commit 9d77ba1e0fbb885be7431a676db3ca6f66bdb741
Author: archive
+Last Updated: December 11, 2002
+
+World coordinates in Medal of Honor: Allied Assault is arranged such that the plane formed by the X & Y axis is horizontal, with the Z axis pointing up from there. In the editor, this is represented with positive Y being up, and positive X to the right.
+
+World coordinate axis
+
+Rotation in Medal of Honor: Allied Assault uses a separate set of axis than the map coordinates use. Rotational vectors stored (X, Y, Z) represent (Pitch, Yaw, Roll).
+Game functions that change angles to vectors (AngleVectors, Vector::AngleVectors) return a left-handed coordinate system, but as 3 directional vectors. This is convenient for dealing with relative motion to an object. (0, 0, 0) would produce:
+
+Object rotation axis
+
+
+
+DlgEdit – This is the editor that allows you to create GUIs for the game. Right click the on the window to bring up the Menu Properties dialog. Here’s a description of the fields:
+
+
+
+
+
+
+
+You can think of the matrices returned by the game functions as returning 3 vectors: Forward, Left, and Up. Positive X rotation results in Forward to pitch downwards. Positive Y rotation results in Forward and Left to rotate counter-clockwise around Up. Positive Z rotation results in Left and Up to roll to the right around Forward. An angle of (0, 0, 0) looks positively along the X-axis, with the Y-axis going positively to the left, and the Z-axis going positively up.
+
+Game functions that change angles to a matrix or axis (AnglesToMat, AnglesToAxis) return a left-handed coordinate system. In world coordinates, (0,0,0) would produce:
+
+X | 1 0 0 |
+Y | 0 -1 0 |
+Z | 0 0 1 |
+
+
+
+forward [ 1 0 0 ]
+right [ 0 1 0 ]
+up [ 0 0 1 ]
+
+
+Example 2:
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/Coordinate_system_documentation/1-1.jpg b/docs/Coordinate_system_documentation/1-1.jpg
new file mode 100644
index 0000000..f4591bb
Binary files /dev/null and b/docs/Coordinate_system_documentation/1-1.jpg differ
diff --git a/docs/Coordinate_system_documentation/1-2.jpg b/docs/Coordinate_system_documentation/1-2.jpg
new file mode 100644
index 0000000..847165d
Binary files /dev/null and b/docs/Coordinate_system_documentation/1-2.jpg differ
diff --git a/docs/Getting_Started_Tutorial_files/CVS/Entries b/docs/Getting_Started_Tutorial_files/CVS/Entries
new file mode 100644
index 0000000..88d4d86
--- /dev/null
+++ b/docs/Getting_Started_Tutorial_files/CVS/Entries
@@ -0,0 +1,49 @@
+/filelist.xml/1.1/Mon Feb 11 23:15:46 2002//
+/image001.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image002.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image003.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image004.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image005.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image006.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image007.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image008.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image009.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image010.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image011.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image012.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image013.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image014.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image015.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image016.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image017.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image018.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image019.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image020.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image021.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image022.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image023.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image024.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image025.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image026.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image027.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image028.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image029.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image030.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image031.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image032.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image033.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image034.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image035.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image036.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image037.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image038.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image039.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image040.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image041.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image042.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image043.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image044.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image045.png/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/image046.jpg/1.1/Mon Feb 11 23:16:02 2002/-kb/
+/oledata.mso/1.1/Mon Feb 11 23:16:02 2002/-kb/
+D
diff --git a/docs/Getting_Started_Tutorial_files/CVS/Repository b/docs/Getting_Started_Tutorial_files/CVS/Repository
new file mode 100644
index 0000000..264c1f0
--- /dev/null
+++ b/docs/Getting_Started_Tutorial_files/CVS/Repository
@@ -0,0 +1 @@
+mohta/docs/LD_docs/Getting Started Tutorial_files
diff --git a/docs/Getting_Started_Tutorial_files/CVS/Root b/docs/Getting_Started_Tutorial_files/CVS/Root
new file mode 100644
index 0000000..300d0b0
--- /dev/null
+++ b/docs/Getting_Started_Tutorial_files/CVS/Root
@@ -0,0 +1 @@
+:pserver:jason@qix:/repository
diff --git a/docs/Getting_Started_Tutorial_files/filelist.xml b/docs/Getting_Started_Tutorial_files/filelist.xml
new file mode 100644
index 0000000..e5a930d
--- /dev/null
+++ b/docs/Getting_Started_Tutorial_files/filelist.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+To create a widget, just click the LMB anywhere in the background and drag out a region. This will define the frame of the widget. Double click in the frame of that widget to bring up the Widget Properties Dialog. Here’s a description of the fields: +
+ ++ + | +
+
|
+
align <left> <right> <top> <bottom> + | Aligns the widget to the specified directions (resolution independent) + |
shader <shadername> + | Sets the shader of the widget. This will be drawn stretched in the widget + |
tileshader <shadername> + | Sets the shader of the widget. This will be drawn tiled in the widget + |
hovershader <shadername> + | Sets the shader that will be drawn when the mouse is hovering over the widget + |
additem <item> + | Adds the specified item to a list or listbox widget + |
setrange <min> <max> + | Sets the range of the slider from min to max + |
direction <from_left | from_right | from_top | from_bottom> + | Sets the direction of the shader when it appears on the screen. It will scroll in from that direction over time + |
slidertype <integer | float> + | Sets the type of the slider to either integral or floating value + |
fadein <time> + | Makes the widget fade in over the specified time + |
stopsound <soundname> + | Plays the sound specified when the widget stops moving + |
clicksound <soundname> + | Plays the sound specified when the widget is clicked + |
stretch < horizontal | vertical > + | Stretch the widget horizontally or vertically across the whole screen (resolution independent ) + |
initdata <data> + | Initializes the widget to data (used for sliders) + |
sliderstep <stepsize> + | Sets the stepsize for the slider + |
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/docs/MOH Getting Started Tutorial.htm b/docs/MOH Getting Started Tutorial.htm new file mode 100644 index 0000000..db182cf --- /dev/null +++ b/docs/MOH Getting Started Tutorial.htm @@ -0,0 +1,784 @@ + + + + + + + + + + + +
Building a Room
+ +
This tutorial assumes that you’ve successfully installed and +set up MOHRadiant and have all the path information set correctly. This +tutorial also assumes that you have no previous experience editing Quake Levels
+ +
Section 1: Intro to brushes and the camera
+ +
Brushes are +the building block for worlds in Quake engine games such as MOH. Brushes can only be convex shapes. In order to build a concave object you will +use multiple brushes. This is for +efficient collision detection in the game.
+ ++ +
To create a +new brush simply drag a box in the 2d view like this:
+ +
Now pull +the edges out by clicking outside of the box and dragging outward.
+ +
When you’ve got the box in the +shape that you want press the escape button. +Notice the brush is no longer highlighted.
+ +
To select a +brush for modifications, hold down shift and click in the center of the +brush. You can also deselect a brush +the same way. Pressing escape deselects +all of the selected brushes.
+ +
+ +
This is +basic brush manipulation. Now you’ll +learn how to focus the camera on the brush. +This is the camera:
+ +
+ +
If you can’t find the camera scroll +the 2dmap around by holding the right click and moving the mouse. Use the Mouse-wheel to zoom in and out. If you don’t have a mouse wheel use the +insert and delete keys. Pressing Alt+x +will center the 2d view on the current selected brush. Since you don’t have any brushes selected +pressing Alt+x will center the 2d view on the camera.
+ +
Notice the two lines coming out of +the camera. These lines show the +camera’s field of view. You can point +your camera by middle-clicking in the 2d view.
+ +
Notice your camera’s Field of view +lines change.
+ +
And your 3d view is now updated.
+ +
If at any point your camera is off +looking at gray (void) space you can reposition it in the 2d view.
+ +
You’re going to control your camera +mostly within the 3d view but when starting a map it’s easiest to first +position the camera in the 2d view. Now +you’ll move on to 3d camera manipulation.
+ +
There are a few different camera +modes they can be selected by clicking on the camera eye icon in the tool bar. +Click on it and watch it cycle through the different modes.
+ +
Default mode with the eye and no numbers is classic Q3 +Radiant mode. Those who have used Q3radiant will be familiar with the camera +controls in this mode.
+ + + +The mode with a “1” over the eye is “game mode” and requires +button rebinding to work.
+ + + +The mode with a “2” over the eye is the “mode with no name” +mode and this is the one I will use for this tutorial since it’s the one that I +prefer.
+ +
In the 3d view click and hold your right mouse button, now +move the mouse around and see what happens to the camera. Forward and back move the camera forward and +back side-to-side turns the camera view from left to right.
+ +
Now hold down the control button and the right mouse button +while moving the mouse. Moving up and +down will move the camera up and down moving side-to-side will strafe the +camera.
+ +
Hold down the control button the shift button and the right +button and move the camera around. This will be like looking around in the game
+ +
If your ever lost in the gray void you can re-position your +camera in the 2d view by CTRL+MIDDLE clicking. +Combine that with the middle click to point the camera and you can +quickly set your camera anywhere.
+ +
You can edit within the 3d view the same way that you edit +in the 2d view. Just Shift-click the +brush to select and pull away from edges. +When you want precision or just plain ease of use you’ll edit in the 2d +window.
+ +
To edit 3d geometry you’ll need to switch sides in the 2d +view. Notice the words “XY Top” in the top left corner of the 2d view
+ + + +
Select the brush and Press CTRL+TAB to switch the 2d view to +a different side. When the view +switches it will center on the current selected brush or brushes. If nothing is selected the 2d view will +center on the 3d camera.
+ +
Now you’re looking at the front view and it should look +something like this:
+ +
+ +
Click and drag the edges as you did earlier in the tutorial +to make the brush taller.
+ +
Section 2: Hollowing a room
+ +
Now that you’ve learned the basics of brush and camera manipulation +you can build a room. Go to the file +menu and select New. If it asks you to +copy the selection click on no.
+ +
Start by making your grid size 128 units, do this by +pressing the “8” key. Notice the status +window changing at the bottom of the window. +It should say “Grid 128”. The +numbers 1-9 change the grid size 1=1, 2=2, 3=4, 4=8, 5=16 etc.
+ +
Switch your view to the top view.
+ +
Draw a box that is 512 x 512 units. You can use the grid numbers on top and on +the side or you can go by how many times the box “snaps”, each snap being the +distance of the grid size. An easier +way to measure a brush is to check the “paint sizing info” box in the +preferences dialog box. Find the +preferences in the “edit” menu.
+ +
You’ll now see the measurements on the selected brush or +brushes.
+ +
Stretch the brush out until you see this:
+ +
The numbers on the bottom and right sides are the size of +the box; the number on the top is the coordinate for the top left corner.
+ +
Switch you’re 2d view (CTRL+TAB) and make the brush 512 +units tall.
+ +
Now change the grid size to 8 (press 4).
+ +
Press the “hollow” Icon that looks like this:
+ + + +
Your brush will split into 6 brushes and looks like this:
+ +
This is the quick and dirty way of creating a room and is +fine for this example. In creating +buildings and such you’ll never use the hollow tool because the hollow tool +doesn’t layout the brushes properly. At +each of the edges the brushes overlap. For this example that’s fine because you +won’t see the sides of the brush that overlap, but in a level where this room +might be visible from outside this will create a problem because two surfaces +will be on the same plane.
+ +
Move the camera inside the box (CONTROL+MIDDLE CLICK in the +2d view)
+ +
Now the room needs a texture. Go to the Textures menu +and select barrel. I’m using Barrel for the tutorial because it’s the +smallest texture directory and loads quickly.
+ +
You should see the texture window to the right of the screen +fill up with barrel textures. Chose a +texture to place on the wall and left-click it. This is the room, all it needs +is a player start position and a light to run it in the game.
+ +
Section 3: Adding a player start and a light
+ +
First deselect everything (press Escape).
+ +
After deselecting everything right Click in the 2d window to +bring up the entity selection menu. The +menu looks like this:
+ +
Select Info>Player>Start:
+ +
This places a player starting position where you click. Now you’ll rearrange that entity. In the 3d view turn the camera so it’s +looking at the ground. Now hold +CTRL+ALT and middle click in the center of the ground surface in the 3d +view.
+ +
Deselect the player start position (press Escape). Right-Click in the 2d view and select “Light” +from the menu. Place the light in the +3d view the same way as you placed the player start. You should end up with +something that looks like this.
+ +
Save this level and you’ll be ready to compile and play in +the game.
+ +
Section 4: Compiling and playing
+ +
Compiling is a 3-step process. BSP, VIS, and LIGHT +
+ +
Q3map is a command line utility that is used to compile BSP +and VIS the map.
+ +
Open a command prompt and run q3map like this
+ +
Q3map –gamedir <base directory of the game> <name +of the map>
+ +On a machine with MOHAA installed to c:/mohaa and the +map named tutorial.map placed in the c:/mohaa/map_source +directory the command would look like this:
+ +
This compiles the BSP for the map
+ +Compiling Vis is much the same way but with a –vis command +attached like this:
+ +
Compiling Light is done with a separate program called +mohlight; mohlight is run much the same, like this:
+ +
Now copy the resulting .bsp (in this case tutorial.bsp, should +be in the same place as the .map file) to your mohaa/main/maps folder.
+ +
Once the .bsp file is in the maps folder it is ready to +run. You’ll have to load MOH in +developer mode so that you can use the special developer mode tools. Load moh from the run menu or a command line +like this.
+ +
mohaa +set developer 1 +set thereisnomonkey 1 +set cheats
+1 +set ui_console 1
Once in the game you should see the console, it looks like +this:
+ + + +If you don’t see the console press the Tilde (`) key to +bring it down.
+ +
In the console type “map” followed by a space and then the +name of your map, like this:
+ +
After pressing enter you will be able to walk around in the +room.
+ +
These are the basic steps to getting a map up and running in +the game. From here you should be able +to build a simple map.
+ +
+MOH Miscellneous Script Documentation
+
+
+
+
+
+Contents:
+MOH Script Syntax Summary
+Moveanim Commands
+Anim_attached commands
+Model Surface Script Control
+PlayerSpawn Stuff
+Camera Tutorial
+Description of the use of Huddraw set of script commands
+Scripting Objectives
+Mission Briefing Tutorial
+Awarding Medals
+Giving and Taking Stuff from the Player
+Gun Turrets
+
+
+switch (expr) +{ +label1: + statement + ... + statement + break + +label2: + statement + ... + statement + break + +case 0: + statement + ... + statement + break + +case 1: + statement + ... + statement + break + +default: + statement + ... + statement + break +} ++The expression expr is evaluated and cast to a string. Code execution tranfers to the matching label or to the optional default label if there is no match. The case prefix is required for integers, and optional for strings. The break command makes the switch statement finish.
+if (expr) + statement + +if (expr) + statement +else + statement + +if (expr) +{ + statement + ... + statement +} + +if (expr) +{ + statement + ... + statement +} +else +{ + statement + ... + statement +} ++
+while (expr) + statement + +while (expr) +{ + statement + ... + statement +} ++ +At the start of a cycle of the loop the expression expr is evaluated and cast to boolean (true or false). While the expression evaluates to true the statement(s) are executed.
+local.n = 1 +while (local.n <= 10) +{ + println local.n + local.n++ +} ++
+for ( statement1 ; expr ; statement2 ) + statement + +for ( statement1 ; expr ; statement2 ) +{ + statement + ... + statement +} ++ +At the start of execution of this entire statement, statement1 is executed. At the start of a cycle of the loop the expression expr is evaluated and cast to boolean (true or false). While the expression evaluates to true the statement(s) are executed. At the end of each cycle of the loop, statement2 is executed.
+for (local.n = 1; local.n <= 10; local.n++) +{ + println local.n + local.n++ +} ++ +Vectors (coordinates)
+println local.n[10] // prints the element at position 10 of the local.n array + +local.n[1][3] = 10 // sets the element at position (1, 3) of the local.n array equal to 10 (Hash table array) + +local.n = hello::world::this::is::a::test::123 // consant array +println local.n[1] // prints hello +println local.n[7] // prints 123 +println local.n[8] // results in Script Error: const array index '8' out of range +println local.n[hello] // results in Script Error: const array index '0' out of range + +local.n[hello][world][5] = 23 +local.a = local.n[hello] +local.b = local.a[world] +println local.b[5] // prints 23 + +for (local.n = 1; local.n <= 10; local.n++) + println game.stats[game.stats_name[local.n]] // print out element in game.stats array at position game.stats_name[local.n] + +local.a = (a::b)::c +println local.a[1][1] // prints a +println local.a[1][2] // prints b +println local.a[2] // prints c ++ +Vector Examples
+local.Path1 = makeArray +t1 300 10 200 +t2 +t3 +t4 +t5 +t6 +t7 NIL 10 200 +t8 +t9 +t10 +t11 +t12 +t13 +t14 0 10 200 +endArray + +println local.Path1[1][2] +println local.Path1[1][3] +println local.Path1[1][4] +println local.Path1[1][5] +println local.Path1[14][1] +println local.Path1[15][1] +end ++results in:
+300 +10 +200 +NIL +t14 +NIL ++printed to console.
+ // $truck is a ScriptModel entity with a tiki that has a drive_and_crash animation + while (1) + { + $truck moveanim drive_and_crash + $truck waittill animdone + } ++This will make the truck playback his “drive_and_crash” animation and the moveanim command will cause the truck to move through the world like a normal script object.
+// Main script +$dude script actorthread +end + +actorthread: + self attach $plane "seat01" 1 ( 0 0 0 ) + self exec global/disable_ai.scr + + self anim_attached idle + self waittill animdone + + self anim_attached standup + self waittill animdone + + self anim_attached walk + self waittill animdone + + end ++
+// move the cameras origin to the players position +local.pos = $player.origin + (0 0 64) +$watch_camera movetopos local.pos + +// tell the camera to watch the player +// the '0' is to fade in no time at all +// NOTE the ""’s are necessary +$watch_camera watch "$player" 0 + +// cut causes the camera to transition to its new state immediately +$watch_camera cut + +// NOT NEEDED FOR OTHER ENTITIES +// HACK to make the player visible +setcvar cg_3rd_person 1 + +// cuecamera causes us to switch to a camera +cuecamera $watch_camera + +wait 6 + +println "switching to plane" +// watch the plane +// tell the camera to watch the plane +// the '2' is to switch to our new watch over 2 seconds +// NOTE the ""’s are necessary +$watch_camera watch "$plane" 2 + +// cut causes the camera to transition to its new state immediately +// we don't want that here so we aren't doing it +//$watch_camera cut + +wait 8 + +println "switching to player" + +// NOT NEEDED FOR OTHER ENTITIES +// HACK to make the player invisible again +setcvar cg_3rd_person 0 +// cueplayer causes us to switch back to the player +cueplayer ++
+// +// test.scr +// + +// add the first objective +waitthread global/objectives.scr::add_objectives 1 2 "Find the first objective." $objective1trigger.origin + +// add the second objective +waitthread global/objectives.scr::add_objectives 2 2 "Find the second objective." $objective2trigger.origin + +// add the third objective +waitthread global/objectives.scr::add_objectives 3 2 "Find the third objective." $objective3trigger.origin + +// add the final objective, though not displayed +waitthread global/objectives.scr::add_objectives 4 1 "Find the final objective." $endleveltrigger.origin + +// set the current objective to index #1 +waitthread global/objectives.scr::current_objectives 1 + +// start the thread that waits for objective 1 completion +thread objective1 + +end + + +// thread that waits for objective 1 completion +objective1: + +// wait for the trigger to be encroached +$objective1trigger waittill trigger + +// mark objective 1 as complete +waitthread global/objectives.scr::add_objectives 1 3 + +// set the current objective to index #2 +waitthread global/objectives.scr::current_objectives 2 + +// start the thread that waits for objective 1 completion +thread objective2 + +end + + +// thread that waits for objective 2 completion +objective2: + +// wait for the trigger to be encroached +$objective2trigger waittill trigger + +// mark objective 2 as complete +waitthread global/objectives.scr::add_objectives 2 3 + +// set the current objective to index #3 +waitthread global/objectives.scr::current_objectives 3 + +// start the thread that waits for objective 3 completion +thread objective3 + +end + + +// thread that waits for objective 3 completion +objective3: + +// wait for the trigger to be encroached +$objective3trigger waittill trigger + +// disable display of objectives 1,2,3 enable objective 4 +waitthread global/objectives.scr::add_objectives 1 1 +waitthread global/objectives.scr::add_objectives 2 1 +waitthread global/objectives.scr::add_objectives 3 1 +waitthread global/objectives.scr::add_objectives 4 2 + +// set the current objective to index #4 +waitthread global/objectives.scr::current_objectives 4 + +// start the thread that waits for final objective completion +thread objective4 + +end + + +// thread that waits for final objective completion +objective4: + +// wait for the trigger to be encroached +$endleveltrigger waittill trigger + +// mark final objective as complete +waitthread global/objectives.scr::add_objectives 4 3 + +// transition to next level +exec global/missioncomplete.scr nextlevelmapname bsp2bsp + +end ++
+ 1: start: + 2: + 3: level waittill prespawn + 4: drawhud 0 + 5: + 6: level waittill spawn + 7: exec global/briefing_save.scr + 8: + 9: // spawn the thread that will allow the player to skip the briefing +10: thread briefingskip +11: +12: // prevent the player from trying to move around +13: $player physics_off +14: thread freezeplayerview +15: +16: //starts music track for mission briefing +17: $player playsound mb5_music +18: +19: $player playsound slide_advance +20: +21: showmenu briefing5a 1 +22: +23: $player playsound mb_501 +24: wait 10 +25: +26: $player playsound slide_advance +27: +28: showmenu briefing5a2 1 +29: hidemenu briefing5a 1 +30: wait 8 +31: +32: $player playsound slide_advance +33: +34: showmenu briefing5a3 1 +35: hidemenu briefing5a2 1 +36: wait 4 +37: +38: $player playsound slide_advance +39: +40: showmenu briefing5b 1 +41: hidemenu briefing5a3 1 +42: wait 8 +43: +44: $player playsound slide_advance +45: +46: showmenu briefing5c 1 +47: hidemenu briefing5b 1 +48: +49: $player playsound mb_502 wait +50: $player waittill sounddone +51: +52: $player playsound slide_advance +53: +54: showmenu briefing5d 1 +55: hidemenu briefing5c 1 +56: +57: $player playsound mb_503 wait +58: $player waittill sounddone +59: +60: $player playsound slide_advance +61: +62: showmenu briefing5e 1 +63: hidemenu briefing5d 1 +64: +65: $player playsound mb_504 wait +66: $player waittill sounddone +67: +68: goto endbriefing +69: +70: end +71: +72: endbriefing: +73: +74: $player stufftext "spmap m5l1a" +75: +76: end +77: +78: briefingskip: +79: +80: if($player.fireheld) +81: { +82: goto endbriefing +83: } +84: +85: // check again next server frame +86: wait 0.01 +87: +88: goto briefingskip +89: +90: end +91: +92: freezeplayerview: +93: +94: $player.viewangles = (0 0 0) +95: +96: wait 0.01 +97: goto freezeplayerview +98: +99: end ++
+if (...) +{ + setcvar g_medal0 "1" + println "You got a medal!" +} ++
+level.skill = getcvar (skill) + +if (level.skill == "0") +{ + setcvar "g_eogmedal2" "1" //Bronze Star +} +else if (level.skill == "1") +{ + setcvar "g_eogmedal1" "1" //Silver Star +} + +else if (level.skill == "2") +{ + setcvar "g_eogmedal0" "1" //Distinguished Service Cross +} + +end ++
+ +
+ + + ++ +\ No newline at end of file diff --git a/docs/MOH Terrain Editing Manual.html b/docs/MOH Terrain Editing Manual.html new file mode 100644 index 0000000..65bc814 --- /dev/null +++ b/docs/MOH Terrain Editing Manual.html @@ -0,0 +1,181 @@ + + +
+1. Draw a brush. The terrain patches have a minimum area of 512x512 units, so drawing brushes larger than this will result in larger patches.
+
+ a) Go to the LOD Terrain menu. Select “Create from brush.” A terrain patch will appear in place of your original brush.
+
+2. To create larger tracts of land, and to build up from a smaller set of terrain patches, you can create multiple separate terrain patches, and then connect them.
+
+ a) Create several terrain patches apart from each other. The clone key works with terrain patches the same as with brushes, so they can be copied quickly.
+ b) Select and drag one of the patches, and line up one of its sides with another patch. They should be perfectly lined up in the X-Y view, but they only need to be reasonably close in the Z plane.
+ c) Release the dragged patch. If the patches are lined up within the attachment limits, you will get a small dialog:
+
+
+1. Individual Patch Selection: CTRL-SHIFT-Left Click to select one 512x512 patch
+2. Multiple Patch Selection: Same as #1, repeat as required
+3. Full Mesh Selection: SHIFT-Left Click to select a whole connected mesh
+4. Vertex Mode: Select some terrain, press V to go to vertex mode
+5. Vertex Selection: In Vertex Mode, left click any vertex in 2D/3D windows
+6. Multiple Vertices: Drag over vertices in 2D, or CTRL-Left Click vertices
+7. Facet Selection: CTRL-SHIFT-Left click faces when in Facet Mode
+
+To disconnect terrain patches from a larger mesh of patches, select the individual patches you want to remove, and press SHIFT-X to separate the patches from the larger mesh. You can now delete the separated patches, or move them somewhere else and reattach them to another continuous mesh.
+
+1. To raise and lower the terrain over an area, the Area Filter is used. Press SHIFT-A to access the Area Filter dialog:
+
+
+1. The vertex manipulation options are in the Move Terrain Vertices dialog. Bring this up by selecting some terrain vertices, and then pressing SHIFT-V. You must have some terrain vertices selected to bring up this dialog:
+
+
+1. Terrain can also be edited by painting a grayscale image – a height field - in a paint program. The editor will export and import such images, and apply that information to any terrain in the level.
+2. To export existing terrain to a height field, terrain must first be selected. Go to the LOD Terrain menu and select “Save to Image.” Enter a filename and save the .TGA file. When this is done, a message will be printed in the editor console window, indicating the scale to which the image should be imported later on:
+
+
+1. Facet Manipulation is essential both for aesthetics and for reduced polygon counts. It provides direct control over the way any part of the terrain shifts through different levels of detail (LOD.)
+2. Press SHIFT-F to bring up the Edit Facet Flags dialog:
+
+
+1. LOD Terrain menu: Scale 1 through 4 reduces the number of triangles displayed in the editor, not in the game.
+2. CTRL-R will toggle the display of any terrain on/off.
+3. LOD Terrain menu: Shade will display the terrain as Gouraud-shaded
+4. CTRL-SHIFT-left/right square brackets ([, ]) will limit the distance to which the terrain is drawn when the Terrain Cubic Clip (restricts how much terrain is shown in the editor to enhance performance) button is active:
+
+
+1. The maximum allowable vertical elevation change between any vertices within a 512x512 terrain patch is just under 512 units.
+2. Terrain can only be formed initially on the X-Y plane.
+3. Any facet options such as Delete, which affect neighboring facets’ LOD severity, will also influence the LOD of facets further out; there is a minor propagation effect that takes place due to the LOD system. It takes some distance to go from a max detail (many small triangles) portion of terrain to back to normal or to low detail (larger triangles.)
+4. The facet flag for “Max LOD” makes the affected triangles draw at ter_maxlod = 6, which is the maximum setting. Even though the game defaults to ter_maxlod = 4, these affected triangles will go all the way to ter_maxlod = 6.
+5. The editor does not interpret and display facets as they are rendered in the actual game. (ie: LOD effects are not shown in the editor.)
+6. Terrain patches do not block VIS.
+7. The terrain system also has a max triangle count. If the map has no vis data this defaults to 32768; with vis it defaults to 8192. You can change this with ter_maxtris and a ter_restart (see Console Commands below.)
+
+ter_minlod: minimum LOD in the pre-tesselation stage, 0 - 6 (6 = max tesselation) -- requires ter_restart
+
+ter_maxlod: maximum LOD in the dynamic tesselation. Precalculated tesselation may exceed this.
+
+ter_maxtris: (integer) maximum triangles in the scene. The terrain system will not draw more triangles than this. Requires ter_restart.
+
+ter_restart: recalculates the base LOD, and adjusts the maxtris. Automatically happens with a vid_restart.
+
+ter_crater: creates a crater in the terrain, part of testing a deformable terrain system
+
+ter_count: (0/1) r_speeds for terrain
+
+ter_geomorph: (0/1) deactivates the LOD system – all terrain is drawn at full detail
+
+ter_error: (0 to 10.0, 10.0 default) adjusts how aggressively the LOD system reduces terrain detail, ranges from 0 to 10.0. Less error = more detail sooner.
+
+ter_lock: (0/1) locks display of terrain, to show effects of view frustrum culling (any terrain not visible to the engine from the current viewpoint is removed to improve polygon counts)
+
+ter_cull: (0/1) disables the view frustrum culling; all terrain is drawn regardless of visibility
+
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/docs/MOH particles.html b/docs/MOH particles.html new file mode 100644 index 0000000..e4e1df2 --- /dev/null +++ b/docs/MOH particles.html @@ -0,0 +1,223 @@ + + +
+This document provides an overview of the Ghost Particle System. It should be used with the document title “Client Side Commands” to get the full list of functionality.
+
+The functionality of Ghost resides in the client side game DLL (cgame DLL) and particle systems are defined in the client commands and init sections of TIKI files. Every Ghost system is defined in a TIKI file. In some cases the model of the TIKI file is hidden and not used, so we just get a pure particle system from the TIKI with no animations.
+
+The nimation alias system can be used to define different particle systems in 1 TIKI file. For example: blah.tik can have 3 different client side animations: smoke, fire, blaze. These 3 animations can have different commands associated with them which will be executed on the client when its frame is played.
+
+Here’s an example of a animation block in the crossbow.tik model. We will be analyzing the client commands that are in the “fire” animation. The lines are numbered for reference and is not included in the TIKI file. +
+ ++ +1. animations +2. { +3. idle idle.skc +4. fire fire.skc +5. { +6. server + a. { + b. first shoot + c. } +7. client + a. { + b. first sound $xbowdir$/alt4.wav 1 + c. 2 tagspawn tag_barrel + d. ( + e. count 5 + f. model crossbow_exhaust.spr + g. life 1.00 + h. accel 0.00 0.00 50.00 + i. scalerate -0.01 + j. radius 5.00 + k. randvel crandom 10.00 crandom 5.00 crandom 20.00 + l. scalemin 0.15 + m. scalemax 0.50 + n. sphere + o. fade + p. ) + q. 1 sound $xbowdir$/charge1a.wav 2 .5 + r. } +8. } +9. } + + ++ +
+Line 4 is the beginning of a new animation. The alias for the animation is ‘fire’ and the animation file is ‘fire.skc’. Line 5 is the begin block of the animation commands. Line 6a-c define the server commands that will be executed when the frame is played.
+
+Line 7 is the beginning of the client commands section. Line 7b denotes a sound effect that will be played on the first frame. 7c is the command that defines a particle system to be spawned on the 2nd frame of the animation. The tagspawn command is used to spawn particles (or tempmodels) from a specified location. The ‘(‘ on line 7d denotes the beginning of a block of ‘modifiers’ and ‘properties’ that the particle system will have.
+
+Since this particle system is created on a specific frame of animation, it is called a “Spawned Particle System.” There are other particle systems called “Emitters” that wll be discussed below.
+
+The tagspawn command takes 1 parameter which is the name of the tag that the origin of the particle system starts at. In this example tag_barrel is used (it’s the end of the crossbow). The next set of ‘modifiers’ can be placed in any order after the opening ‘(‘. Each command will modify the particle system in a different way. Combining these modifiers in different ways can lead to an unlimited method of creating special effects.
+
+The first parameter is ‘count.’ This is the number of particles that will be spawned in this system. The second command is ‘model’ which lets the system know which model the particle system should be made from. In the example it’s crossbow_exhaust.spr. This is a sprite model which will be talked about later. The model can also be another TIKI file. Line 7g has the ‘life’ command. This is the amount of time (in seconds) each spawned particle will live. When a particle’s life runs out, it is removed from the system. The next command is ‘accel’ which is short for acceleration. This defines the acceleration of the particle. In this case it’s 50 units in the Upward Z direction. Accel is always relative to the world’s coordinate system and is independent of the parent model’s orientation.
+
+The rest of the commands are outlined in the “Client Side Commands” document.
+
+As you may be able to tell, this particle system defines a 5 puffs of smoke that will appear at the barrel of the gun and slowly rise upward for 1 second. The ‘randvel’ command gives them a slight variation in velocity when they are spawned so they spread apart in a natural way. The ‘fade’ command will allow them to fade out over their life time. This gives a nice effect of smoke dissipating away in the game.
+
+As mentioned above “Spawned Particle Systems” are associated with animations. Basically they are used to create effects that happen on a certain frame of an animation. Emitters are an entirely different system. They are particle emittters that never “shut off” unless you tell them to. Instead of a ‘count’ command they use a ‘spawnrate’ command. This is used to set the rate at which the emitter will emit particles
+
+Since emitters are not tied to animations (although they may be controlled by them – see below) they are defined in the Init section of the TIKI file. Here’s an example of an emitter:
+
+ +a. init +b. { +c. client +d. { +e. tagemitter tag_weldsparks sparks +a. ( +b. model weldsparks.spr +c. spawnrate 150 +d. velocity 1 +e. randvel crandom 1 crandom 1 crandom 1 +f. scale .02 +g. life 1.5 +h. offset random 1 random 1 random 1 +i. ) +j. } +k. } + + ++ +
+It’s similar to the Spawned Particle system above, but a little different. The command is called tagemitter and it takes 2 parameters. The first parameter is the tag name. This is the same as the tag name that is used in the spawned system above. The second parameter is the name of the emitter. The name is used to control the emitter in an animation.
+
+Another difference in this emitter is the ‘spawnrate’ command. This is used to control the number of particles per second that are emitted in this system. This ‘sparks’ emitter will spawn 150 particles a second!
+
+Most of the other commands are identical to the spawned system and will effect the system the same way. You may also have more than 1 emitter in the init section. This allows you to combine systems in one model file.
+
+To control an emitter you can use the ‘emitteron’ and ‘emitteroff’ commands in an animation. Here’s an example: +
++ +animations +{ +client +{ +turn_on idle.skc + { + client + { + emitteron sparks + } + } +turn_off idle.skc + { + client + { + emitteroff sparks + } + } + + ++ +
+If you wanted to make this emitter turn on, use the level’s script file to play the ‘turn_on’ animation. To turn off the emitter simply play the ‘turn_off’ animation. This model doesn’t really have an animation, it just uses a dummy model with the idle.skc animation. Although you can have emitters on models with animation. +
+ +Sprites +
+Sprites are derived from shaders. To make a particle system use a sprite, set the model to the name of the shader appended with a .spr (E.g. weldsparks.spr). This will render a sprite with the specified shader.
+
+The default size of the sprite will be equal to the size of the base texturemap. but these can be modified with the ‘spritescale’ shader command. The ‘spritegen’ shader command is used to create the type of sprite to display (parallel, parallel_oriented, oriented, and parallel_upright).
+
+Particle systems can be created using an in game menu called “Emitter”. This menu allows the developer to interactively adjust the parameters of a particle system and then save them out for later use in the game.
+
+To bring up this menu, it is advised that you bind a key to it. To bind it to the F1 key, issue the following command: bind f1 pushmenu emitter
+
+Fundamentally there are two different types of particle systems, emitters and spawns. Emitters are persistant and are activated and deactivated by command. Spawners are one shot emissions that take place at key events. Generally models use spawners more often than emitters.
+The testemitter menu does not cover all of the available commands that can be used – refer to the Client Side Commands.doc for the full list of commands that may be applied to emitters.
+
+The first step in creating an emitter or spawner is to place the emitter on the ground in front of you. This can be done by pressing the “Place Emitter” button on the Emitter menu. This will create a default emitter out in front of the camera. You can now adjust the parameters of the emitter using the ‘emitter’ menu.
+
+Here’s a screenshot of what the menu looks like:
+
+
+
+This menu allows you to modify some of the properties of emitters to test out different values. The first thing you should do is set the model to a valid value. The test emitter will update automatically as you type into the menu, so you may see some error messages while updating the values. Here’s a quick rundown of what the buttons and sliders change. All of the commands are in the document
+
+
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/docs/MOH_AI_tips.html b/docs/MOH_AI_tips.html new file mode 100644 index 0000000..7dbc37f --- /dev/null +++ b/docs/MOH_AI_tips.html @@ -0,0 +1,209 @@ + + +
+DONT_LINK
+- Marks the node as not linking into navigation. Conserves memory and cpu usage.
+
+
+DUCK
+- Tells the AI to duck at this node. Currently only used with cover nodes.
+
+
+COVER
+- Tells the AI that this node is potentially a cover node. The definition of cover is that the enemy cannot see me. The AI will only consider cover nodes that satisfy leash, mindist, and maxdist constraints. This can target one or more nodes for the AI to randomly step toward when it is ready to attack the player again. If there are no targeted nodes, the AI will try to step out along a path to it’s enemy.
+
+
+CONCEALMENT
+- Acts just like COVER, except that no sight trace is done to validate that it is in fact cover. This is useful for foliage and short walls and other things that provide some partial cover or make it harder for the player to see through. It can be used with any of the other cover flags, though it really shouldn’t be used with anything except DUCK and possibly CRATE.
+
+
+CORNER_LEFT
+- Never used with any other flags, except possibly COVER. The COVER flag is assumed, so it is not necessary. Tells the AI to do special corner attack behavior. The corner is to the AI’s left with his back to the wall. The center of the node should be 16 units in from the corner and 16 units out from the wall. The node’s angles should point away from the wall; ie, the way the AI would be facing with his back to the wall.
+
+
+CORNER_RIGHT
+- Never used with any other flags, except possibly COVER. The COVER flag is assumed, so it is not necessary. Tells the AI to do special corner attack behavior. The corner is to the AI’s right with his back to the wall. The center of the node should be 16 units in from the corner and 16 units out from the wall. The node’s angles should point away from the wall; ie, the way the AI would be facing with his back to the wall.
+
+
+SNIPER
+- Currently only works with turret attack behavior. Never used with any other flags. Tells the AI that this is a good place to stand still and shoot people. Use at windows, for example. Can also be used to encourage guys to go inside a building to attack a guy shooting out of a window.
+
+
+CRATE
+- Never used with any other flags, except possibly COVER. The COVER flag is assumed, so it is not necessary. Tells the AI to do special over-the-top attack behavior, as if he were behind a crate. The center of the node should be 16 units back from the crate. The node’s angles should point towards the crate.
+
+
+This is not an exhaustive list, but is most of the common parameters. +
++Leashes reset under the following conditions: +
++The AI can leave their leashes for the following reasons: +
+
+The AI picks the current best enemy to attack based on distance to the enemy, the number of other AI that are attacking that particular enemy, the enemy’s weapon, whether or not that enemy is completely visible, and whether or not that enemy is in pain. The AI prefer to not switch enemies, but they will if the new enemy is of enough higher threat.
+
+
+When an AI changes enemy, he transfers perfect knowledge about that enemy’s existence and location to all other AI in his “squad”, if they are within 512 units or line-of-sight and they are not outside their “enemysharerange”. This transfer of information takes place 0.5 seconds after he switches enemies. Each AI that becomes aware of this enemy’s location can now decide to switch to the new enemy, or to continue attacking their current enemy.
+
+As soon as an AI fires its weapon, all other AI within that weapon’s sound radius immediately know that the weapon was fired and by who and where the shooter was. The weapon sound radius is currently the same for all weapons.
+
+Note that this is only how an AI initially detects an enemy; once he has locked on to an enemy, sight is done by a simple traceline, without all this extra checking.
+
+
+AI sight is achieved based on the time it takes to first notice an enemy given the current conditions. This is scaled based on how long it has been since the conditions were last checked to come up with a percentage recognition; for example, if it has been 1 second since we last checked, and it takes 3 seconds to notice the enemy, the percentage recognition increases by 33.3%. When percentage recognition reaches or exceeds 100%, the enemy is sighted.
+
+
+Recognition time is standard at 2 seconds. There are multipliers to this time based on the LMRF function (light, motion, range, fov). The recognition time gets multiplied by all these factors to get the actual recognition time.
+
+
+* The light portion:
+ - if the enemy is the same brightness as self, the light scale is 0.5 for bright areas and 2.0 for dark areas
+ - if the enemy is much brighter than self, the light scale is 0.125
+ - if the enemy is much darker than self, the light scale is 8
+
+* The motion portion:
+ - set for players by the state file; ranges from 0.2 for jumping forward to 1.25 for being ducked while not moving
+ - currently not set for AI, so it stays at 1 for AI
+
+* The range portion:
+ - function of self's sight range; using a normalized range of 0-1, the scales are as follows:
+
+
Range | +Scale | +
0.000 | +0.000 | +
0.250 | +0.500 | +
0.500 | +0.750 | +
0.750 | +1.000 | +
1.000 | +2.000 | +
+ - the normalized range is current range divided by maximum range. For fogged levels, maximum range is capped to 82.8% of the fog farplane.
+
+* The FOV portion:
+ - set to 1 for directly ahead, and increases to 1.25 at periphery
+
+In addition to this, there is also a minimum sight time that is a function of FOV. It is almost 0 for directly in front of the AI, and about 1 second for the periphery. This will make the AI turn its head to look at something before seeing it.
+
+Just an un-ordered list of ways to make the AI look smart: +
+ ++ +
+ + + ++ + + + +\ No newline at end of file diff --git a/docs/MOH_ClientClasses.html b/docs/MOH_ClientClasses.html new file mode 100644 index 0000000..a5269a2 --- /dev/null +++ b/docs/MOH_ClientClasses.html @@ -0,0 +1,1352 @@ + + +
+ ++ +activebackgroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the active button background
+ +activebordercolor( Float r, Float g, Float b, Float a )
+Set the color for the active button border
+ +activeforegroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the active button foreground
+ +activesound( String soundname )
+Set the name of the sound to play when the item is made active
+ +align( String arg1, [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Set the alignment on the bind menu
+ +bind_alternatekeyheight( Integer height )
+Height of the alternate key item
+ +bind_alternatekeywidth( Integer width )
+Width of the alternate key item
+ +bind_commandheight( Integer height )
+Height of the command item
+ +bind_commandwidth( Integer width )
+Width of the command item
+ +bind_fillwidth( Integer width, [ String material ] )
+Width of the filling between widgets
+ +bind_height( Integer height )
+Height of the bind menu
+ +bind_primarykeyheight( Integer height )
+Height of the primary key item
+ +bind_primarykeywidth( Integer width )
+Width of the primary key item
+ +bind_width( Integer width )
+Width of the bind menu
+ +binditem( String name, String command )
+Create a new bind item in the interface
+ +changesound( String soundname )
+Set the name of the sound to play when the highlighted item changes
+ +entersound( String soundname )
+Set the name of the sound to play when the key is entered
+ +header( Integer column_num, String name, String material )
+Set the header of each column
+ +highlightbackgroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the highlighted button background
+ +highlightforegroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the highlighted button foreground
+ +inactivebackgroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the inactive button background
+ +inactiveforegroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the inactive button foreground
+ +selectbackgroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the selected button background
+ +selectforegroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the selected button foreground
+ +titlebackgroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the title background
+ +titleforegroundcolor( Float r, Float g, Float b, Float a )
+Set the color for the title foreground
+
++ +
+ ++ +floatingwindow_close_pressed
+Signal that the window was closed
+ +widget_destroyed
+Specifies that the widget has been destroyed.
+
++ +
+ ++ +deactivated
+Signals that the widget has been deactivated.
+ +floatingwindow_close_pressed
+Signal that the window was closed
+ +widget_destroyed
+Specifies that the widget has been destroyed.
+
++ +
+ ++ +button_pressed
+Signal that the button was pressed
+
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +mouse_entered( Float xpos, Float ypos, Integer buttons )
+Mouse entered a widget event
+ +mouse_exited( Float xpos, Float ypos, Integer buttons )
+Mouse exiting a widget event
+ +mouse_moved( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with no buttons down
+ +right_mouse_down( Float xpos, Float ypos, Integer buttons )
+Right mouse button has been pressed down
+
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +mouse_entered( Float xpos, Float ypos, Integer buttons )
+Mouse entered a widget event
+ +mouse_exited( Float xpos, Float ypos, Integer buttons )
+Mouse exiting a widget event
+ +mouse_moved( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with no buttons down
+ +right_mouse_down( Float xpos, Float ypos, Integer buttons )
+Right mouse button has been pressed down
+ +right_mouse_up( Float xpos, Float ypos, Integer buttons )
+Right mouse button has been released
+ +widget_destroyed
+Specifies that the widget has been destroyed.
+
+ ++ +size_changed
+Specifies that the size of the widget has changed.
+
+ ++ +deactivated
+Signals that the widget has been deactivated.
+ +listbase_item_doubleclicked( Integer index )
+Signaled when an item is double clicked
+ +listbase_item_selected( Integer index )
+Signaled when an item is selected
+
+ ++ +ammo( String ammo_name )
+The name of the current item's ammo
+ +barheight( Integer barheight )
+The height of the current item's ammo bar, or default width of all items bar's depending on context
+ +baroffsetx( Integer width )
+The x offset used to calculate ammo bar
+ +baroffsety( Integer width )
+The y offset used to calculate ammo bar
+ +barshader( String shader )
+Shader to draw on the background of the item widget to display ammo counts
+ +barwidth( Integer width )
+The width of the current item's ammo bar or default width of all items bar's depending on context
+ +bg( String shader )
+Shader for the background of the class submenu
+ +bg_tile
+Specifies to tile the background of the class submenu
+ +bgshader( String shader )
+Shader to draw on the background of the item widget
+ +button_shader( String shader )
+The shader for the class button
+ +checkammo( Boolean bool )
+Check if the weapon has ammo before using it
+ +command( String command )
+Command to execute
+ +equip( String use, [ String use ], [ String use ], [ String use ], [ String use ], [ String use ], [ String use ], [ String use ], [ String use ], [ String use ] )
+Which ways you can use this item
+ +height( Integer height )
+The height of the current item, or default width of all items depending on context
+ +hover_shader( String shader )
+The shader for the class button when hovering
+ +hudangledeltas( Vector angles )
+How to spin or bob the model
+ +hudangles( Vector angles )
+The orientation of the model
+ +hudanim( String anim )
+Which anim this item uses
+ +hudcompassangles
+Applies the special case compass angles to the model
+ +
+hudcompassneedleangles
+Applies the special case compass needle angles to the model
+ +
+hudmodel( String name )
+Which model this item is
+ +hudmove( String movetype )
+How to move the model when selected.
+ +
+ either bob or spinhudoffset( Vector offset )
+Offsets the origin of the model for moving
+ +hudrotateoffset( Vector offset )
+Offsets the origin of the model for rotation
+ +hudscale( Float scale )
+How much to scale the model
+ +inv_align( String side )
+Specifies the horizontal offset from the right of the screen for the inventory
+ +inv_cascade( String side )
+Specifies the side which to cascade inventory items
+ +inv_changesound( String soundname )
+Set the sound to play when the inventory changes items
+ +inv_height( Integer height )
+Specifies the height of each of the main inv buttons
+ +inv_horiz_offset( Integer offset )
+Specifies the horizontal offset from the right of the screen for the inventory
+ +inv_rejectsound( String soundname )
+Set the sound to play when an invalid inventory item is selected
+ +inv_selectsound( String soundname )
+Set the sound to play when an inventory item is selected
+ +inv_vert_offset( Integer offset )
+Specifies the vertical offset from the top of the screen for the inventory
+ +inv_width( Integer width )
+Specifies the width of each of the main inv buttons
+ +invangledeltas( Vector angles )
+How to spin or bob the model
+ +invangles( Vector angles )
+The orientation of the model
+ +invanim( String anim )
+Which anim this item uses
+ +invmodel( String name )
+Which model this item is
+ +invmove( String movetype )
+How to move the model when selected.
+ +
+ either bob or spininvoffset( Vector offset )
+Offsets the origin of the model for moving
+ +invrotateoffset( Vector offset )
+Offsets the origin of the model for rotation
+ +invscale( Float scale )
+How much to scale the model
+ +item( String item_name )
+The name of the current item
+ +modelwindow( Float x, Float y, Float width, Float height )
+Specifies the dimensions of the model window for the inventory in normalized coordinates
+ +sel_shader( String shader )
+The shader for the class button when selected
+ +selitem_shader( String shader )
+The shader for an item that is currently selected in the class submenu
+ +selitem_shaderontop
+Whether the sel shader should be rendered after the model
+ +typedef( String type )
+Specifies which class of item you're editing
+ +width( Integer width )
+The width of the current item, or default width of all items depending on context
+ +{
+Open brace, useless
+ +}
+Close brace, useless
+
+ ++ +commanddelay( Float delay, String command, [ String [arg1] ], [ String [arg2] ], [ String [arg3] ], [ String [arg4] ], [ String [arg5] ], [ String [arg6] ] )
+executes a command after the given delay
+ +delete
+Removes this listener immediately.
+ +immediateremove
+Removes this listener immediately.
+ +remove
+Removes this listener the next time events are processed.
+
++ +
++ +
+ ++ +hidemenu
+Hides the menu.
+ +showmenu( [ Boolean activate ] )
+Shows the menu.
+
+ ++ +lock
+Lock out the menu from receiving input
+ +pushmenu( String menuname )
+Pushes the menu on the stack
+ +unlock
+Unlock the menu from receiving input
+
+ ++ +deactivated
+Signals that the widget has been deactivated.
+ +listbase_item_doubleclicked( Integer index )
+Signaled when an item is double clicked
+ +listbase_item_selected( Integer index )
+Signaled when an item is selected
+
+ ++ +deactivated
+Signals that the widget has been deactivated.
+ +floatingwindow_close_pressed
+Signal that the window was closed
+ +listbase_item_doubleclicked( Integer index )
+Signaled when an item is double clicked
+ +listbase_item_selected( Integer index )
+Signaled when an item is selected
+
++ +
++ +
+ ++ +updatestats
+Update the stats on the missionLog
+
+ ++ +button_pressed
+Signal that the button was pressed
+
+ ++ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+
+ ++ +any_mouse_down( Float xpos, Float ypos, Integer buttons )
+Any mouse button has been pressed
+ +bindcommand( String cmd )
+Command to bind
+
++ +
+ ++ +hovercommand( String string )
+Set the command to execute when this button is hovered over
+ +hoversound( String soundName )
+Set the sound to play when this button is hovered over
+ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +left_mousedragged( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with the left button down
+ +mouse_entered( Float xpos, Float ypos, Integer buttons )
+Mouse entered a widget event
+ +mouse_exited( Float xpos, Float ypos, Integer buttons )
+Mouse exiting a widget event
+ +mouseawaycommand( String string )
+Set the command to execute when the mouse exits this buttong
+
+ ++ +checked_command( String command )
+Command to execute when checkbox is checked
+ +checked_shader( String shader )
+Set the shader of the small button when it is checked
+ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +mouse_entered( Float xpos, Float ypos, Integer buttons )
+Mouse entered a widget event
+ +mouse_exited( Float xpos, Float ypos, Integer buttons )
+Mouse exiting a widget event
+ +unchecked_command( String command )
+Command to execute when checkbox is checked
+ +unchecked_shader( String shader )
+Set the shader of the small button when it is unchecked
+
++ +
+ ++ +print( String string )
+Print the string to the console
+ +size_changed
+Specifies that the size of the widget has changed.
+
++ +
+ ++ +size_changed
+Specifies that the size of the widget has changed.
+
++ +
+ ++ +filename( String filename )
+Filename that holds bind definitions
+ +stopbind
+stops trying to bind a key to a command
+
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+
+ ++ +clearinvitemref
+used internally when the inventory is reset
+ +
+invmodelhand( Integer handindex )
+set the specified hand index to render a 3d model from
+ +
+invmodelname( String name )
+set the name of the 3d model to render
+ +
+itemstat( Integer itemstatValue )
+set itemstat for layout
+ +
+maxplayerstat( Integer maxPlayerstatValue )
+set the playerstat that holds the max value for that stat. Used for statbars
+ +
+modelangles( Vector angles )
+Render model angles
+ +modelanim( String anim )
+Render model anim
+ +modeloffset( Vector offset )
+Render model offset
+ +modelrotateoffset( Vector offset )
+Render model rotation offset
+ +modelscale( Float scale )
+Render model scale
+ +playerstat( Integer playerstatValue )
+set playerstat for layout
+ +
+playerstatalpha( Integer playerstatValue )
+set playerstat to control alpha for layout
+ +
+playerstatconfigstring( Integer playerstatValue )
+set playerstat for layout - will print out the corresponding configstring
+ +
+rendermodel( Boolean bool )
+Render the model specified by the cvar.
+ +statbar( String orientation, [ Integer min ], [ Integer max ] )
+make this label present the stat using a graphical bar. Optionally specify a min and max value
+ +statbar_endangles( Float startang, Float endang )
+Sets the start and end angles for a circular stat bar
+ +statbar_needlewidth( Float width )
+Sets the width of the needle for a needle statbar
+ +statbar_rotatorsize( Float width )
+Sets the width of the needle for a needle statbar
+ +statbar_shader( String shader )
+set the shader for this statbar
+ +statbar_shader_flash( String shader )
+set the flash shader for this statbar
+ +statbar_shader_marker( String shader )
+set the marker shader for this statbar
+ +
+This is drawn at the end of the status barstatbar_tileshader( String shader )
+set the tile shader for this statbar
+ +statbar_tileshader_flash( String shader )
+set the flash tile shader for this statbar
+
+ ++ +deletegame
+Delete the currently selected game... for real
+ +listbase_item_doubleclicked( Integer index )
+Signaled when an item is double clicked
+ +listbase_item_selected( Integer index )
+Signaled when an item is selected
+ +loadgame
+Load the currently selected game
+ +nodeletegame
+Delete the currently selected game... for real
+ +removegame
+Delete the currently selected game
+ +savegame
+Save the currently selected game
+
+ ++ +cancelrefresh
+Cancel serverlist Refresh
+ +connect
+Connect to the specified server
+ +lanlisting
+Makes this server list to LAN stuff when there's a choice between Internet & LAN servers
+ +listbase_item_doubleclicked( Integer index )
+Signaled when an item is double clicked
+ +listbase_item_selected( Integer index )
+Signaled when an item is selected
+ +refreshlanserverlist
+Refresh the LAN serverlist
+ +refreshserverlist
+Refresh the serverlist
+ +updateserver
+Cancel serverlist Refresh
+
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +SetIPField
+Set the field as an IP field.
+ +SetMaxChars( Integer numChars )
+Tells the field how many characters can be typed into the field.
+ +SetNumeric
+Signal the field that it should only take numeric input.
+
+ ++ +floatingwindow_close_pressed
+Signal that the window was closed
+
+ ++ +deactivated
+Signals that the widget has been deactivated.
+ +floatingwindow_close_pressed
+Signal that the window was closed
+
+ ++ +activated
+Signals that the widget has been activated.
+ +floatingwindow_close_pressed
+Signal that the window was closed
+ +floatingwindow_minimize_pressed
+Signal that the window was minimized
+ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +left_mousedragged( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with the left button down
+ +size_changed
+Specifies that the size of the widget has changed.
+
++ +
+ ++ +size_changed
+Specifies that the size of the widget has changed.
+
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +left_mousedragged( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with the left button down
+ +mouse_entered( Float xpos, Float ypos, Integer buttons )
+Mouse entered a widget event
+ +mouse_exited( Float xpos, Float ypos, Integer buttons )
+Mouse exiting a widget event
+
+ ++ +linkcvartoshader
+Links the label's cvar to its shader
+ +linkstring( Integer value, String string )
+Creates a link from the specified value to a string.Use this if you want the label to display a string different from the value of the cvar
+ +loopingsound( String soundName, Float start_volume, Float hold_start_time, Float ending_volume, Float ramp_time )
+Set the sound to play
+ +mouse_entered( Float xpos, Float ypos, Integer buttons )
+Mouse entered a widget event
+ +mouse_exited( Float xpos, Float ypos, Integer buttons )
+Mouse exiting a widget event
+ +oneshotsound( String soundName, Float soundTime )
+Set the sound to play
+ +outlinedtext( Integer outlined )
+Set/clear outline text
+ +shader( String shaderName )
+Set the shader to draw on the background of the widget
+ +tileshader( String shaderName )
+Set the shader to draw tiled on the background of the widget
+
+ ++ +joingame
+Join the currently selected server
+ +listbase_item_doubleclicked( Integer index )
+Signaled when an item is double clicked
+ +listbase_item_selected( Integer index )
+Signaled when an item is selected
+
+ ++ +connecttoselected
+Makes the lan game list connect to the selected server
+
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+
+ ++ +menu( String name, Float width, Float height, String direction, [ Float motion_time ] )
+Sets up the layout of the menu.
+
+ ++ +additem( String itemname, [ String command ] )
+Add an item to the list
+ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+
++ +
+ ++ +addconfigstringitem( Integer index, [ String command ] )
+Add an item to the list that uses a configstring
+ +additem( String itemname, [ String command ] )
+Add an item to the list
+ +deleteallitems
+Delete all the items from the widget
+ +font( String title )
+Set the font of the widget
+ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +left_mousedragged( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with the left button down
+ +mouse_entered( Float xpos, Float ypos, Integer buttons )
+Mouse entered a widget event
+ +size_changed
+Specifies that the size of the widget has changed.
+
+ ++ +RefreshMapList
+Refreshes the map list.
+
+ ++ +RefreshRotationList
+Refreshed the map rotation list.
+
+ ++ +edit( Boolean bool )
+Set whether or not the text is editable
+ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +left_mousedragged( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with the left button down
+ +size_changed
+Specifies that the size of the widget has changed.
+ +updatecvar
+Causes text box to update itself using the assigned cvar
+
+ ++ +floatingwindow_close_pressed
+Signal that the window was closed
+ +openfile( String nameOfFile )
+called to open a file in the notepad
+
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+
++ +
+ ++ +deactivated
+Signals that the widget has been deactivated.
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +mouse_exited( Float xpos, Float ypos, Integer buttons )
+Mouse exiting a widget event
+ +mouse_moved( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with no buttons down
+
+ ++ +highlight_bgcolor( Float r, Float g, Float b )
+Set the background color of the highlighted text when a pulldown is used
+ +highlight_fgcolor( Float r, Float g, Float b )
+Set the foreground color of the highlighted text when a pulldown is used
+ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +left_mousedragged( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with the left button down
+
+ ++ +addpopup( String menuname, String title, String type, String string )
+Adds a popup to the list box.
+ +
+menuname - the name of the menu to add this to
+title - the string to display
+type - type of item this is (command,cvar,event_name)
+string - the data that corresponds to the correct type
+highlight_bgcolor( String menu, Float r, Float g, Float b, Float a )
+Set the highlight foreground color of the pulldown menumenuname - the name of the popup menu to color
+ +
+highlight_fgcolor( String menu, Float r, Float g, Float b, Float a )
+Set the highlight background color of the pulldown menumenuname - the name of the popup menu to color
+ +
+menushader( String menuname, String shader )
+Adds a menu to the container and sets the shader.
+ +
+menuname - the name of the menu to add this to
+shader - the string to displaypopup_bgcolor( String menu, Float r, Float g, Float b, Float a )
+Set the foreground color of the popup menumenuname - the name of the popup menu to color
+ +
+popup_fgcolor( String menu, Float r, Float g, Float b, Float a )
+Set the background color of the popup menumenuname - the name of the popup menu to color
+ +
+popup_highlight_bgcolor( String menu, Float r, Float g, Float b, Float a )
+Set the highlight foreground color of the popup menumenuname - the name of the popup menu to color
+ +
+popup_highlight_fgcolor( String menu, Float r, Float g, Float b, Float a )
+Set the highlight background color of the popup menumenuname - the name of the popup menu to color
+ +
+selmenushader( String menuname, String shader )
+Adds a menu to the container and sets the shader when it's selected.
+ +
+menuname - the name of the menu to add this to
+shader - the string to displayvirtualres( Integer usevirtualres )
+Set the widget to be modified horizontally or vertically across the screen to account for resolutions != 640x480
+
++ +
+ ++ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+
+ ++ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+
+ ++ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+
+ ++ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+
+ ++ +autodec
+Used to auto decrement the slider
+ +autoinc
+Used to auto increment the slider
+ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +left_mousedragged( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with the left button down
+ +leftshader( String shader, [ String depressed_shader ] )
+Set the shader of the slider's left arrow
+ +mouse_entered( Float xpos, Float ypos, Integer buttons )
+Mouse entered a widget event
+ +mouse_exited( Float xpos, Float ypos, Integer buttons )
+Mouse exiting a widget event
+ +rightshader( String shader, [ String depressed_shader ] )
+Set the shader of the slider's right arrow
+ +setrange( Float min, Float max )
+Used to set the range of a slider
+ +slidertype( String sliderType(float|integer) )
+Set the slider type to be floating point or integral
+ +stepsize( Float stepsize )
+Set the step size of the slider
+ +thumbshader( String shader, [ String depressed_shader ] )
+Set the shader of the slider's thumb
+
+ ++ +realign_widget
+Specifies that the widget has been realigned.
+ +size_changed
+Specifies that the size of the widget has changed.
+
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +left_mousedragged( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with the left button down
+ +mouse_entered( Float xpos, Float ypos, Integer buttons )
+Mouse entered a widget event
+ +mouse_exited( Float xpos, Float ypos, Integer buttons )
+Mouse exiting a widget event
+
+ ++ +activate
+Activate this widget.
+ +aliascache( String alias, String realPath, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Create an alias to the specified path and cache the resource
+ +align( String alignment )
+Set the side of the screen to align the widget(left right top bottom centerx centery)
+ +bgcolor( Float red, Float green, Float blue, Float alpha )
+Set the background color of the widget
+ +bordercolor( Float red, Float green, Float blue, Float alpha )
+Set the border color of the widget
+ +borderstyle( String style )
+Set the borderstyle of the widget(NONE, 3D_BORDER, INDENT_BORDER)
+ +clicksound( String soundName )
+Set the sound to be played when the widget is clicked
+ +direction( String direction, [ Float time ] )
+Set the direction the widget will appear from on the screen
+ +
+(from_top, from_bottom, from_left, or from_right)
+Time is specified to determine how fast the widget will scroll in
+disable
+enable the widget.
+ +dontlocalize
+Disables localization for this widget
+ +enable
+enable the widget.
+ +enabledcvar( String cvar_name )
+Set the cvar to check to see if this button is enabled or not
+ +fadein( Float fadetime )
+Set the amount of time it takes for the widget to fade in
+ +fadesequence( Float delay, Float fadein, Float hold, Float fadeout )
+Set up for a delay/fadein/hold/fadeout
+ +fgcolor( Float red, Float green, Float blue, Float alpha )
+Set the foreground color of the widget
+ +font( String title )
+Set the font of the widget
+ +hide
+Hides the widget.
+ +hidecommand( String command )
+Set a command to be executed when the widget is hidden
+ +hovershader( String shaderName )
+Set the shader to on the background of the widget when the mouse is over the widget
+ +initdata( String datastring )
+Set the linkcvar to be initialized to this value
+ +linkcvar( String cvarname )
+Set the cvar that will be updated when the widget is changed
+ +name( String name )
+Set the name of the widget
+ +noparentadjust
+Set the widget to not be adjusted by the parent widget
+ +noparentclip
+Set the widget to not be clipped by the parent widget
+ +ordernumber( Integer num )
+Set the order the widget should be activated in
+ +pressedshader( String shaderName )
+Set the shader to on the background of the widget when it is pressed in
+ +rect( Float x, Float y, Float width, Float height )
+Set the rect of the widget
+ +scalecvar( String cvar_name )
+Set the cvar to check to scale this component
+ +shader( String shaderName )
+Set the shader to draw on the background of the widget
+ +showcommand( String command )
+Set a command to be executed when the widget is shown
+ +size( Float x, Float y, Float width, Float height )
+Set the size of the widget
+ +stopsound( String soundName )
+Set the sound to be played when the widget stops moving
+ +stretch( String stretchdir )
+Set the widget to be stretched horizontally or vertically across the screen
+ +stuffcommand( String command )
+Set the command to be stuffed when the widget is clicked
+ +textalign( String alignment )
+Sets the alignment of text for this widget
+ +tileshader( String shaderName )
+Set the shader to draw tiled on the background of the widget
+ +title( String title )
+Set the title of the widget to be displayed in the center of it
+ +virtualres( Integer usevirtualres )
+Set the widget to be modified horizontally or vertically across the screen to account for resolutions != 640x480
+
+ ++ +bgfill( Float red, Float green, Float blue, Float alpha )
+Set a color to fill the entire background
+ +fullscreen( Boolean fullscreen )
+Set container to be fullscreen. This will disable the game rendering if it's active
+ +vidmode( Integer vidmode )
+Set container's vidmode to change to when it's active
+
++ +
+ ++ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+ +left_mouse_up( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been released
+ +left_mousedragged( Float xpos, Float ypos, Integer buttons )
+Mouse was moved in a widget with the left button down
+
++ +
+ ++ +activated
+Signals that the widget has been activated.
+ +deactivated
+Signals that the widget has been deactivated.
+ +left_mouse_down( Float xpos, Float ypos, Integer buttons )
+Left mouse button has been pressed down
+
++
++ +
+ ++ +(
+Signals the beginning of a block of commands
+ +)
+Signals the end of a block of commands
+ +accel( Float xAcc, Float yAcc, Float zAcc )
+Set the acceleration of the spawned tempmodel.
+ +
+This acceleration is applied using the world axisalias( String alias, String realPath, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Create an alias to the specified path
+ +aliascache( String alias, String realPath, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Create an alias to the specified path and cache the resource
+ +align
+Align the tempmodels to the direction they are traveling
+ +alignonce
+Align the tempmodels to the direction they are traveling at the time they are initialized
+ +alignstretch( [ Float scaleMultiplier ] )
+Aligns the temp model to the direction of travel, and stretches it betwen the last and current positions.
+ +
+alpha( Float alpha )
+Set the alpha of the spawned tempmodel
+ +alwaysdraw
+Set emitter/tempmodel to be alwaysdraw. Which can be turned off by alwaysdraw
+ +angles( [ String [random|crandom|range] ], Float pitch, [ Float [pitch2] ], [ String [random|crandom|range] ], Float yaw, [ Float [yaw2] ], [ String [random|crandom|range] ], Float roll, [ Float [roll2] ] )
+If random is specified, the component will range from 0 to +specified value.
+ +
+If crandom is specified, the component will range from -specified to +specified value.
+If range is specified, the component needs two values; it will randomly pick a number in the range
+from the first number to the first number plus the second number.
+If no keyword is explicitly specified, then the component will be just set
+without randomness.anim( String animation )
+Set a tempmodel the the specified animation
+ +animateonce
+Set a tempmodel to animate once and then get removed
+ +avelocity( Float yawVel, Float pitchVel, Float rollVel )
+Set the angular velocity of the spawned tempmodel
+ +beam_offset_endpoints
+Make the beams endpoints offset to reduce the bunching up effect
+ +beamdelay( [ String [random] ], [ Float delay ] )
+Set the delay time between creating new beams.
+ +
+If the keyword random is specified, the delay between beams will occur randomly between 0 and the time specifiedbeamlength( Float length )
+Set the length of the beam or trace length (for decals)
+ +beampersist
+Make the beams persist instead of blinking out
+ +beamshader( String shadername )
+Set the shader to use for the beam
+ +beamsphere( Integer count )
+Create a sphere shaped beam effect from the origin. Count is the number of beams
+ +beamtoggledelay( [ String [random] ], [ Float delay ] )
+Set a delay between toggling the beams on and off.
+ +
+If the keyword random is specified, the delay between toggling will occur randomly between 0 and the time specifiedblockdlight( Float intensity, Float life, [ String type1 ], [ String type2 ] )
+Spawn a dynamic light from the origin of the model
+ +
+An additional commands block allows the specification of moving & varying dlights
+The intensity is the radius of the light
+type is the type of light to create (lensflare,viewlensflare,additive)bodyfall( [ Float fVolume ] )
+Play a body fall sound that is appropriate to the surface we are falling on
+ +
+bouncedecal( Integer maxamount, [ Integer temporary ] )
+Put a mark when the tempmodel bounces and hits a surface
+ +
+maxamount = Max amount of decals to make when bouncing
+temporary = specify 1 for a temporary mark that only appears for a short time, 0 for a decal that stays aroung longer (default is 0)
+bouncefactor( Float factor )
+Set the bounciness of a tempmodel when it hits a solid.
+ +
+A factor > 1 will make the model bounce higher and higher on each hitbouncesound( String sound, [ Float [delay] ] )
+When bouncing, what sound to play on impact and an option delay (default is 1 second) between playing this sound
+ +bouncesoundonce( String sound )
+When bouncing, what sound to play on impact one time
+ +cache( String resourceName )
+Cache the specified resource
+ +cachefont( String fontName )
+Cache the specified font (For menu graphics that should never be picmiped)
+ +cachefromalias( String alias )
+Caches all data matching a previously specified alias
+ +cacheimage( String imageName )
+Cache the specified image (For menu graphics that should never be picmiped)
+ +circle
+Set the tempmodels to be spawned in a circle around the origin
+ +
+This circle will be generated in the X/Y axis of the modelclampvel( Float minX, Float maxX, Float minY, Float maxY, Float minZ, Float maxZ )
+sets the valid range for velocities along global axes. Cannot be used with clampvelaxis.
+ +clampvelaxis( Float minX, Float maxX, Float minY, Float maxY, Float minZ, Float maxZ )
+sets the valid range for velocities along oriented axes. Cannot be used with clampvel.
+ +client( [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Execute the specified command arg string
+ +collision( [ String water ] )
+Turn on collision for the tempmodel.
+ +
+If the keyword water is specified, then the tempmodel will collide with watercolor( Float red, Float green, Float blue, [ Float alpha ] )
+Set the color (modulate) of the spawned tempmodel.
+ +colorvelocity( Float rVel, Float gVel, Float bVel )
+Set the color velocity of the spawned dlight tempmodel
+ +commanddelay( Float delay, String command, [ String [arg1] ], [ String [arg2] ], [ String [arg3] ], [ String [arg4] ], [ String [arg5] ], [ String [arg6] ] )
+executes a command after the given delay
+ +cone( Float height, Float radius )
+Randomly spawns the particle somewhere inside a cone along the model's local x axis
+ +count( Integer count )
+Set the number of tempmodels that are spawned
+ +
+This is only used for the originspawn and tagspawn commands,
+and not for emitters, use spawnrate insteaddecalradius( Float radius )
+Set the radius of the decal
+ +decalshader( String shadername )
+Set the shader to use for the impact decal
+ +delayedrepeat( Float time, Integer commandnumber, [ String [arg1] ], [ String [arg2] ], [ String [arg3] ], [ String [arg4] ], [ String [arg5] ], [ String [arg6] ] )
+Set the time delay between this command getting executed. This requires a command number to be assigned here.
+ +
+This is internally used to keep track of the commands this entity executes and will resolve naming conflicts.
+This is only useful if the command gets called continuously but must execute at regular intervals.
+delayedsfx( Float fDelay, String sCommand, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ], [ String arg7 ], [ String arg8 ] )
+Used for adding commands to a special effect with a time delay
+ +detail
+Set emitter/tempmodel to be detail. Which can be turned off by detail
+ +dietouch
+Set the spawned tempmodels to die when they touch a solid
+ +dlight( Float red, Float green, Float blue, Float intensity, [ String type1 ], [ String type2 ] )
+This makes the emitter itself a dynamic lightThe red,green,blue parms are the color of the light
+ +
+The intensity is the radius of the light
+type is the type of light to create (lensflare,viewlensflare,additive)emitterangles( [ Float pitchofs ], [ Float yawofs ], [ Float rollofs ] )
+Set the tempmodels angles to that of the emitter
+ +
+The three optional parameters are for setting an angle offset from the emitteremitteroff( String emitterName )
+Turn the specified emitter off
+ +emitteron( String emitterName )
+Turn the specified emitter on
+ +endalpha( Float alpha )
+Set the alpha of the beam's endpoint
+ +entcolor( Float red, Float green, Float blue, [ Float alpha ] )
+Set the color(modulate) of this entity
+ +eyelimits( Float fPitchmax, Float fYawmax, Float fRollmax )
+Set the max angle offsets for the eyes from the model's head
+ +eyemovement( Float fMovement )
+Sets the amount of the head's movement to apply to the players view. 1 is full, 0 is none
+ +fade
+Set the tempmodel to fade out over it's life
+ +fadedelay( Float time )
+Set the amount of time to delay a fade
+ +fadein( Float time )
+Set the tempmodel to fade in over the specified time
+ +flicker
+Set the tempmodel to change it's alpha every frame. Creates a flickering effect
+ +footstep( String tag, String sRunning, [ Integer iEquipment ] )
+Play a footstep sound that is appropriate to the surface we are currently stepping on
+ +
+sRunning should be set to run, walk, or ladderfriction( Float friction )
+Set the friction as a fraction of velocity per second... exact effect depends on physics rate:
+ +
+slowdown per second = [1 - (friction / physicsrate)] ^ physicsrate; physicsrate defaults to 10globalfade( [ String [in|out] ] )
+Set the tempmodels to globally fade in or out together
+ +hardlink
+Set the tempmodels linked to the model they are spawned from, so they move with it
+ +inwardsphere
+Create the tempmodels in a sphere around the origin, and adjust their
+ +
+angle so they point toward the center of the sphere. This is best used with a
+spehere radius and some velocity so the models look like they're heading toward the
+center of the sphere.landing( [ Float fVolume ], [ Integer iEquipment ] )
+Play a landing sound that is appropriate to the surface we are landing on
+ +
+life( Float life, [ Float randomlife ] )
+Set the life (in seconds) of the spawned tempmodel
+ +lightstyle( String nameOfImage )
+Set a lightstyle to determine the color of this tempmodel, the image
+ +
+specified is used to determine the look of the light styleloopsound( String soundName, [ Float volume ], [ Float min_distance ], Float pitch )
+Play the specifed sound as a looping sound
+ +maxoffset( Float maxoffset )
+Set the maximum offset from center in a beam
+ +minoffset( Float minoffset )
+Set the minimum offset from center in a beam
+ +model( String modelname1, [ String modelname2 ], [ String modelname3 ], [ String modelname4 ], [ String modelname5 ], [ String modelname6 ] )
+Set the modelname of the tempmodel. If more than 1 model is specified, it will
+ +
+be randomly chosen when spawnednotagaxis
+Forces the effect to use the model's orientation for randvelaxis and offsetalongaxis
+ +numsegments( Integer numsegments )
+Set the number of segments in a beam
+ +offset( [ String [random|crandom|range] ], Float offsetX, [ Float [offsetX2] ], [ String [random|crandom|range] ], Float offsetY, [ Float [offsetY2] ], [ String [random|crandom|range] ], Float offsetZ, [ Float [offsetZ2] ] )
+If random is specified, the component will range from 0 to +specified offset.
+ +
+If crandom is specified, the component will range from -specified to +specified offset.
+If range is specified, the component needs two values; it will randomly pick a number in the range
+from the first number to the first number plus the second number.
+If no keyword is explicitly specified, then the component will just be added on
+without randomness.
+This offset is applied using the world axis.offsetalongaxis( [ String [crandom|random|range] ], Float offsetx, [ Float [offsetx2] ], [ String [crandom|random|range] ], Float offsety, [ Float [offsety2] ], [ String [crandom|random|range] ], Float offsetz, [ Float [offsetz2] ] )
+If random is specified, the component will range from 0 to specified offset.
+ +
+If crandom is specified, the component will range from -specified to +specified offset.
+If range is specified, the component needs two values; it will randomly pick a number in the range
+from the first number to the first number plus the second number.
+If no keyword is explicitly specified, then the component will just be added on
+without randomness.
+This offset is applied using the model's local axisorientation( Float degrees )
+Set the degrees to orient the decal. Specify 'random' to use a random orientation
+ +originbeamemitter
+Spawn beams from the origin.
+ +
+This command is followed by a ( to specify a block of commands that modify the beamoriginbeamspawn
+Spawn a beam from the origin.
+ +
+This command is followed by a ( to specify a block of commands that modify the beamorigindlight( Float red, Float green, Float blue, Float intensity, Float life, [ String type1 ], [ String type2 ] )
+Spawn a dynamic light from the origin of the model
+ +
+The red,green,blue parms are the color of the light
+The intensity is the radius of the light
+type is the type of light to create (lensflare,viewlensflare,additive)originemitter( String emitterName )
+Create an emitter that spawns tempmodels from the origin.
+ +
+This command is followed by a ( to specify a block of commands that modify the tempmodelsoriginspawn
+Spawn tempmodels from the origin.
+ +
+This command is followed by a ( to specify a block of commands that modify the tempmodelsparallel
+Set tempmodel to be parallel to the viewer
+ +parentangles
+Set the tempmodels angles to that of its parent
+ +parentlink
+Set the tempmodels linked to the parent, so they move with the parent model
+ +physicsrate( String rate )
+Set the rate (in updates per second) for the tempmodel's physics to be updated
+ +print( String string )
+Prints a string.
+ +printdeathmsg( String msg1,, String msg2,, String killer,, String victim,, String deathType )
+Prints a death message string. Used to allow death messages to appear in their correct language on client machines.
+ +radialvelocity( Float scale, Float min_additional, Float max_additional )
+Subtracts the particle origin from origin and multiplies by scale, then adds additional velocity
+ +
+between min and max... negative values bring toward origin
+radius( Float radius )
+Set the radius of the sphere for the inwardsphere amd sphere settings
+ +randomchance( Float percentage, [ String [arg1] ], [ String [arg2] ], [ String [arg3] ], [ String [arg4] ], [ String [arg5] ], [ String [arg6] ] )
+Set the percentage chance that command will occur
+ +randomroll
+Set the tempmodels so they pick a random roll value every frame
+ +randvel( [ String [random|crandom|range] ], Float xVel, [ Float [xVel2] ], [ String [random|crandom|range] ], Float yVel, [ Float [yVel2] ], [ String [random|crandom|range] ], Float zVel, [ Float [zVel2] ] )
+Add a random component to the regular velocity.
+ +
+If random is specified, the component will range from 0 to specified velocity.
+If crandom is specified, the component will range from -specified to +specified velocity.
+If range is specified, the component needs two values; it will randomly pick a number in the range
+from the first number to the first number plus the second number.
+If no keyword is explicitly specified, then the component will just be added on
+without randomness.
+This velocity is applied using the world axisrandvelaxis( [ String [random|crandom|range] ], Float forwardVel, [ Float [forwardVel2] ], [ String [random|crandom|range] ], Float rightVel, [ Float [rightVel2] ], [ String [random|crandom|range] ], Float upVel, [ Float [upVel2] ] )
+Add a random component to the regular velocity.
+ +
+If random is specified, the component will range from 0 to specified velocity.
+If crandom is specified, the component will range from -specified to +specified velocity.
+If range is specified, the component needs two values; it will randomly pick a number in the range
+from the first number to the first number plus the second number.
+If no keyword is explicitly specified, then the component will just be added on
+without randomness.
+This velocity is applied using the parent axisrelativeangles( )
+makes the spawn angles get applied relative to the orientation of the model
+ +scale( Float scale )
+Set the scale of a spawned tempmodel
+ +scalemax( Float scalemax )
+Set the maximum scale of a spawned tempmodel
+ +scalemin( Float scalemin )
+Set the minimum scale of a spawned tempmodel
+ +scalerate( Float rate )
+Set the scaling rate of the spawned tempmodel
+ +
+If a negative rate is used, the model will shrinkscaleupdown
+Set the tempmodel to scale up to scale value and then down.
+ +settiki( String settiki )
+sets the tiki the aliases should be on in the sound uberfile
+ +sfx( String sCommand, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ], [ String arg7 ], [ String arg8 ] )
+Used for adding commands to a special effect
+ +smokeparms( Float typeinfo, Float fademult, Float scalemult )
+Sets some misc parms for smoke
+ +sound( String soundName, [ String channelName ], [ Float volume ], [ Float min_distance ], [ Float pitch ], [ Float randompitch ], [ String randomvolume ] )
+Play the specified sound
+ +spawnrange( Integer range1, [ Integer range2 ] )
+Sets the range in which this effect will spawn tempmodels. If one number is specified, it is the max range
+ +
+and 0 is the min range; if two numbers are specified, the larger is the max range.
+spawnrate( Float rate )
+Set the spawnrate of the emitter (models per second).
+ +
+This is only used for emitters and not for the originspawn and tagspawn commandssphere
+Set the tempmodels to spawn in a sphere around the origin.
+ +
+If sphereradius is set, the tempmodels will spawn at the radius distance from
+the originspin( Float rotations_per_second )
+Sets counterclockwise rotations per second at which the emitter's x/y-axes rotate around its z-axis
+ +spread( Float spreadx, Float spready )
+Add a random variance in the spawned beam in the forward direction by the amound specified in spreadx and spready
+ +spritegridlighting
+Calculates grid lighting for a sprite
+ +startoff
+Signals an emitter to start in the off state (no tempmodels are emitted)
+ +stopaliaschannel( String alias )
+Stops the sound channel used by the specified alias.
+ +stoploopsound
+Stop the looping sound
+ +stopsound( String channelName )
+Stops the sound on the specified channel.
+ +swarm( Integer frequency, Float maxspeed, Float delta )
+Create a swarm like effect that the tempmodels follow when they are spawned
+ +
+frequency is how often they change direction
+maxspeed is how fast the tempmodel will move (it's randomly generated every
+time the frequency is hit)
+delta is how much the tempmodel moves toward the origin every frameswipe( [ Vector origin ] )
+Do a swipe and add it on to the swipe rendering list.
+ +swipeoff
+Signal the end of a swipe
+ +swipeon( String shader, String startTagName, Float endTagNamelife, Float life )
+Signal the start of a swipe from the current tag
+ +tagbeamemitter( String tagstart, String tagend, String name )
+Create a beam emitter that uses 2 tags to determine it's start and end position
+ +tagbeamspawn( String tagstart, Float name )
+Create a beam emitter that uses the tag to determine it's starting position.
+ +tagdlight( String tagName, Float red, Float green, Float blue, Float intensity, Float life, [ String intvel ], [ String type1 ] )
+Spawn a dynamic light from the specified tag
+ +
+The red,green,blue parms are the color of the light
+The intensity is the radius of the light
+type is the type of light to create (lensflare,viewlensflare,additive)tagemitter( String tagName, String emitterName )
+Create an emitter that spawns tempmodels from the specified tag.
+ +
+This command is followed by a ( to specify a block of commands that modify the tempmodelstaglist( String arg1, String arg2, [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ], [ String arg7 ], [ String arg8 ] )
+Set the tag list to create a beam that travels between all the tags
+ +tagspawn( String tagName )
+Spawn tempmodels from the specified tag.
+ +
+This command is followed by a ( to specify a block of commands that modify the tempmodelstagspawnlinked( String tagName )
+Spawn tempmodels from the specified tag, linked to the entity at the tag.
+ +
+This command is followed by a ( to specify a block of commands that modify the tempmodelstracelength( Float length )
+Set the length of the trace for the decal
+ +trail( String shader, String startTag, String endTag, Float life )
+Set the tempmodel to have a swipe that follows it
+ +treads( String tagName, String shader, Integer localrefnumber )
+Spawn treads from the specified tag using the specified tread type.
+ +treadsoff( String tagName, Integer localrefnumber )
+Stops spawning treads from the specified tag.
+ +twinkle( Float mintimeoff, Float maxtimeoff, Float mintimeon, Float maxtimeon )
+Set the tempmodel to twinkle with the specified settings
+ +uselasttraceend
+Makes this trace command use the end results of the last trace command
+ +varycolor
+Sets the color to vary by 0 to -200f specified color
+ +velocity( Float forwardVelocity )
+Set the forward velocity of the spawned tempmodel
+ +viewkick( Float pitchmin, Float pitchmax, Float yawmin, Float yawmax, Float recenterspeed, String patters, Float pitchmax, Float yawmax )
+Adds kick to the view of the owner when fired.
+ +volumetric
+Set the effect to spawn volumetric sources rather than tempmodels
+ +wateronly
+makes the temp model remove itself if it leaves water
+ +wind
+Makes the temp model be affected by wind
+
+ ++ +effectdelay( Integer iEffect, Integer iCurrEmitter, Vector vPos, Vector vAngles, Vector vAxisA, Vector vAxisB, Vector vAxisC )
+Resumes the execution of iEffect effect from its iCurrEmitter emitter.
+
++ +
+ ++ +commanddelay( Float delay, String command, [ String [arg1] ], [ String [arg2] ], [ String [arg3] ], [ String [arg4] ], [ String [arg5] ], [ String [arg6] ] )
+executes a command after the given delay
+ +delete
+Removes this listener immediately.
+ +immediateremove
+Removes this listener immediately.
+ +remove
+Removes this listener the next time events are processed.
+
++ +
++
+Last Updated: December 17, 2002 +
+ +Overview ++Client side commands refer to any commands that are used in the client game DLL (cgame DLL). These commands are placed and executed on frames of animation. When a TIKI model’s animation is played back on the client, the commands associated with those frames are executed. This document also contains a list of client INIT commands. These are commands that are only executed on the client when the model is initialized. These commands deal with setting up emitters. +
+ +Example ++This is a list of client commands and parameters for the client. These commands can be placed in a TIKI file for execution. Here is an example to get started: +
++ +Animations + { +power power.skc + { + client + { + first tagspawn tag_hand + ( + count 50 + model models/flameball.tik + velocity 50 + randvel 0 0 200 + avelocity random 360 random 360 random 360 + life 1 + accel 0 0 -100 + scale 0.1 + fade + bouncefactor 0.8 + offset crandom 3 crandom 3 crandom 3 + ) + } + } + } + + ++ +
+Here is an explantion of what is going to happen when the first frame of the “power” animation is executed.
+
+
+After the definition of the animation “power power.skc” You can list client and server side commands that will be executed on the specified frames. In this case there is a client command on the first frame of the power animation. Notice that the command is called “tagspawn” and it has one parameter on the same line called “hand”. This command allows you to spawn things ( particles, models, sprites ) from the tag that is built into the model ( in this case it’s the hand tag ).
+
+
+The “(“ on the next line starts a block of modifiers and parameters that will affect the spawning properties of the command. There are 11 lines of parameters after the “(“ and then there is a closing “)”. The “)” signifies the end of the parameters/modifiers and finishes off the command. Each one of the modifiers is explained below, along with the commands like “tagspawn”.
+
+These commands can be executed on any frame of any animation on the client. These are placed in the client frame commands of the TIKI file +
+ + +alias <path> <alias> + | Creates an alias to to the specified path + |
aliascache <aliasname> <resourcename> + | Caches in the specified resource name and creates the alias specified to reference it. + |
cache <resourcename> + | Caches in the specified resource name + |
commanddelay <time> <commandnum> <command> [arg1]…[argN] + | Delays the <command> by the <time> specified. There wll be a delay between the execution of the command. The <commandnum> must be provided by the user, It is used to keep track of the different commands and the times they are executed. + |
dlight <red> <green> <blue> <intensity> <life> <type> + | Spawn a dlight from the origin of the model. The <type> of the light can be normal, lensflare, or viewlensflare + |
emitteroff <emittername> + | Turns “off” the specified emitter + |
emitteron <emittername> + | Turns “on” the specified emitter + |
entcolor + | Set the color(modulate) of the model. + |
loopsound <soundfile> [volume] [mindistance] + | Plays the specified sound in a loop + |
originspawn([parameter list]…) + | Spawn “things” from the origin of the model. The parameter list after the command specify modifiers on the command. + |
randomchance <amount> <command> [arg1]…[argN] + | This will randomly execute the specified command. The amount ranges from 0 to 1 and is the percentage chance that the command will execute. + |
sound <soundfile> [channel number] [volume] [mindistance] + | Plays the specified sound. Channel, volume, and mindistance are optional + |
swipe + | Add a segment to the swipe. + |
swipeoff + | Signal the end of a swipe + |
swipeon <tagname> <size> <life> + | Signal the start of a swipe. + |
tagdlight <tagname> <red> <green> <blue> <intensity> <life> <type> + | Spawn a dlight from the specified tag of the model. The <type> of the light can be normal, lensflare, or viewlensflare + |
tagspawn <tagname>([parameter list]…) + | Spawn “things” from the tag specified on the model. The parameter list after the command specify modifiers on the command. + |
tagbeamspawn <tagname_start> <length> + | Spawns a beam from <tagname_start> of the specified <length>. The direction is derived from the tag. + |
+These commands set up client side effects that are not associated with animations These are placed in the client init section of the TIKI file. +
+ + +tagemitter <tagname> <emittername>(<parameter list>…) + | Creates a tag emitter named <emittername> that spawns out models from <tagname>. This is not associated with animation frames, so it can be used for static things that emit models without animating. + |
tagbeamemitter <tagname_start> <tagname_end> <emittername>{<parameter list>} + | Creates a beam emitter named <emittername> that spawns beams from tagname_start to tagname_end. This is not associated with animation frames, so it can be used for static things that have beam effects on them + |
+These are used in the above commands to modify the “things”( tempmodels ) that are spawned from the emitters/spawn points. +
+ +accel <accelx> <accely> <accelz> + | Sets the acceleration for the tempmodel. You can simulate gravity by setting the accelz component to a negative value (E.g. accel 0 0 –200) + |
align + | Aligns the tempmodel in the direction it is traveling + |
alpha <alpha_value> + | Sets the alpha value of the tempmodel + |
angles (crandom|random) <yaw> (crandom|random) <pitch> (crandom|random) <roll> + | Sets the angular velocity of the tempmodel. Use the keywords random or crandom as stated in the randvel command. + |
anim <anim_name> + | Set the anim of the spawned tempmodel. + |
animateonce + | Animate the tempmodel once before killing it + |
avelocity (crandom|random) <yaw> (crandom|random) <pitch> (crandom|random) <roll> + | Sets the angular velocity of the tempmodel. Use the keywords random or crandom as stated in the randvel command. + |
bouncefactor <bounce_value> + | Sets the bounciness of the tempmodel. Values greater than 1 will make the model gain speed when it bounces. + |
circle + | Spawns the tempmodels in a circlular pattern on the XY plane + |
collision [‘water’] + | Turns on collision for the tempmodels (saves CPU if you don’t need collision ). Add the water keyword if you want the particles to collide with water. + |
color <red> <green> <blue> <alpha> + | Sets the color of the tempmodel. This color is modulated with the tempmodel when it is drawn. + |
colorrange <startRed> <startGreen> <startBlue> <endRed> <endGreen> <endBlue> + | Set the color range to be interpolated over the life of the tempmodel + |
count <number> + | The number of tempmodels to be spawned. + |
dietouch + | Kills the tempmodel when it touches a solid surface. + |
dlight <r> <g> <b> <intensity> + | Makes the emitter a dynamic light source of color (r,g,b) and the specified intensity ( radius ). + |
fade + | Fades the tempmodel to complete translucency over the life. + |
fadein <time> + | Fades the tempmodel in over the amount of time specified. + |
flicker + | Causes the tempmodel to flicker randomly + |
globalfade <”in” | “out> + | Makes the spawned tempmodels fade in or out at the same rate based on the number of frames in the animation of the parent animation. + |
inwardsphere <radius> + | Spawns the tempmodel at radius distance from the origin and moves them inward towards it. + |
life <seconds> + | The life of the spawned tempmodel. + |
model <modelname1> [modelname2] [modelname3] … + | The name of the model you want to spawn. If more than one model is specified then the model is chosen randomly from the list + |
offset (crandom|random) <offsetx> (crandom|random) <offsety> (crandom|random) <offsetz> + | Sets an offset of the tempmodel. Use the keywords random or crandom as stated in the randvel command. + |
offsetalongaxis (crandom|random) <offsetx> (crandom|random) <offsety> (crandom|random) <offsetz> + | Sets an offset of the tempmodel. Use the keywords random or crandom as stated in the randvel command. The offset is applied in the coordinate system of the parent + |
parentlink + | Links the spawned tempmodel to the parent. If the parent moves, so does the spawned tempmodel. + |
randvel (crandom|random) <speedx> (crandom|random) <speedy> (crandom|random) <speedz> + | Adds a random velocity to the tempmodel in the x, y, and z axis. Use the keyword random to make the value between 0 and speed. Use the keyword crandom to make the value between –speed and speed. If you don’t use the random or crandom keywords, then the added velocity will be constant. + |
scale <scale_value> + | Sets the scale of the tempmodel to value. + |
scalemax <scale_value> + | Sets the maximum scale of the tempmodel to value. + |
scalemin <scale_value> + | Sets the minimum scale of the temp model to value. By setting this, the spawned model will be randomly scaled to a value between scalemin and scalemax. + |
scalerate <scale_value> + | Animates the tempmodel by scaling it in size according to the specified scalerate value. + |
spawnrate <rate_value> + | Sets the rate of spawning for an emitter. This parameter is only valid for emitters that have been defined for the model. + |
sphere + | Spawns the tempmodels traveling in in an outward sphere pattern from the origin. + |
startoff + | Starts an emitter in the “off” state. + |
swarm <freq> <maxspeed> <delta> + | Causes a swarming effect on the tempmodels. freq is the frequency at which the tempmodel changes direction. maxspeed is the maximum speed of the tempmodel. delta is the amount the tempmodel moves toward the origin to get the swarming effect. + |
texanimtime <time> + | If you are spawning animated texture sprites, this sets the animation time for that sprite. + |
trailcolor <red> <green> <blue> <alpha> + | Sets the color of the trail for the tempmodel. + |
trailradius <radius> + | Sets the width of the trail + |
trailtime <seconds> + | Sets the life of the trail in seconds + |
velocity <speed> + | The speed of the tempmodel. It will travel in the direction based on the orientation of the parent. + |
wavy <amount> + | Causes the tempmodel to move in a wavy effect. amount sets the amount of the wavieness. + |
+These parameters are only applicable to beamemitters and tagbeamspawn +
+ +numsegments <num> + | Set the number of segments in the beam + |
minoffset <offset> + | Set the minimum offset from center that the beam will move + |
maxoffset <offset> + | Set the maximum offset from center that the beam will move + |
beamshader <shader_name> + | Set the shader that the beam will use + |
beamdelay <delay> + | Set the delay (in seconds) between the drawing of beams + |
beamtoggledelay [random] <delay> + | Set the delay (in seconds) that is used to toggle the beams off and on. If random is used, then the delay will be between 0 and delay. + |
beampersist + | Effect that makes the beams persist and fade out over time + |
beamsphere <count> + | Shoot the beams out in a sphere pattern. If the radius (see above) is set, beams will be drawn at this distance from center + |
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/docs/MOH_GUI_Documentation/1-1.jpg b/docs/MOH_GUI_Documentation/1-1.jpg new file mode 100644 index 0000000..14877e7 Binary files /dev/null and b/docs/MOH_GUI_Documentation/1-1.jpg differ diff --git a/docs/MOH_GUI_Documentation/1-2.jpg b/docs/MOH_GUI_Documentation/1-2.jpg new file mode 100644 index 0000000..1f3d8f3 Binary files /dev/null and b/docs/MOH_GUI_Documentation/1-2.jpg differ diff --git a/docs/MOH_GameClasses.html b/docs/MOH_GameClasses.html new file mode 100644 index 0000000..bd6baf2 --- /dev/null +++ b/docs/MOH_GameClasses.html @@ -0,0 +1,7150 @@ + + +
+ ++ +accuracy( Float value )
+Set percent to hit
+ +accuracy( Float value )
+Set percent to hit
+ +accuracy
+Set percent to hit
+ +ai_off
+Turns the AI off for this actor.
+ +ai_on
+Turns the AI on for this actor.
+ +aimat( String target )
+Specify the target to aim at.
+ +alarmnode( String value )
+Sets the name of the alarm node for the actor (must have type set to alarm for effect)
+ +alarmnode( String value )
+Sets the name of the alarm node for the actor (must have type set to alarm for effect)
+ +alarmnode
+Gets the name of the alarm node for the actor (must have type set to alarm for effect)
+ +alarmthread
+Gets the name of the alarm thread for the actor (must have type set to alarm for effect)
+ +alarmthread( String value )
+Sets the name of the alarm thread for the actor (must have type set to alarm for effect)
+ +alarmthread( String value )
+Sets the name of the alarm thread for the actor (must have type set to alarm for effect)
+ +ammo_grenade
+Returns how many grenades an AI has
+ +ammo_grenade( Integer grenade_count )
+Gives the AI some grenades
+ +ammo_grenade( Integer grenade_count )
+Gives the AI some grenades
+ +anim( String name )
+Play animation.
+ +anim_attached( String name )
+Play attached animation.
+ +anim_noclip( String name )
+Play noclip animation.
+ +anim_scripted( String name )
+Play scripted animation.
+ +animfinal
+Whether the animation was succesfully finished
+ +animloop( String name )
+Loop animation.
+ +animname
+Gets the animname.
+ +animname
+Sets the animname.
+ +animscript( String name )
+Play the animation script
+ +animscript_attached( String name )
+Play a noclip animation even when attached
+ +animscript_noclip( String name )
+Play the noclip animation script
+ +animscript_scripted( String name )
+Play the scripted animation script
+ +attachgrenade
+Used only by grenade return animations to tell the code when to attach the grenade to the actor
+ +attackhandler
+Gets the current script that will handle attack events
+ +attackhandler
+Sets the current script that will handle attack events
+ +attackplayer
+Force Actor to attack the player
+ +avoidplayer( Integer allowavoid )
+set to 0 if this AI shouldn't automatically get out of the way, non-zero if he should.
+ +
+avoidplayer( Integer allowavoid )
+set to 0 if this AI shouldn't automatically get out of the way, non-zero if he should.
+ +
+avoidplayer
+is 0 if this AI won't automatically get out of the way, non-zero if he will
+ +
+balconyheight( Float height )
+minimum height a balcony guy must fall to do special balcony death
+ +balconyheight( Float height )
+minimum height a balcony guy must fall to do special balcony death
+ +balconyheight
+minimum height a balcony guy must fall to do special balcony death
+ +bedead
+Forces the actor to be instantly and totally dead; no death animation is played
+ +blendtime
+Set the crossblend time to something other than the default, in seconds
+ +blendtime
+Get the crossblend time
+ +breakspecial
+tell ai to break special attack
+ +calcgrenadetoss( Vector target_position )
+Called to calculate a grenade toss. Must be called before a grenade throwing animation.
+ +
+Returns the name of the script to call with animscript if the toss can succeed, or if the toss won't work.
+Should be called infrequently, and never during the middle of a grenade toss.calcgrenadetoss2( Vector target_position, Float speed )
+Called to calculate a grenade toss. Must be called before a grenade throwing animation.
+ +
+Returns the name of the script to call with animscript if the toss can succeed, or if the toss won't work.
+Should be called infrequently, and never during the middle of a grenade toss.
+ The speed parameter is optional. Pass a speed if you just want to override and throw no matter what...canmoveto( Vector position )
+returns a boolean if the AI can move to a point; for use in anim scripts
+ +canshoot( Vector shootOrigin )
+Determines if it would be possible to shoot the sentient's enemy from the given position.
+ +canshootenemyfrom( Vector shootOrigin )
+Determines if it would be possible to shoot the sentient's enemy from the given position.
+ +crawlto( String dest )
+Specify the location to crawl to.
+ +crouchto( String dest )
+Specify the location to crouch to.
+ +damagepuff( Vector position, Vector direction )
+Spawns a puff of 'blood' smoke at the speficied location in the specified direction.
+ +deathembalm
+preps the dead actor for turning nonsolid gradually over time
+ +deathhandler
+Sets the current script that will handle death events
+ +deathhandler
+Gets the current script that will handle death events
+ +deathsinkstart
+Makes the entity sink into the ground and then get removed (this starts it).
+ +defaultnonvislevel
+updates the default value for 'nonvislevel'
+ +delete
+Removes this listener immediately.
+ +detachgrenade
+Used only by grenade return animations to tell the code when to throw the grenade
+ +disguise_accept_thread( String value )
+Sets the name of the thread for the actor to start when accepting papers
+ +disguise_accept_thread( String value )
+Sets the name of the thread for the actor to start when accepting papers
+ +disguise_accept_thread
+Gets the name of the thread for the actor to start when accepting papers
+ +disguise_level
+Gets the disguise level of the actor. May be 1 or 2
+ +disguise_level( Integer value )
+Sets the disguise level of the actor. May be 1 or 2
+ +disguise_level( Integer value )
+Sets the disguise level of the actor. May be 1 or 2
+ +disguise_period( Float period_in_seconds )
+Sets the time between the end of one disguise behavior and start of the next
+ +disguise_period
+Gets the time between the end of one disguise behavior and start of the next
+ +disguise_period( Float period_in_seconds )
+Sets the time between the end of one disguise behavior and start of the next
+ +disguise_range( Float range_in_units )
+Sets the maximum distance for disguise behavior to get triggered
+ +disguise_range( Float range_in_units )
+Sets the maximum distance for disguise behavior to get triggered
+ +disguise_range
+Gets the maximum distance for disguise behavior to get triggered
+ +distancetoenemy
+Get the distance from the Actor to its enemy
+ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +dumb
+Make Actor dumb.
+ +emotion
+The method of setting the facial expression of the Actor
+ +enableEnemy
+sets enableEnemy variable
+ +enablePain
+sets enablePain variable
+ +endactionanim( )
+End any aiming/action animation which is currently playing
+ +enemy
+Get the actor's current enemy
+ +enemy_visible_change_time
+Get the last time whether or not the enemy is visible changed, in seconds
+ +enemysharerange( Float range )
+sets the range outside which the AI will not receive notification that a teammate has a new enemy
+ +enemysharerange
+gets the range outside which the AI will not receive notification that a teammate has a new enemy
+ +enemysharerange( Float range )
+sets the range outside which the AI will not receive notification that a teammate has a new enemy
+ +enemyswitchdisable
+Disable enemy switching...
+ +enemyswitchenable
+Enable enemy switching...
+ +entitystart
+Initialize a Actor.
+ +eyeslookat( Entity entity )
+The actor will look at this entity.
+ +fallheight( Float height )
+Set the fallheight
+ +fallheight
+Set the fallheight
+ +favoriteenemy( Entity ai_or_player )
+Gets this AI's favorite enemy
+ +favoriteenemy( Entity ai_or_player )
+Gets this AI's favorite enemy
+ +favoriteenemy
+Gets this AI's favorite enemy
+ +findenemy
+Finds the best enemy to target
+ +fire_grenade
+Used only by grenade throw animations to tell the code when to throw a grenade
+ +fixedleash( Float multiplier )
+if non-zero, the leash will never auto-reset; if zero, the leash may auto-reset
+ +fixedleash
+if non-zero, the leash will never auto-reset; if zero, the leash may auto-reset
+ +fixedleash( Float multiplier )
+if non-zero, the leash will never auto-reset; if zero, the leash may auto-reset
+ +fov( Float angle )
+The fov angle of the actor
+ +fov
+The fov angle of the actor
+ +fov( Float angle )
+The fov angle of the actor
+ +GetRunAnim
+Internal usage
+ +GetWalkAnim
+Internal usage
+ +gren_awareness( Float awareness_percent )
+sets the awareness of grenades in 0-100 percent chance of responding to a grenadewhen the AI sees it (applied once every 0.4 seconds)
+ +gren_awareness
+gets the awareness of grenades in 0-100 percent chance of responding to a grenadewhen the AI sees it (applied once every 0.4 seconds)
+ +gren_awareness( Float awareness_percent )
+sets the awareness of grenades in 0-100 percent chance of responding to a grenadewhen the AI sees it (applied once every 0.4 seconds)
+ +gun
+gets the gun to being used
+ +gun( String s )
+specifies the gun to use
+ +gun( String s )
+specifies the gun to use
+ +hascompletelookahead
+returns true if there are no corners to turn on the rest of the AI's current path
+ +headmodel
+gets the head model
+ +headmodel( String headmodel )
+sets the head model
+ +headskin
+gets the head skin
+ +headskin( String headskin )
+sets the head skin
+ +hearing( Float radius )
+The hearing radius of the actor
+ +hearing( Float radius )
+The hearing radius of the actor
+ +hearing( Float radius )
+The hearing radius of the actor
+ +holster( Integer if )
+Holster weapon
+ +idlesay( String animation )
+The name of an idle dialog animation to play
+ +ignorebadplaces( Integer ignore )
+sets whether or not this AI guy will ignore bad places (0 = not suicidal)
+ +ignorebadplaces
+gets whether or not this AI guy will ignore bad places (0 = not suicidal)
+ +ignorebadplaces( Integer ignore )
+sets whether or not this AI guy will ignore bad places (0 = not suicidal)
+ +immediateremove
+Removes this listener immediately.
+ +inreload
+returns non-zero if the AI is in a reload
+ +inreload( Integer reloading )
+set to non-zero to indicate the AI is in a reload
+ +interrupt_point
+hint from animation scripts to AI code that now is a good time to switch animations
+ +interval
+Gets the distance AI tries to keep between squadmates while moving.
+ +interval( Float distance )
+Sets the distance AI tries to keep between squadmates while moving.
+ +interval( Float distance )
+Sets the distance AI tries to keep between squadmates while moving.
+ +intervaldir
+the direction the AI would like to move to maintain its interval
+ +is_enemy_visible
+0 if the enemy is not currently visible, 1 if he is
+ +kickdir
+Gets the direction the AI wants to kick
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+last_enemy_visible_time
+Get the last time the enemy was visible, in seconds
+ +leash( Float distance )
+Sets the maximum distance the AI will wander from its leash home
+ +leash( Float distance )
+Sets the maximum distance the AI will wander from its leash home
+ +leash
+Gets the maximum distance the AI will wander from its leash home
+ +lookaroundangle
+gets the angle in degrees left or right of center that the AI will look around while patrolling
+ +lookaroundangle( Float angle )
+gets the angle in degrees left or right of center that the AI will look around while patrolling
+ +lookaroundangle( Float angle )
+gets the angle in degrees left or right of center that the AI will look around while patrolling
+ +lookat( Entity entity )
+The actor will look at this entity.
+ +maxdist( Float distance )
+Sets the maximum distance the AI tries to allow between itself and the player
+ +maxdist( Float distance )
+Sets the maximum distance the AI tries to allow between itself and the player
+ +maxdist
+Gets the maximum distance the AI tries to keep between itself and the player
+ +mindist
+Gets the minimum distance the AI tries to keep between itself and the player
+ +mindist( Float distance )
+Sets the minimum distance the AI tries to keep between itself and the player
+ +mindist( Float distance )
+Sets the minimum distance the AI tries to keep between itself and the player
+ +mood
+gets the AI mood: 'bored', 'nervous', 'curious', or 'alert'.
+ +mood( String new_mood )
+sets the AI mood... must be 'bored', 'nervous', 'curious', or 'alert'.
+ +movedir
+Returns a unit vector pointing in the current direction of motion, or zero if not moving.This still has meaning if velocity is zero but the AI is starting to move on a path.
+ +movedoneradius( Float radius )
+Set the waittill movedone radius, default 0 means don't use manual radius
+ +movedoneradius( Float radius )
+Set the waittill movedone radius, default 0 means don't use manual radius
+ +moveto( String anim, String dest )
+Specify the location to move to, with animation anim.
+ +mumble( Integer can_mumble )
+Set to 1 if this guy is allowed to mumble, or 0 if he is not
+ +mumble( Integer can_mumble )
+Set to 1 if this guy is allowed to mumble, or 0 if he is not
+ +mumble
+Returns 1 if this guy is allowed to mumble, or 0 if he is not
+ +no_idle
+Specifies if the actor will not go into idle after playing an animation
+ +no_idle
+Gets if the actor will not go into idle after playing an animation
+ +nolongpain( Integer allow )
+Set to 1 if long pain is not allowed, or 0 if long pain is allowed.
+ +nolongpain( Integer allow )
+Set to 1 if long pain is not allowed, or 0 if long pain is allowed.
+ +nolongpain
+Returns 1 if long pain is not allowed, or 0 if long pain is allowed.
+ +nonvislevel
+visibility level in range 0-1 below which an enemy is treated as non-visible
+ +nonvislevel
+visibility level in range 0-1 below which an enemy is treated as non-visible
+ +nonvislevel
+visibility level in range 0-1 below which an enemy is treated as non-visible
+ +nosurprise( Integer nosurprise )
+set to 0 to allow this guy to play a surprised animation when first encountering an enemy.
+ +
+nosurprise
+gets whether or not this guy is allowed to play a surprised animation when first encountering an enemy.
+ +
+nosurprise( Integer nosurprise )
+set to 0 to allow this guy to play a surprised animation when first encountering an enemy.
+ +
+noticescale( Float multiplier )
+Set the max multiplier in time to notice an enemy (default 100, half as big notices twice as fast)
+ +noticescale
+Get the max multiplier in time to notice an enemy (default 100, half as big notices twice as fast)
+ +noticescale( Float multiplier )
+Set the max multiplier in time to notice an enemy (default 100, half as big notices twice as fast)
+ +pain( Entity attacker, Float damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+used to inflict pain to an entity
+ +painhandler
+Sets the current script that will handle pain events
+ +painhandler
+Gets the current script that will handle pain events
+ +pathdist
+returns total distance along current path to the path goal
+ +patrolpath( String value )
+Sets the name of the patrol path for the actor (must have type set to patrol for effect)
+ +patrolpath( String value )
+Sets the name of the patrol path for the actor (must have type set to patrol for effect)
+ +patrolpath
+Gets the name of the patrol path for the actor (must have type set to patrol for effect)
+ +physics_off
+turn physics off.
+ +physics_on
+turn physics on.
+ +playsound( String soundName, [ Integer channel ], [ Float volume ], [ Float min_distance ], [ Float pitch ] )
+play a sound coming from this entity.
+ +
+default channel, CHAN_BODY.pointat( Entity entity )
+The actor will point at this entity.
+ +position
+The Position the Actor wants to be and should animate towards
+ +position
+The Position the Actor wants to be and should animate towards
+ +ReadyToFire
+Returns if ready to fire
+ +reload_mg42
+Reload the mg42 - only used by machinegunner
+ +remove
+Removes this listener the next time events are processed.
+ +resetleash
+resets the AI's leash to their current position
+ +runanimrate
+Get the rate at which the run animation plays back
+ +runanimrate( Float multiplier )
+Set the rate at which the run animation plays back
+ +runanimrate( Float multiplier )
+Set the rate at which the run animation plays back
+ +runto( String dest )
+Specify the location to run to.
+ +say( String animation )
+The name of a dialog animation to play
+ +saydone
+Even used by sound-only special case of say to trigger waittill saydone
+ +setactionanim( String base_anim, Float lower_limit, Float upper_limit )
+Set the base action animation and range that they cover
+ +setaimmotionanim( String anim_crouch, String anim_stand )
+Set aim motion animation (handler scripts only)
+ +setaimtarget( Entity entity, Integer bMakeEnemy )
+Sets the primary weapon's aim target. if you pass a 1 for p2, the target will become the current enemy...
+ +setanim( String anim, Integer slot, Float weight, String flagged )
+Set animation slot
+ +setanimlength( Float time )
+Set the maximum time an animation will play
+ +setmotionanim( String anim )
+Set motion animation (handler scripts only)
+ +setreloadcover
+do this command to let the ai know it needs to reload; used to reload while going to cover
+ +setsay( String animation )
+The name of a dialog animation to play - used by animation script only
+ +setupperanim( String anim )
+Set the upper body animation - used by animation script only
+ +share_enemy
+internal code use only - shares an AI's enemy with his squad mates.
+ +share_grenade
+internal code use only - shares an AI's grenade with his squad mates.
+ +sight( Float max_sight_range )
+Sets the vision distance of the actor.
+ +sight
+Gets the vision distance of the actor.
+ +sight( Float max_sight_range )
+Sets the vision distance of the actor.
+ +silent( Integer silent )
+set to 0 to prevent this guy from saying stuff besides pain and death sounds.
+ +
+silent
+gets whether or not this guy is allowed to say stuff besides pain and death sounds
+ +silent( Integer silent )
+set to 0 to prevent this guy from saying stuff besides pain and death sounds.
+ +
+sound_awareness
+gets the awareness of sounds in 0-100 percent chance of hearing a sound withinhalf of the sound's radius' fades to zero outside sound's radius
+ +sound_awareness( Float awareness_percent )
+sets the awareness of sounds in 0-100 percent chance of hearing a sound withinhalf of the sound's radius' fades to zero outside sound's radius
+ +sound_awareness( Float awareness_percent )
+sets the awareness of sounds in 0-100 percent chance of hearing a sound withinhalf of the sound's radius' fades to zero outside sound's radius
+ +stopped
+sent when entity has stopped bouncing for MOVETYPE_TOSS.
+ +suppresschance
+sets the percent chance of doing suppressing fire when appropriate (0-100)
+ +suppresschance
+sets the percent chance of doing suppressing fire when appropriate (0-100)
+ +suppresschance
+sets the percent chance of doing suppressing fire when appropriate (0-100)
+ +tether( Entity entity )
+the entity to which the AI's leash should be tethered
+ +thinkstate
+current ai think state; can be void, idle, pain, killed, attack, curious, disguise, or grenade.
+ +turndoneerror
+The error amount that turndone will occur for the turnto command.
+ +turndoneerror( Float error )
+The error amount that turndone will occur for the turnto command.
+ +turndoneerror( Float error )
+The error amount that turndone will occur for the turnto command.
+ +turnspeed( Float speed )
+The turn speed of the actor.
+ +turnspeed
+The turn speed of the actor.
+ +turnspeed( Float speed )
+The turn speed of the actor.
+ +turnto( Entity entity )
+The actor will turn to this entity.
+ +turret
+Gets the turret of the actor.
+ +turret( String turret )
+Sets the turret of the actor.
+ +turret( String turret )
+Sets the turret of the actor.
+ +type_attack
+Gets the attack type of the actor.
+ +type_attack( String value )
+Sets the attack type of the actor.
+ +type_attack( String value )
+Sets the attack type of the actor.
+ +type_disguise( String value )
+Sets the disguise type of the actor.
+ +type_disguise
+Gets the disguise type of the actor.
+ +type_disguise( String value )
+Sets the disguise type of the actor.
+ +type_grenade( String value )
+Sets the grenade type of the actor.
+ +type_grenade
+Gets the grenade type of the actor.
+ +type_grenade( String value )
+Sets the grenade type of the actor.
+ +type_idle( String value )
+Sets the idle type of the actor.
+ +type_idle
+Gets the idle type of the actor.
+ +type_idle( String value )
+Sets the idle type of the actor.
+ +unholster( Integer if )
+Unholster weapon
+ +upperanim( String anim )
+Set the upper body animation
+ +use( String name, [ Integer weapon_hand ] )
+Use the specified weapon or item in the hand choosen (optional).
+ +voicetype
+Gets the voice type
+ +voicetype
+Set voicetype to magic letter postfix
+ +voicetype
+Set voicetype to magic letter postfix
+ +waittrigger( Boolean bool )
+If true, patrol guys and running men wait until triggered to move
+ +waittrigger( Boolean bool )
+If true, patrol guys and running men wait until triggered to move
+ +waittrigger
+If true, patrol guys and running men wait until triggered to move
+ +walkto( String dest )
+Specify the location to walk to.
+ +weapon( String weapon_modelname )
+Sets the weapon.
+ +weapon( String weapon_modelname )
+Gives the sentient the weapon specified.
+ +weapon
+Gets the weapon.
+ +weapon_internal( String s )
+internal use
+ +weapongroup
+Specifies weapon animation set to use in anim scripts
+ +weapontype
+The Weapon Type of the Actor
+
++ +
+ ++ +ammoentity_postspawn
+Ammo Entity Post Spawn
+
+ ++ +anim( String animName )
+Exec anim commands on server or client.
+ +isloopinganim( String anim_name )
+returns 1 if the anim is a looping anim, or 0 otherwise
+ +pauseanims( Integer pause )
+Pause (or unpause) animations
+ +playerspawn( String model_name, [ Float range ], [ Vector vector_offset ], [ Float inFOV ], [ Float speed ] )
+spawn something near the player, either within the player's view or behind him
+ +
+model - name of model to spawn
+range - how close does this need to be to the player to actually get spawned, default 480 (30 foot radius).
+vector_offset - oriented vector offset of where to spawn the item, default (0 0 0)
+inFOV -
+ 1 - Only spawn when this position is within the FOV of the player
+ -1 - Only spawn when this position is outside the FOV of the player
+ 0 - (default) don't care, always spawn
+speed - how fast the effect should travel, in other words, how long before the effect gets spawned.
+ delay is calculated based on the distance between object and player divided by the speed
+ 0 - no delay
+ 960 - (default) 60 feet per second. If the object is 60 feet from the player, the player effect will spawn one second later.setcontrollerangles( Integer num, Vector angles )
+Sets the control angles for the specified bone.
+ +setsynctime( Float synctime )
+Set sync time for entity.
+ +setyawfrombone( String bone_name )
+Set the yaw of the model based on the current animation time
+ +testmojo( String model_name, Vector vector_offset )
+INTERNAL EVENT
+
++ +
++ +
+ ++ +barreltype( String type )
+Sets the barrel's type
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
++ +
+ ++ +auto_active( Boolean newActiveState )
+Whether or not the auto camera is active.
+ +auto_maxfov( Float maxFOV )
+Sets the maximum FOV that should be used when automatically calculating FOV.
+ +auto_radius( Float newRadius )
+Sets the radius of the automatic camera.
+ +auto_starttime( Float newTime )
+Sets how long it takes for the camera to be switched to.
+ +auto_state( String state1, [ String state2 ], [ String state3 ], [ String state4 ], [ String state5 ], [ String state6 ] )
+Sets the states the player needs to be in for this camera to activate.
+ +auto_stoptime( Float newTime )
+Sets how long it takes for the camera switch back to the player.
+ +camera_think
+Called each frame to allow the camera to adjust its position.
+ +continue
+Continue the camera movement.
+ +cut
+switch camera states immediately, do not transition
+ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +fadetime( Float fadetime )
+Sets the fade time for camera transitioning.
+ +follow( Entity targetEnt, [ Entity targetWatchEnt ] )
+Makes the camera follow an entity and optionally watch an entity.
+ +follow_distance( Float distance )
+Sets the camera follow distance.
+ +follow_yaw( Float yaw )
+Sets the yaw offset of the camera following an entity.
+ +follow_yaw_absolute
+Makes the follow camera yaw absolute.
+ +follow_yaw_relative
+Makes the follow camera yaw relative (not absolute).
+ +fov( Float fov, [ Float fadeTime ] )
+Sets the camera's field of view (fov).
+ +
+if fadeTime is specified, camera will fade over that time
+if fov is less than 3, than an auto_fov will be assumed
+the value of fov will be the ratio used for keeping a watch
+entity in the view at the right scalelookat( Entity ent )
+Makes the camera look at an entity.
+ +moveto( Entity ent )
+Move the camera's position to that of the specified entities.
+ +movetopos( Vector position )
+Move the camera's position to the specified position.
+ +nextcamera( String nextCamera )
+Sets the next camera to use.
+ +nowatch( [ Float fadeTime ] )
+Stop watching an entity or looking along a path.
+ +
+Camera is now static as far as orientation.
+if fadeTime is specified, camera will fade over that timeorbit( Entity targetEnt, [ Entity targetWatchEnt ] )
+Makes the camera orbit around an entity and optionally watch an entity.
+ +orbit_height( Float height )
+Sets the orbit camera's height.
+ +pause
+Pause the camera.
+ +showquakes( Integer 0 )
+Sets the camera to show or not show earthquake effects.
+ +speed( Float speed )
+Sets the camera speed.
+ +start
+Start camera moving.
+ +stop
+Stop the camera movement.
+ +turnto( Vector angle )
+Makes the camera look in the specified direction.
+ +watch( Entity watchEnt, [ Float fadeTime ] )
+Makes the camera watch an entity.
+ +
+if fadeTime is specified, camera will fade over that timewatchnode( [ Float fadeTime ] )
+Makes the camera watch based on what is stored
+ +
+in the camera nodes.
+if fadeTime is specified, camera will fade over that timewatchpath( [ Float fadeTime ] )
+Makes the camera look along the path of travel.
+ +
+if fadeTime is specified, camera will fade over that timewatchstring( String string, [ Float fadeTime ] )
+Makes the camera watch based on a string.
+
+if fadeTime is specified, camera will fade over that time
+ ++ +add
+Add a new point to the camera path where the player is standing.
+ +cancelFor( String name )
+Cancel for current path node event of type name
+ +delete
+Delete the current path node.
+ +hide
+Hides the paths.
+ +load( String filename )
+Loads a camera path.
+ +loop( [ Entity path ] )
+Loop the current path or the specified one.
+ +moveplayer
+Move the player to the current path node position.
+ +new
+Starts a new path.
+ +next
+Go to the next path node.
+ +nextpath
+Go to the next path.
+ +nowatch
+Set the current path node to watch nothing.
+ +play( [ Entity path ] )
+Play the current path or the specified one once.
+ +prev
+Go to the previous path node.
+ +prevpath
+Go to the previous path.
+ +renamepath( String newName )
+Rename the path to the new name.
+ +replace
+Replace the current path node position/angle with the player's.
+ +save( String filename )
+Saves the camera path.
+ +savemap( String filename )
+Saves the camera path to a map file.
+ +setfadetime( Float newFadeTime )
+Set the fadetime of the current path node.
+ +setfov( String newFOV )
+Set the fov at the current path node.
+ +setpath( Entity path )
+Sets the new path.
+ +setspeed( Float speed )
+Set the speed of the camera at the current path node.
+ +settarget( String target )
+Set the trigger target.
+ +settargetname( String targetname )
+Set the targetname.
+ +show( [ Entity path ] )
+Shows the specified path.
+ +stop
+Stop the camera playing path.
+ +updateinput
+Updates the current node with user interface values.
+ +waitTill( String name )
+Wait until current path node event of type name
+ +watch( String watch )
+Set the current path node to watch something.
+
+ ++ +dropturret
+Makes the carryable turret have itself dropped
+ +item_pickup( Entity item )
+Pickup the specified item.
+ +placeturret
+Try to place the carryable turret
+ +turrettik
+Tiki of the turret to place
+
++ +
++ +
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+debristype( Integer type )
+Sets the debris type of the crate
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+killthread( String thread )
+Set the thread to execute when this model is killed
+ +killtrace( Vector offset, Vector direction, Float radius, Float distance )
+kills all objects along the trace
+ +
+offset - initial offset from origin
+direction - angular offset orientation for trace
+radius - thickness of trace
+distance - how far to traceorientedbbox( Vector mins, Vector maxs, Float yawoffset )
+spawn an oriented bounding box with the given dimensions and an angular offset
+
+mins - min dimensions of box
+maxs - max dimensions of box
+yawoffset - angular offset orientation of box
++ +
+ ++ +doroundtransition
+delayed function call to (possibly) determine round winner and restart next round
+ +finishroundtransition
+delayed function call to do the actual restart for the next round
+
++ +
+ ++ +alwaysaway
+Makes the door always open away from the person opening it.
+ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2close
+Closes the door.
+ +dmg( Integer damage )
+Sets the amount of damage the door will do to entities that get stuck in it.
+ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +doBlocked( Entity obstacle )
+sent to entity when blocked.
+ +door_triggerfield( Entity other )
+Is called when a doors trigger field is touched.
+ +doorclosed
+Called when the door finishes closing.
+ +dooropened
+Called when the door finishes opening.
+ +doortype( String door_type )
+Sets the defaults for this door
+ +
+Door Defaults: wood(default)
+ metal
+doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+linkdoor
+Link doors together.
+ +lock
+Lock the door.
+ +open( Entity other )
+Opens the door.
+ +sound_close_end( String sound_close )
+Sets the sound to use when the door closes.
+ +sound_close_start( String sound_close )
+Sets the sound to use when the door closes.
+ +sound_locked( String sound_locked )
+Sets the sound to use when the door is locked.
+ +sound_message( String sound_message )
+Sets the sound to use when the door displays a message.
+ +sound_open_end( String sound_open_end )
+Sets the sound to use when the door stops to opens.
+ +sound_open_start( String sound_open_start )
+Sets the sound to use when the door starts to opens.
+ +time( Float traveltime )
+Sets the time it takes for the door to open an close.
+ +toggledoor( Entity other )
+Toggles the state of the door (open/close).
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+ +trysolid
+Trys to make the door solid.
+ +tryToOpen( Entity other )
+Tries to open the door.
+ +unlock
+Unlock the door.
+ +wait( Float wait )
+Sets the amount of time to wait before automatically shutting.
+
+ ++ +doBlocked( Entity obstacle )
+sent to entity when blocked.
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+kill
+console based command to kill yourself if stuck.
+
++ +
+ ++ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +emitter( String name )
+Emitter to use
+ +idle
+Animates the puff daddy.
+
+ ++ +ai_event( [ String type ], [ Float radius ] )
+Let the AI know that this entity made a sound,
+ +
+type is a string specifying what type of sound it is.
+radius determines how far the sound reaches.alpha( Float newAlpha )
+Set the alpha of the entity to alpha.
+ +alwaysdraw
+Sets this entity to always draw
+ +attach( Entity parent, String tagname, [ Integer use_angles ] )
+attach this entity to the parent's legs tag called tagname
+ +attachedmodelanim( String tagname, String anim_name, Float crossblend_time, String model_name )
+Tells models (or specified model) attached to specified tag to play
+ +
+specified animation. Crossbkend time doesn't work yet.attachmodel( String modelname, String tagname, [ Float scale ], [ String targetname ], [ Boolean detach_at_death ], [ Float removetime ], [ Float fadeintime ], [ Float fadeoutdelay ], [ Float fadetime ], [ Vector offset ] )
+attach a entity with modelname to this entity to tag called tagname.
+ +
+scale - scale of attached entities
+targetname - targetname for attached entities
+detach_at_death - when entity dies, should this model be detached.
+removetime - when the entity should be removed, if not specified, never.
+fadeintime - time to fade the model in over.
+fadeoutdelay - time to wait until we fade the attached model out
+fadeoutspeed - time the model fades out over
+offset - vector offset for the model from the specified tagavelocity
+gets the angular velocity for this entity.
+ +bind( Entity parent )
+bind this entity to the specified entity.
+ +brushmodel
+get the brush modelName.
+ +cansee( Entity entity, [ Float fov ], [ Float vision_distance ] )
+returns 1 if the entities can see eachother, 0 if not; blocked by any entities between them
+ +canseenoents( Entity entity, [ Float fov ], [ Float vision_distance ] )
+returns 1 if the entities can see eachother, 0 if not; ignores any entities between them
+ +censor
+used to ban certain contact when in parentmode
+ +
+classname
+The entity's classname
+ +classname( String nameOfClass )
+Determines what class to use for this entity,
+ +
+this is pre-processed from the BSP at the start
+of the level.connect_paths
+Connects all navigation paths which intersect with the specified entity's volume
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+damage_type( String meansofdeathstring )
+Set the type of damage that this entity can take
+ +deathsinkeachframe
+Makes the entity sink into the ground and then get removed (this gets called each frame).
+ +deathsinkstart
+Makes the entity sink into the ground and then get removed (this starts it).
+ +delete
+Removes this listener immediately.
+ +detach
+detach this entity from its parent.
+ +detachallchildren
+Detach all the children from the entity.
+ +disconnect_paths
+Disconnects all navigation paths which intersect with the specified entity's volume
+ +dm( String command, [ String parms ] )
+Makes a command be executed only in multiplayer
+ +dmrealism( String command, [ String parms ] )
+Makes a command be executed only in miltiplayer realism mode
+ +droptofloor( [ Float maxRange ] )
+drops the entity to the ground, if maxRange is not specified 8192 is used.
+ +effects( [ String parameter1 ], [ String parameter2 ], [ String parameter3 ], [ String parameter4 ], [ String parameter5 ], [ String parameter6 ] )
+Change the current entity effects flags.
+ +
+Valid flags are as follows:
++ sets a flag, - clears a flag
+antisbjuice - anti sucknblow juiceeveryframe - process commands every time entity is renderedentnum
+The entity's entity number
+ +explosionattack( String explosionModel, [ String tagName ] )
+Spawn an explosion optionally from a specific tag
+ +fade( [ Float fadetime<0.00...max_float> ], [ Float target_alpha<0.00...1.00> ] )
+Fade the entity's alpha, reducing it by 0.03
+ +
+every FRAMETIME, until it has faded out, does not remove the entityfadein( [ Float fadetime<0.00...max_float> ], [ Float target_alpha<0.00...1.00> ] )
+Fade the entity's alpha and scale in, increasing it by 0.03
+ +
+every FRAMETIME, until it has faded completely in to 1.0.
+If fadetime or target_alpha are defined, they will override
+the default values.fadeout( [ Float fadetime<0.00...max_float> ], [ Float alpha<0.00...1.00> ] )
+Fade the entity's alpha and scale out, reducing it by 0.03
+ +
+every FRAMETIME, until it has faded out. If fadetime or
+target_alpha are defined, they will override the defaults.
+Once the entity has been completely faded, the entity is removed.flags( [ String parameter1 ], [ String parameter2 ], [ String parameter3 ], [ String parameter4 ], [ String parameter5 ], [ String parameter6 ] )
+Change the current entity flags.
+ +
+Valid flags are as follows:
++ sets a flag, - clears a flag
+blood - should it bleed
+explode - should it explode when dead
+die_gibs - should it spawn gibs when dead
+god - makes the entity invincible
+forceactivate
+Forces an entity to activate outside of the player's PVS
+ +getcontrollerangles( Integer num )
+Gets the control angles for the specified bone.
+ +GetLocalYawFromVector
+Turn a worldspace vector into a local space yaw
+ +getmaxs
+Get the maxs of the bounding box of the entity to maxs.
+ +getmins
+Get the mins of the bounding box of the entity to mins.
+ +gettagangles( String tag_name )
+Gets the world angles of the tag
+ +gettagposition( String tag_name )
+Gets the world position of the tag
+ +ghost
+make non-solid but still send to client regardless of hide status.
+ +glue( Entity parent, [ Integer glueAngles ] )
+glue this entity to the specified entity.
+ +gravity( Float gravityValue )
+Change the gravity on this entity
+ +heal( Float health )
+Adds health to an entity, 0-1 fraction of max_health
+ +health( Float newHealth )
+set the health (and max_health) of the entity to newHealth
+ +health
+entity's health
+ +health( Float newHealth )
+set the health (and max_health) of the entity to newHealth
+ +healthonly( Float newHealth )
+set the health of the entity to newHealth without changing max_health
+ +healthonly( Float newHealth )
+set the health of the entity to newHealth without changing max_health
+ +hide
+hide the entity, opposite of show.
+ +hurt( Integer damage, [ String means_of_death ], [ Vector direction ] )
+Inflicts damage if the entity is damageable. If the number of damage
+ +
+points specified in the command argument is greater or equal than the
+entity's current health, it will be killed or destroyed.immediateremove
+Removes this listener immediately.
+ +immune( String immune_string1, [ String immune_string2 ], [ String immune_string3 ], [ String immune_string4 ], [ String immune_string5 ], [ String immune_string6 ] )
+Adds to the immunity list for this sentient.
+ +inpvs( Entity entity )
+returns 1 if the entities have connected pvs, 0 if not
+ +istouching( Entity entity )
+returns 1 if the entities are touching, 0 if not
+ +joinTeam( Entity teamMember )
+join a bind team.
+ +kill
+console based command to kill yourself if stuck.
+ +killattach
+kill all the attached entities.
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+killtarget( String targetName )
+when dying kill entities with this targetName.
+ +light( Float red, Float green, Float blue, Float radius )
+Create a dynmaic light on this entity.
+ +lightBlue( Float red )
+Set the red component of the dynmaic light on this entity.
+ +lightGreen( Float red )
+Set the red component of the dynmaic light on this entity.
+ +lightOff
+Turn the configured dynamic light on this entity off.
+ +lightOn
+Turn the configured dynmaic light on this entity on.
+ +lightRadius( Float red )
+Set the red component of the dynmaic light on this entity.
+ +lightRed( Float red )
+Set the red component of the dynmaic light on this entity.
+ +lightStyle( Integer lightStyleIndex )
+What light style to use for this dynamic light on this entity.
+ +loopsound( String soundName, [ Float volume ], [ String minimum_distance ] )
+play a looped-sound with a certain volume and minimum_distance
+ +
+which is attached to the current entity.mass( Float massAmount )
+set the mass of this entity.
+ +max_health
+gets the entity's max health
+ +max_health( Integer max_health )
+sets max_health without changing health
+ +max_health( Integer max_health )
+sets max_health without changing health
+ +model( String modelName )
+set the model to modelName.
+ +model
+get the modelName.
+ +model( String modelName )
+set the model to modelName.
+ +movementstealth( Float scale )
+Sets the current movement stealth scalar for the sentient
+ +neverdraw
+Sets this entity to never draw
+ +nodamage
+entity does not take damage.
+ +normal_damage
+The Normal Health of the Actor (0 - 100)
+ +normal_health
+The Normal Health of the Actor
+ +normaldraw
+Sets this entity to normal draw
+ +notarget( Boolean setNoTarget )
+flag an entity as no target.
+ +notsolid
+make non-solid.
+ +playsound( String soundName, [ Integer channel ], [ Float volume ], [ Float min_distance ], [ Float pitch ] )
+play a sound coming from this entity.
+ +
+default channel, CHAN_BODY.pusher( Entity inflictor, Entity attacker, Vector direction, Float force )
+Push an entity in the specified direction with the specified force
+ +quitTeam
+quit the current bind team
+ +radnum
+entity's radnum
+ +radnum( Float radnum )
+set the radnum
+ +realism( String command, [ String parms ] )
+Makes a command be executed only in realism mode
+ +remove
+Removes this listener the next time events are processed.
+ +removeattachedmodel( String tagname, [ Float fadeRate ], [ String modelName ] )
+Removes the model attached to this entity at the specified tag.
+ +removeimmune( String immune_string1, [ String immune_string2 ], [ String immune_string3 ], [ String immune_string4 ], [ String immune_string5 ], [ String immune_string6 ] )
+Removes from the immunity list for this sentient.
+ +rendereffects( [ String parameter1 ], [ String parameter2 ], [ String parameter3 ], [ String parameter4 ], [ String parameter5 ], [ String parameter6 ] )
+Change the current render effects flags.
+ +
+Valid flags are as follows:
++ sets a flag, - clears a flag
+dontdraw - send the entity to the client, but don't draw
+betterlighting - do sphere based vertex lighting on the entity
+lensflare - add a lens glow to the entity at its origin
+viewlensflare - add a view dependent lens glow to the entity at its origin
+lightoffset - use the dynamic color values as a light offset to the model
+skyorigin - this entity is the portal sky origin
+minlight - this entity always has some lighting on it
+fullbright - this entity is always fully lit
+additivedynamiclight - the dynamic light should have an additive effect
+lightstyledynamiclight - the dynamic light uses a light style, use the
+'lightstyle' command to set the index of the light style to be usedrotatedbbox( Integer on_off )
+Sets the entity's bbox to rotate with it.
+ +rotatedbbox
+Gets te entity's bbox to rotate with it.
+ +safesolid
+make solid but first make sure no one is in my bounds that is thinking.
+ +saydone
+Even used by sound-only special case of say to trigger waittill saydone
+ +scale( Float newScale )
+set the scale of the entity
+ +scale( Float newScale )
+set the scale of the entity
+ +scale
+get the scale of the entity
+ +scriptshader( String shaderCommand, Float argument1, [ Float argument2 ] )
+alias for shader command, change a specific shader parameter for the entity.
+ +
+Valid shader commands are:
+translation [trans_x] [trans_y] - change the texture translation
+offset [offset_x] [offset_y] - change the texture offset
+rotation [rot_speed] - change the texture rotation speed
+frame [frame_num] - change the animated texture frame
+wavebase [base] - change the base parameter of the wave function
+waveamp [amp] - change the amp parameter of the wave function
+wavebase [phase] - change the phase parameter of the wave function
+wavefreq [freq] - change the frequency parameter of the wave function
+setcontrollerangles( Integer num, Vector angles )
+Sets the control angles for the specified bone.
+ +setshaderdata( Float data0, Float data1 )
+sets the shader controllers for this entity.
+ +setshadertime( [ Float timeOffset ], [ Float randomTimeOffset ] )
+reset the shader time for this entity.
+ +setsize( Vector mins, Vector maxs )
+Set the bounding box of the entity to mins and maxs.
+ +shader( String shaderCommand, Float argument1, [ Float argument2 ] )
+change a specific shader parameter for the entity.
+ +
+Valid shader commands are:
+translation [trans_x] [trans_y] - change the texture translation
+offset [offset_x] [offset_y] - change the texture offset
+rotation [rot_speed] - change the texture rotation speed
+wavebase [base] - change the base parameter of the wave function
+waveamp [amp] - change the amp parameter of the wave function
+wavebase [phase] - change the phase parameter of the wave function
+wavefreq [freq] - change the frequency parameter of the wave function
+shootableonly
+Makes the entity shootable only.
+ +show
+show the entity, opposite of hide.
+ +sighttrace( Vector start, Vector end, [ Integer pass_entities ], [ Vector mins ], [ Vector maxs ] )
+Performs a trace line from the start to the end, returns 0 if something was hit and 1 otherwise
+ +solid
+make solid.
+ +sp( String command, [ String parms ] )
+Makes a command be executed only in single player
+ +spawnflags( Integer flags )
+spawnflags from the BSP, these are set inside the editor
+ +sprealism( String command, [ String parms ] )
+Makes a command be executed only in single player realism mode
+ +stationary
+entity does not move, causes no physics to be run on it.
+ +stoploopsound
+Stop the looped-sound on this entity.
+ +stopsound( [ Integer channel ] )
+stop the current sound on the specified channel.
+ +
+default channel, CHAN_BODY.surface( String surfaceName, [ String parameter1 ], [ String parameter2 ], [ String parameter3 ], [ String parameter4 ], [ String parameter5 ], [ String parameter6 ] )
+change a legs surface parameter for the given surface.
+ +
++ sets the flag, - clears the flag
+Valid surface commands are:
+skin1 - set the skin1 offset bit
+skin2 - set the skin2 offset bit
+nodraw - don't draw this surfacesvflags( [ String parameter1 ], [ String parameter2 ], [ String parameter3 ], [ String parameter4 ], [ String parameter5 ], [ String parameter6 ] )
+Change the current server flags.
+ +
+Valid flags are as follows:
++ sets a flag, - clears a flag
+broadcast - always send this entity to the clienttakedamage
+makes entity take damage.
+ +team( String moveTeam )
+used to make multiple entities move together.
+ +toss
+entity has gravity applied to it.
+ +touchtriggers
+this entity should touch triggers.
+ +trace( Vector start, Vector end, [ Integer pass_entities ], [ Vector mins ], [ Vector maxs ] )
+Performs a Trace Line from the start to the end, returns the end or the position it hit at
+ +trigger( String name )
+Trigger the specified target or entity.
+ +unbind
+unbind this entity.
+ +unglue
+unglue this entity.
+ +usebbox
+do not perform perfect collision, use bounding box instead.
+ +velocity
+gets the velocity for this entity.
+ +velocity( Vector velocity )
+sets the velocity for this entity.
+ +volumedamage( Float damage )
+does damage to any entity within this's volume
+ +yaw
+entity's yaw
+
++ +
+ ++ +amount( Integer amountOfDebris )
+How much debris to spawn each time.
+ +debrismodel( String debrisModel )
+What kind of debris to spawn when triggered.
+ +severity( Float newSeverity )
+How violently the debris should be ejected.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +dmg( Integer damage )
+Sets the damage the explosion does.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +anglespeed( Float speed )
+Set the angle speed.
+ +base_velocity( Vector velocity )
+Set the base velocity.
+ +checkonground
+Check if exploding wall is on ground.
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+dmg( Integer dmg )
+Set the damage from the exploding wall.
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +explosions( Integer explosions )
+Set the number of explosions.
+ +land_angles( Vector angles )
+Set the land angles.
+ +land_radius( Float radius )
+Set the land radius.
+ +random_velocity( Vector velocity )
+Set the amount of random variation of the base velocity.
+ +stoprotating
+Stop rotating the wall.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +constantdamage
+Makes the explosion do constant damage over the radius
+ +damageagain
+This event is generated each frame if explosion is set to damage each frame
+ +damageeveryframe
+Makes the explosion damage every frame
+ +explosioneffect( String explosionType )
+Make an explosionType explosion effect
+ +flash( Float time, Float r, Float g, Float b, Float radius )
+Flash player screens
+ +radius( Float projectileRadius )
+set the radius for the explosion
+ +radiusdamage( Float radiusDamage )
+set the radius damage an explosion does
+
+ ++ +bounce
+sent to entity when touched.
+ +dmg( Integer dmg )
+Set the damage from the rock.
+ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +noise( String sound )
+Set the sound to play when the rock bounces
+ +rotate
+rotates the falling rock.
+ +speed( Float speed )
+Set the speed that the rock moves at.
+ +start
+Starts rock falling.
+ +wait( Float wait )
+How long to wait before rock starts falling.
+
+ ++ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
++ +
++ +
+ ++ +dampening( Float newDampening )
+dampening of fulcrum.
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +limit( Float newLimit )
+angular limit for the fulcrum.
+ +movesound( String newSinkSound )
+Sound played when fulcrum is moving.
+ +reset
+Reset the fulcrum right now.
+ +resetspeed( Float newResetspeed )
+Speed at which fulcrum resets itself, defaults to 0.002 * speed.
+ +speed( Float speed )
+Speed at which fulcrum operates itself.
+
+ ++ +activate
+Activate the beam
+ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2angles( Vector newAngles<0.00...360.00><0.00...360.00><0.00...360.00> )
+set the angles of the entity to newAngles.
+ +color( Vector beam_color<0.00...1.00><0.00...1.00><0.00...1.00> )
+Set the color of the beam
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+deactivate
+Deactivate the beam
+ +delay( Float delay )
+Set the amount of delay on the beam updater
+ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +endalpha( Float alpha )
+Set the endpoint alpha value of the beam
+ +endpoint( Vector beam_end_point )
+Set the end point of the beam. The beam will be draw from the origin to
+ +
+the end point.findendpoint
+Find the endpoint of a beam
+ +life( Float beam_life )
+Set the amount of time the beam stays on when activated
+ +maxoffset( Float max_offset )
+Set the maximum offset the beam can travel above, below, forward or back of it's endpoints
+ +minoffset( Float min_offset )
+Set the minimun offset the beam can travel above, below, forward or back of it's endpoints
+ +model( String modelName )
+set the model to modelName.
+ +numsegments( Integer numsegments )
+Set the number of segments for the beam
+ +numspherebeams( Integer num )
+Set the number of beams that will be shot out in a sphere like formation
+ +overlap( Float beam_overlap )
+Set the amount of overlap the beams have when they are being strung together
+ +persist( Boolean bool )
+Set the persist property of the beam
+ +radius( Float radius )
+Set the starting radius of the beams if this is a beamsphere
+ +shader( String beam_shader )
+Set the shader that the beam will use
+ +shoot
+Make the beam cause damage to entities that get in the way
+ +shootradius( Float radius )
+Set the radius of the damage area between beam endpoints
+ +target( String beam_target )
+Set the target of the beam. The beam will be drawn from the origin
+ +
+to the origin of the target entitytileshader( String beam_shader )
+Set the shader that the beam will use. This shader will be tiled.
+ +toggledelay( [ String [random] ], [ Float time ] )
+Causes a beam toggling effect. Sets the time between toggling. If random is specified, The time will be between 0 and time
+ +updateendpoint
+Update the endpoint of a beam
+ +updateorigin
+Update the origin of a beam
+
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2
++ +
+ ++ +detail
+game.detail
+ +skill
+game.skill
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +stopped
+sent when entity has stopped bouncing for MOVETYPE_TOSS.
+ +throwgib( Entity ent, Integer velocity, Float scale )
+Throw a gib.
+
++ +
+ ++ +health_postspawn
+Health Post Spawn
+ +item_pickup( Entity item )
+Pickup the specified item.
+
+ ++ +stopped
+sent when entity has stopped bouncing for MOVETYPE_TOSS.
+
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2
++ +
++ +
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+hiteffect
+Sets the tiki it will spawn when it's hit
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+killedeffect
+Sets the tiki it will spawn when it's destroyed
+
+ ++ +activateitem( [ String mode ] )
+Activates the item
+ +activatepapers
+The activation of the papers item
+
+ ++ +amount( Integer amount )
+Sets the amount of the item.
+ +amount
+Gets the amount of the item.
+ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2dialogneeded( String dialog_needed )
+Sets the dialog needed string.
+ +doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+ +item_droptofloor
+Drops the item to the ground.
+ +item_pickup( Entity item )
+Pickup the specified item.
+ +maxamount( Integer max_amount )
+Sets the max amount of the item.
+ +name( String item_name )
+Sets the item name.
+ +no_remove
+Makes it so the item is not removed from the world when it is picked up.
+ +pickup_done
+Called when the item pickup is done.
+ +pickupsound( String name )
+sets the item's pickup sound alias
+ +respawn
+Respawns the item.
+ +respawn_done
+Called when the item respawn is done.
+ +respawnsound
+Turns on the respawn sound for this item.
+ +set_respawn( Integer respawn )
+Turns respawn on or off.
+ +set_respawn_time( Float respawn_time )
+Sets the respawn time.
+ +stopped
+sent when entity has stopped bouncing for MOVETYPE_TOSS.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +alarm( Integer alarm_status )
+zero = global level alarm off, non-zero = alarm on
+ +alarm
+zero = global level alarm off, non-zero = alarm on
+ +badplace( String name, Vector origin, Float radius, [ String [team] ], [ Float [duration] ] )
+Enables a 'bad place' for AI of team 'american', 'german', or (default) 'both' to avoid, and optionally gives it a duration
+ +bombs_planted( Integer num )
+the number of bombs that are set
+ +bombs_planted( Integer num )
+Sets the number of bombs that are set
+ +bombs_planted
+Gets the number of bombs that are set
+ +clockside( String axis_allies_draw_kills )
+Sets which side the clock is on... 'axis' or 'allies' win when time is up, 'kills' gives the win to the team with more live members, 'draw' no one wins
+ +clockside( String axis_or_allies )
+Sets which side the clock is on... 'axis' or 'allies' win when time is up
+ +clockside
+Gets which side the clock is on... 'axis' or 'allies' win when time is up
+ +dmrespawning( Integer allow_respawn )
+set to 1 to turn on wave-based DM, to 0 to disable respawns within a round
+ +dmrespawning
+returns 1 if wave-based DM, 0 if respawns are disabled within a round
+ +dmrespawning( Integer allow_respawn )
+set to 1 to turn on wave-based DM, to 0 to disable respawns within a round
+ +dmroundlimit( Integer roundlimit )
+sets the default roundlimit, in minutes; can be overridden by 'roundlimit' cvar
+ +dmroundlimit( Integer roundlimit )
+sets the default roundlimit, in minutes; can be overridden by 'roundlimit' cvar
+ +dmroundlimit
+gets the actual roundlimit, in minutes; may be 'roundlimit' cvar or the default round limit
+ +found_secrets
+count of found secrets
+ +ignoreclock( Integer ignoreclock )
+Tells a level weather or not to ignore the clock
+ +loop_protection
+says if infinite loop protection is enabled
+ +loop_protection( Integer loop_protection )
+specify if infinite loop protection is enabled
+ +nodrophealth( Integer alarm_status )
+zero = automatically drop health according to cvars, non-zero = don't autodrop health (like hard mode)
+ +objectivebased
+Gets wether or not the game is currently objective based or not
+ +papers
+the level of papers the player currently has
+ +papers
+the level of papers the player currently has
+ +planting_team( String axis_or_allies )
+Sets which is planting the bomb, 'axis' or 'allies'
+ +planting_team
+Gets which is planting the bomb, 'axis' or 'allies'
+ +planting_team( String axis_allies_draw_kills )
+which is planting the bomb, 'axis' or 'allies'
+ +prespawnsentient
+internal usage.
+ +rain_density
+Sets the rain density
+ +rain_density
+Sets the rain density
+ +rain_length
+Sets the rain length
+ +rain_length
+Sets the rain length
+ +rain_min_dist
+Sets the rain min_dist
+ +rain_min_dist
+Sets the rain min_dist
+ +rain_numshaders
+Sets the rain numshaders
+ +rain_numshaders
+Sets the rain numshaders
+ +rain_shader
+Sets the rain shader
+ +rain_shader
+Sets the rain shader
+ +rain_slant
+Sets the rain slant
+ +rain_slant
+Sets the rain slant
+ +rain_speed
+Sets the rain speed
+ +rain_speed
+Sets the rain speed
+ +rain_speed_vary
+Sets the rain speed variance
+ +rain_speed_vary
+Sets the rain speed variance
+ +rain_width
+Sets the rain width
+ +rain_width
+Sets the rain width
+ +removebadplace( String name )
+Removes a 'bad place'
+ +roundbased
+Gets wether or not the game is currently round based or not
+ +targets_destroyed( Integer num )
+the number of bomb targets that have been destroyed
+ +targets_destroyed
+Gets the number of bomb targets that have been destroyed
+ +targets_destroyed( Integer num )
+Sets the number of bomb targets that have been destroyed
+ +targets_to_destroy
+Gets the number of bomb targets that must be destroyed
+ +targets_to_destroy( Integer num )
+the number of bomb targets that must be destroyed
+ +targets_to_destroy( Integer num )
+Sets the number of bomb targets that must be destroyed
+ +time
+current level time
+ +total_secrets
+count of total secrets
+
++ +
++ +
+ ++ +cancelFor( String name )
+Cancel for event of type name
+ +classname
+classname variable
+ +commanddelay( Float delay, String command, [ String [arg1] ], [ String [arg2] ], [ String [arg3] ], [ String [arg4] ], [ String [arg5] ], [ String [arg6] ] )
+executes a command after the given delay
+ +delaythrow( String label )
+Internal usage.
+ +delete
+Removes this listener immediately.
+ +exec( String script )
+Executes the specified script.
+ +exec( String script )
+Executes the specified script.
+ +immediateremove
+Removes this listener immediately.
+ +owner
+Returns the owner.
+ +remove
+Removes this listener the next time events are processed.
+ +thread( String label )
+Creates a thread starting at label.
+ +thread( String label )
+Creates a thread starting at label.
+ +throw( String label )
+Throws to the specified label.
+ +unregister( String label )
+Unregisters the label from the event of the same name.
+ +waitexec( String script )
+Executes the specified script and waits until the called thread group is finished.
+ +waitexec( String script )
+Executes the specified script and waits until the called thread group is finished.
+ +waitthread( String label )
+Creates a thread starting at label and waits until the called thread is finished.
+ +waitthread( String label )
+Creates a thread starting at label and waits until the called thread is finished.
+ +waitTill( String name )
+Wait until event of type name
+
+ ++ +lod_angles( Float pitch<0.00...360.00>, Float yaw<0.00...360.00>, Float roll<0.00...360.00> )
+Set the angles of the model
+ +lod_discard
+Discard LOD changes
+ +lod_roll( Float roll )
+Set the roll of the model
+ +lod_spawn( String model )
+Edit LOD on the specified model
+ +lod_yaw( Float yaw )
+Set the yaw of the model
+
+ ++ +lod_discard
+Discard LOD changes
+ +lod_model
+Set the model of the current viewthing
+ +lod_think
+Called every frame to process the view thing.
+
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2
+ ++ +movedone( Entity finishedEntity )
+Sent to commanding thread when done with move .
+
+ ++ +dmg( Integer damage )
+Sets the damage the explosion does.
+ +duration( Float duration )
+Sets the duration of the explosion.
+ +random( Float randomness )
+Sets the randomness value of the explosion.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+ +wait( Float explodewait )
+Sets the wait time of the explosion.
+
+ ++ +handlespawn
+Internal usage
+ +model( String modelName )
+set the model to modelName.
+ +model( String modelName )
+set the model to modelName.
+
+ ++ +Complete
+Complete this objective.
+ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +ObjectiveNbr( Integer index )
+Sets the objective number.
+ +SetCurrent
+Set this objective as current.
+ +Text( String Text )
+Set current text.
+ +TurnOff
+Turn Off and cancel the current cycle (if any)
+ +TurnOn
+Turn On and begin the first cycle
+
+ ++ +motionfail
+motionfail
+ +movedone
+movedone
+ +movefail
+movefail
+ +other
+other
+ +owner
+owner
+ +previousthread
+Returns the previous thread.
+ +sayfail
+sayfail
+ +upperfail
+upperfail
+
+ ++ +delete
+Removes this listener immediately.
+ +immediateremove
+Removes this listener immediately.
+ +istouching( Entity entity )
+returns 1 if the entities are touching, 0 if not
+ +low_wall_arc( Float arc_half_angle )
+Marks this node as good for low-wall behavior, and gives the arc
+ +spawnflags( Integer node_flags )
+Sets the path nodes flags.
+
++ +
+ ++ +actor( String modelname, [ String keyname1 ], [ String value1 ], [ String keyname2 ], [ String value2 ], [ String keyname3 ], [ String value3 ], [ String keyname4 ], [ String value4 ] )
+Spawns an actor.
+ +actorinfo( Integer actor_number )
+Prints info on the specified actor.
+ +addkills( Integer num_kills )
+Give or take kills from the player
+ +animloop_legs
+Called when the legs animation has finished.
+ +animloop_pain
+Called when the pain animation has finished.
+ +animloop_torso
+Called when the torso animation has finished.
+ +attachtoladder
+Attaches the sentient to a ladder
+ +auto_join_team
+Join the team with fewer players
+ +callvote( String arg1, [ String arg2 ] )
+Player calls a vote
+ +coord
+Prints out current location and angles
+ +correctweaponattachments
+makes sure the weapons is properly attached when interupting a reload
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+damage_multiplier( Float damage_multiplier )
+Sets the current damage multiplier
+ +dead
+Called when the player is dead.
+ +deadbody
+Spawn a dead body
+ +dmdeathdrop
+Drops the player inventory in DM after's he's been killed
+ +dmmessage( Integer mode, String stuffstrings )
+sends a DM message to the appropriate players
+ +dmteam
+returns 'allies', 'axis', 'spectator', or 'freeforall'
+ +dog( [ Integer god_mode ] )
+Sets the god mode cheat or toggles it.
+ +endlevel
+Called when the player gets to the end of the level.
+ +ensureforwardoffladder
+Ensures that the player went forward off the ladder.
+ +ensureoverladder
+Ensures that the player is at the proper height when getting off the top of a ladder
+ +enter( Entity vehicle, [ String driver_anim ] )
+Called when someone gets into a vehicle.
+ +exit( Entity vehicle )
+Called when driver gets out of the vehicle.
+ +face( Vector angles )
+Force angles to specified vector
+ +finishuseanim
+Fires off all targets associated with a particular useanim.
+ +finishuseobject
+Fires off all targets associated with a particular useobject.
+ +fireheld
+returns 1 if this player is holding fire, or 0 if he is not
+ +forcelegsstate( String legsstate )
+Force the player's legs to a certain state
+ +forcetorsostate( String torsostate )
+Force the player's torso to a certain state
+ +fov( [ Float fov ] )
+Sets the player's fov.
+ +fullheal
+Heals player.
+ +gameversion
+Prints the game version.
+ +getmovement
+returns the player current movement
+ +getposition
+returns the player current position
+ +give( String name, [ Integer amount ] )
+Gives the player the specified thing (weapon, ammo, item, etc.) and optionally the amount.
+ +giveweapon( String weapon_name )
+Gives the player the specified weapon.
+ +gotkill( Entity victim, Integer damage, Entity inflictor, Integer meansofdeath, Boolean gib )
+event sent to attacker when an entity dies
+ +gvo
+Retrieves the server's vote options file
+ +has_disguise
+zero = does not have a disguise, non-zero = has a disguise
+ +has_disguise( Integer is_disguised )
+zero = does not have a disguise, non-zero = has a disguise
+ +holster
+Holsters all wielded weapons, or unholsters previously put away weapons
+ +invnext
+Cycle to player's next item.
+ +invprev
+Cycle to player's previous item.
+ +iprint( String string, [ Integer bold ] )
+prints a string to the player, optionally in bold
+ +is_disguised
+zero = not disguised, non-zero = disguised
+ +join_team( String team )
+Join the specified team (allies or axis)
+ +jump( Float height )
+Makes the player jump.
+ +jumpxy( Float forwardmove, Float sidemove, Float speed )
+Makes the sentient jump.
+ +kill
+console based command to kill yourself if stuck.
+ +killclass( String classname, [ Integer except_entity_number ] )
+Kills all of the entities in the specified class.
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+killent( Integer entity_number )
+Kills the specified entity.
+ +leave_team
+Leave the current team
+ +listinventory
+List of the player's inventory.
+ +loaded
+Gives player all new weapons.
+ +logstats( Boolean state )
+Turn on/off the debugging playlog
+ +modheight( String height )
+change the maximum height of the player
+ +
+can specify 'stand', 'duck', 'duckrun', or a specific heightmoveposflags( String position, [ String movement ] )
+used by the state files to tell the game dll what the player is doing
+ +nextpaintime( Float seconds )
+Set the next time the player experiences pain (Current time + seconds specified).
+ +noclip
+Toggles the noclip cheat.
+ +notarget
+Toggles the notarget cheat.
+ +notready
+makes this player not ready for the round to start
+ +objectivecount( Integer num_completed, Integer out_of )
+Sets the number of objectives completed and the total number of objectives
+ +pain( Entity attacker, Float damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+used to inflict pain to an entity
+ +perferredweapon( String weapon_name )
+Overrides your perferred weapon that is displayed in the stats screen.
+ +physics_off
+turn player physics off.
+ +physics_on
+turn player physics on.
+ +pickweapon
+Pick your weapon.
+ +poweruptimer( Integer poweruptimer, Integer poweruptype )
+Sets the powerup timer and powerup type.
+ +primarydmweapon( String weaptype )
+Sets the player's primary DM weapon
+ +ready
+makes this player ready for the round to start
+ +ready
+returns 1 if this player is ready, 0 otherwise
+ +reload
+Reloads the player's weapon
+ +removeclass( String classname, [ Integer except_entity_number ] )
+Removes all of the entities in the specified class.
+ +removeent( Integer entity_number )
+Removes the specified entity.
+ +resethaveitem( String weapon_name )
+Resets the game var that keeps track that we have gotten this weapon
+ +resetstate
+Reset the player's state table.
+ +respawn
+Respawns the player.
+ +safeholster( Boolean putaway )
+Holsters all wielded weapons, or unholsters previously put away weapons
+ +
+preserves state, so it will not holster or unholster unless necessarysafezoom( Boolean zoomin )
+0 turns off zoom, and 1 returns zoom to previous setting
+ +score
+Show the score for the current deathmatch game
+ +show
+show the entity, opposite of hide.
+ +skipcinematic
+Skip the current cinematic
+ +spawn( String entityname, [ String keyname1 ], [ String value1 ], [ String keyname2 ], [ String value2 ], [ String keyname3 ], [ String value3 ], [ String keyname4 ], [ String value4 ] )
+Spawns an entity.
+ +spectator
+Become a spectator
+ +startuseobject
+starts up the useobject's animations.
+ +state
+Dumps the player's state to the console.
+ +stats
+Display the MissionLog.
+ +stopwatch( Integer duration )
+Starts a stopwatch for a given duration... use 0 to clear the stopwatch
+ +stopwatchingactor( Entity actor_to_stop_watching )
+Makes the player's camera stop watching the specified actor.
+ +stufftext( String stuffstrings )
+Stuffs text to the player's console
+ +takepain( Boolean bool )
+Set whether or not to take pain
+ +tele( Vector location )
+Teleport to location
+ +testplayeranim( Float weight, [ String anim ] )
+Plays a test animation on the player
+ +testthread( String scriptfile, [ String label ] )
+Starts the named thread at label if provided.
+ +turn( Float yawangle )
+Causes player to turn the specified amount.
+ +turnlegs( Float yawangle )
+Turns the players legs instantly by the specified amount.
+ +turnupdate( Float yaw, Float timeleft )
+Causes player to turn the specified amount.
+ +turretenter( Entity turret, [ String driver_anim ] )
+Called when someone gets into a turret.
+ +turretexit( Entity turret )
+Called when driver gets out of the turret.
+ +tweakladderpos
+Tweaks the player's position on a ladder to be proper
+ +unattachfromladder
+Unattaches the sentient from a ladder
+ +updatepoweruptime
+Called once a second to decrement powerup time.
+ +useheld
+returns 1 if this player is holding use, or 0 if he is not
+ +usestuff
+Makes the player try to use whatever is in front of her.
+ +viewangles( Vector newAngles )
+set the view angles of the entity to newAngles.
+ +viewangles
+get the angles of the entity.
+ +viewmodelanim( String anim, [ Integer force_restart ] )
+Sets the player's view model animation
+ +voicetype( String voice_name )
+Sets the voice type to use the player.
+ +vote( String arg1 )
+Player votes either yes or no
+ +waitForState( String stateToWaitFor )
+When set, the player will clear waitforplayer when this state is hit
+ +
+in the legs or torso.watchactor( Entity actor_to_watch )
+Makes the player's camera watch the specified actor.
+ +weapdrop
+Drops the player's current weapon.
+ +weapnext
+Cycle to player's next weapon.
+ +weapprev
+Cycle to player's previous weapon.
+ +whatis( Integer entity_number )
+Prints info on the specified entity.
+ +wuss
+Gives player all weapons.
+ +zoomoff
+makes sure that zoom is off
+
++ +
++ +
+ ++ +arena( Integer arena_number )
+set the arena number for this starting position
+
++ +
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2disablespawn
+forbids spawning from this spawnpoint
+ +enablespawn
+allows spawning from this spawnpoint
+
+ ++ +clipsize( Integer ammoClipSize )
+Set the amount of rounds a clip of the weapon holds
+ +item_droptofloor
+Drops the item to the ground.
+
+ ++ +roll( Float roll )
+Sets the portal camera's roll.
+
+ ++ +locatecamera
+Locates the camera position.
+
+ ++ +addownervelocity( Boolean bool )
+Set whether or not the owner's velocity is added to the projectile's velocity
+ +addvelocity( Float velocity_x, Float velocity_y, Float velocity_z )
+Set a velocity to be added to the projectile when it is created
+ +arctotarget
+Make the projectile follow a normal arc on its way to its target
+ +avelocity( [ String [random|crandom] ], [ Float yaw ], [ String [random|crandom] ], [ Float pitch ], [ String [random|crandom] ], [ Float roll ] )
+set the angular velocity of the projectile
+ +beam( String command, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+send a command to the beam of this projectile
+ +becomebomb
+Make the projectile into a bomb
+ +bouncesound
+Set the name of the sound that is played when the projectile bounces
+ +bouncesound_hard
+Set the name of the sound that is played when the projectile bounces off hard surfaces
+ +bouncesound_metal
+Set the name of the sound that is played when the projectile bounces off metal
+ +bouncesound_water
+Set the name of the sound that is played when the projectile bounces in water
+ +bouncetouch
+Make the projectile bounce when it hits a non-damageable solid
+ +canhitowner
+Make the projectile be able to hit its owner
+ +chargelife
+set the projectile's life to be determined by the charge time
+ +chargespeed
+set the projectile's speed to be determined by the charge time
+ +clearowner
+Make the projectile be able to hit its owner now
+ +dlight( Float red, Float green, Float blue, Float intensity )
+set the color and intensity of the dynamic light on the projectile
+ +dmlife( Float projectileLife )
+set the life of the projectile in DM
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +drunk( Float amount, Float rate )
+Make the projectile drunk
+ +explode
+Make the projectile explode
+ +explodeontouch
+Make the projectile explode when it touches something damagable
+ +explosionmodel( String modelname )
+Set the modelname of the explosion to be spawned
+ +fuse
+set the projectile's life to be determined by the charge time
+ +heatseek
+Make the projectile heat seek
+ +hitdamage( Float projectileHitDamage )
+set the damage a projectile does when it hits something
+ +impactmarkorientation( Float degrees )
+Set the orientation of the impact mark
+ +impactmarkradius( Float radius )
+Set the radius of the impact mark
+ +impactmarkshader( String shader )
+Set the impact mark of the shader
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+knockback( Float projectileKnockback )
+set the knockback of the projectile when it hits something
+ +life( Float projectileLife )
+set the life of the projectile
+ +meansofdeath( String meansOfDeath )
+set the meansOfDeath of the projectile
+ +minlife( Float minProjectileLife )
+set the minimum life of the projectile (this is for charge up weapons)
+ +minspeed( Float minspeed )
+set the minimum speed of the projectile (this is for charge up weapons)
+ +notouchdamage
+Makes the projectile not blow up or deal damage when it touches a damagable object
+ +prethink
+Make the projectile think to update it's velocity
+ +removewhenstopped
+Make the projectile get removed when it stops
+ +smashthroughglass( Integer speed )
+Makes the projectile smash through windows & other damageble glass objects when going above a set speed
+ +speed( Float projectileSpeed )
+set the speed of the projectile
+ +stopped
+sent when entity has stopped bouncing for MOVETYPE_TOSS.
+ +updatebeam
+Update the attached beam
+
+ ++ +Accuracy( Float Accuracy )
+Accuracy 0-25 feet
+ +
+Default=10BeginCycle
+Startup the cycle..
+ +Cycles( Integer Cycles )
+Number of cycles. 0=infinte
+ +
+Default=0doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +EndCycle
+End the cycle..
+ +FireOnStartUp
+Default=1; Set this to 0 if you don't want the PG to fire on startup.
+ +gettargetentity
+Returns entity being targeted by the projectile generator,
+ +ID( Integer ID )
+Sets the ID for this projectile generator
+ +
+Default=0:initialize
+Initialize object
+ +isturnedon
+Returns whether the generator is on or off.
+ +launchsound( String Sound )
+Set a launch sound for the projectile.
+ +MaxDelay( Float MaxDelay )
+Maximum time between bursts
+ +
+Default=10MaxDuration( Float MaxDuration )
+Sets the maximum duration of bursts(in seconds)
+ +
+Default=3MaxNumShots( Integer MaxNumShots )
+Sets the maximum # of shots to fire in a cycle
+ +
+Default=1MinDelay( Float MinDelay )
+Minimum time between bursts.
+ +
+MinDuration( Float MinDuration )
+Sets the minimum duration of the bursts (in seconds)
+ +
+Default=3MinNumShots( Integer MinNumShots )
+Sets the minimum # of shots to fire in a cycle
+ +
+Default=1Model( String Model )
+Projectile model to use.
+ +
+Default=models/projectiles/bazookashell.tiktarget( String targetname_to_target )
+target another entity with targetname_to_target.
+ +TickCycle
+Tick the cycle..
+ +TurnOff
+Turn Off and cancel the current cycle (if any)
+ +TurnOn
+Turn On and begin the first cycle
+
+ ++ +bulletcount( Float bulletCount )
+Set the number of bullets this weapon shoots when fired
+ +bulletdamage( Float bulletDamage )
+Set the damage that the bullet causes
+ +bulletknockback( Float bulletKnockback )
+Set the knockback that the bullet causes
+ +bulletlarge( Integer bulletType )
+Set if the bullets fired are rifle bullets(1), artillery(2) or larger tracers(3)
+ +bulletrange( Float bulletRange )
+Set the range of the bullets
+ +bulletspread( Float bulletSpreadX, Float bulletSpreadY, [ Float bulletSpreadXmax ], [ Float bulletSpreadYmax ] )
+Set the min & optional max spread of the bullet in the x and y axis
+ +fakebullets( Boolean useFakeBullets )
+Whether or not the projectile generator should fire real bullets.
+ +firedelay( Float fFireDelay )
+Set the minimum time between shots from the weapon
+ +ID( Integer ID )
+Sets the ID for this projectile generator
+ +
+Default=0:meansofdeath( String meansOfDeath )
+Set the meansOfDeath of the weapon.
+ +throughmetal( Float dist )
+Sets how far the bullets can go through metal
+ +throughwood( Float dist )
+Sets how far the bullets can go through wood
+ +tracerfrequency( Integer frequenct )
+Set the frequency of making tracers
+ +tracerspeed( Float speed )
+Scale factor of how fast a tracer should travel (valid ranges 0-2)
+
+ ++ +projectile( String projectileModel )
+Set the model of the projectile that this weapon fires
+
+ ++ +arc( Float arc )
+arc in front of the player
+ +isdonut( Integer isdonut )
+will target donut
+ +maxdonut( Float maxdonut )
+max extent of donut from player
+ +mindonut( Float mindonut )
+min extent of donut from player
+ +playpreimpact
+Play a pre-impact sound
+ +preimpactsound( String Sound )
+Set a pre-impact sound.
+ +preimpactsoundprob( Float probability )
+Set the chance for a pre-impact sound to occur.
+ +
+Range: ( 0.0, 1.0 ), with 0 having no chance, and 1 always occurring.preimpactsoundtime( Float delay )
+Set the time before impact to play the preimpact sound.
+ +projectile( String projectileModel )
+Set the model of the projectile that this weapon fires
+
+ ++ +ID( Integer ID )
+Sets the ID for this projectile generator
+
+Default=0:
+ ++ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +idle
+Animates the puff daddy.
+
+ ++ +dmg( Integer damage )
+Set the damage.
+ +doBlocked( Entity obstacle )
+sent to entity when blocked.
+ +pushsound( String sound )
+Set the pushing sound
+ +start
+Sets up the pushobject.
+
++ +
+ ++ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +max_time( Float maxTime )
+Maximum time between random spawns.
+ +min_time( Float minTime )
+Minimum time between random spawns.
+
+ ++ +chance( Float newChance<0.00...1.00> )
+Sets the chance that the sound will play when triggered.
+ +maxdelay( Float max_delay )
+Sets the maximum time between playings.
+ +mindelay( Float min_delay )
+Sets the minimum time between playings.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
++ +
+ ++ +doclose
+Closes the door (special doors).
+ +doopen( Entity other )
+Opens the door (special doors).
+ +openangle( Float open_angle )
+Sets the open angle of the door.
+
+ ++ +chance( Float chance )
+chance that trigger will spawn something.
+ +delay( Float delay )
+time between RunThrough being activated.
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +lip( Float lip )
+distance below trigger we should spawn things.
+ +offset( Vector spawn_offset )
+When triggered, what to offset the spawned object by.
+ +spawnmodel( String model_to_spawn )
+When triggered, what to spawn.
+ +speed( Float speed )
+threshold speed at which RunThrough is activated.
+
++ +
+ ++ +aimtarget
+Set the aim target.
+ +fire
+Fire.
+
++ +
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2doclose
+Closes the door (special doors).
+ +doinit
+Sets up the script door.
+ +doopen( Entity other )
+Opens the door (special doors).
+ +movedir
+door's movedir
+ +opendot
+door's open dot product
+ +startangles
+door's size
+ +startorigin
+door's startorigin
+
+ ++ +alias( String alias, String realPath, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Create an alias to the specified path
+ +aliascache( String alias, String realPath, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Create an alias to the specified path and cache the resource
+ +cache( String resourceName )
+pre-cache the given resource.
+
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2anim( String anim_name )
+Sets the script model's animation
+ +animdone
+Script model animation has finished.
+ +model( String modelName )
+set the model to modelName.
+ +moveanim( String animName )
+Makes the script model play an animation and move with the deltas contained in the animation
+ +moving_from_anim
+The script model is moving based on an animation
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
+ ++ +model( String modelName )
+set the model to modelName.
+
+ ++ +bulletcount( Float bulletCount )
+Set the number of bullets this weapon shoots when fired
+ +bulletdamage( Float bulletDamage )
+Set the damage that the bullet causes
+ +bulletknockback( Float bulletKnockback )
+Set the knockback that the bullet causes
+ +bulletrange( Float bulletRange )
+Set the range of the bullets
+ +bulletspread( Float bulletSpreadX, Float bulletSpreadY, [ Float bulletSpreadXmax ], [ Float bulletSpreadYmax ] )
+Set the min & optional max spread of the bullet in the x and y axis
+ +fire
+Fire.
+ +firedelay( Float fFireDelay )
+Set the minimum time between shots from the weapon
+ +off
+Turn the gunfire off.
+ +on
+Turn the gunfire on.
+ +projectile
+Set the projectile model
+ +throughmetal( Float dist )
+Sets how far the bullets can go through metal
+ +throughwood( Float dist )
+Sets how far the bullets can go through wood
+ +tracerfreq
+Set the frequency of the tracers
+
++ +
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2angles( Vector angles )
+Sets the angles.
+ +bind( Entity parent )
+bind this entity to the specified entity.
+ +closeportal
+Close the area portal enclosed in this object
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+dmg( Integer damage )
+Set the damage.
+ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +doBlocked( Entity obstacle )
+sent to entity when blocked.
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+ +endpath
+Stop following the path
+ +explode( Float damage )
+Creates an explosion at the script slave's position
+ +flypath( Entity array, Float speed, Float acceleration, Float look_ahead )
+Makes the script slave fly the specified path with speed and acceleration until reached_distance close to position
+ +followpath( Entity path, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Makes the script slave follow the specified path. The allowable arguments are ignoreangles,
+ +
+ignorevelocity, normalangles, loop, and a number specifying the start time.jumpto( String vector_or_entity )
+Jump to specified vector or entity.
+ +model( String modelName )
+set the model to modelName.
+ +modifyflypath( Float speed, Float acceleration, Float look_ahead )
+Makes the script slave fly the specified path with speed and acceleration until reached_distance close to position
+ +move
+Move the script slave.
+ +moveBackward( Float dist )
+Move the position backward.
+ +moveDown( Float dist )
+Move the position down.
+ +moveEast( Float dist )
+Move the position east.
+ +moveForward( Float dist )
+Move the position forward.
+ +moveLeft( Float dist )
+Move the position left.
+ +moveNorth( Float dist )
+Move the position north.
+ +moveOffset( Vector dist )
+Move the position by the offset vector.
+ +moveRight( Float dist )
+Move the position right.
+ +moveSouth( Float dist )
+Move the position south.
+ +moveto( String vector_or_entity )
+Move to the specified vector or entity.
+ +moveUp( Float dist )
+Move the position up.
+ +moveWest( Float dist )
+Move the position west.
+ +next
+Goto the next waypoint.
+ +normalangles( Boolean bUseNormalAngles )
+Sets the object to use normal angles when travelling on a spline path
+ +notshootable
+Makes the script slave not shootable
+ +openportal
+Open the area portal enclosed in this object
+ +path_relativeyaw( Float relativeYaw )
+Makes the script slave follow the specified path with a yaw offset,
+ +physics_off
+Turn physics off this script object on
+ +physics_on( [ Integer no_collide_entity ] )
+Turn physics on this script object on
+ +
+If no_collide_entity is set to 1 then the script slave will not collide with other entitiesphysics_velocity( Vector impulseVector )
+Add a physical impulse to an object when it is being physically simulated
+ +rotateaxis( Integer axis, Float avelocity )
+Rotate about the specified axis at the specified angular velocity.
+ +rotateaxisdown( Integer axis, Float angle )
+Rotate the specified axis down by the specified amount.
+ +rotateaxisdownto( Integer axis, Float angle )
+Rotate the specified axis down to angle.
+ +rotateaxisup( Integer axis, Float angle )
+Rotate the specified axis up by the specified amount.
+ +rotateaxisupto( Integer axis, Float angle )
+Rotate the specified axis up to angle.
+ +rotatedownto( Vector direction )
+Rotate down to the specified direction.
+ +rotateto( Vector direction )
+Rotate to the specified direction.
+ +rotateupto( Vector direction )
+Rotate up to the specified direction.
+ +rotateX( Float avelocity )
+Rotate about the x axis at the specified angular velocity.
+ +rotateXdown( Float angle )
+Rotate the x down by the specified amount.
+ +rotateXdownto( Float angle )
+Rotate the x down to angle.
+ +rotateXup( Float angle )
+Rotate the x up by the specified amount.
+ +rotateXupto( Float angle )
+Rotate the x up to angle.
+ +rotateY( Float avelocity )
+Rotate about the y axis at the specified angular velocity.
+ +rotateYdown( Float angle )
+Rotate the y down by the specified amount.
+ +rotateYdownto( Float angle )
+Rotate the y down to angle.
+ +rotateYup( Float angle )
+Rotate the y up by the specified amount.
+ +rotateYupto( Float angle )
+Rotate the y up to angle.
+ +rotateZ( Float avelocity )
+Rotate about the z axis at the specified angular velocity.
+ +rotateZdown( Float angle )
+Rotate the z down by the specified amount.
+ +rotateZdownto( Float angle )
+Rotate the z down to angle.
+ +rotateZup( Float angle )
+Rotate the z up by the specified amount.
+ +rotateZupto( Float angle )
+Rotate the z up to angle.
+ +scriptslave_followingpath
+Called every frame to actually follow the path
+ +scriptslave_movedone
+Called when the script slave is done moving
+ +setdamage( Integer damage )
+Set the damage.
+ +setmeansofdeath( String means_of_death )
+Set the damage means of death.
+ +speed( Float speed )
+Sets the speed.
+ +stop
+Stop the script slave.
+ +threadmove( String label )
+Move the script slave and create thread which waits until finished.
+ +time( Float travel_time )
+Sets the travel time.
+ +trigger( Entity ent )
+Trigger entities target.
+ +unbind
+unbind this entity.
+ +waitmove
+Move the script slave and wait until finished.
+
+ ++ +abs( Float arg )
+Absolute value of int or float
+ +addobjective( Integer objective_number, Integer status, [ String text ], [ Vector location ] )
+Adds/Changes an Objective
+ +aliascache( String alias, String realPath, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Create an alias to the specified path and cache the resource
+ +all_ai_off
+Turns all AI off.
+ +all_ai_on
+Turns all AI back on.
+ +angles_pointat( Entity parent_entity, Entity entity, Entity target_entity )
+Returns the angles that points at the target_entity given the base orientation of the parent_entity and the position of the entity.
+ +angles_toforward( Vector angles )
+Returns the forward vector of the specified angles
+ +angles_toleft( Vector angles )
+Returns the left vector of the specified angles
+ +angles_toup( Vector angles )
+Returns the up vector of the specified angles
+ +assert( Float value )
+Assert if value is 0.
+ +bool( Integer value )
+Casts value to a bool.
+ +bsptransition( String next_map )
+Transitions to the next BSP. Keeps player data, and game data.
+ +cache( String resource_name )
+Cache the specified resource.
+ +cam( String command, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Processes a camera command.
+ +centerprint( String stuffToPrint )
+prints the included message in the middle of all player's screens
+ +cinematic
+Turns on cinematic.
+ +clear_objective_pos
+Clears the position of the current objective, for when you don't have one
+ +clearfade
+Clear the fade from the screen
+ +clearletterbox( Float time )
+Clears letterbox mode.
+ +CreateListener
+Creates a Listener instance.
+ +cuecamera( Entity entity, [ Float switchTime ] )
+Cue the camera. If switchTime is specified, then the camera
+ +
+will switch over that length of time.cueplayer( [ Float switchTime ] )
+Go back to the normal camera. If switchTime is specified,
+ +
+then the camera will switch over that length of time.debug_int3
+Generate an asm int 3
+ +debugline( Vector start, Vector end, [ Float red ], [ Float green ], [ Float blue ], [ Float alpha ] )
+Draws a debug line from start to end using the given color and alpha for g_numdebuglinedelays server frames
+ +delaythrow( String label )
+Internal usage.
+ +dprintln( String string )
+Prints a debug string.followed by a newline.
+ +drawhud( Integer value )
+Specfiy if hud is to be drawn: 0 draws nothing, 1 draws all and 2 draws all minus the weapons bar.
+ +earthquake( Float duration, Float magnitude, Float no_rampup, Float no_rampdown )
+Create an earthquake
+ +end
+End the thread.
+ +entity( Integer value )
+Casts value to an entity.
+ +error( String message, Integer level )
+Generate a script error with specified message and stack level
+ +exec( String script )
+Executes the specified script.
+ +exec( String script )
+Executes the specified script.
+ +fadein( Float time, Float red, Float green, Float blue, Float alpha, [ Integer mode ] )
+Sets up fadein in values.
+ +fadeout( Float time, Float red, Float green, Float blue, Float alpha, [ Integer mode ] )
+Sets up fadeout values.
+ +fadesound( Float time )
+fades the sound out over the given time.
+ +float( Integer value )
+Casts value to a float.
+ +forcemusic( String current, [ String fallback ] )
+Forces the current and fallback (optional) music moods.
+ +freezeplayer
+Freeze the player.
+ +getboundkey1( String keyname )
+return a string describing the key
+ +getboundkey2( String keyname )
+return a string describing the key
+ +getcvar( String name )
+getcvar
+ +goto( String label )
+Goes to the specified label.
+ +hidemenu( String name, [ Integer bForce ] )
+hide menu, with option to force it off
+ +hidemouse
+hide mouse cursor
+ +huddraw_align( Integer index, String h_align, String v_align )
+Sets the alignment of a huddraw element. Specified with 'left', 'center', or 'right'
+ +huddraw_alpha( Integer index, Float alpha )
+Sets the alpha of a huddraw element.
+ +huddraw_color( Integer index, Float red, Float green, Float blue )
+Sets the color for a huddraw element
+ +huddraw_font( Integer index, String fontname )
+Sets the font to use.
+ +huddraw_rect( Integer index, Integer x, Integer y, Integer width, Integer height )
+Specifies the position of the upper left corner and size of a huddraw element
+ +huddraw_shader( Integer index, String shader )
+Sets the shader to use for a particular huddraw element
+ +huddraw_string( Integer index, String string )
+Sets a string to be displayed. Clears the shader value.
+ +huddraw_virtualsize( Integer index, Integer virtual )
+Sets if the huddraw element should use virutal screen resolution for positioning and size
+ +int( Integer value )
+Casts value to an int.
+ +iprintln( String string )
+Prints a string.followed by a newline.
+ +iprintln_noloc( String string )
+Prints a string.followed by a newline with no localization conversion.
+ +iprintlnbold( String string )
+Prints a string.followed by a newline in a bold/important way.
+ +iprintlnbold_noloc( String string )
+Prints a string.followed by a newline in a bold/important way with no localization conversion.
+ +IsAlive( Entity ent )
+Returns true if the specified entity exists and has health > 0.
+ +killclass( String class_name, [ Integer except ] )
+Kills everything in the specified class except for the specified entity (optional).
+ +killent( Integer ent_num )
+Kill the specified entity.
+ +letterbox( Float time )
+Puts the game in letterbox mode.
+ +leveltransition( String next_map )
+Transitions to the next Level. Statistics to Map Loading, does not keep player data or game data.
+ +loc_convert_string( String in )
+returns a localized version of the string.
+ +locprint( Integer xoffset, Integer yoffset, String stuffToPrint )
+prints the included message in the specified location of all player's screens
+ +map( String map_name )
+Starts the specified map.
+ +missionfailed( Integer novideofade )
+Makes the player fail their mission, level restarts.
+ +missiontransition( String next_map )
+Transitions to the next Mission. Statistics to Main Menu, Next Level should be unlocked.
+ +mprint( String string )
+Prints a string.
+ +mprintln( String string )
+Prints a string.followed by a newline.
+ +music( String current, [ String fallback ] )
+Sets the current and fallback (optional) music moods.
+ +musicvolume( Float volume, Float fade_time )
+Sets the volume and fade time of the music.
+ +noncinematic
+Turns off cinematic.
+ +pause
+Pauses the thread.
+ +PlayMovie( String name )
+Play a Movie...
+ +popmenu( Integer index )
+pop menu
+ +print( String string )
+Prints a string.
+ +print3d( Vector origin, String string, [ String [strings] ] )
+prints a string in 3D space
+ +println( String string )
+Prints a string.followed by a newline.
+ +pushmenu( String name )
+push menu
+ +radiusdamage( Vector origin, Float damage, Float radius, Integer constant_damage )
+radius damage at origin
+ +randomfloat( Float max )
+randomfloat
+ +randomint( Integer max )
+randomint
+ +releaseplayer
+Release the player.
+ +removeclass( String class_name, [ Integer except ] )
+Removes everything in the specified class except for the specified entity (optional).
+ +removeent( Integer ent_num )
+Removes the specified entity.
+ +restoremusicvolume( Float fade_time )
+Restores the music volume to its previous value.
+ +restoresoundtrack
+Restores the soundtrack to the previous one.
+ +self
+self
+ +server( [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Server only command.
+ +set_objective_pos( Vector pos )
+Sets the position in the world of the current objective
+ +setcurrentobjective( Integer objective_number )
+Sets the specified objective as the current objective
+ +setcvar( String cvar_name, String value )
+Sets the value of the specified cvar.
+ +setlightstyle( Integer lightstyleindex, String lightstyledata )
+Set up the lightstyle with lightstyleindex to the specified data
+ +showmenu( String name, [ Integer bForce ] )
+show menu, with option to force it on
+ +sighttrace( Vector start, Vector end, [ Integer pass_entities ], [ Vector mins ], [ Vector maxs ] )
+Performs a trace line from the start to the end, returns 0 if something was hit and 1 otherwise
+ +soundtrack( String soundtrack_name )
+Changes the soundtrack.
+ +spawn( String entityname, [ String keyname1 ], [ String value1 ], [ String keyname2 ], [ String value2 ], [ String keyname3 ], [ String value3 ], [ String keyname4 ], [ String value4 ] )
+Spawn the specified entity.
+ +spawn( String entityname, [ String keyname1 ], [ String value1 ], [ String keyname2 ], [ String value2 ], [ String keyname3 ], [ String value3 ], [ String keyname4 ], [ String value4 ] )
+Spawn the specified entity.
+ +string( Integer value )
+Casts value to a string.
+ +stuffcmd( [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ] )
+Server only command.
+ +teamwin( String axis_or_allies )
+Sets that the 'axis' or the 'allies' have won the map.
+ +thread( String label )
+Creates a thread starting at label.
+ +thread( String label )
+Creates a thread starting at label.
+ +throw( String label )
+Throws to the specified label.
+ +timeout( Float time )
+specifies script timeout time
+ +trace( Vector start, Vector end, [ Integer pass_entities ], [ Vector mins ], [ Vector maxs ] )
+Performs a Trace Line from the start to the end, returns the end or the position it hit at
+ +trigger( String name )
+Trigger the specified target or entity.
+ +vector_add( Vector vector1, Vector vector2 )
+Returns vector1 + vector2
+ +vector_closer( Vector vec_a, Vector vec_b, Vector vec_c )
+returns 1 if the first vector is closer than the second vector to the third vector
+ +vector_cross( Vector vector1, Vector vector2 )
+Returns vector1 x vector2
+ +vector_dot( Vector vector1, Vector vector2 )
+Returns vector1 * vector2
+ +vector_length( Vector vector )
+Returns the length of the specified vector.
+ +vector_normalize( Vector vector )
+Returns the normalized vector of the specified vector.
+ +vector_scale( Vector vector1, Float scale_factor )
+Returns vector1 * scale_factor
+ +vector_subtract( Vector vector1, Vector vector2 )
+Returns vector1 - vector2
+ +vector_toangles( Vector vector1 )
+Returns vector1 converted to angles.
+ +vector_within( Vector position1, Vector position2, Float distance )
+returns 1 if the two points are <= distance apart, or 0 if they are greater than distance apart
+ +wait( Float wait_time )
+Wait for the specified amount of time.
+ +waitframe
+Wait for one server frame.
+
++ +
+ ++ +activatenewweapon( [ String handsurf ] )
+Activate the new weapon specified by useWeapon. handsurf allows specifying which hand to use for the player
+ +american
+Makes the sentient an American.
+ +ammo( String type, Integer amount )
+Gives the sentient some ammo.
+ +armor( String type, Integer amount )
+Gives the sentient some armor.
+ +blockend
+Is the end of the sentient's block.
+ +blockstart
+Is the start of the sentient's block.
+ +bloodmodel( String bloodModel )
+set the model to be used when showing blood
+ +charge( [ String hand ], [ String mode ] )
+Starts the charging of the weapon in the specified hand
+ +checkanims
+Check the animations in the .tik file versus the statefile
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+damagemult( Integer location, Float multiplier )
+Sets the damage multiplier for a particular body location
+ +deactivateweapon( String side )
+Deactivate the weapon in the specified hand.
+ +dontdropweapons
+Make the sentient not drop weapons
+ +dropitems
+drops inventory items
+ +fire( [ String hand ], [ String mode ] )
+Fires the weapon in the specified hand.
+ +german
+Makes the sentient a German.
+ +give( String name )
+Gives the sentient the targeted item.
+ +givedynitem( String model, String bonename )
+Pass the args to the item
+ +item( String type, Integer amount )
+Gives the sentient the specified amount of the specified item.
+ +jumpxy( Float forwardmove, Float sidemove, Float speed )
+Makes the sentient jump.
+ +maxgibs( Integer max_number_of_gibs )
+Sets the maximum amount of generic gibs this sentient will spawn when hit.
+ +maxmouthangle( Float max_mouth_angle )
+Sets the max mouth angle.
+ +meleeattackend
+Is the end of the sentient's melee attack.
+ +meleeattackstart
+Is the start of the sentient's melee attack.
+ +noshadow
+Turns off the shadow for this sentient.
+ +onfire
+Called every frame when the sentient is on fire.
+ +pophelmet
+Pops a sentient's helmet off if he's got one
+ +putawayweapon( String whichHand )
+Put away or deactivate the current weapon, whichHand can be left, right or dual.
+ +releasefire( Float fireholdtime )
+Releases the attack in the time specified.
+ +reloadweapon( [ String hand ] )
+Reloads the weapon in the specified hand
+ +sethelmet( String tikifile, Float popspeed, Float dmgmult, String surfacename, String [optional )
+Gives the sentient a helmet and sets the needed info for it
+ +shadow
+Turns on the shadow for this sentient.
+ +spawnbloodygibs( [ Integer number_of_gibs ], [ Float scale ] )
+Spawns some bloody generic gibs.
+ +stopfire( [ String hand ] )
+Stops the firing of the weapon in the specified hand.
+ +stoponfire
+Stops the sentient from being on fire.
+ +stunend
+Is the end of the sentient's stun.
+ +stunstart
+Is the start of the sentient's stun.
+ +take( String item_name )
+Takes away the specified item from the sentient.
+ +takeall
+Clears out the sentient's entire inventory.
+ +team
+returns 'german' or 'american'
+ +threatbias( Integer bias )
+Sets the threat bias for this player / AI
+ +threatbias
+Gets the threat bias for this player / AI
+ +threatbias( Integer bias )
+Sets the threat bias for this player / AI
+ +toggleitem
+Toggles the use of the player's item (first item if he has multiple)
+ +use( String name, [ Integer weapon_hand ] )
+Use the specified weapon or item in the hand choosen (optional).
+ +uselast
+Activates the last active weapon
+ +useweaponclass( String weaponclass, [ Integer weapon_hand ] )
+Use the weapon of the specified class in the hand choosen (optional).
+ +weapon( String weapon_modelname )
+Gives the sentient the weapon specified.
+ +weaponcommand( String hand, [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ], [ String arg7 ] )
+Pass the args to the active weapon in the specified hand
+
+ ++ +noanimlerp
+Do not LERP to the next animation
+
++ +
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2angle
+get the angles of the entity using just one value.
+ +
+Gets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2angles( Vector newAngles<0.00...360.00><0.00...360.00><0.00...360.00> )
+set the angles of the entity to newAngles.
+ +angles( Vector newAngles<0.00...360.00><0.00...360.00><0.00...360.00> )
+set the angles of the entity to newAngles.
+ +angles( Vector newAngles<0.00...360.00><0.00...360.00><0.00...360.00> )
+get the angles of the entity.
+ +centroid
+entity's centroid
+ +forwardvector
+get the forward vector of angles
+ +leftvector
+get the left vector of angles
+ +origin( Vector newOrigin )
+Set the origin of the entity to newOrigin.
+ +origin( Vector newOrigin )
+Set the origin of the entity to newOrigin.
+ +origin
+entity's origin
+ +rightvector
+get the right vector of angles
+ +target
+entity's target
+ +target( String targetname_to_target )
+entity's target
+ +target( String targetname_to_target )
+target another entity with targetname_to_target.
+ +targetname
+entity's targetname
+ +targetname( String targetName )
+set the targetname of the entity to targetName.
+ +targetname( String targetName )
+set the targetname of the entity to targetName.
+ +upvector
+get the up vector of angles
+
+ ++ +active
+make the SinkObject active, so that it will respond to players touching it.
+ +dampening( Float newDampening )
+dampening of SinkObject.
+ +delay( Float delay )
+Delay until SinkObject starts falling.
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +limit( Float newLimit )
+maximum displacement of the SinkObject.
+ +notactive
+make the SinkObject not active, so that it won't respond to players touching it.
+ +reset
+Reset the SinkObject right now.
+ +resetdelay( Float newResetDelay )
+Delay between when sinkobject starts resetting.
+ +resetsound( String newResetSound )
+Sound played when sinkobject is resetting.
+ +resetspeed( Float newResetspeed )
+Speed at which SinkObject resets itself, defaults to 0.002 * speed.
+ +sinksound( String newSinkSound )
+Sound played when sinkobject is sinking.
+ +speed( Float speed )
+Speed at which SinkObject starts falling.
+
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2doclose
+Closes the door (special doors).
+ +doopen( Entity other )
+Opens the door (special doors).
+ +lip( Float lip )
+Sets the lip of the sliding door.
+ +speed( Float speed )
+Sets the speed of the sliding door.
+
+ ++ +bouncefactor( Float factor )
+sets how far smoke volumes bounce when they collide with something
+ +fadedelay( Float time )
+sets how long the entity waits until fading out from 1 alpha to 0 alpha, in seconds
+ +fadein( Float time )
+sets fadein time from 0 alpha to 1 alpha, in seconds
+ +life( Float life )
+sets how long the smoke emitter lives
+ +maxalpha( Float alpha )
+sets maximum opacity of an individual smoke particle, in 0-1 range
+ +offset( Float offset_x, Float offset_y, Float offset_z )
+sets offset of the smoke volume from the entity
+ +scale( Float scale )
+sets initial scale of each smoke volume
+ +scalerate( Float rate )
+sets how fast the smoke volume grows
+ +spawnlife( Float life )
+sets how long each smoke volume lives
+ +spawnrate( Float rate )
+sets how many smoke volumes are spawned per second
+ +spin( Float avel )
+sets the number of rotations per second for this entity around its z axis
+ +velocity( Float vel_x, Float vel_y, Float vel_z )
+sets how fast the smoke volume moves away, with x forward and z up
+
+ ++ +addmusictrigger
+Add a new music trigger where the player is standing.
+ +addrandomspeaker
+Add a new sound where the player is standing.
+ +addreverbtrigger
+Add a new reverb trigger where the player is standing.
+ +addspeaker
+Add a new sound where the player is standing.
+ +delete
+Delete the current sound.
+ +globaltranslate( Vector translate_amount )
+Translates all sounds and triggers by specified amount.
+ +hide
+Hides the sounds.
+ +moveplayer
+Move the player to the current sound position.
+ +next
+Go to the next sound.
+ +prev
+Go to the previous sound.
+ +previewreverb
+Test out the current reverb settings.
+ +replace
+Replace the current sound position with the player's.
+ +reset
+Resets the state of all sounds and triggers.
+ +resetreverb
+reset the reverb settings to a normal.
+ +save
+Saves the sounds.
+ +show( [ Entity path ] )
+Show all the sounds.
+ +switchfacet
+Switch the current facet that we are editing.
+ +updateinput
+Updates the current sound with user interface values.
+
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2attackmode( Integer attackmode )
+Sets the attackmode for this spawn entity.
+ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +modelname( String model_name )
+Sets the model name for this spawn entity.
+ +pickup_thread( String threadName )
+Sets the pickup thread for the spawned entity.
+ +spawnchance( Float spawn_chance )
+Sets the chance that this spawned entity will spawn something when killed, if it is an actor.
+ +spawnitem( String spawn_item_name )
+Adds this named item to what will be spawned when this spawned entity is killed, if it is an actor.
+ +spawntarget( String spawntarget )
+Sets spawn target for this spawn entity.
+ +spawntargetname( String spawntargetname )
+Sets spawn target name for this spawn entity.
+
++ +
++ +
++ +
+ ++ +fadetime( Float fadeTime )
+Sets the fadetime at this node.
+ +fov( Float cameraFOV )
+Sets the fov at this node.
+ +loop( String loop_name )
+Sets the loop name.
+ +speed( Float speed )
+Sets the path speed.
+ +SplinePath_create
+Creates the spline path from the target list.
+ +triggertarget( String target )
+Sets the trigger target.
+ +watch( String watchEntity )
+Sets the entity to watch at this node.
+
++ +
++ +
+ ++ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2
++ +
++ +
++ +
++ +
++ +
++ +
+ ++ +ActivateSound( String ActivateSound )
+ +BlowUp
+ +DestroyModel( String DestroyModel )
+ +doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+ +Explode
+Cause the explosion to happen.
+ +explosioneffect( String effect )
+Set the explosion effect model
+ +explosionoffset( Vector offset )
+Set the explosion offset
+ +ExplosionSound( String ExplosionSound )
+ +Radius( Float Radius )
+ +SetDamage( Float Damage )
+ +setthread( String thread )
+Set the thread to execute when this object is used
+ +setusethread( String thread )
+Set the thread to execute when this object is used
+ +StopWatchDuration( Float StopWatchDuration )
+ +TickSound( String TickSound )
+ +triggered( Integer 0 )
+Set the triggered status
+ +UsedModel( String UsedModel )
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+ +stickybombwet
+
+ ++ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +pickup( Entity entity, String tag_name )
+Picks up this throw object and attaches it to the entity.
+ +pickupoffset( Vector pickup_offset )
+Sets the pickup_offset.
+ +throw( Entity owner, Float speed, Entity targetent, [ Float grav ] )
+Throw this throw object.
+ +throwsound( String throw_sound )
+Sets the sound to play when object is thrown.
+
+ ++ +bouncesound( String sound )
+When bouncing, what sound to play on impact
+ +bouncesoundchance( Float chance<0.00...1.00> )
+When bouncing, the chance that the bounce sound will be played
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +stopped
+sent when entity has stopped bouncing for MOVETYPE_TOSS.
+
++ +
+ ++ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +AlliesObjNum( Integer AlliesObjNum )
+Sets the objective number for the allies team
+ +AxisObjNum( Integer AxisObjNum )
+Sets the objective number for the axis team
+ +ControlledBy( Integer ControlledBy )
+Sets the team controlling the objective
+ +ControlledBy
+Objective controller
+ +initialize
+Initialize object
+ +SetCurrent( Integer TeamNum )
+Set this objective as the current objective for the specified team.
+ +TakeOver( Integer TeamNum )
+Sets the team controlling the objective. 0 = Axis, 1 = Allies
+
+ ++ +start
+Initializes the tree a little
+
+ ++ +activatetrigger( Entity triggering_entity )
+Activates all of the targets for this trigger.
+ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2cnt( Integer count )
+Set the amount of times this trigger can be triggered
+ +cone( Float newTriggerCone )
+Sets the cone in which directed triggers will trigger.
+ +delay( Float delay_time )
+Set the delay time (time between triggering and firing) for this trigger
+ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +edgetriggered( Boolean newEdgeTriggered )
+If true, trigger will only trigger when object enters trigger, not when it is inside it.
+ +message( String message )
+Set a message to be displayed when this trigger is activated
+ +model( String modelName )
+set the model to modelName.
+ +multifaceted( Integer facetDirection )
+Make this trigger multifaceted. If facet is 1, than trigger is North/South oriented.
+ +
+If facet is 2 than trigger is East/West oriented. If facet is 3 than trigger is Up/Down oriented.noise( String sound )
+Set the sound to play when this trigger is activated
+ +nottriggerable
+Turn this trigger off
+ +setthread( String thread )
+Set the thread to execute when this trigger is activated
+ +sound( String sound )
+Set the sound to play when this trigger is activated
+ +triggerable
+Turn this trigger back on
+ +triggerthread
+Start the trigger thread.
+ +wait( Float wait_time )
+Set the wait time (time bewteen triggerings) for this trigger
+
+ ++ +doActivate( Entity activatingEntity )
+General trigger event for all entities
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+
+ ++ +maxs( Vector maxs )
+Sets the maximum bounds of the trigger box.
+ +mins( Vector mins )
+Sets the minimum bounds of the trigger box.
+
+ ++ +triggername( String targetname_of_object )
+If set, trigger will only respond to objects with specified name.
+
+ ++ +doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+ +nottriggerable
+Turn this trigger off
+ +triggerable
+Turn this trigger back on
+
+ ++ +map( String map_name )
+Sets the map to change to when triggered.
+ +spawnspot( String spawn_spot )
+Sets the spawn spot to use.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +model( String modelName )
+set the model to modelName.
+
+ ++ +activatetrigger( Entity triggering_entity )
+Activates all of the targets for this trigger.
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
+ ++ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +oneshot
+Make this a one time trigger.
+ +powerupname( String powerup_name )
+Specifies the powerup to give to the sentient.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +damage( Integer damage )
+Sets the amount of damage to do.
+ +damagetype( String damageType )
+Sets the type of damage a TriggerHurt delivers.
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +altcurrent( String alternate_current_mood )
+Sets the alternate current mood to use when triggered.
+ +altfallback( String alterante_fallback_mood )
+Sets the alternate fallback mood to use when triggered.
+ +current( String current_mood )
+Sets the current mood to use when triggered.
+ +fallback( String fallback_mood )
+Sets the fallback mood to use when triggered.
+ +oneshot
+Make this a one time trigger.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+ +triggereffectalt( Entity triggering_entity )
+Send event to owner of trigger. This event is only triggered when using a trigger
+
+as a multi-faceted edge trigger.
+ ++ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
++ +
+ ++ +channel( Integer channel )
+Sets the sound channel to play on.
+ +min_dist( Float min_dist )
+Sets the minimum distance.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+ +volume( Float volume )
+Sets the volume.
+
+ ++ +angle( Float newAngle )
+set the angles of the entity using just one value.
+ +
+Sets the yaw of the entity or an up and down
+direction if newAngle is [0-359] or -1 or -2speed( Float speed )
+Set the push speed of the TriggerPush
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +speed( Float speed )
+Set the speed.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
++ +
+ ++ +altreverblevel( Float reverbLevel )
+Sets the reverb level to be used when triggered.
+ +altreverbtype( Integer reverbType )
+Sets the reverb type.
+ +oneshot
+Make this a one time trigger.
+ +reverblevel( Float reverbLevel )
+Sets the reverb level to be used when triggered.
+ +reverbtype( Integer reverbType )
+Sets the reverb type.
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+ +triggereffectalt( Entity triggering_entity )
+Send event to owner of trigger. This event is only triggered when using a trigger
+
+as a multi-faceted edge trigger.
+ ++ +savename( String name )
+Sets the name which is appended to the world.message for this specific autosave
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
++ +
+ ++ +doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+
++ +
++ +
+ ++ +aibulletspread( Float bulletSpreadX, Float bulletSpreadY )
+Set the spread of the bullets in the x and y axis
+ +burstFireSettings( Float mintime, Float maxtime, Float mindelay, Float maxdelay )
+Sets the settings for burst mode firing
+ +clearAimTarget( [ String target ] )
+Makes the turret aim at an entity
+ +convergeTime( Float time )
+Sets the convergence time
+ +dojitter( Float (optional) )
+Apply the jitter without firing
+ +doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+ +idleCheckOffset( Vector offset )
+Sets the offset to trace to for collision checking when idling
+ +item_droptofloor
+Drops the item to the ground.
+ +maxIdlePitch( Float offset )
+Sets the offset to trace to for collision checking when idling
+ +maxIdleYaw( Float offset )
+Sets the offset to trace to for collision checking when idling
+ +maxuseangle( Float maxuseangle )
+Set max use angle to allow player to mount the turret.
+ +maxYawOffset( Float maxoffset )
+Sets the max yaw offset from the turrets central facing direction
+ +pitchCaps( Vector caps )
+Sets the pitch caps for the turret. First number is upward cap, second is downward cap, and the third just makes it nice little vector
+ +pitchSpeed( Float speed )
+Sets the turret's pitch speed
+ +psetviewangles( Vector offset )
+Sets the view angles.
+ +setAimOffset( Vector offset )
+Makes the turret aim with specified offset
+ +setAimTarget( [ String target ] )
+Makes the turret aim at an entity
+ +setPlayerUsable( Integer state )
+Sets wether the turret can be used by players. 0 means no, 1 means yes.
+ +setthread( String value )
+Sets the name of the thread called when a player uses the turret
+ +setusable( Integer state )
+Sets wether the turret can be used as a weapon. 0 means no, 1 means yes.
+ +shoot( [ String mode ] )
+Shoot the weapon
+ +startFiring
+Makes the turret start shooting
+ +startyaw( Float startyaw )
+Sets the yaw to be used as the center of our allowed turn arc.
+ +stopFiring
+Makes the turret stop shooting
+ +suppressHeight( Float radius )
+Sets the vertical radius of suppression fire
+ +suppressTime( Float time )
+Sets the suppression time
+ +suppressWaitTime( Float time )
+Sets the suppression wait nonfiring time before turret returns to default position
+ +suppressWidth( Float radius )
+Sets the horizontal radius of suppression fire
+ +targettype( String value )
+Sets the target type to be none, any, or player
+ +targettype( String value )
+Sets the target type to be none, any, or player
+ +targettype
+Gets the target type
+ +turnSpeed( Float speed )
+Sets the turret's turn speed
+ +userdistance( Float dist )
+Sets the distance the user should be placed at while using this turret
+ +viewangles( Vector newAngles )
+set the view angles of the entity to newAngles.
+ +viewangles
+get the angles of the entity.
+ +viewjitter( Float amount )
+Sets the amount that the owner's view should be jittered when fired
+ +viewOffset( Vector offset )
+Sets the view offset to use for the turret
+ +yawCenter( Float yaw )
+Sets the yaw for the center of the turret's turning arc
+
+ ++ +anim( String animName )
+set the animation to use for player.
+ +camera( String cameraPosition )
+set the camera to use when in this animation.
+ +
+topdown, behind, front, side, behind_fixed, side_left, side_rightcount( Integer newCount )
+Sets how many times the UseAnim can be triggered.
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +key( String keyName )
+set the key needed to make this UseAnim function.
+ +num_loops( Integer loopCount )
+set the number of times to loop an animation per use.
+ +state( String stateName )
+set the state to use for the player.
+ +triggertarget( String targetname )
+Sets what should be triggered, when this UseAnim is triggered.
+
+ ++ +anim( String animName )
+set the animation to use for player.
+ +num_loops( Integer loopCount )
+set the number of times to loop an animation per use.
+ +state( String stateName )
+set the state to use for the player.
+
+ ++ +activate
+Allow the useobject to be used.
+ +cone( Float newCone )
+Sets the cone in angles of where the Useobject can be used.
+ +count( Integer newCount )
+Sets how many times the UseObject can be triggered.
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+damage_type( String newDamageType )
+Sets what kind of damage is needed to activate the trigger.
+ +deactivate
+Do not allow the useobject to be used.
+ +offset( Vector newOffset )
+Sets the offset to use for this UseObject.
+ +reset_time( Float newResetTime )
+Sets the time it takes for the UseObject to reset itself.
+ +state( String newState )
+Sets the state to use for this UseObject.
+ +state_backwards( String newState )
+Sets the backward state to use for this UseObject.
+ +triggertarget( String targetname )
+Sets what should be triggered, when this UseObject is triggered.
+ +usematerial( String nameOfUseMaterial )
+the name of the material that glows when active.
+ +yaw_offset( Float newYawOffset )
+Sets the yaw offset to use for this UseObject.
+
+ ++ +AnimationSet( String animset )
+Sets the Animation Set to use.
+ +AttachDriverSlot( Integer slot, Entity entity )
+Attaches an entity to the specified slot.
+ +AttachPassengerSlot( Integer slot, Entity entity )
+Attaches an entity to the specified slot.
+ +AttachTurretSlot( Integer slot, Entity entity )
+Attaches an entity to the specified slot.
+ +back_mass( Float weight )
+Sets the mass of the back of the vehicle
+ +canjump( Boolean jumpable )
+Sets whether or not the vehicle can jump
+ +collisionent
+Gets the Collision Entity
+ +collisionent( Entity entity )
+Gets the Collision Entity
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+damagesounds( Integer on_off )
+Makes the vehicle play damaged sounds.
+ +DetachDriverSlot( Integer slot, [ Vector exit_position ] )
+Detaches an entity to the specified slot.
+ +DetachPassengerSlot( Integer slot, [ Vector exit_position ] )
+Detaches an entity to the specified slot.
+ +DetachTurretSlot( Integer slot, [ Vector exit_position ] )
+Detaches an entity to the specified slot.
+ +doBlocked( Entity obstacle )
+sent to entity when blocked.
+ +doTouch( Entity touchingEntity )
+sent to entity when touched.
+ +doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+ +drivable
+Make the vehicle drivable
+ +drive( Vector position, Float speed, Float acceleration, Float reach_distance, Float look_ahead, [ Vector alternate_position ] )
+Makes the vehicle drive to position with speed and acceleration until reached_distance close to position
+ +driveNoWait( Vector position, Float speed, Float acceleration, Float reach_distance )
+Makes the vehicle drive to position with speed and acceleration until reached_distance close to position, thread doesn't wait
+ +explosionmodel( String model )
+Sets the TIKI to call when the vehicle dies.
+ +front_mass( Float weight )
+Sets the mass of the front of the vehicle
+ +fullstop
+Make the Vehicle Stop Moving... Completely!
+ +immediateremove
+Removes this listener immediately.
+ +lock
+Sets the vehicle to be locked
+ +lockmovement
+The Vehicle cannot move.
+ +model( String modelName )
+set the model to modelName.
+ +modifydrive( Float desired_speed, Float acceleration, Float look_ahead )
+Modifys the parameters of the current drive.
+ +moveanim( String anim_name )
+move the vehicle with an animation
+ +name( String vehicleName )
+Set the name for the vehicle
+ +nextdrive( Entity next_path )
+appends the specified path to the current path
+ +QueryDriverSlotAngles( Integer slot )
+Returns the angles of the specified slot on the vehicle.
+ +QueryDriverSlotEntity( Integer slot )
+Returns an entity at the specified slot.
+ +QueryDriverSlotPosition( Integer slot )
+Returns the position of the specified slot on the vehicle.
+ +QueryDriverSlotStatus( Integer slot )
+Returns the status of the specified slot on the vehicle.
+ +QueryFreeDriverSlot
+Returns a number that represents the first free driver slot on the vehicle.
+ +QueryFreePassengerSlot
+Returns a number that represents the first free passenger slot on the vehicle.
+ +QueryFreeTurretSlot
+Returns a number that represents the first free turret slot on the vehicle.
+ +QueryPassengerSlotEntity( Integer slot )
+Returns an entity at the specified slot.
+ +QueryPassengerSlotPosition( Integer slot )
+Returns the position of the specified slot on the vehicle.
+ +QueryPassengerSlotStatus( Integer slot )
+Returns the status of the specified slot on the vehicle.
+ +QueryTurretSlotEntity( Integer slot )
+Returns an entity at the specified slot.
+ +QueryTurretSlotPosition( Integer slot )
+Returns the position of the specified slot on the vehicle.
+ +QueryTurretSlotStatus( Integer slot )
+Returns the status of the specified slot on the vehicle.
+ +removeondeath( Integer removeondeath )
+If set to a non-zero value, vehicles will not be removed when they die
+ +runsounds( Integer on_off )
+Makes the vehicle play running sounds.
+ +seatanglesoffset( Vector angles )
+Set the angles offset of the seat
+ +seatoffset( Vector offset )
+Set the offset of the seat
+ +setcollisionentity( Entity entity )
+Sets the Collision Entity.
+ +setsoundparameters( Float min_speed, Float min_pitch, Float max_speed, Float max_pitch )
+Sets the Sound parameters for this vehicle
+ +setvolumeparameters( Float min_speed, Float min_volume, Float max_speed, Float max_volume )
+Sets the Volume parameters for this vehicle
+ +setweapon( String weaponname )
+Set the weapon for the vehicle
+ +showweapon
+Set the weapon to be show in the view
+ +skidding( Integer on_off )
+Makes the vehicle skid around corners.
+ +SoundSet( String soundset )
+Sets the Sound Set to use.
+ +spawnturret( Integer slot, String tikifile )
+Spawns a turret with the specified model and connects it to the specified slot
+ +start
+Initialize the vehicle.
+ +steerinplace
+Set the vehicle to turn in place
+ +stop
+Make the Vehicle Stop Moving... FULL BREAKS!
+ +stopatend
+Makes the vehicle slow down to a complete stop at the end of the path.
+ +turnrate( Float rate )
+Set the turning rate of the vehicle
+ +undrivable
+Make the vehicle undrivable
+ +unlock
+Sets the vehicle to be unlocked
+ +unlockmovement
+The Vehicle can move again.
+ +vehicleanim( String anim_name, [ Float weight ] )
+Sets an animation to use in the LD Animation slot.
+ +
+Weight defaults to 1.0vehiclebouncy( Float bouncycoef )
+Sets the Bouncy Coefficient for the shocks.
+ +vehicledestroyed
+Driver is dead
+ +vehicledrag( Float size )
+Sets the Drag Factor
+ +vehicleinit
+Initialized the Vehicle as the specified file
+ +vehiclemass( Float weight )
+Sets the mass of the vehicle (backmass = frontmass = mass/2)
+ +vehicleradius( Float size )
+Sets the radius of the wheels
+ +vehicleRoll( Float min, Float max, Float coef )
+Sets the Roll min and max and the acceleration coefficient for the shocks.
+ +vehiclerollingresistance( Float size )
+Sets the radius of the wheels
+ +vehiclespeed( Float speed )
+Set the speed of the vehicle
+ +vehiclespringy( Float springycoef )
+Sets the Springy Coefficient for the shocks.
+ +vehicletread( Float size )
+Sets the size of the wheels
+ +VehicleWheelCorners( Vector size, Vector offset )
+Sets the wheel trace corners.
+ +vehicleYaw( Float min, Float max, Float coef )
+Sets the Yaw min and max and the acceleration coefficient for the shocks.
+ +vehicleZ( Float min, Float max, Float coef )
+Sets the Z min and max and the acceleration coefficient for the shocks.
+
++ +
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+owner
+owner
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
+ ++ +spawnflags( Integer spawn_flags )
+Sets the spawn flags.
+
+ ++ +vehiclesoudnentity_updatetraces
+Updates the traces of a Vehicle Sound Entity
+ +vehiclesoundentity_postspawn
+PostSpawn of a Vehicle Sound Entity
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
++ +
+ ++ +aimoffset( Vector value )
+Adjust aiming angles by offset.
+ +aimtolerance( Vector caps )
+Sets a tolerance for the angles.
+ +collisionent
+Gets the Collision Entity
+ +collisionent( Entity entity )
+Sets the Collision Entity
+ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+doUse( Entity activatingEntity )
+sent to entity when it is used by another entity
+ +firewarmupdelay( Float value )
+Set the warmup delay before use after mounting the weapon.
+ +item_droptofloor
+Drops the item to the ground.
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+lock
+The turret cannot be used.
+ +reloaddelay( Float value )
+Set a delay that implies a reload. Will also play a sound
+ +reloadshots( Integer value )
+Set the number of shots fired before forcing a reload
+ +removeondeath( Integer removeondeath )
+If set to a non-zero value, vehicles will not be removed when they die
+ +setbaseentity( Entity base_entity )
+Sets the base entity to take its orientation from.
+ +setcollisionentity( Entity entity )
+Sets the Collision Entity.
+ +settargetentity( Entity ent )
+Set the entity to point the turret at visually.
+ +SoundSet( String soundset )
+Sets the Sound Set to use.
+ +unlock
+The turret can be used.
+ +warmupdelay( Float value )
+Set the warmup delay before use after mounting the weapon.
+
+ ++ +linkturret( String name )
+Sets the next turret in the link.
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
+ ++ +donedeath
+Makes the view jitter only happen once
+ +duration( Float time )
+Sets the length of time it should last. 0 will be instantanious
+ +edgeeffect( Float fraction )
+Sets the fraction of the jitter to apply at the max radius
+ +jitteramount( Vector jitterangles )
+Sets the jitter angles to apply to the player
+ +radius( Float radius )
+Sets the max radius of the view jitter. 0 affects all
+ +timedecay( Vector decayrate )
+Sets jitter decay per second
+ +triggereffect( Entity triggering_entity )
+Send event to owner of trigger.
+
+ ++ +viewangles( Float pitch<0.00...360.00>, Float yaw<0.00...360.00>, Float roll<0.00...360.00> )
+Set the angles of the current viewthing
+ +viewanimate
+Cycle through the animations modes of the current viewthing
+ +
+No Animation
+Animation with no motion
+Animation with looping motion
+Animation with motion
+viewattach( String tagname, String model )
+Attach a model the the specified tagname
+ +viewdelete
+Delete the current viewthing
+ +viewdeleteall
+Delete all viewthings
+ +viewdetach
+Detach the current viewthing from its parent
+ +viewdetachall
+Detach all the models attached to the current viewthing
+ +viewmodel( String viewthingModel )
+Set the model of the current viewthing
+ +viewnext
+Advance to the next frame of animation of the current viewthing
+ +viewnextanim
+Advance to the next animation of the current viewthing
+ +vieworigin( Float x, Float y, Float z )
+Set the origin of the current viewthing
+ +viewpitch( Float pitch )
+Set the pitch of the current viewthing
+ +viewprev
+Advance to the previous frame of animation of the current viewthing
+ +viewprevanim
+Advance to the previous animation of the current viewthing
+ +viewroll( Float roll )
+Set the roll of the current viewthing
+ +viewscale( Float scale )
+Set the scale of the current viewthing
+ +viewscaledown
+Decrease the scale of the current viewthing
+ +viewscaleup
+Increase the scale of the current viewthing
+ +viewscrub( Float animScrub )
+Set the animation time based off a floating point value
+ +viewsetanim( Float animNum )
+Set the animation absolutely based off a floating point value
+ +viewsetanim2( Float animNum2 )
+Set the animation absolutely based off a floating point value
+ +viewsetanimslot( Integer animSlot )
+Set current animation slot that sliders apply to
+ +viewspawn( String model )
+Create a viewthing with the specified model
+ +viewthingnext
+Change the active viewthing to the next viewthing
+ +viewthingprev
+Change the active viewthing to the previous viewthing
+ +viewyaw( Float yaw )
+Set the yaw of the current viewthing
+
+ ++ +exec( String script )
+Don't execute the specified script for ViewThing.
+ +viewangles( Float pitch<0.00...360.00>, Float yaw<0.00...360.00>, Float roll<0.00...360.00> )
+Set the angles of the current viewthing
+ +viewanimate
+Cycle through the animations modes of the current viewthing
+ +
+No Animation
+Animation with no motion
+Animation with looping motion
+Animation with motion
+viewattach( String tagname, String model )
+Attach a model the the specified tagname
+ +viewdelete
+Delete the current viewthing
+ +viewdetach
+Detach the current viewthing from its parent
+ +viewdetachall
+Detach all the models attached to the current viewthing
+ +viewlastframe
+Called when the view things last animation frame is displayed.
+ +viewmodel( String viewthingModel )
+Set the model of the current viewthing
+ +viewnext
+Advance to the next frame of animation of the current viewthing
+ +viewnextanim
+Advance to the next animation of the current viewthing
+ +vieworigin( Float x, Float y, Float z )
+Set the origin of the current viewthing
+ +viewpitch( Float pitch )
+Set the pitch of the current viewthing
+ +viewprev
+Advance to the previous frame of animation of the current viewthing
+ +viewprevanim
+Advance to the previous animation of the current viewthing
+ +viewroll( Float roll )
+Set the roll of the current viewthing
+ +viewsavesurfaces
+Called after the model is spawned to save off the models original surfaces.
+ +viewscale( Float scale )
+Set the scale of the current viewthing
+ +viewscaledown
+Decrease the scale of the current viewthing
+ +viewscaleup
+Increase the scale of the current viewthing
+ +viewscrub( Float animScrub )
+Set the animation time based off a floating point value
+ +viewsetanim( Float animNum )
+Set the animation absolutely based off a floating point value
+ +viewsetanim2( Float animNum2 )
+Set the animation absolutely based off a floating point value
+ +viewsetanimslot( Integer animSlot )
+Set current animation slot that sliders apply to
+ +viewthing_think
+Called every frame to process the view thing.
+ +viewyaw( Float yaw )
+Set the yaw of the current viewthing
+
++ +
++ +
+ ++ +additionalstartammo( String ammotype, Integer amount )
+Gives some additional start ammo of the specified type
+ +ai_event( [ String type ], [ Float radius ] )
+Let the AI know that this entity made a sound,
+ +
+type is a string specifying what type of sound it is.
+radius determines how far the sound reaches.airange( String airange )
+Set the range of this gun for the ai: short, medium, long, sniper
+ +ammo_in_clip( Integer ammoInClip )
+Set the amount of ammo in the clip
+ +ammopickupsound( String name )
+sets the weapon's ammo pickup sound alias
+ +ammorequired( Integer amount )
+Set the amount of ammo this weapon requires to fire
+ +ammotype( String name )
+Set the type of ammo this weapon uses
+ +anim( String animName )
+Exec anim commands on server or client.
+ +attachtohand( String hand )
+Attaches an active weapon to the specified hand
+ +autoaim
+Turn on auto aiming for the weapon
+ +autoputaway( Boolean bool )
+Set the weapon to be automatically put away when out of ammo
+ +bulletcount( Float bulletCount )
+Set the number of bullets this weapon shoots when fired
+ +bulletdamage( Float bulletDamage )
+Set the damage that the bullet causes
+ +bulletknockback( Float bulletKnockback )
+Set the knockback that the bullet causes
+ +bulletlarge( Integer bulletType )
+Set if the bullets fired are rifle bullets(1), artillery(2) or larger tracers(3)
+ +bulletrange( Float bulletRange )
+Set the range of the bullets
+ +bulletspread( Float bulletSpreadX, Float bulletSpreadY, [ Float bulletSpreadXmax ], [ Float bulletSpreadYmax ] )
+Set the min & optional max spread of the bullet in the x and y axis
+ +cantpartialreload
+Prevents the weapon from being reloaded part way through a clip
+ +clip_add( Integer ammoAmount )
+Add to the weapons ammo clip with ammo from its owner
+ +clip_empty
+Empties the weapon's clip of ammo, returning it to the owner
+ +clip_fill
+Fills the weapons ammo clip with ammo from its owner
+ +clipsize( Integer ammoClipSize )
+Set the amount of rounds a clip of the weapon holds
+ +cooktime( Float cooktime )
+sets weapons cook time.
+ +crosshair( Boolean bool )
+Turn on/off the crosshair for this weapon
+ +donefiring
+Signals the end of the fire animation
+ +donereloading
+Signals the end of the reload animation
+ +fallingangleadjust
+Adjusts the weapons angles as it falls to the ground
+ +firedelay( Float fFireDelay )
+Set the minimum time between shots from the weapon
+ +firespreadmult( Float scaleadd, Float falloff, Float cap, Float maxtime )
+Sets a time decayed multiplyer to spread when the weapon is fired
+ +firetype( String firingType )
+Set the firing type of the weapon (projectile or bullet)
+ +holsterangles( Vector angles )
+Set the angles of this weapon when it is holstered
+ +holsteroffset( Vector offset )
+Set the positional offset when it is holstered
+ +holsterscale( Float scale )
+Set the scale of the weapon when it's attached to the holster
+ +holstertag( String tagname )
+Set the name of the tag to attach this to when the weapon is holstered.
+ +idle
+Puts the weapon into an idle state
+ +idleinit
+Puts the weapon into an idle state and clears all the anim slots
+ +item_pickup( Entity item )
+Pickup the specified item.
+ +loopfire
+Makes the weapon fire by looping the fire animation.
+ +mainattachtotag( String tagname )
+Set the name of the tag to attach this to it's owner when being used.
+ +makenoise( [ Float noise_radius ], [ Boolean force ] )
+Makes the weapon make noise that actors can hear.
+ +maxchargetime( Integer time )
+Set the maximum time the weapon may be charged up
+ +maxfiremovement( Float speedmult )
+Sets the max speed the player can be moving to fire the weapon (fraction of weapon's running speed)
+ +maxmovementsound( String name )
+sets the weapon's movement fire prevention sound alias
+ +maxrange( Float maxRange )
+Set the maximum range of a weapon so the AI knows how to use it
+ +meansofdeath( String meansOfDeath )
+Set the meansOfDeath of the weapon.
+ +minchargetime( Integer time )
+Set the minimum time the weapon must be charged up
+ +minrange( Float minRange )
+Set the minimum range of a weapon so the AI knows how to use it
+ +movementspeed( Float speedmult )
+Alters the movement speed of the player when he has the weapon out
+ +noammosound( String name )
+sets the weapon's dry fire sound alias
+ +notdroppable
+Makes a weapon not droppable
+ +numfireanims( Integer value )
+Sets the number of fire animations this weapon uses.
+ +offhandattachtotag( String tagname )
+Set the name of the tag to attach this to it's owner's off hand.
+ +overcooked
+used when the cookable weapon has been over cooked.
+ +overcooked_warning
+causes a warning sound to play that the grenade is about to be overcooked.
+ +projectile( String projectileModel )
+Set the model of the projectile that this weapon fires
+ +quiet
+Makes the weapon make no noise.
+ +range( Float range )
+Set the range of the weapon
+ +rank( Integer iOrder,, Integer iRank )
+Set the order value and power ranking for the weapon
+ +ready
+Signals the end of the ready animation so the weapon can be used
+ +secondary( [ String arg1 ], [ String arg2 ], [ String arg3 ], [ String arg4 ], [ String arg5 ], [ String arg6 ], [ String arg7 ], [ String arg8 ] )
+Set the secondary mode of the weapon, by passing commands through
+ +secondaryammoinhud
+Makes the weapon show its secondary ammo to the hud.
+ +semiauto
+Sets the weapon to fire semi-auto
+ +setaimanim( String aimAnimation, Integer aimFrame )
+Set the aim animation and frame for when a weapon fires
+ +setcurrentfireanim( Integer value )
+Sets the current firing animation.
+ +shareclip( Integer shareClip )
+Sets the weapon to share the same clip between all fire modes
+ +shoot( [ String mode ] )
+Shoot the weapon
+ +startammo( Integer amount )
+Set the starting ammo of this weapon
+ +startingammotoowner
+Internal event used to give ammo to the owner of the weapon
+ +startitem( String itemname )
+Adds an item to the starting loadout of the weapon
+ +throughmetal( Float dist )
+Sets how far the bullets can go through metal
+ +throughwood( Float dist )
+Sets how far the bullets can go through wood
+ +tracerfrequency( Integer frequenct )
+Set the frequency of making tracers
+ +tracerspeed( Float speed )
+Scale factor of how fast a tracer should travel (valid ranges 0-2)
+ +usenoammo( Boolean bool )
+Set the weapon to be able to be used when it's out of ammo
+ +viewkick( Float pitchmin, Float pitchmax, [ Float yawmin ], [ Float yawmax ] )
+Adds kick to the view of the owner when fired.
+ +weapongroup( String weapon_group )
+Sets the weapon group, a set of animations for actor animations scripts to use
+ +weaponsubtype( Integer subtype )
+sets the weapon's sub-type. Used by smoke grenades.
+ +weapontype( String weapon_type )
+Sets the weapon type
+ +worldhitspawn( String modelname )
+Set a model to be spawned when the weapon strikes the world.
+ +zoom( Integer zoomfov, [ Integer autozoom ] )
+Sets fov to zoom to on a secondary fire
+ +zoommovement( Float speedmult )
+Sets the max speed the player can move while zoomed (fraction of weapon's running speed)
+ +zoomspreadmult( Float scale )
+Sets the spread multiplyer for when using the zoom on a zooming weapon
+
+ ++ +damage( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+general damage event used by all entities
+ +
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+debristype( Integer type )
+Sets the debris type of the Window
+ +killed( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
+event which is sent to an entity once it as been killed
+
+
+Location values:
+-1 General
+0 Pelvis
+1 Lower Torso
+2 Mid Torso
+3 Upper Torso
+4 Neck
+5 Head
+6 RUpperArm
+7 RForearm
+8 RHand
+9 LUpperArm
+10 LForearm
+11 LHand
+12 RThigh
+13 RCalf
+14 RFoot
+15 LThigh
+16 LCalf
+17 LFoot
+
+ ++ai_visiondistance( Float vision_distance )
+Sets the default AI Vision Distance
+ +animated_farplane( Float farplaneStart, Float farplaneEnd, Float ZStart, Float ZEnd )
+Set the distance of the far clipping plane based on a farplane range and a Z range
+ +animated_farplane_bias( Float biasStart, Float biasEnd, Float ZStart, Float ZEnd )
+Set the bias of the far clipping plane based on a bias range and a Z range
+ +animated_farplane_color( Vector colorStart, Vector colorEnd, Float ZStart, Float ZEnd )
+Set the color of the far clipping plane based on a color range and a Z range
+ +farclipoverride( Float farclipOverride )
+Override the min config default for the far clip distance
+ +farplane
+Get the distance of the far clipping plane
+ +farplane( Float farplaneDistance )
+Set the distance of the far clipping plane
+ +farplane( Float farplaneDistance )
+Set the distance of the far clipping plane
+ +farplane_bias( Float farplaneDistanceBias )
+Set the distance bias of the far clipping plane
+ +farplane_bias
+Get the distance bias of the far clipping plane
+ +farplane_bias( Float farplaneDistanceBias )
+Set the distance bias of the far clipping plane
+ +farplane_color( Vector farplaneColor )
+Set the color of the far clipping plane fog
+ +farplane_color
+Get the color of the far clipping plane fog
+ +farplane_color( Vector farplaneColor )
+Set the color of the far clipping plane fog
+ +farplane_cull( Integer farplaneCull )
+Whether or not the far clipping plane should cull things out of the world
+ +
+0 - no cull
+1 - normal cull
+2 - cull but no bsp cullingfarplaneclipcolor( Vector farplaneClipColor )
+Override the fog color for the min config
+ +get_render_terrain
+Get the render terrain switch
+ +gravity( Float worldGravity )
+Set the gravity for the whole world.
+ +lavaalpha( Float lavaAlpha )
+Set the alpha of lava screen blend
+ +lavacolor( Vector lavaColor )
+Set the color of lava screen blend
+ +message( String worldMessage )
+Set a message for the world
+ +nextmap( String nextMap )
+Set the next map to change to
+ +northyaw( Float yaw )
+Sets the yaw direction that is considered to be north
+ +numarenas( Integer numarenas )
+Set the number of arenas in the world
+ +render_terrain( Boolean render_terrain )
+Set to draw or not draw terrain
+ +skyalpha( Float newAlphaForPortalSky )
+Set the alpha on the sky
+ +skybox_farplane( Float farplaneDistance )
+Set the distance of the skybox far clipping plane
+ +skybox_farplane( Float farplaneDistance )
+Set the distance of the skybox far clipping plane
+ +skybox_farplane
+Get the distance of the skybox far clipping plane
+ +skybox_speed( Float speed )
+Set the speed of the skybox
+ +skybox_speed( Float speed )
+Set the speed of the skybox
+ +skybox_speed
+Get the speed of the skybox
+ +skyportal( Boolean newSkyPortalState )
+Whether or not to use the sky portal at all
+ +soundtrack( String MusicFile )
+Set music soundtrack for this level.
+ +wateralpha( Float waterAlpha )
+Set the alpha of the water screen blend
+ +watercolor( Vector waterColor )
+Set the watercolor screen blend
+
+Q:How do the scripts tie into the levels?
+
+A:The game automatically loads the script file that has the same name as the level. Loading m5l1a.bsp will load m5l1a.scr. Scripts can also load global scripts by exec'ing them (like exec global/weather.scr), which adds additional functionality that you wouldn't want to write into the level scripts. Most levels will load auto.scr at the beginning. Auto.scr automatically loads various scripts (which scripts are loaded can be seen by opening up auto.scr in notepad).
+
+Q:How do you implement weather? (Rain, Snow…)
+
+A:You need to create rain volumes (create a box inside of which you want the rain to fall, make it func_rain and give it the common/rain texture).
+
+For rain, do:
+
exec global/weather.scr+at the beginning of the level's script. +
snow: + wait 1 + level.rain_speed = "32" + level.rain_speed_vary = "16" + level.rain_length = "2" + level.rain_width = "1" + level.rain_density = ".2" + level.rain_slant = "250" + level.rain_min_dist = "1800" + file://level.rain_min_dist = "512" + level.rain_numshaders = 12 + level.rain_shader = "textures/snow0" +end ++ +
+Q:How is dialog triggered? If I want someone to say something to the player at a certain point, how do I set it up?
+
+A:You can place trigger volumes in a level that the player walks through to set off (trigger_once with the key "setthread" and value of whatever thread in the script you want it to run). In the thread you could have any AI you wanted say a line. You could also have them turnto or lookat the $player first.
+
+Most talking is done by waiting until the player is close to the friendly (for example doing a while loop seeing if the vector_length $player.origin - ai.origin) < 300), and then telling the ai to lookat the player, then doing a say command, and then a waittill saydone on the AI before it continues to do anything else.
+
+Q:What's our max poly count? On screen? In a level?
+
+A:Our plan for MOHAA: Spearhead was to stay between 12k and 16k total polygons in any given scene (at maximum LOD settings). The visible brush count in a level ranged from 6500 to 8000 or so. The maximum level total was determined by the maximum size of the bsp file, which we had at 10MB.
+
+Q:How does the AI on your team work?
+
+A:Open friendly.scr. There is a long section at the top of that script describing how to use it. There is also useful information at the top of AI.scr.
+
+Q:For example, what in the script makes a group of guys follow you through a level? And how do they decide where to go? It seems that they have a separate path that they must stay near as they navigate through a given level, is this correct?
+
+A:Yes. In MOHAA: Spearhead they follow paths (a series of linked info_pathnodes) that begin with a pathnode that has the targetname "friendlychain". This is clear on t1l3 and t2l1. You can turn these paths on and off in script whenever you like, to make friendlies stop progressing (evident in t1l3 and t2l1, again). Or, you can just set friendlies to friendtype 1 and they will follow the player where ever he goes.
+
+Q:How do the exec global/friendly.scr::friendlythink and exec global/enable_ai.scr script commands affect the AI?
+
+A:Friendlythink turns on the friendly's "friendly AI" that makes them follow the player in some way. You never want to do this more than once on a friendly. global/enable_ai.scr and global/disable_ai.scr enable and disable any AI's combat AI. If you disable it, they will not pay any attention to enemies. Use this with caution.
+
+Q:How do I get friendly AI to branch away from the player and do his own thing? For example, you fight alongside the Captain for a while, then he gives you an order and goes off on his own. You meet up with him later, etc.
+
+A:You would disable his friendly AI by setting his friendtype to -1 and then either wait for him to get out of combat (do a while (self.thinkstate != "idle") or while (self.thinkstate == "attack")), and then tell him to do explicit things like talk to the player or run somewhere, and he will do it.
+
+Q:What are AI leashes used for?
+
+A:They set the distance the AI is willing to move from wherever they are when combat begins. All AI wants to stay within the bounds of their leash.
+
+Q:AI seems to be spawned immediately when a level loads. Is there a way to spawn guys when a trigger is fired instead? For example, what if I want a group of guys to be spawned upstairs and then run down the stairs, but not until the player walks in a certain doorway?
+
+A:Yes. Create a trigger volume "enemyspawnertrigger" and link (select the trigger, THEN the AI and hit ctrl-K) it to AI (any number of AI. You may have to manually assign them targetnames to actually give them all the same targetname). The AI themselves can be linked to individual nodes (select the AI, THEN the node and hit ctrl-K). When the player hits the trigger, the AI will spawn and they will run to those nodes and then fight the player.
+
+Q:Is there a set on-screen character limit?
+
+A:No. The more you add, the slower the game gets. What do you think this is? A stinkin’ console game??
+
+Q:How do you set up some Nazis firing an MG42?
+
+A:The simplest way is to do it like the mg42 gunner in t1l2. Place an mg42, give it $targetname "mg42", and target it to an AI. The AI will use the gun. If you want a new AI to spawn and run to the gun when the gunner is killed, then target the gunner to another AI. That AI will be the spawn point for the new gunner when the current gunner dies.
+
+This functionality uses turret.scr so you would have to "exec global/turret.scr" at the beginning of your script (or "exec global/auto.scr").
+
+Q:How do I get the stopwatch to pop up in my mission?
+
+A:The script line is “$player stopwatch x” (x=# of seconds)
+
+Q:What about look at triggers?
+
+A:The line of script is “if ($player cansee self x)” where x=the FOV. See training.scr for details.
+
+Q:I need to minimize my editor every time I run the game. How do I get around this?
+
+A:Enter in “r_fullscreen 0” at the console and restart the game. If you end up with the game in a small window, change your resolution in the game to match the resolution of your desktop. If you don’t know what this means, get a job washing cars.
+
+Q:The entity window pops up every time I run the game. That sure is annoying. What should I do?
+
+A:If you run the game in a window (see above), this will no longer happen.
+
+Q:Any lighting tips? Is there a quicker way to see the results of lighting changes you make?
+
+A:You can compile maps using -fast in mohlight to give you a rough approximation of the end result. Light is pretty slow, although surface lights and radiosity are especially slow. Use "-bounce 0" to get rid of radiosity.
+
+Q:Is the caulk texture all you need to use to make sure a poly/brush won't draw? We've heard of a caulk shader as well, or is it the same thing?
+
+A:Everything is a shader. Use "common/caulk" to make a surface not draw.
+
+Q:Explain the difference between the AI window (push I) and the Entity window (push N) when dealing with AI. Why would you have to call the AI parameters window up vs. doing these things in the entity window?
+
+A:The AI parameter window is like a shortcut. When you first create an AI, his parameters aren't available in the entity window. You have to call up the AI window to add them (otherwise they're just defaults).
+
+Q:Efficient terrain building tips? Should we use patches liberally?
+
+A:You're better off sticking with terrain. Patches where AI or the player will actually walk need to have invisible brush collision created for them because curves don't approximate good collision.
+
+For terrain, keep any terrain that touches level geometry at low or medium tolerance (of LOD), but terrain that is not connected to curves or brushes can be fairly low LOD (high tolerance). Be sure to flag terrain that will never be seen as "delete" (ctrl-shift-LMB to select, then shift-F, check “delete”).
+
+Q:We are experiencing bsp leaks from doors, lights and the like. Any tips on avoiding/eradicating these?
+
+A:In the level editor go to "file" and click "pointfile". If you are compiling in the same directory you are loading maps from, then you will see a red line in the level going from outside the level, through the leak, to inside.
+
+Q:How do I create collapsing or exploding geometry?
+
+A:1) Create the pre-destruction geometry, make it a script object in the entity window. Give it and all of the following relating pieces a #set number so you can have multiple instances of collapsing geometry in a given level.
+
+ 2) Give the geometry the $targetname exploder.
+
+ 3) Make the destroyed version of the geometry, make it a script object in the entity window.
+
+ 4) Give the destroyed geometry the $targetname explodersmashed.
+
+ 5) Create a trigger_multiple with the $targetname explodertrigger. Check the damage box in the entity window. This trigger should encompass however much of the geometry you want to react to bullets. If you want a wall to collapse when it is shot, surround the whole wall with this trigger.
+
+ 6) For debris that flies away from the geometry when it explodes, create another script object with the $targetname exploderchunk. Place a script origin and target it (ctrl-k) at the chunk. The chunk will fly towards the origin when the explosion occurs.
+
+ 7) For explosion effects, place a script model and give it a $targetname of exploderfire.
+
+ 8) For collapsing geometry, you can place add some variables to an exploderchunk - #xrot xx/#yrot xx/#zrot xx . This will make the geometry will rotate along the specified axis as it moves towards it’s assigned script origin.
+
+Q:What attributes can be assigned to them?
+
+A:$Targetname if you want to reference them specifically in script. In some cases angle is relevant too. There is an AI document in the docs (AI tips.doc) that has a lot of specific stuff about path nodes and how AI relates to them.
+
+Q:Why don't you have to change their direction in the entity window (they seem to work fine pointing in any direction)
+
+A:They indicate where AI can go, they don't tell AI which way to point when they're going there (except in special circumstances like with cover nodes and corner nodes).
+
+Q:How far apart should they be?
+
+A:No more than 320 units max.
+
+- Ctrl-Alt-E Shows everything in the world an entity is linked to.
+- Ctrl-Alt-MMB when pointing at the floor and having an entity selected will place that entity at ground level. Real useful when placing AI guys & pathnodes.
+- Ctrl-Alt-Shift-Click duplicates and links. Very useful when building a path network.
+- Ctrl-D hides all detail brushes, very useful.
+- Don’t use the “sniper” checkbox on pathnodes. It’s broken.
+- When setting up an alarm guy, set his alarm node (in the AI parameters window) to the same name as his target node. See m4l3 for reference.
+- If you put $ in front of a string or # in front of a number in the entity window, you can reference them in script. Examples would be $targetname or #set.
+- Setting an AI to #playerseek 0 in script will cause him not to seek out the player (he’ll act like a guard).
+- level.totalbaddies is used as a checker for how many AI are alive in your level. So you could say if level.totalbaddies < 3 then send reinforcements, etc.
+- You can check if the player is inside of a trigger area by using istouching in script. If istouching $targetboxname etc…
+- You can change a guy to ai_actor in the entity window if you would like to change the color of his box in the editor. This is useful for distinguishing between spawned vs. placed AI, for example. Or you could make the main level boss one color and his helpers the default, etc.
+- #fnum – set this number in an AI’s entity window if you want adjust his specific behavior. IE, you have a squad of guys with your, one of which you want to be a medic. If you give him an #fnum, you can call out his friend number in script and make him a medic.
+- Crates and walls that you want AI to crouch behind and fire over should be around 48 units tall. Place nodes pointing TOWARDS the wall right next to the wall, and in the entity window check the CRATE checkbox.
+- If you want to trigger something only once, place a trigger_multiple down and change it to trigger_once in the entity window. Simply placing a trigger_once may cause problems.
+- println is the script command for printing debug messages on the screen.
+- Indoor and Outdoor ambient sounds are placed by putting triggers in doorways that are labeled ($targetname) either interior or exterior and are given a #set of 1-3.
+-tmstart is used to play one shot sounds
+
+- Skip brush can be used as a reference point when using the editor, since in the game it has no collision and doesn’t draw.
+- Weapon clip blocks bullets.
+- Area brush – creates vis for func_doors. Put these brushes INSIDE of your doors to block vis beyond them (since func_doors will not block vis into a room).
+- Caulk Sky is a brush used for foggy levels… use this if your fog will obscure the skybox, negating the need to draw it.
+- Clip brush clips just the player. Useful for keeping him out of areas.
+- Clipall clips EVERYTHING. Bullets, player, AI, etc.
+- Hint splits up vis.
+- Material specific clips (carpet, grass, etc.) are for hit effects & sounds.
+- Actor clip is for clipping AI, if you don’t want them to wander somewhere.
+- Obscure brushes are to add realism to AI combat – they will confuse them as far as targeting goes. Good for placing in bushes and what not if you don’t want the AI to accurately target the player while he’s hiding in them.
+
+- debug 1 at console brings up a bunch of neat debug info.
+- Entering in g_scriptcheck 2 at the console will crash out the game if there are script errors
+- ai_showroutes 1 in console shows AI pathing stuff
+- ai_showpath1 / 2 can be used in conjunction with tele xyz to check for broken paths.
+- timescale x speeds up the game by x amount.
+- ai_delete 1 kills all AI in a level.
+
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/docs/MOH_game_commands_and_variables.html b/docs/MOH_game_commands_and_variables.html new file mode 100644 index 0000000..9f8d588 --- /dev/null +++ b/docs/MOH_game_commands_and_variables.html @@ -0,0 +1,524 @@ + + +
+removeclass <class name> - Remove all objects derived from this classname
+removeent <number> - remove a specific entity by number
+killclass <class name> - apply a lethal amount of damage to all objects derived from this classname
+killent <number> - kill a specific entity by number
+whatis <number> - retrieve entity specific information by number
+sv_showentnums [0,1] - show entity numbers above objects in the game
+sv_showbboxes [0,28] - show bounding boxes of entities.
+ 1 - shows all solid entities with their standard mins and maxs
+ 2 - shows all solid entities with their absmins and absmaxs
+ 3 - shows all entities that are solid and non solid but are not tagged as RF_DONTDRAW
+ 4 - shows all entities, even those tagged as RF_DONTDRAW
+ 7 - shows all entities with their TIKI bounding boxes
+ 8 – shows normal bounding boxes as well as a small bounding box around the origin
+ 9 – 28 – show bounding boxes of hit locations on models
+actorinfo <number> - display actor specific information about a particular entity
+testthread <thread label> - executes a thread from the command line
+spawn classname <keyname> <value> … - spawn an entity
+actor modelname <keyname> <value> … - spawn an actor
+ai_shownodenums – show node numbers above ai path nodes
+ai_showpath – show ai paths, the interconnections between ai path nodes
+g_entinfo_max – maximum distance to show entity information
+g_entinfo [0,4] – display information about entities as you get close to them. A non-zero value will cause all entities to run there ::ShowInfo method when the player gets near them.
+
+
+
+For Actors::
+ G_entinfo 1
+ Green Line is between the actor’s centroid and his m_vHome position
+ Green circle represents his leash distance away from his home position
+ Red circle is his m_fMinDistance
+ Blue circle is his m_fMaxDistance
+ G_entinfo 2
+ Red circle is his hearing
+ Blue circle is his sight
+ G_entinfo 4 – show all actors all the time
+
+
+Cvar Documentation
+NOTE: The CVAR documentation was created from an earlier iteration of the engine. Approximately 95% of the commands still work for MOHTA and are therefore valid.
+
+
+
+ +- Version 1.1, June 16, 2002 +- Version 1.0, March 6, 2000 + +Legend +======= +S | ServerInfo Cvar + U | UserInfo Cvar + R | Read Only + I | Initializing Cvar + A | Archived Cvar + L | Latched Cvar + C| Cheat protected Cvar + +Client Game +=========== + A cg_3rd_person - determines whether player is 1st person or 3rd person view + C cg_animspeed - debugging tool that lets use freeze all animations (default 1). + A cg_autoswitch - vestigle Q3 variable + A cg_cameradist - distance from the player to the 3rd person camera (default 150) + A cg_cameraheight - height above player that 3rd person should pivot from (default 30) + A cg_camerascale - lerping scale to smooth out 3rd person camera movement (defualt 0.2) + A cg_cameraverticaldisplacement - vertical displacement from end point to 3rd person camera (defaule 24) + C cg_debuganim - debug tool for animation. A value of 1 prints to the console, A value of 2 prints to the debug window. + C cg_debuganimwatch - when using "cg_debuganim", which entity to watch for based off of entitynum + cg_errordecay - player prediction adjustment that helps smooth out prediction errors (default 100) + cg_eventlimit - maximum number of events to process per loop in the client game (default 500) + cg_eventstats - statistical information on events in the client game + cg_hidetempmodels - debugging tool to temporarily hide temp models. + A cg_marks - whether polygonal marks should be added to the renderer. + cg_nopredict - debugging tool to turn off client side predicition + cg_norain - debugging tool to turn off rain + U A cg_predictItems - vestigle Q3 variable + cg_shadows - whether to draw shadows on certain entities. 1 is an ellipticle projected texture, 2 is a stencil buffer shadow and 3 is a + fully rendered projected shadow + cg_showemitters - debugging tool to show when emitters are active + cg_showevents - debug tool to print out current client game events being processed + cg_showmiss - debug tool to show prediction misses on client + cg_showtempmodels - debug tool that prints out number of tempmodels currently being added to the renderer + cg_stats - debug tool that prints out the current frame being rendered by the client + A cg_stereosep - stereo separation for stereo view (default 0.4) + cg_timeevents - debug tool that times the amount of time used by each event. If set to 2, output is re-directed to the console + +AI/Routing +========== + ai_createnodes - when set to 1, path nodes will be generated when loading a map. + ai_debuginfo - debug tool for path generation. + ai_debugpath - debug tool for path searching. + ai_shownodenums - debug tool which shows node numbers above path numbers + ai_showroutes - debug tool that shows you current routes available + ai_showroutes_distance - at what distance routes should be culled so that the renderer is not bogged down (default 1000) + ai_timepaths - debug tool to show how long routing is taking. The value of this variable determines the minimum time cutoff to print out + a path. + +Client +====== + activeAction - This will be executed upon receiving the first snapshot + cl_avidemo - causes a screenshot to be spit out each client frame and sets client frametime to the variable of the value. ie a value of 20 is + 20 shots per second. + A cl_cdkey - the CD authorization key needed to run the game + cl_eventlimit - maximum number of events to process per loop in the client (default 500) + cl_eventstats - statistical information on events in the client + cl_freezeDemo - used to freeze a demo in place for single frame advances + A cl_maxPing - maximum time to wait for a ping response (default 800) + A cl_maxpackets - maximum number of client command packets to send per second (default 30) + cl_motd - whether or not to query the MOTD server for the MOTD (default 1) + cl_nodelta - when sending client movement commands, only send complete messages, do not send delta movement commands (default 0) + A cl_packetdup - send this many previous client movement commands when sending a new one, this helps eliminate dropped packets (default 1) + R cl_running - whether or not the client is currently running, gets set to 1 once the client has been initialized + cl_showSend - debug tool that prints out information as to what is currently being sent by the client to the server + cl_showTimeDelta - debug tool that shows the value used on the client to adjust client time so that it matches server time + cl_showevents - debug tool to print out current client events being processed + cl_timeNudge - allows you to manually adjust the TimeDelta between the client and server, pushing the client ahead or behind the server time. + cl_timeevents - debug tool that times the amount of time used by each event. If set to 2, output is re-directed to the console + cl_timeout - how long it takes for a server connection to time out in seconds (default 125) + R cl_updateInfoString - holds the actual MOTD + A model - what model the player should be using + U A name - what the player should be called + +Game Module +=========== + csys_draw - debugging tool that allows you to draw a coordinate system + csys_posx - origin x of the debugging csystem. + csys_posy - origin y of the debugging csystem. + csys_posz - origin z of the debugging csystem. + csys_x - angles x of the debugging csystem. + csys_y - angles y of the debugging csystem. + csys_z - angles z of the debugging csystem. +S dmflags - deathmatch flags for the current deathmatch server +S fraglimit - what the fraglimit of the current deathmatch server is + g_drawgravpath - debugging tool to show the gravity path nodes in action + g_eventlimit - maximum number of events to process per loop in the client (default 5000) + g_eventstats - statistical information on events in the client +S L g_gametype - what kind of game is currently being run on the server (default 0) + g_legclampangle - maximum angle at which legs are allowed to trail torso (default 65) + g_legclamptolerance - tolerance scale for legs turning (default 90) + g_legswingspeed - speed at which legs swing (default 300) + g_legtolerance - tolerance in angles when legs turn (default 40) + L g_numdebuglines - number of debug lines to be used for debugging purposes (default 4096) + g_playermodel - the default player model to be used by the player (default julie) + g_showautoaim - debug tool to show where the auto-aiming arms are pointing + g_showaxis - debug tool to globally turn on or off axises when drawing debug coordinate systems + g_showbullettrace - show the traces caused by bullets firing + g_showevents - debug tool to print out current game events being processed + g_showmem - show the amount of memory currently being used by the game's classes + g_showplayeranim - debug tool that shows leg and torso anim changes + g_showplayerstate - debug tool that shows leg and torso state changes + g_statefile - state file that is used by the player (default global/julie) + g_syncronousClients - only run the player movment code on the server when the game code thinks, do not perform any prediction + g_timeents - debug tool that times how long it takes for each entity to "think", value sets the filter above which entities are printed + g_timeevents - debug tool to pring out how long each event takes to process + g_watch - when timing events, the entity to watch and print information out for. + L maxentities - the maximum number of entities on a level (default 1024) +S nomonsters - do not spawn any monsters when this is set +S L skill - the skill level of the game (default 1, normal) +S timelimit - the timelimit of a deathmatch game + whereami - debugging tool that prints out the coordinates and yaw of the player whenever the player moves +Server +====== + C cm_noAreas - do not use areaportals, all areas are connected + C cm_noCurves - do not collide against curves + A C cm_playerCurveClip - collide player against curves +S L deathmatch - whether the game is deathmatch or single player + nextmap - the next map to run after this one, allows you to chain multiple maps together through the use of the ';' +SU A parentmode - what level of violence the game should be using (default 0, excessive) + sv_allowdownload - whether the server will allow data to be downloaded from it (default 1) + sv_drawtrace - draw out all traces as debug lines +S A sv_floodProtect - should the server protect itself from msg flooding (default 1) + A sv_footsteps - should the server play footsteps on characters (default 1) +S sv_fps - the simulation speed at which the server and game code is run (default 20) +S sv_friction - global friction value for the world (default 4) + sv_gibs - should we spawn giblets and other viscera + sv_gore - should we spawn gory items in the game + sv_gravity - global gravity level for the world (default 800) +S A sv_hostname - the name of the server +S sv_keywords - keywords that allow you to cull out potential clients if they are ineligible to connect (example 'demo') + sv_killserver - debug tool to kill the server"0" + R sv_mapChecksum - the 32-bit CRC checksum of the currently loaded map + A sv_maplist - a list of maps to cycle through on the server + sv_master1 - master server #1's address + A sv_master2 - master server #2's address + A sv_master3 - master server #3's address + A sv_master4 - master server #4's address + A sv_master5 - master server #5's address +S A sv_maxRate - maximum rate at which data is sent to the client +S L sv_maxclients - number of clients which can join a game + sv_maxvelocity - global maximum velocity clamp + sv_padPackets - pad outgoing packets with this many bytes + R sv_paks - if running in sv_pure mode, contains the checksums of all the paks being used + sv_precache - whether or not the server should precache data +S sv_privateClients - number of reserved client slots to reserve on the client + sv_privatePassword - password to allow one to play as a private client + sv_pure - if true, the game does not allow any add-ons or modifications + sv_reconnectlimit - how many times a client is allowed to re-connect before being disconnected (default 3) + sv_rollangle - the amount of roll to be given to the player when he is banking in a turn (default 2) + sv_rollspeed - the speed at which sv_rollangle is reset (default 200) + R sv_running - this gets set when the server is initialized and running + R sv_serverid - a unique id that is generated from the current game time when the server was started + sv_showbboxes - show bounding boxes on all entities. +1 - shows all solid entities with their standard mins and maxs +2 - shows all solid entities with their absmins and absmaxs +3 - shows all entities that are solid and non solid but are not tagged as RF_DONTDRAW +4 - shows all entities, even those tagged as RF_DONTDRAW +7 - shows all entities with their TIKI bounding boxes +8 – shows normal bounding boxes as well as a small bounding box around the origin +9 – 28 – show bounding boxes of hit locations on models + sv_showcameras – displays the cameras and their spline paths + sv_showentnums - shows the entity numbers above each entity +S sv_stopspeed - how fast physical objects in the world should slow down (default 100) + sv_timeout - how long to wait in seconds before dropping a player who hasn't sent any commands (default 120) + sv_traceinfo - print out how many traces were performed each server frame. If greater than 1, than specific information about each trace is + also printed. If greater than 2, than all printing is done to the debugger window. +S sv_waterfriction - the fricition when inside a water volume (default 1) +S sv_waterspeed - the speed at which you can move through water (default 400) + sv_zombietime - how long to keep a client connected to the server after they have been dropped (default 2) + +Sound +===== + s_debugmusic - debug tool that prints out the current action level in the game, helps determine when music changes based on context + s_initsound - whether or not to startup the sound system (default 1) + A s_khz - the default mixing rate in Khz (default 22) + A s_loadas8bit - purposely down sample all samples to 8-bit (default 0) + A s_milesdriver - which sound driver to use for the audio system. Valid sound drivers are: miles, dolby, A3D, A3D2, EAX and EAX2 + A s_mixPreStep - this is a pre-mix step for global sound time, not sure what it actually accomplishes (default 0.05 seconds) + A s_mixahead - how far ahead into the future the sound system should mix (default 0.2 seconds) + A s_musicvolume - the volume of the music (default 0.55) + A s_reverb - whether or not reverb should be on (default on) + A s_separation - how much stereo separation should exist (default 0.5) + C s_show - debugging info for the sound system + s_show_cpu - show CPU utilization by the sound system + s_show_num_active_sounds - debugging tool to show how many sounds are currently active + s_show_sounds - debugging tool that shows current sound related happenings + A s_speaker_type - what kind of speaker setup the user is using. (0 - 2 speaker setup, 1 - headphones, 2 - surround sound, 3 - 4 speaker setup) + C s_testsound - debugging tool that plays a simple sine wave tone + A s_usemiles - whether or not to use the miles sound system + A s_volume - the sound volume "1" + +Network +======= + cg_lagometer - network debugging tool that graphically shows your current latency + cl_shownet - massive debug tool that shows you the current incoming traffic on the client. 1 shows the size of each server message, 2 shows + you the beginning of each server message and the size of each packet componenet. 3 shows you detailed information about entity + network deltas. + filterban - whether or not to turn on ip banning, if set to 1 than anyone on the current list will be banned, if set to 0 than only addresses + on the list will be allowed (default 1) + flood_msgs - not implmented currently (default 4) + flood_persecond - not implmented currently (default 4) + flood_waitdelay - not implmented currently (default 10) + I net_ip - what IP address to use for this server in case you have multiple servers on the same machine (default localhost) + AL net_noipx - do not use the IPX protocol + AL net_noudp - do not use the UDP protocol + I net_port - the network port to use. + I net_qport - quake network port to be used internally by the network system + AL net_socksEnabled - enable SOCKS server support (default 0) + AL net_socksPassword - SOCKS server password (default "") + AL net_socksPort - SOCKS server port (default 1080) + AL net_socksServer - SOCKS server address (default "") + AL net_socksUsername - SOCKS server userid (default "") +S R protocol - which network protocol is currently being used by the client, set by the system + public - whether or not this server is public and should send heart beats to the master server (default 0) + U A rate - the maximum number of bytes to be sent to the client per second (default 3000) + rconAddress - the address of the server you want to send rcon messages to. + rconPassword - the password that is sent for rcon commands + showdrop - debug tool to show dropped packets (default 0) + showpackets - show packets as they are sent to and from the client and server + U A snaps - number of snapshots the client wants to receive per second (default 20) + +Renderer +======== + AL r_allowExtensions - enables OPENGL extensions (default 1) + L r_allowSoftwareGL - allow software OPENGL, normally this would be really slow (default 0) + C r_ambientScale - a global scale factor for all ambient lighting on models and characters (default 0.5) + C r_clear - whether or not to explicitly clear the screen (default 0) + L r_colorMipLevels - debug tool to artificially color different mipmap levels so that they are more apparent (defaul 0) + AL r_colorbits - what color depth the renderer should use, if 0 then the desktop depth will be used by default (default 0) + AL r_customaspect - custom aspect ratio to use when in r_mode -1 (default aspect ration 1) + AL r_customheight - custom screen height to use when in r_mode -1 (default 1024) + AL r_customwidth - custom screen width to use when in r_mode -1 (default 1600) + C r_debugSort - debug tool that only renderes those sort layers that are greater than the value of the variable (default 0) + C r_debugSurface - debug tool which renders a custom surface for patch collision debugging + r_debuglight - debug tool that prints out entity lighting information + A r_debuglines_depthmask - when rendering debug lines whether or not to render them with Z information (default 0) + AL r_depthbits - how much precision there should be in the Z-buffer, if left at 0, z precision is automatically calculated (default 0) + AL r_detailtextures - whether or not to render detail shader stages (default 1) + C r_directedScale - a global scale factor for all direct lighting on models and characters (default 1) + L r_displayRefresh - if non-zero, what the display refresh rate should be set at (default 0) + A r_dlightBacks - whether or not dynamic lights should light up back-face culled geometry (default 1) + r_drawBuffer - which buffer to render to, (default GL_BACK) + A r_drawSun - whether or not to draw the sun in the sky (default 0) + C r_drawentities - debug tool that allows you to turn off entities (default 1) + C r_drawsprites - debug tool that allows you to turn off sprites (default 1) + C r_drawworld - debug tool that allows you to turn off world rendering (default 1) + A r_dynamiclight - whether or not to render dynamic lights (default 1) + AL r_ext_compiled_vertex_array - whether or not to use the Compiled Vertex Arrray GL extension (default 1) + AL r_ext_compress_textures - whether or not to use the S3 texture compression extension (default 1) + AL r_ext_gamma_control - whether or not to use the GAMMA extension (default 1) + AL r_ext_multitexture - whether or not to use the ARB multi-texture extention (default 1) + AL r_ext_texture_env_add - whether or not to use the GL_TEXTURE_ENV_ADD extenstion (default 1) + A r_ext_texture_env_combine - whether or not to use the GL_TEXTURE_ENV_COMBINE extenstion (default 0) + A r_facePlaneCull - whether or not to perform back face culling on simple surfaces (default 1) + r_farplane - debug tool to turn on the far clipping plane, the variable defines the distance of the plane (default 0) + r_farplane_color - debug tool to set the color of the far clipping plane, (default medium gray ".5 .5 .5") + r_farplane_nocull - debug tool to set whether or not to purposely not cull geometry with the far plane (default 0) + A r_fastdlights - if renderer is compiled with REAL_DYNAMIC_LIGHTING, determines whether or not use real method or fast method (default 0) + A r_fastsky - don't render the sky, just clear it with the current sky color (default 0) + A r_finish - force a glFinish call after rendering a scene (default 0) + C r_flareFade - how long light coronas should fade when on the screen or off the screen (default 7) + C r_flareSize - the size of the light coronas (default 40) + A r_flares - whether or not to render the light coronas (default 0) + LC r_fullbright - debug tool to render the entire level without lighting (default 0) + AL r_fullscreen - whether or not to go into fullscreen mode or not (default 1) + A r_gamma - the current renderer gamma (default 1) + AL r_glDriver - the video driver to use (default opengl32) + C r_ignore - debug cvar that is used in various places throughout the code to zero out variables (default 1) + AL r_ignoreFastPath - do not use fast shader rendering path of either diffuse lighting or multi-texture lighting (default 1) + A r_ignoreGLErrors - ignore GL errors as they occur (default 1) + AL r_ignorehwgamma - ignore hardware gamma and use the texture method of gamma adjustment (default 0) + L r_intensity - global texture lighting scale (default 1) + A r_lastValidRenderer - last valid renderer to function. Used as a debugging tool. + r_lerpmodels - whether or not to interpolate character models (default 1) + r_light_emphasize - global amount that is added to sphere-based character lighting (default 0) + r_light_emphasizePercent - the additional percentage amount of emphasis to be givent to sphere-based character lighting (default 0) + A r_light_int_scale - debugging tool that shows intensity of lights in the scene by length of the line drawn (default 0.05) + A r_light_lines - debugging tool that shows which lights affect which characters (default 0) + A r_light_nolight - debugging tool to turn off all lighting calculations and just use an ambient lighting value for all characters (default 0) + A r_light_sun_line - debugging tool that shows which characters are affected by the sun. (default 0) + A r_lightcoronasize - the size of the corona to be used when renderering lens flares (default 0.1) + r_lightmap - debugging tool that renders lightmaps in GL_REPLACE mode so that they can be seen without their base textures (default 0) + C r_lockpvs - lock the current PVS in, so that you can wander around and see what is visibile and what isn't (default 0) + A r_lodCurveError - maximum curve error, before subdividing (default 250) + A r_lodbias - an absolute offset to artificially make characters further away so that they are rendered with fewer polygons (default 0) + C r_lodscale - a lod scale that artificially distorts the rate at which polygons drop away from characters (default 5) + C r_logFile - when true, dumps out all render commands to a file called gl.log (default 0) + L r_mapOverBrightBits - the number of overbright bits baked into all lightmaps and map data (default 2) + L r_maskMinidriver - if set to 1, then a mini driver will be treated as a normal ICD (default 0) + C r_measureOverdraw - when set to 1, and if the hardware supports a stencil buffer, overdraw will be reported (default 0) + AL r_mode - what video mode the renderer should be in (default 3) + C r_nobind - debugging tool to turn off all texture binding (default 0) + C r_nocull - debugging tool to turn off all culling (default 0) + C r_nocurves - debugging tool to turn off all curves (default 0) + C r_noportals - deubbing tool to turn off all portals (defualt 0) + C r_norefresh - turn off all rendering (default 0) + C r_novis - debugging tool to turn off vis information (default 0) + C r_offsetfactor - polygon offset factor for shader stages that have polygon offset set (default -1) + C r_offsetunits - polygon offset units for shader stages that have polygong offset set (default -2) + AL r_overBrightBits - how many overBrightBits to actually use when rendering, if non-zero, world will look saturated when bright. (default 0) + AL r_picmip - what starting level mipmap level all images should start on. Global variable that can dramatically decrease texture size + (default 0) + A r_place_sunflare - debugging tool that allows you to interactively place the sun flare (defualt 0) + C r_portalOnly - debugging tool that only draw what is rendered by the portal, not the regular scene. (default 0) + A r_primitives - which drawing primitives to use when rendering. 0 - auto select, 1 - single glDrawElements, 2 - multiple glDrawElements, + 3 - multiple color+texcoords+vertex (default 0) + r_printShaders - debugging tool that prints out all the shaders that are actually used when loading a level. It is used to generate a + pak file (default 0) + A r_railCoreWidth - Q3 vestigle "16" + A r_railSegmentLength - Q3 vestigle "64" + A r_railWidth - Q3 vestigle "128" + AL r_roundImagesDown - when images are scaled, round images down instead of up (default 1) + r_showImages - renders all images currently loaded. If set to 2, will render them proportionately (default 0) + C r_showSmp - will show SMP activity while rendering (default 0) + C r_showcluster - debugging tool that prints out current area and cluster (default 0) + r_showlod - debugging tool that prints out statistics on the LODing of characters (default 0) + C r_shownormals - debugging tool that shows the normals of all triangles being renderered (default 0) + C r_showskel - debugging tool that shows the skeleton and not the surfaces of all skeletal characters (default 0) + C r_showsky - debugging tool that renders the sky in front of everything else so you can see how much of the sky is being rendered (defualt 0) + C r_showtris - debugging tool that shows the outlines of all the triangles being rendered (default 0) + AL r_simpleMipMaps - whether or not to use the simple mip map generation tool or a more correct one (default 1) + LC r_singleShader - debugging tool that only uses the default shader for all rendering (default 0) + C r_skipBackEnd - debugging tool that skips the rendering of the back end (default 0) + r_skyportal - debugging tool that turns on a sky portal (default 0) + r_skyportal_origin - debugging tool that sets the origin for the sky portal (default "0 0 0") + AL r_smp - whether or not to turn on SMP support for the renderer (default 0) + C r_speeds - debugging tool that prints out information about the renderer. 1 - prints out shaders/surfs, leafs, verts, tris, mtex and dc + 2 - prints out culling statiistics, 3 - prints our viewcluster, 4 - prints our dynamic lighting information, 5 - prints out Z + info, 6 - prints out flare info + AL r_stencilbits - how many bits to use for the stencil buffer (default 8) + AL r_stereo - whether or not stereo rendering is enabled (default 0) + A r_stipplelines - enable stipple line support for debug lines (default 0) + AL r_subdivisions - scale factor for curve subdivision, used to pre-tesselate curved surfaces more or less (default 4) + r_sunflare - debugging tool which contains the location of the sun (default 0) + r_sunflare_inportalsky - debugging tool for placing the sunflare, set this to one when the sun is in a portal sky (default 0) + A r_swapInterval - set the OPENGL swap interval (default 0) + A r_textureMode - the texture mode for all textures (default "GL_LINEAR_MIPMAP_NEAREST") + AL r_texturebits - the number of bits to use for textures (default 16) + A r_useglfog - whether or not to use standard OPENGL for characters (default 1) + C r_verbose - turns on additional startup information when renderer is starting up (default 0) + AL r_vertexLight - turn on vertex lighting on all world surfaces. Disables multi-texture (default 0) + C r_znear - near Z clipping plane (default 4) + +Input System +============ + cl_anglespeedkey - when turning with the keyboard, how fast to turn (default 1.5) + cl_debugMove - debug tool that prints out information about the current input. If set to 1, a graph of yaw will be displayed, if set to 2, + a graph of pitch will be displayed + A cl_mouseAccel - mouse acceleration factor (default 0) + A cl_pitchspeed - scale factor for how fast view pitch will be adjusted (default 140) + A cl_run - turns on auto-run for the client (default 1) + cl_showmouserate - debug tool that shows the speed of the mouse + A cl_yawspeed - scale factor for how fast view yaw will be adjusted (default 140) + A freelook - whether or not the mouse affects the view directly or is used for driving the player around (default 1) + in_debugjoystick - debugging tool for the joystick (default 0) + A in_joyBallScale - if the joystick has a trackball like interface, this is used to scale that input for view (default 0.02) + AL in_joystick - whether or not joystick is on (default 0) + A in_midi - turn on midi support (default 0) + A in_midichannel - when midi support is on, what channel to use (default 1) + A in_mididevice - when midi support is on, what midi device to use (default 0) + AL in_mouse - whether or not mouse support is on, if set to -1 DirectInput will not be queried (default 1) + A joy_threshold - the threshold of movement when movement on the joystick registers, allows you to define the deadzone of the stick + (default 0.15) + A m_filter - whether or not to turn on mouse filtering by averaging the last and current input (default 0) + A m_forward - mouse scale for applying y-axis mouse motion to character forward movement (default 1) + A m_pitch - mouse scale for applying y-axis mouse motion to view pitch (default 0.022) + A m_side - mouse scale for applying x-axis mouse motion for character side movement (default 0.8) + A m_up - mouse scale for applying y-axis mouse motion to character vertical movement (default 0) + A m_yaw - mouse scale for applying x-axis mouse motion to view yaw (default 0.022) + A sensitivity - mouse sensitivity (default 5) + +User Interface +============== + crosshair - whether or not the crosshair is on (default 1) + ui_backgroundMouse - places the light source for the sleepy hollow effect behind the logo instead of in front of it. + A ui_consoleposition - the current x,y position of the console along with its width and height + ui_drawcoords - debugging tool to print out the currenty coordinates of the mouse cursor (default 0) + ui_hud - whether or not the HUD is drawn (default 1) + ui_minicon - whether or not the mini console is drawn (default 1) + +File System +=========== + I fs_basepath - the basepath of the game + I fs_cdpath - the CD basepath of the game + I fs_copyfiles - whether or not to copy files when loading them into the game. Every file found in the cdpath will be copied over + to the basepath + fs_debug - debugging tool for the filesystem + fs_filedir - the current directory for the CD and DIR commands +S I fs_game - specify an alternate Game directory for add-ons + I fs_restrict - allows you to restrict access to modified data for add-on purposes + mapdir - when using the MAP command, automatically prepends the value of this variable to the map name + +General / Common +======= + cgamedll - the CGAMEDLL to use for the game +S R L cheats - whether or not cheats are enabled + A com_blood - whether or not blood is on for the game + com_buildScript - for automatic script/pak building, not currently functional + C com_dropsim - debugging tool to simulate dropped packets, specifies percentage of packets to drop (default 0) + AL com_hunkMegs - number of megs to allocate for the hunk (default 12) + A com_introplayed - whether or not the intro for the game has been played (default 0) + A com_maxfps - the maximum frames per second allowable (default 1000) + C com_showtrace - debugging tool that prints out trace information (default 0 + com_speeds - debugging tool that shows the time spent in various modules of the game. If set to 3, SV_PacketEvents will also be timed"0" + config - the config file to use for the game + I L dedicated - whether or not the server is dedicated + A developer - whether or not development mode is on + C fixedtime - when non-zero, locks the msecs per frame (default 0) + A fps - debugging tool that prints out the FPS statistics at the bottom left of the screen. If set to one, a warning sound will be played + when the framerate drops below 18 FPS. + gamedll - the GAMEDLL currently being used by the game + I journal - if 1 than all events will be journaled to journal.dat and journaldata.dat. If set to 2, than all journal events will be + played back + logfile - whether or not to turn on console logging. All console output is dumped qconsole.log +S R mapname - the current name of the loaded map + U password - password needed to connect to this server + R paused - whether or not the game is currently paused + C timedemo - run a demo at full speed for performance testing + C timescale - global timescale that allows you to slow down or speed up the game + username - current user logged onto this machine +S R version - the version of the current build + C viewlog - whether or not the console at the beginning of the game should be: 0 - hidden, 1 - window sized with scroll, or 2 - minimized + +System +====== + arch - the current architecture being used by this machine + sys_cpuid - the cpuid of the current processor + sys_cpustring - the type of CPU currently being used + +Windows Specific +================ + R win_hinstance - the HINSTANCE of the current application + R win_wndproc - the WNDPROC of the current application + +Video System +============ + C debuggraph - whether or not to render the debuggraph + C graphheight - the height of a degbuggraph or timegraph (default 32) + C graphscale - the scale of a debuggraph or timegraph (default 1) + C graphshift - the offset of a debuggraph or timegraph (default 0) + C timegraph - debug tool that prints out the current timing of the game (default 0) + A vid_xpos - the X position of the screen (default 0) + A vid_ypos - the Y position of the screen (default 0) + A viewsize - percentage factor of how fullscreen the view you should be (default 100) + + ++ + + + + +
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/docs/MOH_particles/1-1.jpg b/docs/MOH_particles/1-1.jpg new file mode 100644 index 0000000..06cc512 Binary files /dev/null and b/docs/MOH_particles/1-1.jpg differ diff --git a/docs/MoH Radiant Feature.html b/docs/MoH Radiant Feature.html new file mode 100644 index 0000000..ea218b4 --- /dev/null +++ b/docs/MoH Radiant Feature.html @@ -0,0 +1,267 @@ + + +
+a. 3 different user camera manipulation modes available +b. “Paint” select/deselect of surfaces (drag cursor continuously to select/deselect) +c. Texture search by material/structure keyword +d. Built-in lighting preview +e. Rotation of brushes made more reliable – brushes less likely to fowl up on rotate +f. Improved copy-paste-clone functions +g. Per curve adjustable subdivision level +h. Option to draw textures in the orthographic view ports +i. Ruler Tool for measuring distances in world units +j. Option for transparent surfaces in 3D preview +k. Texture alignment and rotation using the mouse +l. More selection options: + i. Select complete entity + ii. Select Entities of type + iii. Select Entities with targetname + iv. Select connected entities + v. Select untextured + vi. Select terrain faces tall + vii. Select all from texture ++ +
+a. Create, link, detach, and manipulate terrain patches to create outdoor ground areas +b. Export/import terrain height maps to .TGA image format +c. Adjustable draw distance for terrain independent of normal distance culling +d. Manual controls for changing terrain LOD on a per-triangle basis (facet flags) +e. Lock vertices on terrain to prevent accidental vertex manipulations +f. “Paint” select/deselect terrain patches and triangles ++
+1. Radiosity +2. Diffuse Sunlight +3. Variable blocksize +4. Manual Visibility +5. Surface Flags ++ +
+ FileNew = Ctrl-N + FileOpen = Ctrl-O + FileSave = Ctrl-S + Undo = Ctrl-Z + Copy = Ctrl-C + Paste = Ctrl-V + NextView = Ctrl-TAB + CenterView = End + UpFloor = PageUp + DownFloor = PageDown + ZoomOut = Insert + ZoomIn = Delete + ZZoomOut = Ctrl-Insert + ZzoomIn = Ctrl-Delete + FilterWorldBrushes = Alt-1 + FilterEntities = Alt-2 + FilterPatches = Alt-3 + FilterTranslucent = Alt-4 + FilterLiquids = Alt-5 + FilterCaulk = Alt-6 + FilterClips = Alt-7 + FilterPaths = Alt-8 + FilterAINodes = Alt-9 + FilterLights = Alt-0 + FilterDetails = Ctrl-D + FilterHintsSkips = Ctrl-H + FilterModels = Ctrl-M + FilterAreaportals = Ctrl-P + FilterTriggers = Ctrl-T + CameraFromEntity = Ctrl-J (set the camera view based on the selected entity) + CameraToEntity = Ctrl-Shift-J (set the entity angles key based on the camera) + CameraGridMove = / + CubicClipZoomOut = ] + CubicClipZoomIn = [ + ToggleSizePaint = Shift-Q (turns on/off the selection size display) + CenterXYFromCamera = Alt-X + DragEdges = E + DragVertices = V + CloneSelection = Space (replaces target/targetname key values with new names) + CloneSelectionExact = Ctrl-Space (does not change target/targetname key values) + UnSelectSelection = Escape + DeleteSelection = BackSpace + SelectCompleteEntity = Ctrl-E + SnapPatchToGrid = Ctrl-G + SelectClampPlanePoints = Ctrl-Shift-G + IncreaseLightmapDensity = Ctrl-] + DecreaseLightmapDensity = Ctrl-[ + MouseRotate = R + MouseScale = L + ToggleClipper = X + FlipClip = ` + ClipSelected = Return + SplitSelected = Shift-Return + EntityColor = K + ConnectSelection = Ctrl-K + MakeDetail = Ctrl-Shift-D + MakeStructural = Ctrl-Alt-D + ToggleDetail = Ctrl-Alt-Shift-D + SetGrid1 = 1 + SetGrid2 = 2 + SetGrid4 = 3 + SetGrid8 = 4 + SetGrid16 = 5 + SetGrid32 = 6 + SetGrid64 = 7 + ShowAllTextures = Ctrl-A + ShowInUseTextures = U + SurfaceInspector = S + CloseSurfDialog = Shift-Escape + PatchInspector = P + TextureFit = Ctrl-F + ToggleMoveLock = Shift-M (keeps texture alignment as brushes are moved) + ToggleRotateLock = Shift-R (keeps texture rotations as brushes are rotated) + NextLeakSpot = Ctrl-L + PrevLeakSpot = Shift-L + Brush3Sided = Ctrl-3 + Brush4Sided = Ctrl-4 + Brush5Sided = Ctrl-5 + Brush6Sided = Ctrl-6 + Brush7Sided = Ctrl-7 + Brush8Sided = Ctrl-8 + Brush9Sided = Ctrl-9 + InvertCurve = Ctrl-I + BendMode = Ctrl-B + PatchTAB = TAB + TogglePatchOverlay = Ctrl-Y + IncreaseSubdivisions = Shift-] + DecreaseSubdivisions = Shift-[ + ThickenPatch = Ctrl-T + ViewEntityInfo = N + ViewConsole = O + ViewTextures = T + CameraForward = Up + CameraBack = Down + CameraLeft = Left + CameraRight = Right + CameraUp = D + CameraDown = C + CameraAngleUp = A + CameraAngleDown = Z + CameraStrafeRight = Period + CameraStrafeLeft = Comma + CameraGridForward = Ctrl-Forward + CameraGridBack = Ctrl-Back + CameraGridStrafeRight = Ctrl-Period + CameraGridStrafeLeft = Ctrl-Comma + CameraFastForward = Shift-Forward + CameraFastBack = Shift-Back + CameraFastStrafeRight = Shift-Period + CameraFastStrafeLeft = Shift-Comma + IncreaseLightRadius = Alt-] + DecreaseLightRadius = Alt-[ + TexRotateClock = Shift-PgDn + TexRotateCounterClock = Shift-PgUp + TexDecrement = Shift-(minus) + TexIncrement = Shift-(add) + MoveSelectionUp = Add + MoveSelectionDown = Subtract + SelectNudgeLeft = Alt-Left + SelectNudgeRight = Alt-Right + SelectNudgeUp = Alt-Up + SelectNudgeDown = Alt-Down + +For additional commands that can be bound to key combinations, look at the radiant.ini file in your radiant directory. +Note that the file in o:\fakkutils\radiant.ini will contain the latest command list. + +Camera Button Assignments + + LBUTTON = Drag brush + LBUTTON & CONTROL = Shear brush + LBUTTON & SHIFT = Select whole brush + LBUTTON & SHIFT & CONTROL = Select single face + + MBUTTON = Grab texture and state + MBUTTON & ALT = Grab texture name into current state + MBUTTON & SHIFT = When used with a light, it makes the + light color the texture color + MBUTTON & CONTROL = Set entire brush to texture + MBUTTON & CONTROL & SHIFT = Set single face to texture + + RBUTTON = Drive with mouse + RBUTTON & CONTROL = Move camera + RBUTTON & ALT = Translate texture + RBUTTON & ALT & SHIFT = Scale texture + RBUTTON & ALT & CONTROL = Rotate texture + +XY/XZ/YZ Button Assignments + + ARROWS & SHIFT = Move faster + ARROWS & CONTROL = Move in grid units + + LBUTTON = Move/Create brush + Move clip point + LBUTTON & CONTROL = Shear brush + LBUTTON & SHIFT = Select entire brush + Select entire patch row/col + LBUTTON & CONTROL & SHIFT = Select single face + + MBUTTON = Change camera angle + MBUTTON & SHIFT = Move Z checker + MBUTTON & CONTROL = Move camera + + RBUTTON = Scroll window + RBUTTON & CONTROL = Place clip point + RBUTTON & SHIFT = Move free rotation origin + Move patch bend origin + +Texture Button Assignments + + LBUTTON = Select texture + LBUTTON & SHIFT = Select name only + LBUTTON & CONTROL = Edit shader in ShaderED + LBUTTON & CONTROL & SHIFT = Edit shader in EditPad + + MBUTTON & CONTROL = Select all brushes with texture + MBUTTON & CONTROL & SHIFT = Select all faces with texture + + RBUTTON = Scroll window + RBUTTON & SHIFT = Scroll window fast + + + ++ + + + + +
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/entities.cpp b/entities.cpp new file mode 100644 index 0000000..def8d67 --- /dev/null +++ b/entities.cpp @@ -0,0 +1,1548 @@ +//--------------------------------------------------------------------------------------------- +/*QUAKED func_TOWObjective (1.0 0.0 1.0) (-12 -12 -12) (12 12 12) StartOn Respawner + + This object is an extension of the standard objective object. It is used for Tug of War + Maps. + + object used to simplify placing objectives. You may optionally connect this object to the + target you want to use for the compass position.... + + Checkboxes: + StartOn - check this if you want this objective to be displayed when the level first loads + + Respawner - check this if the objective is the respawn point for a team. If you set this + you must set ControlledBy to a valid team and not Neutral. + + + Parameters: + ControlledBy 0 = Axis, 1 = Allies, 2 = Neutral + AxisObjNum 1 - 5. Set the objective number for the axis. This will associate the objective with + the check box for the corresponding text in the score screen. + AlliesObjNum 1 - 5. Set the objective number for the allies. This will associate the objective with + the check box for the corresponding text in the score screen. + + ObjectiveNbr
+Introduction
+MOH Editing - Getting Started Tutorial
+
Server/Game Reference
+MOH Game Classes
+MOH Coordinate System
+MOH Script Documentation
+MOH AI Tips
+MOH Game Commands and Variables
+
UI Reference
+MOH GUI Documentation
+MOH Client Classes
+
Client/Special Effects Reference
+MOH Client Side Reference
+MOH Particles
+MOH Client Game Classes
+
General Reference
+MOH Radiant Features
+MOH Terrain Editing Manual
+MOH Design FAQ
+
+AI Tutorial
+Creating Collision for a Static Mesh
+Decal Tutorial
+Driving Tutorial 1
+Driving Tutorial 2
+Exploder Tutorial
+ManVis Tutorial
+Riding Tutorial
+TOW Tutorial
+
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..33f2bd7 --- /dev/null +++ b/license.txt @@ -0,0 +1,23 @@ +EA TOOLS END USER LICENSE + +Electronic Arts Inc, and its subsidiaries, affiliates and licensors (collectively, "EA") grants you a non- transferable license to download and use one copy of the software tool ("Tool"), other materials accompanying the tool, and the materials created with the tool (collectively the "Tools & Materials") solely for your personal noncommercial use in connection with EA products. + +EA and its Licensors own all of the rights in the Tools & Materials. You may not alter any of EA’s trademarks or logos, or alter or remove any of EA’s or its Licensor’s trademark or copyright notices included in or with the Tools & Materials. Your right to use Tools & Materials is limited to the license grant above, and you may not otherwise copy, display, distribute, perform, publish, modify, or use any of the Tools & Materials. Without limiting the preceding sentence, you may not modify, reverse engineer, disassemble, license, transfer, distribute, create derivative works from, or sell the Tool, or use the Tools & Materials to further any commercial or unlawful purpose. Without limiting the foregoing, you may not use the Tools & Materials to sell advertising, to promote another product or business, or on any site that operates or promotes a server emulator. + +THESE TOOLS ARE PROVIDED "AS IS" WITHOUT ANY WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED. EA SPECIFICALLY DISCLAIMS ANY WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY AND NONINFRINGEMENT. + +ANY USE YOU CHOOSE TO MAKE OF THESE TOOLS IS UNDERTAKEN BY YOU ENTIRELY AT YOUR OWN RISK. EA DOES NOT WARRANT THAT THESE TOOLS WILL NOT CAUSE DAMAGE TO YOUR COMPUTER SYSTEM, NETWORK, SOFTWARE OR OTHER TECHNOLOGY. + +EA WILL NOT PROVIDE SUPPORT IN ANY MANNER OR ANSWER ANY QUESTIONS REGARDING THESE TOOLS. PLEASE DO NOT CALL OR SEND EMAIL TO EA CUSTOMER SUPPORT REGARDING THESE TOOLS, AS EA WILL NOT BE ABLE TO ANSWER THESE INQUIRIES. + +IN NO EVENT SHALL EA BE LIABLE FOR ANY DIRECT, CONSEQUENTIAL, INCIDENTAL, SPECIAL, PUNITIVE OR OTHER DAMAGES WHATSOEVER (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, OR LOSS OF BUSINESS INFORMATION), EVEN IF EA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +EA RESERVES THE RIGHT TO DISCONTINUE THE AVAILABILITY OF THESE TOOLS, OR MODIFY THEM, AT ANY TIME, WITH NO OBLIGATION TO ANYONE. + +At EA’s request, you agree to defend, indemnify and hold harmless EA from all liabilities, claims and expenses, including attorneys’ fees, arising from any breach of this License by you and/or your use or misuse of the Tools & Materials. + +EA may make the Tools & Materials available at its site(s) located in the United States and/or Canada and/or the European Union. You are solely responsible for knowing and complying with all federal, state, and local laws that may apply to your use of Tools & Materials in your own locale. By downloading any Tools & Materials, you warrant that you are not located in any country, or exporting the Tools & Materials to any person or place, to which the United States and/or Canada and/or European Union or its member countries has embargoed goods. + +EA may terminate this License at any time. Upon termination, you must destroy or return to EA all Tools & Materials. This License is governed by United States Copyright and California law (without regard to conflicts of law), and is the entire agreement between EA and you regarding the Tools & Materials. + + diff --git a/maps/MP_Berlin_TOW.map b/maps/MP_Berlin_TOW.map new file mode 100644 index 0000000..fce9edc --- /dev/null +++ b/maps/MP_Berlin_TOW.map @@ -0,0 +1,62135 @@ +{ +"farplane_cull" "2" +"farplane_bias" "2000" +"angle" "340" +"farplane_color" ".31 .33 .35" +"sunflarename" "none" +"sundirection" "-33 195 0" +"sundiffuse" ".5" +"suncolor" "56 48 39" +"lightmapdensity" "64" +"farplane" "4000" +"ambientlight" "28 22 20" +"classname" "worldspawn" +// brush 0 +{ +( -5728 3588 568 ) ( -5760 3588 568 ) ( -5760 3588 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3580 96 ) ( -5736 3548 96 ) ( -5736 3548 64 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5752 3556 96 ) ( -5720 3556 96 ) ( -5720 3556 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3564 568 ) ( -5720 3596 568 ) ( -5720 3596 536 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 3588 192 ) ( -5708 3556 192 ) ( -5700 3556 192 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5700 3556 360 ) ( -5696 3588 360 ) ( -5692 3556 360 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 1 +{ +( -5728 3588 568 ) ( -5760 3588 568 ) ( -5760 3588 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3580 96 ) ( -5736 3548 96 ) ( -5736 3548 64 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5752 3556 96 ) ( -5720 3556 96 ) ( -5720 3556 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3564 568 ) ( -5720 3596 568 ) ( -5720 3596 536 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5708 3588 40 ) ( -5720 3556 40 ) ( -5696 3556 40 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5704 3556 168 ) ( -5700 3588 168 ) ( -5696 3556 168 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 2 +{ +( -5728 3588 568 ) ( -5760 3588 568 ) ( -5760 3588 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3580 96 ) ( -5736 3548 96 ) ( -5736 3548 64 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 3556 96 ) ( -5720 3556 96 ) ( -5720 3556 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3564 568 ) ( -5720 3596 568 ) ( -5720 3596 536 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 3588 168 ) ( -5704 3556 168 ) ( -5696 3556 168 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 3556 192 ) ( -5704 3588 192 ) ( -5700 3556 192 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 3 +{ +( -5728 3588 568 ) ( -5760 3588 568 ) ( -5760 3588 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3580 96 ) ( -5736 3548 96 ) ( -5736 3548 64 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 3556 96 ) ( -5720 3556 96 ) ( -5720 3556 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3564 568 ) ( -5720 3596 568 ) ( -5720 3596 536 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 3588 360 ) ( -5700 3556 360 ) ( -5692 3556 360 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 3556 384 ) ( -5702 3588 384 ) ( -5696 3556 384 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 4 +{ +( -5728 3844 568 ) ( -5760 3844 568 ) ( -5760 3844 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3836 96 ) ( -5736 3804 96 ) ( -5736 3804 64 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 3812 96 ) ( -5720 3812 96 ) ( -5720 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3820 568 ) ( -5720 3852 568 ) ( -5720 3852 536 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 3844 360 ) ( -5700 3812 360 ) ( -5692 3812 360 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 3812 384 ) ( -5702 3844 384 ) ( -5696 3812 384 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 5 +{ +( -5728 3844 568 ) ( -5760 3844 568 ) ( -5760 3844 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3836 96 ) ( -5736 3804 96 ) ( -5736 3804 64 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 3812 96 ) ( -5720 3812 96 ) ( -5720 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3820 568 ) ( -5720 3852 568 ) ( -5720 3852 536 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 3844 168 ) ( -5704 3812 168 ) ( -5696 3812 168 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 3812 192 ) ( -5704 3844 192 ) ( -5700 3812 192 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 6 +{ +( -5728 3844 568 ) ( -5760 3844 568 ) ( -5760 3844 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3836 96 ) ( -5736 3804 96 ) ( -5736 3804 64 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5752 3812 96 ) ( -5720 3812 96 ) ( -5720 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3820 568 ) ( -5720 3852 568 ) ( -5720 3852 536 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5708 3844 40 ) ( -5720 3812 40 ) ( -5696 3812 40 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5704 3812 168 ) ( -5700 3844 168 ) ( -5696 3812 168 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 7 +{ +( -5728 3844 568 ) ( -5760 3844 568 ) ( -5760 3844 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3836 96 ) ( -5736 3804 96 ) ( -5736 3804 64 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5752 3812 96 ) ( -5720 3812 96 ) ( -5720 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3820 568 ) ( -5720 3852 568 ) ( -5720 3852 536 ) ta_berlin/berlin_column 36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 3844 192 ) ( -5708 3812 192 ) ( -5700 3812 192 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5700 3812 360 ) ( -5696 3844 360 ) ( -5692 3812 360 ) mohtest/groovedstn1a 14 -50 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 8 +{ +( -5160 3324 40 ) ( -6744 3324 40 ) ( -6744 4028 40 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -6760 3316 64 ) ( -5176 3316 64 ) ( -5176 3316 -504 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5160 3396 0 ) ( -6744 3384 0 ) ( -5160 3372 0 ) common/caulk 4 -40 -90.00 1 1 0 65696 0 +surfaceparm detail +( -6412 3332 0 ) ( -6408 3332 64 ) ( -6416 3332 64 ) common/caulk 4 -40 -90.00 1 1 0 65696 0 +surfaceparm detail +( -5712 3316 64 ) ( -5728 3332 64 ) ( -5720 3324 0 ) common/caulk 4 -40 -90.00 1 1 0 65696 0 +surfaceparm detail +( -5824 3316 0 ) ( -5824 3332 0 ) ( -5824 3324 40 ) common/caulk 4 -40 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 9 +{ +( -5720 3356 360 ) ( -5752 3356 360 ) ( -5752 3356 328 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3324 568 ) ( -5728 3324 -16 ) ( -5728 3356 -16 ) common/nodraw 44 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5720 3332 632 ) ( -5720 3364 632 ) ( -5720 3364 600 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5716 3356 40 ) ( -5728 3324 40 ) ( -5704 3324 40 ) common/nodraw 30 54 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5704 3320 568 ) ( -5700 3352 568 ) ( -5696 3320 568 ) common/nodraw 31 29 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5720 3324 40 ) ( -5728 3332 40 ) ( -5724 3328 568 ) common/nodraw 31 29 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 10 +{ +( -5720 3324 568 ) ( -5752 3324 568 ) ( -5752 3356 568 ) common/nodraw 30 54 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5720 3332 -16 ) ( -5720 3332 568 ) ( -5752 3332 568 ) ta_berlin/brln_rubble -32 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 3356 96 ) ( -5752 3324 96 ) ( -5752 3324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5744 3324 568 ) ( -5712 3324 568 ) ( -5712 3324 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3320 -16 ) ( -5752 3332 -16 ) ( -5752 3308 -16 ) common/nodraw 30 54 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 3332 -16 ) ( -5720 3324 -16 ) ( -5724 3328 568 ) common/nodraw 44 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( 4448 6816 0 ) ( 4448 6816 512 ) ( 3136 6816 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3784 6432 512 ) ( 3784 6432 0 ) ( 3128 6432 0 ) blasted/dday_bunker_wall1csml 0 -160 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 2890 6292 -286 ) ( 3642 5640 -286 ) ( 4102 6048 -286 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3456 6496 -66 ) ( 3458 6816 -66 ) ( 3460 6496 -66 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3892 6816 -30 ) ( 3892 6496 -28 ) ( 3892 6496 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4046 6496 -66 ) ( 4046 6816 -69 ) ( 4046 6496 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 12 +{ +( 4448 6816 0 ) ( 4448 6816 512 ) ( 3136 6816 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3784 6432 512 ) ( 3784 6432 0 ) ( 3128 6432 0 ) blasted/dday_bunker_wall1csml 0 -160 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 2890 6292 -286 ) ( 3642 5640 -286 ) ( 4102 6048 -286 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4692 6476 760 ) ( 4692 6796 760 ) ( 4692 6796 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3456 6496 -66 ) ( 3458 6816 -66 ) ( 3460 6496 -66 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4526 6748 -31 ) ( 4526 6428 -28 ) ( 4526 6428 -34 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 13 +{ +( 3228 6492 512 ) ( 3228 6492 0 ) ( 3228 6812 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4448 6816 0 ) ( 4448 6816 512 ) ( 3136 6816 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3784 6432 512 ) ( 3784 6432 0 ) ( 3128 6432 0 ) blasted/dday_bunker_wall1csml 0 -160 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 2890 6292 -286 ) ( 3642 5640 -286 ) ( 4102 6048 -286 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3456 6496 -66 ) ( 3458 6816 -66 ) ( 3460 6496 -66 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3412 6432 -66 ) ( 3412 6752 -68 ) ( 3412 6432 -70 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 14 +{ +( 3228 6492 512 ) ( 3228 6492 0 ) ( 3228 6812 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4448 6816 0 ) ( 4448 6816 512 ) ( 3136 6816 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3784 6432 512 ) ( 3784 6432 0 ) ( 3128 6432 0 ) blasted/dday_bunker_wall1csml 0 -160 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4692 6496 760 ) ( 4692 6816 760 ) ( 4692 6816 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3138 6536 56 ) ( 3138 6584 56 ) ( 4966 6560 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3458 6816 -66 ) ( 3456 6496 -66 ) ( 3460 6496 -66 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 15 +{ +( 4526 6760 -66 ) ( 4046 6760 -66 ) ( 4046 6856 -66 ) common/caulk 24 44 0.00 1 1 0 65696 0 +surfaceparm detail +( 4526 6752 -234 ) ( 4526 6848 -234 ) ( 4526 6848 -330 ) common/caulk -29 44 -90.00 1 1 0 65696 0 +surfaceparm detail +( 4526 6816 -234 ) ( 4046 6816 -234 ) ( 4046 6816 -330 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4046 6848 -234 ) ( 4046 6752 -234 ) ( 4046 6752 -330 ) common/caulk -29 44 -90.00 1 1 0 65696 0 +surfaceparm detail +( 4046 6752 -234 ) ( 4526 6752 -234 ) ( 4526 6752 -330 ) common/black -45 -3 -180.00 1 -1 0 65792 0 +surfaceparm detail +( 4078 6752 -290 ) ( 4238 6752 -290 ) ( 4158 6816 -290 ) common/caulk 24 44 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 16 +{ +( 4174 6696 -286 ) ( 4118 6696 -286 ) ( 4118 6692 -286 ) common/tallen_nodraw -12 26 90.00 1 1 0 2288 0 +surfaceparm detail +( 4262 6704 -162 ) ( 4262 6672 -162 ) ( 4070 6672 -162 ) common/tallen_nodraw -12 26 90.00 1 1 0 2288 0 +surfaceparm detail +( 4526 6672 -162 ) ( 4526 6704 -162 ) ( 4526 6704 -282 ) common/tallen_nodraw -12 45 0.00 1 1 0 2288 0 +surfaceparm detail +( 3910 6672 -234 ) ( 3910 6672 -114 ) ( 3966 6672 -114 ) mohcommon/irongate1 -13 117 -180.00 1 -1 204800 35328 0 +surfaceparm detail +( 4046 6712 -234 ) ( 4046 6712 -158 ) ( 4046 6708 -158 ) common/tallen_nodraw -12 45 0.00 1 1 0 2288 0 +surfaceparm detail +( 4046 6704 -234 ) ( 4046 6704 -114 ) ( 3990 6704 -114 ) common/tallen_nodraw -33 44 -180.00 1 -1 0 2288 0 +surfaceparm detail +} +// brush 17 +{ +( 3540 6696 -286 ) ( 3484 6696 -286 ) ( 3484 6692 -286 ) common/tallen_nodraw -12 20 90.00 1 1 0 2288 0 +surfaceparm detail +( 3628 6704 -162 ) ( 3628 6672 -162 ) ( 3436 6672 -162 ) common/tallen_nodraw -12 20 90.00 1 1 0 2288 0 +surfaceparm detail +( 3892 6672 -162 ) ( 3892 6704 -162 ) ( 3892 6704 -282 ) common/tallen_nodraw -12 45 0.00 1 1 0 2288 0 +surfaceparm detail +( 3276 6672 -234 ) ( 3276 6672 -114 ) ( 3332 6672 -114 ) mohcommon/irongate1 -7 117 -180.00 1 -1 204800 35328 0 +surfaceparm detail +( 3412 6712 -234 ) ( 3412 6712 -158 ) ( 3412 6708 -158 ) common/tallen_nodraw -12 45 0.00 1 1 0 2288 0 +surfaceparm detail +( 3412 6704 -234 ) ( 3412 6704 -114 ) ( 3356 6704 -114 ) common/tallen_nodraw -27 45 -180.00 1 -1 0 2288 0 +surfaceparm detail +} +// brush 18 +{ +( 3892 6760 -66 ) ( 3412 6760 -66 ) ( 3412 6856 -66 ) common/caulk 18 44 0.00 1 1 0 65696 0 +surfaceparm detail +( 3892 6752 -234 ) ( 3892 6848 -234 ) ( 3892 6848 -330 ) common/caulk -28 44 -90.00 1 1 0 65696 0 +surfaceparm detail +( 3892 6816 -234 ) ( 3412 6816 -234 ) ( 3412 6816 -330 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3412 6848 -234 ) ( 3412 6752 -234 ) ( 3412 6752 -330 ) common/caulk -28 44 -90.00 1 1 0 65696 0 +surfaceparm detail +( 3412 6752 -234 ) ( 3892 6752 -234 ) ( 3892 6752 -330 ) common/black -39 -2 -180.00 1 -1 0 65792 0 +surfaceparm detail +( 3444 6752 -290 ) ( 3604 6752 -290 ) ( 3524 6816 -290 ) common/caulk 18 44 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 19 +{ +( 3136 6496 512 ) ( 3136 6496 0 ) ( 3136 6816 0 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( 4448 6816 0 ) ( 4448 6816 512 ) ( 3136 6816 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3792 6496 512 ) ( 3792 6496 0 ) ( 3136 6496 0 ) ta_berlin/archway1_shot 96 8 0.00 2 2 0 65536 0 +surfaceparm detail +( 4964 6496 760 ) ( 4964 6816 760 ) ( 4964 6816 0 ) common/nodraw 47 24 123.02 0.999986 -0.999151 536870912 2224 0 +surfaceparm detail +( 3328 6496 512 ) ( 3344 6816 512 ) ( 3360 6496 512 ) common/nodraw 47 24 123.02 0.999986 -0.999151 536870912 2224 0 +surfaceparm detail +( 3136 6584 56 ) ( 3136 6536 56 ) ( 4964 6560 56 ) common/nodraw 47 24 123.02 0.999986 -0.999151 536870912 2224 0 +surfaceparm detail +} +// brush 20 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -437.182007 2107.443359 200 0 0 ) ( -156.681763 2109.666016 376 0 0.781352 ) ( 334.885254 1858.020996 232 0 2.798024 ) ) +( ( -1035.268066 1588.240234 56 3.144506 0 ) ( -942.155640 1603.313965 142 3.144506 0.781352 ) ( -448.342529 1460.308594 216 3.144506 2.798024 ) ) +( ( -1084.038574 1093.019043 108 5.098907 0 ) ( -990.938354 1067.909668 172 5.098907 0.781352 ) ( -426.810303 952.351074 252 5.098907 2.798024 ) ) +) + } + } +// brush 21 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 174.719055 1751.213379 208 0 0 ) ( 220.546875 1670.212402 316 0 0.428431 ) ( 726.812134 910.520996 288 0 4.013645 ) ) +( ( -675.111084 1512.484375 268 3.452437 0 ) ( -574.935669 1376.615723 282 3.452437 0.428431 ) ( -73.133362 720.673340 300 3.452437 4.013645 ) ) +( ( -943.464722 833.335938 108 6.372620 0 ) ( -849.363403 813.123535 172 6.372620 0.428431 ) ( -232.863037 297.474121 264 6.372620 4.013645 ) ) +) + } + } +// brush 22 +{ +( -1048 656 592 ) ( -1048 656 496 ) ( -1048 800 496 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( -688 800 592 ) ( -688 800 496 ) ( 320 800 496 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( -688 656 496 ) ( -688 656 592 ) ( 320 656 592 ) common/nodraw 6 -48 -180.00 1.414246 -1 536870912 2224 0 +surfaceparm detail +( 325.116943 795.882263 584 ) ( 313.803223 648.804077 584 ) ( -1100.410156 660.117798 584 ) common/caulk 1 5 -0.01 0.999878 0.999969 0 65696 0 +surfaceparm detail +( -1100.410156 660.117798 504 ) ( 313.803223 648.804077 504 ) ( 325.116943 795.882263 504 ) common/caulk 1 5 -0.01 0.999878 0.999969 0 65696 0 +surfaceparm detail +( 368 800 488 ) ( 320 656 488 ) ( 344 728 584 ) common/caulk 42 -27 35.26 1.224801 1.154755 0 65696 0 +surfaceparm detail +} +// brush 23 +{ +( 96 1072 496 ) ( 1104 64 496 ) ( 1104 64 592 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( 1008 -32 592 ) ( 1008 -32 496 ) ( 0 976 496 ) common/nodraw 0 -48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1104 64 584 ) ( 992 -32 584 ) ( 0 976 584 ) common/caulk 39 35 -45.01 1.000066 1.000066 0 65696 0 +surfaceparm detail +( 0 976 504 ) ( 992 -32 504 ) ( 1104 64 504 ) common/caulk 39 35 -45.01 1.000066 1.000066 0 65696 0 +surfaceparm detail +( 1104 80 496 ) ( 992 -32 496 ) ( 992 -32 592 ) common/caulk 54 0 44.99 1.000044 1.000066 0 65696 0 +surfaceparm detail +( 320 656 488 ) ( 368 800 488 ) ( 344 728 584 ) common/caulk 54 0 44.99 1.000044 1.000066 0 65696 0 +surfaceparm detail +} +// brush 24 +{ +( -1466.067139 811.195984 416 ) ( -1466.067139 652.804077 416 ) ( -40.540039 652.804077 416 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +surfaceparm detail +( -40.539978 811.195984 504 ) ( -40.540039 652.804077 504 ) ( -1466.067139 652.804077 504 ) common/caulk 18 5 0.00 1.000122 1.000153 0 65696 0 +surfaceparm detail +( -1048 656 416 ) ( -1048 656 496 ) ( -40 656 496 ) common/nodraw 28 -63 0.00 1.414185 1 536870912 2224 0 +surfaceparm detail +( -1048 816 496 ) ( -1048 816 416 ) ( -40 816 416 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( -1048 656 496 ) ( -1048 656 416 ) ( -1048 816 416 ) ta_berlin/archway1trim_shot 22 -144 -180.00 1.874802 -2 0 65536 0 +surfaceparm detail +( 368 816 416 ) ( 304 656 416 ) ( 336 736 496 ) ta_berlin/archway1trim_shot 129 -144 -180.00 1.874573 -2 0 65536 0 +surfaceparm detail +} +// brush 25 +{ +( 96 1088 416 ) ( -16 976 416 ) ( 992 -32 416 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +surfaceparm detail +( 1104 80 504 ) ( 992 -32 504 ) ( -16 976 504 ) common/caulk 22 32 -45.00 1.000066 1.000152 0 65696 0 +surfaceparm detail +( 992 -32 496 ) ( 992 -32 416 ) ( -16 976 416 ) common/nodraw 32 -63 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 96 1088 496 ) ( 96 1088 416 ) ( 1104 80 416 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( 1088 96 496 ) ( 1088 96 416 ) ( 976 -16 416 ) ta_berlin/archway1trim_shot 12 -144 -180.00 1.325562 -2 0 65536 0 +surfaceparm detail +( 304 656 416 ) ( 368 816 416 ) ( 336 736 496 ) ta_berlin/archway1trim_shot 12 -144 -180.00 1.325562 -2 0 65536 0 +surfaceparm detail +} +// brush 26 +{ +( 96 1072 272 ) ( 1104 64 272 ) ( 1104 64 512 ) ta_berlin/archway1_shot 128 -32 0.00 2 2 0 65536 0 +surfaceparm detail +( 1008 -32 512 ) ( 1008 -32 272 ) ( 0 976 272 ) common/nodraw 0 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1104 64 416 ) ( 992 -32 416 ) ( 0 976 416 ) common/caulk 39 35 -45.01 1.000066 1.000066 0 65696 0 +surfaceparm detail +( 0 976 272 ) ( 992 -32 272 ) ( 1104 64 272 ) common/caulk 39 35 -45.01 1.000066 1.000066 0 65696 0 +surfaceparm detail +( 1104 80 272 ) ( 992 -32 272 ) ( 992 -32 512 ) common/caulk -21 -53 44.99 1.000044 1.000066 0 65696 0 +surfaceparm detail +( 320 656 176 ) ( 368 800 176 ) ( 344 728 416 ) common/caulk -21 -53 44.99 1.000044 1.000066 0 65696 0 +surfaceparm detail +} +// brush 27 +{ +( 96 1072 -96 ) ( 1104 64 -96 ) ( 1104 64 272 ) ta_berlin/archway1trim_shot 139 -1 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1008 -32 272 ) ( 1008 -32 -96 ) ( 0 976 -96 ) common/nodraw 0 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 0 976 -96 ) ( 992 -32 -96 ) ( 1104 64 -96 ) common/caulk 39 35 -45.01 1.000066 1.000066 0 65696 0 +surfaceparm detail +( 1104 64 272 ) ( 992 -32 272 ) ( 0 976 272 ) common/caulk 39 35 -45.01 1.000066 1.000066 0 65696 0 +surfaceparm detail +( 1104 80 -96 ) ( 992 -32 -96 ) ( 992 -32 272 ) common/caulk -21 -53 44.99 1.000044 1.000066 0 65696 0 +surfaceparm detail +( 320 656 -96 ) ( 368 800 -96 ) ( 344 728 272 ) common/caulk -21 -53 44.99 1.000044 1.000066 0 65696 0 +surfaceparm detail +} +// brush 28 +{ +( -1048 656 512 ) ( -1048 656 272 ) ( -1048 800 272 ) common/caulk -23 -40 0.00 1.000183 1 0 65696 0 +surfaceparm detail +( -688 800 512 ) ( -688 800 272 ) ( 320 800 272 ) ta_berlin/archway1_shot 48 -32 0.00 2 2 0 65536 0 +surfaceparm detail +( 320 656 512 ) ( 320 656 272 ) ( -688 656 272 ) common/nodraw -58 -32 -180.00 1.414185 -1 536870912 2224 0 +surfaceparm detail +( 325.116943 795.882263 416 ) ( 313.803223 648.804077 416 ) ( -1100.410156 660.117798 416 ) common/caulk 1 5 -0.01 0.999878 0.999969 0 65696 0 +surfaceparm detail +( -1100.410156 660.117798 272 ) ( 313.803223 648.804077 272 ) ( 325.116943 795.882263 272 ) common/caulk 1 5 -0.01 0.999878 0.999969 0 65696 0 +surfaceparm detail +( 368 800 176 ) ( 320 656 176 ) ( 344 728 416 ) common/caulk -29 -15 35.25 1.225018 1.154656 0 65696 0 +surfaceparm detail +} +// brush 29 +{ +( -1048 656 272 ) ( -1048 656 -96 ) ( -1048 800 -96 ) ta_berlin/archway1_shot -186 -34 0.00 4.397278 2.750000 0 65536 0 +surfaceparm detail +( 320 800 -96 ) ( 320 800 272 ) ( -688 800 272 ) ta_berlin/archway1_shot 48 -32 0.00 2 2 0 65536 0 +surfaceparm detail +( -688 656 -96 ) ( -688 656 272 ) ( 320 656 272 ) common/nodraw -58 -32 -180.00 1.414246 -1 536870912 2224 0 +surfaceparm detail +( -1100.410156 660.117798 -96 ) ( 313.803223 648.804077 -96 ) ( 325.116943 795.882263 -96 ) common/caulk 1 5 -0.01 0.999878 0.999969 0 65696 0 +surfaceparm detail +( 325.116943 795.882263 272 ) ( 313.803223 648.804077 272 ) ( -1100.410156 660.117798 272 ) common/caulk 1 5 -0.01 0.999878 0.999969 0 65696 0 +surfaceparm detail +( 368 800 -96 ) ( 320 656 -96 ) ( 344 728 272 ) common/caulk -29 -15 35.25 1.224901 1.154927 0 65696 0 +surfaceparm detail +} +// brush 30 +{ +( 1404 -1040 504 ) ( 1388 -1024 504 ) ( 1900 -560 504 ) common/nodraw 56 44 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1388 -1024 416 ) ( 1404 -1040 416 ) ( 1916 -576 416 ) ta_berlin/archway1trim_shot -234 246 90.00 1.875000 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1392 -1056 504 ) ( 1392 -1056 416 ) ( 1872 -576 416 ) common/nodraw -28 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1904 -576 416 ) ( 1904 -576 504 ) ( 1872 -576 504 ) common/nodraw -44 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1392 -1088 416 ) ( 1392 -1088 504 ) ( 1904 -576 504 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( 1392 -1088 504 ) ( 1392 -1088 416 ) ( 1392 -1056 416 ) common/nodraw 56 -31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 31 +{ +( 1164 168 504 ) ( 1908 -576 504 ) ( 1876 -576 504 ) common/nodraw 56 36 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1876 -576 416 ) ( 1908 -576 416 ) ( 1164 168 416 ) ta_berlin/archway1trim_shot 224 31 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1872 -576 504 ) ( 1872 -576 416 ) ( 1160 136 416 ) common/nodraw 44 -31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1160 136 504 ) ( 1160 136 416 ) ( 1160 168 416 ) common/nodraw 56 -31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1904 -576 416 ) ( 1904 -576 504 ) ( 1160 168 504 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( 1904 -576 504 ) ( 1904 -576 416 ) ( 1872 -576 416 ) common/nodraw -36 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 32 +{ +( 1416 -984 416 ) ( 664 -332 416 ) ( 1168 132 416 ) common/nodraw 7 1 -33.01 0.999879 0.999065 536870912 2224 0 +surfaceparm detail +( 680 -344 416 ) ( 680 -344 -96 ) ( 1160 136 -96 ) common/nodraw -31 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1392 -1056 -96 ) ( 1392 -1056 416 ) ( 1872 -576 416 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +surfaceparm detail +( 1392 -1056 416 ) ( 1392 -1056 -96 ) ( 680 -344 -96 ) common/nodraw 48 -31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 664 -332 -96 ) ( 1416 -984 -96 ) ( 1876 -576 -96 ) common/nodraw 7 1 -33.01 0.999879 0.999065 536870912 2224 0 +surfaceparm detail +( 1056 32 -96 ) ( 1120 -32 -96 ) ( 1088 0 416 ) common/nodraw 6 54 123.01 0.999828 -0.998963 536870912 2224 0 +surfaceparm detail +} +// brush 33 +{ +( 1416 -984 416 ) ( 664 -332 416 ) ( 1168 132 416 ) common/nodraw 7 1 -33.01 0.999879 0.999065 536870912 2224 0 +surfaceparm detail +( 680 -344 416 ) ( 680 -344 -96 ) ( 1160 136 -96 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +surfaceparm detail +( 1872 -576 -96 ) ( 1872 -576 416 ) ( 1160 136 416 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +surfaceparm detail +( 1392 -1056 -96 ) ( 1392 -1056 416 ) ( 1872 -576 416 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +surfaceparm detail +( 664 -332 -96 ) ( 1416 -984 -96 ) ( 1876 -576 -96 ) common/nodraw 7 1 -33.01 0.999879 0.999065 536870912 2224 0 +surfaceparm detail +( 1120 -32 -96 ) ( 1056 32 -96 ) ( 1088 0 416 ) common/nodraw 6 54 123.01 0.999828 -0.998963 536870912 2224 0 +surfaceparm detail +} +// brush 34 +{ +( 664 -328 504 ) ( 1416 -984 504 ) ( 1876 -576 504 ) common/nodraw 56 36 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1416 -984 584 ) ( 664 -328 584 ) ( 1168 132 584 ) common/caulkshadow 32 32 -90.00 1 1 0 480 0 +surfaceparm detail +( 680 -344 584 ) ( 680 -344 504 ) ( 1160 136 504 ) common/nodraw -31 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1392 -1056 504 ) ( 1392 -1056 584 ) ( 1872 -576 584 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( 1392 -1056 584 ) ( 1392 -1056 504 ) ( 680 -344 504 ) common/nodraw 48 -31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1056 32 504 ) ( 1120 -32 504 ) ( 1088 0 584 ) common/nodraw 32 -31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 35 +{ +( 664 -328 504 ) ( 1416 -984 504 ) ( 1876 -576 504 ) common/nodraw 56 36 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1416 -984 584 ) ( 664 -328 584 ) ( 1168 132 584 ) common/caulkshadow 32 32 -90.00 1 1 0 480 0 +surfaceparm detail +( 680 -344 584 ) ( 680 -344 504 ) ( 1160 136 504 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( 1872 -576 504 ) ( 1872 -576 584 ) ( 1160 136 584 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( 1392 -1056 504 ) ( 1392 -1056 584 ) ( 1872 -576 584 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( 1120 -32 504 ) ( 1056 32 504 ) ( 1088 0 584 ) common/nodraw 32 -31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 36 +{ +( 1148 160 504 ) ( 1164 144 504 ) ( 652 -320 504 ) common/nodraw 56 36 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1164 144 416 ) ( 1148 160 416 ) ( 636 -304 416 ) ta_berlin/archway1trim_shot 67 -6 -90.00 1.875000 -2 0 65536 0 +surfaceparm detail +( 680 -344 416 ) ( 680 -344 504 ) ( 1160 136 504 ) common/nodraw -35 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 648 -344 504 ) ( 648 -344 416 ) ( 1160 168 416 ) ta_berlin/archway1trim_shot 0 -96 0.00 1 2 0 65536 0 +surfaceparm detail +( 1160 136 416 ) ( 1160 136 512 ) ( 1160 168 512 ) common/nodraw 56 -31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1120 -32 416 ) ( 1056 32 416 ) ( 1088 0 504 ) common/nodraw 56 -31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 37 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 1374.062988 1083.491211 240 0 0 ) ( 1280.096680 957.224609 316 0 0.428433 ) ( 541.189941 601.105469 288 0 3.705210 ) ) +( ( 1359.556641 1967.187012 268 3.452437 0 ) ( 1202.390625 1905.590332 282 3.314903 0.661660 ) ( 566.923340 1494.657715 300 3.246550 3.618587 ) ) +( ( 773.004883 2402.173828 108 6.372621 0 ) ( 729.125488 2316.509277 172 5.800623 0.451503 ) ( 129.522461 1839.485840 280 5.423653 3.474090 ) ) +) + } + } +// brush 38 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 2415.823242 124.270508 -20 0 0 ) ( 2428.304688 -61.394043 8 0 0.735072 ) ( 2266.219727 -228.753906 4 0 1.645294 ) ) +( ( 2101.728516 207.991699 376 2.039778 0 ) ( 2299.259277 -196.008301 322 1.426555 1.382282 ) ( 1935.519531 -4.894531 444 1.838886 2.265287 ) ) +( ( 891.823242 68.270508 294 6.950540 0 ) ( 880.304688 -21.394043 412 7.034197 0.711071 ) ( 854.219727 -236.753906 416 6.780804 1.812511 ) ) +) + } + } +// brush 39 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 2022.063232 -44.508789 100 0 0 ) ( 2052.096924 -42.775391 412 0 0.725054 ) ( 989.190063 -494.894531 352 0 5.304118 ) ) +( ( 1951.556641 767.187012 228 3.376562 0 ) ( 2002.390625 777.590332 290 3.314903 0.505380 ) ( 1014.923340 334.657715 308 3.246550 4.733532 ) ) +( ( 1561.004761 1274.173828 104 6.276685 0 ) ( 1529.125488 1188.509277 180 5.800623 0.451502 ) ( 413.522400 755.485352 292 5.474354 4.765561 ) ) +) + } + } +// brush 40 +{ +( 6548 1256 16 ) ( 6532 1256 16 ) ( 6532 184 16 ) common/nodraw -32 -11 0.00 0.125000 -2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 1256 16 ) ( 6532 1256 80 ) ( 6532 184 80 ) mohcommon/crackedconcrete -152 17 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6532 1256 80 ) ( 6548 1256 80 ) ( 6548 200 80 ) mohcommon/crackedconcrete -52 150 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 1256 80 ) ( 6548 1256 16 ) ( 6548 200 16 ) common/nodraw 0 0 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 184 80 ) ( 6548 200 80 ) ( 6548 200 16 ) common/nodraw 0 1 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6536 1252 16 ) ( 6540 1248 16 ) ( 6538 1250 80 ) common/nodraw 0 1 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 41 +{ +( 7084 1256 16 ) ( 6532 1256 16 ) ( 6532 1240 16 ) common/nodraw -32 -11 0.00 0.125000 -2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 7084 1256 16 ) ( 7084 1256 80 ) ( 6532 1256 80 ) mohcommon/crackedconcrete -100 16 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6532 1256 80 ) ( 7084 1256 80 ) ( 7084 1240 80 ) mohcommon/crackedconcrete 56 99 -90.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 7084 1240 80 ) ( 7084 1240 16 ) ( 6532 1240 16 ) common/nodraw -32 1 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6753 840 16 ) ( 6753 804 16 ) ( 6753 822 80 ) common/nodraw 0 0 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 1240 16 ) ( 6544 1244 16 ) ( 6546 1242 80 ) common/nodraw 0 0 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 42 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail subdivisions 1000.000000 ) +( +( ( 1579.642578 2086.629883 -2 8.150898 0.007813 ) ( 1388.448730 2242.889648 39 8.761288 -0.152344 ) ( 1597.233887 2631.842773 -2 10.280636 0.007813 ) ) +( ( 1686.342529 2186.904785 152 8.542597 -0.593750 ) ( 1572.646484 2316.430176 42 9.048555 -0.164063 ) ( 1697.508301 2525.143066 152 9.863840 -0.593750 ) ) +( ( 1697.640869 2324.862793 174 9.081495 -0.679688 ) ( 1757.238037 2377.801758 190 9.288288 -0.742188 ) ( 1783.466553 2429.844727 174 9.491581 -0.679688 ) ) +) + } + } +// brush 43 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 1646.890991 1413.965820 -32 0 0 ) ( 2360.071777 961.051758 7 0 3.303679 ) ( 2425.996582 -45.878418 10 0 7.245438 ) ) +( ( 1624.491577 1315.748047 44 0.492938 0 ) ( 2238.462402 882.229004 58 0.600126 2.936437 ) ( 2227.729004 56.583008 72 0.883156 6.165097 ) ) +( ( 1573.004761 1274.173828 108 0.852553 0 ) ( 1931.556641 803.187012 220 1.492417 2.920184 ) ( 1874.063232 -48.508789 280 2.539428 7.011556 ) ) +) + } + } +// brush 44 +{ +( 6400 1404 40 ) ( 6248 1404 40 ) ( 6248 1244 40 ) common/playerclip 16 4 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6248 1244 408 ) ( 6248 1404 408 ) ( 6400 1404 408 ) common/playerclip 16 4 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6248 1244 264 ) ( 6400 1244 264 ) ( 6400 1244 40 ) common/playerclip 16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6736 1236 264 ) ( 6736 1396 264 ) ( 6736 1396 40 ) common/playerclip -4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6554 1658 40 ) ( 6554 1662 40 ) ( 6554 1660 408 ) common/playerclip -4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6728 2288 40 ) ( 6734 2288 40 ) ( 6731 2288 408 ) common/playerclip -4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 45 +{ +( -3982.760254 1741.777832 112 ) ( -3875.410156 1672.063965 112 ) ( -3892.838867 1645.226563 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -3921.065430 1778.024414 112 ) ( -3955.922852 1724.349121 112 ) ( -4000.188477 1714.940430 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -3840.553711 1725.739258 112 ) ( -3947.903320 1795.453125 112 ) ( -3930.474609 1822.290039 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -3902.248047 1689.492676 112 ) ( -3867.390625 1743.166992 112 ) ( -3823.125000 1752.577148 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -3955.922852 1724.349121 112 ) ( -3921.065430 1778.024414 112 ) ( -3867.390625 1743.166992 112 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -3892.838867 1645.226563 16 ) ( -3823.125000 1752.577148 16 ) ( -3930.474609 1822.290039 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 46 +{ +( -4038.760254 1541.777832 96 ) ( -3931.410156 1472.063965 96 ) ( -3948.838867 1445.226563 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -3977.065430 1578.024414 96 ) ( -4011.922852 1524.349121 96 ) ( -4056.188477 1514.940430 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -3896.553711 1525.739258 96 ) ( -4003.903320 1595.453125 96 ) ( -3986.474609 1622.290039 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -3958.248047 1489.492676 96 ) ( -3923.390625 1543.166992 96 ) ( -3879.125000 1552.577148 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4011.922852 1524.349121 96 ) ( -3977.065430 1578.024414 96 ) ( -3923.390625 1543.166992 96 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -3948.838867 1445.226563 0 ) ( -3879.125000 1552.577148 0 ) ( -3986.474609 1622.290039 0 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 47 +{ +( -4196.193848 1509.095215 66.676468 ) ( -4190.578613 1523.184082 71.772232 ) ( -4003.322266 1427.984375 128.620956 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3708.705566 2486.811523 -3123.748047 ) ( -1949.290771 -934.584961 4397.394043 ) ( -1963.904053 -930.638672 4402.582520 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -8245.177734 3495.920898 -963.907166 ) ( -1349.249023 1634.092773 -3415.982910 ) ( -2915.524414 4690.849121 -10141.748047 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4084.000488 1517.531738 -29.463112 ) ( -4072.062500 1469.666504 89.726135 ) ( -4083.647461 1479.511230 25.036339 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3954.006348 1430.016113 68.655792 ) ( -4105.828125 1489.838867 70.565544 ) ( -4035.533203 1445.837891 64.514946 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3996.532715 1435.441895 52.347038 ) ( -4021.603516 1421.545898 123.182793 ) ( -4013.079102 1445.156250 126.315445 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 48 +{ +( -3865.619629 1651.304688 138.862030 ) ( -3866.780273 1635.365723 138.098831 ) ( -4058.563477 1654.187012 36.979561 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1599.972656 1589.792480 -2358.220947 ) ( -9173.145508 1963.180176 1366.902710 ) ( -9166.132813 1961.982422 1381.234009 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 117.218018 1249.729004 2462.245361 ) ( -3190.698242 1814.972168 -4303.180176 ) ( 3576.123047 1481.721680 -7639.621094 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3865.501953 1642.121582 -4.843739 ) ( -3973.184570 1646.573730 66.037987 ) ( -3918.181641 1660.286621 31.361141 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4047.171875 1657.035156 -39.793858 ) ( -3931.331055 1643.126465 74.309761 ) ( -3988.090820 1666.020508 18.021610 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4007.898438 1668.581543 -19.103355 ) ( -4046.314941 1666.687988 46.926682 ) ( -4044.049316 1641.851563 42.687584 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 49 +{ +( -3933.619629 1603.304688 146.862030 ) ( -3934.780273 1587.365723 146.098831 ) ( -4126.563477 1606.187012 44.979561 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1667.972656 1541.792480 -2350.220947 ) ( -9241.145508 1915.180176 1374.902710 ) ( -9234.132813 1913.982422 1389.234009 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 49.218018 1201.729004 2470.245361 ) ( -3258.698242 1766.972168 -4295.180176 ) ( 3508.123047 1433.721680 -7631.621094 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3933.501953 1594.121582 3.156261 ) ( -4041.184570 1598.573730 74.037987 ) ( -3986.181641 1612.286621 39.361141 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4115.171875 1609.035156 -31.793858 ) ( -3999.331055 1595.126465 82.309761 ) ( -4056.090820 1618.020508 26.021610 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4075.898438 1620.581543 -11.103355 ) ( -4114.314941 1618.687988 54.926682 ) ( -4112.049316 1593.851563 50.687584 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 50 +{ +( 4781 -856 10 ) ( 4828 -910 59 ) ( 4864 -862 50 ) general_structure/jh_conc512damg 8 74 50.95 1.990498 1.768284 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4828 -987 167 ) ( 4780 -932 117 ) ( 4815 -912 122 ) mohcommon/crackedconcrete -7 -74 148.82 0.867548 1.001451 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4696 -959 49 ) ( 4608 -857 -43 ) ( 4646 -901 16 ) models/items/rubblebase -15 -181 66.16 0.947198 0.800219 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 4851 -1055 175 ) ( 4846 -1049 189 ) ( 4882 -1001 180 ) models/items/rubblebase -94 98 -5.08 0.821584 0.900223 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 4886 -770 18 ) ( 4924 -899 84 ) ( 4876 -809 117 ) models/items/rubblebase 10 -190 68.88 0.928287 1.160962 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 4751 -963 138 ) ( 4785 -1122 98 ) ( 4792 -871 3 ) models/items/rubblebase -71 124 -20.57 1.405519 0.928557 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 4777 -879 117 ) ( 4785 -946 30 ) ( 4843 -880 29 ) mohcommon/crackedconcrete -224 43 60.03 1.010716 -0.687087 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 51 +{ +( 4993 -1004 74 ) ( 5040 -1058 123 ) ( 5076 -1010 114 ) general_structure/jh_conc512damg -1 185 50.95 1.990498 1.768284 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 5040 -1135 231 ) ( 4992 -1080 181 ) ( 5027 -1060 186 ) mohcommon/crackedconcrete -229 -63 148.79 0.867801 1.001198 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4908 -1107 113 ) ( 4820 -1005 21 ) ( 4858 -1049 80 ) models/items/rubblebase -14 -236 66.16 0.947198 0.800207 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 5063 -1203 239 ) ( 5058 -1197 253 ) ( 5094 -1149 244 ) models/items/rubblebase -164 155 -5.08 0.821587 0.900223 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 5098 -918 82 ) ( 5136 -1047 148 ) ( 5088 -957 181 ) models/items/rubblebase -253 -52 68.88 0.928259 1.160518 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 4963 -1111 202 ) ( 4997 -1270 162 ) ( 5004 -1019 67 ) models/items/rubblebase -214 134 -20.57 1.405530 0.928557 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 4989 -1027 181 ) ( 4997 -1094 94 ) ( 5055 -1028 93 ) mohcommon/crackedconcrete -207 66 60.03 1.010742 -0.687525 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 52 +{ +( 4587 -775 219 ) ( 4601 -768 218 ) ( 4681 -943 117 ) mohcommon/crackedconcrete -98 -54 131.06 1.079443 1.011967 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 3507 1218 -2278 ) ( 6970 -5527 1447 ) ( 6968 -5521 1461 ) mohcommon/crackedconcrete -85 253 32.15 0.965404 -0.978017 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2943 2875 2542 ) ( 4107 -272 -4223 ) ( 1013 5755 -7560 ) mohcommon/crackedconcrete -82 250 32.19 0.964691 -0.976570 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4595 -770 75 ) ( 4645 -866 146 ) ( 4605 -825 111 ) mohcommon/crackedconcrete -94 -193 159.18 0.948112 0.927709 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4672 -935 40 ) ( 4627 -828 154 ) ( 4635 -888 98 ) mohcommon/crackedconcrete -249 -40 136.72 0.771328 0.978937 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4643 -907 61 ) ( 4664 -939 127 ) ( 4684 -925 123 ) mohcommon/crackedconcrete 18 -7 -113.09 0.962556 -0.826525 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 53 +{ +( 4323 -503 195 ) ( 4337 -496 194 ) ( 4417 -671 93 ) mohcommon/crackedconcrete -190 -32 131.05 1.078754 1.011967 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 3243 1490 -2302 ) ( 6706 -5255 1423 ) ( 6704 -5249 1437 ) mohcommon/crackedconcrete -52 167 32.15 0.965420 -0.978017 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2679 3147 2518 ) ( 3843 0 -4247 ) ( 749 6027 -7584 ) mohcommon/crackedconcrete -49 163 32.19 0.964707 -0.976310 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4331 -498 51 ) ( 4381 -594 122 ) ( 4341 -553 87 ) mohcommon/crackedconcrete -194 -111 159.17 0.947655 0.927882 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4408 -663 16 ) ( 4363 -556 130 ) ( 4371 -616 74 ) mohcommon/crackedconcrete -220 -54 136.75 0.770993 0.978937 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4379 -635 37 ) ( 4400 -667 103 ) ( 4420 -653 99 ) mohcommon/crackedconcrete 142 -229 -113.09 0.962528 -0.826974 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 54 +{ +( 3963 -423 203 ) ( 3977 -416 202 ) ( 4057 -591 101 ) mohcommon/crackedconcrete -209 -73 131.05 1.078754 1.011967 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2883 1570 -2294 ) ( 6346 -5175 1431 ) ( 6344 -5169 1445 ) mohcommon/crackedconcrete -129 204 32.15 0.965420 -0.978017 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2319 3227 2526 ) ( 3483 80 -4239 ) ( 389 6107 -7576 ) mohcommon/crackedconcrete -126 200 32.19 0.964691 -0.976310 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 3971 -418 59 ) ( 4021 -514 130 ) ( 3981 -473 95 ) mohcommon/crackedconcrete -69 -52 159.17 0.947655 0.927882 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4048 -583 24 ) ( 4003 -476 138 ) ( 4011 -536 82 ) mohcommon/crackedconcrete -127 -121 136.72 0.771328 0.978937 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4019 -555 45 ) ( 4040 -587 111 ) ( 4060 -573 107 ) mohcommon/crackedconcrete 4 -89 -113.09 0.962528 -0.826525 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 55 +{ +( 4607 -661 30 ) ( 4682 -721 30 ) ( 4702 -697 30 ) common/nodraw -39 -23 140.92 0.998304 1.000057 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4696 -694 110 ) ( 4677 -718 110 ) ( 4602 -658 110 ) common/nodraw -39 -23 140.92 0.998304 1.000057 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4665 -687 98 ) ( 4591 -627 98 ) ( 4591 -627 2 ) central_europe/balcny_rail_set1 -168 -16 0.00 0.500000 1 204800 262656 0 +surfaceparm detail +( 4511 -564 146 ) ( 4491 -588 146 ) ( 4491 -588 50 ) common/nodraw 12 -47 -180.00 0.774902 -1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4602 -658 142 ) ( 4677 -718 142 ) ( 4677 -718 46 ) common/nodraw 32 -48 -180.00 0.776367 -1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4693 -734 146 ) ( 4713 -709 146 ) ( 4713 -709 50 ) common/nodraw -9 -49 0.00 0.775879 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 56 +{ +( 4337 -546 30 ) ( 4432 -561 30 ) ( 4437 -530 30 ) common/nodraw -49 -16 170.94 0.998781 0.999822 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4431 -530 110 ) ( 4426 -561 110 ) ( 4331 -546 110 ) common/nodraw -49 -16 170.94 0.998781 0.999822 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4400 -540 98 ) ( 4306 -525 98 ) ( 4306 -525 2 ) central_europe/balcny_rail_set1 -168 -16 0.00 0.500000 1 204800 262656 0 +surfaceparm detail +( 4205 -510 146 ) ( 4200 -541 146 ) ( 4200 -541 50 ) common/nodraw 30 -47 -180.00 0.987305 -1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4331 -546 142 ) ( 4426 -561 142 ) ( 4426 -561 46 ) common/nodraw 30 -49 -180.00 0.986328 -1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4448 -566 146 ) ( 4453 -535 146 ) ( 4453 -535 50 ) common/nodraw -60 -49 0.00 0.988281 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 57 +{ +( 4916 -901 81 ) ( 4908 -910 71 ) ( 4723 -802 106 ) mohcommon/crackedconcrete 81 27 -19.24 1.216393 0.750340 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 6381 745 -2472 ) ( 561 -1116 3362 ) ( 570 -1129 3367 ) mohcommon/crackedconcrete 69 205 -31.71 1.027404 0.671980 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 8811 -3320 -521 ) ( 4632 2538 -2812 ) ( 9831 4207 -8029 ) mohcommon/crackedconcrete 236 22 -31.86 1.025013 0.674768 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4882 -797 -12 ) ( 4802 -838 81 ) ( 4849 -808 45 ) mohcommon/crackedconcrete -159 135 -12.97 0.822742 0.949944 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4718 -743 56 ) ( 4840 -850 65 ) ( 4786 -787 71 ) mohcommon/crackedconcrete 27 176 -28.02 1.020537 0.778723 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4761 -749 55 ) ( 4740 -797 111 ) ( 4731 -809 91 ) mohcommon/crackedconcrete -50 33 -43.27 0.982409 0.945898 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 58 +{ +( 4423 -696 135 ) ( 4431 -687 125 ) ( 4616 -795 160 ) mohcommon/crackedconcrete -192 -242 160.71 1.216715 0.751584 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2958 -2342 -2418 ) ( 8778 -481 3416 ) ( 8769 -468 3421 ) mohcommon/crackedconcrete -209 -209 148.32 1.026476 0.671980 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 528 1723 -467 ) ( 4707 -4135 -2758 ) ( -492 -5804 -7975 ) mohcommon/crackedconcrete -109 -196 148.23 1.023983 0.672079 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4457 -800 42 ) ( 4537 -759 135 ) ( 4489 -789 99 ) mohcommon/crackedconcrete 193 -224 -167.04 0.823214 -0.949557 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4621 -854 110 ) ( 4499 -747 119 ) ( 4552 -810 125 ) mohcommon/crackedconcrete -134 -70 151.84 1.020164 0.778351 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4578 -848 109 ) ( 4599 -800 165 ) ( 4608 -787 145 ) mohcommon/crackedconcrete 131 -54 -136.67 0.981385 -0.946279 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 59 +{ +( 4187 -839 190 ) ( 4185 -837 174 ) ( 4226 -624 192 ) mohcommon/crackedconcrete 108 95 170.05 1.206130 -0.995774 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4241 -729 177 ) ( 4281 -652 180 ) ( 4223 -640 190 ) mohcommon/crackedconcrete 4 -163 -103.10 1.031742 1.003561 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4472 -511 183 ) ( 4431 -589 181 ) ( 4401 -564 189 ) mohcommon/crackedconcrete 0 -115 -102.98 1.032729 0.999095 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4243 -731 193 ) ( 4241 -729 177 ) ( 4210 -704 185 ) mohcommon/crackedconcrete -62 -52 32.31 0.859088 0.950777 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4340 -596 181 ) ( 4265 -741 176 ) ( 4305 -670 194 ) mohcommon/crackedconcrete 142 17 163.49 0.971707 -0.953798 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4431 -526 168 ) ( 4434 -527 183 ) ( 4376 -514 194 ) mohcommon/crackedconcrete -222 165 -2.94 1.012074 1.024490 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 60 +{ +( 4113 -416 151 ) ( 4121 -407 141 ) ( 4306 -515 176 ) mohcommon/crackedconcrete -250 -203 160.71 1.216715 0.751123 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2648 -2062 -2402 ) ( 8468 -201 3432 ) ( 8459 -188 3437 ) mohcommon/crackedconcrete -96 -67 148.32 1.026476 0.671724 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 218 2003 -451 ) ( 4397 -3855 -2742 ) ( -802 -5524 -7959 ) mohcommon/crackedconcrete -254 -44 148.23 1.023983 0.672494 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4147 -520 58 ) ( 4227 -479 151 ) ( 4179 -509 115 ) mohcommon/crackedconcrete 89 -136 -167.04 0.823218 -0.949557 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4311 -574 126 ) ( 4189 -467 135 ) ( 4242 -530 141 ) mohcommon/crackedconcrete -24 -201 151.82 1.020395 0.778351 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4268 -568 125 ) ( 4289 -520 181 ) ( 4298 -507 161 ) mohcommon/crackedconcrete 91 -245 -136.67 0.981385 -0.945922 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 61 +{ +( 4205 -451 206 ) ( 4210 -440 194 ) ( 4390 -560 171 ) mohcommon/crackedconcrete -61 -39 157.32 1.166354 0.746320 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2032 -1760 -2017 ) ( 9251 -767 2258 ) ( 9244 -754 2266 ) mohcommon/crackedconcrete -125 -213 144.94 1.024241 0.718909 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 462 2196 845 ) ( 3510 -3580 -2947 ) ( -2940 -4473 -6772 ) mohcommon/crackedconcrete -105 -195 144.96 1.023960 0.717948 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4207 -546 98 ) ( 4310 -518 171 ) ( 4253 -542 145 ) mohcommon/crackedconcrete 138 -8 -178.33 0.864625 -0.906800 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4379 -614 116 ) ( 4270 -503 166 ) ( 4319 -568 153 ) mohcommon/crackedconcrete -101 0 46.84 0.720231 0.988080 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4338 -600 132 ) ( 4375 -559 184 ) ( 4380 -545 164 ) mohcommon/crackedconcrete 14 -232 -135.01 0.885782 -0.995879 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 62 +{ +( 4387 -463 271 ) ( 4401 -456 270 ) ( 4481 -631 169 ) mohcommon/crackedconcrete -183 -107 131.04 1.079123 1.012287 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 3307 1530 -2226 ) ( 6770 -5215 1499 ) ( 6768 -5209 1513 ) mohcommon/crackedconcrete -129 122 32.15 0.965404 -0.978017 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2743 3187 2594 ) ( 3907 40 -4171 ) ( 813 6067 -7508 ) mohcommon/crackedconcrete -127 118 32.19 0.964691 -0.976310 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4395 -458 127 ) ( 4445 -554 198 ) ( 4405 -513 163 ) mohcommon/crackedconcrete -144 -176 159.17 0.947655 0.927709 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4472 -623 92 ) ( 4427 -516 206 ) ( 4435 -576 150 ) mohcommon/crackedconcrete -196 -128 136.72 0.770638 0.979272 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4443 -595 113 ) ( 4464 -627 179 ) ( 4484 -613 175 ) mohcommon/crackedconcrete 238 -9 -113.09 0.962556 -0.826986 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 63 +{ +( 4724 -661 120 ) ( 4654 -769 120 ) ( 4627 -751 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4760 -723 120 ) ( 4706 -688 120 ) ( 4697 -644 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4708 -803 120 ) ( 4777 -696 120 ) ( 4804 -714 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4671 -742 120 ) ( 4725 -777 120 ) ( 4735 -821 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4706 -688 120 ) ( 4760 -723 120 ) ( 4725 -777 120 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4627 -751 24 ) ( 4735 -821 24 ) ( 4804 -714 24 ) mohcommon/crackedconcrete 98 83 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 64 +{ +( 4486 -495 114 ) ( 4416 -603 114 ) ( 4389 -585 18 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4522 -557 114 ) ( 4468 -522 114 ) ( 4459 -478 18 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4470 -637 114 ) ( 4539 -530 114 ) ( 4566 -548 18 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4433 -576 114 ) ( 4487 -611 114 ) ( 4497 -655 18 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4468 -522 114 ) ( 4522 -557 114 ) ( 4487 -611 114 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4389 -585 18 ) ( 4497 -655 18 ) ( 4566 -548 18 ) mohcommon/crackedconcrete 98 83 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 65 +{ +( 4180 -435 112 ) ( 4110 -543 112 ) ( 4083 -525 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4216 -497 112 ) ( 4162 -462 112 ) ( 4153 -418 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4164 -577 112 ) ( 4233 -470 112 ) ( 4260 -488 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4127 -516 112 ) ( 4181 -551 112 ) ( 4191 -595 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4162 -462 112 ) ( 4216 -497 112 ) ( 4181 -551 112 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 4083 -525 16 ) ( 4191 -595 16 ) ( 4260 -488 16 ) mohcommon/crackedconcrete 98 83 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 66 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 4412.918945 -791.726563 67.961731 0 0 ) ( 4562.573730 -825.780273 72.731628 0 0.500000 ) ( 4662.270508 -877.125000 36.846985 0 1 ) ) +( ( 4461.576172 -684.920898 157.384338 0.500000 0 ) ( 4596.923828 -813.042969 140.159088 0.500000 0.500000 ) ( 4712.891602 -957.093750 167.847931 0.500000 1 ) ) +( ( 4522.328613 -677.570313 223.801697 1 0 ) ( 4700.578125 -823.089844 179.771576 1 0.500000 ) ( 4729.303711 -708.718750 218.988770 1 1 ) ) +) + } + } +// brush 67 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 4164.918945 -601.726563 39.961731 0 0 ) ( 4314.573730 -635.780273 44.731628 0 0.500000 ) ( 4414.270508 -687.125000 8.846985 0 1 ) ) +( ( 4213.576172 -494.920898 129.384338 0.500000 0 ) ( 4348.923828 -623.042969 112.159088 0.500000 0.500000 ) ( 4464.891602 -767.093750 139.847931 0.500000 1 ) ) +( ( 4274.328613 -487.570313 195.801697 1 0 ) ( 4452.578125 -633.089844 151.771576 1 0.500000 ) ( 4481.303711 -518.718750 190.988770 1 1 ) ) +) + } + } +// brush 68 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 324.090515 ) +( +( ( 4472.147949 -867.521484 46 -26.663986 16.910793 ) ( 4555.500977 -786.642578 101 -27.876465 16.631561 ) ( 4625.686523 -650.514648 88 -29.165184 16.558311 ) ) +( ( 4413.353027 -904.174805 284 -26.441963 16.403494 ) ( 4574.646484 -827.333984 216 -27.631458 16.363178 ) ( 4736.278320 -730.521484 228 -28.945587 15.514788 ) ) +( ( 4658.705566 -986.908203 338 -26.490776 15.297726 ) ( 4547.521484 -927.376953 286 -27.240261 15.354462 ) ( 4743.200684 -795.271484 342 -28.721508 15.293850 ) ) +) + } + } +// brush 69 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 324.090515 ) +( +( ( 3868.677734 -412.902344 4 -26.663986 16.910793 ) ( 4030.138672 -472.482422 59 -27.876465 16.631561 ) ( 4272.503906 -505.044922 46 -29.165184 16.558311 ) ) +( ( 3786.697266 -365.597656 242 -26.441963 16.403494 ) ( 3974.506836 -501.507813 174 -27.631458 16.363178 ) ( 4193.700195 -632.574219 186 -28.945587 15.514788 ) ) +( ( 3760.118652 -624.002930 296 -26.490776 15.297726 ) ( 3806.642578 -501.199219 244 -27.240261 15.354462 ) ( 4095.314453 -656.019531 300 -28.721508 15.293850 ) ) +) + } + } +// brush 70 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 3822.177734 -323.863281 -8 0 0 ) ( 4898.429688 -409.744141 31 0 4.220223 ) ( 5161.109863 -1125.288086 24 0 7.197834 ) ) +( ( 3876.483887 -458.590820 68 0.640395 0 ) ( 4583.758301 -512.128906 42 0.640395 4.220223 ) ( 5250.253906 -1174.129883 144 0.640395 7.197834 ) ) +( ( 3799.019043 -553.960938 46 1.127976 0 ) ( 4492.475098 -570.634766 80 1.127976 4.220223 ) ( 5083.215820 -1167.533203 224 1.127976 7.197834 ) ) +) + } + } +// brush 71 +{ +( 3813 -544 -30 ) ( 3860 -598 19 ) ( 3896 -550 10 ) general_structure/jh_conc512damg -62 100 50.94 1.990806 1.768355 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 3860 -675 127 ) ( 3812 -620 77 ) ( 3847 -600 82 ) mohcommon/crackedconcrete -130 -101 148.79 0.867801 1.001451 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 3728 -647 9 ) ( 3640 -545 -83 ) ( 3678 -589 -24 ) models/items/rubblebase -110 -47 66.16 0.947184 0.800666 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 3883 -743 135 ) ( 3878 -737 149 ) ( 3914 -689 140 ) models/items/rubblebase -220 86 -5.08 0.821587 0.900223 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 3918 -458 -22 ) ( 3956 -587 44 ) ( 3908 -497 77 ) models/items/rubblebase -70 -198 68.91 0.928112 1.160518 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 3783 -651 98 ) ( 3817 -810 58 ) ( 3824 -559 -37 ) models/items/rubblebase -34 201 -20.57 1.405519 0.928728 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 3809 -567 77 ) ( 3817 -634 -10 ) ( 3875 -568 -11 ) mohcommon/crackedconcrete -88 212 60.01 1.010960 -0.686656 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 72 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 5083.443359 -1167.533203 224 0 0 ) ( 4977.976563 -1152.064453 400 0 0.803763 ) ( 4649.974121 -1174.884766 256 0 2.205896 ) ) +( ( 4499.517578 -570.634766 80 3.309940 0 ) ( 4516.469238 -663.562500 166 3.309940 0.803763 ) ( 4391.629883 -804.394531 240 3.309940 2.205896 ) ) +( ( 3800.563965 -507.960938 18 6.061860 0 ) ( 3760.326660 -600.876953 18 6.061860 0.803763 ) ( 3608.351074 -793.884766 48 6.061860 2.205896 ) ) +) + } + } +// brush 73 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 324.090515 ) +( +( ( 3975.863770 -412.902344 4 -26.663986 16.910793 ) ( 4094.469238 -472.482422 59 -27.876465 16.631561 ) ( 4272.503906 -505.044922 46 -29.165184 16.558311 ) ) +( ( 3915.642090 -365.597656 242 -26.441963 16.403494 ) ( 4053.603027 -501.507813 174 -27.631458 16.363178 ) ( 4214.617676 -632.574219 186 -28.945587 15.514788 ) ) +( ( 3896.118652 -624.002930 296 -26.490776 15.297726 ) ( 3930.293457 -501.199219 244 -27.240261 15.354462 ) ( 4142.346191 -656.019531 300 -28.721508 15.293850 ) ) +) + } + } +// brush 74 +{ +( 4337 -546 30 ) ( 4432 -561 30 ) ( 4437 -530 30 ) common/playerclip 33 19 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4431 -530 110 ) ( 4426 -561 110 ) ( 4331 -546 110 ) common/playerclip 33 19 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4400 -540 98 ) ( 4306 -525 98 ) ( 4306 -525 2 ) common/playerclip -20 -8 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4205 -510 146 ) ( 4200 -541 146 ) ( 4200 -541 50 ) common/playerclip 34 -7 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( 4331 -546 142 ) ( 4426 -561 142 ) ( 4426 -561 46 ) common/playerclip -20 -8 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4448 -566 146 ) ( 4453 -535 146 ) ( 4453 -535 50 ) common/playerclip 34 -7 -180.00 1 -1 65536 2193 0 +surfaceparm detail +} +// brush 75 +{ +( 4607 -661 30 ) ( 4682 -721 30 ) ( 4702 -697 30 ) common/playerclip 33 19 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4696 -694 110 ) ( 4677 -718 110 ) ( 4602 -658 110 ) common/playerclip 33 19 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4665 -687 98 ) ( 4591 -627 98 ) ( 4591 -627 2 ) common/playerclip -20 -8 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4511 -564 146 ) ( 4491 -588 146 ) ( 4491 -588 50 ) common/playerclip 34 -7 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( 4602 -658 142 ) ( 4677 -718 142 ) ( 4677 -718 46 ) common/playerclip -20 -8 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4693 -734 146 ) ( 4713 -709 146 ) ( 4713 -709 50 ) common/playerclip 34 -7 -180.00 1 -1 65536 2193 0 +surfaceparm detail +} +// brush 76 +{ +( 4200 282 32 ) ( 4200 626 32 ) ( 3688 626 32 ) common/playerclip 33 47 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 3688 626 1152 ) ( 4200 626 1152 ) ( 4200 282 1152 ) common/playerclip 33 47 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4152 -552 1152 ) ( 4152 -552 32 ) ( 3832 -592 32 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4152 -552 32 ) ( 4152 -552 1152 ) ( 4160 -440 1152 ) common/playerclip 34 -55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( 4160 -440 32 ) ( 4160 -440 1152 ) ( 3912 -464 1152 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3828 -590 -176 ) ( 3908 -470 -176 ) ( 3868 -530 1352 ) common/playerclip 6 -55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +} +// brush 77 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 324.090515 ) +( +( ( 3975.863770 -412.902344 4 -26.663986 16.910793 ) ( 4094.469238 -472.482422 59 -27.876465 16.631561 ) ( 4272.503906 -505.044922 46 -29.165184 16.558311 ) ) +( ( 3915.642090 -365.597656 242 -26.441963 16.403494 ) ( 4053.603027 -501.507813 174 -27.631458 16.363178 ) ( 4214.617676 -632.574219 186 -28.945587 15.514788 ) ) +( ( 3896.118652 -624.002930 296 -26.490776 15.297726 ) ( 3930.293457 -501.199219 244 -27.240261 15.354462 ) ( 4142.346191 -656.019531 300 -28.721508 15.293850 ) ) +) + } + } +// brush 78 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 324.090515 ) +( +( ( 4472.147949 -867.521484 46 -26.663986 16.910793 ) ( 4555.500977 -786.642578 101 -27.876465 16.631561 ) ( 4625.686523 -650.514648 88 -29.165184 16.558311 ) ) +( ( 4413.353027 -904.174805 284 -26.441963 16.403494 ) ( 4574.646484 -827.333984 216 -27.631458 16.363178 ) ( 4736.278320 -730.521484 228 -28.945587 15.514788 ) ) +( ( 4658.705566 -986.908203 338 -26.490776 15.297726 ) ( 4547.521484 -927.376953 286 -27.240261 15.354462 ) ( 4743.200684 -795.271484 342 -28.721508 15.293850 ) ) +) + } + } +// brush 79 +{ +( -3391.619629 2035.304688 152.862030 ) ( -3392.780273 2019.365723 152.098831 ) ( -3584.563477 2038.187012 50.979561 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1125.972656 1973.792480 -2344.220947 ) ( -8699.145508 2347.180176 1380.902710 ) ( -8692.132813 2345.982422 1395.234009 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 591.218018 1633.729004 2476.245361 ) ( -2716.698242 2198.972168 -4289.180176 ) ( 4050.123047 1865.721680 -7625.621094 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3391.501953 2026.121582 9.156261 ) ( -3499.184570 2030.573730 80.037987 ) ( -3444.181641 2044.286621 45.361145 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3573.171875 2041.035156 -25.793858 ) ( -3457.331055 2027.126465 88.309761 ) ( -3514.090820 2050.020508 32.021610 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3533.898438 2052.581543 -5.103355 ) ( -3572.314941 2050.687988 60.926682 ) ( -3570.049316 2025.851563 56.687584 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3534 2053.180176 24 ) ( -3536 2029.744629 24 ) ( -3532 2029.744629 24 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 80 +{ +( -3276.463867 1858.728516 157.862030 ) ( -3285.438965 1845.505371 157.098831 ) ( -3442.117188 1957.696777 55.979561 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1345.112305 672.634277 -2339.220947 ) ( -7716.978516 4782.583984 1385.902710 ) ( -7711.503906 4778.040527 1400.234009 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -28.013489 -480.464844 2481.245361 ) ( -2610.131104 1663.008789 -4284.180176 ) ( 3083.482422 -2009.005371 -7620.621094 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3280.953613 1850.716797 14.156261 ) ( -3371.983398 1908.414063 85.037987 ) ( -3317.493164 1892.788086 50.361145 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3430.827637 1954.467773 -20.793858 ) ( -3337.460938 1884.501953 93.309761 ) ( -3375.168945 1932.708496 37.021610 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3391.042969 1944.830078 -0.103355 ) ( -3425.259277 1962.398438 65.926682 ) ( -3435.714844 1939.756836 61.687584 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3390.831055 1945.399414 29 ) ( -3404.281250 1926.103516 29 ) ( -3400.816895 1924.103516 29 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 81 +{ +( -4191.930664 1602.912109 24 ) ( -3909.088379 1320.069336 24 ) ( -3812.921875 1416.235352 24 ) common/playerclip 16 35 135.01 0.999721 0.999893 65536 2193 0 +surfaceparm detail +( -3804.921875 1392.235352 416 ) ( -3901.088379 1296.069336 416 ) ( -4183.930664 1578.912109 416 ) common/playerclip 16 35 135.01 0.999721 0.999893 65536 2193 0 +surfaceparm detail +( -3928 1704 24 ) ( -3928 1704 552 ) ( -4072 1608 552 ) common/playerclip -3 0 -180.00 1.413574 -0.999985 65536 2193 0 +surfaceparm detail +( -3896 1240 552 ) ( -3896 1240 24 ) ( -4160 1504 24 ) common/playerclip -45 0 -180.00 1.219238 -1 65536 2193 0 +surfaceparm detail +( -4072 1608 24 ) ( -4072 1608 552 ) ( -4160 1504 552 ) common/playerclip -11 0 -180.00 0.899414 -1 65536 2193 0 +surfaceparm detail +( -3856 1584 24 ) ( -3856 1584 552 ) ( -3928 1704 552 ) common/playerclip -49 0 -180.00 1.415100 -1 65536 2193 0 +surfaceparm detail +( -3856 1584 552 ) ( -3856 1584 24 ) ( -3896 1240 24 ) common/playerclip -49 0 -180.00 1.415100 -1 65536 2193 0 +surfaceparm detail +} +// brush 82 +{ +( 4520 282 32 ) ( 4520 626 32 ) ( 4008 626 32 ) common/playerclip 33 47 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4008 626 1152 ) ( 4520 626 1152 ) ( 4520 282 1152 ) common/playerclip 33 47 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4152 -552 1152 ) ( 4152 -552 32 ) ( 4160 -440 32 ) common/playerclip 34 -55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( 4152 -552 32 ) ( 4152 -552 1152 ) ( 4496 -704 1152 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4568 -544 32 ) ( 4568 -544 1152 ) ( 4160 -440 1152 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4568 -544 1152 ) ( 4568 -544 32 ) ( 4496 -704 32 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 83 +{ +( 4520 282 32 ) ( 4520 626 32 ) ( 4008 626 32 ) common/playerclip 33 47 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4008 626 1152 ) ( 4520 626 1152 ) ( 4520 282 1152 ) common/playerclip 33 47 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4496 -704 32 ) ( 4496 -704 1152 ) ( 4616 -800 1152 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4568 -544 1152 ) ( 4568 -544 32 ) ( 4696 -624 32 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4568 -544 32 ) ( 4568 -544 1152 ) ( 4496 -704 1152 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4616 -800 32 ) ( 4616 -800 1152 ) ( 4696 -624 1152 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 84 +{ +( 4520 282 32 ) ( 4520 626 32 ) ( 4008 626 32 ) common/playerclip 33 47 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4008 626 1152 ) ( 4520 626 1152 ) ( 4520 282 1152 ) common/playerclip 33 47 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4616 -800 32 ) ( 4616 -800 1152 ) ( 4944 -1008 1152 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 5000 -880 1152 ) ( 5000 -880 32 ) ( 4944 -1008 32 ) common/playerclip 34 -55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( 4696 -624 1152 ) ( 4696 -624 32 ) ( 5000 -880 32 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4696 -624 32 ) ( 4696 -624 1152 ) ( 4616 -800 1152 ) common/playerclip -48 -56 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 85 +{ +( -3288 1781 24 ) ( -3571 2064 24 ) ( -3667 1968 24 ) common/playerclip -44 18 -45.00 0.999893 0.999893 65536 2193 0 +surfaceparm detail +( -3675 1968 424 ) ( -3579 2064 424 ) ( -3296 1781 424 ) common/playerclip -44 18 -45.00 0.999893 0.999893 65536 2193 0 +surfaceparm detail +( -3592 2072 24 ) ( -3592 2072 552 ) ( -3544 1984 552 ) common/playerclip -24 0 0.00 1.413574 0.999969 65536 2193 0 +surfaceparm detail +( -3280 1840 24 ) ( -3280 1840 552 ) ( -3592 2152 552 ) common/playerclip -5 0 0.00 1.219238 1 65536 2193 0 +surfaceparm detail +( -3424 1872 24 ) ( -3424 1872 552 ) ( -3280 1840 552 ) common/playerclip 1 0 0.00 0.899414 1 65536 2193 0 +surfaceparm detail +( -3592 2072 552 ) ( -3592 2072 24 ) ( -3592 2152 24 ) common/playerclip 54 0 0.00 1.415039 1 65536 2193 0 +surfaceparm detail +( -3424 1872 552 ) ( -3424 1872 24 ) ( -3544 1984 24 ) common/playerclip 54 0 0.00 1.415039 1 65536 2193 0 +surfaceparm detail +} +// brush 86 +{ +( -3647.915039 1216.149414 -38 ) ( -3647.915039 1216.149414 -54 ) ( -3670.765625 1432.570801 -54 ) models/items/rubblebase 40 -12 0.00 1 1 0 65536 0 +surfaceparm detail +( -312.059082 722.020508 -54 ) ( -7624.242188 4952.948242 -54 ) ( -7632.241211 4939.093262 -54 ) common/tallen_nodraw -4 -40 0.00 1 1 0 2288 0 +surfaceparm detail +( -3358.890137 -3403.244141 -42 ) ( 417.110352 3136.978516 -42 ) ( 6957.333984 -639.021484 -42 ) mohcommon/crackedconcrete -4 -40 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3670.765625 1432.570801 -54 ) ( -3137.637695 1715.974609 -54 ) ( -3404.202148 1574.271973 -38 ) models/items/rubblebase -4 -12 0.00 1 1 0 65536 0 +surfaceparm detail +( -3466.058105 1499.133789 -54 ) ( -3502.345703 1372.283203 -54 ) ( -3484.201660 1435.708008 -38 ) models/items/rubblebase 40 -12 0.00 1 1 0 65536 0 +surfaceparm detail +( -3608.909180 1507.708984 -54 ) ( -3456.489258 1419.708008 -54 ) ( -3532.699219 1463.708496 -38 ) models/items/rubblebase -4 -12 0.00 1 1 0 65536 0 +surfaceparm detail +( -3492 1344 -54 ) ( -3664 1344 -54 ) ( -3578 1344 -38 ) models/items/rubblebase -4 -12 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 87 +{ +( -3157.637695 2111.974609 -54 ) ( -3667.915039 1612.149414 -54 ) ( -3412.776367 1862.062500 -38 ) models/items/rubblebase 60 -4 0.00 1 1 0 65536 0 +surfaceparm detail +( -332.059082 1118.020508 -54 ) ( -7644.242188 5348.948242 -54 ) ( -7652.241211 5335.093262 -54 ) common/tallen_nodraw 60 32 0.00 1 1 0 2288 0 +surfaceparm detail +( -3378.890137 -3007.244141 -38 ) ( 397.110352 3532.978516 -38 ) ( 6937.333984 -243.021484 -38 ) mohcommon/crackedconcrete 60 96 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3486.058105 1895.133789 -54 ) ( -3522.345703 1768.283203 -54 ) ( -3504.201660 1831.708008 -38 ) models/items/rubblebase -96 -4 0.00 1 1 0 65536 0 +surfaceparm detail +( -3656 1736 -52 ) ( -3656 1736 -32 ) ( -3576 1704 -32 ) models/items/rubblebase 60 -4 0.00 1 1 0 65536 0 +surfaceparm detail +( -3584 1872 -32 ) ( -3584 1872 -52 ) ( -3504 1832 -52 ) models/items/rubblebase 60 -4 0.00 1 1 0 65536 0 +surfaceparm detail +( -3584 1872 -52 ) ( -3584 1872 -32 ) ( -3656 1736 -32 ) models/items/rubblebase 60 -4 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 88 +{ +( -3264 1216 16 ) ( -3264 1216 0 ) ( -3472 1360 0 ) common/nodraw 51 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3472 1520 16 ) ( -3264 1520 16 ) ( -3264 1456 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 1520 0 ) ( -3472 1520 0 ) ( -3488 1456 0 ) common/nodraw 51 9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3440 1520 0 ) ( -3440 1520 16 ) ( -3488 1456 16 ) mohcommon/crackedconcrete -152 -190 35.00 1 1 0 65536 0 +surfaceparm detail +( -3488 1456 0 ) ( -3488 1456 16 ) ( -3472 1360 16 ) mohcommon/crackedconcrete -152 -190 35.00 1 1 0 65536 0 +surfaceparm detail +( -3264 1216 0 ) ( -3264 1216 16 ) ( -3440 1520 16 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3492 1215.999634 4 ) ( -3476 1520.000244 10 ) ( -3460 1215.999634 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 89 +{ +( -3264 2224 616 ) ( -3460 2224 616 ) ( -3460 2108 616 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3456 2108 636 ) ( -3456 2224 636 ) ( -3260 2224 636 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2960 2192 636 ) ( -2960 2192 624 ) ( -3216 1936 624 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3232 2448 636 ) ( -3232 2448 624 ) ( -2960 2192 624 ) common/caulk 0 20 0.00 1 1 0 65696 0 +surfaceparm detail +( -3252 2476 624 ) ( -3252 2476 636 ) ( -3500 2228 636 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3244 1964 636 ) ( -3244 1964 492 ) ( -3484 2204 492 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 90 +{ +( -2055.242188 672 173.877457 ) ( -9578.505859 672 -484.322998 ) ( -9578.505859 8224 -484.322998 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -10358.128906 4128 -568.592163 ) ( -10358.128906 4000 -568.592163 ) ( 5963.530762 4064 859.368042 ) mohcommon/crackedconcrete -207 119 35.11 0.997236 0.998884 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3696 1760 24 ) ( -3696 1760 40 ) ( -3744 1760 24 ) mohcommon/crackedconcrete -11 -10 35.11 0.997236 0.998884 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3944 1560 2 ) ( -3944 1560 18 ) ( -3752 1600 26 ) mohcommon/crackedconcrete -11 -10 35.11 0.997236 0.998884 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3696 1760 40 ) ( -3696 1760 24 ) ( -3752 1600 8 ) mohcommon/crackedconcrete -148 -189 35.11 0.997236 0.998884 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3640 1864 -7.428638 ) ( -3636 1868 -7.428638 ) ( -3638 1866 30.245117 ) mohcommon/crackedconcrete -148 -189 35.11 0.997236 0.998884 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 91 +{ +( -3360 1632 -8 ) ( -3648 1632 -8 ) ( -3648 1824 -8 ) common/clip 0 0 0.00 0.500000 0.500000 196608 2193 0 +( -3360 1824 -64 ) ( -3648 1824 -64 ) ( -3648 1632 -64 ) common/clip 0 0 0.00 0.500000 0.500000 196608 2193 0 +( -3400 1824 -24 ) ( -3400 1824 -56 ) ( -3400 1632 -56 ) common/clip 0 0 0.00 0.500000 0.500000 196608 2193 0 +( -3648 1824 -32 ) ( -3648 1824 -64 ) ( -3360 1824 -64 ) common/clip 0 0 0.00 0.500000 0.500000 196608 2193 0 +( -3768 1640 -32 ) ( -3768 1640 -64 ) ( -3768 1832 -64 ) common/clip 0 0 0.00 0.500000 0.500000 196608 2193 0 +( -3328 1344 -32 ) ( -3328 1344 -64 ) ( -3616 1344 -64 ) common/clip 0 0 0.00 0.500000 0.500000 196608 2193 0 +} +// brush 92 +{ +( -2000 3348 536 ) ( -2000 3348 24 ) ( -2068 3390 24 ) common/playerclip 4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1830 3496 536 ) ( -1830 3496 24 ) ( -2000 3348 24 ) common/playerclip 60 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1922 3520 24 ) ( -1922 3520 536 ) ( -2068 3390 536 ) common/playerclip 60 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3604 3414 24 ) ( -3604 3238 24 ) ( -488 3238 24 ) common/playerclip 12 -50 0.00 1 1 65536 2193 0 +surfaceparm detail +( -408 3414 536 ) ( -480 3238 536 ) ( -3596 3238 536 ) common/playerclip 12 -50 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1830 3496 24 ) ( -1830 3496 536 ) ( -1922 3520 536 ) common/playerclip 2 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 93 +{ +( -4685.930664 3322.912109 24 ) ( -4403.088379 3040.069336 24 ) ( -4306.921875 3136.235352 24 ) common/playerclip -13 -63 135.01 0.999721 0.999893 65536 2193 0 +surfaceparm detail +( -4298.921875 3136.235352 552 ) ( -4395.088379 3040.069336 552 ) ( -4677.930664 3322.912109 552 ) common/playerclip -13 -63 135.01 0.999721 0.999893 65536 2193 0 +surfaceparm detail +( -4492 3208 24 ) ( -4492 3208 552 ) ( -4684 3386 552 ) common/playerclip 30 0 -180.00 1.413574 -0.999985 65536 2193 0 +surfaceparm detail +( -4486 2872 552 ) ( -4486 2872 24 ) ( -4694 2892 24 ) common/playerclip 20 0 -180.00 1.219238 -1 65536 2193 0 +surfaceparm detail +( -4694 2892 552 ) ( -4694 2892 24 ) ( -4684 3386 24 ) common/playerclip 44 0 -180.00 0.899414 -1 65536 2193 0 +surfaceparm detail +( -4486 2872 24 ) ( -4486 2872 552 ) ( -4356 2946 552 ) common/playerclip 13 0 -180.00 1.415100 -1 65536 2193 0 +surfaceparm detail +( -4492 3208 552 ) ( -4492 3208 24 ) ( -4356 2946 24 ) common/playerclip 13 0 -180.00 1.415100 -1 65536 2193 0 +surfaceparm detail +} +// brush 94 +{ +( -4652 3236 16 ) ( -4796 3250 16 ) ( -4810 2826 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4688 3380 86 ) ( -4802 3250 30 ) ( -4692 3326 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4694 2896 68 ) ( -4698 2920 16 ) ( -4802 2826 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4698 2920 16 ) ( -4694 2896 68 ) ( -4686 3382 86 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4802 3250 30 ) ( -4688 3380 86 ) ( -4690 2870 68 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 95 +{ +( -3947 2517 16 ) ( -4210 2975 16 ) ( -4750 2663 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4486 2786 192 ) ( -4222 2328 192 ) ( -4222 2328 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4238 3014 192 ) ( -4778 2702 192 ) ( -4778 2702 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4750 2663 64 ) ( -4146 2863 0 ) ( -4622 2440 -64 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4224 2864 16 ) ( -4220 2860 16 ) ( -4222 2862 87.977539 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4452 2728 16 ) ( -4440 2872 16 ) ( -4446 2800 87.963982 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 96 +{ +( -3755.275391 2963.774414 24 ) ( -4168.225586 3376.724609 24 ) ( -4456.724609 3088.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4110 2750 472 ) ( -4110 2750 24 ) ( -4450 3090 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4432 3008 472 ) ( -4432 3008 456 ) ( -4136 3304 456 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 3072 24 ) ( -4414 3070 24 ) ( -4415 3071 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4382 2742 208 ) ( -4378 3080 208 ) ( -4374 2742 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4210 2854 24 ) ( -4212 2852 24 ) ( -4211 2853 208 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 97 +{ +( -4427 2292 16 ) ( -4381 2818 16 ) ( -5002 2872 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4702 2812 192 ) ( -4748 2286 192 ) ( -4748 2286 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4489 2315 192 ) ( -4443 2841 192 ) ( -4443 2841 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4381 2866 192 ) ( -5002 2920 192 ) ( -5002 2920 16 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5002 2872 64 ) ( -4392 2690 0 ) ( -5025 2617 -64 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 98 +{ +( -5175.930664 2370.912109 24 ) ( -4893.088379 2088.069336 24 ) ( -4796.921875 2184.235352 24 ) common/playerclip 57 60 135.01 0.999721 0.999893 65536 2193 0 +surfaceparm detail +( -4788.921875 2184.235352 552 ) ( -4885.088379 2088.069336 552 ) ( -5167.930664 2370.912109 552 ) common/playerclip 57 60 135.01 0.999721 0.999893 65536 2193 0 +surfaceparm detail +( -4908 2256 24 ) ( -4908 2256 552 ) ( -5140 2396 552 ) common/playerclip -60 0 -180.00 1.413574 -0.999985 65536 2193 0 +surfaceparm detail +( -4988 2124 576 ) ( -4988 2124 0 ) ( -5180 2316 0 ) common/playerclip -56 0 -180.00 1.219238 -1 65536 2193 0 +surfaceparm detail +( -5140 2396 24 ) ( -5140 2396 552 ) ( -5200 2336 552 ) common/playerclip -54 0 -180.00 0.899414 -1 65536 2193 0 +surfaceparm detail +( -4856 2196 552 ) ( -4856 2196 24 ) ( -4840 1976 24 ) common/playerclip -19 0 -180.00 1.415100 -1 65536 2193 0 +surfaceparm detail +( -4856 2196 24 ) ( -4856 2196 552 ) ( -4908 2256 552 ) common/playerclip -19 0 -180.00 1.415100 -1 65536 2193 0 +surfaceparm detail +} +// brush 99 +{ +( 50.621094 2130.836426 616 ) ( -28.574707 2210.033203 616 ) ( -287.375488 1951.232422 616 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -287.375488 1951.232422 712 ) ( -28.574707 2210.033203 712 ) ( 50.621094 2130.836426 712 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -276.062500 1939.918945 712 ) ( 16.679688 2164.778320 664 ) ( -208.180664 1872.036133 616 ) general_structure/shingles_ce2 41 127 -44.98 0.500119 0.499774 0 16384 0 +surfaceparm detail +( -219.494141 1883.349609 616 ) ( 5.366211 2176.091797 664 ) ( -287.375488 1951.232422 712 ) common/nodraw 18 60 -44.95 0.999462 0.999807 536870912 2224 0 +surfaceparm detail +( -208.180664 1872.036133 616 ) ( -208.179688 2030.428223 616 ) ( -208.179688 1951.231445 712 ) common/nodraw -15 0 0.00 1.413574 1 536870912 2224 0 +surfaceparm detail +( 180 2265 616 ) ( 182 2265 616 ) ( 181 2265 712 ) common/nodraw -15 0 0.00 1.413574 1 536870912 2224 0 +surfaceparm detail +} +// brush 100 +{ +( 56.278320 2125.180176 608 ) ( 39.306641 2142.150879 608 ) ( -225.151367 1877.693359 608 ) general_structure/beam_wood1 28 23 -45.04 1.000584 0.999462 0 16384 0 +surfaceparm detail +( -225.151367 1877.693359 616 ) ( 39.306641 2142.150879 616 ) ( 56.278320 2125.180176 616 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -219.493652 1872.036133 608 ) ( 42.136719 2139.322754 612 ) ( -225.151367 1877.693359 616 ) general_structure/beam_wood1 53 31 -44.99 1.000152 0.998771 0 16384 0 +surfaceparm detail +( -213.836914 1866.378906 616 ) ( 53.450195 2128.008301 612 ) ( -208.179688 1860.722168 608 ) general_structure/shingles_ce2 119 131 -44.95 0.501069 0.499947 0 16384 0 +surfaceparm detail +( -208.179688 1860.722168 608 ) ( -208.180176 1894.663574 608 ) ( -208.179688 1877.692383 616 ) common/nodraw -13 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +( 191 2265 608 ) ( 193 2265 608 ) ( 192 2265 616 ) common/nodraw -13 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 101 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 2266.219727 -172.855804 4 0 0 ) ( 1828 -703.701233 -8 0 2.607073 ) ( 1592 -1239.561401 4 0 4.795633 ) ) +( ( 2019.519531 -2.894409 426 1.975502 0 ) ( 1674 -408.345276 492 2.317944 1.529550 ) ( 1574 -1248 268 1.034117 4.783229 ) ) +( ( 858.219727 -234.036652 414 6.395260 0 ) ( 608 -205.815491 436 6.550048 0.983271 ) ( 1026 -1237.451660 440 3.278046 5.139330 ) ) +) + } + } +// brush 102 +{ +( -1932.724609 2718.225586 512 ) ( -1644.225586 3006.724609 512 ) ( -1231.275391 2593.774414 512 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -848 3556 24 ) ( -848 3558 24 ) ( -848 3557 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1084 2866 24 ) ( -1080 2866 24 ) ( -1082 2866 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1058 3444 264 ) ( -1062 2596 264 ) ( -1054 2596 264 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1066 2832 232 ) ( -1074 2832 232 ) ( -1070 2832 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -786 2834 264 ) ( -786 2830 264 ) ( -786 2832 512 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 103 +{ +( -675.275391 2129.774414 24 ) ( -1088.225586 2542.724609 24 ) ( -1376.724609 2254.225586 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -510 2970 24 ) ( -510 2970 208 ) ( -490 2990 208 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -488 2988 24 ) ( -488 2988 208 ) ( -512 3012 208 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -530 2990 208 ) ( -530 2990 24 ) ( -510 3010 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -532 2992 24 ) ( -532 2992 208 ) ( -508 2968 208 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -532 2111 208 ) ( -532 2114 208 ) ( -508 2112.500000 208 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 104 +{ +( -1239.275391 1781.774414 24 ) ( -1652.225586 2194.724609 24 ) ( -1940.724609 1906.225586 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1064 1772 0 ) ( -1064 1772 448 ) ( -1064 2348 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1178 2656 0 ) ( -1178 2656 448 ) ( -1690 2656 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1096 2742 24 ) ( -1096 2744 24 ) ( -1096 2743 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1072 2624 24 ) ( -1076 2624 24 ) ( -1074 2624 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1096 1763 208 ) ( -1096 1766 208 ) ( -1072 1764.500000 208 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 105 +{ +( -739.275391 1781.774414 24 ) ( -1152.225586 2194.724609 24 ) ( -1440.724609 1906.225586 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -564 1772 0 ) ( -564 1772 448 ) ( -564 2348 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -678 2652 0 ) ( -678 2652 448 ) ( -1190 2652 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -596 2742 24 ) ( -596 2744 24 ) ( -596 2743 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -572 2624 24 ) ( -576 2624 24 ) ( -574 2624 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -596 1763 208 ) ( -596 1766 208 ) ( -572 1764.500000 208 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 106 +{ +( -879.275391 1781.774414 24 ) ( -1292.225586 2194.724609 24 ) ( -1580.724609 1906.225586 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -704 1772 0 ) ( -704 1772 448 ) ( -704 2348 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -818 2652 0 ) ( -818 2652 448 ) ( -1330 2652 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -736 2742 24 ) ( -736 2744 24 ) ( -736 2743 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -712 2624 24 ) ( -716 2624 24 ) ( -714 2624 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -736 1763 208 ) ( -736 1766 208 ) ( -712 1764.500000 208 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 107 +{ +( -847.275391 1781.774414 24 ) ( -1260.225586 2194.724609 24 ) ( -1548.724609 1906.225586 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -596 1772 0 ) ( -596 1772 448 ) ( -596 2348 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -786 2672 0 ) ( -786 2672 448 ) ( -1298 2672 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -704 2742 24 ) ( -704 2744 24 ) ( -704 2743 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -680 2624 24 ) ( -684 2624 24 ) ( -682 2624 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -704 1763 208 ) ( -704 1766 208 ) ( -680 1764.500000 208 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 108 +{ +( -3663.275146 2961.774414 24 ) ( -4076.225586 3374.724609 24 ) ( -4364.724609 3086.225586 24 ) common/playerclip 36 -4 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4374 3040 472 ) ( -4374 3040 456 ) ( -4078 3336 456 ) common/playerclip 4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4480 2900 24 ) ( -4482 2898 24 ) ( -4481 2899 472 ) common/playerclip 4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4290 3070 208 ) ( -4286 3440 208 ) ( -4282 3070 208 ) common/playerclip 36 -4 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4220 3174 24 ) ( -4212 3166 24 ) ( -4216 3170 208 ) common/playerclip 4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4228 3142 24 ) ( -4236 3150 24 ) ( -4232 3146 208 ) common/playerclip 4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 109 +{ +( -3080.479492 885.172913 199.728943 ) ( -2670 882 180 ) ( -2670.005371 882.000061 32 ) common/playerclip 6 54 0.00 1.000244 1 65536 2193 0 +surfaceparm detail +( -2670 1020 32 ) ( -2670 882 180 ) ( -3080.473877 885.172852 199.729004 ) common/playerclip 59 -8 0.00 1.000244 1 65536 2193 0 +surfaceparm detail +( -3080.473877 885.172852 199.729004 ) ( -3230.005371 1040.000610 32 ) ( -2670 1020 32 ) common/playerclip 59 -8 0.00 1.000244 1 65536 2193 0 +surfaceparm detail +( -3230.005371 886.302856 32 ) ( -3230.005371 1040.000366 32 ) ( -3230.005371 886.321655 198.484436 ) common/playerclip -13 -29 0.00 1.000488 1 65536 2193 0 +surfaceparm detail +( -3230 882 32 ) ( -2670 882 32 ) ( -2670 1002 32 ) common/playerclip 3 18 0.02 0.999756 0.999634 65536 2193 0 +surfaceparm detail +( -2670.005371 882.000061 32 ) ( -3230.005371 886.302856 32 ) ( -3230.005371 886.321655 198.484436 ) common/playerclip 6 54 0.00 1.000244 1 65536 2193 0 +surfaceparm detail +( -3230.005371 886.321655 198.484436 ) ( -3230.005371 1040.000732 31.999701 ) ( -3080.483154 885.172974 199.729553 ) common/playerclip 42 -8 0.00 0.999512 1 65536 2193 0 +surfaceparm detail +( -2670 882 180 ) ( -2670 1020 32 ) ( -2670.005371 882.000061 32 ) common/playerclip -39 55 0.00 1.000854 1 65536 2193 0 +surfaceparm detail +} +// brush 110 +{ +( 5922 -1240 16 ) ( 5922 -1240 24 ) ( 4432 -1240 24 ) common/nodraw 12 -20 -90.00 1 0.838867 536870912 2224 0 +surfaceparm detail +( 4085 -1770 24 ) ( 4085 -1770 16 ) ( 4432 -1240 16 ) common/nodraw 12 -42 -90.00 1 -0.838867 536870912 2224 0 +surfaceparm detail +( 4657.905273 -1238.843750 23.500000 ) ( 4309.905273 -1770.843750 23.500000 ) ( 4085.905273 -1770.843750 23.500000 ) misc_outside/concpath1_wgrass 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4433.905273 -1238.843750 15.500000 ) ( 4085.905273 -1770.843750 15.500000 ) ( 4309.905273 -1770.843750 15.500000 ) common/nodraw 56 12 57.00 0.999644 1.000728 536870912 2224 0 +surfaceparm detail +( 4085 -1770 16 ) ( 4085 -1770 24 ) ( 5902 -1771 24 ) common/nodraw 12 -23 -90.00 1 0.840332 536870912 2224 0 +surfaceparm detail +( 5902 -1767 15.500000 ) ( 5902 -1769 15.500000 ) ( 5902 -1768 23.500000 ) common/nodraw 12 -48 -90.00 1 -0.840332 536870912 2224 0 +surfaceparm detail +} +// brush 111 +{ +( 13312 1216 -576 ) ( 12736 1216 -576 ) ( 12736 1152 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 12800 1152 1152 ) ( 12800 1216 1152 ) ( 13376 1216 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6272 -1728 1024 ) ( 6272 -1664 1024 ) ( 6272 -1664 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 13696 -192 1280 ) ( 13120 -192 1280 ) ( 13120 -192 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6208 -5184 1152 ) ( 6208 -5184 -576 ) ( 6208 -1984 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6256 -4896 -576 ) ( 6208 -4896 -576 ) ( 6232 -4896 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 112 +{ +( 12928 -448 -576 ) ( 12352 -448 -576 ) ( 12352 -512 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 12416 -480 1152 ) ( 12416 -416 1152 ) ( 12992 -416 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3008 -4960 1280 ) ( -2432 -4960 1280 ) ( -2432 -4960 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 3328 -4896 -96 ) ( 3328 -4896 1152 ) ( 0 -4896 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 -4960 -96 ) ( 0 -4864 -96 ) ( 0 -4912 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6272 -4864 -576 ) ( 6272 -4992 -576 ) ( 6272 -4928 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 113 + { + patchDef2 + { + water/canal_water + ( 3 3 32 -2147483632 0 subdivisions 1000.000000 ) +( +( ( 3205.907227 -1238.841797 -284.500000 6.261538 2.419613 ) ( 2821.906982 -2230.843750 -284.500000 5.511537 4.357117 ) ( 1902.834717 -4210.439453 -284.500000 4.259443 6.860233 ) ) +( ( 2181.906982 -1238.843750 -284.500000 4.261537 2.419617 ) ( 1925.906982 -2230.843750 -284.500000 3.761537 4.357117 ) ( 655.725342 -3653.408203 -284.500000 2.327589 6.342594 ) ) +( ( 1029.906982 -1238.843750 -284.500000 2.011537 2.419617 ) ( 613.906982 -2166.843750 -284.500000 1.199037 4.232117 ) ( 78.979248 -2949.250000 -284.500000 0.154256 5.760254 ) ) +) + } + } +// brush 114 +{ +( 3510 -3058 16 ) ( 3510 -3058 24 ) ( 5902 -3414 24 ) common/nodraw 11 -19 -90.00 1 0.838867 536870912 2224 0 +surfaceparm detail +( 3510 -3058 24 ) ( 3510 -3058 16 ) ( 4085 -1770 16 ) common/nodraw 12 -13 -90.00 1 -0.838867 536870912 2224 0 +surfaceparm detail +( 4085.905273 -1770.843750 23.500000 ) ( 4309.905273 -1770.843750 23.500000 ) ( 4657.905273 -2302.843750 23.500000 ) misc_outside/concpath1_wgrass 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4309.905273 -1770.843750 15.500000 ) ( 4085.905273 -1770.843750 15.500000 ) ( 4433.905273 -2302.843750 15.500000 ) common/nodraw 40 4 57.00 0.999644 1.000693 536870912 2224 0 +surfaceparm detail +( 4085 -1770 24 ) ( 4085 -1770 16 ) ( 5902 -1771 16 ) common/nodraw 12 -23 -90.00 1 0.840332 536870912 2224 0 +surfaceparm detail +( 5901.905273 -3806.843750 15.500000 ) ( 5901.905273 -3806.843750 23.500000 ) ( 5901.905273 -1790.843750 23.500000 ) common/nodraw 12 -19 -90.00 1 -0.840332 536870912 2224 0 +surfaceparm detail +} +// brush 115 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 1440.237061 -4277.689453 -0.500000 4.453883 19.446671 ) ( 2265.057373 -3675.623047 51.500000 5.972960 19.595631 ) ( 2733.989014 -2549.472656 -0.500000 6.422633 19.782608 ) ) +( ( 1977.096436 -4554.699219 323.500000 4.492218 19.989477 ) ( 2678.944092 -3998.203125 63.500000 5.928135 20.244015 ) ( 3059.930664 -3362.744141 323.500000 6.460968 20.325415 ) ) +( ( 2589.996826 -4875.611328 411.500000 4.911979 20.524044 ) ( 3077.327148 -4296.761719 475.500000 5.860960 20.874033 ) ( 3498.182617 -3819.156250 411.500000 6.602688 20.930309 ) ) +) + } + } +// brush 116 +{ +( 2886 -2726 24 ) ( 2886 -2726 16 ) ( 2738 -2652 16 ) common/nodraw 13 30 -90.00 1 -0.915039 536870912 2224 0 +surfaceparm detail +( 3326 -1390 24 ) ( 3326 -1390 16 ) ( 3454 -1454 16 ) common/nodraw 13 30 -90.00 1 -0.915039 536870912 2224 0 +surfaceparm detail +( 2886 -2726 16 ) ( 2886 -2726 24 ) ( 3454 -1454 24 ) common/nodraw 13 54 -90.00 1 0.915039 536870912 2224 0 +surfaceparm detail +( 2885.905029 -2726.843750 23.500000 ) ( 2733.905029 -2646.843750 23.500000 ) ( 3297.905273 -1374.843750 23.500000 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3453.905273 -1454.843750 15.500000 ) ( 3297.905273 -1374.843750 15.500000 ) ( 2733.905029 -2646.843750 15.500000 ) common/nodraw -32 0 -113.94 1.000126 0.999853 536870912 2224 0 +surfaceparm detail +( 2738 -2652 24 ) ( 2738 -2652 16 ) ( 3326 -1390 16 ) common/nodraw 13 29 -90.00 1 0.913574 536870912 2224 0 +surfaceparm detail +} +// brush 117 +{ +( 2898 -2731 24 ) ( 2898 -2731 16 ) ( 2886 -2726 16 ) common/nodraw -45 5 90.00 1 0.913818 536870912 2224 0 +surfaceparm detail +( 3466 -1458 16 ) ( 3466 -1458 24 ) ( 3454 -1454 24 ) common/nodraw -45 5 90.00 1 0.913818 536870912 2224 0 +surfaceparm detail +( 2886 -2726 24 ) ( 2886 -2726 16 ) ( 3454 -1454 16 ) common/nodraw -45 23 90.00 1 -0.913818 536870912 2224 0 +surfaceparm detail +( 2885.905029 -2726.843750 23.500000 ) ( 3453.905273 -1454.843750 23.500000 ) ( 3465.905273 -1458.843750 23.500000 ) central_europe/strtset_cew -59 142 156.09 0.249970 0.249970 0 65536 0 +surfaceparm detail +( 2898 -2731 16 ) ( 2898 -2731 24 ) ( 3466 -1458 24 ) central_europe/strtset_cew 249 -97 -66.06 0.250019 -0.249970 0 65536 0 +surfaceparm detail +( 2897.905273 -2730.843750 15.500000 ) ( 3465.905273 -1458.843750 15.500000 ) ( 3453.905273 -1454.843750 15.500000 ) common/nodraw -11 -50 -113.99 1.001836 0.998998 536870912 2224 0 +surfaceparm detail +} +// brush 118 +{ +( 3326 -2963 16 ) ( 3326 -2963 0 ) ( 2898 -2731 0 ) common/nodraw 18 6 0.00 1.160889 1 536870912 2224 0 +surfaceparm detail +( 3902 -1679 0 ) ( 3902 -1679 16 ) ( 3466 -1458 16 ) common/nodraw 18 6 0.00 1.160889 1 536870912 2224 0 +surfaceparm detail +( 3326 -2963 0 ) ( 3326 -2963 16 ) ( 3902 -1679 16 ) common/nodraw 4 6 -180.00 1.160889 -1 536870912 2224 0 +surfaceparm detail +( 2898 -2731 16 ) ( 2898 -2731 0 ) ( 3466 -1458 0 ) common/nodraw 24 6 -180.00 1.184082 -1 536870912 2224 0 +surfaceparm detail +( 2897.905273 -2730.843750 15.500000 ) ( 3465.905273 -1458.843750 15.500000 ) ( 3901.905273 -1678.843750 15.500000 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3325.905273 -2962.843750 -0.500000 ) ( 3901.905273 -1678.843750 -0.500000 ) ( 3465.905273 -1458.843750 -0.500000 ) common/nodraw -60 -4 96.01 1.000614 -1.001112 536870912 2224 0 +surfaceparm detail +} +// brush 119 +{ +( 3342 -2967 24 ) ( 3342 -2967 16 ) ( 3326 -2963 16 ) common/nodraw -5 -6 -113.97 1.001688 1.000808 536870912 2224 0 +surfaceparm detail +( 3918 -1687 16 ) ( 3918 -1687 24 ) ( 3902 -1679 24 ) common/nodraw -5 -6 -113.97 1.001688 1.000808 536870912 2224 0 +surfaceparm detail +( 3341.905273 -2966.843750 15.500000 ) ( 3917.905273 -1686.843750 15.500000 ) ( 3901.905273 -1678.843750 15.500000 ) common/nodraw -38 12 156.03 1.001799 1.000708 536870912 2224 0 +surfaceparm detail +( 3326 -2963 24 ) ( 3326 -2963 16 ) ( 3902 -1679 16 ) central_europe/strtset_cew 248 -103 -66.06 0.250019 -0.250069 0 65536 0 +surfaceparm detail +( 3917.905273 -1686.843750 23.500000 ) ( 3341.905273 -2966.843750 23.500000 ) ( 3325.905273 -2962.843750 23.500000 ) central_europe/strtset_cew -59 142 156.09 0.249970 0.249970 0 65536 0 +surfaceparm detail +( 3342 -2967 16 ) ( 3342 -2967 24 ) ( 3918 -1687 24 ) common/nodraw 47 19 -180.00 0.913330 -1 536870912 2224 0 +surfaceparm detail +} +// brush 120 +{ +( 3510 -3058 24 ) ( 3510 -3058 16 ) ( 3342 -2967 16 ) common/nodraw 12 -12 -90.00 1 0.913818 536870912 2224 0 +surfaceparm detail +( 4085 -1770 16 ) ( 4085 -1770 24 ) ( 3918 -1687 24 ) common/nodraw 12 -12 -90.00 1 0.913818 536870912 2224 0 +surfaceparm detail +( 3342 -2967 24 ) ( 3342 -2967 16 ) ( 3918 -1687 16 ) common/nodraw 12 -32 -90.00 1 -0.913818 536870912 2224 0 +surfaceparm detail +( 3509.905273 -3058.843750 23.500000 ) ( 3341.905273 -2966.843750 23.500000 ) ( 3917.905273 -1686.843750 23.500000 ) misc_outside/concpath1_wgrass 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4085.905273 -1770.843750 15.500000 ) ( 3917.905273 -1686.843750 15.500000 ) ( 3341.905273 -2966.843750 15.500000 ) common/nodraw 43 50 65.99 0.999748 1.000919 536870912 2224 0 +surfaceparm detail +( 3510 -3058 16 ) ( 3510 -3058 24 ) ( 4085 -1770 24 ) common/nodraw 12 -50 -90.00 1 -0.916016 536870912 2224 0 +surfaceparm detail +} +// brush 121 +{ +( 3326 -1390 24 ) ( 3326 -1390 16 ) ( 3396 -1240 16 ) common/nodraw 14 14 -90.00 1 0.839355 536870912 2224 0 +surfaceparm detail +( 3593.905273 -1238.843750 15.500000 ) ( 3385.905273 -1238.843750 15.500000 ) ( 3297.905273 -1374.843750 15.500000 ) common/nodraw -9 -7 -122.93 1.000607 0.999624 536870912 2224 0 +surfaceparm detail +( 3453.905273 -1454.843750 23.500000 ) ( 3297.905273 -1374.843750 23.500000 ) ( 3385.905273 -1238.843750 23.500000 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3592 -1240 24 ) ( 3592 -1240 16 ) ( 3454 -1454 16 ) common/nodraw 14 29 -90.00 1 0.840332 536870912 2224 0 +surfaceparm detail +( 3592 -1240 16 ) ( 3592 -1240 24 ) ( 3396 -1240 24 ) common/nodraw 14 4 -90.00 1 -0.840332 536870912 2224 0 +surfaceparm detail +( 3326 -1390 16 ) ( 3326 -1390 24 ) ( 3454 -1454 24 ) common/nodraw 14 4 -90.00 1 -0.840332 536870912 2224 0 +surfaceparm detail +} +// brush 122 +{ +( 3609.905273 -1238.843750 15.500000 ) ( 3593.905273 -1238.843750 15.500000 ) ( 3453.905273 -1454.843750 15.500000 ) common/nodraw -52 -56 -122.99 1.001778 0.998359 536870912 2224 0 +surfaceparm detail +( 3466 -1458 16 ) ( 3466 -1458 24 ) ( 3608 -1240 24 ) central_europe/strtset_cew 40 106 -180.00 0.837402 -1 0 65536 0 +surfaceparm detail +( 3465.905273 -1458.843750 23.500000 ) ( 3453.905273 -1454.843750 23.500000 ) ( 3593.905273 -1238.843750 23.500000 ) central_europe/strtset_cew -121 62 147.05 1.000975 0.999926 0 65536 0 +surfaceparm detail +( 3454 -1454 24 ) ( 3454 -1454 16 ) ( 3592 -1240 16 ) common/nodraw -45 1 90.00 1 -0.839355 536870912 2224 0 +surfaceparm detail +( 3608 -1240 16 ) ( 3608 -1240 24 ) ( 3592 -1240 24 ) common/nodraw -45 45 90.00 1 0.839355 536870912 2224 0 +surfaceparm detail +( 3466 -1458 24 ) ( 3466 -1458 16 ) ( 3454 -1454 16 ) common/nodraw -45 45 90.00 1 0.839355 536870912 2224 0 +surfaceparm detail +} +// brush 123 +{ +( 4189.905273 -1238.843750 -0.500000 ) ( 3609.905273 -1238.843750 -0.500000 ) ( 3465.905273 -1458.843750 -0.500000 ) common/nodraw -52 -38 87.01 1.000382 -1.000876 536870912 2224 0 +surfaceparm detail +( 3901.905273 -1678.843750 15.500000 ) ( 3465.905273 -1458.843750 15.500000 ) ( 3609.905273 -1238.843750 15.500000 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3466 -1458 16 ) ( 3466 -1458 0 ) ( 3608 -1240 0 ) common/nodraw 20 6 -180.00 1.087402 -1 536870912 2224 0 +surfaceparm detail +( 3902 -1679 0 ) ( 3902 -1679 16 ) ( 4188 -1240 16 ) common/nodraw 42 6 -180.00 1.065430 -1 536870912 2224 0 +surfaceparm detail +( 4188 -1240 0 ) ( 4188 -1240 16 ) ( 3608 -1240 16 ) common/nodraw -1 6 0.00 1.065430 1 536870912 2224 0 +surfaceparm detail +( 3902 -1679 16 ) ( 3902 -1679 0 ) ( 3466 -1458 0 ) common/nodraw -1 6 0.00 1.065430 1 536870912 2224 0 +surfaceparm detail +} +// brush 124 +{ +( 3918 -1687 16 ) ( 3918 -1687 24 ) ( 4208 -1240 24 ) common/nodraw 57 19 -180.00 0.837891 -1 536870912 2224 0 +surfaceparm detail +( 3917.905273 -1686.843750 23.500000 ) ( 3901.905273 -1678.843750 23.500000 ) ( 4189.905273 -1238.843750 23.500000 ) central_europe/strtset_cew -121 62 147.05 1.000975 0.999926 0 65536 0 +surfaceparm detail +( 3902 -1679 24 ) ( 3902 -1679 16 ) ( 4188 -1240 16 ) central_europe/strtset_cew 37 212 -180.00 0.837891 -1 0 65536 0 +surfaceparm detail +( 4209.905273 -1238.843750 15.500000 ) ( 4189.905273 -1238.843750 15.500000 ) ( 3901.905273 -1678.843750 15.500000 ) common/nodraw -44 51 147.01 1.001711 1.001168 536870912 2224 0 +surfaceparm detail +( 4208 -1240 16 ) ( 4208 -1240 24 ) ( 4188 -1240 24 ) common/nodraw -27 -54 -122.99 1.001813 1.001169 536870912 2224 0 +surfaceparm detail +( 3918 -1687 24 ) ( 3918 -1687 16 ) ( 3902 -1679 16 ) common/nodraw -27 -54 -122.99 1.001813 1.001169 536870912 2224 0 +surfaceparm detail +} +// brush 125 +{ +( 4085 -1770 16 ) ( 4085 -1770 24 ) ( 4432 -1240 24 ) common/nodraw 13 -49 -90.00 1 -0.840332 536870912 2224 0 +surfaceparm detail +( 4433.905273 -1238.843750 15.500000 ) ( 4209.905273 -1238.843750 15.500000 ) ( 3917.905273 -1686.843750 15.500000 ) common/nodraw 22 59 57.00 0.999644 1.000795 536870912 2224 0 +surfaceparm detail +( 4085.905273 -1770.843750 23.500000 ) ( 3917.905273 -1686.843750 23.500000 ) ( 4209.905273 -1238.843750 23.500000 ) misc_outside/concpath1_wgrass 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3918 -1687 24 ) ( 3918 -1687 16 ) ( 4208 -1240 16 ) common/nodraw 13 -43 -90.00 1 -0.838867 536870912 2224 0 +surfaceparm detail +( 4432 -1240 16 ) ( 4432 -1240 24 ) ( 4208 -1240 24 ) common/nodraw 13 -23 -90.00 1 0.838867 536870912 2224 0 +surfaceparm detail +( 4085 -1770 24 ) ( 4085 -1770 16 ) ( 3918 -1687 16 ) common/nodraw 13 -23 -90.00 1 0.838867 536870912 2224 0 +surfaceparm detail +} +// brush 126 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 4127.165039 -2239.474609 -112.500000 4.453883 19.446671 ) ( 5317.047363 -1769.248047 51.500000 5.972960 19.595631 ) ( 5846.970703 -3444.587891 -112.500000 6.422633 19.782608 ) ) +( ( 4279.349609 -2789.066406 503.500000 4.492218 19.989477 ) ( 5150.302734 -2530.951172 63.500000 5.928135 20.244015 ) ( 5451.995117 -3703.378906 503.500000 6.460968 20.325415 ) ) +( ( 4544.536621 -3370.300781 591.500000 4.911979 20.524044 ) ( 4962.592773 -3171.335938 655.500000 5.860960 20.874033 ) ( 5113.386230 -3927.242188 591.500000 6.602688 20.930309 ) ) +) + } + } +// brush 127 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 2733.989014 -2549.472656 -0.500000 4.453883 19.446671 ) ( 3236.090820 -2385.044922 51.500000 5.972960 19.595631 ) ( 4127.165039 -2239.474609 -112.500000 6.422633 19.782608 ) ) +( ( 3059.930664 -3362.744141 323.500000 4.492218 19.989477 ) ( 3653.245117 -3031.914063 63.500000 5.928135 20.244015 ) ( 4313.612305 -2781.066406 503.500000 6.460968 20.325415 ) ) +( ( 3498.182617 -3819.156250 411.500000 4.911979 20.524044 ) ( 4015.518555 -3651.402344 475.500000 5.860960 20.874033 ) ( 4682.378906 -3370.300781 591.500000 6.602688 20.930309 ) ) +) + } + } +// brush 128 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 1153.906982 -2238.843750 3.500000 27.612320 -13.774297 ) ( 808.795654 -2662.427734 -48.500000 29.578125 -12.687500 ) ( 453.498779 -3076.582031 3.500000 31.437500 -11.781250 ) ) +( ( 1001.906982 -2166.843750 267.500000 27.706619 -13.982499 ) ( 777.350342 -2455.228516 447.500000 28.828125 -12.359375 ) ( 325.313232 -2967.695313 267.500000 31.468750 -11.984375 ) ) +( ( 521.906982 -1990.843750 439.500000 27.768570 -10.508672 ) ( 321.028076 -2241.853516 427.500000 28.484375 -10.421875 ) ( -92.778564 -2673.458984 439.500000 31.500000 -9.421875 ) ) +) + } + } +// brush 129 +{ +( 1184 -1896 -284 ) ( 1368 -2008 -284 ) ( 1368 -2008 56 ) common/caulk -4 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 784 -2608 -284 ) ( 936 -2742 -284 ) ( 1368 -2008 -284 ) common/caulk 36 -48 -90.00 1 1 0 65696 0 +surfaceparm detail +( 1184 -1896 56 ) ( 1368 -2008 56 ) ( 936 -2742 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 784 -2608 56 ) ( 784 -2608 -284 ) ( 1184 -1896 -284 ) common/caulk 36 11 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 936 -2742 -284 ) ( 784 -2608 -284 ) ( 784 -2608 56 ) common/caulk 48 11 0.00 1 1 0 65696 0 +surfaceparm detail +( 936 -2742 -284 ) ( 936 -2742 56 ) ( 1368 -2008 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 130 +{ +( 1368 -2008 -284 ) ( 1184 -1896 -284 ) ( 1184 -1896 56 ) common/caulk -4 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 1184 -1896 -284 ) ( 1368 -2008 -284 ) ( 1668 -1240 -284 ) common/caulk 36 -48 -90.00 1 1 0 65696 0 +surfaceparm detail +( 1368 -2008 56 ) ( 1184 -1896 56 ) ( 1540 -1240 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 1184 -1896 56 ) ( 1184 -1896 -284 ) ( 1540 -1240 -284 ) common/caulk 36 11 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 1368 -2008 -284 ) ( 1368 -2008 56 ) ( 1668 -1240 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 1540 -1240 -284 ) ( 1668 -1240 -284 ) ( 1668 -1240 56 ) common/caulk 48 11 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 131 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 1593.906982 -1238.843750 3.500000 27.612320 -13.774297 ) ( 1389.906982 -1746.843750 -48.500000 29.578125 -12.687500 ) ( 1153.906982 -2238.843750 3.500000 31.437500 -11.781250 ) ) +( ( 1561.906982 -1238.843750 267.500000 27.706619 -13.982499 ) ( 1305.906982 -1554.843750 447.500000 28.828125 -12.359375 ) ( 1001.906982 -2166.843750 267.500000 31.468750 -11.984375 ) ) +( ( 1009.906982 -1238.843750 439.500000 27.768570 -10.508672 ) ( 809.906982 -1466.843750 427.500000 28.484375 -10.421875 ) ( 521.906982 -1990.843750 439.500000 31.500000 -9.421875 ) ) +) + } + } +// brush 132 +{ +( 2306 -3578 56 ) ( 2162 -3514 56 ) ( 2162 -3514 -284 ) common/caulk 20 11 0.00 1 1 0 65696 0 +surfaceparm detail subdivisions 1000.000000 +( 1708 -4156 -284 ) ( 1708 -4156 56 ) ( 2306 -3578 56 ) mohcommon/crackedconcrete 213 23 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 1708 -4156 56 ) ( 1708 -4156 -284 ) ( 1602 -4042 -284 ) common/caulk 29 11 -180.00 1 -1 0 65696 0 +surfaceparm detail subdivisions 1000.000000 +( 1602 -4042 56 ) ( 1602 -4042 -284 ) ( 2162 -3514 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 2162 -3514 56 ) ( 2306 -3578 56 ) ( 1708 -4156 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 2306 -3578 -284 ) ( 2162 -3514 -284 ) ( 1602 -4042 -284 ) common/caulk 28 -20 -90.00 1 1 0 65696 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 133 +{ +( 3396 -1240 -284 ) ( 3204 -1240 -284 ) ( 2162 -3514 -284 ) common/caulk 28 -20 -90.00 1 1 0 65696 0 +surfaceparm detail subdivisions 1000.000000 +( 2306 -3578 56 ) ( 2162 -3514 56 ) ( 3204 -1240 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 2162 -3514 56 ) ( 2162 -3514 -284 ) ( 3204 -1240 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 2306 -3578 -284 ) ( 2162 -3514 -284 ) ( 2162 -3514 56 ) common/caulk 20 11 0.00 1 1 0 65696 0 +surfaceparm detail subdivisions 1000.000000 +( 2306 -3578 -284 ) ( 2306 -3578 56 ) ( 3396 -1240 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 3204 -1240 -284 ) ( 3396 -1240 -284 ) ( 3396 -1240 56 ) common/caulk 20 11 0.00 1 1 0 65696 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 134 +{ +( -3071.275146 2433.774414 24 ) ( -3484.225586 2846.724609 24 ) ( -3772.724609 2558.225586 24 ) common/playerclip -44 44 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3778 2512 472 ) ( -3778 2512 456 ) ( -3482 2808 456 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3876 2346 24 ) ( -3878 2344 24 ) ( -3877 2345 472 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3698 2542 208 ) ( -3694 2912 208 ) ( -3690 2542 208 ) common/playerclip -44 44 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3576 2682 24 ) ( -3568 2674 24 ) ( -3572 2678 208 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3648 2606 24 ) ( -3656 2614 24 ) ( -3652 2610 208 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 135 +{ +( -2995.275146 2505.774414 24 ) ( -3408.225586 2918.724609 24 ) ( -3696.724609 2630.225586 24 ) common/playerclip -56 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3706 2584 472 ) ( -3706 2584 456 ) ( -3410 2880 456 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3812 2436 24 ) ( -3814 2434 24 ) ( -3813 2435 472 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3622 2614 208 ) ( -3618 2984 208 ) ( -3614 2614 208 ) common/playerclip -56 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3556 2718 24 ) ( -3548 2710 24 ) ( -3552 2714 208 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3572 2678 24 ) ( -3580 2686 24 ) ( -3576 2682 208 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 136 +{ +( -1600 2208 568 ) ( -1600 2208 456 ) ( -1600 2272 456 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 2152 568 ) ( -1592 2092 568 ) ( -1600 2092 568 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2156 456 ) ( -1600 2092 456 ) ( -1592 2092 456 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1592 2148 568 ) ( -1592 2148 456 ) ( -1592 2092 456 ) common/nodraw 60 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1240 2524 456 ) ( -1264 2524 456 ) ( -1252 2524 568 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2972 456 ) ( -1598 2970 456 ) ( -1599 2971 568 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 137 +{ +( -1568 2062 376 ) ( -1568 2078 376 ) ( -1600 2070 376 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2226 680 ) ( -1600 1810 680 ) ( -1600 1810 104 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1584 1694 456 ) ( -1592 1678 456 ) ( -1600 1694 456 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1592 1678 444 ) ( -1592 1694 456 ) ( -1592 1694 432 ) common/nodraw 60 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1240 2524 376 ) ( -1264 2524 376 ) ( -1252 2524 456 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2972 376 ) ( -1598 2970 376 ) ( -1599 2971 456 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 138 +{ +( -1592 2148 376 ) ( -1592 2148 280 ) ( -1592 2094 280 ) common/nodraw 60 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1568 2078 376 ) ( -1568 2062 376 ) ( -1600 2070 376 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1596 2094 280 ) ( -1592 2110 280 ) ( -1600 2110 280 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2242 504 ) ( -1600 1826 504 ) ( -1600 1826 -72 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1240 2524 280 ) ( -1264 2524 280 ) ( -1252 2524 376 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2972 280 ) ( -1598 2970 280 ) ( -1599 2971 376 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 139 +{ +( -1596 1694 128 ) ( -1592 1742 128 ) ( -1600 1742 128 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1586 1694 268 ) ( -1586 1742 280 ) ( -1586 1742 256 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1592 1742 280 ) ( -1596 1694 280 ) ( -1600 1742 280 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2226 504 ) ( -1600 1810 504 ) ( -1600 1810 -72 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1590 2324 168 ) ( -1600 2324 168 ) ( -1595 2324 280 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2972 128 ) ( -1598 2970 128 ) ( -1599 2971 280 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 140 +{ +( -1586 2014 176 ) ( -1586 2110 184 ) ( -1586 2110 168 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1568 1886 24 ) ( -1568 1934 24 ) ( -1600 1910 24 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2226 504 ) ( -1600 1810 504 ) ( -1600 1810 -72 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2110 128 ) ( -1592 2972 128 ) ( -1584 2110 128 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1560 2324 24 ) ( -1576 2324 24 ) ( -1568 2324 128 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2972 24 ) ( -1598 2970 24 ) ( -1599 2971 128 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 141 +{ +( -1584 2964 168 ) ( -1680 2968 168 ) ( -1584 2972 168 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1680 2964 176 ) ( -1584 2964 184 ) ( -1584 2964 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1808 2940 24 ) ( -1760 2940 24 ) ( -1784 2972 24 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1468 2972 504 ) ( -1884 2972 504 ) ( -1884 2972 -72 ) general_structure/plaster_wall3d 16 46 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1114 2980 24 ) ( -1122 2972 24 ) ( -1118 2976 168 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1598 2970 24 ) ( -1600 2972 24 ) ( -1599 2971 168 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 142 +{ +( -2000 2968 168 ) ( -1952 2964 168 ) ( -1952 2972 168 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2000 2964 268 ) ( -1952 2964 280 ) ( -1952 2964 256 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1952 2964 280 ) ( -2000 2968 280 ) ( -1952 2972 280 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1468 2972 504 ) ( -1884 2972 504 ) ( -1884 2972 -72 ) general_structure/plaster_wall3d 16 46 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1114 2980 168 ) ( -1122 2972 168 ) ( -1118 2976 280 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1598 2970 168 ) ( -1600 2972 168 ) ( -1599 2971 280 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 143 +{ +( -1546 2964 376 ) ( -1546 2964 280 ) ( -1600 2964 280 ) common/nodraw 14 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1616 2940 376 ) ( -1632 2940 376 ) ( -1624 2972 376 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2968 280 ) ( -1584 2964 280 ) ( -1584 2972 280 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1452 2972 504 ) ( -1868 2972 504 ) ( -1868 2972 -72 ) general_structure/plaster_wall3d 16 46 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1114 2980 280 ) ( -1122 2972 280 ) ( -1118 2976 376 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1598 2970 280 ) ( -1600 2972 280 ) ( -1599 2971 376 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 144 +{ +( -1632 2940 376 ) ( -1616 2940 376 ) ( -1624 2972 376 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1468 2972 680 ) ( -1884 2972 680 ) ( -1884 2972 104 ) general_structure/plaster_wall3d 16 46 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2000 2956 456 ) ( -2016 2964 456 ) ( -2000 2972 456 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2016 2964 444 ) ( -2000 2964 456 ) ( -2000 2964 432 ) common/nodraw 14 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1114 2980 376 ) ( -1122 2972 376 ) ( -1118 2976 456 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1598 2970 376 ) ( -1600 2972 376 ) ( -1599 2971 456 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 145 +{ +( -1486 2972 568 ) ( -1486 2972 456 ) ( -1422 2972 456 ) general_structure/plaster_wall3d 16 46 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1542 2964 568 ) ( -1602 2964 568 ) ( -1602 2972 568 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1538 2972 456 ) ( -1602 2972 456 ) ( -1602 2964 456 ) common/nodraw -44 61 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1546 2964 568 ) ( -1546 2964 456 ) ( -1602 2964 456 ) common/nodraw 14 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1114 2980 456 ) ( -1122 2972 456 ) ( -1118 2976 568 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1598 2970 456 ) ( -1600 2972 456 ) ( -1599 2971 568 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 146 +{ +( -1696 2870 34 ) ( -1696 2870 18 ) ( -1872 2742 18 ) ta_berlin/brln_rubble -78 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2384 3062 18 ) ( -1696 2870 18 ) ( -2040 2966 34 ) ta_berlin/brln_rubble -78 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2936 6006 18 ) ( -2944 -2442 18 ) ( -2928 -2442 18 ) common/nodraw 57 46 3.00 -1.687500 1.679689 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2160 5430 34 ) ( -5392 5430 34 ) ( -5392 12982 34 ) mohcommon/crackedconcrete -245 63 35.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1872 2742 18 ) ( -2384 3062 18 ) ( -2128 2902 34 ) ta_berlin/brln_rubble -78 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2032 2886 18 ) ( -1904 2918 18 ) ( -1968 2902 34 ) ta_berlin/brln_rubble -78 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1824 2934 18 ) ( -1808 2806 18 ) ( -1816 2870 34 ) ta_berlin/brln_rubble -148 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1968 2758 18 ) ( -1968 2934 18 ) ( -1968 2846 34 ) ta_berlin/brln_rubble -148 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 147 +{ +( 2660 3872 176 ) ( 3060 3872 176 ) ( 3060 3936 176 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3052 3936 298 ) ( 3052 3872 298 ) ( 2652 3872 298 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3062 3848 176 ) ( 2670 3848 176 ) ( 2670 3848 416 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2942 3544 416 ) ( 2942 3608 176 ) ( 2942 3480 176 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2692 3880 176 ) ( 2704 3880 176 ) ( 2698 3880 416 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2878 3872 176 ) ( 2878 3880 176 ) ( 2878 3876 416 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 148 +{ +( 2572 3872 176 ) ( 2972 3872 176 ) ( 2972 3936 176 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2964 3936 294 ) ( 2964 3872 294 ) ( 2564 3872 294 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2972 3860 176 ) ( 2580 3860 176 ) ( 2580 3860 416 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2818 3544 416 ) ( 2818 3608 176 ) ( 2818 3480 176 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2604 3880 176 ) ( 2616 3880 176 ) ( 2610 3880 416 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2790 3872 176 ) ( 2790 3880 176 ) ( 2790 3876 416 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 149 +{ +( 448 6976 -96 ) ( -128 6976 -96 ) ( -128 6912 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -64 6912 1152 ) ( -64 6976 1152 ) ( 512 6976 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -12800 384 1280 ) ( -12224 384 1280 ) ( -12224 384 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 5824 1024 ) ( -6592 5888 1024 ) ( -6592 5888 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 896 5760 1280 ) ( 320 5760 1280 ) ( 320 5760 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6656 4800 1280 ) ( -6656 4736 1280 ) ( -6656 4736 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 150 +{ +( 13312 7488 -576 ) ( 12736 7488 -576 ) ( 12736 7424 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 12800 7424 1152 ) ( 12800 7488 1152 ) ( 13376 7488 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 76 3136 1280 ) ( 652 3136 1280 ) ( 652 3136 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6272 5824 1024 ) ( 6272 5888 1024 ) ( 6272 5888 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 13696 7104 1280 ) ( 13120 7104 1280 ) ( 13120 7104 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6208 7360 1024 ) ( 6208 7296 1024 ) ( 6208 7296 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 151 +{ +( 13248 7680 -576 ) ( 12672 7680 -576 ) ( 12672 7616 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 12736 7616 1152 ) ( 12736 7680 1152 ) ( 13312 7680 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 3136 1280 ) ( 576 3136 1280 ) ( 576 3136 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6848 1920 1024 ) ( 6848 1984 1024 ) ( 6848 1984 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 14080 3200 1280 ) ( 13504 3200 1280 ) ( 13504 3200 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6272 7552 1024 ) ( 6272 7488 1024 ) ( 6272 7488 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 152 +{ +( 13184 4288 -576 ) ( 12608 4288 -576 ) ( 12608 4224 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 12672 4224 1152 ) ( 12672 4288 1152 ) ( 13248 4288 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -64 -256 1280 ) ( 512 -256 1280 ) ( 512 -256 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6848 -1472 1280 ) ( 6848 -1408 1280 ) ( 6848 -1408 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 14016 -192 1280 ) ( 13440 -192 1280 ) ( 13440 -192 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6272 4160 1024 ) ( 6272 4096 1024 ) ( 6272 4096 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 153 +{ +( 13952 4096 -576 ) ( 13376 4096 -576 ) ( 13376 4032 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 13440 4032 1152 ) ( 13440 4096 1152 ) ( 14016 4096 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 704 -256 1280 ) ( 1280 -256 1280 ) ( 1280 -256 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6912 1920 1280 ) ( 6912 1984 1280 ) ( 6912 1984 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 14368 3200 1280 ) ( 13792 3200 1280 ) ( 13792 3200 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6848 3840 1024 ) ( 6848 3776 1024 ) ( 6848 3776 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 154 +{ +( 7104 1280 -576 ) ( 6528 1280 -576 ) ( 6528 1216 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6592 1216 1152 ) ( 6592 1280 1152 ) ( 7168 1280 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6016 -4896 1280 ) ( -5440 -4896 1280 ) ( -5440 -4896 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 64 384 1280 ) ( 64 448 1280 ) ( 64 448 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 7488 384 1280 ) ( 6912 384 1280 ) ( 6912 384 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 832 1024 ) ( 0 768 1024 ) ( 0 768 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 155 +{ +( 5248 7104 1152 ) ( -704 7104 1152 ) ( -704 320 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -832 320 1216 ) ( -832 7104 1216 ) ( 5120 7104 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -648 -4960 1216 ) ( 5304 -4960 1216 ) ( 5304 -4960 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6272 256 1216 ) ( 6272 7040 1216 ) ( 6272 7040 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 5120 7104 1216 ) ( -832 7104 1216 ) ( -832 7104 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 6848 1216 ) ( 0 64 1216 ) ( 0 64 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 156 +{ +( 9920 4928 1152 ) ( 3968 4928 1152 ) ( 3968 -1856 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 3840 -1856 1216 ) ( 3840 4928 1216 ) ( 9792 4928 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 4288 -256 1216 ) ( 10240 -256 1216 ) ( 10240 -256 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6912 -1920 1216 ) ( 6912 4864 1216 ) ( 6912 4864 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 9728 3200 1216 ) ( 3776 3200 1216 ) ( 3776 3200 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6272 4800 1216 ) ( 6272 -1984 1216 ) ( 6272 -1984 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 157 +{ +( 9920 4928 -640 ) ( 3968 4928 -640 ) ( 3968 -1856 -640 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 3840 -1856 -576 ) ( 3840 4928 -576 ) ( 9792 4928 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 4288 -256 -576 ) ( 10240 -256 -576 ) ( 10240 -256 -2048 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6912 -1920 -576 ) ( 6912 4864 -576 ) ( 6912 4864 -2048 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 9728 3200 -576 ) ( 3776 3200 -576 ) ( 3776 3200 -2048 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6272 4800 -576 ) ( 6272 -1984 -576 ) ( 6272 -1984 -2048 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 158 +{ +( 5248 7104 -640 ) ( -704 7104 -640 ) ( -704 320 -640 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -832 320 -576 ) ( -832 7104 -576 ) ( 5120 7104 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -936 -4960 -576 ) ( 5016 -4960 -576 ) ( 5016 -4960 -2048 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6272 256 -576 ) ( 6272 7040 -576 ) ( 6272 7040 -2048 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 5120 7104 -576 ) ( -832 7104 -576 ) ( -832 7104 -2048 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 6848 -576 ) ( 0 64 -576 ) ( 0 64 -2048 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 159 +{ +( 10960 5504 -96 ) ( 10384 5504 -96 ) ( 10384 5440 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 10432 5440 1152 ) ( 10432 5504 1152 ) ( 11008 5504 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6112 384 1280 ) ( -5536 384 1280 ) ( -5536 384 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 64 -232 1280 ) ( 64 -168 1280 ) ( 64 -168 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 11272 728 1280 ) ( 10696 728 1280 ) ( 10696 728 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 5432 1952 ) ( 0 5368 1952 ) ( 0 5368 1888 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 160 +{ +( 8848 10496 -96 ) ( 8272 10496 -96 ) ( 8272 10432 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 8320 10432 1152 ) ( 8320 10496 1152 ) ( 8896 10496 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -8320 4992 1024 ) ( -7744 4992 1024 ) ( -7744 4992 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2048 4760 1024 ) ( -2048 4824 1024 ) ( -2048 4824 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 9280 5696 1280 ) ( 8704 5696 1280 ) ( 8704 5696 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2112 10304 1728 ) ( -2112 10240 1728 ) ( -2112 10240 1664 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 161 +{ +( 7952 7488 -96 ) ( 7376 7488 -96 ) ( 7376 7424 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 7424 7424 1152 ) ( 7424 7488 1152 ) ( 8000 7488 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -9216 2496 1280 ) ( -8640 2496 1280 ) ( -8640 2496 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2944 1752 1024 ) ( -2944 1816 1024 ) ( -2944 1816 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 8384 4064 1280 ) ( 7808 4064 1280 ) ( 7808 4064 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3008 7296 1024 ) ( -3008 7232 1024 ) ( -3008 7232 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 162 +{ +( 1168 -7872 -96 ) ( 1168 -7296 -96 ) ( 1104 -7296 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 1088 -7360 1152 ) ( 1152 -7360 1152 ) ( 1152 -7936 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3584 1920 1152 ) ( -3584 1920 -320 ) ( -3008 2496 -320 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3392 2176 1152 ) ( -3392 2176 -320 ) ( -3392 2240 -320 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2928 2496 160 ) ( -2928 2496 1632 ) ( -2288 3136 1632 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 1424 2496 1760 ) ( 1360 2496 1760 ) ( 1360 2496 1696 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 163 +{ +( -768 -7104 -96 ) ( -768 -6528 -96 ) ( -832 -6528 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -832 -6592 1152 ) ( -768 -6592 1152 ) ( -768 -7168 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -4160 4032 1152 ) ( -4160 4032 -320 ) ( -3584 4608 -320 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -4864 3264 352 ) ( -4864 3264 1824 ) ( -4224 3904 1824 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -4352 3840 -96 ) ( -4328 3816 -96 ) ( -4340 3828 1376 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -4712 3464 -320 ) ( -4720 3472 -320 ) ( -4716 3468 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 164 +{ +( -1504 -8416 -96 ) ( -1504 -7840 -96 ) ( -1568 -7840 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -1568 -7904 1152 ) ( -1504 -7904 1152 ) ( -1504 -8480 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -4896 2720 1632 ) ( -4896 2720 160 ) ( -4320 3296 160 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -5600 1952 -96 ) ( -5600 1952 1376 ) ( -4960 2592 1376 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -5088 2528 -96 ) ( -5064 2504 -96 ) ( -5076 2516 1376 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 928 -320 ) ( -6592 1056 -320 ) ( -6592 992 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 165 +{ +( -1536 -8384 -96 ) ( -1536 -7808 -96 ) ( -1600 -7808 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -1600 -7872 1152 ) ( -1536 -7872 1152 ) ( -1536 -8448 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -5280 3136 448 ) ( -5280 3136 -1024 ) ( -4704 3712 -1024 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -5632 1984 -96 ) ( -5632 1984 1376 ) ( -4992 2624 1376 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -5120 2560 -96 ) ( -5096 2536 -96 ) ( -5108 2548 1376 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -5064 2440 -320 ) ( -5072 2448 -320 ) ( -5068 2444 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 166 +{ +( -1904 -8000 -96 ) ( -1904 -7424 -96 ) ( -1968 -7424 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -1984 -7488 1152 ) ( -1920 -7488 1152 ) ( -1920 -8064 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -4896 3584 1152 ) ( -4896 3584 -320 ) ( -4320 4160 -320 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6000 2400 -544 ) ( -6000 2400 928 ) ( -5360 3040 928 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -5488 2944 -544 ) ( -5464 2920 -544 ) ( -5476 2932 928 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 1760 128 ) ( -6592 1888 128 ) ( -6592 1824 1600 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 167 +{ +( -512 7104 1152 ) ( -6464 7104 1152 ) ( -6464 320 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 320 1216 ) ( -6592 7104 1216 ) ( -640 7104 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 320 1216 ) ( -640 320 1216 ) ( -640 320 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -640 5760 1216 ) ( -6592 5760 1216 ) ( -6592 5760 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6656 7104 1216 ) ( -6656 320 1216 ) ( -6656 320 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2112 7104 1152 ) ( -2112 6976 1152 ) ( -2112 7040 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 168 +{ +( -512 7104 1152 ) ( -6464 7104 1152 ) ( -6464 320 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 320 1216 ) ( -6592 7104 1216 ) ( -640 7104 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 320 1216 ) ( -640 320 1216 ) ( -640 320 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 400 1216 ) ( 0 7184 1216 ) ( 0 7184 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -640 7104 1216 ) ( -6592 7104 1216 ) ( -6592 7104 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2112 6976 1152 ) ( -2112 7104 1152 ) ( -2112 7040 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 169 +{ +( -512 7104 -160 ) ( -6464 7104 -160 ) ( -6464 320 -160 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 320 -96 ) ( -6592 7104 -96 ) ( -640 7104 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 320 -96 ) ( -640 320 -96 ) ( -640 320 -1568 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -704 5760 -96 ) ( -6656 5760 -96 ) ( -6656 5760 -1568 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6656 7104 -96 ) ( -6656 320 -96 ) ( -6656 320 -1568 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2112 6976 -160 ) ( -2112 6848 -160 ) ( -2112 6912 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 170 +{ +( -512 7104 -160 ) ( -6464 7104 -160 ) ( -6464 320 -160 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 320 -96 ) ( -6592 7104 -96 ) ( -640 7104 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 320 -96 ) ( -640 320 -96 ) ( -640 320 -1568 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 224 -96 ) ( 0 7008 -96 ) ( 0 7008 -1568 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -640 7104 -96 ) ( -6592 7104 -96 ) ( -6592 7104 -1568 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2112 6848 -160 ) ( -2112 6976 -160 ) ( -2112 6912 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 171 +{ +( 512 5760 -96 ) ( -64 5760 -96 ) ( -64 5696 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 5696 1152 ) ( 0 5760 1152 ) ( 576 5760 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 128 5696 1280 ) ( 704 5696 1280 ) ( 704 5696 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 576 5760 1280 ) ( 0 5760 1280 ) ( 0 5760 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6592 5632 576 ) ( -6592 5568 576 ) ( -6592 5568 512 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2112 5760 -96 ) ( -2112 5696 -96 ) ( -2112 5728 1632 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 172 +{ +( 576 5760 -96 ) ( 0 5760 -96 ) ( 0 5696 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 64 5696 1152 ) ( 64 5760 1152 ) ( 640 5760 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 192 5696 1280 ) ( 768 5696 1280 ) ( 768 5696 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 4800 7040 1280 ) ( 4224 7040 1280 ) ( 4224 7040 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2112 5632 1504 ) ( -2112 5568 1504 ) ( -2112 5568 1440 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2048 5760 -1024 ) ( -2048 5696 -1024 ) ( -2048 5728 704 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 173 +{ +( 512 7104 -96 ) ( -64 7104 -96 ) ( -64 7040 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 7040 1152 ) ( 0 7104 1152 ) ( 576 7104 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 128 7040 1280 ) ( 704 7040 1280 ) ( 704 7040 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 576 7104 1280 ) ( 0 7104 1280 ) ( 0 7104 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2112 7040 -96 ) ( -2112 7104 -96 ) ( -2112 7072 1632 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 7168 -576 ) ( 0 7104 -576 ) ( 0 7136 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 174 +{ +( 512 7104 -576 ) ( -64 7104 -576 ) ( -64 7040 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 7040 1152 ) ( 0 7104 1152 ) ( 576 7104 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 128 7040 1280 ) ( 704 7040 1280 ) ( 704 7040 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6208 7040 1024 ) ( 6208 7104 1024 ) ( 6208 7104 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 576 7104 1280 ) ( 0 7104 1280 ) ( 0 7104 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 7072 -576 ) ( 0 7136 -576 ) ( 0 7104 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 175 +{ +( -13376 -1600 -96 ) ( -12800 -1600 -96 ) ( -12800 -1536 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -12864 -1536 1152 ) ( -12864 -1600 1152 ) ( -13440 -1600 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3584 3136 1632 ) ( -3584 3136 160 ) ( -3008 2560 160 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3776 3840 704 ) ( -3776 3840 -768 ) ( -3712 3840 -768 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3008 2496 -96 ) ( -3008 2496 1376 ) ( -2368 1856 1376 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3584 3136 352 ) ( -3600 3120 352 ) ( -3592 3128 1632 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 176 +{ +( -13376 -1600 -96 ) ( -12800 -1600 -96 ) ( -12800 -1536 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -12864 -1536 1152 ) ( -12864 -1600 1152 ) ( -13440 -1600 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3584 3136 1632 ) ( -3584 3136 160 ) ( -3008 2560 160 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3008 2496 -96 ) ( -3008 2496 1376 ) ( -2368 1856 1376 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3008 -1856 1024 ) ( -3008 -1792 1024 ) ( -3008 -1792 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3480 3008 -96 ) ( -3472 3016 -96 ) ( -3476 3012 1184 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 177 +{ +( -12864 -1536 1152 ) ( -12864 -1600 1152 ) ( -13440 -1600 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3584 3136 1152 ) ( -3584 3136 -320 ) ( -3008 2560 -320 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3008 2496 -128 ) ( -3008 2496 1344 ) ( -2368 1856 1344 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3600 3120 -128 ) ( -3584 3136 -128 ) ( -3592 3128 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3472 3016 -128 ) ( -3480 3008 -128 ) ( -3476 3012 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3556 3136 128 ) ( -3560 2988 128 ) ( -3552 2988 128 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 178 +{ +( -13376 -1600 -96 ) ( -12800 -1600 -96 ) ( -12800 -1536 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3584 3136 1632 ) ( -3584 3136 160 ) ( -3008 2560 160 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3008 2496 352 ) ( -3008 2496 1824 ) ( -2368 1856 1824 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3600 3120 352 ) ( -3584 3136 352 ) ( -3592 3128 1632 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3472 3016 352 ) ( -3480 3008 352 ) ( -3476 3012 1632 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -3568 2988 -8 ) ( -3564 3136 -8 ) ( -3560 2988 -8 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 179 +{ +( 1536 -5920 -96 ) ( 1536 -5344 -96 ) ( 1472 -5344 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 1472 -5408 1152 ) ( 1536 -5408 1152 ) ( 1536 -5984 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2560 4512 1632 ) ( -2560 4512 160 ) ( -1984 5088 160 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2560 4448 -576 ) ( -2560 4448 896 ) ( -1920 5088 896 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2920 4152 -96 ) ( -2916 4148 -96 ) ( -2918 4150 1632 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2960 4064 -96 ) ( -2976 4064 -96 ) ( -2968 4064 1632 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 180 +{ +( 1536 -5312 1152 ) ( 1600 -5312 1152 ) ( 1600 -5888 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2480 4592 1152 ) ( -2480 4592 -320 ) ( -1904 5168 -320 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2592 4448 -576 ) ( -2592 4448 896 ) ( -1952 5088 896 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2932 4164 -576 ) ( -2936 4168 -576 ) ( -2934 4166 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2860 4992 128 ) ( -2864 4136 128 ) ( -2856 4136 128 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2524 4536 128 ) ( -2512 4536 128 ) ( -2518 4536 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 181 +{ +( 1536 -5312 1152 ) ( 1600 -5312 1152 ) ( 1600 -5888 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2480 4592 1632 ) ( -2480 4592 160 ) ( -1904 5168 160 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2592 4448 -576 ) ( -2592 4448 896 ) ( -1952 5088 896 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 2368 4992 1024 ) ( 2304 4992 1024 ) ( 2304 4992 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2732 4992 -96 ) ( -2736 4136 -96 ) ( -2728 4136 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2512 4536 608 ) ( -2524 4536 608 ) ( -2518 4536 1632 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 182 +{ +( 1536 -5312 -8 ) ( 1600 -5312 -8 ) ( 1600 -5888 -8 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2480 4592 480 ) ( -2480 4592 -992 ) ( -1904 5168 -992 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2592 4448 -1728 ) ( -2592 4448 -256 ) ( -1952 5088 -256 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2932 4164 -1248 ) ( -2936 4168 -1248 ) ( -2934 4166 480 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2860 4992 -96 ) ( -2864 4136 -96 ) ( -2856 4136 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -2524 4536 -1024 ) ( -2512 4536 -1024 ) ( -2518 4536 0 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 183 +{ +( 7104 2944 -576 ) ( 6528 2944 -576 ) ( 6528 2880 -576 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6576 2880 -96 ) ( 6576 2944 -96 ) ( 7152 2944 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6080 384 1280 ) ( -5504 384 1280 ) ( -5504 384 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 64 7040 1280 ) ( 64 7104 1280 ) ( 64 7104 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 7488 7040 1280 ) ( 6912 7040 1280 ) ( 6912 7040 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 2496 1024 ) ( 0 2432 1024 ) ( 0 2432 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 184 +{ +( 5696 4864 -96 ) ( 5120 4864 -96 ) ( 5120 4800 -96 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 5184 4800 1152 ) ( 5184 4864 1152 ) ( 5760 4864 1152 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -12928 320 1280 ) ( -12352 320 1280 ) ( -12352 320 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 0 -896 1024 ) ( 0 -832 1024 ) ( 0 -832 960 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( 6528 384 1280 ) ( 5952 384 1280 ) ( 5952 384 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +( -6656 4736 1280 ) ( -6656 4672 1280 ) ( -6656 4672 1216 ) sky/m5l2 0 0 0.00 1 1 0 276 0 +} +// brush 185 +{ +( 2192 3496 536 ) ( 2192 3496 24 ) ( 2264 3224 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 2040 2928 536 ) ( 2040 2928 24 ) ( 1808 2872 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1480 3504 24 ) ( 1480 3504 536 ) ( 1376 3192 536 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1488 3512 536 ) ( 1488 3512 24 ) ( 1752 3600 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 2296 3216 536 ) ( 2296 3216 24 ) ( 2080 2928 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1792 2872 536 ) ( 1792 2872 24 ) ( 1504 2984 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1750 3610 536 ) ( 2230 3450 536 ) ( 2230 3162 536 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 2230 3450 24 ) ( 1750 3610 24 ) ( 1382 3610 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1496 2992 536 ) ( 1496 2992 24 ) ( 1376 3192 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1752 3608 536 ) ( 1752 3608 24 ) ( 2168 3512 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 186 +{ +( 2336 2600 536 ) ( 2336 2600 24 ) ( 2408 2328 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 2160 2040 536 ) ( 2160 2040 24 ) ( 1928 1984 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1592 2608 24 ) ( 1592 2608 536 ) ( 1488 2296 536 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1584 2640 536 ) ( 1584 2640 24 ) ( 1848 2728 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 2376 2328 536 ) ( 2376 2328 24 ) ( 2160 2040 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1928 1984 536 ) ( 1928 1984 24 ) ( 1640 2096 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1878 2714 536 ) ( 2358 2554 536 ) ( 2358 2266 536 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 2358 2554 24 ) ( 1878 2714 24 ) ( 1510 2714 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1640 2096 536 ) ( 1640 2096 24 ) ( 1520 2296 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1880 2728 536 ) ( 1880 2728 24 ) ( 2296 2632 24 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 187 +{ +( -3264 1832 24 ) ( -2800 1833.818359 72 ) ( -2800 1785.707031 50.551201 ) common/playerclip 39 20 -15.00 0.999890 0.999654 65536 2193 0 +surfaceparm detail +( -3264 1832 24 ) ( -3168 1944 72 ) ( -2800 1833.818359 72 ) common/playerclip 39 20 -15.00 0.999890 0.999654 65536 2193 0 +surfaceparm detail +( -3264 1832 24 ) ( -3218.303711 1893.696289 48.725616 ) ( -3168 1944 72 ) common/playerclip 39 20 -15.00 0.999890 0.999654 65536 2193 0 +surfaceparm detail +( -2470.870850 1762.193359 24 ) ( -2540.417480 1780.828125 24 ) ( -2544.558838 1765.373047 24 ) common/playerclip 7 52 -15.00 0.999890 1.000488 65536 2193 0 +surfaceparm detail +( -2536.831299 1763.302734 72 ) ( -2532.690186 1778.757813 72 ) ( -2463.143799 1760.123047 72 ) common/playerclip 7 52 -15.00 0.999890 1.000488 65536 2193 0 +surfaceparm detail +( -2382.870850 2034.193359 100 ) ( -2452.417480 2052.828125 100 ) ( -2452.417480 2052.828125 24 ) common/playerclip -22 -12 0.00 0.965820 1 65536 2193 0 +surfaceparm detail +( -3264 1832 24 ) ( -3218.303223 1893.696777 24 ) ( -3218.303223 1893.696777 48.725697 ) common/playerclip -61 -12 0.00 0.965576 1 65536 2193 0 +surfaceparm detail +( -2800 1785.707031 50.551201 ) ( -2808 1744 24 ) ( -3264 1832 24 ) common/playerclip 39 20 -15.00 0.999890 0.999654 65536 2193 0 +surfaceparm detail +( -2800 1785.705078 24 ) ( -2808 1744 24 ) ( -2800 1785.706055 50.550571 ) common/playerclip -6 -12 0.00 0.966064 1 65536 2193 0 +surfaceparm detail +( -2800 1944 24 ) ( -2800 1928 24 ) ( -2800 1936 72 ) common/playerclip -6 -12 0.00 0.966064 1 65536 2193 0 +surfaceparm detail +( -3208 1904 24 ) ( -3200 1912 24 ) ( -3204 1908 72 ) common/playerclip -6 -12 0.00 0.966064 1 65536 2193 0 +surfaceparm detail +} +// brush 188 +{ +( -2440 1848 72 ) ( -2464 1784 24 ) ( -2760 1744 24 ) common/playerclip -24 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2460 1864 24 ) ( -2532 1864 24 ) ( -2532 1848 24 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2524 1848 72 ) ( -2524 1864 72 ) ( -2452 1864 72 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2460 1864 100 ) ( -2532 1864 100 ) ( -2532 1864 24 ) common/playerclip -56 -12 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2760 1744 24 ) ( -2760 1848 72 ) ( -2440 1848 72 ) common/playerclip -24 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2464 1800 23.998705 ) ( -2464 1784 23.998705 ) ( -2464 1792 72 ) common/playerclip -24 -12 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2784 1768 23.999784 ) ( -2784 1776 23.999784 ) ( -2784 1772 72 ) common/playerclip -24 -12 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 189 +{ +( -2460 1864 24 ) ( -2532 1864 24 ) ( -2532 1848 24 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2524 1848 72 ) ( -2524 1864 72 ) ( -2452 1864 72 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2460 1864 100 ) ( -2532 1864 100 ) ( -2532 1864 24 ) common/playerclip -56 -12 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2808 1872 100 ) ( -2808 1856 100 ) ( -2808 1856 24 ) common/playerclip -24 -12 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2760 1744 24 ) ( -2760 1848 72 ) ( -2440 1848 72 ) common/playerclip -24 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2784 1776 23.999784 ) ( -2784 1768 23.999784 ) ( -2784 1772 72 ) common/playerclip -24 -12 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 190 +{ +( -2464 1864 72 ) ( -2344 1864 40 ) ( -2439.991943 1848.001465 67.198380 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2464 1784 23.999784 ) ( -2464 1840.200195 68.400040 ) ( -2439.991943 1848.001465 67.198380 ) common/playerclip -24 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2344 1864 40 ) ( -2464 1784.000977 24.000919 ) ( -2439.991943 1848.001465 67.198380 ) common/playerclip -24 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2439.991943 1848.001465 67.198380 ) ( -2464 1848 72 ) ( -2464 1864 72 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2460 1864 100 ) ( -2532 1864 100 ) ( -2532 1864 24 ) common/playerclip -56 -12 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2464 1840.199219 68.399231 ) ( -2464 1848.000977 72 ) ( -2439.991943 1848.001465 67.198380 ) common/playerclip -24 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2464 1784 24 ) ( -2344 1864 40 ) ( -2280 1864 8 ) common/playerclip -24 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2464 1784 23.998705 ) ( -2464 1800 23.998705 ) ( -2464 1792 72 ) common/playerclip -24 -12 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2336 1784 24 ) ( -2340 1864 24 ) ( -2344 1784 24 ) common/playerclip -24 52 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 191 +{ +( -868 4528 632 ) ( -868 4528 24 ) ( -904 4476 24 ) common/playerclip -56 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -868 4528 24 ) ( -868 4528 632 ) ( -852 4616 632 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -904 4476 632 ) ( -904 4476 24 ) ( -904 4764 24 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2448 4448 24 ) ( -2448 4272 24 ) ( 668 4272 24 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( 748 4448 632 ) ( 676 4272 632 ) ( -2440 4272 632 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -852 4616 24 ) ( -852 4616 632 ) ( -904 4764 632 ) common/playerclip -56 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 192 +{ +( -1464 5253 32 ) ( -1464 4829 32 ) ( -1024 4829 32 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1260 4888 44 ) ( -1260 4816 44 ) ( -1260 4816 32 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1304 4696 92 ) ( -864 4696 92 ) ( -864 4696 20 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -900 4888 32 ) ( -895 4888 32 ) ( -897 4888 104 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1306 4828 88 ) ( -1306 4900 88 ) ( -1252 4900 60 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1256 4696 56 ) ( -1254 4888 56 ) ( -1252 4696 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 193 +{ +( -1204 4628 26 ) ( -1204 4956 26 ) ( -1276 4956 26 ) general_structure/jh_conc512damg -16 176 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1268 4716 8 ) ( -1268 4716 704 ) ( -1196 4716 704 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4964 8 ) ( -1280 4964 704 ) ( -1280 4636 704 ) general_structure/jh_conc512damg -176 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4628 8 ) ( -1260 4628 704 ) ( -1260 4956 704 ) general_structure/jh_conc512damg -176 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1248 4852 8 ) ( -1232 4852 8 ) ( -1240 4852 360.000061 ) general_structure/jh_conc512damg -240 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4676 56 ) ( -1274 4852 56 ) ( -1268 4676 56 ) general_structure/jh_conc512damg -240 248 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 194 +{ +( -1344 5313 32 ) ( -1344 4889 32 ) ( -904 4889 32 ) general_structure/jh_conc512damg -73 -152 90.00 1 1 0 65536 0 +surfaceparm detail +( -1272 4888 132 ) ( -1272 4960 132 ) ( -1150 4960 148 ) general_structure/jh_conc512damg -73 -152 90.00 1 1 0 65536 0 +surfaceparm detail +( -1260 4960 44 ) ( -1260 4888 44 ) ( -1260 4888 32 ) general_structure/jh_conc512damg -72 -14 0.00 1 1 0 65536 0 +surfaceparm detail +( -1296 4888 92 ) ( -856 4888 92 ) ( -856 4888 20 ) general_structure/jh_conc512damg 152 -15 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -900 4960 32 ) ( -895 4960 32 ) ( -897 4960 104 ) models/items/rubblebase 152 -15 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1186 4888 96 ) ( -1186 4960 96 ) ( -1132 4960 68 ) models/items/rubblebase -228 -144 89.99 1 1.000244 0 65536 0 +surfaceparm detail +} +// brush 195 +{ +( -940 4207 32 ) ( -940.000122 4631 32 ) ( -1380 4631 32 ) general_structure/jh_conc512damg 231 172 -90.01 0.999878 1 0 65536 0 +surfaceparm detail +( -964 4632 112 ) ( -964 4560 112 ) ( -1086 4560 128 ) general_structure/jh_conc512damg 231 172 -90.01 0.999878 1 0 65536 0 +surfaceparm detail +( -976 4560 44 ) ( -976 4632 44 ) ( -976 4632 32 ) general_structure/jh_conc512damg 232 -14 -180.00 1.000061 -1 0 65536 0 +surfaceparm detail +( -939.999878 4632 92 ) ( -1379.999756 4632 92 ) ( -1379.999756 4632 20 ) general_structure/jh_conc512damg -171 -16 0.00 1.000122 1 0 65536 0 +surfaceparm detail +( -1336 4560 32 ) ( -1341 4560 32 ) ( -1338.500000 4560 104 ) models/items/rubblebase -171 -16 0.00 1.000122 1 0 65536 0 +surfaceparm detail +( -1098 4632 60 ) ( -1098 4560 60 ) ( -1152 4560 32 ) models/items/rubblebase 75 180 -90.01 0.999939 1.000122 0 65536 0 +surfaceparm detail +} +// brush 196 +{ +( -5733.154785 3368.978027 -4 ) ( -5535.164551 3142.703369 -4 ) ( -5622.846191 3055.022217 152.000122 ) common/playerclip 9 -25 -48.81 1.002364 -0.793374 65536 2193 0 +surfaceparm detail +( -5844 3316 188 ) ( -5844 3316 32 ) ( -5732 3368 32 ) common/playerclip -5 -31 0.00 0.707520 0.999985 65536 2193 0 +surfaceparm detail +( -5034.533691 2975.825439 32 ) ( -5769.923828 2704.296143 32 ) ( -5702.041992 2636.414063 32 ) common/playerclip 6 49 -45.05 1.000066 1.000411 65536 2193 0 +surfaceparm detail +( -5740 3324 32 ) ( -5732 3324 32 ) ( -5736 3324 152.256271 ) common/playerclip 17 55 -180.00 0.707031 -1 65536 2193 0 +surfaceparm detail +( -5608 3068 32 ) ( -5844 3316 32 ) ( -5726 3192 152.256256 ) common/playerclip 28 55 -180.00 0.707031 -1 65536 2193 0 +surfaceparm detail +( -5632 3208 32 ) ( -5612 3072 32 ) ( -5622 3140 145.167023 ) common/playerclip 28 55 -180.00 0.707031 -1 65536 2193 0 +surfaceparm detail +} +// brush 197 +{ +( -812 1944 32 ) ( -1112 1964 32 ) ( -1112 2088 188.000122 ) common/playerclip 60 55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( -812 2128 544 ) ( -812 2128 24 ) ( -812 1988 24 ) common/playerclip 24 -30 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( -1584 1728 32 ) ( -1256 2440 32 ) ( -1352 2440 32 ) common/playerclip 58 -24 -180.00 1 1 65536 2193 0 +surfaceparm detail +( -812 2088 188 ) ( -1468 2088 188 ) ( -1468 2088 32 ) common/playerclip 60 55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( -1468 2088 188 ) ( -812 2088 188 ) ( -812 1944 32 ) common/playerclip 60 55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( -1112 2088 188.000107 ) ( -1112 1964 32 ) ( -1112 2088 32 ) common/playerclip 60 55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +} +// brush 198 +{ +( -1112 2088 187.999542 ) ( -1112 1964 32 ) ( -1468 1920.000488 32 ) common/playerclip 60 55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( -1468 1992 1120 ) ( -1468 1992 24 ) ( -1468 2496 24 ) common/playerclip 24 -30 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( -1464 1920 32 ) ( -1108 1920 32 ) ( -1112 2088 32 ) common/playerclip 58 -24 -180.00 1 1 65536 2193 0 +surfaceparm detail +( -812 2088 188 ) ( -1468 2088 188 ) ( -1468 2088 32 ) common/playerclip 60 55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( -1108 1920 32 ) ( -1464 1920 32 ) ( -1468 2088 188 ) common/playerclip 59 56 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( -1112 2088 188 ) ( -1112 2088 32 ) ( -1112 1964 32 ) common/playerclip 60 55 -180.00 1 -1 65536 2193 0 +surfaceparm detail +} +// brush 199 +{ +( -5008 4956 24 ) ( -5168 4956 24 ) ( -5168 4788 24 ) common/playerclip -48 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5170 4788 562 ) ( -5170 4956 562 ) ( -5010 4956 562 ) common/playerclip -48 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5044 4764 564 ) ( -5044 4764 24 ) ( -5104 4724 24 ) common/playerclip -36 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5044 4764 24 ) ( -5044 4764 564 ) ( -5136 4896 564 ) common/playerclip -36 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5136 4896 24 ) ( -5136 4896 376 ) ( -5136 4872 376 ) common/playerclip -36 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5104 4724 564 ) ( -5104 4724 24 ) ( -5136 4868 24 ) common/playerclip -36 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 200 +{ +( -4988 4900 24 ) ( -5148 4900 24 ) ( -5148 4732 24 ) common/playerclip -4 44 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5150 4732 562 ) ( -5150 4900 562 ) ( -4990 4900 562 ) common/playerclip -4 44 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5008 4728 564 ) ( -5008 4728 24 ) ( -5052 4712 24 ) common/playerclip -56 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5044 4764 564 ) ( -5044 4764 24 ) ( -5008 4728 24 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5052 4712 564 ) ( -5052 4712 24 ) ( -5104 4724 24 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5044 4764 24 ) ( -5044 4764 564 ) ( -5104 4724 564 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 201 +{ +( -5631.930664 4890.912109 24 ) ( -5349.088379 4608.069336 24 ) ( -5252.921875 4704.235352 24 ) common/playerclip -63 -55 135.01 0.999721 0.999893 65536 2193 0 +surfaceparm detail +( -5244.921875 4704.235352 552 ) ( -5341.088379 4608.069336 552 ) ( -5623.930664 4890.912109 552 ) common/playerclip -63 -55 135.01 0.999721 0.999893 65536 2193 0 +surfaceparm detail +( -5684 4868 376 ) ( -5684 4868 24 ) ( -5136 4868 24 ) common/playerclip 1 0 -180.00 1.413574 -0.999985 65536 2193 0 +surfaceparm detail +( -5104 4724 376 ) ( -5104 4724 24 ) ( -5572 4784 24 ) common/playerclip 17 0 -180.00 1.219238 -1 65536 2193 0 +surfaceparm detail +( -5572 4784 376 ) ( -5572 4784 24 ) ( -5684 4868 24 ) common/playerclip 15 0 -180.00 0.899414 -1 65536 2193 0 +surfaceparm detail +( -5104 4724 24 ) ( -5104 4724 376 ) ( -5136 4868 376 ) common/playerclip 33 0 -180.00 1.415100 -1 65536 2193 0 +surfaceparm detail +} +// brush 202 + { + patchDef2 + { + common/clip + ( 3 3 196608 -2147481455 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1054.347656 2531.498047 0 4.453883 19.446671 ) ( -1080.235229 2241.240234 5 5.972960 19.595631 ) ( -1136.216919 2113.163818 0 6.422633 19.782608 ) ) +( ( -1329.147217 2520.581299 94 4.492218 19.989477 ) ( -1395.999023 2307.413330 28 5.928135 20.244015 ) ( -1429.728271 2079.992188 94 6.460968 20.325415 ) ) +( ( -1582.764404 2534.533447 116 4.911979 20.524044 ) ( -1584.629883 2353.249023 132 5.860960 20.874033 ) ( -1606.159180 2115.283203 88 6.602688 20.930309 ) ) +) + } + } +// brush 203 +{ +( -2766 882 344 ) ( -2766 874 352 ) ( -2782 874 256 ) general_structure/beam_wood1 -226 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2670 874 240 ) ( -2726 882 240 ) ( -2670 890 240 ) ta_berlin/archway1trim_shot 201 -102 90.00 1000 1000 0 65536 0 +surfaceparm detail +( -3230 898 224 ) ( -2670 866 224 ) ( -2670 930 224 ) general_structure/beam_wood1 -226 -1 90.00 1 1 0 16384 0 +surfaceparm detail +( -3230 874 512 ) ( -2670 874 512 ) ( -2670 874 0 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2670 882 496 ) ( -3230 882 496 ) ( -3230 882 256 ) general_structure/beam_wood1 130 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2670 866 496 ) ( -2670 898 496 ) ( -2670 898 256 ) ta_berlin/archway1trim_shot 51 -112 -180.00 83.625000 -360.750000 0 65536 0 +surfaceparm detail +} +// brush 204 +{ +( -2238.275391 351.774414 16 ) ( -2651.225586 764.724609 16 ) ( -2939.724609 476.225586 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2652 386 0 ) ( -2652 386 448 ) ( -2140 386 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2671 882 16 ) ( -2668 882 16 ) ( -2669.500000 882 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2660 386 224 ) ( -2658 882 224 ) ( -2656 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 205 +{ +( -2652 386 0 ) ( -2652 386 448 ) ( -2140 386 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2671 882 16 ) ( -2668 882 16 ) ( -2669.500000 882 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2667 386 504 ) ( -2665.500000 882 504 ) ( -2664 386 504 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2658 882 224 ) ( -2660 386 224 ) ( -2656 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 206 +{ +( 5103.184082 4374.031250 252 ) ( 5115.912598 4361.303223 252 ) ( 5124.397461 4369.788574 252 ) common/metalclip -37 -5 135.00 1.000238 1.000066 536870912 32928 0 +surfaceparm detail +( 5124.397461 4369.788574 276 ) ( 5115.912598 4361.303223 276 ) ( 5103.184082 4374.031250 276 ) common/metalclip -37 -5 135.00 1.000238 1.000066 536870912 32928 0 +surfaceparm detail +( 5113.083496 4381.102539 279 ) ( 5113.083496 4381.102539 252 ) ( 5118.033203 4363.424805 252 ) common/metalclip -40 35 0.00 1.104980 1 536870912 32928 0 +surfaceparm detail +( 5113.083496 4381.102539 252 ) ( 5113.083496 4381.102539 279 ) ( 5109.547852 4381.809570 279 ) common/metalclip 7 34 -180.00 1.178711 -1 536870912 32928 0 +surfaceparm detail +( 5109.547852 4381.809570 252 ) ( 5109.547852 4381.809570 279 ) ( 5115.912598 4361.303223 279 ) common/metalclip -3 35 0.00 1.079590 1 536870912 32928 0 +surfaceparm detail +( 5118.033203 4363.424805 279 ) ( 5118.033203 4363.424805 252 ) ( 5115.912598 4361.303223 252 ) common/metalclip 49 34 -180.00 0.707031 -1 536870912 32928 0 +surfaceparm detail +} +// brush 207 +{ +( 5114.497559 4364.131836 225 ) ( 5116.619629 4362.010254 225 ) ( 5118.740234 4364.131836 225 ) common/metalclip -31 -17 134.98 1.000239 1.000066 536870912 32928 0 +surfaceparm detail +( 5118.033691 4364.838867 252 ) ( 5115.912109 4362.717285 252 ) ( 5113.791016 4364.838867 252 ) common/metalclip -31 -17 134.98 1.000239 1.000066 536870912 32928 0 +surfaceparm detail +( 5118.033691 4364.838867 252 ) ( 5115.912109 4366.959961 252 ) ( 5115.912109 4366.959961 248 ) common/metalclip 18 7 -180.00 0.707275 -1 536870912 32928 0 +surfaceparm detail +( 5115.912109 4366.959961 252 ) ( 5113.791016 4364.838867 252 ) ( 5113.791016 4364.838867 248 ) common/metalclip 50 7 -180.00 0.707031 -1 536870912 32928 0 +surfaceparm detail +( 5113.791016 4364.838867 252 ) ( 5115.912109 4362.717285 252 ) ( 5115.912109 4362.717285 248 ) common/metalclip -2 8 0.00 0.707764 1 536870912 32928 0 +surfaceparm detail +( 5115.912109 4362.717285 252 ) ( 5118.033691 4364.838867 252 ) ( 5118.033691 4364.838867 248 ) common/metalclip 54 8 -180.00 0.707153 -1 536870912 32928 0 +surfaceparm detail +} +// brush 208 +{ +( 5110.255371 4378.273926 224 ) ( 5112.376953 4376.152344 224 ) ( 5114.498047 4378.273926 224 ) common/metalclip -45 -26 134.99 0.999721 1.000066 536870912 32928 0 +surfaceparm detail +( 5113.790527 4378.981445 251 ) ( 5111.669434 4376.859375 251 ) ( 5109.548340 4378.980957 251 ) common/metalclip -45 -26 134.99 0.999721 1.000066 536870912 32928 0 +surfaceparm detail +( 5113.790527 4378.981445 251 ) ( 5111.669434 4381.102539 251 ) ( 5111.669434 4381.102539 247 ) common/metalclip -34 7 0.00 0.707031 1 536870912 32928 0 +surfaceparm detail +( 5111.669434 4381.102539 251 ) ( 5109.548340 4378.980957 251 ) ( 5109.548340 4378.980957 247 ) common/metalclip 23 7 -180.00 0.707153 -1 536870912 32928 0 +surfaceparm detail +( 5109.548340 4378.980957 251 ) ( 5111.669434 4376.859375 251 ) ( 5111.669434 4376.859375 247 ) common/metalclip 13 6 -180.00 0.707764 -1 536870912 32928 0 +surfaceparm detail +( 5111.669434 4376.859375 251 ) ( 5113.790527 4378.981445 251 ) ( 5113.790527 4378.981445 247 ) common/metalclip 19 7 -180.00 0.707336 -1 536870912 32928 0 +surfaceparm detail +} +// brush 209 +{ +( 5093.284668 4374.031250 224 ) ( 5095.406250 4371.910156 224 ) ( 5097.527344 4374.031250 224 ) common/metalclip -52 -12 135.00 0.999634 0.999979 536870912 32928 0 +surfaceparm detail +( 5096.820801 4374.738281 251 ) ( 5094.698730 4372.617188 251 ) ( 5092.578125 4374.738281 251 ) common/metalclip -52 -12 135.00 0.999634 0.999979 536870912 32928 0 +surfaceparm detail +( 5096.820801 4374.738281 251 ) ( 5094.698730 4376.859375 251 ) ( 5094.698730 4376.859375 247 ) common/metalclip 51 6 -180.00 0.707764 -1 536870912 32928 0 +surfaceparm detail +( 5094.698730 4376.859375 251 ) ( 5092.578125 4374.738281 251 ) ( 5092.578125 4374.738281 247 ) common/metalclip 17 7 -180.00 0.707336 -1 536870912 32928 0 +surfaceparm detail +( 5092.578125 4374.738281 251 ) ( 5094.698730 4372.617188 251 ) ( 5094.698730 4372.617188 247 ) common/metalclip -23 7 0.00 0.707275 1 536870912 32928 0 +surfaceparm detail +( 5094.698730 4372.617188 251 ) ( 5096.820801 4374.738281 251 ) ( 5096.820801 4374.738281 247 ) common/metalclip 12 6 -180.00 0.707031 -1 536870912 32928 0 +surfaceparm detail +} +// brush 210 +{ +( 5097.527344 4359.889160 225 ) ( 5099.648926 4357.767578 225 ) ( 5101.770020 4359.889160 225 ) common/metalclip -37 -5 135.00 1.000238 1.000066 536870912 32928 0 +surfaceparm detail +( 5101.062988 4360.596191 252 ) ( 5098.941895 4358.474609 252 ) ( 5096.820313 4360.596191 252 ) common/metalclip -37 -5 135.00 1.000238 1.000066 536870912 32928 0 +surfaceparm detail +( 5101.062988 4360.596191 252 ) ( 5098.941406 4362.717773 252 ) ( 5098.941406 4362.717773 248 ) common/metalclip -62 8 0.00 0.707031 1 536870912 32928 0 +surfaceparm detail +( 5098.941406 4362.717773 252 ) ( 5096.820313 4360.596191 252 ) ( 5096.820313 4360.596191 248 ) common/metalclip 61 8 -180.00 0.707092 -1 536870912 32928 0 +surfaceparm detail +( 5096.820313 4360.596191 252 ) ( 5098.941895 4358.474609 252 ) ( 5098.941895 4358.474609 248 ) common/metalclip 54 7 -180.00 0.707275 -1 536870912 32928 0 +surfaceparm detail +( 5098.941895 4358.474609 252 ) ( 5101.062988 4360.596191 252 ) ( 5101.062988 4360.596191 248 ) common/metalclip 58 8 -180.00 0.707031 -1 536870912 32928 0 +surfaceparm detail +} +// brush 211 +{ +( 5103.891113 4381.809570 225 ) ( 5103.891113 4381.809570 281 ) ( 5092.577637 4381.809570 281 ) common/metalclip 41 8 -180.00 1.415039 -1 536870912 32928 0 +surfaceparm detail +( 5112.376953 4377.566895 225 ) ( 5112.376953 4377.566895 281 ) ( 5103.891602 4386.051758 281 ) common/metalclip 13 7 -180.00 0.707275 -1 536870912 32928 0 +surfaceparm detail +( 5115.912109 4369.788574 225 ) ( 5115.912109 4369.788574 281 ) ( 5115.912109 4381.102051 281 ) common/metalclip -39 9 0.00 1.413940 1 536870912 32928 0 +surfaceparm detail +( 5111.669922 4361.303223 225 ) ( 5111.669922 4361.303223 281 ) ( 5119.447754 4369.081543 281 ) common/metalclip 34 7 -180.00 0.707031 -1 536870912 32928 0 +surfaceparm detail +( 5103.891602 4357.767578 225 ) ( 5103.891602 4357.767578 281 ) ( 5115.205078 4357.767578 281 ) common/metalclip 61 8 -180.00 1.413574 -1 536870912 32928 0 +surfaceparm detail +( 5095.406250 4362.010254 225 ) ( 5095.406250 4362.010254 281 ) ( 5103.184082 4354.232422 281 ) common/metalclip -3 8 0.00 0.707275 1 536870912 32928 0 +surfaceparm detail +( 5091.870605 4369.788574 225 ) ( 5091.870605 4369.788574 281 ) ( 5091.870605 4358.474609 281 ) common/metalclip -18 9 0.00 1.414917 1 536870912 32928 0 +surfaceparm detail +( 5095.405762 4377.566895 225 ) ( 5095.405762 4377.566895 281 ) ( 5086.920410 4369.081543 281 ) common/metalclip 10 8 -180.00 0.707092 -1 536870912 32928 0 +surfaceparm detail +( 5119.448242 4370.495605 248 ) ( 5103.184570 4386.758789 248 ) ( 5086.920898 4370.495605 248 ) common/metalclip -37 -5 135.00 1.000238 1.000066 536870912 32928 0 +surfaceparm detail +( 5085.506836 4371.910156 252 ) ( 5101.769531 4388.173340 252 ) ( 5118.033691 4371.910156 252 ) common/metalclip -37 -5 135.00 1.000238 1.000066 536870912 32928 0 +surfaceparm detail +} +// brush 212 +{ +( 3115 4544 222 ) ( 3115 4544 257 ) ( 3126 4555 257 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +( 3104 4539 222 ) ( 3104 4539 257 ) ( 3120 4539 257 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +( 3094 4544 222 ) ( 3094 4544 257 ) ( 3105 4533 257 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +( 3089 4555 222 ) ( 3089 4555 257 ) ( 3089 4540 257 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +( 3094 4565 222 ) ( 3094 4565 257 ) ( 3083 4554 257 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +( 3105 4570 222 ) ( 3105 4570 257 ) ( 3090 4570 257 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +( 3115 4565 222 ) ( 3115 4565 257 ) ( 3104 4576 257 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +( 3120 4555 222 ) ( 3120 4555 257 ) ( 3120 4571 257 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +( 3090 4538 216 ) ( 3119 4538 216 ) ( 3119 4569 216 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +( 3119 4570 262 ) ( 3119 4539 262 ) ( 3090 4539 262 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +surfaceparm detail +} +// brush 213 +{ +( 3115 4537 176 ) ( 3115 4537 232 ) ( 3132 4554 232 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 3102 4534 176 ) ( 3102 4534 232 ) ( 3126 4534 232 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 3089 4542 176 ) ( 3089 4542 232 ) ( 3106 4525 232 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 3082 4553 176 ) ( 3082 4553 232 ) ( 3082 4529 232 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 3087 4567 176 ) ( 3087 4567 232 ) ( 3070 4550 232 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 3102 4576 176 ) ( 3102 4576 232 ) ( 3078 4576 232 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 3117 4570 176 ) ( 3117 4570 232 ) ( 3100 4587 232 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 3124 4553 176 ) ( 3124 4553 232 ) ( 3124 4577 232 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 3080 4529 176 ) ( 3124 4529 176 ) ( 3124 4577 176 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 3125 4577 211 ) ( 3125 4529 211 ) ( 3081 4529 211 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +} +// brush 214 +{ +( 5186.999023 3975.982422 24 ) ( 5186.999023 3975.982422 80 ) ( 5196.999023 3980.981934 80 ) common/metalclip -55 0 0.00 1.224609 1 536870912 32928 0 +surfaceparm detail +( 5176.999023 3974.981934 24 ) ( 5176.999023 3974.981934 80 ) ( 5188.999512 3971.982178 80 ) common/metalclip -31 0 0.00 0.965820 1 536870912 32928 0 +surfaceparm detail +( 5169.999512 3979.981934 24 ) ( 5169.999512 3979.981934 80 ) ( 5175.999023 3969.982422 80 ) common/metalclip 35 0 -180.00 1.223633 -1.000004 536870912 32928 0 +surfaceparm detail +( 5169.999023 3989.982178 24 ) ( 5169.999023 3989.982178 80 ) ( 5166.999512 3978.981934 80 ) common/metalclip -9 0 0.00 0.965698 1 536870912 32928 0 +surfaceparm detail +( 5174.999023 3995.982178 24 ) ( 5174.999023 3995.982178 80 ) ( 5164.999023 3990.982178 80 ) common/metalclip -30 0 0.00 1.224609 1 536870912 32928 0 +surfaceparm detail +( 5183.999512 3996.981689 24 ) ( 5183.999512 3996.981689 80 ) ( 5174 3999.981934 80 ) common/metalclip -31 0 0.00 0.966797 1 536870912 32928 0 +surfaceparm detail +( 5190.999023 3991.981934 24 ) ( 5190.999023 3991.981934 80 ) ( 5185.999023 4001.982178 80 ) common/metalclip 57 0 -180.00 1.225220 -1 536870912 32928 0 +surfaceparm detail +( 5191.999512 3983.981934 24 ) ( 5191.999512 3983.981934 80 ) ( 5194.999512 3994.981934 80 ) common/metalclip -2 0 0.00 0.966064 1 536870912 32928 0 +surfaceparm detail +( 5167.999512 3977.981934 47 ) ( 5189.999512 3971.981689 47 ) ( 5195.999023 3993.981934 47 ) common/metalclip 14 46 -14.98 0.999528 0.999654 536870912 32928 0 +surfaceparm detail +( 5197.999512 3992.981934 51 ) ( 5191.999023 3970.982178 51 ) ( 5169.999023 3976.981934 51 ) common/metalclip 14 46 -14.98 0.999528 0.999654 536870912 32928 0 +surfaceparm detail +} +// brush 215 +{ +( 5180.999023 3997.981934 24 ) ( 5178.999512 3998.982422 24 ) ( 5177.999512 3995.982178 24 ) common/metalclip 14 46 -14.98 0.999528 0.999654 536870912 32928 0 +surfaceparm detail +( 5178.999023 3994.981934 51 ) ( 5178.999512 3997.981934 51 ) ( 5181.999512 3997.981934 51 ) common/metalclip 14 46 -14.98 0.999528 0.999654 536870912 32928 0 +surfaceparm detail +( 5178.999023 3994.981934 51 ) ( 5181.999512 3994.981934 51 ) ( 5181.999512 3994.981934 47 ) common/metalclip -5 0 0.00 0.966309 1 536870912 32928 0 +surfaceparm detail +( 5181.999512 3994.981934 51 ) ( 5181.999512 3997.981934 51 ) ( 5181.999512 3997.981934 47 ) common/metalclip 0 0 0.00 0.966431 0.999996 536870912 32928 0 +surfaceparm detail +( 5181.999512 3997.981934 51 ) ( 5178.999512 3997.981934 51 ) ( 5178.999512 3997.981934 47 ) common/metalclip -61 0 0.00 0.966797 1 536870912 32928 0 +surfaceparm detail +( 5178.999512 3997.981934 51 ) ( 5178.999023 3994.981934 51 ) ( 5178.999023 3994.981934 47 ) common/metalclip -6 0 0.00 0.965820 1 536870912 32928 0 +surfaceparm detail +} +// brush 216 +{ +( 5191.999023 3987.981934 23 ) ( 5189 3987.981934 23 ) ( 5187.999512 3985.981934 23 ) common/metalclip 3 35 -15.03 1.000017 1.000253 536870912 32928 0 +surfaceparm detail +( 5188.999023 3984.981934 50 ) ( 5189.999512 3987.982178 50 ) ( 5192.999512 3986.981934 50 ) common/metalclip 3 35 -15.03 1.000017 1.000253 536870912 32928 0 +surfaceparm detail +( 5188.999023 3984.981934 50 ) ( 5192 3984.981689 50 ) ( 5192 3984.981689 46 ) common/metalclip -42 0 0.00 0.967285 1.000004 536870912 32928 0 +surfaceparm detail +( 5192 3984.981689 50 ) ( 5192.999512 3986.981934 50 ) ( 5192.999512 3986.981934 46 ) common/metalclip -55 -1 0.00 0.966675 1 536870912 32928 0 +surfaceparm detail +( 5192.999512 3986.981934 50 ) ( 5189.999512 3987.982178 50 ) ( 5189.999512 3987.982178 46 ) common/metalclip -43 0 0.00 0.965332 1.000004 536870912 32928 0 +surfaceparm detail +( 5189.999512 3987.982178 50 ) ( 5188.999023 3984.981934 50 ) ( 5188.999023 3984.981934 46 ) common/metalclip -60 -1 0.00 0.965698 1 536870912 32928 0 +surfaceparm detail +} +// brush 217 +{ +( 5180 3975.981934 23 ) ( 5176.999023 3975.981934 23 ) ( 5175.999512 3972.981934 23 ) common/metalclip 9 26 -15.02 1.000488 0.999654 536870912 32928 0 +surfaceparm detail +( 5176.999023 3972.982422 50 ) ( 5177.999512 3975.981689 50 ) ( 5180.999512 3974.981934 50 ) common/metalclip 9 26 -15.02 1.000488 0.999654 536870912 32928 0 +surfaceparm detail +( 5176.999023 3972.982422 50 ) ( 5179.999512 3971.981934 50 ) ( 5179.999512 3971.981934 46 ) common/metalclip -33 0 0.00 0.965820 1.000004 536870912 32928 0 +surfaceparm detail +( 5179.999512 3971.981934 50 ) ( 5180.999512 3974.981934 50 ) ( 5180.999512 3974.981934 46 ) common/metalclip -48 -1 0.00 0.965576 1 536870912 32928 0 +surfaceparm detail +( 5180.999512 3974.981934 50 ) ( 5177.999512 3975.981689 50 ) ( 5177.999512 3975.981689 46 ) common/metalclip -22 0 0.00 0.967773 1.000004 536870912 32928 0 +surfaceparm detail +( 5177.999512 3975.981689 50 ) ( 5176.999023 3972.982422 50 ) ( 5176.999023 3972.982422 46 ) common/metalclip -46 -1 0.00 0.965942 1 536870912 32928 0 +surfaceparm detail +} +// brush 218 +{ +( 5168.999512 3985.981934 24 ) ( 5165.999512 3985.981934 24 ) ( 5164.999512 3983.982178 24 ) common/metalclip 30 40 -15.02 1.000488 0.999718 536870912 32928 0 +surfaceparm detail +( 5165.999023 3982.981934 51 ) ( 5166.999023 3985.981934 51 ) ( 5169.999512 3984.981934 51 ) common/metalclip 30 40 -15.02 1.000488 0.999718 536870912 32928 0 +surfaceparm detail +( 5165.999023 3982.981934 51 ) ( 5168.999512 3981.981934 51 ) ( 5168.999512 3981.981934 47 ) common/metalclip -18 0 0.00 0.965820 1 536870912 32928 0 +surfaceparm detail +( 5168.999512 3981.981934 51 ) ( 5169.999512 3984.981934 51 ) ( 5169.999512 3984.981934 47 ) common/metalclip -52 0 0.00 0.966675 0.999996 536870912 32928 0 +surfaceparm detail +( 5169.999512 3984.981934 51 ) ( 5166.999023 3985.981934 51 ) ( 5166.999023 3985.981934 47 ) common/metalclip -17 0 0.00 0.966309 1 536870912 32928 0 +surfaceparm detail +( 5166.999023 3985.981934 51 ) ( 5165.999023 3982.981934 51 ) ( 5165.999023 3982.981934 47 ) common/metalclip -57 0 0.00 0.965820 1 536870912 32928 0 +surfaceparm detail +} +// brush 219 +{ +( 5183.999512 3982.981689 51 ) ( 5165.999512 3986.982178 51 ) ( 5162.999512 3975.981689 51 ) common/metalclip 14 46 -14.98 0.999528 0.999654 536870912 32928 0 +surfaceparm detail +( 5162.999512 3975.981689 75 ) ( 5165.999512 3986.982178 75 ) ( 5183.999512 3982.981689 75 ) common/metalclip 14 46 -14.98 0.999528 0.999654 536870912 32928 0 +surfaceparm detail +( 5179 3971.981934 78 ) ( 5179 3971.981934 51 ) ( 5164.999512 3984.982178 51 ) common/metalclip -21 25 0.00 0.820801 1 536870912 32928 0 +surfaceparm detail +( 5179 3971.981934 51 ) ( 5179 3971.981934 78 ) ( 5181.999023 3972.982178 78 ) common/metalclip -44 26 0.00 1.137695 1 536870912 32928 0 +surfaceparm detail +( 5181.999023 3972.982178 51 ) ( 5181.999023 3972.982178 78 ) ( 5165.999512 3986.982178 78 ) common/metalclip -8 25 0.00 0.830566 1 536870912 32928 0 +surfaceparm detail +( 5164.999512 3984.982178 78 ) ( 5164.999512 3984.982178 51 ) ( 5165.999512 3986.982178 51 ) common/metalclip -11 25 0.00 0.965454 1 536870912 32928 0 +surfaceparm detail +} +// brush 220 +{ +( 5244.068848 3965.146240 51 ) ( 5228.512207 3955.247070 51 ) ( 5234.169434 3945.347168 51 ) common/metalclip -36 19 30.01 0.999738 0.999949 536870912 32928 0 +surfaceparm detail +( 5234.169434 3945.347168 75 ) ( 5228.512207 3955.247070 75 ) ( 5244.068848 3965.146240 75 ) common/metalclip -36 19 30.01 0.999738 0.999949 536870912 32928 0 +surfaceparm detail +( 5248.311523 3953.832520 78 ) ( 5248.311523 3953.832520 51 ) ( 5229.219238 3953.125488 51 ) common/metalclip -1 25 0.00 1.119141 1 536870912 32928 0 +surfaceparm detail +( 5248.311523 3953.832520 51 ) ( 5248.311523 3953.832520 78 ) ( 5249.725586 3956.661133 78 ) common/metalclip -11 26 0.00 1.072876 1 536870912 32928 0 +surfaceparm detail +( 5249.725586 3956.661133 51 ) ( 5249.725586 3956.661133 78 ) ( 5228.512207 3955.247070 78 ) common/metalclip -9 25 0.00 1.100586 1 536870912 32928 0 +surfaceparm detail +( 5229.219238 3953.125488 78 ) ( 5229.219238 3953.125488 51 ) ( 5228.512207 3955.247070 51 ) common/metalclip 0 25 0.00 1.024170 1 536870912 32928 0 +surfaceparm detail +} +// brush 221 +{ +( 5231.340820 3956.661133 24 ) ( 5229.219727 3954.540039 24 ) ( 5229.926270 3952.418457 24 ) common/metalclip -24 15 29.98 0.999978 0.999811 536870912 32928 0 +surfaceparm detail +( 5231.340820 3952.418457 51 ) ( 5229.926270 3955.246582 51 ) ( 5232.754883 3956.661133 51 ) common/metalclip -24 15 29.98 0.999978 0.999811 536870912 32928 0 +surfaceparm detail +( 5231.340820 3952.418457 51 ) ( 5234.169434 3953.832520 51 ) ( 5234.169434 3953.832520 47 ) common/metalclip -30 0 0.00 0.910645 1 536870912 32928 0 +surfaceparm detail +( 5234.169434 3953.832520 51 ) ( 5232.754883 3956.661133 51 ) ( 5232.754883 3956.661133 47 ) common/metalclip -17 0 0.00 0.911255 0.999996 536870912 32928 0 +surfaceparm detail +( 5232.754883 3956.661133 51 ) ( 5229.926270 3955.246582 51 ) ( 5229.926270 3955.246582 47 ) common/metalclip -27 0 0.00 0.911377 1 536870912 32928 0 +surfaceparm detail +( 5229.926270 3955.246582 51 ) ( 5231.340820 3952.418457 51 ) ( 5231.340820 3952.418457 47 ) common/metalclip -18 0 0.00 0.910522 1 536870912 32928 0 +surfaceparm detail +} +// brush 222 +{ +( 5246.190430 3957.368164 23 ) ( 5244.068848 3955.246582 23 ) ( 5245.482910 3952.418457 23 ) common/metalclip -44 62 29.98 0.999978 0.999949 536870912 32928 0 +surfaceparm detail +( 5246.189453 3953.125488 50 ) ( 5244.775879 3955.953613 50 ) ( 5247.604004 3957.368164 50 ) common/metalclip -44 62 29.98 0.999978 0.999949 536870912 32928 0 +surfaceparm detail +( 5246.189453 3953.125488 50 ) ( 5249.018555 3954.539795 50 ) ( 5249.018555 3954.539795 46 ) common/metalclip -50 0 0.00 0.910645 1.000004 536870912 32928 0 +surfaceparm detail +( 5249.018555 3954.539795 50 ) ( 5247.604004 3957.368164 50 ) ( 5247.604004 3957.368164 46 ) common/metalclip -21 -1 0.00 0.910400 1 536870912 32928 0 +surfaceparm detail +( 5247.604004 3957.368164 50 ) ( 5244.775879 3955.953613 50 ) ( 5244.775879 3955.953613 46 ) common/metalclip -38 0 0.00 0.911621 1.000004 536870912 32928 0 +surfaceparm detail +( 5244.775879 3955.953613 50 ) ( 5246.189453 3953.125488 50 ) ( 5246.189453 3953.125488 46 ) common/metalclip -17 -1 0.00 0.910889 1 536870912 32928 0 +surfaceparm detail +} +// brush 223 +{ +( 5246.189941 3974.338623 23 ) ( 5244.068848 3972.217285 23 ) ( 5244.775879 3970.096191 23 ) common/metalclip -52 13 29.98 0.999978 0.999949 536870912 32928 0 +surfaceparm detail +( 5246.189941 3970.096191 50 ) ( 5244.775879 3972.924805 50 ) ( 5247.604492 3974.338867 50 ) common/metalclip -52 13 29.98 0.999978 0.999949 536870912 32928 0 +surfaceparm detail +( 5246.189941 3970.096191 50 ) ( 5248.311523 3972.217285 50 ) ( 5248.311523 3972.217285 46 ) common/metalclip -44 0 0.00 0.683838 1.000004 536870912 32928 0 +surfaceparm detail +( 5248.311523 3972.217285 50 ) ( 5247.604492 3974.338867 50 ) ( 5247.604492 3974.338867 46 ) common/metalclip 0 -1 0.00 1.025146 1 536870912 32928 0 +surfaceparm detail +( 5247.604492 3974.338867 50 ) ( 5244.775879 3972.924805 50 ) ( 5244.775879 3972.924805 46 ) common/metalclip -45 0 0.00 0.910400 1.000004 536870912 32928 0 +surfaceparm detail +( 5244.775879 3972.924805 50 ) ( 5246.189941 3970.096191 50 ) ( 5246.189941 3970.096191 46 ) common/metalclip -37 -1 0.00 0.910522 1 536870912 32928 0 +surfaceparm detail +} +// brush 224 +{ +( 5231.340820 3973.631348 24 ) ( 5229.219238 3972.924805 24 ) ( 5230.633301 3970.096191 24 ) common/metalclip -36 19 30.01 0.999738 0.999949 536870912 32928 0 +surfaceparm detail +( 5232.047852 3970.096191 51 ) ( 5229.926758 3972.217285 51 ) ( 5232.047852 3974.338623 51 ) common/metalclip -36 19 30.01 0.999738 0.999949 536870912 32928 0 +surfaceparm detail +( 5232.047852 3970.096191 51 ) ( 5234.169434 3972.217529 51 ) ( 5234.169434 3972.217529 47 ) common/metalclip -63 0 0.00 0.683105 1 536870912 32928 0 +surfaceparm detail +( 5234.169434 3972.217529 51 ) ( 5232.047852 3974.338623 51 ) ( 5232.047852 3974.338623 47 ) common/metalclip 16 0 -180.00 0.683105 -0.999996 536870912 32928 0 +surfaceparm detail +( 5232.047852 3974.338623 51 ) ( 5229.926758 3972.217285 51 ) ( 5229.926758 3972.217285 47 ) common/metalclip -9 0 0.00 0.682861 1 536870912 32928 0 +surfaceparm detail +( 5229.926758 3972.217285 51 ) ( 5232.047852 3970.096191 51 ) ( 5232.047852 3970.096191 47 ) common/metalclip -19 0 0.00 0.683044 1 536870912 32928 0 +surfaceparm detail +} +// brush 225 +{ +( 5251.139648 3962.317871 24 ) ( 5251.139648 3962.317871 80 ) ( 5254.675293 3972.924316 80 ) common/metalclip -23 0 0.00 1.298828 1 536870912 32928 0 +surfaceparm detail +( 5244.775879 3954.539551 24 ) ( 5244.775879 3954.539551 80 ) ( 5255.382324 3960.903809 80 ) common/metalclip -46 0 0.00 0.854004 1 536870912 32928 0 +surfaceparm detail +( 5236.290527 3953.125488 24 ) ( 5236.290527 3953.125488 80 ) ( 5247.604004 3950.297119 80 ) common/metalclip -24 0 0.00 1.384766 1.000004 536870912 32928 0 +surfaceparm detail +( 5229.219238 3960.196533 24 ) ( 5229.219238 3960.196533 80 ) ( 5234.876465 3950.297119 80 ) common/metalclip -51 0 0.00 0.869019 1 536870912 32928 0 +surfaceparm detail +( 5228.512207 3967.974609 24 ) ( 5228.512207 3967.974609 80 ) ( 5224.976563 3957.368164 80 ) common/metalclip -11 0 0.00 1.298828 1 536870912 32928 0 +surfaceparm detail +( 5234.169434 3975.045898 24 ) ( 5234.169434 3975.045898 80 ) ( 5224.977051 3970.096191 80 ) common/metalclip -46 0 0.00 0.888916 1 536870912 32928 0 +surfaceparm detail +( 5242.654297 3976.459961 24 ) ( 5242.654297 3976.459961 80 ) ( 5232.047852 3979.995605 80 ) common/metalclip -2 0 0.00 1.299805 1 536870912 32928 0 +surfaceparm detail +( 5249.018555 3971.510254 24 ) ( 5249.018555 3971.510254 80 ) ( 5243.361816 3981.409668 80 ) common/metalclip -63 0 0.00 0.869385 1 536870912 32928 0 +surfaceparm detail +( 5236.290527 3950.297119 47 ) ( 5256.089844 3961.610840 47 ) ( 5244.775391 3981.409668 47 ) common/metalclip -36 19 30.01 0.999738 0.999949 536870912 32928 0 +surfaceparm detail +( 5246.896973 3982.116699 51 ) ( 5258.210449 3962.317871 51 ) ( 5238.411621 3951.004150 51 ) common/metalclip -36 19 30.01 0.999738 0.999949 536870912 32928 0 +surfaceparm detail +} +// brush 226 +{ +( 5380.152344 4208.349609 24 ) ( 5380.152344 4208.349609 80 ) ( 5370.354492 4202.692871 80 ) common/metalclip 56 0 -180.00 1.225098 -1 536870912 32928 0 +surfaceparm detail +( 5389.622070 4208.917969 24 ) ( 5389.622070 4208.917969 80 ) ( 5378.031250 4212.023926 80 ) common/metalclip 29 0 -180.00 0.965820 -1 536870912 32928 0 +surfaceparm detail +( 5396.573242 4203.949707 24 ) ( 5396.573242 4203.949707 80 ) ( 5390.916504 4213.747559 80 ) common/metalclip -62 0 0.00 1.224609 1 536870912 32928 0 +surfaceparm detail +( 5397.141602 4194.479980 24 ) ( 5397.141602 4194.479980 80 ) ( 5399.988770 4205.105469 80 ) common/metalclip 17 0 -180.00 0.965881 -1 536870912 32928 0 +surfaceparm detail +( 5392.173340 4187.529297 24 ) ( 5392.173340 4187.529297 80 ) ( 5401.971191 4193.186035 80 ) common/metalclip 22 0 -180.00 1.224609 -1 536870912 32928 0 +surfaceparm detail +( 5382.703613 4186.960938 24 ) ( 5382.703613 4186.960938 80 ) ( 5393.328613 4184.113281 80 ) common/metalclip 22 0 -180.00 0.966309 -1 536870912 32928 0 +surfaceparm detail +( 5375.752441 4191.928711 24 ) ( 5375.752441 4191.928711 80 ) ( 5381.409180 4182.130859 80 ) common/metalclip -31 0 0.00 1.225342 1 536870912 32928 0 +surfaceparm detail +( 5374.925293 4200.432617 24 ) ( 5374.925293 4200.432617 80 ) ( 5371.819336 4188.841797 80 ) common/metalclip 22 0 -180.00 0.965942 -1 536870912 32928 0 +surfaceparm detail +( 5399.281738 4206.330078 47 ) ( 5377.065430 4212.282715 47 ) ( 5371.112305 4190.066406 47 ) common/metalclip -24 -36 165.01 1.000362 0.999890 536870912 32928 0 +surfaceparm detail +( 5369.180664 4190.583984 51 ) ( 5375.133301 4212.800293 51 ) ( 5397.349609 4206.847656 51 ) common/metalclip -24 -36 165.01 1.000362 0.999890 536870912 32928 0 +surfaceparm detail +} +// brush 227 +{ +( 5385.601074 4186.184082 24 ) ( 5388.499023 4185.407715 24 ) ( 5389.275391 4188.305664 24 ) common/metalclip -24 -36 165.01 1.000362 0.999890 536870912 32928 0 +surfaceparm detail +( 5388.309570 4188.564453 51 ) ( 5387.533203 4185.666504 51 ) ( 5384.635254 4186.442871 51 ) common/metalclip -24 -36 165.01 1.000362 0.999890 536870912 32928 0 +surfaceparm detail +( 5388.309570 4188.564453 51 ) ( 5385.411621 4189.340820 51 ) ( 5385.411621 4189.340820 47 ) common/metalclip 24 0 -180.00 0.965820 -1 536870912 32928 0 +surfaceparm detail +( 5385.411621 4189.340820 51 ) ( 5384.635254 4186.442871 51 ) ( 5384.635254 4186.442871 47 ) common/metalclip 19 0 -180.00 0.965942 -1 536870912 32928 0 +surfaceparm detail +( 5384.635254 4186.442871 51 ) ( 5387.533203 4185.666504 51 ) ( 5387.533203 4185.666504 47 ) common/metalclip 23 0 -180.00 0.965820 -1 536870912 32928 0 +surfaceparm detail +( 5387.533203 4185.666504 51 ) ( 5388.309570 4188.564453 51 ) ( 5388.309570 4188.564453 47 ) common/metalclip 19 0 -180.00 0.965881 -1 536870912 32928 0 +surfaceparm detail +} +// brush 228 +{ +( 5374.855957 4196.310547 23 ) ( 5377.753906 4195.534180 23 ) ( 5378.530273 4198.431641 23 ) common/metalclip -38 -43 165.00 0.999890 0.999890 536870912 32928 0 +surfaceparm detail +( 5377.564453 4198.690430 50 ) ( 5376.787598 4195.792969 50 ) ( 5373.890137 4196.569336 50 ) common/metalclip -38 -43 165.00 0.999890 0.999890 536870912 32928 0 +surfaceparm detail +( 5377.564453 4198.690430 50 ) ( 5374.666504 4199.466797 50 ) ( 5374.666504 4199.466797 46 ) common/metalclip 12 -1 -180.00 0.966309 -1.000004 536870912 32928 0 +surfaceparm detail +( 5374.666504 4199.466797 50 ) ( 5373.890137 4196.569336 50 ) ( 5373.890137 4196.569336 46 ) common/metalclip 31 0 -180.00 0.966125 -1 536870912 32928 0 +surfaceparm detail +( 5373.890137 4196.569336 50 ) ( 5376.787598 4195.792969 50 ) ( 5376.787598 4195.792969 46 ) common/metalclip 11 -1 -180.00 0.966309 -1.000004 536870912 32928 0 +surfaceparm detail +( 5376.787598 4195.792969 50 ) ( 5377.564453 4198.690430 50 ) ( 5377.564453 4198.690430 46 ) common/metalclip 30 0 -180.00 0.965942 -1 536870912 32928 0 +surfaceparm detail +} +// brush 229 +{ +( 5387.431641 4208.469727 23 ) ( 5390.329590 4207.693359 23 ) ( 5391.105957 4210.591309 23 ) common/metalclip -30 -57 165.00 0.999890 1.000126 536870912 32928 0 +surfaceparm detail +( 5390.139648 4210.849609 50 ) ( 5389.363281 4207.952148 50 ) ( 5386.465820 4208.728516 50 ) common/metalclip -30 -57 165.00 0.999890 1.000126 536870912 32928 0 +surfaceparm detail +( 5390.139648 4210.849609 50 ) ( 5387.242188 4211.626465 50 ) ( 5387.242188 4211.626465 46 ) common/metalclip 27 -1 -180.00 0.965820 -1.000004 536870912 32928 0 +surfaceparm detail +( 5387.242188 4211.626465 50 ) ( 5386.465820 4208.728516 50 ) ( 5386.465820 4208.728516 46 ) common/metalclip 43 0 -180.00 0.966003 -1 536870912 32928 0 +surfaceparm detail +( 5386.465820 4208.728516 50 ) ( 5389.363281 4207.952148 50 ) ( 5389.363281 4207.952148 46 ) common/metalclip 24 -1 -180.00 0.966797 -1.000004 536870912 32928 0 +surfaceparm detail +( 5389.363281 4207.952148 50 ) ( 5390.139648 4210.849609 50 ) ( 5390.139648 4210.849609 46 ) common/metalclip 42 0 -180.00 0.965942 -1 536870912 32928 0 +surfaceparm detail +} +// brush 230 +{ +( 5398.176758 4198.343750 24 ) ( 5401.074707 4197.567383 24 ) ( 5401.851074 4200.464844 24 ) common/metalclip -19 -49 164.98 1.000488 1.000126 536870912 32928 0 +surfaceparm detail +( 5400.885254 4200.723633 51 ) ( 5400.108887 4197.826172 51 ) ( 5397.210938 4198.602539 51 ) common/metalclip -19 -49 164.98 1.000488 1.000126 536870912 32928 0 +surfaceparm detail +( 5400.885254 4200.723633 51 ) ( 5397.987305 4201.500000 51 ) ( 5397.987305 4201.500000 47 ) common/metalclip 36 0 -180.00 0.966309 -1 536870912 32928 0 +surfaceparm detail +( 5397.987305 4201.500000 51 ) ( 5397.210938 4198.602539 51 ) ( 5397.210938 4198.602539 47 ) common/metalclip 33 0 -180.00 0.966003 -1 536870912 32928 0 +surfaceparm detail +( 5397.210938 4198.602539 51 ) ( 5400.108887 4197.826172 51 ) ( 5400.108887 4197.826172 47 ) common/metalclip 35 0 -180.00 0.966309 -1 536870912 32928 0 +surfaceparm detail +( 5400.108887 4197.826172 51 ) ( 5400.885254 4200.723633 51 ) ( 5400.885254 4200.723633 47 ) common/metalclip 32 0 -180.00 0.966003 -1 536870912 32928 0 +surfaceparm detail +} +// brush 231 +{ +( 5383.429199 4201.259766 51 ) ( 5400.815918 4196.601074 51 ) ( 5403.921875 4208.192383 51 ) common/metalclip -24 -36 165.01 1.000362 0.999890 536870912 32928 0 +surfaceparm detail +( 5403.921875 4208.192383 75 ) ( 5400.815918 4196.601074 75 ) ( 5383.429199 4201.259766 75 ) common/metalclip -24 -36 165.01 1.000362 0.999890 536870912 32928 0 +surfaceparm detail +( 5388.466797 4212.333496 78 ) ( 5388.466797 4212.333496 51 ) ( 5401.592285 4199.499023 51 ) common/metalclip 60 25 -180.00 0.820313 -1 536870912 32928 0 +surfaceparm detail +( 5388.466797 4212.333496 51 ) ( 5388.466797 4212.333496 78 ) ( 5385.051270 4211.178223 78 ) common/metalclip 18 25 -180.00 1.138672 -1 536870912 32928 0 +surfaceparm detail +( 5385.051270 4211.178223 51 ) ( 5385.051270 4211.178223 78 ) ( 5400.815918 4196.601074 78 ) common/metalclip 48 25 -180.00 0.829834 -1 536870912 32928 0 +surfaceparm detail +( 5401.592285 4199.499023 78 ) ( 5401.592285 4199.499023 51 ) ( 5400.815918 4196.601074 51 ) common/metalclip 17 25 -180.00 0.965881 -1 536870912 32928 0 +surfaceparm detail +} +// brush 232 +{ +( 5270 4120 51 ) ( 5252 4120 51 ) ( 5252 4108 51 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5252 4108 75 ) ( 5252 4120 75 ) ( 5270 4120 75 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5268 4108 78 ) ( 5268 4108 51 ) ( 5252 4117 51 ) common/metalclip 0 27 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5268 4108 51 ) ( 5268 4108 78 ) ( 5271 4110 78 ) common/metalclip 0 27 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5271 4110 51 ) ( 5271 4110 78 ) ( 5252 4120 78 ) common/metalclip 0 27 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5252 4117 78 ) ( 5252 4117 51 ) ( 5252 4120 51 ) common/metalclip 0 27 0.00 1 1 536870912 32928 0 +surfaceparm detail +} +// brush 233 +{ +( 5255 4119 24 ) ( 5252 4119 24 ) ( 5252 4116 24 ) common/metalclip -55 49 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5253 4116 51 ) ( 5253 4119 51 ) ( 5256 4119 51 ) common/metalclip -55 49 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5253 4116 51 ) ( 5256 4116 51 ) ( 5256 4116 47 ) common/metalclip -55 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5256 4116 51 ) ( 5256 4119 51 ) ( 5256 4119 47 ) common/metalclip -49 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5256 4119 51 ) ( 5253 4119 51 ) ( 5253 4119 47 ) common/metalclip -55 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5253 4119 51 ) ( 5253 4116 51 ) ( 5253 4116 47 ) common/metalclip -49 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +} +// brush 234 +{ +( 5268 4112 23 ) ( 5265 4112 23 ) ( 5265 4109 23 ) common/metalclip -4 42 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5266 4109 50 ) ( 5266 4112 50 ) ( 5269 4112 50 ) common/metalclip -4 42 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5266 4109 50 ) ( 5269 4109 50 ) ( 5269 4109 46 ) common/metalclip -4 -1 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5269 4109 50 ) ( 5269 4112 50 ) ( 5269 4112 46 ) common/metalclip -42 -1 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5269 4112 50 ) ( 5266 4112 50 ) ( 5266 4112 46 ) common/metalclip -4 -1 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5266 4112 50 ) ( 5266 4109 50 ) ( 5266 4109 46 ) common/metalclip -42 -1 0.00 1 1 536870912 32928 0 +surfaceparm detail +} +// brush 235 +{ +( 5277 4127 23 ) ( 5274 4127 23 ) ( 5274 4124 23 ) common/metalclip -13 57 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5275 4124 50 ) ( 5275 4127 50 ) ( 5278 4127 50 ) common/metalclip -13 57 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5275 4124 50 ) ( 5278 4124 50 ) ( 5278 4124 46 ) common/metalclip -13 -1 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5278 4124 50 ) ( 5278 4127 50 ) ( 5278 4127 46 ) common/metalclip -57 -1 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5278 4127 50 ) ( 5275 4127 50 ) ( 5275 4127 46 ) common/metalclip -13 -1 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5275 4127 50 ) ( 5275 4124 50 ) ( 5275 4124 46 ) common/metalclip -57 -1 0.00 1 1 536870912 32928 0 +surfaceparm detail +} +// brush 236 +{ +( 5264 4134 24 ) ( 5261 4134 24 ) ( 5261 4131 24 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5262 4131 51 ) ( 5262 4134 51 ) ( 5265 4134 51 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5262 4131 51 ) ( 5265 4131 51 ) ( 5265 4131 47 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5265 4131 51 ) ( 5265 4134 51 ) ( 5265 4134 47 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5265 4134 51 ) ( 5262 4134 51 ) ( 5262 4134 47 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5262 4134 51 ) ( 5262 4131 51 ) ( 5262 4131 47 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +} +// brush 237 +{ +( 5275 4114 24 ) ( 5275 4114 80 ) ( 5283 4122 80 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5266 4111 24 ) ( 5266 4111 80 ) ( 5278 4111 80 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5258 4114 24 ) ( 5258 4114 80 ) ( 5266 4106 80 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5255 4123 24 ) ( 5255 4123 80 ) ( 5255 4112 80 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5258 4131 24 ) ( 5258 4131 80 ) ( 5250 4123 80 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5267 4134 24 ) ( 5267 4134 80 ) ( 5256 4134 80 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5275 4131 24 ) ( 5275 4131 80 ) ( 5267 4139 80 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5278 4123 24 ) ( 5278 4123 80 ) ( 5278 4135 80 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5256 4111 47 ) ( 5279 4111 47 ) ( 5279 4134 47 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 5281 4134 51 ) ( 5281 4111 51 ) ( 5258 4111 51 ) common/metalclip 0 0 0.00 1 1 536870912 32928 0 +surfaceparm detail +} +// brush 238 +{ +( 5932 1948 102 ) ( 5932 2076 102 ) ( 5931 2076 102 ) common/caulk 36 35 -90.00 1 1 0 65696 0 +surfaceparm detail +( 5931 2076 166 ) ( 5932 2076 166 ) ( 5932 1948 166 ) common/caulk 36 35 -90.00 1 1 0 65696 0 +surfaceparm detail +( 5931 2076 174 ) ( 5931 1948 174 ) ( 5931 1948 102 ) german/bulletinboard -56 -52 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5899 1948 174 ) ( 5900 1948 174 ) ( 5900 1948 102 ) common/caulk -36 -36 0.00 1 1 0 65696 0 +surfaceparm detail +( 5932 1948 174 ) ( 5932 2076 174 ) ( 5932 2076 102 ) common/caulk 37 -35 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5932 2076 174 ) ( 5931 2076 174 ) ( 5931 2076 102 ) common/caulk -36 -36 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 239 +{ +( 5932 2080 98 ) ( 5929 2080 98 ) ( 5929 2076 102 ) common/caulk 36 35 -90.00 1 1 0 65696 0 +surfaceparm detail +( 5929 2080 170 ) ( 5932 2080 170 ) ( 5932 2076 166 ) common/caulk 36 35 -90.00 1 1 0 65696 0 +surfaceparm detail +( 5930 2081 166 ) ( 5930 2076 166 ) ( 5930 2076 102 ) das_boot/ironwall1 -155 164 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5931 2076 166 ) ( 5933 2076 166 ) ( 5933 2076 102 ) das_boot/ironwall1 -155 -128 -90.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5932 2076 166 ) ( 5932 2081 166 ) ( 5932 2081 102 ) common/caulk 37 -35 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5932 2080 170 ) ( 5929 2080 170 ) ( 5929 2080 98 ) das_boot/ironwall1 -155 -128 -90.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +} +// brush 240 +{ +( 5962 1948 102 ) ( 5962 1944 98 ) ( 5965 1944 98 ) common/caulk 32 35 -90.00 1 1 0 65696 0 +surfaceparm detail +( 5932 1948 166 ) ( 5932 1944 170 ) ( 5929 1944 170 ) common/caulk 32 35 -90.00 1 1 0 65696 0 +surfaceparm detail +( 5930 1948 102 ) ( 5930 1948 166 ) ( 5930 1943 166 ) das_boot/ironwall1 -155 148 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5900 1948 102 ) ( 5900 1948 166 ) ( 5898 1948 166 ) das_boot/ironwall1 -155 -128 -90.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5932 1943 102 ) ( 5932 1943 166 ) ( 5932 1948 166 ) common/caulk 33 -35 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5929 1944 98 ) ( 5929 1944 170 ) ( 5932 1944 170 ) das_boot/ironwall1 -155 -128 -90.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +} +// brush 241 +{ +( 5932 1948 166 ) ( 5932 1960 166 ) ( 5929 1960 166 ) das_boot/ironwall1 129 163 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5929 2080 170 ) ( 5932 2080 170 ) ( 5932 1944 170 ) das_boot/ironwall1 129 163 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5930 1960 171 ) ( 5930 1948 171 ) ( 5930 1948 166 ) das_boot/ironwall1 -155 164 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5929 1944 170 ) ( 5932 1944 170 ) ( 5932 1948 166 ) common/caulk 36 35 -90.00 1 1 0 65696 0 +surfaceparm detail +( 5932 1948 171 ) ( 5932 1960 171 ) ( 5932 1960 166 ) common/caulk 37 -35 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5932 2080 170 ) ( 5929 2080 170 ) ( 5929 2076 166 ) common/caulk 36 35 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 242 +{ +( 5929 1960 102 ) ( 5932 1960 102 ) ( 5932 1948 102 ) das_boot/ironwall1 129 163 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5932 1944 98 ) ( 5932 2080 98 ) ( 5929 2080 98 ) das_boot/ironwall1 129 163 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5930 1948 102 ) ( 5930 1948 97 ) ( 5930 1960 97 ) das_boot/ironwall1 -155 164 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5965 1948 102 ) ( 5965 1944 98 ) ( 5962 1944 98 ) common/caulk 29 37 -90.00 1 1 0 65696 0 +surfaceparm detail +( 5932 1960 102 ) ( 5932 1960 97 ) ( 5932 1948 97 ) common/caulk 30 -44 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5929 2076 102 ) ( 5929 2080 98 ) ( 5932 2080 98 ) common/caulk 29 37 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 243 +{ +( 120 5312 130 ) ( 122 5312 132 ) ( 122 5313 132 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 120 5313 181 ) ( 122 5313 179 ) ( 122 5312 179 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 120 5312 130 ) ( 120 5312 180 ) ( 122 5312 180 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 120 5313 130 ) ( 120 5313 180 ) ( 120 5312 180 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 122 5313 130 ) ( 122 5313 180 ) ( 120 5313 180 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 122 5313 179 ) ( 122 5313 132 ) ( 122 5312 132 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 244 +{ +( 206 5313 132 ) ( 206 5312 132 ) ( 208 5312 130 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 206 5312 179 ) ( 206 5313 179 ) ( 208 5313 181 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 206 5312 180 ) ( 208 5312 180 ) ( 208 5312 130 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 208 5312 180 ) ( 208 5313 180 ) ( 208 5313 130 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 208 5313 180 ) ( 206 5313 180 ) ( 206 5313 130 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 206 5312 132 ) ( 206 5313 132 ) ( 206 5313 179 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 245 +{ +( 120 5313 130 ) ( 122 5313 132 ) ( 122 5312 132 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 208 5313 130 ) ( 208 5313 177 ) ( 124 5313 177 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 208 5312 130 ) ( 206 5312 132 ) ( 206 5313 132 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 122 5312 89 ) ( 122 5312 136 ) ( 206 5312 136 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 122 5313 130 ) ( 122 5312 130 ) ( 206 5312 130 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 206 5312 132 ) ( 122 5312 132 ) ( 122 5313 132 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 246 +{ +( 122 5312 179 ) ( 122 5313 179 ) ( 120 5313 181 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 124 5313 134 ) ( 208 5313 134 ) ( 208 5313 181 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 206 5313 179 ) ( 206 5312 179 ) ( 208 5312 181 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 206 5312 175 ) ( 122 5312 175 ) ( 122 5312 222 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 206 5312 181 ) ( 122 5312 181 ) ( 122 5313 181 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 122 5313 179 ) ( 122 5312 179 ) ( 206 5312 179 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 247 +{ +( 0 5377 126 ) ( 0 5377 186 ) ( 1 5386 186 ) common/nodraw -25 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 0 5377 186 ) ( 0 5377 126 ) ( 0 5444 126 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 0 5444 186 ) ( 0 5444 126 ) ( 1 5437 126 ) common/nodraw -25 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1 5461 139 ) ( 1 5377 139 ) ( 1 5377 186 ) german/songbook_german -77 12 0.00 0.398440 0.468750 8192 2560 0 +surfaceparm detail +( 1 5461 186 ) ( 1 5377 186 ) ( 0 5377 186 ) common/nodraw -25 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1 5373 126 ) ( 1 5457 126 ) ( 0 5457 126 ) common/nodraw -25 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 248 +{ +( 122 5312 132 ) ( 122 5313 132 ) ( 122 5313 179 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 122 5313 132 ) ( 206 5313 132 ) ( 206 5313 179 ) german/bulletinboard 116 103 0.00 -0.328125 0.367188 0 16384 0 +surfaceparm detail +( 206 5313 132 ) ( 206 5312 132 ) ( 206 5312 179 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 206 5312 132 ) ( 122 5312 132 ) ( 122 5312 179 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 206 5312 179 ) ( 122 5312 179 ) ( 122 5313 179 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 122 5312 132 ) ( 206 5312 132 ) ( 206 5313 132 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 249 +{ +( 2956 3739 176 ) ( 2744 3739 176 ) ( 2744 3599 176 ) central_europe/carpet_fancy3 241 91 0.00 -0.828125 1.093750 0 134217728 0 +surfaceparm detail +( 2747 3599 178 ) ( 2747 3739 178 ) ( 2959 3739 178 ) central_europe/carpet_fancy3 241 91 0.00 -0.828125 1.093750 0 134217728 0 +surfaceparm detail +( 2744 3599 248 ) ( 2956 3599 248 ) ( 2956 3599 176 ) central_europe/carpet_fancy3 2 -97 0.00 -0.828125 1.093750 0 134217728 0 +surfaceparm detail +( 2956 3599 248 ) ( 2956 3739 248 ) ( 2956 3739 176 ) central_europe/carpet_fancy3 138 -97 0.00 -0.828125 1.093750 0 134217728 0 +surfaceparm detail +( 2956 3739 248 ) ( 2744 3739 248 ) ( 2744 3739 176 ) central_europe/carpet_fancy3 2 -97 0.00 -0.828125 1.093750 0 134217728 0 +surfaceparm detail +( 2744 3739 248 ) ( 2744 3599 248 ) ( 2744 3599 176 ) central_europe/carpet_fancy3 138 -97 0.00 -0.828125 1.093750 0 134217728 0 +surfaceparm detail +} +// brush 250 +{ +( 2437.530029 3517.548828 -240 ) ( 2385.370117 3503.572510 -240 ) ( 2397.275635 3459.139893 -240 ) german/crate_reinforced1_topflt 34 62 -165.01 0.250090 -0.249973 0 16384 0 +surfaceparm detail +( 2396.309814 3458.881104 -208 ) ( 2384.404053 3503.313721 -208 ) ( 2436.563965 3517.290039 -208 ) german/crate_reinforced1_topflt 34 62 -165.01 0.250090 -0.249973 0 16384 0 +surfaceparm detail +( 2392.686279 3472.404053 -208 ) ( 2444.846191 3486.380371 -208 ) ( 2444.846191 3486.380371 -212.000015 ) german/crate_reinforced1_topflt 52 62 -180.00 0.241455 -0.250000 0 16384 0 +surfaceparm detail +( 2428.772461 3461.367676 -208 ) ( 2416.866699 3505.800293 -207.999985 ) ( 2416.866699 3505.800293 -211.999985 ) german/crate_reinforced1_topflt 81 63 -180.00 0.241455 -0.250000 0 16384 0 +surfaceparm detail +( 2436.563965 3517.290039 -208 ) ( 2384.404053 3503.313721 -208 ) ( 2384.404053 3503.313721 -211.999985 ) german/crate_reinforced1_topflt 16 62 -180.00 0.241577 -0.250000 0 16384 0 +surfaceparm detail +( 2384.404053 3503.313721 -208 ) ( 2396.309814 3458.881104 -208 ) ( 2396.309814 3458.881104 -212 ) german/crate_reinforced1_topflt 47 63 -180.00 0.241455 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 251 +{ +( 2439 3504 -272 ) ( 2385 3504 -272 ) ( 2385 3458 -272 ) german/crate_reinforced1_topflt 64 64 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 2384 3458 -240 ) ( 2384 3504 -240 ) ( 2438 3504 -240 ) german/crate_reinforced1_topflt 64 64 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 2384 3472 -240 ) ( 2438 3472 -240 ) ( 2438 3472 -244 ) german/crate_reinforced1_topflt 64 -64 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 2416 3452 -240 ) ( 2416 3498 -240 ) ( 2416 3498 -244 ) german/crate_reinforced1_topflt 64 -64 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 2438 3504 -240 ) ( 2384 3504 -240 ) ( 2384 3504 -244 ) german/crate_reinforced1_topflt 64 -64 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 2384 3504 -240 ) ( 2384 3458 -240 ) ( 2384 3458 -244 ) german/crate_reinforced1_topflt 64 -64 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 252 +{ +( 5370 4131 28 ) ( 5370 4131 24 ) ( 5348 4131 24 ) misc_outside/concpath1_wgrass 95 92 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5348 4131 28 ) ( 5348 4131 24 ) ( 5333 4133 24 ) misc_outside/concpath1_wgrass 95 92 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5322 4154 24 ) ( 5322 4154 28 ) ( 5329 4133 28 ) misc_outside/concpath1_wgrass 95 92 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5324 4156 28 ) ( 5324 4156 24 ) ( 5338 4165 24 ) misc_outside/concpath1_wgrass 95 92 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5338 4165 28 ) ( 5338 4165 24 ) ( 5354 4169 24 ) misc_outside/concpath1_wgrass 95 92 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5358 4165 24 ) ( 5358 4165 28 ) ( 5341 4179 28 ) misc_outside/concpath1_wgrass 95 92 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5370 4131 24 ) ( 5370 4131 28 ) ( 5370 4155 28 ) misc_outside/concpath1_wgrass 95 92 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5326 4132 24 ) ( 5370 4132 24 ) ( 5370 4169 24 ) misc_outside/concpath1_wgrass 96 91 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5370 4169 28 ) ( 5370 4132 28 ) ( 5326 4132 28 ) misc_outside/concpath1_wgrass 96 91 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 253 +{ +( 4820 3864 -168 ) ( 4976 3864 -168 ) ( 4976 3892 -168 ) common/clip 10 -29 -180.00 1 1 196608 2193 0 +surfaceparm detail +( 4976 3892 -140 ) ( 4976 3864 -140 ) ( 4820 3864 -140 ) common/clip 10 -29 -180.00 1 1 196608 2193 0 +surfaceparm detail +( 4931 3889 -168 ) ( 4931 3889 -140 ) ( 4820 3892 -140 ) common/clip 11 -56 -180.00 1 -1 196608 2193 0 +surfaceparm detail +( 4820 3892 -140 ) ( 4820 3864 -140 ) ( 4820 3864 -142 ) common/clip 28 -55 -180.00 1 -1 196608 2193 0 +surfaceparm detail +( 4944 3864 -140 ) ( 4944 3864 -168 ) ( 4820 3864 -168 ) common/clip 11 -56 -180.00 1 -1 196608 2193 0 +surfaceparm detail +( 4931 3889 -140 ) ( 4931 3889 -168 ) ( 4944 3864 -168 ) common/clip 28 -55 -180.00 1 -1 196608 2193 0 +surfaceparm detail +} +// brush 254 +{ +( 5488 3370 24 ) ( 5488 3526 24 ) ( 5460 3526 24 ) common/clip 32 42 -90.00 1 1 196608 2193 0 +surfaceparm detail +( 5460 3526 52 ) ( 5488 3526 52 ) ( 5488 3370 52 ) common/clip 32 42 -90.00 1 1 196608 2193 0 +surfaceparm detail +( 5460 3526 52 ) ( 5460 3370 52 ) ( 5460 3370 50 ) common/clip 33 7 -180.00 1 -1 196608 2193 0 +surfaceparm detail +( 5460 3370 52 ) ( 5488 3370 52 ) ( 5488 3370 50 ) common/clip -44 8 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5488 3370 52 ) ( 5488 3526 52 ) ( 5488 3526 50 ) common/clip 33 7 -180.00 1 -1 196608 2193 0 +surfaceparm detail +( 5488 3526 52 ) ( 5460 3526 52 ) ( 5460 3526 50 ) common/clip -44 8 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 255 + { + patchDef2 + { + normandy/bunk_ceiling + ( 9 3 0 -2147450880 0 ) +( +( ( 5440 4150 176 0 0 ) ( 5454 4150 176 0 0.054688 ) ( 5468 4150 176 0 0.109375 ) ) +( ( 5440 4146 176 0.015625 0 ) ( 5454 4146 176 0.015625 0.054688 ) ( 5468 4146 176 0.015625 0.109375 ) ) +( ( 5440 4146 172 0.031250 0 ) ( 5454 4146 172 0.031250 0.054688 ) ( 5468 4146 172 0.031250 0.109375 ) ) +( ( 5440 4146 168 0.046875 0 ) ( 5454 4146 168 0.046875 0.054688 ) ( 5468 4146 168 0.046875 0.109375 ) ) +( ( 5440 4150 168 0.062500 0 ) ( 5454 4150 168 0.062500 0.054688 ) ( 5468 4150 168 0.062500 0.109375 ) ) +( ( 5440 4154 168 0.078125 0 ) ( 5454 4154 168 0.078125 0.054688 ) ( 5468 4154 168 0.078125 0.109375 ) ) +( ( 5440 4154 172 0.093750 0 ) ( 5454 4154 172 0.093750 0.054688 ) ( 5468 4154 172 0.093750 0.109375 ) ) +( ( 5440 4154 176 0.109375 0 ) ( 5454 4154 176 0.109375 0.054688 ) ( 5468 4154 176 0.109375 0.109375 ) ) +( ( 5440 4150 176 0.125000 0 ) ( 5454 4150 176 0.125000 0.054688 ) ( 5468 4150 176 0.125000 0.109375 ) ) +) + } + } +// brush 256 + { + patchDef2 + { + normandy/bunk_ceiling + ( 9 5 0 -2147450880 0 ) +( +( ( 5348 4150 78 0 0 ) ( 5347 4150 92 0 0.054827 ) ( 5353 4151 101 0 0.097260 ) ( 5432 4150 179 0 0.530941 ) ( 5440 4150 176 0 0.564316 ) ) +( ( 5348 4146 78 0.015625 0 ) ( 5347 4146 92 0.015625 0.054827 ) ( 5353 4146 100 0.015625 0.097260 ) ( 5432 4146 179 0.015625 0.530941 ) ( 5440 4146 176 0.015625 0.564316 ) ) +( ( 5352 4146 78 0.031250 0 ) ( 5350 4146 87 0.031250 0.054827 ) ( 5357 4146 97 0.031250 0.097260 ) ( 5436 4146 175 0.031250 0.530941 ) ( 5440 4146 172 0.031250 0.564316 ) ) +( ( 5356 4146 78 0.046875 0 ) ( 5356 4146 91 0.046875 0.054827 ) ( 5359 4146 94 0.046875 0.097260 ) ( 5438 4146 173 0.046875 0.530941 ) ( 5440 4146 168 0.046875 0.564316 ) ) +( ( 5356 4150 78 0.062500 0 ) ( 5356 4150 91 0.062500 0.054827 ) ( 5359 4150 94 0.062500 0.097260 ) ( 5438 4150 173 0.062500 0.530941 ) ( 5440 4150 168 0.062500 0.564316 ) ) +( ( 5356 4154 78 0.078125 0 ) ( 5356 4154 91 0.078125 0.054827 ) ( 5359 4154 94 0.078125 0.097260 ) ( 5438 4154 173 0.078125 0.530941 ) ( 5440 4154 168 0.078125 0.564316 ) ) +( ( 5352 4154 78 0.093750 0 ) ( 5351 4154 92 0.093750 0.054827 ) ( 5357 4154 97 0.093750 0.097260 ) ( 5436 4154 175 0.093750 0.530941 ) ( 5440 4154 172 0.093750 0.564316 ) ) +( ( 5348 4154 78 0.109375 0 ) ( 5347 4154 92 0.109375 0.054827 ) ( 5353 4154 100 0.109375 0.097260 ) ( 5432 4154 179 0.109375 0.530941 ) ( 5440 4154 176 0.109375 0.564316 ) ) +( ( 5348 4150 78 0.125000 0 ) ( 5347 4150 92 0.125000 0.054827 ) ( 5353 4151 101 0.125000 0.097260 ) ( 5432 4150 179 0.125000 0.530941 ) ( 5440 4150 176 0.125000 0.564316 ) ) +) + } + } +// brush 257 +{ +( 5468 4134 184 ) ( 5468 4170 184 ) ( 5468 4170 154 ) common/nodraw -55 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4170 184 ) ( 5440 4134 184 ) ( 5440 4134 154 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5444 4143 162 ) ( 5462 4143 162 ) ( 5462 4152 151 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5444 4153 165 ) ( 5462 4153 165 ) ( 5462 4162 176 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5462 4150 162 ) ( 5444 4150 162 ) ( 5462 4164 162 ) ta_berlin/berlinwall2a_shot 0 93 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 258 +{ +( 5468 4170 154 ) ( 5440 4170 154 ) ( 5440 4134 154 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5468 4134 184 ) ( 5468 4170 184 ) ( 5468 4170 154 ) common/nodraw -55 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4170 184 ) ( 5440 4134 184 ) ( 5440 4134 154 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5444 4143 162 ) ( 5462 4143 162 ) ( 5462 4152 151 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5444 4156 177 ) ( 5462 4156 177 ) ( 5462 4153 191 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5462 4153 165 ) ( 5444 4153 165 ) ( 5462 4162 176 ) ta_berlin/berlinwall2a_shot 0 93 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 259 +{ +( 5468 4170 154 ) ( 5440 4170 154 ) ( 5440 4134 154 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5468 4134 184 ) ( 5468 4170 184 ) ( 5468 4170 154 ) common/nodraw -55 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5468 4171 184 ) ( 5440 4171 184 ) ( 5440 4171 154 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4170 184 ) ( 5440 4134 184 ) ( 5440 4134 154 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5444 4153 178 ) ( 5462 4153 178 ) ( 5462 4140 184 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5462 4156 177 ) ( 5444 4156 177 ) ( 5462 4153 191 ) ta_berlin/berlinwall2a_shot 0 93 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 260 +{ +( 5440 4134 184 ) ( 5440 4170 184 ) ( 5468 4170 184 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5468 4134 184 ) ( 5468 4170 184 ) ( 5468 4170 154 ) common/nodraw -55 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5468 4171 184 ) ( 5440 4171 184 ) ( 5440 4171 154 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4170 184 ) ( 5440 4134 184 ) ( 5440 4134 154 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5444 4148 178 ) ( 5462 4148 178 ) ( 5462 4135 172 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5462 4153 178 ) ( 5444 4153 178 ) ( 5462 4140 184 ) ta_berlin/berlinwall2a_shot 0 93 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 261 +{ +( 5440 4134 184 ) ( 5440 4170 184 ) ( 5468 4170 184 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5468 4134 184 ) ( 5468 4170 184 ) ( 5468 4170 154 ) common/nodraw -55 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4170 184 ) ( 5440 4134 184 ) ( 5440 4134 154 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5444 4138 172 ) ( 5462 4138 172 ) ( 5462 4135 158 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5462 4148 178 ) ( 5444 4148 178 ) ( 5462 4135 172 ) ta_berlin/berlinwall2a_shot 0 93 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 262 +{ +( 5440 4134 184 ) ( 5440 4170 184 ) ( 5468 4170 184 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4134 184 ) ( 5468 4134 184 ) ( 5468 4134 154 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5468 4134 184 ) ( 5468 4170 184 ) ( 5468 4170 154 ) common/nodraw -55 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4170 184 ) ( 5440 4134 184 ) ( 5440 4134 154 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5444 4143 162 ) ( 5462 4143 162 ) ( 5462 4152 151 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5462 4138 172 ) ( 5444 4138 172 ) ( 5462 4135 158 ) ta_berlin/berlinwall2a_shot 0 39 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 263 +{ +( 5468 4170 154 ) ( 5440 4170 154 ) ( 5440 4134 154 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4134 184 ) ( 5468 4134 184 ) ( 5468 4134 154 ) common/nodraw -56 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5468 4134 184 ) ( 5468 4170 184 ) ( 5468 4170 154 ) common/nodraw -55 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4170 184 ) ( 5440 4134 184 ) ( 5440 4134 154 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5462 4143 162 ) ( 5444 4143 162 ) ( 5462 4152 151 ) ta_berlin/berlinwall2a_shot 0 93 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 264 +{ +( 4868 4171 -234 ) ( 5732 4171 -234 ) ( 5732 4171 726 ) common/nodraw -28 6 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 3681 154 ) ( 4828 3673 154 ) ( 5916 3677 154 ) common/nodraw 24 26 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 3668 184 ) ( 4828 3684 184 ) ( 5916 3676 184 ) common/nodraw 24 26 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5470 2536 54 ) ( 5470 2540 54 ) ( 5470 2538 238 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4860 4134 54 ) ( 4852 4134 54 ) ( 4856 4134 238 ) central_europe/tudor_set1_exwall1a -24 222 0.00 1 1 0 65536 0 +surfaceparm detail +( 5872 3683 54 ) ( 5872 3675 54 ) ( 5872 3679 238 ) common/nodraw -16 30 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 265 +{ +( 4840 4134 -234 ) ( 5704 4134 -234 ) ( 5704 4134 726 ) common/nodraw 0 6 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4800 3644 154 ) ( 4800 3636 154 ) ( 5888 3640 154 ) common/nodraw 51 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4800 3631 184 ) ( 4800 3647 184 ) ( 5888 3639 184 ) common/nodraw 51 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 2499 54 ) ( 5440 2503 54 ) ( 5440 2501 238 ) ta_berlin/berlinwall2a_shot -235 30 0.00 1 1 0 65536 0 +surfaceparm detail +( 4806 3848 54 ) ( 4798 3848 54 ) ( 4802 3848 238 ) central_europe/tudor_set1_exwall1a -252 222 0.00 1 1 0 65536 0 +surfaceparm detail +( 5872 3651 54 ) ( 5872 3643 54 ) ( 5872 3647 238 ) common/nodraw -43 30 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 266 +{ +( 4840 4448 -234 ) ( 5704 4448 -234 ) ( 5704 4448 726 ) common/nodraw 0 6 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4800 3921 154 ) ( 4800 3913 154 ) ( 5888 3917 154 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4800 3908 184 ) ( 4800 3924 184 ) ( 5888 3916 184 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 2776 54 ) ( 5440 2780 54 ) ( 5440 2778 238 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4803 4171 54 ) ( 4795 4171 54 ) ( 4799 4171 238 ) central_europe/tudor_set1_exwall1a -252 222 0.00 1 1 0 65536 0 +surfaceparm detail +( 5872 3928 54 ) ( 5872 3920 54 ) ( 5872 3924 238 ) common/nodraw 0 30 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 267 +{ +( 4840 4448 -210 ) ( 5704 4448 -210 ) ( 5704 4448 750 ) common/nodraw 0 30 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4800 3921 184 ) ( 4800 3913 184 ) ( 5888 3917 184 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4800 3908 208 ) ( 4800 3924 208 ) ( 5888 3916 208 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 2776 78 ) ( 5440 2780 78 ) ( 5440 2778 262 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4824 3864 78 ) ( 4816 3864 78 ) ( 4820 3864 262 ) central_europe/tudor_set1_exwall1a -252 246 0.00 1 1 0 65536 0 +surfaceparm detail +( 5872 3928 78 ) ( 5872 3920 78 ) ( 5872 3924 262 ) common/nodraw 0 54 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 268 +{ +( 5088 4414 226 ) ( 5118 4414 226 ) ( 5118 4416 224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5118 4414 254 ) ( 5088 4414 254 ) ( 5088 4416 256 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5118 4386 247 ) ( 5118 4416 247 ) ( 5118 4416 231 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5120 4416 247 ) ( 5093 4416 247 ) ( 5093 4416 231 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5088 4416 247 ) ( 5088 4386 247 ) ( 5088 4386 231 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5088 4414 254 ) ( 5118 4414 254 ) ( 5118 4414 226 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 269 +{ +( 5121 4416 224 ) ( 5094 4416 224 ) ( 5094 4386 224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5093 4386 256 ) ( 5093 4416 256 ) ( 5120 4416 256 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5093 4384 247 ) ( 5120 4384 247 ) ( 5120 4384 231 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5120 4386 247 ) ( 5120 4416 247 ) ( 5120 4416 231 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5120 4416 247 ) ( 5093 4416 247 ) ( 5093 4416 231 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5118 4416 247 ) ( 5118 4386 247 ) ( 5118 4416 231 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 270 +{ +( 5118 4386 226 ) ( 5088 4386 226 ) ( 5088 4384 224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5088 4386 254 ) ( 5118 4386 254 ) ( 5118 4384 256 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5093 4384 247 ) ( 5120 4384 247 ) ( 5120 4384 231 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5118 4386 247 ) ( 5118 4416 247 ) ( 5118 4416 231 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5088 4416 247 ) ( 5088 4386 247 ) ( 5088 4386 231 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5118 4386 254 ) ( 5088 4386 254 ) ( 5088 4386 226 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 271 +{ +( 5093 4386 256 ) ( 5093 4416 256 ) ( 5120 4416 256 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5118 4386 254 ) ( 5088 4386 254 ) ( 5088 4384 256 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5118 4386 247 ) ( 5118 4416 247 ) ( 5118 4416 231 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5088 4414 254 ) ( 5118 4414 254 ) ( 5118 4416 256 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5088 4416 247 ) ( 5088 4386 247 ) ( 5088 4386 231 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5118 4414 254 ) ( 5088 4414 254 ) ( 5088 4386 254 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 272 +{ +( 5121 4416 224 ) ( 5094 4416 224 ) ( 5094 4386 224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5088 4386 226 ) ( 5118 4386 226 ) ( 5118 4384 224 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5118 4386 247 ) ( 5118 4416 247 ) ( 5118 4416 231 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5118 4414 226 ) ( 5088 4414 226 ) ( 5088 4416 224 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5088 4416 247 ) ( 5088 4386 247 ) ( 5088 4386 231 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +( 5118 4386 226 ) ( 5088 4386 226 ) ( 5088 4414 226 ) german/crate_reinforced1_topflt 0 0 0.00 -0.250000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 273 +{ +( 4887 4499 224 ) ( 4843 4499 224 ) ( 4843 4399 224 ) common/clip -8 48 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4843 4399 246 ) ( 4843 4499 246 ) ( 4887 4499 246 ) common/clip -8 48 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4926 4382 224 ) ( 4926 4382 246 ) ( 4942 4424 246 ) common/clip -55 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4820 4467 246 ) ( 4820 4467 224 ) ( 4942 4424 224 ) common/clip -7 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4820 4422 246 ) ( 4820 4422 224 ) ( 4820 4467 224 ) common/clip -55 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4820 4422 224 ) ( 4820 4422 246 ) ( 4926 4382 246 ) common/clip -7 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 274 +{ +( 5060 4628 224 ) ( 5016 4628 224 ) ( 5016 4528 224 ) common/clip -53 49 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5016 4528 246 ) ( 5016 4628 246 ) ( 5060 4628 246 ) common/clip -53 49 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5020 4523 224 ) ( 5020 4523 246 ) ( 5066 4527 246 ) common/clip -53 15 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5066 4527 224 ) ( 5066 4527 246 ) ( 5046 4635 246 ) common/clip -55 15 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5046 4635 224 ) ( 5046 4635 246 ) ( 5000 4628 246 ) common/clip -53 15 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5020 4523 246 ) ( 5020 4523 224 ) ( 5000 4628 224 ) common/clip -55 15 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 275 +{ +( 4932 4646 224 ) ( 4888 4646 224 ) ( 4888 4546 224 ) common/clip -53 3 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4888 4546 246 ) ( 4888 4646 246 ) ( 4932 4646 246 ) common/clip -53 3 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4916 4532 246 ) ( 4916 4532 224 ) ( 4876 4538 224 ) common/clip -53 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4933 4633 246 ) ( 4933 4633 224 ) ( 4916 4532 224 ) common/clip -9 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4894 4639 246 ) ( 4894 4639 224 ) ( 4933 4633 224 ) common/clip -53 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 4894 4639 224 ) ( 4894 4639 246 ) ( 4876 4538 246 ) common/clip -9 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 276 +{ +( 5790 3831 224 ) ( 5746 3831 224 ) ( 5746 3731 224 ) common/clip -15 20 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5746 3731 246 ) ( 5746 3831 246 ) ( 5790 3831 246 ) common/clip -15 20 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5745 3711 246 ) ( 5745 3711 224 ) ( 5701 3724 224 ) common/clip -15 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5743 3700 224 ) ( 5743 3700 246 ) ( 5743 3832 246 ) common/clip -26 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5681 3832 246 ) ( 5681 3832 224 ) ( 5743 3832 224 ) common/clip -15 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5681 3832 224 ) ( 5681 3832 246 ) ( 5699 3725 246 ) common/clip -26 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 277 +{ +( 5791 3643 224 ) ( 5747 3643 224 ) ( 5747 3543 224 ) common/clip -16 24 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5747 3543 246 ) ( 5747 3643 246 ) ( 5791 3643 246 ) common/clip -16 24 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5744 3512 246 ) ( 5744 3512 224 ) ( 5700 3525 224 ) common/clip -16 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5744 3512 224 ) ( 5744 3512 246 ) ( 5744 3644 246 ) common/clip -30 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5701 3628 246 ) ( 5701 3628 224 ) ( 5744 3644 224 ) common/clip -16 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5701 3628 224 ) ( 5701 3628 246 ) ( 5700 3525 246 ) common/clip -30 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 278 +{ +( 5791 3476 224 ) ( 5747 3476 224 ) ( 5747 3376 224 ) common/clip -16 49 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5747 3376 246 ) ( 5747 3476 246 ) ( 5791 3476 246 ) common/clip -16 49 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5700 3358 224 ) ( 5700 3358 246 ) ( 5744 3358 246 ) common/clip -16 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5744 3477 246 ) ( 5744 3477 224 ) ( 5744 3358 224 ) common/clip -55 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5701 3461 246 ) ( 5701 3461 224 ) ( 5744 3477 224 ) common/clip -16 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5701 3461 224 ) ( 5701 3461 246 ) ( 5700 3358 246 ) common/clip -55 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 279 +{ +( 5791 3318 224 ) ( 5747 3318 224 ) ( 5747 3218 224 ) common/clip -16 19 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5747 3218 246 ) ( 5747 3318 246 ) ( 5791 3318 246 ) common/clip -16 19 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5744 3200 246 ) ( 5744 3200 224 ) ( 5679 3200 224 ) common/clip -16 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5744 3319 246 ) ( 5744 3319 224 ) ( 5744 3200 224 ) common/clip -25 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5701 3309 246 ) ( 5701 3309 224 ) ( 5744 3319 224 ) common/clip -16 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5701 3309 224 ) ( 5701 3309 246 ) ( 5679 3200 246 ) common/clip -25 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 280 +{ +( 5231 3649 224 ) ( 5187 3649 224 ) ( 5187 3549 224 ) common/clip -32 30 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5187 3549 246 ) ( 5187 3649 246 ) ( 5231 3649 246 ) common/clip -32 30 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5181 3547 246 ) ( 5181 3547 224 ) ( 5140 3525 224 ) common/clip -32 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5181 3649 246 ) ( 5181 3649 224 ) ( 5181 3547 224 ) common/clip -36 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5140 3669 246 ) ( 5140 3669 224 ) ( 5181 3649 224 ) common/clip -32 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5140 3669 224 ) ( 5140 3669 246 ) ( 5140 3525 246 ) common/clip -36 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 281 +{ +( 5231 3446 224 ) ( 5187 3446 224 ) ( 5187 3346 224 ) common/clip -32 19 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5187 3346 246 ) ( 5187 3446 246 ) ( 5231 3446 246 ) common/clip -32 19 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5224 3328 246 ) ( 5224 3328 224 ) ( 5141 3329 224 ) common/clip -32 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5224 3328 224 ) ( 5224 3328 246 ) ( 5182 3446 246 ) common/clip -25 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5140 3462 246 ) ( 5140 3462 224 ) ( 5182 3446 224 ) common/clip -32 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5140 3462 224 ) ( 5140 3462 246 ) ( 5141 3329 246 ) common/clip -25 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 282 +{ +( 5345 3512 224 ) ( 5301 3512 224 ) ( 5301 3412 224 ) common/clip -18 21 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5301 3412 246 ) ( 5301 3512 246 ) ( 5345 3512 246 ) common/clip -18 21 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5329 3398 246 ) ( 5329 3398 224 ) ( 5289 3404 224 ) common/clip -18 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5346 3499 246 ) ( 5346 3499 224 ) ( 5329 3398 224 ) common/clip -27 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5307 3505 246 ) ( 5307 3505 224 ) ( 5346 3499 224 ) common/clip -18 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5307 3505 224 ) ( 5307 3505 246 ) ( 5289 3404 246 ) common/clip -27 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 283 +{ +( 5477 3443 224 ) ( 5433 3443 224 ) ( 5433 3343 224 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5433 3343 246 ) ( 5433 3443 246 ) ( 5477 3443 246 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5480 3328 246 ) ( 5480 3328 224 ) ( 5418 3328 224 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5480 3328 224 ) ( 5480 3328 246 ) ( 5480 3453 246 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5480 3453 224 ) ( 5480 3453 246 ) ( 5439 3438 246 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5439 3438 224 ) ( 5439 3438 246 ) ( 5418 3328 246 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 284 +{ +( 5757 1734 32 ) ( 5757 1734 81 ) ( 5773 1748 81 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5699 1756 32 ) ( 5699 1756 81 ) ( 5757 1734 81 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5692 1726 32 ) ( 5692 1726 56 ) ( 5741 1677 56 ) common/clip -32 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5689 1774 32 ) ( 5689 1774 81 ) ( 5699 1756 81 ) common/clip -32 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5689 1774 81 ) ( 5689 1774 32 ) ( 5708 1825 32 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5708 1825 81 ) ( 5708 1825 32 ) ( 5763 1826 32 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5783 1801 32 ) ( 5783 1801 81 ) ( 5763 1826 81 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5773 1748 32 ) ( 5773 1748 81 ) ( 5783 1801 81 ) common/clip -32 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5701.864746 1705.999512 32 ) ( 5780 1705.999512 32 ) ( 5780 1844 32 ) common/clip -22 26 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5778 1844 77 ) ( 5778 1705.999512 77 ) ( 5699.864746 1705.999512 77 ) common/clip -22 26 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 285 +{ +( 5760 1920 32 ) ( 5760 1920 56 ) ( 5777 1933 56 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5694 1930 32 ) ( 5694 1930 56 ) ( 5760 1920 56 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5692 1908 32 ) ( 5692 1908 56 ) ( 5741 1859 56 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5694 1930 56 ) ( 5694 1930 32 ) ( 5693 1986 32 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5693 1986 56 ) ( 5693 1986 32 ) ( 5716 2008 32 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5763 2008 32 ) ( 5763 2008 56 ) ( 5716 2008 56 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5780 1993 32 ) ( 5780 1993 56 ) ( 5763 2008 56 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5777 1933 32 ) ( 5777 1933 56 ) ( 5780 1993 56 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5701.864746 1887.999512 32 ) ( 5780 1887.999512 32 ) ( 5780 2026 32 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5778 2026 77 ) ( 5778 1887.999512 77 ) ( 5699.864746 1887.999512 77 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 286 +{ +( 5914 1986 32 ) ( 5914 2142 32 ) ( 5886 2142 32 ) common/clip 56 19 -90.00 1 1 196608 2193 0 +surfaceparm detail +( 5886 2142 56 ) ( 5914 2142 56 ) ( 5914 1986 56 ) common/clip 56 19 -90.00 1 1 196608 2193 0 +surfaceparm detail +( 5885 2144 32 ) ( 5885 2144 60 ) ( 5906 2033 60 ) common/clip 57 15 -180.00 1 -1 196608 2193 0 +surfaceparm detail +( 5931 2006 56 ) ( 5931 2006 32 ) ( 5906 2033 32 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5931 2006 32 ) ( 5931 2006 56 ) ( 5931 2144 56 ) common/clip 57 15 -180.00 1 -1 196608 2193 0 +surfaceparm detail +( 5931 2144 32 ) ( 5931 2144 60 ) ( 5885 2144 60 ) common/clip -22 16 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 287 +{ +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1098 3156 24 ) ( -1098 3158 24 ) ( -1098 3157 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1054 2216 264 ) ( -1049 3160 264 ) ( -1044 2216 264 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1057 3160 232 ) ( -1060 2216 232 ) ( -1054 2216 232 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 2372 232 ) ( -1022 2364 232 ) ( -1022 2368 264 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1024 2368 232 ) ( -1028 2368 232 ) ( -1026 2368 264 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 288 +{ +( -1098 3156 24 ) ( -1098 3158 24 ) ( -1098 3157 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1092 2216 24 ) ( -1096 2216 24 ) ( -1094 2216 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1054 2216 264 ) ( -1049 3160 264 ) ( -1044 2216 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1057 3160 232 ) ( -1060 2216 232 ) ( -1054 2216 232 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 2372 232 ) ( -1022 2364 232 ) ( -1022 2368 264 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1028 2368 232 ) ( -1024 2368 232 ) ( -1026 2368 264 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 289 +{ +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3160 24 ) ( -560 3158 24 ) ( -560 3159 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1092 2216 24 ) ( -1096 2216 24 ) ( -1094 2216 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1054 2216 264 ) ( -1049 3160 264 ) ( -1044 2216 264 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1057 3160 232 ) ( -1060 2216 232 ) ( -1054 2216 232 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 2364 232 ) ( -1022 2372 232 ) ( -1022 2368 264 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 290 +{ +( -703.275391 2197.774414 16 ) ( -1116.225586 2610.724609 16 ) ( -1404.724609 2322.225586 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -658 3184 -8 ) ( -658 3184 440 ) ( -1170 3184 440 ) general_structure/plaster_wall2 -64 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 3180 16 ) ( -1122 3182 16 ) ( -1122 3181 632 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 3164 16 ) ( -536 3162 16 ) ( -536 3163 632 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -1060 2218 24 ) ( -1057 3162 24 ) ( -1054 2218 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -794 3160 16 ) ( -802 3160 16 ) ( -798 3160 24 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 291 +{ +( -703.275391 2197.774414 16 ) ( -1116.225586 2610.724609 16 ) ( -1404.724609 2322.225586 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1122 3180 16 ) ( -1122 3182 16 ) ( -1122 3181 632 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 3164 16 ) ( -536 3162 16 ) ( -536 3163 632 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -1090 2192 16 ) ( -1094 2192 16 ) ( -1092 2192 632 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -1060 2218 24 ) ( -1057 3162 24 ) ( -1054 2218 24 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -802 3160 16 ) ( -794 3160 16 ) ( -798 3160 24 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 292 +{ +( 5296 3492 128 ) ( 5296 3464 128 ) ( 5296 3464 24 ) german/persnl_lockerfrnt -109 0 0.00 0.218750 0.187500 0 32768 0 +surfaceparm detail +( 5344 3608 128 ) ( 5316 3608 128 ) ( 5316 3608 24 ) german/persnl_lockerside 104 0 -180.00 0.156250 -0.187500 0 32768 0 +surfaceparm detail +( 5336 3556 128 ) ( 5336 3584 128 ) ( 5336 3584 24 ) german/persnl_lockerfrnt 109 0 -180.00 0.218750 -0.187500 0 32768 0 +surfaceparm detail +( 5316 3468 128 ) ( 5344 3468 128 ) ( 5344 3468 24 ) german/persnl_lockerside 104 0 -180.00 0.156250 -0.187500 0 32768 0 +surfaceparm detail +( 5324 3556 144 ) ( 5324 3584 144 ) ( 5352 3584 144 ) common/nodraw 10 9 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5344 3584 120 ) ( 5316 3584 120 ) ( 5316 3556 120 ) common/nodraw -10 61 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 293 +{ +( 5296 3496 128 ) ( 5296 3468 128 ) ( 5296 3468 24 ) german/personel_lockertall -55 63 0.00 0.437500 0.375000 0 32768 0 +surfaceparm detail +( 5344 3608 128 ) ( 5316 3608 128 ) ( 5316 3608 24 ) german/persnl_lockerside 30 114 -90.00 0.750000 0.156250 0 32768 0 +surfaceparm detail +( 5336 3552 128 ) ( 5336 3580 128 ) ( 5336 3580 24 ) german/personel_lockertall 55 62 -180.00 0.437500 -0.375000 0 32768 0 +surfaceparm detail +( 5316 3468 128 ) ( 5344 3468 128 ) ( 5344 3468 24 ) german/persnl_lockerside 30 114 -90.00 0.750000 0.156250 0 32768 0 +surfaceparm detail +( 5316 3552 120 ) ( 5316 3580 120 ) ( 5344 3580 120 ) common/nodraw -40 32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5344 3580 24 ) ( 5316 3580 24 ) ( 5316 3552 24 ) common/nodraw -10 61 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 294 +{ +( 5488 3594 24 ) ( 5488 3750 24 ) ( 5460 3750 24 ) common/clip 0 42 -90.00 1 1 196608 2193 0 +surfaceparm detail +( 5460 3750 52 ) ( 5488 3750 52 ) ( 5488 3594 52 ) common/clip 0 42 -90.00 1 1 196608 2193 0 +surfaceparm detail +( 5460 3750 52 ) ( 5460 3594 52 ) ( 5460 3594 50 ) common/clip 1 6 -180.00 1 -1 196608 2193 0 +surfaceparm detail +( 5460 3594 52 ) ( 5488 3594 52 ) ( 5488 3594 50 ) common/clip -44 8 0.00 1 1 196608 2193 0 +surfaceparm detail +( 5488 3594 52 ) ( 5488 3750 52 ) ( 5488 3750 50 ) common/clip 1 6 -180.00 1 -1 196608 2193 0 +surfaceparm detail +( 5488 3750 52 ) ( 5460 3750 52 ) ( 5460 3750 50 ) common/clip -44 8 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 295 +{ +( 5448 3156 128 ) ( 5448 3128 128 ) ( 5448 3128 24 ) german/persnl_lockerfrnt -109 0 0.00 0.218750 0.187500 0 32768 0 +surfaceparm detail +( 5496 3272 128 ) ( 5468 3272 128 ) ( 5468 3272 24 ) german/persnl_lockerside 53 0 -180.00 0.156250 -0.187500 0 32768 0 +surfaceparm detail +( 5488 3220 128 ) ( 5488 3248 128 ) ( 5488 3248 24 ) german/persnl_lockerfrnt 109 0 -180.00 0.218750 -0.187500 0 32768 0 +surfaceparm detail +( 5468 3132 128 ) ( 5496 3132 128 ) ( 5496 3132 24 ) german/persnl_lockerside 53 0 -180.00 0.156250 -0.187500 0 32768 0 +surfaceparm detail +( 5476 3220 144 ) ( 5476 3248 144 ) ( 5504 3248 144 ) common/nodraw 42 57 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5496 3248 120 ) ( 5468 3248 120 ) ( 5468 3220 120 ) common/nodraw -58 29 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 296 +{ +( 5448 3160 128 ) ( 5448 3132 128 ) ( 5448 3132 24 ) german/personel_lockertall -55 63 0.00 0.437500 0.375000 0 32768 0 +surfaceparm detail +( 5496 3272 128 ) ( 5468 3272 128 ) ( 5468 3272 24 ) german/persnl_lockerside 30 63 -90.00 0.750000 0.156250 0 32768 0 +surfaceparm detail +( 5488 3216 128 ) ( 5488 3244 128 ) ( 5488 3244 24 ) german/personel_lockertall 55 62 -180.00 0.437500 -0.375000 0 32768 0 +surfaceparm detail +( 5468 3132 128 ) ( 5496 3132 128 ) ( 5496 3132 24 ) german/persnl_lockerside 30 63 -90.00 0.750000 0.156250 0 32768 0 +surfaceparm detail +( 5468 3216 120 ) ( 5468 3244 120 ) ( 5496 3244 120 ) common/nodraw -24 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5496 3244 24 ) ( 5468 3244 24 ) ( 5468 3216 24 ) common/nodraw -58 29 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 297 +{ +( -5728 4244 192 ) ( -5736 4244 192 ) ( -5736 4176 192 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5736 4176 213 ) ( -5736 4244 213 ) ( -5728 4244 213 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5736 4148 217 ) ( -5728 4148 217 ) ( -5728 4148 192 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5728 4176 217 ) ( -5728 4244 217 ) ( -5728 4244 192 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5728 4276 221 ) ( -5736 4276 221 ) ( -5736 4276 196 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5736 4244 217 ) ( -5736 4176 217 ) ( -5736 4176 192 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 298 +{ +( -4143.840332 4398.443848 104 ) ( -4163.639648 4378.645020 104 ) ( -4163.639648 4378.645020 0 ) german/personel_lockertall -46 0 0.00 0.305000 0.380000 0 32768 0 +surfaceparm detail +( -4030.703613 4443.698242 104 ) ( -4050.502441 4463.497559 104 ) ( -4050.502441 4463.497559 0 ) german/persnl_lockerside 0 -126 -90.00 -0.750000 -0.127215 0 32768 0 +surfaceparm detail +( -4086.958496 4422.757324 104 ) ( -4067.159668 4442.556152 104 ) ( -4067.159668 4442.556152 0 ) german/personel_lockertall -31 0 0.00 0.305000 0.380000 0 32768 0 +surfaceparm detail +( -4149.497559 4364.502441 104 ) ( -4129.698242 4344.703125 104 ) ( -4129.698242 4344.703125 0 ) german/persnl_lockerside 0 -41 -90.00 -0.750000 -0.127224 0 32768 0 +surfaceparm detail +( -4090.100098 4423.899414 96 ) ( -4070.301758 4443.698242 96 ) ( -4050.502441 4423.899414 96 ) german/persnl_lockerside 113 108 0.00 -0.900623 0.900617 0 32768 0 +surfaceparm detail +( -4050.502441 4423.899414 0 ) ( -4070.301758 4443.698242 0 ) ( -4090.100098 4423.899414 0 ) common/nodraw 11 38 -45.04 0.499601 0.498825 536870912 2224 0 +surfaceparm detail +} +// brush 299 +{ +( -4221.672363 4319.127930 0 ) ( -4331.981445 4208.818359 0 ) ( -4312.181641 4189.020020 0 ) common/clip -13 21 44.99 0.999634 0.999893 196608 2193 0 +surfaceparm detail +( -4312.181641 4189.020020 28 ) ( -4331.981445 4208.818359 28 ) ( -4221.672363 4319.127930 28 ) common/clip -13 21 44.99 0.999634 0.999893 196608 2193 0 +surfaceparm detail +( -4312.181641 4189.020020 28 ) ( -4201.873535 4299.328613 28 ) ( -4201.873535 4299.328613 26 ) common/clip -7 -15 0.00 0.707275 1.000002 196608 2193 0 +surfaceparm detail +( -4201.873535 4299.328613 28 ) ( -4221.672363 4319.127930 28 ) ( -4221.672363 4319.127930 26 ) common/clip -35 -16 0.00 0.707153 1 196608 2193 0 +surfaceparm detail +( -4221.672363 4319.127930 28 ) ( -4331.981445 4208.818359 28 ) ( -4331.981445 4208.818359 26 ) common/clip -30 -15 0.00 0.707520 1.000004 196608 2193 0 +surfaceparm detail +( -4331.981445 4208.818359 28 ) ( -4312.181641 4189.020020 28 ) ( -4312.181641 4189.020020 26 ) common/clip 0 -15 -180.00 0.707031 -1 196608 2193 0 +surfaceparm detail +} +// brush 300 +{ +( -4286.672363 4392.127930 0 ) ( -4396.981445 4281.818359 0 ) ( -4377.181641 4262.020020 0 ) common/clip -18 54 44.99 0.999634 0.999893 196608 2193 0 +surfaceparm detail +( -4377.181641 4262.020020 28 ) ( -4396.981445 4281.818359 28 ) ( -4286.672363 4392.127930 28 ) common/clip -18 54 44.99 0.999634 0.999893 196608 2193 0 +surfaceparm detail +( -4377.181641 4262.020020 28 ) ( -4266.873535 4372.328613 28 ) ( -4266.873535 4372.328613 26 ) common/clip -46 -15 0.00 0.707275 1.000002 196608 2193 0 +surfaceparm detail +( -4266.873535 4372.328613 28 ) ( -4286.672363 4392.127930 28 ) ( -4286.672363 4392.127930 26 ) common/clip -10 -16 0.00 0.707153 1 196608 2193 0 +surfaceparm detail +( -4286.672363 4392.127930 28 ) ( -4396.981445 4281.818359 28 ) ( -4396.981445 4281.818359 26 ) common/clip -5 -15 0.00 0.707520 1.000004 196608 2193 0 +surfaceparm detail +( -4396.981445 4281.818359 28 ) ( -4377.181641 4262.020020 28 ) ( -4377.181641 4262.020020 26 ) common/clip 37 -15 -180.00 0.707031 -1 196608 2193 0 +surfaceparm detail +} +// brush 301 +{ +( -4235.946289 4589.745117 0 ) ( -4346.255371 4700.053711 0 ) ( -4366.054199 4680.254883 0 ) common/clip 23 54 -45.01 1.000152 0.999807 196608 2193 0 +surfaceparm detail +( -4366.054199 4680.254883 28 ) ( -4346.255371 4700.053711 28 ) ( -4235.946289 4589.745117 28 ) common/clip 23 54 -45.01 1.000152 0.999807 196608 2193 0 +surfaceparm detail +( -4366.054199 4680.254883 28 ) ( -4255.745117 4569.946289 28 ) ( -4255.745117 4569.946289 26 ) common/clip -7 -15 0.00 0.707275 1.000002 196608 2193 0 +surfaceparm detail +( -4255.745117 4569.946289 28 ) ( -4235.946289 4589.745117 28 ) ( -4235.946289 4589.745117 26 ) common/clip -35 -16 0.00 0.707031 1 196608 2193 0 +surfaceparm detail +( -4235.946289 4589.745117 28 ) ( -4346.255371 4700.053711 28 ) ( -4346.255371 4700.053711 26 ) common/clip -35 -15 0.00 0.707275 1.000004 196608 2193 0 +surfaceparm detail +( -4346.255371 4700.053711 28 ) ( -4366.054199 4680.254883 28 ) ( -4366.054199 4680.254883 26 ) common/clip -7 -16 0.00 0.707031 1 196608 2193 0 +surfaceparm detail +} +// brush 302 +{ +( -4207.840332 4462.443848 104 ) ( -4227.639648 4442.645020 104 ) ( -4227.639648 4442.645020 0 ) german/personel_lockertall -29 0 0.00 0.305000 0.380000 0 32768 0 +surfaceparm detail +( -4094.703613 4507.698242 104 ) ( -4114.502441 4527.497559 104 ) ( -4114.502441 4527.497559 0 ) german/persnl_lockerside 0 -116 -90.00 -0.750000 -0.127217 0 32768 0 +surfaceparm detail +( -4150.958496 4486.757324 104 ) ( -4131.159668 4506.556152 104 ) ( -4131.159668 4506.556152 0 ) german/personel_lockertall -49 0 0.00 0.305000 0.380000 0 32768 0 +surfaceparm detail +( -4213.497559 4428.502441 104 ) ( -4193.698242 4408.703125 104 ) ( -4193.698242 4408.703125 0 ) german/persnl_lockerside 0 -50 -90.00 -0.750000 -0.127224 0 32768 0 +surfaceparm detail +( -4154.100098 4487.899414 96 ) ( -4134.301758 4507.698242 96 ) ( -4114.502441 4487.899414 96 ) german/persnl_lockerside 42 51 0.00 -0.900623 0.900616 0 32768 0 +surfaceparm detail +( -4114.502441 4487.899414 0 ) ( -4134.301758 4507.698242 0 ) ( -4154.100098 4487.899414 0 ) common/nodraw 0 38 -45.04 0.499601 0.498825 536870912 2224 0 +surfaceparm detail +} +// brush 303 +{ +( -4261.840332 4186.443848 104 ) ( -4281.639648 4166.645020 104 ) ( -4281.639648 4166.645020 0 ) german/personel_lockertall -43 0 0.00 0.305000 0.380000 0 32768 0 +surfaceparm detail +( -4148.703613 4231.698242 104 ) ( -4168.502441 4251.497559 104 ) ( -4168.502441 4251.497559 0 ) german/persnl_lockerside 0 -121 -90.00 0.750000 -0.110474 0 32768 0 +surfaceparm detail +( -4204.958496 4210.757324 104 ) ( -4185.159668 4230.556152 104 ) ( -4185.159668 4230.556152 0 ) german/personel_lockertall 55 0 -180.00 0.308838 -0.375000 0 32768 0 +surfaceparm detail +( -4267.497559 4152.502441 104 ) ( -4247.698242 4132.703125 104 ) ( -4247.698242 4132.703125 0 ) german/persnl_lockerside 0 -10 -90.00 -0.750000 -0.127224 0 32768 0 +surfaceparm detail +( -4208.100098 4211.899414 96 ) ( -4188.301758 4231.698242 96 ) ( -4168.502441 4211.899414 96 ) common/nodraw 41 20 -45.03 0.500206 0.500896 536870912 2224 0 +surfaceparm detail +( -4168.502441 4211.899414 0 ) ( -4188.301758 4231.698242 0 ) ( -4208.100098 4211.899414 0 ) common/nodraw 6 19 -45.04 0.499601 0.498825 536870912 2224 0 +surfaceparm detail +} +// brush 304 +{ +( -4264.668945 4183.615234 104 ) ( -4284.467773 4163.816406 104 ) ( -4284.467773 4163.816406 0 ) german/persnl_lockerfrnt -117 0 0.00 0.154785 0.187500 0 32768 0 +surfaceparm detail +( -4148.703613 4231.698242 104 ) ( -4168.502441 4251.497559 104 ) ( -4168.502441 4251.497559 0 ) german/persnl_lockerside -89 0 0.00 0.110413 0.187500 0 32768 0 +surfaceparm detail +( -4202.129883 4213.585938 104 ) ( -4182.331055 4233.384766 104 ) ( -4182.331055 4233.384766 0 ) german/persnl_lockerfrnt -46 0 0.00 0.155029 0.187500 0 32768 0 +surfaceparm detail +( -4267.497559 4152.502441 104 ) ( -4247.698242 4132.703125 104 ) ( -4247.698242 4132.703125 0 ) german/persnl_lockerside 10 0 -180.00 0.127224 -0.187500 0 32768 0 +surfaceparm detail +( -4199.615234 4209.071289 120 ) ( -4179.816406 4228.870117 120 ) ( -4160.017090 4209.071289 120 ) common/nodraw 8 -8 -134.98 0.500810 0.499774 536870912 2224 0 +surfaceparm detail +( -4165.674316 4214.728027 96 ) ( -4185.473145 4234.526367 96 ) ( -4205.271973 4214.727539 96 ) common/nodraw 6 19 -45.04 0.499601 0.498825 536870912 2224 0 +surfaceparm detail +} +// brush 305 +{ +( -4200.443359 4679.159180 104 ) ( -4180.645020 4659.360352 104 ) ( -4180.645020 4659.360352 0 ) german/personel_lockertall -47 0 0.00 0.305000 0.380000 0 32768 0 +surfaceparm detail +( -4245.698242 4792.296387 104 ) ( -4265.497559 4772.497070 104 ) ( -4265.497559 4772.497070 0 ) german/persnl_lockerside 0 -25 -90.00 -0.750000 -0.127224 0 32768 0 +surfaceparm detail +( -4223.757813 4735.041992 104 ) ( -4243.556641 4754.841309 104 ) ( -4243.556641 4754.841309 0 ) german/personel_lockertall 56 0 -180.00 0.309082 -0.375000 0 32768 0 +surfaceparm detail +( -4166.502441 4673.502930 104 ) ( -4146.703125 4693.301758 104 ) ( -4146.703125 4693.301758 0 ) german/persnl_lockerside 0 -34 -90.00 -0.750000 -0.127220 0 32768 0 +surfaceparm detail +( -4225.899902 4732.899414 96 ) ( -4245.698730 4752.698242 96 ) ( -4225.899414 4772.497559 96 ) german/persnl_lockerside 112 54 0.00 -0.900608 0.900612 0 32768 0 +surfaceparm detail +( -4225.899414 4772.497559 0 ) ( -4245.698730 4752.698242 0 ) ( -4225.899902 4732.899414 0 ) common/nodraw -13 63 44.98 0.499774 0.499515 536870912 2224 0 +surfaceparm detail +} +// brush 306 +{ +( -4352.443359 4520.159180 104 ) ( -4332.645020 4500.360352 104 ) ( -4332.645020 4500.360352 0 ) german/personel_lockertall 30 0 0.00 -1.546792 0.375000 0 32768 0 +surfaceparm detail +( -4397.698242 4633.296387 104 ) ( -4417.497559 4613.497070 104 ) ( -4417.497559 4613.497070 0 ) german/persnl_lockerside 0 -56 -90.00 -0.750000 -0.127224 0 32768 0 +surfaceparm detail +( -4375.757813 4576.041992 104 ) ( -4395.556641 4595.841309 104 ) ( -4395.556641 4595.841309 0 ) german/personel_lockertall -26 0 0.00 0.305000 0.380000 0 32768 0 +surfaceparm detail +( -4318.502441 4514.502930 104 ) ( -4298.703125 4534.301758 104 ) ( -4298.703125 4534.301758 0 ) german/persnl_lockerside 0 -119 -90.00 -0.750000 -0.127220 0 32768 0 +surfaceparm detail +( -4377.899902 4573.899414 96 ) ( -4397.698730 4593.698242 96 ) ( -4377.899414 4613.497559 96 ) german/persnl_lockerside 71 5 0.00 -0.900612 0.900615 0 32768 0 +surfaceparm detail +( -4377.899414 4613.497559 0 ) ( -4397.698730 4593.698242 0 ) ( -4377.899902 4573.899414 0 ) common/nodraw 19 4 44.98 -2.547321 0.000885 536870912 2224 0 +surfaceparm detail +} +// brush 307 +{ +( -3821.275391 4177.774414 0 ) ( -4234.225586 4590.724609 0 ) ( -4522.724609 4302.225586 0 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4528 4256 448 ) ( -4528 4256 432 ) ( -4232 4552 432 ) ta_berlin/berlinwall3a -197 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +( -4480 4284 0 ) ( -4482 4286 0 ) ( -4481 4285 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4480 4288 0 ) ( -4482 4286 0 ) ( -4481 4287 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4448 4286 184 ) ( -4444 4656 184 ) ( -4440 4286 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4315 4468 0 ) ( -4312 4468 0 ) ( -4313.500000 4468 184 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 308 +{ +( 5360 3688 128 ) ( 5388 3688 128 ) ( 5388 3688 24 ) german/personel_lockertall 27 62 -180.00 0.437500 -0.375000 0 32768 0 +surfaceparm detail +( 5248 3736 128 ) ( 5248 3708 128 ) ( 5248 3708 24 ) german/persnl_lockerside 31 64 -90.00 0.750000 0.156250 0 32768 0 +surfaceparm detail +( 5304 3728 128 ) ( 5276 3728 128 ) ( 5276 3728 24 ) german/personel_lockertall -27 64 0.00 0.437500 0.375000 0 32768 0 +surfaceparm detail +( 5388 3708 128 ) ( 5388 3736 128 ) ( 5388 3736 24 ) german/persnl_lockerside 31 64 -90.00 0.750000 0.156250 0 32768 0 +surfaceparm detail +( 5304 3708 120 ) ( 5276 3708 120 ) ( 5276 3736 120 ) common/nodraw -24 -15 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5276 3736 24 ) ( 5276 3708 24 ) ( 5304 3708 24 ) common/nodraw -58 -51 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 309 +{ +( 5364 3688 128 ) ( 5392 3688 128 ) ( 5392 3688 24 ) german/persnl_lockerfrnt 54 0 -180.00 0.218750 -0.187500 0 32768 0 +surfaceparm detail +( 5248 3736 128 ) ( 5248 3708 128 ) ( 5248 3708 24 ) german/persnl_lockerside 54 0 -180.00 0.156250 -0.187500 0 32768 0 +surfaceparm detail +( 5300 3728 128 ) ( 5272 3728 128 ) ( 5272 3728 24 ) german/persnl_lockerfrnt -54 0 0.00 0.218750 0.187500 0 32768 0 +surfaceparm detail +( 5388 3708 128 ) ( 5388 3736 128 ) ( 5388 3736 24 ) german/persnl_lockerside 54 0 -180.00 0.156250 -0.187500 0 32768 0 +surfaceparm detail +( 5300 3716 144 ) ( 5272 3716 144 ) ( 5272 3744 144 ) common/nodraw -38 58 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5272 3736 120 ) ( 5272 3708 120 ) ( 5300 3708 120 ) common/nodraw -58 -51 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 310 +{ +( 5360 3336 128 ) ( 5388 3336 128 ) ( 5388 3336 24 ) german/personel_lockertall 26 62 -180.00 0.437500 -0.375000 0 32768 0 +surfaceparm detail +( 5248 3384 128 ) ( 5248 3356 128 ) ( 5248 3356 24 ) german/persnl_lockerside 31 115 -90.00 0.750000 0.156250 0 32768 0 +surfaceparm detail +( 5304 3376 128 ) ( 5276 3376 128 ) ( 5276 3376 24 ) german/personel_lockertall -26 64 0.00 0.437500 0.375000 0 32768 0 +surfaceparm detail +( 5388 3356 128 ) ( 5388 3384 128 ) ( 5388 3384 24 ) german/persnl_lockerside 31 115 -90.00 0.750000 0.156250 0 32768 0 +surfaceparm detail +( 5304 3356 120 ) ( 5276 3356 120 ) ( 5276 3384 120 ) common/nodraw -25 -15 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5276 3384 24 ) ( 5276 3356 24 ) ( 5304 3356 24 ) common/nodraw -58 -51 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 311 +{ +( 5364 3336 128 ) ( 5392 3336 128 ) ( 5392 3336 24 ) german/persnl_lockerfrnt 53 0 -180.00 0.218750 -0.187500 0 32768 0 +surfaceparm detail +( 5248 3384 128 ) ( 5248 3356 128 ) ( 5248 3356 24 ) german/persnl_lockerside 105 0 -180.00 0.156250 -0.187500 0 32768 0 +surfaceparm detail +( 5300 3376 128 ) ( 5272 3376 128 ) ( 5272 3376 24 ) german/persnl_lockerfrnt -53 0 0.00 0.218750 0.187500 0 32768 0 +surfaceparm detail +( 5388 3356 128 ) ( 5388 3384 128 ) ( 5388 3384 24 ) german/persnl_lockerside 105 0 -180.00 0.156250 -0.187500 0 32768 0 +surfaceparm detail +( 5300 3364 144 ) ( 5272 3364 144 ) ( 5272 3392 144 ) common/nodraw -38 58 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5272 3384 120 ) ( 5272 3356 120 ) ( 5300 3356 120 ) common/nodraw -58 -51 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 312 +{ +( -4418.668945 4348.615234 104 ) ( -4438.467773 4328.816406 104 ) ( -4438.467773 4328.816406 0 ) german/persnl_lockerfrnt -19 0 0.00 0.154785 0.187500 0 32768 0 +surfaceparm detail +( -4302.703613 4396.698242 104 ) ( -4322.502441 4416.497559 104 ) ( -4322.502441 4416.497559 0 ) german/persnl_lockerside 12 0 0.00 -0.127216 0.187500 0 32768 0 +surfaceparm detail +( -4356.129883 4378.585938 104 ) ( -4336.331055 4398.384766 104 ) ( -4336.331055 4398.384766 0 ) german/persnl_lockerfrnt -86 0 0.00 0.155029 0.187500 0 32768 0 +surfaceparm detail +( -4421.497559 4317.502441 104 ) ( -4401.698242 4297.703125 104 ) ( -4401.698242 4297.703125 0 ) german/persnl_lockerside 79 0 -180.00 0.127224 -0.187500 0 32768 0 +surfaceparm detail +( -4353.615234 4374.071289 120 ) ( -4333.816406 4393.870117 120 ) ( -4314.017090 4374.071289 120 ) common/nodraw 23 -11 -134.98 0.500810 0.499774 536870912 2224 0 +surfaceparm detail +( -4319.674316 4379.728027 96 ) ( -4339.473145 4399.526367 96 ) ( -4359.271973 4379.727539 96 ) common/nodraw 9 34 -45.04 0.499601 0.498825 536870912 2224 0 +surfaceparm detail +} +// brush 313 +{ +( -4415.840332 4351.443848 104 ) ( -4435.639648 4331.645020 104 ) ( -4435.639648 4331.645020 0 ) german/personel_lockertall -63 0 0.00 0.309082 0.375000 0 32768 0 +surfaceparm detail +( -4302.703613 4396.698242 104 ) ( -4322.502441 4416.497559 104 ) ( -4322.502441 4416.497559 0 ) german/persnl_lockerside 0 -13 -90.00 -0.750000 -0.127213 0 32768 0 +surfaceparm detail +( -4358.958496 4375.757324 104 ) ( -4339.159668 4395.556152 104 ) ( -4339.159668 4395.556152 0 ) german/personel_lockertall -7 0 0.00 0.305000 0.380000 0 32768 0 +surfaceparm detail +( -4421.497559 4317.502441 104 ) ( -4401.698242 4297.703125 104 ) ( -4401.698242 4297.703125 0 ) german/persnl_lockerside 0 -79 -90.00 -0.750000 -0.127224 0 32768 0 +surfaceparm detail +( -4362.100098 4376.899414 96 ) ( -4342.301758 4396.698242 96 ) ( -4322.502441 4376.899414 96 ) common/nodraw 43 35 -45.03 0.500206 0.500896 536870912 2224 0 +surfaceparm detail +( -4322.502441 4376.899414 0 ) ( -4342.301758 4396.698242 0 ) ( -4362.100098 4376.899414 0 ) common/nodraw 9 34 -45.04 0.499601 0.498825 536870912 2224 0 +surfaceparm detail +} +// brush 314 +{ +( 5315.053711 3050.745117 24 ) ( 5204.744629 3161.053711 24 ) ( 5184.945801 3141.254883 24 ) common/clip 54 22 -45.01 1.000066 1.000411 196608 2193 0 +surfaceparm detail +( 5184.945801 3141.254883 52 ) ( 5204.744629 3161.053711 52 ) ( 5315.053711 3050.745117 52 ) common/clip 54 22 -45.01 1.000066 1.000411 196608 2193 0 +surfaceparm detail +( 5184.945801 3141.254883 52 ) ( 5295.254395 3030.946289 52 ) ( 5295.254395 3030.946289 50 ) common/clip -57 8 0.00 0.707275 1 196608 2193 0 +surfaceparm detail +( 5295.254395 3030.946289 52 ) ( 5315.053711 3050.745117 52 ) ( 5315.053711 3050.745117 50 ) common/clip -26 8 0.00 0.706787 1 196608 2193 0 +surfaceparm detail +( 5315.053711 3050.745117 52 ) ( 5204.744629 3161.053711 52 ) ( 5204.744629 3161.053711 50 ) common/clip -38 8 0.00 0.707031 0.999998 196608 2193 0 +surfaceparm detail +( 5204.744629 3161.053711 52 ) ( 5184.945801 3141.254883 52 ) ( 5184.945801 3141.254883 50 ) common/clip -51 8 0.00 0.707520 1 196608 2193 0 +surfaceparm detail +} +// brush 315 +{ +( -1122 2192 0 ) ( -1122 2192 448 ) ( -610 2192 448 ) central_europe/tudor_set1_exwall1a -36 48 0.00 0.750000 0.800000 0 65536 0 +surfaceparm detail +( -536 2216 264 ) ( -536 2216 512 ) ( -1096 2216 512 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2216 512 ) ( -536 2216 264 ) ( -536 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1060 2216 264 ) ( -1072 2192 264 ) ( -1048 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2208 408 ) ( -1122 2212 408 ) ( -536 2210 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 2206 264 ) ( -1022 2210 264 ) ( -1022 2208 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 316 +{ +( -1122 2192 0 ) ( -1122 2192 448 ) ( -610 2192 448 ) central_europe/tudor_set1_exwall1a -36 48 0.00 0.750000 0.800000 0 65536 0 +surfaceparm detail +( -536 2216 264 ) ( -536 2216 512 ) ( -1096 2216 512 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1116 2198 24 ) ( -1112 2202 24 ) ( -1114 2200 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1060 2216 264 ) ( -1072 2192 264 ) ( -1048 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2208 408 ) ( -1122 2212 408 ) ( -536 2210 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 2210 264 ) ( -1022 2206 264 ) ( -1022 2208 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 317 +{ +( -1122 2192 0 ) ( -1122 2192 448 ) ( -610 2192 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2216 264 ) ( -536 2216 512 ) ( -1096 2216 512 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2216 512 ) ( -536 2216 264 ) ( -536 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2212 408 ) ( -1122 2208 408 ) ( -536 2210 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2206 440 ) ( -1122 2214 440 ) ( -536 2210 440 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 2206 408 ) ( -1022 2210 408 ) ( -1022 2208 440 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 318 +{ +( -1122 2192 0 ) ( -1122 2192 448 ) ( -610 2192 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2216 264 ) ( -536 2216 512 ) ( -1096 2216 512 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1116 2198 24 ) ( -1112 2202 24 ) ( -1114 2200 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2212 408 ) ( -1122 2208 408 ) ( -536 2210 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2206 440 ) ( -1122 2214 440 ) ( -536 2210 440 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 2210 408 ) ( -1022 2206 408 ) ( -1022 2208 440 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 319 +{ +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1098 3158 24 ) ( -1098 3156 24 ) ( -1098 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -167 3160 448 ) ( -169 2324 448 ) ( -165 2324 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -158 2324 472 ) ( -155.500000 3160 472 ) ( -153 2324 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1100 2368 448 ) ( -1112 2368 448 ) ( -1106 2368 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 320 +{ +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1022 3162 24 ) ( -1022 3160 24 ) ( -1022 3161 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2324 376 ) ( -1122 2324 386 ) ( -1098 2324 381 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -167 3160 448 ) ( -169 2324 448 ) ( -165 2324 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -158 2324 472 ) ( -155.500000 3160 472 ) ( -153 2324 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1112 2368 448 ) ( -1100 2368 448 ) ( -1106 2368 472 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 321 +{ +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) central_europe/tudor_set1_exwall1a -108 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -1098 3158 24 ) ( -1098 3156 24 ) ( -1098 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1110 2192 512 ) ( -1107 3160 512 ) ( -1104 2192 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -155.500000 3160 472 ) ( -158 2324 472 ) ( -153 2324 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1100 2368 472 ) ( -1112 2368 472 ) ( -1106 2368 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 322 +{ +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) central_europe/tudor_set1_exwall1a -108 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -1022 3162 24 ) ( -1022 3160 24 ) ( -1022 3161 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1110 2192 512 ) ( -1107 3160 512 ) ( -1104 2192 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2324 376 ) ( -1122 2324 386 ) ( -1098 2324 381 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -155.500000 3160 472 ) ( -158 2324 472 ) ( -153 2324 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1112 2368 472 ) ( -1100 2368 472 ) ( -1106 2368 512 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 323 +{ +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -1022 3158 24 ) ( -1022 3156 24 ) ( -1022 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1103 3160 264 ) ( -1106 2192 264 ) ( -1100 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2324 376 ) ( -1122 2324 386 ) ( -1098 2324 381 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -169 2324 448 ) ( -167 3160 448 ) ( -165 2324 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1108 2368 264 ) ( -1100 2368 264 ) ( -1104 2368 448 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 324 +{ +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -1098 3158 24 ) ( -1098 3156 24 ) ( -1098 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1103 3160 264 ) ( -1106 2192 264 ) ( -1100 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -169 2324 448 ) ( -167 3160 448 ) ( -165 2324 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1100 2368 264 ) ( -1108 2368 264 ) ( -1104 2368 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 325 +{ +( -1686.724609 2098.225586 512 ) ( -1398.225586 2386.724609 512 ) ( -985.275391 1973.774414 512 ) general_structure/plaster_wall2 -44 56 0.00 1 1 0 65536 0 +surfaceparm detail +( -812 1980 0 ) ( -812 1980 448 ) ( -812 2556 448 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -898 2948 24 ) ( -898 2950 24 ) ( -898 2949 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -840 2624 24 ) ( -836 2624 24 ) ( -838 2624 640 ) general_structure/plaster_wall2 -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -812 2824 264 ) ( -816 1976 264 ) ( -808 1976 264 ) general_structure/plaster_wall2 -252 40 0.00 1 1 0 65536 0 +surfaceparm detail +( -850 2496 264 ) ( -860 2496 264 ) ( -855 2496 512 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 326 +{ +( -1686.724609 2098.225586 512 ) ( -1398.225586 2386.724609 512 ) ( -985.275391 1973.774414 512 ) general_structure/plaster_wall2 -44 56 0.00 1 1 0 65536 0 +surfaceparm detail +( -812 1980 0 ) ( -812 1980 448 ) ( -812 2556 448 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -872 2942 24 ) ( -872 2944 24 ) ( -872 2943 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -812 2824 264 ) ( -816 1976 264 ) ( -808 1976 264 ) general_structure/plaster_wall2 -252 40 0.00 1 1 0 65536 0 +surfaceparm detail +( -820 2216 232 ) ( -828 2216 232 ) ( -824 2216 640 ) general_structure/plaster_wall2 -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -860 2496 264 ) ( -850 2496 264 ) ( -855 2496 512 ) general_structure/plaster_wall2 -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 327 +{ +( -2208 1076 394 ) ( -2208 1082 394 ) ( -2208 1082 402 ) common/nodraw -8 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2170 1076 440 ) ( -2170 1082 440 ) ( -2162 1082 440 ) common/nodraw -8 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2176 1082 440 ) ( -2186 1082 440 ) ( -2186 1082 406 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2170 1082 440 ) ( -2170 1076 440 ) ( -2208 1076 402 ) common/nodraw -8 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2186 1076 440 ) ( -2176 1076 440 ) ( -2176 1076 406 ) interior/manor_woodfloor 59 188 135.00 0.999915 -0.999893 0 16384 0 +surfaceparm detail +( -2162 1076 440 ) ( -2162 1082 440 ) ( -2208 1082 394 ) interior/manor_woodfloor -8 -148 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 328 +{ +( -2214 1076 394 ) ( -2208 1076 394 ) ( -2208 1076 402 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2214 1038 440 ) ( -2208 1038 440 ) ( -2208 1030 440 ) common/nodraw -8 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2208 1044 440 ) ( -2208 1054 440 ) ( -2208 1054 406 ) interior/manor_woodfloor -15 -146 44.96 1.000584 1.000260 0 16384 0 +surfaceparm detail +( -2208 1038 440 ) ( -2214 1038 440 ) ( -2214 1076 402 ) common/nodraw -8 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2214 1054 440 ) ( -2214 1044 440 ) ( -2214 1044 406 ) common/nodraw -8 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2214 1030 440 ) ( -2208 1030 440 ) ( -2208 1076 394 ) interior/manor_woodfloor -8 -148 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 329 +{ +( -2214 1082 256 ) ( -2214 1074 256 ) ( -2206 1074 256 ) common/nodraw -8 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2206 1074 440 ) ( -2214 1074 440 ) ( -2214 1082 440 ) common/nodraw -8 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2208 1074 448 ) ( -2208 1082 448 ) ( -2208 1082 256 ) interior/manor_woodfloor -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2206 1082 448 ) ( -2214 1082 448 ) ( -2214 1082 256 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2214 1082 448 ) ( -2214 1074 448 ) ( -2214 1074 256 ) common/nodraw -8 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 1076 448 ) ( -2208 1076 448 ) ( -2208 1076 256 ) interior/manor_woodfloor 20 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 330 +{ +( -2214 492 256 ) ( -2206 492 256 ) ( -2206 500 256 ) common/nodraw 12 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2206 500 440 ) ( -2206 492 440 ) ( -2214 492 440 ) common/nodraw 12 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2206 498 448 ) ( -2214 498 448 ) ( -2214 498 256 ) interior/manor_woodfloor 12 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2214 500 448 ) ( -2214 492 448 ) ( -2214 492 256 ) common/nodraw 38 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2214 492 448 ) ( -2206 492 448 ) ( -2206 492 256 ) common/nodraw 12 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2208 490 448 ) ( -2208 498 448 ) ( -2208 498 256 ) interior/manor_woodfloor 38 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 331 +{ +( -2208 492 394 ) ( -2208 498 394 ) ( -2208 498 402 ) common/nodraw 38 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2170 492 440 ) ( -2170 498 440 ) ( -2162 498 440 ) common/nodraw 12 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2176 498 440 ) ( -2186 498 440 ) ( -2186 498 406 ) interior/manor_woodfloor 79 77 135.02 1.000260 -1.000260 0 16384 0 +surfaceparm detail +( -2170 498 440 ) ( -2170 492 440 ) ( -2208 492 402 ) common/nodraw 12 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2186 492 440 ) ( -2176 492 440 ) ( -2176 492 406 ) common/nodraw 12 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2162 492 440 ) ( -2162 498 440 ) ( -2208 498 394 ) interior/manor_woodfloor 12 -39 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 332 +{ +( -2208 498 394 ) ( -2214 498 394 ) ( -2214 498 402 ) common/nodraw 12 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2208 536 440 ) ( -2214 536 440 ) ( -2214 544 440 ) common/nodraw 12 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2214 530 440 ) ( -2214 520 440 ) ( -2214 520 406 ) common/nodraw 38 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2214 536 440 ) ( -2208 536 440 ) ( -2208 498 402 ) common/nodraw 12 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2208 520 440 ) ( -2208 530 440 ) ( -2208 530 406 ) interior/manor_woodfloor 53 53 135.00 0.999915 -0.999915 0 16384 0 +surfaceparm detail +( -2208 544 440 ) ( -2214 544 440 ) ( -2214 498 394 ) interior/manor_woodfloor 12 -39 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 333 +{ +( -1620 498 394 ) ( -1620 492 394 ) ( -1620 492 402 ) common/nodraw 30 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1658 498 440 ) ( -1658 492 440 ) ( -1666 492 440 ) common/nodraw 30 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1652 492 440 ) ( -1642 492 440 ) ( -1642 492 406 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1658 492 440 ) ( -1658 498 440 ) ( -1620 498 402 ) common/nodraw 30 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1642 498 440 ) ( -1652 498 440 ) ( -1652 498 406 ) interior/manor_woodfloor -49 -177 45.00 0.999936 0.999936 0 16384 0 +surfaceparm detail +( -1666 498 440 ) ( -1666 492 440 ) ( -1620 492 394 ) interior/manor_woodfloor 30 118 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 334 +{ +( -1614 498 394 ) ( -1620 498 394 ) ( -1620 498 402 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 536 440 ) ( -1620 536 440 ) ( -1620 544 440 ) common/nodraw 30 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1620 530 440 ) ( -1620 520 440 ) ( -1620 520 406 ) interior/manor_woodfloor 72 199 135.00 0.999936 -0.999936 0 16384 0 +surfaceparm detail +( -1620 536 440 ) ( -1614 536 440 ) ( -1614 498 402 ) common/nodraw 30 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 520 440 ) ( -1614 530 440 ) ( -1614 530 406 ) common/nodraw 30 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1614 544 440 ) ( -1620 544 440 ) ( -1620 498 394 ) interior/manor_woodfloor 30 118 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 335 +{ +( -1614 492 256 ) ( -1614 500 256 ) ( -1622 500 256 ) common/nodraw 30 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1622 500 440 ) ( -1614 500 440 ) ( -1614 492 440 ) common/nodraw 30 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1620 500 448 ) ( -1620 492 448 ) ( -1620 492 256 ) interior/manor_woodfloor 30 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -1622 492 448 ) ( -1614 492 448 ) ( -1614 492 256 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 492 448 ) ( -1614 500 448 ) ( -1614 500 256 ) common/nodraw 30 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1612 498 448 ) ( -1620 498 448 ) ( -1620 498 256 ) interior/manor_woodfloor -120 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 336 +{ +( -1620 1076 394 ) ( -1614 1076 394 ) ( -1614 1076 402 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1620 1038 440 ) ( -1614 1038 440 ) ( -1614 1030 440 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 1044 440 ) ( -1614 1054 440 ) ( -1614 1054 406 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 1038 440 ) ( -1620 1038 440 ) ( -1620 1076 402 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1620 1054 440 ) ( -1620 1044 440 ) ( -1620 1044 406 ) interior/manor_woodfloor -36 -36 45.00 1 1 0 16384 0 +surfaceparm detail +( -1620 1030 440 ) ( -1614 1030 440 ) ( -1614 1076 394 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 337 +{ +( -1620 1082 394 ) ( -1620 1076 394 ) ( -1620 1076 402 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1658 1082 440 ) ( -1658 1076 440 ) ( -1666 1076 440 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1652 1076 440 ) ( -1642 1076 440 ) ( -1642 1076 406 ) interior/manor_woodfloor -31 -31 45.00 1 1 0 16384 0 +surfaceparm detail +( -1658 1076 440 ) ( -1658 1082 440 ) ( -1620 1082 402 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1642 1082 440 ) ( -1652 1082 440 ) ( -1652 1082 406 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1666 1082 440 ) ( -1666 1076 440 ) ( -1620 1076 394 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 338 +{ +( -1614 1082 256 ) ( -1622 1082 256 ) ( -1622 1074 256 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1622 1074 440 ) ( -1622 1082 440 ) ( -1614 1082 440 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1622 1076 448 ) ( -1614 1076 448 ) ( -1614 1076 256 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1614 1074 448 ) ( -1614 1082 448 ) ( -1614 1082 256 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 1082 448 ) ( -1622 1082 448 ) ( -1622 1082 256 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1620 1084 448 ) ( -1620 1076 448 ) ( -1620 1076 256 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 339 +{ +( -1784 572 292 ) ( -1784 576 292 ) ( -1784 576 296 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1724 576 288 ) ( -1784 576 288 ) ( -1784 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1724 572 260 ) ( -1724 576 260 ) ( -1724 576 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1784 572 288 ) ( -1724 572 288 ) ( -1724 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1784 572 296 ) ( -1784 576 296 ) ( -1724 576 260 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1784 576 292 ) ( -1784 572 292 ) ( -1724 572 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 340 +{ +( -1724 576 272 ) ( -1724 572 272 ) ( -1724 572 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1716 576 272 ) ( -1724 576 272 ) ( -1724 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1720 572 272 ) ( -1720 576 272 ) ( -1720 576 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1724 572 272 ) ( -1716 572 272 ) ( -1716 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1724 572 296 ) ( -1724 576 296 ) ( -1716 576 296 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1716 576 256 ) ( -1724 576 256 ) ( -1724 572 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 341 +{ +( -2044 576 272 ) ( -2044 572 272 ) ( -2044 572 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2036 576 272 ) ( -2044 576 272 ) ( -2044 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2040 572 272 ) ( -2040 576 272 ) ( -2040 576 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2044 572 272 ) ( -2036 572 272 ) ( -2036 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2044 572 296 ) ( -2044 576 296 ) ( -2036 576 296 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -2036 576 256 ) ( -2044 576 256 ) ( -2044 572 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 342 +{ +( -1980 576 272 ) ( -1980 572 272 ) ( -1980 572 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1972 576 272 ) ( -1980 576 272 ) ( -1980 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1976 572 272 ) ( -1976 576 272 ) ( -1976 576 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1980 572 272 ) ( -1972 572 272 ) ( -1972 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1980 572 296 ) ( -1980 576 296 ) ( -1972 576 296 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1972 576 256 ) ( -1980 576 256 ) ( -1980 572 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 343 +{ +( -1916 576 272 ) ( -1916 572 272 ) ( -1916 572 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1908 576 272 ) ( -1916 576 272 ) ( -1916 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1912 572 272 ) ( -1912 576 272 ) ( -1912 576 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1916 572 272 ) ( -1908 572 272 ) ( -1908 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1916 572 296 ) ( -1916 576 296 ) ( -1908 576 296 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1908 576 256 ) ( -1916 576 256 ) ( -1916 572 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 344 +{ +( -1852 576 272 ) ( -1852 572 272 ) ( -1852 572 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1844 576 272 ) ( -1852 576 272 ) ( -1852 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1848 572 272 ) ( -1848 576 272 ) ( -1848 576 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1852 572 272 ) ( -1844 572 272 ) ( -1844 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1852 572 296 ) ( -1852 576 296 ) ( -1844 576 296 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1844 576 256 ) ( -1852 576 256 ) ( -1852 572 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 345 +{ +( -1788 572 272 ) ( -1788 568 272 ) ( -1788 568 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1732 576 272 ) ( -1740 576 272 ) ( -1740 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1784 568 272 ) ( -1784 572 272 ) ( -1784 572 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1788 572 272 ) ( -1780 572 272 ) ( -1780 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1788 568 296 ) ( -1788 572 296 ) ( -1780 572 296 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1780 572 256 ) ( -1788 572 256 ) ( -1788 568 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 346 +{ +( -2044 596 300 ) ( -2044 592 300 ) ( -2044 592 268 ) german/minen_post -4 -56 0.00 1 1 0 16384 0 +surfaceparm detail +( -1752 576 300 ) ( -1772 576 300 ) ( -1772 576 268 ) german/minen_post 0 -56 0.00 1 1 0 16384 0 +surfaceparm detail +( -1688 572 300 ) ( -1688 576 300 ) ( -1688 576 268 ) german/minen_post -4 -56 0.00 1 1 0 16384 0 +surfaceparm detail +( -1772 572 300 ) ( -1752 572 300 ) ( -1752 572 268 ) german/minen_post 0 -56 0.00 1 1 0 16384 0 +surfaceparm detail +( -1772 572 300 ) ( -1772 576 300 ) ( -1752 576 300 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1752 576 296 ) ( -1772 576 296 ) ( -1772 572 296 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 347 +{ +( -2044 568 300 ) ( -2044 500 300 ) ( -2044 500 296 ) german/minen_post -4 -56 0.00 1 1 0 16384 0 +surfaceparm detail +( -2040 572 300 ) ( -2044 572 300 ) ( -2044 572 296 ) german/minen_post 0 -56 0.00 1 1 0 16384 0 +surfaceparm detail +( -2040 500 300 ) ( -2040 568 300 ) ( -2040 568 296 ) german/minen_post -4 -56 0.00 1 1 0 16384 0 +surfaceparm detail +( -2042 492 300 ) ( -2038 492 300 ) ( -2038 492 296 ) german/minen_post 0 -56 0.00 1 1 0 16384 0 +surfaceparm detail +( -2044 500 300 ) ( -2044 568 300 ) ( -2040 568 300 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -2040 568 296 ) ( -2044 568 296 ) ( -2044 500 296 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 348 +{ +( -2044 496 272 ) ( -2044 492 272 ) ( -2044 492 256 ) german/minen_post -44 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2036 496 272 ) ( -2044 496 272 ) ( -2044 496 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2040 492 272 ) ( -2040 496 272 ) ( -2040 496 256 ) german/minen_post -44 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2044 492 272 ) ( -2036 492 272 ) ( -2036 492 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2044 492 296 ) ( -2044 496 296 ) ( -2036 496 296 ) german/minen_post 0 44 0.00 1 1 0 16384 0 +surfaceparm detail +( -2036 496 256 ) ( -2044 496 256 ) ( -2044 492 256 ) german/minen_post 0 44 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 349 +{ +( -2040 572 292 ) ( -2040 576 292 ) ( -2040 576 296 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1980 576 288 ) ( -2040 576 288 ) ( -2040 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1980 572 260 ) ( -1980 576 260 ) ( -1980 576 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2040 572 288 ) ( -1980 572 288 ) ( -1980 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -2040 572 296 ) ( -2040 576 296 ) ( -1980 576 260 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -2040 576 292 ) ( -2040 572 292 ) ( -1980 572 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 350 +{ +( -1976 576 256 ) ( -1976 576 260 ) ( -1976 572 260 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1976 576 288 ) ( -1976 576 256 ) ( -1916 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1916 576 292 ) ( -1916 572 292 ) ( -1916 572 296 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1916 572 288 ) ( -1916 572 256 ) ( -1976 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1916 572 292 ) ( -1916 576 292 ) ( -1976 576 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1916 576 296 ) ( -1916 572 296 ) ( -1976 572 260 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 351 +{ +( -1912 572 292 ) ( -1912 576 292 ) ( -1912 576 296 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1852 576 288 ) ( -1912 576 288 ) ( -1912 576 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1852 572 260 ) ( -1852 576 260 ) ( -1852 576 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1912 572 288 ) ( -1852 572 288 ) ( -1852 572 256 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1912 572 296 ) ( -1912 576 296 ) ( -1852 576 260 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1912 576 292 ) ( -1912 572 292 ) ( -1852 572 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 352 +{ +( -1848 576 254 ) ( -1848 576 258 ) ( -1848 572 258 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1784 576 286 ) ( -1784 576 254 ) ( -1724 576 254 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1788 576 292 ) ( -1788 572 292 ) ( -1788 572 296 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1792 572 286 ) ( -1792 572 254 ) ( -1852 572 254 ) german/minen_post 0 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1788 572 292 ) ( -1788 576 292 ) ( -1848 576 256 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1788 576 296 ) ( -1788 572 296 ) ( -1848 572 260 ) german/minen_post 0 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 353 +{ +( -1696 572 272 ) ( -1696 568 272 ) ( -1696 568 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1640 576 272 ) ( -1648 576 272 ) ( -1648 576 256 ) german/minen_post -60 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1692 568 272 ) ( -1692 572 272 ) ( -1692 572 256 ) german/minen_post -4 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1696 572 272 ) ( -1688 572 272 ) ( -1688 572 256 ) german/minen_post -60 -64 0.00 1 1 0 16384 0 +surfaceparm detail +( -1696 568 296 ) ( -1696 572 296 ) ( -1688 572 296 ) german/minen_post -60 68 0.00 1 1 0 16384 0 +surfaceparm detail +( -1708 580 256 ) ( -1708 572 256 ) ( -1660 580 256 ) german/minen_post -60 68 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 354 +{ +( -1614 996 440 ) ( -1614 1060 440 ) ( -1622 1060 440 ) interior/manor_woodfloor 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( -1622 1064 448 ) ( -1614 1064 448 ) ( -1614 1000 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1620 1080 448 ) ( -1620 1016 448 ) ( -1620 1016 408 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1614 1000 448 ) ( -1614 1064 448 ) ( -1614 1064 408 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1614 492 440 ) ( -1616 494 440 ) ( -1615 493 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1620 1076 440 ) ( -1618 1078 440 ) ( -1619 1077 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 355 +{ +( -2126 498 440 ) ( -2190 498 440 ) ( -2190 490 440 ) interior/manor_woodfloor 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( -2194 490 448 ) ( -2194 498 448 ) ( -2130 498 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2194 492 448 ) ( -2130 492 448 ) ( -2130 492 408 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2132 498 448 ) ( -2196 498 448 ) ( -2196 498 408 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2210 496 440 ) ( -2208 498 440 ) ( -2209 497 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1620 498 440 ) ( -1618 496 440 ) ( -1619 497 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 356 +{ +( -2208 990 440 ) ( -2208 1054 440 ) ( -2216 1054 440 ) interior/manor_woodfloor 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( -2216 1058 448 ) ( -2208 1058 448 ) ( -2208 994 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2214 1074 448 ) ( -2214 1010 448 ) ( -2214 1010 408 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2208 994 448 ) ( -2208 1058 448 ) ( -2208 1058 408 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2212 1080 440 ) ( -2210 1078 440 ) ( -2211 1079 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2208 498 440 ) ( -2210 496 440 ) ( -2209 497 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 357 +{ +( -2128 1082 440 ) ( -2192 1082 440 ) ( -2192 1074 440 ) interior/manor_woodfloor 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( -2196 1074 448 ) ( -2196 1082 448 ) ( -2132 1082 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2196 1076 448 ) ( -2132 1076 448 ) ( -2132 1076 408 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2132 1082 448 ) ( -2196 1082 448 ) ( -2196 1082 408 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1614 1082 440 ) ( -1616 1080 440 ) ( -1615 1081 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2208 1076 440 ) ( -2210 1078 440 ) ( -2209 1077 448 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 358 +{ +( -1684 556 248 ) ( -1684 492 248 ) ( -1716 492 248 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1716 492 240 ) ( -1716 556 240 ) ( -1716 556 272 ) mohtest/wdflr2a -7 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1716 572 240 ) ( -1684 572 240 ) ( -1684 572 272 ) common/nodraw -36 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1684 492 240 ) ( -1716 492 240 ) ( -1716 492 272 ) common/nodraw -36 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1692 572 256 ) ( -1920 572 104 ) ( -1806 492 180 ) common/nodraw 51 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 359 +{ +( -2041 758 24 ) ( -2041 762 24 ) ( -2045 762 24 ) das_boot/officer_quarter -118 -110 90.00 1 1 0 16384 0 +surfaceparm detail +( -2041 762 52 ) ( -2037 762 52 ) ( -2037 758 52 ) das_boot/officer_quarter -118 -110 90.00 1 1 0 16384 0 +surfaceparm detail +( -2041 762 56 ) ( -2041 758 56 ) ( -2041 758 52 ) das_boot/officer_quarter -118 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2041 758 56 ) ( -2037 758 56 ) ( -2037 758 52 ) das_boot/officer_quarter 23 106 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2037 758 56 ) ( -2037 762 56 ) ( -2037 762 52 ) das_boot/officer_quarter -118 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2037 762 56 ) ( -2041 762 56 ) ( -2041 762 52 ) das_boot/officer_quarter 23 106 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 360 +{ +( -2109 758 24 ) ( -2109 762 24 ) ( -2113 762 24 ) das_boot/officer_quarter -118 -41 90.00 1 1 0 16384 0 +surfaceparm detail +( -2109 762 52 ) ( -2105 762 52 ) ( -2105 758 52 ) das_boot/officer_quarter -118 -41 90.00 1 1 0 16384 0 +surfaceparm detail +( -2109 762 56 ) ( -2109 758 56 ) ( -2109 758 52 ) das_boot/officer_quarter -118 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2109 758 56 ) ( -2105 758 56 ) ( -2105 758 52 ) das_boot/officer_quarter 82 106 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2105 758 56 ) ( -2105 762 56 ) ( -2105 762 52 ) das_boot/officer_quarter -118 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2105 762 56 ) ( -2109 762 56 ) ( -2109 762 52 ) das_boot/officer_quarter 82 106 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 361 +{ +( -2109 834 24 ) ( -2109 838 24 ) ( -2113 838 24 ) das_boot/officer_quarter -67 -41 90.00 1 1 0 16384 0 +surfaceparm detail +( -2109 838 52 ) ( -2105 838 52 ) ( -2105 834 52 ) das_boot/officer_quarter -67 -41 90.00 1 1 0 16384 0 +surfaceparm detail +( -2109 838 56 ) ( -2109 834 56 ) ( -2109 834 52 ) das_boot/officer_quarter -66 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2109 834 56 ) ( -2105 834 56 ) ( -2105 834 52 ) das_boot/officer_quarter 82 106 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2105 834 56 ) ( -2105 838 56 ) ( -2105 838 52 ) das_boot/officer_quarter -66 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2105 838 56 ) ( -2109 838 56 ) ( -2109 838 52 ) das_boot/officer_quarter 82 106 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 362 +{ +( -2041 834 24 ) ( -2041 838 24 ) ( -2045 838 24 ) das_boot/officer_quarter -67 -110 90.00 1 1 0 16384 0 +surfaceparm detail +( -2041 838 52 ) ( -2037 838 52 ) ( -2037 834 52 ) das_boot/officer_quarter -67 -110 90.00 1 1 0 16384 0 +surfaceparm detail +( -2041 838 56 ) ( -2041 834 56 ) ( -2041 834 52 ) das_boot/officer_quarter -66 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2041 834 56 ) ( -2037 834 56 ) ( -2037 834 52 ) das_boot/officer_quarter 23 106 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2037 834 56 ) ( -2037 838 56 ) ( -2037 838 52 ) das_boot/officer_quarter -66 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2037 838 56 ) ( -2041 838 56 ) ( -2041 838 52 ) das_boot/officer_quarter 23 106 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 363 +{ +( -2021 754 52 ) ( -2021 842 52 ) ( -2101 842 52 ) das_boot/officer_quarter -67 -110 90.00 1 1 0 16384 0 +surfaceparm detail +( -2113 842 56 ) ( -2033 842 56 ) ( -2033 754 56 ) das_boot/officer_quarter -67 -110 90.00 1 1 0 16384 0 +surfaceparm detail +( -2113 842 80 ) ( -2113 754 80 ) ( -2113 754 24 ) das_boot/officer_quarter -66 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2113 754 80 ) ( -2033 754 80 ) ( -2033 754 24 ) das_boot/officer_quarter 23 106 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2033 754 80 ) ( -2033 842 80 ) ( -2033 842 24 ) das_boot/officer_quarter -66 106 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2033 842 80 ) ( -2113 842 80 ) ( -2113 842 24 ) das_boot/officer_quarter 23 106 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 364 +{ +( -3468 2440 252 ) ( -3468 2528 252 ) ( -3548 2528 252 ) das_boot/officer_quarter -89 -71 90.00 1 1 0 16384 0 +surfaceparm detail +( -3560 2528 256 ) ( -3480 2528 256 ) ( -3480 2440 256 ) das_boot/officer_quarter -89 -71 90.00 1 1 0 16384 0 +surfaceparm detail +( -3560 2528 280 ) ( -3560 2440 280 ) ( -3560 2440 224 ) das_boot/officer_quarter -88 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3560 2440 280 ) ( -3480 2440 280 ) ( -3480 2440 224 ) das_boot/officer_quarter 112 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3480 2440 280 ) ( -3480 2528 280 ) ( -3480 2528 224 ) das_boot/officer_quarter -88 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3480 2528 280 ) ( -3560 2528 280 ) ( -3560 2528 224 ) das_boot/officer_quarter 112 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 365 +{ +( -3488 2520 224 ) ( -3488 2524 224 ) ( -3492 2524 224 ) das_boot/officer_quarter -89 -71 90.00 1 1 0 16384 0 +surfaceparm detail +( -3488 2524 252 ) ( -3484 2524 252 ) ( -3484 2520 252 ) das_boot/officer_quarter -89 -71 90.00 1 1 0 16384 0 +surfaceparm detail +( -3488 2524 256 ) ( -3488 2520 256 ) ( -3488 2520 252 ) das_boot/officer_quarter -88 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3488 2520 256 ) ( -3484 2520 256 ) ( -3484 2520 252 ) das_boot/officer_quarter 112 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3484 2520 256 ) ( -3484 2524 256 ) ( -3484 2524 252 ) das_boot/officer_quarter -88 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3484 2524 256 ) ( -3488 2524 256 ) ( -3488 2524 252 ) das_boot/officer_quarter 112 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 366 +{ +( -3556 2520 224 ) ( -3556 2524 224 ) ( -3560 2524 224 ) das_boot/officer_quarter -89 -1 90.00 1 1 0 16384 0 +surfaceparm detail +( -3556 2524 252 ) ( -3552 2524 252 ) ( -3552 2520 252 ) das_boot/officer_quarter -89 -1 90.00 1 1 0 16384 0 +surfaceparm detail +( -3556 2524 256 ) ( -3556 2520 256 ) ( -3556 2520 252 ) das_boot/officer_quarter -88 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3556 2520 256 ) ( -3552 2520 256 ) ( -3552 2520 252 ) das_boot/officer_quarter 43 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3552 2520 256 ) ( -3552 2524 256 ) ( -3552 2524 252 ) das_boot/officer_quarter -88 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3552 2524 256 ) ( -3556 2524 256 ) ( -3556 2524 252 ) das_boot/officer_quarter 43 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 367 +{ +( -3556 2444 224 ) ( -3556 2448 224 ) ( -3560 2448 224 ) das_boot/officer_quarter -12 -1 90.00 1 1 0 16384 0 +surfaceparm detail +( -3556 2448 252 ) ( -3552 2448 252 ) ( -3552 2444 252 ) das_boot/officer_quarter -12 -1 90.00 1 1 0 16384 0 +surfaceparm detail +( -3556 2448 256 ) ( -3556 2444 256 ) ( -3556 2444 252 ) das_boot/officer_quarter -12 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3556 2444 256 ) ( -3552 2444 256 ) ( -3552 2444 252 ) das_boot/officer_quarter 43 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3552 2444 256 ) ( -3552 2448 256 ) ( -3552 2448 252 ) das_boot/officer_quarter -12 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3552 2448 256 ) ( -3556 2448 256 ) ( -3556 2448 252 ) das_boot/officer_quarter 43 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 368 +{ +( -3488 2444 224 ) ( -3488 2448 224 ) ( -3492 2448 224 ) das_boot/officer_quarter -12 -71 90.00 1 1 0 16384 0 +surfaceparm detail +( -3488 2448 252 ) ( -3484 2448 252 ) ( -3484 2444 252 ) das_boot/officer_quarter -12 -71 90.00 1 1 0 16384 0 +surfaceparm detail +( -3488 2448 256 ) ( -3488 2444 256 ) ( -3488 2444 252 ) das_boot/officer_quarter -12 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3488 2444 256 ) ( -3484 2444 256 ) ( -3484 2444 252 ) das_boot/officer_quarter 112 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3484 2444 256 ) ( -3484 2448 256 ) ( -3484 2448 252 ) das_boot/officer_quarter -12 -94 0.00 1 -1 0 16384 0 +surfaceparm detail +( -3484 2448 256 ) ( -3488 2448 256 ) ( -3488 2448 252 ) das_boot/officer_quarter 112 -93 -180.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 369 +{ +( -4757.757324 2030.267090 24 ) ( -4760.585449 2027.438477 24 ) ( -4757.756836 2024.610352 24 ) das_boot/officer_quarter 1 -44 -134.96 1.001274 0.999548 0 16384 0 +surfaceparm detail +( -4760.585449 2027.438477 52 ) ( -4763.414551 2030.266602 52 ) ( -4760.585938 2033.095215 52 ) das_boot/officer_quarter 1 -44 -134.96 1.001274 0.999548 0 16384 0 +surfaceparm detail +( -4760.585449 2027.438477 56 ) ( -4757.757324 2030.267090 56 ) ( -4757.757324 2030.267090 52 ) das_boot/officer_quarter -83 -22 0.00 0.707031 -1 0 16384 0 +surfaceparm detail +( -4757.757324 2030.267090 56 ) ( -4760.585938 2033.095215 56 ) ( -4760.585938 2033.095215 52 ) das_boot/officer_quarter -60 -22 0.00 0.708496 -1 0 16384 0 +surfaceparm detail +( -4760.585938 2033.095215 56 ) ( -4763.414551 2030.266602 56 ) ( -4763.414551 2030.266602 52 ) das_boot/officer_quarter -74 -22 0.00 0.708008 -1 0 16384 0 +surfaceparm detail +( -4763.414551 2030.266602 56 ) ( -4760.585449 2027.438477 56 ) ( -4760.585449 2027.438477 52 ) das_boot/officer_quarter -33 -22 0.00 0.707031 -1 0 16384 0 +surfaceparm detail +} +// brush 370 +{ +( -4709.674316 1982.183594 24 ) ( -4712.501953 1979.355469 24 ) ( -4709.673828 1976.527344 24 ) das_boot/officer_quarter 121 -105 -134.98 1.001620 0.998857 0 16384 0 +surfaceparm detail +( -4712.501953 1979.355469 52 ) ( -4715.331055 1982.183594 52 ) ( -4712.502441 1985.013184 52 ) das_boot/officer_quarter 121 -105 -134.98 1.001620 0.998857 0 16384 0 +surfaceparm detail +( -4712.501953 1979.355469 56 ) ( -4709.674316 1982.183594 56 ) ( -4709.674316 1982.183594 52 ) das_boot/officer_quarter 112 -21 -180.00 0.707520 1 0 16384 0 +surfaceparm detail +( -4709.674316 1982.183594 56 ) ( -4712.502441 1985.013184 56 ) ( -4712.502441 1985.013184 52 ) das_boot/officer_quarter 1 -21 -180.00 0.707031 1 0 16384 0 +surfaceparm detail +( -4712.502441 1985.013184 56 ) ( -4715.331055 1982.183594 56 ) ( -4715.331055 1982.183594 52 ) das_boot/officer_quarter 118 -21 -180.00 0.707031 1 0 16384 0 +surfaceparm detail +( -4715.331055 1982.183594 56 ) ( -4712.501953 1979.355469 56 ) ( -4712.501953 1979.355469 52 ) das_boot/officer_quarter -4 -22 0.00 0.706543 -1 0 16384 0 +surfaceparm detail +} +// brush 371 +{ +( -4763.414551 1928.443359 24 ) ( -4766.242676 1925.615234 24 ) ( -4763.414063 1922.786621 24 ) das_boot/officer_quarter 39 -89 -135.02 1.001620 1.000584 0 16384 0 +surfaceparm detail +( -4766.242676 1925.615234 52 ) ( -4769.071289 1928.443848 52 ) ( -4766.242188 1931.271973 52 ) das_boot/officer_quarter 39 -89 -135.02 1.001620 1.000584 0 16384 0 +surfaceparm detail +( -4766.242676 1925.615234 56 ) ( -4763.414551 1928.443359 56 ) ( -4763.414551 1928.443359 52 ) das_boot/officer_quarter -97 -22 0.00 0.706543 -1 0 16384 0 +surfaceparm detail +( -4763.414551 1928.443359 56 ) ( -4766.242188 1931.271973 56 ) ( -4766.242188 1931.271973 52 ) das_boot/officer_quarter 3 -21 -180.00 0.707031 1 0 16384 0 +surfaceparm detail +( -4766.242188 1931.271973 56 ) ( -4769.071289 1928.443848 56 ) ( -4769.071289 1928.443848 52 ) das_boot/officer_quarter 34 -21 -180.00 0.706543 1 0 16384 0 +surfaceparm detail +( -4769.071289 1928.443848 56 ) ( -4766.242676 1925.615234 56 ) ( -4766.242676 1925.615234 52 ) das_boot/officer_quarter 114 -21 -180.00 0.707764 1 0 16384 0 +surfaceparm detail +} +// brush 372 +{ +( -4811.497559 1976.526367 24 ) ( -4814.325684 1973.699219 24 ) ( -4811.497559 1970.870117 24 ) das_boot/officer_quarter 44 -22 -134.98 1.000929 1.001274 0 16384 0 +surfaceparm detail +( -4814.325684 1973.699219 52 ) ( -4817.154297 1976.526855 52 ) ( -4814.325684 1979.355957 52 ) das_boot/officer_quarter 44 -22 -134.98 1.000929 1.001274 0 16384 0 +surfaceparm detail +( -4814.325684 1973.699219 56 ) ( -4811.497559 1976.526367 56 ) ( -4811.497559 1976.526367 52 ) das_boot/officer_quarter 112 -21 -180.00 0.707031 1 0 16384 0 +surfaceparm detail +( -4811.497559 1976.526367 56 ) ( -4814.325684 1979.355957 56 ) ( -4814.325684 1979.355957 52 ) das_boot/officer_quarter 126 -21 -180.00 0.707031 1 0 16384 0 +surfaceparm detail +( -4814.325684 1979.355957 56 ) ( -4817.154297 1976.526855 56 ) ( -4817.154297 1976.526855 52 ) das_boot/officer_quarter 111 -21 -180.00 0.707520 1 0 16384 0 +surfaceparm detail +( -4817.154297 1976.526855 56 ) ( -4814.325684 1973.699219 56 ) ( -4814.325684 1973.699219 52 ) das_boot/officer_quarter -75 -21 0.00 0.706543 -1 0 16384 0 +surfaceparm detail +} +// brush 373 +{ +( -4769.070801 2047.237793 52 ) ( -4831.296875 1985.012695 52 ) ( -4774.727539 1928.443359 52 ) das_boot/officer_quarter 44 -22 -134.98 1.000929 1.001274 0 16384 0 +surfaceparm detail +( -4766.243164 1919.958496 56 ) ( -4822.811523 1976.526367 56 ) ( -4760.585449 2038.751953 56 ) das_boot/officer_quarter 44 -22 -134.98 1.000929 1.001274 0 16384 0 +surfaceparm detail +( -4766.243164 1919.958496 80 ) ( -4704.017090 1982.183594 80 ) ( -4704.017090 1982.183594 24 ) das_boot/officer_quarter 53 -21 -180.00 0.706543 1 0 16384 0 +surfaceparm detail +( -4704.017090 1982.183594 80 ) ( -4760.585449 2038.751953 80 ) ( -4760.585449 2038.751953 24 ) das_boot/officer_quarter -30 -22 0.00 0.707520 -1 0 16384 0 +surfaceparm detail +( -4760.585449 2038.751953 80 ) ( -4822.811523 1976.526367 80 ) ( -4822.811523 1976.526367 24 ) das_boot/officer_quarter 102 -21 -180.00 0.707031 1 0 16384 0 +surfaceparm detail +( -4822.811523 1976.526367 80 ) ( -4766.243164 1919.958496 80 ) ( -4766.243164 1919.958496 24 ) das_boot/officer_quarter -83 -22 0.00 0.707031 -1 0 16384 0 +surfaceparm detail +} +// brush 374 +{ +( 1720 3436 16 ) ( 1720 3436 24 ) ( 1720 4064 24 ) common/nodraw -9 -54 -90.00 1 -0.708008 536870912 2224 0 +surfaceparm detail +( 1548 3264 24 ) ( 1548 3264 16 ) ( 1204 3608 16 ) common/nodraw -9 -54 -90.00 1 -0.708008 536870912 2224 0 +surfaceparm detail +( 1720 3432 16 ) ( 1720 4064 16 ) ( 1204 3608 16 ) common/nodraw 45 30 -44.96 1.001274 0.999721 536870912 2224 0 +surfaceparm detail +( 1204 3608 24 ) ( 1720 4064 24 ) ( 1720 3432 24 ) misc_outside/concpath1_wgrass -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 1548 3264 16 ) ( 1548 3264 24 ) ( 1720 3436 24 ) common/nodraw -11 0 -90.00 1.000004 0.706055 536870912 2224 0 +surfaceparm detail +( 280 4556 16 ) ( 296 4556 16 ) ( 288 4556 24 ) common/nodraw -11 7 -90.00 1.000004 0.706055 536870912 2224 0 +surfaceparm detail +} +// brush 375 +{ +( 712 2764 608 ) ( 712 3096 608 ) ( 800 3096 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 744 3100 24 ) ( 744 2768 24 ) ( 832 2768 24 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 928 4448 56 ) ( 928 4448 608 ) ( 1440 4448 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 914 4532 72 ) ( 914 4532 608 ) ( 928 4448 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1418 4532 608 ) ( 1418 4532 72 ) ( 1440 4448 72 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1418 4532 72 ) ( 1418 4532 608 ) ( 914 4532 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 376 +{ +( 712 2764 608 ) ( 712 3096 608 ) ( 800 3096 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 744 3096 72 ) ( 744 2764 72 ) ( 832 2764 72 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 914 4532 608 ) ( 914 4532 72 ) ( 848 4972 72 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 848 4972 56 ) ( 856 4972 56 ) ( 852 4972 1152 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1252 4972 56 ) ( 1380 4676 56 ) ( 1316 4824 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1418 4532 72 ) ( 1418 4532 608 ) ( 1380 4676 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 914 4532 72 ) ( 914 4532 608 ) ( 1418 4532 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 377 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 127.640625 2530.862793 174 14.373597 20.691942 ) ( 262.404297 3515.541992 190 14.900016 16.845539 ) ( 560.762695 3086.773926 174 16.065479 18.520414 ) ) +( ( 164.754883 2444.772949 288 14.518574 21.028231 ) ( 351.887695 2757.419922 178 15.249561 19.806953 ) ( 855.828125 2791.219727 188 17.218079 19.674923 ) ) +( ( 247.793457 2138.101074 178 14.842943 22.179293 ) ( 428.797852 2298.256836 202 15.549992 21.569309 ) ( 607.788574 2391.852539 174 16.249174 21.234951 ) ) +) + } + } +// brush 378 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -114.357422 2436.629883 -2 12.850166 21.060040 ) ( 29.032227 3873.610352 39 13.988406 15.446835 ) ( 693.115234 3372.557617 -2 16.582481 17.404072 ) ) +( ( -87.657227 2452.904785 152 13.532588 20.996466 ) ( 168.698242 3732.790039 42 14.533977 15.996914 ) ( 618.187500 3246.757813 152 16.289795 17.895477 ) ) +( ( 127.640625 2530.862793 174 14.373597 20.691942 ) ( 262.404297 3515.541992 190 14.900016 16.845539 ) ( 560.762695 3086.773926 174 16.065479 18.520414 ) ) +) + } + } +// brush 379 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 693.115234 3372.557617 -2 16.582481 17.404072 ) ( 1409.810059 2674.893555 39 19.382071 20.129322 ) ( 879.191895 2412.338379 -2 17.309343 21.154928 ) ) +( ( 618.187500 3246.757813 152 16.289795 17.895477 ) ( 1218.445313 2727.014648 42 18.634552 19.925724 ) ( 733.165039 2401.558105 152 16.738926 21.197039 ) ) +( ( 560.762695 3086.773926 174 16.065479 18.520414 ) ( 855.828125 2791.219727 188 18.005018 19.692822 ) ( 607.788574 2391.852539 174 16.249174 21.234951 ) ) +) + } + } +// brush 380 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 846.891113 2541.965820 -32 0 0 ) ( 1560.071777 2089.051758 7 0 3.303678 ) ( 1583.996094 1196.121094 40 0 6.795321 ) ) +( ( 824.491699 2443.748047 44 0.492938 0 ) ( 1438.462402 2010.229004 58 0.600126 2.936437 ) ( 1515.728516 1122.583008 184 0.685592 6.451544 ) ) +( ( 773.004883 2402.173828 108 0.852553 0 ) ( 1359.556641 1967.187012 268 1.492417 2.920184 ) ( 1374.062988 1083.491211 240 1.339201 6.372621 ) ) +) + } + } +// brush 381 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 1326.890991 1749.965820 -32 0 0 ) ( 2040.071777 1297.051758 7 0 3.303679 ) ( 2063.996582 404.121582 40 0 6.795319 ) ) +( ( 1304.491577 1651.748047 44 0.492938 0 ) ( 1918.462402 1218.229004 58 0.600126 2.936437 ) ( 1995.728882 330.583008 184 0.685593 6.451545 ) ) +( ( 1253.004761 1610.173828 108 0.852553 0 ) ( 1839.556641 1175.187012 268 1.492417 2.920184 ) ( 1854.063232 291.491211 264 1.339202 6.372622 ) ) +) + } + } +// brush 382 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 1854.063232 291.491211 264 0 0 ) ( 1760.096924 269.224609 316 0 0.428433 ) ( 893.190063 -30.894531 304 0 4.013645 ) ) +( ( 1839.556641 1175.187012 268 3.452437 0 ) ( 1682.390625 1113.590332 282 3.314903 0.661660 ) ( 918.923340 798.657715 300 3.246550 3.888490 ) ) +( ( 1253.004761 1610.173828 108 6.372622 0 ) ( 1209.125488 1524.509277 172 5.800624 0.451502 ) ( 497.522400 1143.485352 304 5.474355 3.771725 ) ) +) + } + } +// brush 383 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 1092.543335 -232.435059 340 19.242434 26.345737 ) ( 1007.542358 -296.610352 392 18.875378 26.401466 ) ( 767.850952 -472.794922 420 17.864023 26.823809 ) ) +( ( 849.814331 957.677734 268 19.185768 22.893801 ) ( 713.945679 817.389160 358 18.571838 23.134413 ) ( 62.003296 114.661621 384 17.964544 23.567743 ) ) +( ( 170.665894 1333.481934 184 16.894550 21.194633 ) ( 150.453491 1201.701660 248 16.723146 21.529261 ) ( -437.195923 416.770020 196 16.193447 22.267633 ) ) +) + } + } +// brush 384 +{ +( -2670 658 504 ) ( -2678 658 504 ) ( -2678 874 504 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 658 512 ) ( -2670 874 512 ) ( -2670 874 264 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 874 512 ) ( -2678 874 512 ) ( -2678 874 264 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 866 480 ) ( -2678 650 480 ) ( -2678 650 232 ) central_europe/interiorwall_set2wtrim -76 -7 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2678 394 512 ) ( -2670 394 512 ) ( -2670 394 264 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 870 368 ) ( -2670 866 368 ) ( -2670 874 368 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 385 +{ +( -2652 386 0 ) ( -2652 386 448 ) ( -2140 386 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2652 928 560 ) ( -2648 386 560 ) ( -2656 386 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2671 882 16 ) ( -2668 882 16 ) ( -2669.500000 882 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2665.500000 882 504 ) ( -2667 386 504 ) ( -2664 386 504 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 386 +{ +( -2238.275391 351.774414 16 ) ( -2651.225586 764.724609 16 ) ( -2939.724609 476.225586 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2183 928 0 ) ( -2183 928 448 ) ( -2695 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2652 928 560 ) ( -2648 386 560 ) ( -2656 386 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2668 882 16 ) ( -2671 882 16 ) ( -2669.500000 882 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 387 +{ +( -2726 874 440 ) ( -2726 882 432 ) ( -2670 882 496 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -2670 866 496 ) ( -2670 898 496 ) ( -2670 898 256 ) common/nodraw 13 0 135.04 1.000605 1.000195 536870912 2224 0 +surfaceparm detail +( -2670 882 496 ) ( -3230 882 496 ) ( -3230 882 256 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 874 512 ) ( -2670 874 512 ) ( -2670 874 0 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2726 882 432 ) ( -2726 874 440 ) ( -2726 874 256 ) common/nodraw 13 0 135.04 1.000605 1.000195 536870912 2224 0 +surfaceparm detail +( -2726 882 240 ) ( -2670 874 240 ) ( -2670 890 240 ) common/nodraw 36 -53 -134.96 1.000584 0.999548 536870912 2224 0 +surfaceparm detail +} +// brush 388 +{ +( -1232 4168 24 ) ( -1232 4168 536 ) ( -1144 4048 536 ) common/playerclip -8 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1136 4040 24 ) ( -1136 4040 536 ) ( -1064 4168 536 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1232 4168 536 ) ( -1232 4168 24 ) ( -1216 4192 24 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2816 3992 24 ) ( -2816 3816 24 ) ( 300 3816 24 ) common/playerclip -8 16 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1216 4192 536 ) ( -1216 4192 24 ) ( -1072 4176 24 ) common/playerclip -8 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1224 4038.353516 312 ) ( -1216 4192 312 ) ( -1208 4038.353516 312 ) common/playerclip -8 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 389 +{ +( -1284 4124 24 ) ( -1284 4124 536 ) ( -1196 4004 536 ) common/playerclip -8 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1136 4040 24 ) ( -1136 4040 536 ) ( -1064 4168 536 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1232 4168 536 ) ( -1232 4168 24 ) ( -1216 4192 24 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 380 3992 536 ) ( 308 3816 536 ) ( -2808 3816 536 ) common/playerclip -8 16 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1168 4264 536 ) ( -1168 4264 24 ) ( -1024 4248 24 ) common/playerclip -8 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1216 4192 312 ) ( -1224 4038.353516 312 ) ( -1208 4038.353516 312 ) common/playerclip -8 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 390 +{ +( -1169.069336 4010.175781 -135.644485 ) ( -1181.213867 3999.817383 -134.569473 ) ( -1158.174316 3995.274414 81.783875 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1253.517822 4066.214844 72.060333 ) ( -1260.720947 4083.457031 156.654114 ) ( -1221.894531 4037.657227 154.036713 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1259.813965 4178.801270 249.167603 ) ( -1252.495117 4161.299805 163.275574 ) ( -1227.866699 4134.118164 179.601196 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1326.287842 4183.338867 82.914673 ) ( -1312.708984 4150.868164 -76.438553 ) ( -1307.352539 4177.462891 2.162476 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1306.547363 4190.830078 303.659790 ) ( -1294.442871 4201.512207 303.876953 ) ( -1255.368652 4155.423340 301.242065 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1162.457031 3971.434082 108.171265 ) ( -1221.854492 4030.831543 232.171387 ) ( -1138.272949 4055.016602 170.171387 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1269.875977 4204.841309 168 ) ( -1415.411133 4207.798828 252 ) ( -1266.918213 4059.306641 84 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 391 +{ +( -1216 4464 32 ) ( -1216 4464 544 ) ( -1008 4464 544 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1072 4960 544 ) ( -1072 4960 32 ) ( -1072 4768 32 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1216 4768 544 ) ( -1216 4768 32 ) ( -1216 4960 32 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2728 4724 376 ) ( -2728 4548 376 ) ( 388 4548 376 ) common/playerclip 0 44 0.00 1 1 65536 2193 0 +surfaceparm detail +( 436 4724 632 ) ( 364 4548 632 ) ( -2752 4548 632 ) common/playerclip 0 44 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1216 4960 544 ) ( -1216 4960 32 ) ( -1008 4960 32 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 392 +{ +( -1614 1128 464 ) ( -2222 1128 464 ) ( -2222 1128 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2222 972 620 ) ( -1614 972 620 ) ( -1614 956 620 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1614 1128 448 ) ( -2222 1128 448 ) ( -2222 956 620 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1606 1014 620 ) ( -1606 1030 620 ) ( -1606 1030 600 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2222 1158 570 ) ( -1614 1158 570 ) ( -1614 1002 726 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2238 1030 620 ) ( -2238 1014 620 ) ( -2238 1014 600 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 393 +{ +( -2304 5136 512 ) ( -2304 5136 704 ) ( -2784 5616 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2784 5616 512 ) ( -2784 5616 704 ) ( -3496 4904 704 ) ta_berlin/archway1trim_shot 74 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3016 4424 704 ) ( -3016 4424 512 ) ( -3496 4904 512 ) ta_berlin/archway1trim_shot 172 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -2784 5620 512 ) ( -3492 4912 512 ) ( -3028 4408 512 ) common/nodraw -22 63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -3028 4408 704 ) ( -3492 4912 704 ) ( -2784 5620 704 ) common/nodraw -22 63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -3328 4864 512 ) ( -3392 4800 512 ) ( -3360 4832 704 ) common/nodraw -19 -45 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 394 +{ +( -2304 5136 704 ) ( -2304 5136 512 ) ( -3016 4424 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2304 5136 512 ) ( -2304 5136 704 ) ( -2784 5616 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3016 4424 704 ) ( -3016 4424 512 ) ( -3496 4904 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2784 5620 512 ) ( -3492 4912 512 ) ( -3028 4408 512 ) common/nodraw -22 63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -3028 4408 704 ) ( -3492 4912 704 ) ( -2784 5620 704 ) common/nodraw -22 63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -3392 4800 512 ) ( -3328 4864 512 ) ( -3360 4832 704 ) common/nodraw -19 -45 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 395 +{ +( -3520 4892 792 ) ( -3504 4908 792 ) ( -3040 4396 792 ) common/nodraw -40 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3504 4908 704 ) ( -3520 4892 704 ) ( -3056 4380 704 ) ta_berlin/archway1trim_shot -189 -86 0.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -3016 4424 704 ) ( -3016 4424 792 ) ( -3496 4904 792 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3016 4392 792 ) ( -3016 4392 704 ) ( -3528 4904 704 ) ta_berlin/archway1trim_shot -61 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( -3496 4904 704 ) ( -3496 4904 800 ) ( -3528 4904 800 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3328 4864 704 ) ( -3392 4800 704 ) ( -3360 4832 792 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 396 +{ +( -3520 4892 792 ) ( -3504 4908 792 ) ( -3040 4396 792 ) common/nodraw -40 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3504 4908 704 ) ( -3520 4892 704 ) ( -3056 4380 704 ) ta_berlin/archway1trim_shot -189 -86 0.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -3016 4424 704 ) ( -3016 4424 792 ) ( -3496 4904 792 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3016 4392 704 ) ( -3016 4392 792 ) ( -3016 4424 792 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3016 4392 792 ) ( -3016 4392 704 ) ( -3528 4904 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3392 4800 704 ) ( -3328 4864 704 ) ( -3360 4832 792 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 397 +{ +( -3032 4408 792 ) ( -2376 5160 792 ) ( -2784 5620 792 ) common/nodraw -40 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2376 5160 872 ) ( -3032 4408 872 ) ( -3492 4912 872 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3016 4424 872 ) ( -3016 4424 792 ) ( -3496 4904 792 ) ta_berlin/archway1trim_shot 172 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -2784 5616 792 ) ( -2784 5616 872 ) ( -3496 4904 872 ) ta_berlin/archway1trim_shot 172 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -2304 5136 792 ) ( -2304 5136 872 ) ( -2784 5616 872 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3328 4864 792 ) ( -3392 4800 792 ) ( -3360 4832 872 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 398 +{ +( -3032 4408 792 ) ( -2376 5160 792 ) ( -2784 5620 792 ) common/nodraw -40 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2376 5160 872 ) ( -3032 4408 872 ) ( -3492 4912 872 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3016 4424 872 ) ( -3016 4424 792 ) ( -3496 4904 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2304 5136 792 ) ( -2304 5136 872 ) ( -2784 5616 872 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2304 5136 872 ) ( -2304 5136 792 ) ( -3016 4424 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3392 4800 792 ) ( -3328 4864 792 ) ( -3360 4832 872 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 399 +{ +( -2376 5160 512 ) ( -3028 4408 512 ) ( -3492 4912 512 ) common/nodraw -22 63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -3016 4424 512 ) ( -3016 4424 0 ) ( -3496 4904 0 ) ta_berlin/archway1trim_shot 172 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -2784 5616 0 ) ( -2784 5616 512 ) ( -3496 4904 512 ) ta_berlin/archway1trim_shot 74 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -2304 5136 0 ) ( -2304 5136 512 ) ( -2784 5616 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3028 4408 0 ) ( -2376 5160 0 ) ( -2784 5620 0 ) common/nodraw -22 63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -3328 4864 0 ) ( -3392 4800 0 ) ( -3360 4832 512 ) common/nodraw -19 -45 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 400 +{ +( -2376 5160 512 ) ( -3028 4408 512 ) ( -3492 4912 512 ) common/nodraw -22 63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -3016 4424 512 ) ( -3016 4424 0 ) ( -3496 4904 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2304 5136 0 ) ( -2304 5136 512 ) ( -2784 5616 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2304 5136 512 ) ( -2304 5136 0 ) ( -3016 4424 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3028 4408 0 ) ( -2376 5160 0 ) ( -2784 5620 0 ) common/nodraw -22 63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -3392 4800 0 ) ( -3328 4864 0 ) ( -3360 4832 512 ) common/nodraw -19 -45 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 401 +{ +( -480 6064 -64 ) ( -480 6064 640 ) ( -112 6128 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -112 6128 32 ) ( -112 6128 736 ) ( -128 6336 736 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1866 6112 144 ) ( -1866 5936 144 ) ( 1250 5936 144 ) common/playerclip 0 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1364 6112 632 ) ( 1292 5936 632 ) ( -1824 5936 632 ) common/playerclip 0 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -480 6336 640 ) ( -480 6336 32 ) ( -128 6336 32 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -480 6336 32 ) ( -480 6336 640 ) ( -480 6048 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 402 +{ +( -480 6064 736 ) ( -480 6064 32 ) ( -672 5968 32 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1864 6112 24 ) ( -1864 5936 24 ) ( 1252 5936 24 ) common/playerclip 0 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1364 6112 632 ) ( 1292 5936 632 ) ( -1824 5936 632 ) common/playerclip 0 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -480 6336 32 ) ( -480 6336 640 ) ( -864 6336 640 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -670 5966 632 ) ( -670 5966 -72 ) ( -864 6336 -72 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -480 6336 640 ) ( -480 6336 32 ) ( -480 6080 32 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 403 +{ +( -892 5450 728 ) ( -892 5450 24 ) ( -930 5034 24 ) common/playerclip -30 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1220 5034 24 ) ( -1220 5034 728 ) ( -930 5034 728 ) common/playerclip -38 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1914 5630 24 ) ( -1914 5454 24 ) ( 1202 5454 24 ) common/playerclip -14 54 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1314 5630 632 ) ( 1242 5454 632 ) ( -1874 5454 632 ) common/playerclip -14 54 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1176 5448 24 ) ( -1176 5448 728 ) ( -1220 5034 728 ) common/playerclip -30 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -892 5450 24 ) ( -892 5450 728 ) ( -1176 5448 728 ) common/playerclip -30 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 404 +{ +( -880 5516 24 ) ( -880 5516 728 ) ( -670 5966 728 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1170 5516 24 ) ( -1170 5516 728 ) ( -880 5516 728 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1864 6112 24 ) ( -1864 5936 24 ) ( 1252 5936 24 ) common/playerclip 0 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1364 6112 632 ) ( 1292 5936 632 ) ( -1824 5936 632 ) common/playerclip 0 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1170 5516 728 ) ( -1170 5516 24 ) ( -864 6336 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -670 5966 -72 ) ( -670 5966 632 ) ( -864 6336 632 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 405 +{ +( -2492 2940 24 ) ( -2492 2940 536 ) ( -2324 2940 536 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2000 3348 536 ) ( -2000 3348 24 ) ( -2324 2940 24 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2068 3390 24 ) ( -2068 3390 536 ) ( -2636 2806 536 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4008 2916 24 ) ( -4008 2740 24 ) ( -892 2740 24 ) common/playerclip -32 28 0.00 1 1 65536 2193 0 +surfaceparm detail +( -812 2916 536 ) ( -884 2740 536 ) ( -4000 2740 536 ) common/playerclip -32 28 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2000 3348 24 ) ( -2000 3348 536 ) ( -2068 3390 536 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 406 +{ +( -5784 3180 24 ) ( -5944 3180 24 ) ( -5944 3012 24 ) common/playerclip -40 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5924 3012 588 ) ( -5924 3180 588 ) ( -5764 3180 588 ) common/playerclip -40 52 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5540 2960 588 ) ( -5540 2960 24 ) ( -5904 2592 24 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5608 3068 588 ) ( -5608 3068 24 ) ( -5540 2960 24 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5848 3316 24 ) ( -5848 3316 588 ) ( -5932 3316 588 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5932 3316 24 ) ( -5932 3316 376 ) ( -5904 2592 376 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5608 3068 24 ) ( -5608 3068 588 ) ( -5848 3316 588 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 407 +{ +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2932 224 ) ( -3820 2561.999512 224 ) ( -3812 2561.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2561.999512 408 ) ( -3827 2932 408 ) ( -3826 2561.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3640 2800 224 ) ( -3632 2792 224 ) ( -3636 2796 408 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3668 2748 224 ) ( -3672 2752 224 ) ( -3670 2750 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 408 +{ +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2932 224 ) ( -3820 2561.999512 224 ) ( -3812 2561.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2561.999512 408 ) ( -3827 2932 408 ) ( -3826 2561.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3747 2671 224 ) ( -3749 2673 224 ) ( -3748 2672 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3672 2752 224 ) ( -3668 2748 224 ) ( -3670 2750 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 409 +{ +( -3343.275391 2975.774414 224 ) ( -3756.225586 3388.724609 224 ) ( -4044.724609 3100.225586 224 ) general_structure/plaster_wall3d -162 26 0.00 1 1 0 65536 0 +surfaceparm detail +( -3698 2762 672 ) ( -3698 2762 224 ) ( -4038 3102 224 ) general_structure/plaster_wall3d -26 200 0.00 1 1 0 65536 0 +surfaceparm detail +( -3706 2718 224 ) ( -3706 2718 672 ) ( -3306 3118 672 ) general_structure/plaster_wall3d -26 200 0.00 1 1 0 65536 0 +surfaceparm detail +( -4004 3084 224 ) ( -4002 3082 224 ) ( -4003 3083 672 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3970 2754 408 ) ( -3966 3092 408 ) ( -3962 2754 408 ) general_structure/plaster_wall3d -162 26 0.00 1 1 0 65536 0 +surfaceparm detail +( -3735 2799 224 ) ( -3727 2807 224 ) ( -3731 2803 408 ) general_structure/plaster_wall3d -26 200 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 410 +{ +( -5720 4356 360 ) ( -6528 4356 360 ) ( -6528 3340 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3340 384 ) ( -6536 4356 384 ) ( -5728 4356 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5736 3336 376 ) ( -5736 4352 376 ) ( -5736 4352 368 ) mohcommon/crackedconcrete -156 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5724 4324 376 ) ( -6532 4324 376 ) ( -6532 4324 368 ) mohcommon/crackedconcrete -24 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 4324 376 ) ( -6112 3308 376 ) ( -6112 3308 368 ) ta_berlin/berlinwall2b 0 80 0.00 1 1 0 65536 0 +surfaceparm detail +( -5796 3340 360 ) ( -5804 3340 360 ) ( -5800 3340 384 ) ta_berlin/berlinwall2b 0 80 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 411 +{ +( -5720 4356 360 ) ( -6528 4356 360 ) ( -6528 3340 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3340 384 ) ( -6536 4356 384 ) ( -5728 4356 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6536 3332 376 ) ( -5728 3332 376 ) ( -5728 3332 368 ) mohcommon/crackedconcrete -24 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3336 376 ) ( -5736 4352 376 ) ( -5736 4352 368 ) mohcommon/crackedconcrete -156 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 4324 376 ) ( -6112 3308 376 ) ( -6112 3308 368 ) ta_berlin/berlinwall2b 0 80 0.00 1 1 0 65536 0 +surfaceparm detail +( -5804 3340 360 ) ( -5796 3340 360 ) ( -5800 3340 384 ) ta_berlin/berlinwall2b 0 80 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 412 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -5297.677734 4756.833984 0 0 0 ) ( -5554.141602 4740.208984 0 0 1.003915 ) ( -5741.106934 4738.402344 0 0 1.734282 ) ) +( ( -5331.272461 4834.847656 184 0.791637 0 ) ( -5517.722168 4845.715820 184 0.791637 1.003915 ) ( -5732.410645 4834.452148 72 0.791637 1.734282 ) ) +( ( -5304.397461 4872.804688 192 0.975978 0 ) ( -5533.359375 4884.645508 176 0.975978 1.003915 ) ( -5733.232422 4901.128906 108 0.975978 1.734282 ) ) +) + } + } +// brush 413 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3882.188477 1275.327148 24 -5.284421 20.059874 ) ( -3755.114258 987.031250 24 -5.780801 18.933718 ) ( -3857.803223 758.141113 24 -4.942174 17.664616 ) ) +( ( -3942.717773 1201.621094 96 -5.047976 19.771959 ) ( -4023.318359 813.794922 80 -4.733132 18.257013 ) ( -4083.733887 678.169922 176 -4.497130 17.727228 ) ) +( ( -4273.299805 796.250000 208 -3.756641 18.625978 ) ( -4292.488770 592.879883 248 -4.142620 18.300314 ) ( -4218.657227 521.503906 208 -4.220088 17.810564 ) ) +) + } + } +// brush 414 +{ +( 6192 416 40 ) ( 6040 416 40 ) ( 6040 256 40 ) common/playerclip -32 40 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6040 256 408 ) ( 6040 416 408 ) ( 6192 416 408 ) common/playerclip -32 40 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6040 256 264 ) ( 6192 256 264 ) ( 6192 256 40 ) common/playerclip -32 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6528 248 264 ) ( 6528 408 264 ) ( 6528 408 40 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6368 696 40 ) ( 6520 624 40 ) ( 6444 660 264 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6160 584 40 ) ( 6368 696 40 ) ( 6264 640 264 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6096 360 264 ) ( 6096 360 40 ) ( 6152 584 40 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 6096 360 40 ) ( 6096 360 264 ) ( 6104 256 264 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 415 +{ +( 6188 675 112 ) ( 6118 567 112 ) ( 6091 585 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 6224 613 112 ) ( 6170 648 112 ) ( 6161 692 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 6172 533 112 ) ( 6241 640 112 ) ( 6268 622 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 6135 594 112 ) ( 6189 559 112 ) ( 6199 515 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 6170 648 112 ) ( 6224 613 112 ) ( 6189 559 112 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 6091 585 16 ) ( 6199 515 16 ) ( 6268 622 16 ) mohcommon/crackedconcrete 115 186 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 416 +{ +( 6388 619 112 ) ( 6318 511 112 ) ( 6291 529 16 ) mohcommon/crackedconcrete 116 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6424 557 112 ) ( 6370 592 112 ) ( 6361 636 16 ) mohcommon/crackedconcrete -186 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6372 477 112 ) ( 6441 584 112 ) ( 6468 566 16 ) mohcommon/crackedconcrete 116 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6335 538 112 ) ( 6389 503 112 ) ( 6399 459 16 ) mohcommon/crackedconcrete -186 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6370 592 112 ) ( 6424 557 112 ) ( 6389 503 112 ) mohcommon/crackedconcrete 115 186 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6291 529 16 ) ( 6399 459 16 ) ( 6468 566 16 ) mohcommon/crackedconcrete 115 186 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 417 +{ +( 6122 365 347 ) ( 6119 350 341 ) ( 6114 437 141 ) mohcommon/crackedconcrete 116 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 9349 -504 799 ) ( 2514 2558 -3109 ) ( 2505 2554 -3097 ) mohcommon/crackedconcrete -186 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6046 -1437 4610 ) ( 10254 276 -1423 ) ( 16368 -2460 2065 ) mohcommon/crackedconcrete -186 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6242 356 268 ) ( 6130 399 222 ) ( 6189 392 251 ) mohcommon/crackedconcrete 115 186 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6185 435 110 ) ( 6143 381 258 ) ( 6167 423 191 ) mohcommon/crackedconcrete 116 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6189 432 156 ) ( 6114 444 160 ) ( 6114 420 152 ) mohcommon/crackedconcrete 115 186 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 418 +{ +( 6317 298 164 ) ( 6316 292 150 ) ( 6252 482 66 ) mohcommon/crackedconcrete 116 -46 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 9677 344 -114 ) ( 1703 3048 -798 ) ( 1698 3035 -792 ) mohcommon/crackedconcrete 115 186 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 7489 -3795 1979 ) ( 9928 2621 -1171 ) ( 17058 209 -562 ) mohcommon/crackedconcrete 115 186 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6252 482 66 ) ( 6719 815 -121 ) ( 6487 655 -13 ) mohcommon/crackedconcrete -186 -48 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6418 380 102 ) ( 6292 407 98 ) ( 6356 400 114 ) mohcommon/crackedconcrete -186 -48 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6314 522 43 ) ( 6315 374 112 ) ( 6316 455 92 ) mohcommon/crackedconcrete 116 -46 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 419 +{ +( 6523 412 148 ) ( 6522 406 134 ) ( 6458 596 50 ) mohcommon/crackedconcrete 134 -30 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 9883 458 -130 ) ( 1909 3162 -814 ) ( 1904 3149 -808 ) mohcommon/crackedconcrete 133 0 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 7695 -3681 1963 ) ( 10134 2735 -1187 ) ( 17264 323 -578 ) mohcommon/crackedconcrete 133 0 -90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6458 596 50 ) ( 6925 929 -137 ) ( 6693 769 -29 ) mohcommon/crackedconcrete 0 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6624 494 86 ) ( 6498 521 82 ) ( 6562 514 98 ) mohcommon/crackedconcrete 0 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 6520 636 27 ) ( 6521 488 96 ) ( 6522 569 76 ) mohcommon/crackedconcrete 134 -30 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 420 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 437.758484 ) +( +( ( 6149.152344 453.097168 32 -26.663986 16.910793 ) ( 6248.848633 393.517578 87 -27.876465 16.631561 ) ( 6402.503906 360.955566 184 -29.165184 16.558311 ) ) +( ( 6102.531250 500.402344 376 -26.441963 16.403494 ) ( 6220.499023 364.492676 246 -27.631458 16.363178 ) ( 6353.846191 233.425293 320 -28.945587 15.514788 ) ) +( ( 6082.118652 241.997070 132 -26.490776 15.297726 ) ( 6110.844727 364.800293 80 -27.240261 15.354462 ) ( 6289.093750 209.980469 136 -28.721508 15.293850 ) ) +) + } + } +// brush 421 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 6106.672363 692.811523 16 -5.284421 20.059874 ) ( 6394.968262 819.885254 16 -5.780801 18.933718 ) ( 6623.858398 717.196289 16 -4.942174 17.664616 ) ) +( ( 6180.378418 632.282227 88 -5.047976 19.771959 ) ( 6568.204590 551.681641 72 -4.733132 18.257013 ) ( 6703.829590 491.265625 168 -4.497130 17.727228 ) ) +( ( 6585.749512 301.700195 200 -3.756641 18.625978 ) ( 6669.119629 400.510742 240 -4.142620 18.300314 ) ( 6794.495605 420.342285 200 -4.220088 17.810564 ) ) +) + } + } +// brush 422 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 6132.898926 -55.716797 16 -2.360482 19.957426 ) ( 5930.081543 315.984375 16 -3.812439 20.749681 ) ( 6106.672363 692.811523 16 -5.284421 20.059874 ) ) +( ( 6217.183594 -7.272949 88 -2.549715 19.628189 ) ( 6189.100098 242.628418 72 -3.525892 19.737890 ) ( 6180.378418 632.282227 88 -5.047976 19.771959 ) ) +( ( 6379.235840 -46.241699 120 -2.397493 19.432673 ) ( 6560.420898 134.071289 160 -3.351840 19.162418 ) ( 6585.749512 301.700195 200 -3.756641 18.625978 ) ) +) + } + } +// brush 423 +{ +( -4528 3840 24 ) ( -4928 3840 24 ) ( -4928 3704 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4928 3704 376 ) ( -4928 3840 376 ) ( -4528 3840 376 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4832 3568 24 ) ( -4832 3568 120 ) ( -4544 3856 120 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4744 3808 24 ) ( -4744 3808 376 ) ( -4948 3676 376 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4744 3808 376 ) ( -4744 3808 24 ) ( -4544 3856 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4948 3676 24 ) ( -4948 3676 376 ) ( -4832 3568 376 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 424 +{ +( -4800 3640 24 ) ( -4960 3640 24 ) ( -4960 3472 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4960 3472 376 ) ( -4960 3640 376 ) ( -4800 3640 376 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4856 3416 24 ) ( -4856 3416 376 ) ( -4768 3504 376 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4948 3676 376 ) ( -4948 3676 24 ) ( -4768 3504 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4948 3676 24 ) ( -4948 3676 376 ) ( -4964 3572 376 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4964 3572 24 ) ( -4964 3572 376 ) ( -4856 3416 376 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 425 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4839.105469 3401.962891 -8 -18.902756 -13.288918 ) ( -5212.554688 3463.692871 -8 -20.361542 -13.530050 ) ( -5017.988281 3692.704102 -8 -19.601517 -14.424625 ) ) +( ( -4775.396484 3492.804199 144 -18.653893 -13.643766 ) ( -4907.645508 3696.030762 128 -19.170490 -14.437620 ) ( -4816.408691 3935.658691 -32 -18.814096 -15.373667 ) ) +( ( -4558.402344 3538.660156 176 -17.806259 -13.822891 ) ( -4736.959473 3694.674316 216 -18.503748 -14.432322 ) ( -4500.365723 3892.905273 16 -17.579554 -15.206661 ) ) +) + } + } +// brush 426 +{ +( 3740 2840 -292 ) ( 3716 2840 -292 ) ( 3716 616 -292 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 3716 616 -284 ) ( 3716 2840 -284 ) ( 3740 2840 -284 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 3716 540 -284 ) ( 3740 540 -284 ) ( 3740 540 -292 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 4948 616 -284 ) ( 4948 2840 -284 ) ( 4948 2840 -292 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 3764 6464 -284 ) ( 3740 6464 -284 ) ( 3740 6464 -292 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 3140 5660 -292 ) ( 3140 5680 -292 ) ( 3140 5670 -284 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +} +// brush 427 +{ +( 3740 2840 -292 ) ( 3716 2840 -292 ) ( 3716 616 -292 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 3716 616 -284 ) ( 3716 2840 -284 ) ( 3740 2840 -284 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 3716 540 -284 ) ( 3740 540 -284 ) ( 3740 540 -292 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 3848 3340 -284 ) ( 3824 3340 -284 ) ( 3824 3340 -292 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 2804 2780 -284 ) ( 2804 556 -284 ) ( 2804 556 -292 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +( 3140 5680 -292 ) ( 3140 5660 -292 ) ( 3140 5670 -284 ) common/clipall 0 0 0.00 1 1 983040 2193 0 -surfaceparm solid -surfaceparm noimpact +surfaceparm water +surfaceparm detail +} +// brush 428 +{ +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) ta_berlin/berlinwall3b -64 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 224 ) ( 4820 3856 224 ) ( 4820 3858 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4784 4326 224 ) ( 4832 4326 224 ) ( 4808 4326 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4824 4248 224 ) ( 4808 4248 224 ) ( 4816 4248 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4938 4248 260 ) ( 4941 4326 260 ) ( 4944 4248 260 ) ta_berlin/berlinwall3a 0 -3 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 429 +{ +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) ta_berlin/berlinwall3b -64 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 224 ) ( 4820 3856 224 ) ( 4820 3858 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4852 3992 224 ) ( 4836 3992 224 ) ( 4844 3992 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4836 4070 224 ) ( 4852 4070 224 ) ( 4844 4070 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4938 3992 260 ) ( 4941 4070 260 ) ( 4944 3992 260 ) ta_berlin/berlinwall3a 0 -3 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 430 +{ +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) ta_berlin/berlinwall3b -64 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 224 ) ( 4820 3856 224 ) ( 4820 3858 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4784 4326 224 ) ( 4832 4326 224 ) ( 4808 4326 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4824 4248 224 ) ( 4808 4248 224 ) ( 4816 4248 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4936 4248 362 ) ( 4933 4326 362 ) ( 4930 4248 362 ) ta_berlin/berlinwall3a 0 -3 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 431 +{ +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) ta_berlin/berlinwall3b -64 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 224 ) ( 4820 3856 224 ) ( 4820 3858 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4852 3992 224 ) ( 4836 3992 224 ) ( 4844 3992 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4836 4070 224 ) ( 4852 4070 224 ) ( 4844 4070 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4936 3992 362 ) ( 4933 4070 362 ) ( 4930 3992 362 ) ta_berlin/berlinwall3a 0 -3 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 432 +{ +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) ta_berlin/berlinwall3b -64 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 224 ) ( 4820 3856 224 ) ( 4820 3858 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4850 4070 224 ) ( 4834 4070 224 ) ( 4842 4070 408 ) ta_berlin/berlinwall3a 0 -4 90.00 1 1 0 65536 0 +surfaceparm detail +( 4800 4248 224 ) ( 4816 4248 224 ) ( 4808 4248 408 ) ta_berlin/berlinwall3a 0 -4 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 433 +{ +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) ta_berlin/berlinwall3b -64 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b -230 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 224 ) ( 4820 3856 224 ) ( 4820 3858 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4832 3992 224 ) ( 4848 3992 224 ) ( 4840 3992 408 ) ta_berlin/berlinwall3a 0 -4 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 434 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) ta_berlin/berlinwall3b -64 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 224 ) ( 4820 3856 224 ) ( 4820 3858 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4834 4326 224 ) ( 4786 4326 224 ) ( 4810 4326 408 ) ta_berlin/berlinwall3a 0 -4 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 435 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 224 ) ( 5140 3840 224 ) ( 5140 3844 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5136 3738 224 ) ( 5152 3738 224 ) ( 5144 3738 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5152 3672 224 ) ( 5136 3672 224 ) ( 5144 3672 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3732 374 ) ( 5124 3724 374 ) ( 5140 3728 374 ) ta_berlin/berlinwall3a 0 -3 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 436 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 224 ) ( 5140 3840 224 ) ( 5140 3844 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5136 3520 238 ) ( 5152 3520 238 ) ( 5144 3520 422 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5150 3454 224 ) ( 5134 3454 224 ) ( 5142 3454 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3732 374 ) ( 5124 3724 374 ) ( 5140 3728 374 ) ta_berlin/berlinwall3a 0 -3 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 437 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 224 ) ( 5140 3840 224 ) ( 5140 3844 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5136 3738 224 ) ( 5152 3738 224 ) ( 5144 3738 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5152 3672 224 ) ( 5136 3672 224 ) ( 5144 3672 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3702 264 ) ( 5124 3706 264 ) ( 5140 3704 264 ) ta_berlin/berlinwall3a 0 -3 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 438 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 224 ) ( 5140 3840 224 ) ( 5140 3844 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5136 3520 204 ) ( 5152 3520 204 ) ( 5144 3520 388 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5150 3454 224 ) ( 5134 3454 224 ) ( 5142 3454 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3702 264 ) ( 5124 3706 264 ) ( 5140 3704 264 ) ta_berlin/berlinwall3a 0 -3 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 439 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 224 ) ( 5140 3840 224 ) ( 5140 3844 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5136 3672 224 ) ( 5152 3672 224 ) ( 5144 3672 408 ) ta_berlin/berlinwall3a 0 -4 90.00 1 1 0 65536 0 +surfaceparm detail +( 5152 3520 224 ) ( 5136 3520 224 ) ( 5144 3520 408 ) ta_berlin/berlinwall3a 0 -4 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 440 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 224 ) ( 5140 3840 224 ) ( 5140 3844 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5152 3738 224 ) ( 5136 3738 224 ) ( 5144 3738 408 ) ta_berlin/berlinwall3a 0 -4 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 441 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 224 ) ( 5140 3840 224 ) ( 5140 3844 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5130 3454 224 ) ( 5146 3454 224 ) ( 5138 3454 408 ) ta_berlin/berlinwall3a 0 -4 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 442 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 2389 1905 424 ) ( 2389 1905 -24 ) ( 2729 1565 -24 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2694 1582 -24 ) ( 2692 1584 -24 ) ( 2693 1583 424 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2660 1912 160 ) ( 2656 1574 160 ) ( 2652 1912 160 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 2477 1807 -24 ) ( 2485 1815 -24 ) ( 2481 1811 160 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2489 1803 24 ) ( 2488 1802 24 ) ( 2488.500000 1802.500000 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 443 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 2389 1905 424 ) ( 2389 1905 -24 ) ( 2729 1565 -24 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2694 1582 -24 ) ( 2692 1584 -24 ) ( 2693 1583 424 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2660 1912 160 ) ( 2656 1574 160 ) ( 2652 1912 160 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 2424 1868 -24 ) ( 2416 1860 -24 ) ( 2420 1864 160 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2412 1872 24 ) ( 2416 1876 24 ) ( 2414 1874 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 444 +{ +( 2389 1905 472 ) ( 2389 1905 24 ) ( 2729 1565 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2492 1806 24 ) ( 2484 1798 24 ) ( 2488 1802 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2408 1868 24 ) ( 2416 1876 24 ) ( 2412 1872 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2458 1800 160 ) ( 2464 1868 160 ) ( 2452 1868 160 ) general_structure/beam_wood1 5 3 -45.00 1 1 0 16384 0 +surfaceparm detail +( 2420 1802.999512 168 ) ( 2422 1868 168 ) ( 2424 1802.999512 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 445 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1912 208 ) ( 2656 1574 208 ) ( 2652 1912 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2492 1806 24 ) ( 2484 1798 24 ) ( 2488 1802 208 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2408 1868 24 ) ( 2416 1876 24 ) ( 2412 1872 208 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2422 1868 168 ) ( 2420 1802.999512 168 ) ( 2424 1802.999512 168 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 446 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1912 208 ) ( 2656 1574 208 ) ( 2652 1912 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2488 1802 24 ) ( 2489 1803 24 ) ( 2488.500000 1802.500000 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 447 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1912 208 ) ( 2656 1574 208 ) ( 2652 1912 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2416 1876 24 ) ( 2412 1872 24 ) ( 2414 1874 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 448 +{ +( -992 2624 396 ) ( -992 2640 396 ) ( -984 2640 388 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1390 2640 24 ) ( -1386 2640 24 ) ( -1388 2640 640 ) general_industrial/ibeam_vert_nocullnone -8 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -1362 3236 264 ) ( -1366 2388 264 ) ( -1358 2388 264 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1370 2624 232 ) ( -1378 2624 232 ) ( -1374 2624 640 ) general_industrial/ibeam_vert_nocullnone -8 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -984 2640 108 ) ( -984 2632 108 ) ( -984 2636 388 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -992 2640 396 ) ( -992 2624 396 ) ( -992 2624 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 449 +{ +( -912 2640 396 ) ( -912 2624 396 ) ( -920 2624 388 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1374 2640 24 ) ( -1370 2640 24 ) ( -1372 2640 640 ) general_industrial/ibeam_vert_nocullnone -8 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -1346 3236 264 ) ( -1350 2388 264 ) ( -1342 2388 264 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -816 2624 512 ) ( -816 2624 264 ) ( -920 2624 264 ) general_industrial/ibeam_vert_nocullnone -8 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -920 2632 136 ) ( -920 2640 136 ) ( -920 2636 416 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -912 2624 396 ) ( -912 2640 396 ) ( -912 2640 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 450 +{ +( -1454 2640 24 ) ( -1450 2640 24 ) ( -1452 2640 640 ) general_industrial/ibeam_vert_nocullnone 0 -104 90.00 1 1 0 32768 0 +surfaceparm detail +( -1424 3236 388 ) ( -1428 2388 388 ) ( -1420 2388 388 ) general_industrial/ibeam_vert_nocullnone 0 -104 90.00 1 1 0 32768 0 +surfaceparm detail +( -896 2624 512 ) ( -896 2624 264 ) ( -1000 2624 264 ) general_industrial/ibeam_vert_nocullnone 0 -104 90.00 1 1 0 32768 0 +surfaceparm detail +( -952 2624 396 ) ( -949 2640 396 ) ( -946 2624 396 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -984 2624 388 ) ( -986 2640 390 ) ( -988 2624 392 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -916 2624 392 ) ( -918 2640 390 ) ( -920 2624 388 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 451 +{ +( -1174 2832 24 ) ( -1170 2832 24 ) ( -1172 2832 640 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( -1144 3428 388 ) ( -1148 2580 388 ) ( -1140 2580 388 ) general_industrial/ibeam_vert_nocullnone 0 -127 90.00 1 1 0 32768 0 +surfaceparm detail +( -616 2816 512 ) ( -616 2816 264 ) ( -720 2816 264 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( -672 2816 396 ) ( -669 2832 396 ) ( -666 2816 396 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -704 2816 388 ) ( -706 2832 390 ) ( -708 2816 392 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -636 2816 392 ) ( -638 2832 390 ) ( -640 2816 388 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 452 +{ +( -2020.724609 2702.225586 512 ) ( -1732.225586 2990.724609 512 ) ( -1319.275391 2577.774414 512 ) general_structure/plaster_wall2 -222 148 0.00 1 1 0 65536 0 +surfaceparm detail +( -1174 2832 24 ) ( -1170 2832 24 ) ( -1172 2832 640 ) central_europe/interiorwall_set2wtrim -48 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -616 2816 512 ) ( -616 2816 264 ) ( -720 2816 264 ) central_europe/interiorwall_set2wtrim -48 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -712 2824 264 ) ( -712 2832 264 ) ( -712 2828 544 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -632 2828 264 ) ( -632 2822 264 ) ( -632 2825 512 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -669 2832 396 ) ( -672 2816 396 ) ( -666 2816 396 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 453 +{ +( -1940.724609 2702.225586 512 ) ( -1652.225586 2990.724609 512 ) ( -1239.275391 2577.774414 512 ) general_structure/plaster_wall2 -46 148 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2816 264 ) ( -536 2816 512 ) ( -560 2832 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1094 2832 24 ) ( -1090 2832 24 ) ( -1092 2832 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1066 3428 264 ) ( -1070 2580 264 ) ( -1062 2580 264 ) general_structure/plaster_wall2 -254 132 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2816 512 ) ( -536 2816 264 ) ( -640 2816 264 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -632 2822 264 ) ( -632 2826 264 ) ( -632 2824 512 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 454 +{ +( -632 2832 396 ) ( -632 2816 396 ) ( -640 2816 388 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1094 2832 24 ) ( -1090 2832 24 ) ( -1092 2832 640 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -1066 3428 264 ) ( -1070 2580 264 ) ( -1062 2580 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -536 2816 512 ) ( -536 2816 264 ) ( -640 2816 264 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -640 2824 136 ) ( -640 2832 136 ) ( -640 2828 416 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -632 2816 396 ) ( -632 2832 396 ) ( -632 2832 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 455 +{ +( -712 2816 396 ) ( -712 2832 396 ) ( -704 2832 388 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1110 2832 24 ) ( -1106 2832 24 ) ( -1108 2832 640 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -1082 3428 264 ) ( -1086 2580 264 ) ( -1078 2580 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1090 2816 232 ) ( -1098 2816 232 ) ( -1094 2816 640 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -704 2832 108 ) ( -704 2824 108 ) ( -704 2828 388 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -712 2832 396 ) ( -712 2816 396 ) ( -712 2816 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 456 +{ +( -1956.724609 2702.225586 512 ) ( -1668.225586 2990.724609 512 ) ( -1255.275391 2577.774414 512 ) general_structure/plaster_wall2 -30 148 0.00 1 1 0 65536 0 +surfaceparm detail +( -1098 3546 24 ) ( -1098 3548 24 ) ( -1098 3547 640 ) general_structure/plaster_wall2 -148 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1110 2832 24 ) ( -1106 2832 24 ) ( -1108 2832 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1082 3428 264 ) ( -1086 2580 264 ) ( -1078 2580 264 ) general_structure/plaster_wall2 -238 132 0.00 1 1 0 65536 0 +surfaceparm detail +( -1090 2816 232 ) ( -1098 2816 232 ) ( -1094 2816 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -712 2826 264 ) ( -712 2822 264 ) ( -712 2824 512 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 457 +{ +( -1122 3160 240 ) ( -1122 3160 512 ) ( -894 3160 512 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 512 ) ( -1122 3184 240 ) ( -894 3184 240 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -772 3184 240 ) ( -776 3160 240 ) ( -768 3160 240 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -950 3160 412 ) ( -950 3184 409 ) ( -950 3160 406 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1014 3184 408 ) ( -1014 3160 410 ) ( -1014 3160 406 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -988 3160 312 ) ( -985 3184 312 ) ( -982 3160 312 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 458 +{ +( -1122 3160 240 ) ( -1122 3160 512 ) ( -894 3160 512 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 512 ) ( -1122 3184 240 ) ( -894 3184 240 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -169 3160 448 ) ( -167 3184 448 ) ( -165 3160 448 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -950 3160 412 ) ( -950 3184 409 ) ( -950 3160 406 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1014 3184 408 ) ( -1014 3160 410 ) ( -1014 3160 406 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -987 3184 408 ) ( -990 3160 408 ) ( -984 3160 408 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 459 +{ +( -1122 3160 240 ) ( -1122 3160 512 ) ( -894 3160 512 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 512 ) ( -1122 3184 240 ) ( -894 3184 240 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -772 3184 240 ) ( -776 3160 240 ) ( -768 3160 240 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -169 3160 448 ) ( -167 3184 448 ) ( -165 3160 448 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1098 3160 240 ) ( -1098 3168 240 ) ( -1098 3164 448 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1014 3160 410 ) ( -1014 3184 408 ) ( -1014 3160 406 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 460 +{ +( -1122 3160 240 ) ( -1122 3160 512 ) ( -894 3160 512 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 512 ) ( -1122 3184 240 ) ( -894 3184 240 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -772 3184 240 ) ( -776 3160 240 ) ( -768 3160 240 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -169 3160 448 ) ( -167 3184 448 ) ( -165 3160 448 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -904 3184 240 ) ( -904 3176 240 ) ( -904 3180 448 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -950 3184 409 ) ( -950 3160 412 ) ( -950 3160 406 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 461 +{ +( -2292.724609 2510.225586 512 ) ( -2004.225586 2798.724609 512 ) ( -1591.275391 2385.774414 512 ) general_structure/plaster_wall2 -206 212 0.00 1 1 0 65536 0 +surfaceparm detail +( -1446 2640 24 ) ( -1442 2640 24 ) ( -1444 2640 640 ) central_europe/interiorwall_set2wtrim -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1418 3236 396 ) ( -1422 2388 396 ) ( -1414 2388 396 ) general_industrial/ibeam_vert_nocullnone 0 -127 90.00 1 1 0 32768 0 +surfaceparm detail +( -888 2624 512 ) ( -888 2624 264 ) ( -992 2624 264 ) central_europe/interiorwall_set2wtrim -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -992 2632 264 ) ( -992 2640 264 ) ( -992 2636 544 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -912 2636 264 ) ( -912 2630 264 ) ( -912 2633 512 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 462 +{ +( 296 4344 536 ) ( 296 4344 24 ) ( 368 4072 24 ) common/playerclip -54 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 152 3784 536 ) ( 152 3784 24 ) ( -80 3728 24 ) common/playerclip -14 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -384 4352 24 ) ( -384 4352 536 ) ( -488 4040 536 ) common/playerclip -26 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -384 4352 536 ) ( -384 4352 24 ) ( -120 4440 24 ) common/playerclip -14 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 368 4072 536 ) ( 368 4072 24 ) ( 152 3784 24 ) common/playerclip -26 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -80 3728 536 ) ( -80 3728 24 ) ( -368 3840 24 ) common/playerclip -14 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -130 4458 536 ) ( 350 4298 536 ) ( 350 4010 536 ) common/playerclip -14 26 0.00 1 1 65536 2193 0 +surfaceparm detail +( 350 4298 24 ) ( -130 4458 24 ) ( -498 4458 24 ) common/playerclip -14 26 0.00 1 1 65536 2193 0 +surfaceparm detail +( -368 3840 536 ) ( -368 3840 24 ) ( -488 4040 24 ) common/playerclip -26 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -120 4440 536 ) ( -120 4440 24 ) ( 296 4344 24 ) common/playerclip -14 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 463 +{ +( 2224 3520 536 ) ( 2224 3520 24 ) ( 2296 3248 24 ) common/playerclip -62 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2072 2952 536 ) ( 2072 2952 24 ) ( 1840 2896 24 ) common/playerclip -6 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1512 3528 24 ) ( 1512 3528 536 ) ( 1408 3216 536 ) common/playerclip -34 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1520 3536 536 ) ( 1520 3536 24 ) ( 1784 3624 24 ) common/playerclip -6 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2296 3248 536 ) ( 2296 3248 24 ) ( 2080 2960 24 ) common/playerclip -34 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1824 2896 536 ) ( 1824 2896 24 ) ( 1536 3008 24 ) common/playerclip -6 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1782 3634 536 ) ( 2262 3474 536 ) ( 2262 3186 536 ) common/playerclip -6 34 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2262 3474 24 ) ( 1782 3634 24 ) ( 1414 3634 24 ) common/playerclip -6 34 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1528 3016 536 ) ( 1528 3016 24 ) ( 1408 3216 24 ) common/playerclip -34 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1784 3632 536 ) ( 1784 3632 24 ) ( 2200 3536 24 ) common/playerclip -6 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 464 +{ +( -4329.275391 4685.774414 0 ) ( -4742.225586 5098.724609 0 ) ( -5030.724609 4810.225586 0 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4696 4424 0 ) ( -4696 4424 448 ) ( -4296 4824 448 ) ta_berlin/berlinwall3a 0 4 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4780 4356 0 ) ( -4776 4360 0 ) ( -4778 4358 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 4432 184 ) ( -4410 4824 184 ) ( -4404 4432 184 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4480 4648 0 ) ( -4472 4640 0 ) ( -4476 4644 184 ) general_structure/plaster_wall2 -196 -52 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 465 +{ +( -4329.275391 4685.774414 0 ) ( -4742.225586 5098.724609 0 ) ( -5030.724609 4810.225586 0 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4696 4424 0 ) ( -4696 4424 448 ) ( -4296 4824 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4392 4740 0 ) ( -4388 4736 0 ) ( -4390 4738 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4780 4356 0 ) ( -4776 4360 0 ) ( -4778 4358 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 4432 184 ) ( -4410 4824 184 ) ( -4404 4432 184 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4472 4640 0 ) ( -4480 4648 0 ) ( -4476 4644 184 ) general_structure/plaster_wall2 -196 -52 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 466 +{ +( -4057.275391 4413.774414 0 ) ( -4470.225586 4826.724609 0 ) ( -4758.724609 4538.225586 0 ) general_structure/plaster_wall2 -212 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -4764 4492 448 ) ( -4764 4492 432 ) ( -4468 4788 432 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4118 4466 0 ) ( -4114 4462 0 ) ( -4116 4464 448 ) general_structure/plaster_wall2 -188 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4698 4438 0 ) ( -4702 4434 0 ) ( -4700 4436 448 ) general_structure/plaster_wall2 -188 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4144 4492 184 ) ( -4138 4884 184 ) ( -4132 4492 184 ) general_structure/plaster_wall2 -212 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -4456 4780 0 ) ( -4460 4784 0 ) ( -4458 4782 184 ) general_structure/plaster_wall2 -212 -68 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 467 +{ +( -4057.275391 4413.774414 0 ) ( -4470.225586 4826.724609 0 ) ( -4758.724609 4538.225586 0 ) general_structure/plaster_wall2 -212 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -4764 4492 448 ) ( -4764 4492 432 ) ( -4468 4788 432 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4742 4494 0 ) ( -4746 4490 0 ) ( -4744 4492 448 ) general_structure/plaster_wall2 -188 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4144 4492 184 ) ( -4138 4884 184 ) ( -4132 4492 184 ) general_structure/plaster_wall2 -212 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -4492 4736 0 ) ( -4494 4738 0 ) ( -4493 4737 184 ) general_structure/plaster_wall2 -212 -68 0.00 1 1 0 65536 0 +surfaceparm detail +( -4460 4784 0 ) ( -4456 4780 0 ) ( -4458 4782 184 ) general_structure/plaster_wall2 -212 -68 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 468 +{ +( -3997.275391 4353.774414 0 ) ( -4410.225586 4766.724609 0 ) ( -4698.724609 4478.225586 0 ) general_structure/plaster_wall3d -20 124 0.00 1 1 0 65536 0 +surfaceparm detail +( -3912 4440 432 ) ( -3912 4440 448 ) ( -4328 4856 448 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4768 4488 448 ) ( -4768 4488 432 ) ( -4472 4784 432 ) general_structure/plaster_wall2 -176 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4656 4464 0 ) ( -4658 4462 0 ) ( -4657 4463 448 ) general_structure/plaster_wall2 -176 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4624 4462 184 ) ( -4620 4832 184 ) ( -4616 4462 184 ) general_structure/plaster_wall3d -20 124 0.00 1 1 0 65536 0 +surfaceparm detail +( -4328 4792 0 ) ( -4336 4800 0 ) ( -4332 4796 184 ) general_structure/plaster_wall2 -176 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 469 +{ +( -4229.275391 4769.774414 136 ) ( -4642.225586 5182.724609 136 ) ( -4930.724609 4894.225586 136 ) general_structure/plaster_wall2 -24 32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4612 4508 0 ) ( -4612 4508 448 ) ( -4212 4908 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4720 5068 0 ) ( -4724 5072 0 ) ( -4722 5070 448 ) general_structure/plaster_wall2 -32 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4332 4796 0 ) ( -4328 4792 0 ) ( -4330 4794 448 ) general_structure/plaster_wall2 -32 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4566 4690 0 ) ( -4562 4694 0 ) ( -4564 4692 448 ) general_structure/plaster_wall2 -32 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4332 4516 184 ) ( -4326 4908 184 ) ( -4320 4516 184 ) general_structure/plaster_wall2 -24 32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 470 +{ +( -5176 5124 536 ) ( -5176 5124 568 ) ( -5144 5124 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 5164 0 ) ( -5160 5164 32 ) ( -5160 5132 32 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 5156 64 ) ( -5144 5156 96 ) ( -5176 5156 96 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 5116 536 ) ( -5144 5116 568 ) ( -5144 5148 568 ) ta_berlin/berlin_column -60 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5156 5156 0 ) ( -5158 5124 0 ) ( -5154 5124 0 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5160 5124 384 ) ( -5156 5156 384 ) ( -5152 5124 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 471 +{ +( -5176 5156 568 ) ( -5144 5156 568 ) ( -5144 5124 568 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5176 5124 536 ) ( -5176 5124 568 ) ( -5144 5124 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 5164 0 ) ( -5160 5164 32 ) ( -5160 5132 32 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5144 5156 64 ) ( -5144 5156 96 ) ( -5176 5156 96 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 5116 536 ) ( -5144 5116 568 ) ( -5144 5148 568 ) ta_berlin/berlin_column -60 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5156 5156 384 ) ( -5160 5124 384 ) ( -5152 5124 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 472 +{ +( -5176 5348 536 ) ( -5176 5348 568 ) ( -5144 5348 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 5348 0 ) ( -5160 5372 0 ) ( -5160 5364 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 5340 536 ) ( -5144 5340 568 ) ( -5144 5372 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 5372 0 ) ( -5160 5348 0 ) ( -5144 5348 0 ) common/nodraw 17 17 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5152 5372 0 ) ( -5144 5380 0 ) ( -5148 5376 568 ) common/nodraw 56 2 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5160 5348 384 ) ( -5156 5380 384 ) ( -5152 5348 384 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +} +// brush 473 +{ +( -5160 5348 568 ) ( -5160 5372 568 ) ( -5144 5380 568 ) common/nodraw 17 17 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5176 5348 536 ) ( -5176 5348 568 ) ( -5144 5348 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 5348 0 ) ( -5160 5372 0 ) ( -5160 5364 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5144 5340 536 ) ( -5144 5340 568 ) ( -5144 5372 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5372 0 ) ( -5144 5380 0 ) ( -5148 5376 568 ) common/nodraw 56 2 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5156 5380 384 ) ( -5160 5348 384 ) ( -5152 5348 384 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +} +// brush 474 +{ +( -5856 5372 568 ) ( -5152 5372 568 ) ( -5152 3788 568 ) common/nodraw 62 56 -180.00 0.125000 -3.500000 536870912 2224 0 +surfaceparm detail +( -5152 5372 0 ) ( -5152 3788 0 ) ( -5152 3788 568 ) ta_berlin/berlinwall3b 218 22 0.00 -0.750000 0.718750 0 65536 0 +surfaceparm detail +( -5180 3788 384 ) ( -5164 3788 384 ) ( -5172 5372 384 ) common/nodraw 62 56 -180.00 0.125000 -3.500000 536870912 2224 0 +surfaceparm detail +( -5160 5348 568 ) ( -5160 5340 384 ) ( -5160 5356 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5160 5348 550 ) ( -5152 5348 544 ) ( -5152 5348 556 ) common/nodraw 0 4 -180.00 0.125000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5160 5156 552 ) ( -5152 5156 560 ) ( -5152 5156 544 ) common/nodraw 0 4 -180.00 0.125000 -2.875000 536870912 2224 0 +surfaceparm detail +} +// brush 475 +{ +( -3441.767578 2217.505859 584 ) ( -3475.708984 2251.447266 584 ) ( -3498.336426 2228.819824 584 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3498.336426 2228.819824 616 ) ( -3475.708984 2251.447266 616 ) ( -3441.767578 2217.505859 616 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3416 2136 616 ) ( -3416 2136 584 ) ( -3504 2224 584 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3392 2160 584 ) ( -3392 2160 616 ) ( -3456 2224 616 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3456 2224 584 ) ( -3456 2224 616 ) ( -3504 2224 616 ) common/nodraw -37 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +( -3392 2160 616 ) ( -3392 2160 584 ) ( -3416 2136 584 ) common/nodraw -42 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +} +// brush 476 +{ +( -3446.009766 2221.748535 472 ) ( -3474.294434 2250.032715 472 ) ( -3496.921875 2227.406250 472 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3498.336426 2228.819824 488 ) ( -3475.708984 2251.447266 488 ) ( -3447.424805 2223.163086 488 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3416 2136 488 ) ( -3416 2136 472 ) ( -3504 2224 472 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3392 2160 472 ) ( -3392 2160 488 ) ( -3456 2224 488 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3456 2224 472 ) ( -3456 2224 488 ) ( -3504 2224 488 ) common/nodraw -37 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +( -3416 2136 472 ) ( -3416 2136 488 ) ( -3392 2160 488 ) common/nodraw -41 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 477 +{ +( -3441.767578 2217.505859 472 ) ( -3475.708984 2251.447266 472 ) ( -3498.336426 2228.819824 472 ) common/nodraw 4 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3498.336426 2228.819824 616 ) ( -3475.708984 2251.447266 616 ) ( -3441.767578 2217.505859 616 ) common/nodraw 4 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3296 2016 616 ) ( -3296 2016 472 ) ( -3416 2136 472 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3272 2040 472 ) ( -3272 2040 616 ) ( -3392 2160 616 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3392 2160 472 ) ( -3392 2160 616 ) ( -3416 2136 616 ) common/nodraw -42 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +( -3272 2040 616 ) ( -3272 2040 472 ) ( -3296 2016 472 ) common/nodraw -42 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +} +// brush 478 +{ +( -3441.767578 2217.505859 584 ) ( -3475.708984 2251.447266 584 ) ( -3498.336426 2228.819824 584 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3498.336426 2228.819824 616 ) ( -3475.708984 2251.447266 616 ) ( -3441.767578 2217.505859 616 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3216 1936 616 ) ( -3216 1936 584 ) ( -3296 2016 584 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3216 1984 584 ) ( -3216 1984 616 ) ( -3272 2040 616 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3216 1936 584 ) ( -3216 1936 616 ) ( -3216 1984 616 ) common/nodraw -41 0 0.00 1.414551 1 536870912 2224 0 +surfaceparm detail +( -3272 2040 584 ) ( -3272 2040 616 ) ( -3296 2016 616 ) common/nodraw -42 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +} +// brush 479 +{ +( -3446.009766 2221.748535 472 ) ( -3474.294434 2250.032715 472 ) ( -3496.921875 2227.406250 472 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3498.336426 2228.819824 488 ) ( -3475.708984 2251.447266 488 ) ( -3447.424805 2223.163086 488 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3216 1936 488 ) ( -3216 1936 472 ) ( -3296 2016 472 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3216 1984 472 ) ( -3216 1984 488 ) ( -3272 2040 488 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3216 1984 488 ) ( -3216 1984 472 ) ( -3216 1936 472 ) common/nodraw -41 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +( -3272 2040 472 ) ( -3272 2040 488 ) ( -3296 2016 488 ) common/nodraw -41 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 480 +{ +( -3197.434570 1973.173340 488 ) ( -3220.061523 1995.799805 488 ) ( -3242.689453 1973.173340 488 ) common/nodraw 57 14 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3242.689453 1973.173340 584 ) ( -3220.061523 1995.799805 584 ) ( -3197.434570 1973.173340 584 ) common/nodraw 57 14 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3216 1936 584 ) ( -3216 1936 488 ) ( -3248 1968 488 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3216 1984 488 ) ( -3216 1984 584 ) ( -3224 1992 584 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3224 1992 488 ) ( -3224 1992 584 ) ( -3248 1968 584 ) common/nodraw -47 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -3216 1984 584 ) ( -3216 1984 488 ) ( -3216 1936 488 ) common/nodraw -47 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +} +// brush 481 +{ +( -3453.316406 2229.055176 488 ) ( -3475.944824 2251.683105 488 ) ( -3498.571289 2229.055176 488 ) common/nodraw 2 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3498.571289 2229.055176 584 ) ( -3475.944824 2251.683105 584 ) ( -3453.316406 2229.055176 584 ) common/nodraw 2 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3464 2184 584 ) ( -3464 2184 488 ) ( -3504 2224 488 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3464 2184 488 ) ( -3464 2184 584 ) ( -3440 2208 584 ) common/nodraw -59 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -3440 2208 488 ) ( -3440 2208 584 ) ( -3456 2224 584 ) common/nodraw -20 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3456 2224 488 ) ( -3456 2224 584 ) ( -3504 2224 584 ) common/nodraw -22 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +} +// brush 482 +{ +( 2956 5868 24 ) ( 2956 5868 536 ) ( 2956 5600 536 ) common/playerclip -36 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3140 5960 536 ) ( 3140 5960 24 ) ( 2956 5600 24 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3140 6116 24 ) ( 3140 6116 536 ) ( 2956 5868 536 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1532 5964 24 ) ( 1532 5788 24 ) ( 4648 5788 24 ) common/playerclip -48 28 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4724 5964 536 ) ( 4652 5788 536 ) ( 1536 5788 536 ) common/playerclip -48 28 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3140 5960 24 ) ( 3140 5960 536 ) ( 3140 6116 536 ) common/playerclip -28 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 483 +{ +( 1208 5800 536 ) ( 1208 5800 144 ) ( 1208 5824 144 ) common/playerclip -32 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1208 5800 144 ) ( 1208 5800 536 ) ( 1308 5748 536 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1580 5824 32 ) ( 1580 5824 544 ) ( 1260 5824 544 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -204 6024 144 ) ( -204 5848 144 ) ( 2912 5848 144 ) common/playerclip -44 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2992 6024 536 ) ( 2920 5848 536 ) ( -196 5848 536 ) common/playerclip -44 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1340 5748 144 ) ( 1340 5748 536 ) ( 1340 5824 536 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 484 +{ +( 1404 5664 536 ) ( 1404 5664 144 ) ( 1404 5776 144 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1584 5576 536 ) ( 1584 5576 144 ) ( 1404 5664 144 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1744 5776 32 ) ( 1744 5776 544 ) ( 1424 5776 544 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -20 5976 144 ) ( -20 5800 144 ) ( 3096 5800 144 ) common/playerclip -16 40 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3156 5976 536 ) ( 3084 5800 536 ) ( -32 5800 536 ) common/playerclip -16 40 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1584 5576 144 ) ( 1584 5576 536 ) ( 1584 5776 536 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 485 +{ +( 2460 5400 24 ) ( 2460 5484 536 ) ( 2892 5504 536 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2460 5612 536 ) ( 2460 5484 536 ) ( 2460 5420 24 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2892 5504 536 ) ( 2892 5504 24 ) ( 2460 5400 24 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2796 5612 32 ) ( 2796 5612 544 ) ( 2476 5612 544 ) common/playerclip -44 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1012 5812 24 ) ( 1012 5636 24 ) ( 4128 5636 24 ) common/playerclip -44 4 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4208 5812 536 ) ( 4136 5636 536 ) ( 1020 5636 536 ) common/playerclip -44 4 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2892 5596 544 ) ( 2892 5596 32 ) ( 2892 5468 32 ) common/playerclip -4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 486 +{ +( 2396 5380 24 ) ( 1972 5384 24 ) ( 1972 5472 536 ) common/playerclip -4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1972 5600 536 ) ( 1972 5472 536 ) ( 1972 5388 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2396 5380 24 ) ( 1972 5472 536 ) ( 2396 5472 536 ) common/playerclip -4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2308 5600 32 ) ( 2308 5600 544 ) ( 1988 5600 544 ) common/playerclip -4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1972 5364 24 ) ( 2396 5364 24 ) ( 2396 5600 24 ) common/playerclip -4 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3720 5800 536 ) ( 3648 5624 536 ) ( 532 5624 536 ) common/playerclip -4 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2396 5600 536 ) ( 2396 5600 24 ) ( 2396 5388 24 ) common/playerclip -56 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 487 +{ +( 1584 5456 24 ) ( 1584 5576 536 ) ( 1908 5496 536 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1584 5576 536 ) ( 1584 5576 24 ) ( 1584 5776 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1908 5496 536 ) ( 1908 5400 24 ) ( 1584 5456 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1584 5776 536 ) ( 1584 5776 24 ) ( 1908 5600 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 136 5800 24 ) ( 136 5624 24 ) ( 3252 5624 24 ) common/playerclip 0 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3332 5800 536 ) ( 3260 5624 536 ) ( 144 5624 536 ) common/playerclip 0 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1908 5600 24 ) ( 1908 5400 24 ) ( 1908 5496 536 ) common/playerclip -56 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 488 +{ +( -3220.179688 1995.917969 488 ) ( -3265.434570 2041.173340 488 ) ( -3288.061523 2018.545898 488 ) common/nodraw 25 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3288.061523 2018.545898 584 ) ( -3265.434570 2041.173340 584 ) ( -3220.179688 1995.917969 584 ) common/nodraw 25 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3248 1968 584 ) ( -3248 1968 488 ) ( -3296 2016 488 ) general_structure/denmark_win2 0 14 0.00 -0.375002 0.533333 0 4194304 0 +surfaceparm detail +( -3224 1992 584 ) ( -3224 1992 488 ) ( -3248 1968 488 ) common/nodraw -51 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -3224 1992 488 ) ( -3224 1992 584 ) ( -3272 2040 584 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3272 2040 488 ) ( -3272 2040 584 ) ( -3296 2016 584 ) common/nodraw -61 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +// brush 489 +{ +( -3391.826172 2167.564941 488 ) ( -3437.081055 2212.819824 488 ) ( -3459.708984 2190.191895 488 ) common/nodraw 45 14 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3459.708984 2190.191895 584 ) ( -3437.081055 2212.819824 584 ) ( -3391.826172 2167.564941 584 ) common/nodraw 45 14 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3416 2136 584 ) ( -3416 2136 488 ) ( -3464 2184 488 ) general_structure/denmark_win2 64 14 -180.00 0.375002 -0.533333 0 4194304 0 +surfaceparm detail +( -3392 2160 584 ) ( -3392 2160 488 ) ( -3416 2136 488 ) common/nodraw -41 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +( -3392 2160 488 ) ( -3392 2160 584 ) ( -3440 2208 584 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3440 2208 488 ) ( -3440 2208 584 ) ( -3464 2184 584 ) common/nodraw -46 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +// brush 490 +{ +( -1600 1920 24 ) ( -1791.999512 2080 24 ) ( -1792 2080 92 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 1932 24 ) ( -1600 1932 128 ) ( -1600 2080 128 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 1920 24 ) ( -1600 2080 24 ) ( -1792 2080 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2080 96 ) ( -1792 2080 96 ) ( -1792 2080 24 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2080 92 ) ( -1600 2080 114 ) ( -1600 1931.999023 33.999462 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 1920 24.000584 ) ( -1792 2080 92 ) ( -1600 1931.998047 33.999203 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 491 +{ +( -1721 1647 24 ) ( -1721 1695 24 ) ( -1753 1671 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 1985 504 ) ( -1792 1569 504 ) ( -1792 1569 -72 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2080 114 ) ( -1792 2080 88 ) ( -1792 2272 128 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1713 2080 24 ) ( -1729 2080 24 ) ( -1721 2080 128 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1601 2081 24 ) ( -1600 2080 24 ) ( -1600.500000 2080.500000 128 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 492 +{ +( -1600 1776 176 ) ( -1600 1872 184 ) ( -1600 1872 168 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1721 1647 24 ) ( -1721 1695 24 ) ( -1753 1671 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1763 2272 24 ) ( -1749 2272 24 ) ( -1756 2272 168 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2272 128 ) ( -1600 2272 98 ) ( -1600 2080 114 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2080 24 ) ( -1601 2081 24 ) ( -1600.500000 2080.500000 128 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 493 +{ +( -1792 1916 24 ) ( -1792 1934 38 ) ( -1600 1932 34 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2080.000244 24 ) ( -1600 1920 24 ) ( -1600 1932 34 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2080 24 ) ( -1792 1916 24 ) ( -1600 1920 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 1934 128 ) ( -1792 1934 24 ) ( -1792 2080 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 1932 34 ) ( -1792 1934 38 ) ( -1792 2080 92 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 1932 34 ) ( -1600 1920 24 ) ( -1792 1916 24 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2080 92 ) ( -1792 2080.000244 24 ) ( -1600 1932 34 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 494 +{ +( -1792 1584 176 ) ( -1792 1680 184 ) ( -1792 1680 168 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 1920 24 ) ( -1792 2080 24 ) ( -1984 2080 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2080 24 ) ( -1792 2080 96 ) ( -1984 2080 94 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2080 90 ) ( -1792 2080 92 ) ( -1792 1920 36 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 1920 24 ) ( -1984 2080 24 ) ( -1984 2080 90 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 495 +{ +( -1792.000244 1920 24 ) ( -1792 1918 30 ) ( -1984 2080.002197 94.000854 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 1906 24 ) ( -1984 1920 30 ) ( -1792 1918 30 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2079.999756 24 ) ( -1984 1906 24 ) ( -1792 1920 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 1920 128 ) ( -1984 1920 24 ) ( -1984 2080 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 1918 30 ) ( -1984 1919.999512 29.999695 ) ( -1984 2080.002197 94.000740 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 1920 24 ) ( -1984 1906 24 ) ( -1792 1918 30 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2079.999756 24 ) ( -1792.000244 1920 24 ) ( -1792 1920 30 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 496 +{ +( -1913 1647 24 ) ( -1913 1695 24 ) ( -1945 1671 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 1985 504 ) ( -1984 1569 504 ) ( -1984 1569 -72 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2080 92 ) ( -1984 2080 92 ) ( -1984 2272 128 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2080 92 ) ( -1792 2080 92 ) ( -1792 2080 24 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1793 2081 24 ) ( -1792 2080 24 ) ( -1792.500000 2080.500000 128 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 497 +{ +( -1792 1776 176 ) ( -1792 1872 184 ) ( -1792 1872 168 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1913 1647 24 ) ( -1913 1695 24 ) ( -1945 1671 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1955 2272 24 ) ( -1941 2272 24 ) ( -1948 2272 168 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2272 128 ) ( -1792 2272 128 ) ( -1792 2080 94 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2080 24 ) ( -1793 2081 24 ) ( -1792.500000 2080.500000 128 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 498 +{ +( -1600 2464 24 ) ( -1600 2272 24 ) ( -1600 2272 100 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1721 1839 24 ) ( -1721 1887 24 ) ( -1753 1863 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1763 2464 24 ) ( -1749 2464 24 ) ( -1756 2464 168 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2464 76 ) ( -1600 2464 72 ) ( -1600 2272 100 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2272 24 ) ( -1792 2464 24 ) ( -1792 2464 94 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 499 +{ +( -1721 1839 24 ) ( -1721 1887 24 ) ( -1753 1863 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2177 504 ) ( -1792 1761 504 ) ( -1792 1761 -72 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2272 100 ) ( -1792 2272 128 ) ( -1792 2464 76 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1713 2272 24 ) ( -1729 2272 24 ) ( -1721 2272 128 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2272 24 ) ( -1600 2272 100 ) ( -1792 2464 84 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 500 +{ +( -1792 2272 24 ) ( -1792 2272 128 ) ( -1792 2464 80 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1913 1839 24 ) ( -1913 1887 24 ) ( -1945 1863 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1955 2464 24 ) ( -1941 2464 24 ) ( -1948 2464 168 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2464 82 ) ( -1792 2464 76 ) ( -1792 2272 128 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2272 24 ) ( -1984 2464 24 ) ( -1984 2464 78 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 501 +{ +( -1913 1839 24 ) ( -1913 1887 24 ) ( -1945 1863 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2272 24 ) ( -1984 2464 24 ) ( -1984 2464 116 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2272 128 ) ( -1984 2272 128 ) ( -1984 2464 82 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1905 2272 24 ) ( -1921 2272 24 ) ( -1913 2272 128 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1793 2273 24 ) ( -1792 2272 24 ) ( -1792.500000 2272.500000 128 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 502 +{ +( -1600 2464 72 ) ( -1792 2634 26 ) ( -1792 2638 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2638 24 ) ( -1792 2464 24 ) ( -1600 2464 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2464 76 ) ( -1792 2464 24 ) ( -1792 2634 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2464 72 ) ( -1792 2464 76 ) ( -1792 2634 26 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2464 128 ) ( -1600 2464 128 ) ( -1600 2464 24 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2638 24 ) ( -1600 2464 24 ) ( -1600 2464 72 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 503 +{ +( -1792 2633 26 ) ( -1600 2464 72 ) ( -1600 2464 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2464 24 ) ( -1600 2464 72 ) ( -1600 2642 28 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2464 24 ) ( -1600 2588 24 ) ( -1792 2638 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2578 28 ) ( -1792 2633 26 ) ( -1600 2588 24 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2633 26 ) ( -1600 2578 28 ) ( -1600 2464 72 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1600 2464 24 ) ( -1792 2638 24 ) ( -1792 2633 26 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 504 +{ +( -1984 2646 32 ) ( -1792 2464 76 ) ( -1792 2464 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2638 26 ) ( -1984 2646 32 ) ( -1984 2656 24 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2638 128 ) ( -1792 2638 24 ) ( -1792 2464 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2464 24 ) ( -1792 2638 24 ) ( -1984 2656 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2656 24 ) ( -1792 2638.000244 24 ) ( -1792 2638 26 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2646 32 ) ( -1792 2638 26 ) ( -1792 2464 76 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2464 24 ) ( -1984 2656 24 ) ( -1984 2646 32 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 505 +{ +( -1792 2464 76 ) ( -1984 2648 30 ) ( -1984 2656 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1913 2031 24 ) ( -1913 2079 24 ) ( -1945 2055 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2369 504 ) ( -1984 1953 504 ) ( -1984 1953 -72 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1792 2464 76 ) ( -1984 2464 82 ) ( -1984 2648 30 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1905 2464 24 ) ( -1921 2464 24 ) ( -1913 2464 128 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2656 24 ) ( -1792 2464 24 ) ( -1792 2464 76 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 506 +{ +( -2242 2606 56 ) ( -2176 2464 112 ) ( -2176 2464 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2464 82 ) ( -2242 2606 56 ) ( -2178 2650 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2178 2650 24 ) ( -2176 2464 24 ) ( -1984 2464 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 2464 24 ) ( -2178 2650 24 ) ( -2242 2606 56 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2464 82 ) ( -2176 2464 112 ) ( -2242 2606 56 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 2464 24 ) ( -1984 2464 82 ) ( -1984 2464 24 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2464 24 ) ( -1984 2464 82 ) ( -2178 2650 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 507 +{ +( -2176 2648 38 ) ( -1984 2464 82 ) ( -1984 2464 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2656 24 ) ( -1984 2648 30 ) ( -2176 2648 38 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2160 176 ) ( -1984 2256 184 ) ( -1984 2256 168 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2105 2031 24 ) ( -2105 2079 24 ) ( -2137 2055 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2656 24 ) ( -2176 2648 38 ) ( -2176 2656 24 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 2648 38 ) ( -1984 2648 30 ) ( -1984 2464 82 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2464 24 ) ( -2176 2656 24 ) ( -2176 2648 38 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 508 +{ +( -1984 1968 176 ) ( -1984 2064 184 ) ( -1984 2064 168 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2105 1839 24 ) ( -2105 1887 24 ) ( -2137 1863 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2147 2464 24 ) ( -2133 2464 24 ) ( -2140 2464 168 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 2464 112 ) ( -1984 2464 82 ) ( -1984 2272 128 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2272 24 ) ( -2176 2464 24 ) ( -2176 2464 114 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 509 +{ +( -2105 1839 24 ) ( -2105 1887 24 ) ( -2137 1863 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 2177 504 ) ( -2176 1761 504 ) ( -2176 1761 -72 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2272 128 ) ( -2176 2272 128 ) ( -2176 2464 112 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2097 2272 24 ) ( -2113 2272 24 ) ( -2105 2272 128 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1985 2273 24 ) ( -1984 2272 24 ) ( -1984.500000 2272.500000 128 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 510 +{ +( -1984 1776 176 ) ( -1984 1872 184 ) ( -1984 1872 168 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2105 1647 24 ) ( -2105 1695 24 ) ( -2137 1671 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2147 2272 24 ) ( -2133 2272 24 ) ( -2140 2272 168 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 2272 128 ) ( -1984 2272 128 ) ( -1984 2080 94 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2080 24 ) ( -1985 2081 24 ) ( -1984.500000 2080.500000 128 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 511 +{ +( -2105 1647 24 ) ( -2105 1695 24 ) ( -2137 1671 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 1985 504 ) ( -2176 1569 504 ) ( -2176 1569 -72 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 2080 94 ) ( -2176 2080 94 ) ( -2176 2272 128 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2097 2080 24 ) ( -2113 2080 24 ) ( -2105 2080 128 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1985 2081 24 ) ( -1984 2080 24 ) ( -1984.500000 2080.500000 128 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 512 +{ +( -1984 1920 32 ) ( -2176 1888 24 ) ( -2176 1902 32.000011 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 2079.999268 24 ) ( -1984 1920 32 ) ( -2176 2079.999512 93.999855 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 1888 24 ) ( -1984 1906 24 ) ( -2176 2080 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176 1793 504 ) ( -2176 1377 504 ) ( -2176 1377 -72 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 1920 32 ) ( -2176 1902 31.999809 ) ( -2176 2079.999512 93.999725 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2176.004150 1888 24 ) ( -1984 1920 32 ) ( -1984 1906 24 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 1920 32 ) ( -2175.999756 2079.999512 24 ) ( -1984 1906 24 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 513 +{ +( -1984 1920 32 ) ( -1984 1909.999512 24 ) ( -2176.000732 2080 94 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 1584 176 ) ( -1984 1680 184 ) ( -1984 1680 168 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 1910 24 ) ( -1984 2080 24 ) ( -2176 2080 24 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2147 2080 24 ) ( -2133 2080 24 ) ( -2140 2080 168 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 1920 32 ) ( -2176 2080 94.000069 ) ( -1984 2080 94.000069 ) common/clipall 0 32 0.00 1 1 983040 2193 0 +surfaceparm detail +( -1984 1910 24 ) ( -2176 2080 24 ) ( -2176 2080 94 ) common/clipall -32 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 514 +{ +( -5688 4884 0 ) ( -5728 4884 0 ) ( -5720 4868 0 ) common/nodraw -45 -55 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4884 64 ) ( -5688 4884 64 ) ( -5688 4884 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5688 4868 64 ) ( -5688 4868 96 ) ( -5688 4900 96 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4868 536 ) ( -5728 4868 568 ) ( -5696 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4868 168 ) ( -5700 4884 168 ) ( -5696 4868 168 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 4872 0 ) ( -5696 4880 0 ) ( -5696 4876 168 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 515 +{ +( -5688 4884 0 ) ( -5728 4884 0 ) ( -5720 4868 0 ) common/nodraw -45 -55 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4884 64 ) ( -5688 4884 64 ) ( -5688 4884 568 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5728 4868 536 ) ( -5728 4868 568 ) ( -5696 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4868 64 ) ( -5728 4876 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4868 168 ) ( -5700 4884 168 ) ( -5696 4868 168 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 4880 0 ) ( -5696 4872 0 ) ( -5696 4876 168 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 516 +{ +( -2478 4313 0 ) ( -2512 4347 0 ) ( -2546 4313 0 ) german/crate_reinforced1_topflt 71 119 0.00 -0.531248 0.531248 0 16384 0 +surfaceparm detail +( -2546 4313 48 ) ( -2512 4347 48 ) ( -2478 4313 48 ) german/crate_reinforced1_topflt 71 119 0.00 -0.531248 0.531248 0 16384 0 +surfaceparm detail +( -2546 4313 128 ) ( -2512 4279 128 ) ( -2512 4279 -8 ) german/crate_reinforced1_topflt 109 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +( -2512 4279 128 ) ( -2478 4313 128 ) ( -2478 4313 -8 ) german/crate_reinforced1_topflt 109 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +( -2478 4313 128 ) ( -2512 4347 128 ) ( -2512 4347 -8 ) german/crate_reinforced1_topflt 109 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +( -2512 4347 128 ) ( -2546 4313 128 ) ( -2546 4313 -8 ) german/crate_reinforced1_topflt 109 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +} +// brush 517 +{ +( -1252.294922 4664.112305 -135.644485 ) ( -1246.956787 4679.155273 -134.569473 ) ( -1269.180908 4671.569824 81.783875 ) models/items/rubblebase 72 0 -180.00 1.230164 -1 0 65536 0 +surfaceparm detail +( -1151.140991 4657.805176 72.060333 ) ( -1136.281860 4646.474609 156.654114 ) ( -1192.806274 4666.725098 154.036713 ) general_structure/jh_conc512damg -128 0 0.00 1.238403 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1113.395020 4511.450684 249.167603 ) ( -1128.484131 4522.948242 163.275574 ) ( -1163.403809 4534.173828 179.601196 ) general_structure/jh_conc512damg -78 0 0.00 1.238525 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1029.558228 4592.757813 82.914673 ) ( -1057.553223 4614.088867 -76.438553 ) ( -1048.894897 4588.378906 2.162476 ) models/items/rubblebase 30 0 -180.00 1.260010 -1 0 65536 0 +surfaceparm detail +( -1066.908325 4524.400391 303.659790 ) ( -1072.050293 4509.096680 303.876953 ) ( -1128.933838 4529.473633 301.242065 ) models/items/rubblebase 79 -230 -150.00 0.999662 0.999817 0 65536 0 +surfaceparm detail +( -1301.392334 4642.357422 108.171265 ) ( -1220.253784 4620.616211 232.171387 ) ( -1280.545166 4557.880859 170.171387 ) models/items/rubblebase 201 0 -180.00 1.365967 -0.999985 0 65536 0 +surfaceparm detail +( -1067.661133 4545.930176 168 ) ( -940.145142 4616.136719 252 ) ( -1142.989990 4670.488281 84 ) models/items/rubblebase 79 -230 -150.00 0.999662 0.999817 0 65536 0 +surfaceparm detail +( -1230 4474.281250 36 ) ( -1233 4698.959961 36 ) ( -1236 4474.281250 36 ) models/items/rubblebase 79 -230 -150.00 0.999662 0.999817 0 65536 0 +surfaceparm detail +( -1130 4560 36 ) ( -1138 4560 36 ) ( -1134 4560 306.707947 ) models/items/rubblebase 78 109 -150.00 0.999662 0.999817 0 65536 0 +surfaceparm detail +( -1260 4596 36 ) ( -1260 4600 36 ) ( -1260 4598 305.491333 ) models/items/rubblebase 8 237 -150.00 0.999662 0.999817 0 65536 0 +surfaceparm detail +} +// brush 518 +{ +( -1168 4836 352 ) ( -1104 4836 352 ) ( -1104 4788 224 ) models/items/rubblebase -244 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1167 4772 224 ) ( -1103 4772 224 ) ( -1103 4772 16 ) models/items/rubblebase -244 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1104 4964 16 ) ( -1104 4788 16 ) ( -1104 4788 368 ) general_structure/jh_conc512damg 212 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1168 4788 16 ) ( -1168 4964 16 ) ( -1168 4964 448 ) general_structure/jh_conc512damg 212 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1104 4788 32 ) ( -1104 4964 32 ) ( -1168 4964 32 ) models/items/rubblebase 212 244 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1134 4772 304 ) ( -1132 4964 304 ) ( -1130 4772 304 ) models/items/rubblebase 212 244 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1168 4888 32 ) ( -1104 4914 32 ) ( -1136 4901 304 ) models/items/rubblebase -44 244 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 519 +{ +( -2146.742676 4503.349121 48 ) ( -2146.742432 4455.266113 48 ) ( -2098.659424 4455.265625 48 ) german/crate_reinforced1_topflt 46 80 0.00 -0.375702 0.375823 0 16384 0 +surfaceparm detail +( -2098.659424 4455.265625 96 ) ( -2146.742432 4455.266113 96 ) ( -2146.742676 4503.349121 96 ) german/crate_reinforced1_topflt 46 80 0.00 -0.375702 0.375823 0 16384 0 +surfaceparm detail +( -2098.659424 4455.265625 176 ) ( -2098.659180 4503.349121 176 ) ( -2098.659180 4503.349121 40 ) german/crate_reinforced1_topflt 80 0 0.00 -0.375823 0.375000 0 16384 0 +surfaceparm detail +( -2098.659180 4503.349121 176 ) ( -2146.742676 4503.349121 176 ) ( -2146.742676 4503.349121 40 ) german/crate_reinforced1_topflt 46 0 0.00 -0.375702 0.375000 0 16384 0 +surfaceparm detail +( -2146.742676 4503.349121 176 ) ( -2146.742432 4455.266113 176 ) ( -2146.742432 4455.266113 40 ) german/crate_reinforced1_topflt 80 0 0.00 -0.375823 0.375000 0 16384 0 +surfaceparm detail +( -2146.742432 4455.266113 176 ) ( -2098.659424 4455.265625 176 ) ( -2098.659424 4455.265625 40 ) german/crate_reinforced1_topflt 46 0 0.00 -0.375702 0.375000 0 16384 0 +surfaceparm detail +} +// brush 520 +{ +( -2195.533203 4494.156738 48 ) ( -2195.532959 4446.073242 48 ) ( -2147.449707 4446.073730 48 ) german/crate_reinforced1_topflt 43 67 0.00 -0.375650 0.375446 0 16384 0 +surfaceparm detail +( -2147.449707 4446.073730 96 ) ( -2195.532959 4446.073242 96 ) ( -2195.533203 4494.156738 96 ) german/crate_reinforced1_topflt 43 67 0.00 -0.375650 0.375446 0 16384 0 +surfaceparm detail +( -2147.449707 4446.073730 176 ) ( -2147.449951 4494.156738 176 ) ( -2147.449951 4494.156738 40 ) german/crate_reinforced1_topflt 67 0 0.00 -0.375446 0.375000 0 16384 0 +surfaceparm detail +( -2147.449951 4494.156738 176 ) ( -2195.533203 4494.156738 176 ) ( -2195.533203 4494.156738 40 ) german/crate_reinforced1_topflt 43 0 0.00 -0.375650 0.375000 0 16384 0 +surfaceparm detail +( -2195.533203 4494.156738 176 ) ( -2195.532959 4446.073242 176 ) ( -2195.532959 4446.073242 40 ) german/crate_reinforced1_topflt 67 0 0.00 -0.375446 0.375000 0 16384 0 +surfaceparm detail +( -2195.532959 4446.073242 176 ) ( -2147.449707 4446.073730 176 ) ( -2147.449707 4446.073730 40 ) german/crate_reinforced1_topflt 43 0 0.00 -0.375650 0.375000 0 16384 0 +surfaceparm detail +} +// brush 521 +{ +( -2117.044434 4516.077148 0 ) ( -2117.044189 4467.993652 0 ) ( -2068.961182 4467.993652 0 ) german/crate_reinforced1_topflt 126 114 0.00 -0.375727 0.375766 0 16384 0 +surfaceparm detail +( -2068.961182 4467.993652 48 ) ( -2117.044189 4467.993652 48 ) ( -2117.044434 4516.077148 48 ) german/crate_reinforced1_topflt 126 114 0.00 -0.375727 0.375766 0 16384 0 +surfaceparm detail +( -2068.961182 4467.993652 128 ) ( -2068.960693 4516.077148 128 ) ( -2068.960693 4516.077148 -8 ) german/crate_reinforced1_topflt 114 0 0.00 -0.375766 0.375000 0 16384 0 +surfaceparm detail +( -2068.960693 4516.077148 128 ) ( -2117.044434 4516.077148 128 ) ( -2117.044434 4516.077148 -8 ) german/crate_reinforced1_topflt 126 0 0.00 -0.375727 0.375000 0 16384 0 +surfaceparm detail +( -2117.044434 4516.077148 128 ) ( -2117.044189 4467.993652 128 ) ( -2117.044189 4467.993652 -8 ) german/crate_reinforced1_topflt 114 0 0.00 -0.375766 0.375000 0 16384 0 +surfaceparm detail +( -2117.044189 4467.993652 128 ) ( -2068.961182 4467.993652 128 ) ( -2068.961182 4467.993652 -8 ) german/crate_reinforced1_topflt 126 0 0.00 -0.375727 0.375000 0 16384 0 +surfaceparm detail +} +// brush 522 +{ +( -2166.541748 4487.792969 0 ) ( -2166.541504 4439.708984 0 ) ( -2118.458496 4439.709473 0 ) german/crate_reinforced1_topflt 121 47 0.00 -0.375648 0.375536 0 16384 0 +surfaceparm detail +( -2118.458496 4439.709473 48 ) ( -2166.541504 4439.708984 48 ) ( -2166.541748 4487.792969 48 ) german/crate_reinforced1_topflt 121 47 0.00 -0.375648 0.375536 0 16384 0 +surfaceparm detail +( -2118.458496 4439.709473 128 ) ( -2118.458740 4487.792969 128 ) ( -2118.458740 4487.792969 -8 ) german/crate_reinforced1_topflt 47 0 0.00 -0.375536 0.375000 0 16384 0 +surfaceparm detail +( -2118.458740 4487.792969 128 ) ( -2166.541748 4487.792969 128 ) ( -2166.541748 4487.792969 -8 ) german/crate_reinforced1_topflt 121 0 0.00 -0.375648 0.375000 0 16384 0 +surfaceparm detail +( -2166.541748 4487.792969 128 ) ( -2166.541504 4439.708984 128 ) ( -2166.541504 4439.708984 -8 ) german/crate_reinforced1_topflt 47 0 0.00 -0.375536 0.375000 0 16384 0 +surfaceparm detail +( -2166.541504 4439.708984 128 ) ( -2118.458496 4439.709473 128 ) ( -2118.458496 4439.709473 -8 ) german/crate_reinforced1_topflt 121 0 0.00 -0.375648 0.375000 0 16384 0 +surfaceparm detail +} +// brush 523 +{ +( -2216.038818 4509.006348 0 ) ( -2216.039551 4460.922852 0 ) ( -2167.955811 4460.922852 0 ) german/crate_reinforced1_topflt 116 104 0.00 -0.375549 0.375505 0 16384 0 +surfaceparm detail +( -2167.955811 4460.922852 48 ) ( -2216.039551 4460.922852 48 ) ( -2216.038818 4509.006348 48 ) german/crate_reinforced1_topflt 116 104 0.00 -0.375549 0.375505 0 16384 0 +surfaceparm detail +( -2167.955811 4460.922852 128 ) ( -2167.956055 4509.006348 128 ) ( -2167.956055 4509.006348 -8 ) german/crate_reinforced1_topflt 104 0 0.00 -0.375505 0.375000 0 16384 0 +surfaceparm detail +( -2167.956055 4509.006348 128 ) ( -2216.038818 4509.006348 128 ) ( -2216.038818 4509.006348 -8 ) german/crate_reinforced1_topflt 116 0 0.00 -0.375549 0.375000 0 16384 0 +surfaceparm detail +( -2216.038818 4509.006348 128 ) ( -2216.039551 4460.922852 128 ) ( -2216.039551 4460.922852 -8 ) german/crate_reinforced1_topflt 104 0 0.00 -0.375505 0.375000 0 16384 0 +surfaceparm detail +( -2216.039551 4460.922852 128 ) ( -2167.955811 4460.922852 128 ) ( -2167.955811 4460.922852 -8 ) german/crate_reinforced1_topflt 116 0 0.00 -0.375549 0.375000 0 16384 0 +surfaceparm detail +} +// brush 524 +{ +( -2441 4346 0 ) ( -2475 4380 0 ) ( -2509 4346 0 ) german/crate_reinforced1_topflt 13 54 0.00 -0.531246 0.531246 0 16384 0 +surfaceparm detail +( -2509 4346 48 ) ( -2475 4380 48 ) ( -2441 4346 48 ) german/crate_reinforced1_topflt 13 54 0.00 -0.531246 0.531246 0 16384 0 +surfaceparm detail +( -2509 4346 128 ) ( -2475 4312 128 ) ( -2475 4312 -8 ) german/crate_reinforced1_topflt 106 0 0.00 -0.265624 0.375000 0 16384 0 +surfaceparm detail +( -2475 4312 128 ) ( -2441 4346 128 ) ( -2441 4346 -8 ) german/crate_reinforced1_topflt 106 0 0.00 -0.265624 0.375000 0 16384 0 +surfaceparm detail +( -2441 4346 128 ) ( -2475 4380 128 ) ( -2475 4380 -8 ) german/crate_reinforced1_topflt 106 0 0.00 -0.265624 0.375000 0 16384 0 +surfaceparm detail +( -2475 4380 128 ) ( -2509 4346 128 ) ( -2509 4346 -8 ) german/crate_reinforced1_topflt 106 0 0.00 -0.265624 0.375000 0 16384 0 +surfaceparm detail +} +// brush 525 +{ +( -2506 4271 0 ) ( -2540 4305 0 ) ( -2574 4271 0 ) german/crate_reinforced1_topflt 19 40 0.00 -0.531248 0.531248 0 16384 0 +surfaceparm detail +( -2574 4271 48 ) ( -2540 4305 48 ) ( -2506 4271 48 ) german/crate_reinforced1_topflt 19 40 0.00 -0.531248 0.531248 0 16384 0 +surfaceparm detail +( -2574 4271 128 ) ( -2540 4237 128 ) ( -2540 4237 -8 ) german/crate_reinforced1_topflt 79 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +( -2540 4237 128 ) ( -2506 4271 128 ) ( -2506 4271 -8 ) german/crate_reinforced1_topflt 79 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +( -2506 4271 128 ) ( -2540 4305 128 ) ( -2540 4305 -8 ) german/crate_reinforced1_topflt 79 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +( -2540 4305 128 ) ( -2574 4271 128 ) ( -2574 4271 -8 ) german/crate_reinforced1_topflt 79 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +} +// brush 526 +{ +( -2466 4342 48 ) ( -2500 4376 48 ) ( -2534 4342 48 ) german/crate_reinforced1_topflt 94 46 0.00 -0.531250 0.531250 0 16384 0 +surfaceparm detail +( -2534 4342 96 ) ( -2500 4376 96 ) ( -2466 4342 96 ) german/crate_reinforced1_topflt 94 46 0.00 -0.531250 0.531250 0 16384 0 +surfaceparm detail +( -2534 4342 176 ) ( -2500 4308 176 ) ( -2500 4308 40 ) german/crate_reinforced1_topflt 91 0 0.00 -0.265622 0.375000 0 16384 0 +surfaceparm detail +( -2500 4308 176 ) ( -2466 4342 176 ) ( -2466 4342 40 ) german/crate_reinforced1_topflt 91 0 0.00 -0.265623 0.375000 0 16384 0 +surfaceparm detail +( -2466 4342 176 ) ( -2500 4376 176 ) ( -2500 4376 40 ) german/crate_reinforced1_topflt 91 0 0.00 -0.265622 0.375000 0 16384 0 +surfaceparm detail +( -2500 4376 176 ) ( -2534 4342 176 ) ( -2534 4342 40 ) german/crate_reinforced1_topflt 91 0 0.00 -0.265623 0.375000 0 16384 0 +surfaceparm detail +} +// brush 527 +{ +( -2494 4301 48 ) ( -2528 4335 48 ) ( -2562 4301 48 ) german/crate_reinforced1_topflt 41 97 0.00 -0.531250 0.531250 0 16384 0 +surfaceparm detail +( -2562 4301 96 ) ( -2528 4335 96 ) ( -2494 4301 96 ) german/crate_reinforced1_topflt 41 97 0.00 -0.531250 0.531250 0 16384 0 +surfaceparm detail +( -2562 4301 176 ) ( -2528 4267 176 ) ( -2528 4267 40 ) german/crate_reinforced1_topflt 64 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +( -2528 4267 176 ) ( -2494 4301 176 ) ( -2494 4301 40 ) german/crate_reinforced1_topflt 64 0 0.00 -0.265623 0.375000 0 16384 0 +surfaceparm detail +( -2494 4301 176 ) ( -2528 4335 176 ) ( -2528 4335 40 ) german/crate_reinforced1_topflt 64 0 0.00 -0.265627 0.375000 0 16384 0 +surfaceparm detail +( -2528 4335 176 ) ( -2562 4301 176 ) ( -2562 4301 40 ) german/crate_reinforced1_topflt 64 0 0.00 -0.265623 0.375000 0 16384 0 +surfaceparm detail +} +// brush 528 +{ +( -2780.656738 4463.284180 48 ) ( -2814.597656 4429.343262 48 ) ( -2780.656250 4395.402344 48 ) german/crate_reinforced1_topflt 69 97 0.00 -0.530329 0.530330 0 16384 0 +surfaceparm detail +( -2780.656250 4395.402344 96 ) ( -2814.597656 4429.343262 96 ) ( -2780.656738 4463.284180 96 ) german/crate_reinforced1_topflt 69 97 0.00 -0.530329 0.530330 0 16384 0 +surfaceparm detail +( -2780.656250 4395.402344 176 ) ( -2746.715820 4429.343262 176 ) ( -2746.715820 4429.343262 40 ) german/crate_reinforced1_topflt 65 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -2746.715820 4429.343262 176 ) ( -2780.656738 4463.284180 176 ) ( -2780.656738 4463.284180 40 ) german/crate_reinforced1_topflt 65 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +( -2780.656738 4463.284180 176 ) ( -2814.597656 4429.343262 176 ) ( -2814.597656 4429.343262 40 ) german/crate_reinforced1_topflt 65 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +( -2814.597656 4429.343262 176 ) ( -2780.656250 4395.402344 176 ) ( -2780.656250 4395.402344 40 ) german/crate_reinforced1_topflt 10 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +} +// brush 529 +{ +( -2821.656738 4491.284180 48 ) ( -2855.597656 4457.343262 48 ) ( -2821.656250 4423.402344 48 ) german/crate_reinforced1_topflt 120 22 0.00 -0.530329 0.530331 0 16384 0 +surfaceparm detail +( -2821.656250 4423.402344 96 ) ( -2855.597656 4457.343262 96 ) ( -2821.656738 4491.284180 96 ) german/crate_reinforced1_topflt 120 22 0.00 -0.530329 0.530331 0 16384 0 +surfaceparm detail +( -2821.656250 4423.402344 176 ) ( -2787.715820 4457.343262 176 ) ( -2787.715820 4457.343262 40 ) german/crate_reinforced1_topflt 42 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -2787.715820 4457.343262 176 ) ( -2821.656738 4491.284180 176 ) ( -2821.656738 4491.284180 40 ) german/crate_reinforced1_topflt 42 0 0.00 -0.265166 0.375000 0 16384 0 +surfaceparm detail +( -2821.656738 4491.284180 176 ) ( -2855.597656 4457.343262 176 ) ( -2855.597656 4457.343262 40 ) german/crate_reinforced1_topflt 42 0 0.00 -0.265161 0.375000 0 16384 0 +surfaceparm detail +( -2855.597656 4457.343262 176 ) ( -2821.656250 4423.402344 176 ) ( -2821.656250 4423.402344 40 ) german/crate_reinforced1_topflt 111 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +} +// brush 530 +{ +( -2751.343750 4450.597656 0 ) ( -2785.284180 4416.656738 0 ) ( -2751.343262 4382.715820 0 ) german/crate_reinforced1_topflt 124 73 0.00 -0.530329 0.530331 0 16384 0 +surfaceparm detail +( -2751.343262 4382.715820 48 ) ( -2785.284180 4416.656738 48 ) ( -2751.343750 4450.597656 48 ) german/crate_reinforced1_topflt 124 73 0.00 -0.530329 0.530331 0 16384 0 +surfaceparm detail +( -2751.343262 4382.715820 128 ) ( -2717.402344 4416.656738 128 ) ( -2717.402344 4416.656738 -8 ) german/crate_reinforced1_topflt 17 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -2717.402344 4416.656738 128 ) ( -2751.343750 4450.597656 128 ) ( -2751.343750 4450.597656 -8 ) german/crate_reinforced1_topflt 120 0 0.00 -0.265169 0.375000 0 16384 0 +surfaceparm detail +( -2751.343750 4450.597656 128 ) ( -2785.284180 4416.656738 128 ) ( -2785.284180 4416.656738 -8 ) german/crate_reinforced1_topflt 17 0 0.00 -0.265162 0.375000 0 16384 0 +surfaceparm detail +( -2785.284180 4416.656738 128 ) ( -2751.343262 4382.715820 128 ) ( -2751.343262 4382.715820 -8 ) german/crate_reinforced1_topflt 17 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +} +// brush 531 +{ +( -2806.343750 4465.597656 0 ) ( -2840.284180 4431.656738 0 ) ( -2806.343262 4397.715820 0 ) german/crate_reinforced1_topflt 21 102 0.00 -0.530329 0.530331 0 16384 0 +surfaceparm detail +( -2806.343262 4397.715820 48 ) ( -2840.284180 4431.656738 48 ) ( -2806.343750 4465.597656 48 ) german/crate_reinforced1_topflt 21 102 0.00 -0.530329 0.530331 0 16384 0 +surfaceparm detail +( -2806.343262 4397.715820 128 ) ( -2772.402344 4431.656738 128 ) ( -2772.402344 4431.656738 -8 ) german/crate_reinforced1_topflt 74 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -2772.402344 4431.656738 128 ) ( -2806.343750 4465.597656 128 ) ( -2806.343750 4465.597656 -8 ) german/crate_reinforced1_topflt 41 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -2806.343750 4465.597656 128 ) ( -2840.284180 4431.656738 128 ) ( -2840.284180 4431.656738 -8 ) german/crate_reinforced1_topflt 74 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +( -2840.284180 4431.656738 128 ) ( -2806.343262 4397.715820 128 ) ( -2806.343262 4397.715820 -8 ) german/crate_reinforced1_topflt 74 0 0.00 -0.265169 0.375000 0 16384 0 +surfaceparm detail +} +// brush 532 +{ +( -2826.343750 4515.597656 0 ) ( -2860.284180 4481.656738 0 ) ( -2826.343262 4447.715820 0 ) german/crate_reinforced1_topflt 111 68 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -2826.343262 4447.715820 48 ) ( -2860.284180 4481.656738 48 ) ( -2826.343750 4515.597656 48 ) german/crate_reinforced1_topflt 111 68 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -2826.343262 4447.715820 128 ) ( -2792.402344 4481.656738 128 ) ( -2792.402344 4481.656738 -8 ) german/crate_reinforced1_topflt 6 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -2792.402344 4481.656738 128 ) ( -2826.343750 4515.597656 128 ) ( -2826.343750 4515.597656 -8 ) german/crate_reinforced1_topflt 93 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -2826.343750 4515.597656 128 ) ( -2860.284180 4481.656738 128 ) ( -2860.284180 4481.656738 -8 ) german/crate_reinforced1_topflt 6 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -2860.284180 4481.656738 128 ) ( -2826.343262 4447.715820 128 ) ( -2826.343262 4447.715820 -8 ) german/crate_reinforced1_topflt 6 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +} +// brush 533 +{ +( -2882.343750 4295.597656 0 ) ( -2916.284180 4261.656738 0 ) ( -2882.343262 4227.715820 0 ) german/crate_reinforced1_topflt 5 37 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -2882.343262 4227.715820 48 ) ( -2916.284180 4261.656738 48 ) ( -2882.343750 4295.597656 48 ) german/crate_reinforced1_topflt 5 37 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -2882.343262 4227.715820 128 ) ( -2848.402344 4261.656738 128 ) ( -2848.402344 4261.656738 -8 ) german/crate_reinforced1_topflt 72 0 0.00 -0.265166 0.375000 0 16384 0 +surfaceparm detail +( -2848.402344 4261.656738 128 ) ( -2882.343750 4295.597656 128 ) ( -2882.343750 4295.597656 -8 ) german/crate_reinforced1_topflt 10 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -2882.343750 4295.597656 128 ) ( -2916.284180 4261.656738 128 ) ( -2916.284180 4261.656738 -8 ) german/crate_reinforced1_topflt 72 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -2916.284180 4261.656738 128 ) ( -2882.343262 4227.715820 128 ) ( -2882.343262 4227.715820 -8 ) german/crate_reinforced1_topflt 73 0 0.00 -0.265168 0.375000 0 16384 0 +surfaceparm detail +} +// brush 534 +{ +( -2842.343750 4255.597656 0 ) ( -2876.284180 4221.656738 0 ) ( -2842.343262 4187.715820 0 ) german/crate_reinforced1_topflt 81 90 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -2842.343262 4187.715820 48 ) ( -2876.284180 4221.656738 48 ) ( -2842.343750 4255.597656 48 ) german/crate_reinforced1_topflt 81 90 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -2842.343262 4187.715820 128 ) ( -2808.402344 4221.656738 128 ) ( -2808.402344 4221.656738 -8 ) german/crate_reinforced1_topflt 50 0 0.00 -0.265166 0.375000 0 16384 0 +surfaceparm detail +( -2808.402344 4221.656738 128 ) ( -2842.343750 4255.597656 128 ) ( -2842.343750 4255.597656 -8 ) german/crate_reinforced1_topflt 33 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -2842.343750 4255.597656 128 ) ( -2876.284180 4221.656738 128 ) ( -2876.284180 4221.656738 -8 ) german/crate_reinforced1_topflt 50 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -2876.284180 4221.656738 128 ) ( -2842.343262 4187.715820 128 ) ( -2842.343262 4187.715820 -8 ) german/crate_reinforced1_topflt 50 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +} +// brush 535 +{ +( -2877.656738 4276.284180 48 ) ( -2911.597656 4242.343262 48 ) ( -2877.656250 4208.402344 48 ) german/crate_reinforced1_topflt 14 1 0.00 -0.530323 0.530325 0 16384 0 +surfaceparm detail +( -2877.656250 4208.402344 96 ) ( -2911.597656 4242.343262 96 ) ( -2877.656738 4276.284180 96 ) german/crate_reinforced1_topflt 14 1 0.00 -0.530323 0.530325 0 16384 0 +surfaceparm detail +( -2877.656250 4208.402344 176 ) ( -2843.715820 4242.343262 176 ) ( -2843.715820 4242.343262 40 ) german/crate_reinforced1_topflt 0 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -2843.715820 4242.343262 176 ) ( -2877.656738 4276.284180 176 ) ( -2877.656738 4276.284180 40 ) german/crate_reinforced1_topflt 0 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -2877.656738 4276.284180 176 ) ( -2911.597656 4242.343262 176 ) ( -2911.597656 4242.343262 40 ) german/crate_reinforced1_topflt 0 0 0.00 -0.265162 0.375000 0 16384 0 +surfaceparm detail +( -2911.597656 4242.343262 176 ) ( -2877.656250 4208.402344 176 ) ( -2877.656250 4208.402344 40 ) german/crate_reinforced1_topflt 28 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +} +// brush 536 +{ +( -2890.343750 4231.597656 0 ) ( -2924.284180 4197.656738 0 ) ( -2890.343262 4163.715820 0 ) german/crate_reinforced1_topflt 118 44 0.00 -0.530325 0.530327 0 16384 0 +surfaceparm detail +( -2890.343262 4163.715820 48 ) ( -2924.284180 4197.656738 48 ) ( -2890.343750 4231.597656 48 ) german/crate_reinforced1_topflt 118 44 0.00 -0.530325 0.530327 0 16384 0 +surfaceparm detail +( -2890.343262 4163.715820 128 ) ( -2856.402344 4197.656738 128 ) ( -2856.402344 4197.656738 -8 ) german/crate_reinforced1_topflt 87 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -2856.402344 4197.656738 128 ) ( -2890.343750 4231.597656 128 ) ( -2890.343750 4231.597656 -8 ) german/crate_reinforced1_topflt 108 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +( -2890.343750 4231.597656 128 ) ( -2924.284180 4197.656738 128 ) ( -2924.284180 4197.656738 -8 ) german/crate_reinforced1_topflt 87 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +( -2924.284180 4197.656738 128 ) ( -2890.343262 4163.715820 128 ) ( -2890.343262 4163.715820 -8 ) german/crate_reinforced1_topflt 87 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +} +// brush 537 +{ +( -3098.343750 4239.597656 0 ) ( -3132.284180 4205.656738 0 ) ( -3098.343262 4171.715820 0 ) german/crate_reinforced1_topflt 110 59 0.00 -0.530329 0.530331 0 16384 0 +surfaceparm detail +( -3098.343262 4171.715820 48 ) ( -3132.284180 4205.656738 48 ) ( -3098.343750 4239.597656 48 ) german/crate_reinforced1_topflt 110 59 0.00 -0.530329 0.530331 0 16384 0 +surfaceparm detail +( -3098.343262 4171.715820 128 ) ( -3064.402344 4205.656738 128 ) ( -3064.402344 4205.656738 -8 ) german/crate_reinforced1_topflt 117 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3064.402344 4205.656738 128 ) ( -3098.343750 4239.597656 128 ) ( -3098.343750 4239.597656 -8 ) german/crate_reinforced1_topflt 92 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3098.343750 4239.597656 128 ) ( -3132.284180 4205.656738 128 ) ( -3132.284180 4205.656738 -8 ) german/crate_reinforced1_topflt 117 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -3132.284180 4205.656738 128 ) ( -3098.343262 4171.715820 128 ) ( -3098.343262 4171.715820 -8 ) german/crate_reinforced1_topflt 117 0 0.00 -0.265162 0.375000 0 16384 0 +surfaceparm detail +} +// brush 538 +{ +( -3069.656738 4260.284180 48 ) ( -3103.597656 4226.343262 48 ) ( -3069.656250 4192.402344 48 ) german/crate_reinforced1_topflt 36 98 0.00 -0.530331 0.530333 0 16384 0 +surfaceparm detail +( -3069.656250 4192.402344 96 ) ( -3103.597656 4226.343262 96 ) ( -3069.656738 4260.284180 96 ) german/crate_reinforced1_topflt 36 98 0.00 -0.530331 0.530333 0 16384 0 +surfaceparm detail +( -3069.656250 4192.402344 176 ) ( -3035.715820 4226.343262 176 ) ( -3035.715820 4226.343262 40 ) german/crate_reinforced1_topflt 67 0 0.00 -0.265160 0.375000 0 16384 0 +surfaceparm detail +( -3035.715820 4226.343262 176 ) ( -3069.656738 4260.284180 176 ) ( -3069.656738 4260.284180 40 ) german/crate_reinforced1_topflt 67 0 0.00 -0.265166 0.375000 0 16384 0 +surfaceparm detail +( -3069.656738 4260.284180 176 ) ( -3103.597656 4226.343262 176 ) ( -3103.597656 4226.343262 40 ) german/crate_reinforced1_topflt 67 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3103.597656 4226.343262 176 ) ( -3069.656250 4192.402344 176 ) ( -3069.656250 4192.402344 40 ) german/crate_reinforced1_topflt 72 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +} +// brush 539 +{ +( -3050.343750 4287.597656 0 ) ( -3084.284180 4253.656738 0 ) ( -3050.343262 4219.715820 0 ) german/crate_reinforced1_topflt 72 22 0.00 -0.530321 0.530323 0 16384 0 +surfaceparm detail +( -3050.343262 4219.715820 48 ) ( -3084.284180 4253.656738 48 ) ( -3050.343750 4287.597656 48 ) german/crate_reinforced1_topflt 72 22 0.00 -0.530321 0.530323 0 16384 0 +surfaceparm detail +( -3050.343262 4219.715820 128 ) ( -3016.402344 4253.656738 128 ) ( -3016.402344 4253.656738 -8 ) german/crate_reinforced1_topflt 42 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +( -3016.402344 4253.656738 128 ) ( -3050.343750 4287.597656 128 ) ( -3050.343750 4287.597656 -8 ) german/crate_reinforced1_topflt 17 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3050.343750 4287.597656 128 ) ( -3084.284180 4253.656738 128 ) ( -3084.284180 4253.656738 -8 ) german/crate_reinforced1_topflt 42 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +( -3084.284180 4253.656738 128 ) ( -3050.343262 4219.715820 128 ) ( -3050.343262 4219.715820 -8 ) german/crate_reinforced1_topflt 42 0 0.00 -0.265162 0.375000 0 16384 0 +surfaceparm detail +} +// brush 540 +{ +( -3434.343750 3759.597656 0 ) ( -3468.284180 3725.656738 0 ) ( -3434.343262 3691.715820 0 ) german/crate_reinforced1_topflt 59 30 -135.08 0.001045 -0.749996 0 16384 0 +surfaceparm detail +( -3434.343262 3691.715820 48 ) ( -3468.284180 3725.656738 48 ) ( -3434.343750 3759.597656 48 ) german/crate_reinforced1_topflt 116 50 0.00 -0.530327 0.530328 0 16384 0 +surfaceparm detail +( -3434.343262 3691.715820 128 ) ( -3400.402344 3725.656738 128 ) ( -3400.402344 3725.656738 -8 ) german/crate_reinforced1_topflt 99 0 -180.00 0.265167 -0.375000 0 16384 0 +surfaceparm detail +( -3400.402344 3725.656738 128 ) ( -3434.343750 3759.597656 128 ) ( -3434.343750 3759.597656 -8 ) german/crate_reinforced1_topflt 104 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +( -3426.343750 3767.597656 128 ) ( -3460.284180 3733.656738 128 ) ( -3460.284180 3733.656738 -8 ) german/crate_reinforced1_topflt 99 0 -180.00 0.265164 -0.375000 0 16384 0 +surfaceparm detail +( -3468.284180 3725.656738 128 ) ( -3434.343262 3691.715820 128 ) ( -3434.343262 3691.715820 -8 ) german/crate_reinforced1_topflt 98 0 -180.00 0.265162 -0.375000 0 16384 0 +surfaceparm detail +} +// brush 541 +{ +( -3201 4387 120 ) ( -2788 3974 120 ) ( -2499 4263 120 ) mohcommon/jeff-concrete-wallb 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2500 4484 120 ) ( -2498 4482 120 ) ( -2499 4483 568 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2816 4528 120 ) ( -2814 4530 120 ) ( -2815 4529 568 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2576 4593 128 ) ( -2580 3925 128 ) ( -2584 4593 128 ) common/caulk -16 16 0.00 1 1 0 65696 0 +surfaceparm detail +( -2512 4256 120 ) ( -2520 4248 120 ) ( -2516 4252 128 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3040 4304 120 ) ( -3048 4312 120 ) ( -3044 4308 128 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2264 4520 120 ) ( -2248 4520 120 ) ( -2256 4520 128 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 542 +{ +( -1260 4724.100586 196 ) ( -1260 4801 175 ) ( -1280 4802.498535 171.500626 ) general_structure/jh_conc512damg 36 23 -180.00 1 -1.000015 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4801 175 ) ( -1260 4832 174 ) ( -1280 4838.500488 166.700424 ) general_structure/jh_conc512damg 36 -55 -180.00 1 1.000031 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4838.500488 166.700394 ) ( -1260 4832 174 ) ( -1260 4852 196 ) general_structure/jh_conc512damg 4 -125 -180.00 1 1.000069 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4838.500488 166.700394 ) ( -1260 4852 196 ) ( -1280 4852 196 ) general_structure/jh_conc512damg 4 -125 -180.00 1 1.000069 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4910.500488 28.500401 ) ( -1260 4214.500488 28.500427 ) ( -1260 4214.500488 356.500397 ) general_structure/jh_conc512damg 199 -55 -90.00 0.999985 -0.999985 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4922.500488 356.500397 ) ( -1280 4226.500488 356.500336 ) ( -1280 4226.500488 28.500402 ) general_structure/jh_conc512damg 199 -55 -90.00 0.999985 -0.999985 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4838.500488 166.700424 ) ( -1280 4802.500000 171.500443 ) ( -1260 4801 175 ) general_structure/jh_conc512damg 36 -55 -180.00 1 1.000031 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4802.500488 171.500397 ) ( -1280 4802.500488 171.500397 ) ( -1280 4722.500488 196.500427 ) general_structure/jh_conc512damg 36 23 -180.00 1 -1.000015 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4829 196 ) ( -1280 4832 196 ) ( -1260 4830.500000 196 ) general_structure/jh_conc512damg 36 23 -180.00 1 -1.000015 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 543 +{ +( -1260 4852 196.000397 ) ( -1260 4831 110 ) ( -1280 4827 116.000687 ) general_structure/jh_conc512damg 36 -31 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4827 116.000168 ) ( -1260 4831 110 ) ( -1260 4819 56 ) general_structure/jh_conc512damg 36 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4819 56 ) ( -1260 4819 56 ) ( -1260 4852 56 ) general_structure/jh_conc512damg 4 -248 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4852 8 ) ( -1280 4852 704 ) ( -1352 4852 704 ) general_structure/jh_conc512damg 4 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4684 8 ) ( -1260 4684 704 ) ( -1260 5012 704 ) general_structure/jh_conc512damg 248 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 5012 -4 ) ( -1280 5012 692 ) ( -1280 4684 692 ) general_structure/jh_conc512damg 248 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4827 116 ) ( -1260 4827 116 ) ( -1260 4819 56 ) general_structure/jh_conc512damg 36 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4827 116 ) ( -1280 4827 116 ) ( -1280 4852 196 ) general_structure/jh_conc512damg 36 -31 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 544 +{ +( -1260 4749 56 ) ( -1260 4743 153 ) ( -1280 4757.621582 169.243240 ) general_structure/jh_conc512damg -240 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4757.621582 169.243240 ) ( -1260 4743 153 ) ( -1260 4716 195.999725 ) general_structure/jh_conc512damg -240 64 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4749 56 ) ( -1280 4749 56 ) ( -1280 4716 56 ) general_structure/jh_conc512damg -16 104 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4716 8 ) ( -1260 4716 704 ) ( -1188 4716 704 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4884 8 ) ( -1280 4884 704 ) ( -1280 4556 704 ) general_structure/jh_conc512damg -104 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4556 -4 ) ( -1260 4556 692 ) ( -1260 4884 692 ) general_structure/jh_conc512damg -104 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4749 56 ) ( -1260 4749 56 ) ( -1260 4757.570313 168.570389 ) general_structure/jh_conc512damg -240 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4716 195.999725 ) ( -1280 4716 195.999725 ) ( -1260 4758 169 ) general_structure/jh_conc512damg -240 64 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 545 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1145.608765 4926.747559 -12 -16.204809 6.721263 ) ( -1148.408691 4760.661133 -12 -15.562500 6.406250 ) ( -1144.298828 4587.958984 -12 -14.780290 6.071296 ) ) +( ( -1205.381348 4913.826172 92 -16.255516 7.114967 ) ( -1203.445801 4751.544922 76 -15.593750 7.218750 ) ( -1233.290283 4520.002441 -12 -14.760055 7.294532 ) ) +( ( -1257.986694 4923.927734 60 -16.219135 7.588753 ) ( -1269.607910 4777.589844 92 -15.500000 7.781250 ) ( -1285.379883 4574.959473 4 -14.809065 7.547522 ) ) +) + } + } +// brush 546 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1496.427490 4483.220703 20 -16.204809 6.721263 ) ( -1403.622314 4687.280273 20 -15.562500 6.406250 ) ( -1249.717285 4672.803223 20 -14.780290 6.071296 ) ) +( ( -1430.499512 4498.744141 84 -16.255516 7.114967 ) ( -1360.406738 4640.379395 108 -15.593750 7.218750 ) ( -1239.863525 4598.571289 124 -14.760055 7.294532 ) ) +( ( -1382.156250 4525.959961 92 -16.219135 7.588753 ) ( -1327.094238 4544.820313 84 -15.500000 7.781250 ) ( -1247.795410 4534.289063 92 -14.809065 7.547522 ) ) +) + } + } +// brush 547 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1133.788208 4879.691406 20 -16.204809 6.721263 ) ( -1267.208008 4883.126953 20 -15.562500 6.406250 ) ( -1405.942871 4878.084473 20 -14.780290 6.071296 ) ) +( ( -1144.168091 4953.021484 124 -16.255516 7.114967 ) ( -1274.531250 4950.646484 108 -15.593750 7.218750 ) ( -1460.533203 4987.260742 20 -14.760055 7.294532 ) ) +( ( -1136.053223 5017.559570 92 -16.219135 7.588753 ) ( -1253.608887 5031.816406 124 -15.500000 7.781250 ) ( -1416.385254 5051.165527 36 -14.809065 7.547522 ) ) +) + } + } +// brush 548 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -887.572510 5068.779297 20 -16.204809 6.721263 ) ( -980.377686 4864.719727 20 -15.562500 6.406250 ) ( -1134.282715 4879.196777 20 -14.780290 6.071296 ) ) +( ( -953.500366 5053.255859 84 -16.255516 7.114967 ) ( -1023.593262 4911.620605 108 -15.593750 7.218750 ) ( -1144.136475 4953.428711 124 -14.760055 7.294532 ) ) +( ( -1001.843628 5026.040039 92 -16.219135 7.588753 ) ( -1056.905640 5007.179688 84 -15.500000 7.781250 ) ( -1136.204590 5017.710938 92 -14.809065 7.547522 ) ) +) + } + } +// brush 549 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -901.539429 4776.303711 20 -16.204809 6.721263 ) ( -771.221313 4593.901855 20 -15.562500 6.406250 ) ( -860.711548 4467.854492 20 -14.780290 6.071296 ) ) +( ( -921.059692 4711.446289 84 -16.255516 7.114967 ) ( -833.446533 4579.926758 108 -15.593750 7.218750 ) ( -929.925171 4496.437500 124 -14.760055 7.294532 ) ) +( ( -921.661743 4655.972168 92 -16.219135 7.588753 ) ( -932.859375 4598.856445 84 -15.500000 7.781250 ) ( -981.629150 4535.447266 92 -14.809065 7.547522 ) ) +) + } + } +// brush 550 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -860.892212 4468.530273 20 -16.204809 6.721263 ) ( -930.577637 4354.703125 20 -15.562500 6.406250 ) ( -995.577881 4232.034180 20 -14.780290 6.071296 ) ) +( ( -929.588135 4496.206055 124 -16.255516 7.114967 ) ( -992.712646 4382.121094 108 -15.593750 7.218750 ) ( -1117.422852 4239.345703 20 -14.760055 7.294532 ) ) +( ( -981.422485 4535.502930 92 -16.219135 7.588753 ) ( -1052.546753 4440.825195 124 -15.500000 7.781250 ) ( -1150.691895 4309.531250 36 -14.809065 7.547522 ) ) +) + } + } +// brush 551 +{ +( -976 4468 360 ) ( -976 4700 240 ) ( -904 4700 240 ) general_structure/jh_conc512damg -64 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -976 4796 8 ) ( -976 4796 704 ) ( -976 4468 704 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -976 4788 24 ) ( -904 4788 24 ) ( -904 4700 240 ) general_structure/jh_conc512damg -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -904 4468 8 ) ( -904 4468 704 ) ( -904 4796 704 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -904 4788 24 ) ( -976 4788 24 ) ( -976 4468 24 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -976 4576 208 ) ( -976 4608 288 ) ( -904 4592 248 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 552 +{ +( -976 4576 208 ) ( -896 4576 208 ) ( -896 4464 368 ) general_structure/jh_conc512damg -64 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -976 4468 8 ) ( -976 4468 704 ) ( -904 4468 704 ) general_structure/jh_conc512damg -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -976 4796 8 ) ( -976 4796 704 ) ( -976 4468 704 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -904 4468 8 ) ( -904 4468 704 ) ( -904 4796 704 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -904 4788 24 ) ( -976 4788 24 ) ( -976 4468 24 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -896 4576 208 ) ( -976 4576 208 ) ( -976 4496 32 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 553 +{ +( -870 4818 40 ) ( -870 4818 24 ) ( -1046 4690 24 ) ta_berlin/brln_rubble -136 30 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1558 5010 24 ) ( -870 4818 24 ) ( -1214 4914 40 ) ta_berlin/brln_rubble -136 30 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2108 7954 32 ) ( -2116 -494 32 ) ( -2100 -494 32 ) common/nodraw 29 26 3.00 -1.687500 1.679689 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2986 7378 40 ) ( -4566 7378 40 ) ( -4566 14930 40 ) mohcommon/crackedconcrete -245 160 35.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1046 4690 24 ) ( -1558 5010 24 ) ( -1302 4850 40 ) ta_berlin/brln_rubble -136 30 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1206 4834 24 ) ( -1078 4866 24 ) ( -1142 4850 40 ) ta_berlin/brln_rubble -136 30 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -998 4882 24 ) ( -982 4754 24 ) ( -990 4818 40 ) ta_berlin/brln_rubble -48 30 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1104 4710 24 ) ( -1104 4886 24 ) ( -1104 4798 40 ) ta_berlin/brln_rubble -48 30 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 554 +{ +( -1029.766235 4981.295898 -135.644485 ) ( -1022.903931 4966.884277 -134.569473 ) ( -1012.552612 4987.962891 81.783875 ) models/items/rubblebase -254 0 0.00 1.184174 1 0 65536 0 +surfaceparm detail +( -1105.752319 4914.228516 72.060333 ) ( -1124.271240 4911.733398 156.654114 ) ( -1069.983276 4937.383301 154.036713 ) general_structure/jh_conc512damg 61 0 -180.00 1.185791 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1237.719727 4874.251953 82.914673 ) ( -1202.840942 4878.963867 -76.438553 ) ( -1227.143188 4891.021484 2.162476 ) models/items/rubblebase -30 0 0.00 1.193054 1 0 65536 0 +surfaceparm detail +( -1259.645386 4948.999023 303.659790 ) ( -1266.830933 4963.456055 303.876953 ) ( -1212.199219 4989.270020 301.242065 ) models/items/rubblebase -82 66 74.98 0.999600 1.000071 0 65536 0 +surfaceparm detail +( -1010.432129 5031.395508 108.171265 ) ( -1083.178711 4989.395508 232.171387 ) ( -1084.907104 5076.388672 170.171387 ) models/items/rubblebase -180 0 0.00 1.224854 0.999982 0 65536 0 +surfaceparm detail +( -1243.889038 4934.307129 168 ) ( -1284.413330 4794.496094 252 ) ( -1102.547729 4899.497070 84 ) models/items/rubblebase -82 66 74.98 0.999600 1.000071 0 65536 0 +surfaceparm detail +( -1179.761719 5099.761719 36 ) ( -1018.768311 4943.010742 36 ) ( -1175.519043 5104.003906 36 ) models/items/rubblebase -82 66 74.98 0.999600 1.000071 0 65536 0 +surfaceparm detail +( -1260 4952 36 ) ( -1260 4958 36 ) ( -1260 4955 306.707916 ) models/items/rubblebase -103 -88 74.98 0.999600 1.000071 0 65536 0 +surfaceparm detail +( -1254 4964 36 ) ( -1250 4964 36 ) ( -1252 4964 304.334167 ) models/items/rubblebase -255 -236 74.98 0.999600 1.000071 0 65536 0 +surfaceparm detail +} +// brush 555 +{ +( 330 4560 32 ) ( 330 4560 24 ) ( -2786 4560 24 ) common/nodraw 31 -9 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( -976 4606 24 ) ( -976 4582 24 ) ( -976 4594 32 ) common/nodraw 36 -20 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( -1260 4338 24 ) ( -1260 4350 24 ) ( -1260 4344 32 ) common/nodraw 36 -20 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( -2806 4478 24 ) ( -2806 4302 24 ) ( 310 4302 24 ) common/nodraw 39 47 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( 382 4478 32 ) ( 310 4302 32 ) ( -2806 4302 32 ) misc_outside/concpath1_wgrass -26 170 0.00 1 1 0 65536 0 +surfaceparm detail +( 1142 4964 24 ) ( 1142 4964 32 ) ( -2754 4964 32 ) common/nodraw 31 -9 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +} +// brush 556 +{ +( -551 5000 24 ) ( -975 5000 24 ) ( -975 4560 24 ) general_structure/jh_conc512damg -97 224 0.00 1 1 0 65536 0 +surfaceparm detail +( -976 4964 36 ) ( -904 4964 36 ) ( -904 4842 52 ) general_structure/jh_conc512damg -97 224 0.00 1 1 0 65536 0 +surfaceparm detail +( -904 4964 36 ) ( -976 4964 36 ) ( -976 4964 24 ) general_structure/jh_conc512damg -97 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -976 5000 84 ) ( -976 4560 84 ) ( -976 4560 12 ) general_structure/jh_conc512damg -224 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -904 4604 24 ) ( -904 4599 24 ) ( -904 4601.500000 96 ) models/items/rubblebase -224 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -976 4842 52 ) ( -904 4842 52 ) ( -904 4788 24 ) models/items/rubblebase -253 232 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 557 +{ +( 428 4288 24 ) ( 428 4288 16 ) ( -2688 4288 16 ) common/nodraw 2 -11 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( -304 4556 16 ) ( -304 4532 16 ) ( -304 4544 24 ) common/nodraw 20 -20 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( -1136 4324 16 ) ( -1136 4336 16 ) ( -1136 4330 24 ) common/nodraw 20 -20 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( -2688 4464 16 ) ( -2688 4288 16 ) ( 428 4288 16 ) common/nodraw 7 39 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( 500 4464 24 ) ( 428 4288 24 ) ( -2688 4288 24 ) misc_outside/concpath1_wgrass -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 1312 6148 16 ) ( 1312 6148 24 ) ( -2584 6148 24 ) common/nodraw 2 -11 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +} +// brush 558 +{ +( -835 5001 304 ) ( -1259 5001 304 ) ( -1259 4561 304 ) general_structure/jh_conc512damg -69 225 0.00 1 1 0 65536 0 +surfaceparm detail +( -1259 4561 376 ) ( -1259 5001 376 ) ( -835 5001 376 ) general_structure/jh_conc512damg -69 225 0.00 1 1 0 65536 0 +surfaceparm detail +( -1259 4560 376 ) ( -835 4560 376 ) ( -835 4560 304 ) general_structure/jh_conc512damg -69 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1260 5001 364 ) ( -1260 4561 364 ) ( -1260 4561 292 ) general_structure/jh_conc512damg -225 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -976 4601 304 ) ( -976 4596 304 ) ( -976 4598.500000 376 ) models/items/rubblebase -225 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -976 4619 304 ) ( -1051 4560 304 ) ( -1013.500000 4589.500000 376 ) models/items/rubblebase -225 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1260 4736 304 ) ( -976 4632 304 ) ( -1118 4684 376 ) models/items/rubblebase -225 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 559 +{ +( -835 5001 312 ) ( -1259 5001 312 ) ( -1259 4561 312 ) general_structure/jh_conc512damg -69 225 0.00 1 1 0 65536 0 +surfaceparm detail +( -1259 4561 352 ) ( -1259 5001 352 ) ( -835 5001 352 ) general_structure/jh_conc512damg -69 225 0.00 1 1 0 65536 0 +surfaceparm detail +( -1260 5001 372 ) ( -1260 4561 372 ) ( -1260 4561 300 ) general_structure/jh_conc512damg -225 8 0.00 1 1 0 65536 0 +surfaceparm detail +( -976 4601 312 ) ( -976 4596 312 ) ( -976 4598.500000 384 ) models/items/rubblebase -225 8 0.00 1 1 0 65536 0 +surfaceparm detail +( -1032 4860 312 ) ( -1008 4860 312 ) ( -1020 4860 384 ) models/items/rubblebase -225 8 0.00 1 1 0 65536 0 +surfaceparm detail +( -976 4632 312 ) ( -1260 4736 312 ) ( -1118 4684 384 ) models/items/rubblebase -225 8 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 560 +{ +( -1202 4492 16 ) ( -1202 4820 16 ) ( -1274 4820 16 ) general_structure/jh_conc512damg -16 40 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1276 4540 8 ) ( -1276 4540 704 ) ( -1204 4540 704 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4820 8 ) ( -1280 4820 704 ) ( -1280 4492 704 ) general_structure/jh_conc512damg -40 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4492 -4 ) ( -1260 4492 692 ) ( -1260 4820 692 ) general_structure/jh_conc512damg -40 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1248 4716 16 ) ( -1232 4716 16 ) ( -1240 4716 368.000061 ) general_structure/jh_conc512damg -240 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1277 4540 317 ) ( -1275.500000 4716 317 ) ( -1274 4540 317 ) general_structure/jh_conc512damg -240 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 561 +{ +( -1202 4740 16 ) ( -1202 5068 16 ) ( -1274 5068 16 ) general_structure/jh_conc512damg -16 32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1276 4852 53 ) ( -1276 4852 749 ) ( -1204 4852 749 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 5068 8 ) ( -1280 5068 704 ) ( -1280 4740 704 ) general_structure/jh_conc512damg -32 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4740 -4 ) ( -1260 4740 692 ) ( -1260 5068 692 ) general_structure/jh_conc512damg -32 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1248 4964 8 ) ( -1232 4964 8 ) ( -1240 4964 360.000061 ) general_structure/jh_conc512damg -240 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1277 4852 357 ) ( -1275.500000 4964 357 ) ( -1274 4852 357 ) general_structure/jh_conc512damg -240 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 562 +{ +( -1204 4628 196 ) ( -1204 4956 196 ) ( -1276 4956 196 ) general_structure/jh_conc512damg -16 176 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1268 4716 160 ) ( -1268 4716 856 ) ( -1196 4716 856 ) general_structure/jh_conc512damg -16 152 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 4964 160 ) ( -1280 4964 856 ) ( -1280 4636 856 ) general_structure/jh_conc512damg -176 152 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4628 160 ) ( -1260 4628 856 ) ( -1260 4956 856 ) general_structure/jh_conc512damg -176 152 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1248 4852 160 ) ( -1232 4852 160 ) ( -1240 4852 512.000061 ) general_structure/jh_conc512damg -240 152 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1273 4716 317 ) ( -1271.500000 4852 317 ) ( -1270 4716 317 ) general_structure/jh_conc512damg -240 248 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 563 +{ +( -976 4852 376 ) ( -903.135132 4963 376 ) ( -904.271118 4963 304 ) models/items/rubblebase 127 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1117 4522 304 ) ( -693 4522 304 ) ( -693 4962 304 ) general_structure/jh_conc512damg 26 -82 -180.00 1 1 0 65536 0 +surfaceparm detail +( -976 4852 376 ) ( -976 4963 376 ) ( -903.135620 4963 376 ) general_structure/jh_conc512damg 26 -82 -180.00 1 1 0 65536 0 +surfaceparm detail +( -693 4963 376 ) ( -1117 4963 376 ) ( -1117 4963 304 ) general_structure/jh_conc512damg 27 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -976 4922 304 ) ( -976 4927 304 ) ( -976 4924 376 ) models/items/rubblebase 82 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -904.271118 4963 304 ) ( -976 4906.573242 304 ) ( -976 4852 376 ) models/items/rubblebase 127 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 564 +{ +( -835 5001 304 ) ( -1259 5001 304 ) ( -1259 4561 304 ) general_structure/jh_conc512damg -69 225 0.00 1 1 0 65536 0 +surfaceparm detail +( -1259 4561 376 ) ( -1259 5001 376 ) ( -835 5001 376 ) general_structure/jh_conc512damg -69 225 0.00 1 1 0 65536 0 +surfaceparm detail +( -1259 4560 376 ) ( -835 4560 376 ) ( -835 4560 304 ) general_structure/jh_conc512damg -69 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -976 4601 304 ) ( -976 4596 304 ) ( -976 4598.500000 376 ) models/items/rubblebase -225 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1051 4560 304 ) ( -976 4619 304 ) ( -1013.500000 4589.500000 376 ) models/items/rubblebase -225 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 565 +{ +( -1188 4492 8 ) ( -1188 4820 8 ) ( -1260 4820 8 ) general_structure/jh_conc512damg -36 40 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4492 360 ) ( -1260 4724 240 ) ( -1188 4724 240 ) general_structure/jh_conc512damg -36 40 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1256 4540 8 ) ( -1256 4540 704 ) ( -1184 4540 704 ) general_structure/jh_conc512damg -36 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1260 4820 8 ) ( -1260 4820 704 ) ( -1260 4492 704 ) general_structure/jh_conc512damg -40 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -992 4540 257 ) ( -992 4560 257 ) ( -992 4560 -12 ) general_structure/jh_conc512damg -40 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1224 4560 8 ) ( -1208 4560 8 ) ( -1216 4560 360.000061 ) general_structure/jh_conc512damg -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -992 4560 257 ) ( -992 4540 257 ) ( -1043 4540 315 ) general_structure/jh_conc512damg -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 566 +{ +( -772 4852 56 ) ( -676 4852 56 ) ( -676 4868 56 ) blasted/dday_bunker_wall1crkdsml 78 -204 -180.00 1 1 0 65536 0 +surfaceparm detail +( -680 4868 200 ) ( -680 4852 200 ) ( -776 4852 200 ) blasted/dday_bunker_wall1crkdsml 78 -204 -180.00 1 1 0 65536 0 +surfaceparm detail +( -680 4868 160 ) ( -776 4868 160 ) ( -776 4868 64 ) common/nodraw -12 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1588 4872 160 ) ( -1588 4856 160 ) ( -1588 4856 64 ) common/nodraw 4 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -632 4852 224 ) ( -536 4852 224 ) ( -536 4852 128 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1280 4864 64 ) ( -1280 4860 64 ) ( -1280 4862 160 ) common/nodraw 4 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 567 +{ +( -2096 4716 56 ) ( -2192 4716 56 ) ( -2192 4700 56 ) blasted/dday_bunker_wall1crkdsml -125 148 0.00 1 1 0 65536 0 +surfaceparm detail +( -2188 4700 200 ) ( -2188 4716 200 ) ( -2092 4716 200 ) blasted/dday_bunker_wall1crkdsml -125 148 0.00 1 1 0 65536 0 +surfaceparm detail +( -2188 4700 160 ) ( -2092 4700 160 ) ( -2092 4700 64 ) common/nodraw 0 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1280 4696 160 ) ( -1280 4712 160 ) ( -1280 4712 64 ) common/nodraw -28 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2236 4716 224 ) ( -2332 4716 224 ) ( -2332 4716 128 ) blasted/dday_bunker_wall1csml 204 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1588 4704 64 ) ( -1588 4708 64 ) ( -1588 4706 160 ) common/nodraw -28 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 568 +{ +( -1400 4740 48 ) ( -904 4740 48 ) ( -904 4924 48 ) common/nodraw 24 11 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1108 4924 56 ) ( -1108 4740 56 ) ( -1604 4740 56 ) mohcommon/crackedconcrete 127 -188 -180.00 1 1 0 65536 0 +surfaceparm detail +( -980 4868 56 ) ( -1476 4868 56 ) ( -1476 4868 48 ) common/nodraw -12 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1588 5004 56 ) ( -1588 4820 56 ) ( -1588 4820 48 ) common/nodraw 24 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1380 4700 56 ) ( -884 4700 56 ) ( -884 4700 48 ) common/nodraw -12 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1280 4936 48 ) ( -1280 4920 48 ) ( -1280 4928 56 ) common/nodraw 24 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 569 +{ +( -1400 4740 200 ) ( -904 4740 200 ) ( -904 4924 200 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1108 4924 208 ) ( -1108 4740 208 ) ( -1604 4740 208 ) mohcommon/crackedconcrete 127 -188 -180.00 1 1 0 65536 0 +surfaceparm detail +( -980 4868 208 ) ( -1476 4868 208 ) ( -1476 4868 200 ) common/nodraw -12 56 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1588 5004 208 ) ( -1588 4820 208 ) ( -1588 4820 200 ) common/nodraw 24 55 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1380 4700 208 ) ( -884 4700 208 ) ( -884 4700 200 ) common/nodraw -12 56 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1280 4936 200 ) ( -1280 4920 200 ) ( -1280 4928 208 ) common/nodraw 24 55 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 570 +{ +( -1180 4520 120 ) ( -1084 4520 120 ) ( -1084 4536 120 ) blasted/dday_bunker_wall1crkdsml 174 -128 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1092 4536 128 ) ( -1092 4520 128 ) ( -1188 4520 128 ) blasted/dday_bunker_wall1crkdsml 174 -128 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1352 4536 224 ) ( -1448 4536 224 ) ( -1448 4536 128 ) blasted/dday_bunker_wall1crkdsml 176 230 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2000 4540 160 ) ( -2000 4524 160 ) ( -2000 4524 64 ) common/nodraw 8 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -792 4520 160 ) ( -696 4520 160 ) ( -696 4520 64 ) common/nodraw -44 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1864 4536 200 ) ( -1864 4536 192 ) ( -1864 4520 196 ) blasted/dday_bunker_wall1crkdsml 52 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 571 +{ +( -1180 4536 120 ) ( -1084 4536 120 ) ( -1084 4552 120 ) blasted/dday_bunker_wall1crkdsml 174 -144 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1088 4552 200 ) ( -1088 4536 200 ) ( -1184 4536 200 ) blasted/dday_bunker_wall1crkdsml 174 -144 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1352 4552 224 ) ( -1448 4552 224 ) ( -1448 4552 128 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2000 4556 160 ) ( -2000 4540 160 ) ( -2000 4540 64 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -792 4536 160 ) ( -696 4536 160 ) ( -696 4536 64 ) common/nodraw -44 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1864 4552 200 ) ( -1864 4552 192 ) ( -1864 4536 196 ) blasted/dday_bunker_wall1crkdsml 68 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 572 +{ +( -2729 3983 -8 ) ( -2316 4396 -8 ) ( -2605 4685 -8 ) common/caulk -56 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -2935 4608 128 ) ( -2267 4604 128 ) ( -2935 4600 128 ) common/caulk -56 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -1832 4344 -8 ) ( -1832 4344 128 ) ( -1816 4328 128 ) brest/brest_wal3a -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1816 4536 -8 ) ( -1816 4536 128 ) ( -1832 4520 128 ) common/caulk -56 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -1816 4536 128 ) ( -1816 4536 -8 ) ( -1816 4328 -8 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -1832 4344 128 ) ( -1832 4344 -8 ) ( -1832 4520 -8 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 573 +{ +( -2729 3983 -8 ) ( -2316 4396 -8 ) ( -2605 4685 -8 ) common/caulk -56 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -2935 4608 128 ) ( -2267 4604 128 ) ( -2935 4600 128 ) common/caulk -56 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -1816 4328 128 ) ( -1816 4328 -8 ) ( -2408 4328 -8 ) brest/brest_wal3a -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1832 4344 -8 ) ( -1832 4344 128 ) ( -2424 4344 128 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2424 4344 0 ) ( -2424 4344 128 ) ( -2408 4328 128 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -1816 4328 -8 ) ( -1816 4328 128 ) ( -1832 4344 128 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 574 +{ +( -2297 4175 -8 ) ( -1884 4588 -8 ) ( -2173 4877 -8 ) common/caulk -40 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -2503 4800 128 ) ( -1835 4796 128 ) ( -2503 4792 128 ) common/caulk -40 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -1400 4520 128 ) ( -1400 4520 -8 ) ( -1976 4520 -8 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1400 4536 -8 ) ( -1400 4536 128 ) ( -1992 4536 128 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -1864 4520 -8 ) ( -1864 4536 -8 ) ( -1864 4528 128 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1824 4528 -8 ) ( -1832 4520 -8 ) ( -1828 4524 128 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 575 +{ +( -2598 4395 -8 ) ( -2185 3982 -8 ) ( -1896 4271 -8 ) common/caulk -43 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -1973 4601 0 ) ( -1977 3933 0 ) ( -1981 4601 0 ) ddaydark/rubbledark -43 216 0.00 1 1 0 131072 0 +surfaceparm detail +( -2256 4520 -8 ) ( -2280 4520 -8 ) ( -2268 4520 0 ) common/caulk -43 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2197 4536 -8 ) ( -2165 4536 -8 ) ( -2181 4536 0 ) common/caulk -43 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -1864 4432 -8 ) ( -1864 4408 -8 ) ( -1864 4420 0 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2000 4532 -8 ) ( -2000 4534 -8 ) ( -2000 4533 0 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 576 +{ +( -2633 4379 -8 ) ( -2220 3966 -8 ) ( -1931 4255 -8 ) common/caulk -8 8 0.00 1 1 0 65696 0 +surfaceparm detail +( -2248 4520 -8 ) ( -2246 4522 -8 ) ( -2247 4521 440 ) common/caulk -8 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2008 4585 0 ) ( -2012 3917 0 ) ( -2016 4585 0 ) ddaydark/rubbledark -8 200 0.00 1 1 0 131072 0 +surfaceparm detail +( -2320 4344 -8 ) ( -2344 4344 -8 ) ( -2332 4344 0 ) common/caulk -8 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2232 4520 -8 ) ( -2200 4520 -8 ) ( -2216 4520 0 ) common/caulk -8 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -1832 4416 -8 ) ( -1832 4392 -8 ) ( -1832 4404 0 ) common/caulk -8 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 577 +{ +( -2633 4379 120 ) ( -2220 3966 120 ) ( -1931 4255 120 ) mohcommon/jeff-concrete-wallb 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2248 4520 120 ) ( -2246 4522 120 ) ( -2247 4521 568 ) common/caulk -8 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2008 4585 128 ) ( -2012 3917 128 ) ( -2016 4585 128 ) common/caulk -8 8 0.00 1 1 0 65696 0 +surfaceparm detail +( -2320 4344 120 ) ( -2344 4344 120 ) ( -2332 4344 128 ) common/caulk -8 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2232 4520 120 ) ( -2200 4520 120 ) ( -2216 4520 128 ) common/caulk -8 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -1832 4416 120 ) ( -1832 4392 120 ) ( -1832 4404 128 ) common/caulk -8 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 578 +{ +( -2681 4175 -8 ) ( -2268 4588 -8 ) ( -2557 4877 -8 ) common/caulk -40 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -2887 4800 128 ) ( -2219 4796 128 ) ( -2887 4792 128 ) common/caulk -40 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -1784 4520 128 ) ( -1784 4520 -8 ) ( -2360 4520 -8 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1784 4536 -8 ) ( -1784 4536 128 ) ( -2376 4536 128 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2000 4536 128 ) ( -2000 4536 -8 ) ( -2000 4520 -8 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2248 4520 -8 ) ( -2248 4536 -8 ) ( -2248 4528 128 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 579 +{ +( -3145 4175 -8 ) ( -2732 4588 -8 ) ( -3021 4877 -8 ) common/caulk -24 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -3351 4800 128 ) ( -2683 4796 128 ) ( -3351 4792 128 ) common/caulk -24 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -2248 4520 128 ) ( -2248 4520 -8 ) ( -2824 4520 -8 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2248 4536 -8 ) ( -2248 4536 128 ) ( -2840 4536 128 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2248 4536 128 ) ( -2248 4536 -8 ) ( -2248 4520 -8 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2840 4536 0 ) ( -2840 4536 128 ) ( -2824 4520 128 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 580 +{ +( -3073 4515 120 ) ( -2660 4102 120 ) ( -2371 4391 120 ) mohcommon/jeff-concrete-wallb 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2448 4721 128 ) ( -2452 4053 128 ) ( -2456 4721 128 ) common/caulk -16 16 0.00 1 1 0 65696 0 +surfaceparm detail +( -2384 4384 120 ) ( -2392 4376 120 ) ( -2388 4380 128 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2680 4664 120 ) ( -2688 4672 120 ) ( -2684 4668 128 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2264 4520 120 ) ( -2248 4520 120 ) ( -2256 4520 128 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 581 +{ +( -3073 4515 -8 ) ( -2660 4102 -8 ) ( -2371 4391 -8 ) common/caulk -16 16 0.00 1 1 0 65696 0 +surfaceparm detail +( -2448 4721 0 ) ( -2452 4053 0 ) ( -2456 4721 0 ) ddaydark/rubbledark -80 80 0.00 1 1 0 131072 0 +surfaceparm detail +( -2384 4384 -8 ) ( -2392 4376 -8 ) ( -2388 4380 0 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2680 4664 -8 ) ( -2688 4672 -8 ) ( -2684 4668 0 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2264 4520 -8 ) ( -2248 4520 -8 ) ( -2256 4520 0 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 582 +{ +( -3201 4387 -8 ) ( -2788 3974 -8 ) ( -2499 4263 -8 ) common/caulk -16 16 0.00 1 1 0 65696 0 +surfaceparm detail +( -2500 4484 -8 ) ( -2498 4482 -8 ) ( -2499 4483 440 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2816 4528 -8 ) ( -2814 4530 -8 ) ( -2815 4529 440 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2576 4593 0 ) ( -2580 3925 0 ) ( -2584 4593 0 ) ddaydark/rubbledark -208 208 0.00 1 1 0 131072 0 +surfaceparm detail +( -2512 4256 -8 ) ( -2520 4248 -8 ) ( -2516 4252 0 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3040 4304 -8 ) ( -3048 4312 -8 ) ( -3044 4308 0 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2264 4520 -8 ) ( -2248 4520 -8 ) ( -2256 4520 0 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 583 +{ +( -3233 3799 -8 ) ( -2820 4212 -8 ) ( -3109 4501 -8 ) common/caulk 0 32 0.00 1 1 0 65696 0 +surfaceparm detail +( -3439 4424 128 ) ( -2771 4420 128 ) ( -3439 4416 128 ) common/caulk 0 32 0.00 1 1 0 65696 0 +surfaceparm detail +( -2928 4192 -8 ) ( -2928 4192 128 ) ( -2928 4160 128 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2928 4192 128 ) ( -2928 4192 -8 ) ( -2752 4016 -8 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2928 4160 0 ) ( -2928 4160 128 ) ( -2912 4144 128 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2752 4016 -8 ) ( -2752 4000 -8 ) ( -2752 4008 128 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 584 +{ +( -3361 3959 -8 ) ( -2948 4372 -8 ) ( -3237 4661 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3567 4584 128 ) ( -2899 4580 128 ) ( -3567 4576 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2808 4536 -8 ) ( -2824 4520 -8 ) ( -2816 4528 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2696 4680 -8 ) ( -2696 4680 128 ) ( -3056 4320 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2840 4536 128 ) ( -2840 4536 -8 ) ( -2824 4520 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3056 4320 0 ) ( -3056 4320 128 ) ( -3040 4304 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 585 +{ +( -2961 3751 -8 ) ( -2548 4164 -8 ) ( -2837 4453 -8 ) common/caulk 0 32 0.00 1 1 0 65696 0 +surfaceparm detail +( -3167 4376 128 ) ( -2499 4372 128 ) ( -3167 4368 128 ) common/caulk 0 32 0.00 1 1 0 65696 0 +surfaceparm detail +( -2408 4328 -8 ) ( -2424 4312 -8 ) ( -2416 4320 0 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2752 4016 128 ) ( -2752 4016 -8 ) ( -2392 4376 -8 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2544 4464 -8 ) ( -2536 4456 -8 ) ( -2540 4460 128 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2752 4016 -8 ) ( -2752 4016 128 ) ( -2752 3984 128 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 586 +{ +( -3857 3207 -8 ) ( -3444 3620 -8 ) ( -3733 3909 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4063 3832 128 ) ( -3395 3828 128 ) ( -4063 3824 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3304 3784 -8 ) ( -3320 3768 -8 ) ( -3312 3776 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3344 3776 -8 ) ( -3328 3792 -8 ) ( -3336 3784 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3632 3472 -8 ) ( -3648 3472 -8 ) ( -3640 3472 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3280 3824 -8 ) ( -3272 3816 -8 ) ( -3276 3820 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 587 +{ +( -3497 3567 -8 ) ( -3084 3980 -8 ) ( -3373 4269 -8 ) common/caulk -40 40 0.00 1 1 0 65696 0 +surfaceparm detail +( -3703 4192 128 ) ( -3035 4188 128 ) ( -3703 4184 128 ) common/caulk -40 40 0.00 1 1 0 65696 0 +surfaceparm detail +( -2928 4160 128 ) ( -2928 4160 0 ) ( -3264 3824 0 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2984 4136 -8 ) ( -2968 4152 -8 ) ( -2976 4144 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2928 4160 0 ) ( -2928 4160 128 ) ( -2928 4192 128 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3400 3944 -8 ) ( -3408 3952 -8 ) ( -3404 3948 128 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 588 +{ +( -3721 3599 -8 ) ( -3308 4012 -8 ) ( -3597 4301 -8 ) common/caulk -24 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -3927 4224 128 ) ( -3259 4220 128 ) ( -3927 4216 128 ) common/caulk -24 24 0.00 1 1 0 65696 0 +surfaceparm detail +( -3168 4176 -8 ) ( -3184 4160 -8 ) ( -3176 4168 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3400 3976 128 ) ( -3400 3976 -8 ) ( -3056 4320 -8 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3048 4312 -8 ) ( -3040 4304 -8 ) ( -3044 4308 128 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3400 3976 -8 ) ( -3400 3976 128 ) ( -3400 3944 128 ) common/caulk -24 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 589 +{ +( -3561 4027 -8 ) ( -3148 3614 -8 ) ( -2859 3903 -8 ) common/caulk -40 40 0.00 1 1 0 65696 0 +surfaceparm detail +( -2860 4124 -8 ) ( -2858 4122 -8 ) ( -2859 4123 440 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3176 4168 -8 ) ( -3174 4170 -8 ) ( -3175 4169 440 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2936 4233 0 ) ( -2940 3565 0 ) ( -2944 4233 0 ) ddaydark/rubbledark -104 104 0.00 1 1 0 131072 0 +surfaceparm detail +( -3016 4104 -8 ) ( -3024 4096 -8 ) ( -3020 4100 0 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3400 3944 -8 ) ( -3408 3952 -8 ) ( -3404 3948 0 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 590 +{ +( -3561 4027 120 ) ( -3148 3614 120 ) ( -2859 3903 120 ) mohcommon/jeff-concrete-wallb 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2860 4124 120 ) ( -2858 4122 120 ) ( -2859 4123 568 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3176 4168 120 ) ( -3174 4170 120 ) ( -3175 4169 568 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -2936 4233 128 ) ( -2940 3565 128 ) ( -2944 4233 128 ) common/caulk -40 40 0.00 1 1 0 65696 0 +surfaceparm detail +( -3016 4104 120 ) ( -3024 4096 120 ) ( -3020 4100 128 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3400 3944 120 ) ( -3408 3952 120 ) ( -3404 3948 128 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 591 +{ +( -1288 4536 0 ) ( -1192 4536 0 ) ( -1192 4552 0 ) blasted/dday_bunker_wall1crkdsml 78 -144 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1192 4552 200 ) ( -1192 4536 200 ) ( -1288 4536 200 ) blasted/dday_bunker_wall1crkdsml 78 -144 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1448 4552 224 ) ( -1544 4552 224 ) ( -1544 4552 128 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -888 4536 160 ) ( -792 4536 160 ) ( -792 4536 64 ) common/nodraw -12 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1588 4544 64 ) ( -1588 4540 64 ) ( -1588 4542 160 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1864 4552 192 ) ( -1864 4552 200 ) ( -1864 4536 196 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 592 +{ +( -1288 4536 0 ) ( -1192 4536 0 ) ( -1192 4552 0 ) blasted/dday_bunker_wall1crkdsml 78 -144 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1192 4552 200 ) ( -1192 4536 200 ) ( -1288 4536 200 ) blasted/dday_bunker_wall1crkdsml 78 -144 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1448 4552 224 ) ( -1544 4552 224 ) ( -1544 4552 128 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2100 4556 160 ) ( -2100 4540 160 ) ( -2100 4540 64 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -888 4536 160 ) ( -792 4536 160 ) ( -792 4536 64 ) common/nodraw -12 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2000 4552 200 ) ( -2000 4552 192 ) ( -2000 4536 196 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 593 +{ +( -1604 4348 0 ) ( -1604 4252 0 ) ( -1588 4252 0 ) blasted/dday_bunker_wall1crkdsml -164 -147 90.00 1 1 0 65536 0 +surfaceparm detail +( -1588 4252 200 ) ( -1604 4252 200 ) ( -1604 4348 200 ) blasted/dday_bunker_wall1crkdsml -164 -147 90.00 1 1 0 65536 0 +surfaceparm detail +( -1588 4252 160 ) ( -1588 4348 160 ) ( -1588 4348 64 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1604 3948 160 ) ( -1604 3852 160 ) ( -1604 3852 64 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 4552 64 ) ( -1596 4552 64 ) ( -1594 4552 160 ) blasted/dday_bunker_wall1crkdsml 72 230 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1588 4716 106 ) ( -1604 4716 112 ) ( -1604 4716 100 ) blasted/dday_bunker_wall1crkdsml 72 230 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 594 +{ +( -1604 4348 0 ) ( -1604 4252 0 ) ( -1588 4252 0 ) blasted/dday_bunker_wall1crkdsml -164 -147 90.00 1 1 0 65536 0 +surfaceparm detail +( -1588 4252 200 ) ( -1604 4252 200 ) ( -1604 4348 200 ) blasted/dday_bunker_wall1crkdsml -164 -147 90.00 1 1 0 65536 0 +surfaceparm detail +( -1588 4252 160 ) ( -1588 4348 160 ) ( -1588 4348 64 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1584 4936 160 ) ( -1600 4936 160 ) ( -1600 4936 64 ) blasted/dday_bunker_wall1crkdsml 148 230 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1604 3948 160 ) ( -1604 3852 160 ) ( -1604 3852 64 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1604 4852 80 ) ( -1588 4852 76 ) ( -1604 4852 72 ) blasted/dday_bunker_wall1crkdsml 72 230 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 595 +{ +( -1912 4740 -8 ) ( -1416 4740 -8 ) ( -1416 4924 -8 ) common/nodraw 24 12 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1416 4924 0 ) ( -1416 4740 0 ) ( -1912 4740 0 ) ddaydark/rubbledark 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -1484 4952 0 ) ( -1980 4952 0 ) ( -1980 4952 -8 ) common/nodraw -12 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2100 5004 0 ) ( -2100 4820 0 ) ( -2100 4820 -8 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1912 4536 0 ) ( -1416 4536 0 ) ( -1416 4536 -8 ) common/nodraw -12 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1588 4936 -8 ) ( -1588 4920 -8 ) ( -1588 4928 0 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 596 +{ +( -1288 4936 0 ) ( -1192 4936 0 ) ( -1192 4952 0 ) blasted/dday_bunker_wall1crkdsml 78 -32 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1192 4952 200 ) ( -1192 4936 200 ) ( -1288 4936 200 ) blasted/dday_bunker_wall1crkdsml 78 -32 -180.00 1 1 0 65536 0 +surfaceparm detail +( -1192 4952 160 ) ( -1288 4952 160 ) ( -1288 4952 64 ) common/nodraw -12 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2100 4956 160 ) ( -2100 4940 160 ) ( -2100 4940 64 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1144 4936 224 ) ( -1048 4936 224 ) ( -1048 4936 128 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1588 4944 64 ) ( -1588 4940 64 ) ( -1588 4942 160 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 597 +{ +( -2100 4348 0 ) ( -2100 4252 0 ) ( -2084 4252 0 ) blasted/dday_bunker_wall1crkdsml -164 -164 90.00 1 1 0 65536 0 +surfaceparm detail +( -2084 4252 200 ) ( -2100 4252 200 ) ( -2100 4348 200 ) blasted/dday_bunker_wall1crkdsml -164 -164 90.00 1 1 0 65536 0 +surfaceparm detail +( -2084 4252 160 ) ( -2084 4348 160 ) ( -2084 4348 64 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2080 4936 160 ) ( -2096 4936 160 ) ( -2096 4936 64 ) blasted/dday_bunker_wall1crkdsml 164 230 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2100 3948 160 ) ( -2100 3852 160 ) ( -2100 3852 64 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2088 4552 64 ) ( -2092 4552 64 ) ( -2090 4552 160 ) blasted/dday_bunker_wall1crkdsml 88 230 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 598 +{ +( -1620 4348 4 ) ( -1620 4252 4 ) ( -1604 4252 4 ) blasted/dday_bunker_wall1crkdsml -164 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( -1604 4252 48 ) ( -1620 4252 48 ) ( -1620 4348 48 ) blasted/dday_bunker_wall1crkdsml -164 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( -1604 4252 164 ) ( -1604 4348 164 ) ( -1604 4348 68 ) blasted/dday_bunker_wall1crkdsml -164 236 0.00 1 1 0 65536 0 +surfaceparm detail +( -1620 3948 164 ) ( -1620 3852 164 ) ( -1620 3852 68 ) blasted/dday_bunker_wall1crkdsml -164 236 0.00 1 1 0 65536 0 +surfaceparm detail +( -1604 4852 80 ) ( -1620 4852 84 ) ( -1620 4852 76 ) blasted/dday_bunker_wall1crkdsml 56 234 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1620 4716 116 ) ( -1604 4716 110 ) ( -1620 4716 104 ) blasted/dday_bunker_wall1crkdsml 56 234 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 599 +{ +( -1636 4348 4 ) ( -1636 4252 4 ) ( -1620 4252 4 ) blasted/dday_bunker_wall1crkdsml -164 -114 90.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4252 36 ) ( -1636 4252 36 ) ( -1636 4348 36 ) blasted/dday_bunker_wall1crkdsml -164 -114 90.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4252 164 ) ( -1620 4348 164 ) ( -1620 4348 68 ) blasted/dday_bunker_wall1crkdsml -164 236 0.00 1 1 0 65536 0 +surfaceparm detail +( -1636 3948 164 ) ( -1636 3852 164 ) ( -1636 3852 68 ) blasted/dday_bunker_wall1crkdsml -164 236 0.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4852 80 ) ( -1636 4852 84 ) ( -1636 4852 76 ) blasted/dday_bunker_wall1crkdsml 40 234 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1636 4716 116 ) ( -1620 4716 110 ) ( -1636 4716 104 ) blasted/dday_bunker_wall1crkdsml 40 234 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 600 +{ +( -1652 4348 4 ) ( -1652 4252 4 ) ( -1636 4252 4 ) blasted/dday_bunker_wall1crkdsml -164 -98 90.00 1 1 0 65536 0 +surfaceparm detail +( -1636 4252 24 ) ( -1652 4252 24 ) ( -1652 4348 24 ) blasted/dday_bunker_wall1crkdsml -164 -98 90.00 1 1 0 65536 0 +surfaceparm detail +( -1636 4252 164 ) ( -1636 4348 164 ) ( -1636 4348 68 ) blasted/dday_bunker_wall1crkdsml -164 236 0.00 1 1 0 65536 0 +surfaceparm detail +( -1652 3948 164 ) ( -1652 3852 164 ) ( -1652 3852 68 ) blasted/dday_bunker_wall1crkdsml -164 236 0.00 1 1 0 65536 0 +surfaceparm detail +( -1636 4852 80 ) ( -1652 4852 84 ) ( -1652 4852 76 ) blasted/dday_bunker_wall1crkdsml 24 234 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1652 4716 116 ) ( -1636 4716 110 ) ( -1652 4716 104 ) blasted/dday_bunker_wall1crkdsml 24 234 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 601 +{ +( -1668 4348 0 ) ( -1668 4252 0 ) ( -1652 4252 0 ) blasted/dday_bunker_wall1crkdsml -164 -82 90.00 1 1 0 65536 0 +surfaceparm detail +( -1652 4252 12 ) ( -1668 4252 12 ) ( -1668 4348 12 ) blasted/dday_bunker_wall1crkdsml -164 -82 90.00 1 1 0 65536 0 +surfaceparm detail +( -1652 4252 164 ) ( -1652 4348 164 ) ( -1652 4348 68 ) blasted/dday_bunker_wall1crkdsml -164 236 0.00 1 1 0 65536 0 +surfaceparm detail +( -1668 3948 164 ) ( -1668 3852 164 ) ( -1668 3852 68 ) blasted/dday_bunker_wall1crkdsml -164 236 0.00 1 1 0 65536 0 +surfaceparm detail +( -1652 4852 80 ) ( -1668 4852 84 ) ( -1668 4852 76 ) blasted/dday_bunker_wall1crkdsml 8 234 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1668 4716 116 ) ( -1652 4716 110 ) ( -1668 4716 104 ) blasted/dday_bunker_wall1crkdsml 8 234 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 602 +{ +( -1604 4348 0 ) ( -1604 4252 0 ) ( -1588 4252 0 ) blasted/dday_bunker_wall1crkdsml -164 -147 90.00 1 1 0 65536 0 +surfaceparm detail +( -1588 4252 56 ) ( -1604 4252 56 ) ( -1604 4348 56 ) blasted/dday_bunker_wall1crkdsml -164 -147 90.00 1 1 0 65536 0 +surfaceparm detail +( -1588 4252 160 ) ( -1588 4348 160 ) ( -1588 4348 64 ) common/nodraw 24 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1604 3948 160 ) ( -1604 3852 160 ) ( -1604 3852 64 ) blasted/dday_bunker_wall1crkdsml -164 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -1588 4852 76 ) ( -1604 4852 80 ) ( -1604 4852 72 ) blasted/dday_bunker_wall1crkdsml 72 230 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1604 4716 112 ) ( -1588 4716 106 ) ( -1604 4716 100 ) blasted/dday_bunker_wall1crkdsml 72 230 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 603 +{ +( -1604 4700 52 ) ( -1604 4716 52 ) ( -1620 4716 52 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1616 4716 132 ) ( -1600 4716 132 ) ( -1600 4700 132 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4716 104 ) ( -1620 4700 104 ) ( -1620 4700 52 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1620 4700 104 ) ( -1604 4700 104 ) ( -1604 4700 52 ) mohcommon/crackedconcrete -204 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -1604 4700 104 ) ( -1604 4716 104 ) ( -1604 4716 52 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1604 4716 104 ) ( -1620 4716 104 ) ( -1620 4716 52 ) mohcommon/crackedconcrete -204 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4716 80 ) ( -1608 4716 132 ) ( -1614 4700 106 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 604 +{ +( -1604 4852 52 ) ( -1604 4868 52 ) ( -1620 4868 52 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1616 4868 132 ) ( -1600 4868 132 ) ( -1600 4852 132 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4868 104 ) ( -1620 4852 104 ) ( -1620 4852 52 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1620 4852 104 ) ( -1604 4852 104 ) ( -1604 4852 52 ) mohcommon/crackedconcrete -204 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -1604 4852 104 ) ( -1604 4868 104 ) ( -1604 4868 52 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1604 4868 104 ) ( -1620 4868 104 ) ( -1620 4868 52 ) mohcommon/crackedconcrete -204 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4868 80 ) ( -1608 4868 132 ) ( -1614 4852 106 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 605 +{ +( -1604 4576 0 ) ( -1604 4712 0 ) ( -1676 4712 0 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4576 52 ) ( -1620 4712 52 ) ( -1604 4712 52 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1676 4712 56 ) ( -1676 4576 56 ) ( -1676 4576 0 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1680 4700 56 ) ( -1608 4700 56 ) ( -1608 4700 0 ) mohcommon/crackedconcrete -204 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -1604 4576 56 ) ( -1604 4712 56 ) ( -1604 4712 0 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1604 4716 56 ) ( -1676 4716 56 ) ( -1676 4716 0 ) mohcommon/crackedconcrete -204 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4712 52 ) ( -1620 4576 52 ) ( -1676 4576 8 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 606 +{ +( -1604 4728 0 ) ( -1604 4864 0 ) ( -1676 4864 0 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4728 52 ) ( -1620 4864 52 ) ( -1604 4864 52 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( -1676 4864 56 ) ( -1676 4728 56 ) ( -1676 4728 0 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1680 4852 56 ) ( -1608 4852 56 ) ( -1608 4852 0 ) mohcommon/crackedconcrete -204 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -1604 4728 56 ) ( -1604 4864 56 ) ( -1604 4864 0 ) mohcommon/crackedconcrete 152 231 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1604 4868 56 ) ( -1676 4868 56 ) ( -1676 4868 0 ) mohcommon/crackedconcrete -204 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -1620 4864 52 ) ( -1620 4728 52 ) ( -1676 4728 8 ) mohcommon/crackedconcrete 152 204 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 607 +{ +( -1912 4772 200 ) ( -1416 4772 200 ) ( -1416 4956 200 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1416 4956 208 ) ( -1416 4772 208 ) ( -1912 4772 208 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1484 4952 208 ) ( -1980 4952 208 ) ( -1980 4952 200 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2100 5020 208 ) ( -2100 4836 208 ) ( -2100 4836 200 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1912 4536 208 ) ( -1416 4536 208 ) ( -1416 4536 200 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1588 4968 200 ) ( -1588 4952 200 ) ( -1588 4960 208 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 608 +{ +( 1308 3728 56 ) ( 1316 3728 56 ) ( 1316 3728 48 ) mohcommon/crackedconcrete 92 76 145.00 1.000180 -1.000120 0 65536 0 +surfaceparm detail +( 1426 3818 48 ) ( 1426 4266 48 ) ( 1042 4266 48 ) common/nodraw -61 -3 90.00 0.500000 1.018677 536870912 2224 0 +surfaceparm detail +( 1308 3824 104 ) ( 1316 3824 104 ) ( 1316 3728 56 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1308 3824 48 ) ( 1308 3832 48 ) ( 1308 3828 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1316 3826 48 ) ( 1316 3822 48 ) ( 1316 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1316 3824 104 ) ( 1308 3824 104 ) ( 1308 3824 48 ) mohcommon/crackedconcrete 180 188 145.00 0.999934 -1.000031 0 65536 0 +surfaceparm detail +} +// brush 609 +{ +( 1484 3728 56 ) ( 1492 3728 56 ) ( 1492 3728 48 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1602 3818 48 ) ( 1602 4266 48 ) ( 1218 4266 48 ) common/nodraw -61 -50 90.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1484 3824 104 ) ( 1492 3824 104 ) ( 1492 3728 56 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1484 3824 48 ) ( 1484 3832 48 ) ( 1484 3828 126 ) mohcommon/crackedconcrete -188 -70 35.00 1.000065 1.000025 0 65536 0 +surfaceparm detail +( 1492 3826 48 ) ( 1492 3822 48 ) ( 1492 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1492 3824 104 ) ( 1484 3824 104 ) ( 1484 3824 48 ) mohcommon/crackedconcrete 68 33 145.00 0.999969 -0.999943 0 65536 0 +surfaceparm detail +} +// brush 610 +{ +( 1720 4132 56 ) ( 1720 4140 56 ) ( 1720 4140 48 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1630 4250 48 ) ( 1182 4250 48 ) ( 1182 3866 48 ) common/nodraw 18 -25 -180.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1624 4132 104 ) ( 1624 4140 104 ) ( 1720 4140 56 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1624 4132 48 ) ( 1616 4132 48 ) ( 1620 4132 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1622 4140 48 ) ( 1626 4140 48 ) ( 1624 4140 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1624 4140 104 ) ( 1624 4132 104 ) ( 1624 4132 48 ) mohcommon/crackedconcrete 189 16 145.00 1.000051 -0.999996 0 65536 0 +surfaceparm detail +} +// brush 611 +{ +( 1720 3956 56 ) ( 1720 3964 56 ) ( 1720 3964 48 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1630 4074 48 ) ( 1182 4074 48 ) ( 1182 3690 48 ) common/nodraw 18 -42 -180.00 0.500000 1.018616 536870912 2224 0 +surfaceparm detail +( 1624 3956 104 ) ( 1624 3964 104 ) ( 1720 3964 56 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1624 3956 48 ) ( 1616 3956 48 ) ( 1620 3956 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1622 3964 48 ) ( 1626 3964 48 ) ( 1624 3964 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1624 3964 104 ) ( 1624 3956 104 ) ( 1624 3956 48 ) mohcommon/crackedconcrete 46 171 145.00 0.999951 -1.000019 0 65536 0 +surfaceparm detail +} +// brush 612 +{ +( 1080 4140 56 ) ( 1080 4132 56 ) ( 1080 4132 48 ) mohcommon/crackedconcrete -18 -234 35.00 1 1 0 65536 0 +surfaceparm detail +( 1170 4022 48 ) ( 1618 4022 48 ) ( 1618 4406 48 ) common/nodraw -13 34 0.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1176 4140 104 ) ( 1176 4132 104 ) ( 1080 4132 56 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1176 4140 48 ) ( 1184 4140 48 ) ( 1180 4140 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1178 4132 48 ) ( 1174 4132 48 ) ( 1176 4132 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1176 4132 104 ) ( 1176 4140 104 ) ( 1176 4140 48 ) mohcommon/crackedconcrete -187 -121 35.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 613 +{ +( 1080 3964 56 ) ( 1080 3956 56 ) ( 1080 3956 48 ) mohcommon/crackedconcrete -130 -134 35.00 1 1 0 65536 0 +surfaceparm detail +( 1170 3846 48 ) ( 1618 3846 48 ) ( 1618 4230 48 ) common/nodraw -13 53 0.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1176 3964 104 ) ( 1176 3956 104 ) ( 1080 3956 56 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1176 3964 48 ) ( 1184 3964 48 ) ( 1180 3964 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1178 3956 48 ) ( 1174 3956 48 ) ( 1176 3956 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1176 3956 104 ) ( 1176 3964 104 ) ( 1176 3964 48 ) mohcommon/crackedconcrete -43 -21 35.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 614 +{ +( 1558 3890 62 ) ( 1558 3890 126 ) ( 1716 4048 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1242 3890 62 ) ( 1242 3890 126 ) ( 1400 3732 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1242 4206 62 ) ( 1242 4206 126 ) ( 1084 4048 126 ) mohcommon/crackedconcrete -139 -140 35.00 1 1 0 65536 0 +surfaceparm detail +( 1400 4272 62 ) ( 1400 4272 126 ) ( 1176 4272 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1558 4206 62 ) ( 1558 4206 126 ) ( 1400 4364 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1176 3856 48 ) ( 1624 3856 48 ) ( 1624 4240 48 ) common/nodraw -25 63 0.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1624 4240 126 ) ( 1624 3856 126 ) ( 1176 3856 126 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1236 4192 48 ) ( 1236 4200 48 ) ( 1236 4196 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1280 3884 48 ) ( 1272 3884 48 ) ( 1276 3884 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1564 3930 48 ) ( 1564 3926 48 ) ( 1564 3928 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 615 +{ +( 1740 4048 38 ) ( 1740 4048 102 ) ( 1740 4272 102 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1740 4240 24 ) ( 1292 4240 24 ) ( 1292 3856 24 ) common/nodraw 46 -14 -180.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1296 3856 36 ) ( 1296 4240 36 ) ( 1744 4240 36 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1720 3944 24 ) ( 1720 3944 36 ) ( 1740 3964 36 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1720 4152 36 ) ( 1720 4152 24 ) ( 1740 4132 24 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1720 4152 24 ) ( 1720 4152 36 ) ( 1720 3944 36 ) mohcommon/crackedconcrete 194 245 145.00 0.999934 -0.999972 0 65536 0 +surfaceparm detail +} +// brush 616 +{ +( 1704 4048 62 ) ( 1704 4048 126 ) ( 1704 4272 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1704 4240 48 ) ( 1256 4240 48 ) ( 1256 3856 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1260 3856 56 ) ( 1260 4240 56 ) ( 1708 4240 56 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1704 3964 48 ) ( 1696 3964 48 ) ( 1700 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1696 4132 48 ) ( 1700 4132 48 ) ( 1698 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1684 4128 40 ) ( 1684 4132 40 ) ( 1684 4130 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 617 +{ +( 1684 4048 62 ) ( 1684 4048 126 ) ( 1684 4272 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1684 4240 48 ) ( 1236 4240 48 ) ( 1236 3856 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1240 3856 64 ) ( 1240 4240 64 ) ( 1688 4240 64 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1684 3964 48 ) ( 1676 3964 48 ) ( 1680 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1676 4132 48 ) ( 1680 4132 48 ) ( 1678 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1664 4128 40 ) ( 1664 4132 40 ) ( 1664 4130 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 618 +{ +( 1664 4048 62 ) ( 1664 4048 126 ) ( 1664 4272 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1664 4240 48 ) ( 1216 4240 48 ) ( 1216 3856 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1218 3856 74 ) ( 1218 4240 74 ) ( 1666 4240 74 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1664 3964 48 ) ( 1656 3964 48 ) ( 1660 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1656 4132 48 ) ( 1660 4132 48 ) ( 1658 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1644 4128 40 ) ( 1644 4132 40 ) ( 1644 4130 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 619 +{ +( 1644 4048 62 ) ( 1644 4048 126 ) ( 1644 4272 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1644 4240 48 ) ( 1196 4240 48 ) ( 1196 3856 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1196 3856 84 ) ( 1196 4240 84 ) ( 1644 4240 84 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1644 3964 48 ) ( 1636 3964 48 ) ( 1640 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1636 4132 48 ) ( 1640 4132 48 ) ( 1638 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1624 4128 40 ) ( 1624 4132 40 ) ( 1624 4130 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 620 +{ +( 1624 4240 48 ) ( 1176 4240 48 ) ( 1176 3856 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1176 3856 116 ) ( 1176 4240 116 ) ( 1624 4240 116 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1564 3896 48 ) ( 1564 3904 48 ) ( 1564 3900 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1624 3964 48 ) ( 1616 3964 48 ) ( 1620 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1616 4132 48 ) ( 1620 4132 48 ) ( 1618 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1584 4132 48 ) ( 1584 4128 48 ) ( 1584 4130 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 621 +{ +( 1624 4240 48 ) ( 1176 4240 48 ) ( 1176 3856 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1176 3856 106 ) ( 1176 4240 106 ) ( 1624 4240 106 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1624 3964 48 ) ( 1616 3964 48 ) ( 1620 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1616 4132 48 ) ( 1620 4132 48 ) ( 1618 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1604 4132 40 ) ( 1604 4128 40 ) ( 1604 4130 118 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1584 4128 48 ) ( 1584 4132 48 ) ( 1584 4130 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 622 +{ +( 1624 4048 62 ) ( 1624 4048 126 ) ( 1624 4272 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1624 4240 48 ) ( 1176 4240 48 ) ( 1176 3856 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1176 3856 96 ) ( 1176 4240 96 ) ( 1624 4240 96 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1624 3964 48 ) ( 1616 3964 48 ) ( 1620 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1616 4132 48 ) ( 1620 4132 48 ) ( 1618 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1604 4128 40 ) ( 1604 4132 40 ) ( 1604 4130 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 623 +{ +( 1624 4048 62 ) ( 1624 4048 126 ) ( 1624 4272 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1558 3890 62 ) ( 1558 3890 126 ) ( 1716 4048 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1624 4240 48 ) ( 1176 4240 48 ) ( 1176 3856 48 ) common/nodraw 6 -14 -180.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1176 3856 126 ) ( 1176 4240 126 ) ( 1624 4240 126 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1564 3896 48 ) ( 1564 3904 48 ) ( 1564 3900 126 ) mohcommon/crackedconcrete 180 8 145.00 1.000060 -1.000106 0 65536 0 +surfaceparm detail +( 1616 3964 48 ) ( 1624 3964 48 ) ( 1620 3964 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 624 +{ +( 1558 4206 62 ) ( 1558 4206 126 ) ( 1400 4364 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1624 4048 62 ) ( 1624 4048 126 ) ( 1624 4272 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1624 4240 48 ) ( 1176 4240 48 ) ( 1176 3856 48 ) common/nodraw 6 -14 -180.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1176 3856 126 ) ( 1176 4240 126 ) ( 1624 4240 126 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1564 3896 48 ) ( 1564 3904 48 ) ( 1564 3900 126 ) mohcommon/crackedconcrete 180 8 145.00 1.000060 -1.000106 0 65536 0 +surfaceparm detail +( 1620 4132 48 ) ( 1616 4132 48 ) ( 1618 4132 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 625 +{ +( 1626 3822.410645 -13.905208 ) ( 1626 3822.410645 50.094799 ) ( 1852 4048.411133 50.095131 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1268 3728 24 ) ( 1268 3728 48 ) ( 1532 3728 48 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1268 3728 48 ) ( 1268 3728 24 ) ( 1080 3916 24 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1080 3916 24 ) ( 1080 4180 24 ) ( 1080 4180 50 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1174 4274.410156 -13.904991 ) ( 1174 4274.410156 50.094501 ) ( 948 4048.411133 50.095131 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1400 4368.410156 -13.905484 ) ( 1400 4368.410645 50.094898 ) ( 1080 4368.410645 50.094898 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1626 4274.410156 -13.904991 ) ( 1626 4274.410156 50.094501 ) ( 1400 4500.410645 50.094948 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1720 4180 24 ) ( 1720 3916 24 ) ( 1720 3916 50 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1720 3916 24 ) ( 1720 4180 24 ) ( 1532 4368 24 ) common/nodraw -25 14 0.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1688 4368.410645 48.094898 ) ( 1688 3728.410156 48.094761 ) ( 1112 3728.410156 48.094761 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 626 +{ +( 1558 3890 62 ) ( 1558 3890 126 ) ( 1716 4048 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1400 3824 62 ) ( 1400 3824 126 ) ( 1624 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1592 3824 48 ) ( 1592 4272 48 ) ( 1208 4272 48 ) common/nodraw -9 -38 90.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1208 4272 126 ) ( 1592 4272 126 ) ( 1592 3824 126 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1248 3884 48 ) ( 1256 3884 48 ) ( 1252 3884 126 ) mohcommon/crackedconcrete 59 26 145.00 1.000038 -1.000113 0 65536 0 +surfaceparm detail +( 1484 3828 48 ) ( 1484 3832 48 ) ( 1484 3830 126 ) mohcommon/crackedconcrete -193 -73 35.00 0.999951 0.999934 0 65536 0 +surfaceparm detail +} +// brush 627 +{ +( 1400 3824 62 ) ( 1400 3824 126 ) ( 1624 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1242 3890 62 ) ( 1242 3890 126 ) ( 1400 3732 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1592 3824 48 ) ( 1592 4272 48 ) ( 1208 4272 48 ) common/nodraw -9 -38 90.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1208 4272 126 ) ( 1592 4272 126 ) ( 1592 3824 126 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1248 3884 48 ) ( 1256 3884 48 ) ( 1252 3884 126 ) mohcommon/crackedconcrete 59 26 145.00 1.000038 -1.000113 0 65536 0 +surfaceparm detail +( 1316 3832 48 ) ( 1316 3824 48 ) ( 1316 3828 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 628 +{ +( 1400 3824 62 ) ( 1400 3824 126 ) ( 1624 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1592 3824 48 ) ( 1592 4272 48 ) ( 1208 4272 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4272 96 ) ( 1592 4272 96 ) ( 1592 3824 96 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1316 3824 48 ) ( 1316 3832 48 ) ( 1316 3828 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1484 3832 48 ) ( 1484 3828 48 ) ( 1484 3830 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1480 3844 40 ) ( 1484 3844 40 ) ( 1482 3844 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 629 +{ +( 1592 3824 48 ) ( 1592 4272 48 ) ( 1208 4272 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4272 106 ) ( 1592 4272 106 ) ( 1592 3824 106 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1316 3824 48 ) ( 1316 3832 48 ) ( 1316 3828 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1484 3832 48 ) ( 1484 3828 48 ) ( 1484 3830 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1484 3844 40 ) ( 1480 3844 40 ) ( 1482 3844 118 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1480 3864 48 ) ( 1484 3864 48 ) ( 1482 3864 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 630 +{ +( 1592 3824 48 ) ( 1592 4272 48 ) ( 1208 4272 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4272 116 ) ( 1592 4272 116 ) ( 1592 3824 116 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1248 3884 48 ) ( 1256 3884 48 ) ( 1252 3884 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1316 3824 48 ) ( 1316 3832 48 ) ( 1316 3828 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1484 3832 48 ) ( 1484 3828 48 ) ( 1484 3830 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1484 3864 48 ) ( 1480 3864 48 ) ( 1482 3864 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 631 +{ +( 1400 3804 62 ) ( 1400 3804 126 ) ( 1624 3804 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1592 3804 48 ) ( 1592 4252 48 ) ( 1208 4252 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4252 84 ) ( 1592 4252 84 ) ( 1592 3804 84 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1316 3804 48 ) ( 1316 3812 48 ) ( 1316 3808 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1484 3812 48 ) ( 1484 3808 48 ) ( 1484 3810 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1480 3824 40 ) ( 1484 3824 40 ) ( 1482 3824 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 632 +{ +( 1400 3784 62 ) ( 1400 3784 126 ) ( 1624 3784 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1592 3784 48 ) ( 1592 4232 48 ) ( 1208 4232 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4230 74 ) ( 1592 4230 74 ) ( 1592 3782 74 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1316 3784 48 ) ( 1316 3792 48 ) ( 1316 3788 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1484 3792 48 ) ( 1484 3788 48 ) ( 1484 3790 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1480 3804 40 ) ( 1484 3804 40 ) ( 1482 3804 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 633 +{ +( 1400 3764 62 ) ( 1400 3764 126 ) ( 1624 3764 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1592 3764 48 ) ( 1592 4212 48 ) ( 1208 4212 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4208 64 ) ( 1592 4208 64 ) ( 1592 3760 64 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1316 3764 48 ) ( 1316 3772 48 ) ( 1316 3768 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1484 3772 48 ) ( 1484 3768 48 ) ( 1484 3770 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1480 3784 40 ) ( 1484 3784 40 ) ( 1482 3784 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 634 +{ +( 1400 3744 62 ) ( 1400 3744 126 ) ( 1624 3744 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1592 3744 48 ) ( 1592 4192 48 ) ( 1208 4192 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4188 56 ) ( 1592 4188 56 ) ( 1592 3740 56 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1316 3744 48 ) ( 1316 3752 48 ) ( 1316 3748 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1484 3752 48 ) ( 1484 3748 48 ) ( 1484 3750 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1480 3764 40 ) ( 1484 3764 40 ) ( 1482 3764 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 635 +{ +( 1400 3708 38 ) ( 1400 3708 102 ) ( 1624 3708 102 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1592 3708 24 ) ( 1592 4156 24 ) ( 1208 4156 24 ) common/nodraw -33 -38 90.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1208 4152 36 ) ( 1592 4152 36 ) ( 1592 3704 36 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1296 3728 24 ) ( 1296 3728 36 ) ( 1316 3708 36 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1504 3728 36 ) ( 1504 3728 24 ) ( 1484 3708 24 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1504 3728 24 ) ( 1504 3728 36 ) ( 1296 3728 36 ) mohcommon/crackedconcrete 72 6 145.00 0.999951 -1.000031 0 65536 0 +surfaceparm detail +} +// brush 636 +{ +( 1060 4048 38 ) ( 1060 4048 102 ) ( 1060 3824 102 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1060 3856 24 ) ( 1508 3856 24 ) ( 1508 4240 24 ) common/nodraw -49 63 0.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1504 4240 36 ) ( 1504 3856 36 ) ( 1056 3856 36 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1080 4152 24 ) ( 1080 4152 36 ) ( 1060 4132 36 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1080 3944 36 ) ( 1080 3944 24 ) ( 1060 3964 24 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1080 3944 24 ) ( 1080 3944 36 ) ( 1080 4152 36 ) mohcommon/crackedconcrete -38 -46 35.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 637 +{ +( 1096 4048 62 ) ( 1096 4048 126 ) ( 1096 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1096 3856 48 ) ( 1544 3856 48 ) ( 1544 4240 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1540 4240 56 ) ( 1540 3856 56 ) ( 1092 3856 56 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1096 4132 48 ) ( 1104 4132 48 ) ( 1100 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1104 3964 48 ) ( 1100 3964 48 ) ( 1102 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1116 3968 40 ) ( 1116 3964 40 ) ( 1116 3966 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 638 +{ +( 1116 4048 62 ) ( 1116 4048 126 ) ( 1116 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1116 3856 48 ) ( 1564 3856 48 ) ( 1564 4240 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1560 4240 64 ) ( 1560 3856 64 ) ( 1112 3856 64 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1116 4132 48 ) ( 1124 4132 48 ) ( 1120 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1124 3964 48 ) ( 1120 3964 48 ) ( 1122 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1136 3968 40 ) ( 1136 3964 40 ) ( 1136 3966 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 639 +{ +( 1136 4048 62 ) ( 1136 4048 126 ) ( 1136 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1136 3856 48 ) ( 1584 3856 48 ) ( 1584 4240 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1582 4240 74 ) ( 1582 3856 74 ) ( 1134 3856 74 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1136 4132 48 ) ( 1144 4132 48 ) ( 1140 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1144 3964 48 ) ( 1140 3964 48 ) ( 1142 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1156 3968 40 ) ( 1156 3964 40 ) ( 1156 3966 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 640 +{ +( 1156 4048 62 ) ( 1156 4048 126 ) ( 1156 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1156 3856 48 ) ( 1604 3856 48 ) ( 1604 4240 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1604 4240 84 ) ( 1604 3856 84 ) ( 1156 3856 84 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1156 4132 48 ) ( 1164 4132 48 ) ( 1160 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1164 3964 48 ) ( 1160 3964 48 ) ( 1162 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1176 3968 40 ) ( 1176 3964 40 ) ( 1176 3966 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 641 +{ +( 1176 3856 48 ) ( 1624 3856 48 ) ( 1624 4240 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1624 4240 116 ) ( 1624 3856 116 ) ( 1176 3856 116 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1236 4200 48 ) ( 1236 4192 48 ) ( 1236 4196 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1176 4132 48 ) ( 1184 4132 48 ) ( 1180 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1184 3964 48 ) ( 1180 3964 48 ) ( 1182 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1216 3964 48 ) ( 1216 3968 48 ) ( 1216 3966 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 642 +{ +( 1176 3856 48 ) ( 1624 3856 48 ) ( 1624 4240 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1624 4240 106 ) ( 1624 3856 106 ) ( 1176 3856 106 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1176 4132 48 ) ( 1184 4132 48 ) ( 1180 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1184 3964 48 ) ( 1180 3964 48 ) ( 1182 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1196 3964 40 ) ( 1196 3968 40 ) ( 1196 3966 118 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1216 3968 48 ) ( 1216 3964 48 ) ( 1216 3966 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 643 +{ +( 1176 4048 62 ) ( 1176 4048 126 ) ( 1176 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1176 3856 48 ) ( 1624 3856 48 ) ( 1624 4240 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1624 4240 96 ) ( 1624 3856 96 ) ( 1176 3856 96 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1176 4132 48 ) ( 1184 4132 48 ) ( 1180 4132 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1184 3964 48 ) ( 1180 3964 48 ) ( 1182 3964 126 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1196 3968 40 ) ( 1196 3964 40 ) ( 1196 3966 118 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 644 +{ +( 1176 4048 62 ) ( 1176 4048 126 ) ( 1176 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1242 4206 62 ) ( 1242 4206 126 ) ( 1084 4048 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1176 3856 48 ) ( 1624 3856 48 ) ( 1624 4240 48 ) common/nodraw -25 63 0.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1624 4240 126 ) ( 1624 3856 126 ) ( 1176 3856 126 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1236 4200 48 ) ( 1236 4192 48 ) ( 1236 4196 126 ) mohcommon/crackedconcrete -51 -26 35.00 1 1 0 65536 0 +surfaceparm detail +( 1184 4132 48 ) ( 1176 4132 48 ) ( 1180 4132 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 645 +{ +( 1242 3890 62 ) ( 1242 3890 126 ) ( 1400 3732 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1176 4048 62 ) ( 1176 4048 126 ) ( 1176 3824 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1176 3856 48 ) ( 1624 3856 48 ) ( 1624 4240 48 ) common/nodraw -25 63 0.00 0.500000 1.018555 536870912 2224 0 +surfaceparm detail +( 1624 4240 126 ) ( 1624 3856 126 ) ( 1176 3856 126 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1236 4200 48 ) ( 1236 4192 48 ) ( 1236 4196 126 ) mohcommon/crackedconcrete -51 -26 35.00 1 1 0 65536 0 +surfaceparm detail +( 1180 3964 48 ) ( 1184 3964 48 ) ( 1182 3964 126 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 646 +{ +( 3988 -88 -284 ) ( 4148 -104 -284 ) ( 4148 -104 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 3396 -1240 -284 ) ( 3396 -1240 56 ) ( 4148 -104 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 3396 -1240 56 ) ( 3396 -1240 -284 ) ( 3204 -1240 -284 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 3204 -1240 -284 ) ( 3988 -88 -284 ) ( 3988 -88 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 3204 -1240 56 ) ( 3988 -88 56 ) ( 4148 -104 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 3988 -88 -284 ) ( 3204 -1240 -284 ) ( 3348 -1304 -284 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 647 +{ +( 4500 1888 -284 ) ( 4596 1888 -284 ) ( 4596 1888 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4596 1888 -284 ) ( 4500 1344 -284 ) ( 4500 1344 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4500 1344 -284 ) ( 4388 1344 -284 ) ( 4388 1344 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4388 1344 -284 ) ( 4500 1888 -284 ) ( 4500 1888 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4388 1344 56 ) ( 4500 1888 56 ) ( 4596 1888 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4500 1888 -284 ) ( 4388 1344 -284 ) ( 4500 1344 -284 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 648 +{ +( 4292 496 -284 ) ( 4156 496 -284 ) ( 4156 496 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4388 1344 -284 ) ( 4500 1344 -284 ) ( 4500 1344 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4500 1344 -284 ) ( 4292 496 -284 ) ( 4292 496 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4156 496 -284 ) ( 4388 1344 -284 ) ( 4388 1344 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4156 496 56 ) ( 4388 1344 56 ) ( 4500 1344 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4292 496 -284 ) ( 4500 1344 -284 ) ( 4388 1344 -284 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 649 +{ +( 4148 -104 -284 ) ( 4292 496 -284 ) ( 4156 496 -284 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4156 496 56 ) ( 4292 496 56 ) ( 4148 -104 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 3988 -88 56 ) ( 3988 -88 -284 ) ( 4156 496 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4148 -104 56 ) ( 4148 -104 -284 ) ( 3988 -88 -284 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4292 496 56 ) ( 4292 496 -284 ) ( 4148 -104 -284 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4156 496 56 ) ( 4156 496 -284 ) ( 4292 496 -284 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 650 +{ +( 4480 2068 -284 ) ( 4580 2068 -284 ) ( 4580 2068 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4580 2068 -284 ) ( 4480 2068 -284 ) ( 4500 1888 -284 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4480 2068 56 ) ( 4580 2068 56 ) ( 4596 1888 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4480 2068 -284 ) ( 4480 2068 56 ) ( 4500 1888 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4580 2068 56 ) ( 4580 2068 -284 ) ( 4596 1888 -284 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4596 1888 -284 ) ( 4500 1888 -284 ) ( 4500 1888 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 651 +{ +( 4484 2068 -32 ) ( 4484 2400 -32 ) ( 4484 2400 24 ) common/nodraw -28 42 90.00 0.875000 -2.750000 536870912 2224 0 +surfaceparm detail +( 4532 2400 -32 ) ( 4484 2400 -32 ) ( 4484 2068 -32 ) common/nodraw 47 -42 -180.00 2.750000 2.750000 536870912 2224 0 +surfaceparm detail +( 4484 2400 24 ) ( 4532 2400 24 ) ( 4516 2068 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5764 2400 -32 ) ( 5812 2400 -32 ) ( 5812 2400 24 ) blasted/dday_bunker_wall1csml -8 240 0.00 1 1 0 65536 0 +surfaceparm detail +( 4748 2416 -32 ) ( 4732 2400 -32 ) ( 4740 2408 24 ) blasted/dday_bunker_wall1csml -236 240 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 652 +{ +( 4536 2416 16 ) ( 4356 2416 16 ) ( 4356 2400 16 ) common/nodraw 12 -1 -180.00 2.812500 0.250000 536870912 2224 0 +surfaceparm detail +( 5636 2416 16 ) ( 5816 2416 16 ) ( 5816 2416 24 ) central_europe/strtset_cew -143 -7 0.00 1 1 0 65536 0 +surfaceparm detail +( 4356 2416 24 ) ( 4536 2416 24 ) ( 4532 2400 24 ) central_europe/strtset_cew 29 70 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5812 2400 16 ) ( 5636 2400 16 ) ( 5636 2400 24 ) common/nodraw -62 47 -90.00 0.125000 2.750000 536870912 2224 0 +surfaceparm detail +( 4484 2280 16 ) ( 4484 2344 16 ) ( 4484 2312 24 ) common/nodraw -62 -26 -90.00 0.125000 -2.750000 536870912 2224 0 +surfaceparm detail +( 4748 2416 16 ) ( 4732 2400 16 ) ( 4740 2408 24 ) common/nodraw -61 32 -90.00 0.125000 2.750000 536870912 2224 0 +surfaceparm detail +} +// brush 653 +{ +( 5236 1628 16 ) ( 5236 1628 0 ) ( 4748 1692 0 ) common/nodraw -1 43 0.00 1.269531 1 536870912 2224 0 +surfaceparm detail +( 4748 2416 16 ) ( 4748 2416 0 ) ( 5236 2904 0 ) common/nodraw -21 43 0.00 1.269531 1 536870912 2224 0 +surfaceparm detail +( 5236 2904 16 ) ( 5236 2904 0 ) ( 5236 1628 0 ) common/nodraw 56 41 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +( 4748 1692 16 ) ( 4748 1692 0 ) ( 4748 2416 0 ) common/nodraw 45 41 -180.00 1.294922 -1 536870912 2224 0 +surfaceparm detail +( 5236 1628 16 ) ( 4748 1692 16 ) ( 4748 2416 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5236 2904 0 ) ( 4748 2416 0 ) ( 4748 1692 0 ) common/nodraw -22 4 119.95 0.999673 -1.000583 536870912 2224 0 +surfaceparm detail +} +// brush 654 +{ +( 4732 1692 16 ) ( 4732 1692 24 ) ( 4748 1692 24 ) common/nodraw -17 -22 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4732 2400 24 ) ( 4732 2400 16 ) ( 4748 2416 16 ) common/nodraw -16 -58 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4732 1692 24 ) ( 4732 1692 16 ) ( 4732 2400 16 ) common/nodraw -17 22 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4748 1692 24 ) ( 4732 1692 24 ) ( 4732 2400 24 ) central_europe/strtset_cew 57 -23 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4748 2416 24 ) ( 4748 2416 16 ) ( 4748 1692 16 ) central_europe/strtset_cew 22 13 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4748 2416 16 ) ( 4732 2400 16 ) ( 4732 1692 16 ) common/nodraw 23 56 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 655 +{ +( 3608 -1240 24 ) ( 3608 -1240 16 ) ( 3592 -1240 16 ) common/nodraw 5 15 90.00 1 -0.818848 536870912 2224 0 +surfaceparm detail +( 4196 -308 16 ) ( 4208 -316 16 ) ( 4208 -316 24 ) common/nodraw 5 15 90.00 1 -0.818848 536870912 2224 0 +surfaceparm detail +( 3592 -1240 16 ) ( 3608 -1240 16 ) ( 4208 -316 16 ) common/nodraw 34 -44 -123.00 1.001404 0.998027 536870912 2224 0 +surfaceparm detail +( 4208 -316 24 ) ( 4208 -316 16 ) ( 3608 -1240 16 ) central_europe/strtset_cew 70 13 -180.00 0.837891 -1 0 65536 0 +surfaceparm detail +( 4196 -308 24 ) ( 4208 -316 24 ) ( 3608 -1240 24 ) central_europe/strtset_cew -214 -173 147.07 1.000607 0.999522 0 65536 0 +surfaceparm detail +( 3592 -1240 24 ) ( 3592 -1240 16 ) ( 4196 -308 16 ) common/nodraw -18 17 90.00 1 -0.838867 536870912 2224 0 +surfaceparm detail +} +// brush 656 +{ +( 4188 -1240 0 ) ( 3608 -1240 0 ) ( 3608 -1240 16 ) common/nodraw 43 38 -115.81 0.962232 0.872148 536870912 2224 0 +surfaceparm detail +( 4208 -316 0 ) ( 4660 -516 0 ) ( 4660 -516 16 ) common/nodraw 43 38 -115.81 0.962232 0.872148 536870912 2224 0 +surfaceparm detail +( 3608 -1240 0 ) ( 4188 -1240 0 ) ( 4660 -516 0 ) common/nodraw -9 9 87.01 1.001364 -1.000902 536870912 2224 0 +surfaceparm detail +( 4208 -316 16 ) ( 4660 -516 16 ) ( 4188 -1240 16 ) mohcommon/crackedconcrete 168 9 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3608 -1240 16 ) ( 3608 -1240 0 ) ( 4208 -316 0 ) common/nodraw 0 41 -180.00 1.087891 -1 536870912 2224 0 +surfaceparm detail +( 4660 -516 16 ) ( 4660 -516 0 ) ( 4188 -1240 0 ) common/nodraw 63 41 -180.00 1.065430 -1 536870912 2224 0 +surfaceparm detail +} +// brush 657 +{ +( 3988 -88 1152 ) ( 4148 -104 1152 ) ( 4148 -104 1492 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 3396 -1240 20 ) ( 3396 -1240 360 ) ( 4148 -104 360 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 3396 -1240 56 ) ( 3396 -1240 -284 ) ( 3204 -1240 -284 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 3204 -1240 56 ) ( 3988 -88 56 ) ( 3988 -88 396 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 3204 -1240 1152 ) ( 3988 -88 1152 ) ( 4148 -104 1152 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 3988 -88 56 ) ( 3204 -1240 56 ) ( 3348 -1304 56 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 658 +{ +( 4500 1888 704 ) ( 4596 1888 704 ) ( 4596 1888 1044 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4596 1888 652 ) ( 4500 1344 652 ) ( 4500 1344 992 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4500 1344 1152 ) ( 4388 1344 1152 ) ( 4388 1344 1492 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4388 1344 -404 ) ( 4500 1888 -404 ) ( 4500 1888 -64 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4388 1344 1152 ) ( 4500 1888 1152 ) ( 4596 1888 1152 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4500 1888 56 ) ( 4388 1344 56 ) ( 4500 1344 56 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 659 +{ +( 4292 496 520 ) ( 4156 496 520 ) ( 4156 496 860 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4388 1344 1152 ) ( 4500 1344 1152 ) ( 4500 1344 1492 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4500 1344 364 ) ( 4292 496 364 ) ( 4292 496 704 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4156 496 -468 ) ( 4388 1344 -468 ) ( 4388 1344 -128 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4156 496 1152 ) ( 4388 1344 1152 ) ( 4500 1344 1152 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4292 496 56 ) ( 4500 1344 56 ) ( 4388 1344 56 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 660 +{ +( 4148 -104 56 ) ( 4292 496 56 ) ( 4156 496 56 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4156 496 1152 ) ( 4292 496 1152 ) ( 4148 -104 1152 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 3988 -88 -128 ) ( 3988 -88 -468 ) ( 4156 496 -468 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4148 -104 1492 ) ( 4148 -104 1152 ) ( 3988 -88 1152 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4292 496 704 ) ( 4292 496 364 ) ( 4148 -104 364 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4156 496 860 ) ( 4156 496 520 ) ( 4292 496 520 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 661 +{ +( 4480 2068 -468 ) ( 4580 2068 -468 ) ( 4580 2068 -128 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4580 2068 56 ) ( 4480 2068 56 ) ( 4500 1888 56 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4480 2068 1152 ) ( 4580 2068 1152 ) ( 4596 1888 1152 ) common/playerclip 40 4 -90.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4480 2068 -468 ) ( 4480 2068 -128 ) ( 4500 1888 -128 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4580 2068 704 ) ( 4580 2068 364 ) ( 4596 1888 364 ) common/playerclip 40 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4596 1888 704 ) ( 4500 1888 704 ) ( 4500 1888 1044 ) common/playerclip -4 -8 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 662 +{ +( 4748 1692 0 ) ( 4208 -316 0 ) ( 4660 -516 0 ) mohcommon/crackedconcrete 168 9 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5236 1628 16 ) ( 4660 -516 16 ) ( 4208 -316 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4570 1032 16 ) ( 4570 1032 0 ) ( 4748 1692 0 ) mohcommon/crackedconcrete 168 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5076 1032 0 ) ( 5076 1032 16 ) ( 5236 1628 16 ) mohcommon/crackedconcrete 168 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5236 1628 16 ) ( 4748 1692 16 ) ( 4748 1692 0 ) mohcommon/crackedconcrete -4 188 0.00 1 1 0 65536 0 +surfaceparm detail +( 4570 1032 0 ) ( 4570 1032 16 ) ( 5076 1032 16 ) mohcommon/crackedconcrete -4 188 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 663 +{ +( 4208 -316 16 ) ( 4660 -516 16 ) ( 4660 -516 0 ) mohcommon/crackedconcrete -4 188 0.00 1 1 0 65536 0 +surfaceparm detail +( 4748 1692 0 ) ( 4208 -316 0 ) ( 4660 -516 0 ) mohcommon/crackedconcrete 168 9 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5236 1628 16 ) ( 4660 -516 16 ) ( 4208 -316 16 ) mohcommon/crackedconcrete 168 9 -90.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 16 +( 4355 232 0 ) ( 4355 232 16 ) ( 4208 -316 16 ) mohcommon/crackedconcrete 168 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4860 232 16 ) ( 4860 232 0 ) ( 4660 -516 0 ) mohcommon/crackedconcrete 168 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4355 232 16 ) ( 4355 232 0 ) ( 4860 232 0 ) mohcommon/crackedconcrete -4 188 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 664 +{ +( 4748 1692 0 ) ( 4208 -316 0 ) ( 4660 -516 0 ) mohcommon/crackedconcrete 168 9 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5236 1628 16 ) ( 4660 -516 16 ) ( 4208 -316 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4570 1032 0 ) ( 4570 1032 16 ) ( 4355 232 16 ) mohcommon/crackedconcrete 168 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4570 1032 16 ) ( 4570 1032 0 ) ( 4792 1032 0 ) mohcommon/crackedconcrete -4 188 0.00 1 1 0 65536 0 +surfaceparm detail +( 4858 232 0 ) ( 4854 232 0 ) ( 4856 232 16 ) mohcommon/crackedconcrete -4 188 0.00 1 1 0 65536 0 +surfaceparm detail +( 4792 344 0 ) ( 4792 216 0 ) ( 4792 280 16 ) mohcommon/crackedconcrete 236 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 665 +{ +( 4484 2100 1484 ) ( 4484 2100 1428 ) ( 4484 2400 1428 ) common/playerclip 57 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( 4484 2400 76 ) ( 4484 2100 76 ) ( 4636 2100 76 ) common/playerclip 56 56 -90.00 1 1 65536 2193 0 +surfaceparm detail +( 4640 2068 -52 ) ( 4640 2068 -108 ) ( 4488 2068 -108 ) common/playerclip -56 -8 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4494 2088 128 ) ( 4488 2088 76 ) ( 4500 2088 76 ) common/playerclip -56 -8 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4580 2076 76 ) ( 4580 2064 76 ) ( 4580 2070 128 ) common/playerclip 57 54 -180.00 1 -1 65536 2193 0 +surfaceparm detail +( 2576 2088 1152 ) ( 2592 2088 1152 ) ( 2584 2068 1152 ) common/playerclip 56 56 -90.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 666 +{ +( 3592 -1240 16 ) ( 3392 -1240 16 ) ( 3392 -1240 24 ) common/nodraw 52 10 -90.00 1 0.838379 536870912 2224 0 +surfaceparm detail +( 4148 -104 24 ) ( 4148 -104 16 ) ( 4196 -308 16 ) common/nodraw 51 -17 -90.00 1 -0.837891 536870912 2224 0 +surfaceparm detail +( 4148 -104 16 ) ( 4148 -104 24 ) ( 3388 -1236 24 ) common/nodraw 50 30 -90.00 1 0.838867 536870912 2224 0 +surfaceparm detail +( 3392 -1240 16 ) ( 3592 -1240 16 ) ( 4196 -308 16 ) common/nodraw 27 -42 -122.93 1.000607 0.999787 536870912 2224 0 +surfaceparm detail +( 4036 -236 24 ) ( 4196 -308 24 ) ( 3592 -1240 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4196 -308 24 ) ( 4196 -308 16 ) ( 3592 -1240 16 ) common/nodraw 50 29 -90.00 1 0.840820 536870912 2224 0 +surfaceparm detail +( 3396 -1240 16 ) ( 4148 -104 16 ) ( 3772 -672 24 ) common/nodraw 50 29 -90.00 1 0.840820 536870912 2224 0 +surfaceparm detail +} +// brush 667 +{ +( 4560 2228 16 ) ( 4732 2400 16 ) ( 4732 2400 24 ) common/nodraw 51 -26 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4732 2400 24 ) ( 4732 2400 16 ) ( 4732 1692 16 ) common/nodraw 50 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4732 1692 24 ) ( 4560 1716 24 ) ( 4560 2228 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4732 2400 16 ) ( 4560 2228 16 ) ( 4560 1716 16 ) common/nodraw 7 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4484 1706 24 ) ( 4484 1706 16 ) ( 4484 2218 16 ) common/nodraw 50 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4574 2088 16 ) ( 4570 2088 16 ) ( 4572 2088 24 ) common/nodraw 51 -59 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 668 +{ +( 4732 2400 24 ) ( 4732 2400 16 ) ( 4732 1692 16 ) common/nodraw 50 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4732 1692 24 ) ( 4560 1716 24 ) ( 4560 2228 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4732 2400 16 ) ( 4560 2228 16 ) ( 4560 1716 16 ) common/nodraw 7 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4580 2068 24 ) ( 4580 2068 16 ) ( 4580 2088 16 ) common/nodraw 50 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4570 2088 16 ) ( 4574 2088 16 ) ( 4572 2088 24 ) common/nodraw 51 -59 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4580 2068 16 ) ( 4580 2068 24 ) ( 4732 2068 24 ) common/nodraw 51 -59 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 669 +{ +( 4596 1888 16 ) ( 4596 1888 24 ) ( 4732 1692 24 ) common/nodraw 50 59 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4732 2400 24 ) ( 4732 2400 16 ) ( 4732 1692 16 ) common/nodraw 50 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4732 1692 24 ) ( 4560 1716 24 ) ( 4560 2228 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4732 2400 16 ) ( 4560 2228 16 ) ( 4560 1716 16 ) common/nodraw 7 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4580 2068 16 ) ( 4580 2068 24 ) ( 4596 1888 24 ) common/nodraw 50 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4580 2068 24 ) ( 4580 2068 16 ) ( 4732 2068 16 ) common/nodraw 51 -59 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 670 +{ +( 4500 1344 24 ) ( 4500 1344 16 ) ( 4596 1888 16 ) common/nodraw 50 7 -90.00 1 0.965820 536870912 2224 0 +surfaceparm detail +( 4560 1716 16 ) ( 4036 -236 16 ) ( 4196 -308 16 ) common/nodraw 60 -48 -105.00 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( 4732 1692 24 ) ( 4196 -308 24 ) ( 4036 -236 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4555 1032 16 ) ( 4555 1032 24 ) ( 4732 1692 24 ) common/nodraw 50 19 -90.00 1 0.966797 536870912 2224 0 +surfaceparm detail +( 4596 1888 24 ) ( 4596 1888 16 ) ( 4732 1692 16 ) common/nodraw 51 60 -90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +( 4500 1344 16 ) ( 4500 1344 24 ) ( 4555 1032 24 ) common/nodraw 51 60 -90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +} +// brush 671 +{ +( 4732 1692 16 ) ( 4196 -308 16 ) ( 4208 -316 16 ) common/nodraw 4 -31 -105.01 1.000960 1.000615 536870912 2224 0 +surfaceparm detail +( 4570 1032 16 ) ( 4570 1032 24 ) ( 4748 1692 24 ) central_europe/strtset_cew 178 13 -180.00 0.965820 -1 0 65536 0 +surfaceparm detail +( 4748 1692 24 ) ( 4208 -316 24 ) ( 4196 -308 24 ) central_europe/strtset_cew -30 -13 165.01 1.000362 0.999764 0 65536 0 +surfaceparm detail +( 4555 1032 24 ) ( 4555 1032 16 ) ( 4732 1692 16 ) common/nodraw -17 50 90.00 1 -0.966797 536870912 2224 0 +surfaceparm detail +( 4732 1692 16 ) ( 4748 1692 16 ) ( 4748 1692 24 ) common/nodraw -17 -28 90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +( 4555 1032 16 ) ( 4555 1032 24 ) ( 4570 1032 24 ) common/nodraw -17 -28 90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +} +// brush 672 +{ +( 4732 1692 16 ) ( 4196 -308 16 ) ( 4208 -316 16 ) common/nodraw 4 -31 -105.01 1.000960 1.000615 536870912 2224 0 +surfaceparm detail +( 4355 232 16 ) ( 4355 232 24 ) ( 4570 1032 24 ) central_europe/strtset_cew 178 13 -180.00 0.965820 -1 0 65536 0 +surfaceparm detail +( 4748 1692 24 ) ( 4208 -316 24 ) ( 4196 -308 24 ) central_europe/strtset_cew -30 -13 165.01 1.000362 0.999764 0 65536 0 +surfaceparm detail +( 4341 232 24 ) ( 4341 232 16 ) ( 4555 1032 16 ) common/nodraw -17 50 90.00 1 -0.966797 536870912 2224 0 +surfaceparm detail +( 4555 1032 24 ) ( 4555 1032 16 ) ( 4570 1032 16 ) common/nodraw -17 -28 90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +( 4341 232 16 ) ( 4341 232 24 ) ( 4355 232 24 ) common/nodraw -17 -28 90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +} +// brush 673 +{ +( 4208 -316 24 ) ( 4208 -316 16 ) ( 4196 -308 16 ) common/nodraw 5 9 90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 4732 1692 16 ) ( 4196 -308 16 ) ( 4208 -316 16 ) common/nodraw 4 -31 -105.01 1.000960 1.000615 536870912 2224 0 +surfaceparm detail +( 4355 232 24 ) ( 4355 232 16 ) ( 4208 -316 16 ) central_europe/strtset_cew 178 13 -180.00 0.965820 -1 0 65536 0 +surfaceparm detail +( 4748 1692 24 ) ( 4208 -316 24 ) ( 4196 -308 24 ) central_europe/strtset_cew -30 -13 165.01 1.000362 0.999764 0 65536 0 +surfaceparm detail +( 4341 232 16 ) ( 4341 232 24 ) ( 4196 -308 24 ) common/nodraw -17 50 90.00 1 -0.966797 536870912 2224 0 +surfaceparm detail +( 4341 232 24 ) ( 4341 232 16 ) ( 4355 232 16 ) common/nodraw -17 -28 90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +} +// brush 674 +{ +( 4292 496 24 ) ( 4292 496 16 ) ( 4500 1344 16 ) common/nodraw 50 7 -90.00 1 0.965820 536870912 2224 0 +surfaceparm detail +( 4560 1716 16 ) ( 4036 -236 16 ) ( 4196 -308 16 ) common/nodraw 60 -48 -105.00 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( 4732 1692 24 ) ( 4196 -308 24 ) ( 4036 -236 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4341 232 16 ) ( 4341 232 24 ) ( 4555 1032 24 ) common/nodraw 50 19 -90.00 1 0.966797 536870912 2224 0 +surfaceparm detail +( 4500 1344 24 ) ( 4500 1344 16 ) ( 4555 1032 16 ) common/nodraw 51 60 -90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +( 4292 496 16 ) ( 4292 496 24 ) ( 4341 232 24 ) common/nodraw 51 60 -90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +} +// brush 675 +{ +( 4148 -104 16 ) ( 4148 -104 24 ) ( 4196 -308 24 ) common/nodraw 51 -40 -90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 4292 496 16 ) ( 4292 496 24 ) ( 4148 -104 24 ) common/nodraw 50 7 -90.00 1 0.965820 536870912 2224 0 +surfaceparm detail +( 4560 1716 16 ) ( 4036 -236 16 ) ( 4196 -308 16 ) common/nodraw 60 -48 -105.00 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( 4732 1692 24 ) ( 4196 -308 24 ) ( 4036 -236 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4341 232 24 ) ( 4341 232 16 ) ( 4196 -308 16 ) common/nodraw 50 19 -90.00 1 0.966797 536870912 2224 0 +surfaceparm detail +( 4292 496 24 ) ( 4292 496 16 ) ( 4341 232 16 ) common/nodraw 51 60 -90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +} +// brush 676 +{ +( -5968 5100 0 ) ( -5968 3516 0 ) ( -5968 3516 568 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6040 3556 0 ) ( -6024 3556 0 ) ( -6032 5140 0 ) common/nodraw 61 -4 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5976 5100 360 ) ( -5976 5092 192 ) ( -5976 5108 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5960 4348 184 ) ( -5976 4348 184 ) ( -5968 4348 352 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5092 192 ) ( -5962 5092 192 ) ( -5965 5092 360 ) common/nodraw 63 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5768 4348 168 ) ( -5760 5092 168 ) ( -5752 4348 168 ) common/nodraw 62 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 677 +{ +( -5736 4356 -16 ) ( -6544 4356 -16 ) ( -6544 3340 -16 ) mohcommon/crackedconcrete -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6436 4324 8 ) ( -5628 4324 8 ) ( -5628 4324 0 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5736 3340 8 ) ( -5736 4356 8 ) ( -5736 4356 0 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4356 8 ) ( -6544 4356 8 ) ( -6544 4356 0 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5984 4372 8 ) ( -5984 3356 8 ) ( -5984 3356 0 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5768 4324 168 ) ( -5760 4356 168 ) ( -5752 4324 168 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 678 +{ +( -5720 4884 384 ) ( -5720 5100 384 ) ( -5712 5100 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5720 4884 568 ) ( -5712 4884 568 ) ( -5712 4884 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 4884 512 ) ( -5712 5100 512 ) ( -5712 5100 8 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 5100 568 ) ( -5720 5100 568 ) ( -5720 5100 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5100 568 ) ( -5720 4884 568 ) ( -5720 4884 64 ) ta_berlin/berlinwall2b 0 80 0.00 1 1 0 65536 0 +surfaceparm detail +( -5870 5100 360 ) ( -5880 4884 360 ) ( -5860 4884 360 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 679 +{ +( -5960 5092 384 ) ( -5960 5100 384 ) ( -5720 5100 384 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5960 5092 552 ) ( -5720 5092 552 ) ( -5720 5092 384 ) ta_berlin/berlinwall2b 0 80 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5092 552 ) ( -5720 5100 552 ) ( -5720 5100 384 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 5100 552 ) ( -5976 5100 552 ) ( -5976 5100 384 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5976 5100 552 ) ( -5976 5092 552 ) ( -5976 5092 384 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5870 5100 360 ) ( -5880 5092 360 ) ( -5860 5092 360 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 680 +{ +( -5712 5100 192 ) ( -5720 5100 192 ) ( -5720 4884 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4884 568 ) ( -5712 4884 568 ) ( -5712 4884 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 4884 512 ) ( -5712 5100 512 ) ( -5712 5100 8 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 5100 568 ) ( -5720 5100 568 ) ( -5720 5100 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5100 568 ) ( -5720 4884 568 ) ( -5720 4884 64 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5880 4884 360 ) ( -5870 5100 360 ) ( -5860 4884 360 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 681 +{ +( -5960 5092 552 ) ( -5720 5092 552 ) ( -5720 5092 384 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5720 5092 552 ) ( -5720 5100 552 ) ( -5720 5100 384 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 5100 552 ) ( -5976 5100 552 ) ( -5976 5100 384 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5976 5100 552 ) ( -5976 5092 552 ) ( -5976 5092 384 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4148 192 ) ( -5976 4136 192 ) ( -5720 4142 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5880 5092 360 ) ( -5870 5100 360 ) ( -5860 5092 360 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 682 +{ +( -5968 5100 0 ) ( -5968 3516 0 ) ( -5968 3516 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5100 360 ) ( -5976 5092 192 ) ( -5976 5108 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5960 4348 184 ) ( -5976 4348 184 ) ( -5968 4348 352 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5092 192 ) ( -5962 5092 192 ) ( -5965 5092 360 ) common/nodraw 63 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5760 5092 168 ) ( -5768 4348 168 ) ( -5752 4348 168 ) common/nodraw 62 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5768 4348 192 ) ( -5762 5092 192 ) ( -5756 4348 192 ) common/nodraw 62 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 683 +{ +( -5968 5100 0 ) ( -5968 3516 0 ) ( -5968 3516 568 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6024 3548 360 ) ( -6020 5132 360 ) ( -6016 3548 360 ) common/nodraw 61 -4 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5976 5100 360 ) ( -5976 5092 192 ) ( -5976 5108 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5960 4348 184 ) ( -5976 4348 184 ) ( -5968 4348 352 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5092 192 ) ( -5962 5092 192 ) ( -5965 5092 360 ) common/nodraw 63 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5762 5092 192 ) ( -5768 4348 192 ) ( -5756 4348 192 ) common/nodraw 62 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 684 +{ +( -6520 3340 192 ) ( -6520 4356 192 ) ( -5712 4356 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6436 4324 8 ) ( -5628 4324 8 ) ( -5628 4324 0 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5736 3340 8 ) ( -5736 4356 8 ) ( -5736 4356 0 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4356 8 ) ( -6544 4356 8 ) ( -6544 4356 0 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 4372 8 ) ( -5984 3356 8 ) ( -5984 3356 0 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5760 4356 168 ) ( -5768 4324 168 ) ( -5752 4324 168 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 685 +{ +( -5720 4364 360 ) ( -6528 4364 360 ) ( -6528 3348 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 3340 376 ) ( -6112 4356 376 ) ( -6112 4356 368 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4324 376 ) ( -6536 4324 376 ) ( -6536 4324 368 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4364 376 ) ( -6536 3348 376 ) ( -6536 3348 368 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6124 3804 360 ) ( -6136 3804 360 ) ( -6130 3804 568 ) ta_berlin/berlinwall2b 0 80 0.00 1 1 0 65536 0 +surfaceparm detail +( -6128 3804 384 ) ( -6118 4324 384 ) ( -6108 3804 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 686 +{ +( -6520 3348 568 ) ( -6520 4364 568 ) ( -5712 4364 568 ) mohcommon/crackedconcrete -24 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 3340 376 ) ( -6112 4356 376 ) ( -6112 4356 368 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4324 376 ) ( -6536 4324 376 ) ( -6536 4324 368 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4364 376 ) ( -6536 3348 376 ) ( -6536 3348 368 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6124 3804 360 ) ( -6136 3804 360 ) ( -6130 3804 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6118 4324 384 ) ( -6128 3804 384 ) ( -6108 3804 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 687 +{ +( -6032 4364 168 ) ( -6840 4364 168 ) ( -6840 3348 168 ) mohcommon/crackedconcrete -224 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6800 4076 184 ) ( -5992 4076 184 ) ( -5992 4076 176 ) mohcommon/crackedconcrete -224 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6368 3360 184 ) ( -6368 4376 184 ) ( -6368 4376 176 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6032 4156 184 ) ( -6840 4156 184 ) ( -6840 4156 176 ) mohcommon/crackedconcrete -224 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4348 184 ) ( -6536 3332 184 ) ( -6536 3332 176 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4136 192 ) ( -6536 4148 192 ) ( -6368 4142 192 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 688 +{ +( -5752 5100 0 ) ( -5992 5100 0 ) ( -5992 5092 0 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5960 5092 552 ) ( -5720 5092 552 ) ( -5720 5092 384 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5720 5092 552 ) ( -5720 5100 552 ) ( -5720 5100 384 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 5100 552 ) ( -5976 5100 552 ) ( -5976 5100 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5100 552 ) ( -5976 5092 552 ) ( -5976 5092 384 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4136 168 ) ( -5976 4144 168 ) ( -5720 4140 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 689 +{ +( -5960 5092 552 ) ( -5720 5092 552 ) ( -5720 5092 384 ) ta_berlin/berlinwall2b 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5092 552 ) ( -5720 5100 552 ) ( -5720 5100 384 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 5100 552 ) ( -5976 5100 552 ) ( -5976 5100 384 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5976 5100 552 ) ( -5976 5092 552 ) ( -5976 5092 384 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4136 192 ) ( -5976 4148 192 ) ( -5720 4142 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4144 168 ) ( -5976 4136 168 ) ( -5720 4140 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 690 +{ +( -6840 3348 360 ) ( -6840 4364 360 ) ( -6032 4364 360 ) mohcommon/crackedconcrete -224 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6800 4076 184 ) ( -5992 4076 184 ) ( -5992 4076 176 ) mohcommon/crackedconcrete -224 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6368 3360 184 ) ( -6368 4376 184 ) ( -6368 4376 176 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6032 4156 184 ) ( -6840 4156 184 ) ( -6840 4156 176 ) mohcommon/crackedconcrete -224 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4348 184 ) ( -6536 3332 184 ) ( -6536 3332 176 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4148 192 ) ( -6536 4136 192 ) ( -6368 4142 192 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 691 +{ +( -6080 3348 192 ) ( -6080 3804 192 ) ( -6072 3804 192 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3348 192 ) ( -6072 3348 192 ) ( -6072 3348 168 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6072 3348 192 ) ( -6072 3804 192 ) ( -6072 3804 168 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6072 3804 192 ) ( -6080 3804 192 ) ( -6080 3804 168 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3804 192 ) ( -6080 3348 192 ) ( -6080 3348 168 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3652 168 ) ( -6080 3644 168 ) ( -6072 3648 168 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 692 +{ +( -6076 3804 16 ) ( -6084 3804 16 ) ( -6084 3348 16 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3348 192 ) ( -6072 3348 192 ) ( -6072 3348 168 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6072 3348 192 ) ( -6072 3804 192 ) ( -6072 3804 168 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6072 3804 192 ) ( -6080 3804 192 ) ( -6080 3804 168 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3804 192 ) ( -6080 3348 192 ) ( -6080 3348 168 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3644 168 ) ( -6080 3652 168 ) ( -6072 3648 168 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 693 +{ +( -5984 3348 360 ) ( -5984 3804 360 ) ( -5976 3804 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3500 192 ) ( -5980 3500 192 ) ( -5980 3500 168 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3348 192 ) ( -5984 3804 192 ) ( -5984 3804 168 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3804 192 ) ( -5992 3804 192 ) ( -5992 3804 168 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5992 3804 192 ) ( -5992 3348 192 ) ( -5992 3348 168 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5992 3660 192 ) ( -5992 3652 192 ) ( -5984 3656 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 694 +{ +( -5988 3500 192 ) ( -5980 3500 192 ) ( -5980 3500 168 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3348 192 ) ( -5984 3804 192 ) ( -5984 3804 168 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3804 192 ) ( -5992 3804 192 ) ( -5992 3804 168 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3804 192 ) ( -5992 3348 192 ) ( -5992 3348 168 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3660 168 ) ( -5992 3652 168 ) ( -5984 3656 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3652 192 ) ( -5992 3660 192 ) ( -5984 3656 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 695 +{ +( -5992 3196 360 ) ( -5992 3652 360 ) ( -5984 3652 360 ) mohcommon/cncrtset_4 -104 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3396 192 ) ( -5976 3396 192 ) ( -5976 3396 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3196 360 ) ( -5984 3652 360 ) ( -5984 3652 336 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3424 192 ) ( -5996 3424 192 ) ( -5996 3424 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3652 192 ) ( -5992 3196 192 ) ( -5992 3196 168 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5992 3660 192 ) ( -5992 3652 192 ) ( -5984 3656 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 696 +{ +( -5984 3396 192 ) ( -5976 3396 192 ) ( -5976 3396 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3196 360 ) ( -5984 3652 360 ) ( -5984 3652 336 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3424 192 ) ( -5996 3424 192 ) ( -5996 3424 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3652 192 ) ( -5992 3196 192 ) ( -5992 3196 168 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3660 168 ) ( -5992 3652 168 ) ( -5984 3656 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3652 192 ) ( -5992 3660 192 ) ( -5984 3656 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 697 +{ +( -5992 3272 360 ) ( -5992 3728 360 ) ( -5984 3728 360 ) mohcommon/cncrtset_4 -104 80 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3424 192 ) ( -5980 3424 192 ) ( -5980 3424 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3272 360 ) ( -5984 3728 360 ) ( -5984 3728 336 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3500 192 ) ( -5996 3500 192 ) ( -5996 3500 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3728 192 ) ( -5992 3272 192 ) ( -5992 3272 168 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5992 3660 192 ) ( -5992 3652 192 ) ( -5984 3656 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 698 +{ +( -5988 3424 192 ) ( -5980 3424 192 ) ( -5980 3424 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3272 360 ) ( -5984 3728 360 ) ( -5984 3728 336 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3500 192 ) ( -5996 3500 192 ) ( -5996 3500 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3728 192 ) ( -5992 3272 192 ) ( -5992 3272 168 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3660 168 ) ( -5992 3652 168 ) ( -5984 3656 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3652 192 ) ( -5992 3660 192 ) ( -5984 3656 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 699 +{ +( -5988 3804 16 ) ( -5996 3804 16 ) ( -5996 3348 16 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3500 192 ) ( -5980 3500 192 ) ( -5980 3500 168 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3348 192 ) ( -5984 3804 192 ) ( -5984 3804 168 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5984 3804 192 ) ( -5992 3804 192 ) ( -5992 3804 168 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3804 192 ) ( -5992 3348 192 ) ( -5992 3348 168 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5992 3652 168 ) ( -5992 3660 168 ) ( -5984 3656 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 700 +{ +( -5988 3652 16 ) ( -5996 3652 16 ) ( -5996 3196 16 ) mohcommon/cncrtset_4 -104 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3396 192 ) ( -5976 3396 192 ) ( -5976 3396 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3196 360 ) ( -5984 3652 360 ) ( -5984 3652 336 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5988 3424 192 ) ( -5996 3424 192 ) ( -5996 3424 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3652 192 ) ( -5992 3196 192 ) ( -5992 3196 168 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5992 3652 168 ) ( -5992 3660 168 ) ( -5984 3656 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 701 +{ +( -5984 3728 124 ) ( -5992 3728 124 ) ( -5992 3272 124 ) mohcommon/cncrtset_4 -104 80 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3424 192 ) ( -5980 3424 192 ) ( -5980 3424 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3272 360 ) ( -5984 3728 360 ) ( -5984 3728 336 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5988 3500 192 ) ( -5996 3500 192 ) ( -5996 3500 168 ) mohcommon/cncrtset_4 -104 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5992 3728 192 ) ( -5992 3272 192 ) ( -5992 3272 168 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5992 3652 168 ) ( -5992 3660 168 ) ( -5984 3656 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 702 +{ +( -5988 3652 16 ) ( -5996 3652 16 ) ( -5996 3196 16 ) mohcommon/cncrtset_4 -104 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3348 192 ) ( -5980 3348 192 ) ( -5980 3348 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 3188 192 ) ( -5736 3644 192 ) ( -5736 3644 168 ) mohcommon/cncrtset_4 -4 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3396 192 ) ( -5996 3396 192 ) ( -5996 3396 168 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6072 3652 192 ) ( -6072 3196 192 ) ( -6072 3196 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5836 3348 168 ) ( -5832 3396 168 ) ( -5828 3348 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 703 +{ +( -5988 3348 192 ) ( -5980 3348 192 ) ( -5980 3348 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 3188 192 ) ( -5736 3644 192 ) ( -5736 3644 168 ) mohcommon/cncrtset_4 -4 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3396 192 ) ( -5996 3396 192 ) ( -5996 3396 168 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6072 3652 192 ) ( -6072 3196 192 ) ( -6072 3196 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5832 3396 168 ) ( -5836 3348 168 ) ( -5828 3348 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5832 3348 192 ) ( -5826 3396 192 ) ( -5820 3348 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 704 +{ +( -5992 3196 360 ) ( -5992 3652 360 ) ( -5984 3652 360 ) mohcommon/cncrtset_4 -104 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3348 192 ) ( -5980 3348 192 ) ( -5980 3348 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 3188 192 ) ( -5736 3644 192 ) ( -5736 3644 168 ) mohcommon/cncrtset_4 -4 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5988 3396 192 ) ( -5996 3396 192 ) ( -5996 3396 168 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6072 3652 192 ) ( -6072 3196 192 ) ( -6072 3196 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5826 3396 192 ) ( -5832 3348 192 ) ( -5820 3348 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 705 +{ +( -5752 5380 568 ) ( -5752 5348 568 ) ( -5752 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5364 568 ) ( -5720 5364 64 ) ( -5752 5364 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5380 568 ) ( -5760 5380 568 ) ( -5760 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 5372 64 ) ( -5720 5372 568 ) ( -5720 5380 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 5380 192 ) ( -5708 5364 192 ) ( -5700 5364 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 5364 360 ) ( -5696 5380 360 ) ( -5692 5364 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 706 +{ +( -5176 5380 568 ) ( -5176 5348 568 ) ( -5176 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5364 0 ) ( -5176 5364 0 ) ( -5176 5364 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5380 568 ) ( -5184 5380 568 ) ( -5184 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144 5380 0 ) ( -5152 5372 0 ) ( -5148 5376 568 ) common/nodraw 56 2 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5704 5380 192 ) ( -5708 5364 192 ) ( -5700 5364 192 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5700 5364 360 ) ( -5696 5380 360 ) ( -5692 5364 360 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +} +// brush 707 +{ +( -6256 5364 568 ) ( -6232 5364 568 ) ( -6232 5364 0 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6232 5348 96 ) ( -6232 5380 96 ) ( -6232 5380 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6240 5380 568 ) ( -6272 5380 568 ) ( -6272 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 5372 64 ) ( -6264 5380 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 5380 192 ) ( -5708 5364 192 ) ( -5700 5364 192 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 5364 360 ) ( -5696 5380 360 ) ( -5692 5364 360 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 708 +{ +( -6264 4836 568 ) ( -6232 4836 568 ) ( -6232 4836 536 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 4844 96 ) ( -6248 4876 96 ) ( -6248 4876 64 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6232 4868 96 ) ( -6264 4868 96 ) ( -6264 4868 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 4860 568 ) ( -6264 4828 568 ) ( -6264 4828 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 4868 192 ) ( -5708 4836 192 ) ( -5700 4836 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 4836 360 ) ( -5696 4868 360 ) ( -5692 4836 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 709 +{ +( -6264 5348 568 ) ( -6232 5348 568 ) ( -6232 5348 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 5348 568 ) ( -6248 5372 568 ) ( -6248 5364 64 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6264 5372 568 ) ( -6264 5340 568 ) ( -6264 5340 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6264 5380 64 ) ( -6256 5372 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 5380 192 ) ( -5708 5348 192 ) ( -5700 5348 192 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 5348 360 ) ( -5696 5380 360 ) ( -5692 5348 360 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 710 +{ +( -6296 4836 568 ) ( -6296 4804 568 ) ( -6296 4804 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6280 4820 96 ) ( -6248 4820 96 ) ( -6248 4820 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4804 96 ) ( -6248 4836 96 ) ( -6248 4836 64 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6272 4836 568 ) ( -6304 4836 568 ) ( -6304 4836 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 4836 192 ) ( -5708 4820 192 ) ( -5700 4820 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 4820 360 ) ( -5696 4836 360 ) ( -5692 4820 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 711 +{ +( -6536 4804 568 ) ( -6536 4828 568 ) ( -6536 4820 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4804 568 ) ( -6520 4804 568 ) ( -6520 4804 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4836 64 ) ( -6544 4828 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6552 4828 568 ) ( -6552 4796 568 ) ( -6552 4796 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 4836 192 ) ( -5708 4804 192 ) ( -5700 4804 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 4804 360 ) ( -5696 4836 360 ) ( -5692 4804 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 712 +{ +( -6544 4828 64 ) ( -6552 4836 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4820 64 ) ( -6544 4820 64 ) ( -6536 4820 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4836 96 ) ( -6552 4836 96 ) ( -6552 4836 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4812 96 ) ( -6520 4844 96 ) ( -6520 4844 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4836 192 ) ( -5708 4820 192 ) ( -5700 4820 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 4820 360 ) ( -5696 4836 360 ) ( -5692 4820 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 713 +{ +( -6552 3780 568 ) ( -6520 3780 568 ) ( -6520 3780 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3788 96 ) ( -6536 3820 96 ) ( -6536 3820 64 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6520 3812 96 ) ( -6552 3812 96 ) ( -6552 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 3804 568 ) ( -6552 3772 568 ) ( -6552 3772 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 3812 192 ) ( -5708 3780 192 ) ( -5700 3780 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 3780 360 ) ( -5696 3812 360 ) ( -5692 3780 360 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 714 +{ +( -6544 4292 568 ) ( -6512 4292 568 ) ( -6512 4292 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4300 96 ) ( -6536 4332 96 ) ( -6536 4332 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4324 96 ) ( -6552 4324 96 ) ( -6552 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4316 568 ) ( -6552 4284 568 ) ( -6552 4284 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 4324 192 ) ( -5708 4292 192 ) ( -5700 4292 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 4292 360 ) ( -5696 4324 360 ) ( -5692 4292 360 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 715 +{ +( -5160 4876 0 ) ( -5160 4900 0 ) ( -5160 4900 568 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4900 64 ) ( -5144 4900 96 ) ( -5176 4900 96 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4860 536 ) ( -5144 4860 568 ) ( -5144 4892 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4868 64 ) ( -5152 4876 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 54 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5704 4900 192 ) ( -5708 4868 192 ) ( -5700 4868 192 ) mohtest/groovedstn1a 53 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5700 4868 360 ) ( -5696 4900 360 ) ( -5692 4868 360 ) mohtest/groovedstn1a 53 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 716 +{ +( -5176 4900 536 ) ( -5176 4900 568 ) ( -5176 4868 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5176 4884 0 ) ( -5152 4884 0 ) ( -5160 4884 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5184 4868 536 ) ( -5184 4868 568 ) ( -5152 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 4876 64 ) ( -5144 4868 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 30 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5704 4884 192 ) ( -5708 4868 192 ) ( -5700 4868 192 ) mohtest/groovedstn1a 29 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5700 4868 360 ) ( -5696 4884 360 ) ( -5692 4868 360 ) mohtest/groovedstn1a 29 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 717 +{ +( -5728 4884 64 ) ( -5688 4884 64 ) ( -5688 4884 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5688 4868 64 ) ( -5688 4868 96 ) ( -5688 4900 96 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4868 536 ) ( -5728 4868 568 ) ( -5696 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4868 64 ) ( -5728 4876 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4884 192 ) ( -5708 4868 192 ) ( -5700 4868 192 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 4868 360 ) ( -5696 4884 360 ) ( -5692 4868 360 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 718 +{ +( -5752 4836 536 ) ( -5752 4836 568 ) ( -5720 4836 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4836 64 ) ( -5736 4876 64 ) ( -5736 4884 568 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4828 472 ) ( -5720 4828 504 ) ( -5720 4860 504 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4876 64 ) ( -5720 4868 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4884.000488 192 ) ( -5708 4836 192 ) ( -5700 4836 192 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 4836 360 ) ( -5696 4884.000488 360 ) ( -5692 4836 360 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 719 +{ +( -5720 4356 568 ) ( -5752 4356 568 ) ( -5752 4356 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4348 96 ) ( -5736 4316 96 ) ( -5736 4316 64 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5760 4324 96 ) ( -5728 4324 96 ) ( -5728 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4332 568 ) ( -5720 4364 568 ) ( -5720 4364 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4356 192 ) ( -5708 4324 192 ) ( -5700 4324 192 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 4324 360 ) ( -5696 4356 360 ) ( -5692 4324 360 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 720 +{ +( -5728 4100 568 ) ( -5760 4100 568 ) ( -5760 4100 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4092 96 ) ( -5736 4060 96 ) ( -5736 4060 64 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5752 4068 96 ) ( -5720 4068 96 ) ( -5720 4068 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4076 568 ) ( -5720 4108 568 ) ( -5720 4108 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4100 192 ) ( -5708 4068 192 ) ( -5700 4068 192 ) mohtest/groovedstn1a 14 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5700 4068 360 ) ( -5696 4100 360 ) ( -5692 4068 360 ) mohtest/groovedstn1a 14 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 721 +{ +( -5176 5380 568 ) ( -5176 5348 568 ) ( -5176 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5364 0 ) ( -5176 5364 0 ) ( -5176 5364 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5380 568 ) ( -5184 5380 568 ) ( -5184 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5176 5364 0 ) ( -5152 5364 0 ) ( -5144 5380 0 ) common/nodraw 17 17 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5144 5380 0 ) ( -5152 5372 0 ) ( -5148 5376 568 ) common/nodraw 56 2 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5704 5364 168 ) ( -5700 5380 168 ) ( -5696 5364 168 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +} +// brush 722 +{ +( -5752 5380 568 ) ( -5752 5348 568 ) ( -5752 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5364 568 ) ( -5720 5364 64 ) ( -5752 5364 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5380 568 ) ( -5760 5380 568 ) ( -5760 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 5372 64 ) ( -5720 5372 568 ) ( -5720 5380 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5969 5380 0 ) ( -5972 5372 0 ) ( -5966 5372 0 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 5364 168 ) ( -5700 5380 168 ) ( -5696 5364 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 723 +{ +( -6256 5364 568 ) ( -6232 5364 568 ) ( -6232 5364 0 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6232 5348 96 ) ( -6232 5380 96 ) ( -6232 5380 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6240 5380 568 ) ( -6272 5380 568 ) ( -6272 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 5364 0 ) ( -6232 5364 0 ) ( -6232 5380 0 ) common/nodraw 28 39 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 5372 64 ) ( -6264 5380 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 5364 168 ) ( -5700 5380 168 ) ( -5696 5364 168 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 724 +{ +( -6264 4836 568 ) ( -6232 4836 568 ) ( -6232 4836 536 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 4844 96 ) ( -6248 4876 96 ) ( -6248 4876 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6232 4868 96 ) ( -6264 4868 96 ) ( -6264 4868 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 4860 568 ) ( -6264 4828 568 ) ( -6264 4828 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6255 4868 64 ) ( -6258 4836 64 ) ( -6252 4836 64 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 4836 168 ) ( -5700 4868 168 ) ( -5696 4836 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 725 +{ +( -6264 5348 568 ) ( -6232 5348 568 ) ( -6232 5348 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 5348 568 ) ( -6248 5372 568 ) ( -6248 5364 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 5372 568 ) ( -6264 5340 568 ) ( -6264 5340 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 5348 64 ) ( -6248 5372 64 ) ( -6264 5380 64 ) common/nodraw 28 39 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6264 5380 64 ) ( -6256 5372 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 5348 168 ) ( -5700 5380 168 ) ( -5696 5348 168 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 726 +{ +( -6296 4836 568 ) ( -6296 4804 568 ) ( -6296 4804 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6280 4820 96 ) ( -6248 4820 96 ) ( -6248 4820 64 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6248 4804 96 ) ( -6248 4836 96 ) ( -6248 4836 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6272 4836 568 ) ( -6304 4836 568 ) ( -6304 4836 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6255 4836 64 ) ( -6258 4828 64 ) ( -6252 4828 64 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 4820 168 ) ( -5700 4836 168 ) ( -5696 4820 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 727 +{ +( -6536 4804 568 ) ( -6536 4828 568 ) ( -6536 4820 64 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6552 4804 568 ) ( -6520 4804 568 ) ( -6520 4804 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4836 64 ) ( -6544 4828 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6552 4828 568 ) ( -6552 4796 568 ) ( -6552 4796 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4804 64 ) ( -6536 4828 64 ) ( -6552 4836 64 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 4804 168 ) ( -5700 4836 168 ) ( -5696 4804 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 728 +{ +( -5752 4316 40 ) ( -5720 4316 40 ) ( -5720 4348 40 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 4356 568 ) ( -5752 4356 568 ) ( -5752 4356 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4348 96 ) ( -5736 4316 96 ) ( -5736 4316 64 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5760 4324 96 ) ( -5728 4324 96 ) ( -5728 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4332 568 ) ( -5720 4364 568 ) ( -5720 4364 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4324 168 ) ( -5700 4356 168 ) ( -5696 4324 168 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 729 +{ +( -5736 4876 0 ) ( -5736 4836 0 ) ( -5720 4836 0 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5752 4836 536 ) ( -5752 4836 568 ) ( -5720 4836 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4836 64 ) ( -5736 4876 64 ) ( -5736 4884 568 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4828 472 ) ( -5720 4828 504 ) ( -5720 4860 504 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4876 64 ) ( -5720 4868 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4836 168 ) ( -5700 4884 168 ) ( -5696 4836 168 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 730 +{ +( -5152 4884 0 ) ( -5176 4884 0 ) ( -5176 4868 0 ) common/nodraw -45 -23 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5176 4900 536 ) ( -5176 4900 568 ) ( -5176 4868 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5176 4884 0 ) ( -5152 4884 0 ) ( -5160 4884 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5184 4868 536 ) ( -5184 4868 568 ) ( -5152 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 4876 64 ) ( -5144 4868 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 30 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5704 4868 168 ) ( -5700 4884 168 ) ( -5696 4868 168 ) mohtest/groovedstn1a 29 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 731 +{ +( -5160 4900 0 ) ( -5160 4876 0 ) ( -5144 4868 0 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5160 4876 0 ) ( -5160 4900 0 ) ( -5160 4900 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4900 64 ) ( -5144 4900 96 ) ( -5176 4900 96 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4860 536 ) ( -5144 4860 568 ) ( -5144 4892 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4868 64 ) ( -5152 4876 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 54 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5704 4868 168 ) ( -5700 4900 168 ) ( -5696 4868 168 ) mohtest/groovedstn1a 53 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 732 +{ +( -6544 4828 64 ) ( -6552 4836 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4820 64 ) ( -6544 4820 64 ) ( -6536 4820 568 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6520 4836 96 ) ( -6552 4836 96 ) ( -6552 4836 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4812 96 ) ( -6520 4844 96 ) ( -6520 4844 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6544 4820 64 ) ( -6520 4820 64 ) ( -6520 4836 64 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 4820 168 ) ( -5700 4836 168 ) ( -5696 4820 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 733 +{ +( -6264 4836 568 ) ( -6232 4836 568 ) ( -6232 4836 536 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 4844 96 ) ( -6248 4876 96 ) ( -6248 4876 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6232 4868 96 ) ( -6264 4868 96 ) ( -6264 4868 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 4860 568 ) ( -6264 4828 568 ) ( -6264 4828 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 4868 168 ) ( -5704 4836 168 ) ( -5696 4836 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4836 192 ) ( -5704 4868 192 ) ( -5700 4836 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 734 +{ +( -5728 4100 568 ) ( -5760 4100 568 ) ( -5760 4100 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4092 96 ) ( -5736 4060 96 ) ( -5736 4060 64 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5752 4068 96 ) ( -5720 4068 96 ) ( -5720 4068 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4076 568 ) ( -5720 4108 568 ) ( -5720 4108 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5708 4100 40 ) ( -5720 4068 40 ) ( -5696 4068 40 ) mohtest/groovedstn1a 14 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5704 4068 168 ) ( -5700 4100 168 ) ( -5696 4068 168 ) mohtest/groovedstn1a 14 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 735 +{ +( -6520 3820 64 ) ( -6552 3820 64 ) ( -6552 3788 64 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 3780 568 ) ( -6520 3780 568 ) ( -6520 3780 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3788 96 ) ( -6536 3820 96 ) ( -6536 3820 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 3812 96 ) ( -6552 3812 96 ) ( -6552 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 3804 568 ) ( -6552 3772 568 ) ( -6552 3772 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 3780 168 ) ( -5700 3812 168 ) ( -5696 3780 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 736 +{ +( -6520 4332 64 ) ( -6552 4332 64 ) ( -6552 4300 64 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6544 4292 568 ) ( -6512 4292 568 ) ( -6512 4292 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4300 96 ) ( -6536 4332 96 ) ( -6536 4332 64 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6520 4324 96 ) ( -6552 4324 96 ) ( -6552 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4316 568 ) ( -6552 4284 568 ) ( -6552 4284 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 4292 168 ) ( -5700 4324 168 ) ( -5696 4292 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 737 +{ +( -6296 4836 568 ) ( -6296 4804 568 ) ( -6296 4804 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6280 4820 96 ) ( -6248 4820 96 ) ( -6248 4820 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4804 96 ) ( -6248 4836 96 ) ( -6248 4836 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6272 4836 568 ) ( -6304 4836 568 ) ( -6304 4836 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 4836 168 ) ( -5704 4820 168 ) ( -5696 4820 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4820 192 ) ( -5704 4836 192 ) ( -5700 4820 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 738 +{ +( -6264 5348 568 ) ( -6232 5348 568 ) ( -6232 5348 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 5348 568 ) ( -6248 5372 568 ) ( -6248 5364 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 5372 568 ) ( -6264 5340 568 ) ( -6264 5340 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6264 5380 64 ) ( -6256 5372 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 5380 168 ) ( -5704 5348 168 ) ( -5696 5348 168 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 5348 192 ) ( -5704 5380 192 ) ( -5700 5348 192 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 739 +{ +( -6256 5364 568 ) ( -6232 5364 568 ) ( -6232 5364 0 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6232 5348 96 ) ( -6232 5380 96 ) ( -6232 5380 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6240 5380 568 ) ( -6272 5380 568 ) ( -6272 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 5372 64 ) ( -6264 5380 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 5380 168 ) ( -5704 5364 168 ) ( -5696 5364 168 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 5364 192 ) ( -5704 5380 192 ) ( -5700 5364 192 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 740 +{ +( -5752 5380 568 ) ( -5752 5348 568 ) ( -5752 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5364 568 ) ( -5720 5364 64 ) ( -5752 5364 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5380 568 ) ( -5760 5380 568 ) ( -5760 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 5372 64 ) ( -5720 5372 568 ) ( -5720 5380 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 5380 168 ) ( -5704 5364 168 ) ( -5696 5364 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 5364 192 ) ( -5704 5380 192 ) ( -5700 5364 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 741 +{ +( -5176 5380 568 ) ( -5176 5348 568 ) ( -5176 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5364 0 ) ( -5176 5364 0 ) ( -5176 5364 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5380 568 ) ( -5184 5380 568 ) ( -5184 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144 5380 0 ) ( -5152 5372 0 ) ( -5148 5376 568 ) common/nodraw 56 2 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5700 5380 168 ) ( -5704 5364 168 ) ( -5696 5364 168 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5708 5364 192 ) ( -5704 5380 192 ) ( -5700 5364 192 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +} +// brush 742 +{ +( -6536 4804 568 ) ( -6536 4828 568 ) ( -6536 4820 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4804 568 ) ( -6520 4804 568 ) ( -6520 4804 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4836 64 ) ( -6544 4828 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6552 4828 568 ) ( -6552 4796 568 ) ( -6552 4796 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 4836 168 ) ( -5704 4804 168 ) ( -5696 4804 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4804 192 ) ( -5704 4836 192 ) ( -5700 4804 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 743 +{ +( -6552 3780 568 ) ( -6520 3780 568 ) ( -6520 3780 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3788 96 ) ( -6536 3820 96 ) ( -6536 3820 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 3812 96 ) ( -6552 3812 96 ) ( -6552 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 3804 568 ) ( -6552 3772 568 ) ( -6552 3772 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 3812 168 ) ( -5704 3780 168 ) ( -5696 3780 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 3780 192 ) ( -5704 3812 192 ) ( -5700 3780 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 744 +{ +( -5728 4100 568 ) ( -5760 4100 568 ) ( -5760 4100 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4092 96 ) ( -5736 4060 96 ) ( -5736 4060 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 4068 96 ) ( -5720 4068 96 ) ( -5720 4068 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4076 568 ) ( -5720 4108 568 ) ( -5720 4108 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 4100 168 ) ( -5704 4068 168 ) ( -5696 4068 168 ) mohtest/groovedstn1a 14 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 4068 192 ) ( -5704 4100 192 ) ( -5700 4068 192 ) mohtest/groovedstn1a 14 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 745 +{ +( -5720 4356 568 ) ( -5752 4356 568 ) ( -5752 4356 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4348 96 ) ( -5736 4316 96 ) ( -5736 4316 64 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5760 4324 96 ) ( -5728 4324 96 ) ( -5728 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4332 568 ) ( -5720 4364 568 ) ( -5720 4364 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 4356 168 ) ( -5704 4324 168 ) ( -5696 4324 168 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5708 4324 192 ) ( -5704 4356 192 ) ( -5700 4324 192 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 746 +{ +( -5752 4836 536 ) ( -5752 4836 568 ) ( -5720 4836 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4836 64 ) ( -5736 4876 64 ) ( -5736 4884 568 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4828 472 ) ( -5720 4828 504 ) ( -5720 4860 504 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4876 64 ) ( -5720 4868 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 4884 168 ) ( -5704 4836 168 ) ( -5696 4836 168 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5708 4836 192 ) ( -5704 4884.000488 192 ) ( -5700 4836 192 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 747 +{ +( -5728 4884 64 ) ( -5688 4884 64 ) ( -5688 4884 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5688 4868 64 ) ( -5688 4868 96 ) ( -5688 4900 96 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4868 536 ) ( -5728 4868 568 ) ( -5696 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4868 64 ) ( -5728 4876 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 4884 168 ) ( -5704 4868 168 ) ( -5696 4868 168 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5708 4868 192 ) ( -5704 4884 192 ) ( -5700 4868 192 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 748 +{ +( -5176 4900 536 ) ( -5176 4900 568 ) ( -5176 4868 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5176 4884 0 ) ( -5152 4884 0 ) ( -5160 4884 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5184 4868 536 ) ( -5184 4868 568 ) ( -5152 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 4876 64 ) ( -5144 4868 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 30 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5700 4884 168 ) ( -5704 4868 168 ) ( -5696 4868 168 ) mohtest/groovedstn1a 29 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 4868 192 ) ( -5704 4884 192 ) ( -5700 4868 192 ) mohtest/groovedstn1a 29 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 749 +{ +( -5160 4876 0 ) ( -5160 4900 0 ) ( -5160 4900 568 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4900 64 ) ( -5144 4900 96 ) ( -5176 4900 96 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4860 536 ) ( -5144 4860 568 ) ( -5144 4892 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4868 64 ) ( -5152 4876 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 54 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5700 4900 168 ) ( -5704 4868 168 ) ( -5696 4868 168 ) mohtest/groovedstn1a 53 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 4868 192 ) ( -5704 4900 192 ) ( -5700 4868 192 ) mohtest/groovedstn1a 53 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 750 +{ +( -6544 4292 568 ) ( -6512 4292 568 ) ( -6512 4292 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4300 96 ) ( -6536 4332 96 ) ( -6536 4332 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4324 96 ) ( -6552 4324 96 ) ( -6552 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4316 568 ) ( -6552 4284 568 ) ( -6552 4284 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 4324 168 ) ( -5704 4292 168 ) ( -5696 4292 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4292 192 ) ( -5704 4324 192 ) ( -5700 4292 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 751 +{ +( -6544 4828 64 ) ( -6552 4836 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4820 64 ) ( -6544 4820 64 ) ( -6536 4820 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4836 96 ) ( -6552 4836 96 ) ( -6552 4836 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4812 96 ) ( -6520 4844 96 ) ( -6520 4844 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5700 4836 168 ) ( -5704 4820 168 ) ( -5696 4820 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4820 192 ) ( -5704 4836 192 ) ( -5700 4820 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 752 +{ +( -6296 4836 568 ) ( -6296 4804 568 ) ( -6296 4804 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6280 4820 96 ) ( -6248 4820 96 ) ( -6248 4820 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4804 96 ) ( -6248 4836 96 ) ( -6248 4836 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6272 4836 568 ) ( -6304 4836 568 ) ( -6304 4836 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 4836 360 ) ( -5700 4820 360 ) ( -5692 4820 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4820 384 ) ( -5702 4836 384 ) ( -5696 4820 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 753 +{ +( -6296 4836 568 ) ( -6264 4836 568 ) ( -6264 4804 568 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6296 4836 568 ) ( -6296 4804 568 ) ( -6296 4804 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6280 4820 96 ) ( -6248 4820 96 ) ( -6248 4820 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 4804 96 ) ( -6248 4836 96 ) ( -6248 4836 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6272 4836 568 ) ( -6304 4836 568 ) ( -6304 4836 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5702 4836 384 ) ( -5708 4820 384 ) ( -5696 4820 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 754 +{ +( -6264 4836 568 ) ( -6232 4836 568 ) ( -6232 4836 536 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 4844 96 ) ( -6248 4876 96 ) ( -6248 4876 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6232 4868 96 ) ( -6264 4868 96 ) ( -6264 4868 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 4860 568 ) ( -6264 4828 568 ) ( -6264 4828 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 4868 360 ) ( -5700 4836 360 ) ( -5692 4836 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4836 384 ) ( -5702 4868 384 ) ( -5696 4836 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 755 +{ +( -6264 4836 568 ) ( -6264 4868 568 ) ( -6232 4868 568 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6264 4836 568 ) ( -6232 4836 568 ) ( -6232 4836 536 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 4844 96 ) ( -6248 4876 96 ) ( -6248 4876 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6232 4868 96 ) ( -6264 4868 96 ) ( -6264 4868 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 4860 568 ) ( -6264 4828 568 ) ( -6264 4828 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5702 4868 384 ) ( -5708 4836 384 ) ( -5696 4836 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 756 +{ +( -6264 5348 568 ) ( -6232 5348 568 ) ( -6232 5348 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 5348 568 ) ( -6248 5372 568 ) ( -6248 5364 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 5372 568 ) ( -6264 5340 568 ) ( -6264 5340 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6264 5380 64 ) ( -6256 5372 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 5380 360 ) ( -5700 5348 360 ) ( -5692 5348 360 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 5348 384 ) ( -5702 5380 384 ) ( -5696 5348 384 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 757 +{ +( -6248 5372 568 ) ( -6248 5348 568 ) ( -6264 5348 568 ) common/nodraw 28 39 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6264 5348 568 ) ( -6232 5348 568 ) ( -6232 5348 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 5348 568 ) ( -6248 5372 568 ) ( -6248 5364 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6264 5372 568 ) ( -6264 5340 568 ) ( -6264 5340 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6264 5380 64 ) ( -6256 5372 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5702 5380 384 ) ( -5708 5348 384 ) ( -5696 5348 384 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 758 +{ +( -6256 5364 568 ) ( -6232 5364 568 ) ( -6232 5364 0 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6232 5348 96 ) ( -6232 5380 96 ) ( -6232 5380 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6240 5380 568 ) ( -6272 5380 568 ) ( -6272 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 5372 64 ) ( -6264 5380 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 5380 360 ) ( -5700 5364 360 ) ( -5692 5364 360 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 5364 384 ) ( -5702 5380 384 ) ( -5696 5364 384 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 759 +{ +( -6232 5364 568 ) ( -6256 5364 568 ) ( -6264 5380 568 ) common/nodraw 28 39 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 5364 568 ) ( -6232 5364 568 ) ( -6232 5364 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6232 5348 96 ) ( -6232 5380 96 ) ( -6232 5380 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6240 5380 568 ) ( -6272 5380 568 ) ( -6272 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 5372 64 ) ( -6264 5380 64 ) ( -6260 5376 568 ) common/nodraw 0 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5702 5380 384 ) ( -5708 5364 384 ) ( -5696 5364 384 ) common/nodraw 0 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 760 +{ +( -5752 5380 568 ) ( -5752 5348 568 ) ( -5752 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5364 568 ) ( -5720 5364 64 ) ( -5752 5364 64 ) ta_berlin/berlinwall2b 0 -96 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5380 568 ) ( -5760 5380 568 ) ( -5760 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 5372 64 ) ( -5720 5372 568 ) ( -5720 5380 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 5380 360 ) ( -5700 5364 360 ) ( -5692 5364 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 5364 384 ) ( -5702 5380 384 ) ( -5696 5364 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 761 +{ +( -5752 5380 568 ) ( -5720 5380 568 ) ( -5720 5348 568 ) common/nodraw 28 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -5752 5380 568 ) ( -5752 5348 568 ) ( -5752 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5364 568 ) ( -5720 5364 64 ) ( -5752 5364 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5728 5380 568 ) ( -5760 5380 568 ) ( -5760 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 5372 64 ) ( -5720 5372 568 ) ( -5720 5380 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5702 5380 384 ) ( -5708 5364 384 ) ( -5696 5364 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 762 +{ +( -5176 5380 568 ) ( -5176 5348 568 ) ( -5176 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5364 0 ) ( -5176 5364 0 ) ( -5176 5364 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5380 568 ) ( -5184 5380 568 ) ( -5184 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144 5380 0 ) ( -5152 5372 0 ) ( -5148 5376 568 ) common/nodraw 56 2 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5696 5380 360 ) ( -5700 5364 360 ) ( -5692 5364 360 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5708 5364 384 ) ( -5702 5380 384 ) ( -5696 5364 384 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +} +// brush 763 +{ +( -5152 5364 568 ) ( -5176 5364 568 ) ( -5176 5380 568 ) common/nodraw 17 17 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5176 5380 568 ) ( -5176 5348 568 ) ( -5176 5348 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5364 0 ) ( -5176 5364 0 ) ( -5176 5364 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5152 5380 568 ) ( -5184 5380 568 ) ( -5184 5380 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144 5380 0 ) ( -5152 5372 0 ) ( -5148 5376 568 ) common/nodraw 56 2 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5702 5380 384 ) ( -5708 5364 384 ) ( -5696 5364 384 ) common/nodraw 27 56 -180.00 3.500000 -2.875000 536870912 2224 0 +surfaceparm detail +} +// brush 764 +{ +( -6536 4804 568 ) ( -6536 4828 568 ) ( -6536 4820 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4804 568 ) ( -6520 4804 568 ) ( -6520 4804 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4836 64 ) ( -6544 4828 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6552 4828 568 ) ( -6552 4796 568 ) ( -6552 4796 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 4836 360 ) ( -5700 4804 360 ) ( -5692 4804 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4804 384 ) ( -5702 4836 384 ) ( -5696 4804 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 765 +{ +( -6536 4804 568 ) ( -6536 4828 568 ) ( -6536 4820 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6552 4804 568 ) ( -6520 4804 568 ) ( -6520 4804 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4836 64 ) ( -6544 4828 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6552 4828 568 ) ( -6552 4796 568 ) ( -6552 4796 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4828 568 ) ( -6536 4804 568 ) ( -6552 4804 568 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5702 4836 384 ) ( -5708 4804 384 ) ( -5696 4804 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 766 +{ +( -5720 3588 568 ) ( -5720 3556 568 ) ( -5752 3556 568 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3588 568 ) ( -5760 3588 568 ) ( -5760 3588 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3580 96 ) ( -5736 3548 96 ) ( -5736 3548 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5752 3556 96 ) ( -5720 3556 96 ) ( -5720 3556 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3564 568 ) ( -5720 3596 568 ) ( -5720 3596 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5702 3588 384 ) ( -5708 3556 384 ) ( -5696 3556 384 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 767 +{ +( -6552 3780 568 ) ( -6520 3780 568 ) ( -6520 3780 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3788 96 ) ( -6536 3820 96 ) ( -6536 3820 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 3812 96 ) ( -6552 3812 96 ) ( -6552 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 3804 568 ) ( -6552 3772 568 ) ( -6552 3772 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 3812 360 ) ( -5700 3780 360 ) ( -5692 3780 360 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 3780 384 ) ( -5702 3812 384 ) ( -5696 3780 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 768 +{ +( -6552 3780 568 ) ( -6552 3812 568 ) ( -6520 3812 568 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 3780 568 ) ( -6520 3780 568 ) ( -6520 3780 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3788 96 ) ( -6536 3820 96 ) ( -6536 3820 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 3812 96 ) ( -6552 3812 96 ) ( -6552 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 3804 568 ) ( -6552 3772 568 ) ( -6552 3772 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5702 3812 384 ) ( -5708 3780 384 ) ( -5696 3780 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 769 +{ +( -5720 3844 568 ) ( -5720 3812 568 ) ( -5752 3812 568 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 3844 360 ) ( -5760 3844 360 ) ( -5760 3844 328 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3836 96 ) ( -5736 3804 96 ) ( -5736 3804 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5752 3812 96 ) ( -5720 3812 96 ) ( -5720 3812 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 3820 568 ) ( -5720 3852 568 ) ( -5720 3852 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5702 3844 384 ) ( -5708 3812 384 ) ( -5696 3812 384 ) mohtest/groovedstn1a 15 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 770 +{ +( -5728 4100 568 ) ( -5760 4100 568 ) ( -5760 4100 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4092 96 ) ( -5736 4060 96 ) ( -5736 4060 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 4068 96 ) ( -5720 4068 96 ) ( -5720 4068 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4076 568 ) ( -5720 4108 568 ) ( -5720 4108 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 4100 360 ) ( -5700 4068 360 ) ( -5692 4068 360 ) mohtest/groovedstn1a 14 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 4068 384 ) ( -5702 4100 384 ) ( -5696 4068 384 ) mohtest/groovedstn1a 14 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 771 +{ +( -5720 4100 568 ) ( -5720 4068 568 ) ( -5752 4068 568 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4100 568 ) ( -5760 4100 568 ) ( -5760 4100 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4092 96 ) ( -5736 4060 96 ) ( -5736 4060 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5752 4068 96 ) ( -5720 4068 96 ) ( -5720 4068 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4076 568 ) ( -5720 4108 568 ) ( -5720 4108 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5702 4100 384 ) ( -5708 4068 384 ) ( -5696 4068 384 ) mohtest/groovedstn1a 14 14 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 772 +{ +( -5720 4356 568 ) ( -5752 4356 568 ) ( -5752 4356 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4348 96 ) ( -5736 4316 96 ) ( -5736 4316 64 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5760 4324 96 ) ( -5728 4324 96 ) ( -5728 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4332 568 ) ( -5720 4364 568 ) ( -5720 4364 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 4356 360 ) ( -5700 4324 360 ) ( -5692 4324 360 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5708 4324 384 ) ( -5702 4356 384 ) ( -5696 4324 384 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 773 +{ +( -5720 4356 568 ) ( -5720 4324 568 ) ( -5752 4324 568 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 4356 568 ) ( -5752 4356 568 ) ( -5752 4356 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4348 96 ) ( -5736 4316 96 ) ( -5736 4316 64 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5760 4324 96 ) ( -5728 4324 96 ) ( -5728 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4332 568 ) ( -5720 4364 568 ) ( -5720 4364 536 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5702 4356 384 ) ( -5708 4324 384 ) ( -5696 4324 384 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 774 +{ +( -5752 4836 536 ) ( -5752 4836 568 ) ( -5720 4836 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4836 64 ) ( -5736 4876 64 ) ( -5736 4884 568 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4828 472 ) ( -5720 4828 504 ) ( -5720 4860 504 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4876 64 ) ( -5720 4868 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 4884.000488 360 ) ( -5700 4836 360 ) ( -5692 4836 360 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5708 4836 384 ) ( -5702 4884.000488 384 ) ( -5696 4836 384 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 775 +{ +( -5736 4836 568 ) ( -5736 4876 568 ) ( -5720 4868 568 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5752 4836 536 ) ( -5752 4836 568 ) ( -5720 4836 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4836 64 ) ( -5736 4876 64 ) ( -5736 4884 568 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4828 472 ) ( -5720 4828 504 ) ( -5720 4860 504 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4876 64 ) ( -5720 4868 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5702 4884.000488 384 ) ( -5708 4836 384 ) ( -5696 4836 384 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 776 +{ +( -5728 4884 64 ) ( -5688 4884 64 ) ( -5688 4884 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5688 4868 64 ) ( -5688 4868 96 ) ( -5688 4900 96 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4868 536 ) ( -5728 4868 568 ) ( -5696 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4868 64 ) ( -5728 4876 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 4884 360 ) ( -5700 4868 360 ) ( -5692 4868 360 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5708 4868 384 ) ( -5702 4884 384 ) ( -5696 4868 384 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 777 +{ +( -5728 4884 568 ) ( -5688 4884 568 ) ( -5688 4868 568 ) common/nodraw -45 -55 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4884 64 ) ( -5688 4884 64 ) ( -5688 4884 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5688 4868 64 ) ( -5688 4868 96 ) ( -5688 4900 96 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4868 536 ) ( -5728 4868 568 ) ( -5696 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4868 64 ) ( -5728 4876 64 ) ( -5724 4872 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5702 4884 384 ) ( -5708 4868 384 ) ( -5696 4868 384 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 778 +{ +( -5176 4900 536 ) ( -5176 4900 568 ) ( -5176 4868 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5176 4884 0 ) ( -5152 4884 0 ) ( -5160 4884 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5184 4868 536 ) ( -5184 4868 568 ) ( -5152 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 4876 64 ) ( -5144 4868 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 30 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5696 4884 360 ) ( -5700 4868 360 ) ( -5692 4868 360 ) mohtest/groovedstn1a 29 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 4868 384 ) ( -5702 4884 384 ) ( -5696 4868 384 ) mohtest/groovedstn1a 29 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 779 +{ +( -5176 4884 568 ) ( -5152 4884 568 ) ( -5144 4868 568 ) common/nodraw -45 -23 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5176 4900 536 ) ( -5176 4900 568 ) ( -5176 4868 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5176 4884 0 ) ( -5152 4884 0 ) ( -5160 4884 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5184 4868 536 ) ( -5184 4868 568 ) ( -5152 4868 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 4876 64 ) ( -5144 4868 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 30 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5702 4884 384 ) ( -5708 4868 384 ) ( -5696 4868 384 ) mohtest/groovedstn1a 29 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 780 +{ +( -5160 4876 0 ) ( -5160 4900 0 ) ( -5160 4900 568 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4900 64 ) ( -5144 4900 96 ) ( -5176 4900 96 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4860 536 ) ( -5144 4860 568 ) ( -5144 4892 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4868 64 ) ( -5152 4876 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 54 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5696 4900 360 ) ( -5700 4868 360 ) ( -5692 4868 360 ) mohtest/groovedstn1a 53 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5708 4868 384 ) ( -5702 4900 384 ) ( -5696 4868 384 ) mohtest/groovedstn1a 53 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 781 +{ +( -5160 4876 568 ) ( -5160 4900 568 ) ( -5144 4900 568 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5160 4876 0 ) ( -5160 4900 0 ) ( -5160 4900 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5144 4900 64 ) ( -5144 4900 96 ) ( -5176 4900 96 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4860 536 ) ( -5144 4860 568 ) ( -5144 4892 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4868 64 ) ( -5152 4876 64 ) ( -5148 4872 568 ) mohtest/groovedstn1a 54 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +( -5702 4900 384 ) ( -5708 4868 384 ) ( -5696 4868 384 ) mohtest/groovedstn1a 53 0 -180.00 2 -2 0 65536 0 +surfaceparm detail +} +// brush 782 +{ +( -6544 4292 568 ) ( -6512 4292 568 ) ( -6512 4292 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4300 96 ) ( -6536 4332 96 ) ( -6536 4332 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4324 96 ) ( -6552 4324 96 ) ( -6552 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4316 568 ) ( -6552 4284 568 ) ( -6552 4284 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 4324 360 ) ( -5700 4292 360 ) ( -5692 4292 360 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4292 384 ) ( -5702 4324 384 ) ( -5696 4292 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 783 +{ +( -6552 4292 568 ) ( -6552 4324 568 ) ( -6520 4324 568 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4292 568 ) ( -6512 4292 568 ) ( -6512 4292 536 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4300 96 ) ( -6536 4332 96 ) ( -6536 4332 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4324 96 ) ( -6552 4324 96 ) ( -6552 4324 64 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6552 4316 568 ) ( -6552 4284 568 ) ( -6552 4284 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5702 4324 384 ) ( -5708 4292 384 ) ( -5696 4292 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 784 +{ +( -6544 4828 64 ) ( -6552 4836 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4820 64 ) ( -6544 4820 64 ) ( -6536 4820 568 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4836 96 ) ( -6552 4836 96 ) ( -6552 4836 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4812 96 ) ( -6520 4844 96 ) ( -6520 4844 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 4836 360 ) ( -5700 4820 360 ) ( -5692 4820 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5708 4820 384 ) ( -5702 4836 384 ) ( -5696 4820 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 785 +{ +( -6544 4828 64 ) ( -6552 4836 64 ) ( -6548 4832 568 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4820 64 ) ( -6544 4820 64 ) ( -6536 4820 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4836 96 ) ( -6552 4836 96 ) ( -6552 4836 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6520 4812 96 ) ( -6520 4844 96 ) ( -6520 4844 64 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4820 568 ) ( -6544 4820 568 ) ( -6552 4836 568 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5702 4836 384 ) ( -5708 4820 384 ) ( -5696 4820 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 786 +{ +( 5896 1552 272 ) ( 5896 848 272 ) ( 5968 848 272 ) algiers/whsflrset1_1a -216 -136 90.00 1 1 0 65536 0 +surfaceparm detail +( 5956 776 312 ) ( 5884 776 312 ) ( 5884 1480 312 ) algiers/whsflrset1_1a -216 -136 90.00 1 1 0 65536 0 +surfaceparm detail +( 5952 1424 56 ) ( 5952 1424 376 ) ( 5632 1424 376 ) algiers/whsflrset1_1a 137 -73 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1088 136 ) ( 5452 1088 136 ) ( 5456 1088 376 ) algiers/whsflrset1_1a -244 -73 0.00 1 1 0 65536 0 +surfaceparm detail +( 5716 1564 316 ) ( 5716 1556 328 ) ( 5716 1556 304 ) algiers/whsflrset1_1a -216 -73 0.00 1 1 0 65536 0 +surfaceparm detail +( 5736 1510 336 ) ( 5736 1518 324 ) ( 5736 1510 312 ) algiers/whsflrset1_1a -216 -73 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 787 +{ +( -3421.275391 2689.774414 24 ) ( -3834.225586 3102.724609 24 ) ( -4122.724609 2814.225586 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4128 2768 472 ) ( -4128 2768 456 ) ( -3832 3064 456 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3400 2824 24 ) ( -3396 2820 24 ) ( -3398 2822 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4106 2770 24 ) ( -4110 2766 24 ) ( -4108 2768 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3508 2768 208 ) ( -3502 3160 208 ) ( -3496 2768 208 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3856 3012 24 ) ( -3858 3014 24 ) ( -3857 3013 208 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 788 +{ +( -3553.277832 2557.789551 24 ) ( -3966.228516 2970.739746 24 ) ( -4254.727051 2682.240723 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4260.002441 2636.015137 472 ) ( -4260.002441 2636.015137 456 ) ( -3964.002930 2932.015137 456 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3534.002930 2690.015137 24 ) ( -3530.002930 2686.015137 24 ) ( -3532.002441 2688.015137 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4238.002930 2638.015137 24 ) ( -4242.002441 2634.015137 24 ) ( -4240.001953 2636.015381 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3640.002930 2636.015137 208 ) ( -3634.002441 3028.015137 208 ) ( -3628.002441 2636.015137 208 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4012.002441 2848.015137 24 ) ( -4014.002441 2850.015137 24 ) ( -4013.002441 2849.015137 208 ) mohtest/wdflr2a 44 -36 135.00 1 1 0 16384 0 +surfaceparm detail +( -4019.910156 2856.116699 38 ) ( -3954.953613 2941.066895 123 ) ( -3870.003418 3006.023438 208 ) mohtest/wdflr2a -125 -67 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 789 +{ +( -2120 1090 224 ) ( -2222 1090 224 ) ( -2222 1046 224 ) algiers/algierwall_set5 -150 150 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1046 256 ) ( -2222 1090 256 ) ( -2120 1090 256 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1090 256 ) ( -2222 1074 224 ) ( -1602 1082 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1992 572 224 ) ( -2006 572 224 ) ( -1999 572 256 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1974 1092 224 ) ( -1974 1088 224 ) ( -1974 1090 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2038 1086 224 ) ( -2038 1090 224 ) ( -2038 1088 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1978 1076 224 ) ( -1972 1076 224 ) ( -1975 1076 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 790 +{ +( -2222 1046 256 ) ( -2222 1090 256 ) ( -2120 1090 256 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1090 256 ) ( -2222 1074 224 ) ( -1602 1082 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1974 1092 224 ) ( -1974 1088 224 ) ( -1974 1090 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2038 1086 224 ) ( -2038 1090 224 ) ( -2038 1088 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1972 1076 224 ) ( -1978 1076 224 ) ( -1975 1076 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 791 +{ +( -2120 1090 224 ) ( -2222 1090 224 ) ( -2222 1046 224 ) algiers/algierwall_set5 -150 150 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1046 256 ) ( -2222 1090 256 ) ( -2120 1090 256 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1606 868 256 ) ( -1606 912 256 ) ( -1606 912 224 ) algiers/algierwall_set5 -150 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1090 256 ) ( -2222 1074 224 ) ( -1602 1082 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1992 572 224 ) ( -2006 572 224 ) ( -1999 572 256 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1974 1088 224 ) ( -1974 1092 224 ) ( -1974 1090 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 792 +{ +( -2120 1090 224 ) ( -2222 1090 224 ) ( -2222 1046 224 ) algiers/algierwall_set5 -150 150 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1046 256 ) ( -2222 1090 256 ) ( -2120 1090 256 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1090 256 ) ( -2222 1046 256 ) ( -2222 1046 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1090 256 ) ( -2222 1074 224 ) ( -1602 1082 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1992 572 224 ) ( -2006 572 224 ) ( -1999 572 256 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2038 1090 224 ) ( -2038 1086 224 ) ( -2038 1088 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 793 +{ +( -1128 3160 506 ) ( -1020 3160 506 ) ( -1020 3160 242 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -830 3184 392 ) ( -830 3160 392 ) ( -820 3160 402 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -894 3160 392 ) ( -894 3184 392 ) ( -904 3184 402 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -830 3160 392 ) ( -830 3184 392 ) ( -894 3184 392 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -900 3160 402 ) ( -897 3184 402 ) ( -894 3160 402 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -904 3184 398 ) ( -904 3176 392 ) ( -820 3180 395 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 794 +{ +( -1128 3160 506 ) ( -1020 3160 506 ) ( -1020 3160 242 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -820 3184 240 ) ( -820 3176 240 ) ( -820 3180 512 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -904 3176 240 ) ( -904 3182 240 ) ( -904 3179 512 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -169 3160 448 ) ( -167 3184 448 ) ( -165 3160 448 ) common/nodraw 1 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -897 3184 402 ) ( -900 3160 402 ) ( -894 3160 402 ) common/nodraw 1 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 795 +{ +( -830 3160 514 ) ( -602 3160 514 ) ( -602 3160 242 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -830 3184 240 ) ( -602 3184 240 ) ( -602 3184 512 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -830 3179 464 ) ( -830 3176 192 ) ( -830 3182 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -820 3180 448 ) ( -820 3184 240 ) ( -820 3176 240 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -830 3160 264 ) ( -826 3160 264 ) ( -828 3184 264 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -827 3180 400 ) ( -830 3176 264 ) ( -824 3184 264 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -830 3160 392 ) ( -825 3184 397 ) ( -820 3160 402 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 796 +{ +( -1122 3160 242 ) ( -1122 3160 514 ) ( -894 3160 514 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 512 ) ( -1122 3184 240 ) ( -894 3184 240 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -894 3182 194 ) ( -894 3176 194 ) ( -894 3179 466 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -904 3176 240 ) ( -904 3184 240 ) ( -904 3180 448 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -896 3184 264 ) ( -898 3160 264 ) ( -894 3160 264 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -900 3184 266 ) ( -894 3176 266 ) ( -897 3180 402 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -899 3184 397 ) ( -894 3160 392 ) ( -904 3160 402 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 797 +{ +( -770 3160 240 ) ( -770 3160 512 ) ( -542 3160 512 ) central_europe/interiorwall_set2wtrim -112 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -450 3184 512 ) ( -450 3184 240 ) ( -222 3184 240 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -830 3182 192 ) ( -830 3182 464 ) ( -830 3158 464 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -420 3184 240 ) ( -424 3160 240 ) ( -416 3160 240 ) common/nodraw 20 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -820 3184 240 ) ( -820 3176 240 ) ( -820 3180 448 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -898 3160 264 ) ( -896 3184 264 ) ( -894 3160 264 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 798 +{ +( -1122 3160 240 ) ( -1122 3160 512 ) ( -894 3160 512 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 512 ) ( -1122 3184 240 ) ( -894 3184 240 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -772 3184 240 ) ( -776 3160 240 ) ( -768 3160 240 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -894 3182 192 ) ( -894 3176 192 ) ( -894 3179 464 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -904 3176 240 ) ( -904 3184 240 ) ( -904 3180 448 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -898 3160 264 ) ( -896 3184 264 ) ( -894 3160 264 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 799 +{ +( -770 3160 240 ) ( -770 3160 512 ) ( -542 3160 512 ) central_europe/interiorwall_set2wtrim -112 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -450 3184 512 ) ( -450 3184 240 ) ( -222 3184 240 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -420 3184 240 ) ( -424 3160 240 ) ( -416 3160 240 ) common/nodraw 20 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -169 3160 448 ) ( -167 3184 448 ) ( -165 3160 448 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3170 240 ) ( -560 3166 240 ) ( -560 3168 448 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -820 3176 240 ) ( -820 3184 240 ) ( -820 3180 448 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 800 +{ +( -5724 4860 0 ) ( -5724 3276 0 ) ( -5724 3276 568 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5756 3276 384 ) ( -5748 4860 384 ) ( -5740 3276 384 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5784 3276 360 ) ( -5776 3276 360 ) ( -5780 4860 360 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4816 384 ) ( -5736 4812 360 ) ( -5736 4820 360 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4836 550 ) ( -5724 4836 544 ) ( -5724 4836 556 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 4804 360 ) ( -5736 4808 360 ) ( -5730 4806 384 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 801 +{ +( -5724 4860 0 ) ( -5724 3276 0 ) ( -5724 3276 568 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5756 3276 384 ) ( -5748 4860 384 ) ( -5740 3276 384 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5784 3276 360 ) ( -5776 3276 360 ) ( -5780 4860 360 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4816 384 ) ( -5736 4812 360 ) ( -5736 4820 360 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4612 384 ) ( -5724 4612 360 ) ( -5732 4612 360 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5740 4644 360 ) ( -5728 4640 360 ) ( -5734 4642 384 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 802 +{ +( -5728 5912 360 ) ( -5728 4328 360 ) ( -6432 4328 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5912 288 ) ( -5728 5912 -280 ) ( -5728 4328 -280 ) ta_berlin/berlinwall3b 121 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5736 4376 104 ) ( -5736 4392 104 ) ( -5736 4384 288 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4472 334 ) ( -5736 4472 310 ) ( -5728 4472 322 ) ta_berlin/brln_rubble -198 -168 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5726 4442 255.999878 ) ( -5730 4442 255.999878 ) ( -5728 4442 360 ) ta_berlin/brln_rubble -198 -168 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4460 318 ) ( -5736 4454 318 ) ( -5728 4457 318 ) ta_berlin/brln_rubble -198 88 0.00 0.647949 1 0 65536 0 +surfaceparm detail +} +// brush 803 +{ +( -5728 6032 360 ) ( -5728 4448 360 ) ( -6432 4448 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 6032 360 ) ( -5728 6032 -208 ) ( -5728 4448 -208 ) ta_berlin/berlinwall3b 121 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5736 4496 176 ) ( -5736 4512 176 ) ( -5736 4504 360 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4472 338 ) ( -5728 4472 326 ) ( -5736 4472 332 ) common/nodraw 0 10 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5732 4510 288 ) ( -5728 4510 288 ) ( -5730 4510 360 ) common/nodraw 0 10 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4460 318 ) ( -5736 4454 318 ) ( -5728 4457 318 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 804 +{ +( -5728 6032 360 ) ( -5728 4448 360 ) ( -6432 4448 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 6032 360 ) ( -5728 6032 -208 ) ( -5728 4448 -208 ) ta_berlin/berlinwall3b 121 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5728 4472 288 ) ( -5728 4528 328 ) ( -5736 4528 328 ) ta_berlin/brln_rubble -198 112 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4496 176 ) ( -5736 4512 176 ) ( -5736 4504 360 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4528 360 ) ( -5736 4528 328 ) ( -5728 4528 328 ) common/nodraw 0 10 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4510 288 ) ( -5732 4510 288 ) ( -5730 4510 360 ) common/nodraw 0 10 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 805 +{ +( -5728 5912 360 ) ( -5728 4328 360 ) ( -6432 4328 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5912 288 ) ( -5728 5912 -280 ) ( -5728 4328 -280 ) ta_berlin/berlinwall3b 121 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5728 4408 256 ) ( -5728 4452 268 ) ( -5736 4452 268 ) ta_berlin/brln_rubble -198 248 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4376 104 ) ( -5736 4392 104 ) ( -5736 4384 288 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4408 360 ) ( -5728 4408 328 ) ( -5736 4408 328 ) common/nodraw 0 -58 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5730 4442 255.999878 ) ( -5726 4442 255.999878 ) ( -5728 4442 360 ) ta_berlin/brln_rubble -198 -168 0.00 0.647949 1 0 65536 0 +surfaceparm detail +} +// brush 806 +{ +( -1524 1929 67 ) ( -1456 1929 67 ) ( -1456 1963 33 ) TAardennes/wintered_grey 38 -44 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1456 2127 197 ) ( -1524 2127 197 ) ( -1524 1963 33 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1512 2112 212 ) ( -1444 2112 212 ) ( -1444 1948 48 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1444 2112 212 ) ( -1444 2146 178 ) ( -1444 1982 14 ) ta_berlin/brln_rubble 44 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1536 2064 32.999813 ) ( -1536 2076 32.999813 ) ( -1536 2070 195.000229 ) ta_berlin/brln_rubble 44 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1536 2016 32.999939 ) ( -1444 1972 32.999939 ) ( -1490 1994 195.000229 ) ta_berlin/brln_rubble 44 -1 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 807 +{ +( -1464 2110 184 ) ( -1464 2076 218 ) ( -1532 2076 218 ) TAardennes/wintered_grey 38 -44 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1456 2127 201 ) ( -1524 2127 201 ) ( -1524 1963 37 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1512 2112 216 ) ( -1444 2112 216 ) ( -1444 1948 52 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1444 2112 216 ) ( -1444 2146 182 ) ( -1444 1982 18 ) ta_berlin/brln_rubble 44 1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1512 2123 196 ) ( -1536 2081 186 ) ( -1560 2071 144 ) ta_berlin/brln_rubble 44 1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1466 2054 159 ) ( -1488 2124 198 ) ( -1444 2016 89 ) ta_berlin/brln_rubble 44 1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1536 2064 36.999813 ) ( -1536 2076 36.999813 ) ( -1536 2070 199.000229 ) ta_berlin/brln_rubble 44 1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1444 1972 36.999939 ) ( -1536 2016 36.999939 ) ( -1490 1994 199.000229 ) ta_berlin/brln_rubble 44 1 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 808 +{ +( -1524 1925 67 ) ( -1456 1925 67 ) ( -1456 1959 33 ) TAardennes/wintered_grey 38 -40 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1456 2123 197 ) ( -1524 2123 197 ) ( -1524 1959 33 ) general_structure/plaster_wall3d 0 252 0.00 1 1 0 65536 0 +surfaceparm detail +( -1568 2126 200 ) ( -1568 2092 234 ) ( -1568 1928 69 ) ta_berlin/brln_rubble 40 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1512 2108 212 ) ( -1444 2108 212 ) ( -1444 1944 48 ) general_structure/plaster_wall3d 0 252 0.00 1 1 0 65536 0 +surfaceparm detail +( -1512 2119 192 ) ( -1536 2077 182 ) ( -1560 2067 140 ) ta_berlin/brln_rubble 40 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1536 2072 32.999813 ) ( -1536 2060 32.999813 ) ( -1536 2066 195.000229 ) ta_berlin/brln_rubble 40 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1536 2044 32.999847 ) ( -1544 1944 32.999847 ) ( -1540 1994 181.499969 ) ta_berlin/brln_rubble 40 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 809 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1241.048340 1930.241699 16 7.933405 21.694368 ) ( -1408.756348 1864.378418 16 7.340796 21.670397 ) ( -1601.048340 1906.241211 16 6.558405 22.131870 ) ) +( ( -1128.959961 2108.026855 168 8.527500 21.374895 ) ( -1433.828125 2072.512207 152 7.336609 21.513624 ) ( -1600.959961 2164.025879 168 6.652500 21.374899 ) ) +( ( -1141.711914 2101.841797 240 8.508938 21.055305 ) ( -1454.612793 2073.219727 240 7.286669 21.135860 ) ( -1597.711914 2113.840820 104 6.602688 20.930309 ) ) +) + } + } +// brush 810 +{ +( -1328 2500 24 ) ( -1336 2500 24 ) ( -1336 2324 24 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2324 232 ) ( -1336 2500 232 ) ( -1328 2500 232 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1328 2324 184 ) ( -1328 2500 184 ) ( -1328 2500 40 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1328 2500 216 ) ( -1336 2500 216 ) ( -1336 2500 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2500 216 ) ( -1336 2324 216 ) ( -1336 2324 72 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1320 2112 24 ) ( -1344 2112 24 ) ( -1332 2112 232 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 811 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1054.347656 2531.498047 0 4.453883 19.446671 ) ( -1080.235229 2241.240234 5 5.972960 19.595631 ) ( -1136.216919 2113.163818 0 6.422633 19.782608 ) ) +( ( -1329.147217 2520.581299 94 4.492218 19.989477 ) ( -1395.999023 2307.413330 28 5.928135 20.244015 ) ( -1429.728271 2079.992188 94 6.460968 20.325415 ) ) +( ( -1582.764404 2534.533447 116 4.911979 20.524044 ) ( -1584.629883 2353.249023 132 5.860960 20.874033 ) ( -1606.159180 2115.283203 88 6.602688 20.930309 ) ) +) + } + } +// brush 812 +{ +( -1586 2014 176 ) ( -1586 2110 184 ) ( -1586 2110 168 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1568 1886 24 ) ( -1568 1934 24 ) ( -1600 1910 24 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2226 504 ) ( -1600 1810 504 ) ( -1600 1810 -72 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1602 2110 104 ) ( -1594 2972 104 ) ( -1586 2110 104 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1576 2324 24 ) ( -1560 2324 24 ) ( -1568 2324 128 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1582 2198 24 ) ( -1588 2198 24 ) ( -1585 2198 128 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 813 +{ +( -1586 2014 176 ) ( -1586 2110 184 ) ( -1586 2110 168 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1568 1886 24 ) ( -1568 1934 24 ) ( -1600 1910 24 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2226 504 ) ( -1600 1810 504 ) ( -1600 1810 -72 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1590 2110 24 ) ( -1596 2110 24 ) ( -1593 2110 168 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2110 128 ) ( -1592 2972 128 ) ( -1584 2110 128 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1588 2198 24 ) ( -1582 2198 24 ) ( -1585 2198 128 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 814 +{ +( -1592 2110 144 ) ( -1596 2014 144 ) ( -1600 2110 144 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1586 2014 152 ) ( -1586 2110 160 ) ( -1586 2110 144 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1600 2226 480 ) ( -1600 1810 480 ) ( -1600 1810 -96 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 2972 104 ) ( -1600 2110 104 ) ( -1584 2110 104 ) common/nodraw 47 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2324 104 ) ( -1590 2324 104 ) ( -1595 2324 144 ) common/nodraw 48 -16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2298 104 ) ( -1600 2312 144 ) ( -1586 2305 124 ) ta_berlin/brln_rubble 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 815 +{ +( -1586 2014 152 ) ( -1586 2110 160 ) ( -1586 2110 144 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1600 2226 480 ) ( -1600 1810 480 ) ( -1600 1810 -96 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 2972 104 ) ( -1600 2110 104 ) ( -1584 2110 104 ) common/nodraw 47 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1590 2198 104 ) ( -1594 2198 104 ) ( -1592 2198 144 ) common/nodraw 48 -16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2198 140 ) ( -1600 2224 104 ) ( -1586 2211 122 ) ta_berlin/brln_rubble 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 816 +{ +( -1586 2014 152 ) ( -1586 2110 160 ) ( -1586 2110 144 ) central_europe/interiorwall_set2wtrim -16 -24 0.00 1 1 0 16384 0 +surfaceparm detail +( -1600 2226 480 ) ( -1600 1810 480 ) ( -1600 1810 -96 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 2972 104 ) ( -1600 2110 104 ) ( -1584 2110 104 ) common/nodraw 47 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2250 112 ) ( -1600 2260 112 ) ( -1586 2255 112 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2232 104 ) ( -1600 2262 112 ) ( -1586 2247 108 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2290 112 ) ( -1600 2296 104 ) ( -1586 2293 108 ) ta_berlin/brln_rubble 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 817 +{ +( -1586 1694 268 ) ( -1586 1742 280 ) ( -1586 1742 256 ) central_europe/interiorwall_set2wtrim -44 -207 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1592 1742 280 ) ( -1596 1694 280 ) ( -1600 1742 280 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2226 504 ) ( -1600 1810 504 ) ( -1600 1810 -72 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1590 2198 168 ) ( -1594 2198 168 ) ( -1592 2198 280 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2324 168 ) ( -1590 2324 168 ) ( -1595 2324 280 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2292 240 ) ( -1600 2276 240 ) ( -1586 2284 240 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 818 +{ +( -1596 1694 144 ) ( -1592 1742 144 ) ( -1600 1742 144 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1586 1694 244 ) ( -1586 1742 256 ) ( -1586 1742 232 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1600 2226 480 ) ( -1600 1810 480 ) ( -1600 1810 -96 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2324 144 ) ( -1590 2324 144 ) ( -1595 2324 256 ) common/nodraw 48 -16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2276 240 ) ( -1600 2292 240 ) ( -1586 2284 240 ) common/nodraw 47 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2320 144 ) ( -1600 2288 240 ) ( -1586 2304 192 ) ta_berlin/brln_rubble 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 819 +{ +( -1586 1694 244 ) ( -1586 1742 256 ) ( -1586 1742 232 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1600 2226 480 ) ( -1600 1810 480 ) ( -1600 1810 -96 ) general_structure/plaster_wall3d 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -1590 2198 144 ) ( -1594 2198 144 ) ( -1592 2198 256 ) common/nodraw 48 -16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2276 240 ) ( -1600 2292 240 ) ( -1586 2284 240 ) common/nodraw 47 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2210 240 ) ( -1600 2198 168 ) ( -1586 2204 204 ) ta_berlin/brln_rubble 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 820 +{ +( -1594 2272 26 ) ( -1590 2272 -70 ) ( -1586 2272 26 ) ta_berlin/brln_rubble 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2280 -70 ) ( -1600 2288 26 ) ( -1600 2272 26 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1586 2608 142 ) ( -1586 2608 -274 ) ( -1586 2032 -274 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1600 2214 240 ) ( -1586 2214 240 ) ( -1586 2232 220 ) ta_berlin/brln_rubble 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -1586 2214 240 ) ( -1600 2214 240 ) ( -1600 2272 240 ) common/nodraw -30 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2232 220 ) ( -1586 2272 234 ) ( -1600 2252 227 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 821 +{ +( -1596 1694 128 ) ( -1592 1742 128 ) ( -1600 1742 128 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1586 1694 268 ) ( -1586 1742 280 ) ( -1586 1742 256 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1592 1742 280 ) ( -1596 1694 280 ) ( -1600 1742 280 ) common/nodraw 47 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2226 504 ) ( -1600 1810 504 ) ( -1600 1810 -72 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1582 2110 168 ) ( -1588 2110 168 ) ( -1585 2110 280 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1590 2198 168 ) ( -1586 2198 168 ) ( -1588 2198 280 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 822 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1241.048340 1930.241699 16 0 0 ) ( -1408.756348 1864.378418 16 0 0.703819 ) ( -1601.048340 1906.241211 16 0 1.472553 ) ) +( ( -1128.959961 2108.026855 168 1.013183 0 ) ( -1433.828125 2072.512207 152 1.013183 0.703819 ) ( -1600.959961 2164.025879 168 1.013183 1.472553 ) ) +( ( -1141.711914 2101.841797 240 1.299831 0 ) ( -1454.612793 2073.219727 240 1.299831 0.703819 ) ( -1597.711914 2113.840820 104 1.299831 1.472553 ) ) +) + } + } +// brush 823 +{ +( -1496 2508 24 ) ( -1586 2508 24 ) ( -1586 2500 24 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2500 232 ) ( -1586 2508 232 ) ( -1496 2508 232 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2500 216 ) ( -1496 2500 216 ) ( -1496 2500 72 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1328 2504 216 ) ( -1328 2512 216 ) ( -1328 2512 72 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1496 2508 216 ) ( -1586 2508 216 ) ( -1586 2508 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1592 2508 216 ) ( -1592 2500 216 ) ( -1592 2500 72 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 824 +{ +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy -122 226 0.00 -0.195313 0.945311 0 65536 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1474 2168 232 ) ( -1474 2168 264 ) ( -1424 2150 264 ) mohtest/floorcore2 -61 16 0.00 -0.390625 0.500000 0 16384 0 +surfaceparm detail +( -1474 2180 264 ) ( -1474 2180 232 ) ( -1474 2516 232 ) common/nodraw 43 15 -180.00 3.499996 -0.500000 536870912 2224 0 +surfaceparm detail +( -1424 2124 232 ) ( -1424 2116 232 ) ( -1424 2120 264 ) common/nodraw 56 15 -180.00 3.781250 -0.500000 536870912 2224 0 +surfaceparm detail +( -1392 2392 232 ) ( -1376 2392 232 ) ( -1384 2392 264 ) models/items/rubblebase -122 64 0.00 -0.195313 0.125000 0 65536 0 +surfaceparm detail +} +// brush 825 +{ +( -1130 2150 264 ) ( -1130 2212 264 ) ( -1130 2212 232 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2102 264 ) ( -1546 2102 264 ) ( -1546 2102 232 ) models/items/rubblebase -144 -80 0.00 1 1 0 65536 0 +surfaceparm detail +( -1424 2162 264 ) ( -1424 2162 232 ) ( -1424 2516 232 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1338 2102 264 ) ( -1338 2102 232 ) ( -1424 2150 232 ) mohtest/floorcore2 17 16 0.00 -0.562065 0.500000 0 16384 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1392 2392 232 ) ( -1376 2392 232 ) ( -1384 2392 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 826 +{ +( -1130 2150 264 ) ( -1130 2212 264 ) ( -1130 2212 232 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1344 2162 264 ) ( -1344 2162 232 ) ( -1344 2516 232 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2516 264 ) ( -1184 2516 264 ) ( -1184 2516 232 ) common/nodraw 48 -5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1376 2392 232 ) ( -1392 2392 232 ) ( -1384 2392 264 ) general_structure/floor4 -32 56 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +} +// brush 827 +{ +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1130 2516 264 ) ( -1184 2516 264 ) ( -1184 2516 232 ) common/nodraw 48 -5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1474 2180 264 ) ( -1474 2180 232 ) ( -1474 2516 232 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1344 2124 232 ) ( -1344 2116 232 ) ( -1344 2120 264 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1424 2492 232 ) ( -1427 2492 232 ) ( -1425.500000 2492 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 828 +{ +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1344 2451 264 ) ( -1344 2451 232 ) ( -1344 2392 232 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1376 2392 232 ) ( -1392 2392 232 ) ( -1384 2392 264 ) common/nodraw 60 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1344 2451 232 ) ( -1344 2451 264 ) ( -1378 2392 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 829 +{ +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1474 2180 264 ) ( -1474 2180 232 ) ( -1474 2516 232 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1427 2492 232 ) ( -1424 2492 232 ) ( -1425.500000 2492 264 ) common/nodraw 60 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1428 2492 232 ) ( -1474 2478 232 ) ( -1451 2485 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 830 +{ +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1344 2124 232 ) ( -1344 2116 232 ) ( -1344 2120 264 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1427 2492 232 ) ( -1424 2492 232 ) ( -1425.500000 2492 264 ) common/nodraw 60 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1344 2480 232 ) ( -1378 2492 232 ) ( -1361 2486 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 831 +{ +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1474 2180 264 ) ( -1474 2180 232 ) ( -1474 2516 232 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1439 2392 264 ) ( -1439 2392 232 ) ( -1474 2392 232 ) common/nodraw 60 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1439 2392 232 ) ( -1439 2392 264 ) ( -1474 2424 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 832 +{ +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) general_structure/floor4 -32 56 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1376 2392 232 ) ( -1392 2392 232 ) ( -1384 2392 264 ) common/nodraw 60 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1416 2396 232 ) ( -1410 2396 232 ) ( -1413 2396 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1432 2392 232 ) ( -1416 2396 232 ) ( -1424 2394 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1408 2396 232 ) ( -1404 2392 232 ) ( -1406 2394 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 833 +{ +( -1412 2425 34 ) ( -1408 2425 35 ) ( -1408 2431 35 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1472 2431 274 ) ( -1472 2425 274 ) ( -1476 2425 273 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1462 2431 236 ) ( -1466 2431 235 ) ( -1412 2431 34 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1466 2431 235 ) ( -1466 2425 235 ) ( -1412 2425 34 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1466 2425 235 ) ( -1462 2425 236 ) ( -1408 2425 35 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1462 2425 236 ) ( -1462 2431 236 ) ( -1408 2431 35 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 834 +{ +( -1412 2465 34 ) ( -1408 2465 35 ) ( -1408 2471 35 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1472 2471 274 ) ( -1472 2465 274 ) ( -1476 2465 273 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1462 2471 236 ) ( -1466 2471 235 ) ( -1412 2471 34 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1466 2471 235 ) ( -1466 2465 235 ) ( -1412 2465 34 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1466 2465 235 ) ( -1462 2465 236 ) ( -1408 2465 35 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1462 2465 236 ) ( -1462 2471 236 ) ( -1408 2471 35 ) german/minen_post 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 835 +{ +( -1418 2431 53 ) ( -1414 2431 54 ) ( -1414 2437 54 ) general_structure/floor4 230 -233 -179.94 0.965821 1 0 16384 0 +surfaceparm detail +( -1415 2440 58 ) ( -1415 2434 58 ) ( -1419 2434 57 ) general_structure/floor4 227 -234 -180.00 0.965332 1 0 16384 0 +surfaceparm detail +( -1465 2440 235 ) ( -1465 2434 235 ) ( -1411 2434 34 ) general_structure/floor4 231 9 -180.00 0.999512 -0.965866 0 16384 0 +surfaceparm detail +( -1467 2431 234 ) ( -1463 2431 235 ) ( -1409 2431 34 ) general_structure/floor4 87 -137 -164.99 0.999926 -0.999994 0 16384 0 +surfaceparm detail +( -1473 2434 274 ) ( -1473 2440 274 ) ( -1419 2440 73 ) general_structure/floor4 231 10 -180.00 1 -0.965912 0 16384 0 +surfaceparm detail +( -1433 2465 53 ) ( -1431 2465 53 ) ( -1432 2465 58 ) general_structure/floor4 236 10 -180.00 1 -0.965912 0 16384 0 +surfaceparm detail +} +// brush 836 +{ +( -1422 2431 68 ) ( -1418 2431 69 ) ( -1418 2437 69 ) general_structure/floor4 223 -233 -179.94 0.964844 1 0 16384 0 +surfaceparm detail +( -1419 2440 73 ) ( -1419 2434 73 ) ( -1423 2434 72 ) general_structure/floor4 223 -234 -180.00 0.965332 1 0 16384 0 +surfaceparm detail +( -1469 2440 250 ) ( -1469 2434 250 ) ( -1415 2434 49 ) general_structure/floor4 231 25 -180.00 0.999512 -0.965858 0 16384 0 +surfaceparm detail +( -1471 2431 250 ) ( -1467 2431 251 ) ( -1413 2431 50 ) general_structure/floor4 87 -121 -165.00 0.999898 -1.000052 0 16384 0 +surfaceparm detail +( -1477 2434 289 ) ( -1477 2440 289 ) ( -1423 2440 89 ) general_structure/floor4 231 26 -180.00 1 -0.966003 0 16384 0 +surfaceparm detail +( -1433 2465 69 ) ( -1431 2465 69 ) ( -1432 2465 73 ) general_structure/floor4 236 26 -180.00 1 -0.966003 0 16384 0 +surfaceparm detail +} +// brush 837 +{ +( -1426 2431 84 ) ( -1422 2431 85 ) ( -1422 2437 85 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1423 2440 89 ) ( -1423 2434 89 ) ( -1427 2434 88 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1473 2440 266 ) ( -1473 2434 266 ) ( -1419 2434 65 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1475 2431 265 ) ( -1471 2431 266 ) ( -1417 2431 65 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1481 2434 305 ) ( -1481 2440 305 ) ( -1428 2440 104 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 84 ) ( -1431 2465 84 ) ( -1432 2465 89 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 838 +{ +( -1430 2431 99 ) ( -1427 2431 100 ) ( -1427 2437 100 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1428 2440 104 ) ( -1428 2434 104 ) ( -1431 2434 103 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1477 2440 281 ) ( -1477 2434 281 ) ( -1423 2434 80 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1479 2431 281 ) ( -1475 2431 282 ) ( -1421 2431 81 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1486 2434 320 ) ( -1486 2440 320 ) ( -1432 2440 119 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 100 ) ( -1431 2465 100 ) ( -1432 2465 104 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 839 +{ +( -1435 2434 115 ) ( -1431 2434 116 ) ( -1431 2440 116 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1432 2437 119 ) ( -1432 2431 119 ) ( -1436 2431 118 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1481 2440 297 ) ( -1481 2434 297 ) ( -1427 2434 96 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1483 2431 296 ) ( -1479 2431 297 ) ( -1426 2431 96 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1490 2434 336 ) ( -1490 2440 336 ) ( -1436 2440 135 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 115 ) ( -1431 2465 115 ) ( -1432 2465 119 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 840 +{ +( -1439 2434 130 ) ( -1435 2434 131 ) ( -1435 2440 131 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1436 2437 135 ) ( -1436 2431 135 ) ( -1440 2431 134 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1485 2440 312 ) ( -1485 2434 312 ) ( -1432 2434 111 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1487 2431 312 ) ( -1483 2431 313 ) ( -1430 2431 112 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1494 2434 351 ) ( -1494 2440 351 ) ( -1440 2440 150 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 131 ) ( -1431 2465 131 ) ( -1432 2465 135 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 841 +{ +( -1443 2434 145 ) ( -1439 2434 147 ) ( -1439 2440 147 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1440 2437 150 ) ( -1440 2431 150 ) ( -1444 2431 149 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1490 2440 328 ) ( -1490 2434 328 ) ( -1436 2434 127 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1491 2431 327 ) ( -1488 2431 328 ) ( -1434 2431 127 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1498 2434 367 ) ( -1498 2440 367 ) ( -1444 2440 166 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 146 ) ( -1431 2465 146 ) ( -1432 2465 150 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 842 +{ +( -1447 2434 161 ) ( -1443 2434 162 ) ( -1443 2440 162 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1444 2437 166 ) ( -1444 2431 166 ) ( -1448 2431 165 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1494 2440 343 ) ( -1494 2434 343 ) ( -1440 2434 142 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1496 2431 343 ) ( -1492 2431 344 ) ( -1438 2431 143 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1502 2434 382 ) ( -1502 2440 382 ) ( -1448 2440 181 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 161 ) ( -1431 2465 161 ) ( -1432 2465 166 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 843 +{ +( -1451 2434 176 ) ( -1447 2434 177 ) ( -1447 2440 177 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1448 2437 181 ) ( -1448 2431 181 ) ( -1452 2431 180 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1498 2440 359 ) ( -1498 2434 359 ) ( -1444 2434 158 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1500 2431 358 ) ( -1496 2431 359 ) ( -1442 2431 158 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1506 2434 398 ) ( -1506 2440 398 ) ( -1452 2440 197 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 177 ) ( -1431 2465 177 ) ( -1432 2465 181 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 844 +{ +( -1455 2434 192 ) ( -1451 2434 193 ) ( -1451 2440 193 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1452 2437 197 ) ( -1452 2431 197 ) ( -1456 2431 196 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1502 2440 374 ) ( -1502 2434 374 ) ( -1448 2434 173 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1504 2431 373 ) ( -1500 2431 374 ) ( -1446 2431 174 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1510 2434 413 ) ( -1510 2440 413 ) ( -1457 2440 212 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 192 ) ( -1431 2465 192 ) ( -1432 2465 197 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 845 +{ +( -1459 2434 207 ) ( -1456 2434 208 ) ( -1456 2440 208 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1457 2437 212 ) ( -1457 2431 212 ) ( -1460 2431 211 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1506 2440 389 ) ( -1506 2434 389 ) ( -1452 2434 189 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1508 2431 389 ) ( -1504 2431 390 ) ( -1450 2431 189 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1515 2434 429 ) ( -1515 2440 429 ) ( -1461 2440 228 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 208 ) ( -1431 2465 208 ) ( -1432 2465 212 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 846 +{ +( -1464 2434 223 ) ( -1460 2434 224 ) ( -1460 2440 224 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1461 2437 228 ) ( -1461 2431 228 ) ( -1465 2431 227 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1510 2440 405 ) ( -1510 2434 405 ) ( -1456 2434 204 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1512 2431 404 ) ( -1508 2431 405 ) ( -1454 2431 204 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1519 2434 444 ) ( -1519 2440 444 ) ( -1465 2440 243 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 223 ) ( -1431 2465 223 ) ( -1432 2465 228 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 847 +{ +( -1468 2434 238 ) ( -1464 2434 239 ) ( -1464 2440 239 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1465 2437 243 ) ( -1465 2431 243 ) ( -1469 2431 242 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1514 2440 420 ) ( -1514 2434 420 ) ( -1461 2434 219 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1516 2431 420 ) ( -1512 2431 421 ) ( -1459 2431 220 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1523 2434 459 ) ( -1523 2440 459 ) ( -1469 2440 259 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 239 ) ( -1431 2465 239 ) ( -1432 2465 243 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 848 +{ +( -1472 2434 254 ) ( -1468 2434 255 ) ( -1468 2440 255 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1469 2437 259 ) ( -1469 2431 259 ) ( -1473 2431 258 ) mohtest/joist 0 -127 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1519 2440 436 ) ( -1519 2434 436 ) ( -1465 2434 235 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1520 2431 435 ) ( -1517 2431 436 ) ( -1463 2431 235 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1527 2434 475 ) ( -1527 2440 475 ) ( -1473 2440 274 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +( -1433 2465 254 ) ( -1431 2465 254 ) ( -1432 2465 259 ) mohtest/joist 0 0 90.00 0.400000 0.400000 0 16384 0 +surfaceparm detail +} +// brush 849 +{ +( -4486 4582 184 ) ( -4486 4582 168 ) ( -4584 4484 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4486 4582 168 ) ( -4486 4582 184 ) ( -4498 4594 184 ) mohcommon/beam2 87 -6 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4498 4594 168 ) ( -4498 4594 184 ) ( -4596 4496 184 ) mohcommon/beam2 86 -6 -180.00 1.000244 -1 0 16384 0 +surfaceparm detail +( -4588 4539.999512 168 ) ( -4412 4536 168 ) ( -4412 4544 168 ) mohcommon/beam2 -111 -11 90.00 1 1.000610 0 16384 0 +surfaceparm detail +( -4412 4528 184 ) ( -4588 4532 184 ) ( -4412 4536 184 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -4648 4428 184 ) ( -4648 4428 168 ) ( -4660 4440 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 850 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 289.950012 ) +( +( ( -2454.955566 3624.503906 500 -29.165184 16.558311 ) ( -2419.517334 3522.848633 277 -27.876465 16.631561 ) ( -2475.097168 3375.152344 168 -26.663986 16.910793 ) ) +( ( -2307.425293 3599.846191 610 -28.945587 15.514788 ) ( -2328.492676 3468.499023 404 -27.631458 16.363178 ) ( -2326.402344 3342.531250 274 -26.441963 16.403494 ) ) +( ( -2203.980225 3457.093750 500 -28.721508 15.293850 ) ( -2098.800293 3320.844727 316 -27.240261 15.354462 ) ( -2163.997314 3242.118652 220 -26.490776 15.297726 ) ) +) + } + } +// brush 851 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 289.950012 ) +( +( ( -1928.955566 3926.503906 306 -29.165184 16.558311 ) ( -1893.517334 3824.848633 83 -27.876465 16.631561 ) ( -1949.097168 3677.152344 -26 -26.663986 16.910793 ) ) +( ( -1781.425293 3901.846191 416 -28.945587 15.514788 ) ( -1802.492676 3770.499023 210 -27.631458 16.363178 ) ( -1800.402344 3644.531250 80 -26.441963 16.403494 ) ) +( ( -1677.980225 3759.093750 306 -28.721508 15.293850 ) ( -1572.800293 3622.844727 122 -27.240261 15.354462 ) ( -1637.997314 3544.118652 26 -26.490776 15.297726 ) ) +) + } + } +// brush 852 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 1000.000000 ) +( +( ( -1698.955566 3962.503906 434 -29.165184 16.558311 ) ( -1663.517334 3976.848633 181 -27.876465 16.631561 ) ( -1719.097168 3829.152344 18 -26.663986 16.910793 ) ) +( ( -1489.425293 3937.846191 420 -28.945587 15.514788 ) ( -1626.492676 3922.499023 250 -27.631458 16.363178 ) ( -1570.402344 3796.531250 124 -26.441963 16.403494 ) ) +( ( -1345.980225 3795.093750 224 -28.721508 15.293850 ) ( -1396.800293 3774.844727 122 -27.240261 15.354462 ) ( -1449.997314 3696.118652 4 -26.490776 15.297726 ) ) +) + } + } +// brush 853 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm nodamage subdivisions 437.758484 ) +( +( ( -4500.955566 3020.503906 120 -29.165184 16.558311 ) ( -4533.517578 2866.848633 23 -27.876465 16.631561 ) ( -4593.097168 2767.152344 -32 -26.663986 16.910793 ) ) +( ( -4373.425293 2971.846191 256 -28.945587 15.514788 ) ( -4504.492676 2838.499023 182 -27.631458 16.363178 ) ( -4640.402344 2720.531250 312 -26.441963 16.403494 ) ) +( ( -4349.980469 2907.093750 72 -28.721508 15.293850 ) ( -4504.800293 2728.844727 16 -27.240261 15.354462 ) ( -4381.997070 2700.118652 68 -26.490776 15.297726 ) ) +) + } + } +// brush 854 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 436.188965 ) +( +( ( -4908.955566 2324.503906 184 -29.165184 16.558311 ) ( -4941.517578 2270.848633 27 -27.876465 16.631561 ) ( -5001.097168 2131.152344 -68 -26.663986 16.910793 ) ) +( ( -4781.425293 2231.846191 96 -28.945587 15.514788 ) ( -4912.492676 2202.499023 146 -27.631458 16.363178 ) ( -5048.402344 2084.531250 276 -26.441963 16.403494 ) ) +( ( -4757.980469 2195.093750 28 -28.721508 15.293850 ) ( -4912.800293 2092.844727 -20 -27.240261 15.354462 ) ( -4789.997070 2064.118652 32 -26.490776 15.297726 ) ) +) + } + } +// brush 855 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 322.390747 ) +( +( ( -5104.583008 4677.093750 120 -29.165184 16.558311 ) ( -4942.820313 4742.731445 7 -27.876465 16.631561 ) ( -4767.661133 4748.375488 24 -26.663986 16.910793 ) ) +( ( -5112.002930 4813.388672 200 -28.945587 15.514788 ) ( -4905.419922 4784.030273 78 -27.631458 16.363178 ) ( -4811.926758 4810.170410 166 -26.441963 16.403494 ) ) +( ( -5119.617188 4848.128906 266 -28.721508 15.293850 ) ( -4890.470215 4921.707031 120 -27.240261 15.354462 ) ( -4887.367188 4935.951172 239 -26.490776 15.297726 ) ) +) + } + } +// brush 856 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 324.090515 ) +( +( ( -1100.955566 1436.503906 14 -29.165184 16.558311 ) ( -1133.517334 1286.848633 27 -27.876465 16.631561 ) ( -1193.097168 1187.152344 -28 -26.663986 16.910793 ) ) +( ( -973.425293 1387.846191 154 -28.945587 15.514788 ) ( -1104.492676 1252.499023 142 -27.631458 16.363178 ) ( -1240.402344 1136.531250 210 -26.441963 16.403494 ) ) +( ( -949.980225 1327.093750 268 -28.721508 15.293850 ) ( -1104.800293 1148.844727 212 -27.240261 15.354462 ) ( -981.997314 1120.118652 264 -26.490776 15.297726 ) ) +) + } + } +// brush 857 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 324.090515 ) +( +( ( -955.485352 1789.686523 48 -29.165184 16.558311 ) ( -819.357178 1719.500977 61 -27.876465 16.631561 ) ( -738.478027 1636.147949 6 -26.663986 16.910793 ) ) +( ( -875.478760 1900.278320 188 -28.945587 15.514788 ) ( -778.665771 1738.646484 176 -27.631458 16.363178 ) ( -701.825439 1577.353027 244 -26.441963 16.403494 ) ) +( ( -810.728027 1907.200684 302 -28.721508 15.293850 ) ( -678.622803 1711.521484 246 -27.240261 15.354462 ) ( -619.092041 1822.705566 298 -26.490776 15.297726 ) ) +) + } + } +// brush 858 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 1000.000000 ) +( +( ( -918.874756 1578.270508 -15.153015 0 1 ) ( -970.219727 1478.573730 20.731628 0 0.500000 ) ( -1004.273926 1328.918945 15.961731 0 0 ) ) +( ( -838.906494 1628.891602 115.847931 0.500000 1 ) ( -982.957275 1512.923828 88.159088 0.500000 0.500000 ) ( -1111.079102 1377.576172 105.384338 0.500000 0 ) ) +( ( -1087.281738 1645.303711 166.988770 1 1 ) ( -972.910645 1616.578125 127.771576 1 0.500000 ) ( -1118.430176 1438.328613 171.801697 1 0 ) ) +) + } + } +// brush 859 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 367.342896 ) +( +( ( -1292.955566 2156.503906 92 -29.165184 16.558311 ) ( -1325.517334 1890.848633 -17 -27.876465 16.631561 ) ( -1385.097168 1907.152344 50 -26.663986 16.910793 ) ) +( ( -1165.425293 2107.846191 232 -28.945587 15.514788 ) ( -1296.492676 2040.499023 140 -27.631458 16.363178 ) ( -1432.402344 1974.531250 156 -26.441963 16.403494 ) ) +( ( -1141.980225 2115.093750 266 -28.721508 15.293850 ) ( -1296.800293 1946.844727 22 -27.240261 15.354462 ) ( -1173.997314 1968.118652 102 -26.490776 15.297726 ) ) +) + } + } +// brush 860 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 subdivisions 1000.000000 ) +( +( ( -1102.197510 2087.273926 6.846985 0 1 ) ( -992.608398 2063.481934 42.731628 0 0.500000 ) ( -839.239258 2069.321777 37.961731 0 0 ) ) +( ( -1171.790527 2151.415527 137.847931 0.500000 1 ) ( -1022.491211 2042.288086 110.159088 0.500000 0.500000 ) ( -858.595215 1953.562012 127.384338 0.500000 0 ) ) +( ( -1123.359131 1907.255859 188.988770 1 1 ) ( -1125.213867 2025.164551 149.771576 1 0.500000 ) ( -915.375000 1930.738281 193.801697 1 0 ) ) +) + } + } +// brush 861 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 subdivisions 316.920288 ) +( +( ( -1138.955566 2176.503906 66 -29.165184 16.558311 ) ( -1171.517334 2026.848633 79 -27.876465 16.631561 ) ( -1231.097168 1927.152344 24 -26.663986 16.910793 ) ) +( ( -1011.425293 2127.846191 206 -28.945587 15.514788 ) ( -1142.492676 2060.499023 114 -27.631458 16.363178 ) ( -1278.402344 1994.531250 130 -26.441963 16.403494 ) ) +( ( -987.980225 2135.093750 240 -28.721508 15.293850 ) ( -1142.800293 2006.844727 132 -27.240261 15.354462 ) ( -1019.997314 1978.118652 184 -26.490776 15.297726 ) ) +) + } + } +// brush 862 +{ +( -3609.343750 3337.597656 48 ) ( -3643.284180 3303.656738 48 ) ( -3609.343262 3269.715820 48 ) german/crate_reinforced1_topflt 29 78 0.00 -0.467827 0.467829 0 16384 0 +surfaceparm detail +( -3609.343262 3269.715820 88 ) ( -3643.284180 3303.656738 88 ) ( -3609.343750 3337.597656 88 ) german/crate_reinforced1_topflt 29 78 0.00 -0.467827 0.467829 0 16384 0 +surfaceparm detail +( -3609.343262 3269.715820 176 ) ( -3575.402344 3303.656738 176 ) ( -3575.402344 3303.656738 40 ) german/crate_reinforced1_topflt 27 25 0.00 -0.233914 0.312500 0 16384 0 +surfaceparm detail +( -3575.402344 3295.656738 176 ) ( -3609.343750 3329.597656 176 ) ( -3609.343750 3329.597656 40 ) german/crate_reinforced1_topflt 58 25 0.00 -0.233917 0.312500 0 16384 0 +surfaceparm detail +( -3609.343750 3329.597656 176 ) ( -3643.284180 3295.656738 176 ) ( -3643.284180 3295.656738 40 ) german/crate_reinforced1_topflt 27 25 0.00 -0.233914 0.312500 0 16384 0 +surfaceparm detail +( -3643.284180 3303.656738 176 ) ( -3609.343262 3269.715820 176 ) ( -3609.343262 3269.715820 40 ) german/crate_reinforced1_topflt 27 25 0.00 -0.233912 0.312500 0 16384 0 +surfaceparm detail +} +// brush 863 +{ +( -3634.343750 3302.597656 48 ) ( -3668.284180 3268.656738 48 ) ( -3634.343262 3234.715820 48 ) german/crate_reinforced1_topflt 103 4 0.00 -0.467827 0.467829 0 16384 0 +surfaceparm detail +( -3634.343262 3234.715820 88 ) ( -3668.284180 3268.656738 88 ) ( -3634.343750 3302.597656 88 ) german/crate_reinforced1_topflt 103 4 0.00 -0.467827 0.467829 0 16384 0 +surfaceparm detail +( -3634.343262 3234.715820 176 ) ( -3600.402344 3268.656738 176 ) ( -3600.402344 3268.656738 40 ) german/crate_reinforced1_topflt 5 25 0.00 -0.233917 0.312500 0 16384 0 +surfaceparm detail +( -3600.402344 3260.656738 176 ) ( -3634.343750 3294.597656 176 ) ( -3634.343750 3294.597656 40 ) german/crate_reinforced1_topflt 79 25 0.00 -0.233917 0.312500 0 16384 0 +surfaceparm detail +( -3634.343750 3294.597656 176 ) ( -3668.284180 3260.656738 176 ) ( -3668.284180 3260.656738 40 ) german/crate_reinforced1_topflt 6 25 0.00 -0.233913 0.312500 0 16384 0 +surfaceparm detail +( -3668.284180 3268.656738 176 ) ( -3634.343262 3234.715820 176 ) ( -3634.343262 3234.715820 40 ) german/crate_reinforced1_topflt 5 25 0.00 -0.233916 0.312500 0 16384 0 +surfaceparm detail +} +// brush 864 +{ +( -3602.343750 3339.597656 0 ) ( -3636.284180 3305.656738 0 ) ( -3602.343262 3271.715820 0 ) german/crate_reinforced1_topflt 56 26 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -3602.343262 3271.715820 48 ) ( -3636.284180 3305.656738 48 ) ( -3602.343750 3339.597656 48 ) german/crate_reinforced1_topflt 56 26 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -3602.343262 3271.715820 128 ) ( -3568.402344 3305.656738 128 ) ( -3568.402344 3305.656738 -8 ) german/crate_reinforced1_topflt 51 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +( -3568.402344 3305.656738 128 ) ( -3602.343750 3339.597656 128 ) ( -3602.343750 3339.597656 -8 ) german/crate_reinforced1_topflt 111 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +( -3602.343750 3339.597656 128 ) ( -3636.284180 3305.656738 128 ) ( -3636.284180 3305.656738 -8 ) german/crate_reinforced1_topflt 51 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -3636.284180 3305.656738 128 ) ( -3602.343262 3271.715820 128 ) ( -3602.343262 3271.715820 -8 ) german/crate_reinforced1_topflt 51 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +} +// brush 865 +{ +( -3626.343750 3295.597656 0 ) ( -3660.284180 3261.656738 0 ) ( -3626.343262 3227.715820 0 ) german/crate_reinforced1_topflt 10 71 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -3626.343262 3227.715820 48 ) ( -3660.284180 3261.656738 48 ) ( -3626.343750 3295.597656 48 ) german/crate_reinforced1_topflt 10 71 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -3626.343262 3227.715820 128 ) ( -3592.402344 3261.656738 128 ) ( -3592.402344 3261.656738 -8 ) german/crate_reinforced1_topflt 13 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3592.402344 3261.656738 128 ) ( -3626.343750 3295.597656 128 ) ( -3626.343750 3295.597656 -8 ) german/crate_reinforced1_topflt 20 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3626.343750 3295.597656 128 ) ( -3660.284180 3261.656738 128 ) ( -3660.284180 3261.656738 -8 ) german/crate_reinforced1_topflt 13 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +( -3660.284180 3261.656738 128 ) ( -3626.343262 3227.715820 128 ) ( -3626.343262 3227.715820 -8 ) german/crate_reinforced1_topflt 13 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +} +// brush 866 +{ +( -3386.343750 3207.597656 0 ) ( -3420.284180 3173.656738 0 ) ( -3386.343262 3139.715820 0 ) german/crate_reinforced1_topflt 79 33 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -3386.343262 3139.715820 48 ) ( -3420.284180 3173.656738 48 ) ( -3386.343750 3207.597656 48 ) german/crate_reinforced1_topflt 79 33 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -3386.343262 3139.715820 128 ) ( -3352.402344 3173.656738 128 ) ( -3352.402344 3173.656738 -8 ) german/crate_reinforced1_topflt 65 0 0.00 -0.265165 0.375000 0 16384 0 +surfaceparm detail +( -3352.402344 3173.656738 128 ) ( -3386.343750 3207.597656 128 ) ( -3386.343750 3207.597656 -8 ) german/crate_reinforced1_topflt 29 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3386.343750 3207.597656 128 ) ( -3420.284180 3173.656738 128 ) ( -3420.284180 3173.656738 -8 ) german/crate_reinforced1_topflt 65 0 0.00 -0.265162 0.375000 0 16384 0 +surfaceparm detail +( -3420.284180 3173.656738 128 ) ( -3386.343262 3139.715820 128 ) ( -3386.343262 3139.715820 -8 ) german/crate_reinforced1_topflt 65 0 0.00 -0.265162 0.375000 0 16384 0 +surfaceparm detail +} +// brush 867 +{ +( -3386.343750 3207.597656 48 ) ( -3420.284180 3173.656738 48 ) ( -3386.343262 3139.715820 48 ) german/crate_reinforced1_topflt 121 56 0.00 -0.467831 0.467833 0 16384 0 +surfaceparm detail +( -3386.343262 3139.715820 88 ) ( -3420.284180 3173.656738 88 ) ( -3386.343750 3207.597656 88 ) german/crate_reinforced1_topflt 121 56 0.00 -0.467831 0.467833 0 16384 0 +surfaceparm detail +( -3386.343262 3139.715820 176 ) ( -3352.402344 3173.656738 176 ) ( -3352.402344 3173.656738 40 ) german/crate_reinforced1_topflt 112 25 0.00 -0.233914 0.312500 0 16384 0 +surfaceparm detail +( -3352.402344 3165.656738 176 ) ( -3386.343750 3199.597656 176 ) ( -3386.343750 3199.597656 40 ) german/crate_reinforced1_topflt 115 25 0.00 -0.233913 0.312500 0 16384 0 +surfaceparm detail +( -3386.343750 3199.597656 176 ) ( -3420.284180 3165.656738 176 ) ( -3420.284180 3165.656738 40 ) german/crate_reinforced1_topflt 112 25 0.00 -0.233912 0.312500 0 16384 0 +surfaceparm detail +( -3420.284180 3173.656738 176 ) ( -3386.343262 3139.715820 176 ) ( -3386.343262 3139.715820 40 ) german/crate_reinforced1_topflt 112 25 0.00 -0.233913 0.312500 0 16384 0 +surfaceparm detail +} +// brush 868 +{ +( -3602.343750 3591.597656 48 ) ( -3636.284180 3557.656738 48 ) ( -3602.343262 3523.715820 48 ) german/crate_reinforced1_topflt 8 32 -135.08 0.000919 -0.661608 0 16384 0 +surfaceparm detail +( -3602.343262 3523.715820 88 ) ( -3636.284180 3557.656738 88 ) ( -3602.343750 3591.597656 88 ) german/crate_reinforced1_topflt 44 109 0.00 -0.467827 0.467829 0 16384 0 +surfaceparm detail +( -3602.343262 3523.715820 176 ) ( -3568.402344 3557.656738 176 ) ( -3568.402344 3557.656738 40 ) german/crate_reinforced1_topflt 89 24 -180.00 0.233912 -0.312500 0 16384 0 +surfaceparm detail +( -3568.402344 3549.656738 176 ) ( -3602.343750 3583.597656 176 ) ( -3602.343750 3583.597656 40 ) german/crate_reinforced1_topflt 88 25 0.00 -0.233917 0.312500 0 16384 0 +surfaceparm detail +( -3602.343750 3583.597656 176 ) ( -3636.284180 3549.656738 176 ) ( -3636.284180 3549.656738 40 ) german/crate_reinforced1_topflt 89 24 -180.00 0.233913 -0.312500 0 16384 0 +surfaceparm detail +( -3636.284180 3557.656738 176 ) ( -3602.343262 3523.715820 176 ) ( -3602.343262 3523.715820 40 ) german/crate_reinforced1_topflt 89 24 -180.00 0.233912 -0.312500 0 16384 0 +surfaceparm detail +} +// brush 869 +{ +( -3602.343750 3591.597656 0 ) ( -3636.284180 3557.656738 0 ) ( -3602.343262 3523.715820 0 ) german/crate_reinforced1_topflt 31 30 -135.08 0.001045 -0.749996 0 16384 0 +surfaceparm detail +( -3602.343262 3523.715820 48 ) ( -3636.284180 3557.656738 48 ) ( -3602.343750 3591.597656 48 ) german/crate_reinforced1_topflt 56 118 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -3602.343262 3523.715820 128 ) ( -3568.402344 3557.656738 128 ) ( -3568.402344 3557.656738 -8 ) german/crate_reinforced1_topflt 106 0 -180.00 0.265167 -0.375000 0 16384 0 +surfaceparm detail +( -3568.402344 3557.656738 128 ) ( -3602.343750 3591.597656 128 ) ( -3602.343750 3591.597656 -8 ) german/crate_reinforced1_topflt 111 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +( -3602.343750 3591.597656 128 ) ( -3636.284180 3557.656738 128 ) ( -3636.284180 3557.656738 -8 ) german/crate_reinforced1_topflt 106 0 -180.00 0.265164 -0.375000 0 16384 0 +surfaceparm detail +( -3636.284180 3557.656738 128 ) ( -3602.343262 3523.715820 128 ) ( -3602.343262 3523.715820 -8 ) german/crate_reinforced1_topflt 105 0 -180.00 0.265162 -0.375000 0 16384 0 +surfaceparm detail +} +// brush 870 +{ +( -3562 3928 0 ) ( -3596 3962 0 ) ( -3630 3928 0 ) german/crate_reinforced1_topflt 115 112 134.92 -0.001038 -0.751307 0 16384 0 +surfaceparm detail +( -3630 3928 48 ) ( -3596 3962 48 ) ( -3562 3928 48 ) german/crate_reinforced1_topflt 79 35 0.00 -0.531254 0.531254 0 16384 0 +surfaceparm detail +( -3630 3928 128 ) ( -3596 3894 128 ) ( -3596 3894 -8 ) german/crate_reinforced1_topflt 68 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +( -3596 3894 128 ) ( -3562 3928 128 ) ( -3562 3928 -8 ) german/crate_reinforced1_topflt 69 0 -180.00 0.265629 -0.375000 0 16384 0 +surfaceparm detail +( -3562 3928 128 ) ( -3596 3962 128 ) ( -3596 3962 -8 ) german/crate_reinforced1_topflt 68 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +( -3596 3962 128 ) ( -3630 3928 128 ) ( -3630 3928 -8 ) german/crate_reinforced1_topflt 69 0 -180.00 0.265629 -0.375000 0 16384 0 +surfaceparm detail +} +// brush 871 +{ +( -3588 3950 48 ) ( -3622 3984 48 ) ( -3656 3950 48 ) german/crate_reinforced1_topflt -88 123 135.05 0.000656 -0.751307 0 16384 0 +surfaceparm detail +( -3656 3950 96 ) ( -3622 3984 96 ) ( -3588 3950 96 ) german/crate_reinforced1_topflt 30 76 0.00 -0.531254 0.531253 0 16384 0 +surfaceparm detail +( -3656 3950 176 ) ( -3622 3916 176 ) ( -3622 3916 40 ) german/crate_reinforced1_topflt 23 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +( -3622 3916 176 ) ( -3588 3950 176 ) ( -3588 3950 40 ) german/crate_reinforced1_topflt 23 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +( -3588 3950 176 ) ( -3622 3984 176 ) ( -3622 3984 40 ) german/crate_reinforced1_topflt 23 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +( -3622 3984 176 ) ( -3656 3950 176 ) ( -3656 3950 40 ) german/crate_reinforced1_topflt 23 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +} +// brush 872 +{ +( -3608 3954 0 ) ( -3642 3988 0 ) ( -3676 3954 0 ) german/crate_reinforced1_topflt 95 89 134.89 -0.001383 -0.751299 0 16384 0 +surfaceparm detail +( -3676 3954 48 ) ( -3642 3988 48 ) ( -3608 3954 48 ) german/crate_reinforced1_topflt 120 84 0.00 -0.531250 0.531251 0 16384 0 +surfaceparm detail +( -3676 3954 128 ) ( -3642 3920 128 ) ( -3642 3920 -8 ) german/crate_reinforced1_topflt 38 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +( -3642 3920 128 ) ( -3608 3954 128 ) ( -3608 3954 -8 ) german/crate_reinforced1_topflt 38 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +( -3608 3954 128 ) ( -3642 3988 128 ) ( -3642 3988 -8 ) german/crate_reinforced1_topflt 38 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +( -3642 3988 128 ) ( -3676 3954 128 ) ( -3676 3954 -8 ) german/crate_reinforced1_topflt 38 0 -180.00 0.265625 -0.375000 0 16384 0 +surfaceparm detail +} +// brush 873 +{ +( -3834.343750 3503.597656 0 ) ( -3868.284180 3469.656738 0 ) ( -3834.343262 3435.715820 0 ) german/crate_reinforced1_topflt 2 80 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -3834.343262 3435.715820 48 ) ( -3868.284180 3469.656738 48 ) ( -3834.343750 3503.597656 48 ) german/crate_reinforced1_topflt 2 80 0.00 -0.530327 0.530329 0 16384 0 +surfaceparm detail +( -3834.343262 3435.715820 128 ) ( -3800.402344 3469.656738 128 ) ( -3800.402344 3469.656738 -8 ) german/crate_reinforced1_topflt 30 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +( -3800.402344 3469.656738 128 ) ( -3834.343750 3503.597656 128 ) ( -3834.343750 3503.597656 -8 ) german/crate_reinforced1_topflt 4 0 0.00 -0.265171 0.375000 0 16384 0 +surfaceparm detail +( -3834.343750 3503.597656 128 ) ( -3868.284180 3469.656738 128 ) ( -3868.284180 3469.656738 -8 ) german/crate_reinforced1_topflt 30 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3868.284180 3469.656738 128 ) ( -3834.343262 3435.715820 128 ) ( -3834.343262 3435.715820 -8 ) german/crate_reinforced1_topflt 30 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +} +// brush 874 +{ +( -3805.656738 3524.284180 48 ) ( -3839.597656 3490.343262 48 ) ( -3805.656250 3456.402344 48 ) german/crate_reinforced1_topflt 56 119 0.00 -0.530331 0.530333 0 16384 0 +surfaceparm detail +( -3805.656250 3456.402344 96 ) ( -3839.597656 3490.343262 96 ) ( -3805.656738 3524.284180 96 ) german/crate_reinforced1_topflt 56 119 0.00 -0.530331 0.530333 0 16384 0 +surfaceparm detail +( -3805.656250 3456.402344 176 ) ( -3771.715820 3490.343262 176 ) ( -3771.715820 3490.343262 40 ) german/crate_reinforced1_topflt 108 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3771.715820 3490.343262 176 ) ( -3805.656738 3524.284180 176 ) ( -3805.656738 3524.284180 40 ) german/crate_reinforced1_topflt 108 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +( -3805.656738 3524.284180 176 ) ( -3839.597656 3490.343262 176 ) ( -3839.597656 3490.343262 40 ) german/crate_reinforced1_topflt 108 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +( -3839.597656 3490.343262 176 ) ( -3805.656250 3456.402344 176 ) ( -3805.656250 3456.402344 40 ) german/crate_reinforced1_topflt 112 0 0.00 -0.265167 0.375000 0 16384 0 +surfaceparm detail +} +// brush 875 +{ +( -3786.343750 3551.597656 0 ) ( -3820.284180 3517.656738 0 ) ( -3786.343262 3483.715820 0 ) german/crate_reinforced1_topflt 93 42 0.00 -0.530331 0.530333 0 16384 0 +surfaceparm detail +( -3786.343262 3483.715820 48 ) ( -3820.284180 3517.656738 48 ) ( -3786.343750 3551.597656 48 ) german/crate_reinforced1_topflt 93 42 0.00 -0.530331 0.530333 0 16384 0 +surfaceparm detail +( -3786.343262 3483.715820 128 ) ( -3752.402344 3517.656738 128 ) ( -3752.402344 3517.656738 -8 ) german/crate_reinforced1_topflt 83 0 0.00 -0.265162 0.375000 0 16384 0 +surfaceparm detail +( -3752.402344 3517.656738 128 ) ( -3786.343750 3551.597656 128 ) ( -3786.343750 3551.597656 -8 ) german/crate_reinforced1_topflt 57 0 0.00 -0.265171 0.375000 0 16384 0 +surfaceparm detail +( -3786.343750 3551.597656 128 ) ( -3820.284180 3517.656738 128 ) ( -3820.284180 3517.656738 -8 ) german/crate_reinforced1_topflt 83 0 0.00 -0.265163 0.375000 0 16384 0 +surfaceparm detail +( -3820.284180 3517.656738 128 ) ( -3786.343262 3483.715820 128 ) ( -3786.343262 3483.715820 -8 ) german/crate_reinforced1_topflt 83 0 0.00 -0.265164 0.375000 0 16384 0 +surfaceparm detail +} +// brush 876 +{ +( -5720 2764 0 ) ( -5720 4348 0 ) ( -6424 4348 0 ) common/caulk -32 -12 0.00 1 -1 0 65696 0 +surfaceparm detail +( -5712 4356 40 ) ( -5712 4356 0 ) ( -5712 4004 0 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5792 2764 40 ) ( -5780 4348 40 ) ( -5768 2764 40 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5736 4356 0 ) ( -5736 4356 40 ) ( -5736 4004 40 ) common/caulk -28 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -5728 4356 40 ) ( -5728 4356 0 ) ( -5712 4356 0 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5716 4324 0 ) ( -5724 4324 0 ) ( -5720 4324 40 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 877 +{ +( -5720 2764 0 ) ( -5720 4348 0 ) ( -6424 4348 0 ) common/caulk -32 -12 0.00 1 -1 0 65696 0 +surfaceparm detail +( -5712 4356 40 ) ( -5712 4356 0 ) ( -5712 4004 0 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5792 2764 40 ) ( -5780 4348 40 ) ( -5768 2764 40 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5728 4356 0 ) ( -5728 4356 40 ) ( -5728 4004 40 ) common/caulk -28 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -5712 4004 40 ) ( -5712 4004 0 ) ( -5728 4004 0 ) common/caulk 0 -23 -180.00 1 1 0 65696 0 +surfaceparm detail +( -5724 4324 0 ) ( -5716 4324 0 ) ( -5720 4324 40 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 878 +{ +( -6432 4076 192 ) ( -5728 4076 192 ) ( -5728 5660 192 ) common/nodraw 62 52 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4076 760 ) ( -5728 5660 760 ) ( -5728 5660 192 ) ta_berlin/berlinwall3b -67 245 0.00 0.875000 -0.718750 0 65536 0 +surfaceparm detail +( -5728 4260 216 ) ( -5736 4260 216 ) ( -5736 4324 272 ) ta_berlin/brln_rubble -196 -140 0.00 0.647949 -1 0 65536 0 +surfaceparm detail +( -5736 4132 192 ) ( -5736 4140 376 ) ( -5736 4124 376 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5728 4324 192 ) ( -5724 4324 376 ) ( -5732 4324 376 ) mohtest/hotelwall1crk -16 8 0.00 1 -1 0 65536 0 +surfaceparm detail +( -5736 4260 216 ) ( -5728 4260 216 ) ( -5728 4260 192 ) common/nodraw 0 38 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 879 +{ +( -6432 4076 192 ) ( -5728 4076 192 ) ( -5728 5660 192 ) common/nodraw 62 52 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4076 760 ) ( -5728 5660 760 ) ( -5728 5660 192 ) ta_berlin/berlinwall3b -67 245 0.00 0.875000 -0.718750 0 65536 0 +surfaceparm detail +( -5736 4156 216 ) ( -5728 4156 216 ) ( -5728 4100 264 ) ta_berlin/brln_rubble -196 -140 0.00 0.647949 -1 0 65536 0 +surfaceparm detail +( -5736 4132 192 ) ( -5736 4140 376 ) ( -5736 4124 376 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5736 4100 210 ) ( -5728 4100 216 ) ( -5728 4100 204 ) common/nodraw 0 38 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4156 216 ) ( -5736 4156 216 ) ( -5736 4156 192 ) common/nodraw 0 38 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 880 +{ +( -6432 4076 192 ) ( -5728 4076 192 ) ( -5728 5660 192 ) common/nodraw 62 52 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4068 624 ) ( -5728 5652 624 ) ( -5728 5652 56 ) ta_berlin/berlinwall3b -67 245 0.00 0.875000 -0.718750 0 65536 0 +surfaceparm detail +( -5736 4260 216 ) ( -5728 4260 216 ) ( -5728 4224 200 ) ta_berlin/brln_rubble -196 -140 0.00 0.647949 -1 0 65536 0 +surfaceparm detail +( -5736 4132 192 ) ( -5736 4140 376 ) ( -5736 4124 376 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5728 4260 216 ) ( -5736 4260 216 ) ( -5736 4260 192 ) common/nodraw 0 38 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 4224 200 ) ( -5728 4224 200 ) ( -5728 4220 192 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 881 +{ +( -6432 4076 192 ) ( -5728 4076 192 ) ( -5728 5660 192 ) common/nodraw 62 52 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4076 760 ) ( -5728 5660 760 ) ( -5728 5660 192 ) ta_berlin/berlinwall3b -67 245 0.00 0.875000 -0.718750 0 65536 0 +surfaceparm detail +( -5728 4156 216 ) ( -5736 4156 216 ) ( -5736 4212 204 ) ta_berlin/brln_rubble -196 -140 0.00 0.647949 -1 0 65536 0 +surfaceparm detail +( -5736 4132 192 ) ( -5736 4140 376 ) ( -5736 4124 376 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5736 4156 216 ) ( -5728 4156 216 ) ( -5728 4156 192 ) common/nodraw 0 38 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4212 204 ) ( -5736 4212 204 ) ( -5736 4220 192 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 882 +{ +( -6432 4348 360 ) ( -5728 4348 360 ) ( -5728 2764 360 ) common/nodraw 62 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4348 -208 ) ( -5728 2764 -208 ) ( -5728 2764 360 ) ta_berlin/berlinwall3b 88 -11 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5736 4204 332 ) ( -5728 4204 332 ) ( -5728 4268 356 ) ta_berlin/brln_rubble -196 92 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4292 360 ) ( -5736 4284 176 ) ( -5736 4300 176 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5736 4268 328 ) ( -5728 4268 328 ) ( -5728 4268 360 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4204 304 ) ( -5736 4204 304 ) ( -5736 4204 360 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 883 +{ +( -6432 4348 360 ) ( -5728 4348 360 ) ( -5728 2764 360 ) common/nodraw 62 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4356 -72 ) ( -5728 2772 -72 ) ( -5728 2772 496 ) ta_berlin/berlinwall3b 88 -11 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5728 4204 332 ) ( -5736 4204 332 ) ( -5736 4164 340 ) ta_berlin/brln_rubble -196 92 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4292 360 ) ( -5736 4284 176 ) ( -5736 4300 176 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5736 4164 328 ) ( -5736 4164 360 ) ( -5728 4164 344 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4204 304 ) ( -5728 4204 304 ) ( -5728 4204 360 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 884 +{ +( -6432 4348 360 ) ( -5728 4348 360 ) ( -5728 2764 360 ) common/nodraw 62 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4348 -208 ) ( -5728 2764 -208 ) ( -5728 2764 360 ) ta_berlin/berlinwall3b 88 -11 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5736 4268 356 ) ( -5728 4268 356 ) ( -5728 4324 288 ) ta_berlin/brln_rubble -196 -164 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4292 360 ) ( -5736 4284 176 ) ( -5736 4300 176 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5736 4324 342 ) ( -5728 4324 336 ) ( -5728 4324 348 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4268 356 ) ( -5736 4268 356 ) ( -5736 4268 360 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 885 +{ +( -6432 4348 360 ) ( -5728 4348 360 ) ( -5728 2764 360 ) common/nodraw 62 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4348 -208 ) ( -5728 2764 -208 ) ( -5728 2764 360 ) ta_berlin/berlinwall3b 88 -11 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5728 4164 340 ) ( -5736 4164 340 ) ( -5736 4100 280 ) ta_berlin/brln_rubble -196 92 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4292 360 ) ( -5736 4284 176 ) ( -5736 4300 176 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5728 4100 360 ) ( -5724 4100 176 ) ( -5732 4100 176 ) mohtest/hotelwall1crk -16 -208 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4164 340 ) ( -5728 4164 340 ) ( -5728 4164 360 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 886 +{ +( 2710 1366 408 ) ( 2478 1366 408 ) ( 2478 1822 408 ) general_structure/plaster_wall2 -230 -109 90.00 1 1 0 65536 0 +surfaceparm detail +( 2662 1801 408 ) ( 2662 1345 408 ) ( 2662 1345 344 ) general_structure/plaster_wall2 -166 0 0.00 1 0.799988 0 65536 0 +surfaceparm detail +( 2494 1382 344 ) ( 2478 1366 344 ) ( 2486 1374 408 ) general_structure/plaster_wall2 22 -63 -180.00 1 -0.999969 0 65536 0 +surfaceparm detail +( 2478 1798 344 ) ( 2486 1790 344 ) ( 2482 1794 408 ) general_structure/plaster_wall2 -70 -64 0.00 1 0.999969 0 65536 0 +surfaceparm detail +( 2478 1710 224 ) ( 2694 1702 224 ) ( 2694 1718 224 ) general_structure/plaster_wall2 -230 -173 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 887 +{ +( -4344 1424 408 ) ( -4576 1424 408 ) ( -4576 1880 408 ) general_structure/plaster_wall2 -32 -224 90.00 1 1 0 65536 0 +surfaceparm detail +( -4386 1881 408 ) ( -4386 1425 408 ) ( -4386 1425 344 ) general_structure/plaster_wall2 -224 0 0.00 1 0.799988 0 65536 0 +surfaceparm detail +( -4560 1440 344 ) ( -4576 1424 344 ) ( -4568 1432 408 ) general_structure/plaster_wall2 81 -61 -180.00 0.999756 -1 0 65536 0 +surfaceparm detail +( -4576 1856 344 ) ( -4568 1848 344 ) ( -4572 1852 408 ) general_structure/plaster_wall2 -128 -63 0.00 1 1 0 65536 0 +surfaceparm detail +( -4576 1768 224 ) ( -4360 1760 224 ) ( -4360 1776 224 ) general_structure/plaster_wall2 -32 -30 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 888 +{ +( 5724 4946 -520 ) ( 5724 4930 -520 ) ( 5728 4930 -520 ) common/clip -4 -57 90.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +( 5728 4930 -360 ) ( 5724 4930 -360 ) ( 5724 4946 -360 ) common/clip -4 -57 90.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +( 5708 4910 -520 ) ( 5708 4910 -360 ) ( 5708 4962 -360 ) common/clip -4 0 0.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +( 5708 4962 -520 ) ( 5708 4962 -360 ) ( 5702 4946 -360 ) common/clip -4 0 0.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +( 5702 4946 -520 ) ( 5702 4946 -360 ) ( 5702 4926 -360 ) common/clip -4 0 0.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +( 5708 4910 -360 ) ( 5708 4910 -520 ) ( 5702 4926 -520 ) common/clip -4 0 0.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +} +// brush 889 +{ +( 3300 5040 -368 ) ( 3300 4944 -368 ) ( 3308 4944 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3308 4944 -336 ) ( 3300 4944 -336 ) ( 3300 5040 -336 ) common/caulk -31 -7 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 4940 -336 ) ( 3268 5036 -336 ) ( 3268 5036 -352 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3348 4528 -336 ) ( 3340 4528 -336 ) ( 3340 4528 -352 ) mohtest/platestone1flt -216 -64 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 3156 5040 -344 ) ( 3156 4944 -344 ) ( 3156 4944 -360 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3324 4400 -336 ) ( 3332 4400 -336 ) ( 3332 4400 -352 ) common/caulk 8 0 -180.00 0.500000 -0.499992 0 65696 0 +surfaceparm detail +} +// brush 890 +{ +( 3284 5024 -368 ) ( 3156 5024 -368 ) ( 3156 5088 -368 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3284 4512 -472 ) ( 3284 4512 -368 ) ( 3284 5040 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3284 5040 -324 ) ( 3156 5040 -324 ) ( 3156 5040 -492 ) common/caulk 57 23 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3268 5080 -324 ) ( 3268 5016 -324 ) ( 3268 5016 -492 ) common/caulk -48 24 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3284 4512 -368 ) ( 3284 4512 -472 ) ( 3268 4528 -472 ) common/caulk -48 24 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3284 4876 -416 ) ( 3268 4880 -416 ) ( 3268 4872 -416 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 891 +{ +( 3396 5024 -368 ) ( 3268 5024 -368 ) ( 3268 5088 -368 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3396 4400 -508 ) ( 3396 4400 -404 ) ( 3396 5040 -404 ) common/caulk -48 24 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3396 5040 -324 ) ( 3268 5040 -324 ) ( 3268 5040 -492 ) common/caulk 57 23 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3380 5080 -288 ) ( 3380 5016 -288 ) ( 3380 5016 -456 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3396 4400 -368 ) ( 3396 4400 -472 ) ( 3380 4416 -472 ) common/caulk -48 24 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3396 4876 -416 ) ( 3380 4880 -416 ) ( 3380 4872 -416 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 892 +{ +( 3260 4416 -368 ) ( 3284 4416 -368 ) ( 3284 4400 -368 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3140 4400 -404 ) ( 3140 4384 -404 ) ( 3140 4384 -508 ) common/caulk -48 24 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3260 4400 -404 ) ( 3284 4400 -404 ) ( 3284 4400 -508 ) common/caulk 57 23 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3388 4408 -368 ) ( 3388 4408 -472 ) ( 3404 4392 -472 ) common/caulk -48 24 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 4416 -508 ) ( 3268 4416 -404 ) ( 3140 4416 -404 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3396 4876 -416 ) ( 3140 4880 -416 ) ( 3140 4872 -416 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 893 +{ +( 3260 4528 -368 ) ( 3284 4528 -368 ) ( 3284 4512 -368 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3140 4512 -404 ) ( 3140 4496 -404 ) ( 3140 4496 -508 ) common/caulk -48 24 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3260 4512 -368 ) ( 3284 4512 -368 ) ( 3284 4512 -472 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3268 4528 -368 ) ( 3268 4528 -472 ) ( 3284 4512 -472 ) common/caulk -48 24 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 4528 -508 ) ( 3268 4528 -404 ) ( 3140 4528 -404 ) common/caulk 57 23 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3284 4876 -416 ) ( 3140 4880 -416 ) ( 3140 4872 -416 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 894 +{ +( 3380 5056 -348 ) ( 3380 5104 -348 ) ( 3396 5104 -348 ) mohtest/flrwood1_rep -232 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3380 5056 -348 ) ( 3396 5056 -348 ) ( 3396 5056 -396 ) mohtest/flrwood1_rep -232 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3396 5056 -348 ) ( 3396 5104 -348 ) ( 3396 5104 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3380 5104 -348 ) ( 3380 5056 -348 ) ( 3380 5056 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3380 5064 -392 ) ( 3380 5056 -400 ) ( 3396 5060 -396 ) mohtest/flrwood1_rep -232 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 895 +{ +( 3268 5056 -348 ) ( 3268 5104 -348 ) ( 3284 5104 -348 ) mohtest/flrwood1_rep -120 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3268 5056 -348 ) ( 3284 5056 -348 ) ( 3284 5056 -396 ) mohtest/flrwood1_rep -120 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3284 5056 -348 ) ( 3284 5104 -348 ) ( 3284 5104 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3268 5104 -348 ) ( 3268 5056 -348 ) ( 3268 5056 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3268 5064 -392 ) ( 3268 5056 -400 ) ( 3284 5060 -396 ) mohtest/flrwood1_rep -120 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 896 +{ +( 5596 5056 -348 ) ( 5596 5104 -348 ) ( 5612 5104 -348 ) mohtest/flrwood1_rep -144 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5596 5056 -348 ) ( 5612 5056 -348 ) ( 5612 5056 -396 ) mohtest/flrwood1_rep -144 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5612 5056 -348 ) ( 5612 5104 -348 ) ( 5612 5104 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5596 5104 -348 ) ( 5596 5056 -348 ) ( 5596 5056 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5596 5064 -392 ) ( 5596 5056 -400 ) ( 5612 5060 -396 ) mohtest/flrwood1_rep -144 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 897 +{ +( 5708 5056 -348 ) ( 5708 5104 -348 ) ( 5724 5104 -348 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5708 5056 -348 ) ( 5724 5056 -348 ) ( 5724 5056 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5724 5056 -348 ) ( 5724 5104 -348 ) ( 5724 5104 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5708 5104 -348 ) ( 5708 5056 -348 ) ( 5708 5056 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5708 5064 -392 ) ( 5708 5056 -400 ) ( 5724 5060 -396 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 898 +{ +( 5708 4944 -368 ) ( 5708 5040 -368 ) ( 5660 5040 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5724 4944 -352 ) ( 5684 4944 -352 ) ( 5684 5040 -352 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5708 5040 -368 ) ( 5708 4944 -368 ) ( 5724 4944 -352 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5040 -352 ) ( 5684 5040 -352 ) ( 5684 5040 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +( 5660 5040 -352 ) ( 5660 4944 -352 ) ( 5660 4944 -368 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5684 4944 -352 ) ( 5724 4944 -352 ) ( 5724 4944 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 899 +{ +( 5644 5040 -368 ) ( 5644 4944 -368 ) ( 5660 4944 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5596 4944 -352 ) ( 5596 5040 -352 ) ( 5660 5040 -352 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5660 4944 -352 ) ( 5660 5040 -352 ) ( 5660 5040 -368 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5660 5040 -352 ) ( 5644 5040 -352 ) ( 5644 5040 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +( 5596 5040 -352 ) ( 5596 4944 -352 ) ( 5612 4944 -368 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5644 4944 -352 ) ( 5660 4944 -352 ) ( 5660 4944 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 900 +{ +( 5700 5300 -544 ) ( 5700 5044 -544 ) ( 5716 5044 -544 ) common/caulk -32 -7 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5716 5040 -336 ) ( 5700 5040 -336 ) ( 5700 5296 -336 ) common/caulk -32 -7 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5828 5032 -336 ) ( 5828 5288 -336 ) ( 5828 5288 -480 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5716 5296 -336 ) ( 5700 5296 -336 ) ( 5700 5296 -480 ) common/caulk 8 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5812 5304 -336 ) ( 5812 5048 -336 ) ( 5812 5048 -480 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5700 5040 -336 ) ( 5716 5040 -336 ) ( 5716 5040 -480 ) common/caulk 8 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 901 +{ +( 3140 4512 -520 ) ( 3140 4528 -520 ) ( 3116 4528 -520 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3116 4528 -472 ) ( 3140 4528 -472 ) ( 3140 4512 -472 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3012 4528 -416 ) ( 3012 4512 -416 ) ( 3012 4512 -520 ) mohtest/platestone1flt 95 -63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 3116 4512 -416 ) ( 3140 4512 -416 ) ( 3140 4512 -520 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3124 4512 -416 ) ( 3124 4528 -416 ) ( 3124 4528 -520 ) common/caulk -48 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3140 4528 -416 ) ( 3116 4528 -416 ) ( 3116 4528 -520 ) mohtest/platestone1flt -136 -64 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 902 +{ +( 5776 1620 32 ) ( 5776 916 32 ) ( 5848 916 32 ) mohtest/fltwall1grmy -92 -215 90.00 1 1 0 65536 0 +surfaceparm detail +( 5832 1560 60 ) ( 5840 1560 60 ) ( 5840 1160 256 ) mohtest/fltwall1grmy -92 -215 90.00 1 1 0 65536 0 +surfaceparm detail +( 5840 924 392 ) ( 5840 1628 392 ) ( 5840 1628 344 ) mohtest/fltwall1grmy -92 -193 0.00 1 1 0 65536 0 +surfaceparm detail +( 5832 1512 -48 ) ( 5832 1512 272 ) ( 5832 936 272 ) mohtest/fltwall1grmy -92 -193 0.00 1 1 0 65536 0 +surfaceparm detail +( 5840 1560 60 ) ( 5832 1560 60 ) ( 5832 1560 32 ) mohtest/fltwall1grmy 216 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5832 1160 248 ) ( 5832 1160 256 ) ( 5840 1160 252 ) mohtest/fltwall1grmy 216 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 903 +{ +( 5776 1620 32 ) ( 5776 916 32 ) ( 5848 916 32 ) mohtest/fltwall1grmy -92 -215 90.00 1 1 0 65536 0 +surfaceparm detail +( 5848 844 256 ) ( 5776 844 256 ) ( 5776 1548 256 ) mohtest/fltwall1grmy -92 -215 90.00 1 1 0 65536 0 +surfaceparm detail +( 5840 924 392 ) ( 5840 1628 392 ) ( 5840 1628 344 ) mohtest/fltwall1grmy -92 -193 0.00 1 1 0 65536 0 +surfaceparm detail +( 5832 1512 -48 ) ( 5832 1512 272 ) ( 5832 936 272 ) mohtest/fltwall1grmy -92 -193 0.00 1 1 0 65536 0 +surfaceparm detail +( 5832 1060 -80 ) ( 5768 1060 -80 ) ( 5800 1060 240 ) mohtest/fltwall1grmy 216 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5832 1160 256 ) ( 5832 1160 248 ) ( 5840 1160 252 ) mohtest/fltwall1grmy 216 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 904 +{ +( 4920 3112 224 ) ( 4920 3104 224 ) ( 6008 3108 224 ) common/nodraw 32 55 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4920 3104 272 ) ( 4920 3120 272 ) ( 6008 3112 272 ) general_structure/stonebricks1drk -248 216 0.00 1 1 0 65536 0 +surfaceparm detail +( 5480 1952 224 ) ( 5480 1956 224 ) ( 5480 1954 408 ) general_structure/stonebricks1drk -216 200 0.00 1 1 0 65536 0 +surfaceparm detail +( 5504 3200 224 ) ( 5504 3192 224 ) ( 5504 3196 408 ) general_structure/stonebricks1drk -216 200 0.00 1 1 0 65536 0 +surfaceparm detail +( 5568 3328 224 ) ( 5556 3328 224 ) ( 5562 3328 272 ) general_structure/stonebricks1drk -248 200 0.00 1 1 0 65536 0 +surfaceparm detail +( 5568 3536 224 ) ( 5576 3536 224 ) ( 5572 3536 272 ) general_structure/stonebricks1drk -248 200 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 905 +{ +( 5040 3112 224 ) ( 5040 3104 224 ) ( 6128 3108 224 ) common/nodraw 32 46 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5040 3104 272 ) ( 5040 3120 272 ) ( 6128 3112 272 ) general_structure/stonebricks1drk -112 216 0.00 1 1 0 65536 0 +surfaceparm detail +( 5600 1952 224 ) ( 5600 1956 224 ) ( 5600 1954 408 ) general_structure/stonebricks1drk -216 200 0.00 1 1 0 65536 0 +surfaceparm detail +( 5624 3200 224 ) ( 5624 3192 224 ) ( 5624 3196 408 ) general_structure/stonebricks1drk -216 200 0.00 1 1 0 65536 0 +surfaceparm detail +( 5692 3200 224 ) ( 5680 3200 224 ) ( 5686 3200 272 ) general_structure/stonebricks1drk -112 200 0.00 1 1 0 65536 0 +surfaceparm detail +( 5688 3536 224 ) ( 5696 3536 224 ) ( 5692 3536 272 ) general_structure/stonebricks1drk -112 200 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 906 +{ +( 4712 4448 -264 ) ( 5576 4448 -264 ) ( 5576 4448 696 ) common/nodraw 0 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4672 3920 24 ) ( 4672 3912 24 ) ( 5760 3916 24 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4672 3912 72 ) ( 4672 3928 72 ) ( 5760 3920 72 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5312 2776 24 ) ( 5312 2780 24 ) ( 5312 2778 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5336 4008 24 ) ( 5336 4000 24 ) ( 5336 4004 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5328 4352 24 ) ( 5320 4352 24 ) ( 5324 4352 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 907 +{ +( 4672 3920 24 ) ( 4672 3912 24 ) ( 5760 3916 24 ) common/nodraw 8 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4672 3912 72 ) ( 4672 3928 72 ) ( 5760 3920 72 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4976 2768 24 ) ( 4976 2772 24 ) ( 4976 2770 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5336 4008 24 ) ( 5336 4000 24 ) ( 5336 4004 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5324 4332 24 ) ( 5312 4332 24 ) ( 5318 4332 72 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5320 4352 24 ) ( 5328 4352 24 ) ( 5324 4352 72 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 908 +{ +( 5508 1664 824 ) ( 5508 1672 824 ) ( 5444 1672 824 ) algiers/whsflrset1_1a 192 172 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5444 1672 840 ) ( 5508 1672 840 ) ( 5508 1664 840 ) algiers/whsflrset1_1a 192 172 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1664 840 ) ( 5452 1664 824 ) ( 5444 1672 824 ) algiers/whsflrset1_1a 192 -95 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1664 824 ) ( 5452 1664 840 ) ( 5508 1664 840 ) algiers/whsflrset1_1a -12 -96 0.00 1 1 0 65536 0 +surfaceparm detail +( 5508 1672 840 ) ( 5444 1672 840 ) ( 5444 1672 824 ) algiers/whsflrset1_1a -12 -96 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 1672 824 ) ( 6012 1664 824 ) ( 6016 1668 840 ) algiers/whsflrset1_1a -12 -96 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 909 +{ +( 5980 1264 256 ) ( 5980 1328 256 ) ( 6012 1328 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1232 -48 ) ( 6012 1232 272 ) ( 6012 1296 272 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1256 -64 ) ( 5980 1256 256 ) ( 6012 1256 256 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1328 -32 ) ( 5996 1328 288 ) ( 5996 1264 288 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1352 -32 ) ( 6012 1352 288 ) ( 5980 1352 288 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1346 176 ) ( 5996 1342 176 ) ( 6012 1344 176 ) mohtest/fltwall1grim2_1 124 61 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 910 +{ +( 6012 1332 168 ) ( 5980 1332 168 ) ( 5980 1268 168 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6014 1232 -48 ) ( 6014 1232 272 ) ( 6014 1296 272 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1256 -64 ) ( 5980 1256 256 ) ( 6012 1256 256 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5994 1328 -32 ) ( 5994 1328 288 ) ( 5994 1264 288 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1352 -32 ) ( 6012 1352 288 ) ( 5980 1352 288 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1342 176 ) ( 5996 1346 176 ) ( 6012 1344 176 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 911 +{ +( 6012 1472 32 ) ( 5948 1472 32 ) ( 5948 1376 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1376 256 ) ( 5948 1472 256 ) ( 6012 1472 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1376 32 ) ( 6012 1376 352 ) ( 6012 1472 352 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1472 -64 ) ( 5996 1472 256 ) ( 5996 1376 256 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1472 -64 ) ( 6012 1472 256 ) ( 5948 1472 256 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6010 1352 32 ) ( 6006 1352 32 ) ( 6008 1352 256 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 912 +{ +( 6012 1472 32 ) ( 5948 1472 32 ) ( 5948 1376 32 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1384 168 ) ( 5948 1480 168 ) ( 6012 1480 168 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 6014 1376 32 ) ( 6014 1376 352 ) ( 6014 1472 352 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1344 -64 ) ( 5996 1344 256 ) ( 6060 1344 256 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 5994 1472 -64 ) ( 5994 1472 256 ) ( 5994 1376 256 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 6006 1352 32 ) ( 6010 1352 32 ) ( 6008 1352 256 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 913 +{ +( 6012 1608 32 ) ( 5940 1608 32 ) ( 5940 904 32 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 984 168 ) ( 5940 1688 168 ) ( 6012 1688 168 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 6014 896 360 ) ( 6014 896 408 ) ( 6014 1600 408 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 5994 1584 256 ) ( 5994 1008 256 ) ( 5994 1008 -64 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 6028 1264 152 ) ( 5996 1264 -168 ) ( 6060 1264 -168 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 6010 1256 32 ) ( 6006 1256 32 ) ( 6008 1256 256 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 914 +{ +( 6012 1608 32 ) ( 5940 1608 32 ) ( 5940 904 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 256 ) ( 5940 1680 256 ) ( 6012 1680 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 896 360 ) ( 6012 896 408 ) ( 6012 1600 408 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1584 256 ) ( 5996 1008 256 ) ( 5996 1008 -64 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5972 1152 256 ) ( 5996 1152 -64 ) ( 5948 1152 -64 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6006 1256 32 ) ( 6010 1256 32 ) ( 6008 1256 256 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 915 +{ +( 5604 1400 168 ) ( 5604 2104 168 ) ( 5532 2104 168 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2162 256 ) ( 5516 2162 -64 ) ( 5836 2162 -64 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5836 2142 -64 ) ( 5772 2142 -64 ) ( 5804 2142 256 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5584 2152 16 ) ( 5584 2168 16 ) ( 5584 2160 256 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5680 2168 16 ) ( 5680 2152 16 ) ( 5680 2160 256 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5662 2144 176 ) ( 5664 2160 176 ) ( 5666 2144 176 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 916 +{ +( 5516 2176 256 ) ( 5588 2176 256 ) ( 5588 1472 256 ) mohtest/fltwall1grim2_1 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2160 256 ) ( 5516 2160 -64 ) ( 5836 2160 -64 ) mohtest/fltwall1grim2_1 -28 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5836 2144 -64 ) ( 5772 2144 -64 ) ( 5804 2144 256 ) mohtest/fltwall1grim2_1 -28 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5584 2152 16 ) ( 5584 2168 16 ) ( 5584 2160 256 ) mohtest/fltwall1grim2_1 176 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5680 2168 16 ) ( 5680 2152 16 ) ( 5680 2160 256 ) mohtest/fltwall1grim2_1 176 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5664 2160 176 ) ( 5662 2144 176 ) ( 5666 2144 176 ) mohtest/fltwall1grim2_1 175 63 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 917 +{ +( 5588 1400 32 ) ( 5588 2104 32 ) ( 5516 2104 32 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2176 168 ) ( 5588 2176 168 ) ( 5588 1472 168 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2162 256 ) ( 5516 2162 -64 ) ( 5836 2162 -64 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 5836 2142 -64 ) ( 5772 2142 -64 ) ( 5804 2142 256 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 5592 2168 -56 ) ( 5592 2152 -56 ) ( 5592 2160 184 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 5584 2152 32 ) ( 5584 2156 32 ) ( 5584 2154 256 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 918 +{ +( 5588 1400 32 ) ( 5588 2104 32 ) ( 5516 2104 32 ) mohtest/fltwall1grim2_1 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2176 256 ) ( 5588 2176 256 ) ( 5588 1472 256 ) mohtest/fltwall1grim2_1 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2160 256 ) ( 5516 2160 -64 ) ( 5836 2160 -64 ) mohtest/fltwall1grim2_1 -28 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5836 2144 -64 ) ( 5772 2144 -64 ) ( 5804 2144 256 ) mohtest/fltwall1grim2_1 -28 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5732 2104 32 ) ( 5732 1976 32 ) ( 5732 2040 272 ) mohtest/fltwall1grim2_1 176 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5680 2150 32 ) ( 5680 2156 32 ) ( 5680 2153 256 ) mohtest/fltwall1grim2_1 176 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 919 +{ +( 5588 1400 32 ) ( 5588 2104 32 ) ( 5516 2104 32 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2176 168 ) ( 5588 2176 168 ) ( 5588 1472 168 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2162 256 ) ( 5516 2162 -64 ) ( 5836 2162 -64 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 5836 2142 -64 ) ( 5772 2142 -64 ) ( 5804 2142 256 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 5672 2152 16 ) ( 5672 2168 16 ) ( 5672 2160 256 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 5680 2156 32 ) ( 5680 2150 32 ) ( 5680 2153 256 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 920 +{ +( 5588 1400 32 ) ( 5588 2104 32 ) ( 5516 2104 32 ) mohtest/fltwall1grim2_1 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2176 256 ) ( 5588 2176 256 ) ( 5588 1472 256 ) mohtest/fltwall1grim2_1 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2160 -64 ) ( 5516 2160 256 ) ( 5580 2096 256 ) mohtest/fltwall1grim2_1 224 63 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 2160 256 ) ( 5516 2160 -64 ) ( 5836 2160 -64 ) mohtest/fltwall1grim2_1 -28 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5836 2144 -64 ) ( 5772 2144 -64 ) ( 5804 2144 256 ) mohtest/fltwall1grim2_1 -28 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5584 2156 32 ) ( 5584 2152 32 ) ( 5584 2154 256 ) mohtest/fltwall1grim2_1 176 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 921 +{ +( 3068 4640 312 ) ( 3068 3936 312 ) ( 3140 3936 312 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4586 96 ) ( 3132 4586 416 ) ( 2812 4586 416 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2652 4574 176 ) ( 2644 4574 176 ) ( 2648 4574 416 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2880 4584 356 ) ( 2880 4576 368 ) ( 2880 4576 344 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2976 4576 376 ) ( 2976 4584 364 ) ( 2976 4576 352 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2940 4576 320 ) ( 2943 4584 320 ) ( 2946 4576 320 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 922 +{ +( 3132 3864 416 ) ( 3060 3864 416 ) ( 3060 4568 416 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4584 96 ) ( 3132 4584 416 ) ( 2812 4584 416 ) algiers/whsflrset1_1a 125 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2652 4576 176 ) ( 2644 4576 176 ) ( 2648 4576 416 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2880 4584 356 ) ( 2880 4576 368 ) ( 2880 4576 344 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2976 4576 376 ) ( 2976 4584 364 ) ( 2976 4576 352 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2943 4584 320 ) ( 2940 4576 320 ) ( 2946 4576 320 ) algiers/whsflrset1_1a -232 223 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 923 +{ +( 2572 3936 176 ) ( 2644 3936 176 ) ( 2644 4640 176 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 4568 312 ) ( 2644 3864 312 ) ( 2572 3864 312 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 2892 4586 416 ) ( 2572 4586 416 ) ( 2572 4586 96 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2888 3552 416 ) ( 2888 3616 176 ) ( 2888 3488 176 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2652 4574 176 ) ( 2644 4574 176 ) ( 2648 4574 416 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2880 4580 176 ) ( 2880 4582 176 ) ( 2880 4581 416 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 924 +{ +( 3060 4640 176 ) ( 3060 3936 176 ) ( 3132 3936 176 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3864 416 ) ( 3060 3864 416 ) ( 3060 4568 416 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4584 96 ) ( 3132 4584 416 ) ( 2812 4584 416 ) algiers/whsflrset1_1a 125 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3132 4584 416 ) ( 3132 4584 96 ) ( 3068 4520 96 ) algiers/whsflrset1_1a 39 -30 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2652 4576 176 ) ( 2644 4576 176 ) ( 2648 4576 416 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2976 4578 176 ) ( 2976 4580 176 ) ( 2976 4579 416 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 925 +{ +( 3060 4640 176 ) ( 3060 3936 176 ) ( 3132 3936 176 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3864 312 ) ( 3060 3864 312 ) ( 3060 4568 312 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4586 96 ) ( 3132 4586 416 ) ( 2812 4586 416 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2652 4574 176 ) ( 2644 4574 176 ) ( 2648 4574 416 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2968 4584 260 ) ( 2968 4576 272 ) ( 2968 4576 248 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2976 4580 176 ) ( 2976 4578 176 ) ( 2976 4579 416 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 926 +{ +( 2572 3936 176 ) ( 2644 3936 176 ) ( 2644 4640 176 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 4568 416 ) ( 2644 3864 416 ) ( 2572 3864 416 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2892 4584 416 ) ( 2572 4584 416 ) ( 2572 4584 96 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2636 4520 96 ) ( 2572 4584 96 ) ( 2572 4584 416 ) algiers/whsflrset1_1a 40 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2652 4576 176 ) ( 2644 4576 176 ) ( 2648 4576 416 ) algiers/whsflrset1_1a 23 -34 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2880 4582 176 ) ( 2880 4580 176 ) ( 2880 4581 416 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 927 +{ +( 2632 3424 312 ) ( 2664 3424 312 ) ( 2664 3488 312 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2634 3528 96 ) ( 2634 3528 416 ) ( 2634 3464 416 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2668 3504 96 ) ( 2668 3504 416 ) ( 2636 3504 416 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2646 3432 128 ) ( 2646 3432 448 ) ( 2646 3496 448 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3408 128 ) ( 2636 3408 448 ) ( 2668 3408 448 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3416 320 ) ( 2638 3496 320 ) ( 2640 3416 320 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 928 +{ +( 2668 3496 416 ) ( 2668 3432 416 ) ( 2636 3432 416 ) algiers/whsflrset1_1a 183 4 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3528 96 ) ( 2636 3528 416 ) ( 2636 3464 416 ) algiers/whsflrset1_1a 182 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2668 3504 96 ) ( 2668 3504 416 ) ( 2636 3504 416 ) algiers/whsflrset1_1a -4 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3432 128 ) ( 2644 3432 448 ) ( 2644 3496 448 ) algiers/whsflrset1_1a 182 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3408 128 ) ( 2636 3408 448 ) ( 2668 3408 448 ) algiers/whsflrset1_1a -4 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2640 3496 320 ) ( 2638 3416 320 ) ( 2642 3416 320 ) algiers/whsflrset1_1a -4 221 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 929 +{ +( 2636 3232 176 ) ( 2708 3232 176 ) ( 2708 3936 176 ) algiers/whsflrset1_1a 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2708 3864 416 ) ( 2708 3160 416 ) ( 2636 3160 416 ) algiers/whsflrset1_1a 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3944 504 ) ( 2636 3944 552 ) ( 2636 3240 552 ) algiers/whsflrset1_1a 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2676 3688 416 ) ( 2652 3688 96 ) ( 2700 3688 96 ) algiers/whsflrset1_1a -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3676 176 ) ( 2644 3668 176 ) ( 2644 3672 416 ) algiers/whsflrset1_1a -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2642 3504 176 ) ( 2640 3504 176 ) ( 2641 3504 416 ) algiers/whsflrset1_1a -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 930 +{ +( 2636 3232 176 ) ( 2708 3232 176 ) ( 2708 3936 176 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 2708 3864 312 ) ( 2708 3160 312 ) ( 2636 3160 312 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 2634 3944 504 ) ( 2634 3944 552 ) ( 2634 3240 552 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2668 3496 400 ) ( 2700 3496 80 ) ( 2636 3496 80 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2646 3676 176 ) ( 2646 3668 176 ) ( 2646 3672 416 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2640 3504 176 ) ( 2642 3504 176 ) ( 2641 3504 416 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 931 +{ +( 2636 3440 176 ) ( 2708 3440 176 ) ( 2708 4144 176 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 2708 4072 312 ) ( 2708 3368 312 ) ( 2636 3368 312 ) mohtest/stairs 0 -63 90.00 1 1 0 65536 0 +surfaceparm detail +( 2634 4152 504 ) ( 2634 4152 552 ) ( 2634 3448 552 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2668 3416 416 ) ( 2636 3416 96 ) ( 2700 3416 96 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2646 3676 176 ) ( 2646 3668 176 ) ( 2646 3672 416 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 2642 3408 176 ) ( 2640 3408 176 ) ( 2641 3408 416 ) mohtest/stairs 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 932 +{ +( 2636 3440 176 ) ( 2708 3440 176 ) ( 2708 4144 176 ) algiers/whsflrset1_1a 7 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2708 4072 416 ) ( 2708 3368 416 ) ( 2636 3368 416 ) algiers/whsflrset1_1a 7 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 4152 504 ) ( 2636 4152 552 ) ( 2636 3448 552 ) algiers/whsflrset1_1a 6 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3384 416 ) ( 2700 3448 416 ) ( 2700 3448 96 ) algiers/whsflrset1_1a -248 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3676 176 ) ( 2644 3668 176 ) ( 2644 3672 416 ) algiers/whsflrset1_1a -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2640 3408 176 ) ( 2642 3408 176 ) ( 2641 3408 416 ) algiers/whsflrset1_1a -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 933 +{ +( 900 4784 512 ) ( 900 7008 512 ) ( 388 7008 512 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 400 7004 576 ) ( 912 7004 576 ) ( 912 4780 576 ) common/nodraw 29 16 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 816 4748 576 ) ( 816 6972 576 ) ( 816 6972 496 ) general_structure/balcony_stone1 108 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 916 6108 576 ) ( 404 6108 576 ) ( 404 6108 496 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 248 5266 512 ) ( 248 5290 512 ) ( 248 5278 576 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 235 5212 512 ) ( 232 5212 512 ) ( 233.500000 5212 576 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 934 +{ +( 900 4720 704 ) ( 900 6944 704 ) ( 388 6944 704 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 400 6940 768 ) ( 912 6940 768 ) ( 912 4716 768 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4716 768 ) ( 1208 6940 768 ) ( 1208 6940 688 ) general_structure/balcony_stone1 44 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 912 6940 768 ) ( 400 6940 768 ) ( 400 6940 688 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -96 5268 704 ) ( -96 5292 704 ) ( -96 5280 768 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 339 5148 704 ) ( 336 5148 704 ) ( 337.500000 5148 768 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 935 +{ +( 900 4720 704 ) ( 900 6944 704 ) ( 388 6944 704 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 400 6940 768 ) ( 912 6940 768 ) ( 912 4716 768 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4716 768 ) ( 1208 6940 768 ) ( 1208 6940 688 ) general_structure/balcony_stone1 44 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 1096 5004 704 ) ( 1048 5004 704 ) ( 1072 5004 768 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -96 5268 704 ) ( -96 5292 704 ) ( -96 5280 768 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 336 5148 704 ) ( 339 5148 704 ) ( 337.500000 5148 768 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 936 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 416.447876 2151.272705 104 0 0 ) ( 462.276001 2066.271240 316 0 0.909993 ) ( 1158.154419 1123.342773 248 0 5.495446 ) ) +( ( -433.381836 1908.543457 268 3.511334 0 ) ( -333.206787 1772.675781 282 3.511334 0.909993 ) ( 350.208252 933.494629 300 3.511334 5.495446 ) ) +( ( -701.736206 1229.395020 108 6.431519 0 ) ( -607.633423 1209.182617 172 6.431519 0.909993 ) ( 134.479431 406.294434 328 6.431519 5.495446 ) ) +) + } + } +// brush 937 +{ +( -4754 4470 448 ) ( -4754 4470 0 ) ( -5094 4810 0 ) ta_berlin/berlin_column 0 -2 90.00 0.800000 0.800000 0 65536 0 +surfaceparm detail +( -5050 4798 0 ) ( -5048 4796 0 ) ( -5049 4797 448 ) ta_berlin/berlin_column 0 -139 90.00 1 0.700000 0 65536 0 +surfaceparm detail +( -4854 4590 0 ) ( -4846 4598 0 ) ( -4850 4594 184 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4760 4506 0 ) ( -4768 4498 0 ) ( -4764 4502 184 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4816 4578 136 ) ( -4822 4510 136 ) ( -4810 4510 136 ) ta_berlin/berlinwall3a -5 -67 135.00 1 1 0 65536 0 +surfaceparm detail +( -4808 4493 160 ) ( -4804 4596 160 ) ( -4800 4493 160 ) ta_berlin/berlinwall3a -5 -67 135.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 938 +{ +( -4775 4491 160 ) ( -4864 4580 160 ) ( -4773 4493 184 ) ta_berlin/berlin_column 0 -2 90.00 0.800000 0.800000 0 65536 0 +surfaceparm detail +( -5050 4798 0 ) ( -5048 4796 0 ) ( -5049 4797 448 ) ta_berlin/berlin_column 0 -139 90.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5018 4466 184 ) ( -5014 4804 184 ) ( -5010 4466 184 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4848 4596 184 ) ( -4862 4582 184 ) ( -4864 4580 160 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4775 4491 160 ) ( -4759 4507 184 ) ( -4759 4507 160 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4804 4596 160 ) ( -4808 4493 160 ) ( -4800 4493 160 ) ta_berlin/berlinwall3a -5 -67 135.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 939 +{ +( -4391.275391 4687.774414 0 ) ( -4804.225586 5100.724609 0 ) ( -5092.724609 4812.225586 0 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4746 4474 448 ) ( -4746 4474 0 ) ( -5086 4814 0 ) ta_berlin/berlinwall3a -197 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +( -5068 4732 448 ) ( -5068 4732 432 ) ( -4772 5028 432 ) ta_berlin/berlinwall3a 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5052 4796 0 ) ( -5050 4794 0 ) ( -5051 4795 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5018 4466 184 ) ( -5014 4804 184 ) ( -5010 4466 184 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4857 4587 0 ) ( -4858 4586 0 ) ( -4857.500000 4586.500000 184 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 940 +{ +( -4391.275391 4687.774414 0 ) ( -4804.225586 5100.724609 0 ) ( -5092.724609 4812.225586 0 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -4750 4470 400 ) ( -4750 4470 -48 ) ( -5090 4810 -48 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -5050 4798 0 ) ( -5048 4796 0 ) ( -5049 4797 448 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -5018 4466 136 ) ( -5014 4804 136 ) ( -5010 4466 136 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -4784 4508 -48 ) ( -4776 4516 -48 ) ( -4780 4512 136 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -4767 4499 0 ) ( -4769 4497 0 ) ( -4768 4498 184 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +} +// brush 941 +{ +( -4391.275391 4687.774414 0 ) ( -4804.225586 5100.724609 0 ) ( -5092.724609 4812.225586 0 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4746 4474 448 ) ( -4746 4474 0 ) ( -5086 4814 0 ) ta_berlin/berlinwall3a -197 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +( -4722 4398 0 ) ( -4722 4398 448 ) ( -4322 4798 448 ) ta_berlin/berlinwall3a -197 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +( -5052 4796 0 ) ( -5050 4794 0 ) ( -5051 4795 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5018 4466 184 ) ( -5014 4804 184 ) ( -5010 4466 184 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4769 4497 0 ) ( -4767 4499 0 ) ( -4768 4498 184 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 942 +{ +( -4391.275391 4687.774414 0 ) ( -4804.225586 5100.724609 0 ) ( -5092.724609 4812.225586 0 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -4750 4470 400 ) ( -4750 4470 -48 ) ( -5090 4810 -48 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -5050 4798 0 ) ( -5048 4796 0 ) ( -5049 4797 448 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -5018 4466 136 ) ( -5014 4804 136 ) ( -5010 4466 136 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -4836 4576 0 ) ( -4844 4568 0 ) ( -4840 4572 184 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +( -4858 4586 0 ) ( -4857 4587 0 ) ( -4857.500000 4586.500000 184 ) ta_berlin/berlin_column 0 0 0.00 0.500000 1 0 65536 0 +surfaceparm detail +} +// brush 943 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2232 208 ) ( -3808 2570 208 ) ( -3804 2232 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3642 2342 24 ) ( -3634 2350 24 ) ( -3638 2346 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3564 2284 24 ) ( -3572 2276 24 ) ( -3568 2280 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3606 2344 168 ) ( -3608 2278.999756 168 ) ( -3604 2278.999756 168 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 944 +{ +( -3541 2240 472 ) ( -3541 2240 24 ) ( -3881 2580 24 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3845 2562 24 ) ( -3843 2560 24 ) ( -3844 2561 472 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3642 2342 24 ) ( -3634 2350 24 ) ( -3638 2346 208 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3564 2284 24 ) ( -3572 2276 24 ) ( -3568 2280 208 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3610 2344 160 ) ( -3616 2276 160 ) ( -3604 2276 160 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3608 2278.999756 168 ) ( -3606 2344 168 ) ( -3604 2278.999756 168 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 945 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2232 208 ) ( -3808 2570 208 ) ( -3804 2232 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3692 2392 24 ) ( -3684 2400 24 ) ( -3688 2396 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3640 2344 24 ) ( -3642 2342 24 ) ( -3641 2343 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 946 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) mohcommon/beam2 0 -15 90.00 1 1 0 16384 0 +surfaceparm detail +( -3541 2240 424 ) ( -3541 2240 -24 ) ( -3881 2580 -24 ) mohcommon/beam2 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3845 2562 24 ) ( -3843 2560 24 ) ( -3844 2561 472 ) mohcommon/beam2 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3812 2232 160 ) ( -3808 2570 160 ) ( -3804 2232 160 ) mohcommon/beam2 0 -15 90.00 1 1 0 16384 0 +surfaceparm detail +( -3628 2344 24 ) ( -3636 2336 24 ) ( -3632 2340 208 ) mohcommon/beam2 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3642 2342 24 ) ( -3640 2344 24 ) ( -3641 2343 208 ) mohcommon/beam2 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 947 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) mohcommon/beam2 0 -15 90.00 1 1 0 16384 0 +surfaceparm detail +( -3541 2240 424 ) ( -3541 2240 -24 ) ( -3881 2580 -24 ) mohcommon/beam2 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3845 2562 24 ) ( -3843 2560 24 ) ( -3844 2561 472 ) mohcommon/beam2 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3812 2232 160 ) ( -3808 2570 160 ) ( -3804 2232 160 ) mohcommon/beam2 0 -15 90.00 1 1 0 16384 0 +surfaceparm detail +( -3578 2280 -24 ) ( -3570 2288 -24 ) ( -3574 2284 160 ) mohcommon/beam2 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3572 2276 24 ) ( -3574 2274 24 ) ( -3573 2275 208 ) mohcommon/beam2 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 948 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3556 2208 24 ) ( -3556 2208 472 ) ( -3156 2608 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2232 208 ) ( -3808 2570 208 ) ( -3804 2232 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3574 2274 24 ) ( -3572 2276 24 ) ( -3573 2275 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 949 +{ +( -4110 2748 472 ) ( -4110 2748 24 ) ( -4450 3088 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4416 3074 24 ) ( -4414 3072 24 ) ( -4415 3073 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4212 2852 24 ) ( -4204 2860 24 ) ( -4208 2856 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4135 2793 24 ) ( -4143 2785 24 ) ( -4139 2789 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4180 2854 160 ) ( -4186 2786 160 ) ( -4174 2786 160 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4178 2789 168 ) ( -4176 2854.000244 168 ) ( -4174 2789 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 950 +{ +( -4110 2750 472 ) ( -4110 2750 24 ) ( -4450 3090 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 3072 24 ) ( -4414 3070 24 ) ( -4415 3071 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4382 2742 208 ) ( -4378 3080 208 ) ( -4374 2742 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4212 2852 24 ) ( -4204 2860 24 ) ( -4208 2856 208 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4135 2793 24 ) ( -4143 2785 24 ) ( -4139 2789 208 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4176 2854.000244 168 ) ( -4178 2789 168 ) ( -4174 2789 168 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 951 +{ +( -3755.275391 2963.774414 24 ) ( -4168.225586 3376.724609 24 ) ( -4456.724609 3088.225586 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -4110 2748 424 ) ( -4110 2748 -24 ) ( -4450 3088 -24 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4416 3074 24 ) ( -4414 3072 24 ) ( -4415 3073 472 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4382 2742 160 ) ( -4378 3080 160 ) ( -4374 2742 160 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -4149 2789 -24 ) ( -4141 2797 -24 ) ( -4145 2793 160 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4142 2786 24 ) ( -4144 2784 24 ) ( -4143 2785 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 952 +{ +( -3755.275391 2963.774414 24 ) ( -4168.225586 3376.724609 24 ) ( -4456.724609 3088.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4110 2750 472 ) ( -4110 2750 24 ) ( -4450 3090 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4086 2674 24 ) ( -4086 2674 472 ) ( -3686 3074 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 3072 24 ) ( -4414 3070 24 ) ( -4415 3071 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4382 2742 208 ) ( -4378 3080 208 ) ( -4374 2742 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4144 2784 24 ) ( -4142 2786 24 ) ( -4143 2785 208 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 953 +{ +( -3755.275391 2963.774414 24 ) ( -4168.225586 3376.724609 24 ) ( -4456.724609 3088.225586 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -4110 2748 424 ) ( -4110 2748 -24 ) ( -4450 3088 -24 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4416 3074 24 ) ( -4414 3072 24 ) ( -4415 3073 472 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4382 2742 160 ) ( -4378 3080 160 ) ( -4374 2742 160 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -4198 2852 24 ) ( -4206 2844 24 ) ( -4202 2848 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4212 2852 24 ) ( -4210 2854 24 ) ( -4211 2853 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 954 +{ +( -3281 1847 472 ) ( -3281 1847 24 ) ( -3621 2187 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3458 2030 24 ) ( -3454 2034 24 ) ( -3456 2032 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3386 1966 24 ) ( -3388 1964 24 ) ( -3387 1965 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3424 2032 168 ) ( -3432 1965 168 ) ( -3416 1965 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3414 1965 176 ) ( -3413 2032 176 ) ( -3412 1965 176 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 955 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4040 1836 208 ) ( -4032 2176 208 ) ( -4024 1836 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3458 2030 24 ) ( -3454 2034 24 ) ( -3456 2032 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3386 1966 24 ) ( -3388 1964 24 ) ( -3387 1965 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3413 2032 176 ) ( -3414 1965 176 ) ( -3412 1965 176 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 956 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4040 1836 208 ) ( -4032 2176 208 ) ( -4024 1836 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3498 2068 24 ) ( -3496 2070 24 ) ( -3497 2069 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3458 2030 24 ) ( -3460 2028 24 ) ( -3459 2029 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 957 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -3281 1847 432 ) ( -3281 1847 -16 ) ( -3621 2187 -16 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3581 2169 24 ) ( -3579 2167 24 ) ( -3580 2168 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4040 1836 168 ) ( -4032 2176 168 ) ( -4024 1836 168 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -3395 1967 -16 ) ( -3393 1969 -16 ) ( -3394 1968 168 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3390 1962 24 ) ( -3392 1960 24 ) ( -3391 1961 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 958 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3581 2169 24 ) ( -3579 2167 24 ) ( -3580 2168 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4040 1836 208 ) ( -4032 2176 208 ) ( -4024 1836 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3358 1930 24 ) ( -3360 1928 24 ) ( -3359 1929 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3392 1960 24 ) ( -3390 1962 24 ) ( -3391 1961 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 959 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -3281 1847 432 ) ( -3281 1847 -16 ) ( -3621 2187 -16 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4040 1836 168 ) ( -4032 2176 168 ) ( -4024 1836 168 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -3449 2027 24 ) ( -3453 2023 24 ) ( -3451 2025 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3460 2028 24 ) ( -3458 2030 24 ) ( -3459 2029 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 960 +{ +( -3240 386 160 ) ( -3240 1000 160 ) ( -3840 1000 160 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3242 1002 24 ) ( -3242 1002 208 ) ( -3828 1002 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3692 982 24 ) ( -3708 982 24 ) ( -3700 982 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3574 1000 161 ) ( -3574 984 166 ) ( -3574 984 156 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3478 984 164 ) ( -3478 1000 161 ) ( -3478 984 158 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3508 984 168 ) ( -3506 1000 168 ) ( -3504 984 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 961 +{ +( -3242 1000 24 ) ( -3242 1000 208 ) ( -3828 1000 208 ) TAardennes/wintered_grey -244 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3256 386 208 ) ( -3254 1000 208 ) ( -3252 386 208 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3692 984 24 ) ( -3708 984 24 ) ( -3700 984 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3574 1000 161 ) ( -3574 984 166 ) ( -3574 984 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3478 984 164 ) ( -3478 1000 161 ) ( -3478 984 158 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3506 1000 168 ) ( -3508 984 168 ) ( -3504 984 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 962 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -3230 1002 24 ) ( -3230 1002 208 ) ( -3816 1002 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3244 386 160 ) ( -3242 1000 160 ) ( -3240 386 160 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -3680 982 24 ) ( -3696 982 24 ) ( -3688 982 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3566 984 166 ) ( -3566 1000 161 ) ( -3566 984 156 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3574 992 24 ) ( -3574 994 24 ) ( -3574 993 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 963 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 24 ) ( -3230 1000 208 ) ( -3816 1000 208 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3244 386 208 ) ( -3242 1000 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3680 984 24 ) ( -3696 984 24 ) ( -3688 984 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3378 984 166 ) ( -3378 1000 161 ) ( -3378 984 156 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3478 988 24 ) ( -3478 990 24 ) ( -3478 989 208 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 964 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -3230 1002 24 ) ( -3230 1002 208 ) ( -3816 1002 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3244 386 160 ) ( -3242 1000 160 ) ( -3240 386 160 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -3680 982 24 ) ( -3696 982 24 ) ( -3688 982 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3486 1000 113 ) ( -3486 984 116 ) ( -3486 984 110 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3478 990 24 ) ( -3478 988 24 ) ( -3478 989 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 965 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 24 ) ( -3230 1000 208 ) ( -3816 1000 208 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3244 386 208 ) ( -3242 1000 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3680 984 24 ) ( -3696 984 24 ) ( -3688 984 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3682 1000 163 ) ( -3682 984 168 ) ( -3682 984 158 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3574 994 24 ) ( -3574 992 24 ) ( -3574 993 208 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 966 +{ +( -2522 1870 -72 ) ( -2522 1886 -72 ) ( -2522 1878 216 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2294 1886 168 ) ( -2286 1886 168 ) ( -2290 1886 184 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2242 1878 168 ) ( -2306 1902 168 ) ( -2306 1854 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2610 1868 280 ) ( -2194 1868 280 ) ( -2194 1868 -296 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2426 1886 168 ) ( -2426 1880 168 ) ( -2426 1883 216 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2480 1870 176 ) ( -2479 1886 176 ) ( -2478 1870 176 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 967 +{ +( -2522 1870 -72 ) ( -2522 1886 -72 ) ( -2522 1878 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2610 1886 216 ) ( -2178 1878 216 ) ( -2610 1870 216 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2294 1886 168 ) ( -2286 1886 168 ) ( -2290 1886 184 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2610 1870 280 ) ( -2194 1870 280 ) ( -2194 1870 -296 ) TAardennes/wintered_grey -146 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2426 1886 168 ) ( -2426 1880 168 ) ( -2426 1883 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2479 1886 176 ) ( -2480 1870 176 ) ( -2478 1870 176 ) common/nodraw -50 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 968 +{ +( -2610 1868 504 ) ( -2194 1868 504 ) ( -2194 1868 -72 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2610 1886 168 ) ( -2178 1878 168 ) ( -2610 1870 168 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -2514 1884 -120 ) ( -2514 1868 -120 ) ( -2514 1876 168 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2386 1902 24 ) ( -2434 1902 24 ) ( -2410 1870 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -2782 1886 24 ) ( -2778 1886 24 ) ( -2780 1886 216 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2522 1878 24 ) ( -2522 1880 24 ) ( -2522 1879 216 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 969 +{ +( -2266 1870 216 ) ( -2258 1902 216 ) ( -2250 1870 216 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2306 1882 24 ) ( -2338 1890 24 ) ( -2338 1874 24 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2306 1886 8 ) ( -2306 1870 8 ) ( -2306 1878 264 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2610 1870 296 ) ( -2194 1870 296 ) ( -2194 1870 -280 ) TAardennes/wintered_grey -146 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2782 1886 24 ) ( -2778 1886 24 ) ( -2780 1886 168 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2426 1874 24 ) ( -2426 1878 24 ) ( -2426 1876 216 ) common/nodraw -20 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 970 +{ +( -2434 1870 -72 ) ( -2434 1886 -72 ) ( -2434 1878 216 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2266 1870 168 ) ( -2258 1902 168 ) ( -2250 1870 168 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -2306 1882 24 ) ( -2338 1890 24 ) ( -2338 1874 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -2610 1868 296 ) ( -2194 1868 296 ) ( -2194 1868 -280 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2782 1886 24 ) ( -2778 1886 24 ) ( -2780 1886 168 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2426 1878 24 ) ( -2426 1874 24 ) ( -2426 1876 216 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 971 +{ +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) TAardennes/wintered_grey -146 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2610 1886 216 ) ( -2178 1878 216 ) ( -2610 1870 216 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2386 1902 24 ) ( -2434 1902 24 ) ( -2410 1870 24 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2786 1870 24 ) ( -2786 1878 24 ) ( -2786 1874 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2782 1886 24 ) ( -2778 1886 24 ) ( -2780 1886 216 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2522 1880 24 ) ( -2522 1878 24 ) ( -2522 1879 216 ) common/nodraw -20 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 972 +{ +( -1974 1090 384 ) ( -2038 1090 384 ) ( -2038 1082 384 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2038 1072 448 ) ( -1974 1072 448 ) ( -1974 1072 384 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1966 1082 448 ) ( -1966 1090 448 ) ( -1966 1090 384 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1974 1092 448 ) ( -2038 1092 448 ) ( -2038 1092 384 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2046 1090 448 ) ( -2046 1082 448 ) ( -2046 1082 384 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2034 1082 392 ) ( -2032 1090 392 ) ( -2030 1082 392 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 973 +{ +( -2038 1082 448 ) ( -2038 1090 448 ) ( -1974 1090 448 ) algiers/algierwall_set5 -64 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -2038 1082 448 ) ( -1974 1082 448 ) ( -1974 1082 384 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1966 1082 448 ) ( -1966 1090 448 ) ( -1966 1090 384 ) algiers/algierwall_set5 -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1974 1090 448 ) ( -2038 1090 448 ) ( -2038 1090 384 ) central_europe/tudor_set1_exwall1a -224 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -2046 1090 448 ) ( -2046 1082 448 ) ( -2046 1082 384 ) algiers/algierwall_set5 -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2032 1090 392 ) ( -2034 1082 392 ) ( -2030 1082 392 ) algiers/algierwall_set5 -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 974 +{ +( -2038 1090 256 ) ( -2134 1090 256 ) ( -2134 1082 256 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -2134 1082 384 ) ( -2134 1090 384 ) ( -2038 1090 384 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -2134 1072 448 ) ( -2038 1072 448 ) ( -2038 1072 256 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2038 1074 448 ) ( -2038 1082 448 ) ( -2038 1082 256 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2038 1092 448 ) ( -2134 1092 448 ) ( -2134 1092 256 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2046 1086 256 ) ( -2046 1090 256 ) ( -2046 1088 448 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 975 +{ +( -1970 1090 256 ) ( -1974 1090 256 ) ( -1974 1082 256 ) algiers/algierwall_set5 -64 30 0.00 1 1 0 65536 0 +surfaceparm detail +( -1974 1082 448 ) ( -1974 1090 448 ) ( -1970 1090 448 ) algiers/algierwall_set5 -64 30 0.00 1 1 0 65536 0 +surfaceparm detail +( -1974 1082 448 ) ( -1970 1082 448 ) ( -1970 1082 256 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1970 1090 448 ) ( -1974 1090 448 ) ( -1974 1090 256 ) central_europe/tudor_set1_exwall1a -224 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -1606 1090 256 ) ( -1614 1082 256 ) ( -1610 1086 448 ) algiers/algierwall_set5 -30 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1966 1086 256 ) ( -1966 1090 256 ) ( -1966 1088 448 ) algiers/algierwall_set5 -30 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 976 +{ +( -1970 1090 256 ) ( -1974 1090 256 ) ( -1974 1082 256 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1974 1082 384 ) ( -1974 1090 384 ) ( -1970 1090 384 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1974 1072 448 ) ( -1970 1072 448 ) ( -1970 1072 256 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1970 1092 448 ) ( -1974 1092 448 ) ( -1974 1092 256 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1974 1082 384 ) ( -1974 1074 384 ) ( -1974 1074 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1966 1090 256 ) ( -1966 1086 256 ) ( -1966 1088 448 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 977 +{ +( -2038 1090 256 ) ( -2134 1090 256 ) ( -2134 1082 256 ) algiers/algierwall_set5 -64 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -2134 1082 448 ) ( -2134 1090 448 ) ( -2038 1090 448 ) algiers/algierwall_set5 -64 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -2134 1082 448 ) ( -2038 1082 448 ) ( -2038 1082 256 ) interior/intrwl1trn 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2038 1090 448 ) ( -2134 1090 448 ) ( -2134 1090 256 ) central_europe/tudor_set1_exwall1a -224 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -2134 1090 448 ) ( -2134 1082 448 ) ( -2134 1082 256 ) algiers/algierwall_set5 -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2046 1090 256 ) ( -2046 1086 256 ) ( -2046 1088 448 ) algiers/algierwall_set5 -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 978 +{ +( -1766 870 496 ) ( -2182 870 496 ) ( -2182 870 -80 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2182 840 496 ) ( -1766 840 496 ) ( -1766 840 -80 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1854 876 -64 ) ( -1854 860 -64 ) ( -1854 868 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1950 860 -80 ) ( -1950 876 -80 ) ( -1950 868 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1942 850 160 ) ( -1862 834 160 ) ( -1862 866 160 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1894 842 168 ) ( -1892 868 168 ) ( -1890 842 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 979 +{ +( -1766 868 496 ) ( -2182 868 496 ) ( -2182 868 -80 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2182 842 496 ) ( -1766 842 496 ) ( -1766 842 -80 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1766 850 224 ) ( -2198 858 224 ) ( -1766 866 224 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1854 876 -64 ) ( -1854 860 -64 ) ( -1854 868 224 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1950 860 -80 ) ( -1950 876 -80 ) ( -1950 868 208 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1892 868 168 ) ( -1894 842 168 ) ( -1890 842 168 ) TAardennes/wintered_grey -144 156 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 980 +{ +( -1942 876 -72 ) ( -1942 860 -72 ) ( -1942 868 216 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2182 840 496 ) ( -1766 840 496 ) ( -1766 840 -80 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1766 870 496 ) ( -2182 870 496 ) ( -2182 870 -80 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2088 834 160 ) ( -2104 834 160 ) ( -2096 866 160 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1990 834 24 ) ( -1942 834 24 ) ( -1966 866 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1950 862 16 ) ( -1950 864 16 ) ( -1950 863 176 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 981 +{ +( -1766 868 496 ) ( -2182 868 496 ) ( -2182 868 -80 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2182 842 496 ) ( -1766 842 496 ) ( -1766 842 -80 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1766 850 224 ) ( -2198 858 224 ) ( -1766 866 224 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1990 834 16 ) ( -1942 834 16 ) ( -1966 866 16 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1766 876 16 ) ( -1766 844 16 ) ( -1766 860 224 ) TAardennes/wintered_grey -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1854 850 16 ) ( -1854 854 16 ) ( -1854 852 224 ) TAardennes/wintered_grey -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 982 +{ +( -1766 870 496 ) ( -2182 870 496 ) ( -2182 870 -80 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2182 840 496 ) ( -1766 840 496 ) ( -1766 840 -80 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1770 850 160 ) ( -2202 858 160 ) ( -1770 866 160 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1862 860 -72 ) ( -1862 876 -72 ) ( -1862 868 216 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1990 834 24 ) ( -1942 834 24 ) ( -1966 866 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1854 854 16 ) ( -1854 850 16 ) ( -1854 852 224 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 983 +{ +( -2182 842 496 ) ( -1766 842 496 ) ( -1766 842 -80 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1766 868 496 ) ( -2182 868 496 ) ( -2182 868 -80 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2086 834 176 ) ( -2102 834 176 ) ( -2094 866 176 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2038 844 192 ) ( -2038 844 128 ) ( -2038 876 160 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1990 834 16 ) ( -1942 834 16 ) ( -1966 866 16 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1950 864 16 ) ( -1950 862 16 ) ( -1950 863 176 ) common/nodraw 34 -26 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 984 +{ +( -1120 1124 2 ) ( -1120 1124 450 ) ( -1632 1124 450 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1274 1122 171 ) ( -1274 1106 174 ) ( -1274 1106 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1178 1106 174 ) ( -1178 1122 170 ) ( -1178 1106 166 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1405 1122 170 ) ( -1408 1106 170 ) ( -1402 1106 170 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1222 1106 178 ) ( -1220 1122 178 ) ( -1218 1106 178 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 985 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 1106 215 ) ( -1578 1122 215 ) ( -1576 1106 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1274 1122 171 ) ( -1274 1106 174 ) ( -1274 1106 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1178 1106 174 ) ( -1178 1122 170 ) ( -1178 1106 166 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1220 1122 178 ) ( -1222 1106 178 ) ( -1218 1106 178 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 986 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1120 1124 2 ) ( -1120 1124 450 ) ( -1632 1124 450 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1582 1106 170 ) ( -1580 1122 170 ) ( -1578 1106 170 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1266 1108 174 ) ( -1266 1124 171 ) ( -1266 1108 168 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1274 1114 26 ) ( -1274 1118 26 ) ( -1274 1116 215 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 987 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 1106 215 ) ( -1578 1122 215 ) ( -1576 1106 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1394 1122 171 ) ( -1394 1106 174 ) ( -1394 1106 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1274 1118 26 ) ( -1274 1114 26 ) ( -1274 1116 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 988 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 1106 215 ) ( -1578 1122 215 ) ( -1576 1106 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1122 26 ) ( -1064 1119 26 ) ( -1064 1120.500000 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1178 1118 26 ) ( -1178 1122 26 ) ( -1178 1120 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 989 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1120 1124 2 ) ( -1120 1124 450 ) ( -1632 1124 450 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1582 1106 170 ) ( -1580 1122 170 ) ( -1578 1106 170 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1188 1124 125 ) ( -1188 1108 129 ) ( -1188 1108 121 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1178 1122 26 ) ( -1178 1118 26 ) ( -1178 1120 215 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 990 +{ +( -1122 3160 240 ) ( -1122 3160 512 ) ( -894 3160 512 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 512 ) ( -1122 3184 240 ) ( -894 3184 240 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 240 ) ( -1122 3184 512 ) ( -1122 3160 512 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -772 3184 240 ) ( -776 3160 240 ) ( -768 3160 240 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -169 3160 448 ) ( -167 3184 448 ) ( -165 3160 448 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1098 3168 240 ) ( -1098 3160 240 ) ( -1098 3164 448 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 991 +{ +( -1122 3160 20 ) ( -1122 3160 240 ) ( -944 3160 240 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 240 ) ( -1122 3184 20 ) ( -944 3184 20 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3160 240 ) ( -1122 3160 20 ) ( -1122 3184 20 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -776 3160 240 ) ( -772 3184 240 ) ( -768 3160 240 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -1122 2181 224 ) ( -1122 2177 224 ) ( -944 2179 224 ) common/nodraw 19 20 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -1098 3168 224 ) ( -1098 3160 224 ) ( -1098 3164 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 992 +{ +( -1122 3160 20 ) ( -1122 3160 240 ) ( -944 3160 240 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 240 ) ( -1122 3184 20 ) ( -944 3184 20 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -776 3160 240 ) ( -772 3184 240 ) ( -768 3160 240 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -944 3160 180 ) ( -944 3184 156 ) ( -944 3160 132 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -1122 2181 224 ) ( -1122 2177 224 ) ( -944 2179 224 ) common/nodraw 19 20 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -1098 3160 224 ) ( -1098 3168 224 ) ( -1098 3164 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 993 +{ +( -1020 3160 24 ) ( -1020 3188 24 ) ( -1128 3188 24 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -1122 3160 20 ) ( -1122 3160 240 ) ( -944 3160 240 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 240 ) ( -1122 3184 20 ) ( -944 3184 20 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3160 240 ) ( -1122 3160 20 ) ( -1122 3184 20 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2179 208 ) ( -1122 2182 208 ) ( -944 2180.500000 208 ) common/nodraw 19 20 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -1098 3168 24 ) ( -1098 3160 24 ) ( -1098 3164 208 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 994 +{ +( -1020 3160 24 ) ( -1020 3188 24 ) ( -1128 3188 24 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -1122 3160 20 ) ( -1122 3160 240 ) ( -944 3160 240 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 240 ) ( -1122 3184 20 ) ( -944 3184 20 ) TAardennes/wintered_grey -182 -47 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -944 3160 180 ) ( -944 3184 156 ) ( -944 3160 132 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -1122 2179 208 ) ( -1122 2182 208 ) ( -944 2180.500000 208 ) common/nodraw 19 20 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -1098 3160 24 ) ( -1098 3168 24 ) ( -1098 3164 208 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 995 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -536 3040 264 ) ( -536 3040 224 ) ( -536 3056 224 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -352 2624 264 ) ( -349 3056 264 ) ( -346 2624 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2181 224 ) ( -536 2177 224 ) ( -103.999390 2179 224 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 3040 224 ) ( -536 3040 264 ) ( -520 3040 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 996 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -112 2624 24 ) ( -114 2624 24 ) ( -113 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -352 2624 264 ) ( -349 3056 264 ) ( -346 2624 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2181 224 ) ( -536 2177 224 ) ( -103.999390 2179 224 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -532 3040 224 ) ( -530 3040 224 ) ( -531 3040 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 997 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -536 2928 448 ) ( -536 2928 264 ) ( -536 3056 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -349 3056 264 ) ( -352 2624 264 ) ( -346 2624 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -169 2928 448 ) ( -167 3056 448 ) ( -165 2928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -536 2928 264 ) ( -536 2928 448 ) ( -520 3040 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 998 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -536 2928 264 ) ( -536 2928 448 ) ( -424 2928 448 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -349 3056 264 ) ( -352 2624 264 ) ( -346 2624 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -422 2930 264 ) ( -424 2928 264 ) ( -423 2929 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -169 2928 448 ) ( -167 3056 448 ) ( -165 2928 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2928 448 ) ( -536 2928 264 ) ( -520 3040 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 999 +{ +( -224.275146 2584.774414 24 ) ( -637.225586 2997.724609 24 ) ( -925.724854 2709.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2179 208 ) ( -536 2182 208 ) ( -104 2180.500000 208 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -530 3040 24 ) ( -532 3040 24 ) ( -531 3040 208 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1000 +{ +( -224.275146 2584.774414 24 ) ( -637.225586 2997.724609 24 ) ( -925.724854 2709.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -112 2624 24 ) ( -114 2624 24 ) ( -113 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2179 208 ) ( -536 2182 208 ) ( -104 2180.500000 208 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -532 3040 24 ) ( -530 3040 24 ) ( -531 3040 208 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1001 +{ +( -1020 3160 24 ) ( -1020 3188 24 ) ( -1128 3188 24 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -536 3160 240 ) ( -536 3160 24 ) ( -672 3160 24 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -536 3160 24 ) ( -536 3160 240 ) ( -536 3184 240 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -672 2179 208 ) ( -672 2182 208 ) ( -536 2180.500000 208 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3166 24 ) ( -560 3170 24 ) ( -560 3168 208 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1002 +{ +( -1020 3160 24 ) ( -1020 3188 24 ) ( -1128 3188 24 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -536 3160 240 ) ( -536 3160 24 ) ( -672 3160 24 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey -182 -47 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -672 2179 208 ) ( -672 2182 208 ) ( -536 2180.500000 208 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -664 3172 24 ) ( -664 3176 24 ) ( -664 3174 208 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3170 24 ) ( -560 3166 24 ) ( -560 3168 208 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1003 +{ +( -770 3160 240 ) ( -770 3160 512 ) ( -542 3160 512 ) central_europe/interiorwall_set2wtrim -112 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -450 3184 512 ) ( -450 3184 240 ) ( -222 3184 240 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -420 3184 240 ) ( -424 3160 240 ) ( -416 3160 240 ) common/nodraw 20 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -536 3182 240 ) ( -536 3176 240 ) ( -536 3179 512 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -169 3160 448 ) ( -167 3184 448 ) ( -165 3160 448 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3166 240 ) ( -560 3170 240 ) ( -560 3168 448 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1004 +{ +( -536 3160 240 ) ( -536 3160 24 ) ( -672 3160 24 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -536 3160 24 ) ( -536 3160 240 ) ( -536 3184 240 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -776 3160 240 ) ( -772 3184 240 ) ( -768 3160 240 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -672 2181 224 ) ( -672 2177 224 ) ( -536 2179 224 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3166 224 ) ( -560 3170 224 ) ( -560 3168 240 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1005 +{ +( -536 3160 240 ) ( -536 3160 24 ) ( -672 3160 24 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -776 3160 240 ) ( -772 3184 240 ) ( -768 3160 240 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -672 3164 24 ) ( -672 3180 24 ) ( -672 3172 244 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -672 2181 224 ) ( -672 2177 224 ) ( -536 2179 224 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3170 224 ) ( -560 3166 224 ) ( -560 3168 240 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1006 +{ +( -1128 3158 512 ) ( -1020 3158 512 ) ( -1020 3158 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1004 3186 512 ) ( -1112 3186 512 ) ( -1112 3186 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -744 3164 20 ) ( -744 3180 20 ) ( -744 3172 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -664 3180 20 ) ( -664 3164 20 ) ( -664 3172 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -696 3184 148 ) ( -704 3160 148 ) ( -688 3160 148 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -688 3160 156 ) ( -684 3184 156 ) ( -680 3160 156 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1007 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1004 3184 512 ) ( -1112 3184 512 ) ( -1112 3184 248 ) TAardennes/wintered_grey -182 -47 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -744 3164 20 ) ( -744 3180 20 ) ( -744 3172 240 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -664 3180 20 ) ( -664 3164 20 ) ( -664 3172 240 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -736 2179 208 ) ( -736 2182 208 ) ( -672 2180.500000 208 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -684 3184 156 ) ( -688 3160 156 ) ( -680 3160 156 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1008 +{ +( -1020 3160 24 ) ( -1020 3188 24 ) ( -1128 3188 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1128 3158 512 ) ( -1020 3158 512 ) ( -1020 3158 248 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3186 512 ) ( -1128 3186 512 ) ( -1128 3186 248 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -736 3180 -40 ) ( -736 3164 -40 ) ( -736 3172 180 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -830 2179 148 ) ( -830 2182 148 ) ( -736 2180.500000 148 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -744 3176 24 ) ( -744 3184 24 ) ( -744 3180 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1009 +{ +( -1020 3160 24 ) ( -1020 3188 24 ) ( -1128 3188 24 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey -182 -47 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -830 3178 20 ) ( -830 3182 20 ) ( -830 3180 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -830 2179 208 ) ( -830 2182 208 ) ( -736 2180.500000 208 ) common/nodraw 19 20 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -744 3184 24 ) ( -744 3176 24 ) ( -744 3180 208 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 1010 +{ +( -1020 3160 24 ) ( -1020 3188 24 ) ( -1128 3188 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -536 3158 240 ) ( -536 3158 24 ) ( -672 3158 24 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3186 512 ) ( -1128 3186 512 ) ( -1128 3186 248 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -672 3164 -36 ) ( -672 3180 -36 ) ( -672 3172 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -672 2179 148 ) ( -672 2182 148 ) ( -536 2180.500000 148 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -664 3176 24 ) ( -664 3172 24 ) ( -664 3174 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1011 +{ +( 814 6108 64 ) ( 814 6108 704 ) ( 814 5004 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 834 5352 64 ) ( 834 5328 64 ) ( 834 5340 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5344 192 ) ( 816 5368 192 ) ( 832 5356 192 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5360 128 ) ( 816 5344 128 ) ( 832 5352 128 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5328 192 ) ( 816 5328 176 ) ( 832 5328 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5324 138 ) ( 816 5324 142 ) ( 832 5324 140 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1012 +{ +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5352 64 ) ( 832 5328 64 ) ( 832 5340 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 960 5312 64 ) ( 944 5312 64 ) ( 952 5312 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5344 196 ) ( 816 5368 196 ) ( 832 5356 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5360 124 ) ( 816 5344 124 ) ( 832 5352 124 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5324 142 ) ( 816 5324 138 ) ( 832 5324 140 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1013 +{ +( 250 6108 704 ) ( 250 6108 64 ) ( 250 5004 64 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 230 5576 64 ) ( 230 5624 64 ) ( 230 5600 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5344 192 ) ( 232 5368 192 ) ( 248 5356 192 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5360 128 ) ( 232 5344 128 ) ( 248 5352 128 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5328 192 ) ( 232 5328 176 ) ( 248 5328 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5324 138 ) ( 232 5324 142 ) ( 248 5324 140 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1014 +{ +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 32 5312 64 ) ( 0 5312 64 ) ( 16 5312 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5576 64 ) ( 232 5624 64 ) ( 232 5600 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5344 196 ) ( 232 5368 196 ) ( 248 5356 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5360 124 ) ( 232 5344 124 ) ( 248 5352 124 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5324 142 ) ( 232 5324 138 ) ( 248 5324 140 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1015 +{ +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5576 64 ) ( 232 5624 64 ) ( 232 5600 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5504 208 ) ( 232 5504 184 ) ( 248 5504 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5344 196 ) ( 232 5368 196 ) ( 248 5356 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5360 124 ) ( 232 5344 124 ) ( 248 5352 124 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5492 134 ) ( 232 5492 138 ) ( 248 5492 136 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1016 +{ +( 250 6108 704 ) ( 250 6108 64 ) ( 250 5004 64 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 230 5576 64 ) ( 230 5624 64 ) ( 230 5600 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5344 192 ) ( 232 5368 192 ) ( 248 5356 192 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5360 128 ) ( 232 5344 128 ) ( 248 5352 128 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5488 176 ) ( 232 5488 192 ) ( 248 5488 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5492 138 ) ( 232 5492 134 ) ( 248 5492 136 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1017 +{ +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5352 64 ) ( 832 5328 64 ) ( 832 5340 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5504 208 ) ( 816 5504 184 ) ( 832 5504 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5344 196 ) ( 816 5368 196 ) ( 832 5356 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5360 124 ) ( 816 5344 124 ) ( 832 5352 124 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5492 134 ) ( 816 5492 138 ) ( 832 5492 136 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1018 +{ +( 814 6108 64 ) ( 814 6108 704 ) ( 814 5004 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 834 5352 64 ) ( 834 5328 64 ) ( 834 5340 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5344 192 ) ( 816 5368 192 ) ( 832 5356 192 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5360 128 ) ( 816 5344 128 ) ( 832 5352 128 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5488 176 ) ( 816 5488 192 ) ( 832 5488 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5492 138 ) ( 816 5492 134 ) ( 832 5492 136 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1019 +{ +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 32 5312 64 ) ( 0 5312 64 ) ( 16 5312 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5576 64 ) ( 232 5624 64 ) ( 232 5600 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5504 208 ) ( 232 5504 184 ) ( 248 5504 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 238 5312 124 ) ( 239 5504 124 ) ( 240 5312 124 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1020 +{ +( 250 6108 704 ) ( 250 6108 64 ) ( 250 5004 64 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 32 5324 64 ) ( 0 5324 64 ) ( 16 5324 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 230 5576 64 ) ( 230 5624 64 ) ( 230 5600 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 232 5492 208 ) ( 232 5492 184 ) ( 248 5492 196 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 232 5346 128 ) ( 232 5362 128 ) ( 248 5354 128 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 239 5504 124 ) ( 238 5312 124 ) ( 240 5312 124 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1021 +{ +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5352 64 ) ( 832 5328 64 ) ( 832 5340 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 960 5312 64 ) ( 944 5312 64 ) ( 952 5312 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5504 208 ) ( 816 5504 184 ) ( 832 5504 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 238 5312 124 ) ( 239 5504 124 ) ( 240 5312 124 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1022 +{ +( 814 6108 64 ) ( 814 6108 704 ) ( 814 5004 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 834 5352 64 ) ( 834 5328 64 ) ( 834 5340 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 960 5324 64 ) ( 944 5324 64 ) ( 952 5324 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 816 5492 208 ) ( 816 5492 184 ) ( 832 5492 196 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 816 5344 128 ) ( 816 5360 128 ) ( 832 5352 128 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 239 5504 124 ) ( 238 5312 124 ) ( 240 5312 124 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1023 +{ +( 814 6108 64 ) ( 814 6108 704 ) ( 814 5004 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 834 5352 64 ) ( 834 5328 64 ) ( 834 5340 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 960 5324 64 ) ( 944 5324 64 ) ( 952 5324 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 816 5492 208 ) ( 816 5492 184 ) ( 832 5492 196 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 816 5368 192 ) ( 816 5344 192 ) ( 832 5356 192 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 238 5312 196 ) ( 240 5504 196 ) ( 242 5312 196 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1024 +{ +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5352 64 ) ( 832 5328 64 ) ( 832 5340 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 960 5312 64 ) ( 944 5312 64 ) ( 952 5312 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5312 240 ) ( 240 5624 240 ) ( 248 5312 240 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5504 208 ) ( 816 5504 184 ) ( 832 5504 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 240 5504 196 ) ( 238 5312 196 ) ( 242 5312 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1025 +{ +( 250 6108 704 ) ( 250 6108 64 ) ( 250 5004 64 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 32 5324 64 ) ( 0 5324 64 ) ( 16 5324 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 230 5576 64 ) ( 230 5624 64 ) ( 230 5600 704 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 232 5492 208 ) ( 232 5492 184 ) ( 248 5492 196 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 232 5370 192 ) ( 232 5346 192 ) ( 248 5358 192 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 238 5312 196 ) ( 240 5504 196 ) ( 242 5312 196 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1026 +{ +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 32 5312 64 ) ( 0 5312 64 ) ( 16 5312 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5576 64 ) ( 232 5624 64 ) ( 232 5600 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5248 240 ) ( 240 5624 240 ) ( 248 5248 240 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5504 208 ) ( 232 5504 184 ) ( 248 5504 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 240 5504 196 ) ( 238 5312 196 ) ( 242 5312 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1027 +{ +( 834 6116 704 ) ( 834 6116 64 ) ( 834 5012 64 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 814 5584 64 ) ( 814 5632 64 ) ( 814 5608 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5512 208 ) ( 816 5512 184 ) ( 832 5512 196 ) general_structure/beam_wood1 0 -8 90.00 1 1 0 16384 0 +surfaceparm detail +( 814 5368 72 ) ( 814 5352 72 ) ( 830 5360 72 ) general_structure/beam_wood1 0 -7 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5504 176 ) ( 816 5504 192 ) ( 832 5504 184 ) general_structure/beam_wood1 0 -8 90.00 1 1 0 16384 0 +surfaceparm detail +( 814 5507 128 ) ( 816 5509 128 ) ( 815 5508 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 832 5509 128 ) ( 834 5507 128 ) ( 833 5508 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 814 5504 196 ) ( 814 5512 188 ) ( 834 5508 192 ) general_structure/beam_wood1 0 -7 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1028 +{ +( 814 4956 704 ) ( 814 4956 64 ) ( 814 6060 64 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 834 5488 64 ) ( 834 5440 64 ) ( 834 5464 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 832 5560 208 ) ( 832 5560 184 ) ( 816 5560 196 ) general_structure/beam_wood1 0 -8 90.00 1 1 0 16384 0 +surfaceparm detail +( 834 5704 72 ) ( 834 5720 72 ) ( 818 5712 72 ) general_structure/beam_wood1 0 -7 90.00 1 1 0 16384 0 +surfaceparm detail +( 832 5568 176 ) ( 832 5568 192 ) ( 816 5568 184 ) general_structure/beam_wood1 0 -8 90.00 1 1 0 16384 0 +surfaceparm detail +( 834 5565 128 ) ( 832 5563 128 ) ( 833 5564 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5563 128 ) ( 814 5565 128 ) ( 815 5564 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 814 5560 188 ) ( 814 5562 190 ) ( 834 5561 189 ) general_structure/beam_wood1 0 -7 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1029 +{ +( 814 4974 -416 ) ( 814 5614 -416 ) ( 814 5614 688 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 834 5614 116 ) ( 834 5614 68 ) ( 834 4974 92 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 832 5470 188 ) ( 832 5494 188 ) ( 816 5482 188 ) general_structure/beam_wood1 -73 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 832 5502 196 ) ( 832 5486 196 ) ( 816 5494 196 ) general_structure/beam_wood1 -73 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 834 5550 193 ) ( 832 5550 191 ) ( 833 5486 192 ) general_structure/beam_wood1 -73 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 816 5550 191 ) ( 814 5550 193 ) ( 815 5486 192 ) general_structure/beam_wood1 -73 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 814 5512 188 ) ( 814 5504 196 ) ( 834 5508 192 ) general_structure/beam_wood1 -73 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 814 5562 190 ) ( 814 5560 188 ) ( 834 5561 189 ) general_structure/beam_wood1 -73 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1030 +{ +( 230 4974 -416 ) ( 230 5614 -416 ) ( 230 5614 688 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 250 5614 116 ) ( 250 5614 68 ) ( 250 4974 92 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 248 5470 188 ) ( 248 5494 188 ) ( 232 5482 188 ) general_structure/beam_wood1 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 248 5502 196 ) ( 248 5486 196 ) ( 232 5494 196 ) general_structure/beam_wood1 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 250 5550 193 ) ( 248 5550 191 ) ( 249 5486 192 ) general_structure/beam_wood1 -1 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5550 191 ) ( 230 5550 193 ) ( 231 5486 192 ) general_structure/beam_wood1 -1 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 230 5512 188 ) ( 230 5504 196 ) ( 250 5508 192 ) general_structure/beam_wood1 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 230 5562 190 ) ( 230 5560 188 ) ( 250 5561 189 ) general_structure/beam_wood1 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1031 +{ +( 230 4956 704 ) ( 230 4956 64 ) ( 230 6060 64 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 250 5488 64 ) ( 250 5440 64 ) ( 250 5464 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 248 5560 208 ) ( 248 5560 184 ) ( 232 5560 196 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 250 5704 72 ) ( 250 5720 72 ) ( 234 5712 72 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 248 5568 176 ) ( 248 5568 192 ) ( 232 5568 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 250 5565 128 ) ( 248 5563 128 ) ( 249 5564 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5563 128 ) ( 230 5565 128 ) ( 231 5564 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 230 5560 188 ) ( 230 5562 190 ) ( 250 5561 189 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1032 +{ +( 250 6116 704 ) ( 250 6116 64 ) ( 250 5012 64 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 230 5584 64 ) ( 230 5632 64 ) ( 230 5608 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5512 208 ) ( 232 5512 184 ) ( 248 5512 196 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 230 5368 72 ) ( 230 5352 72 ) ( 246 5360 72 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5504 176 ) ( 232 5504 192 ) ( 248 5504 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 230 5507 128 ) ( 232 5509 128 ) ( 231 5508 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 248 5509 128 ) ( 250 5507 128 ) ( 249 5508 192 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 230 5504 196 ) ( 230 5512 188 ) ( 250 5508 192 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1033 +{ +( -4707.774414 4996.725098 200 ) ( -5120.724609 4583.774414 200 ) ( -4832.225586 4295.274902 200 ) general_structure/plaster_wall2 -196 220 0.00 1 1 0 65536 0 +surfaceparm detail +( -4540 4696.000488 648 ) ( -4540 4696.000488 200 ) ( -4880 4356 200 ) ta_berlin/berlinwall3a -221 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -4358.000488 4706 200 ) ( -4358.000488 4706 648 ) ( -4758 5106 648 ) general_structure/plaster_wall2 -220 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4864 4392 200 ) ( -4862 4394 200 ) ( -4863 4393 648 ) general_structure/plaster_wall2 -220 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4497.999512 4369.999512 240 ) ( -4836.000977 4374 240 ) ( -4498 4378 240 ) general_structure/plaster_wall2 -196 220 0.00 1 1 0 65536 0 +surfaceparm detail +( -4554 4581.999512 200 ) ( -4561.999023 4590 200 ) ( -4558 4586.000488 384 ) general_structure/plaster_wall2 -220 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1034 +{ +( -4739.774414 4964.725098 200 ) ( -5152.724609 4551.774414 200 ) ( -4864.225586 4263.274902 200 ) general_structure/plaster_wall2 -164 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -4526 4610.000488 648 ) ( -4526 4610.000488 200 ) ( -4866 4270 200 ) ta_berlin/berlinwall3a -173 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -4522.000488 4550 200 ) ( -4522.000488 4550 648 ) ( -4922 4950 648 ) general_structure/plaster_wall2 -188 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4896 4360 200 ) ( -4894 4362 200 ) ( -4895 4361 648 ) general_structure/plaster_wall2 -188 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4529.999512 4337.999512 240 ) ( -4868.000977 4342 240 ) ( -4530 4346 240 ) general_structure/plaster_wall2 -164 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -4562 4573.999512 200 ) ( -4569.999023 4582 200 ) ( -4566 4578.000488 384 ) general_structure/plaster_wall2 -188 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1035 +{ +( -3779.619629 2567.304688 152.862030 ) ( -3780.780273 2551.365723 152.098831 ) ( -3972.563477 2570.187012 50.979561 ) mohcommon/crackedconcrete -190 172 11.09 1.078503 1.012093 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1513.972656 2505.792480 -2344.220947 ) ( -9087.145508 2879.180176 1380.902710 ) ( -9080.132813 2877.982422 1395.234009 ) mohcommon/crackedconcrete -203 152 29.98 1.028009 -1.015967 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 203.218018 2165.729004 2476.245361 ) ( -3104.698242 2730.972168 -4289.180176 ) ( 3662.123047 2397.721680 -7625.621094 ) mohcommon/crackedconcrete -206 150 29.99 1.028114 -1.015006 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3779.501953 2558.121582 9.156261 ) ( -3887.184570 2562.573730 80.037987 ) ( -3832.181641 2576.286621 45.361145 ) mohcommon/crackedconcrete -202 137 39.24 0.948758 0.926263 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3961.171875 2573.035156 -25.793858 ) ( -3845.331055 2559.126465 88.309761 ) ( -3902.090820 2582.020508 32.021610 ) mohcommon/crackedconcrete -4 76 16.75 0.770751 0.980691 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3921.898438 2584.581543 -5.103355 ) ( -3960.314941 2582.687988 60.926682 ) ( -3958.049316 2557.851563 56.687584 ) mohcommon/crackedconcrete -178 208 -81.22 0.895990 1.022299 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3922 2585.180176 24 ) ( -3924 2561.744629 24 ) ( -3920 2561.744629 24 ) mohcommon/crackedconcrete 41 52 -81.22 0.895990 1.022299 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1036 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3956.806152 2463.085449 -12 -16.204809 6.721263 ) ( -4048.718750 2559.856689 -12 -15.562500 6.406250 ) ( -4150.384766 2654.391357 -12 -14.780290 6.071296 ) ) +( ( -3912.293457 2522.277100 92 -16.255516 7.114967 ) ( -4006.153809 2612.778320 76 -15.593750 7.218750 ) ( -4111.786621 2770.192139 -12 -14.760055 7.294532 ) ) +( ( -3860.919922 2562.174561 60 -16.219135 7.588753 ) ( -3933.963379 2655.379883 92 -15.500000 7.781250 ) ( -4035.381836 2784.162109 4 -14.809065 7.547522 ) ) +) + } + } +// brush 1037 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3676.877930 2380.466309 -12 -16.204809 6.721263 ) ( -3858.915039 2344.020996 -12 -15.562500 6.406250 ) ( -3957.505371 2463.085449 -12 -14.780290 6.071296 ) ) +( ( -3714.876953 2427.421387 52 -16.255516 7.114967 ) ( -3856.309082 2407.743164 76 -15.593750 7.218750 ) ( -3911.982910 2522.542969 92 -14.760055 7.294532 ) ) +( ( -3760.022949 2473.270508 60 -16.219135 7.588753 ) ( -3812.293945 2498.869141 52 -15.500000 7.781250 ) ( -3860.919922 2562.388672 60 -14.809065 7.547522 ) ) +) + } + } +// brush 1038 +{ +( -3651.915039 1256.149414 -50 ) ( -3651.915039 1256.149414 -66 ) ( -3674.765625 1472.570801 -66 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3141.637695 1755.974609 -66 ) ( -3651.915039 1256.149414 -66 ) ( -3396.776367 1506.062500 -50 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -316.059082 762.020508 -66 ) ( -7628.242188 4992.948242 -66 ) ( -7636.241211 4979.093262 -66 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3362.890137 -3363.244141 -54 ) ( 413.110352 3176.978516 -54 ) ( 6953.333984 -599.021484 -54 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3674.765625 1472.570801 -66 ) ( -3141.637695 1755.974609 -66 ) ( -3408.202148 1614.271973 -50 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3470.058105 1539.133789 -66 ) ( -3506.345703 1412.283203 -66 ) ( -3488.201660 1475.708008 -50 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3532.488281 1335.000488 -66 ) ( -3651.340820 1385.144531 -66 ) ( -3591.914551 1360.072266 -50 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3612.909180 1547.708984 -66 ) ( -3460.489258 1459.708008 -66 ) ( -3536.699219 1503.708496 -50 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1039 +{ +( -3607.915039 1516.149414 -58 ) ( -3607.915039 1516.149414 -74 ) ( -3630.765625 1732.570801 -74 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3097.637695 2015.974609 -74 ) ( -3607.915039 1516.149414 -74 ) ( -3352.776367 1766.062500 -58 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -272.059082 1022.020508 -70 ) ( -7584.242188 5252.948242 -70 ) ( -7592.241211 5239.093262 -70 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3318.890137 -3103.244141 -54 ) ( 457.110352 3436.978516 -54 ) ( 6997.333984 -339.021484 -54 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3630.765625 1732.570801 -74 ) ( -3097.637695 2015.974609 -74 ) ( -3364.202148 1874.271973 -58 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3426.058105 1799.133789 -74 ) ( -3462.345703 1672.283203 -74 ) ( -3444.201660 1735.708008 -58 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3488.488281 1595.000488 -74 ) ( -3607.340820 1645.144531 -74 ) ( -3547.914551 1620.072266 -58 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3568.909180 1807.708984 -74 ) ( -3416.489258 1719.708008 -74 ) ( -3492.699219 1763.708496 -58 ) models/items/rubblebase 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1040 +{ +( -3624 1240 16 ) ( -3624 1240 0 ) ( -3552 1312 0 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3264 1216 0 ) ( -3264 1216 16 ) ( -3552 1312 16 ) common/nodraw 51 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3264 1216 16 ) ( -3264 1216 0 ) ( -3840 1216 0 ) common/nodraw 51 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3264 1184 16 ) ( -3840 1184 16 ) ( -3840 1248 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3840 1248 0 ) ( -3840 1184 0 ) ( -3264 1184 0 ) mohcommon/crackedconcrete -177 59 35.00 1 1 0 65536 0 +surfaceparm detail +( -3624 1240 0 ) ( -3624 1240 16 ) ( -3600 1216 16 ) mohcommon/crackedconcrete -104 -103 35.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1041 +{ +( -3624 1240 0 ) ( -3624 1240 16 ) ( -3552 1312 16 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3552 1312 0 ) ( -3552 1312 16 ) ( -3664 1360 16 ) mohcommon/crackedconcrete -19 -17 35.00 1 1 0 65536 0 +surfaceparm detail +( -3756 1372 16 ) ( -3756 1372 0 ) ( -3664 1360 0 ) mohcommon/crackedconcrete -19 -17 35.00 1 1 0 65536 0 +surfaceparm detail +( -4128 2016 0 ) ( -4144 1248 0 ) ( -4112 1248 0 ) common/nodraw 51 9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -2048 672 16 ) ( -9600 672 16 ) ( -9600 8224 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3624 1240 16 ) ( -3624 1240 0 ) ( -3756 1372 0 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +} +// brush 1042 +{ +( -2048 672 16 ) ( -9600 672 16 ) ( -9600 8224 16 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -10384 4128 0 ) ( -10384 4000 0 ) ( 6000 4064 0 ) common/nodraw 51 9 0.00 -1.687500 1.679689 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3648 1456 0 ) ( -3648 1456 16 ) ( -3840 1456 16 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -3756 1372 0 ) ( -3756 1372 16 ) ( -3736 1456 16 ) mohcommon/crackedconcrete -152 -190 35.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3756 1372 0 ) ( -3760 1376 0 ) ( -3758 1374 16 ) mohcommon/crackedconcrete -152 -190 35.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 1043 +{ +( -3440 1520 0 ) ( -3408 1616 0 ) ( -3424 1568 16 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3264 1216 16 ) ( -3264 1216 0 ) ( -3440 1520 0 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3264 1216 0 ) ( -3264 1216 16 ) ( -3264 2016 16 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3264 1616 0 ) ( -3408 1616 0 ) ( -3440 1536 0 ) common/nodraw 51 9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3264 1536 16 ) ( -3440 1536 16 ) ( -3408 1616 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3444 1876 0 ) ( -3440 1872 0 ) ( -3442 1874 16 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3366 1658 0 ) ( -3362 1662 0 ) ( -3364 1660 16 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +} +// brush 1044 +{ +( -3512 1944 16 ) ( -3512 1944 0 ) ( -3568 1888 0 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3592 1912 0 ) ( -3592 1912 16 ) ( -3568 1888 16 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3816 1888 16 ) ( -3816 2016 16 ) ( -3568 2016 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3568 2016 0 ) ( -3816 2016 0 ) ( -3816 1888 0 ) common/nodraw 51 9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3592 1912 16 ) ( -3592 1912 0 ) ( -3488 2016 0 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3512 1944 0 ) ( -3512 1944 16 ) ( -3536 1968 16 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +} +// brush 1045 +{ +( -3512 1944 0 ) ( -3512 1944 16 ) ( -3568 1888 16 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3408 1760 16 ) ( -3408 1760 0 ) ( -3568 1888 0 ) mohcommon/crackedconcrete -19 -17 35.00 1 1 0 65536 0 +surfaceparm detail +( -10384 4128 0 ) ( -10384 4000 0 ) ( 6000 4064 0 ) common/nodraw 51 9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -2048 672 16 ) ( -9600 672 16 ) ( -9600 8224 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3368 1800 16 ) ( -3368 1800 0 ) ( -3408 1760 0 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3368 1800 0 ) ( -3368 1800 16 ) ( -3512 1944 16 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +} +// brush 1046 +{ +( -3408 1760 0 ) ( -3408 1760 16 ) ( -3408 1616 16 ) mohcommon/crackedconcrete -152 -190 35.00 1 1 0 65536 0 +surfaceparm detail +( -3368 1800 0 ) ( -3368 1800 16 ) ( -3408 1760 16 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3296 1728 16 ) ( -3296 1728 0 ) ( -3408 1616 0 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -2048 672 16 ) ( -9600 672 16 ) ( -9600 8224 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -10384 4128 0 ) ( -10384 4000 0 ) ( 6000 4064 0 ) common/nodraw 51 9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3296 1728 0 ) ( -3296 1728 16 ) ( -3368 1800 16 ) common/nodraw 37 60 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +} +// brush 1047 +{ +( -3568 2016 0 ) ( -3816 2016 0 ) ( -3816 1888 0 ) common/nodraw 51 9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3816 1888 16 ) ( -3816 2016 16 ) ( -3568 2016 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3840 1760 0 ) ( -3840 1760 16 ) ( -3696 1760 16 ) mohcommon/crackedconcrete -19 -17 35.00 1 1 0 65536 0 +surfaceparm detail +( -3568 1888 16 ) ( -3568 1888 0 ) ( -3696 1760 0 ) mohcommon/crackedconcrete -152 -190 35.00 1 1 0 65536 0 +surfaceparm detail +( -3592 1912 16 ) ( -3592 1912 0 ) ( -3568 1888 0 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3592 1912 0 ) ( -3592 1912 16 ) ( -3744 1760 16 ) common/nodraw 37 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +} +// brush 1048 +{ +( -3173.275391 1537.774414 0 ) ( -3586.225586 1950.724609 0 ) ( -3874.724609 1662.225586 0 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3930.724609 1654.225586 16 ) ( -3642.225586 1942.724609 16 ) ( -3229.275391 1529.774414 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4248 1864 0 ) ( -4248 1864 16 ) ( -3512 1128 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3872 2304 16 ) ( -3872 2304 0 ) ( -3136 1568 0 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4016 2304 0 ) ( -4016 2304 16 ) ( -4336 1984 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3680 1824 0 ) ( -3712 1792 0 ) ( -3696 1808 16 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 1049 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3557.685059 1407.249023 -64 0 0 ) ( -3545.235352 1428.284180 -64 0 0.095481 ) ( -3532.786133 1481.945313 -64 0 0.310662 ) ) +( ( -3564.601563 1369.901367 -32 0.194008 0 ) ( -3477.456055 1378.487305 -32 0.351514 0.342060 ) ( -3514.804199 1481.945313 -48 0.094022 0.776243 ) ) +( ( -3570.134277 1320.104004 0 0.426237 0 ) ( -3458.090820 1390.936523 0 0.505502 0.517795 ) ( -3495.438477 1481.945313 0 0.296207 0.902069 ) ) +) + } + } +// brush 1050 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3532.786133 1481.945313 -64 0 0 ) ( -3532.786133 1552.777344 -48 0 0.283660 ) ( -3495.438477 1606.438477 -64 0 0.546581 ) ) +( ( -3514.804199 1481.945313 -48 0.094022 0 ) ( -3489.905762 1552.777344 -48 0.167501 0.293285 ) ( -3465.006836 1606.438477 -48 0.134303 0.524363 ) ) +( ( -3495.438477 1481.945313 0 0.296207 0 ) ( -3445.641113 1552.777344 0 0.422558 0.338223 ) ( -3445.641113 1606.438477 0 0.336488 0.547836 ) ) +) + } + } +// brush 1051 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3495.438477 1606.438477 -64 0 0 ) ( -3495.438477 1677.270508 -64 0 0.276689 ) ( -3507.888184 1706.033203 -64 0 0.399114 ) ) +( ( -3465.006836 1606.438477 -48 0.134303 0 ) ( -3452.557617 1677.270508 -48 0.178784 0.280930 ) ( -3465.006836 1718.482422 -48 0.185281 0.449097 ) ) +( ( -3445.641113 1606.438477 0 0.336488 0 ) ( -3408.292969 1677.270508 0 0.433840 0.312795 ) ( -3445.641113 1718.482422 0 0.387466 0.530050 ) ) +) + } + } +// brush 1052 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3507.888184 1706.033203 -64 0 0 ) ( -3548.309082 1739.740234 -64 0 0.205590 ) ( -3579.038086 1769.504883 -64 0 0.372703 ) ) +( ( -3465.006836 1718.482422 -48 0.185281 0 ) ( -3516.442383 1768.433105 -48 0.178784 0.280073 ) ( -3571.162109 1798.899414 -48 0.134302 0.524719 ) ) +( ( -3445.641113 1718.482422 0 0.387466 0 ) ( -3483.547363 1798.051758 0 0.433840 0.344286 ) ( -3566.149902 1817.605469 0 0.336487 0.675869 ) ) +) + } + } +// brush 1053 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3579.038086 1769.504883 -64 0 0 ) ( -3616.858398 1739.740234 -64 0 0.188000 ) ( -3619.931641 1693.583984 -64 0 0.368698 ) ) +( ( -3594.005371 1798.899414 -48 0.143209 0 ) ( -3648.725586 1755.983398 -48 0.153062 0.271648 ) ( -3662.812500 1706.033203 -48 0.185279 0.474378 ) ) +( ( -3599.017578 1817.605469 0 0.345394 0 ) ( -3669.170410 1785.602539 0 0.387413 0.301202 ) ( -3682.178223 1706.033203 0 0.387464 0.616146 ) ) +) + } + } +// brush 1054 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3619.931641 1693.583984 -64 0 0 ) ( -3632.380859 1664.821289 -64 0 0.122426 ) ( -3669.729004 1606.438477 -64 0 0.393156 ) ) +( ( -3662.812500 1706.033203 -48 0.185279 0 ) ( -3675.261719 1664.821289 -48 0.178784 0.168168 ) ( -3700.160156 1606.438477 -48 0.134301 0.416099 ) ) +( ( -3682.178223 1706.033203 0 0.387464 0 ) ( -3719.526367 1664.821289 0 0.433840 0.217255 ) ( -3719.526367 1606.438477 0 0.336487 0.445313 ) ) +) + } + } +// brush 1055 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3669.729004 1606.438477 -64 0 0 ) ( -3640.162109 1554.333984 -44 0 0.246716 ) ( -3607.482422 1481.945313 -64 0 0.566649 ) ) +( ( -3700.160156 1606.438477 -48 0.134301 0 ) ( -3650.363281 1552.777344 -25 0.084459 0.299745 ) ( -3625.464844 1481.945313 -48 0.094024 0.606483 ) ) +( ( -3719.526367 1606.438477 0 0.336487 0 ) ( -3682.178223 1552.777344 0 0.242514 0.255386 ) ( -3644.830078 1481.945313 0 0.296208 0.568181 ) ) +) + } + } +// brush 1056 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3607.482422 1481.945313 -64 0 0 ) ( -3582.583984 1440.733398 -64 0 0.188083 ) ( -3557.685059 1407.249023 -64 0 0.351079 ) ) +( ( -3625.464844 1481.945313 -48 0.094024 0 ) ( -3619.240234 1403.385742 -48 0.213759 0.307835 ) ( -3564.601563 1369.901367 -32 0.194008 0.565842 ) ) +( ( -3644.830078 1481.945313 0 0.296208 0 ) ( -3669.729004 1390.936523 0 0.490196 0.368569 ) ( -3570.134277 1320.104004 0 0.426237 0.845968 ) ) +) + } + } +// brush 1057 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3579.038086 1769.504883 -64 0 0 ) ( -3579.038086 1769.504883 -64 0 0.500000 ) ( -3579.038086 1769.504883 -64 0 1 ) ) +( ( -3571.162109 1798.899414 -48 0.500000 0 ) ( -3580.607910 1803.277344 -48 0.500000 0.500000 ) ( -3594.005371 1798.899414 -48 0.500000 1 ) ) +( ( -3566.149902 1817.605469 0 1 0 ) ( -3582.181641 1828.807129 0 1 0.500000 ) ( -3599.017578 1817.605469 0 1 1 ) ) +) + } + } +// brush 1058 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3678.727051 1884.493164 8 0 0 ) ( -3571.345703 1926.067383 3 0 0.450223 ) ( -3504.876953 1895.078613 3 0 0.736697 ) ) +( ( -3642.402344 1848.101563 0 0.203269 0 ) ( -3576.000977 1854.947266 17 0.283728 0.269078 ) ( -3544.438965 1843.664063 17 0.259247 0.400009 ) ) +( ( -3599.017578 1817.605469 0 0.410420 0 ) ( -3582.181641 1828.807129 0 0.407902 0.078992 ) ( -3566.149902 1817.605469 0 0.407449 0.155389 ) ) +) + } + } +// brush 1059 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3495.438477 1606.438477 -64 0 0 ) ( -3587.212891 1660.375977 -65 0 0.415842 ) ( -3619.931641 1693.583984 -64 0 0.597987 ) ) +( ( -3495.438477 1677.270508 -64 0.276689 0 ) ( -3562.349121 1689.068359 -74 0.152418 0.268261 ) ( -3616.858398 1739.740234 -64 0.180698 0.561591 ) ) +( ( -3507.888184 1706.033203 -64 0.399114 0 ) ( -3548.309082 1739.740234 -64 0.361493 0.205590 ) ( -3579.038086 1769.504883 -64 0.368698 0.372703 ) ) +) + } + } +// brush 1060 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3532.786133 1481.945313 -64 0 0 ) ( -3600.440430 1567.005859 -65 0 0.424568 ) ( -3669.729004 1606.438477 -64 0 0.736013 ) ) +( ( -3532.786133 1552.777344 -48 0.283660 0 ) ( -3605.921387 1608.926270 -74 0.168846 0.374215 ) ( -3632.380859 1664.821289 -64 0.270730 0.618921 ) ) +( ( -3495.438477 1606.438477 -64 0.546581 0 ) ( -3587.212891 1660.375977 -65 0.385566 0.415842 ) ( -3619.931641 1693.583984 -64 0.393156 0.597987 ) ) +) + } + } +// brush 1061 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3557.685059 1407.249023 -64 0 0 ) ( -3582.583984 1440.733398 -64 0 0.162996 ) ( -3607.482422 1481.945313 -64 0 0.351079 ) ) +( ( -3545.235352 1428.284180 -64 0.095481 0 ) ( -3591.137695 1495.326172 -74 0.219360 0.319779 ) ( -3640.162109 1554.333984 -44 0.319932 0.641549 ) ) +( ( -3532.786133 1481.945313 -64 0.310662 0 ) ( -3600.440430 1567.005859 -65 0.503888 0.424568 ) ( -3669.729004 1606.438477 -64 0.566649 0.736013 ) ) +) + } + } +// brush 1062 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3644.830078 1481.945313 0 0 0 ) ( -3669.729004 1390.936523 0 0 0.368569 ) ( -3570.134277 1320.104004 0 0 0.845968 ) ) +( ( -3693.935547 1463.270996 0 0.205220 0 ) ( -3693.935547 1316.240234 16 0.313023 0.577730 ) ( -3583.275391 1276.531250 16 0.188445 1.036983 ) ) +( ( -3744.424805 1457.046387 8 0.406379 0 ) ( -3725.750977 1291.341797 8 0.473900 0.651381 ) ( -3582.583984 1220.509277 8 0.409517 1.275331 ) ) +) + } + } +// brush 1063 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3719.526367 1606.438477 0 0 0 ) ( -3682.178223 1552.777344 0 0 0.255386 ) ( -3644.830078 1481.945313 0 0 0.568181 ) ) +( ( -3768.900879 1605.895996 0 0.192881 0 ) ( -3750.417969 1516.764648 16 0.307816 0.361027 ) ( -3693.935547 1463.270996 0 0.205220 0.671269 ) ) +( ( -3818.666016 1616.448242 8 0.394040 0 ) ( -3789.940918 1525.131836 8 0.468689 0.373936 ) ( -3744.424805 1457.046387 8 0.406379 0.693851 ) ) +) + } + } +// brush 1064 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3682.178223 1706.033203 0 0 0 ) ( -3719.526367 1664.821289 0 0 0.217255 ) ( -3719.526367 1606.438477 0 0 0.445313 ) ) +( ( -3728.386230 1719.556152 0 0.188071 0 ) ( -3755.443848 1666.263672 16 0.153697 0.241690 ) ( -3768.900879 1605.895996 0 0.192881 0.491242 ) ) +( ( -3772.891602 1744.197266 8 0.389230 0 ) ( -3815.693359 1673.371094 8 0.392730 0.323260 ) ( -3818.666016 1616.448242 8 0.394040 0.545918 ) ) +) + } + } +// brush 1065 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3599.017578 1817.605469 0 0 0 ) ( -3669.170410 1785.602539 0 0 0.301202 ) ( -3682.178223 1706.033203 0 0 0.616146 ) ) +( ( -3642.402344 1848.101563 0 0.207152 0 ) ( -3701.626465 1788.861328 16 0.141922 0.333129 ) ( -3728.386230 1719.556152 0 0.188071 0.629987 ) ) +( ( -3678.727051 1884.493164 8 0.410420 0 ) ( -3757.900391 1811.629883 8 0.381103 0.420308 ) ( -3772.891602 1744.197266 8 0.389230 0.690147 ) ) +) + } + } +// brush 1066 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3504.876953 1895.078613 3 0 0 ) ( -3436.486816 1864.123047 3 0 0.293241 ) ( -3364.457520 1773.928711 3 0 0.744126 ) ) +( ( -3544.438965 1843.664063 17 0.259247 0 ) ( -3460.473633 1815.317383 17 0.219355 0.346177 ) ( -3417.323242 1736.327148 17 0.259249 0.697770 ) ) +( ( -3566.149902 1817.605469 0 0.407449 0 ) ( -3483.547363 1798.051758 0 0.350054 0.331583 ) ( -3445.641113 1718.482422 0 0.405893 0.675869 ) ) +) + } + } +// brush 1067 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3364.457520 1773.928711 3 0 0 ) ( -3336.649902 1685.897949 3 0 0.360618 ) ( -3351.708008 1589.483887 3 0 0.741801 ) ) +( ( -3417.323242 1736.327148 17 0.259249 0 ) ( -3387.477539 1666.562500 17 0.219353 0.296409 ) ( -3416.015625 1598.038086 17 0.259248 0.586367 ) ) +( ( -3445.641113 1718.482422 0 0.405893 0 ) ( -3408.292969 1677.270508 0 0.332362 0.217255 ) ( -3445.641113 1606.438477 0 0.396648 0.530050 ) ) +) + } + } +// brush 1068 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3351.708008 1589.483887 3 0 0 ) ( -3371.810059 1523.757813 3 0 0.268482 ) ( -3391.649902 1444.688965 3 0 0.586919 ) ) +( ( -3416.015625 1598.038086 17 0.259248 0 ) ( -3425.875977 1529.605469 17 0.219353 0.270076 ) ( -3457.513672 1469.056641 17 0.279722 0.536937 ) ) +( ( -3445.641113 1606.438477 0 0.396648 0 ) ( -3445.641113 1552.777344 0 0.355603 0.209613 ) ( -3495.438477 1481.945313 0 0.449696 0.547836 ) ) +) + } + } +// brush 1069 + { + patchDef2 + { + ddaydark/rubbledark + ( 3 3 0 -2147352576 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3391.649902 1444.688965 3 0 0 ) ( -3384.259277 1368.141602 3 0 0.300405 ) ( -3582.583984 1220.509277 8 0 1.266386 ) ) +( ( -3457.513672 1469.056641 17 0.279722 0 ) ( -3425.875977 1380.213379 17 0.177882 0.368391 ) ( -3583.275391 1276.531250 16 0.221072 1.104650 ) ) +( ( -3495.438477 1481.945313 0 0.449696 0 ) ( -3458.090820 1390.936523 0 0.326205 0.384274 ) ( -3570.134277 1320.104004 0 0.409517 0.902069 ) ) +) + } + } +// brush 1070 +{ +( -3664 1360 16 ) ( -3648.694824 1455.311523 22.382835 ) ( -3647.578125 1456.147461 6.443770 ) mohcommon/crackedconcrete -144 -196 34.88 0.996131 0.999893 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3664 1360 16 ) ( -3756 1372 10 ) ( -3736.480469 1455.633789 16.252485 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3736.479980 1455.633789 16.252571 ) ( -3756 1372 10 ) ( -3756 1372 -6 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3756 1372 -6 ) ( -3664 1360 0 ) ( -3647.578125 1456.147461 6.443818 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -3736.480469 1455.633789 16.252485 ) ( -3648.694336 1455.312500 22.382660 ) ( -3664 1360 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3647.578125 1456.147461 6.443818 ) ( -3735.364258 1456.468750 0.313628 ) ( -3756 1372 -6 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -3647.578125 1456.147461 6.443560 ) ( -3648.694336 1455.312012 22.382710 ) ( -3840.226563 1456.013184 9.007826 ) mohcommon/crackedconcrete -253 -29 34.88 0.996131 0.999893 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3664 1360 0 ) ( -3756 1372 -6 ) ( -3664 1360 16 ) common/nodraw 51 -9 0.00 -1.687500 1.679689 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3647.578125 1456.147461 6.443770 ) ( -3664 1360 0 ) ( -3664 1360 16 ) mohcommon/crackedconcrete -144 -196 34.88 0.996131 0.999893 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -3759.769043 1360.431152 9.675918 ) ( -3735.363770 1456.469238 0.313651 ) ( -3736.479980 1455.633789 16.252571 ) common/nodraw 23 -9 0.00 -1.687500 1.679689 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 1071 +{ +( -3552 1312 16 ) ( -3552 1312 0 ) ( -3472 1360 0 ) mohcommon/crackedconcrete -19 -17 35.00 1 1 0 65536 0 +surfaceparm detail +( -3264 1216 16 ) ( -3264 1216 0 ) ( -3552 1312 0 ) common/nodraw 51 -9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3840 1248 16 ) ( -3840 1312 16 ) ( -3264 1312 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 1312 0 ) ( -3840 1312 0 ) ( -3840 1248 0 ) common/nodraw 51 9 0.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail +( -3264 1216 0 ) ( -3264 1216 16 ) ( -3472 1360 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1072 +{ +( -3472 1536 -8 ) ( -3472 1536 0 ) ( -3440 1520 16 ) mohcommon/crackedconcrete -19 -17 35.00 1 1 0 65536 0 +surfaceparm detail +( -3440 1520.000122 16.000086 ) ( -3472 1536 0 ) ( -3408 1616.000244 16.000084 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3408 1616 0 ) ( -3472 1536 -16 ) ( -3440 1520 0 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3472 1536 0 ) ( -3472 1536 -8 ) ( -3408 1616 0 ) mohcommon/crackedconcrete -152 -190 35.00 1 1 0 65536 0 +surfaceparm detail +( -3408 1616 0 ) ( -3440 1520 0 ) ( -3424 1568 16 ) mohcommon/crackedconcrete -152 -190 35.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1073 +{ +( 384 5100 64 ) ( 248 5100 64 ) ( 248 5004 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 248 5004 72 ) ( 248 5100 72 ) ( 384 5100 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 816 5500 72 ) ( 816 5596 72 ) ( 816 5596 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 800 6108 72 ) ( 664 6108 72 ) ( 664 6108 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 248 5100 72 ) ( 248 5004 72 ) ( 248 5004 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 368 5148 64 ) ( 356 5148 64 ) ( 362 5148 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 1074 +{ +( 384 5100 64 ) ( 248 5100 64 ) ( 248 5004 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 248 5004 72 ) ( 248 5100 72 ) ( 384 5100 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 248 5004 72 ) ( 384 5004 72 ) ( 384 5004 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 816 5500 72 ) ( 816 5596 72 ) ( 816 5596 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 248 5100 72 ) ( 248 5004 72 ) ( 248 5004 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 356 5148 64 ) ( 368 5148 64 ) ( 362 5148 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 1075 +{ +( 352 5212 88 ) ( 352 5148 88 ) ( 248 5148 240 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 248 4572 -184 ) ( 248 4596 -184 ) ( 248 4596 456 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 808 5148 -184 ) ( 760 5148 -184 ) ( 760 5148 456 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 736 5212 -184 ) ( 784 5212 -184 ) ( 784 5212 456 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 752 4604 72 ) ( 752 4580 72 ) ( 800 4580 72 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 352 5148 88 ) ( 352 5212 88 ) ( 352 5212 -184 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1076 +{ +( 816 5212 280 ) ( 816 5148 280 ) ( 736 5148 156 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 784 4604 72 ) ( 784 4580 72 ) ( 832 4580 72 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 736 5212 -152 ) ( 784 5212 -152 ) ( 784 5212 488 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5148 280 ) ( 816 5212 280 ) ( 816 5212 72 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 808 5148 -152 ) ( 760 5148 -152 ) ( 760 5148 488 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 736 5212 80 ) ( 736 5148 80 ) ( 736 5148 -152 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1077 +{ +( -5720 5092 168 ) ( -5720 4884 108 ) ( -5968 4884 144 ) common/playerclip -4 18 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5736 5092 24 ) ( -5736 5092 544 ) ( -5968 5092 544 ) common/playerclip -4 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5720 4896 24 ) ( -5720 4896 544 ) ( -5720 5092 544 ) common/playerclip -18 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5968 4884 144 ) ( -5720 4884 24 ) ( -5968 4884 24 ) common/playerclip -4 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5968 4896 544 ) ( -5968 4896 24 ) ( -5968 5092 24 ) common/playerclip -18 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5968 5092 168 ) ( -5720 5092 168 ) ( -5968 4884 144 ) common/playerclip -4 18 0.00 1 1 65536 2193 0 +surfaceparm detail +( -5720 5602 24 ) ( -6048 4890 24 ) ( -5952 4890 24 ) common/playerclip -4 18 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1078 +{ +( -4189.277832 4281.789551 0 ) ( -4602.228516 4694.739746 0 ) ( -4890.727051 4406.240723 0 ) general_structure/plaster_wall2 -79 52 -0.01 1 1.000610 0 65536 0 +surfaceparm detail +( -4896.002441 4360.015137 448 ) ( -4896.002441 4360.015137 432 ) ( -4600.002930 4656.015137 432 ) general_structure/plaster_wall2 -123 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4170.002930 4414.015137 0 ) ( -4166.002930 4410.015137 0 ) ( -4168.002441 4412.015137 448 ) general_structure/plaster_wall2 -55 -23 0.00 1 1 0 65536 0 +surfaceparm detail +( -4874.002930 4362.015137 0 ) ( -4878.002441 4358.015137 0 ) ( -4876.001953 4360.015625 448 ) general_structure/plaster_wall2 -59 -24 0.00 0.999512 1 0 65536 0 +surfaceparm detail +( -4276.002930 4360.015137 184 ) ( -4270.002441 4752.015137 184 ) ( -4264.002441 4360.015137 184 ) general_structure/plaster_wall2 -79 52 -0.01 1 1.000610 0 65536 0 +surfaceparm detail +( -4648.002441 4572.015137 0 ) ( -4650.002441 4574.015137 0 ) ( -4649.002441 4573.015137 184 ) mohcommon/beam2 0 -2 0.00 1 1 0 16384 0 +surfaceparm detail +( -4655.910156 4580.116699 14 ) ( -4590.953613 4665.066895 99 ) ( -4506.003418 4730.023438 184 ) mohcommon/beam2 -67 3 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1079 +{ +( -4686 4500 0 ) ( -4714 4500 0 ) ( -4714 4496 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4714 4496 40 ) ( -4714 4500 40 ) ( -4686 4500 40 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4611 4419 40 ) ( -4611 4419 0 ) ( -4634 4442 0 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4652 4468 40 ) ( -4652 4468 0 ) ( -4486 4302 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4488 4295.999512 40 ) ( -4484 4300 40 ) ( -4484 4300 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4652 4462 0 ) ( -4652 4464 0 ) ( -4652 4463 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1080 +{ +( -4796 4522 0 ) ( -4824 4522 0 ) ( -4824 4518 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4824 4518 40 ) ( -4824 4522 40 ) ( -4796 4522 40 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4654 4458 40 ) ( -4654 4458 0 ) ( -4696 4416 0 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4658 4462 0 ) ( -4658 4462 40 ) ( -4696 4424 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4696 4422 0 ) ( -4696 4424 0 ) ( -4696 4423 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4652 4468 0 ) ( -4652 4464 0 ) ( -4652 4466 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1081 +{ +( -4796 4522 0 ) ( -4824 4522 0 ) ( -4824 4518 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4824 4518 40 ) ( -4824 4522 40 ) ( -4796 4522 40 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4721 4441 40 ) ( -4721 4441 0 ) ( -4744 4464 0 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4784 4512 0 ) ( -4784 4512 40 ) ( -4804 4532 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4770 4496 0 ) ( -4768 4498 0 ) ( -4769 4497 40 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4696 4424 0 ) ( -4696 4422 0 ) ( -4696 4423 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1082 +{ +( -5028 4754 0 ) ( -5056 4754 0 ) ( -5056 4750 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5056 4750 40 ) ( -5056 4754 40 ) ( -5028 4754 40 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4953 4673 40 ) ( -4953 4673 0 ) ( -4976 4696 0 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4866 4578 0 ) ( -4866 4578 40 ) ( -4863 4581 40 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4744 0 ) ( -5016 4744 40 ) ( -5036 4764 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5042 4764 40 ) ( -5042 4764 0 ) ( -5036 4764 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1083 +{ +( -4704 4432 448 ) ( -4704 4432 0 ) ( -5044 4772 0 ) ta_berlin/berlinwall3b -123 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -5010 4754 0 ) ( -5008 4752 0 ) ( -5009 4753 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4980 4762 200 ) ( -4984 4424 200 ) ( -4976 4424 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4992 4424 384 ) ( -4991 4762 384 ) ( -4990 4424 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4898 4638 200 ) ( -4896 4640 200 ) ( -4897 4639 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4856 4588 200 ) ( -4858 4586 200 ) ( -4857 4587 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1084 +{ +( -4704 4432 448 ) ( -4704 4432 0 ) ( -5044 4772 0 ) ta_berlin/berlinwall3b -169 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -5010 4754 0 ) ( -5008 4752 0 ) ( -5009 4753 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4980 4762 200 ) ( -4984 4424 200 ) ( -4976 4424 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4992 4424 384 ) ( -4991 4762 384 ) ( -4990 4424 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4806 4550 200 ) ( -4810 4546 200 ) ( -4808 4548 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4858 4586 200 ) ( -4856 4588 200 ) ( -4857 4587 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1085 +{ +( -5872 3868 128 ) ( -5744 3868 128 ) ( -5744 3956 128 ) ta_berlin/berlin_column 14 188 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -5744 3964 168 ) ( -5744 3876 168 ) ( -5872 3876 168 ) ta_berlin/berlin_column 32 -44 -180.00 1 1 0 65536 0 +surfaceparm detail +( -5760 3892 80 ) ( -5760 3892 144 ) ( -5760 3804 144 ) ta_berlin/berlin_column 21 -188 -90.00 1 -1 0 65536 0 +surfaceparm detail +( -5760 4004 152 ) ( -5760 4004 128 ) ( -5740 4004 128 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5872 3876 48 ) ( -5872 3876 112 ) ( -5744 3876 112 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5760 4004 152 ) ( -5752 4004 168 ) ( -5756 3884 160 ) ta_berlin/berlin_column 21 -188 -90.00 1 -1 0 65536 0 +surfaceparm detail +( -5736 4004 128 ) ( -5736 3876 128 ) ( -5736 3876 168 ) ta_berlin/berlin_column 21 -188 -90.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1086 +{ +( -5600 4012 128 ) ( -5728 4012 128 ) ( -5728 3924 128 ) ta_berlin/berlin_column -32 -12 0.00 1 -1 0 65536 0 +surfaceparm detail +( -5728 3916 168 ) ( -5728 4004 168 ) ( -5600 4004 168 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 3988 80 ) ( -5712 3988 144 ) ( -5712 4076 144 ) ta_berlin/berlin_column 21 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3876 56 ) ( -5736 3876 120 ) ( -5608 3876 120 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5600 4004 48 ) ( -5600 4004 112 ) ( -5728 4004 112 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5712 3876 152 ) ( -5720 3876 168 ) ( -5716 3996 160 ) ta_berlin/berlin_column 21 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3944 128 ) ( -5728 3952 128 ) ( -5728 3948 168 ) ta_berlin/berlin_column 21 12 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1087 +{ +( -6056 3164 192 ) ( -6056 3348 192 ) ( -5984 3356 192 ) ta_berlin/berlin_column 0 -255 90.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3356 168 ) ( -6056 3348 168 ) ( -6056 3164 168 ) mohtest/fltwallsq 238 -234 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +( -5935 3787 168 ) ( -5935 3803 168 ) ( -5935 3795 192 ) mohtest/fltwallsq -170 -177 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +( -5876 3328 168 ) ( -5892 3328 168 ) ( -5884 3328 192 ) ta_berlin/berlin_column 7 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5856 3332 168 ) ( -5848 3332 168 ) ( -5852 3332 192 ) ta_berlin/brln_rubble -35 0 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5752 3332 168 ) ( -5752 3320 168 ) ( -5752 3326 192 ) mohtest/fltwallsq -170 -177 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 1088 +{ +( -748 1908 24 ) ( -748 1908 544 ) ( -760 2008 544 ) common/playerclip -56 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -824 1908 544 ) ( -824 1908 24 ) ( -812 2008 24 ) common/playerclip -56 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -884 1736 544 ) ( -556 2448 544 ) ( -460 2448 544 ) common/playerclip -48 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -556 2440 24 ) ( -884 1728 24 ) ( -788 1728 24 ) common/playerclip -48 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -864 2008 24 ) ( -840 2008 24 ) ( -852 2008 1120 ) common/playerclip -48 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -748 1908 544 ) ( -748 1908 24 ) ( -824 1908 24 ) common/playerclip -48 56 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1089 +{ +( -748 1908 544 ) ( -748 1908 24 ) ( -848 1676 24 ) common/playerclip -56 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -964 1720 24 ) ( -964 1720 544 ) ( -848 1676 544 ) common/playerclip -16 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -964 1720 544 ) ( -964 1720 24 ) ( -824 1908 24 ) common/playerclip -56 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -980 1736 544 ) ( -652 2448 544 ) ( -556 2448 544 ) common/playerclip -16 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -652 2440 24 ) ( -980 1728 24 ) ( -884 1728 24 ) common/playerclip -16 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -824 1908 544 ) ( -824 1908 24 ) ( -748 1908 24 ) common/playerclip -16 56 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1090 +{ +( -2440 2456 24 ) ( -2440 2456 536 ) ( -2280 2456 536 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2324 2940 536 ) ( -2324 2940 24 ) ( -2280 2456 24 ) common/playerclip -8 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2492 2940 24 ) ( -2492 2940 536 ) ( -2440 2456 536 ) common/playerclip -8 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3920 2432 24 ) ( -3920 2256 24 ) ( -804 2256 24 ) common/playerclip -56 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -724 2432 536 ) ( -796 2256 536 ) ( -3912 2256 536 ) common/playerclip -56 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2492 2940 536 ) ( -2492 2940 24 ) ( -2324 2940 24 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1091 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2123.805908 1878.347656 16 4.641383 22.272079 ) ( -2238.922363 1892.481445 21 4.191710 22.216869 ) ( -2373.805908 1886.347656 16 3.664821 22.240829 ) ) +( ( -2151.992188 2017.306152 110 4.531280 21.729273 ) ( -2216.397461 2172.467773 44 4.279697 21.123173 ) ( -2347.992188 2119.306152 110 3.765655 21.330835 ) ) +( ( -2054.533447 2325.844727 132 4.911979 20.524044 ) ( -2253.594238 2339.752441 198 4.134398 20.469717 ) ( -2566.536377 2397.238770 164 2.911967 20.245161 ) ) +) + } + } +// brush 1092 +{ +( 712 2764 608 ) ( 712 3096 608 ) ( 800 3096 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 744 3096 56 ) ( 744 2764 56 ) ( 832 2764 56 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 856 4972 56 ) ( 848 4972 56 ) ( 852 4972 1152 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1208 5004 56 ) ( 1252 4972 56 ) ( 1230 4988 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1208 4996 56 ) ( 1208 5004 56 ) ( 1208 5000 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1093 +{ +( 712 2764 608 ) ( 712 3096 608 ) ( 800 3096 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 744 3096 56 ) ( 744 2764 56 ) ( 832 2764 56 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 860 4448 56 ) ( 880 4448 56 ) ( 870 4448 1152 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1192 4156 56 ) ( 1192 4164 56 ) ( 1192 4160 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1308 4272 56 ) ( 1308 4260 56 ) ( 1308 4266 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1204 4168 56 ) ( 1192 4156 56 ) ( 1198 4162 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1094 +{ +( 1408 4272 608 ) ( 1408 4272 56 ) ( 1308 4272 56 ) common/playerclip -36 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 712 2764 608 ) ( 712 3096 608 ) ( 800 3096 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 744 3096 48 ) ( 744 2764 48 ) ( 832 2764 48 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 860 4448 56 ) ( 880 4448 56 ) ( 870 4448 1152 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1408 4272 56 ) ( 1408 4272 608 ) ( 1440 4448 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1308 4260 56 ) ( 1308 4272 56 ) ( 1308 4266 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1095 +{ +( 1104 4216 56 ) ( 1104 4216 608 ) ( 1192 4156 608 ) common/playerclip -36 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 712 2764 608 ) ( 712 3096 608 ) ( 800 3096 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 744 3096 48 ) ( 744 2764 48 ) ( 832 2764 48 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 928 4448 608 ) ( 928 4448 56 ) ( 1192 4448 56 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 928 4448 56 ) ( 928 4448 608 ) ( 1104 4216 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1192 4164 56 ) ( 1192 4156 56 ) ( 1192 4160 608 ) common/playerclip -36 36 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1096 +{ +( 1384 4836 40 ) ( 1384 4844 32 ) ( 1384 4828 32 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1368 6076 32 ) ( 1368 6492 32 ) ( 1272 6492 32 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1416 4876 40 ) ( 1432 6476 40 ) ( 1448 4876 40 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1360 4556 32 ) ( 1360 6020 24 ) ( 1360 6020 40 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1300 4640 40 ) ( 1312 4628 32 ) ( 1288 4652 32 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1288 5004 40 ) ( 1280 5004 32 ) ( 1296 5004 32 ) misc_outside/concpath1_wgrass -96 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1097 +{ +( 1312 4836 64 ) ( 1312 4844 56 ) ( 1312 4828 56 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1296 6076 56 ) ( 1296 6492 56 ) ( 1200 6492 56 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1344 4876 64 ) ( 1360 6476 64 ) ( 1376 4876 64 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1288 4428 56 ) ( 1288 5892 48 ) ( 1288 5892 64 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1300 4640 64 ) ( 1312 4628 56 ) ( 1288 4652 56 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1288 5004 64 ) ( 1280 5004 56 ) ( 1296 5004 56 ) misc_outside/concpath1_wgrass -96 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1098 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2562 208 ) ( -3808 2932 208 ) ( -3804 2562 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2836 24 ) ( -3580 2828 24 ) ( -3584 2832 208 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3679 2743 24 ) ( -3680 2744 24 ) ( -3679.500000 2743.500000 208 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +} +// brush 1099 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2562 208 ) ( -3808 2932 208 ) ( -3804 2562 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2744 24 ) ( -3679 2743 24 ) ( -3679.500000 2743.500000 208 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +} +// brush 1100 +{ +( -3349.275391 2625.774414 24 ) ( -3762.225586 3038.724609 24 ) ( -4050.724609 2750.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2744 472 ) ( -3680 2744 24 ) ( -3848 2912 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4056 2704 472 ) ( -4056 2704 456 ) ( -3760 3000 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2760 24 ) ( -3678 2758 24 ) ( -3679 2759 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2744 208 ) ( -3808 2920 208 ) ( -3804 2744 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1101 +{ +( 56 5556 132 ) ( 0 5556 132 ) ( 0 5540 132 ) general_industrial/utilboxtop 78 0 270.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( -8 5540 196 ) ( -8 5556 196 ) ( 48 5556 196 ) general_industrial/utilboxtop 0 40 0.00 -0.125000 0.500000 0 32768 0 +surfaceparm detail +( -8 5524 196 ) ( 48 5524 196 ) ( 48 5524 36 ) general_industrial/utilbox_side -1 15 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 16 5540 196 ) ( 16 5556 196 ) ( 16 5556 36 ) general_industrial/utilbox_front -80 15 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 48 5556 196 ) ( -8 5556 196 ) ( -8 5556 36 ) general_industrial/utilbox_side -1 15 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 0 5556 308 ) ( 0 5540 308 ) ( 0 5540 148 ) common/caulk 39 31 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1102 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 subdivisions 316.920288 ) +( +( ( -1231.097168 1927.152344 24 -26.663986 16.910793 ) ( -1171.517334 2026.848633 79 -27.876465 16.631561 ) ( -1138.955566 2176.503906 66 -29.165184 16.558311 ) ) +( ( -1278.402344 1994.531250 130 -26.441963 16.403494 ) ( -1142.492676 2060.499023 114 -27.631458 16.363178 ) ( -1011.425293 2127.846191 206 -28.945587 15.514788 ) ) +( ( -1019.997314 1978.118652 184 -26.490776 15.297726 ) ( -1142.800293 2006.844727 132 -27.240261 15.354462 ) ( -987.980225 2135.093750 240 -28.721508 15.293850 ) ) +) + } + } +// brush 1103 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 subdivisions 1000.000000 ) +( +( ( -839.239258 2069.321777 37.961731 0 0 ) ( -992.608398 2063.481934 42.731628 0 0.500000 ) ( -1102.197510 2087.273926 6.846985 0 1 ) ) +( ( -858.595215 1953.562012 127.384338 0.500000 0 ) ( -1022.491211 2042.288086 110.159088 0.500000 0.500000 ) ( -1171.790527 2151.415527 137.847931 0.500000 1 ) ) +( ( -915.375000 1930.738281 193.801697 1 0 ) ( -1125.213867 2025.164551 149.771576 1 0.500000 ) ( -1123.359131 1907.255859 188.988770 1 1 ) ) +) + } + } +// brush 1104 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 367.342896 ) +( +( ( -1385.097168 1907.152344 50 -26.663986 16.910793 ) ( -1325.517334 1890.848633 -17 -27.876465 16.631561 ) ( -1292.955566 2156.503906 92 -29.165184 16.558311 ) ) +( ( -1432.402344 1974.531250 156 -26.441963 16.403494 ) ( -1296.492676 2040.499023 140 -27.631458 16.363178 ) ( -1165.425293 2107.846191 232 -28.945587 15.514788 ) ) +( ( -1173.997314 1968.118652 102 -26.490776 15.297726 ) ( -1296.800293 1946.844727 22 -27.240261 15.354462 ) ( -1141.980225 2115.093750 266 -28.721508 15.293850 ) ) +) + } + } +// brush 1105 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 1000.000000 ) +( +( ( -1004.273926 1328.918945 15.961731 0 0 ) ( -970.219727 1478.573730 20.731628 0 0.500000 ) ( -918.874756 1578.270508 -15.153015 0 1 ) ) +( ( -1111.079102 1377.576172 105.384338 0.500000 0 ) ( -982.957275 1512.923828 88.159088 0.500000 0.500000 ) ( -838.906494 1628.891602 115.847931 0.500000 1 ) ) +( ( -1118.430176 1438.328613 171.801697 1 0 ) ( -972.910645 1616.578125 127.771576 1 0.500000 ) ( -1087.281738 1645.303711 166.988770 1 1 ) ) +) + } + } +// brush 1106 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 324.090515 ) +( +( ( -738.478027 1636.147949 6 -26.663986 16.910793 ) ( -819.357178 1719.500977 61 -27.876465 16.631561 ) ( -955.485352 1789.686523 48 -29.165184 16.558311 ) ) +( ( -701.825439 1577.353027 244 -26.441963 16.403494 ) ( -778.665771 1738.646484 176 -27.631458 16.363178 ) ( -875.478760 1900.278320 188 -28.945587 15.514788 ) ) +( ( -619.092041 1822.705566 298 -26.490776 15.297726 ) ( -678.622803 1711.521484 246 -27.240261 15.354462 ) ( -810.728027 1907.200684 302 -28.721508 15.293850 ) ) +) + } + } +// brush 1107 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 324.090515 ) +( +( ( -1193.097168 1187.152344 -28 -26.663986 16.910793 ) ( -1133.517334 1286.848633 27 -27.876465 16.631561 ) ( -1100.955566 1436.503906 14 -29.165184 16.558311 ) ) +( ( -1240.402344 1136.531250 210 -26.441963 16.403494 ) ( -1104.492676 1252.499023 142 -27.631458 16.363178 ) ( -973.425293 1387.846191 154 -28.945587 15.514788 ) ) +( ( -981.997314 1120.118652 264 -26.490776 15.297726 ) ( -1104.800293 1148.844727 212 -27.240261 15.354462 ) ( -949.980225 1327.093750 268 -28.721508 15.293850 ) ) +) + } + } +// brush 1108 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 262.715332 ) +( +( ( -5740.927734 3007.890625 -32 -29.165184 16.558311 ) ( -5649.362305 2929.600098 -16 -27.876465 16.631561 ) ( -5513.837891 2820.958984 -16 -26.663986 16.910793 ) ) +( ( -5714.655273 3126.812012 -8 -28.945587 15.514788 ) ( -5624.915039 2961.925781 31 -27.631458 16.363178 ) ( -5503.723633 2896.401367 14 -26.441963 16.403494 ) ) +( ( -5656.315430 3145.964355 202 -28.721508 15.293850 ) ( -5537.390625 3072.526855 225 -27.240261 15.354462 ) ( -5424.328125 3021.912598 173 -26.490776 15.297726 ) ) +) + } + } +// brush 1109 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 322.390747 ) +( +( ( -4767.661133 4748.375488 24 -26.663986 16.910793 ) ( -4942.820313 4742.731445 7 -27.876465 16.631561 ) ( -5104.583008 4677.093750 120 -29.165184 16.558311 ) ) +( ( -4811.926758 4810.170410 166 -26.441963 16.403494 ) ( -4905.419922 4784.030273 78 -27.631458 16.363178 ) ( -5112.002930 4813.388672 200 -28.945587 15.514788 ) ) +( ( -4887.367188 4935.951172 239 -26.490776 15.297726 ) ( -4890.470215 4921.707031 120 -27.240261 15.354462 ) ( -5119.617188 4848.128906 266 -28.721508 15.293850 ) ) +) + } + } +// brush 1110 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 289.951660 ) +( +( ( 1382.902832 5529.152344 126 -26.663986 16.910793 ) ( 1438.482422 5676.848633 235 -27.876465 16.631561 ) ( 1403.044434 5778.503418 458 -29.165184 16.558311 ) ) +( ( 1531.597656 5496.531250 232 -26.441963 16.403494 ) ( 1529.507324 5622.499023 362 -27.631458 16.363178 ) ( 1550.574707 5753.845703 568 -28.945587 15.514788 ) ) +( ( 1694.002930 5396.118164 178 -26.490776 15.297726 ) ( 1759.199707 5474.844727 274 -27.240261 15.354462 ) ( 1654.019531 5611.093750 458 -28.721508 15.293850 ) ) +) + } + } +// brush 1111 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 1000.000000 ) +( +( ( 1548.902832 3133.152344 42 -26.663986 16.910793 ) ( 1604.482422 3176.848633 141 -27.876465 16.631561 ) ( 1569.044434 3186.503906 266 -29.165184 16.558311 ) ) +( ( 1697.597656 3092.531250 108 -26.441963 16.403494 ) ( 1641.507324 3122.499023 186 -27.631458 16.363178 ) ( 1778.574707 3161.846191 284 -28.945587 15.514788 ) ) +( ( 1818.002930 3032.118652 84 -26.490776 15.297726 ) ( 1871.199707 3046.844727 162 -27.240261 15.354462 ) ( 1922.019531 3075.093750 264 -28.721508 15.293850 ) ) +) + } + } +// brush 1112 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 436.188965 ) +( +( ( -5001.097168 2131.152344 -68 -26.663986 16.910793 ) ( -4941.517578 2270.848633 27 -27.876465 16.631561 ) ( -4908.955566 2324.503906 184 -29.165184 16.558311 ) ) +( ( -5048.402344 2084.531250 276 -26.441963 16.403494 ) ( -4912.492676 2202.499023 146 -27.631458 16.363178 ) ( -4781.425293 2231.846191 96 -28.945587 15.514788 ) ) +( ( -4789.997070 2064.118652 32 -26.490776 15.297726 ) ( -4912.800293 2092.844727 -20 -27.240261 15.354462 ) ( -4757.980469 2195.093750 28 -28.721508 15.293850 ) ) +) + } + } +// brush 1113 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm nodamage subdivisions 437.758484 ) +( +( ( -4593.097168 2767.152344 -32 -26.663986 16.910793 ) ( -4533.517578 2866.848633 23 -27.876465 16.631561 ) ( -4500.955566 3020.503906 120 -29.165184 16.558311 ) ) +( ( -4640.402344 2720.531250 312 -26.441963 16.403494 ) ( -4504.492676 2838.499023 182 -27.631458 16.363178 ) ( -4373.425293 2971.846191 256 -28.945587 15.514788 ) ) +( ( -4381.997070 2700.118652 68 -26.490776 15.297726 ) ( -4504.800293 2728.844727 16 -27.240261 15.354462 ) ( -4349.980469 2907.093750 72 -28.721508 15.293850 ) ) +) + } + } +// brush 1114 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 1000.000000 ) +( +( ( -359.097168 3957.152344 58 -26.663986 16.910793 ) ( -303.517334 4000.848633 157 -27.876465 16.631561 ) ( -338.955566 4010.503906 282 -29.165184 16.558311 ) ) +( ( -210.402344 3916.531250 124 -26.441963 16.403494 ) ( -266.492676 3946.499023 202 -27.631458 16.363178 ) ( -129.425293 3985.846191 300 -28.945587 15.514788 ) ) +( ( -89.997314 3856.118652 100 -26.490776 15.297726 ) ( -36.800293 3870.844727 178 -27.240261 15.354462 ) ( 14.019775 3899.093750 280 -28.721508 15.293850 ) ) +) + } + } +// brush 1115 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 1000.000000 ) +( +( ( -1719.097168 3829.152344 18 -26.663986 16.910793 ) ( -1663.517334 3976.848633 181 -27.876465 16.631561 ) ( -1698.955566 3962.503906 434 -29.165184 16.558311 ) ) +( ( -1570.402344 3796.531250 124 -26.441963 16.403494 ) ( -1626.492676 3922.499023 250 -27.631458 16.363178 ) ( -1489.425293 3937.846191 420 -28.945587 15.514788 ) ) +( ( -1449.997314 3696.118652 4 -26.490776 15.297726 ) ( -1396.800293 3774.844727 122 -27.240261 15.354462 ) ( -1345.980225 3795.093750 224 -28.721508 15.293850 ) ) +) + } + } +// brush 1116 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 1000.000000 ) +( +( ( -2184.297852 2432.813965 48 -26.663986 16.910793 ) ( -2328.035645 2367.677979 157 -27.876465 16.631561 ) ( -2374.858398 2270.738037 380 -29.165184 16.558311 ) ) +( ( -2266.374268 2561.023438 154 -26.441963 16.403494 ) ( -2315.784912 2432.289063 226 -27.631458 16.363178 ) ( -2505.583008 2436.333984 366 -28.945587 15.514788 ) ) +( ( -2280.511230 2717.165283 34 -26.490776 15.297726 ) ( -2373.794678 2699.113525 98 -27.240261 15.354462 ) ( -2506.072754 2638.706299 170 -28.721508 15.293850 ) ) +) + } + } +// brush 1117 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 289.950012 ) +( +( ( -1949.097168 3677.152344 -26 -26.663986 16.910793 ) ( -1893.517334 3824.848633 83 -27.876465 16.631561 ) ( -1928.955566 3926.503906 306 -29.165184 16.558311 ) ) +( ( -1800.402344 3644.531250 80 -26.441963 16.403494 ) ( -1802.492676 3770.499023 210 -27.631458 16.363178 ) ( -1781.425293 3901.846191 416 -28.945587 15.514788 ) ) +( ( -1637.997314 3544.118652 26 -26.490776 15.297726 ) ( -1572.800293 3622.844727 122 -27.240261 15.354462 ) ( -1677.980225 3759.093750 306 -28.721508 15.293850 ) ) +) + } + } +// brush 1118 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 289.950012 ) +( +( ( -2475.097168 3375.152344 168 -26.663986 16.910793 ) ( -2419.517334 3522.848633 277 -27.876465 16.631561 ) ( -2454.955566 3624.503906 500 -29.165184 16.558311 ) ) +( ( -2326.402344 3342.531250 274 -26.441963 16.403494 ) ( -2328.492676 3468.499023 404 -27.631458 16.363178 ) ( -2307.425293 3599.846191 610 -28.945587 15.514788 ) ) +( ( -2163.997314 3242.118652 220 -26.490776 15.297726 ) ( -2098.800293 3320.844727 316 -27.240261 15.354462 ) ( -2203.980225 3457.093750 500 -28.721508 15.293850 ) ) +) + } + } +// brush 1119 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 1000.000000 ) +( +( ( 1646.902832 2211.152344 58 -26.663986 16.910793 ) ( 1702.482666 2254.848633 157 -27.876465 16.631561 ) ( 1667.044434 2264.503906 282 -29.165184 16.558311 ) ) +( ( 1795.597656 2170.531250 124 -26.441963 16.403494 ) ( 1739.507324 2200.499023 202 -27.631458 16.363178 ) ( 1876.574707 2239.846191 300 -28.945587 15.514788 ) ) +( ( 1916.002686 2110.118652 100 -26.490776 15.297726 ) ( 1969.199707 2124.844727 178 -27.240261 15.354462 ) ( 2020.019775 2153.093750 280 -28.721508 15.293850 ) ) +) + } + } +// brush 1120 + { + patchDef2 + { + common/playerclip + ( 3 3 65536 -2147481455 0 -surfaceparm solid +surfaceparm monsterclip subdivisions 315.480194 ) +( +( ( 5548.902344 2677.152832 80 -26.663986 16.910793 ) ( 5608.482422 2816.849121 31 -27.876465 16.631561 ) ( 5641.043945 2970.504395 128 -29.165184 16.558311 ) ) +( ( 5501.597656 2670.531738 248 -26.441963 16.403494 ) ( 5637.506836 2788.499512 118 -27.631458 16.363178 ) ( 5768.574219 2921.846680 192 -28.945587 15.514788 ) ) +( ( 5760.002930 2690.119141 308 -26.490776 15.297726 ) ( 5637.199219 2718.845215 256 -27.240261 15.354462 ) ( 5792.019043 2897.094238 312 -28.721508 15.293850 ) ) +) + } + } +// brush 1121 +{ +( -2262 3116 512 ) ( -2914 2364 512 ) ( -3378 2868 512 ) common/nodraw -34 5 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2686 2538 0 ) ( -2686 2538 512 ) ( -2818 2538 512 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2686 2538 512 ) ( -2686 2538 0 ) ( -2684 2464 0 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2684 2464 512 ) ( -2684 2464 0 ) ( -2818 2464 0 ) ta_berlin/archway1trim_shot 89 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -2914 2364 0 ) ( -2262 3116 0 ) ( -2670 3576 0 ) common/nodraw -34 5 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2818 2464 0 ) ( -2818 2470 0 ) ( -2818 2467 512 ) common/nodraw -31 -39 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 1122 +{ +( -2262 3116 512 ) ( -2914 2364 512 ) ( -3378 2868 512 ) common/nodraw -34 5 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2926 2366 512 ) ( -2926 2366 0 ) ( -3406 2846 0 ) ta_berlin/archway1trim_shot 106 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -2246 3110 0 ) ( -2246 3110 512 ) ( -2958 2398 512 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2190 3092 512 ) ( -2190 3092 0 ) ( -2902 2380 0 ) ta_berlin/archway1trim_shot 106 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -2914 2364 0 ) ( -2262 3116 0 ) ( -2670 3576 0 ) common/nodraw -34 5 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2818 2470 0 ) ( -2818 2464 0 ) ( -2818 2467 512 ) common/nodraw -31 -39 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 1123 +{ +( -1152 1280 544 ) ( -1152 1280 24 ) ( -1096 1256 24 ) common/playerclip 0 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1096 1256 544 ) ( -1096 1256 -552 ) ( -1136 1136 -552 ) common/playerclip -24 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1166 1130 24 ) ( -1166 1130 544 ) ( -1136 1130 544 ) common/playerclip 0 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1152 1280 24 ) ( -1152 1280 544 ) ( -1152 1128 544 ) common/playerclip -24 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1252 1128 544 ) ( -924 1840 544 ) ( -828 1840 544 ) common/playerclip 0 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -924 1832 24 ) ( -1252 1120 24 ) ( -1156 1120 24 ) common/playerclip 0 24 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1124 +{ +( -964 1720 544 ) ( -964 1720 24 ) ( -848 1676 24 ) common/playerclip -8 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -848 1676 544 ) ( -848 1676 24 ) ( -1096 1256 24 ) common/playerclip -56 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1152 1280 24 ) ( -1152 1280 544 ) ( -1096 1256 544 ) common/playerclip -8 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1152 1280 544 ) ( -1152 1280 24 ) ( -960 1720 24 ) common/playerclip -56 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1180 1288 544 ) ( -852 2000 544 ) ( -756 2000 544 ) common/playerclip -8 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -852 1992 24 ) ( -1180 1280 24 ) ( -1084 1280 24 ) common/playerclip -8 56 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1125 +{ +( -856 2184 24 ) ( -856 2184 1120 ) ( -960 2184 1120 ) common/playerclip -16 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -760 2184 1120 ) ( -760 2184 24 ) ( -760 1680 24 ) common/playerclip -56 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1112 2044 544 ) ( -1112 2044 24 ) ( -1112 2184 24 ) common/playerclip -56 -32 0.00 1 1 65536 2193 0 +surfaceparm detail +( -980 1736 544 ) ( -652 2448 544 ) ( -556 2448 544 ) common/playerclip -16 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -652 2440 24 ) ( -980 1728 24 ) ( -884 1728 24 ) common/playerclip -16 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -812 2008 24 ) ( -812 2008 544 ) ( -760 2008 544 ) common/playerclip -16 56 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1112 2044 24 ) ( -1112 2044 544 ) ( -812 2008 544 ) common/playerclip -16 56 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1126 +{ +( -4528 4256 448 ) ( -4528 4256 432 ) ( -4232 4552 432 ) ta_berlin/berlinwall3a -197 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -4480 4288 0 ) ( -4482 4286 0 ) ( -4481 4287 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4452 4656 200 ) ( -4456 4285.999512 200 ) ( -4448 4285.999512 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 4285.999512 384 ) ( -4463 4656 384 ) ( -4462 4285.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4433 4355 200 ) ( -4435 4357 200 ) ( -4434 4356 384 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4476 200 ) ( -4304 4472 200 ) ( -4306 4474 384 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1127 +{ +( 2606.158936 1564.575195 268 ) ( 2662.158691 1564.575195 268 ) ( 2662.158691 1580.575195 268 ) general_industrial/utilboxtop -9 -15 90.06 0.250000 0.249756 0 32768 0 +surfaceparm detail +( 2670.158447 1580.575195 332 ) ( 2670.158203 1564.575195 332 ) ( 2614.158691 1564.575195 332 ) general_industrial/utilboxtop 47 57 0.00 -0.125003 0.500130 0 32768 0 +surfaceparm detail +( 2670.158691 1596.575195 332 ) ( 2614.158691 1596.575195 332 ) ( 2614.158691 1596.575195 172 ) general_industrial/utilbox_side 30 46 -180.00 0.251465 -0.250000 0 32768 0 +surfaceparm detail +( 2646.158203 1580.575195 332 ) ( 2646.158203 1564.575195 332 ) ( 2646.158203 1564.575195 172 ) general_industrial/utilbox_front 114 47 -180.00 0.250065 -0.250000 0 32768 0 +surfaceparm detail +( 2614.158691 1564.575195 332 ) ( 2670.158203 1564.575195 332 ) ( 2670.158203 1564.575195 172 ) general_industrial/utilbox_side 33 46 -180.00 0.249756 -0.250000 0 32768 0 +surfaceparm detail +( 2662.158691 1564.575195 444 ) ( 2662.158691 1580.575195 444 ) ( 2662.158691 1580.575195 284 ) common/caulk -13 -52 -90.00 1 -0.999512 0 65696 0 +surfaceparm detail +} +// brush 1128 +{ +( -4442 1624 284 ) ( -4386 1624 284 ) ( -4386 1640 284 ) general_industrial/utilboxtop -2 -54 89.94 0.250977 0.250000 0 32768 0 +surfaceparm detail +( -4378 1640 348 ) ( -4378 1624 348 ) ( -4434 1624 348 ) general_industrial/utilboxtop -97 44 90.00 0.250000 -0.252441 0 32768 0 +surfaceparm detail +( -4378 1656 348 ) ( -4434 1656 348 ) ( -4434 1656 188 ) general_industrial/utilbox_side 56 111 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( -4402 1640 348 ) ( -4402 1624 348 ) ( -4402 1624 188 ) general_industrial/utilbox_front 96 112 0.00 -0.250000 0.250000 0 32768 0 +surfaceparm detail +( -4434 1624 348 ) ( -4378 1624 348 ) ( -4378 1624 188 ) general_industrial/utilbox_side 56 111 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( -4386 1624 460 ) ( -4386 1640 460 ) ( -4386 1640 300 ) common/caulk 0 -38 -90.00 1 -0.998047 0 65696 0 +surfaceparm detail +} +// brush 1129 +{ +( -4443.275391 1607.774414 24 ) ( -4856.225586 2020.724609 24 ) ( -5144.724609 1732.225586 24 ) general_structure/plaster_wall2 -226 198 0.00 1 1 0 65536 0 +surfaceparm detail +( -5150 1686 472 ) ( -5150 1686 456 ) ( -4854 1982 456 ) general_structure/stonebricks1drk -182 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4846 1974 24 ) ( -4838 1966 24 ) ( -4842 1970 472 ) general_industrial/shmpipe_grey 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( -4872 1938 24 ) ( -4880 1946 24 ) ( -4876 1942 472 ) general_structure/plaster_wall2 -198 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1692 24 ) ( -5132 1684 24 ) ( -5128 1688 472 ) general_structure/stonebricks1drk -182 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4502 1686 448 ) ( -4490 1974 448 ) ( -4478 1686 448 ) general_structure/plaster_wall2 -226 198 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1130 +{ +( 4108 2228 1292 ) ( 3844 2228 1292 ) ( 3844 2228 1348 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4084 2416 140 ) ( 3844 2416 140 ) ( 3844 2228 140 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3716 2212 1288 ) ( 3716 2400 1288 ) ( 3716 2400 1344 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3972 3008 1344 ) ( 3972 3040 1288 ) ( 3972 2976 1288 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3344 2244 192 ) ( 3340 2244 140 ) ( 3348 2244 140 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2228 1152 ) ( 3554 2244 1152 ) ( 3560 2228 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1131 +{ +( 3844 3092 1348 ) ( 3844 3092 1292 ) ( 4108 3092 1292 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3844 3092 140 ) ( 3844 2904 140 ) ( 4084 2904 140 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3716 2920 1344 ) ( 3716 2920 1288 ) ( 3716 3108 1288 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3972 2344 1288 ) ( 3972 2280 1288 ) ( 3972 2312 1344 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3348 3076 140 ) ( 3340 3076 140 ) ( 3344 3076 192 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3076 1152 ) ( 3554 3092 1152 ) ( 3560 3076 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1132 +{ +( 3460 2228 1316 ) ( 3716 2228 1348 ) ( 3716 2228 1292 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 2228 108 ) ( 3716 2228 140 ) ( 3716 2416 140 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 2212 1260 ) ( 3460 2400 1260 ) ( 3460 2400 1316 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3716 2400 1348 ) ( 3716 2400 1292 ) ( 3716 2212 1292 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3466 2244 192 ) ( 3460 2244 108 ) ( 3472 2244 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2228 1152 ) ( 3554 2244 1152 ) ( 3560 2228 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1133 +{ +( 4484 2384 76 ) ( 4228 2384 108 ) ( 4228 2212 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 2212 1260 ) ( 4228 2212 1204 ) ( 4228 2384 1204 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4244 2240 81 ) ( 4244 2228 81 ) ( 4244 2234 160 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4244 2228 1258 ) ( 4228 2228 1258 ) ( 4236 2228 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 2244 106 ) ( 4236 2244 106 ) ( 4232 2244 160 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2228 1152 ) ( 3554 2244 1152 ) ( 3560 2228 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1134 +{ +( 3972 2228 1292 ) ( 3972 2228 1348 ) ( 4228 2228 1316 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3972 2416 140 ) ( 3972 2228 140 ) ( 4228 2228 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 2400 1316 ) ( 4228 2400 1260 ) ( 4228 2212 1260 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3972 2212 1288 ) ( 3972 2400 1288 ) ( 3972 2400 1344 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3088 2244 192 ) ( 3084 2244 108 ) ( 3092 2244 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2228 1152 ) ( 3554 2244 1152 ) ( 3560 2228 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1135 +{ +( 3460 2212 108 ) ( 3460 2384 108 ) ( 3204 2384 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 2384 1204 ) ( 3460 2212 1204 ) ( 3460 2212 1260 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3444 2234 160 ) ( 3444 2228 81 ) ( 3444 2240 81 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3452 2228 1312 ) ( 3460 2228 1258 ) ( 3444 2228 1258 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3456 2244 160 ) ( 3452 2244 106 ) ( 3460 2244 106 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2228 1152 ) ( 3554 2244 1152 ) ( 3560 2228 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1136 +{ +( 4228 3108 108 ) ( 4228 2936 108 ) ( 4484 2936 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 2936 1204 ) ( 4228 3108 1204 ) ( 4228 3108 1260 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4244 3086 160 ) ( 4244 3092 81 ) ( 4244 3080 81 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4236 3092 1312 ) ( 4228 3092 1258 ) ( 4244 3092 1258 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4232 3076 160 ) ( 4236 3076 106 ) ( 4228 3076 106 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3076 1152 ) ( 3554 3092 1152 ) ( 3560 3076 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1137 +{ +( 4228 3092 1316 ) ( 3972 3092 1348 ) ( 3972 3092 1292 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 3092 108 ) ( 3972 3092 140 ) ( 3972 2904 140 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 3108 1260 ) ( 4228 2920 1260 ) ( 4228 2920 1316 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3972 2920 1344 ) ( 3972 2920 1288 ) ( 3972 3108 1288 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3092 3076 108 ) ( 3084 3076 108 ) ( 3088 3076 192 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3076 1152 ) ( 3554 3092 1152 ) ( 3560 3076 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1138 +{ +( 3204 2936 76 ) ( 3460 2936 108 ) ( 3460 3108 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 3108 1260 ) ( 3460 3108 1204 ) ( 3460 2936 1204 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3444 3080 81 ) ( 3444 3092 81 ) ( 3444 3086 160 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3444 3092 1258 ) ( 3460 3092 1258 ) ( 3452 3092 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 3076 106 ) ( 3452 3076 106 ) ( 3456 3076 160 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3076 1152 ) ( 3554 3092 1152 ) ( 3560 3076 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1139 +{ +( 3716 3092 1292 ) ( 3716 3092 1348 ) ( 3460 3092 1316 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3716 2904 140 ) ( 3716 3092 140 ) ( 3460 3092 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 2920 1316 ) ( 3460 2920 1260 ) ( 3460 3108 1260 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3716 3108 1292 ) ( 3716 2920 1292 ) ( 3716 2920 1348 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3472 3076 108 ) ( 3460 3076 108 ) ( 3466 3076 192 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3076 1152 ) ( 3554 3092 1152 ) ( 3560 3076 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1140 +{ +( 3651 2992 -23 ) ( 3651 3056 -23 ) ( 3649 3056 -7 ) mohcommon/crackedconcrete -116 -64 90.00 0.992371 1 0 65536 0 +surfaceparm detail +( 3763 3056 -9 ) ( 3765 3056 -25 ) ( 3765 2992 -25 ) mohcommon/crackedconcrete -121 -64 90.00 0.993805 1 0 65536 0 +surfaceparm detail +( 3810 2992 -3 ) ( 3812 2992 -19 ) ( 3574 2992 -49 ) mohcommon/crackedconcrete 23 22 -173.00 1.001115 1.000623 0 65536 0 +surfaceparm detail +( 3812 2992 -19 ) ( 3812 3056 -19 ) ( 3574 3056 -49 ) mohcommon/crackedconcrete 82 -64 -180.00 0.992188 1 0 65536 0 +surfaceparm detail +( 3812 3056 -19 ) ( 3810 3056 -3 ) ( 3572 3056 -33 ) mohcommon/crackedconcrete 23 22 -173.00 1.001115 1.000623 0 65536 0 +surfaceparm detail +( 3716 2992 -20 ) ( 3720 3056 -20 ) ( 3724 2992 -20 ) mohcommon/crackedconcrete 135 -192 -173.00 1.001115 1.000623 0 65536 0 +surfaceparm detail +( 3652 2992 -28 ) ( 3684 3056 -24 ) ( 3716 2992 -20 ) mohcommon/crackedconcrete 135 -192 -173.00 1.001115 1.000623 0 65536 0 +surfaceparm detail +} +// brush 1141 +{ +( 3651 2264 -23 ) ( 3651 2328 -23 ) ( 3649 2328 -7 ) mohcommon/crackedconcrete -117 -104 90.00 0.992371 1 0 65536 0 +surfaceparm detail +( 3763 2328 -9 ) ( 3765 2328 -25 ) ( 3765 2264 -25 ) mohcommon/crackedconcrete -122 -104 90.00 0.993805 1 0 65536 0 +surfaceparm detail +( 3810 2264 -3 ) ( 3812 2264 -19 ) ( 3574 2264 -49 ) mohcommon/crackedconcrete 24 22 -173.00 1.001115 1.000623 0 65536 0 +surfaceparm detail +( 3812 2264 -19 ) ( 3812 2328 -19 ) ( 3574 2328 -49 ) mohcommon/crackedconcrete 81 -104 -180.00 0.992188 1 0 65536 0 +surfaceparm detail +( 3812 2328 -19 ) ( 3810 2328 -3 ) ( 3572 2328 -33 ) mohcommon/crackedconcrete 24 22 -173.00 1.001115 1.000623 0 65536 0 +surfaceparm detail +( 3716 2264 -20 ) ( 3720 2328 -20 ) ( 3724 2264 -20 ) mohcommon/crackedconcrete 136 -192 -173.00 1.001115 1.000623 0 65536 0 +surfaceparm detail +( 3652 2264 -28 ) ( 3684 2328 -24 ) ( 3716 2264 -20 ) mohcommon/crackedconcrete 136 -192 -173.00 1.001115 1.000623 0 65536 0 +surfaceparm detail +} +// brush 1142 +{ +( 4037 2328 -23 ) ( 4037 2264 -23 ) ( 4039 2264 -7 ) mohcommon/crackedconcrete -116 136 90.00 0.992371 -1 0 65536 0 +surfaceparm detail +( 3925 2264 -9 ) ( 3923 2264 -25 ) ( 3923 2328 -25 ) mohcommon/crackedconcrete -119 136 90.00 0.993835 -1 0 65536 0 +surfaceparm detail +( 3878 2328 -3 ) ( 3876 2328 -19 ) ( 4114 2328 -49 ) mohcommon/crackedconcrete -174 109 -7.00 1.001607 -1.000623 0 65536 0 +surfaceparm detail +( 3876 2328 -19 ) ( 3876 2264 -19 ) ( 4114 2264 -49 ) mohcommon/crackedconcrete -244 135 0.00 0.992188 1 0 65536 0 +surfaceparm detail +( 3876 2264 -19 ) ( 3878 2264 -3 ) ( 4116 2264 -33 ) mohcommon/crackedconcrete -174 109 -7.00 1.001607 -1.000623 0 65536 0 +surfaceparm detail +( 3924 2264 -20 ) ( 3930 2328 -20 ) ( 3936 2264 -20 ) mohcommon/crackedconcrete -62 -105 -7.00 1.001607 -1.000623 0 65536 0 +surfaceparm detail +( 3972 2264 -20 ) ( 4004 2328 -24 ) ( 4036 2264 -28 ) mohcommon/crackedconcrete -62 -105 -7.00 1.001607 -1.000623 0 65536 0 +surfaceparm detail +} +// brush 1143 +{ +( 4037 3056 -23 ) ( 4037 2992 -23 ) ( 4039 2992 -7 ) mohcommon/crackedconcrete -117 96 90.00 0.992371 -1 0 65536 0 +surfaceparm detail +( 3925 2992 -9 ) ( 3923 2992 -25 ) ( 3923 3056 -25 ) mohcommon/crackedconcrete -121 96 90.00 0.993774 -1 0 65536 0 +surfaceparm detail +( 3878 3056 -3 ) ( 3876 3056 -19 ) ( 4114 3056 -49 ) mohcommon/crackedconcrete -173 109 -7.00 1.001615 -1.000698 0 65536 0 +surfaceparm detail +( 3876 3056 -19 ) ( 3876 2992 -19 ) ( 4114 2992 -49 ) mohcommon/crackedconcrete -245 95 0.00 0.992188 1 0 65536 0 +surfaceparm detail +( 3876 2992 -19 ) ( 3878 2992 -3 ) ( 4116 2992 -33 ) mohcommon/crackedconcrete -173 109 -7.00 1.001615 -1.000698 0 65536 0 +surfaceparm detail +( 3924 2992 -20 ) ( 3930 3056 -20 ) ( 3936 2992 -20 ) mohcommon/crackedconcrete -61 -105 -7.00 1.001615 -1.000698 0 65536 0 +surfaceparm detail +( 3972 2992 -20 ) ( 4004 3056 -24 ) ( 4036 2992 -28 ) mohcommon/crackedconcrete -61 -105 -7.00 1.001615 -1.000698 0 65536 0 +surfaceparm detail +} +// brush 1144 +{ +( -4762 1624 818 ) ( -4730 1624 818 ) ( -4730 1680 818 ) common/caulk 39 -1 -180.00 1 1 0 65696 0 +surfaceparm detail +( -4710 1672 1012 ) ( -4710 1616 1012 ) ( -4742 1616 1012 ) common/caulk 39 -1 -180.00 1 1 0 65696 0 +surfaceparm detail +( -4714 1674 424 ) ( -4746 1674 424 ) ( -4746 1674 408 ) general_industrial/verticalbrace -18 88 0.00 0.150000 0.150000 196608 18944 0 +surfaceparm detail +( -4740 1674 600 ) ( -4740 1618 600 ) ( -4740 1618 584 ) general_industrial/verticalbrace -23 88 0.00 0.150000 0.150000 196608 18944 0 +surfaceparm detail +( -4738 1654 704 ) ( -4706 1654 704 ) ( -4706 1654 688 ) general_industrial/verticalbrace -18 88 0.00 0.150000 0.150000 196608 18944 0 +surfaceparm detail +( -4720 1624 424 ) ( -4720 1680 424 ) ( -4720 1680 408 ) general_industrial/verticalbrace -23 88 0.00 0.150000 0.150000 196608 18944 0 +surfaceparm detail +} +// brush 1145 +{ +( -4738 1624 488 ) ( -4706 1624 488 ) ( -4706 1680 488 ) common/caulk 39 -1 -180.00 1 1 0 65696 0 +surfaceparm detail +( -4678 1672 818 ) ( -4678 1616 818 ) ( -4710 1616 818 ) common/caulk 39 -1 -180.00 1 1 0 65696 0 +surfaceparm detail +( -4714 1680 424 ) ( -4746 1680 424 ) ( -4746 1680 408 ) general_industrial/verticalbrace -96 64 0.00 0.250000 0.250000 196608 18944 0 +surfaceparm detail +( -4746 1672 600 ) ( -4746 1616 600 ) ( -4746 1616 584 ) general_industrial/verticalbrace -64 64 0.00 0.250000 0.250000 196608 18944 0 +surfaceparm detail +( -4738 1648 704 ) ( -4706 1648 704 ) ( -4706 1648 688 ) general_industrial/verticalbrace -96 64 0.00 0.250000 0.250000 196608 18944 0 +surfaceparm detail +( -4714 1624 424 ) ( -4714 1680 424 ) ( -4714 1680 408 ) general_industrial/verticalbrace -64 64 0.00 0.250000 0.250000 196608 18944 0 +surfaceparm detail +} +// brush 1146 +{ +( -4762 1648 472 ) ( -4698 1648 472 ) ( -4698 1688 472 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4698 1688 488 ) ( -4698 1648 488 ) ( -4762 1648 488 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4698 1696 872 ) ( -4762 1696 872 ) ( -4762 1696 488 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4762 1688 872 ) ( -4762 1648 872 ) ( -4762 1648 488 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4770 1632 872 ) ( -4706 1632 872 ) ( -4706 1632 488 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4698 1648 872 ) ( -4698 1688 872 ) ( -4698 1688 488 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 1147 +{ +( -4726 1660 932 ) ( -4726 1660 1084 ) ( -4726 1684 1084 ) general_industrial/verticalbrace -64 74 0.00 0.062500 0.062500 196608 18944 0 +surfaceparm detail +( -4734 1684 1100 ) ( -4734 1660 1100 ) ( -4734 1660 948 ) general_industrial/verticalbrace -64 74 0.00 0.062500 0.062500 196608 18944 0 +surfaceparm detail +( -4738 1668 1100 ) ( -4738 1668 948 ) ( -4258 1668 948 ) general_industrial/verticalbrace -33 74 0.00 0.062500 0.062500 196608 18944 0 +surfaceparm detail +( -4826 1684 1012 ) ( -4826 1660 1012 ) ( -4346 1660 1012 ) common/caulk 39 -1 -180.00 1 1 0 65696 0 +surfaceparm detail +( -4974 1660 940 ) ( -4974 1660 1092 ) ( -4494 1660 1092 ) general_industrial/verticalbrace -33 74 0.00 0.062500 0.062500 196608 18944 0 +surfaceparm detail +( -4810 1660 1125 ) ( -4810 1684 1125 ) ( -4330 1684 1125 ) common/caulk 39 -1 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1148 +{ +( 2378 1580 892 ) ( 2378 1580 1044 ) ( 2378 1604 1044 ) general_industrial/verticalbrace -64 -54 0.00 0.062500 0.062500 196608 18944 0 +surfaceparm detail +( 2370 1604 1060 ) ( 2370 1580 1060 ) ( 2370 1580 908 ) general_industrial/verticalbrace -64 -54 0.00 0.062500 0.062500 196608 18944 0 +surfaceparm detail +( 2366 1588 1060 ) ( 2366 1588 908 ) ( 2846 1588 908 ) general_industrial/verticalbrace -33 -54 0.00 0.062500 0.062500 196608 18944 0 +surfaceparm detail +( 2278 1604 972 ) ( 2278 1580 972 ) ( 2758 1580 972 ) common/caulk 38 -48 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2130 1580 900 ) ( 2130 1580 1052 ) ( 2610 1580 1052 ) general_industrial/verticalbrace -33 -54 0.00 0.062500 0.062500 196608 18944 0 +surfaceparm detail +( 2294 1580 1085 ) ( 2294 1604 1085 ) ( 2774 1604 1085 ) common/caulk 38 -48 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1149 +{ +( 2342 1568 432 ) ( 2406 1568 432 ) ( 2406 1608 432 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2406 1608 448 ) ( 2406 1568 448 ) ( 2342 1568 448 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2406 1616 832 ) ( 2342 1616 832 ) ( 2342 1616 448 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2342 1608 832 ) ( 2342 1568 832 ) ( 2342 1568 448 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2334 1552 832 ) ( 2398 1552 832 ) ( 2398 1552 448 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2406 1568 832 ) ( 2406 1608 832 ) ( 2406 1608 448 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 1150 +{ +( 2366 1544 448 ) ( 2398 1544 448 ) ( 2398 1600 448 ) common/caulk 38 -48 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2426 1592 778 ) ( 2426 1536 778 ) ( 2394 1536 778 ) common/caulk 38 -48 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2390 1600 384 ) ( 2358 1600 384 ) ( 2358 1600 368 ) general_industrial/verticalbrace -96 -96 0.00 0.250000 0.250000 196608 18944 0 +surfaceparm detail +( 2358 1592 560 ) ( 2358 1536 560 ) ( 2358 1536 544 ) general_industrial/verticalbrace 0 -96 0.00 0.250000 0.250000 196608 18944 0 +surfaceparm detail +( 2366 1568 664 ) ( 2398 1568 664 ) ( 2398 1568 648 ) general_industrial/verticalbrace -96 -96 0.00 0.250000 0.250000 196608 18944 0 +surfaceparm detail +( 2390 1544 384 ) ( 2390 1600 384 ) ( 2390 1600 368 ) general_industrial/verticalbrace 0 -96 0.00 0.250000 0.250000 196608 18944 0 +surfaceparm detail +} +// brush 1151 +{ +( 2342 1544 778 ) ( 2374 1544 778 ) ( 2374 1600 778 ) common/caulk 38 -48 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2394 1592 972 ) ( 2394 1536 972 ) ( 2362 1536 972 ) common/caulk 38 -48 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2390 1594 384 ) ( 2358 1594 384 ) ( 2358 1594 368 ) general_industrial/verticalbrace -17 -50 0.00 0.150000 0.150000 196608 18944 0 +surfaceparm detail +( 2364 1594 560 ) ( 2364 1538 560 ) ( 2364 1538 544 ) general_industrial/verticalbrace -1 -50 0.00 0.150000 0.150000 196608 18944 0 +surfaceparm detail +( 2366 1574 664 ) ( 2398 1574 664 ) ( 2398 1574 648 ) general_industrial/verticalbrace -17 -50 0.00 0.150000 0.150000 196608 18944 0 +surfaceparm detail +( 2384 1544 384 ) ( 2384 1600 384 ) ( 2384 1600 368 ) general_industrial/verticalbrace -1 -50 0.00 0.150000 0.150000 196608 18944 0 +surfaceparm detail +} +// brush 1152 +{ +( 6012 1608 32 ) ( 5940 1608 32 ) ( 5940 904 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 256 ) ( 5940 1680 256 ) ( 6012 1680 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5692 960 256 ) ( 6012 960 256 ) ( 6012 960 -64 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5948 1024 -64 ) ( 6012 960 -64 ) ( 6012 960 256 ) mohtest/fltwall1grim2_1 -192 61 0.00 1 1 0 65536 0 +surfaceparm detail +( 5820 976 256 ) ( 5692 976 -64 ) ( 5948 976 -64 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 960 32 ) ( 5460 968 32 ) ( 5456 964 256 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1153 +{ +( 6012 1608 272 ) ( 5940 1608 272 ) ( 5940 904 272 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 512 ) ( 5940 1680 512 ) ( 6012 1680 512 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5692 960 512 ) ( 6012 960 512 ) ( 6012 960 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1024 192 ) ( 6012 960 192 ) ( 6012 960 512 ) algiers/whsflrset1_1a -128 -195 0.00 1 1 0 65536 0 +surfaceparm detail +( 5820 976 512 ) ( 5692 976 192 ) ( 5948 976 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 960 272 ) ( 5460 968 272 ) ( 5456 964 512 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1154 +{ +( 6012 1608 528 ) ( 5940 1608 528 ) ( 5940 904 528 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 768 ) ( 5940 1680 768 ) ( 6012 1680 768 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5692 960 768 ) ( 6012 960 768 ) ( 6012 960 448 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5948 1024 448 ) ( 6012 960 448 ) ( 6012 960 768 ) algiers/whsflrset1_1a -128 -195 0.00 1 1 0 65536 0 +surfaceparm detail +( 5820 976 768 ) ( 5692 976 448 ) ( 5948 976 448 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 960 528 ) ( 5460 968 528 ) ( 5456 964 768 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1155 +{ +( 6012 960 824 ) ( 5948 960 824 ) ( 5948 952 824 ) algiers/whsflrset1_1a -145 -221 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 952 840 ) ( 5948 960 840 ) ( 6012 960 840 ) algiers/whsflrset1_1a -145 -221 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 960 824 ) ( 6020 952 824 ) ( 6020 952 840 ) algiers/whsflrset1_1a -128 -36 0.00 1 1 0 65536 0 +surfaceparm detail +( 5828 952 840 ) ( 5900 952 840 ) ( 5900 952 824 ) algiers/whsflrset1_1a 188 -36 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6012 960 824 ) ( 6012 960 840 ) ( 5948 960 840 ) algiers/whsflrset1_1a 188 -36 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5444 952 824 ) ( 5448 956 824 ) ( 5446 954 840 ) algiers/whsflrset1_1a -144 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1156 +{ +( 5948 2104 272 ) ( 5876 2104 272 ) ( 5876 1400 272 ) algiers/whsflrset1_1a -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5876 1472 512 ) ( 5876 2176 512 ) ( 5948 2176 512 ) algiers/whsflrset1_1a -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5884 2096 512 ) ( 5948 2160 512 ) ( 5948 2160 192 ) algiers/whsflrset1_1a 175 -194 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5628 2160 192 ) ( 5948 2160 192 ) ( 5948 2160 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5660 2144 512 ) ( 5692 2144 192 ) ( 5628 2144 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 2144 272 ) ( 5516 2160 272 ) ( 5524 2152 512 ) algiers/whsflrset1_1a -208 -194 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1157 +{ +( 5516 1664 584 ) ( 5516 2368 584 ) ( 5508 2368 584 ) algiers/whsflrset1_1a 128 237 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5508 2368 600 ) ( 5516 2368 600 ) ( 5516 1664 600 ) algiers/whsflrset1_1a 128 237 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5508 2368 600 ) ( 5508 1664 600 ) ( 5508 1664 592 ) algiers/whsflrset1_1a 128 -16 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5508 1664 600 ) ( 5516 1664 600 ) ( 5516 1664 592 ) algiers/whsflrset1_1a -76 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1696 600 ) ( 5516 2400 600 ) ( 5516 2400 592 ) algiers/whsflrset1_1a 128 -16 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5508 2168 584 ) ( 5516 2160 584 ) ( 5512 2164 600 ) algiers/whsflrset1_1a -76 -16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1158 +{ +( 5956 2368 584 ) ( 5948 2368 584 ) ( 5948 1664 584 ) algiers/whsflrset1_1a -208 -221 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1664 600 ) ( 5948 2368 600 ) ( 5956 2368 600 ) algiers/whsflrset1_1a -208 -221 90.00 1 1 0 65536 0 +surfaceparm detail +( 5956 1664 592 ) ( 5956 1664 600 ) ( 5956 2368 600 ) algiers/whsflrset1_1a -208 -19 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1664 592 ) ( 5948 1664 600 ) ( 5956 1664 600 ) algiers/whsflrset1_1a 124 -20 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5948 2368 592 ) ( 5948 2368 600 ) ( 5948 1664 600 ) algiers/whsflrset1_1a -208 -19 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 2160 584 ) ( 5956 2168 584 ) ( 5952 2164 600 ) algiers/whsflrset1_1a 124 -19 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1159 +{ +( 5524 2160 584 ) ( 5588 2160 584 ) ( 5588 2168 584 ) algiers/whsflrset1_1a 158 50 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5588 2168 600 ) ( 5588 2160 600 ) ( 5524 2160 600 ) algiers/whsflrset1_1a 158 50 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5884 2168 600 ) ( 5812 2168 600 ) ( 5812 2168 584 ) algiers/whsflrset1_1a -84 -20 0.00 1 1 0 65536 0 +surfaceparm detail +( 5524 2160 584 ) ( 5524 2160 600 ) ( 5588 2160 600 ) algiers/whsflrset1_1a -84 -20 0.00 1 1 0 65536 0 +surfaceparm detail +( 5956 2168 584 ) ( 5948 2160 584 ) ( 5952 2164 600 ) algiers/whsflrset1_1a 160 -19 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 2160 584 ) ( 5508 2168 584 ) ( 5512 2164 600 ) algiers/whsflrset1_1a 160 -19 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1160 +{ +( 2572 4584 488 ) ( 2636 4584 488 ) ( 2636 4592 488 ) algiers/whsflrset1_1a 23 170 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 4592 504 ) ( 2636 4584 504 ) ( 2572 4584 504 ) algiers/whsflrset1_1a 23 170 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4584 488 ) ( 2564 4592 488 ) ( 2564 4592 504 ) algiers/whsflrset1_1a 40 -114 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2756 4592 504 ) ( 2684 4592 504 ) ( 2684 4592 488 ) algiers/whsflrset1_1a -204 -116 0.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4584 488 ) ( 2572 4584 504 ) ( 2636 4584 504 ) algiers/whsflrset1_1a -204 -116 0.00 1 1 0 65536 0 +surfaceparm detail +( 3144 4596 488 ) ( 3132 4584 488 ) ( 3138 4590 504 ) algiers/whsflrset1_1a 23 -114 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1161 +{ +( 3060 4640 -80 ) ( 3060 3936 -80 ) ( 3132 3936 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3864 160 ) ( 3060 3864 160 ) ( 3060 4568 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4584 -160 ) ( 3132 4584 160 ) ( 2812 4584 160 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3132 4584 160 ) ( 3132 4584 -160 ) ( 3068 4520 -160 ) mohtest/fltwall1grmy 231 -30 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2652 4576 -80 ) ( 2644 4576 -80 ) ( 2648 4576 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 4576 -80 ) ( 2572 4584 -80 ) ( 2576 4580 160 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1162 +{ +( 2996 4144 -80 ) ( 2996 3440 -80 ) ( 3068 3440 -80 ) algiers/whsflrset1_1a -248 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3368 160 ) ( 2996 3368 160 ) ( 2996 4072 160 ) algiers/whsflrset1_1a -248 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3384 -160 ) ( 3068 3384 160 ) ( 3004 3448 160 ) algiers/whsflrset1_1a -248 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3384 160 ) ( 3068 3384 -160 ) ( 2748 3384 -160 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3392 -80 ) ( 2650 3392 -80 ) ( 2647 3392 160 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3384 -80 ) ( 2644 3392 -80 ) ( 2640 3388 160 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1163 +{ +( 2996 4144 176 ) ( 2996 3440 176 ) ( 3068 3440 176 ) algiers/whsflrset1_1a -248 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3368 416 ) ( 2996 3368 416 ) ( 2996 4072 416 ) algiers/whsflrset1_1a -248 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3384 96 ) ( 3068 3384 416 ) ( 3004 3448 416 ) algiers/whsflrset1_1a -248 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3384 416 ) ( 3068 3384 96 ) ( 2748 3384 96 ) algiers/whsflrset1_1a 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2660 3392 176 ) ( 2664 3392 176 ) ( 2662 3392 416 ) algiers/whsflrset1_1a -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3384 176 ) ( 2644 3392 176 ) ( 2640 3388 416 ) algiers/whsflrset1_1a -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1164 +{ +( 6284 256 16 ) ( 6532 80 16 ) ( 6532 1208 16 ) misc_outside/concpath1_wgrass 60 -16 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6532 80 16 ) ( 6532 80 24 ) ( 6532 1208 24 ) misc_outside/concpath1_wgrass 16 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6532 80 24 ) ( 6284 256 24 ) ( 6284 1208 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 6372 248 24 ) ( 6372 248 16 ) ( 6372 1200 16 ) misc_outside/concpath1_wgrass 16 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6284 1208 24 ) ( 6284 1208 16 ) ( 6532 1208 16 ) misc_outside/concpath1_wgrass 60 16 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6490 408 16 ) ( 6486 408 16 ) ( 6488 408 24 ) misc_outside/concpath1_wgrass -48 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1165 +{ +( 6812 232 16 ) ( 6564 408 16 ) ( 6292 408 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6724 184 24 ) ( 6724 184 16 ) ( 6292 184 16 ) misc_outside/concpath1_wgrass 84 16 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6564 408 24 ) ( 6812 232 24 ) ( 6292 232 24 ) misc_outside/concpath1_wgrass 82 -169 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6564 408 16 ) ( 6564 408 24 ) ( 6292 408 24 ) misc_outside/concpath1_wgrass 84 16 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6228 352 16 ) ( 6228 384 16 ) ( 6228 368 24 ) misc_outside/concpath1_wgrass 40 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6532 408 16 ) ( 6532 402 16 ) ( 6532 405 24 ) misc_outside/concpath1_wgrass 40 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1166 +{ +( 6564 408 16 ) ( 6548 424 16 ) ( 6292 424 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6548 424 16 ) ( 6548 424 24 ) ( 6292 424 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6548 424 24 ) ( 6564 408 24 ) ( 6292 408 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6564 408 24 ) ( 6564 408 16 ) ( 6292 408 16 ) mohcommon/crackedconcrete 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5052 384 24 ) ( 5052 384 16 ) ( 5052 400 16 ) mohcommon/crackedconcrete 168 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6356 424 16 ) ( 6358 422 16 ) ( 6357 423 24 ) mohcommon/crackedconcrete 168 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1167 +{ +( 6164 -144 24 ) ( 6228 -144 24 ) ( 6228 256 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6228 256 264 ) ( 6228 -144 264 ) ( 6164 -144 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6228 248 24 ) ( 6228 248 264 ) ( 6164 184 264 ) mohtest/fltwall1grim2_1 248 68 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6164 184 24 ) ( 6164 184 264 ) ( 6164 -144 264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6164 -144 264 ) ( 6228 -144 264 ) ( 6228 -144 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6228 248 264 ) ( 6228 248 24 ) ( 6228 -144 24 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1168 +{ +( 6164 -144 280 ) ( 6228 -144 280 ) ( 6228 256 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6228 256 520 ) ( 6228 -144 520 ) ( 6164 -144 520 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6228 248 280 ) ( 6228 248 520 ) ( 6164 184 520 ) mohtest/fltwall1grmy 248 68 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6164 184 280 ) ( 6164 184 520 ) ( 6164 -144 520 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6164 -144 520 ) ( 6228 -144 520 ) ( 6228 -144 280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6228 248 520 ) ( 6228 248 280 ) ( 6228 -144 280 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1169 +{ +( 6012 1552 272 ) ( 6012 848 272 ) ( 6084 848 272 ) algiers/whsflrset1_1a -216 -252 90.00 1 1 0 65536 0 +surfaceparm detail +( 6072 776 312 ) ( 6000 776 312 ) ( 6000 1480 312 ) algiers/whsflrset1_1a -216 -252 90.00 1 1 0 65536 0 +surfaceparm detail +( 6068 1424 56 ) ( 6068 1424 376 ) ( 5748 1424 376 ) algiers/whsflrset1_1a 253 -73 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5576 1088 136 ) ( 5568 1088 136 ) ( 5572 1088 376 ) algiers/whsflrset1_1a -104 -73 0.00 1 1 0 65536 0 +surfaceparm detail +( 5832 1588 316 ) ( 5832 1580 328 ) ( 5832 1580 304 ) algiers/whsflrset1_1a -216 -73 0.00 1 1 0 65536 0 +surfaceparm detail +( 5852 1486 336 ) ( 5852 1494 324 ) ( 5852 1486 312 ) algiers/whsflrset1_1a -216 -73 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1170 +{ +( 5918 1764 272 ) ( 5918 1060 272 ) ( 5990 1060 272 ) algiers/whsflrset1_1a -172 -157 90.00 1 1 0 65536 0 +surfaceparm detail +( 5978 988 312 ) ( 5906 988 312 ) ( 5906 1692 312 ) algiers/whsflrset1_1a -172 -157 90.00 1 1 0 65536 0 +surfaceparm detail +( 5978 1424 56 ) ( 5978 1424 376 ) ( 5658 1424 376 ) algiers/whsflrset1_1a 159 -73 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5490 1408 136 ) ( 5482 1408 136 ) ( 5486 1408 376 ) algiers/whsflrset1_1a -10 -73 0.00 1 1 0 65536 0 +surfaceparm detail +( 5736 1708 316 ) ( 5736 1700 328 ) ( 5736 1700 304 ) algiers/whsflrset1_1a -172 -73 0.00 1 1 0 65536 0 +surfaceparm detail +( 5832 1694 336 ) ( 5832 1702 324 ) ( 5832 1694 312 ) algiers/whsflrset1_1a -172 -73 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1171 +{ +( 5484 1080 704 ) ( 5484 1144 704 ) ( 5452 1144 704 ) algiers/whsflrset1_1a 48 2 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1136 768 ) ( 5484 1136 768 ) ( 5484 1072 768 ) algiers/whsflrset1_1a 48 2 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1104 768 ) ( 5452 1040 768 ) ( 5452 1040 448 ) algiers/whsflrset1_1a 48 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1072 768 ) ( 5492 1072 768 ) ( 5492 1072 448 ) algiers/whsflrset1_1a -4 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1072 800 ) ( 5468 1136 800 ) ( 5468 1136 480 ) algiers/whsflrset1_1a 48 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5492 1152 800 ) ( 5460 1152 800 ) ( 5460 1152 480 ) algiers/whsflrset1_1a -4 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1172 +{ +( 5532 904 528 ) ( 5532 1608 528 ) ( 5460 1608 528 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 768 ) ( 5524 1680 768 ) ( 5524 976 768 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 904 ) ( 5452 896 904 ) ( 5452 896 856 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1024 768 ) ( 5516 1024 448 ) ( 5452 960 448 ) algiers/whsflrset1_1a -128 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 928 448 ) ( 5468 928 768 ) ( 5468 1504 768 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5428 1072 448 ) ( 5476 1072 448 ) ( 5452 1072 768 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1173 +{ +( 5468 1344 720 ) ( 5452 1344 720 ) ( 5452 1264 704 ) algiers/whsflrset1_1a 240 2 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1328 768 ) ( 5484 1328 768 ) ( 5484 1264 768 ) algiers/whsflrset1_1a 240 2 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1296 768 ) ( 5452 1232 768 ) ( 5452 1232 448 ) algiers/whsflrset1_1a 239 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1264 768 ) ( 5492 1264 768 ) ( 5492 1264 448 ) algiers/whsflrset1_1a -4 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1264 800 ) ( 5468 1328 800 ) ( 5468 1328 480 ) algiers/whsflrset1_1a 239 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1344 720 ) ( 5468 1344 720 ) ( 5468 1344 768 ) algiers/whsflrset1_1a -4 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1174 +{ +( 5452 1472 680 ) ( 5460 1472 680 ) ( 5460 1544 720 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1576 768 ) ( 5460 1576 768 ) ( 5460 1472 768 ) algiers/whsflrset1_1a 192 2 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1504 768 ) ( 5452 1440 768 ) ( 5452 1440 448 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1472 680 ) ( 5460 1472 680 ) ( 5460 1472 768 ) algiers/whsflrset1_1a -4 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1472 800 ) ( 5468 1536 800 ) ( 5468 1536 480 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1544 720 ) ( 5460 1544 720 ) ( 5460 1576 768 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1175 +{ +( 5772 960 512 ) ( 5772 1664 512 ) ( 5452 1664 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5452 1664 528 ) ( 5772 1664 528 ) ( 5772 960 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5452 1680 592 ) ( 5452 976 592 ) ( 5452 976 512 ) mohtest/stairs 63 -62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5804 960 528 ) ( 5804 1664 528 ) ( 5804 1664 448 ) mohtest/stairs 63 -62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5772 1664 528 ) ( 5452 1664 528 ) ( 5452 1664 448 ) mohtest/stairs -12 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5620 1576 512 ) ( 5572 1576 512 ) ( 5596 1576 528 ) mohtest/floorcore2 -76 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +} +// brush 1176 +{ +( 5772 872 512 ) ( 5772 1576 512 ) ( 5452 1576 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5452 1576 528 ) ( 5772 1576 528 ) ( 5772 872 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5644 1488 528 ) ( 5644 1488 512 ) ( 5556 1528 512 ) mohtest/floorcore2 -76 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +( 5804 872 528 ) ( 5804 1576 528 ) ( 5804 1576 448 ) mohtest/stairs 63 -62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5644 1488 512 ) ( 5644 1488 528 ) ( 5772 1488 528 ) mohtest/floorcore2 -76 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +( 5460 1528 512 ) ( 5492 1528 512 ) ( 5476 1528 528 ) mohtest/stairs -12 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1177 +{ +( 5772 872 512 ) ( 5772 1576 512 ) ( 5452 1576 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5452 1576 528 ) ( 5772 1576 528 ) ( 5772 872 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5556 1528 528 ) ( 5556 1528 512 ) ( 5508 1576 512 ) mohtest/floorcore2 95 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5804 872 528 ) ( 5804 1576 528 ) ( 5804 1576 448 ) mohtest/stairs 63 -62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5772 1576 528 ) ( 5452 1576 528 ) ( 5452 1576 448 ) mohtest/stairs -12 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5556 1528 512 ) ( 5556 1528 528 ) ( 5772 1528 528 ) mohtest/stairs -12 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1178 +{ +( 5460 1472 664 ) ( 5452 1472 664 ) ( 5452 1408 640 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1472 768 ) ( 5516 1472 768 ) ( 5516 1376 768 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1472 848 ) ( 5452 1376 848 ) ( 5452 1376 528 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1376 768 ) ( 5468 1472 768 ) ( 5468 1472 448 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1472 664 ) ( 5468 1472 664 ) ( 5468 1472 768 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1408 640 ) ( 5460 1408 640 ) ( 5460 1408 768 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1179 +{ +( 5492 1480 528 ) ( 5492 1544 528 ) ( 5460 1544 528 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1536 608 ) ( 5484 1536 608 ) ( 5484 1472 608 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 624 ) ( 5452 1536 624 ) ( 5452 1536 304 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1472 544 ) ( 5492 1472 544 ) ( 5492 1472 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1472 544 ) ( 5468 1536 544 ) ( 5468 1536 224 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5492 1552 544 ) ( 5460 1552 544 ) ( 5460 1552 224 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1528 608 ) ( 5468 1504 588 ) ( 5460 1480 568 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1472 544 ) ( 5468 1488 536 ) ( 5460 1504 528 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1180 +{ +( 5460 1576 768 ) ( 5452 1576 768 ) ( 5452 1600 768 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 904 ) ( 5452 896 904 ) ( 5452 896 856 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1008 448 ) ( 5468 1008 768 ) ( 5468 1584 768 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1576 768 ) ( 5460 1576 768 ) ( 5460 1552 680 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1552 680 ) ( 5468 1552 680 ) ( 5468 1600 648 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1600 748 ) ( 5460 1600 768 ) ( 5460 1600 728 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1181 +{ +( 5452 1680 768 ) ( 5524 1680 768 ) ( 5524 976 768 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 904 ) ( 5452 896 904 ) ( 5452 896 856 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1600 448 ) ( 5516 1600 768 ) ( 5452 1664 768 ) algiers/whsflrset1_1a 191 -191 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1008 448 ) ( 5468 1008 768 ) ( 5468 1584 768 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1552 648 ) ( 5460 1552 648 ) ( 5460 1656 648 ) algiers/whsflrset1_1a 192 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1600 768 ) ( 5468 1600 748 ) ( 5460 1600 728 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1182 +{ +( 5532 904 528 ) ( 5532 1608 528 ) ( 5460 1608 528 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 904 ) ( 5452 896 904 ) ( 5452 896 856 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1600 448 ) ( 5516 1600 768 ) ( 5452 1664 768 ) algiers/whsflrset1_1a 191 -191 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1008 448 ) ( 5468 1008 768 ) ( 5468 1584 768 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1640 648 ) ( 5460 1600 648 ) ( 5452 1560 648 ) algiers/whsflrset1_1a 192 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1600 648 ) ( 5468 1600 636 ) ( 5460 1600 624 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1183 +{ +( 5532 904 528 ) ( 5532 1608 528 ) ( 5460 1608 528 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 904 ) ( 5452 896 904 ) ( 5452 896 856 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1008 448 ) ( 5468 1008 768 ) ( 5468 1584 768 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1552 656 ) ( 5468 1552 656 ) ( 5468 1552 528 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1552 656 ) ( 5452 1552 656 ) ( 5452 1600 648 ) algiers/whsflrset1_1a 192 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1600 636 ) ( 5460 1600 648 ) ( 5460 1600 624 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1568 648 ) ( 5460 1556 644 ) ( 5452 1544 640 ) algiers/whsflrset1_1a 192 75 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1184 +{ +( 5452 1472 768 ) ( 5516 1472 768 ) ( 5516 1376 768 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1472 848 ) ( 5452 1376 848 ) ( 5452 1376 528 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1344 768 ) ( 5524 1344 768 ) ( 5524 1344 448 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1376 768 ) ( 5468 1472 768 ) ( 5468 1472 448 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1408 640 ) ( 5468 1408 640 ) ( 5468 1408 768 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1384 640 ) ( 5452 1408 640 ) ( 5452 1360 640 ) algiers/whsflrset1_1a 192 75 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1185 +{ +( 5452 1384 576 ) ( 5460 1384 576 ) ( 5460 1408 640 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1472 848 ) ( 5452 1376 848 ) ( 5452 1376 528 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1384 576 ) ( 5460 1384 576 ) ( 5460 1344 640 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1376 768 ) ( 5468 1472 768 ) ( 5468 1472 448 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1408 640 ) ( 5460 1384 640 ) ( 5452 1360 640 ) algiers/whsflrset1_1a 192 75 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1186 +{ +( 5452 1152 640 ) ( 5460 1152 640 ) ( 5460 1224 624 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 768 ) ( 5524 1680 768 ) ( 5524 976 768 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 904 ) ( 5452 896 904 ) ( 5452 896 856 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1016 448 ) ( 5468 1016 768 ) ( 5468 1592 768 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1152 640 ) ( 5460 1152 640 ) ( 5460 1152 768 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1224 752 ) ( 5460 1224 760 ) ( 5460 1224 744 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1187 +{ +( 5452 1224 624 ) ( 5460 1224 624 ) ( 5460 1264 576 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 768 ) ( 5524 1680 768 ) ( 5524 976 768 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 904 ) ( 5452 896 904 ) ( 5452 896 856 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1016 448 ) ( 5468 1016 768 ) ( 5468 1592 768 ) algiers/whsflrset1_1a 191 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1264 432 ) ( 5524 1264 432 ) ( 5492 1264 752 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1224 624 ) ( 5460 1224 624 ) ( 5460 1224 768 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1188 +{ +( 5452 1072 560 ) ( 5460 1072 560 ) ( 5460 1112 568 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1136 608 ) ( 5484 1136 608 ) ( 5484 1072 608 ) algiers/whsflrset1_1a 48 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1200 624 ) ( 5452 1136 624 ) ( 5452 1136 304 ) algiers/whsflrset1_1a 48 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1072 560 ) ( 5460 1072 560 ) ( 5460 1072 608 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1072 544 ) ( 5468 1136 544 ) ( 5468 1136 224 ) algiers/whsflrset1_1a 48 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1112 568 ) ( 5468 1112 568 ) ( 5468 1112 608 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1189 +{ +( 5460 1112 568 ) ( 5468 1112 568 ) ( 5468 1152 592 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1136 608 ) ( 5484 1136 608 ) ( 5484 1072 608 ) algiers/whsflrset1_1a 48 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1200 624 ) ( 5452 1136 624 ) ( 5452 1136 304 ) algiers/whsflrset1_1a 48 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1072 544 ) ( 5468 1136 544 ) ( 5468 1136 224 ) algiers/whsflrset1_1a 48 -190 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1152 592 ) ( 5468 1152 592 ) ( 5468 1152 608 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1112 568 ) ( 5460 1112 568 ) ( 5460 1112 608 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1190 +{ +( 5772 1056 512 ) ( 5772 1760 512 ) ( 5452 1760 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5452 1760 528 ) ( 5772 1760 528 ) ( 5772 1056 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5516 1088 512 ) ( 5516 1088 528 ) ( 5452 1056 528 ) mohtest/floorcore2 24 0 0.00 -0.500000 0.250000 0 16384 0 +surfaceparm detail +( 5452 1056 528 ) ( 5772 1056 528 ) ( 5772 1056 448 ) mohtest/stairs -12 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5804 1056 528 ) ( 5804 1760 528 ) ( 5804 1760 448 ) mohtest/stairs 31 -62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1088 528 ) ( 5516 1088 512 ) ( 5772 1088 512 ) mohtest/floorcore2 -76 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +} +// brush 1191 +{ +( 5836 1088 512 ) ( 5836 1792 512 ) ( 5516 1792 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5516 1792 528 ) ( 5836 1792 528 ) ( 5836 1088 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5580 1120 512 ) ( 5580 1120 528 ) ( 5516 1088 528 ) mohtest/floorcore2 -76 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +( 5516 1088 528 ) ( 5836 1088 528 ) ( 5836 1088 448 ) mohtest/stairs -76 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5604 1080 528 ) ( 5604 1784 528 ) ( 5604 1784 448 ) mohtest/stairs 63 -62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5580 1120 528 ) ( 5580 1120 512 ) ( 5836 1120 512 ) mohtest/floorcore2 -12 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +} +// brush 1192 +{ +( 5924 1088 512 ) ( 5924 1792 512 ) ( 5604 1792 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5604 1792 528 ) ( 5924 1792 528 ) ( 5924 1088 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5604 1120 512 ) ( 5604 1120 528 ) ( 5604 1088 528 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5644 1088 528 ) ( 5644 1088 512 ) ( 5604 1088 512 ) mohtest/floorcore2 -76 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +( 5644 1192 528 ) ( 5644 1192 512 ) ( 5644 1088 512 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5644 1192 512 ) ( 5644 1192 528 ) ( 5604 1120 528 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 1193 +{ +( 5964 1088 512 ) ( 5964 1792 512 ) ( 5644 1792 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5644 1792 528 ) ( 5964 1792 528 ) ( 5964 1088 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5644 1192 512 ) ( 5644 1192 528 ) ( 5644 1088 528 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5684 1088 528 ) ( 5684 1088 512 ) ( 5644 1088 512 ) mohtest/floorcore2 -116 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +( 5684 1184 528 ) ( 5684 1184 512 ) ( 5684 1088 512 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5684 1184 512 ) ( 5684 1184 528 ) ( 5644 1192 528 ) mohtest/floorcore2 -76 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +} +// brush 1194 +{ +( 6004 1088 512 ) ( 6004 1792 512 ) ( 5684 1792 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5684 1792 528 ) ( 6004 1792 528 ) ( 6004 1088 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5684 1184 512 ) ( 5684 1184 528 ) ( 5684 1088 528 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5724 1088 528 ) ( 5724 1088 512 ) ( 5684 1088 512 ) mohtest/floorcore2 -28 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +( 5724 1232 528 ) ( 5724 1232 512 ) ( 5724 1088 512 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5724 1232 512 ) ( 5724 1232 528 ) ( 5684 1184 528 ) mohtest/floorcore2 87 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 1195 +{ +( 6044 1088 512 ) ( 6044 1792 512 ) ( 5724 1792 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5724 1792 528 ) ( 6044 1792 528 ) ( 6044 1088 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5724 1232 512 ) ( 5724 1232 528 ) ( 5724 1088 528 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5764 1088 528 ) ( 5764 1088 512 ) ( 5724 1088 512 ) mohtest/floorcore2 -68 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +( 5764 1344 528 ) ( 5764 1344 512 ) ( 5764 1088 512 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5764 1344 512 ) ( 5764 1344 528 ) ( 5724 1232 528 ) mohtest/floorcore2 87 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 1196 +{ +( 6084 1088 512 ) ( 6084 1792 512 ) ( 5764 1792 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5764 1792 528 ) ( 6084 1792 528 ) ( 6084 1088 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5764 1376 512 ) ( 5764 1376 528 ) ( 5764 1088 528 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5804 1088 528 ) ( 5804 1088 512 ) ( 5764 1088 512 ) mohtest/floorcore2 -108 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +( 5804 1456 528 ) ( 5804 1456 512 ) ( 5804 1088 512 ) mohtest/floorcore2 0 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5764 1376 528 ) ( 5764 1376 512 ) ( 5804 1456 512 ) mohtest/floorcore2 87 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 1197 +{ +( 6084 1160 512 ) ( 6084 1864 512 ) ( 5764 1864 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5764 1864 528 ) ( 6084 1864 528 ) ( 6084 1160 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5708 1488 512 ) ( 5708 1488 528 ) ( 5764 1376 528 ) mohtest/floorcore2 71 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5804 1488 528 ) ( 5804 1488 512 ) ( 5804 1456 512 ) mohtest/floorcore2 71 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5804 1488 512 ) ( 5804 1488 528 ) ( 5708 1488 528 ) mohtest/floorcore2 -44 0 0.00 1 0.250000 0 16384 0 +surfaceparm detail +( 5804 1456 512 ) ( 5764 1376 512 ) ( 5784 1416 528 ) mohtest/floorcore2 31 0 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 1198 +{ +( 5492 1096 272 ) ( 5492 1160 272 ) ( 5460 1160 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1136 324 ) ( 5484 1136 324 ) ( 5484 1072 324 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1200 368 ) ( 5452 1136 368 ) ( 5452 1136 48 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1088 288 ) ( 5492 1088 288 ) ( 5492 1088 -32 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1088 260 ) ( 5468 1152 260 ) ( 5468 1152 -60 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5492 1168 288 ) ( 5460 1168 288 ) ( 5460 1168 -32 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1199 +{ +( 5532 920 272 ) ( 5532 1624 272 ) ( 5460 1624 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 512 ) ( 5524 1680 512 ) ( 5524 976 512 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 648 ) ( 5452 896 648 ) ( 5452 896 600 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1024 512 ) ( 5516 1024 192 ) ( 5452 960 192 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 928 192 ) ( 5468 928 512 ) ( 5468 1504 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5428 1088 192 ) ( 5476 1088 192 ) ( 5452 1088 512 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1200 +{ +( 5492 1288 272 ) ( 5492 1352 272 ) ( 5460 1352 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1328 324 ) ( 5484 1328 324 ) ( 5484 1264 324 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1392 368 ) ( 5452 1328 368 ) ( 5452 1328 48 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1280 288 ) ( 5492 1280 288 ) ( 5492 1280 -32 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1280 260 ) ( 5468 1344 260 ) ( 5468 1344 -60 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5492 1360 288 ) ( 5460 1360 288 ) ( 5460 1360 -32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1201 +{ +( 5492 1496 272 ) ( 5492 1560 272 ) ( 5460 1560 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1536 324 ) ( 5484 1536 324 ) ( 5484 1472 324 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 368 ) ( 5452 1536 368 ) ( 5452 1536 48 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1488 288 ) ( 5492 1488 288 ) ( 5492 1488 -32 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1488 260 ) ( 5468 1552 260 ) ( 5468 1552 -60 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5492 1568 288 ) ( 5460 1568 288 ) ( 5460 1568 -32 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1202 +{ +( 5532 920 272 ) ( 5532 1624 272 ) ( 5460 1624 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 512 ) ( 5524 1680 512 ) ( 5524 976 512 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 648 ) ( 5452 896 648 ) ( 5452 896 600 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1600 192 ) ( 5516 1600 512 ) ( 5452 1664 512 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1024 192 ) ( 5468 1024 512 ) ( 5468 1600 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5476 1568 192 ) ( 5412 1568 192 ) ( 5444 1568 512 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1203 +{ +( 5484 1496 420 ) ( 5484 1560 420 ) ( 5452 1560 420 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1472 448 ) ( 5452 1472 448 ) ( 5452 1512 464 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1504 512 ) ( 5452 1440 512 ) ( 5452 1440 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1488 464 ) ( 5460 1488 464 ) ( 5460 1488 448 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1488 544 ) ( 5460 1552 544 ) ( 5460 1552 224 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1512 452 ) ( 5452 1512 452 ) ( 5452 1512 420 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1204 +{ +( 5492 1496 420 ) ( 5492 1560 420 ) ( 5460 1560 420 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1512 464 ) ( 5452 1512 464 ) ( 5452 1552 496 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1504 512 ) ( 5452 1440 512 ) ( 5452 1440 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1488 544 ) ( 5468 1552 544 ) ( 5468 1552 224 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5492 1568 528 ) ( 5460 1568 528 ) ( 5460 1568 208 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1512 452 ) ( 5460 1512 452 ) ( 5460 1512 420 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1205 +{ +( 5524 1392 272 ) ( 5524 1488 272 ) ( 5460 1488 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1344 344 ) ( 5452 1344 344 ) ( 5452 1408 360 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1472 592 ) ( 5452 1376 592 ) ( 5452 1376 272 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1360 344 ) ( 5524 1360 344 ) ( 5524 1360 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1376 512 ) ( 5468 1472 512 ) ( 5468 1472 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5476 1408 360 ) ( 5412 1408 360 ) ( 5412 1408 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1206 +{ +( 5524 1392 272 ) ( 5524 1488 272 ) ( 5460 1488 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1408 360 ) ( 5452 1408 360 ) ( 5452 1472 464 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1472 592 ) ( 5452 1376 592 ) ( 5452 1376 272 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1376 512 ) ( 5468 1472 512 ) ( 5468 1472 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5524 1488 464 ) ( 5460 1488 464 ) ( 5460 1488 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5412 1408 360 ) ( 5476 1408 360 ) ( 5476 1408 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1207 +{ +( 5532 920 272 ) ( 5532 1624 272 ) ( 5460 1624 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 464 ) ( 5524 1680 464 ) ( 5524 976 464 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 648 ) ( 5452 896 648 ) ( 5452 896 600 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1024 192 ) ( 5468 1024 512 ) ( 5468 1600 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1280 176 ) ( 5524 1280 176 ) ( 5492 1280 496 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1272 272 ) ( 5460 1272 272 ) ( 5464 1272 512 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1208 +{ +( 5532 912 272 ) ( 5532 1616 272 ) ( 5460 1616 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1216 384 ) ( 5452 1216 384 ) ( 5452 1256 416 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1592 648 ) ( 5452 888 648 ) ( 5452 888 600 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1016 192 ) ( 5468 1016 512 ) ( 5468 1592 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1272 176 ) ( 5524 1272 176 ) ( 5492 1272 496 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1232 384 ) ( 5468 1232 384 ) ( 5468 1232 272 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1209 +{ +( 5532 872 272 ) ( 5532 1576 272 ) ( 5460 1576 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1176 408 ) ( 5452 1176 408 ) ( 5452 1216 384 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1552 648 ) ( 5452 848 648 ) ( 5452 848 600 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 976 192 ) ( 5468 976 512 ) ( 5468 1552 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1232 384 ) ( 5460 1232 384 ) ( 5460 1232 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1192 408 ) ( 5468 1192 408 ) ( 5468 1192 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1210 +{ +( 5468 1192 272 ) ( 5460 1192 272 ) ( 5460 1168 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1152 392 ) ( 5452 1152 392 ) ( 5452 1176 408 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1528 648 ) ( 5452 824 648 ) ( 5452 824 600 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 952 192 ) ( 5468 952 512 ) ( 5468 1528 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1192 408 ) ( 5460 1192 408 ) ( 5460 1192 272 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1168 392 ) ( 5468 1168 392 ) ( 5468 1168 272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1211 +{ +( 5492 1096 420 ) ( 5492 1160 420 ) ( 5460 1160 420 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1136 512 ) ( 5484 1136 512 ) ( 5484 1072 512 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1104 512 ) ( 5452 1040 512 ) ( 5452 1040 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1088 512 ) ( 5492 1088 512 ) ( 5492 1088 192 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1088 544 ) ( 5468 1152 544 ) ( 5468 1152 224 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5492 1168 544 ) ( 5460 1168 544 ) ( 5460 1168 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5460 1152 472 ) ( 5468 1136 488 ) ( 5460 1120 504 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1212 +{ +( 5772 352 512 ) ( 5772 1056 512 ) ( 5452 1056 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5452 1056 528 ) ( 5772 1056 528 ) ( 5772 352 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5452 1072 592 ) ( 5452 368 592 ) ( 5452 368 512 ) mohtest/stairs 95 -62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5804 352 528 ) ( 5804 1056 528 ) ( 5804 1056 448 ) mohtest/stairs 95 -62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5772 1056 528 ) ( 5452 1056 528 ) ( 5452 1056 448 ) mohtest/stairs -12 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5620 960 512 ) ( 5572 960 512 ) ( 5596 960 528 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1213 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b -230 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 4828 3864 224 ) ( 4824 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5006 3848 416 ) ( 5006 3864 400 ) ( 5006 3848 384 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4928 3864 400 ) ( 4928 3848 416 ) ( 4928 3848 384 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4926 3848 260 ) ( 4934 3864 260 ) ( 4942 3848 260 ) ta_berlin/berlinwall3a 0 248 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1214 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b -230 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 4828 3864 224 ) ( 4824 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5006 3848 416 ) ( 5006 3864 400 ) ( 5006 3848 384 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4928 3864 400 ) ( 4928 3848 416 ) ( 4928 3848 384 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4952 3864 362 ) ( 4944 3848 362 ) ( 4960 3848 362 ) ta_berlin/berlinwall3a 0 248 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1215 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b -230 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 224 ) ( 4820 3860 224 ) ( 4820 3858 408 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 4828 3864 224 ) ( 4824 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4928 3848 416 ) ( 4928 3864 400 ) ( 4928 3848 384 ) ta_berlin/berlinwall3a 0 -8 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1216 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b -230 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 4828 3864 224 ) ( 4824 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5216 3848 416 ) ( 5216 3864 400 ) ( 5216 3848 384 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5006 3864 400 ) ( 5006 3848 416 ) ( 5006 3848 384 ) ta_berlin/berlinwall3a 0 -8 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1217 +{ +( 3105.917725 2530.742676 112 ) ( 2987.831055 2580.947266 112 ) ( 3000.558838 2610.645508 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 3051.470703 2484.780762 112 ) ( 3076.219238 2543.470703 112 ) ( 3118.645508 2560.441162 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 2963.082275 2522.257324 112 ) ( 3081.168945 2472.052734 112 ) ( 3068.441162 2442.354492 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 3017.529297 2568.219238 112 ) ( 2992.780762 2509.529297 112 ) ( 2950.354492 2492.558838 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 3076.219238 2543.470703 112 ) ( 3051.470703 2484.780762 112 ) ( 2992.780762 2509.529297 112 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 3000.558838 2610.645508 16 ) ( 2950.354492 2492.558838 16 ) ( 3068.441162 2442.354492 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1218 +{ +( 3090 2766 112 ) ( 3042 2885 112 ) ( 3072 2897 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 3019 2772 112 ) ( 3078 2796 112 ) ( 3120 2778 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 2983 2861 112 ) ( 3031 2742 112 ) ( 3001 2730 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 3054 2855 112 ) ( 2995 2831 112 ) ( 2953 2849 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 3078 2796 112 ) ( 3019 2772 112 ) ( 2995 2831 112 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 3072 2897 16 ) ( 2953 2849 16 ) ( 3001 2730 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1219 +{ +( -1201 3270 24 ) ( -1201 3094 24 ) ( 1915 3094 24 ) common/playerclip -23 62 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1995 3270 536 ) ( 1923 3094 536 ) ( -1193 3094 536 ) common/playerclip -23 62 0.00 1 1 65536 2193 0 +surfaceparm detail +( 397 3458 24 ) ( 397 3458 536 ) ( 168 3384 536 ) common/playerclip -4 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 397 3458 536 ) ( 397 3458 24 ) ( 688 3368 24 ) common/playerclip -23 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 688 3368 24 ) ( 168 3384 24 ) ( 428 3376 536 ) common/playerclip -23 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1220 +{ +( 173.646729 2892.588867 -12 ) ( -369.410889 3435.646973 -12 ) ( -369.410889 3435.646973 308 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 196.274170 2869.961426 52 ) ( -346.783691 3413.019531 52 ) ( -211.019287 3548.783691 52 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 259.842529 3051.294434 -12 ) ( 248.529297 3039.980957 -12 ) ( 254.186279 3045.637695 52 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -211.019531 3503.528320 -8 ) ( -199.705322 3514.842773 -8 ) ( -205.362549 3509.185547 56 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -312.842529 3401.705566 -12 ) ( -301.529053 3390.391602 -12 ) ( -307.185791 3396.048828 52 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -202.534668 3512.014648 24 ) ( -216.676270 3497.872070 24 ) ( 242.943359 3052.395020 24 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 138 2951 20 ) ( 138 2949 20 ) ( 138 2950 52 ) mohcommon/crackedconcrete -36 128 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1221 +{ +( -267.588135 3514.842773 -12 ) ( -199.705322 3514.842773 -12 ) ( -233.646729 3514.842773 52 ) mohtest/nu_earthbrdr4_noclamp 28 128 0.00 -0.132583 0.031250 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -290.215576 3492.215332 -12 ) ( -267.588135 3514.842773 -12 ) ( -278.901611 3503.528809 52 ) mohtest/nu_earthbrdr4_noclamp 342 128 0.00 -0.088387 0.031250 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -312.842529 3401.705566 -12 ) ( -312.842773 3469.587891 -12 ) ( -312.843018 3435.646484 52 ) mohtest/nu_earthbrdr4_noclamp 57 128 0.00 -0.132581 0.031250 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 196.274170 2869.961426 36 ) ( -346.783691 3413.019531 36 ) ( -211.019287 3548.783691 36 ) mohtest/nu_earthbrdr4_noclamp 228 109 0.00 -1.104891 1.104855 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -301.529053 3390.391602 -12 ) ( -312.842529 3401.705566 -12 ) ( -307.185791 3396.048828 52 ) mohtest/nu_earthbrdr4_noclamp 265 128 0.00 -0.883883 0.031250 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -188.391846 3503.529297 -12 ) ( -165.764648 3480.901855 -12 ) ( -177.078125 3492.215332 52 ) mohtest/nu_earthbrdr4_noclamp 392 128 0.00 -0.883893 0.031250 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -236.475342 3545.955566 24 ) ( -250.617432 3531.812988 24 ) ( 276.884033 3018.453613 24 ) mohtest/nu_earthbrdr4_noclamp 228 109 0.00 -1.104891 1.104855 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 139 2952 20 ) ( 138 2951 20 ) ( 138.500000 2951.500000 36 ) mohtest/nu_earthbrdr4_noclamp 131 476 0.00 -1.104891 1.104855 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 148 3167 20 ) ( 148 3165 20 ) ( 148 3166 36 ) mohtest/nu_earthbrdr4_noclamp 131 476 0.00 -1.104891 1.104855 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1222 +{ +( -233.646729 3571.411621 -12 ) ( 309.410889 3028.352539 -12 ) ( 309.410889 3028.352539 308 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 196.274170 2869.961426 52 ) ( -346.783691 3413.019531 52 ) ( -211.019287 3548.783691 52 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -211.019531 3503.528320 -8 ) ( -199.705322 3514.842773 -8 ) ( -205.362549 3509.185547 56 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -165.764648 3480.901855 -12 ) ( -188.391846 3503.529297 -12 ) ( -177.078125 3492.215332 52 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -202.534668 3512.014648 24 ) ( -216.676270 3497.872070 24 ) ( 242.943359 3052.395020 24 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 149 3168 20 ) ( 148 3167 20 ) ( 148.500000 3167.500000 52 ) mohcommon/crackedconcrete -36 128 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1223 +{ +( -1608 2581 24 ) ( -1608 2405 24 ) ( 1508 2405 24 ) common/playerclip 0 13 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1588 2581 536 ) ( 1516 2405 536 ) ( -1600 2405 536 ) common/playerclip 0 13 0.00 1 1 65536 2193 0 +surfaceparm detail +( -136 2659 24 ) ( -2 2824 24 ) ( -69 2741.500000 536 ) common/playerclip -19 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -132 2655 24 ) ( -136 2659 24 ) ( -134 2657 536 ) common/playerclip -19 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 30 2807 24 ) ( -82 2605 24 ) ( -26 2706 536 ) common/playerclip -19 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -50 2764 24 ) ( -35 2756 24 ) ( -42.500000 2760 536 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1224 +{ +( -1404 2744 24 ) ( -1404 2568 24 ) ( 1712 2568 24 ) common/playerclip -12 48 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1792 2744 536 ) ( 1720 2568 536 ) ( -1396 2568 536 ) common/playerclip -12 48 0.00 1 1 65536 2193 0 +surfaceparm detail +( -50 2765 24 ) ( -50 2765 536 ) ( 765 2321 536 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 852 2408 24 ) ( 768 2324 24 ) ( 810 2366 536 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1072 2784 536 ) ( 1072 2784 24 ) ( 896 2448 24 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 688 3368 536 ) ( 688 3368 24 ) ( 1072 2784 24 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 168 3384 536 ) ( 168 3384 24 ) ( 688 3368 24 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 8 2981 536 ) ( 8 2981 24 ) ( 168 3384 24 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -50 2765 536 ) ( -50 2765 24 ) ( 8 2981 24 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1225 +{ +( -212 1508 24 ) ( -212 1332 24 ) ( 2904 1332 24 ) common/playerclip -52 28 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2984 1508 536 ) ( 2912 1332 536 ) ( -204 1332 536 ) common/playerclip -52 28 0.00 1 1 65536 2193 0 +surfaceparm detail +( 904 2460 24 ) ( 908 2464 24 ) ( 906 2462 536 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1468 1596 536 ) ( 1468 1596 24 ) ( 1344 1472 24 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1344 1472 24 ) ( 768 2324 24 ) ( 1056 1898 536 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1468 1596 24 ) ( 1468 1596 536 ) ( 1340 1964 536 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 864 2444 24 ) ( 1364 1984 24 ) ( 1114 2214 536 ) common/playerclip -52 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1226 +{ +( -544 1528 24 ) ( -544 1352 24 ) ( 2572 1352 24 ) common/playerclip -40 48 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2652 1528 536 ) ( 2580 1352 536 ) ( -536 1352 536 ) common/playerclip -40 48 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1468 1596 24 ) ( 2176 844 24 ) ( 1822 1220 536 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2176 844 24 ) ( 2408 52 24 ) ( 2292 448 536 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1464 1592 24 ) ( 1468 1596 24 ) ( 1466 1594 536 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2348 -64 24 ) ( 1344 1472 24 ) ( 1846 704 536 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2408 52 24 ) ( 2348 -64 24 ) ( 2378 -6 536 ) common/playerclip -40 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1227 +{ +( 268 4272 0 ) ( 268 4272 16 ) ( -2412 4272 16 ) common/nodraw -39 -21 0.00 1.271973 1 536870912 2224 0 +surfaceparm detail +( 958 3884 16 ) ( 958 3884 0 ) ( -2412 3884 0 ) common/nodraw -26 -21 0.00 1.296875 1 536870912 2224 0 +surfaceparm detail +( 420 4272 16 ) ( 260 3884 16 ) ( -2688 3884 16 ) mohcommon/crackedconcrete -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2688 4272 0 ) ( -2688 3884 0 ) ( 260 3884 0 ) common/nodraw 7 39 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( 268 4272 16 ) ( 268 4272 0 ) ( 108 3884 0 ) common/nodraw 12 -42 -149.99 0.999711 -0.999603 536870912 2224 0 +surfaceparm detail +( -2412 3632 0 ) ( -2412 3644 0 ) ( -2412 3638 16 ) common/nodraw 12 -42 -149.99 0.999711 -0.999603 536870912 2224 0 +surfaceparm detail +} +// brush 1228 +{ +( -990.069824 4201.994141 -193.644485 ) ( -991.332520 4186.082031 -192.569473 ) ( -971.828369 4199.161133 23.783875 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1089.409424 4181.905273 14.060333 ) ( -1106.694824 4189.004395 98.654114 ) ( -1046.854980 4184.073242 96.036713 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1173.471680 4257.064453 191.167603 ) ( -1155.921387 4249.864258 105.275574 ) ( -1119.286133 4248.058594 121.601196 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1223.684570 4213.268555 24.914673 ) ( -1191.122803 4199.910156 -134.438553 ) ( -1206.140137 4222.502930 -55.837524 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1215.023193 4232.524414 245.659790 ) ( -1214.017090 4248.636719 245.876953 ) ( -1153.797607 4243.676758 243.242065 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -958 4179.275391 50.171265 ) ( -1042 4179.275391 174.171387 ) ( -1000 4255.477539 112.171387 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1199 4268.362793 110 ) ( -1304 4167.544922 194 ) ( -1094 4167.544922 26 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1068 4268.362793 16 ) ( -1072 4168.102539 16 ) ( -1064 4168.102539 16 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1229 +{ +( -1830 3496 536 ) ( -1830 3496 24 ) ( -1922 3520 24 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1592 3698 536 ) ( -1592 3698 24 ) ( -1830 3496 24 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1922 3520 536 ) ( -1922 3520 24 ) ( -1640 3784 24 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3456 3552 24 ) ( -3456 3376 24 ) ( -340 3376 24 ) common/playerclip -8 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -260 3552 536 ) ( -332 3376 536 ) ( -3448 3376 536 ) common/playerclip -8 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1592 3698 24 ) ( -1592 3698 536 ) ( -1640 3784 536 ) common/playerclip -8 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1230 +{ +( -1592 3698 536 ) ( -1592 3698 24 ) ( -1640 3784 24 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1592 3698 24 ) ( -1592 3698 536 ) ( -1440 3812 536 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1504 3856 24 ) ( -1504 3856 536 ) ( -1640 3784 536 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3280 3680 24 ) ( -3280 3504 24 ) ( -164 3504 24 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -84 3680 536 ) ( -156 3504 536 ) ( -3272 3504 536 ) common/playerclip -56 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1440 3812 24 ) ( -1440 3812 536 ) ( -1504 3856 536 ) common/playerclip -56 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1231 +{ +( -1440 3812 536 ) ( -1440 3812 24 ) ( -1504 3856 24 ) common/playerclip -32 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1440 3812 24 ) ( -1440 3812 536 ) ( -1188 3980 536 ) common/playerclip -32 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1232 4024 24 ) ( -1232 4024 536 ) ( -1504 3856 536 ) common/playerclip -32 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3032 3848 24 ) ( -3032 3672 24 ) ( 84 3672 24 ) common/playerclip -32 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( 164 3848 536 ) ( 92 3672 536 ) ( -3024 3672 536 ) common/playerclip -32 24 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1232 4024 536 ) ( -1232 4024 24 ) ( -1200 3992 24 ) common/playerclip -24 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1232 +{ +( -1008 4256 536 ) ( -1008 4256 24 ) ( -1216 4272 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -904 4468 632 ) ( -904 4468 24 ) ( -1008 4256 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -1216 4092 160 ) ( -1216 4104 160 ) ( -1216 4098 168 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2760 4232 24 ) ( -2760 4056 24 ) ( 356 4056 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 436 4232 632 ) ( 364 4056 632 ) ( -2752 4056 632 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -904 4468 24 ) ( -904 4468 632 ) ( -1216 4464 632 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1233 +{ +( 3128 2400 -284 ) ( 3128 2400 -32 ) ( 3216 2400 -32 ) common/caulk -24 28 0.00 1 1 0 65696 0 +surfaceparm detail +( 3088 2544 -284 ) ( 3076 2228 -284 ) ( 3172 2228 -284 ) common/caulk 20 39 -90.00 1 1 0 65696 0 +surfaceparm detail +( 3176 2228 0 ) ( 3080 2228 0 ) ( 3092 2544 0 ) common/nodraw 22 51 -150.05 0.999673 -1.000039 536870912 2224 0 +surfaceparm detail +( 3128 2400 -32 ) ( 3128 2400 -284 ) ( 3128 2920 -284 ) common/nodraw 52 21 -119.99 1.000161 1.000431 536870912 2224 0 +surfaceparm detail +( 3204 2400 -284 ) ( 3204 2400 -32 ) ( 3204 2920 -32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3128 2920 -60 ) ( 3128 2920 -284 ) ( 3216 2920 -284 ) mohcommon/crackedconcrete -156 88 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1234 +{ +( 3204 2400 -84 ) ( 3204 2400 -284 ) ( 3204 2068 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 2068 -284 ) ( 3172 2068 -284 ) ( 3172 2068 -84 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 2400 -284 ) ( 3172 2400 -284 ) ( 3172 2068 -284 ) common/nodraw -21 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3172 2068 -84 ) ( 3172 2400 -84 ) ( 3204 2400 -84 ) mohcommon/crackedconcrete 245 -60 -180.00 1 1 0 65536 0 +surfaceparm detail +( 3172 2400 -84 ) ( 3172 2400 -284 ) ( 3204 2400 -284 ) blasted/dday_bunker_wall1crkdsml -225 41 0.00 1.531250 1.328125 0 65536 0 +surfaceparm detail +( 3172 2068 -284 ) ( 3172 2400 -284 ) ( 3172 2400 -84 ) common/nodraw 7 -41 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1235 +{ +( 3204 2400 24 ) ( 3204 2400 -84 ) ( 3204 2088 -84 ) common/nodraw 50 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3204 2068 -84 ) ( 3172 2068 -84 ) ( 3172 2068 24 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3172 2088 24 ) ( 3172 2400 24 ) ( 3204 2400 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3172 2400 24 ) ( 3172 2400 -84 ) ( 3204 2400 -84 ) blasted/dday_bunker_wall1crkdsml -225 41 0.00 1.531250 1.328125 0 65536 0 +surfaceparm detail +( 3172 2088 -84 ) ( 3172 2400 -84 ) ( 3172 2400 24 ) common/nodraw 51 -41 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3206 2400 -32 ) ( 3196 2068 -32 ) ( 3216 2068 -32 ) common/nodraw 52 -40 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1236 +{ +( 3204 2400 24 ) ( 3204 2400 -84 ) ( 3204 2088 -84 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 2068 -84 ) ( 3172 2068 -84 ) ( 3172 2068 24 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 2400 -84 ) ( 3172 2400 -84 ) ( 3172 2088 -84 ) common/nodraw -21 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3172 2400 24 ) ( 3172 2400 -84 ) ( 3204 2400 -84 ) blasted/dday_bunker_wall1crkdsml -225 41 0.00 1.531250 1.328125 0 65536 0 +surfaceparm detail +( 3172 2088 -84 ) ( 3172 2400 -84 ) ( 3172 2400 24 ) common/nodraw 51 -41 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3196 2068 -32 ) ( 3206 2400 -32 ) ( 3216 2068 -32 ) common/nodraw 52 -40 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1237 +{ +( 3460 2400 0 ) ( 3460 2400 56 ) ( 3204 2400 24 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3460 2400 56 ) ( 3460 2228 56 ) ( 3204 2228 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3444 2068 56 ) ( 3444 2068 0 ) ( 3188 2068 -32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 2100 -28 ) ( 3204 2100 -84 ) ( 3204 2272 -84 ) common/nodraw 50 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2400 -52 ) ( 3460 2228 -52 ) ( 3460 2228 4 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3444 2196 -84 ) ( 3440 2192 -84 ) ( 3442 2194 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3206 2400 -32 ) ( 3196 2068 -32 ) ( 3216 2068 -32 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1238 +{ +( 3169 1984 -284 ) ( 3169 1984 -168 ) ( 3280 1984 -168 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3169 1984 -168 ) ( 3169 1984 -284 ) ( 3172 2068 -284 ) mohcommon/crackedconcrete 196 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3172 2068 -168 ) ( 3268 2068 -168 ) ( 2680 1004 -168 ) mohcommon/crackedconcrete 196 60 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3268 2068 -284 ) ( 3172 2068 -284 ) ( 2584 1004 -284 ) common/nodraw 60 48 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3308 2068 -284 ) ( 3312 2068 -284 ) ( 3310 2068 -168 ) common/nodraw 59 48 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3316 2068 -284 ) ( 3268 1984 -284 ) ( 3292 2026 -168 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 1239 +{ +( 3460 2400 0 ) ( 3460 2400 56 ) ( 3204 2400 24 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3460 2228 -52 ) ( 3460 2400 -52 ) ( 3204 2400 -84 ) common/nodraw -21 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2400 -52 ) ( 3460 2228 -52 ) ( 3460 2228 4 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3444 2196 -84 ) ( 3440 2192 -84 ) ( 3442 2194 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3196 2068 -32 ) ( 3206 2400 -32 ) ( 3216 2068 -32 ) blasted/dday_bunker_wall1crkdsml -151 56 0.00 1.531250 1.328125 0 65536 0 +surfaceparm detail +( 3316 2400 -140 ) ( 3316 2068 -138 ) ( 3316 2068 -142 ) blasted/dday_bunker_wall1crkdsml -178 41 0.00 1.531250 1.328125 0 65536 0 +surfaceparm detail +} +// brush 1240 +{ +( 3460 2400 -108 ) ( 3460 2400 -52 ) ( 3204 2400 -84 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3460 2400 -52 ) ( 3460 2228 -52 ) ( 3204 2228 -84 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2400 -160 ) ( 3460 2228 -160 ) ( 3460 2228 -104 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3440 2400 -284 ) ( 3416 2400 -284 ) ( 3428 2228 -284 ) common/nodraw 19 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3444 2196 -284 ) ( 3440 2192 -284 ) ( 3442 2194 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3316 2400 -140 ) ( 3316 2068 -138 ) ( 3316 2068 -142 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 1241 +{ +( 3460 2400 -108 ) ( 3460 2400 -52 ) ( 3204 2400 -84 ) blasted/dday_bunker_wall1crkdsml -225 41 0.00 1.531250 1.328125 0 65536 0 +surfaceparm detail +( 3444 2068 -52 ) ( 3444 2068 -108 ) ( 3188 2068 -140 ) blasted/dday_bunker_wall1crkdsml -225 41 0.00 1.531250 1.328125 0 65536 0 +surfaceparm detail +( 3204 2100 -136 ) ( 3204 2100 -192 ) ( 3204 2272 -192 ) common/nodraw 3 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3440 2400 -284 ) ( 3416 2400 -284 ) ( 3428 2228 -284 ) common/nodraw 19 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3316 2068 -138 ) ( 3316 2400 -140 ) ( 3316 2068 -142 ) blasted/dday_bunker_wall1crkdsml -178 41 0.00 1.531250 1.328125 0 65536 0 +surfaceparm detail +( 3302 2068 -168 ) ( 3305 2400 -168 ) ( 3308 2068 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1242 +{ +( 3052 2068 -284 ) ( 3052 2068 56 ) ( 3436 2068 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3052 2400 56 ) ( 3052 2400 -284 ) ( 3436 2400 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 2164 -136 ) ( 3204 2164 -128 ) ( 3204 2068 -132 ) common/nodraw 39 -40 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3204 2164 -32 ) ( 3220 2164 -32 ) ( 3212 2068 -32 ) common/nodraw 19 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 3220 2400 -32 ) ( 3204 2400 -72 ) ( 3212 2304 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 1243 +{ +( 3084 2068 -284 ) ( 3084 2068 56 ) ( 3468 2068 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3084 2400 56 ) ( 3084 2400 -284 ) ( 3468 2400 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3316 2164 -144 ) ( 3316 2164 -160 ) ( 3316 2068 -152 ) common/nodraw 39 -40 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3236 2164 -32 ) ( 3252 2164 -32 ) ( 3244 2068 -32 ) common/nodraw 51 -40 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 3316 2400 -72 ) ( 3300 2400 -32 ) ( 3308 2304 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 1244 +{ +( 3559 2752 -108 ) ( 3655 2752 -108 ) ( 3655 2752 -92 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3576 2400 -284 ) ( 3576 2400 56 ) ( 3672 2400 56 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3204 2192 56 ) ( 3204 2192 -284 ) ( 3204 2576 -284 ) mohcommon/crackedconcrete 212 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3556 2596 -168 ) ( 3652 2596 -168 ) ( 3064 1532 -168 ) mohcommon/crackedconcrete 212 188 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3652 2596 -284 ) ( 3556 2596 -284 ) ( 2968 1532 -284 ) common/nodraw 12 47 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3316 2404 -284 ) ( 3316 2400 -284 ) ( 3316 2402 -168 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 1245 +{ +( 3559 2752 -108 ) ( 3655 2752 -108 ) ( 3655 2752 -92 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4484 2228 -284 ) ( 4484 2228 56 ) ( 4484 2612 56 ) blasted/dday_bunker_wall1crkdsml 36 39 -180.00 1.531250 -1.328125 0 65536 0 +surfaceparm detail +( 3588 2628 -284 ) ( 3588 2628 56 ) ( 3684 2628 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3556 2596 -168 ) ( 3652 2596 -168 ) ( 3064 1532 -168 ) mohcommon/crackedconcrete 212 188 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3652 2596 -284 ) ( 3556 2596 -284 ) ( 2968 1532 -284 ) common/nodraw 12 47 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3316 2400 -284 ) ( 3316 2404 -284 ) ( 3316 2402 -168 ) common/nodraw 11 48 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1246 +{ +( 3748 2264 -28 ) ( 3748 2328 -28 ) ( 3476 2328 -228 ) general_industrial/shmpipe_grey -8 16 0.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 3680 2328 -36 ) ( 3680 2264 -36 ) ( 3476 2264 -184 ) general_industrial/shmpipe_grey -8 16 0.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 3476 2328 -184 ) ( 3476 2264 -184 ) ( 3476 2264 -228 ) common/nodraw 15 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3476 2280 -184 ) ( 3548 2280 -184 ) ( 3548 2280 -228 ) general_industrial/shmpipe_grey -27 -2 37.01 0.499879 0.499928 0 32768 0 +surfaceparm detail +( 3748 2328 -28 ) ( 3748 2264 -28 ) ( 3680 2264 -36 ) common/nodraw 31 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3548 2312 -184 ) ( 3476 2312 -184 ) ( 3476 2312 -228 ) general_industrial/shmpipe_grey -27 -2 37.01 0.499879 0.499928 0 32768 0 +surfaceparm detail +} +// brush 1247 +{ +( 5252 1624 16 ) ( 4676 -524 16 ) ( 4848 -604 16 ) common/nodraw -46 34 75.00 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( 5440 1600 24 ) ( 4848 -604 24 ) ( 4676 -524 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5092 1032 24 ) ( 5092 1032 16 ) ( 5252 1624 16 ) common/nodraw 51 -29 -90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 5280 1624 16 ) ( 5280 1624 24 ) ( 5252 1624 24 ) common/nodraw 53 -31 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5440 1032 24 ) ( 5440 1032 16 ) ( 5092 1032 16 ) common/nodraw 53 -31 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5280 1624 24 ) ( 5280 1624 16 ) ( 5280 1032 16 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1248 +{ +( 2197 1526 -168 ) ( 2610 1113 -168 ) ( 2899 1402 -168 ) general_structure/plaster_wall3d 63 -39 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2520 1408 24 ) ( 2520 1408 -168 ) ( 2696 1408 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 1400 -176 ) ( 2696 1400 16 ) ( 2696 1408 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2528 1400 -168 ) ( 2528 1400 24 ) ( 2696 1400 24 ) general_structure/plaster_wall3d 47 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2660 1408 16 ) ( 2656 1232 16 ) ( 2652 1408 16 ) general_structure/plaster_wall3d 63 -39 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2680 1408 -12 ) ( 2680 1400 0 ) ( 2680 1400 -24 ) general_structure/plaster_wall3d 64 -38 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1249 +{ +( 2205 1526 -16 ) ( 2618 1113 -16 ) ( 2907 1402 -16 ) general_structure/plaster_wall3d 63 -39 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2520 1408 24 ) ( 2520 1408 -168 ) ( 2696 1408 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2504 1400 -168 ) ( 2504 1400 24 ) ( 2672 1400 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1408 16 ) ( 2656 1232 16 ) ( 2652 1408 16 ) general_structure/plaster_wall3d 63 -39 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2544 1408 -16 ) ( 2544 1400 -8 ) ( 2544 1400 -24 ) general_structure/plaster_wall3d 64 -38 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2680 1400 0 ) ( 2680 1408 -12 ) ( 2680 1400 -24 ) general_structure/plaster_wall3d 64 -38 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1250 +{ +( 2197 1526 -168 ) ( 2610 1113 -168 ) ( 2899 1402 -168 ) general_structure/plaster_wall3d 63 -39 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2496 1408 24 ) ( 2496 1408 -168 ) ( 2672 1408 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2528 1400 24 ) ( 2528 1400 -168 ) ( 2520 1408 -168 ) general_structure/plaster_wall3d 38 -191 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2528 1400 -168 ) ( 2528 1400 24 ) ( 2696 1400 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1408 16 ) ( 2656 1232 16 ) ( 2652 1408 16 ) general_structure/plaster_wall3d 63 -39 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2544 1400 -8 ) ( 2544 1408 -16 ) ( 2544 1400 -24 ) general_structure/plaster_wall3d 64 -38 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1251 +{ +( 3064 1592 -176 ) ( 2568 1592 -176 ) ( 2568 1408 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2568 1408 -168 ) ( 2568 1592 -168 ) ( 3064 1592 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2568 1408 -168 ) ( 3064 1408 -168 ) ( 3064 1408 -176 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3064 1616 -168 ) ( 2568 1616 -168 ) ( 2568 1616 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2544 1592 -168 ) ( 2544 1408 -168 ) ( 2544 1408 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2680 1480 -176 ) ( 2680 1464 -176 ) ( 2680 1472 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1252 +{ +( 2560 1408 -168 ) ( 2560 1504 -168 ) ( 2544 1504 -168 ) blasted/dday_bunker_wall1crkdsml 216 40 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2544 1504 -72 ) ( 2560 1504 -72 ) ( 2560 1408 -72 ) blasted/dday_bunker_wall1crkdsml 216 40 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2544 1504 -72 ) ( 2544 1408 -72 ) ( 2544 1408 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2544 1400 -72 ) ( 2560 1400 -72 ) ( 2560 1400 -168 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2560 1512 -72 ) ( 2560 1608 -72 ) ( 2560 1608 -168 ) blasted/dday_bunker_wall1crkdsml 216 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2544 1616 -168 ) ( 2656 1504 -168 ) ( 2600 1560 -72 ) blasted/dday_bunker_wall1crkdsml -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1253 +{ +( 2680 1408 -168 ) ( 2680 1504 -168 ) ( 2664 1504 -168 ) blasted/dday_bunker_wall1crkdsml 216 160 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2664 1504 -72 ) ( 2680 1504 -72 ) ( 2680 1408 -72 ) blasted/dday_bunker_wall1crkdsml 216 160 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2664 1584 -72 ) ( 2664 1488 -72 ) ( 2664 1488 -168 ) blasted/dday_bunker_wall1crkdsml 216 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2664 1400 -72 ) ( 2680 1400 -72 ) ( 2680 1400 -168 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2680 1408 -72 ) ( 2680 1504 -72 ) ( 2680 1504 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2568 1592 -168 ) ( 2680 1480 -168 ) ( 2624 1536 -72 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1254 +{ +( 2600 1408 -32 ) ( 2600 1504 -32 ) ( 2568 1504 -32 ) blasted/dday_bunker_wall1crkdsml 216 64 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2568 1504 -16 ) ( 2600 1504 -16 ) ( 2600 1408 -16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2544 1504 8 ) ( 2544 1408 8 ) ( 2544 1408 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2568 1400 8 ) ( 2600 1400 8 ) ( 2600 1400 -32 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2680 1408 8 ) ( 2680 1504 8 ) ( 2680 1504 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2568 1592 -32 ) ( 2680 1480 -32 ) ( 2624 1536 -16 ) blasted/dday_bunker_wall1crkdsml -64 40 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1255 +{ +( 2696 1408 -72 ) ( 2696 1504 -72 ) ( 2664 1504 -72 ) blasted/dday_bunker_wall1crkdsml 216 160 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2664 1504 -32 ) ( 2696 1504 -32 ) ( 2696 1408 -32 ) blasted/dday_bunker_wall1crkdsml 216 160 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2664 1400 -32 ) ( 2696 1400 -32 ) ( 2696 1400 -72 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2680 1408 -32 ) ( 2680 1504 -32 ) ( 2680 1504 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2664 1584 -72 ) ( 2648 1584 -32 ) ( 2656 1488 -52 ) blasted/dday_bunker_wall1crkdsml 120 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2568 1592 -72 ) ( 2680 1480 -72 ) ( 2624 1536 -32 ) blasted/dday_bunker_wall1crkdsml 120 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1256 +{ +( 2576 1408 -72 ) ( 2576 1504 -72 ) ( 2544 1504 -72 ) blasted/dday_bunker_wall1crkdsml 216 40 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2544 1504 -32 ) ( 2576 1504 -32 ) ( 2576 1408 -32 ) blasted/dday_bunker_wall1crkdsml 216 40 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2544 1504 -32 ) ( 2544 1408 -32 ) ( 2544 1408 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2544 1400 -32 ) ( 2576 1400 -32 ) ( 2576 1400 -72 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2576 1608 -32 ) ( 2560 1608 -72 ) ( 2568 1512 -52 ) blasted/dday_bunker_wall1crkdsml 216 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2544 1616 -72 ) ( 2656 1504 -72 ) ( 2600 1560 -32 ) blasted/dday_bunker_wall1crkdsml 216 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1257 +{ +( 5252 2872 24 ) ( 5252 2872 16 ) ( 5252 2164 16 ) common/nodraw -18 -58 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5236 2356 24 ) ( 5252 2356 24 ) ( 5252 1648 24 ) central_europe/strtset_cew -199 185 0.00 1 1 0 65536 0 +surfaceparm detail +( 5236 1632 24 ) ( 5236 1632 16 ) ( 5236 2356 16 ) central_europe/strtset_cew -186 13 0.00 1 1 0 65536 0 +surfaceparm detail +( 5236 1632 16 ) ( 5252 1648 16 ) ( 5252 2356 16 ) common/nodraw -58 -7 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5236 2904 16 ) ( 5240 2908 16 ) ( 5238 2906 24 ) common/nodraw 5 -8 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5252 1624 16 ) ( 5236 1628 16 ) ( 5244 1626 24 ) common/nodraw 5 -8 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1258 +{ +( 5452 1624 24 ) ( 5452 1624 16 ) ( 5252 1624 16 ) common/nodraw 50 -22 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5252 1624 24 ) ( 5252 1624 16 ) ( 5252 2920 16 ) common/nodraw 49 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5440 1600 24 ) ( 5252 1624 24 ) ( 5252 2920 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5440 3108 16 ) ( 5252 2920 16 ) ( 5252 1624 16 ) common/nodraw -59 -51 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5452 1624 16 ) ( 5452 1624 24 ) ( 5452 2888 24 ) common/nodraw 49 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5419 2888 16 ) ( 5422 2888 16 ) ( 5420.500000 2888 24 ) common/nodraw 49 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1259 +{ +( 3064 1592 -176 ) ( 2568 1592 -176 ) ( 2568 1408 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2568 1408 -168 ) ( 2568 1592 -168 ) ( 3064 1592 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2576 1480 -168 ) ( 3072 1480 -168 ) ( 3072 1480 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1408 -168 ) ( 3064 1592 -168 ) ( 3064 1592 -176 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3064 1616 -168 ) ( 2568 1616 -168 ) ( 2568 1616 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2680 1464 -176 ) ( 2680 1480 -176 ) ( 2680 1472 -168 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1260 +{ +( 3160 1728 -108 ) ( 3256 1728 -108 ) ( 3256 1728 -92 ) common/nodraw -36 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3256 1344 -284 ) ( 3256 1344 56 ) ( 3256 1728 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3160 1456 -284 ) ( 3160 1456 56 ) ( 3256 1456 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3160 1344 56 ) ( 3160 1344 -284 ) ( 3160 1728 -284 ) mohcommon/crackedconcrete 112 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3160 1728 -168 ) ( 3256 1728 -168 ) ( 2668 664 -168 ) mohcommon/crackedconcrete 112 48 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3256 1728 -284 ) ( 3160 1728 -284 ) ( 2572 664 -284 ) common/nodraw 40 35 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3232 1472 -284 ) ( 3200 1456 -284 ) ( 3216 1464 -168 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3240 1488 -284 ) ( 3232 1472 -284 ) ( 3236 1480 -168 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 1261 +{ +( 3160 1344 -284 ) ( 3160 1344 56 ) ( 3160 1728 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3064 1344 56 ) ( 3064 1344 -284 ) ( 3064 1728 -284 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3064 1728 56 ) ( 3160 1728 56 ) ( 2572 664 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3064 1496 -136 ) ( 3064 1496 -128 ) ( 3160 1496 -132 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3072 1600 -144 ) ( 3072 1600 -160 ) ( 3168 1600 -152 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1512 -32 ) ( 3064 1496 -32 ) ( 3160 1504 -32 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1262 +{ +( 3160 1368 -284 ) ( 3160 1368 56 ) ( 3160 1752 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3064 1368 56 ) ( 3064 1368 -284 ) ( 3064 1752 -284 ) mohcommon/crackedconcrete 136 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3064 1600 -144 ) ( 3064 1600 -160 ) ( 3160 1600 -152 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1520 -32 ) ( 3064 1536 -32 ) ( 3160 1528 -32 ) common/nodraw 0 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1600 -72 ) ( 3064 1584 -32 ) ( 3160 1592 -52 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1263 +{ +( 3160 1344 -284 ) ( 3160 1344 56 ) ( 3160 1728 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3064 1344 56 ) ( 3064 1344 -284 ) ( 3064 1728 -284 ) mohcommon/crackedconcrete 112 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3064 1496 -136 ) ( 3064 1496 -128 ) ( 3160 1496 -132 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1496 -32 ) ( 3064 1512 -32 ) ( 3160 1504 -32 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1512 -32 ) ( 3064 1496 -72 ) ( 3160 1504 -52 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1264 +{ +( 3064 1496 -168 ) ( 2968 1496 -168 ) ( 2968 1480 -168 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2968 1480 -72 ) ( 2968 1496 -72 ) ( 3064 1496 -72 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2968 1480 -72 ) ( 3064 1480 -72 ) ( 3064 1480 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1480 -72 ) ( 3064 1496 -72 ) ( 3064 1496 -168 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2664 1496 -72 ) ( 2568 1496 -72 ) ( 2568 1496 -168 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2680 1480 -168 ) ( 2568 1592 -168 ) ( 2624 1536 -72 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1265 +{ +( 3064 1512 -72 ) ( 2968 1512 -72 ) ( 2968 1480 -72 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2968 1480 -32 ) ( 2968 1512 -32 ) ( 3064 1512 -32 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2968 1480 -32 ) ( 3064 1480 -32 ) ( 3064 1480 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1480 -32 ) ( 3064 1512 -32 ) ( 3064 1512 -72 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2568 1512 -32 ) ( 2568 1496 -72 ) ( 2664 1504 -52 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2680 1480 -72 ) ( 2568 1592 -72 ) ( 2624 1536 -32 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1266 +{ +( 3064 1512 -32 ) ( 2968 1512 -32 ) ( 2968 1480 -32 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2968 1480 -16 ) ( 2968 1512 -16 ) ( 3064 1512 -16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2968 1480 8 ) ( 3064 1480 8 ) ( 3064 1480 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1480 8 ) ( 3064 1512 8 ) ( 3064 1512 -32 ) blasted/dday_bunker_wall1crkdsml 0 40 0.00 1 1 0 65536 0 +surfaceparm detail +( 3064 1616 8 ) ( 2968 1616 8 ) ( 2968 1616 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2680 1480 -32 ) ( 2568 1592 -32 ) ( 2624 1536 -16 ) blasted/dday_bunker_wall1crkdsml 0 40 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1267 +{ +( 3064 1632 -72 ) ( 2968 1632 -72 ) ( 2968 1600 -72 ) blasted/dday_bunker_wall1crkdsml -160 120 0.00 1 1 0 65536 0 +surfaceparm detail +( 2968 1600 -32 ) ( 2968 1632 -32 ) ( 3064 1632 -32 ) blasted/dday_bunker_wall1crkdsml -160 120 0.00 1 1 0 65536 0 +surfaceparm detail +( 3064 1600 -32 ) ( 3064 1632 -32 ) ( 3064 1632 -72 ) blasted/dday_bunker_wall1crkdsml -120 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3064 1616 -32 ) ( 2968 1616 -32 ) ( 2968 1616 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2568 1600 -72 ) ( 2568 1584 -32 ) ( 2664 1592 -52 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2656 1504 -72 ) ( 2544 1616 -72 ) ( 2600 1560 -32 ) blasted/dday_bunker_wall1crkdsml -24 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1268 +{ +( 3064 1616 -168 ) ( 2968 1616 -168 ) ( 2968 1600 -168 ) blasted/dday_bunker_wall1crkdsml -160 120 0.00 1 1 0 65536 0 +surfaceparm detail +( 2968 1600 -72 ) ( 2968 1616 -72 ) ( 3064 1616 -72 ) blasted/dday_bunker_wall1crkdsml -160 120 0.00 1 1 0 65536 0 +surfaceparm detail +( 2568 1600 -72 ) ( 2664 1600 -72 ) ( 2664 1600 -168 ) blasted/dday_bunker_wall1crkdsml -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3064 1600 -72 ) ( 3064 1616 -72 ) ( 3064 1616 -168 ) blasted/dday_bunker_wall1crkdsml -120 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3064 1616 -72 ) ( 2968 1616 -72 ) ( 2968 1616 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2656 1504 -168 ) ( 2544 1616 -168 ) ( 2600 1560 -72 ) blasted/dday_bunker_wall1crkdsml -120 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1269 +{ +( 3268 1984 -284 ) ( 3268 1984 -168 ) ( 3168 1984 -168 ) common/nodraw -36 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3268 1984 -168 ) ( 3268 1984 -284 ) ( 3256 1728 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3256 1728 -60 ) ( 3256 1728 -284 ) ( 3160 1728 -284 ) common/nodraw -36 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3169 1984 -284 ) ( 3169 1984 56 ) ( 3160 1728 56 ) general_structure/concretewall2 168 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3175 2068 -168 ) ( 3267 2068 -168 ) ( 3255 1728 -168 ) mohcommon/crackedconcrete 112 48 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3268 2068 -284 ) ( 3176 2068 -284 ) ( 3160 1728 -284 ) common/nodraw 40 35 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1270 +{ +( 3064 1728 -108 ) ( 3160 1728 -108 ) ( 3160 1728 -92 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3160 1344 -284 ) ( 3160 1344 56 ) ( 3160 1728 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3064 1344 -284 ) ( 3064 1344 56 ) ( 3160 1344 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1344 56 ) ( 3064 1344 -284 ) ( 3064 1728 -284 ) mohcommon/crackedconcrete 112 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3160 1728 -284 ) ( 3064 1728 -284 ) ( 2476 664 -284 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1568 -168 ) ( 3064 1592 -168 ) ( 3160 1580 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1271 +{ +( 3160 1344 -284 ) ( 3160 1344 56 ) ( 3160 1728 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3064 1344 -284 ) ( 3064 1344 56 ) ( 3160 1344 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1344 56 ) ( 3064 1344 -284 ) ( 3064 1728 -284 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3064 1728 56 ) ( 3160 1728 56 ) ( 2572 664 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3064 1592 -168 ) ( 3064 1568 -168 ) ( 3160 1580 -168 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1496 -128 ) ( 3064 1496 -136 ) ( 3160 1496 -132 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1272 +{ +( 3064 1728 -108 ) ( 3160 1728 -108 ) ( 3160 1728 -92 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3160 1344 -284 ) ( 3160 1344 56 ) ( 3160 1728 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3064 1344 56 ) ( 3064 1344 -284 ) ( 3064 1728 -284 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3064 1728 56 ) ( 3160 1728 56 ) ( 2572 664 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3064 1592 -168 ) ( 3064 1568 -168 ) ( 3160 1580 -168 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1600 -160 ) ( 3064 1600 -144 ) ( 3160 1600 -152 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1273 +{ +( 4588 2344 0 ) ( 4588 2344 -280 ) ( 4484 2344 -280 ) common/nodraw -40 -21 -60.04 0.999795 -0.999993 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4588 2344 -280 ) ( 4588 2344 0 ) ( 4588 2920 0 ) common/nodraw 43 19 -119.99 1.000161 1.000839 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2920 -280 ) ( 4484 2920 56 ) ( 4484 2344 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4588 2920 -280 ) ( 4484 2920 -280 ) ( 4484 2344 -280 ) common/nodraw 33 49 -150.03 0.999917 -1.000039 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2920 -280 ) ( 4588 2920 -280 ) ( 4588 2920 56 ) common/nodraw -40 -21 -60.04 0.999795 -0.999993 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2660 -168 ) ( 4484 2672 -168 ) ( 4588 2666 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 1274 +{ +( 4588 2344 0 ) ( 4588 2344 -280 ) ( 4484 2344 -280 ) common/nodraw -40 -21 -60.04 0.999795 -0.999993 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4588 2344 -280 ) ( 4588 2344 0 ) ( 4588 2920 0 ) common/nodraw 43 19 -119.99 1.000161 1.000839 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2920 -280 ) ( 4484 2920 56 ) ( 4484 2344 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2920 0 ) ( 4588 2920 0 ) ( 4580 2344 0 ) common/nodraw 33 49 -150.03 0.999917 -1.000039 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2672 -168 ) ( 4484 2660 -168 ) ( 4588 2666 -168 ) common/nodraw 44 -18 -60.04 0.999795 -0.999993 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2636 -28 ) ( 4484 2636 -40 ) ( 4588 2636 -34 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 1275 +{ +( 4588 2344 -280 ) ( 4588 2344 0 ) ( 4588 2920 0 ) common/nodraw 43 19 -119.99 1.000161 1.000839 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2920 -280 ) ( 4484 2920 56 ) ( 4484 2344 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2920 0 ) ( 4588 2920 0 ) ( 4580 2344 0 ) common/nodraw 33 49 -150.03 0.999917 -1.000039 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2920 -280 ) ( 4588 2920 -280 ) ( 4588 2920 56 ) common/nodraw -40 -21 -60.04 0.999795 -0.999993 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2672 -168 ) ( 4484 2660 -168 ) ( 4588 2666 -168 ) common/nodraw 44 -18 -60.04 0.999795 -0.999993 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4488 2740 -44 ) ( 4488 2740 -24 ) ( 4592 2740 -34 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 1276 +{ +( 4588 2344 -280 ) ( 4588 2344 0 ) ( 4588 2920 0 ) common/nodraw 43 19 -119.99 1.000161 1.000839 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2920 -280 ) ( 4484 2920 56 ) ( 4484 2344 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2920 0 ) ( 4588 2920 0 ) ( 4580 2344 0 ) common/nodraw 33 48 -150.03 0.999917 -1.000039 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2636 -40 ) ( 4484 2636 -28 ) ( 4588 2636 -34 ) common/nodraw -40 -21 -60.04 0.999795 -0.999993 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2740 -24 ) ( 4484 2740 -44 ) ( 4588 2740 -34 ) common/nodraw -40 -21 -60.04 0.999795 -0.999993 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4484 2676 -32 ) ( 4484 2648 -32 ) ( 4588 2662 -32 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 1277 +{ +( 4852 1724 -32 ) ( 4852 2220 -32 ) ( 4668 2220 -32 ) blasted/dday_bunker_wall1crkdsml 180 188 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4668 2220 -24 ) ( 4852 2220 -24 ) ( 4852 1724 -24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4672 2152 -24 ) ( 4672 1656 -24 ) ( 4672 1656 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4604 1536 -24 ) ( 4788 1536 -24 ) ( 4788 1536 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5088 1724 -24 ) ( 5088 2220 -24 ) ( 5088 2220 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4656 2048 -32 ) ( 4672 2048 -32 ) ( 4664 2048 -24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1278 +{ +( 5280 1384 24 ) ( 5264 1384 24 ) ( 5264 1128 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5264 1128 72 ) ( 5264 1384 72 ) ( 5280 1384 72 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5264 1128 40 ) ( 5280 1128 40 ) ( 5280 1128 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1192 40 ) ( 5280 1448 40 ) ( 5280 1448 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1448 40 ) ( 5264 1448 40 ) ( 5264 1448 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5264 1384 40 ) ( 5264 1128 40 ) ( 5264 1128 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1279 +{ +( 5408 1384 24 ) ( 5392 1384 24 ) ( 5392 1128 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5392 1128 72 ) ( 5392 1384 72 ) ( 5408 1384 72 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5392 1128 40 ) ( 5408 1128 40 ) ( 5408 1128 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5408 1128 40 ) ( 5408 1384 40 ) ( 5408 1384 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5408 1448 40 ) ( 5392 1448 40 ) ( 5392 1448 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5392 1448 40 ) ( 5392 1192 40 ) ( 5392 1192 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1280 +{ +( 5368 1448 24 ) ( 5352 1448 24 ) ( 5352 1192 24 ) central_europe/strtset_cew 0 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5352 1192 72 ) ( 5352 1448 72 ) ( 5368 1448 72 ) central_europe/strtset_cew 0 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5368 1432 40 ) ( 5384 1432 40 ) ( 5384 1432 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5392 1192 40 ) ( 5392 1448 40 ) ( 5392 1448 24 ) central_europe/strtset_cew -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5368 1448 40 ) ( 5352 1448 40 ) ( 5352 1448 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1448 40 ) ( 5280 1192 40 ) ( 5280 1192 24 ) central_europe/strtset_cew -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1281 +{ +( 5452 1624 24 ) ( 5452 1624 16 ) ( 5452 1032 16 ) common/nodraw 51 -43 -90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 5252 1624 16 ) ( 4676 -524 16 ) ( 4848 -604 16 ) common/nodraw -46 34 75.00 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( 5440 1600 24 ) ( 4848 -604 24 ) ( 4676 -524 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5452 1624 16 ) ( 5452 1624 24 ) ( 5384 1624 24 ) common/nodraw 53 -31 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5440 1032 24 ) ( 5440 1032 16 ) ( 5092 1032 16 ) common/nodraw 53 -31 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5392 1624 16 ) ( 5392 1624 24 ) ( 5392 1032 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1282 +{ +( 5252 1624 16 ) ( 4676 -524 16 ) ( 4848 -604 16 ) common/nodraw -46 34 75.00 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( 5440 1600 24 ) ( 4848 -604 24 ) ( 4676 -524 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5440 1032 24 ) ( 5440 1032 16 ) ( 5092 1032 16 ) common/nodraw 53 -31 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5280 1624 16 ) ( 5280 1624 24 ) ( 5280 1032 24 ) common/nodraw 53 -1 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5392 1624 24 ) ( 5392 1624 16 ) ( 5392 1032 16 ) common/nodraw 53 -1 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5288 1144 16 ) ( 5304 1144 16 ) ( 5296 1144 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1283 +{ +( 5252 1624 16 ) ( 4676 -524 16 ) ( 4848 -604 16 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5440 1600 24 ) ( 4848 -604 24 ) ( 4676 -524 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5384 1624 16 ) ( 5384 1624 24 ) ( 5280 1624 24 ) common/nodraw 53 -31 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5280 1624 16 ) ( 5280 1624 24 ) ( 5280 1032 24 ) common/nodraw 53 -1 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5392 1624 24 ) ( 5392 1624 16 ) ( 5392 1032 16 ) common/nodraw 53 -1 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +( 5308 1432 16 ) ( 5292 1432 16 ) ( 5300 1432 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1284 +{ +( 4772 1416 -180 ) ( 4772 1432 -180 ) ( 4868 1432 -180 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1416 -40 ) ( 4932 1416 -40 ) ( 4932 1416 -136 ) blasted/dday_bunker_wall1crkdsml -172 31 0.00 1 1 0 65536 0 +surfaceparm detail +( 4468 1432 -40 ) ( 4372 1432 -40 ) ( 4372 1432 -136 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1416 -124 ) ( 5392 1432 -120 ) ( 5392 1432 -128 ) blasted/dday_bunker_wall1crkdsml -12 31 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -88 ) ( 5280 1416 -94 ) ( 5280 1432 -100 ) blasted/dday_bunker_wall1crkdsml -12 31 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -12 31 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1285 +{ +( 4772 1400 -168 ) ( 4772 1416 -168 ) ( 4868 1416 -168 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1400 -40 ) ( 4932 1400 -40 ) ( 4932 1400 -136 ) blasted/dday_bunker_wall1crkdsml -172 31 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1416 -40 ) ( 4436 1416 -40 ) ( 4436 1416 -136 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1400 -124 ) ( 5392 1416 -120 ) ( 5392 1416 -128 ) blasted/dday_bunker_wall1crkdsml -252 31 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1416 -88 ) ( 5280 1400 -94 ) ( 5280 1416 -100 ) blasted/dday_bunker_wall1crkdsml -252 31 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -252 31 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1286 +{ +( 4772 1384 -156 ) ( 4772 1400 -156 ) ( 4868 1400 -156 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4772 1384 -40 ) ( 4868 1384 -40 ) ( 4868 1384 -136 ) blasted/dday_bunker_wall1crkdsml -172 31 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1400 -40 ) ( 4436 1400 -40 ) ( 4436 1400 -136 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1384 -124 ) ( 5392 1400 -120 ) ( 5392 1400 -128 ) blasted/dday_bunker_wall1crkdsml -236 31 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1400 -88 ) ( 5280 1384 -94 ) ( 5280 1400 -100 ) blasted/dday_bunker_wall1crkdsml -236 31 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -236 31 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1287 +{ +( 4772 1368 -144 ) ( 4772 1384 -144 ) ( 4868 1384 -144 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1368 -4 ) ( 4932 1368 -4 ) ( 4932 1368 -100 ) blasted/dday_bunker_wall1crkdsml -172 67 0.00 1 1 0 65536 0 +surfaceparm detail +( 4468 1384 -4 ) ( 4372 1384 -4 ) ( 4372 1384 -100 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1368 -88 ) ( 5392 1384 -84 ) ( 5392 1384 -92 ) blasted/dday_bunker_wall1crkdsml -220 67 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1384 -52 ) ( 5280 1368 -58 ) ( 5280 1384 -64 ) blasted/dday_bunker_wall1crkdsml -220 67 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -220 67 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1288 +{ +( 4772 1352 -132 ) ( 4772 1368 -132 ) ( 4868 1368 -132 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1352 -4 ) ( 4932 1352 -4 ) ( 4932 1352 -100 ) blasted/dday_bunker_wall1crkdsml -172 67 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1368 -4 ) ( 4436 1368 -4 ) ( 4436 1368 -100 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1352 -88 ) ( 5392 1368 -84 ) ( 5392 1368 -92 ) blasted/dday_bunker_wall1crkdsml -204 67 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1368 -52 ) ( 5280 1352 -58 ) ( 5280 1368 -64 ) blasted/dday_bunker_wall1crkdsml -204 67 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -204 67 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1289 +{ +( 4772 1336 -120 ) ( 4772 1352 -120 ) ( 4868 1352 -120 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4772 1336 -4 ) ( 4868 1336 -4 ) ( 4868 1336 -100 ) blasted/dday_bunker_wall1crkdsml -172 67 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1352 -4 ) ( 4436 1352 -4 ) ( 4436 1352 -100 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1336 -88 ) ( 5392 1352 -84 ) ( 5392 1352 -92 ) blasted/dday_bunker_wall1crkdsml -188 67 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1352 -52 ) ( 5280 1336 -58 ) ( 5280 1352 -64 ) blasted/dday_bunker_wall1crkdsml -188 67 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -188 67 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1290 +{ +( 4772 1320 -108 ) ( 4772 1336 -108 ) ( 4868 1336 -108 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1320 32 ) ( 4932 1320 32 ) ( 4932 1320 -64 ) blasted/dday_bunker_wall1crkdsml -172 103 0.00 1 1 0 65536 0 +surfaceparm detail +( 4468 1336 32 ) ( 4372 1336 32 ) ( 4372 1336 -64 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1320 -52 ) ( 5392 1336 -48 ) ( 5392 1336 -56 ) blasted/dday_bunker_wall1crkdsml -172 103 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1336 -16 ) ( 5280 1320 -22 ) ( 5280 1336 -28 ) blasted/dday_bunker_wall1crkdsml -172 103 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -172 103 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1291 +{ +( 4772 1304 -96 ) ( 4772 1320 -96 ) ( 4868 1320 -96 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1304 32 ) ( 4932 1304 32 ) ( 4932 1304 -64 ) blasted/dday_bunker_wall1crkdsml -172 103 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1320 32 ) ( 4436 1320 32 ) ( 4436 1320 -64 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1304 -52 ) ( 5392 1320 -48 ) ( 5392 1320 -56 ) blasted/dday_bunker_wall1crkdsml -156 103 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1320 -16 ) ( 5280 1304 -22 ) ( 5280 1320 -28 ) blasted/dday_bunker_wall1crkdsml -156 103 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -156 103 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1292 +{ +( 4772 1288 -84 ) ( 4772 1304 -84 ) ( 4868 1304 -84 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4772 1288 32 ) ( 4868 1288 32 ) ( 4868 1288 -64 ) blasted/dday_bunker_wall1crkdsml -172 103 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1304 32 ) ( 4436 1304 32 ) ( 4436 1304 -64 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1288 -52 ) ( 5392 1304 -48 ) ( 5392 1304 -56 ) blasted/dday_bunker_wall1crkdsml -140 103 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1304 -16 ) ( 5280 1288 -22 ) ( 5280 1304 -28 ) blasted/dday_bunker_wall1crkdsml -140 103 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -140 103 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1293 +{ +( 4772 1272 -72 ) ( 4772 1288 -72 ) ( 4868 1288 -72 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1272 68 ) ( 4932 1272 68 ) ( 4932 1272 -28 ) blasted/dday_bunker_wall1crkdsml -172 139 0.00 1 1 0 65536 0 +surfaceparm detail +( 4468 1288 68 ) ( 4372 1288 68 ) ( 4372 1288 -28 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1272 -16 ) ( 5392 1288 -12 ) ( 5392 1288 -20 ) blasted/dday_bunker_wall1crkdsml -124 139 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1288 20 ) ( 5280 1272 14 ) ( 5280 1288 8 ) blasted/dday_bunker_wall1crkdsml -124 139 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -124 139 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1294 +{ +( 4772 1256 -60 ) ( 4772 1272 -60 ) ( 4868 1272 -60 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1256 68 ) ( 4932 1256 68 ) ( 4932 1256 -28 ) blasted/dday_bunker_wall1crkdsml -172 139 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1272 68 ) ( 4436 1272 68 ) ( 4436 1272 -28 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1256 -16 ) ( 5392 1272 -12 ) ( 5392 1272 -20 ) blasted/dday_bunker_wall1crkdsml -108 139 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1272 20 ) ( 5280 1256 14 ) ( 5280 1272 8 ) blasted/dday_bunker_wall1crkdsml -108 139 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -108 139 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1295 +{ +( 4772 1240 -48 ) ( 4772 1256 -48 ) ( 4868 1256 -48 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4772 1240 68 ) ( 4868 1240 68 ) ( 4868 1240 -28 ) blasted/dday_bunker_wall1crkdsml -172 139 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1256 68 ) ( 4436 1256 68 ) ( 4436 1256 -28 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1240 -16 ) ( 5392 1256 -12 ) ( 5392 1256 -20 ) blasted/dday_bunker_wall1crkdsml -92 139 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1256 20 ) ( 5280 1240 14 ) ( 5280 1256 8 ) blasted/dday_bunker_wall1crkdsml -92 139 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -92 139 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1296 +{ +( 4772 1224 -36 ) ( 4772 1240 -36 ) ( 4868 1240 -36 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1224 104 ) ( 4932 1224 104 ) ( 4932 1224 8 ) blasted/dday_bunker_wall1crkdsml -172 175 0.00 1 1 0 65536 0 +surfaceparm detail +( 4468 1240 104 ) ( 4372 1240 104 ) ( 4372 1240 8 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1224 20 ) ( 5392 1240 24 ) ( 5392 1240 16 ) blasted/dday_bunker_wall1crkdsml -76 175 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1240 56 ) ( 5280 1224 50 ) ( 5280 1240 44 ) blasted/dday_bunker_wall1crkdsml -76 175 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -76 175 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1297 +{ +( 4772 1208 -24 ) ( 4772 1224 -24 ) ( 4868 1224 -24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1208 104 ) ( 4932 1208 104 ) ( 4932 1208 8 ) blasted/dday_bunker_wall1crkdsml -172 175 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1224 104 ) ( 4436 1224 104 ) ( 4436 1224 8 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1208 20 ) ( 5392 1224 24 ) ( 5392 1224 16 ) blasted/dday_bunker_wall1crkdsml -60 175 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1224 56 ) ( 5280 1208 50 ) ( 5280 1224 44 ) blasted/dday_bunker_wall1crkdsml -60 175 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -60 175 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1298 +{ +( 4772 1192 -12 ) ( 4772 1208 -12 ) ( 4868 1208 -12 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4772 1192 104 ) ( 4868 1192 104 ) ( 4868 1192 8 ) blasted/dday_bunker_wall1crkdsml -172 175 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1208 104 ) ( 4436 1208 104 ) ( 4436 1208 8 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1192 20 ) ( 5392 1208 24 ) ( 5392 1208 16 ) blasted/dday_bunker_wall1crkdsml -44 175 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1208 56 ) ( 5280 1192 50 ) ( 5280 1208 44 ) blasted/dday_bunker_wall1crkdsml -44 175 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -44 175 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1299 +{ +( 4772 1176 0 ) ( 4772 1192 0 ) ( 4868 1192 0 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1176 140 ) ( 4932 1176 140 ) ( 4932 1176 44 ) blasted/dday_bunker_wall1crkdsml -172 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 4468 1192 140 ) ( 4372 1192 140 ) ( 4372 1192 44 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1176 56 ) ( 5392 1192 60 ) ( 5392 1192 52 ) blasted/dday_bunker_wall1crkdsml -28 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1192 92 ) ( 5280 1176 86 ) ( 5280 1192 80 ) blasted/dday_bunker_wall1crkdsml -28 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -28 211 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1300 +{ +( 4772 1160 12 ) ( 4772 1176 12 ) ( 4868 1176 12 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4836 1160 140 ) ( 4932 1160 140 ) ( 4932 1160 44 ) blasted/dday_bunker_wall1crkdsml -172 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1176 140 ) ( 4436 1176 140 ) ( 4436 1176 44 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1160 56 ) ( 5392 1176 60 ) ( 5392 1176 52 ) blasted/dday_bunker_wall1crkdsml -12 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1176 92 ) ( 5280 1160 86 ) ( 5280 1176 80 ) blasted/dday_bunker_wall1crkdsml -12 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -12 211 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1301 +{ +( 4772 1144 24 ) ( 4772 1160 24 ) ( 4868 1160 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4772 1144 140 ) ( 4868 1144 140 ) ( 4868 1144 44 ) blasted/dday_bunker_wall1crkdsml -172 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 1160 140 ) ( 4436 1160 140 ) ( 4436 1160 44 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5392 1144 56 ) ( 5392 1160 60 ) ( 5392 1160 52 ) blasted/dday_bunker_wall1crkdsml -252 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1160 92 ) ( 5280 1144 86 ) ( 5280 1160 80 ) blasted/dday_bunker_wall1crkdsml -252 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1432 -192 ) ( 5280 1428 -192 ) ( 5392 1430 -192 ) blasted/dday_bunker_wall1crkdsml -252 211 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1302 +{ +( 4772 1128 16 ) ( 4772 1144 16 ) ( 4868 1144 16 ) blasted/dday_bunker_wall1crkdsml -173 161 0.00 1 1 0 65536 0 +surfaceparm detail +( 4772 1128 140 ) ( 4868 1128 140 ) ( 4868 1128 44 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4532 1144 140 ) ( 4436 1144 140 ) ( 4436 1144 44 ) blasted/dday_bunker_wall1crkdsml -172 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5392 1128 56 ) ( 5392 1144 60 ) ( 5392 1144 52 ) blasted/dday_bunker_wall1crkdsml -236 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1144 92 ) ( 5280 1128 86 ) ( 5280 1144 80 ) blasted/dday_bunker_wall1crkdsml -236 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1416 -192 ) ( 5280 1412 -192 ) ( 5392 1414 -192 ) blasted/dday_bunker_wall1crkdsml -252 195 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1303 +{ +( 4756 1128 16 ) ( 4756 1144 16 ) ( 4852 1144 16 ) blasted/dday_bunker_wall1crkdsml -157 161 0.00 1 1 0 65536 0 +surfaceparm detail +( 4756 1128 140 ) ( 4852 1128 140 ) ( 4852 1128 44 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4516 1432 140 ) ( 4420 1432 140 ) ( 4420 1432 44 ) blasted/dday_bunker_wall1crkdsml -156 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1124 56 ) ( 5280 1140 60 ) ( 5280 1140 52 ) blasted/dday_bunker_wall1crkdsml -236 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5264 1144 92 ) ( 5264 1128 86 ) ( 5264 1144 80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5264 1416 -192 ) ( 5264 1412 -192 ) ( 5376 1414 -192 ) blasted/dday_bunker_wall1crkdsml -236 195 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1304 +{ +( 4884 1128 16 ) ( 4884 1144 16 ) ( 4980 1144 16 ) blasted/dday_bunker_wall1crkdsml -29 161 0.00 1 1 0 65536 0 +surfaceparm detail +( 4884 1128 140 ) ( 4980 1128 140 ) ( 4980 1128 44 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4644 1432 140 ) ( 4548 1432 140 ) ( 4548 1432 44 ) blasted/dday_bunker_wall1crkdsml -28 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5408 1124 56 ) ( 5408 1140 60 ) ( 5408 1140 52 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5392 1144 100 ) ( 5392 1128 94 ) ( 5392 1144 88 ) blasted/dday_bunker_wall1crkdsml -236 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5392 1416 -192 ) ( 5392 1412 -192 ) ( 5504 1414 -192 ) blasted/dday_bunker_wall1crkdsml -108 195 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1305 +{ +( 4884 2236 -176 ) ( 4884 2732 -176 ) ( 4700 2732 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4700 2732 -168 ) ( 4884 2732 -168 ) ( 4884 2236 -168 ) mohcommon/crackedconcrete 180 220 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4588 2724 -168 ) ( 4588 2228 -168 ) ( 4588 2228 -176 ) blasted/dday_bunker_wall1crkdsml 180 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 2236 -168 ) ( 4908 2732 -168 ) ( 4908 2732 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4884 2756 -168 ) ( 4700 2756 -168 ) ( 4700 2756 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4772 2620 -176 ) ( 4756 2620 -176 ) ( 4764 2620 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1306 +{ +( 4700 2620 -168 ) ( 4796 2620 -168 ) ( 4796 2636 -168 ) blasted/dday_bunker_wall1crkdsml 180 -18 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4796 2636 -72 ) ( 4796 2620 -72 ) ( 4700 2620 -72 ) blasted/dday_bunker_wall1crkdsml 180 -18 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4876 2636 -72 ) ( 4780 2636 -72 ) ( 4780 2636 -168 ) blasted/dday_bunker_wall1crkdsml 180 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4588 2636 -72 ) ( 4588 2620 -72 ) ( 4588 2620 -168 ) blasted/dday_bunker_wall1crkdsml 20 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4700 2620 -72 ) ( 4796 2620 -72 ) ( 4796 2620 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4884 2732 -168 ) ( 4772 2620 -168 ) ( 4828 2676 -72 ) blasted/dday_bunker_wall1crkdsml -20 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1307 +{ +( 4700 2700 -32 ) ( 4796 2700 -32 ) ( 4796 2732 -32 ) blasted/dday_bunker_wall1crkdsml 180 -116 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4796 2732 -16 ) ( 4796 2700 -16 ) ( 4700 2700 -16 ) blasted/dday_bunker_wall1crkdsml 180 -116 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4796 2756 8 ) ( 4700 2756 8 ) ( 4700 2756 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4588 2732 8 ) ( 4588 2700 8 ) ( 4588 2700 -32 ) blasted/dday_bunker_wall1crkdsml 116 38 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4700 2620 8 ) ( 4796 2620 8 ) ( 4796 2620 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4884 2732 -32 ) ( 4772 2620 -32 ) ( 4828 2676 -16 ) blasted/dday_bunker_wall1crkdsml -180 40 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1308 +{ +( 4700 2604 -72 ) ( 4796 2604 -72 ) ( 4796 2636 -72 ) blasted/dday_bunker_wall1crkdsml 180 -18 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4796 2636 -32 ) ( 4796 2604 -32 ) ( 4700 2604 -32 ) blasted/dday_bunker_wall1crkdsml 180 -18 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4588 2632 -32 ) ( 4588 2600 -32 ) ( 4588 2600 -72 ) blasted/dday_bunker_wall1crkdsml 20 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4700 2620 -32 ) ( 4796 2620 -32 ) ( 4796 2620 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4876 2636 -72 ) ( 4876 2652 -32 ) ( 4780 2644 -52 ) blasted/dday_bunker_wall1crkdsml 84 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4884 2732 -72 ) ( 4772 2620 -72 ) ( 4828 2676 -32 ) blasted/dday_bunker_wall1crkdsml 236 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1309 +{ +( 4700 2724 -72 ) ( 4796 2724 -72 ) ( 4796 2756 -72 ) blasted/dday_bunker_wall1crkdsml 180 -141 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4796 2756 -32 ) ( 4796 2724 -32 ) ( 4700 2724 -32 ) blasted/dday_bunker_wall1crkdsml 180 -141 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4796 2756 -32 ) ( 4700 2756 -32 ) ( 4700 2756 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4588 2756 -32 ) ( 4588 2724 -32 ) ( 4588 2724 -72 ) blasted/dday_bunker_wall1crkdsml 140 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4900 2724 -32 ) ( 4900 2740 -72 ) ( 4804 2732 -52 ) blasted/dday_bunker_wall1crkdsml 180 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 2756 -72 ) ( 4796 2644 -72 ) ( 4852 2700 -32 ) blasted/dday_bunker_wall1crkdsml 76 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1310 +{ +( 4896 2032 -232 ) ( 4760 2032 -232 ) ( 4760 1960 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4896 2016 -180 ) ( 4760 2016 -180 ) ( 4760 2032 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4760 1960 -176 ) ( 4896 1960 -176 ) ( 4896 1960 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4772 1956 -176 ) ( 4772 2028 -176 ) ( 4772 2028 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4896 2032 -176 ) ( 4760 2032 -176 ) ( 4760 2032 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4756 2032 -176 ) ( 4756 1960 -176 ) ( 4756 1960 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4760 2016 -180 ) ( 4896 2016 -180 ) ( 4896 1960 -224 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1311 +{ +( 5048 2032 -232 ) ( 4912 2032 -232 ) ( 4912 1960 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5048 2016 -180 ) ( 4912 2016 -180 ) ( 4912 2032 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4912 1960 -176 ) ( 5048 1960 -176 ) ( 5048 1960 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4924 1956 -176 ) ( 4924 2028 -176 ) ( 4924 2028 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5048 2032 -176 ) ( 4912 2032 -176 ) ( 4912 2032 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4908 2032 -176 ) ( 4908 1960 -176 ) ( 4908 1960 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4912 2016 -180 ) ( 5048 2016 -180 ) ( 5048 1960 -224 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1312 +{ +( 4772 2032 -180 ) ( 4756 2032 -180 ) ( 4756 2016 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4756 2020 -100 ) ( 4756 2036 -100 ) ( 4772 2036 -100 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4756 2016 -128 ) ( 4772 2016 -128 ) ( 4772 2016 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2016 -128 ) ( 4772 2032 -128 ) ( 4772 2032 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2032 -128 ) ( 4756 2032 -128 ) ( 4756 2032 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4756 2032 -128 ) ( 4756 2016 -128 ) ( 4756 2016 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4756 2016 -152 ) ( 4756 2028 -100 ) ( 4772 2022 -126 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1313 +{ +( 4924 2032 -180 ) ( 4908 2032 -180 ) ( 4908 2016 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4908 2020 -100 ) ( 4908 2036 -100 ) ( 4924 2036 -100 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4908 2016 -128 ) ( 4924 2016 -128 ) ( 4924 2016 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4924 2016 -128 ) ( 4924 2032 -128 ) ( 4924 2032 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4924 2032 -128 ) ( 4908 2032 -128 ) ( 4908 2032 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4908 2032 -128 ) ( 4908 2016 -128 ) ( 4908 2016 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4908 2016 -152 ) ( 4908 2028 -100 ) ( 4924 2022 -126 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1314 +{ +( 4804 2236 -32 ) ( 4804 2332 -32 ) ( 4772 2332 -32 ) blasted/dday_bunker_wall1crkdsml 19 220 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2332 -16 ) ( 4804 2332 -16 ) ( 4804 2236 -16 ) blasted/dday_bunker_wall1crkdsml 19 220 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2332 8 ) ( 4772 2236 8 ) ( 4772 2236 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4908 2236 8 ) ( 4908 2332 8 ) ( 4908 2332 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4772 2620 -32 ) ( 4884 2732 -32 ) ( 4828 2676 -16 ) blasted/dday_bunker_wall1crkdsml -116 40 0.00 1 1 0 65536 0 +surfaceparm detail +( 4832 2048 -32 ) ( 4768 2048 -32 ) ( 4800 2048 -16 ) blasted/dday_bunker_wall1crkdsml -212 40 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1315 +{ +( 4804 2236 -72 ) ( 4804 2332 -72 ) ( 4772 2332 -72 ) blasted/dday_bunker_wall1crkdsml 19 220 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2332 -32 ) ( 4804 2332 -32 ) ( 4804 2236 -32 ) blasted/dday_bunker_wall1crkdsml 19 220 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2332 -32 ) ( 4772 2236 -32 ) ( 4772 2236 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 2732 -32 ) ( 4788 2732 -72 ) ( 4796 2636 -52 ) blasted/dday_bunker_wall1crkdsml 20 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4772 2620 -72 ) ( 4884 2732 -72 ) ( 4828 2676 -32 ) blasted/dday_bunker_wall1crkdsml -20 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4832 2032 -72 ) ( 4768 2032 -72 ) ( 4800 2032 -32 ) blasted/dday_bunker_wall1crkdsml -116 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1316 +{ +( 4924 2236 -72 ) ( 4924 2332 -72 ) ( 4892 2332 -72 ) blasted/dday_bunker_wall1crkdsml 19 83 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4892 2332 -32 ) ( 4924 2332 -32 ) ( 4924 2236 -32 ) blasted/dday_bunker_wall1crkdsml 19 83 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4908 2236 -32 ) ( 4908 2332 -32 ) ( 4908 2332 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4892 2732 -72 ) ( 4876 2732 -32 ) ( 4884 2636 -52 ) blasted/dday_bunker_wall1crkdsml 180 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4796 2644 -72 ) ( 4908 2756 -72 ) ( 4852 2700 -32 ) blasted/dday_bunker_wall1crkdsml -140 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4832 2032 -72 ) ( 4768 2032 -72 ) ( 4800 2032 -32 ) blasted/dday_bunker_wall1crkdsml -236 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1317 +{ +( 4788 2236 -168 ) ( 4788 2332 -168 ) ( 4772 2332 -168 ) blasted/dday_bunker_wall1crkdsml 19 220 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2332 -72 ) ( 4788 2332 -72 ) ( 4788 2236 -72 ) blasted/dday_bunker_wall1crkdsml 19 220 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2332 -72 ) ( 4772 2236 -72 ) ( 4772 2236 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4788 2636 -72 ) ( 4788 2732 -72 ) ( 4788 2732 -168 ) blasted/dday_bunker_wall1crkdsml 20 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4772 2620 -168 ) ( 4884 2732 -168 ) ( 4828 2676 -72 ) blasted/dday_bunker_wall1crkdsml -116 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4832 2032 -168 ) ( 4768 2032 -168 ) ( 4800 2032 -72 ) blasted/dday_bunker_wall1crkdsml -212 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1318 +{ +( 4884 2236 -176 ) ( 4884 2732 -176 ) ( 4700 2732 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4700 2732 -168 ) ( 4884 2732 -168 ) ( 4884 2236 -168 ) mohcommon/crackedconcrete 180 220 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2724 -168 ) ( 4772 2228 -168 ) ( 4772 2228 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4908 2236 -168 ) ( 4908 2732 -168 ) ( 4908 2732 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4756 2620 -176 ) ( 4772 2620 -176 ) ( 4764 2620 -168 ) blasted/dday_bunker_wall1crkdsml -220 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4832 2032 -176 ) ( 4768 2032 -176 ) ( 4800 2032 -168 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1319 +{ +( 5276 2032 -232 ) ( 5372 2032 -232 ) ( 5372 2048 -232 ) blasted/dday_bunker_wall1crkdsml 244 -199 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2048 -176 ) ( 5372 2032 -176 ) ( 5276 2032 -176 ) blasted/dday_bunker_wall1crkdsml 244 -199 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2048 -72 ) ( 5276 2048 -72 ) ( 5276 2048 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5676 2032 -72 ) ( 5772 2032 -72 ) ( 5772 2032 -168 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2048 -156 ) ( 4772 2032 -152 ) ( 4772 2032 -160 ) blasted/dday_bunker_wall1crkdsml 124 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 2032 -120 ) ( 4908 2048 -126 ) ( 4908 2032 -132 ) blasted/dday_bunker_wall1crkdsml 124 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1320 +{ +( 5276 1968 -232 ) ( 5372 1968 -232 ) ( 5372 1984 -232 ) blasted/dday_bunker_wall1crkdsml 244 -135 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 1984 -220 ) ( 5372 1968 -220 ) ( 5276 1968 -220 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 1984 -68 ) ( 5276 1984 -68 ) ( 5276 1984 -164 ) blasted/dday_bunker_wall1crkdsml 244 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5676 1968 -68 ) ( 5772 1968 -68 ) ( 5772 1968 -164 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4772 1984 -152 ) ( 4772 1968 -148 ) ( 4772 1968 -156 ) blasted/dday_bunker_wall1crkdsml 60 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 1968 -116 ) ( 4908 1984 -122 ) ( 4908 1968 -128 ) blasted/dday_bunker_wall1crkdsml 60 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1321 +{ +( 5276 1984 -228 ) ( 5372 1984 -228 ) ( 5372 2000 -228 ) blasted/dday_bunker_wall1crkdsml 244 -151 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2000 -208 ) ( 5372 1984 -208 ) ( 5276 1984 -208 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2000 -68 ) ( 5276 2000 -68 ) ( 5276 2000 -164 ) blasted/dday_bunker_wall1crkdsml 244 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5676 1984 -68 ) ( 5772 1984 -68 ) ( 5772 1984 -164 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2000 -152 ) ( 4772 1984 -148 ) ( 4772 1984 -156 ) blasted/dday_bunker_wall1crkdsml 76 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 1984 -116 ) ( 4908 2000 -122 ) ( 4908 1984 -128 ) blasted/dday_bunker_wall1crkdsml 76 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1322 +{ +( 5276 2000 -228 ) ( 5372 2000 -228 ) ( 5372 2016 -228 ) blasted/dday_bunker_wall1crkdsml 244 -167 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2016 -196 ) ( 5372 2000 -196 ) ( 5276 2000 -196 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2016 -68 ) ( 5276 2016 -68 ) ( 5276 2016 -164 ) blasted/dday_bunker_wall1crkdsml 244 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5676 2000 -68 ) ( 5772 2000 -68 ) ( 5772 2000 -164 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2016 -152 ) ( 4772 2000 -148 ) ( 4772 2000 -156 ) blasted/dday_bunker_wall1crkdsml 92 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 2000 -116 ) ( 4908 2016 -122 ) ( 4908 2000 -128 ) blasted/dday_bunker_wall1crkdsml 92 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1323 +{ +( 5276 2016 -228 ) ( 5372 2016 -228 ) ( 5372 2032 -228 ) blasted/dday_bunker_wall1crkdsml 244 -183 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2032 -184 ) ( 5372 2016 -184 ) ( 5276 2016 -184 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2032 -68 ) ( 5276 2032 -68 ) ( 5276 2032 -164 ) blasted/dday_bunker_wall1crkdsml 244 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5676 2016 -68 ) ( 5772 2016 -68 ) ( 5772 2016 -164 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4772 2032 -152 ) ( 4772 2016 -148 ) ( 4772 2016 -156 ) blasted/dday_bunker_wall1crkdsml 108 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 2016 -116 ) ( 4908 2032 -122 ) ( 4908 2016 -128 ) blasted/dday_bunker_wall1crkdsml 108 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1324 +{ +( 4908 2236 -168 ) ( 4908 2332 -168 ) ( 4892 2332 -168 ) blasted/dday_bunker_wall1crkdsml 19 83 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4892 2332 -72 ) ( 4908 2332 -72 ) ( 4908 2236 -72 ) blasted/dday_bunker_wall1crkdsml 19 83 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4892 2732 -72 ) ( 4892 2636 -72 ) ( 4892 2636 -168 ) blasted/dday_bunker_wall1crkdsml 20 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 2236 -72 ) ( 4908 2332 -72 ) ( 4908 2332 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4796 2644 -168 ) ( 4908 2756 -168 ) ( 4852 2700 -72 ) blasted/dday_bunker_wall1crkdsml -236 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4848 2032 -168 ) ( 4784 2032 -168 ) ( 4816 2032 -72 ) blasted/dday_bunker_wall1crkdsml -76 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1325 +{ +( 5276 1536 -232 ) ( 5372 1536 -232 ) ( 5372 1552 -232 ) blasted/dday_bunker_wall1crkdsml 244 -216 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 1552 -32 ) ( 5372 1536 -32 ) ( 5276 1536 -32 ) blasted/dday_bunker_wall1crkdsml 244 -216 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 1552 -72 ) ( 5276 1552 -72 ) ( 5276 1552 -168 ) blasted/dday_bunker_wall1crkdsml 244 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4688 1556 -72 ) ( 4688 1540 -72 ) ( 4688 1540 -168 ) blasted/dday_bunker_wall1crkdsml 216 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5676 1536 -72 ) ( 5772 1536 -72 ) ( 5772 1536 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 1548 -168 ) ( 5072 1544 -168 ) ( 5072 1546 -72 ) blasted/dday_bunker_wall1crkdsml 140 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1326 +{ +( 4688 2348 -232 ) ( 4688 2444 -232 ) ( 4672 2444 -232 ) blasted/dday_bunker_wall1crkdsml 131 120 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4672 2444 -32 ) ( 4688 2444 -32 ) ( 4688 2348 -32 ) blasted/dday_bunker_wall1crkdsml 131 120 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4672 2444 -72 ) ( 4672 2348 -72 ) ( 4672 2348 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4668 1536 -72 ) ( 4684 1536 -72 ) ( 4684 1536 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4688 2492 -8 ) ( 4688 2588 -8 ) ( 4688 2588 -104 ) blasted/dday_bunker_wall1crkdsml 132 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4680 2048 -168 ) ( 4684 2048 -168 ) ( 4682 2048 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1327 +{ +( 4884 1724 -240 ) ( 4884 2220 -240 ) ( 4700 2220 -240 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4700 2220 -232 ) ( 4884 2220 -232 ) ( 4884 1724 -232 ) mohcommon/crackedconcrete 180 220 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4672 2152 -232 ) ( 4672 1656 -232 ) ( 4672 1656 -240 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4620 1536 -232 ) ( 4804 1536 -232 ) ( 4804 1536 -240 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5088 1724 -232 ) ( 5088 2220 -232 ) ( 5088 2220 -240 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4688 2048 -240 ) ( 4704 2048 -240 ) ( 4696 2048 -232 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1328 +{ +( 5276 2032 -232 ) ( 5372 2032 -232 ) ( 5372 2048 -232 ) blasted/dday_bunker_wall1crkdsml 244 -199 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2048 -32 ) ( 5372 2032 -32 ) ( 5276 2032 -32 ) blasted/dday_bunker_wall1crkdsml 244 -199 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2048 -72 ) ( 5276 2048 -72 ) ( 5276 2048 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4688 2052 -72 ) ( 4688 2036 -72 ) ( 4688 2036 -168 ) blasted/dday_bunker_wall1crkdsml 200 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5676 2032 -72 ) ( 5772 2032 -72 ) ( 5772 2032 -168 ) blasted/dday_bunker_wall1crkdsml 244 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4772 2032 -152 ) ( 4772 2048 -156 ) ( 4772 2032 -160 ) blasted/dday_bunker_wall1crkdsml 124 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1329 +{ +( 5276 2032 -232 ) ( 5372 2032 -232 ) ( 5372 2048 -232 ) blasted/dday_bunker_wall1crkdsml 244 -199 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2048 -32 ) ( 5372 2032 -32 ) ( 5276 2032 -32 ) blasted/dday_bunker_wall1crkdsml 244 -199 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5372 2048 -72 ) ( 5276 2048 -72 ) ( 5276 2048 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5676 2032 -72 ) ( 5772 2032 -72 ) ( 5772 2032 -168 ) blasted/dday_bunker_wall1crkdsml 244 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5072 2044 -168 ) ( 5072 2040 -168 ) ( 5072 2042 -72 ) blasted/dday_bunker_wall1crkdsml 124 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 2048 -126 ) ( 4908 2032 -120 ) ( 4908 2032 -132 ) blasted/dday_bunker_wall1crkdsml 124 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1330 +{ +( 4700 2740 -168 ) ( 4796 2740 -168 ) ( 4796 2756 -168 ) blasted/dday_bunker_wall1crkdsml 180 -141 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4796 2756 -72 ) ( 4796 2740 -72 ) ( 4700 2740 -72 ) blasted/dday_bunker_wall1crkdsml 180 -141 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4796 2756 -72 ) ( 4700 2756 -72 ) ( 4700 2756 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4588 2748 -72 ) ( 4588 2732 -72 ) ( 4588 2732 -168 ) blasted/dday_bunker_wall1crkdsml 140 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4804 2740 -72 ) ( 4900 2740 -72 ) ( 4900 2740 -168 ) blasted/dday_bunker_wall1crkdsml 180 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4908 2756 -168 ) ( 4796 2644 -168 ) ( 4852 2700 -72 ) blasted/dday_bunker_wall1crkdsml -180 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1331 +{ +( 5072 1620 -180 ) ( 5072 1636 -180 ) ( 5056 1636 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5060 1636 -100 ) ( 5076 1636 -100 ) ( 5076 1620 -100 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1636 -128 ) ( 5056 1620 -128 ) ( 5056 1620 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1620 -128 ) ( 5072 1620 -128 ) ( 5072 1620 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1620 -128 ) ( 5072 1636 -128 ) ( 5072 1636 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1636 -128 ) ( 5056 1636 -128 ) ( 5056 1636 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1636 -152 ) ( 5068 1636 -100 ) ( 5062 1620 -126 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1332 +{ +( 5072 1772 -180 ) ( 5072 1788 -180 ) ( 5056 1788 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5060 1788 -100 ) ( 5076 1788 -100 ) ( 5076 1772 -100 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1788 -128 ) ( 5056 1772 -128 ) ( 5056 1772 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1772 -128 ) ( 5072 1772 -128 ) ( 5072 1772 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1772 -128 ) ( 5072 1788 -128 ) ( 5072 1788 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1788 -128 ) ( 5056 1788 -128 ) ( 5056 1788 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1788 -152 ) ( 5068 1788 -100 ) ( 5062 1772 -126 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1333 +{ +( 5072 1496 -232 ) ( 5072 1632 -232 ) ( 5000 1632 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1496 -180 ) ( 5056 1632 -180 ) ( 5072 1632 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5000 1632 -176 ) ( 5000 1496 -176 ) ( 5000 1496 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4996 1620 -176 ) ( 5068 1620 -176 ) ( 5068 1620 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1496 -176 ) ( 5072 1632 -176 ) ( 5072 1632 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1636 -176 ) ( 5000 1636 -176 ) ( 5000 1636 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1632 -180 ) ( 5056 1496 -180 ) ( 5000 1496 -224 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1334 +{ +( 5072 1648 -232 ) ( 5072 1784 -232 ) ( 5000 1784 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1648 -180 ) ( 5056 1784 -180 ) ( 5072 1784 -180 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5000 1784 -176 ) ( 5000 1648 -176 ) ( 5000 1648 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4996 1772 -176 ) ( 5068 1772 -176 ) ( 5068 1772 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1648 -176 ) ( 5072 1784 -176 ) ( 5072 1784 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1788 -176 ) ( 5000 1788 -176 ) ( 5000 1788 -232 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1784 -180 ) ( 5056 1648 -180 ) ( 5000 1648 -224 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1335 +{ +( 5628 1636 -168 ) ( 5724 1636 -168 ) ( 5724 1652 -168 ) blasted/dday_bunker_wall1crkdsml 83 -59 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5724 1652 -72 ) ( 5724 1636 -72 ) ( 5628 1636 -72 ) blasted/dday_bunker_wall1crkdsml 83 -59 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6124 1652 -72 ) ( 6028 1652 -72 ) ( 6028 1652 -168 ) blasted/dday_bunker_wall1crkdsml 84 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5072 1656 -72 ) ( 5072 1640 -72 ) ( 5072 1640 -168 ) blasted/dday_bunker_wall1crkdsml 60 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5628 1636 -72 ) ( 5724 1636 -72 ) ( 5724 1636 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5200 1776 -168 ) ( 5200 1744 -168 ) ( 5200 1760 -72 ) blasted/dday_bunker_wall1crkdsml 132 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1336 +{ +( 5628 1620 -72 ) ( 5724 1620 -72 ) ( 5724 1652 -72 ) blasted/dday_bunker_wall1crkdsml 83 -59 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5724 1652 -32 ) ( 5724 1620 -32 ) ( 5628 1620 -32 ) blasted/dday_bunker_wall1crkdsml 83 -59 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1656 -32 ) ( 5072 1624 -32 ) ( 5072 1624 -72 ) blasted/dday_bunker_wall1crkdsml 60 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5628 1636 -32 ) ( 5724 1636 -32 ) ( 5724 1636 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6124 1652 -72 ) ( 6124 1668 -32 ) ( 6028 1660 -52 ) blasted/dday_bunker_wall1crkdsml 244 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5200 1776 -72 ) ( 5200 1744 -72 ) ( 5200 1760 -32 ) blasted/dday_bunker_wall1crkdsml 228 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1337 +{ +( 5628 1740 -72 ) ( 5724 1740 -72 ) ( 5724 1772 -72 ) blasted/dday_bunker_wall1crkdsml 83 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5724 1772 -32 ) ( 5724 1740 -32 ) ( 5628 1740 -32 ) blasted/dday_bunker_wall1crkdsml 83 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5724 1772 -32 ) ( 5628 1772 -32 ) ( 5628 1772 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 1776 -32 ) ( 5072 1744 -32 ) ( 5072 1744 -72 ) blasted/dday_bunker_wall1crkdsml 180 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6124 1740 -32 ) ( 6124 1756 -72 ) ( 6028 1748 -52 ) blasted/dday_bunker_wall1crkdsml 84 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5200 1776 -72 ) ( 5200 1744 -72 ) ( 5200 1760 -32 ) blasted/dday_bunker_wall1crkdsml 92 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1338 +{ +( 5628 1756 -168 ) ( 5724 1756 -168 ) ( 5724 1772 -168 ) blasted/dday_bunker_wall1crkdsml 83 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5724 1772 -72 ) ( 5724 1756 -72 ) ( 5628 1756 -72 ) blasted/dday_bunker_wall1crkdsml 83 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5724 1772 -72 ) ( 5628 1772 -72 ) ( 5628 1772 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 1776 -72 ) ( 5072 1760 -72 ) ( 5072 1760 -168 ) blasted/dday_bunker_wall1crkdsml 180 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6028 1756 -72 ) ( 6124 1756 -72 ) ( 6124 1756 -168 ) blasted/dday_bunker_wall1crkdsml 84 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5200 1776 -168 ) ( 5200 1744 -168 ) ( 5200 1760 -72 ) blasted/dday_bunker_wall1crkdsml 252 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1339 +{ +( 5072 1268 -232 ) ( 5072 1172 -232 ) ( 5088 1172 -232 ) blasted/dday_bunker_wall1crkdsml -158 -167 90.00 1 1 0 65536 0 +surfaceparm detail +( 5088 1172 -176 ) ( 5072 1172 -176 ) ( 5072 1268 -176 ) blasted/dday_bunker_wall1crkdsml -158 -167 90.00 1 1 0 65536 0 +surfaceparm detail +( 5088 1172 -72 ) ( 5088 1268 -72 ) ( 5088 1268 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 868 -72 ) ( 5072 772 -72 ) ( 5072 772 -168 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5088 1772 -156 ) ( 5072 1772 -152 ) ( 5072 1772 -160 ) blasted/dday_bunker_wall1crkdsml 92 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5072 1636 -120 ) ( 5088 1636 -126 ) ( 5072 1636 -132 ) blasted/dday_bunker_wall1crkdsml 92 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1340 +{ +( 5056 1268 -228 ) ( 5056 1172 -228 ) ( 5072 1172 -228 ) blasted/dday_bunker_wall1crkdsml -158 -151 90.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1172 -184 ) ( 5056 1172 -184 ) ( 5056 1268 -184 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1172 -68 ) ( 5072 1268 -68 ) ( 5072 1268 -164 ) blasted/dday_bunker_wall1crkdsml -156 4 0.00 1 1 0 65536 0 +surfaceparm detail +( 5056 868 -68 ) ( 5056 772 -68 ) ( 5056 772 -164 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5072 1772 -152 ) ( 5056 1772 -148 ) ( 5056 1772 -156 ) blasted/dday_bunker_wall1crkdsml 76 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5056 1636 -116 ) ( 5072 1636 -122 ) ( 5056 1636 -128 ) blasted/dday_bunker_wall1crkdsml 76 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1341 +{ +( 5040 1268 -228 ) ( 5040 1172 -228 ) ( 5056 1172 -228 ) blasted/dday_bunker_wall1crkdsml -158 -135 90.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1172 -196 ) ( 5040 1172 -196 ) ( 5040 1268 -196 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1172 -68 ) ( 5056 1268 -68 ) ( 5056 1268 -164 ) blasted/dday_bunker_wall1crkdsml -156 4 0.00 1 1 0 65536 0 +surfaceparm detail +( 5040 868 -68 ) ( 5040 772 -68 ) ( 5040 772 -164 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5056 1772 -152 ) ( 5040 1772 -148 ) ( 5040 1772 -156 ) blasted/dday_bunker_wall1crkdsml 60 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5040 1636 -116 ) ( 5056 1636 -122 ) ( 5040 1636 -128 ) blasted/dday_bunker_wall1crkdsml 60 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1342 +{ +( 5024 1268 -228 ) ( 5024 1172 -228 ) ( 5040 1172 -228 ) blasted/dday_bunker_wall1crkdsml -158 -119 90.00 1 1 0 65536 0 +surfaceparm detail +( 5040 1172 -208 ) ( 5024 1172 -208 ) ( 5024 1268 -208 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5040 1172 -68 ) ( 5040 1268 -68 ) ( 5040 1268 -164 ) blasted/dday_bunker_wall1crkdsml -156 4 0.00 1 1 0 65536 0 +surfaceparm detail +( 5024 868 -68 ) ( 5024 772 -68 ) ( 5024 772 -164 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5040 1772 -152 ) ( 5024 1772 -148 ) ( 5024 1772 -156 ) blasted/dday_bunker_wall1crkdsml 44 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5024 1636 -116 ) ( 5040 1636 -122 ) ( 5024 1636 -128 ) blasted/dday_bunker_wall1crkdsml 44 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1343 +{ +( 5008 1268 -232 ) ( 5008 1172 -232 ) ( 5024 1172 -232 ) blasted/dday_bunker_wall1crkdsml -158 -103 90.00 1 1 0 65536 0 +surfaceparm detail +( 5024 1172 -220 ) ( 5008 1172 -220 ) ( 5008 1268 -220 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5024 1172 -68 ) ( 5024 1268 -68 ) ( 5024 1268 -164 ) blasted/dday_bunker_wall1crkdsml -156 4 0.00 1 1 0 65536 0 +surfaceparm detail +( 5008 868 -72 ) ( 5008 772 -72 ) ( 5008 772 -168 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5024 1772 -152 ) ( 5008 1772 -148 ) ( 5008 1772 -156 ) blasted/dday_bunker_wall1crkdsml 28 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5008 1636 -116 ) ( 5024 1636 -122 ) ( 5008 1636 -128 ) blasted/dday_bunker_wall1crkdsml 28 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1344 +{ +( 5088 2348 -232 ) ( 5088 2444 -232 ) ( 5072 2444 -232 ) blasted/dday_bunker_wall1crkdsml 131 7 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5072 2444 -32 ) ( 5088 2444 -32 ) ( 5088 2348 -32 ) blasted/dday_bunker_wall1crkdsml 131 7 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5072 2188 -8 ) ( 5072 2092 -8 ) ( 5072 2092 -104 ) blasted/dday_bunker_wall1crkdsml 132 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5068 1536 -72 ) ( 5084 1536 -72 ) ( 5084 1536 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5088 2748 -72 ) ( 5088 2844 -72 ) ( 5088 2844 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 1636 -32 ) ( 5072 1636 -40 ) ( 5088 1636 -36 ) blasted/dday_bunker_wall1crkdsml -84 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1345 +{ +( 5088 2348 -232 ) ( 5088 2444 -232 ) ( 5072 2444 -232 ) blasted/dday_bunker_wall1crkdsml 131 7 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5072 2444 -32 ) ( 5088 2444 -32 ) ( 5088 2348 -32 ) blasted/dday_bunker_wall1crkdsml 131 7 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5072 2188 -8 ) ( 5072 2092 -8 ) ( 5072 2092 -104 ) blasted/dday_bunker_wall1crkdsml 132 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5088 2748 -72 ) ( 5088 2844 -72 ) ( 5088 2844 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5080 2048 -168 ) ( 5084 2048 -168 ) ( 5082 2048 -72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 1772 -40 ) ( 5072 1772 -32 ) ( 5088 1772 -36 ) blasted/dday_bunker_wall1crkdsml -84 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1346 +{ +( 4752 1432 -16 ) ( 4752 1448 -16 ) ( 4848 1448 -16 ) blasted/dday_bunker_wall1crkdsml -157 209 0.00 1 1 0 65536 0 +surfaceparm detail +( 4756 1432 140 ) ( 4852 1432 140 ) ( 4852 1432 44 ) blasted/dday_bunker_wall1crkdsml -156 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 4520 1600 140 ) ( 4424 1600 140 ) ( 4424 1600 44 ) blasted/dday_bunker_wall1crkdsml -156 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5280 1428 64 ) ( 5280 1444 68 ) ( 5280 1444 60 ) blasted/dday_bunker_wall1crkdsml -28 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5264 1448 92 ) ( 5264 1432 86 ) ( 5264 1448 80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5264 1720 -192 ) ( 5264 1716 -192 ) ( 5376 1718 -192 ) blasted/dday_bunker_wall1crkdsml -236 243 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1347 +{ +( 5628 1740 -32 ) ( 5724 1740 -32 ) ( 5724 1772 -32 ) blasted/dday_bunker_wall1crkdsml 83 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5724 1772 -16 ) ( 5724 1740 -16 ) ( 5628 1740 -16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5724 1772 8 ) ( 5628 1772 8 ) ( 5628 1772 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5088 1764 8 ) ( 5088 1732 8 ) ( 5088 1732 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5628 1636 8 ) ( 5724 1636 8 ) ( 5724 1636 -32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5200 1776 -32 ) ( 5200 1744 -32 ) ( 5200 1760 -16 ) blasted/dday_bunker_wall1crkdsml 252 38 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1348 +{ +( 4880 1432 -16 ) ( 4880 1448 -16 ) ( 4976 1448 -16 ) blasted/dday_bunker_wall1crkdsml -29 209 0.00 1 1 0 65536 0 +surfaceparm detail +( 4884 1432 140 ) ( 4980 1432 140 ) ( 4980 1432 44 ) blasted/dday_bunker_wall1crkdsml -28 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 4648 1792 140 ) ( 4552 1792 140 ) ( 4552 1792 44 ) blasted/dday_bunker_wall1crkdsml -28 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5408 1428 56 ) ( 5408 1444 60 ) ( 5408 1444 52 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5392 1448 92 ) ( 5392 1432 86 ) ( 5392 1448 80 ) blasted/dday_bunker_wall1crkdsml -28 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5396 1720 -192 ) ( 5396 1716 -192 ) ( 5508 1718 -192 ) blasted/dday_bunker_wall1crkdsml -108 243 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1349 +{ +( 5112 2128 -16 ) ( 5128 2128 -16 ) ( 5128 2032 -16 ) blasted/dday_bunker_wall1crkdsml 66 48 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5184 2124 140 ) ( 5184 2028 140 ) ( 5184 2028 44 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5280 2360 140 ) ( 5280 2456 140 ) ( 5280 2456 44 ) blasted/dday_bunker_wall1crkdsml 68 209 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5108 1600 56 ) ( 5124 1600 60 ) ( 5124 1600 52 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5128 1616 92 ) ( 5112 1616 86 ) ( 5128 1616 80 ) blasted/dday_bunker_wall1crkdsml -124 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5400 1616 -192 ) ( 5396 1616 -192 ) ( 5398 1504 -192 ) blasted/dday_bunker_wall1crkdsml 243 82 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1350 +{ +( 5112 2320 -16 ) ( 5128 2320 -16 ) ( 5128 2224 -16 ) blasted/dday_bunker_wall1crkdsml 2 48 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5184 2316 140 ) ( 5184 2220 140 ) ( 5184 2220 44 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5408 2552 140 ) ( 5408 2648 140 ) ( 5408 2648 44 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5108 1792 56 ) ( 5124 1792 60 ) ( 5124 1792 52 ) blasted/dday_bunker_wall1crkdsml -124 211 0.00 1 1 0 65536 0 +surfaceparm detail +( 5128 1808 92 ) ( 5112 1808 86 ) ( 5128 1808 80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5400 1808 -192 ) ( 5396 1808 -192 ) ( 5398 1696 -192 ) blasted/dday_bunker_wall1crkdsml 179 82 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1351 +{ +( 5396 1484 -200 ) ( 5396 1980 -200 ) ( 5212 1980 -200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5212 1980 -192 ) ( 5396 1980 -192 ) ( 5396 1484 -192 ) mohcommon/crackedconcrete 196 219 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5264 1924 -192 ) ( 5264 1428 -192 ) ( 5264 1428 -200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5140 1128 -192 ) ( 5324 1128 -192 ) ( 5324 1128 -200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5408 1476 -192 ) ( 5408 1972 -192 ) ( 5408 1972 -200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5248 1600 -200 ) ( 5260 1600 -200 ) ( 5254 1600 -192 ) blasted/dday_bunker_wall1crkdsml -220 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1352 +{ +( 5396 1484 -200 ) ( 5396 1980 -200 ) ( 5212 1980 -200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5212 1980 -192 ) ( 5396 1980 -192 ) ( 5396 1484 -192 ) mohcommon/crackedconcrete 196 219 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5184 1912 -192 ) ( 5184 1416 -192 ) ( 5184 1416 -200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5408 1476 -192 ) ( 5408 1972 -192 ) ( 5408 1972 -200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5200 1808 -200 ) ( 5216 1808 -200 ) ( 5208 1808 -192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5260 1600 -200 ) ( 5248 1600 -200 ) ( 5254 1600 -192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1353 +{ +( 5712 1888 -16 ) ( 5712 1872 -16 ) ( 5616 1872 -16 ) blasted/dday_bunker_wall1crkdsml 65 -38 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1616 140 ) ( 6044 1616 140 ) ( 6044 1616 44 ) blasted/dday_bunker_wall1crkdsml 68 208 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5184 1892 56 ) ( 5184 1876 60 ) ( 5184 1876 52 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5200 1872 92 ) ( 5200 1888 86 ) ( 5200 1872 80 ) blasted/dday_bunker_wall1crkdsml 220 209 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5200 1600 -192 ) ( 5200 1604 -192 ) ( 5088 1602 -192 ) blasted/dday_bunker_wall1crkdsml 243 -4 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5184 1636 -12 ) ( 5184 1636 -24 ) ( 5200 1636 -18 ) blasted/dday_bunker_wall1crkdsml 243 -3 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1354 +{ +( 5712 1888 -16 ) ( 5712 1872 -16 ) ( 5616 1872 -16 ) blasted/dday_bunker_wall1crkdsml 65 -38 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5708 1792 140 ) ( 5612 1792 140 ) ( 5612 1792 44 ) blasted/dday_bunker_wall1crkdsml 68 208 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5184 1892 56 ) ( 5184 1876 60 ) ( 5184 1876 52 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5200 1872 92 ) ( 5200 1888 86 ) ( 5200 1872 80 ) blasted/dday_bunker_wall1crkdsml 220 209 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5200 1600 -192 ) ( 5200 1604 -192 ) ( 5088 1602 -192 ) blasted/dday_bunker_wall1crkdsml 243 -4 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5184 1772 -28 ) ( 5184 1772 -12 ) ( 5200 1772 -20 ) blasted/dday_bunker_wall1crkdsml 243 -3 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1355 +{ +( 5628 1660 -176 ) ( 6124 1660 -176 ) ( 6124 1844 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6124 1844 -168 ) ( 6124 1660 -168 ) ( 5628 1660 -168 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6116 1772 -168 ) ( 5620 1772 -168 ) ( 5620 1772 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 1912 -168 ) ( 5072 1728 -168 ) ( 5072 1728 -176 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5628 1636 -168 ) ( 6124 1636 -168 ) ( 6124 1636 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5184 1776 -176 ) ( 5184 1764 -176 ) ( 5184 1770 -168 ) blasted/dday_bunker_wall1crkdsml 180 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1356 +{ +( 5628 1660 -192 ) ( 6124 1660 -192 ) ( 6124 1844 -192 ) blasted/dday_bunker_wall1crkdsml 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6124 1844 -168 ) ( 6124 1660 -168 ) ( 5628 1660 -168 ) mohcommon/crackedconcrete 244 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6116 1772 -168 ) ( 5620 1772 -168 ) ( 5620 1772 -176 ) blasted/dday_bunker_wall1crkdsml 244 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5628 1636 -168 ) ( 6124 1636 -168 ) ( 6124 1636 -176 ) blasted/dday_bunker_wall1crkdsml 244 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5200 1776 -176 ) ( 5200 1744 -176 ) ( 5200 1760 -168 ) blasted/dday_bunker_wall1crkdsml 180 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5184 1764 -176 ) ( 5184 1776 -176 ) ( 5184 1770 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1357 +{ +( 5644 1640 -192 ) ( 6140 1640 -192 ) ( 6140 1824 -192 ) blasted/dday_bunker_wall1crkdsml 3 -160 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6140 1824 -180 ) ( 6140 1640 -180 ) ( 5644 1640 -180 ) mohcommon/crackedconcrete 3 -160 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6136 1792 -168 ) ( 5640 1792 -168 ) ( 5640 1792 -176 ) blasted/dday_bunker_wall1crkdsml 4 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5644 1616 -168 ) ( 6140 1616 -168 ) ( 6140 1616 -176 ) blasted/dday_bunker_wall1crkdsml 4 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5280 1756 -176 ) ( 5280 1724 -176 ) ( 5280 1740 -168 ) blasted/dday_bunker_wall1crkdsml 160 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5200 1744 -176 ) ( 5200 1756 -176 ) ( 5200 1750 -168 ) blasted/dday_bunker_wall1crkdsml 160 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1358 +{ +( 5740 1704 -16 ) ( 5836 1704 -16 ) ( 5836 1736 -16 ) blasted/dday_bunker_wall1crkdsml 195 -144 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5836 1736 -8 ) ( 5836 1704 -8 ) ( 5740 1704 -8 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5844 1808 24 ) ( 5748 1808 24 ) ( 5748 1808 -16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5184 1728 24 ) ( 5184 1696 24 ) ( 5184 1696 -16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5740 1600 24 ) ( 5836 1600 24 ) ( 5836 1600 -16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5408 1828 -16 ) ( 5408 1796 -16 ) ( 5408 1812 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1359 +{ +( 5820 1536 -16 ) ( 5916 1536 -16 ) ( 5916 1568 -16 ) blasted/dday_bunker_wall1crkdsml 18 -232 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1568 16 ) ( 5916 1536 16 ) ( 5820 1536 16 ) blasted/dday_bunker_wall1crkdsml 18 -232 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5924 1600 24 ) ( 5828 1600 24 ) ( 5828 1600 -16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5264 1560 24 ) ( 5264 1528 24 ) ( 5264 1528 -16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5408 1676 -16 ) ( 5408 1644 -16 ) ( 5408 1660 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5292 1432 -16 ) ( 5284 1432 -16 ) ( 5288 1432 -8 ) blasted/dday_bunker_wall1crkdsml 48 54 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1360 +{ +( 4692 2756 -32 ) ( 4692 2724 -32 ) ( 4596 2724 -32 ) blasted/dday_bunker_wall1crkdsml 76 -141 -180.00 1 1 0 65536 0 +surfaceparm detail +( 4484 2756 -32 ) ( 4484 2724 -32 ) ( 4484 2724 -72 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4796 2724 -32 ) ( 4796 2740 -72 ) ( 4700 2732 -52 ) blasted/dday_bunker_wall1crkdsml 76 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4588 2756 -72 ) ( 4588 2744 -72 ) ( 4588 2750 -32 ) blasted/dday_bunker_wall1crkdsml 76 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4484 2740 -40 ) ( 4484 2740 -48 ) ( 4616 2740 -44 ) blasted/dday_bunker_wall1crkdsml 108 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1361 +{ +( 4380 2620 -32 ) ( 4380 2652 -32 ) ( 4476 2652 -32 ) blasted/dday_bunker_wall1crkdsml -36 115 0.00 1 1 0 65536 0 +surfaceparm detail +( 4588 2620 -32 ) ( 4588 2652 -32 ) ( 4588 2652 -72 ) blasted/dday_bunker_wall1crkdsml -116 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4276 2652 -32 ) ( 4276 2636 -72 ) ( 4372 2644 -52 ) blasted/dday_bunker_wall1crkdsml -36 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4484 2620 -72 ) ( 4484 2632 -72 ) ( 4484 2626 -32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4588 2636 -40 ) ( 4588 2636 -48 ) ( 4456 2636 -44 ) blasted/dday_bunker_wall1crkdsml -4 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1362 +{ +( -6080 5076 192 ) ( -6096 5076 192 ) ( -6096 4796 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6096 4796 360 ) ( -6096 5076 360 ) ( -6080 5076 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4308 360 ) ( -5976 4588 360 ) ( -5976 4588 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 4572 360 ) ( -6096 4572 360 ) ( -6096 4572 192 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4940 360 ) ( -6000 4660 360 ) ( -6000 4660 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4348 320 ) ( -6000 4348 332 ) ( -5976 4348 326 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1363 +{ +( -6196 4236 192 ) ( -6204 4236 192 ) ( -6204 3780 192 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6200 3780 360 ) ( -6200 4236 360 ) ( -6192 4236 360 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6140 4076 368 ) ( -6132 4076 368 ) ( -6132 4076 344 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 3636 368 ) ( -5968 4092 368 ) ( -5968 4092 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4224 368 ) ( -6000 3768 368 ) ( -6000 3768 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4160 356 ) ( -6000 4160 336 ) ( -5968 4160 346 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1364 +{ +( -6196 4236 192 ) ( -6204 4236 192 ) ( -6204 3780 192 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6200 3780 360 ) ( -6200 4236 360 ) ( -6192 4236 360 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 3636 368 ) ( -5968 4092 368 ) ( -5968 4092 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6192 4348 368 ) ( -6200 4348 368 ) ( -6200 4348 344 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4224 368 ) ( -6000 3768 368 ) ( -6000 3768 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4264 340 ) ( -6000 4264 356 ) ( -5968 4264 348 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1365 +{ +( -6200 3780 360 ) ( -6200 4236 360 ) ( -6192 4236 360 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 3636 368 ) ( -5968 4092 368 ) ( -5968 4092 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4224 368 ) ( -6000 3768 368 ) ( -6000 3768 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4160 336 ) ( -6000 4160 356 ) ( -5968 4160 346 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4264 356 ) ( -6000 4264 340 ) ( -5968 4264 348 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4208 344 ) ( -6000 4196 344 ) ( -5968 4202 344 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1366 +{ +( -5968 3636 368 ) ( -5968 4092 368 ) ( -5968 4092 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4224 368 ) ( -6000 3768 368 ) ( -6000 3768 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4160 336 ) ( -6000 4160 356 ) ( -5968 4160 346 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4196 344 ) ( -6000 4208 344 ) ( -5968 4202 344 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4196 344 ) ( -6000 4160 264 ) ( -5968 4178 304 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1367 +{ +( -5968 3636 368 ) ( -5968 4092 368 ) ( -5968 4092 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4224 368 ) ( -6000 3768 368 ) ( -6000 3768 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4264 356 ) ( -6000 4264 340 ) ( -5968 4264 348 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4196 344 ) ( -6000 4208 344 ) ( -5968 4202 344 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4256 328 ) ( -6000 4216 344 ) ( -5968 4236 336 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4268 328 ) ( -6000 4260 328 ) ( -5968 4264 328 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1368 +{ +( -6196 4236 192 ) ( -6204 4236 192 ) ( -6204 3780 192 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 3636 368 ) ( -5968 4092 368 ) ( -5968 4092 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4224 368 ) ( -6000 3768 368 ) ( -6000 3768 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4160 336 ) ( -6000 4160 356 ) ( -5968 4160 346 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4160 260 ) ( -6000 4168 248 ) ( -5968 4164 254 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4176 236 ) ( -6000 4180 192 ) ( -5968 4178 214 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1369 +{ +( -6196 4236 192 ) ( -6204 4236 192 ) ( -6204 3780 192 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 3636 368 ) ( -5968 4092 368 ) ( -5968 4092 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4224 368 ) ( -6000 3768 368 ) ( -6000 3768 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6000 4264 356 ) ( -6000 4264 340 ) ( -5968 4264 348 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4256 276 ) ( -6000 4264 280 ) ( -5968 4260 278 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 4248 192 ) ( -6000 4256 276 ) ( -5968 4252 234 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1370 +{ +( -5176 4884 550 ) ( -5176 4876 544 ) ( -5176 4876 556 ) common/nodraw 44 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5200 4884 568 ) ( -5208 4884 384 ) ( -5192 4884 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6728 4904 384 ) ( -6728 4888 384 ) ( -5144 4896 384 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144 4876 0 ) ( -6728 4876 0 ) ( -6728 4876 568 ) ta_berlin/berlinwall3b 208 22 0.00 -1 0.718750 0 65536 0 +surfaceparm detail +( -5144 5580 568 ) ( -5144 4876 568 ) ( -6728 4876 568 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5256 4884 564 ) ( -5256 4876 584 ) ( -5256 4876 544 ) general_structure/flatgrey_conc 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1371 +{ +( -5200 4884 568 ) ( -5208 4884 384 ) ( -5192 4884 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5144 4876 0 ) ( -6728 4876 0 ) ( -6728 4876 568 ) ta_berlin/berlinwall3b 208 22 0.00 -1 0.718750 0 65536 0 +surfaceparm detail +( -5144 5580 568 ) ( -5144 4876 568 ) ( -6728 4876 568 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5256 4876 584 ) ( -5256 4884 564 ) ( -5256 4876 544 ) common/nodraw 43 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5336 4884 560 ) ( -5336 4876 568 ) ( -5336 4876 552 ) common/nodraw 43 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5312 4884 524 ) ( -5320 4876 524 ) ( -5304 4876 524 ) general_structure/flatgrey_conc 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1372 +{ +( -5200 4884 568 ) ( -5208 4884 384 ) ( -5192 4884 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6728 4904 384 ) ( -6728 4888 384 ) ( -5144 4896 384 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144 4876 0 ) ( -6728 4876 0 ) ( -6728 4876 568 ) ta_berlin/berlinwall3b 208 22 0.00 -1 0.718750 0 65536 0 +surfaceparm detail +( -5256 4876 584 ) ( -5256 4884 564 ) ( -5256 4876 544 ) common/nodraw 43 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5336 4884 560 ) ( -5336 4876 568 ) ( -5336 4876 552 ) common/nodraw 43 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5316 4876 424 ) ( -5308 4884 424 ) ( -5300 4876 424 ) general_structure/flatgrey_conc 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1373 +{ +( -5688 4884 552 ) ( -5688 4876 560 ) ( -5688 4876 544 ) common/nodraw 13 11 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5200 4884 568 ) ( -5208 4884 384 ) ( -5192 4884 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6728 4904 384 ) ( -6728 4888 384 ) ( -5144 4896 384 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144 4876 0 ) ( -6728 4876 0 ) ( -6728 4876 568 ) ta_berlin/berlinwall3b 208 22 0.00 -1 0.718750 0 65536 0 +surfaceparm detail +( -5144 5580 568 ) ( -5144 4876 568 ) ( -6728 4876 568 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5592 4876 544 ) ( -5592 4884 536 ) ( -5592 4876 528 ) general_structure/flatgrey_conc 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1374 +{ +( -5200 4884 568 ) ( -5208 4884 384 ) ( -5192 4884 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6728 4904 384 ) ( -6728 4888 384 ) ( -5144 4896 384 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144 4876 0 ) ( -6728 4876 0 ) ( -6728 4876 568 ) ta_berlin/berlinwall3b 208 22 0.00 -1 0.718750 0 65536 0 +surfaceparm detail +( -5144 5580 568 ) ( -5144 4876 568 ) ( -6728 4876 568 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5336 4876 568 ) ( -5336 4884 560 ) ( -5336 4876 552 ) general_structure/flatgrey_conc 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5512 4884 512 ) ( -5512 4876 528 ) ( -5512 4876 496 ) general_structure/flatgrey_conc 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1375 +{ +( -5200 4884 568 ) ( -5208 4884 384 ) ( -5192 4884 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6728 4904 384 ) ( -6728 4888 384 ) ( -5144 4896 384 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144 4876 0 ) ( -6728 4876 0 ) ( -6728 4876 568 ) ta_berlin/berlinwall3b 208 22 0.00 -1 0.718750 0 65536 0 +surfaceparm detail +( -5592 4884 536 ) ( -5592 4876 544 ) ( -5592 4876 528 ) common/nodraw 43 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5512 4876 528 ) ( -5512 4884 512 ) ( -5512 4876 496 ) common/nodraw 43 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5524 4884 424 ) ( -5520 4876 424 ) ( -5528 4876 424 ) general_structure/flatgrey_conc 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1376 +{ +( -5200 4884 568 ) ( -5208 4884 384 ) ( -5192 4884 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5144 4876 0 ) ( -6728 4876 0 ) ( -6728 4876 568 ) ta_berlin/berlinwall3b 208 22 0.00 -1 0.718750 0 65536 0 +surfaceparm detail +( -5144 5580 568 ) ( -5144 4876 568 ) ( -6728 4876 568 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5592 4884 536 ) ( -5592 4876 544 ) ( -5592 4876 528 ) common/nodraw 43 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5512 4876 528 ) ( -5512 4884 512 ) ( -5512 4876 496 ) common/nodraw 43 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5520 4876 524 ) ( -5524 4884 524 ) ( -5528 4876 524 ) general_structure/flatgrey_conc 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1377 +{ +( 497 5724 72 ) ( 417 5724 72 ) ( 417 5644 72 ) general_structure/beam_wood1 -1 28 0.00 1 1 0 16384 0 +surfaceparm detail +( 417 5644 128 ) ( 417 5724 128 ) ( 497 5724 128 ) general_structure/beam_wood1 -1 28 0.00 1 1 0 16384 0 +surfaceparm detail +( 417 5644 128 ) ( 497 5644 128 ) ( 497 5644 80 ) general_structure/beam_wood1 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 501 5644 128 ) ( 501 5724 128 ) ( 501 5724 80 ) general_structure/beam_wood1 -252 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 497 5724 128 ) ( 417 5724 128 ) ( 417 5724 80 ) general_structure/beam_wood1 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 493 5722 128 ) ( 493 5642 128 ) ( 493 5642 80 ) general_structure/beam_wood1 -252 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 417 5660 128 ) ( 417 5724 80 ) ( 497 5692 104 ) general_structure/beam_wood1 -1 28 0.00 1 1 0 16384 0 +surfaceparm detail +( 417 5708 72 ) ( 417 5644 120 ) ( 497 5676 96 ) general_structure/beam_wood1 -1 28 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1378 +{ +( 593 5724 72 ) ( 513 5724 72 ) ( 513 5644 72 ) general_structure/beam_wood1 -1 28 0.00 1 1 0 16384 0 +surfaceparm detail +( 513 5644 128 ) ( 513 5724 128 ) ( 593 5724 128 ) general_structure/beam_wood1 -1 28 0.00 1 1 0 16384 0 +surfaceparm detail +( 513 5644 128 ) ( 593 5644 128 ) ( 593 5644 80 ) general_structure/beam_wood1 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 597 5644 128 ) ( 597 5724 128 ) ( 597 5724 80 ) general_structure/beam_wood1 -252 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 593 5724 128 ) ( 513 5724 128 ) ( 513 5724 80 ) general_structure/beam_wood1 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 589 5722 128 ) ( 589 5642 128 ) ( 589 5642 80 ) general_structure/beam_wood1 -252 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 513 5660 128 ) ( 513 5724 80 ) ( 593 5692 104 ) general_structure/beam_wood1 -1 28 0.00 1 1 0 16384 0 +surfaceparm detail +( 513 5708 72 ) ( 513 5644 120 ) ( 593 5676 96 ) general_structure/beam_wood1 -1 28 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1379 +{ +( 389 5660 72 ) ( 701 5660 72 ) ( 701 5724 72 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5772 80 ) ( 701 5708 80 ) ( 389 5708 80 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5724 128 ) ( 389 5724 128 ) ( 389 5724 72 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 501 5724 128 ) ( 501 5660 128 ) ( 501 5660 72 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 389 5708 80 ) ( 701 5708 80 ) ( 701 5708 24 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 589 5660 128 ) ( 589 5724 128 ) ( 589 5724 72 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1380 +{ +( 389 5644 84 ) ( 701 5644 84 ) ( 701 5708 84 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5752 92 ) ( 701 5688 92 ) ( 389 5688 92 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5708 140 ) ( 389 5708 140 ) ( 389 5708 84 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 501 5708 140 ) ( 501 5644 140 ) ( 501 5644 84 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 389 5692 92 ) ( 701 5692 92 ) ( 701 5692 36 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 589 5644 140 ) ( 589 5708 140 ) ( 589 5708 84 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1381 +{ +( 389 5628 96 ) ( 701 5628 96 ) ( 701 5692 96 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5728 104 ) ( 701 5664 104 ) ( 389 5664 104 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5692 152 ) ( 389 5692 152 ) ( 389 5692 96 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 501 5692 152 ) ( 501 5628 152 ) ( 501 5628 96 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 389 5676 104 ) ( 701 5676 104 ) ( 701 5676 48 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 589 5628 152 ) ( 589 5692 152 ) ( 589 5692 96 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1382 +{ +( 389 5612 108 ) ( 701 5612 108 ) ( 701 5676 108 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5712 116 ) ( 701 5648 116 ) ( 389 5648 116 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5676 164 ) ( 389 5676 164 ) ( 389 5676 108 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 501 5676 164 ) ( 501 5612 164 ) ( 501 5612 108 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 389 5660 116 ) ( 701 5660 116 ) ( 701 5660 60 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 589 5612 164 ) ( 589 5676 164 ) ( 589 5676 108 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1383 +{ +( 389 5596 120 ) ( 701 5596 120 ) ( 701 5660 120 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5696 128 ) ( 701 5632 128 ) ( 389 5632 128 ) mohcommon/beam2 -1 12 0.00 1 1 0 16384 0 +surfaceparm detail +( 701 5660 176 ) ( 389 5660 176 ) ( 389 5660 120 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 501 5660 176 ) ( 501 5596 176 ) ( 501 5596 120 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 389 5644 128 ) ( 701 5644 128 ) ( 701 5644 72 ) mohcommon/beam2 -1 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 589 5596 176 ) ( 589 5660 176 ) ( 589 5660 120 ) mohcommon/beam2 -124 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1384 +{ +( -4360 4452 448 ) ( -4360 4452 0 ) ( -4528 4284 0 ) mohcommon/beam2 80 -7 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4374 4470 0 ) ( -4374 4470 448 ) ( -4562 4658 448 ) mohcommon/beam2 119 -6 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4300 4536 0 ) ( -4298 4538 0 ) ( -4299 4537 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4460 4412 168 ) ( -4284 4408 168 ) ( -4284 4416 168 ) mohcommon/beam2 -127 -12 90.00 1 1.000610 0 16384 0 +surfaceparm detail +( -4284 4400 184 ) ( -4460 4404 184 ) ( -4284 4408 184 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -4535 4315 168 ) ( -4543 4323 168 ) ( -4539 4319 184 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1385 +{ +( -4268 4516 448 ) ( -4268 4516 0 ) ( -4436 4348 0 ) mohcommon/beam2 82 -7 -180.00 0.999756 -1 0 16384 0 +surfaceparm detail +( -4344 4468 0 ) ( -4344 4468 448 ) ( -4532 4656 448 ) mohcommon/beam2 -39 -8 0.00 0.999023 1 0 16384 0 +surfaceparm detail +( -4286 4526 0 ) ( -4284 4528 0 ) ( -4285 4527 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4446 4398 168 ) ( -4270 4394 168 ) ( -4270 4402 168 ) mohcommon/beam2 -101 -4 90.00 1 1.000610 0 16384 0 +surfaceparm detail +( -4270 4386 200 ) ( -4446 4390 200 ) ( -4270 4394 200 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -4512 4292 168 ) ( -4520 4300 168 ) ( -4516 4296 200 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1386 +{ +( -4422.000488 4670.000488 448 ) ( -4422.000488 4670.000488 0 ) ( -4590 4502 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4498 4622 0 ) ( -4498 4622 448 ) ( -4686 4810 448 ) mohcommon/beam2 -49 -8 0.00 0.999023 1 0 16384 0 +surfaceparm detail +( -4440 4680 0 ) ( -4438 4682.000488 0 ) ( -4439 4680.999512 448 ) mohcommon/beam2 119 -7 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4600 4552 168 ) ( -4424 4548 168 ) ( -4424 4556 168 ) mohcommon/beam2 -111 -11 90.00 1 1.000610 0 16384 0 +surfaceparm detail +( -4424.000488 4540 200 ) ( -4599.999512 4544 200 ) ( -4424 4548 200 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -4664 4444 168 ) ( -4672 4452 168 ) ( -4668 4448 200 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1387 +{ +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -1098 3158 24 ) ( -1098 3156 24 ) ( -1098 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1118 2196 24 ) ( -1122 2192 24 ) ( -1120 2194 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1106 2192 264 ) ( -1103 3160 264 ) ( -1100 2192 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1122 2181 224 ) ( -1122 2177 224 ) ( -1098 2179 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1388 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1004 3184 512 ) ( -1112 3184 512 ) ( -1112 3184 248 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -776 3160 240 ) ( -772 3184 240 ) ( -768 3160 240 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -736 3164 20 ) ( -736 3180 20 ) ( -736 3172 240 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -672 3180 20 ) ( -672 3164 20 ) ( -672 3172 240 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -736 2181 224 ) ( -736 2177 224 ) ( -672 2179 224 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1389 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -776 3160 240 ) ( -772 3184 240 ) ( -768 3160 240 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -736 3180 20 ) ( -736 3164 20 ) ( -736 3172 240 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -830 3178 20 ) ( -830 3182 20 ) ( -830 3180 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -830 2181 224 ) ( -830 2177 224 ) ( -736 2179 224 ) common/nodraw 19 20 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 1390 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -776 3160 240 ) ( -772 3184 240 ) ( -768 3160 240 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -894 3178 20 ) ( -894 3184 20 ) ( -894 3181 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -830 3182 20 ) ( -830 3178 20 ) ( -830 3180 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -894 2181 224 ) ( -894 2177 224 ) ( -830 2179 224 ) common/nodraw 51 8 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 1391 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -776 3160 240 ) ( -772 3184 240 ) ( -768 3160 240 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -944 3184 152 ) ( -944 3160 176 ) ( -944 3160 128 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -894 3184 20 ) ( -894 3178 20 ) ( -894 3181 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -944 2181 224 ) ( -944 2177 224 ) ( -894 2179 224 ) common/nodraw 19 20 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 1392 +{ +( -536 2192 0 ) ( -536 2192 448 ) ( -536 2768 448 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3158 24 ) ( -560 3160 24 ) ( -560 3159 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 3040 24 ) ( -540 3040 24 ) ( -538 3040 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -169 3040 448 ) ( -167 3160 448 ) ( -165 3040 448 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -560 2181 224 ) ( -560 2177 224 ) ( -536 2179 224 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1393 +{ +( 282 2238 456 ) ( 282 2238 472 ) ( -134 2654 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -584 2128 24 ) ( -580 2132 24 ) ( -582 2130 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -268 1816 24 ) ( -270 1814 24 ) ( -269 1815 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -120 1813.999512 224 ) ( -116 2616 224 ) ( -112 1813.999512 224 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -98 2616 208 ) ( -104 1813.999512 208 ) ( -92 1813.999512 208 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1394 +{ +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1098 3158 24 ) ( -1098 3156 24 ) ( -1098 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1118 2196 24 ) ( -1122 2192 24 ) ( -1120 2194 640 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2177 224 ) ( -1122 2181 224 ) ( -1098 2179 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2182 208 ) ( -1122 2179 208 ) ( -1098 2180.500000 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1395 +{ +( -703.275391 2197.774414 24 ) ( -1116.225586 2610.724609 24 ) ( -1404.724609 2322.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1098 3158 24 ) ( -1098 3156 24 ) ( -1098 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1118 2196 24 ) ( -1122 2192 24 ) ( -1120 2194 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2179 208 ) ( -1122 2182 208 ) ( -1098 2180.500000 208 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1396 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -894 3178 20 ) ( -894 3184 20 ) ( -894 3181 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -830 3182 20 ) ( -830 3178 20 ) ( -830 3180 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -894 2177 224 ) ( -894 2181 224 ) ( -830 2179 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -894 2182 208 ) ( -894 2179 208 ) ( -830 2180.500000 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1397 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey -182 -47 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -894 3178 20 ) ( -894 3184 20 ) ( -894 3181 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -830 3182 20 ) ( -830 3178 20 ) ( -830 3180 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -871 3184 190 ) ( -874 3160 190 ) ( -868 3160 190 ) common/nodraw 51 8 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -894 2179 208 ) ( -894 2182 208 ) ( -830 2180.500000 208 ) common/nodraw 51 8 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 1398 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1004 3184 512 ) ( -1112 3184 512 ) ( -1112 3184 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -736 3164 20 ) ( -736 3180 20 ) ( -736 3172 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -672 3180 20 ) ( -672 3164 20 ) ( -672 3172 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -736 2177 224 ) ( -736 2181 224 ) ( -672 2179 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -736 2182 208 ) ( -736 2179 208 ) ( -672 2180.500000 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1399 +{ +( -1122 3160 20 ) ( -1122 3160 240 ) ( -944 3160 240 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 240 ) ( -1122 3184 20 ) ( -944 3184 20 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3160 240 ) ( -1122 3160 20 ) ( -1122 3184 20 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -944 3160 180 ) ( -944 3184 156 ) ( -944 3160 132 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2177 224 ) ( -1122 2181 224 ) ( -944 2179 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2182 208 ) ( -1122 2179 208 ) ( -944 2180.500000 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1400 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -944 3184 152 ) ( -944 3160 176 ) ( -944 3160 128 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -894 3184 20 ) ( -894 3178 20 ) ( -894 3181 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -944 2177 224 ) ( -944 2181 224 ) ( -894 2179 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -944 2182 208 ) ( -944 2179 208 ) ( -894 2180.500000 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1401 +{ +( -1020 3160 24 ) ( -1020 3188 24 ) ( -1128 3188 24 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey -182 -47 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -944 3184 152 ) ( -944 3160 176 ) ( -944 3160 128 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -894 3184 20 ) ( -894 3178 20 ) ( -894 3181 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -944 2179 208 ) ( -944 2182 208 ) ( -894 2180.500000 208 ) common/nodraw 19 20 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 1402 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -736 3180 20 ) ( -736 3164 20 ) ( -736 3172 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -830 3178 20 ) ( -830 3182 20 ) ( -830 3180 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -830 2177 224 ) ( -830 2181 224 ) ( -736 2179 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -830 2182 208 ) ( -830 2179 208 ) ( -736 2180.500000 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1403 +{ +( -536 3160 240 ) ( -536 3160 24 ) ( -672 3160 24 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 3160 24 ) ( -536 3160 240 ) ( -536 3184 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -672 3164 24 ) ( -672 3180 24 ) ( -672 3172 244 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -672 2177 224 ) ( -672 2181 224 ) ( -536 2179 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -672 2182 208 ) ( -672 2179 208 ) ( -536 2180.500000 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1404 +{ +( -536 2192 0 ) ( -536 2192 448 ) ( -536 2768 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -560 3158 24 ) ( -560 3160 24 ) ( -560 3159 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 3040 24 ) ( -540 3040 24 ) ( -538 3040 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -560 2177 224 ) ( -560 2181 224 ) ( -536 2179 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -560 2182 208 ) ( -560 2179 208 ) ( -536 2180.500000 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1405 +{ +( -703.275391 2197.774414 24 ) ( -1116.225586 2610.724609 24 ) ( -1404.724609 2322.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2192 0 ) ( -536 2192 448 ) ( -536 2768 448 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3158 24 ) ( -560 3160 24 ) ( -560 3159 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 3040 24 ) ( -540 3040 24 ) ( -538 3040 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -560 2179 208 ) ( -560 2182 208 ) ( -536 2180.500000 208 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1406 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -112 2624 24 ) ( -114 2624 24 ) ( -113 2624 640 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2177 224 ) ( -536 2181 224 ) ( -103.999390 2179 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2182 208 ) ( -536 2179 208 ) ( -104 2180.500000 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1407 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -349 3056 264 ) ( -352 2624 264 ) ( -346 2624 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -378 2884 264 ) ( -376 2886 264 ) ( -377 2885 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -250 2758 264 ) ( -252 2756 264 ) ( -251 2757 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -169 2756 448 ) ( -167 2891.000244 448 ) ( -165 2756 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1408 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -424 2928 264 ) ( -422 2930 264 ) ( -423 2929 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -376 2886 264 ) ( -378 2884 264 ) ( -377 2885 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -412 2936 408 ) ( -414 2882.999756 408 ) ( -410 2882.999756 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -169 2883 448 ) ( -167 2936.000244 448 ) ( -165 2883 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1409 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -252 2756 264 ) ( -250 2758 264 ) ( -251 2757 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -208 2718 264 ) ( -210 2716 264 ) ( -209 2717 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -412 2764 408 ) ( -414 2714.999756 408 ) ( -410 2714.999756 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -169 2715 448 ) ( -167 2764 448 ) ( -165 2715 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1410 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -112 2624 24 ) ( -114 2624 24 ) ( -113 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -349 3056 264 ) ( -352 2624 264 ) ( -346 2624 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -210 2716 264 ) ( -208 2718 264 ) ( -209 2717 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -169 2624 448 ) ( -167 2723 448 ) ( -165 2624 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1411 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -112 2624 24 ) ( -114 2624 24 ) ( -113 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -210 2716 264 ) ( -208 2718 264 ) ( -209 2717 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -167 2723 448 ) ( -169 2624 448 ) ( -165 2624 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -158 2624 472 ) ( -155.500000 2723 472 ) ( -153 2624 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1412 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) central_europe/tudor_set1_exwall1a -64 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -112 2624 24 ) ( -114 2624 24 ) ( -113 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -458 2624 512 ) ( -453 3056 512 ) ( -448 2624 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -210 2716 264 ) ( -208 2718 264 ) ( -209 2717 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -155.500000 2723 472 ) ( -158 2624 472 ) ( -153 2624 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1413 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -252 2756 264 ) ( -250 2758 264 ) ( -251 2757 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -208 2718 264 ) ( -210 2716 264 ) ( -209 2717 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -167 2764 448 ) ( -169 2715 448 ) ( -165 2715 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -158 2714.999756 472 ) ( -155.500000 2764 472 ) ( -153 2714.999756 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1414 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) central_europe/tudor_set1_exwall1a -64 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -458 2624 512 ) ( -453 3056 512 ) ( -448 2624 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -252 2756 264 ) ( -250 2758 264 ) ( -251 2757 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -208 2718 264 ) ( -210 2716 264 ) ( -209 2717 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -155.500000 2764 472 ) ( -158 2714.999756 472 ) ( -153 2714.999756 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1415 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -424 2928 264 ) ( -422 2930 264 ) ( -423 2929 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -376 2886 264 ) ( -378 2884 264 ) ( -377 2885 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -167 2936.000244 448 ) ( -169 2883 448 ) ( -165 2883 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -158 2882.999756 472 ) ( -155.500000 2936 472 ) ( -153 2882.999756 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1416 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) central_europe/tudor_set1_exwall1a -64 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -458 2624 512 ) ( -453 3056 512 ) ( -448 2624 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -424 2928 264 ) ( -422 2930 264 ) ( -423 2929 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -376 2886 264 ) ( -378 2884 264 ) ( -377 2885 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -155.500000 2936 472 ) ( -158 2882.999756 472 ) ( -153 2882.999756 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1417 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -378 2884 264 ) ( -376 2886 264 ) ( -377 2885 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -250 2758 264 ) ( -252 2756 264 ) ( -251 2757 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -167 2891.000244 448 ) ( -169 2756 448 ) ( -165 2756 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -158 2755.999512 472 ) ( -155.500000 2891 472 ) ( -153 2755.999512 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1418 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) central_europe/tudor_set1_exwall1a -64 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -458 2624 512 ) ( -453 3056 512 ) ( -448 2624 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -378 2884 264 ) ( -376 2886 264 ) ( -377 2885 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -250 2758 264 ) ( -252 2756 264 ) ( -251 2757 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -155.500000 2891 472 ) ( -158 2755.999512 472 ) ( -153 2755.999512 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1419 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2928 472 ) ( -536 2928 448 ) ( -536 3056 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -536 2928 448 ) ( -536 2928 472 ) ( -424 2928 472 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -422 2930 264 ) ( -424 2928 264 ) ( -423 2929 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -167 3056 448 ) ( -169 2928 448 ) ( -165 2928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -158 2927.999756 472 ) ( -155.500000 3056 472 ) ( -153 2927.999756 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1420 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) central_europe/tudor_set1_exwall1a -64 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -536 2928 512 ) ( -536 2928 472 ) ( -536 3056 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2928 472 ) ( -536 2928 512 ) ( -424 2928 512 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -458 2624 512 ) ( -453 3056 512 ) ( -448 2624 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -422 2930 264 ) ( -424 2928 264 ) ( -423 2929 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -155.500000 3056 472 ) ( -158 2927.999756 472 ) ( -153 2927.999756 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1421 +{ +( -566.724609 2202.225586 472 ) ( -278.225586 2490.724609 472 ) ( 134.724854 2077.774414 472 ) common/caulkshadow -52 24 0.00 1 1 0 480 0 +surfaceparm detail +( 282 2238 456 ) ( 282 2238 472 ) ( -134 2654 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -584 2128 24 ) ( -580 2132 24 ) ( -582 2130 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -268 1816 24 ) ( -270 1814 24 ) ( -269 1815 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -80 2616 448 ) ( -84 1813.999512 448 ) ( -76 1813.999512 448 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1422 +{ +( -536 2192 0 ) ( -536 2192 448 ) ( -536 2768 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3158 24 ) ( -560 3160 24 ) ( -560 3159 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 3040 24 ) ( -540 3040 24 ) ( -538 3040 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -167 3160 448 ) ( -169 3040 448 ) ( -165 3040 448 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -158 3040 472 ) ( -155.500000 3160 472 ) ( -153 3040 472 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1423 +{ +( -1410.724609 2314.225586 512 ) ( -1122.225586 2602.724609 512 ) ( -709.275391 2189.774414 512 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2192 0 ) ( -536 2192 448 ) ( -536 2768 448 ) central_europe/tudor_set1_exwall1a -108 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -634 3160 0 ) ( -634 3160 448 ) ( -1146 3160 448 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3158 24 ) ( -560 3160 24 ) ( -560 3159 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 3040 24 ) ( -540 3040 24 ) ( -538 3040 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -155.500000 3160 472 ) ( -158 3040 472 ) ( -153 3040 472 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1424 +{ +( -770 3160 240 ) ( -770 3160 512 ) ( -542 3160 512 ) central_europe/interiorwall_set2wtrim -112 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -450 3184 512 ) ( -450 3184 240 ) ( -222 3184 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -830 3182 240 ) ( -830 3182 512 ) ( -830 3158 512 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 3182 240 ) ( -536 3176 240 ) ( -536 3179 512 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -167 3184 448 ) ( -169 3160 448 ) ( -165 3160 448 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -158 3160 472 ) ( -155.500000 3184 472 ) ( -153 3160 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1425 +{ +( -776 3188 512 ) ( -668 3188 512 ) ( -668 3160 512 ) common/nodraw 20 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -770 3160 240 ) ( -770 3160 512 ) ( -542 3160 512 ) central_europe/interiorwall_set2wtrim -112 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -450 3184 512 ) ( -450 3184 240 ) ( -222 3184 240 ) central_europe/tudor_set1_exwall1a -47 24 0.00 1.150000 1.200000 0 65536 0 +surfaceparm detail +( -830 3182 240 ) ( -830 3182 512 ) ( -830 3158 512 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 3182 240 ) ( -536 3176 240 ) ( -536 3179 512 ) central_europe/tudor_set1_exwall1a -108 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -155.500000 3184 472 ) ( -158 3160 472 ) ( -153 3160 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1426 +{ +( -1128 3160 506 ) ( -1020 3160 506 ) ( -1020 3160 242 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -830 3184 240 ) ( -830 3176 240 ) ( -830 3180 512 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -894 3176 240 ) ( -894 3182 240 ) ( -894 3179 512 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -167 3184 448 ) ( -169 3160 448 ) ( -165 3160 448 ) common/nodraw 1 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -158 3160 472 ) ( -155.500000 3184 472 ) ( -153 3160 472 ) common/nodraw 1 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1427 +{ +( -1128 3188 512 ) ( -1020 3188 512 ) ( -1020 3160 512 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1128 3160 506 ) ( -1020 3160 506 ) ( -1020 3160 242 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) central_europe/tudor_set1_exwall1a -47 24 0.00 1.150000 1.200000 0 65536 0 +surfaceparm detail +( -830 3184 240 ) ( -830 3176 240 ) ( -830 3180 512 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -894 3176 240 ) ( -894 3182 240 ) ( -894 3179 512 ) common/nodraw 2 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -155.500000 3184 472 ) ( -158 3160 472 ) ( -153 3160 472 ) common/nodraw 1 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1428 +{ +( -1122 3160 240 ) ( -1122 3160 512 ) ( -894 3160 512 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 512 ) ( -1122 3184 240 ) ( -894 3184 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 240 ) ( -1122 3184 512 ) ( -1122 3160 512 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -894 3182 240 ) ( -894 3176 240 ) ( -894 3179 512 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -167 3184 448 ) ( -169 3160 448 ) ( -165 3160 448 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -158 3160 472 ) ( -155.500000 3184 472 ) ( -153 3160 472 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1429 +{ +( -1128 3188 512 ) ( -1020 3188 512 ) ( -1020 3160 512 ) common/nodraw 52 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1122 3160 240 ) ( -1122 3160 512 ) ( -894 3160 512 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 3184 512 ) ( -1122 3184 240 ) ( -894 3184 240 ) central_europe/tudor_set1_exwall1a -47 24 0.00 1.150000 1.200000 0 65536 0 +surfaceparm detail +( -1122 3184 240 ) ( -1122 3184 512 ) ( -1122 3160 512 ) central_europe/tudor_set1_exwall1a -108 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -894 3182 240 ) ( -894 3176 240 ) ( -894 3179 512 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -155.500000 3184 472 ) ( -158 3160 472 ) ( -153 3160 472 ) TAardennes/wintered_grey -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1430 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 -72 ) ( -536 3040 -72 ) ( -535 3039 544 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -349 3056 264 ) ( -352 2624 264 ) ( -346 2624 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -424 2928 264 ) ( -422 2930 264 ) ( -423 2929 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -376 2886 264 ) ( -378 2884 264 ) ( -377 2885 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -414 2882.999756 312 ) ( -412 2936 312 ) ( -410 2882.999756 312 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1431 +{ +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -534 3038 -72 ) ( -536 3040 -72 ) ( -535 3039 544 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -349 3056 264 ) ( -352 2624 264 ) ( -346 2624 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -252 2756 168 ) ( -250 2758 168 ) ( -251 2757 416 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -208 2718 264 ) ( -210 2716 264 ) ( -209 2717 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -414 2714.999756 312 ) ( -412 2764 312 ) ( -410 2714.999756 312 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1432 +{ +( -935.724854 2701.225586 640 ) ( -647.225586 2989.724609 640 ) ( -234.275146 2576.774414 640 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 3040 24 ) ( -534 3038 24 ) ( -535 3039 640 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -120 2624 24 ) ( -122 2622 24 ) ( -121 2623 640 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -480 3040 512 ) ( -488 2208 512 ) ( -472 2208 512 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1433 +{ +( -935.724854 2701.225586 640 ) ( -647.225586 2989.724609 640 ) ( -234.275146 2576.774414 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -80 2600 24 ) ( -80 2600 472 ) ( -536 3056 472 ) central_europe/tudor_set1_exwall1a -64 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -534 3038 24 ) ( -536 3040 24 ) ( -535 3039 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -112 2624 24 ) ( -114 2624 24 ) ( -113 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -453 3056 512 ) ( -458 2624 512 ) ( -448 2624 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1434 +{ +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 3040 24 ) ( -534 3038 24 ) ( -535 3039 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -476 3040 232 ) ( -480 2208 232 ) ( -472 2208 232 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -496 2208 264 ) ( -488 3040 264 ) ( -480 2208 264 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -468 2376 232 ) ( -472 2372 232 ) ( -470 2374 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1435 +{ +( -306 2558 472 ) ( -306 2558 24 ) ( 126 2126 24 ) general_structure/plaster_wall2 -206 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -308 2540 24 ) ( -310 2542 24 ) ( -309 2541 640 ) general_structure/plaster_wall2 -186 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -306 2544 24 ) ( -306 2546 24 ) ( -306 2545 640 ) general_structure/plaster_wall2 -118 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -306 1602 264 ) ( 126 1590 264 ) ( 126 1614 264 ) general_structure/plaster_wall2 -118 -13 90.00 1 1 0 65536 0 +surfaceparm detail +( 126 1758 304 ) ( -306 1770 304 ) ( 126 1782 304 ) mohtest/groovedstn1a -5 -3 135.00 1 1 0 65536 0 +surfaceparm detail +( -254 2490 264 ) ( -256 2488 264 ) ( -255 2489 304 ) general_structure/plaster_wall2 114 77 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1436 +{ +( -142 2702 472 ) ( -142 2702 24 ) ( -574 2270 24 ) general_structure/plaster_wall2 -94 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -160 2704 24 ) ( -158 2706 24 ) ( -159 2705 640 ) general_structure/plaster_wall2 -94 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1098 2702 264 ) ( -1110 2270 264 ) ( -1086 2270 264 ) general_structure/plaster_wall2 -234 78 0.00 1 1 0 65536 0 +surfaceparm detail +( -942 2270 304 ) ( -930 2702 304 ) ( -918 2270 304 ) mohtest/groovedstn1a -3 5 45.00 1 1 0 65536 0 +surfaceparm detail +( -518 2326 264 ) ( -520 2328 264 ) ( -519 2327 512 ) general_structure/plaster_wall2 -234 78 0.00 1 1 0 65536 0 +surfaceparm detail +( -306 2548 56 ) ( -306 2542 56 ) ( -306 2545 304 ) general_structure/plaster_wall2 -234 78 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1437 +{ +( -536 2192 0 ) ( -536 2192 448 ) ( -536 2768 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 3158 24 ) ( -560 3160 24 ) ( -560 3159 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -540 3040 24 ) ( -536 3040 24 ) ( -538 3040 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 3040 232 ) ( -540 2192 232 ) ( -532 2192 232 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -544 2432 232 ) ( -552 2432 232 ) ( -548 2432 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -552 2432 264 ) ( -548 3040 264 ) ( -544 2432 264 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +} +// brush 1438 +{ +( -1410.724609 2314.225586 512 ) ( -1122.225586 2602.724609 512 ) ( -709.275391 2189.774414 512 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2192 0 ) ( -536 2192 448 ) ( -536 2768 448 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -560 2832 512 ) ( -560 2832 264 ) ( -560 3040 264 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -540 3040 24 ) ( -536 3040 24 ) ( -538 3040 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 2832 264 ) ( -560 2832 512 ) ( -536 2816 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -548 3040 264 ) ( -552 2432 264 ) ( -544 2432 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1439 +{ +( 4636 3232 128 ) ( 4636 3232 76 ) ( 4484 3232 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4484 3252 128 ) ( 4484 3252 76 ) ( 4640 3252 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4484 3252 76 ) ( 4484 3232 76 ) ( 4636 3232 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4640 3252 76 ) ( 4636 3232 76 ) ( 4636 3232 128 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4484 3232 1228 ) ( 4484 3252 1228 ) ( 4484 3252 1280 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3232 1152 ) ( 3554 3252 1152 ) ( 3560 3232 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1440 +{ +( 4416 3232 158 ) ( 4420 3232 76 ) ( 4412 3232 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4484 3236 1284 ) ( 4484 3236 1228 ) ( 4484 3064 1228 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4378 3242 1312 ) ( 4384 3232 1238 ) ( 4372 3252 1238 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 3252 216 ) ( 4228 3252 160 ) ( 4484 3252 128 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 3108 108 ) ( 4228 2936 108 ) ( 4484 2936 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3232 1152 ) ( 3554 3252 1152 ) ( 3560 3232 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1441 +{ +( 4228 3108 108 ) ( 4228 2936 108 ) ( 4484 2936 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 2936 1204 ) ( 4228 3108 1204 ) ( 4228 3108 1260 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 3108 1172 ) ( 4232 3112 1172 ) ( 4230 3110 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4238 3092 1312 ) ( 4244 3092 1228 ) ( 4232 3092 1228 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4274 3122 160 ) ( 4304 3152 76 ) ( 4244 3092 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4378 3242 1312 ) ( 4372 3252 1238 ) ( 4384 3232 1238 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3092 1152 ) ( 3554 3252 1152 ) ( 3560 3092 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1442 +{ +( 4412 2088 76 ) ( 4420 2088 76 ) ( 4416 2088 158 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4484 2256 1228 ) ( 4484 2084 1228 ) ( 4484 2084 1284 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4372 2068 1238 ) ( 4384 2088 1238 ) ( 4378 2078 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4484 2068 1280 ) ( 4228 2068 1312 ) ( 4228 2068 1368 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4484 2384 76 ) ( 4228 2384 108 ) ( 4228 2212 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2068 1152 ) ( 3554 2088 1152 ) ( 3560 2068 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1443 +{ +( 4484 2384 76 ) ( 4228 2384 108 ) ( 4228 2212 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4228 2212 1260 ) ( 4228 2212 1204 ) ( 4228 2384 1204 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4230 2210 1312 ) ( 4232 2208 1172 ) ( 4228 2212 1172 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4232 2228 1228 ) ( 4244 2228 1228 ) ( 4238 2228 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4244 2228 76 ) ( 4304 2168 76 ) ( 4274 2198 160 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 4384 2088 1238 ) ( 4372 2068 1238 ) ( 4378 2078 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2067.999756 1152 ) ( 3554 2228 1152 ) ( 3560 2067.999756 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1444 +{ +( 3276 3232 76 ) ( 3268 3232 76 ) ( 3272 3232 158 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3204 3064 1228 ) ( 3204 3236 1228 ) ( 3204 3236 1284 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3316 3252 1238 ) ( 3304 3232 1238 ) ( 3310 3242 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3204 3252 128 ) ( 3460 3252 160 ) ( 3460 3252 216 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3204 2936 76 ) ( 3460 2936 108 ) ( 3460 3108 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3232 1152 ) ( 3554 3252 1152 ) ( 3560 3232 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1445 +{ +( 3204 2936 76 ) ( 3460 2936 108 ) ( 3460 3108 108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 3108 1260 ) ( 3460 3108 1204 ) ( 3460 2936 1204 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3458 3110 1312 ) ( 3456 3112 1172 ) ( 3460 3108 1172 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3456 3092 1228 ) ( 3444 3092 1228 ) ( 3450 3092 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3444 3092 76 ) ( 3384 3152 76 ) ( 3414 3122 160 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3304 3232 1238 ) ( 3316 3252 1238 ) ( 3310 3242 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 3092 1152 ) ( 3554 3252.000488 1152 ) ( 3560 3092 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1446 +{ +( 3272 2088 158 ) ( 3268 2088 76 ) ( 3276 2088 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3204 2084 1284 ) ( 3204 2084 1228 ) ( 3204 2256 1228 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3310 2078 1312 ) ( 3304 2088 1238 ) ( 3316 2068 1238 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 2068 1368 ) ( 3460 2068 1312 ) ( 3204 2068 1280 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 2212 108 ) ( 3460 2384 108 ) ( 3204 2384 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2068 1152 ) ( 3554 2088 1152 ) ( 3560 2068 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1447 +{ +( 3460 2212 108 ) ( 3460 2384 108 ) ( 3204 2384 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 2384 1204 ) ( 3460 2212 1204 ) ( 3460 2212 1260 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3460 2212 1172 ) ( 3456 2208 1172 ) ( 3458 2210 1312 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3450 2228 1312 ) ( 3444 2228 1228 ) ( 3456 2228 1228 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3414 2198 160 ) ( 3384 2168 76 ) ( 3444 2228 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3310 2078 1312 ) ( 3316 2068 1238 ) ( 3304 2088 1238 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2067.999756 1152 ) ( 3554 2228 1152 ) ( 3560 2067.999756 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1448 +{ +( 3204 2400 1280 ) ( 3204 2400 1172 ) ( 3204 2088 1172 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3204 2068 1172 ) ( 3172 2068 1172 ) ( 3172 2068 1280 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3080 2092 20 ) ( 3080 2404 20 ) ( 3080 2404 128 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3192 2088 20 ) ( 3204 2088 20 ) ( 3198 2088 128 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3204 2070 76 ) ( 3172 2076 76 ) ( 3172 2064 76 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3548 2068 1152 ) ( 3554 2088 1152 ) ( 3560 2068 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1449 +{ +( 3172 2068 1152 ) ( 3172 2068 56 ) ( 3160 1728 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3064 1728 -60 ) ( 3064 1728 280 ) ( 3160 1728 280 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3080 2068 56 ) ( 3080 2068 1152 ) ( 3064 1728 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3040 2112 1152 ) ( 3136 2112 1152 ) ( 2548 1048 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3064 1976 56 ) ( 3064 1952 56 ) ( 3160 1964 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3080 2068 1152 ) ( 3080 2068 56 ) ( 3172 2068 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1450 +{ +( 3160 1344 -60 ) ( 3160 1344 280 ) ( 3160 1728 280 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3064 1344 -60 ) ( 3064 1344 280 ) ( 3160 1344 280 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3064 1344 280 ) ( 3064 1344 -60 ) ( 3064 1728 -60 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3040 1728 1152 ) ( 3136 1728 1152 ) ( 2548 664 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3064 1592 56 ) ( 3064 1568 56 ) ( 3160 1580 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3064 1728 96 ) ( 3064 1728 88 ) ( 3160 1728 92 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1451 +{ +( 2832 664 768 ) ( 2832 664 1108 ) ( 2728 664 1108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2832 664 396 ) ( 2832 664 56 ) ( 2432 -64 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2348 -64 768 ) ( 2348 -64 1108 ) ( 2432 -64 1108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2728 664 100 ) ( 2728 664 440 ) ( 2348 -64 440 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2148 -40 1152 ) ( 2476 672 1152 ) ( 2572 672 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2476 664 56 ) ( 2148 -48 56 ) ( 2244 -48 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1452 +{ +( 3116 6496 216 ) ( 3204 6496 216 ) ( 3204 6496 440 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3228 3444 216 ) ( 3228 3112 216 ) ( 3228 3112 440 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3228 3252 100 ) ( 3140 3252 100 ) ( 3140 3252 324 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3140 3112 884 ) ( 3140 3444 884 ) ( 3140 3444 1108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3140 3112 1152 ) ( 3140 3444 1152 ) ( 3228 3444 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3140 3444 56 ) ( 3140 3112 56 ) ( 3228 3112 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1453 +{ +( 4692 4040 100 ) ( 4804 4040 100 ) ( 4804 4040 440 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4640 3252 100 ) ( 4640 3252 440 ) ( 4804 4040 440 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4640 3252 440 ) ( 4640 3252 100 ) ( 4532 3252 100 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4532 3252 1108 ) ( 4532 3252 768 ) ( 4692 4040 768 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4608 3252 1152 ) ( 4692 4040 1152 ) ( 4804 4040 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4692 4040 56 ) ( 4608 3252 56 ) ( 4720 3252 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 1454 +{ +( 4804 5992 60 ) ( 4692 5992 60 ) ( 4692 4804 60 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4692 5996 1152 ) ( 4804 5996 1152 ) ( 4804 4808 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4692 5992 772 ) ( 4692 5992 1028 ) ( 4692 4804 1028 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4804 4040 440 ) ( 4804 4040 184 ) ( 4692 4040 184 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4804 5996 440 ) ( 4804 5996 184 ) ( 4804 4808 184 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +( 4648 6496 440 ) ( 4648 6496 184 ) ( 4760 6496 184 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 1455 +{ +( 2348 -64 1108 ) ( 2348 -64 768 ) ( 2432 -64 768 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2432 -64 1108 ) ( 2432 -64 768 ) ( 1908 -760 768 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1908 -760 1108 ) ( 1908 -760 884 ) ( 1804 -752 884 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2348 -64 100 ) ( 2348 -64 440 ) ( 1804 -752 440 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1820 -752 1152 ) ( 2148 -40 1152 ) ( 2244 -40 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2148 -48 56 ) ( 1820 -760 56 ) ( 1916 -760 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1456 +{ +( 1804 -752 1108 ) ( 1804 -752 884 ) ( 1908 -760 884 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1668 -1240 768 ) ( 1668 -1240 992 ) ( 1908 -760 992 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1540 -1240 884 ) ( 1540 -1240 1108 ) ( 1668 -1240 1108 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1540 -1240 440 ) ( 1540 -1240 216 ) ( 1804 -752 216 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1484 -1464 1152 ) ( 1812 -752 1152 ) ( 1908 -752 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1812 -760 56 ) ( 1484 -1472 56 ) ( 1580 -1472 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1457 +{ +( 3020 1044 440 ) ( 3020 1044 100 ) ( 2832 664 100 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2832 664 1108 ) ( 2832 664 768 ) ( 2728 664 768 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2920 1044 812 ) ( 2920 1044 1152 ) ( 2728 664 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3064 1344 1152 ) ( 3160 1344 1152 ) ( 2572 280 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3160 1344 56 ) ( 3064 1344 56 ) ( 2476 280 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3020 1044 812 ) ( 3020 1044 1152 ) ( 2920 1044 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1458 +{ +( 3064 1344 276 ) ( 3160 1344 276 ) ( 3160 1344 292 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3020 1044 100 ) ( 3020 1044 440 ) ( 3160 1344 440 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2920 1044 1152 ) ( 2920 1044 812 ) ( 3064 1344 812 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3064 1344 1152 ) ( 3160 1344 1152 ) ( 2572 280 1152 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3160 1344 56 ) ( 3064 1344 56 ) ( 2476 280 56 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 3020 1044 1152 ) ( 3020 1044 812 ) ( 2920 1044 812 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1459 +{ +( 6217 1591 24 ) ( 6029 1615 24 ) ( 6029 2911 24 ) mohcommon/crackedconcrete 0 225 0.00 1 1 0 65536 0 +surfaceparm detail +( 6217 3099 16 ) ( 6029 2911 16 ) ( 6029 1615 16 ) common/nodraw -50 -60 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5986 2280 16 ) ( 6034 2280 16 ) ( 6010 2280 24 ) common/nodraw 48 -43 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6170 2160 16 ) ( 6106 2160 16 ) ( 6138 2160 24 ) common/nodraw 48 -43 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6528 2523 16 ) ( 6528 2539 16 ) ( 6528 2531 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6753 2280 16 ) ( 6753 2276 16 ) ( 6753 2278 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6528 2256 16 ) ( 6530 2258 16 ) ( 6529 2257 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1460 +{ +( 7468 2544 -248 ) ( 8332 2544 -248 ) ( 8332 2544 712 ) common/nodraw 51 0 0.00 -0.390625 3.125000 536870912 2224 0 +surfaceparm detail +( 6745 3391 24 ) ( 6745 3327 24 ) ( 6745 3359 568 ) common/nodraw 17 0 0.00 -3.875000 3.125000 536870912 2224 0 +surfaceparm detail +( 6612 1792 600 ) ( 6932 1760 600 ) ( 6612 1728 600 ) common/nodraw 51 17 0.00 -0.390625 3.875000 536870912 2224 0 +surfaceparm detail +( 6784 2296 16 ) ( 6752 2296 16 ) ( 6768 2296 592 ) mohtest/groovedstn1a 51 0 0.00 -0.390625 3.125000 0 65536 0 +surfaceparm detail +( 6552 1255 400 ) ( 6552 1251 400 ) ( 6831 1253 400 ) common/nodraw 51 17 0.00 -0.390625 3.875000 536870912 2224 0 +surfaceparm detail +( 6720 2311 400 ) ( 6720 2313 400 ) ( 6720 2312 600 ) mohtest/groovedstn1a 17 0 0.00 -3.875000 3.125000 0 65536 0 +surfaceparm detail +} +// brush 1461 +{ +( 7468 2544 -248 ) ( 8332 2544 -248 ) ( 8332 2544 712 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6552 568 -248 ) ( 6552 1944 -248 ) ( 6552 1944 712 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6612 1792 600 ) ( 6932 1760 600 ) ( 6612 1728 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6784 2304 16 ) ( 6752 2304 16 ) ( 6768 2304 592 ) ta_berlin/berlinwall2b 255 0 0.00 -0.656250 0.781250 0 65536 0 +surfaceparm detail +( 6552 1255 400 ) ( 6552 1251 400 ) ( 6831 1253 400 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6720 2313 400 ) ( 6720 2311 400 ) ( 6720 2312 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1462 +{ +( 7468 2544 -248 ) ( 8332 2544 -248 ) ( 8332 2544 712 ) common/nodraw 51 15 0.00 -0.390625 2.625000 536870912 2224 0 +surfaceparm detail +( 6745 3391 24 ) ( 6745 3327 24 ) ( 6745 3359 568 ) common/nodraw 17 15 0.00 -3.875000 2.625000 536870912 2224 0 +surfaceparm detail +( 6784 2296 16 ) ( 6752 2296 16 ) ( 6768 2296 592 ) mohtest/groovedstn1a 51 15 0.00 -0.390625 2.625000 0 65536 0 +surfaceparm detail +( 6552 1246 376 ) ( 6552 1250 376 ) ( 6831 1248 376 ) common/nodraw 51 17 0.00 -0.390625 3.875000 536870912 2224 0 +surfaceparm detail +( 6552 1250 208 ) ( 6552 1247 208 ) ( 6831 1248.500000 208 ) common/nodraw 51 17 0.00 -0.390625 3.875000 536870912 2224 0 +surfaceparm detail +( 6720 2311 208 ) ( 6720 2313 208 ) ( 6720 2312 376 ) mohtest/groovedstn1a 17 15 0.00 -3.875000 2.625000 0 65536 0 +surfaceparm detail +} +// brush 1463 +{ +( 7468 2544 -248 ) ( 8332 2544 -248 ) ( 8332 2544 712 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6552 568 -248 ) ( 6552 1944 -248 ) ( 6552 1944 712 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6784 2304 16 ) ( 6752 2304 16 ) ( 6768 2304 592 ) ta_berlin/berlinwall2b 255 60 0.00 -0.656250 0.656250 0 65536 0 +surfaceparm detail +( 6552 1246 376 ) ( 6552 1250 376 ) ( 6831 1248 376 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6552 1250 208 ) ( 6552 1247 208 ) ( 6831 1248.500000 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6720 2313 208 ) ( 6720 2311 208 ) ( 6720 2312 376 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1464 +{ +( 7468 2544 -248 ) ( 8332 2544 -248 ) ( 8332 2544 712 ) common/nodraw 51 49 0.00 -0.390625 1.625000 536870912 2224 0 +surfaceparm detail +( 6745 3391 24 ) ( 6745 3327 24 ) ( 6745 3359 568 ) common/nodraw 17 49 0.00 -3.875000 1.625000 536870912 2224 0 +surfaceparm detail +( 6784 2296 16 ) ( 6752 2296 16 ) ( 6768 2296 592 ) mohtest/groovedstn1a 51 49 0.00 -0.390625 1.625000 0 65536 0 +surfaceparm detail +( 6552 1249 184 ) ( 6552 1253 184 ) ( 6831 1251 184 ) common/nodraw 51 17 0.00 -0.390625 3.875000 536870912 2224 0 +surfaceparm detail +( 6552 1247 80 ) ( 6552 1242 80 ) ( 6831 1244.500000 80 ) common/nodraw 51 17 0.00 -0.390625 3.875000 536870912 2224 0 +surfaceparm detail +( 6720 2311 80 ) ( 6720 2313 80 ) ( 6720 2312 184 ) mohtest/groovedstn1a 17 49 0.00 -3.875000 1.625000 0 65536 0 +surfaceparm detail +} +// brush 1465 +{ +( 7468 2544 -248 ) ( 8332 2544 -248 ) ( 8332 2544 712 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6552 568 -248 ) ( 6552 1944 -248 ) ( 6552 1944 712 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6784 2304 16 ) ( 6752 2304 16 ) ( 6768 2304 592 ) ta_berlin/berlinwall2b 255 196 0.00 -0.656250 0.406250 0 65536 0 +surfaceparm detail +( 6552 1249 184 ) ( 6552 1253 184 ) ( 6831 1251 184 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6552 1247 80 ) ( 6552 1242 80 ) ( 6831 1244.500000 80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6720 2313 80 ) ( 6720 2311 80 ) ( 6720 2312 184 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1466 +{ +( 7468 2544 -248 ) ( 8332 2544 -248 ) ( 8332 2544 712 ) common/nodraw 30 16 0.00 -4.359375 1 536870912 2224 0 +surfaceparm detail +( 6552 568 -248 ) ( 6552 1944 -248 ) ( 6552 1944 712 ) common/nodraw 60 16 0.00 -4 1 536870912 2224 0 +surfaceparm detail +( 7796 672 16 ) ( 6932 704 16 ) ( 6932 640 16 ) common/nodraw 30 60 0.00 -4.359375 4 536870912 2224 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 60 16 0.00 -4 1 536870912 2224 0 +surfaceparm detail +( 6788 2288 16 ) ( 6756 2288 16 ) ( 6772 2288 592 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 1242 80 ) ( 6552 1247 80 ) ( 6831 1244.500000 80 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1467 +{ +( 6745 544 -248 ) ( 6745 1920 -248 ) ( 6745 1920 712 ) mohtest/groovedstn1a 0 0 0.00 -0.500000 3.125000 0 65536 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 0 0 0.00 -0.500000 3.125000 536870912 2224 0 +surfaceparm detail +( 6612 1792 600 ) ( 6932 1760 600 ) ( 6612 1728 600 ) common/nodraw 27 0 0.00 -1.343750 0.500000 536870912 2224 0 +surfaceparm detail +( 6752 2304 16 ) ( 6784 2304 16 ) ( 6768 2304 592 ) common/nodraw 27 0 0.00 -1.343750 3.125000 536870912 2224 0 +surfaceparm detail +( 6753 1255 400 ) ( 6753 1251 400 ) ( 6831 1253 400 ) common/nodraw 27 0 0.00 -1.343750 0.500000 536870912 2224 0 +surfaceparm detail +( 6768 2272 400 ) ( 6760 2272 400 ) ( 6764 2272 600 ) mohtest/groovedstn1a 27 0 0.00 -1.343750 3.125000 0 65536 0 +surfaceparm detail +} +// brush 1468 +{ +( 6753 544 -248 ) ( 6753 1920 -248 ) ( 6753 1920 712 ) ta_berlin/berlinwall2b -208 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6612 1792 600 ) ( 6932 1760 600 ) ( 6612 1728 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1400 36 ) ( 6753 1400 44 ) ( 6831 1400 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1255 400 ) ( 6753 1251 400 ) ( 6831 1253 400 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6760 2272 400 ) ( 6768 2272 400 ) ( 6764 2272 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1469 +{ +( 6745 544 -248 ) ( 6745 1920 -248 ) ( 6745 1920 712 ) mohtest/groovedstn1a 0 15 0.00 -0.500000 2.625000 0 65536 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 0 15 0.00 -0.500000 2.625000 536870912 2224 0 +surfaceparm detail +( 6752 2304 16 ) ( 6784 2304 16 ) ( 6768 2304 592 ) common/nodraw 27 15 0.00 -1.343750 2.625000 536870912 2224 0 +surfaceparm detail +( 6753 1246 376 ) ( 6753 1250 376 ) ( 6831 1248 376 ) common/nodraw 27 0 0.00 -1.343750 0.500000 536870912 2224 0 +surfaceparm detail +( 6753 1250 208 ) ( 6753 1247 208 ) ( 6831 1248.500000 208 ) common/nodraw 27 0 0.00 -1.343750 0.500000 536870912 2224 0 +surfaceparm detail +( 6768 2272 208 ) ( 6760 2272 208 ) ( 6764 2272 376 ) mohtest/groovedstn1a 27 15 0.00 -1.343750 2.625000 0 65536 0 +surfaceparm detail +} +// brush 1470 +{ +( 6753 544 -248 ) ( 6753 1920 -248 ) ( 6753 1920 712 ) ta_berlin/berlinwall2b -208 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1400 36 ) ( 6753 1400 44 ) ( 6831 1400 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1246 376 ) ( 6753 1250 376 ) ( 6831 1248 376 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1250 208 ) ( 6753 1247 208 ) ( 6831 1248.500000 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6760 2272 208 ) ( 6768 2272 208 ) ( 6764 2272 376 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1471 +{ +( 6745 544 -248 ) ( 6745 1920 -248 ) ( 6745 1920 712 ) mohtest/groovedstn1a 0 49 0.00 -0.500000 1.625000 0 65536 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 0 49 0.00 -0.500000 1.625000 536870912 2224 0 +surfaceparm detail +( 6752 2304 16 ) ( 6784 2304 16 ) ( 6768 2304 592 ) common/nodraw 27 49 0.00 -1.343750 1.625000 536870912 2224 0 +surfaceparm detail +( 6753 1249 184 ) ( 6753 1253 184 ) ( 6831 1251 184 ) common/nodraw 27 0 0.00 -1.343750 0.500000 536870912 2224 0 +surfaceparm detail +( 6753 1247 80 ) ( 6753 1242 80 ) ( 6831 1244.500000 80 ) common/nodraw 27 0 0.00 -1.343750 0.500000 536870912 2224 0 +surfaceparm detail +( 6768 2272 80 ) ( 6760 2272 80 ) ( 6764 2272 184 ) mohtest/groovedstn1a 27 49 0.00 -1.343750 1.625000 0 65536 0 +surfaceparm detail +} +// brush 1472 +{ +( 6753 544 -248 ) ( 6753 1920 -248 ) ( 6753 1920 712 ) ta_berlin/berlinwall2b -208 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1400 36 ) ( 6753 1400 44 ) ( 6831 1400 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1249 184 ) ( 6753 1253 184 ) ( 6831 1251 184 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1247 80 ) ( 6753 1242 80 ) ( 6831 1244.500000 80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6760 2272 80 ) ( 6768 2272 80 ) ( 6764 2272 184 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1473 +{ +( 6737 544 -248 ) ( 6737 1920 -248 ) ( 6737 1920 712 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 7796 672 24 ) ( 6932 704 24 ) ( 6932 640 24 ) common/nodraw 42 46 0.00 -1.468750 2.250000 536870912 2224 0 +surfaceparm detail +( 6963 1256 152 ) ( 6899 1256 152 ) ( 6931 1256 696 ) common/nodraw 42 27 0.00 -1.468750 0.875000 536870912 2224 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 46 27 0.00 -2.250000 0.875000 536870912 2224 0 +surfaceparm detail +( 6753 1400 44 ) ( 6753 1400 36 ) ( 6831 1400 40 ) common/nodraw 42 27 0.00 -1.468750 0.875000 536870912 2224 0 +surfaceparm detail +( 6753 1242 80 ) ( 6753 1247 80 ) ( 6831 1244.500000 80 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1474 +{ +( 6745 544 -248 ) ( 6745 1920 -248 ) ( 6745 1920 712 ) mohtest/groovedstn1a 0 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 6964 1240 152 ) ( 6900 1240 152 ) ( 6932 1240 696 ) common/nodraw 27 42 0.00 -1.343750 0.375000 536870912 2224 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 48 42 0.00 -2.500000 0.375000 536870912 2224 0 +surfaceparm detail +( 6745 1400 44 ) ( 6745 1400 36 ) ( 6823 1400 40 ) common/nodraw 27 42 0.00 -1.343750 0.375000 536870912 2224 0 +surfaceparm detail +( 6753 1247 208 ) ( 6753 1250 208 ) ( 6831 1248.500000 208 ) mohtest/groovedstn1a 27 48 0.00 -1.343750 2.500000 0 65536 0 +surfaceparm detail +( 6753 1253 184 ) ( 6753 1249 184 ) ( 6831 1251 184 ) mohtest/groovedstn1a 27 48 0.00 -1.343750 2.500000 0 65536 0 +surfaceparm detail +} +// brush 1475 +{ +( 6745 544 -248 ) ( 6745 1920 -248 ) ( 6745 1920 712 ) mohtest/groovedstn1a 0 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 35 42 0.00 -14.125000 0.375000 536870912 2224 0 +surfaceparm detail +( 6752 2304 16 ) ( 6784 2304 16 ) ( 6768 2304 592 ) common/nodraw 27 42 0.00 -1.343750 0.375000 536870912 2224 0 +surfaceparm detail +( 6745 1400 36 ) ( 6745 1400 44 ) ( 6823 1400 40 ) common/nodraw 27 42 0.00 -1.343750 0.375000 536870912 2224 0 +surfaceparm detail +( 6753 1247 208 ) ( 6753 1250 208 ) ( 6831 1248.500000 208 ) mohtest/groovedstn1a 27 35 0.00 -1.343750 14.125000 0 65536 0 +surfaceparm detail +( 6753 1253 184 ) ( 6753 1249 184 ) ( 6831 1251 184 ) mohtest/groovedstn1a 27 35 0.00 -1.343750 14.125000 0 65536 0 +surfaceparm detail +} +// brush 1476 +{ +( 7468 2544 -248 ) ( 8332 2544 -248 ) ( 8332 2544 712 ) common/nodraw 60 42 0.00 -3.015625 0.375000 536870912 2224 0 +surfaceparm detail +( 6552 568 -248 ) ( 6552 1944 -248 ) ( 6552 1944 712 ) common/nodraw 17 42 0.00 -3.875000 0.375000 536870912 2224 0 +surfaceparm detail +( 6745 3395 24 ) ( 6745 3331 24 ) ( 6745 3363 568 ) common/nodraw 17 42 0.00 -3.875000 0.375000 536870912 2224 0 +surfaceparm detail +( 6784 2296 16 ) ( 6752 2296 16 ) ( 6768 2296 592 ) mohtest/groovedstn1a 0 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 1247 208 ) ( 6552 1250 208 ) ( 6831 1248.500000 208 ) mohtest/groovedstn1a 60 17 0.00 -3.015625 3.875000 0 65536 0 +surfaceparm detail +( 6552 1253 184 ) ( 6552 1249 184 ) ( 6831 1251 184 ) mohtest/groovedstn1a 60 17 0.00 -3.015625 3.875000 0 65536 0 +surfaceparm detail +} +// brush 1477 +{ +( 6745 544 -248 ) ( 6745 1920 -248 ) ( 6745 1920 712 ) mohtest/groovedstn1a 0 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 6964 1240 152 ) ( 6900 1240 152 ) ( 6932 1240 696 ) common/nodraw 27 42 0.00 -1.343750 0.375000 536870912 2224 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 48 42 0.00 -2.500000 0.375000 536870912 2224 0 +surfaceparm detail +( 6745 1400 44 ) ( 6745 1400 36 ) ( 6823 1400 40 ) common/nodraw 27 42 0.00 -1.343750 0.375000 536870912 2224 0 +surfaceparm detail +( 6753 1251 400 ) ( 6753 1255 400 ) ( 6831 1253 400 ) common/nodraw 27 48 0.00 -1.343750 2.500000 536870912 2224 0 +surfaceparm detail +( 6753 1250 376 ) ( 6753 1246 376 ) ( 6831 1248 376 ) mohtest/groovedstn1a 27 48 0.00 -1.343750 2.500000 0 65536 0 +surfaceparm detail +} +// brush 1478 +{ +( 6745 544 -248 ) ( 6745 1920 -248 ) ( 6745 1920 712 ) mohtest/groovedstn1a 0 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 35 42 0.00 -14.125000 0.375000 536870912 2224 0 +surfaceparm detail +( 6752 2304 16 ) ( 6784 2304 16 ) ( 6768 2304 592 ) common/nodraw 27 42 0.00 -1.343750 0.375000 536870912 2224 0 +surfaceparm detail +( 6745 1400 36 ) ( 6745 1400 44 ) ( 6823 1400 40 ) common/nodraw 27 42 0.00 -1.343750 0.375000 536870912 2224 0 +surfaceparm detail +( 6753 1251 400 ) ( 6753 1255 400 ) ( 6831 1253 400 ) common/nodraw 27 35 0.00 -1.343750 14.125000 536870912 2224 0 +surfaceparm detail +( 6753 1250 376 ) ( 6753 1246 376 ) ( 6831 1248 376 ) mohtest/groovedstn1a 27 35 0.00 -1.343750 14.125000 0 65536 0 +surfaceparm detail +} +// brush 1479 +{ +( 7468 2544 -248 ) ( 8332 2544 -248 ) ( 8332 2544 712 ) common/nodraw 60 42 0.00 -3.015625 0.375000 536870912 2224 0 +surfaceparm detail +( 6552 568 -248 ) ( 6552 1944 -248 ) ( 6552 1944 712 ) common/nodraw 17 42 0.00 -3.875000 0.375000 536870912 2224 0 +surfaceparm detail +( 6745 3395 24 ) ( 6745 3331 24 ) ( 6745 3363 568 ) common/nodraw 17 42 0.00 -3.875000 0.375000 536870912 2224 0 +surfaceparm detail +( 6784 2296 16 ) ( 6752 2296 16 ) ( 6768 2296 592 ) mohtest/groovedstn1a 0 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 1251 400 ) ( 6552 1255 400 ) ( 6831 1253 400 ) common/nodraw 60 17 0.00 -3.015625 3.875000 536870912 2224 0 +surfaceparm detail +( 6552 1250 376 ) ( 6552 1246 376 ) ( 6831 1248 376 ) general_structure/flatgrey_conc 121 34 0.00 -1.507813 1.937500 0 65536 0 +surfaceparm detail +} +// brush 1480 +{ +( 6753 544 -248 ) ( 6753 1920 -248 ) ( 6753 1920 712 ) ta_berlin/berlinwall2b -208 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 6964 1240 152 ) ( 6900 1240 152 ) ( 6932 1240 696 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6612 1792 600 ) ( 6932 1760 600 ) ( 6612 1728 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1400 44 ) ( 6753 1400 36 ) ( 6831 1400 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1255 400 ) ( 6753 1251 400 ) ( 6831 1253 400 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1481 +{ +( 6753 544 -248 ) ( 6753 1920 -248 ) ( 6753 1920 712 ) ta_berlin/berlinwall2b -208 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 6964 1240 152 ) ( 6900 1240 152 ) ( 6932 1240 696 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1400 44 ) ( 6753 1400 36 ) ( 6831 1400 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1246 376 ) ( 6753 1250 376 ) ( 6831 1248 376 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1250 208 ) ( 6753 1247 208 ) ( 6831 1248.500000 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1482 +{ +( 6753 544 -248 ) ( 6753 1920 -248 ) ( 6753 1920 712 ) ta_berlin/berlinwall2b -208 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 6964 1240 152 ) ( 6900 1240 152 ) ( 6932 1240 696 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1400 44 ) ( 6753 1400 36 ) ( 6831 1400 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1249 184 ) ( 6753 1253 184 ) ( 6831 1251 184 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6753 1247 80 ) ( 6753 1242 80 ) ( 6831 1244.500000 80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1483 +{ +( 6737 542 -248 ) ( 6737 1918 -248 ) ( 6737 1918 712 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 7796 672 16 ) ( 6932 704 16 ) ( 6932 640 16 ) common/nodraw 42 37 0.00 -1.468750 13.875000 536870912 2224 0 +surfaceparm detail +( 6831 3391 24 ) ( 6831 3327 24 ) ( 6831 3359 568 ) common/nodraw 37 16 0.00 -13.875000 1 536870912 2224 0 +surfaceparm detail +( 6751 2288 16 ) ( 6783 2288 16 ) ( 6767 2288 592 ) common/nodraw 42 16 0.00 -1.468750 1 536870912 2224 0 +surfaceparm detail +( 6753 1400 36 ) ( 6753 1400 44 ) ( 6831 1400 40 ) common/nodraw 42 16 0.00 -1.468750 1 536870912 2224 0 +surfaceparm detail +( 6753 1242 80 ) ( 6753 1247 80 ) ( 6831 1244.500000 80 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1484 +{ +( 6779 2288 584 ) ( 6763 2304 584 ) ( 6227 2304 584 ) mohtest/groovedstn1a 37 0 0.00 -3.140625 0.250000 0 65536 0 +surfaceparm detail +( 6763 2304 640 ) ( 6779 2288 640 ) ( 6227 2288 640 ) common/nodraw 37 0 0.00 -3.140625 0.250000 536870912 2224 0 +surfaceparm detail +( 6779 2288 640 ) ( 6779 2288 584 ) ( 6227 2288 584 ) mohtest/groovedstn1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6763 2304 584 ) ( 6763 2304 640 ) ( 6227 2304 640 ) common/nodraw 37 27 0.00 -3.140625 0.875000 536870912 2224 0 +surfaceparm detail +( 6552 2296 584 ) ( 6552 2298 584 ) ( 6552 2297 640 ) common/nodraw 0 27 0.00 -0.250000 0.875000 536870912 2224 0 +surfaceparm detail +( 6753 2304 584 ) ( 6737 2288 584 ) ( 6745 2296 640 ) common/nodraw 0 27 0.00 -0.250000 0.875000 536870912 2224 0 +surfaceparm detail +} +// brush 1485 +{ +( 6753 1438 584 ) ( 6737 1422 584 ) ( 6737 886 584 ) mohtest/groovedstn1a 55 50 -180.00 2 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6737 1422 640 ) ( 6753 1438 640 ) ( 6753 886 640 ) common/nodraw -14 -48 90.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6753 1438 640 ) ( 6753 1438 584 ) ( 6753 886 584 ) mohtest/groovedstn1a 35 6 -180.00 2 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6737 1422 584 ) ( 6737 1422 640 ) ( 6737 886 640 ) common/nodraw -14 18 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6739 1219 584 ) ( 6737 1217 584 ) ( 6738 1218 640 ) common/nodraw 37 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6737 1256 584 ) ( 6739 1254 584 ) ( 6738 1255 640 ) common/nodraw 37 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 1486 +{ +( 6753 1438 584 ) ( 6737 1422 584 ) ( 6737 886 584 ) mohtest/groovedstn1a 4 11 0.00 -0.250000 16.624996 0 65536 0 +surfaceparm detail +( 6737 1422 640 ) ( 6753 1438 640 ) ( 6753 886 640 ) common/nodraw 4 11 0.00 -0.250000 16.624996 536870912 2224 0 +surfaceparm detail +( 6753 1438 640 ) ( 6753 1438 584 ) ( 6753 886 584 ) common/nodraw 11 27 0.00 -16.624996 0.875000 536870912 2224 0 +surfaceparm detail +( 6737 2281 584 ) ( 6737 2281 640 ) ( 6737 1745 640 ) mohtest/groovedstn1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6751 2302 584 ) ( 6751 2302 640 ) ( 6735 2286 640 ) common/nodraw 0 27 0.00 -0.250000 0.875000 536870912 2224 0 +surfaceparm detail +( 6740 1253 584 ) ( 6738 1255 584 ) ( 6739 1254 640 ) common/nodraw 32 27 0.00 -0.250000 0.875000 536870912 2224 0 +surfaceparm detail +} +// brush 1487 +{ +( 6532 1256 584 ) ( 6548 1240 584 ) ( 7084 1240 584 ) mohtest/groovedstn1a 60 -29 -90.00 2 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 1240 640 ) ( 6532 1256 640 ) ( 7084 1256 640 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 1256 640 ) ( 6532 1256 584 ) ( 7084 1256 584 ) mohtest/groovedstn1a -46 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 1240 584 ) ( 6548 1240 640 ) ( 7084 1240 640 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 1256 584 ) ( 6532 1256 640 ) ( 6548 1240 640 ) common/nodraw 56 15 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6751 1242 584 ) ( 6753 1240 584 ) ( 6752 1241 640 ) common/nodraw 60 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 1488 +{ +( 816 6108 -68 ) ( 816 6108 572 ) ( 816 5004 572 ) ta_berlin/berlinwall3a -156 -132 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5352 -68 ) ( 832 5328 -68 ) ( 832 5340 572 ) ta_berlin/berlinwall3a -156 -132 0.00 1 1 0 65536 0 +surfaceparm detail +( 230 5312 72 ) ( 238 5624 72 ) ( 246 5312 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5504 52 ) ( 816 5504 76 ) ( 832 5504 64 ) ta_berlin/berlinwall3a -156 -132 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5568 76 ) ( 816 5568 60 ) ( 832 5568 68 ) ta_berlin/berlinwall3a -156 -132 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5540 64 ) ( 816 5536 64 ) ( 832 5538 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1489 +{ +( 248 6108 536 ) ( 248 6108 -104 ) ( 248 5004 -104 ) ta_berlin/berlinwall3a -156 -132 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5576 -68 ) ( 232 5624 -68 ) ( 232 5600 572 ) ta_berlin/berlinwall3a -156 -132 0.00 1 1 0 65536 0 +surfaceparm detail +( 230 5248 72 ) ( 238 5624 72 ) ( 246 5248 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5504 52 ) ( 232 5504 76 ) ( 248 5504 64 ) ta_berlin/berlinwall3a -156 -132 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5568 76 ) ( 232 5568 60 ) ( 248 5568 68 ) ta_berlin/berlinwall3a -156 -132 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5540 64 ) ( 232 5536 64 ) ( 248 5538 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1490 +{ +( 656 5212 472 ) ( 656 5148 472 ) ( 816 5148 280 ) ta_berlin/brln_rubble -112 0 0.00 0.250000 0.250000 0 65536 0 +surfaceparm detail +( 768 5756 704 ) ( 768 5780 704 ) ( 816 5780 704 ) common/nodraw 0 48 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 736 5148 704 ) ( 784 5148 704 ) ( 784 5148 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5756 704 ) ( 816 5780 704 ) ( 816 5780 64 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 808 5212 704 ) ( 760 5212 704 ) ( 760 5212 64 ) ta_berlin/berlinwall3a -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 656 5148 472 ) ( 656 5212 472 ) ( 656 5212 704 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +} +// brush 1491 +{ +( 656 5148 472 ) ( 656 5212 472 ) ( 576 5212 456 ) ta_berlin/brln_rubble -64 112 0.00 0.250000 0.250000 0 65536 0 +surfaceparm detail +( 768 5756 704 ) ( 768 5780 704 ) ( 816 5780 704 ) common/nodraw 0 48 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 736 5148 704 ) ( 784 5148 704 ) ( 784 5148 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 808 5212 704 ) ( 760 5212 704 ) ( 760 5212 64 ) ta_berlin/berlinwall3a -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 656 5212 472 ) ( 656 5148 472 ) ( 656 5148 704 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 576 5212 668 ) ( 576 5148 696 ) ( 576 5148 640 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +} +// brush 1492 +{ +( 576 5148 456 ) ( 576 5212 456 ) ( 464 5212 480 ) ta_berlin/brln_rubble -64 112 0.00 0.250000 0.250000 0 65536 0 +surfaceparm detail +( 768 5756 704 ) ( 768 5780 704 ) ( 816 5780 704 ) common/nodraw 0 48 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 736 5148 704 ) ( 784 5148 704 ) ( 784 5148 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 808 5212 704 ) ( 760 5212 704 ) ( 760 5212 64 ) ta_berlin/berlinwall3a -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 464 5148 480 ) ( 464 5212 480 ) ( 464 5212 704 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 576 5212 456 ) ( 576 5148 456 ) ( 576 5148 704 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +} +// brush 1493 +{ +( 464 5212 480 ) ( 464 5148 480 ) ( 464 5148 704 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 464 5148 480 ) ( 464 5212 480 ) ( 352 5212 432 ) ta_berlin/brln_rubble -64 112 0.00 0.250000 0.250000 0 65536 0 +surfaceparm detail +( 808 5212 704 ) ( 760 5212 704 ) ( 760 5212 64 ) ta_berlin/berlinwall3a -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 736 5148 704 ) ( 784 5148 704 ) ( 784 5148 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 768 5756 704 ) ( 768 5780 704 ) ( 816 5780 704 ) common/nodraw 0 48 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 352 5148 432 ) ( 352 5212 432 ) ( 352 5212 704 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +} +// brush 1494 +{ +( 248 5212 240 ) ( 248 5148 240 ) ( 352 5148 432 ) ta_berlin/brln_rubble -112 0 0.00 0.250000 0.250000 0 65536 0 +surfaceparm detail +( 248 5148 240 ) ( 248 5212 240 ) ( 248 5212 704 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 808 5212 704 ) ( 760 5212 704 ) ( 760 5212 64 ) ta_berlin/berlinwall3a -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 736 5148 704 ) ( 784 5148 704 ) ( 784 5148 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 768 5756 704 ) ( 768 5780 704 ) ( 816 5780 704 ) common/nodraw 0 48 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 352 5212 432 ) ( 352 5148 432 ) ( 352 5148 704 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +} +// brush 1495 +{ +( 48 5248 64 ) ( -48 5248 64 ) ( -48 5184 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -32 5184 72 ) ( -32 5248 72 ) ( 64 5248 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -48 5160 704 ) ( 48 5160 704 ) ( 48 5160 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 96 5184 704 ) ( 96 5248 704 ) ( 96 5248 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 48 5248 704 ) ( -48 5248 704 ) ( -48 5248 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -104 5248 704 ) ( -104 5184 704 ) ( -104 5184 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1496 +{ +( 152 5376 64 ) ( 56 5376 64 ) ( 56 5312 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 56 5312 72 ) ( 56 5376 72 ) ( 152 5376 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 56 5312 704 ) ( 152 5312 704 ) ( 152 5312 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5312 704 ) ( 232 5376 704 ) ( 232 5376 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 160 5624 704 ) ( 64 5624 704 ) ( 64 5624 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 0 5376 704 ) ( 0 5312 704 ) ( 0 5312 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1497 +{ +( 152 5312 64 ) ( 56 5312 64 ) ( 56 5248 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 56 5248 72 ) ( 56 5312 72 ) ( 152 5312 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 64 5248 704 ) ( 160 5248 704 ) ( 160 5248 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 96 5248 72 ) ( 96 5312 72 ) ( 96 5312 -568 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 152 5312 704 ) ( 56 5312 704 ) ( 56 5312 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 0 5312 704 ) ( 0 5248 704 ) ( 0 5248 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1498 +{ +( 1008 5248 64 ) ( 1008 5312 64 ) ( 912 5312 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 880 5312 72 ) ( 976 5312 72 ) ( 976 5248 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 904 5248 64 ) ( 904 5248 704 ) ( 1000 5248 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 968 5312 56 ) ( 968 5312 696 ) ( 968 5248 696 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1008 5312 64 ) ( 1008 5312 704 ) ( 912 5312 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1064 5248 64 ) ( 1064 5248 704 ) ( 1064 5312 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1499 +{ +( 1008 5312 64 ) ( 1008 5376 64 ) ( 912 5376 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 880 5376 72 ) ( 976 5376 72 ) ( 976 5312 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 912 5312 64 ) ( 912 5312 704 ) ( 1008 5312 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5376 64 ) ( 832 5376 704 ) ( 832 5312 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1000 5624 64 ) ( 1000 5624 704 ) ( 904 5624 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1064 5312 64 ) ( 1064 5312 704 ) ( 1064 5376 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1500 +{ +( 1112 5184 64 ) ( 1112 5248 64 ) ( 1016 5248 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 984 5248 72 ) ( 1080 5248 72 ) ( 1080 5184 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1016 5160 64 ) ( 1016 5160 704 ) ( 1112 5160 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 968 5248 56 ) ( 968 5248 696 ) ( 968 5184 696 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1112 5248 64 ) ( 1112 5248 704 ) ( 1016 5248 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1208 5186 64 ) ( 1208 5186 704 ) ( 1208 5250 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1501 +{ +( -104 6716 -768 ) ( -104 7132 -768 ) ( -104 7132 1024 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -792 5052 704 ) ( -792 5468 704 ) ( 808 5468 704 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -816 5468 64 ) ( -816 5052 64 ) ( 784 5052 64 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -48 5004 192 ) ( -48 4992 192 ) ( -48 4998 704 ) common/nodraw 28 60 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -16 5004 64 ) ( -32 5004 64 ) ( -24 5004 576 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 40 5160 64 ) ( 72 5160 64 ) ( 56 5160 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1502 +{ +( 880 5004 -768 ) ( -720 5004 -768 ) ( -720 5004 1024 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -48 6104 64 ) ( -48 6104 704 ) ( -48 5008 704 ) common/nodraw 37 5 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 40 5160 64 ) ( 72 5160 64 ) ( 56 5160 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1503 +{ +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 96 6112 64 ) ( 96 6112 704 ) ( 96 5016 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 72 5160 64 ) ( 40 5160 64 ) ( 56 5160 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 0 5312 64 ) ( 32 5312 64 ) ( 16 5312 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1504 +{ +( -48 6120 704 ) ( -48 6120 64 ) ( 248 6120 64 ) common/nodraw 8 8 0.00 -9.250000 8 536870912 2224 0 +surfaceparm detail +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -48 6104 64 ) ( -48 6104 704 ) ( -48 5008 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 24 5248 64 ) ( -8 5248 64 ) ( 8 5248 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 0 5312 64 ) ( 0 5296 64 ) ( 0 5304 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1505 +{ +( -48 6120 704 ) ( -48 6120 64 ) ( 248 6120 64 ) common/nodraw 8 8 0.00 -9.250000 8 536870912 2224 0 +surfaceparm detail +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 0 5296 64 ) ( 0 5312 64 ) ( 0 5304 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 112 5624 64 ) ( 88 5624 64 ) ( 100 5624 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1506 +{ +( -104 6716 -768 ) ( -104 7132 -768 ) ( -104 7132 1024 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -792 5052 704 ) ( -792 5468 704 ) ( 808 5468 704 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -48 5004 192 ) ( -48 4992 192 ) ( -48 4998 704 ) common/nodraw 28 60 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 72 5160 64 ) ( 40 5160 64 ) ( 56 5160 704 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -8 5248 64 ) ( 24 5248 64 ) ( 8 5248 704 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -80 5248 232 ) ( -88 5160 232 ) ( -72 5160 232 ) central_europe/tudor_set1_exwall1fltseem 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1507 +{ +( 152 5312 232 ) ( 56 5312 232 ) ( 56 5248 232 ) central_europe/tudor_set1_exwall1fltseem 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 56 5248 240 ) ( 56 5312 240 ) ( 152 5312 240 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 64 5248 872 ) ( 160 5248 872 ) ( 160 5248 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +( 96 5248 240 ) ( 96 5312 240 ) ( 96 5312 -400 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +( 152 5312 872 ) ( 56 5312 872 ) ( 56 5312 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +( 0 5312 872 ) ( 0 5248 872 ) ( 0 5248 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1508 +{ +( 152 5376 232 ) ( 56 5376 232 ) ( 56 5312 232 ) central_europe/tudor_set1_exwall1fltseem 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 56 5312 240 ) ( 56 5376 240 ) ( 152 5376 240 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 56 5312 872 ) ( 152 5312 872 ) ( 152 5312 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5312 872 ) ( 232 5376 872 ) ( 232 5376 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +( 160 5624 872 ) ( 64 5624 872 ) ( 64 5624 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +( 0 5376 872 ) ( 0 5312 872 ) ( 0 5312 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1509 +{ +( 48 5248 232 ) ( -48 5248 232 ) ( -48 5184 232 ) central_europe/tudor_set1_exwall1fltseem 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -32 5184 240 ) ( -32 5248 240 ) ( 64 5248 240 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -48 5160 872 ) ( 48 5160 872 ) ( 48 5160 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +( 96 5184 872 ) ( 96 5248 872 ) ( 96 5248 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +( 48 5248 872 ) ( -48 5248 872 ) ( -48 5248 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +( -48 5248 872 ) ( -48 5184 872 ) ( -48 5184 232 ) ta_berlin/berlinwall3a 0 168 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1510 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -336 5004 664 ) ( -112 5004 664 ) ( -112 5004 24 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -104 5004 664 ) ( -104 5108 664 ) ( -104 5108 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -480 5108 664 ) ( -480 5004 664 ) ( -480 5004 24 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -216 5004 144 ) ( -208 5108 144 ) ( -200 5004 144 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -152 5160 24 ) ( -128 5160 24 ) ( -140 5160 144 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1511 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -39 -59 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -104 5004 664 ) ( -104 5108 664 ) ( -104 5108 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -206 6148 664 ) ( -430 6148 664 ) ( -430 6148 24 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -480 5108 664 ) ( -480 5004 664 ) ( -480 5004 24 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -216 5004 144 ) ( -208 5108 144 ) ( -200 5004 144 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -120 5248 24 ) ( -144 5248 24 ) ( -132 5248 144 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1512 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -480 5108 664 ) ( -480 5004 664 ) ( -480 5004 24 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -216 5004 144 ) ( -208 5108 144 ) ( -200 5004 144 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 5248 24 ) ( -120 5248 24 ) ( -132 5248 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -128 5160 24 ) ( -152 5160 24 ) ( -140 5160 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -232 5248 24 ) ( -232 5232 24 ) ( -232 5240 144 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1513 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -216 5004 128 ) ( -208 5108 128 ) ( -200 5004 128 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 5248 24 ) ( -120 5248 24 ) ( -132 5248 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -128 5160 24 ) ( -152 5160 24 ) ( -140 5160 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -200 5248 24 ) ( -200 5232 24 ) ( -200 5240 144 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -216 5232 24 ) ( -216 5248 24 ) ( -216 5240 144 ) misc_outside/nu_earth_set2 -128 -419 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1514 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -216 5004 112 ) ( -208 5108 112 ) ( -200 5004 112 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 5248 24 ) ( -120 5248 24 ) ( -132 5248 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -128 5160 24 ) ( -152 5160 24 ) ( -140 5160 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -168 5248 24 ) ( -168 5232 24 ) ( -168 5240 144 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -184 5232 24 ) ( -184 5248 24 ) ( -184 5240 144 ) misc_outside/nu_earth_set2 -128 -419 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1515 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -216 5004 96 ) ( -208 5108 96 ) ( -200 5004 96 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 5248 24 ) ( -120 5248 24 ) ( -132 5248 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -128 5160 24 ) ( -152 5160 24 ) ( -140 5160 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -136 5248 24 ) ( -136 5232 24 ) ( -136 5240 144 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -152 5232 24 ) ( -152 5248 24 ) ( -152 5240 144 ) misc_outside/nu_earth_set2 -128 -419 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1516 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -104 5004 664 ) ( -104 5108 664 ) ( -104 5108 24 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -208 5004 80 ) ( -200 5108 80 ) ( -192 5004 80 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 5248 24 ) ( -120 5248 24 ) ( -132 5248 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -128 5160 24 ) ( -152 5160 24 ) ( -140 5160 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -120 5232 24 ) ( -120 5248 24 ) ( -120 5240 144 ) misc_outside/nu_earth_set2 -128 -419 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1517 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -216 5004 88 ) ( -208 5108 88 ) ( -200 5004 88 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 5248 24 ) ( -120 5248 24 ) ( -132 5248 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -128 5160 24 ) ( -152 5160 24 ) ( -140 5160 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -120 5248 24 ) ( -120 5232 24 ) ( -120 5240 144 ) misc_outside/nu_earth_set2 -128 -419 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -136 5232 24 ) ( -136 5248 24 ) ( -136 5240 144 ) misc_outside/nu_earth_set2 -128 -419 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1518 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -216 5004 104 ) ( -208 5108 104 ) ( -200 5004 104 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 5248 24 ) ( -120 5248 24 ) ( -132 5248 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -128 5160 24 ) ( -152 5160 24 ) ( -140 5160 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -152 5248 24 ) ( -152 5232 24 ) ( -152 5240 144 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -168 5232 24 ) ( -168 5248 24 ) ( -168 5240 144 ) misc_outside/nu_earth_set2 -128 -419 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1519 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -216 5004 120 ) ( -208 5108 120 ) ( -200 5004 120 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 5248 24 ) ( -120 5248 24 ) ( -132 5248 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -128 5160 24 ) ( -152 5160 24 ) ( -140 5160 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -184 5248 24 ) ( -184 5232 24 ) ( -184 5240 144 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -200 5232 24 ) ( -200 5248 24 ) ( -200 5240 144 ) misc_outside/nu_earth_set2 -128 -419 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1520 +{ +( -112 5108 24 ) ( -336 5108 24 ) ( -336 5004 24 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -216 5004 136 ) ( -208 5108 136 ) ( -200 5004 136 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 5248 24 ) ( -120 5248 24 ) ( -132 5248 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -128 5160 24 ) ( -152 5160 24 ) ( -140 5160 144 ) misc_outside/nu_earth_set2 -452 -285 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( -216 5248 24 ) ( -216 5232 24 ) ( -216 5240 144 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -232 5232 24 ) ( -232 5248 24 ) ( -232 5240 144 ) misc_outside/nu_earth_set2 -128 -419 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1521 +{ +( -104 6716 -768 ) ( -104 7132 -768 ) ( -104 7132 1024 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -792 5052 704 ) ( -792 5468 704 ) ( 808 5468 704 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -816 5468 64 ) ( -816 5052 64 ) ( 784 5052 64 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -48 5004 192 ) ( -48 4992 192 ) ( -48 4998 704 ) common/nodraw 28 60 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -96 5404 64 ) ( -64 5404 64 ) ( -80 5404 704 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 24 5248 64 ) ( -8 5248 64 ) ( 8 5248 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1522 +{ +( 1216 5300 24 ) ( 1440 5300 24 ) ( 1440 5404 24 ) common/nodraw 52 61 -90.00 30.250000 9.250000 536870912 2224 0 +surfaceparm detail +( 1320 5404 136 ) ( 1312 5300 136 ) ( 1304 5404 136 ) misc_outside/nu_earth_set2 85 -212 -149.92 0.998442 0.999971 0 131072 0 +surfaceparm detail +( 1248 5160 24 ) ( 1224 5160 24 ) ( 1236 5160 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1232 5248 24 ) ( 1256 5248 24 ) ( 1244 5248 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1320 5160 24 ) ( 1320 5176 24 ) ( 1320 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +( 1336 5176 24 ) ( 1336 5160 24 ) ( 1336 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +} +// brush 1523 +{ +( 1216 5300 24 ) ( 1440 5300 24 ) ( 1440 5404 24 ) common/nodraw 52 61 -90.00 30.250000 9.250000 536870912 2224 0 +surfaceparm detail +( 1320 5404 120 ) ( 1312 5300 120 ) ( 1304 5404 120 ) misc_outside/nu_earth_set2 85 -212 -149.92 0.998442 0.999971 0 131072 0 +surfaceparm detail +( 1248 5160 24 ) ( 1224 5160 24 ) ( 1236 5160 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1232 5248 24 ) ( 1256 5248 24 ) ( 1244 5248 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1288 5160 24 ) ( 1288 5176 24 ) ( 1288 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +( 1304 5176 24 ) ( 1304 5160 24 ) ( 1304 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +} +// brush 1524 +{ +( 1216 5300 24 ) ( 1440 5300 24 ) ( 1440 5404 24 ) common/nodraw 52 61 -90.00 30.250000 9.250000 536870912 2224 0 +surfaceparm detail +( 1320 5404 104 ) ( 1312 5300 104 ) ( 1304 5404 104 ) misc_outside/nu_earth_set2 85 -212 -149.92 0.998442 0.999971 0 131072 0 +surfaceparm detail +( 1248 5160 24 ) ( 1224 5160 24 ) ( 1236 5160 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1232 5248 24 ) ( 1256 5248 24 ) ( 1244 5248 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1256 5160 24 ) ( 1256 5176 24 ) ( 1256 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +( 1272 5176 24 ) ( 1272 5160 24 ) ( 1272 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +} +// brush 1525 +{ +( 1216 5300 24 ) ( 1440 5300 24 ) ( 1440 5404 24 ) common/nodraw 52 61 -90.00 30.250000 9.250000 536870912 2224 0 +surfaceparm detail +( 1320 5404 88 ) ( 1312 5300 88 ) ( 1304 5404 88 ) misc_outside/nu_earth_set2 85 -212 -149.92 0.998442 0.999971 0 131072 0 +surfaceparm detail +( 1248 5160 24 ) ( 1224 5160 24 ) ( 1236 5160 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1232 5248 24 ) ( 1256 5248 24 ) ( 1244 5248 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1224 5160 24 ) ( 1224 5176 24 ) ( 1224 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +( 1240 5176 24 ) ( 1240 5160 24 ) ( 1240 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +} +// brush 1526 +{ +( 1216 5300 24 ) ( 1440 5300 24 ) ( 1440 5404 24 ) common/nodraw 52 61 -90.00 30.250000 9.250000 536870912 2224 0 +surfaceparm detail +( 1208 5404 664 ) ( 1208 5300 664 ) ( 1208 5300 24 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 1312 5404 80 ) ( 1304 5300 80 ) ( 1296 5404 80 ) misc_outside/nu_earth_set2 85 -212 -149.92 0.998442 0.999971 0 131072 0 +surfaceparm detail +( 1248 5160 24 ) ( 1224 5160 24 ) ( 1236 5160 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1232 5248 24 ) ( 1256 5248 24 ) ( 1244 5248 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1224 5176 24 ) ( 1224 5160 24 ) ( 1224 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +} +// brush 1527 +{ +( 1216 5300 24 ) ( 1440 5300 24 ) ( 1440 5404 24 ) common/nodraw 52 61 -90.00 30.250000 9.250000 536870912 2224 0 +surfaceparm detail +( 1320 5404 96 ) ( 1312 5300 96 ) ( 1304 5404 96 ) misc_outside/nu_earth_set2 85 -212 -149.92 0.998442 0.999971 0 131072 0 +surfaceparm detail +( 1248 5160 24 ) ( 1224 5160 24 ) ( 1236 5160 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1232 5248 24 ) ( 1256 5248 24 ) ( 1244 5248 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1240 5160 24 ) ( 1240 5176 24 ) ( 1240 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +( 1256 5176 24 ) ( 1256 5160 24 ) ( 1256 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +} +// brush 1528 +{ +( 1216 5300 24 ) ( 1440 5300 24 ) ( 1440 5404 24 ) common/nodraw 52 61 -90.00 30.250000 9.250000 536870912 2224 0 +surfaceparm detail +( 1320 5404 112 ) ( 1312 5300 112 ) ( 1304 5404 112 ) misc_outside/nu_earth_set2 85 -212 -149.92 0.998442 0.999971 0 131072 0 +surfaceparm detail +( 1248 5160 24 ) ( 1224 5160 24 ) ( 1236 5160 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1232 5248 24 ) ( 1256 5248 24 ) ( 1244 5248 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1272 5160 24 ) ( 1272 5176 24 ) ( 1272 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +( 1288 5176 24 ) ( 1288 5160 24 ) ( 1288 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +} +// brush 1529 +{ +( 1216 5300 24 ) ( 1440 5300 24 ) ( 1440 5404 24 ) common/nodraw 52 61 -90.00 30.250000 9.250000 536870912 2224 0 +surfaceparm detail +( 1320 5404 128 ) ( 1312 5300 128 ) ( 1304 5404 128 ) misc_outside/nu_earth_set2 85 -212 -149.92 0.998442 0.999971 0 131072 0 +surfaceparm detail +( 1248 5160 24 ) ( 1224 5160 24 ) ( 1236 5160 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1232 5248 24 ) ( 1256 5248 24 ) ( 1244 5248 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1304 5160 24 ) ( 1304 5176 24 ) ( 1304 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +( 1320 5176 24 ) ( 1320 5160 24 ) ( 1320 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +} +// brush 1530 +{ +( 1216 5300 24 ) ( 1440 5300 24 ) ( 1440 5404 24 ) common/nodraw 52 61 -90.00 30.250000 9.250000 536870912 2224 0 +surfaceparm detail +( 1584 5300 664 ) ( 1584 5404 664 ) ( 1584 5404 24 ) ta_berlin/berlinwall3a 12 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 1320 5404 144 ) ( 1312 5300 144 ) ( 1304 5404 144 ) misc_outside/nu_earth_set2 85 -212 -149.92 0.998442 0.999971 0 131072 0 +surfaceparm detail +( 1248 5160 24 ) ( 1224 5160 24 ) ( 1236 5160 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1232 5248 24 ) ( 1256 5248 24 ) ( 1244 5248 144 ) misc_outside/nu_earth_set2 503 266 149.92 0.998488 -0.999953 0 131072 0 +surfaceparm detail +( 1336 5160 24 ) ( 1336 5176 24 ) ( 1336 5168 144 ) misc_outside/nu_earth_set2 188 190 149.92 0.998488 -0.999886 0 131072 0 +surfaceparm detail +} +// brush 1531 +{ +( 1440 5004 24 ) ( 1440 5108 24 ) ( 1216 5108 24 ) common/nodraw -38 -49 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 1216 5004 24 ) ( 1216 5004 664 ) ( 1440 5004 664 ) ta_berlin/berlinwall3a -176 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1208 5108 24 ) ( 1208 5108 664 ) ( 1208 5004 664 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1584 5004 24 ) ( 1584 5004 664 ) ( 1584 5108 664 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1304 5004 144 ) ( 1312 5108 144 ) ( 1320 5004 144 ) misc_outside/nu_earth_set2 -395 223 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( 1360 5160 24 ) ( 1384 5160 24 ) ( 1372 5160 144 ) misc_outside/nu_earth_set2 -385 -111 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1532 +{ +( 1112 6112 704 ) ( 1112 6112 64 ) ( 1112 5008 64 ) common/nodraw 37 5 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +( 880 5004 -768 ) ( -720 5004 -768 ) ( -720 5004 1024 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1032 5160 64 ) ( 1056 5160 64 ) ( 1044 5160 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1533 +{ +( 1112 6120 64 ) ( 1112 6120 704 ) ( 816 6120 704 ) common/nodraw 8 8 0.00 -9.250000 8 536870912 2224 0 +surfaceparm detail +( 1112 6112 704 ) ( 1112 6112 64 ) ( 1112 5008 64 ) common/nodraw 37 5 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 920 5624 64 ) ( 888 5624 64 ) ( 904 5624 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1534 +{ +( 1112 6112 704 ) ( 1112 6112 64 ) ( 1112 5008 64 ) common/nodraw 37 5 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 888 5624 64 ) ( 920 5624 64 ) ( 904 5624 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1064 5248 64 ) ( 1040 5248 64 ) ( 1052 5248 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1064 5328 64 ) ( 1064 5352 64 ) ( 1064 5340 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1535 +{ +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1056 5160 64 ) ( 1032 5160 64 ) ( 1044 5160 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 968 5352 64 ) ( 968 5328 64 ) ( 968 5340 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 944 5312 64 ) ( 960 5312 64 ) ( 952 5312 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1536 +{ +( 1112 6716 -768 ) ( 1112 7132 -768 ) ( 1112 7132 1024 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 424 5052 704 ) ( 424 5468 704 ) ( 2024 5468 704 ) common/nodraw 28 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 5004 192 ) ( 1208 4992 192 ) ( 1208 4998 704 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1288 5160 64 ) ( 1256 5160 64 ) ( 1272 5160 704 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 5248 64 ) ( 1240 5248 64 ) ( 1224 5248 704 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1136 5248 232 ) ( 1128 5160 232 ) ( 1144 5160 232 ) central_europe/tudor_set1_exwall1fltseem 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1537 +{ +( 1208 7132 1024 ) ( 1208 7132 -768 ) ( 1208 6716 -768 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 292 5468 704 ) ( 1892 5468 704 ) ( 1892 5052 704 ) common/nodraw 28 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 316 5052 64 ) ( 1916 5052 64 ) ( 1916 5468 64 ) common/nodraw 28 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1112 4998 704 ) ( 1112 4992 192 ) ( 1112 5004 192 ) common/nodraw 28 60 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1124 5004 576 ) ( 1132 5004 64 ) ( 1116 5004 64 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1128 5160 64 ) ( 1152 5160 64 ) ( 1140 5160 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1538 +{ +( 1208 7132 1024 ) ( 1208 7132 -768 ) ( 1208 6716 -768 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 292 5468 704 ) ( 1892 5468 704 ) ( 1892 5052 704 ) common/nodraw 28 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 316 5052 64 ) ( 1916 5052 64 ) ( 1916 5468 64 ) common/nodraw 28 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1112 4998 704 ) ( 1112 4992 192 ) ( 1112 5004 192 ) common/nodraw 28 60 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1148 5404 704 ) ( 1132 5404 64 ) ( 1164 5404 64 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1160 5248 64 ) ( 1136 5248 64 ) ( 1148 5248 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1539 +{ +( 1112 5184 232 ) ( 1112 5248 232 ) ( 1016 5248 232 ) central_europe/tudor_set1_exwall1fltseem 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 984 5248 240 ) ( 1080 5248 240 ) ( 1080 5184 240 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1016 5160 232 ) ( 1016 5160 872 ) ( 1112 5160 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 968 5248 224 ) ( 968 5248 864 ) ( 968 5184 864 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1112 5248 232 ) ( 1112 5248 872 ) ( 1016 5248 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1112 5184 232 ) ( 1112 5184 872 ) ( 1112 5248 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1540 +{ +( 1008 5312 232 ) ( 1008 5376 232 ) ( 912 5376 232 ) central_europe/tudor_set1_exwall1fltseem 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 880 5376 240 ) ( 976 5376 240 ) ( 976 5312 240 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 912 5312 232 ) ( 912 5312 872 ) ( 1008 5312 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5376 232 ) ( 832 5376 872 ) ( 832 5312 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1000 5624 232 ) ( 1000 5624 872 ) ( 904 5624 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1064 5312 232 ) ( 1064 5312 872 ) ( 1064 5376 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1541 +{ +( 1008 5248 232 ) ( 1008 5312 232 ) ( 912 5312 232 ) central_europe/tudor_set1_exwall1fltseem 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 880 5312 240 ) ( 976 5312 240 ) ( 976 5248 240 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 904 5248 232 ) ( 904 5248 872 ) ( 1000 5248 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 968 5312 224 ) ( 968 5312 864 ) ( 968 5248 864 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1008 5312 232 ) ( 1008 5312 872 ) ( 912 5312 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1064 5248 232 ) ( 1064 5248 872 ) ( 1064 5312 872 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1542 +{ +( 1576 5108 24 ) ( 1352 5108 24 ) ( 1352 5004 24 ) common/nodraw -39 -48 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 1584 5004 664 ) ( 1584 5108 664 ) ( 1584 5108 24 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1480 5948 664 ) ( 1256 5948 664 ) ( 1256 5948 24 ) ta_berlin/berlinwall3a -168 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1208 5108 664 ) ( 1208 5004 664 ) ( 1208 5004 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1472 5004 144 ) ( 1480 5108 144 ) ( 1488 5004 144 ) misc_outside/nu_earth_set2 -388 227 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +( 1568 5248 24 ) ( 1544 5248 24 ) ( 1556 5248 144 ) misc_outside/nu_earth_set2 -379 -108 30.08 0.998503 0.999926 0 131072 0 +surfaceparm detail +} +// brush 1543 +{ +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 32 5312 64 ) ( 0 5312 64 ) ( 16 5312 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 88 5624 64 ) ( 112 5624 64 ) ( 100 5624 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5576 64 ) ( 232 5624 64 ) ( 232 5600 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 240 5624 240 ) ( 232 5248 240 ) ( 248 5248 240 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1544 +{ +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 888 5624 64 ) ( 920 5624 64 ) ( 904 5624 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5352 64 ) ( 832 5328 64 ) ( 832 5340 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 960 5312 64 ) ( 944 5312 64 ) ( 952 5312 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 240 5624 240 ) ( 232 5312 240 ) ( 248 5312 240 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1545 +{ +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 888 5624 64 ) ( 920 5624 64 ) ( 904 5624 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5352 64 ) ( 832 5328 64 ) ( 832 5340 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5312 240 ) ( 240 5624 240 ) ( 248 5312 240 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5568 192 ) ( 816 5568 208 ) ( 832 5568 200 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1546 +{ +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 88 5624 64 ) ( 112 5624 64 ) ( 100 5624 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5576 64 ) ( 232 5624 64 ) ( 232 5600 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5248 240 ) ( 240 5624 240 ) ( 248 5248 240 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5568 192 ) ( 232 5568 208 ) ( 248 5568 200 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1547 +{ +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5576 64 ) ( 232 5624 64 ) ( 232 5600 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5248 240 ) ( 240 5624 240 ) ( 248 5248 240 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5504 184 ) ( 232 5504 208 ) ( 248 5504 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5568 208 ) ( 232 5568 192 ) ( 248 5568 200 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5540 196 ) ( 232 5536 196 ) ( 248 5538 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1548 +{ +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 832 5352 64 ) ( 832 5328 64 ) ( 832 5340 704 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 232 5312 240 ) ( 240 5624 240 ) ( 248 5312 240 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5504 184 ) ( 816 5504 208 ) ( 832 5504 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5568 208 ) ( 816 5568 192 ) ( 832 5568 200 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 5540 196 ) ( 816 5536 196 ) ( 832 5538 196 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1549 +{ +( 244 6108 704 ) ( 244 6108 64 ) ( 244 5004 64 ) general_structure/window4_broken 0 0 90.00 -0.500000 -0.281250 8192 16384 0 +surfaceparm detail +( 236 5576 64 ) ( 236 5624 64 ) ( 236 5600 704 ) general_structure/window4_broken 0 0 90.00 -0.500000 -0.281250 8192 16384 0 +surfaceparm detail +( 232 5344 192 ) ( 232 5368 192 ) ( 248 5356 192 ) general_structure/window4_broken 127 128 90.00 -0.562500 -0.031250 8192 16384 0 +surfaceparm detail +( 232 5360 128 ) ( 232 5344 128 ) ( 248 5352 128 ) general_structure/window4_broken 127 128 90.00 -0.562500 -0.031250 8192 16384 0 +surfaceparm detail +( 232 5328 176 ) ( 232 5328 192 ) ( 248 5328 184 ) general_structure/window4_broken 127 128 90.00 -0.500000 -0.031250 8192 16384 0 +surfaceparm detail +( 232 5400 192 ) ( 232 5400 176 ) ( 248 5400 184 ) general_structure/window4_broken 127 128 90.00 -0.500000 -0.031250 8192 16384 0 +surfaceparm detail +} +// brush 1550 +{ +( 820 6108 64 ) ( 820 6108 704 ) ( 820 5004 704 ) general_structure/window4_broken 0 0 90.00 -0.500000 -0.281250 8192 16384 0 +surfaceparm detail +( 828 5352 64 ) ( 828 5328 64 ) ( 828 5340 704 ) general_structure/window4_broken 0 0 90.00 -0.500000 -0.281250 8192 16384 0 +surfaceparm detail +( 816 5344 192 ) ( 816 5368 192 ) ( 832 5356 192 ) general_structure/window4_broken 127 126 90.00 -0.562500 -0.031250 8192 16384 0 +surfaceparm detail +( 816 5360 128 ) ( 816 5344 128 ) ( 832 5352 128 ) general_structure/window4_broken 127 126 90.00 -0.562500 -0.031250 8192 16384 0 +surfaceparm detail +( 816 5328 176 ) ( 816 5328 192 ) ( 832 5328 184 ) general_structure/window4_broken 0 128 90.00 -0.500000 -0.031250 8192 16384 0 +surfaceparm detail +( 816 5400 192 ) ( 816 5400 176 ) ( 832 5400 184 ) general_structure/window4_broken 0 128 90.00 -0.500000 -0.031250 8192 16384 0 +surfaceparm detail +} +// brush 1551 +{ +( 248 6108 704 ) ( 248 6108 64 ) ( 248 5004 64 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5576 64 ) ( 232 5624 64 ) ( 232 5600 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5344 192 ) ( 232 5368 192 ) ( 248 5356 192 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5360 128 ) ( 232 5344 128 ) ( 248 5352 128 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5400 176 ) ( 232 5400 192 ) ( 248 5400 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 232 5408 192 ) ( 232 5408 176 ) ( 248 5408 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1552 +{ +( 244 6108 704 ) ( 244 6108 64 ) ( 244 5004 64 ) general_structure/window4_broken 0 153 90.00 -0.500000 -0.312500 8192 16384 0 +surfaceparm detail +( 236 5576 64 ) ( 236 5624 64 ) ( 236 5600 704 ) general_structure/window4_broken 0 153 90.00 -0.500000 -0.312500 8192 16384 0 +surfaceparm detail +( 232 5344 192 ) ( 232 5368 192 ) ( 248 5356 192 ) general_structure/window4_broken 76 128 90.00 -0.625000 -0.031250 8192 16384 0 +surfaceparm detail +( 232 5360 128 ) ( 232 5344 128 ) ( 248 5352 128 ) general_structure/window4_broken 76 128 90.00 -0.625000 -0.031250 8192 16384 0 +surfaceparm detail +( 232 5488 192 ) ( 232 5488 176 ) ( 248 5488 184 ) general_structure/window4_broken 127 128 90.00 -0.500000 -0.031250 8192 16384 0 +surfaceparm detail +( 232 5408 176 ) ( 232 5408 192 ) ( 248 5408 184 ) general_structure/window4_broken 127 128 90.00 -0.500000 -0.031250 8192 16384 0 +surfaceparm detail +} +// brush 1553 +{ +( 816 6108 64 ) ( 816 6108 704 ) ( 816 5004 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 832 5352 64 ) ( 832 5328 64 ) ( 832 5340 704 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5344 192 ) ( 816 5368 192 ) ( 832 5356 192 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5360 128 ) ( 816 5344 128 ) ( 832 5352 128 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5400 176 ) ( 816 5400 192 ) ( 832 5400 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 816 5408 192 ) ( 816 5408 176 ) ( 832 5408 184 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1554 +{ +( 820 6108 64 ) ( 820 6108 704 ) ( 820 5004 704 ) general_structure/window4_broken 0 153 90.00 -0.500000 -0.312500 8192 16384 0 +surfaceparm detail +( 828 5352 64 ) ( 828 5328 64 ) ( 828 5340 704 ) general_structure/window4_broken 0 153 90.00 -0.500000 -0.312500 8192 16384 0 +surfaceparm detail +( 816 5344 192 ) ( 816 5368 192 ) ( 832 5356 192 ) general_structure/window4_broken 76 126 90.00 -0.625000 -0.031250 8192 16384 0 +surfaceparm detail +( 816 5360 128 ) ( 816 5344 128 ) ( 832 5352 128 ) general_structure/window4_broken 76 126 90.00 -0.625000 -0.031250 8192 16384 0 +surfaceparm detail +( 816 5488 192 ) ( 816 5488 176 ) ( 832 5488 184 ) general_structure/window4_broken 0 128 90.00 -0.500000 -0.031250 8192 16384 0 +surfaceparm detail +( 816 5408 176 ) ( 816 5408 192 ) ( 832 5408 184 ) general_structure/window4_broken 0 128 90.00 -0.500000 -0.031250 8192 16384 0 +surfaceparm detail +} +// brush 1555 +{ +( 6020 1664 32 ) ( 5620 1664 32 ) ( 5620 1600 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5620 1600 256 ) ( 5620 1664 256 ) ( 6020 1664 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1600 256 ) ( 6012 1664 256 ) ( 6012 1664 16 ) mohtest/fltwall1grim2_1 128 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5616 1648 256 ) ( 5944 1648 256 ) ( 5944 1648 16 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5620 1664 16 ) ( 6012 1664 16 ) ( 6012 1664 256 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5952 1660 32 ) ( 5948 1664 32 ) ( 5950 1662 256 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1556 +{ +( 5844 1600 32 ) ( 5844 1664 32 ) ( 5444 1664 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5444 1664 256 ) ( 5844 1664 256 ) ( 5844 1600 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1664 16 ) ( 5452 1664 256 ) ( 5516 1600 256 ) mohtest/fltwall1grim2_1 128 63 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5512 1648 16 ) ( 5512 1648 256 ) ( 5840 1648 256 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1664 256 ) ( 5452 1664 16 ) ( 5844 1664 16 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1664 32 ) ( 5514 1662 32 ) ( 5515 1663 256 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1557 +{ +( -2216 1978 616 ) ( -2248 1978 616 ) ( -2248 1946 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 1946 712 ) ( -2248 1978 712 ) ( -2216 1978 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 1946 712 ) ( -2216 1946 712 ) ( -2216 1946 616 ) central_europe/tudor_set1_exwall1a 38 -23 -180.00 0.799805 -1 0 65536 0 +surfaceparm detail +( -2248 1978 712 ) ( -2248 1946 712 ) ( -2248 1946 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 1978 616 ) ( -2216 1946 616 ) ( -2232 1962 712 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1558 +{ +( -2598 2296 600 ) ( -2630 2296 600 ) ( -2630 1948 600 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1948 744 ) ( -2632 2296 744 ) ( -2600 2296 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2600 1948 744 ) ( -2600 2296 744 ) ( -2600 2296 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 2296 744 ) ( -2632 1948 744 ) ( -2632 1948 584 ) central_europe/tudor_set1_exwall1a 187 -22 -180.00 0.649414 -1 0 65536 0 +surfaceparm detail +( -2600 1978 584 ) ( -2632 1946 584 ) ( -2616 1962 744 ) common/nodraw -45 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2264 2168 600 ) ( -2240 2168 600 ) ( -2252 2168 744 ) common/nodraw -37 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1559 +{ +( -2212 2296 600 ) ( -2246 2296 600 ) ( -2246 2256 600 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 2256 744 ) ( -2248 2296 744 ) ( -2214 2296 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2256 744 ) ( -2216 2296 744 ) ( -2216 2296 584 ) central_europe/tudor_set1_exwall1a 186 -22 -180.00 0.650391 -1 0 65536 0 +surfaceparm detail +( -2248 2296 744 ) ( -2248 2256 744 ) ( -2248 2256 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 1946 584 ) ( -2248 1978 584 ) ( -2232 1962 744 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2264 2168 600 ) ( -2240 2168 600 ) ( -2252 2168 744 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1560 +{ +( -2600 1978 616 ) ( -2632 1978 616 ) ( -2632 1946 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1946 712 ) ( -2632 1978 712 ) ( -2600 1978 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1946 712 ) ( -2600 1946 712 ) ( -2600 1946 616 ) central_europe/tudor_set1_exwall1a 38 -23 -180.00 0.799805 -1 0 65536 0 +surfaceparm detail +( -2600 1946 712 ) ( -2600 1978 712 ) ( -2600 1978 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1946 616 ) ( -2600 1978 616 ) ( -2616 1962 712 ) common/nodraw -45 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1561 +{ +( -2584 1978 712 ) ( -2632 1978 712 ) ( -2632 1946 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1946 744 ) ( -2632 1978 744 ) ( -2584 1978 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1946 744 ) ( -2584 1946 744 ) ( -2584 1946 712 ) central_europe/tudor_set1_exwall1a 38 -23 -180.00 0.799805 -1 0 65536 0 +surfaceparm detail +( -2584 1978 744 ) ( -2632 1978 744 ) ( -2632 1978 712 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 1978 712 ) ( -2216 1946 712 ) ( -2232 1962 744 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1946 712 ) ( -2600 1978 712 ) ( -2616 1962 744 ) common/nodraw -45 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1562 +{ +( -2590 1978 600 ) ( -2630 1978 600 ) ( -2630 1946 600 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1946 616 ) ( -2632 1978 616 ) ( -2592 1978 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1946 616 ) ( -2592 1946 616 ) ( -2592 1946 584 ) central_europe/tudor_set1_exwall1a 38 -23 -180.00 0.799805 -1 0 65536 0 +surfaceparm detail +( -2592 1978 616 ) ( -2632 1978 616 ) ( -2632 1978 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 1946 584 ) ( -2600 1978 584 ) ( -2616 1962 616 ) common/nodraw -45 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 1978 584 ) ( -2216 1946 584 ) ( -2232 1962 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1563 +{ +( -2536 1978 616 ) ( -2600 1978 616 ) ( -2600 1946 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2600 1946 712 ) ( -2600 1978 712 ) ( -2536 1978 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2600 1946 712 ) ( -2536 1946 712 ) ( -2536 1946 616 ) general_structure/denmark_win2 48 73 -180.00 0.500000 -0.533386 0 4194304 0 +surfaceparm detail +( -2536 1946 712 ) ( -2536 1978 712 ) ( -2536 1978 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 1978 712 ) ( -2600 1978 712 ) ( -2600 1978 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2600 1978 712 ) ( -2600 1946 712 ) ( -2600 1946 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1564 +{ +( -2504 1978 616 ) ( -2536 1978 616 ) ( -2536 1946 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 1946 712 ) ( -2536 1978 712 ) ( -2504 1978 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 1946 712 ) ( -2504 1946 712 ) ( -2504 1946 616 ) central_europe/tudor_set1_exwall1a 38 -23 -180.00 0.799805 -1 0 65536 0 +surfaceparm detail +( -2504 1946 712 ) ( -2504 1978 712 ) ( -2504 1978 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2504 1978 712 ) ( -2536 1978 712 ) ( -2536 1978 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 1978 712 ) ( -2536 1946 712 ) ( -2536 1946 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1565 +{ +( -2440 1978 616 ) ( -2504 1978 616 ) ( -2504 1946 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2504 1946 712 ) ( -2504 1978 712 ) ( -2440 1978 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2504 1946 712 ) ( -2440 1946 712 ) ( -2440 1946 616 ) general_structure/denmark_win2 112 73 -180.00 0.500000 -0.533386 0 4194304 0 +surfaceparm detail +( -2440 1946 712 ) ( -2440 1978 712 ) ( -2440 1978 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2440 1978 712 ) ( -2504 1978 712 ) ( -2504 1978 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2504 1978 712 ) ( -2504 1946 712 ) ( -2504 1946 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1566 +{ +( -2408 1978 616 ) ( -2440 1978 616 ) ( -2440 1946 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2440 1946 712 ) ( -2440 1978 712 ) ( -2408 1978 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2440 1946 712 ) ( -2408 1946 712 ) ( -2408 1946 616 ) central_europe/tudor_set1_exwall1a 38 -23 -180.00 0.799805 -1 0 65536 0 +surfaceparm detail +( -2408 1946 712 ) ( -2408 1978 712 ) ( -2408 1978 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2408 1978 712 ) ( -2440 1978 712 ) ( -2440 1978 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2440 1978 712 ) ( -2440 1946 712 ) ( -2440 1946 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1567 +{ +( -2344 1978 616 ) ( -2408 1978 616 ) ( -2408 1946 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2408 1946 712 ) ( -2408 1978 712 ) ( -2344 1978 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2408 1946 712 ) ( -2344 1946 712 ) ( -2344 1946 616 ) general_structure/denmark_win2 48 73 -180.00 0.500000 -0.533386 0 4194304 0 +surfaceparm detail +( -2344 1946 712 ) ( -2344 1978 712 ) ( -2344 1978 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2344 1978 712 ) ( -2408 1978 712 ) ( -2408 1978 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2408 1978 712 ) ( -2408 1946 712 ) ( -2408 1946 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1568 +{ +( -2312 1978 616 ) ( -2344 1978 616 ) ( -2344 1946 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2344 1946 712 ) ( -2344 1978 712 ) ( -2312 1978 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2344 1946 712 ) ( -2312 1946 712 ) ( -2312 1946 616 ) central_europe/tudor_set1_exwall1a 38 -23 -180.00 0.799805 -1 0 65536 0 +surfaceparm detail +( -2312 1946 712 ) ( -2312 1978 712 ) ( -2312 1978 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 1978 712 ) ( -2344 1978 712 ) ( -2344 1978 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2344 1978 712 ) ( -2344 1946 712 ) ( -2344 1946 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1569 +{ +( -2248 1978 616 ) ( -2312 1978 616 ) ( -2312 1946 616 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 1946 712 ) ( -2312 1978 712 ) ( -2248 1978 712 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 1946 712 ) ( -2248 1946 712 ) ( -2248 1946 616 ) general_structure/denmark_win2 112 73 -180.00 0.500000 -0.533386 0 4194304 0 +surfaceparm detail +( -2248 1946 712 ) ( -2248 1978 712 ) ( -2248 1978 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 1978 712 ) ( -2312 1978 712 ) ( -2312 1978 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 1978 712 ) ( -2312 1946 712 ) ( -2312 1946 616 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1570 +{ +( -2200 2036 744 ) ( -2648 2036 744 ) ( -2648 1930 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2648 1930 840 ) ( -2648 2036 840 ) ( -2200 2036 840 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2648 1930 744 ) ( -2648 2026 840 ) ( -2200 1978 792 ) general_structure/shingles_ce2 -20 87 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2648 2042 840 ) ( -2648 1946 744 ) ( -2200 1994 792 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 2042 744 ) ( -2200 1930 744 ) ( -2256 1986 840 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2648 1930 744 ) ( -2536 2042 744 ) ( -2592 1986 840 ) common/nodraw -45 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1571 +{ +( -2536 2296 744 ) ( -2648 2296 744 ) ( -2648 1930 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2648 1930 840 ) ( -2648 2296 840 ) ( -2536 2296 840 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2648 1930 744 ) ( -2600 2296 792 ) ( -2552 1930 840 ) general_structure/shingles_ce2 -20 87 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2536 1930 840 ) ( -2584 2296 792 ) ( -2632 1930 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 2042 744 ) ( -2648 1930 744 ) ( -2592 1986 840 ) common/nodraw -45 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2264 2168 744 ) ( -2240 2168 744 ) ( -2252 2168 840 ) common/nodraw -37 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1572 +{ +( -2200 2296 744 ) ( -2312 2296 744 ) ( -2312 1930 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 1930 840 ) ( -2312 2296 840 ) ( -2200 2296 840 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2296 1930 840 ) ( -2248 2296 792 ) ( -2200 1930 744 ) general_structure/shingles_ce2 -20 87 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2216 1930 744 ) ( -2264 2296 792 ) ( -2312 1930 840 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2200 1930 744 ) ( -2312 2042 744 ) ( -2256 1986 840 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2264 2168 744 ) ( -2240 2168 744 ) ( -2252 2168 840 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1573 +{ +( -2632 2296 736 ) ( -2656 2296 736 ) ( -2656 1922 736 ) general_structure/beam_wood1 -10 11 0.00 1 1 0 16384 0 +surfaceparm detail +( -2656 1922 744 ) ( -2656 2296 744 ) ( -2632 2296 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2656 1922 736 ) ( -2652 2296 740 ) ( -2648 1922 744 ) general_structure/shingles_ce2 -20 87 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2632 1922 744 ) ( -2636 2296 740 ) ( -2640 1922 736 ) general_structure/beam_wood1 -10 11 0.00 1 1 0 16384 0 +surfaceparm detail +( -2632 1946 736 ) ( -2656 1922 736 ) ( -2644 1934 744 ) common/nodraw -45 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2264 2168 736 ) ( -2240 2168 736 ) ( -2252 2168 744 ) common/nodraw -37 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1574 +{ +( -2192 2296 736 ) ( -2216 2296 736 ) ( -2216 1922 736 ) general_structure/beam_wood1 -10 11 0.00 1 1 0 16384 0 +surfaceparm detail +( -2216 1922 744 ) ( -2216 2296 744 ) ( -2192 2296 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2208 1922 736 ) ( -2212 2296 740 ) ( -2216 1922 744 ) general_structure/beam_wood1 -10 11 0.00 1 1 0 16384 0 +surfaceparm detail +( -2200 1922 744 ) ( -2196 2296 740 ) ( -2192 1922 736 ) general_structure/shingles_ce2 -20 87 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2192 1922 736 ) ( -2216 1946 736 ) ( -2204 1934 744 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2264 2168 736 ) ( -2240 2168 736 ) ( -2252 2168 744 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1575 +{ +( -2192 1946 736 ) ( -2656 1946 736 ) ( -2656 1922 736 ) general_structure/beam_wood1 -10 11 0.00 1 1 0 16384 0 +surfaceparm detail +( -2656 1922 744 ) ( -2656 1946 744 ) ( -2192 1946 744 ) common/nodraw -10 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2656 1922 736 ) ( -2656 1930 744 ) ( -2192 1926 740 ) general_structure/shingles_ce2 -20 87 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2656 1946 744 ) ( -2656 1938 736 ) ( -2192 1942 740 ) general_structure/beam_wood1 -10 11 0.00 1 1 0 16384 0 +surfaceparm detail +( -2656 1922 736 ) ( -2632 1946 736 ) ( -2644 1934 744 ) common/nodraw -45 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 1946 736 ) ( -2192 1922 736 ) ( -2204 1934 744 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1576 +{ +( -2656 2390 736 ) ( -2192 2390 736 ) ( -2192 2414 736 ) general_structure/beam_wood1 5 -3 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2192 2414 744 ) ( -2192 2390 744 ) ( -2656 2390 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2192 2414 736 ) ( -2192 2406 744 ) ( -2656 2410 740 ) general_structure/shingles_ce2 11 -136 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2192 2390 744 ) ( -2192 2398 736 ) ( -2656 2394 740 ) general_structure/beam_wood1 5 -3 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2192 2414 736 ) ( -2216 2390 736 ) ( -2204 2402 744 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2632 2390 736 ) ( -2656 2414 736 ) ( -2644 2402 744 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1577 +{ +( -2656 2040 736 ) ( -2632 2040 736 ) ( -2632 2414 736 ) general_structure/beam_wood1 5 -3 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2632 2414 744 ) ( -2632 2040 744 ) ( -2656 2040 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2640 2414 736 ) ( -2636 2040 740 ) ( -2632 2414 744 ) general_structure/beam_wood1 5 -3 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2648 2414 744 ) ( -2652 2040 740 ) ( -2656 2414 736 ) general_structure/shingles_ce2 11 -136 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2656 2414 736 ) ( -2632 2390 736 ) ( -2644 2402 744 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2584 2168 736 ) ( -2608 2168 736 ) ( -2596 2168 744 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1578 +{ +( -2216 2040 736 ) ( -2192 2040 736 ) ( -2192 2414 736 ) general_structure/beam_wood1 5 -3 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2192 2414 744 ) ( -2192 2040 744 ) ( -2216 2040 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2192 2414 736 ) ( -2196 2040 740 ) ( -2200 2414 744 ) general_structure/shingles_ce2 11 -136 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2216 2414 744 ) ( -2212 2040 740 ) ( -2208 2414 736 ) general_structure/beam_wood1 5 -3 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2216 2390 736 ) ( -2192 2414 736 ) ( -2204 2402 744 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2584 2168 736 ) ( -2608 2168 736 ) ( -2596 2168 744 ) common/nodraw 43 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1579 +{ +( -2648 2040 744 ) ( -2536 2040 744 ) ( -2536 2406 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 2406 840 ) ( -2536 2040 840 ) ( -2648 2040 840 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2552 2406 840 ) ( -2600 2040 792 ) ( -2648 2406 744 ) general_structure/shingles_ce2 11 -136 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2632 2406 744 ) ( -2584 2040 792 ) ( -2536 2406 840 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2648 2406 744 ) ( -2536 2294 744 ) ( -2592 2350 840 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2584 2168 744 ) ( -2608 2168 744 ) ( -2596 2168 840 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1580 +{ +( -2312 2040 744 ) ( -2200 2040 744 ) ( -2200 2406 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2200 2406 840 ) ( -2200 2040 840 ) ( -2312 2040 840 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2200 2406 744 ) ( -2248 2040 792 ) ( -2296 2406 840 ) general_structure/shingles_ce2 11 -136 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2312 2406 840 ) ( -2264 2040 792 ) ( -2216 2406 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 2294 744 ) ( -2200 2406 744 ) ( -2256 2350 840 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2584 2168 744 ) ( -2608 2168 744 ) ( -2596 2168 840 ) common/nodraw 43 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1581 +{ +( -2648 2300 744 ) ( -2200 2300 744 ) ( -2200 2406 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2200 2406 840 ) ( -2200 2300 840 ) ( -2648 2300 840 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2200 2406 744 ) ( -2200 2310 840 ) ( -2648 2358 792 ) general_structure/shingles_ce2 11 -136 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2200 2294 840 ) ( -2200 2390 744 ) ( -2648 2342 792 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 2294 744 ) ( -2648 2406 744 ) ( -2592 2350 840 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2200 2406 744 ) ( -2312 2294 744 ) ( -2256 2350 840 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1582 +{ +( -2600 2358 616 ) ( -2536 2358 616 ) ( -2536 2390 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 2390 712 ) ( -2536 2358 712 ) ( -2600 2358 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 2390 712 ) ( -2600 2390 712 ) ( -2600 2390 616 ) general_structure/denmark_win2 -48 74 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -2600 2390 712 ) ( -2600 2358 712 ) ( -2600 2358 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2600 2358 712 ) ( -2536 2358 712 ) ( -2536 2358 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 2358 712 ) ( -2536 2390 712 ) ( -2536 2390 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1583 +{ +( -2536 2358 616 ) ( -2504 2358 616 ) ( -2504 2390 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2504 2390 712 ) ( -2504 2358 712 ) ( -2536 2358 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2504 2390 712 ) ( -2536 2390 712 ) ( -2536 2390 616 ) central_europe/tudor_set1_exwall1a -42 -24 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -2536 2390 712 ) ( -2536 2358 712 ) ( -2536 2358 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2536 2358 712 ) ( -2504 2358 712 ) ( -2504 2358 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2504 2358 712 ) ( -2504 2390 712 ) ( -2504 2390 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1584 +{ +( -2504 2358 616 ) ( -2440 2358 616 ) ( -2440 2390 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2440 2390 712 ) ( -2440 2358 712 ) ( -2504 2358 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2440 2390 712 ) ( -2504 2390 712 ) ( -2504 2390 616 ) general_structure/denmark_win2 -112 74 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -2504 2390 712 ) ( -2504 2358 712 ) ( -2504 2358 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2504 2358 712 ) ( -2440 2358 712 ) ( -2440 2358 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2440 2358 712 ) ( -2440 2390 712 ) ( -2440 2390 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1585 +{ +( -2440 2358 616 ) ( -2408 2358 616 ) ( -2408 2390 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2408 2390 712 ) ( -2408 2358 712 ) ( -2440 2358 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2408 2390 712 ) ( -2440 2390 712 ) ( -2440 2390 616 ) central_europe/tudor_set1_exwall1a -42 -24 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -2440 2390 712 ) ( -2440 2358 712 ) ( -2440 2358 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2440 2358 712 ) ( -2408 2358 712 ) ( -2408 2358 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2408 2358 712 ) ( -2408 2390 712 ) ( -2408 2390 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1586 +{ +( -2408 2358 616 ) ( -2344 2358 616 ) ( -2344 2390 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2344 2390 712 ) ( -2344 2358 712 ) ( -2408 2358 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2344 2390 712 ) ( -2408 2390 712 ) ( -2408 2390 616 ) general_structure/denmark_win2 -48 74 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -2408 2390 712 ) ( -2408 2358 712 ) ( -2408 2358 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2408 2358 712 ) ( -2344 2358 712 ) ( -2344 2358 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2344 2358 712 ) ( -2344 2390 712 ) ( -2344 2390 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1587 +{ +( -2344 2358 616 ) ( -2312 2358 616 ) ( -2312 2390 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 2390 712 ) ( -2312 2358 712 ) ( -2344 2358 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 2390 712 ) ( -2344 2390 712 ) ( -2344 2390 616 ) central_europe/tudor_set1_exwall1a -42 -24 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -2344 2390 712 ) ( -2344 2358 712 ) ( -2344 2358 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2344 2358 712 ) ( -2312 2358 712 ) ( -2312 2358 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2312 2358 712 ) ( -2312 2390 712 ) ( -2312 2390 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1588 +{ +( -2312 2358 616 ) ( -2248 2358 616 ) ( -2248 2390 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 2390 712 ) ( -2248 2358 712 ) ( -2312 2358 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 2390 712 ) ( -2312 2390 712 ) ( -2312 2390 616 ) general_structure/denmark_win2 -112 74 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -2312 2390 712 ) ( -2312 2358 712 ) ( -2312 2358 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2312 2358 712 ) ( -2248 2358 712 ) ( -2248 2358 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 2358 712 ) ( -2248 2390 712 ) ( -2248 2390 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1589 +{ +( -2258 2358 600 ) ( -2218 2358 600 ) ( -2218 2390 600 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2390 616 ) ( -2216 2358 616 ) ( -2256 2358 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2390 616 ) ( -2256 2390 616 ) ( -2256 2390 584 ) central_europe/tudor_set1_exwall1a -42 -24 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -2256 2358 616 ) ( -2216 2358 616 ) ( -2216 2358 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2390 584 ) ( -2248 2358 584 ) ( -2232 2374 616 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2600 2358 584 ) ( -2632 2390 584 ) ( -2616 2374 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1590 +{ +( -2264 2358 712 ) ( -2216 2358 712 ) ( -2216 2390 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2390 744 ) ( -2216 2358 744 ) ( -2264 2358 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2390 744 ) ( -2264 2390 744 ) ( -2264 2390 712 ) central_europe/tudor_set1_exwall1a -42 -24 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -2264 2358 744 ) ( -2216 2358 744 ) ( -2216 2358 712 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2600 2358 712 ) ( -2632 2390 712 ) ( -2616 2374 744 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2216 2390 712 ) ( -2248 2358 712 ) ( -2232 2374 744 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1591 +{ +( -2248 2358 616 ) ( -2216 2358 616 ) ( -2216 2390 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2390 712 ) ( -2216 2358 712 ) ( -2248 2358 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2390 712 ) ( -2248 2390 712 ) ( -2248 2390 616 ) central_europe/tudor_set1_exwall1a -42 -24 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -2248 2390 712 ) ( -2248 2358 712 ) ( -2248 2358 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2216 2390 616 ) ( -2248 2358 616 ) ( -2232 2374 712 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1592 +{ +( -2636 2040 600 ) ( -2602 2040 600 ) ( -2602 2080 600 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2600 2080 744 ) ( -2600 2040 744 ) ( -2634 2040 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 2080 744 ) ( -2632 2040 744 ) ( -2632 2040 584 ) central_europe/tudor_set1_exwall1a -87 -24 0.00 0.650000 1 0 65536 0 +surfaceparm detail +( -2600 2040 744 ) ( -2600 2080 744 ) ( -2600 2080 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2632 2390 584 ) ( -2600 2358 584 ) ( -2616 2374 744 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2584 2168 600 ) ( -2608 2168 600 ) ( -2596 2168 744 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1593 +{ +( -2250 2040 600 ) ( -2218 2040 600 ) ( -2218 2388 600 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2388 744 ) ( -2216 2040 744 ) ( -2248 2040 744 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2248 2388 744 ) ( -2248 2040 744 ) ( -2248 2040 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 2040 744 ) ( -2216 2388 744 ) ( -2216 2388 584 ) central_europe/tudor_set1_exwall1a -79 -24 0.00 0.650000 1 0 65536 0 +surfaceparm detail +( -2248 2358 584 ) ( -2216 2390 584 ) ( -2232 2374 744 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2584 2168 600 ) ( -2608 2168 600 ) ( -2596 2168 744 ) common/nodraw 43 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1594 +{ +( -2632 2358 616 ) ( -2600 2358 616 ) ( -2600 2390 616 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2600 2390 712 ) ( -2600 2358 712 ) ( -2632 2358 712 ) common/nodraw 5 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2600 2390 712 ) ( -2632 2390 712 ) ( -2632 2390 616 ) central_europe/tudor_set1_exwall1a -42 -24 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -2600 2358 712 ) ( -2600 2390 712 ) ( -2600 2390 616 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2600 2358 616 ) ( -2632 2390 616 ) ( -2616 2374 712 ) common/nodraw 3 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1595 +{ +( -4344 1640 440 ) ( -4344 1640 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 8 ) ( -4760 2040 8 ) ( -4756 2036 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2056.000488 224 ) ( -4432 1632 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4462 1748 208 ) ( -4458 1752 208 ) ( -4460 1750 392 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4414 1706 224 ) ( -4418 1702 224 ) ( -4416 1704 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4440 1700 280 ) ( -4437 1753 280 ) ( -4434 1700 280 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1596 +{ +( -4344 1640 440 ) ( -4344 1640 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 8 ) ( -4760 2040 8 ) ( -4756 2036 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2056.000488 224 ) ( -4432 1632 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4534 1820 208 ) ( -4530 1824 208 ) ( -4532 1822 392 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4486 1778 224 ) ( -4490 1774 224 ) ( -4488 1776 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4440 1772 280 ) ( -4437 1825 280 ) ( -4434 1772 280 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1597 +{ +( -4344 1640 440 ) ( -4344 1640 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 8 ) ( -4760 2040 8 ) ( -4756 2036 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2056.000488 224 ) ( -4432 1632 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4622 1908 224 ) ( -4618 1912 224 ) ( -4620 1910 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4574 1866 224 ) ( -4578 1862 224 ) ( -4576 1864 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4440 1860 280 ) ( -4437 1913 280 ) ( -4434 1860 280 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1598 +{ +( -4344 1640 440 ) ( -4344 1640 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 8 ) ( -4760 2040 8 ) ( -4756 2036 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2056.000488 224 ) ( -4432 1632 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4692 1982 224 ) ( -4690 1984 224 ) ( -4691 1983 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4646 1938 208 ) ( -4650 1934 208 ) ( -4648 1936 392 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4440 1932 280 ) ( -4437 1985 280 ) ( -4434 1932 280 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1599 +{ +( -4344 1640 440 ) ( -4344 1640 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 8 ) ( -4760 2040 8 ) ( -4756 2036 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 1632 408 ) ( -4404 2056.000488 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4462 1748 208 ) ( -4458 1752 208 ) ( -4460 1750 392 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4414 1706 224 ) ( -4418 1702 224 ) ( -4416 1704 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4432 1753 376 ) ( -4436 1700 376 ) ( -4428 1700 376 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1600 +{ +( -4344 1640 440 ) ( -4344 1640 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 8 ) ( -4760 2040 8 ) ( -4756 2036 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 1632 408 ) ( -4404 2056.000488 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4534 1820 208 ) ( -4530 1824 208 ) ( -4532 1822 392 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4486 1778 224 ) ( -4490 1774 224 ) ( -4488 1776 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4432 1825 376 ) ( -4436 1772 376 ) ( -4428 1772 376 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1601 +{ +( -4344 1640 440 ) ( -4344 1640 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 8 ) ( -4760 2040 8 ) ( -4756 2036 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 1632 408 ) ( -4404 2056.000488 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4622 1908 224 ) ( -4618 1912 224 ) ( -4620 1910 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4574 1866 224 ) ( -4578 1862 224 ) ( -4576 1864 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4432 1913 376 ) ( -4436 1860 376 ) ( -4428 1860 376 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1602 +{ +( -4344 1640 440 ) ( -4344 1640 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 8 ) ( -4760 2040 8 ) ( -4756 2036 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 1632 408 ) ( -4404 2056.000488 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4692 1982 224 ) ( -4690 1984 224 ) ( -4691 1983 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4646 1938 208 ) ( -4650 1934 208 ) ( -4648 1936 392 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4432 1985 376 ) ( -4436 1932 376 ) ( -4428 1932 376 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1603 +{ +( -4640 1344 32 ) ( -4640 1344 480 ) ( -4336 1648 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2056.000488 224 ) ( -4432 1632 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 1632 408 ) ( -4404 2056.000488 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4418 1702 224 ) ( -4414 1706 224 ) ( -4416 1704 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1604 +{ +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2056.000488 224 ) ( -4432 1632 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 1632 408 ) ( -4404 2056.000488 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4690 1984 224 ) ( -4692 1982 224 ) ( -4691 1983 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1605 +{ +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2056.000488 224 ) ( -4432 1632 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 1632 408 ) ( -4404 2056.000488 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4650 1934 224 ) ( -4646 1938 224 ) ( -4648 1936 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4618 1912 224 ) ( -4622 1908 224 ) ( -4620 1910 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1606 +{ +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2056.000488 224 ) ( -4432 1632 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 1632 408 ) ( -4404 2056.000488 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4578 1862 224 ) ( -4574 1866 224 ) ( -4576 1864 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4530 1824 224 ) ( -4534 1820 224 ) ( -4532 1822 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1607 +{ +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2056.000488 224 ) ( -4432 1632 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 1632 408 ) ( -4404 2056.000488 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4490 1774 224 ) ( -4486 1778 224 ) ( -4488 1776 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4458 1752 224 ) ( -4462 1748 224 ) ( -4460 1750 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1608 +{ +( -4640 1344 32 ) ( -4640 1344 480 ) ( -4336 1648 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4404 2056.000488 408 ) ( -4416 1632 408 ) ( -4392 1632 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4480 1632 448 ) ( -4472 2056.000244 448 ) ( -4464 1632 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1609 +{ +( -5058.724609 1798.225586 472 ) ( -4770.225586 2086.724609 472 ) ( -4357.275391 1673.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4640 1344 32 ) ( -4640 1344 480 ) ( -4336 1648 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4472 2056.000244 448 ) ( -4480 1632 448 ) ( -4464 1632 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1610 +{ +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5032 1768 24 ) ( -5040 1760 24 ) ( -5036 1764 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4404 2048 408 ) ( -4416 1760 408 ) ( -4392 1760 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4480 1672 448 ) ( -4472 2048 448 ) ( -4464 1672 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1611 +{ +( -5058.724609 1798.225586 472 ) ( -4770.225586 2086.724609 472 ) ( -4357.275391 1673.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5032 1768 24 ) ( -5040 1760 24 ) ( -5036 1764 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4472 2048 448 ) ( -4480 1672 448 ) ( -4464 1672 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1612 +{ +( 2388 1904 400 ) ( 2388 1904 -48 ) ( 2728 1564 -48 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 -48 ) ( 2692 1584 -48 ) ( 2693 1583 400 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1574 224 ) ( 2668 1912 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2606 1672 152 ) ( 2608 1674 152 ) ( 2607 1673 336 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2652 1630 224 ) ( 2651 1629 224 ) ( 2651.500000 1629.500000 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2451 1627 280 ) ( 2452.500000 1679 280 ) ( 2454 1627 280 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1613 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2676 1912 408 ) ( 2675 1574 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2606 1672 224 ) ( 2608 1674 224 ) ( 2607 1673 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2652 1630 224 ) ( 2651 1629 224 ) ( 2651.500000 1629.500000 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2452.500000 1679 352 ) ( 2451 1627 352 ) ( 2454 1627 352 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1614 +{ +( 2388 1904 400 ) ( 2388 1904 -48 ) ( 2728 1564 -48 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 -48 ) ( 2692 1584 -48 ) ( 2693 1583 400 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1574 224 ) ( 2668 1912 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2550 1728 152 ) ( 2552 1730 152 ) ( 2551 1729 336 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2597 1687 224 ) ( 2595 1685 224 ) ( 2596 1686 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2451 1683 280 ) ( 2452.500000 1735 280 ) ( 2454 1683 280 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1615 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2676 1912 408 ) ( 2675 1574 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2550 1728 224 ) ( 2552 1730 224 ) ( 2551 1729 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2597 1687 224 ) ( 2595 1685 224 ) ( 2596 1686 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2452.500000 1735 352 ) ( 2451 1683 352 ) ( 2454 1683 352 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1616 +{ +( 2388 1904 400 ) ( 2388 1904 -48 ) ( 2728 1564 -48 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 -48 ) ( 2692 1584 -48 ) ( 2693 1583 400 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1574 224 ) ( 2668 1912 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2495 1785 224 ) ( 2497 1787 224 ) ( 2496 1786 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2541 1743 224 ) ( 2539 1741 224 ) ( 2540 1742 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2451 1739 280 ) ( 2452.500000 1791 280 ) ( 2454 1739 280 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1617 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2676 1912 408 ) ( 2675 1574 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2495 1785 224 ) ( 2497 1787 224 ) ( 2496 1786 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2541 1743 224 ) ( 2539 1741 224 ) ( 2540 1742 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2452.500000 1791 352 ) ( 2451 1739 352 ) ( 2454 1739 352 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1618 +{ +( 2388 1904 400 ) ( 2388 1904 -48 ) ( 2728 1564 -48 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 -48 ) ( 2692 1584 -48 ) ( 2693 1583 400 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1574 224 ) ( 2668 1912 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2440 1842 224 ) ( 2442 1844 224 ) ( 2441 1843 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2486 1800 152 ) ( 2484 1798 152 ) ( 2485 1799 336 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2451 1795 280 ) ( 2452.500000 1847 280 ) ( 2454 1795 280 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1619 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2676 1912 408 ) ( 2675 1574 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2440 1842 224 ) ( 2442 1844 224 ) ( 2441 1843 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2486 1800 224 ) ( 2484 1798 224 ) ( 2485 1799 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2452.500000 1847 352 ) ( 2451 1795 352 ) ( 2454 1795 352 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1620 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1574 224 ) ( 2668 1912 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1912 408 ) ( 2675 1574 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2595 1685 224 ) ( 2597 1687 224 ) ( 2596 1686 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2608 1674 224 ) ( 2606 1672 224 ) ( 2607 1673 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1621 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1574 224 ) ( 2668 1912 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1912 408 ) ( 2675 1574 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2539 1741 224 ) ( 2541 1743 224 ) ( 2540 1742 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2552 1730 224 ) ( 2550 1728 224 ) ( 2551 1729 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1622 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1574 224 ) ( 2668 1912 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1912 408 ) ( 2675 1574 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2484 1798 224 ) ( 2486 1800 224 ) ( 2485 1799 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2497 1787 224 ) ( 2495 1785 224 ) ( 2496 1786 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1623 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1574 224 ) ( 2668 1912 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1912 408 ) ( 2675 1574 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2442 1844 224 ) ( 2440 1842 224 ) ( 2441 1843 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1624 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1574 224 ) ( 2668 1912 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1912 408 ) ( 2675 1574 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2651 1629 224 ) ( 2652 1630 224 ) ( 2651.500000 1629.500000 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1625 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2366 1318 24 ) ( 2366 1318 208 ) ( 2308 1260 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1582 208 ) ( 2656 1212 208 ) ( 2652 1582 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2366 1318 208 ) ( 2366 1318 24 ) ( 2384 1256 24 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2343 1225 24 ) ( 2342 1226 24 ) ( 2342.500000 1225.500000 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1626 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 1948 1604 456 ) ( 1948 1604 472 ) ( 2364 1188 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2692 1580 24 ) ( 2694 1582 24 ) ( 2693 1581 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1582 208 ) ( 2656 1212 208 ) ( 2652 1582 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2342 1226 24 ) ( 2343 1225 24 ) ( 2342.500000 1225.500000 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1627 +{ +( 0 2196 16 ) ( -204 2196 16 ) ( -204 1772 16 ) mohtest/nu_earthbrdr4_noclamp -380 320 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -204 1772 24 ) ( -204 2196 24 ) ( 0 2196 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -330 3072 24 ) ( -126 3072 24 ) ( -126 3072 16 ) mohtest/nu_earthbrdr4_noclamp -380 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -292 3632 16 ) ( -228 3632 16 ) ( -260 3632 24 ) mohtest/nu_earthbrdr4_noclamp -268 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 336 3632 16 ) ( 344 3624 16 ) ( 340 3628 24 ) mohtest/nu_earthbrdr4_noclamp -476 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 136 3624 16 ) ( 128 3632 16 ) ( 132 3628 24 ) mohtest/nu_earthbrdr4_noclamp -476 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 1628 +{ +( 0 2196 16 ) ( -204 2196 16 ) ( -204 1772 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -204 1772 24 ) ( -204 2196 24 ) ( 0 2196 24 ) mohtest/nu_earthbrdr4_noclamp -384 374 0.00 2 1.500000 0 131072 0 +surfaceparm detail +( -330 3072 24 ) ( -126 3072 24 ) ( -126 3072 16 ) mohtest/nu_earthbrdr4_noclamp -380 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -292 3632 16 ) ( -228 3632 16 ) ( -260 3632 24 ) mohtest/nu_earthbrdr4_noclamp -268 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -536 3114 16 ) ( -536 3124 16 ) ( -536 3119 24 ) mohtest/nu_earthbrdr4_noclamp -476 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 128 3632 16 ) ( 136 3624 16 ) ( 132 3628 24 ) mohtest/nu_earthbrdr4_noclamp -476 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 1629 +{ +( 4964 6496 600 ) ( 4964 6816 600 ) ( 3136 6816 600 ) common/nodraw 24 23 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4964 6816 680 ) ( 4964 6496 680 ) ( 3136 6496 680 ) common/nodraw 24 23 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3136 6342 688 ) ( 3136 6342 608 ) ( 3136 6662 608 ) ta_berlin/archway1trim_shot -151 -96 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( 3316 6816 608 ) ( 3316 6816 688 ) ( 2004 6816 688 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2660 6496 688 ) ( 2660 6496 608 ) ( 2004 6496 608 ) ta_berlin/archway1trim_shot 28 -96 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail +( 4964 6496 680 ) ( 4964 6816 680 ) ( 4964 6816 600 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 1630 +{ +( 2956 6464 600 ) ( 2956 6464 512 ) ( 2956 6496 512 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4524 6464 600 ) ( 4524 6464 512 ) ( 2956 6464 512 ) ta_berlin/archway1trim_shot -139 -96 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( 3136 6428 512 ) ( 3136 6428 600 ) ( 3136 6460 600 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4524 6496 512 ) ( 4524 6496 600 ) ( 2956 6496 600 ) common/nodraw 24 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3628 7240 512 ) ( 3596 7232 512 ) ( 2944 6476 512 ) ta_berlin/archway1trim_shot -130 1 90.00 1.875000 -2 0 65536 0 +surfaceparm detail +( 2944 6476 600 ) ( 3596 7232 600 ) ( 3628 7240 600 ) common/nodraw -24 -43 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1631 +{ +( 4935 7016 600 ) ( 4958 7016 600 ) ( 4924 6326 600 ) common/nodraw 24 42 -45.00 1.000238 1.000066 536870912 2224 0 +surfaceparm detail +( 4958 7016 512 ) ( 4935 7016 512 ) ( 4901 6326 512 ) ta_berlin/archway1trim_shot 251 -74 -44.99 1.874972 -1.999786 0 65536 0 +surfaceparm detail +( 4964 6328 512 ) ( 4964 6328 600 ) ( 4964 7008 600 ) common/nodraw -54 -1 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +( 4940 6304 512 ) ( 4940 6304 600 ) ( 4964 6328 600 ) common/nodraw 58 -1 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( 4940 6304 600 ) ( 4940 6304 512 ) ( 4940 7032 512 ) ta_berlin/archway1trim_shot -98 -97 0.00 2.651611 2 0 65536 0 +surfaceparm detail +( 4944 6464 512 ) ( 4956 6464 512 ) ( 4950 6464 600 ) common/nodraw 27 -2 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1632 +{ +( 3136 6496 600 ) ( 3136 6464 600 ) ( 3136 6464 512 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4528 6464 600 ) ( 4528 6464 512 ) ( 2960 6464 512 ) ta_berlin/archway1trim_shot -142 -96 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( 4940 6464 608 ) ( 4940 6496 608 ) ( 4940 6496 512 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4528 6496 512 ) ( 4528 6496 600 ) ( 2960 6496 600 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4960 6464 512 ) ( 4960 6496 512 ) ( 3136 6496 512 ) ta_berlin/archway1trim_shot -130 4 90.00 1.875000 -2 0 65536 0 +surfaceparm detail +( 4960 6496 600 ) ( 4960 6464 600 ) ( 3136 6464 600 ) common/nodraw -24 -48 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1633 +{ +( -1680 6656 792 ) ( -1680 6656 704 ) ( -1680 6688 704 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -112 6656 792 ) ( -112 6656 704 ) ( -1680 6656 704 ) ta_berlin/archway1trim_shot -227 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( -112 6656 704 ) ( -112 6656 792 ) ( -112 6688 792 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -112 6688 704 ) ( -112 6688 792 ) ( -1680 6688 792 ) common/nodraw 60 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1008 7432 704 ) ( -1040 7424 704 ) ( -1692 6668 704 ) ta_berlin/archway1trim_shot -232 243 90.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -1692 6668 792 ) ( -1040 7424 792 ) ( -1008 7432 792 ) common/nodraw -24 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1634 +{ +( -1640 5768 792 ) ( -1640 5768 704 ) ( -2384 5024 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1672 5768 704 ) ( -1672 5768 792 ) ( -2384 5056 792 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1712 5800 704 ) ( -1744 5792 704 ) ( -2396 5036 704 ) ta_berlin/archway1trim_shot -130 147 90.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -2396 5036 792 ) ( -1744 5792 792 ) ( -1712 5800 792 ) common/nodraw -56 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2272 5136 704 ) ( -2288 5152 704 ) ( -2280 5144 792 ) common/nodraw -55 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1680 5760 704 ) ( -1664 5760 704 ) ( -1672 5760 792 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1672 5760 704 ) ( -1672 5752 704 ) ( -1672 5756 792 ) common/nodraw -55 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1635 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 4136 856 ) ( 5988 4104 856 ) ( 5124 4072 856 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5760 2928 280 ) ( 5760 2912 280 ) ( 5760 2920 856 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5141 3848 608 ) ( 5138 2888 608 ) ( 5144 2888 608 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3048 608 ) ( 5744 3064 608 ) ( 5744 3056 856 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1636 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlinwall3b -39 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 4136 856 ) ( 5988 4104 856 ) ( 5124 4072 856 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5141 3848 608 ) ( 5138 2888 608 ) ( 5144 2888 608 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3064 608 ) ( 5744 3048 608 ) ( 5744 3056 856 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1637 +{ +( 5524 -72 264 ) ( 6228 -72 264 ) ( 6228 248 264 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6228 248 280 ) ( 6228 -72 280 ) ( 5524 -72 280 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 344 ) ( 5540 248 344 ) ( 5540 248 264 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 248 280 ) ( 5524 -72 280 ) ( 5524 -72 200 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -72 280 ) ( 6228 -72 280 ) ( 6228 -72 200 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 -72 280 ) ( 6228 248 280 ) ( 6228 248 200 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1638 +{ +( 5700 -72 1024 ) ( 5524 -72 1024 ) ( 5524 -72 784 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5524 -80 1032 ) ( 5524 -176 1032 ) ( 5524 -176 792 ) mohtest/stairs 0 7 0.00 2 1 0 65536 0 +surfaceparm detail +( 5524 -184 856 ) ( 5700 -184 856 ) ( 5700 -184 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6220 -168 1032 ) ( 6220 -72 1032 ) ( 6220 -72 792 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5608 -184 280 ) ( 5612 -72 280 ) ( 5616 -184 280 ) algiers/whsflrset1_1a 55 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5612 -72 264 ) ( 5608 -184 264 ) ( 5616 -184 264 ) algiers/whsflrset1_1a 55 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1639 +{ +( 5700 -184 1024 ) ( 5524 -184 1024 ) ( 5524 -184 784 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -172 1032 ) ( 5524 -268 1032 ) ( 5524 -268 792 ) mohtest/stairs 0 7 0.00 2 1 0 65536 0 +surfaceparm detail +( 5864 -265 1032 ) ( 5864 -169 1032 ) ( 5864 -169 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5864 -297 24 ) ( 5524 -206 24 ) ( 5694 -251.500000 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5608 -297 280 ) ( 5612 -184 280 ) ( 5616 -297 280 ) algiers/whsflrset1_1a 220 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5612 -184 264 ) ( 5608 -297 264 ) ( 5616 -297 264 ) algiers/whsflrset1_1a 220 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1640 +{ +( 5524 -72 520 ) ( 6228 -72 520 ) ( 6228 248 520 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6228 248 536 ) ( 6228 -72 536 ) ( 5524 -72 536 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 600 ) ( 5540 248 600 ) ( 5540 248 520 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 248 536 ) ( 5524 -72 536 ) ( 5524 -72 456 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -72 536 ) ( 6228 -72 536 ) ( 6228 -72 456 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5620 136 504 ) ( 5620 88 504 ) ( 5620 112 520 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 1641 +{ +( 5468 176 280 ) ( 6172 176 280 ) ( 6172 248 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 520 ) ( 6244 176 520 ) ( 5540 176 520 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5524 248 200 ) ( 5524 248 520 ) ( 5524 -72 520 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5524 -72 584 ) ( 6228 -72 584 ) ( 6228 -72 536 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 248 520 ) ( 5524 248 200 ) ( 5588 184 200 ) mohtest/fltwall1grmy 248 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 184 200 ) ( 5588 -72 200 ) ( 5588 56 520 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1642 +{ +( 5468 176 40 ) ( 6172 176 40 ) ( 6172 248 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 264 ) ( 6244 176 264 ) ( 5540 176 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5524 248 -56 ) ( 5524 248 264 ) ( 5524 -72 264 ) mohtest/fltwall1grim2_1 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5524 -72 328 ) ( 6228 -72 328 ) ( 6228 -72 280 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 248 264 ) ( 5524 248 -56 ) ( 5588 184 -56 ) mohtest/fltwall1grim2_1 248 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 184 -56 ) ( 5588 -72 -56 ) ( 5588 56 264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1643 +{ +( 5524 -200 24 ) ( 5700 -200 24 ) ( 5700 -104 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5700 -72 1024 ) ( 5524 -72 1024 ) ( 5524 -72 784 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5524 -80 1032 ) ( 5524 -176 1032 ) ( 5524 -176 792 ) mohtest/fltwall1grim2_1 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5524 -184 856 ) ( 5700 -184 856 ) ( 5700 -184 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6220 -168 1032 ) ( 6220 -72 1032 ) ( 6220 -72 792 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5608 -184 264 ) ( 5612 -72 264 ) ( 5616 -184 264 ) algiers/whsflrset1_1a 55 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1644 +{ +( 5524 -292 24 ) ( 5700 -292 24 ) ( 5700 -196 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5700 -184 1024 ) ( 5524 -184 1024 ) ( 5524 -184 784 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -172 1032 ) ( 5524 -268 1032 ) ( 5524 -268 792 ) mohtest/fltwall1grim2_1 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5864 -265 1032 ) ( 5864 -169 1032 ) ( 5864 -169 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5864 -297 24 ) ( 5524 -206 24 ) ( 5694 -251.500000 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5608 -297 264 ) ( 5612 -184 264 ) ( 5616 -297 264 ) algiers/whsflrset1_1a 220 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1645 +{ +( 5700 -72 1024 ) ( 5524 -72 1024 ) ( 5524 -72 784 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5524 -80 1032 ) ( 5524 -176 1032 ) ( 5524 -176 792 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5524 -184 856 ) ( 5700 -184 856 ) ( 5700 -184 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6220 -168 1032 ) ( 6220 -72 1032 ) ( 6220 -72 792 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5612 -72 280 ) ( 5608 -184 280 ) ( 5616 -184 280 ) algiers/whsflrset1_1a 55 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5592 -184 520 ) ( 5600 -72 520 ) ( 5608 -184 520 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1646 +{ +( 5700 -72 1024 ) ( 5524 -72 1024 ) ( 5524 -72 784 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -80 1032 ) ( 5524 -176 1032 ) ( 5524 -176 792 ) mohtest/stairs 0 7 0.00 2 1 0 65536 0 +surfaceparm detail +( 5524 -184 856 ) ( 5700 -184 856 ) ( 5700 -184 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6220 -166 1032 ) ( 6220 -70 1032 ) ( 6220 -70 792 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5584 -184 536 ) ( 5592 -72 536 ) ( 5600 -184 536 ) algiers/whsflrset1_1a 55 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5600 -72 520 ) ( 5592 -184 520 ) ( 5608 -184 520 ) algiers/whsflrset1_1a 55 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1647 +{ +( 5700 -184 1024 ) ( 5524 -184 1024 ) ( 5524 -184 784 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -172 1032 ) ( 5524 -268 1032 ) ( 5524 -268 792 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5864 -265 1032 ) ( 5864 -169 1032 ) ( 5864 -169 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5864 -297 24 ) ( 5524 -206 24 ) ( 5694 -251.500000 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5612 -184 280 ) ( 5608 -297 280 ) ( 5616 -297 280 ) algiers/whsflrset1_1a 220 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5592 -297 520 ) ( 5600 -184 520 ) ( 5608 -297 520 ) algiers/whsflrset1_1a 220 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1648 +{ +( 5700 -184 1024 ) ( 5524 -184 1024 ) ( 5524 -184 784 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5524 -172 1032 ) ( 5524 -268 1032 ) ( 5524 -268 792 ) mohtest/stairs 0 7 0.00 2 1 0 65536 0 +surfaceparm detail +( 5864 -265 1032 ) ( 5864 -169 1032 ) ( 5864 -169 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5864 -297 24 ) ( 5524 -206 24 ) ( 5694 -251.500000 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5584 -297 536 ) ( 5592 -184 536 ) ( 5600 -297 536 ) algiers/whsflrset1_1a 220 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5600 -184 520 ) ( 5592 -297 520 ) ( 5608 -297 520 ) algiers/whsflrset1_1a 220 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1649 +{ +( 5692 -172 792 ) ( 5692 -268 792 ) ( 5516 -268 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5700 -184 1024 ) ( 5524 -184 1024 ) ( 5524 -184 784 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -172 1032 ) ( 5524 -268 1032 ) ( 5524 -268 792 ) algiers/whsflrset1_1a 220 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5864 -265 1032 ) ( 5864 -169 1032 ) ( 5864 -169 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5864 -297 24 ) ( 5524 -206 24 ) ( 5694 -251.500000 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5592 -184 536 ) ( 5584 -297 536 ) ( 5600 -297 536 ) algiers/whsflrset1_1a 220 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1650 +{ +( 5692 -80 792 ) ( 5692 -176 792 ) ( 5516 -176 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5700 -104 1024 ) ( 5524 -104 1024 ) ( 5524 -104 784 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5524 -80 1032 ) ( 5524 -176 1032 ) ( 5524 -176 792 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -184 856 ) ( 5700 -184 856 ) ( 5700 -184 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6220 -168 1032 ) ( 6220 -72 1032 ) ( 6220 -72 792 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5592 -72 536 ) ( 5584 -184 536 ) ( 5600 -184 536 ) algiers/whsflrset1_1a 55 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 1651 +{ +( -3464.159180 3748.512939 0 ) ( -3400.518555 3693.358643 0 ) ( -3455.673340 3756.998535 0 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3426 3704.670410 120 ) ( -3424 3815.683594 120 ) ( -3422 3704.670410 120 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3394 3726 16 ) ( -3396 3724 16 ) ( -3395 3725 120 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3396 3724 16 ) ( -3398 3726 16 ) ( -3397 3725 120 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3404 3808 0 ) ( -3402 3806 0 ) ( -3403 3807 104 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3424 3784 0 ) ( -3416 3792 0 ) ( -3420 3788 104 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1652 +{ +( -3464.159180 3748.512939 0 ) ( -3400.518555 3693.358643 0 ) ( -3455.673340 3756.998535 0 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3426 3704.670410 120 ) ( -3424 3815.683594 120 ) ( -3422 3704.670410 120 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3396 3724 16 ) ( -3398 3726 16 ) ( -3397 3725 120 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3404 3808 0 ) ( -3402 3806 0 ) ( -3403 3807 104 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3476 3892 16 ) ( -3474 3894 16 ) ( -3475 3893 120 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3448 3840 16 ) ( -3456 3832 16 ) ( -3452 3836 120 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1653 +{ +( -3282.725098 3697.015381 120 ) ( -3299.695313 3680.044434 120 ) ( -3429.802734 3810.153076 120 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3433.581543 3853.286133 102 ) ( -3453.380859 3827.829590 102 ) ( -3427.924316 3847.628906 102 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3444 3848 102 ) ( -3440 3844 102 ) ( -3442 3846 120 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3476 3804 102 ) ( -3480 3808 102 ) ( -3478 3806 120 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3445 3843 102 ) ( -3444 3844 102 ) ( -3444.500000 3843.500000 120 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3411 3797 102 ) ( -3412 3796 102 ) ( -3411.500000 3796.500000 120 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1654 +{ +( -3464.694336 3839.143066 54 ) ( -3444.895508 3864.599609 54 ) ( -3439.237793 3858.943359 54 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3500.756348 3786.110352 0 ) ( -3456.915527 3750.755127 0 ) ( -3492.271973 3794.596191 0 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3444 3848 16 ) ( -3440 3844 16 ) ( -3442 3846 54 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3476 3804 16 ) ( -3480 3808 16 ) ( -3478 3806 54 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3445 3843 16 ) ( -3444 3844 16 ) ( -3444.500000 3843.500000 54 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3411 3797 16 ) ( -3412 3796 16 ) ( -3411.500000 3796.500000 54 ) brest/brest_wal3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1655 +{ +( -3464.694336 3839.143066 102 ) ( -3444.895508 3864.599609 102 ) ( -3439.237793 3858.943359 102 ) normandy/bunk_ceiling 194 -184 -135.02 0.498048 0.499774 0 32768 0 +surfaceparm detail +( -3499.756348 3786.110352 100 ) ( -3455.915527 3750.755127 100 ) ( -3491.271973 3794.596191 100 ) general_structure/flatgrey_conc 77 -12 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3446 3846 64 ) ( -3442 3842 64 ) ( -3444 3844 102 ) general_structure/flatgrey_conc 86 113 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3474 3806 64 ) ( -3478 3810 64 ) ( -3476 3808 102 ) general_structure/flatgrey_conc 86 113 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3445 3843 64 ) ( -3444 3844 64 ) ( -3444.500000 3843.500000 102 ) general_structure/flatgrey_conc 86 113 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3411 3797 64 ) ( -3412 3796 64 ) ( -3411.500000 3796.500000 102 ) general_structure/flatgrey_conc 86 113 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +} +// brush 1656 +{ +( -3464.694336 3839.143066 100 ) ( -3444.895508 3864.599609 100 ) ( -3439.237793 3858.943359 100 ) normandy/bunk_ceiling 194 -184 -135.02 0.498048 0.499774 0 32768 0 +surfaceparm detail +( -3499.756348 3786.110352 54 ) ( -3455.915527 3750.755127 54 ) ( -3491.271973 3794.596191 54 ) general_structure/flatgrey_conc 77 -12 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3446 3846 18 ) ( -3442 3842 18 ) ( -3444 3844 56 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3474 3806 62 ) ( -3478 3810 62 ) ( -3476 3808 100 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3445 3843 18 ) ( -3444 3844 18 ) ( -3444.500000 3843.500000 56 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3442 3842 54 ) ( -3443 3841 54 ) ( -3442.500000 3841.500000 56 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +} +// brush 1657 +{ +( -3464.694336 3839.143066 56 ) ( -3444.895508 3864.599609 56 ) ( -3439.237793 3858.943359 56 ) normandy/bunk_ceiling 194 -184 -135.02 0.498048 0.499774 0 32768 0 +surfaceparm detail +( -3499.756348 3786.110352 54 ) ( -3455.915527 3750.755127 54 ) ( -3491.271973 3794.596191 54 ) general_structure/flatgrey_conc 77 -12 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3446 3846 18 ) ( -3442 3842 18 ) ( -3444 3844 56 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3474 3806 18 ) ( -3478 3810 18 ) ( -3476 3808 56 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3443 3841 54 ) ( -3442 3842 54 ) ( -3442.500000 3841.500000 56 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3406 3806 54 ) ( -3407 3805 54 ) ( -3406.500000 3805.500000 56 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +} +// brush 1658 +{ +( -3464.694336 3839.143066 100 ) ( -3444.895508 3864.599609 100 ) ( -3439.237793 3858.943359 100 ) normandy/bunk_ceiling 194 -184 -135.02 0.498048 0.499774 0 32768 0 +surfaceparm detail +( -3499.756348 3786.110352 54 ) ( -3455.915527 3750.755127 54 ) ( -3491.271973 3794.596191 54 ) general_structure/flatgrey_conc 77 -12 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3446 3846 18 ) ( -3442 3842 18 ) ( -3444 3844 56 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3474 3806 62 ) ( -3478 3810 62 ) ( -3476 3808 100 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3411 3797 18 ) ( -3412 3796 18 ) ( -3411.500000 3796.500000 56 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3407 3805 98 ) ( -3406 3806 98 ) ( -3406.500000 3805.500000 100 ) general_structure/flatgrey_conc 54 17 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +} +// brush 1659 +{ +( -3464.694336 3839.143066 60 ) ( -3444.895508 3864.599609 60 ) ( -3439.237793 3858.943359 60 ) normandy/bunk_ceiling 194 -184 -135.02 0.498048 0.499774 0 32768 0 +surfaceparm detail +( -3499.756348 3786.110352 56 ) ( -3455.915527 3750.755127 56 ) ( -3491.271973 3794.596191 56 ) general_structure/flatgrey_conc 77 -12 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3448 3844 22 ) ( -3444 3840 22 ) ( -3446 3842 60 ) general_structure/flatgrey_conc 56 15 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3472 3808 22 ) ( -3476 3812 22 ) ( -3474 3810 60 ) general_structure/flatgrey_conc 56 15 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3443 3841 58 ) ( -3442 3842 58 ) ( -3442.500000 3841.500000 60 ) general_structure/flatgrey_conc 56 15 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3406 3806 58 ) ( -3407 3805 58 ) ( -3406.500000 3805.500000 60 ) general_structure/flatgrey_conc 56 15 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +} +// brush 1660 +{ +( -3466.694336 3839.143066 100 ) ( -3446.895508 3864.599609 100 ) ( -3441.237793 3858.943359 100 ) normandy/bunk_ceiling 194 -184 -135.02 0.498048 0.499774 0 32768 0 +surfaceparm detail +( -3499.756348 3786.110352 60 ) ( -3455.915527 3750.755127 60 ) ( -3491.271973 3794.596191 60 ) general_structure/flatgrey_conc 77 -12 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3448 3844 26 ) ( -3444 3840 26 ) ( -3446 3842 64 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3472 3808 26 ) ( -3476 3812 26 ) ( -3474 3810 64 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3443 3841 98 ) ( -3442 3842 98 ) ( -3442.500000 3841.500000 100 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3442 3838 60 ) ( -3444 3836 60 ) ( -3443 3837 64 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +} +// brush 1661 +{ +( -3466.694336 3839.143066 100 ) ( -3446.895508 3864.599609 100 ) ( -3441.237793 3858.943359 100 ) normandy/bunk_ceiling 194 -184 -135.02 0.498048 0.499774 0 32768 0 +surfaceparm detail +( -3499.756348 3786.110352 96 ) ( -3455.915527 3750.755127 96 ) ( -3491.271973 3794.596191 96 ) general_structure/flatgrey_conc 77 -12 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3448 3844 62 ) ( -3444 3840 62 ) ( -3446 3842 100 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3472 3808 62 ) ( -3476 3812 62 ) ( -3474 3810 100 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3444 3836 96 ) ( -3442 3838 96 ) ( -3443 3837 100 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3410 3806 96 ) ( -3412 3804 96 ) ( -3411 3805 100 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +} +// brush 1662 +{ +( -3466.694336 3839.143066 100 ) ( -3446.895508 3864.599609 100 ) ( -3441.237793 3858.943359 100 ) normandy/bunk_ceiling 194 -184 -135.02 0.498048 0.499774 0 32768 0 +surfaceparm detail +( -3499.756348 3786.110352 60 ) ( -3455.915527 3750.755127 60 ) ( -3491.271973 3794.596191 60 ) general_structure/flatgrey_conc 77 -12 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3448 3844 26 ) ( -3444 3840 26 ) ( -3446 3842 64 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3472 3808 26 ) ( -3476 3812 26 ) ( -3474 3810 64 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3406 3806 98 ) ( -3407 3805 98 ) ( -3406.500000 3805.500000 100 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +( -3412 3804 60 ) ( -3410 3806 60 ) ( -3411 3805 64 ) general_structure/flatgrey_conc 84 115 -135.06 1.000239 1.001792 0 65536 0 +surfaceparm detail +} +// brush 1663 +{ +( -4480.011230 4034.868164 120 ) ( -4573.624512 4122.163574 120 ) ( -4551.800781 4145.566895 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4547.062500 4009.885254 120 ) ( -4503.414551 4056.691895 120 ) ( -4458.187012 4058.271484 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4617.272461 4075.356934 120 ) ( -4523.659180 3988.061035 120 ) ( -4545.482910 3964.658203 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4550.221191 4100.339844 120 ) ( -4593.869141 4053.533203 120 ) ( -4639.096191 4051.953613 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4503.414551 4056.691895 120 ) ( -4547.062500 4009.885254 120 ) ( -4593.869141 4053.533203 120 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4551.800781 4145.566895 24 ) ( -4639.096191 4051.953613 24 ) ( -4545.482910 3964.658203 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 1664 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4526.187988 4151.033203 -4 -17.680422 -16.214973 ) ( -4763.123047 4376.983887 -4 -18.605949 -17.097593 ) ( -4659.401855 4459.038574 -4 -18.200788 -17.418119 ) ) +( ( -4487.044434 4210.797852 60 -17.527517 -16.448429 ) ( -4555.730957 4247.670410 84 -17.795824 -16.592463 ) ( -4574.024414 4391.842773 60 -17.867283 -17.155636 ) ) +( ( -4449.007324 4245.075684 42 -17.378935 -16.582327 ) ( -4492.244141 4299.193359 60 -17.547829 -16.793724 ) ( -4530.565918 4346.871094 68 -17.697523 -16.979965 ) ) +) + } + } +// brush 1665 +{ +( -3349.275391 2625.774414 16 ) ( -3762.225586 3038.724609 16 ) ( -4050.724609 2750.225586 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3680 2744 16 ) ( -3680 2744 464 ) ( -3492 2932 464 ) general_structure/plaster_wall3d -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -3694 2758 16 ) ( -3696 2760 16 ) ( -3695 2759 464 ) general_structure/plaster_wall3d -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -3848 2912 16 ) ( -3846 2914 16 ) ( -3847 2913 464 ) general_structure/plaster_wall3d -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -3807 2752 24 ) ( -3803 3084 24 ) ( -3799 2752 24 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3672 2936 16 ) ( -3656 2920 16 ) ( -3664 2928 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1666 +{ +( -3349.275391 2625.774414 -8 ) ( -3762.225586 3038.724609 -8 ) ( -4050.724609 2750.225586 -8 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3848 2912 16 ) ( -3846 2914 16 ) ( -3847 2913 464 ) general_structure/plaster_wall3d -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -3652 3092 16 ) ( -3650 3090 16 ) ( -3651 3091 464 ) general_structure/plaster_wall3d -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -3807 2752 24 ) ( -3803 3084 24 ) ( -3799 2752 24 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3656 2920 16 ) ( -3672 2936 16 ) ( -3664 2928 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3624 3064 16 ) ( -3688 2952 16 ) ( -3656 3008 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1667 +{ +( -3652 2916 24 ) ( -3540 2980 0 ) ( -3540 2980.000244 -8 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3349.275391 2625.774414 -8 ) ( -3762.225586 3038.724609 -8 ) ( -4050.724609 2750.225586 -8 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3652 3092 16 ) ( -3650 3090 16 ) ( -3651 3091 464 ) general_structure/plaster_wall3d -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -3540 2980 0 ) ( -3652 2916 24 ) ( -3688 2952 24 ) ddaydark/rubbledark 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -3652 2916 24 ) ( -3652 2916 16 ) ( -3688 2952 16 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3688 2952 16 ) ( -3624 3064 16 ) ( -3656 3008 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3652 2916 16 ) ( -3652 2916 24 ) ( -3540 2980 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1668 +{ +( -3349.275391 2625.774414 -8 ) ( -3762.225586 3038.724609 -8 ) ( -4050.724609 2750.225586 -8 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3680 2744 16 ) ( -3680 2744 464 ) ( -3492 2932 464 ) general_structure/plaster_wall3d -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -3652 3092 16 ) ( -3650 3090 16 ) ( -3651 3091 464 ) general_structure/plaster_wall3d -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -3807 2752 24 ) ( -3803 3084 24 ) ( -3799 2752 24 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3652 2916 16 ) ( -3652 2916 24 ) ( -3580 2844 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3652 2916 24 ) ( -3652 2916 16 ) ( -3540 2980 16 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1669 +{ +( -3349.275391 2625.774414 24 ) ( -3762.225586 3038.724609 24 ) ( -4050.724609 2750.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3832 2912 24 ) ( -3830 2914 24 ) ( -3831 2913 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3658 3082 24 ) ( -3660 3084 24 ) ( -3659 3083 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2923.999512 208 ) ( -3808 3092 208 ) ( -3804 2923.999512 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3624 3064 24 ) ( -3628 3060 24 ) ( -3626 3062 208 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1670 +{ +( -3349.275391 2625.774414 120 ) ( -3762.225586 3038.724609 120 ) ( -4050.724609 2750.225586 120 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3658 3082 24 ) ( -3660 3084 24 ) ( -3659 3083 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2923.999512 208 ) ( -3808 3092 208 ) ( -3804 2923.999512 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3628 3060 24 ) ( -3624 3064 24 ) ( -3626 3062 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3540 2980 24 ) ( -3544 2976 24 ) ( -3542 2978 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1671 +{ +( -3349.275391 2625.774414 24 ) ( -3762.225586 3038.724609 24 ) ( -4050.724609 2750.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3658 3082 24 ) ( -3660 3084 24 ) ( -3659 3083 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2923.999512 208 ) ( -3808 3092 208 ) ( -3804 2923.999512 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3544 2976 24 ) ( -3540 2980 24 ) ( -3542 2978 208 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1672 +{ +( -3661 3017 120 ) ( -3248 3430 120 ) ( -3537 3719 120 ) mohcommon/jeff-concrete-wallb 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3691 3653 120 ) ( -3689 3655 120 ) ( -3690 3654 568 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3791 3391 120 ) ( -3793 3393 120 ) ( -3792 3392 568 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3867 3642 128 ) ( -3199 3638 128 ) ( -3867 3634 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3648 3472 120 ) ( -3640 3464 120 ) ( -3644 3468 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3440 3080 120 ) ( -3448 3072 120 ) ( -3444 3076 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1673 +{ +( -4352 3088 512 ) ( -4352 3088 0 ) ( -4832 3568 0 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -4120 4280 0 ) ( -4120 4280 512 ) ( -4832 3568 512 ) ta_berlin/archway1trim_shot 91 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3680 3760 0 ) ( -3680 3760 512 ) ( -4160 4240 512 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3640 3800 512 ) ( -3640 3800 0 ) ( -4352 3088 0 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -4364 3072 0 ) ( -3712 3824 0 ) ( -4120 4284 0 ) common/nodraw -29 7 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -4224 3088 192 ) ( -4208 4240 192 ) ( -4192 3088 192 ) common/nodraw -29 7 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 1674 +{ +( -3712 3824 512 ) ( -4364 3072 512 ) ( -4828 3576 512 ) common/nodraw -29 7 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -4352 3088 512 ) ( -4352 3088 0 ) ( -4832 3568 0 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -4120 4280 0 ) ( -4120 4280 512 ) ( -4832 3568 512 ) ta_berlin/archway1trim_shot 91 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3632 3792 0 ) ( -3632 3792 512 ) ( -4112 4272 512 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3640 3800 512 ) ( -3640 3800 0 ) ( -4352 3088 0 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -4208 4240 192 ) ( -4224 3088 192 ) ( -4192 3088 192 ) common/nodraw -29 7 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 1675 +{ +( -3959.275391 4315.774414 0 ) ( -4372.225586 4728.724609 0 ) ( -4660.724609 4440.225586 0 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3874 4402 432 ) ( -3874 4402 448 ) ( -4290 4818 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4306 4110 0 ) ( -4304 4112 0 ) ( -4305 4111 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4586 4102 184 ) ( -4582 4472 184 ) ( -4578 4102 184 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4032 4472 136 ) ( -4032 4272 144 ) ( -4032 4272 128 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1676 +{ +( -3959.275391 4315.774414 0 ) ( -4372.225586 4728.724609 0 ) ( -4660.724609 4440.225586 0 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4618 4422 0 ) ( -4620 4424 0 ) ( -4619 4423 448 ) general_structure/plaster_wall3d -86 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 4110 0 ) ( -4304 4112 0 ) ( -4305 4111 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4586 4102 184 ) ( -4582 4472 184 ) ( -4578 4102 184 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4128 4102 176 ) ( -4128 4472 168 ) ( -4128 4102 160 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1677 +{ +( -3959.275391 4315.774414 120 ) ( -4372.225586 4728.724609 120 ) ( -4660.724609 4440.225586 120 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) general_structure/plaster_wall3d -86 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 4110 0 ) ( -4304 4112 0 ) ( -4305 4111 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4586 4102 184 ) ( -4582 4472 184 ) ( -4578 4102 184 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4032 4384 120 ) ( -4032 4376 120 ) ( -4032 4380 184 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4128 4280 120 ) ( -4128 4288 120 ) ( -4128 4284 184 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1678 +{ +( -3921 3667 120 ) ( -3508 3254 120 ) ( -3219 3543 120 ) mohcommon/jeff-concrete-wallb 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3220 3764 120 ) ( -3218 3762 120 ) ( -3219 3763 568 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3536 3808 120 ) ( -3534 3810 120 ) ( -3535 3809 568 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3296 3873 128 ) ( -3300 3205 128 ) ( -3304 3873 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3376 3744 120 ) ( -3384 3736 120 ) ( -3380 3740 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3760 3584 120 ) ( -3768 3592 120 ) ( -3764 3588 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1679 +{ +( -3744 2945 120 ) ( -3331 3358 120 ) ( -3620 3647 120 ) mohcommon/jeff-concrete-wallb 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3878 3318 120 ) ( -3880 3320 120 ) ( -3879 3319 568 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3950 3570 128 ) ( -3282 3566 128 ) ( -3950 3562 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3424 3096 120 ) ( -3432 3088 120 ) ( -3428 3092 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3552 3136 120 ) ( -3544 3144 120 ) ( -3548 3140 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3544 3144 120 ) ( -3536 3136 120 ) ( -3540 3140 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1680 +{ +( -3559.275391 3726.774414 120 ) ( -3972.225586 4139.724609 120 ) ( -4260.724609 3851.225586 120 ) mohcommon/jeff-concrete-wallb 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4388 4012 120 ) ( -4386 4014 120 ) ( -4387 4013 568 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4184 3521 128 ) ( -4180 4189 128 ) ( -4176 3521 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4016 4384 120 ) ( -4000 4368 120 ) ( -4008 4376 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4128 4240 120 ) ( -4144 4256 120 ) ( -4136 4248 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3560 3928 120 ) ( -3568 3920 120 ) ( -3564 3924 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1681 +{ +( -3559.275391 3726.774414 120 ) ( -3972.225586 4139.724609 120 ) ( -4260.724609 3851.225586 120 ) mohcommon/jeff-concrete-wallb 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4184 3521 128 ) ( -4180 4189 128 ) ( -4176 3521 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3920 4464 120 ) ( -3904 4448 120 ) ( -3912 4456 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4128 4240 120 ) ( -4144 4256 120 ) ( -4136 4248 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3488 3856 120 ) ( -3492 3852 120 ) ( -3490 3854 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3568 3920 120 ) ( -3560 3928 120 ) ( -3564 3924 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1682 +{ +( -3063.275391 2942.774414 -8 ) ( -3476.225586 3355.724609 -8 ) ( -3764.724609 3067.225586 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3688 2737 128 ) ( -3684 3405 128 ) ( -3680 2737 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3640 3496 -8 ) ( -3624 3480 -8 ) ( -3632 3488 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3632 3456 -8 ) ( -3648 3472 -8 ) ( -3640 3464 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3648 3472 -8 ) ( -3632 3472 -8 ) ( -3640 3472 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3344 3172 -8 ) ( -3348 3172 -8 ) ( -3346 3172 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1683 +{ +( -3737 2727 -8 ) ( -3324 3140 -8 ) ( -3613 3429 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3943 3352 128 ) ( -3275 3348 128 ) ( -3943 3344 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3184 3304 -8 ) ( -3200 3288 -8 ) ( -3192 3296 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3224 3296 -8 ) ( -3208 3312 -8 ) ( -3216 3304 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3384 2824 -8 ) ( -3392 2832 -8 ) ( -3388 2828 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3348 3172 -8 ) ( -3344 3172 -8 ) ( -3346 3172 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1684 +{ +( -3291.275391 2914.774414 -8 ) ( -3704.225586 3327.724609 -8 ) ( -3992.724609 3039.225586 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3916 2709 128 ) ( -3912 3377 128 ) ( -3908 2709 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3868 3468 -8 ) ( -3852 3452 -8 ) ( -3860 3460 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3860 3428 -8 ) ( -3876 3444 -8 ) ( -3868 3436 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3904 3472 -8 ) ( -3888 3472 -8 ) ( -3896 3472 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3560 3144 -8 ) ( -3576 3144 -8 ) ( -3568 3144 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1685 +{ +( -3837 2827 -8 ) ( -3424 3240 -8 ) ( -3713 3529 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4043 3452 128 ) ( -3375 3448 128 ) ( -4043 3444 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3284 3404 -8 ) ( -3300 3388 -8 ) ( -3292 3396 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3324 3396 -8 ) ( -3308 3412 -8 ) ( -3316 3404 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3484 2924 -8 ) ( -3492 2932 -8 ) ( -3488 2928 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3576 3144 -8 ) ( -3560 3144 -8 ) ( -3568 3144 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1686 +{ +( -4193 3127 -8 ) ( -3780 3540 -8 ) ( -4069 3829 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4399 3752 128 ) ( -3731 3748 128 ) ( -4399 3744 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3640 3704 -8 ) ( -3656 3688 -8 ) ( -3648 3696 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 3696 -8 ) ( -3664 3712 -8 ) ( -3672 3704 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3648 3728 -8 ) ( -3632 3728 -8 ) ( -3640 3728 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3888 3472 -8 ) ( -3904 3472 -8 ) ( -3896 3472 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1687 +{ +( -3575.275391 3710.774414 -8 ) ( -3988.225586 4123.724609 -8 ) ( -4276.724609 3835.225586 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4404 3996 -8 ) ( -4402 3998 -8 ) ( -4403 3997 440 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4200 3505 128 ) ( -4196 4173 128 ) ( -4192 3505 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4152 4264 -8 ) ( -4136 4248 -8 ) ( -4144 4256 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4144 4224 -8 ) ( -4160 4240 -8 ) ( -4152 4232 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3632 3728 -8 ) ( -3648 3728 -8 ) ( -3640 3728 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1688 +{ +( -3103.275391 3702.774414 -8 ) ( -3516.225586 4115.724609 -8 ) ( -3804.724609 3827.225586 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3728 3497 128 ) ( -3724 4165 128 ) ( -3720 3497 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3680 4256 -8 ) ( -3664 4240 -8 ) ( -3672 4248 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3400 3944 128 ) ( -3400 3944 -8 ) ( -3472 4016 -8 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3472 4016 -8 ) ( -3472 4040 -8 ) ( -3472 4028 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3400 3944 -8 ) ( -3400 3944 128 ) ( -3400 3976 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1689 +{ +( -3431.275391 3854.774414 -8 ) ( -3844.225586 4267.724609 -8 ) ( -4132.724609 3979.225586 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4260 4140 -8 ) ( -4258 4142 -8 ) ( -4259 4141 440 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4056 3649 128 ) ( -4052 4317 128 ) ( -4048 3649 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4008 4408 -8 ) ( -3992 4392 -8 ) ( -4000 4400 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4000 4368 -8 ) ( -4016 4384 -8 ) ( -4008 4376 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3560 3960 -8 ) ( -3560 3952 -8 ) ( -3560 3956 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1690 +{ +( -3757 3707 -8 ) ( -3344 4120 -8 ) ( -3633 4409 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3963 4332 128 ) ( -3295 4328 128 ) ( -3963 4324 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3204 4284 -8 ) ( -3220 4268 -8 ) ( -3212 4276 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3244 4276 -8 ) ( -3228 4292 -8 ) ( -3236 4284 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3472 4040 -8 ) ( -3472 4016 -8 ) ( -3472 4028 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3560 3952 -8 ) ( -3560 3960 -8 ) ( -3560 3956 128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1691 +{ +( -3559.275391 3726.774414 -8 ) ( -3972.225586 4139.724609 -8 ) ( -4260.724609 3851.225586 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4184 3521 0 ) ( -4180 4189 0 ) ( -4176 3521 0 ) ddaydark/rubbledark 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -3920 4464 -8 ) ( -3904 4448 -8 ) ( -3912 4456 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4128 4240 -8 ) ( -4144 4256 -8 ) ( -4136 4248 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3488 3856 -8 ) ( -3492 3852 -8 ) ( -3490 3854 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3568 3920 -8 ) ( -3560 3928 -8 ) ( -3564 3924 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1692 +{ +( -3559.275391 3726.774414 -8 ) ( -3972.225586 4139.724609 -8 ) ( -4260.724609 3851.225586 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4388 4012 -8 ) ( -4386 4014 -8 ) ( -4387 4013 440 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4184 3521 0 ) ( -4180 4189 0 ) ( -4176 3521 0 ) ddaydark/rubbledark 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -4016 4384 -8 ) ( -4000 4368 -8 ) ( -4008 4376 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -4128 4240 -8 ) ( -4144 4256 -8 ) ( -4136 4248 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3560 3928 -8 ) ( -3568 3920 -8 ) ( -3564 3924 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1693 +{ +( -3744 2945 -8 ) ( -3331 3358 -8 ) ( -3620 3647 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3878 3318 -8 ) ( -3880 3320 -8 ) ( -3879 3319 440 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3950 3570 0 ) ( -3282 3566 0 ) ( -3950 3562 0 ) ddaydark/rubbledark 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -3424 3096 -8 ) ( -3432 3088 -8 ) ( -3428 3092 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3552 3136 -8 ) ( -3544 3144 -8 ) ( -3548 3140 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3544 3144 -8 ) ( -3536 3136 -8 ) ( -3540 3140 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1694 +{ +( -3661 3017 -8 ) ( -3248 3430 -8 ) ( -3537 3719 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3691 3653 -8 ) ( -3689 3655 -8 ) ( -3690 3654 440 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3791 3391 -8 ) ( -3793 3393 -8 ) ( -3792 3392 440 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3867 3642 0 ) ( -3199 3638 0 ) ( -3867 3634 0 ) ddaydark/rubbledark 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -3648 3472 -8 ) ( -3640 3464 -8 ) ( -3644 3468 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3440 3080 -8 ) ( -3448 3072 -8 ) ( -3444 3076 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1695 +{ +( -3921 3667 -8 ) ( -3508 3254 -8 ) ( -3219 3543 -8 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3220 3764 -8 ) ( -3218 3762 -8 ) ( -3219 3763 440 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3536 3808 -8 ) ( -3534 3810 -8 ) ( -3535 3809 440 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3296 3873 0 ) ( -3300 3205 0 ) ( -3304 3873 0 ) ddaydark/rubbledark 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -3376 3744 -8 ) ( -3384 3736 -8 ) ( -3380 3740 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -3760 3584 -8 ) ( -3768 3592 -8 ) ( -3764 3588 0 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1696 +{ +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 4110 0 ) ( -4304 4112 0 ) ( -4305 4111 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4128 4472 168 ) ( -4128 4102 176 ) ( -4128 4102 160 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4100 4272 120 ) ( -4096 4384 120 ) ( -4092 4272 120 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4104 4272 120 ) ( -4116 4384 92 ) ( -4128 4272 64 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1697 +{ +( -3959.275391 4315.774414 0 ) ( -4372.225586 4728.724609 0 ) ( -4660.724609 4440.225586 0 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 4110 0 ) ( -4304 4112 0 ) ( -4305 4111 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4128 4472 168 ) ( -4128 4102 176 ) ( -4128 4102 160 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4116 4384 92 ) ( -4104 4272 120 ) ( -4128 4272 64 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4120 4272 84 ) ( -4116 4384 48 ) ( -4112 4272 12 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4112 4272 12 ) ( -4112 4305.333496 8 ) ( -4112 4272 4 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1698 +{ +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 4110 0 ) ( -4304 4112 0 ) ( -4305 4111 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4032 4272 144 ) ( -4032 4472 136 ) ( -4032 4272 128 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4100 4272 120 ) ( -4096 4384 120 ) ( -4092 4272 120 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4074 4384 108 ) ( -4104 4288 120 ) ( -4044 4288 96 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1699 +{ +( -3959.275391 4315.774414 0 ) ( -4372.225586 4728.724609 0 ) ( -4660.724609 4440.225586 0 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 4110 0 ) ( -4304 4112 0 ) ( -4305 4111 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4032 4272 144 ) ( -4032 4472 136 ) ( -4032 4272 128 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4040 4288 80 ) ( -4036 4384 84 ) ( -4032 4288 88 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4046 4384 46 ) ( -4040 4288.399902 80 ) ( -4052 4288.399902 12 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1700 +{ +( -4176 3964 352 ) ( -4176 3964 -96 ) ( -4516 4304 -96 ) mohcommon/jh_window2pj 34 64 0.00 -0.718750 0.750000 536870912 4194816 0 +surfaceparm detail +( -4482 4286 -96 ) ( -4480 4284 -96 ) ( -4481 4285 352 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 3959 336 ) ( -4463 4297 336 ) ( -4462 3959 336 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 4216 104 ) ( -4414 4218 104 ) ( -4415 4217 288 ) general_structure/plaster_wall3d -204 -120 0.00 1 1 0 65536 0 +surfaceparm detail +( -4368 4172 104 ) ( -4370 4170 104 ) ( -4369 4171 288 ) general_structure/plaster_wall3d -204 -120 0.00 1 1 0 65536 0 +surfaceparm detail +( -4380 4218 240 ) ( -4384 4164 240 ) ( -4376 4164 240 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1701 +{ +( -4334 4458 448 ) ( -4334 4458 0 ) ( -4502 4626 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4316 4468 0 ) ( -4316 4468 448 ) ( -4128 4656 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4704 4416 448 ) ( -4704 4416 432 ) ( -4408 4712 432 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4324 4476 0 ) ( -4322 4474 0 ) ( -4323 4475 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4452 4636 168 ) ( -4456 4460 168 ) ( -4448 4460 168 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +( -4464 4460 200 ) ( -4460 4636 200 ) ( -4456 4460 200 ) general_structure/beam_wood1 -5 -3 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1702 +{ +( -4346 4442 448 ) ( -4346 4442 0 ) ( -4514 4610 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4341 4471 0 ) ( -4341 4471 448 ) ( -4153 4659 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4702 4390 448 ) ( -4702 4390 432 ) ( -4406 4686 432 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4340 4464 0 ) ( -4338 4462 0 ) ( -4339 4463 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4464 4624 168 ) ( -4468 4448 168 ) ( -4460 4448 168 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +( -4476 4448 184 ) ( -4472 4624 184 ) ( -4468 4448 184 ) general_structure/beam_wood1 -5 -3 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1703 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 6265.716797 2356.899414 24 -2.360482 19.957426 ) ( 5894.015625 2154.082031 24 -3.812439 20.749681 ) ( 5517.188477 2330.672852 24 -5.284421 20.059874 ) ) +( ( 6217.272461 2441.184082 96 -2.549715 19.628189 ) ( 5967.371094 2413.100586 80 -3.525892 19.737890 ) ( 5577.717773 2404.378906 96 -5.047976 19.771959 ) ) +( ( 6256.241211 2603.236328 128 -2.397493 19.432673 ) ( 6011.928711 2672.421387 168 -3.351840 19.162418 ) ( 5908.299805 2809.750000 208 -3.756641 18.625978 ) ) +) + } + } +// brush 1704 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 5517.188477 2330.672852 24 -5.284421 20.059874 ) ( 5390.114258 2618.968750 24 -5.780801 18.933718 ) ( 5490.803223 2891.858887 24 -4.942174 17.664616 ) ) +( ( 5577.717773 2404.378906 96 -5.047976 19.771959 ) ( 5658.318359 2792.205078 80 -4.733132 18.257013 ) ( 5718.733887 2927.830078 176 -4.497130 17.727228 ) ) +( ( 5908.299805 2809.750000 208 -3.756641 18.625978 ) ( 5809.488770 2893.120117 248 -4.142620 18.300314 ) ( 5789.657227 3018.496094 208 -4.220088 17.810564 ) ) +) + } + } +// brush 1705 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 315.480194 ) +( +( ( 5548.902344 2677.152832 80 -26.663986 16.910793 ) ( 5608.482422 2816.849121 31 -27.876465 16.631561 ) ( 5641.043945 2970.504395 128 -29.165184 16.558311 ) ) +( ( 5501.597656 2670.531738 248 -26.441963 16.403494 ) ( 5637.506836 2788.499512 118 -27.631458 16.363178 ) ( 5768.574219 2921.846680 192 -28.945587 15.514788 ) ) +( ( 5760.002930 2690.119141 308 -26.490776 15.297726 ) ( 5637.199219 2718.845215 256 -27.240261 15.354462 ) ( 5792.019043 2897.094238 312 -28.721508 15.293850 ) ) +) + } + } +// brush 1706 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 437.758484 ) +( +( ( 5764.902344 2421.152832 56 -26.663986 16.910793 ) ( 5824.482422 2520.849121 111 -27.876465 16.631561 ) ( 5857.043945 2674.504395 208 -29.165184 16.558311 ) ) +( ( 5717.597656 2374.531738 400 -26.441963 16.403494 ) ( 5853.506836 2492.499512 270 -27.631458 16.363178 ) ( 5984.574219 2625.846680 344 -28.945587 15.514788 ) ) +( ( 5976.002930 2354.119141 156 -26.490776 15.297726 ) ( 5853.199219 2382.845215 104 -27.240261 15.354462 ) ( 6008.019531 2561.094238 160 -28.721508 15.293850 ) ) +) + } + } +// brush 1707 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 5102.672852 124.811523 24 -5.284421 20.059874 ) ( 5390.968750 251.885742 24 -5.780801 18.933718 ) ( 5619.858887 149.196777 24 -4.942174 17.664616 ) ) +( ( 5176.378906 64.282227 96 -5.047976 19.771959 ) ( 5564.205078 -16.318359 80 -4.733132 18.257013 ) ( 5699.830078 -76.733887 176 -4.497130 17.727228 ) ) +( ( 5581.750000 -266.299805 208 -3.756641 18.625978 ) ( 5665.120117 -167.488770 248 -4.142620 18.300314 ) ( 5790.496094 -147.657227 208 -4.220088 17.810564 ) ) +) + } + } +// brush 1708 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 5128.899414 -623.716797 24 -2.360482 19.957426 ) ( 4926.082031 -252.015625 24 -3.812439 20.749681 ) ( 5102.672852 124.811523 24 -5.284421 20.059874 ) ) +( ( 5213.184082 -575.272461 96 -2.549715 19.628189 ) ( 5185.100586 -325.371094 80 -3.525892 19.737890 ) ( 5176.378906 64.282227 96 -5.047976 19.771959 ) ) +( ( 5375.236328 -614.241211 128 -2.397493 19.432673 ) ( 5444.421387 -369.928711 168 -3.351840 19.162418 ) ( 5581.750000 -266.299805 208 -3.756641 18.625978 ) ) +) + } + } +// brush 1709 +{ +( 2304 2600 536 ) ( 2304 2600 24 ) ( 2376 2328 24 ) common/playerclip -38 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2160 2040 536 ) ( 2160 2040 24 ) ( 1928 1984 24 ) common/playerclip -38 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1624 2608 24 ) ( 1624 2608 536 ) ( 1520 2296 536 ) common/playerclip -10 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1624 2608 536 ) ( 1624 2608 24 ) ( 1888 2696 24 ) common/playerclip -38 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2376 2328 536 ) ( 2376 2328 24 ) ( 2160 2040 24 ) common/playerclip -10 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1928 1984 536 ) ( 1928 1984 24 ) ( 1640 2096 24 ) common/playerclip -38 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1878 2714 536 ) ( 2358 2554 536 ) ( 2358 2266 536 ) common/playerclip -38 10 0.00 1 1 65536 2193 0 +surfaceparm detail +( 2358 2554 24 ) ( 1878 2714 24 ) ( 1510 2714 24 ) common/playerclip -38 10 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1640 2096 536 ) ( 1640 2096 24 ) ( 1520 2296 24 ) common/playerclip -10 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( 1888 2696 536 ) ( 1888 2696 24 ) ( 2304 2600 24 ) common/playerclip -38 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1710 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail subdivisions 1000.000000 ) +( +( ( 1597.233887 2631.842773 -2 4.453883 19.446671 ) ( 1809.493652 2823.037109 39 5.972960 19.595631 ) ( 2329.817871 2618.713867 -2 6.422633 19.782608 ) ) +( ( 1697.508301 2525.143066 152 4.492218 19.989477 ) ( 1883.033936 2638.838867 42 5.928135 20.244015 ) ( 2236.133789 2506.182617 152 6.460968 20.325415 ) ) +( ( 1783.466553 2429.844727 174 4.911979 20.524044 ) ( 1944.405762 2454.247559 190 5.860960 20.874033 ) ( 2152.021240 2409.251953 174 6.602688 20.930309 ) ) +) + } + } +// brush 1711 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail subdivisions 1000.000000 ) +( +( ( 2329.817871 2618.713867 -2 4.453883 19.446671 ) ( 2587.704590 2345.126953 39 5.972960 19.595631 ) ( 2159.064209 2002.927734 -2 6.422633 19.782608 ) ) +( ( 2236.133789 2506.182617 152 4.492218 19.989477 ) ( 2390.749512 2321.766602 42 5.928135 20.244015 ) ( 2089.822998 2131.944336 152 6.460968 20.325415 ) ) +( ( 2152.021240 2409.251953 174 4.911979 20.524044 ) ( 2196.563721 2310.262207 190 5.860960 20.874033 ) ( 2031.459229 2246.243164 174 6.602688 20.930309 ) ) +) + } + } +// brush 1712 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail subdivisions 1000.000000 ) +( +( ( 2159.064209 2002.927734 -2 4.453883 19.446671 ) ( 1916.552979 1873.185059 39 5.972960 19.595631 ) ( 1579.642578 2086.629883 -2 6.422633 19.782608 ) ) +( ( 2089.822998 2131.944336 152 4.492218 19.989477 ) ( 1893.191895 2070.140625 42 5.928135 20.244015 ) ( 1686.342529 2186.904785 152 6.460968 20.325415 ) ) +( ( 2031.459229 2246.243164 174 4.911979 20.524044 ) ( 1881.687500 2264.325684 190 5.860960 20.874033 ) ( 1697.640869 2324.862793 174 6.602688 20.930309 ) ) +) + } + } +// brush 1713 +{ +( 1553.166260 2701.670898 237.466217 ) ( 1543.881592 2695.827148 249.110046 ) ( 1543.782715 2501.358398 151.426071 ) models/items/rubblebase -63 -148 -68.16 1.065881 -1.002574 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1598.154053 2496.746094 195.623535 ) ( 1618.399902 2416.107422 171.280853 ) ( 1569.492676 2429.563965 139.049042 ) mohcommon/crackedconcrete -171 144 91.99 0.933670 -0.821542 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1739.896973 2319.633789 174.783768 ) ( 1719.346191 2401.514648 199.495148 ) ( 1690.711914 2393.340332 172.564789 ) mohcommon/crackedconcrete -144 196 91.90 0.935328 -0.820272 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1721.156738 2467.729980 251.835632 ) ( 1683.026367 2619.639648 297.681335 ) ( 1711.376953 2549.529297 263.112000 ) models/items/rubblebase 29 212 -95.18 0.929583 1.000795 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1757.333984 2252.998047 198.315369 ) ( 1766.981445 2257.638184 186.229187 ) ( 1717.766113 2271.183105 153.791077 ) models/items/rubblebase 103 17 -95.18 0.929583 1.000795 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1509.160156 2417.840332 147.689484 ) ( 1576.863037 2284.458984 155.288239 ) ( 1592.238037 2373.065918 97.606216 ) models/items/rubblebase -38 -187 24.00 0.999259 -1.206046 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1740.406006 2409.151367 167.679901 ) ( 1757.831543 2279.811035 273.569214 ) ( 1592.729492 2480.500000 204.367645 ) models/items/rubblebase 220 3 -95.18 0.929583 1.000795 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1502 2482 88.666252 ) ( 1710 2530 88.666252 ) ( 1606 2506 230.252090 ) models/items/rubblebase 103 17 -95.18 0.929583 1.000795 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 1714 +{ +( 1696.482178 2404.214844 44.060333 ) ( 1689.279053 2421.457031 128.654114 ) ( 1728.105469 2375.657227 126.036713 ) mohcommon/crackedconcrete -61 137 -90.50 1.029397 0.776970 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1690.186035 2516.801270 221.167603 ) ( 1697.504883 2499.299805 135.275574 ) ( 1722.133301 2472.118164 151.601196 ) mohcommon/crackedconcrete -19 217 -90.45 1.031892 0.773804 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1623.712158 2521.338867 54.914673 ) ( 1637.291016 2488.868164 -104.438553 ) ( 1642.647461 2515.462891 -25.837524 ) mohcommon/crackedconcrete -170 98 -72.37 1.056835 0.738422 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1643.452637 2512.830078 219.659790 ) ( 1655.557129 2523.512207 219.876953 ) ( 1694.631348 2477.423340 217.242065 ) models/items/rubblebase -198 46 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1787.542969 2309.434082 80.171265 ) ( 1728.145508 2368.831543 204.171387 ) ( 1811.727051 2393.016602 142.171387 ) models/items/rubblebase -46 -28 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1706 2590.916016 98 ) ( 1578 2315.681641 20 ) ( 1834 2315.681641 176 ) mohcommon/crackedconcrete -12 -140 32.89 1.035898 -1.024046 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1715 +{ +( 2149.070313 2187.905273 2.925987 ) ( 2140.721924 2195.004395 88.863182 ) ( 2199.959961 2190.073242 80.005157 ) general_structure/jh_conc512damg -151 57 -6.00 1.999725 -2.124988 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2083.980957 2263.064453 187.849945 ) ( 2092.457031 2255.864258 100.593941 ) ( 2130.598145 2254.058594 113.000702 ) mohcommon/crackedconcrete 230 -171 -99.04 1.033266 -1.013039 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2016.665039 2219.268555 27.756443 ) ( 2032.391357 2205.910156 -134.127472 ) ( 2025.672607 2228.502930 -54.387280 ) mohcommon/crackedconcrete -190 148 -77.58 1.049845 1.002922 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2048.353027 2238.524414 246.386963 ) ( 2049.376465 2254.636719 246.497772 ) ( 2108.990723 2249.676758 237.582642 ) models/items/rubblebase -241 202 0.00 0.989990 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 2283.534180 2185.275391 25.103086 ) ( 2212.955566 2185.275391 157.204330 ) ( 2248.244873 2261.477539 91.153755 ) models/items/rubblebase -202 -26 0.00 1 1.065323 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 2050.108398 2274.362793 109.795425 ) ( 1954.463623 2173.544922 204.310760 ) ( 2145.752686 2173.544922 15.280100 ) mohcommon/crackedconcrete -255 -76 78.97 1.032016 -0.936704 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2129.099365 2274.363281 67.305832 ) ( 2084.922363 2174.102539 67.927002 ) ( 2173.276611 2174.102539 66.684669 ) mohcommon/crackedconcrete -128 -29 77.84 1.036188 -1.027952 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1716 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 1646.902832 2211.152344 58 -26.663986 16.910793 ) ( 1702.482666 2254.848633 157 -27.876465 16.631561 ) ( 1667.044434 2264.503906 282 -29.165184 16.558311 ) ) +( ( 1795.597656 2170.531250 124 -26.441963 16.403494 ) ( 1739.507324 2200.499023 202 -27.631458 16.363178 ) ( 1876.574707 2239.846191 300 -28.945587 15.514788 ) ) +( ( 1916.002686 2110.118652 100 -26.490776 15.297726 ) ( 1969.199707 2124.844727 178 -27.240261 15.354462 ) ( 2020.019775 2153.093750 280 -28.721508 15.293850 ) ) +) + } + } +// brush 1717 +{ +( -2758 2202 456 ) ( -2758 2202 472 ) ( -3174 2618 472 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3254 1846 24 ) ( -3252 1848 24 ) ( -3253 1847 472 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3546 1838 448 ) ( -3544 2272 448 ) ( -3542 1838 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -3562 2272 24 ) ( -3564 1838 24 ) ( -3560 1838 24 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2884 2200 224 ) ( -2892 2200 224 ) ( -2888 2200 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -2810 2252 224 ) ( -2810 2250 224 ) ( -2810 2251 448 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +surfaceparm detail +} +// brush 1718 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2327.963379 1747.414063 0 -16.204809 6.721263 ) ( -2423.341797 1756.617188 0 -15.562500 6.406250 ) ( -2535.963379 1747.414063 0 -14.780290 6.071296 ) ) +( ( -2254.544922 1817.352539 16 -16.255516 7.114967 ) ( -2417.185547 1794.856934 88 -15.593750 7.218750 ) ( -2550.544922 1817.352539 64 -14.760055 7.294532 ) ) +( ( -2249.058105 1900.972168 24 -16.219135 7.588753 ) ( -2408.726563 1876.180664 64 -15.500000 7.781250 ) ( -2545.058105 1876.972168 72 -14.809065 7.547522 ) ) +) + } + } +// brush 1719 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 437.758484 ) +( +( ( -2937.097656 1871.152832 56 -26.663986 16.910793 ) ( -2877.517578 1970.849121 111 -27.876465 16.631561 ) ( -2844.956055 2124.504395 208 -29.165184 16.558311 ) ) +( ( -2984.402344 1824.531738 400 -26.441963 16.403494 ) ( -2848.493164 1942.499512 270 -27.631458 16.363178 ) ( -2717.425781 2075.846680 344 -28.945587 15.514788 ) ) +( ( -2725.997070 1804.119141 156 -26.490776 15.297726 ) ( -2848.800781 1832.845215 104 -27.240261 15.354462 ) ( -2693.980469 2011.094238 160 -28.721508 15.293850 ) ) +) + } + } +// brush 1720 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 315.480194 ) +( +( ( -3153.097656 2127.152832 80 -26.663986 16.910793 ) ( -3093.517578 2266.849121 31 -27.876465 16.631561 ) ( -3060.956055 2420.504395 128 -29.165184 16.558311 ) ) +( ( -3200.402344 2120.531738 248 -26.441963 16.403494 ) ( -3064.493164 2238.499512 118 -27.631458 16.363178 ) ( -2933.425781 2371.846680 192 -28.945587 15.514788 ) ) +( ( -2941.997070 2140.119141 308 -26.490776 15.297726 ) ( -3064.800781 2168.845215 256 -27.240261 15.354462 ) ( -2909.980957 2347.094238 312 -28.721508 15.293850 ) ) +) + } + } +// brush 1721 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3184.811523 1780.672852 24 0 0 ) ( -3311.885742 2068.968750 24 0 1.230700 ) ( -3209.196777 2297.858887 24 0 2.210661 ) ) +( ( -3124.282227 1854.378906 96 0.466799 0 ) ( -3043.681641 2242.205078 80 0.466799 1.230700 ) ( -2983.266113 2377.830078 176 0.466799 2.210661 ) ) +( ( -2793.700195 2259.750000 208 2.556384 0 ) ( -2774.511230 2463.120117 248 2.556384 1.230700 ) ( -2848.342773 2534.496094 208 2.556384 2.210661 ) ) +) + } + } +// brush 1722 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2436.283203 1806.899414 24 0 0 ) ( -2807.984375 1604.082031 24 0 1.654040 ) ( -3184.811523 1780.672852 24 0 3.279637 ) ) +( ( -2484.727539 1891.184082 96 0.472555 0 ) ( -2734.628906 1863.100586 80 1.074095 0.984308 ) ( -3124.282227 1854.378906 96 0.466799 2.508055 ) ) +( ( -2445.758789 2053.236328 128 1.135508 0 ) ( -2690.071289 2122.421387 168 2.157871 1.004105 ) ( -2793.700195 2259.750000 208 2.556384 1.694065 ) ) +) + } + } +// brush 1723 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 289.950012 ) +( +( ( -2651.097168 2871.152344 156 -26.663986 16.910793 ) ( -2595.517334 3018.848633 265 -27.876465 16.631561 ) ( -2630.955566 3120.503906 488 -29.165184 16.558311 ) ) +( ( -2502.402344 2838.531250 262 -26.441963 16.403494 ) ( -2504.492676 2964.499023 392 -27.631458 16.363178 ) ( -2483.425293 3095.846191 598 -28.945587 15.514788 ) ) +( ( -2339.997314 2738.118652 208 -26.490776 15.297726 ) ( -2274.800293 2816.844727 304 -27.240261 15.354462 ) ( -2379.980225 2953.093750 488 -28.721508 15.293850 ) ) +) + } + } +// brush 1724 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 289.950012 ) +( +( ( -2475.097168 3375.152344 168 -26.663986 16.910793 ) ( -2419.517334 3522.848633 277 -27.876465 16.631561 ) ( -2454.955566 3624.503906 500 -29.165184 16.558311 ) ) +( ( -2326.402344 3342.531250 274 -26.441963 16.403494 ) ( -2328.492676 3468.499023 404 -27.631458 16.363178 ) ( -2307.425293 3599.846191 610 -28.945587 15.514788 ) ) +( ( -2163.997314 3242.118652 220 -26.490776 15.297726 ) ( -2098.800293 3320.844727 316 -27.240261 15.354462 ) ( -2203.980225 3457.093750 500 -28.721508 15.293850 ) ) +) + } + } +// brush 1725 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 289.950012 ) +( +( ( -2125.097168 3791.152344 168 -26.663986 16.910793 ) ( -2069.517334 3938.848633 277 -27.876465 16.631561 ) ( -2104.955566 4040.503906 500 -29.165184 16.558311 ) ) +( ( -1976.402344 3758.531250 274 -26.441963 16.403494 ) ( -1978.492676 3884.499023 404 -27.631458 16.363178 ) ( -1957.425293 4015.846191 610 -28.945587 15.514788 ) ) +( ( -1813.997314 3658.118652 220 -26.490776 15.297726 ) ( -1748.800293 3736.844727 316 -27.240261 15.354462 ) ( -1853.980225 3873.093750 500 -28.721508 15.293850 ) ) +) + } + } +// brush 1726 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 289.950012 ) +( +( ( -1949.097168 3677.152344 -26 -26.663986 16.910793 ) ( -1893.517334 3824.848633 83 -27.876465 16.631561 ) ( -1928.955566 3926.503906 306 -29.165184 16.558311 ) ) +( ( -1800.402344 3644.531250 80 -26.441963 16.403494 ) ( -1802.492676 3770.499023 210 -27.631458 16.363178 ) ( -1781.425293 3901.846191 416 -28.945587 15.514788 ) ) +( ( -1637.997314 3544.118652 26 -26.490776 15.297726 ) ( -1572.800293 3622.844727 122 -27.240261 15.354462 ) ( -1677.980225 3759.093750 306 -28.721508 15.293850 ) ) +) + } + } +// brush 1727 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 289.950012 ) +( +( ( -1695.097168 3947.152344 42 -26.663986 16.910793 ) ( -1639.517334 4094.848633 151 -27.876465 16.631561 ) ( -1674.955566 4196.503906 374 -29.165184 16.558311 ) ) +( ( -1546.402344 3914.531250 148 -26.441963 16.403494 ) ( -1548.492676 4040.499023 278 -27.631458 16.363178 ) ( -1527.425293 4171.846191 484 -28.945587 15.514788 ) ) +( ( -1383.997314 3814.118652 94 -26.490776 15.297726 ) ( -1318.800293 3892.844727 190 -27.240261 15.354462 ) ( -1423.980225 4029.093750 374 -28.721508 15.293850 ) ) +) + } + } +// brush 1728 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 289.950012 ) +( +( ( -2087.097168 4201.152344 318 -26.663986 16.910793 ) ( -2031.517334 4348.848633 427 -27.876465 16.631561 ) ( -2066.955566 4450.503906 650 -29.165184 16.558311 ) ) +( ( -1938.402344 4168.531250 424 -26.441963 16.403494 ) ( -1940.492676 4294.499023 554 -27.631458 16.363178 ) ( -1919.425293 4425.846191 760 -28.945587 15.514788 ) ) +( ( -1775.997314 4068.118652 370 -26.490776 15.297726 ) ( -1710.800293 4146.844727 466 -27.240261 15.354462 ) ( -1815.980225 4283.093750 650 -28.721508 15.293850 ) ) +) + } + } +// brush 1729 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2184.297852 2432.813965 48 -26.663986 16.910793 ) ( -2328.035645 2367.677979 157 -27.876465 16.631561 ) ( -2374.858398 2270.738037 380 -29.165184 16.558311 ) ) +( ( -2266.374268 2561.023438 154 -26.441963 16.403494 ) ( -2315.784912 2432.289063 226 -27.631458 16.363178 ) ( -2505.583008 2436.333984 366 -28.945587 15.514788 ) ) +( ( -2280.511230 2717.165283 34 -26.490776 15.297726 ) ( -2373.794678 2699.113525 98 -27.240261 15.354462 ) ( -2506.072754 2638.706299 170 -28.721508 15.293850 ) ) +) + } + } +// brush 1730 + { + patchDef2 + { + das_boot/pipes3 + ( 3 3 8192 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1468 4212 380 0 0 ) ( -1370.857422 4212 380 0 0.500000 ) ( -1268 4212 380 0 1 ) ) +( ( -1468 4212 357.599976 0.500000 0 ) ( -1370.857422 4212 357.599976 0.500000 0.500000 ) ( -1268 4212 357.599976 0.500000 1 ) ) +( ( -1468 4212 335.200012 1 0 ) ( -1370.857422 4212 335.200012 1 0.500000 ) ( -1268 4212 316 1 1 ) ) +) + } + } +// brush 1731 + { + patchDef2 + { + das_boot/pipes3 + ( 3 3 8192 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1906 3686 200 0 0 ) ( -1798.857422 3620 200 0 0.500000 ) ( -1690 3708 200 0 1 ) ) +( ( -1906 3686 177.599976 0.500000 0 ) ( -1798.857422 3620 177.599976 0.500000 0.500000 ) ( -1690 3708 177.599976 0.500000 1 ) ) +( ( -1906 3686 155.200012 1 0 ) ( -1798.857422 3620 155.200012 1 0.500000 ) ( -1690 3708 136 1 1 ) ) +) + } + } +// brush 1732 + { + patchDef2 + { + das_boot/pipes3 + ( 3 3 8192 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2308 3224 202.000259 0 0 ) ( -2166.857422 3224 219.999969 0 0.500000 ) ( -2140 3232.000488 298.000549 0 1 ) ) +( ( -2308 3246.399902 201.999863 0.500000 0 ) ( -2166.857422 3246.400391 220.000046 0.500000 0.500000 ) ( -2134 3254.399902 278.000122 0.500000 1 ) ) +( ( -2308 3268.800293 202.000198 1 0 ) ( -2166.857422 3268.800293 220.000168 1 0.500000 ) ( -2134 3296 278.000031 1 1 ) ) +) + } + } +// brush 1733 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1719.097168 3829.152344 18 -26.663986 16.910793 ) ( -1663.517334 3976.848633 181 -27.876465 16.631561 ) ( -1698.955566 3962.503906 434 -29.165184 16.558311 ) ) +( ( -1570.402344 3796.531250 124 -26.441963 16.403494 ) ( -1626.492676 3922.499023 250 -27.631458 16.363178 ) ( -1489.425293 3937.846191 420 -28.945587 15.514788 ) ) +( ( -1449.997314 3696.118652 4 -26.490776 15.297726 ) ( -1396.800293 3774.844727 122 -27.240261 15.354462 ) ( -1345.980225 3795.093750 224 -28.721508 15.293850 ) ) +) + } + } +// brush 1734 +{ +( -1685.069336 3776.175781 12.355515 ) ( -1697.213867 3765.817383 13.430527 ) ( -1674.174316 3761.274414 229.783875 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1769.517822 3832.214844 220.060333 ) ( -1776.720947 3849.457031 304.654114 ) ( -1737.894531 3803.657227 302.036713 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1775.813965 3944.801270 397.167603 ) ( -1768.495117 3927.299805 311.275574 ) ( -1743.866699 3900.118164 327.601196 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1842.287842 3949.338867 230.914673 ) ( -1828.708984 3916.868164 71.561447 ) ( -1823.352539 3943.462891 150.162476 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1822.547363 3956.830078 451.659790 ) ( -1810.442871 3967.512207 451.876953 ) ( -1771.368652 3921.423340 449.242065 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1678.457031 3737.434082 256.171265 ) ( -1737.854492 3796.831543 380.171387 ) ( -1654.272949 3821.016602 318.171387 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1785.875977 3970.841309 316 ) ( -1931.411133 3973.798828 400 ) ( -1782.918213 3825.306641 232 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1735 +{ +( -1520.069824 3901.994141 -69.644485 ) ( -1521.332520 3886.082031 -68.569473 ) ( -1501.828369 3899.161133 147.783875 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1619.409424 3881.905273 138.060333 ) ( -1636.694824 3889.004395 222.654114 ) ( -1576.854980 3884.073242 220.036713 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1703.471680 3957.064453 315.167603 ) ( -1685.921387 3949.864258 229.275574 ) ( -1649.286133 3948.058594 245.601196 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1753.684570 3913.268555 148.914673 ) ( -1721.122803 3899.910156 -10.438553 ) ( -1736.140137 3922.502930 68.162476 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1745.023193 3932.524414 369.659790 ) ( -1744.017090 3948.636719 369.876953 ) ( -1683.797607 3943.676758 367.242065 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1488 3879.275391 174.171265 ) ( -1572 3879.275391 298.171387 ) ( -1530 3955.477539 236.171387 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1729 3968.362793 234 ) ( -1834 3867.544922 318 ) ( -1624 3867.544922 150 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1736 +{ +( -2526.946045 3157.815918 381.036682 ) ( -2514.800781 3156.740723 391.396118 ) ( -2537.841064 2940.387207 395.938751 ) mohcommon/crackedconcrete -26 -187 95.30 1.197015 0.788157 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2493.408691 3030.110840 375.910034 ) ( -2486.205811 2945.517090 358.667480 ) ( -2525.032227 2948.134766 404.467529 ) mohcommon/crackedconcrete -102 -25 0.50 1.029825 -0.777226 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2436.201660 2773.003906 212.411652 ) ( -2443.520020 2858.895508 229.913147 ) ( -2468.148926 2842.570313 257.094299 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2526.333496 3044.715332 349.349396 ) ( -2514.113281 3043.633301 359.771973 ) ( -2538.742188 3027.307617 386.953949 ) mohcommon/crackedconcrete 98 -170 -88.25 0.969871 -0.993378 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2475.793457 2881.256836 313.939880 ) ( -2489.372314 3040.609863 346.410461 ) ( -2494.729004 2962.008789 319.816101 ) models/items/rubblebase -64 172 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2440.379639 2798.511230 251.294327 ) ( -2452.483887 2798.294434 240.612671 ) ( -2491.558838 2800.929199 286.701050 ) models/items/rubblebase -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 1737 +{ +( -1759.961182 4150.177734 660.577881 ) ( -1774.373535 4157.041504 659.502075 ) ( -1753.294189 4167.391602 443.149170 ) mohcommon/crackedconcrete 22 135 82.11 1.203283 -0.928214 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1791.028809 4136.546387 532.872437 ) ( -1793.523438 4118.027344 448.278992 ) ( -1767.874023 4172.315430 450.896118 ) mohcommon/crackedconcrete 75 -232 90.73 1.030846 0.922682 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1803.970215 3963.812500 275.765778 ) ( -1801.430664 3982.612305 361.657227 ) ( -1784.676270 4015.241211 345.332275 ) mohcommon/crackedconcrete 91 -206 90.80 1.031106 0.918301 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1752.351563 4119.411621 547.477173 ) ( -1766.852783 4126.316895 546.395081 ) ( -1750.098389 4158.946289 530.069275 ) mohcommon/crackedconcrete 203 116 -76.74 0.968930 0.993374 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1831.004883 4004.578613 418.018707 ) ( -1826.292725 4039.457031 577.371338 ) ( -1814.235352 4015.155273 498.770416 ) ta_berlin/brln_rubble -168 -120 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1809.998047 4002.451172 301.273102 ) ( -1795.541504 3995.266602 301.056091 ) ( -1769.726563 4049.897461 303.690735 ) mohcommon/crackedconcrete 22 -26 -107.89 1.035430 1.024243 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1763.601563 4189.311523 416.761322 ) ( -1805.601318 4116.564453 292.761261 ) ( -1718.608887 4114.836426 354.761353 ) mohcommon/crackedconcrete 0 215 -98.73 1.024066 0.897509 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1738 +{ +( -2360.069824 3071.815918 151.412903 ) ( -2361.332520 3070.740723 135.499741 ) ( -2341.828369 2854.387207 148.579498 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2387.409424 2944.110840 131.323456 ) ( -2404.694824 2859.517090 138.422577 ) ( -2344.854980 2862.134766 133.491440 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2543.471680 2687.003906 206.482773 ) ( -2525.921387 2772.895508 199.282333 ) ( -2489.286133 2756.570313 197.477478 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2382.909180 2958.715332 173.385971 ) ( -2384.180176 2957.633301 157.375229 ) ( -2347.544434 2941.307617 155.569870 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2443.684570 2795.256836 162.687180 ) ( -2411.122803 2954.609863 149.328644 ) ( -2426.140137 2876.008789 171.921478 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2513.023193 2712.511230 181.942886 ) ( -2512.017090 2712.294434 198.055008 ) ( -2451.797607 2714.929199 193.095688 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1739 +{ +( -2178.069824 3315.815918 151.412903 ) ( -2179.332520 3314.740723 135.499741 ) ( -2159.828369 3098.387207 148.579498 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2205.409424 3188.110840 131.323456 ) ( -2222.694824 3103.517090 138.422577 ) ( -2162.854980 3106.134766 133.491440 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2361.471680 2931.003906 206.482773 ) ( -2343.921387 3016.895508 199.282333 ) ( -2307.286133 3000.570313 197.477478 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2200.909180 3202.715332 173.385971 ) ( -2202.180176 3201.633301 157.375229 ) ( -2165.544434 3185.307617 155.569870 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2339.684570 3073.256836 162.687180 ) ( -2307.122803 3232.609863 149.328644 ) ( -2322.140137 3154.008789 171.921478 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2331.023193 2956.511230 181.942886 ) ( -2330.017090 2956.294434 198.055008 ) ( -2269.797607 2958.929199 193.095688 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2146 3072 128.693924 ) ( -2230 2948 128.693924 ) ( -2188 3010 204.895706 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1740 +{ +( -1944.069824 3551.994141 -21.644485 ) ( -1945.332520 3536.082031 -20.569469 ) ( -1925.828369 3549.161133 195.783859 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1971.409424 3531.905273 106.060326 ) ( -1988.694824 3539.004395 190.654129 ) ( -1928.854980 3534.073242 188.036713 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2127.471680 3607.064453 363.167603 ) ( -2109.921387 3599.864258 277.275574 ) ( -2073.286133 3598.058594 293.601196 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1966.909180 3573.967773 91.455826 ) ( -1968.180176 3557.957031 92.538147 ) ( -1931.544434 3556.151367 108.863770 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2157.684570 3563.268555 214.914688 ) ( -2125.122803 3549.910156 55.561447 ) ( -2140.140137 3572.502930 134.162491 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2097.023193 3582.524414 337.659760 ) ( -2096.017090 3598.636719 337.876953 ) ( -2035.797607 3593.676758 335.242096 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1912 3529.275391 222.171249 ) ( -1996 3529.275391 346.171387 ) ( -1954 3605.477539 284.171387 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1741 +{ +( -2250.069824 3343.994141 178.355515 ) ( -2251.332520 3328.082031 179.430527 ) ( -2231.828369 3341.161133 395.783875 ) models/items/rubblebase -172 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2349.409424 3323.905273 386.060333 ) ( -2366.694824 3331.004395 470.654114 ) ( -2306.854980 3326.073242 468.036713 ) mohcommon/crackedconcrete -116 -119 -92.93 1.030738 -1.017029 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2433.471680 3399.064453 563.167603 ) ( -2415.921387 3391.864258 477.275574 ) ( -2379.286133 3390.058594 493.601196 ) mohcommon/crackedconcrete -100 -93 -93.03 1.033244 -1.012828 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2296.909180 3365.967773 269.455811 ) ( -2298.180176 3349.957031 270.538147 ) ( -2261.544434 3348.151367 286.863770 ) models/items/rubblebase -64 172 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2483.684570 3355.268555 396.914673 ) ( -2451.122803 3341.910156 237.561447 ) ( -2466.140137 3364.502930 316.162476 ) common/nodraw -44 0 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2475.023193 3374.524414 617.659790 ) ( -2474.017090 3390.636719 617.876953 ) ( -2413.797607 3385.676758 615.242065 ) models/items/rubblebase -64 172 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2218 3321.275391 422.171265 ) ( -2302 3321.275391 546.171387 ) ( -2260 3397.477539 484.171387 ) models/items/rubblebase -172 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 1742 +{ +( -2343.961182 2858.685059 243.090546 ) ( -2358.373535 2856.185059 249.572083 ) ( -2337.294189 3038.376953 366.712738 ) models/items/rubblebase -64 172 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2375.028809 2976.097168 295.137817 ) ( -2377.523438 3058.616699 321.396606 ) ( -2351.874023 3029.206055 367.102844 ) mohcommon/crackedconcrete 101 1 -149.28 1.030341 0.922964 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2387.970215 3285.125000 274.099182 ) ( -2385.430664 3201.340820 247.434753 ) ( -2368.676270 3199.164551 283.854401 ) mohcommon/crackedconcrete 106 58 -149.21 1.031027 0.918293 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2336.351563 2972.016602 272.996796 ) ( -2350.852783 2969.500977 279.517517 ) ( -2334.098389 2967.324707 315.938477 ) models/items/rubblebase -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2415.004883 3141.547363 238.277374 ) ( -2410.292725 2986.104492 188.806870 ) ( -2398.235352 3066.325684 207.061356 ) common/nodraw 0 44 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2393.998047 3243.715820 294.807953 ) ( -2379.541504 3247.495605 288.694519 ) ( -2353.726563 3217.898438 334.689148 ) mohcommon/crackedconcrete 75 19 -110.97 0.888947 1.006603 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2347.601563 3050.270020 398.889313 ) ( -2389.601318 3194.030273 397.888824 ) ( -2302.608887 3141.200684 365.391968 ) models/items/rubblebase -64 172 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 1743 +{ +( -2177.961182 3474.685059 381.090546 ) ( -2192.373535 3472.185059 387.572083 ) ( -2171.294189 3654.376953 504.712738 ) models/items/rubblebase -64 172 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2209.028809 3592.097168 433.137817 ) ( -2211.523438 3674.616699 459.396606 ) ( -2185.874023 3645.206055 505.102844 ) mohcommon/crackedconcrete 171 212 -149.28 1.030341 0.922964 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2221.970215 3901.125000 412.099182 ) ( -2219.430664 3817.340820 385.434753 ) ( -2202.676270 3815.164551 421.854401 ) mohcommon/crackedconcrete 175 15 -149.21 1.031027 0.918293 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2170.351563 3588.016602 410.996796 ) ( -2184.852783 3585.500977 417.517517 ) ( -2168.098389 3583.324707 453.938477 ) models/items/rubblebase -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2249.004883 3757.547363 376.277374 ) ( -2244.292725 3602.104492 326.806885 ) ( -2232.235352 3682.325684 345.061340 ) common/nodraw 0 44 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -2227.998047 3859.715820 432.807953 ) ( -2213.541504 3863.495605 426.694519 ) ( -2187.726563 3833.898438 472.689148 ) mohcommon/crackedconcrete 31 123 -110.97 0.888947 1.006603 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2181.601563 3666.270020 536.889282 ) ( -2223.601318 3810.030273 535.888794 ) ( -2136.608887 3757.200684 503.391968 ) models/items/rubblebase -64 172 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 1744 +{ +( -2403.893066 3101.679199 395.197021 ) ( -2404.241699 3118.997559 405.196564 ) ( -2464.232422 3118.091797 404.673401 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2388.174316 3113.776855 406.801239 ) ( -2328.182861 3114.683594 407.324554 ) ( -2327.834961 3097.364746 397.325287 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2464.232422 3076.091797 477.419556 ) ( -2463.883545 3058.774414 467.420898 ) ( -2463.883545 3100.773926 394.674774 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2387.825684 3094.458496 400.266418 ) ( -2327.834961 3095.363770 400.789124 ) ( -2327.834961 3137.363770 328.042969 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2327.834961 3095.363770 400.789124 ) ( -2328.182861 3112.683594 410.788727 ) ( -2328.182861 3154.683594 338.042725 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2328.182861 3076.684082 473.142639 ) ( -2388.174316 3075.776855 472.618835 ) ( -2388.174316 3117.776855 399.872681 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1745 +{ +( -2337.893066 3021.679199 213.197021 ) ( -2338.241699 3038.997559 223.196564 ) ( -2398.232422 3038.091797 222.673401 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2322.174316 3033.776855 224.801239 ) ( -2262.182861 3034.683594 225.324554 ) ( -2261.834961 3017.364746 215.325287 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2398.232422 2996.091797 295.419556 ) ( -2397.883545 2978.774414 285.420898 ) ( -2397.883545 3020.773926 212.674774 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2321.825684 3014.458496 218.266418 ) ( -2261.834961 3015.363770 218.789124 ) ( -2261.834961 3057.363770 146.042969 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2261.834961 3015.363770 218.789124 ) ( -2262.182861 3032.683594 228.788727 ) ( -2262.182861 3074.683594 156.042725 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2262.182861 2996.684082 291.142639 ) ( -2322.174316 2995.776855 290.618835 ) ( -2322.174316 3037.776855 217.872681 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1746 +{ +( -1938 2888 34 ) ( -1938 2888 18 ) ( -2114 2760 18 ) ta_berlin/brln_rubble -92 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2626 3080 18 ) ( -1938 2888 18 ) ( -2282 2984 34 ) ta_berlin/brln_rubble -92 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3178 6024 18 ) ( -3186 -2424 18 ) ( -3170 -2424 18 ) common/nodraw 42 0 3.00 -1.687500 1.679689 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1918 5448 34 ) ( -5634 5448 34 ) ( -5634 13000 34 ) mohcommon/crackedconcrete -58 213 35.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2114 2760 18 ) ( -2626 3080 18 ) ( -2370 2920 34 ) ta_berlin/brln_rubble -92 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2274 2904 18 ) ( -2146 2936 18 ) ( -2210 2920 34 ) ta_berlin/brln_rubble -92 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2066 2952 18 ) ( -2050 2824 18 ) ( -2058 2888 34 ) ta_berlin/brln_rubble -166 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2210 2776 18 ) ( -2210 2952 18 ) ( -2210 2864 34 ) ta_berlin/brln_rubble -166 24 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1747 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -359.097168 3957.152344 58 -26.663986 16.910793 ) ( -303.517334 4000.848633 157 -27.876465 16.631561 ) ( -338.955566 4010.503906 282 -29.165184 16.558311 ) ) +( ( -210.402344 3916.531250 124 -26.441963 16.403494 ) ( -266.492676 3946.499023 202 -27.631458 16.363178 ) ( -129.425293 3985.846191 300 -28.945587 15.514788 ) ) +( ( -89.997314 3856.118652 100 -26.490776 15.297726 ) ( -36.800293 3870.844727 178 -27.240261 15.354462 ) ( 14.019775 3899.093750 280 -28.721508 15.293850 ) ) +) + } + } +// brush 1748 +{ +( 143.070313 3933.905273 2.925987 ) ( 134.721924 3941.004395 88.863182 ) ( 193.959961 3936.073242 80.005157 ) general_structure/jh_conc512damg -178 156 -6.00 1.999725 -2.124988 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 77.980957 4009.064453 187.849945 ) ( 86.457031 4001.864258 100.593941 ) ( 124.598145 4000.058594 113.000702 ) mohcommon/crackedconcrete -74 -7 -99.04 1.033266 -1.013039 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 10.665039 3965.268555 27.756443 ) ( 26.391357 3951.910156 -134.127472 ) ( 19.672607 3974.502930 -54.387280 ) mohcommon/crackedconcrete -35 57 -77.58 1.049845 1.002922 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 42.353027 3984.524414 246.386963 ) ( 43.376465 4000.636719 246.497772 ) ( 102.990723 3995.676758 237.582642 ) models/items/rubblebase -6 156 0.00 0.989990 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 277.534180 3931.275391 25.103086 ) ( 206.955566 3931.275391 157.204330 ) ( 242.244873 4007.477539 91.153755 ) models/items/rubblebase -156 -26 0.00 1 1.065323 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 44.108398 4020.362793 109.795425 ) ( -51.536377 3919.544922 204.310760 ) ( 139.752686 3919.544922 15.280100 ) mohcommon/crackedconcrete -8 -231 78.97 1.032016 -0.936704 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 123.099365 4020.363281 67.305832 ) ( 78.922363 3920.102539 67.927002 ) ( 167.276611 3920.102539 66.684669 ) mohcommon/crackedconcrete -88 -246 77.84 1.036188 -1.027952 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1749 +{ +( -309.517822 4150.214844 52.060333 ) ( -316.720947 4167.457031 136.654114 ) ( -277.894531 4121.657227 134.036713 ) mohcommon/crackedconcrete -40 80 -90.50 1.029397 0.776970 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -315.813965 4262.801270 229.167603 ) ( -308.495117 4245.299805 143.275574 ) ( -283.866699 4218.118164 159.601196 ) mohcommon/crackedconcrete 0 170 -90.45 1.031892 0.773804 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -382.287842 4267.338867 62.914673 ) ( -368.708984 4234.868164 -96.438553 ) ( -363.352539 4261.462891 -17.837524 ) mohcommon/crackedconcrete -101 72 -72.37 1.056835 0.738422 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -362.547363 4258.830078 227.659790 ) ( -350.442871 4269.512207 227.876953 ) ( -311.368652 4223.423340 225.242065 ) models/items/rubblebase -240 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -218.457031 4055.434082 88.171265 ) ( -277.854492 4114.831543 212.171387 ) ( -194.272949 4139.016602 150.171387 ) models/items/rubblebase 0 -20 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -300 4336.916016 106 ) ( -428 4061.681641 28 ) ( -172 4061.681641 184 ) mohcommon/crackedconcrete -70 -75 32.89 1.035898 -1.024046 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1750 +{ +( -452.833740 4447.670898 245.466217 ) ( -462.118408 4441.827148 257.110046 ) ( -462.217285 4247.358398 159.426071 ) models/items/rubblebase -154 -232 -68.16 1.065881 -1.002574 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -407.845947 4242.746094 203.623535 ) ( -387.600098 4162.107422 179.280853 ) ( -436.507324 4175.563965 147.049042 ) mohcommon/crackedconcrete -67 81 91.99 0.933670 -0.821542 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -266.103027 4065.633789 182.783768 ) ( -286.653809 4147.514648 207.495148 ) ( -315.288086 4139.340332 180.564789 ) mohcommon/crackedconcrete -33 128 91.90 0.935328 -0.820272 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -284.843262 4213.729980 259.835632 ) ( -322.973633 4365.639648 305.681335 ) ( -294.623047 4295.529297 271.112000 ) models/items/rubblebase 207 157 -95.18 0.929583 1.000795 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -248.666016 3998.998047 206.315369 ) ( -239.018555 4003.638184 194.229187 ) ( -288.233887 4017.183105 161.791077 ) models/items/rubblebase -81 69 -95.18 0.929583 1.000795 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -496.839844 4163.840332 155.689484 ) ( -429.136963 4030.458984 163.288239 ) ( -413.761963 4119.065918 105.606216 ) models/items/rubblebase -195 -138 24.00 0.999259 -1.206046 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -265.593994 4155.151367 175.679901 ) ( -248.168457 4025.811035 281.569214 ) ( -413.270508 4226.500000 212.367645 ) models/items/rubblebase 104 153 -95.18 0.929583 1.000795 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -504 4228 96.666252 ) ( -296 4276 96.666252 ) ( -400 4252 238.252090 ) models/items/rubblebase -81 69 -95.18 0.929583 1.000795 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 1751 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail subdivisions 1000.000000 ) +( +( ( 153.064209 3748.927734 6 0 0 ) ( -89.447021 3619.185059 47 0 0.500000 ) ( -426.357422 3832.629883 6 0 1 ) ) +( ( 83.822998 3877.944336 160 0.500000 0 ) ( -112.808105 3816.140625 50 0.500000 0.500000 ) ( -319.657471 3932.904785 160 0.500000 1 ) ) +( ( 25.459229 3992.243164 182 1 0 ) ( -124.312500 4010.325684 198 1 0.500000 ) ( -308.359131 4070.862793 182 1 1 ) ) +) + } + } +// brush 1752 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail subdivisions 1000.000000 ) +( +( ( 323.817871 4364.713867 6 1.264914 -17.049664 ) ( 581.704590 4091.126953 47 2.272284 -15.980965 ) ( 153.064209 3748.927734 6 0.597907 -14.644249 ) ) +( ( 230.133789 4252.182617 160 0.898960 -16.610088 ) ( 384.749512 4067.766602 50 1.502928 -15.889713 ) ( 83.822998 3877.944336 160 0.327434 -15.148220 ) ) +( ( 146.021240 4155.251953 182 0.570395 -16.231453 ) ( 190.563721 4056.262207 198 0.744390 -15.844774 ) ( 25.459229 3992.243164 182 0.099450 -15.594700 ) ) +) + } + } +// brush 1753 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail subdivisions 1000.000000 ) +( +( ( -426.357422 3832.629883 6 0 0 ) ( -617.551270 3988.889648 47 0 0.500000 ) ( -408.766113 4377.842773 6 0 1 ) ) +( ( -319.657471 3932.904785 160 0.500000 0 ) ( -433.353516 4062.430176 50 0.500000 0.500000 ) ( -308.491699 4271.143066 160 0.500000 1 ) ) +( ( -308.359131 4070.862793 182 1 0 ) ( -248.761963 4123.801758 198 1 0.500000 ) ( -222.533447 4175.844727 182 1 1 ) ) +) + } + } +// brush 1754 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail subdivisions 1000.000000 ) +( +( ( -408.766113 4377.842773 6 -1.596743 -0.023438 ) ( -196.506348 4569.037109 47 -0.767603 -0.183594 ) ( 323.817871 4364.713867 6 1.264914 -0.023438 ) ) +( ( -308.491699 4271.143066 160 -1.205046 -0.625000 ) ( -122.966064 4384.838867 50 -0.480336 -0.195313 ) ( 230.133789 4252.182617 160 0.898960 -0.625000 ) ) +( ( -222.533447 4175.844727 182 -0.869271 -0.710938 ) ( -61.594238 4200.247559 198 -0.240602 -0.773438 ) ( 146.021240 4155.251953 182 0.570395 -0.710938 ) ) +) + } + } +// brush 1755 +{ +( -3318 858 192 ) ( -3318 402 192 ) ( -2774 402 192 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2790 394 208 ) ( -3334 394 208 ) ( -3334 850 208 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2846 386 448 ) ( -2846 842 448 ) ( -2846 842 200 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -2774 858 440 ) ( -3318 858 440 ) ( -3318 858 192 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -3342 706 448 ) ( -2798 706 448 ) ( -2798 706 200 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +( -3038 794 192 ) ( -3038 810 192 ) ( -3038 802 208 ) common/clipall 0 0 0.00 1 1 983040 2193 0 +surfaceparm detail +} +// brush 1756 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4814.387207 2246.640137 0 -16.204809 6.721263 ) ( -4841.098633 2050.330322 0 -15.562500 6.406250 ) ( -4798.870117 2014.495117 0 -14.780290 6.071296 ) ) +( ( -4974.514648 2140.473877 152 -16.255516 7.114967 ) ( -4919.567871 2053.427246 88 -15.593750 7.218750 ) ( -4853.170410 1978.392578 40 -14.760055 7.294532 ) ) +( ( -5020.836914 2084.556396 184 -16.219135 7.588753 ) ( -4988.235352 1988.581055 176 -15.500000 7.781250 ) ( -4887.011719 1943.375977 72 -14.809065 7.547522 ) ) +) + } + } +// brush 1757 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3248.877930 1768.466309 0 0 0 ) ( -3394.915039 1748.020996 0 0 0.576021 ) ( -3493.505371 1867.085449 0 0 1.179867 ) ) +( ( -3278.876953 1831.421387 64 0.369740 0 ) ( -3392.309082 1811.743164 88 0.369740 0.576021 ) ( -3447.982910 1926.542969 104 0.369740 1.179867 ) ) +( ( -3288.022949 1885.270508 72 0.585377 0 ) ( -3348.293945 1902.869141 64 0.585377 0.576021 ) ( -3396.919922 1966.388672 72 0.585377 1.179867 ) ) +) + } + } +// brush 1758 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3492.806152 1867.085449 0 0 0 ) ( -3584.718750 1963.856445 0 0 0.521342 ) ( -3686.384766 2058.391357 0 0 1.063634 ) ) +( ( -3448.293457 1926.277344 104 0.498733 0 ) ( -3542.153809 2016.778320 88 0.498733 0.521342 ) ( -3647.786621 2174.192139 0 0.498733 1.063634 ) ) +( ( -3396.919922 1966.174805 72 0.781904 0 ) ( -3469.963379 2059.379883 104 0.781904 0.521342 ) ( -3571.381836 2188.162109 16 0.781904 1.063634 ) ) +) + } + } +// brush 1759 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4188.283203 2834.898926 -16 -16.360481 -11.073824 ) ( -4481.984375 2552.081543 -16 -17.507751 -9.969069 ) ( -4840.811523 2676.672363 -16 -18.909420 -10.455751 ) ) +( ( -4248.727051 2879.183594 48 -16.596590 -11.246811 ) ( -4362.628418 2799.100098 40 -17.041517 -10.933985 ) ( -4780.282227 2750.378418 56 -18.672977 -10.743666 ) ) +( ( -4301.758301 2941.235840 64 -16.803743 -11.489202 ) ( -4466.071289 3082.420898 128 -17.445591 -12.040707 ) ( -4369.700195 3075.749512 168 -17.069141 -12.014647 ) ) +) + } + } +// brush 1760 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4840.811523 2676.672363 -16 -18.909420 -10.455751 ) ( -4905.885254 2964.968262 -16 -19.163614 -11.581907 ) ( -4865.196289 3193.858398 -16 -19.004673 -12.476009 ) ) +( ( -4780.282227 2750.378418 56 -18.672977 -10.743666 ) ( -4699.681641 3138.204590 40 -18.358131 -12.258612 ) ( -4639.265625 3273.829590 136 -18.122131 -12.788397 ) ) +( ( -4345.700195 3091.749512 168 -16.975391 -12.077147 ) ( -4524.510742 3255.119629 208 -17.673870 -12.715311 ) ( -4568.342285 3364.495605 168 -17.845087 -13.142561 ) ) +) + } + } +// brush 1761 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -5133.154297 2433.281738 0 -16.204809 6.721263 ) ( -5036.200195 2316.436035 0 -15.562500 6.406250 ) ( -4814.387207 2246.640137 0 -14.780290 6.071296 ) ) +( ( -5295.697754 2491.582520 152 -16.255516 7.114967 ) ( -5065.309082 2288.786133 136 -15.593750 7.218750 ) ( -4974.514648 2134.872559 152 -14.760055 7.294532 ) ) +( ( -5353.319336 2433.306152 224 -16.219135 7.588753 ) ( -5128.622070 2214.573242 224 -15.500000 7.781250 ) ( -5020.836914 2076.004883 184 -14.809065 7.547522 ) ) +) + } + } +// brush 1762 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -5239.846680 2711.801758 -8 -16.204809 6.721263 ) ( -5226.660156 2499.325195 0 -15.562500 6.406250 ) ( -5101.154297 2321.281738 0 -14.780290 6.071296 ) ) +( ( -5341.129883 2703.543945 40 -16.255516 7.114967 ) ( -5407.999023 2485.316406 136 -15.593750 7.218750 ) ( -5263.697754 2379.582520 152 -14.760055 7.294532 ) ) +( ( -5457.833008 2669.216797 200 -16.219135 7.588753 ) ( -5520.080078 2453.314453 224 -15.500000 7.781250 ) ( -5321.319336 2321.306152 224 -14.809065 7.547522 ) ) +) + } + } +// brush 1763 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4865.196289 3193.858398 -16 -16.204809 6.721263 ) ( -4916.554688 3303.692871 -16 -15.562500 6.406250 ) ( -4847.105469 3401.962891 -16 -14.780290 6.071296 ) ) +( ( -4639.265625 3273.829590 136 -16.255516 7.114967 ) ( -4747.645508 3440.030762 120 -15.593750 7.218750 ) ( -4775.396484 3492.804199 136 -14.760055 7.294532 ) ) +( ( -4536.342285 3268.495605 168 -16.219135 7.588753 ) ( -4632.959473 3542.674316 208 -15.500000 7.781250 ) ( -4694.402344 3586.660156 168 -14.809065 7.547522 ) ) +) + } + } +// brush 1764 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4258.634277 1458.733887 16 -3.529168 23.879345 ) ( -4046.961914 1837.763184 16 -2.870944 22.430618 ) ( -3795.433105 1803.495605 -16 -1.888410 22.549532 ) ) +( ( -4152.120117 1325.111816 80 -3.332750 24.068703 ) ( -4069.370117 1551.379395 80 -2.958477 23.424425 ) ( -3908.225586 1584.884766 48 -2.329005 23.308161 ) ) +( ( -4087.544434 1304.615723 148 -3.250357 24.250460 ) ( -4045.781250 1336.915527 156 -2.928834 24.168663 ) ( -4013.544434 1264.416504 116 -2.740407 24.420248 ) ) +) + } + } +// brush 1765 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3795.433105 1807.318848 -16 -1.888410 22.549532 ) ( -3732.609375 1320.915039 16 -1.643007 24.262356 ) ( -3639.806152 1174.981934 16 -1.280492 24.776224 ) ) +( ( -3908.225586 1591.885254 48 -2.329005 23.308161 ) ( -3850.408691 1232.345215 16 -2.103159 24.574230 ) ( -3774.626465 1074.150879 12 -1.877448 24.901754 ) ) +( ( -4013.544434 1276.072754 116 -2.740407 24.420248 ) ( -4110.849609 1088.001953 36 -2.268944 24.725775 ) ( -3875.705078 1043.937012 24 -1.979317 24.983263 ) ) +) + } + } +// brush 1766 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3075.478027 1904.691895 0 0 0 ) ( -3158.778320 1835.383301 0 0 0.423294 ) ( -3248.877930 1768.466309 0 0 0.861697 ) ) +( ( -3119.816895 1952.519043 64 0.356933 0 ) ( -3204.389648 1873.958008 88 0.356933 0.423294 ) ( -3278.876953 1831.421387 64 0.356933 0.861697 ) ) +( ( -3141.718262 2008.556152 72 0.594021 0 ) ( -3236.419434 1949.186523 64 0.594021 0.423294 ) ( -3288.022949 1885.270508 72 0.594021 0.861697 ) ) +) + } + } +// brush 1767 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2675.963379 1727.414063 0 -16.204809 6.721263 ) ( -2771.341797 1736.617188 0 -15.562500 6.406250 ) ( -2880.472656 1749.186523 0 -14.780290 6.071296 ) ) +( ( -2690.544922 1797.352539 64 -16.255516 7.114967 ) ( -2765.185547 1774.856934 88 -15.593750 7.218750 ) ( -2854.610840 1815.783203 64 -14.760055 7.294532 ) ) +( ( -2685.058105 1856.972168 72 -16.219135 7.588753 ) ( -2756.726563 1856.180664 64 -15.500000 7.781250 ) ( -2817.537598 1862.796387 72 -14.809065 7.547522 ) ) +) + } + } +// brush 1768 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 +surfaceparm noimpact +surfaceparm nomarks subdivisions 437.758484 ) +( +( ( -4593.097168 2767.152344 -32 -26.663986 16.910793 ) ( -4533.517578 2866.848633 23 -27.876465 16.631561 ) ( -4500.955566 3020.503906 120 -29.165184 16.558311 ) ) +( ( -4640.402344 2720.531250 312 -26.441963 16.403494 ) ( -4504.492676 2838.499023 182 -27.631458 16.363178 ) ( -4373.425293 2971.846191 256 -28.945587 15.514788 ) ) +( ( -4381.997070 2700.118652 68 -26.490776 15.297726 ) ( -4504.800293 2728.844727 16 -27.240261 15.354462 ) ( -4349.980469 2907.093750 72 -28.721508 15.293850 ) ) +) + } + } +// brush 1769 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 436.188965 ) +( +( ( -5001.097168 2131.152344 -68 -26.663986 16.910793 ) ( -4941.517578 2270.848633 27 -27.876465 16.631561 ) ( -4908.955566 2324.503906 184 -29.165184 16.558311 ) ) +( ( -5048.402344 2084.531250 276 -26.441963 16.403494 ) ( -4912.492676 2202.499023 146 -27.631458 16.363178 ) ( -4781.425293 2231.846191 96 -28.945587 15.514788 ) ) +( ( -4789.997070 2064.118652 32 -26.490776 15.297726 ) ( -4912.800293 2092.844727 -20 -27.240261 15.354462 ) ( -4757.980469 2195.093750 28 -28.721508 15.293850 ) ) +) + } + } +// brush 1770 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 361.435364 ) +( +( ( -5209.097168 2447.152344 144 -26.663986 16.910793 ) ( -5149.517578 2514.848633 79 -27.876465 16.631561 ) ( -5116.955566 2548.503906 12 -29.165184 16.558311 ) ) +( ( -5256.402344 2316.531250 284 -26.441963 16.403494 ) ( -5120.492676 2382.499023 130 -27.631458 16.363178 ) ( -4989.425293 2411.846191 4 -28.945587 15.514788 ) ) +( ( -4997.997070 2228.118652 96 -26.490776 15.297726 ) ( -5120.800293 2268.844727 -32 -27.240261 15.354462 ) ( -4965.980469 2343.093750 -48 -28.721508 15.293850 ) ) +) + } + } +// brush 1771 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 255.065308 ) +( +( ( -3935.463867 1420.800781 56 -29.165184 16.558311 ) ( -3944.283691 1575.500488 -49 -27.876465 16.631561 ) ( -3852.219727 1677.215332 -96 -26.663986 16.910793 ) ) +( ( -3972.670898 1468.188965 124 -28.945587 15.514788 ) ( -3954.280273 1602.819336 78 -27.631458 16.363178 ) ( -3866.571289 1725.458496 76 -26.441963 16.403494 ) ) +( ( -4042.305664 1528.873535 156 -28.721508 15.293850 ) ( -4057.800781 1712.416992 92 -27.240261 15.354462 ) ( -4021.531250 1728.839355 120 -26.490776 15.297726 ) ) +) + } + } +// brush 1772 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3149.967285 1171.997559 -8 0 0 ) ( -2983.243652 1039.621582 0 0 0.500000 ) ( -2766.951660 1013.758301 0 0 1 ) ) +( ( -3211.603027 1091.202637 -8 0.500000 0 ) ( -3094.171875 895.487793 136 0.500000 0.500000 ) ( -2919.040039 931.973633 152 0.500000 1 ) ) +( ( -3244.182129 983.506836 24 1 0 ) ( -3393.387207 740.780273 288 1 0.500000 ) ( -2906.288086 850.158691 192 1 1 ) ) +) + } + } +// brush 1773 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2766.951660 1013.758301 0 0 0 ) ( -2615.243652 1007.621582 0 0 0.593094 ) ( -2414.951660 1125.758789 0 0 1.501440 ) ) +( ( -2919.040039 931.973633 152 0.898638 0 ) ( -2614.171875 967.487793 136 0.898638 0.593094 ) ( -2439.040039 931.974121 152 0.898638 1.501440 ) ) +( ( -2906.288086 850.158691 192 1.257849 0 ) ( -2601.387207 870.780273 224 1.257849 0.593094 ) ( -2426.288086 858.159180 144 1.257849 1.501440 ) ) +) + } + } +// brush 1774 +{ +( -2697.893066 1339.856445 16 ) ( -2698.241699 1359.854004 16 ) ( -2758.232422 1358.808105 16 ) common/nodraw 34 55 -54.95 0.989559 0.976559 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2682.174316 1356.134766 20 ) ( -2622.182617 1357.182129 20 ) ( -2621.834961 1337.183594 20 ) general_industrial/bridgeplank -35 96 1.12 0.500828 0.498138 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2758.232422 1358.808105 100 ) ( -2757.883789 1338.811523 100 ) ( -2757.883789 1338.811523 16 ) general_industrial/bridgeplank 19 -141 90.00 0.500004 0.500000 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2681.825684 1336.137695 24 ) ( -2621.834961 1337.183594 24 ) ( -2621.834961 1337.183594 -60 ) general_industrial/bridgeplank 61 -46 179.13 0.578138 0.433141 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2621.834961 1337.183594 24 ) ( -2622.182617 1357.182129 24 ) ( -2622.182617 1357.182129 -60 ) general_industrial/bridgeplank 0 45 90.00 0.500011 -0.502441 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2622.182617 1357.182129 96 ) ( -2682.174316 1356.134766 96 ) ( -2682.174316 1356.134766 12 ) general_industrial/bridgeplank 39 -47 179.13 0.577559 0.433103 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1775 +{ +( -2119.893066 1599.856445 16 ) ( -2120.241699 1619.854004 16 ) ( -2180.232422 1618.808105 16 ) common/nodraw 42 52 -54.95 0.989559 0.976559 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2104.174316 1616.134766 20 ) ( -2044.182861 1617.182129 20 ) ( -2043.834961 1597.183594 20 ) general_industrial/bridgeplank -176 83 1.12 0.500828 0.498138 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2180.232422 1618.808105 100 ) ( -2179.883545 1598.811523 100 ) ( -2179.883545 1598.811523 16 ) general_industrial/bridgeplank 18 -149 90.00 0.500004 0.500000 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2103.825684 1596.137695 24 ) ( -2043.834961 1597.183594 24 ) ( -2043.834961 1597.183594 -60 ) general_industrial/bridgeplank 36 -66 179.13 0.578138 0.433141 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2043.834961 1597.183594 24 ) ( -2044.182861 1617.182129 24 ) ( -2044.182861 1617.182129 -60 ) general_industrial/bridgeplank 0 50 90.00 0.500011 -0.502441 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2044.182861 1617.182129 96 ) ( -2104.174316 1616.134766 96 ) ( -2104.174316 1616.134766 12 ) general_industrial/bridgeplank 16 -67 179.13 0.577559 0.433103 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1776 +{ +( -2885.893066 1799.856445 56 ) ( -2886.241699 1819.854004 56 ) ( -2946.232422 1818.808105 56 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2870.174316 1816.134766 60 ) ( -2810.182617 1817.182129 60 ) ( -2809.834961 1797.183594 60 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2946.232422 1818.808105 140 ) ( -2945.883789 1798.811523 140 ) ( -2945.883789 1798.811523 56 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2869.825684 1796.137695 64 ) ( -2809.834961 1797.183594 64 ) ( -2809.834961 1797.183594 -20 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2809.834961 1797.183594 64 ) ( -2810.182617 1817.182129 64 ) ( -2810.182617 1817.182129 -20 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2810.182617 1817.182129 136 ) ( -2870.174316 1816.134766 136 ) ( -2870.174316 1816.134766 52 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1777 +{ +( -3028 1086.702148 68.623924 ) ( -3096 1086.702148 68.623924 ) ( -3096 1052.760742 34.682735 ) mohtest/floorcore2 3 -16 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3088 905.682617 181.760941 ) ( -3088 939.624023 215.701828 ) ( -3020 939.624023 215.701828 ) mohtest/floorcore2 11 32 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3096 888.711914 198.731415 ) ( -3028 888.711914 198.731415 ) ( -3028 1052.760742 34.682735 ) TAardennes/wintered_grey -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2984 885.883789 201.559708 ) ( -2984 919.824707 235.501068 ) ( -2984 1083.873535 71.452370 ) mohtest/floorcore2 3 0 315.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3040 904.268555 214.287750 ) ( -3108 904.268555 214.287750 ) ( -3108 1068.317383 50.239067 ) TAardennes/wintered_grey -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3108 904.268555 214.287750 ) ( -3108 870.327148 180.346832 ) ( -3108 1034.375977 16.298145 ) mohtest/floorcore2 3 0 315.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3040 892.954590 194.488846 ) ( -3016 934.674316 183.882263 ) ( -2992 945.280762 142.162979 ) mohtest/floorcore2 3 0 315.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3086 961.544434 157.012207 ) ( -3064 891.540527 195.903015 ) ( -3108 1000.435059 87.008545 ) mohtest/floorcore2 3 0 315.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +} +// brush 1778 +{ +( -4350.442871 2998.963379 172.452087 ) ( -4343.726563 2997.927246 157.966736 ) ( -4534.134766 2933.909668 74.261154 ) mohcommon/crackedconcrete -105 -201 39.17 1.158881 1.016666 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4395.693848 6359.398438 -106.451050 ) ( -7100.494141 -1614.625000 -790.440369 ) ( -7086.900391 -1619.791016 -783.768188 ) mohcommon/crackedconcrete -145 103 16.19 0.948990 0.998741 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -256.825684 4170.822266 1986.676270 ) ( -6672.970703 6609.740723 -1162.534790 ) ( -4261.119629 13740.341797 -554.072144 ) mohcommon/crackedconcrete -142 106 16.19 0.948773 0.998077 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4534.134766 2933.909668 74.261154 ) ( -4866.930664 3401.404297 -113.462372 ) ( -4707.249023 3168.692383 -5.115379 ) mohcommon/crackedconcrete 162 194 143.43 1.054595 -0.805471 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4432.035645 3099.694336 109.746674 ) ( -4459.322266 2973.669922 106.105850 ) ( -4452.394043 3037.717773 122.411545 ) mohcommon/crackedconcrete -21 -63 35.06 1.035035 0.898521 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4574.456543 2996.123535 51.118057 ) ( -4426.373047 2997.376465 119.687302 ) ( -4507.131348 2997.785156 99.887909 ) mohcommon/crackedconcrete -208 -12 41.87 1.053679 1.003108 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1779 +{ +( -4534.442871 3070.963379 164.452087 ) ( -4527.726563 3069.927246 149.966736 ) ( -4718.134766 3005.909668 66.261154 ) mohcommon/crackedconcrete -96 -16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4579.693848 6431.398438 -114.451050 ) ( -7284.494141 -1542.625000 -798.440369 ) ( -7270.900391 -1547.791016 -791.768188 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -440.825684 4242.822266 1978.676270 ) ( -6856.970703 6681.740723 -1170.534790 ) ( -4445.119629 13812.341797 -562.072144 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4718.134766 3005.909668 66.261154 ) ( -5050.930664 3473.404297 -121.462372 ) ( -4891.249023 3240.692383 -13.115379 ) mohcommon/crackedconcrete -132 -16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4616.035645 3171.694336 101.746674 ) ( -4643.322266 3045.669922 98.105850 ) ( -4636.394043 3109.717773 114.411545 ) mohcommon/crackedconcrete -132 -16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4758.456543 3068.123535 43.118057 ) ( -4610.373047 3069.376465 111.687302 ) ( -4691.131348 3069.785156 91.887909 ) mohcommon/crackedconcrete -96 -16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 1780 +{ +( -4430.442871 3166.963379 212.452087 ) ( -4423.726563 3165.927246 197.966736 ) ( -4614.134766 3101.909668 114.261154 ) mohcommon/crackedconcrete -96 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4475.693848 6527.398438 -66.451050 ) ( -7180.494141 -1446.625000 -750.440369 ) ( -7166.900391 -1451.791016 -743.768188 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -336.825684 4338.822266 2026.676270 ) ( -6752.970215 6777.740723 -1122.534790 ) ( -4341.119629 13908.341797 -514.072144 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4614.134766 3101.909668 114.261154 ) ( -4946.930664 3569.404297 -73.462372 ) ( -4787.249023 3336.692383 34.884621 ) mohcommon/crackedconcrete -132 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4512.035645 3267.694336 149.746674 ) ( -4539.322266 3141.669922 146.105850 ) ( -4532.394043 3205.717773 162.411545 ) mohcommon/crackedconcrete -132 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4654.456543 3164.123535 91.118057 ) ( -4506.373047 3165.376465 159.687302 ) ( -4587.131348 3165.785156 139.887909 ) mohcommon/crackedconcrete -96 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 1781 +{ +( -4334.442871 3006.963379 212.452087 ) ( -4327.726563 3005.927246 197.966736 ) ( -4518.134766 2941.909668 114.261154 ) mohcommon/crackedconcrete -96 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4379.693848 6367.398438 -66.451050 ) ( -7084.494141 -1606.625000 -750.440369 ) ( -7070.900391 -1611.791016 -743.768188 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -240.825684 4178.822266 2026.676270 ) ( -6656.970215 6617.740723 -1122.534790 ) ( -4245.119629 13748.341797 -514.072144 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4518.134766 2941.909668 114.261154 ) ( -4850.930664 3409.404297 -73.462372 ) ( -4691.249023 3176.692383 34.884621 ) mohcommon/crackedconcrete -132 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4416.035645 3107.694336 149.746674 ) ( -4443.322266 2981.669922 146.105850 ) ( -4436.394043 3045.717773 162.411545 ) mohcommon/crackedconcrete -132 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4558.456543 3004.123535 91.118057 ) ( -4410.373047 3005.376465 159.687302 ) ( -4491.131348 3005.785156 139.887909 ) mohcommon/crackedconcrete -96 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 1782 +{ +( -4438.442871 2934.963379 180.452087 ) ( -4431.726563 2933.927246 165.966736 ) ( -4622.134766 2869.909668 82.261154 ) mohcommon/crackedconcrete -96 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4483.693848 6295.398438 -98.451050 ) ( -7188.494141 -1678.625000 -782.440369 ) ( -7174.900391 -1683.791016 -775.768188 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -344.825684 4106.822266 1994.676270 ) ( -6760.970215 6545.740723 -1154.534790 ) ( -4349.119629 13676.341797 -546.072144 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4622.134766 2869.909668 82.261154 ) ( -4954.930664 3337.404297 -105.462372 ) ( -4795.249023 3104.692383 2.884621 ) mohcommon/crackedconcrete -132 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4520.035645 3035.694336 117.746674 ) ( -4547.322266 2909.669922 114.105850 ) ( -4540.394043 2973.717773 130.411545 ) mohcommon/crackedconcrete -132 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4662.456543 2932.123535 59.118057 ) ( -4514.373047 2933.376465 127.687302 ) ( -4595.131348 2933.785156 107.887909 ) mohcommon/crackedconcrete -96 -32 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 1783 +{ +( -4902.442871 2185.144043 6.581785 ) ( -4895.726563 2192.642090 19.019325 ) ( -5086.134766 2287.682617 64.536842 ) mohcommon/crackedconcrete -18 -14 -28.41 1.021415 -0.929411 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4947.693848 -682.409180 1780.692627 ) ( -7652.494141 6733.025391 -1230.000366 ) ( -7638.900391 6734.600098 -1238.290039 ) mohcommon/crackedconcrete 53 -89 -24.69 1.002946 -0.810352 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -808.825684 317.367188 -1077.891479 ) ( -7224.970703 -426.013672 2835.322754 ) ( -4813.119629 -7055.665039 5530.405273 ) mohcommon/crackedconcrete 55 -83 -24.69 1.003057 -0.808715 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -5086.134766 2287.682617 64.536842 ) ( -5418.930664 1956.368164 444.038055 ) ( -5259.249023 2114.527832 241.850769 ) mohcommon/crackedconcrete -117 -44 -63.59 1.053948 -0.803658 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4984.035645 2123.859863 108.183235 ) ( -5011.322266 2237.800293 54.213173 ) ( -5004.394043 2173.330078 68.762283 ) mohcommon/crackedconcrete 185 223 -171.86 1.035344 0.896002 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -5126.456543 2242.758301 113.402130 ) ( -4978.373047 2210.512207 52.874977 ) ( -5059.131348 2219.137695 70.701813 ) mohcommon/crackedconcrete -227 -251 -38.00 0.995694 -0.915844 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1784 +{ +( -4998.442871 2249.759277 37.873508 ) ( -4991.726563 2258.915527 49.146839 ) ( -5182.134766 2359.366211 80.994560 ) mohcommon/crackedconcrete 211 -169 -38.70 1.151076 -0.746385 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -5043.693848 -342.978516 2193.805420 ) ( -7748.494141 6581.283203 -1819.617065 ) ( -7734.900391 6581.688477 -1828.045288 ) mohcommon/crackedconcrete 138 -164 -26.21 1.015858 -0.724894 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -904.825684 249.229492 -776.102112 ) ( -7320.970703 57.698242 3202.488770 ) ( -4909.119629 -6132.351563 6794.012207 ) mohcommon/crackedconcrete 143 -152 -26.31 1.016722 -0.722495 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -5182.134766 2359.366211 80.994560 ) ( -5514.930664 2084.092285 502.912598 ) ( -5355.249023 2212.574219 280.680908 ) mohcommon/crackedconcrete -105 -15 -71.53 1.054299 -0.804100 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -5080.035645 2203.211914 147.015091 ) ( -5107.322266 2308.531738 77.712891 ) ( -5100.394043 2246.714844 101.092133 ) mohcommon/crackedconcrete 7 98 -179.87 1.036136 0.894961 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -5222.456543 2321.679199 135.635437 ) ( -5074.373047 2281.323242 80.185516 ) ( -5155.131348 2292.346680 96.639229 ) mohcommon/crackedconcrete -105 -201 -35.48 0.963595 -0.859528 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1785 +{ +( -4504.882813 2740.044434 283.105316 ) ( -4490.418457 2737.088867 276.936127 ) ( -4576.718262 2731.538574 77.232803 ) mohcommon/crackedconcrete -96 -64 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -3635.520508 5966.873535 734.917603 ) ( -6698.090820 -867.916992 -3173.429688 ) ( -6694.458984 -876.829102 -3160.647461 ) mohcommon/crackedconcrete -132 -64 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -2702.657715 2663.839355 4545.562500 ) ( -4415.809082 6872.088867 -1486.727783 ) ( -1679.681641 12985.960938 2001.382568 ) mohcommon/crackedconcrete -132 -64 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4496.267578 2860.227539 204.254150 ) ( -4539.013672 2747.688477 157.913544 ) ( -4532.104492 2806.912109 187.252914 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4575.295410 2802.822754 46.434082 ) ( -4520.796387 2760.725098 194.385681 ) ( -4562.510742 2784.728027 126.578323 ) mohcommon/crackedconcrete -96 -64 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4572 2806.896973 92 ) ( -4584 2731.536133 96 ) ( -4560 2731.536133 88 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 1786 +{ +( -4699.915039 2424.149414 32 ) ( -4699.915039 2424.149414 16 ) ( -4722.765625 2640.570801 16 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4189.637695 2923.974609 16 ) ( -4699.915039 2424.149414 16 ) ( -4444.776367 2674.062500 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1364.059082 1930.020508 16 ) ( -8676.242188 6160.948242 16 ) ( -8684.241211 6147.093262 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4410.890137 -2195.244141 32 ) ( -634.889648 4344.978516 32 ) ( 5905.333984 568.978516 32 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4722.765625 2640.570801 16 ) ( -4189.637695 2923.974609 16 ) ( -4456.202148 2782.271973 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4518.058105 2707.133789 16 ) ( -4554.345703 2580.283203 16 ) ( -4536.201660 2643.708008 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4580.488281 2503.000488 16 ) ( -4699.340820 2553.144531 16 ) ( -4639.914551 2528.072266 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4660.909180 2715.708984 16 ) ( -4508.489258 2627.708008 16 ) ( -4584.699219 2671.708496 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1787 +{ +( -4971.185059 2224.149414 38.893520 ) ( -4972.301270 2224.149414 22.932499 ) ( -4995.096680 2440.570801 24.526512 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463.267090 2723.974609 -12.662655 ) ( -4972.301270 2224.149414 22.932499 ) ( -4716.667969 2474.062500 21.095930 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1644.571045 1730.020508 -209.765091 ) ( -8938.943359 5960.948242 300.307129 ) ( -8946.922852 5947.093262 300.865112 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4682.864258 -2395.244141 18.732170 ) ( -916.061768 4144.978516 -244.668350 ) ( 5608.231445 368.978516 -700.891296 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4995.096680 2440.570801 24.526512 ) ( -4463.267090 2723.974609 -12.662655 ) ( -4728.066406 2582.271973 21.892998 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4790.887695 2507.133789 10.246826 ) ( -4827.086914 2380.283203 12.778107 ) ( -4807.871094 2443.708008 27.473484 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4853.165527 2303.000488 14.601719 ) ( -4971.728516 2353.144531 22.892466 ) ( -4911.331055 2328.072266 34.708130 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4933.390625 2515.708984 20.211594 ) ( -4781.342285 2427.708008 9.579342 ) ( -4856.250000 2471.708496 30.856483 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1788 +{ +( -4443.915039 2208.149414 32 ) ( -4443.915039 2208.149414 16 ) ( -4466.765625 2424.570801 16 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3933.637695 2707.974609 16 ) ( -4443.915039 2208.149414 16 ) ( -4188.776367 2458.062500 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1108.059082 1714.020508 16 ) ( -8420.242188 5944.948242 16 ) ( -8428.241211 5931.093262 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4154.890137 -2411.244141 32 ) ( -378.889648 4128.978516 32 ) ( 6161.333984 352.978516 32 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4466.765625 2424.570801 16 ) ( -3933.637695 2707.974609 16 ) ( -4200.202148 2566.271973 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4262.058105 2491.133789 16 ) ( -4298.345703 2364.283203 16 ) ( -4280.201660 2427.708008 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4324.488281 2287.000488 16 ) ( -4443.340820 2337.144531 16 ) ( -4383.914551 2312.072266 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4432 2444 16 ) ( -4368 2396 16 ) ( -4400 2420 32 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1789 +{ +( -4293.619629 2743.304688 166.862030 ) ( -4294.780273 2727.365723 166.098831 ) ( -4486.563477 2746.187012 64.979561 ) mohcommon/crackedconcrete -48 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -2027.972656 2681.792480 -2330.220947 ) ( -9601.145508 3055.180176 1394.902710 ) ( -9594.132813 3053.982422 1409.234009 ) mohcommon/crackedconcrete -48 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -310.781982 2341.729004 2490.245361 ) ( -3618.698242 2906.972168 -4275.180176 ) ( 3148.123047 2573.721680 -7611.621094 ) mohcommon/crackedconcrete -48 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4293.501953 2734.121582 23.156261 ) ( -4401.184570 2738.573730 94.037987 ) ( -4346.181641 2752.286621 59.361141 ) mohcommon/crackedconcrete -48 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4475.171875 2749.035156 -11.793859 ) ( -4359.331055 2735.126465 102.309761 ) ( -4416.090820 2758.020508 46.021610 ) mohcommon/crackedconcrete -48 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -4435.898438 2760.581543 8.896644 ) ( -4474.314941 2758.687988 74.926682 ) ( -4472.049316 2733.851563 70.687584 ) mohcommon/crackedconcrete -132 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 1790 +{ +( -3025.619629 1915.304688 162.862030 ) ( -3026.780273 1899.365723 162.098831 ) ( -3218.563477 1918.187012 60.979561 ) mohcommon/crackedconcrete -248 165 11.09 1.078503 1.012093 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -759.972656 1853.792480 -2334.220947 ) ( -8333.145508 2227.180176 1390.902710 ) ( -8326.132813 2225.982422 1405.234009 ) TAardennes/wintered_grey 250 -53 -180.00 1 -1.125000 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 957.217773 1513.729004 2486.245361 ) ( -2350.698242 2078.972168 -4279.180176 ) ( 4416.123047 1745.721680 -7615.621094 ) mohcommon/crackedconcrete -78 2 29.99 1.028114 -1.015006 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3025.501953 1906.121582 19.156261 ) ( -3133.184570 1910.573730 90.037987 ) ( -3078.181641 1924.286621 55.361145 ) mohcommon/crackedconcrete -128 103 39.24 0.948758 0.926263 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3207.171875 1921.035156 -15.793858 ) ( -3091.331055 1907.126465 98.309761 ) ( -3148.090820 1930.020508 42.021610 ) mohcommon/crackedconcrete -185 242 16.75 0.770751 0.980691 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3167.898438 1932.581543 4.896645 ) ( -3206.314941 1930.687988 70.926682 ) ( -3204.049316 1905.851563 66.687584 ) mohcommon/crackedconcrete -56 92 -81.22 0.895990 1.022299 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1791 +{ +( -2841.619629 1843.304688 162.862030 ) ( -2842.780273 1827.365723 162.098831 ) ( -3034.563477 1846.187012 60.979561 ) mohcommon/crackedconcrete -145 61 11.09 1.078503 1.012093 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -575.972656 1781.792480 -2334.220947 ) ( -8149.145508 2155.180176 1390.902710 ) ( -8142.132813 2153.982422 1405.234009 ) TAardennes/wintered_grey 250 -53 -180.00 1 -1.125000 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1141.217773 1441.729004 2486.245361 ) ( -2166.698242 2006.972168 -4279.180176 ) ( 4600.123047 1673.721680 -7615.621094 ) mohcommon/crackedconcrete -232 91 29.99 1.028114 -1.015006 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2841.501953 1834.121582 19.156261 ) ( -2949.184570 1838.573730 90.037987 ) ( -2894.181641 1852.286621 55.361145 ) mohcommon/crackedconcrete -230 174 39.24 0.948758 0.926263 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3023.171875 1849.035156 -15.793858 ) ( -2907.331055 1835.126465 98.309761 ) ( -2964.090820 1858.020508 42.021610 ) mohcommon/crackedconcrete -130 118 16.75 0.770751 0.980691 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2983.898438 1860.581543 4.896645 ) ( -3022.314941 1858.687988 70.926682 ) ( -3020.049316 1833.851563 66.687584 ) mohcommon/crackedconcrete -41 23 -81.22 0.895990 1.022299 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1792 +{ +( -2711.063965 926.629395 202.862030 ) ( -2718.027832 941.013184 202.098816 ) ( -2542.528320 1020.604980 100.979553 ) ta_berlin/brln_rubble -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -4703.926758 -152.924805 -2294.220947 ) ( 2041.324219 3310.303711 1430.902710 ) ( 2034.651855 3307.834961 1445.234009 ) TAardennes/wintered_grey -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -6361.087891 -717.017578 2526.245361 ) ( -3213.728516 447.427734 -4239.180176 ) ( -9240.589844 -2647.384766 -7575.621094 ) TAardennes/wintered_grey -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2715.757813 934.522949 59.156265 ) ( -2620.275879 984.509277 130.037994 ) ( -2661.052734 945.131836 95.361145 ) ta_berlin/brln_rubble -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2550.969238 1012.442871 24.206146 ) ( -2658.245117 966.567871 138.309753 ) ( -2597.643066 975.120605 82.021606 ) ta_berlin/brln_rubble -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2579.208496 982.806152 44.896645 ) ( -2546.885742 1003.654297 110.926682 ) ( -2561.265625 1024.031250 106.687592 ) ta_berlin/brln_rubble -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1793 +{ +( -3006.592773 862.629395 128.330414 ) ( -3010.977539 877.013184 122.866539 ) ( -2815.378418 956.604980 175.461273 ) ta_berlin/brln_rubble -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2812.897949 932 114.331055 ) ( -2829.868652 948 176.556458 ) ( -2886.437012 924 153.929016 ) TAardennes/wintered_grey -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -7230.428711 -781.017578 -809.746094 ) ( -221.032227 383.427734 -3368.105225 ) ( -2123.446777 -2711.384766 -9988.956055 ) TAardennes/wintered_grey -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2908.296387 870.522949 23.396217 ) ( -2890.901367 920.509277 141.032898 ) ( -2895.214844 881.131836 87.679070 ) ta_berlin/brln_rubble -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2767.060059 948.442871 115.205673 ) ( -2923.599121 902.567871 120.033615 ) ( -2840.945313 911.120605 123.084000 ) TAardennes/wintered_grey -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2829.868652 948 176.556458 ) ( -2812.897949 932 114.331055 ) ( -2807.241211 924 119.987900 ) ta_berlin/brln_rubble -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1794 +{ +( -3198.592773 894.629395 96.330414 ) ( -3202.977539 909.013184 90.866539 ) ( -3007.378418 988.604980 143.461273 ) mohcommon/crackedconcrete 90 -197 -143.90 1.203430 0.931817 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3004.897949 964 82.331055 ) ( -3021.868652 980 144.556458 ) ( -3078.437012 956 121.929016 ) TAardennes/wintered_grey 250 -53 -180.00 1 -1.125000 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -7422.428711 -749.017578 -841.746094 ) ( -413.032227 415.427734 -3400.105225 ) ( -2315.446777 -2679.384766 -10020.956055 ) mohcommon/crackedconcrete 244 37 -167.19 0.964711 0.976399 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3100.296387 902.522949 -8.603783 ) ( -3082.901367 952.509277 109.032898 ) ( -3087.214844 913.131836 55.679070 ) mohcommon/crackedconcrete 140 -217 -148.74 1.036123 -0.968084 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -2959.060059 980.442871 83.205673 ) ( -3115.599121 934.567871 88.033615 ) ( -3032.945313 943.120605 91.084000 ) mohcommon/crackedconcrete 2 -11 -147.55 1.046572 0.949699 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3021.868652 980 144.556458 ) ( -3004.897949 964 82.331055 ) ( -2999.241211 956 87.987900 ) mohcommon/crackedconcrete 216 224 -113.00 0.968359 0.898118 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1795 +{ +( -4781.695313 2121.414063 3.847246 ) ( -4789.466797 2112.755371 -7.137113 ) ( -4969.104492 2118.309082 115.580360 ) general_structure/plaster_wall3d -163 61 -54.11 0.746031 0.878985 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -5033.930664 4836.144043 -1980.843628 ) ( -7177.131836 -775.792969 3958.992676 ) ( -7163.743164 -784.041992 3956.019287 ) general_structure/plaster_wall3d 172 98 -17.34 0.750406 0.749881 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -907.789063 1837.301758 -2512.994873 ) ( -7226.870117 5726.799805 -1108.076416 ) ( -5316.962891 10747.216797 -6416.599609 ) general_structure/plaster_wall3d 203 135 -17.29 0.750727 0.749158 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -4969.104492 2118.309082 115.580360 ) ( -5316.588867 2594.733887 -14.107773 ) ( -5135.075684 2365.182617 61.719070 ) general_structure/plaster_wall3d -65 142 112.68 0.989071 -0.725899 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -4880.383789 2221.229492 -28.313591 ) ( -4899.367676 2127.893066 58.687191 ) ( -4882.104492 2183.217285 26.171406 ) general_structure/plaster_wall3d -206 249 -44.62 0.756712 0.960423 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -5011.528320 2180.522949 96.557213 ) ( -4869.013672 2137.104980 29.949217 ) ( -4932.500000 2167.472656 74.236977 ) general_structure/plaster_wall3d -13 11 -48.32 0.657782 0.905359 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 1796 +{ +( -4267.927734 2130.803711 16 ) ( -4257.927734 2148.124023 16 ) ( -4309.889648 2178.124023 16 ) common/nodraw 58 9 -85.95 0.988675 0.976568 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4246.071289 2136.660156 20 ) ( -4194.109863 2106.660156 20 ) ( -4204.110352 2089.338867 20 ) general_industrial/bridgeplank 64 45 -30.01 0.500141 0.500219 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4309.889648 2178.124023 100 ) ( -4319.889648 2160.804688 100 ) ( -4319.889648 2160.804688 16 ) general_industrial/bridgeplank 20 -173 90.00 0.500002 0.433105 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4256.071777 2119.339844 24 ) ( -4204.110352 2089.338867 24 ) ( -4204.110352 2089.338867 -60 ) general_industrial/bridgeplank 229 31 179.00 0.500000 0.433105 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4204.110352 2089.338867 24 ) ( -4194.109863 2106.660156 24 ) ( -4194.109863 2106.660156 -60 ) general_industrial/bridgeplank 0 66 90.00 0.500011 -0.433105 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4194.109863 2106.660156 96 ) ( -4246.071289 2136.660156 96 ) ( -4246.071289 2136.660156 12 ) general_industrial/bridgeplank 229 31 179.00 0.500000 0.433105 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1797 +{ +( -3965.454102 2029.985840 16 ) ( -3950.132813 2017.129883 16 ) ( -3911.564941 2063.091797 16 ) common/nodraw 61 -62 174.11 0.989084 0.975907 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3963.480957 2007.443359 20 ) ( -4002.048828 1961.480469 20 ) ( -4017.369629 1974.338379 20 ) general_industrial/bridgeplank 86 -112 -130.03 0.499968 0.500063 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3911.564941 2063.091797 100 ) ( -3926.885254 2075.947266 100 ) ( -3926.885254 2075.947266 16 ) general_industrial/bridgeplank 21 -30 90.00 0.500004 0.384033 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -3978.801758 2020.299805 24 ) ( -4017.369629 1974.338379 24 ) ( -4017.369629 1974.338379 -60 ) general_industrial/bridgeplank -132 209 1.13 0.443934 -0.433094 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4017.369629 1974.338379 24 ) ( -4002.048828 1961.480469 24 ) ( -4002.048828 1961.480469 -60 ) general_industrial/bridgeplank 0 164 90.00 0.500011 -0.384094 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4002.048828 1961.480469 96 ) ( -3963.480957 2007.443359 96 ) ( -3963.480957 2007.443359 12 ) general_industrial/bridgeplank -151 209 1.13 0.442469 -0.433067 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1798 +{ +( -4015.857422 1852.104004 16 ) ( -4035.854492 1851.755371 16 ) ( -4034.809082 1791.764648 16 ) common/nodraw -13 12 35.08 0.989690 0.975865 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4032.135742 1867.822754 20 ) ( -4033.183594 1927.814453 20 ) ( -4013.184570 1928.162109 20 ) general_industrial/bridgeplank -242 -90 91.03 0.500570 0.498621 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4034.809082 1791.764648 100 ) ( -4014.812988 1792.113770 100 ) ( -4014.812988 1792.113770 16 ) general_industrial/bridgeplank 21 165 90.00 0.500004 -0.500610 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4012.139160 1868.171387 24 ) ( -4013.184570 1928.162109 24 ) ( -4013.184570 1928.162109 -60 ) general_industrial/bridgeplank 250 -208 179.13 0.578191 0.433137 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4013.184570 1928.162109 24 ) ( -4033.183594 1927.814453 24 ) ( -4033.183594 1927.814453 -60 ) general_industrial/bridgeplank 0 -33 90.00 0.500011 0.503418 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -4033.183594 1927.814453 96 ) ( -4032.135742 1867.822754 96 ) ( -4032.135742 1867.822754 12 ) general_industrial/bridgeplank 219 -209 179.13 0.578191 0.433106 0 16384 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 1799 +{ +( -3966.802734 1604.906738 91.401733 ) ( -3985.853516 1601.505371 86.352654 ) ( -3979.001465 1543.398438 99.627350 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3985.000977 1618.409180 87.589989 ) ( -3991.856445 1676.517578 74.314194 ) ( -3972.802734 1679.917480 79.364159 ) general_industrial/bridgeplank 0 -255 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4002.699219 1558.677246 178.753494 ) ( -3983.649414 1562.077637 183.801926 ) ( -3959.951172 1546.796387 104.676346 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3967.080078 1622.538574 96.406456 ) ( -3973.931641 1680.647461 83.131943 ) ( -3950.232422 1665.367188 4.005957 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3973.931641 1680.647461 83.131943 ) ( -3992.983887 1677.246094 78.082397 ) ( -3969.286133 1661.967285 -1.043841 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -4013.297363 1690.344727 145.904343 ) ( -4006.441895 1632.234375 159.180023 ) ( -3982.744629 1616.955566 80.054024 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1800 +{ +( -3715.857422 1404.104004 16 ) ( -3735.854492 1403.755371 16 ) ( -3734.809082 1343.764648 16 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3732.135742 1419.822754 20 ) ( -3733.183594 1479.814453 20 ) ( -3713.184570 1480.162109 20 ) general_industrial/bridgeplank 0 -255 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3734.809082 1343.764648 100 ) ( -3714.812988 1344.113770 100 ) ( -3714.812988 1344.113770 16 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3712.139160 1420.171387 24 ) ( -3713.184570 1480.162109 24 ) ( -3713.184570 1480.162109 -60 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3713.184570 1480.162109 24 ) ( -3733.183594 1479.814453 24 ) ( -3733.183594 1479.814453 -60 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3733.183594 1479.814453 96 ) ( -3732.135742 1419.822754 96 ) ( -3732.135742 1419.822754 12 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1801 +{ +( -3902.802734 1316.906738 91.401733 ) ( -3921.853516 1313.505371 86.352654 ) ( -3915.001465 1255.398438 99.627350 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3921.000977 1330.409180 87.589989 ) ( -3927.856445 1388.517578 74.314194 ) ( -3908.802734 1391.917480 79.364159 ) general_industrial/bridgeplank -169 -187 95.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3938.699219 1270.677246 178.753494 ) ( -3919.649414 1274.077637 183.801926 ) ( -3895.951172 1258.796387 104.676346 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3903.080078 1334.538574 96.406456 ) ( -3909.931641 1392.647461 83.131943 ) ( -3886.232422 1377.367188 4.005957 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3909.931641 1392.647461 83.131943 ) ( -3928.983887 1389.246094 78.082397 ) ( -3905.286133 1373.967285 -1.043841 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -3949.297363 1402.344727 145.904343 ) ( -3942.441895 1344.234375 159.180023 ) ( -3918.744629 1328.955566 80.054024 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1802 +{ +( -2750.802734 1028.906738 43.401733 ) ( -2769.853516 1025.505371 38.352654 ) ( -2763.001465 967.398438 51.627350 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2769.000977 1042.409180 39.589989 ) ( -2775.856445 1100.517578 26.314194 ) ( -2756.802734 1103.917480 31.364159 ) general_industrial/bridgeplank -169 -187 95.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2786.699219 982.677246 130.753494 ) ( -2767.649414 986.077637 135.801926 ) ( -2743.951172 970.796387 56.676346 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2751.080078 1046.538574 48.406456 ) ( -2757.931641 1104.647461 35.131943 ) ( -2734.232422 1089.367188 -43.994041 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2757.931641 1104.647461 35.131943 ) ( -2776.983887 1101.246094 30.082397 ) ( -2753.286133 1085.967285 -49.043839 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2797.297363 1114.344727 97.904343 ) ( -2790.441895 1056.234375 111.180023 ) ( -2766.744629 1040.955566 32.054024 ) general_industrial/bridgeplank 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 1803 +{ +( -4758.760254 3005.777832 112 ) ( -4651.410156 2936.063965 112 ) ( -4668.838867 2909.226563 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4697.065430 3042.024414 112 ) ( -4731.922852 2988.349121 112 ) ( -4776.188477 2978.940430 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4616.553711 2989.739258 112 ) ( -4723.903320 3059.453125 112 ) ( -4706.474609 3086.290039 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4678.248047 2953.492676 112 ) ( -4643.390625 3007.166992 112 ) ( -4599.125000 3016.577148 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4731.922852 2988.349121 112 ) ( -4697.065430 3042.024414 112 ) ( -4643.390625 3007.166992 112 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4668.838867 2909.226563 16 ) ( -4599.125000 3016.577148 16 ) ( -4706.474609 3086.290039 16 ) mohcommon/crackedconcrete -96 132 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 1804 +{ +( -4788.760254 2805.777832 112 ) ( -4681.410156 2736.063965 112 ) ( -4698.838867 2709.226563 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4727.065430 2842.024414 112 ) ( -4761.922852 2788.349121 112 ) ( -4806.188477 2778.940430 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4646.553711 2789.739258 112 ) ( -4753.903320 2859.453125 112 ) ( -4736.474609 2886.290039 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4708.248047 2753.492676 112 ) ( -4673.390625 2807.166992 112 ) ( -4629.125000 2816.577148 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4761.922852 2788.349121 112 ) ( -4727.065430 2842.024414 112 ) ( -4673.390625 2807.166992 112 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4698.838867 2709.226563 16 ) ( -4629.125000 2816.577148 16 ) ( -4736.474609 2886.290039 16 ) common/tallen_nodraw -26 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 1805 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2414.951660 1125.758789 0 0 0 ) ( -2279.243652 967.621582 0 0 0.814001 ) ( -2222.951660 973.758789 0 0 1.035195 ) ) +( ( -2439.040039 931.974121 152 0.966643 0 ) ( -2334.171875 911.488281 88 0.966643 0.814001 ) ( -2231.040039 907.974121 40 0.966643 1.035195 ) ) +( ( -2426.288086 858.159180 144 1.260918 0 ) ( -2331.387207 846.780762 136 1.260918 0.814001 ) ( -2226.288086 858.159180 32 1.260918 1.035195 ) ) +) + } + } +// brush 1806 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2880.472656 1749.186523 0 -16.204809 6.721263 ) ( -2919.881836 1849.643555 0 -15.562500 6.406250 ) ( -2921.267578 1917.853027 0 -14.780290 6.071296 ) ) +( ( -2854.610840 1815.783203 64 -16.255516 7.114967 ) ( -2888.489258 1872.329590 88 -15.593750 7.218750 ) ( -2887.482422 1980.800781 64 -14.760055 7.294532 ) ) +( ( -2817.537598 1862.796387 72 -16.219135 7.588753 ) ( -2825.002930 1923.853516 64 -15.500000 7.781250 ) ( -2844.956055 2022.946289 72 -14.809065 7.547522 ) ) +) + } + } +// brush 1807 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3033.267578 1913.853027 0 -16.204809 6.721263 ) ( -3059.930176 1920.089844 0 -15.562500 6.406250 ) ( -3075.478027 1904.691895 0 -14.780290 6.071296 ) ) +( ( -2999.482422 1976.800781 64 -16.255516 7.114967 ) ( -3064.143066 1994.302246 88 -15.593750 7.218750 ) ( -3119.816895 1952.519043 64 -14.760055 7.294532 ) ) +( ( -2956.956055 2018.946289 72 -16.219135 7.588753 ) ( -3054.267578 2075.466797 64 -15.500000 7.781250 ) ( -3141.718262 2008.556152 72 -14.809065 7.547522 ) ) +) + } + } +// brush 1808 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3075.478027 1904.691895 0 0 0 ) ( -3158.778320 1835.383301 0 0 0.423294 ) ( -3248.877930 1768.466309 0 0 0.861697 ) ) +( ( -3119.816895 1952.519043 64 0.356933 0 ) ( -3204.389648 1873.958008 88 0.356933 0.423294 ) ( -3278.876953 1831.421387 64 0.356933 0.861697 ) ) +( ( -3141.718262 2008.556152 72 0.594021 0 ) ( -3236.419434 1949.186523 64 0.594021 0.423294 ) ( -3288.022949 1885.270508 72 0.594021 0.861697 ) ) +) + } + } +// brush 1809 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -5479.276367 3115.208496 -8 -33.388176 -3.164688 ) ( -5324.927246 2937.808594 0 -32.374535 -2.365506 ) ( -5239.846680 2711.801758 -8 -31.541491 -1.441323 ) ) +( ( -5588.270996 3013.888672 40 -32.609753 -3.893537 ) ( -5406.741211 2851.476563 24 -32.019897 -2.444822 ) ( -5341.129883 2703.543945 40 -31.068645 -1.729531 ) ) +( ( -5948.389648 2504.996582 188 -32.299473 -3.945992 ) ( -5718.465332 2646.231445 200 -31.120872 -3.046733 ) ( -5457.833008 2669.216797 200 -30.474388 -2.663321 ) ) +) + } + } +// brush 1810 +{ +( -154 2537 488 ) ( -132 2514 488 ) ( -109 2537 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -109 2537 584 ) ( -132 2514 584 ) ( -154 2537 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -109 2537 584 ) ( -132 2559 584 ) ( -132 2559 488 ) TAardennes/wintered_grey -153 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -132 2514 584 ) ( -109 2537 584 ) ( -109 2537 488 ) common/nodraw 49 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -132 2514 488 ) ( -132 2559 488 ) ( -132 2537 584 ) common/nodraw 1 0 -180.00 1.415527 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1811 +{ +( -382 2315 472 ) ( -358 2291 472 ) ( -330 2319 472 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -328 2318 616 ) ( -357 2289 616 ) ( -381 2313 616 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -351 2340 616 ) ( -379 2312 616 ) ( -379 2312 456 ) TAardennes/wintered_grey -19 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -357 2289 616 ) ( -328 2318 616 ) ( -328 2318 456 ) common/nodraw -22 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -132 2559 456 ) ( -132 2514 456 ) ( -132 2537 616 ) common/nodraw 1 0 -180.00 1.415039 -1 536870912 2224 0 +surfaceparm detail +( -29 2211 472 ) ( -30 2212 472 ) ( -29.500000 2211.500000 616 ) common/nodraw 1 0 -180.00 1.415039 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1812 +{ +( 117 2265 488 ) ( 140 2243 488 ) ( 162 2265 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 162 2265 584 ) ( 140 2243 584 ) ( 117 2265 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 162 2265 584 ) ( 140 2288 584 ) ( 140 2288 488 ) TAardennes/wintered_grey 226 -46 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 140 2288 584 ) ( 117 2265 584 ) ( 117 2265 488 ) common/nodraw 15 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( 162 2265 488 ) ( 117 2265 488 ) ( 140 2265 584 ) common/nodraw 36 0 -180.00 1.414307 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1813 +{ +( 106 2276 584 ) ( 140 2243 584 ) ( 162 2265 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 162 2265 616 ) ( 140 2243 616 ) ( 106 2276 616 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 162 2265 616 ) ( 128 2299 616 ) ( 128 2299 584 ) TAardennes/wintered_grey -223 -47 0.00 1 1 0 65536 0 +surfaceparm detail +( 106 2276 616 ) ( 140 2243 616 ) ( 140 2243 584 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -132 2514 584 ) ( -132 2559 584 ) ( -132 2537 616 ) common/nodraw 0 0 -180.00 1.414551 -1 536870912 2224 0 +surfaceparm detail +( 162 2265 584 ) ( 117 2265 584 ) ( 140 2265 616 ) common/nodraw 36 0 -180.00 1.414307 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1814 +{ +( 110 2272 472 ) ( 138 2244 472 ) ( 161 2267 472 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 162 2265 488 ) ( 140 2243 488 ) ( 111 2271 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 162 2265 488 ) ( 134 2293 488 ) ( 134 2293 456 ) TAardennes/wintered_grey -223 -47 0.00 1 1 0 65536 0 +surfaceparm detail +( 111 2271 488 ) ( 140 2243 488 ) ( 140 2243 456 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 162 2265 456 ) ( 117 2265 456 ) ( 140 2265 488 ) common/nodraw 36 0 -180.00 1.414307 -1 536870912 2224 0 +surfaceparm detail +( -132 2514 456 ) ( -132 2559 456 ) ( -132 2537 488 ) common/nodraw 63 0 -180.00 1.414063 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1815 +{ +( 72 2310 488 ) ( 117 2265 488 ) ( 140 2288 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 140 2288 584 ) ( 117 2265 584 ) ( 72 2310 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 140 2288 584 ) ( 94 2333 584 ) ( 94 2333 488 ) general_structure/denmark_win2 -10 13 0.00 0.353516 0.533325 0 4194304 0 +surfaceparm detail +( 94 2333 584 ) ( 72 2310 584 ) ( 72 2310 488 ) common/nodraw -53 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +( 72 2310 584 ) ( 117 2265 584 ) ( 117 2265 488 ) common/nodraw 49 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 117 2265 584 ) ( 140 2288 584 ) ( 140 2288 488 ) common/nodraw 15 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1816 +{ +( 49 2333 488 ) ( 72 2310 488 ) ( 94 2333 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 94 2333 584 ) ( 72 2310 584 ) ( 49 2333 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 94 2333 584 ) ( 72 2356 584 ) ( 72 2356 488 ) TAardennes/wintered_grey -214 -47 0.00 1 1 0 65536 0 +surfaceparm detail +( 72 2356 584 ) ( 49 2333 584 ) ( 49 2333 488 ) common/nodraw 49 0 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +( 49 2333 584 ) ( 72 2310 584 ) ( 72 2310 488 ) common/nodraw 14 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 72 2310 584 ) ( 94 2333 584 ) ( 94 2333 488 ) common/nodraw -53 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +} +// brush 1817 +{ +( 4 2378 488 ) ( 49 2333 488 ) ( 72 2356 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 72 2356 584 ) ( 49 2333 584 ) ( 4 2378 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 72 2356 584 ) ( 27 2401 584 ) ( 27 2401 488 ) general_structure/denmark_win2 -7 15 0.00 0.353516 0.533325 0 4194304 0 +surfaceparm detail +( 27 2401 584 ) ( 4 2378 584 ) ( 4 2378 488 ) common/nodraw -37 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( 4 2378 584 ) ( 49 2333 584 ) ( 49 2333 488 ) common/nodraw 49 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 49 2333 584 ) ( 72 2356 584 ) ( 72 2356 488 ) common/nodraw 49 0 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1818 +{ +( -19 2401 488 ) ( 4 2378 488 ) ( 27 2401 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 27 2401 584 ) ( 4 2378 584 ) ( -19 2401 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 27 2401 584 ) ( 4 2424 584 ) ( 4 2424 488 ) TAardennes/wintered_grey 236 -46 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 4 2424 584 ) ( -19 2401 584 ) ( -19 2401 488 ) common/nodraw 18 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -19 2401 584 ) ( 4 2378 584 ) ( 4 2378 488 ) common/nodraw -50 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4 2378 584 ) ( 27 2401 584 ) ( 27 2401 488 ) common/nodraw -37 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +} +// brush 1819 +{ +( -64 2446 488 ) ( -19 2401 488 ) ( 4 2424 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 4 2424 584 ) ( -19 2401 584 ) ( -64 2446 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 4 2424 584 ) ( -41 2469 584 ) ( -41 2469 488 ) general_structure/denmark_win2 74 12 -180.00 0.353516 -0.533325 0 4194304 0 +surfaceparm detail +( -41 2469 584 ) ( -64 2446 584 ) ( -64 2446 488 ) common/nodraw 16 0 -180.00 0.707764 -1 536870912 2224 0 +surfaceparm detail +( -64 2446 584 ) ( -19 2401 584 ) ( -19 2401 488 ) common/nodraw 14 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -19 2401 584 ) ( 4 2424 584 ) ( 4 2424 488 ) common/nodraw 18 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1820 +{ +( -87 2469 488 ) ( -64 2446 488 ) ( -41 2469 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -41 2469 584 ) ( -64 2446 584 ) ( -87 2469 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -41 2469 584 ) ( -64 2491 584 ) ( -64 2491 488 ) TAardennes/wintered_grey 172 -47 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -64 2491 584 ) ( -87 2469 584 ) ( -87 2469 488 ) common/nodraw -21 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -87 2469 584 ) ( -64 2446 584 ) ( -64 2446 488 ) common/nodraw -50 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -64 2446 584 ) ( -41 2469 584 ) ( -41 2469 488 ) common/nodraw 16 0 -180.00 0.707764 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1821 +{ +( -132 2514 488 ) ( -87 2469 488 ) ( -64 2491 488 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -64 2491 584 ) ( -87 2469 584 ) ( -132 2514 584 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -64 2491 584 ) ( -109 2537 584 ) ( -109 2537 488 ) general_structure/denmark_win2 -5 14 0.00 0.353516 0.533325 0 4194304 0 +surfaceparm detail +( -109 2537 584 ) ( -132 2514 584 ) ( -132 2514 488 ) common/nodraw 49 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -132 2514 584 ) ( -87 2469 584 ) ( -87 2469 488 ) common/nodraw 14 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -87 2469 584 ) ( -64 2491 584 ) ( -64 2491 488 ) common/nodraw -21 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +// brush 1822 +{ +( -207 2507 616 ) ( 110 2190 616 ) ( 185 2265 616 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 185 2265 712 ) ( 110 2190 712 ) ( -207 2507 712 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 185 2265 616 ) ( 117 2197 712 ) ( -166 2548 664 ) general_structure/shingles_ce2 -77 -65 135.00 0.499947 0.499947 0 16384 0 +surfaceparm detail +( 106 2186 712 ) ( 174 2254 616 ) ( -177 2537 664 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -132 2424 616 ) ( -132 2582 616 ) ( -132 2503 712 ) common/nodraw 63 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +( 185 2265 616 ) ( 27 2265 616 ) ( 106 2265 712 ) common/nodraw 35 0 -180.00 1.413818 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1823 +{ +( -391 2323 616 ) ( -311 2244 616 ) ( -53 2503 616 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -53 2503 712 ) ( -311 2244 712 ) ( -391 2323 712 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -64 2514 712 ) ( -357 2289 664 ) ( -132 2582 616 ) general_structure/shingles_ce2 -77 -65 135.00 0.499947 0.499947 0 16384 0 +surfaceparm detail +( -121 2571 616 ) ( -345 2278 664 ) ( -53 2503 712 ) common/nodraw -44 -37 135.05 0.999376 0.999721 536870912 2224 0 +surfaceparm detail +( -132 2582 616 ) ( -132 2424 616 ) ( -132 2503 712 ) common/nodraw 63 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +( -29 2211 616 ) ( -30 2212 616 ) ( -29.500000 2211.500000 712 ) common/nodraw 63 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1824 +{ +( -396 2329 608 ) ( -379 2312 608 ) ( -115 2576 608 ) general_structure/beam_wood1 -33 -6 134.96 1.000584 0.999548 0 16384 0 +surfaceparm detail +( -115 2576 616 ) ( -379 2312 616 ) ( -396 2329 616 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( -121 2582 608 ) ( -382 2315 612 ) ( -115 2576 616 ) general_structure/beam_wood1 -7 -2 135.02 1.000239 0.998685 0 16384 0 +surfaceparm detail +( -126 2588 616 ) ( -393 2326 612 ) ( -132 2593 608 ) general_structure/shingles_ce2 -242 -63 135.04 0.500983 0.500119 0 16384 0 +surfaceparm detail +( -132 2593 608 ) ( -132 2559 608 ) ( -132 2576 616 ) common/nodraw 63 0 -180.00 1.414063 -1 536870912 2224 0 +surfaceparm detail +( -29 2211 608 ) ( -30 2212 608 ) ( -29.500000 2211.500000 616 ) common/nodraw 63 0 -180.00 1.414063 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1825 +{ +( -149 2576 608 ) ( 179 2248 608 ) ( 196 2265 608 ) general_structure/beam_wood1 -33 -6 134.96 1.000584 0.999548 0 16384 0 +surfaceparm detail +( 196 2265 616 ) ( 179 2248 616 ) ( -149 2576 616 ) common/nodraw -31 -36 134.99 0.999721 1.000066 536870912 2224 0 +surfaceparm detail +( 196 2265 608 ) ( 191 2260 616 ) ( -135 2590 612 ) general_structure/shingles_ce2 -156 -96 45.00 0.500637 -0.499947 0 16384 0 +surfaceparm detail +( 179 2248 616 ) ( 185 2254 608 ) ( -146 2579 612 ) general_structure/beam_wood1 -34 0 135.00 0.999203 1.000929 0 16384 0 +surfaceparm detail +( 196 2265 608 ) ( 162 2265 608 ) ( 179 2265 616 ) common/nodraw 39 0 -180.00 1.413818 -1 536870912 2224 0 +surfaceparm detail +( -132 2559 608 ) ( -132 2593 608 ) ( -132 2576 616 ) common/nodraw 63 0 -180.00 1.414063 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1826 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 282 2238 456 ) ( 282 2238 472 ) ( -134 2654 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -584 2128 24 ) ( -580 2132 24 ) ( -582 2130 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -268 1816 24 ) ( -270 1814 24 ) ( -269 1815 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -104 1813.999512 208 ) ( -98 2616 208 ) ( -92 1813.999512 208 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1827 +{ +( 282 2238 456 ) ( 282 2238 472 ) ( -134 2654 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -584 2128 24 ) ( -580 2132 24 ) ( -582 2130 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -268 1816 24 ) ( -270 1814 24 ) ( -269 1815 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -84 1813.999512 448 ) ( -80 2616 448 ) ( -76 1813.999512 448 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -116 2616 224 ) ( -120 1813.999512 224 ) ( -112 1813.999512 224 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1828 +{ +( -228 1840 24 ) ( -228 1840 472 ) ( 172 2240 472 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( 294 2226 456 ) ( 294 2226 472 ) ( -122 2642 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -270 1814 24 ) ( -268 1816 24 ) ( -269 1815 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -562 1806 448 ) ( -560 2240 448 ) ( -558 1806 448 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -574 2240 224 ) ( -576 1806 224 ) ( -572 1806 224 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1829 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -280 1811 472 ) ( -280 1811 24 ) ( -620 2151 24 ) general_structure/cellardoor 107 42 0.00 -0.445311 0.562500 0 16384 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -456 1984 24 ) ( -452 1988 24 ) ( -454 1986 208 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -396 1930 24 ) ( -398 1928 24 ) ( -397 1929 208 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -436 1925 168 ) ( -428 1992 168 ) ( -420 1925 168 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1830 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1044 1796 208 ) ( -1036 2136 208 ) ( -1028 1796 208 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -456 1984 24 ) ( -452 1988 24 ) ( -454 1986 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -396 1930 24 ) ( -398 1928 24 ) ( -397 1929 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -428 1992 168 ) ( -436 1925 168 ) ( -420 1925 168 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1831 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1044 1796 208 ) ( -1036 2136 208 ) ( -1028 1796 208 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -548 2072 24 ) ( -532 2088 24 ) ( -540 2080 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -500 2030 24 ) ( -502 2028 24 ) ( -501 2029 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -548 2068 168 ) ( -548 2056 168 ) ( -492.999512 2062 168 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1832 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1044 1796 208 ) ( -1036 2136 208 ) ( -1028 1796 208 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -364 1888 24 ) ( -362 1890 24 ) ( -363 1889 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -316 1846 24 ) ( -318 1844 24 ) ( -317 1845 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -364 2068 168 ) ( -364 2056 168 ) ( -308.999756 2062 168 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1833 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) general_structure/denmark_win2 7 135 0.00 -0.351561 0.533333 0 4194304 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -548 2072 24 ) ( -532 2088 24 ) ( -540 2080 208 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -500 2030 24 ) ( -502 2028 24 ) ( -501 2029 208 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -548 2056 168 ) ( -548 2068 168 ) ( -492.999512 2062 168 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -548 2064 72 ) ( -548 2056 72 ) ( -492.999512 2060 72 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1834 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) ta_berlin/berlinwall2a_shot -204 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -548 2072 24 ) ( -532 2088 24 ) ( -540 2080 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -500 2030 24 ) ( -502 2028 24 ) ( -501 2029 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -548 2056 72 ) ( -548 2064 72 ) ( -492.999512 2060 72 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1835 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) general_structure/denmark_win2 124 135 0.00 -0.351563 0.533333 0 4194304 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -364 1888 24 ) ( -362 1890 24 ) ( -363 1889 208 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -316 1846 24 ) ( -318 1844 24 ) ( -317 1845 208 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -364 2056 168 ) ( -364 2068 168 ) ( -308.999756 2062 168 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -364 2064 72 ) ( -364 2056 72 ) ( -308.999756 2060 72 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1836 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) ta_berlin/berlinwall2a_shot -204 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -364 1888 24 ) ( -362 1890 24 ) ( -363 1889 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -316 1846 24 ) ( -318 1844 24 ) ( -317 1845 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -364 2056 72 ) ( -364 2064 72 ) ( -308.999756 2060 72 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1837 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -588 1796 448 ) ( -580 2136 448 ) ( -572 1796 448 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -364 1888 224 ) ( -362 1890 224 ) ( -363 1889 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -316 1846 224 ) ( -318 1844 224 ) ( -317 1845 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -364 2052 392 ) ( -364 2044 392 ) ( -308.999756 2048 392 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1838 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -588 1796 448 ) ( -580 2136 448 ) ( -572 1796 448 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -452 1976 224 ) ( -448 1980 224 ) ( -450 1978 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -404 1934 224 ) ( -406 1932 224 ) ( -405 1933 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -452 2052 392 ) ( -452 2044 392 ) ( -397 2048 392 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1839 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -588 1796 448 ) ( -580 2136 448 ) ( -572 1796 448 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -548 2072 224 ) ( -532 2088 224 ) ( -540 2080 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -500 2030 224 ) ( -502 2028 224 ) ( -501 2029 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -548 2052 392 ) ( -548 2044 392 ) ( -492.999512 2048 392 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1840 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) general_structure/denmark_win2 124 15 0.00 -0.351563 0.533333 0 4194304 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -364 1888 224 ) ( -362 1890 224 ) ( -363 1889 448 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -316 1846 224 ) ( -318 1844 224 ) ( -317 1845 448 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -364 2044 392 ) ( -364 2052 392 ) ( -308.999756 2048 392 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -364 2060 296 ) ( -364 2048 296 ) ( -308.999756 2054 296 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1841 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1016 2136 224 ) ( -1028 1796 224 ) ( -1004 1796 224 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -364 1888 224 ) ( -362 1890 224 ) ( -363 1889 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -316 1846 224 ) ( -318 1844 224 ) ( -317 1845 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -364 2048 296 ) ( -364 2060 296 ) ( -308.999756 2054 296 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1842 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) general_structure/denmark_win2 118 15 0.00 -0.351564 0.533333 0 4194304 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -452 1976 224 ) ( -448 1980 224 ) ( -450 1978 448 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -404 1934 224 ) ( -406 1932 224 ) ( -405 1933 448 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -452 2044 392 ) ( -452 2052 392 ) ( -397 2048 392 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -452 2060 296 ) ( -452 2048 296 ) ( -397 2054 296 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1843 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1016 2136 224 ) ( -1028 1796 224 ) ( -1004 1796 224 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -452 1976 224 ) ( -448 1980 224 ) ( -450 1978 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -404 1934 224 ) ( -406 1932 224 ) ( -405 1933 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -452 2048 296 ) ( -452 2060 296 ) ( -397 2054 296 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1844 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) general_structure/denmark_win2 7 15 0.00 -0.351561 0.533333 0 4194304 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -548 2072 224 ) ( -532 2088 224 ) ( -540 2080 448 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -500 2030 224 ) ( -502 2028 224 ) ( -501 2029 448 ) common/nodraw -24 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -548 2044 392 ) ( -548 2052 392 ) ( -492.999512 2048 392 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -548 2060 296 ) ( -548 2048 296 ) ( -492.999512 2054 296 ) common/nodraw -52 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1845 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1016 2136 224 ) ( -1028 1796 224 ) ( -1004 1796 224 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -548 2072 224 ) ( -532 2088 224 ) ( -540 2080 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -500 2030 224 ) ( -502 2028 224 ) ( -501 2029 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -548 2048 296 ) ( -548 2060 296 ) ( -492.999512 2054 296 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1846 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) ta_berlin/berlinwall2a_shot -204 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -585 2129 24 ) ( -583 2127 24 ) ( -584 2128 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1044 1796 208 ) ( -1036 2136 208 ) ( -1028 1796 208 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -398 1928 24 ) ( -396 1930 24 ) ( -397 1929 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -362 1890 24 ) ( -364 1888 24 ) ( -363 1889 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1847 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -588 1796 448 ) ( -580 2136 448 ) ( -572 1796 448 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -1016 2136 224 ) ( -1028 1796 224 ) ( -1004 1796 224 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -406 1932 224 ) ( -404 1934 224 ) ( -405 1933 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -362 1890 224 ) ( -364 1888 224 ) ( -363 1889 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1848 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) ta_berlin/berlinwall2a_shot -204 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1044 1796 208 ) ( -1036 2136 208 ) ( -1028 1796 208 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -502 2028 24 ) ( -500 2030 24 ) ( -501 2029 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -452 1988 24 ) ( -456 1984 24 ) ( -454 1986 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1849 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -452 1976 448 ) ( -503 2027 448 ) ( -493 2037 448 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -503 2027 224 ) ( -452 1976 224 ) ( -442 1986 224 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -503.000488 2027 448 ) ( -503.000488 2027 224 ) ( -493 2037 224 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -452.000488 1976 224 ) ( -452.000488 1976 448 ) ( -442 1986 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1850 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) ta_berlin/berlinwall2a_shot -204 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -564 2164 472 ) ( -564 2164 456 ) ( -268 2460 456 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1044 1796 208 ) ( -1036 2136 208 ) ( -1028 1796 208 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -532 2088 24 ) ( -548 2072 24 ) ( -540 2080 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1851 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -564 2164 472 ) ( -564 2164 456 ) ( -268 2460 456 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -588 1796 448 ) ( -580 2136 448 ) ( -572 1796 448 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -1016 2136 224 ) ( -1028 1796 224 ) ( -1004 1796 224 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -532 2088 224 ) ( -548 2072 224 ) ( -540 2080 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1852 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) ta_berlin/berlinwall2a_shot -204 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -228 1840 24 ) ( -228 1840 472 ) ( 172 2240 472 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1044 1796 208 ) ( -1036 2136 208 ) ( -1028 1796 208 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -318 1844 24 ) ( -316 1846 24 ) ( -317 1845 208 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1853 +{ +( -284 1808 472 ) ( -284 1808 24 ) ( -624 2148 24 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -228 1840 24 ) ( -228 1840 472 ) ( 172 2240 472 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -588 1796 448 ) ( -580 2136 448 ) ( -572 1796 448 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -1016 2136 224 ) ( -1028 1796 224 ) ( -1004 1796 224 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -318 1844 224 ) ( -316 1846 224 ) ( -317 1845 448 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1854 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) ta_berlin/berlinwall2a_shot -204 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -228 1840 24 ) ( -228 1840 472 ) ( 172 2240 472 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 294 2226 456 ) ( 294 2226 472 ) ( -122 2642 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -270 1814 24 ) ( -268 1816 24 ) ( -269 1815 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -576 1806 208 ) ( -574 2240 208 ) ( -572 1806 208 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1855 +{ +( -224 1840 24 ) ( -224 1840 472 ) ( 176 2240 472 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 294 2226 456 ) ( 294 2226 472 ) ( -122 2642 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -270 1814 24 ) ( -268 1816 24 ) ( -269 1815 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -576 1806 224 ) ( -574 2240 224 ) ( -572 1806 224 ) general_structure/beam_wood1 -180 24 0.00 1 1 0 16384 0 +surfaceparm detail +( -574 2240 208 ) ( -576 1806 208 ) ( -572 1806 208 ) general_structure/beam_wood1 -109 3 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1856 +{ +( 142.724854 2085.774414 24 ) ( -270.225586 2498.724609 24 ) ( -558.724609 2210.225586 24 ) ta_berlin/berlinwall2a_shot -204 164 0.00 1 1 0 65536 0 +surfaceparm detail +( 286 2234 456 ) ( 286 2234 472 ) ( -130 2650 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -564 2164 472 ) ( -564 2164 456 ) ( -268 2460 456 ) TAardennes/wintered_grey -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -580 2132 24 ) ( -584 2128 24 ) ( -582 2130 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -576 2128 208 ) ( -574 2562 208 ) ( -572 2128 208 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1857 +{ +( -566.724609 2202.225586 472 ) ( -278.225586 2490.724609 472 ) ( 134.724854 2077.774414 472 ) common/caulkshadow -52 24 0.00 1 1 0 480 0 +surfaceparm detail +( -226 1838 24 ) ( -226 1838 472 ) ( 174 2238 472 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 294 2226 456 ) ( 294 2226 472 ) ( -122 2642 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -270 1814 24 ) ( -268 1816 24 ) ( -269 1815 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 2240 448 ) ( -562 1806 448 ) ( -558 1806 448 ) general_structure/beam_wood1 -109 3 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1858 +{ +( 286 2234 456 ) ( 286 2234 472 ) ( -130 2650 472 ) TAardennes/wintered_grey 0 -80 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -564 2164 472 ) ( -564 2164 456 ) ( -268 2460 456 ) TAardennes/wintered_grey -216 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -580 2132 24 ) ( -584 2128 24 ) ( -582 2130 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -562 2128 448 ) ( -560 2562 448 ) ( -558 2128 448 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -574 2562 224 ) ( -576 2128 224 ) ( -572 2128 224 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1859 +{ +( -288 1804 472 ) ( -288 1804 24 ) ( -628 2144 24 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -226 1838 24 ) ( -226 1838 472 ) ( 174 2238 472 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -566 2166 472 ) ( -566 2166 456 ) ( -270 2462 456 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1028 1796 224 ) ( -1016 2136 224 ) ( -1004 1796 224 ) general_structure/beam_wood1 -180 24 0.00 1 1 0 16384 0 +surfaceparm detail +( -1036 2136 208 ) ( -1044 1796 208 ) ( -1028 1796 208 ) general_structure/beam_wood1 -109 3 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1860 +{ +( -566.724609 2202.225586 472 ) ( -278.225586 2490.724609 472 ) ( 134.724854 2077.774414 472 ) common/caulkshadow -52 24 0.00 1 1 0 480 0 +surfaceparm detail +( -292 1804 472 ) ( -292 1804 24 ) ( -632 2144 24 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -224 1840 24 ) ( -224 1840 472 ) ( 176 2240 472 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -566 2166 472 ) ( -566 2166 456 ) ( -270 2462 456 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -592 2136 24 ) ( -590 2134 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -580 2136 448 ) ( -588 1796 448 ) ( -572 1796 448 ) general_structure/beam_wood1 -109 3 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1861 +{ +( -185.552734 1917.291016 488 ) ( -208.179688 1939.917969 488 ) ( -230.807617 1917.291016 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -230.807617 1917.291016 584 ) ( -208.179688 1939.917969 584 ) ( -185.552734 1917.291016 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -230.807617 1917.291016 584 ) ( -208.180176 1894.663574 584 ) ( -208.180176 1894.663574 488 ) TAardennes/wintered_grey -132 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -208.179688 1939.917969 584 ) ( -230.807617 1917.291016 584 ) ( -230.807617 1917.291016 488 ) common/nodraw -11 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -208.179688 1939.917969 488 ) ( -208.180176 1894.663574 488 ) ( -208.180176 1917.291016 584 ) common/nodraw -9 0 0.00 1.415527 1 536870912 2224 0 +surfaceparm detail +} +// brush 1862 +{ +( -230.807617 2412.265381 472 ) ( -253.435059 2434.893066 472 ) ( -499.507813 2188.819824 472 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -500.921875 2190.233887 616 ) ( -254.849121 2436.306885 616 ) ( -232.221680 2413.679443 616 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -478.294922 2167.606445 616 ) ( -232.221680 2413.679443 616 ) ( -232.221680 2413.679443 456 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -232.221680 2413.679443 616 ) ( -254.849121 2436.306885 616 ) ( -254.849121 2436.306885 456 ) common/nodraw 0 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -254.849121 2436.306885 616 ) ( -500.921875 2190.233887 616 ) ( -500.921875 2190.233887 456 ) TAardennes/wintered_grey -132 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -457.081055 2188.819824 456 ) ( -502.336426 2188.819824 456 ) ( -479.708984 2188.819824 616 ) common/nodraw -44 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 1863 +{ +( 42.136719 2139.322754 472 ) ( 18.094727 2163.363281 472 ) ( -10.189453 2135.079590 472 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -11.603516 2136.493652 616 ) ( 16.679688 2164.778320 616 ) ( 40.721680 2140.735840 616 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( 162 2265 616 ) ( 162 2265 472 ) ( -208 1895 472 ) TAardennes/wintered_grey -132 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( 162 2265 472 ) ( 162 2265 616 ) ( 117 2265 616 ) common/nodraw 38 -61 -180.00 0.706787 -1 536870912 2224 0 +surfaceparm detail +( 16.679688 2164.778320 616 ) ( -11.603516 2136.493652 616 ) ( -11.603516 2136.493652 456 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -208.180176 1894.663574 456 ) ( -208.179688 1939.917969 456 ) ( -208.180176 1917.291016 616 ) common/nodraw -10 0 0.00 1.415039 1 536870912 2224 0 +surfaceparm detail +} +// brush 1864 +{ +( -457.081055 2188.819824 488 ) ( -479.708984 2211.447266 488 ) ( -502.336426 2188.819824 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -502.336426 2188.819824 584 ) ( -479.708984 2211.447266 584 ) ( -457.081055 2188.819824 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -502.336426 2188.819824 584 ) ( -479.708984 2166.191895 584 ) ( -479.708984 2166.191895 488 ) TAardennes/wintered_grey -132 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -479.708984 2166.191895 584 ) ( -457.081055 2188.819824 584 ) ( -457.081055 2188.819824 488 ) common/nodraw -11 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -502.336426 2188.819824 488 ) ( -457.081055 2188.819824 488 ) ( -479.708984 2188.819824 584 ) common/nodraw -43 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +} +// brush 1865 +{ +( -445.767578 2177.505859 584 ) ( -479.708984 2211.447266 584 ) ( -502.336426 2188.819824 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -502.336426 2188.819824 616 ) ( -479.708984 2211.447266 616 ) ( -445.767578 2177.505859 616 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -502.336426 2188.819824 616 ) ( -468.395020 2154.878906 616 ) ( -468.395020 2154.878906 584 ) TAardennes/wintered_grey -16 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -445.767578 2177.505859 616 ) ( -479.708984 2211.447266 616 ) ( -479.708984 2211.447266 584 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -208.179688 1939.917969 584 ) ( -208.180176 1894.663574 584 ) ( -208.180176 1917.291016 616 ) common/nodraw -13 0 0.00 1.414551 1 536870912 2224 0 +surfaceparm detail +( -502.336426 2188.819824 584 ) ( -457.081055 2188.819824 584 ) ( -479.708984 2188.819824 616 ) common/nodraw -43 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +} +// brush 1866 +{ +( -450.009766 2181.748535 472 ) ( -478.294434 2210.032715 472 ) ( -500.921875 2187.406250 472 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -502.336426 2188.819824 488 ) ( -479.708984 2211.447266 488 ) ( -451.424805 2183.163086 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -502.336426 2188.819824 488 ) ( -474.051758 2160.535645 488 ) ( -474.051758 2160.535645 456 ) TAardennes/wintered_grey -16 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -451.424805 2183.163086 488 ) ( -479.708984 2211.447266 488 ) ( -479.708984 2211.447266 456 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -502.336426 2188.819824 456 ) ( -457.081055 2188.819824 456 ) ( -479.708984 2188.819824 488 ) common/nodraw -43 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +( -208.179688 1939.917969 456 ) ( -208.180176 1894.663574 456 ) ( -208.180176 1917.291016 488 ) common/nodraw -13 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 1867 +{ +( -411.826172 2143.564941 488 ) ( -457.081055 2188.819824 488 ) ( -479.708984 2166.191895 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -479.708984 2166.191895 584 ) ( -457.081055 2188.819824 584 ) ( -411.826172 2143.564941 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -479.708984 2166.191895 584 ) ( -434.454102 2120.937500 584 ) ( -434.454102 2120.937500 488 ) general_structure/denmark_win2 51 12 -180.00 0.353554 -0.533333 0 4194304 0 +surfaceparm detail +( -434.454102 2120.937500 584 ) ( -411.826172 2143.564941 584 ) ( -411.826172 2143.564941 488 ) common/nodraw -23 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +( -411.826172 2143.564941 584 ) ( -457.081055 2188.819824 584 ) ( -457.081055 2188.819824 488 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -457.081055 2188.819824 584 ) ( -479.708984 2166.191895 584 ) ( -479.708984 2166.191895 488 ) common/nodraw -11 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +// brush 1868 +{ +( -389.199219 2120.937500 488 ) ( -411.826172 2143.564941 488 ) ( -434.454102 2120.937500 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -434.454102 2120.937500 584 ) ( -411.826172 2143.564941 584 ) ( -389.199219 2120.937500 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -434.454102 2120.937500 584 ) ( -411.826660 2098.310547 584 ) ( -411.826660 2098.310547 488 ) TAardennes/wintered_grey -16 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -411.826660 2098.310547 584 ) ( -389.199219 2120.937500 584 ) ( -389.199219 2120.937500 488 ) common/nodraw -12 0 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -389.199219 2120.937500 584 ) ( -411.826172 2143.564941 584 ) ( -411.826172 2143.564941 488 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -411.826172 2143.564941 584 ) ( -434.454102 2120.937500 584 ) ( -434.454102 2120.937500 488 ) common/nodraw -23 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +} +// brush 1869 +{ +( -343.944824 2075.683105 488 ) ( -389.199219 2120.937500 488 ) ( -411.826660 2098.310547 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -411.826660 2098.310547 584 ) ( -389.199219 2120.937500 584 ) ( -343.944824 2075.683105 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -411.826660 2098.310547 584 ) ( -366.571289 2053.055176 584 ) ( -366.571289 2053.055176 488 ) general_structure/denmark_win2 47 14 -180.00 0.353556 -0.533333 0 4194304 0 +surfaceparm detail +( -366.571289 2053.055176 584 ) ( -343.944824 2075.683105 584 ) ( -343.944824 2075.683105 488 ) common/nodraw -36 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -343.944824 2075.683105 584 ) ( -389.199219 2120.937500 584 ) ( -389.199219 2120.937500 488 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -389.199219 2120.937500 584 ) ( -411.826660 2098.310547 584 ) ( -411.826660 2098.310547 488 ) common/nodraw -12 0 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +} +// brush 1870 +{ +( -321.316406 2053.055176 488 ) ( -343.944824 2075.683105 488 ) ( -366.571289 2053.055176 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -366.571289 2053.055176 584 ) ( -343.944824 2075.683105 584 ) ( -321.316406 2053.055176 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -366.571289 2053.055176 584 ) ( -343.944336 2030.427246 584 ) ( -343.944336 2030.427246 488 ) TAardennes/wintered_grey -132 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -343.944336 2030.427246 584 ) ( -321.316406 2053.055176 584 ) ( -321.316406 2053.055176 488 ) common/nodraw -3 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -321.316406 2053.055176 584 ) ( -343.944824 2075.683105 584 ) ( -343.944824 2075.683105 488 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -343.944824 2075.683105 584 ) ( -366.571289 2053.055176 584 ) ( -366.571289 2053.055176 488 ) common/nodraw -36 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +} +// brush 1871 +{ +( -276.061523 2007.799805 488 ) ( -321.316406 2053.055176 488 ) ( -343.944336 2030.427246 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -343.944336 2030.427246 584 ) ( -321.316406 2053.055176 584 ) ( -276.061523 2007.799805 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -343.944336 2030.427246 584 ) ( -298.689453 1985.173340 584 ) ( -298.689453 1985.173340 488 ) general_structure/denmark_win2 52 12 -180.00 0.353550 -0.533333 0 4194304 0 +surfaceparm detail +( -298.689453 1985.173340 584 ) ( -276.061523 2007.799805 584 ) ( -276.061523 2007.799805 488 ) common/nodraw -41 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -276.061523 2007.799805 584 ) ( -321.316406 2053.055176 584 ) ( -321.316406 2053.055176 488 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -321.316406 2053.055176 584 ) ( -343.944336 2030.427246 584 ) ( -343.944336 2030.427246 488 ) common/nodraw -3 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +} +// brush 1872 +{ +( -253.434570 1985.173340 488 ) ( -276.061523 2007.799805 488 ) ( -298.689453 1985.173340 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -298.689453 1985.173340 584 ) ( -276.061523 2007.799805 584 ) ( -253.434570 1985.173340 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -298.689453 1985.173340 584 ) ( -276.061523 1962.545898 584 ) ( -276.061523 1962.545898 488 ) TAardennes/wintered_grey 0 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -276.061523 1962.545898 584 ) ( -253.434570 1985.173340 584 ) ( -253.434570 1985.173340 488 ) common/nodraw -46 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -253.434570 1985.173340 584 ) ( -276.061523 2007.799805 584 ) ( -276.061523 2007.799805 488 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -276.061523 2007.799805 584 ) ( -298.689453 1985.173340 584 ) ( -298.689453 1985.173340 488 ) common/nodraw -41 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +} +// brush 1873 +{ +( -208.179688 1939.917969 488 ) ( -253.434570 1985.173340 488 ) ( -276.061523 1962.545898 488 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -276.061523 1962.545898 584 ) ( -253.434570 1985.173340 584 ) ( -208.179688 1939.917969 584 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -276.061523 1962.545898 584 ) ( -230.807617 1917.291016 584 ) ( -230.807617 1917.291016 488 ) general_structure/denmark_win2 47 14 0.00 -0.353556 0.533333 0 4194304 0 +surfaceparm detail +( -230.807617 1917.291016 584 ) ( -208.179688 1939.917969 584 ) ( -208.179688 1939.917969 488 ) common/nodraw -11 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -208.179688 1939.917969 584 ) ( -253.434570 1985.173340 584 ) ( -253.434570 1985.173340 488 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -253.434570 1985.173340 584 ) ( -276.061523 1962.545898 584 ) ( -276.061523 1962.545898 488 ) common/nodraw -46 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +// brush 1874 +{ +( -133.226563 1946.988770 616 ) ( -450.010742 2263.772705 616 ) ( -524.963867 2188.819336 616 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -524.963867 2188.819336 712 ) ( -450.010742 2263.772705 712 ) ( -133.226563 1946.988770 712 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -524.963867 2188.819336 616 ) ( -457.081055 2256.701660 712 ) ( -174.238281 1905.976563 664 ) general_structure/shingles_ce2 41 127 -44.98 0.500119 0.499774 0 16384 0 +surfaceparm detail +( -445.767578 2268.015381 712 ) ( -513.649902 2200.133301 616 ) ( -162.925293 1917.290527 664 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -208.179688 2030.428223 616 ) ( -208.180664 1872.036133 616 ) ( -208.179688 1951.231445 712 ) common/nodraw -15 0 0.00 1.413574 1 536870912 2224 0 +surfaceparm detail +( -524.963867 2188.819336 616 ) ( -366.571289 2188.819336 616 ) ( -445.767578 2188.819336 712 ) common/nodraw -44 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 1875 +{ +( -186.965820 2368.425049 616 ) ( -266.162598 2447.620605 616 ) ( -524.963867 2188.819336 616 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -524.963867 2188.819336 712 ) ( -266.162598 2447.620605 712 ) ( -186.965820 2368.425049 712 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -186.965820 2368.425049 712 ) ( -266.162598 2447.620605 712 ) ( -266.162598 2447.620605 616 ) common/nodraw -38 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +( -524.963867 2188.819336 616 ) ( -232.221680 2413.679443 664 ) ( -457.081543 2120.937500 712 ) general_structure/shingles_ce2 -145 129 135.04 0.499601 -0.499860 0 16384 0 +surfaceparm detail +( -445.767578 2109.624023 712 ) ( -220.907715 2402.365967 664 ) ( -513.649902 2177.505859 616 ) common/nodraw -60 60 135.02 0.999634 -0.999375 536870912 2224 0 +surfaceparm detail +( -366.571289 2188.819336 616 ) ( -524.963867 2188.819336 616 ) ( -445.767578 2188.819336 712 ) common/nodraw -44 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 1876 +{ +( -254.849121 2436.306885 608 ) ( -271.819336 2453.277100 608 ) ( -536.277344 2188.819824 608 ) general_structure/beam_wood1 28 23 -45.04 1.000584 0.999462 0 16384 0 +surfaceparm detail +( -536.277344 2188.819824 616 ) ( -271.819336 2453.277100 616 ) ( -254.849121 2436.306885 616 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -254.849121 2436.306885 616 ) ( -271.819336 2453.277100 616 ) ( -271.819336 2453.277100 608 ) common/nodraw -1 0 0.00 0.706055 1 536870912 2224 0 +surfaceparm detail +( -536.277344 2188.819824 608 ) ( -268.990723 2450.449463 612 ) ( -530.620117 2183.163086 616 ) general_structure/shingles_ce2 -137 147 135.10 0.500120 -0.499601 0 16384 0 +surfaceparm detail +( -519.306641 2171.849609 616 ) ( -257.677246 2439.135498 612 ) ( -524.963379 2177.505371 608 ) general_structure/beam_wood1 26 29 -45.00 1.000584 0.998944 0 16384 0 +surfaceparm detail +( -502.336426 2188.819824 608 ) ( -536.277344 2188.819824 608 ) ( -519.306641 2188.819824 616 ) common/nodraw -40 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 1877 +{ +( -191.208984 1877.692871 608 ) ( -519.306641 2205.790039 608 ) ( -536.277344 2188.819824 608 ) general_structure/beam_wood1 28 23 -45.04 1.000584 0.999462 0 16384 0 +surfaceparm detail +( -536.277344 2188.819824 616 ) ( -519.306641 2205.790039 616 ) ( -191.208984 1877.692871 616 ) common/nodraw 32 56 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -536.277344 2188.819824 608 ) ( -530.620117 2194.476563 616 ) ( -205.351074 1863.550293 612 ) general_structure/shingles_ce2 22 28 -135.00 0.500637 -0.499947 0 16384 0 +surfaceparm detail +( -519.306641 2205.790039 616 ) ( -524.963379 2200.133301 608 ) ( -194.037109 1874.864258 612 ) general_structure/beam_wood1 29 26 -44.99 0.999462 1.000843 0 16384 0 +surfaceparm detail +( -536.277344 2188.819824 608 ) ( -502.336426 2188.819824 608 ) ( -519.306641 2188.819824 616 ) common/nodraw -40 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +( -208.180176 1894.663574 608 ) ( -208.179688 1860.722168 608 ) ( -208.179688 1877.692383 616 ) common/nodraw -13 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 1878 +{ +( -566.724609 2202.225586 472 ) ( -278.225586 2490.724609 472 ) ( 134.724854 2077.774414 472 ) common/caulkshadow -52 24 0.00 1 1 0 480 0 +surfaceparm detail +( -566 2166 472 ) ( -566 2166 456 ) ( -270 2462 456 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -580 2132 24 ) ( -584 2128 24 ) ( -582 2130 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 2562 448 ) ( -562 2128 448 ) ( -558 2128 448 ) general_structure/beam_wood1 -109 3 45.00 1 1 0 16384 0 +surfaceparm detail +( -538 2194 448 ) ( -536 2192 448 ) ( -537 2193 472 ) general_structure/beam_wood1 -8 -8 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1879 +{ +( -566.724609 2202.225586 472 ) ( -278.225586 2490.724609 472 ) ( 134.724854 2077.774414 472 ) common/caulkshadow -52 24 0.00 1 1 0 480 0 +surfaceparm detail +( 286 2234 456 ) ( 286 2234 472 ) ( -130 2650 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -564 2164 472 ) ( -564 2164 456 ) ( -268 2460 456 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -580 2132 24 ) ( -584 2128 24 ) ( -582 2130 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 2562 448 ) ( -562 2128 448 ) ( -558 2128 448 ) general_structure/beam_wood1 -109 3 45.00 1 1 0 16384 0 +surfaceparm detail +( -536 2192 448 ) ( -538 2194 448 ) ( -537 2193 472 ) general_structure/beam_wood1 -8 -8 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1880 +{ +( -566 2166 472 ) ( -566 2166 456 ) ( -270 2462 456 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -590 2134 24 ) ( -592 2136 24 ) ( -591 2135 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -580 2132 24 ) ( -584 2128 24 ) ( -582 2130 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -576 2128 224 ) ( -574 2562 224 ) ( -572 2128 224 ) general_structure/beam_wood1 -180 24 0.00 1 1 0 16384 0 +surfaceparm detail +( -574 2562 208 ) ( -576 2128 208 ) ( -572 2128 208 ) general_structure/beam_wood1 -109 3 45.00 1 1 0 16384 0 +surfaceparm detail +( -538 2194 208 ) ( -536 2192 208 ) ( -537 2193 224 ) general_structure/beam_wood1 -8 -8 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1881 +{ +( 286 2234 456 ) ( 286 2234 472 ) ( -130 2650 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -564 2164 472 ) ( -564 2164 456 ) ( -268 2460 456 ) general_structure/beam_wood1 -216 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -580 2132 24 ) ( -584 2128 24 ) ( -582 2130 472 ) ta_berlin/berlinwall2a_shot -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -576 2128 224 ) ( -574 2562 224 ) ( -572 2128 224 ) general_structure/beam_wood1 -180 24 0.00 1 1 0 16384 0 +surfaceparm detail +( -574 2562 208 ) ( -576 2128 208 ) ( -572 2128 208 ) general_structure/beam_wood1 -109 3 45.00 1 1 0 16384 0 +surfaceparm detail +( -536 2192 208 ) ( -538 2194 208 ) ( -537 2193 224 ) general_structure/beam_wood1 -8 -8 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1882 +{ +( -284 1808 320 ) ( -284 1808 -128 ) ( -624 2148 -128 ) TAardennes/wintered_grey -216 -152 0.00 1 1 0 65536 0 +surfaceparm detail +( -592 2136 -128 ) ( -590 2134 -128 ) ( -591 2135 320 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1051 1796 24 ) ( -1043 2136 24 ) ( -1035 1796 24 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -456 1984 -128 ) ( -452 1988 -128 ) ( -454 1986 56 ) ta_berlin/berlinwall2a_shot -164 -152 0.00 1 1 0 65536 0 +surfaceparm detail +( -396 1930 -128 ) ( -398 1928 -128 ) ( -397 1929 56 ) ta_berlin/berlinwall2a_shot -164 -152 0.00 1 1 0 65536 0 +surfaceparm detail +( -428 1992 16 ) ( -436 1925 16 ) ( -420 1925 16 ) ta_berlin/berlinwall2a_shot -128 216 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1883 +{ +( -1054 2970 776 ) ( -590 2970 776 ) ( -590 2994 776 ) general_structure/beam_wood1 70 -8 -180.00 1 1 0 16384 0 +surfaceparm detail +( -590 2994 784 ) ( -590 2970 784 ) ( -1054 2970 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -590 2994 776 ) ( -590 2986 784 ) ( -1054 2990 780 ) general_structure/shingles_ce2 142 -16 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -590 2970 784 ) ( -590 2978 776 ) ( -1054 2974 780 ) general_structure/beam_wood1 70 -8 -180.00 1 1 0 16384 0 +surfaceparm detail +( -590 2994 776 ) ( -614 2970 776 ) ( -602 2982 784 ) common/nodraw 7 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1030 2970 776 ) ( -1054 2994 776 ) ( -1042 2982 784 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1884 +{ +( -1054 2620 776 ) ( -1030 2620 776 ) ( -1030 2994 776 ) general_structure/beam_wood1 70 -8 -180.00 1 1 0 16384 0 +surfaceparm detail +( -1030 2994 784 ) ( -1030 2620 784 ) ( -1054 2620 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1054 2620 784 ) ( -1030 2620 784 ) ( -1030 2620 776 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1038 2994 776 ) ( -1034 2620 780 ) ( -1030 2994 784 ) general_structure/beam_wood1 70 -8 -180.00 1 1 0 16384 0 +surfaceparm detail +( -1046 2994 784 ) ( -1050 2620 780 ) ( -1054 2994 776 ) general_structure/shingles_ce2 142 -16 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1054 2994 776 ) ( -1030 2970 776 ) ( -1042 2982 784 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1885 +{ +( -614 2620 776 ) ( -590 2620 776 ) ( -590 2994 776 ) general_structure/beam_wood1 70 -8 -180.00 1 1 0 16384 0 +surfaceparm detail +( -590 2994 784 ) ( -590 2620 784 ) ( -614 2620 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2620 784 ) ( -590 2620 784 ) ( -590 2620 776 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -590 2994 776 ) ( -594 2620 780 ) ( -598 2994 784 ) general_structure/shingles_ce2 142 -16 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -614 2994 784 ) ( -610 2620 780 ) ( -606 2994 776 ) general_structure/beam_wood1 70 -8 -180.00 1 1 0 16384 0 +surfaceparm detail +( -614 2970 776 ) ( -590 2994 776 ) ( -602 2982 784 ) common/nodraw 7 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1886 +{ +( -1046 2620 784 ) ( -934 2620 784 ) ( -934 2986 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2986 880 ) ( -934 2620 880 ) ( -1046 2620 880 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1046 2620 880 ) ( -934 2620 880 ) ( -934 2620 784 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -950 2986 880 ) ( -998 2620 832 ) ( -1046 2986 784 ) general_structure/shingles_ce2 142 -16 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1030 2986 784 ) ( -982 2620 832 ) ( -934 2986 880 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1046 2986 784 ) ( -934 2874 784 ) ( -990 2930 880 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1887 +{ +( -710 2620 784 ) ( -598 2620 784 ) ( -598 2986 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -598 2986 880 ) ( -598 2620 880 ) ( -710 2620 880 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2620 880 ) ( -598 2620 880 ) ( -598 2620 784 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -598 2986 784 ) ( -646 2620 832 ) ( -694 2986 880 ) general_structure/shingles_ce2 142 -16 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -710 2986 880 ) ( -662 2620 832 ) ( -614 2986 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2874 784 ) ( -598 2986 784 ) ( -654 2930 880 ) common/nodraw 7 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1888 +{ +( -1046 2880 784 ) ( -598 2880 784 ) ( -598 2986 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -598 2986 880 ) ( -598 2880 880 ) ( -1046 2880 880 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -598 2986 784 ) ( -598 2890 880 ) ( -1046 2938 832 ) general_structure/shingles_ce2 142 -16 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -598 2874 880 ) ( -598 2970 784 ) ( -1046 2922 832 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2874 784 ) ( -1046 2986 784 ) ( -990 2930 880 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -598 2986 784 ) ( -710 2874 784 ) ( -654 2930 880 ) common/nodraw 7 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1889 +{ +( -998 2938 656 ) ( -934 2938 656 ) ( -934 2970 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2970 752 ) ( -934 2938 752 ) ( -998 2938 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2970 752 ) ( -998 2970 752 ) ( -998 2970 656 ) general_structure/denmark_win2 -51 147 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -998 2970 752 ) ( -998 2938 752 ) ( -998 2938 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -998 2938 752 ) ( -934 2938 752 ) ( -934 2938 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2938 752 ) ( -934 2970 752 ) ( -934 2970 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1890 +{ +( -934 2938 656 ) ( -902 2938 656 ) ( -902 2970 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -902 2970 752 ) ( -902 2938 752 ) ( -934 2938 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -902 2970 752 ) ( -934 2970 752 ) ( -934 2970 656 ) central_europe/tudor_set1_exwall1a -252 16 0.00 0.800293 1 0 65536 0 +surfaceparm detail +( -934 2970 752 ) ( -934 2938 752 ) ( -934 2938 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -934 2938 752 ) ( -902 2938 752 ) ( -902 2938 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -902 2938 752 ) ( -902 2970 752 ) ( -902 2970 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1891 +{ +( -902 2938 656 ) ( -838 2938 656 ) ( -838 2970 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -838 2970 752 ) ( -838 2938 752 ) ( -902 2938 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -838 2970 752 ) ( -902 2970 752 ) ( -902 2970 656 ) general_structure/denmark_win2 -116 147 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -902 2970 752 ) ( -902 2938 752 ) ( -902 2938 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -902 2938 752 ) ( -838 2938 752 ) ( -838 2938 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -838 2938 752 ) ( -838 2970 752 ) ( -838 2970 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1892 +{ +( -838 2938 656 ) ( -806 2938 656 ) ( -806 2970 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -806 2970 752 ) ( -806 2938 752 ) ( -838 2938 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -806 2970 752 ) ( -838 2970 752 ) ( -838 2970 656 ) central_europe/tudor_set1_exwall1a -252 16 0.00 0.800293 1 0 65536 0 +surfaceparm detail +( -838 2970 752 ) ( -838 2938 752 ) ( -838 2938 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -838 2938 752 ) ( -806 2938 752 ) ( -806 2938 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -806 2938 752 ) ( -806 2970 752 ) ( -806 2970 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1893 +{ +( -806 2938 656 ) ( -742 2938 656 ) ( -742 2970 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -742 2970 752 ) ( -742 2938 752 ) ( -806 2938 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -742 2970 752 ) ( -806 2970 752 ) ( -806 2970 656 ) general_structure/denmark_win2 -51 147 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -806 2970 752 ) ( -806 2938 752 ) ( -806 2938 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -806 2938 752 ) ( -742 2938 752 ) ( -742 2938 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -742 2938 752 ) ( -742 2970 752 ) ( -742 2970 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1894 +{ +( -742 2938 656 ) ( -710 2938 656 ) ( -710 2970 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2970 752 ) ( -710 2938 752 ) ( -742 2938 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2970 752 ) ( -742 2970 752 ) ( -742 2970 656 ) central_europe/tudor_set1_exwall1a -252 16 0.00 0.800293 1 0 65536 0 +surfaceparm detail +( -742 2970 752 ) ( -742 2938 752 ) ( -742 2938 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -742 2938 752 ) ( -710 2938 752 ) ( -710 2938 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2938 752 ) ( -710 2970 752 ) ( -710 2970 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1895 +{ +( -710 2938 656 ) ( -646 2938 656 ) ( -646 2970 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2970 752 ) ( -646 2938 752 ) ( -710 2938 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2970 752 ) ( -710 2970 752 ) ( -710 2970 656 ) general_structure/denmark_win2 -116 147 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -710 2970 752 ) ( -710 2938 752 ) ( -710 2938 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -710 2938 752 ) ( -646 2938 752 ) ( -646 2938 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2938 752 ) ( -646 2970 752 ) ( -646 2970 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1896 +{ +( -656 2938 640 ) ( -616 2938 640 ) ( -616 2970 640 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2970 656 ) ( -614 2938 656 ) ( -654 2938 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2970 656 ) ( -654 2970 656 ) ( -654 2970 624 ) central_europe/tudor_set1_exwall1a -252 16 0.00 0.800293 1 0 65536 0 +surfaceparm detail +( -654 2938 656 ) ( -614 2938 656 ) ( -614 2938 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2970 624 ) ( -646 2938 624 ) ( -630 2954 656 ) common/nodraw 7 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -998 2938 624 ) ( -1030 2970 624 ) ( -1014 2954 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1897 +{ +( -662 2938 752 ) ( -614 2938 752 ) ( -614 2970 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2970 784 ) ( -614 2938 784 ) ( -662 2938 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2970 784 ) ( -662 2970 784 ) ( -662 2970 752 ) central_europe/tudor_set1_exwall1a -252 16 0.00 0.800293 1 0 65536 0 +surfaceparm detail +( -662 2938 784 ) ( -614 2938 784 ) ( -614 2938 752 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -998 2938 752 ) ( -1030 2970 752 ) ( -1014 2954 784 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -614 2970 752 ) ( -646 2938 752 ) ( -630 2954 784 ) common/nodraw 7 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1898 +{ +( -646 2938 656 ) ( -614 2938 656 ) ( -614 2970 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2970 752 ) ( -614 2938 752 ) ( -646 2938 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2970 752 ) ( -646 2970 752 ) ( -646 2970 656 ) central_europe/tudor_set1_exwall1a -252 16 0.00 0.800293 1 0 65536 0 +surfaceparm detail +( -646 2970 752 ) ( -646 2938 752 ) ( -646 2938 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -614 2970 656 ) ( -646 2938 656 ) ( -630 2954 752 ) common/nodraw 7 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1899 +{ +( -1034 2620 640 ) ( -1000 2620 640 ) ( -1000 2660 640 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -998 2660 784 ) ( -998 2620 784 ) ( -1032 2620 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2660 784 ) ( -1030 2620 784 ) ( -1030 2620 624 ) central_europe/tudor_set1_exwall1a -216 16 0.00 0.649414 1 0 65536 0 +surfaceparm detail +( -1032 2620 784 ) ( -998 2620 784 ) ( -998 2620 624 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -998 2620 784 ) ( -998 2660 784 ) ( -998 2660 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2970 624 ) ( -998 2938 624 ) ( -1014 2954 784 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1900 +{ +( -648 2620 640 ) ( -616 2620 640 ) ( -616 2968 640 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2968 784 ) ( -614 2620 784 ) ( -646 2620 784 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2968 784 ) ( -646 2620 784 ) ( -646 2620 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2620 784 ) ( -614 2620 784 ) ( -614 2620 624 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -614 2620 784 ) ( -614 2968 784 ) ( -614 2968 624 ) central_europe/tudor_set1_exwall1a -204 16 0.00 0.649902 1 0 65536 0 +surfaceparm detail +( -646 2938 624 ) ( -614 2970 624 ) ( -630 2954 784 ) common/nodraw 7 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1901 +{ +( -1030 2938 656 ) ( -998 2938 656 ) ( -998 2970 656 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -998 2970 752 ) ( -998 2938 752 ) ( -1030 2938 752 ) common/nodraw 6 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -998 2970 752 ) ( -1030 2970 752 ) ( -1030 2970 656 ) central_europe/tudor_set1_exwall1a -252 16 0.00 0.800293 1 0 65536 0 +surfaceparm detail +( -998 2938 752 ) ( -998 2970 752 ) ( -998 2970 656 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -998 2938 656 ) ( -1030 2970 656 ) ( -1014 2954 752 ) common/nodraw 8 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1902 +{ +( -614 2302 656 ) ( -646 2302 656 ) ( -646 2270 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2270 752 ) ( -646 2302 752 ) ( -614 2302 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2270 752 ) ( -614 2270 752 ) ( -614 2270 656 ) central_europe/tudor_set1_exwall1a 252 15 -180.00 0.800293 -1 0 65536 0 +surfaceparm detail +( -646 2302 752 ) ( -646 2270 752 ) ( -646 2270 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2302 656 ) ( -614 2270 656 ) ( -630 2286 752 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1903 +{ +( -996 2620 640 ) ( -1028 2620 640 ) ( -1028 2272 640 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2272 784 ) ( -1030 2620 784 ) ( -998 2620 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -998 2272 784 ) ( -998 2620 784 ) ( -998 2620 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -998 2620 784 ) ( -1030 2620 784 ) ( -1030 2620 624 ) common/nodraw -12 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2620 784 ) ( -1030 2272 784 ) ( -1030 2272 624 ) central_europe/tudor_set1_exwall1a 178 15 -180.00 0.649902 -1 0 65536 0 +surfaceparm detail +( -998 2302 624 ) ( -1030 2270 624 ) ( -1014 2286 784 ) common/nodraw -49 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1904 +{ +( -610 2620 640 ) ( -644 2620 640 ) ( -644 2580 640 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2580 784 ) ( -646 2620 784 ) ( -612 2620 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2580 784 ) ( -614 2620 784 ) ( -614 2620 624 ) central_europe/tudor_set1_exwall1a 172 15 -180.00 0.649414 -1 0 65536 0 +surfaceparm detail +( -612 2620 784 ) ( -646 2620 784 ) ( -646 2620 624 ) common/nodraw -12 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2620 784 ) ( -646 2580 784 ) ( -646 2580 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2270 624 ) ( -646 2302 624 ) ( -630 2286 784 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1905 +{ +( -998 2302 656 ) ( -1030 2302 656 ) ( -1030 2270 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2270 752 ) ( -1030 2302 752 ) ( -998 2302 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2270 752 ) ( -998 2270 752 ) ( -998 2270 656 ) central_europe/tudor_set1_exwall1a 252 15 -180.00 0.800293 -1 0 65536 0 +surfaceparm detail +( -998 2270 752 ) ( -998 2302 752 ) ( -998 2302 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2270 656 ) ( -998 2302 656 ) ( -1014 2286 752 ) common/nodraw -49 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1906 +{ +( -982 2302 752 ) ( -1030 2302 752 ) ( -1030 2270 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2270 784 ) ( -1030 2302 784 ) ( -982 2302 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2270 784 ) ( -982 2270 784 ) ( -982 2270 752 ) central_europe/tudor_set1_exwall1a 252 15 -180.00 0.800293 -1 0 65536 0 +surfaceparm detail +( -982 2302 784 ) ( -1030 2302 784 ) ( -1030 2302 752 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2302 752 ) ( -614 2270 752 ) ( -630 2286 784 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2270 752 ) ( -998 2302 752 ) ( -1014 2286 784 ) common/nodraw -49 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1907 +{ +( -988 2302 640 ) ( -1028 2302 640 ) ( -1028 2270 640 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2270 656 ) ( -1030 2302 656 ) ( -990 2302 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2270 656 ) ( -990 2270 656 ) ( -990 2270 624 ) central_europe/tudor_set1_exwall1a 252 15 -180.00 0.800293 -1 0 65536 0 +surfaceparm detail +( -990 2302 656 ) ( -1030 2302 656 ) ( -1030 2302 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2270 624 ) ( -998 2302 624 ) ( -1014 2286 656 ) common/nodraw -49 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2302 624 ) ( -614 2270 624 ) ( -630 2286 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1908 +{ +( -934 2302 656 ) ( -998 2302 656 ) ( -998 2270 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -998 2270 752 ) ( -998 2302 752 ) ( -934 2302 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -998 2270 752 ) ( -934 2270 752 ) ( -934 2270 656 ) general_structure/denmark_win2 52 147 -180.00 0.500000 -0.533386 0 4194304 0 +surfaceparm detail +( -934 2270 752 ) ( -934 2302 752 ) ( -934 2302 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2302 752 ) ( -998 2302 752 ) ( -998 2302 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -998 2302 752 ) ( -998 2270 752 ) ( -998 2270 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1909 +{ +( -902 2302 656 ) ( -934 2302 656 ) ( -934 2270 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2270 752 ) ( -934 2302 752 ) ( -902 2302 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2270 752 ) ( -902 2270 752 ) ( -902 2270 656 ) central_europe/tudor_set1_exwall1a 252 15 -180.00 0.800293 -1 0 65536 0 +surfaceparm detail +( -902 2270 752 ) ( -902 2302 752 ) ( -902 2302 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -902 2302 752 ) ( -934 2302 752 ) ( -934 2302 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2302 752 ) ( -934 2270 752 ) ( -934 2270 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1910 +{ +( -838 2302 656 ) ( -902 2302 656 ) ( -902 2270 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -902 2270 752 ) ( -902 2302 752 ) ( -838 2302 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -902 2270 752 ) ( -838 2270 752 ) ( -838 2270 656 ) general_structure/denmark_win2 117 147 -180.00 0.500000 -0.533386 0 4194304 0 +surfaceparm detail +( -838 2270 752 ) ( -838 2302 752 ) ( -838 2302 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -838 2302 752 ) ( -902 2302 752 ) ( -902 2302 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -902 2302 752 ) ( -902 2270 752 ) ( -902 2270 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1911 +{ +( -806 2302 656 ) ( -838 2302 656 ) ( -838 2270 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -838 2270 752 ) ( -838 2302 752 ) ( -806 2302 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -838 2270 752 ) ( -806 2270 752 ) ( -806 2270 656 ) central_europe/tudor_set1_exwall1a 252 15 -180.00 0.800293 -1 0 65536 0 +surfaceparm detail +( -806 2270 752 ) ( -806 2302 752 ) ( -806 2302 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -806 2302 752 ) ( -838 2302 752 ) ( -838 2302 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -838 2302 752 ) ( -838 2270 752 ) ( -838 2270 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1912 +{ +( -742 2302 656 ) ( -806 2302 656 ) ( -806 2270 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -806 2270 752 ) ( -806 2302 752 ) ( -742 2302 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -806 2270 752 ) ( -742 2270 752 ) ( -742 2270 656 ) general_structure/denmark_win2 52 147 -180.00 0.500000 -0.533386 0 4194304 0 +surfaceparm detail +( -742 2270 752 ) ( -742 2302 752 ) ( -742 2302 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -742 2302 752 ) ( -806 2302 752 ) ( -806 2302 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -806 2302 752 ) ( -806 2270 752 ) ( -806 2270 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1913 +{ +( -710 2302 656 ) ( -742 2302 656 ) ( -742 2270 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -742 2270 752 ) ( -742 2302 752 ) ( -710 2302 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -742 2270 752 ) ( -710 2270 752 ) ( -710 2270 656 ) central_europe/tudor_set1_exwall1a 252 15 -180.00 0.800293 -1 0 65536 0 +surfaceparm detail +( -710 2270 752 ) ( -710 2302 752 ) ( -710 2302 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2302 752 ) ( -742 2302 752 ) ( -742 2302 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -742 2302 752 ) ( -742 2270 752 ) ( -742 2270 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1914 +{ +( -646 2302 656 ) ( -710 2302 656 ) ( -710 2270 656 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2270 752 ) ( -710 2302 752 ) ( -646 2302 752 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2270 752 ) ( -646 2270 752 ) ( -646 2270 656 ) general_structure/denmark_win2 117 147 -180.00 0.500000 -0.533386 0 4194304 0 +surfaceparm detail +( -646 2270 752 ) ( -646 2302 752 ) ( -646 2302 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -646 2302 752 ) ( -710 2302 752 ) ( -710 2302 656 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2302 752 ) ( -710 2270 752 ) ( -710 2270 656 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1915 +{ +( -598 2360 784 ) ( -1046 2360 784 ) ( -1046 2254 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1046 2254 880 ) ( -1046 2360 880 ) ( -598 2360 880 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1046 2254 784 ) ( -1046 2350 880 ) ( -598 2302 832 ) general_structure/shingles_ce2 -152 224 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1046 2366 880 ) ( -1046 2270 784 ) ( -598 2318 832 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2366 784 ) ( -598 2254 784 ) ( -654 2310 880 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1046 2254 784 ) ( -934 2366 784 ) ( -990 2310 880 ) common/nodraw -49 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1916 +{ +( -934 2620 784 ) ( -1046 2620 784 ) ( -1046 2254 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1046 2254 880 ) ( -1046 2620 880 ) ( -934 2620 880 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2620 880 ) ( -1046 2620 880 ) ( -1046 2620 784 ) common/nodraw -12 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1046 2254 784 ) ( -998 2620 832 ) ( -950 2254 880 ) general_structure/shingles_ce2 -152 224 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -934 2254 880 ) ( -982 2620 832 ) ( -1030 2254 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -934 2366 784 ) ( -1046 2254 784 ) ( -990 2310 880 ) common/nodraw -49 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1917 +{ +( -598 2620 784 ) ( -710 2620 784 ) ( -710 2254 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -710 2254 880 ) ( -710 2620 880 ) ( -598 2620 880 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -598 2620 880 ) ( -710 2620 880 ) ( -710 2620 784 ) common/nodraw -12 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -694 2254 880 ) ( -646 2620 832 ) ( -598 2254 784 ) general_structure/shingles_ce2 -152 224 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -614 2254 784 ) ( -662 2620 832 ) ( -710 2254 880 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -598 2254 784 ) ( -710 2366 784 ) ( -654 2310 880 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1918 +{ +( -1030 2620 776 ) ( -1054 2620 776 ) ( -1054 2246 776 ) general_structure/beam_wood1 -76 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1054 2246 784 ) ( -1054 2620 784 ) ( -1030 2620 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1030 2620 784 ) ( -1054 2620 784 ) ( -1054 2620 776 ) common/nodraw -12 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1054 2246 776 ) ( -1050 2620 780 ) ( -1046 2246 784 ) general_structure/shingles_ce2 -152 224 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1030 2246 784 ) ( -1034 2620 780 ) ( -1038 2246 776 ) general_structure/beam_wood1 -76 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1030 2270 776 ) ( -1054 2246 776 ) ( -1042 2258 784 ) common/nodraw -49 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1919 +{ +( -590 2620 776 ) ( -614 2620 776 ) ( -614 2246 776 ) general_structure/beam_wood1 -76 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -614 2246 784 ) ( -614 2620 784 ) ( -590 2620 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -590 2620 784 ) ( -614 2620 784 ) ( -614 2620 776 ) common/nodraw -12 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -606 2246 776 ) ( -610 2620 780 ) ( -614 2246 784 ) general_structure/beam_wood1 -76 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -598 2246 784 ) ( -594 2620 780 ) ( -590 2246 776 ) general_structure/shingles_ce2 -152 224 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -590 2246 776 ) ( -614 2270 776 ) ( -602 2258 784 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1920 +{ +( -590 2270 776 ) ( -1054 2270 776 ) ( -1054 2246 776 ) general_structure/beam_wood1 -76 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1054 2246 784 ) ( -1054 2270 784 ) ( -590 2270 784 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1054 2246 776 ) ( -1054 2254 784 ) ( -590 2250 780 ) general_structure/shingles_ce2 -152 224 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1054 2270 784 ) ( -1054 2262 776 ) ( -590 2266 780 ) general_structure/beam_wood1 -76 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1054 2246 776 ) ( -1030 2270 776 ) ( -1042 2258 784 ) common/nodraw -49 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -614 2270 776 ) ( -590 2246 776 ) ( -602 2258 784 ) common/nodraw -48 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1921 +{ +( 2670 1386 12 ) ( 2286 1386 12 ) ( 2286 1130 12 ) common/caulk -14 50 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1178 12 ) ( 2470 1178 12 ) ( 2486 1178 28 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2566 1206 28 ) ( 2566 1206 12 ) ( 2574 1230 12 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2574 1186 12 ) ( 2574 1174 12 ) ( 2574 1180 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2566 1206 12 ) ( 2566 1206 28 ) ( 2566 1178 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1230 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1922 +{ +( 2670 1386 12 ) ( 2286 1386 12 ) ( 2286 1130 12 ) common/caulk -14 50 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1178 12 ) ( 2470 1178 12 ) ( 2486 1178 28 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1194 28 ) ( 2558 1194 12 ) ( 2566 1206 12 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2566 1186 12 ) ( 2566 1174 12 ) ( 2566 1180 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1194 12 ) ( 2558 1194 28 ) ( 2558 1178 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1206 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1923 +{ +( 2670 1386 12 ) ( 2286 1386 12 ) ( 2286 1130 12 ) common/caulk -14 50 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1178 12 ) ( 2470 1178 12 ) ( 2486 1178 28 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1184 28 ) ( 2542 1184 12 ) ( 2550 1188 12 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2550 1190 12 ) ( 2550 1170 12 ) ( 2550 1180 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1184 12 ) ( 2542 1184 28 ) ( 2542 1178 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1188 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1924 +{ +( 2670 1386 12 ) ( 2286 1386 12 ) ( 2286 1130 12 ) common/caulk -14 50 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1178 12 ) ( 2470 1178 12 ) ( 2486 1178 28 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2550 1188 28 ) ( 2550 1188 12 ) ( 2558 1194 12 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1182 12 ) ( 2558 1170 12 ) ( 2558 1176 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2550 1188 12 ) ( 2550 1188 28 ) ( 2550 1178 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1194 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1925 +{ +( 2670 1386 12 ) ( 2286 1386 12 ) ( 2286 1130 12 ) common/caulk -14 50 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1178 12 ) ( 2470 1178 12 ) ( 2486 1178 28 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2534 1182 28 ) ( 2534 1182 12 ) ( 2542 1184 12 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1186 12 ) ( 2542 1174 12 ) ( 2542 1180 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2534 1182 12 ) ( 2534 1182 28 ) ( 2534 1178 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1184 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 59 -52 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 1926 +{ +( 2758 1130 12 ) ( 2758 1386 12 ) ( 2374 1386 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1178 28 ) ( 2574 1178 12 ) ( 2542 1178 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2478 1206 12 ) ( 2486 1194 12 ) ( 2486 1194 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2478 1180 28 ) ( 2478 1174 12 ) ( 2478 1186 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1178 28 ) ( 2486 1194 28 ) ( 2486 1194 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1206 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1927 +{ +( 2758 1130 12 ) ( 2758 1386 12 ) ( 2374 1386 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1178 28 ) ( 2574 1178 12 ) ( 2542 1178 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1194 12 ) ( 2494 1188 12 ) ( 2494 1188 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1176 28 ) ( 2486 1170 12 ) ( 2486 1182 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2494 1178 28 ) ( 2494 1188 28 ) ( 2494 1188 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1194 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1928 +{ +( 2758 1130 12 ) ( 2758 1386 12 ) ( 2374 1386 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1178 28 ) ( 2574 1178 12 ) ( 2542 1178 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2494 1188 12 ) ( 2502 1184 12 ) ( 2502 1184 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2494 1180 28 ) ( 2494 1170 12 ) ( 2494 1190 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1178 28 ) ( 2502 1184 28 ) ( 2502 1184 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1188 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1929 +{ +( 2758 1130 12 ) ( 2758 1386 12 ) ( 2374 1386 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1178 28 ) ( 2574 1178 12 ) ( 2542 1178 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1184 12 ) ( 2510 1182 12 ) ( 2510 1182 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1180 28 ) ( 2502 1174 12 ) ( 2502 1186 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2510 1178 28 ) ( 2510 1182 28 ) ( 2510 1182 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1184 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 59 -52 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 1930 +{ +( 2758 1130 12 ) ( 2758 1386 12 ) ( 2374 1386 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1178 28 ) ( 2574 1178 12 ) ( 2542 1178 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2510 1182 12 ) ( 2518 1180 12 ) ( 2518 1180 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2510 1180 28 ) ( 2510 1174 12 ) ( 2510 1186 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2518 1178 28 ) ( 2518 1180 28 ) ( 2518 1180 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1182 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 59 -52 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 1931 +{ +( 2670 1386 12 ) ( 2286 1386 12 ) ( 2286 1130 12 ) common/caulk -14 50 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1178 12 ) ( 2470 1178 12 ) ( 2486 1178 28 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2518 1270 12 ) ( 2518 1290 12 ) ( 2518 1280 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1180 12 ) ( 2526 1180 12 ) ( 2514 1180 28 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2526 1186 12 ) ( 2526 1174 12 ) ( 2526 1180 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1180 24 ) ( 2520 1178 24 ) mohcommon/crackedconcrete -128 200 0.00 0.250000 0.250000 0 65536 0 +surfaceparm detail +} +// brush 1932 +{ +( 2670 1386 12 ) ( 2286 1386 12 ) ( 2286 1130 12 ) common/caulk -14 50 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1178 12 ) ( 2470 1178 12 ) ( 2486 1178 28 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2526 1180 28 ) ( 2526 1180 12 ) ( 2534 1182 12 ) common/caulk -62 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2534 1186 12 ) ( 2534 1174 12 ) ( 2534 1180 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2526 1180 12 ) ( 2526 1180 28 ) ( 2526 1178 28 ) common/caulk -10 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1182 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 59 -52 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 1933 +{ +( 2758 1130 12 ) ( 2758 1386 12 ) ( 2374 1386 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1178 28 ) ( 2574 1178 12 ) ( 2542 1178 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2470 1230 12 ) ( 2478 1206 12 ) ( 2478 1206 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2470 1180 28 ) ( 2470 1174 12 ) ( 2470 1186 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2478 1178 28 ) ( 2478 1206 28 ) ( 2478 1206 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1178 24 ) ( 2517 1230 24 ) ( 2520 1178 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1934 +{ +( 2286 1330 12 ) ( 2286 1074 12 ) ( 2670 1074 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1282 28 ) ( 2470 1282 12 ) ( 2502 1282 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2574 1230 12 ) ( 2566 1254 12 ) ( 2566 1254 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2574 1280 28 ) ( 2574 1286 12 ) ( 2574 1274 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2566 1282 28 ) ( 2566 1254 28 ) ( 2566 1254 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1230 24 ) ( 2517 1282 24 ) ( 2520 1230 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1935 +{ +( 2286 1330 12 ) ( 2286 1074 12 ) ( 2670 1074 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1282 28 ) ( 2470 1282 12 ) ( 2502 1282 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2566 1254 12 ) ( 2558 1266 12 ) ( 2558 1266 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2566 1280 28 ) ( 2566 1286 12 ) ( 2566 1274 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1282 28 ) ( 2558 1266 28 ) ( 2558 1266 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1254 24 ) ( 2517 1282 24 ) ( 2520 1254 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1936 +{ +( 2286 1330 12 ) ( 2286 1074 12 ) ( 2670 1074 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1282 28 ) ( 2470 1282 12 ) ( 2502 1282 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1276 12 ) ( 2534 1278 12 ) ( 2534 1278 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1280 28 ) ( 2542 1286 12 ) ( 2542 1274 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2534 1282 28 ) ( 2534 1278 28 ) ( 2534 1278 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1276 24 ) ( 2517 1282 24 ) ( 2520 1276 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1937 +{ +( 2286 1330 12 ) ( 2286 1074 12 ) ( 2670 1074 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1282 28 ) ( 2470 1282 12 ) ( 2502 1282 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2534 1278 12 ) ( 2526 1280 12 ) ( 2526 1280 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2534 1280 28 ) ( 2534 1286 12 ) ( 2534 1274 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2526 1282 28 ) ( 2526 1280 28 ) ( 2526 1280 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1278 24 ) ( 2517 1282 24 ) ( 2520 1278 24 ) algiers/whsflrset1_1b 59 -52 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 1938 +{ +( 2374 1074 12 ) ( 2758 1074 12 ) ( 2758 1330 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 12 ) ( 2574 1282 12 ) ( 2558 1282 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2526 1190 12 ) ( 2526 1170 12 ) ( 2526 1180 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1280 12 ) ( 2518 1280 12 ) ( 2530 1280 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2518 1274 12 ) ( 2518 1286 12 ) ( 2518 1280 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1280 24 ) ( 2517 1282 24 ) ( 2520 1280 24 ) mohcommon/crackedconcrete -128 200 0.00 0.250000 0.250000 0 65536 0 +surfaceparm detail +} +// brush 1939 +{ +( 2374 1074 12 ) ( 2758 1074 12 ) ( 2758 1330 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 12 ) ( 2574 1282 12 ) ( 2558 1282 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2518 1280 28 ) ( 2518 1280 12 ) ( 2510 1278 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2510 1274 12 ) ( 2510 1286 12 ) ( 2510 1280 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2518 1280 12 ) ( 2518 1280 28 ) ( 2518 1282 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1278 24 ) ( 2517 1282 24 ) ( 2520 1278 24 ) algiers/whsflrset1_1b 59 -52 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 1940 +{ +( 2374 1074 12 ) ( 2758 1074 12 ) ( 2758 1330 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 12 ) ( 2574 1282 12 ) ( 2558 1282 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2510 1278 28 ) ( 2510 1278 12 ) ( 2502 1276 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1274 12 ) ( 2502 1286 12 ) ( 2502 1280 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2510 1278 12 ) ( 2510 1278 28 ) ( 2510 1282 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1276 24 ) ( 2517 1282 24 ) ( 2520 1276 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1941 +{ +( 2374 1074 12 ) ( 2758 1074 12 ) ( 2758 1330 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 12 ) ( 2574 1282 12 ) ( 2558 1282 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1276 28 ) ( 2502 1276 12 ) ( 2494 1272 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2494 1270 12 ) ( 2494 1290 12 ) ( 2494 1280 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1276 12 ) ( 2502 1276 28 ) ( 2502 1282 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1272 24 ) ( 2517 1282 24 ) ( 2520 1272 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1942 +{ +( 2374 1074 12 ) ( 2758 1074 12 ) ( 2758 1330 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 12 ) ( 2574 1282 12 ) ( 2558 1282 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2494 1272 28 ) ( 2494 1272 12 ) ( 2486 1266 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1278 12 ) ( 2486 1290 12 ) ( 2486 1284 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2494 1272 12 ) ( 2494 1272 28 ) ( 2494 1282 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1266 24 ) ( 2517 1282 24 ) ( 2520 1266 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1943 +{ +( 2286 1330 12 ) ( 2286 1074 12 ) ( 2670 1074 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1282 28 ) ( 2470 1282 12 ) ( 2502 1282 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1266 12 ) ( 2550 1272 12 ) ( 2550 1272 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1284 28 ) ( 2558 1290 12 ) ( 2558 1278 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2550 1282 28 ) ( 2550 1272 28 ) ( 2550 1272 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1266 24 ) ( 2517 1282 24 ) ( 2520 1266 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1944 +{ +( 2286 1330 12 ) ( 2286 1074 12 ) ( 2670 1074 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1282 28 ) ( 2470 1282 12 ) ( 2502 1282 12 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2550 1272 12 ) ( 2542 1276 12 ) ( 2542 1276 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2550 1280 28 ) ( 2550 1290 12 ) ( 2550 1270 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 28 ) ( 2542 1276 28 ) ( 2542 1276 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1272 24 ) ( 2517 1282 24 ) ( 2520 1272 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1945 +{ +( 2374 1074 12 ) ( 2758 1074 12 ) ( 2758 1330 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 12 ) ( 2574 1282 12 ) ( 2558 1282 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1266 28 ) ( 2486 1266 12 ) ( 2478 1254 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2478 1274 12 ) ( 2478 1286 12 ) ( 2478 1280 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1266 12 ) ( 2486 1266 28 ) ( 2486 1282 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1254 24 ) ( 2517 1282 24 ) ( 2520 1254 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1946 +{ +( 2374 1074 12 ) ( 2758 1074 12 ) ( 2758 1330 12 ) common/caulk -14 10 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 12 ) ( 2574 1282 12 ) ( 2558 1282 28 ) common/caulk -14 -44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2478 1254 28 ) ( 2478 1254 12 ) ( 2470 1230 12 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2470 1274 12 ) ( 2470 1286 12 ) ( 2470 1280 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2478 1254 12 ) ( 2478 1254 28 ) ( 2478 1282 28 ) common/caulk -26 -45 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1230 24 ) ( 2517 1282 24 ) ( 2520 1230 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1947 + { + patchDef2 + { + das_boot/ironwall1 + ( 9 5 0 -2147450880 0 +surfaceparm detail ) +( +( ( 2568.823242 1230 28 -11.300000 -3.350000 ) ( 2565.736328 1273.647461 28 -11.470924 -3.350000 ) ( 2522.500000 1276.765137 28 -11.640254 -3.350000 ) ( 2479.263672 1273.646973 28 -11.809585 -3.350000 ) ( 2476.176758 1230 28 -11.980507 -3.350000 ) ) +( ( 2571.913086 1230 28 -11.300000 -3.362070 ) ( 2568.823242 1276.765625 28 -11.470924 -3.362070 ) ( 2522.500000 1279.882324 28 -11.640254 -3.362070 ) ( 2476.176758 1276.765137 28 -11.809585 -3.362070 ) ( 2473.086914 1230 28 -11.980507 -3.362070 ) ) +( ( 2575 1230 28 -11.300000 -3.374128 ) ( 2571.913086 1279.882324 28 -11.470924 -3.374128 ) ( 2522.500000 1283 28 -11.640254 -3.374128 ) ( 2473.086914 1279.881836 28 -11.809585 -3.374128 ) ( 2470 1230 28 -11.980507 -3.374128 ) ) +( ( 2575 1230 26 -11.300000 -3.381941 ) ( 2571.913086 1279.882324 26 -11.470924 -3.381941 ) ( 2522.500000 1283 26 -11.640254 -3.381941 ) ( 2473.086914 1279.881836 26 -11.809585 -3.381941 ) ( 2470 1230 26 -11.980507 -3.381941 ) ) +( ( 2575 1230 24 -11.300000 -3.389753 ) ( 2571.913086 1279.882324 24 -11.470924 -3.389753 ) ( 2522.500000 1283 24 -11.640254 -3.389753 ) ( 2473.086914 1279.881836 24 -11.809585 -3.389753 ) ( 2470 1230 24 -11.980507 -3.389753 ) ) +( ( 2571.913086 1230 24 -11.300000 -3.401811 ) ( 2568.823242 1276.765625 24 -11.470924 -3.401811 ) ( 2522.500000 1279.882324 24 -11.640254 -3.401811 ) ( 2476.176758 1276.765137 24 -11.809585 -3.401811 ) ( 2473.086914 1230 24 -11.980507 -3.401811 ) ) +( ( 2568.823242 1230 24 -11.300000 -3.413881 ) ( 2565.736328 1273.647461 24 -11.470924 -3.413881 ) ( 2522.500000 1276.765137 24 -11.640254 -3.413881 ) ( 2479.263672 1273.646973 24 -11.809585 -3.413881 ) ( 2476.176758 1230 24 -11.980507 -3.413881 ) ) +( ( 2568.823242 1230 26 -11.300000 -3.421694 ) ( 2565.736328 1273.647461 26 -11.470924 -3.421694 ) ( 2522.500000 1276.765137 26 -11.640254 -3.421694 ) ( 2479.263672 1273.646973 26 -11.809585 -3.421694 ) ( 2476.176758 1230 26 -11.980507 -3.421694 ) ) +( ( 2568.823242 1230 28 -11.300000 -3.429506 ) ( 2565.736328 1273.647461 28 -11.470924 -3.429506 ) ( 2522.500000 1276.765137 28 -11.640254 -3.429506 ) ( 2479.263672 1273.646973 28 -11.809585 -3.429506 ) ( 2476.176758 1230 28 -11.980507 -3.429506 ) ) +) + } + } +// brush 1948 + { + patchDef2 + { + das_boot/ironwall1 + ( 9 5 0 -2147450880 0 +surfaceparm detail ) +( +( ( 2476.176758 1230 28 -11.300000 -3.350000 ) ( 2479.264160 1186.353027 28 -11.470922 -3.350000 ) ( 2522.500000 1183.235352 28 -11.640251 -3.350000 ) ( 2565.735840 1186.353027 28 -11.809579 -3.350000 ) ( 2568.823242 1230 28 -11.980501 -3.350000 ) ) +( ( 2473.087402 1230 28 -11.300000 -3.362068 ) ( 2476.176758 1183.235352 28 -11.470922 -3.362068 ) ( 2522.500000 1180.117676 28 -11.640251 -3.362068 ) ( 2568.823242 1183.235352 28 -11.809579 -3.362068 ) ( 2571.912598 1230 28 -11.980501 -3.362068 ) ) +( ( 2470 1230 28 -11.300000 -3.374128 ) ( 2473.087402 1180.117188 28 -11.470922 -3.374128 ) ( 2522.500000 1177 28 -11.640251 -3.374128 ) ( 2571.912598 1180.117676 28 -11.809579 -3.374128 ) ( 2575 1230 28 -11.980501 -3.374128 ) ) +( ( 2470 1230 26 -11.300000 -3.381941 ) ( 2473.087402 1180.117188 26 -11.470922 -3.381941 ) ( 2522.500000 1177 26 -11.640251 -3.381941 ) ( 2571.912598 1180.117676 26 -11.809579 -3.381941 ) ( 2575 1230 26 -11.980501 -3.381941 ) ) +( ( 2470 1230 24 -11.300000 -3.389753 ) ( 2473.087402 1180.117188 24 -11.470922 -3.389753 ) ( 2522.500000 1177 24 -11.640251 -3.389753 ) ( 2571.912598 1180.117676 24 -11.809579 -3.389753 ) ( 2575 1230 24 -11.980501 -3.389753 ) ) +( ( 2473.087402 1230 24 -11.300000 -3.401813 ) ( 2476.176758 1183.235352 24 -11.470922 -3.401813 ) ( 2522.500000 1180.117676 24 -11.640251 -3.401813 ) ( 2568.823242 1183.235352 24 -11.809579 -3.401813 ) ( 2571.912598 1230 24 -11.980501 -3.401813 ) ) +( ( 2476.176758 1230 24 -11.300000 -3.413881 ) ( 2479.264160 1186.353027 24 -11.470922 -3.413881 ) ( 2522.500000 1183.235352 24 -11.640251 -3.413881 ) ( 2565.735840 1186.353027 24 -11.809579 -3.413881 ) ( 2568.823242 1230 24 -11.980501 -3.413881 ) ) +( ( 2476.176758 1230 26 -11.300000 -3.421694 ) ( 2479.264160 1186.353027 26 -11.470922 -3.421694 ) ( 2522.500000 1183.235352 26 -11.640251 -3.421694 ) ( 2565.735840 1186.353027 26 -11.809579 -3.421694 ) ( 2568.823242 1230 26 -11.980501 -3.421694 ) ) +( ( 2476.176758 1230 28 -11.300000 -3.429506 ) ( 2479.264160 1186.353027 28 -11.470922 -3.429506 ) ( 2522.500000 1183.235352 28 -11.640251 -3.429506 ) ( 2565.735840 1186.353027 28 -11.809579 -3.429506 ) ( 2568.823242 1230 28 -11.980501 -3.429506 ) ) +) + } + } +// brush 1949 + { + patchDef2 + { + mohtest/drkgry1flt + ( 9 3 0 -2147450880 0 ) +( +( ( 2522.500000 1279 24 0 0 ) ( 2522.500000 1279 7 0 0.515625 ) ( 2522.500000 1279 -10 0 1.031250 ) ) +( ( 2477.031250 1275.937500 24 0.356029 0 ) ( 2477.031250 1275.937500 7 0.356029 0.515625 ) ( 2477.031250 1275.937500 -10 0.356029 1.031250 ) ) +( ( 2474 1230 24 0.715697 0 ) ( 2474 1230 7 0.715697 0.515625 ) ( 2474 1230 -10 0.715697 1.031250 ) ) +( ( 2477.031250 1184.062500 24 1.075364 0 ) ( 2477.031250 1184.062500 7 1.075364 0.515625 ) ( 2477.031250 1184.062500 -10 1.075364 1.031250 ) ) +( ( 2522.500000 1181 24 1.431393 0 ) ( 2522.500000 1181 7 1.431393 0.515625 ) ( 2522.500000 1181 -10 1.431393 1.031250 ) ) +( ( 2567.968750 1184.062500 24 1.787423 0 ) ( 2567.968750 1184.062500 7 1.787423 0.515625 ) ( 2567.968750 1184.062500 -10 1.787423 1.031250 ) ) +( ( 2571 1230 24 2.147090 0 ) ( 2571 1230 7 2.147090 0.515625 ) ( 2571 1230 -10 2.147090 1.031250 ) ) +( ( 2567.968750 1275.937500 24 2.506757 0 ) ( 2567.968750 1275.937500 7 2.506757 0.515625 ) ( 2567.968750 1275.937500 -10 2.506757 1.031250 ) ) +( ( 2522.500000 1279 24 2.862787 0 ) ( 2522.500000 1279 7 2.862787 0.515625 ) ( 2522.500000 1279 -10 2.862787 1.031250 ) ) +) + } + } +// brush 1950 + { + patchDef2 + { + mohtest/drkgry1flt + ( 9 3 0 -2147450880 0 ) +( +( ( 2522.500000 1282 -10 0 0 ) ( 2522.500000 1282 7 0 0.515625 ) ( 2522.500000 1282 24 0 1.031250 ) ) +( ( 2474.218750 1278.750000 -10 0.378051 0 ) ( 2474.218750 1278.750000 7 0.378051 0.515625 ) ( 2474.218750 1278.750000 24 0.378051 1.031250 ) ) +( ( 2471 1230 -10 0.759740 0 ) ( 2471 1230 7 0.759740 0.515625 ) ( 2471 1230 24 0.759740 1.031250 ) ) +( ( 2474.218750 1181.250000 -10 1.141428 0 ) ( 2474.218750 1181.250000 7 1.141428 0.515625 ) ( 2474.218750 1181.250000 24 1.141428 1.031250 ) ) +( ( 2522.500000 1178 -10 1.519479 0 ) ( 2522.500000 1178 7 1.519479 0.515625 ) ( 2522.500000 1178 24 1.519479 1.031250 ) ) +( ( 2570.781250 1181.250000 -10 1.897530 0 ) ( 2570.781250 1181.250000 7 1.897530 0.515625 ) ( 2570.781250 1181.250000 24 1.897530 1.031250 ) ) +( ( 2574 1230 -10 2.279219 0 ) ( 2574 1230 7 2.279219 0.515625 ) ( 2574 1230 24 2.279219 1.031250 ) ) +( ( 2570.781250 1278.750000 -10 2.660907 0 ) ( 2570.781250 1278.750000 7 2.660907 0.515625 ) ( 2570.781250 1278.750000 24 2.660907 1.031250 ) ) +( ( 2522.500000 1282 -10 3.038958 0 ) ( 2522.500000 1282 7 3.038958 0.515625 ) ( 2522.500000 1282 24 3.038958 1.031250 ) ) +) + } + } +// brush 1951 + { + patchDef2 + { + das_boot/ironwall1 + ( 9 5 0 -2147450880 0 +surfaceparm detail ) +( +( ( 2476.176758 1230 -10 0 0 ) ( 2479.263672 1186.352539 -10 0 0.170924 ) ( 2522.500000 1183.235840 -10 0 0.340254 ) ( 2565.736328 1186.353027 -10 0 0.509584 ) ( 2568.823242 1230 -10 0 0.680506 ) ) +( ( 2473.086914 1230 -10 0.012070 0 ) ( 2476.176758 1183.235352 -10 0.012070 0.170924 ) ( 2522.500000 1180.118164 -10 0.012070 0.340254 ) ( 2568.823242 1183.235840 -10 0.012070 0.509584 ) ( 2571.913086 1230 -10 0.012070 0.680506 ) ) +( ( 2470 1230 -10 0.024128 0 ) ( 2473.086914 1180.117676 -10 0.024128 0.170924 ) ( 2522.500000 1177 -10 0.024128 0.340254 ) ( 2571.913086 1180.118164 -10 0.024128 0.509584 ) ( 2575 1230 -10 0.024128 0.680506 ) ) +( ( 2470 1230 -12 0.031940 0 ) ( 2473.086914 1180.117676 -12 0.031940 0.170924 ) ( 2522.500000 1177 -12 0.031940 0.340254 ) ( 2571.913086 1180.118164 -12 0.031940 0.509584 ) ( 2575 1230 -12 0.031940 0.680506 ) ) +( ( 2470 1230 -14 0.039753 0 ) ( 2473.086914 1180.117676 -14 0.039753 0.170924 ) ( 2522.500000 1177 -14 0.039753 0.340254 ) ( 2571.913086 1180.118164 -14 0.039753 0.509584 ) ( 2575 1230 -14 0.039753 0.680506 ) ) +( ( 2473.086914 1230 -14 0.051811 0 ) ( 2476.176758 1183.235352 -14 0.051811 0.170924 ) ( 2522.500000 1180.118164 -14 0.051811 0.340254 ) ( 2568.823242 1183.235840 -14 0.051811 0.509584 ) ( 2571.913086 1230 -14 0.051811 0.680506 ) ) +( ( 2476.176758 1230 -14 0.063881 0 ) ( 2479.263672 1186.352539 -14 0.063881 0.170924 ) ( 2522.500000 1183.235840 -14 0.063881 0.340254 ) ( 2565.736328 1186.353027 -14 0.063881 0.509584 ) ( 2568.823242 1230 -14 0.063881 0.680506 ) ) +( ( 2476.176758 1230 -12 0.071693 0 ) ( 2479.263672 1186.352539 -12 0.071693 0.170924 ) ( 2522.500000 1183.235840 -12 0.071693 0.340254 ) ( 2565.736328 1186.353027 -12 0.071693 0.509584 ) ( 2568.823242 1230 -12 0.071693 0.680506 ) ) +( ( 2476.176758 1230 -10 0.079506 0 ) ( 2479.263672 1186.352539 -10 0.079506 0.170924 ) ( 2522.500000 1183.235840 -10 0.079506 0.340254 ) ( 2565.736328 1186.353027 -10 0.079506 0.509584 ) ( 2568.823242 1230 -10 0.079506 0.680506 ) ) +) + } + } +// brush 1952 + { + patchDef2 + { + das_boot/ironwall1 + ( 9 5 0 -2147450880 0 +surfaceparm detail ) +( +( ( 2568.823242 1230 -10 0 0 ) ( 2565.735352 1273.646973 -10 0 0.170922 ) ( 2522.500000 1276.764648 -10 0 0.340249 ) ( 2479.264648 1273.646973 -10 0 0.509575 ) ( 2476.176758 1230 -10 0 0.680497 ) ) +( ( 2571.912598 1230 -10 0.012068 0 ) ( 2568.823242 1276.764648 -10 0.012068 0.170922 ) ( 2522.500000 1279.882324 -10 0.012068 0.340249 ) ( 2476.176758 1276.764648 -10 0.012068 0.509575 ) ( 2473.087402 1230 -10 0.012068 0.680497 ) ) +( ( 2575 1230 -10 0.024128 0 ) ( 2571.912598 1279.882324 -10 0.024128 0.170922 ) ( 2522.500000 1283 -10 0.024128 0.340249 ) ( 2473.087402 1279.881836 -10 0.024128 0.509575 ) ( 2470 1230 -10 0.024128 0.680497 ) ) +( ( 2575 1230 -12 0.031940 0 ) ( 2571.912598 1279.882324 -12 0.031940 0.170922 ) ( 2522.500000 1283 -12 0.031940 0.340249 ) ( 2473.087402 1279.881836 -12 0.031940 0.509575 ) ( 2470 1230 -12 0.031940 0.680497 ) ) +( ( 2575 1230 -14 0.039753 0 ) ( 2571.912598 1279.882324 -14 0.039753 0.170922 ) ( 2522.500000 1283 -14 0.039753 0.340249 ) ( 2473.087402 1279.881836 -14 0.039753 0.509575 ) ( 2470 1230 -14 0.039753 0.680497 ) ) +( ( 2571.912598 1230 -14 0.051813 0 ) ( 2568.823242 1276.764648 -14 0.051813 0.170922 ) ( 2522.500000 1279.882324 -14 0.051813 0.340249 ) ( 2476.176758 1276.764648 -14 0.051813 0.509575 ) ( 2473.087402 1230 -14 0.051813 0.680497 ) ) +( ( 2568.823242 1230 -14 0.063881 0 ) ( 2565.735352 1273.646973 -14 0.063881 0.170922 ) ( 2522.500000 1276.764648 -14 0.063881 0.340249 ) ( 2479.264648 1273.646973 -14 0.063881 0.509575 ) ( 2476.176758 1230 -14 0.063881 0.680497 ) ) +( ( 2568.823242 1230 -12 0.071693 0 ) ( 2565.735352 1273.646973 -12 0.071693 0.170922 ) ( 2522.500000 1276.764648 -12 0.071693 0.340249 ) ( 2479.264648 1273.646973 -12 0.071693 0.509575 ) ( 2476.176758 1230 -12 0.071693 0.680497 ) ) +( ( 2568.823242 1230 -10 0.079506 0 ) ( 2565.735352 1273.646973 -10 0.079506 0.170922 ) ( 2522.500000 1276.764648 -10 0.079506 0.340249 ) ( 2479.264648 1273.646973 -10 0.079506 0.509575 ) ( 2476.176758 1230 -10 0.079506 0.680497 ) ) +) + } + } +// brush 1953 +{ +( 2483 1244 16 ) ( 2482 1244 16 ) ( 2482 1240 16 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 18 ) ( 2483 1244 18 ) ( 2483 1240 18 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 164 ) ( 2483 1218 164 ) ( 2483 1218 -48 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 164 ) ( 2483 1243 164 ) ( 2483 1243 -48 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 16 ) ( 2483 1244 16 ) ( 2483 1244 18 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 164 ) ( 2482 1240 164 ) ( 2482 1240 -48 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1954 +{ +( 2483 1244 -1 ) ( 2482 1244 -1 ) ( 2482 1240 -1 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 1 ) ( 2483 1244 1 ) ( 2483 1240 1 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 147 ) ( 2483 1218 147 ) ( 2483 1218 -65 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 147 ) ( 2483 1243 147 ) ( 2483 1243 -65 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -1 ) ( 2483 1244 -1 ) ( 2483 1244 1 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 147 ) ( 2482 1240 147 ) ( 2482 1240 -65 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1955 +{ +( 2483 1244 -18 ) ( 2482 1244 -18 ) ( 2482 1240 -18 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -16 ) ( 2483 1244 -16 ) ( 2483 1240 -16 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 130 ) ( 2483 1218 130 ) ( 2483 1218 -82 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 130 ) ( 2483 1243 130 ) ( 2483 1243 -82 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -18 ) ( 2483 1244 -18 ) ( 2483 1244 -16 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 130 ) ( 2482 1240 130 ) ( 2482 1240 -82 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1956 +{ +( 2483 1244 -35 ) ( 2482 1244 -35 ) ( 2482 1240 -35 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -33 ) ( 2483 1244 -33 ) ( 2483 1240 -33 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 113 ) ( 2483 1218 113 ) ( 2483 1218 -99 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 113 ) ( 2483 1243 113 ) ( 2483 1243 -99 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -35 ) ( 2483 1244 -35 ) ( 2483 1244 -33 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 113 ) ( 2482 1240 113 ) ( 2482 1240 -99 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1957 +{ +( 2483 1244 -52 ) ( 2482 1244 -52 ) ( 2482 1240 -52 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -50 ) ( 2483 1244 -50 ) ( 2483 1240 -50 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 96 ) ( 2483 1218 96 ) ( 2483 1218 -116 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 96 ) ( 2483 1243 96 ) ( 2483 1243 -116 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -52 ) ( 2483 1244 -52 ) ( 2483 1244 -50 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 96 ) ( 2482 1240 96 ) ( 2482 1240 -116 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1958 +{ +( 2483 1244 -69 ) ( 2482 1244 -69 ) ( 2482 1240 -69 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -67 ) ( 2483 1244 -67 ) ( 2483 1240 -67 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 79 ) ( 2483 1218 79 ) ( 2483 1218 -133 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 79 ) ( 2483 1243 79 ) ( 2483 1243 -133 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -69 ) ( 2483 1244 -69 ) ( 2483 1244 -67 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 79 ) ( 2482 1240 79 ) ( 2482 1240 -133 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1959 +{ +( 2483 1244 -86 ) ( 2482 1244 -86 ) ( 2482 1240 -86 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -84 ) ( 2483 1244 -84 ) ( 2483 1240 -84 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 62 ) ( 2483 1218 62 ) ( 2483 1218 -150 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 62 ) ( 2483 1243 62 ) ( 2483 1243 -150 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -86 ) ( 2483 1244 -86 ) ( 2483 1244 -84 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 62 ) ( 2482 1240 62 ) ( 2482 1240 -150 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1960 +{ +( 2483 1244 -103 ) ( 2482 1244 -103 ) ( 2482 1240 -103 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -101 ) ( 2483 1244 -101 ) ( 2483 1240 -101 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 45 ) ( 2483 1218 45 ) ( 2483 1218 -167 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 45 ) ( 2483 1243 45 ) ( 2483 1243 -167 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -103 ) ( 2483 1244 -103 ) ( 2483 1244 -101 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 45 ) ( 2482 1240 45 ) ( 2482 1240 -167 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1961 +{ +( 2483 1244 -120 ) ( 2482 1244 -120 ) ( 2482 1240 -120 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -118 ) ( 2483 1244 -118 ) ( 2483 1240 -118 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 28 ) ( 2483 1218 28 ) ( 2483 1218 -184 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 28 ) ( 2483 1243 28 ) ( 2483 1243 -184 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -120 ) ( 2483 1244 -120 ) ( 2483 1244 -118 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 28 ) ( 2482 1240 28 ) ( 2482 1240 -184 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1962 +{ +( 2483 1244 -137 ) ( 2482 1244 -137 ) ( 2482 1240 -137 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -135 ) ( 2483 1244 -135 ) ( 2483 1240 -135 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 11 ) ( 2483 1218 11 ) ( 2483 1218 -201 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 11 ) ( 2483 1243 11 ) ( 2483 1243 -201 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -137 ) ( 2483 1244 -137 ) ( 2483 1244 -135 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 11 ) ( 2482 1240 11 ) ( 2482 1240 -201 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1963 +{ +( 2483 1244 -154 ) ( 2482 1244 -154 ) ( 2482 1240 -154 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -152 ) ( 2483 1244 -152 ) ( 2483 1240 -152 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2482 1218 -6 ) ( 2483 1218 -6 ) ( 2483 1218 -218 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2483 1240 -6 ) ( 2483 1243 -6 ) ( 2483 1243 -218 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -154 ) ( 2483 1244 -154 ) ( 2483 1244 -152 ) common/caulk -7 -19 0.00 1 1 0 65696 0 +surfaceparm detail +( 2482 1243 -6 ) ( 2482 1240 -6 ) ( 2482 1240 -218 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1964 +{ +( 2286 1330 -10 ) ( 2286 1074 -10 ) ( 2670 1074 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2486 1282 6 ) ( 2470 1282 -10 ) ( 2502 1282 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2574 1230 -10 ) ( 2566 1254 -10 ) ( 2566 1254 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2574 1280 6 ) ( 2574 1286 -10 ) ( 2574 1274 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2566 1282 6 ) ( 2566 1254 6 ) ( 2566 1254 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1230 2 ) ( 2517 1282 2 ) ( 2520 1230 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1965 +{ +( 2286 1330 -10 ) ( 2286 1074 -10 ) ( 2670 1074 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2486 1282 6 ) ( 2470 1282 -10 ) ( 2502 1282 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2566 1254 -10 ) ( 2558 1266 -10 ) ( 2558 1266 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2566 1280 6 ) ( 2566 1286 -10 ) ( 2566 1274 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1282 6 ) ( 2558 1266 6 ) ( 2558 1266 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1254 2 ) ( 2517 1282 2 ) ( 2520 1254 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1966 +{ +( 2286 1330 -10 ) ( 2286 1074 -10 ) ( 2670 1074 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2486 1282 6 ) ( 2470 1282 -10 ) ( 2502 1282 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1276 -10 ) ( 2534 1278 -10 ) ( 2534 1278 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1280 6 ) ( 2542 1286 -10 ) ( 2542 1274 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2534 1282 6 ) ( 2534 1278 6 ) ( 2534 1278 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1276 2 ) ( 2517 1282 2 ) ( 2520 1276 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1967 +{ +( 2286 1330 -10 ) ( 2286 1074 -10 ) ( 2670 1074 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2486 1282 6 ) ( 2470 1282 -10 ) ( 2502 1282 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2534 1278 -10 ) ( 2526 1280 -10 ) ( 2526 1280 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2534 1280 6 ) ( 2534 1286 -10 ) ( 2534 1274 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2526 1282 6 ) ( 2526 1280 6 ) ( 2526 1280 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1278 2 ) ( 2517 1282 2 ) ( 2520 1278 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1968 +{ +( 2374 1074 -10 ) ( 2758 1074 -10 ) ( 2758 1330 -10 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 -10 ) ( 2574 1282 -10 ) ( 2558 1282 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2526 1190 -10 ) ( 2526 1170 -10 ) ( 2526 1180 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1280 -10 ) ( 2518 1280 -10 ) ( 2530 1280 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2518 1274 -10 ) ( 2518 1286 -10 ) ( 2518 1280 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1280 2 ) ( 2517 1282 2 ) ( 2520 1280 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1969 +{ +( 2374 1074 -10 ) ( 2758 1074 -10 ) ( 2758 1330 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2542 1282 -10 ) ( 2574 1282 -10 ) ( 2558 1282 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2518 1280 6 ) ( 2518 1280 -10 ) ( 2510 1278 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2510 1274 -10 ) ( 2510 1286 -10 ) ( 2510 1280 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2518 1280 -10 ) ( 2518 1280 6 ) ( 2518 1282 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1278 2 ) ( 2517 1282 2 ) ( 2520 1278 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1970 +{ +( 2374 1074 -10 ) ( 2758 1074 -10 ) ( 2758 1330 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2542 1282 -10 ) ( 2574 1282 -10 ) ( 2558 1282 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2510 1278 6 ) ( 2510 1278 -10 ) ( 2502 1276 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1274 -10 ) ( 2502 1286 -10 ) ( 2502 1280 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2510 1278 -10 ) ( 2510 1278 6 ) ( 2510 1282 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1276 2 ) ( 2517 1282 2 ) ( 2520 1276 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1971 +{ +( 2374 1074 -10 ) ( 2758 1074 -10 ) ( 2758 1330 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2542 1282 -10 ) ( 2574 1282 -10 ) ( 2558 1282 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1276 6 ) ( 2502 1276 -10 ) ( 2494 1272 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2494 1270 -10 ) ( 2494 1290 -10 ) ( 2494 1280 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1276 -10 ) ( 2502 1276 6 ) ( 2502 1282 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1272 2 ) ( 2517 1282 2 ) ( 2520 1272 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1972 +{ +( 2374 1074 -10 ) ( 2758 1074 -10 ) ( 2758 1330 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2542 1282 -10 ) ( 2574 1282 -10 ) ( 2558 1282 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2494 1272 6 ) ( 2494 1272 -10 ) ( 2486 1266 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1278 -10 ) ( 2486 1290 -10 ) ( 2486 1284 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2494 1272 -10 ) ( 2494 1272 6 ) ( 2494 1282 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1266 2 ) ( 2517 1282 2 ) ( 2520 1266 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1973 +{ +( 2286 1330 -10 ) ( 2286 1074 -10 ) ( 2670 1074 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2486 1282 6 ) ( 2470 1282 -10 ) ( 2502 1282 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1266 -10 ) ( 2550 1272 -10 ) ( 2550 1272 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2558 1284 6 ) ( 2558 1290 -10 ) ( 2558 1278 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2550 1282 6 ) ( 2550 1272 6 ) ( 2550 1272 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1266 2 ) ( 2517 1282 2 ) ( 2520 1266 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1974 +{ +( 2286 1330 -10 ) ( 2286 1074 -10 ) ( 2670 1074 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2486 1282 6 ) ( 2470 1282 -10 ) ( 2502 1282 -10 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2550 1272 -10 ) ( 2542 1276 -10 ) ( 2542 1276 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2550 1280 6 ) ( 2550 1290 -10 ) ( 2550 1270 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2542 1282 6 ) ( 2542 1276 6 ) ( 2542 1276 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1272 2 ) ( 2517 1282 2 ) ( 2520 1272 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1975 +{ +( 2374 1074 -10 ) ( 2758 1074 -10 ) ( 2758 1330 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2542 1282 -10 ) ( 2574 1282 -10 ) ( 2558 1282 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1266 6 ) ( 2486 1266 -10 ) ( 2478 1254 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2478 1274 -10 ) ( 2478 1286 -10 ) ( 2478 1280 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2486 1266 -10 ) ( 2486 1266 6 ) ( 2486 1282 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1254 2 ) ( 2517 1282 2 ) ( 2520 1254 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1976 +{ +( 2374 1074 -10 ) ( 2758 1074 -10 ) ( 2758 1330 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2542 1282 -10 ) ( 2574 1282 -10 ) ( 2558 1282 6 ) common/caulk -14 -1 0.00 1 1 0 65696 0 +surfaceparm detail +( 2478 1254 6 ) ( 2478 1254 -10 ) ( 2470 1230 -10 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2470 1274 -10 ) ( 2470 1286 -10 ) ( 2470 1280 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2478 1254 -10 ) ( 2478 1254 6 ) ( 2478 1282 6 ) common/caulk -10 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 2514 1230 2 ) ( 2517 1282 2 ) ( 2520 1230 2 ) common/caulk -13 3 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1977 +{ +( 2670 1386 -10 ) ( 2286 1386 -10 ) ( 2286 1130 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2502 1178 -10 ) ( 2470 1178 -10 ) ( 2486 1178 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2566 1206 6 ) ( 2566 1206 -10 ) ( 2574 1230 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2574 1186 -10 ) ( 2574 1174 -10 ) ( 2574 1180 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2566 1206 -10 ) ( 2566 1206 6 ) ( 2566 1178 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1230 2 ) ( 2527 1178 2 ) ( 2524 1230 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1978 +{ +( 2670 1386 -10 ) ( 2286 1386 -10 ) ( 2286 1130 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2502 1178 -10 ) ( 2470 1178 -10 ) ( 2486 1178 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2558 1194 6 ) ( 2558 1194 -10 ) ( 2566 1206 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2566 1186 -10 ) ( 2566 1174 -10 ) ( 2566 1180 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2558 1194 -10 ) ( 2558 1194 6 ) ( 2558 1178 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1206 2 ) ( 2527 1178 2 ) ( 2524 1206 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1979 +{ +( 2758 1130 -10 ) ( 2758 1386 -10 ) ( 2374 1386 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2558 1178 6 ) ( 2574 1178 -10 ) ( 2542 1178 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2494 1188 -10 ) ( 2502 1184 -10 ) ( 2502 1184 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2494 1180 6 ) ( 2494 1170 -10 ) ( 2494 1190 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2502 1178 6 ) ( 2502 1184 6 ) ( 2502 1184 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1188 2 ) ( 2527 1178 2 ) ( 2524 1188 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1980 +{ +( 2758 1130 -10 ) ( 2758 1386 -10 ) ( 2374 1386 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2558 1178 6 ) ( 2574 1178 -10 ) ( 2542 1178 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2486 1194 -10 ) ( 2494 1188 -10 ) ( 2494 1188 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2486 1176 6 ) ( 2486 1170 -10 ) ( 2486 1182 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2494 1178 6 ) ( 2494 1188 6 ) ( 2494 1188 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1194 2 ) ( 2527 1178 2 ) ( 2524 1194 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1981 +{ +( 2670 1386 -10 ) ( 2286 1386 -10 ) ( 2286 1130 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2502 1178 -10 ) ( 2470 1178 -10 ) ( 2486 1178 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2550 1188 6 ) ( 2550 1188 -10 ) ( 2558 1194 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2558 1182 -10 ) ( 2558 1170 -10 ) ( 2558 1176 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2550 1188 -10 ) ( 2550 1188 6 ) ( 2550 1178 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1194 2 ) ( 2527 1178 2 ) ( 2524 1194 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1982 +{ +( 2670 1386 -10 ) ( 2286 1386 -10 ) ( 2286 1130 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2502 1178 -10 ) ( 2470 1178 -10 ) ( 2486 1178 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2542 1184 6 ) ( 2542 1184 -10 ) ( 2550 1188 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2550 1190 -10 ) ( 2550 1170 -10 ) ( 2550 1180 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2542 1184 -10 ) ( 2542 1184 6 ) ( 2542 1178 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1188 2 ) ( 2527 1178 2 ) ( 2524 1188 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1983 +{ +( 2670 1386 -10 ) ( 2286 1386 -10 ) ( 2286 1130 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2502 1178 -10 ) ( 2470 1178 -10 ) ( 2486 1178 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2534 1182 6 ) ( 2534 1182 -10 ) ( 2542 1184 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2542 1186 -10 ) ( 2542 1174 -10 ) ( 2542 1180 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2534 1182 -10 ) ( 2534 1182 6 ) ( 2534 1178 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1184 2 ) ( 2527 1178 2 ) ( 2524 1184 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1984 +{ +( 2670 1386 -10 ) ( 2286 1386 -10 ) ( 2286 1130 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2502 1178 -10 ) ( 2470 1178 -10 ) ( 2486 1178 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2526 1180 6 ) ( 2526 1180 -10 ) ( 2534 1182 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2534 1186 -10 ) ( 2534 1174 -10 ) ( 2534 1180 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2526 1180 -10 ) ( 2526 1180 6 ) ( 2526 1178 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1182 2 ) ( 2527 1178 2 ) ( 2524 1182 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1985 +{ +( 2670 1386 -10 ) ( 2286 1386 -10 ) ( 2286 1130 -10 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2502 1178 -10 ) ( 2470 1178 -10 ) ( 2486 1178 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2518 1270 -10 ) ( 2518 1290 -10 ) ( 2518 1280 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2502 1180 -10 ) ( 2526 1180 -10 ) ( 2514 1180 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2526 1186 -10 ) ( 2526 1174 -10 ) ( 2526 1180 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1180 2 ) ( 2527 1178 2 ) ( 2524 1180 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1986 +{ +( 2758 1130 -10 ) ( 2758 1386 -10 ) ( 2374 1386 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2558 1178 6 ) ( 2574 1178 -10 ) ( 2542 1178 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2510 1182 -10 ) ( 2518 1180 -10 ) ( 2518 1180 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2510 1180 6 ) ( 2510 1174 -10 ) ( 2510 1186 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2518 1178 6 ) ( 2518 1180 6 ) ( 2518 1180 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1182 2 ) ( 2527 1178 2 ) ( 2524 1182 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1987 +{ +( 2758 1130 -10 ) ( 2758 1386 -10 ) ( 2374 1386 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2558 1178 6 ) ( 2574 1178 -10 ) ( 2542 1178 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2502 1184 -10 ) ( 2510 1182 -10 ) ( 2510 1182 6 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2502 1180 6 ) ( 2502 1174 -10 ) ( 2502 1186 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2510 1178 6 ) ( 2510 1182 6 ) ( 2510 1182 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1184 2 ) ( 2527 1178 2 ) ( 2524 1184 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1988 +{ +( 2758 1130 -10 ) ( 2758 1386 -10 ) ( 2374 1386 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2558 1178 6 ) ( 2574 1178 -10 ) ( 2542 1178 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2478 1206 -10 ) ( 2486 1194 -10 ) ( 2486 1194 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2478 1180 6 ) ( 2478 1174 -10 ) ( 2478 1186 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2486 1178 6 ) ( 2486 1194 6 ) ( 2486 1194 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1206 2 ) ( 2527 1178 2 ) ( 2524 1206 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1989 +{ +( 2758 1130 -10 ) ( 2758 1386 -10 ) ( 2374 1386 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2558 1178 6 ) ( 2574 1178 -10 ) ( 2542 1178 -10 ) common/caulk 38 -2 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2470 1230 -10 ) ( 2478 1206 -10 ) ( 2478 1206 6 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2470 1180 6 ) ( 2470 1174 -10 ) ( 2470 1186 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2478 1178 6 ) ( 2478 1206 6 ) ( 2478 1206 -10 ) common/caulk 18 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2530 1230 2 ) ( 2527 1178 2 ) ( 2524 1230 2 ) common/caulk 37 -26 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1990 + { + patchDef2 + { + mohtest/drkgry1flt + ( 9 3 0 -2147450880 0 ) +( +( ( 2522.500000 1282 -10 0 0 ) ( 2522.500000 1282 7 0 0.515625 ) ( 2522.500000 1282 24 0 1.031250 ) ) +( ( 2474.218750 1278.750000 -10 0.378051 0 ) ( 2474.218750 1278.750000 7 0.378051 0.515625 ) ( 2474.218750 1278.750000 24 0.378051 1.031250 ) ) +( ( 2471 1230 -10 0.759740 0 ) ( 2471 1230 7 0.759740 0.515625 ) ( 2471 1230 24 0.759740 1.031250 ) ) +( ( 2474.218750 1181.250000 -10 1.141428 0 ) ( 2474.218750 1181.250000 7 1.141428 0.515625 ) ( 2474.218750 1181.250000 24 1.141428 1.031250 ) ) +( ( 2522.500000 1178 -10 1.519479 0 ) ( 2522.500000 1178 7 1.519479 0.515625 ) ( 2522.500000 1178 24 1.519479 1.031250 ) ) +( ( 2570.781250 1181.250000 -10 1.897530 0 ) ( 2570.781250 1181.250000 7 1.897530 0.515625 ) ( 2570.781250 1181.250000 24 1.897530 1.031250 ) ) +( ( 2574 1230 -10 2.279219 0 ) ( 2574 1230 7 2.279219 0.515625 ) ( 2574 1230 24 2.279219 1.031250 ) ) +( ( 2570.781250 1278.750000 -10 2.660907 0 ) ( 2570.781250 1278.750000 7 2.660907 0.515625 ) ( 2570.781250 1278.750000 24 2.660907 1.031250 ) ) +( ( 2522.500000 1282 -10 3.038958 0 ) ( 2522.500000 1282 7 3.038958 0.515625 ) ( 2522.500000 1282 24 3.038958 1.031250 ) ) +) + } + } +// brush 1991 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2692 1580 24 ) ( 2694 1582 24 ) ( 2693 1581 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1582 208 ) ( 2656 1212 208 ) ( 2652 1582 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2504 1376 24 ) ( 2496 1384 24 ) ( 2500 1380 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2520 1408 24 ) ( 2528 1400 24 ) ( 2524 1404 208 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1992 +{ +( 2301 1718 8 ) ( 2714 1305 8 ) ( 3003 1594 8 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 1284 16 ) ( 2642 1286 16 ) ( 2643 1285 464 ) general_structure/plaster_wall3d 232 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2759 1592 16 ) ( 2755 1260 16 ) ( 2751 1592 16 ) general_structure/plaster_wall3d 167 -231 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2592 1400 8 ) ( 2616 1400 8 ) ( 2604 1400 16 ) general_structure/plaster_wall3d 8 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2680 1376 8 ) ( 2680 1360 8 ) ( 2680 1368 16 ) general_structure/plaster_wall3d 8 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1993 +{ +( 2029 1686 -168 ) ( 2442 1273 -168 ) ( 2731 1562 -168 ) general_structure/plaster_wall3d 152 -199 -180.00 1 1 0 65536 0 +surfaceparm detail +( 1944 1608 272 ) ( 1944 1608 288 ) ( 2360 1192 288 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2736 1608 288 ) ( 2736 1608 272 ) ( 2440 1312 272 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2366 1562 -168 ) ( 2368 1560 -168 ) ( 2367 1561 280 ) general_structure/plaster_wall3d 199 -191 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2510 1398 -168 ) ( 2512 1400 -168 ) ( 2511 1399 280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2492 1400 16 ) ( 2488 1212 16 ) ( 2484 1400 16 ) general_structure/plaster_wall3d 152 -199 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1994 +{ +( 2197 1518 -176 ) ( 2610 1105 -176 ) ( 2899 1394 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2520 1408 -176 ) ( 2520 1408 272 ) ( 2332 1220 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2542 1386 -176 ) ( 2544 1384 -176 ) ( 2543 1385 272 ) general_structure/plaster_wall3d 31 -199 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2696 1232 -176 ) ( 2694 1230 -176 ) ( 2695 1231 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2500 1052 -176 ) ( 2498 1054 -176 ) ( 2499 1053 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2655 1392 -168 ) ( 2651 1060 -168 ) ( 2647 1392 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1995 +{ +( 2197 1518 -168 ) ( 2610 1105 -168 ) ( 2899 1394 -168 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2696 1400 16 ) ( 2696 1400 -176 ) ( 2696 1232 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2680 1400 24 ) ( 2680 1400 -168 ) ( 2696 1400 -168 ) general_structure/plaster_wall3d 30 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2680 1232 -168 ) ( 2680 1232 24 ) ( 2696 1232 24 ) general_structure/plaster_wall3d 30 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2680 1232 24 ) ( 2680 1232 -168 ) ( 2680 1400 -168 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1400 16 ) ( 2656 1224 16 ) ( 2652 1400 16 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1996 +{ +( 2197 1518 -168 ) ( 2610 1105 -168 ) ( 2899 1394 -168 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2112 1440 272 ) ( 2112 1440 288 ) ( 2528 1024 288 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 1232 24 ) ( 2696 1232 -168 ) ( 2512 1048 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 1232 -168 ) ( 2696 1232 24 ) ( 2680 1232 24 ) general_structure/plaster_wall3d 31 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2678 1230 -160 ) ( 2680 1232 -160 ) ( 2679 1231 288 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1232 24 ) ( 2656 1044 24 ) ( 2652 1232 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1997 +{ +( 2285 1606 -176 ) ( 2698 1193 -176 ) ( 2987 1482 -176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2692 1236 -176 ) ( 2690 1238 -176 ) ( 2691 1237 272 ) general_structure/plaster_wall3d 119 -199 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2743 1480 -168 ) ( 2739 1148 -168 ) ( 2735 1480 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2616 1408 -176 ) ( 2640 1408 -176 ) ( 2628 1408 -168 ) general_structure/plaster_wall3d 152 -118 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2696 1400 -176 ) ( 2696 1384 -176 ) ( 2696 1392 -168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1998 +{ +( 2197 1518 -168 ) ( 2610 1105 -168 ) ( 2899 1394 -168 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2528 1400 -160 ) ( 2528 1400 288 ) ( 2340 1212 288 ) general_structure/plaster_wall3d 30 -191 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2112 1440 272 ) ( 2112 1440 288 ) ( 2528 1024 288 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2680 1232 -160 ) ( 2678 1230 -160 ) ( 2679 1231 288 ) general_structure/plaster_wall3d 30 -191 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2506 1062 -168 ) ( 2508 1060 -168 ) ( 2507 1061 280 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1220 24 ) ( 2656 1052 24 ) ( 2652 1220 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1999 +{ +( 2907 1402 432 ) ( 2618 1113 432 ) ( 2205 1526 432 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 2528 1400 -16 ) ( 2528 1400 432 ) ( 2340 1212 432 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2112 1440 416 ) ( 2112 1440 432 ) ( 2528 1024 432 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2680 1232 -16 ) ( 2678 1230 -16 ) ( 2679 1231 432 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2506 1062 -16 ) ( 2508 1060 -16 ) ( 2507 1061 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2675 1052 408 ) ( 2676 1220 408 ) ( 2674 1220 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2000 +{ +( 2528 1400 24 ) ( 2528 1400 472 ) ( 2340 1212 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2112 1440 456 ) ( 2112 1440 472 ) ( 2528 1024 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2680 1232 24 ) ( 2678 1230 24 ) ( 2679 1231 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2506 1062 24 ) ( 2508 1060 24 ) ( 2507 1061 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1052 224 ) ( 2668 1220 224 ) ( 2660 1220 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1220 408 ) ( 2675 1052 408 ) ( 2674 1220 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2001 +{ +( 2907 1402 432 ) ( 2618 1113 432 ) ( 2205 1526 432 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 2528 1400 -16 ) ( 2528 1400 432 ) ( 2340 1212 432 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2526 1386 -16 ) ( 2528 1384 -16 ) ( 2527 1385 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2680 1232 -16 ) ( 2678 1230 -16 ) ( 2679 1231 432 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2508 1060 -16 ) ( 2506 1062 -16 ) ( 2507 1061 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2675 1060 408 ) ( 2676 1392 408 ) ( 2674 1392 408 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 2002 +{ +( 2907 1402 432 ) ( 2618 1113 432 ) ( 2205 1526 432 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 2112 1440 416 ) ( 2112 1440 432 ) ( 2528 1024 432 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2904 1440 472 ) ( 2904 1440 456 ) ( 2608 1144 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2526 1386 -16 ) ( 2528 1384 -16 ) ( 2527 1385 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2678 1230 -16 ) ( 2680 1232 -16 ) ( 2679 1231 432 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2675 1044 408 ) ( 2676 1232 408 ) ( 2674 1232 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2003 +{ +( 2112 1440 456 ) ( 2112 1440 472 ) ( 2528 1024 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2904 1440 472 ) ( 2904 1440 456 ) ( 2608 1144 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2526 1386 24 ) ( 2528 1384 24 ) ( 2527 1385 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2678 1230 24 ) ( 2680 1232 24 ) ( 2679 1231 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1044 224 ) ( 2668 1232 224 ) ( 2660 1232 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1232 408 ) ( 2675 1044 408 ) ( 2674 1232 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2004 +{ +( 2907 1402 432 ) ( 2618 1113 432 ) ( 2205 1526 432 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 2528 1400 472 ) ( 2528 1400 24 ) ( 2696 1232 24 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2528 1400 -16 ) ( 2528 1400 432 ) ( 2340 1212 432 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2904 1440 472 ) ( 2904 1440 456 ) ( 2608 1144 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2528 1384 -16 ) ( 2526 1386 -16 ) ( 2527 1385 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2675 1224 408 ) ( 2676 1400 408 ) ( 2674 1400 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2005 +{ +( 2197 1518 24 ) ( 2610 1105 24 ) ( 2899 1394 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2528 1400 24 ) ( 2528 1400 472 ) ( 2340 1212 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2112 1440 456 ) ( 2112 1440 472 ) ( 2528 1024 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2680 1232 24 ) ( 2678 1230 24 ) ( 2679 1231 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2506 1062 24 ) ( 2508 1060 24 ) ( 2507 1061 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1220 208 ) ( 2656 1052 208 ) ( 2652 1220 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2006 +{ +( 2197 1518 24 ) ( 2610 1105 24 ) ( 2899 1394 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2112 1440 456 ) ( 2112 1440 472 ) ( 2528 1024 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2904 1440 472 ) ( 2904 1440 456 ) ( 2608 1144 456 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2526 1386 24 ) ( 2528 1384 24 ) ( 2527 1385 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2678 1230 24 ) ( 2680 1232 24 ) ( 2679 1231 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1232 208 ) ( 2656 1044 208 ) ( 2652 1232 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2007 +{ +( 2197 1518 24 ) ( 2610 1105 24 ) ( 2899 1394 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2528 1400 472 ) ( 2528 1400 24 ) ( 2696 1232 24 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2528 1400 24 ) ( 2528 1400 472 ) ( 2340 1212 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2904 1440 472 ) ( 2904 1440 456 ) ( 2608 1144 456 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2528 1384 24 ) ( 2526 1386 24 ) ( 2527 1385 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1400 208 ) ( 2656 1224 208 ) ( 2652 1400 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2008 +{ +( 2528 1400 24 ) ( 2528 1400 472 ) ( 2340 1212 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2112 1440 456 ) ( 2112 1440 472 ) ( 2528 1024 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2680 1232 24 ) ( 2678 1230 24 ) ( 2679 1231 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2506 1062 24 ) ( 2508 1060 24 ) ( 2507 1061 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2656 1052 208 ) ( 2660 1220 208 ) ( 2652 1220 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2668 1220 224 ) ( 2664 1052 224 ) ( 2660 1220 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2009 +{ +( 2528 1400 24 ) ( 2528 1400 472 ) ( 2340 1212 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2526 1386 24 ) ( 2528 1384 24 ) ( 2527 1385 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2680 1232 24 ) ( 2678 1230 24 ) ( 2679 1231 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2508 1060 24 ) ( 2506 1062 24 ) ( 2507 1061 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2656 1060 208 ) ( 2660 1392 208 ) ( 2652 1392 208 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2668 1392 224 ) ( 2664 1060 224 ) ( 2660 1392 224 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2010 +{ +( 2112 1440 456 ) ( 2112 1440 472 ) ( 2528 1024 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2904 1440 472 ) ( 2904 1440 456 ) ( 2608 1144 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2526 1386 24 ) ( 2528 1384 24 ) ( 2527 1385 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2678 1230 24 ) ( 2680 1232 24 ) ( 2679 1231 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2656 1044 208 ) ( 2660 1232 208 ) ( 2652 1232 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2668 1232 224 ) ( 2664 1044 224 ) ( 2660 1232 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2011 +{ +( 2528 1400 472 ) ( 2528 1400 24 ) ( 2696 1232 24 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2528 1400 24 ) ( 2528 1400 472 ) ( 2340 1212 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2904 1440 472 ) ( 2904 1440 456 ) ( 2608 1144 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2528 1384 24 ) ( 2526 1386 24 ) ( 2527 1385 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2656 1224 208 ) ( 2660 1400 208 ) ( 2652 1400 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2668 1400 224 ) ( 2664 1224 224 ) ( 2660 1400 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2012 +{ +( 2546 1382 672 ) ( 2546 1382 224 ) ( 2886 1042 224 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2852 1060 224 ) ( 2850 1062 224 ) ( 2851 1061 672 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2818 1390 408 ) ( 2814 1052 408 ) ( 2810 1390 408 ) general_structure/plaster_wall3d 222 -21 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2642 1286 224 ) ( 2634 1278 224 ) ( 2638 1282 408 ) general_structure/plaster_wall3d 21 199 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2574 1338 224 ) ( 2582 1346 224 ) ( 2578 1342 408 ) general_structure/plaster_wall3d 21 199 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2608 1278 224 ) ( 2614 1346 224 ) ( 2602 1346 224 ) general_structure/plaster_wall3d 222 -21 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2013 +{ +( 2191 1168 224 ) ( 2604 755 224 ) ( 2893 1044 224 ) general_structure/plaster_wall3d 222 -21 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2546 1382 672 ) ( 2546 1382 224 ) ( 2886 1042 224 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2726 1262 672 ) ( 2726 1262 656 ) ( 2430 966 656 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2680 1232 224 ) ( 2678 1234 224 ) ( 2679 1233 672 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2818 1390 408 ) ( 2814 1052 408 ) ( 2810 1390 408 ) general_structure/plaster_wall3d 222 -21 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2634 1278 224 ) ( 2642 1286 224 ) ( 2638 1282 408 ) general_structure/plaster_wall3d 21 199 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2014 +{ +( 2191 1168 224 ) ( 2604 755 224 ) ( 2893 1044 224 ) general_structure/plaster_wall3d 222 -21 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2546 1382 672 ) ( 2546 1382 224 ) ( 2886 1042 224 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2554 1426 224 ) ( 2554 1426 672 ) ( 2154 1026 672 ) general_structure/plaster_wall3d 21 199 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2852 1060 224 ) ( 2850 1062 224 ) ( 2851 1061 672 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2818 1390 408 ) ( 2814 1052 408 ) ( 2810 1390 408 ) general_structure/plaster_wall3d 222 -21 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2582 1346 224 ) ( 2574 1338 224 ) ( 2578 1342 408 ) general_structure/plaster_wall3d 21 199 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2015 +{ +( 1948 1604 456 ) ( 1948 1604 472 ) ( 2364 1188 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2692 1580 24 ) ( 2694 1582 24 ) ( 2693 1581 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2664 1212 224 ) ( 2668 1582 224 ) ( 2660 1582 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1582 408 ) ( 2675 1212 408 ) ( 2674 1582 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2336 1232 224 ) ( 2344 1224 224 ) ( 2340 1228 408 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 2016 +{ +( 2197 1518 8 ) ( 2610 1105 8 ) ( 2899 1394 8 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2528 1400 16 ) ( 2528 1400 464 ) ( 2340 1212 464 ) general_structure/plaster_wall3d 31 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2655 1392 24 ) ( 2651 1060 24 ) ( 2647 1392 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2356 1212 16 ) ( 2354 1214 16 ) ( 2355 1213 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2471 1284 8 ) ( 2471 1281 8 ) ( 2471 1282.500000 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2017 +{ +( 2197 1518 8 ) ( 2610 1105 8 ) ( 2899 1394 8 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2540 1388 16 ) ( 2542 1386 16 ) ( 2541 1387 464 ) general_structure/plaster_wall3d 32 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2690 1242 16 ) ( 2688 1240 16 ) ( 2689 1241 464 ) general_structure/plaster_wall3d 31 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2655 1392 24 ) ( 2651 1060 24 ) ( 2647 1392 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2574 1280 8 ) ( 2574 1286 8 ) ( 2574 1283 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2018 +{ +( 2197 1518 8 ) ( 2610 1105 8 ) ( 2899 1394 8 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2528 1400 16 ) ( 2528 1400 464 ) ( 2340 1212 464 ) general_structure/plaster_wall3d 31 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2540 1388 16 ) ( 2542 1386 16 ) ( 2541 1387 464 ) general_structure/plaster_wall3d 32 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2655 1392 24 ) ( 2651 1060 24 ) ( 2647 1392 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2574 1286 8 ) ( 2574 1280 8 ) ( 2574 1283 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2471 1281 8 ) ( 2471 1284 8 ) ( 2471 1282.500000 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2478 1282 8 ) ( 2475 1282 8 ) ( 2476.500000 1282 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2019 +{ +( 2197 1518 8 ) ( 2610 1105 8 ) ( 2899 1394 8 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2690 1242 16 ) ( 2688 1240 16 ) ( 2689 1241 464 ) general_structure/plaster_wall3d 31 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2655 1392 24 ) ( 2651 1060 24 ) ( 2647 1392 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2356 1212 16 ) ( 2354 1214 16 ) ( 2355 1213 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2574 1286 8 ) ( 2574 1280 8 ) ( 2574 1283 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2471 1281 8 ) ( 2471 1284 8 ) ( 2471 1282.500000 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2475 1178 8 ) ( 2479 1178 8 ) ( 2477 1178 24 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2020 +{ +( 2590 1162 2 ) ( 2590 1298 2 ) ( 2574 1282 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2574 1342 6 ) ( 2638 1342 6 ) ( 2638 1150 6 ) common/caulk 5 -30 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2590 1298 2 ) ( 2590 1162 2 ) ( 2590 1162 6 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2574 1186 -10 ) ( 2574 1210 -10 ) ( 2574 1198 6 ) common/caulk 30 -40 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2574 1282 -10 ) ( 2578 1286 -10 ) ( 2576 1284 6 ) common/caulk 30 -40 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2576 1176 -10 ) ( 2574 1178 -10 ) ( 2575 1177 6 ) common/caulk 30 -40 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 2021 +{ +( 2590 1298 2 ) ( 2454 1298 2 ) ( 2470 1282 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2574 1342 6 ) ( 2638 1342 6 ) ( 2638 1150 6 ) common/caulk 5 -30 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2454 1298 2 ) ( 2590 1298 2 ) ( 2590 1298 6 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2550 1282 -10 ) ( 2542 1282 -10 ) ( 2546 1282 6 ) common/caulk 17 -42 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2576 1284 -10 ) ( 2574 1282 -10 ) ( 2575 1283 6 ) common/caulk 17 -41 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2458 1294 -10 ) ( 2454 1298 -10 ) ( 2456 1296 6 ) common/caulk 17 -41 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 2022 +{ +( 2454 1298 2 ) ( 2454 1162 2 ) ( 2470 1178 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2574 1342 6 ) ( 2638 1342 6 ) ( 2638 1150 6 ) common/caulk 5 -30 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2454 1162 2 ) ( 2454 1298 2 ) ( 2454 1298 6 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2470 1282 -10 ) ( 2470 1178 -10 ) ( 2470 1178 6 ) common/caulk 30 -40 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2456 1296 -10 ) ( 2458 1294 -10 ) ( 2457 1295 6 ) common/caulk 30 -40 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2470 1178 -10 ) ( 2468 1176 -10 ) ( 2469 1177 6 ) common/caulk 30 -40 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 2023 +{ +( 2454 1162 2 ) ( 2590 1162 2 ) ( 2574 1178 -10 ) mohcommon/jeff-concrete-wallb 139 -60 -180.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2574 1342 6 ) ( 2638 1342 6 ) ( 2638 1150 6 ) common/caulk 5 -30 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2590 1162 2 ) ( 2454 1162 2 ) ( 2454 1162 6 ) das_boot/ironwall1 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2558 1178 -10 ) ( 2574 1178 -10 ) ( 2566 1178 6 ) common/caulk 17 -42 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2456 1164 -10 ) ( 2458 1166 -10 ) ( 2457 1165 6 ) common/caulk 17 -41 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2574 1178 -10 ) ( 2578 1174 -10 ) ( 2576 1176 6 ) common/caulk 17 -41 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 2024 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2692 1584 24 ) ( 2694 1582 24 ) ( 2693 1583 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2692 1580 24 ) ( 2694 1582 24 ) ( 2693 1581 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1582 208 ) ( 2656 1212 208 ) ( 2652 1582 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2528 1400 24 ) ( 2520 1408 24 ) ( 2524 1404 208 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2025 +{ +( 2743 1574 432 ) ( 2454 1285 432 ) ( 2041 1698 432 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 1948 1604 416 ) ( 1948 1604 432 ) ( 2364 1188 432 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2694 1582 -16 ) ( 2692 1580 -16 ) ( 2693 1581 432 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2378 1894 -16 ) ( 2380 1896 -16 ) ( 2379 1895 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2338 1230 -16 ) ( 2340 1228 -16 ) ( 2339 1229 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2675 1220 408 ) ( 2676 1542 408 ) ( 2674 1542 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2026 +{ +( 1948 1604 456 ) ( 1948 1604 472 ) ( 2364 1188 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1580 24 ) ( 2693 1581 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2378 1894 24 ) ( 2380 1896 24 ) ( 2379 1895 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2338 1230 24 ) ( 2340 1228 24 ) ( 2339 1229 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1220 224 ) ( 2668 1542 224 ) ( 2660 1542 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1542 408 ) ( 2675 1220 408 ) ( 2674 1542 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2027 +{ +( 2743 1574 432 ) ( 2454 1285 432 ) ( 2041 1698 432 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 2692 1584 -16 ) ( 2694 1582 -16 ) ( 2693 1583 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2694 1582 -16 ) ( 2692 1580 -16 ) ( 2693 1581 432 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2378 1894 -16 ) ( 2380 1896 -16 ) ( 2379 1895 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2340 1228 -16 ) ( 2338 1230 -16 ) ( 2339 1229 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2675 1228 408 ) ( 2676 1896 408 ) ( 2674 1896 408 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 2028 +{ +( 2743 1574 432 ) ( 2454 1285 432 ) ( 2041 1698 432 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 1948 1604 416 ) ( 1948 1604 432 ) ( 2364 1188 432 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2740 1612 432 ) ( 2740 1612 416 ) ( 2444 1316 416 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2692 1584 -16 ) ( 2694 1582 -16 ) ( 2693 1583 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2692 1580 -16 ) ( 2694 1582 -16 ) ( 2693 1581 432 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2675 1212 408 ) ( 2676 1582 408 ) ( 2674 1582 408 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 2029 +{ +( 2743 1574 432 ) ( 2454 1285 432 ) ( 2041 1698 432 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 1948 1604 416 ) ( 1948 1604 432 ) ( 2364 1188 432 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2692 1584 -16 ) ( 2694 1582 -16 ) ( 2693 1583 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2380 1896 -16 ) ( 2378 1894 -16 ) ( 2379 1895 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2675 1534 408 ) ( 2676 1904 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2030 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 1948 1604 456 ) ( 1948 1604 472 ) ( 2364 1188 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1580 24 ) ( 2693 1581 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2378 1894 24 ) ( 2380 1896 24 ) ( 2379 1895 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2338 1230 24 ) ( 2340 1228 24 ) ( 2339 1229 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1542 208 ) ( 2656 1220 208 ) ( 2652 1542 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2031 +{ +( 2033 1690 16 ) ( 2446 1277 16 ) ( 2735 1566 16 ) common/nodraw 0 -31 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 2708 1584 16 ) ( 2710 1582 16 ) ( 2709 1583 464 ) common/nodraw 32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2710 1582 16 ) ( 2708 1580 16 ) ( 2709 1581 464 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( 2370 1902 16 ) ( 2372 1904 16 ) ( 2371 1903 464 ) common/nodraw 31 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2331 1221 16 ) ( 2329 1223 16 ) ( 2330 1222 464 ) common/nodraw 32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2658 1896 24 ) ( 2654 1228 24 ) ( 2650 1896 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2032 +{ +( 2033 1690 24 ) ( 2446 1277 24 ) ( 2735 1566 24 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1948 1604 456 ) ( 1948 1604 472 ) ( 2364 1188 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2692 1584 24 ) ( 2694 1582 24 ) ( 2693 1583 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2660 1904 208 ) ( 2656 1534 208 ) ( 2652 1904 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2033 +{ +( 1948 1604 456 ) ( 1948 1604 472 ) ( 2364 1188 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1580 24 ) ( 2693 1581 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2378 1894 24 ) ( 2380 1896 24 ) ( 2379 1895 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2338 1230 24 ) ( 2340 1228 24 ) ( 2339 1229 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2656 1220 208 ) ( 2660 1542 208 ) ( 2652 1542 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2668 1542 224 ) ( 2664 1220 224 ) ( 2660 1542 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2034 +{ +( 1948 1604 456 ) ( 1948 1604 472 ) ( 2364 1188 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2692 1584 24 ) ( 2694 1582 24 ) ( 2693 1583 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2692 1580 24 ) ( 2694 1582 24 ) ( 2693 1581 472 ) general_structure/plaster_wall3d 31 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2656 1212 208 ) ( 2660 1582 208 ) ( 2652 1582 208 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2668 1582 224 ) ( 2664 1212 224 ) ( 2660 1582 224 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2035 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 1948 1604 456 ) ( 1948 1604 472 ) ( 2364 1188 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2692 1584 24 ) ( 2694 1582 24 ) ( 2693 1583 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2656 1534 208 ) ( 2660 1904 208 ) ( 2652 1904 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2668 1904 224 ) ( 2664 1534 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2036 +{ +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1584 24 ) ( 2693 1583 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2656 1574 208 ) ( 2660 1912 208 ) ( 2652 1912 208 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2668 1912 224 ) ( 2664 1574 224 ) ( 2660 1912 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2037 +{ +( 2743 1574 432 ) ( 2454 1285 432 ) ( 2041 1698 432 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 2388 1904 472 ) ( 2388 1904 24 ) ( 2728 1564 24 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2740 1612 432 ) ( 2740 1612 416 ) ( 2444 1316 416 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2694 1582 -16 ) ( 2692 1584 -16 ) ( 2693 1583 432 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2675 1574 408 ) ( 2676 1912 408 ) ( 2674 1912 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2038 +{ +( 2740 1612 472 ) ( 2740 1612 456 ) ( 2444 1316 456 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2692 1584 24 ) ( 2694 1582 24 ) ( 2693 1583 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2692 1580 24 ) ( 2694 1582 24 ) ( 2693 1581 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1212 224 ) ( 2668 1582 224 ) ( 2660 1582 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1582 408 ) ( 2675 1212 408 ) ( 2674 1582 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2528 1384 224 ) ( 2520 1392 224 ) ( 2524 1388 408 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 2039 +{ +( 2342 1282 24 ) ( 2342 1290 24 ) ( 2298 1290 24 ) general_structure/plaster_wall2 133 141 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2298 1290 224 ) ( 2342 1290 224 ) ( 2342 1282 224 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2298 1270 20 ) ( 2298 1270 32 ) ( 2306 1262 32 ) general_structure/plaster_wall2 98 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2326 1278 20 ) ( 2326 1278 32 ) ( 2354 1306 32 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2358 1310 20 ) ( 2358 1310 32 ) ( 2350 1318 32 ) general_structure/plaster_wall2 198 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2318 1286 32 ) ( 2318 1286 20 ) ( 2346 1314 20 ) general_industrial/shmpipe_grey 46 7 0.00 -0.390623 3.125000 0 32768 0 +surfaceparm detail +} +// brush 2040 +{ +( 2334 1290 24 ) ( 2334 1298 24 ) ( 2290 1298 24 ) general_structure/plaster_wall2 141 133 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2290 1298 216 ) ( 2334 1298 216 ) ( 2334 1290 216 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2290 1278 24 ) ( 2290 1278 36 ) ( 2298 1270 36 ) general_structure/plaster_wall2 106 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2318 1286 24 ) ( 2318 1286 36 ) ( 2346 1314 36 ) general_structure/plaster_wall2 -125 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2350 1318 24 ) ( 2350 1318 36 ) ( 2342 1326 36 ) general_structure/plaster_wall2 206 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2310 1294 36 ) ( 2310 1294 24 ) ( 2338 1322 24 ) general_industrial/shmpipe_grey 67 8 0.00 -0.390623 3 0 32768 0 +surfaceparm detail +} +// brush 2041 +{ +( 2326 1298 24 ) ( 2326 1306 24 ) ( 2282 1306 24 ) general_structure/plaster_wall2 149 125 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2282 1306 208 ) ( 2326 1306 208 ) ( 2326 1298 208 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2282 1286 24 ) ( 2282 1286 36 ) ( 2290 1278 36 ) general_structure/plaster_wall2 114 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2310 1294 24 ) ( 2310 1294 36 ) ( 2338 1322 36 ) general_structure/plaster_wall2 -133 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2342 1326 24 ) ( 2342 1326 36 ) ( 2334 1334 36 ) general_structure/plaster_wall2 214 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2302 1302 36 ) ( 2302 1302 24 ) ( 2330 1330 24 ) general_industrial/shmpipe_grey 87 8 0.00 -0.390623 2.875000 0 32768 0 +surfaceparm detail +} +// brush 2042 +{ +( 2318 1306 24 ) ( 2318 1314 24 ) ( 2274 1314 24 ) general_structure/plaster_wall2 157 117 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2274 1322 200 ) ( 2318 1322 200 ) ( 2318 1314 200 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2274 1294 24 ) ( 2274 1294 36 ) ( 2282 1286 36 ) general_structure/plaster_wall2 122 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2302 1302 24 ) ( 2302 1302 36 ) ( 2330 1330 36 ) general_structure/plaster_wall2 -141 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2334 1334 24 ) ( 2334 1334 36 ) ( 2326 1342 36 ) general_structure/plaster_wall2 222 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2294 1310 36 ) ( 2294 1310 24 ) ( 2322 1338 24 ) general_industrial/shmpipe_grey 108 8 0.00 -0.390623 2.750000 0 32768 0 +surfaceparm detail +} +// brush 2043 +{ +( 2310 1314 24 ) ( 2310 1322 24 ) ( 2266 1322 24 ) general_structure/plaster_wall2 165 109 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2266 1322 192 ) ( 2310 1322 192 ) ( 2310 1314 192 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2266 1302 24 ) ( 2266 1302 36 ) ( 2274 1294 36 ) general_structure/plaster_wall2 130 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2294 1310 24 ) ( 2294 1310 36 ) ( 2322 1338 36 ) general_structure/plaster_wall2 -150 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2326 1342 24 ) ( 2326 1342 36 ) ( 2318 1350 36 ) general_structure/plaster_wall2 230 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2286 1318 36 ) ( 2286 1318 24 ) ( 2314 1346 24 ) general_industrial/shmpipe_grey 0 9 0.00 -0.390623 2.625000 0 32768 0 +surfaceparm detail +} +// brush 2044 +{ +( 2302 1322 24 ) ( 2302 1330 24 ) ( 2258 1330 24 ) general_structure/plaster_wall2 173 101 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2258 1326 184 ) ( 2302 1326 184 ) ( 2302 1318 184 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2258 1310 24 ) ( 2258 1310 36 ) ( 2266 1302 36 ) general_structure/plaster_wall2 138 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2286 1318 24 ) ( 2286 1318 36 ) ( 2314 1346 36 ) general_structure/plaster_wall2 -158 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2318 1350 24 ) ( 2318 1350 36 ) ( 2310 1358 36 ) general_structure/plaster_wall2 238 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2278 1326 36 ) ( 2278 1326 24 ) ( 2306 1354 24 ) general_industrial/shmpipe_grey 21 9 0.00 -0.390623 2.500000 0 32768 0 +surfaceparm detail +} +// brush 2045 +{ +( 2294 1330 24 ) ( 2294 1338 24 ) ( 2250 1338 24 ) general_structure/plaster_wall2 181 93 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2250 1342 176 ) ( 2294 1342 176 ) ( 2294 1334 176 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2250 1318 24 ) ( 2250 1318 36 ) ( 2258 1310 36 ) general_structure/plaster_wall2 146 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2278 1326 24 ) ( 2278 1326 36 ) ( 2306 1354 36 ) general_structure/plaster_wall2 -166 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2310 1358 24 ) ( 2310 1358 36 ) ( 2302 1366 36 ) general_structure/plaster_wall2 246 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2270 1334 36 ) ( 2270 1334 24 ) ( 2298 1362 24 ) general_industrial/shmpipe_grey 41 10 0.00 -0.390623 2.375000 0 32768 0 +surfaceparm detail +} +// brush 2046 +{ +( 2222 1402 24 ) ( 2222 1410 24 ) ( 2178 1410 24 ) general_structure/plaster_wall2 254 21 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2178 1406 104 ) ( 2222 1406 104 ) ( 2222 1398 104 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2178 1390 24 ) ( 2178 1390 36 ) ( 2186 1382 36 ) general_structure/plaster_wall2 218 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2206 1398 24 ) ( 2206 1398 36 ) ( 2234 1426 36 ) general_structure/plaster_wall2 -238 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2238 1430 24 ) ( 2238 1430 36 ) ( 2230 1438 36 ) general_structure/plaster_wall2 62 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2198 1406 36 ) ( 2198 1406 24 ) ( 2226 1434 24 ) general_industrial/shmpipe_grey 98 19 0.00 -0.390623 1.250000 0 32768 0 +surfaceparm detail +} +// brush 2047 +{ +( 2230 1394 24 ) ( 2230 1402 24 ) ( 2186 1402 24 ) general_structure/plaster_wall2 245 29 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2186 1402 112 ) ( 2230 1402 112 ) ( 2230 1394 112 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2186 1382 24 ) ( 2186 1382 36 ) ( 2194 1374 36 ) general_structure/plaster_wall2 210 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2214 1390 24 ) ( 2214 1390 36 ) ( 2242 1418 36 ) general_structure/plaster_wall2 -230 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2246 1422 24 ) ( 2246 1422 36 ) ( 2238 1430 36 ) general_structure/plaster_wall2 54 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2206 1398 36 ) ( 2206 1398 24 ) ( 2234 1426 24 ) general_industrial/shmpipe_grey 77 17 0.00 -0.390623 1.375000 0 32768 0 +surfaceparm detail +} +// brush 2048 +{ +( 2238 1386 24 ) ( 2238 1394 24 ) ( 2194 1394 24 ) general_structure/plaster_wall2 237 37 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2194 1394 120 ) ( 2238 1394 120 ) ( 2238 1386 120 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2194 1374 24 ) ( 2194 1374 36 ) ( 2202 1366 36 ) general_structure/plaster_wall2 202 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2222 1382 24 ) ( 2222 1382 36 ) ( 2250 1410 36 ) general_structure/plaster_wall2 -222 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2254 1414 24 ) ( 2254 1414 36 ) ( 2246 1422 36 ) general_structure/plaster_wall2 46 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2214 1390 36 ) ( 2214 1390 24 ) ( 2242 1418 24 ) general_industrial/shmpipe_grey 57 16 0.00 -0.390623 1.500000 0 32768 0 +surfaceparm detail +} +// brush 2049 +{ +( 2246 1378 24 ) ( 2246 1386 24 ) ( 2202 1386 24 ) general_structure/plaster_wall2 229 45 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2202 1386 128 ) ( 2246 1386 128 ) ( 2246 1378 128 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2202 1366 24 ) ( 2202 1366 36 ) ( 2210 1358 36 ) general_structure/plaster_wall2 194 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2230 1374 24 ) ( 2230 1374 36 ) ( 2258 1402 36 ) general_structure/plaster_wall2 -214 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2262 1406 24 ) ( 2262 1406 36 ) ( 2254 1414 36 ) general_structure/plaster_wall2 38 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2222 1382 36 ) ( 2222 1382 24 ) ( 2250 1410 24 ) general_industrial/shmpipe_grey 36 14 0.00 -0.390623 1.625000 0 32768 0 +surfaceparm detail +} +// brush 2050 +{ +( 2254 1370 24 ) ( 2254 1378 24 ) ( 2210 1378 24 ) general_structure/plaster_wall2 221 54 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2210 1378 136 ) ( 2254 1378 136 ) ( 2254 1370 136 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2210 1358 24 ) ( 2210 1358 36 ) ( 2218 1350 36 ) general_structure/plaster_wall2 186 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2238 1366 24 ) ( 2238 1366 36 ) ( 2266 1394 36 ) general_structure/plaster_wall2 -206 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2270 1398 24 ) ( 2270 1398 36 ) ( 2262 1406 36 ) general_structure/plaster_wall2 30 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2230 1374 36 ) ( 2230 1374 24 ) ( 2258 1402 24 ) general_industrial/shmpipe_grey 16 13 0.00 -0.390623 1.750000 0 32768 0 +surfaceparm detail +} +// brush 2051 +{ +( 2262 1362 24 ) ( 2262 1370 24 ) ( 2218 1370 24 ) general_structure/plaster_wall2 213 61 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2218 1374 144 ) ( 2262 1374 144 ) ( 2262 1366 144 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2218 1350 24 ) ( 2218 1350 36 ) ( 2226 1342 36 ) general_structure/plaster_wall2 178 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2246 1358 24 ) ( 2246 1358 36 ) ( 2274 1386 36 ) general_structure/plaster_wall2 -198 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2278 1390 24 ) ( 2278 1390 36 ) ( 2270 1398 36 ) general_structure/plaster_wall2 22 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2238 1366 36 ) ( 2238 1366 24 ) ( 2266 1394 24 ) general_industrial/shmpipe_grey 123 12 0.00 -0.390623 1.875000 0 32768 0 +surfaceparm detail +} +// brush 2052 +{ +( 2270 1354 24 ) ( 2270 1362 24 ) ( 2226 1362 24 ) general_structure/plaster_wall2 205 69 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2226 1362 152 ) ( 2270 1362 152 ) ( 2270 1354 152 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2226 1342 24 ) ( 2226 1342 36 ) ( 2234 1334 36 ) general_structure/plaster_wall2 170 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2254 1350 24 ) ( 2254 1350 36 ) ( 2282 1378 36 ) general_structure/plaster_wall2 -190 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2286 1382 24 ) ( 2286 1382 36 ) ( 2278 1390 36 ) general_structure/plaster_wall2 14 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2246 1358 36 ) ( 2246 1358 24 ) ( 2274 1386 24 ) general_industrial/shmpipe_grey 103 12 0.00 -0.390623 2 0 32768 0 +surfaceparm detail +} +// brush 2053 +{ +( 2278 1346 24 ) ( 2278 1354 24 ) ( 2234 1354 24 ) general_structure/plaster_wall2 197 77 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2234 1354 160 ) ( 2278 1354 160 ) ( 2278 1346 160 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2234 1334 24 ) ( 2234 1334 36 ) ( 2242 1326 36 ) general_structure/plaster_wall2 162 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2262 1342 24 ) ( 2262 1342 36 ) ( 2290 1370 36 ) general_structure/plaster_wall2 -182 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2294 1374 24 ) ( 2294 1374 36 ) ( 2286 1382 36 ) general_structure/plaster_wall2 6 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2254 1350 36 ) ( 2254 1350 24 ) ( 2282 1378 24 ) general_industrial/shmpipe_grey 82 11 0.00 -0.390623 2.125000 0 32768 0 +surfaceparm detail +} +// brush 2054 +{ +( 2286 1338 24 ) ( 2286 1346 24 ) ( 2242 1346 24 ) general_structure/plaster_wall2 189 85 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2242 1354 168 ) ( 2286 1354 168 ) ( 2286 1346 168 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2242 1326 24 ) ( 2242 1326 36 ) ( 2250 1318 36 ) general_structure/plaster_wall2 154 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2270 1334 24 ) ( 2270 1334 36 ) ( 2298 1362 36 ) general_structure/plaster_wall2 -174 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2302 1366 24 ) ( 2302 1366 36 ) ( 2294 1374 36 ) general_structure/plaster_wall2 254 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2262 1342 36 ) ( 2262 1342 24 ) ( 2290 1370 24 ) general_industrial/shmpipe_grey 62 10 0.00 -0.390623 2.250000 0 32768 0 +surfaceparm detail +} +// brush 2055 +{ +( 2214 1410 24 ) ( 2214 1418 24 ) ( 2170 1418 24 ) general_structure/plaster_wall2 4 13 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2170 1418 96 ) ( 2214 1418 96 ) ( 2214 1410 96 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2170 1398 24 ) ( 2170 1398 36 ) ( 2178 1390 36 ) general_structure/plaster_wall2 226 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2198 1406 24 ) ( 2198 1406 36 ) ( 2226 1434 36 ) general_structure/plaster_wall2 -246 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2230 1438 24 ) ( 2230 1438 36 ) ( 2222 1446 36 ) general_structure/plaster_wall2 70 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2190 1414 36 ) ( 2190 1414 24 ) ( 2218 1442 24 ) general_industrial/shmpipe_grey 118 21 0.00 -0.390623 1.125000 0 32768 0 +surfaceparm detail +} +// brush 2056 +{ +( 2206 1418 24 ) ( 2206 1426 24 ) ( 2162 1426 24 ) general_structure/plaster_wall2 12 5 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2162 1426 88 ) ( 2206 1426 88 ) ( 2206 1418 88 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2162 1406 24 ) ( 2162 1406 36 ) ( 2170 1398 36 ) general_structure/plaster_wall2 234 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2190 1414 24 ) ( 2190 1414 36 ) ( 2218 1442 36 ) general_structure/plaster_wall2 -254 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2222 1446 24 ) ( 2222 1446 36 ) ( 2214 1454 36 ) general_structure/plaster_wall2 78 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2182 1422 36 ) ( 2182 1422 24 ) ( 2210 1450 24 ) general_industrial/shmpipe_grey 10 24 0.00 -0.390623 1 0 32768 0 +surfaceparm detail +} +// brush 2057 +{ +( 2198 1426 24 ) ( 2198 1434 24 ) ( 2154 1434 24 ) general_structure/plaster_wall2 21 255 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2154 1434 80 ) ( 2198 1434 80 ) ( 2198 1426 80 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2154 1414 24 ) ( 2154 1414 36 ) ( 2162 1406 36 ) general_structure/plaster_wall2 242 1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2182 1422 24 ) ( 2182 1422 36 ) ( 2210 1450 36 ) general_structure/plaster_wall2 -5 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2214 1454 24 ) ( 2214 1454 36 ) ( 2206 1462 36 ) general_structure/plaster_wall2 86 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2174 1430 36 ) ( 2174 1430 24 ) ( 2202 1458 24 ) general_industrial/shmpipe_grey 31 27 0.00 -0.390623 0.875000 0 32768 0 +surfaceparm detail +} +// brush 2058 +{ +( 2190 1434 24 ) ( 2190 1442 24 ) ( 2146 1442 24 ) general_structure/plaster_wall2 29 245 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2146 1442 72 ) ( 2190 1442 72 ) ( 2190 1434 72 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2146 1422 24 ) ( 2146 1422 36 ) ( 2154 1414 36 ) general_structure/plaster_wall2 250 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2174 1430 24 ) ( 2174 1430 36 ) ( 2202 1458 36 ) general_structure/plaster_wall2 -13 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2206 1462 24 ) ( 2206 1462 36 ) ( 2198 1470 36 ) general_structure/plaster_wall2 94 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2166 1438 36 ) ( 2166 1438 24 ) ( 2194 1466 24 ) general_industrial/shmpipe_grey 51 32 0.00 -0.390623 0.750000 0 32768 0 +surfaceparm detail +} +// brush 2059 +{ +( 2182 1442 24 ) ( 2182 1450 24 ) ( 2138 1450 24 ) general_structure/plaster_wall2 37 237 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2138 1450 64 ) ( 2182 1450 64 ) ( 2182 1442 64 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2138 1430 24 ) ( 2138 1430 36 ) ( 2146 1422 36 ) general_structure/plaster_wall2 2 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2166 1438 24 ) ( 2166 1438 36 ) ( 2194 1466 36 ) general_structure/plaster_wall2 -21 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2198 1470 24 ) ( 2198 1470 36 ) ( 2190 1478 36 ) general_structure/plaster_wall2 102 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2158 1446 36 ) ( 2158 1446 24 ) ( 2186 1474 24 ) general_industrial/shmpipe_grey 72 38 0.00 -0.390623 0.625000 0 32768 0 +surfaceparm detail +} +// brush 2060 +{ +( 2174 1450 24 ) ( 2174 1458 24 ) ( 2130 1458 24 ) general_structure/plaster_wall2 45 229 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2130 1458 56 ) ( 2174 1458 56 ) ( 2174 1450 56 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2130 1438 24 ) ( 2130 1438 36 ) ( 2138 1430 36 ) general_structure/plaster_wall2 10 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2158 1446 24 ) ( 2158 1446 36 ) ( 2186 1474 36 ) general_structure/plaster_wall2 -29 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2190 1478 24 ) ( 2190 1478 36 ) ( 2182 1486 36 ) general_structure/plaster_wall2 110 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2150 1454 36 ) ( 2150 1454 24 ) ( 2178 1482 24 ) general_industrial/shmpipe_grey 92 48 0.00 -0.390623 0.500000 0 32768 0 +surfaceparm detail +} +// brush 2061 +{ +( 2166 1458 24 ) ( 2166 1466 24 ) ( 2122 1466 24 ) general_structure/plaster_wall2 53 221 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2122 1466 48 ) ( 2166 1466 48 ) ( 2166 1458 48 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2122 1446 24 ) ( 2122 1446 36 ) ( 2130 1438 36 ) general_structure/plaster_wall2 18 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2150 1454 24 ) ( 2150 1454 36 ) ( 2178 1482 36 ) general_structure/plaster_wall2 -37 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2182 1486 24 ) ( 2182 1486 36 ) ( 2174 1494 36 ) general_structure/plaster_wall2 118 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2142 1462 36 ) ( 2142 1462 24 ) ( 2170 1490 24 ) general_industrial/shmpipe_grey 113 0 0.00 -0.390623 0.375000 0 32768 0 +surfaceparm detail +} +// brush 2062 +{ +( 2158 1466 24 ) ( 2158 1474 24 ) ( 2114 1474 24 ) general_structure/plaster_wall2 61 213 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2114 1474 40 ) ( 2158 1474 40 ) ( 2158 1466 40 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2114 1454 24 ) ( 2114 1454 36 ) ( 2122 1446 36 ) general_structure/plaster_wall2 26 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2142 1462 24 ) ( 2142 1462 36 ) ( 2170 1490 36 ) general_structure/plaster_wall2 -45 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2174 1494 24 ) ( 2174 1494 36 ) ( 2166 1502 36 ) general_structure/plaster_wall2 126 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2134 1470 36 ) ( 2134 1470 24 ) ( 2162 1498 24 ) general_industrial/shmpipe_grey 5 32 0.00 -0.390623 0.250000 0 32768 0 +surfaceparm detail +} +// brush 2063 +{ +( 2150 1474 24 ) ( 2150 1482 24 ) ( 2106 1482 24 ) general_structure/plaster_wall2 69 205 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2106 1482 32 ) ( 2150 1482 32 ) ( 2150 1474 32 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2106 1462 24 ) ( 2106 1462 36 ) ( 2114 1454 36 ) general_structure/plaster_wall2 34 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2134 1470 24 ) ( 2134 1470 36 ) ( 2162 1498 36 ) general_structure/plaster_wall2 -53 3 0.00 1 1 0 65536 0 +surfaceparm detail +( 2166 1502 24 ) ( 2166 1502 36 ) ( 2158 1510 36 ) general_structure/plaster_wall2 134 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2114 1466 36 ) ( 2114 1466 24 ) ( 2142 1494 24 ) general_structure/plaster_wall2 -69 3 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2064 +{ +( 2692 1584 24 ) ( 2694 1582 24 ) ( 2693 1583 472 ) common/nodraw 32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2694 1582 24 ) ( 2692 1580 24 ) ( 2693 1581 472 ) common/nodraw 31 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2378 1894 24 ) ( 2380 1896 24 ) ( 2379 1895 472 ) common/nodraw 32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2656 1228 208 ) ( 2660 1896 208 ) ( 2652 1896 208 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2668 1896 224 ) ( 2664 1228 224 ) ( 2660 1896 224 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2326 1342 208 ) ( 2318 1350 208 ) ( 2322 1346 224 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 2065 +{ +( 2378 1894 24 ) ( 2380 1896 24 ) ( 2379 1895 472 ) common/nodraw 32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2340 1228 24 ) ( 2338 1230 24 ) ( 2339 1229 472 ) common/nodraw 32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2656 1228 208 ) ( 2660 1896 208 ) ( 2652 1896 208 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2668 1896 224 ) ( 2664 1228 224 ) ( 2660 1896 224 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2318 1350 208 ) ( 2326 1342 208 ) ( 2322 1346 224 ) general_structure/floor4 170 187 -135.02 1.000239 1.000066 0 16384 0 +surfaceparm detail +( 2222 1478 208 ) ( 2216 1472 208 ) ( 2219 1475 224 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 2066 +{ +( 2694 1582 24 ) ( 2692 1580 24 ) ( 2693 1581 472 ) common/nodraw 31 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2340 1228 24 ) ( 2338 1230 24 ) ( 2339 1229 472 ) common/nodraw 32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2656 1228 208 ) ( 2660 1896 208 ) ( 2652 1896 208 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2668 1896 224 ) ( 2664 1228 224 ) ( 2660 1896 224 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2318 1350 208 ) ( 2326 1342 208 ) ( 2322 1346 224 ) general_structure/floor4 170 187 -135.02 1.000239 1.000066 0 16384 0 +surfaceparm detail +( 2352 1304 208 ) ( 2358 1310 208 ) ( 2355 1307 224 ) general_structure/floor4 170 187 -135.02 1.000239 1.000066 0 16384 0 +surfaceparm detail +} +// brush 2067 +{ +( 2059 1780 24 ) ( 2472 1367 24 ) ( 2761 1656 24 ) general_structure/plaster_wall3d 89 -121 -180.00 1 1 0 65536 0 +surfaceparm detail +( 1974 1694 456 ) ( 1974 1694 472 ) ( 2390 1278 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2720 1672 24 ) ( 2718 1670 24 ) ( 2719 1671 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2364 1320 24 ) ( 2366 1318 24 ) ( 2365 1319 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2686 1632 208 ) ( 2682 1310 208 ) ( 2678 1632 208 ) general_structure/plaster_wall3d 89 -121 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2310 1358 24 ) ( 2312 1360 24 ) ( 2311 1359 208 ) general_structure/plaster_wall3d 90 -120 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2068 +{ +( 2059 1780 24 ) ( 2472 1367 24 ) ( 2761 1656 24 ) general_structure/plaster_wall3d 89 -121 -180.00 1 1 0 65536 0 +surfaceparm detail +( 1974 1694 456 ) ( 1974 1694 472 ) ( 2390 1278 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2364 1320 24 ) ( 2366 1318 24 ) ( 2365 1319 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2156 1512 56 ) ( 2164 1520 56 ) ( 2320 1368 208 ) general_structure/stonebricks1drk -67 5 45.00 1 1 0 65536 0 +surfaceparm detail +( 2164 1520 56 ) ( 2156 1512 56 ) ( 2156 1512 24 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2312 1360 24 ) ( 2310 1358 24 ) ( 2311 1359 208 ) general_structure/plaster_wall3d 90 -120 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2069 +{ +( 2004 1664 456 ) ( 2004 1664 472 ) ( 2420 1248 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2726 1674 24 ) ( 2724 1672 24 ) ( 2725 1673 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2554 1826 -120 ) ( 2556 1828 -120 ) ( 2555 1827 328 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2394 1290 -120 ) ( 2396 1288 -120 ) ( 2395 1289 328 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2720 1280 224 ) ( 2724 1602 224 ) ( 2716 1602 224 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2732 1602 264 ) ( 2731 1280 264 ) ( 2730 1602 264 ) general_industrial/shmpipe_grey 0 -63 90.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 2070 +{ +( 1944 1624 456 ) ( 1944 1624 472 ) ( 2360 1208 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2518 1790 -120 ) ( 2516 1788 -120 ) ( 2517 1789 328 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2498 1786 24 ) ( 2500 1788 24 ) ( 2499 1787 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2386 1298 -120 ) ( 2388 1296 -120 ) ( 2387 1297 328 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2664 1240 224 ) ( 2668 1562 224 ) ( 2660 1562 224 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1562 264 ) ( 2675 1240 264 ) ( 2674 1562 264 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 2071 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2278 1794 224 ) ( 2270 1802 224 ) ( 2274 1798 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2282 1814 224 ) ( 2290 1806 224 ) ( 2286 1810 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2072 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2222 1738 224 ) ( 2214 1746 224 ) ( 2218 1742 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2226 1758 224 ) ( 2234 1750 224 ) ( 2230 1754 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2073 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2166 1682 224 ) ( 2158 1690 224 ) ( 2162 1686 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2170 1702 224 ) ( 2178 1694 224 ) ( 2174 1698 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2074 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2110 1626 224 ) ( 2102 1634 224 ) ( 2106 1630 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2114 1646 224 ) ( 2122 1638 224 ) ( 2118 1642 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2075 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 1948 1604 456 ) ( 1948 1604 472 ) ( 2364 1188 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2058 1590 224 ) ( 2066 1582 224 ) ( 2062 1586 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2076 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2692 1584 24 ) ( 2694 1582 24 ) ( 2693 1583 472 ) general_structure/plaster_wall3d 32 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2334 1850 224 ) ( 2326 1858 224 ) ( 2330 1854 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2077 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2066 1582 224 ) ( 2058 1590 224 ) ( 2062 1586 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2102 1634 224 ) ( 2110 1626 224 ) ( 2106 1630 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2058 1666 280 ) ( 2058 1670 280 ) ( 2110.000488 1668 280 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2078 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2122 1638 224 ) ( 2114 1646 224 ) ( 2118 1642 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2158 1690 224 ) ( 2166 1682 224 ) ( 2162 1686 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2114 1666 280 ) ( 2114 1670 280 ) ( 2166.000488 1668 280 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2079 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2178 1694 224 ) ( 2170 1702 224 ) ( 2174 1698 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2214 1746 224 ) ( 2222 1738 224 ) ( 2218 1742 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2154 1666 408 ) ( 2154 1670 408 ) ( 2206.000488 1668 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2080 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2234 1750 224 ) ( 2226 1758 224 ) ( 2230 1754 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2270 1802 224 ) ( 2278 1794 224 ) ( 2274 1798 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2226 1666 280 ) ( 2226 1670 280 ) ( 2278.000488 1668 280 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2081 +{ +( 2404 1936 24 ) ( 2404 1936 472 ) ( 2004 1536 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 24 ) ( 2378 1894 24 ) ( 2379 1895 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2664 1534 224 ) ( 2668 1904 224 ) ( 2660 1904 224 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2290 1806 224 ) ( 2282 1814 224 ) ( 2286 1810 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2326 1858 224 ) ( 2334 1850 224 ) ( 2330 1854 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2282 1666 280 ) ( 2282 1670 280 ) ( 2334.000488 1668 280 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2082 +{ +( 2404 1936 40 ) ( 2404 1936 488 ) ( 2004 1536 488 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 40 ) ( 2378 1894 40 ) ( 2379 1895 488 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2066 1582 224 ) ( 2058 1590 224 ) ( 2062 1586 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2102 1634 240 ) ( 2110 1626 240 ) ( 2106 1630 424 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2058 1680 352 ) ( 2058 1664 352 ) ( 2110.000488 1672 352 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2083 +{ +( 2404 1936 40 ) ( 2404 1936 488 ) ( 2004 1536 488 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 40 ) ( 2378 1894 40 ) ( 2379 1895 488 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2122 1638 224 ) ( 2114 1646 224 ) ( 2118 1642 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2158 1690 240 ) ( 2166 1682 240 ) ( 2162 1686 424 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2114 1680 352 ) ( 2114 1664 352 ) ( 2166.000488 1672 352 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2084 +{ +( 2404 1936 40 ) ( 2404 1936 488 ) ( 2004 1536 488 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 40 ) ( 2378 1894 40 ) ( 2379 1895 488 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2234 1750 240 ) ( 2226 1758 240 ) ( 2230 1754 424 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2270 1802 224 ) ( 2278 1794 224 ) ( 2274 1798 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2226 1680 352 ) ( 2226 1664 352 ) ( 2278.000488 1672 352 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2085 +{ +( 2404 1936 40 ) ( 2404 1936 488 ) ( 2004 1536 488 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2380 1896 40 ) ( 2378 1894 40 ) ( 2379 1895 488 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( 2676 1904 408 ) ( 2675 1534 408 ) ( 2674 1904 408 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2290 1806 240 ) ( 2282 1814 240 ) ( 2286 1810 424 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2326 1858 224 ) ( 2334 1850 224 ) ( 2330 1854 408 ) general_structure/plaster_wall3d 64 -30 -180.00 1 1 0 65536 0 +surfaceparm detail +( 2282 1680 352 ) ( 2282 1664 352 ) ( 2334.000488 1672 352 ) general_structure/plaster_wall3d 63 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2086 +{ +( -4058.724609 2742.225586 472 ) ( -3770.225586 3030.724609 472 ) ( -3357.275391 2617.774414 472 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2744 472 ) ( -3680 2744 24 ) ( -3848 2912 24 ) mohcommon/beam2 0 0 0.00 1 2 0 16384 0 +surfaceparm detail +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4056 2704 472 ) ( -4056 2704 456 ) ( -3760 3000 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2760 24 ) ( -3678 2758 24 ) ( -3679 2759 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3848 2696 448 ) ( -3848 2688 448 ) ( -3672 2692 448 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2087 +{ +( -3680 2744 472 ) ( -3680 2744 24 ) ( -3848 2912 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4056 2704 472 ) ( -4056 2704 456 ) ( -3760 3000 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2760 24 ) ( -3678 2758 24 ) ( -3679 2759 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3827 2920 408 ) ( -3828 2744 408 ) ( -3826 2744 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3848 2688 448 ) ( -3848 2696 448 ) ( -3672 2692 448 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2088 +{ +( -3894.724609 2570.225586 472 ) ( -3606.225586 2858.724609 472 ) ( -3193.275146 2445.774414 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) mohcommon/beam2 0 0 0.00 1 2 0 16384 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3854 2696 448 ) ( -3854 2688 448 ) ( -3484 2692 448 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2089 +{ +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3827 2932 408 ) ( -3828 2561.999512 408 ) ( -3826 2561.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3854 2688 448 ) ( -3854 2696 448 ) ( -3484 2692 448 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2090 +{ +( -3894.724609 2570.225586 472 ) ( -3606.225586 2858.724609 472 ) ( -3193.275146 2445.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) mohcommon/beam2 0 0 0.00 1 2 0 16384 0 +surfaceparm detail +( -3556 2208 24 ) ( -3556 2208 472 ) ( -3156 2608 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) mohcommon/beam2 0 0 0.00 1 2 0 16384 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3862 2696 448 ) ( -3862 2688 448 ) ( -3524 2692 448 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2091 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3556 2208 24 ) ( -3556 2208 472 ) ( -3156 2608 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3827 2570 408 ) ( -3828 2232 408 ) ( -3826 2232 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3862 2688 448 ) ( -3862 2696 448 ) ( -3524 2692 448 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2092 +{ +( -4402.724609 3078.225586 472 ) ( -4114.225586 3366.724609 472 ) ( -3701.275391 2953.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4056 2696 24 ) ( -4056 2696 472 ) ( -3656 3096 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4380 3036 64 ) ( -4384 3040 64 ) ( -4382 3038 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4060 2716 64 ) ( -4056 2720 64 ) ( -4058 2718 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3748 3100 448 ) ( -3756 2708 448 ) ( -3740 2708 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3850 2914 448 ) ( -3848 2912 448 ) ( -3849 2913 472 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2093 +{ +( -3437.416016 3018.828613 472 ) ( -4105.415039 3019.827881 472 ) ( -4105.415527 3017.828369 472 ) general_structure/plaster_wall3d 154 64 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3846 2911 472 ) ( -3847 2912 472 ) ( -3846.500000 2911.500000 731.084290 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3816 2896 472 ) ( -3808 2888 472 ) ( -3812 2892 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3786 2850 472 ) ( -3778 2858 472 ) ( -3782 2854 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3734 2808 472 ) ( -3738 2804 472 ) ( -3736 2806 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3766 2803.499756 488 ) ( -3763 2858 488 ) ( -3760 2803.499756 488 ) general_structure/plaster_wall3d 242 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +} +// brush 2094 +{ +( -3846 2911 472 ) ( -3847 2912 472 ) ( -3846.500000 2911.500000 731.084290 ) general_structure/denmark_win2 84 14 0.00 -0.367188 0.533333 0 4194304 0 +surfaceparm detail +( -3816 2896 472 ) ( -3808 2888 472 ) ( -3812 2892 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3786 2850 472 ) ( -3778 2858 472 ) ( -3782 2854 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3734 2808 472 ) ( -3738 2804 472 ) ( -3736 2806 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3766 2803.499756 584 ) ( -3763 2858 584 ) ( -3760 2803.499756 584 ) general_structure/plaster_wall3d 242 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3763 2858 488 ) ( -3766 2803.499756 488 ) ( -3760 2803.499756 488 ) general_structure/plaster_wall3d 242 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +} +// brush 2095 +{ +( -3846 2911 472 ) ( -3847 2912 472 ) ( -3846.500000 2911.500000 731.084290 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3847.127441 2752 632 ) ( -3847.127441 2760 632 ) ( -3580.876465 2756 632 ) general_structure/plaster_wall3d 242 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3816 2896 472 ) ( -3808 2888 472 ) ( -3812 2892 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3786 2850 472 ) ( -3778 2858 472 ) ( -3782 2854 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3734 2808 472 ) ( -3738 2804 472 ) ( -3736 2806 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3763 2858 584 ) ( -3766 2803.499756 584 ) ( -3760 2803.499756 584 ) general_structure/plaster_wall3d 242 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +} +// brush 2096 +{ +( -3757.415527 3001.827637 88 ) ( -3755.415527 3003.827393 88 ) ( -3756.415039 3002.828613 536 ) general_structure/plaster_wall3d -74 64 0.00 1.002441 1 0 65536 0 +surfaceparm detail +( -3437.416016 3018.828613 472 ) ( -4105.415039 3019.827881 472 ) ( -4105.415527 3017.828369 472 ) general_structure/plaster_wall3d 154 64 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3846 2911 472 ) ( -3847 2912 472 ) ( -3846.500000 2911.500000 731.084290 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3847.127441 2752 632 ) ( -3847.127441 2760 632 ) ( -3580.876465 2756 632 ) general_structure/plaster_wall3d 242 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3816 2896 472 ) ( -3808 2888 472 ) ( -3812 2892 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3778 2858 472 ) ( -3786 2850 472 ) ( -3782 2854 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +} +// brush 2097 +{ +( -3581.414551 2826.827637 88 ) ( -3583.416016 2824.827881 88 ) ( -3582.416016 2825.828125 536 ) general_structure/plaster_wall3d -66 64 0.00 1.000488 1 0 65536 0 +surfaceparm detail +( -3437.416016 3018.828613 472 ) ( -4105.415039 3019.827881 472 ) ( -4105.415527 3017.828369 472 ) general_structure/plaster_wall3d 154 64 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3846 2911 472 ) ( -3847 2912 472 ) ( -3846.500000 2911.500000 731.084290 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3847.127441 2752 632 ) ( -3847.127441 2760 632 ) ( -3580.876465 2756 632 ) general_structure/plaster_wall3d 242 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3816 2896 472 ) ( -3808 2888 472 ) ( -3812 2892 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3738 2804 472 ) ( -3734 2808 472 ) ( -3736 2806 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +} +// brush 2098 +{ +( -3757.415527 3001.827637 88 ) ( -3755.415527 3003.827393 88 ) ( -3756.415039 3002.828613 536 ) general_structure/plaster_wall3d -74 64 0.00 1.002441 1 0 65536 0 +surfaceparm detail +( -3791.415527 3037.827393 45 ) ( -3789.415527 3035.828125 45 ) ( -3790.415039 3036.827637 493 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3581.414551 2826.827637 88 ) ( -3583.416016 2824.827881 88 ) ( -3582.416016 2825.828125 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3437.416016 3018.828613 472 ) ( -4105.415039 3019.827881 472 ) ( -4105.415527 3017.828369 472 ) general_structure/plaster_wall3d 154 64 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3847.127441 2752 632 ) ( -3847.127441 2760 632 ) ( -3580.876465 2756 632 ) general_structure/plaster_wall3d 242 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3808 2888 472 ) ( -3816 2896 472 ) ( -3812 2892 632 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +} +// brush 2099 +{ +( -3757.415527 3001.827637 88 ) ( -3755.415527 3003.827393 88 ) ( -3756.415039 3002.828613 536 ) general_structure/plaster_wall3d -74 64 0.00 1.002441 1 0 65536 0 +surfaceparm detail +( -3791.415527 3037.827393 45 ) ( -3789.415527 3035.828125 45 ) ( -3790.415039 3036.827637 493 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3581.414551 2826.827637 88 ) ( -3583.416016 2824.827881 88 ) ( -3582.416016 2825.828125 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3593.708008 2527.534668 580 ) ( -4103.979004 2725.264648 429 ) ( -3791.437012 3037.805420 731 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3846 2911 472 ) ( -3847 2912 472 ) ( -3846.500000 2911.500000 731.084290 ) general_structure/plaster_wall3d -16 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3847.127441 2760 632 ) ( -3847.127441 2752 632 ) ( -3580.876465 2756 632 ) general_structure/plaster_wall3d 242 156 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +} +// brush 2100 +{ +( -3591.415527 2832.827637 88 ) ( -3589.415527 2834.827393 88 ) ( -3590.415039 2833.828613 536 ) general_structure/plaster_wall3d -246 64 0.00 1.002441 1 0 65536 0 +surfaceparm detail +( -3263.414551 2506.827637 88 ) ( -3265.415771 2504.827881 88 ) ( -3264.415771 2505.828125 536 ) general_structure/plaster_wall3d -238 64 0.00 1.000488 1 0 65536 0 +surfaceparm detail +( -3263.415771 2841.828613 472 ) ( -3931.415039 2842.827881 472 ) ( -3931.415527 2840.828369 472 ) general_structure/plaster_wall3d 233 237 -89.97 1 0.999512 0 65536 0 +surfaceparm detail +( -3419.708008 2350.534668 580 ) ( -3929.979004 2548.264648 429 ) ( -3617.437012 2860.805420 731 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3673 2735 472 ) ( -3672 2734 472 ) ( -3672.500000 2734.500000 731.084290 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2101 +{ +( -3751.189941 3086.552734 733 ) ( -3462.690430 2798.053955 733 ) ( -3875.640625 2385.103271 733 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -3757.415527 3001.827637 88 ) ( -3755.415527 3003.827393 88 ) ( -3756.415039 3002.828613 536 ) mohtest/shngl1 106 -106 135.00 1 1 0 16384 0 +surfaceparm detail +( -3791.415527 3037.827393 45 ) ( -3789.415527 3035.828125 45 ) ( -3790.415039 3036.827637 493 ) mohtest/shngl1 106 -106 135.00 1 1 0 16384 0 +surfaceparm detail +( -3581.414551 2826.827637 88 ) ( -3583.416016 2824.827881 88 ) ( -3582.416016 2825.828125 536 ) mohtest/shngl1 106 -106 135.00 1 1 0 16384 0 +surfaceparm detail +( -3793.559082 3035.684570 733 ) ( -3595.475586 2525.767334 582 ) ( -4105.393066 2723.850830 431 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -4103.979004 2725.264648 429 ) ( -3593.708008 2527.534668 580 ) ( -3791.437012 3037.805420 731 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -3856 2904 472 ) ( -3857 2905 472 ) ( -3856.500000 2904.500000 733 ) mohtest/shngl1 -72 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2102 +{ +( -3586.415527 2839.827637 88 ) ( -3584.415527 2841.827393 88 ) ( -3585.415039 2840.828613 536 ) mohtest/shngl1 106 -106 135.00 1 1 0 16384 0 +surfaceparm detail +( -3262.414551 2507.827637 88 ) ( -3264.415771 2505.827881 88 ) ( -3263.415771 2506.828125 536 ) mohtest/shngl1 106 -106 135.00 1 1 0 16384 0 +surfaceparm detail +( -3262.415771 2842.828613 472 ) ( -3930.415039 2843.827881 472 ) ( -3930.415527 2841.828369 472 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -3618.559082 2859.684570 733 ) ( -3420.475586 2349.767334 582 ) ( -3930.393066 2547.850830 431 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -3928.979004 2549.264648 429 ) ( -3418.708008 2351.534668 580 ) ( -3616.437012 2861.805420 731 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -3680 2728 472 ) ( -3679 2727 472 ) ( -3679.500000 2727.500000 647.230103 ) mohtest/shngl1 15 -15 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2103 +{ +( -3582.415527 2825.827637 88 ) ( -3580.415527 2827.827393 88 ) ( -3581.415039 2826.828613 536 ) mohtest/shngl1 106 -106 135.00 1 1 0 16384 0 +surfaceparm detail +( -3262.414551 2507.827637 88 ) ( -3264.415771 2505.827881 88 ) ( -3263.415771 2506.828125 536 ) mohtest/shngl1 106 -106 135.00 1 1 0 16384 0 +surfaceparm detail +( -3618.559082 2859.684570 733 ) ( -3420.475586 2349.767334 582 ) ( -3930.393066 2547.850830 431 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -3928.979004 2549.264648 429 ) ( -3418.708008 2351.534668 580 ) ( -3616.437012 2861.805420 731 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -3672 2736 472 ) ( -3671 2735 472 ) ( -3671.500000 2735.500000 733 ) mohtest/shngl1 15 -15 135.00 1 1 0 16384 0 +surfaceparm detail +( -3679 2727 472 ) ( -3680 2728 472 ) ( -3679.500000 2727.500000 647.230103 ) mohtest/shngl1 15 -15 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2104 +{ +( -3751.189941 3086.552734 733 ) ( -3462.690430 2798.053955 733 ) ( -3875.640625 2385.103271 733 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -3791.415527 3037.827393 45 ) ( -3789.415527 3035.828125 45 ) ( -3790.415039 3036.827637 493 ) mohtest/shngl1 106 -106 135.00 1 1 0 16384 0 +surfaceparm detail +( -3282.414551 2487.827637 88 ) ( -3284.416016 2485.827881 88 ) ( -3283.416016 2486.828125 536 ) mohtest/shngl1 106 -106 135.00 1 1 0 16384 0 +surfaceparm detail +( -3793.559082 3035.684570 733 ) ( -3595.475586 2525.767334 582 ) ( -4105.393066 2723.850830 431 ) mohtest/shngl1 -53 -120 135.00 1 1 0 16384 0 +surfaceparm detail +( -4103.979004 2725.264648 429 ) ( -3593.708008 2527.534668 580 ) ( -3791.437012 3037.805420 731 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3859 2923 472 ) ( -3860 2924 472 ) ( -3859.500000 2923.500000 733 ) mohtest/shngl1 15 -15 135.00 1 1 0 16384 0 +surfaceparm detail +( -3672 2736 642.891174 ) ( -3671 2737 642.891174 ) ( -3671.500000 2736.500000 733 ) mohtest/shngl1 15 -15 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2105 +{ +( -104 2624 472 ) ( -104 2624 24 ) ( -536 2192 24 ) central_europe/tudor_set1_exwall1a -219 16 0.00 0.750000 0.800000 0 65536 0 +surfaceparm detail +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -122 2622 24 ) ( -120 2624 24 ) ( -121 2623 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -118 2624 24 ) ( -116 2624 24 ) ( -117 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -892 2624 512 ) ( -904 2192 512 ) ( -880 2192 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -488 2192 616 ) ( -480 2624 616 ) ( -472 2192 616 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2106 +{ +( -935.724854 2701.225586 640 ) ( -647.225586 2989.724609 640 ) ( -234.275146 2576.774414 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -104 2624 472 ) ( -104 2624 24 ) ( -536 2192 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -122 2622 24 ) ( -120 2624 24 ) ( -121 2623 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -118 2624 24 ) ( -116 2624 24 ) ( -117 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -480 2624 616 ) ( -488 2192 616 ) ( -472 2192 616 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2107 +{ +( -1122 2192 0 ) ( -1122 2192 448 ) ( -610 2192 448 ) central_europe/tudor_set1_exwall1a -48 16 0.00 0.750000 0.800000 0 65536 0 +surfaceparm detail +( -1096 2216 24 ) ( -1092 2216 24 ) ( -1094 2216 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 2216 24 ) ( -558 2214 24 ) ( -559 2215 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1116 2198 24 ) ( -1112 2202 24 ) ( -1114 2200 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -892 2216 512 ) ( -904 2192 512 ) ( -880 2192 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1064 2192 616 ) ( -1060 2216 616 ) ( -1056 2192 616 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2108 +{ +( -1410.724609 2314.225586 640 ) ( -1122.225586 2602.724609 640 ) ( -709.275391 2189.774414 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2192 0 ) ( -1122 2192 448 ) ( -610 2192 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1096 2216 24 ) ( -1092 2216 24 ) ( -1094 2216 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 2216 24 ) ( -558 2214 24 ) ( -559 2215 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1116 2198 24 ) ( -1112 2202 24 ) ( -1114 2200 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1060 2216 616 ) ( -1064 2192 616 ) ( -1056 2192 616 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2109 +{ +( -1208 2516 408 ) ( -1424 2516 408 ) ( -1424 2448 408 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1424 2448 440 ) ( -1424 2516 440 ) ( -1208 2516 440 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1362 2112 440 ) ( -1146 2112 440 ) ( -1146 2112 408 ) mohtest/floorcore2 -127 48 0.00 -0.171880 0.500000 0 16384 0 +surfaceparm detail +( -1138 2444 440 ) ( -1138 2512 440 ) ( -1138 2512 408 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1208 2516 440 ) ( -1424 2516 440 ) ( -1424 2516 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1424 2516 440 ) ( -1424 2448 440 ) ( -1424 2448 408 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1338 2102 408 ) ( -1424 2222 408 ) ( -1381 2162 440 ) mohtest/floorcore2 -127 48 0.00 -0.171880 0.500000 0 16384 0 +surfaceparm detail +} +// brush 2110 +{ +( -1122 2192 0 ) ( -1122 2192 448 ) ( -610 2192 448 ) central_europe/tudor_set1_exwall1a -48 16 0.00 0.750000 0.800000 0 65536 0 +surfaceparm detail +( -536 2216 264 ) ( -536 2216 512 ) ( -1096 2216 512 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2216 512 ) ( -536 2216 264 ) ( -536 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1116 2198 24 ) ( -1112 2202 24 ) ( -1114 2200 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -904 2192 512 ) ( -892 2216 512 ) ( -880 2192 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2214 440 ) ( -1122 2206 440 ) ( -536 2210 440 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2111 +{ +( -2674 838 728 ) ( -2210 838 728 ) ( -2210 862 728 ) general_structure/beam_wood1 244 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2210 862 736 ) ( -2210 838 736 ) ( -2674 838 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2210 862 728 ) ( -2210 854 736 ) ( -2674 858 732 ) general_structure/shingles_ce2 232 -104 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2210 838 736 ) ( -2210 846 728 ) ( -2674 842 732 ) general_structure/beam_wood1 244 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2210 862 728 ) ( -2234 838 728 ) ( -2222 850 736 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2650 838 728 ) ( -2674 862 728 ) ( -2662 850 736 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2112 +{ +( -2674 488 728 ) ( -2650 488 728 ) ( -2650 862 728 ) general_structure/beam_wood1 244 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2650 862 736 ) ( -2650 488 736 ) ( -2674 488 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2674 488 736 ) ( -2650 488 736 ) ( -2650 488 728 ) common/nodraw 52 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2658 862 728 ) ( -2654 488 732 ) ( -2650 862 736 ) general_structure/beam_wood1 244 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2666 862 736 ) ( -2670 488 732 ) ( -2674 862 728 ) general_structure/shingles_ce2 232 -104 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2674 862 728 ) ( -2650 838 728 ) ( -2662 850 736 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2113 +{ +( -2234 488 728 ) ( -2210 488 728 ) ( -2210 862 728 ) general_structure/beam_wood1 244 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2210 862 736 ) ( -2210 488 736 ) ( -2234 488 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2234 488 736 ) ( -2210 488 736 ) ( -2210 488 728 ) common/nodraw 52 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2210 862 728 ) ( -2214 488 732 ) ( -2218 862 736 ) general_structure/shingles_ce2 232 -104 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2234 862 736 ) ( -2230 488 732 ) ( -2226 862 728 ) general_structure/beam_wood1 244 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2234 838 728 ) ( -2210 862 728 ) ( -2222 850 736 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2114 +{ +( -2666 488 736 ) ( -2554 488 736 ) ( -2554 854 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2554 854 832 ) ( -2554 488 832 ) ( -2666 488 832 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2666 488 832 ) ( -2554 488 832 ) ( -2554 488 736 ) common/nodraw 52 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2570 854 832 ) ( -2618 488 784 ) ( -2666 854 736 ) general_structure/shingles_ce2 232 -104 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2650 854 736 ) ( -2602 488 784 ) ( -2554 854 832 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2666 854 736 ) ( -2554 742 736 ) ( -2610 798 832 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2115 +{ +( -2330 488 736 ) ( -2218 488 736 ) ( -2218 854 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2218 854 832 ) ( -2218 488 832 ) ( -2330 488 832 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2330 488 832 ) ( -2218 488 832 ) ( -2218 488 736 ) common/nodraw 52 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2218 854 736 ) ( -2266 488 784 ) ( -2314 854 832 ) general_structure/shingles_ce2 232 -104 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2330 854 832 ) ( -2282 488 784 ) ( -2234 854 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2330 742 736 ) ( -2218 854 736 ) ( -2274 798 832 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2116 +{ +( -2666 748 736 ) ( -2218 748 736 ) ( -2218 854 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2218 854 832 ) ( -2218 748 832 ) ( -2666 748 832 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2218 854 736 ) ( -2218 758 832 ) ( -2666 806 784 ) general_structure/shingles_ce2 232 -104 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2218 742 832 ) ( -2218 838 736 ) ( -2666 790 784 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2554 742 736 ) ( -2666 854 736 ) ( -2610 798 832 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2218 854 736 ) ( -2330 742 736 ) ( -2274 798 832 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2117 +{ +( -2618 806 608 ) ( -2554 806 608 ) ( -2554 838 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2554 838 704 ) ( -2554 806 704 ) ( -2618 806 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2554 838 704 ) ( -2618 838 704 ) ( -2618 838 608 ) general_structure/denmark_win2 -12 59 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -2618 838 704 ) ( -2618 806 704 ) ( -2618 806 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2618 806 704 ) ( -2554 806 704 ) ( -2554 806 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2554 806 704 ) ( -2554 838 704 ) ( -2554 838 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2118 +{ +( -2554 806 608 ) ( -2522 806 608 ) ( -2522 838 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2522 838 704 ) ( -2522 806 704 ) ( -2554 806 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2522 838 704 ) ( -2554 838 704 ) ( -2554 838 608 ) general_structure/plaster_wall3d 244 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2554 838 704 ) ( -2554 806 704 ) ( -2554 806 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2554 806 704 ) ( -2522 806 704 ) ( -2522 806 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2522 806 704 ) ( -2522 838 704 ) ( -2522 838 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2119 +{ +( -2522 806 608 ) ( -2458 806 608 ) ( -2458 838 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2458 838 704 ) ( -2458 806 704 ) ( -2522 806 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2458 838 704 ) ( -2522 838 704 ) ( -2522 838 608 ) general_structure/denmark_win2 -76 59 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -2522 838 704 ) ( -2522 806 704 ) ( -2522 806 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2522 806 704 ) ( -2458 806 704 ) ( -2458 806 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2458 806 704 ) ( -2458 838 704 ) ( -2458 838 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2120 +{ +( -2458 806 608 ) ( -2426 806 608 ) ( -2426 838 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2426 838 704 ) ( -2426 806 704 ) ( -2458 806 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2426 838 704 ) ( -2458 838 704 ) ( -2458 838 608 ) general_structure/plaster_wall3d 244 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2458 838 704 ) ( -2458 806 704 ) ( -2458 806 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2458 806 704 ) ( -2426 806 704 ) ( -2426 806 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2426 806 704 ) ( -2426 838 704 ) ( -2426 838 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2121 +{ +( -2426 806 608 ) ( -2362 806 608 ) ( -2362 838 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2362 838 704 ) ( -2362 806 704 ) ( -2426 806 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2362 838 704 ) ( -2426 838 704 ) ( -2426 838 608 ) general_structure/denmark_win2 -12 59 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -2426 838 704 ) ( -2426 806 704 ) ( -2426 806 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2426 806 704 ) ( -2362 806 704 ) ( -2362 806 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2362 806 704 ) ( -2362 838 704 ) ( -2362 838 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2122 +{ +( -2362 806 608 ) ( -2330 806 608 ) ( -2330 838 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2330 838 704 ) ( -2330 806 704 ) ( -2362 806 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2330 838 704 ) ( -2362 838 704 ) ( -2362 838 608 ) general_structure/plaster_wall3d 244 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2362 838 704 ) ( -2362 806 704 ) ( -2362 806 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2362 806 704 ) ( -2330 806 704 ) ( -2330 806 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2330 806 704 ) ( -2330 838 704 ) ( -2330 838 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2123 +{ +( -2330 806 608 ) ( -2266 806 608 ) ( -2266 838 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2266 838 704 ) ( -2266 806 704 ) ( -2330 806 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2266 838 704 ) ( -2330 838 704 ) ( -2330 838 608 ) general_structure/denmark_win2 -76 59 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -2330 838 704 ) ( -2330 806 704 ) ( -2330 806 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2330 806 704 ) ( -2266 806 704 ) ( -2266 806 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2266 806 704 ) ( -2266 838 704 ) ( -2266 838 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2124 +{ +( -2276 806 592 ) ( -2236 806 592 ) ( -2236 838 592 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2234 838 608 ) ( -2234 806 608 ) ( -2274 806 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2234 838 608 ) ( -2274 838 608 ) ( -2274 838 576 ) general_structure/plaster_wall3d 244 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2274 806 608 ) ( -2234 806 608 ) ( -2234 806 576 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2234 838 576 ) ( -2266 806 576 ) ( -2250 822 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2618 806 576 ) ( -2650 838 576 ) ( -2634 822 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2125 +{ +( -2282 806 704 ) ( -2234 806 704 ) ( -2234 838 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2234 838 736 ) ( -2234 806 736 ) ( -2282 806 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2234 838 736 ) ( -2282 838 736 ) ( -2282 838 704 ) general_structure/plaster_wall3d 244 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2282 806 736 ) ( -2234 806 736 ) ( -2234 806 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2618 806 704 ) ( -2650 838 704 ) ( -2634 822 736 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2234 838 704 ) ( -2266 806 704 ) ( -2250 822 736 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2126 +{ +( -2266 806 608 ) ( -2234 806 608 ) ( -2234 838 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2234 838 704 ) ( -2234 806 704 ) ( -2266 806 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2234 838 704 ) ( -2266 838 704 ) ( -2266 838 608 ) general_structure/plaster_wall3d 244 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2266 838 704 ) ( -2266 806 704 ) ( -2266 806 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2234 838 608 ) ( -2266 806 608 ) ( -2250 822 704 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2127 +{ +( -2654 488 592 ) ( -2620 488 592 ) ( -2620 528 592 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2618 528 736 ) ( -2618 488 736 ) ( -2652 488 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2650 528 736 ) ( -2650 488 736 ) ( -2650 488 576 ) general_structure/plaster_wall3d 180 -6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2652 488 736 ) ( -2618 488 736 ) ( -2618 488 576 ) common/nodraw 52 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2618 488 736 ) ( -2618 528 736 ) ( -2618 528 576 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2650 838 576 ) ( -2618 806 576 ) ( -2634 822 736 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2128 +{ +( -2268 488 592 ) ( -2236 488 592 ) ( -2236 836 592 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2234 836 736 ) ( -2234 488 736 ) ( -2266 488 736 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2266 836 736 ) ( -2266 488 736 ) ( -2266 488 576 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2266 488 736 ) ( -2234 488 736 ) ( -2234 488 576 ) common/nodraw 52 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2234 488 736 ) ( -2234 836 736 ) ( -2234 836 576 ) general_structure/plaster_wall3d 180 -6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2266 806 576 ) ( -2234 838 576 ) ( -2250 822 736 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2129 +{ +( -2650 806 608 ) ( -2618 806 608 ) ( -2618 838 608 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2618 838 704 ) ( -2618 806 704 ) ( -2650 806 704 ) common/nodraw 52 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2618 838 704 ) ( -2650 838 704 ) ( -2650 838 608 ) general_structure/plaster_wall3d 244 -7 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2618 806 704 ) ( -2618 838 704 ) ( -2618 838 608 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2618 806 608 ) ( -2650 838 608 ) ( -2634 822 704 ) common/nodraw 52 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2130 +{ +( -2454 946 167 ) ( -2446 946 167 ) ( -2446 946 159 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2446 1010 215 ) ( -2454 1010 215 ) ( -2454 1018 215 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2446 1010 215 ) ( -2446 1018 215 ) ( -2446 1018 191 ) general_structure/beam_wood1 -82 -27 40.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2454 938 151 ) ( -2446 938 151 ) ( -2446 1018 215 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2454 1018 215 ) ( -2454 1010 215 ) ( -2454 1010 191 ) general_structure/beam_wood1 -82 -27 40.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2446 946 167 ) ( -2454 946 167 ) ( -2454 1018 223 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2131 +{ +( -2438 978 215 ) ( -2438 970 215 ) ( -2430 970 215 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2430 946 247 ) ( -2438 946 247 ) ( -2438 954 247 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2446 986 247 ) ( -2446 994 247 ) ( -2446 994 215 ) french/butcher -121 46 0.00 0.750000 0.500000 0 16384 0 +surfaceparm detail +( -2430 1050 247 ) ( -2438 1050 247 ) ( -2438 1050 215 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2454 954 255 ) ( -2454 946 255 ) ( -2454 946 223 ) french/butcher 121 46 0.00 -0.750000 0.500000 0 16384 0 +surfaceparm detail +( -2438 954 215 ) ( -2454 954 215 ) ( -2446 954 247 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2132 +{ +( -2454 954 215 ) ( -2454 946 215 ) ( -2446 946 215 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2446 946 247 ) ( -2454 946 247 ) ( -2454 954 247 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2438 938 247 ) ( -2438 946 247 ) ( -2438 946 215 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2446 954 247 ) ( -2454 954 247 ) ( -2454 954 215 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2462 954 247 ) ( -2462 946 247 ) ( -2462 946 215 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2454 946 247 ) ( -2446 946 247 ) ( -2446 946 215 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2133 +{ +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2182 954 0 ) ( -2182 954 448 ) ( -2694 954 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2664 928 592 ) ( -2660 946 592 ) ( -2656 928 592 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -2648 928 560 ) ( -2652 946 560 ) ( -2656 928 560 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2134 +{ +( -2652 386 0 ) ( -2652 386 448 ) ( -2140 386 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2183 928 0 ) ( -2183 928 448 ) ( -2695 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2664 386 592 ) ( -2660 928 592 ) ( -2656 386 592 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -2648 386 560 ) ( -2652 928 560 ) ( -2656 386 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2135 +{ +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2536 928 448 ) ( -2528 946 448 ) ( -2520 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2546 946 368 ) ( -2556 928 368 ) ( -2536 928 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2136 +{ +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2560 928 272 ) ( -2552 946 272 ) ( -2544 928 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2570 946 160 ) ( -2580 928 160 ) ( -2560 928 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2137 +{ +( -2237.275391 351.774414 16 ) ( -2650.225586 764.724609 16 ) ( -2938.724609 476.225586 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2580 928 160 ) ( -2570 946 160 ) ( -2560 928 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2334 946 149 ) ( -2334 928 152 ) ( -2334 928 146 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2138 +{ +( -2237.275391 351.774414 16 ) ( -2650.225586 764.724609 16 ) ( -2938.724609 476.225586 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/cellardoor 105 45 0.00 -0.625000 0.531250 0 16384 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2580 928 160 ) ( -2570 946 160 ) ( -2560 928 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2414 946 150 ) ( -2414 928 152 ) ( -2414 928 148 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2334 928 152 ) ( -2334 946 149 ) ( -2334 928 146 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2139 +{ +( -2237.275391 351.774414 16 ) ( -2650.225586 764.724609 16 ) ( -2938.724609 476.225586 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2580 928 160 ) ( -2570 946 160 ) ( -2560 928 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2606 928 152 ) ( -2606 946 150 ) ( -2606 928 148 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2140 +{ +( -2237.275391 351.774414 16 ) ( -2650.225586 764.724609 16 ) ( -2938.724609 476.225586 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2580 928 160 ) ( -2570 946 160 ) ( -2560 928 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2542 946 158 ) ( -2542 928 160 ) ( -2542 928 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2414 928 152 ) ( -2414 946 150 ) ( -2414 928 148 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2141 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/denmark_win2 36 119 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2580 928 160 ) ( -2570 946 160 ) ( -2560 928 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2606 946 158 ) ( -2606 928 160 ) ( -2606 928 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2542 928 160 ) ( -2542 946 158 ) ( -2542 928 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2557 946 64 ) ( -2560 928 64 ) ( -2554 928 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2142 +{ +( -2237.275391 351.774414 16 ) ( -2650.225586 764.724609 16 ) ( -2938.724609 476.225586 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2606 946 158 ) ( -2606 928 160 ) ( -2606 928 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2542 928 160 ) ( -2542 946 158 ) ( -2542 928 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2560 928 64 ) ( -2557 946 64 ) ( -2554 928 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2143 +{ +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2556 928 368 ) ( -2546 946 368 ) ( -2536 928 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2552 946 272 ) ( -2560 928 272 ) ( -2544 928 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2254 946 365 ) ( -2254 928 368 ) ( -2254 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2144 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/denmark_win2 100 149 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2556 928 368 ) ( -2546 946 368 ) ( -2536 928 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2552 946 272 ) ( -2560 928 272 ) ( -2544 928 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2318 946 366 ) ( -2318 928 368 ) ( -2318 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2254 928 368 ) ( -2254 946 365 ) ( -2254 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2145 +{ +( -2222 344 0 ) ( -2222 344 448 ) ( -2222 920 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2652 946 560 ) ( -2648 928 560 ) ( -2656 928 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2528 946 448 ) ( -2536 928 448 ) ( -2520 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2254 946 365 ) ( -2254 928 368 ) ( -2254 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2146 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/denmark_win2 68 149 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2556 928 368 ) ( -2546 946 368 ) ( -2536 928 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2552 946 272 ) ( -2560 928 272 ) ( -2544 928 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2462 946 365 ) ( -2462 928 368 ) ( -2462 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2398 928 368 ) ( -2398 946 366 ) ( -2398 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2147 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/denmark_win2 36 149 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2556 928 368 ) ( -2546 946 368 ) ( -2536 928 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2552 946 272 ) ( -2560 928 272 ) ( -2544 928 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2606 946 366 ) ( -2606 928 368 ) ( -2606 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2542 928 368 ) ( -2542 946 366 ) ( -2542 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2148 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2556 928 368 ) ( -2546 946 368 ) ( -2536 928 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2552 946 272 ) ( -2560 928 272 ) ( -2544 928 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2606 928 368 ) ( -2606 946 366 ) ( -2606 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2149 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2670 346 448 ) ( -2670 346 0 ) ( -2670 922 0 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2652 946 560 ) ( -2648 928 560 ) ( -2656 928 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2528 946 448 ) ( -2536 928 448 ) ( -2520 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2606 928 368 ) ( -2606 946 366 ) ( -2606 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2150 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2556 928 368 ) ( -2546 946 368 ) ( -2536 928 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2552 946 272 ) ( -2560 928 272 ) ( -2544 928 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2542 946 366 ) ( -2542 928 368 ) ( -2542 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2462 928 368 ) ( -2462 946 365 ) ( -2462 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2151 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2652 946 560 ) ( -2648 928 560 ) ( -2656 928 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2528 946 448 ) ( -2536 928 448 ) ( -2520 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2542 946 366 ) ( -2542 928 368 ) ( -2542 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2462 928 368 ) ( -2462 946 365 ) ( -2462 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2152 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2556 928 368 ) ( -2546 946 368 ) ( -2536 928 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2552 946 272 ) ( -2560 928 272 ) ( -2544 928 272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2398 946 366 ) ( -2398 928 368 ) ( -2398 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2318 928 368 ) ( -2318 946 366 ) ( -2318 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2153 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2652 946 560 ) ( -2648 928 560 ) ( -2656 928 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2528 946 448 ) ( -2536 928 448 ) ( -2520 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2398 946 366 ) ( -2398 928 368 ) ( -2398 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2318 928 368 ) ( -2318 946 366 ) ( -2318 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2154 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2652 946 560 ) ( -2648 928 560 ) ( -2656 928 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2606 946 366 ) ( -2606 928 368 ) ( -2606 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2542 928 368 ) ( -2542 946 366 ) ( -2542 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2571 946 544 ) ( -2574 928 544 ) ( -2568 928 544 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2155 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/denmark_win2 36 119 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2528 946 448 ) ( -2536 928 448 ) ( -2520 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2606 946 366 ) ( -2606 928 368 ) ( -2606 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2542 928 368 ) ( -2542 946 366 ) ( -2542 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2574 928 544 ) ( -2571 946 544 ) ( -2568 928 544 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2156 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2652 946 560 ) ( -2648 928 560 ) ( -2656 928 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2462 946 365 ) ( -2462 928 368 ) ( -2462 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2398 928 368 ) ( -2398 946 366 ) ( -2398 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2571 946 544 ) ( -2574 928 544 ) ( -2568 928 544 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2157 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/denmark_win2 68 119 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2528 946 448 ) ( -2536 928 448 ) ( -2520 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2462 946 365 ) ( -2462 928 368 ) ( -2462 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2398 928 368 ) ( -2398 946 366 ) ( -2398 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2574 928 544 ) ( -2571 946 544 ) ( -2568 928 544 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2158 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2652 946 560 ) ( -2648 928 560 ) ( -2656 928 560 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2318 946 366 ) ( -2318 928 368 ) ( -2318 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2254 928 368 ) ( -2254 946 365 ) ( -2254 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2571 946 544 ) ( -2574 928 544 ) ( -2568 928 544 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2159 +{ +( -2184 946 0 ) ( -2184 946 448 ) ( -2696 946 448 ) general_structure/denmark_win2 100 119 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -2640 928 24 ) ( -2656 928 24 ) ( -2648 928 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2528 946 448 ) ( -2536 928 448 ) ( -2520 928 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2318 946 366 ) ( -2318 928 368 ) ( -2318 928 364 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2254 928 368 ) ( -2254 946 365 ) ( -2254 928 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2574 928 544 ) ( -2571 946 544 ) ( -2568 928 544 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2160 +{ +( -3280 1848 320 ) ( -3280 1848 -128 ) ( -3620 2188 -128 ) TAardennes/wintered_grey 0 -152 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 -128 ) ( -3586 2174 -128 ) ( -3587 2175 320 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4047 1836 24 ) ( -4039 2176 24 ) ( -4031 1836 24 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3452 2024 -128 ) ( -3448 2028 -128 ) ( -3450 2026 56 ) ta_berlin/berlinwall2a_shot -204 -152 0.00 1 1 0 65536 0 +surfaceparm detail +( -3392 1970 -128 ) ( -3394 1968 -128 ) ( -3393 1969 56 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3424 2032 16 ) ( -3432 1965 16 ) ( -3416 1965 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 2161 +{ +( -1341 1087 16 ) ( -1536 1087 16 ) ( -1536 834 16 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -1536 834 26 ) ( -1536 1087 26 ) ( -1341 1087 26 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -1536 834 24 ) ( -1341 834 24 ) ( -1341 834 16 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -1048 873 24 ) ( -1048 1126 24 ) ( -1048 1126 16 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -1410 1122 24 ) ( -1605 1122 24 ) ( -1605 1122 16 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -1606 1130 24 ) ( -1606 877 24 ) ( -1606 877 16 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 2162 +{ +( -1564 1122 -89 ) ( -1564 1122 391 ) ( -1564 1126 391 ) common/nodraw 12 -41 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1580 1126 391 ) ( -1580 1126 -89 ) ( -1564 1126 -89 ) das_boot/pipes3 -52 169 0.00 1 -1 8192 32768 0 +surfaceparm detail +( -1580 1122 391 ) ( -1580 1122 -89 ) ( -1580 1126 -89 ) common/nodraw 12 -41 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1580 1122 -89 ) ( -1580 1122 391 ) ( -1564 1122 391 ) common/nodraw -48 -41 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1575 1126 30 ) ( -1577 1122 30 ) ( -1573 1122 30 ) common/nodraw -48 15 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1588 1122 215 ) ( -1587 1126 215 ) ( -1586 1122 215 ) common/nodraw -48 15 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 2163 +{ +( -1564 1122 87 ) ( -1564 1122 567 ) ( -1564 1126 567 ) common/nodraw 12 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1580 1126 567 ) ( -1580 1126 87 ) ( -1564 1126 87 ) das_boot/pipes3 -52 -7 0.00 1 -1 8192 32768 0 +surfaceparm detail +( -1580 1122 567 ) ( -1580 1122 87 ) ( -1580 1126 87 ) common/nodraw 12 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1580 1122 87 ) ( -1580 1122 567 ) ( -1564 1122 567 ) common/nodraw -48 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1575 1126 247 ) ( -1577 1122 247 ) ( -1573 1122 247 ) common/nodraw -48 15 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1588 1122 391 ) ( -1587 1126 391 ) ( -1586 1122 391 ) common/nodraw -48 15 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 2164 +{ +( -1580 1122 592 ) ( -1580 1126 592 ) ( -1564 1126 592 ) common/nodraw 12 -52 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1564 1122 87 ) ( -1564 1122 567 ) ( -1564 1126 567 ) common/nodraw 12 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1580 1126 567 ) ( -1580 1126 87 ) ( -1564 1126 87 ) das_boot/pipes3 -52 -7 0.00 1 -1 8192 32768 0 +surfaceparm detail +( -1580 1122 567 ) ( -1580 1122 87 ) ( -1580 1126 87 ) common/nodraw 12 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1580 1122 87 ) ( -1580 1122 567 ) ( -1564 1122 567 ) common/nodraw -48 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1581 1126 423 ) ( -1582 1122 423 ) ( -1580 1122 423 ) common/nodraw -48 15 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 2165 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/denmark_win2 68 163 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1374 1122 375.500000 ) ( -1374 1106 377 ) ( -1374 1106 374 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1310 1106 378 ) ( -1310 1122 376 ) ( -1310 1106 374 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1182 1106 375 ) ( -1180.500000 1122 375 ) ( -1179 1106 375 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1206 1122 279 ) ( -1208 1106 279 ) ( -1204 1106 279 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2166 +{ +( -1158 1130 164 ) ( -1166 1130 164 ) ( -1166 1130 170 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1166 1186 215 ) ( -1166 1194 215 ) ( -1158 1194 215 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1158 1186 215 ) ( -1158 1194 215 ) ( -1158 1114 151 ) general_structure/beam_wood1 -82 -27 40.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1166 1130 164 ) ( -1158 1130 164 ) ( -1158 1194 216 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1166 1194 215 ) ( -1166 1186 215 ) ( -1166 1114 159 ) general_structure/beam_wood1 -82 -27 40.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1158 1130 170 ) ( -1166 1130 170 ) ( -1166 1188 216 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2167 +{ +( -1166 1130 215 ) ( -1158 1130 215 ) ( -1158 1226 215 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1158 1130 247 ) ( -1166 1130 247 ) ( -1166 1226 247 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1158 1130 215 ) ( -1158 1130 247 ) ( -1158 1226 247 ) french/butcher -99 46 0.00 0.750000 0.500000 0 16384 0 +surfaceparm detail +( -1158 1226 247 ) ( -1166 1226 247 ) ( -1166 1226 215 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1166 1130 247 ) ( -1166 1130 215 ) ( -1166 1226 215 ) french/butcher 99 46 0.00 -0.750000 0.500000 0 16384 0 +surfaceparm detail +( -1166 1130 247 ) ( -1158 1130 247 ) ( -1158 1130 215 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2168 +{ +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1048 516 2 ) ( -1048 516 450 ) ( -1048 1092 450 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1064 1118 26 ) ( -1064 1122 26 ) ( -1064 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1106 26 ) ( -1060 1110 26 ) ( -1062 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 400 247 ) ( -1579 1122 247 ) ( -1578 400 247 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1578 1122 215 ) ( -1580 400 215 ) ( -1576 400 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2169 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1048 516 2 ) ( -1048 516 450 ) ( -1048 1092 450 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1064 1118 26 ) ( -1064 1122 26 ) ( -1064 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1106 26 ) ( -1060 1110 26 ) ( -1062 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 400 215 ) ( -1578 1122 215 ) ( -1576 400 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2170 +{ +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 522 450 ) ( -1606 522 2 ) ( -1606 1098 2 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1590 1106 26 ) ( -1590 1102 26 ) ( -1590 1104 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1122 26 ) ( -1602 1118 26 ) ( -1604 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 400 247 ) ( -1579 1122 247 ) ( -1578 400 247 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1578 1122 215 ) ( -1580 400 215 ) ( -1576 400 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2171 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 522 450 ) ( -1606 522 2 ) ( -1606 1098 2 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1590 1106 26 ) ( -1590 1102 26 ) ( -1590 1104 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1122 26 ) ( -1602 1118 26 ) ( -1604 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 400 215 ) ( -1578 1122 215 ) ( -1576 400 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2172 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1106 26 ) ( -1594 1110 26 ) ( -1592 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1060 1110 26 ) ( -1064 1106 26 ) ( -1062 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 1106 247 ) ( -1579 1122 247 ) ( -1578 1106 247 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1578 1122 215 ) ( -1580 1106 215 ) ( -1576 1106 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2173 +{ +( -1580 1138 247 ) ( -1580 1138 215 ) ( -1564 1138 215 ) general_structure/beam_wood1 164 6 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -1588 1122 215 ) ( -1588 1122 247 ) ( -1556 1122 247 ) common/nodraw -48 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1580 1138 215 ) ( -1588 1130 215 ) ( -1588 1122 215 ) general_structure/beam_wood1 -235 -19 90.00 1 1 0 16384 0 +surfaceparm detail +( -1588 1130 247 ) ( -1580 1138 247 ) ( -1564 1138 247 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1588 1130 215 ) ( -1588 1130 247 ) ( -1588 1122 247 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1556 1122 247 ) ( -1556 1130 247 ) ( -1556 1130 215 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1588 1130 247 ) ( -1588 1130 215 ) ( -1580 1138 215 ) general_structure/beam_wood1 69 5 -180.00 0.999512 -1 0 16384 0 +surfaceparm detail +( -1564 1138 247 ) ( -1564 1138 215 ) ( -1556 1130 215 ) general_structure/beam_wood1 -178 7 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2174 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1590 1106 26 ) ( -1594 1110 26 ) ( -1592 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 1106 215 ) ( -1578 1122 215 ) ( -1576 1106 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1109 26 ) ( -1590 1106 26 ) ( -1590 1107.500000 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2175 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1060 1110 26 ) ( -1064 1106 26 ) ( -1062 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 1106 215 ) ( -1578 1122 215 ) ( -1576 1106 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1119 26 ) ( -1064 1122 26 ) ( -1064 1120.500000 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2176 +{ +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 522 450 ) ( -1606 522 2 ) ( -1606 1098 2 ) central_europe/tudor_set1_exwall1a 0 -108 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -1590 1106 26 ) ( -1590 1102 26 ) ( -1590 1104 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1122 26 ) ( -1602 1118 26 ) ( -1604 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 400 247 ) ( -1578 400 247 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1296 391 ) ( -1606 1299 391 ) ( -1590 1297.500000 391 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2177 +{ +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 522 450 ) ( -1606 522 2 ) ( -1606 1098 2 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1590 1106 26 ) ( -1590 1102 26 ) ( -1590 1104 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1122 26 ) ( -1602 1118 26 ) ( -1604 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1295 423 ) ( -1606 1298 423 ) ( -1590 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1299 391 ) ( -1606 1296 391 ) ( -1590 1297.500000 391 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2178 +{ +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1048 516 2 ) ( -1048 516 450 ) ( -1048 1092 450 ) central_europe/tudor_set1_exwall1a 0 -108 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -1064 1118 26 ) ( -1064 1122 26 ) ( -1064 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1106 26 ) ( -1060 1110 26 ) ( -1062 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 400 247 ) ( -1578 400 247 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1296 391 ) ( -1064 1299 391 ) ( -1048 1297.500000 391 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2179 +{ +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1048 516 2 ) ( -1048 516 450 ) ( -1048 1092 450 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1064 1118 26 ) ( -1064 1122 26 ) ( -1064 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1106 26 ) ( -1060 1110 26 ) ( -1062 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1295 423 ) ( -1064 1298 423 ) ( -1048 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1299 391 ) ( -1064 1296 391 ) ( -1048 1297.500000 391 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2180 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1106 247 ) ( -1590 1109 247 ) ( -1590 1107.500000 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1122 247 ) ( -1064 1119 247 ) ( -1064 1120.500000 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1295 423 ) ( -1590 1298 423 ) ( -1064 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1299 391 ) ( -1590 1296 391 ) ( -1064 1297.500000 391 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2181 +{ +( -1580 1138 423 ) ( -1580 1138 391 ) ( -1564 1138 391 ) general_structure/beam_wood1 164 22 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -1588 1122 391 ) ( -1588 1122 423 ) ( -1556 1122 423 ) common/nodraw -48 55 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1580 1138 391 ) ( -1588 1130 391 ) ( -1588 1122 391 ) general_structure/beam_wood1 -235 -19 90.00 1 1 0 16384 0 +surfaceparm detail +( -1588 1130 423 ) ( -1580 1138 423 ) ( -1564 1138 423 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1588 1130 391 ) ( -1588 1130 423 ) ( -1588 1122 423 ) general_structure/beam_wood1 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1556 1122 423 ) ( -1556 1130 423 ) ( -1556 1130 391 ) general_structure/beam_wood1 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1588 1130 423 ) ( -1588 1130 391 ) ( -1580 1138 391 ) general_structure/beam_wood1 69 21 -180.00 0.999512 -1 0 16384 0 +surfaceparm detail +( -1564 1138 423 ) ( -1564 1138 391 ) ( -1556 1130 391 ) general_structure/beam_wood1 -178 23 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2182 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -200 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 1106 247 ) ( -1578 1106 247 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1064 1122 247 ) ( -1064 1119 247 ) ( -1064 1120.500000 610 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1590 1296 391 ) ( -1590 1299 391 ) ( -1064 1297.500000 391 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1166 1122 375.500000 ) ( -1166 1106 378 ) ( -1166 1106 373 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2183 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -200 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 1106 247 ) ( -1578 1106 247 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1590 1106 247 ) ( -1590 1109 247 ) ( -1590 1107.500000 610 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1590 1296 391 ) ( -1590 1299 391 ) ( -1064 1297.500000 391 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1478 1106 376 ) ( -1478 1122 374.500000 ) ( -1478 1106 373 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2184 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -200 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 1106 247 ) ( -1578 1106 247 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1590 1296 391 ) ( -1590 1299 391 ) ( -1064 1297.500000 391 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1414 1122 375.500000 ) ( -1414 1106 377 ) ( -1414 1106 374 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1374 1106 377 ) ( -1374 1122 375.500000 ) ( -1374 1106 374 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2185 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -200 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 1106 247 ) ( -1578 1106 247 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1590 1296 391 ) ( -1590 1299 391 ) ( -1064 1297.500000 391 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1310 1122 376 ) ( -1310 1106 378 ) ( -1310 1106 374 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1230 1106 377 ) ( -1230 1122 375 ) ( -1230 1106 373 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2186 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -200 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1590 1296 391 ) ( -1590 1299 391 ) ( -1064 1297.500000 391 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1230 1122 375 ) ( -1230 1106 377 ) ( -1230 1106 373 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1166 1106 378 ) ( -1166 1122 375.500000 ) ( -1166 1106 373 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1180.500000 1122 375 ) ( -1182 1106 375 ) ( -1179 1106 375 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2187 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -200 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1590 1296 391 ) ( -1590 1299 391 ) ( -1064 1297.500000 391 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1374 1122 375.500000 ) ( -1374 1106 377 ) ( -1374 1106 374 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1310 1106 378 ) ( -1310 1122 376 ) ( -1310 1106 374 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1180.500000 1122 375 ) ( -1182 1106 375 ) ( -1179 1106 375 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2188 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -200 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1590 1296 391 ) ( -1590 1299 391 ) ( -1064 1297.500000 391 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1478 1122 374.500000 ) ( -1478 1106 376 ) ( -1478 1106 373 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1414 1106 377 ) ( -1414 1122 375.500000 ) ( -1414 1106 374 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1180.500000 1122 375 ) ( -1182 1106 375 ) ( -1179 1106 375 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2189 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/denmark_win2 100 163 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1230 1122 375 ) ( -1230 1106 377 ) ( -1230 1106 373 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1166 1106 378 ) ( -1166 1122 375.500000 ) ( -1166 1106 373 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1182 1106 375 ) ( -1180.500000 1122 375 ) ( -1179 1106 375 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1206 1122 279 ) ( -1208 1106 279 ) ( -1204 1106 279 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2190 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -200 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 1106 247 ) ( -1578 1106 247 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1230 1122 375 ) ( -1230 1106 377 ) ( -1230 1106 373 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1166 1106 378 ) ( -1166 1122 375.500000 ) ( -1166 1106 373 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1208 1106 279 ) ( -1206 1122 279 ) ( -1204 1106 279 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2191 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a 0 -108 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 1106 247 ) ( -1578 1106 247 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1374 1122 375.500000 ) ( -1374 1106 377 ) ( -1374 1106 374 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1310 1106 378 ) ( -1310 1122 376 ) ( -1310 1106 374 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1208 1106 279 ) ( -1206 1122 279 ) ( -1204 1106 279 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2192 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/denmark_win2 116 163 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1478 1122 374.500000 ) ( -1478 1106 376 ) ( -1478 1106 373 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1414 1106 377 ) ( -1414 1122 375.500000 ) ( -1414 1106 374 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1182 1106 375 ) ( -1180.500000 1122 375 ) ( -1179 1106 375 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1206 1122 279 ) ( -1208 1106 279 ) ( -1204 1106 279 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2193 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -200 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 1106 247 ) ( -1578 1106 247 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1478 1122 374.500000 ) ( -1478 1106 376 ) ( -1478 1106 373 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1414 1106 377 ) ( -1414 1122 375.500000 ) ( -1414 1106 374 ) central_europe/tudor_set1_exwall1a -174 -108 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +( -1208 1106 279 ) ( -1206 1122 279 ) ( -1204 1106 279 ) central_europe/tudor_set1_exwall1a -200 234 0.00 0.950000 0.600000 0 65536 0 +surfaceparm detail +} +// brush 2194 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/cellardoor 36 78 0.00 -0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1590 1298 423 ) ( -1590 1295 423 ) ( -1064 1296.500000 423 ) general_structure/cellardoor 36 32 0.00 -0.500000 0.062500 0 16384 0 +surfaceparm detail +( -1518 1122 551 ) ( -1518 1106 552 ) ( -1518 1106 550 ) general_structure/cellardoor 16 78 0.00 -0.125000 0.500000 0 16384 0 +surfaceparm detail +( -1454 1106 553 ) ( -1454 1122 551.500000 ) ( -1454 1106 550 ) general_structure/cellardoor 16 78 0.00 -0.125000 0.500000 0 16384 0 +surfaceparm detail +( -1358 1106 551 ) ( -1356 1122 551 ) ( -1354 1106 551 ) general_structure/cellardoor 36 32 0.00 -0.500000 0.062500 0 16384 0 +surfaceparm detail +} +// brush 2195 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/denmark_win2 68 133 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1374 1122 551 ) ( -1374 1106 553 ) ( -1374 1106 549 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1310 1106 554 ) ( -1310 1122 552 ) ( -1310 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1358 1106 551 ) ( -1356 1122 551 ) ( -1354 1106 551 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1359.500000 1122 455 ) ( -1362 1106 455 ) ( -1357 1106 455 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2196 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -125 80 0.00 0.900000 0.700000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1298 423 ) ( -1590 1295 423 ) ( -1064 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1374 1122 551 ) ( -1374 1106 553 ) ( -1374 1106 549 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1310 1106 554 ) ( -1310 1122 552 ) ( -1310 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1362 1106 455 ) ( -1359.500000 1122 455 ) ( -1357 1106 455 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2197 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/denmark_win2 68 133 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1182 1122 551 ) ( -1182 1106 553 ) ( -1182 1106 549 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1106 553 ) ( -1118 1122 551.500000 ) ( -1118 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1358 1106 551 ) ( -1356 1122 551 ) ( -1354 1106 551 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1359.500000 1122 455 ) ( -1362 1106 455 ) ( -1357 1106 455 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2198 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -125 80 0.00 0.900000 0.700000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1298 423 ) ( -1590 1295 423 ) ( -1064 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1182 1122 551 ) ( -1182 1106 553 ) ( -1182 1106 549 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1106 553 ) ( -1118 1122 551.500000 ) ( -1118 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1362 1106 455 ) ( -1359.500000 1122 455 ) ( -1357 1106 455 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2199 +{ +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1048 516 2 ) ( -1048 516 450 ) ( -1048 1092 450 ) central_europe/tudor_set1_exwall1a 0 88 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -1064 1118 26 ) ( -1064 1122 26 ) ( -1064 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1106 26 ) ( -1060 1110 26 ) ( -1062 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1298 423 ) ( -1064 1295 423 ) ( -1048 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 400 592 ) ( -1112 1122 592 ) ( -1104 400 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2200 +{ +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 522 450 ) ( -1606 522 2 ) ( -1606 1098 2 ) central_europe/tudor_set1_exwall1a 0 88 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -1590 1106 26 ) ( -1590 1102 26 ) ( -1590 1104 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1122 26 ) ( -1602 1118 26 ) ( -1604 1120 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1298 423 ) ( -1606 1295 423 ) ( -1590 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 400 592 ) ( -1112 1122 592 ) ( -1104 400 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2201 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1060 1110 26 ) ( -1064 1106 26 ) ( -1062 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 1106 247 ) ( -1578 1106 247 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1119 247 ) ( -1064 1122 247 ) ( -1064 1120.500000 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1105.999512 592 ) ( -1112 1122 592 ) ( -1104 1105.999512 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2202 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1590 1106 26 ) ( -1594 1110 26 ) ( -1592 1108 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1579 1122 247 ) ( -1580 1106 247 ) ( -1578 1106 247 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1109 247 ) ( -1590 1106 247 ) ( -1590 1107.500000 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1105.999512 592 ) ( -1112 1122 592 ) ( -1104 1105.999512 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2203 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -125 80 0.00 0.900000 0.700000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1064 1122 247 ) ( -1064 1119 247 ) ( -1064 1120.500000 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1298 423 ) ( -1590 1295 423 ) ( -1064 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1122 551.500000 ) ( -1118 1106 553 ) ( -1118 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1106 592 ) ( -1112 1122 592 ) ( -1104 1106 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2204 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -125 80 0.00 0.900000 0.700000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1182 1122 551 ) ( -1182 1106 553 ) ( -1182 1106 549 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1106 553 ) ( -1118 1122 551.500000 ) ( -1118 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1356 1122 551 ) ( -1358 1106 551 ) ( -1354 1106 551 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1106 592 ) ( -1112 1122 592 ) ( -1104 1106 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2205 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -125 80 0.00 0.900000 0.700000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1298 423 ) ( -1590 1295 423 ) ( -1064 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1310 1122 552 ) ( -1310 1106 554 ) ( -1310 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1182 1106 553 ) ( -1182 1122 551 ) ( -1182 1106 549 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1106 592 ) ( -1112 1122 592 ) ( -1104 1106 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2206 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -125 80 0.00 0.900000 0.700000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1374 1122 551 ) ( -1374 1106 553 ) ( -1374 1106 549 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1310 1106 554 ) ( -1310 1122 552 ) ( -1310 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1356 1122 551 ) ( -1358 1106 551 ) ( -1354 1106 551 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1106 592 ) ( -1112 1122 592 ) ( -1104 1106 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2207 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -125 80 0.00 0.900000 0.700000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1298 423 ) ( -1590 1295 423 ) ( -1064 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1454 1122 551.500000 ) ( -1454 1106 553 ) ( -1454 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1374 1106 553 ) ( -1374 1122 551 ) ( -1374 1106 549 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1106 592 ) ( -1112 1122 592 ) ( -1104 1106 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2208 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -125 80 0.00 0.900000 0.700000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1518 1122 551 ) ( -1518 1106 552 ) ( -1518 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1454 1106 553 ) ( -1454 1122 551.500000 ) ( -1454 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1356 1122 551 ) ( -1358 1106 551 ) ( -1354 1106 551 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1106 592 ) ( -1112 1122 592 ) ( -1104 1106 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2209 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) central_europe/tudor_set1_exwall1a -125 80 0.00 0.900000 0.700000 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1106 247 ) ( -1590 1109 247 ) ( -1590 1107.500000 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1298 423 ) ( -1590 1295 423 ) ( -1064 1296.500000 423 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1518 1106 552 ) ( -1518 1122 551 ) ( -1518 1106 550 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1106 592 ) ( -1112 1122 592 ) ( -1104 1106 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2210 +{ +( -1880.724609 644.225586 610 ) ( -1592.225586 932.724609 610 ) ( -1179.275391 519.774414 610 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -1592 400 2 ) ( -1592 400 450 ) ( -1080 400 450 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1118 26 ) ( -1606 1122 26 ) ( -1606 1120 610 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1048 1105 26 ) ( -1048 1101 26 ) ( -1048 1103 610 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1404 1106 592 ) ( -1416 400 592 ) ( -1392 400 592 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1316 1122 592 ) ( -1310 1122 592 ) ( -1313 1122 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2211 +{ +( -1880.724609 644.225586 610 ) ( -1592.225586 932.724609 610 ) ( -1179.275391 519.774414 610 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -1610 1130 26 ) ( -1608 1130 26 ) ( -1609 1130 610 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1606 1118 26 ) ( -1606 1122 26 ) ( -1606 1120 610 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1048 1105 26 ) ( -1048 1101 26 ) ( -1048 1103 610 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1404 1106 592 ) ( -1416 400 592 ) ( -1392 400 592 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1310 1122 592 ) ( -1316 1122 592 ) ( -1313 1122 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2212 +{ +( -1278 1122 383 ) ( -1262 1122 383 ) ( -1262 1122 319 ) general_structure/beam_wood1 -40 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1262 1122 383 ) ( -1262 1188 383 ) ( -1262 1188 319 ) general_structure/beam_wood1 -64 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1278 1188 383 ) ( -1278 1122 383 ) ( -1278 1122 319 ) general_structure/beam_wood1 -64 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1278 1158 379 ) ( -1278 1162 383 ) ( -1262 1160 381 ) general_structure/beam_wood1 -40 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1278 1162 383 ) ( -1278 1178 375 ) ( -1262 1170 379 ) general_structure/beam_wood1 -40 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1278 1178 375 ) ( -1278 1174 371 ) ( -1262 1176 373 ) general_structure/beam_wood1 -40 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2213 +{ +( -1278 1162 391 ) ( -1278 1180 391 ) ( -1262 1180 391 ) general_structure/beam_wood1 -40 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1278 1162 391 ) ( -1262 1162 391 ) ( -1262 1162 375 ) general_structure/beam_wood1 -40 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1262 1162 391 ) ( -1262 1180 391 ) ( -1262 1180 375 ) general_structure/beam_wood1 -64 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1262 1178 391 ) ( -1278 1178 391 ) ( -1278 1178 375 ) general_structure/beam_wood1 -40 7 90.00 1 1 0 16384 0 +surfaceparm detail +( -1278 1180 391 ) ( -1278 1162 391 ) ( -1278 1162 375 ) general_structure/beam_wood1 -64 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1278 1178 375 ) ( -1278 1162 383 ) ( -1262 1170 379 ) general_structure/beam_wood1 -40 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2214 +{ +( -1518 1162 391 ) ( -1518 1180 391 ) ( -1502 1180 391 ) general_structure/beam_wood1 -56 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1518 1162 391 ) ( -1502 1162 391 ) ( -1502 1162 375 ) general_structure/beam_wood1 -56 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1502 1162 391 ) ( -1502 1180 391 ) ( -1502 1180 375 ) general_structure/beam_wood1 -64 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1502 1178 391 ) ( -1518 1178 391 ) ( -1518 1178 375 ) general_structure/beam_wood1 -56 7 90.00 1 1 0 16384 0 +surfaceparm detail +( -1518 1180 391 ) ( -1518 1162 391 ) ( -1518 1162 375 ) general_structure/beam_wood1 -64 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1518 1178 375 ) ( -1518 1162 383 ) ( -1502 1170 379 ) general_structure/beam_wood1 -56 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2215 +{ +( -1518 1122 383 ) ( -1502 1122 383 ) ( -1502 1122 319 ) general_structure/beam_wood1 -56 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1502 1122 383 ) ( -1502 1188 383 ) ( -1502 1188 319 ) general_structure/beam_wood1 -64 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1518 1188 383 ) ( -1518 1122 383 ) ( -1518 1122 319 ) general_structure/beam_wood1 -64 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1518 1158 379 ) ( -1518 1162 383 ) ( -1502 1160 381 ) general_structure/beam_wood1 -56 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1518 1162 383 ) ( -1518 1178 375 ) ( -1502 1170 379 ) general_structure/beam_wood1 -56 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1518 1178 375 ) ( -1518 1174 371 ) ( -1502 1176 373 ) general_structure/beam_wood1 -56 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2216 +{ +( -1590 1106 391 ) ( -1190 1106 391 ) ( -1254 1186 391 ) general_structure/beam_wood1 -72 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1590 1122 418 ) ( -1590 1186 418 ) ( -1190 1186 418 ) general_structure/beam_wood1 -72 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1190 1186 423 ) ( -1590 1186 423 ) ( -1590 1186 391 ) general_structure/beam_wood1 -72 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1590 1122 391 ) ( -1526 1186 391 ) ( -1558 1154 423 ) general_structure/beam_wood1 -48 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1254 1186 391 ) ( -1190 1122 391 ) ( -1222 1154 423 ) general_structure/beam_wood1 -48 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1180 1122 391 ) ( -1182 1122 391 ) ( -1181 1122 423 ) general_structure/beam_wood1 -32 7 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2217 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 1106 215 ) ( -1578 1122 215 ) ( -1576 1106 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1590 1106 26 ) ( -1590 1109 26 ) ( -1590 1107.500000 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 1106 174 ) ( -1458 1122 170 ) ( -1458 1106 166 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2218 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) general_structure/cellardoor 22 32 0.00 -0.625000 0.062500 0 16384 0 +surfaceparm detail +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/cellardoor 22 46 0.00 -0.625000 0.562500 0 16384 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1266 1122 171 ) ( -1266 1106 174 ) ( -1266 1106 168 ) general_structure/cellardoor 16 46 0.00 -0.125000 0.562500 0 16384 0 +surfaceparm detail +( -1186 1106 174 ) ( -1186 1122 170 ) ( -1186 1106 166 ) general_structure/cellardoor 16 46 0.00 -0.125000 0.562500 0 16384 0 +surfaceparm detail +( -1408 1106 170 ) ( -1405 1122 170 ) ( -1402 1106 170 ) general_structure/cellardoor 22 32 0.00 -0.625000 0.062500 0 16384 0 +surfaceparm detail +} +// brush 2219 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1580 1106 215 ) ( -1578 1122 215 ) ( -1576 1106 215 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 1122 170 ) ( -1458 1106 174 ) ( -1458 1106 166 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1394 1106 174 ) ( -1394 1122 171 ) ( -1394 1106 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1405 1122 170 ) ( -1408 1106 170 ) ( -1402 1106 170 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2220 +{ +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) general_structure/denmark_win2 28 138 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1458 1122 170 ) ( -1458 1106 174 ) ( -1458 1106 166 ) general_structure/denmark_win2 16 138 0.00 -0.125000 0.533333 0 4194304 0 +surfaceparm detail +( -1394 1106 174 ) ( -1394 1122 171 ) ( -1394 1106 168 ) general_structure/denmark_win2 16 138 0.00 -0.125000 0.533333 0 4194304 0 +surfaceparm detail +( -1408 1106 170 ) ( -1405 1122 170 ) ( -1402 1106 170 ) general_structure/denmark_win2 28 23 0.00 -0.500000 0.088889 0 4194304 0 +surfaceparm detail +( -1403 1122 74 ) ( -1406 1106 74 ) ( -1400 1106 74 ) general_structure/denmark_win2 28 23 0.00 -0.500000 0.088889 0 4194304 0 +surfaceparm detail +} +// brush 2221 +{ +( -1173.275391 527.774414 26 ) ( -1586.225586 940.724609 26 ) ( -1874.724609 652.225586 26 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1120 1122 2 ) ( -1120 1122 450 ) ( -1632 1122 450 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1592 1106 26 ) ( -1594 1106 26 ) ( -1593 1106 610 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 1122 170 ) ( -1458 1106 174 ) ( -1458 1106 166 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1394 1106 174 ) ( -1394 1122 171 ) ( -1394 1106 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1406 1106 74 ) ( -1403 1122 74 ) ( -1400 1106 74 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2222 +{ +( -1558 1030 746 ) ( -1094 1030 746 ) ( -1094 1054 746 ) general_structure/beam_wood1 79 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -1094 1054 754 ) ( -1094 1030 754 ) ( -1558 1030 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1094 1054 746 ) ( -1094 1046 754 ) ( -1558 1050 750 ) general_structure/shingles_ce2 160 -232 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1094 1030 754 ) ( -1094 1038 746 ) ( -1558 1034 750 ) general_structure/beam_wood1 79 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -1094 1054 746 ) ( -1118 1030 746 ) ( -1106 1042 754 ) common/nodraw 51 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1534 1030 746 ) ( -1558 1054 746 ) ( -1546 1042 754 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2223 +{ +( -1118 680 746 ) ( -1094 680 746 ) ( -1094 1054 746 ) general_structure/beam_wood1 79 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -1094 1054 754 ) ( -1094 680 754 ) ( -1118 680 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 680 754 ) ( -1094 680 754 ) ( -1094 680 746 ) common/nodraw 16 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1094 1054 746 ) ( -1098 680 750 ) ( -1102 1054 754 ) general_structure/shingles_ce2 160 -232 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1118 1054 754 ) ( -1114 680 750 ) ( -1110 1054 746 ) general_structure/beam_wood1 79 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -1118 1030 746 ) ( -1094 1054 746 ) ( -1106 1042 754 ) common/nodraw 51 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2224 +{ +( -1214 680 754 ) ( -1102 680 754 ) ( -1102 1046 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1102 1046 850 ) ( -1102 680 850 ) ( -1214 680 850 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1214 680 850 ) ( -1102 680 850 ) ( -1102 680 754 ) common/nodraw 16 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1102 1046 754 ) ( -1150 680 802 ) ( -1198 1046 850 ) general_structure/shingles_ce2 160 -232 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1214 1046 850 ) ( -1166 680 802 ) ( -1118 1046 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1214 934 754 ) ( -1102 1046 754 ) ( -1158 990 850 ) common/nodraw 51 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2225 +{ +( -1550 940 754 ) ( -1102 940 754 ) ( -1102 1046 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1102 1046 850 ) ( -1102 940 850 ) ( -1550 940 850 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1102 1046 754 ) ( -1102 950 850 ) ( -1550 998 802 ) general_structure/shingles_ce2 160 -232 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1102 934 850 ) ( -1102 1030 754 ) ( -1550 982 802 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1438 934 754 ) ( -1550 1046 754 ) ( -1494 990 850 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1102 1046 754 ) ( -1214 934 754 ) ( -1158 990 850 ) common/nodraw 51 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2226 +{ +( -1406 998 626 ) ( -1342 998 626 ) ( -1342 1030 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1342 1030 722 ) ( -1342 998 722 ) ( -1406 998 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1342 1030 722 ) ( -1406 1030 722 ) ( -1406 1030 626 ) general_structure/denmark_win2 -4 92 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -1406 1030 722 ) ( -1406 998 722 ) ( -1406 998 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1406 998 722 ) ( -1342 998 722 ) ( -1342 998 626 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1342 998 722 ) ( -1342 1030 722 ) ( -1342 1030 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2227 +{ +( -1342 998 626 ) ( -1310 998 626 ) ( -1310 1030 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1310 1030 722 ) ( -1310 998 722 ) ( -1342 998 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1310 1030 722 ) ( -1342 1030 722 ) ( -1342 1030 626 ) central_europe/tudor_set1_exwall1a -135 -14 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -1342 1030 722 ) ( -1342 998 722 ) ( -1342 998 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1342 998 722 ) ( -1310 998 722 ) ( -1310 998 626 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1310 998 722 ) ( -1310 1030 722 ) ( -1310 1030 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2228 +{ +( -1310 998 626 ) ( -1246 998 626 ) ( -1246 1030 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1246 1030 722 ) ( -1246 998 722 ) ( -1310 998 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1246 1030 722 ) ( -1310 1030 722 ) ( -1310 1030 626 ) general_structure/denmark_win2 -68 92 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -1310 1030 722 ) ( -1310 998 722 ) ( -1310 998 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1310 998 722 ) ( -1246 998 722 ) ( -1246 998 626 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1246 998 722 ) ( -1246 1030 722 ) ( -1246 1030 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2229 +{ +( -1246 998 626 ) ( -1214 998 626 ) ( -1214 1030 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1214 1030 722 ) ( -1214 998 722 ) ( -1246 998 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1214 1030 722 ) ( -1246 1030 722 ) ( -1246 1030 626 ) central_europe/tudor_set1_exwall1a -135 -14 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -1246 1030 722 ) ( -1246 998 722 ) ( -1246 998 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1246 998 722 ) ( -1214 998 722 ) ( -1214 998 626 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1214 998 722 ) ( -1214 1030 722 ) ( -1214 1030 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2230 +{ +( -1214 998 626 ) ( -1150 998 626 ) ( -1150 1030 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1150 1030 722 ) ( -1150 998 722 ) ( -1214 998 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1150 1030 722 ) ( -1214 1030 722 ) ( -1214 1030 626 ) general_structure/denmark_win2 -4 92 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -1214 1030 722 ) ( -1214 998 722 ) ( -1214 998 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1214 998 722 ) ( -1150 998 722 ) ( -1150 998 626 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1150 998 722 ) ( -1150 1030 722 ) ( -1150 1030 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2231 +{ +( -1160 998 610 ) ( -1120 998 610 ) ( -1120 1030 610 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1030 626 ) ( -1118 998 626 ) ( -1158 998 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1030 626 ) ( -1158 1030 626 ) ( -1158 1030 594 ) central_europe/tudor_set1_exwall1a -135 -14 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -1158 998 626 ) ( -1118 998 626 ) ( -1118 998 594 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1030 594 ) ( -1150 998 594 ) ( -1134 1014 626 ) common/nodraw 51 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1502 998 594 ) ( -1534 1030 594 ) ( -1518 1014 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2232 +{ +( -1166 998 722 ) ( -1118 998 722 ) ( -1118 1030 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1030 754 ) ( -1118 998 754 ) ( -1166 998 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1030 754 ) ( -1166 1030 754 ) ( -1166 1030 722 ) central_europe/tudor_set1_exwall1a -135 -14 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -1166 998 754 ) ( -1118 998 754 ) ( -1118 998 722 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1502 998 722 ) ( -1534 1030 722 ) ( -1518 1014 754 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1118 1030 722 ) ( -1150 998 722 ) ( -1134 1014 754 ) common/nodraw 51 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2233 +{ +( -1150 998 626 ) ( -1118 998 626 ) ( -1118 1030 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1030 722 ) ( -1118 998 722 ) ( -1150 998 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1030 722 ) ( -1150 1030 722 ) ( -1150 1030 626 ) central_europe/tudor_set1_exwall1a -135 -14 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -1150 1030 722 ) ( -1150 998 722 ) ( -1150 998 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1118 1030 626 ) ( -1150 998 626 ) ( -1134 1014 722 ) common/nodraw 51 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2234 +{ +( -1152 680 610 ) ( -1120 680 610 ) ( -1120 1028 610 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1118 1028 754 ) ( -1118 680 754 ) ( -1150 680 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1150 1028 754 ) ( -1150 680 754 ) ( -1150 680 594 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1150 680 754 ) ( -1118 680 754 ) ( -1118 680 594 ) common/nodraw 16 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1118 680 754 ) ( -1118 1028 754 ) ( -1118 1028 594 ) central_europe/tudor_set1_exwall1a -34 -14 0.00 0.650000 1 0 65536 0 +surfaceparm detail +( -1150 998 594 ) ( -1118 1030 594 ) ( -1134 1014 754 ) common/nodraw 51 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2235 +{ +( -1534 998 626 ) ( -1502 998 626 ) ( -1502 1030 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1502 1030 722 ) ( -1502 998 722 ) ( -1534 998 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1502 1030 722 ) ( -1534 1030 722 ) ( -1534 1030 626 ) central_europe/tudor_set1_exwall1a -135 -14 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -1502 998 722 ) ( -1502 1030 722 ) ( -1502 1030 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1502 998 626 ) ( -1534 1030 626 ) ( -1518 1014 722 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2236 +{ +( -1538 680 610 ) ( -1504 680 610 ) ( -1504 720 610 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1502 720 754 ) ( -1502 680 754 ) ( -1536 680 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1534 720 754 ) ( -1534 680 754 ) ( -1534 680 594 ) central_europe/tudor_set1_exwall1a -42 -14 0.00 0.650000 1 0 65536 0 +surfaceparm detail +( -1536 680 754 ) ( -1502 680 754 ) ( -1502 680 594 ) common/nodraw 16 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1502 680 754 ) ( -1502 720 754 ) ( -1502 720 594 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1534 1030 594 ) ( -1502 998 594 ) ( -1518 1014 754 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2237 +{ +( -1438 998 626 ) ( -1406 998 626 ) ( -1406 1030 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1406 1030 722 ) ( -1406 998 722 ) ( -1438 998 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1406 1030 722 ) ( -1438 1030 722 ) ( -1438 1030 626 ) central_europe/tudor_set1_exwall1a -135 -14 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -1438 1030 722 ) ( -1438 998 722 ) ( -1438 998 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1438 998 722 ) ( -1406 998 722 ) ( -1406 998 626 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1406 998 722 ) ( -1406 1030 722 ) ( -1406 1030 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2238 +{ +( -1502 998 626 ) ( -1438 998 626 ) ( -1438 1030 626 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1438 1030 722 ) ( -1438 998 722 ) ( -1502 998 722 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1438 1030 722 ) ( -1502 1030 722 ) ( -1502 1030 626 ) general_structure/denmark_win2 -68 92 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -1502 1030 722 ) ( -1502 998 722 ) ( -1502 998 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1502 998 722 ) ( -1438 998 722 ) ( -1438 998 626 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1438 998 722 ) ( -1438 1030 722 ) ( -1438 1030 626 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2239 +{ +( -1550 680 754 ) ( -1438 680 754 ) ( -1438 1046 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1438 1046 850 ) ( -1438 680 850 ) ( -1550 680 850 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1550 680 850 ) ( -1438 680 850 ) ( -1438 680 754 ) common/nodraw 16 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1454 1046 850 ) ( -1502 680 802 ) ( -1550 1046 754 ) general_structure/shingles_ce2 160 -232 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1534 1046 754 ) ( -1486 680 802 ) ( -1438 1046 850 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1550 1046 754 ) ( -1438 934 754 ) ( -1494 990 850 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2240 +{ +( -1558 680 746 ) ( -1534 680 746 ) ( -1534 1054 746 ) general_structure/beam_wood1 79 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -1534 1054 754 ) ( -1534 680 754 ) ( -1558 680 754 ) common/nodraw 16 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1558 680 754 ) ( -1534 680 754 ) ( -1534 680 746 ) common/nodraw 16 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1542 1054 746 ) ( -1538 680 750 ) ( -1534 1054 754 ) general_structure/beam_wood1 79 -20 -180.00 1 1 0 16384 0 +surfaceparm detail +( -1550 1054 754 ) ( -1554 680 750 ) ( -1558 1054 746 ) general_structure/shingles_ce2 160 -232 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1558 1054 746 ) ( -1534 1030 746 ) ( -1546 1042 754 ) common/nodraw 52 8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2241 +{ +( -4025 1258 472 ) ( -4314 969 472 ) ( -4727 1382 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4366 1622 24 ) ( -4366 1622 472 ) ( -4766 1222 472 ) general_structure/beam_wood1 172 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4002 1326 24 ) ( -4000 1324 24 ) ( -4001 1325 472 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4322 1646 24 ) ( -4324 1644 24 ) ( -4323 1645 472 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4032 1220 448 ) ( -4030 1654 448 ) ( -4034 1654 448 ) general_structure/beam_wood1 114 -26 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( -4344 1640 448 ) ( -4346 1642 448 ) ( -4345 1641 472 ) general_structure/beam_wood1 82 15 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +} +// brush 2242 +{ +( -4025 1258 472 ) ( -4314 969 472 ) ( -4727 1382 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4364 1620 24 ) ( -4364 1620 472 ) ( -4764 1220 472 ) general_structure/beam_wood1 172 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4818 1290 456 ) ( -4818 1290 472 ) ( -4402 874 472 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4322 1646 24 ) ( -4324 1644 24 ) ( -4323 1645 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4032 1220 448 ) ( -4030 1654 448 ) ( -4034 1654 448 ) general_structure/beam_wood1 114 -26 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( -4346 1642 448 ) ( -4344 1640 448 ) ( -4345 1641 472 ) general_structure/beam_wood1 82 15 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +} +// brush 2243 +{ +( -3434 1000 201 ) ( -3418 1000 201 ) ( -3418 1000 137 ) general_structure/beam_wood1 -188 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3418 1000 201 ) ( -3418 1066 201 ) ( -3418 1066 137 ) general_structure/beam_wood1 -198 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3434 1066 201 ) ( -3434 1000 201 ) ( -3434 1000 137 ) general_structure/beam_wood1 -198 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3434 1036 197 ) ( -3434 1040 201 ) ( -3418 1038 199 ) general_structure/beam_wood1 -188 6 0.00 1 1 0 16384 0 +surfaceparm detail +( -3434 1040 201 ) ( -3434 1056 193 ) ( -3418 1048 197 ) general_structure/beam_wood1 -188 6 0.00 1 1 0 16384 0 +surfaceparm detail +( -3434 1056 193 ) ( -3434 1052 189 ) ( -3418 1054 191 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2244 +{ +( -3434 1040 209 ) ( -3434 1058 209 ) ( -3418 1058 209 ) general_structure/beam_wood1 -188 6 0.00 1 1 0 16384 0 +surfaceparm detail +( -3434 1040 209 ) ( -3418 1040 209 ) ( -3418 1040 193 ) general_structure/beam_wood1 -188 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3418 1040 209 ) ( -3418 1058 209 ) ( -3418 1058 193 ) general_structure/beam_wood1 -198 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3418 1056 209 ) ( -3434 1056 209 ) ( -3434 1056 193 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3434 1058 209 ) ( -3434 1040 209 ) ( -3434 1040 193 ) general_structure/beam_wood1 -198 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3434 1056 193 ) ( -3434 1040 201 ) ( -3418 1048 197 ) general_structure/beam_wood1 -188 6 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2245 +{ +( -3626 1040 209 ) ( -3626 1058 209 ) ( -3610 1058 209 ) general_structure/beam_wood1 -252 6 0.00 1 1 0 16384 0 +surfaceparm detail +( -3626 1040 209 ) ( -3610 1040 209 ) ( -3610 1040 193 ) general_structure/beam_wood1 -252 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3610 1040 209 ) ( -3610 1058 209 ) ( -3610 1058 193 ) general_structure/beam_wood1 -198 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3610 1056 209 ) ( -3626 1056 209 ) ( -3626 1056 193 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3626 1058 209 ) ( -3626 1040 209 ) ( -3626 1040 193 ) general_structure/beam_wood1 -198 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3626 1056 193 ) ( -3626 1040 201 ) ( -3610 1048 197 ) general_structure/beam_wood1 -252 6 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2246 +{ +( -3626 1000 201 ) ( -3610 1000 201 ) ( -3610 1000 137 ) general_structure/beam_wood1 -252 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3610 1000 201 ) ( -3610 1066 201 ) ( -3610 1066 137 ) general_structure/beam_wood1 -198 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3626 1066 201 ) ( -3626 1000 201 ) ( -3626 1000 137 ) general_structure/beam_wood1 -198 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3626 1036 197 ) ( -3626 1040 201 ) ( -3610 1038 199 ) general_structure/beam_wood1 -252 6 0.00 1 1 0 16384 0 +surfaceparm detail +( -3626 1040 201 ) ( -3626 1056 193 ) ( -3610 1048 197 ) general_structure/beam_wood1 -252 6 0.00 1 1 0 16384 0 +surfaceparm detail +( -3626 1056 193 ) ( -3626 1052 189 ) ( -3610 1054 191 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2247 +{ +( -3714 984 209 ) ( -3314 984 209 ) ( -3378 1064 209 ) general_structure/beam_wood1 -252 22 0.00 1 1 0 16384 0 +surfaceparm detail +( -3714 1000 236 ) ( -3714 1064 236 ) ( -3314 1064 236 ) general_structure/beam_wood1 -252 22 0.00 1 1 0 16384 0 +surfaceparm detail +( -3314 1064 241 ) ( -3714 1064 241 ) ( -3714 1064 209 ) general_structure/beam_wood1 -252 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3714 1000 209 ) ( -3650 1064 209 ) ( -3682 1032 241 ) general_structure/beam_wood1 -182 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3378 1064 209 ) ( -3314 1000 209 ) ( -3346 1032 241 ) general_structure/beam_wood1 -182 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( -3304 1000 209 ) ( -3306 1000 209 ) ( -3305 1000 241 ) general_structure/beam_wood1 -212 -15 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2248 +{ +( -4870 1985 160 ) ( -4859 1986 160 ) ( -5136 1678 160 ) general_structure/plaster_wall3d -164 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5158 1678 160 ) ( -4854 1982 160 ) ( -4854 1982 16 ) general_structure/plaster_wall3d 196 39 -180.00 0.744141 -1 0 65536 0 +surfaceparm detail +( -4870 1982 16 ) ( -4854 1982 16 ) ( -4854 1982 160 ) common/nodraw -9 0 0.00 1.413086 1 536870912 2224 0 +surfaceparm detail +( -5162 1686 16 ) ( -4866 1982 16 ) ( -4866 1982 160 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5166 1686 160 ) ( -5158 1678 160 ) ( -5158 1678 16 ) common/nodraw -25 0 0.00 0.743164 1 536870912 2224 0 +surfaceparm detail +( -5142 1683 16 ) ( -5136 1678 16 ) ( -4859 1986 16 ) common/nodraw -55 -44 131.99 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +} +// brush 2249 +{ +( -5142 1679 160 ) ( -5136 1674 160 ) ( -4859 1982 160 ) general_structure/plaster_wall3d -159 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4870 1981 272 ) ( -4859 1982 272 ) ( -5136 1674 272 ) general_structure/plaster_wall3d -159 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4854 1982 160 ) ( -5158 1678 160 ) ( -5158 1678 272 ) general_structure/plaster_wall3d 196 39 -180.00 0.744141 -1 0 65536 0 +surfaceparm detail +( -4870 1982 160 ) ( -4854 1982 160 ) ( -4854 1982 272 ) common/nodraw -9 0 0.00 1.413086 1 536870912 2224 0 +surfaceparm detail +( -4866 1982 272 ) ( -5162 1686 272 ) ( -5162 1686 160 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5166 1686 272 ) ( -5158 1678 272 ) ( -5158 1678 160 ) common/nodraw -25 0 0.00 0.743164 1 536870912 2224 0 +surfaceparm detail +} +// brush 2250 +{ +( -5142 1683 272 ) ( -5136 1678 272 ) ( -4859 1986 272 ) general_structure/plaster_wall3d -164 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4870 1985 368 ) ( -4859 1986 368 ) ( -5136 1678 368 ) general_structure/plaster_wall3d -164 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4854 1982 272 ) ( -5158 1678 272 ) ( -5158 1678 368 ) general_structure/plaster_wall3d 196 39 -180.00 0.744141 -1 0 65536 0 +surfaceparm detail +( -4854 1982 368 ) ( -4870 1982 368 ) ( -4870 1982 272 ) common/nodraw -9 0 0.00 1.413086 1 536870912 2224 0 +surfaceparm detail +( -4866 1982 368 ) ( -5162 1686 368 ) ( -5162 1686 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5166 1686 368 ) ( -5158 1678 368 ) ( -5158 1678 272 ) common/nodraw -25 0 0.00 0.743164 1 536870912 2224 0 +surfaceparm detail +} +// brush 2251 +{ +( -5142 1683 368 ) ( -5136 1678 368 ) ( -4859 1986 368 ) general_structure/plaster_wall3d -164 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4870 1985 448 ) ( -4859 1986 448 ) ( -5136 1678 448 ) general_structure/plaster_wall3d -164 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4854 1982 368 ) ( -5158 1678 368 ) ( -5158 1678 448 ) general_structure/plaster_wall3d 196 39 -180.00 0.744141 -1 0 65536 0 +surfaceparm detail +( -4854 1982 448 ) ( -4870 1982 448 ) ( -4870 1982 368 ) common/nodraw -9 0 0.00 1.413086 1 536870912 2224 0 +surfaceparm detail +( -4866 1982 448 ) ( -5162 1686 448 ) ( -5162 1686 368 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5166 1686 448 ) ( -5158 1678 448 ) ( -5158 1678 368 ) common/nodraw -25 0 0.00 0.743164 1 536870912 2224 0 +surfaceparm detail +} +// brush 2252 +{ +( -5166 1686 544 ) ( -5158 1678 544 ) ( -5158 1678 448 ) common/nodraw -25 0 0.00 0.743164 1 536870912 2224 0 +surfaceparm detail +( -5162 1686 448 ) ( -4866 1982 448 ) ( -4866 1982 544 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4854 1982 544 ) ( -4870 1982 544 ) ( -4870 1982 448 ) common/nodraw -9 0 0.00 1.413086 1 536870912 2224 0 +surfaceparm detail +( -5158 1678 544 ) ( -4854 1982 544 ) ( -4854 1982 448 ) general_structure/plaster_wall3d 196 39 -180.00 0.744141 -1 0 65536 0 +surfaceparm detail +( -4870 1985 544 ) ( -4859 1986 544 ) ( -5136 1678 544 ) general_structure/plaster_wall3d -164 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5142 1683 448 ) ( -5136 1678 448 ) ( -4859 1986 448 ) general_structure/plaster_wall3d -164 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +} +// brush 2253 +{ +( -5166 1686 560 ) ( -5158 1678 560 ) ( -5158 1678 544 ) common/nodraw -25 0 0.00 0.743164 1 536870912 2224 0 +surfaceparm detail +( -4866 1982 560 ) ( -5162 1686 560 ) ( -5162 1686 544 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4870 1985 560 ) ( -4859 1986 560 ) ( -5136 1678 560 ) common/nodraw -55 -44 131.99 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( -4854 1982 560 ) ( -4870 1982 560 ) ( -4870 1982 544 ) common/nodraw -9 0 0.00 1.413086 1 536870912 2224 0 +surfaceparm detail +( -4854 1982 544 ) ( -5158 1678 544 ) ( -5158 1678 560 ) general_structure/plaster_wall3d 196 39 -180.00 0.744141 -1 0 65536 0 +surfaceparm detail +( -5142 1683 544 ) ( -5136 1678 544 ) ( -4859 1986 544 ) general_structure/plaster_wall3d -164 -18 90.00 0.744141 1 0 65536 0 +surfaceparm detail +} +// brush 2254 +{ +( -5088 1929 560 ) ( -5045 1977 560 ) ( -5069 1998 560 ) general_structure/beam_wood1 -114 4 42.00 1.001269 0.998511 0 16384 0 +surfaceparm detail +( -4698 2153 592 ) ( -4674 2131 592 ) ( -4717 2084 592 ) common/nodraw -55 -44 131.99 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( -5164 1684 592 ) ( -5152 1672 592 ) ( -5152 1672 560 ) common/nodraw -8 0 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4866 1982 592 ) ( -5164 1684 592 ) ( -5164 1684 560 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5152 1672 592 ) ( -4846 1982 592 ) ( -4846 1982 560 ) general_structure/beam_wood1 -80 16 0.00 0.744141 1 0 16384 0 +surfaceparm detail +( -4866 1982 560 ) ( -4846 1982 560 ) ( -4846 1982 592 ) common/nodraw 10 0 -180.00 1.412109 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2255 +{ +( -3378 466 201 ) ( -3378 402 201 ) ( -3410 402 201 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3410 402 193 ) ( -3410 466 193 ) ( -3410 466 225 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3410 482 193 ) ( -3378 482 193 ) ( -3378 482 225 ) common/nodraw -58 33 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3378 402 193 ) ( -3410 402 193 ) ( -3410 402 225 ) common/nodraw -58 33 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3398 482 201 ) ( -3626 482 49 ) ( -3512 402 125 ) common/nodraw 26 55 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2256 +{ +( -3366 466 209 ) ( -3366 402 209 ) ( -3398 402 209 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3398 402 201 ) ( -3398 466 201 ) ( -3398 466 233 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3398 482 201 ) ( -3366 482 201 ) ( -3366 482 233 ) common/nodraw -18 -15 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3366 402 201 ) ( -3398 402 201 ) ( -3398 402 233 ) common/nodraw -18 -15 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3374 482 217 ) ( -3602 482 65 ) ( -3488 402 141 ) common/nodraw 26 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2257 +{ +( -3354 466 217 ) ( -3354 402 217 ) ( -3386 402 217 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3386 402 209 ) ( -3386 466 209 ) ( -3386 466 241 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3386 482 209 ) ( -3354 482 209 ) ( -3354 482 241 ) common/nodraw -18 -15 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3354 402 209 ) ( -3386 402 209 ) ( -3386 402 241 ) common/nodraw -18 -15 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3374 482 217 ) ( -3602 482 65 ) ( -3488 402 141 ) common/nodraw 26 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2258 +{ +( -3618 466 41 ) ( -3618 402 41 ) ( -3650 402 41 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3650 402 33 ) ( -3650 466 33 ) ( -3650 466 65 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3650 482 33 ) ( -3618 482 33 ) ( -3618 482 65 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3618 402 33 ) ( -3650 402 33 ) ( -3650 402 65 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2259 +{ +( -3390 466 193 ) ( -3390 402 193 ) ( -3422 402 193 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3422 402 185 ) ( -3422 466 185 ) ( -3422 466 217 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3422 482 185 ) ( -3390 482 185 ) ( -3390 482 217 ) common/nodraw -46 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3390 402 185 ) ( -3422 402 185 ) ( -3422 402 217 ) common/nodraw -46 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3410 482 193 ) ( -3638 482 41 ) ( -3524 402 117 ) common/nodraw 26 43 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2260 +{ +( -3402 466 185 ) ( -3402 402 185 ) ( -3434 402 185 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3434 402 177 ) ( -3434 466 177 ) ( -3434 466 209 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3434 482 177 ) ( -3402 482 177 ) ( -3402 482 209 ) common/nodraw -46 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3402 402 177 ) ( -3434 402 177 ) ( -3434 402 209 ) common/nodraw -46 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3410 482 193 ) ( -3638 482 41 ) ( -3524 402 117 ) common/nodraw 26 43 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2261 +{ +( -3414 466 177 ) ( -3414 402 177 ) ( -3446 402 177 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3446 402 169 ) ( -3446 466 169 ) ( -3446 466 201 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3446 482 169 ) ( -3414 482 169 ) ( -3414 482 201 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3414 402 169 ) ( -3446 402 169 ) ( -3446 402 201 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2262 +{ +( -3426 466 169 ) ( -3426 402 169 ) ( -3458 402 169 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3458 402 161 ) ( -3458 466 161 ) ( -3458 466 193 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3458 482 161 ) ( -3426 482 161 ) ( -3426 482 193 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3426 402 161 ) ( -3458 402 161 ) ( -3458 402 193 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2263 +{ +( -3438 466 161 ) ( -3438 402 161 ) ( -3470 402 161 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3470 402 153 ) ( -3470 466 153 ) ( -3470 466 185 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3470 482 153 ) ( -3438 482 153 ) ( -3438 482 185 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3438 402 153 ) ( -3470 402 153 ) ( -3470 402 185 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2264 +{ +( -3450 466 153 ) ( -3450 402 153 ) ( -3482 402 153 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3482 402 145 ) ( -3482 466 145 ) ( -3482 466 177 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3482 482 145 ) ( -3450 482 145 ) ( -3450 482 177 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3450 402 145 ) ( -3482 402 145 ) ( -3482 402 177 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2265 +{ +( -3462 466 145 ) ( -3462 402 145 ) ( -3494 402 145 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3494 402 137 ) ( -3494 466 137 ) ( -3494 466 169 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3494 482 137 ) ( -3462 482 137 ) ( -3462 482 169 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3462 402 137 ) ( -3494 402 137 ) ( -3494 402 169 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2266 +{ +( -3474 466 137 ) ( -3474 402 137 ) ( -3506 402 137 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3506 402 129 ) ( -3506 466 129 ) ( -3506 466 161 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3506 482 129 ) ( -3474 482 129 ) ( -3474 482 161 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3474 402 129 ) ( -3506 402 129 ) ( -3506 402 161 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2267 +{ +( -3486 466 129 ) ( -3486 402 129 ) ( -3518 402 129 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3518 402 121 ) ( -3518 466 121 ) ( -3518 466 153 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3518 482 121 ) ( -3486 482 121 ) ( -3486 482 153 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3486 402 121 ) ( -3518 402 121 ) ( -3518 402 153 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2268 +{ +( -3498 466 121 ) ( -3498 402 121 ) ( -3530 402 121 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3530 402 113 ) ( -3530 466 113 ) ( -3530 466 145 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3530 482 113 ) ( -3498 482 113 ) ( -3498 482 145 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3498 402 113 ) ( -3530 402 113 ) ( -3530 402 145 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2269 +{ +( -3510 466 113 ) ( -3510 402 113 ) ( -3542 402 113 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3542 402 105 ) ( -3542 466 105 ) ( -3542 466 137 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3542 482 105 ) ( -3510 482 105 ) ( -3510 482 137 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3510 402 105 ) ( -3542 402 105 ) ( -3542 402 137 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2270 +{ +( -3522 466 105 ) ( -3522 402 105 ) ( -3554 402 105 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3554 402 97 ) ( -3554 466 97 ) ( -3554 466 129 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3554 482 97 ) ( -3522 482 97 ) ( -3522 482 129 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3522 402 97 ) ( -3554 402 97 ) ( -3554 402 129 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2271 +{ +( -3534 466 97 ) ( -3534 402 97 ) ( -3566 402 97 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3566 402 89 ) ( -3566 466 89 ) ( -3566 466 121 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3566 482 89 ) ( -3534 482 89 ) ( -3534 482 121 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3534 402 89 ) ( -3566 402 89 ) ( -3566 402 121 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2272 +{ +( -3546 466 89 ) ( -3546 402 89 ) ( -3578 402 89 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3578 402 81 ) ( -3578 466 81 ) ( -3578 466 113 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3578 482 81 ) ( -3546 482 81 ) ( -3546 482 113 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3546 402 81 ) ( -3578 402 81 ) ( -3578 402 113 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2273 +{ +( -3558 466 81 ) ( -3558 402 81 ) ( -3590 402 81 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3590 402 73 ) ( -3590 466 73 ) ( -3590 466 105 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3590 482 73 ) ( -3558 482 73 ) ( -3558 482 105 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3558 402 73 ) ( -3590 402 73 ) ( -3590 402 105 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2274 +{ +( -3570 466 73 ) ( -3570 402 73 ) ( -3602 402 73 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3602 402 65 ) ( -3602 466 65 ) ( -3602 466 97 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3602 482 65 ) ( -3570 482 65 ) ( -3570 482 97 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3570 402 65 ) ( -3602 402 65 ) ( -3602 402 97 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2275 +{ +( -3582 466 65 ) ( -3582 402 65 ) ( -3614 402 65 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3614 402 57 ) ( -3614 466 57 ) ( -3614 466 89 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3614 482 57 ) ( -3582 482 57 ) ( -3582 482 89 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3582 402 57 ) ( -3614 402 57 ) ( -3614 402 89 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2276 +{ +( -3594 466 57 ) ( -3594 402 57 ) ( -3626 402 57 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3626 402 49 ) ( -3626 466 49 ) ( -3626 466 81 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3626 482 49 ) ( -3594 482 49 ) ( -3594 482 81 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3594 402 49 ) ( -3626 402 49 ) ( -3626 402 81 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2277 +{ +( -3606 466 49 ) ( -3606 402 49 ) ( -3638 402 49 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3638 402 41 ) ( -3638 466 41 ) ( -3638 466 73 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3638 482 41 ) ( -3606 482 41 ) ( -3606 482 73 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3606 402 41 ) ( -3638 402 41 ) ( -3638 402 73 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2278 +{ +( -3630 466 33 ) ( -3630 402 33 ) ( -3662 402 33 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3662 402 25 ) ( -3662 466 25 ) ( -3662 466 57 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3662 482 25 ) ( -3630 482 25 ) ( -3630 482 57 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3630 402 25 ) ( -3662 402 25 ) ( -3662 402 57 ) common/nodraw -22 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3434 482 177 ) ( -3662 482 25 ) ( -3548 402 101 ) common/nodraw 26 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2279 +{ +( -3230 386 16 ) ( -3230 1000 16 ) ( -3830 1000 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3248 386 24 ) ( -3246 1000 24 ) ( -3244 386 24 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3680 1000 14 ) ( -3664 1000 14 ) ( -3672 1000 198 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3830 962 14 ) ( -3830 970 14 ) ( -3830 966 198 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 14 ) ( -3230 984 14 ) ( -3230 992 198 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3272 386 14 ) ( -3288 386 14 ) ( -3280 386 198 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2280 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3830 402 448 ) ( -3830 402 0 ) ( -3830 978 0 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3244 386 208 ) ( -3242 1000 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3814 984 24 ) ( -3814 976 24 ) ( -3814 980 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3830 1000 24 ) ( -3826 996 24 ) ( -3828 998 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3826 390 24 ) ( -3830 386 24 ) ( -3828 388 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2281 +{ +( -3830 402 448 ) ( -3830 402 0 ) ( -3830 978 0 ) central_europe/tudor_set1_exwall1a -14 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3814 984 224 ) ( -3814 976 224 ) ( -3814 980 408 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3830 1000 224 ) ( -3826 996 224 ) ( -3828 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3826 390 224 ) ( -3830 386 224 ) ( -3828 388 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2282 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 208 ) ( -3230 1000 24 ) ( -3230 400 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3244 386 208 ) ( -3242 1000 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 24 ) ( -3230 1000 208 ) ( -3246 984 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 968 24 ) ( -3246 984 24 ) ( -3246 976 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3230 386 24 ) ( -3234 390 24 ) ( -3232 388 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2283 +{ +( -3230 386 512 ) ( -3230 386 24 ) ( -3830 386 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3272 402 224 ) ( -3256 402 224 ) ( -3264 402 408 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3818 398 224 ) ( -3814 402 224 ) ( -3816 400 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 402 224 ) ( -3242 398 224 ) ( -3244 400 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2284 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 386 512 ) ( -3230 386 24 ) ( -3830 386 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3244 386 208 ) ( -3242 1000 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3272 402 24 ) ( -3256 402 24 ) ( -3264 402 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3818 398 24 ) ( -3814 402 24 ) ( -3816 400 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 402 24 ) ( -3242 398 24 ) ( -3244 400 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2285 +{ +( -3230 1000 408 ) ( -3230 1000 224 ) ( -3230 400 224 ) central_europe/tudor_set1_exwall1a -10 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 968 224 ) ( -3246 984 224 ) ( -3246 976 408 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3230 386 224 ) ( -3234 390 224 ) ( -3232 388 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 700 372 ) ( -3246 700 360 ) ( -3230 700 366 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2286 +{ +( -3230 1000 408 ) ( -3230 1000 224 ) ( -3230 400 224 ) central_europe/tudor_set1_exwall1a -10 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3246 984 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 968 224 ) ( -3246 984 224 ) ( -3246 976 408 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3246 784 356 ) ( -3246 784 368 ) ( -3230 784 362 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2287 +{ +( -3230 1000 408 ) ( -3230 1000 224 ) ( -3230 400 224 ) central_europe/tudor_set1_exwall1a -10 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 968 224 ) ( -3246 984 224 ) ( -3246 976 408 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3246 700 360 ) ( -3246 700 372 ) ( -3230 700 366 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 784 368 ) ( -3246 784 356 ) ( -3230 784 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 736 344 ) ( -3246 724 344 ) ( -3230 730 344 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2288 +{ +( -3230 1000 408 ) ( -3230 1000 224 ) ( -3230 400 224 ) central_europe/tudor_set1_exwall1a -10 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3246 968 224 ) ( -3246 984 224 ) ( -3246 976 408 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3246 700 360 ) ( -3246 700 372 ) ( -3230 700 366 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 724 344 ) ( -3246 736 344 ) ( -3230 730 344 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 724 344 ) ( -3246 700 296 ) ( -3230 712 320 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2289 +{ +( -3230 1000 408 ) ( -3230 1000 224 ) ( -3230 400 224 ) central_europe/tudor_set1_exwall1a -10 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 968 224 ) ( -3246 984 224 ) ( -3246 976 408 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3246 700 360 ) ( -3246 700 372 ) ( -3230 700 366 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 700 256 ) ( -3246 716 224 ) ( -3230 708 240 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2290 +{ +( -3230 1000 408 ) ( -3230 1000 224 ) ( -3230 400 224 ) central_europe/tudor_set1_exwall1a -10 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 968 224 ) ( -3246 984 224 ) ( -3246 976 408 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3246 784 368 ) ( -3246 784 356 ) ( -3230 784 362 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 760 224 ) ( -3246 784 284 ) ( -3230 772 254 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2291 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 24 ) ( -3230 1000 208 ) ( -3816 1000 208 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3244 386 208 ) ( -3242 1000 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3680 984 24 ) ( -3696 984 24 ) ( -3688 984 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3230 1000 208 ) ( -3230 1000 24 ) ( -3246 984 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 1000 162 ) ( -3314 984 166 ) ( -3314 984 158 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2292 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 24 ) ( -3230 1000 208 ) ( -3816 1000 208 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3244 386 208 ) ( -3242 1000 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3680 984 24 ) ( -3696 984 24 ) ( -3688 984 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3826 996 24 ) ( -3830 1000 24 ) ( -3828 998 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3746 984 164 ) ( -3746 1000 161 ) ( -3746 984 158 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2293 +{ +( -3230 1000 24 ) ( -3230 1000 208 ) ( -3816 1000 208 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3244 386 208 ) ( -3242 1000 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3680 984 24 ) ( -3696 984 24 ) ( -3688 984 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3746 1000 161 ) ( -3746 984 164 ) ( -3746 984 158 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 984 168 ) ( -3682 1000 163 ) ( -3682 984 158 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3691 1000 160 ) ( -3694 984 160 ) ( -3688 984 160 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2294 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 24 ) ( -3230 1000 208 ) ( -3816 1000 208 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3680 984 24 ) ( -3696 984 24 ) ( -3688 984 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3746 1000 161 ) ( -3746 984 164 ) ( -3746 984 158 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 984 72 ) ( -3682 1000 67 ) ( -3682 984 62 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3694 984 64 ) ( -3691 1000 64 ) ( -3688 984 64 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2295 +{ +( -3230 1000 24 ) ( -3230 1000 208 ) ( -3816 1000 208 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3244 386 208 ) ( -3242 1000 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3680 984 24 ) ( -3696 984 24 ) ( -3688 984 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3378 1000 161 ) ( -3378 984 166 ) ( -3378 984 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 984 166 ) ( -3314 1000 162 ) ( -3314 984 158 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3691 1000 160 ) ( -3694 984 160 ) ( -3688 984 160 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2296 +{ +( -3230 386 24 ) ( -3230 1000 24 ) ( -3830 1000 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1000 24 ) ( -3230 1000 208 ) ( -3816 1000 208 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3680 984 24 ) ( -3696 984 24 ) ( -3688 984 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3378 1000 65 ) ( -3378 984 70 ) ( -3378 984 60 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 984 166 ) ( -3314 1000 162 ) ( -3314 984 158 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3694 984 64 ) ( -3691 1000 64 ) ( -3688 984 64 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2297 +{ +( -3370 514 24 ) ( -3826 514 24 ) ( -3826 482 24 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3812 482 208 ) ( -3812 514 208 ) ( -3356 514 208 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3826 482 200 ) ( -3370 482 200 ) ( -3370 482 24 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3246 478 200 ) ( -3246 510 200 ) ( -3246 510 24 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3370 514 200 ) ( -3826 514 200 ) ( -3826 514 24 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3682 514 200 ) ( -3682 482 200 ) ( -3682 482 24 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2298 +{ +( -3230 402 0 ) ( -3230 402 448 ) ( -3230 978 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3830 402 448 ) ( -3830 402 0 ) ( -3830 978 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3242 1000 208 ) ( -3244 386 208 ) ( -3240 386 208 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3240 386 224 ) ( -3238 1000 224 ) ( -3236 386 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3678 482 208 ) ( -3684 482 208 ) ( -3681 482 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2299 +{ +( -3230 386 512 ) ( -3230 386 24 ) ( -3830 386 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 402 0 ) ( -3230 402 448 ) ( -3230 978 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3830 402 448 ) ( -3830 402 0 ) ( -3830 978 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3242 1000 208 ) ( -3244 386 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3240 386 224 ) ( -3238 1000 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3376 402 208 ) ( -3370 402 208 ) ( -3373 402 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2300 +{ +( -3830 402 448 ) ( -3830 402 0 ) ( -3830 978 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3242 1000 208 ) ( -3244 386 208 ) ( -3240 386 208 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3240 386 224 ) ( -3238 1000 224 ) ( -3236 386 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3684 482 208 ) ( -3678 482 208 ) ( -3681 482 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3370 402 208 ) ( -3376 402 208 ) ( -3373 402 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 500 208 ) ( -3682 494 208 ) ( -3682 497 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2301 +{ +( -3230 402 0 ) ( -3230 402 448 ) ( -3230 978 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3242 1000 208 ) ( -3244 386 208 ) ( -3240 386 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3240 386 224 ) ( -3238 1000 224 ) ( -3236 386 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3684 482 208 ) ( -3678 482 208 ) ( -3681 482 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3370 402 208 ) ( -3376 402 208 ) ( -3373 402 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3374 476 208 ) ( -3374 482 208 ) ( -3374 479 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2302 +{ +( -4939 2224 6 ) ( -5137 2224 6 ) ( -5137 2005 6 ) common/caulkshadow -8 20 0.00 1 1 0 480 0 +surfaceparm detail +( -5130 2010 448 ) ( -5130 2229 448 ) ( -4932 2229 448 ) common/caulkshadow -8 20 0.00 1 1 0 480 0 +surfaceparm detail +( -3808 664 488 ) ( -3808 664 8 ) ( -4096 952 8 ) common/caulkshadow -24 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3830 662 8 ) ( -3830 662 488 ) ( -3830 758 488 ) common/caulkshadow -20 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4048 1000 488 ) ( -4048 1000 8 ) ( -3808 760 8 ) ta_berlin/archway1trim_shot 27 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -4096 952 488 ) ( -4096 952 8 ) ( -4048 1000 8 ) common/caulkshadow -24 0 0.00 1 1 0 480 0 +surfaceparm detail +} +// brush 2303 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) common/nodraw 54 8 -180.00 0.992180 -0.992176 536870912 2224 0 +surfaceparm detail +( -4312 1649 472 ) ( -4312 1649 24 ) ( -3972 1309 24 ) general_structure/cellardoor 112 42 0.00 -0.445314 0.562500 0 16384 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/nodraw 49 9 -180.00 0.890629 -2.250000 536870912 2224 0 +surfaceparm detail +( -4136 1476 24 ) ( -4140 1472 24 ) ( -4138 1474 208 ) common/nodraw 54 9 -180.00 0.101563 -2.250000 536870912 2224 0 +surfaceparm detail +( -4196 1530 24 ) ( -4194 1532 24 ) ( -4195 1531 208 ) common/nodraw 40 9 -180.00 0.101563 -2.250000 536870912 2224 0 +surfaceparm detail +( -4156 1535 168 ) ( -4164 1468 168 ) ( -4172 1535 168 ) common/nodraw 54 8 -180.00 0.992180 -0.992176 536870912 2224 0 +surfaceparm detail +} +// brush 2304 +{ +( -4284 1628 472 ) ( -4284 1628 24 ) ( -3944 1288 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3976 1300 24 ) ( -3978 1302 24 ) ( -3977 1301 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3524 1640 208 ) ( -3532 1300 208 ) ( -3540 1640 208 ) ta_berlin/berlinwall2a_shot 168 -149 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4020 1364 24 ) ( -4036 1348 24 ) ( -4028 1356 208 ) ta_berlin/berlinwall2a_shot 200 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4068 1406 24 ) ( -4066 1408 24 ) ( -4067 1407 208 ) ta_berlin/berlinwall2a_shot 200 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4020 1368 168 ) ( -4020 1380 168 ) ( -4075 1374 168 ) ta_berlin/berlinwall2a_shot 168 -149 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2305 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3548 1664 208 ) ( -3556 1324 208 ) ( -3564 1664 208 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4228 1572 24 ) ( -4230 1570 24 ) ( -4229 1571 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4276 1614 24 ) ( -4274 1616 24 ) ( -4275 1615 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4228 1392 168 ) ( -4228 1404 168 ) ( -4283 1398 168 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2306 +{ +( -4284 1628 472 ) ( -4284 1628 24 ) ( -3944 1288 24 ) general_structure/denmark_win2 -41 135 0.00 0.351563 0.533325 0 4194304 0 +surfaceparm detail +( -3976 1300 24 ) ( -3978 1302 24 ) ( -3977 1301 472 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4020 1364 24 ) ( -4036 1348 24 ) ( -4028 1356 208 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4068 1406 24 ) ( -4066 1408 24 ) ( -4067 1407 208 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4020 1380 168 ) ( -4020 1368 168 ) ( -4075 1374 168 ) common/nodraw 52 -21 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -4020 1372 72 ) ( -4020 1380 72 ) ( -4075 1376 72 ) common/nodraw 52 -21 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2307 +{ +( -4711 1350 24 ) ( -4298 937 24 ) ( -4009 1226 24 ) ta_berlin/berlinwall2a_shot 92 -200 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4284 1628 472 ) ( -4284 1628 24 ) ( -3944 1288 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3976 1300 24 ) ( -3978 1302 24 ) ( -3977 1301 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4020 1364 24 ) ( -4036 1348 24 ) ( -4028 1356 208 ) ta_berlin/berlinwall2a_shot 200 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4068 1406 24 ) ( -4066 1408 24 ) ( -4067 1407 208 ) ta_berlin/berlinwall2a_shot 200 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4020 1380 72 ) ( -4020 1372 72 ) ( -4075 1376 72 ) ta_berlin/berlinwall2a_shot 168 -149 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2308 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) general_structure/denmark_win2 -120 135 0.00 0.351563 0.533325 0 4194304 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4228 1572 24 ) ( -4230 1570 24 ) ( -4229 1571 208 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4276 1614 24 ) ( -4274 1616 24 ) ( -4275 1615 208 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4228 1404 168 ) ( -4228 1392 168 ) ( -4283 1398 168 ) common/nodraw 28 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -4228 1396 72 ) ( -4228 1404 72 ) ( -4283 1400 72 ) common/nodraw 28 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2309 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) ta_berlin/berlinwall2a_shot 68 -224 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4228 1572 24 ) ( -4230 1570 24 ) ( -4229 1571 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4276 1614 24 ) ( -4274 1616 24 ) ( -4275 1615 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4228 1404 72 ) ( -4228 1396 72 ) ( -4283 1400 72 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2310 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4004 1664 448 ) ( -4012 1324 448 ) ( -4020 1664 448 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4228 1572 224 ) ( -4230 1570 224 ) ( -4229 1571 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4276 1614 224 ) ( -4274 1616 224 ) ( -4275 1615 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4228 1408 392 ) ( -4228 1416 392 ) ( -4283 1412 392 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +} +// brush 2311 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4004 1664 448 ) ( -4012 1324 448 ) ( -4020 1664 448 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4140 1484 224 ) ( -4144 1480 224 ) ( -4142 1482 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4188 1526 224 ) ( -4186 1528 224 ) ( -4187 1527 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4140 1408 392 ) ( -4140 1416 392 ) ( -4195 1412 392 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +} +// brush 2312 +{ +( -4284 1628 472 ) ( -4284 1628 24 ) ( -3944 1288 24 ) central_europe/tudor_set1_exwall1a -176 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3976 1300 24 ) ( -3978 1302 24 ) ( -3977 1301 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3980 1640 448 ) ( -3988 1300 448 ) ( -3996 1640 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4020 1364 224 ) ( -4036 1348 224 ) ( -4028 1356 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4068 1406 224 ) ( -4066 1408 224 ) ( -4067 1407 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4020 1384 392 ) ( -4020 1392 392 ) ( -4075 1388 392 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2313 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) general_structure/denmark_win2 -120 15 0.00 0.351563 0.533325 0 4194304 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4228 1572 224 ) ( -4230 1570 224 ) ( -4229 1571 448 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4276 1614 224 ) ( -4274 1616 224 ) ( -4275 1615 448 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4228 1416 392 ) ( -4228 1408 392 ) ( -4283 1412 392 ) common/nodraw 28 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -4228 1400 296 ) ( -4228 1412 296 ) ( -4283 1406 296 ) common/nodraw 28 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2314 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3576 1324 224 ) ( -3564 1664 224 ) ( -3588 1664 224 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4228 1572 224 ) ( -4230 1570 224 ) ( -4229 1571 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4276 1614 224 ) ( -4274 1616 224 ) ( -4275 1615 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4228 1412 296 ) ( -4228 1400 296 ) ( -4283 1406 296 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +} +// brush 2315 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) general_structure/denmark_win2 -126 15 0.00 0.351563 0.533325 0 4194304 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4140 1484 224 ) ( -4144 1480 224 ) ( -4142 1482 448 ) common/nodraw 45 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4188 1526 224 ) ( -4186 1528 224 ) ( -4187 1527 448 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4140 1416 392 ) ( -4140 1408 392 ) ( -4195 1412 392 ) common/nodraw 28 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -4140 1400 296 ) ( -4140 1412 296 ) ( -4195 1406 296 ) common/nodraw 28 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2316 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3576 1324 224 ) ( -3564 1664 224 ) ( -3588 1664 224 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4140 1484 224 ) ( -4144 1480 224 ) ( -4142 1482 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4188 1526 224 ) ( -4186 1528 224 ) ( -4187 1527 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4140 1412 296 ) ( -4140 1400 296 ) ( -4195 1406 296 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +} +// brush 2317 +{ +( -4284 1628 472 ) ( -4284 1628 24 ) ( -3944 1288 24 ) general_structure/denmark_win2 -41 15 0.00 0.351563 0.533325 0 4194304 0 +surfaceparm detail +( -3976 1300 24 ) ( -3978 1302 24 ) ( -3977 1301 472 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4020 1364 224 ) ( -4036 1348 224 ) ( -4028 1356 448 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4068 1406 224 ) ( -4066 1408 224 ) ( -4067 1407 448 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4020 1392 392 ) ( -4020 1384 392 ) ( -4075 1388 392 ) common/nodraw 52 -21 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -4020 1376 296 ) ( -4020 1388 296 ) ( -4075 1382 296 ) common/nodraw 52 -21 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2318 +{ +( -4284 1628 472 ) ( -4284 1628 24 ) ( -3944 1288 24 ) central_europe/tudor_set1_exwall1a -176 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3976 1300 24 ) ( -3978 1302 24 ) ( -3977 1301 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3552 1300 224 ) ( -3540 1640 224 ) ( -3564 1640 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4020 1364 224 ) ( -4036 1348 224 ) ( -4028 1356 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4068 1406 224 ) ( -4066 1408 224 ) ( -4067 1407 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4020 1388 296 ) ( -4020 1376 296 ) ( -4075 1382 296 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2319 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4004 1664 448 ) ( -4012 1324 448 ) ( -4020 1664 448 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3576 1324 224 ) ( -3564 1664 224 ) ( -3588 1664 224 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4186 1528 224 ) ( -4188 1526 224 ) ( -4187 1527 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4230 1570 224 ) ( -4228 1572 224 ) ( -4229 1571 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +} +// brush 2320 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4004 1664 448 ) ( -4012 1324 448 ) ( -4020 1664 448 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3576 1324 224 ) ( -3564 1664 224 ) ( -3588 1664 224 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4090 1432 224 ) ( -4092 1430 224 ) ( -4091 1431 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4144 1480 224 ) ( -4140 1484 224 ) ( -4142 1482 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +} +// brush 2321 +{ +( -4356 1700 472 ) ( -4356 1700 24 ) ( -4016 1360 24 ) central_europe/tudor_set1_exwall1a -116 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4094 1380 472 ) ( -4094 1380 456 ) ( -4390 1084 456 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4048 1372 24 ) ( -4050 1374 24 ) ( -4049 1373 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4052 1712 448 ) ( -4060 1372 448 ) ( -4068 1712 448 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3624 1372 224 ) ( -3612 1712 224 ) ( -3636 1712 224 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4106 1416 224 ) ( -4090 1432 224 ) ( -4098 1424 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +} +// brush 2322 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) ta_berlin/berlinwall2a_shot 68 -224 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4364 1620 24 ) ( -4364 1620 472 ) ( -4764 1220 472 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3548 1664 208 ) ( -3556 1324 208 ) ( -3564 1664 208 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4274 1616 24 ) ( -4276 1614 24 ) ( -4275 1615 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2323 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4364 1620 24 ) ( -4364 1620 472 ) ( -4764 1220 472 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4004 1664 448 ) ( -4012 1324 448 ) ( -4020 1664 448 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3576 1324 224 ) ( -3564 1664 224 ) ( -3588 1664 224 ) central_europe/tudor_set1_exwall1a -121 238 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4274 1616 224 ) ( -4276 1614 224 ) ( -4275 1615 448 ) central_europe/tudor_set1_exwall1a -121 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +} +// brush 2324 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) ta_berlin/berlinwall2a_shot 68 -224 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4364 1620 24 ) ( -4364 1620 472 ) ( -4764 1220 472 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4818 1290 456 ) ( -4818 1290 472 ) ( -4402 874 472 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4002 1326 24 ) ( -4000 1324 24 ) ( -4001 1325 472 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4322 1646 24 ) ( -4324 1644 24 ) ( -4323 1645 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4016 1654 208 ) ( -4018 1220 208 ) ( -4020 1654 208 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2325 +{ +( -4368 1620 24 ) ( -4368 1620 472 ) ( -4768 1220 472 ) general_structure/beam_wood1 172 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4818 1290 456 ) ( -4818 1290 472 ) ( -4402 874 472 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4002 1326 24 ) ( -4000 1324 24 ) ( -4001 1325 472 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4322 1646 24 ) ( -4324 1644 24 ) ( -4323 1645 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4016 1654 224 ) ( -4018 1220 224 ) ( -4020 1654 224 ) general_structure/beam_wood1 92 -12 -180.00 1 1 0 16384 0 +surfaceparm detail +( -4018 1220 208 ) ( -4016 1654 208 ) ( -4020 1654 208 ) general_structure/beam_wood1 114 -26 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +} +// brush 2326 +{ +( -4597 1236 24 ) ( -4184 823 24 ) ( -3895 1112 24 ) ta_berlin/berlinwall2a_shot 206 -86 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4680 1152 456 ) ( -4680 1152 472 ) ( -4264 736 472 ) common/nodraw 34 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3890 1158 472 ) ( -3890 1158 456 ) ( -4186 862 456 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3864 1188 24 ) ( -3862 1186 24 ) ( -3863 1187 472 ) ta_berlin/berlinwall2a_shot 86 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3874 1190 24 ) ( -3870 1194 24 ) ( -3872 1192 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3878 1194 208 ) ( -3880 760 208 ) ( -3882 1194 208 ) ta_berlin/berlinwall2a_shot 24 -35 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2327 +{ +( -3887 1120 472 ) ( -4176 831 472 ) ( -4589 1244 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4680 1152 456 ) ( -4680 1152 472 ) ( -4264 736 472 ) common/nodraw 34 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3888 1156 472 ) ( -3888 1156 456 ) ( -4184 860 456 ) general_structure/beam_wood1 35 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3864 1188 24 ) ( -3862 1186 24 ) ( -3863 1187 472 ) ta_berlin/berlinwall2a_shot 86 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3874 1190 24 ) ( -3870 1194 24 ) ( -3872 1192 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3894 760 448 ) ( -3892 1194 448 ) ( -3896 1194 448 ) general_structure/beam_wood1 114 -24 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +} +// brush 2328 +{ +( -4364 1620 24 ) ( -4364 1620 472 ) ( -4764 1220 472 ) central_europe/tudor_set1_exwall1a -120 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4818 1290 456 ) ( -4818 1290 472 ) ( -4402 874 472 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4002 1326 24 ) ( -4000 1324 24 ) ( -4001 1325 472 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4322 1646 24 ) ( -4324 1644 24 ) ( -4323 1645 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4030 1654 448 ) ( -4032 1220 448 ) ( -4034 1654 448 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4018 1220 224 ) ( -4016 1654 224 ) ( -4020 1654 224 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2329 +{ +( -4680 1152 456 ) ( -4680 1152 472 ) ( -4264 736 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3890 1158 472 ) ( -3890 1158 456 ) ( -4186 862 456 ) central_europe/tudor_set1_exwall1a -166 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3864 1188 24 ) ( -3862 1186 24 ) ( -3863 1187 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3874 1190 24 ) ( -3870 1194 24 ) ( -3872 1192 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3892 1194 448 ) ( -3894 760 448 ) ( -3896 1194 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3880 760 224 ) ( -3878 1194 224 ) ( -3882 1194 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2330 +{ +( -4304 1656 472 ) ( -4304 1656 24 ) ( -3964 1316 24 ) general_structure/beam_wood1 173 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4366 1622 24 ) ( -4366 1622 472 ) ( -4766 1222 472 ) general_structure/beam_wood1 172 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3886 1158 472 ) ( -3886 1158 456 ) ( -4182 862 456 ) general_structure/beam_wood1 173 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3564 1664 224 ) ( -3576 1324 224 ) ( -3588 1664 224 ) general_structure/beam_wood1 -5 -3 135.00 1 1 0 16384 0 +surfaceparm detail +( -3556 1324 208 ) ( -3548 1664 208 ) ( -3564 1664 208 ) general_structure/beam_wood1 -5 -3 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2331 +{ +( -4025 1258 472 ) ( -4314 969 472 ) ( -4727 1382 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4300 1656 472 ) ( -4300 1656 24 ) ( -3960 1316 24 ) general_structure/beam_wood1 172 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4368 1620 24 ) ( -4368 1620 472 ) ( -4768 1220 472 ) general_structure/beam_wood1 172 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3886 1158 472 ) ( -3886 1158 456 ) ( -4182 862 456 ) general_structure/beam_wood1 173 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4012 1324 448 ) ( -4004 1664 448 ) ( -4020 1664 448 ) general_structure/beam_wood1 -5 -3 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2332 +{ +( -4180 1524 472 ) ( -4180 1524 24 ) ( -3840 1184 24 ) central_europe/tudor_set1_exwall1a -176 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3872 1196 24 ) ( -3874 1198 24 ) ( -3873 1197 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3448 1196 224 ) ( -3436 1536 224 ) ( -3460 1536 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3916 1260 224 ) ( -3932 1244 224 ) ( -3924 1252 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3964 1302 224 ) ( -3962 1304 224 ) ( -3963 1303 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3916 1284 296 ) ( -3916 1272 296 ) ( -3971 1278 296 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2333 +{ +( -4180 1524 472 ) ( -4180 1524 24 ) ( -3840 1184 24 ) general_structure/denmark_win2 -1 15 0.00 0.351563 0.533325 0 4194304 0 +surfaceparm detail +( -3872 1196 24 ) ( -3874 1198 24 ) ( -3873 1197 472 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3916 1260 224 ) ( -3932 1244 224 ) ( -3924 1252 448 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3964 1302 224 ) ( -3962 1304 224 ) ( -3963 1303 448 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3916 1288 392 ) ( -3916 1280 392 ) ( -3971 1284 392 ) common/nodraw 27 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3916 1272 296 ) ( -3916 1284 296 ) ( -3971 1278 296 ) common/nodraw 27 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2334 +{ +( -4180 1524 472 ) ( -4180 1524 24 ) ( -3840 1184 24 ) central_europe/tudor_set1_exwall1a -176 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3872 1196 24 ) ( -3874 1198 24 ) ( -3873 1197 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3876 1536 448 ) ( -3884 1196 448 ) ( -3892 1536 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3916 1260 224 ) ( -3932 1244 224 ) ( -3924 1252 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3964 1302 224 ) ( -3962 1304 224 ) ( -3963 1303 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3916 1280 392 ) ( -3916 1288 392 ) ( -3971 1284 392 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2335 +{ +( -4607 1246 24 ) ( -4194 833 24 ) ( -3905 1122 24 ) ta_berlin/berlinwall2a_shot 196 -96 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4180 1524 472 ) ( -4180 1524 24 ) ( -3840 1184 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3872 1196 24 ) ( -3874 1198 24 ) ( -3873 1197 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3916 1260 24 ) ( -3932 1244 24 ) ( -3924 1252 208 ) ta_berlin/berlinwall2a_shot 96 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3964 1302 24 ) ( -3962 1304 24 ) ( -3963 1303 208 ) ta_berlin/berlinwall2a_shot 96 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3916 1276 72 ) ( -3916 1268 72 ) ( -3971 1272 72 ) ta_berlin/berlinwall2a_shot 14 -45 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2336 +{ +( -4180 1524 472 ) ( -4180 1524 24 ) ( -3840 1184 24 ) general_structure/denmark_win2 -1 135 0.00 0.351563 0.533325 0 4194304 0 +surfaceparm detail +( -3872 1196 24 ) ( -3874 1198 24 ) ( -3873 1197 472 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3916 1260 24 ) ( -3932 1244 24 ) ( -3924 1252 208 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3964 1302 24 ) ( -3962 1304 24 ) ( -3963 1303 208 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3916 1276 168 ) ( -3916 1264 168 ) ( -3971 1270 168 ) common/nodraw 27 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3916 1268 72 ) ( -3916 1276 72 ) ( -3971 1272 72 ) common/nodraw 27 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2337 +{ +( -4180 1524 472 ) ( -4180 1524 24 ) ( -3840 1184 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3872 1196 24 ) ( -3874 1198 24 ) ( -3873 1197 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3420 1536 208 ) ( -3428 1196 208 ) ( -3436 1536 208 ) ta_berlin/berlinwall2a_shot 14 -45 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3916 1260 24 ) ( -3932 1244 24 ) ( -3924 1252 208 ) ta_berlin/berlinwall2a_shot 96 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3964 1302 24 ) ( -3962 1304 24 ) ( -3963 1303 208 ) ta_berlin/berlinwall2a_shot 96 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3916 1264 168 ) ( -3916 1276 168 ) ( -3971 1270 168 ) ta_berlin/berlinwall2a_shot 14 -45 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2338 +{ +( -4286 1630 472 ) ( -4286 1630 24 ) ( -3946 1290 24 ) central_europe/tudor_set1_exwall1a -176 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3992 1274 472 ) ( -3992 1274 456 ) ( -4288 978 456 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3978 1302 24 ) ( -3980 1304 24 ) ( -3979 1303 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3982 1642 448 ) ( -3990 1302 448 ) ( -3998 1642 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3554 1302 224 ) ( -3542 1642 224 ) ( -3566 1642 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4037 1347 224 ) ( -4021 1363 224 ) ( -4029 1355 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2339 +{ +( -4182 1526 472 ) ( -4182 1526 24 ) ( -3842 1186 24 ) central_europe/tudor_set1_exwall1a -176 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3885 1163 472 ) ( -3885 1163 456 ) ( -4181 867 456 ) central_europe/tudor_set1_exwall1a -166 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -3874 1198 24 ) ( -3876 1200 24 ) ( -3875 1199 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3878 1538 448 ) ( -3886 1198 448 ) ( -3894 1538 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3450 1198 224 ) ( -3438 1538 224 ) ( -3462 1538 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3933 1243 224 ) ( -3917 1259 224 ) ( -3925 1251 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2340 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) ta_berlin/berlinwall2a_shot 68 -224 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -3888 1160 472 ) ( -3888 1160 456 ) ( -4184 864 456 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3548 1664 208 ) ( -3556 1324 208 ) ( -3564 1664 208 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3924 1252 24 ) ( -3922 1254 24 ) ( -3923 1253 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2341 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) ta_berlin/berlinwall2a_shot 68 -224 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3548 1664 208 ) ( -3556 1324 208 ) ( -3564 1664 208 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4039 1345 24 ) ( -4023 1361 24 ) ( -4031 1353 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3963 1303 24 ) ( -3965 1301 24 ) ( -3964 1302 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2342 +{ +( -4804 1443 24 ) ( -4391 1030 24 ) ( -4102 1319 24 ) ta_berlin/berlinwall2a_shot 255 -37 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4377 1721 472 ) ( -4377 1721 24 ) ( -4037 1381 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4069 1393 24 ) ( -4071 1395 24 ) ( -4070 1394 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3617 1733 208 ) ( -3625 1393 208 ) ( -3633 1733 208 ) ta_berlin/berlinwall2a_shot 75 -242 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4108 1414 24 ) ( -4092 1430 24 ) ( -4100 1422 208 ) ta_berlin/berlinwall2a_shot 37 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4065 1409 24 ) ( -4067 1407 24 ) ( -4066 1408 208 ) ta_berlin/berlinwall2a_shot 37 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2343 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) ta_berlin/berlinwall2a_shot 68 -224 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4007 1331 24 ) ( -4009 1333 24 ) ( -4008 1332 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3548 1664 208 ) ( -3556 1324 208 ) ( -3564 1664 208 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4230 1570 24 ) ( -4228 1572 24 ) ( -4229 1571 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4199 1543 24 ) ( -4200 1542 24 ) ( -4199.500000 1542.500000 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2344 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -4304 1656 432 ) ( -4304 1656 -16 ) ( -3964 1316 -16 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4000 1324 -16 ) ( -4002 1326 -16 ) ( -4001 1325 432 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3548 1664 168 ) ( -3556 1324 168 ) ( -3564 1664 168 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -4136 1476 -16 ) ( -4132 1480 -16 ) ( -4134 1478 168 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4126 1470 24 ) ( -4127 1469 24 ) ( -4126.500000 1469.500000 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2345 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) ta_berlin/berlinwall2a_shot 68 -224 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3548 1664 208 ) ( -3556 1324 208 ) ( -3564 1664 208 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4090 1432 24 ) ( -4092 1430 24 ) ( -4091 1431 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4127 1469 24 ) ( -4126 1470 24 ) ( -4126.500000 1469.500000 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2346 +{ +( -4735 1374 24 ) ( -4322 961 24 ) ( -4033 1250 24 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -4304 1656 432 ) ( -4304 1656 -16 ) ( -3964 1316 -16 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4007 1331 -16 ) ( -4009 1333 -16 ) ( -4008 1332 432 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3548 1664 168 ) ( -3556 1324 168 ) ( -3564 1664 168 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -4190 1536 -16 ) ( -4192 1534 -16 ) ( -4191 1535 168 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -4200 1542 24 ) ( -4199 1543 24 ) ( -4199.500000 1542.500000 208 ) general_structure/beam_wood1 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2347 +{ +( -4308 1652 472 ) ( -4308 1652 24 ) ( -3968 1312 24 ) TAardennes/wintered_grey 0 0 0.00 1 0.850000 0 65536 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3548 1664 208 ) ( -3556 1324 208 ) ( -3564 1664 208 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +( -4128 1468 24 ) ( -4132 1464 24 ) ( -4130 1466 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4204 1538 24 ) ( -4202 1540 24 ) ( -4203 1539 208 ) ta_berlin/berlinwall2a_shot 224 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -4180 1535.000488 176 ) ( -4181 1468 176 ) ( -4179 1468 176 ) ta_berlin/berlinwall2a_shot 144 -173 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2348 +{ +( -4304 1656 472 ) ( -4304 1656 24 ) ( -3964 1316 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4000 1324 24 ) ( -4002 1326 24 ) ( -4001 1325 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4128 1468 24 ) ( -4132 1464 24 ) ( -4130 1466 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4204 1538 24 ) ( -4202 1540 24 ) ( -4203 1539 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4164 1468 168 ) ( -4156 1535 168 ) ( -4172 1535 168 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4181 1468 176 ) ( -4180 1535.000488 176 ) ( -4179 1468 176 ) general_structure/beam_wood1 0 0 -45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2349 +{ +( -4305 1566 608 ) ( -3977 1238 608 ) ( -3960 1255 608 ) general_structure/beam_wood1 -206 -27 134.96 1.000584 0.999376 0 16384 0 +surfaceparm detail +( -3960 1255 616 ) ( -3977 1238 616 ) ( -4305 1566 616 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3960 1255 608 ) ( -3965 1250 616 ) ( -4291 1580 612 ) general_structure/shingles_ce2 -28 -193 45.00 0.500637 -0.499947 0 16384 0 +surfaceparm detail +( -3977 1238 616 ) ( -3971 1244 608 ) ( -4302 1569 612 ) general_structure/beam_wood1 -211 -3 134.98 0.999548 1.001274 0 16384 0 +surfaceparm detail +( -3960 1255 608 ) ( -3994 1255 608 ) ( -3977 1255 616 ) common/nodraw 42 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +( -4288 1549 608 ) ( -4288 1583 608 ) ( -4288 1566 616 ) common/nodraw 53 0 -180.00 1.414063 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2350 +{ +( -4552 1319 608 ) ( -4535 1302 608 ) ( -4271 1566 608 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -4271 1566 616 ) ( -4535 1302 616 ) ( -4552 1319 616 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4552 1319 616 ) ( -4535 1302 616 ) ( -4535 1302 608 ) common/nodraw -42 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -4277 1572 608 ) ( -4538 1305 612 ) ( -4271 1566 616 ) general_structure/beam_wood1 -183 -23 135.00 0.999893 0.998685 0 16384 0 +surfaceparm detail +( -4282 1578 616 ) ( -4549 1316 612 ) ( -4288 1583 608 ) general_structure/shingles_ce2 -78 -188 135.04 0.500983 0.500292 0 16384 0 +surfaceparm detail +( -4288 1583 608 ) ( -4288 1549 608 ) ( -4288 1566 616 ) common/nodraw 53 0 -180.00 1.414063 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2351 +{ +( -4241 1008 608 ) ( -4224 991 608 ) ( -3960 1255 608 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3960 1255 616 ) ( -4224 991 616 ) ( -4241 1008 616 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4241 1008 616 ) ( -4224 991 616 ) ( -4224 991 608 ) common/nodraw 14 0 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -3960 1255 608 ) ( -4227 994 612 ) ( -3965 1261 616 ) general_structure/shingles_ce2 78 -177 -44.96 0.500292 -0.499429 0 16384 0 +surfaceparm detail +( -3977 1272 616 ) ( -4238 1005 612 ) ( -3971 1266 608 ) general_structure/beam_wood1 -210 -28 135.00 1.000584 0.999203 0 16384 0 +surfaceparm detail +( -3994 1255 608 ) ( -3960 1255 608 ) ( -3977 1255 616 ) common/nodraw 42 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2352 +{ +( -4547 1313 616 ) ( -4467 1234 616 ) ( -4209 1493 616 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4209 1493 712 ) ( -4467 1234 712 ) ( -4547 1313 712 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4547 1313 712 ) ( -4467 1234 712 ) ( -4467 1234 616 ) common/nodraw 48 -61 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -4220 1504 712 ) ( -4513 1279 664 ) ( -4288 1572 616 ) general_structure/shingles_ce2 -176 -183 135.00 0.499947 0.499947 0 16384 0 +surfaceparm detail +( -4277 1561 616 ) ( -4501 1268 664 ) ( -4209 1493 712 ) common/nodraw -32 -33 135.04 0.999893 0.999721 536870912 2224 0 +surfaceparm detail +( -4288 1572 616 ) ( -4288 1414 616 ) ( -4288 1493 712 ) common/nodraw 53 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2353 +{ +( -4309 1076 616 ) ( -4230 996 616 ) ( -3971 1255 616 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3971 1255 712 ) ( -4230 996 712 ) ( -4309 1076 712 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4309 1076 712 ) ( -4230 996 712 ) ( -4230 996 616 ) common/nodraw -20 0 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -3971 1255 616 ) ( -4264 1030 664 ) ( -4039 1323 712 ) general_structure/shingles_ce2 89 -193 -44.92 0.499257 -0.500465 0 16384 0 +surfaceparm detail +( -4050 1334 712 ) ( -4275 1042 664 ) ( -3982 1266 616 ) common/nodraw 53 -29 -45.00 0.999893 -0.999030 536870912 2224 0 +surfaceparm detail +( -4129 1255 616 ) ( -3971 1255 616 ) ( -4050 1255 712 ) common/nodraw 38 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2354 +{ +( -4363 1497 616 ) ( -4046 1180 616 ) ( -3971 1255 616 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3971 1255 712 ) ( -4046 1180 712 ) ( -4363 1497 712 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3971 1255 616 ) ( -4039 1187 712 ) ( -4322 1538 664 ) general_structure/shingles_ce2 -176 -183 135.00 0.499947 0.499947 0 16384 0 +surfaceparm detail +( -4050 1176 712 ) ( -3982 1244 616 ) ( -4333 1527 664 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4288 1414 616 ) ( -4288 1572 616 ) ( -4288 1493 712 ) common/nodraw 53 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +( -3971 1255 616 ) ( -4129 1255 616 ) ( -4050 1255 712 ) common/nodraw 38 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2355 +{ +( -4288 1504 488 ) ( -4243 1459 488 ) ( -4220 1481 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4220 1481 584 ) ( -4243 1459 584 ) ( -4288 1504 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4220 1481 584 ) ( -4265 1527 584 ) ( -4265 1527 488 ) general_structure/denmark_win2 -93 13 0.00 0.353516 0.533356 0 4194304 0 +surfaceparm detail +( -4265 1527 584 ) ( -4288 1504 584 ) ( -4288 1504 488 ) common/nodraw 29 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -4288 1504 584 ) ( -4243 1459 584 ) ( -4243 1459 488 ) common/nodraw 8 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4243 1459 584 ) ( -4220 1481 584 ) ( -4220 1481 488 ) common/nodraw -2 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +// brush 2356 +{ +( -4243 1459 488 ) ( -4220 1436 488 ) ( -4197 1459 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4197 1459 584 ) ( -4220 1436 584 ) ( -4243 1459 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4197 1459 584 ) ( -4220 1481 584 ) ( -4220 1481 488 ) central_europe/tudor_set1_exwall1a -208 0 0.00 1.100000 0.800000 0 65536 0 +surfaceparm detail +( -4220 1481 584 ) ( -4243 1459 584 ) ( -4243 1459 488 ) common/nodraw -2 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -4243 1459 584 ) ( -4220 1436 584 ) ( -4220 1436 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4220 1436 584 ) ( -4197 1459 584 ) ( -4197 1459 488 ) common/nodraw 61 0 -180.00 0.707520 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2357 +{ +( -4220 1436 488 ) ( -4175 1391 488 ) ( -4152 1414 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4152 1414 584 ) ( -4175 1391 584 ) ( -4220 1436 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4152 1414 584 ) ( -4197 1459 584 ) ( -4197 1459 488 ) general_structure/denmark_win2 34 12 -180.00 0.353516 -0.533356 0 4194304 0 +surfaceparm detail +( -4197 1459 584 ) ( -4220 1436 584 ) ( -4220 1436 488 ) common/nodraw 61 0 -180.00 0.707520 -1 536870912 2224 0 +surfaceparm detail +( -4220 1436 584 ) ( -4175 1391 584 ) ( -4175 1391 488 ) common/nodraw 8 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4175 1391 584 ) ( -4152 1414 584 ) ( -4152 1414 488 ) common/nodraw 63 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2358 +{ +( -4175 1391 488 ) ( -4152 1368 488 ) ( -4129 1391 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4129 1391 584 ) ( -4152 1368 584 ) ( -4175 1391 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4129 1391 584 ) ( -4152 1414 584 ) ( -4152 1414 488 ) central_europe/tudor_set1_exwall1a -119 0 0.00 1.100000 0.800000 0 65536 0 +surfaceparm detail +( -4152 1414 584 ) ( -4175 1391 584 ) ( -4175 1391 488 ) common/nodraw 63 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -4175 1391 584 ) ( -4152 1368 584 ) ( -4152 1368 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4152 1368 584 ) ( -4129 1391 584 ) ( -4129 1391 488 ) common/nodraw -56 0 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 2359 +{ +( -4152 1368 488 ) ( -4107 1323 488 ) ( -4084 1346 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4084 1346 584 ) ( -4107 1323 584 ) ( -4152 1368 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4084 1346 584 ) ( -4129 1391 584 ) ( -4129 1391 488 ) general_structure/denmark_win2 -94 15 0.00 0.353516 0.533325 0 4194304 0 +surfaceparm detail +( -4129 1391 584 ) ( -4152 1368 584 ) ( -4152 1368 488 ) common/nodraw -56 0 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -4152 1368 584 ) ( -4107 1323 584 ) ( -4107 1323 488 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4107 1323 584 ) ( -4084 1346 584 ) ( -4084 1346 488 ) common/nodraw 31 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2360 +{ +( -4107 1323 488 ) ( -4084 1300 488 ) ( -4062 1323 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4062 1323 584 ) ( -4084 1300 584 ) ( -4107 1323 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4062 1323 584 ) ( -4084 1346 584 ) ( -4084 1346 488 ) central_europe/tudor_set1_exwall1a -119 0 0.00 1.100000 0.800000 0 65536 0 +surfaceparm detail +( -4084 1346 584 ) ( -4107 1323 584 ) ( -4107 1323 488 ) common/nodraw 31 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -4107 1323 584 ) ( -4084 1300 584 ) ( -4084 1300 488 ) common/nodraw 8 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4084 1300 584 ) ( -4062 1323 584 ) ( -4062 1323 488 ) common/nodraw -5 0 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 2361 +{ +( -4084 1300 488 ) ( -4039 1255 488 ) ( -4016 1278 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4016 1278 584 ) ( -4039 1255 584 ) ( -4084 1300 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4016 1278 584 ) ( -4062 1323 584 ) ( -4062 1323 488 ) general_structure/denmark_win2 -28 13 0.00 0.353516 0.533356 0 4194304 0 +surfaceparm detail +( -4062 1323 584 ) ( -4084 1300 584 ) ( -4084 1300 488 ) common/nodraw -5 0 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -4084 1300 584 ) ( -4039 1255 584 ) ( -4039 1255 488 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4039 1255 584 ) ( -4016 1278 584 ) ( -4016 1278 488 ) common/nodraw 60 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2362 +{ +( -4046 1262 472 ) ( -4018 1234 472 ) ( -3995 1257 472 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3994 1255 488 ) ( -4016 1233 488 ) ( -4045 1261 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3994 1255 488 ) ( -4022 1283 488 ) ( -4022 1283 456 ) central_europe/tudor_set1_exwall1a -119 0 0.00 1.100000 0.800000 0 65536 0 +surfaceparm detail +( -4045 1261 488 ) ( -4016 1233 488 ) ( -4016 1233 456 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3994 1255 456 ) ( -4039 1255 456 ) ( -4016 1255 488 ) common/nodraw 41 0 -180.00 1.414551 -1 536870912 2224 0 +surfaceparm detail +( -4288 1504 456 ) ( -4288 1549 456 ) ( -4288 1527 488 ) common/nodraw 53 0 -180.00 1.414063 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2363 +{ +( -4050 1266 584 ) ( -4016 1233 584 ) ( -3994 1255 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3994 1255 616 ) ( -4016 1233 616 ) ( -4050 1266 616 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3994 1255 616 ) ( -4028 1289 616 ) ( -4028 1289 584 ) central_europe/tudor_set1_exwall1a -119 0 0.00 1.100000 0.800000 0 65536 0 +surfaceparm detail +( -4050 1266 616 ) ( -4016 1233 616 ) ( -4016 1233 584 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4288 1504 584 ) ( -4288 1549 584 ) ( -4288 1527 616 ) common/nodraw 55 0 -180.00 1.414551 -1 536870912 2224 0 +surfaceparm detail +( -3994 1255 584 ) ( -4039 1255 584 ) ( -4016 1255 616 ) common/nodraw 41 0 -180.00 1.414551 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2364 +{ +( -4039 1255 488 ) ( -4016 1233 488 ) ( -3994 1255 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3994 1255 584 ) ( -4016 1233 584 ) ( -4039 1255 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3994 1255 584 ) ( -4016 1278 584 ) ( -4016 1278 488 ) central_europe/tudor_set1_exwall1a -119 0 0.00 1.100000 0.800000 0 65536 0 +surfaceparm detail +( -4016 1278 584 ) ( -4039 1255 584 ) ( -4039 1255 488 ) common/nodraw 60 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -3994 1255 488 ) ( -4039 1255 488 ) ( -4016 1255 584 ) common/nodraw 41 0 -180.00 1.414551 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2365 +{ +( -4538 1305 472 ) ( -4514 1281 472 ) ( -4486 1309 472 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4484 1308 616 ) ( -4513 1279 616 ) ( -4537 1303 616 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4507 1330 616 ) ( -4535 1302 616 ) ( -4535 1302 456 ) central_europe/tudor_set1_exwall1a -119 0 0.00 1.100000 0.800000 0 65536 0 +surfaceparm detail +( -4537 1303 616 ) ( -4513 1279 616 ) ( -4513 1279 456 ) common/nodraw -41 -61 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -4513 1279 616 ) ( -4484 1308 616 ) ( -4484 1308 456 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4288 1549 456 ) ( -4288 1504 456 ) ( -4288 1527 616 ) common/nodraw 55 0 -180.00 1.415039 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2366 +{ +( -4265 1032 472 ) ( -4243 1009 472 ) ( -3996 1255 472 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -3995 1254 616 ) ( -4241 1008 616 ) ( -4264 1030 616 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4018 1276 616 ) ( -4264 1030 616 ) ( -4264 1030 456 ) common/nodraw 14 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4264 1030 616 ) ( -4241 1008 616 ) ( -4241 1008 456 ) common/nodraw -37 0 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -4241 1008 616 ) ( -3995 1254 616 ) ( -3995 1254 456 ) central_europe/tudor_set1_exwall1a -119 0 0.00 1.100000 0.800000 0 65536 0 +surfaceparm detail +( -4039 1255 456 ) ( -3994 1255 456 ) ( -4016 1255 616 ) common/nodraw 38 0 -180.00 1.413574 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2367 +{ +( -4310 1527 488 ) ( -4288 1504 488 ) ( -4265 1527 488 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4265 1527 584 ) ( -4288 1504 584 ) ( -4310 1527 584 ) common/nodraw -15 -29 134.98 0.999548 0.999721 536870912 2224 0 +surfaceparm detail +( -4265 1527 584 ) ( -4288 1549 584 ) ( -4288 1549 488 ) central_europe/tudor_set1_exwall1a -207 0 0.00 1.100000 0.800000 0 65536 0 +surfaceparm detail +( -4288 1504 584 ) ( -4265 1527 584 ) ( -4265 1527 488 ) common/nodraw 29 0 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -4288 1504 488 ) ( -4288 1549 488 ) ( -4288 1527 584 ) common/nodraw 57 0 -180.00 1.415527 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2368 +{ +( -4680 1152 456 ) ( -4680 1152 472 ) ( -4264 736 472 ) common/nodraw 34 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3892 1156 472 ) ( -3892 1156 456 ) ( -4188 860 456 ) general_structure/beam_wood1 35 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3874 1190 24 ) ( -3870 1194 24 ) ( -3872 1192 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3878 1194 224 ) ( -3880 760 224 ) ( -3882 1194 224 ) general_structure/beam_wood1 230 -1 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3880 760 208 ) ( -3878 1194 208 ) ( -3882 1194 208 ) general_structure/beam_wood1 114 -24 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( -4052 1004 208 ) ( -4044 996 208 ) ( -4048 1000 224 ) general_structure/beam_wood1 82 17 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +} +// brush 2369 +{ +( -3888 1156 472 ) ( -3888 1156 456 ) ( -4184 860 456 ) general_structure/beam_wood1 35 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3864 1188 24 ) ( -3862 1186 24 ) ( -3863 1187 472 ) ta_berlin/berlinwall2a_shot 86 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3874 1190 24 ) ( -3870 1194 24 ) ( -3872 1192 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3878 1194 224 ) ( -3880 760 224 ) ( -3882 1194 224 ) general_structure/beam_wood1 230 -1 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3880 760 208 ) ( -3878 1194 208 ) ( -3882 1194 208 ) general_structure/beam_wood1 114 -24 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( -4044 996 208 ) ( -4052 1004 208 ) ( -4048 1000 224 ) general_structure/beam_wood1 82 17 -135.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +} +// brush 2370 +{ +( -3230 1000 624 ) ( -3230 386 624 ) ( -3830 386 624 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3230 386 512 ) ( -3230 386 24 ) ( -3830 386 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3226 402 0 ) ( -3226 402 448 ) ( -3226 978 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3234 1004 24 ) ( -3234 1004 512 ) ( -3834 1004 512 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3834 406 448 ) ( -3834 406 0 ) ( -3834 982 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3830 464 600 ) ( -3830 456 600 ) ( -3230 460 600 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2371 +{ +( -3226 406 0 ) ( -3226 406 448 ) ( -3226 982 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3226 1004 24 ) ( -3226 1004 512 ) ( -3826 1004 512 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3834 402 448 ) ( -3834 402 0 ) ( -3834 978 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3772 1000 408 ) ( -3776 386 408 ) ( -3768 386 408 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3830 420 424 ) ( -3830 428 424 ) ( -3230 424 424 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3810 984 408 ) ( -3818 984 408 ) ( -3814 984 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2372 +{ +( -3230 386 512 ) ( -3230 386 24 ) ( -3830 386 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3772 1000 408 ) ( -3776 386 408 ) ( -3768 386 408 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3830 420 424 ) ( -3830 428 424 ) ( -3230 424 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3818 984 408 ) ( -3810 984 408 ) ( -3814 984 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3814 978 408 ) ( -3814 984 408 ) ( -3814 981 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 978 408 ) ( -3246 981 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2373 +{ +( -3230 386 512 ) ( -3230 386 24 ) ( -3830 386 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3226 406 0 ) ( -3226 406 448 ) ( -3226 982 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3772 1000 408 ) ( -3776 386 408 ) ( -3768 386 408 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3830 420 424 ) ( -3830 428 424 ) ( -3230 424 424 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3818 984 408 ) ( -3810 984 408 ) ( -3814 984 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 978 408 ) ( -3246 984 408 ) ( -3246 981 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2374 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3826 996 224 ) ( -3830 1000 224 ) ( -3828 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3746 1000 224 ) ( -3746 994 224 ) ( -3746 997 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2375 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3246 984 224 ) ( -3246 984 408 ) ( -3230 1000 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 994 224 ) ( -3314 1000 224 ) ( -3314 997 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2376 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3682 996 224 ) ( -3682 1000 224 ) ( -3682 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3562 1000 224 ) ( -3562 992 224 ) ( -3562 996 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2377 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3378 1000 224 ) ( -3378 992 224 ) ( -3378 996 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3498 996 224 ) ( -3498 1000 224 ) ( -3498 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2378 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3378 992 224 ) ( -3378 1000 224 ) ( -3378 996 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 1000 224 ) ( -3314 994 224 ) ( -3314 997 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3325 1000 386 ) ( -3328 984 386 ) ( -3322 984 386 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2379 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) general_structure/denmark_win2 28 3 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) general_structure/denmark_win2 28 3 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -3378 992 224 ) ( -3378 1000 224 ) ( -3378 996 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 1000 224 ) ( -3314 994 224 ) ( -3314 997 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3329 1000 290 ) ( -3332 984 290 ) ( -3326 984 290 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3328 984 386 ) ( -3325 1000 386 ) ( -3322 984 386 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2380 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3562 992 224 ) ( -3562 1000 224 ) ( -3562 996 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3498 1000 224 ) ( -3498 996 224 ) ( -3498 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3325 1000 386 ) ( -3328 984 386 ) ( -3322 984 386 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2381 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) general_structure/denmark_win2 44 3 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) general_structure/denmark_win2 44 3 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -3562 992 224 ) ( -3562 1000 224 ) ( -3562 996 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3498 1000 224 ) ( -3498 996 224 ) ( -3498 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3329 1000 290 ) ( -3332 984 290 ) ( -3326 984 290 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3328 984 386 ) ( -3325 1000 386 ) ( -3322 984 386 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2382 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3776 386 408 ) ( -3772 1000 408 ) ( -3768 386 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3746 994 224 ) ( -3746 1000 224 ) ( -3746 997 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 1000 224 ) ( -3682 996 224 ) ( -3682 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3325 1000 386 ) ( -3328 984 386 ) ( -3322 984 386 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2383 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) general_structure/denmark_win2 60 3 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) general_structure/denmark_win2 60 3 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -3746 994 224 ) ( -3746 1000 224 ) ( -3746 997 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 1000 224 ) ( -3682 996 224 ) ( -3682 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3329 1000 290 ) ( -3332 984 290 ) ( -3326 984 290 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3328 984 386 ) ( -3325 1000 386 ) ( -3322 984 386 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2384 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3378 992 224 ) ( -3378 1000 224 ) ( -3378 996 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 1000 224 ) ( -3314 994 224 ) ( -3314 997 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3332 984 290 ) ( -3329 1000 290 ) ( -3326 984 290 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2385 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3562 992 224 ) ( -3562 1000 224 ) ( -3562 996 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3498 1000 224 ) ( -3498 996 224 ) ( -3498 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3332 984 290 ) ( -3329 1000 290 ) ( -3326 984 290 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2386 +{ +( -3230 1000 224 ) ( -3230 1000 408 ) ( -3816 1000 408 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 0.800000 0 65536 0 +surfaceparm detail +( -3238 1000 224 ) ( -3240 386 224 ) ( -3236 386 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3246 984 408 ) ( -3246 984 224 ) ( -3816 984 224 ) mohtest/wlppdrt 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3746 994 224 ) ( -3746 1000 224 ) ( -3746 997 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 1000 224 ) ( -3682 996 224 ) ( -3682 998 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3332 984 290 ) ( -3329 1000 290 ) ( -3326 984 290 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2387 +{ +( -3230 386 512 ) ( -3230 386 24 ) ( -3830 386 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 402 0 ) ( -3230 402 448 ) ( -3230 978 448 ) central_europe/tudor_set1_exwall1a -10 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 402 448 ) ( -3830 402 0 ) ( -3830 978 0 ) central_europe/tudor_set1_exwall1a -14 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 428 424 ) ( -3830 420 424 ) ( -3230 424 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3830 456 600 ) ( -3830 464 600 ) ( -3230 460 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3770 984 424 ) ( -3762 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2388 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 428 424 ) ( -3830 420 424 ) ( -3230 424 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3830 456 600 ) ( -3830 464 600 ) ( -3230 460 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3498 996 424 ) ( -3498 1000 424 ) ( -3498 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3378 1000 424 ) ( -3378 994 424 ) ( -3378 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2389 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 428 424 ) ( -3830 420 424 ) ( -3230 424 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3830 456 600 ) ( -3830 464 600 ) ( -3230 460 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 994 424 ) ( -3682 1000 424 ) ( -3682 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3562 1000 424 ) ( -3562 996 424 ) ( -3562 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2390 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 402 448 ) ( -3830 402 0 ) ( -3830 978 0 ) central_europe/tudor_set1_exwall1a -14 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 428 424 ) ( -3830 420 424 ) ( -3230 424 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3830 456 600 ) ( -3830 464 600 ) ( -3230 460 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3746 1000 424 ) ( -3746 996 424 ) ( -3746 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2391 +{ +( -3230 402 0 ) ( -3230 402 448 ) ( -3230 978 448 ) central_europe/tudor_set1_exwall1a -10 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 428 424 ) ( -3830 420 424 ) ( -3230 424 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3830 456 600 ) ( -3830 464 600 ) ( -3230 460 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 994 424 ) ( -3314 1000 424 ) ( -3314 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2392 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 456 600 ) ( -3830 464 600 ) ( -3230 460 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3378 994 424 ) ( -3378 1000 424 ) ( -3378 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 1000 424 ) ( -3314 994 424 ) ( -3314 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3688 1000 568 ) ( -3696 984 568 ) ( -3680 984 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2393 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 456 600 ) ( -3830 464 600 ) ( -3230 460 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3562 996 424 ) ( -3562 1000 424 ) ( -3562 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3498 1000 424 ) ( -3498 996 424 ) ( -3498 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3688 1000 568 ) ( -3696 984 568 ) ( -3680 984 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2394 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 456 600 ) ( -3830 464 600 ) ( -3230 460 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3746 996 424 ) ( -3746 1000 424 ) ( -3746 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 1000 424 ) ( -3682 994 424 ) ( -3682 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3688 1000 568 ) ( -3696 984 568 ) ( -3680 984 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2395 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) general_structure/denmark_win2 28 81 0.00 -0.500000 0.488889 0 4194304 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3378 994 424 ) ( -3378 1000 424 ) ( -3378 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 1000 424 ) ( -3314 994 424 ) ( -3314 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3696 984 568 ) ( -3688 1000 568 ) ( -3680 984 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3704 1000 480 ) ( -3712 984 480 ) ( -3696 984 480 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2396 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 428 424 ) ( -3830 420 424 ) ( -3230 424 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3378 994 424 ) ( -3378 1000 424 ) ( -3378 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3314 1000 424 ) ( -3314 994 424 ) ( -3314 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3712 984 480 ) ( -3704 1000 480 ) ( -3696 984 480 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2397 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) general_structure/denmark_win2 44 81 0.00 -0.500000 0.488889 0 4194304 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3562 996 424 ) ( -3562 1000 424 ) ( -3562 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3498 1000 424 ) ( -3498 996 424 ) ( -3498 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3696 984 568 ) ( -3688 1000 568 ) ( -3680 984 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3704 1000 480 ) ( -3712 984 480 ) ( -3696 984 480 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2398 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 428 424 ) ( -3830 420 424 ) ( -3230 424 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3562 996 424 ) ( -3562 1000 424 ) ( -3562 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3498 1000 424 ) ( -3498 996 424 ) ( -3498 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3712 984 480 ) ( -3704 1000 480 ) ( -3696 984 480 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2399 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) general_structure/denmark_win2 60 81 0.00 -0.500000 0.488889 0 4194304 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3746 996 424 ) ( -3746 1000 424 ) ( -3746 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 1000 424 ) ( -3682 994 424 ) ( -3682 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3696 984 568 ) ( -3688 1000 568 ) ( -3680 984 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3704 1000 480 ) ( -3712 984 480 ) ( -3696 984 480 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2400 +{ +( -3230 1000 24 ) ( -3230 1000 512 ) ( -3830 1000 512 ) central_europe/tudor_set1_exwall1a -149 8 0.00 0.770000 1.200000 0 65536 0 +surfaceparm detail +( -3830 428 424 ) ( -3830 420 424 ) ( -3230 424 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 984 424 ) ( -3770 984 424 ) ( -3766 984 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3746 996 424 ) ( -3746 1000 424 ) ( -3746 998 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3682 1000 424 ) ( -3682 994 424 ) ( -3682 997 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3712 984 480 ) ( -3704 1000 480 ) ( -3696 984 480 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2401 +{ +( -3762 930 760 ) ( -3298 930 760 ) ( -3298 954 760 ) general_structure/beam_wood1 180 -16 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3298 954 768 ) ( -3298 930 768 ) ( -3762 930 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3298 954 760 ) ( -3298 946 768 ) ( -3762 950 764 ) general_structure/shingles_ce2 104 -32 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3298 930 768 ) ( -3298 938 760 ) ( -3762 934 764 ) general_structure/beam_wood1 180 -16 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3298 954 760 ) ( -3322 930 760 ) ( -3310 942 768 ) common/nodraw 15 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3738 930 760 ) ( -3762 954 760 ) ( -3750 942 768 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2402 +{ +( -3762 580 760 ) ( -3738 580 760 ) ( -3738 954 760 ) general_structure/beam_wood1 180 -16 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3738 954 768 ) ( -3738 580 768 ) ( -3762 580 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3762 580 768 ) ( -3738 580 768 ) ( -3738 580 760 ) common/nodraw 52 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3746 954 760 ) ( -3742 580 764 ) ( -3738 954 768 ) general_structure/beam_wood1 180 -16 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3754 954 768 ) ( -3758 580 764 ) ( -3762 954 760 ) general_structure/shingles_ce2 104 -32 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3762 954 760 ) ( -3738 930 760 ) ( -3750 942 768 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2403 +{ +( -3322 580 760 ) ( -3298 580 760 ) ( -3298 954 760 ) general_structure/beam_wood1 180 -16 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3298 954 768 ) ( -3298 580 768 ) ( -3322 580 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3322 580 768 ) ( -3298 580 768 ) ( -3298 580 760 ) common/nodraw 52 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3298 954 760 ) ( -3302 580 764 ) ( -3306 954 768 ) general_structure/shingles_ce2 104 -32 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3322 954 768 ) ( -3318 580 764 ) ( -3314 954 760 ) general_structure/beam_wood1 180 -16 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3322 930 760 ) ( -3298 954 760 ) ( -3310 942 768 ) common/nodraw 15 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2404 +{ +( -3754 580 768 ) ( -3642 580 768 ) ( -3642 946 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3642 946 864 ) ( -3642 580 864 ) ( -3754 580 864 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3754 580 864 ) ( -3642 580 864 ) ( -3642 580 768 ) common/nodraw 52 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3658 946 864 ) ( -3706 580 816 ) ( -3754 946 768 ) general_structure/shingles_ce2 104 -32 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3738 946 768 ) ( -3690 580 816 ) ( -3642 946 864 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3754 946 768 ) ( -3642 834 768 ) ( -3698 890 864 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2405 +{ +( -3418 580 768 ) ( -3306 580 768 ) ( -3306 946 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3306 946 864 ) ( -3306 580 864 ) ( -3418 580 864 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3418 580 864 ) ( -3306 580 864 ) ( -3306 580 768 ) common/nodraw 52 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3306 946 768 ) ( -3354 580 816 ) ( -3402 946 864 ) general_structure/shingles_ce2 104 -32 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3418 946 864 ) ( -3370 580 816 ) ( -3322 946 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3418 834 768 ) ( -3306 946 768 ) ( -3362 890 864 ) common/nodraw 15 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2406 +{ +( -3754 840 768 ) ( -3306 840 768 ) ( -3306 946 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3306 946 864 ) ( -3306 840 864 ) ( -3754 840 864 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3306 946 768 ) ( -3306 850 864 ) ( -3754 898 816 ) general_structure/shingles_ce2 104 -32 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3306 834 864 ) ( -3306 930 768 ) ( -3754 882 816 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3642 834 768 ) ( -3754 946 768 ) ( -3698 890 864 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3306 946 768 ) ( -3418 834 768 ) ( -3362 890 864 ) common/nodraw 15 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2407 +{ +( -3706 898 640 ) ( -3642 898 640 ) ( -3642 930 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3642 930 736 ) ( -3642 898 736 ) ( -3706 898 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3642 930 736 ) ( -3706 930 736 ) ( -3706 930 640 ) general_structure/denmark_win2 -12 119 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -3706 930 736 ) ( -3706 898 736 ) ( -3706 898 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3706 898 736 ) ( -3642 898 736 ) ( -3642 898 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3642 898 736 ) ( -3642 930 736 ) ( -3642 930 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2408 +{ +( -3642 898 640 ) ( -3610 898 640 ) ( -3610 930 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3610 930 736 ) ( -3610 898 736 ) ( -3642 898 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3610 930 736 ) ( -3642 930 736 ) ( -3642 930 640 ) central_europe/tudor_set1_exwall1a -196 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -3642 930 736 ) ( -3642 898 736 ) ( -3642 898 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3642 898 736 ) ( -3610 898 736 ) ( -3610 898 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3610 898 736 ) ( -3610 930 736 ) ( -3610 930 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2409 +{ +( -3610 898 640 ) ( -3546 898 640 ) ( -3546 930 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3546 930 736 ) ( -3546 898 736 ) ( -3610 898 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3546 930 736 ) ( -3610 930 736 ) ( -3610 930 640 ) general_structure/denmark_win2 -76 119 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -3610 930 736 ) ( -3610 898 736 ) ( -3610 898 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3610 898 736 ) ( -3546 898 736 ) ( -3546 898 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3546 898 736 ) ( -3546 930 736 ) ( -3546 930 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2410 +{ +( -3546 898 640 ) ( -3514 898 640 ) ( -3514 930 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3514 930 736 ) ( -3514 898 736 ) ( -3546 898 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3514 930 736 ) ( -3546 930 736 ) ( -3546 930 640 ) central_europe/tudor_set1_exwall1a -196 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -3546 930 736 ) ( -3546 898 736 ) ( -3546 898 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3546 898 736 ) ( -3514 898 736 ) ( -3514 898 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3514 898 736 ) ( -3514 930 736 ) ( -3514 930 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2411 +{ +( -3514 898 640 ) ( -3450 898 640 ) ( -3450 930 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3450 930 736 ) ( -3450 898 736 ) ( -3514 898 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3450 930 736 ) ( -3514 930 736 ) ( -3514 930 640 ) general_structure/denmark_win2 -12 119 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -3514 930 736 ) ( -3514 898 736 ) ( -3514 898 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3514 898 736 ) ( -3450 898 736 ) ( -3450 898 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3450 898 736 ) ( -3450 930 736 ) ( -3450 930 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2412 +{ +( -3450 898 640 ) ( -3418 898 640 ) ( -3418 930 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3418 930 736 ) ( -3418 898 736 ) ( -3450 898 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3418 930 736 ) ( -3450 930 736 ) ( -3450 930 640 ) central_europe/tudor_set1_exwall1a -196 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -3450 930 736 ) ( -3450 898 736 ) ( -3450 898 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3450 898 736 ) ( -3418 898 736 ) ( -3418 898 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3418 898 736 ) ( -3418 930 736 ) ( -3418 930 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2413 +{ +( -3418 898 640 ) ( -3354 898 640 ) ( -3354 930 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3354 930 736 ) ( -3354 898 736 ) ( -3418 898 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3354 930 736 ) ( -3418 930 736 ) ( -3418 930 640 ) general_structure/denmark_win2 -76 119 0.00 0.500000 0.533386 0 4194304 0 +surfaceparm detail +( -3418 930 736 ) ( -3418 898 736 ) ( -3418 898 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3418 898 736 ) ( -3354 898 736 ) ( -3354 898 640 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3354 898 736 ) ( -3354 930 736 ) ( -3354 930 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2414 +{ +( -3364 898 624 ) ( -3324 898 624 ) ( -3324 930 624 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3322 930 640 ) ( -3322 898 640 ) ( -3362 898 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3322 930 640 ) ( -3362 930 640 ) ( -3362 930 608 ) central_europe/tudor_set1_exwall1a -196 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -3362 898 640 ) ( -3322 898 640 ) ( -3322 898 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3322 930 608 ) ( -3354 898 608 ) ( -3338 914 640 ) common/nodraw 15 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3706 898 608 ) ( -3738 930 608 ) ( -3722 914 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2415 +{ +( -3370 898 736 ) ( -3322 898 736 ) ( -3322 930 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3322 930 768 ) ( -3322 898 768 ) ( -3370 898 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3322 930 768 ) ( -3370 930 768 ) ( -3370 930 736 ) central_europe/tudor_set1_exwall1a -196 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -3370 898 768 ) ( -3322 898 768 ) ( -3322 898 736 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3706 898 736 ) ( -3738 930 736 ) ( -3722 914 768 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3322 930 736 ) ( -3354 898 736 ) ( -3338 914 768 ) common/nodraw 15 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2416 +{ +( -3354 898 640 ) ( -3322 898 640 ) ( -3322 930 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3322 930 736 ) ( -3322 898 736 ) ( -3354 898 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3322 930 736 ) ( -3354 930 736 ) ( -3354 930 640 ) central_europe/tudor_set1_exwall1a -196 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -3354 930 736 ) ( -3354 898 736 ) ( -3354 898 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3322 930 640 ) ( -3354 898 640 ) ( -3338 914 736 ) common/nodraw 15 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2417 +{ +( -3742 580 624 ) ( -3708 580 624 ) ( -3708 620 624 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3706 620 768 ) ( -3706 580 768 ) ( -3740 580 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3738 620 768 ) ( -3738 580 768 ) ( -3738 580 608 ) central_europe/tudor_set1_exwall1a -145 0 0.00 0.650000 1 0 65536 0 +surfaceparm detail +( -3740 580 768 ) ( -3706 580 768 ) ( -3706 580 608 ) common/nodraw 52 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3706 580 768 ) ( -3706 620 768 ) ( -3706 620 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3738 930 608 ) ( -3706 898 608 ) ( -3722 914 768 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2418 +{ +( -3356 580 624 ) ( -3324 580 624 ) ( -3324 928 624 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3322 928 768 ) ( -3322 580 768 ) ( -3354 580 768 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3354 928 768 ) ( -3354 580 768 ) ( -3354 580 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3354 580 768 ) ( -3322 580 768 ) ( -3322 580 608 ) common/nodraw 52 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3322 580 768 ) ( -3322 928 768 ) ( -3322 928 608 ) central_europe/tudor_set1_exwall1a -137 0 0.00 0.650000 1 0 65536 0 +surfaceparm detail +( -3354 898 608 ) ( -3322 930 608 ) ( -3338 914 768 ) common/nodraw 15 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2419 +{ +( -3738 898 640 ) ( -3706 898 640 ) ( -3706 930 640 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3706 930 736 ) ( -3706 898 736 ) ( -3738 898 736 ) common/nodraw 52 -16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3706 930 736 ) ( -3738 930 736 ) ( -3738 930 640 ) central_europe/tudor_set1_exwall1a -196 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -3706 898 736 ) ( -3706 930 736 ) ( -3706 930 640 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3706 898 640 ) ( -3738 930 640 ) ( -3722 914 736 ) common/nodraw 16 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2420 +{ +( -3230 386 512 ) ( -3230 386 24 ) ( -3830 386 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3834 402 448 ) ( -3834 402 0 ) ( -3834 978 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3772 1000 408 ) ( -3776 386 408 ) ( -3768 386 408 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3830 420 424 ) ( -3830 428 424 ) ( -3230 424 424 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3814 984 408 ) ( -3814 978 408 ) ( -3814 981 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3834 690 408 ) ( -3830 686 408 ) ( -3832 688 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2421 +{ +( -3830 401 448 ) ( -3830 401 0 ) ( -3830 977 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3772 1000 408 ) ( -3776 386 408 ) ( -3768 386 408 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3830 420 424 ) ( -3830 428 424 ) ( -3230 424 424 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3814 984 408 ) ( -3814 978 408 ) ( -3814 981 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3834 786 408 ) ( -3830 782 408 ) ( -3832 784 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3830 686 408 ) ( -3834 690 408 ) ( -3832 688 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2422 +{ +( -3834 402 448 ) ( -3834 402 0 ) ( -3834 978 0 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3772 1000 408 ) ( -3776 386 408 ) ( -3768 386 408 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3830 420 424 ) ( -3830 428 424 ) ( -3230 424 424 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3818 984 408 ) ( -3810 984 408 ) ( -3814 984 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3814 984 408 ) ( -3814 978 408 ) ( -3814 981 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3830 782 408 ) ( -3834 786 408 ) ( -3832 784 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2423 +{ +( -2770 2210 456 ) ( -2770 2210 472 ) ( -3186 2626 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3560 2204 472 ) ( -3560 2204 456 ) ( -3264 2500 456 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3576 2172 24 ) ( -3580 2168 24 ) ( -3578 2170 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3572 2168 224 ) ( -3570 2602 224 ) ( -3568 2168 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3570 2602 208 ) ( -3572 2168 208 ) ( -3568 2168 208 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3532 2232 208 ) ( -3534 2234 208 ) ( -3533 2233 224 ) general_structure/beam_wood1 -36 -4 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2424 +{ +( -3562 2206 472 ) ( -3562 2206 456 ) ( -3266 2502 456 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3586 2174 24 ) ( -3588 2176 24 ) ( -3587 2175 472 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3576 2172 24 ) ( -3580 2168 24 ) ( -3578 2170 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3572 2168 224 ) ( -3570 2602 224 ) ( -3568 2168 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3570 2602 208 ) ( -3572 2168 208 ) ( -3568 2168 208 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3534 2234 208 ) ( -3532 2232 208 ) ( -3533 2233 224 ) general_structure/beam_wood1 -36 -4 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2425 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3556 2208 24 ) ( -3556 2208 472 ) ( -3156 2608 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3808 2570 208 ) ( -3812 2232 208 ) ( -3804 2232 208 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3820 2232 224 ) ( -3816 2570 224 ) ( -3812 2232 224 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2426 +{ +( -3562.724609 2242.225586 472 ) ( -3274.225586 2530.724609 472 ) ( -2861.275146 2117.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -2770 2210 456 ) ( -2770 2210 472 ) ( -3186 2626 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3560 2204 472 ) ( -3560 2204 456 ) ( -3264 2500 456 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3576 2172 24 ) ( -3580 2168 24 ) ( -3578 2170 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3556 2602 448 ) ( -3558 2168 448 ) ( -3554 2168 448 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3532 2232 448 ) ( -3534 2234 448 ) ( -3533 2233 472 ) general_structure/beam_wood1 -36 -4 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2427 +{ +( -3562.724609 2242.225586 472 ) ( -3274.225586 2530.724609 472 ) ( -2861.275146 2117.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3562 2206 472 ) ( -3562 2206 456 ) ( -3266 2502 456 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3586 2174 24 ) ( -3588 2176 24 ) ( -3587 2175 472 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3576 2172 24 ) ( -3580 2168 24 ) ( -3578 2170 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3556 2602 448 ) ( -3558 2168 448 ) ( -3554 2168 448 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3534 2234 448 ) ( -3532 2232 448 ) ( -3533 2233 472 ) general_structure/beam_wood1 -36 -4 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2428 +{ +( -3198.208984 1913.692871 608 ) ( -3526.306641 2241.790039 608 ) ( -3543.277344 2224.819824 608 ) general_structure/beam_wood1 129 0 -45.04 1.000584 0.999462 0 16384 0 +surfaceparm detail +( -3543.277344 2224.819824 616 ) ( -3526.306641 2241.790039 616 ) ( -3198.208984 1913.692871 616 ) common/nodraw 7 3 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3543.277344 2224.819824 608 ) ( -3537.620117 2230.476563 616 ) ( -3212.351074 1899.550293 612 ) general_structure/shingles_ce2 248 21 -44.98 0.500119 0.499774 0 16384 0 +surfaceparm detail +( -3526.306641 2241.790039 616 ) ( -3531.963379 2236.133301 608 ) ( -3201.037109 1910.864258 612 ) general_structure/beam_wood1 134 7 -44.99 0.999462 1.000843 0 16384 0 +surfaceparm detail +( -3543.277344 2224.819824 608 ) ( -3509.336426 2224.819824 608 ) ( -3526.306641 2224.819824 616 ) common/nodraw -26 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +( -3215.180176 1930.663574 608 ) ( -3215.179688 1896.722168 608 ) ( -3215.179688 1913.692383 616 ) common/nodraw -38 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 2429 +{ +( -2950.721680 2161.180176 608 ) ( -2967.693359 2178.150879 608 ) ( -3232.151367 1913.693359 608 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3232.151367 1913.693359 616 ) ( -2967.693359 2178.150879 616 ) ( -2950.721680 2161.180176 616 ) common/nodraw 7 3 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -2950.721680 2161.180176 616 ) ( -2967.693359 2178.150879 616 ) ( -2967.693359 2178.150879 608 ) common/nodraw -18 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +( -3226.493652 1908.036133 608 ) ( -2964.863281 2175.322754 612 ) ( -3232.151367 1913.693359 616 ) general_structure/beam_wood1 156 8 45.01 1.000152 0.998771 0 16384 0 +surfaceparm detail +( -3220.836914 1902.378906 616 ) ( -2953.549805 2164.008301 612 ) ( -3215.179688 1896.722168 608 ) general_structure/shingles_ce2 248 21 -44.98 0.500119 0.499774 0 16384 0 +surfaceparm detail +( -3215.179688 1896.722168 608 ) ( -3215.180176 1930.663574 608 ) ( -3215.179688 1913.692383 616 ) common/nodraw -38 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 2430 +{ +( -3261.849121 2472.306885 608 ) ( -3278.819336 2489.277100 608 ) ( -3543.277344 2224.819824 608 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3543.277344 2224.819824 616 ) ( -3278.819336 2489.277100 616 ) ( -3261.849121 2472.306885 616 ) common/nodraw 7 3 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3261.849121 2472.306885 616 ) ( -3278.819336 2489.277100 616 ) ( -3278.819336 2489.277100 608 ) common/nodraw -52 0 0.00 0.706055 1 536870912 2224 0 +surfaceparm detail +( -3543.277344 2224.819824 608 ) ( -3275.990723 2486.449463 612 ) ( -3537.620117 2219.163086 616 ) general_structure/shingles_ce2 -102 25 135.04 0.499601 -0.499860 0 16384 0 +surfaceparm detail +( -3526.306641 2207.849609 616 ) ( -3264.677246 2475.135498 612 ) ( -3531.963379 2213.505371 608 ) general_structure/beam_wood1 128 6 45.00 1.000584 0.998944 0 16384 0 +surfaceparm detail +( -3509.336426 2224.819824 608 ) ( -3543.277344 2224.819824 608 ) ( -3526.306641 2224.819824 616 ) common/nodraw -26 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 2431 +{ +( -2956.378906 2166.836426 616 ) ( -3035.574707 2246.033203 616 ) ( -3294.375488 1987.232422 616 ) common/nodraw 7 3 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3294.375488 1987.232422 712 ) ( -3035.574707 2246.033203 712 ) ( -2956.378906 2166.836426 712 ) common/nodraw 7 3 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -2956.378906 2166.836426 712 ) ( -3035.574707 2246.033203 712 ) ( -3035.574707 2246.033203 616 ) common/nodraw 31 -61 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -3283.062500 1975.918945 712 ) ( -2990.320313 2200.778320 664 ) ( -3215.180664 1908.036133 616 ) general_structure/shingles_ce2 248 21 -44.98 0.500119 0.499774 0 16384 0 +surfaceparm detail +( -3226.494141 1919.349609 616 ) ( -3001.633789 2212.091797 664 ) ( -3294.375488 1987.232422 712 ) general_structure/beam_wood1 156 8 45.01 1.000152 0.998771 0 16384 0 +surfaceparm detail +( -3215.180664 1908.036133 616 ) ( -3215.179688 2066.428223 616 ) ( -3215.179688 1987.231445 712 ) common/nodraw -40 0 0.00 1.413574 1 536870912 2224 0 +surfaceparm detail +} +// brush 2432 +{ +( -3193.965820 2404.425049 616 ) ( -3273.162598 2483.620605 616 ) ( -3531.963867 2224.819336 616 ) common/nodraw 7 3 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3531.963867 2224.819336 712 ) ( -3273.162598 2483.620605 712 ) ( -3193.965820 2404.425049 712 ) common/nodraw 7 3 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3193.965820 2404.425049 712 ) ( -3273.162598 2483.620605 712 ) ( -3273.162598 2483.620605 616 ) common/nodraw -13 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +( -3531.963867 2224.819336 616 ) ( -3239.221680 2449.679443 664 ) ( -3464.081543 2156.937500 712 ) general_structure/shingles_ce2 -102 25 135.04 0.499601 -0.499860 0 16384 0 +surfaceparm detail +( -3452.767578 2145.624023 712 ) ( -3227.907715 2438.365967 664 ) ( -3520.649902 2213.505859 616 ) general_structure/beam_wood1 128 6 45.00 1.000584 0.998944 0 16384 0 +surfaceparm detail +( -3373.571289 2224.819336 616 ) ( -3531.963867 2224.819336 616 ) ( -3452.767578 2224.819336 712 ) common/nodraw -30 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 2433 +{ +( -3140.226563 1982.988770 616 ) ( -3457.010742 2299.772705 616 ) ( -3531.963867 2224.819336 616 ) common/nodraw 7 3 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3531.963867 2224.819336 712 ) ( -3457.010742 2299.772705 712 ) ( -3140.226563 1982.988770 712 ) common/nodraw 7 3 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3531.963867 2224.819336 616 ) ( -3464.081055 2292.701660 712 ) ( -3181.238281 1941.976563 664 ) general_structure/shingles_ce2 248 21 -44.98 0.500119 0.499774 0 16384 0 +surfaceparm detail +( -3452.767578 2304.015381 712 ) ( -3520.649902 2236.133301 616 ) ( -3169.925293 1953.290527 664 ) general_structure/beam_wood1 134 7 -44.99 0.999462 1.000843 0 16384 0 +surfaceparm detail +( -3215.179688 2066.428223 616 ) ( -3215.180664 1908.036133 616 ) ( -3215.179688 1987.231445 712 ) common/nodraw -40 0 0.00 1.413574 1 536870912 2224 0 +surfaceparm detail +( -3531.963867 2224.819336 616 ) ( -3373.571289 2224.819336 616 ) ( -3452.767578 2224.819336 712 ) common/nodraw -30 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 2434 +{ +( -2953.863281 2179.322754 472 ) ( -2977.905273 2203.363281 472 ) ( -3006.189453 2175.079590 472 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3007.603516 2176.493652 616 ) ( -2979.320313 2204.778320 616 ) ( -2955.278320 2180.735840 616 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -2960 2192 616 ) ( -2960 2192 472 ) ( -3216 1936 472 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -2960 2192 472 ) ( -2960 2192 616 ) ( -2984 2216 616 ) common/nodraw 30 -61 -180.00 0.706787 -1 536870912 2224 0 +surfaceparm detail +( -2984 2216 472 ) ( -2984 2216 616 ) ( -3216 1984 616 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3216 1936 616 ) ( -3216 1936 472 ) ( -3216 1984 472 ) common/nodraw -38 0 0.00 1.415039 1 536870912 2224 0 +surfaceparm detail +} +// brush 2435 +{ +( -3226.807617 2452.265381 472 ) ( -3249.435059 2474.893066 472 ) ( -3495.507813 2228.819824 472 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3496.921875 2230.233887 616 ) ( -3250.849121 2476.306885 616 ) ( -3228.221680 2453.679443 616 ) common/nodraw 3 13 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3232 2448 616 ) ( -3232 2448 472 ) ( -3456 2224 472 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3256 2472 616 ) ( -3256 2472 472 ) ( -3232 2448 472 ) common/nodraw -56 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -3256 2472 472 ) ( -3256 2472 616 ) ( -3504 2224 616 ) TAardennes/wintered_grey 0 108 0.00 1 1 0 65536 0 +surfaceparm detail +( -3456 2224 616 ) ( -3456 2224 472 ) ( -3504 2224 472 ) common/nodraw -37 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 2436 +{ +( -3562.724609 2242.225586 472 ) ( -3274.225586 2530.724609 472 ) ( -2861.275146 2117.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3288 1844 472 ) ( -3288 1844 24 ) ( -3628 2184 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3220 1880 24 ) ( -3220 1880 472 ) ( -2820 2280 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3562 2206 472 ) ( -3562 2206 456 ) ( -3266 2502 456 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3576 2176 448 ) ( -3584 1836 448 ) ( -3568 1836 448 ) general_structure/beam_wood1 -5 -3 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2437 +{ +( -3284 1844 472 ) ( -3284 1844 24 ) ( -3624 2184 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3222 1878 24 ) ( -3222 1878 472 ) ( -2822 2278 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3562 2206 472 ) ( -3562 2206 456 ) ( -3266 2502 456 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4024 1836 224 ) ( -4012 2176 224 ) ( -4000 1836 224 ) general_structure/beam_wood1 -5 -3 135.00 1 1 0 16384 0 +surfaceparm detail +( -4032 2176 208 ) ( -4040 1836 208 ) ( -4024 1836 208 ) general_structure/beam_wood1 -5 -3 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2438 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3562.724609 2242.225586 472 ) ( -3274.225586 2530.724609 472 ) ( -2861.275146 2117.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -2770 2210 456 ) ( -2770 2210 472 ) ( -3186 2626 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3586 2174 24 ) ( -3588 2176 24 ) ( -3587 2175 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3580 2168 24 ) ( -3576 2172 24 ) ( -3578 2170 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3264 1856 24 ) ( -3266 1854 24 ) ( -3265 1855 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2439 +{ +( -2770 2210 456 ) ( -2770 2210 472 ) ( -3186 2626 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3560 2204 472 ) ( -3560 2204 456 ) ( -3264 2500 456 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3586 2174 24 ) ( -3588 2176 24 ) ( -3587 2175 472 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3576 2172 24 ) ( -3580 2168 24 ) ( -3578 2170 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3558 2168 448 ) ( -3556 2602 448 ) ( -3554 2168 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3570 2602 224 ) ( -3572 2168 224 ) ( -3568 2168 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2440 +{ +( -3224 1880 24 ) ( -3224 1880 472 ) ( -2824 2280 472 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -2770 2210 456 ) ( -2770 2210 472 ) ( -3186 2626 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3586 2174 24 ) ( -3588 2176 24 ) ( -3587 2175 472 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3266 1854 24 ) ( -3264 1856 24 ) ( -3265 1855 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3558 1846 448 ) ( -3556 2280 448 ) ( -3554 1846 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3570 2280 224 ) ( -3572 1846 224 ) ( -3568 1846 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2441 +{ +( -3562.724609 2242.225586 472 ) ( -3274.225586 2530.724609 472 ) ( -2861.275146 2117.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3222 1878 24 ) ( -3222 1878 472 ) ( -2822 2278 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2770 2210 456 ) ( -2770 2210 472 ) ( -3186 2626 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3586 2174 24 ) ( -3588 2176 24 ) ( -3587 2175 472 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3266 1854 24 ) ( -3264 1856 24 ) ( -3265 1855 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3556 2280 448 ) ( -3558 1846 448 ) ( -3554 1846 448 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2442 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2770 2210 456 ) ( -2770 2210 472 ) ( -3186 2626 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3560 2204 472 ) ( -3560 2204 456 ) ( -3264 2500 456 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3586 2174 24 ) ( -3588 2176 24 ) ( -3587 2175 472 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3576 2172 24 ) ( -3580 2168 24 ) ( -3578 2170 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3572 2168 208 ) ( -3570 2602 208 ) ( -3568 2168 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2443 +{ +( -3220 1880 24 ) ( -3220 1880 472 ) ( -2820 2280 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2770 2210 456 ) ( -2770 2210 472 ) ( -3186 2626 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3586 2174 24 ) ( -3588 2176 24 ) ( -3587 2175 472 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3266 1854 24 ) ( -3264 1856 24 ) ( -3265 1855 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3572 1846 224 ) ( -3570 2280 224 ) ( -3568 1846 224 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3570 2280 208 ) ( -3572 1846 208 ) ( -3568 1846 208 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2444 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3224 1880 24 ) ( -3224 1880 472 ) ( -2824 2280 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2770 2210 456 ) ( -2770 2210 472 ) ( -3186 2626 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3586 2174 24 ) ( -3588 2176 24 ) ( -3587 2175 472 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3266 1854 24 ) ( -3264 1856 24 ) ( -3265 1855 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3572 1846 208 ) ( -3570 2280 208 ) ( -3568 1846 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2445 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3224 1880 24 ) ( -3224 1880 472 ) ( -2824 2280 472 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3584 1836 448 ) ( -3576 2176 448 ) ( -3568 1836 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4012 2176 224 ) ( -4024 1836 224 ) ( -4000 1836 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3314 1884 224 ) ( -3312 1886 224 ) ( -3313 1885 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2446 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3224 1880 24 ) ( -3224 1880 472 ) ( -2824 2280 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4040 1836 208 ) ( -4032 2176 208 ) ( -4024 1836 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3314 1884 24 ) ( -3312 1886 24 ) ( -3313 1885 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2447 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3560 2204 472 ) ( -3560 2204 456 ) ( -3264 2500 456 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3584 1836 448 ) ( -3576 2176 448 ) ( -3568 1836 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4012 2176 224 ) ( -4024 1836 224 ) ( -4000 1836 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3528 2128 224 ) ( -3544 2112 224 ) ( -3536 2120 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2448 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3560 2204 472 ) ( -3560 2204 456 ) ( -3264 2500 456 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4040 1836 208 ) ( -4032 2176 208 ) ( -4024 1836 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3528 2128 24 ) ( -3544 2112 24 ) ( -3536 2120 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2449 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3448 2016 448 ) ( -3499 2067 448 ) ( -3489 2077 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3499 2067 224 ) ( -3448 2016 224 ) ( -3438 2026 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3499.000488 2066.999756 448 ) ( -3499.000488 2066.999756 224 ) ( -3489 2077.000244 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3448.000488 2016 224 ) ( -3448.000488 2016 448 ) ( -3438 2026 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2450 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3584 1836 448 ) ( -3576 2176 448 ) ( -3568 1836 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4012 2176 224 ) ( -4024 1836 224 ) ( -4000 1836 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3402 1972 224 ) ( -3400 1974 224 ) ( -3401 1973 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3358 1930 224 ) ( -3360 1928 224 ) ( -3359 1929 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2451 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4012 2176 224 ) ( -4024 1836 224 ) ( -4000 1836 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3544 2112 224 ) ( -3528 2128 224 ) ( -3536 2120 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3496 2070 224 ) ( -3498 2068 224 ) ( -3497 2069 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3544 2088 296 ) ( -3544 2100 296 ) ( -3488.999512 2094 296 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2452 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) general_structure/denmark_win2 120 15 0.00 -0.351561 0.533333 0 4194304 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3544 2112 224 ) ( -3528 2128 224 ) ( -3536 2120 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3496 2070 224 ) ( -3498 2068 224 ) ( -3497 2069 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3544 2084 392 ) ( -3544 2092 392 ) ( -3488.999512 2088 392 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3544 2100 296 ) ( -3544 2088 296 ) ( -3488.999512 2094 296 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2453 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4012 2176 224 ) ( -4024 1836 224 ) ( -4000 1836 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3448 2016 224 ) ( -3444 2020 224 ) ( -3446 2018 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3400 1974 224 ) ( -3402 1972 224 ) ( -3401 1973 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3448 2088 296 ) ( -3448 2100 296 ) ( -3393 2094 296 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2454 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) general_structure/denmark_win2 103 15 0.00 -0.351564 0.533333 0 4194304 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3448 2016 224 ) ( -3444 2020 224 ) ( -3446 2018 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3400 1974 224 ) ( -3402 1972 224 ) ( -3401 1973 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3448 2084 392 ) ( -3448 2092 392 ) ( -3393 2088 392 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3448 2100 296 ) ( -3448 2088 296 ) ( -3393 2094 296 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2455 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4012 2176 224 ) ( -4024 1836 224 ) ( -4000 1836 224 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3360 1928 224 ) ( -3358 1930 224 ) ( -3359 1929 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3312 1886 224 ) ( -3314 1884 224 ) ( -3313 1885 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3360 2088 296 ) ( -3360 2100 296 ) ( -3304.999756 2094 296 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2456 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) general_structure/denmark_win2 109 15 0.00 -0.351563 0.533333 0 4194304 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3360 1928 224 ) ( -3358 1930 224 ) ( -3359 1929 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3312 1886 224 ) ( -3314 1884 224 ) ( -3313 1885 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3360 2084 392 ) ( -3360 2092 392 ) ( -3304.999756 2088 392 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3360 2100 296 ) ( -3360 2088 296 ) ( -3304.999756 2094 296 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2457 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3584 1836 448 ) ( -3576 2176 448 ) ( -3568 1836 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3544 2112 224 ) ( -3528 2128 224 ) ( -3536 2120 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3496 2070 224 ) ( -3498 2068 224 ) ( -3497 2069 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3544 2092 392 ) ( -3544 2084 392 ) ( -3488.999512 2088 392 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2458 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3584 1836 448 ) ( -3576 2176 448 ) ( -3568 1836 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3448 2016 224 ) ( -3444 2020 224 ) ( -3446 2018 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3400 1974 224 ) ( -3402 1972 224 ) ( -3401 1973 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3448 2092 392 ) ( -3448 2084 392 ) ( -3393 2088 392 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2459 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3584 1836 448 ) ( -3576 2176 448 ) ( -3568 1836 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3360 1928 224 ) ( -3358 1930 224 ) ( -3359 1929 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3312 1886 224 ) ( -3314 1884 224 ) ( -3313 1885 448 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3360 2092 392 ) ( -3360 2084 392 ) ( -3304.999756 2088 392 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2460 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3360 1928 24 ) ( -3358 1930 24 ) ( -3359 1929 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3312 1886 24 ) ( -3314 1884 24 ) ( -3313 1885 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3360 2096 72 ) ( -3360 2104 72 ) ( -3304.999756 2100 72 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2461 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) general_structure/denmark_win2 109 135 0.00 -0.351563 0.533333 0 4194304 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3360 1928 24 ) ( -3358 1930 24 ) ( -3359 1929 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3312 1886 24 ) ( -3314 1884 24 ) ( -3313 1885 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3360 2096 168 ) ( -3360 2108 168 ) ( -3304.999756 2102 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3360 2104 72 ) ( -3360 2096 72 ) ( -3304.999756 2100 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2462 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3544 2112 24 ) ( -3528 2128 24 ) ( -3536 2120 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3496 2070 24 ) ( -3498 2068 24 ) ( -3497 2069 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3544 2096 72 ) ( -3544 2104 72 ) ( -3488.999512 2100 72 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2463 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) general_structure/denmark_win2 120 135 0.00 -0.351561 0.533333 0 4194304 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3544 2112 24 ) ( -3528 2128 24 ) ( -3536 2120 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3496 2070 24 ) ( -3498 2068 24 ) ( -3497 2069 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3544 2096 168 ) ( -3544 2108 168 ) ( -3488.999512 2102 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3544 2104 72 ) ( -3544 2096 72 ) ( -3488.999512 2100 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2464 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4040 1836 208 ) ( -4032 2176 208 ) ( -4024 1836 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3360 1928 24 ) ( -3358 1930 24 ) ( -3359 1929 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3312 1886 24 ) ( -3314 1884 24 ) ( -3313 1885 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3360 2108 168 ) ( -3360 2096 168 ) ( -3304.999756 2102 168 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2465 +{ +( -3280 1848 472 ) ( -3280 1848 24 ) ( -3620 2188 24 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4040 1836 208 ) ( -4032 2176 208 ) ( -4024 1836 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3544 2112 24 ) ( -3528 2128 24 ) ( -3536 2120 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3496 2070 24 ) ( -3498 2068 24 ) ( -3497 2069 208 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3544 2108 168 ) ( -3544 2096 168 ) ( -3488.999512 2102 168 ) ta_berlin/berlinwall2a_shot -204 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2466 +{ +( -2853.275146 2125.774414 24 ) ( -3266.225586 2538.724609 24 ) ( -3554.724609 2250.225586 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3276 1851 472 ) ( -3276 1851 24 ) ( -3616 2191 24 ) general_structure/cellardoor 69 42 0.00 -0.445311 0.562500 0 16384 0 +surfaceparm detail +( -3588 2176 24 ) ( -3586 2174 24 ) ( -3587 2175 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3452 2024 24 ) ( -3448 2028 24 ) ( -3450 2026 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3392 1970 24 ) ( -3394 1968 24 ) ( -3393 1969 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3432 1965 168 ) ( -3424 2032 168 ) ( -3416 1965 168 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2467 +{ +( -3693.275391 2961.774414 16 ) ( -4106.225586 3374.724609 16 ) ( -4394.724609 3086.225586 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -3672 3112 16 ) ( -3668 3108 16 ) ( -3670 3110 464 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4056 2704 16 ) ( -4060 2700 16 ) ( -4058 2702 464 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 3056 16 ) ( -4380 3060 16 ) ( -4382 3058 464 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3760 2716 24 ) ( -3754 3424.000244 24 ) ( -3748 2716 24 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -4296 2952 16 ) ( -4298 2954 16 ) ( -4297 2953 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2468 +{ +( -3693.275391 2961.774414 16 ) ( -4106.225586 3374.724609 16 ) ( -4394.724609 3086.225586 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4380 3020 16 ) ( -4384 3024 16 ) ( -4382 3022 464 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4056 2704 16 ) ( -4060 2700 16 ) ( -4058 2702 464 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 3056 16 ) ( -4380 3060 16 ) ( -4382 3058 464 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3760 2716 24 ) ( -3754 3424.000244 24 ) ( -3748 2716 24 ) misc_outside/concpath1_wgrass 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4298 2954 16 ) ( -4296 2952 16 ) ( -4297 2953 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2469 +{ +( -4402.724609 3078.225586 472 ) ( -4114.225586 3366.724609 472 ) ( -3701.275391 2953.774414 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4400 3040 512 ) ( -4400 3040 496 ) ( -4104 3336 496 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3672 3096 64 ) ( -3668 3092 64 ) ( -3670 3094 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4380 3044 24 ) ( -4384 3040 24 ) ( -4382 3042 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3748 3432 448 ) ( -3756 3040 448 ) ( -3740 3040 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4350 3086 448 ) ( -4352 3088 448 ) ( -4351 3087 472 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2470 +{ +( -4402.724609 3078.225586 472 ) ( -4114.225586 3366.724609 472 ) ( -3701.275391 2953.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4402 3044 512 ) ( -4402 3044 496 ) ( -4106 3340 496 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4380 3036 64 ) ( -4384 3040 64 ) ( -4382 3038 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4380 3044 24 ) ( -4384 3040 24 ) ( -4382 3042 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3748 3432 448 ) ( -3756 3040 448 ) ( -3740 3040 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4352 3088 448 ) ( -4350 3086 448 ) ( -4351 3087 472 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2471 +{ +( -4402.724609 3078.225586 472 ) ( -4114.225586 3366.724609 472 ) ( -3701.275391 2953.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4060 2700 24 ) ( -4060 2700 472 ) ( -3660 3100 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3672 3096 64 ) ( -3668 3092 64 ) ( -3670 3094 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4060 2716 64 ) ( -4056 2720 64 ) ( -4058 2718 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3748 3100 448 ) ( -3756 2708 448 ) ( -3740 2708 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3848 2912 448 ) ( -3850 2914 448 ) ( -3849 2913 472 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2472 +{ +( -3920 2840.000488 672 ) ( -3920 2840.000488 224 ) ( -4260 2500 224 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -3863.000488 2835 264 ) ( -3863.000488 2835 712 ) ( -4263 3235 712 ) general_structure/plaster_wall2 -210 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4242 2534 264 ) ( -4240 2536 264 ) ( -4241 2535 712 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3911.999512 2567.999512 448 ) ( -4250.000977 2572 448 ) ( -3912 2576 448 ) general_structure/plaster_wall2 -2 210 0.00 1 1 0 65536 0 +surfaceparm detail +( -3951 2808.999512 224 ) ( -3958.999023 2817 224 ) ( -3955 2813.000488 408 ) general_structure/plaster_wall2 -210 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3924.500000 2861.999512 368 ) ( -3926 2809 368 ) ( -3923 2809 368 ) TAardennes/wintered_grey 0 160 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2473 +{ +( -4060 2700 472 ) ( -4060 2700 24 ) ( -4400 3040 24 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4400 3040 512 ) ( -4400 3040 496 ) ( -4104 3336 496 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 3040 64 ) ( -4380 3036 64 ) ( -4382 3038 512 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3780 3048 224 ) ( -3784 2700 224 ) ( -3776 2700 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3756 2700 448 ) ( -3748 3048 448 ) ( -3740 2700 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 2962 224 ) ( -4314 2954 224 ) ( -4310 2958 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2474 +{ +( -4402.724609 3078.225586 472 ) ( -4114.225586 3366.724609 472 ) ( -3701.275391 2953.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4062 2696 472 ) ( -4062 2696 24 ) ( -4402 3036 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4056 2696 24 ) ( -4056 2696 472 ) ( -3656 3096 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4404 3042 512 ) ( -4404 3042 496 ) ( -4108 3338 496 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4384 3040 64 ) ( -4380 3036 64 ) ( -4382 3038 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3748 3048 448 ) ( -3756 2700 448 ) ( -3740 2700 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2475 +{ +( -312.842773 3469.587891 -12 ) ( -312.842529 3401.705566 -12 ) ( -312.843018 3435.646484 52 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -199.705322 3514.842773 -8 ) ( -211.019531 3503.528320 -8 ) ( -205.362549 3509.185547 56 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -324.156494 3480.901367 -12 ) ( -312.842773 3469.587891 -12 ) ( -318.499756 3475.244629 52 ) mohcommon/crackedconcrete -226 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -324.156494 3390.392090 -12 ) ( -324.156494 3480.901367 -12 ) ( -324.156250 3435.646973 52 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 196.274170 2869.961426 52 ) ( -346.783691 3413.019531 52 ) ( -211.019287 3548.783691 52 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -247.789063 3557.269043 24 ) ( -261.930908 3543.126953 24 ) ( -209.605225 3504.943359 24 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2476 +{ +( -312.842773 3469.587891 -12 ) ( -324.156494 3480.901367 -12 ) ( -318.499756 3475.244629 52 ) mohcommon/crackedconcrete -226 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -267.588135 3514.842773 -8 ) ( -290.215576 3492.215332 -8 ) ( -278.901611 3503.528809 56 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -278.901855 3526.156250 -8 ) ( -267.588135 3514.842773 -8 ) ( -273.244873 3520.499512 56 ) mohcommon/crackedconcrete -226 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 196.274170 2869.961426 52 ) ( -346.783691 3413.019531 52 ) ( -211.019287 3548.783691 52 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -369.410889 3435.646973 -12 ) ( -233.646729 3571.411621 -12 ) ( -233.646729 3571.411621 308 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -247.789063 3557.269043 24 ) ( -261.930908 3543.126953 24 ) ( -243.546143 3538.884277 24 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2477 +{ +( -267.588135 3514.842773 -8 ) ( -278.901855 3526.156250 -8 ) ( -273.244873 3520.499512 56 ) mohcommon/crackedconcrete -226 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -199.705322 3514.842773 -12 ) ( -267.588135 3514.842773 -12 ) ( -233.646729 3514.842773 52 ) mohcommon/crackedconcrete -226 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -199.705322 3514.842773 -8 ) ( -211.019531 3503.528320 -8 ) ( -205.362549 3509.185547 56 ) mohcommon/crackedconcrete -4 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -278.901855 3526.156250 -12 ) ( -188.392090 3526.156738 -12 ) ( -233.646729 3526.156250 52 ) mohcommon/crackedconcrete -226 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 196.274170 2869.961426 52 ) ( -346.783691 3413.019531 52 ) ( -211.019287 3548.783691 52 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -247.789063 3557.269043 24 ) ( -261.930908 3543.126953 24 ) ( -209.605225 3504.943359 24 ) mohcommon/crackedconcrete -226 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2478 +{ +( -1344 3488 -8 ) ( -1296 3440 -8 ) ( -1320 3464 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3600 -8 ) ( -1296 3584 -8 ) ( -1296 3592 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1360 3488 -8 ) ( -1344 3488 -8 ) ( -1352 3488 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3424 -8 ) ( -1360 3488 -8 ) ( -1328 3456 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -560 3424 56 ) ( -1328 3424 56 ) ( -1328 3616 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1360 3596 24 ) ( -1360 3576 24 ) ( -1296 3586 24 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2479 +{ +( -1360 3616 -8 ) ( -592 3616 -8 ) ( -592 3616 312 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -560 3424 56 ) ( -1328 3424 56 ) ( -1328 3616 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -656 3600 -8 ) ( -656 3584 -8 ) ( -656 3592 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3584 -8 ) ( -1296 3600 -8 ) ( -1296 3592 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1248 3600 -8 ) ( -1280 3600 -8 ) ( -1264 3600 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3596 24 ) ( -1296 3576 24 ) ( -656 3586 24 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2480 +{ +( -592 3424 -8 ) ( -1360 3424 -8 ) ( -1360 3424 312 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -560 3424 56 ) ( -1328 3424 56 ) ( -1328 3616 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -656 3600 -8 ) ( -656 3584 -8 ) ( -656 3592 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3584 -8 ) ( -1296 3600 -8 ) ( -1296 3592 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3440 -8 ) ( -1280 3440 -8 ) ( -1288 3440 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3596 24 ) ( -1296 3576 24 ) ( -656 3586 24 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2481 +{ +( -632 3464 56 ) ( -656 3440 -8 ) ( -608 3488 -8 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -656 3592 56 ) ( -656 3584 -8 ) ( -656 3600 -8 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -600 3488 56 ) ( -608 3488 -8 ) ( -592 3488 -8 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -624 3456 56 ) ( -592 3488 -8 ) ( -656 3424 -8 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -624 3616 56 ) ( -624 3424 56 ) ( -1392 3424 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -656 3596 24 ) ( -656 3576 24 ) ( -592 3586 24 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2482 +{ +( -1344 3552 -8 ) ( -1360 3552 -8 ) ( -1352 3552 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3600 -8 ) ( -1344 3552 -8 ) ( -1320 3576 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3600 -8 ) ( -1296 3584 -8 ) ( -1296 3592 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1360 3552 -8 ) ( -1296 3616 -8 ) ( -1328 3584 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -560 3424 56 ) ( -1328 3424 56 ) ( -1328 3616 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1360 3596 24 ) ( -1360 3576 24 ) ( -1296 3586 24 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2483 +{ +( -1344 3488 -8 ) ( -1360 3488 -8 ) ( -1352 3488 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1344 3552 -8 ) ( -1344 3520 -8 ) ( -1344 3536 56 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1360 3552 -8 ) ( -1344 3552 -8 ) ( -1352 3552 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -560 3424 56 ) ( -1328 3424 56 ) ( -1328 3616 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1360 3424 -8 ) ( -1360 3616 -8 ) ( -1360 3616 312 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1360 3596 24 ) ( -1360 3576 24 ) ( -1344 3586 24 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2484 +{ +( -632 3576 56 ) ( -656 3600 -8 ) ( -608 3552 -8 ) mohtest/nu_earthbrdr4_noclamp -256 0 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -608 3536 56 ) ( -608 3552 -8 ) ( -608 3520 -8 ) mohtest/nu_earthbrdr4_noclamp -256 0 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -632 3464 56 ) ( -608 3488 -8 ) ( -656 3440 -8 ) mohtest/nu_earthbrdr4_noclamp -256 0 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1344 3552 -8 ) ( -1296 3600 -8 ) ( -1320 3576 56 ) mohtest/nu_earthbrdr4_noclamp -256 0 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1344 3520 -8 ) ( -1344 3552 -8 ) ( -1344 3536 56 ) mohtest/nu_earthbrdr4_noclamp -256 0 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1296 3440 -8 ) ( -1344 3488 -8 ) ( -1320 3464 56 ) mohtest/nu_earthbrdr4_noclamp -256 0 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -560 3424 40 ) ( -1328 3424 40 ) ( -1328 3616 40 ) mohtest/nu_earthbrdr4_noclamp -224 256 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 3440 -8 ) ( -1296 3440 -8 ) ( -1288 3440 56 ) mohtest/nu_earthbrdr4_noclamp -224 0 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1280 3600 -8 ) ( -1248 3600 -8 ) ( -1264 3600 56 ) mohtest/nu_earthbrdr4_noclamp -224 0 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1344 3596 24 ) ( -1344 3576 24 ) ( -608 3586 24 ) mohtest/nu_earthbrdr4_noclamp -224 256 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2485 +{ +( -600 3488 56 ) ( -592 3488 -8 ) ( -608 3488 -8 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -608 3536 56 ) ( -608 3520 -8 ) ( -608 3552 -8 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -600 3552 56 ) ( -608 3552 -8 ) ( -592 3552 -8 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -624 3616 56 ) ( -624 3424 56 ) ( -1392 3424 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -592 3616 312 ) ( -592 3616 -8 ) ( -592 3424 -8 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -608 3596 24 ) ( -608 3576 24 ) ( -592 3586 24 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2486 +{ +( -600 3552 56 ) ( -592 3552 -8 ) ( -608 3552 -8 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -632 3576 56 ) ( -608 3552 -8 ) ( -656 3600 -8 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -656 3592 56 ) ( -656 3584 -8 ) ( -656 3600 -8 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -624 3584 56 ) ( -656 3616 -8 ) ( -592 3552 -8 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -624 3616 56 ) ( -624 3424 56 ) ( -1392 3424 56 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -656 3596 24 ) ( -656 3576 24 ) ( -592 3586 24 ) mohcommon/crackedconcrete -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2487 +{ +( -50 3250 36 ) ( -66 3250 36 ) ( -66 3234 36 ) common/woodclip -30 26 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -74 3234 280 ) ( -74 3250 280 ) ( -58 3250 280 ) common/woodclip -30 26 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -66 3234 1152 ) ( -50 3234 1152 ) ( -50 3234 0 ) common/woodclip -30 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -58 3234 280 ) ( -58 3250 280 ) ( -58 3250 -872 ) common/woodclip -26 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -50 3250 1152 ) ( -66 3250 1152 ) ( -66 3250 0 ) common/woodclip -30 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -74 3250 1152 ) ( -74 3234 1152 ) ( -74 3234 0 ) common/woodclip -26 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +} +// brush 2488 +{ +( -174 3420 36 ) ( -190 3420 36 ) ( -190 3404 36 ) common/woodclip -34 4 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -198 3404 280 ) ( -198 3420 280 ) ( -182 3420 280 ) common/woodclip -34 4 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -190 3404 1152 ) ( -174 3404 1152 ) ( -174 3404 0 ) common/woodclip -34 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -182 3404 280 ) ( -182 3420 280 ) ( -182 3420 -872 ) common/woodclip -4 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -174 3420 1152 ) ( -190 3420 1152 ) ( -190 3420 0 ) common/woodclip -34 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -198 3420 1152 ) ( -198 3404 1152 ) ( -198 3404 0 ) common/woodclip -4 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +} +// brush 2489 +{ +( -994 3518 36 ) ( -1010 3518 36 ) ( -1010 3502 36 ) common/woodclip -46 38 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -1018 3502 280 ) ( -1018 3518 280 ) ( -1002 3518 280 ) common/woodclip -46 38 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -1010 3502 1152 ) ( -994 3502 1152 ) ( -994 3502 0 ) common/woodclip -46 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -1002 3502 280 ) ( -1002 3518 280 ) ( -1002 3518 -872 ) common/woodclip -38 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -994 3518 1152 ) ( -1010 3518 1152 ) ( -1010 3518 0 ) common/woodclip -46 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -1018 3518 1152 ) ( -1018 3502 1152 ) ( -1018 3502 0 ) common/woodclip -38 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +} +// brush 2490 +{ +( -1202 3552 36 ) ( -1218 3552 36 ) ( -1218 3536 36 ) common/woodclip -30 8 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -1226 3536 280 ) ( -1226 3552 280 ) ( -1210 3552 280 ) common/woodclip -30 8 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -1218 3536 1152 ) ( -1202 3536 1152 ) ( -1202 3536 0 ) common/woodclip -30 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -1210 3536 280 ) ( -1210 3552 280 ) ( -1210 3552 -872 ) common/woodclip -8 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -1202 3552 1152 ) ( -1218 3552 1152 ) ( -1218 3552 0 ) common/woodclip -30 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -1226 3552 1152 ) ( -1226 3536 1152 ) ( -1226 3536 0 ) common/woodclip -8 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +} +// brush 2491 +{ +( -690 3544 36 ) ( -706 3544 36 ) ( -706 3528 36 ) common/woodclip -30 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -714 3528 280 ) ( -714 3544 280 ) ( -698 3544 280 ) common/woodclip -30 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -706 3528 1152 ) ( -690 3528 1152 ) ( -690 3528 0 ) common/woodclip -30 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -698 3528 280 ) ( -698 3544 280 ) ( -698 3544 -872 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -690 3544 1152 ) ( -706 3544 1152 ) ( -706 3544 0 ) common/woodclip -30 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +( -714 3544 1152 ) ( -714 3528 1152 ) ( -714 3528 0 ) common/woodclip 0 0 0.00 1 1 536870912 16544 0 +surfaceparm detail +} +// brush 2492 +{ +( -4796 3252 8 ) ( -4200 2588 8 ) ( -4188 2600 8 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4296 2760 16 ) ( -4296 2760 24 ) ( -4924 3388 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4188 2600 24 ) ( -4200 2588 24 ) ( -4796 3252 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4180 2612 24 ) ( -4180 2612 16 ) ( -4808 3240 16 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4488 2952 16 ) ( -4492 2948 16 ) ( -4490 2950 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5120 3568 8 ) ( -5104 3568 8 ) ( -5112 3568 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2493 +{ +( -1940.724609 2510.225586 512 ) ( -1652.225586 2798.724609 512 ) ( -1239.275391 2385.774414 512 ) general_structure/plaster_wall2 -46 212 0.00 1 1 0 65536 0 +surfaceparm detail +( -812 2396 0 ) ( -812 2396 448 ) ( -812 2972 448 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1094 2640 24 ) ( -1090 2640 24 ) ( -1092 2640 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1066 3236 264 ) ( -1070 2388 264 ) ( -1062 2388 264 ) general_structure/plaster_wall2 -254 196 0.00 1 1 0 65536 0 +surfaceparm detail +( -1074 2624 232 ) ( -1082 2624 232 ) ( -1078 2624 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -912 2636 232 ) ( -912 2640 232 ) ( -912 2638 512 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 2494 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4407.109375 3835.955566 -4 -17.215271 -14.984201 ) ( -4512.044922 4037.905273 -4 -17.625175 -15.773067 ) ( -4526.187988 4151.033203 -4 -17.680422 -16.214973 ) ) +( ( -4277.740723 4001.494141 12 -16.709925 -15.630836 ) ( -4408.652344 4100.591797 84 -17.221298 -16.017937 ) ( -4487.044434 4210.797852 60 -17.527517 -16.448429 ) ) +( ( -4234.733398 4036.742676 20 -16.541927 -15.768526 ) ( -4353.166504 4140.115234 60 -17.004557 -16.172325 ) ( -4449.007324 4245.075684 42 -17.378935 -16.582327 ) ) +) + } + } +// brush 2495 +{ +( -3529.275391 3949.774414 -17 ) ( -3942.225586 4362.724609 -17 ) ( -4230.724609 4074.225586 -17 ) common/nodraw -44 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4286.724609 4066.225586 3 ) ( -3998.225586 4354.724609 3 ) ( -3585.275391 3941.774414 3 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4572 4300 -13 ) ( -4572 4300 3 ) ( -3836 3564 3 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4016 4720 3 ) ( -4016 4720 -13 ) ( -4336 4400 -13 ) common/nodraw -12 -13 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4444 4260 3 ) ( -4444 4260 -13 ) ( -3708 3524 -13 ) common/nodraw -12 -13 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4382 4738 -13 ) ( -4382 4738 3 ) ( -4702 4418 3 ) common/nodraw -12 -13 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2496 +{ +( -5732 3568 -16 ) ( -5732 3568 16.000017 ) ( -4916 3568 16.000019 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -5728 4396 0.000013 ) ( -5728 3548 16.000017 ) ( -5728 3548 -16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4424 4396 -16 ) ( -4400 4396 -16 ) ( -4412 4396 0 ) common/nodraw 16 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4400.000488 4396 -0.000024 ) ( -4912.000488 3548 15.999964 ) ( -5728 4396 -0.000024 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4992 4172 -16 ) ( -5728 4172 -16 ) ( -5728 3612 -16 ) common/nodraw 14 54 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5088 3616 -16 ) ( -5096 3608 -16 ) ( -5092 3612 15.321086 ) common/nodraw 15 53 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4668 4396 -16 ) ( -4664 4392 -16 ) ( -4666 4394 15.320726 ) common/nodraw 15 53 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2497 +{ +( -4872 3808 0 ) ( -5536 3212 0 ) ( -5524 3200 0 ) common/nodraw 36 18 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5364 3308 16 ) ( -5364 3308 24 ) ( -4736 3936 24 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5524 3200 24 ) ( -5536 3212 24 ) ( -4872 3808 24 ) central_europe/strtset_cew 228 84 -90.00 1 1 0 65536 0 +surfaceparm detail +( -5136 3568 32 ) ( -5136 3568 0 ) ( -4464 4240 0 ) central_europe/strtset_cew -83 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4372 4160 16 ) ( -4372 4160 24 ) ( -4388 4176 24 ) common/nodraw 48 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5136 3568 0 ) ( -5136 3568 32 ) ( -5104 3568 32 ) common/nodraw 36 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2498 +{ +( -3944 2376 16 ) ( -3944 2376 24 ) ( -3928 2392 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4796 3252 16 ) ( -4200 2588 16 ) ( -4188 2600 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4296 2760 16 ) ( -4296 2760 24 ) ( -4924 3388 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4188 2600 24 ) ( -4200 2588 24 ) ( -4796 3252 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4180 2612 24 ) ( -4180 2612 16 ) ( -4808 3240 16 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4492 2948 16 ) ( -4488 2952 16 ) ( -4490 2950 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2499 +{ +( -4160 2896 16 ) ( -4160 2896 24 ) ( -5024 3760 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4655.256836 3360.215820 16 ) ( -4726.598145 3295.979004 16 ) ( -4448.240234 2986.829590 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3748.743164 2066.491211 24 ) ( -4807.461426 3266.229004 24 ) ( -3724.962402 2087.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -4296 2760 24 ) ( -4296 2760 16 ) ( -5160 3624 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4768 3504 16 ) ( -4792 3480 16 ) ( -4780 3492 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5092 3568 16 ) ( -5072 3568 16 ) ( -5082 3568 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2500 +{ +( -4186 3974 16 ) ( -4186 3974 24 ) ( -4322 4110 24 ) common/nodraw 56 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5576 2824 16 ) ( -5576 2824 24 ) ( -4712 3688 24 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5112 3319 16 ) ( -5176 3391 16 ) ( -5485 3112 16 ) common/nodraw 56 40 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6406 2413 24 ) ( -5206 3471 24 ) ( -6384 2389 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5712 2960 24 ) ( -5712 2960 16 ) ( -4848 3824 16 ) common/nodraw -8 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5084 3568 16 ) ( -5104 3568 16 ) ( -5094 3568 24 ) common/nodraw 56 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2501 +{ +( -4746 3526 16 ) ( -4746 3526 24 ) ( -4882 3390 24 ) common/nodraw -8 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4121 2651 16 ) ( -4121 2651 24 ) ( -4985 3515 24 ) common/nodraw -8 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4535.256836 3240.215820 16 ) ( -4606.598145 3175.979004 16 ) ( -4328.240234 2866.829590 16 ) common/nodraw -8 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3628.743164 1946.491211 24 ) ( -4687.461426 3146.229004 24 ) ( -3604.962402 1967.903809 24 ) misc_outside/concpath1_wgrass -72 8 0.00 1 1 0 65536 0 +surfaceparm detail +( -4176 2640 24 ) ( -4176 2640 16 ) ( -5040 3504 16 ) common/nodraw -8 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4684 3396 16 ) ( -4708 3372 16 ) ( -4696 3384 24 ) common/nodraw -8 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2502 +{ +( -4992 4172 -16 ) ( -5728 4172 -16 ) ( -5728 3612 -16 ) common/nodraw 14 54 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 3612 0 ) ( -5728 4172 0 ) ( -4992 4172 0 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4172 0 ) ( -5728 3612 0 ) ( -5728 3612 -16 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4400 4396 -16 ) ( -4424 4396 -16 ) ( -4412 4396 0 ) common/nodraw 16 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4876 -16 ) ( -5720 4876 -16 ) ( -5724 4876 0 ) common/nodraw 16 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4796 4524 -16 ) ( -4792 4520 -16 ) ( -4794 4522 0 ) common/nodraw 16 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2503 +{ +( -4530.724609 4294.225586 448 ) ( -4242.225586 4582.724609 448 ) ( -3829.275391 4169.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3736 4264 432 ) ( -3736 4264 448 ) ( -4152 4680 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4528 4256 448 ) ( -4528 4256 432 ) ( -4232 4552 432 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4480 4288 0 ) ( -4482 4286 0 ) ( -4481 4287 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 4656 384 ) ( -4464 4285.999512 384 ) ( -4462 4285.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4316 4460 384 ) ( -4320 4464 384 ) ( -4318 4462 448 ) general_structure/plaster_wall3d -196 -76 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2504 +{ +( -4530.724609 4294.225586 448 ) ( -4242.225586 4582.724609 448 ) ( -3829.275391 4169.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4532 4260 448 ) ( -4532 4260 432 ) ( -4236 4556 432 ) ta_berlin/berlin_column 55 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -4480 4284 0 ) ( -4482 4286 0 ) ( -4481 4285 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4480 4288 0 ) ( -4482 4286 0 ) ( -4481 4287 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 4656 384 ) ( -4464 4285.999512 384 ) ( -4462 4285.999512 384 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -4320 4464 384 ) ( -4316 4460 384 ) ( -4318 4462 448 ) general_structure/plaster_wall3d -196 -76 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2505 +{ +( -5038.724609 4802.225586 448 ) ( -4750.225586 5090.724609 448 ) ( -4337.275391 4677.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4692 4420 0 ) ( -4692 4420 448 ) ( -4292 4820 448 ) ta_berlin/berlin_column 55 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4696 4440 0 ) ( -4692 4444 0 ) ( -4694 4442 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 4824 384 ) ( -4392 4432 384 ) ( -4376 4432 384 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -4492 4636 384 ) ( -4488 4632 384 ) ( -4490 4634 448 ) general_structure/plaster_wall2 -196 -76 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2506 +{ +( -5038.724609 4802.225586 448 ) ( -4750.225586 5090.724609 448 ) ( -4337.275391 4677.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4696 4424 0 ) ( -4696 4424 448 ) ( -4296 4824 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4820 0 ) ( -4304 4816 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4696 4440 0 ) ( -4692 4444 0 ) ( -4694 4442 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 4824 384 ) ( -4392 4432 384 ) ( -4376 4432 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4488 4632 384 ) ( -4492 4636 384 ) ( -4490 4634 448 ) general_structure/plaster_wall2 -196 -76 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2507 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4617.553223 3829.214844 4 14.957870 -0.015625 ) ( -4522.873535 4029.868652 4 15.741674 -0.015625 ) ( -4367.205078 4148.632813 4 16.205597 -0.015625 ) ) +( ( -4381.018555 3439.858398 88 13.436947 -0.343750 ) ( -4415.005859 4016.759766 188 15.690468 -0.734375 ) ( -4188.873535 4043.672852 188 15.795597 -0.734375 ) ) +( ( -4194.393555 3836.804199 212 14.987516 -0.828125 ) ( -4223.740723 3914.508789 180 15.291050 -0.703125 ) ( -4126.690918 3903.883301 212 15.249544 -0.828125 ) ) +) + } + } +// brush 2508 +{ +( -4330 4070 4 ) ( -4330 4070 452 ) ( -3930 4470 452 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3874 4402 436 ) ( -3874 4402 452 ) ( -4290 4818 452 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4618 4422 4 ) ( -4620 4424 4 ) ( -4619 4423 452 ) general_structure/plaster_wall3d -86 -20 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 4110 4 ) ( -4304 4112 4 ) ( -4305 4111 452 ) general_structure/plaster_wall3d -86 -20 0.00 1 1 0 65536 0 +surfaceparm detail +( -4578 4472 384 ) ( -4582 4102 384 ) ( -4574 4102 384 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4596 4102 448 ) ( -4595 4472 448 ) ( -4594 4102 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2509 +{ +( -3736 4264 432 ) ( -3736 4264 448 ) ( -4152 4680 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4528 4256 448 ) ( -4528 4256 432 ) ( -4232 4552 432 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4480 4288 0 ) ( -4482 4286 0 ) ( -4481 4287 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4452 4656 200 ) ( -4456 4285.999512 200 ) ( -4448 4285.999512 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 4285.999512 384 ) ( -4463 4656 384 ) ( -4462 4285.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4292 4460 200 ) ( -4300 4468 200 ) ( -4296 4464 384 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2510 +{ +( -3979.275391 4699.774414 200 ) ( -4392.225586 5112.724609 200 ) ( -4680.724609 4824.225586 200 ) general_structure/plaster_wall3d -38 214 0.00 1 1 0 65536 0 +surfaceparm detail +( -4334 4486 648 ) ( -4334 4486 200 ) ( -4674 4826 200 ) ta_berlin/berlinwall3a -197 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -4514 4606 648 ) ( -4514 4606 632 ) ( -4218 4902 632 ) general_structure/plaster_wall3d -214 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -4468 4636 200 ) ( -4466 4634 200 ) ( -4467 4635 648 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4606 4478 384 ) ( -4602 4816 384 ) ( -4598 4478 384 ) general_structure/plaster_wall3d -38 214 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4476 200 ) ( -4316 4468 200 ) ( -4312 4472 384 ) general_structure/plaster_wall3d -214 176 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2511 +{ +( -4530.724609 4294.225586 448 ) ( -4242.225586 4582.724609 448 ) ( -3829.275391 4169.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4180 3960 448 ) ( -4180 3960 0 ) ( -4520 4300 0 ) ta_berlin/berlin_column 55 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4528 4264 448 ) ( -4528 4264 432 ) ( -4232 4560 432 ) ta_berlin/berlin_column 55 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -4620 4424 0 ) ( -4618 4422 0 ) ( -4619 4423 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 4294 384 ) ( -4464 3956 384 ) ( -4462 3956 384 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 2512 +{ +( -4696 4424 448 ) ( -4696 4424 0 ) ( -5036 4764 0 ) ta_berlin/berlin_column 23 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -4696 4424 0 ) ( -4696 4424 448 ) ( -4296 4824 448 ) ta_berlin/berlin_column 23 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5036 4764 448 ) ( -5036 4764 432 ) ( -4740 5060 432 ) ta_berlin/berlin_column 23 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5020 4764 0 ) ( -5016 4760 0 ) ( -5018 4762 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4410 4772 184 ) ( -4416 4424 184 ) ( -4404 4424 184 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +( -4420 4424 200 ) ( -4416 4772 200 ) ( -4412 4424 200 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2513 +{ +( -4696 4424 0 ) ( -4696 4424 448 ) ( -4296 4824 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4244 4772 432 ) ( -4244 4772 448 ) ( -4660 5188 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5036 4764 448 ) ( -5036 4764 432 ) ( -4740 5060 432 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4304 4816 0 ) ( -4308 4820 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4410 5164 184 ) ( -4416 4816 184 ) ( -4404 4816 184 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4420 4816 200 ) ( -4416 5164 200 ) ( -4412 4816 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2514 +{ +( -4696 4424 0 ) ( -4696 4424 448 ) ( -4296 4824 448 ) ta_berlin/berlin_column 23 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4308 4820 0 ) ( -4304 4816 0 ) ( -4306 4818 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4696 4440 0 ) ( -4692 4444 0 ) ( -4694 4442 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4410 4824 184 ) ( -4416 4432 184 ) ( -4404 4432 184 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +( -4420 4432 200 ) ( -4416 4824 200 ) ( -4412 4432 200 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2515 +{ +( -5036 4764 448 ) ( -5036 4764 432 ) ( -4740 5060 432 ) ta_berlin/berlin_column 23 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4308 4820 0 ) ( -4304 4816 0 ) ( -4306 4818 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -5016 4768 0 ) ( -5020 4764 0 ) ( -5018 4766 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4410 5156 184 ) ( -4416 4764 184 ) ( -4404 4764 184 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +( -4420 4764 200 ) ( -4416 5156 200 ) ( -4412 4764 200 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2516 +{ +( -4329.275391 4685.774414 0 ) ( -4742.225586 5098.724609 0 ) ( -5030.724609 4810.225586 0 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4766 4490 0 ) ( -4766 4490 448 ) ( -4366 4890 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4244 4772 432 ) ( -4244 4772 448 ) ( -4660 5188 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5036 4764 448 ) ( -5036 4764 432 ) ( -4740 5060 432 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4336 4848 0 ) ( -4340 4852 0 ) ( -4338 4850 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 4816 184 ) ( -4410 5164 184 ) ( -4404 4816 184 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2517 +{ +( -4329.275391 4685.774414 -8 ) ( -4742.225586 5098.724609 -8 ) ( -5030.724609 4810.225586 -8 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -5016 4744 -8 ) ( -5020 4748 -8 ) ( -5018 4746 440 ) central_europe/strtset_cew -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4836 -8 ) ( -4304 4832 -8 ) ( -4306 4834 440 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4692 4428 -8 ) ( -4696 4424 -8 ) ( -4694 4426 440 ) central_europe/strtset_cew -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5020 4780 -8 ) ( -5016 4784 -8 ) ( -5018 4782 440 ) central_europe/strtset_cew -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4396 4440 0 ) ( -4390 5148 0 ) ( -4384 4440 0 ) central_europe/strtset_cew -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2518 +{ +( -4329.275391 4685.774414 0 ) ( -4742.225586 5098.724609 0 ) ( -5030.724609 4810.225586 0 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -5036 4764 448 ) ( -5036 4764 432 ) ( -4740 5060 432 ) ta_berlin/berlinwall3a 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4820 0 ) ( -4304 4816 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4768 0 ) ( -5020 4764 0 ) ( -5018 4766 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 4764 184 ) ( -4410 5156 184 ) ( -4404 4764 184 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2519 +{ +( -5038.724609 4802.225586 448 ) ( -4750.225586 5090.724609 448 ) ( -4337.275391 4677.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4700 4420 448 ) ( -4700 4420 0 ) ( -5040 4760 0 ) ta_berlin/berlin_column 55 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -4692 4420 0 ) ( -4692 4420 448 ) ( -4292 4820 448 ) ta_berlin/berlin_column 55 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5040 4768 448 ) ( -5040 4768 432 ) ( -4744 5064 432 ) ta_berlin/berlin_column 55 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5020 4764 0 ) ( -5016 4760 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 4772 384 ) ( -4392 4424 384 ) ( -4376 4424 384 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 2520 +{ +( -4696 4424 0 ) ( -4696 4424 448 ) ( -4296 4824 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4244 4772 432 ) ( -4244 4772 448 ) ( -4660 5188 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5036 4764 448 ) ( -5036 4764 432 ) ( -4740 5060 432 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4304 4816 0 ) ( -4308 4820 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 5164 200 ) ( -4420 4816 200 ) ( -4412 4816 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4392 4816 384 ) ( -4384 5164 384 ) ( -4376 4816 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2521 +{ +( -5038.724609 4802.225586 448 ) ( -4750.225586 5090.724609 448 ) ( -4337.275391 4677.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4696 4424 0 ) ( -4696 4424 448 ) ( -4296 4824 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4244 4772 432 ) ( -4244 4772 448 ) ( -4660 5188 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5036 4764 448 ) ( -5036 4764 432 ) ( -4740 5060 432 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4304 4816 0 ) ( -4308 4820 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 5164 384 ) ( -4392 4816 384 ) ( -4376 4816 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2522 +{ +( -5038.724609 4802.225586 448 ) ( -4750.225586 5090.724609 448 ) ( -4337.275391 4677.774414 448 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4820 0 ) ( -4304 4816 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4692 4444 0 ) ( -4696 4440 0 ) ( -4694 4442 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5020 4764 0 ) ( -5016 4768 0 ) ( -5018 4766 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 5148 384 ) ( -4392 4440 384 ) ( -4376 4440 384 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2523 +{ +( -5036 4764 448 ) ( -5036 4764 432 ) ( -4740 5060 432 ) ta_berlin/berlinwall3a 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4820 0 ) ( -4304 4816 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4768 0 ) ( -5020 4764 0 ) ( -5018 4766 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 5156 200 ) ( -4420 4764 200 ) ( -4412 4764 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4392 4764 384 ) ( -4384 5156 384 ) ( -4376 4764 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2524 +{ +( -5038.724609 4802.225586 448 ) ( -4750.225586 5090.724609 448 ) ( -4337.275391 4677.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5040 4768 448 ) ( -5040 4768 432 ) ( -4744 5064 432 ) ta_berlin/berlin_column 55 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4820 0 ) ( -4304 4816 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5016 4768 0 ) ( -5020 4764 0 ) ( -5018 4766 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 5156 384 ) ( -4392 4764 384 ) ( -4376 4764 384 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 2525 +{ +( -4176 3964 448 ) ( -4176 3964 0 ) ( -4516 4304 0 ) ta_berlin/berlin_column 23 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -4316 4084 0 ) ( -4316 4084 448 ) ( -3916 4484 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4528 4256 448 ) ( -4528 4256 432 ) ( -4232 4552 432 ) ta_berlin/berlin_column 23 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4284 0 ) ( -4481 4285 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4444 4294 184 ) ( -4448 3956 184 ) ( -4440 3956 184 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +( -4456 3956 200 ) ( -4452 4294 200 ) ( -4448 3956 200 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2526 +{ +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) general_structure/plaster_wall3d -86 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3874 4402 432 ) ( -3874 4402 448 ) ( -4290 4818 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4618 4422 0 ) ( -4620 4424 0 ) ( -4619 4423 448 ) general_structure/plaster_wall3d -86 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 4110 0 ) ( -4304 4112 0 ) ( -4305 4111 448 ) general_structure/plaster_wall3d -86 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4582 4472 184 ) ( -4586 4102 184 ) ( -4578 4102 184 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4594 4102 200 ) ( -4590 4472 200 ) ( -4586 4102 200 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2527 +{ +( -3736 4264 432 ) ( -3736 4264 448 ) ( -4152 4680 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4528 4256 448 ) ( -4528 4256 432 ) ( -4232 4552 432 ) ta_berlin/berlin_column 23 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -4480 4284 0 ) ( -4482 4286 0 ) ( -4481 4285 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4480 4288 0 ) ( -4482 4286 0 ) ( -4481 4287 448 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4444 4656 184 ) ( -4448 4286 184 ) ( -4440 4286 184 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4456 4285.999512 200 ) ( -4452 4656 200 ) ( -4448 4285.999512 200 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2528 +{ +( -3866 4394 432 ) ( -3866 4394 448 ) ( -4282 4810 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4288 0 ) ( -4481 4287 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4300 4116 0 ) ( -4302 4114 0 ) ( -4301 4115 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4126 4638 0 ) ( -4128 4640 0 ) ( -4127 4639 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4444 4648 184 ) ( -4448 4325.999512 184 ) ( -4440 4325.999512 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4456 4325.999512 200 ) ( -4452 4648 200 ) ( -4448 4325.999512 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2529 +{ +( -4316 4468 448 ) ( -4316 4468 0 ) ( -4484 4636 0 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4316 4468 0 ) ( -4316 4468 448 ) ( -4128 4656 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4692 4428 448 ) ( -4692 4428 432 ) ( -4396 4724 432 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4316 4484 0 ) ( -4314 4482 0 ) ( -4315 4483 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4444 4644 184 ) ( -4448 4468 184 ) ( -4440 4468 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4456 4468 200 ) ( -4452 4644 200 ) ( -4448 4468 200 ) general_structure/floor4 -125 184 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2530 +{ +( -4316 4468 0 ) ( -4316 4468 448 ) ( -4128 4656 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4314 4482 0 ) ( -4316 4484 0 ) ( -4315 4483 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4476 4644 0 ) ( -4474 4646 0 ) ( -4475 4645 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4296 4808 0 ) ( -4294 4806 0 ) ( -4295 4807 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4444 4808 184 ) ( -4448 4476 184 ) ( -4440 4476 184 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4456 4476 200 ) ( -4452 4808 200 ) ( -4448 4476 200 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2531 +{ +( -4316 4468 0 ) ( -4316 4468 448 ) ( -4128 4656 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3900 4428 432 ) ( -3900 4428 448 ) ( -4316 4844 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4468 4636 0 ) ( -4466 4638 0 ) ( -4467 4637 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4294 4806 0 ) ( -4296 4808 0 ) ( -4295 4807 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4444 4816 184 ) ( -4448 4647.999512 184 ) ( -4440 4647.999512 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4456 4647.999512 200 ) ( -4452 4816 200 ) ( -4448 4647.999512 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2532 +{ +( -3821.275391 4177.774414 -8 ) ( -4234.225586 4590.724609 -8 ) ( -4522.724609 4302.225586 -8 ) common/nodraw -4 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4496 4284 -8 ) ( -4498 4286 -8 ) ( -4497 4285 440 ) common/nodraw -12 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4498 4286 -8 ) ( -4496 4288 -8 ) ( -4497 4287 440 ) common/nodraw -12 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4278 4122 -8 ) ( -4280 4120 -8 ) ( -4279 4121 440 ) common/nodraw -12 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4119 4647 -8 ) ( -4117 4645 -8 ) ( -4118 4646 440 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4446 3972 0 ) ( -4442 4640 0 ) ( -4438 3972 0 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2533 +{ +( -3821.275391 4177.774414 0 ) ( -4234.225586 4590.724609 0 ) ( -4522.724609 4302.225586 0 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -3866 4394 432 ) ( -3866 4394 448 ) ( -4282 4810 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4288 0 ) ( -4481 4287 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4300 4116 0 ) ( -4302 4114 0 ) ( -4301 4115 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4126 4638 0 ) ( -4128 4640 0 ) ( -4127 4639 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4448 4325.999512 184 ) ( -4444 4648 184 ) ( -4440 4325.999512 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2534 +{ +( -3985.275391 4349.774414 0 ) ( -4398.225586 4762.724609 0 ) ( -4686.724609 4474.225586 0 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4316 4468 448 ) ( -4316 4468 0 ) ( -4484 4636 0 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4300 4468 184 ) ( -4300 4468 0 ) ( -4316 4468 0 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4692 4428 448 ) ( -4692 4428 432 ) ( -4396 4724 432 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4300 4468 0 ) ( -4300 4468 184 ) ( -4476 4644 184 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4448 4468 184 ) ( -4444 4644 184 ) ( -4440 4468 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2535 +{ +( -3985.275391 4349.774414 -8 ) ( -4398.225586 4762.724609 -8 ) ( -4686.724609 4474.225586 -8 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4316 4468 -8 ) ( -4316 4468 440 ) ( -4128 4656 440 ) general_structure/plaster_wall3d -204 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4330 4482 -8 ) ( -4332 4484 -8 ) ( -4331 4483 440 ) general_structure/plaster_wall3d -204 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4484 4636 -8 ) ( -4482 4638 -8 ) ( -4483 4637 440 ) general_structure/plaster_wall3d -204 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4288 4816 -8 ) ( -4286 4814 -8 ) ( -4287 4815 440 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4443 4476 0 ) ( -4439 4808 0 ) ( -4435 4476 0 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2536 +{ +( -3985.275391 4349.774414 0 ) ( -4398.225586 4762.724609 0 ) ( -4686.724609 4474.225586 0 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4460 0 ) ( -4308 4460 448 ) ( -4120 4648 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3900 4428 432 ) ( -3900 4428 448 ) ( -4316 4844 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4476 4644 0 ) ( -4474 4646 0 ) ( -4475 4645 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4294 4806 0 ) ( -4296 4808 0 ) ( -4295 4807 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4448 4647.999512 184 ) ( -4444 4816 184 ) ( -4440 4647.999512 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2537 +{ +( -4330 4070 0 ) ( -4330 4070 448 ) ( -3930 4470 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3874 4402 432 ) ( -3874 4402 448 ) ( -4290 4818 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4618 4422 0 ) ( -4620 4424 0 ) ( -4619 4423 448 ) general_structure/plaster_wall3d -86 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4306 4110 0 ) ( -4304 4112 0 ) ( -4305 4111 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4590 4472 200 ) ( -4594 4102 200 ) ( -4586 4102 200 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +( -4602 4102 384 ) ( -4601 4472 384 ) ( -4600 4102 384 ) general_structure/plaster_wall3d -58 86 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2538 +{ +( -4530.724609 4294.225586 448 ) ( -4242.225586 4582.724609 448 ) ( -3829.275391 4169.774414 448 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -4480 4284 0 ) ( -4482 4286 0 ) ( -4481 4285 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4288 0 ) ( -4481 4287 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4258 4158 0 ) ( -4260 4156 0 ) ( -4259 4157 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4128 4640 0 ) ( -4126 4638 0 ) ( -4127 4639 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 4640 384 ) ( -4464 3972 384 ) ( -4462 3972 384 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2539 +{ +( -3866 4394 432 ) ( -3866 4394 448 ) ( -4282 4810 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4288 0 ) ( -4481 4287 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4300 4116 0 ) ( -4302 4114 0 ) ( -4301 4115 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4126 4638 0 ) ( -4128 4640 0 ) ( -4127 4639 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4452 4648 200 ) ( -4456 4325.999512 200 ) ( -4448 4325.999512 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 4325.999512 384 ) ( -4463 4648 384 ) ( -4462 4325.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2540 +{ +( -4530.724609 4294.225586 448 ) ( -4242.225586 4582.724609 448 ) ( -3829.275391 4169.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3866 4394 432 ) ( -3866 4394 448 ) ( -4282 4810 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4288 0 ) ( -4481 4287 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4300 4116 0 ) ( -4302 4114 0 ) ( -4301 4115 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4126 4638 0 ) ( -4128 4640 0 ) ( -4127 4639 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 4648 384 ) ( -4464 4325.999512 384 ) ( -4462 4325.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2541 +{ +( -4694.724609 4466.225586 448 ) ( -4406.225586 4754.724609 448 ) ( -3993.275391 4341.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4320 4464 448 ) ( -4320 4464 0 ) ( -4488 4632 0 ) ta_berlin/berlin_column 55 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -4316 4468 0 ) ( -4316 4468 448 ) ( -4128 4656 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4692 4428 448 ) ( -4692 4428 432 ) ( -4396 4724 432 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4316 4484 0 ) ( -4314 4482 0 ) ( -4315 4483 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 4644 384 ) ( -4464 4468 384 ) ( -4462 4468 384 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 2542 +{ +( -3900 4428 432 ) ( -3900 4428 448 ) ( -4316 4844 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4692 4428 448 ) ( -4692 4428 432 ) ( -4396 4724 432 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4314 4482 0 ) ( -4316 4484 0 ) ( -4315 4483 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4466 4638 0 ) ( -4468 4636 0 ) ( -4467 4637 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4452 4824 200 ) ( -4456 4635.999512 200 ) ( -4448 4635.999512 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 4635.999512 384 ) ( -4463 4824 384 ) ( -4462 4635.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2543 +{ +( -4694.724609 4466.225586 448 ) ( -4406.225586 4754.724609 448 ) ( -3993.275391 4341.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3900 4428 432 ) ( -3900 4428 448 ) ( -4316 4844 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4692 4428 448 ) ( -4692 4428 432 ) ( -4396 4724 432 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4314 4482 0 ) ( -4316 4484 0 ) ( -4315 4483 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4466 4638 0 ) ( -4468 4636 0 ) ( -4467 4637 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 4824 384 ) ( -4464 4635.999512 384 ) ( -4462 4635.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2544 +{ +( -4694.724609 4466.225586 448 ) ( -4406.225586 4754.724609 448 ) ( -3993.275391 4341.774414 448 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -4316 4468 0 ) ( -4316 4468 448 ) ( -4128 4656 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4314 4482 0 ) ( -4316 4484 0 ) ( -4315 4483 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4468 4636 0 ) ( -4466 4638 0 ) ( -4467 4637 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4296 4808 0 ) ( -4294 4806 0 ) ( -4295 4807 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 4808 384 ) ( -4464 4476 384 ) ( -4462 4476 384 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2545 +{ +( -4316 4468 0 ) ( -4316 4468 448 ) ( -4128 4656 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3900 4428 432 ) ( -3900 4428 448 ) ( -4316 4844 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4468 4636 0 ) ( -4466 4638 0 ) ( -4467 4637 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4294 4806 0 ) ( -4296 4808 0 ) ( -4295 4807 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4452 4816 200 ) ( -4456 4647.999512 200 ) ( -4448 4647.999512 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 4647.999512 384 ) ( -4463 4816 384 ) ( -4462 4647.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2546 +{ +( -4694.724609 4466.225586 448 ) ( -4406.225586 4754.724609 448 ) ( -3993.275391 4341.774414 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4316 4468 0 ) ( -4316 4468 448 ) ( -4128 4656 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3900 4428 432 ) ( -3900 4428 448 ) ( -4316 4844 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4468 4636 0 ) ( -4466 4638 0 ) ( -4467 4637 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4294 4806 0 ) ( -4296 4808 0 ) ( -4295 4807 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 4816 384 ) ( -4464 4647.999512 384 ) ( -4462 4647.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2547 +{ +( -4476.880859 4624.740723 -8 ) ( -4649.291016 4469.502930 -8 ) ( -4488.698730 4291.146973 -8 ) common/nodraw -20 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4497.405762 4303.039063 168 ) ( -4657.996582 4481.393066 168 ) ( -4485.587891 4636.631348 168 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4484 4300 -16 ) ( -4484 4300 88 ) ( -4316 4468 88 ) general_structure/concretewall2 -156 -40 0.00 1 1 0 0 0 +surfaceparm detail +( -4316 4468 -16 ) ( -4316 4468 88 ) ( -4484 4636 88 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4652 4468 88 ) ( -4652 4468 -16 ) ( -4484 4636 -16 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4484 4300 88 ) ( -4484 4300 -16 ) ( -4652 4468 -16 ) ta_berlin/berlinwall3a -197 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +} +// brush 2548 +{ +( -4508 4288 416 ) ( -4508 4288 -32 ) ( -4848 4628 -32 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4512 4272 -32 ) ( -4512 4272 416 ) ( -4112 4672 416 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4690 4430 416 ) ( -4690 4430 400 ) ( -4394 4726 400 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4648 4464 -32 ) ( -4646 4462 -32 ) ( -4647 4463 416 ) mohcommon/beam2 -76 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -4610 4472 152 ) ( -4614 4134 152 ) ( -4606 4134 152 ) mohcommon/beam2 -68 12 0.00 1 1 0 16384 0 +surfaceparm detail +( -4622 4134 168 ) ( -4618 4472 168 ) ( -4614 4134 168 ) general_structure/beam_wood1 -5 -3 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2549 +{ +( -4514 4606.000488 648 ) ( -4514 4606.000488 200 ) ( -4854 4266 200 ) ta_berlin/berlinwall3a 0 28 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -4836 4300 200 ) ( -4834 4302 200 ) ( -4835 4301 648 ) general_structure/plaster_wall2 -184 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4505.999512 4333.999512 384 ) ( -4844.000977 4338 384 ) ( -4506 4342 384 ) general_structure/plaster_wall2 -176 184 0.00 1 1 0 65536 0 +surfaceparm detail +( -4610.000977 4510 200 ) ( -4618 4518.000488 200 ) ( -4614 4513.999512 384 ) general_structure/plaster_wall2 -184 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4561.999023 4574 200 ) ( -4554 4565.999512 200 ) ( -4558 4570.000488 384 ) general_structure/plaster_wall2 -184 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4618 4536 336 ) ( -4550.000488 4530.000488 336 ) ( -4550 4542 336 ) general_structure/plaster_wall2 -176 184 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2550 +{ +( -4707.774414 4980.725098 200 ) ( -5120.724609 4567.774414 200 ) ( -4832.225586 4279.274902 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4494 4626.000488 648 ) ( -4494 4626.000488 200 ) ( -4834 4286 200 ) ta_berlin/berlinwall3a 0 28 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -4274.000488 4786 200 ) ( -4274.000488 4786 648 ) ( -4674 5186 648 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4816 4320 200 ) ( -4814 4322 200 ) ( -4815 4321 648 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4485.999512 4353.999512 384 ) ( -4824.000977 4358 384 ) ( -4486 4362 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4558 4569.999512 200 ) ( -4565.999023 4578 200 ) ( -4562 4574.000488 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2551 +{ +( -3821.275391 4177.774414 0 ) ( -4234.225586 4590.724609 0 ) ( -4522.724609 4302.225586 0 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4176 3964 448 ) ( -4176 3964 0 ) ( -4516 4304 0 ) ta_berlin/berlinwall3b -169 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4284 0 ) ( -4481 4285 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4448 3956 184 ) ( -4444 4294 184 ) ( -4440 3956 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4292 4108 0 ) ( -4300 4100 0 ) ( -4296 4104 184 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4376 4164 0 ) ( -4368 4172 0 ) ( -4372 4168 184 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2552 +{ +( -3821.275391 4177.774414 0 ) ( -4234.225586 4590.724609 0 ) ( -4522.724609 4302.225586 0 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4176 3964 448 ) ( -4176 3964 0 ) ( -4516 4304 0 ) ta_berlin/berlinwall3b -169 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +( -4528 4256 448 ) ( -4528 4256 432 ) ( -4232 4552 432 ) ta_berlin/berlinwall3a -197 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4284 0 ) ( -4481 4285 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4448 3956 184 ) ( -4444 4294 184 ) ( -4440 3956 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4412 4216 0 ) ( -4420 4208 0 ) ( -4416 4212 184 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2553 +{ +( -4176 3964 448 ) ( -4176 3964 0 ) ( -4516 4304 0 ) ta_berlin/berlinwall3b -169 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4284 0 ) ( -4481 4285 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4448 3956 184 ) ( -4444 4294 184 ) ( -4440 3956 184 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4418 4210 0 ) ( -4410 4218 0 ) ( -4414 4214 184 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4364 4176 0 ) ( -4372 4168 0 ) ( -4368 4172 184 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 4168 148 ) ( -4388 4116 148 ) ( -4380 4116 148 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2554 +{ +( -3821.275391 4177.774414 0 ) ( -4234.225586 4590.724609 0 ) ( -4522.724609 4302.225586 0 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4176 3964 448 ) ( -4176 3964 0 ) ( -4516 4304 0 ) ta_berlin/berlinwall3b -169 4 0.00 0.650000 0.750000 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4284 0 ) ( -4481 4285 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4418 4210 0 ) ( -4410 4218 0 ) ( -4414 4214 184 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4364 4176 0 ) ( -4372 4168 0 ) ( -4368 4172 184 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4400 4116 48 ) ( -4396 4168 48 ) ( -4392 4116 48 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2555 +{ +( -4176 3964 448 ) ( -4176 3964 0 ) ( -4516 4304 0 ) ta_berlin/berlinwall3b -16 28 0.00 0.640000 0.700000 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4284 0 ) ( -4481 4285 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4452 4294 200 ) ( -4456 3956 200 ) ( -4448 3956 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 3956 384 ) ( -4463 4294 384 ) ( -4462 3956 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4370 4170 200 ) ( -4368 4172 200 ) ( -4369 4171 384 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4290 4110 200 ) ( -4294 4106 200 ) ( -4292 4108 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2556 +{ +( -4176 3964 448 ) ( -4176 3964 0 ) ( -4516 4304 0 ) ta_berlin/berlinwall3b -16 28 0.00 0.640000 0.700000 0 65536 0 +surfaceparm detail +( -4528 4256 448 ) ( -4528 4256 432 ) ( -4232 4552 432 ) ta_berlin/berlinwall3a -197 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4284 0 ) ( -4481 4285 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4452 4294 200 ) ( -4456 3956 200 ) ( -4448 3956 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 3956 384 ) ( -4463 4294 384 ) ( -4462 3956 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4414 4218 200 ) ( -4416 4216 200 ) ( -4415 4217 384 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2557 +{ +( -4176 3964 448 ) ( -4176 3964 0 ) ( -4516 4304 0 ) ta_berlin/berlinwall3b -16 28 0.00 0.640000 0.700000 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4284 0 ) ( -4481 4285 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 3956 384 ) ( -4463 4294 384 ) ( -4462 3956 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 4216 200 ) ( -4414 4218 200 ) ( -4415 4217 384 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4368 4172 200 ) ( -4370 4170 200 ) ( -4369 4171 384 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4380 4218 336 ) ( -4384 4164 336 ) ( -4376 4164 336 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2558 +{ +( -4176 3964 448 ) ( -4176 3964 0 ) ( -4516 4304 0 ) ta_berlin/berlinwall3b -16 28 0.00 0.640000 0.700000 0 65536 0 +surfaceparm detail +( -4482 4286 0 ) ( -4480 4284 0 ) ( -4481 4285 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4452 4294 200 ) ( -4456 3956 200 ) ( -4448 3956 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 4216 200 ) ( -4414 4218 200 ) ( -4415 4217 384 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4368 4172 200 ) ( -4370 4170 200 ) ( -4369 4171 384 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4390 4164 240 ) ( -4386 4218 240 ) ( -4382 4164 240 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2559 +{ +( -4704 4432 448 ) ( -4704 4432 0 ) ( -5044 4772 0 ) ta_berlin/berlinwall3b -123 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -5010 4754 0 ) ( -5008 4752 0 ) ( -5009 4753 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4980 4762 200 ) ( -4984 4424 200 ) ( -4976 4424 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4944 4684 200 ) ( -4942 4686 200 ) ( -4943 4685 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4896 4640 200 ) ( -4898 4638 200 ) ( -4897 4639 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4918 4632 240 ) ( -4914 4686 240 ) ( -4910 4632 240 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2560 +{ +( -4704 4432 448 ) ( -4704 4432 0 ) ( -5044 4772 0 ) ta_berlin/berlinwall3b -169 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -5010 4754 0 ) ( -5008 4752 0 ) ( -5009 4753 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4980 4762 200 ) ( -4984 4424 200 ) ( -4976 4424 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4810 4546 200 ) ( -4806 4550 200 ) ( -4808 4548 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4762 4504 200 ) ( -4764 4502 200 ) ( -4763 4503 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4918 4497 240 ) ( -4914 4550 240 ) ( -4910 4497 240 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2561 +{ +( -4704 4432 448 ) ( -4704 4432 0 ) ( -5044 4772 0 ) ta_berlin/berlinwall3b -123 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -5010 4754 0 ) ( -5008 4752 0 ) ( -5009 4753 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4992 4424 384 ) ( -4991 4762 384 ) ( -4990 4424 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4944 4684 200 ) ( -4942 4686 200 ) ( -4943 4685 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4896 4640 200 ) ( -4898 4638 200 ) ( -4897 4639 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4908 4686 336 ) ( -4912 4632 336 ) ( -4904 4632 336 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2562 +{ +( -4704 4432 448 ) ( -4704 4432 0 ) ( -5044 4772 0 ) ta_berlin/berlinwall3b -169 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -5010 4754 0 ) ( -5008 4752 0 ) ( -5009 4753 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4992 4424 384 ) ( -4991 4762 384 ) ( -4990 4424 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4810 4546 200 ) ( -4806 4550 200 ) ( -4808 4548 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4762 4504 200 ) ( -4764 4502 200 ) ( -4763 4503 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4908 4550 336 ) ( -4912 4497 336 ) ( -4904 4497 336 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2563 +{ +( -4696 4424 448 ) ( -4696 4424 0 ) ( -5036 4764 0 ) ta_berlin/berlinwall3b -123 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -5036 4764 448 ) ( -5036 4764 432 ) ( -4740 5060 432 ) ta_berlin/berlinwall3a 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5020 4764 0 ) ( -5016 4760 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 4772 200 ) ( -4420 4424 200 ) ( -4412 4424 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4392 4424 384 ) ( -4384 4772 384 ) ( -4376 4424 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4942 4686 200 ) ( -4950 4678 200 ) ( -4946 4682 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2564 +{ +( -4696 4424 448 ) ( -4696 4424 0 ) ( -5036 4764 0 ) ta_berlin/berlinwall3b -169 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -4696 4424 0 ) ( -4696 4424 448 ) ( -4296 4824 448 ) ta_berlin/berlinwall3a 0 28 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5020 4764 0 ) ( -5016 4760 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 4772 200 ) ( -4420 4424 200 ) ( -4412 4424 200 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4392 4424 384 ) ( -4384 4772 384 ) ( -4376 4424 384 ) general_structure/plaster_wall2 -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4776 4490 200 ) ( -4768 4498 200 ) ( -4772 4494 384 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2565 +{ +( -4528 4256 448 ) ( -4528 4256 432 ) ( -4232 4552 432 ) ta_berlin/berlinwall3a -197 28 0.00 0.650000 0.700000 0 65536 0 +surfaceparm detail +( -4480 4284 0 ) ( -4482 4286 0 ) ( -4481 4285 448 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4480 4288 0 ) ( -4482 4286 0 ) ( -4481 4287 448 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4452 4656 200 ) ( -4456 4285.999512 200 ) ( -4448 4285.999512 200 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4464 4285.999512 384 ) ( -4463 4656 384 ) ( -4462 4285.999512 384 ) general_structure/plaster_wall3d -196 204 0.00 1 1 0 65536 0 +surfaceparm detail +( -4431 4353 200 ) ( -4429 4351 200 ) ( -4430 4352 384 ) general_structure/plaster_wall3d -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2566 +{ +( -4796.774414 4891.725098 200 ) ( -5209.724609 4478.774414 200 ) ( -4921.225586 4190.274902 200 ) general_structure/plaster_wall2 -107 115 0.00 1 1 0 65536 0 +surfaceparm detail +( -4583 4537.000488 648 ) ( -4583 4537.000488 200 ) ( -4923 4197 200 ) ta_berlin/berlinwall3a 0 28 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -4581.000488 4481 200 ) ( -4581.000488 4481 648 ) ( -4981 4881 648 ) general_structure/plaster_wall2 -115 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4905 4231 200 ) ( -4903 4233 200 ) ( -4904 4232 648 ) general_structure/plaster_wall2 -115 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4574.999512 4264.999512 384 ) ( -4913.000977 4269 384 ) ( -4575 4273 384 ) general_structure/plaster_wall2 -107 115 0.00 1 1 0 65536 0 +surfaceparm detail +( -4690 4433.999512 200 ) ( -4697.999023 4442 200 ) ( -4694 4438.000488 384 ) general_structure/plaster_wall2 -115 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2567 +{ +( -4480 4284 0 ) ( -4482 4286 0 ) ( -4481 4285 448 ) common/nodraw -12 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4246 4154 0 ) ( -4248 4152 0 ) ( -4247 4153 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4128 4640 0 ) ( -4126 4638 0 ) ( -4127 4639 448 ) common/nodraw -12 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4444 4640 184 ) ( -4448 3972 184 ) ( -4440 3972 184 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4456 3972 200 ) ( -4452 4640 200 ) ( -4448 3972 200 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4420 4348 184 ) ( -4408 4360 184 ) ( -4414 4354 200 ) general_structure/floor4 -138 -172 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2568 +{ +( -4612 4580 0 ) ( -4620 4580 0 ) ( -4620 4536 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4620 4536 8 ) ( -4620 4580 8 ) ( -4612 4580 8 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4600 4536 0 ) ( -4600 4536 12 ) ( -4592 4544 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4608 4564 0 ) ( -4608 4564 12 ) ( -4636 4592 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4640 4596 0 ) ( -4640 4596 12 ) ( -4648 4588 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4604 4544 12 ) ( -4604 4544 0 ) ( -4632 4572 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2569 +{ +( -4604 4588 0 ) ( -4612 4588 0 ) ( -4612 4544 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4612 4544 16 ) ( -4612 4588 16 ) ( -4604 4588 16 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4592 4544 0 ) ( -4592 4544 12 ) ( -4584 4552 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4600 4572 0 ) ( -4600 4572 12 ) ( -4628 4600 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4632 4604 0 ) ( -4632 4604 12 ) ( -4640 4596 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4608 4564 12 ) ( -4608 4564 0 ) ( -4636 4592 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2570 +{ +( -4596 4596 0 ) ( -4604 4596 0 ) ( -4604 4552 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4604 4552 24 ) ( -4604 4596 24 ) ( -4596 4596 24 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4584 4552 0 ) ( -4584 4552 12 ) ( -4576 4560 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4592 4580 0 ) ( -4592 4580 12 ) ( -4620 4608 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4624 4612 0 ) ( -4624 4612 12 ) ( -4632 4604 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4600 4572 12 ) ( -4600 4572 0 ) ( -4628 4600 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2571 +{ +( -4588 4604 0 ) ( -4596 4604 0 ) ( -4596 4560 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4596 4560 32 ) ( -4596 4604 32 ) ( -4588 4604 32 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4576 4560 0 ) ( -4576 4560 12 ) ( -4568 4568 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4584 4588 0 ) ( -4584 4588 12 ) ( -4612 4616 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4616 4620 0 ) ( -4616 4620 12 ) ( -4624 4612 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4592 4580 12 ) ( -4592 4580 0 ) ( -4620 4608 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2572 +{ +( -4580 4612 0 ) ( -4588 4612 0 ) ( -4588 4568 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4588 4568 40 ) ( -4588 4612 40 ) ( -4580 4612 40 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4568 4568 0 ) ( -4568 4568 12 ) ( -4560 4576 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4576 4596 0 ) ( -4576 4596 12 ) ( -4604 4624 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4608 4628 0 ) ( -4608 4628 12 ) ( -4616 4620 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4584 4588 12 ) ( -4584 4588 0 ) ( -4612 4616 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2573 +{ +( -4572 4620 0 ) ( -4580 4620 0 ) ( -4580 4576 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4580 4576 48 ) ( -4580 4620 48 ) ( -4572 4620 48 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4560 4576 0 ) ( -4560 4576 12 ) ( -4552 4584 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4568 4604 0 ) ( -4568 4604 12 ) ( -4596 4632 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4600 4636 0 ) ( -4600 4636 12 ) ( -4608 4628 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4576 4596 12 ) ( -4576 4596 0 ) ( -4604 4624 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2574 +{ +( -4564 4628 0 ) ( -4572 4628 0 ) ( -4572 4584 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4572 4584 56 ) ( -4572 4628 56 ) ( -4564 4628 56 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4552 4584 0 ) ( -4552 4584 12 ) ( -4544 4592 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4560 4612 0 ) ( -4560 4612 12 ) ( -4588 4640 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4592 4644 0 ) ( -4592 4644 12 ) ( -4600 4636 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4568 4604 12 ) ( -4568 4604 0 ) ( -4596 4632 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2575 +{ +( -4556 4636 0 ) ( -4564 4636 0 ) ( -4564 4592 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4564 4592 64 ) ( -4564 4636 64 ) ( -4556 4636 64 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4544 4592 0 ) ( -4544 4592 12 ) ( -4536 4600 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4552 4620 0 ) ( -4552 4620 12 ) ( -4580 4648 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4584 4652 0 ) ( -4584 4652 12 ) ( -4592 4644 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4560 4612 12 ) ( -4560 4612 0 ) ( -4588 4640 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2576 +{ +( -4548 4644 0 ) ( -4556 4644 0 ) ( -4556 4600 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4556 4600 72 ) ( -4556 4644 72 ) ( -4548 4644 72 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4536 4600 0 ) ( -4536 4600 12 ) ( -4528 4608 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4544 4628 0 ) ( -4544 4628 12 ) ( -4572 4656 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4576 4660 0 ) ( -4576 4660 12 ) ( -4584 4652 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4552 4620 12 ) ( -4552 4620 0 ) ( -4580 4648 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2577 +{ +( -4476 4716 0 ) ( -4484 4716 0 ) ( -4484 4672 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4492 4672 144 ) ( -4492 4716 144 ) ( -4484 4716 144 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4464 4672 0 ) ( -4464 4672 12 ) ( -4456 4680 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4472 4700 0 ) ( -4472 4700 12 ) ( -4500 4728 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4504 4732 0 ) ( -4504 4732 12 ) ( -4512 4724 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4480 4692 12 ) ( -4480 4692 0 ) ( -4508 4720 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2578 +{ +( -4484 4708 0 ) ( -4492 4708 0 ) ( -4492 4664 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4492 4664 136 ) ( -4492 4708 136 ) ( -4484 4708 136 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4472 4664 0 ) ( -4472 4664 12 ) ( -4464 4672 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4480 4692 0 ) ( -4480 4692 12 ) ( -4508 4720 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4512 4724 0 ) ( -4512 4724 12 ) ( -4520 4716 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4488 4684 12 ) ( -4488 4684 0 ) ( -4516 4712 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2579 +{ +( -4492 4700 0 ) ( -4500 4700 0 ) ( -4500 4656 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4500 4656 128 ) ( -4500 4700 128 ) ( -4492 4700 128 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4480 4656 0 ) ( -4480 4656 12 ) ( -4472 4664 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4488 4684 0 ) ( -4488 4684 12 ) ( -4516 4712 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4520 4716 0 ) ( -4520 4716 12 ) ( -4528 4708 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4496 4676 12 ) ( -4496 4676 0 ) ( -4524 4704 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2580 +{ +( -4500 4692 0 ) ( -4508 4692 0 ) ( -4508 4648 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4512 4648 120 ) ( -4512 4692 120 ) ( -4504 4692 120 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4488 4648 0 ) ( -4488 4648 12 ) ( -4480 4656 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4496 4676 0 ) ( -4496 4676 12 ) ( -4524 4704 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4528 4708 0 ) ( -4528 4708 12 ) ( -4536 4700 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4504 4668 12 ) ( -4504 4668 0 ) ( -4532 4696 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2581 +{ +( -4508 4684 0 ) ( -4516 4684 0 ) ( -4516 4640 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4516 4640 112 ) ( -4516 4684 112 ) ( -4508 4684 112 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4496 4640 0 ) ( -4496 4640 12 ) ( -4488 4648 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4504 4668 0 ) ( -4504 4668 12 ) ( -4532 4696 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4536 4700 0 ) ( -4536 4700 12 ) ( -4544 4692 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4512 4660 12 ) ( -4512 4660 0 ) ( -4540 4688 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2582 +{ +( -4516 4676 0 ) ( -4524 4676 0 ) ( -4524 4632 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4524 4632 104 ) ( -4524 4676 104 ) ( -4516 4676 104 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4504 4632 0 ) ( -4504 4632 12 ) ( -4496 4640 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4512 4660 0 ) ( -4512 4660 12 ) ( -4540 4688 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4544 4692 0 ) ( -4544 4692 12 ) ( -4552 4684 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4520 4652 12 ) ( -4520 4652 0 ) ( -4548 4680 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2583 +{ +( -4524 4668 0 ) ( -4532 4668 0 ) ( -4532 4624 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4532 4624 96 ) ( -4532 4668 96 ) ( -4524 4668 96 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4512 4624 0 ) ( -4512 4624 12 ) ( -4504 4632 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4520 4652 0 ) ( -4520 4652 12 ) ( -4548 4680 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4552 4684 0 ) ( -4552 4684 12 ) ( -4560 4676 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4528 4644 12 ) ( -4528 4644 0 ) ( -4556 4672 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2584 +{ +( -4532 4660 0 ) ( -4540 4660 0 ) ( -4540 4616 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4540 4616 88 ) ( -4540 4660 88 ) ( -4532 4660 88 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4520 4616 0 ) ( -4520 4616 12 ) ( -4512 4624 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4528 4644 0 ) ( -4528 4644 12 ) ( -4556 4672 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4560 4676 0 ) ( -4560 4676 12 ) ( -4568 4668 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4536 4636 12 ) ( -4536 4636 0 ) ( -4564 4664 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2585 +{ +( -4540 4652 0 ) ( -4548 4652 0 ) ( -4548 4608 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4544 4608 80 ) ( -4544 4652 80 ) ( -4536 4652 80 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4528 4608 0 ) ( -4528 4608 12 ) ( -4520 4616 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4536 4636 0 ) ( -4536 4636 12 ) ( -4564 4664 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4568 4668 0 ) ( -4568 4668 12 ) ( -4576 4660 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4544 4628 12 ) ( -4544 4628 0 ) ( -4572 4656 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2586 +{ +( -4468 4724 0 ) ( -4476 4724 0 ) ( -4476 4680 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4480 4680 152 ) ( -4480 4724 152 ) ( -4472 4724 152 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4456 4680 0 ) ( -4456 4680 12 ) ( -4448 4688 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4464 4708 0 ) ( -4464 4708 12 ) ( -4492 4736 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4496 4740 0 ) ( -4496 4740 12 ) ( -4504 4732 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4472 4700 12 ) ( -4472 4700 0 ) ( -4500 4728 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2587 +{ +( -4460 4732 0 ) ( -4468 4732 0 ) ( -4468 4688 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4464 4688 160 ) ( -4464 4732 160 ) ( -4456 4732 160 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4448 4688 0 ) ( -4448 4688 12 ) ( -4440 4696 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4456 4716 0 ) ( -4456 4716 12 ) ( -4484 4744 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4488 4748 0 ) ( -4488 4748 12 ) ( -4496 4740 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4464 4708 12 ) ( -4464 4708 0 ) ( -4492 4736 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2588 +{ +( -4452 4740 0 ) ( -4460 4740 0 ) ( -4460 4696 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4460 4696 168 ) ( -4460 4740 168 ) ( -4452 4740 168 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4440 4696 0 ) ( -4440 4696 12 ) ( -4432 4704 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4448 4724 0 ) ( -4448 4724 12 ) ( -4476 4752 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4480 4756 0 ) ( -4480 4756 12 ) ( -4488 4748 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4456 4716 12 ) ( -4456 4716 0 ) ( -4484 4744 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2589 +{ +( -4444 4748 0 ) ( -4452 4748 0 ) ( -4452 4704 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4460 4704 176 ) ( -4460 4748 176 ) ( -4452 4748 176 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4432 4704 0 ) ( -4432 4704 12 ) ( -4424 4712 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4440 4732 0 ) ( -4440 4732 12 ) ( -4468 4760 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4472 4764 0 ) ( -4472 4764 12 ) ( -4480 4756 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4448 4724 12 ) ( -4448 4724 0 ) ( -4476 4752 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2590 +{ +( -4436 4756 0 ) ( -4444 4756 0 ) ( -4444 4712 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4444 4712 184 ) ( -4444 4756 184 ) ( -4436 4756 184 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4424 4712 0 ) ( -4424 4712 12 ) ( -4416 4720 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4432 4740 0 ) ( -4432 4740 12 ) ( -4460 4768 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4464 4772 0 ) ( -4464 4772 12 ) ( -4472 4764 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4440 4732 12 ) ( -4440 4732 0 ) ( -4468 4760 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2591 +{ +( -4428 4764 0 ) ( -4436 4764 0 ) ( -4436 4720 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4436 4720 192 ) ( -4436 4764 192 ) ( -4428 4764 192 ) central_europe/strtset_cew -135 10 45.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( -4416 4720 0 ) ( -4416 4720 12 ) ( -4408 4728 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4424 4748 0 ) ( -4424 4748 12 ) ( -4452 4776 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4456 4780 0 ) ( -4456 4780 12 ) ( -4464 4772 12 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4432 4740 12 ) ( -4432 4740 0 ) ( -4460 4768 0 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2592 +{ +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 4820 0 ) ( -4304 4816 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5020 4764 0 ) ( -5016 4768 0 ) ( -5018 4766 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4410 5148 184 ) ( -4416 4440 184 ) ( -4404 4440 184 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4420 4440 200 ) ( -4416 5148 200 ) ( -4412 4440 200 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4584 4652 184 ) ( -4592 4644 184 ) ( -4588 4648 200 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2593 +{ +( -5016 4760 0 ) ( -5020 4764 0 ) ( -5018 4762 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4692 4444 0 ) ( -4696 4440 0 ) ( -4694 4442 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4410 5148 184 ) ( -4416 4440 184 ) ( -4404 4440 184 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4420 4440 200 ) ( -4416 5148 200 ) ( -4412 4440 200 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4592 4644 184 ) ( -4584 4652 184 ) ( -4588 4648 200 ) ta_berlin/brln_concflat -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4592 4620 184 ) ( -4584 4612 184 ) ( -4588 4616 200 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2594 +{ +( -4308 4820 0 ) ( -4304 4816 0 ) ( -4306 4818 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4692 4444 0 ) ( -4696 4440 0 ) ( -4694 4442 448 ) general_structure/plaster_wall2 -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4410 5148 184 ) ( -4416 4440 184 ) ( -4404 4440 184 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4420 4440 200 ) ( -4416 5148 200 ) ( -4412 4440 200 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4592 4644 184 ) ( -4584 4652 184 ) ( -4588 4648 200 ) ta_berlin/brln_concflat -204 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -4448 4772 184 ) ( -4456 4780 184 ) ( -4452 4776 200 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2595 +{ +( 3330 3376 488 ) ( 3330 3384 488 ) ( 2626 3384 488 ) algiers/whsflrset1_1a -146 151 0.00 1 1 0 65536 0 +surfaceparm detail +( 2626 3384 504 ) ( 3330 3384 504 ) ( 3330 3376 504 ) algiers/whsflrset1_1a -146 151 0.00 1 1 0 65536 0 +surfaceparm detail +( 2626 3376 496 ) ( 2626 3376 504 ) ( 3330 3376 504 ) algiers/whsflrset1_1a -146 -115 0.00 1 1 0 65536 0 +surfaceparm detail +( 2628 3384 496 ) ( 2628 3384 504 ) ( 2628 3376 504 ) algiers/whsflrset1_1a -248 -116 0.00 1 1 0 65536 0 +surfaceparm detail +( 3330 3384 496 ) ( 3330 3384 504 ) ( 2626 3384 504 ) algiers/whsflrset1_1a -146 -115 0.00 1 1 0 65536 0 +surfaceparm detail +( 3076 3378 496 ) ( 3076 3378 504 ) ( 3076 3386 504 ) algiers/whsflrset1_1a -248 -116 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2596 +{ +( 2700 3916 -80 ) ( 3100 3916 -80 ) ( 3100 3980 -80 ) mohtest/fltwall1grmy 252 148 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3100 3980 160 ) ( 3100 3916 160 ) ( 2700 3916 160 ) mohtest/fltwall1grmy 252 148 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3108 4280 -80 ) ( 2716 4280 -80 ) ( 2716 4280 160 ) mohtest/fltwall1grmy -148 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 3124 3580 160 ) ( 3124 3644 -80 ) ( 3124 3516 -80 ) mohtest/fltwall1grmy 252 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2758 4288 -80 ) ( 2770 4288 -80 ) ( 2764 4288 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 3916 -80 ) ( 2890 3922 -80 ) ( 2890 3919 160 ) mohtest/fltwall1grmy 244 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2597 +{ +( 2644 3480 -80 ) ( 2676 3480 -80 ) ( 2676 3544 -80 ) mohtest/fltwall1grmy 192 20 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2668 3552 -32 ) ( 2668 3488 -32 ) ( 2636 3488 -32 ) mohtest/fltwall1grmy 192 20 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2676 3576 -384 ) ( 2676 3576 -64 ) ( 2644 3576 -64 ) mohtest/fltwall1grmy -20 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2952 3484 -384 ) ( 2952 3484 -64 ) ( 2952 3548 -64 ) mohtest/fltwall1grmy 192 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2696 3552 -80 ) ( 2680 3552 -80 ) ( 2688 3552 160 ) mohtest/fltwall1grmy -20 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2700 3560 -80 ) ( 2700 3564 -80 ) ( 2700 3562 160 ) mohtest/fltwall1grmy -20 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2598 +{ +( 2644 3480 -80 ) ( 2676 3480 -80 ) ( 2676 3544 -80 ) mohtest/fltwall1grmy 192 20 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2676 3552 160 ) ( 2676 3488 160 ) ( 2644 3488 160 ) mohtest/fltwall1grmy 192 20 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3488 -304 ) ( 2644 3488 16 ) ( 2644 3424 16 ) mohtest/fltwall1grmy 192 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2676 3576 -384 ) ( 2676 3576 -64 ) ( 2644 3576 -64 ) mohtest/fltwall1grmy -20 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2696 3552 -80 ) ( 2680 3552 -80 ) ( 2688 3552 160 ) mohtest/fltwall1grmy -20 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2700 3564 -80 ) ( 2700 3560 -80 ) ( 2700 3562 160 ) mohtest/fltwall1grmy -20 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2599 +{ +( 2644 3480 -80 ) ( 2676 3480 -80 ) ( 2676 3544 -80 ) mohtest/fltwall1grmy 192 20 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2676 3552 160 ) ( 2676 3488 160 ) ( 2644 3488 160 ) mohtest/fltwall1grmy 192 20 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3488 -304 ) ( 2644 3488 16 ) ( 2644 3424 16 ) mohtest/fltwall1grmy 192 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2700 3488 -384 ) ( 2700 3488 -64 ) ( 2700 3552 -64 ) mohtest/fltwall1grmy 192 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2644 3472 -384 ) ( 2644 3472 -64 ) ( 2676 3472 -64 ) mohtest/fltwall1grmy -20 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2680 3552 -80 ) ( 2696 3552 -80 ) ( 2688 3552 160 ) mohtest/fltwall1grmy -20 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2600 +{ +( 2564 3880 -80 ) ( 2964 3880 -80 ) ( 2964 3944 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3944 160 ) ( 2964 3880 160 ) ( 2564 3880 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3944 160 ) ( 2572 3880 160 ) ( 2572 3880 -80 ) mohtest/fltwall1grmy -39 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3880 -80 ) ( 2572 3880 -80 ) ( 2572 3880 160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2810 3552 160 ) ( 2810 3616 -80 ) ( 2810 3488 -80 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2596 3888 -80 ) ( 2608 3888 -80 ) ( 2602 3888 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2601 +{ +( 2740 3944 176 ) ( 2740 3880 176 ) ( 3140 3880 176 ) algiers/whsflrset1_1a -232 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3140 3880 416 ) ( 2740 3880 416 ) ( 2740 3944 416 ) algiers/whsflrset1_1a -232 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3880 176 ) ( 3132 3880 416 ) ( 3068 3944 416 ) algiers/whsflrset1_1a -232 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3880 416 ) ( 3132 3880 176 ) ( 2740 3880 176 ) algiers/whsflrset1_1a 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2852 3488 176 ) ( 2852 3616 176 ) ( 2852 3552 416 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2596 3888 176 ) ( 2608 3888 176 ) ( 2602 3888 416 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2602 +{ +( 2826 4208 120 ) ( 2890 4208 120 ) ( 2890 4176 120 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4176 112 ) ( 2826 4176 112 ) ( 2826 4176 144 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4176 112 ) ( 2810 4208 112 ) ( 2810 4208 144 ) common/nodraw -40 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4208 112 ) ( 2890 4176 112 ) ( 2890 4176 144 ) common/nodraw -40 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4200 128 ) ( 2810 3972 -24 ) ( 2890 4086 52 ) common/nodraw -2 39 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2603 +{ +( 2826 4172 96 ) ( 2890 4172 96 ) ( 2890 4140 96 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4140 88 ) ( 2826 4140 88 ) ( 2826 4140 120 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4140 88 ) ( 2810 4172 88 ) ( 2810 4172 120 ) common/nodraw -56 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4172 88 ) ( 2890 4140 88 ) ( 2890 4140 120 ) common/nodraw -56 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4152 96 ) ( 2810 3924 -56 ) ( 2890 4038 20 ) common/nodraw -2 55 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2604 +{ +( 2826 4184 104 ) ( 2890 4184 104 ) ( 2890 4152 104 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4152 96 ) ( 2826 4152 96 ) ( 2826 4152 128 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4152 96 ) ( 2810 4184 96 ) ( 2810 4184 128 ) common/nodraw -16 -56 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4184 96 ) ( 2890 4152 96 ) ( 2890 4152 128 ) common/nodraw -16 -56 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4176 112 ) ( 2810 3948 -40 ) ( 2890 4062 36 ) common/nodraw -2 15 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2605 +{ +( 2826 4196 112 ) ( 2890 4196 112 ) ( 2890 4164 112 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4164 104 ) ( 2826 4164 104 ) ( 2826 4164 136 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4164 104 ) ( 2810 4196 104 ) ( 2810 4196 136 ) common/nodraw -16 -56 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4196 104 ) ( 2890 4164 104 ) ( 2890 4164 136 ) common/nodraw -16 -56 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4176 112 ) ( 2810 3948 -40 ) ( 2890 4062 36 ) common/nodraw -2 15 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2606 +{ +( 2826 3932 -64 ) ( 2890 3932 -64 ) ( 2890 3900 -64 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3900 -72 ) ( 2826 3900 -72 ) ( 2826 3900 -40 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3900 -72 ) ( 2810 3932 -72 ) ( 2810 3932 -40 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 3932 -72 ) ( 2890 3900 -72 ) ( 2890 3900 -40 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2607 +{ +( 2826 4160 88 ) ( 2890 4160 88 ) ( 2890 4128 88 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4128 80 ) ( 2826 4128 80 ) ( 2826 4128 112 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4128 80 ) ( 2810 4160 80 ) ( 2810 4160 112 ) common/nodraw -44 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4160 80 ) ( 2890 4128 80 ) ( 2890 4128 112 ) common/nodraw -44 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4140 88 ) ( 2810 3912 -64 ) ( 2890 4026 12 ) common/nodraw -2 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2608 +{ +( 2826 4148 80 ) ( 2890 4148 80 ) ( 2890 4116 80 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4116 72 ) ( 2826 4116 72 ) ( 2826 4116 104 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 4148 72 ) ( 2810 4148 104 ) common/nodraw -44 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4148 72 ) ( 2890 4116 72 ) ( 2890 4116 104 ) common/nodraw -44 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4140 88 ) ( 2810 3912 -64 ) ( 2890 4026 12 ) common/nodraw -2 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2609 +{ +( 2826 4136 72 ) ( 2890 4136 72 ) ( 2890 4104 72 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4104 64 ) ( 2826 4104 64 ) ( 2826 4104 96 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4104 64 ) ( 2810 4136 64 ) ( 2810 4136 96 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4136 64 ) ( 2890 4104 64 ) ( 2890 4104 96 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2610 +{ +( 2826 4124 64 ) ( 2890 4124 64 ) ( 2890 4092 64 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4092 56 ) ( 2826 4092 56 ) ( 2826 4092 88 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4092 56 ) ( 2810 4124 56 ) ( 2810 4124 88 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4124 56 ) ( 2890 4092 56 ) ( 2890 4092 88 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2611 +{ +( 2826 4112 56 ) ( 2890 4112 56 ) ( 2890 4080 56 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4080 48 ) ( 2826 4080 48 ) ( 2826 4080 80 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4080 48 ) ( 2810 4112 48 ) ( 2810 4112 80 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4112 48 ) ( 2890 4080 48 ) ( 2890 4080 80 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2612 +{ +( 2826 4100 48 ) ( 2890 4100 48 ) ( 2890 4068 48 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4068 40 ) ( 2826 4068 40 ) ( 2826 4068 72 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4068 40 ) ( 2810 4100 40 ) ( 2810 4100 72 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4100 40 ) ( 2890 4068 40 ) ( 2890 4068 72 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2613 +{ +( 2826 4088 40 ) ( 2890 4088 40 ) ( 2890 4056 40 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4056 32 ) ( 2826 4056 32 ) ( 2826 4056 64 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4056 32 ) ( 2810 4088 32 ) ( 2810 4088 64 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4088 32 ) ( 2890 4056 32 ) ( 2890 4056 64 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2614 +{ +( 2826 4076 32 ) ( 2890 4076 32 ) ( 2890 4044 32 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4044 24 ) ( 2826 4044 24 ) ( 2826 4044 56 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4044 24 ) ( 2810 4076 24 ) ( 2810 4076 56 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4076 24 ) ( 2890 4044 24 ) ( 2890 4044 56 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2615 +{ +( 2826 4064 24 ) ( 2890 4064 24 ) ( 2890 4032 24 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4032 16 ) ( 2826 4032 16 ) ( 2826 4032 48 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4032 16 ) ( 2810 4064 16 ) ( 2810 4064 48 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4064 16 ) ( 2890 4032 16 ) ( 2890 4032 48 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2616 +{ +( 2826 4052 16 ) ( 2890 4052 16 ) ( 2890 4020 16 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4020 8 ) ( 2826 4020 8 ) ( 2826 4020 40 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4020 8 ) ( 2810 4052 8 ) ( 2810 4052 40 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4052 8 ) ( 2890 4020 8 ) ( 2890 4020 40 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2617 +{ +( 2826 4040 8 ) ( 2890 4040 8 ) ( 2890 4008 8 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4008 0 ) ( 2826 4008 0 ) ( 2826 4008 32 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4008 0 ) ( 2810 4040 0 ) ( 2810 4040 32 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4040 0 ) ( 2890 4008 0 ) ( 2890 4008 32 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2618 +{ +( 2826 4028 0 ) ( 2890 4028 0 ) ( 2890 3996 0 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3996 -8 ) ( 2826 3996 -8 ) ( 2826 3996 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3996 -8 ) ( 2810 4028 -8 ) ( 2810 4028 24 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4028 -8 ) ( 2890 3996 -8 ) ( 2890 3996 24 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2619 +{ +( 2826 4016 -8 ) ( 2890 4016 -8 ) ( 2890 3984 -8 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3984 -16 ) ( 2826 3984 -16 ) ( 2826 3984 16 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3984 -16 ) ( 2810 4016 -16 ) ( 2810 4016 16 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4016 -16 ) ( 2890 3984 -16 ) ( 2890 3984 16 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2620 +{ +( 2826 4004 -16 ) ( 2890 4004 -16 ) ( 2890 3972 -16 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3972 -24 ) ( 2826 3972 -24 ) ( 2826 3972 8 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3972 -24 ) ( 2810 4004 -24 ) ( 2810 4004 8 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4004 -24 ) ( 2890 3972 -24 ) ( 2890 3972 8 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2621 +{ +( 2826 3992 -24 ) ( 2890 3992 -24 ) ( 2890 3960 -24 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3960 -32 ) ( 2826 3960 -32 ) ( 2826 3960 0 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3960 -32 ) ( 2810 3992 -32 ) ( 2810 3992 0 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 3992 -32 ) ( 2890 3960 -32 ) ( 2890 3960 0 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2622 +{ +( 2826 3980 -32 ) ( 2890 3980 -32 ) ( 2890 3948 -32 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3948 -40 ) ( 2826 3948 -40 ) ( 2826 3948 -8 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3948 -40 ) ( 2810 3980 -40 ) ( 2810 3980 -8 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 3980 -40 ) ( 2890 3948 -40 ) ( 2890 3948 -8 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2623 +{ +( 2826 3968 -40 ) ( 2890 3968 -40 ) ( 2890 3936 -40 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3936 -48 ) ( 2826 3936 -48 ) ( 2826 3936 -16 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3936 -48 ) ( 2810 3968 -48 ) ( 2810 3968 -16 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 3968 -48 ) ( 2890 3936 -48 ) ( 2890 3936 -16 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2624 +{ +( 2826 3956 -48 ) ( 2890 3956 -48 ) ( 2890 3924 -48 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3924 -56 ) ( 2826 3924 -56 ) ( 2826 3924 -24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3924 -56 ) ( 2810 3956 -56 ) ( 2810 3956 -24 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 3956 -56 ) ( 2890 3924 -56 ) ( 2890 3924 -24 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2625 +{ +( 2826 3944 -56 ) ( 2890 3944 -56 ) ( 2890 3912 -56 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3912 -64 ) ( 2826 3912 -64 ) ( 2826 3912 -32 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3912 -64 ) ( 2810 3944 -64 ) ( 2810 3944 -32 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 3944 -64 ) ( 2890 3912 -64 ) ( 2890 3912 -32 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2626 +{ +( 2826 3920 -72 ) ( 2890 3920 -72 ) ( 2890 3888 -72 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 3888 -80 ) ( 2826 3888 -80 ) ( 2826 3888 -48 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 3888 -80 ) ( 2810 3920 -80 ) ( 2810 3920 -48 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 3920 -80 ) ( 2890 3888 -80 ) ( 2890 3888 -48 ) common/nodraw -20 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4116 72 ) ( 2810 3888 -80 ) ( 2890 4002 -4 ) common/nodraw -2 18 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2627 +{ +( 2826 4220 128 ) ( 2890 4220 128 ) ( 2890 4188 128 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4188 120 ) ( 2826 4188 120 ) ( 2826 4188 152 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4188 120 ) ( 2810 4220 120 ) ( 2810 4220 152 ) common/nodraw -40 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4220 120 ) ( 2890 4188 120 ) ( 2890 4188 152 ) common/nodraw -40 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4200 128 ) ( 2810 3972 -24 ) ( 2890 4086 52 ) common/nodraw -2 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2628 +{ +( 2826 4256 152 ) ( 2890 4256 152 ) ( 2890 4224 152 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4224 144 ) ( 2826 4224 144 ) ( 2826 4224 176 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4224 144 ) ( 2810 4256 144 ) ( 2810 4256 176 ) common/nodraw -12 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4256 144 ) ( 2890 4224 144 ) ( 2890 4224 176 ) common/nodraw -12 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4236 152 ) ( 2810 4008 0 ) ( 2890 4122 76 ) common/nodraw -2 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2629 +{ +( 2826 4244 144 ) ( 2890 4244 144 ) ( 2890 4212 144 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4212 136 ) ( 2826 4212 136 ) ( 2826 4212 168 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4212 136 ) ( 2810 4244 136 ) ( 2810 4244 168 ) common/nodraw -12 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4244 136 ) ( 2890 4212 136 ) ( 2890 4212 168 ) common/nodraw -12 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4236 152 ) ( 2810 4008 0 ) ( 2890 4122 76 ) common/nodraw -2 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2630 +{ +( 2826 4232 136 ) ( 2890 4232 136 ) ( 2890 4200 136 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4200 128 ) ( 2826 4200 128 ) ( 2826 4200 160 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4200 128 ) ( 2810 4232 128 ) ( 2810 4232 160 ) common/nodraw -52 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4232 128 ) ( 2890 4200 128 ) ( 2890 4200 160 ) common/nodraw -52 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4212 136 ) ( 2810 3984 -16 ) ( 2890 4098 60 ) common/nodraw -2 50 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2631 +{ +( 2826 4268 160 ) ( 2890 4268 160 ) ( 2890 4236 160 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4236 152 ) ( 2826 4236 152 ) ( 2826 4236 184 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4236 152 ) ( 2810 4268 152 ) ( 2810 4268 184 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4268 152 ) ( 2890 4236 152 ) ( 2890 4236 184 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4260 168 ) ( 2810 4032 16 ) ( 2890 4146 92 ) common/nodraw -2 34 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2632 +{ +( 2826 4280 168 ) ( 2890 4280 168 ) ( 2890 4248 168 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4248 160 ) ( 2826 4248 160 ) ( 2826 4248 192 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4248 160 ) ( 2810 4280 160 ) ( 2810 4280 192 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4280 160 ) ( 2890 4248 160 ) ( 2890 4248 192 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4260 168 ) ( 2810 4032 16 ) ( 2890 4146 92 ) common/nodraw -2 34 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2633 +{ +( 2826 4292 176 ) ( 2890 4292 176 ) ( 2890 4260 176 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 2890 4260 168 ) ( 2826 4260 168 ) ( 2826 4260 200 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2810 4260 168 ) ( 2810 4292 168 ) ( 2810 4292 200 ) common/nodraw -60 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2890 4292 168 ) ( 2890 4260 168 ) ( 2890 4260 200 ) common/nodraw -60 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 4284 184 ) ( 2810 4056 32 ) ( 2890 4170 108 ) common/nodraw -2 58 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2634 +{ +( 2812 4584 160 ) ( 2812 3880 160 ) ( 3132 3880 160 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3132 3880 176 ) ( 2812 3880 176 ) ( 2812 4584 176 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3132 3864 240 ) ( 3132 4568 240 ) ( 3132 4568 160 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4584 176 ) ( 2812 4584 176 ) ( 2812 4584 96 ) mohtest/stairs 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2852 3488 160 ) ( 2852 3616 160 ) ( 2852 3552 176 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2856 4272 160 ) ( 2846 4272 160 ) ( 2851 4272 176 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2635 +{ +( 2572 3880 160 ) ( 2892 3880 160 ) ( 2892 4584 160 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2892 4584 176 ) ( 2892 3880 176 ) ( 2572 3880 176 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2572 4568 160 ) ( 2572 4568 240 ) ( 2572 3864 240 ) mohtest/stairs 24 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 3880 96 ) ( 2572 3880 176 ) ( 2892 3880 176 ) mohtest/stairs -76 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2810 3552 176 ) ( 2810 3616 160 ) ( 2810 3488 160 ) mohtest/stairs 24 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2846 4272 160 ) ( 2856 4272 160 ) ( 2851 4272 176 ) mohtest/stairs 24 -34 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2636 +{ +( 2572 3880 160 ) ( 2892 3880 160 ) ( 2892 4584 160 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2892 4584 176 ) ( 2892 3880 176 ) ( 2572 3880 176 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2572 4568 160 ) ( 2572 4568 240 ) ( 2572 3864 240 ) mohtest/stairs 24 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2892 4584 96 ) ( 2892 4584 176 ) ( 2572 4584 176 ) mohtest/stairs -76 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2852 3552 176 ) ( 2852 3616 160 ) ( 2852 3488 160 ) mohtest/stairs 24 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2856 4272 160 ) ( 2846 4272 160 ) ( 2851 4272 176 ) mohtest/stairs 24 -34 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2637 +{ +( 2812 4584 160 ) ( 2812 3880 160 ) ( 3132 3880 160 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3132 3880 176 ) ( 2812 3880 176 ) ( 2812 4584 176 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3132 3864 240 ) ( 3132 4568 240 ) ( 3132 4568 160 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2812 3880 176 ) ( 3132 3880 176 ) ( 3132 3880 96 ) mohtest/stairs 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2810 3488 160 ) ( 2810 3616 160 ) ( 2810 3552 176 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2844 3996 160 ) ( 2860 3996 160 ) ( 2852 3996 176 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2638 +{ +( 2812 4584 160 ) ( 2812 3880 160 ) ( 3132 3880 160 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3132 3880 176 ) ( 2812 3880 176 ) ( 2812 4584 176 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3132 3864 240 ) ( 3132 4568 240 ) ( 3132 4568 160 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2890 3488 160 ) ( 2890 3616 160 ) ( 2890 3552 176 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2846 4272 160 ) ( 2856 4272 160 ) ( 2851 4272 176 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2860 3996 160 ) ( 2844 3996 160 ) ( 2852 3996 176 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2639 +{ +( 2740 3944 -80 ) ( 2740 3880 -80 ) ( 3140 3880 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3140 3880 160 ) ( 2740 3880 160 ) ( 2740 3944 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3880 -80 ) ( 3132 3880 160 ) ( 3068 3944 160 ) mohtest/fltwall1grmy -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3880 160 ) ( 3132 3880 -80 ) ( 2740 3880 -80 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2596 3888 -80 ) ( 2608 3888 -80 ) ( 2602 3888 160 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3880 -80 ) ( 3072 3884 -80 ) ( 3070 3882 160 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2640 +{ +( 2564 3888 -80 ) ( 2964 3888 -80 ) ( 2964 3952 -80 ) mohtest/fltwall1grmy 224 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3952 160 ) ( 2964 3888 160 ) ( 2564 3888 160 ) mohtest/fltwall1grmy 224 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3888 -80 ) ( 2572 3888 -80 ) ( 2572 3888 160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2810 3560 160 ) ( 2810 3624 -80 ) ( 2810 3496 -80 ) mohtest/fltwall1grmy 224 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2622 4280 -80 ) ( 2634 4280 -80 ) ( 2628 4280 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2752 3888 -80 ) ( 2752 3894 -80 ) ( 2752 3891 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2641 +{ +( 2702 3888 -80 ) ( 3102 3888 -80 ) ( 3102 3952 -80 ) mohtest/fltwall1grmy 224 150 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3102 3952 160 ) ( 3102 3888 160 ) ( 2702 3888 160 ) mohtest/fltwall1grmy 224 150 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3102 3888 -80 ) ( 2710 3888 -80 ) ( 2710 3888 160 ) mohtest/fltwall1grmy -150 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2900 3560 160 ) ( 2900 3624 -80 ) ( 2900 3496 -80 ) mohtest/fltwall1grmy 224 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2760 4280 -80 ) ( 2772 4280 -80 ) ( 2766 4280 160 ) mohtest/fltwall1grmy 98 -34 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2890 3888 -80 ) ( 2890 3894 -80 ) ( 2890 3891 160 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2890 3888 -72 ) ( 2890 3900 -64 ) ( 2900 3894 -68 ) mohtest/fltwall1grmy 215 222 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2642 +{ +( 3070 4336 176 ) ( 3070 3632 176 ) ( 3142 3632 176 ) algiers/whsflrset1_1a -184 -125 90.00 1 1 0 65536 0 +surfaceparm detail +( 3130 3560 216 ) ( 3058 3560 216 ) ( 3058 4264 216 ) algiers/whsflrset1_1a -184 -125 90.00 1 1 0 65536 0 +surfaceparm detail +( 3134 4280 -40 ) ( 3134 4280 280 ) ( 2814 4280 280 ) algiers/whsflrset1_1a 127 -168 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2642 3980 40 ) ( 2634 3980 40 ) ( 2638 3980 280 ) algiers/whsflrset1_1a -234 -169 0.00 1 1 0 65536 0 +surfaceparm detail +( 2890 4280 220 ) ( 2890 4272 232 ) ( 2890 4272 208 ) algiers/whsflrset1_1a -184 -169 0.00 1 1 0 65536 0 +surfaceparm detail +( 2910 4270 240 ) ( 2910 4278 228 ) ( 2910 4270 216 ) algiers/whsflrset1_1a -184 -169 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2643 +{ +( 2970 4336 176 ) ( 2970 3632 176 ) ( 3042 3632 176 ) algiers/whsflrset1_1a -184 -25 90.00 1 1 0 65536 0 +surfaceparm detail +( 3030 3560 216 ) ( 2958 3560 216 ) ( 2958 4264 216 ) algiers/whsflrset1_1a -184 -25 90.00 1 1 0 65536 0 +surfaceparm detail +( 3034 4280 -40 ) ( 3034 4280 280 ) ( 2714 4280 280 ) algiers/whsflrset1_1a 27 -168 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2542 3980 40 ) ( 2534 3980 40 ) ( 2538 3980 280 ) algiers/whsflrset1_1a -134 -169 0.00 1 1 0 65536 0 +surfaceparm detail +( 2790 4280 220 ) ( 2790 4272 232 ) ( 2790 4272 208 ) algiers/whsflrset1_1a -184 -169 0.00 1 1 0 65536 0 +surfaceparm detail +( 2810 4270 240 ) ( 2810 4278 228 ) ( 2810 4270 216 ) algiers/whsflrset1_1a -184 -169 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2644 +{ +( 2990 4336 176 ) ( 2990 3632 176 ) ( 3062 3632 176 ) algiers/whsflrset1_1a -184 -45 90.00 1 1 0 65536 0 +surfaceparm detail +( 3050 3560 216 ) ( 2978 3560 216 ) ( 2978 4264 216 ) algiers/whsflrset1_1a -184 -45 90.00 1 1 0 65536 0 +surfaceparm detail +( 3050 3996 -40 ) ( 3050 3996 280 ) ( 2730 3996 280 ) algiers/whsflrset1_1a 47 -168 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2562 3980 40 ) ( 2554 3980 40 ) ( 2558 3980 280 ) algiers/whsflrset1_1a -154 -169 0.00 1 1 0 65536 0 +surfaceparm detail +( 2810 4280 220 ) ( 2810 4272 232 ) ( 2810 4272 208 ) algiers/whsflrset1_1a -184 -169 0.00 1 1 0 65536 0 +surfaceparm detail +( 2890 4266 240 ) ( 2890 4274 228 ) ( 2890 4266 216 ) algiers/whsflrset1_1a -184 -169 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2645 +{ +( 2564 3880 176 ) ( 2964 3880 176 ) ( 2964 3944 176 ) algiers/whsflrset1_1a 23 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3944 416 ) ( 2964 3880 416 ) ( 2564 3880 416 ) algiers/whsflrset1_1a 23 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3944 416 ) ( 2572 3880 416 ) ( 2572 3880 176 ) algiers/whsflrset1_1a -231 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3880 176 ) ( 2572 3880 176 ) ( 2572 3880 416 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2596 3888 176 ) ( 2608 3888 176 ) ( 2602 3888 416 ) algiers/whsflrset1_1a 23 -34 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2668 3888 176 ) ( 2668 3880 176 ) ( 2668 3884 416 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2646 +{ +( 2572 3880 312 ) ( 2972 3880 312 ) ( 2972 3944 312 ) algiers/whsflrset1_1a 23 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3944 416 ) ( 2964 3880 416 ) ( 2564 3880 416 ) algiers/whsflrset1_1a 23 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3880 176 ) ( 2572 3880 176 ) ( 2572 3880 416 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2596 3888 176 ) ( 2608 3888 176 ) ( 2602 3888 416 ) algiers/whsflrset1_1a 23 -34 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2668 3880 176 ) ( 2668 3888 176 ) ( 2668 3884 416 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2740 3888 176 ) ( 2740 3880 176 ) ( 2740 3884 416 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2647 +{ +( 2564 3880 176 ) ( 2964 3880 176 ) ( 2964 3944 176 ) algiers/whsflrset1_1a 23 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3944 416 ) ( 2964 3880 416 ) ( 2564 3880 416 ) algiers/whsflrset1_1a 23 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2964 3880 176 ) ( 2572 3880 176 ) ( 2572 3880 416 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2852 3552 416 ) ( 2852 3616 176 ) ( 2852 3488 176 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2596 3888 176 ) ( 2608 3888 176 ) ( 2602 3888 416 ) algiers/whsflrset1_1a 23 -34 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2740 3880 176 ) ( 2740 3888 176 ) ( 2740 3884 416 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2648 +{ +( 2882 4640 24 ) ( 2866 4640 24 ) ( 2866 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2872 4584 176 ) ( 2872 4640 176 ) ( 2888 4640 176 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2872 4584 172 ) ( 2888 4584 172 ) ( 2888 4584 164 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2992 4580 172 ) ( 2992 4636 172 ) ( 2992 4636 164 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2888 4672 172 ) ( 2872 4672 172 ) ( 2872 4672 164 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2872 4672 172 ) ( 2872 4616 172 ) ( 2872 4616 164 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2649 +{ +( 2774 4640 24 ) ( 2758 4640 24 ) ( 2758 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2760 4584 96 ) ( 2760 4640 96 ) ( 2776 4640 96 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2760 4584 92 ) ( 2776 4584 92 ) ( 2776 4584 84 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2776 4616 92 ) ( 2776 4672 92 ) ( 2776 4672 84 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2776 4672 92 ) ( 2760 4672 92 ) ( 2760 4672 84 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2760 4672 92 ) ( 2760 4616 92 ) ( 2760 4616 84 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2650 +{ +( 2790 4640 24 ) ( 2774 4640 24 ) ( 2774 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2776 4584 108 ) ( 2776 4640 108 ) ( 2792 4640 108 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2776 4584 104 ) ( 2792 4584 104 ) ( 2792 4584 96 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2792 4616 104 ) ( 2792 4672 104 ) ( 2792 4672 96 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2792 4672 104 ) ( 2776 4672 104 ) ( 2776 4672 96 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2776 4672 104 ) ( 2776 4616 104 ) ( 2776 4616 96 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2651 +{ +( 2864 4640 24 ) ( 2848 4640 24 ) ( 2848 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2856 4584 168 ) ( 2856 4640 168 ) ( 2872 4640 168 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2856 4584 164 ) ( 2872 4584 164 ) ( 2872 4584 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2872 4616 164 ) ( 2872 4672 164 ) ( 2872 4672 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2872 4672 164 ) ( 2856 4672 164 ) ( 2856 4672 156 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2856 4672 164 ) ( 2856 4616 164 ) ( 2856 4616 156 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2652 +{ +( 2852 4640 24 ) ( 2836 4640 24 ) ( 2836 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2840 4584 156 ) ( 2840 4640 156 ) ( 2856 4640 156 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2840 4584 152 ) ( 2856 4584 152 ) ( 2856 4584 144 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2856 4616 152 ) ( 2856 4672 152 ) ( 2856 4672 144 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2856 4672 152 ) ( 2840 4672 152 ) ( 2840 4672 144 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2840 4672 152 ) ( 2840 4616 152 ) ( 2840 4616 144 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2653 +{ +( 2806 4640 24 ) ( 2790 4640 24 ) ( 2790 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2792 4584 120 ) ( 2792 4640 120 ) ( 2808 4640 120 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2792 4584 116 ) ( 2808 4584 116 ) ( 2808 4584 108 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2808 4616 116 ) ( 2808 4672 116 ) ( 2808 4672 108 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2808 4672 116 ) ( 2792 4672 116 ) ( 2792 4672 108 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2792 4672 116 ) ( 2792 4616 116 ) ( 2792 4616 108 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2654 +{ +( 2822 4640 24 ) ( 2806 4640 24 ) ( 2806 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2808 4584 132 ) ( 2808 4640 132 ) ( 2824 4640 132 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2808 4584 128 ) ( 2824 4584 128 ) ( 2824 4584 120 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2824 4616 128 ) ( 2824 4672 128 ) ( 2824 4672 120 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2824 4672 128 ) ( 2808 4672 128 ) ( 2808 4672 120 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2808 4672 128 ) ( 2808 4616 128 ) ( 2808 4616 120 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2655 +{ +( 2840 4640 24 ) ( 2824 4640 24 ) ( 2824 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2824 4584 144 ) ( 2824 4640 144 ) ( 2840 4640 144 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2824 4584 140 ) ( 2840 4584 140 ) ( 2840 4584 132 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2840 4616 140 ) ( 2840 4672 140 ) ( 2840 4672 132 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2840 4672 140 ) ( 2824 4672 140 ) ( 2824 4672 132 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2824 4672 140 ) ( 2824 4616 140 ) ( 2824 4616 132 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2656 +{ +( 2756 4640 24 ) ( 2740 4640 24 ) ( 2740 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2744 4584 84 ) ( 2744 4640 84 ) ( 2760 4640 84 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2744 4584 80 ) ( 2760 4584 80 ) ( 2760 4584 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2760 4616 80 ) ( 2760 4672 80 ) ( 2760 4672 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2760 4672 80 ) ( 2744 4672 80 ) ( 2744 4672 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2744 4672 80 ) ( 2744 4616 80 ) ( 2744 4616 72 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2657 +{ +( 2746 4640 24 ) ( 2730 4640 24 ) ( 2730 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2728 4584 72 ) ( 2728 4640 72 ) ( 2744 4640 72 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2728 4584 68 ) ( 2744 4584 68 ) ( 2744 4584 60 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2744 4616 68 ) ( 2744 4672 68 ) ( 2744 4672 60 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2744 4672 68 ) ( 2728 4672 68 ) ( 2728 4672 60 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2728 4672 68 ) ( 2728 4616 68 ) ( 2728 4616 60 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2658 +{ +( 2726 4640 24 ) ( 2710 4640 24 ) ( 2710 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2712 4584 60 ) ( 2712 4640 60 ) ( 2728 4640 60 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2712 4584 56 ) ( 2728 4584 56 ) ( 2728 4584 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2728 4616 56 ) ( 2728 4672 56 ) ( 2728 4672 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2728 4672 56 ) ( 2712 4672 56 ) ( 2712 4672 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2712 4672 56 ) ( 2712 4616 56 ) ( 2712 4616 48 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2659 +{ +( 2712 4640 24 ) ( 2696 4640 24 ) ( 2696 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 4584 48 ) ( 2696 4640 48 ) ( 2712 4640 48 ) algiers/whsflrset1_1b -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2696 4584 32 ) ( 2712 4584 32 ) ( 2712 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2712 4616 32 ) ( 2712 4672 32 ) ( 2712 4672 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2712 4672 32 ) ( 2696 4672 32 ) ( 2696 4672 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 4672 32 ) ( 2696 4616 32 ) ( 2696 4616 24 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2660 +{ +( 2696 4640 24 ) ( 2680 4640 24 ) ( 2680 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2680 4584 36 ) ( 2680 4640 36 ) ( 2696 4640 36 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2680 4584 32 ) ( 2696 4584 32 ) ( 2696 4584 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 4616 32 ) ( 2696 4672 32 ) ( 2696 4672 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 4672 32 ) ( 2680 4672 32 ) ( 2680 4672 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2680 4640 32 ) ( 2680 4584 32 ) ( 2680 4584 24 ) mohtest/stonewall2grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2661 +{ +( 2968 4684 24 ) ( 2680 4684 24 ) ( 2680 4620 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2968 4684 196 ) ( 2968 4672 196 ) ( 2872 4672 196 ) mohtest/stonewall1grim -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2992 4672 200 ) ( 2992 4672 24 ) ( 2680 4672 24 ) mohtest/stonewall1grim -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3004 4684 196 ) ( 3004 4684 24 ) ( 2992 4672 24 ) mohtest/stonewall1grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3004 4684 24 ) ( 3004 4684 196 ) ( 2872 4684 196 ) mohtest/stonewall1grim -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2680 4684 192 ) ( 2680 4620 192 ) ( 2680 4620 32 ) mohtest/stonewall1grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2872 4684 196 ) ( 2872 4620 196 ) ( 2680 4620 52 ) mohtest/stonewall1grim -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2662 +{ +( 2998 4652 24 ) ( 2982 4652 24 ) ( 2982 4596 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2992 4584 196 ) ( 2992 4640 196 ) ( 3008 4640 196 ) mohtest/stonewall1grim -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2992 4584 172 ) ( 3008 4584 172 ) ( 3008 4584 164 ) mohtest/stonewall1grim -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3004 4596 172 ) ( 3004 4652 172 ) ( 3004 4652 164 ) mohtest/stonewall1grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2992 4672 172 ) ( 2992 4616 172 ) ( 2992 4616 164 ) mohtest/stonewall1grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2992 4672 24 ) ( 3000 4680 24 ) ( 2996 4676 176 ) mohtest/stonewall1grim 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2663 +{ +( 2624 3406 24 ) ( 2568 3406 24 ) ( 2568 3390 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3380 196 ) ( 2580 3396 196 ) ( 2636 3396 196 ) mohtest/stonewall1grim 228 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3380 164 ) ( 2636 3380 172 ) ( 2636 3396 172 ) mohtest/stonewall1grim 228 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2568 3384 164 ) ( 2568 3384 172 ) ( 2624 3384 172 ) mohtest/stonewall1grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2604 3396 164 ) ( 2604 3396 172 ) ( 2548 3396 172 ) mohtest/stonewall1grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2544 3392 176 ) ( 2540 3388 24 ) ( 2548 3396 24 ) mohtest/stonewall1grim 132 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2664 +{ +( 2600 3708 24 ) ( 2536 3708 24 ) ( 2536 3420 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3516 196 ) ( 2548 3420 196 ) ( 2536 3420 196 ) mohtest/stonewall1grim 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2548 3708 24 ) ( 2548 3396 24 ) ( 2548 3396 200 ) mohtest/stonewall1grim 252 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2548 3396 24 ) ( 2536 3384 24 ) ( 2536 3384 196 ) mohtest/stonewall1grim 132 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2536 3516 196 ) ( 2536 3384 196 ) ( 2536 3384 24 ) mohtest/stonewall1grim 252 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2600 3708 32 ) ( 2600 3708 192 ) ( 2536 3708 192 ) mohtest/stonewall1grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2600 3708 52 ) ( 2600 3516 196 ) ( 2536 3516 196 ) mohtest/stonewall1grim 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2665 +{ +( 2636 3708 24 ) ( 2580 3708 24 ) ( 2580 3692 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3692 36 ) ( 2580 3708 36 ) ( 2636 3708 36 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3692 24 ) ( 2636 3692 32 ) ( 2636 3708 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3692 24 ) ( 2548 3692 32 ) ( 2604 3692 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3708 24 ) ( 2548 3708 32 ) ( 2548 3692 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2636 3708 24 ) ( 2636 3708 32 ) ( 2580 3708 32 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2666 +{ +( 2636 3692 24 ) ( 2580 3692 24 ) ( 2580 3676 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3676 48 ) ( 2580 3692 48 ) ( 2636 3692 48 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3676 24 ) ( 2636 3676 32 ) ( 2636 3692 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3676 24 ) ( 2548 3676 32 ) ( 2604 3676 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3692 24 ) ( 2548 3692 32 ) ( 2548 3676 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3692 24 ) ( 2604 3692 32 ) ( 2548 3692 32 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2667 +{ +( 2636 3678 24 ) ( 2580 3678 24 ) ( 2580 3662 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3660 60 ) ( 2580 3676 60 ) ( 2636 3676 60 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3660 48 ) ( 2636 3660 56 ) ( 2636 3676 56 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3660 48 ) ( 2548 3660 56 ) ( 2604 3660 56 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3676 48 ) ( 2548 3676 56 ) ( 2548 3660 56 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3676 48 ) ( 2604 3676 56 ) ( 2548 3676 56 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2668 +{ +( 2636 3658 24 ) ( 2580 3658 24 ) ( 2580 3642 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3644 72 ) ( 2580 3660 72 ) ( 2636 3660 72 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3644 60 ) ( 2636 3644 68 ) ( 2636 3660 68 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3644 60 ) ( 2548 3644 68 ) ( 2604 3644 68 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3660 60 ) ( 2548 3660 68 ) ( 2548 3644 68 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3660 60 ) ( 2604 3660 68 ) ( 2548 3660 68 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2669 +{ +( 2636 3648 24 ) ( 2580 3648 24 ) ( 2580 3632 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3628 84 ) ( 2580 3644 84 ) ( 2636 3644 84 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3628 72 ) ( 2636 3628 80 ) ( 2636 3644 80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3628 72 ) ( 2548 3628 80 ) ( 2604 3628 80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3644 72 ) ( 2548 3644 80 ) ( 2548 3628 80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3644 72 ) ( 2604 3644 80 ) ( 2548 3644 80 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2670 +{ +( 2636 3564 24 ) ( 2580 3564 24 ) ( 2580 3548 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3548 144 ) ( 2580 3564 144 ) ( 2636 3564 144 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3548 132 ) ( 2636 3548 140 ) ( 2636 3564 140 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3548 132 ) ( 2548 3548 140 ) ( 2604 3548 140 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3564 132 ) ( 2548 3564 140 ) ( 2548 3548 140 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3564 132 ) ( 2604 3564 140 ) ( 2548 3564 140 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2671 +{ +( 2636 3582 24 ) ( 2580 3582 24 ) ( 2580 3566 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3564 132 ) ( 2580 3580 132 ) ( 2636 3580 132 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3564 120 ) ( 2636 3564 128 ) ( 2636 3580 128 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3564 120 ) ( 2548 3564 128 ) ( 2604 3564 128 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3580 120 ) ( 2548 3580 128 ) ( 2548 3564 128 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3580 120 ) ( 2604 3580 128 ) ( 2548 3580 128 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2672 +{ +( 2636 3598 24 ) ( 2580 3598 24 ) ( 2580 3582 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3580 120 ) ( 2580 3596 120 ) ( 2636 3596 120 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3580 108 ) ( 2636 3580 116 ) ( 2636 3596 116 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3580 108 ) ( 2548 3580 116 ) ( 2604 3580 116 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3596 108 ) ( 2548 3596 116 ) ( 2548 3580 116 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3596 108 ) ( 2604 3596 116 ) ( 2548 3596 116 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2673 +{ +( 2636 3552 24 ) ( 2580 3552 24 ) ( 2580 3536 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3532 156 ) ( 2580 3548 156 ) ( 2636 3548 156 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3532 144 ) ( 2636 3532 152 ) ( 2636 3548 152 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3532 144 ) ( 2548 3532 152 ) ( 2604 3532 152 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3548 144 ) ( 2548 3548 152 ) ( 2548 3532 152 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3548 144 ) ( 2604 3548 152 ) ( 2548 3548 152 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2674 +{ +( 2636 3540 24 ) ( 2580 3540 24 ) ( 2580 3524 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3516 168 ) ( 2580 3532 168 ) ( 2636 3532 168 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3516 156 ) ( 2636 3516 164 ) ( 2636 3532 164 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3516 156 ) ( 2548 3516 164 ) ( 2604 3516 164 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3532 156 ) ( 2548 3532 164 ) ( 2548 3516 164 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3532 156 ) ( 2604 3532 164 ) ( 2548 3532 164 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2675 +{ +( 2636 3614 24 ) ( 2580 3614 24 ) ( 2580 3598 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3596 108 ) ( 2580 3612 108 ) ( 2636 3612 108 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3596 96 ) ( 2636 3596 104 ) ( 2636 3612 104 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3596 96 ) ( 2548 3596 104 ) ( 2604 3596 104 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3612 96 ) ( 2548 3612 104 ) ( 2548 3596 104 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3612 96 ) ( 2604 3612 104 ) ( 2548 3612 104 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2676 +{ +( 2636 3630 24 ) ( 2580 3630 24 ) ( 2580 3614 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3612 96 ) ( 2580 3628 96 ) ( 2636 3628 96 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3612 84 ) ( 2636 3612 92 ) ( 2636 3628 92 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3612 84 ) ( 2548 3612 92 ) ( 2604 3612 92 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3628 84 ) ( 2548 3628 92 ) ( 2548 3612 92 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3628 84 ) ( 2604 3628 92 ) ( 2548 3628 92 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2677 +{ +( 2636 3522 24 ) ( 2580 3522 24 ) ( 2580 3506 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 3500 176 ) ( 2580 3516 176 ) ( 2636 3516 176 ) algiers/whsflrset1_1b 252 251 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3500 164 ) ( 2636 3500 172 ) ( 2636 3516 172 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2584 3396 164 ) ( 2584 3396 172 ) ( 2640 3396 172 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2548 3516 164 ) ( 2548 3516 172 ) ( 2548 3500 172 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 3516 164 ) ( 2604 3516 172 ) ( 2548 3516 172 ) mohtest/stonewall2grim -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2678 +{ +( 5252 1624 24 ) ( 5252 1624 16 ) ( 5092 1032 16 ) common/nodraw -18 -30 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5076 1752 24 ) ( 5092 1752 24 ) ( 5092 1044 24 ) central_europe/strtset_cew -39 93 0.00 1 1 0 65536 0 +surfaceparm detail +( 5236 1628 16 ) ( 5236 1628 24 ) ( 5076 1032 24 ) central_europe/strtset_cew -94 13 0.00 1 1 0 65536 0 +surfaceparm detail +( 5076 1028 16 ) ( 5092 1044 16 ) ( 5092 1752 16 ) common/nodraw -30 -41 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5236 1628 24 ) ( 5236 1628 16 ) ( 5252 1624 16 ) common/nodraw 5 -44 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5092 1032 16 ) ( 5084 1032 16 ) ( 5088 1032 24 ) common/nodraw 5 -40 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2679 +{ +( 5252 2872 24 ) ( 5252 2872 16 ) ( 5252 2164 16 ) common/nodraw -18 -58 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5236 2356 24 ) ( 5252 2356 24 ) ( 5252 1648 24 ) central_europe/strtset_cew -199 185 0.00 1 1 0 65536 0 +surfaceparm detail +( 5236 1632 24 ) ( 5236 1632 16 ) ( 5236 2356 16 ) central_europe/strtset_cew -186 13 0.00 1 1 0 65536 0 +surfaceparm detail +( 5236 1632 16 ) ( 5252 1648 16 ) ( 5252 2356 16 ) common/nodraw -58 -7 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5236 2904 16 ) ( 5240 2908 16 ) ( 5238 2906 24 ) common/nodraw 5 -8 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5252 1624 16 ) ( 5236 1628 16 ) ( 5244 1626 24 ) common/nodraw 5 -8 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2680 +{ +( 5524 904 32 ) ( 5524 1608 32 ) ( 5452 1608 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 256 ) ( 5524 1680 256 ) ( 5524 976 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 408 ) ( 5452 896 408 ) ( 5452 896 360 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1600 -48 ) ( 5516 1600 272 ) ( 5452 1664 272 ) mohtest/fltwall1grim2_1 128 63 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1024 -64 ) ( 5468 1024 256 ) ( 5468 1600 256 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1552 -64 ) ( 5404 1552 -64 ) ( 5436 1552 256 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2681 +{ +( 5948 2368 512 ) ( 5628 2368 512 ) ( 5628 1664 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5628 1664 528 ) ( 5628 2368 528 ) ( 5948 2368 528 ) mohtest/stairs -80 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1680 512 ) ( 5948 1680 592 ) ( 5948 2384 592 ) mohtest/stairs -80 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 5628 1664 448 ) ( 5628 1664 528 ) ( 5948 1664 528 ) mohtest/stairs 124 -2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5972 2160 448 ) ( 5972 2160 528 ) ( 5652 2160 528 ) mohtest/stairs 124 -2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1996 528 ) ( 5516 1932 512 ) ( 5516 2060 512 ) mohtest/stairs -80 -2 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2682 +{ +( 5948 2368 256 ) ( 5628 2368 256 ) ( 5628 1664 256 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5628 1664 272 ) ( 5628 2368 272 ) ( 5948 2368 272 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5948 1680 256 ) ( 5948 1680 336 ) ( 5948 2384 336 ) mohtest/stairs -80 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 5628 1664 192 ) ( 5628 1664 272 ) ( 5948 1664 272 ) mohtest/stairs 124 -2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5972 2160 192 ) ( 5972 2160 272 ) ( 5652 2160 272 ) mohtest/stairs 124 -2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 2012 272 ) ( 5516 1948 256 ) ( 5516 2076 256 ) mohtest/stairs -80 -2 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2683 +{ +( 5948 2368 16 ) ( 5628 2368 16 ) ( 5628 1664 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5628 1664 32 ) ( 5628 2368 32 ) ( 5948 2368 32 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5948 1680 16 ) ( 5948 1680 96 ) ( 5948 2384 96 ) mohtest/stairs -80 13 0.00 1 1 0 65536 0 +surfaceparm detail +( 5628 1664 -48 ) ( 5628 1664 32 ) ( 5948 1664 32 ) mohtest/stairs 124 11 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5972 2160 -48 ) ( 5972 2160 32 ) ( 5652 2160 32 ) mohtest/stairs 124 11 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5732 1992 32 ) ( 5732 1928 16 ) ( 5732 2056 16 ) mohtest/stairs -80 13 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2684 +{ +( 6012 1664 16 ) ( 5692 1664 16 ) ( 5692 960 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5692 960 32 ) ( 5692 1664 32 ) ( 6012 1664 32 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6012 976 16 ) ( 6012 976 96 ) ( 6012 1680 96 ) mohtest/stairs -15 13 0.00 1 1 0 65536 0 +surfaceparm detail +( 5692 960 -48 ) ( 5692 960 32 ) ( 6012 960 32 ) mohtest/stairs 60 11 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6012 1664 -48 ) ( 6012 1664 32 ) ( 5692 1664 32 ) mohtest/stairs 60 11 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1976 32 ) ( 5452 1912 16 ) ( 5452 2040 16 ) mohtest/stairs -15 13 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2685 +{ +( 6012 1664 512 ) ( 5692 1664 512 ) ( 5692 960 512 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5692 960 528 ) ( 5692 1664 528 ) ( 6012 1664 528 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6012 976 512 ) ( 6012 976 592 ) ( 6012 1680 592 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 5692 960 448 ) ( 5692 960 528 ) ( 6012 960 528 ) mohtest/stairs 60 -1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6012 1664 448 ) ( 6012 1664 528 ) ( 5692 1664 528 ) mohtest/stairs 60 -1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5804 1992 528 ) ( 5804 1928 512 ) ( 5804 2056 512 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2686 +{ +( 5948 1848 32 ) ( 5916 1848 32 ) ( 5916 1784 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1776 88 ) ( 5916 1840 88 ) ( 5948 1840 88 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1840 -192 ) ( 5948 1840 128 ) ( 5948 1904 128 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1776 -272 ) ( 5916 1776 48 ) ( 5948 1776 48 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5932 1840 -272 ) ( 5932 1840 48 ) ( 5932 1776 48 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1856 -296 ) ( 5948 1856 24 ) ( 5916 1856 24 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2687 +{ +( 5948 1848 184 ) ( 5916 1848 184 ) ( 5916 1784 184 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1776 256 ) ( 5916 1840 256 ) ( 5948 1840 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1744 -48 ) ( 5948 1744 272 ) ( 5948 1808 272 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1776 -48 ) ( 5916 1776 272 ) ( 5948 1776 272 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5932 1840 -16 ) ( 5932 1840 304 ) ( 5932 1776 304 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1856 -40 ) ( 5948 1856 280 ) ( 5916 1856 280 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2688 +{ +( 5948 2312 32 ) ( 5876 2312 32 ) ( 5876 1608 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5876 1680 256 ) ( 5876 2384 256 ) ( 5948 2384 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1600 360 ) ( 5948 1600 408 ) ( 5948 2304 408 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1664 -48 ) ( 5884 1728 -48 ) ( 5884 1728 272 ) mohtest/fltwall1grim2_1 -64 61 0.00 1 1 0 65536 0 +surfaceparm detail +( 5932 2208 272 ) ( 5932 1632 272 ) ( 5932 1632 -48 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5956 1776 272 ) ( 5932 1776 -48 ) ( 5980 1776 -48 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2689 +{ +( 5948 2104 32 ) ( 5876 2104 32 ) ( 5876 1400 32 ) mohtest/fltwall1grim2_1 -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5876 1472 256 ) ( 5876 2176 256 ) ( 5948 2176 256 ) mohtest/fltwall1grim2_1 -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1396 360 ) ( 5948 1396 408 ) ( 5948 2100 408 ) mohtest/fltwall1grim2_1 -160 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 2160 272 ) ( 5884 2096 272 ) ( 5884 2096 -48 ) mohtest/fltwall1grim2_1 175 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5932 2096 272 ) ( 5932 1520 272 ) ( 5932 1520 -48 ) mohtest/fltwall1grim2_1 -160 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5972 1856 272 ) ( 6004 1856 -48 ) ( 5940 1856 -48 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2690 +{ +( 6012 1608 32 ) ( 5940 1608 32 ) ( 5940 904 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 256 ) ( 5940 1680 256 ) ( 6012 1680 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 896 360 ) ( 6012 896 408 ) ( 6012 1600 408 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1664 272 ) ( 5948 1600 272 ) ( 5948 1600 -48 ) mohtest/fltwall1grim2_1 128 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1600 256 ) ( 5996 1024 256 ) ( 5996 1024 -64 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6028 1552 256 ) ( 6060 1552 -64 ) ( 5996 1552 -64 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2691 +{ +( 6012 1544 184 ) ( 5980 1544 184 ) ( 5980 1480 184 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1472 256 ) ( 5980 1536 256 ) ( 6012 1536 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1440 -48 ) ( 6012 1440 272 ) ( 6012 1504 272 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5972 1472 -64 ) ( 5972 1472 256 ) ( 6004 1472 256 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1536 -32 ) ( 5996 1536 288 ) ( 5996 1472 288 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1552 -56 ) ( 6012 1552 264 ) ( 5980 1552 264 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2692 +{ +( 6012 1544 32 ) ( 5980 1544 32 ) ( 5980 1480 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1472 88 ) ( 5980 1536 88 ) ( 6012 1536 88 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1536 -192 ) ( 6012 1536 128 ) ( 6012 1600 128 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5972 1472 -272 ) ( 5972 1472 48 ) ( 6004 1472 48 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1536 -272 ) ( 5996 1536 48 ) ( 5996 1472 48 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1552 -296 ) ( 6012 1552 24 ) ( 5980 1552 24 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2693 +{ +( 6012 1608 32 ) ( 5940 1608 32 ) ( 5940 904 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 256 ) ( 5940 1680 256 ) ( 6012 1680 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 896 360 ) ( 6012 896 408 ) ( 6012 1600 408 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 960 -48 ) ( 5948 1024 -48 ) ( 5948 1024 272 ) mohtest/fltwall1grim2_1 -192 61 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1504 256 ) ( 5996 928 256 ) ( 5996 928 -64 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 1072 256 ) ( 5996 1072 -64 ) ( 6044 1072 -64 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2694 +{ +( 6012 1144 184 ) ( 5980 1144 184 ) ( 5980 1080 184 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 256 ) ( 5980 1136 256 ) ( 6012 1136 256 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1040 -48 ) ( 6012 1040 272 ) ( 6012 1104 272 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 -64 ) ( 5980 1072 256 ) ( 6012 1072 256 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1136 -32 ) ( 5996 1136 288 ) ( 5996 1072 288 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6004 1152 -56 ) ( 6004 1152 264 ) ( 5972 1152 264 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2695 +{ +( 6012 1144 32 ) ( 5980 1144 32 ) ( 5980 1080 32 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 88 ) ( 5980 1136 88 ) ( 6012 1136 88 ) mohtest/fltwall1grim2_1 -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1136 -192 ) ( 6012 1136 128 ) ( 6012 1200 128 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 -272 ) ( 5980 1072 48 ) ( 6012 1072 48 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1136 -272 ) ( 5996 1136 48 ) ( 5996 1072 48 ) mohtest/fltwall1grim2_1 -208 62 0.00 1 1 0 65536 0 +surfaceparm detail +( 6004 1152 -296 ) ( 6004 1152 24 ) ( 5972 1152 24 ) mohtest/fltwall1grim2_1 124 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2696 +{ +( 5948 2104 32 ) ( 5876 2104 32 ) ( 5876 1400 32 ) mohtest/fltwall1grim2_1 -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5876 1472 256 ) ( 5876 2176 256 ) ( 5948 2176 256 ) mohtest/fltwall1grim2_1 -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5884 2096 256 ) ( 5948 2160 256 ) ( 5948 2160 -64 ) mohtest/fltwall1grim2_1 223 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5628 2160 -64 ) ( 5948 2160 -64 ) ( 5948 2160 256 ) mohtest/fltwall1grim2_1 172 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5660 2144 256 ) ( 5692 2144 -64 ) ( 5628 2144 -64 ) mohtest/fltwall1grim2_1 172 60 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5732 2040 272 ) ( 5732 1976 32 ) ( 5732 2104 32 ) mohtest/fltwall1grim2_1 -160 62 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2697 +{ +( 6012 1088 608 ) ( 5980 1088 608 ) ( 5980 1024 608 ) mohcommon/window32_p1 32 48 90.00 -1 -0.083333 0 4194304 0 +surfaceparm detail +( 5980 1008 704 ) ( 5980 1072 704 ) ( 6012 1072 704 ) mohcommon/window32_p1 32 48 90.00 -1 -0.083333 0 4194304 0 +surfaceparm detail +( 6012 1120 576 ) ( 6012 1120 896 ) ( 6012 1184 896 ) mohcommon/window32_p1 32 -64 0.00 -1 1 0 4194304 0 +surfaceparm detail +( 5980 1072 368 ) ( 5980 1072 688 ) ( 6012 1072 688 ) mohcommon/window32_p1 39 -65 -180.00 0.100000 -1 0 4194304 0 +surfaceparm detail +( 6004 1068 368 ) ( 6004 1068 688 ) ( 6004 1004 688 ) mohcommon/window32_p1 32 -64 0.00 -1 1 0 4194304 0 +surfaceparm detail +( 6060 1152 384 ) ( 6060 1152 704 ) ( 6028 1152 704 ) mohcommon/window32_p1 39 -65 -180.00 0.100000 -1 0 4194304 0 +surfaceparm detail +} +// brush 2698 +{ +( 6012 1280 608 ) ( 5980 1280 608 ) ( 5980 1216 608 ) mohcommon/window32_p1 64 48 90.00 -1 -0.083333 0 4194304 0 +surfaceparm detail +( 5980 1200 704 ) ( 5980 1264 704 ) ( 6012 1264 704 ) mohcommon/window32_p1 64 48 90.00 -1 -0.083333 0 4194304 0 +surfaceparm detail +( 6012 1312 576 ) ( 6012 1312 896 ) ( 6012 1376 896 ) mohcommon/window32_p1 64 -64 0.00 -1 1 0 4194304 0 +surfaceparm detail +( 5980 1264 368 ) ( 5980 1264 688 ) ( 6012 1264 688 ) mohcommon/window32_p1 39 -65 -180.00 0.100000 -1 0 4194304 0 +surfaceparm detail +( 6004 1260 368 ) ( 6004 1260 688 ) ( 6004 1196 688 ) mohcommon/window32_p1 64 -64 0.00 -1 1 0 4194304 0 +surfaceparm detail +( 6012 1344 384 ) ( 6012 1344 704 ) ( 5980 1344 704 ) mohcommon/window32_p1 39 -65 -180.00 0.100000 -1 0 4194304 0 +surfaceparm detail +} +// brush 2699 +{ +( 6012 1488 608 ) ( 5980 1488 608 ) ( 5980 1424 608 ) mohcommon/window32_p1 32 48 90.00 -1 -0.083333 0 4194304 0 +surfaceparm detail +( 5980 1408 704 ) ( 5980 1472 704 ) ( 6012 1472 704 ) mohcommon/window32_p1 32 48 90.00 -1 -0.083333 0 4194304 0 +surfaceparm detail +( 6012 1520 576 ) ( 6012 1520 896 ) ( 6012 1584 896 ) mohcommon/window32_p1 32 -64 0.00 -1 1 0 4194304 0 +surfaceparm detail +( 5980 1472 368 ) ( 5980 1472 688 ) ( 6012 1472 688 ) mohcommon/window32_p1 39 -65 -180.00 0.100000 -1 0 4194304 0 +surfaceparm detail +( 6004 1460 368 ) ( 6004 1460 688 ) ( 6004 1396 688 ) mohcommon/window32_p1 32 -64 0.00 -1 1 0 4194304 0 +surfaceparm detail +( 6012 1552 384 ) ( 6012 1552 704 ) ( 5980 1552 704 ) mohcommon/window32_p1 39 -65 -180.00 0.100000 -1 0 4194304 0 +surfaceparm detail +} +// brush 2700 +{ +( 6012 1664 768 ) ( 5940 1664 768 ) ( 5940 960 768 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5940 960 832 ) ( 5940 1664 832 ) ( 6012 1664 832 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 6012 960 784 ) ( 6012 960 832 ) ( 6012 1664 832 ) mohcommon/trim_set1a -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 5940 960 784 ) ( 5940 960 832 ) ( 6012 960 832 ) mohcommon/trim_set1a 60 -1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6012 1664 784 ) ( 6012 1664 832 ) ( 5940 1664 832 ) mohcommon/trim_set1a 60 -1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1976 832 ) ( 5452 1912 768 ) ( 5452 2040 768 ) mohcommon/trim_set1a -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2701 +{ +( 5948 1848 272 ) ( 5916 1848 272 ) ( 5916 1784 272 ) algiers/whsflrset1_1a -96 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1776 324 ) ( 5916 1840 324 ) ( 5948 1840 324 ) algiers/whsflrset1_1a -96 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1840 48 ) ( 5948 1840 368 ) ( 5948 1904 368 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1776 -32 ) ( 5916 1776 288 ) ( 5948 1776 288 ) algiers/whsflrset1_1a 124 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5932 1840 -32 ) ( 5932 1840 288 ) ( 5932 1776 288 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1856 -32 ) ( 5948 1856 288 ) ( 5916 1856 288 ) algiers/whsflrset1_1a 124 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2702 +{ +( 5948 1848 420 ) ( 5916 1848 420 ) ( 5916 1784 420 ) algiers/whsflrset1_1a -96 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1776 512 ) ( 5916 1840 512 ) ( 5948 1840 512 ) algiers/whsflrset1_1a -96 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1744 164 ) ( 5948 1744 484 ) ( 5948 1808 484 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1776 192 ) ( 5916 1776 512 ) ( 5948 1776 512 ) algiers/whsflrset1_1a 132 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5932 1840 224 ) ( 5932 1840 544 ) ( 5932 1776 544 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1856 224 ) ( 5948 1856 544 ) ( 5916 1856 544 ) algiers/whsflrset1_1a 132 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2703 +{ +( 5948 2312 272 ) ( 5876 2312 272 ) ( 5876 1608 272 ) algiers/whsflrset1_1a -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5876 1680 512 ) ( 5876 2384 512 ) ( 5948 2384 512 ) algiers/whsflrset1_1a -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1600 600 ) ( 5948 1600 648 ) ( 5948 2304 648 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5932 1664 272 ) ( 5932 1664 512 ) ( 5948 1664 512 ) algiers/whsflrset1_1a -64 -195 0.00 1 1 0 65536 0 +surfaceparm detail +( 5932 1664 512 ) ( 5932 1664 272 ) ( 5932 1776 272 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5956 1776 512 ) ( 5932 1776 192 ) ( 5980 1776 192 ) algiers/whsflrset1_1a 124 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2704 +{ +( 5948 2312 272 ) ( 5876 2312 272 ) ( 5876 1608 272 ) algiers/whsflrset1_1a -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5876 1680 512 ) ( 5876 2384 512 ) ( 5948 2384 512 ) algiers/whsflrset1_1a -208 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1600 600 ) ( 5948 1600 648 ) ( 5948 2304 648 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5932 2288 512 ) ( 5932 1712 512 ) ( 5932 1712 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1968 496 ) ( 5884 1968 176 ) ( 5948 1968 176 ) algiers/whsflrset1_1a 124 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5908 1856 512 ) ( 5932 1856 192 ) ( 5884 1856 192 ) algiers/whsflrset1_1a 124 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2705 +{ +( 5948 2040 420 ) ( 5916 2040 420 ) ( 5916 1976 420 ) algiers/whsflrset1_1a -161 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1968 512 ) ( 5916 2032 512 ) ( 5948 2032 512 ) algiers/whsflrset1_1a -161 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1936 164 ) ( 5948 1936 484 ) ( 5948 2000 484 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5908 1968 192 ) ( 5908 1968 512 ) ( 5940 1968 512 ) algiers/whsflrset1_1a 132 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5932 2032 224 ) ( 5932 2032 544 ) ( 5932 1968 544 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 2048 224 ) ( 5948 2048 544 ) ( 5916 2048 544 ) algiers/whsflrset1_1a 132 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2706 +{ +( 5948 2040 272 ) ( 5916 2040 272 ) ( 5916 1976 272 ) algiers/whsflrset1_1a -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5916 1968 324 ) ( 5916 2032 324 ) ( 5948 2032 324 ) algiers/whsflrset1_1a -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 2032 48 ) ( 5948 2032 368 ) ( 5948 2096 368 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5908 1968 -32 ) ( 5908 1968 288 ) ( 5940 1968 288 ) algiers/whsflrset1_1a 124 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5932 2032 -32 ) ( 5932 2032 288 ) ( 5932 1968 288 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 2048 -32 ) ( 5948 2048 288 ) ( 5916 2048 288 ) algiers/whsflrset1_1a 124 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2707 +{ +( 5948 2104 272 ) ( 5876 2104 272 ) ( 5876 1400 272 ) algiers/whsflrset1_1a -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5876 1472 512 ) ( 5876 2176 512 ) ( 5948 2176 512 ) algiers/whsflrset1_1a -161 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1392 600 ) ( 5948 1392 648 ) ( 5948 2096 648 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 2160 512 ) ( 5884 2096 512 ) ( 5884 2096 192 ) algiers/whsflrset1_1a 175 -194 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5932 2096 512 ) ( 5932 1520 512 ) ( 5932 1520 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5964 2048 512 ) ( 5996 2048 192 ) ( 5932 2048 192 ) algiers/whsflrset1_1a 124 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2708 +{ +( 6012 1608 272 ) ( 5940 1608 272 ) ( 5940 904 272 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 512 ) ( 5940 1680 512 ) ( 6012 1680 512 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 896 600 ) ( 6012 896 648 ) ( 6012 1600 648 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1664 512 ) ( 5948 1600 512 ) ( 5948 1600 192 ) algiers/whsflrset1_1a 192 -194 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1600 512 ) ( 5996 1024 512 ) ( 5996 1024 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6028 1552 512 ) ( 6060 1552 192 ) ( 5996 1552 192 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2709 +{ +( 6012 1544 420 ) ( 5980 1544 420 ) ( 5980 1480 420 ) algiers/whsflrset1_1a -145 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1472 512 ) ( 5980 1536 512 ) ( 6012 1536 512 ) algiers/whsflrset1_1a -145 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1440 192 ) ( 6012 1440 512 ) ( 6012 1504 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5972 1472 192 ) ( 5972 1472 512 ) ( 6004 1472 512 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1536 196 ) ( 5996 1536 516 ) ( 5996 1472 516 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1552 224 ) ( 6012 1552 544 ) ( 5980 1552 544 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2710 +{ +( 6012 1544 272 ) ( 5980 1544 272 ) ( 5980 1480 272 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1472 324 ) ( 5980 1536 324 ) ( 6012 1536 324 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1536 48 ) ( 6012 1536 368 ) ( 6012 1600 368 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5972 1472 -32 ) ( 5972 1472 288 ) ( 6004 1472 288 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1536 -60 ) ( 5996 1536 260 ) ( 5996 1472 260 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1552 -32 ) ( 6012 1552 288 ) ( 5980 1552 288 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2711 +{ +( 6012 1472 272 ) ( 5948 1472 272 ) ( 5948 1376 272 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1376 512 ) ( 5948 1472 512 ) ( 6012 1472 512 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1376 272 ) ( 6012 1376 592 ) ( 6012 1472 592 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1264 192 ) ( 5996 1264 512 ) ( 6060 1264 512 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1472 192 ) ( 5996 1472 512 ) ( 5996 1376 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1472 192 ) ( 6012 1472 512 ) ( 5948 1472 512 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2712 +{ +( 6012 1608 272 ) ( 5940 1608 272 ) ( 5940 904 272 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 512 ) ( 5940 1680 512 ) ( 6012 1680 512 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 896 600 ) ( 6012 896 648 ) ( 6012 1600 648 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1584 512 ) ( 5996 1008 512 ) ( 5996 1008 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6028 1264 496 ) ( 5996 1264 176 ) ( 6060 1264 176 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5972 1152 512 ) ( 5996 1152 192 ) ( 5948 1152 192 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2713 +{ +( 6012 1608 272 ) ( 5940 1608 272 ) ( 5940 904 272 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 512 ) ( 5940 1680 512 ) ( 6012 1680 512 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 896 600 ) ( 6012 896 648 ) ( 6012 1600 648 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 960 192 ) ( 5948 1024 192 ) ( 5948 1024 512 ) algiers/whsflrset1_1a -128 -195 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1504 512 ) ( 5996 928 512 ) ( 5996 928 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 1072 512 ) ( 5996 1072 192 ) ( 6044 1072 192 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2714 +{ +( 6012 1144 420 ) ( 5980 1144 420 ) ( 5980 1080 420 ) algiers/whsflrset1_1a -32 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 512 ) ( 5980 1136 512 ) ( 6012 1136 512 ) algiers/whsflrset1_1a -32 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1040 192 ) ( 6012 1040 512 ) ( 6012 1104 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 192 ) ( 5980 1072 512 ) ( 6012 1072 512 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1136 196 ) ( 5996 1136 516 ) ( 5996 1072 516 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6004 1152 224 ) ( 6004 1152 544 ) ( 5972 1152 544 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2715 +{ +( 6012 1144 272 ) ( 5980 1144 272 ) ( 5980 1080 272 ) algiers/whsflrset1_1a -32 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 324 ) ( 5980 1136 324 ) ( 6012 1136 324 ) algiers/whsflrset1_1a -32 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1136 48 ) ( 6012 1136 368 ) ( 6012 1200 368 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 -32 ) ( 5980 1072 288 ) ( 6012 1072 288 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1136 -60 ) ( 5996 1136 260 ) ( 5996 1072 260 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6004 1152 -32 ) ( 6004 1152 288 ) ( 5972 1152 288 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2716 +{ +( 6012 1144 528 ) ( 5980 1144 528 ) ( 5980 1080 528 ) algiers/whsflrset1_1a -32 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 608 ) ( 5980 1136 608 ) ( 6012 1136 608 ) algiers/whsflrset1_1a -32 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1136 304 ) ( 6012 1136 624 ) ( 6012 1200 624 ) algiers/whsflrset1_1a -32 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 224 ) ( 5980 1072 544 ) ( 6012 1072 544 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1136 224 ) ( 5996 1136 544 ) ( 5996 1072 544 ) algiers/whsflrset1_1a -32 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6004 1152 224 ) ( 6004 1152 544 ) ( 5972 1152 544 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2717 +{ +( 6012 1144 704 ) ( 5980 1144 704 ) ( 5980 1080 704 ) algiers/whsflrset1_1a -32 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 768 ) ( 5980 1136 768 ) ( 6012 1136 768 ) algiers/whsflrset1_1a -32 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1040 448 ) ( 6012 1040 768 ) ( 6012 1104 768 ) algiers/whsflrset1_1a -32 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1072 448 ) ( 5980 1072 768 ) ( 6012 1072 768 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1136 480 ) ( 5996 1136 800 ) ( 5996 1072 800 ) algiers/whsflrset1_1a -32 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6004 1152 480 ) ( 6004 1152 800 ) ( 5972 1152 800 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2718 +{ +( 6012 1608 528 ) ( 5940 1608 528 ) ( 5940 904 528 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 768 ) ( 5940 1680 768 ) ( 6012 1680 768 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 896 856 ) ( 6012 896 904 ) ( 6012 1600 904 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 960 448 ) ( 5948 1024 448 ) ( 5948 1024 768 ) algiers/whsflrset1_1a -128 -195 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1504 768 ) ( 5996 928 768 ) ( 5996 928 448 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 1072 768 ) ( 5996 1072 448 ) ( 6044 1072 448 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2719 +{ +( 6012 1608 528 ) ( 5940 1608 528 ) ( 5940 904 528 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 768 ) ( 5940 1680 768 ) ( 6012 1680 768 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 896 856 ) ( 6012 896 904 ) ( 6012 1600 904 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1584 768 ) ( 5996 1008 768 ) ( 5996 1008 448 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6028 1264 752 ) ( 5996 1264 432 ) ( 6060 1264 432 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5972 1152 768 ) ( 5996 1152 448 ) ( 5948 1152 448 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2720 +{ +( 6012 1336 704 ) ( 5980 1336 704 ) ( 5980 1272 704 ) algiers/whsflrset1_1a -96 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1264 768 ) ( 5980 1328 768 ) ( 6012 1328 768 ) algiers/whsflrset1_1a -96 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1232 448 ) ( 6012 1232 768 ) ( 6012 1296 768 ) algiers/whsflrset1_1a -96 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1264 448 ) ( 5980 1264 768 ) ( 6012 1264 768 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1328 480 ) ( 5996 1328 800 ) ( 5996 1264 800 ) algiers/whsflrset1_1a -96 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1344 480 ) ( 6012 1344 800 ) ( 5980 1344 800 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2721 +{ +( 6012 1336 528 ) ( 5980 1336 528 ) ( 5980 1272 528 ) algiers/whsflrset1_1a -96 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1264 608 ) ( 5980 1328 608 ) ( 6012 1328 608 ) algiers/whsflrset1_1a -96 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1328 304 ) ( 6012 1328 624 ) ( 6012 1392 624 ) algiers/whsflrset1_1a -96 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1264 224 ) ( 5980 1264 544 ) ( 6012 1264 544 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1328 224 ) ( 5996 1328 544 ) ( 5996 1264 544 ) algiers/whsflrset1_1a -96 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1344 224 ) ( 6012 1344 544 ) ( 5980 1344 544 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2722 +{ +( 6012 1472 528 ) ( 5948 1472 528 ) ( 5948 1376 528 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1376 768 ) ( 5948 1472 768 ) ( 6012 1472 768 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1376 528 ) ( 6012 1376 848 ) ( 6012 1472 848 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 1344 448 ) ( 5996 1344 768 ) ( 6060 1344 768 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1472 448 ) ( 5996 1472 768 ) ( 5996 1376 768 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1472 448 ) ( 6012 1472 768 ) ( 5948 1472 768 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2723 +{ +( 6012 1544 528 ) ( 5980 1544 528 ) ( 5980 1480 528 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1472 608 ) ( 5980 1536 608 ) ( 6012 1536 608 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1536 304 ) ( 6012 1536 624 ) ( 6012 1600 624 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 5972 1472 224 ) ( 5972 1472 544 ) ( 6004 1472 544 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1536 224 ) ( 5996 1536 544 ) ( 5996 1472 544 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1552 224 ) ( 6012 1552 544 ) ( 5980 1552 544 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2724 +{ +( 6012 1544 704 ) ( 5980 1544 704 ) ( 5980 1480 704 ) algiers/whsflrset1_1a -145 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 5980 1472 768 ) ( 5980 1536 768 ) ( 6012 1536 768 ) algiers/whsflrset1_1a -145 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1440 448 ) ( 6012 1440 768 ) ( 6012 1504 768 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 5972 1472 448 ) ( 5972 1472 768 ) ( 6004 1472 768 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1536 480 ) ( 5996 1536 800 ) ( 5996 1472 800 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1552 480 ) ( 6012 1552 800 ) ( 5980 1552 800 ) algiers/whsflrset1_1a 196 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2725 +{ +( 6012 1608 528 ) ( 5940 1608 528 ) ( 5940 904 528 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 768 ) ( 5940 1680 768 ) ( 6012 1680 768 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 896 856 ) ( 6012 896 904 ) ( 6012 1600 904 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1664 768 ) ( 5948 1600 768 ) ( 5948 1600 448 ) algiers/whsflrset1_1a 192 -194 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 1600 768 ) ( 5996 1024 768 ) ( 5996 1024 448 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +( 6028 1552 768 ) ( 6060 1552 448 ) ( 5996 1552 448 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2726 +{ +( 6012 1608 528 ) ( 5940 1608 528 ) ( 5940 904 528 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5940 976 768 ) ( 5940 1680 768 ) ( 6012 1680 768 ) algiers/whsflrset1_1a -145 -188 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1600 768 ) ( 6012 1664 768 ) ( 6012 1664 528 ) algiers/whsflrset1_1a 192 -194 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5692 1664 528 ) ( 6012 1664 528 ) ( 6012 1664 768 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5720 1648 768 ) ( 5752 1648 448 ) ( 5688 1648 448 ) algiers/whsflrset1_1a 188 -195 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5728 2040 768 ) ( 5728 1976 528 ) ( 5728 2104 528 ) algiers/whsflrset1_1a -144 -194 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2727 +{ +( 6020 1664 824 ) ( 6012 1664 824 ) ( 6012 960 824 ) algiers/whsflrset1_1a -145 -26 90.00 1 1 0 65536 0 +surfaceparm detail +( 6012 960 840 ) ( 6012 1664 840 ) ( 6020 1664 840 ) algiers/whsflrset1_1a -145 -26 90.00 1 1 0 65536 0 +surfaceparm detail +( 6020 952 840 ) ( 6020 1672 840 ) ( 6020 1672 824 ) algiers/whsflrset1_1a -144 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 960 840 ) ( 6020 952 840 ) ( 6020 952 824 ) algiers/whsflrset1_1a -128 -36 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1664 832 ) ( 6012 1664 840 ) ( 6012 960 840 ) algiers/whsflrset1_1a -144 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1664 824 ) ( 6020 1672 824 ) ( 6020 1672 840 ) algiers/whsflrset1_1a 192 -34 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2728 +{ +( 6020 1664 272 ) ( 5620 1664 272 ) ( 5620 1600 272 ) algiers/whsflrset1_1a -145 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5620 1600 512 ) ( 5620 1664 512 ) ( 6020 1664 512 ) algiers/whsflrset1_1a -145 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 5948 1600 512 ) ( 6012 1664 512 ) ( 6012 1664 272 ) algiers/whsflrset1_1a 192 -194 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5616 1648 512 ) ( 5944 1648 512 ) ( 5944 1648 272 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5620 1664 272 ) ( 6012 1664 272 ) ( 6012 1664 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5932 2032 512 ) ( 5932 1968 272 ) ( 5932 2096 272 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2729 +{ +( 5452 960 824 ) ( 5452 1664 824 ) ( 5444 1664 824 ) algiers/whsflrset1_1a 192 172 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5444 1664 840 ) ( 5452 1664 840 ) ( 5452 960 840 ) algiers/whsflrset1_1a 192 172 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5444 1672 824 ) ( 5444 1672 840 ) ( 5444 952 840 ) algiers/whsflrset1_1a 192 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5444 952 824 ) ( 5444 952 840 ) ( 5452 960 840 ) algiers/whsflrset1_1a -128 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 960 840 ) ( 5452 1664 840 ) ( 5452 1664 832 ) algiers/whsflrset1_1a 192 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5444 1672 840 ) ( 5444 1672 824 ) ( 5452 1664 824 ) algiers/whsflrset1_1a 192 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2730 +{ +( 5524 904 528 ) ( 5524 1608 528 ) ( 5452 1608 528 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 768 ) ( 5524 1680 768 ) ( 5524 976 768 ) algiers/whsflrset1_1a 192 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1600 768 ) ( 5516 1600 528 ) ( 5452 1664 528 ) algiers/whsflrset1_1a 228 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1664 768 ) ( 5452 1664 528 ) ( 5772 1664 528 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5512 1648 528 ) ( 5512 1648 768 ) ( 5728 1648 768 ) algiers/whsflrset1_1a -12 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5728 2104 528 ) ( 5728 1976 528 ) ( 5728 2040 768 ) algiers/whsflrset1_1a 192 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2731 +{ +( 5588 1400 272 ) ( 5588 2104 272 ) ( 5516 2104 272 ) algiers/whsflrset1_1a 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2176 512 ) ( 5588 2176 512 ) ( 5588 1472 512 ) algiers/whsflrset1_1a 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2096 648 ) ( 5516 1392 648 ) ( 5516 1392 600 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5580 2096 192 ) ( 5580 2096 512 ) ( 5516 2160 512 ) algiers/whsflrset1_1a 176 -191 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5532 1520 192 ) ( 5532 1520 512 ) ( 5532 2096 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 2048 192 ) ( 5468 2048 192 ) ( 5500 2048 512 ) algiers/whsflrset1_1a -76 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2732 +{ +( 5548 1976 272 ) ( 5548 2040 272 ) ( 5516 2040 272 ) algiers/whsflrset1_1a 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2032 324 ) ( 5548 2032 324 ) ( 5548 1968 324 ) algiers/whsflrset1_1a 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2096 368 ) ( 5516 2032 368 ) ( 5516 2032 48 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5524 1968 288 ) ( 5556 1968 288 ) ( 5556 1968 -32 ) algiers/whsflrset1_1a -76 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 1968 260 ) ( 5532 2032 260 ) ( 5532 2032 -60 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5548 2048 288 ) ( 5516 2048 288 ) ( 5516 2048 -32 ) algiers/whsflrset1_1a -76 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2733 +{ +( 5548 1976 420 ) ( 5548 2040 420 ) ( 5516 2040 420 ) algiers/whsflrset1_1a 176 67 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2032 512 ) ( 5548 2032 512 ) ( 5548 1968 512 ) algiers/whsflrset1_1a 176 67 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2000 512 ) ( 5516 1936 512 ) ( 5516 1936 192 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5524 1968 512 ) ( 5556 1968 512 ) ( 5556 1968 192 ) algiers/whsflrset1_1a -68 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 1968 516 ) ( 5532 2032 516 ) ( 5532 2032 196 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5548 2048 544 ) ( 5516 2048 544 ) ( 5516 2048 224 ) algiers/whsflrset1_1a -68 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2734 +{ +( 5588 1608 272 ) ( 5588 2312 272 ) ( 5516 2312 272 ) algiers/whsflrset1_1a 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2384 512 ) ( 5588 2384 512 ) ( 5588 1680 512 ) algiers/whsflrset1_1a 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2304 648 ) ( 5516 1600 648 ) ( 5516 1600 600 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 1712 192 ) ( 5532 1712 512 ) ( 5532 2288 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1968 176 ) ( 5580 1968 176 ) ( 5548 1968 496 ) algiers/whsflrset1_1a -76 -192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5580 1664 192 ) ( 5532 1664 192 ) ( 5556 1664 512 ) algiers/whsflrset1_1a -76 -192 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2735 +{ +( 5588 1664 528 ) ( 5588 2368 528 ) ( 5516 2368 528 ) mohcommon/trim_set1a 0 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2368 592 ) ( 5588 2368 592 ) ( 5588 1664 592 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 5516 2368 592 ) ( 5516 1664 592 ) ( 5516 1664 544 ) mohcommon/trim_set1a 0 -47 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1664 592 ) ( 5588 1664 592 ) ( 5588 1664 544 ) mohcommon/trim_set1a -76 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( 5588 2160 568 ) ( 5516 2160 568 ) ( 5516 2160 520 ) mohcommon/trim_set1a -76 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( 5948 2056 528 ) ( 5948 1928 528 ) ( 5948 1992 592 ) mohcommon/trim_set1a 0 -47 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2736 +{ +( 5484 1080 32 ) ( 5484 1144 32 ) ( 5452 1144 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1136 88 ) ( 5484 1136 88 ) ( 5484 1072 88 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1200 128 ) ( 5452 1136 128 ) ( 5452 1136 -192 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1072 48 ) ( 5484 1072 48 ) ( 5484 1072 -272 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1072 48 ) ( 5468 1136 48 ) ( 5468 1136 -272 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5492 1152 24 ) ( 5460 1152 24 ) ( 5460 1152 -296 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2737 +{ +( 5484 1080 184 ) ( 5484 1144 184 ) ( 5452 1144 184 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1136 256 ) ( 5484 1136 256 ) ( 5484 1072 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1104 272 ) ( 5452 1040 272 ) ( 5452 1040 -48 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5452 1072 256 ) ( 5484 1072 256 ) ( 5484 1072 -64 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1072 288 ) ( 5468 1136 288 ) ( 5468 1136 -32 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5492 1152 264 ) ( 5460 1152 264 ) ( 5460 1152 -56 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2738 +{ +( 5524 904 32 ) ( 5524 1608 32 ) ( 5452 1608 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 256 ) ( 5524 1680 256 ) ( 5524 976 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 408 ) ( 5452 896 408 ) ( 5452 896 360 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1024 272 ) ( 5516 1024 -48 ) ( 5452 960 -48 ) mohtest/fltwall1grim2_1 -192 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 928 -64 ) ( 5468 928 256 ) ( 5468 1504 256 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5420 1072 -64 ) ( 5468 1072 -64 ) ( 5444 1072 256 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2739 +{ +( 5524 904 32 ) ( 5524 1608 32 ) ( 5452 1608 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1680 256 ) ( 5524 1680 256 ) ( 5524 976 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 408 ) ( 5452 896 408 ) ( 5452 896 360 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 1008 -64 ) ( 5468 1008 256 ) ( 5468 1584 256 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5456 1472 -80 ) ( 5520 1472 -80 ) ( 5488 1472 240 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1152 -64 ) ( 5468 1152 -64 ) ( 5492 1152 256 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2740 +{ +( 5484 1480 32 ) ( 5484 1544 32 ) ( 5452 1544 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1536 88 ) ( 5484 1536 88 ) ( 5484 1472 88 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1600 128 ) ( 5452 1536 128 ) ( 5452 1536 -192 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1472 48 ) ( 5492 1472 48 ) ( 5492 1472 -272 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1472 48 ) ( 5468 1536 48 ) ( 5468 1536 -272 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5484 1552 24 ) ( 5452 1552 24 ) ( 5452 1552 -296 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2741 +{ +( 5484 1480 184 ) ( 5484 1544 184 ) ( 5452 1544 184 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1536 256 ) ( 5484 1536 256 ) ( 5484 1472 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1504 272 ) ( 5452 1440 272 ) ( 5452 1440 -48 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5460 1472 256 ) ( 5492 1472 256 ) ( 5492 1472 -64 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5468 1472 288 ) ( 5468 1536 288 ) ( 5468 1536 -32 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5484 1552 264 ) ( 5452 1552 264 ) ( 5452 1552 -56 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2742 +{ +( 5588 1400 32 ) ( 5588 2104 32 ) ( 5516 2104 32 ) mohtest/fltwall1grim2_1 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2176 256 ) ( 5588 2176 256 ) ( 5588 1472 256 ) mohtest/fltwall1grim2_1 176 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2096 408 ) ( 5516 1392 408 ) ( 5516 1392 360 ) mohtest/fltwall1grim2_1 176 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5580 2096 -48 ) ( 5580 2096 272 ) ( 5516 2160 272 ) mohtest/fltwall1grim2_1 176 63 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5532 1520 -48 ) ( 5532 1520 272 ) ( 5532 2096 272 ) mohtest/fltwall1grim2_1 176 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5532 2048 -48 ) ( 5468 2048 -48 ) ( 5500 2048 272 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2743 +{ +( 5548 1976 32 ) ( 5548 2040 32 ) ( 5516 2040 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2032 88 ) ( 5548 2032 88 ) ( 5548 1968 88 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2096 128 ) ( 5516 2032 128 ) ( 5516 2032 -192 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 1968 48 ) ( 5556 1968 48 ) ( 5556 1968 -272 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 1968 48 ) ( 5532 2032 48 ) ( 5532 2032 -272 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5548 2048 48 ) ( 5516 2048 48 ) ( 5516 2048 -272 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2744 +{ +( 5548 1976 184 ) ( 5548 2040 184 ) ( 5516 2040 184 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2032 256 ) ( 5548 2032 256 ) ( 5548 1968 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2000 272 ) ( 5516 1936 272 ) ( 5516 1936 -48 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 1968 272 ) ( 5556 1968 272 ) ( 5556 1968 -48 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 1968 304 ) ( 5532 2032 304 ) ( 5532 2032 -16 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5548 2048 304 ) ( 5516 2048 304 ) ( 5516 2048 -16 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2745 +{ +( 5588 1608 32 ) ( 5588 2312 32 ) ( 5516 2312 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2384 256 ) ( 5588 2384 256 ) ( 5588 1680 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2304 408 ) ( 5516 1600 408 ) ( 5516 1600 360 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5532 1712 -48 ) ( 5532 1712 272 ) ( 5532 2288 272 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1968 -64 ) ( 5580 1968 -64 ) ( 5548 1968 256 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5580 1856 -48 ) ( 5532 1856 -48 ) ( 5556 1856 272 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2746 +{ +( 5588 1608 32 ) ( 5588 2312 32 ) ( 5516 2312 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2384 256 ) ( 5588 2384 256 ) ( 5588 1680 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 2304 408 ) ( 5516 1600 408 ) ( 5516 1600 360 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5580 1728 272 ) ( 5580 1728 -48 ) ( 5516 1664 -48 ) mohtest/fltwall1grim2_1 -64 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 1632 -48 ) ( 5532 1632 272 ) ( 5532 2208 272 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5484 1776 -48 ) ( 5532 1776 -48 ) ( 5508 1776 272 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2747 +{ +( 5548 1784 184 ) ( 5548 1848 184 ) ( 5516 1848 184 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1840 256 ) ( 5548 1840 256 ) ( 5548 1776 256 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1808 272 ) ( 5516 1744 272 ) ( 5516 1744 -48 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1776 272 ) ( 5548 1776 272 ) ( 5548 1776 -48 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 1776 304 ) ( 5532 1840 304 ) ( 5532 1840 -16 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5548 1856 280 ) ( 5516 1856 280 ) ( 5516 1856 -40 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2748 +{ +( 5548 1784 32 ) ( 5548 1848 32 ) ( 5516 1848 32 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1840 88 ) ( 5548 1840 88 ) ( 5548 1776 88 ) mohtest/fltwall1grim2_1 128 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5516 1904 128 ) ( 5516 1840 128 ) ( 5516 1840 -192 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1776 48 ) ( 5548 1776 48 ) ( 5548 1776 -272 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 1776 48 ) ( 5532 1840 48 ) ( 5532 1840 -272 ) mohtest/fltwall1grim2_1 128 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5548 1856 24 ) ( 5516 1856 24 ) ( 5516 1856 -296 ) mohtest/fltwall1grim2_1 -76 64 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2749 +{ +( 5776 960 256 ) ( 5776 1664 256 ) ( 5456 1664 256 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5456 1664 272 ) ( 5776 1664 272 ) ( 5776 960 272 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5452 1680 336 ) ( 5452 976 336 ) ( 5452 976 256 ) mohtest/stairs 64 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5456 960 272 ) ( 5776 960 272 ) ( 5776 960 192 ) mohtest/stairs -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5776 1664 272 ) ( 5456 1664 272 ) ( 5456 1664 192 ) mohtest/stairs -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5736 2056 256 ) ( 5736 1928 256 ) ( 5736 1992 272 ) mohtest/stairs 64 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2750 +{ +( 5836 1664 16 ) ( 5836 2368 16 ) ( 5516 2368 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5516 2368 32 ) ( 5836 2368 32 ) ( 5836 1664 32 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5516 2384 96 ) ( 5516 1680 96 ) ( 5516 1680 16 ) mohtest/stairs 0 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5516 1664 32 ) ( 5836 1664 32 ) ( 5836 1664 -48 ) mohtest/stairs -76 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 5812 2160 32 ) ( 5492 2160 32 ) ( 5492 2160 -48 ) mohtest/stairs -76 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 5732 2056 16 ) ( 5732 1928 16 ) ( 5732 1992 32 ) mohtest/stairs 0 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2751 +{ +( 5160 1400 224 ) ( 5352 1400 224 ) ( 5352 1344 224 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1432 160 ) ( 5736 1376 160 ) ( 5736 1376 152 ) common/nodraw 24 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1384 160 ) ( 5832 1440 160 ) ( 5832 1440 152 ) mohtest/stonewall1grim 128 15 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1184 108 ) ( 5140 1184 112 ) ( 5140 1184 104 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw 22 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2752 +{ +( 5160 1416 216 ) ( 5352 1416 216 ) ( 5352 1360 216 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1448 152 ) ( 5736 1392 152 ) ( 5736 1392 144 ) common/nodraw 24 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1400 152 ) ( 5832 1456 152 ) ( 5832 1456 144 ) mohtest/stonewall1grim 128 15 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1200 100 ) ( 5140 1200 104 ) ( 5140 1200 96 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw 22 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2753 +{ +( 5160 1432 208 ) ( 5352 1432 208 ) ( 5352 1376 208 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1464 144 ) ( 5736 1408 144 ) ( 5736 1408 136 ) common/nodraw 24 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1416 144 ) ( 5832 1472 144 ) ( 5832 1472 136 ) mohtest/stonewall1grim 128 15 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1216 92 ) ( 5140 1216 96 ) ( 5140 1216 88 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw 22 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2754 +{ +( 5160 1448 200 ) ( 5352 1448 200 ) ( 5352 1392 200 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1480 136 ) ( 5736 1424 136 ) ( 5736 1424 128 ) common/nodraw 24 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1432 136 ) ( 5832 1488 136 ) ( 5832 1488 128 ) mohtest/stonewall1grim 128 15 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1232 84 ) ( 5140 1232 88 ) ( 5140 1232 80 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw 22 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2755 +{ +( 5160 1464 192 ) ( 5352 1464 192 ) ( 5352 1408 192 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1496 128 ) ( 5736 1440 128 ) ( 5736 1440 120 ) common/nodraw 24 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1448 128 ) ( 5832 1504 128 ) ( 5832 1504 120 ) mohtest/stonewall1grim 128 15 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1248 76 ) ( 5140 1248 80 ) ( 5140 1248 72 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw 22 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2756 +{ +( 5160 1480 184 ) ( 5352 1480 184 ) ( 5352 1424 184 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1512 120 ) ( 5736 1456 120 ) ( 5736 1456 112 ) common/nodraw 24 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1464 120 ) ( 5832 1520 120 ) ( 5832 1520 112 ) mohtest/stonewall1grim 128 15 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1264 68 ) ( 5140 1264 72 ) ( 5140 1264 64 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw 22 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2757 +{ +( 5160 1496 176 ) ( 5352 1496 176 ) ( 5352 1440 176 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1528 112 ) ( 5736 1472 112 ) ( 5736 1472 104 ) common/nodraw 24 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1480 112 ) ( 5832 1536 112 ) ( 5832 1536 104 ) mohtest/stonewall1grim 128 15 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1280 60 ) ( 5140 1280 64 ) ( 5140 1280 56 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw 22 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2758 +{ +( 5160 1512 168 ) ( 5352 1512 168 ) ( 5352 1456 168 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1544 104 ) ( 5736 1488 104 ) ( 5736 1488 96 ) common/nodraw 24 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1496 104 ) ( 5832 1552 104 ) ( 5832 1552 96 ) mohtest/stonewall1grim 128 15 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1296 52 ) ( 5140 1296 56 ) ( 5140 1296 48 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw 22 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2759 +{ +( 5160 1528 160 ) ( 5352 1528 160 ) ( 5352 1472 160 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1560 96 ) ( 5736 1504 96 ) ( 5736 1504 88 ) common/nodraw 24 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1512 96 ) ( 5832 1568 96 ) ( 5832 1568 88 ) mohtest/stonewall1grim 128 15 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1312 44 ) ( 5140 1312 48 ) ( 5140 1312 40 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw 22 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2760 +{ +( 5160 1544 152 ) ( 5352 1544 152 ) ( 5352 1488 152 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1576 88 ) ( 5736 1520 88 ) ( 5736 1520 80 ) common/nodraw -16 62 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1528 88 ) ( 5832 1584 88 ) ( 5832 1584 80 ) common/nodraw -16 62 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5652 1328 36 ) ( 5140 1328 40 ) ( 5140 1328 32 ) mohtest/stonewall1grim 224 29 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1256 180 ) ( 5736 1360 128 ) ( 5736 1152 232 ) common/nodraw -17 -31 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2761 +{ +( 5160 1768 40 ) ( 5352 1768 40 ) ( 5352 1712 40 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1800 -24 ) ( 5736 1744 -24 ) ( 5736 1744 -32 ) common/nodraw -48 46 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1752 -24 ) ( 5832 1808 -24 ) ( 5832 1808 -32 ) common/nodraw -48 46 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5652 1552 -76 ) ( 5140 1552 -72 ) ( 5140 1552 -80 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw -48 -31 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2762 +{ +( 5160 1752 48 ) ( 5352 1752 48 ) ( 5352 1696 48 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1784 -16 ) ( 5736 1728 -16 ) ( 5736 1728 -24 ) common/nodraw -48 46 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1736 -16 ) ( 5832 1792 -16 ) ( 5832 1792 -24 ) common/nodraw -48 46 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5652 1536 -68 ) ( 5140 1536 -64 ) ( 5140 1536 -72 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw -48 -31 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2763 +{ +( 5160 1736 56 ) ( 5352 1736 56 ) ( 5352 1680 56 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1768 -8 ) ( 5736 1712 -8 ) ( 5736 1712 -16 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1720 -8 ) ( 5832 1776 -8 ) ( 5832 1776 -16 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1520 -60 ) ( 5140 1520 -56 ) ( 5140 1520 -64 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2764 +{ +( 5160 1720 64 ) ( 5352 1720 64 ) ( 5352 1664 64 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1752 0 ) ( 5736 1696 0 ) ( 5736 1696 -8 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1704 0 ) ( 5832 1760 0 ) ( 5832 1760 -8 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1504 -52 ) ( 5140 1504 -48 ) ( 5140 1504 -56 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2765 +{ +( 5160 1704 72 ) ( 5352 1704 72 ) ( 5352 1648 72 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1736 8 ) ( 5736 1680 8 ) ( 5736 1680 0 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1688 8 ) ( 5832 1744 8 ) ( 5832 1744 0 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1488 -44 ) ( 5140 1488 -40 ) ( 5140 1488 -48 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2766 +{ +( 5160 1688 80 ) ( 5352 1688 80 ) ( 5352 1632 80 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1720 16 ) ( 5736 1664 16 ) ( 5736 1664 8 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1672 16 ) ( 5832 1728 16 ) ( 5832 1728 8 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1472 -36 ) ( 5140 1472 -32 ) ( 5140 1472 -40 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2767 +{ +( 5160 1672 88 ) ( 5352 1672 88 ) ( 5352 1616 88 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1704 24 ) ( 5736 1648 24 ) ( 5736 1648 16 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1656 24 ) ( 5832 1712 24 ) ( 5832 1712 16 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1456 -28 ) ( 5140 1456 -24 ) ( 5140 1456 -32 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2768 +{ +( 5160 1656 96 ) ( 5352 1656 96 ) ( 5352 1600 96 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1688 32 ) ( 5736 1632 32 ) ( 5736 1632 24 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1640 32 ) ( 5832 1696 32 ) ( 5832 1696 24 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1440 -20 ) ( 5140 1440 -16 ) ( 5140 1440 -24 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2769 +{ +( 5160 1640 104 ) ( 5352 1640 104 ) ( 5352 1584 104 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1672 40 ) ( 5736 1616 40 ) ( 5736 1616 32 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1624 40 ) ( 5832 1680 40 ) ( 5832 1680 32 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1424 -12 ) ( 5140 1424 -8 ) ( 5140 1424 -16 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2770 +{ +( 5160 1624 112 ) ( 5352 1624 112 ) ( 5352 1568 112 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1656 48 ) ( 5736 1600 48 ) ( 5736 1600 40 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1608 48 ) ( 5832 1664 48 ) ( 5832 1664 40 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1408 -4 ) ( 5140 1408 0 ) ( 5140 1408 -8 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2771 +{ +( 5160 1608 120 ) ( 5352 1608 120 ) ( 5352 1552 120 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1640 56 ) ( 5736 1584 56 ) ( 5736 1584 48 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1592 56 ) ( 5832 1648 56 ) ( 5832 1648 48 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1392 4 ) ( 5140 1392 8 ) ( 5140 1392 0 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2772 +{ +( 5160 1592 128 ) ( 5352 1592 128 ) ( 5352 1536 128 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1624 64 ) ( 5736 1568 64 ) ( 5736 1568 56 ) common/nodraw 5 31 -180.00 0.433594 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1576 64 ) ( 5832 1632 64 ) ( 5832 1632 56 ) mohtest/stonewall1grim 32 63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1376 12 ) ( 5140 1376 16 ) ( 5140 1376 8 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1464 76 ) ( 5736 1568 24 ) ( 5736 1360 128 ) common/nodraw 53 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2773 +{ +( 5160 1560 144 ) ( 5352 1560 144 ) ( 5352 1504 144 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1592 80 ) ( 5736 1536 80 ) ( 5736 1536 72 ) common/nodraw 48 0 -180.00 0.432617 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1544 80 ) ( 5832 1600 80 ) ( 5832 1600 72 ) mohtest/stonewall1grim 224 94 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1344 28 ) ( 5140 1344 32 ) ( 5140 1344 24 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1432 92 ) ( 5736 1536 40 ) ( 5736 1328 144 ) common/nodraw 0 47 -90.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2774 +{ +( 5160 1576 136 ) ( 5352 1576 136 ) ( 5352 1520 136 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1608 72 ) ( 5736 1552 72 ) ( 5736 1552 64 ) common/nodraw 48 0 -180.00 0.432617 -0.500031 536870912 2224 0 +surfaceparm detail +( 5832 1560 72 ) ( 5832 1616 72 ) ( 5832 1616 64 ) mohtest/stonewall1grim 224 94 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1360 20 ) ( 5140 1360 24 ) ( 5140 1360 16 ) mohtest/stonewall1grim 224 77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1432 92 ) ( 5736 1536 40 ) ( 5736 1328 144 ) common/nodraw 0 47 -90.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2775 +{ +( 5160 1384 232 ) ( 5352 1384 232 ) ( 5352 1328 232 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1416 168 ) ( 5736 1360 168 ) ( 5736 1360 160 ) common/nodraw 3 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1368 168 ) ( 5832 1424 168 ) ( 5832 1424 160 ) mohtest/stonewall1grim 0 79 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1168 116 ) ( 5140 1168 120 ) ( 5140 1168 112 ) mohtest/stonewall1grim 224 92 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1192 212 ) ( 5736 1296 160 ) ( 5736 1088 264 ) common/nodraw 2 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2776 +{ +( 5160 1368 240 ) ( 5352 1368 240 ) ( 5352 1312 240 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1400 176 ) ( 5736 1344 176 ) ( 5736 1344 168 ) common/nodraw 3 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1352 176 ) ( 5832 1408 176 ) ( 5832 1408 168 ) mohtest/stonewall1grim 0 79 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1152 124 ) ( 5140 1152 128 ) ( 5140 1152 120 ) mohtest/stonewall1grim 224 92 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1192 212 ) ( 5736 1296 160 ) ( 5736 1088 264 ) common/nodraw 2 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2777 +{ +( 5160 1352 248 ) ( 5352 1352 248 ) ( 5352 1296 248 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1384 184 ) ( 5736 1328 184 ) ( 5736 1328 176 ) common/nodraw 3 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1336 184 ) ( 5832 1392 184 ) ( 5832 1392 176 ) mohtest/stonewall1grim 0 79 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1136 132 ) ( 5140 1136 136 ) ( 5140 1136 128 ) mohtest/stonewall1grim 224 92 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1192 212 ) ( 5736 1296 160 ) ( 5736 1088 264 ) common/nodraw 2 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2778 +{ +( 5160 1336 256 ) ( 5352 1336 256 ) ( 5352 1280 256 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1368 192 ) ( 5736 1312 192 ) ( 5736 1312 184 ) common/nodraw 3 48 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1320 192 ) ( 5832 1376 192 ) ( 5832 1376 184 ) mohtest/stonewall1grim 0 79 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1120 140 ) ( 5140 1120 144 ) ( 5140 1120 136 ) mohtest/stonewall1grim 224 92 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1192 212 ) ( 5736 1296 160 ) ( 5736 1088 264 ) common/nodraw 2 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2779 +{ +( 5160 1320 264 ) ( 5352 1320 264 ) ( 5352 1264 264 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1352 200 ) ( 5736 1296 200 ) ( 5736 1296 192 ) common/nodraw 10 0 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1304 200 ) ( 5832 1360 200 ) ( 5832 1360 192 ) mohtest/stonewall1grim 96 159 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1104 148 ) ( 5140 1104 152 ) ( 5140 1104 144 ) mohtest/stonewall1grim 224 172 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1112 252 ) ( 5736 1216 200 ) ( 5736 1008 304 ) common/nodraw 10 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2780 +{ +( 5160 1304 272 ) ( 5352 1304 272 ) ( 5352 1248 272 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5736 1336 208 ) ( 5736 1280 208 ) ( 5736 1280 200 ) common/nodraw 10 0 -180.00 0.432617 -0.500000 536870912 2224 0 +surfaceparm detail +( 5832 1288 208 ) ( 5832 1344 208 ) ( 5832 1344 200 ) mohtest/stonewall1grim 96 159 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5652 1088 156 ) ( 5140 1088 160 ) ( 5140 1088 152 ) mohtest/stonewall1grim 224 172 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5832 1112 252 ) ( 5736 1216 200 ) ( 5736 1008 304 ) common/nodraw 10 47 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2781 +{ +( 6012 1664 256 ) ( 5692 1664 256 ) ( 5692 960 256 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5692 960 272 ) ( 5692 1664 272 ) ( 6012 1664 272 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6012 976 256 ) ( 6012 976 336 ) ( 6012 1680 336 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 5692 960 192 ) ( 5692 960 272 ) ( 6012 960 272 ) mohtest/stairs 60 -1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5736 1992 272 ) ( 5736 1928 256 ) ( 5736 2056 256 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 5772 1072 256 ) ( 5796 1072 256 ) ( 5784 1072 272 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2782 +{ +( 6012 1664 256 ) ( 5692 1664 256 ) ( 5692 960 256 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5692 960 272 ) ( 5692 1664 272 ) ( 6012 1664 272 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6012 976 256 ) ( 6012 976 336 ) ( 6012 1680 336 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 6012 1664 192 ) ( 6012 1664 272 ) ( 5692 1664 272 ) mohtest/stairs 60 -1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5796 1072 256 ) ( 5772 1072 256 ) ( 5784 1072 272 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 5832 1072 256 ) ( 5832 1084 256 ) ( 5832 1078 272 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2783 +{ +( 6012 1664 256 ) ( 5692 1664 256 ) ( 5692 960 256 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5692 960 272 ) ( 5692 1664 272 ) ( 6012 1664 272 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6012 1664 192 ) ( 6012 1664 272 ) ( 5692 1664 272 ) mohtest/stairs 60 -1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5736 1992 272 ) ( 5736 1928 256 ) ( 5736 2056 256 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 5816 1408 256 ) ( 5792 1408 256 ) ( 5804 1408 272 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +( 5832 1084 256 ) ( 5832 1072 256 ) ( 5832 1078 272 ) mohtest/stairs -15 -2 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2784 +{ +( 5768 1620 32 ) ( 5768 916 32 ) ( 5840 916 32 ) mohtest/fltwall1grmy -92 -207 90.00 1 1 0 65536 0 +surfaceparm detail +( 5840 844 256 ) ( 5768 844 256 ) ( 5768 1548 256 ) mohtest/fltwall1grmy -92 -207 90.00 1 1 0 65536 0 +surfaceparm detail +( 5832 924 408 ) ( 5832 1628 408 ) ( 5832 1628 360 ) mohtest/fltwall1grmy -92 -193 0.00 1 1 0 65536 0 +surfaceparm detail +( 5736 1508 -48 ) ( 5736 1508 272 ) ( 5736 932 272 ) mohtest/fltwall1grmy -92 -193 0.00 1 1 0 65536 0 +surfaceparm detail +( 5824 1060 -80 ) ( 5760 1060 -80 ) ( 5792 1060 240 ) mohtest/fltwall1grmy 208 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5740 1068 -64 ) ( 5788 1068 -64 ) ( 5764 1068 256 ) mohtest/fltwall1grmy 208 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2785 +{ +( 5672 1620 32 ) ( 5672 916 32 ) ( 5744 916 32 ) mohtest/fltwall1grmy -92 -111 90.00 1 1 0 65536 0 +surfaceparm detail +( 5744 844 256 ) ( 5672 844 256 ) ( 5672 1548 256 ) mohtest/fltwall1grmy -92 -111 90.00 1 1 0 65536 0 +surfaceparm detail +( 5736 920 408 ) ( 5736 1624 408 ) ( 5736 1624 360 ) mohtest/fltwall1grmy -92 -193 0.00 1 1 0 65536 0 +surfaceparm detail +( 5704 1516 -64 ) ( 5704 1516 256 ) ( 5704 940 256 ) mohtest/fltwall1grmy -92 -193 0.00 1 1 0 65536 0 +surfaceparm detail +( 5728 1060 -80 ) ( 5664 1060 -80 ) ( 5696 1060 240 ) mohtest/fltwall1grmy 112 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5684 1560 -64 ) ( 5732 1560 -64 ) ( 5708 1560 256 ) mohtest/fltwall1grmy 112 -192 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 2786 +{ +( 5844 1600 272 ) ( 5844 1664 272 ) ( 5444 1664 272 ) algiers/whsflrset1_1a 192 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5444 1664 512 ) ( 5844 1664 512 ) ( 5844 1600 512 ) algiers/whsflrset1_1a 192 75 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1664 272 ) ( 5452 1664 512 ) ( 5516 1600 512 ) algiers/whsflrset1_1a 192 -191 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5512 1648 272 ) ( 5512 1648 512 ) ( 5840 1648 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5452 1664 512 ) ( 5452 1664 272 ) ( 5844 1664 272 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5532 1664 272 ) ( 5532 1660 272 ) ( 5532 1662 512 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2787 +{ +( 5596 4930 -520 ) ( 5596 4946 -520 ) ( 5592 4946 -520 ) common/clip 35 58 -90.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +( 5592 4946 -360 ) ( 5596 4946 -360 ) ( 5596 4930 -360 ) common/clip 35 58 -90.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +( 5612 4962 -520 ) ( 5612 4962 -360 ) ( 5612 4914 -360 ) common/clip 36 0 -180.00 0.500000 -0.499969 196608 2193 0 +surfaceparm detail +( 5618 4930 -360 ) ( 5618 4930 -520 ) ( 5612 4914 -520 ) common/clip -43 0 0.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +( 5618 4946 -360 ) ( 5618 4946 -520 ) ( 5618 4930 -520 ) common/clip 36 0 -180.00 0.500000 -0.499969 196608 2193 0 +surfaceparm detail +( 5612 4962 -360 ) ( 5612 4962 -520 ) ( 5618 4946 -520 ) common/clip -43 0 0.00 0.500000 0.500000 196608 2193 0 +surfaceparm detail +} +// brush 2788 +{ +( 5596 4928 -520 ) ( 5596 4944 -520 ) ( 5592 4944 -520 ) common/nodraw -16 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5592 4944 -360 ) ( 5596 4944 -360 ) ( 5596 4928 -360 ) common/nodraw -16 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5612 4944 -336 ) ( 5612 4928 -336 ) ( 5612 4928 -520 ) common/nodraw -16 18 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5592 4928 -336 ) ( 5596 4928 -336 ) ( 5596 4928 -520 ) mohtest/flrwood1_rep -184 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5616 4926 -336 ) ( 5616 4942 -336 ) ( 5616 4942 -520 ) mohtest/flrwood1_rep 110 -63 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 5596 4944 -336 ) ( 5592 4944 -336 ) ( 5592 4944 -520 ) mohtest/flrwood1_rep -184 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +} +// brush 2789 +{ +( 5618 4928 -360 ) ( 5618 4944 -360 ) ( 5612 4944 -360 ) mohtest/flrwood1_rep 128 184 -90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5612 4944 -352 ) ( 5618 4944 -352 ) ( 5618 4928 -352 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5612 4944 -352 ) ( 5612 4928 -352 ) ( 5612 4928 -360 ) common/nodraw -48 18 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5612 4928 -352 ) ( 5618 4928 -352 ) ( 5618 4928 -360 ) mohtest/flrwood1_rep 62 -184 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5708 4928 -352 ) ( 5708 4944 -352 ) ( 5708 4944 -360 ) common/nodraw -48 18 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5618 4944 -352 ) ( 5612 4944 -352 ) ( 5612 4944 -360 ) common/nodraw 40 18 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2790 +{ +( 5724 4944 -520 ) ( 5724 4928 -520 ) ( 5728 4928 -520 ) common/nodraw 16 7 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5728 4928 -360 ) ( 5724 4928 -360 ) ( 5724 4944 -360 ) common/nodraw 16 7 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4928 -336 ) ( 5708 4944 -336 ) ( 5708 4944 -520 ) common/nodraw 16 17 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5728 4944 -336 ) ( 5724 4944 -336 ) ( 5724 4944 -520 ) mohtest/flrwood1_rep 184 -64 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 5704 4946 -336 ) ( 5704 4930 -336 ) ( 5704 4930 -520 ) mohtest/flrwood1_rep -160 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5724 4928 -336 ) ( 5728 4928 -336 ) ( 5728 4928 -520 ) mohtest/flrwood1_rep 184 -64 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +} +// brush 2791 +{ +( 5604 4920 -336 ) ( 5604 4888 -336 ) ( 5700 4888 -336 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5720 4880 -184 ) ( 5624 4880 -184 ) ( 5624 4912 -184 ) common/nodraw -32 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5732 4904 -264 ) ( 5732 4904 -480 ) ( 5708 4880 -480 ) common/caulk 33 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5588 4904 -264 ) ( 5588 4904 -328 ) ( 5732 4904 -328 ) mohtest/platestone1flt 232 -64 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5588 4904 -328 ) ( 5588 4904 -264 ) ( 5612 4880 -264 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5612 4880 -264 ) ( 5708 4880 -264 ) ( 5708 4880 -480 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5724 4904 -336 ) ( 5724 4896 -336 ) ( 5724 4900 -264 ) mohtest/platestone1flt -96 -64 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 2792 +{ +( 5036 4744 -320 ) ( 5228 4744 -320 ) ( 5228 4688 -320 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4776 -384 ) ( 5612 4720 -384 ) ( 5612 4720 -392 ) common/nodraw 7 -12 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4728 -384 ) ( 5708 4784 -384 ) ( 5708 4784 -392 ) mohtest/stonewall1grim 160 -46 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4528 -436 ) ( 5016 4528 -432 ) ( 5016 4528 -440 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4600 -364 ) ( 5612 4704 -416 ) ( 5612 4496 -312 ) common/nodraw 26 56 -90.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2793 +{ +( 5036 4728 -312 ) ( 5228 4728 -312 ) ( 5228 4672 -312 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4760 -376 ) ( 5612 4704 -376 ) ( 5612 4704 -384 ) common/nodraw 7 -12 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4712 -376 ) ( 5708 4768 -376 ) ( 5708 4768 -384 ) mohtest/stonewall1grim 160 -46 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4512 -428 ) ( 5016 4512 -424 ) ( 5016 4512 -432 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4600 -364 ) ( 5612 4704 -416 ) ( 5612 4496 -312 ) common/nodraw 26 56 -90.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2794 +{ +( 5708 4944 -352 ) ( 5612 4944 -352 ) ( 5612 4888 -352 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5708 4944 -336 ) ( 5612 4944 -336 ) ( 5612 4960 -336 ) common/caulk -16 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5708 4944 -352 ) ( 5708 4960 -352 ) ( 5708 4960 -504 ) common/caulk -16 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5612 4944 -360 ) ( 5708 4944 -360 ) ( 5708 4944 -352 ) common/caulk 56 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5612 4960 -352 ) ( 5612 4944 -352 ) ( 5612 4944 -504 ) common/caulk -16 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5708 4904 -360 ) ( 5612 4904 -360 ) ( 5612 4904 -352 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2795 +{ +( 5036 5096 -496 ) ( 5228 5096 -496 ) ( 5228 5040 -496 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5128 -560 ) ( 5612 5072 -560 ) ( 5612 5072 -568 ) common/nodraw -48 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5080 -560 ) ( 5708 5136 -560 ) ( 5708 5136 -568 ) common/nodraw -48 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4880 -612 ) ( 5016 4880 -608 ) ( 5016 4880 -616 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4776 -452 ) ( 5612 4880 -504 ) ( 5612 4672 -400 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2796 +{ +( 5036 5128 -512 ) ( 5228 5128 -512 ) ( 5228 5072 -512 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5160 -576 ) ( 5612 5104 -576 ) ( 5612 5104 -584 ) common/nodraw -48 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5112 -576 ) ( 5708 5168 -576 ) ( 5708 5168 -584 ) common/nodraw -48 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4912 -628 ) ( 5016 4912 -624 ) ( 5016 4912 -632 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4808 -468 ) ( 5612 4912 -520 ) ( 5612 4704 -416 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2797 +{ +( 5036 5112 -504 ) ( 5228 5112 -504 ) ( 5228 5056 -504 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5144 -568 ) ( 5612 5088 -568 ) ( 5612 5088 -576 ) common/nodraw -48 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5096 -568 ) ( 5708 5152 -568 ) ( 5708 5152 -576 ) common/nodraw -48 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4896 -620 ) ( 5016 4896 -616 ) ( 5016 4896 -624 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4792 -460 ) ( 5612 4896 -512 ) ( 5612 4688 -408 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2798 +{ +( 5700 4936 -520 ) ( 5700 4920 -520 ) ( 5724 4920 -520 ) common/caulk -32 -7 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 4912 -336 ) ( 5700 4912 -336 ) ( 5700 4928 -336 ) common/caulk -32 -7 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 4912 -392 ) ( 5724 4928 -392 ) ( 5724 4928 -480 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 4944 -392 ) ( 5700 4944 -392 ) ( 5700 4944 -480 ) common/caulk 8 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5708 4928 -392 ) ( 5708 4912 -392 ) ( 5708 4912 -480 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5700 4880 -392 ) ( 5724 4880 -392 ) ( 5724 4880 -480 ) common/caulk 8 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 2799 +{ +( 5588 4928 -520 ) ( 5588 4912 -520 ) ( 5612 4912 -520 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5612 4912 -336 ) ( 5588 4912 -336 ) ( 5588 4928 -336 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5612 4912 -392 ) ( 5612 4928 -392 ) ( 5612 4928 -480 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4944 -392 ) ( 5588 4944 -392 ) ( 5588 4944 -480 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5596 4928 -392 ) ( 5596 4912 -392 ) ( 5596 4912 -480 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5588 4880 -392 ) ( 5612 4880 -392 ) ( 5612 4880 -480 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 2800 +{ +( 5036 5064 -480 ) ( 5228 5064 -480 ) ( 5228 5008 -480 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5096 -544 ) ( 5612 5040 -544 ) ( 5612 5040 -552 ) common/nodraw -16 -16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5048 -544 ) ( 5708 5104 -544 ) ( 5708 5104 -552 ) common/nodraw -16 -16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4848 -596 ) ( 5016 4848 -592 ) ( 5016 4848 -600 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4744 -436 ) ( 5612 4848 -488 ) ( 5612 4640 -384 ) common/nodraw -16 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2801 +{ +( 5036 5080 -488 ) ( 5228 5080 -488 ) ( 5228 5024 -488 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5112 -552 ) ( 5612 5056 -552 ) ( 5612 5056 -560 ) common/nodraw -16 -16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5064 -552 ) ( 5708 5120 -552 ) ( 5708 5120 -560 ) common/nodraw -16 -16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4864 -604 ) ( 5016 4864 -600 ) ( 5016 4864 -608 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4760 -444 ) ( 5612 4864 -496 ) ( 5612 4656 -392 ) common/nodraw -16 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2802 +{ +( 5036 5048 -472 ) ( 5228 5048 -472 ) ( 5228 4992 -472 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5080 -536 ) ( 5612 5024 -536 ) ( 5612 5024 -544 ) common/nodraw -16 -16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5032 -536 ) ( 5708 5088 -536 ) ( 5708 5088 -544 ) common/nodraw -16 -16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4832 -588 ) ( 5016 4832 -584 ) ( 5016 4832 -592 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4728 -428 ) ( 5612 4832 -480 ) ( 5612 4624 -376 ) common/nodraw -16 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2803 +{ +( 5036 4968 -432 ) ( 5228 4968 -432 ) ( 5228 4912 -432 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5000 -496 ) ( 5612 4944 -496 ) ( 5612 4944 -504 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4952 -496 ) ( 5708 5008 -496 ) ( 5708 5008 -504 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4752 -548 ) ( 5016 4752 -544 ) ( 5016 4752 -552 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4648 -388 ) ( 5612 4752 -440 ) ( 5612 4544 -336 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2804 +{ +( 5036 4760 -328 ) ( 5228 4760 -328 ) ( 5228 4704 -328 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4792 -392 ) ( 5612 4736 -392 ) ( 5612 4736 -400 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4744 -392 ) ( 5708 4800 -392 ) ( 5708 4800 -400 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4544 -444 ) ( 5016 4544 -440 ) ( 5016 4544 -448 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2805 +{ +( 5036 4776 -336 ) ( 5228 4776 -336 ) ( 5228 4720 -336 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4808 -400 ) ( 5612 4752 -400 ) ( 5612 4752 -408 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4760 -400 ) ( 5708 4816 -400 ) ( 5708 4816 -408 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4560 -452 ) ( 5016 4560 -448 ) ( 5016 4560 -456 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2806 +{ +( 5036 4792 -344 ) ( 5228 4792 -344 ) ( 5228 4736 -344 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4824 -408 ) ( 5612 4768 -408 ) ( 5612 4768 -416 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4776 -408 ) ( 5708 4832 -408 ) ( 5708 4832 -416 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4576 -460 ) ( 5016 4576 -456 ) ( 5016 4576 -464 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2807 +{ +( 5036 4808 -352 ) ( 5228 4808 -352 ) ( 5228 4752 -352 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4840 -416 ) ( 5612 4784 -416 ) ( 5612 4784 -424 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4792 -416 ) ( 5708 4848 -416 ) ( 5708 4848 -424 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4592 -468 ) ( 5016 4592 -464 ) ( 5016 4592 -472 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2808 +{ +( 5036 4824 -360 ) ( 5228 4824 -360 ) ( 5228 4768 -360 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4856 -424 ) ( 5612 4800 -424 ) ( 5612 4800 -432 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4808 -424 ) ( 5708 4864 -424 ) ( 5708 4864 -432 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4608 -476 ) ( 5016 4608 -472 ) ( 5016 4608 -480 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2809 +{ +( 5036 4840 -368 ) ( 5228 4840 -368 ) ( 5228 4784 -368 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4872 -432 ) ( 5612 4816 -432 ) ( 5612 4816 -440 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4824 -432 ) ( 5708 4880 -432 ) ( 5708 4880 -440 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4624 -484 ) ( 5016 4624 -480 ) ( 5016 4624 -488 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2810 +{ +( 5036 4856 -376 ) ( 5228 4856 -376 ) ( 5228 4800 -376 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4888 -440 ) ( 5612 4832 -440 ) ( 5612 4832 -448 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4840 -440 ) ( 5708 4896 -440 ) ( 5708 4896 -448 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4640 -492 ) ( 5016 4640 -488 ) ( 5016 4640 -496 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2811 +{ +( 5036 4872 -384 ) ( 5228 4872 -384 ) ( 5228 4816 -384 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4904 -448 ) ( 5612 4848 -448 ) ( 5612 4848 -456 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4856 -448 ) ( 5708 4912 -448 ) ( 5708 4912 -456 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4656 -500 ) ( 5016 4656 -496 ) ( 5016 4656 -504 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2812 +{ +( 5036 4888 -392 ) ( 5228 4888 -392 ) ( 5228 4832 -392 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4920 -456 ) ( 5612 4864 -456 ) ( 5612 4864 -464 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4872 -456 ) ( 5708 4928 -456 ) ( 5708 4928 -464 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4672 -508 ) ( 5016 4672 -504 ) ( 5016 4672 -512 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2813 +{ +( 5036 4904 -400 ) ( 5228 4904 -400 ) ( 5228 4848 -400 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4936 -464 ) ( 5612 4880 -464 ) ( 5612 4880 -472 ) common/nodraw 16 -44 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4888 -464 ) ( 5708 4944 -464 ) ( 5708 4944 -472 ) mohtest/stonewall1grim 224 -77 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4688 -516 ) ( 5016 4688 -512 ) ( 5016 4688 -520 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw 63 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2814 +{ +( 5036 4920 -408 ) ( 5228 4920 -408 ) ( 5228 4864 -408 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4952 -472 ) ( 5612 4896 -472 ) ( 5612 4896 -480 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4904 -472 ) ( 5708 4960 -472 ) ( 5708 4960 -480 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4704 -524 ) ( 5016 4704 -520 ) ( 5016 4704 -528 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2815 +{ +( 5036 4936 -416 ) ( 5228 4936 -416 ) ( 5228 4880 -416 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4968 -480 ) ( 5612 4912 -480 ) ( 5612 4912 -488 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4920 -480 ) ( 5708 4976 -480 ) ( 5708 4976 -488 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4720 -532 ) ( 5016 4720 -528 ) ( 5016 4720 -536 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2816 +{ +( 5036 4952 -424 ) ( 5228 4952 -424 ) ( 5228 4896 -424 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4984 -488 ) ( 5612 4928 -488 ) ( 5612 4928 -496 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4936 -488 ) ( 5708 4992 -488 ) ( 5708 4992 -496 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4736 -540 ) ( 5016 4736 -536 ) ( 5016 4736 -544 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4632 -380 ) ( 5612 4736 -432 ) ( 5612 4528 -328 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2817 +{ +( 5036 4984 -440 ) ( 5228 4984 -440 ) ( 5228 4928 -440 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5016 -504 ) ( 5612 4960 -504 ) ( 5612 4960 -512 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4968 -504 ) ( 5708 5024 -504 ) ( 5708 5024 -512 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4768 -556 ) ( 5016 4768 -552 ) ( 5016 4768 -560 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4664 -396 ) ( 5612 4768 -448 ) ( 5612 4560 -344 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2818 +{ +( 5036 5000 -448 ) ( 5228 5000 -448 ) ( 5228 4944 -448 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5032 -512 ) ( 5612 4976 -512 ) ( 5612 4976 -520 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4984 -512 ) ( 5708 5040 -512 ) ( 5708 5040 -520 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4784 -564 ) ( 5016 4784 -560 ) ( 5016 4784 -568 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4680 -404 ) ( 5612 4784 -456 ) ( 5612 4576 -352 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2819 +{ +( 5036 5032 -464 ) ( 5228 5032 -464 ) ( 5228 4976 -464 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5064 -528 ) ( 5612 5008 -528 ) ( 5612 5008 -536 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5016 -528 ) ( 5708 5072 -528 ) ( 5708 5072 -536 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4816 -580 ) ( 5016 4816 -576 ) ( 5016 4816 -584 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4712 -420 ) ( 5612 4816 -472 ) ( 5612 4608 -368 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2820 +{ +( 5036 5016 -456 ) ( 5228 5016 -456 ) ( 5228 4960 -456 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5048 -520 ) ( 5612 4992 -520 ) ( 5612 4992 -528 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5000 -520 ) ( 5708 5056 -520 ) ( 5708 5056 -528 ) common/nodraw -48 -31 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4800 -572 ) ( 5016 4800 -568 ) ( 5016 4800 -576 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4696 -412 ) ( 5612 4800 -464 ) ( 5612 4592 -360 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2821 +{ +( 4972 3848 -32 ) ( 4972 3848 24 ) ( 4512 3848 24 ) blasted/dday_bunker_wall1csml -156 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 4504 3584 -32 ) ( 4504 3252 -32 ) ( 4616 3252 -32 ) common/nodraw -38 17 0.00 4.125000 2.937500 536870912 2224 0 +surfaceparm detail +( 4504 3252 24 ) ( 4504 3584 24 ) ( 4660 3584 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5896 3252 24 ) ( 5896 3252 -32 ) ( 5784 3252 -32 ) blasted/dday_bunker_wall1csml -28 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3541 -32 ) ( 5124 3540 -32 ) ( 5124 3540.500000 24 ) common/nodraw -27 17 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 4804 4038 -32 ) ( 4804 4040 -32 ) ( 4804 4039 24 ) common/nodraw -27 17 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +} +// brush 2822 +{ +( 4944 3252 -32 ) ( 4944 3252 24 ) ( 4484 3252 24 ) blasted/dday_bunker_wall1csml -136 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 4484 3252 -32 ) ( 4484 2920 -32 ) ( 4596 2920 -32 ) common/nodraw -33 32 0.00 4.125000 2.937500 536870912 2224 0 +surfaceparm detail +( 4484 2920 24 ) ( 4484 3252 24 ) ( 4640 3252 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5876 2920 24 ) ( 5876 2920 -32 ) ( 5764 2920 -32 ) blasted/dday_bunker_wall1csml -8 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 4596 2920 -32 ) ( 4640 3252 -32 ) ( 4618 3086 24 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 5124 3210 -32 ) ( 5124 3209 -32 ) ( 5124 3209.500000 24 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +} +// brush 2823 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) ta_berlin/berlinwall3b -64 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b -230 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4904 608 ) ( 5124 4872 608 ) ( 4804 4840 608 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4984 424 ) ( 4804 4968 424 ) ( 5892 4976 424 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 424 ) ( 4820 3856 424 ) ( 4820 3858 608 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2824 +{ +( 5116 4992 8 ) ( 5980 4992 8 ) ( 5980 4992 968 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 3656 8 ) ( 4804 5032 8 ) ( 4804 5032 968 ) ta_berlin/berlinwall2a_shot 168 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5125 5032 24 ) ( 5125 3656 24 ) ( 5989 3656 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3816 208 ) ( 5988 3784 208 ) ( 5124 3752 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 40 ) ( 5124 3848 40 ) ( 5156 3848 280 ) ta_berlin/berlinwall2a_shot -4 24 0.00 1 1 0 65536 0 +surfaceparm detail +( 4820 3860 24 ) ( 4820 3856 24 ) ( 4820 3858 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2825 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) ta_berlin/berlinwall3b -64 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b -230 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4984 408 ) ( 4804 4968 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 424 ) ( 4804 4984 424 ) ( 5892 4976 424 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 408 ) ( 4820 3856 408 ) ( 4820 3858 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2826 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 3656 -64 ) ( 4804 5032 -64 ) ( 4804 5032 896 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 208 ) ( 4820 3856 208 ) ( 4820 3858 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2827 +{ +( 5116 4992 -240 ) ( 5980 4992 -240 ) ( 5980 4992 720 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 4040 704 ) ( 5988 4024 704 ) ( 5124 4008 704 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 5188 3848 160 ) ( 5124 3848 160 ) ( 5156 3848 704 ) general_structure/balcony_stone1 123 -29 -180.00 0.750000 -1.250000 0 65536 0 +surfaceparm detail +( 5124 4872 608 ) ( 4804 4904 608 ) ( 4804 4840 608 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 3860 608 ) ( 4804 3864 608 ) ( 4804 3862 704 ) general_structure/balcony_stone1 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5892 3856 608 ) ( 5892 3852 608 ) ( 5892 3854 704 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2828 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b 150 104 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 5892 4584 208 ) ( 5892 4520 208 ) ( 5892 4552 752 ) common/nodraw 40 -15 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4804 4904 608 ) ( 5124 4872 608 ) ( 4804 4840 608 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4984 424 ) ( 4804 4968 424 ) ( 5892 4976 424 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3852 424 ) ( 5876 3856 424 ) ( 5876 3854 608 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2829 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b 150 104 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 5892 4584 208 ) ( 5892 4520 208 ) ( 5892 4552 752 ) common/nodraw 40 -15 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3852 224 ) ( 5876 3856 224 ) ( 5876 3854 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2830 +{ +( 5116 4992 8 ) ( 5980 4992 8 ) ( 5980 4992 968 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5125 5032 24 ) ( 5125 3656 24 ) ( 5989 3656 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3816 208 ) ( 5988 3784 208 ) ( 5124 3752 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 40 ) ( 5124 3848 40 ) ( 5156 3848 280 ) ta_berlin/berlinwall2a_shot -4 24 0.00 1 1 0 65536 0 +surfaceparm detail +( 5892 4584 40 ) ( 5892 4520 40 ) ( 5892 4552 280 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5876 3852 24 ) ( 5876 3856 24 ) ( 5876 3854 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2831 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b 150 104 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 5892 4584 208 ) ( 5892 4520 208 ) ( 5892 4552 752 ) common/nodraw 40 -15 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4804 4984 408 ) ( 4804 4968 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 424 ) ( 4804 4984 424 ) ( 5892 4976 424 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3852 408 ) ( 5876 3856 408 ) ( 5876 3854 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2832 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b 150 104 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 5892 4584 208 ) ( 5892 4520 208 ) ( 5892 4552 752 ) common/nodraw 40 -15 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3852 208 ) ( 5876 3856 208 ) ( 5876 3854 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2833 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b -230 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4904 608 ) ( 5124 4872 608 ) ( 4804 4840 608 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4984 424 ) ( 4804 4968 424 ) ( 5892 4976 424 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 424 ) ( 4820 3860 424 ) ( 4820 3858 608 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 424 ) ( 5876 3852 424 ) ( 5876 3854 608 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 424 ) ( 4828 3864 424 ) ( 4824 3864 608 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2834 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b -230 32 0.00 1 0.750000 0 65536 0 +surfaceparm detail +( 4804 4984 408 ) ( 4804 4968 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 424 ) ( 4804 4984 424 ) ( 5892 4976 424 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 408 ) ( 4820 3860 408 ) ( 4820 3858 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 408 ) ( 5876 3852 408 ) ( 5876 3854 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 408 ) ( 4828 3864 408 ) ( 4824 3864 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2835 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4820 3856 208 ) ( 4820 3860 208 ) ( 4820 3858 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 208 ) ( 5876 3852 208 ) ( 5876 3854 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 208 ) ( 4828 3864 208 ) ( 4824 3864 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2836 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4904 608 ) ( 5124 4872 608 ) ( 4804 4840 608 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4984 424 ) ( 4804 4968 424 ) ( 5892 4976 424 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 424 ) ( 4820 3860 424 ) ( 4820 3858 608 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 424 ) ( 5876 3852 424 ) ( 5876 3854 608 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 4976 424 ) ( 4820 4976 424 ) ( 4824 4976 608 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2837 +{ +( 4804 4984 408 ) ( 4804 4968 408 ) ( 5892 4976 408 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( 4804 4968 424 ) ( 4804 4984 424 ) ( 5892 4976 424 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 408 ) ( 4820 3860 408 ) ( 4820 3858 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 408 ) ( 5876 3852 408 ) ( 5876 3854 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 3864 408 ) ( 4820 3864 408 ) ( 4824 3864 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 4976 408 ) ( 4828 4976 408 ) ( 4824 4976 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2838 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4984 408 ) ( 4804 4968 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 424 ) ( 4804 4984 424 ) ( 5892 4976 424 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 408 ) ( 4820 3860 408 ) ( 4820 3858 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 408 ) ( 5876 3852 408 ) ( 5876 3854 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 4976 408 ) ( 4820 4976 408 ) ( 4824 4976 424 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2839 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 208 ) ( 4820 3860 208 ) ( 4820 3858 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 208 ) ( 5876 3852 208 ) ( 5876 3854 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 4976 208 ) ( 4820 4976 208 ) ( 4824 4976 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2840 +{ +( 5116 4992 8 ) ( 5980 4992 8 ) ( 5980 4992 968 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5125 5032 24 ) ( 5125 3656 24 ) ( 5989 3656 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3816 208 ) ( 5988 3784 208 ) ( 5124 3752 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 24 ) ( 5876 3852 24 ) ( 5876 3854 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4828 4976 24 ) ( 4820 4976 24 ) ( 4824 4976 208 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4820 4988 158 ) ( 4820 4972 164 ) ( 4820 4972 152 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2841 +{ +( 5580 3848 8 ) ( 4716 3848 8 ) ( 4716 3848 968 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5583 3808 160 ) ( 5583 5184 160 ) ( 4719 5184 160 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5572 5024 208 ) ( 4708 5056 208 ) ( 5572 5088 208 ) common/nodraw -32 -3 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6056 3864 24 ) ( 6064 3864 24 ) ( 6060 3864 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4928 3864 156 ) ( 4928 3848 160 ) ( 4928 3848 152 ) common/nodraw -32 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5008 3848 168 ) ( 5008 3864 164 ) ( 5008 3848 160 ) common/nodraw -32 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2842 +{ +( 5580 3848 8 ) ( 4716 3848 8 ) ( 4716 3848 968 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5571 3808 24 ) ( 5571 5184 24 ) ( 4707 5184 24 ) common/nodraw -32 -3 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5572 5024 208 ) ( 4708 5056 208 ) ( 5572 5088 208 ) common/nodraw -32 -3 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 4984 24 ) ( 4820 4988 24 ) ( 4820 4986 208 ) common/nodraw -32 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6056 3864 24 ) ( 6064 3864 24 ) ( 6060 3864 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4928 3848 160 ) ( 4928 3864 156 ) ( 4928 3848 152 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2843 +{ +( 5116 4992 -456 ) ( 5980 4992 -456 ) ( 5980 4992 504 ) common/nodraw -4 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5988 3784 -184 ) ( 5124 3816 -184 ) ( 5124 3752 -184 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 -168 ) ( 4804 4976 -168 ) ( 5892 4972 -168 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 -184 ) ( 4820 3860 -184 ) ( 4820 3858 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 -184 ) ( 5876 3852 -184 ) ( 5876 3854 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 4976 -184 ) ( 4820 4976 -184 ) ( 4824 4976 -168 ) common/nodraw -32 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2844 +{ +( 5116 4992 -456 ) ( 5980 4992 -456 ) ( 5980 4992 504 ) common/nodraw -4 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4976 -168 ) ( 4804 4968 -168 ) ( 5892 4972 -168 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 16 ) ( 4804 4984 16 ) ( 5892 4976 16 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 -168 ) ( 4820 3860 -168 ) ( 4820 3858 16 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 -168 ) ( 5876 3852 -168 ) ( 5876 3854 16 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 4976 -168 ) ( 4820 4976 -168 ) ( 4824 4976 16 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2845 +{ +( 5988 3784 -184 ) ( 5124 3816 -184 ) ( 5124 3752 -184 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 -56 ) ( 5124 3848 -56 ) ( 5156 3848 488 ) ta_berlin/berlinwall3b 150 -236 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 4804 4968 -168 ) ( 4804 4976 -168 ) ( 5892 4972 -168 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 -184 ) ( 4820 3860 -184 ) ( 4820 3858 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 -184 ) ( 5876 3852 -184 ) ( 5876 3854 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 -184 ) ( 4828 3864 -184 ) ( 4824 3864 -168 ) common/nodraw -32 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2846 +{ +( 5188 3848 -56 ) ( 5124 3848 -56 ) ( 5156 3848 488 ) ta_berlin/berlinwall3b 150 -236 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 4804 4976 -168 ) ( 4804 4968 -168 ) ( 5892 4972 -168 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 16 ) ( 4804 4984 16 ) ( 5892 4976 16 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3856 -168 ) ( 4820 3860 -168 ) ( 4820 3858 16 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 -168 ) ( 5876 3852 -168 ) ( 5876 3854 16 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 -168 ) ( 4828 3864 -168 ) ( 4824 3864 16 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2847 +{ +( 5116 4992 -456 ) ( 5980 4992 -456 ) ( 5980 4992 504 ) common/nodraw -4 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5988 3784 -184 ) ( 5124 3816 -184 ) ( 5124 3752 -184 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 -56 ) ( 5124 3848 -56 ) ( 5156 3848 488 ) ta_berlin/berlinwall3b 150 -236 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 5892 4584 -184 ) ( 5892 4520 -184 ) ( 5892 4552 360 ) common/nodraw 40 -23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4804 4968 -168 ) ( 4804 4976 -168 ) ( 5892 4972 -168 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3852 -184 ) ( 5876 3856 -184 ) ( 5876 3854 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2848 +{ +( 5116 4992 -456 ) ( 5980 4992 -456 ) ( 5980 4992 504 ) common/nodraw -4 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 -56 ) ( 5124 3848 -56 ) ( 5156 3848 488 ) ta_berlin/berlinwall3b 150 -236 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 5892 4584 -184 ) ( 5892 4520 -184 ) ( 5892 4552 360 ) common/nodraw 40 -23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4804 4976 -168 ) ( 4804 4968 -168 ) ( 5892 4972 -168 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 16 ) ( 4804 4984 16 ) ( 5892 4976 16 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3852 -168 ) ( 5876 3856 -168 ) ( 5876 3854 16 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2849 +{ +( 5116 4992 -456 ) ( 5980 4992 -456 ) ( 5980 4992 504 ) common/nodraw -4 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 3656 -456 ) ( 4804 5032 -456 ) ( 4804 5032 504 ) ta_berlin/berlinwall3b -127 -236 0.00 0.875000 0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 5988 3784 -184 ) ( 5124 3816 -184 ) ( 5124 3752 -184 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3848 -56 ) ( 5124 3848 -56 ) ( 5156 3848 488 ) ta_berlin/berlinwall3b 150 -236 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 4804 4968 -168 ) ( 4804 4976 -168 ) ( 5892 4972 -168 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 -184 ) ( 4820 3856 -184 ) ( 4820 3858 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2850 +{ +( 5116 4992 -456 ) ( 5980 4992 -456 ) ( 5980 4992 504 ) common/nodraw -4 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 3656 -456 ) ( 4804 5032 -456 ) ( 4804 5032 504 ) ta_berlin/berlinwall3b -127 -236 0.00 0.875000 0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 5188 3848 -56 ) ( 5124 3848 -56 ) ( 5156 3848 488 ) ta_berlin/berlinwall3b 150 -236 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 4804 4976 -168 ) ( 4804 4968 -168 ) ( 5892 4972 -168 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 16 ) ( 4804 4984 16 ) ( 5892 4976 16 ) common/nodraw 40 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3860 -168 ) ( 4820 3856 -168 ) ( 4820 3858 16 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2851 +{ +( 5036 4712 -304 ) ( 5228 4712 -304 ) ( 5228 4656 -304 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4744 -368 ) ( 5612 4688 -368 ) ( 5612 4688 -376 ) common/nodraw -16 49 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4696 -368 ) ( 5708 4752 -368 ) ( 5708 4752 -376 ) common/nodraw -16 49 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4496 -420 ) ( 5016 4496 -416 ) ( 5016 4496 -424 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw -16 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2852 +{ +( 5036 4696 -296 ) ( 5228 4696 -296 ) ( 5228 4640 -296 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4728 -360 ) ( 5612 4672 -360 ) ( 5612 4672 -368 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4680 -360 ) ( 5708 4736 -360 ) ( 5708 4736 -368 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4480 -412 ) ( 5016 4480 -408 ) ( 5016 4480 -416 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2853 +{ +( 5036 4680 -288 ) ( 5228 4680 -288 ) ( 5228 4624 -288 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4712 -352 ) ( 5612 4656 -352 ) ( 5612 4656 -360 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4664 -352 ) ( 5708 4720 -352 ) ( 5708 4720 -360 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4464 -404 ) ( 5016 4464 -400 ) ( 5016 4464 -408 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2854 +{ +( 5036 4664 -280 ) ( 5228 4664 -280 ) ( 5228 4608 -280 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4696 -344 ) ( 5612 4640 -344 ) ( 5612 4640 -352 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4648 -344 ) ( 5708 4704 -344 ) ( 5708 4704 -352 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4448 -396 ) ( 5016 4448 -392 ) ( 5016 4448 -400 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2855 +{ +( 5036 4648 -272 ) ( 5228 4648 -272 ) ( 5228 4592 -272 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4680 -336 ) ( 5612 4624 -336 ) ( 5612 4624 -344 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4632 -336 ) ( 5708 4688 -336 ) ( 5708 4688 -344 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4432 -388 ) ( 5016 4432 -384 ) ( 5016 4432 -392 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2856 +{ +( 5036 4632 -264 ) ( 5228 4632 -264 ) ( 5228 4576 -264 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4664 -328 ) ( 5612 4608 -328 ) ( 5612 4608 -336 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4616 -328 ) ( 5708 4672 -328 ) ( 5708 4672 -336 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4416 -380 ) ( 5016 4416 -376 ) ( 5016 4416 -384 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2857 +{ +( 5036 4616 -256 ) ( 5228 4616 -256 ) ( 5228 4560 -256 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4648 -320 ) ( 5612 4592 -320 ) ( 5612 4592 -328 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4600 -320 ) ( 5708 4656 -320 ) ( 5708 4656 -328 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4400 -372 ) ( 5016 4400 -368 ) ( 5016 4400 -376 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2858 +{ +( 5036 4600 -248 ) ( 5228 4600 -248 ) ( 5228 4544 -248 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4632 -312 ) ( 5612 4576 -312 ) ( 5612 4576 -320 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4584 -312 ) ( 5708 4640 -312 ) ( 5708 4640 -320 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4384 -364 ) ( 5016 4384 -360 ) ( 5016 4384 -368 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2859 +{ +( 5036 4584 -240 ) ( 5228 4584 -240 ) ( 5228 4528 -240 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4616 -304 ) ( 5612 4560 -304 ) ( 5612 4560 -312 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4568 -304 ) ( 5708 4624 -304 ) ( 5708 4624 -312 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4368 -356 ) ( 5016 4368 -352 ) ( 5016 4368 -360 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2860 +{ +( 5036 4568 -232 ) ( 5228 4568 -232 ) ( 5228 4512 -232 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4600 -296 ) ( 5612 4544 -296 ) ( 5612 4544 -304 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4552 -296 ) ( 5708 4608 -296 ) ( 5708 4608 -304 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4352 -348 ) ( 5016 4352 -344 ) ( 5016 4352 -352 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2861 +{ +( 5036 4552 -224 ) ( 5228 4552 -224 ) ( 5228 4496 -224 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4584 -288 ) ( 5612 4528 -288 ) ( 5612 4528 -296 ) common/nodraw 47 33 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4536 -288 ) ( 5708 4592 -288 ) ( 5708 4592 -296 ) mohtest/stonewall1grim 64 129 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4336 -340 ) ( 5016 4336 -336 ) ( 5016 4336 -344 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4424 -276 ) ( 5612 4528 -328 ) ( 5612 4320 -224 ) common/nodraw 32 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2862 +{ +( 5036 4520 -208 ) ( 5228 4520 -208 ) ( 5228 4464 -208 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4552 -272 ) ( 5612 4496 -272 ) ( 5612 4496 -280 ) common/nodraw 39 1 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4504 -272 ) ( 5708 4560 -272 ) ( 5708 4560 -280 ) mohtest/stonewall1grim 0 160 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4304 -324 ) ( 5016 4304 -320 ) ( 5016 4304 -328 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4392 -260 ) ( 5612 4496 -312 ) ( 5612 4288 -208 ) common/nodraw 58 56 -90.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2863 +{ +( 5036 4536 -216 ) ( 5228 4536 -216 ) ( 5228 4480 -216 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4568 -280 ) ( 5612 4512 -280 ) ( 5612 4512 -288 ) common/nodraw 39 1 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4520 -280 ) ( 5708 4576 -280 ) ( 5708 4576 -288 ) mohtest/stonewall1grim 0 160 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4320 -332 ) ( 5016 4320 -328 ) ( 5016 4320 -336 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4392 -260 ) ( 5612 4496 -312 ) ( 5612 4288 -208 ) common/nodraw 58 56 -90.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2864 +{ +( 5036 4440 -168 ) ( 5228 4440 -168 ) ( 5228 4384 -168 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4472 -232 ) ( 5612 4416 -232 ) ( 5612 4416 -240 ) common/nodraw 15 48 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4424 -232 ) ( 5708 4480 -232 ) ( 5708 4480 -240 ) mohtest/stonewall1grim 160 81 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4224 -284 ) ( 5016 4224 -280 ) ( 5016 4224 -288 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4216 -172 ) ( 5612 4320 -224 ) ( 5612 4112 -120 ) common/nodraw 1 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2865 +{ +( 5036 4456 -176 ) ( 5228 4456 -176 ) ( 5228 4400 -176 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4488 -240 ) ( 5612 4432 -240 ) ( 5612 4432 -248 ) common/nodraw 15 48 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4440 -240 ) ( 5708 4496 -240 ) ( 5708 4496 -248 ) mohtest/stonewall1grim 160 81 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4240 -292 ) ( 5016 4240 -288 ) ( 5016 4240 -296 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4216 -172 ) ( 5612 4320 -224 ) ( 5612 4112 -120 ) common/nodraw 1 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2866 +{ +( 5036 4472 -184 ) ( 5228 4472 -184 ) ( 5228 4416 -184 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4504 -248 ) ( 5612 4448 -248 ) ( 5612 4448 -256 ) common/nodraw 15 48 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4456 -248 ) ( 5708 4512 -248 ) ( 5708 4512 -256 ) mohtest/stonewall1grim 160 81 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4256 -300 ) ( 5016 4256 -296 ) ( 5016 4256 -304 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4216 -172 ) ( 5612 4320 -224 ) ( 5612 4112 -120 ) common/nodraw 1 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2867 +{ +( 5036 4488 -192 ) ( 5228 4488 -192 ) ( 5228 4432 -192 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4520 -256 ) ( 5612 4464 -256 ) ( 5612 4464 -264 ) common/nodraw 15 48 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5708 4472 -256 ) ( 5708 4528 -256 ) ( 5708 4528 -264 ) mohtest/stonewall1grim 160 81 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5528 4272 -308 ) ( 5016 4272 -304 ) ( 5016 4272 -312 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4216 -172 ) ( 5612 4320 -224 ) ( 5612 4112 -120 ) common/nodraw 1 56 -90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2868 +{ +( 5036 4504 -200 ) ( 5228 4504 -200 ) ( 5228 4448 -200 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 4536 -264 ) ( 5612 4480 -264 ) ( 5612 4480 -272 ) common/nodraw -48 1 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4488 -264 ) ( 5708 4544 -264 ) ( 5708 4544 -272 ) common/nodraw -48 1 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5528 4288 -316 ) ( 5016 4288 -312 ) ( 5016 4288 -320 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 5708 4216 -172 ) ( 5612 4320 -224 ) ( 5612 4112 -120 ) common/nodraw -48 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2869 +{ +( 5612 4880 -504 ) ( 5588 4688 -408 ) ( 5612 4496 -312 ) common/nodraw -32 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5588 5016 -504 ) ( 5612 5016 -504 ) ( 5612 5040 -504 ) common/nodraw -32 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5612 5016 -264 ) ( 5612 5040 -264 ) ( 5612 5040 -376 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5588 4896 -480 ) ( 5588 4896 -264 ) ( 5588 4624 -264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5588 4904 -264 ) ( 5588 4904 -480 ) ( 5612 4880 -480 ) common/nodraw -16 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5588 4364 -184 ) ( 5588 4372 -184 ) ( 5612 4368 -184 ) common/nodraw -16 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2870 +{ +( 5732 4880 -504 ) ( 5708 4688 -408 ) ( 5732 4496 -312 ) common/nodraw -32 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5016 -504 ) ( 5732 5016 -504 ) ( 5732 5040 -504 ) common/nodraw -32 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5732 4912 -264 ) ( 5732 4912 -480 ) ( 5732 4624 -480 ) common/nodraw -32 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4888 -480 ) ( 5708 4888 -264 ) ( 5708 4624 -264 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5708 4880 -264 ) ( 5708 4880 -480 ) ( 5732 4904 -480 ) common/nodraw 49 0 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4284 -184 ) ( 5708 4296 -184 ) ( 5732 4290 -184 ) common/nodraw -32 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2871 +{ +( 5988 3784 -184 ) ( 5124 3816 -184 ) ( 5124 3752 -184 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 4968 16 ) ( 4820 4976 16 ) ( 5908 4972 16 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 -184 ) ( 5876 3852 -184 ) ( 5876 3854 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 3864 -184 ) ( 4820 3864 -184 ) ( 4824 3864 -168 ) common/nodraw -32 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 4976 -184 ) ( 4828 4976 -184 ) ( 4824 4976 -168 ) common/nodraw -32 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5732 4684 -184 ) ( 5732 4692 -184 ) ( 5732 4688 -168 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2872 +{ +( 5988 3784 -184 ) ( 5124 3816 -184 ) ( 5124 3752 -184 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 -168 ) ( 4804 4976 -168 ) ( 5892 4972 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4820 3856 -184 ) ( 4820 3860 -184 ) ( 4820 3858 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 3864 -184 ) ( 4820 3864 -184 ) ( 4824 3864 -168 ) common/nodraw -32 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 4976 -184 ) ( 4828 4976 -184 ) ( 4824 4976 -168 ) common/nodraw -32 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5612 4256 -184 ) ( 5612 4252 -184 ) ( 5612 4254 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2873 +{ +( 5988 3784 -184 ) ( 5124 3816 -184 ) ( 5124 3752 -184 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 -168 ) ( 4804 4976 -168 ) ( 5892 4972 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4828 3864 -184 ) ( 4820 3864 -184 ) ( 4824 3864 -168 ) common/nodraw -32 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5732 4692 -184 ) ( 5732 4684 -184 ) ( 5732 4688 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5612 4252 -184 ) ( 5612 4256 -184 ) ( 5612 4254 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5664 4208 -184 ) ( 5676 4208 -184 ) ( 5670 4208 -168 ) common/nodraw -32 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2874 +{ +( 5988 3784 -184 ) ( 5124 3816 -184 ) ( 5124 3752 -184 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 -168 ) ( 4804 4976 -168 ) ( 5892 4972 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4820 4976 -184 ) ( 4828 4976 -184 ) ( 4824 4976 -168 ) common/nodraw -32 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5612 4252 -184 ) ( 5612 4256 -184 ) ( 5612 4254 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5704 4672 -184 ) ( 5692 4672 -184 ) ( 5698 4672 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5708 4692 -184 ) ( 5708 4684 -184 ) ( 5708 4688 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2875 +{ +( 5988 3784 -184 ) ( 5124 3816 -184 ) ( 5124 3752 -184 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 -168 ) ( 4804 4976 -168 ) ( 5892 4972 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4820 4976 -184 ) ( 4828 4976 -184 ) ( 4824 4976 -168 ) common/nodraw -32 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5732 4692 -184 ) ( 5732 4684 -184 ) ( 5732 4688 -168 ) common/nodraw -31 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5704 4208 -184 ) ( 5692 4208 -184 ) ( 5698 4208 -168 ) common/nodraw -32 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5708 4684 -184 ) ( 5708 4692 -184 ) ( 5708 4688 -168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2876 +{ +( 5224 5024 24 ) ( 5224 4832 24 ) ( 5168 4832 24 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5256 4448 -40 ) ( 5200 4448 -40 ) ( 5200 4448 -48 ) common/nodraw 27 33 -180.00 0.433105 -0.500000 536870912 2224 0 +surfaceparm detail +( 5208 4352 -40 ) ( 5264 4352 -40 ) ( 5264 4352 -48 ) mohtest/stonewall1grim 96 128 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5008 4532 -92 ) ( 5008 5044 -88 ) ( 5008 5044 -96 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw 9 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2877 +{ +( 5240 5024 16 ) ( 5240 4832 16 ) ( 5184 4832 16 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5272 4448 -48 ) ( 5216 4448 -48 ) ( 5216 4448 -56 ) common/nodraw 27 33 -180.00 0.433105 -0.500000 536870912 2224 0 +surfaceparm detail +( 5224 4352 -48 ) ( 5280 4352 -48 ) ( 5280 4352 -56 ) mohtest/stonewall1grim 96 128 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5024 4532 -100 ) ( 5024 5044 -96 ) ( 5024 5044 -104 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw 9 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2878 +{ +( 5256 5024 8 ) ( 5256 4832 8 ) ( 5200 4832 8 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5288 4448 -56 ) ( 5232 4448 -56 ) ( 5232 4448 -64 ) common/nodraw 27 33 -180.00 0.433105 -0.500000 536870912 2224 0 +surfaceparm detail +( 5240 4352 -56 ) ( 5296 4352 -56 ) ( 5296 4352 -64 ) mohtest/stonewall1grim 96 128 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5040 4532 -108 ) ( 5040 5044 -104 ) ( 5040 5044 -112 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw 9 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2879 +{ +( 5272 5024 0 ) ( 5272 4832 0 ) ( 5216 4832 0 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5304 4448 -64 ) ( 5248 4448 -64 ) ( 5248 4448 -72 ) common/nodraw 27 33 -180.00 0.433105 -0.500000 536870912 2224 0 +surfaceparm detail +( 5256 4352 -64 ) ( 5312 4352 -64 ) ( 5312 4352 -72 ) mohtest/stonewall1grim 96 128 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5056 4532 -116 ) ( 5056 5044 -112 ) ( 5056 5044 -120 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw 9 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2880 +{ +( 5288 5024 -8 ) ( 5288 4832 -8 ) ( 5232 4832 -8 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5320 4448 -72 ) ( 5264 4448 -72 ) ( 5264 4448 -80 ) common/nodraw 27 33 -180.00 0.433105 -0.500000 536870912 2224 0 +surfaceparm detail +( 5272 4352 -72 ) ( 5328 4352 -72 ) ( 5328 4352 -80 ) mohtest/stonewall1grim 96 128 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5072 4532 -124 ) ( 5072 5044 -120 ) ( 5072 5044 -128 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw 9 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2881 +{ +( 5304 5024 -16 ) ( 5304 4832 -16 ) ( 5248 4832 -16 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5336 4448 -80 ) ( 5280 4448 -80 ) ( 5280 4448 -88 ) common/nodraw 27 33 -180.00 0.433105 -0.500000 536870912 2224 0 +surfaceparm detail +( 5288 4352 -80 ) ( 5344 4352 -80 ) ( 5344 4352 -88 ) mohtest/stonewall1grim 96 128 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5088 4532 -132 ) ( 5088 5044 -128 ) ( 5088 5044 -136 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw 9 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2882 +{ +( 5320 5024 -24 ) ( 5320 4832 -24 ) ( 5264 4832 -24 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5352 4448 -88 ) ( 5296 4448 -88 ) ( 5296 4448 -96 ) common/nodraw 27 33 -180.00 0.433105 -0.500000 536870912 2224 0 +surfaceparm detail +( 5304 4352 -88 ) ( 5360 4352 -88 ) ( 5360 4352 -96 ) mohtest/stonewall1grim 96 128 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5104 4532 -140 ) ( 5104 5044 -136 ) ( 5104 5044 -144 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw 9 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2883 +{ +( 5336 5024 -32 ) ( 5336 4832 -32 ) ( 5280 4832 -32 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5368 4448 -96 ) ( 5312 4448 -96 ) ( 5312 4448 -104 ) common/nodraw 27 33 -180.00 0.433105 -0.500000 536870912 2224 0 +surfaceparm detail +( 5320 4352 -96 ) ( 5376 4352 -96 ) ( 5376 4352 -104 ) mohtest/stonewall1grim 96 128 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5120 4532 -148 ) ( 5120 5044 -144 ) ( 5120 5044 -152 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw 9 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2884 +{ +( 5352 5024 -40 ) ( 5352 4832 -40 ) ( 5296 4832 -40 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5384 4448 -104 ) ( 5328 4448 -104 ) ( 5328 4448 -112 ) common/nodraw 27 33 -180.00 0.433105 -0.500000 536870912 2224 0 +surfaceparm detail +( 5336 4352 -104 ) ( 5392 4352 -104 ) ( 5392 4352 -112 ) mohtest/stonewall1grim 96 128 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5136 4532 -156 ) ( 5136 5044 -152 ) ( 5136 5044 -160 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw 9 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2885 +{ +( 5368 5024 -48 ) ( 5368 4832 -48 ) ( 5312 4832 -48 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5400 4448 -112 ) ( 5344 4448 -112 ) ( 5344 4448 -120 ) common/nodraw -48 48 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5352 4352 -112 ) ( 5408 4352 -112 ) ( 5408 4352 -120 ) common/nodraw -48 48 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5152 4532 -164 ) ( 5152 5044 -160 ) ( 5152 5044 -168 ) mohtest/stonewall1grim -176 143 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5080 4352 -20 ) ( 5184 4448 -72 ) ( 4976 4448 32 ) common/nodraw -48 48 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2886 +{ +( 5592 5024 -160 ) ( 5592 4832 -160 ) ( 5536 4832 -160 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5624 4448 -224 ) ( 5568 4448 -224 ) ( 5568 4448 -232 ) common/nodraw -16 32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5576 4352 -224 ) ( 5632 4352 -224 ) ( 5632 4352 -232 ) common/nodraw -16 32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5376 4532 -276 ) ( 5376 5044 -272 ) ( 5376 5044 -280 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw -16 48 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2887 +{ +( 5576 5024 -152 ) ( 5576 4832 -152 ) ( 5520 4832 -152 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5608 4448 -216 ) ( 5552 4448 -216 ) ( 5552 4448 -224 ) common/nodraw -16 32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5560 4352 -216 ) ( 5616 4352 -216 ) ( 5616 4352 -224 ) common/nodraw -16 32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5360 4532 -268 ) ( 5360 5044 -264 ) ( 5360 5044 -272 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw -16 48 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2888 +{ +( 5560 5024 -144 ) ( 5560 4832 -144 ) ( 5504 4832 -144 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5592 4448 -208 ) ( 5536 4448 -208 ) ( 5536 4448 -216 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5544 4352 -208 ) ( 5600 4352 -208 ) ( 5600 4352 -216 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5344 4532 -260 ) ( 5344 5044 -256 ) ( 5344 5044 -264 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2889 +{ +( 5544 5024 -136 ) ( 5544 4832 -136 ) ( 5488 4832 -136 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5576 4448 -200 ) ( 5520 4448 -200 ) ( 5520 4448 -208 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5528 4352 -200 ) ( 5584 4352 -200 ) ( 5584 4352 -208 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5328 4532 -252 ) ( 5328 5044 -248 ) ( 5328 5044 -256 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2890 +{ +( 5528 5024 -128 ) ( 5528 4832 -128 ) ( 5472 4832 -128 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5560 4448 -192 ) ( 5504 4448 -192 ) ( 5504 4448 -200 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5512 4352 -192 ) ( 5568 4352 -192 ) ( 5568 4352 -200 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5312 4532 -244 ) ( 5312 5044 -240 ) ( 5312 5044 -248 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2891 +{ +( 5512 5024 -120 ) ( 5512 4832 -120 ) ( 5456 4832 -120 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5544 4448 -184 ) ( 5488 4448 -184 ) ( 5488 4448 -192 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5496 4352 -184 ) ( 5552 4352 -184 ) ( 5552 4352 -192 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5296 4532 -236 ) ( 5296 5044 -232 ) ( 5296 5044 -240 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2892 +{ +( 5496 5024 -112 ) ( 5496 4832 -112 ) ( 5440 4832 -112 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5528 4448 -176 ) ( 5472 4448 -176 ) ( 5472 4448 -184 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5480 4352 -176 ) ( 5536 4352 -176 ) ( 5536 4352 -184 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5280 4532 -228 ) ( 5280 5044 -224 ) ( 5280 5044 -232 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2893 +{ +( 5480 5024 -104 ) ( 5480 4832 -104 ) ( 5424 4832 -104 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5512 4448 -168 ) ( 5456 4448 -168 ) ( 5456 4448 -176 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5464 4352 -168 ) ( 5520 4352 -168 ) ( 5520 4352 -176 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5264 4532 -220 ) ( 5264 5044 -216 ) ( 5264 5044 -224 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2894 +{ +( 5464 5024 -96 ) ( 5464 4832 -96 ) ( 5408 4832 -96 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5496 4448 -160 ) ( 5440 4448 -160 ) ( 5440 4448 -168 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5448 4352 -160 ) ( 5504 4352 -160 ) ( 5504 4352 -168 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5248 4532 -212 ) ( 5248 5044 -208 ) ( 5248 5044 -216 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2895 +{ +( 5448 5024 -88 ) ( 5448 4832 -88 ) ( 5392 4832 -88 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5480 4448 -152 ) ( 5424 4448 -152 ) ( 5424 4448 -160 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5432 4352 -152 ) ( 5488 4352 -152 ) ( 5488 4352 -160 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5232 4532 -204 ) ( 5232 5044 -200 ) ( 5232 5044 -208 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2896 +{ +( 5432 5024 -80 ) ( 5432 4832 -80 ) ( 5376 4832 -80 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5464 4448 -144 ) ( 5408 4448 -144 ) ( 5408 4448 -152 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5416 4352 -144 ) ( 5472 4352 -144 ) ( 5472 4352 -152 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5216 4532 -196 ) ( 5216 5044 -192 ) ( 5216 5044 -200 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2897 +{ +( 5416 5024 -72 ) ( 5416 4832 -72 ) ( 5360 4832 -72 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5448 4448 -136 ) ( 5392 4448 -136 ) ( 5392 4448 -144 ) common/nodraw 60 17 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5400 4352 -136 ) ( 5456 4352 -136 ) ( 5456 4352 -144 ) mohtest/stonewall1grim 0 176 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5200 4532 -188 ) ( 5200 5044 -184 ) ( 5200 5044 -192 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5288 4352 -124 ) ( 5392 4448 -176 ) ( 5184 4448 -72 ) common/nodraw 40 -32 -180.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2898 +{ +( 5384 5024 -56 ) ( 5384 4832 -56 ) ( 5328 4832 -56 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5416 4448 -120 ) ( 5360 4448 -120 ) ( 5360 4448 -128 ) common/nodraw 51 49 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5368 4352 -120 ) ( 5424 4352 -120 ) ( 5424 4352 -128 ) mohtest/stonewall1grim 192 207 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5168 4532 -172 ) ( 5168 5044 -168 ) ( 5168 5044 -176 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5256 4352 -108 ) ( 5360 4448 -160 ) ( 5152 4448 -56 ) common/nodraw 7 -32 -180.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2899 +{ +( 5400 5024 -64 ) ( 5400 4832 -64 ) ( 5344 4832 -64 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5432 4448 -128 ) ( 5376 4448 -128 ) ( 5376 4448 -136 ) common/nodraw 51 49 -180.00 0.433105 -0.500031 536870912 2224 0 +surfaceparm detail +( 5384 4352 -128 ) ( 5440 4352 -128 ) ( 5440 4352 -136 ) mohtest/stonewall1grim 192 207 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5184 4532 -180 ) ( 5184 5044 -176 ) ( 5184 5044 -184 ) mohtest/stonewall1grim -176 191 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5256 4352 -108 ) ( 5360 4448 -160 ) ( 5152 4448 -56 ) common/nodraw 7 -32 -180.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 2900 +{ +( 4844 4976 -456 ) ( 5708 4976 -456 ) ( 5708 4976 504 ) common/nodraw -4 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4448 -168 ) ( 4804 4440 -168 ) ( 5892 4444 -168 ) common/nodraw 24 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4440 16 ) ( 4804 4456 16 ) ( 5892 4448 16 ) common/nodraw 24 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3328 -168 ) ( 4820 3332 -168 ) ( 4820 3330 16 ) common/nodraw -31 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 4448 -168 ) ( 4820 4448 -168 ) ( 4824 4448 16 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5504 4460 -168 ) ( 5504 4452 -168 ) ( 5504 4456 16 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2901 +{ +( 4844 4976 -456 ) ( 5708 4976 -456 ) ( 5708 4976 504 ) common/nodraw -4 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4448 -168 ) ( 4804 4440 -168 ) ( 5892 4444 -168 ) common/nodraw 24 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4440 16 ) ( 4804 4456 16 ) ( 5892 4448 16 ) common/nodraw 24 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5612 3840 -168 ) ( 5612 3836 -168 ) ( 5612 3838 16 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4824 4160 -168 ) ( 4816 4160 -168 ) ( 4820 4160 16 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5504 4452 -168 ) ( 5504 4460 -168 ) ( 5504 4456 16 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2902 +{ +( 4832 4352 -456 ) ( 5696 4352 -456 ) ( 5696 4352 504 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4184 -168 ) ( 4804 4176 -168 ) ( 5892 4180 -168 ) common/nodraw 16 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4176 16 ) ( 4804 4192 16 ) ( 5892 4184 16 ) common/nodraw 16 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3064 -168 ) ( 4820 3068 -168 ) ( 4820 3066 16 ) common/nodraw -31 43 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4848 4320 -168 ) ( 4840 4320 -168 ) ( 4844 4320 16 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5388 4200 -168 ) ( 5388 4192 -168 ) ( 5388 4196 16 ) central_europe/tudor_set1_exwall1a -248 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2903 +{ +( 4844 4976 -264 ) ( 5708 4976 -264 ) ( 5708 4976 696 ) common/nodraw -4 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4448 24 ) ( 4804 4440 24 ) ( 5892 4444 24 ) common/nodraw 24 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4440 208 ) ( 4804 4456 208 ) ( 5892 4448 208 ) common/nodraw 24 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3328 24 ) ( 4820 3332 24 ) ( 4820 3330 208 ) common/nodraw 31 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4828 4448 24 ) ( 4820 4448 24 ) ( 4824 4448 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5876 4456 24 ) ( 5876 4448 24 ) ( 5876 4452 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2904 +{ +( 4840 4448 -264 ) ( 5704 4448 -264 ) ( 5704 4448 696 ) common/nodraw 0 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4800 3920 24 ) ( 4800 3912 24 ) ( 5888 3916 24 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4800 3908 154 ) ( 4800 3924 154 ) ( 5888 3916 154 ) common/nodraw 8 63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 2776 24 ) ( 5440 2780 24 ) ( 5440 2778 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4824 3864 24 ) ( 4816 3864 24 ) ( 4820 3864 208 ) central_europe/tudor_set1_exwall1a -252 192 0.00 1 1 0 65536 0 +surfaceparm detail +( 5872 3928 24 ) ( 5872 3920 24 ) ( 5872 3924 208 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2905 +{ +( 5125 5032 16 ) ( 5125 3656 16 ) ( 5989 3656 16 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5096 3816 24 ) ( 5960 3784 24 ) ( 5096 3752 24 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 4804 3872 24 ) ( 4804 3876 24 ) ( 4804 3874 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5892 3840 24 ) ( 5892 3836 24 ) ( 5892 3838 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4804 4992 24 ) ( 4812 4992 24 ) ( 4808 4992 208 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5084 4448 16 ) ( 5064 4448 16 ) ( 5074 4448 24 ) central_europe/tudor_set1_exwall1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2906 +{ +( 5125 5032 16 ) ( 5125 3656 16 ) ( 5989 3656 16 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5096 3816 24 ) ( 5960 3784 24 ) ( 5096 3752 24 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5892 3840 24 ) ( 5892 3836 24 ) ( 5892 3838 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4844 3848 24 ) ( 4836 3848 24 ) ( 4840 3848 208 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5064 4448 16 ) ( 5084 4448 16 ) ( 5074 4448 24 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5440 4440 16 ) ( 5440 4448 16 ) ( 5440 4444 24 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2907 +{ +( 5125 5032 16 ) ( 5125 3656 16 ) ( 5989 3656 16 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5096 3816 24 ) ( 5960 3784 24 ) ( 5096 3752 24 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 4804 3872 24 ) ( 4804 3876 24 ) ( 4804 3874 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4844 3848 24 ) ( 4836 3848 24 ) ( 4840 3848 208 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5440 4448 16 ) ( 5440 4440 16 ) ( 5440 4444 24 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4976 4352 16 ) ( 5000 4352 16 ) ( 4988 4352 24 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2908 +{ +( 5125 5032 16 ) ( 5125 3656 16 ) ( 5989 3656 16 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5096 3816 24 ) ( 5960 3784 24 ) ( 5096 3752 24 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 4804 3872 24 ) ( 4804 3876 24 ) ( 4804 3874 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5064 4448 16 ) ( 5084 4448 16 ) ( 5074 4448 24 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5000 4352 16 ) ( 4976 4352 16 ) ( 4988 4352 24 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4992 4460 16 ) ( 4992 4452 16 ) ( 4992 4456 24 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2909 +{ +( 5125 5032 16 ) ( 5125 3656 16 ) ( 5989 3656 16 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5096 3816 24 ) ( 5960 3784 24 ) ( 5096 3752 24 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5064 4448 16 ) ( 5084 4448 16 ) ( 5074 4448 24 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5440 4448 16 ) ( 5440 4440 16 ) ( 5440 4444 24 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5000 4352 16 ) ( 4976 4352 16 ) ( 4988 4352 24 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5312 4440 16 ) ( 5312 4448 16 ) ( 5312 4444 24 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2910 +{ +( 5580 3848 8 ) ( 4716 3848 8 ) ( 4716 3848 968 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5571 3808 24 ) ( 5571 5184 24 ) ( 4707 5184 24 ) common/nodraw -32 -3 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5572 5024 208 ) ( 4708 5056 208 ) ( 5572 5088 208 ) common/nodraw -32 -3 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6056 3864 24 ) ( 6064 3864 24 ) ( 6060 3864 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5872 3852 158 ) ( 5872 3868 164 ) ( 5872 3868 152 ) common/nodraw -32 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5008 3864 164 ) ( 5008 3848 168 ) ( 5008 3848 160 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2911 +{ +( 4484 3252 -32 ) ( 4484 2920 -32 ) ( 4596 2920 -32 ) common/nodraw -33 32 0.00 4.125000 2.937500 536870912 2224 0 +surfaceparm detail +( 4484 2920 24 ) ( 4484 3252 24 ) ( 4640 3252 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5876 2920 24 ) ( 5876 2920 -32 ) ( 5764 2920 -32 ) blasted/dday_bunker_wall1csml -8 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3209 -32 ) ( 5124 3210 -32 ) ( 5124 3209.500000 24 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 5124 3176 -32 ) ( 5126 3174 -32 ) ( 5125 3175 24 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 5253 2921 -32 ) ( 5252 2920 -32 ) ( 5252.500000 2920.500000 24 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +} +// brush 2912 +{ +( 5252 2920 24 ) ( 5252 2920 16 ) ( 5440 3108 16 ) common/nodraw 51 -58 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5252 1624 24 ) ( 5252 1624 16 ) ( 5252 2920 16 ) common/nodraw 49 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5440 1600 24 ) ( 5252 1624 24 ) ( 5252 2920 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5440 3108 16 ) ( 5252 2920 16 ) ( 5252 1624 16 ) common/nodraw -59 -51 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5422 2888 16 ) ( 5419 2888 16 ) ( 5420.500000 2888 24 ) common/nodraw 49 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5316 2984 16 ) ( 5317 2983 16 ) ( 5316.500000 2983.500000 24 ) common/nodraw 49 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2913 +{ +( 5452 852 24 ) ( 5452 852 16 ) ( 5452 2148 16 ) common/nodraw 49 -17 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5503 839 24 ) ( 5315 863 24 ) ( 5315 2159 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5503 2347 16 ) ( 5315 2159 16 ) ( 5315 863 16 ) common/nodraw -2 -51 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5516 2347 24 ) ( 5516 2347 16 ) ( 5516 839 16 ) common/nodraw 49 -17 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5336 2160 16 ) ( 5384 2160 16 ) ( 5360 2160 24 ) common/nodraw 49 -33 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5456 1664 16 ) ( 5392 1664 16 ) ( 5424 1664 24 ) common/nodraw 49 -33 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2914 +{ +( 4556 1032 16 ) ( 4804 856 16 ) ( 5076 856 16 ) misc_outside/concpath1_wgrass -20 70 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 4636 960 24 ) ( 4636 960 16 ) ( 5068 960 16 ) misc_outside/concpath1_wgrass -20 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 4804 856 24 ) ( 4556 1032 24 ) ( 5076 1032 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4804 856 16 ) ( 4804 856 24 ) ( 5076 856 24 ) misc_outside/concpath1_wgrass -20 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5980 1080 24 ) ( 5980 1080 16 ) ( 5980 904 16 ) misc_outside/concpath1_wgrass -72 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5452 916 16 ) ( 5452 956 16 ) ( 5452 936 24 ) misc_outside/concpath1_wgrass -72 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2915 +{ +( 4556 1032 16 ) ( 4804 856 16 ) ( 5076 856 16 ) misc_outside/concpath1_wgrass -20 70 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 4644 1032 24 ) ( 4644 1032 16 ) ( 5076 1032 16 ) misc_outside/concpath1_wgrass -20 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 4804 856 24 ) ( 4556 1032 24 ) ( 5076 1032 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4804 856 16 ) ( 4804 856 24 ) ( 5076 856 24 ) misc_outside/concpath1_wgrass -20 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5268 864 16 ) ( 5268 896 16 ) ( 5268 880 24 ) misc_outside/concpath1_wgrass -72 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5452 960 16 ) ( 5452 920 16 ) ( 5452 940 24 ) misc_outside/concpath1_wgrass -72 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2916 +{ +( 4956 2056 16 ) ( 5204 1880 16 ) ( 5476 1880 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5044 2160 24 ) ( 5044 2160 16 ) ( 5476 2160 16 ) misc_outside/concpath1_wgrass -36 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5204 1880 24 ) ( 4956 2056 24 ) ( 5476 2056 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5204 1664 16 ) ( 5204 1664 24 ) ( 5476 1664 24 ) misc_outside/concpath1_wgrass -36 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6012 2104 24 ) ( 6012 2104 16 ) ( 6012 1928 16 ) misc_outside/concpath1_wgrass -72 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5948 1880 16 ) ( 5948 1912 16 ) ( 5948 1896 24 ) misc_outside/concpath1_wgrass -72 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2917 +{ +( 6156 1960 16 ) ( 6156 1008 16 ) ( 6172 1008 16 ) mohcommon/crackedconcrete -92 152 0.00 1 1 0 65536 0 +surfaceparm detail +( 6172 1944 24 ) ( 6172 1944 16 ) ( 6172 1008 16 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6156 1008 24 ) ( 6156 1960 24 ) ( 6172 1944 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6156 2112 16 ) ( 6156 2112 24 ) ( 6156 1160 24 ) mohcommon/crackedconcrete -152 17 0.00 1 1 0 65536 0 +surfaceparm detail +( 6156 1960 24 ) ( 6156 1960 16 ) ( 6172 1944 16 ) mohcommon/crackedconcrete -152 18 0.00 1 1 0 65536 0 +surfaceparm detail +( 6164 1032 16 ) ( 6164 1032 24 ) ( 6180 1032 24 ) mohcommon/crackedconcrete -92 17 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2918 +{ +( 6244 2112 16 ) ( 5996 2288 16 ) ( 5996 1160 16 ) misc_outside/concpath1_wgrass -52 46 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6012 2160 16 ) ( 6012 2160 24 ) ( 6012 1032 24 ) misc_outside/concpath1_wgrass -48 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5996 2288 24 ) ( 6244 2112 24 ) ( 6244 1160 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 6156 2120 24 ) ( 6156 2120 16 ) ( 6156 1168 16 ) misc_outside/concpath1_wgrass -48 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6244 1032 24 ) ( 6244 1032 16 ) ( 5996 1032 16 ) misc_outside/concpath1_wgrass -52 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6012 2160 24 ) ( 6012 2160 16 ) ( 6156 1960 16 ) misc_outside/concpath1_wgrass 16 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2919 +{ +( 5908 2136 16 ) ( 6156 1960 16 ) ( 6428 1960 16 ) misc_outside/concpath1_wgrass -93 152 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6012 2160 24 ) ( 6012 2160 16 ) ( 6528 2160 16 ) misc_outside/concpath1_wgrass -92 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6156 1960 24 ) ( 5908 2136 24 ) ( 6428 2136 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 6156 1960 16 ) ( 6156 1960 24 ) ( 6492 1960 24 ) misc_outside/concpath1_wgrass -92 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6012 2160 16 ) ( 6012 2160 24 ) ( 6156 1960 24 ) misc_outside/concpath1_wgrass 104 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6528 2016 16 ) ( 6528 1984 16 ) ( 6528 2000 24 ) misc_outside/concpath1_wgrass -24 17 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 2920 +{ +( 5848 2432 592 ) ( 5696 2432 592 ) ( 5696 2296 592 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 2328 816 ) ( 6552 2464 816 ) ( 6552 2464 608 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2444 800 ) ( 5760 2308 800 ) ( 5760 2308 592 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5680 2608 1000 ) ( 5680 2616 1008 ) ( 5960 2612 1004 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2616 1008 ) ( 5760 2624 1000 ) ( 6040 2620 1004 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5696 2280 572 ) ( 5680 2280 572 ) ( 5688 2280 988 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5900 3032 840 ) ( 6040 2280 1008 ) ( 5760 2280 672 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2921 +{ +( 5760 3032 672 ) ( 5760 2280 672 ) ( 6040 2280 1008 ) mohtest/shngl1 -79 3 0.00 1 1 0 16384 0 +surfaceparm detail +( 5760 2280 688 ) ( 5760 3032 688 ) ( 6040 3032 1024 ) mohtest/shngl1 -79 3 0.00 1 1 0 16384 0 +surfaceparm detail +( 5760 3032 688 ) ( 5760 2280 688 ) ( 5760 2280 672 ) mohtest/shngl1 -79 3 0.00 1 1 0 16384 0 +surfaceparm detail +( 5760 2952 672 ) ( 6040 2616 672 ) ( 5900 2784 1024 ) mohtest/shngl1 -79 3 0.00 1 1 0 16384 0 +surfaceparm detail +( 6040 2616 672 ) ( 5760 2280 672 ) ( 5900 2448 1024 ) mohtest/shngl1 -79 3 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2922 +{ +( 6032 2312 16 ) ( 5760 2312 16 ) ( 5760 2280 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6032 2280 640 ) ( 5760 2280 640 ) ( 5760 2280 672 ) mohtest/fltwallsq -40 17 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 2304 632 ) ( 6552 2272 632 ) ( 6552 2272 680 ) mohtest/fltwallsq -127 26 0.00 1 1 0 65536 0 +surfaceparm detail +( 5724 3032 656 ) ( 5996 3032 656 ) ( 5996 3032 688 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5760 2320 672 ) ( 5760 2288 672 ) ( 5760 2288 480 ) mohtest/fltwallsq -127 26 0.00 1 1 0 65536 0 +surfaceparm detail +( 5992 2280 264 ) ( 6020 3032 264 ) ( 6048 2280 264 ) mohtest/fltwallsq -33 190 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2923 +{ +( 5760 2280 592 ) ( 5760 2312 592 ) ( 6032 2312 592 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6044 3032 672 ) ( 6316 3032 672 ) ( 6316 3032 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6020 3032 264 ) ( 5992 2280 264 ) ( 6048 2280 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5996 3024 656 ) ( 5724 3024 656 ) ( 5996 3024 688 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 3032 280 ) ( 6544 3024 280 ) ( 6548 3028 688 ) mohtest/fltwall1grmy -120 207 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 3024 264 ) ( 5760 3032 264 ) ( 5764 3028 672 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2924 +{ +( 5784 2400 464 ) ( 5760 2400 464 ) ( 5760 2304 464 ) mohtest/window3 0 61 -180.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 5760 2328 592 ) ( 5760 2424 592 ) ( 5784 2424 592 ) mohtest/window3 0 61 -180.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 5760 2328 592 ) ( 5784 2328 592 ) ( 5784 2328 184 ) mohtest/window3 0 155 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 5776 2328 560 ) ( 5776 2424 560 ) ( 5776 2424 152 ) mohtest/window3 30 158 -180.00 0.750000 -0.500000 0 0 0 +surfaceparm detail +( 5784 2424 560 ) ( 5760 2424 560 ) ( 5760 2424 152 ) mohtest/window3 0 155 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 5768 2424 592 ) ( 5768 2328 592 ) ( 5768 2328 184 ) mohtest/window3 30 158 -180.00 0.750000 -0.500000 0 0 0 +surfaceparm detail +} +// brush 2925 +{ +( 5760 2320 672 ) ( 5760 2288 672 ) ( 5760 2288 480 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2288 696 ) ( 5768 2320 696 ) ( 5768 2288 504 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2288 264 ) ( 5760 2280 264 ) ( 5764 2284 672 ) mohtest/fltwall1grmy -120 207 0.00 1 1 0 65536 0 +surfaceparm detail +( 5784 2400 464 ) ( 5760 2400 464 ) ( 5760 2304 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2328 592 ) ( 5760 2424 592 ) ( 5784 2424 592 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5784 2328 608 ) ( 5760 2328 608 ) ( 5784 2328 200 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2926 +{ +( 5760 2320 672 ) ( 5760 2288 672 ) ( 5760 2288 480 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2288 696 ) ( 5768 2320 696 ) ( 5768 2288 504 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 3032 264 ) ( 5768 3024 264 ) ( 5764 3028 672 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5784 2400 464 ) ( 5760 2400 464 ) ( 5760 2304 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2328 592 ) ( 5760 2424 592 ) ( 5784 2424 592 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2424 576 ) ( 5784 2424 576 ) ( 5760 2424 168 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2927 +{ +( 5760 2320 672 ) ( 5760 2288 672 ) ( 5760 2288 480 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 3032 264 ) ( 5992 2280 264 ) ( 6048 2280 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2288 672 ) ( 5768 2320 672 ) ( 5768 2288 480 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2288 264 ) ( 5760 2280 264 ) ( 5764 2284 672 ) mohtest/fltwall1grmy -120 207 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2400 464 ) ( 5792 2400 464 ) ( 5768 2304 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2328 264 ) ( 5768 2328 264 ) ( 5764 2328 456 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2928 +{ +( 5760 2304 816 ) ( 5760 2272 816 ) ( 5760 2272 624 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 3008 392 ) ( 5992 2256 392 ) ( 6048 2256 392 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2280 664 ) ( 5768 2312 664 ) ( 5768 2280 472 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2400 464 ) ( 5792 2400 464 ) ( 5768 2304 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2424 264 ) ( 5768 2424 264 ) ( 5764 2424 456 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2328 264 ) ( 5760 2328 264 ) ( 5764 2328 456 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2929 +{ +( 5760 2320 672 ) ( 5760 2288 672 ) ( 5760 2288 480 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 3032 264 ) ( 5992 2280 264 ) ( 6048 2280 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2288 680 ) ( 5768 2320 680 ) ( 5768 2288 488 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 3032 264 ) ( 5768 3024 264 ) ( 5764 3028 672 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2400 464 ) ( 5792 2400 464 ) ( 5768 2304 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5768 2424 264 ) ( 5760 2424 264 ) ( 5764 2424 456 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2930 +{ +( 5784 2400 264 ) ( 5760 2400 264 ) ( 5760 2304 264 ) mohtest/window3 0 61 -180.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 5760 2328 392 ) ( 5760 2424 392 ) ( 5784 2424 392 ) mohtest/window3 0 61 -180.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 5760 2328 392 ) ( 5784 2328 392 ) ( 5784 2328 -16 ) mohtest/window3 0 11 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 5776 2328 360 ) ( 5776 2424 360 ) ( 5776 2424 -48 ) mohtest/window3 30 12 -180.00 0.750000 -0.500000 0 0 0 +surfaceparm detail +( 5784 2424 360 ) ( 5760 2424 360 ) ( 5760 2424 -48 ) mohtest/window3 0 11 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 5768 2424 392 ) ( 5768 2328 392 ) ( 5768 2328 -16 ) mohtest/window3 30 12 -180.00 0.750000 -0.500000 0 0 0 +surfaceparm detail +} +// brush 2931 +{ +( 5760 2280 592 ) ( 5760 2312 592 ) ( 6032 2312 592 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6032 2280 640 ) ( 5760 2280 640 ) ( 5760 2280 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 3032 264 ) ( 5992 2280 264 ) ( 6048 2280 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2288 560 ) ( 6032 2288 560 ) ( 5760 2288 592 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2280 184 ) ( 5768 2288 184 ) ( 5764 2284 592 ) mohtest/fltwall1grmy -120 207 0.00 1 1 0 65536 0 +surfaceparm detail +( 5848 2288 264 ) ( 5848 2280 264 ) ( 5848 2284 672 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2932 +{ +( 5920 2272 264 ) ( 5920 2296 264 ) ( 5824 2296 264 ) mohtest/window3 1 -236 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 5848 2296 392 ) ( 5944 2296 392 ) ( 5944 2272 392 ) mohtest/window3 1 -236 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 5848 2296 392 ) ( 5848 2272 392 ) ( 5848 2272 -16 ) mohtest/window3 0 12 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 5848 2280 360 ) ( 5944 2280 360 ) ( 5944 2280 -48 ) mohcommon/window32_p1 76 0 -180.00 1.199707 -1.333313 0 4194304 0 +surfaceparm detail +( 5944 2272 360 ) ( 5944 2296 360 ) ( 5944 2296 -48 ) mohtest/window3 0 12 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 5944 2288 392 ) ( 5848 2288 392 ) ( 5848 2288 -16 ) mohtest/window3 -118 16 0.00 0.750000 0.500000 0 0 0 +surfaceparm detail +} +// brush 2933 +{ +( 6128 2272 264 ) ( 6128 2296 264 ) ( 6032 2296 264 ) mohtest/window3 1 -21 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 6056 2296 392 ) ( 6152 2296 392 ) ( 6152 2272 392 ) mohtest/window3 1 -21 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 6056 2296 392 ) ( 6056 2272 392 ) ( 6056 2272 -16 ) mohtest/window3 0 12 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 6056 2280 360 ) ( 6152 2280 360 ) ( 6152 2280 -48 ) mohcommon/window32_p1 5 0 -180.00 1.200195 -1.333313 0 4194304 0 +surfaceparm detail +( 6152 2272 360 ) ( 6152 2296 360 ) ( 6152 2296 -48 ) mohtest/window3 0 12 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 6152 2288 392 ) ( 6056 2288 392 ) ( 6056 2288 -16 ) mohtest/window3 -10 13 0.00 0.750000 0.500031 0 0 0 +surfaceparm detail +} +// brush 2934 +{ +( 6032 2280 640 ) ( 5760 2280 640 ) ( 5760 2280 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 3032 264 ) ( 5992 2280 264 ) ( 6048 2280 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2288 640 ) ( 6032 2288 640 ) ( 5760 2288 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5944 2280 264 ) ( 5944 2288 264 ) ( 5944 2284 672 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6056 2296 392 ) ( 6152 2296 392 ) ( 6152 2272 392 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6056 2272 392 ) ( 6056 2296 392 ) ( 6056 2272 -16 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2935 +{ +( 6032 2280 640 ) ( 5760 2280 640 ) ( 5760 2280 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 3032 264 ) ( 5992 2280 264 ) ( 6048 2280 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2288 640 ) ( 6032 2288 640 ) ( 5760 2288 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6224 2288 264 ) ( 6232 2280 264 ) ( 6228 2284 672 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6056 2296 392 ) ( 6152 2296 392 ) ( 6152 2272 392 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6152 2296 360 ) ( 6152 2272 360 ) ( 6152 2296 -48 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2936 +{ +( 5840 2272 264 ) ( 5840 2280 264 ) ( 5952 2280 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5840 2272 264 ) ( 5952 2272 264 ) ( 5952 2272 16 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5936 2280 248 ) ( 5936 2272 248 ) ( 5952 2272 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5952 2280 264 ) ( 5840 2280 264 ) ( 5840 2280 16 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5856 2272 248 ) ( 5856 2280 248 ) ( 5840 2280 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5936 2272 248 ) ( 5936 2280 248 ) ( 5856 2280 248 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2937 +{ +( 5920 2272 464 ) ( 5920 2296 464 ) ( 5824 2296 464 ) mohtest/window3 1 -237 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 5848 2296 592 ) ( 5944 2296 592 ) ( 5944 2272 592 ) mohtest/window3 1 -237 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 5848 2296 592 ) ( 5848 2272 592 ) ( 5848 2272 184 ) mohtest/window3 0 158 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 5848 2280 560 ) ( 5944 2280 560 ) ( 5944 2280 152 ) mohcommon/window32_p1 76 54 -180.00 1.199707 -1.333344 0 4194304 0 +surfaceparm detail +( 5944 2272 560 ) ( 5944 2296 560 ) ( 5944 2296 152 ) mohtest/window3 0 158 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 5944 2288 592 ) ( 5848 2288 592 ) ( 5848 2288 184 ) mohtest/window3 -118 160 0.00 0.750000 0.500000 0 0 0 +surfaceparm detail +} +// brush 2938 +{ +( 6040 2280 768 ) ( 5768 2280 768 ) ( 5768 2280 800 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6028 3032 392 ) ( 6000 2280 392 ) ( 6056 2280 392 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2288 640 ) ( 6032 2288 640 ) ( 5760 2288 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5848 2280 264 ) ( 5848 2288 264 ) ( 5848 2284 672 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5944 2288 264 ) ( 5944 2280 264 ) ( 5944 2284 672 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5856 2280 464 ) ( 5872 2288 464 ) ( 5888 2280 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2939 +{ +( 6048 2272 264 ) ( 6048 2280 264 ) ( 6160 2280 264 ) mohtest/fltwall1grmy -232 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6048 2272 264 ) ( 6160 2272 264 ) ( 6160 2272 16 ) mohtest/fltwall1grmy -232 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6144 2280 248 ) ( 6144 2272 248 ) ( 6160 2272 264 ) mohtest/fltwall1grmy -232 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6160 2280 264 ) ( 6048 2280 264 ) ( 6048 2280 16 ) mohtest/fltwall1grmy -232 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6064 2272 248 ) ( 6064 2280 248 ) ( 6048 2280 264 ) mohtest/fltwall1grmy -232 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6144 2272 248 ) ( 6144 2280 248 ) ( 6064 2280 248 ) mohtest/fltwall1grmy -232 117 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2940 +{ +( 6040 3032 592 ) ( 5680 3032 592 ) ( 5680 2616 1008 ) mohtest/shngl1 -96 54 0.00 1 1 0 16384 0 +surfaceparm detail +( 5680 3032 608 ) ( 6040 3032 608 ) ( 6040 2616 1024 ) mohtest/shngl1 -96 54 0.00 1 1 0 16384 0 +surfaceparm detail +( 6040 3032 608 ) ( 5680 3032 608 ) ( 5680 3032 592 ) mohtest/shngl1 -96 96 0.00 1 1 0 16384 0 +surfaceparm detail +( 6552 2608 1008 ) ( 6552 2608 1024 ) ( 6552 2936 1024 ) mohtest/shngl1 -128 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 5760 2628 1024 ) ( 5760 2616 672 ) ( 5760 2640 672 ) mohtest/shngl1 -128 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 6040 2616 592 ) ( 5760 2952 592 ) ( 5900 2784 1024 ) mohtest/shngl1 -128 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 5760 2616 1008 ) ( 5760 2616 1024 ) ( 6232 2616 1016 ) mohtest/shngl1 0 96 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2941 +{ +( 5760 2280 672 ) ( 6040 2280 672 ) ( 6040 2616 1008 ) mohtest/shngl1 -96 6 0.00 1 1 0 16384 0 +surfaceparm detail +( 6040 2280 688 ) ( 5760 2280 688 ) ( 5760 2616 1024 ) mohtest/shngl1 -96 6 0.00 1 1 0 16384 0 +surfaceparm detail +( 5760 2280 688 ) ( 6040 2280 688 ) ( 6040 2280 672 ) mohtest/shngl1 -96 96 0.00 1 1 0 16384 0 +surfaceparm detail +( 6552 2280 1048 ) ( 6552 2608 1048 ) ( 6552 2608 1032 ) mohtest/shngl1 -79 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 5760 2280 672 ) ( 6040 2616 672 ) ( 5900 2448 1024 ) mohtest/shngl1 -79 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 5760 2616 1024 ) ( 5760 2616 1008 ) ( 6232 2616 1016 ) mohtest/shngl1 -96 96 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2942 +{ +( 6552 2288 264 ) ( 6512 2288 264 ) ( 6512 2240 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6512 2240 672 ) ( 6512 2288 672 ) ( 6552 2288 672 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2232 264 ) ( 6488 2232 672 ) ( 6488 2216 672 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2216 264 ) ( 6488 2216 672 ) ( 6552 2280 672 ) mohtest/fltwall1grmy -120 207 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 2280 264 ) ( 6552 2280 672 ) ( 6544 2288 672 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2232 672 ) ( 6488 2232 264 ) ( 6544 2288 264 ) mohtest/fltwall1grmy -119 207 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2943 +{ +( 6272 2240 264 ) ( 6272 2288 264 ) ( 6232 2288 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6232 2288 672 ) ( 6272 2288 672 ) ( 6272 2240 672 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6296 2216 672 ) ( 6296 2232 672 ) ( 6296 2232 264 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6208 2304 672 ) ( 6272 2240 672 ) ( 6272 2240 264 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6240 2288 672 ) ( 6232 2280 672 ) ( 6232 2280 264 ) mohtest/fltwall1grmy -120 207 0.00 1 1 0 65536 0 +surfaceparm detail +( 6240 2288 264 ) ( 6296 2232 264 ) ( 6296 2232 672 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2944 +{ +( 6552 2280 16 ) ( 6224 2280 16 ) ( 6224 2208 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6224 2208 264 ) ( 6224 2280 264 ) ( 6552 2280 264 ) mohtest/fltwallsq -41 182 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2216 264 ) ( 6488 2216 16 ) ( 6296 2216 16 ) mohtest/fltwallsq -40 17 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2216 16 ) ( 6488 2216 264 ) ( 6552 2280 264 ) mohtest/fltwallsq -136 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 2280 264 ) ( 6224 2280 264 ) ( 6224 2280 16 ) mohtest/fltwallsq -40 17 0.00 1 1 0 65536 0 +surfaceparm detail +( 6296 2216 264 ) ( 6296 2216 16 ) ( 6232 2280 16 ) mohtest/fltwallsq -136 18 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2945 +{ +( 6552 2192 672 ) ( 6552 2440 672 ) ( 6232 2440 672 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 2440 672 ) ( 6552 2192 672 ) ( 6392 2192 832 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6464 2440 824 ) ( 6240 2440 824 ) ( 6240 2440 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6316 2440 756 ) ( 6392 2192 832 ) ( 6240 2192 680 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6296 2216 672 ) ( 6232 2280 672 ) ( 6264 2248 832 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2216 672 ) ( 6296 2216 672 ) ( 6392 2216 832 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 2280 672 ) ( 6488 2216 672 ) ( 6520 2248 832 ) mohtest/fltwall1grmy -120 207 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2946 +{ +( 6232 2280 672 ) ( 6224 2280 672 ) ( 6224 2272 672 ) algiers/whsflrset1_1a -25 23 0.00 1 1 0 65536 0 +surfaceparm detail +( 6224 2272 688 ) ( 6224 2280 688 ) ( 6232 2280 688 ) algiers/whsflrset1_1a -25 23 0.00 1 1 0 65536 0 +surfaceparm detail +( 6216 2192 688 ) ( 6224 2192 688 ) ( 6224 2192 664 ) algiers/whsflrset1_1a -24 121 0.00 1 1 0 65536 0 +surfaceparm detail +( 6232 2272 696 ) ( 6232 2280 696 ) ( 6232 2280 672 ) algiers/whsflrset1_1a -119 123 0.00 1 1 0 65536 0 +surfaceparm detail +( 6224 2280 688 ) ( 6224 2272 688 ) ( 6224 2272 664 ) algiers/whsflrset1_1a -119 123 0.00 1 1 0 65536 0 +surfaceparm detail +( 6224 2272 672 ) ( 6232 2280 672 ) ( 6228 2276 696 ) algiers/whsflrset1_1a -120 120 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2947 +{ +( 6224 2272 672 ) ( 6232 2272 672 ) ( 6232 2280 672 ) algiers/whsflrset1_1a -184 -199 90.00 1 1 0 65536 0 +surfaceparm detail +( 6232 2280 688 ) ( 6232 2272 688 ) ( 6224 2272 688 ) algiers/whsflrset1_1a -184 -199 90.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2296 664 ) ( 5760 2296 688 ) ( 5760 2288 688 ) algiers/whsflrset1_1a -184 123 0.00 1 1 0 65536 0 +surfaceparm detail +( 6232 2280 672 ) ( 6232 2280 696 ) ( 6224 2280 696 ) algiers/whsflrset1_1a 104 123 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6224 2272 664 ) ( 6224 2272 688 ) ( 6232 2272 688 ) algiers/whsflrset1_1a 104 123 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 2276 696 ) ( 6232 2280 672 ) ( 6224 2272 672 ) algiers/whsflrset1_1a -135 120 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2948 +{ +( 6232 2664 672 ) ( 6232 2384 672 ) ( 6568 2384 1008 ) mohtest/shngl1 -137 -54 90.00 1 1 0 16384 0 +surfaceparm detail +( 6232 2384 688 ) ( 6232 2664 688 ) ( 6568 2664 1024 ) mohtest/shngl1 -137 -54 90.00 1 1 0 16384 0 +surfaceparm detail +( 6232 2664 688 ) ( 6232 2384 688 ) ( 6232 2384 672 ) mohtest/shngl1 -136 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 6240 2192 1048 ) ( 6568 2192 1048 ) ( 6568 2192 1032 ) mohtest/shngl1 128 93 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6392 2192 848 ) ( 6392 2376 840 ) ( 6392 2192 832 ) mohtest/shngl1 -112 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 6232 2280 696 ) ( 6232 2280 680 ) ( 6392 2280 688 ) mohtest/shngl1 -128 96 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2949 +{ +( 6216 2384 1008 ) ( 6552 2384 672 ) ( 6552 2664 672 ) mohtest/shngl1 -137 -39 90.00 1 1 0 16384 0 +surfaceparm detail +( 6216 2664 1024 ) ( 6552 2664 688 ) ( 6552 2384 688 ) mohtest/shngl1 -137 -39 90.00 1 1 0 16384 0 +surfaceparm detail +( 6552 2384 672 ) ( 6552 2384 688 ) ( 6552 2664 688 ) mohtest/shngl1 -136 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 6216 2192 1032 ) ( 6216 2192 1048 ) ( 6544 2192 1048 ) mohtest/shngl1 112 93 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6392 2376 840 ) ( 6392 2192 848 ) ( 6392 2192 832 ) mohtest/shngl1 -95 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 6392 2280 696 ) ( 6392 2280 680 ) ( 6552 2280 688 ) mohtest/shngl1 -112 96 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2950 +{ +( 6216 2384 1008 ) ( 6552 2384 672 ) ( 6552 2664 672 ) mohtest/shngl1 -137 -39 90.00 1 1 0 16384 0 +surfaceparm detail +( 6216 2664 1024 ) ( 6552 2664 688 ) ( 6552 2384 688 ) mohtest/shngl1 -137 -39 90.00 1 1 0 16384 0 +surfaceparm detail +( 6392 2376 840 ) ( 6392 2192 848 ) ( 6392 2192 832 ) mohtest/shngl1 -95 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 6392 2280 680 ) ( 6392 2280 696 ) ( 6552 2280 688 ) mohtest/shngl1 -112 96 0.00 1 1 0 16384 0 +surfaceparm detail +( 6392 2440 848 ) ( 6392 2280 688 ) ( 6552 2360 768 ) mohtest/shngl1 -112 54 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2951 +{ +( 6232 2664 672 ) ( 6232 2384 672 ) ( 6568 2384 1008 ) mohtest/shngl1 -137 -54 90.00 1 1 0 16384 0 +surfaceparm detail +( 6232 2384 688 ) ( 6232 2664 688 ) ( 6568 2664 1024 ) mohtest/shngl1 -137 -54 90.00 1 1 0 16384 0 +surfaceparm detail +( 6392 2192 848 ) ( 6392 2376 840 ) ( 6392 2192 832 ) mohtest/shngl1 -112 93 0.00 1 1 0 16384 0 +surfaceparm detail +( 6232 2280 680 ) ( 6232 2280 696 ) ( 6392 2280 688 ) mohtest/shngl1 -128 96 0.00 1 1 0 16384 0 +surfaceparm detail +( 6232 2440 848 ) ( 6232 2280 688 ) ( 6392 2360 768 ) mohtest/shngl1 -128 54 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2952 +{ +( 6416 2208 488 ) ( 6416 2232 488 ) ( 6320 2232 488 ) mohtest/window3 2 -22 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 6344 2232 616 ) ( 6440 2232 616 ) ( 6440 2208 616 ) mohtest/window3 2 -22 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 6344 2232 616 ) ( 6344 2208 616 ) ( 6344 2208 208 ) mohtest/window3 0 205 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 6344 2216 584 ) ( 6440 2216 584 ) ( 6440 2216 176 ) mohcommon/window32_p1 5 72 -180.00 1.200195 -1.333344 0 4194304 0 +surfaceparm detail +( 6440 2208 584 ) ( 6440 2232 584 ) ( 6440 2232 176 ) mohtest/window3 0 205 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 6440 2224 616 ) ( 6344 2224 616 ) ( 6344 2224 208 ) mohtest/window3 -10 208 0.00 0.750000 0.500000 0 0 0 +surfaceparm detail +} +// brush 2953 +{ +( 6488 2232 264 ) ( 6296 2232 264 ) ( 6296 2216 264 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6288 2216 712 ) ( 6480 2216 712 ) ( 6480 2216 304 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2216 672 ) ( 6488 2232 672 ) ( 6488 2232 264 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2224 672 ) ( 6296 2224 672 ) ( 6296 2224 264 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6296 2232 672 ) ( 6296 2216 672 ) ( 6296 2216 264 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6408 2232 488 ) ( 6408 2208 488 ) ( 6312 2232 488 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2954 +{ +( 6296 2216 672 ) ( 6296 2232 672 ) ( 6488 2232 672 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6296 2216 672 ) ( 6488 2216 672 ) ( 6488 2216 264 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2216 672 ) ( 6488 2232 672 ) ( 6488 2232 264 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6480 2224 712 ) ( 6288 2224 712 ) ( 6288 2224 304 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6296 2232 672 ) ( 6296 2216 672 ) ( 6296 2216 264 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6432 2232 616 ) ( 6336 2232 616 ) ( 6432 2208 616 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2955 +{ +( 6296 2216 712 ) ( 6488 2216 712 ) ( 6488 2216 304 ) mohtest/fltwall1grmy -24 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2224 712 ) ( 6296 2224 712 ) ( 6296 2224 304 ) mohtest/fltwall1grmy -24 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( 6296 2232 712 ) ( 6296 2216 712 ) ( 6296 2216 304 ) mohtest/fltwall1grmy -119 245 0.00 1 1 0 65536 0 +surfaceparm detail +( 6416 2208 488 ) ( 6416 2232 488 ) ( 6320 2232 488 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6344 2232 616 ) ( 6440 2232 616 ) ( 6440 2208 616 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6344 2208 616 ) ( 6344 2232 616 ) ( 6344 2208 208 ) mohtest/fltwall1grmy -119 245 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2956 +{ +( 6296 2216 712 ) ( 6488 2216 712 ) ( 6488 2216 304 ) mohtest/fltwall1grmy -24 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2216 712 ) ( 6488 2232 712 ) ( 6488 2232 304 ) mohtest/fltwall1grmy -119 245 0.00 1 1 0 65536 0 +surfaceparm detail +( 6488 2224 712 ) ( 6296 2224 712 ) ( 6296 2224 304 ) mohtest/fltwall1grmy -24 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( 6416 2208 488 ) ( 6416 2232 488 ) ( 6320 2232 488 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6344 2232 616 ) ( 6440 2232 616 ) ( 6440 2208 616 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6440 2232 584 ) ( 6440 2208 584 ) ( 6440 2232 176 ) mohtest/fltwall1grmy -119 245 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2957 +{ +( 6288 2280 640 ) ( 6016 2280 640 ) ( 6016 2280 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2288 640 ) ( 6032 2288 640 ) ( 5760 2288 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6224 2288 264 ) ( 6232 2280 264 ) ( 6228 2284 672 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5944 2280 264 ) ( 5944 2288 264 ) ( 5944 2284 672 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6152 2296 392 ) ( 6056 2296 392 ) ( 6152 2272 392 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5944 2272 464 ) ( 5944 2288 464 ) ( 6232 2280 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2958 +{ +( 6128 2272 464 ) ( 6128 2296 464 ) ( 6032 2296 464 ) mohtest/window3 2 -22 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 6056 2296 592 ) ( 6152 2296 592 ) ( 6152 2272 592 ) mohtest/window3 2 -22 -90.00 0.062500 -0.375000 0 0 0 +surfaceparm detail +( 6056 2296 592 ) ( 6056 2272 592 ) ( 6056 2272 184 ) mohtest/window3 0 158 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 6056 2280 560 ) ( 6152 2280 560 ) ( 6152 2280 152 ) mohcommon/window32_p1 5 54 -180.00 1.200195 -1.333344 0 4194304 0 +surfaceparm detail +( 6152 2272 560 ) ( 6152 2296 560 ) ( 6152 2296 152 ) mohtest/window3 0 158 -180.00 0.062500 -0.500000 0 0 0 +surfaceparm detail +( 6152 2288 592 ) ( 6056 2288 592 ) ( 6056 2288 184 ) mohtest/window3 -10 160 0.00 0.750000 0.500000 0 0 0 +surfaceparm detail +} +// brush 2959 +{ +( 5768 2280 592 ) ( 5768 2312 592 ) ( 6040 2312 592 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6288 2280 640 ) ( 6016 2280 640 ) ( 6016 2280 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2288 640 ) ( 6032 2288 640 ) ( 5760 2288 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5944 2280 264 ) ( 5944 2288 264 ) ( 5944 2284 672 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5944 2288 464 ) ( 5944 2272 464 ) ( 6232 2280 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6056 2288 464 ) ( 6056 2280 464 ) ( 6056 2284 592 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2960 +{ +( 5768 2280 592 ) ( 5768 2312 592 ) ( 6040 2312 592 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6288 2280 640 ) ( 6016 2280 640 ) ( 6016 2280 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2288 640 ) ( 6032 2288 640 ) ( 5760 2288 672 ) mohtest/fltwall1grmy -24 208 0.00 1 1 0 65536 0 +surfaceparm detail +( 6224 2288 264 ) ( 6232 2280 264 ) ( 6228 2284 672 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 5944 2288 464 ) ( 5944 2272 464 ) ( 6232 2280 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6152 2280 464 ) ( 6152 2288 464 ) ( 6152 2284 592 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2961 +{ +( 6048 2272 464 ) ( 6048 2280 464 ) ( 6160 2280 464 ) mohtest/fltwall1grmy -232 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6048 2272 464 ) ( 6160 2272 464 ) ( 6160 2272 216 ) mohtest/fltwall1grmy -232 153 0.00 1 1 0 65536 0 +surfaceparm detail +( 6144 2280 448 ) ( 6144 2272 448 ) ( 6160 2272 464 ) mohtest/fltwall1grmy -232 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6160 2280 464 ) ( 6048 2280 464 ) ( 6048 2280 216 ) mohtest/fltwall1grmy -232 153 0.00 1 1 0 65536 0 +surfaceparm detail +( 6064 2272 448 ) ( 6064 2280 448 ) ( 6048 2280 464 ) mohtest/fltwall1grmy -232 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6144 2272 448 ) ( 6144 2280 448 ) ( 6064 2280 448 ) mohtest/fltwall1grmy -232 117 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2962 +{ +( 5840 2272 464 ) ( 5840 2280 464 ) ( 5952 2280 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5840 2272 464 ) ( 5952 2272 464 ) ( 5952 2272 216 ) mohtest/fltwall1grmy -24 153 0.00 1 1 0 65536 0 +surfaceparm detail +( 5936 2280 448 ) ( 5936 2272 448 ) ( 5952 2272 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5952 2280 464 ) ( 5840 2280 464 ) ( 5840 2280 216 ) mohtest/fltwall1grmy -24 153 0.00 1 1 0 65536 0 +surfaceparm detail +( 5856 2272 448 ) ( 5856 2280 448 ) ( 5840 2280 464 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 5936 2272 448 ) ( 5936 2280 448 ) ( 5856 2280 448 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2963 +{ +( 6336 2208 488 ) ( 6336 2216 488 ) ( 6448 2216 488 ) mohtest/fltwall1grmy -8 56 0.00 1 1 0 65536 0 +surfaceparm detail +( 6336 2208 488 ) ( 6448 2208 488 ) ( 6448 2208 240 ) mohtest/fltwall1grmy -8 177 0.00 1 1 0 65536 0 +surfaceparm detail +( 6432 2216 472 ) ( 6432 2208 472 ) ( 6448 2208 488 ) mohtest/fltwall1grmy -8 56 0.00 1 1 0 65536 0 +surfaceparm detail +( 6448 2216 488 ) ( 6336 2216 488 ) ( 6336 2216 240 ) mohtest/fltwall1grmy -8 177 0.00 1 1 0 65536 0 +surfaceparm detail +( 6352 2208 472 ) ( 6352 2216 472 ) ( 6336 2216 488 ) mohtest/fltwall1grmy -8 56 0.00 1 1 0 65536 0 +surfaceparm detail +( 6432 2208 472 ) ( 6432 2216 472 ) ( 6352 2216 472 ) mohtest/fltwall1grmy -8 56 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2964 +{ +( 6552 2312 632 ) ( 6552 2280 632 ) ( 6552 2280 680 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6340 3032 264 ) ( 6312 2280 264 ) ( 6368 2280 264 ) mohtest/fltwall1grmy -89 117 0.00 1 1 0 65536 0 +surfaceparm detail +( 6544 2280 632 ) ( 6544 2312 632 ) ( 6544 2280 680 ) mohtest/fltwall1grmy -119 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6552 2280 264 ) ( 6544 2288 264 ) ( 6548 2284 672 ) mohtest/fltwall1grmy -120 205 0.00 1 1 0 65536 0 +surfaceparm detail +( 6544 3024 264 ) ( 6552 3032 264 ) ( 6548 3028 672 ) mohtest/fltwall1grmy -120 207 0.00 1 1 0 65536 0 +surfaceparm detail +( 6544 3000 592 ) ( 6544 3016 592 ) ( 6552 3008 592 ) mohtest/fltwall1grmy -25 117 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2965 +{ +( 4692 856 16 ) ( 4708 840 16 ) ( 4964 840 16 ) mohcommon/crackedconcrete -163 70 0.00 1 1 0 65536 0 +surfaceparm detail +( 5300 840 16 ) ( 5300 840 24 ) ( 5556 840 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4708 840 24 ) ( 4692 856 24 ) ( 4964 856 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4692 856 24 ) ( 4692 856 16 ) ( 4964 856 16 ) mohcommon/crackedconcrete -164 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 5980 880 24 ) ( 5980 880 16 ) ( 5980 864 16 ) mohcommon/crackedconcrete -72 17 0.00 1 1 0 65536 0 +surfaceparm detail +( 5268 824 16 ) ( 5268 864 16 ) ( 5268 844 24 ) mohcommon/crackedconcrete -72 17 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2966 +{ +( 5452 1631 24 ) ( 5452 1631 16 ) ( 5452 2927 16 ) common/nodraw 49 -1 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5711 1591 24 ) ( 5523 1615 24 ) ( 5523 2911 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5711 3099 16 ) ( 5523 2911 16 ) ( 5523 1615 16 ) common/nodraw -50 -2 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5528 2888 16 ) ( 5576 2888 16 ) ( 5552 2888 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5664 2160 16 ) ( 5600 2160 16 ) ( 5632 2160 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5760 2560 16 ) ( 5760 2544 16 ) ( 5760 2552 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2967 +{ +( 5711 1591 24 ) ( 5523 1615 24 ) ( 5523 2911 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5711 3099 16 ) ( 5523 2911 16 ) ( 5523 1615 16 ) common/nodraw -50 -2 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5480 2280 16 ) ( 5528 2280 16 ) ( 5504 2280 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5664 2160 16 ) ( 5600 2160 16 ) ( 5632 2160 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5760 2544 16 ) ( 5760 2560 16 ) ( 5760 2552 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6232 2280 16 ) ( 6232 2276 16 ) ( 6232 2278 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2968 +{ +( 5711 1591 24 ) ( 5523 1615 24 ) ( 5523 2911 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5711 3099 16 ) ( 5523 2911 16 ) ( 5523 1615 16 ) common/nodraw -50 -2 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5484 2216 16 ) ( 5532 2216 16 ) ( 5508 2216 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5664 2160 16 ) ( 5600 2160 16 ) ( 5632 2160 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6296 2214 16 ) ( 6296 2216 16 ) ( 6296 2215 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6488 2216 16 ) ( 6488 2212 16 ) ( 6488 2214 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2969 +{ +( 5711 1591 24 ) ( 5523 1615 24 ) ( 5523 2911 24 ) mohcommon/crackedconcrete -6 225 0.00 1 1 0 65536 0 +surfaceparm detail +( 5711 3099 16 ) ( 5523 2911 16 ) ( 5523 1615 16 ) common/nodraw -50 -2 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6528 3107 24 ) ( 6528 3107 16 ) ( 6528 1599 16 ) common/nodraw 49 -1 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5664 2160 16 ) ( 5600 2160 16 ) ( 5632 2160 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6488 2212 16 ) ( 6488 2216 16 ) ( 6488 2214 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6488 2216 16 ) ( 6490 2218 16 ) ( 6489 2217 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2970 +{ +( 5711 1591 24 ) ( 5523 1615 24 ) ( 5523 2911 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5711 3099 16 ) ( 5523 2911 16 ) ( 5523 1615 16 ) common/nodraw -50 -2 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5664 2160 16 ) ( 5600 2160 16 ) ( 5632 2160 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6232 2276 16 ) ( 6232 2280 16 ) ( 6232 2278 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6296 2216 16 ) ( 6296 2214 16 ) ( 6296 2215 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6288 2224 16 ) ( 6292 2220 16 ) ( 6290 2222 24 ) common/nodraw 49 -49 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2971 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) general_structure/balcony_stone1 123 40 -180.00 0.750000 -1.250000 0 65536 0 +surfaceparm detail +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) general_structure/balcony_stone1 -105 42 0.00 0.750000 1.250000 0 65536 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) general_structure/balcony_stone1 -191 42 0.00 0.750000 1.250000 0 65536 0 +surfaceparm detail +( 5124 3272 952 ) ( 5988 3256 952 ) ( 5124 3240 952 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5988 4104 856 ) ( 5124 4136 856 ) ( 5124 4072 856 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5760 2928 856 ) ( 5760 2912 856 ) ( 5760 2920 952 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2972 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5137 3848 424 ) ( 5134 2888 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5138 2888 608 ) ( 5141 3848 608 ) ( 5144 2888 608 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 424 ) ( 5140 3840 424 ) ( 5140 3844 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2973 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5137 3848 408 ) ( 5132 2888 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5134 2888 424 ) ( 5137 3848 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 408 ) ( 5140 3840 408 ) ( 5140 3844 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2974 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 5988 3016 208 ) ( 5124 3048 208 ) ( 5124 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5170 2888 224 ) ( 5174 3848 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3848 208 ) ( 5140 3840 208 ) ( 5140 3844 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2975 +{ +( 5096 3288 40 ) ( 5104 3288 40 ) ( 5100 3288 280 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall2a_shot 168 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5188 3112 40 ) ( 5124 3176 40 ) ( 5156 3144 280 ) ta_berlin/berlinwall2a_shot 104 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5132 3048 208 ) ( 5996 3016 208 ) ( 5132 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5123 4264 24 ) ( 5123 2888 24 ) ( 5987 2888 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5140 3848 24 ) ( 5140 3840 24 ) ( 5140 3844 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2976 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5760 2928 280 ) ( 5760 2912 280 ) ( 5760 2920 856 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5137 3848 424 ) ( 5134 2888 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5138 2888 608 ) ( 5141 3848 608 ) ( 5144 2888 608 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3836 424 ) ( 5744 3848 424 ) ( 5744 3842 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2977 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5760 2928 280 ) ( 5760 2912 280 ) ( 5760 2920 856 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3836 224 ) ( 5744 3848 224 ) ( 5744 3842 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2978 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5760 2928 280 ) ( 5760 2912 280 ) ( 5760 2920 856 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5137 3848 408 ) ( 5132 2888 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5134 2888 424 ) ( 5137 3848 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3836 408 ) ( 5744 3848 408 ) ( 5744 3842 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2979 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 5988 3016 208 ) ( 5124 3048 208 ) ( 5124 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5760 2928 280 ) ( 5760 2912 280 ) ( 5760 2920 856 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5170 2888 224 ) ( 5174 3848 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3836 208 ) ( 5744 3848 208 ) ( 5744 3842 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2980 +{ +( 5123 4264 24 ) ( 5123 2888 24 ) ( 5987 2888 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5132 3048 208 ) ( 5996 3016 208 ) ( 5132 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3848 40 ) ( 5188 3848 40 ) ( 5156 3848 280 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5130 3288 40 ) ( 5106 3288 40 ) ( 5118 3288 280 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5760 2928 40 ) ( 5760 2912 40 ) ( 5760 2920 280 ) common/nodraw 44 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3836 24 ) ( 5744 3848 24 ) ( 5744 3842 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2981 +{ +( 5096 3288 40 ) ( 5104 3288 40 ) ( 5100 3288 280 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5132 3048 208 ) ( 5996 3016 208 ) ( 5132 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5123 4264 24 ) ( 5123 2888 24 ) ( 5987 2888 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlinwall2a_shot -4 24 0.00 1 1 0 65536 0 +surfaceparm detail +( 5760 2928 40 ) ( 5760 2912 40 ) ( 5760 2920 280 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3836 24 ) ( 5744 3848 24 ) ( 5744 3842 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2982 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlinwall3b -39 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5137 3848 424 ) ( 5134 2888 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5138 2888 608 ) ( 5141 3848 608 ) ( 5144 2888 608 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 424 ) ( 5744 3836 424 ) ( 5744 3842 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5732 2904 424 ) ( 5736 2904 424 ) ( 5734 2904 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2983 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlinwall3b -39 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5137 3848 408 ) ( 5132 2888 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5134 2888 424 ) ( 5137 3848 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 408 ) ( 5744 3836 408 ) ( 5744 3842 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5732 2904 408 ) ( 5736 2904 408 ) ( 5734 2904 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2984 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlinwall3b -39 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 224 ) ( 5744 3836 224 ) ( 5744 3842 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5732 2904 224 ) ( 5736 2904 224 ) ( 5734 2904 408 ) ta_berlin/berlinwall3b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2985 +{ +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 5988 3016 208 ) ( 5124 3048 208 ) ( 5124 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 5170 2888 224 ) ( 5174 3848 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 208 ) ( 5744 3836 208 ) ( 5744 3842 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5732 2904 208 ) ( 5736 2904 208 ) ( 5734 2904 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2986 +{ +( 5188 3112 40 ) ( 5124 3176 40 ) ( 5156 3144 280 ) ta_berlin/berlinwall2a_shot 104 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5132 3048 208 ) ( 5996 3016 208 ) ( 5132 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5123 4264 24 ) ( 5123 2888 24 ) ( 5987 2888 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5988 2888 8 ) ( 5124 2888 8 ) ( 5124 2888 968 ) ta_berlin/berlinwall2a_shot -4 24 0.00 1 1 0 65536 0 +surfaceparm detail +( 5744 3848 24 ) ( 5744 3836 24 ) ( 5744 3842 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5732 2904 24 ) ( 5736 2904 24 ) ( 5734 2904 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2987 +{ +( 5188 3112 40 ) ( 5124 3176 40 ) ( 5156 3144 280 ) ta_berlin/berlinwall2a_shot 104 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5132 3048 208 ) ( 5996 3016 208 ) ( 5132 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5123 4264 24 ) ( 5123 2888 24 ) ( 5987 2888 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5140 3840 24 ) ( 5140 3848 24 ) ( 5140 3844 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 24 ) ( 5732 2904 24 ) ( 5734 2904 208 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3184 24 ) ( 5148 3176 24 ) ( 5144 3180 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2988 +{ +( 5096 3288 40 ) ( 5104 3288 40 ) ( 5100 3288 280 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5128 3048 24 ) ( 5992 3016 24 ) ( 5128 2984 24 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5123 4264 16 ) ( 5123 2888 16 ) ( 5987 2888 16 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3856 24 ) ( 5124 3864 24 ) ( 5124 3860 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5760 3848 24 ) ( 5760 3836 24 ) ( 5760 3842 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5728 2888 24 ) ( 5724 2888 24 ) ( 5726 2888 208 ) common/nodraw 40 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5124 3176 24 ) ( 5116 3184 24 ) ( 5120 3180 208 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2989 +{ +( 5988 3016 208 ) ( 5124 3048 208 ) ( 5124 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 5170 2888 224 ) ( 5174 3848 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 208 ) ( 5140 3848 208 ) ( 5140 3844 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 208 ) ( 5732 2904 208 ) ( 5734 2904 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3184 208 ) ( 5148 3176 208 ) ( 5144 3180 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2990 +{ +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 224 ) ( 5140 3848 224 ) ( 5140 3844 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 224 ) ( 5732 2904 224 ) ( 5734 2904 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3184 224 ) ( 5148 3176 224 ) ( 5144 3180 408 ) ta_berlin/berlinwall3b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2991 +{ +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5137 3848 408 ) ( 5132 2888 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5134 2888 424 ) ( 5137 3848 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 408 ) ( 5140 3848 408 ) ( 5140 3844 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 408 ) ( 5732 2904 408 ) ( 5734 2904 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3184 408 ) ( 5148 3176 408 ) ( 5144 3180 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2992 +{ +( 5188 3112 280 ) ( 5124 3176 280 ) ( 5156 3144 968 ) ta_berlin/berlinwall3b -136 16 0.00 0.850000 0.800000 0 65536 0 +surfaceparm detail +( 5137 3848 424 ) ( 5134 2888 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5138 2888 608 ) ( 5141 3848 608 ) ( 5144 2888 608 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 424 ) ( 5140 3848 424 ) ( 5140 3844 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 424 ) ( 5732 2904 424 ) ( 5734 2904 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3184 424 ) ( 5148 3176 424 ) ( 5144 3180 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2993 +{ +( 5137 3848 424 ) ( 5134 2888 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5138 2888 608 ) ( 5141 3848 608 ) ( 5144 2888 608 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 424 ) ( 5140 3848 424 ) ( 5140 3844 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 424 ) ( 5744 3836 424 ) ( 5744 3842 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 424 ) ( 5732 2904 424 ) ( 5734 2904 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5148 3176 424 ) ( 5140 3184 424 ) ( 5144 3180 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3832 424 ) ( 5152 3832 424 ) ( 5146 3832 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2994 +{ +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5137 3848 424 ) ( 5134 2888 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5138 2888 608 ) ( 5141 3848 608 ) ( 5144 2888 608 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 424 ) ( 5140 3848 424 ) ( 5140 3844 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 424 ) ( 5744 3836 424 ) ( 5744 3842 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 424 ) ( 5140 3832 424 ) ( 5146 3832 608 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2995 +{ +( 5137 3848 408 ) ( 5132 2888 408 ) ( 5142 2888 408 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5134 2888 424 ) ( 5137 3848 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 408 ) ( 5140 3848 408 ) ( 5140 3844 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 408 ) ( 5744 3836 408 ) ( 5744 3842 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 408 ) ( 5732 2904 408 ) ( 5734 2904 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5148 3176 408 ) ( 5140 3184 408 ) ( 5144 3180 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3832 408 ) ( 5152 3832 408 ) ( 5146 3832 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2996 +{ +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5137 3848 408 ) ( 5132 2888 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5134 2888 424 ) ( 5137 3848 424 ) ( 5140 2888 424 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 408 ) ( 5140 3848 408 ) ( 5140 3844 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 408 ) ( 5744 3836 408 ) ( 5744 3842 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 408 ) ( 5140 3832 408 ) ( 5146 3832 424 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2997 +{ +( 5988 3016 208 ) ( 5124 3048 208 ) ( 5124 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5170 2888 224 ) ( 5174 3848 224 ) ( 5178 2888 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5140 3840 208 ) ( 5140 3848 208 ) ( 5140 3844 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 208 ) ( 5744 3836 208 ) ( 5744 3842 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 208 ) ( 5140 3832 208 ) ( 5146 3832 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2998 +{ +( 5123 4264 16 ) ( 5123 2888 16 ) ( 5987 2888 16 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5128 3048 24 ) ( 5992 3016 24 ) ( 5128 2984 24 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5130 3288 40 ) ( 5106 3288 40 ) ( 5118 3288 280 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3856 24 ) ( 5124 3864 24 ) ( 5124 3860 208 ) common/nodraw 44 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5760 3848 24 ) ( 5760 3836 24 ) ( 5760 3842 208 ) common/nodraw 44 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5124 3848 24 ) ( 5136 3848 24 ) ( 5130 3848 208 ) common/nodraw 44 -8 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2999 +{ +( 5123 4264 24 ) ( 5123 2888 24 ) ( 5987 2888 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5132 3048 208 ) ( 5996 3016 208 ) ( 5132 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3848 40 ) ( 5188 3848 40 ) ( 5156 3848 280 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5140 3840 24 ) ( 5140 3848 24 ) ( 5140 3844 208 ) common/nodraw 44 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 24 ) ( 5744 3836 24 ) ( 5744 3842 208 ) common/nodraw 44 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 24 ) ( 5140 3832 24 ) ( 5146 3832 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3000 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall2a_shot 168 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5123 4264 24 ) ( 5123 2888 24 ) ( 5987 2888 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5132 3048 208 ) ( 5996 3016 208 ) ( 5132 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5130 3288 40 ) ( 5106 3288 40 ) ( 5118 3288 280 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5140 3848 24 ) ( 5140 3840 24 ) ( 5140 3844 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5128 3408 24 ) ( 5136 3408 24 ) ( 5132 3408 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3001 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall2a_shot 168 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5123 4272 160 ) ( 5123 2896 160 ) ( 5987 2896 160 ) blasted/dday_bunker_wall1csml 0 -255 90.00 1 1 0 65536 0 +surfaceparm detail +( 5132 3048 208 ) ( 5996 3016 208 ) ( 5132 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5140 3848 24 ) ( 5140 3840 24 ) ( 5140 3844 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5124 3488 24 ) ( 5132 3488 24 ) ( 5128 3488 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5136 3408 24 ) ( 5128 3408 24 ) ( 5132 3408 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3002 +{ +( 5124 2888 8 ) ( 5124 4264 8 ) ( 5124 4264 968 ) ta_berlin/berlinwall2a_shot 168 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5123 4264 24 ) ( 5123 2888 24 ) ( 5987 2888 24 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5132 3048 208 ) ( 5996 3016 208 ) ( 5132 2984 208 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5124 3848 40 ) ( 5188 3848 40 ) ( 5156 3848 280 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5140 3848 24 ) ( 5140 3840 24 ) ( 5140 3844 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5132 3488 24 ) ( 5124 3488 24 ) ( 5128 3488 208 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3003 +{ +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 224 ) ( 5744 3836 224 ) ( 5744 3842 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 224 ) ( 5140 3832 224 ) ( 5146 3832 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5344 3848 384 ) ( 5344 3832 416 ) ( 5344 3832 352 ) ta_berlin/berlinwall3b -192 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3004 +{ +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 224 ) ( 5140 3848 224 ) ( 5140 3844 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 224 ) ( 5140 3832 224 ) ( 5146 3832 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5216 3832 416 ) ( 5216 3848 384 ) ( 5216 3832 352 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3005 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b 150 104 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 224 ) ( 5876 3852 224 ) ( 5876 3854 408 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 4828 3864 224 ) ( 4824 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5344 3864 384 ) ( 5344 3848 416 ) ( 5344 3848 352 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3006 +{ +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 224 ) ( 5140 3832 224 ) ( 5146 3832 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5216 3848 384 ) ( 5216 3832 416 ) ( 5216 3832 352 ) ta_berlin/berlinwall3b -192 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5248 3832 408 ) ( 5248 3848 392 ) ( 5248 3832 376 ) ta_berlin/berlinwall3b -192 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5248 3832 384 ) ( 5232 3848 340 ) ( 5216 3832 296 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3007 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b 150 103 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 41 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 4828 3864 224 ) ( 4824 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5216 3864 400 ) ( 5216 3848 416 ) ( 5216 3848 384 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5248 3848 408 ) ( 5248 3864 392 ) ( 5248 3848 376 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5248 3848 384 ) ( 5232 3864 340 ) ( 5216 3848 296 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3008 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b 150 103 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 41 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 4828 3864 224 ) ( 4824 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5216 3864 400 ) ( 5216 3848 416 ) ( 5216 3848 384 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5216 3848 256 ) ( 5220 3864 240 ) ( 5224 3848 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3009 +{ +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 224 ) ( 5140 3832 224 ) ( 5146 3832 408 ) ta_berlin/berlinwall3b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5216 3848 384 ) ( 5216 3832 416 ) ( 5216 3832 352 ) ta_berlin/berlinwall3b -192 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5216 3832 256 ) ( 5220 3848 240 ) ( 5224 3832 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3010 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b 150 104 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 4828 3864 224 ) ( 4824 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5344 3848 416 ) ( 5344 3864 384 ) ( 5344 3848 352 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5280 3848 344 ) ( 5296 3864 344 ) ( 5312 3848 344 ) common/nodraw 41 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5316 3864 284 ) ( 5328 3848 344 ) ( 5304 3848 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3011 +{ +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 224 ) ( 5140 3832 224 ) ( 5146 3832 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5344 3832 416 ) ( 5344 3848 384 ) ( 5344 3832 352 ) ta_berlin/berlinwall3b -192 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5296 3832 344 ) ( 5304 3848 344 ) ( 5312 3832 344 ) ta_berlin/berlinwall3b 0 128 0.00 1 1 0 65536 0 +surfaceparm detail +( 5316 3848 284 ) ( 5328 3832 344 ) ( 5304 3832 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3012 +{ +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 224 ) ( 5140 3832 224 ) ( 5146 3832 408 ) ta_berlin/berlinwall3b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5248 3848 392 ) ( 5248 3832 408 ) ( 5248 3832 376 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5264 3832 232 ) ( 5272 3848 228 ) ( 5280 3832 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5248 3832 232 ) ( 5252 3848 232 ) ( 5256 3832 232 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3013 +{ +( 5188 3848 336 ) ( 5124 3848 336 ) ( 5156 3848 880 ) ta_berlin/berlinwall3b 150 104 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 4828 3864 224 ) ( 4824 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5344 3848 416 ) ( 5344 3864 384 ) ( 5344 3848 352 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5248 3864 392 ) ( 5248 3848 408 ) ( 5248 3848 376 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5296 3864 344 ) ( 5280 3848 344 ) ( 5312 3848 344 ) common/nodraw 41 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5292 3864 356 ) ( 5248 3848 368 ) ( 5336 3848 344 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3014 +{ +( 5124 3848 408 ) ( 5188 3848 408 ) ( 5156 3848 952 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5152 3832 224 ) ( 5140 3832 224 ) ( 5146 3832 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5344 3832 416 ) ( 5344 3848 384 ) ( 5344 3832 352 ) ta_berlin/berlinwall3b -192 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5248 3848 392 ) ( 5248 3832 408 ) ( 5248 3832 376 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5304 3848 344 ) ( 5296 3832 344 ) ( 5312 3832 344 ) ta_berlin/berlinwall3b 0 128 0.00 1 1 0 65536 0 +surfaceparm detail +( 5292 3848 356 ) ( 5248 3832 368 ) ( 5336 3832 344 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3015 +{ +( 4820 4992 -64 ) ( 5684 4992 -64 ) ( 5684 4992 896 ) common/nodraw -28 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4508 4976 224 ) ( 4508 4968 224 ) ( 5596 4972 224 ) common/nodraw 40 28 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4508 4968 408 ) ( 4508 4984 408 ) ( 5596 4976 408 ) common/nodraw 40 28 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3832 224 ) ( 4820 3836 224 ) ( 4820 3834 408 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5120 3836 224 ) ( 5120 3832 224 ) ( 5120 3834 408 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4420 4672 224 ) ( 4412 4672 224 ) ( 4416 4672 408 ) ta_berlin/berlinwall3a -216 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3016 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 4820 3856 208 ) ( 4820 3860 208 ) ( 4820 3858 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 208 ) ( 5876 3852 208 ) ( 5876 3854 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 4976 208 ) ( 4828 4976 208 ) ( 4824 4976 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4288 208 ) ( 5432 4288 208 ) ( 5436 4288 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3017 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5120 3832 224 ) ( 5120 3836 224 ) ( 5120 3834 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4716 4288 224 ) ( 4708 4288 224 ) ( 4712 4288 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5440 4308 224 ) ( 5440 4296 224 ) ( 5440 4302 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3018 +{ +( 5116 4992 -64 ) ( 5980 4992 -64 ) ( 5980 4992 896 ) common/nodraw -4 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4976 224 ) ( 4804 4968 224 ) ( 5892 4972 224 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4804 4968 408 ) ( 4804 4984 408 ) ( 5892 4976 408 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 3856 224 ) ( 5876 3852 224 ) ( 5876 3854 408 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4688 3864 224 ) ( 4680 3864 224 ) ( 4684 3864 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5440 4296 224 ) ( 5440 4308 224 ) ( 5440 4302 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3019 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5876 3864 224 ) ( 5876 4288 224 ) ( 5876 4288 208 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 5876 3864 224 ) ( 5876 3864 208 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 4288 224 ) ( 4820 4288 224 ) ( 4820 4288 208 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4280 208 ) ( 5440 4288 208 ) ( 5440 4284 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3020 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 4820 4288 224 ) ( 4820 3864 224 ) ( 4820 3864 208 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4820 3864 224 ) ( 5876 3864 224 ) ( 5876 3864 208 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5876 4288 224 ) ( 4820 4288 224 ) ( 4820 4288 208 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5240 4244 208 ) ( 5240 4212 208 ) ( 5240 4228 224 ) mohtest/floorcore2 14 0 0.00 -3.312500 0.250000 0 16384 0 +surfaceparm detail +} +// brush 3021 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 4820 3864 224 ) ( 5876 3864 224 ) ( 5876 3864 208 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4288 208 ) ( 5440 4280 208 ) ( 5440 4284 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5240 4212 208 ) ( 5240 4244 208 ) ( 5240 4228 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5240 4052 208 ) ( 5288 4052 208 ) ( 5264 4052 224 ) mohtest/floorcore2 74 0 0.00 -0.750000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 3022 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5876 4288 224 ) ( 4820 4288 224 ) ( 4820 4288 208 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5440 4288 208 ) ( 5440 4280 208 ) ( 5440 4284 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5240 4212 208 ) ( 5240 4244 208 ) ( 5240 4228 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5280 4244 208 ) ( 5268 4244 208 ) ( 5274 4244 224 ) mohtest/floorcore2 25 0 0.00 -1.562500 0.250000 0 16384 0 +surfaceparm detail +} +// brush 3023 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5240 4212 208 ) ( 5240 4244 208 ) ( 5240 4228 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5268 4244 208 ) ( 5280 4244 208 ) ( 5274 4244 224 ) common/nodraw 39 40 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5336 4244 208 ) ( 5240 4208 208 ) ( 5288 4226 224 ) mohtest/floorcore2 74 0 0.00 -0.750000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 3024 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 85 224 0.00 -0.187500 0.640625 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5440 4288 208 ) ( 5440 4280 208 ) ( 5440 4284 224 ) common/nodraw -63 -56 -90.00 -0.250000 -2.562500 536870912 2224 0 +surfaceparm detail +( 5268 4244 208 ) ( 5280 4244 208 ) ( 5274 4244 224 ) common/nodraw -63 -21 -90.00 -0.250000 -0.750000 536870912 2224 0 +surfaceparm detail +( 5440 4080 208 ) ( 5392 4244 208 ) ( 5416 4162 224 ) mohtest/floorcore2 60 0 0.00 -0.656246 0.250000 0 16384 0 +surfaceparm detail +} +// brush 3025 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5240 4212 208 ) ( 5240 4244 208 ) ( 5240 4228 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5288 4052 208 ) ( 5240 4052 208 ) ( 5264 4052 224 ) common/nodraw 39 40 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5408 4080 208 ) ( 5420 4080 208 ) ( 5414 4080 224 ) mohtest/floorcore2 74 0 0.00 -0.750000 0.250000 0 16384 0 +surfaceparm detail +( 5300 4080 208 ) ( 5316 4060 208 ) ( 5308 4070 224 ) mohtest/floorcore2 74 0 0.00 -0.750000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 3026 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5440 4288 208 ) ( 5440 4280 208 ) ( 5440 4284 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5288 4052 208 ) ( 5240 4052 208 ) ( 5264 4052 224 ) common/nodraw 39 40 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5408 4080 208 ) ( 5420 4080 208 ) ( 5414 4080 224 ) mohtest/floorcore2 60 0 0.00 -0.656246 0.250000 0 16384 0 +surfaceparm detail +( 5332 4060 208 ) ( 5332 4060 224 ) ( 5328 4052 224 ) mohtest/floorcore2 60 0 0.00 -0.656246 0.250000 0 16384 0 +surfaceparm detail +( 5332 4060 224 ) ( 5332 4060 208 ) ( 5416 4080 208 ) mohtest/floorcore2 60 0 0.00 -0.656246 0.250000 0 16384 0 +surfaceparm detail +} +// brush 3027 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5240 4212 208 ) ( 5240 4244 208 ) ( 5240 4228 224 ) common/nodraw 39 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5420 4080 208 ) ( 5408 4080 208 ) ( 5414 4080 224 ) common/nodraw 39 40 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5240 4168 208 ) ( 5280 4080 208 ) ( 5260 4124 224 ) mohtest/floorcore2 46 0 0.00 -0.687504 0.250000 0 16384 0 +surfaceparm detail +} +// brush 3028 +{ +( 5988 3784 208 ) ( 5124 3816 208 ) ( 5124 3752 208 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4968 224 ) ( 4804 4976 224 ) ( 5892 4972 224 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5268 4244 208 ) ( 5280 4244 208 ) ( 5274 4244 224 ) common/nodraw 39 40 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5364 4228 208 ) ( 5356 4228 208 ) ( 5360 4228 224 ) mohtest/floorcore2 74 0 0.00 -0.750000 0.250000 0 16384 0 +surfaceparm detail +( 5360 4228 208 ) ( 5344 4244 208 ) ( 5352 4236 224 ) mohtest/floorcore2 74 0 0.00 -0.750000 0.250000 0 16384 0 +surfaceparm detail +( 5392 4244 208 ) ( 5368 4228 208 ) ( 5380 4236 224 ) mohtest/floorcore2 74 0 0.00 -0.750000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 3029 +{ +( 6176 3112 128 ) ( 5984 3112 128 ) ( 5984 3168 128 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3080 64 ) ( 5600 3136 64 ) ( 5600 3136 56 ) common/nodraw -17 49 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3128 64 ) ( 5504 3072 64 ) ( 5504 3072 56 ) mohtest/stonewall1grim -192 80 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3328 12 ) ( 6196 3328 16 ) ( 6196 3328 8 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3256 84 ) ( 5600 3152 32 ) ( 5600 3360 136 ) common/nodraw -20 -31 90.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3030 +{ +( 6176 3128 136 ) ( 5984 3128 136 ) ( 5984 3184 136 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3096 72 ) ( 5600 3152 72 ) ( 5600 3152 64 ) common/nodraw -17 49 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3144 72 ) ( 5504 3088 72 ) ( 5504 3088 64 ) mohtest/stonewall1grim -192 80 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3344 20 ) ( 6196 3344 24 ) ( 6196 3344 16 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3256 84 ) ( 5600 3152 32 ) ( 5600 3360 136 ) common/nodraw -20 -31 90.00 0.432617 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3031 +{ +( 6176 3096 120 ) ( 5984 3096 120 ) ( 5984 3152 120 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3064 56 ) ( 5600 3120 56 ) ( 5600 3120 48 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3112 56 ) ( 5504 3056 56 ) ( 5504 3056 48 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3312 4 ) ( 6196 3312 8 ) ( 6196 3312 0 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3032 +{ +( 6176 3080 112 ) ( 5984 3080 112 ) ( 5984 3136 112 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3048 48 ) ( 5600 3104 48 ) ( 5600 3104 40 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3096 48 ) ( 5504 3040 48 ) ( 5504 3040 40 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3296 -4 ) ( 6196 3296 0 ) ( 6196 3296 -8 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3033 +{ +( 6176 3064 104 ) ( 5984 3064 104 ) ( 5984 3120 104 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3032 40 ) ( 5600 3088 40 ) ( 5600 3088 32 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3080 40 ) ( 5504 3024 40 ) ( 5504 3024 32 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3280 -12 ) ( 6196 3280 -8 ) ( 6196 3280 -16 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3034 +{ +( 6176 3048 96 ) ( 5984 3048 96 ) ( 5984 3104 96 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3016 32 ) ( 5600 3072 32 ) ( 5600 3072 24 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3064 32 ) ( 5504 3008 32 ) ( 5504 3008 24 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3264 -20 ) ( 6196 3264 -16 ) ( 6196 3264 -24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3035 +{ +( 6176 3032 88 ) ( 5984 3032 88 ) ( 5984 3088 88 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3000 24 ) ( 5600 3056 24 ) ( 5600 3056 16 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3048 24 ) ( 5504 2992 24 ) ( 5504 2992 16 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3248 -28 ) ( 6196 3248 -24 ) ( 6196 3248 -32 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3036 +{ +( 6176 3016 80 ) ( 5984 3016 80 ) ( 5984 3072 80 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 2984 16 ) ( 5600 3040 16 ) ( 5600 3040 8 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3032 16 ) ( 5504 2976 16 ) ( 5504 2976 8 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3232 -36 ) ( 6196 3232 -32 ) ( 6196 3232 -40 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3037 +{ +( 6176 3000 72 ) ( 5984 3000 72 ) ( 5984 3056 72 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 2968 8 ) ( 5600 3024 8 ) ( 5600 3024 0 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3016 8 ) ( 5504 2960 8 ) ( 5504 2960 0 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3216 -44 ) ( 6196 3216 -40 ) ( 6196 3216 -48 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3038 +{ +( 6176 2984 64 ) ( 5984 2984 64 ) ( 5984 3040 64 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 2952 0 ) ( 5600 3008 0 ) ( 5600 3008 -8 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 3000 0 ) ( 5504 2944 0 ) ( 5504 2944 -8 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3200 -52 ) ( 6196 3200 -48 ) ( 6196 3200 -56 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3039 +{ +( 6176 2968 56 ) ( 5984 2968 56 ) ( 5984 3024 56 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 2936 -8 ) ( 5600 2992 -8 ) ( 5600 2992 -16 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 2984 -8 ) ( 5504 2928 -8 ) ( 5504 2928 -16 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3184 -60 ) ( 6196 3184 -56 ) ( 6196 3184 -64 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3040 +{ +( 6176 2952 48 ) ( 5984 2952 48 ) ( 5984 3008 48 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 2920 -16 ) ( 5600 2976 -16 ) ( 5600 2976 -24 ) common/nodraw -8 17 0.00 0.433105 0.500031 536870912 2224 0 +surfaceparm detail +( 5504 2968 -16 ) ( 5504 2912 -16 ) ( 5504 2912 -24 ) mohtest/stonewall1grim -128 49 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3168 -68 ) ( 6196 3168 -64 ) ( 6196 3168 -72 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw -6 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3041 +{ +( 6176 2936 40 ) ( 5984 2936 40 ) ( 5984 2992 40 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 2904 -24 ) ( 5600 2960 -24 ) ( 5600 2960 -32 ) common/nodraw 48 30 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5504 2952 -24 ) ( 5504 2896 -24 ) ( 5504 2896 -32 ) common/nodraw 48 30 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5684 3152 -76 ) ( 6196 3152 -72 ) ( 6196 3152 -80 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw 48 47 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3042 +{ +( 6176 2920 32 ) ( 5984 2920 32 ) ( 5984 2976 32 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 2888 -32 ) ( 5600 2944 -32 ) ( 5600 2944 -40 ) common/nodraw 48 30 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5504 2936 -32 ) ( 5504 2880 -32 ) ( 5504 2880 -40 ) common/nodraw 48 30 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5684 3136 -84 ) ( 6196 3136 -80 ) ( 6196 3136 -88 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3224 68 ) ( 5600 3120 16 ) ( 5600 3328 120 ) common/nodraw 48 47 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3043 +{ +( 6176 3144 144 ) ( 5984 3144 144 ) ( 5984 3200 144 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3112 80 ) ( 5600 3168 80 ) ( 5600 3168 72 ) common/nodraw 16 46 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3160 80 ) ( 5504 3104 80 ) ( 5504 3104 72 ) common/nodraw 16 46 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5684 3360 28 ) ( 6196 3360 32 ) ( 6196 3360 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw 15 47 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3044 +{ +( 6176 3160 152 ) ( 5984 3160 152 ) ( 5984 3216 152 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3128 88 ) ( 5600 3184 88 ) ( 5600 3184 80 ) common/nodraw -41 34 0.00 0.433105 0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3176 88 ) ( 5504 3120 88 ) ( 5504 3120 80 ) mohtest/stonewall1grim -32 1 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3376 36 ) ( 6196 3376 40 ) ( 6196 3376 32 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw -37 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3045 +{ +( 6176 3176 160 ) ( 5984 3176 160 ) ( 5984 3232 160 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3144 96 ) ( 5600 3200 96 ) ( 5600 3200 88 ) common/nodraw -41 34 0.00 0.433105 0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3192 96 ) ( 5504 3136 96 ) ( 5504 3136 88 ) mohtest/stonewall1grim -32 1 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3392 44 ) ( 6196 3392 48 ) ( 6196 3392 40 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw -37 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3046 +{ +( 6176 3192 168 ) ( 5984 3192 168 ) ( 5984 3248 168 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3160 104 ) ( 5600 3216 104 ) ( 5600 3216 96 ) common/nodraw -41 34 0.00 0.433105 0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3208 104 ) ( 5504 3152 104 ) ( 5504 3152 96 ) mohtest/stonewall1grim -32 1 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3408 52 ) ( 6196 3408 56 ) ( 6196 3408 48 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw -37 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3047 +{ +( 6176 3208 176 ) ( 5984 3208 176 ) ( 5984 3264 176 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3176 112 ) ( 5600 3232 112 ) ( 5600 3232 104 ) common/nodraw -41 34 0.00 0.433105 0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3224 112 ) ( 5504 3168 112 ) ( 5504 3168 104 ) mohtest/stonewall1grim -32 1 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3424 60 ) ( 6196 3424 64 ) ( 6196 3424 56 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw -37 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3048 +{ +( 6176 3224 184 ) ( 5984 3224 184 ) ( 5984 3280 184 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3192 120 ) ( 5600 3248 120 ) ( 5600 3248 112 ) common/nodraw -41 34 0.00 0.433105 0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3240 120 ) ( 5504 3184 120 ) ( 5504 3184 112 ) mohtest/stonewall1grim -32 1 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3440 68 ) ( 6196 3440 72 ) ( 6196 3440 64 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw -37 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3049 +{ +( 6176 3240 192 ) ( 5984 3240 192 ) ( 5984 3296 192 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3208 128 ) ( 5600 3264 128 ) ( 5600 3264 120 ) common/nodraw -41 34 0.00 0.433105 0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3256 128 ) ( 5504 3200 128 ) ( 5504 3200 120 ) mohtest/stonewall1grim -32 1 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3456 76 ) ( 6196 3456 80 ) ( 6196 3456 72 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw -37 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3050 +{ +( 6176 3256 200 ) ( 5984 3256 200 ) ( 5984 3312 200 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3224 136 ) ( 5600 3280 136 ) ( 5600 3280 128 ) common/nodraw -41 34 0.00 0.433105 0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3272 136 ) ( 5504 3216 136 ) ( 5504 3216 128 ) mohtest/stonewall1grim -32 1 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3472 84 ) ( 6196 3472 88 ) ( 6196 3472 80 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw -37 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3051 +{ +( 6176 3272 208 ) ( 5984 3272 208 ) ( 5984 3328 208 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3240 144 ) ( 5600 3296 144 ) ( 5600 3296 136 ) common/nodraw -41 34 0.00 0.433105 0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3288 144 ) ( 5504 3232 144 ) ( 5504 3232 136 ) mohtest/stonewall1grim -32 1 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3488 92 ) ( 6196 3488 96 ) ( 6196 3488 88 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw -37 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3052 +{ +( 6176 3288 216 ) ( 5984 3288 216 ) ( 5984 3344 216 ) general_structure/floor4 0 -255 90.00 1 1 0 16384 0 +surfaceparm detail +( 5600 3256 152 ) ( 5600 3312 152 ) ( 5600 3312 144 ) common/nodraw -41 34 0.00 0.433105 0.500000 536870912 2224 0 +surfaceparm detail +( 5504 3304 152 ) ( 5504 3248 152 ) ( 5504 3248 144 ) mohtest/stonewall1grim -32 1 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 5684 3504 100 ) ( 6196 3504 104 ) ( 6196 3504 96 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3432 172 ) ( 5600 3328 120 ) ( 5600 3536 224 ) common/nodraw -37 -31 90.00 0.433594 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3053 +{ +( 5988 3016 208 ) ( 5124 3048 208 ) ( 5124 2984 208 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5170 2888 224 ) ( 5174 3848 224 ) ( 5178 2888 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5140 3840 208 ) ( 5140 3848 208 ) ( 5140 3844 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 208 ) ( 5732 2904 208 ) ( 5734 2904 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5148 3176 208 ) ( 5140 3184 208 ) ( 5144 3180 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3832 208 ) ( 5152 3832 208 ) ( 5146 3832 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5504 3552 208 ) ( 5504 3488 208 ) ( 5504 3520 224 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3054 +{ +( 5956 3016 24 ) ( 5092 3048 24 ) ( 5092 2984 24 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5170 2888 224 ) ( 5174 3848 224 ) ( 5178 2888 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5744 3848 208 ) ( 5744 3836 208 ) ( 5744 3842 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 208 ) ( 5732 2904 208 ) ( 5734 2904 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3832 208 ) ( 5152 3832 208 ) ( 5146 3832 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5600 3488 208 ) ( 5600 3552 208 ) ( 5600 3520 224 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3055 +{ +( 5988 3016 208 ) ( 5124 3048 208 ) ( 5124 2984 208 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5170 2888 224 ) ( 5174 3848 224 ) ( 5178 2888 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5736 2904 208 ) ( 5732 2904 208 ) ( 5734 2904 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5504 3488 208 ) ( 5504 3552 208 ) ( 5504 3520 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5600 3552 208 ) ( 5600 3488 208 ) ( 5600 3520 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5536 3200 208 ) ( 5568 3200 208 ) ( 5552 3200 224 ) central_europe/tudor_set1_exwall1fltseem 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3056 +{ +( 5988 3016 208 ) ( 5124 3048 208 ) ( 5124 2984 208 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5170 2888 224 ) ( 5174 3848 224 ) ( 5178 2888 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5140 3832 208 ) ( 5152 3832 208 ) ( 5146 3832 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5504 3488 208 ) ( 5504 3552 208 ) ( 5504 3520 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5600 3552 208 ) ( 5600 3488 208 ) ( 5600 3520 224 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5600 3520 208 ) ( 5568 3520 208 ) ( 5584 3520 224 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3057 +{ +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5140 3840 224 ) ( 5140 3848 224 ) ( 5140 3844 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 224 ) ( 5732 2904 224 ) ( 5734 2904 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5148 3176 224 ) ( 5140 3184 224 ) ( 5144 3180 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5092 3328 224 ) ( 5104 3328 224 ) ( 5098 3328 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5504 3328 224 ) ( 5504 3296 224 ) ( 5504 3312 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3058 +{ +( 5174 3848 224 ) ( 5170 2888 224 ) ( 5178 2888 224 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5132 2888 408 ) ( 5137 3848 408 ) ( 5142 2888 408 ) common/nodraw 39 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3848 224 ) ( 5744 3836 224 ) ( 5744 3842 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5736 2904 224 ) ( 5732 2904 224 ) ( 5734 2904 408 ) common/nodraw 40 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5092 3200 224 ) ( 5104 3200 224 ) ( 5098 3200 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5504 3296 224 ) ( 5504 3328 224 ) ( 5504 3312 408 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3059 +{ +( 5716 3016 24 ) ( 4852 3048 24 ) ( 4852 2984 24 ) mohtest/fltwall1grmy -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4930 2888 208 ) ( 4934 3848 208 ) ( 4938 2888 208 ) general_structure/floor4 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5504 3848 208 ) ( 5504 3836 208 ) ( 5504 3842 224 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5508 3128 208 ) ( 5504 3128 208 ) ( 5506 3128 224 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4900 3832 208 ) ( 4912 3832 208 ) ( 4906 3832 224 ) common/nodraw 56 2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5488 3488 208 ) ( 5488 3552 208 ) ( 5488 3520 224 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3060 +{ +( 2636 3864 -480 ) ( 2636 3888 -480 ) ( 2580 3888 -480 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2564 3872 -480 ) ( 2564 3872 -224 ) ( 2636 3872 -224 ) common/nodraw -8 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 3888 -480 ) ( 3124 3888 -224 ) ( 2580 3888 -224 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2568 3888 -288 ) ( 2584 3888 -288 ) ( 2576 3872 -288 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2868 3888 -480 ) ( 2868 3872 -480 ) ( 2868 3880 -320 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2580 3872 -480 ) ( 2580 3888 -480 ) ( 2580 3880 -320 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3061 +{ +( 2636 3864 -472 ) ( 2636 3888 -472 ) ( 2580 3888 -472 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2564 3872 -480 ) ( 2564 3872 -224 ) ( 2636 3872 -224 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3124 3888 -480 ) ( 3124 3888 -224 ) ( 2580 3888 -224 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2876 3888 -480 ) ( 2876 3872 -480 ) ( 2876 3880 -224 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2564 3892 -304 ) ( 2580 3892 -304 ) ( 2572 3876 -304 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2868 3872 -480 ) ( 2868 3888 -480 ) ( 2868 3880 -320 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3062 +{ +( 2636 3864 -472 ) ( 2636 3888 -472 ) ( 2580 3888 -472 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2564 3872 -480 ) ( 2564 3872 -224 ) ( 2636 3872 -224 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3124 3888 -480 ) ( 3124 3888 -224 ) ( 2580 3888 -224 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2972 3872 -480 ) ( 2972 3888 -480 ) ( 2972 3880 -224 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2980 3888 -472 ) ( 2980 3872 -472 ) ( 2980 3880 -216 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2980 3880 -304 ) ( 2972 3872 -304 ) ( 2972 3888 -304 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3063 +{ +( 2636 3864 -480 ) ( 2636 3888 -480 ) ( 2580 3888 -480 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2564 3872 -480 ) ( 2564 3872 -224 ) ( 2636 3872 -224 ) common/nodraw -8 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 3888 -224 ) ( 3124 3888 -480 ) ( 3140 3872 -480 ) common/nodraw 0 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3124 3888 -480 ) ( 3124 3888 -224 ) ( 2580 3888 -224 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2980 3872 -480 ) ( 2980 3888 -480 ) ( 2980 3880 -224 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3140 3880 -288 ) ( 2980 3872 -288 ) ( 2980 3888 -288 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3064 +{ +( 3140 4568 -476 ) ( 3140 4592 -476 ) ( 3092 4592 -476 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2580 4576 -224 ) ( 2580 4576 -480 ) ( 2564 4592 -480 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4576 -224 ) ( 3124 4576 -480 ) ( 2580 4576 -480 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3124 4576 -480 ) ( 3124 4576 -224 ) ( 3140 4592 -224 ) common/nodraw -32 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3140 4592 -224 ) ( 3092 4592 -224 ) ( 3092 4592 -480 ) mohtest/stonewall2grim 91 -129 -180.00 0.750000 -0.750000 0 65536 0 +surfaceparm detail +( 2572 4592 -288 ) ( 2588 4592 -288 ) ( 2580 4576 -288 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3065 +{ +( 5728 5168 -536 ) ( 6184 5168 -536 ) ( 6184 5296 -536 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 6184 5168 -520 ) ( 5728 5168 -520 ) ( 5728 5296 -520 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6788 5296 -520 ) ( 2628 5296 -520 ) ( 2628 5296 -536 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 6184 5040 -536 ) ( 5728 5040 -536 ) ( 5728 5040 -520 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5828 5336 -536 ) ( 5828 4920 -536 ) ( 5828 5128 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5724 5272 -544 ) ( 5724 5296 -544 ) ( 5724 5284 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3066 +{ +( 5600 5168 -536 ) ( 5728 5168 -536 ) ( 5728 5296 -536 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5728 5168 -520 ) ( 5600 5168 -520 ) ( 5600 5296 -520 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6788 5296 -520 ) ( 2628 5296 -520 ) ( 2628 5296 -536 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5728 5040 -536 ) ( 5600 5040 -536 ) ( 5600 5040 -520 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5296 -544 ) ( 5724 5272 -544 ) ( 5724 5284 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5596 5272 -544 ) ( 5596 5296 -544 ) ( 5596 5284 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3067 +{ +( 4488 5168 -536 ) ( 5600 5168 -536 ) ( 5600 5296 -536 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5600 5168 -520 ) ( 4488 5168 -520 ) ( 4488 5296 -520 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6788 5296 -520 ) ( 2628 5296 -520 ) ( 2628 5296 -536 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5600 5040 -536 ) ( 4488 5040 -536 ) ( 4488 5040 -520 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 4356 5280 -544 ) ( 4356 5296 -544 ) ( 4356 5288 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5596 5296 -544 ) ( 5596 5272 -544 ) ( 5596 5284 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3068 +{ +( 3400 5168 -536 ) ( 4360 5168 -536 ) ( 4360 5296 -536 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 4360 5168 -520 ) ( 3400 5168 -520 ) ( 3400 5296 -520 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4356 5296 -520 ) ( 3396 5296 -520 ) ( 3396 5296 -536 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 4360 5040 -536 ) ( 3400 5040 -536 ) ( 3400 5040 -520 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3396 5280 -544 ) ( 3396 5296 -544 ) ( 3396 5288 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 4356 5296 -544 ) ( 4356 5288 -544 ) ( 4356 5292 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3069 +{ +( 3272 5168 -536 ) ( 3400 5168 -536 ) ( 3400 5296 -536 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3400 5168 -520 ) ( 3272 5168 -520 ) ( 3272 5296 -520 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6788 5296 -520 ) ( 2628 5296 -520 ) ( 2628 5296 -536 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3400 5040 -536 ) ( 3272 5040 -536 ) ( 3272 5040 -520 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3396 5296 -544 ) ( 3396 5280 -544 ) ( 3396 5288 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3268 5280 -544 ) ( 3268 5296 -544 ) ( 3268 5288 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3070 +{ +( 2632 5168 -536 ) ( 3272 5168 -536 ) ( 3272 5296 -536 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3272 5168 -520 ) ( 2632 5168 -520 ) ( 2632 5296 -520 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6788 5296 -520 ) ( 2628 5296 -520 ) ( 2628 5296 -536 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3140 5472 -440 ) ( 3140 5344 -440 ) ( 3140 5344 -512 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3272 5040 -536 ) ( 2632 5040 -536 ) ( 2632 5040 -520 ) common/caulk -8 -16 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 5296 -544 ) ( 3268 5280 -544 ) ( 3268 5288 -520 ) common/caulk 32 -15 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3071 + { + patchDef2 + { + general_structure/jh_conc512damg + ( 9 3 0 -2147418112 0 subdivisions 7.497672 ) +( +( ( 3156 5039.999023 -520 0 0 ) ( 3212 5039.999023 -520 0 0.218750 ) ( 3268 5039.999023 -520 0 0.437500 ) ) +( ( 3156 5039.999023 -520 0 0 ) ( 3212 5039.999023 -520 0 0.218750 ) ( 3268 5039.999023 -520 0 0.437500 ) ) +( ( 3156 5039.999023 -480 0.156250 0 ) ( 3212 5039.999023 -480 0.156250 0.218750 ) ( 3268 5039.999023 -480 0.156250 0.437500 ) ) +( ( 3156 5039.999023 -336 0.718750 0 ) ( 3212 5039.999023 -336 0.718750 0.218750 ) ( 3268 5039.999023 -336 0.718750 0.437500 ) ) +( ( 3156 5167.999023 -336 1.218750 0 ) ( 3212 5167.999023 -336 1.218750 0.218750 ) ( 3268 5167.999023 -336 1.218750 0.437500 ) ) +( ( 3156 5167.999023 -336 1.218750 0 ) ( 3212 5167.999023 -336 1.218750 0.218750 ) ( 3268 5167.999023 -336 1.218750 0.437500 ) ) +( ( 3156 5167.999023 -336 1.218750 0 ) ( 3212 5167.999023 -336 1.218750 0.218750 ) ( 3268 5167.999023 -336 1.218750 0.437500 ) ) +( ( 3156 5167.999023 -336 1.218750 0 ) ( 3212 5167.999023 -336 1.218750 0.218750 ) ( 3268 5167.999023 -336 1.218750 0.437500 ) ) +( ( 3156 5167.999023 -336 1.218750 0 ) ( 3212 5167.999023 -336 1.218750 0.218750 ) ( 3268 5167.999023 -336 1.218750 0.437500 ) ) +) + } + } +// brush 3072 + { + patchDef2 + { + general_structure/jh_conc512damg + ( 9 3 0 -2147418112 0 subdivisions 7.497672 ) +( +( ( 4356 5296 -520 0 0 ) ( 3756 5295.999512 -520 0 2.343750 ) ( 3156 5295.999023 -520 0 4.687500 ) ) +( ( 4356 5296 -520 0 0 ) ( 3756 5295.999512 -520 0 2.343750 ) ( 3156 5295.999023 -520 0 4.687500 ) ) +( ( 4356 5296 -480 0.156250 0 ) ( 3756 5295.999512 -480 0.156250 2.343750 ) ( 3156 5295.999023 -480 0.156250 4.687500 ) ) +( ( 4356 5296 -336 0.718750 0 ) ( 3756 5295.999512 -336 0.718750 2.343750 ) ( 3156 5295.999023 -336 0.718750 4.687500 ) ) +( ( 4356 5168 -336 1.218750 0 ) ( 3756 5167.999512 -336 1.218750 2.343750 ) ( 3156 5167.999023 -336 1.218750 4.687500 ) ) +( ( 4356 5168 -336 1.218750 0 ) ( 3756 5167.999512 -336 1.218750 2.343750 ) ( 3156 5167.999023 -336 1.218750 4.687500 ) ) +( ( 4356 5168 -336 1.218750 0 ) ( 3756 5167.999512 -336 1.218750 2.343750 ) ( 3156 5167.999023 -336 1.218750 4.687500 ) ) +( ( 4356 5168 -336 1.218750 0 ) ( 3756 5167.999512 -336 1.218750 2.343750 ) ( 3156 5167.999023 -336 1.218750 4.687500 ) ) +( ( 4356 5168 -336 1.218750 0 ) ( 3756 5167.999512 -336 1.218750 2.343750 ) ( 3156 5167.999023 -336 1.218750 4.687500 ) ) +) + } + } +// brush 3073 + { + patchDef2 + { + general_structure/jh_conc512damg + ( 9 3 0 -2147418112 0 subdivisions 7.497672 ) +( +( ( 3396 5039.999023 -520 0 -0.040000 ) ( 3876 5039.999512 -520 1.875000 -0.040000 ) ( 4356 5040 -520 3.750000 -0.040000 ) ) +( ( 3396 5039.999023 -520 0 -0.040000 ) ( 3876 5039.999512 -520 1.875000 -0.040000 ) ( 4356 5040 -520 3.750000 -0.040000 ) ) +( ( 3396 5039.999023 -480 0 -0.196250 ) ( 3876 5039.999512 -480 1.875000 -0.196250 ) ( 4356 5040 -480 3.750000 -0.196250 ) ) +( ( 3396 5039.999023 -336 0 -0.758750 ) ( 3876 5039.999512 -336 1.875000 -0.758750 ) ( 4356 5040 -336 3.750000 -0.758750 ) ) +( ( 3396 5167.999023 -336 0 -1.258750 ) ( 3876 5167.999512 -336 1.875000 -1.258750 ) ( 4356 5168 -336 3.750000 -1.258750 ) ) +( ( 3396 5167.999023 -336 0 -1.258750 ) ( 3876 5167.999512 -336 1.875000 -1.258750 ) ( 4356 5168 -336 3.750000 -1.258750 ) ) +( ( 3396 5167.999023 -336 0 -1.258750 ) ( 3876 5167.999512 -336 1.875000 -1.258750 ) ( 4356 5168 -336 3.750000 -1.258750 ) ) +( ( 3396 5167.999023 -336 0 -1.258750 ) ( 3876 5167.999512 -336 1.875000 -1.258750 ) ( 4356 5168 -336 3.750000 -1.258750 ) ) +( ( 3396 5167.999023 -336 0 -1.258750 ) ( 3876 5167.999512 -336 1.875000 -1.258750 ) ( 4356 5168 -336 3.750000 -1.258750 ) ) +) + } + } +// brush 3074 + { + patchDef2 + { + general_structure/jh_conc512damg + ( 9 3 0 -2147418112 0 subdivisions 7.497672 ) +( +( ( 4356 5040 -520 0 -0.040000 ) ( 4976 5040.000488 -520 2.171875 -0.040000 ) ( 5596 5040.000977 -520 4.343750 -0.040000 ) ) +( ( 4356 5040 -520 0 -0.040000 ) ( 4976 5040.000488 -520 2.171875 -0.040000 ) ( 5596 5040.000977 -520 4.343750 -0.040000 ) ) +( ( 4356 5040 -480 0 -0.196250 ) ( 4976 5040.000488 -480 2.171875 -0.196250 ) ( 5596 5040.000977 -480 4.343750 -0.196250 ) ) +( ( 4356 5040 -336 0 -0.758750 ) ( 4976 5040.000488 -336 2.171875 -0.758750 ) ( 5596 5040.000977 -336 4.343750 -0.758750 ) ) +( ( 4356 5168 -336 0 -1.258750 ) ( 4976 5168.000488 -336 2.171875 -1.258750 ) ( 5596 5168.000977 -336 4.343750 -1.258750 ) ) +( ( 4356 5168 -336 0 -1.258750 ) ( 4976 5168.000488 -336 2.171875 -1.258750 ) ( 5596 5168.000977 -336 4.343750 -1.258750 ) ) +( ( 4356 5168 -336 0 -1.258750 ) ( 4976 5168.000488 -336 2.171875 -1.258750 ) ( 5596 5168.000977 -336 4.343750 -1.258750 ) ) +( ( 4356 5168 -336 0 -1.258750 ) ( 4976 5168.000488 -336 2.171875 -1.258750 ) ( 5596 5168.000977 -336 4.343750 -1.258750 ) ) +( ( 4356 5168 -336 0 -1.258750 ) ( 4976 5168.000488 -336 2.171875 -1.258750 ) ( 5596 5168.000977 -336 4.343750 -1.258750 ) ) +) + } + } +// brush 3075 + { + patchDef2 + { + general_structure/jh_conc512damg + ( 9 3 0 -2147418112 0 subdivisions 7.497672 ) +( +( ( 5812 5296.000977 -520 0 -0.140000 ) ( 5084 5296.000488 -520 2.171875 -0.140000 ) ( 4356 5296 -520 4.343750 -0.140000 ) ) +( ( 5812 5296.000977 -520 0 -0.140000 ) ( 5084 5296.000488 -520 2.171875 -0.140000 ) ( 4356 5296 -520 4.343750 -0.140000 ) ) +( ( 5812 5296.000977 -480 0 -0.296250 ) ( 5084 5296.000488 -480 2.171875 -0.296250 ) ( 4356 5296 -480 4.343750 -0.296250 ) ) +( ( 5812 5296.000977 -336 0 -0.858750 ) ( 5084 5296.000488 -336 2.171875 -0.858750 ) ( 4356 5296 -336 4.343750 -0.858750 ) ) +( ( 5812 5168.000977 -336 0 -1.358750 ) ( 5084 5168.000488 -336 2.171875 -1.358750 ) ( 4356 5168 -336 4.343750 -1.358750 ) ) +( ( 5812 5168.000977 -336 0 -1.358750 ) ( 5084 5168.000488 -336 2.171875 -1.358750 ) ( 4356 5168 -336 4.343750 -1.358750 ) ) +( ( 5812 5168.000977 -336 0 -1.358750 ) ( 5084 5168.000488 -336 2.171875 -1.358750 ) ( 4356 5168 -336 4.343750 -1.358750 ) ) +( ( 5812 5168.000977 -336 0 -1.358750 ) ( 5084 5168.000488 -336 2.171875 -1.358750 ) ( 4356 5168 -336 4.343750 -1.358750 ) ) +( ( 5812 5168.000977 -336 0 -1.358750 ) ( 5084 5168.000488 -336 2.171875 -1.358750 ) ( 4356 5168 -336 4.343750 -1.358750 ) ) +) + } + } +// brush 3076 +{ +( 5484 5080 -520 ) ( 5484 5016 -520 ) ( 5612 5016 -520 ) common/caulk -48 -7 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5612 5016 -336 ) ( 5612 5080 -336 ) ( 5612 5080 -504 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5040 -336 ) ( 5484 5040 -336 ) ( 5484 5040 -504 ) mohtest/platestone1flt 232 -64 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5596 5080 -336 ) ( 5596 5016 -336 ) ( 5596 5016 -504 ) common/caulk -48 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5484 4944 -328 ) ( 5612 4944 -328 ) ( 5612 4944 -496 ) common/caulk 8 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5612 4944 -428 ) ( 5596 4948 -428 ) ( 5612 4952 -428 ) common/caulk 0 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +} +// brush 3077 +{ +( 5612 5024 -416 ) ( 5484 5024 -416 ) ( 5484 5088 -416 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5612 5016 -336 ) ( 5612 5080 -336 ) ( 5612 5080 -504 ) mohtest/joist 0 -96 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5612 5040 -336 ) ( 5484 5040 -336 ) ( 5484 5040 -504 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5596 5080 -336 ) ( 5596 5016 -336 ) ( 5596 5016 -504 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5484 4944 -328 ) ( 5612 4944 -328 ) ( 5612 4944 -496 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5596 4948 -428 ) ( 5612 4944 -428 ) ( 5612 4952 -428 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +} +// brush 3078 +{ +( 5596 5080 -520 ) ( 5596 5016 -520 ) ( 5724 5016 -520 ) common/caulk -48 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5016 -336 ) ( 5724 5080 -336 ) ( 5724 5080 -504 ) common/caulk -48 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5040 -336 ) ( 5596 5040 -336 ) ( 5596 5040 -504 ) mohtest/platestone1flt 232 -64 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5708 5080 -336 ) ( 5708 5016 -336 ) ( 5708 5016 -504 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5596 4944 -336 ) ( 5724 4944 -336 ) ( 5724 4944 -504 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5724 4944 -428 ) ( 5708 4948 -428 ) ( 5724 4952 -428 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +} +// brush 3079 +{ +( 5724 5024 -416 ) ( 5596 5024 -416 ) ( 5596 5088 -416 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5016 -336 ) ( 5724 5080 -336 ) ( 5724 5080 -504 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5040 -336 ) ( 5596 5040 -336 ) ( 5596 5040 -504 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5708 5080 -336 ) ( 5708 5016 -336 ) ( 5708 5016 -504 ) mohtest/joist 0 -96 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5596 4944 -336 ) ( 5724 4944 -336 ) ( 5724 4944 -504 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5708 4948 -428 ) ( 5724 4944 -428 ) ( 5724 4952 -428 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +} +// brush 3080 +{ +( 3284 4512 -520 ) ( 3284 4528 -520 ) ( 3260 4528 -520 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3140 4512 -416 ) ( 3140 4496 -416 ) ( 3140 4496 -520 ) common/caulk -48 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3260 4512 -416 ) ( 3284 4512 -416 ) ( 3284 4512 -520 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3268 4528 -416 ) ( 3268 4528 -520 ) ( 3284 4512 -520 ) common/caulk -48 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 4528 -520 ) ( 3268 4528 -416 ) ( 3140 4528 -416 ) common/caulk 56 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3140 4880 -428 ) ( 3284 4876 -428 ) ( 3140 4872 -428 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3081 +{ +( 3260 4528 -416 ) ( 3284 4528 -416 ) ( 3284 4512 -416 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3140 4512 -416 ) ( 3140 4496 -416 ) ( 3140 4496 -520 ) common/caulk -48 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3260 4512 -416 ) ( 3284 4512 -416 ) ( 3284 4512 -520 ) mohtest/joist 30 -8 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3268 4528 -416 ) ( 3268 4528 -520 ) ( 3284 4512 -520 ) common/caulk -48 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 4528 -520 ) ( 3268 4528 -416 ) ( 3140 4528 -416 ) common/caulk 56 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3284 4876 -428 ) ( 3140 4880 -428 ) ( 3140 4872 -428 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3082 +{ +( 3284 4400 -520 ) ( 3284 4416 -520 ) ( 3260 4416 -520 ) common/caulk -16 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3140 4400 -416 ) ( 3140 4384 -416 ) ( 3140 4384 -520 ) common/caulk -16 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3260 4400 -416 ) ( 3284 4400 -416 ) ( 3284 4400 -520 ) common/caulk 56 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3388 4408 -416 ) ( 3388 4408 -520 ) ( 3404 4392 -520 ) common/caulk -48 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 4416 -520 ) ( 3268 4416 -416 ) ( 3140 4416 -416 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3140 4880 -428 ) ( 3396 4876 -428 ) ( 3140 4872 -428 ) mohtest/platestone1flt 96 137 -90.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 3083 +{ +( 3260 4416 -416 ) ( 3284 4416 -416 ) ( 3284 4400 -416 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3140 4400 -416 ) ( 3140 4384 -416 ) ( 3140 4384 -520 ) common/caulk -48 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3260 4400 -416 ) ( 3284 4400 -416 ) ( 3284 4400 -520 ) common/caulk 56 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3388 4408 -416 ) ( 3388 4408 -520 ) ( 3404 4392 -520 ) common/caulk -48 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 4416 -520 ) ( 3268 4416 -416 ) ( 3140 4416 -416 ) mohtest/joist 30 -8 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3396 4876 -428 ) ( 3140 4880 -428 ) ( 3140 4872 -428 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3084 +{ +( 3268 5080 -520 ) ( 3268 5016 -520 ) ( 3396 5016 -520 ) common/caulk -48 -54 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3396 4400 -520 ) ( 3396 4400 -416 ) ( 3396 5040 -416 ) common/caulk -48 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3396 5040 -336 ) ( 3268 5040 -336 ) ( 3268 5040 -504 ) mohtest/platestone1flt 184 -64 -180.00 0.500000 -0.499992 0 65536 0 +surfaceparm detail +( 3380 5080 -336 ) ( 3380 5016 -336 ) ( 3380 5016 -504 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3396 4400 -416 ) ( 3396 4400 -520 ) ( 3380 4416 -520 ) common/caulk -48 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3380 4880 -428 ) ( 3396 4876 -428 ) ( 3380 4872 -428 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3085 +{ +( 3396 5024 -416 ) ( 3268 5024 -416 ) ( 3268 5088 -416 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3396 4400 -520 ) ( 3396 4400 -416 ) ( 3396 5040 -416 ) common/caulk -48 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3396 5040 -336 ) ( 3268 5040 -336 ) ( 3268 5040 -504 ) common/caulk 56 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3380 5080 -336 ) ( 3380 5016 -336 ) ( 3380 5016 -504 ) mohtest/joist 0 97 90.00 0.499992 -0.500000 0 16384 0 +surfaceparm detail +( 3396 4400 -416 ) ( 3396 4400 -520 ) ( 3380 4416 -520 ) common/caulk -48 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3396 4876 -428 ) ( 3380 4880 -428 ) ( 3380 4872 -428 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3086 +{ +( 3156 5080 -520 ) ( 3156 5016 -520 ) ( 3284 5016 -520 ) common/caulk -48 -22 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3284 4512 -520 ) ( 3284 4512 -416 ) ( 3284 5040 -416 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3284 5040 -336 ) ( 3156 5040 -336 ) ( 3156 5040 -504 ) mohtest/platestone1flt 184 -64 -180.00 0.500000 -0.499992 0 65536 0 +surfaceparm detail +( 3268 5080 -336 ) ( 3268 5016 -336 ) ( 3268 5016 -504 ) common/caulk -48 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3284 4512 -416 ) ( 3284 4512 -520 ) ( 3268 4528 -520 ) common/caulk -16 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 4880 -428 ) ( 3284 4876 -428 ) ( 3268 4872 -428 ) common/caulk -16 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3087 +{ +( 3284 5024 -416 ) ( 3156 5024 -416 ) ( 3156 5088 -416 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3284 4512 -520 ) ( 3284 4512 -416 ) ( 3284 5040 -416 ) mohtest/joist 0 97 90.00 0.499992 -0.500000 0 16384 0 +surfaceparm detail +( 3284 5040 -336 ) ( 3156 5040 -336 ) ( 3156 5040 -504 ) common/caulk 56 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3268 5080 -336 ) ( 3268 5016 -336 ) ( 3268 5016 -504 ) common/caulk -48 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3284 4512 -416 ) ( 3284 4512 -520 ) ( 3268 4528 -520 ) common/caulk -48 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3284 4876 -428 ) ( 3268 4880 -428 ) ( 3268 4872 -428 ) common/caulk -49 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3088 +{ +( 3124 4506 -368 ) ( 3140 4506 -368 ) ( 3140 4512 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3140 4512 -360 ) ( 3140 4506 -360 ) ( 3124 4506 -360 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3140 4528 -360 ) ( 3124 4528 -360 ) ( 3124 4528 -368 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3140 4512 -360 ) ( 3140 4506 -360 ) ( 3140 4506 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3124 4400 -362 ) ( 3140 4400 -362 ) ( 3140 4400 -370 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3156 4506 -360 ) ( 3156 4512 -360 ) ( 3156 4512 -368 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3089 +{ +( 3124 4544 -520 ) ( 3140 4544 -520 ) ( 3140 4548 -520 ) common/nodraw -56 17 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3140 4546 -360 ) ( 3140 4542 -360 ) ( 3124 4542 -360 ) common/nodraw -56 17 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3140 4528 -352 ) ( 3124 4528 -352 ) ( 3124 4528 -536 ) common/nodraw -56 49 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4548 -352 ) ( 3124 4544 -352 ) ( 3124 4544 -536 ) mohtest/flrwood1_rep 111 -95 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 3122 4512 -352 ) ( 3138 4512 -352 ) ( 3138 4512 -536 ) mohtest/flrwood1_rep 85 -95 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 3140 4544 -352 ) ( 3140 4548 -352 ) ( 3140 4548 -536 ) mohtest/flrwood1_rep 127 -95 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +} +// brush 3090 +{ +( 3124 4506 -360 ) ( 3140 4506 -360 ) ( 3140 4512 -360 ) mohtest/flrwood1_rep 103 -96 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3140 4512 -348 ) ( 3140 4506 -348 ) ( 3124 4506 -348 ) common/nodraw -24 49 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3140 4528 -352 ) ( 3124 4528 -352 ) ( 3124 4528 -360 ) common/nodraw -24 17 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4512 -352 ) ( 3124 4506 -352 ) ( 3124 4506 -360 ) mohtest/flrwood1_rep 63 96 90.00 0.499992 -0.500000 0 16384 0 +surfaceparm detail +( 3124 4400 -354 ) ( 3140 4400 -354 ) ( 3140 4400 -362 ) common/nodraw -24 17 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3140 4506 -352 ) ( 3140 4512 -352 ) ( 3140 4512 -360 ) common/nodraw -48 18 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3091 +{ +( 3140 4396 -520 ) ( 3124 4396 -520 ) ( 3124 4392 -520 ) common/nodraw 57 -8 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4390 -360 ) ( 3124 4394 -360 ) ( 3140 4394 -360 ) common/nodraw 57 -8 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4400 -352 ) ( 3140 4400 -352 ) ( 3140 4400 -536 ) common/nodraw 56 49 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3140 4392 -352 ) ( 3140 4396 -352 ) ( 3140 4396 -536 ) mohtest/flrwood1_rep -88 -96 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3142 4416 -336 ) ( 3126 4416 -336 ) ( 3126 4416 -520 ) mohtest/flrwood1_rep -136 -96 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3124 4396 -352 ) ( 3124 4392 -352 ) ( 3124 4392 -536 ) mohtest/flrwood1_rep -88 -96 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +} +// brush 3092 +{ +( 3140 4400 -520 ) ( 3140 4416 -520 ) ( 3116 4416 -520 ) common/caulk -16 6 90.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3116 4416 -472 ) ( 3140 4416 -472 ) ( 3140 4400 -472 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3012 4416 -416 ) ( 3012 4400 -416 ) ( 3012 4400 -520 ) mohtest/platestone1flt 95 -63 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 3116 4400 -416 ) ( 3140 4400 -416 ) ( 3140 4400 -520 ) mohtest/platestone1flt -136 -64 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 3124 4400 -416 ) ( 3124 4416 -416 ) ( 3124 4416 -520 ) common/caulk -16 0 0.00 0.500000 0.499985 0 65696 0 +surfaceparm detail +( 3140 4416 -416 ) ( 3116 4416 -416 ) ( 3116 4416 -520 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3093 +{ +( 3244 5088 -480 ) ( 3244 4896 -480 ) ( 3188 4896 -480 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3276 4512 -544 ) ( 3220 4512 -544 ) ( 3220 4512 -552 ) common/nodraw 8 -48 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3228 4416 -544 ) ( 3284 4416 -544 ) ( 3284 4416 -552 ) common/nodraw 8 -48 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3028 4596 -596 ) ( 3028 5108 -592 ) ( 3028 5108 -600 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2924 4416 -436 ) ( 3028 4512 -488 ) ( 2820 4512 -384 ) common/nodraw -1 -6 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3094 +{ +( 3260 5088 -488 ) ( 3260 4896 -488 ) ( 3204 4896 -488 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3292 4512 -552 ) ( 3236 4512 -552 ) ( 3236 4512 -560 ) common/nodraw 40 -63 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3244 4416 -552 ) ( 3300 4416 -552 ) ( 3300 4416 -560 ) common/nodraw 40 -63 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3044 4596 -604 ) ( 3044 5108 -600 ) ( 3044 5108 -608 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2940 4416 -444 ) ( 3044 4512 -496 ) ( 2836 4512 -392 ) common/nodraw -1 -38 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3095 +{ +( 3276 5088 -496 ) ( 3276 4896 -496 ) ( 3220 4896 -496 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3308 4512 -560 ) ( 3252 4512 -560 ) ( 3252 4512 -568 ) common/nodraw 40 -63 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3260 4416 -560 ) ( 3316 4416 -560 ) ( 3316 4416 -568 ) common/nodraw 40 -63 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3060 4596 -612 ) ( 3060 5108 -608 ) ( 3060 5108 -616 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2956 4416 -452 ) ( 3060 4512 -504 ) ( 2852 4512 -400 ) common/nodraw -1 -38 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3096 +{ +( 3308 5088 -512 ) ( 3308 4896 -512 ) ( 3252 4896 -512 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3340 4512 -576 ) ( 3284 4512 -576 ) ( 3284 4512 -584 ) common/nodraw 40 -63 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3292 4416 -576 ) ( 3348 4416 -576 ) ( 3348 4416 -584 ) common/nodraw 40 -63 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3092 4596 -628 ) ( 3092 5108 -624 ) ( 3092 5108 -632 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2988 4416 -468 ) ( 3092 4512 -520 ) ( 2884 4512 -416 ) common/nodraw -1 -38 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3097 +{ +( 3292 5088 -504 ) ( 3292 4896 -504 ) ( 3236 4896 -504 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3324 4512 -568 ) ( 3268 4512 -568 ) ( 3268 4512 -576 ) common/nodraw 40 -63 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3276 4416 -568 ) ( 3332 4416 -568 ) ( 3332 4416 -576 ) common/nodraw 40 -63 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3076 4596 -620 ) ( 3076 5108 -616 ) ( 3076 5108 -624 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2972 4416 -460 ) ( 3076 4512 -512 ) ( 2868 4512 -408 ) common/nodraw -1 -38 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3098 +{ +( 3380 4416 -536 ) ( 3380 4512 -536 ) ( 3244 4512 -536 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3244 4512 -520 ) ( 3380 4512 -520 ) ( 3380 4416 -520 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3092 4496 -520 ) ( 3092 4400 -520 ) ( 3092 4400 -536 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3244 4416 -520 ) ( 3380 4416 -520 ) ( 3380 4416 -536 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3284 4512 -520 ) ( 3284 4512 -536 ) ( 3380 4416 -536 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3284 4512 -536 ) ( 3284 4512 -520 ) ( 3124 4512 -520 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +} +// brush 3099 +{ +( 2892 4328 -480 ) ( 2892 4576 -480 ) ( 2580 4576 -480 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2580 4552 -472 ) ( 2892 4552 -472 ) ( 2892 4304 -472 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4576 -224 ) ( 2580 4328 -224 ) ( 2580 4328 -480 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3012 4304 -224 ) ( 3012 4552 -224 ) ( 3012 4552 -480 ) general_industrial/ibeam_vert_nocullnone 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 3124 4528 -476 ) ( 2580 4528 -472 ) ( 2580 4528 -480 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2580 4400 -472 ) ( 3124 4400 -476 ) ( 2580 4400 -480 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3100 +{ +( 2892 4328 -480 ) ( 2892 4576 -480 ) ( 2580 4576 -480 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2580 4552 -472 ) ( 2892 4552 -472 ) ( 2892 4304 -472 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4576 -224 ) ( 2580 4328 -224 ) ( 2580 4328 -480 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2596 3888 -224 ) ( 2908 3888 -224 ) ( 2908 3888 -480 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4304 -224 ) ( 3124 4552 -224 ) ( 3124 4552 -480 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4400 -476 ) ( 2580 4400 -472 ) ( 2580 4400 -480 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3101 +{ +( 2892 4328 -480 ) ( 2892 4576 -480 ) ( 2580 4576 -480 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2580 4552 -472 ) ( 2892 4552 -472 ) ( 2892 4304 -472 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4576 -224 ) ( 2580 4328 -224 ) ( 2580 4328 -480 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4304 -224 ) ( 3124 4552 -224 ) ( 3124 4552 -480 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2892 4576 -224 ) ( 2580 4576 -224 ) ( 2580 4576 -480 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2580 4528 -472 ) ( 3124 4528 -476 ) ( 2580 4528 -480 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3102 +{ +( 2756 4368 -520 ) ( 2756 4424 -520 ) ( 2564 4424 -520 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 3888 -208 ) ( 3124 3888 -464 ) ( 3124 4576 -464 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3124 3888 -480 ) ( 3124 3888 -224 ) ( 3140 3872 -224 ) common/nodraw 0 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3140 4400 -248 ) ( 3140 4456 -248 ) ( 3140 4456 -256 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3124 4080 -288 ) ( 3140 4072 -288 ) ( 3124 4064 -288 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4400 -482 ) ( 3140 4400 -482 ) ( 3132 4400 -306 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3103 +{ +( 2756 4354 -348 ) ( 2756 4410 -348 ) ( 2564 4410 -348 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 3888 -224 ) ( 3124 3888 -480 ) ( 3124 4576 -480 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3140 4400 -232 ) ( 3140 4456 -232 ) ( 3140 4456 -240 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3124 4080 -288 ) ( 3140 4072 -288 ) ( 3124 4064 -288 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4528 -480 ) ( 3140 4528 -480 ) ( 3132 4528 -304 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3140 4400 -480 ) ( 3124 4400 -480 ) ( 3132 4400 -304 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3104 +{ +( 2756 4368 -520 ) ( 2756 4424 -520 ) ( 2564 4424 -520 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 3888 -224 ) ( 3124 3888 -480 ) ( 3124 4576 -480 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3140 4400 -232 ) ( 3140 4456 -232 ) ( 3140 4456 -240 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3124 4576 -224 ) ( 3124 4576 -480 ) ( 3140 4592 -480 ) common/nodraw -32 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 4080 -288 ) ( 3140 4072 -288 ) ( 3124 4064 -288 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3140 4528 -480 ) ( 3124 4528 -480 ) ( 3132 4528 -304 ) common/nodraw -8 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3105 +{ +( 3588 5264 -336 ) ( 3588 5136 -336 ) ( 3764 5136 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2628 5168 -320 ) ( 3780 5168 -320 ) ( 3780 5008 -320 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3780 5168 -320 ) ( 2628 5168 -320 ) ( 2628 5168 -336 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3668 5040 -240 ) ( 3844 5040 -240 ) ( 3844 5040 -312 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 4356 5168 -324 ) ( 4356 5168 -340 ) ( 4356 5040 -332 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3396 5152 -336 ) ( 3396 5164 -336 ) ( 3396 5158 -320 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3106 +{ +( 3588 5264 -336 ) ( 3588 5136 -336 ) ( 3764 5136 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2628 5168 -320 ) ( 3780 5168 -320 ) ( 3780 5008 -320 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 4292 5168 -320 ) ( 3140 5168 -320 ) ( 3140 5168 -336 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3140 5312 -240 ) ( 3140 5184 -240 ) ( 3140 5184 -312 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 4180 5040 -240 ) ( 4356 5040 -240 ) ( 4356 5040 -312 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 5172 -336 ) ( 3268 5160 -336 ) ( 3268 5166 -320 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3107 +{ +( 3572 5424 -336 ) ( 3572 5296 -336 ) ( 3748 5296 -336 ) common/caulk 32 40 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2612 5328 -320 ) ( 3764 5328 -320 ) ( 3764 5168 -320 ) common/caulk 32 40 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3540 5296 -328 ) ( 2388 5296 -328 ) ( 2388 5296 -344 ) common/caulk -40 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3652 5168 -240 ) ( 3828 5168 -240 ) ( 3828 5168 -312 ) common/caulk -40 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 4356 5296 -320 ) ( 4356 5296 -336 ) ( 4356 5168 -328 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3140 5156 -336 ) ( 3140 5168 -336 ) ( 3140 5162 -320 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3108 +{ +( 2628 5168 -336 ) ( 3780 5168 -336 ) ( 3780 5008 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3780 5040 -344 ) ( 2628 5040 -344 ) ( 2628 5040 -360 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3668 5024 -256 ) ( 3844 5024 -256 ) ( 3844 5024 -328 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 6404 5032 -520 ) ( 2628 5040 -520 ) ( 2628 5024 -520 ) common/caulk 32 39 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 4356 5040 -344 ) ( 4356 5040 -356 ) ( 4356 5024 -350 ) common/caulk 32 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3396 5020 -520 ) ( 3396 5036 -520 ) ( 3396 5028 -336 ) common/caulk 32 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3109 +{ +( 2628 5168 -336 ) ( 3780 5168 -336 ) ( 3780 5008 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 4292 5040 -344 ) ( 3140 5040 -344 ) ( 3140 5040 -360 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3140 5312 -256 ) ( 3140 5184 -256 ) ( 3140 5184 -328 ) common/caulk 32 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3668 5024 -256 ) ( 3844 5024 -256 ) ( 3844 5024 -328 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 6404 5032 -520 ) ( 2628 5040 -520 ) ( 2628 5024 -520 ) common/caulk 32 39 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 5040 -520 ) ( 3268 5024 -520 ) ( 3268 5032 -336 ) common/caulk 32 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3110 +{ +( 3572 5600 -520 ) ( 3572 5472 -520 ) ( 3748 5472 -520 ) common/caulk 0 40 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2612 5504 -336 ) ( 3764 5504 -336 ) ( 3764 5344 -336 ) common/caulk 0 40 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3764 5312 -344 ) ( 2612 5312 -344 ) ( 2612 5312 -360 ) common/caulk -40 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3428 5296 -256 ) ( 3604 5296 -256 ) ( 3604 5296 -328 ) common/caulk -40 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 4356 5312 -336 ) ( 4356 5312 -520 ) ( 4356 5296 -428 ) common/caulk 0 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3140 5292 -520 ) ( 3140 5308 -520 ) ( 3140 5300 -336 ) common/caulk 0 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3111 +{ +( 3268 5168 -348 ) ( 3268 5152 -348 ) ( 3284 5152 -348 ) mohtest/flrwood1_rep -169 16 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3284 5152 -336 ) ( 3268 5152 -336 ) ( 3268 5168 -336 ) common/nodraw 38 -47 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3284 5104 -416 ) ( 3284 5120 -416 ) ( 3284 5120 -520 ) mohtest/flrwood1_rep 52 -16 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3284 5232 -412 ) ( 3268 5232 -412 ) ( 3268 5232 -516 ) common/nodraw 38 34 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3268 5168 -416 ) ( 3268 5152 -416 ) ( 3268 5152 -520 ) mohtest/flrwood1_rep 52 -16 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3272 5056 -416 ) ( 3288 5056 -416 ) ( 3288 5056 -520 ) common/nodraw 38 34 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3112 +{ +( 3380 5168 -348 ) ( 3380 5152 -348 ) ( 3396 5152 -348 ) mohtest/flrwood1_rep -137 16 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3396 5152 -336 ) ( 3380 5152 -336 ) ( 3380 5168 -336 ) common/nodraw 6 -47 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3396 5152 -416 ) ( 3396 5168 -416 ) ( 3396 5168 -520 ) mohtest/flrwood1_rep 52 -16 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3396 5232 -412 ) ( 3380 5232 -412 ) ( 3380 5232 -516 ) common/nodraw 6 34 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3380 5120 -416 ) ( 3380 5104 -416 ) ( 3380 5104 -520 ) mohtest/flrwood1_rep 52 -16 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3384 5056 -416 ) ( 3400 5056 -416 ) ( 3400 5056 -520 ) common/nodraw 6 34 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3113 +{ +( 3380 5040 -348 ) ( 3396 5040 -348 ) ( 3396 5056 -348 ) mohtest/flrwood1_rep -96 -184 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3396 5056 -336 ) ( 3396 5040 -336 ) ( 3380 5040 -336 ) common/nodraw 31 24 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3396 5056 -416 ) ( 3380 5056 -416 ) ( 3380 5056 -520 ) mohtest/flrwood1_rep 51 184 90.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 3284 5056 -412 ) ( 3284 5040 -412 ) ( 3284 5040 -516 ) common/nodraw 30 32 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3380 5040 -416 ) ( 3396 5040 -416 ) ( 3396 5040 -520 ) common/nodraw -57 34 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3380 5040 -416 ) ( 3380 5056 -416 ) ( 3380 5056 -520 ) common/nodraw 30 32 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3114 +{ +( 3380 5216 -348 ) ( 3396 5216 -348 ) ( 3396 5232 -348 ) mohtest/flrwood1_rep -224 -184 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3396 5232 -336 ) ( 3396 5216 -336 ) ( 3380 5216 -336 ) common/nodraw 31 24 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3396 5232 -416 ) ( 3380 5232 -416 ) ( 3380 5232 -520 ) common/nodraw -57 34 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3284 5232 -412 ) ( 3284 5216 -412 ) ( 3284 5216 -516 ) common/nodraw 30 32 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3380 5216 -416 ) ( 3396 5216 -416 ) ( 3396 5216 -520 ) mohtest/flrwood1_rep 51 184 90.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 3380 5216 -416 ) ( 3380 5232 -416 ) ( 3380 5232 -520 ) common/nodraw 30 32 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3115 +{ +( 3282 5056 -520 ) ( 3266 5056 -520 ) ( 3266 5040 -520 ) common/nodraw -9 48 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3268 5040 -336 ) ( 3268 5056 -336 ) ( 3284 5056 -336 ) common/nodraw -9 48 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3268 5040 -416 ) ( 3284 5040 -416 ) ( 3284 5040 -520 ) common/nodraw 39 0 -180.00 0.500000 -0.499992 536870912 2224 0 +surfaceparm detail +( 3284 5040 -416 ) ( 3284 5056 -416 ) ( 3284 5056 -520 ) mohtest/flrwood1_rep -249 -64 0.00 0.500000 0.499985 0 16384 0 +surfaceparm detail +( 3284 5056 -416 ) ( 3268 5056 -416 ) ( 3268 5056 -520 ) mohtest/flrwood1_rep -81 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3268 5056 -416 ) ( 3268 5040 -416 ) ( 3268 5040 -520 ) mohtest/flrwood1_rep 191 -63 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +} +// brush 3116 +{ +( 3380 5056 -520 ) ( 3380 5040 -520 ) ( 3396 5040 -520 ) common/nodraw -31 -54 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3396 5040 -336 ) ( 3380 5040 -336 ) ( 3380 5056 -336 ) common/nodraw -31 -54 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3396 5040 -416 ) ( 3396 5056 -416 ) ( 3396 5056 -520 ) mohtest/flrwood1_rep -41 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3396 5056 -416 ) ( 3380 5056 -416 ) ( 3380 5056 -520 ) mohtest/flrwood1_rep 239 -64 -180.00 0.500000 -0.499992 0 16384 0 +surfaceparm detail +( 3380 5056 -416 ) ( 3380 5040 -416 ) ( 3380 5040 -520 ) mohtest/flrwood1_rep -41 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 3380 5040 -416 ) ( 3396 5040 -416 ) ( 3396 5040 -520 ) common/nodraw 56 0 -180.00 0.500000 -0.499992 536870912 2224 0 +surfaceparm detail +} +// brush 3117 +{ +( 5404 4912 -336 ) ( 5404 5040 -336 ) ( 5228 5040 -336 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6364 5008 -320 ) ( 5212 5008 -320 ) ( 5212 5168 -320 ) common/caulk -31 -54 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5212 5040 -328 ) ( 6364 5040 -328 ) ( 6364 5040 -344 ) common/caulk 56 0 -180.00 0.500000 -0.499992 0 65696 0 +surfaceparm detail +( 3396 5040 -336 ) ( 3396 5040 -320 ) ( 3396 5168 -328 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 5040 -320 ) ( 3268 5040 -336 ) ( 3268 5168 -328 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3268 5168 -336 ) ( 3284 5168 -336 ) ( 3276 5168 -320 ) common/caulk 56 0 -180.00 0.500000 -0.499992 0 65696 0 +surfaceparm detail +} +// brush 3118 +{ +( 3388 5040 -368 ) ( 3388 4944 -368 ) ( 3396 4944 -368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3396 4944 -336 ) ( 3388 4944 -336 ) ( 3388 5040 -336 ) common/caulk -31 -54 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3396 4944 -336 ) ( 3396 5040 -336 ) ( 3396 5040 -352 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3396 5040 -336 ) ( 3388 5040 -336 ) ( 3388 5040 -352 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3268 5040 -344 ) ( 3268 4944 -344 ) ( 3268 4944 -360 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3412 4400 -336 ) ( 3420 4400 -336 ) ( 3420 4400 -352 ) common/caulk 56 0 -180.00 0.500000 -0.499992 0 65696 0 +surfaceparm detail +} +// brush 3119 +{ +( 3284 4880 -536 ) ( 3388 4880 -536 ) ( 3388 5008 -536 ) common/nodraw 38 -31 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3380 5008 -520 ) ( 3380 4880 -520 ) ( 3276 4880 -520 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3388 5040 -368 ) ( 3284 5040 -368 ) ( 3284 5040 -536 ) common/nodraw 39 -14 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3284 4784 -520 ) ( 3284 4784 -536 ) ( 3284 5040 -536 ) common/nodraw 32 -13 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3380 4416 -520 ) ( 3380 4416 -536 ) ( 3284 4512 -536 ) common/nodraw 0 -14 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3380 4416 -536 ) ( 3380 4416 -520 ) ( 3380 5040 -520 ) common/nodraw 32 -13 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3120 +{ +( 2628 5168 -336 ) ( 3780 5168 -336 ) ( 3780 5008 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3652 5040 -344 ) ( 2500 5040 -344 ) ( 2500 5040 -360 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3668 5024 -256 ) ( 3844 5024 -256 ) ( 3844 5024 -328 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 6404 5032 -520 ) ( 2628 5040 -520 ) ( 2628 5024 -520 ) common/caulk 32 39 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5596 5040 -520 ) ( 5596 5016 -520 ) ( 5596 5028 -336 ) common/caulk 32 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 4356 5040 -352 ) ( 4356 5040 -340 ) ( 4356 5024 -346 ) common/caulk 32 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3121 +{ +( 3588 5424 -336 ) ( 3588 5296 -336 ) ( 3764 5296 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2628 5328 -320 ) ( 3780 5328 -320 ) ( 3780 5168 -320 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3884 5296 -328 ) ( 2732 5296 -328 ) ( 2732 5296 -344 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3540 5168 -240 ) ( 3716 5168 -240 ) ( 3716 5168 -312 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5828 5296 -320 ) ( 5828 5296 -336 ) ( 5828 5168 -328 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 4356 5296 -336 ) ( 4356 5296 -320 ) ( 4356 5168 -328 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3122 +{ +( 3588 5264 -336 ) ( 3588 5136 -336 ) ( 3764 5136 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2628 5168 -320 ) ( 3780 5168 -320 ) ( 3780 5008 -320 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3652 5168 -320 ) ( 2500 5168 -320 ) ( 2500 5168 -336 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3540 5040 -240 ) ( 3716 5040 -240 ) ( 3716 5040 -312 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5596 5168 -320 ) ( 5596 5168 -336 ) ( 5596 5040 -328 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 4356 5168 -340 ) ( 4356 5168 -324 ) ( 4356 5040 -332 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3123 +{ +( 3588 5600 -520 ) ( 3588 5472 -520 ) ( 3764 5472 -520 ) common/caulk 0 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2628 5504 -336 ) ( 3780 5504 -336 ) ( 3780 5344 -336 ) common/caulk 0 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3780 5312 -344 ) ( 2628 5312 -344 ) ( 2628 5312 -360 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3772 5296 -256 ) ( 3948 5296 -256 ) ( 3948 5296 -328 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5828 5304 -480 ) ( 5828 5288 -480 ) ( 5828 5296 -336 ) common/caulk 0 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 4356 5312 -528 ) ( 4356 5312 -344 ) ( 4356 5296 -436 ) common/caulk 0 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3124 +{ +( 5724 5168 -348 ) ( 5724 5184 -348 ) ( 5708 5184 -348 ) mohtest/flrwood1_rep 152 -175 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5708 5184 -336 ) ( 5724 5184 -336 ) ( 5724 5168 -336 ) common/nodraw -25 16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5136 -416 ) ( 5708 5120 -416 ) ( 5708 5120 -520 ) mohtest/flrwood1_rep 51 176 90.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 5708 5056 -412 ) ( 5724 5056 -412 ) ( 5724 5056 -516 ) common/nodraw -25 33 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5724 5168 -416 ) ( 5724 5184 -416 ) ( 5724 5184 -520 ) mohtest/flrwood1_rep 51 176 90.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 5720 5232 -416 ) ( 5704 5232 -416 ) ( 5704 5232 -520 ) mohtest/flrwood1_rep 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3125 +{ +( 5612 5168 -348 ) ( 5612 5184 -348 ) ( 5596 5184 -348 ) mohtest/flrwood1_rep 184 -175 -180.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5596 5184 -336 ) ( 5612 5184 -336 ) ( 5612 5168 -336 ) common/nodraw -57 16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5596 5184 -416 ) ( 5596 5168 -416 ) ( 5596 5168 -520 ) mohtest/flrwood1_rep 51 176 90.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 5596 5056 -412 ) ( 5612 5056 -412 ) ( 5612 5056 -516 ) common/nodraw -57 33 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5612 5120 -416 ) ( 5612 5136 -416 ) ( 5612 5136 -520 ) mohtest/flrwood1_rep 51 176 90.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 5608 5232 -416 ) ( 5592 5232 -416 ) ( 5592 5232 -520 ) mohtest/flrwood1_rep 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3126 +{ +( 5708 5040 -348 ) ( 5724 5040 -348 ) ( 5724 5056 -348 ) mohtest/flrwood1_rep -96 -231 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5724 5056 -336 ) ( 5724 5040 -336 ) ( 5708 5040 -336 ) common/nodraw 31 7 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5724 5056 -416 ) ( 5708 5056 -416 ) ( 5708 5056 -520 ) mohtest/flrwood1_rep 51 232 90.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 5612 5056 -412 ) ( 5612 5040 -412 ) ( 5612 5040 -516 ) common/nodraw 31 32 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5040 -416 ) ( 5724 5040 -416 ) ( 5724 5040 -520 ) common/nodraw -41 33 0.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5040 -416 ) ( 5708 5056 -416 ) ( 5708 5056 -520 ) common/nodraw 31 32 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3127 +{ +( 5708 5216 -348 ) ( 5724 5216 -348 ) ( 5724 5232 -348 ) mohtest/flrwood1_rep -224 -231 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5724 5232 -336 ) ( 5724 5216 -336 ) ( 5708 5216 -336 ) common/nodraw 31 7 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5724 5232 -416 ) ( 5708 5232 -416 ) ( 5708 5232 -520 ) mohtest/flrwood1_rep 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 5612 5232 -412 ) ( 5612 5216 -412 ) ( 5612 5216 -516 ) common/nodraw 31 32 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5216 -416 ) ( 5724 5216 -416 ) ( 5724 5216 -520 ) mohtest/flrwood1_rep 51 232 90.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 5708 5216 -416 ) ( 5708 5232 -416 ) ( 5708 5232 -520 ) common/nodraw 31 32 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3128 +{ +( 5610 5056 -520 ) ( 5594 5056 -520 ) ( 5594 5040 -520 ) common/nodraw -57 48 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5596 5040 -348 ) ( 5596 5056 -348 ) ( 5612 5056 -348 ) common/nodraw -57 48 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5596 5040 -416 ) ( 5612 5040 -416 ) ( 5612 5040 -520 ) common/nodraw 24 0 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5612 5040 -416 ) ( 5612 5056 -416 ) ( 5612 5056 -520 ) mohtest/flrwood1_rep -249 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5612 5056 -416 ) ( 5596 5056 -416 ) ( 5596 5056 -520 ) mohtest/flrwood1_rep -129 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5596 5056 -416 ) ( 5596 5040 -416 ) ( 5596 5040 -520 ) mohtest/flrwood1_rep 191 -63 -180.00 0.500000 -0.499969 0 16384 0 +surfaceparm detail +} +// brush 3129 +{ +( 5708 5056 -520 ) ( 5708 5040 -520 ) ( 5724 5040 -520 ) common/nodraw -32 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5724 5040 -348 ) ( 5708 5040 -348 ) ( 5708 5056 -348 ) common/nodraw -32 -39 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5724 5040 -416 ) ( 5724 5056 -416 ) ( 5724 5056 -520 ) mohtest/flrwood1_rep -41 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5724 5056 -416 ) ( 5708 5056 -416 ) ( 5708 5056 -520 ) mohtest/flrwood1_rep 31 -64 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 5708 5056 -416 ) ( 5708 5040 -416 ) ( 5708 5040 -520 ) mohtest/flrwood1_rep -41 -64 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 5708 5040 -416 ) ( 5724 5040 -416 ) ( 5724 5040 -520 ) common/nodraw 40 0 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3130 +{ +( 2628 5168 -336 ) ( 3780 5168 -336 ) ( 3780 5008 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2820 5040 -344 ) ( 1668 5040 -344 ) ( 1668 5040 -360 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3668 5024 -256 ) ( 3844 5024 -256 ) ( 3844 5024 -328 ) common/caulk -8 -32 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5828 5176 -352 ) ( 5828 4760 -352 ) ( 5828 4968 -336 ) common/caulk 32 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 6404 5032 -520 ) ( 2628 5040 -520 ) ( 2628 5024 -520 ) common/caulk 32 39 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5024 -520 ) ( 5724 5040 -520 ) ( 5724 5032 -336 ) common/caulk 32 -31 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3131 +{ +( 3588 5424 -336 ) ( 3588 5296 -336 ) ( 3764 5296 -336 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2628 5328 -320 ) ( 3780 5328 -320 ) ( 3780 5168 -320 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3668 5040 -240 ) ( 3844 5040 -240 ) ( 3844 5040 -312 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5596 5296 -336 ) ( 5596 5296 -320 ) ( 5596 5168 -328 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5724 5296 -320 ) ( 5724 5296 -336 ) ( 5724 5168 -328 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5708 5168 -336 ) ( 5724 5168 -336 ) ( 5716 5168 -320 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +} +// brush 3132 +{ +( 3588 5264 -336 ) ( 3588 5136 -336 ) ( 3764 5136 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2628 5168 -320 ) ( 3780 5168 -320 ) ( 3780 5008 -320 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2820 5168 -320 ) ( 1668 5168 -320 ) ( 1668 5168 -336 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3316 5040 -240 ) ( 3492 5040 -240 ) ( 3492 5040 -312 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5828 5176 -336 ) ( 5828 4760 -336 ) ( 5828 4968 -320 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 5724 5168 -344 ) ( 5724 5168 -328 ) ( 5724 5040 -336 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3133 +{ +( 5716 5040 -352 ) ( 5716 4944 -352 ) ( 5724 4944 -352 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5724 4944 -336 ) ( 5716 4944 -336 ) ( 5716 5040 -336 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 4944 -336 ) ( 5724 5040 -336 ) ( 5724 5040 -352 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5040 -336 ) ( 5716 5040 -336 ) ( 5716 5040 -352 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +( 5596 5040 -344 ) ( 5596 4944 -344 ) ( 5596 4944 -360 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5716 4944 -336 ) ( 5724 4944 -336 ) ( 5724 4944 -352 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3134 +{ +( 5596 5040 -416 ) ( 5596 4944 -416 ) ( 5612 4944 -416 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5596 4944 -352 ) ( 5596 5040 -352 ) ( 5612 5040 -368 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5612 4944 -368 ) ( 5612 5040 -368 ) ( 5612 5040 -416 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5612 5040 -368 ) ( 5596 5040 -368 ) ( 5596 5040 -416 ) mohtest/platestone1flt 232 -64 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5596 5040 -352 ) ( 5596 4944 -352 ) ( 5596 4944 -416 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5596 4944 -368 ) ( 5612 4944 -368 ) ( 5612 4944 -416 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3135 +{ +( 5596 5080 -416 ) ( 5596 5016 -416 ) ( 5724 5016 -416 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5040 -352 ) ( 5724 4944 -352 ) ( 5708 4944 -368 ) common/caulk -32 -39 90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 4944 -352 ) ( 5724 5040 -352 ) ( 5724 5040 -416 ) common/caulk -32 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 5724 5040 -336 ) ( 5596 5040 -336 ) ( 5596 5040 -504 ) mohtest/platestone1flt 232 -64 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 5708 5080 -336 ) ( 5708 5016 -336 ) ( 5708 5016 -504 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5596 4944 -336 ) ( 5724 4944 -336 ) ( 5724 4944 -504 ) common/caulk 40 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +} +// brush 3136 +{ +( 3268 5036 -544 ) ( 3268 5292 -544 ) ( 3252 5292 -544 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3252 5296 -336 ) ( 3268 5296 -336 ) ( 3268 5040 -336 ) common/caulk 32 7 -90.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3140 5304 -336 ) ( 3140 5048 -336 ) ( 3140 5048 -480 ) common/caulk 32 0 -180.00 0.500000 -0.500000 0 65696 0 +surfaceparm detail +( 3252 5040 -336 ) ( 3268 5040 -336 ) ( 3268 5040 -480 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 3156 5032 -336 ) ( 3156 5288 -336 ) ( 3156 5288 -480 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3268 5296 -336 ) ( 3252 5296 -336 ) ( 3252 5296 -480 ) common/caulk -8 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +} +// brush 3137 +{ +( 5612 4880 -536 ) ( 5716 4880 -536 ) ( 5716 5008 -536 ) common/nodraw 21 -33 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5708 5008 -520 ) ( 5708 4880 -520 ) ( 5604 4880 -520 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5716 5040 -368 ) ( 5612 5040 -368 ) ( 5612 5040 -536 ) common/nodraw 24 -15 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5612 5008 -368 ) ( 5612 4880 -368 ) ( 5612 4880 -536 ) common/nodraw 32 -14 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5612 4912 -376 ) ( 5716 4912 -376 ) ( 5716 4912 -544 ) common/nodraw 24 -15 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5708 4880 -364 ) ( 5708 5008 -364 ) ( 5708 5008 -532 ) common/nodraw 32 -14 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3138 +{ +( 3220 4336 -472 ) ( 2708 4336 -472 ) ( 2708 3712 -472 ) general_industrial/shmpipe_grey 0 -63 90.00 1 1 0 32768 0 +surfaceparm detail +( 2972 3888 -304 ) ( 2972 3872 -304 ) ( 2964 3872 -312 ) general_industrial/shmpipe_grey 0 -63 90.00 1 1 0 32768 0 +surfaceparm detail +( 2676 3872 -256 ) ( 2676 3872 -192 ) ( 3188 3872 -192 ) general_industrial/shmpipe_grey 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2964 3880 -268 ) ( 2964 3864 -476 ) ( 2964 3896 -476 ) general_industrial/shmpipe_grey 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 3012 3888 -224 ) ( 2996 3888 -464 ) ( 3028 3888 -464 ) general_industrial/shmpipe_grey 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2972 3872 -304 ) ( 2972 3888 -304 ) ( 2972 3888 -464 ) general_industrial/shmpipe_grey 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 3139 +{ +( 3012 3712 -472 ) ( 3012 4336 -472 ) ( 2500 4336 -472 ) general_industrial/shmpipe_grey 0 -63 90.00 1 1 0 32768 0 +surfaceparm detail +( 2876 3872 -304 ) ( 2876 3888 -304 ) ( 2884 3888 -312 ) general_industrial/shmpipe_grey 0 -63 90.00 1 1 0 32768 0 +surfaceparm detail +( 2532 3872 -200 ) ( 3044 3872 -200 ) ( 3044 3872 -264 ) general_industrial/shmpipe_grey 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2884 3888 -484 ) ( 2884 3856 -484 ) ( 2884 3872 -276 ) general_industrial/shmpipe_grey 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2692 3888 -472 ) ( 2724 3888 -472 ) ( 2708 3888 -232 ) general_industrial/shmpipe_grey 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +( 2876 3888 -308 ) ( 2876 3872 -308 ) ( 2876 3872 -468 ) general_industrial/shmpipe_grey 0 0 90.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 3140 +{ +( 2956 3712 -312 ) ( 2956 4336 -312 ) ( 2444 4336 -312 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2476 3872 -192 ) ( 2988 3872 -192 ) ( 2988 3872 -256 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2972 3872 -304 ) ( 2972 3888 -304 ) ( 2964 3888 -312 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2940 3888 -176 ) ( 2428 3888 -176 ) ( 2428 3888 -240 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2876 3888 -304 ) ( 2876 3872 -304 ) ( 2884 3872 -312 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 2964 3888 -304 ) ( 2964 3872 -304 ) ( 2884 3872 -304 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 3141 + { + patchDef2 + { + general_structure/jh_conc512damg + ( 9 3 0 -2147418112 0 subdivisions 7.497672 ) +( +( ( 5724 5040.000977 -520 0 0 ) ( 5768 5040.000977 -520 0 0.171875 ) ( 5812 5040.000977 -520 0 0.343750 ) ) +( ( 5724 5040.000977 -520 0 0 ) ( 5768 5040.000977 -520 0 0.171875 ) ( 5812 5040.000977 -520 0 0.343750 ) ) +( ( 5724 5040.000977 -480 0.156250 0 ) ( 5768 5040.000977 -480 0.156250 0.171875 ) ( 5812 5040.000977 -480 0.156250 0.343750 ) ) +( ( 5724 5040.000977 -336 0.718750 0 ) ( 5768 5040.000977 -336 0.718750 0.171875 ) ( 5812 5040.000977 -336 0.718750 0.343750 ) ) +( ( 5724 5168.000977 -336 1.218750 0 ) ( 5768 5168.000977 -336 1.218750 0.171875 ) ( 5812 5168.000977 -336 1.218750 0.343750 ) ) +( ( 5724 5168.000977 -336 1.218750 0 ) ( 5768 5168.000977 -336 1.218750 0.171875 ) ( 5812 5168.000977 -336 1.218750 0.343750 ) ) +( ( 5724 5168.000977 -336 1.218750 0 ) ( 5768 5168.000977 -336 1.218750 0.171875 ) ( 5812 5168.000977 -336 1.218750 0.343750 ) ) +( ( 5724 5168.000977 -336 1.218750 0 ) ( 5768 5168.000977 -336 1.218750 0.171875 ) ( 5812 5168.000977 -336 1.218750 0.343750 ) ) +( ( 5724 5168.000977 -336 1.218750 0 ) ( 5768 5168.000977 -336 1.218750 0.171875 ) ( 5812 5168.000977 -336 1.218750 0.343750 ) ) +) + } + } +// brush 3142 +{ +( 2748 3880 160 ) ( 2748 3176 160 ) ( 3068 3176 160 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3068 3176 176 ) ( 2748 3176 176 ) ( 2748 3880 176 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3068 3160 240 ) ( 3068 3864 240 ) ( 3068 3864 160 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3880 176 ) ( 2748 3880 176 ) ( 2748 3880 96 ) mohtest/stairs 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2772 3384 176 ) ( 3092 3384 176 ) ( 3092 3384 96 ) mohtest/stairs 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2852 3488 160 ) ( 2852 3616 160 ) ( 2852 3552 176 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3143 +{ +( 2812 4584 -96 ) ( 2812 3880 -96 ) ( 3132 3880 -96 ) mohtest/stairs -104 -60 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3880 -80 ) ( 2812 3880 -80 ) ( 2812 4584 -80 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3132 3864 -16 ) ( 3132 4568 -16 ) ( 3132 4568 -96 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4584 -80 ) ( 2812 4584 -80 ) ( 2812 4584 -160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2812 3880 -80 ) ( 3132 3880 -80 ) ( 3132 3880 -160 ) mohtest/stairs 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2852 3488 -96 ) ( 2852 3616 -96 ) ( 2852 3552 -80 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3144 +{ +( 2812 4584 416 ) ( 2812 3880 416 ) ( 3132 3880 416 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3132 3880 432 ) ( 2812 3880 432 ) ( 2812 4584 432 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3132 3864 496 ) ( 3132 4568 496 ) ( 3132 4568 416 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4584 432 ) ( 2812 4584 432 ) ( 2812 4584 352 ) mohtest/stairs 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2812 3880 432 ) ( 3132 3880 432 ) ( 3132 3880 352 ) mohtest/stairs 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 3476 416 ) ( 2572 3604 416 ) ( 2572 3540 432 ) mohtest/stairs -104 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3145 +{ +( 3036 3568 -80 ) ( 3036 3504 -80 ) ( 3068 3504 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3512 160 ) ( 3036 3512 160 ) ( 3036 3576 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3448 16 ) ( 3068 3512 16 ) ( 3068 3512 -304 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3576 -64 ) ( 3036 3576 -64 ) ( 3036 3576 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3576 96 ) ( 3060 3512 96 ) ( 3060 3512 -224 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3036 3496 -64 ) ( 3068 3496 -64 ) ( 3068 3496 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3146 +{ +( 3036 3760 -80 ) ( 3036 3696 -80 ) ( 3068 3696 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3704 160 ) ( 3036 3704 160 ) ( 3036 3768 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3640 16 ) ( 3068 3704 16 ) ( 3068 3704 -304 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3768 -64 ) ( 3036 3768 -64 ) ( 3036 3768 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3768 96 ) ( 3060 3704 96 ) ( 3060 3704 -224 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3036 3688 -64 ) ( 3068 3688 -64 ) ( 3068 3688 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3147 +{ +( 3100 4464 -80 ) ( 3100 4400 -80 ) ( 3132 4400 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4408 160 ) ( 3100 4408 160 ) ( 3100 4472 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4344 16 ) ( 3132 4408 16 ) ( 3132 4408 -304 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4472 -64 ) ( 3100 4472 -64 ) ( 3100 4472 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 4472 96 ) ( 3124 4408 96 ) ( 3124 4408 -224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3100 4392 -64 ) ( 3132 4392 -64 ) ( 3132 4392 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3148 +{ +( 3100 4272 -80 ) ( 3100 4208 -80 ) ( 3132 4208 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4216 160 ) ( 3100 4216 160 ) ( 3100 4280 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4152 16 ) ( 3132 4216 16 ) ( 3132 4216 -304 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4280 -64 ) ( 3100 4280 -64 ) ( 3100 4280 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 4280 96 ) ( 3124 4216 96 ) ( 3124 4216 -224 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3100 4200 -64 ) ( 3132 4200 -64 ) ( 3132 4200 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3149 +{ +( 3100 4064 -80 ) ( 3100 4000 -80 ) ( 3132 4000 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4008 160 ) ( 3100 4008 160 ) ( 3100 4072 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3944 16 ) ( 3132 4008 16 ) ( 3132 4008 -304 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4072 -64 ) ( 3100 4072 -64 ) ( 3100 4072 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 4072 96 ) ( 3124 4008 96 ) ( 3124 4008 -224 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3100 3992 -64 ) ( 3132 3992 -64 ) ( 3132 3992 -384 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3150 +{ +( 2996 3880 432 ) ( 2996 3176 432 ) ( 3068 3176 432 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3068 3176 496 ) ( 2996 3176 496 ) ( 2996 3880 496 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 3068 3176 496 ) ( 3068 3880 496 ) ( 3068 3880 448 ) mohcommon/trim_set1a -40 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3880 496 ) ( 2996 3880 496 ) ( 2996 3880 448 ) mohcommon/trim_set1a 60 -16 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2996 3384 472 ) ( 3068 3384 472 ) ( 3068 3384 424 ) mohcommon/trim_set1a 60 -16 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3488 432 ) ( 2636 3616 432 ) ( 2636 3552 496 ) mohcommon/trim_set1a -40 -16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3151 +{ +( 3068 3880 488 ) ( 3068 3176 488 ) ( 3076 3176 488 ) algiers/whsflrset1_1a -40 -154 90.00 1 1 0 65536 0 +surfaceparm detail +( 3076 3176 504 ) ( 3068 3176 504 ) ( 3068 3880 504 ) algiers/whsflrset1_1a -40 -154 90.00 1 1 0 65536 0 +surfaceparm detail +( 3076 3176 504 ) ( 3076 3880 504 ) ( 3076 3880 496 ) algiers/whsflrset1_1a -40 -113 0.00 1 1 0 65536 0 +surfaceparm detail +( 3076 3880 504 ) ( 3068 3880 504 ) ( 3068 3880 496 ) algiers/whsflrset1_1a 60 -112 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3068 3880 504 ) ( 3068 3176 504 ) ( 3068 3176 496 ) algiers/whsflrset1_1a -40 -113 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3384 504 ) ( 3076 3384 504 ) ( 3076 3384 496 ) algiers/whsflrset1_1a 60 -112 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3152 +{ +( 3036 3760 176 ) ( 3036 3696 176 ) ( 3068 3696 176 ) algiers/whsflrset1_1a -184 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3704 232 ) ( 3036 3704 232 ) ( 3036 3768 232 ) algiers/whsflrset1_1a -184 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3640 272 ) ( 3068 3704 272 ) ( 3068 3704 -48 ) algiers/whsflrset1_1a -184 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3768 192 ) ( 3036 3768 192 ) ( 3036 3768 -128 ) algiers/whsflrset1_1a 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3768 168 ) ( 3060 3704 168 ) ( 3060 3704 -152 ) algiers/whsflrset1_1a -184 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3036 3688 192 ) ( 3068 3688 192 ) ( 3068 3688 -128 ) algiers/whsflrset1_1a 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3153 +{ +( 3036 3760 328 ) ( 3036 3696 328 ) ( 3068 3696 328 ) algiers/whsflrset1_1a -184 -67 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3704 416 ) ( 3036 3704 416 ) ( 3036 3768 416 ) algiers/whsflrset1_1a -184 -67 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3736 416 ) ( 3068 3800 416 ) ( 3068 3800 96 ) algiers/whsflrset1_1a -184 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3768 416 ) ( 3036 3768 416 ) ( 3036 3768 96 ) algiers/whsflrset1_1a 68 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3768 424 ) ( 3060 3704 424 ) ( 3060 3704 104 ) algiers/whsflrset1_1a -184 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3036 3688 448 ) ( 3068 3688 448 ) ( 3068 3688 128 ) algiers/whsflrset1_1a 68 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3154 +{ +( 3036 3568 328 ) ( 3036 3504 328 ) ( 3068 3504 328 ) algiers/whsflrset1_1a -248 -67 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3512 416 ) ( 3036 3512 416 ) ( 3036 3576 416 ) algiers/whsflrset1_1a -248 -67 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3544 416 ) ( 3068 3608 416 ) ( 3068 3608 96 ) algiers/whsflrset1_1a -248 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3576 416 ) ( 3036 3576 416 ) ( 3036 3576 96 ) algiers/whsflrset1_1a 68 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3576 424 ) ( 3060 3512 424 ) ( 3060 3512 104 ) algiers/whsflrset1_1a -248 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3036 3496 448 ) ( 3068 3496 448 ) ( 3068 3496 128 ) algiers/whsflrset1_1a 68 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3155 +{ +( 3036 3568 176 ) ( 3036 3504 176 ) ( 3068 3504 176 ) algiers/whsflrset1_1a -248 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3512 232 ) ( 3036 3512 232 ) ( 3036 3576 232 ) algiers/whsflrset1_1a -248 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3448 272 ) ( 3068 3512 272 ) ( 3068 3512 -48 ) algiers/whsflrset1_1a -248 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3576 192 ) ( 3036 3576 192 ) ( 3036 3576 -128 ) algiers/whsflrset1_1a 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3576 168 ) ( 3060 3512 168 ) ( 3060 3512 -152 ) algiers/whsflrset1_1a -248 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3036 3496 192 ) ( 3068 3496 192 ) ( 3068 3496 -128 ) algiers/whsflrset1_1a 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3156 +{ +( 3100 4064 328 ) ( 3100 4000 328 ) ( 3132 4000 328 ) algiers/whsflrset1_1a -232 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4008 416 ) ( 3100 4008 416 ) ( 3100 4072 416 ) algiers/whsflrset1_1a -232 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4040 416 ) ( 3132 4104 416 ) ( 3132 4104 96 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4072 416 ) ( 3100 4072 416 ) ( 3100 4072 96 ) algiers/whsflrset1_1a 132 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 4072 424 ) ( 3124 4008 424 ) ( 3124 4008 104 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3100 3992 448 ) ( 3132 3992 448 ) ( 3132 3992 128 ) algiers/whsflrset1_1a 132 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3157 +{ +( 3100 4064 176 ) ( 3100 4000 176 ) ( 3132 4000 176 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4008 232 ) ( 3100 4008 232 ) ( 3100 4072 232 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3944 272 ) ( 3132 4008 272 ) ( 3132 4008 -48 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4072 192 ) ( 3100 4072 192 ) ( 3100 4072 -128 ) algiers/whsflrset1_1a 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 4072 168 ) ( 3124 4008 168 ) ( 3124 4008 -152 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3100 3992 192 ) ( 3132 3992 192 ) ( 3132 3992 -128 ) algiers/whsflrset1_1a 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3158 +{ +( 3100 4464 328 ) ( 3100 4400 328 ) ( 3132 4400 328 ) algiers/whsflrset1_1a -120 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4408 416 ) ( 3100 4408 416 ) ( 3100 4472 416 ) algiers/whsflrset1_1a -120 -131 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4440 416 ) ( 3132 4504 416 ) ( 3132 4504 96 ) algiers/whsflrset1_1a -120 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4472 416 ) ( 3100 4472 416 ) ( 3100 4472 96 ) algiers/whsflrset1_1a 133 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 4472 424 ) ( 3124 4408 424 ) ( 3124 4408 104 ) algiers/whsflrset1_1a -120 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3100 4392 448 ) ( 3132 4392 448 ) ( 3132 4392 128 ) algiers/whsflrset1_1a 133 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3159 +{ +( 3100 4464 176 ) ( 3100 4400 176 ) ( 3132 4400 176 ) algiers/whsflrset1_1a -120 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4408 232 ) ( 3100 4408 232 ) ( 3100 4472 232 ) algiers/whsflrset1_1a -120 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4344 272 ) ( 3132 4408 272 ) ( 3132 4408 -48 ) algiers/whsflrset1_1a -120 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4472 192 ) ( 3100 4472 192 ) ( 3100 4472 -128 ) algiers/whsflrset1_1a 125 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 4472 168 ) ( 3124 4408 168 ) ( 3124 4408 -152 ) algiers/whsflrset1_1a -120 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3100 4392 192 ) ( 3132 4392 192 ) ( 3132 4392 -128 ) algiers/whsflrset1_1a 125 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3160 +{ +( 3132 4584 488 ) ( 3132 3880 488 ) ( 3140 3880 488 ) algiers/whsflrset1_1a -232 -220 90.00 1 1 0 65536 0 +surfaceparm detail +( 3140 3880 504 ) ( 3132 3880 504 ) ( 3132 4584 504 ) algiers/whsflrset1_1a -232 -220 90.00 1 1 0 65536 0 +surfaceparm detail +( 3140 3872 488 ) ( 3140 3872 504 ) ( 3140 4592 504 ) algiers/whsflrset1_1a -232 -113 0.00 1 1 0 65536 0 +surfaceparm detail +( 3140 4592 488 ) ( 3140 4592 504 ) ( 3132 4584 504 ) algiers/whsflrset1_1a 39 -110 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3132 4584 504 ) ( 3132 3880 504 ) ( 3132 3880 496 ) algiers/whsflrset1_1a -232 -113 0.00 1 1 0 65536 0 +surfaceparm detail +( 3140 3872 504 ) ( 3140 3872 488 ) ( 3132 3880 488 ) algiers/whsflrset1_1a -232 -112 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3161 +{ +( 3076 3880 488 ) ( 3076 3872 488 ) ( 3140 3872 488 ) algiers/whsflrset1_1a -232 -220 90.00 1 1 0 65536 0 +surfaceparm detail +( 3140 3872 504 ) ( 3076 3872 504 ) ( 3076 3880 504 ) algiers/whsflrset1_1a -232 -220 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3880 504 ) ( 3132 3880 488 ) ( 3140 3872 488 ) algiers/whsflrset1_1a -232 -176 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3880 488 ) ( 3132 3880 504 ) ( 3076 3880 504 ) algiers/whsflrset1_1a 124 -176 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3076 3880 504 ) ( 3076 3872 504 ) ( 3076 3872 488 ) algiers/whsflrset1_1a -232 -177 0.00 1 1 0 65536 0 +surfaceparm detail +( 3076 3872 504 ) ( 3140 3872 504 ) ( 3140 3872 488 ) algiers/whsflrset1_1a 124 -176 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3162 +{ +( 2564 3872 488 ) ( 2628 3872 488 ) ( 2628 3880 488 ) algiers/whsflrset1_1a 23 108 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2628 3880 504 ) ( 2628 3872 504 ) ( 2564 3872 504 ) algiers/whsflrset1_1a 23 108 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2564 3872 488 ) ( 2572 3880 488 ) ( 2572 3880 504 ) algiers/whsflrset1_1a -231 -173 0.00 1 1 0 65536 0 +surfaceparm detail +( 2628 3880 504 ) ( 2572 3880 504 ) ( 2572 3880 488 ) algiers/whsflrset1_1a -204 -174 0.00 1 1 0 65536 0 +surfaceparm detail +( 2628 3872 488 ) ( 2628 3872 504 ) ( 2628 3880 504 ) algiers/whsflrset1_1a 23 -172 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2564 3872 488 ) ( 2564 3872 504 ) ( 2628 3872 504 ) algiers/whsflrset1_1a -204 -174 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3163 +{ +( 2564 3880 488 ) ( 2572 3880 488 ) ( 2572 4584 488 ) algiers/whsflrset1_1a 23 108 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4584 504 ) ( 2572 3880 504 ) ( 2564 3880 504 ) algiers/whsflrset1_1a 23 108 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2564 4592 504 ) ( 2564 3872 504 ) ( 2564 3872 488 ) algiers/whsflrset1_1a 23 -114 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 4584 504 ) ( 2564 4592 504 ) ( 2564 4592 488 ) algiers/whsflrset1_1a 40 -114 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 3880 496 ) ( 2572 3880 504 ) ( 2572 4584 504 ) algiers/whsflrset1_1a 23 -114 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 3880 488 ) ( 2564 3872 488 ) ( 2564 3872 504 ) algiers/whsflrset1_1a -231 -115 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3164 +{ +( 2572 4400 176 ) ( 2604 4400 176 ) ( 2604 4464 176 ) algiers/whsflrset1_1a 136 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2604 4472 232 ) ( 2604 4408 232 ) ( 2572 4408 232 ) algiers/whsflrset1_1a 136 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4408 -48 ) ( 2572 4408 272 ) ( 2572 4344 272 ) algiers/whsflrset1_1a 136 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4472 -128 ) ( 2604 4472 192 ) ( 2572 4472 192 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4408 -128 ) ( 2580 4408 192 ) ( 2580 4472 192 ) algiers/whsflrset1_1a 136 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 4392 -128 ) ( 2572 4392 192 ) ( 2604 4392 192 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3165 +{ +( 2572 4400 328 ) ( 2604 4400 328 ) ( 2604 4464 328 ) algiers/whsflrset1_1a 136 195 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2604 4472 416 ) ( 2604 4408 416 ) ( 2572 4408 416 ) algiers/whsflrset1_1a 136 195 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4504 96 ) ( 2572 4504 416 ) ( 2572 4440 416 ) algiers/whsflrset1_1a 136 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4472 96 ) ( 2604 4472 416 ) ( 2572 4472 416 ) algiers/whsflrset1_1a -196 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4408 128 ) ( 2580 4408 448 ) ( 2580 4472 448 ) algiers/whsflrset1_1a 136 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 4392 128 ) ( 2572 4392 448 ) ( 2604 4392 448 ) algiers/whsflrset1_1a -196 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3166 +{ +( 2580 4208 176 ) ( 2612 4208 176 ) ( 2612 4272 176 ) algiers/whsflrset1_1a 72 195 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2604 4280 416 ) ( 2604 4216 416 ) ( 2572 4216 416 ) algiers/whsflrset1_1a 72 195 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4312 96 ) ( 2572 4312 416 ) ( 2572 4248 416 ) algiers/whsflrset1_1a 72 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4280 96 ) ( 2604 4280 416 ) ( 2572 4280 416 ) algiers/whsflrset1_1a -196 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4216 128 ) ( 2580 4216 448 ) ( 2580 4280 448 ) algiers/whsflrset1_1a 72 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 4200 128 ) ( 2572 4200 448 ) ( 2604 4200 448 ) algiers/whsflrset1_1a -196 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3167 +{ +( 2572 4000 176 ) ( 2604 4000 176 ) ( 2604 4064 176 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2604 4072 232 ) ( 2604 4008 232 ) ( 2572 4008 232 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4008 -48 ) ( 2572 4008 272 ) ( 2572 3944 272 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4072 -128 ) ( 2604 4072 192 ) ( 2572 4072 192 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4008 -128 ) ( 2580 4008 192 ) ( 2580 4072 192 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 3992 -128 ) ( 2572 3992 192 ) ( 2604 3992 192 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3168 +{ +( 2572 4000 328 ) ( 2604 4000 328 ) ( 2604 4064 328 ) algiers/whsflrset1_1a 23 195 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2604 4072 416 ) ( 2604 4008 416 ) ( 2572 4008 416 ) algiers/whsflrset1_1a 23 195 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4104 96 ) ( 2572 4104 416 ) ( 2572 4040 416 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4072 96 ) ( 2604 4072 416 ) ( 2572 4072 416 ) algiers/whsflrset1_1a -196 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4008 128 ) ( 2580 4008 448 ) ( 2580 4072 448 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 3992 128 ) ( 2572 3992 448 ) ( 2604 3992 448 ) algiers/whsflrset1_1a -196 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3169 +{ +( 2636 3696 328 ) ( 2668 3696 328 ) ( 2668 3760 328 ) algiers/whsflrset1_1a 72 4 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2668 3768 416 ) ( 2668 3704 416 ) ( 2636 3704 416 ) algiers/whsflrset1_1a 72 4 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3800 72 ) ( 2636 3800 392 ) ( 2636 3736 392 ) algiers/whsflrset1_1a 72 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2668 3768 96 ) ( 2668 3768 416 ) ( 2636 3768 416 ) algiers/whsflrset1_1a -4 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3704 128 ) ( 2644 3704 448 ) ( 2644 3768 448 ) algiers/whsflrset1_1a 72 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3688 128 ) ( 2636 3688 448 ) ( 2668 3688 448 ) algiers/whsflrset1_1a -4 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3170 +{ +( 2636 3696 176 ) ( 2668 3696 176 ) ( 2668 3760 176 ) algiers/whsflrset1_1a 72 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2668 3768 232 ) ( 2668 3704 232 ) ( 2636 3704 232 ) algiers/whsflrset1_1a 72 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3704 -72 ) ( 2636 3704 248 ) ( 2636 3640 248 ) algiers/whsflrset1_1a 72 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2668 3768 -128 ) ( 2668 3768 192 ) ( 2636 3768 192 ) algiers/whsflrset1_1a -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3704 -128 ) ( 2644 3704 192 ) ( 2644 3768 192 ) algiers/whsflrset1_1a 72 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3688 -128 ) ( 2636 3688 192 ) ( 2668 3688 192 ) algiers/whsflrset1_1a -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3171 +{ +( 2628 3176 488 ) ( 2636 3176 488 ) ( 2636 3880 488 ) algiers/whsflrset1_1a 216 170 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3880 504 ) ( 2636 3176 504 ) ( 2628 3176 504 ) algiers/whsflrset1_1a 216 170 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2628 3880 496 ) ( 2628 3880 504 ) ( 2628 3176 504 ) algiers/whsflrset1_1a 216 -114 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3880 496 ) ( 2636 3880 504 ) ( 2628 3880 504 ) algiers/whsflrset1_1a -12 -116 0.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3176 496 ) ( 2636 3176 504 ) ( 2636 3880 504 ) algiers/whsflrset1_1a 216 -114 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2628 3384 496 ) ( 2628 3384 504 ) ( 2636 3384 504 ) algiers/whsflrset1_1a -12 -116 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3172 +{ +( 2572 3880 432 ) ( 2644 3880 432 ) ( 2644 4584 432 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2644 4584 496 ) ( 2644 3880 496 ) ( 2572 3880 496 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 2572 4584 448 ) ( 2572 4584 496 ) ( 2572 3880 496 ) mohcommon/trim_set1a 24 -17 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2644 4584 448 ) ( 2644 4584 496 ) ( 2572 4584 496 ) mohcommon/trim_set1a -76 -17 0.00 1 1 0 65536 0 +surfaceparm detail +( 2572 3880 448 ) ( 2572 3880 496 ) ( 2644 3880 496 ) mohcommon/trim_set1a -76 -17 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3568 496 ) ( 3132 3632 432 ) ( 3132 3504 432 ) mohcommon/trim_set1a 24 -17 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3173 +{ +( 2572 4208 -80 ) ( 2604 4208 -80 ) ( 2604 4272 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2604 4280 160 ) ( 2604 4216 160 ) ( 2572 4216 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4216 -304 ) ( 2572 4216 16 ) ( 2572 4152 16 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4280 -384 ) ( 2604 4280 -64 ) ( 2572 4280 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4216 -224 ) ( 2580 4216 96 ) ( 2580 4280 96 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2572 4200 -384 ) ( 2572 4200 -64 ) ( 2604 4200 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3174 +{ +( 2572 4400 -80 ) ( 2604 4400 -80 ) ( 2604 4464 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2604 4472 160 ) ( 2604 4408 160 ) ( 2572 4408 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4408 -304 ) ( 2572 4408 16 ) ( 2572 4344 16 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4472 -384 ) ( 2604 4472 -64 ) ( 2572 4472 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4408 -224 ) ( 2580 4408 96 ) ( 2580 4472 96 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2572 4392 -384 ) ( 2572 4392 -64 ) ( 2604 4392 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3175 +{ +( 2636 3696 -80 ) ( 2668 3696 -80 ) ( 2668 3760 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2668 3768 160 ) ( 2668 3704 160 ) ( 2636 3704 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3704 -304 ) ( 2636 3704 16 ) ( 2636 3640 16 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2668 3768 -384 ) ( 2668 3768 -64 ) ( 2636 3768 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3704 -224 ) ( 2644 3704 96 ) ( 2644 3768 96 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3688 -384 ) ( 2636 3688 -64 ) ( 2668 3688 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3176 +{ +( 2636 3504 -80 ) ( 2668 3504 -80 ) ( 2668 3568 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2668 3576 160 ) ( 2668 3512 160 ) ( 2636 3512 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3512 -304 ) ( 2636 3512 16 ) ( 2636 3448 16 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2668 3576 -384 ) ( 2668 3576 -64 ) ( 2636 3576 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3512 -384 ) ( 2644 3512 -64 ) ( 2644 3576 -64 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3496 -384 ) ( 2636 3496 -64 ) ( 2668 3496 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3177 +{ +( 2572 3880 -96 ) ( 2892 3880 -96 ) ( 2892 4584 -96 ) mohtest/stairs 24 11 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2892 4584 -80 ) ( 2892 3880 -80 ) ( 2572 3880 -80 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2572 4568 -96 ) ( 2572 4568 -16 ) ( 2572 3864 -16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2892 4584 -160 ) ( 2892 4584 -80 ) ( 2572 4584 -80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2572 3880 -160 ) ( 2572 3880 -80 ) ( 2892 3880 -80 ) mohtest/stairs -76 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2852 3552 -80 ) ( 2852 3616 -96 ) ( 2852 3488 -96 ) mohtest/stairs 24 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3178 +{ +( 2636 3176 160 ) ( 2956 3176 160 ) ( 2956 3880 160 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2956 3880 176 ) ( 2956 3176 176 ) ( 2636 3176 176 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2636 3864 160 ) ( 2636 3864 240 ) ( 2636 3160 240 ) mohtest/stairs 88 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2956 3880 96 ) ( 2956 3880 176 ) ( 2636 3880 176 ) mohtest/stairs -12 -34 0.00 1 1 0 65536 0 +surfaceparm detail +( 2612 3384 96 ) ( 2612 3384 176 ) ( 2932 3384 176 ) mohtest/stairs -12 -34 0.00 1 1 0 65536 0 +surfaceparm detail +( 2852 3552 176 ) ( 2852 3616 160 ) ( 2852 3488 160 ) mohtest/stairs 88 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3179 +{ +( 2636 3176 416 ) ( 2956 3176 416 ) ( 2956 3880 416 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2956 3880 432 ) ( 2956 3176 432 ) ( 2636 3176 432 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2636 3864 416 ) ( 2636 3864 496 ) ( 2636 3160 496 ) mohtest/stairs 88 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2956 3880 352 ) ( 2956 3880 432 ) ( 2636 3880 432 ) mohtest/stairs -12 -34 0.00 1 1 0 65536 0 +surfaceparm detail +( 2612 3384 352 ) ( 2612 3384 432 ) ( 2932 3384 432 ) mohtest/stairs -12 -34 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3548 432 ) ( 3068 3612 416 ) ( 3068 3484 416 ) mohtest/stairs 88 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3180 +{ +( 2840 3864 -304 ) ( 2840 3888 -304 ) ( 2784 3888 -304 ) common/nodraw 32 31 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2752 3872 -392 ) ( 2752 3872 -136 ) ( 2824 3872 -136 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3312 3888 -392 ) ( 3312 3888 -136 ) ( 2768 3888 -136 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2744 3888 -288 ) ( 2760 3888 -288 ) ( 2752 3872 -288 ) common/nodraw 32 31 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2980 3888 -400 ) ( 2980 3872 -400 ) ( 2980 3880 -240 ) common/nodraw 32 15 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2868 3872 -396 ) ( 2868 3888 -396 ) ( 2868 3880 -236 ) common/nodraw 32 15 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3181 +{ +( 2956 4096 -480 ) ( 2956 4040 -480 ) ( 3148 4040 -480 ) common/nodraw -63 -40 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2580 4576 -208 ) ( 2580 4576 -464 ) ( 2580 3888 -464 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4576 -480 ) ( 2580 4576 -224 ) ( 2564 4592 -224 ) common/nodraw -32 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2564 4064 -248 ) ( 2564 4008 -248 ) ( 2564 4008 -256 ) common/caulk 0 0 0.00 0.500000 0.500000 0 65696 0 +surfaceparm detail +( 2580 4384 -288 ) ( 2564 4392 -288 ) ( 2580 4400 -288 ) common/nodraw -63 -40 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2572 3872 -482 ) ( 2556 3872 -482 ) ( 2564 3872 -306 ) common/nodraw 8 -32 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3182 +{ +( 2876 4328 -288 ) ( 2876 4576 -288 ) ( 2564 4576 -288 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2564 4552 -280 ) ( 2876 4552 -280 ) ( 2876 4304 -280 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2564 4576 -32 ) ( 2564 4328 -32 ) ( 2564 4328 -288 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2580 3872 -32 ) ( 2892 3872 -32 ) ( 2892 3872 -288 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 3140 4304 -32 ) ( 3140 4552 -32 ) ( 3140 4552 -288 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 3108 4592 -284 ) ( 2564 4592 -280 ) ( 2564 4592 -288 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 3183 +{ +( 2836 3776 -464 ) ( 2836 3840 -464 ) ( 2868 3840 -464 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2868 3840 -472 ) ( 2868 3776 -472 ) ( 2868 3776 -440 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2868 3760 -472 ) ( 2836 3760 -472 ) ( 2836 3760 -440 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2836 3840 -472 ) ( 2868 3840 -472 ) ( 2868 3840 -440 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3184 +{ +( 2812 3776 -448 ) ( 2812 3840 -448 ) ( 2844 3840 -448 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2844 3840 -456 ) ( 2844 3776 -456 ) ( 2844 3776 -424 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2844 3760 -456 ) ( 2812 3760 -456 ) ( 2812 3760 -424 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2812 3840 -456 ) ( 2844 3840 -456 ) ( 2844 3840 -424 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3185 +{ +( 2800 3776 -440 ) ( 2800 3840 -440 ) ( 2832 3840 -440 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2832 3840 -448 ) ( 2832 3776 -448 ) ( 2832 3776 -416 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2832 3760 -448 ) ( 2800 3760 -448 ) ( 2800 3760 -416 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2800 3840 -448 ) ( 2832 3840 -448 ) ( 2832 3840 -416 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3186 +{ +( 2788 3776 -432 ) ( 2788 3840 -432 ) ( 2820 3840 -432 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2820 3840 -440 ) ( 2820 3776 -440 ) ( 2820 3776 -408 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2820 3760 -440 ) ( 2788 3760 -440 ) ( 2788 3760 -408 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2788 3840 -440 ) ( 2820 3840 -440 ) ( 2820 3840 -408 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3187 +{ +( 2776 3776 -424 ) ( 2776 3840 -424 ) ( 2808 3840 -424 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2808 3840 -432 ) ( 2808 3776 -432 ) ( 2808 3776 -400 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2808 3760 -432 ) ( 2776 3760 -432 ) ( 2776 3760 -400 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2776 3840 -432 ) ( 2808 3840 -432 ) ( 2808 3840 -400 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3188 +{ +( 2764 3776 -416 ) ( 2764 3840 -416 ) ( 2796 3840 -416 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2796 3840 -424 ) ( 2796 3776 -424 ) ( 2796 3776 -392 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2796 3760 -424 ) ( 2764 3760 -424 ) ( 2764 3760 -392 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2764 3840 -424 ) ( 2796 3840 -424 ) ( 2796 3840 -392 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3189 +{ +( 2752 3776 -408 ) ( 2752 3840 -408 ) ( 2784 3840 -408 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2784 3840 -416 ) ( 2784 3776 -416 ) ( 2784 3776 -384 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2784 3760 -416 ) ( 2752 3760 -416 ) ( 2752 3760 -384 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2752 3840 -416 ) ( 2784 3840 -416 ) ( 2784 3840 -384 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3190 +{ +( 2740 3776 -400 ) ( 2740 3840 -400 ) ( 2772 3840 -400 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2772 3840 -408 ) ( 2772 3776 -408 ) ( 2772 3776 -376 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2772 3760 -408 ) ( 2740 3760 -408 ) ( 2740 3760 -376 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2740 3840 -408 ) ( 2772 3840 -408 ) ( 2772 3840 -376 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3191 +{ +( 2728 3776 -392 ) ( 2728 3840 -392 ) ( 2760 3840 -392 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2760 3840 -400 ) ( 2760 3776 -400 ) ( 2760 3776 -368 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2760 3760 -400 ) ( 2728 3760 -400 ) ( 2728 3760 -368 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2728 3840 -400 ) ( 2760 3840 -400 ) ( 2760 3840 -368 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3192 +{ +( 2716 3776 -384 ) ( 2716 3840 -384 ) ( 2748 3840 -384 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2748 3840 -392 ) ( 2748 3776 -392 ) ( 2748 3776 -360 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2748 3760 -392 ) ( 2716 3760 -392 ) ( 2716 3760 -360 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2716 3840 -392 ) ( 2748 3840 -392 ) ( 2748 3840 -360 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3193 +{ +( 2704 3776 -376 ) ( 2704 3840 -376 ) ( 2736 3840 -376 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2736 3840 -384 ) ( 2736 3776 -384 ) ( 2736 3776 -352 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2736 3760 -384 ) ( 2704 3760 -384 ) ( 2704 3760 -352 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2704 3840 -384 ) ( 2736 3840 -384 ) ( 2736 3840 -352 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3194 +{ +( 2692 3776 -368 ) ( 2692 3840 -368 ) ( 2724 3840 -368 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2724 3840 -376 ) ( 2724 3776 -376 ) ( 2724 3776 -344 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2724 3760 -376 ) ( 2692 3760 -376 ) ( 2692 3760 -344 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2692 3840 -376 ) ( 2724 3840 -376 ) ( 2724 3840 -344 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3195 +{ +( 2680 3776 -360 ) ( 2680 3840 -360 ) ( 2712 3840 -360 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2712 3840 -368 ) ( 2712 3776 -368 ) ( 2712 3776 -336 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2712 3760 -368 ) ( 2680 3760 -368 ) ( 2680 3760 -336 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2680 3840 -368 ) ( 2712 3840 -368 ) ( 2712 3840 -336 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3196 +{ +( 2668 3776 -352 ) ( 2668 3840 -352 ) ( 2700 3840 -352 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2700 3840 -360 ) ( 2700 3776 -360 ) ( 2700 3776 -328 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2700 3760 -360 ) ( 2668 3760 -360 ) ( 2668 3760 -328 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2668 3840 -360 ) ( 2700 3840 -360 ) ( 2700 3840 -328 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3197 +{ +( 2656 3776 -344 ) ( 2656 3840 -344 ) ( 2688 3840 -344 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2688 3840 -352 ) ( 2688 3776 -352 ) ( 2688 3776 -320 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2688 3760 -352 ) ( 2656 3760 -352 ) ( 2656 3760 -320 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2656 3840 -352 ) ( 2688 3840 -352 ) ( 2688 3840 -320 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3198 +{ +( 2644 3776 -336 ) ( 2644 3840 -336 ) ( 2676 3840 -336 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2676 3840 -344 ) ( 2676 3776 -344 ) ( 2676 3776 -312 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2676 3760 -344 ) ( 2644 3760 -344 ) ( 2644 3760 -312 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2644 3840 -344 ) ( 2676 3840 -344 ) ( 2676 3840 -312 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3199 +{ +( 2632 3776 -328 ) ( 2632 3840 -328 ) ( 2664 3840 -328 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2664 3840 -336 ) ( 2664 3776 -336 ) ( 2664 3776 -304 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2664 3760 -336 ) ( 2632 3760 -336 ) ( 2632 3760 -304 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2632 3840 -336 ) ( 2664 3840 -336 ) ( 2664 3840 -304 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3200 +{ +( 2620 3776 -320 ) ( 2620 3840 -320 ) ( 2652 3840 -320 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2652 3840 -328 ) ( 2652 3776 -328 ) ( 2652 3776 -296 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2652 3760 -328 ) ( 2620 3760 -328 ) ( 2620 3760 -296 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2620 3840 -328 ) ( 2652 3840 -328 ) ( 2652 3840 -296 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3201 +{ +( 2608 3776 -312 ) ( 2608 3840 -312 ) ( 2640 3840 -312 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2640 3840 -320 ) ( 2640 3776 -320 ) ( 2640 3776 -288 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2608 3760 -320 ) ( 2608 3760 -288 ) common/nodraw 56 -24 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2608 3840 -320 ) ( 2640 3840 -320 ) ( 2640 3840 -288 ) common/nodraw 56 -24 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2616 3760 -304 ) ( 2844 3760 -456 ) ( 2730 3840 -380 ) common/nodraw -56 -57 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3202 +{ +( 2596 3776 -304 ) ( 2596 3840 -304 ) ( 2628 3840 -304 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2628 3840 -312 ) ( 2628 3776 -312 ) ( 2628 3776 -280 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2628 3760 -312 ) ( 2596 3760 -312 ) ( 2596 3760 -280 ) common/nodraw 56 -24 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2596 3840 -312 ) ( 2628 3840 -312 ) ( 2628 3840 -280 ) common/nodraw 56 -24 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2616 3760 -304 ) ( 2844 3760 -456 ) ( 2730 3840 -380 ) common/nodraw -56 -57 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3203 +{ +( 2824 3776 -456 ) ( 2824 3840 -456 ) ( 2856 3840 -456 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2856 3840 -464 ) ( 2856 3776 -464 ) ( 2856 3776 -432 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2856 3760 -464 ) ( 2824 3760 -464 ) ( 2824 3760 -432 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2824 3840 -464 ) ( 2856 3840 -464 ) ( 2856 3840 -432 ) common/nodraw 16 -40 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2640 3760 -320 ) ( 2868 3760 -472 ) ( 2754 3840 -396 ) common/nodraw -56 -16 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3204 +{ +( 2560 3776 -280 ) ( 2560 3840 -280 ) ( 2592 3840 -280 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2592 3840 -288 ) ( 2592 3776 -288 ) ( 2592 3776 -256 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2592 3760 -288 ) ( 2560 3760 -288 ) ( 2560 3760 -256 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2560 3840 -288 ) ( 2592 3840 -288 ) ( 2592 3840 -256 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2580 3760 -280 ) ( 2808 3760 -432 ) ( 2694 3840 -356 ) common/nodraw -56 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3205 +{ +( 2572 3776 -288 ) ( 2572 3840 -288 ) ( 2604 3840 -288 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2604 3840 -296 ) ( 2604 3776 -296 ) ( 2604 3776 -264 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2604 3760 -296 ) ( 2572 3760 -296 ) ( 2572 3760 -264 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2572 3840 -296 ) ( 2604 3840 -296 ) ( 2604 3840 -264 ) common/nodraw 20 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2580 3760 -280 ) ( 2808 3760 -432 ) ( 2694 3840 -356 ) common/nodraw -56 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3206 +{ +( 2584 3776 -296 ) ( 2584 3840 -296 ) ( 2616 3840 -296 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2616 3840 -304 ) ( 2616 3776 -304 ) ( 2616 3776 -272 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2616 3760 -304 ) ( 2584 3760 -304 ) ( 2584 3760 -272 ) common/nodraw 44 -16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2584 3840 -304 ) ( 2616 3840 -304 ) ( 2616 3840 -272 ) common/nodraw 44 -16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2604 3760 -296 ) ( 2832 3760 -448 ) ( 2718 3840 -372 ) common/nodraw -56 -45 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3207 +{ +( 2744 3576 -288 ) ( 2744 3824 -288 ) ( 2432 3824 -288 ) mohtest/flrwood1_rep -124 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 2432 3800 -280 ) ( 2744 3800 -280 ) ( 2744 3552 -280 ) common/caulk -60 16 0.00 1 1 0 65696 0 +surfaceparm detail +( 2868 3812 -32 ) ( 2868 3564 -32 ) ( 2868 3564 -288 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2524 3744 -32 ) ( 2836 3744 -32 ) ( 2836 3744 -288 ) common/caulk -60 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2998 3550 -32 ) ( 2998 3798 -32 ) ( 2998 3798 -288 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2976 3872 -284 ) ( 2432 3872 -280 ) ( 2432 3872 -288 ) common/caulk -60 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 3208 +{ +( 2636 3832 -480 ) ( 2636 3856 -480 ) ( 2580 3856 -480 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2564 3840 -480 ) ( 2564 3840 -224 ) ( 2636 3840 -224 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3124 3856 -480 ) ( 3124 3856 -224 ) ( 2580 3856 -224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2568 3856 -280 ) ( 2584 3856 -280 ) ( 2576 3840 -280 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2868 3856 -480 ) ( 2868 3840 -480 ) ( 2868 3848 -320 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 3840 -480 ) ( 2580 3856 -480 ) ( 2580 3848 -320 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3209 +{ +( 2636 3848 -480 ) ( 2636 3872 -480 ) ( 2580 3872 -480 ) common/nodraw 0 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2564 3856 -480 ) ( 2564 3856 -224 ) ( 2636 3856 -224 ) common/nodraw -8 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 3872 -480 ) ( 3124 3872 -224 ) ( 2580 3872 -224 ) mohtest/platestone1flt -136 -64 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2568 3872 -280 ) ( 2584 3872 -280 ) ( 2576 3856 -280 ) common/nodraw 0 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2868 3872 -480 ) ( 2868 3856 -480 ) ( 2868 3864 -320 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2852 3862 -472 ) ( 2852 3878 -472 ) ( 2852 3870 -312 ) common/nodraw 0 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3210 +{ +( 2766 3848 -480 ) ( 2766 3872 -480 ) ( 2710 3872 -480 ) common/nodraw 0 43 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2690 3744 -480 ) ( 2690 3744 -224 ) ( 2762 3744 -224 ) common/nodraw -12 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3254 3872 -480 ) ( 3254 3872 -224 ) ( 2710 3872 -224 ) mohtest/platestone1flt -140 -64 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +( 2698 3872 -288 ) ( 2714 3872 -288 ) ( 2706 3856 -288 ) common/nodraw 0 43 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2998 3872 -480 ) ( 2998 3856 -480 ) ( 2998 3864 -320 ) common/nodraw 0 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2980 3862 -480 ) ( 2980 3878 -480 ) ( 2980 3870 -320 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3211 +{ +( 2348 3832 -480 ) ( 2348 3856 -480 ) ( 2292 3856 -480 ) common/nodraw 33 40 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2274 3744 -480 ) ( 2274 3744 -224 ) ( 2346 3744 -224 ) common/nodraw -8 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2836 3856 -480 ) ( 2836 3856 -224 ) ( 2292 3856 -224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2280 3856 -288 ) ( 2296 3856 -288 ) ( 2288 3840 -288 ) common/nodraw 33 40 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2580 3856 -480 ) ( 2580 3840 -480 ) ( 2580 3848 -320 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2562 3846 -480 ) ( 2562 3862 -480 ) ( 2562 3854 -320 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3212 +{ +( 3124 3888 -480 ) ( 3124 3920 -480 ) ( 2580 3920 -480 ) common/nodraw -33 39 90.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2580 3920 -472 ) ( 3124 3920 -472 ) ( 3124 3888 -472 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2876 3936 -464 ) ( 2876 3904 -464 ) ( 2876 3904 -480 ) mohtest/platestone1flt 95 -79 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 2580 3872 -464 ) ( 3124 3872 -464 ) ( 3124 3872 -480 ) common/nodraw 7 -47 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2972 3880 -464 ) ( 2972 3912 -464 ) ( 2972 3912 -480 ) mohtest/platestone1flt 95 -79 -180.00 0.500000 -0.500000 0 65536 0 +surfaceparm detail +( 2876 3888 -480 ) ( 2972 3888 -480 ) ( 2924 3888 -464 ) mohtest/platestone1flt -136 -80 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail +} +// brush 3213 +{ +( 2748 4196 -480 ) ( 2748 4444 -480 ) ( 2436 4444 -480 ) common/nodraw 24 8 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2436 4420 -472 ) ( 2748 4420 -472 ) ( 2748 4172 -472 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2868 4436 -224 ) ( 2868 4188 -224 ) ( 2868 4188 -480 ) common/nodraw 24 -30 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2452 3760 -224 ) ( 2764 3760 -224 ) ( 2764 3760 -480 ) common/nodraw -40 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2980 4172 -224 ) ( 2980 4420 -224 ) ( 2980 4420 -480 ) common/nodraw 24 -30 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2946 3872 -476 ) ( 2402 3872 -472 ) ( 2402 3872 -480 ) common/nodraw -40 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3214 +{ +( 2652 4196 -480 ) ( 2652 4444 -480 ) ( 2340 4444 -480 ) common/nodraw 24 8 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2340 4420 -472 ) ( 2652 4420 -472 ) ( 2652 4172 -472 ) ddaydark/rubbledark 88 169 -90.00 0.500000 0.500000 0 131072 0 +surfaceparm detail +( 2580 4432 -224 ) ( 2580 4184 -224 ) ( 2580 4184 -480 ) common/nodraw 24 -30 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2356 3760 -224 ) ( 2668 3760 -224 ) ( 2668 3760 -480 ) common/nodraw -40 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2868 4174 -224 ) ( 2868 4422 -224 ) ( 2868 4422 -480 ) common/nodraw 24 -30 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2846 3840 -476 ) ( 2302 3840 -472 ) ( 2302 3840 -480 ) common/nodraw -40 -32 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3215 +{ +( 2636 3736 -480 ) ( 2636 3760 -480 ) ( 2580 3760 -480 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2564 3744 -480 ) ( 2564 3744 -224 ) ( 2636 3744 -224 ) common/nodraw -8 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 3760 -480 ) ( 3124 3760 -224 ) ( 2580 3760 -224 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2568 3760 -280 ) ( 2584 3760 -280 ) ( 2576 3744 -280 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2580 3744 -480 ) ( 2580 3760 -480 ) ( 2580 3752 -320 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2868 3760 -480 ) ( 2868 3756 -480 ) ( 2868 3758 -288 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3216 +{ +( 2636 3736 -480 ) ( 2636 3760 -480 ) ( 2580 3760 -480 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2564 3744 -480 ) ( 2564 3744 -224 ) ( 2636 3744 -224 ) common/nodraw -8 0 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3124 3760 -480 ) ( 3124 3760 -224 ) ( 2580 3760 -224 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2568 3760 -288 ) ( 2584 3760 -288 ) ( 2576 3744 -288 ) common/nodraw 32 39 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2980 3762 -480 ) ( 2980 3746 -480 ) ( 2980 3754 -320 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2868 3756 -480 ) ( 2868 3760 -480 ) ( 2868 3758 -288 ) common/nodraw 32 -31 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3217 +{ +( 2944 3832 -272 ) ( 2944 3856 -272 ) ( 2896 3856 -272 ) common/nodraw 32 32 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2384 3840 -20 ) ( 2384 3840 -276 ) ( 2368 3856 -276 ) common/nodraw 32 -6 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2928 3840 -20 ) ( 2928 3840 -276 ) ( 2384 3840 -276 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2848 3836 -276 ) ( 2848 3836 -20 ) ( 2864 3852 -20 ) common/nodraw -32 -8 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2944 3856 -20 ) ( 2896 3856 -20 ) ( 2896 3856 -276 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2380 3856 -88 ) ( 2396 3856 -88 ) ( 2388 3840 -88 ) common/nodraw 32 32 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3218 +{ +( 2392 3932 -272 ) ( 2368 3932 -272 ) ( 2368 3884 -272 ) common/nodraw 0 24 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2392 3480 -24 ) ( 2392 3480 -280 ) ( 2376 3464 -280 ) common/nodraw -56 -7 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2384 3916 -20 ) ( 2384 3916 -276 ) ( 2384 3372 -276 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2388 3836 -276 ) ( 2388 3836 -20 ) ( 2372 3852 -20 ) common/nodraw -32 -7 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2368 3932 -20 ) ( 2368 3884 -20 ) ( 2368 3884 -276 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2372 3364 -88 ) ( 2372 3380 -88 ) ( 2388 3372 -88 ) common/nodraw 0 24 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3219 +{ +( 2680 3592 -280 ) ( 2680 3840 -280 ) ( 2368 3840 -280 ) mohtest/flrwood1_rep -60 32 0.00 1 1 0 16384 0 +surfaceparm detail +( 2368 3816 -272 ) ( 2680 3816 -272 ) ( 2680 3568 -272 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2368 3840 -24 ) ( 2368 3592 -24 ) ( 2368 3592 -280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2380 3456 -24 ) ( 2692 3456 -24 ) ( 2692 3456 -280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2868 3568 -24 ) ( 2868 3816 -24 ) ( 2868 3816 -280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2576 3760 -280 ) ( 2584 3760 -280 ) ( 2580 3760 -272 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3220 +{ +( 2680 3592 -280 ) ( 2680 3840 -280 ) ( 2368 3840 -280 ) mohtest/flrwood1_rep -60 32 0.00 1 1 0 16384 0 +surfaceparm detail +( 2368 3816 -272 ) ( 2680 3816 -272 ) ( 2680 3568 -272 ) common/caulk -60 32 0.00 1 1 0 65696 0 +surfaceparm detail +( 2368 3840 -24 ) ( 2368 3592 -24 ) ( 2368 3592 -280 ) common/caulk -32 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2868 3568 -24 ) ( 2868 3816 -24 ) ( 2868 3816 -280 ) common/caulk -32 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2912 3856 -276 ) ( 2368 3856 -272 ) ( 2368 3856 -280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2556 3840 -280 ) ( 2548 3840 -280 ) ( 2552 3840 -272 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3221 +{ +( 2680 3592 -280 ) ( 2680 3840 -280 ) ( 2368 3840 -280 ) mohtest/flrwood1_rep -60 32 0.00 1 1 0 16384 0 +surfaceparm detail +( 2368 3816 -272 ) ( 2680 3816 -272 ) ( 2680 3568 -272 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2368 3840 -24 ) ( 2368 3592 -24 ) ( 2368 3592 -280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2584 3760 -280 ) ( 2576 3760 -280 ) ( 2580 3760 -272 ) common/caulk -60 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2548 3840 -280 ) ( 2556 3840 -280 ) ( 2552 3840 -272 ) common/caulk -60 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2580 3840 -280 ) ( 2580 3832 -280 ) ( 2580 3836 -272 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3222 +{ +( 2680 3592 -280 ) ( 2680 3840 -280 ) ( 2368 3840 -280 ) mohtest/flrwood1_rep -60 32 0.00 1 1 0 16384 0 +surfaceparm detail +( 2368 3816 -272 ) ( 2680 3816 -272 ) ( 2680 3568 -272 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2868 3568 -24 ) ( 2868 3816 -24 ) ( 2868 3816 -280 ) common/caulk -32 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2584 3760 -280 ) ( 2576 3760 -280 ) ( 2580 3760 -272 ) common/caulk -60 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2548 3840 -280 ) ( 2556 3840 -280 ) ( 2552 3840 -272 ) common/caulk -60 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2852 3837 -280 ) ( 2852 3845 -280 ) ( 2852 3841 -272 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3223 +{ +( 2942 3536 -96 ) ( 2942 3472 -96 ) ( 2910 3472 -96 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2910 3472 -104 ) ( 2910 3536 -104 ) ( 2910 3536 -72 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2910 3552 -104 ) ( 2942 3552 -104 ) ( 2942 3552 -72 ) common/nodraw -42 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2942 3472 -104 ) ( 2910 3472 -104 ) ( 2910 3472 -72 ) common/nodraw -42 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2922 3552 -96 ) ( 2694 3552 -248 ) ( 2808 3472 -172 ) common/nodraw 23 39 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3224 +{ +( 2954 3536 -88 ) ( 2954 3472 -88 ) ( 2922 3472 -88 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2922 3472 -96 ) ( 2922 3536 -96 ) ( 2922 3536 -64 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2922 3552 -96 ) ( 2954 3552 -96 ) ( 2954 3552 -64 ) common/nodraw -2 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2954 3472 -96 ) ( 2922 3472 -96 ) ( 2922 3472 -64 ) common/nodraw -2 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2946 3552 -80 ) ( 2718 3552 -232 ) ( 2832 3472 -156 ) common/nodraw 23 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3225 +{ +( 2966 3536 -80 ) ( 2966 3472 -80 ) ( 2934 3472 -80 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2934 3472 -88 ) ( 2934 3536 -88 ) ( 2934 3536 -56 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2934 3552 -88 ) ( 2966 3552 -88 ) ( 2966 3552 -56 ) common/nodraw -2 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2966 3472 -88 ) ( 2934 3472 -88 ) ( 2934 3472 -56 ) common/nodraw -2 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2946 3552 -80 ) ( 2718 3552 -232 ) ( 2832 3472 -156 ) common/nodraw 23 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3226 +{ +( 2702 3536 -256 ) ( 2702 3472 -256 ) ( 2670 3472 -256 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2670 3472 -264 ) ( 2670 3536 -264 ) ( 2670 3536 -232 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2670 3552 -264 ) ( 2702 3552 -264 ) ( 2702 3552 -232 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2702 3472 -264 ) ( 2670 3472 -264 ) ( 2670 3472 -232 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3227 +{ +( 2930 3536 -104 ) ( 2930 3472 -104 ) ( 2898 3472 -104 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2898 3472 -112 ) ( 2898 3536 -112 ) ( 2898 3536 -80 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2898 3552 -112 ) ( 2930 3552 -112 ) ( 2930 3552 -80 ) common/nodraw -30 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2930 3472 -112 ) ( 2898 3472 -112 ) ( 2898 3472 -80 ) common/nodraw -30 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2910 3552 -104 ) ( 2682 3552 -256 ) ( 2796 3472 -180 ) common/nodraw 23 27 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3228 +{ +( 2918 3536 -112 ) ( 2918 3472 -112 ) ( 2886 3472 -112 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2886 3472 -120 ) ( 2886 3536 -120 ) ( 2886 3536 -88 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2918 3552 -120 ) ( 2918 3552 -88 ) common/nodraw -30 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2918 3472 -120 ) ( 2886 3472 -120 ) ( 2886 3472 -88 ) common/nodraw -30 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2910 3552 -104 ) ( 2682 3552 -256 ) ( 2796 3472 -180 ) common/nodraw 23 27 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3229 +{ +( 2906 3536 -120 ) ( 2906 3472 -120 ) ( 2874 3472 -120 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2874 3472 -128 ) ( 2874 3536 -128 ) ( 2874 3536 -96 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2874 3552 -128 ) ( 2906 3552 -128 ) ( 2906 3552 -96 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2906 3472 -128 ) ( 2874 3472 -128 ) ( 2874 3472 -96 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3230 +{ +( 2894 3536 -128 ) ( 2894 3472 -128 ) ( 2862 3472 -128 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2862 3472 -136 ) ( 2862 3536 -136 ) ( 2862 3536 -104 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2862 3552 -136 ) ( 2894 3552 -136 ) ( 2894 3552 -104 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2894 3472 -136 ) ( 2862 3472 -136 ) ( 2862 3472 -104 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3231 +{ +( 2882 3536 -136 ) ( 2882 3472 -136 ) ( 2850 3472 -136 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2850 3472 -144 ) ( 2850 3536 -144 ) ( 2850 3536 -112 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2850 3552 -144 ) ( 2882 3552 -144 ) ( 2882 3552 -112 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2882 3472 -144 ) ( 2850 3472 -144 ) ( 2850 3472 -112 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3232 +{ +( 2870 3536 -144 ) ( 2870 3472 -144 ) ( 2838 3472 -144 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2838 3472 -152 ) ( 2838 3536 -152 ) ( 2838 3536 -120 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2838 3552 -152 ) ( 2870 3552 -152 ) ( 2870 3552 -120 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2870 3472 -152 ) ( 2838 3472 -152 ) ( 2838 3472 -120 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3233 +{ +( 2858 3536 -152 ) ( 2858 3472 -152 ) ( 2826 3472 -152 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2826 3472 -160 ) ( 2826 3536 -160 ) ( 2826 3536 -128 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2826 3552 -160 ) ( 2858 3552 -160 ) ( 2858 3552 -128 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2858 3472 -160 ) ( 2826 3472 -160 ) ( 2826 3472 -128 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3234 +{ +( 2846 3536 -160 ) ( 2846 3472 -160 ) ( 2814 3472 -160 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2814 3472 -168 ) ( 2814 3536 -168 ) ( 2814 3536 -136 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2814 3552 -168 ) ( 2846 3552 -168 ) ( 2846 3552 -136 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2846 3472 -168 ) ( 2814 3472 -168 ) ( 2814 3472 -136 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3235 +{ +( 2834 3536 -168 ) ( 2834 3472 -168 ) ( 2802 3472 -168 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2802 3472 -176 ) ( 2802 3536 -176 ) ( 2802 3536 -144 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2802 3552 -176 ) ( 2834 3552 -176 ) ( 2834 3552 -144 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2834 3472 -176 ) ( 2802 3472 -176 ) ( 2802 3472 -144 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3236 +{ +( 2822 3536 -176 ) ( 2822 3472 -176 ) ( 2790 3472 -176 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2790 3472 -184 ) ( 2790 3536 -184 ) ( 2790 3536 -152 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2790 3552 -184 ) ( 2822 3552 -184 ) ( 2822 3552 -152 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2822 3472 -184 ) ( 2790 3472 -184 ) ( 2790 3472 -152 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3237 +{ +( 2810 3536 -184 ) ( 2810 3472 -184 ) ( 2778 3472 -184 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2778 3472 -192 ) ( 2778 3536 -192 ) ( 2778 3536 -160 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2778 3552 -192 ) ( 2810 3552 -192 ) ( 2810 3552 -160 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2810 3472 -192 ) ( 2778 3472 -192 ) ( 2778 3472 -160 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3238 +{ +( 2798 3536 -192 ) ( 2798 3472 -192 ) ( 2766 3472 -192 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2766 3472 -200 ) ( 2766 3536 -200 ) ( 2766 3536 -168 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2766 3552 -200 ) ( 2798 3552 -200 ) ( 2798 3552 -168 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2798 3472 -200 ) ( 2766 3472 -200 ) ( 2766 3472 -168 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3239 +{ +( 2786 3536 -200 ) ( 2786 3472 -200 ) ( 2754 3472 -200 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2754 3472 -208 ) ( 2754 3536 -208 ) ( 2754 3536 -176 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2754 3552 -208 ) ( 2786 3552 -208 ) ( 2786 3552 -176 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2786 3472 -208 ) ( 2754 3472 -208 ) ( 2754 3472 -176 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3240 +{ +( 2774 3536 -208 ) ( 2774 3472 -208 ) ( 2742 3472 -208 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2742 3472 -216 ) ( 2742 3536 -216 ) ( 2742 3536 -184 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2742 3552 -216 ) ( 2774 3552 -216 ) ( 2774 3552 -184 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2774 3472 -216 ) ( 2742 3472 -216 ) ( 2742 3472 -184 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3241 +{ +( 2762 3536 -216 ) ( 2762 3472 -216 ) ( 2730 3472 -216 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2730 3472 -224 ) ( 2730 3536 -224 ) ( 2730 3536 -192 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2730 3552 -224 ) ( 2762 3552 -224 ) ( 2762 3552 -192 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2762 3472 -224 ) ( 2730 3472 -224 ) ( 2730 3472 -192 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3242 +{ +( 2750 3536 -224 ) ( 2750 3472 -224 ) ( 2718 3472 -224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2718 3472 -232 ) ( 2718 3536 -232 ) ( 2718 3536 -200 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2718 3552 -232 ) ( 2750 3552 -232 ) ( 2750 3552 -200 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2750 3472 -232 ) ( 2718 3472 -232 ) ( 2718 3472 -200 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3243 +{ +( 2738 3536 -232 ) ( 2738 3472 -232 ) ( 2706 3472 -232 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2706 3472 -240 ) ( 2706 3536 -240 ) ( 2706 3536 -208 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2706 3552 -240 ) ( 2738 3552 -240 ) ( 2738 3552 -208 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2738 3472 -240 ) ( 2706 3472 -240 ) ( 2706 3472 -208 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3244 +{ +( 2726 3536 -240 ) ( 2726 3472 -240 ) ( 2694 3472 -240 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2694 3472 -248 ) ( 2694 3536 -248 ) ( 2694 3536 -216 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2694 3552 -248 ) ( 2726 3552 -248 ) ( 2726 3552 -216 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2726 3472 -248 ) ( 2694 3472 -248 ) ( 2694 3472 -216 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3245 +{ +( 2714 3536 -248 ) ( 2714 3472 -248 ) ( 2682 3472 -248 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2682 3472 -256 ) ( 2682 3536 -256 ) ( 2682 3536 -224 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2682 3552 -256 ) ( 2714 3552 -256 ) ( 2714 3552 -224 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2714 3472 -256 ) ( 2682 3472 -256 ) ( 2682 3472 -224 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3246 +{ +( 2690 3536 -264 ) ( 2690 3472 -264 ) ( 2658 3472 -264 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2658 3472 -272 ) ( 2658 3536 -272 ) ( 2658 3536 -240 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2658 3552 -272 ) ( 2690 3552 -272 ) ( 2690 3552 -240 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2690 3472 -272 ) ( 2658 3472 -272 ) ( 2658 3472 -240 ) common/nodraw -6 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2886 3552 -120 ) ( 2658 3552 -272 ) ( 2772 3472 -196 ) common/nodraw 23 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3247 +{ +( 2292 3480 -272 ) ( 2292 3456 -272 ) ( 2340 3456 -272 ) common/nodraw 0 -7 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3044 3472 -20 ) ( 3044 3472 -276 ) ( 3060 3456 -276 ) common/nodraw 0 -7 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2308 3472 -20 ) ( 2308 3472 -276 ) ( 2852 3472 -276 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2388 3476 -176 ) ( 2388 3476 80 ) ( 2372 3460 80 ) common/nodraw 0 -6 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2292 3456 -20 ) ( 2340 3456 -20 ) ( 2340 3456 -276 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2864 3456 -88 ) ( 2848 3456 -88 ) ( 2856 3472 -88 ) common/nodraw 0 -7 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3248 +{ +( 2680 3576 -88 ) ( 2680 3824 -88 ) ( 2368 3824 -88 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2368 3800 -80 ) ( 2680 3800 -80 ) ( 2680 3552 -80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2368 3824 168 ) ( 2368 3576 168 ) ( 2368 3576 -88 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2380 3456 168 ) ( 2692 3456 168 ) ( 2692 3456 -88 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2576 3856 -88 ) ( 2584 3856 -88 ) ( 2580 3856 -80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2636 3596 -88 ) ( 2636 3592 -88 ) ( 2636 3594 -80 ) mohtest/wdflr2a 0 192 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3249 +{ +( 2748 3880 -88 ) ( 2748 3176 -88 ) ( 3068 3176 -88 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3068 3176 -80 ) ( 2748 3176 -80 ) ( 2748 3880 -80 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3068 3160 -16 ) ( 3068 3864 -16 ) ( 3068 3864 -96 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3068 3880 -80 ) ( 2748 3880 -80 ) ( 2748 3880 -160 ) mohtest/stairs 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3508 -96 ) ( 2636 3636 -96 ) ( 2636 3572 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2752 3552 -96 ) ( 2746 3552 -96 ) ( 2749 3552 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3250 +{ +( 2748 3880 -88 ) ( 2748 3176 -88 ) ( 3068 3176 -88 ) mohtest/stairs -40 -60 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3176 -80 ) ( 2748 3176 -80 ) ( 2748 3880 -80 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3068 3160 -16 ) ( 3068 3864 -16 ) ( 3068 3864 -96 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2772 3384 -80 ) ( 3092 3384 -80 ) ( 3092 3384 -160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2636 3506 -96 ) ( 2636 3634 -96 ) ( 2636 3570 -80 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2740 3472 -96 ) ( 2746 3472 -96 ) ( 2743 3472 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3251 +{ +( 2636 3440 -80 ) ( 2708 3440 -80 ) ( 2708 4144 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2708 4072 160 ) ( 2708 3368 160 ) ( 2636 3368 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 4152 248 ) ( 2636 4152 296 ) ( 2636 3448 296 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3384 160 ) ( 2700 3448 160 ) ( 2700 3448 -160 ) mohtest/fltwall1grmy -248 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2668 3496 160 ) ( 2636 3496 -160 ) ( 2700 3496 -160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3584 -80 ) ( 2644 3582 -80 ) ( 2644 3583 160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3252 +{ +( 2636 3232 -80 ) ( 2708 3232 -80 ) ( 2708 3936 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2708 3864 160 ) ( 2708 3160 160 ) ( 2636 3160 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3944 248 ) ( 2636 3944 296 ) ( 2636 3240 296 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2668 3576 144 ) ( 2700 3576 -176 ) ( 2636 3576 -176 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2676 3688 160 ) ( 2652 3688 -160 ) ( 2700 3688 -160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3584 -80 ) ( 2644 3582 -80 ) ( 2644 3583 160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3253 +{ +( 2636 3232 -80 ) ( 2708 3232 -80 ) ( 2708 3936 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2708 3864 160 ) ( 2708 3160 160 ) ( 2636 3160 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3944 248 ) ( 2636 3944 296 ) ( 2636 3240 296 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3880 -160 ) ( 2700 3816 -160 ) ( 2700 3816 160 ) mohtest/fltwall1grmy 104 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2676 3768 160 ) ( 2700 3768 -160 ) ( 2652 3768 -160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3584 -80 ) ( 2644 3582 -80 ) ( 2644 3583 160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3254 +{ +( 2996 3936 -80 ) ( 2996 3232 -80 ) ( 3068 3232 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3160 160 ) ( 2996 3160 160 ) ( 2996 3864 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3240 296 ) ( 3068 3944 296 ) ( 3068 3944 248 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3004 3816 160 ) ( 3004 3816 -160 ) ( 3068 3880 -160 ) mohtest/fltwall1grmy 103 -29 -180.00 1 -1.000031 0 65536 0 +surfaceparm detail +( 3052 3768 -160 ) ( 3004 3768 -160 ) ( 3028 3768 160 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3394 -80 ) ( 3060 3400 -80 ) ( 3060 3397 160 ) mohtest/fltwall1grmy 60 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3255 +{ +( 2996 3936 -80 ) ( 2996 3232 -80 ) ( 3068 3232 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3160 160 ) ( 2996 3160 160 ) ( 2996 3864 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3240 296 ) ( 3068 3944 296 ) ( 3068 3944 248 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3576 -176 ) ( 3004 3576 -176 ) ( 3036 3576 144 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3004 3688 -160 ) ( 3052 3688 -160 ) ( 3028 3688 160 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3394 -80 ) ( 3060 3400 -80 ) ( 3060 3397 160 ) mohtest/fltwall1grmy 60 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3256 +{ +( 2996 4144 -80 ) ( 2996 3440 -80 ) ( 3068 3440 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3368 160 ) ( 2996 3368 160 ) ( 2996 4072 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3448 296 ) ( 3068 4152 296 ) ( 3068 4152 248 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3004 3448 -160 ) ( 3004 3448 160 ) ( 3068 3384 160 ) mohtest/fltwall1grmy -248 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3004 3496 -160 ) ( 3068 3496 -160 ) ( 3036 3496 160 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3394 -80 ) ( 3060 3400 -80 ) ( 3060 3397 160 ) mohtest/fltwall1grmy 60 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3257 +{ +( 3036 3380 -272 ) ( 3060 3380 -272 ) ( 3060 3428 -272 ) common/nodraw 39 -7 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3044 3396 -24 ) ( 3044 3396 -280 ) ( 3044 3940 -280 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3040 3476 -380 ) ( 3040 3476 -124 ) ( 3056 3460 -124 ) common/nodraw 0 -5 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 3060 3380 -20 ) ( 3060 3428 -20 ) ( 3060 3428 -276 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 3948 -88 ) ( 3064 3932 -88 ) ( 3048 3940 -88 ) common/nodraw 39 -7 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3044 3712 -272 ) ( 3046 3714 -272 ) ( 3045 3713 -88 ) common/nodraw 40 -6 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3258 +{ +( 2844 3380 -272 ) ( 2868 3380 -272 ) ( 2868 3428 -272 ) common/nodraw 39 -7 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2848 3836 -20 ) ( 2848 3836 -276 ) ( 2864 3852 -276 ) common/nodraw 40 -5 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2852 3396 -24 ) ( 2852 3396 -280 ) ( 2852 3940 -280 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2868 3380 -20 ) ( 2868 3428 -20 ) ( 2868 3428 -276 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2872 3948 -88 ) ( 2872 3932 -88 ) ( 2856 3940 -88 ) common/nodraw 39 -7 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2854 3714 -272 ) ( 2852 3712 -272 ) ( 2853 3713 -88 ) common/nodraw 40 -6 -180.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3259 +{ +( 2424 3736 -272 ) ( 2424 3712 -272 ) ( 2472 3712 -272 ) common/nodraw 0 -15 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2794 3728 -20 ) ( 2794 3728 -276 ) ( 3338 3728 -276 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2876 3736 -176 ) ( 2876 3736 80 ) ( 2860 3720 80 ) common/nodraw 0 -6 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 2424 3712 -20 ) ( 2472 3712 -20 ) ( 2472 3712 -276 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2996 3712 -88 ) ( 2980 3712 -88 ) ( 2988 3728 -88 ) common/nodraw 0 -15 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 3052 3720 -272 ) ( 3050 3718 -272 ) ( 3051 3719 -88 ) common/nodraw 0 -16 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3260 +{ +( 3180 3560 -280 ) ( 3180 3808 -280 ) ( 2868 3808 -280 ) mohtest/flrwood1_rep -48 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 2868 3784 -272 ) ( 3180 3784 -272 ) ( 3180 3536 -272 ) mohtest/wdflr2a -116 224 0.00 1 1 0 16384 0 +surfaceparm detail +( 2868 3808 -24 ) ( 2868 3560 -24 ) ( 2868 3560 -280 ) common/caulk 0 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2890 3456 -24 ) ( 3202 3456 -24 ) ( 3202 3456 -280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3060 3510 -24 ) ( 3060 3758 -24 ) ( 3060 3758 -280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3076 3728 -280 ) ( 3084 3728 -280 ) ( 3080 3728 -272 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3261 +{ +( 2208 3576 -272 ) ( 2208 3552 -272 ) ( 2256 3552 -272 ) common/nodraw 0 -32 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2578 3568 -20 ) ( 2578 3568 -276 ) ( 3122 3568 -276 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2208 3552 -20 ) ( 2256 3552 -20 ) ( 2256 3552 -276 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2780 3552 -88 ) ( 2764 3552 -88 ) ( 2772 3568 -88 ) common/nodraw 0 -32 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 2654 3564 -272 ) ( 2654 3568 -272 ) ( 2654 3566 -88 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3044 3568 -272 ) ( 3044 3564 -272 ) ( 3044 3566 -88 ) common/nodraw 0 -16 90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3262 +{ +( 2748 3880 -88 ) ( 2748 3176 -88 ) ( 3068 3176 -88 ) mohtest/flrwood1_rep 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3068 3176 -80 ) ( 2748 3176 -80 ) ( 2748 3880 -80 ) mohtest/stairs -40 -60 90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3508 -96 ) ( 2636 3636 -96 ) ( 2636 3572 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2746 3552 -96 ) ( 2752 3552 -96 ) ( 2749 3552 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2746 3472 -96 ) ( 2740 3472 -96 ) ( 2743 3472 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2700 3552 -88 ) ( 2700 3546 -88 ) ( 2700 3549 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3263 +{ +( 2748 3880 -88 ) ( 2748 3176 -88 ) ( 3068 3176 -88 ) mohtest/stairs -40 -60 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3176 -80 ) ( 2748 3176 -80 ) ( 2748 3880 -80 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 3068 3160 -16 ) ( 3068 3864 -16 ) ( 3068 3864 -96 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2746 3552 -96 ) ( 2752 3552 -96 ) ( 2749 3552 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2746 3472 -96 ) ( 2740 3472 -96 ) ( 2743 3472 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 2946 3548 -88 ) ( 2946 3554 -88 ) ( 2946 3551 -80 ) mohtest/stairs -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3264 +{ +( 2788 4224 -80 ) ( 2788 3520 -80 ) ( 2860 3520 -80 ) algiers/whsflrset1_1a -88 223 0.00 1 1 0 65536 0 +surfaceparm detail +( 2860 3448 160 ) ( 2788 3448 160 ) ( 2788 4152 160 ) algiers/whsflrset1_1a -88 223 0.00 1 1 0 65536 0 +surfaceparm detail +( 2860 3392 160 ) ( 2860 3392 -160 ) ( 2540 3392 -160 ) algiers/whsflrset1_1a -88 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3568 -80 ) ( 2644 3696 -80 ) ( 2644 3632 160 ) algiers/whsflrset1_1a -88 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 2436 3472 -80 ) ( 2442 3472 -80 ) ( 2439 3472 160 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2976 3472 -80 ) ( 2976 3456 -80 ) ( 2976 3464 160 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3265 +{ +( 2636 3232 176 ) ( 2708 3232 176 ) ( 2708 3936 176 ) algiers/whsflrset1_1a 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2708 3864 416 ) ( 2708 3160 416 ) ( 2636 3160 416 ) algiers/whsflrset1_1a 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 3944 504 ) ( 2636 3944 552 ) ( 2636 3240 552 ) algiers/whsflrset1_1a 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 3880 96 ) ( 2700 3816 96 ) ( 2700 3816 416 ) algiers/whsflrset1_1a 104 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2676 3768 416 ) ( 2700 3768 96 ) ( 2652 3768 96 ) algiers/whsflrset1_1a -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2644 3676 176 ) ( 2644 3668 176 ) ( 2644 3672 416 ) algiers/whsflrset1_1a -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3266 +{ +( 2996 3936 176 ) ( 2996 3232 176 ) ( 3068 3232 176 ) algiers/whsflrset1_1a -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3160 416 ) ( 2996 3160 416 ) ( 2996 3864 416 ) algiers/whsflrset1_1a -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3240 552 ) ( 3068 3944 552 ) ( 3068 3944 504 ) algiers/whsflrset1_1a -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3004 3816 416 ) ( 3004 3816 96 ) ( 3068 3880 96 ) algiers/whsflrset1_1a 103 -29 -180.00 1 -1.000031 0 65536 0 +surfaceparm detail +( 3052 3768 96 ) ( 3004 3768 96 ) ( 3028 3768 416 ) algiers/whsflrset1_1a 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3460 176 ) ( 3060 3464 176 ) ( 3060 3462 416 ) algiers/whsflrset1_1a 60 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3267 +{ +( 2996 3936 176 ) ( 2996 3232 176 ) ( 3068 3232 176 ) algiers/whsflrset1_1a -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3160 416 ) ( 2996 3160 416 ) ( 2996 3864 416 ) algiers/whsflrset1_1a -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3240 552 ) ( 3068 3944 552 ) ( 3068 3944 504 ) algiers/whsflrset1_1a -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3576 80 ) ( 3004 3576 80 ) ( 3036 3576 400 ) algiers/whsflrset1_1a 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3004 3688 96 ) ( 3052 3688 96 ) ( 3028 3688 416 ) algiers/whsflrset1_1a 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3460 176 ) ( 3060 3464 176 ) ( 3060 3462 416 ) algiers/whsflrset1_1a 60 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3268 +{ +( 2996 4144 176 ) ( 2996 3440 176 ) ( 3068 3440 176 ) algiers/whsflrset1_1a -248 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3368 416 ) ( 2996 3368 416 ) ( 2996 4072 416 ) algiers/whsflrset1_1a -248 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3448 552 ) ( 3068 4152 552 ) ( 3068 4152 504 ) algiers/whsflrset1_1a -248 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3004 3448 96 ) ( 3004 3448 416 ) ( 3068 3384 416 ) algiers/whsflrset1_1a -248 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3004 3496 96 ) ( 3068 3496 96 ) ( 3036 3496 416 ) algiers/whsflrset1_1a 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3060 3460 176 ) ( 3060 3464 176 ) ( 3060 3462 416 ) algiers/whsflrset1_1a 60 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3269 +{ +( 2572 3936 -80 ) ( 2644 3936 -80 ) ( 2644 4640 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 4568 160 ) ( 2644 3864 160 ) ( 2572 3864 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4648 248 ) ( 2572 4648 296 ) ( 2572 3944 296 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 4584 -160 ) ( 2636 4520 -160 ) ( 2636 4520 160 ) mohtest/fltwall1grmy 232 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2612 4472 160 ) ( 2636 4472 -160 ) ( 2588 4472 -160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4472 76 ) ( 2580 4584.000488 74 ) ( 2580 4472 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3270 +{ +( 2572 3936 -80 ) ( 2644 3936 -80 ) ( 2644 4640 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 4568 160 ) ( 2644 3864 160 ) ( 2572 3864 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4648 248 ) ( 2572 4648 296 ) ( 2572 3944 296 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4280 144 ) ( 2636 4280 -176 ) ( 2572 4280 -176 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2612 4392 160 ) ( 2588 4392 -160 ) ( 2636 4392 -160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4280 76 ) ( 2580 4392 74 ) ( 2580 4280 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3271 +{ +( 2572 4072 -80 ) ( 2636 4072 -80 ) ( 2636 4168 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 4168 160 ) ( 2636 4072 160 ) ( 2572 4072 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4168 -80 ) ( 2572 4168 240 ) ( 2572 4072 240 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 4200 -160 ) ( 2636 4200 160 ) ( 2572 4200 160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4072 -160 ) ( 2572 4072 160 ) ( 2636 4072 160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4072 76 ) ( 2580 4200 74 ) ( 2580 4072 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3272 +{ +( 2572 3936 -80 ) ( 2644 3936 -80 ) ( 2644 4640 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 4568 160 ) ( 2644 3864 160 ) ( 2572 3864 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4648 248 ) ( 2572 4648 296 ) ( 2572 3944 296 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 3880 160 ) ( 2636 3944 160 ) ( 2636 3944 -160 ) mohtest/fltwall1grmy -39 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2604 3992 160 ) ( 2572 3992 -160 ) ( 2636 3992 -160 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 3880 76 ) ( 2580 3992 74 ) ( 2580 3880 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3273 +{ +( 2572 3936 176 ) ( 2644 3936 176 ) ( 2644 4640 176 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 4568 416 ) ( 2644 3864 416 ) ( 2572 3864 416 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4648 504 ) ( 2572 4648 552 ) ( 2572 3944 552 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 3880 416 ) ( 2636 3944 416 ) ( 2636 3944 96 ) algiers/whsflrset1_1a -231 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2604 3992 416 ) ( 2572 3992 96 ) ( 2636 3992 96 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 3880 76 ) ( 2580 3992 74 ) ( 2580 3880 72 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3274 +{ +( 2572 4072 176 ) ( 2636 4072 176 ) ( 2636 4168 176 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2636 4168 416 ) ( 2636 4072 416 ) ( 2572 4072 416 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4168 176 ) ( 2572 4168 496 ) ( 2572 4072 496 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2636 4200 96 ) ( 2636 4200 416 ) ( 2572 4200 416 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4072 96 ) ( 2572 4072 416 ) ( 2636 4072 416 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4072 76 ) ( 2580 4200 74 ) ( 2580 4072 72 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3275 +{ +( 2572 3936 176 ) ( 2644 3936 176 ) ( 2644 4640 176 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 4568 416 ) ( 2644 3864 416 ) ( 2572 3864 416 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4648 504 ) ( 2572 4648 552 ) ( 2572 3944 552 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4280 400 ) ( 2636 4280 80 ) ( 2572 4280 80 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2612 4392 416 ) ( 2588 4392 96 ) ( 2636 4392 96 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4280 76 ) ( 2580 4392 74 ) ( 2580 4280 72 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3276 +{ +( 2572 3936 176 ) ( 2644 3936 176 ) ( 2644 4640 176 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2644 4568 416 ) ( 2644 3864 416 ) ( 2572 3864 416 ) algiers/whsflrset1_1a 23 204 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4648 504 ) ( 2572 4648 552 ) ( 2572 3944 552 ) algiers/whsflrset1_1a 23 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2572 4584 96 ) ( 2636 4520 96 ) ( 2636 4520 416 ) algiers/whsflrset1_1a 40 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2612 4472 416 ) ( 2636 4472 96 ) ( 2588 4472 96 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4472 76 ) ( 2580 4584.000488 74 ) ( 2580 4472 72 ) algiers/whsflrset1_1a -204 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3277 +{ +( 3060 4640 176 ) ( 3060 3936 176 ) ( 3132 3936 176 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3864 416 ) ( 3060 3864 416 ) ( 3060 4568 416 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3944 552 ) ( 3132 4648 552 ) ( 3132 4648 504 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 4520 416 ) ( 3068 4520 96 ) ( 3132 4584 96 ) algiers/whsflrset1_1a 39 -30 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3116 4472 96 ) ( 3068 4472 96 ) ( 3092 4472 416 ) algiers/whsflrset1_1a 125 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 3968 176 ) ( 3124 3972 176 ) ( 3124 3970 416 ) algiers/whsflrset1_1a 125 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3278 +{ +( 3060 4640 -80 ) ( 3060 3936 -80 ) ( 3132 3936 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3864 160 ) ( 3060 3864 160 ) ( 3060 4568 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3944 296 ) ( 3132 4648 296 ) ( 3132 4648 248 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 4520 160 ) ( 3068 4520 -160 ) ( 3132 4584 -160 ) mohtest/fltwall1grmy 231 -30 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3116 4472 -160 ) ( 3068 4472 -160 ) ( 3092 4472 160 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 3968 -80 ) ( 3124 3972 -80 ) ( 3124 3970 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3279 +{ +( 3060 4640 -80 ) ( 3060 3936 -80 ) ( 3132 3936 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3864 160 ) ( 3060 3864 160 ) ( 3060 4568 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3944 296 ) ( 3132 4648 296 ) ( 3132 4648 248 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4280 -176 ) ( 3068 4280 -176 ) ( 3100 4280 144 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3068 4392 -160 ) ( 3116 4392 -160 ) ( 3092 4392 160 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 3968 -80 ) ( 3124 3972 -80 ) ( 3124 3970 160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3280 +{ +( 3068 4168 -80 ) ( 3068 4072 -80 ) ( 3132 4072 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4072 160 ) ( 3068 4072 160 ) ( 3068 4168 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4072 240 ) ( 3132 4168 240 ) ( 3132 4168 -80 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4200 160 ) ( 3068 4200 160 ) ( 3068 4200 -160 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3068 4072 160 ) ( 3132 4072 160 ) ( 3132 4072 -160 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 3968 -80 ) ( 3124 3972 -80 ) ( 3124 3970 160 ) mohtest/fltwall1grmy 60 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3281 +{ +( 3060 4640 -80 ) ( 3060 3936 -80 ) ( 3132 3936 -80 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3864 160 ) ( 3060 3864 160 ) ( 3060 4568 160 ) mohtest/fltwall1grmy -40 -59 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3944 296 ) ( 3132 4648 296 ) ( 3132 4648 248 ) mohtest/fltwall1grmy -40 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3944 -160 ) ( 3068 3944 160 ) ( 3132 3880 160 ) mohtest/fltwall1grmy -40 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3992 -160 ) ( 3132 3992 -160 ) ( 3100 3992 160 ) mohtest/fltwall1grmy 60 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 3968 -80 ) ( 3124 3972 -80 ) ( 3124 3970 160 ) mohtest/fltwall1grmy 60 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3282 +{ +( 3068 4168 176 ) ( 3068 4072 176 ) ( 3132 4072 176 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4072 416 ) ( 3068 4072 416 ) ( 3068 4168 416 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4072 496 ) ( 3132 4168 496 ) ( 3132 4168 176 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3132 4392 416 ) ( 3068 4392 416 ) ( 3068 4392 96 ) algiers/whsflrset1_1a 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3068 4072 416 ) ( 3132 4072 416 ) ( 3132 4072 96 ) algiers/whsflrset1_1a 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 3968 176 ) ( 3124 3972 176 ) ( 3124 3970 416 ) algiers/whsflrset1_1a 124 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3283 +{ +( 3060 4640 176 ) ( 3060 3936 176 ) ( 3132 3936 176 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3864 416 ) ( 3060 3864 416 ) ( 3060 4568 416 ) algiers/whsflrset1_1a -232 -123 90.00 1 1 0 65536 0 +surfaceparm detail +( 3132 3944 552 ) ( 3132 4648 552 ) ( 3132 4648 504 ) algiers/whsflrset1_1a -232 -33 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3944 96 ) ( 3068 3944 416 ) ( 3132 3880 416 ) algiers/whsflrset1_1a -232 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 3068 3992 96 ) ( 3132 3992 96 ) ( 3100 3992 416 ) algiers/whsflrset1_1a 124 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3124 3968 176 ) ( 3124 3972 176 ) ( 3124 3970 416 ) algiers/whsflrset1_1a 124 -31 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3284 +{ +( 2416 3140 24 ) ( 2416 3140 16 ) ( 2416 5180 16 ) common/nodraw 55 40 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2412 5180 24 ) ( 2588 5128 24 ) ( 2588 5016 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 2588 5128 16 ) ( 2412 5180 16 ) ( 2412 5016 16 ) common/nodraw -52 10 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2430 4584 16 ) ( 2442 4584 16 ) ( 2436 4584 24 ) common/nodraw 1 41 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2512 2920 16 ) ( 2416 3140 16 ) ( 2464 3030 24 ) common/nodraw 1 34 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2522 2920 16 ) ( 2512 2920 16 ) ( 2517 2920 24 ) common/nodraw 1 41 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2572 4054 16 ) ( 2572 4050 16 ) ( 2572 4052 24 ) common/nodraw 1 34 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +} +// brush 3285 +{ +( 2572 4000 -80 ) ( 2604 4000 -80 ) ( 2604 4064 -80 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2604 4072 160 ) ( 2604 4008 160 ) ( 2572 4008 160 ) mohtest/fltwall1grmy 216 12 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2572 4008 -304 ) ( 2572 4008 16 ) ( 2572 3944 16 ) mohtest/fltwall1grmy 216 -33 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2604 4072 -384 ) ( 2604 4072 -64 ) ( 2572 4072 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +( 2580 4008 -224 ) ( 2580 4008 96 ) ( 2580 4072 96 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2572 3992 -384 ) ( 2572 3992 -64 ) ( 2604 3992 -64 ) mohtest/fltwall1grmy -12 -35 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3286 +{ +( 2412 5180 24 ) ( 2588 5128 24 ) ( 2588 5016 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 2588 5128 16 ) ( 2412 5180 16 ) ( 2412 5016 16 ) common/nodraw -52 10 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2588 5128 24 ) ( 2588 5128 16 ) ( 2588 5016 16 ) common/nodraw 55 40 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2522 2920 16 ) ( 2512 2920 16 ) ( 2517 2920 24 ) common/nodraw 1 41 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2572 4050 16 ) ( 2572 4054 16 ) ( 2572 4052 24 ) common/nodraw 1 34 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2582 3108 16 ) ( 2586 3108 16 ) ( 2584 3108 24 ) common/nodraw 1 41 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +} +// brush 3287 +{ +( 2588 3886 24 ) ( 2588 3384 24 ) ( 2572 3384 24 ) misc_outside/concpath1_wgrass -80 68 0.00 1 1 0 65536 0 +surfaceparm detail +( 2588 3384 16 ) ( 2588 3886 16 ) ( 2572 3886 16 ) common/nodraw -52 10 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2636 5126 24 ) ( 2636 5126 16 ) ( 2636 5014 16 ) common/nodraw 55 40 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2588 3880 16 ) ( 2588 3880 24 ) ( 2572 3880 24 ) common/nodraw 1 41 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2572 4050 16 ) ( 2572 4054 16 ) ( 2572 4052 24 ) common/nodraw 1 34 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2588 3384 24 ) ( 2588 3384 16 ) ( 2572 3384 16 ) common/nodraw 1 41 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +} +// brush 3288 +{ +( 3344 4356 16 ) ( 3140 4356 16 ) ( 3140 3932 16 ) mohtest/nu_earthbrdr4_noclamp -140 432 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3140 3932 24 ) ( 3140 4356 24 ) ( 3344 4356 24 ) mohtest/nu_earthbrdr4_noclamp -140 432 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3020 3384 24 ) ( 3224 3384 24 ) ( 3224 3384 16 ) mohtest/nu_earthbrdr4_noclamp -140 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3068 3878 24 ) ( 3068 3454 24 ) ( 3068 3454 16 ) mohtest/nu_earthbrdr4_noclamp -432 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3140 4920 16 ) ( 3140 4916 16 ) ( 3140 4918 24 ) mohtest/nu_earthbrdr4_noclamp -404 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3132 3880 16 ) ( 3136 3880 16 ) ( 3134 3880 24 ) mohtest/nu_earthbrdr4_noclamp -148 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 3289 +{ +( 3344 4356 16 ) ( 3140 4356 16 ) ( 3140 3932 16 ) mohtest/nu_earthbrdr4_noclamp -140 432 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3140 3932 24 ) ( 3140 4356 24 ) ( 3344 4356 24 ) mohtest/nu_earthbrdr4_noclamp -140 432 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3132 3876 24 ) ( 3132 3452 24 ) ( 3132 3452 16 ) mohtest/nu_earthbrdr4_noclamp -432 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 2936 4584 16 ) ( 3016 4584 16 ) ( 2976 4584 24 ) mohtest/nu_earthbrdr4_noclamp -28 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3140 4920 16 ) ( 3140 4916 16 ) ( 3140 4918 24 ) mohtest/nu_earthbrdr4_noclamp -404 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3136 3880 16 ) ( 3132 3880 16 ) ( 3134 3880 24 ) mohtest/nu_earthbrdr4_noclamp -148 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 3290 +{ +( 2856 2220 16 ) ( 2652 2220 16 ) ( 2652 1796 16 ) mohtest/nu_earthbrdr4_noclamp -164 344 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 2652 1796 24 ) ( 2652 2220 24 ) ( 2856 2220 24 ) mohtest/nu_earthbrdr4_noclamp -164 344 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 2528 3108 24 ) ( 2732 3108 24 ) ( 2732 3108 16 ) mohtest/nu_earthbrdr4_noclamp -164 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3140 1812 24 ) ( 3140 2236 24 ) ( 3140 2236 16 ) mohtest/nu_earthbrdr4_noclamp -344 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 2572 1788 24 ) ( 2572 1364 24 ) ( 2572 1364 16 ) mohtest/nu_earthbrdr4_noclamp -344 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3140 3252 16 ) ( 2756 3108 16 ) ( 2948 3180 24 ) mohtest/nu_earthbrdr4_noclamp -52 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3086 3384 16 ) ( 3088 3384 16 ) ( 3087 3384 24 ) mohtest/nu_earthbrdr4_noclamp -52 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 3291 +{ +( 3344 5260 16 ) ( 3140 5260 16 ) ( 3140 4836 16 ) mohtest/nu_earthbrdr4_noclamp -140 312 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3140 4836 24 ) ( 3140 5260 24 ) ( 3344 5260 24 ) mohtest/nu_earthbrdr4_noclamp 0 0 90.00 1 1.250000 0 131072 0 +surfaceparm detail +( 3010 4584 24 ) ( 3214 4584 24 ) ( 3214 4584 16 ) mohtest/nu_earthbrdr4_noclamp -140 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 2588 4856 24 ) ( 2588 4432 24 ) ( 2588 4432 16 ) mohtest/nu_earthbrdr4_noclamp -312 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 2944 6016 16 ) ( 3024 6016 16 ) ( 2984 6016 24 ) mohtest/nu_earthbrdr4_noclamp -28 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 3140 5824 16 ) ( 3140 5820 16 ) ( 3140 5822 24 ) mohtest/nu_earthbrdr4_noclamp -284 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 3292 +{ +( 2416 4664 24 ) ( 2416 4664 16 ) ( 2416 6704 16 ) common/nodraw 48 15 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2412 6704 24 ) ( 2588 6652 24 ) ( 2588 6540 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 2588 6652 16 ) ( 2412 6704 16 ) ( 2412 6540 16 ) common/nodraw -27 3 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2588 6652 24 ) ( 2588 6652 16 ) ( 2588 6540 16 ) common/nodraw 48 15 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2424 6080 16 ) ( 2436 6080 16 ) ( 2430 6080 24 ) common/nodraw 2 42 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 2480 4584 16 ) ( 2468 4584 16 ) ( 2474 4584 24 ) common/nodraw 2 42 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +} +// brush 3293 +{ +( 4504 3584 -32 ) ( 4504 3252 -32 ) ( 4616 3252 -32 ) common/nodraw -38 17 0.00 4.125000 2.937500 536870912 2224 0 +surfaceparm detail +( 4504 3252 24 ) ( 4504 3584 24 ) ( 4660 3584 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5896 3252 24 ) ( 5896 3252 -32 ) ( 5784 3252 -32 ) blasted/dday_bunker_wall1csml -28 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 4804 4040 -32 ) ( 4804 4038 -32 ) ( 4804 4039 24 ) common/nodraw -27 17 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 4640 3252 -32 ) ( 4804 4040 -32 ) ( 4722 3646 24 ) common/nodraw -27 17 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +} +// brush 3294 +{ +( 1856 704 24 ) ( 1388 1404 24 ) ( 2756 2772 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 3904 2996 16 ) ( 2756 2772 16 ) ( 1388 1404 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2348 -64 24 ) ( 2348 -64 16 ) ( 1818 -64 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1818 1162 16 ) ( 1818 1164 16 ) ( 1818 1163 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2728 664 16 ) ( 2728 664 24 ) ( 1820 664 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2348 -64 16 ) ( 2348 -64 24 ) ( 2728 664 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3295 +{ +( 3064 1344 -108 ) ( 3160 1344 -108 ) ( 3160 1344 -92 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3020 1044 -284 ) ( 3020 1044 56 ) ( 3160 1344 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 2920 1044 56 ) ( 2920 1044 -284 ) ( 3064 1344 -284 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3064 1344 56 ) ( 3160 1344 56 ) ( 2572 280 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3160 1344 -284 ) ( 3064 1344 -284 ) ( 2476 280 -284 ) common/nodraw 40 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3020 1044 56 ) ( 3020 1044 -284 ) ( 2920 1044 -284 ) common/nodraw -24 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3296 +{ +( 3020 1044 56 ) ( 3020 1044 -284 ) ( 2832 664 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 2832 664 56 ) ( 2832 664 -284 ) ( 2728 664 -284 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2920 1044 -284 ) ( 2920 1044 56 ) ( 2728 664 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3064 1344 56 ) ( 3160 1344 56 ) ( 2572 280 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3160 1344 -284 ) ( 3064 1344 -284 ) ( 2476 280 -284 ) common/nodraw 40 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3020 1044 -284 ) ( 3020 1044 56 ) ( 2920 1044 56 ) common/nodraw -24 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3297 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2264 664 16 ) ( 2040 664 16 ) ( 2152 664 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2010 1542 16 ) ( 2010 1544 16 ) ( 2010 1543 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2920 1044 16 ) ( 2920 1044 24 ) ( 2012 1044 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2920 1044 24 ) ( 2920 1044 16 ) ( 2728 664 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3298 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3040 1728 16 ) ( 3056 1728 16 ) ( 3048 1728 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2528 1400 16 ) ( 2532 1404 16 ) ( 2530 1402 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 1232 16 ) ( 2694 1234 16 ) ( 2695 1233 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3064 1728 16 ) ( 3064 1716 16 ) ( 3064 1722 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2920 1044 16 ) ( 2920 1044 24 ) ( 3064 1344 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2920 1044 24 ) ( 2920 1044 16 ) ( 2884 1044 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3299 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2814 2228 16 ) ( 2822 2228 16 ) ( 2818 2228 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2688 2232 16 ) ( 2688 2184 16 ) ( 2688 2208 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3056 1728 16 ) ( 3040 1728 16 ) ( 3048 1728 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2380 1912 16 ) ( 2380 1918 16 ) ( 2380 1915 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2384 1908 16 ) ( 2380 1912 16 ) ( 2382 1910 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3300 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2814 2228 16 ) ( 2822 2228 16 ) ( 2818 2228 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1300 2144 16 ) ( 1300 2192 16 ) ( 1300 2168 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1300 1784 16 ) ( 1308 1792 16 ) ( 1304 1788 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3056 1728 16 ) ( 3040 1728 16 ) ( 3048 1728 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2380 1918 16 ) ( 2380 1912 16 ) ( 2380 1915 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2378 1910 16 ) ( 2374 1906 16 ) ( 2376 1908 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3301 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) mohtest/nu_earthbrdr4_noclamp -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 3264 1676 16 ) ( 2676 612 16 ) ( 2970 1144 24 ) mohtest/nu_earthbrdr4_noclamp 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 2514 1044 16 ) ( 2508 1044 16 ) ( 2511 1044 24 ) mohtest/nu_earthbrdr4_noclamp -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 2694 1234 16 ) ( 2696 1232 16 ) ( 2695 1233 24 ) mohtest/nu_earthbrdr4_noclamp 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( 2692 1228 16 ) ( 2696 1232 16 ) ( 2694 1230 24 ) mohtest/nu_earthbrdr4_noclamp 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 3302 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3040 1728 16 ) ( 3056 1728 16 ) ( 3048 1728 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2532 1404 16 ) ( 2528 1400 16 ) ( 2530 1402 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2686 1606 16 ) ( 2682 1610 16 ) ( 2684 1608 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3303 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3040 1728 16 ) ( 3056 1728 16 ) ( 3048 1728 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2010 1542 16 ) ( 2010 1544 16 ) ( 2010 1543 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2014 1546 16 ) ( 2010 1542 16 ) ( 2012 1544 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3304 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) common/nodraw -62 51 45.04 0.999203 0.999548 536870912 2224 0 +surfaceparm detail +( 2010 1542 16 ) ( 2010 1544 16 ) ( 2010 1543 24 ) common/nodraw -24 42 -90.00 1 0.708496 536870912 2224 0 +surfaceparm detail +( 2514 1044 16 ) ( 2508 1044 16 ) ( 2511 1044 24 ) common/nodraw -25 43 -90.00 1 0.708496 536870912 2224 0 +surfaceparm detail +( 2010 1542 16 ) ( 2012 1540 16 ) ( 2011 1541 24 ) common/nodraw -24 42 -90.00 1 0.708496 536870912 2224 0 +surfaceparm detail +} +// brush 3305 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2264 664 16 ) ( 2040 664 16 ) ( 2152 664 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3040 1728 16 ) ( 3056 1728 16 ) ( 3048 1728 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1600 704 16 ) ( 1600 712 16 ) ( 1600 708 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2010 1544 16 ) ( 2010 1542 16 ) ( 2010 1543 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3306 +{ +( 2048 1084 24 ) ( 1580 1784 24 ) ( 2948 3152 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 4096 3376 16 ) ( 2948 3152 16 ) ( 1580 1784 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1300 2144 16 ) ( 1300 2192 16 ) ( 1300 2168 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2280 1024 16 ) ( 2056 1024 16 ) ( 2168 1024 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3040 1728 16 ) ( 3056 1728 16 ) ( 3048 1728 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1600 712 16 ) ( 1600 704 16 ) ( 1600 708 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3307 +{ +( -478 2196 16 ) ( -682 2196 16 ) ( -682 1772 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -682 1772 24 ) ( -682 2196 24 ) ( -478 2196 24 ) mohtest/nu_earthbrdr4_noclamp -384 374 0.00 2 1.500000 0 131072 0 +surfaceparm detail +( -800 2972 24 ) ( -596 2972 24 ) ( -596 2972 16 ) mohtest/nu_earthbrdr4_noclamp -414 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -1600 1794 24 ) ( -1600 1370 24 ) ( -1600 1370 16 ) mohtest/nu_earthbrdr4_noclamp -320 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -770 3632 16 ) ( -706 3632 16 ) ( -738 3632 24 ) mohtest/nu_earthbrdr4_noclamp -302 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -1122 3130 16 ) ( -1122 3120 16 ) ( -1122 3125 24 ) mohtest/nu_earthbrdr4_noclamp -476 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 3308 +{ +( 0 2196 16 ) ( -204 2196 16 ) ( -204 1772 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -204 1772 24 ) ( -204 2196 24 ) ( 0 2196 24 ) mohtest/nu_earthbrdr4_noclamp -384 374 0.00 2 1.500000 0 131072 0 +surfaceparm detail +( -324 3184 24 ) ( -120 3184 24 ) ( -120 3184 16 ) mohtest/nu_earthbrdr4_noclamp -380 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -1122 1794 24 ) ( -1122 1370 24 ) ( -1122 1370 16 ) mohtest/nu_earthbrdr4_noclamp -320 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -292 3632 16 ) ( -228 3632 16 ) ( -260 3632 24 ) mohtest/nu_earthbrdr4_noclamp -268 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( -536 3124 16 ) ( -536 3114 16 ) ( -536 3119 24 ) mohtest/nu_earthbrdr4_noclamp -476 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 3309 +{ +( 480 3072 16 ) ( 480 3072 24 ) ( -2460 3072 24 ) common/nodraw -9 -18 -90.00 1 -1.006348 536870912 2224 0 +surfaceparm detail +( 480 3072 24 ) ( 408 2896 24 ) ( -2460 2896 24 ) mohtest/nu_earthbrdr4_noclamp -384 374 0.00 2 1.500000 0 131072 0 +surfaceparm detail +( -2460 3072 16 ) ( -2460 2896 16 ) ( 408 2896 16 ) common/nodraw -4 29 0.03 1.000977 0.999512 536870912 2224 0 +surfaceparm detail +( 432 2608 24 ) ( 432 2608 16 ) ( -2436 2608 16 ) mohcommon/crackedconcrete -244 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2844 16 ) ( -536 2848 16 ) ( -536 2846 24 ) common/nodraw -7 -29 -90.00 1 -1.000488 536870912 2224 0 +surfaceparm detail +( 608 2944 16 ) ( 608 2928 16 ) ( 608 2936 24 ) common/nodraw -7 -29 -90.00 1 -1.000488 536870912 2224 0 +surfaceparm detail +( -532 3052 16 ) ( -536 3056 16 ) ( -534 3054 24 ) common/nodraw -7 -29 -90.00 1 -1.000488 536870912 2224 0 +surfaceparm detail +} +// brush 3310 +{ +( -1114 2524 568 ) ( -1122 2524 568 ) ( -1122 2476 568 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2476 600 ) ( -1122 2524 600 ) ( -1114 2524 600 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1114 2932 600 ) ( -1114 2980 600 ) ( -1114 2980 568 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2524 600 ) ( -1122 2476 600 ) ( -1122 2476 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1114 2086 568 ) ( -1122 2094 568 ) ( -1118 2090 600 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2972 568 ) ( -1114 2980 568 ) ( -1118 2976 600 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3311 +{ +( -1122 2524 456 ) ( -1130 2524 456 ) ( -1130 2514 456 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2514 568 ) ( -1130 2524 568 ) ( -1122 2524 568 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2514 568 ) ( -1122 2524 568 ) ( -1122 2524 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 568 ) ( -1130 2514 568 ) ( -1130 2514 456 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2094 456 ) ( -1130 2102 456 ) ( -1126 2098 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2964 456 ) ( -1122 2972 456 ) ( -1126 2968 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3312 +{ +( -1560 2972 568 ) ( -1600 2972 568 ) ( -1600 2916 568 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2916 600 ) ( -1600 2972 600 ) ( -1560 2972 600 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -1166 2516 600 ) ( -1126 2516 600 ) ( -1126 2516 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2515 600 ) ( -1122 2571 600 ) ( -1122 2571 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1560 2972 600 ) ( -1600 2972 600 ) ( -1600 2972 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2972 600 ) ( -1600 2916 600 ) ( -1600 2916 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3313 +{ +( -1476 2842 740 ) ( -1541 2842 740 ) ( -1541 2786 740 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2786 744 ) ( -1522 2842 744 ) ( -1457 2842 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1235 2206 744 ) ( -1170 2206 744 ) ( -1170 2206 648 ) common/nodraw 0 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1170 2206 744 ) ( -1170 2262 744 ) ( -1170 2262 648 ) common/nodraw -16 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1457 2842 744 ) ( -1522 2842 744 ) ( -1522 2842 648 ) common/nodraw 0 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2842 744 ) ( -1522 2786 744 ) ( -1522 2786 648 ) common/nodraw -16 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3314 +{ +( -1202 2510 744 ) ( -1138 2510 744 ) ( -1138 2174 744 ) common/nodraw 47 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1170 2174 744 ) ( -1170 2174 584 ) ( -1170 2874 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1138 2174 744 ) ( -1138 2510 744 ) ( -1138 2510 168 ) general_structure/plaster_wall3d 254 45 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1138 2190 600 ) ( -1170 2222 600 ) ( -1170 2158 600 ) common/nodraw 47 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1240 2524 584 ) ( -1264 2524 584 ) ( -1252 2524 744 ) common/nodraw 48 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1170 2842 600 ) ( -1138 2874 600 ) ( -1154 2858 744 ) common/nodraw 0 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3315 +{ +( -1554 2174 744 ) ( -1554 2874 744 ) ( -1522 2874 744 ) common/nodraw -46 36 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2874 744 ) ( -1522 2874 584 ) ( -1522 2174 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2510 168 ) ( -1554 2510 744 ) ( -1554 2174 744 ) general_structure/plaster_wall3d -186 48 0.00 1 1 0 65536 0 +surfaceparm detail +( -1554 2878 600 ) ( -1554 2178 600 ) ( -1522 2178 600 ) common/nodraw -46 36 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1240 2524 584 ) ( -1264 2524 584 ) ( -1252 2524 744 ) common/nodraw -46 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2874 600 ) ( -1522 2842 600 ) ( -1538 2858 744 ) common/nodraw -62 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3316 +{ +( -1474 2810 744 ) ( -1474 2874 744 ) ( -1138 2874 744 ) common/nodraw 47 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1138 2842 744 ) ( -1138 2842 584 ) ( -1554 2842 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1138 2874 744 ) ( -1474 2874 744 ) ( -1474 2874 168 ) general_structure/plaster_wall3d -14 47 0.00 1 1 0 65536 0 +surfaceparm detail +( -1154 2878 600 ) ( -1186 2846 600 ) ( -1122 2846 600 ) common/nodraw 47 36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1524 2844 600 ) ( -1552 2872 600 ) ( -1538 2858 744 ) common/nodraw 60 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1138 2874 600 ) ( -1170 2842 600 ) ( -1154 2858 744 ) common/nodraw 60 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3317 +{ +( -1224 2112 280 ) ( -1350 2112 280 ) ( -1350 2094 280 ) models/items/rubblebase -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1350 2094 338 ) ( -1350 2112 338 ) ( -1224 2112 338 ) models/items/rubblebase -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1350 2094 338 ) ( -1224 2094 338 ) ( -1224 2094 280 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1224 2112 338 ) ( -1350 2112 338 ) ( -1350 2112 280 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1350 2094 280 ) ( -1334 2112 309 ) ( -1318 2094 338 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1270 2094 338 ) ( -1253 2112 309 ) ( -1236 2094 280 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3318 +{ +( -1122 2112 376 ) ( -1224 2112 376 ) ( -1224 2094 376 ) models/items/rubblebase -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1224 2094 456 ) ( -1224 2112 456 ) ( -1122 2112 456 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1224 2094 456 ) ( -1122 2094 456 ) ( -1122 2094 376 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2112 456 ) ( -1224 2112 456 ) ( -1224 2112 376 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1224 2112 456 ) ( -1224 2094 456 ) ( -1224 2094 376 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1202 2094 376 ) ( -1213 2112 392 ) ( -1224 2094 408 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1140 2112 376 ) ( -1122 2094 376 ) ( -1131 2103 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3319 +{ +( -1122 1742 168 ) ( -1130 1742 168 ) ( -1126 1694 168 ) common/nodraw 14 43 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1130 1742 256 ) ( -1130 1742 280 ) ( -1130 1694 268 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 1742 264 ) ( -1126 1694 264 ) ( -1130 1742 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1122 1810 -72 ) ( -1122 1810 504 ) ( -1122 2226 504 ) general_structure/plaster_wall3d 126 45 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1119 2964 280 ) ( -1126 2964 168 ) ( -1112 2964 168 ) common/nodraw 14 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1122 2094 168 ) ( -1130 2102 168 ) ( -1126 2098 280 ) common/nodraw 30 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3320 +{ +( -1122 2110 168 ) ( -1126 2014 168 ) ( -1130 2110 168 ) common/nodraw 14 43 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1130 2110 168 ) ( -1130 2110 184 ) ( -1130 2014 176 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 1910 24 ) ( -1154 1934 24 ) ( -1154 1886 24 ) common/nodraw 14 43 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1122 1810 -72 ) ( -1122 1810 504 ) ( -1122 2226 504 ) general_structure/plaster_wall3d 126 45 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1119 2964 168 ) ( -1126 2964 24 ) ( -1112 2964 24 ) common/nodraw 14 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1122 2094 24 ) ( -1130 2102 24 ) ( -1126 2098 168 ) common/nodraw 30 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3321 +{ +( -1138 2206 616 ) ( -1170 2206 616 ) ( -1170 2174 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1170 2174 712 ) ( -1170 2206 712 ) ( -1138 2206 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1170 2174 712 ) ( -1138 2174 712 ) ( -1138 2174 616 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1170 2206 712 ) ( -1170 2174 712 ) ( -1170 2174 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1170 2206 616 ) ( -1138 2174 616 ) ( -1154 2190 712 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3322 +{ +( -1122 2110 168 ) ( -1458 2110 168 ) ( -1458 2094 168 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1456 2094 280 ) ( -1456 2110 280 ) ( -1120 2110 280 ) models/items/rubblebase -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1456 2094 280 ) ( -1120 2094 280 ) ( -1120 2094 160 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1120 2112 280 ) ( -1456 2112 280 ) ( -1456 2112 160 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1458 2094 168 ) ( -1413 2110 224 ) ( -1368 2094 280 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1140 2112 168 ) ( -1122 2094 168 ) ( -1131 2103 280 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3323 +{ +( -1122 2112 280 ) ( -1186 2112 280 ) ( -1186 2094 280 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1186 2094 376 ) ( -1186 2112 376 ) ( -1122 2112 376 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1186 2094 376 ) ( -1122 2094 376 ) ( -1122 2094 280 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2112 376 ) ( -1186 2112 376 ) ( -1186 2112 280 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1186 2112 376 ) ( -1186 2094 376 ) ( -1186 2094 280 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1140 2112 280 ) ( -1122 2094 280 ) ( -1131 2103 376 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3324 +{ +( -1586 2136 280 ) ( -1600 2136 280 ) ( -1600 2094 280 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2094 376 ) ( -1600 2136 376 ) ( -1586 2136 376 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2094 376 ) ( -1586 2136 376 ) ( -1586 2136 280 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1586 2524 376 ) ( -1600 2524 376 ) ( -1600 2524 280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2136 376 ) ( -1600 2094 376 ) ( -1600 2094 280 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2094 280 ) ( -1600 2254 376 ) ( -1586 2174 328 ) models/items/rubblebase -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3325 +{ +( -1586 2294 376 ) ( -1600 2294 376 ) ( -1600 2230 376 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2230 456 ) ( -1600 2294 456 ) ( -1586 2294 456 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2230 456 ) ( -1586 2294 456 ) ( -1586 2294 376 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1586 2524 454 ) ( -1600 2524 454 ) ( -1600 2524 374 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2294 456 ) ( -1600 2230 456 ) ( -1600 2230 376 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2254 376 ) ( -1600 2230 456 ) ( -1586 2242 416 ) models/items/rubblebase -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3326 +{ +( -1586 2264 456 ) ( -1600 2264 456 ) ( -1600 2230 456 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2230 568 ) ( -1600 2264 568 ) ( -1586 2264 568 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2230 568 ) ( -1586 2264 568 ) ( -1586 2264 456 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1586 2524 570 ) ( -1600 2524 570 ) ( -1600 2524 458 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2264 568 ) ( -1600 2230 568 ) ( -1600 2230 456 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2230 456 ) ( -1600 2254 568 ) ( -1586 2242 512 ) models/items/rubblebase -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3327 +{ +( -1186 2112 456 ) ( -1250 2112 456 ) ( -1250 2094 456 ) mohtest/core1drk 0 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1250 2094 552 ) ( -1250 2112 552 ) ( -1186 2112 552 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1250 2094 552 ) ( -1186 2094 552 ) ( -1186 2094 456 ) general_structure/denmark_win2 60 134 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1186 2094 552 ) ( -1186 2112 552 ) ( -1186 2112 456 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1186 2112 552 ) ( -1250 2112 552 ) ( -1250 2112 456 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1250 2112 552 ) ( -1250 2094 552 ) ( -1250 2094 456 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3328 +{ +( -1186 2112 552 ) ( -1250 2112 552 ) ( -1250 2094 552 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1250 2094 568 ) ( -1250 2112 568 ) ( -1186 2112 568 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1250 2094 568 ) ( -1186 2094 568 ) ( -1186 2094 552 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1186 2094 568 ) ( -1186 2112 568 ) ( -1186 2112 552 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1186 2112 568 ) ( -1250 2112 568 ) ( -1250 2112 552 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1250 2112 568 ) ( -1250 2094 568 ) ( -1250 2094 552 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3329 +{ +( -1122 2102 456 ) ( -1186 2102 456 ) ( -1186 2094 456 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1186 2094 568 ) ( -1186 2102 568 ) ( -1122 2102 568 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1186 2094 568 ) ( -1122 2094 568 ) ( -1122 2094 456 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1124 2112 568 ) ( -1188 2112 568 ) ( -1188 2112 456 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1186 2102 568 ) ( -1186 2094 568 ) ( -1186 2094 456 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2102 456 ) ( -1122 2094 456 ) ( -1126 2098 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3330 +{ +( -1600 2524 568 ) ( -1608 2524 568 ) ( -1608 2422 568 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1608 2422 600 ) ( -1608 2524 600 ) ( -1600 2524 600 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2422 600 ) ( -1600 2524 600 ) ( -1600 2524 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2524 600 ) ( -1608 2524 600 ) ( -1608 2524 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1608 2524 600 ) ( -1608 2422 600 ) ( -1608 2422 568 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1600 2220 568 ) ( -1608 2212 568 ) ( -1604 2216 600 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3331 +{ +( -1130 2324 424 ) ( -1140 2324 424 ) ( -1140 2282 424 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2282 568 ) ( -1140 2324 568 ) ( -1130 2324 568 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2282 568 ) ( -1130 2324 568 ) ( -1130 2324 424 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2324 568 ) ( -1140 2324 568 ) ( -1140 2324 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2324 568 ) ( -1140 2282 568 ) ( -1140 2282 424 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1130 2102 424 ) ( -1140 2112 424 ) ( -1135 2107 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3332 +{ +( -1130 2332 264 ) ( -1336 2332 264 ) ( -1336 2324 264 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2324 408 ) ( -1336 2332 408 ) ( -1130 2332 408 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2324 408 ) ( -1130 2324 408 ) ( -1130 2324 264 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1130 2324 408 ) ( -1130 2332 408 ) ( -1130 2332 264 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2332 408 ) ( -1336 2332 408 ) ( -1336 2332 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2324 264 ) ( -1328 2332 264 ) ( -1332 2328 408 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3333 +{ +( -1130 2332 424 ) ( -1336 2332 424 ) ( -1336 2324 424 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2324 568 ) ( -1336 2332 568 ) ( -1130 2332 568 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2324 568 ) ( -1130 2324 568 ) ( -1130 2324 424 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1130 2324 568 ) ( -1130 2332 568 ) ( -1130 2332 424 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2332 568 ) ( -1336 2332 568 ) ( -1336 2332 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2324 424 ) ( -1328 2332 424 ) ( -1332 2328 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3334 +{ +( -1328 2500 264 ) ( -1336 2500 264 ) ( -1336 2324 264 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2324 408 ) ( -1336 2500 408 ) ( -1328 2500 408 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1328 2324 408 ) ( -1328 2500 408 ) ( -1328 2500 264 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1328 2500 408 ) ( -1336 2500 408 ) ( -1336 2500 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2500 408 ) ( -1336 2324 408 ) ( -1336 2324 264 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1328 2332 264 ) ( -1336 2324 264 ) ( -1332 2328 408 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3335 +{ +( -1328 2498 424 ) ( -1336 2498 424 ) ( -1336 2324 424 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2324 568 ) ( -1336 2498 568 ) ( -1328 2498 568 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1328 2324 568 ) ( -1328 2498 568 ) ( -1328 2498 424 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1328 2500 568 ) ( -1336 2500 568 ) ( -1336 2500 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1336 2498 568 ) ( -1336 2324 568 ) ( -1336 2324 424 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1328 2332 424 ) ( -1336 2324 424 ) ( -1332 2328 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3336 +{ +( -1496 2508 264 ) ( -1586 2508 264 ) ( -1586 2500 264 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2500 408 ) ( -1586 2508 408 ) ( -1496 2508 408 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2500 408 ) ( -1496 2500 408 ) ( -1496 2500 264 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1328 2504 408 ) ( -1328 2512 408 ) ( -1328 2512 264 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1496 2508 408 ) ( -1586 2508 408 ) ( -1586 2508 264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1592 2508 408 ) ( -1592 2500 408 ) ( -1592 2500 264 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3337 +{ +( -1330 2508 424 ) ( -1586 2508 424 ) ( -1586 2500 424 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2500 568 ) ( -1586 2508 568 ) ( -1330 2508 568 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2500 568 ) ( -1330 2500 568 ) ( -1330 2500 424 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1328 2500 568 ) ( -1328 2508 568 ) ( -1328 2508 424 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1330 2508 568 ) ( -1586 2508 568 ) ( -1586 2508 424 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 2508 568 ) ( -1586 2500 568 ) ( -1586 2500 424 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3338 +{ +( -1526 2516 408 ) ( -1586 2516 408 ) ( -1586 2274 408 ) mohtest/fltwall1grmy -200 56 0.00 -0.250000 1.195313 0 65536 0 +surfaceparm detail +( -1586 2274 440 ) ( -1586 2516 440 ) ( -1526 2516 440 ) common/nodraw -50 14 0.00 -1 4.781250 536870912 2224 0 +surfaceparm detail +( -1522 2274 440 ) ( -1522 2516 440 ) ( -1522 2516 408 ) common/nodraw 29 48 0.00 -4.156250 0.500000 536870912 2224 0 +surfaceparm detail +( -1526 2516 440 ) ( -1586 2516 440 ) ( -1586 2516 408 ) common/nodraw -50 48 0.00 -1 0.500000 536870912 2224 0 +surfaceparm detail +( -1586 2516 440 ) ( -1586 2274 440 ) ( -1586 2274 408 ) common/nodraw 24 48 0.00 -4.187500 0.500000 536870912 2224 0 +surfaceparm detail +( -1562 2220 408 ) ( -1586 2248 408 ) ( -1574 2234 440 ) mohtest/floorcore2 36 48 0.00 -0.218756 0.500000 0 16384 0 +surfaceparm detail +( -1540 2210 408 ) ( -1562 2220 408 ) ( -1551 2215 440 ) mohtest/floorcore2 -127 48 0.00 -0.171880 0.500000 0 16384 0 +surfaceparm detail +( -1522 2250 408 ) ( -1540 2210 408 ) ( -1531 2230 440 ) mohtest/floorcore2 -127 48 0.00 -0.171880 0.500000 0 16384 0 +surfaceparm detail +} +// brush 3339 +{ +( -1474 2516 408 ) ( -1522 2516 408 ) ( -1522 2238 408 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1522 2238 440 ) ( -1522 2516 440 ) ( -1474 2516 440 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1474 2238 440 ) ( -1474 2516 440 ) ( -1474 2516 408 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1474 2516 440 ) ( -1522 2516 440 ) ( -1522 2516 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2516 440 ) ( -1522 2238 440 ) ( -1522 2238 408 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1474 2242 408 ) ( -1522 2250 408 ) ( -1498 2246 440 ) mohtest/floorcore2 -127 48 0.00 -0.171880 0.500000 0 16384 0 +surfaceparm detail +} +// brush 3340 +{ +( -1424 2516 408 ) ( -1474 2516 408 ) ( -1474 2214 408 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1474 2214 440 ) ( -1474 2516 440 ) ( -1424 2516 440 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1424 2214 440 ) ( -1424 2516 440 ) ( -1424 2516 408 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1424 2516 440 ) ( -1474 2516 440 ) ( -1474 2516 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1474 2516 440 ) ( -1474 2214 440 ) ( -1474 2214 408 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1424 2222 408 ) ( -1474 2242 408 ) ( -1449 2232 440 ) mohtest/floorcore2 -127 48 0.00 -0.171880 0.500000 0 16384 0 +surfaceparm detail +} +// brush 3341 +{ +( -1112 2094 568 ) ( -1274 2094 568 ) ( -1274 2086 568 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1274 2086 600 ) ( -1274 2094 600 ) ( -1112 2094 600 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1274 2086 600 ) ( -1112 2086 600 ) ( -1112 2086 568 ) general_structure/beam_wood1 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1112 2094 600 ) ( -1274 2094 600 ) ( -1274 2094 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1274 2094 600 ) ( -1274 2086 600 ) ( -1274 2086 568 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2094 568 ) ( -1114 2086 568 ) ( -1118 2090 600 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3342 +{ +( -1522 2516 568 ) ( -1600 2516 568 ) ( -1600 2444 568 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2444 600 ) ( -1600 2516 600 ) ( -1522 2516 600 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -1522 2444 600 ) ( -1522 2516 600 ) ( -1522 2516 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2516 600 ) ( -1600 2516 600 ) ( -1600 2516 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2516 600 ) ( -1600 2444 600 ) ( -1600 2444 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1562 2164 568 ) ( -1600 2220 568 ) ( -1581 2192 600 ) ta_berlin/brln_rubble -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1540 2160 568 ) ( -1562 2164 568 ) ( -1551 2162 600 ) ta_berlin/brln_rubble -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1522 2168 568 ) ( -1540 2160 568 ) ( -1531 2164 600 ) ta_berlin/brln_rubble -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3343 +{ +( -1474 2516 568 ) ( -1522 2516 568 ) ( -1522 2498 568 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1522 2498 600 ) ( -1522 2516 600 ) ( -1474 2516 600 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -1508 2168 600 ) ( -1460 2168 600 ) ( -1460 2168 568 ) ta_berlin/brln_rubble -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1474 2498 600 ) ( -1474 2516 600 ) ( -1474 2516 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1474 2516 600 ) ( -1522 2516 600 ) ( -1522 2516 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2516 600 ) ( -1522 2498 600 ) ( -1522 2498 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3344 +{ +( -1424 2516 568 ) ( -1474 2516 568 ) ( -1474 2488 568 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1474 2488 600 ) ( -1474 2516 600 ) ( -1424 2516 600 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -1424 2488 600 ) ( -1424 2516 600 ) ( -1424 2516 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1424 2516 600 ) ( -1474 2516 600 ) ( -1474 2516 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1474 2516 600 ) ( -1474 2488 600 ) ( -1474 2488 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1424 2150 568 ) ( -1474 2168 568 ) ( -1449 2159 600 ) ta_berlin/brln_rubble -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3345 +{ +( -1312 2516 568 ) ( -1424 2516 568 ) ( -1424 2440 568 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1424 2440 600 ) ( -1424 2516 600 ) ( -1312 2516 600 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -1224 2096 600 ) ( -1112 2096 600 ) ( -1112 2096 568 ) ta_berlin/brln_rubble -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2376 600 ) ( -1122 2452 600 ) ( -1122 2452 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1312 2516 600 ) ( -1424 2516 600 ) ( -1424 2516 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1424 2516 600 ) ( -1424 2440 600 ) ( -1424 2440 568 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1330 2096 568 ) ( -1424 2150 568 ) ( -1377 2123 600 ) ta_berlin/brln_rubble -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3346 +{ +( -1520 2524 600 ) ( -1552 2524 600 ) ( -1552 2176 600 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2176 744 ) ( -1554 2524 744 ) ( -1522 2524 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2176 744 ) ( -1522 2524 744 ) ( -1522 2524 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2524 744 ) ( -1554 2524 744 ) ( -1554 2524 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2524 744 ) ( -1554 2176 744 ) ( -1554 2176 584 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1522 2206 584 ) ( -1554 2174 584 ) ( -1538 2190 744 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3347 +{ +( -1134 2524 600 ) ( -1168 2524 600 ) ( -1168 2484 600 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1170 2484 744 ) ( -1170 2524 744 ) ( -1136 2524 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1138 2484 744 ) ( -1138 2524 744 ) ( -1138 2524 584 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1136 2524 744 ) ( -1170 2524 744 ) ( -1170 2524 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1170 2524 744 ) ( -1170 2484 744 ) ( -1170 2484 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1138 2174 584 ) ( -1170 2206 584 ) ( -1154 2190 744 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3348 +{ +( -1522 2206 616 ) ( -1554 2206 616 ) ( -1554 2174 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2174 712 ) ( -1554 2206 712 ) ( -1522 2206 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2174 712 ) ( -1522 2174 712 ) ( -1522 2174 616 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1522 2174 712 ) ( -1522 2206 712 ) ( -1522 2206 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2174 616 ) ( -1522 2206 616 ) ( -1538 2190 712 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3349 +{ +( -1506 2206 712 ) ( -1554 2206 712 ) ( -1554 2174 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2174 744 ) ( -1554 2206 744 ) ( -1506 2206 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2174 744 ) ( -1506 2174 744 ) ( -1506 2174 712 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1506 2206 744 ) ( -1554 2206 744 ) ( -1554 2206 712 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1170 2206 712 ) ( -1138 2174 712 ) ( -1154 2190 744 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2174 712 ) ( -1522 2206 712 ) ( -1538 2190 744 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3350 +{ +( -1512 2206 600 ) ( -1552 2206 600 ) ( -1552 2174 600 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2174 616 ) ( -1554 2206 616 ) ( -1514 2206 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2174 616 ) ( -1514 2174 616 ) ( -1514 2174 584 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1514 2206 616 ) ( -1554 2206 616 ) ( -1554 2206 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2174 584 ) ( -1522 2206 584 ) ( -1538 2190 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1170 2206 584 ) ( -1138 2174 584 ) ( -1154 2190 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3351 +{ +( -1458 2206 616 ) ( -1522 2206 616 ) ( -1522 2174 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2174 712 ) ( -1522 2206 712 ) ( -1458 2206 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2174 712 ) ( -1458 2174 712 ) ( -1458 2174 616 ) general_structure/denmark_win2 28 75 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1458 2174 712 ) ( -1458 2206 712 ) ( -1458 2206 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 2206 712 ) ( -1522 2206 712 ) ( -1522 2206 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1522 2206 712 ) ( -1522 2174 712 ) ( -1522 2174 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3352 +{ +( -1426 2206 616 ) ( -1458 2206 616 ) ( -1458 2174 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 2174 712 ) ( -1458 2206 712 ) ( -1426 2206 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 2174 712 ) ( -1426 2174 712 ) ( -1426 2174 616 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1426 2174 712 ) ( -1426 2206 712 ) ( -1426 2206 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1426 2206 712 ) ( -1458 2206 712 ) ( -1458 2206 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 2206 712 ) ( -1458 2174 712 ) ( -1458 2174 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3353 +{ +( -1362 2206 616 ) ( -1426 2206 616 ) ( -1426 2174 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1426 2174 712 ) ( -1426 2206 712 ) ( -1362 2206 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1426 2174 712 ) ( -1362 2174 712 ) ( -1362 2174 616 ) general_structure/denmark_win2 92 75 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1362 2174 712 ) ( -1362 2206 712 ) ( -1362 2206 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1362 2206 712 ) ( -1426 2206 712 ) ( -1426 2206 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1426 2206 712 ) ( -1426 2174 712 ) ( -1426 2174 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3354 +{ +( -1330 2206 616 ) ( -1362 2206 616 ) ( -1362 2174 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1362 2174 712 ) ( -1362 2206 712 ) ( -1330 2206 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1362 2174 712 ) ( -1330 2174 712 ) ( -1330 2174 616 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1330 2174 712 ) ( -1330 2206 712 ) ( -1330 2206 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1330 2206 712 ) ( -1362 2206 712 ) ( -1362 2206 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1362 2206 712 ) ( -1362 2174 712 ) ( -1362 2174 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3355 +{ +( -1266 2206 616 ) ( -1330 2206 616 ) ( -1330 2174 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1330 2174 712 ) ( -1330 2206 712 ) ( -1266 2206 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1330 2174 712 ) ( -1266 2174 712 ) ( -1266 2174 616 ) general_structure/denmark_win2 28 75 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1266 2174 712 ) ( -1266 2206 712 ) ( -1266 2206 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1266 2206 712 ) ( -1330 2206 712 ) ( -1330 2206 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1330 2206 712 ) ( -1330 2174 712 ) ( -1330 2174 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3356 +{ +( -1234 2206 616 ) ( -1266 2206 616 ) ( -1266 2174 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1266 2174 712 ) ( -1266 2206 712 ) ( -1234 2206 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1266 2174 712 ) ( -1234 2174 712 ) ( -1234 2174 616 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1234 2174 712 ) ( -1234 2206 712 ) ( -1234 2206 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1234 2206 712 ) ( -1266 2206 712 ) ( -1266 2206 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1266 2206 712 ) ( -1266 2174 712 ) ( -1266 2174 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3357 +{ +( -1170 2206 616 ) ( -1234 2206 616 ) ( -1234 2174 616 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1234 2174 712 ) ( -1234 2206 712 ) ( -1170 2206 712 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1234 2174 712 ) ( -1170 2174 712 ) ( -1170 2174 616 ) general_structure/denmark_win2 92 75 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +( -1170 2174 712 ) ( -1170 2206 712 ) ( -1170 2206 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1170 2206 712 ) ( -1234 2206 712 ) ( -1234 2206 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1234 2206 712 ) ( -1234 2174 712 ) ( -1234 2174 616 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3358 +{ +( -1122 2264 744 ) ( -1570 2264 744 ) ( -1570 2158 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1570 2158 840 ) ( -1570 2264 840 ) ( -1122 2264 840 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1570 2158 744 ) ( -1570 2254 840 ) ( -1122 2206 792 ) general_structure/shingles_ce2 -128 32 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1570 2270 840 ) ( -1570 2174 744 ) ( -1122 2222 792 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1234 2270 744 ) ( -1122 2158 744 ) ( -1178 2214 840 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1570 2158 743.999817 ) ( -1458 2270 743.999817 ) ( -1514 2214 840 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3359 +{ +( -1458 2524 744 ) ( -1570 2524 744 ) ( -1570 2158 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1570 2158 840 ) ( -1570 2524 840 ) ( -1458 2524 840 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 2524 840 ) ( -1570 2524 840 ) ( -1570 2524 744 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1570 2158 744 ) ( -1522 2524 792 ) ( -1474 2158 840 ) general_structure/shingles_ce2 -128 32 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1458 2158 840 ) ( -1506 2524 792 ) ( -1554 2158 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 2270 744 ) ( -1570 2158 744 ) ( -1514 2214 840 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3360 +{ +( -1122 2524 744 ) ( -1234 2524 744 ) ( -1234 2158 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1234 2158 840 ) ( -1234 2524 840 ) ( -1122 2524 840 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2524 840 ) ( -1234 2524 840 ) ( -1234 2524 744 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1218 2158 840 ) ( -1170 2524 792 ) ( -1122 2158 744 ) general_structure/shingles_ce2 -128 32 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1138 2158 744 ) ( -1186 2524 792 ) ( -1234 2158 840 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2158 744 ) ( -1234 2270 744 ) ( -1178 2214 840.000061 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3361 +{ +( -1554 2524 736 ) ( -1578 2524 736 ) ( -1578 2150 736 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1578 2150 744 ) ( -1578 2524 744 ) ( -1554 2524 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2524 744 ) ( -1578 2524 744 ) ( -1578 2524 736 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1578 2150 736 ) ( -1574 2524 740 ) ( -1570 2150 744 ) general_structure/shingles_ce2 -128 32 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1554 2150 744 ) ( -1558 2524 740 ) ( -1562 2150 736 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1554 2174 736 ) ( -1578 2150 736 ) ( -1566 2162 744 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3362 +{ +( -1114 2524 736 ) ( -1138 2524 736 ) ( -1138 2150 736 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1138 2150 744 ) ( -1138 2524 744 ) ( -1114 2524 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1114 2524 744 ) ( -1138 2524 744 ) ( -1138 2524 736 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2150 736 ) ( -1134 2524 740 ) ( -1138 2150 744 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2150 744 ) ( -1118 2524 740 ) ( -1114 2150 736 ) general_structure/shingles_ce2 -128 32 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1114 2150 736 ) ( -1138 2174 736 ) ( -1126 2162 744 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3363 +{ +( -1114 2174 736 ) ( -1578 2174 736 ) ( -1578 2150 736 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1578 2150 744 ) ( -1578 2174 744 ) ( -1114 2174 744 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1578 2150 736 ) ( -1578 2158 744 ) ( -1114 2154 740 ) general_structure/shingles_ce2 -128 32 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1578 2174 744 ) ( -1578 2166 736 ) ( -1114 2170 740 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1578 2150 736 ) ( -1554 2174 736 ) ( -1566 2162 744 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1138 2174 735.999817 ) ( -1114 2150 735.999817 ) ( -1126 2162 744 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3364 +{ +( -1532 2110 168 ) ( -1600 2110 168 ) ( -1600 2094 168 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2094 280 ) ( -1600 2110 280 ) ( -1532 2110 280 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2094 280 ) ( -1532 2094 280 ) ( -1532 2094 168 ) general_structure/plaster_wall3d -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1532 2110 280 ) ( -1600 2110 280 ) ( -1600 2110 168 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1600 2110 280 ) ( -1600 2094 280 ) ( -1600 2094 168 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1586 2094 280 ) ( -1559 2110 245 ) ( -1532 2094 210 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1532 2094 210 ) ( -1534 2110 189 ) ( -1536 2094 168 ) models/items/rubblebase -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3365 +{ +( -1522 2094 296 ) ( -1106 2094 296 ) ( -1106 2094 -280 ) general_structure/plaster_wall3d -206 48 0.00 1 1 0 65536 0 +surfaceparm detail +( -1186 2110 -8 ) ( -1186 2094 -8 ) ( -1186 2102 248 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1250 2104 8 ) ( -1250 2120 8 ) ( -1250 2112 264 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1218 2102 24 ) ( -1250 2110 24 ) ( -1250 2094 24 ) common/nodraw 61 13 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1218 2112 176 ) ( -1250 2112 184 ) ( -1250 2112 168 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1250 2102 72 ) ( -1218 2098 72 ) ( -1250 2094 72 ) common/nodraw 61 13 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3366 +{ +( -1796 2972 16 ) ( -1796 2972 32 ) ( -1860 2972 32 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2127.256836 2560.215820 16 ) ( -2198.598145 2495.979004 16 ) ( -1920.240479 2186.829590 16 ) common/nodraw -32 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1220.742920 1266.491211 24 ) ( -2279.461426 2466.229004 24 ) ( -1196.962402 1287.903809 24 ) misc_outside/concpath1_wgrass -96 160 0.00 1 1 0 65536 0 +surfaceparm detail +( -1794 2094 32 ) ( -1794 2094 16 ) ( -1858 2094 16 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 2306 16 ) ( -1600 2306 32 ) ( -1600 2114 32 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2290 32 ) ( -1122 2290 16 ) ( -1122 2098 16 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3367 +{ +( -1490 2802 736 ) ( -1138 2802 736 ) ( -1138 2898 736 ) general_structure/beam_wood1 -254 29 0.00 1 1 0 16384 0 +surfaceparm detail +( -1138 2890 744 ) ( -1138 2794 840 ) ( -1490 2794 840 ) general_structure/shingles_ce2 -92 252 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1426 2874 744 ) ( -1426 2778 840 ) ( -1074 2778 840 ) general_structure/beam_wood1 -254 29 0.00 1 1 0 16384 0 +surfaceparm detail +( -1490 2906 744 ) ( -1138 2890 744 ) ( -1490 2874 744 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1226 2786 744 ) ( -1218 2794 728 ) ( -1234 2778 728 ) common/nodraw 30 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1466 2786 744 ) ( -1458 2778 728 ) ( -1474 2794 728 ) common/nodraw -62 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3368 +{ +( -1138 2794 840 ) ( -1138 2698 840 ) ( -1490 2698 840 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1138 2890 744 ) ( -1138 2794 840 ) ( -1490 2794 840 ) general_structure/shingles_ce2 -92 252 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1426 2874 744 ) ( -1426 2778 840 ) ( -1074 2778 840 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1490 2906 744 ) ( -1490 2874 744 ) ( -1138 2890 744 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1226 2786 840 ) ( -1218 2794 744 ) ( -1234 2778 744 ) common/nodraw 30 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1466 2786 840 ) ( -1458 2778 744 ) ( -1474 2794 744 ) common/nodraw -62 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3369 +{ +( -1232 2972 568 ) ( -1232 2940 568 ) ( -1168 2940 568 ) general_structure/beam_wood1 30 -13 -180.00 1 1 0 16384 0 +surfaceparm detail +( -1376 2940 600 ) ( -1440 2940 600 ) ( -1440 2972 600 ) common/nodraw -13 -46 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1608 2980 600 ) ( -1608 2980 568 ) ( -1152 2980 568 ) general_structure/beam_wood1 72 -4 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -1608 2980 568 ) ( -1608 2980 600 ) ( -1600 2972 600 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1576 2972 568 ) ( -1600 2972 568 ) ( -1588 2972 600 ) common/nodraw 48 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1114 2980 568 ) ( -1122 2972 568 ) ( -1118 2976 600 ) common/nodraw 0 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3370 +{ +( -1554 2094 296 ) ( -1138 2094 296 ) ( -1138 2094 -280 ) general_structure/plaster_wall3d -174 48 0.00 1 1 0 65536 0 +surfaceparm detail +( -1250 2120 -8 ) ( -1250 2104 -8 ) ( -1250 2112 248 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1282 2104 8 ) ( -1282 2120 8 ) ( -1282 2112 264 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1250 2102 24 ) ( -1282 2110 24 ) ( -1282 2094 24 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1250 2112 176 ) ( -1282 2112 184 ) ( -1282 2112 168 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1282 2102 168 ) ( -1250 2098 168 ) ( -1282 2094 168 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3371 +{ +( -1554 2094 280 ) ( -1138 2094 280 ) ( -1138 2094 -296 ) general_structure/denmark_win2 60 -40 -180.00 0.500000 -0.533356 0 4194304 0 +surfaceparm detail +( -1186 2110 -8 ) ( -1186 2094 -8 ) ( -1186 2102 248 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1250 2104 -8 ) ( -1250 2120 -8 ) ( -1250 2112 248 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1250 2126 168 ) ( -1186 2102 168 ) ( -1250 2078 168 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1186 2118 72 ) ( -1250 2126 72 ) ( -1250 2110 72 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1154 2112 72 ) ( -1130 2112 72 ) ( -1142 2112 168 ) general_structure/denmark_win2 60 135 0.00 -0.500000 0.533333 0 4194304 0 +surfaceparm detail +} +// brush 3372 +{ +( -1554 2102 168 ) ( -1458 2098 168 ) ( -1554 2094 168 ) models/items/rubblebase -144 252 0.00 1 1 0 65536 0 +surfaceparm detail +( -1458 2112 176 ) ( -1554 2112 184 ) ( -1554 2112 168 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1330 2126 24 ) ( -1378 2126 24 ) ( -1354 2094 24 ) common/nodraw -46 44 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1458 2120 -72 ) ( -1458 2104 -72 ) ( -1458 2112 216 ) common/nodraw -58 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2094 504 ) ( -1138 2094 504 ) ( -1138 2094 -72 ) general_structure/plaster_wall3d -174 48 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2100 24 ) ( -1600 2102 24 ) ( -1600 2101 168 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3373 +{ +( -1154 2126 -280 ) ( -1122 2094 -280 ) ( -1138 2110 296 ) common/nodraw 30 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1186 2102 168 ) ( -1138 2098 168 ) ( -1186 2094 168 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1142 2112 176 ) ( -1190 2112 184 ) ( -1190 2112 168 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2102 24 ) ( -1186 2110 24 ) ( -1186 2094 24 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1186 2094 -8 ) ( -1186 2110 -8 ) ( -1186 2102 248 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1554 2094 296 ) ( -1138 2094 296 ) ( -1138 2094 -280 ) general_structure/plaster_wall3d -174 48 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3374 +{ +( -1138 2094 24 ) ( -1138 2126 24 ) ( -1554 2126 24 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1554 2094 584 ) ( -1138 2094 584 ) ( -1138 2094 8 ) general_structure/cellardoor 98 41 -180.00 0.625000 -0.562500 0 16384 0 +surfaceparm detail +( -1458 2094 -72 ) ( -1458 2110 -72 ) ( -1458 2102 216 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1378 2110 -72 ) ( -1378 2094 -72 ) ( -1378 2102 216 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1458 2126 168 ) ( -1378 2110 168 ) ( -1458 2094 168 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1156 2112 40 ) ( -1132 2112 40 ) ( -1144 2112 168 ) general_structure/door_offwhite2 99 42 0.00 -0.625000 0.562500 0 16384 0 +surfaceparm detail +} +// brush 3375 +{ +( -1378 2094 -72 ) ( -1378 2110 -72 ) ( -1378 2102 216 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1554 2094 504 ) ( -1138 2094 504 ) ( -1138 2094 -72 ) general_structure/plaster_wall3d -174 48 0.00 1 1 0 65536 0 +surfaceparm detail +( -1282 2136 200 ) ( -1282 2136 136 ) ( -1282 2104 168 ) common/nodraw 62 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1330 2126 24 ) ( -1378 2126 24 ) ( -1354 2094 24 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1282 2112 176 ) ( -1378 2112 184 ) ( -1378 2112 168 ) central_europe/interiorwall_set2wtrim 0 32 0.00 1 1 0 16384 0 +surfaceparm detail +( -1378 2102 168 ) ( -1282 2098 168 ) ( -1378 2094 168 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3376 +{ +( -1106 2526 736 ) ( -1202 2526 736 ) ( -1202 2174 736 ) general_structure/beam_wood1 254 30 -90.00 1 1 0 16384 0 +surfaceparm detail +( -1218 2174 840 ) ( -1218 2526 840 ) ( -1122 2526 744 ) general_structure/shingles_ce2 -116 -91 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1234 2974 840 ) ( -1234 2622 840 ) ( -1138 2622 744 ) general_structure/beam_wood1 254 30 -90.00 1 1 0 16384 0 +surfaceparm detail +( -1138 2622 744 ) ( -1122 2974 744 ) ( -1106 2622 744 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1236 2776 736 ) ( -1220 2792 736 ) ( -1228 2784 744 ) common/nodraw 30 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1240 2524 736 ) ( -1264 2524 736 ) ( -1252 2524 744 ) common/nodraw 18 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3377 +{ +( -1314 2558 840 ) ( -1314 2910 840 ) ( -1218 2910 840 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1218 2174 840 ) ( -1218 2526 840 ) ( -1122 2526 744 ) general_structure/shingles_ce2 -116 -91 90.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1234 2974 840 ) ( -1234 2622 840 ) ( -1138 2622 744 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2974 744 ) ( -1138 2622 744 ) ( -1106 2622 744 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1236 2776 744 ) ( -1220 2792 744 ) ( -1228 2784 840 ) common/nodraw 30 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1240 2524 744 ) ( -1264 2524 744 ) ( -1252 2524 840 ) common/nodraw 18 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3378 +{ +( -1378 2926 840 ) ( -1378 2574 840 ) ( -1474 2574 840 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1474 2542 840 ) ( -1474 2190 840 ) ( -1570 2190 744 ) general_structure/shingles_ce2 -92 252 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1458 2510 840 ) ( -1458 2862 840 ) ( -1554 2862 744 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1570 2510 744 ) ( -1554 2862 744 ) ( -1586 2862 744 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1512 2832 744 ) ( -1500 2820 744 ) ( -1506 2826 840 ) common/nodraw -62 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1240 2524 744 ) ( -1264 2524 744 ) ( -1252 2524 840 ) common/nodraw -50 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3379 +{ +( -1586 2190 736 ) ( -1490 2190 736 ) ( -1490 2542 736 ) general_structure/beam_wood1 254 13 -90.00 1 1 0 16384 0 +surfaceparm detail +( -1474 2542 840 ) ( -1474 2190 840 ) ( -1570 2190 744 ) general_structure/shingles_ce2 -92 252 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -1458 2510 840 ) ( -1458 2862 840 ) ( -1554 2862 744 ) general_structure/beam_wood1 254 30 -90.00 1 1 0 16384 0 +surfaceparm detail +( -1554 2862 744 ) ( -1570 2510 744 ) ( -1586 2862 744 ) common/nodraw 61 45 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1512 2832 736 ) ( -1500 2820 736 ) ( -1506 2826 744 ) common/nodraw -62 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1240 2524 736 ) ( -1264 2524 736 ) ( -1252 2524 744 ) common/nodraw -50 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3380 +{ +( -1600 2462 568 ) ( -1568 2462 568 ) ( -1568 2526 568 ) general_structure/beam_wood1 141 14 -90.00 1 1 0 16384 0 +surfaceparm detail +( -1568 2318 600 ) ( -1568 2254 600 ) ( -1600 2254 600 ) common/nodraw 14 -29 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1608 2086 600 ) ( -1608 2086 568 ) ( -1608 2542 568 ) general_structure/beam_wood1 182 -5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -1600 2118 568 ) ( -1600 2094 568 ) ( -1600 2106 600 ) common/nodraw 30 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1614 2986 568 ) ( -1610 2982 568 ) ( -1612 2984 600 ) common/nodraw 0 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1240 2524 568 ) ( -1264 2524 568 ) ( -1252 2524 600 ) common/nodraw 52 7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3381 +{ +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1600 2168 264 ) ( -1546 2168 264 ) ( -1546 2168 232 ) mohtest/floorcore2 17 16 0.00 -0.562065 0.500000 0 16384 0 +surfaceparm detail +( -1130 2516 264 ) ( -1184 2516 264 ) ( -1184 2516 232 ) common/nodraw 48 -5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1522 2122 232 ) ( -1522 2136 232 ) ( -1522 2129 264 ) common/nodraw 60 -6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1474 2232 232 ) ( -1474 2216 232 ) ( -1474 2224 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3382 +{ +( -1522 2136 232 ) ( -1522 2122 232 ) ( -1522 2129 264 ) common/nodraw 14 15 -180.00 5.437508 -0.500000 536870912 2224 0 +surfaceparm detail +( -1594 2094 232 ) ( -1594 2094 264 ) ( -1522 2168 264 ) mohtest/floorcore2 17 16 0.00 -0.562065 0.500000 0 16384 0 +surfaceparm detail +( -1594 2516 264 ) ( -1594 2516 232 ) ( -1522 2516 232 ) common/nodraw -47 16 -180.00 1.093750 -0.500000 536870912 2224 0 +surfaceparm detail +( -1600 2094 264 ) ( -1600 2156 264 ) ( -1546 2156 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -1546 2156 232 ) ( -1600 2156 232 ) ( -1600 2094 232 ) mohtest/fltwall1grmy -190 253 0.00 -0.273438 1.640409 0 65536 0 +surfaceparm detail +( -1592 2516 232 ) ( -1592 2516 264 ) ( -1592 2094 264 ) general_structure/floor4 253 64 0.00 -1.640410 0.125000 0 16384 0 +surfaceparm detail +} +// brush 3383 +{ +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) general_structure/denmark_win2 4 148 0.00 -0.500000 0.577778 0 4194304 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) general_structure/denmark_win2 4 148 0.00 -0.500000 0.577778 0 4194304 0 +surfaceparm detail +( -894 3178 20 ) ( -894 3184 20 ) ( -894 3181 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -830 3182 20 ) ( -830 3178 20 ) ( -830 3180 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -852 3184 86 ) ( -860 3160 86 ) ( -844 3160 86 ) common/nodraw 51 8 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -874 3160 190 ) ( -871 3184 190 ) ( -868 3160 190 ) common/nodraw 51 8 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 3384 +{ +( -1020 3160 24 ) ( -1020 3188 24 ) ( -1128 3188 24 ) common/nodraw 5 43 -180.00 6.125000 -0.375000 536870912 2224 0 +surfaceparm detail +( -1128 3160 512 ) ( -1020 3160 512 ) ( -1020 3160 248 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1020 3184 512 ) ( -1128 3184 512 ) ( -1128 3184 248 ) TAardennes/wintered_grey -182 -47 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -894 3178 20 ) ( -894 3184 20 ) ( -894 3181 240 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -830 3182 24 ) ( -830 3178 24 ) ( -830 3180 244 ) common/nodraw 42 1 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +( -860 3160 86 ) ( -852 3184 86 ) ( -844 3160 86 ) common/nodraw 51 8 -180.00 0.375000 -3.437500 536870912 2224 0 +surfaceparm detail +} +// brush 3385 +{ +( -758 3240 216 ) ( -790 3240 216 ) ( -790 3224 224 ) common/nodraw 41 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -702 3232 232 ) ( -1098 3232 232 ) ( -1098 3240 232 ) common/nodraw 41 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -766 3232 228 ) ( -766 3240 228 ) ( -766 3240 204 ) general_structure/beam_wood1 -168 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -790 3240 200 ) ( -758 3240 200 ) ( -758 3240 232 ) general_structure/beam_wood1 242 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -1098 3224 232 ) ( -702 3224 232 ) ( -702 3224 208 ) general_structure/beam_wood1 242 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -782 3224 232 ) ( -782 3224 216 ) ( -782 3232 224 ) general_structure/beam_wood1 -168 7 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3386 +{ +( -790 3184 184 ) ( -758 3184 184 ) ( -758 3184 160 ) common/nodraw 0 -25 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -790 3240 216 ) ( -758 3240 216 ) ( -758 3224 224 ) common/nodraw 41 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -766 3232 220 ) ( -766 3240 220 ) ( -766 3240 196 ) general_structure/beam_wood1 -204 -21 43.98 1.000224 1.000136 0 16384 0 +surfaceparm detail +( -790 3184 160 ) ( -758 3184 160 ) ( -758 3240 216 ) general_structure/beam_wood1 -167 -16 90.00 1 1 0 16384 0 +surfaceparm detail +( -758 3184 184 ) ( -790 3184 184 ) ( -790 3224 224 ) general_structure/beam_wood1 -167 -16 90.00 1 1 0 16384 0 +surfaceparm detail +( -782 3224 224 ) ( -782 3224 208 ) ( -782 3232 216 ) general_structure/beam_wood1 -204 -21 43.98 1.000224 1.000136 0 16384 0 +surfaceparm detail +} +// brush 3387 +{ +( -1030 3184 184 ) ( -998 3184 184 ) ( -998 3184 160 ) common/nodraw 0 -25 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1030 3240 216 ) ( -998 3240 216 ) ( -998 3224 224 ) common/nodraw 41 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1006 3232 220 ) ( -1006 3240 220 ) ( -1006 3240 196 ) general_structure/beam_wood1 -204 -21 43.98 1.000224 1.000136 0 16384 0 +surfaceparm detail +( -1030 3184 160 ) ( -998 3184 160 ) ( -998 3240 216 ) general_structure/beam_wood1 -167 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -998 3184 184 ) ( -1030 3184 184 ) ( -1030 3224 224 ) general_structure/beam_wood1 -167 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -1022 3224 224 ) ( -1022 3224 208 ) ( -1022 3232 216 ) general_structure/beam_wood1 -204 -21 43.98 1.000224 1.000136 0 16384 0 +surfaceparm detail +} +// brush 3388 +{ +( -998 3240 216 ) ( -1030 3240 216 ) ( -1030 3224 224 ) common/nodraw 41 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -942 3232 232 ) ( -1338 3232 232 ) ( -1338 3240 232 ) common/nodraw 41 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1006 3232 228 ) ( -1006 3240 228 ) ( -1006 3240 204 ) general_structure/beam_wood1 -204 -21 43.98 1.000224 1.000136 0 16384 0 +surfaceparm detail +( -1030 3240 200 ) ( -998 3240 200 ) ( -998 3240 232 ) general_structure/beam_wood1 2 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -1338 3224 232 ) ( -942 3224 232 ) ( -942 3224 208 ) general_structure/beam_wood1 2 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -1022 3224 232 ) ( -1022 3224 216 ) ( -1022 3232 224 ) general_structure/beam_wood1 -204 -21 43.98 1.000224 1.000136 0 16384 0 +surfaceparm detail +} +// brush 3389 +{ +( -1030 3274 264 ) ( -1030 3266 264 ) ( -758 3266 264 ) common/nodraw 2 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -758 3266 328 ) ( -1030 3266 328 ) ( -1030 3274 328 ) common/nodraw 2 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -790 3266 264 ) ( -790 3266 328 ) ( -782 3274 328 ) common/nodraw 0 -24 0.00 0.708984 1 536870912 2224 0 +surfaceparm detail +( -758 3274 328 ) ( -1030 3274 328 ) ( -1030 3274 264 ) central_europe/balcny_rail_set1 -232 13 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -998 3266 328 ) ( -998 3266 264 ) ( -1006 3274 264 ) common/nodraw 35 -22 -180.00 0.708984 -1 536870912 2224 0 +surfaceparm detail +( -790 3266 328 ) ( -790 3266 264 ) ( -1046 3266 264 ) common/nodraw 0 -25 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 3390 +{ +( -1030 3250 264 ) ( -1030 3170 264 ) ( -1022 3170 264 ) common/nodraw 33 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1022 3170 328 ) ( -1030 3170 328 ) ( -1030 3250 328 ) common/nodraw 33 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1086.000488 3186 264 ) ( -1086.000488 3186 328 ) ( -998 3266 328 ) common/nodraw 0 -25 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1006 3274 328 ) ( -1006 3274 264 ) ( -998 3266 264 ) common/nodraw 2 -22 -180.00 0.708984 -1 536870912 2224 0 +surfaceparm detail +( -1094 3186 328 ) ( -1094 3186 264 ) ( -1030 3250 264 ) central_europe/balcny_rail_set1 -200 15 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -1086 3186 328 ) ( -1086 3186 264 ) ( -1094 3186 264 ) common/nodraw 0 -25 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 3391 +{ +( -766 3170 264 ) ( -758 3170 264 ) ( -758 3250 264 ) common/nodraw 33 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -758 3250 328 ) ( -758 3170 328 ) ( -766 3170 328 ) common/nodraw 33 -50 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -790 3266 264 ) ( -790 3266 328 ) ( -702 3186 328 ) common/nodraw 0 -25 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -790 3266 328 ) ( -790 3266 264 ) ( -782 3274 264 ) common/nodraw -31 -24 0.00 0.708984 1 536870912 2224 0 +surfaceparm detail +( -758 3250 264 ) ( -694 3186 264 ) ( -694 3186 328 ) central_europe/balcny_rail_set1 8 11 -180.00 0.250000 -0.500000 204800 262656 0 +surfaceparm detail +( -694 3186 264 ) ( -702 3186 264 ) ( -702 3186 328 ) common/nodraw 0 -25 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 3392 +{ +( -830 3184 232 ) ( -894 3184 232 ) ( -894 3160 232 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -894 3160 264 ) ( -894 3184 264 ) ( -830 3184 264 ) general_structure/floor4 -144 28 0.00 1 1 0 16384 0 +surfaceparm detail +( -894 3160 264 ) ( -830 3160 264 ) ( -830 3160 232 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -830 3160 264 ) ( -830 3184 264 ) ( -830 3184 232 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -830 3184 264 ) ( -894 3184 264 ) ( -894 3184 232 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -894 3184 264 ) ( -894 3160 264 ) ( -894 3160 232 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3393 +{ +( -726 3186 232 ) ( -726 3154 232 ) ( -662 3154 232 ) general_structure/beam_wood1 242 -10 -180.00 1 1 0 16384 0 +surfaceparm detail +( -870 3154 264 ) ( -934 3154 264 ) ( -934 3186 264 ) general_structure/floor4 -144 28 0.00 1 1 0 16384 0 +surfaceparm detail +( -854 3274 264 ) ( -918 3274 264 ) ( -918 3274 248 ) general_structure/beam_wood1 162 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -702 3194 240 ) ( -702 3186 240 ) ( -702 3190 272 ) general_structure/beam_wood1 -26 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1094 3186 224 ) ( -1078 3202 224 ) ( -1086 3194 256 ) general_structure/beam_wood1 90 -21 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -710 3202 240 ) ( -702 3194 240 ) ( -706 3198 272 ) general_structure/beam_wood1 -26 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -1086 3178 232 ) ( -1094 3186 232 ) ( -1090 3182 264 ) common/nodraw 57 -22 -180.00 0.708984 -1 536870912 2224 0 +surfaceparm detail +( -690 3184 232 ) ( -1080 3184 232 ) ( -885 3184 264 ) common/nodraw 54 -21 -180.00 0.708984 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3394 +{ +( -1410.724609 2314.225586 640 ) ( -1122.225586 2602.724609 640 ) ( -709.275391 2189.774414 640 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -658 3184 0 ) ( -658 3184 448 ) ( -1170 3184 448 ) central_europe/tudor_set1_exwall1a -47 24 0.00 1.150000 1.200000 0 65536 0 +surfaceparm detail +( -1122 3180 24 ) ( -1122 3182 24 ) ( -1122 3181 640 ) central_europe/tudor_set1_exwall1a -108 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -536 3157 24 ) ( -536 3155 24 ) ( -536 3156 640 ) central_europe/tudor_set1_exwall1a -108 24 0.00 1 1.200000 0 65536 0 +surfaceparm detail +( -1092 2216 24 ) ( -1096 2216 24 ) ( -1094 2216 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1016 3160 512 ) ( -1022 2216 512 ) ( -1010 2216 512 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3395 +{ +( -1122 2524 264 ) ( -1130 2524 264 ) ( -1130 2480 264 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2480 376 ) ( -1130 2524 376 ) ( -1122 2524 376 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2480 376 ) ( -1122 2524 376 ) ( -1122 2524 280 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 376 ) ( -1130 2480 376 ) ( -1130 2480 280 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2094 280 ) ( -1130 2102 280 ) ( -1126 2098 376 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2216 362 ) ( -1130 2216 358 ) ( -1122 2216 360 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3396 +{ +( -1130 2964 376 ) ( -1130 2102.000488 376 ) ( -1122 2094 376 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2102.000488 456 ) ( -1130 2964 456 ) ( -1122 2972 456 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2512 456 ) ( -1122 2524 456 ) ( -1122 2524 376 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 456 ) ( -1130 2512 456 ) ( -1130 2512 376 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2102 376 ) ( -1130 2102 456 ) ( -1122 2094 456 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2216 378 ) ( -1130 2216 374 ) ( -1122 2216 376 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3397 +{ +( -1122 2524 264 ) ( -1130 2524 264 ) ( -1130 2480 264 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2480 376 ) ( -1130 2524 376 ) ( -1122 2524 376 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2480 376 ) ( -1122 2524 376 ) ( -1122 2524 280 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 376 ) ( -1130 2480 376 ) ( -1130 2480 280 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2964 280 ) ( -1122 2972 280 ) ( -1126 2968 376 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2324 374 ) ( -1130 2324 378 ) ( -1122 2324 376 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3398 +{ +( -1130 2964 376 ) ( -1130 2102.000488 376 ) ( -1122 2094 376 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2102.000488 456 ) ( -1130 2964 456 ) ( -1122 2972 456 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2512 456 ) ( -1122 2524 456 ) ( -1122 2524 376 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 456 ) ( -1130 2512 456 ) ( -1130 2512 376 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2964 456 ) ( -1130 2964 376 ) ( -1122 2972 376 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2324 374 ) ( -1130 2324 378 ) ( -1122 2324 376 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3399 +{ +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2192 264 ) ( -1122 2192 512 ) ( -1098 2216 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2324 264 ) ( -1122 2192.000488 264 ) ( -1098 2215.999512 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2192.000488 512 ) ( -1122 2324 512 ) ( -1098 2324 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2216 400 ) ( -1122 2216 392 ) ( -1098 2216 396 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3400 +{ +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 3158 24 ) ( -1022 3156 24 ) ( -1022 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2192.000488 512 ) ( -1122 2324 512 ) ( -1098 2324 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2324 512 ) ( -1122 2324 264 ) ( -1098 2324 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1046 2324 364 ) ( -1046 2280 512 ) ( -1022 2302 438 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3401 +{ +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 3158 24 ) ( -1022 3156 24 ) ( -1022 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1046 2324 264 ) ( -1046 2192.000488 264 ) ( -1022 2215.999512 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2216 392 ) ( -1122 2216 400 ) ( -1098 2216 396 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2216 344 ) ( -1122 2240 264 ) ( -1098 2228 304 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3402 +{ +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 3158 24 ) ( -1022 3156 24 ) ( -1022 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2192.000488 512 ) ( -1122 2324 512 ) ( -1098 2324 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1096 2216 412 ) ( -1120 2216 412 ) ( -1120 2216 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1044 2216 412 ) ( -1020 2216 412 ) ( -1020 2256 512 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3403 +{ +( -1122 2192 448 ) ( -1122 2192 0 ) ( -1122 2768 0 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1022 3158 24 ) ( -1022 3156 24 ) ( -1022 3157 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1122 2192.000488 512 ) ( -1122 2324 512 ) ( -1098 2324 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1020 2216 412 ) ( -1044 2216 412 ) ( -1044 2256 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1046 2280 512 ) ( -1046 2324 364 ) ( -1022 2302 438 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2300 444 ) ( -1122 2232 452 ) ( -1098 2266 448 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3404 +{ +( -1122 2524 280 ) ( -1130 2524 280 ) ( -1130 2480 280 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2480 376 ) ( -1122 2524 376 ) ( -1122 2524 280 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 376 ) ( -1130 2480 376 ) ( -1130 2480 280 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2216 374 ) ( -1130 2216 378 ) ( -1122 2216 376 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2216 344 ) ( -1130 2236 280 ) ( -1122 2226 312 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3405 +{ +( -1130 2480 376 ) ( -1130 2524 376 ) ( -1122 2524 376 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2480 376 ) ( -1122 2524 376 ) ( -1122 2524 280 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 376 ) ( -1130 2480 376 ) ( -1130 2480 280 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2324 378 ) ( -1130 2324 374 ) ( -1122 2324 376 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2324 364 ) ( -1130 2320 376 ) ( -1122 2322 370 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3406 +{ +( -1130 2102 264 ) ( -1130 2324 264 ) ( -1140 2324 264 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2244 408 ) ( -1130 2324 408 ) ( -1130 2324 264 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2236 264 ) ( -1130 2236 408 ) ( -1140 2236 408 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1140 2324 408 ) ( -1140 2244 408 ) ( -1140 2244 264 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1130 2102 408 ) ( -1130 2102 264 ) ( -1140 2112 264 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2236 280 ) ( -1140 2252 280 ) ( -1130 2244 280 ) common/nodraw -48 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3407 +{ +( -1130 2324 408 ) ( -1130 2102 408 ) ( -1140 2112 408 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2244 408 ) ( -1130 2324 408 ) ( -1130 2324 264 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2324 408 ) ( -1140 2244 408 ) ( -1140 2244 264 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1130 2102 408 ) ( -1130 2102 264 ) ( -1140 2112 264 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2252 280 ) ( -1140 2236 280 ) ( -1130 2244 280 ) common/nodraw -48 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2216 408 ) ( -1140 2216 400 ) ( -1130 2216 404 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3408 +{ +( -1130 2244 408 ) ( -1130 2324 408 ) ( -1130 2324 264 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2324 408 ) ( -1140 2244 408 ) ( -1140 2244 264 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1140 2252 280 ) ( -1140 2236 280 ) ( -1130 2244 280 ) common/nodraw -48 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2216 400 ) ( -1140 2216 408 ) ( -1130 2216 404 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2216 344 ) ( -1140 2236 280 ) ( -1130 2226 312 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3409 +{ +( -1130 2324 408 ) ( -1130 2102 408 ) ( -1140 2112 408 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2244 408 ) ( -1130 2324 408 ) ( -1130 2324 264 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2324 264 ) ( -1130 2324 408 ) ( -1140 2324 408 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2324 408 ) ( -1140 2244 408 ) ( -1140 2244 264 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1140 2324 364 ) ( -1140 2312 408 ) ( -1130 2318 386 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3410 +{ +( -1130 2102.000488 456 ) ( -1130 2964 456 ) ( -1122 2972 456 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2512 456 ) ( -1122 2524 456 ) ( -1122 2524 376 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 456 ) ( -1130 2512 456 ) ( -1130 2512 376 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2216 374 ) ( -1130 2216 378 ) ( -1122 2216 376 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2232 452 ) ( -1130 2216 412 ) ( -1122 2224 432 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3411 +{ +( -1130 2964 376 ) ( -1130 2102.000488 376 ) ( -1122 2094 376 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2102.000488 456 ) ( -1130 2964 456 ) ( -1122 2972 456 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2512 456 ) ( -1122 2524 456 ) ( -1122 2524 376 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 456 ) ( -1130 2512 456 ) ( -1130 2512 376 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2324 378 ) ( -1130 2324 374 ) ( -1122 2324 376 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2320 376 ) ( -1130 2296 456 ) ( -1122 2308 416 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3412 +{ +( -1130 2102.000488 456 ) ( -1130 2964 456 ) ( -1122 2972 456 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1122 2512 456 ) ( -1122 2524 456 ) ( -1122 2524 376 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2524 456 ) ( -1130 2512 456 ) ( -1130 2512 376 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2216 412 ) ( -1130 2232 452 ) ( -1122 2224 432 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2296 456 ) ( -1130 2320 376 ) ( -1122 2308 416 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2300 444 ) ( -1130 2232 452 ) ( -1122 2266 448 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3413 +{ +( -1130 2324 408 ) ( -1140 2324 408 ) ( -1140 2282 408 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1140 2282 424 ) ( -1140 2324 424 ) ( -1130 2324 424 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1130 2282 552 ) ( -1130 2324 552 ) ( -1130 2324 408 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1130 2324 552 ) ( -1140 2324 552 ) ( -1140 2324 408 ) common/nodraw 0 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1140 2324 552 ) ( -1140 2282 552 ) ( -1140 2282 408 ) central_europe/interiorwall_set2wtrim -16 -16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1130 2102 408 ) ( -1140 2112 408 ) ( -1135 2107 552 ) common/nodraw -16 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3414 +{ +( -1122 2192 0 ) ( -1122 2192 448 ) ( -610 2192 448 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1096 2216 24 ) ( -1092 2216 24 ) ( -1094 2216 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 2216 24 ) ( -558 2214 24 ) ( -559 2215 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1116 2198 24 ) ( -1112 2202 24 ) ( -1114 2200 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1072 2192 264 ) ( -1060 2216 264 ) ( -1048 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1048 2216 232 ) ( -1064 2192 232 ) ( -1032 2192 232 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3415 +{ +( -703.275391 2197.774414 24 ) ( -1116.225586 2610.724609 24 ) ( -1404.724609 2322.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1122 2192 0 ) ( -1122 2192 448 ) ( -610 2192 448 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1096 2216 24 ) ( -1092 2216 24 ) ( -1094 2216 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 2216 24 ) ( -558 2214 24 ) ( -559 2215 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1116 2198 24 ) ( -1112 2202 24 ) ( -1114 2200 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1064 2192 232 ) ( -1048 2216 232 ) ( -1032 2192 232 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3416 +{ +( -104 2624 472 ) ( -104 2624 24 ) ( -536 2192 24 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -122 2622 24 ) ( -120 2624 24 ) ( -121 2623 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -118 2624 24 ) ( -116 2624 24 ) ( -117 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1072 2192 264 ) ( -1060 2624 264 ) ( -1048 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1048 2624 232 ) ( -1064 2192 232 ) ( -1032 2192 232 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3417 +{ +( -224.275146 2584.774414 24 ) ( -637.225586 2997.724609 24 ) ( -925.724854 2709.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -104 2624 472 ) ( -104 2624 24 ) ( -536 2192 24 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -122 2622 24 ) ( -120 2624 24 ) ( -121 2623 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -118 2624 24 ) ( -116 2624 24 ) ( -117 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1064 2192 232 ) ( -1048 2624 232 ) ( -1032 2192 232 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3418 +{ +( -104 2624 472 ) ( -104 2624 24 ) ( -536 2192 24 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -122 2622 24 ) ( -120 2624 24 ) ( -121 2623 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -118 2624 24 ) ( -116 2624 24 ) ( -117 2624 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1060 2624 264 ) ( -1072 2192 264 ) ( -1048 2192 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -904 2192 512 ) ( -892 2624 512 ) ( -880 2192 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3419 +{ +( -268 2520 24 ) ( -260 2520 24 ) ( -260 2564 24 ) general_structure/plaster_wall2 118 -112 -180.00 1 1 0 65536 0 +surfaceparm detail +( -260 2564 32 ) ( -260 2520 32 ) ( -268 2520 32 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -280 2564 24 ) ( -280 2564 36 ) ( -288 2556 36 ) general_structure/plaster_wall2 112 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -272 2536 24 ) ( -272 2536 36 ) ( -244 2508 36 ) general_structure/plaster_wall2 112 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -240 2504 24 ) ( -240 2504 36 ) ( -232 2512 36 ) general_structure/plaster_wall2 112 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -276 2556 36 ) ( -276 2556 24 ) ( -248 2528 24 ) general_structure/plaster_wall2 112 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3420 +{ +( -276 2512 24 ) ( -268 2512 24 ) ( -268 2556 24 ) general_structure/plaster_wall2 110 -104 -180.00 1 1 0 65536 0 +surfaceparm detail +( -268 2556 40 ) ( -268 2512 40 ) ( -276 2512 40 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -288 2556 24 ) ( -288 2556 36 ) ( -296 2548 36 ) general_structure/plaster_wall2 104 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -280 2528 24 ) ( -280 2528 36 ) ( -252 2500 36 ) general_structure/plaster_wall2 104 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -248 2496 24 ) ( -248 2496 36 ) ( -240 2504 36 ) general_structure/plaster_wall2 104 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -272 2536 36 ) ( -272 2536 24 ) ( -244 2508 24 ) general_structure/plaster_wall2 104 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3421 +{ +( -284 2504 24 ) ( -276 2504 24 ) ( -276 2548 24 ) general_structure/plaster_wall2 102 -96 -180.00 1 1 0 65536 0 +surfaceparm detail +( -276 2548 48 ) ( -276 2504 48 ) ( -284 2504 48 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -296 2548 24 ) ( -296 2548 36 ) ( -304 2540 36 ) general_structure/plaster_wall2 96 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -288 2520 24 ) ( -288 2520 36 ) ( -260 2492 36 ) general_structure/plaster_wall2 96 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -256 2488 24 ) ( -256 2488 36 ) ( -248 2496 36 ) general_structure/plaster_wall2 96 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -280 2528 36 ) ( -280 2528 24 ) ( -252 2500 24 ) general_structure/plaster_wall2 96 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3422 +{ +( -292 2496 24 ) ( -284 2496 24 ) ( -284 2540 24 ) general_structure/plaster_wall2 94 -88 -180.00 1 1 0 65536 0 +surfaceparm detail +( -284 2540 56 ) ( -284 2496 56 ) ( -292 2496 56 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -304 2540 24 ) ( -304 2540 36 ) ( -312 2532 36 ) general_structure/plaster_wall2 88 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -296 2512 24 ) ( -296 2512 36 ) ( -268 2484 36 ) general_structure/plaster_wall2 88 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -264 2480 24 ) ( -264 2480 36 ) ( -256 2488 36 ) general_structure/plaster_wall2 88 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -288 2520 36 ) ( -288 2520 24 ) ( -260 2492 24 ) general_structure/plaster_wall2 88 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3423 +{ +( -300 2488 24 ) ( -292 2488 24 ) ( -292 2532 24 ) general_structure/plaster_wall2 86 -80 -180.00 1 1 0 65536 0 +surfaceparm detail +( -292 2532 64 ) ( -292 2488 64 ) ( -300 2488 64 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -312 2532 24 ) ( -312 2532 36 ) ( -320 2524 36 ) general_structure/plaster_wall2 80 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -304 2504 24 ) ( -304 2504 36 ) ( -276 2476 36 ) general_structure/plaster_wall2 80 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -272 2472 24 ) ( -272 2472 36 ) ( -264 2480 36 ) general_structure/plaster_wall2 80 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -296 2512 36 ) ( -296 2512 24 ) ( -268 2484 24 ) general_structure/plaster_wall2 80 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3424 +{ +( -308 2480 24 ) ( -300 2480 24 ) ( -300 2524 24 ) general_structure/plaster_wall2 78 -72 -180.00 1 1 0 65536 0 +surfaceparm detail +( -300 2524 72 ) ( -300 2480 72 ) ( -308 2480 72 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -320 2524 24 ) ( -320 2524 36 ) ( -328 2516 36 ) general_structure/plaster_wall2 72 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -312 2496 24 ) ( -312 2496 36 ) ( -284 2468 36 ) general_structure/plaster_wall2 72 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -280 2464 24 ) ( -280 2464 36 ) ( -272 2472 36 ) general_structure/plaster_wall2 72 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -304 2504 36 ) ( -304 2504 24 ) ( -276 2476 24 ) general_structure/plaster_wall2 72 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3425 +{ +( -316 2472 24 ) ( -308 2472 24 ) ( -308 2516 24 ) general_structure/plaster_wall2 70 -64 -180.00 1 1 0 65536 0 +surfaceparm detail +( -308 2516 80 ) ( -308 2472 80 ) ( -316 2472 80 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -328 2516 24 ) ( -328 2516 36 ) ( -336 2508 36 ) general_structure/plaster_wall2 64 1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -320 2488 24 ) ( -320 2488 36 ) ( -292 2460 36 ) general_structure/plaster_wall2 64 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -288 2456 24 ) ( -288 2456 36 ) ( -280 2464 36 ) general_structure/plaster_wall2 64 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -312 2496 36 ) ( -312 2496 24 ) ( -284 2468 24 ) general_structure/plaster_wall2 64 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3426 +{ +( -324 2464 24 ) ( -316 2464 24 ) ( -316 2508 24 ) general_structure/plaster_wall2 62 -56 -180.00 1 1 0 65536 0 +surfaceparm detail +( -316 2508 88 ) ( -316 2464 88 ) ( -324 2464 88 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -336 2508 24 ) ( -336 2508 36 ) ( -344 2500 36 ) general_structure/plaster_wall2 56 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -328 2480 24 ) ( -328 2480 36 ) ( -300 2452 36 ) general_structure/plaster_wall2 56 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -296 2448 24 ) ( -296 2448 36 ) ( -288 2456 36 ) general_structure/plaster_wall2 56 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -320 2488 36 ) ( -320 2488 24 ) ( -292 2460 24 ) general_structure/plaster_wall2 56 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3427 +{ +( -332 2456 24 ) ( -324 2456 24 ) ( -324 2500 24 ) general_structure/plaster_wall2 54 -48 -180.00 1 1 0 65536 0 +surfaceparm detail +( -324 2500 96 ) ( -324 2456 96 ) ( -332 2456 96 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -344 2500 24 ) ( -344 2500 36 ) ( -352 2492 36 ) general_structure/plaster_wall2 48 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -336 2472 24 ) ( -336 2472 36 ) ( -308 2444 36 ) general_structure/plaster_wall2 48 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -304 2440 24 ) ( -304 2440 36 ) ( -296 2448 36 ) general_structure/plaster_wall2 48 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -328 2480 36 ) ( -328 2480 24 ) ( -300 2452 24 ) general_structure/plaster_wall2 48 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3428 +{ +( -404 2384 24 ) ( -396 2384 24 ) ( -396 2428 24 ) general_structure/plaster_wall2 238 -232 -180.00 1 1 0 65536 0 +surfaceparm detail +( -388 2428 168 ) ( -388 2384 168 ) ( -396 2384 168 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -416 2428 24 ) ( -416 2428 36 ) ( -424 2420 36 ) general_structure/plaster_wall2 232 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -408 2400 24 ) ( -408 2400 36 ) ( -380 2372 36 ) general_structure/plaster_wall2 232 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -376 2368 24 ) ( -376 2368 36 ) ( -368 2376 36 ) general_structure/plaster_wall2 232 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -400 2408 36 ) ( -400 2408 24 ) ( -372 2380 24 ) general_structure/plaster_wall2 232 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3429 +{ +( -396 2392 24 ) ( -388 2392 24 ) ( -388 2436 24 ) general_structure/plaster_wall2 246 -240 -180.00 1 1 0 65536 0 +surfaceparm detail +( -388 2436 160 ) ( -388 2392 160 ) ( -396 2392 160 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -408 2436 24 ) ( -408 2436 36 ) ( -416 2428 36 ) general_structure/plaster_wall2 240 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -400 2408 24 ) ( -400 2408 36 ) ( -372 2380 36 ) general_structure/plaster_wall2 240 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -368 2376 24 ) ( -368 2376 36 ) ( -360 2384 36 ) general_structure/plaster_wall2 240 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -392 2416 36 ) ( -392 2416 24 ) ( -364 2388 24 ) general_structure/plaster_wall2 240 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3430 +{ +( -388 2400 24 ) ( -380 2400 24 ) ( -380 2444 24 ) general_structure/plaster_wall2 255 -248 -180.00 1 1 0 65536 0 +surfaceparm detail +( -380 2444 152 ) ( -380 2400 152 ) ( -388 2400 152 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -400 2444 24 ) ( -400 2444 36 ) ( -408 2436 36 ) general_structure/plaster_wall2 248 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -392 2416 24 ) ( -392 2416 36 ) ( -364 2388 36 ) general_structure/plaster_wall2 248 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -360 2384 24 ) ( -360 2384 36 ) ( -352 2392 36 ) general_structure/plaster_wall2 248 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -384 2424 36 ) ( -384 2424 24 ) ( -356 2396 24 ) general_structure/plaster_wall2 248 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3431 +{ +( -380 2408 24 ) ( -372 2408 24 ) ( -372 2452 24 ) general_structure/plaster_wall2 6 0 -180.00 1 1 0 65536 0 +surfaceparm detail +( -368 2452 144 ) ( -368 2408 144 ) ( -376 2408 144 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -392 2452 24 ) ( -392 2452 36 ) ( -400 2444 36 ) general_structure/plaster_wall2 0 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -384 2424 24 ) ( -384 2424 36 ) ( -356 2396 36 ) general_structure/plaster_wall2 0 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -352 2392 24 ) ( -352 2392 36 ) ( -344 2400 36 ) general_structure/plaster_wall2 0 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -376 2432 36 ) ( -376 2432 24 ) ( -348 2404 24 ) general_structure/plaster_wall2 0 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3432 +{ +( -372 2416 24 ) ( -364 2416 24 ) ( -364 2460 24 ) general_structure/plaster_wall2 14 -7 -180.00 1 1 0 65536 0 +surfaceparm detail +( -364 2460 136 ) ( -364 2416 136 ) ( -372 2416 136 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -384 2460 24 ) ( -384 2460 36 ) ( -392 2452 36 ) general_structure/plaster_wall2 8 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -376 2432 24 ) ( -376 2432 36 ) ( -348 2404 36 ) general_structure/plaster_wall2 8 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -344 2400 24 ) ( -344 2400 36 ) ( -336 2408 36 ) general_structure/plaster_wall2 8 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -368 2440 36 ) ( -368 2440 24 ) ( -340 2412 24 ) general_structure/plaster_wall2 8 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3433 +{ +( -364 2424 24 ) ( -356 2424 24 ) ( -356 2468 24 ) general_structure/plaster_wall2 22 -16 -180.00 1 1 0 65536 0 +surfaceparm detail +( -356 2468 128 ) ( -356 2424 128 ) ( -364 2424 128 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -376 2468 24 ) ( -376 2468 36 ) ( -384 2460 36 ) general_structure/plaster_wall2 16 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -368 2440 24 ) ( -368 2440 36 ) ( -340 2412 36 ) general_structure/plaster_wall2 16 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -336 2408 24 ) ( -336 2408 36 ) ( -328 2416 36 ) general_structure/plaster_wall2 16 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -360 2448 36 ) ( -360 2448 24 ) ( -332 2420 24 ) general_structure/plaster_wall2 16 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3434 +{ +( -356 2432 24 ) ( -348 2432 24 ) ( -348 2476 24 ) general_structure/plaster_wall2 30 -24 -180.00 1 1 0 65536 0 +surfaceparm detail +( -348 2476 120 ) ( -348 2432 120 ) ( -356 2432 120 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -368 2476 24 ) ( -368 2476 36 ) ( -376 2468 36 ) general_structure/plaster_wall2 24 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -360 2448 24 ) ( -360 2448 36 ) ( -332 2420 36 ) general_structure/plaster_wall2 24 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -328 2416 24 ) ( -328 2416 36 ) ( -320 2424 36 ) general_structure/plaster_wall2 24 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -352 2456 36 ) ( -352 2456 24 ) ( -324 2428 24 ) general_structure/plaster_wall2 24 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3435 +{ +( -348 2440 24 ) ( -340 2440 24 ) ( -340 2484 24 ) general_structure/plaster_wall2 38 -32 -180.00 1 1 0 65536 0 +surfaceparm detail +( -340 2484 112 ) ( -340 2440 112 ) ( -348 2440 112 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -360 2484 24 ) ( -360 2484 36 ) ( -368 2476 36 ) general_structure/plaster_wall2 32 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -352 2456 24 ) ( -352 2456 36 ) ( -324 2428 36 ) general_structure/plaster_wall2 32 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -320 2424 24 ) ( -320 2424 36 ) ( -312 2432 36 ) general_structure/plaster_wall2 32 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -344 2464 36 ) ( -344 2464 24 ) ( -316 2436 24 ) general_structure/plaster_wall2 32 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3436 +{ +( -340 2448 24 ) ( -332 2448 24 ) ( -332 2492 24 ) general_structure/plaster_wall2 47 -40 -180.00 1 1 0 65536 0 +surfaceparm detail +( -336 2492 104 ) ( -336 2448 104 ) ( -344 2448 104 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -352 2492 24 ) ( -352 2492 36 ) ( -360 2484 36 ) general_structure/plaster_wall2 40 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -344 2464 24 ) ( -344 2464 36 ) ( -316 2436 36 ) general_structure/plaster_wall2 40 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -312 2432 24 ) ( -312 2432 36 ) ( -304 2440 36 ) general_structure/plaster_wall2 40 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -336 2472 36 ) ( -336 2472 24 ) ( -308 2444 24 ) general_structure/plaster_wall2 40 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3437 +{ +( -412 2376 24 ) ( -404 2376 24 ) ( -404 2420 24 ) general_structure/plaster_wall2 230 -224 -180.00 1 1 0 65536 0 +surfaceparm detail +( -400 2420 176 ) ( -400 2376 176 ) ( -408 2376 176 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -424 2420 24 ) ( -424 2420 36 ) ( -432 2412 36 ) general_structure/plaster_wall2 224 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -416 2392 24 ) ( -416 2392 36 ) ( -388 2364 36 ) general_structure/plaster_wall2 224 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -384 2360 24 ) ( -384 2360 36 ) ( -376 2368 36 ) general_structure/plaster_wall2 224 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -408 2400 36 ) ( -408 2400 24 ) ( -380 2372 24 ) general_structure/plaster_wall2 224 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3438 +{ +( -420 2368 24 ) ( -412 2368 24 ) ( -412 2412 24 ) general_structure/plaster_wall2 222 -216 -180.00 1 1 0 65536 0 +surfaceparm detail +( -416 2412 184 ) ( -416 2368 184 ) ( -424 2368 184 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -432 2412 24 ) ( -432 2412 36 ) ( -440 2404 36 ) general_structure/plaster_wall2 216 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -424 2384 24 ) ( -424 2384 36 ) ( -396 2356 36 ) general_structure/plaster_wall2 216 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -392 2352 24 ) ( -392 2352 36 ) ( -384 2360 36 ) general_structure/plaster_wall2 216 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -416 2392 36 ) ( -416 2392 24 ) ( -388 2364 24 ) general_structure/plaster_wall2 216 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3439 +{ +( -428 2360 24 ) ( -420 2360 24 ) ( -420 2404 24 ) general_structure/plaster_wall2 214 -208 -180.00 1 1 0 65536 0 +surfaceparm detail +( -420 2404 192 ) ( -420 2360 192 ) ( -428 2360 192 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -440 2404 24 ) ( -440 2404 36 ) ( -448 2396 36 ) general_structure/plaster_wall2 208 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -432 2376 24 ) ( -432 2376 36 ) ( -404 2348 36 ) general_structure/plaster_wall2 208 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -400 2344 24 ) ( -400 2344 36 ) ( -392 2352 36 ) general_structure/plaster_wall2 208 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -424 2384 36 ) ( -424 2384 24 ) ( -396 2356 24 ) general_structure/plaster_wall2 208 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3440 +{ +( -436 2352 24 ) ( -428 2352 24 ) ( -428 2396 24 ) general_structure/plaster_wall2 206 -200 -180.00 1 1 0 65536 0 +surfaceparm detail +( -420 2396 200 ) ( -420 2352 200 ) ( -428 2352 200 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -448 2396 24 ) ( -448 2396 36 ) ( -456 2388 36 ) general_structure/plaster_wall2 200 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -440 2368 24 ) ( -440 2368 36 ) ( -412 2340 36 ) general_structure/plaster_wall2 200 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -408 2336 24 ) ( -408 2336 36 ) ( -400 2344 36 ) general_structure/plaster_wall2 200 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -432 2376 36 ) ( -432 2376 24 ) ( -404 2348 24 ) general_structure/plaster_wall2 200 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3441 +{ +( -444 2344 24 ) ( -436 2344 24 ) ( -436 2388 24 ) general_structure/plaster_wall2 198 -192 -180.00 1 1 0 65536 0 +surfaceparm detail +( -436 2388 208 ) ( -436 2344 208 ) ( -444 2344 208 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -456 2388 24 ) ( -456 2388 36 ) ( -464 2380 36 ) general_structure/plaster_wall2 192 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -448 2360 24 ) ( -448 2360 36 ) ( -420 2332 36 ) general_structure/plaster_wall2 192 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -416 2328 24 ) ( -416 2328 36 ) ( -408 2336 36 ) general_structure/plaster_wall2 192 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -440 2368 36 ) ( -440 2368 24 ) ( -412 2340 24 ) general_structure/plaster_wall2 192 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3442 +{ +( -452 2336 24 ) ( -444 2336 24 ) ( -444 2380 24 ) general_structure/plaster_wall2 190 -184 -180.00 1 1 0 65536 0 +surfaceparm detail +( -444 2380 216 ) ( -444 2336 216 ) ( -452 2336 216 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -464 2380 24 ) ( -464 2380 36 ) ( -472 2372 36 ) general_structure/plaster_wall2 184 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -456 2352 24 ) ( -456 2352 36 ) ( -428 2324 36 ) general_structure/plaster_wall2 184 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -424 2320 24 ) ( -424 2320 36 ) ( -416 2328 36 ) general_structure/plaster_wall2 184 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -448 2360 36 ) ( -448 2360 24 ) ( -420 2332 24 ) general_structure/plaster_wall2 184 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3443 +{ +( -224.275146 2584.774414 16 ) ( -637.225586 2997.724609 16 ) ( -925.724854 2709.225586 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -536 2240 16 ) ( -536 2256 16 ) ( -536 2248 464 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -520 3040 16 ) ( -518 3038 16 ) ( -519 3039 632 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -104 2624 16 ) ( -106 2622 16 ) ( -105 2623 632 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -492 2208 24 ) ( -488 3040 24 ) ( -484 2208 24 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +} +// brush 3444 +{ +( -254 2624 24 ) ( -574 2624 24 ) ( -574 2208 24 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -576 2208 232 ) ( -576 2624 232 ) ( -256 2624 232 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -576 2208 232 ) ( -256 2208 232 ) ( -256 2208 8 ) general_structure/floor4 0 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -256 2624 232 ) ( -576 2624 232 ) ( -576 2624 8 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1098 2608 232 ) ( -1098 2192 232 ) ( -1098 2192 8 ) general_structure/floor4 0 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -288 2576 8 ) ( -280 2568 8 ) ( -284 2572 232 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -296 2548 8 ) ( -300 2544 8 ) ( -298 2546 232 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3445 +{ +( -252 2624 24 ) ( -572 2624 24 ) ( -572 2208 24 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -574 2208 232 ) ( -574 2624 232 ) ( -254 2624 232 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -576 2208 224 ) ( -256 2208 224 ) ( -256 2208 0 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -424 2320 0 ) ( -430 2314 0 ) ( -427 2317 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -300 2544 0 ) ( -296 2548 0 ) ( -298 2546 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -510 2326 0 ) ( -508 2324 0 ) ( -509 2325 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3446 +{ +( -536 2240 24 ) ( -536 2256 24 ) ( -536 2248 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -120 2624 24 ) ( -122 2622 24 ) ( -121 2623 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -476 3040 232 ) ( -480 2208 232 ) ( -472 2208 232 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -496 2208 264 ) ( -488 3040 264 ) ( -480 2208 264 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -472 2372 232 ) ( -468 2376 232 ) ( -470 2374 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -508 2324 232 ) ( -504 2320 232 ) ( -506 2322 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3447 +{ +( -536 3040 24 ) ( -534 3038 24 ) ( -535 3039 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -120 2624 24 ) ( -122 2622 24 ) ( -121 2623 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -476 3040 232 ) ( -480 2208 232 ) ( -472 2208 232 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -496 2208 264 ) ( -488 3040 264 ) ( -480 2208 264 ) mohtest/flrwood1_rep -122 226 0.00 -0.195313 0.945311 0 16384 0 +surfaceparm detail +( -472 2372 232 ) ( -468 2376 232 ) ( -470 2374 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -280 2512 232 ) ( -284 2516 232 ) ( -282 2514 264 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3448 +{ +( -460 2328 24 ) ( -452 2328 24 ) ( -452 2372 24 ) general_structure/plaster_wall2 182 -176 -180.00 1 1 0 65536 0 +surfaceparm detail +( -452 2372 224 ) ( -452 2328 224 ) ( -460 2328 224 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -472 2372 20 ) ( -472 2372 32 ) ( -480 2364 32 ) general_structure/plaster_wall2 176 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -464 2344 20 ) ( -464 2344 32 ) ( -436 2316 32 ) general_structure/plaster_wall2 176 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -432 2312 20 ) ( -432 2312 32 ) ( -424 2320 32 ) general_structure/plaster_wall2 176 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -456 2352 32 ) ( -456 2352 20 ) ( -428 2324 20 ) general_structure/plaster_wall2 176 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3449 +{ +( -468 2320 24 ) ( -460 2320 24 ) ( -460 2364 24 ) general_structure/plaster_wall2 174 -168 -180.00 1 1 0 65536 0 +surfaceparm detail +( -460 2364 232 ) ( -460 2320 232 ) ( -468 2320 232 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -480 2364 20 ) ( -480 2364 32 ) ( -488 2356 32 ) general_structure/plaster_wall2 168 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -472 2336 20 ) ( -472 2336 32 ) ( -444 2308 32 ) general_structure/plaster_wall2 168 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -440 2304 20 ) ( -440 2304 32 ) ( -432 2312 32 ) general_structure/plaster_wall2 168 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -464 2344 32 ) ( -464 2344 20 ) ( -436 2316 20 ) general_structure/plaster_wall2 168 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3450 +{ +( -476 2312 24 ) ( -468 2312 24 ) ( -468 2356 24 ) general_structure/plaster_wall2 166 -160 -180.00 1 1 0 65536 0 +surfaceparm detail +( -464 2356 240 ) ( -464 2312 240 ) ( -472 2312 240 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -488 2356 20 ) ( -488 2356 32 ) ( -496 2348 32 ) general_structure/plaster_wall2 160 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -480 2328 20 ) ( -480 2328 32 ) ( -452 2300 32 ) general_structure/plaster_wall2 160 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -448 2296 20 ) ( -448 2296 32 ) ( -440 2304 32 ) general_structure/plaster_wall2 160 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -472 2336 32 ) ( -472 2336 20 ) ( -444 2308 20 ) general_structure/plaster_wall2 160 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3451 +{ +( -484 2304 24 ) ( -476 2304 24 ) ( -476 2348 24 ) general_structure/plaster_wall2 158 -152 -180.00 1 1 0 65536 0 +surfaceparm detail +( -472 2348 248 ) ( -472 2304 248 ) ( -480 2304 248 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -496 2348 20 ) ( -496 2348 32 ) ( -504 2340 32 ) general_structure/plaster_wall2 152 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -488 2320 20 ) ( -488 2320 32 ) ( -460 2292 32 ) general_structure/plaster_wall2 152 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -456 2288 20 ) ( -456 2288 32 ) ( -448 2296 32 ) general_structure/plaster_wall2 152 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -480 2328 32 ) ( -480 2328 20 ) ( -452 2300 20 ) general_structure/plaster_wall2 152 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3452 +{ +( -492 2296 24 ) ( -484 2296 24 ) ( -484 2340 24 ) general_structure/plaster_wall2 150 -144 -180.00 1 1 0 65536 0 +surfaceparm detail +( -480 2340 256 ) ( -480 2296 256 ) ( -488 2296 256 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -504 2340 28 ) ( -504 2340 40 ) ( -512 2332 40 ) general_structure/plaster_wall2 144 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -496 2312 28 ) ( -496 2312 40 ) ( -468 2284 40 ) general_structure/plaster_wall2 144 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -464 2280 28 ) ( -464 2280 40 ) ( -456 2288 40 ) general_structure/plaster_wall2 144 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -488 2320 40 ) ( -488 2320 28 ) ( -460 2292 28 ) general_structure/plaster_wall2 144 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3453 +{ +( -1402.724609 2126.225586 264 ) ( -1114.225586 2414.724609 264 ) ( -701.275391 2001.774414 264 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -536 2004 0 ) ( -536 2004 448 ) ( -536 2580 448 ) general_structure/plaster_wall2 -84 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -560 2970 24 ) ( -560 2972 24 ) ( -560 2971 640 ) general_structure/plaster_wall2 -84 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -568 2432 24 ) ( -564 2432 24 ) ( -566 2432 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2852 232 ) ( -540 2004 232 ) ( -532 2004 232 ) general_structure/plaster_wall2 -16 68 0.00 1 1 0 65536 0 +surfaceparm detail +( -548 2216 232 ) ( -556 2216 232 ) ( -552 2216 640 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3454 +{ +( -528 2216 264 ) ( -536 2216 264 ) ( -536 2208 264 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -536 2208 512 ) ( -536 2216 512 ) ( -528 2216 512 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -528 2216 512 ) ( -536 2216 512 ) ( -536 2216 264 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -536 2216 512 ) ( -536 2208 512 ) ( -536 2208 264 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -528 2216 264 ) ( -536 2208 264 ) ( -532 2212 512 ) general_structure/plaster_wall2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3455 +{ +( -1940.724609 2510.225586 512 ) ( -1652.225586 2798.724609 512 ) ( -1239.275391 2385.774414 512 ) general_structure/plaster_wall2 -46 212 0.00 1 1 0 65536 0 +surfaceparm detail +( -1098 3354 24 ) ( -1098 3356 24 ) ( -1098 3355 640 ) general_structure/plaster_wall2 -212 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1094 2640 24 ) ( -1090 2640 24 ) ( -1092 2640 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1066 3236 264 ) ( -1070 2388 264 ) ( -1062 2388 264 ) general_structure/plaster_wall2 -254 196 0.00 1 1 0 65536 0 +surfaceparm detail +( -1074 2624 232 ) ( -1082 2624 232 ) ( -1078 2624 640 ) central_europe/interiorwall_set2wtrim 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -992 2640 264 ) ( -992 2632 264 ) ( -992 2636 544 ) general_industrial/ibeam_vert_nocullnone 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 3456 +{ +( -1192 5832 512 ) ( -1944 6484 512 ) ( -1440 6948 512 ) common/nodraw 22 13 -33.00 0.999981 0.999101 536870912 2224 0 +surfaceparm detail +( -1680 6688 512 ) ( -1680 6688 0 ) ( -1680 7008 0 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -368 7008 0 ) ( -368 7008 512 ) ( -1680 7008 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1024 6688 512 ) ( -1024 6688 0 ) ( -1680 6688 0 ) ta_berlin/archway1trim_shot 112 0 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -1944 6484 0 ) ( -1192 5832 0 ) ( -732 6240 0 ) common/nodraw 22 13 -33.00 0.999981 0.999101 536870912 2224 0 +surfaceparm detail +( -112 7024 512 ) ( -112 7024 0 ) ( -112 6704 0 ) common/nodraw 24 59 123.01 0.999853 -0.999151 536870912 2224 0 +surfaceparm detail +} +// brush 3457 +{ +( -1944 6488 792 ) ( -1192 5832 792 ) ( -732 6240 792 ) common/nodraw 23 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1192 5832 872 ) ( -1944 6488 872 ) ( -1440 6948 872 ) common/nodraw 23 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1680 6688 880 ) ( -1680 6688 800 ) ( -1680 7008 800 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -368 7008 800 ) ( -368 7008 880 ) ( -1680 7008 880 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1024 6688 880 ) ( -1024 6688 800 ) ( -1680 6688 800 ) ta_berlin/archway1trim_shot 112 0 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -112 7024 880 ) ( -112 7024 800 ) ( -112 6704 800 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 3458 +{ +( -1024 6688 704 ) ( -1024 6688 512 ) ( -1680 6688 512 ) ta_berlin/archway1trim_shot 112 0 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -368 7008 512 ) ( -368 7008 704 ) ( -1680 7008 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1680 6688 704 ) ( -1680 6688 512 ) ( -1680 7008 512 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -732 6240 512 ) ( -1440 6948 512 ) ( -1944 6484 512 ) common/nodraw 22 13 -33.00 0.999981 0.999101 536870912 2224 0 +surfaceparm detail +( -1944 6484 704 ) ( -1440 6948 704 ) ( -732 6240 704 ) common/nodraw 22 13 -33.00 0.999981 0.999101 536870912 2224 0 +surfaceparm detail +( -112 7024 704 ) ( -112 7024 512 ) ( -112 6704 512 ) common/nodraw 24 59 123.01 0.999853 -0.999151 536870912 2224 0 +surfaceparm detail +} +// brush 3459 +{ +( 2312 5640 512 ) ( 1560 6292 512 ) ( 2064 6756 512 ) common/nodraw 52 35 -33.01 0.999776 0.998896 536870912 2224 0 +surfaceparm detail +( 2956 6342 512 ) ( 2956 6342 0 ) ( 2956 6662 0 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( 3136 6816 0 ) ( 3136 6816 512 ) ( 1824 6816 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2480 6496 512 ) ( 2480 6496 0 ) ( 1824 6496 0 ) ta_berlin/archway1_shot 96 8 0.00 2 2 0 65536 0 +surfaceparm detail +( 1560 6292 0 ) ( 2312 5640 0 ) ( 2772 6048 0 ) common/nodraw 52 35 -33.01 0.999776 0.998896 536870912 2224 0 +surfaceparm detail +( 3136 6816 512 ) ( 3136 6816 0 ) ( 3136 6496 0 ) common/nodraw 47 27 123.01 0.999828 -0.998963 536870912 2224 0 +surfaceparm detail +} +// brush 3460 +{ +( 1560 6296 600 ) ( 2312 5640 600 ) ( 2772 6048 600 ) common/nodraw 24 35 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2312 5640 680 ) ( 1560 6296 680 ) ( 2064 6756 680 ) common/nodraw 24 35 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2956 6342 688 ) ( 2956 6342 608 ) ( 2956 6662 608 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( 3136 6816 608 ) ( 3136 6816 688 ) ( 1824 6816 688 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2480 6496 688 ) ( 2480 6496 608 ) ( 1824 6496 608 ) ta_berlin/archway1trim_shot 188 -96 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail +( 3136 6816 688 ) ( 3136 6816 608 ) ( 3136 6496 608 ) ta_berlin/archway1trim_shot -176 -96 0.00 1.875000 2 0 65536 0 +surfaceparm detail +} +// brush 3461 +{ +( 2506 2904 0 ) ( 2090 2904 0 ) ( 2090 2416 0 ) common/nodraw 21 0 -150.05 0.999673 -1.000039 536870912 2224 0 +surfaceparm detail +( 2090 2416 16 ) ( 2090 2904 16 ) ( 2506 2904 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2506 2904 0 ) ( 2506 2416 0 ) ( 2506 2416 16 ) common/nodraw 18 41 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +( 2400 3148 0 ) ( 2506 2904 0 ) ( 2453 3026 16 ) common/nodraw 18 41 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +( 1892 2648 0 ) ( 2400 3148 0 ) ( 2146 2898 16 ) common/nodraw 45 41 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +( 1904 2648 0 ) ( 1894 2648 0 ) ( 1899 2648 16 ) common/nodraw 45 41 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3462 +{ +( 2506 2904 0 ) ( 2090 2904 0 ) ( 2090 2416 0 ) common/nodraw 21 0 -150.05 0.999673 -1.000039 536870912 2224 0 +surfaceparm detail +( 2090 2416 16 ) ( 2090 2904 16 ) ( 2506 2904 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2506 2416 0 ) ( 2090 2416 0 ) ( 2090 2416 16 ) common/nodraw -40 43 0.00 1.295410 1 536870912 2224 0 +surfaceparm detail +( 2506 2904 0 ) ( 2506 2416 0 ) ( 2506 2416 16 ) common/nodraw 18 41 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +( 1660 2416 0 ) ( 1892 2648 0 ) ( 1776 2532 16 ) common/nodraw 18 41 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +( 1894 2648 0 ) ( 1904 2648 0 ) ( 1899 2648 16 ) common/nodraw 45 41 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3463 +{ +( 2400 3148 24 ) ( 2400 3148 16 ) ( 2416 3140 16 ) common/nodraw 38 4 -180.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( 2396 3152 16 ) ( 1892 2648 16 ) ( 1904 2636 16 ) common/nodraw -60 14 45.01 0.999375 0.999548 536870912 2224 0 +surfaceparm detail +( 2506 2904 24 ) ( 2506 2904 16 ) ( 2400 3148 16 ) central_europe/strtset_cew -213 12 0.00 0.711426 1 0 65536 0 +surfaceparm detail +( 2412 3144 24 ) ( 1904 2636 24 ) ( 1892 2648 24 ) central_europe/strtset_cew 175 209 -45.00 0.999893 0.997304 0 65536 0 +surfaceparm detail +( 2512 2920 16 ) ( 2512 2920 24 ) ( 2416 3140 24 ) common/nodraw -10 -32 90.00 1.000001 0.706055 536870912 2224 0 +surfaceparm detail +( 2506 2904 16 ) ( 2506 2904 24 ) ( 2512 2920 24 ) common/nodraw -11 -5 90.00 1.000001 0.706055 536870912 2224 0 +surfaceparm detail +} +// brush 3464 +{ +( 2756 2920 24 ) ( 2756 2920 16 ) ( 2756 2904 16 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1372 2920 24 ) ( 1372 2920 16 ) ( 2756 2920 16 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2756 2920 24 ) ( 2756 2904 24 ) ( 1388 2904 24 ) central_europe/strtset_cew 29 68 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2506 2904 16 ) ( 2506 2904 24 ) ( 2756 2904 24 ) central_europe/strtset_cew -15 121 0.00 1 1 0 65536 0 +surfaceparm detail +( 2756 2904 16 ) ( 2756 2920 16 ) ( 1372 2920 16 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2506 2904 24 ) ( 2506 2904 16 ) ( 2512 2920 16 ) common/nodraw 40 -11 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3465 +{ +( 1300 1784 24 ) ( 1300 1784 16 ) ( 1172 1904 16 ) misc_outside/concpath1_wgrass 89 -195 -180.00 0.707031 -1 0 65536 0 +surfaceparm detail +( 1904 2636 16 ) ( 1904 2636 24 ) ( 1172 1904 24 ) common/nodraw -11 -22 -90.00 1 -0.709473 536870912 2224 0 +surfaceparm detail +( 1172 1904 24 ) ( 1672 2404 24 ) ( 1784 2268 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 1300 1784 16 ) ( 1784 2268 16 ) ( 1672 2404 16 ) common/nodraw -56 41 45.04 0.999203 0.999548 536870912 2224 0 +surfaceparm detail +( 1784 2268 24 ) ( 1784 2268 16 ) ( 1300 1784 16 ) common/nodraw -11 -31 -90.00 1 -0.708008 536870912 2224 0 +surfaceparm detail +( 1668 2400 16 ) ( 1744 2228 16 ) ( 1706 2314 24 ) common/nodraw -10 -9 -90.00 1 -0.708008 536870912 2224 0 +surfaceparm detail +} +// brush 3466 +{ +( 2756 2400 16 ) ( 2756 2228 16 ) ( 2756 2228 24 ) common/nodraw 50 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2060 2228 16 ) ( 2060 2228 24 ) ( 2756 2228 24 ) common/nodraw 51 -39 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2756 2228 16 ) ( 2756 2400 16 ) ( 1888 2400 16 ) common/nodraw -21 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2756 2400 24 ) ( 2756 2228 24 ) ( 2060 2228 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 1888 2400 24 ) ( 1888 2400 16 ) ( 2756 2400 16 ) common/nodraw 51 -39 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1744 2228 16 ) ( 1668 2400 16 ) ( 1706 2314 24 ) common/nodraw 50 57 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3467 +{ +( 2756 2416 24 ) ( 2756 2416 16 ) ( 2756 2400 16 ) common/nodraw 3 28 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2756 2400 16 ) ( 2756 2416 16 ) ( 1868 2416 16 ) common/nodraw -5 27 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1868 2416 16 ) ( 2756 2416 16 ) ( 2756 2416 24 ) central_europe/strtset_cew -70 15 0.00 1 1 0 65536 0 +surfaceparm detail +( 1868 2416 24 ) ( 2756 2416 24 ) ( 2756 2400 24 ) central_europe/strtset_cew 29 68 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2756 2400 24 ) ( 2756 2400 16 ) ( 1888 2400 16 ) common/nodraw -17 -6 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1668 2400 16 ) ( 1660 2416 16 ) ( 1664 2408 24 ) common/nodraw -17 26 90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3468 +{ +( 1904 2636 16 ) ( 1892 2648 16 ) ( 1584 2340 16 ) common/nodraw -60 14 45.01 0.999375 0.999548 536870912 2224 0 +surfaceparm detail +( 1584 2340 24 ) ( 1584 2340 16 ) ( 1892 2648 16 ) central_europe/strtset_cew -14 12 0.00 0.711426 1 0 65536 0 +surfaceparm detail +( 1592 2324 24 ) ( 1584 2340 24 ) ( 1892 2648 24 ) central_europe/strtset_cew 175 209 -45.00 0.999893 0.997304 0 65536 0 +surfaceparm detail +( 1904 2636 24 ) ( 1904 2636 16 ) ( 1592 2324 16 ) common/nodraw -11 -5 90.00 1.000001 0.706055 536870912 2224 0 +surfaceparm detail +( 1592 2324 24 ) ( 1592 2324 16 ) ( 1584 2340 16 ) common/nodraw -11 -5 90.00 1.000001 0.706055 536870912 2224 0 +surfaceparm detail +( 1660 2416 16 ) ( 1668 2400 16 ) ( 1664 2408 24 ) common/nodraw -11 -5 90.00 1.000001 0.706055 536870912 2224 0 +surfaceparm detail +} +// brush 3469 +{ +( 2688 1728 8 ) ( 2688 1728 24 ) ( 3080 2088 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 1888 24 ) ( 2756 2228 24 ) ( 3080 2088 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 2756 2228 8 ) ( 2696 1888 8 ) ( 3080 2088 8 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2756 2228 24 ) ( 2756 2228 8 ) ( 3080 2088 8 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2688 1728 24 ) ( 2688 1728 8 ) ( 2688 2228 8 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2690 2228 8 ) ( 2696 2228 8 ) ( 2693 2228 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3470 +{ +( -3977.552734 2825.291016 488 ) ( -4000.179688 2847.917969 488 ) ( -4022.807617 2825.291016 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4022.807617 2825.291016 584 ) ( -4000.179688 2847.917969 584 ) ( -3977.552734 2825.291016 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4022.807617 2825.291016 584 ) ( -4000.180176 2802.663574 584 ) ( -4000.180176 2802.663574 488 ) TAardennes/wintered_grey -16 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -4000.179688 2847.917969 584 ) ( -4022.807617 2825.291016 584 ) ( -4022.807617 2825.291016 488 ) common/nodraw -24 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -4000.179688 2847.917969 488 ) ( -4000.180176 2802.663574 488 ) ( -4000.180176 2825.291016 584 ) common/nodraw -10 0 0.00 1.415527 1 536870912 2224 0 +surfaceparm detail +} +// brush 3471 +{ +( -4022.807617 3320.265381 472 ) ( -4045.435059 3342.893066 472 ) ( -4291.507813 3096.819824 472 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4292.921875 3098.233887 616 ) ( -4046.849121 3344.306885 616 ) ( -4024.221680 3321.679443 616 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4270.294922 3075.606445 616 ) ( -4024.221680 3321.679443 616 ) ( -4024.221680 3321.679443 456 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4024.221680 3321.679443 616 ) ( -4046.849121 3344.306885 616 ) ( -4046.849121 3344.306885 456 ) common/nodraw -2 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -4046.849121 3344.306885 616 ) ( -4292.921875 3098.233887 616 ) ( -4292.921875 3098.233887 456 ) TAardennes/wintered_grey -16 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -4249.081055 3096.819824 456 ) ( -4294.336426 3096.819824 456 ) ( -4271.708984 3096.819824 616 ) common/nodraw -50 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 3472 +{ +( -3749.863281 3047.322754 472 ) ( -3773.905273 3071.363281 472 ) ( -3802.189453 3043.079590 472 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3803.603516 3044.493652 616 ) ( -3775.320313 3072.778320 616 ) ( -3751.278320 3048.735840 616 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3780.976563 3021.866211 616 ) ( -3752.693359 3050.150879 616 ) ( -3752.693359 3050.150879 456 ) TAardennes/wintered_grey -16 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -3751.278320 3048.735840 616 ) ( -3775.320313 3072.778320 616 ) ( -3775.320313 3072.778320 456 ) common/nodraw 42 -62 -180.00 0.706787 -1 536870912 2224 0 +surfaceparm detail +( -3775.320313 3072.778320 616 ) ( -3803.603516 3044.493652 616 ) ( -3803.603516 3044.493652 456 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4000.180176 2802.663574 456 ) ( -4000.179688 2847.917969 456 ) ( -4000.180176 2825.291016 616 ) common/nodraw -11 0 0.00 1.415039 1 536870912 2224 0 +surfaceparm detail +} +// brush 3473 +{ +( -4249.081055 3096.819824 488 ) ( -4271.708984 3119.447266 488 ) ( -4294.336426 3096.819824 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4294.336426 3096.819824 584 ) ( -4271.708984 3119.447266 584 ) ( -4249.081055 3096.819824 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4294.336426 3096.819824 584 ) ( -4271.708984 3074.191895 584 ) ( -4271.708984 3074.191895 488 ) TAardennes/wintered_grey -16 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -4271.708984 3074.191895 584 ) ( -4249.081055 3096.819824 584 ) ( -4249.081055 3096.819824 488 ) common/nodraw -15 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -4294.336426 3096.819824 488 ) ( -4249.081055 3096.819824 488 ) ( -4271.708984 3096.819824 584 ) common/nodraw -51 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +} +// brush 3474 +{ +( -4237.767578 3085.505859 584 ) ( -4271.708984 3119.447266 584 ) ( -4294.336426 3096.819824 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4294.336426 3096.819824 616 ) ( -4271.708984 3119.447266 616 ) ( -4237.767578 3085.505859 616 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4294.336426 3096.819824 616 ) ( -4260.395020 3062.878906 616 ) ( -4260.395020 3062.878906 584 ) TAardennes/wintered_grey -64 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -4237.767578 3085.505859 616 ) ( -4271.708984 3119.447266 616 ) ( -4271.708984 3119.447266 584 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4000.179688 2847.917969 584 ) ( -4000.180176 2802.663574 584 ) ( -4000.180176 2825.291016 616 ) common/nodraw -14 0 0.00 1.414551 1 536870912 2224 0 +surfaceparm detail +( -4294.336426 3096.819824 584 ) ( -4249.081055 3096.819824 584 ) ( -4271.708984 3096.819824 616 ) common/nodraw -51 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +} +// brush 3475 +{ +( -4242.009766 3089.748535 472 ) ( -4270.294434 3118.032715 472 ) ( -4292.921875 3095.406250 472 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4294.336426 3096.819824 488 ) ( -4271.708984 3119.447266 488 ) ( -4243.424805 3091.163086 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4294.336426 3096.819824 488 ) ( -4266.051758 3068.535645 488 ) ( -4266.051758 3068.535645 456 ) TAardennes/wintered_grey -64 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -4243.424805 3091.163086 488 ) ( -4271.708984 3119.447266 488 ) ( -4271.708984 3119.447266 456 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4294.336426 3096.819824 456 ) ( -4249.081055 3096.819824 456 ) ( -4271.708984 3096.819824 488 ) common/nodraw -51 0 0.00 1.414307 1 536870912 2224 0 +surfaceparm detail +( -4000.179688 2847.917969 456 ) ( -4000.180176 2802.663574 456 ) ( -4000.180176 2825.291016 488 ) common/nodraw -14 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 3476 +{ +( -4203.826172 3051.564941 488 ) ( -4249.081055 3096.819824 488 ) ( -4271.708984 3074.191895 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4271.708984 3074.191895 584 ) ( -4249.081055 3096.819824 584 ) ( -4203.826172 3051.564941 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4271.708984 3074.191895 584 ) ( -4226.454102 3028.937500 584 ) ( -4226.454102 3028.937500 488 ) general_structure/denmark_win2 78 14 -180.00 0.353554 -0.533333 0 4194304 0 +surfaceparm detail +( -4226.454102 3028.937500 584 ) ( -4203.826172 3051.564941 584 ) ( -4203.826172 3051.564941 488 ) common/nodraw -39 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +( -4203.826172 3051.564941 584 ) ( -4249.081055 3096.819824 584 ) ( -4249.081055 3096.819824 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4249.081055 3096.819824 584 ) ( -4271.708984 3074.191895 584 ) ( -4271.708984 3074.191895 488 ) common/nodraw -15 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +// brush 3477 +{ +( -4181.199219 3028.937500 488 ) ( -4203.826172 3051.564941 488 ) ( -4226.454102 3028.937500 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4226.454102 3028.937500 584 ) ( -4203.826172 3051.564941 584 ) ( -4181.199219 3028.937500 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4226.454102 3028.937500 584 ) ( -4203.826660 3006.310547 584 ) ( -4203.826660 3006.310547 488 ) TAardennes/wintered_grey -64 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -4203.826660 3006.310547 584 ) ( -4181.199219 3028.937500 584 ) ( -4181.199219 3028.937500 488 ) common/nodraw -21 0 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -4181.199219 3028.937500 584 ) ( -4203.826172 3051.564941 584 ) ( -4203.826172 3051.564941 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4203.826172 3051.564941 584 ) ( -4226.454102 3028.937500 584 ) ( -4226.454102 3028.937500 488 ) common/nodraw -39 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +} +// brush 3478 +{ +( -4135.944824 2983.683105 488 ) ( -4181.199219 3028.937500 488 ) ( -4203.826660 3006.310547 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4203.826660 3006.310547 584 ) ( -4181.199219 3028.937500 584 ) ( -4135.944824 2983.683105 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4203.826660 3006.310547 584 ) ( -4158.571289 2961.055176 584 ) ( -4158.571289 2961.055176 488 ) general_structure/denmark_win2 55 14 -180.00 0.353556 -0.533333 0 4194304 0 +surfaceparm detail +( -4158.571289 2961.055176 584 ) ( -4135.944824 2983.683105 584 ) ( -4135.944824 2983.683105 488 ) common/nodraw -38 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -4135.944824 2983.683105 584 ) ( -4181.199219 3028.937500 584 ) ( -4181.199219 3028.937500 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4181.199219 3028.937500 584 ) ( -4203.826660 3006.310547 584 ) ( -4203.826660 3006.310547 488 ) common/nodraw -21 0 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +} +// brush 3479 +{ +( -4113.316406 2961.055176 488 ) ( -4135.944824 2983.683105 488 ) ( -4158.571289 2961.055176 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4158.571289 2961.055176 584 ) ( -4135.944824 2983.683105 584 ) ( -4113.316406 2961.055176 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4158.571289 2961.055176 584 ) ( -4135.944336 2938.427246 584 ) ( -4135.944336 2938.427246 488 ) TAardennes/wintered_grey -16 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -4135.944336 2938.427246 584 ) ( -4113.316406 2961.055176 584 ) ( -4113.316406 2961.055176 488 ) common/nodraw -6 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -4113.316406 2961.055176 584 ) ( -4135.944824 2983.683105 584 ) ( -4135.944824 2983.683105 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4135.944824 2983.683105 584 ) ( -4158.571289 2961.055176 584 ) ( -4158.571289 2961.055176 488 ) common/nodraw -38 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +} +// brush 3480 +{ +( -4068.061523 2915.799805 488 ) ( -4113.316406 2961.055176 488 ) ( -4135.944336 2938.427246 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4135.944336 2938.427246 584 ) ( -4113.316406 2961.055176 584 ) ( -4068.061523 2915.799805 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4135.944336 2938.427246 584 ) ( -4090.689453 2893.173340 584 ) ( -4090.689453 2893.173340 488 ) general_structure/denmark_win2 78 14 -180.00 0.353550 -0.533333 0 4194304 0 +surfaceparm detail +( -4090.689453 2893.173340 584 ) ( -4068.061523 2915.799805 584 ) ( -4068.061523 2915.799805 488 ) common/nodraw -59 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +( -4068.061523 2915.799805 584 ) ( -4113.316406 2961.055176 584 ) ( -4113.316406 2961.055176 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4113.316406 2961.055176 584 ) ( -4135.944336 2938.427246 584 ) ( -4135.944336 2938.427246 488 ) common/nodraw -6 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +} +// brush 3481 +{ +( -4045.434570 2893.173340 488 ) ( -4068.061523 2915.799805 488 ) ( -4090.689453 2893.173340 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4090.689453 2893.173340 584 ) ( -4068.061523 2915.799805 584 ) ( -4045.434570 2893.173340 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4090.689453 2893.173340 584 ) ( -4068.061523 2870.545898 584 ) ( -4068.061523 2870.545898 488 ) TAardennes/wintered_grey -48 -48 0.00 1 1 0 65536 0 +surfaceparm detail +( -4068.061523 2870.545898 584 ) ( -4045.434570 2893.173340 584 ) ( -4045.434570 2893.173340 488 ) common/nodraw -49 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -4045.434570 2893.173340 584 ) ( -4068.061523 2915.799805 584 ) ( -4068.061523 2915.799805 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4068.061523 2915.799805 584 ) ( -4090.689453 2893.173340 584 ) ( -4090.689453 2893.173340 488 ) common/nodraw -59 0 0.00 0.707764 1 536870912 2224 0 +surfaceparm detail +} +// brush 3482 +{ +( -4000.179688 2847.917969 488 ) ( -4045.434570 2893.173340 488 ) ( -4068.061523 2870.545898 488 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4068.061523 2870.545898 584 ) ( -4045.434570 2893.173340 584 ) ( -4000.179688 2847.917969 584 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4068.061523 2870.545898 584 ) ( -4022.807617 2825.291016 584 ) ( -4022.807617 2825.291016 488 ) general_structure/denmark_win2 55 14 0.00 -0.353556 0.533333 0 4194304 0 +surfaceparm detail +( -4022.807617 2825.291016 584 ) ( -4000.179688 2847.917969 584 ) ( -4000.179688 2847.917969 488 ) common/nodraw -24 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -4000.179688 2847.917969 584 ) ( -4045.434570 2893.173340 584 ) ( -4045.434570 2893.173340 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4045.434570 2893.173340 584 ) ( -4068.061523 2870.545898 584 ) ( -4068.061523 2870.545898 488 ) common/nodraw -49 0 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +// brush 3483 +{ +( -3925.226563 2854.988770 616 ) ( -4242.010742 3171.772705 616 ) ( -4316.963867 3096.819336 616 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4316.963867 3096.819336 712 ) ( -4242.010742 3171.772705 712 ) ( -3925.226563 2854.988770 712 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4316.963867 3096.819336 616 ) ( -4249.081055 3164.701660 712 ) ( -3966.238281 2813.976563 664 ) general_structure/shingles_ce2 30 144 -44.98 0.500119 0.499774 0 16384 0 +surfaceparm detail +( -4237.767578 3176.015381 712 ) ( -4305.649902 3108.133301 616 ) ( -3954.925293 2825.290527 664 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4000.179688 2938.428223 616 ) ( -4000.180664 2780.036133 616 ) ( -4000.179688 2859.231445 712 ) common/nodraw -17 0 0.00 1.413574 1 536870912 2224 0 +surfaceparm detail +( -4316.963867 3096.819336 616 ) ( -4158.571289 3096.819336 616 ) ( -4237.767578 3096.819336 712 ) common/nodraw -50 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 3484 +{ +( -3978.965820 3276.425049 616 ) ( -4058.162598 3355.620605 616 ) ( -4316.963867 3096.819336 616 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4316.963867 3096.819336 712 ) ( -4058.162598 3355.620605 712 ) ( -3978.965820 3276.425049 712 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3978.965820 3276.425049 712 ) ( -4058.162598 3355.620605 712 ) ( -4058.162598 3355.620605 616 ) common/nodraw -54 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +( -4316.963867 3096.819336 616 ) ( -4024.221680 3321.679443 664 ) ( -4249.081543 3028.937500 712 ) general_structure/shingles_ce2 -143 149 135.04 0.499601 -0.499860 0 16384 0 +surfaceparm detail +( -4237.767578 3017.624023 712 ) ( -4012.907715 3310.365967 664 ) ( -4305.649902 3085.505859 616 ) common/nodraw -57 4 135.02 0.999634 -0.999375 536870912 2224 0 +surfaceparm detail +( -4158.571289 3096.819336 616 ) ( -4316.963867 3096.819336 616 ) ( -4237.767578 3096.819336 712 ) common/nodraw -50 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 3485 +{ +( -3741.378906 3038.836426 616 ) ( -3820.574707 3118.033203 616 ) ( -4079.375488 2859.232422 616 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4079.375488 2859.232422 712 ) ( -3820.574707 3118.033203 712 ) ( -3741.378906 3038.836426 712 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3741.378906 3038.836426 712 ) ( -3820.574707 3118.033203 712 ) ( -3820.574707 3118.033203 616 ) common/nodraw 49 -62 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -4068.062500 2847.918945 712 ) ( -3775.320313 3072.778320 664 ) ( -4000.180664 2780.036133 616 ) general_structure/shingles_ce2 30 144 -44.98 0.500119 0.499774 0 16384 0 +surfaceparm detail +( -4011.494141 2791.349609 616 ) ( -3786.633789 3084.091797 664 ) ( -4079.375488 2859.232422 712 ) common/nodraw 16 6 -44.95 0.999462 0.999807 536870912 2224 0 +surfaceparm detail +( -4000.180664 2780.036133 616 ) ( -4000.179688 2938.428223 616 ) ( -4000.179688 2859.231445 712 ) common/nodraw -17 0 0.00 1.413574 1 536870912 2224 0 +surfaceparm detail +} +// brush 3486 +{ +( -4046.849121 3344.306885 608 ) ( -4063.819336 3361.277100 608 ) ( -4328.277344 3096.819824 608 ) general_structure/beam_wood1 19 28 -45.04 1.000584 0.999462 0 16384 0 +surfaceparm detail +( -4328.277344 3096.819824 616 ) ( -4063.819336 3361.277100 616 ) ( -4046.849121 3344.306885 616 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4046.849121 3344.306885 616 ) ( -4063.819336 3361.277100 616 ) ( -4063.819336 3361.277100 608 ) common/nodraw -6 0 0.00 0.706055 1 536870912 2224 0 +surfaceparm detail +( -4328.277344 3096.819824 608 ) ( -4060.990723 3358.449463 612 ) ( -4322.620117 3091.163086 616 ) general_structure/shingles_ce2 -132 172 135.10 0.500120 -0.499601 0 16384 0 +surfaceparm detail +( -4311.306641 3079.849609 616 ) ( -4049.677246 3347.135498 612 ) ( -4316.963379 3085.505371 608 ) general_structure/beam_wood1 18 2 -45.00 1.000584 0.998944 0 16384 0 +surfaceparm detail +( -4294.336426 3096.819824 608 ) ( -4328.277344 3096.819824 608 ) ( -4311.306641 3096.819824 616 ) common/nodraw -46 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +} +// brush 3487 +{ +( -3735.721680 3033.180176 608 ) ( -3752.693359 3050.150879 608 ) ( -4017.151367 2785.693359 608 ) general_structure/beam_wood1 19 28 -45.04 1.000584 0.999462 0 16384 0 +surfaceparm detail +( -4017.151367 2785.693359 616 ) ( -3752.693359 3050.150879 616 ) ( -3735.721680 3033.180176 616 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -3735.721680 3033.180176 616 ) ( -3752.693359 3050.150879 616 ) ( -3752.693359 3050.150879 608 ) common/nodraw -59 0 0.00 0.707520 1 536870912 2224 0 +surfaceparm detail +( -4011.493652 2780.036133 608 ) ( -3749.863281 3047.322754 612 ) ( -4017.151367 2785.693359 616 ) general_structure/beam_wood1 47 5 -44.99 1.000152 0.998771 0 16384 0 +surfaceparm detail +( -4005.836914 2774.378906 616 ) ( -3738.549805 3036.008301 612 ) ( -4000.179688 2768.722168 608 ) general_structure/shingles_ce2 99 152 -44.95 0.501069 0.499947 0 16384 0 +surfaceparm detail +( -4000.179688 2768.722168 608 ) ( -4000.180176 2802.663574 608 ) ( -4000.179688 2785.692383 616 ) common/nodraw -14 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 3488 +{ +( -3983.208984 2785.692871 608 ) ( -4311.306641 3113.790039 608 ) ( -4328.277344 3096.819824 608 ) general_structure/beam_wood1 19 28 -45.04 1.000584 0.999462 0 16384 0 +surfaceparm detail +( -4328.277344 3096.819824 616 ) ( -4311.306641 3113.790039 616 ) ( -3983.208984 2785.692871 616 ) common/nodraw 27 63 -45.01 0.999721 0.999979 536870912 2224 0 +surfaceparm detail +( -4328.277344 3096.819824 608 ) ( -4322.620117 3102.476563 616 ) ( -3997.351074 2771.550293 612 ) general_structure/shingles_ce2 44 19 -135.00 0.500637 -0.499947 0 16384 0 +surfaceparm detail +( -4311.306641 3113.790039 616 ) ( -4316.963379 3108.133301 608 ) ( -3986.037109 2782.864258 612 ) general_structure/beam_wood1 26 4 -44.99 0.999462 1.000843 0 16384 0 +surfaceparm detail +( -4328.277344 3096.819824 608 ) ( -4294.336426 3096.819824 608 ) ( -4311.306641 3096.819824 616 ) common/nodraw -46 0 0.00 1.413818 1 536870912 2224 0 +surfaceparm detail +( -4000.180176 2802.663574 608 ) ( -4000.179688 2768.722168 608 ) ( -4000.179688 2785.692383 616 ) common/nodraw -14 0 0.00 1.414063 1 536870912 2224 0 +surfaceparm detail +} +// brush 3489 +{ +( -4488 1720 24 ) ( -4872 1720 24 ) ( -4872 1512 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4872 1512 208 ) ( -4872 1720 208 ) ( -4488 1720 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4872 1488 208 ) ( -4488 1488 208 ) ( -4488 1488 24 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4576 1712 208 ) ( -4576 1504 208 ) ( -4576 1504 24 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4560 1592 24 ) ( -4552 1584 24 ) ( -4556 1588 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4872 1568 24 ) ( -4840 1568 24 ) ( -4856 1568 208 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4488 1512 24 ) ( -4496 1504 24 ) ( -4492 1508 208 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3490 +{ +( -4488 1720 24 ) ( -4872 1720 24 ) ( -4872 1512 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4872 1512 208 ) ( -4872 1720 208 ) ( -4488 1720 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4488 1720 208 ) ( -4872 1720 208 ) ( -4872 1720 24 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4872 1720 208 ) ( -4872 1512 208 ) ( -4872 1512 24 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4560 1592 24 ) ( -4552 1584 24 ) ( -4556 1588 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4800 1696 24 ) ( -4792 1704 24 ) ( -4796 1700 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4840 1568 24 ) ( -4872 1568 24 ) ( -4856 1568 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3491 +{ +( -4632 1368 24 ) ( -4640 1360 24 ) ( -4636 1364 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4396 2040 208 ) ( -4408 1360 208 ) ( -4384 1360 208 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4432 1360 224 ) ( -4416 2040 224 ) ( -4400 1360 224 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4896 1488 208 ) ( -4904 1488 208 ) ( -4900 1488 224 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4808 1568 208 ) ( -4784 1568 208 ) ( -4796 1568 224 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4576 1560 208 ) ( -4576 1568 208 ) ( -4576 1564 224 ) general_industrial/shmpipe_grey 77 0 0.00 -0.625000 0.250000 0 32768 0 +surfaceparm detail +} +// brush 3492 +{ +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4396 2040 208 ) ( -4408 1360 208 ) ( -4384 1360 208 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4432 1360 224 ) ( -4416 2040 224 ) ( -4400 1360 224 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4896 1488 208 ) ( -4904 1488 208 ) ( -4900 1488 224 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4808 1568 208 ) ( -4784 1568 208 ) ( -4796 1568 224 ) general_structure/plaster_wall2 -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4800 1568 208 ) ( -4800 1560 208 ) ( -4800 1564 224 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 3493 +{ +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5040 1760 24 ) ( -5032 1768 24 ) ( -5036 1764 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4632 1368 24 ) ( -4640 1360 24 ) ( -4636 1364 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4396 2040 208 ) ( -4408 1360 208 ) ( -4384 1360 208 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4432 1360 224 ) ( -4416 2040 224 ) ( -4400 1360 224 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4784 1568 208 ) ( -4808 1568 208 ) ( -4796 1568 224 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 3494 +{ +( -4520 1488 24 ) ( -4976 1488 24 ) ( -4976 1256 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4488 1488 408 ) ( -4944 1488 408 ) ( -4944 1488 344 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4928 1472 344 ) ( -4944 1488 344 ) ( -4936 1480 408 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4512 1488 344 ) ( -4520 1480 344 ) ( -4516 1484 408 ) general_structure/plaster_wall2 -16 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -4576 1272 208 ) ( -4568 1488 208 ) ( -4560 1272 208 ) general_structure/plaster_wall2 -64 208 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3495 +{ +( -4488 1488 408 ) ( -4944 1488 408 ) ( -4944 1488 344 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4928 1472 344 ) ( -4944 1488 344 ) ( -4936 1480 408 ) general_structure/plaster_wall2 -16 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -4512 1488 344 ) ( -4520 1480 344 ) ( -4516 1484 408 ) general_structure/plaster_wall2 -16 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -4568 1488 208 ) ( -4576 1272 208 ) ( -4560 1272 208 ) general_structure/plaster_wall2 -64 208 0.00 1 1 0 65536 0 +surfaceparm detail +( -4608 1272 224 ) ( -4600 1488 224 ) ( -4592 1272 224 ) general_structure/plaster_wall2 -64 208 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3496 +{ +( -4944 1256 408 ) ( -4944 1488 408 ) ( -4488 1488 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4488 1488 408 ) ( -4944 1488 408 ) ( -4944 1488 344 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4928 1472 344 ) ( -4944 1488 344 ) ( -4936 1480 408 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4512 1488 344 ) ( -4520 1480 344 ) ( -4516 1484 408 ) general_structure/plaster_wall2 -16 -64 0.00 1 1 0 65536 0 +surfaceparm detail +( -4600 1488 224 ) ( -4608 1272 224 ) ( -4592 1272 224 ) general_structure/plaster_wall2 -64 208 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3497 +{ +( -4832 1552 33 ) ( -4832 1488 33 ) ( -4864 1488 33 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4864 1488 25 ) ( -4864 1552 25 ) ( -4864 1552 57 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4864 1568 25 ) ( -4832 1568 25 ) ( -4832 1568 57 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4832 1488 25 ) ( -4864 1488 25 ) ( -4864 1488 57 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3498 +{ +( -4808 1552 49 ) ( -4808 1488 49 ) ( -4840 1488 49 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4840 1488 41 ) ( -4840 1552 41 ) ( -4840 1552 73 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4840 1568 41 ) ( -4808 1568 41 ) ( -4808 1568 73 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4808 1488 41 ) ( -4840 1488 41 ) ( -4840 1488 73 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3499 +{ +( -4796 1552 57 ) ( -4796 1488 57 ) ( -4828 1488 57 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4828 1488 49 ) ( -4828 1552 49 ) ( -4828 1552 81 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4828 1568 49 ) ( -4796 1568 49 ) ( -4796 1568 81 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4796 1488 49 ) ( -4828 1488 49 ) ( -4828 1488 81 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3500 +{ +( -4784 1552 65 ) ( -4784 1488 65 ) ( -4816 1488 65 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4816 1488 57 ) ( -4816 1552 57 ) ( -4816 1552 89 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4816 1568 57 ) ( -4784 1568 57 ) ( -4784 1568 89 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4784 1488 57 ) ( -4816 1488 57 ) ( -4816 1488 89 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3501 +{ +( -4772 1552 73 ) ( -4772 1488 73 ) ( -4804 1488 73 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4804 1488 65 ) ( -4804 1552 65 ) ( -4804 1552 97 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4804 1568 65 ) ( -4772 1568 65 ) ( -4772 1568 97 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4772 1488 65 ) ( -4804 1488 65 ) ( -4804 1488 97 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3502 +{ +( -4760 1552 81 ) ( -4760 1488 81 ) ( -4792 1488 81 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4792 1488 73 ) ( -4792 1552 73 ) ( -4792 1552 105 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4792 1568 73 ) ( -4760 1568 73 ) ( -4760 1568 105 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4760 1488 73 ) ( -4792 1488 73 ) ( -4792 1488 105 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3503 +{ +( -4748 1552 89 ) ( -4748 1488 89 ) ( -4780 1488 89 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4780 1488 81 ) ( -4780 1552 81 ) ( -4780 1552 113 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4780 1568 81 ) ( -4748 1568 81 ) ( -4748 1568 113 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4748 1488 81 ) ( -4780 1488 81 ) ( -4780 1488 113 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3504 +{ +( -4736 1552 97 ) ( -4736 1488 97 ) ( -4768 1488 97 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4768 1488 89 ) ( -4768 1552 89 ) ( -4768 1552 121 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4768 1568 89 ) ( -4736 1568 89 ) ( -4736 1568 121 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4736 1488 89 ) ( -4768 1488 89 ) ( -4768 1488 121 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3505 +{ +( -4724 1552 105 ) ( -4724 1488 105 ) ( -4756 1488 105 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4756 1488 97 ) ( -4756 1552 97 ) ( -4756 1552 129 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4756 1568 97 ) ( -4724 1568 97 ) ( -4724 1568 129 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4724 1488 97 ) ( -4756 1488 97 ) ( -4756 1488 129 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3506 +{ +( -4712 1552 113 ) ( -4712 1488 113 ) ( -4744 1488 113 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4744 1488 105 ) ( -4744 1552 105 ) ( -4744 1552 137 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4744 1568 105 ) ( -4712 1568 105 ) ( -4712 1568 137 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4712 1488 105 ) ( -4744 1488 105 ) ( -4744 1488 137 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3507 +{ +( -4700 1552 121 ) ( -4700 1488 121 ) ( -4732 1488 121 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4732 1488 113 ) ( -4732 1552 113 ) ( -4732 1552 145 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4732 1568 113 ) ( -4700 1568 113 ) ( -4700 1568 145 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4700 1488 113 ) ( -4732 1488 113 ) ( -4732 1488 145 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3508 +{ +( -4688 1552 129 ) ( -4688 1488 129 ) ( -4720 1488 129 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4720 1488 121 ) ( -4720 1552 121 ) ( -4720 1552 153 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4720 1568 121 ) ( -4688 1568 121 ) ( -4688 1568 153 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4688 1488 121 ) ( -4720 1488 121 ) ( -4720 1488 153 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3509 +{ +( -4676 1552 137 ) ( -4676 1488 137 ) ( -4708 1488 137 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4708 1488 129 ) ( -4708 1552 129 ) ( -4708 1552 161 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4708 1568 129 ) ( -4676 1568 129 ) ( -4676 1568 161 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4676 1488 129 ) ( -4708 1488 129 ) ( -4708 1488 161 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3510 +{ +( -4664 1552 145 ) ( -4664 1488 145 ) ( -4696 1488 145 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4696 1488 137 ) ( -4696 1552 137 ) ( -4696 1552 169 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4696 1568 137 ) ( -4664 1568 137 ) ( -4664 1568 169 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4664 1488 137 ) ( -4696 1488 137 ) ( -4696 1488 169 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3511 +{ +( -4652 1552 153 ) ( -4652 1488 153 ) ( -4684 1488 153 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4684 1488 145 ) ( -4684 1552 145 ) ( -4684 1552 177 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4684 1568 145 ) ( -4652 1568 145 ) ( -4652 1568 177 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4652 1488 145 ) ( -4684 1488 145 ) ( -4684 1488 177 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3512 +{ +( -4640 1552 161 ) ( -4640 1488 161 ) ( -4672 1488 161 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4672 1488 153 ) ( -4672 1552 153 ) ( -4672 1552 185 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4672 1568 153 ) ( -4640 1568 153 ) ( -4640 1568 185 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4640 1488 153 ) ( -4672 1488 153 ) ( -4672 1488 185 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3513 +{ +( -4628 1552 169 ) ( -4628 1488 169 ) ( -4660 1488 169 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4660 1488 161 ) ( -4660 1552 161 ) ( -4660 1552 193 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4660 1568 161 ) ( -4628 1568 161 ) ( -4628 1568 193 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4628 1488 161 ) ( -4660 1488 161 ) ( -4660 1488 193 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3514 +{ +( -4616 1552 177 ) ( -4616 1488 177 ) ( -4648 1488 177 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4648 1488 169 ) ( -4648 1552 169 ) ( -4648 1552 201 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4648 1568 169 ) ( -4616 1568 169 ) ( -4616 1568 201 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4616 1488 169 ) ( -4648 1488 169 ) ( -4648 1488 201 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3515 +{ +( -4604 1552 185 ) ( -4604 1488 185 ) ( -4636 1488 185 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4636 1488 177 ) ( -4636 1552 177 ) ( -4636 1552 209 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4636 1568 177 ) ( -4604 1568 177 ) ( -4604 1568 209 ) common/nodraw -60 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4604 1488 177 ) ( -4636 1488 177 ) ( -4636 1488 209 ) common/nodraw -60 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4612 1568 193 ) ( -4840 1568 41 ) ( -4726 1488 117 ) common/nodraw 24 57 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3516 +{ +( -4592 1552 193 ) ( -4592 1488 193 ) ( -4624 1488 193 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4624 1488 185 ) ( -4624 1552 185 ) ( -4624 1552 217 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4624 1568 185 ) ( -4592 1568 185 ) ( -4592 1568 217 ) common/nodraw -60 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4592 1488 185 ) ( -4624 1488 185 ) ( -4624 1488 217 ) common/nodraw -60 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4612 1568 193 ) ( -4840 1568 41 ) ( -4726 1488 117 ) common/nodraw 24 57 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3517 +{ +( -4820 1552 41 ) ( -4820 1488 41 ) ( -4852 1488 41 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4852 1488 33 ) ( -4852 1552 33 ) ( -4852 1552 65 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4852 1568 33 ) ( -4820 1568 33 ) ( -4820 1568 65 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4820 1488 33 ) ( -4852 1488 33 ) ( -4852 1488 65 ) common/nodraw -36 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4636 1568 177 ) ( -4864 1568 25 ) ( -4750 1488 101 ) common/nodraw 24 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3518 +{ +( -4556 1552 217 ) ( -4556 1488 217 ) ( -4588 1488 217 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4588 1488 209 ) ( -4588 1552 209 ) ( -4588 1552 241 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4588 1568 209 ) ( -4556 1568 209 ) ( -4556 1568 241 ) common/nodraw -32 -15 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4556 1488 209 ) ( -4588 1488 209 ) ( -4588 1488 241 ) common/nodraw -32 -15 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4576 1568 217 ) ( -4804 1568 65 ) ( -4690 1488 141 ) common/nodraw 24 29 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3519 +{ +( -4568 1552 209 ) ( -4568 1488 209 ) ( -4600 1488 209 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4600 1488 201 ) ( -4600 1552 201 ) ( -4600 1552 233 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4600 1568 201 ) ( -4568 1568 201 ) ( -4568 1568 233 ) common/nodraw -32 -15 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4568 1488 201 ) ( -4600 1488 201 ) ( -4600 1488 233 ) common/nodraw -32 -15 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4576 1568 217 ) ( -4804 1568 65 ) ( -4690 1488 141 ) common/nodraw 24 29 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3520 +{ +( -4580 1552 201 ) ( -4580 1488 201 ) ( -4612 1488 201 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4612 1488 193 ) ( -4612 1552 193 ) ( -4612 1552 225 ) general_industrial/shmpipe_grey 77 8 0.00 -0.625000 0.125000 0 32768 0 +surfaceparm detail +( -4612 1568 193 ) ( -4580 1568 193 ) ( -4580 1568 225 ) common/nodraw -8 33 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4580 1488 193 ) ( -4612 1488 193 ) ( -4612 1488 225 ) common/nodraw -8 33 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4600 1568 201 ) ( -4828 1568 49 ) ( -4714 1488 125 ) common/nodraw 24 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3521 +{ +( -1672 556 256 ) ( -1672 492 256 ) ( -1704 492 256 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1704 492 248 ) ( -1704 556 248 ) ( -1704 556 280 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1704 572 248 ) ( -1672 572 248 ) ( -1672 572 280 ) common/nodraw -36 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1672 492 248 ) ( -1704 492 248 ) ( -1704 492 280 ) common/nodraw -36 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1692 572 256 ) ( -1920 572 104 ) ( -1806 492 180 ) common/nodraw 51 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3522 +{ +( -1708 556 232 ) ( -1708 492 232 ) ( -1740 492 232 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1740 492 224 ) ( -1740 556 224 ) ( -1740 556 256 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1740 572 224 ) ( -1708 572 224 ) ( -1708 572 256 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1708 492 224 ) ( -1740 492 224 ) ( -1740 492 256 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1728 572 232 ) ( -1956 572 80 ) ( -1842 492 156 ) common/nodraw 51 61 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3523 +{ +( -1696 556 240 ) ( -1696 492 240 ) ( -1728 492 240 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1728 492 232 ) ( -1728 556 232 ) ( -1728 556 264 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1728 572 232 ) ( -1696 572 232 ) ( -1696 572 264 ) common/nodraw -24 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1696 492 232 ) ( -1728 492 232 ) ( -1728 492 264 ) common/nodraw -24 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1704 572 248 ) ( -1932 572 96 ) ( -1818 492 172 ) common/nodraw 51 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3524 +{ +( -1720 556 224 ) ( -1720 492 224 ) ( -1752 492 224 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1752 492 216 ) ( -1752 556 216 ) ( -1752 556 248 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1752 572 216 ) ( -1720 572 216 ) ( -1720 572 248 ) common/nodraw -52 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1720 492 216 ) ( -1752 492 216 ) ( -1752 492 248 ) common/nodraw -52 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1740 572 224 ) ( -1968 572 72 ) ( -1854 492 148 ) common/nodraw 51 49 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3525 +{ +( -2008 556 32 ) ( -2008 492 32 ) ( -2040 492 32 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -2040 492 24 ) ( -2040 556 24 ) ( -2040 556 56 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2040 572 24 ) ( -2008 572 24 ) ( -2008 572 56 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2008 492 24 ) ( -2040 492 24 ) ( -2040 492 56 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3526 +{ +( -1984 556 48 ) ( -1984 492 48 ) ( -2016 492 48 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -2016 492 40 ) ( -2016 556 40 ) ( -2016 556 72 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2016 572 40 ) ( -1984 572 40 ) ( -1984 572 72 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1984 492 40 ) ( -2016 492 40 ) ( -2016 492 72 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3527 +{ +( -1972 556 56 ) ( -1972 492 56 ) ( -2004 492 56 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -2004 492 48 ) ( -2004 556 48 ) ( -2004 556 80 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2004 572 48 ) ( -1972 572 48 ) ( -1972 572 80 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1972 492 48 ) ( -2004 492 48 ) ( -2004 492 80 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3528 +{ +( -1960 556 64 ) ( -1960 492 64 ) ( -1992 492 64 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1992 492 56 ) ( -1992 556 56 ) ( -1992 556 88 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1992 572 56 ) ( -1960 572 56 ) ( -1960 572 88 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1960 492 56 ) ( -1992 492 56 ) ( -1992 492 88 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3529 +{ +( -1948 556 72 ) ( -1948 492 72 ) ( -1980 492 72 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1980 492 64 ) ( -1980 556 64 ) ( -1980 556 96 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1980 572 64 ) ( -1948 572 64 ) ( -1948 572 96 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1948 492 64 ) ( -1980 492 64 ) ( -1980 492 96 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3530 +{ +( -1936 556 80 ) ( -1936 492 80 ) ( -1968 492 80 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1968 492 72 ) ( -1968 556 72 ) ( -1968 556 104 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1968 572 72 ) ( -1936 572 72 ) ( -1936 572 104 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1936 492 72 ) ( -1968 492 72 ) ( -1968 492 104 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3531 +{ +( -1924 556 88 ) ( -1924 492 88 ) ( -1956 492 88 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1956 492 80 ) ( -1956 556 80 ) ( -1956 556 112 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1956 572 80 ) ( -1924 572 80 ) ( -1924 572 112 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1924 492 80 ) ( -1956 492 80 ) ( -1956 492 112 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3532 +{ +( -1912 556 96 ) ( -1912 492 96 ) ( -1944 492 96 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1944 492 88 ) ( -1944 556 88 ) ( -1944 556 120 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1944 572 88 ) ( -1912 572 88 ) ( -1912 572 120 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1912 492 88 ) ( -1944 492 88 ) ( -1944 492 120 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3533 +{ +( -1900 556 104 ) ( -1900 492 104 ) ( -1932 492 104 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1932 492 96 ) ( -1932 556 96 ) ( -1932 556 128 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1932 572 96 ) ( -1900 572 96 ) ( -1900 572 128 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1900 492 96 ) ( -1932 492 96 ) ( -1932 492 128 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3534 +{ +( -1888 556 112 ) ( -1888 492 112 ) ( -1920 492 112 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1920 492 104 ) ( -1920 556 104 ) ( -1920 556 136 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1920 572 104 ) ( -1888 572 104 ) ( -1888 572 136 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1888 492 104 ) ( -1920 492 104 ) ( -1920 492 136 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3535 +{ +( -1876 556 120 ) ( -1876 492 120 ) ( -1908 492 120 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1908 492 112 ) ( -1908 556 112 ) ( -1908 556 144 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1908 572 112 ) ( -1876 572 112 ) ( -1876 572 144 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1876 492 112 ) ( -1908 492 112 ) ( -1908 492 144 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3536 +{ +( -1864 556 128 ) ( -1864 492 128 ) ( -1896 492 128 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1896 492 120 ) ( -1896 556 120 ) ( -1896 556 152 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1896 572 120 ) ( -1864 572 120 ) ( -1864 572 152 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1864 492 120 ) ( -1896 492 120 ) ( -1896 492 152 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3537 +{ +( -1852 556 136 ) ( -1852 492 136 ) ( -1884 492 136 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1884 492 128 ) ( -1884 556 128 ) ( -1884 556 160 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1884 572 128 ) ( -1852 572 128 ) ( -1852 572 160 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1852 492 128 ) ( -1884 492 128 ) ( -1884 492 160 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3538 +{ +( -1840 556 144 ) ( -1840 492 144 ) ( -1872 492 144 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1872 492 136 ) ( -1872 556 136 ) ( -1872 556 168 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1872 572 136 ) ( -1840 572 136 ) ( -1840 572 168 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1840 492 136 ) ( -1872 492 136 ) ( -1872 492 168 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3539 +{ +( -1828 556 152 ) ( -1828 492 152 ) ( -1860 492 152 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1860 492 144 ) ( -1860 556 144 ) ( -1860 556 176 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1860 572 144 ) ( -1828 572 144 ) ( -1828 572 176 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1828 492 144 ) ( -1860 492 144 ) ( -1860 492 176 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3540 +{ +( -1816 556 160 ) ( -1816 492 160 ) ( -1848 492 160 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1848 492 152 ) ( -1848 556 152 ) ( -1848 556 184 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1848 572 152 ) ( -1816 572 152 ) ( -1816 572 184 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1816 492 152 ) ( -1848 492 152 ) ( -1848 492 184 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3541 +{ +( -1804 556 168 ) ( -1804 492 168 ) ( -1836 492 168 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1836 492 160 ) ( -1836 556 160 ) ( -1836 556 192 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1836 572 160 ) ( -1804 572 160 ) ( -1804 572 192 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1804 492 160 ) ( -1836 492 160 ) ( -1836 492 192 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3542 +{ +( -1792 556 176 ) ( -1792 492 176 ) ( -1824 492 176 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1824 492 168 ) ( -1824 556 168 ) ( -1824 556 200 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1824 572 168 ) ( -1792 572 168 ) ( -1792 572 200 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1792 492 168 ) ( -1824 492 168 ) ( -1824 492 200 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3543 +{ +( -1780 556 184 ) ( -1780 492 184 ) ( -1812 492 184 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1812 492 176 ) ( -1812 556 176 ) ( -1812 556 208 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1812 572 176 ) ( -1780 572 176 ) ( -1780 572 208 ) common/nodraw -4 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1780 492 176 ) ( -1812 492 176 ) ( -1812 492 208 ) common/nodraw -4 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1788 572 192 ) ( -2016 572 40 ) ( -1902 492 116 ) common/nodraw 51 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3544 +{ +( -1768 556 192 ) ( -1768 492 192 ) ( -1800 492 192 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1800 492 184 ) ( -1800 556 184 ) ( -1800 556 216 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1800 572 184 ) ( -1768 572 184 ) ( -1768 572 216 ) common/nodraw -4 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1768 492 184 ) ( -1800 492 184 ) ( -1800 492 216 ) common/nodraw -4 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1788 572 192 ) ( -2016 572 40 ) ( -1902 492 116 ) common/nodraw 51 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3545 +{ +( -1996 556 40 ) ( -1996 492 40 ) ( -2028 492 40 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -2028 492 32 ) ( -2028 556 32 ) ( -2028 556 64 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -2028 572 32 ) ( -1996 572 32 ) ( -1996 572 64 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1996 492 32 ) ( -2028 492 32 ) ( -2028 492 64 ) common/nodraw -44 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1812 572 176 ) ( -2040 572 24 ) ( -1926 492 100 ) common/nodraw 51 41 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3546 +{ +( -1732 556 216 ) ( -1732 492 216 ) ( -1764 492 216 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1764 492 208 ) ( -1764 556 208 ) ( -1764 556 240 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1764 572 208 ) ( -1732 572 208 ) ( -1732 572 240 ) common/nodraw -40 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1732 492 208 ) ( -1764 492 208 ) ( -1764 492 240 ) common/nodraw -40 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1752 572 216 ) ( -1980 572 64 ) ( -1866 492 140 ) common/nodraw 51 37 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3547 +{ +( -1744 556 208 ) ( -1744 492 208 ) ( -1776 492 208 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1776 492 200 ) ( -1776 556 200 ) ( -1776 556 232 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1776 572 200 ) ( -1744 572 200 ) ( -1744 572 232 ) common/nodraw -40 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1744 492 200 ) ( -1776 492 200 ) ( -1776 492 232 ) common/nodraw -40 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1752 572 216 ) ( -1980 572 64 ) ( -1866 492 140 ) common/nodraw 51 37 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3548 +{ +( -1756 556 200 ) ( -1756 492 200 ) ( -1788 492 200 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1788 492 192 ) ( -1788 556 192 ) ( -1788 556 224 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -1788 572 192 ) ( -1756 572 192 ) ( -1756 572 224 ) common/nodraw -16 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1756 492 192 ) ( -1788 492 192 ) ( -1788 492 224 ) common/nodraw -16 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1776 572 200 ) ( -2004 572 48 ) ( -1890 492 124 ) common/nodraw 51 13 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3549 +{ +( -3672 3096 24 ) ( -3668 3092 24 ) ( -3670 3094 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4056 2720 24 ) ( -4060 2716 24 ) ( -4058 2718 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3774 3424.000244 208 ) ( -3780 2716 208 ) ( -3768 2716 208 ) mohtest/wdflr2a -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3784 2716 224 ) ( -3780 3424.000244 224 ) ( -3776 2716 224 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3956 2920 208 ) ( -3948 2928 208 ) ( -3952 2924 224 ) ta_berlin/brln_concflat -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3812 3048 208 ) ( -3820 3056 208 ) ( -3816 3052 224 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3550 +{ +( -4380 3036 24 ) ( -4384 3040 24 ) ( -4382 3038 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4056 2720 24 ) ( -4060 2716 24 ) ( -4058 2718 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3774 3424.000244 208 ) ( -3780 2716 208 ) ( -3768 2716 208 ) mohtest/wdflr2a -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3784 2716 224 ) ( -3780 3424.000244 224 ) ( -3776 2716 224 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3956 2920 208 ) ( -3948 2928 208 ) ( -3952 2924 224 ) ta_berlin/brln_concflat -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3944 2924 208 ) ( -3936 2916 208 ) ( -3940 2920 224 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3551 +{ +( -4380 3036 24 ) ( -4384 3040 24 ) ( -4382 3038 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3672 3096 24 ) ( -3668 3092 24 ) ( -3670 3094 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 3040 24 ) ( -4380 3044 24 ) ( -4382 3042 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3774 3424.000244 208 ) ( -3780 2716 208 ) ( -3768 2716 208 ) mohtest/wdflr2a -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3784 2716 224 ) ( -3780 3424.000244 224 ) ( -3776 2716 224 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3948 2928 208 ) ( -3956 2920 208 ) ( -3952 2924 224 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3552 +{ +( -3792 3040 24 ) ( -3800 3040 24 ) ( -3800 2996 24 ) general_structure/plaster_wall2 -173 72 0.00 1 1 0 65536 0 +surfaceparm detail +( -3800 2996 216 ) ( -3800 3040 216 ) ( -3792 3040 216 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3780 2996 24 ) ( -3780 2996 36 ) ( -3772 3004 36 ) general_structure/plaster_wall2 -72 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -3788 3024 24 ) ( -3788 3024 36 ) ( -3816 3052 36 ) general_structure/plaster_wall2 -72 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3820 3056 24 ) ( -3820 3056 36 ) ( -3828 3048 36 ) general_structure/plaster_wall2 -72 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -3796 3016 36 ) ( -3796 3016 24 ) ( -3824 3044 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3553 +{ +( -3800 3032 24 ) ( -3808 3032 24 ) ( -3808 2988 24 ) general_structure/plaster_wall2 -165 64 0.00 1 1 0 65536 0 +surfaceparm detail +( -3808 2988 208 ) ( -3808 3032 208 ) ( -3800 3032 208 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3788 2988 24 ) ( -3788 2988 36 ) ( -3780 2996 36 ) general_structure/plaster_wall2 -64 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -3796 3016 24 ) ( -3796 3016 36 ) ( -3824 3044 36 ) general_structure/plaster_wall2 -64 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 3048 24 ) ( -3828 3048 36 ) ( -3836 3040 36 ) general_structure/plaster_wall2 -64 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -3804 3008 36 ) ( -3804 3008 24 ) ( -3832 3036 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3554 +{ +( -3808 3024 24 ) ( -3816 3024 24 ) ( -3816 2980 24 ) general_structure/plaster_wall2 -157 56 0.00 1 1 0 65536 0 +surfaceparm detail +( -3824 2980 200 ) ( -3824 3024 200 ) ( -3816 3024 200 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3796 2980 24 ) ( -3796 2980 36 ) ( -3788 2988 36 ) general_structure/plaster_wall2 -56 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -3804 3008 24 ) ( -3804 3008 36 ) ( -3832 3036 36 ) general_structure/plaster_wall2 -56 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3836 3040 24 ) ( -3836 3040 36 ) ( -3844 3032 36 ) general_structure/plaster_wall2 -56 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -3812 3000 36 ) ( -3812 3000 24 ) ( -3840 3028 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3555 +{ +( -3816 3016 24 ) ( -3824 3016 24 ) ( -3824 2972 24 ) general_structure/plaster_wall2 -149 48 0.00 1 1 0 65536 0 +surfaceparm detail +( -3824 2972 192 ) ( -3824 3016 192 ) ( -3816 3016 192 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3804 2972 24 ) ( -3804 2972 36 ) ( -3796 2980 36 ) general_structure/plaster_wall2 -48 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3812 3000 24 ) ( -3812 3000 36 ) ( -3840 3028 36 ) general_structure/plaster_wall2 -48 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 3032 24 ) ( -3844 3032 36 ) ( -3852 3024 36 ) general_structure/plaster_wall2 -48 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3820 2992 36 ) ( -3820 2992 24 ) ( -3848 3020 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3556 +{ +( -3824 3008 24 ) ( -3832 3008 24 ) ( -3832 2964 24 ) general_structure/plaster_wall2 -141 40 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2964 184 ) ( -3828 3008 184 ) ( -3820 3008 184 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3812 2964 24 ) ( -3812 2964 36 ) ( -3804 2972 36 ) general_structure/plaster_wall2 -40 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3820 2992 24 ) ( -3820 2992 36 ) ( -3848 3020 36 ) general_structure/plaster_wall2 -40 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3852 3024 24 ) ( -3852 3024 36 ) ( -3860 3016 36 ) general_structure/plaster_wall2 -40 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2984 36 ) ( -3828 2984 24 ) ( -3856 3012 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3557 +{ +( -3832 3000 24 ) ( -3840 3000 24 ) ( -3840 2956 24 ) general_structure/plaster_wall2 -133 32 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2956 176 ) ( -3844 3000 176 ) ( -3836 3000 176 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3820 2956 24 ) ( -3820 2956 36 ) ( -3812 2964 36 ) general_structure/plaster_wall2 -32 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2984 24 ) ( -3828 2984 36 ) ( -3856 3012 36 ) general_structure/plaster_wall2 -32 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3860 3016 24 ) ( -3860 3016 36 ) ( -3868 3008 36 ) general_structure/plaster_wall2 -32 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3836 2976 36 ) ( -3836 2976 24 ) ( -3864 3004 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3558 +{ +( -3904 2928 24 ) ( -3912 2928 24 ) ( -3912 2884 24 ) general_structure/plaster_wall2 -60 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -3908 2884 104 ) ( -3908 2928 104 ) ( -3900 2928 104 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3892 2884 24 ) ( -3892 2884 36 ) ( -3884 2892 36 ) general_structure/plaster_wall2 -216 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3900 2912 24 ) ( -3900 2912 36 ) ( -3928 2940 36 ) general_structure/plaster_wall2 -216 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3932 2944 24 ) ( -3932 2944 36 ) ( -3940 2936 36 ) general_structure/plaster_wall2 -216 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3908 2904 36 ) ( -3908 2904 24 ) ( -3936 2932 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3559 +{ +( -3896 2936 24 ) ( -3904 2936 24 ) ( -3904 2892 24 ) general_structure/plaster_wall2 -69 224 0.00 1 1 0 65536 0 +surfaceparm detail +( -3904 2892 112 ) ( -3904 2936 112 ) ( -3896 2936 112 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3884 2892 24 ) ( -3884 2892 36 ) ( -3876 2900 36 ) general_structure/plaster_wall2 -224 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3892 2920 24 ) ( -3892 2920 36 ) ( -3920 2948 36 ) general_structure/plaster_wall2 -224 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3924 2952 24 ) ( -3924 2952 36 ) ( -3932 2944 36 ) general_structure/plaster_wall2 -224 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3900 2912 36 ) ( -3900 2912 24 ) ( -3928 2940 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3560 +{ +( -3888 2944 24 ) ( -3896 2944 24 ) ( -3896 2900 24 ) general_structure/plaster_wall2 -77 232 0.00 1 1 0 65536 0 +surfaceparm detail +( -3896 2900 120 ) ( -3896 2944 120 ) ( -3888 2944 120 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3876 2900 24 ) ( -3876 2900 36 ) ( -3868 2908 36 ) general_structure/plaster_wall2 -232 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3884 2928 24 ) ( -3884 2928 36 ) ( -3912 2956 36 ) general_structure/plaster_wall2 -232 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3916 2960 24 ) ( -3916 2960 36 ) ( -3924 2952 36 ) general_structure/plaster_wall2 -232 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3892 2920 36 ) ( -3892 2920 24 ) ( -3920 2948 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3561 +{ +( -3880 2952 24 ) ( -3888 2952 24 ) ( -3888 2908 24 ) general_structure/plaster_wall2 -85 240 0.00 1 1 0 65536 0 +surfaceparm detail +( -3888 2908 128 ) ( -3888 2952 128 ) ( -3880 2952 128 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3868 2908 24 ) ( -3868 2908 36 ) ( -3860 2916 36 ) general_structure/plaster_wall2 -240 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3876 2936 24 ) ( -3876 2936 36 ) ( -3904 2964 36 ) general_structure/plaster_wall2 -240 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3908 2968 24 ) ( -3908 2968 36 ) ( -3916 2960 36 ) general_structure/plaster_wall2 -240 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3884 2928 36 ) ( -3884 2928 24 ) ( -3912 2956 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3562 +{ +( -3872 2960 24 ) ( -3880 2960 24 ) ( -3880 2916 24 ) general_structure/plaster_wall2 -93 248 0.00 1 1 0 65536 0 +surfaceparm detail +( -3880 2916 136 ) ( -3880 2960 136 ) ( -3872 2960 136 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3860 2916 24 ) ( -3860 2916 36 ) ( -3852 2924 36 ) general_structure/plaster_wall2 -248 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3868 2944 24 ) ( -3868 2944 36 ) ( -3896 2972 36 ) general_structure/plaster_wall2 -248 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3900 2976 24 ) ( -3900 2976 36 ) ( -3908 2968 36 ) general_structure/plaster_wall2 -248 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3876 2936 36 ) ( -3876 2936 24 ) ( -3904 2964 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3563 +{ +( -3864 2968 24 ) ( -3872 2968 24 ) ( -3872 2924 24 ) general_structure/plaster_wall2 -101 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3876 2924 144 ) ( -3876 2968 144 ) ( -3868 2968 144 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3852 2924 24 ) ( -3852 2924 36 ) ( -3844 2932 36 ) general_structure/plaster_wall2 0 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3860 2952 24 ) ( -3860 2952 36 ) ( -3888 2980 36 ) general_structure/plaster_wall2 0 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3892 2984 24 ) ( -3892 2984 36 ) ( -3900 2976 36 ) general_structure/plaster_wall2 0 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3868 2944 36 ) ( -3868 2944 24 ) ( -3896 2972 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3564 +{ +( -3856 2976 24 ) ( -3864 2976 24 ) ( -3864 2932 24 ) general_structure/plaster_wall2 -109 8 0.00 1 1 0 65536 0 +surfaceparm detail +( -3864 2932 152 ) ( -3864 2976 152 ) ( -3856 2976 152 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3844 2932 24 ) ( -3844 2932 36 ) ( -3836 2940 36 ) general_structure/plaster_wall2 -8 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3852 2960 24 ) ( -3852 2960 36 ) ( -3880 2988 36 ) general_structure/plaster_wall2 -8 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3884 2992 24 ) ( -3884 2992 36 ) ( -3892 2984 36 ) general_structure/plaster_wall2 -8 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3860 2952 36 ) ( -3860 2952 24 ) ( -3888 2980 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3565 +{ +( -3848 2984 24 ) ( -3856 2984 24 ) ( -3856 2940 24 ) general_structure/plaster_wall2 -117 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3856 2940 160 ) ( -3856 2984 160 ) ( -3848 2984 160 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3836 2940 24 ) ( -3836 2940 36 ) ( -3828 2948 36 ) general_structure/plaster_wall2 -16 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2968 24 ) ( -3844 2968 36 ) ( -3872 2996 36 ) general_structure/plaster_wall2 -16 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3876 3000 24 ) ( -3876 3000 36 ) ( -3884 2992 36 ) general_structure/plaster_wall2 -16 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3852 2960 36 ) ( -3852 2960 24 ) ( -3880 2988 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3566 +{ +( -3840 2992 24 ) ( -3848 2992 24 ) ( -3848 2948 24 ) general_structure/plaster_wall2 -125 24 0.00 1 1 0 65536 0 +surfaceparm detail +( -3856 2948 168 ) ( -3856 2992 168 ) ( -3848 2992 168 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3828 2948 24 ) ( -3828 2948 36 ) ( -3820 2956 36 ) general_structure/plaster_wall2 -24 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3836 2976 24 ) ( -3836 2976 36 ) ( -3864 3004 36 ) general_structure/plaster_wall2 -24 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3868 3008 24 ) ( -3868 3008 36 ) ( -3876 3000 36 ) general_structure/plaster_wall2 -24 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2968 36 ) ( -3844 2968 24 ) ( -3872 2996 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3567 +{ +( -3912 2920 24 ) ( -3920 2920 24 ) ( -3920 2876 24 ) general_structure/plaster_wall2 -53 208 0.00 1 1 0 65536 0 +surfaceparm detail +( -3920 2876 96 ) ( -3920 2920 96 ) ( -3912 2920 96 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3900 2876 24 ) ( -3900 2876 36 ) ( -3892 2884 36 ) general_structure/plaster_wall2 -208 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3908 2904 24 ) ( -3908 2904 36 ) ( -3936 2932 36 ) general_structure/plaster_wall2 -208 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3940 2936 24 ) ( -3940 2936 36 ) ( -3948 2928 36 ) general_structure/plaster_wall2 -208 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3916 2896 36 ) ( -3916 2896 24 ) ( -3944 2924 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3568 +{ +( -3920 2912 24 ) ( -3928 2912 24 ) ( -3928 2868 24 ) general_structure/plaster_wall2 -45 200 0.00 1 1 0 65536 0 +surfaceparm detail +( -3928 2868 88 ) ( -3928 2912 88 ) ( -3920 2912 88 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3908 2868 24 ) ( -3908 2868 36 ) ( -3900 2876 36 ) general_structure/plaster_wall2 -200 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3916 2896 24 ) ( -3916 2896 36 ) ( -3944 2924 36 ) general_structure/plaster_wall2 -200 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3948 2928 24 ) ( -3948 2928 36 ) ( -3956 2920 36 ) general_structure/plaster_wall2 -200 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3924 2888 36 ) ( -3924 2888 24 ) ( -3952 2916 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3569 +{ +( -3928 2904 24 ) ( -3936 2904 24 ) ( -3936 2860 24 ) general_structure/plaster_wall2 -37 192 0.00 1 1 0 65536 0 +surfaceparm detail +( -3936 2860 80 ) ( -3936 2904 80 ) ( -3928 2904 80 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3916 2860 24 ) ( -3916 2860 36 ) ( -3908 2868 36 ) general_structure/plaster_wall2 -192 2 0.00 1 1 0 65536 0 +surfaceparm detail +( -3924 2888 24 ) ( -3924 2888 36 ) ( -3952 2916 36 ) general_structure/plaster_wall2 -192 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3956 2920 24 ) ( -3956 2920 36 ) ( -3964 2912 36 ) general_structure/plaster_wall2 -192 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3932 2880 36 ) ( -3932 2880 24 ) ( -3960 2908 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3570 +{ +( -3936 2896 24 ) ( -3944 2896 24 ) ( -3944 2852 24 ) general_structure/plaster_wall2 -29 184 0.00 1 1 0 65536 0 +surfaceparm detail +( -3944 2852 72 ) ( -3944 2896 72 ) ( -3936 2896 72 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3924 2852 24 ) ( -3924 2852 36 ) ( -3916 2860 36 ) general_structure/plaster_wall2 -184 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3932 2880 24 ) ( -3932 2880 36 ) ( -3960 2908 36 ) general_structure/plaster_wall2 -184 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3964 2912 24 ) ( -3964 2912 36 ) ( -3972 2904 36 ) general_structure/plaster_wall2 -184 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3940 2872 36 ) ( -3940 2872 24 ) ( -3968 2900 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3571 +{ +( -3944 2888 24 ) ( -3952 2888 24 ) ( -3952 2844 24 ) general_structure/plaster_wall2 -21 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -3952 2844 64 ) ( -3952 2888 64 ) ( -3944 2888 64 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3932 2844 24 ) ( -3932 2844 36 ) ( -3924 2852 36 ) general_structure/plaster_wall2 -176 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3940 2872 24 ) ( -3940 2872 36 ) ( -3968 2900 36 ) general_structure/plaster_wall2 -176 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3972 2904 24 ) ( -3972 2904 36 ) ( -3980 2896 36 ) general_structure/plaster_wall2 -176 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3948 2864 36 ) ( -3948 2864 24 ) ( -3976 2892 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3572 +{ +( -3952 2880 24 ) ( -3960 2880 24 ) ( -3960 2836 24 ) general_structure/plaster_wall2 -13 168 0.00 1 1 0 65536 0 +surfaceparm detail +( -3960 2836 56 ) ( -3960 2880 56 ) ( -3952 2880 56 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3940 2836 24 ) ( -3940 2836 36 ) ( -3932 2844 36 ) general_structure/plaster_wall2 -168 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3948 2864 24 ) ( -3948 2864 36 ) ( -3976 2892 36 ) general_structure/plaster_wall2 -168 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3980 2896 24 ) ( -3980 2896 36 ) ( -3988 2888 36 ) general_structure/plaster_wall2 -168 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3956 2856 36 ) ( -3956 2856 24 ) ( -3984 2884 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3573 +{ +( -3960 2872 24 ) ( -3968 2872 24 ) ( -3968 2828 24 ) general_structure/plaster_wall2 -5 160 0.00 1 1 0 65536 0 +surfaceparm detail +( -3968 2828 48 ) ( -3968 2872 48 ) ( -3960 2872 48 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3948 2828 24 ) ( -3948 2828 36 ) ( -3940 2836 36 ) general_structure/plaster_wall2 -160 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3956 2856 24 ) ( -3956 2856 36 ) ( -3984 2884 36 ) general_structure/plaster_wall2 -160 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3988 2888 24 ) ( -3988 2888 36 ) ( -3996 2880 36 ) general_structure/plaster_wall2 -160 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3964 2848 36 ) ( -3964 2848 24 ) ( -3992 2876 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3574 +{ +( -3968 2864 24 ) ( -3976 2864 24 ) ( -3976 2820 24 ) general_structure/plaster_wall2 -253 152 0.00 1 1 0 65536 0 +surfaceparm detail +( -3976 2820 40 ) ( -3976 2864 40 ) ( -3968 2864 40 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3956 2820 24 ) ( -3956 2820 36 ) ( -3948 2828 36 ) general_structure/plaster_wall2 -152 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3964 2848 24 ) ( -3964 2848 36 ) ( -3992 2876 36 ) general_structure/plaster_wall2 -152 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3996 2880 24 ) ( -3996 2880 36 ) ( -4004 2872 36 ) general_structure/plaster_wall2 -152 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3972 2840 36 ) ( -3972 2840 24 ) ( -4000 2868 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3575 +{ +( -3976 2856 24 ) ( -3984 2856 24 ) ( -3984 2812 24 ) general_structure/plaster_wall2 -245 144 0.00 1 1 0 65536 0 +surfaceparm detail +( -3984 2812 32 ) ( -3984 2856 32 ) ( -3976 2856 32 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3964 2812 24 ) ( -3964 2812 36 ) ( -3956 2820 36 ) general_structure/plaster_wall2 -144 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3972 2840 24 ) ( -3972 2840 36 ) ( -4000 2868 36 ) general_structure/plaster_wall2 -144 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -4004 2872 24 ) ( -4004 2872 36 ) ( -4012 2864 36 ) general_structure/plaster_wall2 -144 3 0.00 1 1 0 65536 0 +surfaceparm detail +( -3968 2820 36 ) ( -3968 2820 24 ) ( -3996 2848 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3576 +{ +( -3125.275146 2397.774414 24 ) ( -3538.225586 2810.724609 24 ) ( -3826.724609 2522.225586 24 ) general_structure/plaster_wall3d -124 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -3832 2476 472 ) ( -3832 2476 456 ) ( -3536 2772 456 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3784 2508 24 ) ( -3786 2506 24 ) ( -3785 2507 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3752 2506 208 ) ( -3748 2876 208 ) ( -3744 2506 208 ) general_structure/plaster_wall3d -124 216 0.00 1 1 0 65536 0 +surfaceparm detail +( -3528 2780 24 ) ( -3520 2772 24 ) ( -3524 2776 208 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3786 2502 24 ) ( -3794 2510 24 ) ( -3790 2506 208 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +} +// brush 3577 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2562 208 ) ( -3808 2932 208 ) ( -3804 2562 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3516 2892 24 ) ( -3524 2900 24 ) ( -3520 2896 208 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +} +// brush 3578 +{ +( -3181.275146 2453.774414 160 ) ( -3594.225586 2866.724609 160 ) ( -3882.724609 2578.225586 160 ) mohtest/flrwood1_rep -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2562 208 ) ( -3808 2932 208 ) ( -3804 2562 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3580 2828 24 ) ( -3588 2836 24 ) ( -3584 2832 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3524 2900 24 ) ( -3516 2892 24 ) ( -3520 2896 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3579 +{ +( -3846 2562 24 ) ( -3844 2564 24 ) ( -3845 2563 472 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3492 2916 24 ) ( -3490 2914 24 ) ( -3491 2915 472 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3808 2916 208 ) ( -3812 2248 208 ) ( -3804 2248 208 ) mohtest/flrwood1_rep -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3820 2248 224 ) ( -3816 2916 224 ) ( -3812 2248 224 ) general_structure/floor4 -123 51 45.00 1 1 0 16384 0 +surfaceparm detail +( -3732 2576 208 ) ( -3744 2564 208 ) ( -3738 2570 224 ) general_structure/floor4 -215 -215 45.00 1 1 0 16384 0 +surfaceparm detail +( -3612 2756 208 ) ( -3616 2760 208 ) ( -3614 2758 224 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3580 +{ +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2564 24 ) ( -3845 2563 472 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3808 2916 208 ) ( -3812 2248 208 ) ( -3804 2248 208 ) mohtest/flrwood1_rep -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3820 2248 224 ) ( -3816 2916 224 ) ( -3812 2248 224 ) general_structure/floor4 -123 51 45.00 1 1 0 16384 0 +surfaceparm detail +( -3732 2576 208 ) ( -3744 2564 208 ) ( -3738 2570 224 ) general_structure/floor4 -215 -215 45.00 1 1 0 16384 0 +surfaceparm detail +( -3784 2620 208 ) ( -3780 2616 208 ) ( -3782 2618 224 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3581 +{ +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3530 2250 24 ) ( -3532 2248 24 ) ( -3531 2249 472 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3492 2916 24 ) ( -3490 2914 24 ) ( -3491 2915 472 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3808 2916 208 ) ( -3812 2248 208 ) ( -3804 2248 208 ) mohtest/flrwood1_rep -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3820 2248 224 ) ( -3816 2916 224 ) ( -3812 2248 224 ) general_structure/floor4 -123 51 45.00 1 1 0 16384 0 +surfaceparm detail +( -3744 2564 208 ) ( -3732 2576 208 ) ( -3738 2570 224 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3582 +{ +( -3580 2772 24 ) ( -3572 2772 24 ) ( -3572 2816 24 ) general_structure/plaster_wall2 135 -108 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3572 2816 32 ) ( -3572 2772 32 ) ( -3580 2772 32 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3592 2816 24 ) ( -3592 2816 36 ) ( -3600 2808 36 ) general_structure/plaster_wall2 108 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3584 2788 24 ) ( -3584 2788 36 ) ( -3556 2760 36 ) general_structure/plaster_wall2 108 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3552 2756 24 ) ( -3552 2756 36 ) ( -3544 2764 36 ) general_structure/plaster_wall2 108 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3588 2808 36 ) ( -3588 2808 24 ) ( -3560 2780 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3583 +{ +( -3588 2764 24 ) ( -3580 2764 24 ) ( -3580 2808 24 ) general_structure/plaster_wall2 127 -100 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3580 2808 40 ) ( -3580 2764 40 ) ( -3588 2764 40 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3600 2808 24 ) ( -3600 2808 36 ) ( -3608 2800 36 ) general_structure/plaster_wall2 100 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3592 2780 24 ) ( -3592 2780 36 ) ( -3564 2752 36 ) general_structure/plaster_wall2 100 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3560 2748 24 ) ( -3560 2748 36 ) ( -3552 2756 36 ) general_structure/plaster_wall2 100 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3584 2788 36 ) ( -3584 2788 24 ) ( -3556 2760 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3584 +{ +( -3596 2756 24 ) ( -3588 2756 24 ) ( -3588 2800 24 ) general_structure/plaster_wall2 119 -92 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3588 2800 48 ) ( -3588 2756 48 ) ( -3596 2756 48 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3608 2800 24 ) ( -3608 2800 36 ) ( -3616 2792 36 ) general_structure/plaster_wall2 92 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3600 2772 24 ) ( -3600 2772 36 ) ( -3572 2744 36 ) general_structure/plaster_wall2 92 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3568 2740 24 ) ( -3568 2740 36 ) ( -3560 2748 36 ) general_structure/plaster_wall2 92 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3592 2780 36 ) ( -3592 2780 24 ) ( -3564 2752 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3585 +{ +( -3604 2748 24 ) ( -3596 2748 24 ) ( -3596 2792 24 ) general_structure/plaster_wall2 110 -84 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3596 2792 56 ) ( -3596 2748 56 ) ( -3604 2748 56 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3616 2792 24 ) ( -3616 2792 36 ) ( -3624 2784 36 ) general_structure/plaster_wall2 84 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3608 2764 24 ) ( -3608 2764 36 ) ( -3580 2736 36 ) general_structure/plaster_wall2 84 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3576 2732 24 ) ( -3576 2732 36 ) ( -3568 2740 36 ) general_structure/plaster_wall2 84 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3600 2772 36 ) ( -3600 2772 24 ) ( -3572 2744 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3586 +{ +( -3612 2740 24 ) ( -3604 2740 24 ) ( -3604 2784 24 ) general_structure/plaster_wall2 102 -76 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3604 2784 64 ) ( -3604 2740 64 ) ( -3612 2740 64 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3624 2784 24 ) ( -3624 2784 36 ) ( -3632 2776 36 ) general_structure/plaster_wall2 76 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3616 2756 24 ) ( -3616 2756 36 ) ( -3588 2728 36 ) general_structure/plaster_wall2 76 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3584 2724 24 ) ( -3584 2724 36 ) ( -3576 2732 36 ) general_structure/plaster_wall2 76 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3608 2764 36 ) ( -3608 2764 24 ) ( -3580 2736 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3587 +{ +( -3620 2732 24 ) ( -3612 2732 24 ) ( -3612 2776 24 ) general_structure/plaster_wall2 94 -68 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3612 2776 72 ) ( -3612 2732 72 ) ( -3620 2732 72 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3632 2776 24 ) ( -3632 2776 36 ) ( -3640 2768 36 ) general_structure/plaster_wall2 68 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3624 2748 24 ) ( -3624 2748 36 ) ( -3596 2720 36 ) general_structure/plaster_wall2 68 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3592 2716 24 ) ( -3592 2716 36 ) ( -3584 2724 36 ) general_structure/plaster_wall2 68 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3616 2756 36 ) ( -3616 2756 24 ) ( -3588 2728 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3588 +{ +( -3628 2724 24 ) ( -3620 2724 24 ) ( -3620 2768 24 ) general_structure/plaster_wall2 86 -60 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3620 2768 80 ) ( -3620 2724 80 ) ( -3628 2724 80 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3640 2768 24 ) ( -3640 2768 36 ) ( -3648 2760 36 ) general_structure/plaster_wall2 60 1 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3632 2740 24 ) ( -3632 2740 36 ) ( -3604 2712 36 ) general_structure/plaster_wall2 60 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3600 2708 24 ) ( -3600 2708 36 ) ( -3592 2716 36 ) general_structure/plaster_wall2 60 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3624 2748 36 ) ( -3624 2748 24 ) ( -3596 2720 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3589 +{ +( -3636 2716 24 ) ( -3628 2716 24 ) ( -3628 2760 24 ) general_structure/plaster_wall2 78 -52 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3628 2760 88 ) ( -3628 2716 88 ) ( -3636 2716 88 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3648 2760 24 ) ( -3648 2760 36 ) ( -3656 2752 36 ) general_structure/plaster_wall2 52 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3640 2732 24 ) ( -3640 2732 36 ) ( -3612 2704 36 ) general_structure/plaster_wall2 52 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3608 2700 24 ) ( -3608 2700 36 ) ( -3600 2708 36 ) general_structure/plaster_wall2 52 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3632 2740 36 ) ( -3632 2740 24 ) ( -3604 2712 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3590 +{ +( -3644 2708 24 ) ( -3636 2708 24 ) ( -3636 2752 24 ) general_structure/plaster_wall2 70 -44 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3636 2752 96 ) ( -3636 2708 96 ) ( -3644 2708 96 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3656 2752 24 ) ( -3656 2752 36 ) ( -3664 2744 36 ) general_structure/plaster_wall2 44 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3648 2724 24 ) ( -3648 2724 36 ) ( -3620 2696 36 ) general_structure/plaster_wall2 44 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3616 2692 24 ) ( -3616 2692 36 ) ( -3608 2700 36 ) general_structure/plaster_wall2 44 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3640 2732 36 ) ( -3640 2732 24 ) ( -3612 2704 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3591 +{ +( -3716 2636 24 ) ( -3708 2636 24 ) ( -3708 2680 24 ) general_structure/plaster_wall2 255 -228 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3700 2680 168 ) ( -3700 2636 168 ) ( -3708 2636 168 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3728 2680 24 ) ( -3728 2680 36 ) ( -3736 2672 36 ) general_structure/plaster_wall2 228 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3720 2652 24 ) ( -3720 2652 36 ) ( -3692 2624 36 ) general_structure/plaster_wall2 228 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3688 2620 24 ) ( -3688 2620 36 ) ( -3680 2628 36 ) general_structure/plaster_wall2 228 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3712 2660 36 ) ( -3712 2660 24 ) ( -3684 2632 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3592 +{ +( -3708 2644 24 ) ( -3700 2644 24 ) ( -3700 2688 24 ) general_structure/plaster_wall2 6 -236 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3700 2688 160 ) ( -3700 2644 160 ) ( -3708 2644 160 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3720 2688 24 ) ( -3720 2688 36 ) ( -3728 2680 36 ) general_structure/plaster_wall2 236 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3712 2660 24 ) ( -3712 2660 36 ) ( -3684 2632 36 ) general_structure/plaster_wall2 236 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3680 2628 24 ) ( -3680 2628 36 ) ( -3672 2636 36 ) general_structure/plaster_wall2 236 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3704 2668 36 ) ( -3704 2668 24 ) ( -3676 2640 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3593 +{ +( -3700 2652 24 ) ( -3692 2652 24 ) ( -3692 2696 24 ) general_structure/plaster_wall2 14 -244 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3692 2696 152 ) ( -3692 2652 152 ) ( -3700 2652 152 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3712 2696 24 ) ( -3712 2696 36 ) ( -3720 2688 36 ) general_structure/plaster_wall2 244 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3704 2668 24 ) ( -3704 2668 36 ) ( -3676 2640 36 ) general_structure/plaster_wall2 244 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3672 2636 24 ) ( -3672 2636 36 ) ( -3664 2644 36 ) general_structure/plaster_wall2 244 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3696 2676 36 ) ( -3696 2676 24 ) ( -3668 2648 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3594 +{ +( -3692 2660 24 ) ( -3684 2660 24 ) ( -3684 2704 24 ) general_structure/plaster_wall2 22 -252 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2704 144 ) ( -3680 2660 144 ) ( -3688 2660 144 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3704 2704 24 ) ( -3704 2704 36 ) ( -3712 2696 36 ) general_structure/plaster_wall2 252 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3696 2676 24 ) ( -3696 2676 36 ) ( -3668 2648 36 ) general_structure/plaster_wall2 252 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3664 2644 24 ) ( -3664 2644 36 ) ( -3656 2652 36 ) general_structure/plaster_wall2 252 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3688 2684 36 ) ( -3688 2684 24 ) ( -3660 2656 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3595 +{ +( -3684 2668 24 ) ( -3676 2668 24 ) ( -3676 2712 24 ) general_structure/plaster_wall2 30 -4 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3676 2712 136 ) ( -3676 2668 136 ) ( -3684 2668 136 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3696 2712 24 ) ( -3696 2712 36 ) ( -3704 2704 36 ) general_structure/plaster_wall2 4 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3688 2684 24 ) ( -3688 2684 36 ) ( -3660 2656 36 ) general_structure/plaster_wall2 4 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3656 2652 24 ) ( -3656 2652 36 ) ( -3648 2660 36 ) general_structure/plaster_wall2 4 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3680 2692 36 ) ( -3680 2692 24 ) ( -3652 2664 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3596 +{ +( -3676 2676 24 ) ( -3668 2676 24 ) ( -3668 2720 24 ) general_structure/plaster_wall2 38 -12 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3668 2720 128 ) ( -3668 2676 128 ) ( -3676 2676 128 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3688 2720 24 ) ( -3688 2720 36 ) ( -3696 2712 36 ) general_structure/plaster_wall2 12 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3680 2692 24 ) ( -3680 2692 36 ) ( -3652 2664 36 ) general_structure/plaster_wall2 12 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3648 2660 24 ) ( -3648 2660 36 ) ( -3640 2668 36 ) general_structure/plaster_wall2 12 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3672 2700 36 ) ( -3672 2700 24 ) ( -3644 2672 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3597 +{ +( -3668 2684 24 ) ( -3660 2684 24 ) ( -3660 2728 24 ) general_structure/plaster_wall2 46 -20 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3660 2728 120 ) ( -3660 2684 120 ) ( -3668 2684 120 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3680 2728 24 ) ( -3680 2728 36 ) ( -3688 2720 36 ) general_structure/plaster_wall2 20 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3672 2700 24 ) ( -3672 2700 36 ) ( -3644 2672 36 ) general_structure/plaster_wall2 20 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3640 2668 24 ) ( -3640 2668 36 ) ( -3632 2676 36 ) general_structure/plaster_wall2 20 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3664 2708 36 ) ( -3664 2708 24 ) ( -3636 2680 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3598 +{ +( -3660 2692 24 ) ( -3652 2692 24 ) ( -3652 2736 24 ) general_structure/plaster_wall2 54 -28 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3652 2736 112 ) ( -3652 2692 112 ) ( -3660 2692 112 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3672 2736 24 ) ( -3672 2736 36 ) ( -3680 2728 36 ) general_structure/plaster_wall2 28 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3664 2708 24 ) ( -3664 2708 36 ) ( -3636 2680 36 ) general_structure/plaster_wall2 28 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3632 2676 24 ) ( -3632 2676 36 ) ( -3624 2684 36 ) general_structure/plaster_wall2 28 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3656 2716 36 ) ( -3656 2716 24 ) ( -3628 2688 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3599 +{ +( -3652 2700 24 ) ( -3644 2700 24 ) ( -3644 2744 24 ) general_structure/plaster_wall2 63 -36 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3648 2744 104 ) ( -3648 2700 104 ) ( -3656 2700 104 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3664 2744 24 ) ( -3664 2744 36 ) ( -3672 2736 36 ) general_structure/plaster_wall2 36 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3656 2716 24 ) ( -3656 2716 36 ) ( -3628 2688 36 ) general_structure/plaster_wall2 36 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3624 2684 24 ) ( -3624 2684 36 ) ( -3616 2692 36 ) general_structure/plaster_wall2 36 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3648 2724 36 ) ( -3648 2724 24 ) ( -3620 2696 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3600 +{ +( -3724 2628 24 ) ( -3716 2628 24 ) ( -3716 2672 24 ) general_structure/plaster_wall2 247 -220 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3712 2672 176 ) ( -3712 2628 176 ) ( -3720 2628 176 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3736 2672 24 ) ( -3736 2672 36 ) ( -3744 2664 36 ) general_structure/plaster_wall2 220 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3728 2644 24 ) ( -3728 2644 36 ) ( -3700 2616 36 ) general_structure/plaster_wall2 220 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3696 2612 24 ) ( -3696 2612 36 ) ( -3688 2620 36 ) general_structure/plaster_wall2 220 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3720 2652 36 ) ( -3720 2652 24 ) ( -3692 2624 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3601 +{ +( -3732 2620 24 ) ( -3724 2620 24 ) ( -3724 2664 24 ) general_structure/plaster_wall2 239 -212 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3728 2664 184 ) ( -3728 2620 184 ) ( -3736 2620 184 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3744 2664 24 ) ( -3744 2664 36 ) ( -3752 2656 36 ) general_structure/plaster_wall2 212 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3736 2636 24 ) ( -3736 2636 36 ) ( -3708 2608 36 ) general_structure/plaster_wall2 212 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3704 2604 24 ) ( -3704 2604 36 ) ( -3696 2612 36 ) general_structure/plaster_wall2 212 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3728 2644 36 ) ( -3728 2644 24 ) ( -3700 2616 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3602 +{ +( -3740 2612 24 ) ( -3732 2612 24 ) ( -3732 2656 24 ) general_structure/plaster_wall2 231 -204 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3732 2656 192 ) ( -3732 2612 192 ) ( -3740 2612 192 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3752 2656 24 ) ( -3752 2656 36 ) ( -3760 2648 36 ) general_structure/plaster_wall2 204 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3744 2628 24 ) ( -3744 2628 36 ) ( -3716 2600 36 ) general_structure/plaster_wall2 204 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3712 2596 24 ) ( -3712 2596 36 ) ( -3704 2604 36 ) general_structure/plaster_wall2 204 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3736 2636 36 ) ( -3736 2636 24 ) ( -3708 2608 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3603 +{ +( -3748 2604 24 ) ( -3740 2604 24 ) ( -3740 2648 24 ) general_structure/plaster_wall2 223 -196 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3732 2648 200 ) ( -3732 2604 200 ) ( -3740 2604 200 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3760 2648 24 ) ( -3760 2648 36 ) ( -3768 2640 36 ) general_structure/plaster_wall2 196 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3752 2620 24 ) ( -3752 2620 36 ) ( -3724 2592 36 ) general_structure/plaster_wall2 196 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3720 2588 24 ) ( -3720 2588 36 ) ( -3712 2596 36 ) general_structure/plaster_wall2 196 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3744 2628 36 ) ( -3744 2628 24 ) ( -3716 2600 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3604 +{ +( -3756 2596 24 ) ( -3748 2596 24 ) ( -3748 2640 24 ) general_structure/plaster_wall2 215 -188 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3748 2640 208 ) ( -3748 2596 208 ) ( -3756 2596 208 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3768 2640 24 ) ( -3768 2640 36 ) ( -3776 2632 36 ) general_structure/plaster_wall2 188 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3760 2612 24 ) ( -3760 2612 36 ) ( -3732 2584 36 ) general_structure/plaster_wall2 188 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3728 2580 24 ) ( -3728 2580 36 ) ( -3720 2588 36 ) general_structure/plaster_wall2 188 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3752 2620 36 ) ( -3752 2620 24 ) ( -3724 2592 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3605 +{ +( -3764 2588 24 ) ( -3756 2588 24 ) ( -3756 2632 24 ) general_structure/plaster_wall2 207 -180 -180.00 1 1 0 65536 0 +surfaceparm detail +( -3756 2632 216 ) ( -3756 2588 216 ) ( -3764 2588 216 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3776 2632 24 ) ( -3776 2632 36 ) ( -3784 2624 36 ) general_structure/plaster_wall2 180 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3768 2604 24 ) ( -3768 2604 36 ) ( -3740 2576 36 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3736 2572 24 ) ( -3736 2572 36 ) ( -3728 2580 36 ) general_structure/plaster_wall2 180 2 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -3760 2612 36 ) ( -3760 2612 24 ) ( -3732 2584 24 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3606 +{ +( -5058.724609 1798.225586 472 ) ( -4770.225586 2086.724609 472 ) ( -4357.275391 1673.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5116 1660 24 ) ( -5124 1668 24 ) ( -5120 1664 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5040 1760 24 ) ( -5032 1768 24 ) ( -5036 1764 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4632 1368 24 ) ( -4640 1360 24 ) ( -4636 1364 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4404 2040 408 ) ( -4416 1360 408 ) ( -4392 1360 408 ) normandy/bunk_ceiling 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 3607 +{ +( -5058.724609 1798.225586 472 ) ( -4770.225586 2086.724609 472 ) ( -4357.275391 1673.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4640 1344 32 ) ( -4640 1344 480 ) ( -4336 1648 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4640 1360 24 ) ( -4632 1368 24 ) ( -4636 1364 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4404 1640 408 ) ( -4416 1352 408 ) ( -4392 1352 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3608 +{ +( -4640 1344 32 ) ( -4640 1344 480 ) ( -4336 1648 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4640 1360 24 ) ( -4632 1368 24 ) ( -4636 1364 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 1640 224 ) ( -4432 1352 224 ) ( -4400 1352 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 1352 408 ) ( -4404 1640 408 ) ( -4392 1352 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3609 +{ +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_structure/plaster_wall2 0 -32 0.00 1 0.950000 0 65536 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -5032 1768 24 ) ( -5040 1760 24 ) ( -5036 1764 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4416 2048 224 ) ( -4432 1760 224 ) ( -4400 1760 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4416 1760 408 ) ( -4404 2048 408 ) ( -4392 1760 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3610 +{ +( -5146.724609 1710.225586 472 ) ( -4858.225586 1998.724609 472 ) ( -4445.275391 1585.774414 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4728 1256 408 ) ( -5144 1672 408 ) ( -5144 1672 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4720 1264 408 ) ( -4728 1256 408 ) ( -4728 1256 472 ) general_structure/plaster_wall2 -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 1672 408 ) ( -5136 1680 408 ) ( -5136 1680 472 ) general_structure/plaster_wall2 -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5136 1680 408 ) ( -4720 1264 408 ) ( -4720 1264 472 ) general_structure/plaster_wall2 -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4492 1680 408 ) ( -4504 1256 408 ) ( -4480 1256 408 ) general_structure/plaster_wall2 -232 184 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3611 +{ +( -4728 1256 480 ) ( -4728 1256 32 ) ( -5144 1672 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4728 1256 32 ) ( -4728 1256 480 ) ( -4424 1560 480 ) general_structure/plaster_wall2 -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 1672 472 ) ( -5144 1672 456 ) ( -4848 1968 456 ) general_structure/plaster_wall2 -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5128 1672 24 ) ( -5120 1664 24 ) ( -5124 1668 472 ) general_structure/plaster_wall2 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -4504 1680 224 ) ( -4520 1256 224 ) ( -4488 1256 224 ) general_structure/plaster_wall2 -232 184 0.00 1 1 0 65536 0 +surfaceparm detail +( -4504 1256 408 ) ( -4492 1680 408 ) ( -4480 1256 408 ) general_structure/plaster_wall2 -232 184 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3612 +{ +( -4349.275391 1681.774414 16 ) ( -4762.225586 2094.724609 16 ) ( -5050.724609 1806.225586 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4760 2056 16 ) ( -4752 2048 16 ) ( -4756 2052 464 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -5128 1656 16 ) ( -5136 1664 16 ) ( -5132 1660 464 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5040 1776 16 ) ( -5032 1784 16 ) ( -5036 1780 464 ) general_structure/plaster_wall2 -16 -8 0.00 1 1 0 65536 0 +surfaceparm detail +( -4632 1352 16 ) ( -4640 1344 16 ) ( -4636 1348 464 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4432 1360 24 ) ( -4420 2040 24 ) ( -4408 1360 24 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3613 +{ +( -4349.275391 1681.774414 24 ) ( -4762.225586 2094.724609 24 ) ( -5050.724609 1806.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4640 1344 32 ) ( -4640 1344 480 ) ( -4336 1648 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4640 1360 24 ) ( -4632 1368 24 ) ( -4636 1364 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4408 1352 208 ) ( -4396 1640 208 ) ( -4384 1352 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3614 +{ +( -4349.275391 1681.774414 24 ) ( -4762.225586 2094.724609 24 ) ( -5050.724609 1806.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -5032 1768 24 ) ( -5040 1760 24 ) ( -5036 1764 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4408 1760 208 ) ( -4396 2048 208 ) ( -4384 1760 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3615 +{ +( -4437.275391 1593.774414 24 ) ( -4850.225586 2006.724609 24 ) ( -5138.724609 1718.225586 24 ) general_structure/plaster_wall2 -232 184 0.00 1 1 0 65536 0 +surfaceparm detail +( -4728 1256 480 ) ( -4728 1256 32 ) ( -5144 1672 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4728 1256 32 ) ( -4728 1256 480 ) ( -4424 1560 480 ) general_structure/plaster_wall2 -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 1672 472 ) ( -5144 1672 456 ) ( -4848 1968 456 ) general_structure/plaster_wall2 -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5128 1672 24 ) ( -5120 1664 24 ) ( -5124 1668 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4496 1256 208 ) ( -4484 1680 208 ) ( -4472 1256 208 ) general_structure/plaster_wall2 -232 184 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3616 +{ +( -4640 1344 32 ) ( -4640 1344 480 ) ( -4336 1648 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4640 1360 24 ) ( -4632 1368 24 ) ( -4636 1364 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4396 1640 208 ) ( -4408 1352 208 ) ( -4384 1352 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4432 1352 224 ) ( -4416 1640 224 ) ( -4400 1352 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3617 +{ +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4760 2040 24 ) ( -4752 2032 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5124 1668 24 ) ( -5132 1676 24 ) ( -5128 1672 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5032 1768 24 ) ( -5040 1760 24 ) ( -5036 1764 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4396 2048 208 ) ( -4408 1760 208 ) ( -4384 1760 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4432 1760 224 ) ( -4416 2048 224 ) ( -4400 1760 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3618 +{ +( -4640 1344 32 ) ( -4640 1344 480 ) ( -4336 1648 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4396 2056.000488 208 ) ( -4408 1632 208 ) ( -4384 1632 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4432 1632 224 ) ( -4416 2056.000488 224 ) ( -4400 1632 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3619 +{ +( -4728 1256 480 ) ( -4728 1256 32 ) ( -5144 1672 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4728 1256 32 ) ( -4728 1256 480 ) ( -4424 1560 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -5144 1672 472 ) ( -5144 1672 456 ) ( -4848 1968 456 ) general_structure/plaster_wall2 -184 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5128 1672 24 ) ( -5120 1664 24 ) ( -5124 1668 472 ) general_industrial/shmpipe_grey 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( -4484 1680 208 ) ( -4496 1256 208 ) ( -4472 1256 208 ) general_structure/plaster_wall2 -232 184 0.00 1 1 0 65536 0 +surfaceparm detail +( -4520 1256 224 ) ( -4504 1680 224 ) ( -4488 1256 224 ) general_structure/plaster_wall2 -232 184 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3620 +{ +( -4380 1660 472 ) ( -4380 1660 24 ) ( -4720 2000 24 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4686 1982 24 ) ( -4684 1980 24 ) ( -4685 1981 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4652 1652 208 ) ( -4648 1990 208 ) ( -4644 1652 208 ) general_structure/plaster_wall2 -62 18 0.00 1 1 0 65536 0 +surfaceparm detail +( -4473 1753 24 ) ( -4465 1761 24 ) ( -4469 1757 208 ) general_structure/plaster_wall2 -18 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4408 1704 24 ) ( -4416 1696 24 ) ( -4412 1700 208 ) general_structure/plaster_wall2 -18 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4450 1764 160 ) ( -4456 1696 160 ) ( -4444 1696 160 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3621 +{ +( -4349.275391 1681.774414 24 ) ( -4762.225586 2094.724609 24 ) ( -5050.724609 1806.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4640 1344 32 ) ( -4640 1344 480 ) ( -4336 1648 480 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4408 1632 208 ) ( -4396 2056.000488 208 ) ( -4384 1632 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4422 1690 24 ) ( -4410 1702 24 ) ( -4416 1696 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3622 +{ +( -4349.275391 1681.774414 24 ) ( -4762.225586 2094.724609 24 ) ( -5050.724609 1806.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4344 1640 456 ) ( -4344 1640 472 ) ( -4760 2056 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5056 1760 472 ) ( -5056 1760 456 ) ( -4760 2056 456 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4752 2032 24 ) ( -4760 2040 24 ) ( -4756 2036 472 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4408 1632 208 ) ( -4396 2056.000488 208 ) ( -4384 1632 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4463 1763 24 ) ( -4475 1751 24 ) ( -4469 1757 208 ) general_structure/stonebricks1drk 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3623 +{ +( -4205.774414 3122.725098 224 ) ( -4618.724609 2709.774414 224 ) ( -4330.225586 2421.274902 224 ) general_structure/plaster_wall2 -186 138 0.00 1 1 0 65536 0 +surfaceparm detail +( -3992 2768.000488 672 ) ( -3992 2768.000488 224 ) ( -4332 2428 224 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -3947.000488 2751 224 ) ( -3947.000488 2751 672 ) ( -4347 3151 672 ) general_structure/plaster_wall2 -138 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4314 2462 224 ) ( -4312 2464 224 ) ( -4313 2463 672 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4023 2736.999512 224 ) ( -4030.999023 2745 224 ) ( -4027 2741.000488 408 ) general_structure/plaster_wall2 -138 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4003 2737 264 ) ( -4001.500000 2789.999512 264 ) ( -4000 2737 264 ) general_structure/plaster_wall2 -186 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3624 +{ +( -3992 2768.000488 672 ) ( -3992 2768.000488 224 ) ( -4332 2428 224 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -3947.000488 2751 264 ) ( -3947.000488 2751 712 ) ( -4347 3151 712 ) general_structure/plaster_wall2 -138 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4314 2462 264 ) ( -4312 2464 264 ) ( -4313 2463 712 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3983.999512 2495.999512 448 ) ( -4322.000977 2500 448 ) ( -3984 2504 448 ) general_structure/plaster_wall2 -186 138 0.00 1 1 0 65536 0 +surfaceparm detail +( -4023 2736.999512 224 ) ( -4030.999023 2745 224 ) ( -4027 2741.000488 408 ) general_structure/plaster_wall2 -138 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3996.500000 2789.999512 360 ) ( -3998 2737 360 ) ( -3995 2737 360 ) general_structure/plaster_wall2 -186 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3625 +{ +( -4160.774414 3167.725098 224 ) ( -4573.724609 2754.774414 224 ) ( -4285.225586 2466.274902 224 ) general_structure/plaster_wall2 -231 183 0.00 1 1 0 65536 0 +surfaceparm detail +( -3947 2813.000488 672 ) ( -3947 2813.000488 224 ) ( -4287 2473 224 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -3921.000488 2779 264 ) ( -3921.000488 2779 712 ) ( -4321 3179 712 ) TAardennes/wintered_grey 0 160 0.00 1 1 0 65536 0 +surfaceparm detail +( -4269 2507 264 ) ( -4267 2509 264 ) ( -4268 2508 712 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3938.999512 2540.999512 448 ) ( -4277.000977 2545 448 ) ( -3939 2549 448 ) general_structure/plaster_wall2 -231 183 0.00 1 1 0 65536 0 +surfaceparm detail +( -3978 2781.999512 224 ) ( -3985.999023 2790 224 ) ( -3982 2786.000488 408 ) general_structure/plaster_wall2 -183 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3626 +{ +( -4229.774414 3098.725098 224 ) ( -4642.724609 2685.774414 224 ) ( -4354.225586 2397.274902 224 ) general_structure/plaster_wall2 -162 114 0.00 1 1 0 65536 0 +surfaceparm detail +( -4016 2744.000488 672 ) ( -4016 2744.000488 224 ) ( -4356 2404 224 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -3994.000488 2708 264 ) ( -3994.000488 2708 712 ) ( -4394 3108 712 ) general_structure/plaster_wall2 -114 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4338 2438 264 ) ( -4336 2440 264 ) ( -4337 2439 712 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4007.999512 2471.999512 448 ) ( -4346.000977 2476 448 ) ( -4008 2480 448 ) general_structure/plaster_wall2 -162 114 0.00 1 1 0 65536 0 +surfaceparm detail +( -4052 2707.999512 264 ) ( -4059.999023 2716 264 ) ( -4056 2712.000488 448 ) general_structure/plaster_wall2 -114 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3627 +{ +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2932 224 ) ( -3820 2561.999512 224 ) ( -3812 2561.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2561.999512 408 ) ( -3827 2932 408 ) ( -3826 2561.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3795 2629 224 ) ( -3793 2627 224 ) ( -3794 2628 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3628 +{ +( -3860 2564 472 ) ( -3860 2564 24 ) ( -3520 2904 24 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3538 2870 24 ) ( -3540 2868 24 ) ( -3539 2869 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3868 2852 408 ) ( -3530 2851 408 ) ( -3868 2850 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3746 2670 224 ) ( -3742 2666 224 ) ( -3744 2668 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3788 2622 224 ) ( -3790 2624 224 ) ( -3789 2623 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3742 2768 360 ) ( -3795 2772 360 ) ( -3795 2764 360 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3629 +{ +( -3860 2564 472 ) ( -3860 2564 24 ) ( -3520 2904 24 ) general_structure/plaster_wall3d 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3538 2870 24 ) ( -3540 2868 24 ) ( -3539 2869 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3530 2840 224 ) ( -3868 2844 224 ) ( -3868 2836 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3746 2670 224 ) ( -3742 2666 224 ) ( -3744 2668 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3788 2622 224 ) ( -3790 2624 224 ) ( -3789 2623 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3795 2778 264 ) ( -3742 2774 264 ) ( -3795 2770 264 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3630 +{ +( -4060 2700 472 ) ( -4060 2700 24 ) ( -4400 3040 24 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4060 2700 24 ) ( -4060 2700 472 ) ( -3660 3100 472 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 3040 64 ) ( -4380 3036 64 ) ( -4382 3038 512 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3780 3048 224 ) ( -3784 2700 224 ) ( -3776 2700 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3756 2700 448 ) ( -3748 3048 448 ) ( -3740 2700 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4140 2766 264 ) ( -4132 2774 264 ) ( -4136 2770 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3631 +{ +( -4068 2708 472 ) ( -4068 2708 24 ) ( -4408 3048 24 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4374 3030 64 ) ( -4372 3028 64 ) ( -4373 3029 512 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4344 3038 224 ) ( -4348 2700 224 ) ( -4340 2700 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4356 2700 448 ) ( -4355 3038 448 ) ( -4354 2700 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4262 2914 264 ) ( -4260 2916 264 ) ( -4261 2915 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4170 2826 224 ) ( -4174 2822 224 ) ( -4172 2824 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3632 +{ +( -4068 2708 472 ) ( -4068 2708 24 ) ( -4408 3048 24 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4374 3030 64 ) ( -4372 3028 64 ) ( -4373 3029 512 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4356 2700 448 ) ( -4355 3038 448 ) ( -4354 2700 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4174 2822 264 ) ( -4170 2826 264 ) ( -4172 2824 448 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4126 2780 224 ) ( -4128 2778 224 ) ( -4127 2779 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4272 2826 360 ) ( -4276 2773 360 ) ( -4268 2773 360 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3633 +{ +( -4068 2708 472 ) ( -4068 2708 24 ) ( -4408 3048 24 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4374 3030 64 ) ( -4372 3028 64 ) ( -4373 3029 512 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4356 2700 448 ) ( -4355 3038 448 ) ( -4354 2700 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 2960 224 ) ( -4306 2962 224 ) ( -4307 2961 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4260 2916 224 ) ( -4262 2914 224 ) ( -4261 2915 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4272 2962 360 ) ( -4276 2908 360 ) ( -4268 2908 360 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3634 +{ +( -4068 2708 472 ) ( -4068 2708 24 ) ( -4408 3048 24 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4374 3030 24 ) ( -4372 3028 24 ) ( -4373 3029 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4344 3038 224 ) ( -4348 2700 224 ) ( -4340 2700 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4174 2822 224 ) ( -4170 2826 224 ) ( -4172 2824 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4126 2780 224 ) ( -4128 2778 224 ) ( -4127 2779 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4282 2773 264 ) ( -4278 2826 264 ) ( -4274 2773 264 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3635 +{ +( -4068 2708 472 ) ( -4068 2708 24 ) ( -4408 3048 24 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4374 3030 24 ) ( -4372 3028 24 ) ( -4373 3029 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4344 3038 224 ) ( -4348 2700 224 ) ( -4340 2700 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4308 2960 224 ) ( -4306 2962 224 ) ( -4307 2961 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4260 2916 224 ) ( -4262 2914 224 ) ( -4261 2915 408 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4282 2908 264 ) ( -4278 2962 264 ) ( -4274 2908 264 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3636 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2570 224 ) ( -3820 2232 224 ) ( -3812 2232 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3780 2492 224 ) ( -3778 2494 224 ) ( -3779 2493 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3732 2448 224 ) ( -3734 2446 224 ) ( -3733 2447 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3754 2440 264 ) ( -3750 2494 264 ) ( -3746 2440 264 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3637 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2570 224 ) ( -3820 2232 224 ) ( -3812 2232 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3646 2354 224 ) ( -3642 2358 224 ) ( -3644 2356 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3598 2312 224 ) ( -3600 2310 224 ) ( -3599 2311 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3754 2305 264 ) ( -3750 2358 264 ) ( -3746 2305 264 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3638 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3828 2232 408 ) ( -3827 2570 408 ) ( -3826 2232 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3780 2492 224 ) ( -3778 2494 224 ) ( -3779 2493 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3732 2448 224 ) ( -3734 2446 224 ) ( -3733 2447 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3744 2494 360 ) ( -3748 2440 360 ) ( -3740 2440 360 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3639 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3828 2232 408 ) ( -3827 2570 408 ) ( -3826 2232 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3646 2354 224 ) ( -3642 2358 224 ) ( -3644 2356 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3598 2312 224 ) ( -3600 2310 224 ) ( -3599 2311 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3744 2358 360 ) ( -3748 2305 360 ) ( -3740 2305 360 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3640 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3556 2208 24 ) ( -3556 2208 472 ) ( -3156 2608 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2570 224 ) ( -3820 2232 224 ) ( -3812 2232 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2232 408 ) ( -3827 2570 408 ) ( -3826 2232 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3600 2310 224 ) ( -3598 2312 224 ) ( -3599 2311 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3641 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2570 224 ) ( -3820 2232 224 ) ( -3812 2232 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2232 408 ) ( -3827 2570 408 ) ( -3826 2232 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3778 2494 224 ) ( -3780 2492 224 ) ( -3779 2493 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3642 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2570 224 ) ( -3820 2232 224 ) ( -3812 2232 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2232 408 ) ( -3827 2570 408 ) ( -3826 2232 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3734 2446 224 ) ( -3732 2448 224 ) ( -3733 2447 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3642 2358 224 ) ( -3646 2354 224 ) ( -3644 2356 408 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3643 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3740 2440 24 ) ( -3732 2448 24 ) ( -3736 2444 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3728 2444 24 ) ( -3736 2436 24 ) ( -3732 2440 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3752 2436 160 ) ( -3748 2448 160 ) ( -3744 2436 160 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3760 2448 64 ) ( -3764 2436 64 ) ( -3756 2436 64 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3644 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3782 2486 24 ) ( -3774 2494 24 ) ( -3778 2490 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3684 2400 24 ) ( -3692 2392 24 ) ( -3688 2396 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3764 2392 64 ) ( -3760 2444 64 ) ( -3756 2392 64 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3645 +{ +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2232 208 ) ( -3808 2570 208 ) ( -3804 2232 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3782 2486 24 ) ( -3774 2494 24 ) ( -3778 2490 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3684 2400 24 ) ( -3692 2392 24 ) ( -3688 2396 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3748 2444 160 ) ( -3752 2392 160 ) ( -3744 2392 160 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3646 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3540 2240 472 ) ( -3540 2240 24 ) ( -3880 2580 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2560 24 ) ( -3845 2561 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2232 208 ) ( -3808 2570 208 ) ( -3804 2232 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3776 2492 24 ) ( -3784 2484 24 ) ( -3780 2488 208 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3647 +{ +( -3852 2856 472 ) ( -3852 2856 24 ) ( -4020 2687.999512 24 ) mohcommon/beam2 4 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3866 2874 24 ) ( -3866 2874 472 ) ( -4054.000488 3062 472 ) mohcommon/beam2 83 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3732 2564.000488 472 ) ( -3732 2564.000488 456 ) ( -4028 2860 456 ) mohcommon/beam2 84 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3792.000488 2940 24 ) ( -3790 2942 24 ) ( -3791 2941.000488 472 ) mohcommon/beam2 82 0 -180.00 1.000244 -1 0 16384 0 +surfaceparm detail +( -3952 2815.999512 192 ) ( -3776 2812 192 ) ( -3776 2820 192 ) mohcommon/beam2 -51 -7 90.00 1 1.000610 0 16384 0 +surfaceparm detail +( -3776 2804 208 ) ( -3952 2808 208 ) ( -3776 2812 208 ) mohcommon/beam2 -67 2 45.00 1 2 0 16384 0 +surfaceparm detail +} +// brush 3648 +{ +( -3786.000488 2946.000488 472 ) ( -3786.000488 2946.000488 24 ) ( -3954 2778 24 ) mohcommon/beam2 31 0 -180.00 0.999756 -1 0 16384 0 +surfaceparm detail +( -3862 2898 24 ) ( -3862 2898 472 ) ( -4050 3086 472 ) mohcommon/beam2 -115 0 0.00 0.999023 1 0 16384 0 +surfaceparm detail +( -3744.000488 2576.000488 472 ) ( -3744.000488 2576.000488 456 ) ( -4040 2872 456 ) mohcommon/beam2 52 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3804 2956 24 ) ( -3802 2958.000488 24 ) ( -3803 2956.999512 472 ) mohcommon/beam2 59 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3964 2828 192 ) ( -3788 2824 192 ) ( -3788 2832 192 ) mohcommon/beam2 -51 -7 90.00 1 1.000610 0 16384 0 +surfaceparm detail +( -3788.000488 2816 224 ) ( -3963.999512 2820 224 ) ( -3788 2824 224 ) mohcommon/beam2 -67 2 45.00 1 2 0 16384 0 +surfaceparm detail +} +// brush 3649 +{ +( -4071.774414 3256.725098 224 ) ( -4484.724609 2843.774414 224 ) ( -4196.225586 2555.274902 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3858 2902.000488 672 ) ( -3858 2902.000488 224 ) ( -4198 2562 224 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -3638.000488 3062 264 ) ( -3638.000488 3062 712 ) ( -4038 3462 712 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4180 2596 264 ) ( -4178 2598 264 ) ( -4179 2597 712 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3849.999512 2629.999512 448 ) ( -4188.000977 2634 448 ) ( -3850 2638 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3894 2865.999512 224 ) ( -3901.999023 2874 224 ) ( -3898 2870.000488 408 ) TAardennes/wintered_grey 0 160 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3650 +{ +( -3860 2576 440 ) ( -3860 2576 -8 ) ( -4200 2916 -8 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3876 2548 -8 ) ( -3876 2548 440 ) ( -3476 2948 440 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4054 2706 440 ) ( -4054 2706 424 ) ( -3758 3002 424 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4012 2740 -8 ) ( -4010 2738 -8 ) ( -4011 2739 440 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3974 2748 176 ) ( -3978 2410 176 ) ( -3970 2410 176 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3986 2410 192 ) ( -3982 2748 192 ) ( -3978 2410 192 ) mohcommon/beam2 -64 0 135.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3651 +{ +( -3840.662109 2571.004395 192 ) ( -3835.005371 2576.662598 192 ) ( -4027.337891 2768.995605 192 ) common/nodraw -35 -37 45.05 0.708574 -1.000670 536870912 2224 0 +surfaceparm detail +( -4027.337891 2768.995605 256 ) ( -3835.005371 2576.662598 256 ) ( -3840.662109 2571.004395 256 ) common/nodraw -35 -37 45.05 0.708574 -1.000670 536870912 2224 0 +surfaceparm detail +( -4015 2745 192 ) ( -4015 2745 256 ) ( -3847 2577 256 ) central_europe/balcny_rail_set1 -80 0 0.00 0.200000 1 204800 262656 0 +surfaceparm detail +( -4011 2749 256 ) ( -4011 2749 192 ) ( -3843 2581 192 ) common/playerclip -16 0 0.00 1 1 65536 2193 0 +surfaceparm detail +( -4011 2749 192 ) ( -4011 2749 256 ) ( -4015 2745 256 ) common/nodraw 31 -31 -180.00 0.500488 -1 536870912 2224 0 +surfaceparm detail +( -3843 2581 256 ) ( -3843 2581 192 ) ( -3847 2577 192 ) common/nodraw 31 -31 -180.00 0.500488 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3652 +{ +( -3840.880859 2900.740723 16 ) ( -4013.291016 2745.502930 16 ) ( -3852.698730 2567.146973 16 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3861.405762 2579.039063 192 ) ( -4021.996582 2757.393066 192 ) ( -3849.587891 2912.631348 192 ) mohtest/wdflr2a -120 102 45.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3848 2576 8 ) ( -3848 2576 112 ) ( -3680 2744 112 ) general_structure/concretewall2 -224 -16 0.00 1 1 0 0 0 +surfaceparm detail +( -3680 2744 8 ) ( -3680 2744 112 ) ( -3848 2912 112 ) common/nodraw -28 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4016 2744 112 ) ( -4016 2744 8 ) ( -3848 2912 8 ) common/nodraw -32 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3848 2576 112 ) ( -3848 2576 8 ) ( -4016 2744 8 ) general_structure/plaster_wall3d 252 -60 -180.00 0.744141 -1 0 65536 0 +surfaceparm detail +} +// brush 3653 +{ +( -4058.724609 2742.225586 472 ) ( -3770.225586 3030.724609 472 ) ( -3357.275391 2617.774414 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3832 2912 24 ) ( -3830 2914 24 ) ( -3831 2913 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3658 3082 24 ) ( -3660 3084 24 ) ( -3659 3083 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3827 3092 408 ) ( -3828 2923.999512 408 ) ( -3826 2923.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3654 +{ +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3832 2912 24 ) ( -3830 2914 24 ) ( -3831 2913 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3658 3082 24 ) ( -3660 3084 24 ) ( -3659 3083 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 3092 224 ) ( -3820 2923.999512 224 ) ( -3812 2923.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2923.999512 408 ) ( -3827 3092 408 ) ( -3826 2923.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3655 +{ +( -4058.724609 2742.225586 472 ) ( -3770.225586 3030.724609 472 ) ( -3357.275391 2617.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3678 2758 24 ) ( -3680 2760 24 ) ( -3679 2759 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3832 2912 24 ) ( -3830 2914 24 ) ( -3831 2913 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3660 3084 24 ) ( -3658 3082 24 ) ( -3659 3083 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3827 3084 408 ) ( -3828 2752 408 ) ( -3826 2752 408 ) mohtest/flrwood1_rep -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3656 +{ +( -4058.724609 2742.225586 472 ) ( -3770.225586 3030.724609 472 ) ( -3357.275391 2617.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4056 2704 472 ) ( -4056 2704 456 ) ( -3760 3000 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3678 2758 24 ) ( -3680 2760 24 ) ( -3679 2759 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3830 2914 24 ) ( -3832 2912 24 ) ( -3831 2913 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3827 3100 408 ) ( -3828 2911.999512 408 ) ( -3826 2911.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3657 +{ +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4056 2704 472 ) ( -4056 2704 456 ) ( -3760 3000 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3678 2758 24 ) ( -3680 2760 24 ) ( -3679 2759 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3830 2914 24 ) ( -3832 2912 24 ) ( -3831 2913 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 3100 224 ) ( -3820 2911.999512 224 ) ( -3812 2911.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2911.999512 408 ) ( -3827 3100 408 ) ( -3826 2911.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3658 +{ +( -3894.724609 2570.225586 472 ) ( -3606.225586 2858.724609 472 ) ( -3193.275146 2445.774414 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2564 24 ) ( -3845 2563 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3530 2250 24 ) ( -3532 2248 24 ) ( -3531 2249 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3490 2914 24 ) ( -3492 2916 24 ) ( -3491 2915 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3827 2924 408 ) ( -3828 2601.999512 408 ) ( -3826 2601.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3659 +{ +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2564 24 ) ( -3845 2563 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3530 2250 24 ) ( -3532 2248 24 ) ( -3531 2249 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3490 2914 24 ) ( -3492 2916 24 ) ( -3491 2915 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2924 224 ) ( -3820 2601.999512 224 ) ( -3812 2601.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2601.999512 408 ) ( -3827 2924 408 ) ( -3826 2601.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3660 +{ +( -3894.724609 2570.225586 472 ) ( -3606.225586 2858.724609 472 ) ( -3193.275146 2445.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2564 24 ) ( -3845 2563 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3530 2250 24 ) ( -3532 2248 24 ) ( -3531 2249 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3492 2916 24 ) ( -3490 2914 24 ) ( -3491 2915 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3827 2916 408 ) ( -3828 2248 408 ) ( -3826 2248 408 ) mohtest/flrwood1_rep -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3661 +{ +( -3894.724609 2570.225586 472 ) ( -3606.225586 2858.724609 472 ) ( -3193.275146 2445.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -3556 2208 24 ) ( -3556 2208 472 ) ( -3156 2608 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3532 2248 24 ) ( -3530 2250 24 ) ( -3531 2249 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3827 2610 408 ) ( -3828 2240 408 ) ( -3826 2240 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3662 +{ +( -3556 2208 24 ) ( -3556 2208 472 ) ( -3156 2608 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3532 2248 24 ) ( -3530 2250 24 ) ( -3531 2249 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2610 224 ) ( -3820 2240 224 ) ( -3812 2240 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2240 408 ) ( -3827 2610 408 ) ( -3826 2240 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3663 +{ +( -3349.275391 2625.774414 24 ) ( -3762.225586 3038.724609 24 ) ( -4050.724609 2750.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4056 2704 472 ) ( -4056 2704 456 ) ( -3760 3000 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3678 2758 24 ) ( -3680 2760 24 ) ( -3679 2759 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3830 2914 24 ) ( -3832 2912 24 ) ( -3831 2913 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2911.999512 208 ) ( -3808 3100 208 ) ( -3804 2911.999512 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3664 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2564 24 ) ( -3845 2563 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3530 2250 24 ) ( -3532 2248 24 ) ( -3531 2249 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3490 2914 24 ) ( -3492 2916 24 ) ( -3491 2915 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2601.999512 208 ) ( -3808 2924 208 ) ( -3804 2601.999512 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3665 +{ +( -3185.275146 2453.774414 16 ) ( -3598.225586 2866.724609 16 ) ( -3886.724609 2578.225586 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3860 2560 16 ) ( -3862 2562 16 ) ( -3861 2561 464 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3862 2562 16 ) ( -3860 2564 16 ) ( -3861 2563 464 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3522 2242 16 ) ( -3524 2240 16 ) ( -3523 2241 464 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3483 2923 16 ) ( -3481 2921 16 ) ( -3482 2922 464 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3810 2248 24 ) ( -3806 2916 24 ) ( -3802 2248 24 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3666 +{ +( -3185.275146 2453.774414 24 ) ( -3598.225586 2866.724609 24 ) ( -3886.724609 2578.225586 24 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3556 2208 24 ) ( -3556 2208 472 ) ( -3156 2608 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3532 2248 24 ) ( -3530 2250 24 ) ( -3531 2249 472 ) central_europe/interiorwall_set2wtrim 0 48 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3812 2240 208 ) ( -3808 2610 208 ) ( -3804 2240 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3667 +{ +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3832 2912 24 ) ( -3830 2914 24 ) ( -3831 2913 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3658 3082 24 ) ( -3660 3084 24 ) ( -3659 3083 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3808 3092 208 ) ( -3812 2923.999512 208 ) ( -3804 2923.999512 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3820 2923.999512 224 ) ( -3816 3092 224 ) ( -3812 2923.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3668 +{ +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3678 2758 24 ) ( -3680 2760 24 ) ( -3679 2759 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3832 2912 24 ) ( -3830 2914 24 ) ( -3831 2913 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3660 3084 24 ) ( -3658 3082 24 ) ( -3659 3083 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3808 3084 208 ) ( -3812 2752 208 ) ( -3804 2752 208 ) mohtest/flrwood1_rep -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +( -3820 2752 224 ) ( -3816 3084 224 ) ( -3812 2752 224 ) general_structure/floor4 -123 51 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3669 +{ +( -3264 2704 456 ) ( -3264 2704 472 ) ( -3680 3120 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4056 2704 472 ) ( -4056 2704 456 ) ( -3760 3000 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3678 2758 24 ) ( -3680 2760 24 ) ( -3679 2759 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3830 2914 24 ) ( -3832 2912 24 ) ( -3831 2913 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3808 3100 208 ) ( -3812 2911.999512 208 ) ( -3804 2911.999512 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3820 2911.999512 224 ) ( -3816 3100 224 ) ( -3812 2911.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3670 +{ +( -3680 2744 472 ) ( -3680 2744 24 ) ( -3848 2912 24 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4056 2704 472 ) ( -4056 2704 456 ) ( -3760 3000 456 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3680 2760 24 ) ( -3678 2758 24 ) ( -3679 2759 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3808 2920 208 ) ( -3812 2744 208 ) ( -3804 2744 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3820 2744 224 ) ( -3816 2920 224 ) ( -3812 2744 224 ) general_structure/floor4 -123 51 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3671 +{ +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3846 2562 24 ) ( -3844 2564 24 ) ( -3845 2563 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3530 2250 24 ) ( -3532 2248 24 ) ( -3531 2249 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3490 2914 24 ) ( -3492 2916 24 ) ( -3491 2915 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3808 2924 208 ) ( -3812 2601.999512 208 ) ( -3804 2601.999512 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3820 2601.999512 224 ) ( -3816 2924 224 ) ( -3812 2601.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3672 +{ +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3808 2932 208 ) ( -3812 2562 208 ) ( -3804 2562 208 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3820 2561.999512 224 ) ( -3816 2932 224 ) ( -3812 2561.999512 224 ) general_structure/floor4 -123 51 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3673 +{ +( -3556 2208 24 ) ( -3556 2208 472 ) ( -3156 2608 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3844 2560 24 ) ( -3846 2562 24 ) ( -3845 2561 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3532 2248 24 ) ( -3530 2250 24 ) ( -3531 2249 472 ) general_structure/plaster_wall3d -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3808 2610 208 ) ( -3812 2240 208 ) ( -3804 2240 208 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3820 2240 224 ) ( -3816 2610 224 ) ( -3812 2240 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3674 +{ +( -4400 3040 512 ) ( -4400 3040 496 ) ( -4104 3336 496 ) TAardennes/wintered_grey 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( -4380 3036 64 ) ( -4384 3040 64 ) ( -4382 3038 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3672 3096 64 ) ( -3668 3092 64 ) ( -3670 3094 512 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4380 3044 24 ) ( -4384 3040 24 ) ( -4382 3042 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3780 3432 224 ) ( -3784 3040 224 ) ( -3776 3040 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3756 3040 448 ) ( -3748 3432 448 ) ( -3740 3040 448 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3675 +{ +( -4402.724609 3078.225586 472 ) ( -4114.225586 3366.724609 472 ) ( -3701.275391 2953.774414 472 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4380 3036 24 ) ( -4384 3040 24 ) ( -4382 3038 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3672 3096 24 ) ( -3668 3092 24 ) ( -3670 3094 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4056 2720 24 ) ( -4060 2716 24 ) ( -4058 2718 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4384 3040 24 ) ( -4380 3044 24 ) ( -4382 3042 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3748 3424.000244 408 ) ( -3756 2716 408 ) ( -3740 2716 408 ) mohtest/wdflr2a -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3676 +{ +( -4402.724609 3078.225586 472 ) ( -4114.225586 3366.724609 472 ) ( -3701.275391 2953.774414 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4060 2700 24 ) ( -4060 2700 472 ) ( -3660 3100 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3608 3048 456 ) ( -3608 3048 472 ) ( -4024 3464 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4400 3040 472 ) ( -4400 3040 456 ) ( -4104 3336 456 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3668 3092 24 ) ( -3672 3096 24 ) ( -3670 3094 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3748 3440.000244 408 ) ( -3756 3091.999756 408 ) ( -3740 3091.999756 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3677 +{ +( -4060 2700 24 ) ( -4060 2700 472 ) ( -3660 3100 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3608 3048 456 ) ( -3608 3048 472 ) ( -4024 3464 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4400 3040 472 ) ( -4400 3040 456 ) ( -4104 3336 456 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3668 3092 24 ) ( -3672 3096 24 ) ( -3670 3094 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3780 3440.000244 224 ) ( -3784 3091.999756 224 ) ( -3776 3091.999756 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3756 3091.999756 408 ) ( -3748 3440.000244 408 ) ( -3740 3091.999756 408 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3678 +{ +( -3693.275391 2961.774414 24 ) ( -4106.225586 3374.724609 24 ) ( -4394.724609 3086.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4400 3040 472 ) ( -4400 3040 456 ) ( -4104 3336 456 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4380 3036 24 ) ( -4384 3040 24 ) ( -4382 3038 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3672 3096 24 ) ( -3668 3092 24 ) ( -3670 3094 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4380 3044 24 ) ( -4384 3040 24 ) ( -4382 3042 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3780 3040 208 ) ( -3774 3432 208 ) ( -3768 3040 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3679 +{ +( -3693.275391 2961.774414 24 ) ( -4106.225586 3374.724609 24 ) ( -4394.724609 3086.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4060 2700 24 ) ( -4060 2700 472 ) ( -3660 3100 472 ) TAardennes/wintered_grey 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4380 3036 24 ) ( -4384 3040 24 ) ( -4382 3038 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3672 3096 24 ) ( -3668 3092 24 ) ( -3670 3094 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4060 2716 24 ) ( -4056 2720 24 ) ( -4058 2718 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3780 2708 208 ) ( -3774 3100 208 ) ( -3768 2708 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3680 +{ +( -3693.275391 2961.774414 24 ) ( -4106.225586 3374.724609 24 ) ( -4394.724609 3086.225586 24 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4060 2700 24 ) ( -4060 2700 472 ) ( -3660 3100 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3608 3048 456 ) ( -3608 3048 472 ) ( -4024 3464 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4400 3040 472 ) ( -4400 3040 456 ) ( -4104 3336 456 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3668 3092 24 ) ( -3672 3096 24 ) ( -3670 3094 472 ) mohtest/wlppr_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3780 3091.999756 208 ) ( -3774 3440.000244 208 ) ( -3768 3091.999756 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3681 +{ +( -4400 3040 472 ) ( -4400 3040 456 ) ( -4104 3336 456 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4380 3036 24 ) ( -4384 3040 24 ) ( -4382 3038 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3672 3096 24 ) ( -3668 3092 24 ) ( -3670 3094 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4380 3044 24 ) ( -4384 3040 24 ) ( -4382 3042 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3774 3432 208 ) ( -3780 3040 208 ) ( -3768 3040 208 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3784 3040 224 ) ( -3780 3432 224 ) ( -3776 3040 224 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3682 +{ +( -4060 2700 24 ) ( -4060 2700 472 ) ( -3660 3100 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4380 3036 24 ) ( -4384 3040 24 ) ( -4382 3038 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3672 3096 24 ) ( -3668 3092 24 ) ( -3670 3094 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4060 2716 24 ) ( -4056 2720 24 ) ( -4058 2718 472 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( -3774 3100 208 ) ( -3780 2708 208 ) ( -3768 2708 208 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3784 2708 224 ) ( -3780 3100 224 ) ( -3776 2708 224 ) general_structure/floor4 -67 5 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3683 +{ +( -4060 2700 24 ) ( -4060 2700 472 ) ( -3660 3100 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3608 3048 456 ) ( -3608 3048 472 ) ( -4024 3464 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4400 3040 472 ) ( -4400 3040 456 ) ( -4104 3336 456 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3668 3092 24 ) ( -3672 3096 24 ) ( -3670 3094 472 ) general_structure/plaster_wall2 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3774 3440.000244 208 ) ( -3780 3091.999756 208 ) ( -3768 3091.999756 208 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3784 3091.999756 224 ) ( -3780 3440.000244 224 ) ( -3776 3091.999756 224 ) general_structure/plaster_wall2 -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3684 +{ +( -4060 2700 472 ) ( -4060 2700 24 ) ( -4400 3040 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4060 2700 24 ) ( -4060 2700 472 ) ( -3660 3100 472 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4400 3040 472 ) ( -4400 3040 456 ) ( -4104 3336 456 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4384 3040 24 ) ( -4380 3036 24 ) ( -4382 3038 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3774 3048 208 ) ( -3780 2700 208 ) ( -3768 2700 208 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3784 2700 224 ) ( -3780 3048 224 ) ( -3776 2700 224 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3685 +{ +( -3698 2762 672 ) ( -3698 2762 224 ) ( -4038 3102 224 ) general_structure/plaster_wall3d -26 200 0.00 1 1 0 65536 0 +surfaceparm detail +( -4004 3084 224 ) ( -4002 3082 224 ) ( -4003 3083 672 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3970 2754 408 ) ( -3966 3092 408 ) ( -3962 2754 408 ) general_structure/plaster_wall3d -162 26 0.00 1 1 0 65536 0 +surfaceparm detail +( -3794 2854 224 ) ( -3786 2862 224 ) ( -3790 2858 408 ) general_structure/plaster_wall3d -26 200 0.00 1 1 0 65536 0 +surfaceparm detail +( -3727 2807 224 ) ( -3735 2799 224 ) ( -3731 2803 408 ) general_structure/plaster_wall3d -26 200 0.00 1 1 0 65536 0 +surfaceparm detail +( -3764 2866 368 ) ( -3770 2798 368 ) ( -3758 2798 368 ) general_structure/plaster_wall3d -162 26 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3686 +{ +( -3343.275391 2975.774414 224 ) ( -3756.225586 3388.724609 224 ) ( -4044.724609 3100.225586 224 ) general_structure/plaster_wall3d -162 26 0.00 1 1 0 65536 0 +surfaceparm detail +( -3698 2762 672 ) ( -3698 2762 224 ) ( -4038 3102 224 ) general_structure/plaster_wall3d -26 200 0.00 1 1 0 65536 0 +surfaceparm detail +( -3878 2882 672 ) ( -3878 2882 656 ) ( -3582 3178 656 ) general_structure/plaster_wall3d -26 200 0.00 1 1 0 65536 0 +surfaceparm detail +( -3832 2912 224 ) ( -3830 2910 224 ) ( -3831 2911 672 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3970 2754 408 ) ( -3966 3092 408 ) ( -3962 2754 408 ) general_structure/plaster_wall3d -162 26 0.00 1 1 0 65536 0 +surfaceparm detail +( -3786 2862 224 ) ( -3794 2854 224 ) ( -3790 2858 408 ) general_structure/plaster_wall3d -26 200 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3687 +{ +( -3698 2734 472 ) ( -3698 2734 24 ) ( -3866 2902 24 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3680 2744 24 ) ( -3680 2744 472 ) ( -3492 2932 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4068 2692 472 ) ( -4068 2692 456 ) ( -3772 2988 456 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3688 2752 24 ) ( -3686 2750 24 ) ( -3687 2751 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3816 2912 192 ) ( -3820 2736 192 ) ( -3812 2736 192 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3828 2736 224 ) ( -3824 2912 224 ) ( -3820 2736 224 ) mohcommon/beam2 -5 -1 135.00 1 2 0 16384 0 +surfaceparm detail +} +// brush 3688 +{ +( -3710 2718 472 ) ( -3710 2718 24 ) ( -3878 2886 24 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3692 2732 24 ) ( -3692 2732 472 ) ( -3504 2920 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -4066 2666 472 ) ( -4066 2666 456 ) ( -3770 2962 456 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3704 2740 24 ) ( -3702 2738 24 ) ( -3703 2739 472 ) mohcommon/beam2 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3828 2900 192 ) ( -3832 2724 192 ) ( -3824 2724 192 ) mohcommon/beam2 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3840 2724 208 ) ( -3836 2900 208 ) ( -3832 2724 208 ) mohcommon/beam2 -5 -1 135.00 1 2 0 16384 0 +surfaceparm detail +} +// brush 3689 +{ +( -3100 2540 456 ) ( -3100 2540 472 ) ( -3516 2956 472 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3892 2532 472 ) ( -3892 2532 456 ) ( -3596 2828 456 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3844 2564 24 ) ( -3846 2562 24 ) ( -3845 2563 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3816 2932 224 ) ( -3820 2561.999512 224 ) ( -3812 2561.999512 224 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3828 2561.999512 408 ) ( -3827 2932 408 ) ( -3826 2561.999512 408 ) general_structure/plaster_wall3d -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3528 2880 224 ) ( -3536 2888 224 ) ( -3532 2884 408 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +} +// brush 3690 +{ +( -3140 2492 456 ) ( -3140 2492 472 ) ( -3556 2908 472 ) general_structure/plaster_wall3d -224 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3940 2484 472 ) ( -3940 2484 456 ) ( -3644 2780 456 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3892 2516 24 ) ( -3894 2514 24 ) ( -3893 2515 472 ) central_europe/interiorwall_set2wtrim 0 80 0.00 1 0.700000 0 16384 0 +surfaceparm detail +( -3856 2884 384 ) ( -3860 2513.999512 384 ) ( -3852 2513.999512 384 ) mohcommon/beam2 -63 13 45.00 1 1 0 16384 0 +surfaceparm detail +( -3876 2513.999512 408 ) ( -3875 2884 408 ) ( -3874 2513.999512 408 ) general_structure/plaster_wall3d -16 224 0.00 1 1 0 65536 0 +surfaceparm detail +( -3624 2784 224 ) ( -3632 2792 224 ) ( -3628 2788 408 ) general_structure/plaster_wall3d -224 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3691 +{ +( -2120 1090 224 ) ( -2222 1090 224 ) ( -2222 1046 224 ) algiers/algierwall_set5 -150 150 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1046 256 ) ( -2222 1090 256 ) ( -2120 1090 256 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1606 868 256 ) ( -1606 912 256 ) ( -1606 912 224 ) algiers/algierwall_set5 -150 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2006 572 224 ) ( -1992 572 224 ) ( -1999 572 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1980 492 224 ) ( -1988 492 224 ) ( -1984 492 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1692 564 226 ) ( -1692 570 226 ) ( -1692 567 258 ) algiers/algierwall_set5 -38 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3692 +{ +( -2120 1090 224 ) ( -2222 1090 224 ) ( -2222 1046 224 ) algiers/algierwall_set5 -150 150 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1046 256 ) ( -2222 1090 256 ) ( -2120 1090 256 ) interior/manor_woodfloor 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1090 256 ) ( -2222 1046 256 ) ( -2222 1046 224 ) algiers/algierwall_set5 -150 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2006 572 224 ) ( -1992 572 224 ) ( -1999 572 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1980 492 224 ) ( -1988 492 224 ) ( -1984 492 256 ) algiers/algierwall_set5 -86 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2040 586 224 ) ( -2040 580 224 ) ( -2040 583 256 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3693 +{ +( -2120 1090 224 ) ( -2222 1090 224 ) ( -2222 1046 224 ) algiers/algierwall_set5 -150 150 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1046 256 ) ( -2222 1090 256 ) ( -2120 1090 256 ) algiers/algierwall_set5 -150 150 0.00 1 1 0 65536 0 +surfaceparm detail +( -1708 476 256 ) ( -1606 476 256 ) ( -1606 476 224 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 868 256 ) ( -1606 912 256 ) ( -1606 912 224 ) algiers/algierwall_set5 -150 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1090 256 ) ( -2222 1046 256 ) ( -2222 1046 224 ) algiers/algierwall_set5 -150 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1988 492 224 ) ( -1980 492 224 ) ( -1984 492 256 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3694 +{ +( -1620 844 216 ) ( -2212 844 216 ) ( -2212 476 216 ) central_europe/tudor_set1_exwall1fltseem -144 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2216 476 224 ) ( -2216 844 224 ) ( -1624 844 224 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 476 224 ) ( -1606 844 224 ) ( -1606 844 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2042 572 216 ) ( -2038 572 216 ) ( -2040 572 224 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2042 492 216 ) ( -2050 492 216 ) ( -2046 492 224 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1740 566 216 ) ( -1740 576 216 ) ( -1740 571 224 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3695 +{ +( -1620 844 216 ) ( -2212 844 216 ) ( -2212 476 216 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2216 476 224 ) ( -2216 844 224 ) ( -1624 844 224 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 844 224 ) ( -2222 476 224 ) ( -2222 476 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2042 572 216 ) ( -2038 572 216 ) ( -2040 572 224 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2042 492 216 ) ( -2050 492 216 ) ( -2046 492 224 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2040 586 216 ) ( -2040 576 216 ) ( -2040 581 224 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3696 +{ +( -1620 844 216 ) ( -2212 844 216 ) ( -2212 476 216 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2216 476 224 ) ( -2216 844 224 ) ( -1624 844 224 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 476 224 ) ( -1606 844 224 ) ( -1606 844 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1624 842 224 ) ( -2216 842 224 ) ( -2216 842 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 844 224 ) ( -2222 476 224 ) ( -2222 476 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2038 572 216 ) ( -2042 572 216 ) ( -2040 572 224 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3697 +{ +( -1620 844 216 ) ( -2212 844 216 ) ( -2212 476 216 ) central_europe/tudor_set1_exwall1fltseem -144 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2216 476 224 ) ( -2216 844 224 ) ( -1624 844 224 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2216 476 224 ) ( -1624 476 224 ) ( -1624 476 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 476 224 ) ( -1606 844 224 ) ( -1606 844 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 844 224 ) ( -2222 476 224 ) ( -2222 476 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2050 492 216 ) ( -2042 492 216 ) ( -2046 492 224 ) interior/manor_woodfloor 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3698 +{ +( -1736 604 24 ) ( -2192 604 24 ) ( -2192 572 24 ) ta_berlin/berlinwall3a -8 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2178 572 216 ) ( -2178 604 216 ) ( -1722 604 216 ) ta_berlin/berlinwall3a -8 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2192 572 200 ) ( -1736 572 200 ) ( -1736 572 24 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1612 568 200 ) ( -1612 600 200 ) ( -1612 600 24 ) ta_berlin/berlinwall3a -156 8 0.00 1 1 0 65536 0 +surfaceparm detail +( -1736 604 200 ) ( -2192 604 200 ) ( -2192 604 24 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2048 604 200 ) ( -2048 572 200 ) ( -2048 572 24 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3699 +{ +( -2098 488 256 ) ( -2194 488 256 ) ( -2194 480 256 ) algiers/algierwall_set5 -4 194 0.00 1 1 0 65536 0 +surfaceparm detail +( -2194 480 448 ) ( -2194 488 448 ) ( -2098 488 448 ) algiers/algierwall_set5 -4 194 0.00 1 1 0 65536 0 +surfaceparm detail +( -2194 476 448 ) ( -2098 476 448 ) ( -2098 476 256 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 496 448 ) ( -1614 504 448 ) ( -1614 504 256 ) algiers/algierwall_set5 -194 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2096 492 448 ) ( -2192 492 448 ) ( -2192 492 256 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2214 484 448 ) ( -2214 476 448 ) ( -2214 476 256 ) algiers/algierwall_set5 -194 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3700 +{ +( -1606 986 256 ) ( -1614 986 256 ) ( -1614 946 256 ) algiers/algierwall_set5 -170 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1614 946 448 ) ( -1614 986 448 ) ( -1606 986 448 ) algiers/algierwall_set5 -170 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1618 476 448 ) ( -1610 476 448 ) ( -1610 476 256 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 946 448 ) ( -1606 986 448 ) ( -1606 986 256 ) algiers/algierwall_set5 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1614 530 448 ) ( -1614 490 448 ) ( -1614 490 256 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1614 1082 256 ) ( -1606 1090 256 ) ( -1610 1086 448 ) algiers/algierwall_set5 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3701 +{ +( -1606 1112 448 ) ( -2222 1112 448 ) ( -2222 476 448 ) algiers/algier_ciel5 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 500 464 ) ( -2222 538 464 ) ( -1606 538 464 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -2222 476 464 ) ( -1606 476 464 ) ( -1606 476 448 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 476 464 ) ( -1606 514 464 ) ( -1606 514 448 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1112 448 ) ( -1606 1112 448 ) ( -1606 1096 464 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 514 464 ) ( -2222 476 464 ) ( -2222 476 448 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3702 +{ +( -1614 1098 464 ) ( -2222 1098 464 ) ( -2222 948 464 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 948 592 ) ( -2222 1098 592 ) ( -1614 1098 592 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 946 592 ) ( -1614 946 592 ) ( -1614 946 464 ) general_structure/beam_wood1 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1614 948 592 ) ( -1614 1098 592 ) ( -1614 1098 464 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1098 592 ) ( -2222 948 592 ) ( -2222 948 464 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1094 466 ) ( -2222 1096 464 ) ( -1614 1095 465 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3703 +{ +( -2222 1112 448 ) ( -1614 1112 448 ) ( -1614 1128 448 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 968 608 ) ( -1614 968 608 ) ( -1614 952 608 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 952 608 ) ( -1614 952 608 ) ( -1614 1112 448 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1614 1010 608 ) ( -1614 1026 608 ) ( -1614 1026 588 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1614 968 608 ) ( -2222 968 608 ) ( -2222 1128 448 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1026 608 ) ( -2222 1010 608 ) ( -2222 1010 588 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3704 +{ +( -1614 986 592 ) ( -2222 986 592 ) ( -2222 826 592 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 826 608 ) ( -2222 986 608 ) ( -1614 986 608 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 826 608 ) ( -1614 826 608 ) ( -1614 826 592 ) general_structure/beam_wood1 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1614 826 608 ) ( -1614 986 608 ) ( -1614 986 592 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 986 608 ) ( -2222 826 608 ) ( -2222 826 592 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 958 602 ) ( -2222 962 598 ) ( -1614 960 600 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3705 +{ +( -1830 1074 216 ) ( -1814 1074 216 ) ( -1814 1074 152 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1814 1074 216 ) ( -1814 1140 216 ) ( -1814 1140 152 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1830 1140 216 ) ( -1830 1074 216 ) ( -1830 1074 152 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1830 1110 212 ) ( -1830 1114 216 ) ( -1814 1112 214 ) general_structure/beam_wood1 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1830 1114 216 ) ( -1830 1130 208 ) ( -1814 1122 212 ) general_structure/beam_wood1 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1830 1130 208 ) ( -1830 1126 204 ) ( -1814 1128 206 ) general_structure/beam_wood1 0 24 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3706 +{ +( -1830 1114 224 ) ( -1830 1132 224 ) ( -1814 1132 224 ) general_structure/beam_wood1 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1830 1114 224 ) ( -1814 1114 224 ) ( -1814 1114 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1814 1114 224 ) ( -1814 1132 224 ) ( -1814 1132 208 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1814 1130 224 ) ( -1830 1130 224 ) ( -1830 1130 208 ) general_structure/beam_wood1 0 8 90.00 1 1 0 16384 0 +surfaceparm detail +( -1830 1132 224 ) ( -1830 1114 224 ) ( -1830 1114 208 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1830 1130 208 ) ( -1830 1114 216 ) ( -1814 1122 212 ) general_structure/beam_wood1 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3707 +{ +( -2022 1114 224 ) ( -2022 1132 224 ) ( -2006 1132 224 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2022 1114 224 ) ( -2006 1114 224 ) ( -2006 1114 208 ) general_structure/beam_wood1 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2006 1114 224 ) ( -2006 1132 224 ) ( -2006 1132 208 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2006 1130 224 ) ( -2022 1130 224 ) ( -2022 1130 208 ) general_structure/beam_wood1 -64 8 90.00 1 1 0 16384 0 +surfaceparm detail +( -2022 1132 224 ) ( -2022 1114 224 ) ( -2022 1114 208 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2022 1130 208 ) ( -2022 1114 216 ) ( -2006 1122 212 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3708 +{ +( -2022 1074 216 ) ( -2006 1074 216 ) ( -2006 1074 152 ) general_structure/beam_wood1 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2006 1074 216 ) ( -2006 1140 216 ) ( -2006 1140 152 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2022 1140 216 ) ( -2022 1074 216 ) ( -2022 1074 152 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2022 1110 212 ) ( -2022 1114 216 ) ( -2006 1112 214 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2022 1114 216 ) ( -2022 1130 208 ) ( -2006 1122 212 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2022 1130 208 ) ( -2022 1126 204 ) ( -2006 1128 206 ) general_structure/beam_wood1 -64 24 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3709 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -2222 962 192 0 0 ) ( -2206 962 192 0 0.187500 ) ( -2190 962 192 0 0.375000 ) ) +( ( -2222 1042 192 0.250000 0 ) ( -2206 1042 192 0.250000 0.187500 ) ( -2190 1042 192 0.250000 0.375000 ) ) +( ( -2222 1042 112 0.500000 0 ) ( -2206 1042 112 0.500000 0.187500 ) ( -2190 1042 112 0.500000 0.375000 ) ) +) + } + } +// brush 3710 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -2222 962 192 -19.687500 -0.875000 ) ( -2222 1042 192 -20 -0.875000 ) ( -2222 1042 112 -20 -0.562500 ) ) +( ( -2222 1042 192 -20 -0.875000 ) ( -2222 1042 192 -20 -0.875000 ) ( -2222 1042 192 -20 -0.875000 ) ) +( ( -2222 1042 192 -20 -0.875000 ) ( -2222 1042 192 -20 -0.875000 ) ( -2222 1042 192 -20 -0.875000 ) ) +) + } + } +// brush 3711 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -2190 1042 112 -19.375000 -0.500000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 962 192 -19.750000 -0.875000 ) ) +( ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ) +( ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 3712 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -2030 1042 112 -19.375000 -0.500000 ) ( -2030 1042 192 -19.375000 -0.875000 ) ( -2110 1042 192 -19.750000 -0.875000 ) ) +( ( -2030 1042 192 -19.375000 -0.875000 ) ( -2030 1042 192 -19.375000 -0.875000 ) ( -2030 1042 192 -19.375000 -0.875000 ) ) +( ( -2030 1042 192 -19.375000 -0.875000 ) ( -2030 1042 192 -19.375000 -0.875000 ) ( -2030 1042 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 3713 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -2110 1074 192 -19.687500 -0.875000 ) ( -2030 1074 192 -20 -0.875000 ) ( -2030 1074 112 -20 -0.562500 ) ) +( ( -2030 1074 192 -20 -0.875000 ) ( -2030 1074 192 -20 -0.875000 ) ( -2030 1074 192 -20 -0.875000 ) ) +( ( -2030 1074 192 -20 -0.875000 ) ( -2030 1074 192 -20 -0.875000 ) ( -2030 1074 192 -20 -0.875000 ) ) +) + } + } +// brush 3714 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -2110 1074 192 0 0 ) ( -2110 1058 192 0 0.187500 ) ( -2110 1042 192 0 0.375000 ) ) +( ( -2030 1074 192 0.250000 0 ) ( -2030 1058 192 0.250000 0.187500 ) ( -2030 1042 192 0.250000 0.375000 ) ) +( ( -2030 1074 112 0.500000 0 ) ( -2030 1058 112 0.500000 0.187500 ) ( -2030 1042 112 0.500000 0.375000 ) ) +) + } + } +// brush 3715 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -2190 1074 112 -19.375000 -0.500000 ) ( -2190 1074 192 -19.375000 -0.875000 ) ( -2110 1074 192 -19.750000 -0.875000 ) ) +( ( -2190 1074 192 -19.375000 -0.875000 ) ( -2190 1074 192 -19.375000 -0.875000 ) ( -2190 1074 192 -19.375000 -0.875000 ) ) +( ( -2190 1074 192 -19.375000 -0.875000 ) ( -2190 1074 192 -19.375000 -0.875000 ) ( -2190 1074 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 3716 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -2110 1042 192 -19.750000 -0.875000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 1042 112 -19.375000 -0.500000 ) ) +( ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ) +( ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ( -2190 1042 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 3717 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -2110 1042 192 0 0 ) ( -2110 1058 192 0 0.187500 ) ( -2110 1074 192 0 0.375000 ) ) +( ( -2190 1042 192 0.250000 0 ) ( -2190 1058 192 0.250000 0.187500 ) ( -2190 1074 192 0.250000 0.375000 ) ) +( ( -2190 1042 112 0.500000 0 ) ( -2190 1058 112 0.500000 0.187500 ) ( -2190 1074 112 0.500000 0.375000 ) ) +) + } + } +// brush 3718 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1918 1042 192 0 0 ) ( -1918 1058 192 0 0.187500 ) ( -1918 1074 192 0 0.375000 ) ) +( ( -1998 1042 192 0.250000 0 ) ( -1998 1058 192 0.250000 0.187500 ) ( -1998 1074 192 0.250000 0.375000 ) ) +( ( -1998 1042 112 0.500000 0 ) ( -1998 1058 112 0.500000 0.187500 ) ( -1998 1074 112 0.500000 0.375000 ) ) +) + } + } +// brush 3719 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1918 1042 192 -19.750000 -0.875000 ) ( -1998 1042 192 -19.375000 -0.875000 ) ( -1998 1042 112 -19.375000 -0.500000 ) ) +( ( -1998 1042 192 -19.375000 -0.875000 ) ( -1998 1042 192 -19.375000 -0.875000 ) ( -1998 1042 192 -19.375000 -0.875000 ) ) +( ( -1998 1042 192 -19.375000 -0.875000 ) ( -1998 1042 192 -19.375000 -0.875000 ) ( -1998 1042 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 3720 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1998 1074 112 -19.375000 -0.500000 ) ( -1998 1074 192 -19.375000 -0.875000 ) ( -1918 1074 192 -19.750000 -0.875000 ) ) +( ( -1998 1074 192 -19.375000 -0.875000 ) ( -1998 1074 192 -19.375000 -0.875000 ) ( -1998 1074 192 -19.375000 -0.875000 ) ) +( ( -1998 1074 192 -19.375000 -0.875000 ) ( -1998 1074 192 -19.375000 -0.875000 ) ( -1998 1074 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 3721 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1918 1074 192 0 0 ) ( -1918 1058 192 0 0.187500 ) ( -1918 1042 192 0 0.375000 ) ) +( ( -1838 1074 192 0.250000 0 ) ( -1838 1058 192 0.250000 0.187500 ) ( -1838 1042 192 0.250000 0.375000 ) ) +( ( -1838 1074 112 0.500000 0 ) ( -1838 1058 112 0.500000 0.187500 ) ( -1838 1042 112 0.500000 0.375000 ) ) +) + } + } +// brush 3722 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1918 1074 192 -19.687500 -0.875000 ) ( -1838 1074 192 -20 -0.875000 ) ( -1838 1074 112 -20 -0.562500 ) ) +( ( -1838 1074 192 -20 -0.875000 ) ( -1838 1074 192 -20 -0.875000 ) ( -1838 1074 192 -20 -0.875000 ) ) +( ( -1838 1074 192 -20 -0.875000 ) ( -1838 1074 192 -20 -0.875000 ) ( -1838 1074 192 -20 -0.875000 ) ) +) + } + } +// brush 3723 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1838 1042 112 -19.375000 -0.500000 ) ( -1838 1042 192 -19.375000 -0.875000 ) ( -1918 1042 192 -19.750000 -0.875000 ) ) +( ( -1838 1042 192 -19.375000 -0.875000 ) ( -1838 1042 192 -19.375000 -0.875000 ) ( -1838 1042 192 -19.375000 -0.875000 ) ) +( ( -1838 1042 192 -19.375000 -0.875000 ) ( -1838 1042 192 -19.375000 -0.875000 ) ( -1838 1042 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 3724 +{ +( -2110 1074 224 ) ( -1710 1074 224 ) ( -1774 1154 224 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2110 1090 256 ) ( -2110 1154 256 ) ( -1710 1154 256 ) general_structure/beam_wood1 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -1710 1074 224 ) ( -2110 1074 224 ) ( -2110 1090 256 ) general_structure/beam_wood1 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1710 1178 256 ) ( -2110 1178 256 ) ( -2110 1178 224 ) general_structure/beam_wood1 -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2110 1090 224 ) ( -2046 1154 224 ) ( -2078 1122 256 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1774 1154 224 ) ( -1710 1090 224 ) ( -1742 1122 256 ) general_structure/beam_wood1 -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3725 +{ +( -3222 402 224 ) ( -3222 618 224 ) ( -3230 618 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 610 504 ) ( -3230 394 504 ) ( -3230 394 256 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 394 504 ) ( -3222 394 504 ) ( -3222 394 256 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3222 474 504 ) ( -3222 690 504 ) ( -3222 690 256 ) central_europe/interiorwall_set2wtrim -76 -39 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3222 578 360 ) ( -3230 582 360 ) ( -3222 586 360 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 700 324 ) ( -3230 700 312 ) ( -3222 700 318 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3726 +{ +( -3222 402 224 ) ( -3222 618 224 ) ( -3230 618 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 610 504 ) ( -3230 394 504 ) ( -3230 394 256 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3222 474 504 ) ( -3222 690 504 ) ( -3222 690 256 ) central_europe/interiorwall_set2wtrim -76 -39 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3222 874 496 ) ( -3230 874 496 ) ( -3230 874 248 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3222 578 360 ) ( -3230 582 360 ) ( -3222 586 360 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 784 256 ) ( -3230 784 320 ) ( -3222 784 288 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3727 +{ +( -3230 610 504 ) ( -3230 394 504 ) ( -3230 394 256 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3222 474 504 ) ( -3222 690 504 ) ( -3222 690 256 ) central_europe/interiorwall_set2wtrim -76 -39 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3222 578 360 ) ( -3230 582 360 ) ( -3222 586 360 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 700 312 ) ( -3230 700 324 ) ( -3222 700 318 ) common/nodraw 44 -2 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 732 360 ) ( -3230 700 296 ) ( -3222 716 328 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3728 +{ +( -3222 402 224 ) ( -3222 618 224 ) ( -3230 618 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 610 504 ) ( -3230 394 504 ) ( -3230 394 256 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3222 474 504 ) ( -3222 690 504 ) ( -3222 690 256 ) central_europe/interiorwall_set2wtrim -76 -39 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3230 700 312 ) ( -3230 700 324 ) ( -3222 700 318 ) common/nodraw 44 -2 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 700 256 ) ( -3230 716 224 ) ( -3222 708 240 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3729 +{ +( -3230 610 504 ) ( -3230 394 504 ) ( -3230 394 256 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3222 474 504 ) ( -3222 690 504 ) ( -3222 690 256 ) central_europe/interiorwall_set2wtrim -76 -39 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3222 578 360 ) ( -3230 582 360 ) ( -3222 586 360 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 784 320 ) ( -3230 784 256 ) ( -3222 784 288 ) common/nodraw 44 -2 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 700 296 ) ( -3230 732 360 ) ( -3222 716 328 ) common/nodraw 44 -2 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 784 344 ) ( -3230 724 344 ) ( -3222 754 344 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3730 +{ +( -1902 1074 544 ) ( -2318 1074 544 ) ( -2318 1074 -32 ) algiers/algierwall_set5 210 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2318 1042 544 ) ( -1902 1042 544 ) ( -1902 1042 -32 ) algiers/algierwall_set5 210 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2030 1042 -32 ) ( -2030 1074 -32 ) ( -2030 1058 224 ) algiers/algierwall_set5 -50 -31 0.00 1 1 0 65536 0 +surfaceparm detail +( -1998 1074 -32 ) ( -1998 1042 -32 ) ( -1998 1058 224 ) algiers/algierwall_set5 -50 -31 0.00 1 1 0 65536 0 +surfaceparm detail +( -1998 1058 112 ) ( -2062 1074 112 ) ( -1998 1090 112 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2030 1074 24 ) ( -1998 1058 24 ) ( -1998 1090 24 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3731 +{ +( -1902 1074 544 ) ( -2318 1074 544 ) ( -2318 1074 -32 ) algiers/algierwall_set5 210 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2286 1042 544 ) ( -1870 1042 544 ) ( -1870 1042 -32 ) algiers/algierwall_set5 210 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2030 1074 -32 ) ( -2030 1106 -32 ) ( -2030 1090 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1998 1074 -32 ) ( -1998 1042 -32 ) ( -1998 1058 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1998 1042 192 ) ( -2062 1058 192 ) ( -1998 1074 192 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2054 1074 112 ) ( -1990 1058 112 ) ( -1990 1090 112 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3732 +{ +( -2214 986 256 ) ( -2222 986 256 ) ( -2222 946 256 ) algiers/algierwall_set5 -74 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 946 448 ) ( -2222 986 448 ) ( -2214 986 448 ) algiers/algierwall_set5 -74 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -2226 476 448 ) ( -2218 476 448 ) ( -2218 476 256 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2214 946 448 ) ( -2214 986 448 ) ( -2214 986 256 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2214 986 448 ) ( -2222 986 448 ) ( -2222 986 256 ) algiers/algierwall_set5 -74 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 530 448 ) ( -2222 490 448 ) ( -2222 490 256 ) central_europe/tudor_set1_exwall1a 0 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 3733 +{ +( -2212 1050 256 ) ( -2222 1050 256 ) ( -2222 986 256 ) algiers/algierwall_set5 -80 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 986 312 ) ( -2222 1050 312 ) ( -2212 1050 312 ) algiers/algierwall_set5 -80 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 986 312 ) ( -2212 986 312 ) ( -2212 986 256 ) algiers/algierwall_set5 -80 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2214 986 312 ) ( -2214 1050 312 ) ( -2214 1050 256 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2212 1050 312 ) ( -2222 1050 312 ) ( -2222 1050 256 ) algiers/algierwall_set5 -80 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1050 312 ) ( -2222 986 312 ) ( -2222 986 256 ) central_europe/tudor_set1_exwall1a 0 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 3734 +{ +( -2214 1050 408 ) ( -2222 1050 408 ) ( -2222 986 408 ) algiers/algierwall_set5 -76 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 986 448 ) ( -2222 1050 448 ) ( -2214 1050 448 ) algiers/algierwall_set5 -76 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 986 448 ) ( -2214 986 448 ) ( -2214 986 408 ) algiers/algierwall_set5 -76 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2214 986 448 ) ( -2214 1050 448 ) ( -2214 1050 408 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2214 1050 448 ) ( -2222 1050 448 ) ( -2222 1050 408 ) algiers/algierwall_set5 -76 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1050 448 ) ( -2222 986 448 ) ( -2222 986 408 ) central_europe/tudor_set1_exwall1a 0 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 3735 +{ +( -2214 1090 256 ) ( -2222 1090 256 ) ( -2222 1050 256 ) algiers/algierwall_set5 -78 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1050 448 ) ( -2222 1090 448 ) ( -2214 1090 448 ) algiers/algierwall_set5 -78 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1050 448 ) ( -2214 1050 448 ) ( -2214 1050 256 ) algiers/algierwall_set5 -78 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2214 1050 448 ) ( -2214 1090 448 ) ( -2214 1090 256 ) interior/intrwl1trn 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2222 1090 448 ) ( -2222 1050 448 ) ( -2222 1050 256 ) central_europe/tudor_set1_exwall1a 0 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -2222 1090 256 ) ( -2214 1082 256 ) ( -2218 1086 448 ) algiers/algierwall_set5 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3736 +{ +( -2198 1090 256 ) ( -2222 1090 256 ) ( -2222 1082 256 ) algiers/algierwall_set5 -64 6 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1082 448 ) ( -2222 1090 448 ) ( -2198 1090 448 ) algiers/algierwall_set5 -64 6 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 1082 448 ) ( -2198 1082 448 ) ( -2198 1082 256 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2198 1082 448 ) ( -2198 1090 448 ) ( -2198 1090 256 ) algiers/algierwall_set5 -6 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2198 1090 448 ) ( -2222 1090 448 ) ( -2222 1090 256 ) central_europe/tudor_set1_exwall1a -224 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -2214 1082 256 ) ( -2222 1090 256 ) ( -2218 1086 448 ) algiers/algierwall_set5 -6 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3737 +{ +( -2134 1090 408 ) ( -2198 1090 408 ) ( -2198 1082 408 ) algiers/algierwall_set5 -64 6 0.00 1 1 0 65536 0 +surfaceparm detail +( -2198 1082 448 ) ( -2198 1090 448 ) ( -2134 1090 448 ) algiers/algierwall_set5 -64 6 0.00 1 1 0 65536 0 +surfaceparm detail +( -2198 1082 448 ) ( -2134 1082 448 ) ( -2134 1082 408 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2134 1082 448 ) ( -2134 1090 448 ) ( -2134 1090 408 ) algiers/algierwall_set5 -6 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2134 1090 448 ) ( -2198 1090 448 ) ( -2198 1090 408 ) central_europe/tudor_set1_exwall1a -224 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -2198 1090 448 ) ( -2198 1082 448 ) ( -2198 1082 408 ) algiers/algierwall_set5 -6 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3738 +{ +( -2134 1090 256 ) ( -2198 1090 256 ) ( -2198 1082 256 ) algiers/algierwall_set5 -64 6 0.00 1 1 0 65536 0 +surfaceparm detail +( -2198 1082 312 ) ( -2198 1090 312 ) ( -2134 1090 312 ) algiers/algierwall_set5 -64 6 0.00 1 1 0 65536 0 +surfaceparm detail +( -2198 1082 312 ) ( -2134 1082 312 ) ( -2134 1082 256 ) interior/intrwl1ppr 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2134 1082 312 ) ( -2134 1090 312 ) ( -2134 1090 256 ) algiers/algierwall_set5 -6 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2134 1090 312 ) ( -2198 1090 312 ) ( -2198 1090 256 ) central_europe/tudor_set1_exwall1a -224 56 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -2198 1090 312 ) ( -2198 1082 312 ) ( -2198 1082 256 ) algiers/algierwall_set5 -6 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3739 +{ +( -2222 868 224 ) ( -2190 868 224 ) ( -2190 868 192 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( -2222 930 224 ) ( -2222 890 224 ) ( -2222 890 192 ) algiers/algierwall_set5 -210 -31 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( -2190 890 224 ) ( -2190 930 224 ) ( -2190 930 192 ) algiers/algierwall_set5 -210 -31 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( -2190 890 224 ) ( -2222 890 224 ) ( -2222 930 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( -2222 930 192 ) ( -2222 890 192 ) ( -2190 890 192 ) algiers/algierwall_set5 -210 -163 90.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( -2220 1042 192 ) ( -2210 1042 192 ) ( -2215 1042 224 ) algiers/algierwall_set5 61 -163 90.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 3740 +{ +( -2318 1042 544 ) ( -1902 1042 544 ) ( -1902 1042 -32 ) algiers/algierwall_set5 -178 229 0.00 1 1 0 65536 0 +surfaceparm detail +( -1934 1074 544 ) ( -2350 1074 544 ) ( -2350 1074 -32 ) algiers/algierwall_set5 -178 229 0.00 1 1 0 65536 0 +surfaceparm detail +( -2446 1074 224 ) ( -1902 1066 224 ) ( -2446 1058 224 ) common/nodraw 33 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2190 1042 -32 ) ( -2190 1010 -32 ) ( -2190 1026 224 ) common/nodraw 34 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2222 1042 -32 ) ( -2222 1074 -32 ) ( -2222 1058 224 ) algiers/algierwall_set5 -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2158 1058 192 ) ( -2222 1074 192 ) ( -2222 1042 192 ) common/nodraw 33 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3741 +{ +( -1902 1074 544 ) ( -2318 1074 544 ) ( -2318 1074 -32 ) algiers/algierwall_set5 210 -26 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2286 1042 544 ) ( -1870 1042 544 ) ( -1870 1042 -32 ) algiers/algierwall_set5 210 -26 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1774 1042 224 ) ( -2318 1050 224 ) ( -1774 1058 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2030 1074 -32 ) ( -2030 1106 -32 ) ( -2030 1090 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1998 1074 -32 ) ( -1998 1042 -32 ) ( -1998 1058 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2062 1058 192 ) ( -1998 1042 192 ) ( -1998 1074 192 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3742 +{ +( -2254 1058 192 ) ( -2254 1026 192 ) ( -1838 1026 192 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1838 1074 544 ) ( -2254 1074 544 ) ( -2254 1074 -32 ) algiers/algierwall_set5 18 -25 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1710 1042 224 ) ( -2254 1050 224 ) ( -1710 1058 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2190 1026 -32 ) ( -2190 1058 -32 ) ( -2190 1042 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2030 1074 192 ) ( -2030 1058 192 ) ( -2030 1066 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2142 1042 192 ) ( -2206 1042 192 ) ( -2174 1042 224 ) algiers/algierwall_set5 210 -25 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3743 +{ +( -2062 1058 192 ) ( -2062 1026 192 ) ( -1646 1026 192 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1646 1074 544 ) ( -2062 1074 544 ) ( -2062 1074 -32 ) algiers/algierwall_set5 210 -26 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1518 1042 224 ) ( -2062 1050 224 ) ( -1518 1058 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1998 1026 -32 ) ( -1998 1058 -32 ) ( -1998 1042 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1838 1074 192 ) ( -1838 1058 192 ) ( -1838 1066 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1950 1042 192 ) ( -2014 1042 192 ) ( -1982 1042 224 ) algiers/algierwall_set5 146 -26 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3744 +{ +( -3016 4392 792 ) ( -3016 4392 704 ) ( -3016 4424 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2272 5136 792 ) ( -2272 5136 704 ) ( -3016 4392 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2320 5136 792 ) ( -2320 5136 704 ) ( -2288 5136 704 ) common/nodraw 24 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2304 5136 704 ) ( -2304 5136 792 ) ( -3016 4424 792 ) common/nodraw 36 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2344 5168 704 ) ( -2376 5160 704 ) ( -3028 4404 704 ) ta_berlin/archway1trim_shot -49 88 90.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -3028 4404 792 ) ( -2376 5160 792 ) ( -2344 5168 792 ) common/nodraw 0 -23 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3745 +{ +( -3528 4908 792 ) ( -2784 5652 792 ) ( -2784 5620 792 ) common/nodraw -40 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2784 5620 704 ) ( -2784 5652 704 ) ( -3528 4908 704 ) ta_berlin/archway1trim_shot 173 -80 -90.00 1.875000 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -2784 5616 792 ) ( -2784 5616 704 ) ( -3496 4904 704 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3496 4904 792 ) ( -3496 4904 704 ) ( -3528 4904 704 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2784 5648 704 ) ( -2784 5648 792 ) ( -3528 4904 792 ) ta_berlin/archway1trim_shot -202 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -2784 5648 792 ) ( -2784 5648 704 ) ( -2784 5616 704 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3746 +{ +( -2320 5148 792 ) ( -2336 5132 792 ) ( -2800 5644 792 ) common/nodraw -40 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2336 5132 704 ) ( -2320 5148 704 ) ( -2784 5660 704 ) ta_berlin/archway1trim_shot 22 70 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -2304 5136 792 ) ( -2304 5136 704 ) ( -2784 5616 704 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2784 5648 704 ) ( -2784 5648 792 ) ( -2784 5616 792 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2272 5136 704 ) ( -2272 5136 792 ) ( -2784 5648 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2272 5136 792 ) ( -2272 5136 704 ) ( -2304 5136 704 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3747 +{ +( 1912 5328 16 ) ( 1896 5336 16 ) ( 1896 5016 16 ) common/nodraw 46 20 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1912 5328 24 ) ( 1912 5328 16 ) ( 1912 5016 16 ) central_europe/strtset_cew 110 11 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 1896 5336 24 ) ( 1912 5328 24 ) ( 1912 5016 24 ) central_europe/strtset_cew 19 -111 -180.00 1 1 0 65536 0 +surfaceparm detail +( 1896 5016 24 ) ( 1896 5016 16 ) ( 1896 5336 16 ) common/nodraw -12 46 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1912 4556 16 ) ( 1904 4556 16 ) ( 1908 4556 24 ) common/nodraw -11 58 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1896 6080 16 ) ( 1904 6080 16 ) ( 1900 6080 24 ) common/nodraw -11 58 90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3748 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -3990.514648 5352.714844 -54 0 0 ) ( -4340.399414 5150.256348 -19 0 1.584964 ) ( -5134.539551 4759.039063 22 0 5.046772 ) ) +( ( -4055.422363 5472.745117 22 0.610129 0 ) ( -4432.606445 5270.469238 32 0.624442 1.672328 ) ( -5158.237793 4941.198242 110 0.795645 4.799877 ) ) +( ( -4074.460938 5526.449707 104 1.000181 0 ) ( -4650.385254 5530.019043 332 2.392181 2.419623 ) ( -5140.431152 5232.245117 328 2.217806 4.659613 ) ) +) + } + } +// brush 3749 +{ +( -5848 4828 0 ) ( -6552 4828 0 ) ( -6552 3244 0 ) common/caulk -16 28 0.00 1 1 0 65696 0 +surfaceparm detail +( -6560 3260 568 ) ( -6560 3260 0 ) ( -6560 4844 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6504 3244 64 ) ( -6492 4828 64 ) ( -6480 3244 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4500 0 ) ( -6536 4492 0 ) ( -6536 4496 64 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6560 4356 8 ) ( -6552 4356 8 ) ( -6556 4356 72 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -6544 3332 0 ) ( -6556 3332 0 ) ( -6550 3332 64 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 3750 +{ +( -6544 3780 192 ) ( -6536 3780 192 ) ( -6540 3780 360 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4780 192 ) ( -6536 4764 192 ) ( -6536 4772 360 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6496 3244 360 ) ( -6492 4828 360 ) ( -6488 3244 360 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6480 4828 192 ) ( -6488 3244 192 ) ( -6472 3244 192 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3212 568 ) ( -6544 3212 0 ) ( -6544 4796 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3332 192 ) ( -6556 3332 192 ) ( -6550 3332 360 ) ta_berlin/berlinwall3b 64 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +} +// brush 3751 +{ +( -6404 4828 568 ) ( -6408 3244 568 ) ( -6400 3244 568 ) ta_berlin/berlin_column 16 -156 180.00 1 1 0 65536 0 +surfaceparm detail +( -6560 4836 600 ) ( -6560 3252 600 ) ( -6552 3252 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3244 632 ) ( -6544 4828 624 ) ( -6544 3244 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6560 4844 628 ) ( -6560 3227.999512 632 ) ( -6560 3227.999512 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6560 4844 632 ) ( -5840 4844 632 ) ( -5840 3244 632 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6552 4308 568 ) ( -6528 4308 568 ) ( -6540 4308 632 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3332 568 ) ( -6556 3332 568 ) ( -6550 3332 632 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3752 +{ +( -6544 3780 384 ) ( -6528 3780 384 ) ( -6536 3780 568 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4780 384 ) ( -6536 4764 384 ) ( -6536 4772 568 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6524 4828 384 ) ( -6532 3244 384 ) ( -6516 3244 384 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3212 560 ) ( -6544 3212 -8 ) ( -6544 4796 -8 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3244 568 ) ( -6544 4828 568 ) ( -5840 4828 568 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3332 384 ) ( -6556 3332 384 ) ( -6550 3332 568 ) common/nodraw -32 -28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3753 +{ +( -6544 3780 168 ) ( -6520 3780 168 ) ( -6532 3780 192 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6544 4812 168 ) ( -6544 4804 168 ) ( -6544 4808 192 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6468 4828 168 ) ( -6472 3244 168 ) ( -6464 3244 168 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6488 3244 192 ) ( -6480 4828 192 ) ( -6472 3244 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6548 3244 568 ) ( -6548 3244 0 ) ( -6548 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3332 168 ) ( -6556 3332 168 ) ( -6550 3332 192 ) ta_berlin/berlin_column 6 -152 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3754 +{ +( -6544 3780 360 ) ( -6520 3780 360 ) ( -6532 3780 384 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4788 360 ) ( -6544 4780 360 ) ( -6544 4784 384 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6492 4828 360 ) ( -6496 3244 360 ) ( -6488 3244 360 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6532 3244 384 ) ( -6524 4828 384 ) ( -6516 3244 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -6548 3244 568 ) ( -6548 3244 0 ) ( -6548 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3332 360 ) ( -6556 3332 360 ) ( -6550 3332 384 ) ta_berlin/berlin_column 6 -152 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3755 +{ +( -6544 3244 568 ) ( -6544 3244 0 ) ( -6544 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6492 4828 64 ) ( -6504 3244 64 ) ( -6480 3244 64 ) ta_berlin/berlinwall3b 138 66 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -6472 3244 168 ) ( -6468 4828 168 ) ( -6464 3244 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4596 64 ) ( -6536 4580 64 ) ( -6536 4588 168 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6552 4292 64 ) ( -6528 4292 64 ) ( -6540 4292 168 ) ta_berlin/berlinwall3b 138 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -6544 3332 64 ) ( -6556 3332 64 ) ( -6550 3332 168 ) ta_berlin/berlinwall3b 138 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +} +// brush 3756 +{ +( -5848 4828 0 ) ( -6552 4828 0 ) ( -6552 3244 0 ) common/caulk -16 28 0.00 1 1 0 65696 0 +surfaceparm detail +( -6560 4460 64 ) ( -6560 4460 0 ) ( -6560 4844 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6504 3244 64 ) ( -6492 4828 64 ) ( -6480 3244 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4540 0 ) ( -6544 4532 0 ) ( -6544 4536 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6560 4844 0 ) ( -6544 4828 0 ) ( -6552 4836 64 ) common/caulk -28 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -6560 4356 0 ) ( -6568 4356 0 ) ( -6564 4356 64 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 3757 +{ +( -1680 6416 704 ) ( -1680 6416 512 ) ( -1680 5760 512 ) ta_berlin/archway1trim_shot 240 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -2000 7072 512 ) ( -2000 7072 704 ) ( -2000 5760 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1680 5760 704 ) ( -1680 5760 512 ) ( -2000 5760 512 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1232 6708 512 ) ( -1940 6000 512 ) ( -1476 5496 512 ) common/nodraw -51 58 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -1476 5496 704 ) ( -1940 6000 704 ) ( -1232 6708 704 ) common/nodraw -51 58 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2000 7008 704 ) ( -2000 7008 512 ) ( -1680 7008 512 ) common/nodraw -16 -47 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 3758 +{ +( -1480 5496 792 ) ( -824 6248 792 ) ( -1232 6708 792 ) common/nodraw -56 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -824 6248 872 ) ( -1480 5496 872 ) ( -1940 6000 872 ) common/nodraw -56 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1680 5760 880 ) ( -1680 5760 800 ) ( -2000 5760 800 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2000 7072 800 ) ( -2000 7072 880 ) ( -2000 5760 880 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1680 6416 880 ) ( -1680 6416 800 ) ( -1680 5760 800 ) ta_berlin/archway1trim_shot 240 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -2000 7008 880 ) ( -2000 7008 800 ) ( -1680 7008 800 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3759 +{ +( -824 6248 512 ) ( -1476 5496 512 ) ( -1940 6000 512 ) common/nodraw -51 58 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -1680 5760 512 ) ( -1680 5760 0 ) ( -2000 5760 0 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2000 7072 0 ) ( -2000 7072 512 ) ( -2000 5760 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1680 6416 512 ) ( -1680 6416 0 ) ( -1680 5760 0 ) ta_berlin/archway1trim_shot 240 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -1476 5496 0 ) ( -824 6248 0 ) ( -1232 6708 0 ) common/nodraw -51 58 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2000 7008 512 ) ( -2000 7008 0 ) ( -1680 7008 0 ) common/nodraw -16 -47 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 3760 +{ +( -1416 5608 512 ) ( -2068 4856 512 ) ( -2532 5360 512 ) common/nodraw -24 13 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2040 4872 512 ) ( -2040 4872 0 ) ( -2520 5352 0 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1792 5968 0 ) ( -1792 5968 512 ) ( -2504 5256 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1472 5968 512 ) ( -1472 5968 0 ) ( -2184 5256 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2068 4856 0 ) ( -1416 5608 0 ) ( -1824 6068 0 ) common/nodraw -24 13 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2000 5760 0 ) ( -1936 5760 0 ) ( -1968 5760 512 ) common/nodraw -14 -63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 3761 +{ +( -2072 4856 792 ) ( -1416 5608 792 ) ( -1824 6068 792 ) common/nodraw -40 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1416 5608 872 ) ( -2072 4856 872 ) ( -2532 5360 872 ) common/nodraw -40 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2040 4872 872 ) ( -2040 4872 792 ) ( -2520 5352 792 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1792 5968 792 ) ( -1792 5968 872 ) ( -2504 5256 872 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1472 5968 872 ) ( -1472 5968 792 ) ( -2184 5256 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2000 5760 792 ) ( -1936 5760 792 ) ( -1968 5760 872 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 3762 +{ +( -1472 5968 704 ) ( -1472 5968 512 ) ( -2184 5256 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1792 5968 512 ) ( -1792 5968 704 ) ( -2504 5256 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2040 4872 704 ) ( -2040 4872 512 ) ( -2520 5352 512 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -1824 6068 512 ) ( -2532 5360 512 ) ( -2068 4856 512 ) common/nodraw -24 13 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2068 4856 704 ) ( -2532 5360 704 ) ( -1824 6068 704 ) common/nodraw -24 13 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -2000 5760 512 ) ( -1936 5760 512 ) ( -1968 5760 704 ) common/nodraw -14 -63 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 3763 +{ +( 1588 2320 16 ) ( 1576 2332 16 ) ( 1268 2024 16 ) common/nodraw -61 14 45.01 0.999375 0.999548 536870912 2224 0 +surfaceparm detail +( 1156 1912 24 ) ( 1156 1912 16 ) ( 1584 2340 16 ) central_europe/strtset_cew -82 12 0.00 0.711426 1 0 65536 0 +surfaceparm detail +( 1276 2008 24 ) ( 1268 2024 24 ) ( 1576 2332 24 ) central_europe/strtset_cew 175 18 -45.00 0.999893 0.997304 0 65536 0 +surfaceparm detail +( 1172 1904 16 ) ( 1172 1904 24 ) ( 1592 2324 24 ) common/nodraw -11 -6 90.00 1.000001 0.706055 536870912 2224 0 +surfaceparm detail +( 1592 2324 16 ) ( 1592 2324 24 ) ( 1584 2340 24 ) common/nodraw -11 -6 90.00 1.000001 0.706055 536870912 2224 0 +surfaceparm detail +( 1172 1904 24 ) ( 1172 1904 16 ) ( 1156 1912 16 ) common/nodraw -11 -13 90.00 1.000001 0.706055 536870912 2224 0 +surfaceparm detail +} +// brush 3764 +{ +( 1964 4912 16 ) ( 1760 4912 16 ) ( 1760 4488 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1760 4488 24 ) ( 1760 4912 24 ) ( 1964 4912 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 1636 4556 24 ) ( 1840 4556 24 ) ( 1840 4556 16 ) mohtest/nu_earthbrdr4_noclamp -296 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 1720 4512 24 ) ( 1720 4936 24 ) ( 1720 4936 16 ) mohtest/nu_earthbrdr4_noclamp -476 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 1208 4508 24 ) ( 1208 4084 24 ) ( 1208 4084 16 ) mohtest/nu_earthbrdr4_noclamp -476 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +( 1504 6080 16 ) ( 1568 6080 16 ) ( 1536 6080 24 ) mohtest/nu_earthbrdr4_noclamp -184 184 0.00 1 1 0 131072 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm detail +} +// brush 3765 +{ +( 1720 4340 24 ) ( 1720 4340 16 ) ( 1720 10892 16 ) common/nodraw -12 22 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1896 4268 24 ) ( 1720 4340 24 ) ( 1720 10892 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 1896 10892 16 ) ( 1720 10892 16 ) ( 1720 4340 16 ) common/nodraw 38 6 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1896 6240 24 ) ( 1896 6240 16 ) ( 1896 5920 16 ) common/nodraw -48 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 1756 6080 16 ) ( 1776 6080 16 ) ( 1766 6080 24 ) common/nodraw -16 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 1772 4556 16 ) ( 1752 4556 16 ) ( 1762 4556 24 ) common/nodraw -16 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +} +// brush 3766 +{ +( 1912 3356 24 ) ( 1912 3356 16 ) ( 1896 3364 16 ) common/nodraw -34 -3 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1912 5328 16 ) ( 1896 5336 16 ) ( 1896 5016 16 ) common/nodraw 46 20 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1912 5328 24 ) ( 1912 5328 16 ) ( 1912 5016 16 ) central_europe/strtset_cew 110 11 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 1896 5336 24 ) ( 1912 5328 24 ) ( 1912 5016 24 ) central_europe/strtset_cew 19 -111 -180.00 1 1 0 65536 0 +surfaceparm detail +( 1896 5016 24 ) ( 1896 5016 16 ) ( 1896 5336 16 ) common/nodraw -12 46 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1904 4556 16 ) ( 1912 4556 16 ) ( 1908 4556 24 ) common/nodraw -11 58 90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3767 +{ +( 1720 3436 24 ) ( 1720 3436 16 ) ( 1720 9988 16 ) common/nodraw -12 14 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1896 3364 24 ) ( 1896 3364 16 ) ( 1720 3436 16 ) common/nodraw -10 38 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1896 3364 24 ) ( 1720 3436 24 ) ( 1720 9988 24 ) misc_outside/concpath1_wgrass -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 1896 9988 16 ) ( 1720 9988 16 ) ( 1720 3436 16 ) common/nodraw 30 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1896 5336 24 ) ( 1896 5336 16 ) ( 1896 5016 16 ) common/nodraw -16 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +( 1728 4556 16 ) ( 1748 4556 16 ) ( 1738 4556 24 ) common/nodraw -16 0 0.00 0.250000 0.250000 536870912 2224 0 +surfaceparm detail +} +// brush 3768 +{ +( 1340 4556 16 ) ( 1340 4556 24 ) ( -2556 4556 24 ) common/nodraw -62 -14 -90.00 -0.125001 -49.250000 536870912 2224 0 +surfaceparm detail +( 560 4464 24 ) ( 488 4288 24 ) ( -2628 4288 24 ) misc_outside/concpath1_wgrass -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2628 4464 16 ) ( -2628 4288 16 ) ( 488 4288 16 ) common/nodraw 7 -26 -179.97 0.999512 1.000489 536870912 2224 0 +surfaceparm detail +( 488 4288 24 ) ( 488 4288 16 ) ( -2628 4288 16 ) common/nodraw -10 35 -90.00 1 1.002441 536870912 2224 0 +surfaceparm detail +( -304 4532 16 ) ( -304 4556 16 ) ( -304 4544 24 ) common/nodraw -28 44 -89.92 1.000001 1.001465 536870912 2224 0 +surfaceparm detail +( 256 4556 16 ) ( 280 4532 16 ) ( 268 4544 24 ) common/nodraw -28 44 -89.92 1.000001 1.001465 536870912 2224 0 +surfaceparm detail +} +// brush 3769 +{ +( 1548 3264 16 ) ( 1544 3016 16 ) ( 1544 3016 24 ) common/nodraw -12 1 -90.00 1 0.708740 536870912 2224 0 +surfaceparm detail +( 1544 3016 24 ) ( 1544 3016 16 ) ( 108 4456 16 ) common/nodraw -12 1 -90.00 1 0.708740 536870912 2224 0 +surfaceparm detail +( 108 4456 24 ) ( 180 4632 24 ) ( 1548 3264 24 ) misc_outside/concpath1_wgrass -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 180 4632 16 ) ( 108 4456 16 ) ( 1544 3016 16 ) common/nodraw -39 -55 135.01 0.999721 1.000411 536870912 2224 0 +surfaceparm detail +( 180 4632 26 ) ( 180 4632 18 ) ( 1548 3264 18 ) common/nodraw -12 29 -90.00 1 0.707764 536870912 2224 0 +surfaceparm detail +( 420 4288 16 ) ( 436 4288 16 ) ( 428 4288 24 ) common/nodraw -12 0 -90.00 1 0.707764 536870912 2224 0 +surfaceparm detail +} +// brush 3770 +{ +( 1544 2992 24 ) ( 1544 2992 16 ) ( 268 4272 16 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1416 3124 24 ) ( 100 4440 24 ) ( 108 4456 24 ) central_europe/strtset_cew 49 -13 -134.96 1.001274 0.997994 0 65536 0 +surfaceparm detail +( 1544 3016 16 ) ( 1544 3016 24 ) ( 276 4288 24 ) central_europe/strtset_cew 82 10 -180.00 0.706299 -1 0 65536 0 +surfaceparm detail +( 108 4456 16 ) ( 100 4440 16 ) ( 1416 3124 16 ) common/nodraw 24 38 -45.07 0.999721 1.001103 536870912 2224 0 +surfaceparm detail +( 1544 2992 16 ) ( 1544 2992 24 ) ( 1544 3016 24 ) common/nodraw 5 -4 90.03 1 0.707032 536870912 2224 0 +surfaceparm detail +( 268 4272 16 ) ( 276 4288 16 ) ( 272 4280 24 ) common/nodraw 5 -18 90.03 1 0.707032 536870912 2224 0 +surfaceparm detail +} +// brush 3771 +{ +( 252 3868 16 ) ( 252 3868 24 ) ( -2688 3868 24 ) common/nodraw -9 -48 -90.00 1 -1.006348 536870912 2224 0 +surfaceparm detail +( 252 3868 24 ) ( 180 3692 24 ) ( -2688 3692 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -2688 3868 16 ) ( -2688 3692 16 ) ( 180 3692 16 ) common/nodraw -32 57 0.03 1.000977 0.999512 536870912 2224 0 +surfaceparm detail +( 160 3632 24 ) ( 160 3632 16 ) ( -2708 3632 16 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -752 3640 16 ) ( -752 3644 16 ) ( -752 3642 24 ) common/nodraw -8 -56 -90.00 1 -1.000488 536870912 2224 0 +surfaceparm detail +( 316 3652 16 ) ( 324 3644 16 ) ( 320 3648 24 ) common/nodraw -8 -56 -90.00 1 -1.000488 536870912 2224 0 +surfaceparm detail +} +// brush 3772 +{ +( 1248 2720 16 ) ( -68 4036 16 ) ( -68 4036 24 ) common/nodraw -10 -13 90.00 1 0.707520 536870912 2224 0 +surfaceparm detail +( 1248 2720 24 ) ( -68 4036 24 ) ( -60 4052 24 ) central_europe/strtset_cew 157 -103 -134.96 1.001274 0.997994 0 65536 0 +surfaceparm detail +( -60 4052 24 ) ( -60 4052 16 ) ( 1272 2720 16 ) central_europe/strtset_cew 23 11 -180.00 0.706299 -1 0 65536 0 +surfaceparm detail +( -60 4052 16 ) ( -68 4036 16 ) ( 1248 2720 16 ) common/nodraw 49 18 -45.07 0.999721 1.001103 536870912 2224 0 +surfaceparm detail +( 1248 2720 16 ) ( 1248 2720 24 ) ( 1272 2720 24 ) common/nodraw 0 -46 90.03 1 0.707032 536870912 2224 0 +surfaceparm detail +( 100 3868 16 ) ( 108 3884 16 ) ( 104 3876 24 ) common/nodraw 5 -23 90.03 1 0.707032 536870912 2224 0 +surfaceparm detail +} +// brush 3773 +{ +( 932 3868 24 ) ( 932 3868 16 ) ( -2008 3868 16 ) common/nodraw -9 -26 90.00 1 1.000977 536870912 2224 0 +surfaceparm detail +( 260 3884 24 ) ( 252 3868 24 ) ( -2688 3868 24 ) central_europe/strtset_cew 196 213 -89.92 1.000978 0.997804 0 65536 0 +surfaceparm detail +( -2688 3884 24 ) ( -2688 3884 16 ) ( 260 3884 16 ) central_europe/strtset_cew -42 14 0.00 0.998047 1 0 65536 0 +surfaceparm detail +( -2688 3884 16 ) ( -2688 3868 16 ) ( 252 3868 16 ) common/nodraw -53 54 -0.08 0.998292 1.001467 536870912 2224 0 +surfaceparm detail +( -2412 3632 16 ) ( -2412 3644 16 ) ( -2412 3638 24 ) common/nodraw 9 -5 90.08 1.000001 1.000001 536870912 2224 0 +surfaceparm detail +( 108 3884 16 ) ( 100 3868 16 ) ( 104 3876 24 ) common/nodraw 9 -5 90.08 1.000001 1.000001 536870912 2224 0 +surfaceparm detail +} +// brush 3774 +{ +( 780 2252 16 ) ( 608 2412 16 ) ( 608 2412 24 ) common/nodraw -9 39 -90.00 1 0.707031 536870912 2224 0 +surfaceparm detail +( 608 3072 24 ) ( 608 3072 16 ) ( 1600 3072 16 ) common/nodraw -9 39 -90.00 1 0.707031 536870912 2224 0 +surfaceparm detail +( 608 3072 16 ) ( 608 3072 24 ) ( 608 2416 24 ) common/nodraw -10 7 -90.00 1 0.707031 536870912 2224 0 +surfaceparm detail +( 1328 2800 16 ) ( 996 2800 16 ) ( 608 2412 16 ) common/nodraw 30 -46 -135.01 1.001102 0.999721 536870912 2224 0 +surfaceparm detail +( 780 2252 24 ) ( 608 2412 24 ) ( 996 2800 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 1328 2800 24 ) ( 1328 2800 16 ) ( 780 2252 16 ) common/nodraw -11 -33 -90.00 1 -0.709961 536870912 2224 0 +surfaceparm detail +( 896 3072 16 ) ( 904 3064 16 ) ( 900 3068 24 ) common/nodraw -11 -33 -90.00 1 -0.709961 536870912 2224 0 +surfaceparm detail +} +// brush 3775 +{ +( 1156 1912 0 ) ( 1664 2420 0 ) ( 1352 2800 0 ) common/nodraw -9 -5 75.05 1.001179 -0.999166 536870912 2224 0 +surfaceparm detail +( 796 2244 16 ) ( 1352 2800 16 ) ( 1664 2420 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 796 2244 0 ) ( 1352 2800 0 ) ( 1352 2800 16 ) common/nodraw 62 -19 -180.00 0.917725 -1 536870912 2224 0 +surfaceparm detail +( 1664 2420 16 ) ( 1664 2420 0 ) ( 1156 1912 0 ) common/nodraw 30 -19 -180.00 0.899902 -1 536870912 2224 0 +surfaceparm detail +( 1584 2340 0 ) ( 1272 2720 0 ) ( 1428 2530 16 ) common/nodraw 8 -38 -140.77 0.790486 -0.894036 536870912 2224 0 +surfaceparm detail +( 1544 2992 0 ) ( 1892 2648 0 ) ( 1718 2820 16 ) common/nodraw 32 -47 -140.77 0.790486 -0.894036 536870912 2224 0 +surfaceparm detail +} +// brush 3776 +{ +( 1156 1912 0 ) ( 1664 2420 0 ) ( 1352 2800 0 ) common/nodraw -9 -5 75.05 1.001179 -0.999166 536870912 2224 0 +surfaceparm detail +( 796 2244 16 ) ( 1352 2800 16 ) ( 1664 2420 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 796 2244 0 ) ( 1352 2800 0 ) ( 1352 2800 16 ) common/nodraw 62 -19 -180.00 0.917725 -1 536870912 2224 0 +surfaceparm detail +( 1664 2420 16 ) ( 1664 2420 0 ) ( 1156 1912 0 ) common/nodraw 30 -19 -180.00 0.899902 -1 536870912 2224 0 +surfaceparm detail +( 1156 1912 0 ) ( 796 2244 0 ) ( 796 2244 16 ) common/nodraw 32 -47 -140.77 0.790486 -0.894036 536870912 2224 0 +surfaceparm detail +( 1272 2720 0 ) ( 1584 2340 0 ) ( 1428 2530 16 ) common/nodraw 8 -38 -140.77 0.790486 -0.894036 536870912 2224 0 +surfaceparm detail +} +// brush 3777 +{ +( 2400 3148 16 ) ( 2400 3148 0 ) ( 1912 3356 0 ) common/nodraw 54 -1 -150.01 1.000148 -1.000121 536870912 2224 0 +surfaceparm detail +( 2396 5184 0 ) ( 1912 5328 0 ) ( 1912 5016 0 ) common/nodraw -52 10 119.99 1.000161 -1.000161 536870912 2224 0 +surfaceparm detail +( 1912 5328 16 ) ( 2396 5184 16 ) ( 2396 5016 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1912 5016 16 ) ( 1912 5016 0 ) ( 1912 5328 0 ) common/nodraw 40 -20 -180.00 1.295410 -1 536870912 2224 0 +surfaceparm detail +( 2400 3148 0 ) ( 2400 3148 16 ) ( 2400 4320 16 ) common/nodraw 13 -20 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +( 2008 4556 0 ) ( 2028 4556 0 ) ( 2018 4556 16 ) common/nodraw 11 -19 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3778 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 1288.856934 5004.368164 22 1.446490 0.670424 ) ( 1423.127930 4725.463379 -19 1.568443 -0.728419 ) ( 1494.598145 4273.911133 22 1.347047 -1.876515 ) ) +( ( 1183.905762 5007.171875 342 2.014406 0.513783 ) ( 1290.687012 4666.362305 32 1.993577 -0.679769 ) ( 1374.039551 4320.077148 110 1.917570 -1.956056 ) ) +( ( 912.245117 5006.345703 328 2.302509 0.542541 ) ( 1206.019043 4636.053711 332 2.668017 -0.836658 ) ( 1202.449707 4128.196289 104 2.405049 -2.082103 ) ) +) + } + } +// brush 3779 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 1548.902832 3133.152344 42 -26.663986 16.910793 ) ( 1604.482422 3176.848633 141 -27.876465 16.631561 ) ( 1569.044434 3186.503906 266 -29.165184 16.558311 ) ) +( ( 1697.597656 3092.531250 108 -26.441963 16.403494 ) ( 1641.507324 3122.499023 186 -27.631458 16.363178 ) ( 1778.574707 3161.846191 284 -28.945587 15.514788 ) ) +( ( 1818.002930 3032.118652 84 -26.490776 15.297726 ) ( 1871.199707 3046.844727 162 -27.240261 15.354462 ) ( 1922.019531 3075.093750 264 -28.721508 15.293850 ) ) +) + } + } +// brush 3780 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip subdivisions 1000.000000 ) +( +( ( 2061.064453 2924.927734 -10 4.453883 19.446671 ) ( 1818.552734 2795.185059 31 5.972960 19.595631 ) ( 1481.642578 3008.629883 -10 6.422633 19.782608 ) ) +( ( 1991.823242 3053.944336 144 4.492218 19.989477 ) ( 1795.191895 2992.140625 34 5.928135 20.244015 ) ( 1588.342773 3108.904785 144 6.460968 20.325415 ) ) +( ( 1933.458984 3168.243164 166 4.911979 20.524044 ) ( 1783.687500 3186.325684 182 5.860960 20.874033 ) ( 1599.640625 3246.862793 166 6.602688 20.930309 ) ) +) + } + } +// brush 3781 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip subdivisions 1000.000000 ) +( +( ( 2231.817871 3540.713867 -10 4.453883 19.446671 ) ( 2489.704590 3267.126953 31 5.972960 19.595631 ) ( 2061.064453 2924.927734 -10 6.422633 19.782608 ) ) +( ( 2138.133789 3428.182617 144 4.492218 19.989477 ) ( 2292.749512 3243.766602 34 5.928135 20.244015 ) ( 1991.823242 3053.944336 144 6.460968 20.325415 ) ) +( ( 2054.021484 3331.251953 166 4.911979 20.524044 ) ( 2098.563477 3232.262207 182 5.860960 20.874033 ) ( 1933.458984 3168.243164 166 6.602688 20.930309 ) ) +) + } + } +// brush 3782 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip subdivisions 1000.000000 ) +( +( ( 1481.642578 3008.629883 -10 4.453883 19.446671 ) ( 1290.448730 3164.889648 31 5.972960 19.595631 ) ( 1499.233887 3553.842773 -10 6.422633 19.782608 ) ) +( ( 1588.342773 3108.904785 144 4.492218 19.989477 ) ( 1474.646484 3238.430176 34 5.928135 20.244015 ) ( 1599.508301 3447.143066 144 6.460968 20.325415 ) ) +( ( 1599.640625 3246.862793 166 4.911979 20.524044 ) ( 1659.238281 3299.801758 182 5.860960 20.874033 ) ( 1685.466797 3351.844727 166 6.602688 20.930309 ) ) +) + } + } +// brush 3783 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip subdivisions 1000.000000 ) +( +( ( 1499.233887 3553.842773 -10 4.453883 19.446671 ) ( 1711.493652 3745.037109 31 5.972960 19.595631 ) ( 2231.817871 3540.713867 -10 6.422633 19.782608 ) ) +( ( 1599.508301 3447.143066 144 4.492218 19.989477 ) ( 1785.034180 3560.838867 34 5.928135 20.244015 ) ( 2138.133789 3428.182617 144 6.460968 20.325415 ) ) +( ( 1685.466797 3351.844727 166 4.911979 20.524044 ) ( 1846.405762 3376.247559 182 5.860960 20.874033 ) ( 2054.021484 3331.251953 166 6.602688 20.930309 ) ) +) + } + } +// brush 3784 +{ +( 2400 3148 16 ) ( 2400 3148 24 ) ( 2416 3140 24 ) common/nodraw -10 -46 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2412 5180 16 ) ( 2396 5184 16 ) ( 2396 5016 16 ) common/nodraw -1 -62 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2400 3148 24 ) ( 2400 3148 16 ) ( 2400 6080 16 ) central_europe/strtset_cew -194 13 0.00 1 1 0 65536 0 +surfaceparm detail +( 2396 5184 24 ) ( 2412 5180 24 ) ( 2412 5016 24 ) central_europe/strtset_cew -191 193 0.00 1 1 0 65536 0 +surfaceparm detail +( 2416 3140 16 ) ( 2416 3140 24 ) ( 2416 6080 24 ) common/nodraw -13 -2 90.00 0.999999 1 536870912 2224 0 +surfaceparm detail +( 2416 6080 16 ) ( 2416 6080 24 ) ( 2400 6080 24 ) common/nodraw -10 -46 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3785 +{ +( 1882.482422 3426.214844 32.060333 ) ( 1875.279297 3443.457031 116.654114 ) ( 1914.105469 3397.657227 114.036713 ) mohcommon/crackedconcrete -64 172 -90.50 1.029397 0.776970 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1876.186035 3538.801270 209.167603 ) ( 1883.504883 3521.299805 123.275574 ) ( 1908.133301 3494.118164 139.601196 ) mohcommon/crackedconcrete -23 3 -90.45 1.031892 0.773804 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1809.711914 3543.338867 42.914673 ) ( 1823.291016 3510.868164 -116.438553 ) ( 1828.647461 3537.462891 -37.837524 ) mohcommon/crackedconcrete -234 75 -72.37 1.056835 0.738422 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1829.452637 3534.830078 207.659790 ) ( 1841.557129 3545.512207 207.876953 ) ( 1880.631348 3499.423340 205.242065 ) models/items/rubblebase -128 44 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1973.542969 3331.434082 68.171265 ) ( 1914.145508 3390.831543 192.171387 ) ( 1997.727051 3415.016602 130.171387 ) models/items/rubblebase -44 -40 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1892 3612.916016 86 ) ( 1764 3337.681641 8 ) ( 2020 3337.681641 164 ) mohcommon/crackedconcrete -189 -109 32.89 1.035898 -1.024046 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 3786 +{ +( 2051.070313 3109.905273 -13.074020 ) ( 2042.721680 3117.004395 72.863182 ) ( 2101.959961 3112.073242 64.005157 ) general_structure/jh_conc512damg -106 70 -6.00 1.999725 -2.124988 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1985.980957 3185.064453 171.849945 ) ( 1994.457031 3177.864258 84.593941 ) ( 2032.598145 3176.058594 97.000702 ) mohcommon/crackedconcrete -53 -76 -99.04 1.033266 -1.013039 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1918.665039 3141.268555 11.756439 ) ( 1934.391602 3127.910156 -150.127472 ) ( 1927.672852 3150.502930 -70.387283 ) mohcommon/crackedconcrete -137 18 -77.58 1.049845 1.002922 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1950.353027 3160.524414 230.386963 ) ( 1951.376465 3176.636719 230.497772 ) ( 2010.990723 3171.676758 221.582642 ) models/items/rubblebase -144 100 0.00 0.989990 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 2185.534180 3107.275391 9.103088 ) ( 2114.955566 3107.275391 141.204330 ) ( 2150.245117 3183.477539 75.153755 ) models/items/rubblebase -100 -41 0.00 1 1.065323 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1952.108398 3196.362793 93.795425 ) ( 1856.463867 3095.544922 188.310760 ) ( 2047.752930 3095.544922 -0.719902 ) mohcommon/crackedconcrete -90 -110 78.97 1.032016 -0.936704 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 2031.099609 3196.363281 51.305832 ) ( 1986.922363 3096.102539 51.927002 ) ( 2075.276367 3096.102539 50.684669 ) mohcommon/crackedconcrete -210 -53 77.84 1.036188 -1.027952 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 3787 +{ +( 2424 3190 24 ) ( 2424 3190 8 ) ( 2248 3062 8 ) ta_berlin/brln_rubble -102 14 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1736 3382 8 ) ( 2424 3190 8 ) ( 2080 3286 24 ) ta_berlin/brln_rubble -102 14 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1184 6326 8 ) ( 1176 -2122 8 ) ( 1192 -2122 8 ) common/nodraw 6 43 3.00 -1.687500 1.679689 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6280 5750 24 ) ( -1272 5750 24 ) ( -1272 13302 24 ) mohcommon/crackedconcrete -219 9 35.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2248 3062 8 ) ( 1736 3382 8 ) ( 1992 3222 24 ) ta_berlin/brln_rubble -102 14 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2088 3206 8 ) ( 2216 3238 8 ) ( 2152 3222 24 ) ta_berlin/brln_rubble -102 14 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2296 3254 8 ) ( 2312 3126 8 ) ( 2304 3190 24 ) ta_berlin/brln_rubble -212 14 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2152 3078 8 ) ( 2152 3254 8 ) ( 2152 3166 24 ) ta_berlin/brln_rubble -212 14 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 3788 +{ +( 1712 2702 24 ) ( 1712 2702 8 ) ( 1536 2574 8 ) ta_berlin/brln_rubble -158 14 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1024 2894 8 ) ( 1712 2702 8 ) ( 1368 2798 24 ) ta_berlin/brln_rubble -158 14 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 472 5838 8 ) ( 464 -2610 8 ) ( 480 -2610 8 ) common/nodraw 18 32 3.00 -1.687500 1.679689 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 5568 5262 24 ) ( -1984 5262 24 ) ( -1984 12814 24 ) mohcommon/crackedconcrete -124 17 35.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1536 2574 8 ) ( 1024 2894 8 ) ( 1280 2734 24 ) ta_berlin/brln_rubble -158 14 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1376 2718 8 ) ( 1504 2750 8 ) ( 1440 2734 24 ) ta_berlin/brln_rubble -158 14 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1584 2766 8 ) ( 1600 2638 8 ) ( 1592 2702 24 ) ta_berlin/brln_rubble -236 14 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1440 2590 8 ) ( 1440 2766 8 ) ( 1440 2678 24 ) ta_berlin/brln_rubble -236 14 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 3789 +{ +( 632 3974 32 ) ( 632 3974 16 ) ( 456 3846 16 ) ta_berlin/brln_rubble -102 22 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -56 4166 16 ) ( 632 3974 16 ) ( 288 4070 32 ) ta_berlin/brln_rubble -102 22 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -608 7110 16 ) ( -616 -1338 16 ) ( -600 -1338 16 ) common/nodraw 60 53 3.00 -1.687500 1.679689 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 4488 6534 32 ) ( -3064 6534 32 ) ( -3064 14086 32 ) mohcommon/crackedconcrete -225 143 35.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 456 3846 16 ) ( -56 4166 16 ) ( 200 4006 32 ) ta_berlin/brln_rubble -102 22 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 296 3990 16 ) ( 424 4022 16 ) ( 360 4006 32 ) ta_berlin/brln_rubble -102 22 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 504 4038 16 ) ( 520 3910 16 ) ( 512 3974 32 ) ta_berlin/brln_rubble -228 22 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 360 3862 16 ) ( 360 4038 16 ) ( 360 3950 32 ) ta_berlin/brln_rubble -228 22 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 3790 +{ +( 1896 3364 24 ) ( 1896 3364 16 ) ( 1544 3016 16 ) common/nodraw -10 -20 -90.00 1 -0.709961 536870912 2224 0 +surfaceparm detail +( 1544 3016 24 ) ( 1548 3264 24 ) ( 1720 3436 24 ) mohcommon/crackedconcrete -208 68 0.00 1 1 0 65536 0 +surfaceparm detail +( 1892 3364 16 ) ( 1720 3436 16 ) ( 1548 3264 16 ) common/nodraw 47 -46 -135.01 1.001102 0.999721 536870912 2224 0 +surfaceparm detail +( 1548 3264 24 ) ( 1548 3264 16 ) ( 1720 3436 16 ) common/nodraw -10 22 -90.00 1 0.707031 536870912 2224 0 +surfaceparm detail +( 1544 3016 16 ) ( 1548 3264 16 ) ( 1548 3264 24 ) common/nodraw -10 22 -90.00 1 0.707031 536870912 2224 0 +surfaceparm detail +( 1896 3364 16 ) ( 1896 3364 24 ) ( 1720 3436 24 ) common/nodraw -9 55 -90.00 1 0.707031 536870912 2224 0 +surfaceparm detail +} +// brush 3791 +{ +( 2396 3152 0 ) ( 1912 3356 0 ) ( 1548 2992 0 ) common/nodraw -41 -57 75.05 1.001179 -0.999166 536870912 2224 0 +surfaceparm detail +( 1896 2648 16 ) ( 1548 2992 16 ) ( 1912 3356 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1544 2992 16 ) ( 1544 2992 0 ) ( 1912 3356 0 ) common/nodraw 54 -18 -180.00 0.917725 -1 536870912 2224 0 +surfaceparm detail +( 2400 3148 16 ) ( 2400 3148 0 ) ( 1892 2648 0 ) common/nodraw 14 -19 -180.00 0.899902 -1 536870912 2224 0 +surfaceparm detail +( 2400 3148 0 ) ( 2400 3148 16 ) ( 1912 3356 16 ) common/nodraw 22 -58 -140.77 0.790486 -0.894036 536870912 2224 0 +surfaceparm detail +( 1544 2992 0 ) ( 1544 2992 16 ) ( 1892 2648 16 ) common/nodraw 22 -58 -140.77 0.790486 -0.894036 536870912 2224 0 +surfaceparm detail +} +// brush 3792 +{ +( 268 4272 0 ) ( 268 4272 16 ) ( 108 3884 16 ) common/nodraw 28 -19 -180.00 0.899414 -1 536870912 2224 0 +surfaceparm detail +( 268 4272 16 ) ( 268 4272 0 ) ( 1544 2992 0 ) common/nodraw 28 -19 -180.00 0.899414 -1 536870912 2224 0 +surfaceparm detail +( 1272 2720 0 ) ( -60 4052 0 ) ( -60 4052 16 ) common/nodraw 48 -19 -180.00 0.917236 -1 536870912 2224 0 +surfaceparm detail +( 1272 2720 16 ) ( -60 4052 16 ) ( 100 4440 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1544 2992 0 ) ( 100 4440 0 ) ( -60 4052 0 ) common/nodraw -55 26 165.04 1.001242 -0.999638 536870912 2224 0 +surfaceparm detail +( 1552 3000 16 ) ( 1552 3000 0 ) ( 1280 2728 0 ) common/nodraw 41 -50 -140.77 0.790512 -0.893814 536870912 2224 0 +surfaceparm detail +} +// brush 3793 +{ +( 1544 2992 24 ) ( 1544 2992 16 ) ( 1544 3016 16 ) common/nodraw -10 35 90.00 1 -0.708496 536870912 2224 0 +surfaceparm detail +( 1896 3364 16 ) ( 1896 3364 24 ) ( 1544 3016 24 ) common/nodraw -9 38 90.00 1 -0.708496 536870912 2224 0 +surfaceparm detail +( 1544 3016 24 ) ( 1892 3364 24 ) ( 1908 3356 24 ) central_europe/strtset_cew -96 -201 135.04 1.001965 0.997304 0 65536 0 +surfaceparm detail +( 1912 3356 24 ) ( 1912 3356 16 ) ( 1544 2992 16 ) central_europe/strtset_cew 133 12 -180.00 0.706299 -1 0 65536 0 +surfaceparm detail +( 1908 3356 16 ) ( 1892 3364 16 ) ( 1544 3016 16 ) common/nodraw 7 -47 -135.07 0.999376 1.001448 536870912 2224 0 +surfaceparm detail +( 1896 3364 24 ) ( 1896 3364 16 ) ( 1912 3356 16 ) common/nodraw 5 -61 90.00 1 0.707031 536870912 2224 0 +surfaceparm detail +} +// brush 3794 +{ +( 1589.741699 3255.170898 16.060333 ) ( 1571.222656 3252.675293 100.654114 ) ( 1625.511719 3278.325195 98.036713 ) mohcommon/crackedconcrete -206 -73 -90.68 1.029430 -0.922194 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1479.362305 3278.228516 193.167603 ) ( 1498.161133 3280.768555 107.275574 ) ( 1530.791016 3297.522461 123.601196 ) mohcommon/crackedconcrete -165 -31 -90.79 1.031958 -0.918350 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1457.773926 3215.193359 26.914673 ) ( 1492.652832 3219.906250 -132.438553 ) ( 1468.351074 3231.963379 -53.837524 ) mohcommon/crackedconcrete -9 185 -72.89 1.053847 0.883725 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1471.102539 3232.059570 191.659790 ) ( 1463.917480 3246.516113 191.876953 ) ( 1518.548828 3272.330078 189.242065 ) models/items/rubblebase -8 19 74.97 0.999781 1.000017 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1704.860840 3318.596680 52.171265 ) ( 1632.114258 3276.597168 176.171387 ) ( 1630.386230 3363.590332 114.171387 ) models/items/rubblebase -18 -56 0.00 1.224121 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1411.865234 3312.685547 70 ) ( 1644.593262 3117.811035 -8 ) ( 1710.850586 3365.088379 148 ) mohcommon/crackedconcrete -145 53 107.85 1.035437 -1.023542 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 3795 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 1028.713867 4058.514648 -54 1.446490 0.670424 ) ( 826.256348 4365.619629 -19 1.568443 -0.728419 ) ( 817.039063 5004.660156 22 1.347047 -1.876515 ) ) +( ( 1148.744629 4115.485840 22 2.014406 0.513783 ) ( 946.469238 4446.552246 32 1.993577 -0.679769 ) ( 873.198730 5013.237793 110 1.917570 -1.956056 ) ) +( ( 1202.449707 4128.196289 104 2.302509 0.542541 ) ( 1206.019043 4635.702637 332 2.668017 -0.836658 ) ( 912.245117 5006.345703 328 2.405049 -2.082103 ) ) +) + } + } +// brush 3796 +{ +( 2400 6696 16 ) ( 2400 6696 0 ) ( 2400 5808 0 ) common/nodraw -14 43 0.00 1.295410 1 536870912 2224 0 +surfaceparm detail +( 1912 6696 0 ) ( 2400 6696 0 ) ( 2400 6696 16 ) common/nodraw -49 -51 -60.03 0.999917 -1.000250 536870912 2224 0 +surfaceparm detail +( 1912 5328 16 ) ( 1912 5328 0 ) ( 1912 5808 0 ) common/nodraw -6 -38 -43.00 1.000198 -1.001402 536870912 2224 0 +surfaceparm detail +( 2400 5808 0 ) ( 1912 5808 0 ) ( 1912 5328 0 ) common/nodraw 55 -5 -43.00 1.000198 -1.001402 536870912 2224 0 +surfaceparm detail +( 2400 5324 16 ) ( 1912 5328 16 ) ( 1912 5808 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2560 4556 0 ) ( 2528 4556 0 ) ( 2544 4556 16 ) mohcommon/crackedconcrete -40 -8 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3797 +{ +( -3328 3824 128 ) ( -3980 3072 128 ) ( -4444 3576 128 ) common/nodraw -29 7 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -3968 3088 128 ) ( -3968 3088 -384 ) ( -4448 3568 -384 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -3736 4280 -384 ) ( -3736 4280 128 ) ( -4448 3568 128 ) ta_berlin/archway1trim_shot 91 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3688 3768 0 ) ( -3688 3768 512 ) ( -4168 4248 512 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3640 3800 512 ) ( -3640 3800 0 ) ( -4352 3088 0 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -4364 3072 0 ) ( -3712 3824 0 ) ( -4120 4284 0 ) common/nodraw -29 7 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 3798 +{ +( -4368 3072 792 ) ( -3712 3824 792 ) ( -4120 4284 792 ) common/nodraw -48 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3712 3824 872 ) ( -4368 3072 872 ) ( -4828 3576 872 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4352 3088 872 ) ( -4352 3088 792 ) ( -4832 3568 792 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -4120 4280 792 ) ( -4120 4280 872 ) ( -4832 3568 872 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3640 3800 792 ) ( -3640 3800 872 ) ( -4120 4280 872 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3640 3800 872 ) ( -3640 3800 792 ) ( -4352 3088 792 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +} +// brush 3799 +{ +( -3656 3812 792 ) ( -3672 3796 792 ) ( -4136 4308 792 ) common/nodraw -48 20 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3672 3796 704 ) ( -3656 3812 704 ) ( -4120 4324 704 ) ta_berlin/archway1trim_shot 78 170 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3640 3800 792 ) ( -3640 3800 704 ) ( -4120 4280 704 ) common/nodraw -20 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4120 4312 704 ) ( -4120 4312 792 ) ( -4120 4280 792 ) common/nodraw -20 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3608 3800 704 ) ( -3608 3800 792 ) ( -4120 4312 792 ) ta_berlin/archway1trim_shot 233 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3608 3800 792 ) ( -3608 3800 704 ) ( -3640 3800 704 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3800 +{ +( -4864 3572 792 ) ( -4120 4316 792 ) ( -4120 4284 792 ) common/nodraw -48 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4120 4284 704 ) ( -4120 4316 704 ) ( -4864 3572 704 ) ta_berlin/archway1trim_shot 229 -179 -90.00 1.875000 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -4120 4280 792 ) ( -4120 4280 704 ) ( -4832 3568 704 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4832 3568 792 ) ( -4832 3568 704 ) ( -4864 3568 704 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4120 4312 704 ) ( -4120 4312 792 ) ( -4864 3568 792 ) ta_berlin/archway1trim_shot -1 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -4120 4312 792 ) ( -4120 4312 704 ) ( -4120 4280 704 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3801 +{ +( -3640 3800 704 ) ( -3640 3800 512 ) ( -4352 3088 512 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -3640 3800 512 ) ( -3640 3800 704 ) ( -4120 4280 704 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -4120 4280 512 ) ( -4120 4280 704 ) ( -4832 3568 704 ) ta_berlin/archway1trim_shot 91 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -4352 3088 704 ) ( -4352 3088 512 ) ( -4832 3568 512 ) ta_berlin/archway1trim_shot 228 0 0.00 -1.875000 2 0 65536 0 +surfaceparm detail +( -4120 4284 512 ) ( -4828 3576 512 ) ( -4364 3072 512 ) common/nodraw -29 7 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +( -4364 3072 704 ) ( -4828 3576 704 ) ( -4120 4284 704 ) common/nodraw -29 7 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 3802 +{ +( -4352 3056 792 ) ( -4352 3056 704 ) ( -4352 3088 704 ) common/nodraw -8 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3608 3800 792 ) ( -3608 3800 704 ) ( -4352 3056 704 ) ta_berlin/archway1trim_shot -117 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( -3656 3800 792 ) ( -3656 3800 704 ) ( -3624 3800 704 ) common/nodraw 32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3640 3800 704 ) ( -3640 3800 792 ) ( -4352 3088 792 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3680 3832 704 ) ( -3712 3824 704 ) ( -4364 3068 704 ) ta_berlin/archway1trim_shot -105 187 90.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -4364 3068 792 ) ( -3712 3824 792 ) ( -3680 3832 792 ) common/nodraw -8 -31 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3803 +{ +( -4856 3556 792 ) ( -4840 3572 792 ) ( -4376 3060 792 ) common/nodraw -48 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4840 3572 704 ) ( -4856 3556 704 ) ( -4392 3044 704 ) ta_berlin/archway1trim_shot -246 -186 0.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -4352 3088 704 ) ( -4352 3088 792 ) ( -4832 3568 792 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4352 3056 704 ) ( -4352 3056 792 ) ( -4352 3088 792 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4352 3056 792 ) ( -4352 3056 704 ) ( -4864 3568 704 ) ta_berlin/archway1trim_shot -117 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( -4832 3568 704 ) ( -4832 3568 800 ) ( -4864 3568 800 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3804 +{ +( -3359.902344 4912.264160 704 ) ( -3569.206055 4702.960449 704 ) ( -3473.039551 4606.793945 704 ) ta_berlin/archway1trim_shot 37 220 -135.01 1.874972 -1.999873 0 65536 0 +surfaceparm detail +( -3450.412109 4629.421387 792 ) ( -3546.578613 4725.587891 792 ) ( -3337.275391 4934.891602 792 ) common/nodraw 6 45 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3928 4120 704 ) ( -3928 4120 792 ) ( -3336 4712 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4056 4248 792 ) ( -4056 4248 704 ) ( -3464 4840 704 ) ta_berlin/archway1trim_shot 0 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3928 4120 792 ) ( -3928 4120 704 ) ( -4056 4248 704 ) ta_berlin/archway1trim_shot 27 0 -180.00 1.325470 -2 0 65536 0 +surfaceparm detail +( -3464 4840 704 ) ( -3456 4832 704 ) ( -3460 4836 792 ) ta_berlin/archway1trim_shot 27 0 -180.00 1.325470 -2 0 65536 0 +surfaceparm detail +} +// brush 3805 +{ +( -4055.263672 4216.900391 608 ) ( -4055.263672 4216.900391 704 ) ( -3959.098145 4120.734375 704 ) common/caulk -17 -8 0.00 0.707275 1 0 65696 0 +surfaceparm detail +( -4007.263184 4264.900391 704 ) ( -4007.263184 4264.900391 608 ) ( -3432.083008 4840.083008 608 ) ta_berlin/archway1trim_shot 27 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3911.097656 4168.734375 608 ) ( -3911.097656 4168.734375 704 ) ( -3335.916504 4743.916504 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4007.263672 4264.900391 704 ) ( -3432.083496 4840.083496 704 ) ( -3335.916992 4743.916992 704 ) common/caulk -39 3 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -3432.083496 4840.083496 608 ) ( -4007.263672 4264.900391 608 ) ( -3911.098145 4168.734375 608 ) common/caulk -39 3 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -3432.083496 4840.083496 704 ) ( -3432.083496 4840.083496 608 ) ( -3335.916992 4743.916992 608 ) common/caulk -5 -28 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +} +// brush 3806 +{ +( -4055.263672 4216.900391 360 ) ( -4055.263672 4216.900391 608 ) ( -3959.098145 4120.734375 608 ) common/caulk -17 -8 0.00 0.707275 1 0 65696 0 +surfaceparm detail +( -4007.263184 4264.900391 608 ) ( -4007.263184 4264.900391 360 ) ( -3432.083008 4840.083008 360 ) ta_berlin/archway1trim_shot 27 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3911.097656 4168.734375 360 ) ( -3911.097656 4168.734375 608 ) ( -3335.916504 4743.916504 608 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4007.263672 4264.900391 608 ) ( -3432.083496 4840.083496 608 ) ( -3335.916992 4743.916992 608 ) common/caulk -39 3 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -3432.083496 4840.083496 360 ) ( -4007.263672 4264.900391 360 ) ( -3911.098145 4168.734375 360 ) common/caulk -39 3 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -3432.083496 4840.083496 608 ) ( -3432.083496 4840.083496 360 ) ( -3335.916992 4743.916992 360 ) common/caulk -5 -28 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +} +// brush 3807 +{ +( -3931.263672 4332.900391 0 ) ( -3931.263672 4332.900391 360 ) ( -3835.098145 4236.734375 360 ) ta_berlin/archway1_shot 71 0 -180.00 3.109375 -2.750000 0 65536 0 +surfaceparm detail +( -4007.263184 4264.900391 360 ) ( -4007.263184 4264.900391 0 ) ( -3432.083008 4840.083008 0 ) ta_berlin/archway1trim_shot 27 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3911.097656 4168.734375 0 ) ( -3911.097656 4168.734375 360 ) ( -3335.916504 4743.916504 360 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3432.083496 4840.083496 0 ) ( -4007.263672 4264.900391 0 ) ( -3911.098145 4168.734375 0 ) common/caulk -39 3 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -4007.263672 4264.900391 360 ) ( -3432.083496 4840.083496 360 ) ( -3335.916992 4743.916992 360 ) common/caulk -39 3 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -3432.083496 4840.083496 360 ) ( -3432.083496 4840.083496 0 ) ( -3335.916992 4743.916992 0 ) common/caulk -5 -28 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +} +// brush 3808 +{ +( -3359.902344 4912.264160 792 ) ( -3569.206055 4702.960449 792 ) ( -3473.039551 4606.793945 792 ) common/caulk -57 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -3450.412109 4629.421387 880 ) ( -3546.578613 4725.587891 880 ) ( -3337.275391 4934.891602 880 ) common/caulk -57 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -3952 4112 792 ) ( -3952 4112 880 ) ( -3328 4736 880 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4064 4224 880 ) ( -4064 4224 792 ) ( -3440 4848 792 ) ta_berlin/archway1trim_shot 91 -209 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3952 4112 880 ) ( -3952 4112 792 ) ( -4064 4224 792 ) ta_berlin/archway1trim_shot 27 -209 -180.00 1.325500 -2 0 65536 0 +surfaceparm detail +( -3440 4848 792 ) ( -3424 4832 792 ) ( -3432 4840 880 ) ta_berlin/archway1trim_shot 27 -209 -180.00 1.325500 -2 0 65536 0 +surfaceparm detail +} +// brush 3809 +{ +( -4140 1724 16 ) ( -4140 1724 24 ) ( -5004 2588 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4671.256836 2136.215820 16 ) ( -4742.598145 2071.979004 16 ) ( -4464.240234 1762.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3764.743164 842.491211 24 ) ( -4823.461426 2042.229004 24 ) ( -3740.962402 863.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -4278 1574 24 ) ( -4278 1574 16 ) ( -5142 2438 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4428 1860 16 ) ( -4420 1868 16 ) ( -4424 1864 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4226 1758 16 ) ( -4234 1750 16 ) ( -4230 1754 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3810 +{ +( -4387.275391 2761.774414 0 ) ( -4800.225586 3174.724609 0 ) ( -5088.724609 2886.225586 0 ) common/nodraw -18 40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5144.724609 2878.225586 16 ) ( -4856.225586 3166.724609 16 ) ( -4443.275391 2753.774414 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5528 3048 0 ) ( -5528 3048 16 ) ( -4792 2312 16 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4930 3342 16 ) ( -4930 3342 0 ) ( -5250 3022 0 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5076 3508 16 ) ( -5076 3508 0 ) ( -4340 2772 0 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5712 3334 0 ) ( -5712 3338 0 ) ( -5712 3336 16 ) common/nodraw -40 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 3568 0 ) ( -5686 3568 0 ) ( -5691 3568 16 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 3811 +{ +( -4293.275391 2663.774414 0 ) ( -4706.225586 3076.724609 0 ) ( -4994.724609 2788.225586 0 ) common/nodraw -48 6 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5050.724609 2780.225586 16 ) ( -4762.225586 3068.724609 16 ) ( -4349.275391 2655.774414 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5300 3043 0 ) ( -5300 3043 16 ) ( -4564 2307 16 ) common/nodraw -6 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4836 3244 16 ) ( -4836 3244 0 ) ( -5156 2924 0 ) common/nodraw -6 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4980 3412 16 ) ( -4980 3412 0 ) ( -4244 2676 0 ) common/nodraw -6 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4994 3278 0 ) ( -4994 3278 16 ) ( -5314 2958 16 ) common/nodraw -6 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3812 +{ +( -500 1888 16 ) ( -820 1116 16 ) ( -660 1502 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1828 1196 24 ) ( -1828 1292 24 ) ( -1652 1116 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -1828 1292 16 ) ( -1828 1196 16 ) ( -1652 1020 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1586 1122 16 ) ( -1592 1122 16 ) ( -1589 1122 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1828 1292 16 ) ( -268 1292 16 ) ( -268 1292 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1288 16 ) ( -1606 1292 16 ) ( -1606 1290 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3813 +{ +( -1812 1292 16 ) ( -1812 1292 32 ) ( -1876 1292 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2139.256836 1490.215820 16 ) ( -2210.598145 1425.979004 16 ) ( -1932.240479 1116.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1232.742920 196.491211 24 ) ( -2291.461426 1396.229004 24 ) ( -1208.962402 217.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -1816 868 32 ) ( -1816 868 16 ) ( -1880 868 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1150 32 ) ( -1606 1150 16 ) ( -1606 958 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1828 1198 16 ) ( -1828 1200 16 ) ( -1828 1199 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3814 +{ +( -1808 1200 16 ) ( -1808 1200 32 ) ( -1872 1200 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2139.256836 1490.215820 16 ) ( -2210.598145 1425.979004 16 ) ( -1932.240479 1116.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1232.742920 196.491211 24 ) ( -2291.461426 1396.229004 24 ) ( -1208.962402 217.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -1816 868 32 ) ( -1816 868 16 ) ( -1880 868 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 1186 16 ) ( -2222 1190 16 ) ( -2222 1188 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1828 1200 16 ) ( -1828 1198 16 ) ( -1828 1199 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3815 +{ +( -2256 1200 16 ) ( -2256 1200 32 ) ( -2320 1200 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2587.256836 1490.215820 16 ) ( -2658.598145 1425.979004 16 ) ( -2380.240479 1116.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1680.742920 196.491211 24 ) ( -2739.461426 1396.229004 24 ) ( -1656.962402 217.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -2272 946 32 ) ( -2272 946 16 ) ( -2336 946 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 1168 32 ) ( -2222 1168 16 ) ( -2222 976 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 1186 16 ) ( -2670 1190 16 ) ( -2670 1188 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3816 +{ +( -2686 1200 16 ) ( -2686 1200 32 ) ( -2750 1200 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3017.256836 1490.215820 16 ) ( -3088.598145 1425.979004 16 ) ( -2810.240479 1116.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2110.742920 196.491211 24 ) ( -3169.461426 1396.229004 24 ) ( -2086.962402 217.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -2702 866 32 ) ( -2702 866 16 ) ( -2766 866 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 1168 32 ) ( -2670 1168 16 ) ( -2670 976 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1194 16 ) ( -3230 1198 16 ) ( -3230 1196 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3817 +{ +( -3435.256836 1490.215820 16 ) ( -3506.598145 1425.979004 16 ) ( -3228.240234 1116.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2528.742920 196.491211 24 ) ( -3587.461426 1396.229004 24 ) ( -2504.962402 217.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -3108 1000 32 ) ( -3108 1000 16 ) ( -3172 1000 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3616 1200 16 ) ( -3616 1196 16 ) ( -3616 1198 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3622 1206 16 ) ( -3616 1200 16 ) ( -3619 1203 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3736 1312 16 ) ( -3732 1316 16 ) ( -3734 1314 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3818 +{ +( -3236 1000 16 ) ( -3236 1000 32 ) ( -3300 1000 32 ) common/nodraw -62 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3567.256836 1170.215820 16 ) ( -3638.598145 1105.979004 16 ) ( -3360.240234 796.829590 16 ) common/nodraw -62 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2660.742920 -123.508789 24 ) ( -3719.461426 1076.229004 24 ) ( -2636.962402 -102.096191 24 ) misc_outside/concpath1_wgrass 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3830 886 16 ) ( -3830 882 16 ) ( -3830 884 24 ) common/nodraw -14 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4034 986 16 ) ( -4048 1000 16 ) ( -4041 993 24 ) common/nodraw -14 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3819 +{ +( -3104 1200 16 ) ( -3104 1200 32 ) ( -3168 1200 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3435.256836 1490.215820 16 ) ( -3506.598145 1425.979004 16 ) ( -3228.240234 1116.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2528.742920 196.491211 24 ) ( -3587.461426 1396.229004 24 ) ( -2504.962402 217.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -3108 1000 32 ) ( -3108 1000 16 ) ( -3172 1000 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 1172 32 ) ( -3230 1172 16 ) ( -3230 980 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3616 1196 16 ) ( -3616 1200 16 ) ( -3616 1198 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3820 +{ +( -4352 1936 24 ) ( -4352 1936 16 ) ( -4352 1968 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3600 1184 24 ) ( -3600 1184 16 ) ( -4352 1936 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3708 1212 24 ) ( -3716 1196 24 ) ( -4356 1904 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3600 1216 16 ) ( -3600 1216 24 ) ( -4352 1968 24 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4352 1928 16 ) ( -4356 1904 16 ) ( -3716 1196 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3600 1216 16 ) ( -3606 1210 16 ) ( -3603 1213 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3821 +{ +( -922 1216 16 ) ( -3590 1216 16 ) ( -3598 1200 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1828 1200 24 ) ( -1828 1200 16 ) ( -3614 1200 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -930 1200 24 ) ( -3598 1200 24 ) ( -3590 1216 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3590 1216 24 ) ( -3590 1216 16 ) ( -922 1216 16 ) central_europe/strtset_cew -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3616 1200 24 ) ( -3616 1200 16 ) ( -3600 1216 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1828 1200 16 ) ( -1828 1200 24 ) ( -1852 1216 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3822 +{ +( -3988 1572 16 ) ( -3988 1572 24 ) ( -4852 2436 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4519.256836 1984.215820 16 ) ( -4590.598145 1919.979004 16 ) ( -4312.240234 1610.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3612.743164 690.491211 24 ) ( -4671.461426 1890.229004 24 ) ( -3588.962402 711.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -4118 1442 24 ) ( -4118 1442 16 ) ( -4982 2306 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4276 1708 16 ) ( -4268 1716 16 ) ( -4272 1712 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3758 1290 16 ) ( -3766 1282 16 ) ( -3762 1286 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3823 +{ +( -4452 1940 16 ) ( -4452 1940 24 ) ( -5316 2804 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4943.256836 2408.215820 16 ) ( -5014.598145 2343.979004 16 ) ( -4736.240234 2034.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4036.743164 1114.491211 24 ) ( -5095.461426 2314.229004 24 ) ( -4012.962402 1135.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -4550 1846 24 ) ( -4550 1846 16 ) ( -5414 2710 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4692 2124 16 ) ( -4684 2132 16 ) ( -4688 2128 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4394 1894 16 ) ( -4402 1886 16 ) ( -4398 1890 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3824 +{ +( -2724 1870 16 ) ( -2724 1870 32 ) ( -2788 1870 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3055.256836 2160.215820 16 ) ( -3126.598145 2095.979004 16 ) ( -2848.240479 1786.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2148.742920 866.491211 24 ) ( -3207.461426 2066.229004 24 ) ( -2124.962402 887.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -2720 1712 32 ) ( -2720 1712 16 ) ( -2784 1712 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2802 1904 16 ) ( -2802 1904 32 ) ( -2802 1712 32 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2178 1888 32 ) ( -2178 1888 16 ) ( -2178 1696 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3825 +{ +( -3459.256836 2164.215820 16 ) ( -3530.598145 2099.979004 16 ) ( -3252.240234 1790.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2552.742920 870.491211 24 ) ( -3611.461426 2070.229004 24 ) ( -2528.962402 891.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -3100 1564 24 ) ( -3100 1564 16 ) ( -3964 2428 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3216 1888 16 ) ( -3208 1896 16 ) ( -3212 1892 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2832 2272 16 ) ( -2808 2272 16 ) ( -2820 2272 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2802 2272 16 ) ( -2802 2264 16 ) ( -2802 2268 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3240 1712 16 ) ( -3248 1712 16 ) ( -3244 1712 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3826 +{ +( -3368 1936 16 ) ( -3368 1936 24 ) ( -4232 2800 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3787.256836 2492.215820 16 ) ( -3858.598145 2427.979004 16 ) ( -3580.240234 2118.829590 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2880.742920 1198.491211 24 ) ( -3939.461426 2398.229004 24 ) ( -2856.962402 1219.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -3428 1892 24 ) ( -3428 1892 16 ) ( -4292 2756 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3544 2220 16 ) ( -3536 2228 16 ) ( -3540 2224 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3192 1912 16 ) ( -3200 1904 16 ) ( -3196 1908 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3827 +{ +( -3640 2340 16 ) ( -3640 2340 24 ) ( -4504 3204 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4119.256836 2824.215820 16 ) ( -4190.598145 2759.979004 16 ) ( -3912.240234 2450.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3212.742920 1530.491211 24 ) ( -4271.461426 2730.229004 24 ) ( -3188.962402 1551.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -3760 2224 24 ) ( -3760 2224 16 ) ( -4624 3088 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3876 2548 16 ) ( -3868 2556 16 ) ( -3872 2552 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3520 2244 16 ) ( -3528 2236 16 ) ( -3524 2240 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3828 +{ +( -3828 2468 16 ) ( -3828 2468 24 ) ( -4692 3332 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4287.256836 2992.215820 16 ) ( -4358.598145 2927.979004 16 ) ( -4080.240234 2618.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3380.743164 1698.491211 24 ) ( -4439.461426 2898.229004 24 ) ( -3356.962402 1719.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -3928 2392 24 ) ( -3928 2392 16 ) ( -4792 3256 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4400 3040 16 ) ( -4376 3064 16 ) ( -4388 3052 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4036 2724 16 ) ( -4044 2716 16 ) ( -4040 2720 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3829 +{ +( -3796 2524 16 ) ( -3796 2524 24 ) ( -4660 3388 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4287.256836 2992.215820 16 ) ( -4358.598145 2927.979004 16 ) ( -4080.240234 2618.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3380.743164 1698.491211 24 ) ( -4439.461426 2898.229004 24 ) ( -3356.962402 1719.903809 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -3928 2392 24 ) ( -3928 2392 16 ) ( -4792 3256 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4044 2716 16 ) ( -4036 2724 16 ) ( -4040 2720 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3844 2580 16 ) ( -3852 2572 16 ) ( -3848 2576 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3830 +{ +( -4642 3438 16 ) ( -4642 3438 24 ) ( -4778 3302 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3792 2528 16 ) ( -3792 2528 24 ) ( -4656 3392 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4287.256836 2992.215820 16 ) ( -4358.598145 2927.979004 16 ) ( -4080.240234 2618.829590 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3380.743164 1698.491211 24 ) ( -4439.461426 2898.229004 24 ) ( -3356.962402 1719.903809 24 ) misc_outside/concpath1_wgrass -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3928 2392 24 ) ( -3928 2392 16 ) ( -4792 3256 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4376 3064 16 ) ( -4400 3040 16 ) ( -4388 3052 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3831 +{ +( -3260 1700 16 ) ( -3260 1700 24 ) ( -3244 1716 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3932 2388 16 ) ( -3336 1724 16 ) ( -3324 1736 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3412 1876 16 ) ( -3412 1876 24 ) ( -4040 2504 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3324 1736 24 ) ( -3336 1724 24 ) ( -3932 2388 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3316 1748 24 ) ( -3316 1748 16 ) ( -3944 2376 16 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3928 2392 16 ) ( -3928 2392 24 ) ( -3944 2376 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3832 +{ +( -2201.275146 1285.774414 0 ) ( -2614.225586 1698.724609 0 ) ( -2902.724854 1410.225586 0 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2958.724854 1402.225586 16 ) ( -2670.225586 1690.724609 16 ) ( -2257.275146 1277.774414 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3264 1424 16 ) ( -3264 1424 0 ) ( -3264 1552 0 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2944 1216 16 ) ( -2944 1216 0 ) ( -3072 1216 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1852 1424 0 ) ( -1852 1424 16 ) ( -1852 1552 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3060 1696 16 ) ( -3060 1696 0 ) ( -2932 1696 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3833 +{ +( -4660 2156 16 ) ( -4660 2156 24 ) ( -4644 2172 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5284 2796 16 ) ( -4688 2132 16 ) ( -4676 2144 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4652 2172 16 ) ( -4652 2172 24 ) ( -5280 2800 24 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4676 2144 24 ) ( -4688 2132 24 ) ( -5284 2796 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4668 2156 24 ) ( -4668 2156 16 ) ( -5296 2784 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5280 2800 16 ) ( -5280 2800 24 ) ( -5296 2784 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3834 +{ +( -4085.275391 2353.774414 0 ) ( -4498.225586 2766.724609 0 ) ( -4786.724609 2478.225586 0 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -4842.724609 2470.225586 16 ) ( -4554.225586 2758.724609 16 ) ( -4141.275391 2345.774414 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 2680 0 ) ( -5160 2680 16 ) ( -4424 1944 16 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -4040 2280 16 ) ( -4040 2280 0 ) ( -4360 1960 0 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -4736 3168 16 ) ( -4736 3168 0 ) ( -4000 2432 0 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +( -4938 3142 0 ) ( -4938 3142 16 ) ( -5258 2822 16 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 3835 +{ +( -5720 5376 544 ) ( -5720 5376 560 ) ( -5720 5372 552 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5168 5372 168 ) ( -5176 5372 168 ) ( -5172 5372 192 ) common/nodraw -32 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5152 5296 168 ) ( -6736 5300 168 ) ( -6736 5292 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6736 5316 192 ) ( -5152 5308 192 ) ( -6736 5300 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6736 5376 568 ) ( -6736 5376 0 ) ( -5152 5376 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5332 5388 202 ) ( -5332 5392 198 ) ( -5332 5388 194 ) ta_berlin/berlin_column 5 -172 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3836 +{ +( -5176 5376 556 ) ( -5176 5376 544 ) ( -5176 5372 550 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5168 5372 168 ) ( -5176 5372 168 ) ( -5172 5372 192 ) common/nodraw -32 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5152 5296 168 ) ( -6736 5300 168 ) ( -6736 5292 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6736 5316 192 ) ( -5152 5308 192 ) ( -6736 5300 192 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -6816 5376 568 ) ( -6816 5376 0 ) ( -5232 5376 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5332 5376 190 ) ( -5332 5372 194 ) ( -5332 5372 186 ) ta_berlin/berlin_column 5 -172 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3837 +{ +( -4808 5412 360 ) ( -5616 5412 360 ) ( -5616 4396 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5624 4396 384 ) ( -5624 5412 384 ) ( -4816 5412 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5976 4404 376 ) ( -5976 5420 376 ) ( -5976 5420 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -4816 5284 376 ) ( -5624 5284 376 ) ( -5624 5284 368 ) mohcommon/crackedconcrete -168 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 5408 376 ) ( -5984 4392 376 ) ( -5984 4392 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -6164 5100 360 ) ( -6184 5100 360 ) ( -6174 5100 384 ) mohcommon/crackedconcrete -236 112 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3838 +{ +( -4808 5412 360 ) ( -5616 5412 360 ) ( -5616 4396 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5624 4396 384 ) ( -5624 5412 384 ) ( -4816 5412 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5596 4884 376 ) ( -4788 4884 376 ) ( -4788 4884 368 ) mohcommon/crackedconcrete -168 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4404 376 ) ( -5976 5420 376 ) ( -5976 5420 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 5408 376 ) ( -6248 4392 376 ) ( -6248 4392 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -6184 5100 360 ) ( -6164 5100 360 ) ( -6174 5100 384 ) mohcommon/crackedconcrete -236 112 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3839 +{ +( -5720 2804 -16 ) ( -5720 4388 -16 ) ( -6424 4388 -16 ) common/caulk -32 -12 0.00 1 -1 0 65696 0 +surfaceparm detail +( -5712 4404 -24 ) ( -5712 2820 -24 ) ( -5712 2820 544 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5792 2804 16 ) ( -5780 4388 16 ) ( -5768 2804 16 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5736 4056 40 ) ( -5736 4052 -24 ) ( -5736 4060 -24 ) common/caulk 12 -21 -180.00 1 1 0 65696 0 +surfaceparm detail +( -5716 4004 40 ) ( -5720 4004 -24 ) ( -5712 4004 -24 ) common/caulk -32 -24 0.00 1 -1 0 65696 0 +surfaceparm detail +( -5716 3876 40 ) ( -5712 3876 -24 ) ( -5720 3876 -24 ) common/caulk -32 -24 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 3840 +{ +( -5560 6396 0 ) ( -6264 6396 0 ) ( -6264 4812 0 ) common/caulk -48 59 0.00 1 1 0 65696 0 +surfaceparm detail +( -6272 4828 568 ) ( -6272 4828 0 ) ( -6272 6412 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6216 4812 64 ) ( -6204 6396 64 ) ( -6192 4812 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 6068 0 ) ( -6256 6060 0 ) ( -6256 6064 64 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6272 5388 0 ) ( -6256 5372 0 ) ( -6264 5380 64 ) common/caulk -52 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -6256 4828 0 ) ( -6272 4844 0 ) ( -6264 4836 64 ) common/caulk -52 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 3841 +{ +( -4992 4132 0 ) ( -4992 4836 0 ) ( -6576 4836 0 ) common/caulk 60 62 -90.00 1 1 0 65696 0 +surfaceparm detail +( -6560 4844 568 ) ( -6560 4844 0 ) ( -4976 4844 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6576 4788 64 ) ( -4992 4776 64 ) ( -6576 4764 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5320 4828 0 ) ( -5328 4828 0 ) ( -5324 4828 64 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6544 4828 0 ) ( -6560 4844 0 ) ( -6552 4836 64 ) common/caulk 60 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( -6272 4844 0 ) ( -6256 4828 0 ) ( -6264 4836 64 ) common/caulk 60 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 3842 +{ +( -5840 4804 0 ) ( -6544 4804 0 ) ( -6544 3220 0 ) common/caulk -24 4 0.00 1 1 0 65696 0 +surfaceparm detail +( -6544 4436 64 ) ( -6544 4436 0 ) ( -6544 4820 0 ) mohcommon/crackedconcrete -132 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6496 3220 64 ) ( -6484 4804 64 ) ( -6472 3220 64 ) mohcommon/crackedconcrete -24 132 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4396 0 ) ( -6536 4388 0 ) ( -6536 4392 64 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6528 4356 0 ) ( -6560 4356 0 ) ( -6544 4356 64 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -6560 4820 0 ) ( -6528 4820 0 ) ( -6544 4820 64 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 3843 +{ +( -5792 4812 0 ) ( -6496 4812 0 ) ( -6496 3228 0 ) common/caulk -8 12 0.00 1 1 0 65696 0 +surfaceparm detail +( -6544 4444 64 ) ( -6544 4444 0 ) ( -6544 4828 0 ) mohcommon/crackedconcrete -140 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6448 3228 64 ) ( -6436 4812 64 ) ( -6424 3228 64 ) mohcommon/crackedconcrete -72 140 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4860 0 ) ( -6248 4852 0 ) ( -6248 4856 64 ) ta_berlin/berlinwall3a -140 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6288 4820 0 ) ( -6320 4820 0 ) ( -6304 4820 64 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6512 4828 0 ) ( -6480 4828 0 ) ( -6496 4828 64 ) common/caulk -48 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 3844 +{ +( -5720 2764 0 ) ( -5720 4348 0 ) ( -6424 4348 0 ) common/caulk -32 -12 0.00 1 -1 0 65696 0 +surfaceparm detail +( -5712 4364 -24 ) ( -5712 2780 -24 ) ( -5712 2780 544 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5792 2764 40 ) ( -5780 4348 40 ) ( -5768 2764 40 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5728 4016 40 ) ( -5728 4012 -24 ) ( -5728 4020 -24 ) common/caulk -28 0 0.00 1 1 0 65696 0 +surfaceparm detail +( -5716 3876 48 ) ( -5720 3876 -16 ) ( -5712 3876 -16 ) common/caulk -32 -24 0.00 1 -1 0 65696 0 +surfaceparm detail +( -5712 3316 -24 ) ( -5728 3332 -24 ) ( -5720 3324 40 ) common/caulk -44 -24 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 3845 +{ +( -5632 3908 16 ) ( -5760 3908 16 ) ( -5760 3820 16 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5760 3828 128 ) ( -5760 3916 128 ) ( -5632 3916 128 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5744 3892 16 ) ( -5744 3892 80 ) ( -5744 3980 80 ) ta_berlin/berlin_column 12 -21 -180.00 1 1 0 65536 0 +surfaceparm detail +( -5760 3892 8 ) ( -5760 3892 72 ) ( -5632 3892 72 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5760 3908 16 ) ( -5760 3908 80 ) ( -5760 3820 80 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5648 3908 16 ) ( -5648 3908 80 ) ( -5776 3908 80 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3846 +{ +( -5632 3988 16 ) ( -5760 3988 16 ) ( -5760 3900 16 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5760 3908 128 ) ( -5760 3996 128 ) ( -5632 3996 128 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5744 3972 16 ) ( -5744 3972 80 ) ( -5744 4060 80 ) ta_berlin/berlin_column 12 -21 -180.00 1 1 0 65536 0 +surfaceparm detail +( -5760 3972 8 ) ( -5760 3972 72 ) ( -5632 3972 72 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5760 3988 16 ) ( -5760 3988 80 ) ( -5760 3900 80 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5632 3988 16 ) ( -5632 3988 80 ) ( -5760 3988 80 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3847 +{ +( -5600 3892 16 ) ( -5728 3892 16 ) ( -5728 3804 16 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 3812 128 ) ( -5728 3900 128 ) ( -5600 3900 128 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5712 3876 -16 ) ( -5712 3876 48 ) ( -5712 3964 48 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5744 3876 -8 ) ( -5744 3876 56 ) ( -5616 3876 56 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5760 3892 32 ) ( -5760 3892 96 ) ( -5760 3804 96 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5600 3892 32 ) ( -5600 3892 96 ) ( -5728 3892 96 ) ta_berlin/berlin_column -32 -24 0.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 3848 +{ +( -5600 4004 16 ) ( -5728 4004 16 ) ( -5728 3916 16 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 3924 128 ) ( -5728 4012 128 ) ( -5600 4012 128 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5712 3988 16 ) ( -5712 3988 80 ) ( -5712 4076 80 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5744 3988 8 ) ( -5744 3988 72 ) ( -5616 3988 72 ) ta_berlin/berlin_column -32 -24 0.00 1 -1 0 65536 0 +surfaceparm detail +( -5760 4004 16 ) ( -5760 4004 80 ) ( -5760 3916 80 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +( -5600 4004 16 ) ( -5600 4004 80 ) ( -5728 4004 80 ) ta_berlin/berlin_column 0 0 0.00 0.800000 1 0 65536 0 +surfaceparm detail +} +// brush 3849 +{ +( -5864 4764 360 ) ( -5864 4764 384 ) ( -6056 4708 384 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5856 4636 360 ) ( -5856 4636 384 ) ( -5864 4764 384 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5856 4636 384 ) ( -5856 4636 360 ) ( -6056 4636 360 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6056 4516 384 ) ( -6056 4700 384 ) ( -5984 4708 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5984 4708 360 ) ( -6056 4700 360 ) ( -6056 4516 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5068 360 ) ( -5968 5084 360 ) ( -5968 5076 384 ) mohtest/fltwallsq -52 -49 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3850 +{ +( -5856 4636 360 ) ( -5856 4636 384 ) ( -6056 4636 384 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5824 4580 360 ) ( -5824 4580 384 ) ( -5856 4636 384 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5824 4580 384 ) ( -5824 4580 360 ) ( -6056 4564 360 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6056 4444 384 ) ( -6056 4628 384 ) ( -5984 4636 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5984 4636 360 ) ( -6056 4628 360 ) ( -6056 4444 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5068 360 ) ( -5968 5084 360 ) ( -5968 5076 384 ) mohtest/fltwallsq -52 -49 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3851 +{ +( -5824 4580 360 ) ( -5824 4580 384 ) ( -6056 4564 384 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5840 4492 360 ) ( -5840 4492 384 ) ( -5824 4580 384 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5840 4492 384 ) ( -5840 4492 360 ) ( -6056 4492 360 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6056 4372 384 ) ( -6056 4556 384 ) ( -5984 4564 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5984 4564 360 ) ( -6056 4556 360 ) ( -6056 4372 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5068 360 ) ( -5968 5084 360 ) ( -5968 5076 384 ) mohtest/fltwallsq -52 -49 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3852 +{ +( -5840 4492 360 ) ( -5840 4492 384 ) ( -6056 4492 384 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5760 4420 360 ) ( -5760 4420 384 ) ( -5840 4492 384 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5760 4420 384 ) ( -5760 4420 360 ) ( -6056 4420 360 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6056 4300 384 ) ( -6056 4484 384 ) ( -5984 4492 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5984 4492 360 ) ( -6056 4484 360 ) ( -6056 4300 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5068 360 ) ( -5968 5084 360 ) ( -5968 5076 384 ) mohtest/fltwallsq -52 -49 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3853 +{ +( -6056 4780 384 ) ( -6056 4780 360 ) ( -5904 4812 360 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5864 4764 360 ) ( -5864 4764 384 ) ( -5904 4812 384 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -6056 4708 360 ) ( -6056 4708 384 ) ( -5864 4764 384 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6056 4588 384 ) ( -6056 4772 384 ) ( -5984 4780 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5984 4780 360 ) ( -6056 4772 360 ) ( -6056 4588 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5068 360 ) ( -5968 5084 360 ) ( -5968 5076 384 ) mohtest/fltwallsq -52 -49 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3854 +{ +( -6064 4780 192 ) ( -6064 4780 168 ) ( -5912 4812 168 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5872 4764 168 ) ( -5872 4764 192 ) ( -5912 4812 192 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -6064 4708 168 ) ( -6064 4708 192 ) ( -5872 4764 192 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6064 4588 192 ) ( -6064 4772 192 ) ( -5992 4780 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5992 4780 168 ) ( -6064 4772 168 ) ( -6064 4588 168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5076 168 ) ( -5968 5084 168 ) ( -5968 5080 192 ) mohtest/fltwallsq 40 9 0.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3855 +{ +( -5872 4764 168 ) ( -5872 4764 192 ) ( -6064 4708 192 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5864 4636 168 ) ( -5864 4636 192 ) ( -5872 4764 192 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5864 4636 192 ) ( -5864 4636 168 ) ( -6064 4636 168 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6064 4516 192 ) ( -6064 4700 192 ) ( -5992 4708 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5992 4708 168 ) ( -6064 4700 168 ) ( -6064 4516 168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5076 168 ) ( -5968 5084 168 ) ( -5968 5080 192 ) mohtest/fltwallsq 40 9 0.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3856 +{ +( -5864 4636 168 ) ( -5864 4636 192 ) ( -6064 4636 192 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5832 4580 168 ) ( -5832 4580 192 ) ( -5864 4636 192 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5832 4580 192 ) ( -5832 4580 168 ) ( -6064 4564 168 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6064 4444 192 ) ( -6064 4628 192 ) ( -5992 4636 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5992 4636 168 ) ( -6064 4628 168 ) ( -6064 4444 168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5076 168 ) ( -5968 5084 168 ) ( -5968 5080 192 ) mohtest/fltwallsq 40 9 0.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3857 +{ +( -5832 4580 168 ) ( -5832 4580 192 ) ( -6064 4564 192 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5848 4492 168 ) ( -5848 4492 192 ) ( -5832 4580 192 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5848 4492 192 ) ( -5848 4492 168 ) ( -6064 4492 168 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6064 4372 192 ) ( -6064 4556 192 ) ( -5992 4564 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5992 4564 168 ) ( -6064 4556 168 ) ( -6064 4372 168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5076 168 ) ( -5968 5084 168 ) ( -5968 5080 192 ) mohtest/fltwallsq 40 9 0.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3858 +{ +( -5848 4492 168 ) ( -5848 4492 192 ) ( -6064 4492 192 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5768 4420 168 ) ( -5768 4420 192 ) ( -5848 4492 192 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5768 4420 192 ) ( -5768 4420 168 ) ( -6064 4420 168 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6064 4300 192 ) ( -6064 4484 192 ) ( -5992 4492 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5992 4492 168 ) ( -6064 4484 168 ) ( -6064 4300 168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5076 168 ) ( -5968 5084 168 ) ( -5968 5080 192 ) mohtest/fltwallsq 40 9 0.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3859 +{ +( -6432 4860 568 ) ( -5728 4860 568 ) ( -5728 3276 568 ) common/nodraw 61 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4860 0 ) ( -5728 3276 0 ) ( -5728 3276 568 ) ta_berlin/berlinwall3b 161 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5728 4676 520 ) ( -5736 4676 520 ) ( -5736 4612 488 ) ta_berlin/brln_rubble -197 92 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4804 568 ) ( -5736 4796 384 ) ( -5736 4812 384 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4612 568 ) ( -5724 4612 384 ) ( -5732 4612 384 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4676 520 ) ( -5728 4676 520 ) ( -5728 4676 568 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3860 +{ +( -6432 4860 568 ) ( -5728 4860 568 ) ( -5728 3276 568 ) common/nodraw 61 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4860 0 ) ( -5728 3276 0 ) ( -5728 3276 568 ) ta_berlin/berlinwall3b 161 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5736 4780 536 ) ( -5728 4780 536 ) ( -5728 4836 496 ) ta_berlin/brln_rubble -197 92 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4804 568 ) ( -5736 4796 384 ) ( -5736 4812 384 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4836 550 ) ( -5728 4836 544 ) ( -5728 4836 556 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4780 536 ) ( -5736 4780 536 ) ( -5736 4780 568 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3861 +{ +( -6432 4860 568 ) ( -5728 4860 568 ) ( -5728 3276 568 ) common/nodraw 61 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4868 136 ) ( -5728 3284 136 ) ( -5728 3284 704 ) ta_berlin/berlinwall3b 161 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5728 4716 512 ) ( -5736 4716 512 ) ( -5736 4676 520 ) ta_berlin/brln_rubble -197 92 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4804 568 ) ( -5736 4796 384 ) ( -5736 4812 384 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4676 536 ) ( -5736 4676 568 ) ( -5728 4676 552 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4716 512 ) ( -5728 4716 512 ) ( -5728 4716 568 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3862 +{ +( -6536 4060 192 ) ( -6544 4060 192 ) ( -6540 4060 360 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4292 192 ) ( -6520 4292 192 ) ( -6528 4292 360 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4748 192 ) ( -6536 4732 192 ) ( -6536 4740 360 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6496 3244 360 ) ( -6492 4828 360 ) ( -6488 3244 360 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6480 4828 192 ) ( -6488 3244 192 ) ( -6472 3244 192 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3244 568 ) ( -6544 3244 0 ) ( -6544 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3863 +{ +( -6536 3812 360 ) ( -6552 3812 360 ) ( -6544 3812 384 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4292 360 ) ( -6536 4292 360 ) ( -6540 4292 384 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4788 360 ) ( -6544 4780 360 ) ( -6544 4784 384 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6492 4828 360 ) ( -6496 3244 360 ) ( -6488 3244 360 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6532 3244 384 ) ( -6524 4828 384 ) ( -6516 3244 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -6548 3244 568 ) ( -6548 3244 0 ) ( -6548 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3864 +{ +( -5720 5368 384 ) ( -5720 5376 384 ) ( -5720 5372 568 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5176 5372 556 ) ( -5176 5372 544 ) ( -5176 5364 550 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5264 5364 384 ) ( -5280 5364 384 ) ( -5272 5364 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5216 5352 384 ) ( -6800 5360 384 ) ( -6800 5344 384 ) common/nodraw 28 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6736 5372 568 ) ( -6736 5372 0 ) ( -5152 5372 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6800 5372 568 ) ( -5216 5372 568 ) ( -5216 4668 568 ) common/nodraw 28 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3865 +{ +( -6056 3164 384 ) ( -6056 3348 384 ) ( -5984 3356 384 ) ta_berlin/berlin_column 0 -255 90.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3356 360 ) ( -6056 3348 360 ) ( -6056 3164 360 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5935 3787 360 ) ( -5935 3803 360 ) ( -5935 3795 384 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5876 3328 360 ) ( -5892 3328 360 ) ( -5884 3328 384 ) ta_berlin/berlin_column 7 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5856 3332 360 ) ( -5848 3332 360 ) ( -5852 3332 384 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 3332 360 ) ( -5752 3320 360 ) ( -5752 3326 384 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3866 +{ +( -6536 4324 360 ) ( -6544 4324 360 ) ( -6540 4324 384 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6548 4804 556 ) ( -6548 4804 544 ) ( -6544 4804 550 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4756 360 ) ( -6544 4748 360 ) ( -6544 4752 384 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6492 4828 360 ) ( -6496 3244 360 ) ( -6488 3244 360 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6532 3244 384 ) ( -6524 4828 384 ) ( -6516 3244 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -6548 3244 568 ) ( -6548 3244 0 ) ( -6548 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3867 +{ +( -6232 5368 384 ) ( -6232 5376 384 ) ( -6232 5372 568 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5752 5372 556 ) ( -5752 5372 544 ) ( -5752 5364 550 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5776 5364 384 ) ( -5792 5364 384 ) ( -5784 5364 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5728 5352 384 ) ( -7312 5360 384 ) ( -7312 5344 384 ) common/nodraw 28 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -7312 5372 568 ) ( -7312 5372 0 ) ( -5728 5372 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7312 5372 568 ) ( -5728 5372 568 ) ( -5728 4668 568 ) common/nodraw 28 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3868 +{ +( -6252 4868 360 ) ( -6260 4868 360 ) ( -6256 4868 384 ) common/nodraw -48 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6260 5348 556 ) ( -6260 5348 544 ) ( -6256 5348 550 ) common/nodraw -48 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 5300 360 ) ( -6248 5292 360 ) ( -6248 5296 384 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6204 5372 360 ) ( -6208 3788 360 ) ( -6200 3788 360 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6244 3788 384 ) ( -6236 5372 384 ) ( -6228 3788 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -6260 3788 568 ) ( -6260 3788 0 ) ( -6260 5372 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3869 +{ +( -5856 5148 568 ) ( -5152 5148 568 ) ( -5152 3564 568 ) common/nodraw 61 56 -180.00 0.124998 -3.500000 536870912 2224 0 +surfaceparm detail +( -5152 5180 0 ) ( -5152 3596 0 ) ( -5152 3596 568 ) ta_berlin/berlinwall3b 223 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5180 3564 384 ) ( -5164 3564 384 ) ( -5172 5148 384 ) common/nodraw 61 56 -180.00 0.124998 -3.500000 536870912 2224 0 +surfaceparm detail +( -5160 5060 568 ) ( -5160 5052 384 ) ( -5160 5068 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5160 5124 558 ) ( -5152 5124 552 ) ( -5152 5124 564 ) common/nodraw 0 4 -180.00 0.125000 -2.875000 536870912 2224 0 +surfaceparm detail +( -5160 4900 552 ) ( -5152 4900 560 ) ( -5152 4900 544 ) common/nodraw 0 4 -180.00 0.125000 -2.875000 536870912 2224 0 +surfaceparm detail +} +// brush 3870 +{ +( -5720 5368 192 ) ( -5720 5376 192 ) ( -5720 5372 360 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5176 5372 556 ) ( -5176 5372 544 ) ( -5176 5364 550 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5264 5364 192 ) ( -5280 5364 192 ) ( -5272 5364 360 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6800 5324 360 ) ( -5216 5320 360 ) ( -6800 5316 360 ) ta_berlin/berlinwall3a -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -5216 5308 192 ) ( -6800 5316 192 ) ( -6800 5300 192 ) ta_berlin/berlinwall3a -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -6736 5372 568 ) ( -6736 5372 0 ) ( -5152 5372 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3871 +{ +( -5720 5368 360 ) ( -5720 5376 360 ) ( -5720 5372 384 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5176 5376 556 ) ( -5176 5376 544 ) ( -5176 5372 550 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5192 5364 360 ) ( -5200 5364 360 ) ( -5196 5364 384 ) ta_berlin/berlinwall2b 0 -96 0.00 1 1 0 65536 0 +surfaceparm detail +( -5216 5320 360 ) ( -6800 5324 360 ) ( -6800 5316 360 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6800 5360 384 ) ( -5216 5352 384 ) ( -6800 5344 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -6800 5376 568 ) ( -6800 5376 0 ) ( -5216 5376 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3872 +{ +( -6544 3244 568 ) ( -6544 4828 568 ) ( -5840 4828 568 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -6544 4828 568 ) ( -6544 4828 0 ) ( -5840 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6524 4828 384 ) ( -6532 3244 384 ) ( -6516 3244 384 ) ta_berlin/brln_rubble -68 148 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6520 4764 384 ) ( -6520 4780 384 ) ( -6520 4772 568 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6520 4820 384 ) ( -6528 4820 384 ) ( -6524 4820 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6296 4832 384 ) ( -6296 4812 384 ) ( -6296 4822 568 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 3873 +{ +( -6528 3812 384 ) ( -6544 3812 384 ) ( -6536 3812 568 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4292 384 ) ( -6528 4292 384 ) ( -6536 4292 568 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4748 376 ) ( -6536 4732 376 ) ( -6536 4740 560 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6524 4828 384 ) ( -6532 3244 384 ) ( -6516 3244 384 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3244 568 ) ( -6544 3244 0 ) ( -6544 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3244 568 ) ( -6544 4828 568 ) ( -5840 4828 568 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3874 +{ +( -6232 5368 168 ) ( -6232 5376 168 ) ( -6232 5372 192 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5752 5376 556 ) ( -5752 5376 544 ) ( -5752 5372 550 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5744 5364 168 ) ( -5752 5364 168 ) ( -5748 5364 192 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5296 168 ) ( -7312 5300 168 ) ( -7312 5292 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7312 5316 192 ) ( -5728 5308 192 ) ( -7312 5300 192 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -7312 5376 568 ) ( -7312 5376 0 ) ( -5728 5376 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3875 +{ +( -6232 5368 360 ) ( -6232 5376 360 ) ( -6232 5372 384 ) common/nodraw 28 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5752 5376 748 ) ( -5752 5376 736 ) ( -5752 5372 742 ) common/nodraw 28 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5744 5364 360 ) ( -5752 5364 360 ) ( -5748 5364 384 ) ta_berlin/berlinwall2b 0 -96 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5296 360 ) ( -7312 5300 360 ) ( -7312 5292 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7312 5316 384 ) ( -5728 5308 384 ) ( -7312 5300 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -7312 5376 760 ) ( -7312 5376 192 ) ( -5728 5376 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3876 +{ +( -6256 5348 556 ) ( -6256 5348 544 ) ( -6248 5348 550 ) common/nodraw -48 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6252 4868 192 ) ( -6260 4868 192 ) ( -6256 4868 360 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 5068 192 ) ( -6248 5052 192 ) ( -6248 5060 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6208 3532 360 ) ( -6204 5116 360 ) ( -6200 3532 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6192 5116 192 ) ( -6200 3532 192 ) ( -6184 3532 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 3532 568 ) ( -6256 3532 0 ) ( -6256 5116 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3877 +{ +( -6232 5368 192 ) ( -6232 5376 192 ) ( -6232 5372 360 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5752 5372 556 ) ( -5752 5372 544 ) ( -5752 5364 550 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5776 5364 192 ) ( -5792 5364 192 ) ( -5784 5364 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -7312 5324 360 ) ( -5728 5320 360 ) ( -7312 5316 360 ) common/nodraw 28 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 5308 192 ) ( -7312 5316 192 ) ( -7312 5300 192 ) common/nodraw 28 54 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -7312 5372 568 ) ( -7312 5372 0 ) ( -5728 5372 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3878 +{ +( -5720 5036 360 ) ( -5720 4332 360 ) ( -7304 4332 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 4324 -208 ) ( -7304 4324 -208 ) ( -7304 4324 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -7304 4360 192 ) ( -7304 4344 192 ) ( -5720 4352 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 4348 360 ) ( -5784 4348 176 ) ( -5768 4348 176 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5936 4340 342 ) ( -5936 4332 336 ) ( -5936 4332 348 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 4332 360 ) ( -5968 4328 176 ) ( -5968 4336 176 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3879 +{ +( -5688 5036 568 ) ( -5688 4332 568 ) ( -7272 4332 568 ) common/nodraw -48 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5688 4324 -16 ) ( -7272 4324 -16 ) ( -7272 4324 552 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -7272 4360 528 ) ( -7272 4344 528 ) ( -5688 4352 528 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -5744 4348 552 ) ( -5752 4348 368 ) ( -5736 4348 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5872 4340 550 ) ( -5872 4332 544 ) ( -5872 4332 556 ) common/nodraw -28 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5936 4332 560 ) ( -5936 4328 376 ) ( -5936 4336 376 ) common/nodraw -28 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3880 +{ +( -6528 4324 384 ) ( -6552 4324 384 ) ( -6540 4324 568 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4804 556 ) ( -6544 4804 544 ) ( -6536 4804 550 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4748 384 ) ( -6536 4732 384 ) ( -6536 4740 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6524 4828 384 ) ( -6532 3244 384 ) ( -6516 3244 384 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3244 568 ) ( -6544 3244 0 ) ( -6544 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3244 568 ) ( -6544 4828 568 ) ( -5840 4828 568 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3881 +{ +( -5720 5036 568 ) ( -5720 4332 568 ) ( -7304 4332 568 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 4324 -16 ) ( -7304 4324 -16 ) ( -7304 4324 552 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -7304 4360 384 ) ( -7304 4344 384 ) ( -5720 4352 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 4348 552 ) ( -5784 4348 368 ) ( -5768 4348 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5936 4340 574 ) ( -5936 4332 568 ) ( -5936 4332 580 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -6536 4356 552 ) ( -6536 4352 368 ) ( -6536 4360 368 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3882 +{ +( -5176 4884 550 ) ( -5176 4876 544 ) ( -5176 4876 556 ) common/nodraw 44 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5688 4884 552 ) ( -5688 4876 560 ) ( -5688 4876 544 ) common/nodraw 44 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5488 4884 360 ) ( -5496 4884 192 ) ( -5480 4884 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7016 4932 360 ) ( -5432 4928 360 ) ( -7016 4924 360 ) common/nodraw 44 30 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -7016 4948 192 ) ( -7016 4932 192 ) ( -5432 4940 192 ) common/nodraw 44 30 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5432 4876 0 ) ( -7016 4876 0 ) ( -7016 4876 568 ) ta_berlin/berlinwall3b 212 32 0.00 -1 0.656250 0 65536 0 +surfaceparm detail +} +// brush 3883 +{ +( -5688 4876 360 ) ( -5688 4872 368 ) ( -5688 4872 352 ) common/nodraw 43 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5176 4876 358 ) ( -5176 4872 352 ) ( -5176 4872 364 ) common/nodraw 43 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5192 4888 192 ) ( -5196 4888 168 ) ( -5188 4888 168 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6728 4932 168 ) ( -6728 4924 168 ) ( -5144 4928 168 ) mohtest/groovedstn1a 54 19 -90.00 2 2 0 65536 0 +surfaceparm detail +( -6728 4904 192 ) ( -5144 4896 192 ) ( -6728 4888 192 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4872 -192 ) ( -6728 4872 -192 ) ( -6728 4872 376 ) ta_berlin/berlin_column 7 -220 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3884 +{ +( -5688 4884 168 ) ( -5688 4876 168 ) ( -5688 4876 0 ) common/nodraw 43 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5176 4876 168 ) ( -5176 4884 168 ) ( -5176 4884 0 ) common/nodraw 43 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5168 4884 168 ) ( -5712 4884 168 ) ( -5712 4884 0 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 4876 168 ) ( -5712 4884 168 ) ( -5168 4884 168 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5712 4884 0 ) ( -5712 4876 0 ) ( -5168 4876 0 ) common/nodraw 44 62 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5712 4876 168 ) ( -5168 4876 168 ) ( -5168 4876 0 ) ta_berlin/berlinwall3b 212 -4 0.00 -1 0.656250 0 65536 0 +surfaceparm detail +} +// brush 3885 +{ +( -5688 4876 552 ) ( -5688 4872 560 ) ( -5688 4872 544 ) common/nodraw 44 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5176 4876 550 ) ( -5176 4872 544 ) ( -5176 4872 556 ) common/nodraw 44 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5188 4876 384 ) ( -5192 4876 360 ) ( -5184 4876 360 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6728 4932 360 ) ( -6728 4924 360 ) ( -5144 4928 360 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6728 4904 384 ) ( -5144 4896 384 ) ( -6728 4888 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5144 4872 0 ) ( -6728 4872 0 ) ( -6728 4872 568 ) ta_berlin/berlin_column 7 -220 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3886 +{ +( -5728 5660 568 ) ( -5728 4076 568 ) ( -6432 4076 568 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 5660 568 ) ( -5728 5660 0 ) ( -5728 4076 0 ) ta_berlin/berlinwall3b 76 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5748 4076 384 ) ( -5740 5660 384 ) ( -5756 5660 384 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 4124 384 ) ( -5736 4140 384 ) ( -5736 4132 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5728 4100 556 ) ( -5728 4100 544 ) ( -5736 4100 550 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4324 544 ) ( -5728 4324 560 ) ( -5736 4324 552 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3887 +{ +( -5720 5036 568 ) ( -5720 4332 568 ) ( -7304 4332 568 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 4324 -16 ) ( -7304 4324 -16 ) ( -7304 4324 552 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -7304 4360 384 ) ( -7304 4344 384 ) ( -5720 4352 384 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 4348 552 ) ( -5784 4348 368 ) ( -5768 4348 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5736 4340 534 ) ( -5736 4332 528 ) ( -5736 4332 540 ) common/nodraw -28 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5872 4332 584 ) ( -5872 4328 400 ) ( -5872 4336 400 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 3888 +{ +( -5720 5036 360 ) ( -5720 4332 360 ) ( -7304 4332 360 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 4324 -208 ) ( -7304 4324 -208 ) ( -7304 4324 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -7304 4360 192 ) ( -7304 4344 192 ) ( -5720 4352 192 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 4348 360 ) ( -5784 4348 176 ) ( -5768 4348 176 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5736 4340 342 ) ( -5736 4332 336 ) ( -5736 4332 348 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5872 4332 360 ) ( -5872 4328 176 ) ( -5872 4336 176 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3889 +{ +( -5720 4612 340 ) ( -5736 4612 340 ) ( -5736 4580 328 ) ta_berlin/brln_rubble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 4612 568 ) ( -5720 4612 568 ) ( -5720 4580 568 ) common/nodraw 61 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5752 4580 536 ) ( -5752 4580 568 ) ( -5720 4580 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4620 64 ) ( -5736 4620 96 ) ( -5736 4588 96 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4612 340 ) ( -5720 4612 340 ) ( -5720 4612 568 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4572 536 ) ( -5720 4572 568 ) ( -5720 4604 568 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3890 +{ +( -6252 4868 384 ) ( -6260 4868 384 ) ( -6256 4868 568 ) common/nodraw -48 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 5348 556 ) ( -6256 5348 544 ) ( -6248 5348 550 ) common/nodraw -48 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 5292 380 ) ( -6248 5276 380 ) ( -6248 5284 564 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6236 5372 384 ) ( -6244 3788 384 ) ( -6228 3788 384 ) common/nodraw -48 20 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 3788 568 ) ( -6256 3788 0 ) ( -6256 5372 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 3788 568 ) ( -6256 5372 568 ) ( -5552 5372 568 ) common/nodraw -48 20 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3891 +{ +( -6432 4604 568 ) ( -5728 4604 568 ) ( -5728 3020 568 ) common/nodraw 61 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4604 0 ) ( -5728 3020 0 ) ( -5728 3020 568 ) ta_berlin/berlinwall3b 113 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5756 3020 384 ) ( -5740 3020 384 ) ( -5748 4604 384 ) common/nodraw 61 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 4548 568 ) ( -5736 4540 384 ) ( -5736 4556 384 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4580 550 ) ( -5728 4580 544 ) ( -5728 4580 556 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4356 568 ) ( -5724 4356 384 ) ( -5732 4356 384 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3892 +{ +( -5760 4420 360 ) ( -5760 4420 384 ) ( -6056 4420 384 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5720 4348 360 ) ( -5720 4348 384 ) ( -5760 4420 384 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5720 4348 384 ) ( -5720 4348 360 ) ( -6056 4348 360 ) common/nodraw -24 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6056 4228 384 ) ( -6056 4412 384 ) ( -5984 4420 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5984 4420 360 ) ( -6056 4412 360 ) ( -6056 4228 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5068 360 ) ( -5968 5084 360 ) ( -5968 5076 384 ) mohtest/fltwallsq -52 -49 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +( -5736 4380 360 ) ( -5736 4340 360 ) ( -5736 4360 384 ) mohtest/fltwallsq -52 -49 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +} +// brush 3893 +{ +( -5768 4420 168 ) ( -5768 4420 192 ) ( -6064 4420 192 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4348 168 ) ( -5728 4348 192 ) ( -5768 4420 192 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5736 4356 192 ) ( -5736 4356 168 ) ( -5968 4356 168 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6064 4228 192 ) ( -6064 4412 192 ) ( -5992 4420 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5992 4420 168 ) ( -6064 4412 168 ) ( -6064 4228 168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 4356 192 ) ( -5968 4356 168 ) ( -5968 4420 168 ) ta_berlin/brln_rubble -113 -128 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4356 168 ) ( -5736 4356 192 ) ( -5736 4364 192 ) ta_berlin/brln_rubble -113 -128 0.00 0.647949 1 0 65536 0 +surfaceparm detail +} +// brush 3894 +{ +( -6432 4860 568 ) ( -5728 4860 568 ) ( -5728 3276 568 ) common/nodraw 61 -52 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 4860 0 ) ( -5728 3276 0 ) ( -5728 3276 568 ) ta_berlin/berlinwall3b 161 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5736 4716 512 ) ( -5728 4716 512 ) ( -5728 4780 536 ) ta_berlin/brln_rubble -197 92 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4804 568 ) ( -5736 4796 384 ) ( -5736 4812 384 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4780 536 ) ( -5728 4780 536 ) ( -5728 4780 568 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4716 512 ) ( -5736 4716 512 ) ( -5736 4716 568 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3895 +{ +( -4416 3332 376 ) ( -4416 3332 -192 ) ( -6000 3332 -192 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 3396 0 ) ( -4416 3388 0 ) ( -4416 3404 0 ) common/nodraw -37 -56 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -4416 3380 168 ) ( -6000 3384 168 ) ( -4416 3388 168 ) common/nodraw -37 -56 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5952 3340 0 ) ( -5936 3340 0 ) ( -5944 3340 168 ) common/nodraw 16 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5976 3332 364 ) ( -5976 3332 352 ) ( -5976 3340 358 ) common/nodraw -36 -38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5752 3332 352 ) ( -5752 3332 368 ) ( -5752 3340 360 ) common/nodraw -36 -38 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3896 +{ +( -4416 3332 568 ) ( -4416 3332 0 ) ( -6000 3332 0 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 3396 192 ) ( -4416 3388 192 ) ( -4416 3404 192 ) common/nodraw -37 -56 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -4416 3380 360 ) ( -6000 3384 360 ) ( -4416 3388 360 ) common/nodraw -37 -56 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5952 3340 192 ) ( -5936 3340 192 ) ( -5944 3340 360 ) common/nodraw 16 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5976 3332 556 ) ( -5976 3332 544 ) ( -5976 3340 550 ) common/nodraw -36 -38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5752 3332 544 ) ( -5752 3332 560 ) ( -5752 3340 552 ) common/nodraw -36 -38 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3897 +{ +( -6056 3824 184 ) ( -5992 3824 184 ) ( -5992 3792 184 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3792 176 ) ( -6056 3792 176 ) ( -6056 3792 208 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3792 176 ) ( -6072 3824 176 ) ( -6072 3824 208 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3824 176 ) ( -5992 3792 176 ) ( -5992 3792 208 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3898 +{ +( -6056 3812 176 ) ( -5992 3812 176 ) ( -5992 3780 176 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3780 168 ) ( -6056 3780 168 ) ( -6056 3780 200 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3780 168 ) ( -6072 3812 168 ) ( -6072 3812 200 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3812 168 ) ( -5992 3780 168 ) ( -5992 3780 200 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3899 +{ +( -6056 3800 168 ) ( -5992 3800 168 ) ( -5992 3768 168 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3768 160 ) ( -6056 3768 160 ) ( -6056 3768 192 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3768 160 ) ( -6072 3800 160 ) ( -6072 3800 192 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3800 160 ) ( -5992 3768 160 ) ( -5992 3768 192 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3900 +{ +( -6056 3788 160 ) ( -5992 3788 160 ) ( -5992 3756 160 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3756 152 ) ( -6056 3756 152 ) ( -6056 3756 184 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3756 152 ) ( -6072 3788 152 ) ( -6072 3788 184 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3788 152 ) ( -5992 3756 152 ) ( -5992 3756 184 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3901 +{ +( -6056 3776 152 ) ( -5992 3776 152 ) ( -5992 3744 152 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3744 144 ) ( -6056 3744 144 ) ( -6056 3744 176 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3744 144 ) ( -6072 3776 144 ) ( -6072 3776 176 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3776 144 ) ( -5992 3744 144 ) ( -5992 3744 176 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3902 +{ +( -6056 3764 144 ) ( -5992 3764 144 ) ( -5992 3732 144 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3732 136 ) ( -6056 3732 136 ) ( -6056 3732 168 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3732 136 ) ( -6072 3764 136 ) ( -6072 3764 168 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3764 136 ) ( -5992 3732 136 ) ( -5992 3732 168 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3903 +{ +( -6056 3752 136 ) ( -5992 3752 136 ) ( -5992 3720 136 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3720 128 ) ( -6056 3720 128 ) ( -6056 3720 160 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3720 128 ) ( -6072 3752 128 ) ( -6072 3752 160 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3752 128 ) ( -5992 3720 128 ) ( -5992 3720 160 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3904 +{ +( -6056 3740 128 ) ( -5992 3740 128 ) ( -5992 3708 128 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3708 120 ) ( -6056 3708 120 ) ( -6056 3708 152 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3708 120 ) ( -6072 3740 120 ) ( -6072 3740 152 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3740 120 ) ( -5992 3708 120 ) ( -5992 3708 152 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3905 +{ +( -6056 3728 120 ) ( -5992 3728 120 ) ( -5992 3696 120 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3696 112 ) ( -6056 3696 112 ) ( -6056 3696 144 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3696 112 ) ( -6072 3728 112 ) ( -6072 3728 144 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3728 112 ) ( -5992 3696 112 ) ( -5992 3696 144 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3906 +{ +( -6056 3716 112 ) ( -5992 3716 112 ) ( -5992 3684 112 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3684 104 ) ( -6056 3684 104 ) ( -6056 3684 136 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3684 104 ) ( -6072 3716 104 ) ( -6072 3716 136 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3716 104 ) ( -5992 3684 104 ) ( -5992 3684 136 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3907 +{ +( -6056 3704 104 ) ( -5992 3704 104 ) ( -5992 3672 104 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3672 96 ) ( -6056 3672 96 ) ( -6056 3672 128 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3672 96 ) ( -6072 3704 96 ) ( -6072 3704 128 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3704 96 ) ( -5992 3672 96 ) ( -5992 3672 128 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3908 +{ +( -6056 3692 96 ) ( -5992 3692 96 ) ( -5992 3660 96 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3660 88 ) ( -6056 3660 88 ) ( -6056 3660 120 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3660 88 ) ( -6072 3692 88 ) ( -6072 3692 120 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3692 88 ) ( -5992 3660 88 ) ( -5992 3660 120 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3909 +{ +( -6056 3680 88 ) ( -5992 3680 88 ) ( -5992 3648 88 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3648 80 ) ( -6056 3648 80 ) ( -6056 3648 112 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3648 80 ) ( -6072 3680 80 ) ( -6072 3680 112 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3680 80 ) ( -5992 3648 80 ) ( -5992 3648 112 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3910 +{ +( -6056 3668 80 ) ( -5992 3668 80 ) ( -5992 3636 80 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3636 72 ) ( -6056 3636 72 ) ( -6056 3636 104 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3636 72 ) ( -6072 3668 72 ) ( -6072 3668 104 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3668 72 ) ( -5992 3636 72 ) ( -5992 3636 104 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3911 +{ +( -6056 3656 72 ) ( -5992 3656 72 ) ( -5992 3624 72 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3624 64 ) ( -6056 3624 64 ) ( -6056 3624 96 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3624 64 ) ( -6072 3656 64 ) ( -6072 3656 96 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3656 64 ) ( -5992 3624 64 ) ( -5992 3624 96 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3912 +{ +( -6056 3644 64 ) ( -5992 3644 64 ) ( -5992 3612 64 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3612 56 ) ( -6056 3612 56 ) ( -6056 3612 88 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3612 56 ) ( -6072 3644 56 ) ( -6072 3644 88 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3644 56 ) ( -5992 3612 56 ) ( -5992 3612 88 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3913 +{ +( -6056 3632 56 ) ( -5992 3632 56 ) ( -5992 3600 56 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3600 48 ) ( -6056 3600 48 ) ( -6056 3600 80 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3600 48 ) ( -6072 3632 48 ) ( -6072 3632 80 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3632 48 ) ( -5992 3600 48 ) ( -5992 3600 80 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3914 +{ +( -6056 3620 48 ) ( -5992 3620 48 ) ( -5992 3588 48 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3588 40 ) ( -6056 3588 40 ) ( -6056 3588 72 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3588 40 ) ( -6072 3620 40 ) ( -6072 3620 72 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3620 40 ) ( -5992 3588 40 ) ( -5992 3588 72 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3915 +{ +( -6056 3608 40 ) ( -5992 3608 40 ) ( -5992 3576 40 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3576 32 ) ( -6056 3576 32 ) ( -6056 3576 64 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3576 32 ) ( -6072 3608 32 ) ( -6072 3608 64 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3608 32 ) ( -5992 3576 32 ) ( -5992 3576 64 ) common/nodraw -28 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3804 184 ) ( -6072 3576 32 ) ( -5992 3690 108 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3916 +{ +( -6056 3596 32 ) ( -5992 3596 32 ) ( -5992 3564 32 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3564 24 ) ( -6056 3564 24 ) ( -6056 3564 56 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3564 24 ) ( -6072 3596 24 ) ( -6072 3596 56 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3596 24 ) ( -5992 3564 24 ) ( -5992 3564 56 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3780 168 ) ( -6072 3552 16 ) ( -5992 3666 92 ) common/nodraw -16 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3917 +{ +( -6056 3584 24 ) ( -5992 3584 24 ) ( -5992 3552 24 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5992 3552 16 ) ( -6056 3552 16 ) ( -6056 3552 48 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6072 3552 16 ) ( -6072 3584 16 ) ( -6072 3584 48 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3584 16 ) ( -5992 3552 16 ) ( -5992 3552 48 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6072 3780 168 ) ( -6072 3552 16 ) ( -5992 3666 92 ) common/nodraw -16 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3918 +{ +( -5732 5116 8 ) ( -5732 5180 8 ) ( -5700 5180 8 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5700 5180 0 ) ( -5700 5116 0 ) ( -5700 5116 32 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5700 5100 0 ) ( -5732 5100 0 ) ( -5732 5100 32 ) common/nodraw 24 15 -180.00 1 -0.999996 536870912 2224 0 +surfaceparm detail +( -5732 5180 0 ) ( -5700 5180 0 ) ( -5700 5180 32 ) common/nodraw 24 15 -180.00 1 -0.999996 536870912 2224 0 +surfaceparm detail +( -5928 5100 152 ) ( -5700 5100 0 ) ( -5814 5180 76 ) common/nodraw -52 -23 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3919 +{ +( -5756 5116 24 ) ( -5756 5180 24 ) ( -5724 5180 24 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5724 5180 16 ) ( -5724 5116 16 ) ( -5724 5116 48 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5724 5100 16 ) ( -5756 5100 16 ) ( -5756 5100 48 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5756 5180 16 ) ( -5724 5180 16 ) ( -5724 5180 48 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3920 +{ +( -5864 5116 96 ) ( -5864 5180 96 ) ( -5832 5180 96 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5832 5180 88 ) ( -5832 5116 88 ) ( -5832 5116 120 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5832 5100 88 ) ( -5864 5100 88 ) ( -5864 5100 120 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5864 5180 88 ) ( -5832 5180 88 ) ( -5832 5180 120 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3921 +{ +( -5840 5116 80 ) ( -5840 5180 80 ) ( -5808 5180 80 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5808 5180 72 ) ( -5808 5116 72 ) ( -5808 5116 104 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5808 5100 72 ) ( -5840 5100 72 ) ( -5840 5100 104 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5840 5180 72 ) ( -5808 5180 72 ) ( -5808 5180 104 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3922 +{ +( -5804 5116 56 ) ( -5804 5180 56 ) ( -5772 5180 56 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5772 5180 48 ) ( -5772 5116 48 ) ( -5772 5116 80 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5772 5100 48 ) ( -5804 5100 48 ) ( -5804 5100 80 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5804 5180 48 ) ( -5772 5180 48 ) ( -5772 5180 80 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3923 +{ +( -5768 5116 32 ) ( -5768 5180 32 ) ( -5736 5180 32 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5736 5180 24 ) ( -5736 5116 24 ) ( -5736 5116 56 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5736 5100 24 ) ( -5768 5100 24 ) ( -5768 5100 56 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5768 5180 24 ) ( -5736 5180 24 ) ( -5736 5180 56 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3924 +{ +( -5744 5116 16 ) ( -5744 5180 16 ) ( -5712 5180 16 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5712 5180 8 ) ( -5712 5116 8 ) ( -5712 5116 40 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5712 5100 8 ) ( -5744 5100 8 ) ( -5744 5100 40 ) common/nodraw 24 15 -180.00 1 -0.999996 536870912 2224 0 +surfaceparm detail +( -5744 5180 8 ) ( -5712 5180 8 ) ( -5712 5180 40 ) common/nodraw 24 15 -180.00 1 -0.999996 536870912 2224 0 +surfaceparm detail +( -5928 5100 152 ) ( -5700 5100 0 ) ( -5814 5180 76 ) common/nodraw -52 -23 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3925 +{ +( -5780 5116 40 ) ( -5780 5180 40 ) ( -5748 5180 40 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5748 5180 32 ) ( -5748 5116 32 ) ( -5748 5116 64 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5748 5100 32 ) ( -5780 5100 32 ) ( -5780 5100 64 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5780 5180 32 ) ( -5748 5180 32 ) ( -5748 5180 64 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3926 +{ +( -5792 5116 48 ) ( -5792 5180 48 ) ( -5760 5180 48 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5760 5180 40 ) ( -5760 5116 40 ) ( -5760 5116 72 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5760 5100 40 ) ( -5792 5100 40 ) ( -5792 5100 72 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5792 5180 40 ) ( -5760 5180 40 ) ( -5760 5180 72 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3927 +{ +( -5816 5116 64 ) ( -5816 5180 64 ) ( -5784 5180 64 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5784 5180 56 ) ( -5784 5116 56 ) ( -5784 5116 88 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5784 5100 56 ) ( -5816 5100 56 ) ( -5816 5100 88 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5816 5180 56 ) ( -5784 5180 56 ) ( -5784 5180 88 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3928 +{ +( -5828 5116 72 ) ( -5828 5180 72 ) ( -5796 5180 72 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5796 5180 64 ) ( -5796 5116 64 ) ( -5796 5116 96 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5796 5100 64 ) ( -5828 5100 64 ) ( -5828 5100 96 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5828 5180 64 ) ( -5796 5180 64 ) ( -5796 5180 96 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3929 +{ +( -5852 5116 88 ) ( -5852 5180 88 ) ( -5820 5180 88 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5820 5180 80 ) ( -5820 5116 80 ) ( -5820 5116 112 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5820 5100 80 ) ( -5852 5100 80 ) ( -5852 5100 112 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5852 5180 80 ) ( -5820 5180 80 ) ( -5820 5180 112 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3930 +{ +( -5876 5116 104 ) ( -5876 5180 104 ) ( -5844 5180 104 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5844 5180 96 ) ( -5844 5116 96 ) ( -5844 5116 128 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5844 5100 96 ) ( -5876 5100 96 ) ( -5876 5100 128 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5876 5180 96 ) ( -5844 5180 96 ) ( -5844 5180 128 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3931 +{ +( -5888 5116 112 ) ( -5888 5180 112 ) ( -5856 5180 112 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5856 5180 104 ) ( -5856 5116 104 ) ( -5856 5116 136 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5856 5100 104 ) ( -5888 5100 104 ) ( -5888 5100 136 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5888 5180 104 ) ( -5856 5180 104 ) ( -5856 5180 136 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3932 +{ +( -5900 5116 120 ) ( -5900 5180 120 ) ( -5868 5180 120 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5868 5180 112 ) ( -5868 5116 112 ) ( -5868 5116 144 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5868 5100 112 ) ( -5900 5100 112 ) ( -5900 5100 144 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5900 5180 112 ) ( -5868 5180 112 ) ( -5868 5180 144 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3933 +{ +( -5912 5116 128 ) ( -5912 5180 128 ) ( -5880 5180 128 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5880 5180 120 ) ( -5880 5116 120 ) ( -5880 5116 152 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5880 5100 120 ) ( -5912 5100 120 ) ( -5912 5100 152 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5912 5180 120 ) ( -5880 5180 120 ) ( -5880 5180 152 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3934 +{ +( -5924 5116 136 ) ( -5924 5180 136 ) ( -5892 5180 136 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5892 5180 128 ) ( -5892 5116 128 ) ( -5892 5116 160 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5892 5100 128 ) ( -5924 5100 128 ) ( -5924 5100 160 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5924 5180 128 ) ( -5892 5180 128 ) ( -5892 5180 160 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3935 +{ +( -5936 5116 144 ) ( -5936 5180 144 ) ( -5904 5180 144 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5904 5180 136 ) ( -5904 5116 136 ) ( -5904 5116 168 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5904 5100 136 ) ( -5936 5100 136 ) ( -5936 5100 168 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5936 5180 136 ) ( -5904 5180 136 ) ( -5904 5180 168 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3936 +{ +( -5948 5116 152 ) ( -5948 5180 152 ) ( -5916 5180 152 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5916 5180 144 ) ( -5916 5116 144 ) ( -5916 5116 176 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5916 5100 144 ) ( -5948 5100 144 ) ( -5948 5100 176 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5948 5180 144 ) ( -5916 5180 144 ) ( -5916 5180 176 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3937 +{ +( -5960 5116 160 ) ( -5960 5180 160 ) ( -5928 5180 160 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5928 5180 152 ) ( -5928 5116 152 ) ( -5928 5116 184 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5928 5100 152 ) ( -5960 5100 152 ) ( -5960 5100 184 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5960 5180 152 ) ( -5928 5180 152 ) ( -5928 5180 184 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3938 +{ +( -5972 5116 168 ) ( -5972 5180 168 ) ( -5940 5180 168 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5940 5180 160 ) ( -5940 5116 160 ) ( -5940 5116 192 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5940 5100 160 ) ( -5972 5100 160 ) ( -5972 5100 192 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5972 5180 160 ) ( -5940 5180 160 ) ( -5940 5180 192 ) common/nodraw 0 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5952 5100 168 ) ( -5724 5100 16 ) ( -5838 5180 92 ) common/nodraw -52 -63 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3939 +{ +( -5996 5116 184 ) ( -5996 5180 184 ) ( -5964 5180 184 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5964 5180 176 ) ( -5964 5116 176 ) ( -5964 5116 208 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5964 5100 176 ) ( -5996 5100 176 ) ( -5996 5100 208 ) common/nodraw 40 47 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5996 5180 176 ) ( -5964 5180 176 ) ( -5964 5180 208 ) common/nodraw 40 47 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5976 5100 184 ) ( -5748 5100 32 ) ( -5862 5180 108 ) common/nodraw -52 -40 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3940 +{ +( -5984 5116 176 ) ( -5984 5180 176 ) ( -5952 5180 176 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5952 5180 168 ) ( -5952 5116 168 ) ( -5952 5116 200 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5952 5100 168 ) ( -5984 5100 168 ) ( -5984 5100 200 ) common/nodraw 40 47 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5984 5180 168 ) ( -5952 5180 168 ) ( -5952 5180 200 ) common/nodraw 40 47 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5976 5100 184 ) ( -5748 5100 32 ) ( -5862 5180 108 ) common/nodraw -52 -40 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3941 +{ +( -6196 4076 192 ) ( -6204 4076 192 ) ( -6204 3620 192 ) mohcommon/cncrtset_4 -24 44 0.00 1 1 0 65536 0 +surfaceparm detail +( -6200 3620 360 ) ( -6200 4076 360 ) ( -6192 4076 360 ) mohcommon/cncrtset_4 -24 44 0.00 1 1 0 65536 0 +surfaceparm detail +( -6140 4044 368 ) ( -6132 4044 368 ) ( -6132 4044 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5968 3604 368 ) ( -5968 4060 368 ) ( -5968 4060 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6192 4076 368 ) ( -6200 4076 368 ) ( -6200 4076 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6536 4084 368 ) ( -6536 3628 368 ) ( -6536 3628 344 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3942 +{ +( -5944 5348 200 ) ( -5944 5284 200 ) ( -5976 5284 200 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5976 5284 192 ) ( -5976 5348 192 ) ( -5976 5348 224 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5976 5364 192 ) ( -5944 5364 192 ) ( -5944 5364 224 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5944 5284 192 ) ( -5976 5284 192 ) ( -5976 5284 224 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5748 5364 344 ) ( -5976 5364 192 ) ( -5862 5284 268 ) common/nodraw 44 11 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3943 +{ +( -5932 5348 208 ) ( -5932 5284 208 ) ( -5964 5284 208 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5964 5284 200 ) ( -5964 5348 200 ) ( -5964 5348 232 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5964 5364 200 ) ( -5932 5364 200 ) ( -5932 5364 232 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5932 5284 200 ) ( -5964 5284 200 ) ( -5964 5284 232 ) common/nodraw -12 48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5748 5364 344 ) ( -5976 5364 192 ) ( -5862 5284 268 ) common/nodraw 44 11 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3944 +{ +( -5920 5348 216 ) ( -5920 5284 216 ) ( -5952 5284 216 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5952 5284 208 ) ( -5952 5348 208 ) ( -5952 5348 240 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5952 5364 208 ) ( -5920 5364 208 ) ( -5920 5364 240 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5920 5284 208 ) ( -5952 5284 208 ) ( -5952 5284 240 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3945 +{ +( -5908 5348 224 ) ( -5908 5284 224 ) ( -5940 5284 224 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5940 5284 216 ) ( -5940 5348 216 ) ( -5940 5348 248 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5940 5364 216 ) ( -5908 5364 216 ) ( -5908 5364 248 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5908 5284 216 ) ( -5940 5284 216 ) ( -5940 5284 248 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3946 +{ +( -5896 5348 232 ) ( -5896 5284 232 ) ( -5928 5284 232 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5928 5284 224 ) ( -5928 5348 224 ) ( -5928 5348 256 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5928 5364 224 ) ( -5896 5364 224 ) ( -5896 5364 256 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5896 5284 224 ) ( -5928 5284 224 ) ( -5928 5284 256 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3947 +{ +( -5884 5348 240 ) ( -5884 5284 240 ) ( -5916 5284 240 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5916 5284 232 ) ( -5916 5348 232 ) ( -5916 5348 264 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5916 5364 232 ) ( -5884 5364 232 ) ( -5884 5364 264 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5884 5284 232 ) ( -5916 5284 232 ) ( -5916 5284 264 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3948 +{ +( -5872 5348 248 ) ( -5872 5284 248 ) ( -5904 5284 248 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5904 5284 240 ) ( -5904 5348 240 ) ( -5904 5348 272 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5904 5364 240 ) ( -5872 5364 240 ) ( -5872 5364 272 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5872 5284 240 ) ( -5904 5284 240 ) ( -5904 5284 272 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3949 +{ +( -5860 5348 256 ) ( -5860 5284 256 ) ( -5892 5284 256 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5892 5284 248 ) ( -5892 5348 248 ) ( -5892 5348 280 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5892 5364 248 ) ( -5860 5364 248 ) ( -5860 5364 280 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5860 5284 248 ) ( -5892 5284 248 ) ( -5892 5284 280 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3950 +{ +( -5848 5348 264 ) ( -5848 5284 264 ) ( -5880 5284 264 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5880 5284 256 ) ( -5880 5348 256 ) ( -5880 5348 288 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5880 5364 256 ) ( -5848 5364 256 ) ( -5848 5364 288 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5848 5284 256 ) ( -5880 5284 256 ) ( -5880 5284 288 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3951 +{ +( -5836 5348 272 ) ( -5836 5284 272 ) ( -5868 5284 272 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5868 5284 264 ) ( -5868 5348 264 ) ( -5868 5348 296 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5868 5364 264 ) ( -5836 5364 264 ) ( -5836 5364 296 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5836 5284 264 ) ( -5868 5284 264 ) ( -5868 5284 296 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3952 +{ +( -5824 5348 280 ) ( -5824 5284 280 ) ( -5856 5284 280 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5856 5284 272 ) ( -5856 5348 272 ) ( -5856 5348 304 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5856 5364 272 ) ( -5824 5364 272 ) ( -5824 5364 304 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5824 5284 272 ) ( -5856 5284 272 ) ( -5856 5284 304 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3953 +{ +( -5812 5348 288 ) ( -5812 5284 288 ) ( -5844 5284 288 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5844 5284 280 ) ( -5844 5348 280 ) ( -5844 5348 312 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5844 5364 280 ) ( -5812 5364 280 ) ( -5812 5364 312 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5812 5284 280 ) ( -5844 5284 280 ) ( -5844 5284 312 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3954 +{ +( -5800 5348 296 ) ( -5800 5284 296 ) ( -5832 5284 296 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5832 5284 288 ) ( -5832 5348 288 ) ( -5832 5348 320 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5832 5364 288 ) ( -5800 5364 288 ) ( -5800 5364 320 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5800 5284 288 ) ( -5832 5284 288 ) ( -5832 5284 320 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3955 +{ +( -5788 5348 304 ) ( -5788 5284 304 ) ( -5820 5284 304 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5820 5284 296 ) ( -5820 5348 296 ) ( -5820 5348 328 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5820 5364 296 ) ( -5788 5364 296 ) ( -5788 5364 328 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5788 5284 296 ) ( -5820 5284 296 ) ( -5820 5284 328 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3956 +{ +( -5776 5348 312 ) ( -5776 5284 312 ) ( -5808 5284 312 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5808 5284 304 ) ( -5808 5348 304 ) ( -5808 5348 336 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5808 5364 304 ) ( -5776 5364 304 ) ( -5776 5364 336 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 5284 304 ) ( -5808 5284 304 ) ( -5808 5284 336 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3957 +{ +( -5764 5348 320 ) ( -5764 5284 320 ) ( -5796 5284 320 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5796 5284 312 ) ( -5796 5348 312 ) ( -5796 5348 344 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5796 5364 312 ) ( -5764 5364 312 ) ( -5764 5364 344 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5764 5284 312 ) ( -5796 5284 312 ) ( -5796 5284 344 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3958 +{ +( -5752 5348 328 ) ( -5752 5284 328 ) ( -5784 5284 328 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5784 5284 320 ) ( -5784 5348 320 ) ( -5784 5348 352 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5784 5364 320 ) ( -5752 5364 320 ) ( -5752 5364 352 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5752 5284 320 ) ( -5784 5284 320 ) ( -5784 5284 352 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3959 +{ +( -5740 5348 336 ) ( -5740 5284 336 ) ( -5772 5284 336 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5772 5284 328 ) ( -5772 5348 328 ) ( -5772 5348 360 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5772 5364 328 ) ( -5740 5364 328 ) ( -5740 5364 360 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5740 5284 328 ) ( -5772 5284 328 ) ( -5772 5284 360 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3960 +{ +( -5728 5348 344 ) ( -5728 5284 344 ) ( -5760 5284 344 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5760 5284 336 ) ( -5760 5348 336 ) ( -5760 5348 368 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5760 5364 336 ) ( -5728 5364 336 ) ( -5728 5364 368 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5728 5284 336 ) ( -5760 5284 336 ) ( -5760 5284 368 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3961 +{ +( -5716 5348 352 ) ( -5716 5284 352 ) ( -5748 5284 352 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5748 5284 344 ) ( -5748 5348 344 ) ( -5748 5348 376 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5748 5364 344 ) ( -5716 5364 344 ) ( -5716 5364 376 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5716 5284 344 ) ( -5748 5284 344 ) ( -5748 5284 376 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3962 +{ +( -5704 5348 360 ) ( -5704 5284 360 ) ( -5736 5284 360 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5736 5284 352 ) ( -5736 5348 352 ) ( -5736 5348 384 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5736 5364 352 ) ( -5704 5364 352 ) ( -5704 5364 384 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 5284 352 ) ( -5736 5284 352 ) ( -5736 5284 384 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5724 5364 360 ) ( -5952 5364 208 ) ( -5838 5284 284 ) common/nodraw 44 34 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3963 +{ +( -5692 5348 368 ) ( -5692 5284 368 ) ( -5724 5284 368 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5724 5284 360 ) ( -5724 5348 360 ) ( -5724 5348 392 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5724 5364 360 ) ( -5692 5364 360 ) ( -5692 5364 392 ) common/nodraw -60 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5692 5284 360 ) ( -5724 5284 360 ) ( -5724 5284 392 ) common/nodraw -60 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 5364 376 ) ( -5928 5364 224 ) ( -5814 5284 300 ) common/nodraw 44 58 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3964 +{ +( -5680 5348 376 ) ( -5680 5284 376 ) ( -5712 5284 376 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -5712 5284 368 ) ( -5712 5348 368 ) ( -5712 5348 400 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5712 5364 368 ) ( -5680 5364 368 ) ( -5680 5364 400 ) common/nodraw -60 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5680 5284 368 ) ( -5712 5284 368 ) ( -5712 5284 400 ) common/nodraw -60 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5700 5364 376 ) ( -5928 5364 224 ) ( -5814 5284 300 ) common/nodraw 44 58 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3965 +{ +( -6352 4140 24 ) ( -6352 4076 24 ) ( -6384 4076 24 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6384 4076 16 ) ( -6384 4140 16 ) ( -6384 4140 48 ) mohcommon/beam2 122 0 0.00 -0.625000 0.500000 0 16384 0 +surfaceparm detail +( -6384 4156 16 ) ( -6352 4156 16 ) ( -6352 4156 48 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6352 4076 16 ) ( -6384 4076 16 ) ( -6384 4076 48 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3966 +{ +( -6328 4140 40 ) ( -6328 4076 40 ) ( -6360 4076 40 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6360 4076 32 ) ( -6360 4140 32 ) ( -6360 4140 64 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6360 4156 32 ) ( -6328 4156 32 ) ( -6328 4156 64 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6328 4076 32 ) ( -6360 4076 32 ) ( -6360 4076 64 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3967 +{ +( -6316 4140 48 ) ( -6316 4076 48 ) ( -6348 4076 48 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6348 4076 40 ) ( -6348 4140 40 ) ( -6348 4140 72 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6348 4156 40 ) ( -6316 4156 40 ) ( -6316 4156 72 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6316 4076 40 ) ( -6348 4076 40 ) ( -6348 4076 72 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3968 +{ +( -6304 4140 56 ) ( -6304 4076 56 ) ( -6336 4076 56 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6336 4076 48 ) ( -6336 4140 48 ) ( -6336 4140 80 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6336 4156 48 ) ( -6304 4156 48 ) ( -6304 4156 80 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6304 4076 48 ) ( -6336 4076 48 ) ( -6336 4076 80 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3969 +{ +( -6292 4140 64 ) ( -6292 4076 64 ) ( -6324 4076 64 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6324 4076 56 ) ( -6324 4140 56 ) ( -6324 4140 88 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6324 4156 56 ) ( -6292 4156 56 ) ( -6292 4156 88 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6292 4076 56 ) ( -6324 4076 56 ) ( -6324 4076 88 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3970 +{ +( -6280 4140 72 ) ( -6280 4076 72 ) ( -6312 4076 72 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6312 4076 64 ) ( -6312 4140 64 ) ( -6312 4140 96 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6312 4156 64 ) ( -6280 4156 64 ) ( -6280 4156 96 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6280 4076 64 ) ( -6312 4076 64 ) ( -6312 4076 96 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3971 +{ +( -6268 4140 80 ) ( -6268 4076 80 ) ( -6300 4076 80 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6300 4076 72 ) ( -6300 4140 72 ) ( -6300 4140 104 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6300 4156 72 ) ( -6268 4156 72 ) ( -6268 4156 104 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6268 4076 72 ) ( -6300 4076 72 ) ( -6300 4076 104 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3972 +{ +( -6256 4140 88 ) ( -6256 4076 88 ) ( -6288 4076 88 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6288 4076 80 ) ( -6288 4140 80 ) ( -6288 4140 112 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6288 4156 80 ) ( -6256 4156 80 ) ( -6256 4156 112 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 4076 80 ) ( -6288 4076 80 ) ( -6288 4076 112 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3973 +{ +( -6244 4140 96 ) ( -6244 4076 96 ) ( -6276 4076 96 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6276 4076 88 ) ( -6276 4140 88 ) ( -6276 4140 120 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6276 4156 88 ) ( -6244 4156 88 ) ( -6244 4156 120 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6244 4076 88 ) ( -6276 4076 88 ) ( -6276 4076 120 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3974 +{ +( -6232 4140 104 ) ( -6232 4076 104 ) ( -6264 4076 104 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6264 4076 96 ) ( -6264 4140 96 ) ( -6264 4140 128 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6264 4156 96 ) ( -6232 4156 96 ) ( -6232 4156 128 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6232 4076 96 ) ( -6264 4076 96 ) ( -6264 4076 128 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3975 +{ +( -6220 4140 112 ) ( -6220 4076 112 ) ( -6252 4076 112 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6252 4076 104 ) ( -6252 4140 104 ) ( -6252 4140 136 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6252 4156 104 ) ( -6220 4156 104 ) ( -6220 4156 136 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6220 4076 104 ) ( -6252 4076 104 ) ( -6252 4076 136 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3976 +{ +( -6208 4140 120 ) ( -6208 4076 120 ) ( -6240 4076 120 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6240 4076 112 ) ( -6240 4140 112 ) ( -6240 4140 144 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6240 4156 112 ) ( -6208 4156 112 ) ( -6208 4156 144 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6208 4076 112 ) ( -6240 4076 112 ) ( -6240 4076 144 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3977 +{ +( -6196 4140 128 ) ( -6196 4076 128 ) ( -6228 4076 128 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6228 4076 120 ) ( -6228 4140 120 ) ( -6228 4140 152 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6228 4156 120 ) ( -6196 4156 120 ) ( -6196 4156 152 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6196 4076 120 ) ( -6228 4076 120 ) ( -6228 4076 152 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3978 +{ +( -6184 4140 136 ) ( -6184 4076 136 ) ( -6216 4076 136 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6216 4076 128 ) ( -6216 4140 128 ) ( -6216 4140 160 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6216 4156 128 ) ( -6184 4156 128 ) ( -6184 4156 160 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6184 4076 128 ) ( -6216 4076 128 ) ( -6216 4076 160 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3979 +{ +( -6172 4140 144 ) ( -6172 4076 144 ) ( -6204 4076 144 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6204 4076 136 ) ( -6204 4140 136 ) ( -6204 4140 168 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6204 4156 136 ) ( -6172 4156 136 ) ( -6172 4156 168 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6172 4076 136 ) ( -6204 4076 136 ) ( -6204 4076 168 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3980 +{ +( -6160 4140 152 ) ( -6160 4076 152 ) ( -6192 4076 152 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 4076 144 ) ( -6192 4140 144 ) ( -6192 4140 176 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6192 4156 144 ) ( -6160 4156 144 ) ( -6160 4156 176 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6160 4076 144 ) ( -6192 4076 144 ) ( -6192 4076 176 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3981 +{ +( -6148 4140 160 ) ( -6148 4076 160 ) ( -6180 4076 160 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6180 4076 152 ) ( -6180 4140 152 ) ( -6180 4140 184 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6180 4156 152 ) ( -6148 4156 152 ) ( -6148 4156 184 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6148 4076 152 ) ( -6180 4076 152 ) ( -6180 4076 184 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3982 +{ +( -6136 4140 168 ) ( -6136 4076 168 ) ( -6168 4076 168 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6168 4076 160 ) ( -6168 4140 160 ) ( -6168 4140 192 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6168 4156 160 ) ( -6136 4156 160 ) ( -6136 4156 192 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6136 4076 160 ) ( -6168 4076 160 ) ( -6168 4076 192 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3983 +{ +( -6124 4140 176 ) ( -6124 4076 176 ) ( -6156 4076 176 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6156 4076 168 ) ( -6156 4140 168 ) ( -6156 4140 200 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6156 4156 168 ) ( -6124 4156 168 ) ( -6124 4156 200 ) common/nodraw -12 -48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6124 4076 168 ) ( -6156 4076 168 ) ( -6156 4076 200 ) common/nodraw -12 -48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6132 4156 184 ) ( -6360 4156 32 ) ( -6246 4076 108 ) common/nodraw 52 10 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3984 +{ +( -6112 4140 184 ) ( -6112 4076 184 ) ( -6144 4076 184 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6144 4076 176 ) ( -6144 4140 176 ) ( -6144 4140 208 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6144 4156 176 ) ( -6112 4156 176 ) ( -6112 4156 208 ) common/nodraw -12 -48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6112 4076 176 ) ( -6144 4076 176 ) ( -6144 4076 208 ) common/nodraw -12 -48 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6132 4156 184 ) ( -6360 4156 32 ) ( -6246 4076 108 ) common/nodraw 52 10 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3985 +{ +( -6340 4140 32 ) ( -6340 4076 32 ) ( -6372 4076 32 ) mohtest/flrwood1_rep -128 0 0.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6372 4076 24 ) ( -6372 4140 24 ) ( -6372 4140 56 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6372 4156 24 ) ( -6340 4156 24 ) ( -6340 4156 56 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6340 4076 24 ) ( -6372 4076 24 ) ( -6372 4076 56 ) common/nodraw -52 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6156 4156 168 ) ( -6384 4156 16 ) ( -6270 4076 92 ) common/nodraw 52 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3986 +{ +( -5304 3472 568 ) ( -3720 3468 568 ) ( -3720 3476 568 ) mohcommon/crackedconcrete -165 -139 90.00 1 1 0 65536 0 +surfaceparm detail +( -5312 3316 600 ) ( -3728 3316 600 ) ( -3728 3324 568 ) ta_berlin/berlin_column 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -3720 3332 632 ) ( -5304 3332 624 ) ( -3720 3332 616 ) common/nodraw 8 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5320 3316 628 ) ( -3704 3316 632 ) ( -3704 3316 624 ) ta_berlin/berlin_column 0 0 90.00 1 1 0 65536 0 +surfaceparm detail +( -5320 3316 632 ) ( -5320 4036 632 ) ( -3720 4036 632 ) common/nodraw -37 -48 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5992 3340 544 ) ( -5976 3356 544 ) ( -5984 3348 608 ) common/nodraw 29 -52 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 3332 568 ) ( -5712 3316 568 ) ( -5720 3324 632 ) common/nodraw 27 -44 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3987 +{ +( -4808 5412 360 ) ( -5616 5412 360 ) ( -5616 4396 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5624 4396 384 ) ( -5624 5412 384 ) ( -4816 5412 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5564 5284 376 ) ( -4756 5284 376 ) ( -4756 5284 368 ) mohcommon/crackedconcrete -168 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5920 4388 376 ) ( -5920 5404 376 ) ( -5920 5404 368 ) ta_berlin/berlinwall2b 0 -96 0.00 1 1 0 65536 0 +surfaceparm detail +( -4816 5364 376 ) ( -5624 5364 376 ) ( -5624 5364 368 ) mohcommon/crackedconcrete -168 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 5400 376 ) ( -5984 4384 376 ) ( -5984 4384 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3988 +{ +( -4992 5356 360 ) ( -5800 5356 360 ) ( -5800 4340 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5808 4340 384 ) ( -5808 5356 384 ) ( -5000 5356 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5820 4324 376 ) ( -5012 4324 376 ) ( -5012 4324 368 ) mohcommon/crackedconcrete -240 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4348 376 ) ( -6248 5364 376 ) ( -6248 5364 368 ) mohcommon/crackedconcrete -132 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5000 4820 376 ) ( -5808 4820 376 ) ( -5808 4820 368 ) mohcommon/crackedconcrete -240 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 5344 376 ) ( -6536 4328 376 ) ( -6536 4328 368 ) mohcommon/crackedconcrete -132 112 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3989 +{ +( -5160 5228 168 ) ( -5968 5228 168 ) ( -5968 4212 168 ) mohcommon/crackedconcrete -72 4 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4212 192 ) ( -5976 5228 192 ) ( -5168 5228 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5840 4828 184 ) ( -5032 4828 184 ) ( -5032 4828 176 ) mohcommon/crackedconcrete -72 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4232 184 ) ( -5976 5248 184 ) ( -5976 5248 176 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5168 5180 184 ) ( -5976 5180 184 ) ( -5976 5180 176 ) mohcommon/crackedconcrete -72 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 5236 184 ) ( -6248 4220 184 ) ( -6248 4220 176 ) mohcommon/crackedconcrete -4 176 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3990 +{ +( -5160 5412 168 ) ( -5968 5412 168 ) ( -5968 4396 168 ) mohcommon/crackedconcrete -72 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4396 192 ) ( -5976 5412 192 ) ( -5168 5412 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5824 5180 184 ) ( -5016 5180 184 ) ( -5016 5180 176 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4416 184 ) ( -5720 5432 184 ) ( -5720 5432 176 ) mohcommon/crackedconcrete -188 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5168 5364 184 ) ( -5976 5364 184 ) ( -5976 5364 176 ) mohcommon/crackedconcrete -72 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 5420 184 ) ( -6248 4404 184 ) ( -6248 4404 176 ) mohcommon/crackedconcrete -188 176 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3991 +{ +( -5720 4364 168 ) ( -6528 4364 168 ) ( -6528 3348 168 ) mohcommon/crackedconcrete -24 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3348 192 ) ( -6536 4364 192 ) ( -5728 4364 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6488 4076 184 ) ( -5680 4076 184 ) ( -5680 4076 176 ) mohcommon/crackedconcrete -24 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3352 184 ) ( -6080 4368 184 ) ( -6080 4368 176 ) mohcommon/crackedconcrete -164 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4156 184 ) ( -6528 4156 184 ) ( -6528 4156 176 ) mohcommon/crackedconcrete -24 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6132 4348 184 ) ( -6132 3332 184 ) ( -6132 3332 176 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3992 +{ +( -5720 4364 168 ) ( -6528 4364 168 ) ( -6528 3348 168 ) mohcommon/crackedconcrete -24 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3348 192 ) ( -6536 4364 192 ) ( -5728 4364 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6536 3348 184 ) ( -5728 3348 184 ) ( -5728 3348 176 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6080 3352 184 ) ( -6080 4368 184 ) ( -6080 4368 176 ) mohcommon/crackedconcrete -164 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4076 184 ) ( -6528 4076 184 ) ( -6528 4076 176 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4364 184 ) ( -6536 3348 184 ) ( -6536 3348 176 ) mohcommon/crackedconcrete -164 176 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3993 +{ +( -5160 4876 168 ) ( -5968 4876 168 ) ( -5968 3860 168 ) mohcommon/crackedconcrete -72 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 3860 192 ) ( -5976 4876 192 ) ( -5168 4876 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5864 4356 184 ) ( -5056 4356 184 ) ( -5056 4356 176 ) mohcommon/crackedconcrete -72 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 3880 184 ) ( -5976 4896 184 ) ( -5976 4896 176 ) mohcommon/crackedconcrete -164 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5168 4828 184 ) ( -5976 4828 184 ) ( -5976 4828 176 ) mohcommon/crackedconcrete -72 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4884 184 ) ( -6248 3868 184 ) ( -6248 3868 176 ) mohcommon/crackedconcrete -164 176 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3994 +{ +( -5720 4364 168 ) ( -6528 4364 168 ) ( -6528 3348 168 ) mohcommon/crackedconcrete -24 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3348 192 ) ( -6536 4364 192 ) ( -5728 4364 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6488 4156 184 ) ( -5680 4156 184 ) ( -5680 4156 176 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3352 184 ) ( -6080 4368 184 ) ( -6080 4368 176 ) mohcommon/crackedconcrete -164 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4324 184 ) ( -6536 4324 184 ) ( -6536 4324 176 ) mohcommon/crackedconcrete -24 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4364 184 ) ( -6536 3348 184 ) ( -6536 3348 176 ) mohcommon/crackedconcrete -164 176 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3995 +{ +( -5720 4396 168 ) ( -6528 4396 168 ) ( -6528 3380 168 ) mohcommon/crackedconcrete -24 196 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3380 192 ) ( -6536 4396 192 ) ( -5728 4396 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6472 4324 184 ) ( -5664 4324 184 ) ( -5664 4324 176 ) mohcommon/crackedconcrete -24 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3384 184 ) ( -6080 4400 184 ) ( -6080 4400 176 ) mohcommon/crackedconcrete -196 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4356 184 ) ( -6536 4356 184 ) ( -6536 4356 176 ) mohcommon/crackedconcrete -24 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4396 184 ) ( -6536 3380 184 ) ( -6536 3380 176 ) mohcommon/crackedconcrete -196 176 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3996 +{ +( -5432 4868 168 ) ( -6240 4868 168 ) ( -6240 3852 168 ) mohcommon/crackedconcrete -56 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 3852 192 ) ( -6248 4868 192 ) ( -5440 4868 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6136 4356 184 ) ( -5328 4356 184 ) ( -5328 4356 176 ) mohcommon/crackedconcrete -56 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 3872 184 ) ( -6248 4888 184 ) ( -6248 4888 176 ) mohcommon/crackedconcrete -156 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5440 4820 184 ) ( -6248 4820 184 ) ( -6248 4820 176 ) mohcommon/crackedconcrete -56 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4876 184 ) ( -6536 3860 184 ) ( -6536 3860 176 ) mohcommon/crackedconcrete -156 176 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3997 +{ +( -5976 4836 16 ) ( -6248 4836 16 ) ( -6248 4820 16 ) mohcommon/crackedconcrete -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4820 168 ) ( -6248 4836 168 ) ( -5976 4836 168 ) mohcommon/crackedconcrete -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4820 168 ) ( -5976 4820 168 ) ( -5976 4820 144 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5976 4820 168 ) ( -5976 4836 168 ) ( -5976 4836 144 ) mohcommon/crackedconcrete -156 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4836 168 ) ( -6248 4836 168 ) ( -6248 4836 144 ) mohcommon/crackedconcrete -16 -24 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4836 168 ) ( -6248 4820 168 ) ( -6248 4820 144 ) mohcommon/crackedconcrete -156 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3998 +{ +( -5736 4356 -16 ) ( -6544 4356 -16 ) ( -6544 3340 -16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -6544 3340 16 ) ( -6544 4356 16 ) ( -5736 4356 16 ) mohtest/wdflr2a -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -6500 4324 8 ) ( -5692 4324 8 ) ( -5692 4324 0 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3356 8 ) ( -6080 4372 8 ) ( -6080 4372 0 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5716 4820 8 ) ( -6524 4820 8 ) ( -6524 4820 0 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4356 8 ) ( -6536 3340 8 ) ( -6536 3340 0 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3999 +{ +( -5736 4356 -16 ) ( -6544 4356 -16 ) ( -6544 3340 -16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -6544 3340 16 ) ( -6544 4356 16 ) ( -5736 4356 16 ) mohtest/wdflr2a -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -6540 3348 8 ) ( -5732 3348 8 ) ( -5732 3348 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 3340 8 ) ( -5736 4356 8 ) ( -5736 4356 0 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5740 4324 8 ) ( -6548 4324 8 ) ( -6548 4324 0 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4356 8 ) ( -6536 3340 8 ) ( -6536 3340 0 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4000 +{ +( -4808 5412 360 ) ( -5616 5412 360 ) ( -5616 4396 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5624 4396 384 ) ( -5624 5412 384 ) ( -4816 5412 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5636 4324 376 ) ( -4828 4324 376 ) ( -4828 4324 368 ) mohcommon/crackedconcrete -168 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4412 376 ) ( -5976 5428 376 ) ( -5976 5428 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -4816 4884 376 ) ( -5624 4884 376 ) ( -5624 4884 368 ) mohcommon/crackedconcrete -168 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 5408 376 ) ( -6248 4392 376 ) ( -6248 4392 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4001 +{ +( -5832 4364 16 ) ( -6640 4364 16 ) ( -6640 3348 16 ) mohcommon/crackedconcrete -184 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6632 3348 192 ) ( -6632 4364 192 ) ( -5824 4364 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6608 3804 184 ) ( -5800 3804 184 ) ( -5800 3804 176 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5984 3336 184 ) ( -5984 4352 184 ) ( -5984 4352 176 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5824 4356 184 ) ( -6632 4356 184 ) ( -6632 4356 176 ) mohcommon/crackedconcrete -184 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 4332 184 ) ( -6080 3316 184 ) ( -6080 3316 176 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +} +// brush 4002 +{ +( -5868 4028 568 ) ( -5864 5612 568 ) ( -5872 5612 568 ) ta_berlin/berlin_column 0 -156 180.00 1 1 0 65536 0 +surfaceparm detail +( -5712 4020 600 ) ( -5712 5604 600 ) ( -5720 5604 568 ) ta_berlin/berlin_column 0 -156 90.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5612 632 ) ( -5728 4028 624 ) ( -5728 5612 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5712 4012 628 ) ( -5712 5628 632 ) ( -5712 5628 624 ) ta_berlin/berlin_column 0 -156 90.00 1 1 0 65536 0 +surfaceparm detail +( -5712 4012 632 ) ( -6432 4012 632 ) ( -6432 5612 632 ) common/nodraw 61 -36 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 3340 544 ) ( -5752 3356 544 ) ( -5744 3348 608 ) common/nodraw 29 -52 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4876 560 ) ( -5712 4860 560 ) ( -5720 4868 624 ) common/nodraw 27 20 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4003 +{ +( -4808 5412 360 ) ( -5616 5412 360 ) ( -5616 4396 360 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5624 4396 384 ) ( -5624 5412 384 ) ( -4816 5412 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5596 4884 376 ) ( -4788 4884 376 ) ( -4788 4884 368 ) mohcommon/crackedconcrete -168 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 4380 376 ) ( -5160 5396 376 ) ( -5160 5396 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -4816 5364 376 ) ( -5624 5364 376 ) ( -5624 5364 368 ) mohcommon/crackedconcrete -168 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 5400 376 ) ( -5704 4384 376 ) ( -5704 4384 368 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4004 +{ +( -4816 5412 360 ) ( -5624 5412 360 ) ( -5624 4396 360 ) mohcommon/crackedconcrete -160 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -5632 4396 384 ) ( -5632 5412 384 ) ( -4824 5412 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5604 4884 376 ) ( -4796 4884 376 ) ( -4796 4884 368 ) mohcommon/crackedconcrete -160 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4140 376 ) ( -5704 5156 376 ) ( -5704 5156 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -4832 5092 376 ) ( -5640 5092 376 ) ( -5640 5092 368 ) mohcommon/crackedconcrete -160 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 5400 376 ) ( -5712 4384 376 ) ( -5712 4384 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4005 +{ +( -4824 5412 568 ) ( -5632 5412 568 ) ( -5632 4396 568 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5640 4396 576 ) ( -5640 5412 576 ) ( -4832 5412 576 ) mohcommon/crackedconcrete -152 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -5612 4884 568 ) ( -4804 4884 568 ) ( -4804 4884 560 ) mohcommon/crackedconcrete -152 48 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 4380 568 ) ( -5160 5396 568 ) ( -5160 5396 560 ) mohcommon/crackedconcrete -188 48 0.00 1 1 0 65536 0 +surfaceparm detail +( -4832 5364 568 ) ( -5640 5364 568 ) ( -5640 5364 560 ) mohcommon/crackedconcrete -152 48 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 5400 568 ) ( -5736 4384 568 ) ( -5736 4384 560 ) mohcommon/crackedconcrete -188 48 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4006 +{ +( -5820 3816 568 ) ( -6060 3816 568 ) ( -6060 3576 568 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6060 3576 600 ) ( -6060 3816 600 ) ( -5820 3816 600 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5736 3588 600 ) ( -5736 3828 600 ) ( -5736 3828 576 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5716 5372 580 ) ( -5956 5372 580 ) ( -5956 5372 556 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6256 3832 600 ) ( -6256 3592 600 ) ( -6256 3592 576 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5680 4828 576 ) ( -5696 4828 576 ) ( -5688 4828 600 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4007 +{ +( -5820 3816 568 ) ( -6060 3816 568 ) ( -6060 3576 568 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6060 3576 600 ) ( -6060 3816 600 ) ( -5820 3816 600 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5736 3588 600 ) ( -5736 3828 600 ) ( -5736 3828 576 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5764 4828 580 ) ( -6004 4828 580 ) ( -6004 4828 556 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3832 600 ) ( -6536 3592 600 ) ( -6536 3592 576 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5792 3828 576 ) ( -5808 3828 576 ) ( -5800 3828 600 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4008 +{ +( -5820 3308 568 ) ( -6060 3308 568 ) ( -6060 3068 568 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6060 3068 600 ) ( -6060 3308 600 ) ( -5820 3308 600 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5736 3080 600 ) ( -5736 3320 600 ) ( -5736 3320 576 ) mohcommon/crackedconcrete -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5820 3832 580 ) ( -6060 3832 580 ) ( -6060 3832 556 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3252 600 ) ( -6536 3012 600 ) ( -6536 3012 576 ) mohcommon/crackedconcrete -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5920 3332 576 ) ( -5960 3332 576 ) ( -5940 3332 600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4009 +{ +( -5968 4812 16 ) ( -6072 4812 16 ) ( -6072 4356 16 ) mohcommon/crackedconcrete -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 4356 168 ) ( -6080 4812 168 ) ( -5976 4812 168 ) mohcommon/crackedconcrete -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 4356 360 ) ( -5976 4356 360 ) ( -5976 4356 0 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4356 360 ) ( -5976 4812 360 ) ( -5976 4812 0 ) mohcommon/crackedconcrete -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 4820 360 ) ( -6080 4820 360 ) ( -6080 4820 0 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 4812 360 ) ( -6080 4356 360 ) ( -6080 4356 0 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +} +// brush 4010 +{ +( -5720 4364 168 ) ( -6528 4364 168 ) ( -6528 3348 168 ) mohcommon/crackedconcrete -24 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 3348 192 ) ( -6536 4364 192 ) ( -5728 4364 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6536 3396 184 ) ( -5728 3396 184 ) ( -5728 3396 176 ) mohcommon/crackedconcrete -24 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3328 184 ) ( -5736 4344 184 ) ( -5736 4344 176 ) mohcommon/crackedconcrete -164 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4324 184 ) ( -6536 4324 184 ) ( -6536 4324 176 ) mohcommon/crackedconcrete -24 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 4332 184 ) ( -5984 3316 184 ) ( -5984 3316 176 ) mohcommon/crackedconcrete -164 176 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4011 +{ +( -4808 5412 360 ) ( -5616 5412 360 ) ( -5616 4396 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5624 4396 384 ) ( -5624 5412 384 ) ( -4816 5412 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5588 5100 376 ) ( -4780 5100 376 ) ( -4780 5100 368 ) mohcommon/crackedconcrete -168 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4388 376 ) ( -5704 5404 376 ) ( -5704 5404 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -4816 5284 376 ) ( -5624 5284 376 ) ( -5624 5284 368 ) ta_berlin/berlinwall2b 0 -96 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5392 376 ) ( -5976 4376 376 ) ( -5976 4376 368 ) mohcommon/crackedconcrete -188 112 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4012 +{ +( -4904 5412 168 ) ( -5712 5412 168 ) ( -5712 4396 168 ) mohcommon/crackedconcrete -72 188 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4396 192 ) ( -5720 5412 192 ) ( -4912 5412 192 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5616 4884 184 ) ( -4808 4884 184 ) ( -4808 4884 176 ) mohcommon/crackedconcrete -72 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 4408 184 ) ( -5160 5424 184 ) ( -5160 5424 176 ) mohcommon/crackedconcrete -188 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -4912 5364 184 ) ( -5720 5364 184 ) ( -5720 5364 176 ) mohcommon/crackedconcrete -72 176 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5412 184 ) ( -5720 4396 184 ) ( -5720 4396 176 ) ta_berlin/berlinwall2b 0 -24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4013 +{ +( -5904 5036 360 ) ( -5968 5036 360 ) ( -5968 5004 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5004 384 ) ( -5968 5036 384 ) ( -5904 5036 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6056 4780 360 ) ( -6056 4780 384 ) ( -5904 4812 384 ) common/nodraw 15 20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -6056 5124 360 ) ( -5904 4812 360 ) ( -5980 4968 384 ) common/nodraw 27 21 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5968 5068 360 ) ( -5968 5084 360 ) ( -5968 5076 384 ) common/nodraw 27 21 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4014 +{ +( -5904 5036 360 ) ( -5968 5036 360 ) ( -5968 5004 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5004 384 ) ( -5968 5036 384 ) ( -5904 5036 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5904 4812 360 ) ( -5904 4812 384 ) ( -5832 4916 384 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5832 4916 360 ) ( -5832 4916 384 ) ( -5952 5124 384 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5904 4812 384 ) ( -5904 4812 360 ) ( -6056 5124 360 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5968 5068 360 ) ( -5968 5084 360 ) ( -5968 5076 384 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5948 5092 360 ) ( -5932 5092 360 ) ( -5940 5092 384 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4015 +{ +( -5912 5036 168 ) ( -5976 5036 168 ) ( -5976 5004 168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5004 192 ) ( -5976 5036 192 ) ( -5912 5036 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5912 4812 168 ) ( -5912 4812 192 ) ( -5840 4916 192 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5840 4916 168 ) ( -5840 4916 192 ) ( -5960 5124 192 ) mohtest/floorcore2 40 0 0.00 -0.337502 0.375000 0 16384 0 +surfaceparm detail +( -5912 4812 192 ) ( -5912 4812 168 ) ( -6064 5124 168 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5968 5076 168 ) ( -5968 5084 168 ) ( -5968 5080 192 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5952 5092 168 ) ( -5936 5092 168 ) ( -5944 5092 192 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4016 +{ +( -5912 5036 168 ) ( -5976 5036 168 ) ( -5976 5004 168 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5004 192 ) ( -5976 5036 192 ) ( -5912 5036 192 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6064 4780 168 ) ( -6064 4780 192 ) ( -5912 4812 192 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6064 5124 168 ) ( -5912 4812 168 ) ( -5988 4968 192 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5968 5076 168 ) ( -5968 5084 168 ) ( -5968 5080 192 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4017 +{ +( -5812 3816 576 ) ( -6052 3816 576 ) ( -6052 3576 576 ) mohtest/fltwallsq 53 -206 90.00 -1.625000 2 0 65536 0 +surfaceparm detail +( -6052 3576 600 ) ( -6052 3816 600 ) ( -5812 3816 600 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5152 3636 600 ) ( -5152 3876 600 ) ( -5152 3876 576 ) common/nodraw 12 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5708 5372 580 ) ( -5948 5372 580 ) ( -5948 5372 556 ) common/nodraw 8 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 3824 600 ) ( -5736 3584 600 ) ( -5736 3584 576 ) common/nodraw 12 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5664 4876 576 ) ( -5680 4876 576 ) ( -5672 4876 600 ) common/nodraw 8 23 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4018 +{ +( -5728 6032 360 ) ( -5728 4448 360 ) ( -6432 4448 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 6032 360 ) ( -5728 6032 -208 ) ( -5728 4448 -208 ) ta_berlin/berlinwall3b 121 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5728 4528 328 ) ( -5728 4572 340 ) ( -5736 4572 340 ) ta_berlin/brln_rubble -198 112 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4496 176 ) ( -5736 4512 176 ) ( -5736 4504 360 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4528 360 ) ( -5728 4528 328 ) ( -5736 4528 328 ) common/nodraw 0 10 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4592 360 ) ( -5736 4572 340 ) ( -5728 4572 340 ) ta_berlin/brln_rubble -198 112 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4580 327.999969 ) ( -5728 4580 327.999969 ) ( -5732 4580 360 ) ta_berlin/brln_rubble -198 -44 0.00 0.647949 1 0 65536 0 +surfaceparm detail +} +// brush 4019 +{ +( -5728 5912 360 ) ( -5728 4328 360 ) ( -6432 4328 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5912 288 ) ( -5728 5912 -280 ) ( -5728 4328 -280 ) ta_berlin/berlinwall3b 121 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5728 4352 216 ) ( -5728 4408 256 ) ( -5736 4408 256 ) ta_berlin/brln_rubble -198 248 0.00 0.647949 1 0 65536 0 +surfaceparm detail +( -5736 4376 104 ) ( -5736 4392 104 ) ( -5736 4384 288 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4352 276 ) ( -5728 4352 264 ) ( -5736 4352 270 ) common/nodraw 0 -58 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4408 360 ) ( -5736 4408 328 ) ( -5728 4408 328 ) common/nodraw 0 -58 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4020 +{ +( -5728 5404 568 ) ( -5728 3820 568 ) ( -6432 3820 568 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5404 568 ) ( -5728 5404 0 ) ( -5728 3820 0 ) ta_berlin/berlinwall3b 40 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5748 3820 384 ) ( -5740 5404 384 ) ( -5756 5404 384 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3868 384 ) ( -5736 3884 384 ) ( -5736 3876 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5728 3844 556 ) ( -5728 3844 544 ) ( -5736 3844 550 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4068 544 ) ( -5728 4068 560 ) ( -5736 4068 552 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4021 +{ +( -5728 5148 568 ) ( -5728 3564 568 ) ( -6432 3564 568 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5148 568 ) ( -5728 5148 0 ) ( -5728 3564 0 ) ta_berlin/berlinwall3b 3 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5748 3564 384 ) ( -5740 5148 384 ) ( -5756 5148 384 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3612 384 ) ( -5736 3628 384 ) ( -5736 3620 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5728 3588 556 ) ( -5728 3588 544 ) ( -5736 3588 550 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3812 544 ) ( -5728 3812 560 ) ( -5736 3812 552 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4022 +{ +( -5968 5100 208 ) ( -5968 3516 208 ) ( -5968 3516 776 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6040 3548 384 ) ( -6024 3548 384 ) ( -6032 5132 384 ) common/nodraw 61 -4 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -6024 3548 568 ) ( -6020 5132 568 ) ( -6016 3548 568 ) common/nodraw 61 -4 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5976 5076 552 ) ( -5976 5068 384 ) ( -5976 5084 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5960 4348 376 ) ( -5976 4348 376 ) ( -5968 4348 544 ) common/nodraw 63 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5968 5092 384 ) ( -5962 5092 384 ) ( -5965 5092 552 ) common/nodraw 63 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4023 +{ +( -6196 3804 192 ) ( -6204 3804 192 ) ( -6204 3348 192 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6200 3348 360 ) ( -6200 3804 360 ) ( -6192 3804 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6200 3348 368 ) ( -6192 3348 368 ) ( -6192 3348 344 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6192 3348 368 ) ( -6192 3804 368 ) ( -6192 3804 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6192 3804 368 ) ( -6200 3804 368 ) ( -6200 3804 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6536 3812 368 ) ( -6536 3356 368 ) ( -6536 3356 344 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4024 +{ +( -6076 3804 192 ) ( -6084 3804 192 ) ( -6084 3348 192 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3348 360 ) ( -6080 3804 360 ) ( -6072 3804 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 3348 368 ) ( -6072 3348 368 ) ( -6072 3348 344 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6072 3348 368 ) ( -6072 3804 368 ) ( -6072 3804 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6072 3804 368 ) ( -6080 3804 368 ) ( -6080 3804 344 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6112 3804 368 ) ( -6112 3348 368 ) ( -6112 3348 344 ) general_structure/plaster_wall2 0 24 0.00 1 0.700000 0 65536 0 +surfaceparm detail +} +// brush 4025 +{ +( -5292 4012 568 ) ( -5288 5596 568 ) ( -5296 5596 568 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5136 4004 600 ) ( -5136 5588 600 ) ( -5144 5588 568 ) ta_berlin/berlin_column 0 -156 90.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5612 632 ) ( -5152 4028 624 ) ( -5152 5612 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5136 3996 628 ) ( -5136 5612 632 ) ( -5136 5612 624 ) ta_berlin/berlin_column 0 -156 90.00 1 1 0 65536 0 +surfaceparm detail +( -5136 3996 632 ) ( -5856 3996 632 ) ( -5856 5596 632 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5136 4860 568 ) ( -5152 4876 568 ) ( -5144 4868 632 ) common/nodraw 26 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5152 5140 568 ) ( -5136 5140 568 ) ( -5144 5140 632 ) common/nodraw 28 56 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4026 +{ +( -5292 4012 568 ) ( -5288 5596 568 ) ( -5296 5596 568 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5136 4004 600 ) ( -5136 5588 600 ) ( -5144 5588 568 ) ta_berlin/berlin_column 0 -156 90.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5612 632 ) ( -5152 4028 624 ) ( -5152 5612 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5136 3996 628 ) ( -5136 5612 632 ) ( -5136 5612 624 ) ta_berlin/berlin_column 0 -156 90.00 1 1 0 65536 0 +surfaceparm detail +( -5136 3996 632 ) ( -5856 3996 632 ) ( -5856 5596 632 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5156 5368 568 ) ( -5136 5388 568 ) ( -5146 5378 632 ) common/nodraw 26 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5136 5140 568 ) ( -5152 5140 568 ) ( -5144 5140 632 ) common/nodraw 28 56 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4027 +{ +( -4912 5232 568 ) ( -6496 5236 568 ) ( -6496 5228 568 ) ta_berlin/berlin_column -28 -15 90.00 1 1 0 65536 0 +surfaceparm detail +( -4904 5388 600 ) ( -6488 5388 600 ) ( -6488 5380 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6496 5372 632 ) ( -4912 5372 624 ) ( -6496 5372 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4896 5388 628 ) ( -6512 5388 632 ) ( -6512 5388 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4896 5388 632 ) ( -4896 4668 632 ) ( -6496 4668 632 ) common/nodraw 28 39 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5136 5388 528 ) ( -5152 5372 528 ) ( -5144 5380 592 ) common/nodraw 29 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 5376 568 ) ( -5736 5388 568 ) ( -5736 5382 632 ) common/nodraw 28 20 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4028 +{ +( -5148 5148 0 ) ( -5148 3564 0 ) ( -5148 3564 568 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5180 3564 384 ) ( -5172 5148 384 ) ( -5164 3564 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5208 3564 360 ) ( -5200 3564 360 ) ( -5204 5148 360 ) mohtest/groovedstn1a 30 -54 -180.00 2 2 0 65536 0 +surfaceparm detail +( -5152 5104 384 ) ( -5152 5100 360 ) ( -5152 5108 360 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5124 550 ) ( -5148 5124 544 ) ( -5148 5124 556 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5144 4900 552 ) ( -5140 4900 560 ) ( -5140 4900 544 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4029 +{ +( -5148 5372 0 ) ( -5148 3788 0 ) ( -5148 3788 568 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5180 3788 384 ) ( -5172 5372 384 ) ( -5164 3788 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5208 3788 360 ) ( -5200 3788 360 ) ( -5204 5372 360 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5328 384 ) ( -5152 5324 360 ) ( -5152 5332 360 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5152 5348 550 ) ( -5148 5348 544 ) ( -5148 5348 556 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5152 5156 552 ) ( -5148 5156 560 ) ( -5148 5156 544 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4030 +{ +( -5148 5148 0 ) ( -5148 3564 0 ) ( -5148 3564 568 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5224 3564 192 ) ( -5216 5148 192 ) ( -5208 3564 192 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5232 3564 168 ) ( -5224 3564 168 ) ( -5228 5148 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5152 5128 192 ) ( -5152 5124 168 ) ( -5152 5132 168 ) common/nodraw 44 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5152 5124 550 ) ( -5148 5124 544 ) ( -5148 5124 556 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5144 4900 552 ) ( -5140 4900 560 ) ( -5140 4900 544 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4031 +{ +( -5148 5372 0 ) ( -5148 3788 0 ) ( -5148 3788 568 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5224 3788 192 ) ( -5216 5372 192 ) ( -5208 3788 192 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5232 3788 168 ) ( -5224 3788 168 ) ( -5228 5372 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5152 5352 192 ) ( -5152 5348 168 ) ( -5152 5356 168 ) common/nodraw 12 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5152 5348 550 ) ( -5148 5348 544 ) ( -5148 5348 556 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5152 5156 552 ) ( -5148 5156 560 ) ( -5148 5156 544 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4032 +{ +( -6404 4828 568 ) ( -6408 3244 568 ) ( -6400 3244 568 ) ta_berlin/berlin_column 16 -156 180.00 1 1 0 65536 0 +surfaceparm detail +( -6560 4836 600 ) ( -6560 3252 600 ) ( -6552 3252 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3244 632 ) ( -6544 4828 624 ) ( -6544 3244 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6560 4844 628 ) ( -6560 3227.999512 632 ) ( -6560 3227.999512 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6560 4844 632 ) ( -5840 4844 632 ) ( -5840 3244 632 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6560 4844 568 ) ( -6544 4828 568 ) ( -6552 4836 632 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6528 4308 568 ) ( -6552 4308 568 ) ( -6540 4308 632 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4033 +{ +( -6520 4820 168 ) ( -6520 4836 168 ) ( -6520 4828 192 ) ta_berlin/berlin_column 60 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -6296 4828 168 ) ( -6296 4804 168 ) ( -6296 4816 192 ) ta_berlin/berlin_column 60 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -5240 4828 168 ) ( -5248 4828 168 ) ( -5244 4828 192 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5232 4752 168 ) ( -6816 4756 168 ) ( -6816 4748 168 ) ta_berlin/berlin_column 60 78 -90.00 1 1 0 65536 0 +surfaceparm detail +( -6816 4772 192 ) ( -5232 4764 192 ) ( -6816 4756 192 ) ta_berlin/berlin_column 60 78 -90.00 1 1 0 65536 0 +surfaceparm detail +( -6816 4832 568 ) ( -6816 4832 0 ) ( -5232 4832 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4034 +{ +( -5724 5148 376 ) ( -5724 5148 -192 ) ( -5724 3564 -192 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5740 5148 192 ) ( -5748 3564 192 ) ( -5756 5148 192 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5780 3564 168 ) ( -5776 5148 168 ) ( -5784 5148 168 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3604 168 ) ( -5736 3612 168 ) ( -5736 3608 192 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5724 3588 364 ) ( -5724 3588 352 ) ( -5728 3588 358 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 3812 352 ) ( -5724 3812 368 ) ( -5728 3812 360 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4035 +{ +( -5724 5404 376 ) ( -5724 5404 -192 ) ( -5724 3820 -192 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5740 5404 192 ) ( -5748 3820 192 ) ( -5756 5404 192 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5780 3820 168 ) ( -5776 5404 168 ) ( -5784 5404 168 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3860 168 ) ( -5736 3868 168 ) ( -5736 3864 192 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5724 3844 364 ) ( -5724 3844 352 ) ( -5728 3844 358 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 4068 352 ) ( -5724 4068 368 ) ( -5728 4068 360 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4036 +{ +( -5724 5660 376 ) ( -5724 5660 -192 ) ( -5724 4076 -192 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5740 5660 192 ) ( -5748 4076 192 ) ( -5756 5660 192 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5780 4076 168 ) ( -5776 5660 168 ) ( -5784 5660 168 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4116 168 ) ( -5736 4124 168 ) ( -5736 4120 192 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5724 4100 364 ) ( -5724 4100 352 ) ( -5728 4100 358 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 4324 352 ) ( -5724 4324 368 ) ( -5728 4324 360 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4037 +{ +( -6536 3812 168 ) ( -6552 3812 168 ) ( -6544 3812 192 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6544 4292 168 ) ( -6536 4292 168 ) ( -6540 4292 192 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6544 4812 168 ) ( -6544 4804 168 ) ( -6544 4808 192 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6468 4828 168 ) ( -6472 3244 168 ) ( -6464 3244 168 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6488 3244 192 ) ( -6480 4828 192 ) ( -6472 3244 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6548 3244 568 ) ( -6548 3244 0 ) ( -6548 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4038 +{ +( -6116 6204 568 ) ( -6120 4620 568 ) ( -6112 4620 568 ) ta_berlin/berlin_column 16 -156 180.00 1 1 0 65536 0 +surfaceparm detail +( -6272 6212 600 ) ( -6272 4628 600 ) ( -6264 4628 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 4620 632 ) ( -6256 6204 624 ) ( -6256 4620 616 ) common/nodraw -60 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6272 6220 628 ) ( -6272 4604 632 ) ( -6272 4604 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6272 6220 632 ) ( -5552 6220 632 ) ( -5552 4620 632 ) common/nodraw -48 20 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6272 5388 568 ) ( -6256 5372 568 ) ( -6264 5380 632 ) common/nodraw 29 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6256 4828 568 ) ( -6272 4844 568 ) ( -6264 4836 632 ) common/nodraw 29 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4039 +{ +( -5724 5660 568 ) ( -5724 5660 0 ) ( -5724 4076 0 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5740 5660 384 ) ( -5748 4076 384 ) ( -5756 5660 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5780 4076 360 ) ( -5776 5660 360 ) ( -5784 5660 360 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4116 360 ) ( -5728 4124 360 ) ( -5728 4120 384 ) common/nodraw 44 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 4100 556 ) ( -5724 4100 544 ) ( -5728 4100 550 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 4324 544 ) ( -5724 4324 560 ) ( -5728 4324 552 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4040 +{ +( -5724 5404 568 ) ( -5724 5404 0 ) ( -5724 3820 0 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5740 5404 384 ) ( -5748 3820 384 ) ( -5756 5404 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5780 3820 360 ) ( -5776 5404 360 ) ( -5784 5404 360 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3860 360 ) ( -5728 3868 360 ) ( -5728 3864 384 ) common/nodraw 44 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 3844 556 ) ( -5724 3844 544 ) ( -5728 3844 550 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 4068 544 ) ( -5724 4068 560 ) ( -5728 4068 552 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4041 +{ +( -5724 5148 568 ) ( -5724 5148 0 ) ( -5724 3564 0 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5740 5148 384 ) ( -5748 3564 384 ) ( -5756 5148 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5780 3564 360 ) ( -5776 5148 360 ) ( -5784 5148 360 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3604 360 ) ( -5728 3612 360 ) ( -5728 3608 384 ) common/nodraw 44 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 3588 556 ) ( -5724 3588 544 ) ( -5728 3588 550 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 3812 544 ) ( -5724 3812 560 ) ( -5728 3812 552 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4042 +{ +( -6544 4836 544 ) ( -6544 4836 -24 ) ( -5840 4836 -24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6496 3260 384 ) ( -6492 4844 384 ) ( -6488 3260 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4772 192 ) ( -6520 4788 192 ) ( -6520 4780 360 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6504 4828 192 ) ( -6512 4828 192 ) ( -6508 4828 360 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6296 4840 168 ) ( -6296 4820 168 ) ( -6296 4830 384 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6444 4836 360 ) ( -6456 4828 360 ) ( -6432 4828 360 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4043 +{ +( -5724 4916 568 ) ( -5724 4916 0 ) ( -5724 3332 0 ) ta_berlin/berlin_column 5 -128 90.00 1 1 0 65536 0 +surfaceparm detail +( -5740 4916 384 ) ( -5748 3332 384 ) ( -5756 4916 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5780 3332 360 ) ( -5776 4916 360 ) ( -5784 4916 360 ) ta_berlin/berlin_column 24 -128 180.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3372 360 ) ( -5728 3380 360 ) ( -5728 3376 384 ) common/nodraw 4 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 3356 556 ) ( -5724 3356 544 ) ( -5728 3356 550 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5724 3556 544 ) ( -5724 3556 560 ) ( -5728 3556 552 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4044 +{ +( -6260 3532 568 ) ( -6260 3532 0 ) ( -6260 5116 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6200 3532 192 ) ( -6192 5116 192 ) ( -6184 3532 192 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -6180 5116 168 ) ( -6184 3532 168 ) ( -6176 3532 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 5100 168 ) ( -6248 5092 168 ) ( -6248 5096 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6252 5092 556 ) ( -6252 5092 544 ) ( -6248 5092 550 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6252 4868 168 ) ( -6260 4868 168 ) ( -6256 4868 192 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4045 +{ +( -6260 3788 568 ) ( -6260 3788 0 ) ( -6260 5372 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6200 3788 192 ) ( -6192 5372 192 ) ( -6184 3788 192 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -6180 5372 168 ) ( -6184 3788 168 ) ( -6176 3788 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 5356 168 ) ( -6248 5348 168 ) ( -6248 5352 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6260 5348 556 ) ( -6260 5348 544 ) ( -6256 5348 550 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6252 5092 544 ) ( -6252 5092 560 ) ( -6248 5092 552 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4046 +{ +( -6536 4324 168 ) ( -6544 4324 168 ) ( -6540 4324 192 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6548 4356 556 ) ( -6548 4356 544 ) ( -6544 4356 550 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6544 4364 168 ) ( -6544 4356 168 ) ( -6544 4360 192 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6468 4828 168 ) ( -6472 3244 168 ) ( -6464 3244 168 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6488 3244 192 ) ( -6480 4828 192 ) ( -6472 3244 192 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6548 3244 568 ) ( -6548 3244 0 ) ( -6548 4828 0 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4047 +{ +( -6536 4324 168 ) ( -6544 4324 168 ) ( -6540 4324 192 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6548 4804 556 ) ( -6548 4804 544 ) ( -6544 4804 550 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4812 168 ) ( -6536 4804 168 ) ( -6536 4808 192 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6468 4828 168 ) ( -6472 3244 168 ) ( -6464 3244 168 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6488 3244 192 ) ( -6480 4828 192 ) ( -6472 3244 192 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6548 3404 568 ) ( -6548 3404 0 ) ( -6548 4988 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4048 +{ +( -5008 4688 568 ) ( -6592 4692 568 ) ( -6592 4684 568 ) ta_berlin/berlin_column -28 -15 90.00 1 1 0 65536 0 +surfaceparm detail +( -5000 4844 600 ) ( -6584 4844 600 ) ( -6584 4836 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6592 4828 632 ) ( -5008 4828 624 ) ( -6592 4828 616 ) common/nodraw -48 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4992 4844 628 ) ( -6608 4844 632 ) ( -6608 4844 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4992 4844 632 ) ( -4992 4124 632 ) ( -6592 4124 632 ) common/nodraw 60 7 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4828 568 ) ( -6560 4844 568 ) ( -6552 4836 632 ) common/nodraw 29 20 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6272 4844 568 ) ( -6256 4828 568 ) ( -6264 4836 632 ) common/nodraw 29 20 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4049 +{ +( -4912 5232 568 ) ( -6496 5236 568 ) ( -6496 5228 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4904 5388 600 ) ( -6488 5388 600 ) ( -6488 5380 568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6496 5372 632 ) ( -4912 5372 624 ) ( -6496 5372 616 ) common/nodraw -16 -39 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4896 5388 628 ) ( -6512 5388 632 ) ( -6512 5388 624 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4896 5388 632 ) ( -4896 4668 632 ) ( -6496 4668 632 ) common/nodraw 28 39 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6252 5368 568 ) ( -6272 5388 568 ) ( -6262 5378 632 ) common/nodraw 28 20 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 5388 568 ) ( -5736 5376 568 ) ( -5736 5382 632 ) common/nodraw 28 20 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4050 +{ +( -6512 5016 568 ) ( -4928 5012 568 ) ( -4928 5020 568 ) ta_berlin/berlin_column -28 -15 90.00 1 1 0 65536 0 +surfaceparm detail +( -6520 4860 600 ) ( -4936 4860 600 ) ( -4936 4868 568 ) ta_berlin/berlin_column 0 -16 90.00 1 1 0 65536 0 +surfaceparm detail +( -4912 4876 632 ) ( -6496 4876 624 ) ( -4912 4876 616 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6528 4860 628 ) ( -4912 4860 632 ) ( -4912 4860 624 ) ta_berlin/berlin_column 0 -16 90.00 1 1 0 65536 0 +surfaceparm detail +( -6528 4860 632 ) ( -6528 5580 632 ) ( -4928 5580 632 ) common/nodraw -45 -55 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5156 4880 568 ) ( -5136 4860 568 ) ( -5146 4870 632 ) common/nodraw 26 -4 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5712 4860 568 ) ( -5728 4876 568 ) ( -5720 4868 632 ) common/nodraw 26 20 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4051 +{ +( -5724 4604 0 ) ( -5724 3020 0 ) ( -5724 3020 568 ) ta_berlin/berlin_column 5 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5756 3020 384 ) ( -5748 4604 384 ) ( -5740 3020 384 ) mohcommon/cncrtset_4 -16 28 0.00 1 1 0 65536 0 +surfaceparm detail +( -5784 3020 360 ) ( -5776 3020 360 ) ( -5780 4604 360 ) ta_berlin/berlin_column 24 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4560 384 ) ( -5736 4556 360 ) ( -5736 4564 360 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4580 550 ) ( -5724 4580 544 ) ( -5724 4580 556 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4356 384 ) ( -5724 4356 360 ) ( -5732 4356 360 ) common/nodraw 0 -34 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4052 +{ +( -5728 4444 0 ) ( -5728 2860 0 ) ( -5728 2860 568 ) ta_berlin/berlinwall3a -185 -12 0.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail +( -5792 2764 16 ) ( -5768 2764 16 ) ( -5780 4348 16 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5808 2764 168 ) ( -5804 4348 168 ) ( -5800 2764 168 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4108 120 ) ( -5736 4100 16 ) ( -5736 4116 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5732 4100 144 ) ( -5728 4100 40 ) ( -5736 4100 40 ) common/nodraw -32 0 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4324 526 ) ( -5728 4324 520 ) ( -5728 4324 532 ) common/nodraw -32 0 0.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4053 +{ +( -5728 4284 0 ) ( -5728 2700 0 ) ( -5728 2700 568 ) ta_berlin/berlinwall3a -185 -12 0.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail +( -5792 2764 16 ) ( -5768 2764 16 ) ( -5780 4348 16 ) ta_berlin/berlinwall3b 154 -238 -180.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5808 2764 168 ) ( -5804 4348 168 ) ( -5800 2764 168 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4892 120 ) ( -5736 4884 16 ) ( -5736 4900 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5732 3812 144 ) ( -5736 3812 40 ) ( -5728 3812 40 ) ta_berlin/berlinwall3b 155 -11 -180.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5740 3588 144 ) ( -5736 3588 40 ) ( -5744 3588 40 ) ta_berlin/berlinwall3b 155 -11 -180.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +} +// brush 4054 +{ +( -6256 4780 568 ) ( -6256 4780 0 ) ( -6256 6364 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6204 6364 64 ) ( -6216 4780 64 ) ( -6192 4780 64 ) ta_berlin/berlinwall3b 210 103 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail +( -6184 4780 168 ) ( -6180 6364 168 ) ( -6176 4780 168 ) common/nodraw -48 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 6132 64 ) ( -6248 6116 64 ) ( -6248 6124 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6256 5348 64 ) ( -6240 5348 64 ) ( -6248 5348 168 ) ta_berlin/berlinwall3b 211 35 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail +( -6240 4868 64 ) ( -6256 4868 64 ) ( -6248 4868 168 ) ta_berlin/berlinwall3b 211 35 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail +} +// brush 4055 +{ +( -6232 5368 0 ) ( -6232 5376 0 ) ( -6232 5372 168 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 5372 236 ) ( -5752 5372 224 ) ( -5752 5364 230 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5776 5364 0 ) ( -5792 5364 0 ) ( -5784 5364 168 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -7312 5324 168 ) ( -5728 5320 168 ) ( -7312 5316 168 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 5308 0 ) ( -7312 5316 0 ) ( -7312 5300 0 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -7312 5372 376 ) ( -7312 5372 -192 ) ( -5728 5372 -192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4056 +{ +( -5720 5368 -16 ) ( -5720 5376 -16 ) ( -5720 5372 152 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5324 5380 364 ) ( -5324 5380 352 ) ( -5324 5372 358 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5264 5364 0 ) ( -5280 5364 0 ) ( -5272 5364 168 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6800 5324 168 ) ( -5216 5320 168 ) ( -6800 5316 168 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5216 5308 0 ) ( -6800 5316 0 ) ( -6800 5300 0 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6736 5372 376 ) ( -6736 5372 -192 ) ( -5152 5372 -192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4057 +{ +( -5324 5368 -16 ) ( -5324 5376 -16 ) ( -5324 5372 152 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5176 5380 364 ) ( -5176 5380 352 ) ( -5176 5372 358 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4952 5364 0 ) ( -4968 5364 0 ) ( -4960 5364 168 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6488 5324 168 ) ( -4904 5320 168 ) ( -6488 5316 168 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -4904 5308 0 ) ( -6488 5316 0 ) ( -6488 5300 0 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6424 5372 376 ) ( -6424 5372 -192 ) ( -4840 5372 -192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4058 +{ +( -5976 5212 0 ) ( -6232 5212 0 ) ( -6232 5196 0 ) ta_berlin/berlinwall3a -16 172 0.00 1 1 0 65536 0 +surfaceparm detail +( -6240 5196 168 ) ( -6240 5212 168 ) ( -5984 5212 168 ) ta_berlin/berlinwall3a -16 172 0.00 1 1 0 65536 0 +surfaceparm detail +( -6232 5196 568 ) ( -5976 5196 568 ) ( -5976 5196 0 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5960 5196 568 ) ( -5960 5212 568 ) ( -5960 5212 0 ) ta_berlin/berlinwall3a -172 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 5364 568 ) ( -5968 5364 568 ) ( -5968 5364 0 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5212 568 ) ( -5976 5196 568 ) ( -5976 5196 0 ) ta_berlin/berlinwall3a -172 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4059 +{ +( -5704 4884 0 ) ( -5704 5100 0 ) ( -5720 5100 0 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 5100 168 ) ( -5704 4884 168 ) ( -5720 4884 168 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 4884 168 ) ( -5704 4884 0 ) ( -5720 4884 0 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 4884 168 ) ( -5696 5100 168 ) ( -5696 5100 0 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 5100 0 ) ( -5704 5100 168 ) ( -5720 5100 168 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5100 168 ) ( -5720 4884 168 ) ( -5720 4884 0 ) ta_berlin/berlinwall2a_shot 0 0 0.00 1 0.700000 0 65536 0 +surfaceparm detail +} +// brush 4060 +{ +( -5720 5196 0 ) ( -5976 5196 0 ) ( -5976 5180 0 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 5180 168 ) ( -5984 5196 168 ) ( -5728 5196 168 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5180 568 ) ( -5720 5180 568 ) ( -5720 5180 0 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 5180 568 ) ( -5696 5196 568 ) ( -5696 5196 0 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5196 568 ) ( -5976 5196 568 ) ( -5976 5196 0 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5196 568 ) ( -5976 5180 568 ) ( -5976 5180 0 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4061 +{ +( -5712 5212 0 ) ( -5968 5212 0 ) ( -5968 5196 0 ) ta_berlin/berlinwall3a -24 172 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5196 168 ) ( -5976 5212 168 ) ( -5720 5212 168 ) ta_berlin/berlinwall3a -24 172 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 5196 568 ) ( -5712 5196 568 ) ( -5712 5196 0 ) ta_berlin/berlinwall3a -24 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5696 5196 568 ) ( -5696 5212 568 ) ( -5696 5212 0 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5454 5364 568 ) ( -5710 5364 568 ) ( -5710 5364 0 ) ta_berlin/berlinwall3a -24 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 5212 568 ) ( -5712 5196 568 ) ( -5712 5196 0 ) ta_berlin/berlinwall3a -172 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4062 +{ +( -5728 5268 192 ) ( -5744 5268 192 ) ( -5744 4996 192 ) ta_berlin/berlinwall3a -240 60 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 4996 360 ) ( -5752 5268 360 ) ( -5736 5268 360 ) ta_berlin/berlinwall3a -240 60 0.00 1 1 0 65536 0 +surfaceparm detail +( -5752 5180 408 ) ( -5736 5180 408 ) ( -5736 5180 24 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5712 4996 360 ) ( -5712 5268 360 ) ( -5712 5268 -24 ) ta_berlin/berlinwall3a -60 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 5284 384 ) ( -5752 5284 384 ) ( -5752 5284 0 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5984 5284 576 ) ( -5984 5012 576 ) ( -5984 5012 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +} +// brush 4063 +{ +( -6544 3244 568 ) ( -6544 3244 0 ) ( -6544 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6492 4828 64 ) ( -6504 3244 64 ) ( -6480 3244 64 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6472 3244 168 ) ( -6468 4828 168 ) ( -6464 3244 168 ) common/nodraw -16 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4596 64 ) ( -6536 4580 64 ) ( -6536 4588 168 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6536 4324 64 ) ( -6544 4324 64 ) ( -6540 4324 168 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4804 556 ) ( -6544 4804 544 ) ( -6536 4804 550 ) common/nodraw -16 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4064 +{ +( -6544 4828 568 ) ( -6544 4828 0 ) ( -5840 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6492 4828 64 ) ( -6504 3244 64 ) ( -6480 3244 64 ) ta_berlin/brln_rubble -69 148 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6472 3244 168 ) ( -6468 4828 168 ) ( -6464 3244 168 ) ta_berlin/brln_rubble -69 148 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6520 4580 64 ) ( -6520 4596 64 ) ( -6520 4588 168 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6496 4820 64 ) ( -6512 4820 64 ) ( -6504 4820 168 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6296 4832 64 ) ( -6296 4812 64 ) ( -6296 4822 168 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4065 +{ +( -6080 4076 16 ) ( -6536 4076 16 ) ( -6536 4044 16 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6528 4044 168 ) ( -6528 4076 168 ) ( -6072 4076 168 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4044 192 ) ( -6080 4044 192 ) ( -6080 4044 16 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 4044 192 ) ( -6080 4076 192 ) ( -6080 4076 16 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 4076 192 ) ( -6536 4076 192 ) ( -6536 4076 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6536 4076 192 ) ( -6536 4044 192 ) ( -6536 4044 16 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4066 +{ +( -5560 4364 384 ) ( -6368 4364 384 ) ( -6368 3348 384 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6368 3348 568 ) ( -6368 4364 568 ) ( -5560 4364 568 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6360 3524 376 ) ( -5552 3524 376 ) ( -5552 3524 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6032 3340 376 ) ( -6032 4356 376 ) ( -6032 4356 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5552 3804 376 ) ( -6360 3804 376 ) ( -6360 3804 368 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 4340 376 ) ( -6112 3324 376 ) ( -6112 3324 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 4067 +{ +( -5560 4884 384 ) ( -6368 4884 384 ) ( -6368 3868 384 ) ta_berlin/berlinwall3a -16 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6368 3868 568 ) ( -6368 4884 568 ) ( -5560 4884 568 ) ta_berlin/berlinwall3a -16 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6336 4220 376 ) ( -5528 4220 376 ) ( -5528 4220 368 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6032 3860 376 ) ( -6032 4876 376 ) ( -6032 4876 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5552 4324 376 ) ( -6360 4324 376 ) ( -6360 4324 368 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 4860 376 ) ( -6112 3844 376 ) ( -6112 3844 368 ) ta_berlin/berlinwall3a -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4068 +{ +( -5560 4716 384 ) ( -6368 4716 384 ) ( -6368 3700 384 ) ta_berlin/berlinwall3a -16 252 0.00 1 1 0 65536 0 +surfaceparm detail +( -6368 3700 568 ) ( -6368 4716 568 ) ( -5560 4716 568 ) ta_berlin/berlinwall3a -16 252 0.00 1 1 0 65536 0 +surfaceparm detail +( -6364 3804 376 ) ( -5556 3804 376 ) ( -5556 3804 368 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6032 3692 376 ) ( -6032 4708 376 ) ( -6032 4708 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5548 4220 376 ) ( -6356 4220 376 ) ( -6356 4220 368 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 4692 376 ) ( -6112 3676 376 ) ( -6112 3676 368 ) ta_berlin/berlinwall3a -252 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4069 +{ +( -5264 4740 384 ) ( -6072 4740 384 ) ( -6072 3724 384 ) ta_berlin/berlinwall3a -56 20 0.00 1 1 0 65536 0 +surfaceparm detail +( -6072 3724 568 ) ( -6072 4740 568 ) ( -5264 4740 568 ) ta_berlin/berlinwall3a -56 20 0.00 1 1 0 65536 0 +surfaceparm detail +( -6048 4012 376 ) ( -5240 4012 376 ) ( -5240 4012 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5736 3716 376 ) ( -5736 4732 376 ) ( -5736 4732 368 ) ta_berlin/berlinwall3a -20 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5264 4028 376 ) ( -6072 4028 376 ) ( -6072 4028 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5816 4716 376 ) ( -5816 3700 376 ) ( -5816 3700 368 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 4070 +{ +( -5480 4740 384 ) ( -6288 4740 384 ) ( -6288 3724 384 ) ta_berlin/berlinwall3a -96 20 0.00 1 1 0 65536 0 +surfaceparm detail +( -6288 3724 568 ) ( -6288 4740 568 ) ( -5480 4740 568 ) ta_berlin/berlinwall3a -96 20 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 4012 376 ) ( -5456 4012 376 ) ( -5456 4012 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5896 3724 376 ) ( -5896 4740 376 ) ( -5896 4740 368 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -5480 4028 376 ) ( -6288 4028 376 ) ( -6288 4028 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6032 4716 376 ) ( -6032 3700 376 ) ( -6032 3700 368 ) ta_berlin/berlinwall3a -20 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4071 +{ +( -5400 4740 512 ) ( -6208 4740 512 ) ( -6208 3724 512 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -6208 3724 568 ) ( -6208 4740 568 ) ( -5400 4740 568 ) ta_berlin/berlinwall3a -176 20 0.00 1 1 0 65536 0 +surfaceparm detail +( -6184 4012 376 ) ( -5376 4012 376 ) ( -5376 4012 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5816 3724 504 ) ( -5816 4740 504 ) ( -5816 4740 496 ) ta_berlin/berlinwall3a -20 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5400 4028 376 ) ( -6208 4028 376 ) ( -6208 4028 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5896 4716 376 ) ( -5896 3700 376 ) ( -5896 3700 368 ) ta_berlin/berlinwall3a -20 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4072 +{ +( -5696 5364 192 ) ( -5712 5364 192 ) ( -5712 5092 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 5092 360 ) ( -5720 5364 360 ) ( -5704 5364 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5720 4884 408 ) ( -5704 4884 408 ) ( -5704 4884 24 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5704 5092 360 ) ( -5704 5364 360 ) ( -5704 5364 -24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5704 5364 384 ) ( -5720 5364 384 ) ( -5720 5364 0 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 5364 576 ) ( -5712 5092 576 ) ( -5712 5092 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +} +// brush 4073 +{ +( -5920 5364 384 ) ( -5936 5364 384 ) ( -5936 5268 384 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5920 5268 568 ) ( -5920 5364 568 ) ( -5904 5364 568 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5920 5268 424 ) ( -5920 5364 424 ) ( -5920 5364 400 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5920 5364 408 ) ( -5936 5364 408 ) ( -5936 5364 384 ) ta_berlin/berlinwall3a -16 24 0.00 1 1 0 65536 0 +surfaceparm detail +( -5936 5364 408 ) ( -5936 5268 408 ) ( -5936 5268 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5920 5284 384 ) ( -5936 5268 384 ) ( -5928 5276 552 ) ta_berlin/berlinwall3a -156 24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4074 +{ +( -5696 5268 384 ) ( -5712 5268 384 ) ( -5712 5100 384 ) ta_berlin/berlinwall3a -128 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 5100 568 ) ( -5712 5268 568 ) ( -5696 5268 568 ) ta_berlin/berlinwall3a -128 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5616 5100 568 ) ( -5616 5100 384 ) ( -5712 5100 384 ) ta_berlin/berlinwall3a -128 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5616 5100 384 ) ( -5616 5100 568 ) ( -5696 5268 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5696 5268 552 ) ( -5712 5268 552 ) ( -5712 5268 384 ) ta_berlin/berlinwall3a -128 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5712 5268 552 ) ( -5712 5100 552 ) ( -5712 5100 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4075 +{ +( -5144 5092 192 ) ( -6728 5092 192 ) ( -6728 5092 760 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -7288 5164 384 ) ( -7288 5148 384 ) ( -5704 5156 384 ) common/nodraw 61 -4 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -7288 5148 568 ) ( -5704 5144 568 ) ( -7288 5140 568 ) common/nodraw 61 -4 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5760 5100 552 ) ( -5768 5100 384 ) ( -5752 5100 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5976 5088 384 ) ( -5976 5102 384 ) ( -5976 5095 552 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5632 5100 384 ) ( -5632 5092 384 ) ( -5632 5096 552 ) common/nodraw 11 -37 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4076 +{ +( -5904 5284 384 ) ( -5920 5284 384 ) ( -5920 5188 384 ) ta_berlin/berlinwall3a -32 76 0.00 1 1 0 65536 0 +surfaceparm detail +( -5896 5188 568 ) ( -5896 5284 568 ) ( -5880 5284 568 ) ta_berlin/berlinwall3a -32 76 0.00 1 1 0 65536 0 +surfaceparm detail +( -5896 5268 408 ) ( -5880 5268 408 ) ( -5880 5268 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5696 5172 408 ) ( -5696 5268 408 ) ( -5696 5268 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5904 5284 408 ) ( -5920 5284 408 ) ( -5920 5284 384 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5936 5268 384 ) ( -5920 5284 384 ) ( -5928 5276 552 ) ta_berlin/berlinwall3a -76 24 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4077 +{ +( -5256 5020 192 ) ( -6840 5020 192 ) ( -6840 5020 760 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -7408 5156 384 ) ( -7408 5140 384 ) ( -5824 5148 384 ) common/nodraw 6 -60 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -7408 5140 568 ) ( -5824 5136 568 ) ( -7408 5132 568 ) common/nodraw 6 -60 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5880 5100 552 ) ( -5888 5100 384 ) ( -5872 5100 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5632 5064 384 ) ( -5632 5078 384 ) ( -5632 5071 552 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5616 5100 384 ) ( -5616 5092 384 ) ( -5616 5096 552 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 4078 +{ +( -5264 4884 192 ) ( -6848 4884 192 ) ( -6848 4884 760 ) ta_berlin/berlinwall3a -160 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -7400 5156 384 ) ( -7400 5140 384 ) ( -5816 5148 384 ) common/nodraw 14 -60 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -7400 5140 568 ) ( -5816 5136 568 ) ( -7400 5132 568 ) common/nodraw 14 -60 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5872 4948 552 ) ( -5880 4948 384 ) ( -5864 4948 384 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -5632 5088 384 ) ( -5632 5102 384 ) ( -5632 5095 552 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5616 5100 384 ) ( -5616 5092 384 ) ( -5616 5096 552 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 4079 +{ +( -5256 4948 192 ) ( -6840 4948 192 ) ( -6840 4948 760 ) ta_berlin/berlinwall3a -192 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -7408 5084 512 ) ( -7408 5068 512 ) ( -5824 5076 512 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( -7408 5068 568 ) ( -5824 5064 568 ) ( -7408 5060 568 ) ta_berlin/berlinwall3a -192 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5880 5020 552 ) ( -5888 5020 384 ) ( -5872 5020 384 ) ta_berlin/berlinwall3a -192 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5632 4992 400 ) ( -5632 5006 400 ) ( -5632 4999 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5616 5028 512 ) ( -5616 5020 512 ) ( -5616 5024 680 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +} +// brush 4080 +{ +( -6096 5836 192 ) ( -6112 5836 192 ) ( -6112 5556 192 ) ta_berlin/berlinwall3a -64 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 5556 360 ) ( -6112 5836 360 ) ( -6096 5836 360 ) ta_berlin/berlinwall3a -64 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6088 4588 360 ) ( -6072 4588 360 ) ( -6072 4588 192 ) ta_berlin/berlinwall3a -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6096 5556 360 ) ( -6096 5836 360 ) ( -6096 5836 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6120 5084 360 ) ( -6136 5084 360 ) ( -6136 5084 192 ) ta_berlin/berlinwall3a -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 5844 360 ) ( -6112 5564 360 ) ( -6112 5564 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +} +// brush 4081 +{ +( -6248 4828 192 ) ( -6264 4828 192 ) ( -6264 4548 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 4548 360 ) ( -6264 4828 360 ) ( -6248 4828 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4692 360 ) ( -6232 4692 360 ) ( -6232 4692 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6248 5100 360 ) ( -6248 5380 360 ) ( -6248 5380 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6248 4820 360 ) ( -6264 4820 360 ) ( -6264 4820 192 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 4828 360 ) ( -6264 4548 360 ) ( -6264 4548 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4082 +{ +( -6264 5428 192 ) ( -6280 5428 192 ) ( -6280 5148 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6280 5148 360 ) ( -6280 5428 360 ) ( -6264 5428 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6272 4692 360 ) ( -6256 4692 360 ) ( -6256 4692 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6264 5148 360 ) ( -6264 5428 360 ) ( -6264 5428 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6288 4708 360 ) ( -6304 4708 360 ) ( -6304 4708 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6312 5436 360 ) ( -6312 5156 360 ) ( -6312 5156 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4083 +{ +( -6312 5532 192 ) ( -6328 5532 192 ) ( -6328 5252 192 ) ta_berlin/berlinwall3a -48 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6328 5252 360 ) ( -6328 5532 360 ) ( -6312 5532 360 ) ta_berlin/berlinwall3a -48 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6324 4556 360 ) ( -6308 4556 360 ) ( -6308 4556 192 ) ta_berlin/berlinwall3a -48 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6312 5252 360 ) ( -6312 5532 360 ) ( -6312 5532 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6336 4708 360 ) ( -6352 4708 360 ) ( -6352 4708 192 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6328 5540 360 ) ( -6328 5260 360 ) ( -6328 5260 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4084 +{ +( -6264 5292 192 ) ( -6280 5292 192 ) ( -6280 5012 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6280 5012 360 ) ( -6280 5292 360 ) ( -6264 5292 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6272 4556 360 ) ( -6256 4556 360 ) ( -6256 4556 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6264 5012 360 ) ( -6264 5292 360 ) ( -6264 5292 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6288 4572 360 ) ( -6304 4572 360 ) ( -6304 4572 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6312 5304 360 ) ( -6312 5024 360 ) ( -6312 5024 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4085 +{ +( -5288 4572 192 ) ( -5288 4588 192 ) ( -5568 4588 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5568 4588 360 ) ( -5288 4588 360 ) ( -5288 4572 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 4580 360 ) ( -6112 4564 360 ) ( -6112 4564 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5568 4572 360 ) ( -5288 4572 360 ) ( -5288 4572 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5976 4612 360 ) ( -5976 4628 360 ) ( -5976 4628 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5248 4588 360 ) ( -5528 4588 360 ) ( -5528 4588 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4086 +{ +( -6232 4692 192 ) ( -6248 4692 192 ) ( -6248 4412 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4412 360 ) ( -6248 4692 360 ) ( -6232 4692 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6128 4172 360 ) ( -6128 4172 192 ) ( -6536 4172 192 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6128 4172 192 ) ( -6128 4172 360 ) ( -6248 4300 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6232 4300 360 ) ( -6248 4300 360 ) ( -6248 4300 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4916 360 ) ( -6536 4636 360 ) ( -6536 4636 192 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4087 +{ +( -6248 5092 192 ) ( -6264 5092 192 ) ( -6264 4812 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6264 4812 360 ) ( -6264 5092 360 ) ( -6248 5092 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6256 4300 360 ) ( -6240 4300 360 ) ( -6240 4300 192 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4812 360 ) ( -6248 5092 360 ) ( -6248 5092 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6256 4572 360 ) ( -6272 4572 360 ) ( -6272 4572 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6264 5108 360 ) ( -6264 4828 360 ) ( -6264 4828 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4088 +{ +( -6232 4676 192 ) ( -6248 4676 192 ) ( -6248 4396 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6248 4396 360 ) ( -6248 4676 360 ) ( -6232 4676 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6240 4156 360 ) ( -6224 4156 360 ) ( -6224 4156 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6128 3908 360 ) ( -6128 4188 360 ) ( -6128 4188 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6232 4172 360 ) ( -6248 4172 360 ) ( -6248 4172 192 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4900 360 ) ( -6536 4620 360 ) ( -6536 4620 192 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4089 +{ +( -6080 4188 16 ) ( -6536 4188 16 ) ( -6536 4156 16 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6528 4156 168 ) ( -6528 4188 168 ) ( -6072 4188 168 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4156 192 ) ( -6080 4156 192 ) ( -6080 4156 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6080 4156 192 ) ( -6080 4188 192 ) ( -6080 4188 16 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6080 4188 192 ) ( -6536 4188 192 ) ( -6536 4188 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -6392 4188 192 ) ( -6392 4156 192 ) ( -6392 4156 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +} +// brush 4090 +{ +( -5976 5100 192 ) ( -6160 5100 192 ) ( -6160 5092 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6160 5092 360 ) ( -6160 5100 360 ) ( -5976 5100 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -6160 5084 360 ) ( -5976 5084 360 ) ( -5976 5084 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5976 5092 360 ) ( -5976 5100 360 ) ( -5976 5100 192 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 5100 360 ) ( -6160 5100 360 ) ( -6160 5100 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6112 5100 360 ) ( -6112 5092 360 ) ( -6112 5092 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +} +// brush 4091 +{ +( -5736 3804 192 ) ( -5984 3804 192 ) ( -5984 3788 192 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5976 3788 360 ) ( -5976 3804 360 ) ( -5728 3804 360 ) ta_berlin/berlinwall3a -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5984 3788 216 ) ( -5736 3788 216 ) ( -5736 3788 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 3796 216 ) ( -5736 3812 216 ) ( -5736 3812 192 ) ta_berlin/berlinwall3a -156 -168 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3804 216 ) ( -5984 3804 216 ) ( -5984 3804 192 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5984 3804 216 ) ( -5984 3788 216 ) ( -5984 3788 192 ) ta_berlin/berlinwall3a -156 -168 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4092 +{ +( -5728 5404 568 ) ( -5728 5404 0 ) ( -5728 3820 0 ) ta_berlin/berlinwall3b 40 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5792 3820 192 ) ( -5784 5404 192 ) ( -5800 5404 192 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 5404 360 ) ( -5780 3820 360 ) ( -5784 5404 360 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 3868 192 ) ( -5736 3884 192 ) ( -5736 3876 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5728 3844 556 ) ( -5728 3844 544 ) ( -5736 3844 550 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4068 544 ) ( -5728 4068 560 ) ( -5736 4068 552 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4093 +{ +( -5728 5148 568 ) ( -5728 5148 0 ) ( -5728 3564 0 ) ta_berlin/berlinwall3b 3 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5792 3564 192 ) ( -5784 5148 192 ) ( -5800 5148 192 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 5148 360 ) ( -5780 3564 360 ) ( -5784 5148 360 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 3612 192 ) ( -5736 3628 192 ) ( -5736 3620 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5728 3588 556 ) ( -5728 3588 544 ) ( -5736 3588 550 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 3812 544 ) ( -5728 3812 560 ) ( -5736 3812 552 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4094 +{ +( -5728 4892 568 ) ( -5728 4892 0 ) ( -5728 3308 0 ) ta_berlin/berlinwall3b 223 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5792 3308 192 ) ( -5784 4892 192 ) ( -5800 4892 192 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 4892 360 ) ( -5780 3308 360 ) ( -5784 4892 360 ) common/nodraw 61 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 3356 192 ) ( -5736 3372 192 ) ( -5736 3364 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5728 3332 556 ) ( -5728 3332 544 ) ( -5736 3332 550 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 3556 544 ) ( -5728 3556 560 ) ( -5736 3556 552 ) common/nodraw 0 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4095 +{ +( -5152 5372 -192 ) ( -5152 3788 -192 ) ( -5152 3788 376 ) ta_berlin/berlinwall3b 218 0 0.00 -0.750000 0.656250 0 65536 0 +surfaceparm detail +( -5216 3788 0 ) ( -5200 3788 0 ) ( -5208 5372 0 ) common/nodraw 62 55 -180.00 0.125000 -3 536870912 2224 0 +surfaceparm detail +( -5208 3788 168 ) ( -5204 5372 168 ) ( -5200 3788 168 ) common/nodraw 62 55 -180.00 0.125000 -3 536870912 2224 0 +surfaceparm detail +( -5160 5316 168 ) ( -5160 5308 0 ) ( -5160 5324 0 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 5348 358 ) ( -5152 5348 352 ) ( -5152 5348 364 ) common/nodraw 63 0 -180.00 0.125000 -2.625000 536870912 2224 0 +surfaceparm detail +( -5152 5156 168 ) ( -5152 5156 0 ) ( -5160 5156 0 ) common/nodraw 0 0 -180.00 0.125000 -2.625000 536870912 2224 0 +surfaceparm detail +} +// brush 4096 +{ +( -5152 5372 0 ) ( -5152 3788 0 ) ( -5152 3788 568 ) ta_berlin/berlinwall3b 218 36 0.00 -0.750000 0.656250 0 65536 0 +surfaceparm detail +( -5224 3788 192 ) ( -5208 3788 192 ) ( -5216 5372 192 ) common/nodraw 62 55 -180.00 0.125000 -3 536870912 2224 0 +surfaceparm detail +( -5208 3788 360 ) ( -5204 5372 360 ) ( -5200 3788 360 ) common/nodraw 62 55 -180.00 0.125000 -3 536870912 2224 0 +surfaceparm detail +( -5160 5300 360 ) ( -5160 5292 192 ) ( -5160 5308 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5160 5348 550 ) ( -5152 5348 544 ) ( -5152 5348 556 ) common/nodraw 0 8 -180.00 0.125000 -2.625000 536870912 2224 0 +surfaceparm detail +( -5152 5156 192 ) ( -5160 5156 192 ) ( -5156 5156 360 ) common/nodraw 0 8 -180.00 0.125000 -2.625000 536870912 2224 0 +surfaceparm detail +} +// brush 4097 +{ +( -5152 5180 -8 ) ( -5152 3596 -8 ) ( -5152 3596 560 ) ta_berlin/berlinwall3b 223 36 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5224 3564 192 ) ( -5208 3564 192 ) ( -5216 5148 192 ) common/nodraw 61 56 -180.00 0.124998 -3.500000 536870912 2224 0 +surfaceparm detail +( -5208 3564 360 ) ( -5204 5148 360 ) ( -5200 3564 360 ) common/nodraw 61 56 -180.00 0.124998 -3.500000 536870912 2224 0 +surfaceparm detail +( -5160 5092 360 ) ( -5160 5084 192 ) ( -5160 5100 192 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5160 5124 550 ) ( -5152 5124 544 ) ( -5152 5124 556 ) common/nodraw 0 8 -180.00 0.125000 -2.625000 536870912 2224 0 +surfaceparm detail +( -5152 4900 192 ) ( -5160 4900 192 ) ( -5156 4900 360 ) common/nodraw 0 8 -180.00 0.125000 -2.625000 536870912 2224 0 +surfaceparm detail +} +// brush 4098 +{ +( -5152 5180 -200 ) ( -5152 3596 -200 ) ( -5152 3596 368 ) ta_berlin/berlinwall3b 223 0 0.00 -0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5216 3564 0 ) ( -5200 3564 0 ) ( -5208 5148 0 ) common/nodraw 61 56 -180.00 0.124998 -3.500000 536870912 2224 0 +surfaceparm detail +( -5208 3564 168 ) ( -5204 5148 168 ) ( -5200 3564 168 ) common/nodraw 61 56 -180.00 0.124998 -3.500000 536870912 2224 0 +surfaceparm detail +( -5160 5092 168 ) ( -5160 5084 0 ) ( -5160 5100 0 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5160 5124 358 ) ( -5152 5124 352 ) ( -5152 5124 364 ) common/nodraw 63 0 -180.00 0.125000 -2.625000 536870912 2224 0 +surfaceparm detail +( -5152 4900 0 ) ( -5160 4900 0 ) ( -5156 4900 168 ) common/nodraw 0 0 -180.00 0.125000 -2.625000 536870912 2224 0 +surfaceparm detail +} +// brush 4099 +{ +( -6528 4828 544 ) ( -6528 4828 -24 ) ( -5824 4828 -24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6472 4828 192 ) ( -6480 3244 192 ) ( -6464 3244 192 ) ta_berlin/brln_rubble -68 148 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6520 4764 192 ) ( -6520 4780 192 ) ( -6520 4772 360 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6520 4820 192 ) ( -6528 4820 192 ) ( -6524 4820 360 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6296 4832 168 ) ( -6296 4812 168 ) ( -6296 4822 384 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6472 4820 360 ) ( -6460 4828 360 ) ( -6448 4820 360 ) common/nodraw 57 32 0.00 -3.500000 0.125000 536870912 2224 0 +surfaceparm detail +} +// brush 4100 +{ +( -5688 5036 360 ) ( -5688 4332 360 ) ( -7272 4332 360 ) common/nodraw -48 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5688 4324 -208 ) ( -7272 4324 -208 ) ( -7272 4324 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -7272 4360 320 ) ( -7272 4344 320 ) ( -5688 4352 320 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5744 4348 360 ) ( -5752 4348 176 ) ( -5736 4348 176 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -5872 4340 342 ) ( -5872 4332 336 ) ( -5872 4332 348 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5936 4332 360 ) ( -5936 4328 176 ) ( -5936 4336 176 ) common/nodraw -28 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4101 +{ +( -5698.548828 4991.361816 384 ) ( -5703.725586 5010.680664 384 ) ( -5874.486328 4952.501953 384 ) general_industrial/bridgeplank -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5719.593750 5024.064453 392 ) ( -5714.417480 5004.746094 392 ) ( -5873.309570 4933.183594 392 ) general_industrial/bridgeplank -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5869.309570 4933.183594 460 ) ( -5703.170898 4977.700195 460 ) ( -5703.170898 4977.700195 380 ) general_industrial/bridgeplank -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5710.417480 5004.746094 460 ) ( -5702.690430 5006.816406 380 ) ( -5695.443359 4979.770508 380 ) general_industrial/bridgeplank -156 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5702.690430 5006.816406 380 ) ( -5710.417480 5004.746094 460 ) ( -5874.486328 4952.501953 460 ) general_industrial/bridgeplank -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5874.486328 4952.501953 460 ) ( -5869.309570 4933.183594 460 ) ( -5869.309570 4933.183594 380 ) general_industrial/bridgeplank -156 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4102 +{ +( -6128 3508 376 ) ( -6192 3508 376 ) ( -6192 3540 376 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3540 368 ) ( -6128 3540 368 ) ( -6128 3540 400 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3540 368 ) ( -6112 3508 368 ) ( -6112 3508 400 ) common/nodraw 8 29 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3508 368 ) ( -6192 3540 368 ) ( -6192 3540 400 ) common/nodraw 8 29 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3528 376 ) ( -6112 3756 224 ) ( -6192 3642 300 ) common/nodraw 21 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4103 +{ +( -6128 3520 368 ) ( -6192 3520 368 ) ( -6192 3552 368 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3552 360 ) ( -6128 3552 360 ) ( -6128 3552 392 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3520 360 ) ( -6112 3520 392 ) common/nodraw 8 29 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3520 360 ) ( -6192 3552 360 ) ( -6192 3552 392 ) common/nodraw 8 29 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3528 376 ) ( -6112 3756 224 ) ( -6192 3642 300 ) common/nodraw 21 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4104 +{ +( -6128 3772 200 ) ( -6192 3772 200 ) ( -6192 3804 200 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3804 192 ) ( -6128 3804 192 ) ( -6128 3804 224 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3804 192 ) ( -6112 3772 192 ) ( -6112 3772 224 ) common/nodraw 56 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3772 192 ) ( -6192 3804 192 ) ( -6192 3804 224 ) common/nodraw 56 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3576 344 ) ( -6112 3804 192 ) ( -6192 3690 268 ) common/nodraw 21 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4105 +{ +( -6128 3760 208 ) ( -6192 3760 208 ) ( -6192 3792 208 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3792 200 ) ( -6128 3792 200 ) ( -6128 3792 232 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3792 200 ) ( -6112 3760 200 ) ( -6112 3760 232 ) common/nodraw 56 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3760 200 ) ( -6192 3792 200 ) ( -6192 3792 232 ) common/nodraw 56 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3576 344 ) ( -6112 3804 192 ) ( -6192 3690 268 ) common/nodraw 21 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4106 +{ +( -6128 3712 240 ) ( -6192 3712 240 ) ( -6192 3744 240 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3744 232 ) ( -6128 3744 232 ) ( -6128 3744 264 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3744 232 ) ( -6112 3712 232 ) ( -6112 3712 264 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3712 232 ) ( -6192 3744 232 ) ( -6192 3744 264 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4107 +{ +( -6128 3724 232 ) ( -6192 3724 232 ) ( -6192 3756 232 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3756 224 ) ( -6128 3756 224 ) ( -6128 3756 256 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3756 224 ) ( -6112 3724 224 ) ( -6112 3724 256 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3724 224 ) ( -6192 3756 224 ) ( -6192 3756 256 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4108 +{ +( -6128 3736 224 ) ( -6192 3736 224 ) ( -6192 3768 224 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3768 216 ) ( -6128 3768 216 ) ( -6128 3768 248 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3768 216 ) ( -6112 3736 216 ) ( -6112 3736 248 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3736 216 ) ( -6192 3768 216 ) ( -6192 3768 248 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4109 +{ +( -6128 3748 216 ) ( -6192 3748 216 ) ( -6192 3780 216 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3780 208 ) ( -6128 3780 208 ) ( -6128 3780 240 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3780 208 ) ( -6112 3748 208 ) ( -6112 3748 240 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3748 208 ) ( -6192 3780 208 ) ( -6192 3780 240 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4110 +{ +( -6128 3700 248 ) ( -6192 3700 248 ) ( -6192 3732 248 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3732 240 ) ( -6128 3732 240 ) ( -6128 3732 272 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3732 240 ) ( -6112 3700 240 ) ( -6112 3700 272 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3700 240 ) ( -6192 3732 240 ) ( -6192 3732 272 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4111 +{ +( -6128 3688 256 ) ( -6192 3688 256 ) ( -6192 3720 256 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3720 248 ) ( -6128 3720 248 ) ( -6128 3720 280 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3720 248 ) ( -6112 3688 248 ) ( -6112 3688 280 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3688 248 ) ( -6192 3720 248 ) ( -6192 3720 280 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4112 +{ +( -6128 3676 264 ) ( -6192 3676 264 ) ( -6192 3708 264 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3708 256 ) ( -6128 3708 256 ) ( -6128 3708 288 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3708 256 ) ( -6112 3676 256 ) ( -6112 3676 288 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3676 256 ) ( -6192 3708 256 ) ( -6192 3708 288 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4113 +{ +( -6128 3664 272 ) ( -6192 3664 272 ) ( -6192 3696 272 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3696 264 ) ( -6128 3696 264 ) ( -6128 3696 296 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3696 264 ) ( -6112 3664 264 ) ( -6112 3664 296 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3664 264 ) ( -6192 3696 264 ) ( -6192 3696 296 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4114 +{ +( -6128 3652 280 ) ( -6192 3652 280 ) ( -6192 3684 280 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3684 272 ) ( -6128 3684 272 ) ( -6128 3684 304 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3684 272 ) ( -6112 3652 272 ) ( -6112 3652 304 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3652 272 ) ( -6192 3684 272 ) ( -6192 3684 304 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4115 +{ +( -6128 3640 288 ) ( -6192 3640 288 ) ( -6192 3672 288 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3672 280 ) ( -6128 3672 280 ) ( -6128 3672 312 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3672 280 ) ( -6112 3640 280 ) ( -6112 3640 312 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3640 280 ) ( -6192 3672 280 ) ( -6192 3672 312 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4116 +{ +( -6128 3628 296 ) ( -6192 3628 296 ) ( -6192 3660 296 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3660 288 ) ( -6128 3660 288 ) ( -6128 3660 320 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3660 288 ) ( -6112 3628 288 ) ( -6112 3628 320 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3628 288 ) ( -6192 3660 288 ) ( -6192 3660 320 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4117 +{ +( -6128 3616 304 ) ( -6192 3616 304 ) ( -6192 3648 304 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3648 296 ) ( -6128 3648 296 ) ( -6128 3648 328 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3648 296 ) ( -6112 3616 296 ) ( -6112 3616 328 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3616 296 ) ( -6192 3648 296 ) ( -6192 3648 328 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4118 +{ +( -6128 3604 312 ) ( -6192 3604 312 ) ( -6192 3636 312 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3636 304 ) ( -6128 3636 304 ) ( -6128 3636 336 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3636 304 ) ( -6112 3604 304 ) ( -6112 3604 336 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3604 304 ) ( -6192 3636 304 ) ( -6192 3636 336 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4119 +{ +( -6128 3592 320 ) ( -6192 3592 320 ) ( -6192 3624 320 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3624 312 ) ( -6128 3624 312 ) ( -6128 3624 344 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3624 312 ) ( -6112 3592 312 ) ( -6112 3592 344 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3592 312 ) ( -6192 3624 312 ) ( -6192 3624 344 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4120 +{ +( -6128 3580 328 ) ( -6192 3580 328 ) ( -6192 3612 328 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3612 320 ) ( -6128 3612 320 ) ( -6128 3612 352 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3612 320 ) ( -6112 3580 320 ) ( -6112 3580 352 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3580 320 ) ( -6192 3612 320 ) ( -6192 3612 352 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4121 +{ +( -6128 3568 336 ) ( -6192 3568 336 ) ( -6192 3600 336 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3600 328 ) ( -6128 3600 328 ) ( -6128 3600 360 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3600 328 ) ( -6112 3568 328 ) ( -6112 3568 360 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3568 328 ) ( -6192 3600 328 ) ( -6192 3600 360 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4122 +{ +( -6128 3556 344 ) ( -6192 3556 344 ) ( -6192 3588 344 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3588 336 ) ( -6128 3588 336 ) ( -6128 3588 368 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3588 336 ) ( -6112 3556 336 ) ( -6112 3556 368 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3556 336 ) ( -6192 3588 336 ) ( -6192 3588 368 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4123 +{ +( -6128 3544 352 ) ( -6192 3544 352 ) ( -6192 3576 352 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3576 344 ) ( -6128 3576 344 ) ( -6128 3576 376 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3576 344 ) ( -6112 3544 344 ) ( -6112 3544 376 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3544 344 ) ( -6192 3576 344 ) ( -6192 3576 376 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4124 +{ +( -6128 3532 360 ) ( -6192 3532 360 ) ( -6192 3564 360 ) mohtest/flrwood1_rep 0 -255 90.00 0.400000 1 0 16384 0 +surfaceparm detail +( -6192 3564 352 ) ( -6128 3564 352 ) ( -6128 3564 384 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6112 3564 352 ) ( -6112 3532 352 ) ( -6112 3532 384 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6192 3532 352 ) ( -6192 3564 352 ) ( -6192 3564 384 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6112 3552 360 ) ( -6112 3780 208 ) ( -6192 3666 284 ) common/nodraw 21 -32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4125 +{ +( -5688 5036 384 ) ( -5688 4332 384 ) ( -7272 4332 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5688 4324 -184 ) ( -7272 4324 -184 ) ( -7272 4324 384 ) mohtest/hotelwall1crk -16 24 0.00 1 1 0 65536 0 +surfaceparm detail +( -7272 4360 360 ) ( -7272 4344 360 ) ( -5688 4352 360 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5744 4348 384 ) ( -5752 4348 200 ) ( -5736 4348 200 ) mohtest/hotelwall1crk -231 -163 0.00 0.750000 0.625000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5872 4340 382 ) ( -5872 4332 376 ) ( -5872 4332 388 ) common/nodraw -28 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5936 4332 400 ) ( -5936 4328 216 ) ( -5936 4336 216 ) common/nodraw -28 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4126 +{ +( -5640 3916 360 ) ( -6448 3916 360 ) ( -6448 2900 360 ) mohcommon/crackedconcrete -104 228 0.00 1 1 0 65536 0 +surfaceparm detail +( -6456 2900 384 ) ( -6456 3916 384 ) ( -5648 3916 384 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -6432 3340 376 ) ( -5624 3340 376 ) ( -5624 3340 368 ) mohcommon/crackedconcrete -104 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -6112 2892 376 ) ( -6112 3908 376 ) ( -6112 3908 368 ) mohcommon/crackedconcrete -228 112 0.00 1 1 0 65536 0 +surfaceparm detail +( -5656 3528 376 ) ( -6464 3528 376 ) ( -6464 3528 368 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6192 3892 376 ) ( -6192 2876 376 ) ( -6192 2876 368 ) mohcommon/crackedconcrete -228 112 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4127 +{ +( -5728 4348 0 ) ( -5728 2764 0 ) ( -5728 2764 568 ) ta_berlin/berlinwall3a -185 -12 0.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail +( -5792 2764 16 ) ( -5768 2764 16 ) ( -5780 4348 16 ) ta_berlin/berlinwall3b 154 -238 -180.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5808 2764 168 ) ( -5804 4348 168 ) ( -5800 2764 168 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4660 120 ) ( -5736 4652 16 ) ( -5736 4668 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5732 3876 144 ) ( -5736 3876 40 ) ( -5728 3876 40 ) ta_berlin/berlinwall3b 155 -11 -180.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5724 3844 144 ) ( -5720 3844 40 ) ( -5728 3844 40 ) ta_berlin/berlinwall3b 155 -11 -180.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +} +// brush 4128 +{ +( -5728 4348 0 ) ( -5728 2764 0 ) ( -5728 2764 568 ) ta_berlin/berlinwall3a -185 -12 0.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail +( -5792 2764 16 ) ( -5768 2764 16 ) ( -5780 4348 16 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5808 2764 168 ) ( -5804 4348 168 ) ( -5800 2764 168 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4108 120 ) ( -5736 4100 16 ) ( -5736 4116 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5732 4004 144 ) ( -5728 4004 40 ) ( -5736 4004 40 ) common/nodraw -32 0 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5744 4068 526 ) ( -5736 4068 520 ) ( -5736 4068 532 ) common/nodraw -32 0 0.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4129 +{ +( -5728 3844 -16 ) ( -5736 3844 -16 ) ( -5736 3812 -16 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3812 40 ) ( -5736 3844 40 ) ( -5728 3844 40 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3812 168 ) ( -5728 3812 168 ) ( -5728 3812 16 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3812 168 ) ( -5728 3844 168 ) ( -5728 3844 16 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3844 168 ) ( -5736 3844 168 ) ( -5736 3844 16 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3844 168 ) ( -5736 3812 168 ) ( -5736 3812 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +} +// brush 4130 +{ +( -5728 4100 -16 ) ( -5736 4100 -16 ) ( -5736 4068 -16 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4068 40 ) ( -5736 4100 40 ) ( -5728 4100 40 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4068 168 ) ( -5728 4068 168 ) ( -5728 4068 16 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4068 168 ) ( -5728 4100 168 ) ( -5728 4100 16 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4100 168 ) ( -5736 4100 168 ) ( -5736 4100 16 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 4100 168 ) ( -5736 4068 168 ) ( -5736 4068 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +} +// brush 4131 +{ +( 374 5652 114 ) ( 374 5380 114 ) ( 686 5380 114 ) common/woodclip -11 -3 90.00 1 1 536870912 16544 0 +surfaceparm detail +( 696 5380 128 ) ( 384 5380 128 ) ( 384 5652 128 ) common/woodclip -11 -3 90.00 1 1 536870912 16544 0 +surfaceparm detail +( 700 5644 -448 ) ( 388 5644 -448 ) ( 388 5644 -456 ) common/woodclip 4 -7 -180.00 1 -1 536870912 16544 0 +surfaceparm detail +( 388 5376 -248 ) ( 700 5376 -248 ) ( 700 5376 -256 ) common/woodclip 4 -7 -180.00 1 -1 536870912 16544 0 +surfaceparm detail +( 468 5376 -256 ) ( 388 5512 -256 ) ( 428 5444 -248 ) common/woodclip -12 -8 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 388 5512 -456 ) ( 464 5648 -456 ) ( 426 5580 -448 ) common/woodclip -12 -8 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 620 5648 -456 ) ( 700 5512 -456 ) ( 660 5580 -448 ) common/woodclip -12 -8 0.00 1 1 536870912 16544 0 +surfaceparm detail +( 700 5512 -456 ) ( 624 5376 -456 ) ( 662 5444 -448 ) common/woodclip -12 -8 0.00 1 1 536870912 16544 0 +surfaceparm detail +} +// brush 4132 +{ +( 659 5470 211 ) ( 564 5528 230 ) ( 645 5470 176 ) common/metalclip 16 -46 -90.00 1 -1 536870912 32928 0 +surfaceparm detail +( 564 5528 230 ) ( 659 5470 211 ) ( 659 5470 249 ) common/metalclip 16 -46 -90.00 1 -1 536870912 32928 0 +surfaceparm detail +( 564 5528 230 ) ( 659 5470 249 ) ( 645 5470 284 ) common/metalclip 16 -46 -90.00 1 -1 536870912 32928 0 +surfaceparm detail +( 564 5528 230 ) ( 645 5470 284 ) ( 618 5470 311 ) common/metalclip 6 -46 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 564 5528 230 ) ( 618 5470 311 ) ( 583 5470 325 ) common/metalclip 6 -46 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 564 5528 230 ) ( 583 5470 325 ) ( 545 5470 325 ) common/metalclip 6 -46 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 564 5528 230 ) ( 545 5470 325 ) ( 510 5470 311 ) common/metalclip 6 -47 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 483 5470 284 ) ( 564 5528 230 ) ( 510 5470 311 ) common/metalclip 6 -47 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 469 5470 249 ) ( 564 5528 230 ) ( 483 5470 284 ) common/metalclip 16 -46 -90.00 1 -1 536870912 32928 0 +surfaceparm detail +( 469 5470 211 ) ( 564 5528 230 ) ( 469 5470 249 ) common/metalclip 16 -46 -90.00 1 -1 536870912 32928 0 +surfaceparm detail +( 483 5470 176 ) ( 564 5528 230 ) ( 469 5470 211 ) common/metalclip 16 -46 -90.00 1 -1 536870912 32928 0 +surfaceparm detail +( 510 5470 149 ) ( 564 5528 230 ) ( 483 5470 176 ) common/metalclip 6 -46 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 545 5470 135 ) ( 564 5528 230 ) ( 510 5470 149 ) common/metalclip 6 -46 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 583 5470 135 ) ( 564 5528 230 ) ( 545 5470 135 ) common/metalclip 6 -46 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 618 5470 149 ) ( 564 5528 230 ) ( 583 5470 135 ) common/metalclip 6 -47 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 645 5470 176 ) ( 564 5528 230 ) ( 618 5470 149 ) common/metalclip 6 -47 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 656 5470 310 ) ( 656 5470 126 ) ( 472 5470 126 ) common/metalclip 16 -4 -90.00 1 -1 536870912 32928 0 +surfaceparm detail +} +// brush 4133 +{ +( 476 5532 134 ) ( 476 5498 134 ) ( 614 5498 134 ) common/metalclip -11 -3 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 630 5502 218 ) ( 492 5502 218 ) ( 492 5536 218 ) common/metalclip -11 -3 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 592 5514 324 ) ( 592 5548 324 ) ( 592 5548 134 ) common/metalclip -12 -8 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 630 5538 218 ) ( 492 5538 218 ) ( 492 5538 28 ) common/metalclip 4 -7 -180.00 1 -1 536870912 32928 0 +surfaceparm detail +( 472 5532 324 ) ( 472 5498 324 ) ( 472 5498 134 ) common/metalclip -12 -8 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 476 5498 324 ) ( 614 5498 324 ) ( 614 5498 134 ) common/metalclip 4 -7 -180.00 1 -1 536870912 32928 0 +surfaceparm detail +} +// brush 4134 +{ +( 414 5546 128 ) ( 414 5468 128 ) ( 476 5468 128 ) common/metalclip -11 -3 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 476 5468 182 ) ( 414 5468 182 ) ( 414 5546 182 ) common/metalclip -11 -3 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 466 5546 218 ) ( 466 5546 134 ) ( 476 5468 134 ) common/metalclip -12 -8 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 466 5546 134 ) ( 466 5546 218 ) ( 424 5546 218 ) common/metalclip 4 -7 -180.00 1 -1 536870912 32928 0 +surfaceparm detail +( 424 5546 134 ) ( 424 5546 218 ) ( 414 5468 218 ) common/metalclip -12 -8 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 414 5468 218 ) ( 476 5468 218 ) ( 476 5468 134 ) common/metalclip 4 -7 -180.00 1 -1 536870912 32928 0 +surfaceparm detail +} +// brush 4135 +{ +( 592 5546 128 ) ( 592 5484 128 ) ( 650 5484 128 ) common/metalclip -11 -3 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 660 5484 168 ) ( 602 5484 168 ) ( 602 5546 168 ) common/metalclip -11 -3 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 648 5484 182 ) ( 648 5546 182 ) ( 648 5546 128 ) common/metalclip -12 -8 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 650 5544 182 ) ( 592 5544 182 ) ( 592 5544 128 ) common/metalclip 4 -7 -180.00 1 -1 536870912 32928 0 +surfaceparm detail +( 592 5546 182 ) ( 592 5484 182 ) ( 592 5484 128 ) common/metalclip -12 -8 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 592 5490 182 ) ( 650 5490 182 ) ( 650 5490 128 ) common/metalclip 4 -7 -180.00 1 -1 536870912 32928 0 +surfaceparm detail +} +// brush 4136 +{ +( 452 5528 180 ) ( 452 5490 180 ) ( 480 5490 180 ) common/metalclip -11 -3 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 480 5490 202 ) ( 452 5490 202 ) ( 452 5528 202 ) common/metalclip -11 -3 90.00 1 1 536870912 32928 0 +surfaceparm detail +( 474 5532 208 ) ( 474 5532 168 ) ( 480 5490 168 ) common/metalclip -12 31 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 474 5532 168 ) ( 474 5532 208 ) ( 450 5526 208 ) common/metalclip 4 30 -180.00 1 -1 536870912 32928 0 +surfaceparm detail +( 450 5526 168 ) ( 450 5526 208 ) ( 464 5490 208 ) common/metalclip -12 31 0.00 1 1 536870912 32928 0 +surfaceparm detail +( 464 5490 168 ) ( 464 5490 208 ) ( 480 5490 208 ) common/metalclip 4 30 -180.00 1 -1 536870912 32928 0 +surfaceparm detail +} +// brush 4137 +{ +( -1796 6940 1024 ) ( -1796 6940 -768 ) ( -196 6940 -768 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 7132 1024 ) ( 1208 7132 -768 ) ( 1208 6716 -768 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 292 5468 704 ) ( 1892 5468 704 ) ( 1892 5052 704 ) common/nodraw 28 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 316 5052 64 ) ( 1916 5052 64 ) ( 1916 5468 64 ) common/nodraw 28 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1148 4998 704 ) ( 1148 4992 192 ) ( 1148 5004 192 ) common/nodraw 28 60 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1196 6400 704 ) ( 1204 6400 64 ) ( 1188 6400 64 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4138 +{ +( 1220 8064 1024 ) ( 1220 8064 -768 ) ( 1220 7648 -768 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 308 6400 704 ) ( 1908 6400 704 ) ( 1908 5984 704 ) common/nodraw 1 53 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 332 5984 64 ) ( 1932 5984 64 ) ( 1932 6400 64 ) common/nodraw 1 53 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 5930 704 ) ( 1208 5924 192 ) ( 1208 5936 192 ) common/nodraw 0 58 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1200 6336 704 ) ( 1216 6336 64 ) ( 1184 6336 64 ) ta_berlin/berlin_column -4 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1200 6400 704 ) ( 1184 6400 64 ) ( 1216 6400 64 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4139 +{ +( 1220 7600 1024 ) ( 1220 7600 -768 ) ( 1220 7184 -768 ) ta_berlin/berlin_column -48 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 308 5936 704 ) ( 1908 5936 704 ) ( 1908 5520 704 ) common/nodraw 48 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 332 5522 144 ) ( 1932 5522 144 ) ( 1932 5938 144 ) common/nodraw 48 52 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 5466 704 ) ( 1208 5460 192 ) ( 1208 5472 192 ) common/nodraw 48 59 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1200 5872 704 ) ( 1216 5872 64 ) ( 1184 5872 64 ) ta_berlin/berlin_column -4 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1200 5936 704 ) ( 1184 5936 64 ) ( 1216 5936 64 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4140 +{ +( 1220 7132 1024 ) ( 1220 7132 -768 ) ( 1220 6716 -768 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 308 5468 704 ) ( 1908 5468 704 ) ( 1908 5052 704 ) common/nodraw 28 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 332 5050 144 ) ( 1932 5050 144 ) ( 1932 5466 144 ) common/nodraw 28 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4998 704 ) ( 1208 4992 192 ) ( 1208 5004 192 ) common/nodraw 28 60 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1200 5404 704 ) ( 1216 5404 64 ) ( 1184 5404 64 ) ta_berlin/berlin_column -4 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1200 5468 704 ) ( 1184 5468 64 ) ( 1216 5468 64 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4141 +{ +( 1208 8064 1024 ) ( 1208 8064 -768 ) ( 1208 7648 -768 ) ta_berlin/berlinwall3a -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 292 6400 704 ) ( 1892 6400 704 ) ( 1892 5984 704 ) common/nodraw 1 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 316 5984 64 ) ( 1916 5984 64 ) ( 1916 6400 64 ) common/nodraw 1 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1112 5930 704 ) ( 1112 5924 192 ) ( 1112 5936 192 ) common/nodraw 0 58 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1092 5936 576 ) ( 1100 5936 64 ) ( 1084 5936 64 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1184 6336 704 ) ( 1168 6336 64 ) ( 1200 6336 64 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4142 +{ +( 1208 7600 1024 ) ( 1208 7600 -768 ) ( 1208 7184 -768 ) ta_berlin/berlinwall3a -112 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 292 5936 704 ) ( 1892 5936 704 ) ( 1892 5520 704 ) common/nodraw 48 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 316 5520 64 ) ( 1916 5520 64 ) ( 1916 5936 64 ) common/nodraw 48 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1112 5466 704 ) ( 1112 5460 192 ) ( 1112 5472 192 ) common/nodraw 48 59 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1124 5468 576 ) ( 1132 5468 64 ) ( 1116 5468 64 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1184 5872 704 ) ( 1168 5872 64 ) ( 1200 5872 64 ) common/nodraw -4 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4143 +{ +( 1336 4836 56 ) ( 1336 4844 48 ) ( 1336 4828 48 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1320 6076 48 ) ( 1320 6492 48 ) ( 1224 6492 48 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1368 4876 56 ) ( 1384 6476 56 ) ( 1400 4876 56 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1312 4556 48 ) ( 1312 6020 40 ) ( 1312 6020 56 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1300 4640 56 ) ( 1312 4628 48 ) ( 1288 4652 48 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1288 5004 56 ) ( 1280 5004 48 ) ( 1296 5004 48 ) misc_outside/concpath1_wgrass -96 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4144 +{ +( 1360 4836 48 ) ( 1360 4844 40 ) ( 1360 4828 40 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1344 6076 40 ) ( 1344 6492 40 ) ( 1248 6492 40 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1392 4876 48 ) ( 1408 6476 48 ) ( 1424 4876 48 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1336 4556 40 ) ( 1336 6020 32 ) ( 1336 6020 48 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1300 4640 48 ) ( 1312 4628 40 ) ( 1288 4652 40 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1288 5004 48 ) ( 1280 5004 40 ) ( 1296 5004 40 ) misc_outside/concpath1_wgrass -96 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4145 +{ +( 1408 4708 32 ) ( 1408 4716 24 ) ( 1408 4700 24 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1392 6076 24 ) ( 1392 6492 24 ) ( 1296 6492 24 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1440 4876 32 ) ( 1456 6476 32 ) ( 1472 4876 32 ) misc_outside/concpath1_wgrass -96 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1384 4556 24 ) ( 1384 6020 16 ) ( 1384 6020 32 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1300 4640 32 ) ( 1312 4628 24 ) ( 1288 4652 24 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1288 5004 32 ) ( 1280 5004 24 ) ( 1296 5004 24 ) misc_outside/concpath1_wgrass -96 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4146 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 807.005127 2402.179688 100 0 0 ) ( 767.073059 2316.512207 164 0 0.445886 ) ( 504.484924 1775.482422 256 0 2.859761 ) ) +( ( 204.971497 2728.843506 260 2.747607 0 ) ( 136.189392 2577.898926 274 2.747607 0.445886 ) ( -0.584412 2039.425293 388 2.747607 2.859761 ) ) +( ( -92.540527 2615.623779 100 4.139307 0 ) ( -257.075928 2473.636719 164 4.139307 0.445886 ) ( -593.916748 1899.127930 148 4.139307 2.859761 ) ) +) + } + } +// brush 4147 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -532.183105 3058.154297 4 0 0 ) ( 43.964172 3274.478516 35 0 2.407033 ) ( 878.891113 2541.965820 -40 0 6.755626 ) ) +( ( -266.446289 2797.358887 36 1.459779 0 ) ( 145.969788 2809.501953 50 1.459779 2.407033 ) ( 855.971924 2443.748047 36 1.459779 6.755626 ) ) +( ( -102.529846 2615.611328 100 2.447966 0 ) ( 126.394531 2728.825684 260 2.447966 2.407033 ) ( 803.290405 2402.173828 100 2.447966 6.755626 ) ) +) + } + } +// brush 4148 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 1126.827148 5924.334961 176 25.001310 6.682920 ) ( 1134.065430 5907.103516 276 24.934000 6.711193 ) ( 1106.957520 6139.695801 332 25.842564 6.527178 ) ) +( ( 1664.271484 5488.007813 384 25.171907 8.922935 ) ( 1680.740723 5716.007813 346 26.062532 8.987268 ) ( 1652.480469 5904.894531 452 26.800369 8.876876 ) ) +( ( 2090.827148 5592.335449 328 25.829435 10.714170 ) ( 2098.065430 5687.104004 504 26.199625 10.742443 ) ( 2050.957520 5963.696289 532 27.280064 10.558428 ) ) +) + } + } +// brush 4149 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 2943.443359 5520.708984 14 -14.450951 -0.054688 ) ( 2679.249023 5310.293945 -19 -12.997066 0.074219 ) ( 2177.345703 5362.448730 18 -11.052130 -0.070313 ) ) +( ( 2954.409180 5562.910645 248 -14.095347 -0.968750 ) ( 2592.135742 5426.108398 32 -12.656779 -0.125000 ) ( 2131.048828 5445.508301 186 -10.871284 -0.726563 ) ) +( ( 2907.455078 5685.561523 328 -13.779120 -1.281250 ) ( 2543.694336 5501.819336 332 -12.467557 -1.296875 ) ( 2090.827148 5592.335449 328 -10.714170 -1.281250 ) ) +) + } + } +// brush 4150 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 2090.827148 5592.335449 328 25.829435 10.714170 ) ( 2098.065430 5687.104004 504 26.199625 10.742443 ) ( 2050.957520 5963.696289 532 27.280064 10.558428 ) ) +( ( 2543.694336 5501.819336 332 26.178982 12.467557 ) ( 2471.285156 5654.305664 346 26.774632 12.184707 ) ( 2349.777344 5801.657227 452 27.350224 11.710068 ) ) +( ( 2907.455078 5685.561523 328 27.427975 13.779120 ) ( 2864.849609 5770.520996 504 27.759848 13.612695 ) ( 2682.013672 5983.344727 532 28.591190 12.898492 ) ) +) + } + } +// brush 4151 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 2791.055664 5685.561523 328 27.427975 13.779120 ) ( 2770.447510 5770.520996 504 27.759848 13.612695 ) ( 2682.013672 5983.344727 532 28.591190 12.898492 ) ) +( ( 2903.236084 6098.708496 364 29.135580 14.528863 ) ( 2833.171875 6254.997559 346 29.652334 14.119267 ) ( 2759.876465 6371.239258 452 30.106403 13.527316 ) ) +( ( 3215.967529 6173.612305 60 29.334421 17.304512 ) ( 3223.473145 6263.276855 52 29.684673 17.365129 ) ( 3185.787109 6406.638184 64 30.525928 16.967022 ) ) +) + } + } +// brush 4152 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 3218.843750 5935.375977 24 28.403811 17.464233 ) ( 3041.828613 5862.584473 -43 28.119471 15.369348 ) ( 2964.224854 5520.708984 14 26.784019 14.450951 ) ) +( ( 3197.426758 6030.177246 68 28.774128 17.304541 ) ( 3003.892578 6011.834473 -16 28.702478 14.920389 ) ( 2934.174561 5562.910645 248 26.948870 14.095347 ) ) +( ( 3197.424561 6173.612305 60 29.334421 17.304512 ) ( 2984.011719 6098.708496 364 29.041830 14.685113 ) ( 2907.455078 5685.561523 328 27.427975 13.779120 ) ) +) + } + } +// brush 4153 + { + patchDef2 + { + das_boot/pipes3 + ( 3 3 8192 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 2731.085449 5615.982910 280 1.226931 1.200000 ) ( 2795.151855 5487.853516 284 1.226931 2.590460 ) ( 2931.708496 5497.414063 240 1.226931 3.980920 ) ) +( ( 2731.085449 5615.982910 261.599976 1.466000 1.200000 ) ( 2795.151855 5487.853516 265.599976 1.466000 2.590460 ) ( 2931.708496 5497.414063 221.599976 1.466000 3.980920 ) ) +( ( 2731.085449 5615.982910 263.200012 1.705068 1.200000 ) ( 2795.151855 5487.853516 267.200012 1.705068 2.590460 ) ( 2931.708496 5497.414063 204 1.705068 3.980920 ) ) +) + } + } +// brush 4154 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 2589.203125 5983.344727 532 27.427975 13.779120 ) ( 2463.123535 6375.891113 620 27.759848 13.612695 ) ( 2523.935791 6624.102051 532 28.591190 12.898492 ) ) +( ( 2681.926025 6319.239258 548 29.135580 14.528863 ) ( 2748.062988 6517.715332 402 29.652334 14.119267 ) ( 2690.568115 6736.542969 380 30.106403 13.527316 ) ) +( ( 3189.125977 6406.638184 64 29.334421 17.304512 ) ( 3202.125488 6504.263184 40 29.684673 17.365129 ) ( 3171.387207 6718.024902 48 30.525928 16.967022 ) ) +) + } + } +// brush 4155 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 289.951660 ) +( +( ( 2250.847656 5450.902832 158 -26.663986 16.910793 ) ( 2103.151367 5506.482422 267 -27.876465 16.631561 ) ( 2001.496094 5471.043945 490 -29.165184 16.558311 ) ) +( ( 2283.468750 5599.597656 264 -26.441963 16.403494 ) ( 2157.500977 5597.507324 394 -27.631458 16.363178 ) ( 2026.153809 5618.574219 600 -28.945587 15.514788 ) ) +( ( 2383.881348 5762.002930 210 -26.490776 15.297726 ) ( 2305.155273 5827.199707 306 -27.240261 15.354462 ) ( 2168.906250 5722.019531 490 -28.721508 15.293850 ) ) +) + } + } +// brush 4156 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 289.951660 ) +( +( ( 1382.902832 5529.152344 126 -26.663986 16.910793 ) ( 1438.482422 5676.848633 235 -27.876465 16.631561 ) ( 1403.044434 5778.503418 458 -29.165184 16.558311 ) ) +( ( 1531.597656 5496.531250 232 -26.441963 16.403494 ) ( 1529.507324 5622.499023 362 -27.631458 16.363178 ) ( 1550.574707 5753.845703 568 -28.945587 15.514788 ) ) +( ( 1694.002930 5396.118164 178 -26.490776 15.297726 ) ( 1759.199707 5474.844727 274 -27.240261 15.354462 ) ( 1654.019531 5611.093750 458 -28.721508 15.293850 ) ) +) + } + } +// brush 4157 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 2177.345703 5362.448730 18 24.931440 11.052130 ) ( 1681.822510 5314.023438 -19 24.492279 8.991492 ) ( 1205.189941 5510.877930 -6 23.519054 6.989023 ) ) +( ( 2131.048828 5445.508301 186 25.255892 10.871284 ) ( 1666.799805 5458.162109 32 25.055321 8.932813 ) ( 1167.048828 5777.507813 34 24.427767 6.840034 ) ) +( ( 2090.827148 5592.335449 328 25.829435 10.714170 ) ( 1664.271484 5488.007813 384 25.171907 8.922935 ) ( 1126.827148 5924.334961 176 25.001310 6.682920 ) ) +) + } + } +// brush 4158 +{ +( 1532 5384 864 ) ( 1532 5408 792 ) ( 1444 5384 792 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1340 5632 756 ) ( 1340 5632 828 ) ( 1532 5384 864 ) ta_berlin/brln_rubble -168 -31 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1772 5992 792 ) ( 1772 5960 864 ) ( 1772 6816 864 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1772 5536 792 ) ( 1532 5408 792 ) ( 1532 5384 864 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1404 6816 840 ) ( 900 6816 840 ) ( 900 6816 792 ) common/nodraw -49 -1 -3.00 11.556852 15.113244 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1404 6096 864 ) ( 900 6096 864 ) ( 900 6360 864 ) common/caulkshadow -32 -29 90.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( 1532 5408 792 ) ( 1772 5536 792 ) ( 1772 6368 792 ) general_structure/jh_conc512damg -31 128 90.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1340 5632 828 ) ( 1340 5632 756 ) ( 1340 6816 792 ) general_structure/balcony_stone1 136 26 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4159 +{ +( 1408 5976 144 ) ( 1344 5976 144 ) ( 1344 5360 144 ) common/nodraw -32 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1340 5336 792 ) ( 1340 5952 792 ) ( 1404 5952 792 ) common/nodraw -32 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1404 5360 480 ) ( 1404 5976 480 ) ( 1404 5976 96 ) general_structure/jh_conc512damg -228 116 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1348 6816 464 ) ( 1284 6816 464 ) ( 1284 6816 80 ) common/nodraw 20 -32 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1340 5988 476 ) ( 1340 5372 476 ) ( 1340 5372 92 ) general_structure/jh_conc512damg -228 116 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1340 5664 408 ) ( 1404 5664 424 ) ( 1404 5664 392 ) ta_berlin/brln_rubble 148 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1340 5712 616 ) ( 1404 5760 792 ) ( 1404 5664 440 ) ta_berlin/brln_rubble 148 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4160 +{ +( 1629.239746 1611.777832 120 ) ( 1736.589844 1542.063965 120 ) ( 1719.161133 1515.226563 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1690.934570 1648.024414 120 ) ( 1656.077148 1594.349121 120 ) ( 1611.811523 1584.940430 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1771.446289 1595.739258 120 ) ( 1664.096680 1665.453125 120 ) ( 1681.525391 1692.290039 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1709.751953 1559.492676 120 ) ( 1744.609375 1613.166992 120 ) ( 1788.875000 1622.577148 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1656.077148 1594.349121 120 ) ( 1690.934570 1648.024414 120 ) ( 1744.609375 1613.166992 120 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1719.161133 1515.226563 24 ) ( 1788.875000 1622.577148 24 ) ( 1681.525391 1692.290039 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4161 +{ +( 2019.239746 1811.777832 120 ) ( 2126.589844 1742.063965 120 ) ( 2109.161133 1715.226563 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 2080.934570 1848.024414 120 ) ( 2046.077148 1794.349121 120 ) ( 2001.811523 1784.940430 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 2161.446289 1795.739258 120 ) ( 2054.096680 1865.453125 120 ) ( 2071.525391 1892.290039 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 2099.751953 1759.492676 120 ) ( 2134.609375 1813.166992 120 ) ( 2178.875000 1822.577148 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 2046.077148 1794.349121 120 ) ( 2080.934570 1848.024414 120 ) ( 2134.609375 1813.166992 120 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 2109.161133 1715.226563 24 ) ( 2178.875000 1822.577148 24 ) ( 2071.525391 1892.290039 24 ) common/nodraw -2 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4162 +{ +( 1809.239746 1743.777832 120 ) ( 1916.589844 1674.063965 120 ) ( 1899.161133 1647.226563 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1870.934570 1780.024414 120 ) ( 1836.077148 1726.349121 120 ) ( 1791.811523 1716.940430 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1951.446289 1727.739258 120 ) ( 1844.096680 1797.453125 120 ) ( 1861.525391 1824.290039 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1889.751953 1691.492676 120 ) ( 1924.609375 1745.166992 120 ) ( 1968.875000 1754.577148 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1836.077148 1726.349121 120 ) ( 1870.934570 1780.024414 120 ) ( 1924.609375 1745.166992 120 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1899.161133 1647.226563 24 ) ( 1968.875000 1754.577148 24 ) ( 1861.525391 1824.290039 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4163 +{ +( 2963 4839 120 ) ( 3013 4957 120 ) ( 3042 4944 24 ) mohcommon/crackedconcrete -246 8 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2916 4893 120 ) ( 2975 4868 120 ) ( 2992 4826 24 ) mohcommon/crackedconcrete 206 7 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2954 4982 120 ) ( 2904 4864 120 ) ( 2874 4876 24 ) mohcommon/crackedconcrete -246 8 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 3000 4927 120 ) ( 2941 4952 120 ) ( 2924 4994 24 ) mohcommon/crackedconcrete 206 7 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2975 4868 120 ) ( 2916 4893 120 ) ( 2941 4952 120 ) mohcommon/crackedconcrete -247 -205 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 3042 4944 24 ) ( 2924 4994 24 ) ( 2874 4876 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4164 +{ +( 2916 5135 120 ) ( 2868 5254 120 ) ( 2898 5266 24 ) mohcommon/crackedconcrete -50 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2845 5141 120 ) ( 2904 5165 120 ) ( 2946 5147 24 ) mohcommon/crackedconcrete 142 3 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2809 5230 120 ) ( 2857 5111 120 ) ( 2827 5099 24 ) mohcommon/crackedconcrete -50 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2880 5224 120 ) ( 2821 5200 120 ) ( 2779 5218 24 ) mohcommon/crackedconcrete 142 3 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2904 5165 120 ) ( 2845 5141 120 ) ( 2821 5200 120 ) mohcommon/crackedconcrete -50 -141 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2886 5266 24 ) ( 2767 5218 24 ) ( 2815 5099 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4165 +{ +( 2614 5109 120 ) ( 2566 5228 120 ) ( 2596 5240 24 ) mohcommon/crackedconcrete -200 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2543 5115 120 ) ( 2602 5139 120 ) ( 2644 5121 24 ) mohcommon/crackedconcrete 148 3 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2507 5204 120 ) ( 2555 5085 120 ) ( 2525 5073 24 ) mohcommon/crackedconcrete -200 4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2578 5198 120 ) ( 2519 5174 120 ) ( 2477 5192 24 ) mohcommon/crackedconcrete 148 3 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2602 5139 120 ) ( 2543 5115 120 ) ( 2519 5174 120 ) mohcommon/crackedconcrete -200 -147 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2596 5240 24 ) ( 2477 5192 24 ) ( 2525 5073 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4166 +{ +( 2094 5117 112 ) ( 2046 5236 112 ) ( 2076 5248 16 ) mohcommon/crackedconcrete -88 -4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2023 5123 112 ) ( 2082 5147 112 ) ( 2124 5129 16 ) mohcommon/crackedconcrete 4 -4 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 1987 5212 112 ) ( 2035 5093 112 ) ( 2005 5081 16 ) mohcommon/crackedconcrete -88 -4 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2058 5206 112 ) ( 1999 5182 112 ) ( 1957 5200 16 ) mohcommon/crackedconcrete 4 -4 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2082 5147 112 ) ( 2023 5123 112 ) ( 1999 5182 112 ) mohcommon/crackedconcrete -88 -3 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2076 5248 16 ) ( 1957 5200 16 ) ( 2005 5081 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4167 +{ +( 1380.868652 1837.294922 120 ) ( 1413.998047 1713.656738 120 ) ( 1383.088379 1705.375488 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1450.971191 1822.950195 120 ) ( 1389.150391 1806.385742 120 ) ( 1349.958984 1829.013184 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1475.816895 1730.222168 120 ) ( 1442.688477 1853.860352 120 ) ( 1473.597656 1862.142578 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1405.715332 1744.566406 120 ) ( 1467.534668 1761.130371 120 ) ( 1506.727539 1738.504395 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1389.150391 1806.385742 120 ) ( 1450.971191 1822.950195 120 ) ( 1467.534668 1761.130371 120 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1383.088379 1705.375488 24 ) ( 1506.727539 1738.504395 24 ) ( 1473.597656 1862.142578 24 ) common/nodraw 48 -12 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4168 +{ +( 1146.854004 2158.797363 112 ) ( 1258.805664 2096.742188 112 ) ( 1243.291504 2068.755371 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1205.870117 2199.260254 112 ) ( 1174.841309 2143.283691 112 ) ( 1131.339844 2130.809570 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1289.832031 2152.718750 112 ) ( 1177.881348 2214.774414 112 ) ( 1193.394531 2242.761719 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1230.817383 2112.255859 112 ) ( 1261.845703 2168.231445 112 ) ( 1305.346680 2180.707520 16 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1174.841309 2143.283691 112 ) ( 1205.870117 2199.260254 112 ) ( 1261.845703 2168.231445 112 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 1243.291504 2068.755371 16 ) ( 1305.346680 2180.707520 16 ) ( 1193.394531 2242.761719 16 ) common/nodraw -50 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4169 +{ +( 850.747559 2444.382324 120 ) ( 948.801270 2362.106445 120 ) ( 928.232422 2337.593262 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 916.399902 2472.840820 120 ) ( 875.260254 2423.813477 120 ) ( 830.177734 2419.869141 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 989.938477 2411.134277 120 ) ( 891.885742 2493.411133 120 ) ( 912.454102 2517.923828 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 924.287598 2382.675293 120 ) ( 965.426270 2431.701660 120 ) ( 1010.508789 2435.648438 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 875.260254 2423.813477 120 ) ( 916.399902 2472.840820 120 ) ( 965.426270 2431.701660 120 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( 928.232422 2337.593262 24 ) ( 1010.508789 2435.648438 24 ) ( 912.454102 2517.923828 24 ) common/nodraw 48 -4 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4170 +{ +( 1052.749512 1737.371094 100.060333 ) ( 1044.071289 1753.921875 184.654114 ) ( 1086.740234 1711.680176 182.036713 ) mohcommon/crackedconcrete -102 -31 -94.69 1.032879 -0.727256 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1036.665527 1848.982422 277.167603 ) ( 1045.480957 1832.185059 191.275574 ) ( 1072.382813 1807.255371 207.601196 ) mohcommon/crackedconcrete -59 -77 -94.63 1.035233 -0.722447 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 989.060059 1856.891113 331.659790 ) ( 1000.186523 1868.589844 331.876953 ) ( 1043.131348 1826.081543 329.242065 ) models/items/rubblebase -208 31 5.08 0.998548 1.000450 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1151.724121 1650.889648 136.171265 ) ( 1087.376465 1704.882813 260.171387 ) ( 1168.531738 1736.260742 198.171387 ) models/items/rubblebase -16 -122 0.00 1.083496 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1024.371582 1874.045410 196 ) ( 879.132324 1864.307129 280 ) ( 1040.001465 1729.322266 112 ) mohcommon/crackedconcrete -228 -22 37.74 1.034786 -1.022879 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 975.228516 1771.133301 18.757782 ) ( 1021.967285 1893.083496 18.757782 ) ( 998.598145 1832.108887 334.442383 ) mohcommon/crackedconcrete 106 22 -100.55 1.040343 1.238206 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 987.589844 1802.893066 154 ) ( 1150.347656 1611.476074 180 ) ( 1233.693359 1853.528320 128 ) mohcommon/crackedconcrete 238 206 -30.32 1.043628 1.323084 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4171 +{ +( 1232.749512 1337.371094 124.060333 ) ( 1224.071289 1353.921875 208.654114 ) ( 1266.740234 1311.680176 206.036713 ) mohcommon/crackedconcrete -65 -21 -94.69 1.032879 -0.727256 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1216.665527 1448.982422 301.167603 ) ( 1225.480957 1432.185059 215.275574 ) ( 1252.382813 1407.255371 231.601196 ) mohcommon/crackedconcrete -22 -65 -94.63 1.035233 -0.722447 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1169.060059 1456.891113 355.659790 ) ( 1180.186523 1468.589844 355.876953 ) ( 1223.131348 1426.081543 353.242065 ) models/items/rubblebase -98 129 5.08 0.998548 1.000450 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1331.724121 1250.889648 160.171265 ) ( 1267.376465 1304.882813 284.171387 ) ( 1348.531738 1336.260742 222.171387 ) models/items/rubblebase -160 -98 0.00 1.083496 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 1204.371582 1474.045410 220 ) ( 1059.132324 1464.307129 304 ) ( 1220.001465 1329.322266 136 ) mohcommon/crackedconcrete -129 -118 37.74 1.034786 -1.022879 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1155.228516 1371.133301 42.757782 ) ( 1201.967285 1493.083496 42.757782 ) ( 1178.598145 1432.108887 358.442383 ) mohcommon/crackedconcrete 57 213 -100.55 1.040343 1.238206 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 1167.589844 1402.893066 178 ) ( 1330.347656 1211.476074 204 ) ( 1413.693359 1453.528320 152 ) mohcommon/crackedconcrete 153 14 -30.32 1.043628 1.323084 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4172 +{ +( 832.265625 2253.415039 237.046021 ) ( 824.643555 2167.320801 242.980026 ) ( 783.258301 2188.600098 281.010376 ) mohcommon/crackedconcrete -254 -175 73.86 1.004455 -0.776867 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 814.260254 2053.633789 175.028336 ) ( 821.996094 2141.045410 168.996719 ) ( 792.473633 2136.977539 195.895752 ) mohcommon/crackedconcrete -139 -196 73.91 1.005727 -0.770983 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 850.593750 1991.144531 183.584579 ) ( 839.630371 1989.960938 171.790741 ) ( 797.977051 2011.375977 210.060654 ) models/items/rubblebase 148 -2 -171.84 0.983597 0.949542 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 728.219727 2259.799805 324.867126 ) ( 767.724609 2116.390625 307.395325 ) ( 699.890137 2182.014648 257.327393 ) models/items/rubblebase 127 -158 -95.90 1.096879 -1.135944 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 841.815918 2121.841797 130.805923 ) ( 968.359863 2017.946777 168.725906 ) ( 842.501465 2241.826660 248.483948 ) mohcommon/crackedconcrete -109 39 -77.56 0.714028 1.175509 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 923.875488 2307.477051 187.607101 ) ( 877.994629 2284.529297 67.503281 ) ( 840.700195 1996.678223 207.758484 ) mohcommon/crackedconcrete -155 -122 -4.11 1.007478 -1.254234 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 885.936523 2173.301758 190.678940 ) ( 721.208008 2228.188965 374.141449 ) ( 649.315430 2230.208008 123.009102 ) mohcommon/crackedconcrete 253 -245 151.96 1.011805 1.346711 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4173 +{ +( 97.743530 2344.888916 253.046021 ) ( 147.391418 2415.637939 258.980042 ) ( 172.592529 2376.516602 297.010376 ) mohcommon/crackedconcrete 235 154 -136.13 1.004273 -0.776957 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 213.226929 2508.901855 191.028336 ) ( 162.821838 2437.068848 184.996719 ) ( 190.422668 2425.830811 211.895752 ) mohcommon/crackedconcrete 91 143 -136.10 1.005861 -0.770821 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 213.006104 2581.185791 199.584579 ) ( 223.092163 2576.729248 187.790741 ) ( 248.457458 2537.356689 226.060654 ) models/items/rubblebase -207 61 -10.49 0.766725 -0.915854 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 184.657227 2287.336426 340.867126 ) ( 222.149475 2431.284912 323.395325 ) ( 248.084229 2340.535889 273.327393 ) models/items/rubblebase 33 13 -107.70 1.145627 1.148770 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 155.259094 2463.610107 146.805923 ) ( 97.616577 2616.857422 184.725906 ) ( 94.672852 2360.042725 264.483948 ) mohcommon/crackedconcrete 35 -171 -126.63 0.868782 -1.264523 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -8.624146 2343.874756 203.607101 ) ( 42.583679 2340.807861 83.503281 ) ( 218.807312 2571.446777 223.758484 ) mohcommon/crackedconcrete 183 0 -174.37 0.736735 1.286286 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 91.319397 2441.104736 206.678940 ) ( 206.535400 2311.206543 390.141449 ) ( 267.786438 2273.511475 139.009094 ) mohcommon/crackedconcrete -146 101 36.55 0.798664 -1.256134 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4174 +{ +( 592.770630 2333.371094 282.212097 ) ( 642.583069 2349.921875 213.290863 ) ( 604.322021 2307.680176 194.223129 ) mohcommon/crackedconcrete -26 -1 115.32 1.032871 -0.727318 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 695.253357 2444.982422 136.874710 ) ( 644.673096 2428.185059 206.851593 ) ( 629.538147 2403.255371 179.262344 ) mohcommon/crackedconcrete 18 -30 115.37 1.035280 -0.722457 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 763.726990 2452.891113 113.485947 ) ( 754.199829 2464.589844 107.734604 ) ( 715.690979 2422.081543 88.544067 ) models/items/rubblebase 1 15 174.20 0.875141 -1.001684 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 525.111572 2246.889648 201.451843 ) ( 642.838257 2300.882813 126.238449 ) ( 541.555786 2332.260742 139.354416 ) models/items/rubblebase 221 166 126.00 1.339200 -1.023764 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( 665.316467 2470.045410 213.314880 ) ( 833.097351 2460.307129 213.188354 ) ( 609.780640 2325.322266 278.246033 ) mohcommon/crackedconcrete 189 -87 141.51 1.017936 1.219395 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 619.254517 2367.133301 391.382660 ) ( 578.777527 2489.083496 368.013275 ) ( 756.858093 2428.108887 106.307022 ) mohcommon/crackedconcrete 225 129 101.67 0.941667 -1.184671 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( 676.170410 2398.893066 268.078857 ) ( 548.218018 2207.476074 164.183243 ) ( 450.038513 2449.528320 167.543762 ) mohcommon/crackedconcrete -23 89 -145.25 0.924264 -1.343331 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4175 +{ +( 2134 5323 -116 ) ( 2118 5319 -115 ) ( 2138 5305 102 ) models/items/rubblebase 148 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2079 5409 92 ) ( 2080 5428 177 ) ( 2097 5370 174 ) mohcommon/crackedconcrete -200 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2119 5514 269 ) ( 2119 5495 183 ) ( 2130 5460 200 ) mohcommon/crackedconcrete -200 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2061 5545 103 ) ( 2060 5510 -56 ) ( 2076 5532 22 ) mohcommon/crackedconcrete 148 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2082 5544 324 ) ( 2097 5549 324 ) ( 2114 5491 321 ) mohcommon/crackedconcrete -200 -147 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2124 5285 128 ) ( 2094 5364 252 ) ( 2180 5352 190 ) models/items/rubblebase 148 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2121 5542 188 ) ( 1989 5604 272 ) ( 2064 5408 104 ) mohcommon/crackedconcrete -200 -147 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4176 +{ +( 2318 5375 0 ) ( 2302 5371 1 ) ( 2322 5357 218 ) models/items/rubblebase 148 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2263 5461 208 ) ( 2264 5480 293 ) ( 2281 5422 290 ) mohcommon/crackedconcrete -200 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2303 5566 385 ) ( 2303 5547 299 ) ( 2314 5512 316 ) mohcommon/crackedconcrete -200 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2266 5596 440 ) ( 2281 5601 440 ) ( 2298 5543 437 ) mohcommon/crackedconcrete -200 -147 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2308 5337 244 ) ( 2278 5416 368 ) ( 2364 5404 306 ) models/items/rubblebase 148 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2305 5594 204 ) ( 2173 5656 288 ) ( 2248 5460 120 ) mohcommon/crackedconcrete -200 -147 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2212 5528 127 ) ( 2312 5612 127 ) ( 2262 5570 442 ) mohcommon/crackedconcrete 148 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4177 +{ +( 2768 5478 52 ) ( 2761 5464 53 ) ( 2784 5469 270 ) models/items/rubblebase -200 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2668 5495 260 ) ( 2655 5508 345 ) ( 2709 5482 342 ) mohcommon/crackedconcrete 148 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2617 5596 437 ) ( 2631 5583 351 ) ( 2664 5568 368 ) mohcommon/crackedconcrete 148 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2569 5588 492 ) ( 2576 5602 492 ) ( 2630 5576 489 ) models/items/rubblebase -200 -147 90.00 1 1 0 65536 0 +surfaceparm detail +( 2790 5446 296 ) ( 2712 5476 420 ) ( 2778 5532 358 ) models/items/rubblebase -200 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2597 5615 356 ) ( 2463 5559 440 ) ( 2659 5484 272 ) mohcommon/crackedconcrete -200 -147 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2584 5502 179 ) ( 2589 5632 179 ) ( 2586 5567 494 ) mohcommon/crackedconcrete -200 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4178 +{ +( 2589 5266 27 ) ( 2587 5267 11 ) ( 2402 5154 25 ) models/items/rubblebase 110 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 2462 5234 7 ) ( 2379 5213 14 ) ( 2407 5160 9 ) common/tallen_nodraw 38 -36 0.00 1 1 0 2288 0 +surfaceparm detail +( 2163 5262 82 ) ( 2248 5284 75 ) ( 2249 5244 73 ) mohcommon/crackedconcrete -164 -109 90.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2477 5237 49 ) ( 2476 5237 33 ) ( 2477 5197 32 ) models/items/rubblebase -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2300 5305 39 ) ( 2458 5345 25 ) ( 2380 5324 48 ) mohcommon/crackedconcrete 110 0 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 2199 5246 58 ) ( 2199 5245 74 ) ( 2228 5192 69 ) models/items/rubblebase -164 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2384 5130 5 ) ( 2236 5151 5 ) ( 2310 5141 81 ) models/items/rubblebase 110 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4179 +{ +( 1972 6400 96 ) ( 1972 6368 96 ) ( 2476 6368 96 ) common/nodraw -32 -13 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2476 6368 792 ) ( 1972 6368 792 ) ( 1972 6400 792 ) common/nodraw -32 -13 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2396 6368 792 ) ( 2396 6400 792 ) ( 2396 6400 96 ) common/nodraw -32 -31 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2476 6400 792 ) ( 1972 6400 792 ) ( 1972 6400 96 ) common/nodraw 12 -32 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1972 6400 792 ) ( 1972 6368 792 ) ( 1972 6368 96 ) common/nodraw -32 -31 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1972 6368 792 ) ( 2476 6368 792 ) ( 2476 6368 96 ) general_structure/jh_conc512damg 182 116 -180.00 2 2.125000 0 65536 0 +surfaceparm detail +} +// brush 4180 +{ +( 2460 6400 96 ) ( 2460 6368 96 ) ( 2964 6368 96 ) common/nodraw -32 -53 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2964 6368 792 ) ( 2460 6368 792 ) ( 2460 6400 792 ) common/nodraw -32 -53 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2892 6368 792 ) ( 2892 6400 792 ) ( 2892 6400 96 ) common/nodraw -32 -31 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2964 6400 792 ) ( 2460 6400 792 ) ( 2460 6400 96 ) common/nodraw 52 -32 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2460 6400 792 ) ( 2460 6368 792 ) ( 2460 6368 96 ) common/nodraw -32 -31 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2460 6368 792 ) ( 2964 6368 792 ) ( 2964 6368 96 ) general_structure/jh_conc512damg 170 116 -180.00 2 2.125000 0 65536 0 +surfaceparm detail +} +// brush 4181 +{ +( 2954 5712 24 ) ( 2890 5712 24 ) ( 2890 5096 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2892 5072 792 ) ( 2892 5688 792 ) ( 2956 5688 792 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( 2956 5096 480 ) ( 2956 5712 480 ) ( 2956 5712 96 ) general_structure/jh_conc512damg -96 116 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2956 6816 456 ) ( 2892 6816 456 ) ( 2892 6816 72 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2892 5816 488 ) ( 2892 5200 488 ) ( 2892 5200 104 ) general_structure/jh_conc512damg -96 116 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2892 5504 416 ) ( 2956 5504 432 ) ( 2956 5504 400 ) ta_berlin/brln_rubble 164 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2892 5552 624 ) ( 2956 5600 800 ) ( 2956 5504 448 ) ta_berlin/brln_rubble 164 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4182 +{ +( 1772 5424 792 ) ( 2148 5424 792 ) ( 2148 6368 792 ) general_structure/jh_conc512damg -31 128 90.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1404 6112 864 ) ( 900 6112 864 ) ( 900 6376 864 ) common/caulkshadow -32 -29 90.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( 1404 6816 840 ) ( 900 6816 840 ) ( 900 6816 792 ) common/nodraw -49 -1 -3.00 11.556852 15.113244 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 2148 5536 792 ) ( 1772 5536 792 ) ( 1772 5512 864 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2148 6056 792 ) ( 2148 6024 792 ) ( 2148 6040 864 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1772 5952 792 ) ( 1772 5976 792 ) ( 1772 5964 864 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4183 +{ +( 1972 5712 16 ) ( 1908 5712 16 ) ( 1908 5096 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1908 5072 792 ) ( 1908 5688 792 ) ( 1972 5688 792 ) common/nodraw 56 -5 -87.00 11.556862 -15.113501 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1972 5096 480 ) ( 1972 5712 480 ) ( 1972 5712 96 ) general_structure/jh_conc512damg -96 116 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1980 6368 480 ) ( 1916 6368 480 ) ( 1916 6368 96 ) general_structure/jh_conc512damg -202 115 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1908 5712 480 ) ( 1908 5096 480 ) ( 1908 5096 96 ) general_structure/jh_conc512damg -96 116 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1908 5400 408 ) ( 1972 5400 424 ) ( 1972 5400 392 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1908 5448 616 ) ( 1972 5496 792 ) ( 1972 5400 440 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4184 +{ +( 2468 5712 52 ) ( 2404 5712 52 ) ( 2404 5096 52 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2396 5072 792 ) ( 2396 5688 792 ) ( 2460 5688 792 ) common/nodraw 56 -5 -87.00 11.556862 -15.113501 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 2460 5096 480 ) ( 2460 5712 480 ) ( 2460 5712 96 ) general_structure/jh_conc512damg -96 116 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2460 6368 480 ) ( 2396 6368 480 ) ( 2396 6368 96 ) general_structure/jh_conc512damg -190 115 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2396 5712 480 ) ( 2396 5096 480 ) ( 2396 5096 96 ) general_structure/jh_conc512damg -96 116 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2396 5400 408 ) ( 2460 5400 424 ) ( 2460 5400 392 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2396 5448 616 ) ( 2460 5496 792 ) ( 2460 5400 440 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4185 +{ +( 2148 5960 864 ) ( 2148 5984 792 ) ( 2148 6816 792 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 2148 5536 792 ) ( 2148 5512 864 ) ( 2284 5400 864 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2364 5856 792 ) ( 2364 5832 792 ) ( 2364 5844 864 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 2284 5424 792 ) ( 2284 5400 864 ) ( 2364 5384 864 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1404 6816 840 ) ( 900 6816 840 ) ( 900 6816 792 ) common/nodraw -49 -1 -3.00 11.556852 15.113244 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1404 6064 864 ) ( 900 6064 864 ) ( 900 6328 864 ) common/caulkshadow -32 -29 90.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( 2284 5408 792 ) ( 2364 5408 792 ) ( 2364 6368 792 ) general_structure/jh_conc512damg -31 128 90.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4186 +{ +( 1404 6016 96 ) ( 1404 5984 96 ) ( 1908 5984 96 ) common/nodraw -32 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1908 5984 792 ) ( 1404 5984 792 ) ( 1404 6016 792 ) common/nodraw -32 -21 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1908 5984 792 ) ( 1908 6016 792 ) ( 1908 6016 96 ) common/nodraw -32 -31 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1908 6016 792 ) ( 1404 6016 792 ) ( 1404 6016 96 ) common/nodraw 20 -32 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1404 6016 792 ) ( 1404 5984 792 ) ( 1404 5984 96 ) common/nodraw -32 -31 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1404 5984 792 ) ( 1908 5984 792 ) ( 1908 5984 96 ) general_structure/jh_conc512damg 154 116 -180.00 2 2.125000 0 65536 0 +surfaceparm detail +} +// brush 4187 +{ +( 1500 6080 864 ) ( 996 6080 864 ) ( 996 6344 864 ) common/caulkshadow -32 -29 90.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( 1500 6816 840 ) ( 996 6816 840 ) ( 996 6816 792 ) common/nodraw -49 -1 -3.00 11.556852 15.113244 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 2692 5504 792 ) ( 2804 5496 792 ) ( 2804 6368 792 ) general_structure/jh_conc512damg -31 173 90.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2804 5672 864 ) ( 2804 5704 792 ) ( 2620 5504 792 ) ta_berlin/brln_rubble -168 -31 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2620 5920 864 ) ( 2620 5952 792 ) ( 2620 6816 792 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 2804 5704 792 ) ( 2804 5672 864 ) ( 2804 6368 864 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4188 +{ +( 2620 5472 864 ) ( 2620 5472 792 ) ( 2556 5384 792 ) ta_berlin/brln_rubble -200 -31 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2620 5472 864 ) ( 2620 5504 792 ) ( 2556 5384 792 ) ta_berlin/brln_rubble -200 -31 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2620 6816 792 ) ( 2620 5952 792 ) ( 2620 5920 864 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 900 6368 792 ) ( 900 6104 792 ) ( 1404 6104 792 ) general_structure/jh_conc512damg -31 128 90.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2284 5384 792 ) ( 2284 5384 864 ) ( 2460 5384 864 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1404 6816 840 ) ( 900 6816 840 ) ( 900 6816 792 ) common/nodraw -49 -1 -3.00 11.556852 15.113244 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1404 6096 864 ) ( 900 6096 864 ) ( 900 6360 864 ) common/caulkshadow -32 -29 90.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( 2364 5832 864 ) ( 2364 5856 792 ) ( 2364 6816 792 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 2420 5384 792 ) ( 2364 5408 792 ) ( 2364 5384 864 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4189 +{ +( 2492 5592 792 ) ( 2444 5592 792 ) ( 2468 5592 864 ) ta_berlin/brln_rubble 180 -32 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2956 5664 864 ) ( 2956 5928 864 ) ( 2956 5928 816 ) general_structure/balcony_stone1 -40 -35 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 1500 6816 840 ) ( 996 6816 840 ) ( 996 6816 792 ) common/nodraw -49 -1 -3.00 11.556852 15.113244 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 2804 6368 792 ) ( 2804 5496 792 ) ( 2844 5384 792 ) general_structure/jh_conc512damg -31 173 90.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2844 5592 792 ) ( 2804 5704 792 ) ( 2804 5672 864 ) ta_berlin/brln_rubble -200 -31 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 2804 5672 864 ) ( 2804 5704 792 ) ( 2804 6576 792 ) common/nodraw 63 -21 -177.00 11.556853 -15.113232 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 1500 6288 864 ) ( 996 6288 864 ) ( 996 6552 864 ) common/caulkshadow -32 -29 90.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( 2844 5592 792 ) ( 2804 5672 792 ) ( 2804 5672 864 ) ta_berlin/brln_rubble -200 -31 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4190 +{ +( 780 2252 16 ) ( 780 2252 24 ) ( 796 2244 24 ) common/nodraw -9 22 90.00 1 -0.708496 536870912 2224 0 +surfaceparm detail +( 780 2252 24 ) ( 780 2252 16 ) ( 1328 2800 16 ) common/nodraw -10 22 90.00 1 -0.708496 536870912 2224 0 +surfaceparm detail +( 1352 2800 24 ) ( 796 2244 24 ) ( 780 2252 24 ) central_europe/strtset_cew -98 -58 135.04 1.001965 0.997304 0 65536 0 +surfaceparm detail +( 1624 3072 16 ) ( 1068 2516 16 ) ( 1068 2516 24 ) central_europe/strtset_cew 231 10 -180.00 0.706299 -1 0 65536 0 +surfaceparm detail +( 1328 2800 16 ) ( 780 2252 16 ) ( 796 2244 16 ) common/nodraw 55 -49 -135.07 0.999376 1.001448 536870912 2224 0 +surfaceparm detail +( 1120 2720 24 ) ( 1120 2720 16 ) ( 1144 2720 16 ) common/nodraw 0 19 90.00 -0.125000 -0.375000 536870912 2224 0 +surfaceparm detail +} +// brush 4191 +{ +( 840 6108 -768 ) ( -760 6108 -768 ) ( -760 6108 1024 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 248 5028 64 ) ( 248 5060 64 ) ( 248 5044 704 ) common/nodraw 37 5 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +( 816 5044 64 ) ( 816 5028 64 ) ( 816 5036 704 ) common/nodraw 37 5 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +( -760 6116 -768 ) ( 840 6116 -768 ) ( -760 6116 1024 ) common/nodraw 16 6 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +} +// brush 4192 +{ +( 1024 6940 -768 ) ( 2624 6940 -768 ) ( 2624 6940 1024 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -776 5052 704 ) ( -776 5468 704 ) ( 824 5468 704 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -800 5468 64 ) ( -800 5052 64 ) ( 800 5052 64 ) common/nodraw -37 -58 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( -48 5028 64 ) ( -48 5060 64 ) ( -48 5044 704 ) common/nodraw 37 5 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +( 1148 5044 64 ) ( 1148 5028 64 ) ( 1148 5036 704 ) common/nodraw 37 5 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +( 3236 6932 -768 ) ( 1636 6932 -768 ) ( 3236 6932 1024 ) common/nodraw 16 6 -180.00 30.250000 -8.000001 536870912 2224 0 +surfaceparm detail +} +// brush 4193 +{ +( 6700 72 16 ) ( 6452 248 16 ) ( 6180 248 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6720 -1240 24 ) ( 6720 -1240 16 ) ( 6288 -1240 16 ) misc_outside/concpath1_wgrass 100 16 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6452 248 24 ) ( 6700 72 24 ) ( 6180 72 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5524 240 16 ) ( 5524 208 16 ) ( 5524 224 24 ) misc_outside/concpath1_wgrass 8 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5052 -604 16 ) ( 5076 -604 16 ) ( 5064 -604 24 ) misc_outside/concpath1_wgrass -104 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 4432 -1240 16 ) ( 4848 -604 16 ) ( 4640 -922 24 ) misc_outside/concpath1_wgrass 8 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4194 +{ +( 6700 72 16 ) ( 6452 248 16 ) ( 6180 248 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6452 248 24 ) ( 6700 72 24 ) ( 6180 72 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 6452 248 16 ) ( 6452 248 24 ) ( 6180 248 24 ) misc_outside/concpath1_wgrass 100 16 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5052 24 24 ) ( 5052 24 16 ) ( 5052 200 16 ) misc_outside/concpath1_wgrass 8 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5524 240 16 ) ( 5524 208 16 ) ( 5524 224 24 ) misc_outside/concpath1_wgrass 8 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5076 -604 16 ) ( 5052 -604 16 ) ( 5064 -604 24 ) misc_outside/concpath1_wgrass -104 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4195 +{ +( 5056 -604 24 ) ( 5056 -604 16 ) ( 4848 -604 16 ) common/nodraw 53 -44 -90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 5052 232 24 ) ( 5052 232 16 ) ( 5052 -496 16 ) common/nodraw 52 -24 -90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 5440 1668 16 ) ( 4864 -480 16 ) ( 5036 -560 16 ) common/nodraw -9 56 75.00 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( 5628 1644 24 ) ( 5036 -560 24 ) ( 4864 -480 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5052 232 16 ) ( 5052 232 24 ) ( 4848 -604 24 ) common/nodraw 52 -10 -90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 5052 232 24 ) ( 5052 232 16 ) ( 5052 -496 16 ) common/nodraw -7 30 -90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +} +// brush 4196 +{ +( 6788 920 640 ) ( 6788 920 608 ) ( 6740 912 608 ) ta_berlin/brln_rubble 52 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6652 936 608 ) ( 6652 936 640 ) ( 6740 912 640 ) ta_berlin/brln_rubble 52 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6652 936 640 ) ( 6652 936 608 ) ( 6644 968 608 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6644 968 640 ) ( 6644 968 608 ) ( 6796 968 608 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6652 936 640 ) ( 6644 968 640 ) ( 6796 968 640 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6644 968 608 ) ( 6652 936 608 ) ( 6740 912 608 ) mohtest/fltwallsq 193 -42 -93.00 1.125081 3.250172 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6788 920 608 ) ( 6788 920 640 ) ( 6788 968 640 ) mohtest/fltwallsq 0 -139 -177.00 1.124587 -3.250076 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +} +// brush 4197 +{ +( 6636 656 608 ) ( 6724 664 608 ) ( 6724 664 640 ) ta_berlin/brln_rubble 52 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6547 600 608 ) ( 6588 650 608 ) ( 6588 650 640 ) ta_berlin/brln_rubble 88 14 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6588 650 608 ) ( 6636 656 608 ) ( 6636 656 640 ) ta_berlin/brln_rubble 52 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6788 648 608 ) ( 6788 648 640 ) ( 6724 664 640 ) ta_berlin/brln_rubble 52 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6796 600 608 ) ( 6547 600 608 ) ( 6547 600 640 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6796 600 640 ) ( 6547 600 640 ) ( 6588 650 640 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6547 600 608 ) ( 6796 600 608 ) ( 6796 640 608 ) mohtest/fltwallsq 193 -42 -93.00 1.125081 3.250172 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6788 648 640 ) ( 6788 648 608 ) ( 6788 600 608 ) mohtest/fltwallsq 0 -139 -177.00 1.124587 -3.250076 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +} +// brush 4198 +{ +( 6796 1232 584 ) ( 6572 1232 584 ) ( 6572 1240 584 ) common/nodraw -18 0 0.00 2.500000 -0.125000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6796 1240 584 ) ( 6572 1240 584 ) ( 6572 1240 400 ) ta_berlin/berlinwall2b -88 44 0.00 0.875000 0.718750 0 65536 0 +surfaceparm detail +( 6572 1232 400 ) ( 6796 1232 400 ) ( 6796 1240 400 ) common/nodraw -18 0 0.00 2.500000 -0.125000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6572 1232 584 ) ( 6796 1232 584 ) ( 6796 1232 400 ) common/nodraw -18 10 0.00 2.500000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6572 1232 584 ) ( 6572 1232 400 ) ( 6572 1240 400 ) common/nodraw 0 11 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6788 840 400 ) ( 6788 804 400 ) ( 6788 822 584 ) common/nodraw 0 11 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4199 +{ +( 6796 1232 376 ) ( 6572 1232 376 ) ( 6572 1240 376 ) common/nodraw -18 0 0.00 2.500000 -0.125000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6796 1240 208 ) ( 6796 1240 376 ) ( 6572 1240 376 ) ta_berlin/berlinwall2b_shot -88 59 0.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +( 6572 1232 208 ) ( 6796 1232 208 ) ( 6796 1240 208 ) common/nodraw -18 0 0.00 2.500000 -0.125000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6796 1232 376 ) ( 6796 1232 208 ) ( 6572 1232 208 ) common/nodraw -18 1 0.00 2.500000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6572 1232 376 ) ( 6572 1232 208 ) ( 6572 1240 208 ) common/nodraw 0 0 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6788 840 208 ) ( 6788 804 208 ) ( 6788 822 376 ) common/nodraw 0 0 0.00 0.125000 2.875000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4200 +{ +( 6564 1216 344 ) ( 7020 1216 344 ) ( 7020 1232 344 ) common/nodraw 48 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 7020 1216 608 ) ( 6564 1216 608 ) ( 6564 1232 608 ) common/nodraw 48 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6564 1216 608 ) ( 7020 1216 608 ) ( 7020 1216 344 ) mohtest/fltwallsq -196 121 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 7020 1232 608 ) ( 6564 1232 608 ) ( 6564 1232 344 ) common/nodraw -4 16 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6564 1216 608 ) ( 6564 1216 344 ) ( 6564 1232 344 ) common/nodraw -39 18 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6788 840 344 ) ( 6788 804 344 ) ( 6788 822 608 ) common/nodraw -39 18 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4201 +{ +( 6548 1240 584 ) ( 6532 1256 584 ) ( 6532 968 584 ) mohtest/groovedstn1a -57 -57 0.00 2 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6532 1256 640 ) ( 6548 1240 640 ) ( 6548 968 640 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 1256 584 ) ( 6532 1256 640 ) ( 6532 968 640 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 1240 640 ) ( 6548 1240 584 ) ( 6548 968 584 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 968 584 ) ( 6532 968 640 ) ( 6548 968 640 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 1256 640 ) ( 6532 1256 584 ) ( 6548 1240 584 ) common/nodraw 56 15 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4202 +{ +( 6544 864 376 ) ( 6544 864 400 ) ( 6548 864 400 ) mohtest/groovedstn1a -46 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6544 1216 400 ) ( 6544 1216 376 ) ( 6548 1216 376 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 1216 400 ) ( 6548 1216 376 ) ( 6548 864 376 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 1216 376 ) ( 6544 1216 376 ) ( 6544 864 376 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6544 1216 400 ) ( 6548 1216 400 ) ( 6548 864 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6544 1216 376 ) ( 6544 1216 400 ) ( 6544 864 400 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4203 +{ +( 7052 1244 184 ) ( 7052 1244 208 ) ( 6572 1244 208 ) mohtest/groovedstn1a -50 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6572 1244 208 ) ( 7052 1244 208 ) ( 7052 1240 208 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 7052 1244 184 ) ( 6572 1244 184 ) ( 6572 1240 184 ) mohtest/groovedstn1a 28 48 -90.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 7052 1240 208 ) ( 7052 1240 184 ) ( 6572 1240 184 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6572 1244 184 ) ( 6572 1244 208 ) ( 6572 1240 208 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6745 839 184 ) ( 6745 803 184 ) ( 6745 821 208 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4204 +{ +( 7052 1244 376 ) ( 7052 1244 400 ) ( 6572 1244 400 ) mohtest/groovedstn1a -50 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6572 1244 400 ) ( 7052 1244 400 ) ( 7052 1240 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 7052 1244 376 ) ( 6572 1244 376 ) ( 6572 1240 376 ) mohtest/groovedstn1a 28 48 -90.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 7052 1240 400 ) ( 7052 1240 376 ) ( 6572 1240 376 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6572 1244 376 ) ( 6572 1244 400 ) ( 6572 1240 400 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6745 839 376 ) ( 6745 803 376 ) ( 6745 821 400 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4205 +{ +( 7052 1240 80 ) ( 7052 1240 184 ) ( 6572 1240 184 ) ta_berlin/berlinwall2a_shot 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 7052 1232 80 ) ( 7052 1240 80 ) ( 6572 1240 80 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 7052 1240 184 ) ( 7052 1232 184 ) ( 6572 1232 184 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 7052 1232 184 ) ( 7052 1232 80 ) ( 6572 1232 80 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6572 1240 184 ) ( 6572 1232 184 ) ( 6572 1232 80 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6788 840 80 ) ( 6788 804 80 ) ( 6788 822 184 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4206 +{ +( 6564 968 496 ) ( 6564 968 400 ) ( 6548 968 400 ) ta_berlin/brln_rubble 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6564 968 496 ) ( 6548 968 496 ) ( 6548 1032 584 ) ta_berlin/brln_rubble 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6564 1216 400 ) ( 6564 1216 584 ) ( 6548 1216 584 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6564 1216 584 ) ( 6564 1216 400 ) ( 6564 968 400 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6564 1216 400 ) ( 6548 1216 400 ) ( 6548 968 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 1216 400 ) ( 6548 1216 584 ) ( 6548 1032 584 ) ta_berlin/berlinwall2b_shot -236 45 0.00 0.968750 0.718750 0 65536 0 +surfaceparm detail +( 6548 1216 584 ) ( 6564 1216 584 ) ( 6564 1032 584 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4207 +{ +( 6544 1216 184 ) ( 6544 1216 208 ) ( 6544 224 208 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6544 1216 208 ) ( 6548 1216 208 ) ( 6548 224 208 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 1216 184 ) ( 6544 1216 184 ) ( 6544 224 184 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 1216 208 ) ( 6548 1216 184 ) ( 6548 224 184 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6544 1216 184 ) ( 6548 1216 184 ) ( 6548 1216 208 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 224 184 ) ( 6544 224 184 ) ( 6544 224 208 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4208 +{ +( 6548 1216 80 ) ( 6548 1216 184 ) ( 6548 224 184 ) ta_berlin/berlinwall2a_shot 120 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6556 1216 80 ) ( 6548 1216 80 ) ( 6548 224 80 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 1216 184 ) ( 6556 1216 184 ) ( 6556 224 184 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 1216 184 ) ( 6556 1216 80 ) ( 6556 224 80 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 224 184 ) ( 6556 224 184 ) ( 6556 224 80 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 1216 184 ) ( 6548 1216 184 ) ( 6548 1216 80 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4209 +{ +( 6548 864 376 ) ( 6548 864 208 ) ( 6548 960 208 ) ta_berlin/berlinwall2a_shot -202 62 0.00 0.781250 0.656250 0 65536 0 +surfaceparm detail +( 6548 864 208 ) ( 6556 864 208 ) ( 6556 960 208 ) common/nodraw -32 -49 0.00 0.125000 -3.125000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 864 376 ) ( 6548 864 376 ) ( 6548 960 376 ) common/nodraw -32 -49 0.00 0.125000 -3.125000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 864 208 ) ( 6556 864 376 ) ( 6556 960 376 ) common/nodraw -49 17 0.00 3.125000 2.625000 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 864 208 ) ( 6548 864 376 ) ( 6556 864 376 ) ta_berlin/brln_rubble -128 59 0.00 0.031250 0.656250 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 960 376 ) ( 6548 960 208 ) ( 6556 960 208 ) ta_berlin/brln_rubble -128 59 0.00 0.031250 0.656250 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4210 +{ +( 6548 1216 208 ) ( 6548 1216 376 ) ( 6548 992 376 ) ta_berlin/berlinwall2b_shot -106 62 0.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +( 6556 1216 208 ) ( 6548 1216 208 ) ( 6548 992 208 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 1216 376 ) ( 6556 1216 376 ) ( 6556 992 376 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 1216 376 ) ( 6556 1216 208 ) ( 6556 992 208 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 1216 376 ) ( 6548 1216 208 ) ( 6556 1216 208 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 992 208 ) ( 6548 992 376 ) ( 6556 992 376 ) ta_berlin/brln_rubble 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4211 +{ +( 6729 820 400 ) ( 6644 792 400 ) ( 6644 792 376 ) ta_berlin/brln_rubble 143 8 -180.00 0.942871 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6788 764 376 ) ( 6788 764 400 ) ( 6728 820 400 ) common/nodraw 0 8 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6644 792 368 ) ( 6644 792 400 ) ( 6612 728 400 ) ta_berlin/brln_rubble 218 6 -180.00 0.771484 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6788 748 400 ) ( 6788 748 376 ) ( 6584 548 376 ) common/nodraw 10 9 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6582 546 400 ) ( 6582 546 376 ) ( 6572 649 376 ) ta_berlin/brln_rubble 206 6 -180.00 1.296387 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6582 546 400 ) ( 6572 649 400 ) ( 6644 792 400 ) mohcommon/cncrtset_4 82 -120 -180.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 6572 649 376 ) ( 6582 546 376 ) ( 6793 757 376 ) mohtest/fltwallsq 194 97 -48.06 1.125104 3.250750 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6788 748 376 ) ( 6788 748 400 ) ( 6788 764 400 ) mohtest/fltwallsq 162 146 138.04 1.124781 -3.250469 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +} +// brush 4212 +{ +( 6652 936 608 ) ( 6644 968 608 ) ( 6532 968 608 ) mohtest/fltwallsq 193 -42 -93.00 1.125081 3.250172 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6644 968 640 ) ( 6652 936 640 ) ( 6532 952 640 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6644 968 608 ) ( 6644 968 640 ) ( 6532 968 640 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6532 968 608 ) ( 6532 968 640 ) ( 6532 952 640 ) ta_berlin/brln_rubble 88 14 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6644 968 640 ) ( 6644 968 608 ) ( 6652 936 608 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6652 936 640 ) ( 6652 936 608 ) ( 6532 952 608 ) ta_berlin/brln_rubble 52 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +} +// brush 4213 +{ +( 7012 192 608 ) ( 7012 600 608 ) ( 6548 600 608 ) mohtest/fltwallsq 193 -42 -93.00 1.125081 3.250172 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 7012 600 640 ) ( 7012 192 640 ) ( 6548 192 640 ) common/nodraw -52 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6548 600 608 ) ( 7012 600 608 ) ( 7012 600 640 ) common/nodraw -52 16 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6548 192 608 ) ( 6548 600 608 ) ( 6548 600 640 ) common/nodraw -23 18 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 7012 192 608 ) ( 6548 192 608 ) ( 6548 192 640 ) common/nodraw -52 16 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6788 840 608 ) ( 6788 804 608 ) ( 6788 822 640 ) common/nodraw -23 18 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +} +// brush 4214 +{ +( 6548 968 608 ) ( 7012 968 608 ) ( 7012 1240 608 ) mohtest/fltwallsq 193 -42 -93.00 1.125081 3.250172 0 65536 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 7012 968 640 ) ( 6548 968 640 ) ( 6548 1240 640 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6548 1240 608 ) ( 7012 1240 608 ) ( 7012 1240 640 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6548 968 640 ) ( 6548 968 608 ) ( 6548 1240 608 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 7012 968 608 ) ( 6548 968 608 ) ( 6548 968 640 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +( 6788 840 608 ) ( 6788 804 608 ) ( 6788 822 640 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 subdivisions 1000.000000 +} +// brush 4215 +{ +( 6544 704 400 ) ( 6544 704 376 ) ( 6544 752 376 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail +( 6548 704 400 ) ( 6544 704 400 ) ( 6544 752 400 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail +( 6544 704 376 ) ( 6548 704 376 ) ( 6548 752 376 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail +( 6548 704 376 ) ( 6548 704 400 ) ( 6548 752 400 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail +( 6544 704 376 ) ( 6544 704 400 ) ( 6548 704 400 ) mohtest/groovedstn1a -46 8 0.00 2 2 0 65536 0 +surfaceparm detail +( 6544 752 400 ) ( 6544 752 376 ) ( 6548 752 376 ) mohtest/groovedstn1a -46 8 0.00 2 2 0 65536 0 +surfaceparm detail +} +// brush 4216 +{ +( 6548 712 360 ) ( 6548 712 208 ) ( 6548 768 208 ) ta_berlin/berlinwall2a_shot -202 62 0.00 0.781250 0.656250 0 65536 0 +surfaceparm detail +( 6548 712 208 ) ( 6556 712 208 ) ( 6556 768 208 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 712 376 ) ( 6548 712 360 ) ( 6548 768 320 ) ta_berlin/brln_rubble 120 14 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6556 712 208 ) ( 6556 712 376 ) ( 6556 768 336 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 712 208 ) ( 6548 712 360 ) ( 6556 712 376 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 768 320 ) ( 6548 768 208 ) ( 6556 768 208 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4217 +{ +( 6548 768 320 ) ( 6548 768 208 ) ( 6548 824 208 ) ta_berlin/berlinwall2a_shot -202 62 0.00 0.781250 0.656250 0 65536 0 +surfaceparm detail +( 6548 768 208 ) ( 6556 768 208 ) ( 6556 824 208 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 768 336 ) ( 6548 768 320 ) ( 6548 824 312 ) ta_berlin/brln_rubble 120 14 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6556 768 208 ) ( 6556 768 336 ) ( 6556 824 328 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 768 208 ) ( 6548 768 320 ) ( 6556 768 336 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 824 312 ) ( 6548 824 208 ) ( 6556 824 208 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4218 +{ +( 6548 824 312 ) ( 6548 824 208 ) ( 6548 864 208 ) ta_berlin/berlinwall2a_shot -202 62 0.00 0.781250 0.656250 0 65536 0 +surfaceparm detail +( 6548 824 208 ) ( 6556 824 208 ) ( 6556 864 208 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 824 328 ) ( 6548 824 312 ) ( 6548 864 360 ) ta_berlin/brln_rubble 120 14 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6556 824 208 ) ( 6556 824 328 ) ( 6556 864 376 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 864 360 ) ( 6548 864 208 ) ( 6556 864 208 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 824 208 ) ( 6548 824 312 ) ( 6556 824 328 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4219 +{ +( 6548 712 400 ) ( 6548 712 432 ) ( 6548 690 487 ) ta_berlin/berlinwall2b_shot -28 45 0.00 0.875000 0.718750 0 65536 0 +surfaceparm detail +( 6564 712 400 ) ( 6548 712 400 ) ( 6548 664 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6564 712 440 ) ( 6564 712 400 ) ( 6564 664 400 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6564 712 400 ) ( 6564 712 440 ) ( 6548 712 432 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6548 712 432 ) ( 6564 712 440 ) ( 6564 690 495 ) ta_berlin/brln_rubble 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6564 690 495 ) ( 6564 664 512 ) ( 6548 664 504 ) ta_berlin/brln_rubble 83 -121 -180.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6564 664 512 ) ( 6564 664 400 ) ( 6548 664 400 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4220 +{ +( 6548 968 472 ) ( 6564 968 472 ) ( 6564 864 408 ) ta_berlin/brln_rubble 83 -121 -180.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 968 400 ) ( 6548 968 472 ) ( 6548 864 408 ) ta_berlin/berlinwall2b_shot -236 45 0.00 0.968750 0.718750 0 65536 0 +surfaceparm detail +( 6564 968 400 ) ( 6548 968 400 ) ( 6548 864 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6564 968 472 ) ( 6564 968 400 ) ( 6564 864 400 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6564 864 408 ) ( 6564 864 400 ) ( 6548 864 400 ) ta_berlin/brln_rubble 118 8 -180.00 0.770996 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6564 968 400 ) ( 6564 968 472 ) ( 6548 968 472 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4221 +{ +( 6532 184 80 ) ( 6532 184 16 ) ( 6548 200 16 ) common/nodraw 24 18 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 7596 200 80 ) ( 6548 200 80 ) ( 6548 200 16 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 7596 184 80 ) ( 6532 184 80 ) ( 6548 200 80 ) mohcommon/crackedconcrete -116 -119 0.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6532 184 80 ) ( 7596 184 80 ) ( 7596 184 16 ) mohcommon/crackedconcrete -116 16 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6532 184 16 ) ( 7596 184 16 ) ( 7596 200 16 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6788 840 16 ) ( 6788 804 16 ) ( 6788 822 80 ) common/nodraw 3 -55 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4222 +{ +( 6572 208 184 ) ( 6572 200 184 ) ( 6572 200 80 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 7596 208 184 ) ( 6572 208 184 ) ( 6572 208 80 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 7596 200 184 ) ( 6572 200 184 ) ( 6572 208 184 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6572 200 80 ) ( 7596 200 80 ) ( 7596 208 80 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6572 200 184 ) ( 7596 200 184 ) ( 7596 200 80 ) ta_berlin/berlinwall2a_shot 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6788 840 80 ) ( 6788 804 80 ) ( 6788 822 184 ) ta_berlin/berlinwall2a_shot -24 17 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4223 +{ +( 6548 1248 80 ) ( 6540 1248 80 ) ( 6540 1216 80 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6540 1248 584 ) ( 6548 1248 584 ) ( 6548 1216 584 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6540 1216 80 ) ( 6540 1216 584 ) ( 6548 1216 584 ) mohtest/groovedstn1a -50 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 1248 584 ) ( 6548 1248 80 ) ( 6548 1216 80 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6540 1248 80 ) ( 6540 1248 584 ) ( 6540 1216 584 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 1248 584 ) ( 6540 1248 80 ) ( 6548 1248 80 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4224 +{ +( 6572 1248 80 ) ( 6540 1248 80 ) ( 6540 1240 80 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6540 1248 584 ) ( 6572 1248 584 ) ( 6572 1240 584 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6540 1240 80 ) ( 6540 1240 584 ) ( 6572 1240 584 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6572 1248 584 ) ( 6572 1248 80 ) ( 6572 1240 80 ) mohtest/groovedstn1a -3 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 1248 584 ) ( 6540 1248 80 ) ( 6572 1248 80 ) mohtest/groovedstn1a -50 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 1248 80 ) ( 6540 1248 584 ) ( 6540 1240 584 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4225 +{ +( 7068 1208 16 ) ( 6820 1384 16 ) ( 6548 1384 16 ) misc_outside/concpath1_wgrass 82 -121 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 7068 1208 24 ) ( 7068 1208 16 ) ( 6548 1208 16 ) misc_outside/concpath1_wgrass 84 16 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6820 1384 24 ) ( 7068 1208 24 ) ( 6548 1208 24 ) misc_outside/concpath1_wgrass 82 -121 -180.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6916 1384 16 ) ( 6916 1384 24 ) ( 6548 1384 24 ) misc_outside/concpath1_wgrass 84 16 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6548 1208 24 ) ( 6548 1208 16 ) ( 6548 1384 16 ) misc_outside/concpath1_wgrass 120 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6788 840 16 ) ( 6788 804 16 ) ( 6788 822 24 ) misc_outside/concpath1_wgrass 120 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4226 +{ +( 6820 1384 16 ) ( 6804 1400 16 ) ( 6548 1400 16 ) mohcommon/crackedconcrete 83 -121 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6804 1400 16 ) ( 6804 1400 24 ) ( 6548 1400 24 ) mohcommon/crackedconcrete 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6804 1400 24 ) ( 6820 1384 24 ) ( 6548 1384 24 ) mohcommon/crackedconcrete 83 -121 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6820 1384 24 ) ( 6820 1384 16 ) ( 6548 1384 16 ) mohcommon/crackedconcrete 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6548 1384 24 ) ( 6548 1384 16 ) ( 6548 1400 16 ) mohcommon/crackedconcrete 120 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6788 840 16 ) ( 6788 804 16 ) ( 6788 822 24 ) mohcommon/crackedconcrete 120 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4227 +{ +( 7084 196 184 ) ( 6572 196 184 ) ( 6572 196 208 ) mohtest/groovedstn1a -58 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 7084 200 208 ) ( 7084 196 208 ) ( 6572 196 208 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 7084 196 184 ) ( 7084 200 184 ) ( 6572 200 184 ) mohtest/groovedstn1a -57 -57 0.00 2 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6572 200 184 ) ( 7084 200 184 ) ( 7084 200 208 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6572 196 184 ) ( 6572 200 184 ) ( 6572 200 208 ) common/nodraw 24 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6788 840 184 ) ( 6788 804 184 ) ( 6788 822 208 ) common/nodraw 24 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4228 +{ +( 6548 992 80 ) ( 6540 992 80 ) ( 6540 960 80 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 992 544 ) ( 6548 992 544 ) ( 6548 960 520 ) ta_berlin/brln_rubble 83 -121 -180.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 960 80 ) ( 6540 960 520 ) ( 6548 960 520 ) mohtest/groovedstn1a -26 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 992 544 ) ( 6548 992 80 ) ( 6548 960 80 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6540 992 544 ) ( 6540 992 80 ) ( 6548 992 80 ) mohtest/groovedstn1a -26 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 992 80 ) ( 6540 992 544 ) ( 6540 960 520 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4229 +{ +( 6540 704 80 ) ( 6548 704 80 ) ( 6548 736 80 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 704 472 ) ( 6540 704 464 ) ( 6540 736 440 ) ta_berlin/brln_rubble 83 -121 -180.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 704 80 ) ( 6540 704 464 ) ( 6548 704 472 ) mohtest/groovedstn1a -26 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 704 80 ) ( 6548 704 472 ) ( 6548 736 448 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6540 736 440 ) ( 6540 736 80 ) ( 6548 736 80 ) mohtest/groovedstn1a -26 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 704 464 ) ( 6540 704 80 ) ( 6540 736 80 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4230 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 6943.634766 2207.266113 40 0 0 ) ( 6731.962402 1828.236328 40 0 1.695820 ) ( 6480.433594 1862.503906 8 0 2.695278 ) ) +( ( 6837.120117 2340.888184 104 0.712783 0 ) ( 6754.370605 2114.620605 104 1.149620 0.941110 ) ( 6593.226074 2081.115234 72 0.992903 1.596082 ) ) +( ( 6772.544922 2361.384277 172 1.087744 0 ) ( 6730.781250 2329.084473 180 2.043180 0.208591 ) ( 6698.544922 2401.583496 140 2.337107 0.555682 ) ) +) + } + } +// brush 4231 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 6480.433594 1858.681641 8 25.314194 -7.260475 ) ( 6417.609375 2345.084961 40 25.068787 -9.160488 ) ( 6324.806641 2491.018066 40 24.706276 -9.730539 ) ) +( ( 6593.226074 2074.114746 72 25.754789 -8.102011 ) ( 6535.409180 2433.654785 40 25.528942 -9.506464 ) ( 6465.626953 2548.849121 80 25.256355 -9.956442 ) ) +( ( 6698.544922 2389.927246 140 26.166191 -9.335653 ) ( 6621.849609 2561.998047 60 25.866600 -10.007805 ) ( 6507.705078 2532.062988 48 25.420723 -9.890871 ) ) +) + } + } +// brush 4232 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( 6518.882813 1145.332642 8 0 0 ) ( 6462.984375 1683.284302 13 0 2.101691 ) ( 6434.347656 2293.807861 8 0 4.489251 ) ) +( ( 6668.131836 1088.959961 160 0.997350 0 ) ( 6615.651855 1668.017944 36 0.606028 2.322292 ) ( 6575.790527 2359.769531 102 0.711678 5.041180 ) ) +( ( 6783.981445 1118.802612 96 1.527330 0 ) ( 6798.645996 1567.167847 272 1.524590 1.745231 ) ( 6899.844727 2360.333008 102 1.977517 4.887656 ) ) +) + } + } +// brush 4233 +{ +( 4676 -524 24 ) ( 4676 -524 16 ) ( 4660 -516 16 ) common/nodraw 22 -7 -180.00 0.966309 -1 536870912 2224 0 +surfaceparm detail +( 4876 232 24 ) ( 4876 232 16 ) ( 4676 -524 16 ) common/nodraw 44 -7 -180.00 0.965820 -1 536870912 2224 0 +surfaceparm detail +( 5252 1624 24 ) ( 4676 -524 24 ) ( 4660 -516 24 ) central_europe/strtset_cew -29 -13 165.01 1.000362 0.999827 0 65536 0 +surfaceparm detail +( 4860 232 16 ) ( 4860 232 24 ) ( 4660 -516 24 ) central_europe/strtset_cew 103 119 -180.00 0.965820 -1 0 65536 0 +surfaceparm detail +( 5236 1628 16 ) ( 4660 -516 16 ) ( 4676 -524 16 ) common/nodraw -18 -11 165.00 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( 4860 232 24 ) ( 4860 232 16 ) ( 4876 232 16 ) common/nodraw 21 29 -90.00 1 1.224609 536870912 2224 0 +surfaceparm detail +} +// brush 4234 +{ +( 4848 -604 24 ) ( 4848 -604 16 ) ( 4676 -524 16 ) common/nodraw 53 -42 -90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 4848 -604 16 ) ( 4848 -604 24 ) ( 5052 232 24 ) common/nodraw 51 -43 -90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 5252 1624 16 ) ( 4676 -524 16 ) ( 4848 -604 16 ) common/nodraw -46 34 75.00 0.999890 0.999890 536870912 2224 0 +surfaceparm detail +( 5440 1600 24 ) ( 4848 -604 24 ) ( 4676 -524 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4676 -524 24 ) ( 4676 -524 16 ) ( 4876 232 16 ) common/nodraw 51 -29 -90.00 1 -0.965820 536870912 2224 0 +surfaceparm detail +( 4876 232 24 ) ( 4876 232 16 ) ( 5052 232 16 ) common/nodraw 53 -31 -90.00 1 -1.224609 536870912 2224 0 +surfaceparm detail +} +// brush 4235 +{ +( 6700 232 16 ) ( 6452 408 16 ) ( 6180 408 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6604 248 24 ) ( 6604 248 16 ) ( 6172 248 16 ) misc_outside/concpath1_wgrass 100 16 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6452 408 24 ) ( 6700 232 24 ) ( 6180 232 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 6452 408 16 ) ( 6452 408 24 ) ( 6180 408 24 ) misc_outside/concpath1_wgrass 100 16 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 5052 184 24 ) ( 5052 184 16 ) ( 5052 360 16 ) misc_outside/concpath1_wgrass 40 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 6228 400 16 ) ( 6228 368 16 ) ( 6228 384 24 ) misc_outside/concpath1_wgrass 40 14 -180.00 1 -1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4236 +{ +( 6372 408 16 ) ( 6372 1360 16 ) ( 6356 1360 16 ) mohcommon/crackedconcrete 150 -169 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 424 24 ) ( 6356 424 16 ) ( 6356 1360 16 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6372 1360 24 ) ( 6372 408 24 ) ( 6356 424 24 ) central_europe/strtset_cew 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6372 256 16 ) ( 6372 256 24 ) ( 6372 1208 24 ) mohcommon/crackedconcrete 168 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6372 408 24 ) ( 6372 408 16 ) ( 6356 424 16 ) mohcommon/crackedconcrete 168 15 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6372 1208 16 ) ( 6372 1208 24 ) ( 6356 1208 24 ) mohcommon/crackedconcrete 148 16 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4237 +{ +( 5900 232 0 ) ( 5900 232 16 ) ( 6412 232 16 ) common/nodraw -1 55 0.00 1.687500 1.679688 536870912 2224 0 +surfaceparm detail +( 5924 1960 0 ) ( 5924 520 0 ) ( 6436 520 0 ) common/nodraw -1 -60 0.00 1.687500 -1.679688 536870912 2224 0 +surfaceparm detail +( 5924 520 16 ) ( 5924 1960 16 ) ( 6436 1960 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6020 552 16 ) ( 6020 1992 16 ) ( 6020 1992 0 ) common/nodraw -50 57 0.00 1.687500 1.679688 536870912 2224 0 +surfaceparm detail +( 4792 1984 16 ) ( 4792 544 16 ) ( 4792 544 0 ) common/nodraw -50 57 0.00 1.687500 1.679688 536870912 2224 0 +surfaceparm detail +( 5508 1032 0 ) ( 5532 1032 0 ) ( 5520 1032 16 ) common/nodraw 12 55 -180.00 1.687622 -1.679688 536870912 2224 0 +surfaceparm detail +} +// brush 4238 +{ +( 6450 2160 16 ) ( 6450 2160 0 ) ( 6962 2160 0 ) common/nodraw -13 54 0.00 1.687500 1.679688 536870912 2224 0 +surfaceparm detail +( 6484 1960 0 ) ( 6484 520 0 ) ( 6996 520 0 ) common/nodraw -13 -60 0.00 1.687500 -1.679688 536870912 2224 0 +surfaceparm detail +( 6484 520 16 ) ( 6484 1960 16 ) ( 6996 1960 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6780 504 16 ) ( 6780 1944 16 ) ( 6780 1944 0 ) common/nodraw -50 56 0.00 1.687500 1.679688 536870912 2224 0 +surfaceparm detail +( 6012 1936 16 ) ( 6012 496 16 ) ( 6012 496 0 ) common/nodraw -50 56 0.00 1.687500 1.679688 536870912 2224 0 +surfaceparm detail +( 6108 944 0 ) ( 6084 944 0 ) ( 6096 944 16 ) common/nodraw 22 54 -180.00 1.687500 -1.679688 536870912 2224 0 +surfaceparm detail +} +// brush 4239 +{ +( 6460 424 0 ) ( 6460 424 16 ) ( 6972 424 16 ) common/nodraw -12 54 0.00 1.687500 1.679688 536870912 2224 0 +surfaceparm detail +( 6484 1960 0 ) ( 6484 520 0 ) ( 6996 520 0 ) common/nodraw -12 -60 0.00 1.687500 -1.679688 536870912 2224 0 +surfaceparm detail +( 6484 520 16 ) ( 6484 1960 16 ) ( 6996 1960 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6356 544 16 ) ( 6356 1984 16 ) ( 6356 1984 0 ) common/nodraw -50 56 0.00 1.687500 1.679688 536870912 2224 0 +surfaceparm detail +( 6020 1928 16 ) ( 6020 488 16 ) ( 6020 488 0 ) common/nodraw -50 56 0.00 1.687500 1.679688 536870912 2224 0 +surfaceparm detail +( 6084 944 0 ) ( 6108 944 0 ) ( 6096 944 16 ) common/nodraw 22 54 -180.00 1.687500 -1.679688 536870912 2224 0 +surfaceparm detail +} +// brush 4240 +{ +( 5937 -25 32 ) ( 5713 -859 32 ) ( 5713 -859 992 ) common/nodraw 33 14 -180.00 0.966309 -1 536870912 2224 0 +surfaceparm detail +( 4356 107 32 ) ( 5685 -249 32 ) ( 5685 -249 992 ) ta_berlin/berlinwall2a_shot 90 43 -180.00 0.965820 -1 0 65536 0 +surfaceparm detail +( 5690 34 24 ) ( 4361 390 24 ) ( 4137 -445 24 ) common/nodraw -25 -39 164.96 0.999074 1.000017 536870912 2224 0 +surfaceparm detail +( 4515 356 304 ) ( 4261 -470 304 ) ( 4453 373 304 ) common/nodraw -25 -39 164.96 0.999074 1.000017 536870912 2224 0 +surfaceparm detail +( 5271 87 64 ) ( 5288 149 64 ) ( 5280 118 304 ) ta_berlin/berlinwall2a_shot -89 44 0.00 0.965820 1 0 65536 0 +surfaceparm detail +( 4973 -934 64 ) ( 4911 -918 64 ) ( 4942 -926 304 ) ta_berlin/berlinwall2a_shot 219 43 -180.00 0.967773 -1 0 65536 0 +surfaceparm detail +} +// brush 4241 +{ +( 5937 -25 32 ) ( 5713 -859 32 ) ( 5713 -859 992 ) common/nodraw 33 14 -180.00 0.966309 -1 536870912 2224 0 +surfaceparm detail +( 4356 107 32 ) ( 5685 -249 32 ) ( 5685 -249 992 ) ta_berlin/berlinwall3b -148 48 0.00 1 1 0 65536 0 +surfaceparm detail +( 4261 -470 304 ) ( 4515 356 304 ) ( 4453 373 304 ) common/nodraw -25 -39 164.96 0.999074 1.000017 536870912 2224 0 +surfaceparm detail +( 5271 87 432 ) ( 5288 149 432 ) ( 5280 118 976 ) ta_berlin/berlinwall3b -148 48 0.00 1 1 0 65536 0 +surfaceparm detail +( 4973 -934 304 ) ( 4911 -918 304 ) ( 4942 -926 848 ) ta_berlin/berlinwall3b 14 73 -180.00 0.965820 -1 0 65536 0 +surfaceparm detail +( 5649 376 840 ) ( 5535 75 840 ) ( 5587 392 840 ) common/nodraw -25 -39 164.96 0.999074 1.000017 536870912 2224 0 +surfaceparm detail +} +// brush 4242 +{ +( 6228 -136 776 ) ( 6932 -136 776 ) ( 6932 184 776 ) mohtest/stairs 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6932 184 792 ) ( 6932 -136 792 ) ( 6228 -136 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6948 184 856 ) ( 6244 184 856 ) ( 6244 184 776 ) mohtest/stairs 84 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 184 792 ) ( 6228 -136 792 ) ( 6228 -136 712 ) mohtest/stairs 120 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 -136 792 ) ( 6932 -136 792 ) ( 6932 -136 712 ) mohtest/stairs 84 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6724 -112 792 ) ( 6724 208 792 ) ( 6724 208 712 ) mohtest/stairs 120 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4243 +{ +( 6228 -136 520 ) ( 6932 -136 520 ) ( 6932 184 520 ) mohtest/stairs 82 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6932 184 536 ) ( 6932 -136 536 ) ( 6228 -136 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6948 184 600 ) ( 6244 184 600 ) ( 6244 184 520 ) mohtest/stairs 84 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 184 536 ) ( 6228 -136 536 ) ( 6228 -136 456 ) mohtest/stairs 120 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 -136 536 ) ( 6932 -136 536 ) ( 6932 -136 456 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6724 -112 536 ) ( 6724 208 536 ) ( 6724 208 456 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4244 +{ +( 6292 144 616 ) ( 6356 144 616 ) ( 6356 176 616 ) mohcommon/window32_p1 19 -87 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 6340 176 712 ) ( 6340 144 712 ) ( 6276 144 712 ) mohcommon/window32_p1 19 -87 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 6452 176 904 ) ( 6388 176 904 ) ( 6388 176 584 ) mohcommon/window32_p1 20 35 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6340 176 696 ) ( 6340 144 696 ) ( 6340 144 376 ) mohcommon/window32_p1 40 38 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6276 120 696 ) ( 6340 120 696 ) ( 6340 120 376 ) mohcommon/window32_p1 20 35 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6420 144 712 ) ( 6420 176 712 ) ( 6420 176 392 ) mohcommon/window32_p1 40 38 -180.00 1 -1 0 4194304 0 +surfaceparm detail +} +// brush 4245 +{ +( 6348 152 536 ) ( 6412 152 536 ) ( 6412 184 536 ) algiers/whsflrset1_1a 198 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6404 184 616 ) ( 6404 152 616 ) ( 6340 152 616 ) algiers/whsflrset1_1a 198 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6468 184 632 ) ( 6404 184 632 ) ( 6404 184 312 ) algiers/whsflrset1_1a 196 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 184 552 ) ( 6340 152 552 ) ( 6340 152 232 ) algiers/whsflrset1_1a 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 176 552 ) ( 6404 176 552 ) ( 6404 176 232 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6420 152 552 ) ( 6420 184 552 ) ( 6420 184 232 ) algiers/whsflrset1_1a 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4246 +{ +( 6348 152 712 ) ( 6412 152 712 ) ( 6412 184 712 ) algiers/whsflrset1_1a 198 -255 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6404 184 776 ) ( 6404 152 776 ) ( 6340 152 776 ) algiers/whsflrset1_1a 198 -255 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6372 184 776 ) ( 6308 184 776 ) ( 6308 184 456 ) algiers/whsflrset1_1a 196 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 184 776 ) ( 6340 152 776 ) ( 6340 152 456 ) algiers/whsflrset1_1a 0 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 176 808 ) ( 6404 176 808 ) ( 6404 176 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6420 152 808 ) ( 6420 184 808 ) ( 6420 184 488 ) algiers/whsflrset1_1a 0 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4247 +{ +( 6172 112 536 ) ( 6876 112 536 ) ( 6876 184 536 ) algiers/whsflrset1_1a 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6948 184 776 ) ( 6948 112 776 ) ( 6244 112 776 ) algiers/whsflrset1_1a 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6868 184 912 ) ( 6164 184 912 ) ( 6164 184 864 ) algiers/whsflrset1_1a 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6292 120 776 ) ( 6292 120 456 ) ( 6228 184 456 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6196 120 456 ) ( 6196 120 776 ) ( 6772 120 776 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6340 168 456 ) ( 6340 120 456 ) ( 6340 144 776 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4248 +{ +( 6172 112 536 ) ( 6876 112 536 ) ( 6876 184 536 ) algiers/whsflrset1_1a 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6948 184 776 ) ( 6948 112 776 ) ( 6244 112 776 ) algiers/whsflrset1_1a 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6868 184 912 ) ( 6164 184 912 ) ( 6164 184 864 ) algiers/whsflrset1_1a 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6276 120 456 ) ( 6276 120 776 ) ( 6852 120 776 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6724 204 440 ) ( 6724 140 440 ) ( 6724 172 760 ) algiers/whsflrset1_1a 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6420 120 456 ) ( 6420 168 456 ) ( 6420 144 776 ) algiers/whsflrset1_1a 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4249 +{ +( 6172 112 280 ) ( 6876 112 280 ) ( 6876 184 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6948 184 520 ) ( 6948 112 520 ) ( 6244 112 520 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6868 184 656 ) ( 6164 184 656 ) ( 6164 184 608 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6276 120 200 ) ( 6276 120 520 ) ( 6852 120 520 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6724 204 184 ) ( 6724 140 184 ) ( 6724 172 504 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6420 120 200 ) ( 6420 168 200 ) ( 6420 144 520 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4250 +{ +( 6172 112 280 ) ( 6876 112 280 ) ( 6876 184 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6948 184 520 ) ( 6948 112 520 ) ( 6244 112 520 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6868 184 656 ) ( 6164 184 656 ) ( 6164 184 608 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6292 120 520 ) ( 6292 120 200 ) ( 6228 184 200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6196 120 200 ) ( 6196 120 520 ) ( 6772 120 520 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6340 168 200 ) ( 6340 120 200 ) ( 6340 144 520 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4251 +{ +( 6348 152 456 ) ( 6412 152 456 ) ( 6412 184 456 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6404 184 520 ) ( 6404 152 520 ) ( 6340 152 520 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6372 184 520 ) ( 6308 184 520 ) ( 6308 184 200 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 184 520 ) ( 6340 152 520 ) ( 6340 152 200 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 176 552 ) ( 6404 176 552 ) ( 6404 176 232 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6420 152 552 ) ( 6420 184 552 ) ( 6420 184 232 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4252 +{ +( 6348 152 280 ) ( 6412 152 280 ) ( 6412 184 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6404 184 360 ) ( 6404 152 360 ) ( 6340 152 360 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6468 184 376 ) ( 6404 184 376 ) ( 6404 184 56 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 184 296 ) ( 6340 152 296 ) ( 6340 152 -24 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 176 296 ) ( 6404 176 296 ) ( 6404 176 -24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6420 152 296 ) ( 6420 184 296 ) ( 6420 184 -24 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4253 +{ +( 6292 144 360 ) ( 6356 144 360 ) ( 6356 176 360 ) mohcommon/window32_p1 19 -87 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 6340 176 456 ) ( 6340 144 456 ) ( 6276 144 456 ) mohcommon/window32_p1 19 -87 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 6452 176 648 ) ( 6388 176 648 ) ( 6388 176 328 ) mohcommon/window32_p1 20 67 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6340 176 440 ) ( 6340 144 440 ) ( 6340 144 120 ) mohcommon/window32_p1 40 70 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6276 120 440 ) ( 6340 120 440 ) ( 6340 120 120 ) mohcommon/window32_p1 20 67 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6420 144 456 ) ( 6420 176 456 ) ( 6420 176 136 ) mohcommon/window32_p1 40 70 -180.00 1 -1 0 4194304 0 +surfaceparm detail +} +// brush 4254 +{ +( 6228 -136 264 ) ( 6932 -136 264 ) ( 6932 184 264 ) mohtest/stairs 82 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6932 184 280 ) ( 6932 -136 280 ) ( 6228 -136 280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6948 184 344 ) ( 6244 184 344 ) ( 6244 184 264 ) mohtest/stairs 84 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 184 280 ) ( 6228 -136 280 ) ( 6228 -136 200 ) mohtest/stairs 120 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 -136 280 ) ( 6932 -136 280 ) ( 6932 -136 200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6724 -112 280 ) ( 6724 208 280 ) ( 6724 208 200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4255 +{ +( 6228 -136 24 ) ( 6932 -136 24 ) ( 6932 184 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6932 184 40 ) ( 6932 -136 40 ) ( 6228 -136 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6948 184 104 ) ( 6244 184 104 ) ( 6244 184 24 ) mohtest/stairs 84 19 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 184 40 ) ( 6228 -136 40 ) ( 6228 -136 -40 ) mohtest/stairs 120 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 -136 40 ) ( 6932 -136 40 ) ( 6932 -136 -40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6660 -116 40 ) ( 6660 204 40 ) ( 6660 204 -40 ) mohtest/stairs 120 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4256 +{ +( 6292 144 120 ) ( 6356 144 120 ) ( 6356 176 120 ) mohcommon/window32_p1 19 -87 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 6340 176 216 ) ( 6340 144 216 ) ( 6276 144 216 ) mohcommon/window32_p1 19 -87 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 6452 176 408 ) ( 6388 176 408 ) ( 6388 176 88 ) mohcommon/window32_p1 20 19 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6340 176 200 ) ( 6340 144 200 ) ( 6340 144 -120 ) mohcommon/window32_p1 40 22 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6276 120 200 ) ( 6340 120 200 ) ( 6340 120 -120 ) mohcommon/window32_p1 20 19 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6420 144 216 ) ( 6420 176 216 ) ( 6420 176 -104 ) mohcommon/window32_p1 40 22 -180.00 1 -1 0 4194304 0 +surfaceparm detail +} +// brush 4257 +{ +( 6348 152 40 ) ( 6412 152 40 ) ( 6412 184 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6404 184 120 ) ( 6404 152 120 ) ( 6340 152 120 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6468 184 136 ) ( 6404 184 136 ) ( 6404 184 -184 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 184 56 ) ( 6340 152 56 ) ( 6340 152 -264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 176 56 ) ( 6404 176 56 ) ( 6404 176 -264 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6420 152 56 ) ( 6420 184 56 ) ( 6420 184 -264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4258 +{ +( 6348 152 216 ) ( 6412 152 216 ) ( 6412 184 216 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6404 184 264 ) ( 6404 152 264 ) ( 6340 152 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6372 184 280 ) ( 6308 184 280 ) ( 6308 184 -40 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 184 280 ) ( 6340 152 280 ) ( 6340 152 -40 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6340 176 312 ) ( 6404 176 312 ) ( 6404 176 -8 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6420 152 312 ) ( 6420 184 312 ) ( 6420 184 -8 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4259 +{ +( 6172 112 40 ) ( 6876 112 40 ) ( 6876 184 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6948 184 264 ) ( 6948 112 264 ) ( 6244 112 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6868 184 416 ) ( 6164 184 416 ) ( 6164 184 368 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6292 120 280 ) ( 6292 120 -40 ) ( 6228 184 -40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6196 120 -40 ) ( 6196 120 280 ) ( 6772 120 280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6340 168 -40 ) ( 6340 120 -40 ) ( 6340 144 280 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4260 +{ +( 6172 112 40 ) ( 6876 112 40 ) ( 6876 184 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6948 184 264 ) ( 6948 112 264 ) ( 6244 112 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6868 184 416 ) ( 6164 184 416 ) ( 6164 184 368 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6276 120 -40 ) ( 6276 120 280 ) ( 6852 120 280 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6724 204 -56 ) ( 6724 140 -56 ) ( 6724 172 264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6420 120 -40 ) ( 6420 168 -40 ) ( 6420 144 280 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4261 +{ +( 5468 176 40 ) ( 6172 176 40 ) ( 6172 248 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 264 ) ( 6244 176 264 ) ( 5540 176 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 416 ) ( 5460 248 416 ) ( 5460 248 368 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6164 184 -40 ) ( 6164 184 280 ) ( 6228 248 280 ) mohtest/fltwall1grim2_1 248 68 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 184 -56 ) ( 5588 184 264 ) ( 6164 184 264 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6116 184 -56 ) ( 6116 248 -56 ) ( 6116 216 264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4262 +{ +( 5988 208 120 ) ( 6052 208 120 ) ( 6052 240 120 ) mohcommon/window32_p1 35 -54 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 6036 240 216 ) ( 6036 208 216 ) ( 5972 208 216 ) mohcommon/window32_p1 35 -54 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 6148 240 408 ) ( 6084 240 408 ) ( 6084 240 88 ) mohcommon/window32_p1 36 19 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6036 240 200 ) ( 6036 208 200 ) ( 6036 208 -120 ) mohcommon/window32_p1 24 22 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 5972 184 200 ) ( 6036 184 200 ) ( 6036 184 -120 ) mohcommon/window32_p1 36 19 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6116 208 216 ) ( 6116 240 216 ) ( 6116 240 -104 ) mohcommon/window32_p1 24 22 -180.00 1 -1 0 4194304 0 +surfaceparm detail +} +// brush 4263 +{ +( 6044 216 216 ) ( 6108 216 216 ) ( 6108 248 216 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6100 248 264 ) ( 6100 216 264 ) ( 6036 216 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6068 248 280 ) ( 6004 248 280 ) ( 6004 248 -40 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 248 264 ) ( 6036 216 264 ) ( 6036 216 -56 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 240 296 ) ( 6100 240 296 ) ( 6100 240 -24 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6116 216 296 ) ( 6116 248 296 ) ( 6116 248 -24 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4264 +{ +( 6044 216 40 ) ( 6108 216 40 ) ( 6108 248 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6100 248 120 ) ( 6100 216 120 ) ( 6036 216 120 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 136 ) ( 6100 248 136 ) ( 6100 248 -184 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 248 56 ) ( 6036 216 56 ) ( 6036 216 -264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 240 56 ) ( 6100 240 56 ) ( 6100 240 -264 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6116 216 56 ) ( 6116 248 56 ) ( 6116 248 -264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4265 +{ +( 5780 208 120 ) ( 5844 208 120 ) ( 5844 240 120 ) mohcommon/window32_p1 68 -54 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 5828 240 216 ) ( 5828 208 216 ) ( 5764 208 216 ) mohcommon/window32_p1 68 -54 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 5940 240 408 ) ( 5876 240 408 ) ( 5876 240 88 ) mohcommon/window32_p1 68 19 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 5828 240 200 ) ( 5828 208 200 ) ( 5828 208 -120 ) mohcommon/window32_p1 24 22 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 5764 184 200 ) ( 5828 184 200 ) ( 5828 184 -120 ) mohcommon/window32_p1 68 19 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 5908 208 216 ) ( 5908 240 216 ) ( 5908 240 -104 ) mohcommon/window32_p1 24 22 -180.00 1 -1 0 4194304 0 +surfaceparm detail +} +// brush 4266 +{ +( 5836 216 40 ) ( 5900 216 40 ) ( 5900 248 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5892 248 120 ) ( 5892 216 120 ) ( 5828 216 120 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5956 248 136 ) ( 5892 248 136 ) ( 5892 248 -184 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5828 248 56 ) ( 5828 216 56 ) ( 5828 216 -264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5828 240 56 ) ( 5892 240 56 ) ( 5892 240 -264 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5908 216 56 ) ( 5908 248 56 ) ( 5908 248 -264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4267 +{ +( 5836 216 216 ) ( 5900 216 216 ) ( 5900 248 216 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5892 248 264 ) ( 5892 216 264 ) ( 5828 216 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5860 248 280 ) ( 5796 248 280 ) ( 5796 248 -40 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5828 248 264 ) ( 5828 216 264 ) ( 5828 216 -56 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5828 240 296 ) ( 5892 240 296 ) ( 5892 240 -24 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5908 216 296 ) ( 5908 248 296 ) ( 5908 248 -24 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4268 +{ +( 5468 176 40 ) ( 6172 176 40 ) ( 6172 248 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 264 ) ( 6244 176 264 ) ( 5540 176 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 416 ) ( 5460 248 416 ) ( 5460 248 368 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5572 184 -56 ) ( 5572 184 264 ) ( 6148 184 264 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5828 248 -72 ) ( 5828 184 -72 ) ( 5828 216 248 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5716 184 -56 ) ( 5716 232 -56 ) ( 5716 208 264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4269 +{ +( 5468 176 40 ) ( 6172 176 40 ) ( 6172 248 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 264 ) ( 6244 176 264 ) ( 5540 176 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 416 ) ( 5460 248 416 ) ( 5460 248 368 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 184 280 ) ( 5588 184 -40 ) ( 5524 248 -40 ) mohtest/fltwall1grim2_1 248 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5492 184 -56 ) ( 5492 184 264 ) ( 6068 184 264 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 232 -56 ) ( 5636 184 -56 ) ( 5636 208 264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4270 +{ +( 5644 216 216 ) ( 5708 216 216 ) ( 5708 248 216 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5700 248 264 ) ( 5700 216 264 ) ( 5636 216 264 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5668 248 280 ) ( 5604 248 280 ) ( 5604 248 -40 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 248 264 ) ( 5636 216 264 ) ( 5636 216 -56 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 240 296 ) ( 5700 240 296 ) ( 5700 240 -24 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5716 216 296 ) ( 5716 248 296 ) ( 5716 248 -24 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4271 +{ +( 5644 216 40 ) ( 5708 216 40 ) ( 5708 248 40 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5700 248 120 ) ( 5700 216 120 ) ( 5636 216 120 ) mohtest/fltwall1grim2_1 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5764 248 136 ) ( 5700 248 136 ) ( 5700 248 -184 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 248 56 ) ( 5636 216 56 ) ( 5636 216 -264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 240 56 ) ( 5700 240 56 ) ( 5700 240 -264 ) mohtest/fltwall1grim2_1 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5716 216 56 ) ( 5716 248 56 ) ( 5716 248 -264 ) mohtest/fltwall1grim2_1 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4272 +{ +( 5588 208 120 ) ( 5652 208 120 ) ( 5652 240 120 ) mohcommon/window32_p1 35 -54 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 5636 240 216 ) ( 5636 208 216 ) ( 5572 208 216 ) mohcommon/window32_p1 35 -54 -180.00 1 1 0 4194304 0 +surfaceparm detail +( 5748 240 408 ) ( 5684 240 408 ) ( 5684 240 88 ) mohcommon/window32_p1 36 19 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 5636 240 200 ) ( 5636 208 200 ) ( 5636 208 -120 ) mohcommon/window32_p1 24 22 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 5572 184 200 ) ( 5636 184 200 ) ( 5636 184 -120 ) mohcommon/window32_p1 36 19 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 5716 208 216 ) ( 5716 240 216 ) ( 5716 240 -104 ) mohcommon/window32_p1 24 22 -180.00 1 -1 0 4194304 0 +surfaceparm detail +} +// brush 4273 +{ +( 5588 208 360 ) ( 5652 208 360 ) ( 5652 240 360 ) common/nodraw 20 -54 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5636 240 456 ) ( 5636 208 456 ) ( 5572 208 456 ) common/nodraw 20 -54 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5748 240 648 ) ( 5684 240 648 ) ( 5684 240 328 ) mohcommon/window32_p1 36 67 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 5636 240 440 ) ( 5636 208 440 ) ( 5636 208 120 ) common/nodraw 56 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5572 232 440 ) ( 5636 232 440 ) ( 5636 232 120 ) common/nodraw 20 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5716 208 456 ) ( 5716 240 456 ) ( 5716 240 136 ) common/nodraw 56 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4274 +{ +( 5644 216 280 ) ( 5708 216 280 ) ( 5708 248 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5700 248 360 ) ( 5700 216 360 ) ( 5636 216 360 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5764 248 376 ) ( 5700 248 376 ) ( 5700 248 56 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 248 296 ) ( 5636 216 296 ) ( 5636 216 -24 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 240 296 ) ( 5700 240 296 ) ( 5700 240 -24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5716 216 296 ) ( 5716 248 296 ) ( 5716 248 -24 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4275 +{ +( 5468 176 280 ) ( 6172 176 280 ) ( 6172 248 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 520 ) ( 6244 176 520 ) ( 5540 176 520 ) mohtest/wallcore2 20 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 656 ) ( 5460 248 656 ) ( 5460 248 608 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 184 520 ) ( 5588 184 200 ) ( 5524 248 200 ) mohtest/fltwall1grmy 248 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5492 184 200 ) ( 5492 184 520 ) ( 6068 184 520 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 232 200 ) ( 5636 184 200 ) ( 5636 208 520 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4276 +{ +( 5836 216 280 ) ( 5900 216 280 ) ( 5900 248 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5892 248 360 ) ( 5892 216 360 ) ( 5828 216 360 ) mohtest/wallcore2 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 5956 248 376 ) ( 5892 248 376 ) ( 5892 248 56 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5828 248 296 ) ( 5828 216 296 ) ( 5828 216 -24 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5828 240 296 ) ( 5892 240 296 ) ( 5892 240 -24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5908 216 296 ) ( 5908 248 296 ) ( 5908 248 -24 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4277 +{ +( 6044 216 280 ) ( 6108 216 280 ) ( 6108 248 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6100 248 360 ) ( 6100 216 360 ) ( 6036 216 360 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 376 ) ( 6100 248 376 ) ( 6100 248 56 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 248 296 ) ( 6036 216 296 ) ( 6036 216 -24 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 240 296 ) ( 6100 240 296 ) ( 6100 240 -24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6116 216 296 ) ( 6116 248 296 ) ( 6116 248 -24 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4278 +{ +( 5988 208 360 ) ( 6052 208 360 ) ( 6052 240 360 ) common/nodraw 20 -54 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6036 240 456 ) ( 6036 208 456 ) ( 5972 208 456 ) common/nodraw 20 -54 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6148 240 648 ) ( 6084 240 648 ) ( 6084 240 328 ) mohcommon/window32_p1 36 67 -180.00 1 -1 0 4194304 0 +surfaceparm detail +( 6036 240 440 ) ( 6036 208 440 ) ( 6036 208 120 ) common/nodraw 56 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5972 232 440 ) ( 6036 232 440 ) ( 6036 232 120 ) common/nodraw 20 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6116 208 456 ) ( 6116 240 456 ) ( 6116 240 136 ) common/nodraw 56 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4279 +{ +( 5468 176 280 ) ( 6172 176 280 ) ( 6172 248 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 520 ) ( 6244 176 520 ) ( 5540 176 520 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 656 ) ( 5460 248 656 ) ( 5460 248 608 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6164 184 200 ) ( 6164 184 520 ) ( 6228 248 520 ) mohtest/fltwall1grmy 248 68 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 184 200 ) ( 5588 184 520 ) ( 6164 184 520 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6116 184 200 ) ( 6116 248 200 ) ( 6116 216 520 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4280 +{ +( 5644 216 712 ) ( 5708 216 712 ) ( 5708 248 712 ) mohtest/core1drk 44 -120 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5716 248 720 ) ( 5716 240 720 ) ( 5636 240 776 ) algiers/whsflrset1_1a 3 -64 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5668 248 776 ) ( 5604 248 776 ) ( 5604 248 456 ) algiers/whsflrset1_1a 3 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 248 776 ) ( 5636 216 776 ) ( 5636 216 456 ) algiers/whsflrset1_1a 64 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 240 808 ) ( 5700 240 808 ) ( 5700 240 488 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5716 240 720 ) ( 5716 248 720 ) ( 5716 248 712 ) mohtest/core1drk 16 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4281 +{ +( 6164 -144 536 ) ( 6228 -144 536 ) ( 6228 256 536 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6228 256 776 ) ( 6228 -144 776 ) ( 6164 -144 776 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6228 248 536 ) ( 6228 248 776 ) ( 6164 184 776 ) algiers/whsflrset1_1a 56 68 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6220 184 528 ) ( 6220 184 768 ) ( 6220 -144 768 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6164 -144 776 ) ( 6228 -144 776 ) ( 6228 -144 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6228 248 776 ) ( 6228 248 536 ) ( 6228 -144 536 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4282 +{ +( 5468 176 536 ) ( 6172 176 536 ) ( 6172 248 536 ) algiers/whsflrset1_1a 148 -56 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 776 ) ( 6244 176 776 ) ( 5540 176 776 ) algiers/whsflrset1_1a 148 -56 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5524 248 456 ) ( 5524 248 776 ) ( 5524 -72 776 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5522 -104 840 ) ( 6226 -104 840 ) ( 6226 -104 792 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5468 304 776 ) ( 5468 304 456 ) ( 5532 240 456 ) algiers/whsflrset1_1a 56 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5532 240 456 ) ( 5532 -16 456 ) ( 5532 112 776 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4283 +{ +( 6116 240 536 ) ( 6236 240 536 ) ( 6236 248 536 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6236 248 776 ) ( 6236 240 776 ) ( 6116 240 776 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6236 248 776 ) ( 6116 248 776 ) ( 6116 248 536 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6180 248 776 ) ( 6180 240 776 ) ( 6180 240 536 ) mohtest/core1drk 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6284 240 776 ) ( 6284 240 536 ) ( 6180 240 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6220 240 536 ) ( 6220 240 776 ) ( 6228 248 776 ) algiers/whsflrset1_1a 56 68 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4284 +{ +( 6140 248 536 ) ( 6140 240 536 ) ( 6180 240 536 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6180 248 688 ) ( 6180 240 688 ) ( 6116 240 616 ) mohtest/core1drk 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6180 248 776 ) ( 6116 248 776 ) ( 6116 248 536 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6140 240 536 ) ( 6140 248 536 ) ( 6116 248 616 ) mohtest/core1drk 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6116 240 776 ) ( 6180 240 776 ) ( 6180 240 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6180 240 688 ) ( 6180 248 688 ) ( 6180 248 536 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4285 +{ +( 6148 248 744 ) ( 6148 240 744 ) ( 6180 240 712 ) mohtest/core1drk 20 -120 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6180 248 776 ) ( 6180 240 776 ) ( 6132 240 776 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6180 248 776 ) ( 6132 248 776 ) ( 6132 248 536 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6148 240 744 ) ( 6148 248 744 ) ( 6148 248 776 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6132 240 776 ) ( 6180 240 776 ) ( 6180 240 536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6180 240 776 ) ( 6180 248 776 ) ( 6180 248 536 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4286 +{ +( 6108 248 736 ) ( 6108 240 736 ) ( 6148 240 744 ) mohtest/core1drk 20 -120 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6148 248 776 ) ( 6148 240 776 ) ( 6108 240 776 ) mohtest/core1drk 20 -120 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6148 248 776 ) ( 6108 248 776 ) ( 6108 248 712 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6108 240 736 ) ( 6108 248 736 ) ( 6108 248 776 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6108 240 808 ) ( 6148 240 808 ) ( 6148 240 744 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6148 240 776 ) ( 6148 248 776 ) ( 6148 248 712 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4287 +{ +( 6092 248 760 ) ( 6092 240 760 ) ( 6108 240 736 ) mohtest/core1drk 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6108 248 776 ) ( 6108 240 776 ) ( 6092 240 776 ) mohtest/core1drk 20 -120 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6108 248 776 ) ( 6092 248 776 ) ( 6092 248 728 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6092 240 760 ) ( 6092 248 760 ) ( 6092 248 776 ) mohtest/core1drk 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6084 240 784 ) ( 6100 240 784 ) ( 6100 240 736 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6108 240 776 ) ( 6108 248 776 ) ( 6108 248 728 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4288 +{ +( 5524 -72 776 ) ( 6228 -72 776 ) ( 6228 248 776 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6228 248 792 ) ( 6228 -72 792 ) ( 5524 -72 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6244 248 856 ) ( 5540 248 856 ) ( 5540 248 776 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 248 792 ) ( 5524 -72 792 ) ( 5524 -72 712 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -104 792 ) ( 6228 -104 792 ) ( 6228 -104 712 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5620 136 760 ) ( 5620 88 760 ) ( 5620 112 776 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4289 +{ +( 5524 -72 776 ) ( 6228 -72 776 ) ( 6228 248 776 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6228 248 792 ) ( 6228 -72 792 ) ( 5524 -72 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6244 248 856 ) ( 5540 248 856 ) ( 5540 248 776 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -104 792 ) ( 6228 -104 792 ) ( 6228 -104 712 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 -72 792 ) ( 6228 248 792 ) ( 6228 248 712 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6140 80 776 ) ( 6140 128 776 ) ( 6140 104 792 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4290 +{ +( 5436 -72 776 ) ( 6140 -72 776 ) ( 6140 248 776 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6140 248 792 ) ( 6140 -72 792 ) ( 5436 -72 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6052 56 792 ) ( 6052 56 776 ) ( 6092 144 776 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5436 -72 792 ) ( 6140 -72 792 ) ( 6140 -72 712 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6052 56 776 ) ( 6052 56 792 ) ( 6052 -72 792 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6092 240 776 ) ( 6092 208 776 ) ( 6092 224 792 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4291 +{ +( 5436 -72 776 ) ( 6140 -72 776 ) ( 6140 248 776 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6140 248 792 ) ( 6140 -72 792 ) ( 5436 -72 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6092 144 792 ) ( 6092 144 776 ) ( 6140 192 776 ) mohtest/floorcore2 120 -29 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5436 -104 792 ) ( 6140 -104 792 ) ( 6140 -104 712 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6140 -72 792 ) ( 6140 248 792 ) ( 6140 248 712 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6092 144 776 ) ( 6092 144 792 ) ( 6092 -72 792 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4292 +{ +( 6060 200 720 ) ( 6020 112 648 ) ( 6052 56 776 ) mohtest/stairs 24 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6052 56 792 ) ( 6020 112 664 ) ( 6060 200 736 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6060 200 736 ) ( 6020 112 664 ) ( 6020 112 648 ) mohtest/floorcore2 48 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6020 112 648 ) ( 6020 112 664 ) ( 6052 56 792 ) mohtest/floorcore2 48 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6052 56 792 ) ( 6060 200 736 ) ( 6060 200 720 ) mohtest/stairs 112 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4293 +{ +( 6092 144 776 ) ( 6060 200 720 ) ( 6052 56 776 ) mohtest/stairs 117 -47 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6052 56 792 ) ( 6060 200 736 ) ( 6092 144 792 ) mohtest/stairs 1 -19 -120.01 0.999738 1.000161 0 65536 0 +surfaceparm detail +( 6052 56 776 ) ( 6052 56 792 ) ( 6092 144 792 ) mohtest/floorcore2 48 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6092 144 792 ) ( 6060 200 736 ) ( 6060 200 720 ) mohtest/floorcore2 55 32 135.00 0.999958 -0.250016 0 16384 0 +surfaceparm detail +( 6060 200 720 ) ( 6060 200 736 ) ( 6052 56 792 ) mohtest/floorcore2 77 45 165.01 1.000370 -0.250065 0 16384 0 +surfaceparm detail +} +// brush 4294 +{ +( 5620 -72 776 ) ( 6324 -72 776 ) ( 6324 248 776 ) mohtest/stairs 117 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6324 248 792 ) ( 6324 -72 792 ) ( 5620 -72 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5652 184 776 ) ( 5652 184 792 ) ( 5620 248 792 ) mohtest/floorcore2 112 32 0.00 -0.500000 0.250000 0 16384 0 +surfaceparm detail +( 5620 248 792 ) ( 5620 -72 792 ) ( 5620 -72 712 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5622 -104 792 ) ( 6326 -104 792 ) ( 6326 -104 712 ) mohtest/stairs 116 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5652 184 792 ) ( 5652 184 776 ) ( 5652 -72 776 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4295 +{ +( 5652 -136 776 ) ( 6356 -136 776 ) ( 6356 184 776 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 184 792 ) ( 6356 -136 792 ) ( 5652 -136 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5684 120 776 ) ( 5684 120 792 ) ( 5652 184 792 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 184 792 ) ( 5652 -136 792 ) ( 5652 -136 712 ) mohtest/stairs 120 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5644 96 792 ) ( 6348 96 792 ) ( 6348 96 712 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5684 120 792 ) ( 5684 120 776 ) ( 5684 -136 776 ) mohtest/floorcore2 56 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4296 +{ +( 5652 -224 776 ) ( 6356 -224 776 ) ( 6356 96 776 ) mohtest/stairs 117 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 96 792 ) ( 6356 -224 792 ) ( 5652 -224 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5684 96 776 ) ( 5684 96 792 ) ( 5652 96 792 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 56 792 ) ( 5652 56 776 ) ( 5652 96 776 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5756 56 792 ) ( 5756 56 776 ) ( 5652 56 776 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5756 56 776 ) ( 5756 56 792 ) ( 5684 96 792 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4297 +{ +( 5652 -264 776 ) ( 6356 -264 776 ) ( 6356 56 776 ) mohtest/stairs 117 -16 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 56 792 ) ( 6356 -264 792 ) ( 5652 -264 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5756 56 776 ) ( 5756 56 792 ) ( 5652 56 792 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 16 792 ) ( 5652 16 776 ) ( 5652 56 776 ) mohtest/floorcore2 80 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5748 16 792 ) ( 5748 16 776 ) ( 5652 16 776 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5748 16 776 ) ( 5748 16 792 ) ( 5756 56 792 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4298 +{ +( 5652 -304 776 ) ( 6356 -304 776 ) ( 6356 16 776 ) mohtest/stairs 117 -39 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 16 792 ) ( 6356 -304 792 ) ( 5652 -304 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5748 16 776 ) ( 5748 16 792 ) ( 5652 16 792 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 -24 792 ) ( 5652 -24 776 ) ( 5652 16 776 ) mohtest/floorcore2 40 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5796 -24 792 ) ( 5796 -24 776 ) ( 5652 -24 776 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5796 -24 776 ) ( 5796 -24 792 ) ( 5748 16 792 ) mohtest/floorcore2 44 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4299 +{ +( 5652 -344 776 ) ( 6356 -344 776 ) ( 6356 -24 776 ) mohtest/stairs 117 -62 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 -24 792 ) ( 6356 -344 792 ) ( 5652 -344 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5796 -24 776 ) ( 5796 -24 792 ) ( 5652 -24 792 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 -64 792 ) ( 5652 -64 776 ) ( 5652 -24 776 ) mohtest/floorcore2 0 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5908 -64 792 ) ( 5908 -64 776 ) ( 5652 -64 776 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5908 -64 776 ) ( 5908 -64 792 ) ( 5796 -24 792 ) mohtest/floorcore2 44 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4300 +{ +( 5652 -384 776 ) ( 6356 -384 776 ) ( 6356 -64 776 ) mohtest/stairs 117 -22 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 -64 792 ) ( 6356 -384 792 ) ( 5652 -384 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5940 -64 776 ) ( 5940 -64 792 ) ( 5652 -64 792 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 -104 792 ) ( 5652 -104 776 ) ( 5652 -64 776 ) mohtest/floorcore2 88 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6020 -104 792 ) ( 6020 -104 776 ) ( 5652 -104 776 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5940 -64 792 ) ( 5940 -64 776 ) ( 6020 -104 776 ) mohtest/floorcore2 44 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4301 +{ +( 5724 -384 776 ) ( 6428 -384 776 ) ( 6428 -64 776 ) mohtest/stairs 60 -22 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6428 -64 792 ) ( 6428 -384 792 ) ( 5724 -384 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6052 -8 776 ) ( 6052 -8 792 ) ( 5940 -64 792 ) mohtest/floorcore2 27 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6052 -104 792 ) ( 6052 -104 776 ) ( 6020 -104 776 ) mohtest/floorcore2 28 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6052 -104 776 ) ( 6052 -104 792 ) ( 6052 -8 792 ) mohtest/floorcore2 24 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6020 -104 776 ) ( 5940 -64 776 ) ( 5980 -84 792 ) mohtest/floorcore2 116 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4302 +{ +( 5812 -376 776 ) ( 6516 -376 776 ) ( 6516 -56 776 ) mohtest/stairs 18 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6516 -56 792 ) ( 6516 -376 792 ) ( 5812 -376 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6092 -8 776 ) ( 6092 -8 792 ) ( 6052 -8 792 ) mohtest/floorcore2 116 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6092 -104 792 ) ( 6092 -104 776 ) ( 6052 -104 776 ) mohtest/floorcore2 116 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6092 -104 776 ) ( 6092 -104 792 ) ( 6092 -8 792 ) mohtest/floorcore2 32 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6052 -104 792 ) ( 6052 -104 776 ) ( 6052 -8 776 ) mohtest/floorcore2 112 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4303 +{ +( 5588 -104 536 ) ( 5740 -104 536 ) ( 5740 -72 536 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5740 -72 776 ) ( 5740 -104 776 ) ( 5588 -104 776 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5740 -56 776 ) ( 5588 -56 776 ) ( 5588 -56 536 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5532 -72 776 ) ( 5532 -104 776 ) ( 5532 -104 536 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 -104 776 ) ( 5740 -104 776 ) ( 5740 -104 536 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6220 -112 760 ) ( 6220 -80 760 ) ( 6220 -80 520 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4304 +{ +( 6207 -261 653 ) ( 6568 140 200 ) ( 6330 354 200 ) mohtest/stairs 21 -39 -132.00 0.766159 1.000072 0 65536 0 +surfaceparm detail +( 6337 362 212 ) ( 6575 148 212 ) ( 6214 -253 665 ) mohtest/stairs 30 -40 -132.03 0.766486 1.000544 0 65536 0 +surfaceparm detail +( 6019 8 591 ) ( 6026 16 603 ) ( 5976 -39 665 ) mohtest/floorcore2 75 63 131.52 0.858124 -0.215987 0 16384 0 +surfaceparm detail +( 6006 -66 665 ) ( 5999 -73 653 ) ( 5969 -46 653 ) mohtest/floorcore2 2 29 -41.97 1.000253 0.160418 0 16384 0 +surfaceparm detail +( 6111 -20 578 ) ( 6105 -28 565 ) ( 6031 -110 658 ) mohtest/floorcore2 22 12 131.53 0.858768 -0.216373 0 16384 0 +surfaceparm detail +( 6073 9 560 ) ( 6080 16 572 ) ( 6026 16 603 ) mohtest/floorcore2 82 11 150.41 1.301930 -0.220329 0 16384 0 +surfaceparm detail +( 6118 34 519 ) ( 6116 -63 581 ) ( 6124 -7 562 ) mohtest/floorcore2 67 21 147.66 1.202126 -0.225902 0 16384 0 +surfaceparm detail +( 6065 -83 622 ) ( 5969 -71 668 ) ( 6024 -69 657 ) mohtest/floorcore2 -73 12 -25.64 1.336424 0.219129 0 16384 0 +surfaceparm detail +( 5999 -73 653 ) ( 6006 -6 606 ) ( 6010 -32 642 ) mohtest/floorcore2 72 38 145.65 1.139135 -0.225376 0 16384 0 +surfaceparm detail +} +// brush 4305 +{ +( 5724 -384 520 ) ( 6428 -384 520 ) ( 6428 -64 520 ) mohtest/stairs 60 -22 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6428 -64 536 ) ( 6428 -384 536 ) ( 5724 -384 536 ) mohtest/stairs 60 -22 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6052 -8 520 ) ( 6052 -8 536 ) ( 5940 -64 536 ) mohtest/floorcore2 27 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6052 -104 536 ) ( 6052 -104 520 ) ( 6020 -104 520 ) mohtest/floorcore2 28 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6052 -104 520 ) ( 6052 -104 536 ) ( 6052 -8 536 ) mohtest/floorcore2 24 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6020 -104 520 ) ( 5940 -64 520 ) ( 5980 -84 536 ) mohtest/floorcore2 116 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4306 +{ +( 5652 -384 520 ) ( 6356 -384 520 ) ( 6356 -64 520 ) mohtest/stairs 117 -22 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 -64 536 ) ( 6356 -384 536 ) ( 5652 -384 536 ) mohtest/stairs 117 -22 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5940 -64 520 ) ( 5940 -64 536 ) ( 5652 -64 536 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 -104 536 ) ( 5652 -104 520 ) ( 5652 -64 520 ) mohtest/floorcore2 88 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6020 -104 536 ) ( 6020 -104 520 ) ( 5652 -104 520 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5940 -64 536 ) ( 5940 -64 520 ) ( 6020 -104 520 ) mohtest/floorcore2 44 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4307 +{ +( 5652 -344 520 ) ( 6356 -344 520 ) ( 6356 -24 520 ) mohtest/stairs 117 -62 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 -24 536 ) ( 6356 -344 536 ) ( 5652 -344 536 ) mohtest/stairs 117 -62 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5796 -24 520 ) ( 5796 -24 536 ) ( 5652 -24 536 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 -64 536 ) ( 5652 -64 520 ) ( 5652 -24 520 ) mohtest/floorcore2 0 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5908 -64 536 ) ( 5908 -64 520 ) ( 5652 -64 520 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5908 -64 520 ) ( 5908 -64 536 ) ( 5796 -24 536 ) mohtest/floorcore2 44 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4308 +{ +( 5652 -304 520 ) ( 6356 -304 520 ) ( 6356 16 520 ) mohtest/stairs 117 -39 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 16 536 ) ( 6356 -304 536 ) ( 5652 -304 536 ) mohtest/stairs 117 -39 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5820 16 520 ) ( 5820 16 536 ) ( 5652 16 536 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 -24 536 ) ( 5652 -24 520 ) ( 5652 16 520 ) mohtest/floorcore2 40 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5796 -24 536 ) ( 5796 -24 520 ) ( 5652 -24 520 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5820 16 536 ) ( 5820 16 520 ) ( 5796 -24 520 ) mohtest/floorcore2 80 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4309 +{ +( 5652 -264 520 ) ( 6356 -264 520 ) ( 6356 56 520 ) mohtest/stairs 117 -16 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 56 536 ) ( 6356 -264 536 ) ( 5652 -264 536 ) mohtest/stairs 117 -16 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5756 56 520 ) ( 5756 56 536 ) ( 5652 56 536 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 16 536 ) ( 5652 16 520 ) ( 5652 56 520 ) mohtest/floorcore2 80 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5820 16 536 ) ( 5820 16 520 ) ( 5652 16 520 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5820 16 520 ) ( 5820 16 536 ) ( 5756 56 536 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4310 +{ +( 5652 -224 520 ) ( 6356 -224 520 ) ( 6356 96 520 ) mohtest/stairs 117 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 96 536 ) ( 6356 -224 536 ) ( 5652 -224 536 ) mohtest/stairs 117 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5772 96 520 ) ( 5772 96 536 ) ( 5652 96 536 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 56 536 ) ( 5652 56 520 ) ( 5652 96 520 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5756 56 536 ) ( 5756 56 520 ) ( 5652 56 520 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5772 96 536 ) ( 5772 96 520 ) ( 5756 56 520 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4311 +{ +( 5652 -136 520 ) ( 6356 -136 520 ) ( 6356 184 520 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6356 184 536 ) ( 6356 -136 536 ) ( 5652 -136 536 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5740 144 520 ) ( 5740 144 536 ) ( 5652 184 536 ) mohtest/floorcore2 84 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5652 184 536 ) ( 5652 -136 536 ) ( 5652 -136 456 ) mohtest/stairs 120 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5772 96 536 ) ( 5772 96 520 ) ( 5652 96 520 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5772 96 520 ) ( 5772 96 536 ) ( 5740 144 536 ) mohtest/floorcore2 56 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4312 +{ +( 5620 -72 520 ) ( 6324 -72 520 ) ( 6324 248 520 ) mohtest/stairs 117 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6324 248 536 ) ( 6324 -72 536 ) ( 5620 -72 536 ) mohtest/stairs 117 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5652 184 520 ) ( 5652 184 536 ) ( 5620 248 536 ) mohtest/floorcore2 112 32 0.00 -0.500000 0.250000 0 16384 0 +surfaceparm detail +( 5620 248 536 ) ( 5620 -72 536 ) ( 5620 -72 456 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5620 -72 536 ) ( 6324 -72 536 ) ( 6324 -72 456 ) mohtest/stairs 116 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5652 184 536 ) ( 5652 184 520 ) ( 5652 -72 520 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4313 +{ +( 6092 144 520 ) ( 6060 200 464 ) ( 6052 56 520 ) mohtest/stairs 117 -47 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6052 56 536 ) ( 6060 200 480 ) ( 6092 144 536 ) mohtest/stairs 1 -19 -120.01 0.999738 1.000161 0 65536 0 +surfaceparm detail +( 6052 56 520 ) ( 6052 56 536 ) ( 6092 144 536 ) mohtest/floorcore2 48 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6092 144 536 ) ( 6060 200 480 ) ( 6060 200 464 ) mohtest/floorcore2 109 10 135.00 0.999936 -0.249973 0 16384 0 +surfaceparm detail +( 6060 200 464 ) ( 6060 200 480 ) ( 6052 56 536 ) mohtest/floorcore2 20 22 165.00 0.999898 -0.249968 0 16384 0 +surfaceparm detail +} +// brush 4314 +{ +( 6060 200 464 ) ( 6020 112 392 ) ( 6052 56 520 ) mohtest/stairs 24 14 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6052 56 536 ) ( 6020 112 408 ) ( 6060 200 480 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6060 200 480 ) ( 6020 112 408 ) ( 6020 112 392 ) mohtest/floorcore2 48 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6020 112 392 ) ( 6020 112 408 ) ( 6052 56 536 ) mohtest/floorcore2 48 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6052 56 536 ) ( 6060 200 480 ) ( 6060 200 464 ) mohtest/stairs 112 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4315 +{ +( 5436 -72 520 ) ( 6140 -72 520 ) ( 6140 248 520 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6140 248 536 ) ( 6140 -72 536 ) ( 5436 -72 536 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6092 144 536 ) ( 6092 144 520 ) ( 6140 192 520 ) mohtest/floorcore2 120 -29 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5436 -72 536 ) ( 6140 -72 536 ) ( 6140 -72 456 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6140 -72 536 ) ( 6140 248 536 ) ( 6140 248 456 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6092 144 520 ) ( 6092 144 536 ) ( 6092 -72 536 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4316 +{ +( 5436 -72 520 ) ( 6140 -72 520 ) ( 6140 248 520 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6140 248 536 ) ( 6140 -72 536 ) ( 5436 -72 536 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6052 56 536 ) ( 6052 56 520 ) ( 6092 144 520 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 5436 -72 536 ) ( 6140 -72 536 ) ( 6140 -72 456 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6052 56 520 ) ( 6052 56 536 ) ( 6052 -72 536 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +( 6092 240 520 ) ( 6092 208 520 ) ( 6092 224 536 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4317 +{ +( 5524 -72 520 ) ( 6228 -72 520 ) ( 6228 248 520 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6228 248 536 ) ( 6228 -72 536 ) ( 5524 -72 536 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 600 ) ( 5540 248 600 ) ( 5540 248 520 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -72 536 ) ( 6228 -72 536 ) ( 6228 -72 456 ) mohtest/stairs 20 3 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 -72 536 ) ( 6228 248 536 ) ( 6228 248 456 ) mohtest/stairs 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6140 80 520 ) ( 6140 128 520 ) ( 6140 104 536 ) mohtest/floorcore2 120 -31 -180.00 1 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4318 +{ +( 5940 184 40 ) ( 6036 184 40 ) ( 6036 248 40 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6036 248 264 ) ( 6036 184 264 ) ( 5940 184 264 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6036 248 344 ) ( 5940 248 344 ) ( 5940 248 24 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5908 248 264 ) ( 5908 184 264 ) ( 5908 184 -56 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5940 184 264 ) ( 6036 184 264 ) ( 6036 184 -56 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 184 264 ) ( 6036 248 264 ) ( 6036 248 -56 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4319 +{ +( 6044 216 456 ) ( 6108 216 456 ) ( 6108 248 456 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6036 240 472 ) ( 6036 248 472 ) ( 6076 248 488 ) mohtest/wallcore2 20 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6068 248 520 ) ( 6004 248 520 ) ( 6004 248 200 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 248 472 ) ( 6036 240 472 ) ( 6036 240 456 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 240 552 ) ( 6100 240 552 ) ( 6100 240 232 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6076 240 488 ) ( 6076 248 488 ) ( 6076 248 456 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4320 +{ +( 6044 216 456 ) ( 6108 216 456 ) ( 6108 248 456 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6076 240 488 ) ( 6076 248 488 ) ( 6116 248 520 ) mohtest/wallcore2 20 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6068 248 520 ) ( 6004 248 520 ) ( 6004 248 200 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 240 552 ) ( 6100 240 552 ) ( 6100 240 232 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6116 216 552 ) ( 6116 248 552 ) ( 6116 248 232 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6076 248 488 ) ( 6076 240 488 ) ( 6076 240 456 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4321 +{ +( 5940 184 280 ) ( 6036 184 280 ) ( 6036 248 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5908 184 352 ) ( 5908 248 352 ) ( 5972 248 368 ) mohtest/wallcore2 20 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6036 248 600 ) ( 5940 248 600 ) ( 5940 248 280 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5908 248 352 ) ( 5908 184 352 ) ( 5908 184 280 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5940 240 520 ) ( 6036 240 520 ) ( 6036 240 200 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5972 184 368 ) ( 5972 248 368 ) ( 5972 248 280 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4322 +{ +( 5940 184 280 ) ( 6036 184 280 ) ( 6036 248 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6036 248 472 ) ( 6036 240 472 ) ( 5972 240 376 ) mohtest/wallcore2 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6036 248 600 ) ( 5940 248 600 ) ( 5940 248 280 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5908 240 472 ) ( 6004 240 472 ) ( 6004 240 152 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6036 240 472 ) ( 6036 248 472 ) ( 6036 248 280 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5972 248 368 ) ( 5972 184 368 ) ( 5972 184 280 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4323 +{ +( 5468 176 280 ) ( 6172 176 280 ) ( 6172 248 280 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 360 ) ( 6244 176 360 ) ( 5540 176 360 ) mohtest/wallcore2 20 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 656 ) ( 5460 248 656 ) ( 5460 248 608 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5572 240 200 ) ( 5572 240 520 ) ( 6148 240 520 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5828 248 184 ) ( 5828 184 184 ) ( 5828 216 504 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5820 240 280 ) ( 5820 248 280 ) ( 5820 244 520 ) mohtest/wallcore2 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4324 +{ +( 5460 176 280 ) ( 6164 176 280 ) ( 6164 248 280 ) mohtest/fltwall1grmy 75 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5780 240 392 ) ( 5780 248 392 ) ( 5820 248 424 ) mohtest/wallcore2 11 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6156 248 656 ) ( 5452 248 656 ) ( 5452 248 608 ) mohtest/fltwall1grmy 76 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5564 240 200 ) ( 5564 240 520 ) ( 6140 240 520 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5820 248 184 ) ( 5820 184 184 ) ( 5820 216 504 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5780 248 392 ) ( 5780 240 392 ) ( 5780 240 280 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4325 +{ +( 5420 176 280 ) ( 6124 176 280 ) ( 6124 248 280 ) mohtest/fltwall1grmy 36 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5740 240 416 ) ( 5740 248 416 ) ( 5780 248 392 ) mohtest/wallcore2 36 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6116 248 656 ) ( 5412 248 656 ) ( 5412 248 608 ) mohtest/fltwall1grmy 35 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 240 200 ) ( 5524 240 520 ) ( 6100 240 520 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5780 240 392 ) ( 5780 248 392 ) ( 5780 248 280 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5740 248 416 ) ( 5740 240 416 ) ( 5740 240 280 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4326 +{ +( 5740 240 280 ) ( 5740 248 280 ) ( 5716 248 280 ) mohtest/fltwall1grmy 11 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5716 240 400 ) ( 5716 248 400 ) ( 5740 248 416 ) mohtest/wallcore2 11 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6092 248 656 ) ( 5388 248 656 ) ( 5388 248 608 ) mohtest/fltwall1grmy 11 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5500 240 200 ) ( 5500 240 520 ) ( 6076 240 520 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5740 240 416 ) ( 5740 248 416 ) ( 5740 248 280 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5716 248 400 ) ( 5716 240 400 ) ( 5716 240 280 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4327 +{ +( 5644 216 456 ) ( 5708 216 456 ) ( 5708 248 456 ) mohtest/fltwall1grmy 82 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5700 248 520 ) ( 5700 216 520 ) ( 5636 216 520 ) mohtest/wallcore2 20 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5668 248 520 ) ( 5604 248 520 ) ( 5604 248 200 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 248 520 ) ( 5636 216 520 ) ( 5636 216 200 ) mohtest/fltwall1grmy 248 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 240 552 ) ( 5700 240 552 ) ( 5700 240 232 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5716 216 552 ) ( 5716 248 552 ) ( 5716 248 232 ) mohtest/wallcore2 56 6 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5716 248 480 ) ( 5700 240 496 ) ( 5684 248 512 ) mohtest/wallcore2 20 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4328 +{ +( 5588 -104 280 ) ( 5740 -104 280 ) ( 5740 -72 280 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5740 -72 520 ) ( 5740 -104 520 ) ( 5588 -104 520 ) algiers/whsflrset1_1a 148 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5740 -56 520 ) ( 5588 -56 520 ) ( 5588 -56 280 ) mohtest/fltwall1grmy 84 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 -72 520 ) ( 5588 -104 520 ) ( 5588 -104 280 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 -104 520 ) ( 5740 -104 520 ) ( 5740 -104 280 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6220 -112 504 ) ( 6220 -80 504 ) ( 6220 -80 264 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4329 +{ +( 5996 8 608 ) ( 5988 8 608 ) ( 5988 -48 536 ) mohtest/core1drk 44 35 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 -48 720 ) ( 5988 -48 720 ) ( 5988 0 688 ) mohtest/core1drk 44 -23 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5996 0 688 ) ( 5988 0 688 ) ( 5988 8 608 ) mohtest/core1drk 44 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5988 176 776 ) ( 5988 -48 776 ) ( 5988 -48 536 ) algiers/whsflrset1_1a 88 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5988 -48 720 ) ( 5996 -48 720 ) ( 5996 -48 536 ) algiers/whsflrset1_1a 108 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 40 776 ) ( 5996 264 776 ) ( 5996 264 536 ) algiers/whsflrset1_1a 88 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4330 +{ +( 5988 -16 536 ) ( 5996 -16 536 ) ( 5996 208 536 ) algiers/whsflrset1_1a 181 -247 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5988 -48 720 ) ( 5996 -48 720 ) ( 5996 -104 776 ) mohtest/core1drk 52 -120 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5996 -48 720 ) ( 5988 -48 720 ) ( 5988 -48 536 ) algiers/whsflrset1_1a 180 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5988 120 776 ) ( 5988 -104 776 ) ( 5988 -104 536 ) algiers/whsflrset1_1a 88 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5988 -104 776 ) ( 5996 -104 776 ) ( 5996 -104 536 ) algiers/whsflrset1_1a 180 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5996 -16 776 ) ( 5996 208 776 ) ( 5996 208 536 ) algiers/whsflrset1_1a 88 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4331 +{ +( 5796 -104 536 ) ( 5804 -104 536 ) ( 5804 16 536 ) algiers/whsflrset1_1a 172 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5804 -104 776 ) ( 5796 -104 776 ) ( 5796 16 720 ) mohtest/core1drk 44 -31 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5804 16 720 ) ( 5796 16 720 ) ( 5796 16 536 ) algiers/whsflrset1_1a 172 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5796 184 776 ) ( 5796 -40 776 ) ( 5796 -40 536 ) algiers/whsflrset1_1a 96 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5804 -104 536 ) ( 5796 -104 536 ) ( 5796 -104 776 ) algiers/whsflrset1_1a 172 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5804 48 776 ) ( 5804 272 776 ) ( 5804 272 536 ) algiers/whsflrset1_1a 96 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4332 +{ +( 5804 72 608 ) ( 5796 72 608 ) ( 5796 16 536 ) mohtest/core1drk 44 35 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5804 16 720 ) ( 5796 16 720 ) ( 5796 64 688 ) mohtest/core1drk 44 -87 -180.00 1 1 0 65536 0 +surfaceparm detail +( 5804 64 688 ) ( 5796 64 688 ) ( 5796 72 608 ) mohtest/core1drk 44 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5796 240 776 ) ( 5796 16 776 ) ( 5796 16 536 ) algiers/whsflrset1_1a 152 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5796 16 720 ) ( 5804 16 720 ) ( 5804 16 536 ) algiers/whsflrset1_1a 172 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5804 104 776 ) ( 5804 328 776 ) ( 5804 328 536 ) algiers/whsflrset1_1a 152 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4333 +{ +( 5468 176 536 ) ( 6172 176 536 ) ( 6172 248 536 ) algiers/whsflrset1_1a 148 -56 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 776 ) ( 6244 176 776 ) ( 5540 176 776 ) algiers/whsflrset1_1a 148 -56 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 912 ) ( 5460 248 912 ) ( 5460 248 864 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 184 776 ) ( 5588 184 456 ) ( 5524 248 456 ) algiers/whsflrset1_1a 56 71 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5484 240 456 ) ( 5484 240 776 ) ( 6060 240 776 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5588 240 760 ) ( 5588 248 776 ) ( 5588 248 744 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4334 +{ +( 6244 248 776 ) ( 6244 176 776 ) ( 5540 176 776 ) algiers/whsflrset1_1a 148 -56 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 912 ) ( 5460 248 912 ) ( 5460 248 864 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5484 240 456 ) ( 5484 240 776 ) ( 6060 240 776 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5636 248 712 ) ( 5636 240 712 ) ( 5636 240 776 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 248 776 ) ( 5588 240 760 ) ( 5588 248 744 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 240 712 ) ( 5636 248 712 ) ( 5588 248 648 ) mohtest/core1drk 16 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4335 +{ +( 5468 176 536 ) ( 6172 176 536 ) ( 6172 248 536 ) algiers/whsflrset1_1a 148 -56 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6164 248 912 ) ( 5460 248 912 ) ( 5460 248 864 ) algiers/whsflrset1_1a 148 67 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5484 240 456 ) ( 5484 240 776 ) ( 6060 240 776 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5636 240 568 ) ( 5636 248 568 ) ( 5636 248 536 ) mohtest/core1drk 16 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5588 248 776 ) ( 5588 240 760 ) ( 5588 248 744 ) algiers/whsflrset1_1a 56 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5636 248 568 ) ( 5636 240 568 ) ( 5588 240 648 ) mohtest/core1drk 16 70 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4336 +{ +( 5524 -72 24 ) ( 6228 -72 24 ) ( 6228 248 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6228 248 40 ) ( 6228 -72 40 ) ( 5524 -72 40 ) mohtest/stairs 18 -54 -180.00 1 1 0 65536 0 +surfaceparm detail +( 6244 248 104 ) ( 5540 248 104 ) ( 5540 248 24 ) mohtest/stairs 20 19 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 248 40 ) ( 5524 -72 40 ) ( 5524 -72 -40 ) mohtest/stairs 56 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 5524 -72 40 ) ( 6228 -72 40 ) ( 6228 -72 -40 ) mohtest/stairs 20 19 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 6228 -72 40 ) ( 6228 248 40 ) ( 6228 248 -40 ) mohtest/stairs 56 22 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4337 +{ +( 5937 -25 -8 ) ( 5713 -859 -8 ) ( 5713 -859 952 ) common/nodraw 33 38 -180.00 0.966309 -1 536870912 2224 0 +surfaceparm detail +( 4356 107 -8 ) ( 5685 -249 -8 ) ( 5685 -249 952 ) general_structure/balcony_stone1 -81 29 0.00 0.724609 1.250000 0 65536 0 +surfaceparm detail +( 4732 298 936 ) ( 4493 -532 936 ) ( 4701 307 936 ) common/nodraw -25 -37 164.96 0.999074 1.000144 536870912 2224 0 +surfaceparm detail +( 5271 87 392 ) ( 5288 149 392 ) ( 5280 118 936 ) general_structure/balcony_stone1 128 27 -180.00 0.723145 -1.250000 0 65536 0 +surfaceparm detail +( 4973 -934 264 ) ( 4911 -918 264 ) ( 4942 -926 808 ) general_structure/balcony_stone1 -1 29 0.00 0.725586 1.250000 0 65536 0 +surfaceparm detail +( 5535 83 840 ) ( 5649 384 840 ) ( 5587 400 840 ) common/nodraw -25 -37 164.96 0.999074 1.000144 536870912 2224 0 +surfaceparm detail +} +// brush 4338 +{ +( 2948 3128 240 ) ( 3076 3128 240 ) ( 3076 3000 240 ) blasted/dday_bunker_wall1crkdsml -196 190 90.00 1 -0.875000 0 65536 0 +surfaceparm detail +( 2948 3128 48 ) ( 2948 3000 48 ) ( 2948 3000 -80 ) blasted/dday_bunker_wall1crkdsml -196 27 0.00 1 0.875000 0 65536 0 +surfaceparm detail +( 2948 3000 112 ) ( 3076 3000 112 ) ( 3076 3000 -16 ) blasted/dday_bunker_wall1crkdsml 232 25 -180.00 1 -0.875000 0 65536 0 +surfaceparm detail +( 3012 3000 112 ) ( 3012 3128 112 ) ( 3012 3128 -16 ) blasted/dday_bunker_wall1crkdsml -196 27 0.00 1 0.875000 0 65536 0 +surfaceparm detail +( 3076 3256 112 ) ( 2948 3256 112 ) ( 2948 3256 -16 ) blasted/dday_bunker_wall1crkdsml 232 25 -180.00 1 -0.875000 0 65536 0 +surfaceparm detail +( 3012 3100 16 ) ( 2948 3104 16 ) ( 2948 3096 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4339 +{ +( 2948 1960 248 ) ( 3076 1960 248 ) ( 3076 1832 248 ) mohcommon/crackedconcrete 152 136 -90.00 1 1 0 65536 0 +surfaceparm detail +( 2948 1960 56 ) ( 2948 1832 56 ) ( 2948 1832 -72 ) blasted/dday_bunker_wall1crkdsml -4 27 0.00 1 0.875000 0 65536 0 +surfaceparm detail +( 2948 1832 120 ) ( 3076 1832 120 ) ( 3076 1832 -8 ) blasted/dday_bunker_wall1crkdsml 40 25 -180.00 1 -0.875000 0 65536 0 +surfaceparm detail +( 3012 1832 120 ) ( 3012 1960 120 ) ( 3012 1960 -8 ) blasted/dday_bunker_wall1crkdsml -4 27 0.00 1 0.875000 0 65536 0 +surfaceparm detail +( 3076 2088 120 ) ( 2948 2088 120 ) ( 2948 2088 -8 ) blasted/dday_bunker_wall1crkdsml 40 25 -180.00 1 -0.875000 0 65536 0 +surfaceparm detail +( 3012 1932 24 ) ( 2948 1936 24 ) ( 2948 1928 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4340 +{ +( 5820 6296 8 ) ( 6684 6296 8 ) ( 6684 6296 968 ) common/nodraw -36 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4964 4296 8 ) ( 4964 5672 8 ) ( 4964 5672 968 ) general_structure/concretewall2 72 183 -180.00 1 -1 0 0 0 +surfaceparm detail +( 5284 4680 952 ) ( 6148 4664 952 ) ( 5284 4648 952 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( 5316 4992 408 ) ( 5252 4992 408 ) ( 5284 4992 952 ) general_structure/concretewall2 -68 184 0.00 1 1 0 0 0 +surfaceparm detail +( 5828 7208 280 ) ( 5828 7144 280 ) ( 5828 7176 824 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5284 5512 856 ) ( 4964 5544 856 ) ( 4964 5480 856 ) common/nodraw 40 35 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4341 +{ +( 5820 6296 8 ) ( 6684 6296 8 ) ( 6684 6296 968 ) common/nodraw -36 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4964 4296 8 ) ( 4964 5672 8 ) ( 4964 5672 968 ) ta_berlin/berlinwall2b_shot -107 15 0.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +( 6132 4424 24 ) ( 5268 4456 24 ) ( 5268 4392 24 ) common/nodraw 40 35 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5316 4992 408 ) ( 5252 4992 408 ) ( 5284 4992 952 ) ta_berlin/berlinwall2b_shot 131 13 -180.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail +( 5828 7208 280 ) ( 5828 7144 280 ) ( 5828 7176 824 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4964 5544 856 ) ( 5284 5512 856 ) ( 4964 5480 856 ) common/nodraw 40 35 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4342 +{ +( 3208 2920 24 ) ( 3464 2920 56 ) ( 3464 2920 0 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 3108 24 ) ( 3460 3108 56 ) ( 3460 2936 56 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3204 2936 -84 ) ( 3460 2936 -52 ) ( 3460 3108 -52 ) common/nodraw -20 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3204 3252 -32 ) ( 3460 3252 0 ) ( 3460 3252 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 3064 -84 ) ( 3204 3236 -84 ) ( 3204 3236 -28 ) common/nodraw 51 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 3108 4 ) ( 3460 3108 -52 ) ( 3460 2936 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3458 3110 56 ) ( 3456 3112 -84 ) ( 3460 3108 -84 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 4343 +{ +( 4944 3252 -32 ) ( 4944 3252 24 ) ( 4484 3252 24 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4484 3252 -32 ) ( 4484 2920 -32 ) ( 4596 2920 -32 ) common/nodraw -33 32 0.00 4.125000 2.937500 536870912 2224 0 +surfaceparm detail +( 4484 2920 24 ) ( 4484 3252 24 ) ( 4640 3252 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 5876 2920 24 ) ( 5876 2920 -32 ) ( 5764 2920 -32 ) blasted/dday_bunker_wall1csml -8 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 4484 2920 24 ) ( 4484 2920 -32 ) ( 4484 3252 -32 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 4640 3252 -32 ) ( 4596 2920 -32 ) ( 4618 3086 24 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +} +// brush 4344 +{ +( 4484 2400 24 ) ( 4228 2400 56 ) ( 4228 2400 0 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4484 2228 24 ) ( 4228 2228 56 ) ( 4228 2400 56 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4484 2400 -84 ) ( 4228 2400 -52 ) ( 4228 2228 -52 ) common/nodraw -21 12 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4472 2068 -32 ) ( 4216 2068 0 ) ( 4216 2068 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4484 2272 -84 ) ( 4484 2100 -84 ) ( 4484 2100 -28 ) common/nodraw 50 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 2228 4 ) ( 4228 2228 -52 ) ( 4228 2400 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4214 2226 56 ) ( 4216 2224 -84 ) ( 4212 2228 -84 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 4345 +{ +( 4228 2920 0 ) ( 4228 2920 56 ) ( 4484 2920 24 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4228 2920 56 ) ( 4228 3092 56 ) ( 4484 3092 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4228 3092 -52 ) ( 4228 2920 -52 ) ( 4484 2920 -84 ) common/nodraw -20 59 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4372 3252 40 ) ( 4372 3252 -68 ) ( 4484 3252 -84 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4484 3252 24 ) ( 4484 3252 -84 ) ( 4484 2920 -84 ) common/nodraw 51 53 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 3108 -52 ) ( 4228 3108 56 ) ( 4228 2920 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4228 3108 56 ) ( 4228 3108 -52 ) ( 4372 3252 -68 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 4346 +{ +( 4432 -1240 24 ) ( 4432 -1240 16 ) ( 4208 -1240 16 ) common/nodraw 52 -53 -90.00 1 -0.833008 536870912 2224 0 +surfaceparm detail +( 4676 -524 16 ) ( 4848 -604 16 ) ( 4848 -604 24 ) common/nodraw 52 -53 -90.00 1 -0.833008 536870912 2224 0 +surfaceparm detail +( 4848 -604 24 ) ( 4848 -604 16 ) ( 4432 -1240 16 ) common/nodraw 49 -45 -90.00 1 -0.840820 536870912 2224 0 +surfaceparm detail +( 4208 -1240 16 ) ( 4432 -1240 16 ) ( 4848 -604 16 ) common/nodraw -11 31 56.99 0.999776 1.000728 536870912 2224 0 +surfaceparm detail +( 4676 -524 24 ) ( 4848 -604 24 ) ( 4432 -1240 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4208 -1240 24 ) ( 4208 -1240 16 ) ( 4676 -524 16 ) common/nodraw 49 -60 -90.00 1 -0.838867 536870912 2224 0 +surfaceparm detail +} +// brush 4347 +{ +( 4208 -1240 24 ) ( 4208 -1240 16 ) ( 4188 -1240 16 ) common/nodraw 31 -7 -180.00 0.844727 -1 536870912 2224 0 +surfaceparm detail +( 4676 -524 16 ) ( 4676 -524 24 ) ( 4660 -516 24 ) common/nodraw 31 -7 -180.00 0.844727 -1 536870912 2224 0 +surfaceparm detail +( 4676 -524 24 ) ( 4676 -524 16 ) ( 4208 -1240 16 ) common/nodraw 18 -7 -180.00 0.837891 -1 536870912 2224 0 +surfaceparm detail +( 4660 -516 24 ) ( 4676 -524 24 ) ( 4208 -1240 24 ) central_europe/strtset_cew -209 -171 147.08 1.000812 0.999654 0 65536 0 +surfaceparm detail +( 4188 -1240 24 ) ( 4188 -1240 16 ) ( 4660 -516 16 ) central_europe/strtset_cew 62 119 -180.00 0.837891 -0.999969 0 65536 0 +surfaceparm detail +( 4188 -1240 16 ) ( 4208 -1240 16 ) ( 4676 -524 16 ) common/nodraw -11 -35 146.99 1.002079 1.001271 536870912 2224 0 +surfaceparm detail +} +// brush 4348 +{ +( 3204 2400 76 ) ( 3204 2400 -32 ) ( 3204 2088 -32 ) common/nodraw 3 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3204 2068 -32 ) ( 3172 2068 -32 ) ( 3172 2068 76 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3172 2088 76 ) ( 3172 2400 76 ) ( 3204 2400 76 ) general_structure/concretewall2 168 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3080 2092 -32 ) ( 3080 2404 -32 ) ( 3080 2404 76 ) general_structure/concretewall2 168 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3192 2088 -32 ) ( 3204 2088 -32 ) ( 3198 2088 76 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3204 2070 24 ) ( 3172 2076 24 ) ( 3172 2064 24 ) common/nodraw 19 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4349 +{ +( 6724 2904 0 ) ( 3172 2904 0 ) ( 3172 2416 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3172 2416 16 ) ( 3172 2904 16 ) ( 6724 2904 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6724 2420 0 ) ( 3172 2416 0 ) ( 3172 2416 16 ) common/nodraw -31 -61 -60.03 0.999917 -1.000204 536870912 2224 0 +surfaceparm detail +( 3172 2904 16 ) ( 3172 2904 0 ) ( 6724 2904 0 ) common/nodraw -31 -61 -60.03 0.999917 -1.000204 536870912 2224 0 +surfaceparm detail +( 3172 2416 16 ) ( 3172 2416 0 ) ( 3172 2904 0 ) common/nodraw 52 21 -119.99 1.000161 1.000431 536870912 2224 0 +surfaceparm detail +( 3204 2216 0 ) ( 3204 2152 0 ) ( 3204 2184 16 ) common/nodraw 52 21 -119.99 1.000161 1.000431 536870912 2224 0 +surfaceparm detail +} +// brush 4350 +{ +( 3460 2400 56 ) ( 3460 2400 48 ) ( 3204 2400 16 ) common/nodraw -17 -6 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2416 56 ) ( 3460 2400 56 ) ( 3204 2400 24 ) central_europe/strtset_cew 29 68 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3460 2416 48 ) ( 3460 2416 56 ) ( 3204 2416 24 ) central_europe/strtset_cew -70 15 0.00 1 1 0 65536 0 +surfaceparm detail +( 3460 2400 48 ) ( 3460 2416 48 ) ( 3204 2416 16 ) common/nodraw -5 27 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3204 2400 16 ) ( 3204 2416 16 ) ( 3204 2416 24 ) common/nodraw -9 -38 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2416 56 ) ( 3460 2416 48 ) ( 3460 2400 48 ) common/nodraw -9 -38 0.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4351 +{ +( 3460 2400 -8 ) ( 3460 2920 -8 ) ( 3204 2920 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3460 2904 48 ) ( 3460 2416 48 ) ( 3204 2416 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3460 2400 48 ) ( 3460 2400 32 ) ( 3204 2400 0 ) common/nodraw -31 -61 -60.03 0.999917 -1.000204 536870912 2224 0 +surfaceparm detail +( 3460 2920 32 ) ( 3460 2920 48 ) ( 3204 2920 16 ) common/nodraw -31 -61 -60.03 0.999917 -1.000204 536870912 2224 0 +surfaceparm detail +( 3204 2416 16 ) ( 3204 2416 0 ) ( 3204 2904 0 ) common/nodraw 52 21 -119.99 1.000161 1.000431 536870912 2224 0 +surfaceparm detail +( 3460 2920 -8 ) ( 3460 2400 -8 ) ( 3460 2400 48 ) common/nodraw 52 21 -119.99 1.000161 1.000431 536870912 2224 0 +surfaceparm detail +} +// brush 4352 +{ +( 3460 2920 48 ) ( 3460 2920 56 ) ( 3204 2920 24 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2920 56 ) ( 3460 2904 56 ) ( 3204 2904 24 ) central_europe/strtset_cew 29 68 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3460 2904 56 ) ( 3460 2904 48 ) ( 3204 2904 16 ) central_europe/strtset_cew -15 121 0.00 1 1 0 65536 0 +surfaceparm detail +( 3460 2904 48 ) ( 3460 2920 48 ) ( 3204 2920 16 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3204 2904 24 ) ( 3204 2904 16 ) ( 3204 2920 16 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2920 48 ) ( 3460 2904 48 ) ( 3460 2904 56 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4353 +{ +( 3172 2088 16 ) ( 2756 2088 16 ) ( 2756 2088 24 ) common/nodraw 51 -39 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3172 2400 16 ) ( 2756 2400 16 ) ( 2756 2228 16 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2756 2228 24 ) ( 2756 2400 24 ) ( 3172 2400 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 2756 2400 24 ) ( 2756 2400 16 ) ( 3172 2400 16 ) common/nodraw 51 -39 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3172 2400 16 ) ( 3172 2228 16 ) ( 3172 2228 24 ) common/nodraw 51 -41 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3080 2076 16 ) ( 3080 2088 16 ) ( 3080 2082 24 ) common/nodraw 51 -41 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4354 +{ +( 4536 2416 16 ) ( 4356 2416 16 ) ( 4356 2400 16 ) common/nodraw 14 -63 -180.00 2.812500 0.250000 536870912 2224 0 +surfaceparm detail +( 5636 2416 16 ) ( 5816 2416 16 ) ( 5816 2416 24 ) central_europe/strtset_cew -143 -7 0.00 1 1 0 65536 0 +surfaceparm detail +( 4356 2416 24 ) ( 4536 2416 24 ) ( 4532 2400 24 ) central_europe/strtset_cew 29 68 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5812 2400 16 ) ( 5636 2400 16 ) ( 5636 2400 24 ) common/nodraw -63 48 -90.00 0.125000 2.750000 536870912 2224 0 +surfaceparm detail +( 4484 2280 16 ) ( 4484 2344 16 ) ( 4484 2312 24 ) common/nodraw -60 -22 -90.00 0.125000 -2.750000 536870912 2224 0 +surfaceparm detail +( 4748 2416 16 ) ( 4732 2400 16 ) ( 4740 2408 24 ) common/nodraw -61 33 -90.00 0.125000 2.750000 536870912 2224 0 +surfaceparm detail +} +// brush 4355 +{ +( 4484 2068 -32 ) ( 4484 2400 -32 ) ( 4484 2400 24 ) common/nodraw -27 39 90.00 0.875000 -2.750000 536870912 2224 0 +surfaceparm detail +( 4516 2068 -32 ) ( 4484 2068 -32 ) ( 4484 2068 24 ) blasted/dday_bunker_wall1csml -136 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 4532 2400 -32 ) ( 4484 2400 -32 ) ( 4484 2068 -32 ) common/nodraw 47 -39 -180.00 2.750000 2.750000 536870912 2224 0 +surfaceparm detail +( 4484 2400 24 ) ( 4532 2400 24 ) ( 4516 2068 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4732 2400 -32 ) ( 4748 2416 -32 ) ( 4740 2408 24 ) blasted/dday_bunker_wall1csml -236 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 4560 2076 -32 ) ( 4560 2060 -32 ) ( 4560 2068 24 ) blasted/dday_bunker_wall1csml 164 -15 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4356 +{ +( 4484 2400 16 ) ( 4228 2400 48 ) ( 4228 2400 56 ) common/nodraw -17 -6 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4484 2400 24 ) ( 4228 2400 56 ) ( 4228 2416 56 ) central_europe/strtset_cew 29 198 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4484 2416 24 ) ( 4228 2416 56 ) ( 4228 2416 48 ) central_europe/strtset_cew -198 15 0.00 1 1 0 65536 0 +surfaceparm detail +( 4484 2416 16 ) ( 4228 2416 48 ) ( 4228 2400 48 ) common/nodraw -5 26 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4484 2416 24 ) ( 4484 2416 16 ) ( 4484 2400 16 ) common/nodraw -9 -38 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2400 48 ) ( 4228 2416 48 ) ( 4228 2416 56 ) common/nodraw -9 -38 0.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4357 +{ +( 4228 2920 -8 ) ( 4228 2400 -8 ) ( 4484 2400 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4484 2416 16 ) ( 4228 2416 48 ) ( 4228 2904 48 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4484 2400 0 ) ( 4228 2400 32 ) ( 4228 2400 48 ) common/nodraw -30 -11 -60.03 0.999917 -1.000204 536870912 2224 0 +surfaceparm detail +( 4484 2920 16 ) ( 4228 2920 48 ) ( 4228 2920 32 ) common/nodraw -30 -11 -60.03 0.999917 -1.000204 536870912 2224 0 +surfaceparm detail +( 4484 2904 0 ) ( 4484 2416 0 ) ( 4484 2416 16 ) common/nodraw 52 21 -119.99 1.000161 1.000431 536870912 2224 0 +surfaceparm detail +( 4228 2400 -8 ) ( 4228 2920 -8 ) ( 4228 2920 48 ) common/nodraw 52 21 -119.99 1.000161 1.000431 536870912 2224 0 +surfaceparm detail +} +// brush 4358 +{ +( 4484 2920 24 ) ( 4228 2920 56 ) ( 4228 2920 48 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4484 2904 24 ) ( 4228 2904 56 ) ( 4228 2920 56 ) central_europe/strtset_cew 29 198 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4484 2904 16 ) ( 4228 2904 48 ) ( 4228 2904 56 ) central_europe/strtset_cew -143 121 0.00 1 1 0 65536 0 +surfaceparm detail +( 4484 2920 16 ) ( 4228 2920 48 ) ( 4228 2904 48 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4484 2920 16 ) ( 4484 2904 16 ) ( 4484 2904 24 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2904 56 ) ( 4228 2904 48 ) ( 4228 2920 48 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4359 +{ +( 4484 2100 80 ) ( 4484 2100 24 ) ( 4484 2400 24 ) common/nodraw -27 0 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 4596 2400 76 ) ( 4636 2100 76 ) ( 4484 2100 76 ) general_structure/concretewall2 32 3 -90.00 1 1 0 0 0 +surfaceparm detail +( 4484 2400 24 ) ( 4484 2100 24 ) ( 4636 2100 24 ) common/nodraw -41 0 0.00 0.875000 2.937500 536870912 2224 0 +surfaceparm detail +( 4640 2068 80 ) ( 4640 2068 24 ) ( 4488 2068 24 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4494 2088 76 ) ( 4488 2088 24 ) ( 4500 2088 24 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4580 2076 24 ) ( 4580 2064 24 ) ( 4580 2070 76 ) general_structure/concretewall2 40 182 -180.00 1 -1 0 0 0 +surfaceparm detail +} +// brush 4360 +{ +( 4228 3056 -264 ) ( 4228 2992 -264 ) ( 4244 2992 -264 ) common/nodraw -41 0 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2992 -152 ) ( 4212 2992 -152 ) ( 4212 3056 -152 ) mohcommon/crackedconcrete -20 95 0.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2992 -104 ) ( 4228 3056 -104 ) ( 4228 3056 -344 ) common/nodraw 14 -1 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 3056 -104 ) ( 4212 3056 -104 ) ( 4212 3056 -344 ) mohcommon/crackedconcrete -20 -68 -90.00 1 -1 0 65536 0 +surfaceparm detail +( 4212 3056 -104 ) ( 4212 2992 -104 ) ( 4212 2992 -344 ) mohcommon/crackedconcrete -21 96 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4212 2992 -104 ) ( 4228 2992 -104 ) ( 4228 2992 -344 ) mohcommon/crackedconcrete -20 -68 -90.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4361 +{ +( 4228 2328 -264 ) ( 4228 2264 -264 ) ( 4244 2264 -264 ) common/nodraw -41 -40 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2264 -152 ) ( 4212 2264 -152 ) ( 4212 2328 -152 ) mohcommon/crackedconcrete -20 135 0.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2264 -104 ) ( 4228 2328 -104 ) ( 4228 2328 -344 ) common/nodraw 14 -41 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2328 -104 ) ( 4212 2328 -104 ) ( 4212 2328 -344 ) mohcommon/crackedconcrete -20 -68 -90.00 1 -1 0 65536 0 +surfaceparm detail +( 4212 2328 -104 ) ( 4212 2264 -104 ) ( 4212 2264 -344 ) mohcommon/crackedconcrete -20 136 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4212 2264 -104 ) ( 4228 2264 -104 ) ( 4228 2264 -344 ) mohcommon/crackedconcrete -20 -68 -90.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4362 +{ +( 3460 2992 -264 ) ( 3460 3056 -264 ) ( 3444 3056 -264 ) common/nodraw 31 30 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 3056 -152 ) ( 3476 3056 -152 ) ( 3476 2992 -152 ) mohcommon/crackedconcrete 245 -64 -180.00 1 1 0 65536 0 +surfaceparm detail +( 3460 3056 -104 ) ( 3460 2992 -104 ) ( 3460 2992 -344 ) common/nodraw 15 29 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2992 -104 ) ( 3476 2992 -104 ) ( 3476 2992 -344 ) mohcommon/crackedconcrete -21 196 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3476 2992 -104 ) ( 3476 3056 -104 ) ( 3476 3056 -344 ) mohcommon/crackedconcrete -20 -64 -90.00 1 -1 0 65536 0 +surfaceparm detail +( 3476 3056 -104 ) ( 3460 3056 -104 ) ( 3460 3056 -344 ) mohcommon/crackedconcrete -21 196 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4363 +{ +( 3460 2264 -264 ) ( 3460 2328 -264 ) ( 3444 2328 -264 ) common/nodraw 32 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2328 -152 ) ( 3476 2328 -152 ) ( 3476 2264 -152 ) mohcommon/crackedconcrete 245 -104 -180.00 1 1 0 65536 0 +surfaceparm detail +( 3460 2328 -104 ) ( 3460 2264 -104 ) ( 3460 2264 -344 ) common/nodraw 15 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2264 -104 ) ( 3476 2264 -104 ) ( 3476 2264 -344 ) mohcommon/crackedconcrete -21 196 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3476 2264 -104 ) ( 3476 2328 -104 ) ( 3476 2328 -344 ) mohcommon/crackedconcrete -21 -104 -90.00 1 -1 0 65536 0 +surfaceparm detail +( 3476 2328 -104 ) ( 3460 2328 -104 ) ( 3460 2328 -344 ) mohcommon/crackedconcrete -21 196 -90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4364 +{ +( 5636 2904 0 ) ( 5876 2904 0 ) ( 5876 2904 16 ) common/nodraw 10 -59 119.97 2.089847 3.123725 536870912 2224 0 +surfaceparm detail +( 5816 2416 0 ) ( 5636 2416 0 ) ( 5636 2416 16 ) common/nodraw 55 -36 119.97 1.621617 2.311512 536870912 2224 0 +surfaceparm detail +( 4356 2904 16 ) ( 4596 2904 16 ) ( 4536 2416 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4596 2904 0 ) ( 4356 2904 0 ) ( 4356 2416 0 ) common/nodraw -2 45 29.97 7.058043 4.732072 536870912 2224 0 +surfaceparm detail +( 4484 2280 0 ) ( 4484 2344 0 ) ( 4484 2312 16 ) common/nodraw -15 1 60.03 7.057752 -4.731905 536870912 2224 0 +surfaceparm detail +( 4748 2416 0 ) ( 4732 2400 0 ) ( 4740 2408 16 ) common/nodraw 29 -63 119.97 7.057752 4.731905 536870912 2224 0 +surfaceparm detail +} +// brush 4365 +{ +( 5636 2920 24 ) ( 5636 2920 16 ) ( 5876 2920 16 ) common/nodraw 11 0 -180.00 3.750000 -0.125000 536870912 2224 0 +surfaceparm detail +( 4356 2904 24 ) ( 4356 2920 24 ) ( 4596 2920 24 ) central_europe/strtset_cew 29 68 -90.00 1 1 0 65536 0 +surfaceparm detail +( 5876 2904 24 ) ( 5876 2904 16 ) ( 5636 2904 16 ) central_europe/strtset_cew -143 -7 0.00 1 1 0 65536 0 +surfaceparm detail +( 4596 2904 16 ) ( 4596 2920 16 ) ( 4356 2920 16 ) common/nodraw -32 12 90.00 0.250000 -3.750000 536870912 2224 0 +surfaceparm detail +( 4484 2280 16 ) ( 4484 2344 16 ) ( 4484 2312 24 ) common/nodraw -32 0 0.00 0.250000 0.125000 536870912 2224 0 +surfaceparm detail +( 4748 2416 16 ) ( 4732 2400 16 ) ( 4740 2408 24 ) common/nodraw 32 0 -180.00 0.250000 -0.125000 536870912 2224 0 +surfaceparm detail +} +// brush 4366 +{ +( 2756 2228 24 ) ( 2756 2228 16 ) ( 2756 2400 16 ) common/nodraw 50 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3080 2088 24 ) ( 3080 2088 16 ) ( 2756 2228 16 ) common/nodraw 51 -39 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3172 2400 16 ) ( 2756 2400 16 ) ( 2756 2228 16 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2756 2228 24 ) ( 2756 2400 24 ) ( 3172 2400 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 2756 2400 24 ) ( 2756 2400 16 ) ( 3172 2400 16 ) common/nodraw 51 -39 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3080 2088 16 ) ( 3080 2088 24 ) ( 3080 2400 24 ) common/nodraw 51 -41 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4367 +{ +( 2756 2920 16 ) ( 2756 2920 24 ) ( 2756 2904 24 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3204 2922 24 ) ( 3204 2922 16 ) ( 3204 2906 16 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2756 2920 24 ) ( 2756 2920 16 ) ( 3172 2920 16 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2756 2904 24 ) ( 2756 2920 24 ) ( 3172 2920 24 ) central_europe/strtset_cew 29 68 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3172 2904 24 ) ( 3172 2904 16 ) ( 2756 2904 16 ) central_europe/strtset_cew -15 121 0.00 1 1 0 65536 0 +surfaceparm detail +( 3172 2904 16 ) ( 3172 2920 16 ) ( 2756 2920 16 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4368 +{ +( 2506 2440 0 ) ( 2506 2928 0 ) ( 2506 2928 16 ) common/nodraw 52 21 -119.99 1.000161 1.000431 536870912 2224 0 +surfaceparm detail +( 3172 2904 0 ) ( 2756 2904 0 ) ( 2756 2416 0 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2756 2416 16 ) ( 2756 2904 16 ) ( 3172 2904 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3172 2416 0 ) ( 2756 2416 0 ) ( 2756 2416 16 ) common/nodraw -43 43 0.00 1.295410 1 536870912 2224 0 +surfaceparm detail +( 2756 2904 16 ) ( 2756 2904 0 ) ( 3172 2904 0 ) common/nodraw -24 43 0.00 1.269531 1 536870912 2224 0 +surfaceparm detail +( 3172 2904 0 ) ( 3172 2416 0 ) ( 3172 2416 16 ) common/nodraw 18 41 -180.00 1.269531 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4369 +{ +( 2756 2400 16 ) ( 2756 2416 16 ) ( 2756 2416 24 ) common/nodraw 3 28 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3172 2416 16 ) ( 2756 2416 16 ) ( 2756 2400 16 ) common/nodraw -5 27 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2756 2416 24 ) ( 2756 2416 16 ) ( 3172 2416 16 ) central_europe/strtset_cew -70 15 0.00 1 1 0 65536 0 +surfaceparm detail +( 2756 2400 24 ) ( 2756 2416 24 ) ( 3172 2416 24 ) central_europe/strtset_cew 29 68 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3172 2400 16 ) ( 2756 2400 16 ) ( 2756 2400 24 ) common/nodraw -17 -6 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3204 2416 24 ) ( 3204 2416 16 ) ( 3204 2400 16 ) common/nodraw -17 38 90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4370 +{ +( 3940 3056 -28 ) ( 3940 2992 -28 ) ( 4212 2992 -228 ) general_industrial/shmpipe_grey 7 0 -180.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 4008 2992 -36 ) ( 4008 3056 -36 ) ( 4212 3056 -184 ) general_industrial/shmpipe_grey 7 0 -180.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 4212 2992 -184 ) ( 4212 3056 -184 ) ( 4212 3056 -228 ) common/nodraw 14 -1 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4212 3040 -184 ) ( 4140 3040 -184 ) ( 4140 3040 -228 ) general_industrial/shmpipe_grey 93 27 143.01 0.500056 -0.500440 0 32768 0 +surfaceparm detail +( 3940 2992 -28 ) ( 3940 3056 -28 ) ( 4008 3056 -36 ) common/nodraw -41 0 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4140 3008 -184 ) ( 4212 3008 -184 ) ( 4212 3008 -228 ) general_industrial/shmpipe_grey 93 27 143.01 0.500056 -0.500440 0 32768 0 +surfaceparm detail +} +// brush 4371 +{ +( 3940 2328 -28 ) ( 3940 2264 -28 ) ( 4212 2264 -228 ) general_industrial/shmpipe_grey 7 -17 -180.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 4008 2264 -36 ) ( 4008 2328 -36 ) ( 4212 2328 -184 ) general_industrial/shmpipe_grey 7 -17 -180.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 4212 2264 -184 ) ( 4212 2328 -184 ) ( 4212 2328 -228 ) common/nodraw 14 -41 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4212 2312 -184 ) ( 4140 2312 -184 ) ( 4140 2312 -228 ) general_industrial/shmpipe_grey 93 27 143.01 0.500056 -0.500440 0 32768 0 +surfaceparm detail +( 3940 2264 -28 ) ( 3940 2328 -28 ) ( 4008 2328 -36 ) common/nodraw -41 -40 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4140 2280 -184 ) ( 4212 2280 -184 ) ( 4212 2280 -228 ) general_industrial/shmpipe_grey 93 27 143.01 0.500056 -0.500440 0 32768 0 +surfaceparm detail +} +// brush 4372 +{ +( 3748 2992 -28 ) ( 3748 3056 -28 ) ( 3476 3056 -228 ) general_industrial/shmpipe_grey -8 63 0.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 3680 3056 -36 ) ( 3680 2992 -36 ) ( 3476 2992 -184 ) general_industrial/shmpipe_grey -8 63 0.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 3476 3056 -184 ) ( 3476 2992 -184 ) ( 3476 2992 -228 ) common/nodraw 15 29 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3476 3008 -184 ) ( 3548 3008 -184 ) ( 3548 3008 -228 ) general_industrial/shmpipe_grey -27 -2 37.01 0.499879 0.499928 0 32768 0 +surfaceparm detail +( 3748 3056 -28 ) ( 3748 2992 -28 ) ( 3680 2992 -36 ) common/nodraw 31 30 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3548 3040 -184 ) ( 3476 3040 -184 ) ( 3476 3040 -228 ) general_industrial/shmpipe_grey -27 -2 37.01 0.499879 0.499928 0 32768 0 +surfaceparm detail +} +// brush 4373 +{ +( 3460 2384 108 ) ( 3460 2212 108 ) ( 3204 2212 76 ) general_structure/concretewall2 160 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3460 2212 56 ) ( 3460 2384 56 ) ( 3204 2384 24 ) common/nodraw 18 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2384 0 ) ( 3460 2212 0 ) ( 3460 2212 56 ) general_structure/concretewall2 160 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3460 2212 -32 ) ( 3456 2208 -32 ) ( 3458 2210 108 ) general_structure/concretewall2 -164 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3450 2228 108 ) ( 3444 2228 24 ) ( 3456 2228 24 ) common/nodraw 4 -23 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3414 2198 108 ) ( 3384 2168 24 ) ( 3444 2228 24 ) general_structure/concretewall2 -196 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3310 2078 108 ) ( 3316 2068 34 ) ( 3304 2088 34 ) common/nodraw 2 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4374 +{ +( 3272 2088 106 ) ( 3268 2088 24 ) ( 3276 2088 24 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3204 2084 80 ) ( 3204 2084 24 ) ( 3204 2256 24 ) common/nodraw 3 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3310 2078 108 ) ( 3304 2088 34 ) ( 3316 2068 34 ) common/nodraw 3 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2068 164 ) ( 3460 2068 108 ) ( 3204 2068 76 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3460 2212 56 ) ( 3460 2384 56 ) ( 3204 2384 24 ) common/nodraw 19 6 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2384 108 ) ( 3460 2212 108 ) ( 3204 2212 76 ) general_structure/concretewall2 160 132 -90.00 1 1 0 0 0 +surfaceparm detail +} +// brush 4375 +{ +( 3204 3108 76 ) ( 3460 3108 108 ) ( 3460 2936 108 ) general_structure/concretewall2 168 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3204 2936 24 ) ( 3460 2936 56 ) ( 3460 3108 56 ) common/nodraw 19 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 3108 56 ) ( 3460 3108 0 ) ( 3460 2936 0 ) general_structure/concretewall2 168 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3458 3110 108 ) ( 3456 3112 -32 ) ( 3460 3108 -32 ) general_structure/concretewall2 36 183 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3456 3092 24 ) ( 3444 3092 24 ) ( 3450 3092 108 ) common/nodraw 4 -23 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3444 3092 24 ) ( 3384 3152 24 ) ( 3414 3122 108 ) general_structure/concretewall2 4 183 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3304 3232 34 ) ( 3316 3252 34 ) ( 3310 3242 108 ) common/nodraw 3 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4376 +{ +( 3276 3232 24 ) ( 3268 3232 24 ) ( 3272 3232 106 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3204 3064 24 ) ( 3204 3236 24 ) ( 3204 3236 80 ) general_structure/concretewall2 168 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3316 3252 34 ) ( 3304 3232 34 ) ( 3310 3242 108 ) common/nodraw 3 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3204 3252 76 ) ( 3460 3252 108 ) ( 3460 3252 164 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3204 2936 24 ) ( 3460 2936 56 ) ( 3460 3108 56 ) common/nodraw 19 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3204 3108 76 ) ( 3460 3108 108 ) ( 3460 2936 108 ) general_structure/concretewall2 168 132 -90.00 1 1 0 0 0 +surfaceparm detail +} +// brush 4377 +{ +( 4484 2212 76 ) ( 4228 2212 108 ) ( 4228 2384 108 ) general_structure/concretewall2 160 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 4484 2384 24 ) ( 4228 2384 56 ) ( 4228 2212 56 ) common/nodraw 18 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2212 56 ) ( 4228 2212 0 ) ( 4228 2384 0 ) general_structure/concretewall2 160 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 4230 2210 108 ) ( 4232 2208 -32 ) ( 4228 2212 -32 ) general_structure/concretewall2 164 183 -180.00 1 -1 0 0 0 +surfaceparm detail +( 4232 2228 24 ) ( 4244 2228 24 ) ( 4238 2228 108 ) common/nodraw 3 -22 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4244 2228 24 ) ( 4304 2168 24 ) ( 4274 2198 108 ) general_structure/concretewall2 196 183 -180.00 1 -1 0 0 0 +surfaceparm detail +( 4384 2088 34 ) ( 4372 2068 34 ) ( 4378 2078 108 ) common/nodraw 1 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4378 +{ +( 4412 2088 24 ) ( 4420 2088 24 ) ( 4416 2088 106 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4484 2256 24 ) ( 4484 2084 24 ) ( 4484 2084 80 ) common/nodraw 1 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4372 2068 34 ) ( 4384 2088 34 ) ( 4378 2078 108 ) common/nodraw 1 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4484 2068 76 ) ( 4228 2068 108 ) ( 4228 2068 164 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4484 2384 24 ) ( 4228 2384 56 ) ( 4228 2212 56 ) common/nodraw 18 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4484 2212 76 ) ( 4228 2212 108 ) ( 4228 2384 108 ) general_structure/concretewall2 160 132 -90.00 1 1 0 0 0 +surfaceparm detail +} +// brush 4379 +{ +( 4228 2936 108 ) ( 4228 3108 108 ) ( 4484 3108 76 ) general_structure/concretewall2 168 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 4228 3108 56 ) ( 4228 2936 56 ) ( 4484 2936 24 ) common/nodraw 19 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2936 0 ) ( 4228 3108 0 ) ( 4228 3108 56 ) general_structure/concretewall2 168 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 4228 3108 -32 ) ( 4232 3112 -32 ) ( 4230 3110 108 ) general_structure/concretewall2 -36 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4238 3092 108 ) ( 4244 3092 24 ) ( 4232 3092 24 ) common/nodraw 3 -22 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4274 3122 108 ) ( 4304 3152 24 ) ( 4244 3092 24 ) general_structure/concretewall2 -4 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4378 3242 108 ) ( 4372 3252 34 ) ( 4384 3232 34 ) common/nodraw 2 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4380 +{ +( 4416 3232 106 ) ( 4420 3232 24 ) ( 4412 3232 24 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4484 3236 80 ) ( 4484 3236 24 ) ( 4484 3064 24 ) common/nodraw 2 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4378 3242 108 ) ( 4384 3232 34 ) ( 4372 3252 34 ) common/nodraw 2 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 3252 164 ) ( 4228 3252 108 ) ( 4484 3252 76 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4228 3108 56 ) ( 4228 2936 56 ) ( 4484 2936 24 ) common/nodraw 19 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2936 108 ) ( 4228 3108 108 ) ( 4484 3108 76 ) general_structure/concretewall2 168 132 -90.00 1 1 0 0 0 +surfaceparm detail +} +// brush 4381 +{ +( 4636 3232 76 ) ( 4636 3232 24 ) ( 4484 3232 24 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4484 3252 76 ) ( 4484 3252 24 ) ( 4640 3252 24 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4484 3252 24 ) ( 4484 3232 24 ) ( 4636 3232 24 ) common/nodraw -42 32 0.00 0.875000 2.937500 536870912 2224 0 +surfaceparm detail +( 4484 3232 76 ) ( 4484 3252 76 ) ( 4640 3252 76 ) general_structure/concretewall2 40 3 -90.00 1 1 0 0 0 +surfaceparm detail +( 4640 3252 24 ) ( 4636 3232 24 ) ( 4636 3232 76 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +surfaceparm detail +( 4484 3232 24 ) ( 4484 3252 24 ) ( 4484 3252 76 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +} +// brush 4382 +{ +( 2688 1728 24 ) ( 2688 1728 8 ) ( 3080 2088 8 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2688 1728 8 ) ( 2688 1728 24 ) ( 3064 1728 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2696 1888 24 ) ( 3080 2088 24 ) ( 3064 1728 24 ) mohtest/nu_earthbrdr4_noclamp -384 88 0.00 2 2 0 131072 0 +surfaceparm detail +( 3080 2088 8 ) ( 2696 1888 8 ) ( 3064 1728 8 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3080 2088 24 ) ( 3080 2088 8 ) ( 3064 1728 8 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4383 +{ +( 2008 3108 16 ) ( 2008 3312 16 ) ( 1584 3312 16 ) common/nodraw 40 51 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1584 3312 24 ) ( 2008 3312 24 ) ( 2008 3108 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 1584 3108 24 ) ( 2008 3108 24 ) ( 2008 3108 16 ) common/nodraw -52 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3140 3152 24 ) ( 3140 3356 24 ) ( 3140 3356 16 ) common/nodraw 40 -7 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2756 3108 16 ) ( 3140 3252 16 ) ( 2948 3180 24 ) common/nodraw -52 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4384 +{ +( 3140 3168 24 ) ( 3140 3108 24 ) ( 3140 3108 -32 ) common/nodraw 39 -12 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3204 3108 -32 ) ( 3184 3108 -32 ) ( 3194 3108 24 ) common/nodraw 40 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3204 2216 16 ) ( 3204 2152 16 ) ( 3204 2184 24 ) common/nodraw 39 -12 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3172 2920 24 ) ( 3172 3108 24 ) ( 6724 3108 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 6724 2920 -32 ) ( 6724 3108 -32 ) ( 3172 3108 -32 ) common/nodraw 51 -12 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 3168 3252 24 ) ( 3168 3252 16 ) ( 6720 3252 16 ) common/nodraw 40 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4385 +{ +( 3172 2920 16 ) ( 3172 3108 16 ) ( 3172 3108 24 ) common/nodraw 49 -57 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6724 2920 -32 ) ( 6724 3108 -32 ) ( 3172 3108 -32 ) common/nodraw 33 -24 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 3172 2920 24 ) ( 3172 3108 24 ) ( 6724 3108 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 6724 2920 24 ) ( 6724 2920 16 ) ( 3172 2920 16 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3204 2216 16 ) ( 3204 2152 16 ) ( 3204 2184 24 ) common/nodraw 49 -25 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3184 3108 -32 ) ( 3204 3108 -32 ) ( 3194 3108 24 ) common/nodraw 50 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4386 +{ +( 2588 2920 16 ) ( 2588 3108 16 ) ( 2588 3108 24 ) common/nodraw 49 -57 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2756 3108 24 ) ( 2756 3108 16 ) ( 3172 3108 16 ) common/nodraw 50 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3172 2920 16 ) ( 3172 3108 16 ) ( 2756 3108 16 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 2756 2920 24 ) ( 2756 3108 24 ) ( 3172 3108 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3172 2920 24 ) ( 3172 2920 16 ) ( 2756 2920 16 ) common/nodraw 50 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3140 3108 16 ) ( 3172 2920 16 ) ( 3156 3014 24 ) common/nodraw 49 -25 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4387 +{ +( 3172 3108 24 ) ( 3172 3108 16 ) ( 3172 2920 16 ) common/nodraw 49 -57 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2756 3108 24 ) ( 2756 3108 16 ) ( 3172 3108 16 ) common/nodraw 50 19 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3172 2920 16 ) ( 3172 3108 16 ) ( 2756 3108 16 ) common/nodraw 33 -24 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 2756 2920 24 ) ( 2756 3108 24 ) ( 3172 3108 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3172 2920 16 ) ( 3140 3108 16 ) ( 3156 3014 24 ) common/nodraw 49 -25 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4388 +{ +( 4804 6496 56 ) ( 4804 4992 56 ) ( 4964 4992 56 ) common/nodraw 16 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4816 4992 172 ) ( 4816 6496 172 ) ( 4976 6496 172 ) mohcommon/crackedconcrete 64 87 -90.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4804 4992 56 ) ( 4804 6496 56 ) ( 4804 6496 64 ) blasted/dday_bunker_wall1csml 0 64 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4964 6496 56 ) ( 4964 4992 56 ) ( 4964 4992 64 ) mohcommon/crackedconcrete 64 10 -180.00 1 -1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4804 6496 64 ) ( 4804 6496 56 ) ( 4964 6496 56 ) mohcommon/crackedconcrete -140 12 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4804 4992 56 ) ( 4804 4992 64 ) ( 4964 4992 64 ) mohcommon/crackedconcrete -140 12 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 4389 +{ +( 3208 2920 -84 ) ( 3464 2920 -52 ) ( 3464 2920 -108 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 3124 -84 ) ( 3460 3124 -52 ) ( 3460 2952 -52 ) common/nodraw 51 -12 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 3204 3252 -140 ) ( 3460 3252 -108 ) ( 3460 3252 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3204 3080 -192 ) ( 3204 3252 -192 ) ( 3204 3252 -136 ) common/nodraw 3 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 3108 -104 ) ( 3460 3108 -160 ) ( 3460 2936 -160 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3428 3124 -284 ) ( 3416 2952 -284 ) ( 3440 2952 -284 ) common/nodraw 19 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3458 3110 -52 ) ( 3456 3112 -284 ) ( 3460 3108 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 4390 +{ +( 4484 2400 -84 ) ( 4228 2400 -52 ) ( 4228 2400 -108 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4484 2228 -84 ) ( 4228 2228 -52 ) ( 4228 2400 -52 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4472 2068 -140 ) ( 4216 2068 -108 ) ( 4216 2068 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4484 2272 -192 ) ( 4484 2100 -192 ) ( 4484 2100 -136 ) common/nodraw 2 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 2228 -104 ) ( 4228 2228 -160 ) ( 4228 2400 -160 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4260 2228 -284 ) ( 4272 2400 -284 ) ( 4248 2400 -284 ) common/nodraw 19 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4214 2226 -52 ) ( 4216 2224 -284 ) ( 4212 2228 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 4391 +{ +( 4228 2920 -108 ) ( 4228 2920 -52 ) ( 4484 2920 -84 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4228 2936 -52 ) ( 4228 3108 -52 ) ( 4484 3108 -84 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4232 3252 -52 ) ( 4232 3252 -108 ) ( 4488 3252 -140 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4484 3236 -136 ) ( 4484 3236 -192 ) ( 4484 3064 -192 ) common/nodraw 2 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 2936 -160 ) ( 4228 3108 -160 ) ( 4228 3108 -104 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4248 2936 -284 ) ( 4272 2936 -284 ) ( 4260 3108 -284 ) common/nodraw 19 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 3108 -284 ) ( 4232 3112 -284 ) ( 4230 3110 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 4392 +{ +( 4484 2920 -284 ) ( 4484 3252 -284 ) ( 4484 3252 -32 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 4640 3252 -32 ) ( 4640 3252 -284 ) ( 4596 2920 -284 ) common/nodraw -27 32 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 4596 2920 -284 ) ( 4484 2920 -284 ) ( 4484 2920 -32 ) blasted/dday_bunker_wall1csml -8 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 4484 3252 -32 ) ( 4640 3252 -32 ) ( 4596 2920 -32 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4640 3252 -284 ) ( 4484 3252 -284 ) ( 4484 2920 -284 ) common/nodraw -33 32 0.00 4.125000 2.937500 536870912 2224 0 +surfaceparm detail +( 4484 3252 -284 ) ( 4640 3252 -284 ) ( 4640 3252 -32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 4393 +{ +( 3172 2068 -284 ) ( 3172 2068 -60 ) ( 3080 2068 -60 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3172 2068 56 ) ( 3172 2068 -284 ) ( 3160 1728 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3160 1728 -60 ) ( 3160 1728 -284 ) ( 3064 1728 -284 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3080 2068 -284 ) ( 3080 2068 56 ) ( 3064 1728 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3080 2068 56 ) ( 3172 2068 56 ) ( 3160 1728 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3172 2068 -284 ) ( 3080 2068 -284 ) ( 3064 1728 -284 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4394 +{ +( 1804 -752 56 ) ( 1804 -752 -168 ) ( 1908 -760 -168 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1668 -1240 -284 ) ( 1668 -1240 -60 ) ( 1908 -760 -60 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 1540 -1240 -168 ) ( 1540 -1240 56 ) ( 1668 -1240 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1540 -1240 56 ) ( 1540 -1240 -168 ) ( 1804 -752 -168 ) mohcommon/crackedconcrete 24 186 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 1484 -1464 56 ) ( 1812 -752 56 ) ( 1908 -752 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 1812 -760 -284 ) ( 1484 -1472 -284 ) ( 1580 -1472 -284 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4395 +{ +( 2348 -64 56 ) ( 2348 -64 -284 ) ( 2432 -64 -284 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2432 -64 56 ) ( 2432 -64 -284 ) ( 1908 -760 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 1908 -760 56 ) ( 1908 -760 -168 ) ( 1804 -752 -168 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2348 -64 -284 ) ( 2348 -64 56 ) ( 1804 -752 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 1820 -752 56 ) ( 2148 -40 56 ) ( 2244 -40 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 2148 -48 -284 ) ( 1820 -760 -284 ) ( 1916 -760 -284 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4396 +{ +( 4804 5992 -280 ) ( 4692 5992 -280 ) ( 4692 4804 -280 ) common/nodraw 32 -3 -180.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +( 4692 5996 56 ) ( 4804 5996 56 ) ( 4804 4808 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4692 5992 -280 ) ( 4692 5992 -24 ) ( 4692 4804 -24 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4804 4040 56 ) ( 4804 4040 -200 ) ( 4692 4040 -200 ) mohcommon/crackedconcrete -28 188 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4804 5996 56 ) ( 4804 5996 -200 ) ( 4804 4808 -200 ) mohcommon/crackedconcrete 64 186 -180.00 1 -1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4648 6496 56 ) ( 4648 6496 -200 ) ( 4760 6496 -200 ) mohcommon/crackedconcrete -28 188 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 4397 +{ +( 4692 4040 -284 ) ( 4804 4040 -284 ) ( 4804 4040 56 ) blasted/dday_bunker_wall1crkdsml -132 128 0.00 2.250000 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4640 3252 -284 ) ( 4640 3252 56 ) ( 4804 4040 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4640 3252 56 ) ( 4640 3252 -284 ) ( 4532 3252 -284 ) blasted/dday_bunker_wall1crkdsml -132 128 0.00 2.250000 1 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4532 3252 56 ) ( 4532 3252 -284 ) ( 4692 4040 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail subdivisions 1000.000000 +( 4608 3252 56 ) ( 4692 4040 56 ) ( 4804 4040 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail subdivisions 1000.000000 +( 4692 4040 -284 ) ( 4608 3252 -284 ) ( 4720 3252 -284 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 1000.000000 +} +// brush 4398 +{ +( 3116 6496 -168 ) ( 3204 6496 -168 ) ( 3204 6496 56 ) mohcommon/crackedconcrete -225 88 0.00 1 1 0 65536 0 +surfaceparm detail +( 3228 3444 -168 ) ( 3228 3112 -168 ) ( 3228 3112 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3228 3252 -284 ) ( 3140 3252 -284 ) ( 3140 3252 -60 ) general_structure/concretewall2 168 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3140 3112 -168 ) ( 3140 3444 -168 ) ( 3140 3444 56 ) general_structure/concretewall2 168 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3140 3112 56 ) ( 3140 3444 56 ) ( 3228 3444 56 ) general_structure/concretewall2 168 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3140 3444 -284 ) ( 3140 3112 -284 ) ( 3228 3112 -284 ) common/caulk 0 43 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 4399 +{ +( 2832 664 -284 ) ( 2832 664 56 ) ( 2728 664 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2832 664 56 ) ( 2832 664 -284 ) ( 2432 -64 -284 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 2348 -64 -284 ) ( 2348 -64 56 ) ( 2432 -64 56 ) common/nodraw -4 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2728 664 -284 ) ( 2728 664 56 ) ( 2348 -64 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 2148 -40 56 ) ( 2476 672 56 ) ( 2572 672 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 2476 664 -284 ) ( 2148 -48 -284 ) ( 2244 -48 -284 ) common/nodraw 40 3 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4400 + { + patchDef2 + { + water/canal_water + ( 3 3 32 -2147483632 0 subdivisions 1000.000000 ) +( +( ( 4567 615.941406 -284 8.919922 -1.203011 ) ( 4400.833008 -493.971680 -284 8.595377 0.964788 ) ( 3693.930664 -1240 -284 7.214708 2.421875 ) ) +( ( 3582.742676 632.681641 -284 6.997544 -1.235706 ) ( 3406.971191 -271.789063 -284 6.654241 0.530838 ) ( 2781.257813 -1240 -284 5.432144 2.421875 ) ) +( ( 2508.396484 732 -284 4.899212 -1.429688 ) ( 2157.544922 -180.536133 -284 4.213955 0.352610 ) ( 1540.000488 -1240 -284 3.007813 2.421875 ) ) +) + } + } +// brush 4401 + { + patchDef2 + { + water/canal_water + ( 3 3 32 -2147483632 0 subdivisions 1000.000000 ) +( +( ( 4853.231445 2799.721191 -284 9.478968 -5.468205 ) ( 4865.752930 1650.970215 -284 9.503424 -3.224551 ) ( 4566.240234 616 -284 8.918438 -1.203125 ) ) +( ( 3859.369629 2840 -284 7.537831 -5.546875 ) ( 3887.090820 1752 -284 7.591974 -3.421875 ) ( 3582.165527 632 -284 6.996417 -1.234375 ) ) +( ( 2944.596191 2824 -284 5.751164 -5.515625 ) ( 2889.155762 1768 -284 5.642882 -3.453125 ) ( 2508.000244 732 -284 4.898438 -1.429688 ) ) +) + } + } +// brush 4402 + { + patchDef2 + { + water/canal_water + ( 3 3 32 -2147483632 0 subdivisions 1000.000000 ) +( +( ( 5017.609375 6824 -284 9.800018 -13.328125 ) ( 5072 4034.758789 -284 9.906250 -7.880388 ) ( 4853.441406 2799.721191 -284 9.479378 -5.468205 ) ) +( ( 4058.996094 6824 -284 7.927727 -13.328125 ) ( 4113.386719 4143.945801 -284 8.033958 -8.093644 ) ( 3858.424805 2839.698242 -284 7.535986 -5.546286 ) ) +( ( 3127.577148 6824 -284 6.108549 -13.328125 ) ( 3120.778809 4183.650391 -284 6.095271 -8.171192 ) ( 2947 2823.844727 -284 5.755859 -5.515322 ) ) +) + } + } +// brush 4403 +{ +( 252 3868 16 ) ( 252 3868 24 ) ( -2688 3868 24 ) common/nodraw -9 -48 -90.00 1 -1.006348 536870912 2224 0 +surfaceparm detail +( 252 3868 24 ) ( 180 3692 24 ) ( -2688 3692 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -2688 3868 16 ) ( -2688 3692 16 ) ( 180 3692 16 ) common/nodraw -32 57 0.03 1.000977 0.999512 536870912 2224 0 +surfaceparm detail +( 160 3632 24 ) ( 160 3632 16 ) ( -2708 3632 16 ) mohcommon/crackedconcrete -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2412 3632 16 ) ( -2412 3644 16 ) ( -2412 3638 24 ) common/nodraw -9 -51 -90.00 1 -1.000488 536870912 2224 0 +surfaceparm detail +( -752 3644 16 ) ( -752 3640 16 ) ( -752 3642 24 ) common/nodraw -8 -56 -90.00 1 -1.000488 536870912 2224 0 +surfaceparm detail +} +// brush 4404 +{ +( -4878 2006 544 ) ( -4878 2006 560 ) ( -4922 2050 560 ) general_structure/plaster_wall3d -180 40 0.00 0.741211 1 0 65536 0 +surfaceparm detail +( -4928 2044 560 ) ( -4928 2044 544 ) ( -4922 2050 544 ) common/nodraw -34 0 0.00 0.743164 1 536870912 2224 0 +surfaceparm detail +( -4884 2000 544 ) ( -4884 2000 560 ) ( -4878 2006 560 ) common/nodraw 8 0 -180.00 0.742676 -1 536870912 2224 0 +surfaceparm detail +( -4937 2037 544 ) ( -4943 2032 544 ) ( -4900 1985 544 ) ta_berlin/brln_rubble -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -4894 1990 560 ) ( -4900 1985 560 ) ( -4943 2032 560 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4884 2000 560 ) ( -4884 2000 544 ) ( -4928 2044 544 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +} +// brush 4405 +{ +( -4922 2050 544 ) ( -4922 2050 560 ) ( -4978 2106 560 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4984 2100 560 ) ( -4984 2100 544 ) ( -4978 2106 544 ) common/nodraw 29 0 -180.00 0.742188 -1 536870912 2224 0 +surfaceparm detail +( -4928 2044 544 ) ( -4928 2044 560 ) ( -4922 2050 560 ) common/nodraw -52 0 0.00 0.741699 1 536870912 2224 0 +surfaceparm detail +( -4937 2037 560 ) ( -4943 2032 560 ) ( -4996 2092 560 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4928 2044 560 ) ( -4928 2044 544 ) ( -4984 2100 544 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4990 2097 544 ) ( -4996 2092 544 ) ( -4943 2032 544 ) common/nodraw -27 28 0.00 0.744141 1 536870912 2224 0 +surfaceparm detail +} +// brush 4406 +{ +( -5024 2152 560 ) ( -5024 2152 544 ) ( -4978 2106 544 ) general_structure/plaster_wall3d -34 40 0.00 0.743164 1 0 65536 0 +surfaceparm detail +( -5030 2146 560 ) ( -5030 2146 544 ) ( -5024 2152 544 ) common/nodraw -26 0 0.00 0.743164 1 536870912 2224 0 +surfaceparm detail +( -4984 2100 544 ) ( -4984 2100 560 ) ( -4978 2106 560 ) common/nodraw 40 0 -180.00 0.744629 -1 536870912 2224 0 +surfaceparm detail +( -5033 2144 544 ) ( -5039 2139 544 ) ( -4996 2092 544 ) ta_berlin/brln_rubble -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -4990 2097 560 ) ( -4996 2092 560 ) ( -5039 2139 560 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5030 2146 544 ) ( -5030 2146 560 ) ( -4984 2100 560 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +} +// brush 4407 +{ +( -5039 2139 544 ) ( -5033 2144 544 ) ( -5087 2204 544 ) common/nodraw -27 28 0.00 0.744141 1 536870912 2224 0 +surfaceparm detail +( -5086 2202 544 ) ( -5086 2202 560 ) ( -5030 2146 560 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5093 2199 560 ) ( -5087 2204 560 ) ( -5033 2144 560 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5030 2146 544 ) ( -5030 2146 560 ) ( -5024 2152 560 ) common/nodraw -33 0 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +( -5086 2202 560 ) ( -5086 2202 544 ) ( -5080 2208 544 ) common/nodraw -14 0 0.00 0.743652 1 536870912 2224 0 +surfaceparm detail +( -5080 2208 560 ) ( -5080 2208 544 ) ( -5024 2152 544 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +} +// brush 4408 +{ +( -5080 2208 544 ) ( -5080 2208 560 ) ( -5124 2252 560 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5087 2204 560 ) ( -5093 2199 560 ) ( -5135 2246 560 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5130 2246 560 ) ( -5130 2246 544 ) ( -5124 2252 544 ) common/nodraw -31 0 0.00 0.743652 1 536870912 2224 0 +surfaceparm detail +( -5086 2202 544 ) ( -5086 2202 560 ) ( -5080 2208 560 ) common/nodraw -8 0 0.00 0.744141 1 536870912 2224 0 +surfaceparm detail +( -5129 2251 544 ) ( -5135 2246 544 ) ( -5093 2199 544 ) ta_berlin/brln_rubble -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -5086 2202 560 ) ( -5086 2202 544 ) ( -5130 2246 544 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +} +// brush 4409 +{ +( -4926.042969 2025.540527 560 ) ( -4949.822266 2004.128418 560 ) ( -4906.998047 1956.565430 560 ) general_structure/beam_wood1 -210 -27 132.07 0.999129 0.998258 0 16384 0 +surfaceparm detail +( -5046.177734 2111.141113 592 ) ( -5089.001953 2158.702148 592 ) ( -5065.220215 2180.114746 592 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4866 1982 560 ) ( -4866 1982 592 ) ( -4846 1982 592 ) common/nodraw 20 0 -180.00 0.743164 -1 536870912 2224 0 +surfaceparm detail +( -4846 1982 560 ) ( -4846 1982 592 ) ( -5176 2312 592 ) general_structure/beam_wood1 -22 16 0.00 0.743164 1 0 16384 0 +surfaceparm detail +( -5176 2292 592 ) ( -5176 2292 560 ) ( -5176 2312 560 ) common/nodraw -14 0 0.00 1.411133 1 536870912 2224 0 +surfaceparm detail +( -4866 1982 592 ) ( -4866 1982 560 ) ( -5176 2292 560 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +} +// brush 4410 +{ +( -5159.800293 2089.021973 560 ) ( -5181.212891 2112.802734 560 ) ( -5228.774414 2069.978027 560 ) general_structure/beam_wood1 254 14 -48.04 1.000780 0.998511 0 16384 0 +surfaceparm detail +( -5074.199219 2441.158203 592 ) ( -5026.638672 2483.981934 592 ) ( -5005.225586 2460.201172 592 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5486 2006 560 ) ( -5486 2006 592 ) ( -5474 1994 592 ) common/nodraw -15 0 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -5474 1994 560 ) ( -5474 1994 592 ) ( -5176 2292 592 ) common/nodraw -41 0 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +( -5176 2312 560 ) ( -5176 2312 592 ) ( -5486 2006 592 ) general_structure/beam_wood1 -158 16 0.00 0.743164 1 0 16384 0 +surfaceparm detail +( -5176 2312 592 ) ( -5176 2312 560 ) ( -5176 2292 560 ) common/nodraw -12 0 0.00 1.412598 1 536870912 2224 0 +surfaceparm detail +} +// brush 4411 +{ +( -4990 2098 32 ) ( -4996 2092 32 ) ( -4942 2032 32 ) common/nodraw 20 15 41.99 -1.368118 0.071936 536870912 2224 0 +surfaceparm detail +( -4922 2050 32 ) ( -4922 2050 160 ) ( -4978 2106 160 ) general_structure/cellardoor 78 62 -180.00 0.437500 -0.500000 0 16384 0 +surfaceparm detail +( -4928 2044 32 ) ( -4928 2044 160 ) ( -4922 2050 160 ) common/nodraw 43 16 0.00 -0.093750 2 536870912 2224 0 +surfaceparm detail +( -4984 2100 160 ) ( -4984 2100 32 ) ( -4978 2106 32 ) common/nodraw 0 16 0.00 -0.093750 2 536870912 2224 0 +surfaceparm detail +( -4936 2038 160 ) ( -4942 2032 160 ) ( -4996 2092 160 ) common/nodraw 20 15 41.99 -1.368118 0.071936 536870912 2224 0 +surfaceparm detail +( -4928 2044 160 ) ( -4928 2044 32 ) ( -4984 2100 32 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +} +// brush 4412 +{ +( -5130 2246 160 ) ( -5130 2246 32 ) ( -5124 2252 32 ) common/nodraw -6 -8 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5086 2202 32 ) ( -5086 2202 160 ) ( -5080 2208 160 ) common/nodraw -6 -8 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5129 2251 32 ) ( -5135 2246 32 ) ( -5093 2199 32 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5080 2208 32 ) ( -5080 2208 160 ) ( -5124 2252 160 ) general_structure/plaster_wall3d -138 -248 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5087 2204 160 ) ( -5093 2199 160 ) ( -5135 2246 160 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5086 2202 160 ) ( -5086 2202 32 ) ( -5130 2246 32 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +} +// brush 4413 +{ +( -5130 2246 160 ) ( -5130 2246 32 ) ( -5176 2292 32 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5129 2251 160 ) ( -5135 2246 160 ) ( -5173 2288 160 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5176 2292 160 ) ( -5176 2292 32 ) ( -5176 2304 32 ) common/nodraw 19 -30 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5124 2252 32 ) ( -5124 2252 160 ) ( -5176 2304 160 ) general_structure/plaster_wall3d -138 -248 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5135 2246 32 ) ( -5129 2251 32 ) ( -5172 2299 32 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5124 2252 160 ) ( -5124 2252 32 ) ( -5130 2246 32 ) common/nodraw -6 -8 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 4414 +{ +( -5030 2146 32 ) ( -5030 2146 160 ) ( -5024 2152 160 ) common/nodraw -17 -32 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -5086 2202 32 ) ( -5086 2202 160 ) ( -5030 2146 160 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5039 2139 160 ) ( -5093 2199 160 ) ( -5087 2204 160 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5080 2208 160 ) ( -5080 2208 32 ) ( -5024 2152 32 ) general_structure/plaster_wall3d -138 -248 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5087 2204 32 ) ( -5093 2199 32 ) ( -5039 2139 32 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5086 2202 160 ) ( -5086 2202 32 ) ( -5080 2208 32 ) common/nodraw -6 -8 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 4415 +{ +( -4984 2100 32 ) ( -4984 2100 160 ) ( -4978 2106 160 ) common/nodraw -6 -8 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5033 2145 32 ) ( -5039 2139 32 ) ( -4996 2092 32 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5024 2152 160 ) ( -5024 2152 32 ) ( -4978 2106 32 ) general_structure/plaster_wall3d -138 -248 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4996 2092 160 ) ( -5039 2139 160 ) ( -5033 2145 160 ) ta_berlin/brln_rubble -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -5030 2146 32 ) ( -5030 2146 160 ) ( -4984 2100 160 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5030 2146 160 ) ( -5030 2146 32 ) ( -5024 2152 32 ) common/nodraw -17 -32 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +} +// brush 4416 +{ +( -4928 2044 160 ) ( -4928 2044 32 ) ( -4922 2050 32 ) common/nodraw -17 -32 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4884 2000 32 ) ( -4884 2000 160 ) ( -4878 2006 160 ) common/nodraw -17 -32 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4884 2000 160 ) ( -4884 2000 32 ) ( -4928 2044 32 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4894 1990 160 ) ( -4900 1985 160 ) ( -4943 2032 160 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4878 2006 32 ) ( -4878 2006 160 ) ( -4922 2050 160 ) general_structure/plaster_wall3d -138 -248 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4937 2037 32 ) ( -4943 2032 32 ) ( -4900 1985 32 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 4417 +{ +( -5480 2000 544 ) ( -5480 2000 560 ) ( -5472 1992 560 ) common/nodraw -34 0 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +( -5472 1996 544 ) ( -5472 1996 560 ) ( -5176 2292 560 ) common/nodraw -9 0 0.00 0.740234 1 536870912 2224 0 +surfaceparm detail +( -5480 2022 560 ) ( -5172 2299 560 ) ( -5173 2288 560 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5176 2288 544 ) ( -5176 2288 560 ) ( -5176 2304 560 ) common/nodraw 19 0 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5480 2000 560 ) ( -5480 2000 544 ) ( -5176 2304 544 ) general_structure/plaster_wall3d -29 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5172 2299 544 ) ( -5480 2022 544 ) ( -5475 2016 544 ) general_structure/plaster_wall3d -6 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +} +// brush 4418 +{ +( -5480 2000 448 ) ( -5480 2000 544 ) ( -5472 1992 544 ) common/nodraw -34 0 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +( -5176 2292 544 ) ( -5176 2292 448 ) ( -5472 1996 448 ) common/nodraw -9 0 0.00 0.740234 1 536870912 2224 0 +surfaceparm detail +( -5176 2288 448 ) ( -5176 2288 544 ) ( -5176 2304 544 ) common/nodraw 19 0 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5176 2304 448 ) ( -5176 2304 544 ) ( -5480 2000 544 ) general_structure/plaster_wall3d -29 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5480 2022 544 ) ( -5172 2299 544 ) ( -5173 2288 544 ) general_structure/plaster_wall3d -6 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5172 2299 448 ) ( -5480 2022 448 ) ( -5475 2016 448 ) general_structure/plaster_wall3d -6 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +} +// brush 4419 +{ +( -5172 2299 368 ) ( -5480 2022 368 ) ( -5475 2016 368 ) general_structure/plaster_wall3d -6 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5480 2022 448 ) ( -5172 2299 448 ) ( -5173 2288 448 ) general_structure/plaster_wall3d -6 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5480 2000 448 ) ( -5480 2000 368 ) ( -5176 2304 368 ) general_structure/plaster_wall3d -29 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5176 2288 368 ) ( -5176 2288 448 ) ( -5176 2304 448 ) common/nodraw 19 0 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5472 1996 368 ) ( -5472 1996 448 ) ( -5176 2292 448 ) common/nodraw -9 0 0.00 0.740234 1 536870912 2224 0 +surfaceparm detail +( -5480 2000 368 ) ( -5480 2000 448 ) ( -5472 1992 448 ) common/nodraw -34 0 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +} +// brush 4420 +{ +( -5172 2299 272 ) ( -5480 2022 272 ) ( -5475 2016 272 ) general_structure/plaster_wall3d -6 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5480 2022 368 ) ( -5172 2299 368 ) ( -5173 2288 368 ) general_structure/plaster_wall3d -6 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5480 2000 368 ) ( -5480 2000 272 ) ( -5176 2304 272 ) general_structure/plaster_wall3d -29 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5176 2288 272 ) ( -5176 2288 368 ) ( -5176 2304 368 ) common/nodraw 19 0 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5472 1996 272 ) ( -5472 1996 368 ) ( -5176 2292 368 ) common/nodraw -9 0 0.00 0.740234 1 536870912 2224 0 +surfaceparm detail +( -5480 2000 272 ) ( -5480 2000 368 ) ( -5472 1992 368 ) common/nodraw -34 0 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +} +// brush 4421 +{ +( -5176 2299 160 ) ( -5484 2022 160 ) ( -5479 2016 160 ) general_structure/plaster_wall3d -1 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5484 2022 272 ) ( -5176 2299 272 ) ( -5177 2288 272 ) general_structure/plaster_wall3d -1 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5480 2000 272 ) ( -5480 2000 160 ) ( -5176 2304 160 ) general_structure/plaster_wall3d -29 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5176 2304 272 ) ( -5176 2304 160 ) ( -5176 2288 160 ) common/nodraw 19 0 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5472 1996 160 ) ( -5472 1996 272 ) ( -5176 2292 272 ) common/nodraw -4 0 0.00 0.740234 1 536870912 2224 0 +surfaceparm detail +( -5480 2000 160 ) ( -5480 2000 272 ) ( -5472 1992 272 ) common/nodraw -34 0 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +} +// brush 4422 +{ +( -5480 2022 160 ) ( -5172 2299 160 ) ( -5173 2288 160 ) general_structure/plaster_wall3d -6 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5176 2304 16 ) ( -5176 2304 160 ) ( -5480 2000 160 ) general_structure/plaster_wall3d -29 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5176 2304 160 ) ( -5176 2304 16 ) ( -5176 2288 16 ) common/nodraw 19 0 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5176 2292 160 ) ( -5176 2292 16 ) ( -5472 1996 16 ) common/nodraw -9 0 0.00 0.740234 1 536870912 2224 0 +surfaceparm detail +( -5480 2000 16 ) ( -5480 2000 160 ) ( -5472 1992 160 ) common/nodraw -34 0 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +( -5172 2299 16 ) ( -5480 2022 16 ) ( -5475 2016 16 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 4423 +{ +( -5172 2299 544 ) ( -5173 2288 544 ) ( -5135 2246 544 ) general_structure/plaster_wall3d -92 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5124 2252 544 ) ( -5124 2252 560 ) ( -5176 2304 560 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5130 2246 544 ) ( -5130 2246 560 ) ( -5124 2252 560 ) common/nodraw -14 0 0.00 0.744629 1 536870912 2224 0 +surfaceparm detail +( -5129 2251 560 ) ( -5135 2246 560 ) ( -5173 2288 560 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5130 2246 560 ) ( -5130 2246 544 ) ( -5176 2292 544 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5176 2304 544 ) ( -5176 2304 560 ) ( -5176 2292 560 ) common/nodraw 19 0 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4424 +{ +( -4884 2000 560 ) ( -4884 2000 544 ) ( -4878 2006 544 ) common/nodraw 54 0 -180.00 0.743652 -1 536870912 2224 0 +surfaceparm detail +( -4860 1976 560 ) ( -4860 1976 544 ) ( -4884 2000 544 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4873 1966 560 ) ( -4878 1961 560 ) ( -4900 1985 560 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4854 1982 544 ) ( -4854 1982 560 ) ( -4878 2006 560 ) general_structure/plaster_wall3d -159 40 0.00 0.745117 1 0 65536 0 +surfaceparm detail +( -4900 1985 544 ) ( -4878 1961 544 ) ( -4873 1966 544 ) common/nodraw 19 28 -180.00 0.743164 -1 536870912 2224 0 +surfaceparm detail +( -4860 1982 544 ) ( -4864 1982 544 ) ( -4862 1982 560 ) common/nodraw 20 -51 -180.00 0.743164 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4425 +{ +( -4884 2000 544 ) ( -4884 2000 448 ) ( -4878 2006 448 ) ta_berlin/brln_rubble -224 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -4860 1976 544 ) ( -4860 1976 448 ) ( -4884 2000 448 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4900 1985 448 ) ( -4878 1961 448 ) ( -4873 1966 448 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4854 1982 448 ) ( -4854 1982 544 ) ( -4878 2006 544 ) general_structure/plaster_wall3d -159 40 0.00 0.745117 1 0 65536 0 +surfaceparm detail +( -4873 1966 544 ) ( -4878 1961 544 ) ( -4900 1985 544 ) common/nodraw 19 28 -180.00 0.743164 -1 536870912 2224 0 +surfaceparm detail +( -4860 1982 448 ) ( -4864 1982 448 ) ( -4862 1982 544 ) common/nodraw 20 -51 -180.00 0.743164 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4426 +{ +( -4884 2000 160 ) ( -4884 2000 32 ) ( -4878 2006 32 ) common/nodraw -17 -32 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4860 1976 160 ) ( -4860 1976 32 ) ( -4884 2000 32 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4884 1967 160 ) ( -4900 1985 160 ) ( -4894 1990 160 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4854 1982 32 ) ( -4854 1982 160 ) ( -4878 2006 160 ) general_structure/plaster_wall3d -138 -248 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4894 1990 32 ) ( -4900 1985 32 ) ( -4884 1967 32 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4860 1982 32 ) ( -4864 1982 32 ) ( -4862 1982 160 ) common/nodraw -40 -25 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 4427 +{ +( -4884 2000 272 ) ( -4884 2000 160 ) ( -4878 2006 160 ) common/nodraw -17 -48 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4860 1976 272 ) ( -4860 1976 160 ) ( -4884 2000 160 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4884 1967 272 ) ( -4900 1985 272 ) ( -4894 1990 272 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4854 1982 160 ) ( -4854 1982 272 ) ( -4878 2006 272 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4894 1990 160 ) ( -4900 1985 160 ) ( -4884 1967 160 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4860 1982 160 ) ( -4864 1982 160 ) ( -4862 1982 272 ) common/nodraw -40 -25 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 4428 +{ +( -4884 2000 368 ) ( -4884 2000 272 ) ( -4878 2006 272 ) common/nodraw 54 -45 -180.00 0.743652 -1 536870912 2224 0 +surfaceparm detail +( -4860 1976 368 ) ( -4860 1976 272 ) ( -4884 2000 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4900 1985 272 ) ( -4878 1961 272 ) ( -4873 1966 272 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4854 1982 272 ) ( -4854 1982 368 ) ( -4878 2006 368 ) general_structure/plaster_wall3d -159 -136 0.00 0.745117 1 0 65536 0 +surfaceparm detail +( -4873 1966 368 ) ( -4878 1961 368 ) ( -4900 1985 368 ) common/nodraw 19 28 -180.00 0.743164 -1 536870912 2224 0 +surfaceparm detail +( -4860 1982 272 ) ( -4864 1982 272 ) ( -4862 1982 368 ) common/nodraw 20 -51 -180.00 0.743164 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4429 +{ +( -4884 2000 448 ) ( -4884 2000 368 ) ( -4878 2006 368 ) common/nodraw -17 0 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4860 1976 448 ) ( -4860 1976 368 ) ( -4884 2000 368 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -4884 1967 448 ) ( -4900 1985 448 ) ( -4894 1990 448 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4854 1982 368 ) ( -4854 1982 448 ) ( -4878 2006 448 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4894 1990 368 ) ( -4900 1985 368 ) ( -4884 1967 368 ) common/nodraw -47 0 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4860 1982 368 ) ( -4864 1982 368 ) ( -4862 1982 448 ) common/nodraw -40 -25 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 4430 +{ +( -6144 2256 512 ) ( -5492 3008 512 ) ( -5028 2504 512 ) common/nodraw 20 -61 -123.00 0.999644 0.998968 536870912 2224 0 +surfaceparm detail +( -5504 2992 512 ) ( -5504 2992 0 ) ( -5024 2512 0 ) ta_berlin/archway1trim_shot -196 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( -5736 1800 0 ) ( -5736 1800 512 ) ( -5024 2512 512 ) ta_berlin/archway1trim_shot -142 -211 0.00 1.325684 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6216 2280 0 ) ( -6216 2280 512 ) ( -5736 1800 512 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6216 2280 512 ) ( -6216 2280 0 ) ( -5504 2992 0 ) ta_berlin/archway1trim_shot -196 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( -5492 3008 0 ) ( -6144 2256 0 ) ( -5736 1796 0 ) common/nodraw 20 -61 -123.00 0.999644 0.998968 536870912 2224 0 +surfaceparm detail +} +// brush 4431 +{ +( -5488 3008 792 ) ( -6144 2256 792 ) ( -5736 1796 792 ) common/nodraw 15 -53 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -6144 2256 872 ) ( -5488 3008 872 ) ( -5028 2504 872 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +surfaceparm detail +( -5504 2992 872 ) ( -5504 2992 792 ) ( -5024 2512 792 ) ta_berlin/archway1trim_shot -196 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( -5736 1800 792 ) ( -5736 1800 872 ) ( -5024 2512 872 ) ta_berlin/archway1trim_shot -196 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -6216 2280 792 ) ( -6216 2280 872 ) ( -5736 1800 872 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6216 2280 872 ) ( -6216 2280 792 ) ( -5504 2992 792 ) ta_berlin/archway1trim_shot -196 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +} +// brush 4432 +{ +( -6200 2268 792 ) ( -6184 2284 792 ) ( -5720 1772 792 ) common/nodraw 15 -45 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -6184 2284 704 ) ( -6200 2268 704 ) ( -5736 1756 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6216 2280 792 ) ( -6216 2280 704 ) ( -5736 1800 704 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 1768 704 ) ( -5736 1768 792 ) ( -5736 1800 792 ) common/nodraw 44 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6248 2280 704 ) ( -6248 2280 792 ) ( -5736 1768 792 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6248 2280 792 ) ( -6248 2280 704 ) ( -6216 2280 704 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4433 +{ +( -4992 2508 792 ) ( -5736 1764 792 ) ( -5736 1796 792 ) common/nodraw 15 -53 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 1796 704 ) ( -5736 1764 704 ) ( -4992 2508 704 ) ta_berlin/archway1trim_shot -195 12 90.00 1.875000 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5736 1800 792 ) ( -5736 1800 704 ) ( -5024 2512 704 ) common/nodraw 52 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5024 2512 792 ) ( -5024 2512 704 ) ( -4992 2512 704 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 1768 704 ) ( -5736 1768 792 ) ( -4992 2512 792 ) ta_berlin/archway1trim_shot 167 0 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5736 1768 792 ) ( -5736 1768 704 ) ( -5736 1800 704 ) common/nodraw 52 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4434 +{ +( -6216 2280 704 ) ( -6216 2280 512 ) ( -5504 2992 512 ) ta_berlin/archway1trim_shot -196 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( -6216 2280 512 ) ( -6216 2280 704 ) ( -5736 1800 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5736 1800 512 ) ( -5736 1800 704 ) ( -5024 2512 704 ) ta_berlin/archway1trim_shot -142 -211 0.00 1.325684 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5504 2992 704 ) ( -5504 2992 512 ) ( -5024 2512 512 ) ta_berlin/archway1trim_shot -196 0 0.00 1.875000 2 0 65536 0 +surfaceparm detail +( -5736 1796 512 ) ( -5028 2504 512 ) ( -5492 3008 512 ) common/nodraw 20 -61 -123.00 0.999644 0.998968 536870912 2224 0 +surfaceparm detail +( -5492 3008 704 ) ( -5028 2504 704 ) ( -5736 1796 704 ) common/nodraw 20 -61 -123.00 0.999644 0.998968 536870912 2224 0 +surfaceparm detail +} +// brush 4435 +{ +( -5504 3024 792 ) ( -5504 3024 704 ) ( -5504 2992 704 ) common/nodraw 56 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6248 2280 792 ) ( -6248 2280 704 ) ( -5504 3024 704 ) ta_berlin/archway1trim_shot 51 0 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -6216 2280 792 ) ( -6216 2280 704 ) ( -6248 2280 704 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6216 2280 704 ) ( -6216 2280 792 ) ( -5504 2992 792 ) common/nodraw -19 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6176 2248 704 ) ( -6144 2256 704 ) ( -5492 3012 704 ) ta_berlin/archway1trim_shot 63 -4 -90.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -5492 3012 792 ) ( -6144 2256 792 ) ( -6176 2248 792 ) common/nodraw 56 31 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4436 +{ +( -5000 2524 792 ) ( -5016 2508 792 ) ( -5480 3020 792 ) common/nodraw 15 -53 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -5016 2508 704 ) ( -5000 2524 704 ) ( -5464 3036 704 ) ta_berlin/archway1trim_shot 129 39 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -5504 2992 704 ) ( -5504 2992 792 ) ( -5024 2512 792 ) common/nodraw 52 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5504 3024 704 ) ( -5504 3024 792 ) ( -5504 2992 792 ) common/nodraw 52 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5504 3024 792 ) ( -5504 3024 704 ) ( -4992 2512 704 ) ta_berlin/archway1trim_shot 51 0 -180.00 1.875000 -2 0 65536 0 +surfaceparm detail +( -5024 2512 704 ) ( -5024 2512 800 ) ( -4992 2512 800 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4437 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 322.390747 ) +( +( ( -4767.661133 4748.375488 24 -26.663986 16.910793 ) ( -4942.820313 4742.731445 7 -27.876465 16.631561 ) ( -5104.583008 4677.093750 120 -29.165184 16.558311 ) ) +( ( -4811.926758 4810.170410 166 -26.441963 16.403494 ) ( -4905.419922 4784.030273 78 -27.631458 16.363178 ) ( -5112.002930 4813.388672 200 -28.945587 15.514788 ) ) +( ( -4887.367188 4935.951172 239 -26.490776 15.297726 ) ( -4890.470215 4921.707031 120 -27.240261 15.354462 ) ( -5119.617188 4848.128906 266 -28.721508 15.293850 ) ) +) + } + } +// brush 4438 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 65536 0 subdivisions 1000.000000 ) +( +( ( -5709.106934 4738.402344 0 0 0 ) ( -5802.562988 4670.193359 0 0 0.451953 ) ( -5979.766602 4461.248535 0 0 1.522145 ) ) +( ( -5700.430176 4979.643555 184 1.185652 0 ) ( -5878.225586 4971.471191 184 1.185652 0.451953 ) ( -5923.464844 4737.304688 184 1.185652 1.522145 ) ) +( ( -5717.250000 5091.686523 176 1.629326 0 ) ( -6068.829590 5283.645508 144 1.629326 0.451953 ) ( -6032.983887 4722.689941 176 1.629326 1.522145 ) ) +) + } + } +// brush 4439 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4805.367188 5499.205078 0 -33.388176 -3.164688 ) ( -4708.340332 5331.871582 0 -32.374535 -2.365506 ) ( -4733.765625 5080.650391 0 -31.541491 -1.441323 ) ) +( ( -4998.327148 5370.873535 184 -32.609753 -3.893537 ) ( -4951.231934 5277.457031 184 -32.019897 -2.444822 ) ( -4960.953125 5126.349609 184 -31.068645 -1.729531 ) ) +( ( -5054.116699 5292.691406 208 -32.299473 -3.945992 ) ( -5098.907715 5206.137695 176 -31.120872 -3.046733 ) ( -5055.685059 5110.515137 208 -30.474388 -2.663321 ) ) +) + } + } +// brush 4440 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -4733.765625 5080.650391 0 -18.491272 -19.846291 ) ( -4689.474609 4941.010742 0 -18.318260 -19.300823 ) ( -4851.219727 4734.806641 0 -18.950077 -18.495338 ) ) +( ( -4960.953125 5126.349609 184 -19.378723 -20.024803 ) ( -4936.328613 4972.951172 184 -19.282534 -19.425591 ) ( -4948.286133 4823.233398 184 -19.329243 -18.840755 ) ) +( ( -5055.685059 5110.515137 208 -19.748770 -19.962950 ) ( -5075.491211 5052.441895 176 -19.826138 -19.736101 ) ( -5072.372070 4962.166992 208 -19.813953 -19.383465 ) ) +) + } + } +// brush 4441 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -4851.219727 4734.711426 0 0 0 ) ( -5061.761719 4617.306641 0 0 0.941656 ) ( -5297.676758 4756.457520 0 0 2.011561 ) ) +( ( -4948.286133 4823.518066 184 0.883577 0 ) ( -5092.620117 4719.540039 184 0.883577 0.941656 ) ( -5331.195801 4835.549805 184 0.883577 2.011561 ) ) +( ( -5072.372070 4962.056152 212 1.618265 0 ) ( -5169.049316 4842.291504 180 1.618265 0.941656 ) ( -5304.383789 4872.866211 192 1.618265 2.011561 ) ) +) + } + } +// brush 4442 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 243.419403 ) +( +( ( -5115.101563 5254.121582 96 -26.663986 16.910793 ) ( -4950.907227 5320.679688 96 -27.876465 16.631561 ) ( -4841.511719 5362.111816 80 -29.165184 16.558311 ) ) +( ( -5054.021484 5208.700195 222 -26.441963 16.403494 ) ( -4958.615723 5275.659668 247 -27.631458 16.363178 ) ( -4750.236816 5281.479980 200 -28.945587 15.514788 ) ) +( ( -4973.746094 5079.754883 213 -26.490776 15.297726 ) ( -4938.797852 5133.045898 257 -27.240261 15.354462 ) ( -4755.304688 5226.349609 242 -28.721508 15.293850 ) ) +) + } + } +// brush 4443 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -2595.552246 2791.409180 264 0 0 ) ( -2692.062012 2812.181152 584 0 1.308131 ) ( -2812.723633 2822.613770 672 0 1.892922 ) ) +( ( -2464.458008 3289.373047 472 2.169350 0 ) ( -2590.692871 3401.445313 486 2.366788 0.661662 ) ( -2760.115723 3489.604980 592 2.632143 1.514909 ) ) +( ( -2023.632813 3591.631348 168 4.571306 0 ) ( -2110.477051 3660.328125 376 4.540740 0.920460 ) ( -2260.550781 3830.574219 456 5.053769 1.860446 ) ) +) + } + } +// brush 4444 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -1761.591064 3485.117188 -24 0 0 ) ( -2116.151367 3171.486328 -31 0 1.849296 ) ( -2357.429199 2783.981934 16 0 3.641851 ) ) +( ( -1996.801025 3531.138672 104 1.061363 0 ) ( -2376.028564 3245.872559 118 1.205700 1.854487 ) ( -2453.319580 2754.430664 184 0.764391 3.814806 ) ) +( ( -2023.632813 3591.631348 168 1.420978 0 ) ( -2464.458008 3289.373047 472 2.641097 2.401956 ) ( -2595.552246 2791.409180 264 1.418003 4.571306 ) ) +) + } + } +// brush 4445 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -2812.723633 2822.613770 672 0 0 ) ( -2952.932373 2798.442871 816 0 0.790750 ) ( -3083.586670 2765.490723 776 0 1.339803 ) ) +( ( -2760.115723 3489.604980 592 2.632143 0 ) ( -2847.559082 3601.733887 646 3.233658 0.594151 ) ( -2942.479736 3705.696289 752 3.714993 1.282517 ) ) +( ( -2260.550781 3830.574219 456 5.053769 0 ) ( -2310.477295 3940.328125 552 5.740786 0.602052 ) ( -2452.550537 4078.574219 632 6.165269 1.437083 ) ) +) + } + } +// brush 4446 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -2260.550781 3830.574219 456 0 0 ) ( -2310.477295 3940.328125 552 0 0.602052 ) ( -2452.550537 4078.574219 632 0 1.437083 ) ) +( ( -1632.115723 4321.604980 592 3.160293 0 ) ( -1719.559082 4433.733887 646 3.029471 0.594151 ) ( -1814.479736 4537.696289 752 3.106211 1.282517 ) ) +( ( -1282.942627 4961.307617 456 6.056290 0 ) ( -1381.057617 5031.394531 552 5.737540 0.602053 ) ( -1573.219238 5080.082031 632 5.471957 1.437083 ) ) +) + } + } +// brush 4447 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -995.006104 4508.613281 -16 0 0 ) ( -838.151367 4003.486328 23 0 2.071704 ) ( -1761.591064 3485.117188 -24 0 6.212432 ) ) +( ( -1087.811035 4491.864258 104 0.596177 0 ) ( -1344.028564 4077.872559 150 0.596177 2.071704 ) ( -1996.801025 3531.138672 104 0.596177 6.212432 ) ) +( ( -1301.294434 4467.835938 168 1.471809 0 ) ( -1336.458008 4121.373047 472 1.471809 2.071704 ) ( -2023.632813 3591.631348 168 1.471809 6.212432 ) ) +) + } + } +// brush 4448 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -2023.632813 3591.631348 168 0 0 ) ( -2110.477051 3660.328125 376 0 0.920460 ) ( -2260.550781 3830.574219 456 0 1.860446 ) ) +( ( -1336.458008 4121.373047 472 3.591311 0 ) ( -1462.692871 4233.445313 486 3.405810 0.661662 ) ( -1632.115723 4321.604980 592 3.160294 1.514909 ) ) +( ( -1301.294434 4467.835938 168 5.397034 0 ) ( -1226.852051 5215.907227 376 7.375899 3.046916 ) ( -1282.942627 4961.307617 456 6.056291 4.112164 ) ) +) + } + } +// brush 4449 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1024.294434 4986.835938 168 9.194162 10.574860 ) ( -1075.852051 4952.907227 376 8.766203 10.512081 ) ( -1282.942627 4961.307617 456 7.926005 10.229268 ) ) +( ( -1108.756836 5546.952148 304 8.481419 7.941592 ) ( -1266.991943 5659.024414 486 7.988313 7.503810 ) ( -1436.414795 5747.184082 592 7.326505 7.159437 ) ) +( ( -701.041016 6040.038574 168 10.199059 6.015474 ) ( -741.902100 6142.954102 376 10.039445 5.613461 ) ( -786.747559 6365.427734 456 9.864267 4.744422 ) ) +) + } + } +// brush 4450 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -657.267090 5891.773438 -32 10.370050 6.594634 ) ( -930.450439 5429.065430 7 9.302928 8.402087 ) ( -899.006104 4970.613281 -32 9.781226 10.716355 ) ) +( ( -708.050293 5974.234863 104 10.171679 6.272520 ) ( -1052.327881 5503.452148 94 8.826844 8.111515 ) ( -980.811035 4983.864258 104 9.403082 10.727094 ) ) +( ( -701.041016 6040.038574 168 10.199059 6.015474 ) ( -1108.756836 5546.952148 304 8.481419 7.941592 ) ( -1024.294434 4986.835938 168 9.194162 10.574860 ) ) +) + } + } +// brush 4451 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1282.942627 4961.307617 456 7.926005 10.229268 ) ( -1381.057617 5031.394531 552 7.542744 9.955491 ) ( -1573.219238 5080.082031 632 6.792112 9.765306 ) ) +( ( -1436.414795 5747.184082 592 7.326505 7.159437 ) ( -1523.858154 5859.313477 646 6.984929 6.721433 ) ( -1618.778564 5963.275391 752 6.614146 6.315330 ) ) +( ( -786.747559 6365.427734 456 9.864267 4.744422 ) ( -775.107422 6485.441406 552 9.909737 4.275619 ) ( -829.023682 6676.202148 632 9.699126 3.530461 ) ) +) + } + } +// brush 4452 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -786.747559 6365.427734 456 9.864267 4.744422 ) ( -775.107422 6485.441406 552 9.909737 4.275619 ) ( -829.023682 6676.202148 632 9.699126 3.530461 ) ) +( ( -386.446289 6660.724121 592 11.427944 3.590921 ) ( -333.061035 6792.516602 646 11.636480 3.076107 ) ( -290.487305 6926.701172 752 11.802784 2.551948 ) ) +( ( -88.689209 6440.961914 456 12.716058 4.511868 ) ( -98.602051 6563.076172 552 12.989836 4.128608 ) ( -73.914551 6755.237793 632 13.180021 3.377977 ) ) +) + } + } +// brush 4453 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -93.383057 5958.024902 -32 12.228972 6.367090 ) ( -408.962646 6063.486816 7 11.339990 5.923879 ) ( -657.267090 5891.773438 -32 10.370050 6.594634 ) ) +( ( -96.131836 6054.830078 104 12.218235 5.988945 ) ( -405.480469 6206.229492 118 11.353592 5.366292 ) ( -708.050293 5974.234863 104 10.171679 6.272520 ) ) +( ( -97.159912 6116.313477 168 12.370469 5.780026 ) ( -412.022949 6304.561035 472 11.328035 4.982184 ) ( -701.041016 6040.038574 168 10.199059 6.015474 ) ) +) + } + } +// brush 4454 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -701.041016 6040.038574 168 10.199059 6.015474 ) ( -741.902100 6142.954102 376 10.039445 5.613461 ) ( -786.747559 6365.427734 456 9.864267 4.744422 ) ) +( ( -412.022949 6304.561035 472 11.328035 4.982184 ) ( -378.083008 6469.919922 486 11.460613 4.336251 ) ( -386.446289 6660.724121 592 11.427944 3.590921 ) ) +( ( -97.159912 6116.313477 168 12.370469 5.780026 ) ( -105.089111 6225.871094 376 12.433246 5.352067 ) ( -88.689209 6440.961914 456 12.716058 4.511868 ) ) +) + } + } +// brush 4455 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -1236.136719 1136.225586 -32 0 0 ) ( -1196.255371 1945.034668 7 0 3.166915 ) ( -480.711914 2175.905762 0 0 6.104023 ) ) +( ( -1135.409180 1134.736816 44 0.492935 0 ) ( -1093.871094 1668.471191 18 0.492935 3.166915 ) ( -431.869873 2254.253906 120 0.492935 6.104023 ) ) +( ( -1084.038574 1093.019043 108 0.852550 0 ) ( -1035.364990 1588.240234 56 0.852550 3.166915 ) ( -438.466797 2107.443359 200 0.852550 6.104023 ) ) +) + } + } +// brush 4456 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1334.589844 416.466797 -32 -30.795053 0.125000 ) ( -1511.176758 774.071777 7 -28.085657 -0.027344 ) ( -1236.136719 1136.225586 -32 -25.170994 0.125000 ) ) +( ( -1245.670410 463.696289 44 -30.610561 -0.171875 ) ( -1364.900391 763.954590 58 -28.125177 -0.226563 ) ( -1135.409180 1134.736816 44 -25.176809 -0.171875 ) ) +( ( -1180.322998 453.251953 108 -30.651358 -0.421875 ) ( -1282.009277 762.015137 268 -28.132753 -1.046875 ) ( -1084.038574 1093.019043 108 -25.339769 -0.421875 ) ) +) + } + } +// brush 4457 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -1083.574829 1093.019043 108 0 0 ) ( -990.442017 1067.909668 172 0 0.452185 ) ( -426.115723 952.351074 252 0 2.723923 ) ) +( ( -1282.009277 762.015137 268 1.631952 0 ) ( -1118.271240 719.466797 282 1.631952 0.452185 ) ( -574.020142 685.833008 168 1.631952 2.723923 ) ) +( ( -1180.084839 453.251953 108 3.047520 0 ) ( -1090.613525 485.343750 172 3.047520 0.452185 ) ( -512.747070 486.484375 252 3.047520 2.723923 ) ) +) + } + } +// brush 4458 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -2768.760498 2374.133789 672 0 0 ) ( -2900.493652 2441.202637 816 0 0.806126 ) ( -3067.514648 2553.665527 776 0 1.608039 ) ) +( ( -2922.992676 2582.421387 592 1.059532 0 ) ( -2975.004883 2623.238770 646 1.015543 0.333460 ) ( -3107.108887 2652.983398 752 0.428046 1.005201 ) ) +( ( -2812.723633 2822.613770 672 2.138192 0 ) ( -2952.932373 2798.442871 816 1.973042 0.790750 ) ( -3083.586670 2765.490723 776 0.886714 1.339803 ) ) +) + } + } +// brush 4459 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -2566.536377 2397.238770 164 0 0 ) ( -2659.959961 2427.336914 584 0 1.684830 ) ( -2768.760498 2374.133789 672 0 2.269622 ) ) +( ( -2569.295166 2631.453613 472 1.511513 0 ) ( -2738.096924 2630.271973 486 0.931721 0.661662 ) ( -2922.992676 2582.421387 592 1.059532 1.514908 ) ) +( ( -2595.552246 2791.409180 264 2.541602 0 ) ( -2692.062012 2812.181152 584 1.758649 1.308131 ) ( -2812.723633 2822.613770 672 2.138193 1.892922 ) ) +) + } + } +// brush 4460 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -2357.429199 2783.981934 16 0 0 ) ( -2360.125000 2738.568848 7 0 0.181151 ) ( -2305.584473 2727.491211 20 0 0.404402 ) ) +( ( -2453.319580 2754.430664 184 0.764391 0 ) ( -2480.471680 2662.297363 118 0.705526 0.455238 ) ( -2459.574219 2588.796387 184 1.032352 0.849655 ) ) +( ( -2595.552246 2791.409180 264 1.418003 0 ) ( -2569.295166 2631.453613 472 2.136286 1.030089 ) ( -2566.536377 2397.238770 164 1.892927 2.541602 ) ) +) + } + } +// brush 4461 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 subdivisions 1000.000000 ) +( +( ( -2305.584473 2727.491211 20 0 0 ) ( -2232.922363 2701.518555 21 0 0.301449 ) ( -2099.805908 2705.652344 16 0 0.822052 ) ) +( ( -2459.574219 2588.796387 184 1.032352 0 ) ( -2238.397461 2461.532227 44 0.941985 1.136949 ) ( -2161.992188 2462.693848 110 1.046204 1.531367 ) ) +( ( -2566.536377 2397.238770 164 1.892927 0 ) ( -2253.594238 2339.752441 198 1.711201 1.249960 ) ( -2054.533447 2325.844727 132 1.731292 2.070966 ) ) +) + } + } +// brush 4462 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2099.805908 2705.652344 16 4.453883 19.446671 ) ( -1710.922363 2667.518555 21 5.972960 19.595631 ) ( -1595.805908 2619.652344 16 6.422633 19.782608 ) ) +( ( -2161.992188 2462.693848 110 4.492218 19.989477 ) ( -1794.397461 2397.532227 44 5.928135 20.244015 ) ( -1589.992188 2368.693848 110 6.460968 20.325415 ) ) +( ( -2054.533447 2325.844727 132 4.911979 20.524044 ) ( -1811.594238 2236.247559 148 5.860960 20.874033 ) ( -1597.711914 2217.840820 104 6.602688 20.930309 ) ) +) + } + } +// brush 4463 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 262.715332 ) +( +( ( -5740.927734 3007.890625 -32 -29.165184 16.558311 ) ( -5649.362305 2929.600098 -16 -27.876465 16.631561 ) ( -5513.837891 2820.958984 -16 -26.663986 16.910793 ) ) +( ( -5714.655273 3126.812012 -8 -28.945587 15.514788 ) ( -5624.915039 2961.925781 31 -27.631458 16.363178 ) ( -5503.723633 2896.401367 14 -26.441963 16.403494 ) ) +( ( -5656.315430 3145.964355 202 -28.721508 15.293850 ) ( -5537.390625 3072.526855 225 -27.240261 15.354462 ) ( -5424.328125 3021.912598 173 -26.490776 15.297726 ) ) +) + } + } +// brush 4464 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 324.090515 ) +( +( ( -1193.097168 1187.152344 -28 -26.663986 16.910793 ) ( -1133.517334 1286.848633 27 -27.876465 16.631561 ) ( -1100.955566 1436.503906 14 -29.165184 16.558311 ) ) +( ( -1240.402344 1136.531250 210 -26.441963 16.403494 ) ( -1104.492676 1252.499023 142 -27.631458 16.363178 ) ( -973.425293 1387.846191 154 -28.945587 15.514788 ) ) +( ( -981.997314 1120.118652 264 -26.490776 15.297726 ) ( -1104.800293 1148.844727 212 -27.240261 15.354462 ) ( -949.980225 1327.093750 268 -28.721508 15.293850 ) ) +) + } + } +// brush 4465 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 324.090515 ) +( +( ( -738.478027 1636.147949 6 -26.663986 16.910793 ) ( -819.357178 1719.500977 61 -27.876465 16.631561 ) ( -955.485352 1789.686523 48 -29.165184 16.558311 ) ) +( ( -701.825439 1577.353027 244 -26.441963 16.403494 ) ( -778.665771 1738.646484 176 -27.631458 16.363178 ) ( -875.478760 1900.278320 188 -28.945587 15.514788 ) ) +( ( -619.092041 1822.705566 298 -26.490776 15.297726 ) ( -678.622803 1711.521484 246 -27.240261 15.354462 ) ( -810.728027 1907.200684 302 -28.721508 15.293850 ) ) +) + } + } +// brush 4466 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1004.273926 1328.918945 15.961731 0 0 ) ( -970.219727 1478.573730 20.731628 0 0.500000 ) ( -918.874756 1578.270508 -15.153015 0 1 ) ) +( ( -1111.079102 1377.576172 105.384338 0.500000 0 ) ( -982.957275 1512.923828 88.159088 0.500000 0.500000 ) ( -838.906494 1628.891602 115.847931 0.500000 1 ) ) +( ( -1118.430176 1438.328613 171.801697 1 0 ) ( -972.910645 1616.578125 127.771576 1 0.500000 ) ( -1087.281738 1645.303711 166.988770 1 1 ) ) +) + } + } +// brush 4467 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -782.273926 1576.918945 107.961731 0 0 ) ( -748.219727 1726.573730 112.731628 0 0.500000 ) ( -696.874756 1826.270508 76.846985 0 1 ) ) +( ( -889.079102 1625.576172 197.384338 0.500000 0 ) ( -760.957275 1760.923828 180.159088 0.500000 0.500000 ) ( -616.906494 1876.891602 207.847931 0.500000 1 ) ) +( ( -896.430176 1686.328613 263.801697 1 0 ) ( -750.910645 1864.578125 219.771576 1 0.500000 ) ( -865.281738 1893.303711 258.988770 1 1 ) ) +) + } + } +// brush 4468 + { + patchDef2 + { + misc_outside/secfence2 + ( 3 3 0 -2147221504 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -839.239258 2069.321777 37.961731 0 0 ) ( -992.608398 2063.481934 42.731628 0 0.500000 ) ( -1102.197510 2087.273926 6.846985 0 1 ) ) +( ( -858.595215 1953.562012 127.384338 0.500000 0 ) ( -1022.491211 2042.288086 110.159088 0.500000 0.500000 ) ( -1171.790527 2151.415527 137.847931 0.500000 1 ) ) +( ( -915.375000 1930.738281 193.801697 1 0 ) ( -1125.213867 2025.164551 149.771576 1 0.500000 ) ( -1123.359131 1907.255859 188.988770 1 1 ) ) +) + } + } +// brush 4469 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 316.920288 ) +( +( ( -1231.097168 1927.152344 24 -26.663986 16.910793 ) ( -1171.517334 2026.848633 79 -27.876465 16.631561 ) ( -1138.955566 2176.503906 66 -29.165184 16.558311 ) ) +( ( -1278.402344 1994.531250 130 -26.441963 16.403494 ) ( -1142.492676 2060.499023 114 -27.631458 16.363178 ) ( -1011.425293 2127.846191 206 -28.945587 15.514788 ) ) +( ( -1019.997314 1978.118652 184 -26.490776 15.297726 ) ( -1142.800293 2006.844727 132 -27.240261 15.354462 ) ( -987.980225 2135.093750 240 -28.721508 15.293850 ) ) +) + } + } +// brush 4470 + { + patchDef2 + { + blasted/rebar_ww2_nofence + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 367.342896 ) +( +( ( -1385.097168 1907.152344 50 -26.663986 16.910793 ) ( -1325.517334 1890.848633 -17 -27.876465 16.631561 ) ( -1292.955566 2156.503906 92 -29.165184 16.558311 ) ) +( ( -1432.402344 1974.531250 156 -26.441963 16.403494 ) ( -1296.492676 2040.499023 140 -27.631458 16.363178 ) ( -1165.425293 2107.846191 232 -28.945587 15.514788 ) ) +( ( -1173.997314 1968.118652 102 -26.490776 15.297726 ) ( -1296.800293 1946.844727 22 -27.240261 15.354462 ) ( -1141.980225 2115.093750 266 -28.721508 15.293850 ) ) +) + } + } +// brush 4471 + { + patchDef2 + { + das_boot/pipes3 + ( 3 3 8192 -2147450880 0 subdivisions 1000.000000 ) +( +( ( -860 6108 352 0 0 ) ( -622.972168 6108 352 0 0.500000 ) ( -372 6108 352 0 1 ) ) +( ( -860 6108 328.199982 0.500000 0 ) ( -622.972168 6108 328.199982 0.500000 0.500000 ) ( -372 6108 328.199982 0.500000 1 ) ) +( ( -860 6108 304.400024 1 0 ) ( -622.972168 6108 304.400024 1 0.500000 ) ( -372 6108 284 1 1 ) ) +) + } + } +// brush 4472 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1646 1042 112 -19.375000 -0.500000 ) ( -1646 1042 192 -19.375000 -0.875000 ) ( -1726 1042 192 -19.750000 -0.875000 ) ) +( ( -1646 1042 192 -19.375000 -0.875000 ) ( -1646 1042 192 -19.375000 -0.875000 ) ( -1646 1042 192 -19.375000 -0.875000 ) ) +( ( -1646 1042 192 -19.375000 -0.875000 ) ( -1646 1042 192 -19.375000 -0.875000 ) ( -1646 1042 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 4473 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1726 1074 192 -19.687500 -0.875000 ) ( -1646 1074 192 -20 -0.875000 ) ( -1646 1074 112 -20 -0.562500 ) ) +( ( -1646 1074 192 -20 -0.875000 ) ( -1646 1074 192 -20 -0.875000 ) ( -1646 1074 192 -20 -0.875000 ) ) +( ( -1646 1074 192 -20 -0.875000 ) ( -1646 1074 192 -20 -0.875000 ) ( -1646 1074 192 -20 -0.875000 ) ) +) + } + } +// brush 4474 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1726 1074 192 0 0 ) ( -1726 1058 192 0 0.187500 ) ( -1726 1042 192 0 0.375000 ) ) +( ( -1646 1074 192 0.250000 0 ) ( -1646 1058 192 0.250000 0.187500 ) ( -1646 1042 192 0.250000 0.375000 ) ) +( ( -1646 1074 112 0.500000 0 ) ( -1646 1058 112 0.500000 0.187500 ) ( -1646 1042 112 0.500000 0.375000 ) ) +) + } + } +// brush 4475 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1806 1074 112 -19.375000 -0.500000 ) ( -1806 1074 192 -19.375000 -0.875000 ) ( -1726 1074 192 -19.750000 -0.875000 ) ) +( ( -1806 1074 192 -19.375000 -0.875000 ) ( -1806 1074 192 -19.375000 -0.875000 ) ( -1806 1074 192 -19.375000 -0.875000 ) ) +( ( -1806 1074 192 -19.375000 -0.875000 ) ( -1806 1074 192 -19.375000 -0.875000 ) ( -1806 1074 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 4476 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1726 1042 192 -19.750000 -0.875000 ) ( -1806 1042 192 -19.375000 -0.875000 ) ( -1806 1042 112 -19.375000 -0.500000 ) ) +( ( -1806 1042 192 -19.375000 -0.875000 ) ( -1806 1042 192 -19.375000 -0.875000 ) ( -1806 1042 192 -19.375000 -0.875000 ) ) +( ( -1806 1042 192 -19.375000 -0.875000 ) ( -1806 1042 192 -19.375000 -0.875000 ) ( -1806 1042 192 -19.375000 -0.875000 ) ) +) + } + } +// brush 4477 + { + patchDef2 + { + algiers/algierwall_set5 + ( 3 3 0 -2147418112 0 ) +( +( ( -1726 1042 192 0 0 ) ( -1726 1058 192 0 0.187500 ) ( -1726 1074 192 0 0.375000 ) ) +( ( -1806 1042 192 0.250000 0 ) ( -1806 1058 192 0.250000 0.187500 ) ( -1806 1074 192 0.250000 0.375000 ) ) +( ( -1806 1042 112 0.500000 0 ) ( -1806 1058 112 0.500000 0.187500 ) ( -1806 1074 112 0.500000 0.375000 ) ) +) + } + } +// brush 4478 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -508.032715 1868.002930 -8 10.952997 0.031250 ) ( -1064.756348 2000.378906 16 8.778296 -0.062500 ) ( -1337.048340 1926.241699 16 7.933405 -0.062500 ) ) +( ( -446.396973 1948.797852 40 11.193762 -0.156250 ) ( -953.828125 2144.512695 152 9.211609 -0.593750 ) ( -1192.959961 2076.026855 192 8.527500 -0.656250 ) ) +( ( -393.817871 2058.493652 200 11.399149 -0.781250 ) ( -902.612793 2249.220215 240 9.411669 -0.937500 ) ( -1121.711914 2189.841797 320 8.508938 -0.937500 ) ) +) + } + } +// brush 4479 +{ +( -104 7184 -768 ) ( -104 7600 -768 ) ( -104 7600 1024 ) ta_berlin/berlinwall3a -112 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -792 5520 704 ) ( -792 5936 704 ) ( 808 5936 704 ) common/nodraw 49 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -816 5936 64 ) ( -816 5520 64 ) ( 784 5520 64 ) common/nodraw 49 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -48 5472 192 ) ( -48 5460 192 ) ( -48 5466 704 ) common/nodraw 48 59 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -16 5468 64 ) ( -32 5468 64 ) ( -24 5468 576 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -96 5872 64 ) ( -64 5872 64 ) ( -80 5872 704 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4480 +{ +( -104 7648 -768 ) ( -104 8064 -768 ) ( -104 8064 1024 ) ta_berlin/berlinwall3a -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -792 5984 704 ) ( -792 6400 704 ) ( 808 6400 704 ) common/nodraw 1 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -816 6400 64 ) ( -816 5984 64 ) ( 784 5984 64 ) common/nodraw 1 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -48 5936 192 ) ( -48 5924 192 ) ( -48 5930 704 ) common/nodraw 0 58 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -16 5936 64 ) ( -32 5936 64 ) ( -24 5936 576 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -96 6336 64 ) ( -64 6336 64 ) ( -80 6336 704 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4481 +{ +( 900 4720 704 ) ( 900 6944 704 ) ( 388 6944 704 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 400 6940 768 ) ( 912 6940 768 ) ( 912 4716 768 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -112 6940 768 ) ( -112 4716 768 ) ( -112 4716 688 ) general_structure/balcony_stone1 44 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 912 6940 768 ) ( 400 6940 768 ) ( 400 6940 688 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1096 5004 704 ) ( 1048 5004 704 ) ( 1072 5004 768 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -104 5292 704 ) ( -104 5268 704 ) ( -104 5280 768 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4482 +{ +( -120 6716 -768 ) ( -120 7132 -768 ) ( -120 7132 1024 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -808 5052 704 ) ( -808 5468 704 ) ( 792 5468 704 ) common/nodraw 29 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -832 5478 144 ) ( -832 5062 144 ) ( 768 5062 144 ) common/nodraw 29 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -104 5004 192 ) ( -104 4992 192 ) ( -104 4998 704 ) common/nodraw 28 60 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -80 5404 64 ) ( -112 5404 64 ) ( -96 5404 704 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -112 5468 64 ) ( -80 5468 64 ) ( -96 5468 704 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4483 +{ +( -120 7184 -768 ) ( -120 7600 -768 ) ( -120 7600 1024 ) ta_berlin/berlin_column -48 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -808 5520 704 ) ( -808 5936 704 ) ( 792 5936 704 ) common/nodraw 49 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -832 5938 144 ) ( -832 5522 144 ) ( 768 5522 144 ) common/nodraw 49 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -104 5472 192 ) ( -104 5460 192 ) ( -104 5466 704 ) common/nodraw 48 59 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -80 5872 64 ) ( -112 5872 64 ) ( -96 5872 704 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -112 5936 64 ) ( -80 5936 64 ) ( -96 5936 704 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4484 +{ +( -120 7648 -768 ) ( -120 8064 -768 ) ( -120 8064 1024 ) ta_berlin/berlin_column 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -808 5984 704 ) ( -808 6400 704 ) ( 792 6400 704 ) common/nodraw 1 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -832 6400 64 ) ( -832 5984 64 ) ( 768 5984 64 ) common/nodraw 1 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -104 5936 192 ) ( -104 5924 192 ) ( -104 5930 704 ) common/nodraw 0 58 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -80 6336 64 ) ( -112 6336 64 ) ( -96 6336 704 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -112 6400 64 ) ( -80 6400 64 ) ( -96 6400 704 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4485 +{ +( 2088 4972 -776 ) ( 488 4972 -776 ) ( 488 4972 1016 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1112 6716 -648 ) ( 1112 7132 -648 ) ( 1112 7132 1144 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 32 +( 432 5052 704 ) ( 432 5468 704 ) ( 2032 5468 704 ) common/nodraw 14 27 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 408 5468 72 ) ( 408 5052 72 ) ( 2008 5052 72 ) common/nodraw 14 27 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1208 5004 704 ) ( 1208 5004 56 ) ( 1208 4972 56 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1208 5004 56 ) ( 1208 5004 704 ) ( 1112 5004 704 ) common/nodraw 16 62 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4486 +{ +( 1296 6940 -768 ) ( 2896 6940 -768 ) ( 2896 6940 1024 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -104 6716 -768 ) ( -104 7132 -768 ) ( -104 7132 1024 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -792 5052 704 ) ( -792 5468 704 ) ( 808 5468 704 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -816 5468 64 ) ( -816 5052 64 ) ( 784 5052 64 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -48 5004 192 ) ( -48 4992 192 ) ( -48 4998 704 ) common/nodraw 28 60 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -84 6400 64 ) ( -100 6400 64 ) ( -92 6400 704 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4487 +{ +( -1170.760254 1343.777832 96 ) ( -1063.410400 1274.063965 96 ) ( -1080.838623 1247.226563 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -1109.065430 1380.024414 96 ) ( -1143.922852 1326.349121 96 ) ( -1188.188477 1316.940430 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -1028.553711 1327.739258 96 ) ( -1135.903320 1397.453125 96 ) ( -1118.474609 1424.290039 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -1090.247803 1291.492676 96 ) ( -1055.390625 1345.166992 96 ) ( -1011.125000 1354.577148 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -1143.922852 1326.349121 96 ) ( -1109.065430 1380.024414 96 ) ( -1055.390625 1345.166992 96 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -1080.838623 1247.226563 0 ) ( -1011.125000 1354.577148 0 ) ( -1118.474609 1424.290039 0 ) common/caulk -10 52 56.99 0.999871 0.999075 0 65696 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4488 +{ +( -982.760254 1649.777832 98 ) ( -875.410400 1580.063965 98 ) ( -892.838623 1553.226563 2 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -921.065430 1686.024414 98 ) ( -955.922852 1632.349121 98 ) ( -1000.188477 1622.940430 2 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -840.553711 1633.739258 98 ) ( -947.903320 1703.453125 98 ) ( -930.474609 1730.290039 2 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -902.247803 1597.492676 98 ) ( -867.390625 1651.166992 98 ) ( -823.125000 1660.577148 2 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -955.922852 1632.349121 98 ) ( -921.065430 1686.024414 98 ) ( -867.390625 1651.166992 98 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -892.838623 1553.226563 2 ) ( -823.125000 1660.577148 2 ) ( -930.474609 1730.290039 2 ) common/caulk -50 62 56.99 0.999871 0.999075 0 65696 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4489 +{ +( -816.760254 1887.777832 120 ) ( -709.410400 1818.063965 120 ) ( -726.838623 1791.226563 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -755.065430 1924.024414 120 ) ( -789.922852 1870.349121 120 ) ( -834.188477 1860.940430 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -674.553711 1871.739258 120 ) ( -781.903320 1941.453125 120 ) ( -764.474609 1968.290039 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -736.247803 1835.492676 120 ) ( -701.390625 1889.166992 120 ) ( -657.125000 1898.577148 24 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -789.922852 1870.349121 120 ) ( -755.065430 1924.024414 120 ) ( -701.390625 1889.166992 120 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -726.838623 1791.226563 24 ) ( -657.125000 1898.577148 24 ) ( -764.474609 1968.290039 24 ) common/caulk -19 53 56.99 0.999871 0.999075 0 65696 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4490 +{ +( -1060 1501 6 ) ( -1045 1596 6 ) ( -1076 1601 6 ) common/nodraw 28 -5 -99.06 0.998781 0.999668 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1076 1595 86 ) ( -1045 1590 86 ) ( -1060 1495 86 ) common/nodraw 28 -5 -99.06 0.998781 0.999668 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1066 1564 74 ) ( -1081 1470 74 ) ( -1081 1470 -22 ) misc_outside/secfence2 111 -7 -180.00 0.988281 -1 0 262144 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1096 1369 122 ) ( -1065 1364 122 ) ( -1065 1364 26 ) common/nodraw -7 -8 0.00 0.987305 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1060 1495 118 ) ( -1045 1590 118 ) ( -1045 1590 22 ) common/nodraw 35 -7 -180.00 0.986328 -1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1040 1612 122 ) ( -1071 1617 122 ) ( -1071 1617 26 ) common/nodraw 42 -7 -180.00 0.988281 -1.000004 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4491 +{ +( -817.081787 1770.972168 6 ) ( -756.591553 1845.744629 6 ) ( -780.938232 1865.574707 6 ) common/nodraw 22 -23 -129.08 0.998227 0.999867 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -783.938232 1860.378418 86 ) ( -759.591553 1840.548340 86 ) ( -820.081787 1765.776367 86 ) common/nodraw 22 -23 -129.08 0.998227 0.999867 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -790.777832 1828.531738 74 ) ( -850.768311 1754.625488 74 ) ( -850.768311 1754.625488 -22 ) misc_outside/secfence2 116 -6 -180.00 0.776855 -1 0 262144 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -914.258789 1674.657227 122 ) ( -889.911865 1654.827148 122 ) ( -889.911865 1654.827148 26 ) common/nodraw 0 -8 0.00 0.775269 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -820.081787 1765.776367 118 ) ( -759.591553 1840.548340 118 ) ( -759.591553 1840.548340 22 ) common/nodraw 27 -6 -180.00 0.776367 -1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -744.261230 1857.101074 122 ) ( -768.608154 1876.931641 122 ) ( -768.608154 1876.931641 26 ) common/nodraw 4 -7 -180.00 0.775879 -1.000004 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4492 +{ +( -4644.011230 4156.868164 100 ) ( -4737.624512 4244.163574 100 ) ( -4715.800781 4267.566895 4 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4711.062500 4131.885254 100 ) ( -4667.414551 4178.691895 100 ) ( -4622.187012 4180.271484 4 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4781.272461 4197.356934 100 ) ( -4687.659180 4110.061035 100 ) ( -4709.482910 4086.658203 4 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4714.221191 4222.339844 100 ) ( -4757.869141 4175.533203 100 ) ( -4803.096191 4173.953613 4 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4667.414551 4178.691895 100 ) ( -4711.062500 4131.885254 100 ) ( -4757.869141 4175.533203 100 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -4715.800781 4267.566895 4 ) ( -4803.096191 4173.953613 4 ) ( -4709.482910 4086.658203 4 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 4493 +{ +( -584 4532 8 ) ( -1200 4532 8 ) ( -1200 4468 8 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -1280 4476 416 ) ( -1280 4540 416 ) ( -1168 4540 448 ) models/items/rubblebase -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -1200 4468 8 ) ( -1200 4468 392 ) ( -584 4468 392 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -688 4532 16 ) ( -688 4532 400 ) ( -1304 4532 400 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1280 4540 416 ) ( -1280 4476 416 ) ( -1280 4476 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -1168 4468 704 ) ( -1168 4532 680 ) ( -1168 4468 656 ) ta_berlin/brln_rubble -92 -120 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +} +// brush 4494 +{ +( -584 4532 8 ) ( -1200 4532 8 ) ( -1200 4468 8 ) common/nodraw 7 39 -150.04 1.001218 -0.998160 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -1664 4476 592 ) ( -1664 4540 592 ) ( -1472 4540 544 ) models/items/rubblebase -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -1200 4468 8 ) ( -1200 4468 392 ) ( -584 4468 392 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -688 4532 16 ) ( -688 4532 400 ) ( -1304 4532 400 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1664 4540 592 ) ( -1664 4476 592 ) ( -1664 4476 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -1472 4476 544 ) ( -1472 4540 544 ) ( -1472 4540 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 4495 +{ +( -584 4532 8 ) ( -1200 4532 8 ) ( -1200 4468 8 ) common/nodraw 7 39 -150.04 1.001218 -0.998160 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -1472 4476 544 ) ( -1472 4540 544 ) ( -1280 4540 416 ) models/items/rubblebase -16 156 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -1200 4468 8 ) ( -1200 4468 392 ) ( -584 4468 392 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -688 4532 16 ) ( -688 4532 400 ) ( -1304 4532 400 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail surfaceDensity 256 +( -1472 4540 544 ) ( -1472 4476 544 ) ( -1472 4476 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +( -1280 4476 416 ) ( -1280 4540 416 ) ( -1280 4540 16 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 -surfaceparm solid +surfaceparm weaponclip +surfaceparm detail +} +// brush 4496 +{ +( -1168 4476 16 ) ( -1168 4540 16 ) ( -1168 4540 448 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1040 4476 352 ) ( -1040 4540 352 ) ( -992 4540 224 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -976 4477 224 ) ( -976 4541 224 ) ( -976 4541 16 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1168 4540 16 ) ( -992 4540 16 ) ( -992 4540 368 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -992 4476 16 ) ( -1168 4476 16 ) ( -1168 4476 448 ) general_structure/jh_conc512damg 0 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -1040 4540 352 ) ( -1040 4476 352 ) ( -1168 4476 448 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -992 4540 16 ) ( -1168 4540 16 ) ( -1168 4476 16 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4497 +{ +( -872 5980 704 ) ( -896 5892 704 ) ( -872 5892 776 ) ta_berlin/brln_rubble -76 -120 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -1592 6588 704 ) ( -1592 6588 752 ) ( -1856 6588 752 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -872 4980 728 ) ( -872 4980 776 ) ( -872 5484 776 ) models/items/rubblebase -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1856 5652 776 ) ( -1000 5652 776 ) ( -1032 5652 704 ) common/nodraw 19 -2 3.00 -11.556805 15.113246 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -872 5892 776 ) ( -896 5892 704 ) ( -1024 5652 704 ) models/items/rubblebase -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1848 6524 776 ) ( -1584 6524 776 ) ( -1584 6020 776 ) common/caulkshadow -48 36 0.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( -1856 5652 704 ) ( -1024 5652 704 ) ( -896 5892 704 ) general_structure/jh_conc512damg -9 -37 -180.00 -2 2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -1672 6100 704 ) ( -1672 6124 704 ) ( -1672 6112 776.000122 ) common/nodraw 20 -20 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +} +// brush 4498 +{ +( -1856 5276 704 ) ( -912 5276 704 ) ( -912 5652 704 ) general_structure/jh_conc512damg -9 -37 -180.00 -2 2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -1864 6524 776 ) ( -1600 6524 776 ) ( -1600 6020 776 ) common/caulkshadow -48 36 0.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( -1000 5652 776 ) ( -1024 5652 704 ) ( -1024 5276 704 ) models/items/rubblebase -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1080 5276 776 ) ( -1064 5276 704 ) ( -1096 5276 704 ) common/nodraw 19 -2 3.00 -11.556805 15.113246 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -1004 5652 776 ) ( -1016 5652 704 ) ( -992 5652 704 ) common/nodraw 19 -2 3.00 -11.556805 15.113246 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -1672 6100 704 ) ( -1672 6124 704 ) ( -1672 6112 776 ) common/nodraw 48 -46 3.00 -11.556805 15.113246 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4499 +{ +( -584 5028 8 ) ( -1200 5028 8 ) ( -1200 4964 8 ) common/nodraw 7 39 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( -1176 4964 704 ) ( -1176 5028 704 ) ( -560 5028 704 ) common/nodraw 46 1 3.00 -11.556805 15.113246 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -1200 4964 8 ) ( -1200 4964 392 ) ( -584 4964 392 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -584 5028 8 ) ( -584 5028 392 ) ( -1200 5028 392 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -888 4964 304 ) ( -888 4964 336 ) ( -888 5028 320 ) ta_berlin/brln_rubble -76 -120 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -888 4964 352 ) ( -984 4964 704 ) ( -936 5028 528 ) ta_berlin/brln_rubble -76 -120 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -1672 6100 8 ) ( -1672 6124 8 ) ( -1672 6112 704 ) common/nodraw 20 -20 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +} +// brush 4500 +{ +( -584 5516 8 ) ( -1200 5516 8 ) ( -1200 5452 8 ) common/nodraw 7 39 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +( -1176 5452 704 ) ( -1176 5516 704 ) ( -560 5516 704 ) common/nodraw 46 1 3.00 -11.556805 15.113246 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -1200 5452 8 ) ( -1200 5452 392 ) ( -584 5452 392 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -584 5516 8 ) ( -584 5516 392 ) ( -1200 5516 392 ) general_structure/jh_conc512damg -72 158 0.00 2 -2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -888 5452 304 ) ( -888 5452 336 ) ( -888 5516 320 ) ta_berlin/brln_rubble -76 -120 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -888 5452 352 ) ( -984 5452 704 ) ( -936 5516 528 ) ta_berlin/brln_rubble -76 -120 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -1672 6100 8 ) ( -1672 6124 8 ) ( -1672 6112 704 ) common/nodraw 20 -20 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +} +// brush 4501 +{ +( -1856 5276 704 ) ( -1024 5276 704 ) ( -1000 5276 776 ) common/nodraw 19 -2 3.00 -11.556805 15.113246 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -888 5140 776 ) ( -1000 5276 776 ) ( -1024 5276 704 ) models/items/rubblebase -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -884 5060 776 ) ( -872 5060 704 ) ( -896 5060 704 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -872 5060 776 ) ( -888 5140 776 ) ( -912 5140 704 ) models/items/rubblebase -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1816 6524 776 ) ( -1552 6524 776 ) ( -1552 6020 776 ) common/caulkshadow -48 36 0.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( -1856 5060 704 ) ( -896 5060 704 ) ( -896 5140 704 ) general_structure/jh_conc512damg -9 -37 -180.00 -2 2.125000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -1672 6100 704 ) ( -1672 6124 704 ) ( -1672 6112 776 ) common/nodraw 20 -20 -150.04 1.001218 -0.998160 536870912 2224 0 +surfaceparm detail +} +// brush 4502 +{ +( 1408 4532 32 ) ( 1408 4532 24 ) ( -304 4532 24 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -784 4644 24 ) ( -784 4548 24 ) ( -368 4548 24 ) misc_outside/concpath1_wgrass -64 16 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 832 4468 32 ) ( -768 4484 32 ) ( 832 4500 32 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1408 4532 24 ) ( 1408 4532 32 ) ( 1384 4556 32 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -312 4556 32 ) ( -312 4556 16 ) ( 1152 4556 24 ) misc_outside/concpath1_wgrass -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -208 4628 24 ) ( -184 4652 24 ) ( -196 4640 32 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4503 +{ +( 1384 4556 40 ) ( 1384 4556 32 ) ( -280 4556 32 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -784 4668 32 ) ( -784 4572 32 ) ( -368 4572 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 832 4492 40 ) ( -768 4508 40 ) ( 832 4524 40 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1384 4556 32 ) ( 1384 4556 40 ) ( 1360 4580 40 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -312 4580 40 ) ( -312 4580 24 ) ( 1152 4580 32 ) misc_outside/concpath1_wgrass -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -208 4628 32 ) ( -184 4652 32 ) ( -196 4640 40 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4504 +{ +( 1360 4580 48 ) ( 1360 4580 40 ) ( -200 4580 40 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -728 4692 40 ) ( -728 4596 40 ) ( -312 4596 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 888 4516 48 ) ( -712 4532 48 ) ( 888 4548 48 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1360 4580 40 ) ( 1360 4580 48 ) ( 1336 4604 48 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -256 4604 48 ) ( -256 4604 32 ) ( 1208 4604 40 ) misc_outside/concpath1_wgrass -120 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -204 4632 40 ) ( -180 4656 40 ) ( -192 4644 48 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4505 +{ +( 1336 4604 56 ) ( 1336 4604 48 ) ( -200 4604 48 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -752 4716 48 ) ( -752 4620 48 ) ( -336 4620 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 864 4540 56 ) ( -736 4556 56 ) ( 864 4572 56 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1336 4604 48 ) ( 1336 4604 56 ) ( 1312 4628 56 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -280 4628 56 ) ( -280 4628 40 ) ( 1184 4628 48 ) misc_outside/concpath1_wgrass -96 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -204 4632 48 ) ( -180 4656 48 ) ( -192 4644 56 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4506 +{ +( 1312 4628 64 ) ( 1312 4628 56 ) ( -200 4628 56 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -776 4740 56 ) ( -776 4644 56 ) ( -360 4644 56 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 840 4564 64 ) ( -760 4580 64 ) ( 840 4596 64 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1312 4628 56 ) ( 1312 4628 64 ) ( 1288 4652 64 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -176 4652 64 ) ( -176 4652 48 ) ( 1288 4652 56 ) misc_outside/concpath1_wgrass -72 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -208 4628 56 ) ( -184 4652 56 ) ( -196 4640 64 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4507 +{ +( -304 4700 24 ) ( -304 4716 24 ) ( -304 4708 32 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -192 6492 24 ) ( -288 6492 24 ) ( -288 6076 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -368 4876 32 ) ( -352 6476 32 ) ( -336 4876 32 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -280 6020 32 ) ( -280 6020 16 ) ( -280 4556 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -184 4652 24 ) ( -208 4628 24 ) ( -196 4640 32 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -192 5004 24 ) ( -176 5004 24 ) ( -184 5004 32 ) misc_outside/concpath1_wgrass -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4508 +{ +( -280 4828 32 ) ( -280 4844 32 ) ( -280 4836 40 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -168 6492 32 ) ( -264 6492 32 ) ( -264 6076 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -344 4876 40 ) ( -328 6476 40 ) ( -312 4876 40 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -256 6020 40 ) ( -256 6020 24 ) ( -256 4556 32 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -184 4652 32 ) ( -208 4628 32 ) ( -196 4640 40 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -192 5004 32 ) ( -176 5004 32 ) ( -184 5004 40 ) misc_outside/concpath1_wgrass -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4509 +{ +( -256 4828 40 ) ( -256 4844 40 ) ( -256 4836 48 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -144 6492 40 ) ( -240 6492 40 ) ( -240 6076 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -320 4876 48 ) ( -304 6476 48 ) ( -288 4876 48 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -232 6020 48 ) ( -232 6020 32 ) ( -232 4556 40 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -184 4652 40 ) ( -208 4628 40 ) ( -196 4640 48 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -192 5004 40 ) ( -176 5004 40 ) ( -184 5004 48 ) misc_outside/concpath1_wgrass -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4510 +{ +( -232 4828 48 ) ( -232 4844 48 ) ( -232 4836 56 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -120 6492 48 ) ( -216 6492 48 ) ( -216 6076 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -296 4876 56 ) ( -280 6476 56 ) ( -264 4876 56 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -208 6020 56 ) ( -208 6020 40 ) ( -208 4556 48 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -184 4652 48 ) ( -208 4628 48 ) ( -196 4640 56 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -192 5004 48 ) ( -176 5004 48 ) ( -184 5004 56 ) misc_outside/concpath1_wgrass -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4511 +{ +( -208 4828 56 ) ( -208 4844 56 ) ( -208 4836 64 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -96 6492 56 ) ( -192 6492 56 ) ( -192 6076 56 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -272 4876 64 ) ( -256 6476 64 ) ( -240 4876 64 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -184 5892 64 ) ( -184 5892 48 ) ( -184 4428 56 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -184 4652 56 ) ( -208 4628 56 ) ( -196 4640 64 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -192 5004 56 ) ( -176 5004 56 ) ( -184 5004 64 ) misc_outside/concpath1_wgrass -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4512 +{ +( -2178 2094 16 ) ( -1600 2094 16 ) ( -1600 2094 24 ) common/nodraw 48 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2178 1888 24 ) ( -2178 1888 16 ) ( -2178 2094 16 ) common/nodraw 60 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2094 24 ) ( -2178 1888 24 ) ( -2178 2094 24 ) misc_outside/concpath1_wgrass 33 21 -90.00 1 1 0 65536 0 +surfaceparm detail +( -2178 2094 16 ) ( -2178 1888 16 ) ( -1600 2094 16 ) common/nodraw 46 44 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1600 2094 16 ) ( -2178 1888 16 ) ( -2178 1888 24 ) common/nodraw 48 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4513 +{ +( -1600 2094 16 ) ( -1600 2094 24 ) ( -2178 1888 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -624 2096 16 ) ( -624 2096 24 ) ( -1600 2096 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2178 1712 16 ) ( -2178 1888 16 ) ( -2178 1888 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -624 2096 24 ) ( -624 2096 16 ) ( -568 1712 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -572 1712 16 ) ( -2178 1712 16 ) ( -2178 1712 24 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -572 1712 24 ) ( -2178 1712 24 ) ( -2178 1888 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -2178 1712 16 ) ( -572 1712 16 ) ( -624 2108 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4514 +{ +( 900 4720 704 ) ( 900 6944 704 ) ( 388 6944 704 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 400 6940 768 ) ( 912 6940 768 ) ( 912 4716 768 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 892 4780 692 ) ( 860 4780 692 ) ( 876 4780 764 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 752 5004 704 ) ( 800 5004 704 ) ( 776 5004 768 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1112 4764 704 ) ( 1112 4748 704 ) ( 1112 4756 768 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -48 4796 704 ) ( -48 4812 704 ) ( -48 4804 768 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4515 +{ +( 900 4720 704 ) ( 900 6944 704 ) ( 388 6944 704 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 400 6940 768 ) ( 912 6940 768 ) ( 912 4716 768 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -112 6940 768 ) ( -112 4716 768 ) ( -112 4716 688 ) general_structure/balcony_stone1 -236 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 892 4780 692 ) ( 860 4780 692 ) ( 876 4780 764 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 752 5004 704 ) ( 800 5004 704 ) ( 776 5004 768 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -48 4812 704 ) ( -48 4796 704 ) ( -48 4804 768 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4516 +{ +( 900 4720 704 ) ( 900 6944 704 ) ( 388 6944 704 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 400 6940 768 ) ( 912 6940 768 ) ( 912 4716 768 ) mohtest/conctrmdrk -28 -15 90.00 1 1 0 65536 0 +surfaceparm detail +( 1208 4716 768 ) ( 1208 6940 768 ) ( 1208 6940 688 ) general_structure/balcony_stone1 44 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 892 4780 692 ) ( 860 4780 692 ) ( 876 4780 764 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1048 5004 704 ) ( 1096 5004 704 ) ( 1072 5004 768 ) mohtest/conctrmdrk 16 0 -180.00 1 1 0 65536 0 +surfaceparm detail +( 1112 4748 696 ) ( 1112 4764 696 ) ( 1112 4756 760 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4517 +{ +( 832 4972 -768 ) ( -768 4972 -768 ) ( -768 4972 1024 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -112 6716 -768 ) ( -112 7132 -768 ) ( -112 7132 1024 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -792 5052 704 ) ( -792 5468 704 ) ( 808 5468 704 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -812 5468 72 ) ( -812 5052 72 ) ( 788 5052 72 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -44 5004 200 ) ( -44 4992 200 ) ( -44 4998 712 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -32 5004 64 ) ( -16 5004 64 ) ( -24 5004 576 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4518 +{ +( 696 4716 976 ) ( 1208 4716 768 ) ( 1208 6940 768 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 696 6940 1008 ) ( 1208 6940 800 ) ( 1208 4716 800 ) general_structure/plaster_wall2 -123 252 90.00 2.562500 -2.500000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 696 4692 1008 ) ( 1208 4692 800 ) ( 1208 4692 768 ) mohtest/conctrmlit -9 14 -22.01 0.999604 1.000149 0 65536 0 +surfaceparm detail +( 1208 4708 755 ) ( 1208 4716 755 ) ( 1208 4712 1008 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1208 4724 755 ) ( 1232 4700 755 ) ( 1220 4712 800 ) common/nodraw 52 -61 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4519 +{ +( -112 6940 768 ) ( -112 4716 768 ) ( 400 4716 976 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -112 4716 800 ) ( -112 6940 800 ) ( 400 6940 1008 ) general_structure/plaster_wall2 157 -189 -90.00 2.562500 -2.500000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -112 4692 768 ) ( -112 4692 800 ) ( 400 4692 1008 ) mohtest/conctrmlit -63 -10 22.01 0.999604 0.999966 0 65536 0 +surfaceparm detail +( -112 6940 800 ) ( -112 6940 784 ) ( -112 4716 792 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -144 4692 755 ) ( -112 4724 755 ) ( -128 4708 800 ) common/nodraw -53 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4520 +{ +( 696 4716 976 ) ( 1208 4716 768 ) ( 1208 6940 768 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 696 6940 1008 ) ( 1208 6940 800 ) ( 1208 4716 800 ) general_structure/plaster_wall2 -123 252 90.00 2.562500 -2.500000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 696 4692 1008 ) ( 1208 4692 800 ) ( 1208 4692 768 ) mohtest/conctrmlit -9 14 -22.01 0.999604 1.000149 0 65536 0 +surfaceparm detail +( 696 6916 976 ) ( 696 6916 1008 ) ( 696 4692 1008 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1176 4724 768 ) ( 1192 4724 768 ) ( 1184 4724 1008 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4716 755 ) ( 1208 4708 755 ) ( 1208 4712 1008 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4521 +{ +( -112 6940 768 ) ( -112 4716 768 ) ( 400 4716 976 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -112 4716 800 ) ( -112 6940 800 ) ( 400 6940 1008 ) general_structure/plaster_wall2 157 -189 -90.00 2.562500 -2.500000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -112 4692 768 ) ( -112 4692 800 ) ( 400 4692 1008 ) mohtest/conctrmlit -63 -10 22.01 0.999604 0.999966 0 65536 0 +surfaceparm detail +( 400 4692 1008 ) ( 400 6916 1008 ) ( 400 6916 976 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -112 6940 784 ) ( -112 6940 800 ) ( -112 4716 792 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 880 4724 768 ) ( 896 4724 768 ) ( 888 4724 1008 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4522 +{ +( 696 4724 976 ) ( 408 4724 976 ) ( 408 4692 976 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 408 4692 1008 ) ( 408 4724 1008 ) ( 696 4724 1008 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 400 4692 1008 ) ( 688 4692 1008 ) ( 688 4692 976 ) mohtest/conctrmlit -16 -16 0.00 1 1 0 65536 0 +surfaceparm detail +( 696 4692 1008 ) ( 696 4724 1008 ) ( 696 4724 976 ) common/nodraw -61 28 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 696 4724 1008 ) ( 408 4724 1008 ) ( 408 4724 976 ) common/nodraw -60 16 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 400 4724 1008 ) ( 400 4692 1008 ) ( 400 4692 976 ) common/nodraw -61 28 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4523 +{ +( -184 5020 64 ) ( -184 5052 64 ) ( -184 5036 72 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1008 4652 64 ) ( 992 4652 64 ) ( 1000 4652 72 ) blasted/dday_bunker_wall1crkdsml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -784 4764 64 ) ( -784 4668 64 ) ( -368 4668 64 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -808 5004 736 ) ( -1224 5004 736 ) ( -1224 5004 64 ) misc_outside/concpath1_wgrass -64 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( 832 4588 72 ) ( -768 4604 72 ) ( 832 4620 72 ) algiers/whsflrset1_1b 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1288 4708 64 ) ( 1288 4692 64 ) ( 1288 4700 72 ) misc_outside/concpath1_wgrass -16 0 0.00 1 1 0 65536 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4524 +{ +( 1048 4724 672 ) ( 1048 4804 672 ) ( 968 4804 672 ) general_structure/plaster_wall2 84 48 -90.00 1 1 0 65536 0 +surfaceparm detail +( 956 4800 1248 ) ( 956 4720 1248 ) ( 956 4720 672 ) general_structure/plaster_wall2 84 156 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 968 4712 1248 ) ( 1048 4712 1248 ) ( 1048 4712 672 ) general_structure/plaster_wall2 -48 160 0.00 1 1 0 65536 0 +surfaceparm detail +( 1060 4724 1248 ) ( 1060 4804 1248 ) ( 1060 4804 672 ) general_structure/plaster_wall2 84 156 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 1048 4816 1248 ) ( 968 4816 1248 ) ( 968 4816 672 ) general_structure/plaster_wall2 -48 160 0.00 1 1 0 65536 0 +surfaceparm detail +( 968 4776 704 ) ( 1048 4772 704 ) ( 968 4768 704 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4525 +{ +( 752 4724 672 ) ( 752 4804 672 ) ( 672 4804 672 ) general_structure/plaster_wall2 84 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 660 4800 1248 ) ( 660 4720 1248 ) ( 660 4720 672 ) general_structure/plaster_wall2 84 156 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 672 4712 1248 ) ( 752 4712 1248 ) ( 752 4712 672 ) general_structure/plaster_wall2 -8 160 0.00 1 1 0 65536 0 +surfaceparm detail +( 764 4724 1248 ) ( 764 4804 1248 ) ( 764 4804 672 ) general_structure/plaster_wall2 84 156 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 752 4816 1248 ) ( 672 4816 1248 ) ( 672 4816 672 ) general_structure/plaster_wall2 -8 160 0.00 1 1 0 65536 0 +surfaceparm detail +( 672 4776 704 ) ( 752 4772 704 ) ( 672 4768 704 ) common/nodraw -48 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4526 +{ +( 424 4724 672 ) ( 424 4804 672 ) ( 344 4804 672 ) general_structure/plaster_wall2 84 193 -90.00 1 1 0 65536 0 +surfaceparm detail +( 332 4800 1248 ) ( 332 4720 1248 ) ( 332 4720 672 ) general_structure/plaster_wall2 84 156 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 344 4712 1248 ) ( 424 4712 1248 ) ( 424 4712 672 ) general_structure/plaster_wall2 -192 160 0.00 1 1 0 65536 0 +surfaceparm detail +( 436 4724 1248 ) ( 436 4804 1248 ) ( 436 4804 672 ) general_structure/plaster_wall2 84 156 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 424 4816 1248 ) ( 344 4816 1248 ) ( 344 4816 672 ) general_structure/plaster_wall2 -192 160 0.00 1 1 0 65536 0 +surfaceparm detail +( 344 4776 704 ) ( 424 4772 704 ) ( 344 4768 704 ) common/nodraw -48 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4527 +{ +( 128 4724 672 ) ( 128 4804 672 ) ( 48 4804 672 ) general_structure/plaster_wall2 84 152 -90.00 1 1 0 65536 0 +surfaceparm detail +( 36 4800 1248 ) ( 36 4720 1248 ) ( 36 4720 672 ) general_structure/plaster_wall2 84 156 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 48 4712 1248 ) ( 128 4712 1248 ) ( 128 4712 672 ) general_structure/plaster_wall2 -152 160 0.00 1 1 0 65536 0 +surfaceparm detail +( 140 4724 1248 ) ( 140 4804 1248 ) ( 140 4804 672 ) general_structure/plaster_wall2 84 156 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 128 4816 1248 ) ( 48 4816 1248 ) ( 48 4816 672 ) general_structure/plaster_wall2 -152 160 0.00 1 1 0 65536 0 +surfaceparm detail +( 48 4776 704 ) ( 128 4772 704 ) ( 48 4768 704 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4528 +{ +( -112 4788 768 ) ( -112 4740 768 ) ( -112 4740 696 ) general_structure/balcony_stone1 -236 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1208 4780 776 ) ( 944 4780 776 ) ( 944 4780 704 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1208 4724 768 ) ( 1208 4772 768 ) ( 1208 4772 696 ) general_structure/balcony_stone1 44 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 944 4724 768 ) ( 1208 4724 768 ) ( 1208 4724 696 ) general_structure/balcony_stone1 -96 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 944 4732 768 ) ( 944 4780 768 ) ( 1208 4780 768 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( 1208 4780 704 ) ( 944 4780 704 ) ( 944 4732 704 ) ta_berlin/berlin_column 0 -255 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4529 +{ +( 1232 4700 755 ) ( 1208 4724 755 ) ( 1220 4712 800 ) common/nodraw 52 -61 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1208 4716 792 ) ( 1208 6940 784 ) ( 1208 6940 800 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 696 6940 976 ) ( 1208 6940 768 ) ( 1208 6940 800 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1240 4716 752 ) ( 1240 4716 784 ) ( 1240 6940 784 ) mohtest/conctrmlit 28 -13 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 696 6940 1008 ) ( 1208 6940 800 ) ( 1208 4716 800 ) general_structure/plaster_wall2 -123 252 90.00 2.562500 -2.500000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 696 4716 976 ) ( 1208 4716 768 ) ( 1208 6940 768 ) ta_berlin/berlinwall3a 0 -255 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4530 +{ +( -112 4724 755 ) ( -144 4692 755 ) ( -128 4708 800 ) common/nodraw -53 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -112 6940 800 ) ( -112 6940 784 ) ( -112 4716 792 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -112 6940 800 ) ( -112 6940 768 ) ( 400 6940 976 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -144 6940 784 ) ( -144 4716 784 ) ( -144 4716 752 ) mohtest/conctrmlit 30 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -112 4716 800 ) ( -112 6940 800 ) ( 400 6940 1008 ) general_structure/plaster_wall2 157 -189 -90.00 2.562500 -2.500000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -112 6940 768 ) ( -112 4716 768 ) ( 400 4716 976 ) ta_berlin/berlinwall3a 0 -255 90.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4531 +{ +( -112 6940 768 ) ( -112 4716 768 ) ( 400 4716 976 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -112 4716 800 ) ( -112 6940 800 ) ( 400 6940 1008 ) general_structure/plaster_wall2 157 -189 -90.00 2.562500 -2.500000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 400 4692 1008 ) ( 400 6916 1008 ) ( 400 6916 976 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -112 6940 800 ) ( -112 6940 768 ) ( 400 6940 976 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -112 6940 784 ) ( -112 6940 800 ) ( -112 4716 792 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 896 4724 768 ) ( 880 4724 768 ) ( 888 4724 1008 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4532 +{ +( 696 4716 976 ) ( 1208 4716 768 ) ( 1208 6940 768 ) common/nodraw 29 55 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 696 6940 1008 ) ( 1208 6940 800 ) ( 1208 4716 800 ) general_structure/plaster_wall2 -123 252 90.00 2.562500 -2.500000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 696 6916 976 ) ( 696 6916 1008 ) ( 696 4692 1008 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 696 6940 976 ) ( 1208 6940 768 ) ( 1208 6940 800 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4716 792 ) ( 1208 6940 800 ) ( 1208 6940 784 ) common/nodraw 28 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 1192 4724 768 ) ( 1176 4724 768 ) ( 1184 4724 1008 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4533 +{ +( 400 4724 976 ) ( 400 6940 976 ) ( 696 6940 976 ) common/caulkshadow -48 4 0.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( 1208 6940 768 ) ( -112 6940 768 ) ( -112 4724 768 ) common/nodraw 29 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 1208 4724 768 ) ( -112 4724 768 ) ( 408 4724 976 ) ta_berlin/berlinwall3a -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -112 6940 768 ) ( 1208 6940 768 ) ( 688 6940 976 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 696 4724 976 ) ( 696 6940 976 ) ( 1208 6940 768 ) common/caulkshadow -48 4 0.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +( 400 6940 976 ) ( 400 4724 976 ) ( -112 4724 768 ) common/caulkshadow -48 4 0.00 1 1 0 480 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4534 +{ +( 1048 4724 72 ) ( 1048 4804 72 ) ( 968 4804 72 ) common/nodraw -37 -1 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 956 4800 648 ) ( 956 4720 648 ) ( 956 4720 72 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 968 4712 648 ) ( 1048 4712 648 ) ( 1048 4712 72 ) ta_berlin/berlinwall3a -80 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1060 4724 648 ) ( 1060 4804 648 ) ( 1060 4804 72 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 1048 4816 648 ) ( 968 4816 648 ) ( 968 4816 72 ) ta_berlin/berlinwall3a -80 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 968 4776 104 ) ( 1048 4772 104 ) ( 968 4768 104 ) ta_berlin/berlinwall3a -80 148 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4535 +{ +( 752 4724 72 ) ( 752 4804 72 ) ( 672 4804 72 ) common/nodraw -37 -61 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 660 4800 648 ) ( 660 4720 648 ) ( 660 4720 72 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 672 4712 648 ) ( 752 4712 648 ) ( 752 4712 72 ) ta_berlin/berlinwall3a -48 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 764 4724 648 ) ( 764 4804 648 ) ( 764 4804 72 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 752 4816 648 ) ( 672 4816 648 ) ( 672 4816 72 ) ta_berlin/berlinwall3a -48 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 672 4776 104 ) ( 752 4772 104 ) ( 672 4768 104 ) ta_berlin/berlinwall3a -48 148 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4536 +{ +( 424 4724 72 ) ( 424 4804 72 ) ( 344 4804 72 ) common/nodraw -37 -54 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 332 4800 648 ) ( 332 4720 648 ) ( 332 4720 72 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 344 4712 648 ) ( 424 4712 648 ) ( 424 4712 72 ) ta_berlin/berlinwall3a -240 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 436 4724 648 ) ( 436 4804 648 ) ( 436 4804 72 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 424 4816 648 ) ( 344 4816 648 ) ( 344 4816 72 ) ta_berlin/berlinwall3a -240 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 344 4776 104 ) ( 424 4772 104 ) ( 344 4768 104 ) ta_berlin/berlinwall3a -240 148 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4537 +{ +( 128 4724 72 ) ( 128 4804 72 ) ( 48 4804 72 ) common/nodraw -37 -51 -90.00 -30.250000 -9.250000 536870912 2224 0 +surfaceparm detail +( 36 4800 648 ) ( 36 4720 648 ) ( 36 4720 72 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 48 4712 648 ) ( 128 4712 648 ) ( 128 4712 72 ) ta_berlin/berlinwall3a -208 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 140 4724 648 ) ( 140 4804 648 ) ( 140 4804 72 ) ta_berlin/berlinwall3a -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 128 4816 648 ) ( 48 4816 648 ) ( 48 4816 72 ) ta_berlin/berlinwall3a -208 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 48 4776 104 ) ( 128 4772 104 ) ( 48 4768 104 ) ta_berlin/berlinwall3a -208 148 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4538 +{ +( -1972 1696 16 ) ( -1972 1696 0 ) ( 736 1696 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -736 1316 16 ) ( -736 1316 0 ) ( -1852 1316 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 736 1696 16 ) ( 348 1308 16 ) ( -1972 1308 16 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1972 1696 0 ) ( -1972 1308 0 ) ( 348 1308 0 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1852 1280 0 ) ( -1852 1668 0 ) ( -1852 1668 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -736 1316 0 ) ( -736 1316 16 ) ( -708 1696 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4539 +{ +( 4940 6304 600 ) ( 4940 6304 512 ) ( 4964 6328 512 ) common/nodraw 59 -1 -180.00 0.707275 -1 536870912 2224 0 +surfaceparm detail +( 5988 6304 600 ) ( 5988 6304 512 ) ( 4940 6304 512 ) ta_berlin/archway1trim_shot -94 -96 0.00 2.651367 2 0 65536 0 +surfaceparm detail +( 5964 6328 600 ) ( 5964 6328 512 ) ( 5988 6304 512 ) common/nodraw -24 -1 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( 5964 6328 512 ) ( 5964 6328 600 ) ( 4964 6328 600 ) common/nodraw 13 -3 -180.00 1.414063 -1 536870912 2224 0 +surfaceparm detail +( 5962 6380 512 ) ( 5934 6396 512 ) ( 4938 6323 512 ) ta_berlin/archway1trim_shot -158 -168 44.99 1.874972 -1.999959 0 65536 0 +surfaceparm detail +( 4938 6323 600 ) ( 5934 6396 600 ) ( 5962 6380 600 ) common/nodraw -36 37 45.02 1.000239 1.000066 536870912 2224 0 +surfaceparm detail +} +// brush 4540 +{ +( -5136 2400 32 ) ( -5136 2400 16 ) ( -5024 2512 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4662 2154 24 ) ( -4662 2154 16 ) ( -4774 2042 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4672 2160 16 ) ( -4672 2160 24 ) ( -5024 2512 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4688 2132 24 ) ( -4820 2016 24 ) ( -5408 2672 24 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( -5284 2796 16 ) ( -5408 2672 16 ) ( -4820 2016 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4856 1984 32 ) ( -4856 1984 16 ) ( -5208 2336 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4541 +{ +( -4400 1896 16 ) ( -4400 1896 24 ) ( -4400 1928 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4368 1856 24 ) ( -4368 1856 16 ) ( -4668 2156 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4688 2132 24 ) ( -4676 2144 24 ) ( -4424 1864 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4368 1888 16 ) ( -4368 1888 24 ) ( -4652 2172 24 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4676 2144 16 ) ( -4688 2132 16 ) ( -4424 1840 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4662 2154 24 ) ( -4662 2154 16 ) ( -4646 2170 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4542 +{ +( -5872 3292 0 ) ( -6128 3292 0 ) ( -6128 2556 0 ) common/nodraw 14 54 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6128 2556 640 ) ( -6128 3292 640 ) ( -5872 3292 640 ) common/nodraw 14 54 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5968 2528 0 ) ( -5968 2528 640 ) ( -5904 2592 640 ) common/nodraw 32 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5904 2592 0 ) ( -5904 2592 640 ) ( -5936 3336 640 ) ta_berlin/archway1trim_shot 91 -210 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5872 3332 512 ) ( -6128 3332 512 ) ( -6128 3332 0 ) common/nodraw 16 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5968 2528 640 ) ( -5968 2528 0 ) ( -6000 3336 0 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4543 +{ +( -4352 1976 24 ) ( -4352 1976 16 ) ( -4352 1944 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4400 1888 16 ) ( -4400 1888 24 ) ( -4328 1960 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4332 1960 24 ) ( -4400 1896 24 ) ( -4400 1920 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -4336 1984 16 ) ( -4336 1984 24 ) ( -4400 1920 24 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4400 1888 24 ) ( -4400 1888 16 ) ( -4400 1920 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4328 1984 16 ) ( -4400 1920 16 ) ( -4400 1896 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4544 +{ +( -5156 4524 96 ) ( -5156 4652 96 ) ( -5124 4652 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -5220 4556 96 ) ( -5156 4556 96 ) ( -5124 4524 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -5220 4652 96 ) ( -5220 4524 96 ) ( -5252 4524 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -5156 4620 96 ) ( -5220 4620 96 ) ( -5252 4652 0 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -5156 4556 96 ) ( -5220 4556 96 ) ( -5220 4620 96 ) general_structure/concretewall2 0 0 0.00 1 1 0 0 0 +( -5124 4652 0 ) ( -5252 4652 0 ) ( -5252 4524 0 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +} +// brush 4545 +{ +( 5967 7007 600 ) ( 4961 7007 600 ) ( 4961 6329 600 ) common/nodraw 24 42 -45.00 1.000238 1.000066 536870912 2224 0 +surfaceparm detail +( 4961 7007 680 ) ( 5967 7007 680 ) ( 5967 6329 680 ) common/nodraw 24 42 -45.00 1.000238 1.000066 536870912 2224 0 +surfaceparm detail +( 4964 7008 600 ) ( 4964 7008 680 ) ( 4964 6328 680 ) ta_berlin/archway1trim_shot 201 -97 -180.00 2.651611 -2 0 65536 0 +surfaceparm detail +( 5964 7008 600 ) ( 5964 7008 680 ) ( 4964 7008 680 ) common/nodraw 0 -56 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5964 7008 680 ) ( 5964 7008 600 ) ( 5964 6328 600 ) common/nodraw 0 -56 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4964 6328 600 ) ( 4964 6328 680 ) ( 5964 6328 680 ) ta_berlin/archway1trim_shot 198 -98 -180.00 2.651855 -2 0 65536 0 +surfaceparm detail +} +// brush 4546 +{ +( 5934 6396 512 ) ( 4941 6326 512 ) ( 4969 7010 512 ) common/nodraw -25 25 12.00 1.000380 0.999323 536870912 2224 0 +surfaceparm detail +( 4964 7008 248 ) ( 4964 7008 760 ) ( 4964 6328 760 ) ta_berlin/archway1trim_shot 201 123 -180.00 2.651611 -2 0 65536 0 +surfaceparm detail +( 5964 7008 248 ) ( 5964 7008 760 ) ( 4964 7008 760 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5964 7008 760 ) ( 5964 7008 248 ) ( 5964 6328 248 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4964 6328 248 ) ( 4964 6328 760 ) ( 5964 6328 760 ) ta_berlin/archway1trim_shot 198 122 -180.00 2.651855 -2 0 65536 0 +surfaceparm detail +( 4921 6326 24 ) ( 5914 6396 24 ) ( 5950 7010 24 ) common/nodraw -25 25 12.00 1.000380 0.999323 536870912 2224 0 +surfaceparm detail +} +// brush 4547 +{ +( -572 1712 16 ) ( -3240 1712 16 ) ( -3248 1696 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3264 1696 16 ) ( -3264 1696 24 ) ( -2176 1696 24 ) central_europe/strtset_cew -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -580 1696 24 ) ( -3248 1696 24 ) ( -3240 1712 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -3240 1712 24 ) ( -3240 1712 16 ) ( -572 1712 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3264 1696 24 ) ( -3264 1696 16 ) ( -3248 1712 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2178 1712 16 ) ( -2178 1708 16 ) ( -2178 1710 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4548 +{ +( -2178 1712 16 ) ( -2178 1712 24 ) ( -2178 1696 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2176 1712 24 ) ( -2176 1712 16 ) ( -572 1712 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -580 1696 24 ) ( -2176 1696 24 ) ( -2176 1712 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -580 1696 16 ) ( -2176 1696 16 ) ( -2176 1696 24 ) central_europe/strtset_cew -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -572 1712 16 ) ( -2176 1712 16 ) ( -2176 1696 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -572 1712 24 ) ( -572 1712 16 ) ( -580 1696 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4549 +{ +( 276 4288 16 ) ( 276 4288 24 ) ( -2412 4288 24 ) common/nodraw -10 23 90.00 1.000001 -1.000488 536870912 2224 0 +surfaceparm detail +( 428 4288 24 ) ( 420 4272 24 ) ( -2688 4272 24 ) central_europe/strtset_cew -10 -203 89.99 1.000977 0.998047 0 65536 0 +surfaceparm detail +( 1120 4272 24 ) ( 1120 4272 16 ) ( -2412 4272 16 ) central_europe/strtset_cew 233 11 -180.00 1.005859 -1 0 65536 0 +surfaceparm detail +( -2688 4288 16 ) ( -2688 4272 16 ) ( 420 4272 16 ) common/nodraw 12 -3 179.94 0.999024 1.000489 536870912 2224 0 +surfaceparm detail +( 276 4288 24 ) ( 276 4288 16 ) ( 268 4272 16 ) common/nodraw 32 6 -180.00 1.000488 1.000002 536870912 2224 0 +surfaceparm detail +( -2412 3640 16 ) ( -2412 3652 16 ) ( -2412 3646 24 ) common/nodraw 32 6 -180.00 1.000488 1.000002 536870912 2224 0 +surfaceparm detail +} +// brush 4550 +{ +( -2514 1870 -72 ) ( -2514 1886 -72 ) ( -2514 1878 216 ) TAardennes/wintered_grey -78 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2272 1870 504 ) ( -2688 1870 504 ) ( -2688 1870 -72 ) common/nodraw -6 7 0.00 0.708984 1 536870912 2224 0 +surfaceparm detail +( -2686 1850 504 ) ( -2270 1850 504 ) ( -2270 1850 -72 ) TAardennes/wintered_grey -66 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2466 1902 24 ) ( -2514 1902 24 ) ( -2490 1870 24 ) common/nodraw -6 43 0.00 0.708984 1 536870912 2224 0 +surfaceparm detail +( -2496 1870 40 ) ( -2488 1902 40 ) ( -2480 1870 40 ) TAardennes/wintered_grey -66 20 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2434 1870 40 ) ( -2434 1902 32 ) ( -2434 1870 24 ) TAardennes/wintered_grey -78 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +} +// brush 4551 +{ +( -2670 858 224 ) ( -2670 874 224 ) ( -2670 866 208 ) ta_berlin/archway1trim_shot 106 255 -180.00 0.093750 -0.062500 0 65536 0 +surfaceparm detail +( -2670 874 224 ) ( -3230 874 224 ) ( -3230 866 208 ) general_structure/beam_wood1 -89 31 -180.00 0.781250 -0.500000 0 16384 0 +surfaceparm detail +( -3230 858 224 ) ( -2670 858 224 ) ( -2670 850 208 ) central_europe/interiorwall_set2wtrim -44 0 0.00 -1.562500 0.062500 0 16384 0 +surfaceparm detail +( -2670 858 224 ) ( -3230 858 224 ) ( -3230 874 224 ) general_structure/beam_wood1 -89 19 0.00 -0.781250 0.500006 0 16384 0 +surfaceparm detail +( -3230 850 208 ) ( -2670 850 208 ) ( -2670 866 208 ) ta_berlin/archway1trim_shot -31 89 -90.00 -0.062501 -0.781250 0 65536 0 +surfaceparm detail +( -2870 858 200 ) ( -2870 874 200 ) ( -2870 866 216 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +} +// brush 4552 +{ +( -2670 866 512 ) ( -3230 866 512 ) ( -3230 882 496 ) ta_berlin/archway1trim_shot 201 -102 90.00 1000 1000 0 65536 0 +surfaceparm detail +( -2670 882 464 ) ( -3230 882 464 ) ( -3230 882 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 898 496 ) ( -3230 866 496 ) ( -3230 866 256 ) common/nodraw 7 -10 134.92 0.999894 1.000196 536870912 2224 0 +surfaceparm detail +( -3230 874 512 ) ( -2670 874 512 ) ( -2670 874 0 ) common/nodraw -60 51 45.08 0.999894 -0.999959 536870912 2224 0 +surfaceparm detail +( -3174 882 464 ) ( -3174 874 464 ) ( -3174 874 504 ) common/nodraw 7 -10 134.92 0.999894 1.000196 536870912 2224 0 +surfaceparm detail +( -3174 874 464 ) ( -3174 882 464 ) ( -3230 882 376 ) ta_berlin/brln_rubble -64 0 0.00 0.870605 1 0 65536 0 +surfaceparm detail +} +// brush 4553 +{ +( -2670 866 512 ) ( -3230 866 512 ) ( -3230 882 496 ) ta_berlin/archway1trim_shot 201 -102 90.00 1000 1000 0 65536 0 +surfaceparm detail +( -2670 882 464 ) ( -3230 882 464 ) ( -3230 882 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 874 512 ) ( -2670 874 512 ) ( -2670 874 0 ) common/nodraw -60 51 45.08 0.999894 -0.999959 536870912 2224 0 +surfaceparm detail +( -3118 906 256 ) ( -3118 882 256 ) ( -3118 894 504 ) common/nodraw 7 -10 134.92 0.999894 1.000196 536870912 2224 0 +surfaceparm detail +( -3174 874 464 ) ( -3174 882 464 ) ( -3174 882 496 ) common/nodraw 7 -10 134.92 0.999894 1.000196 536870912 2224 0 +surfaceparm detail +( -3174 882 464 ) ( -3174 874 464 ) ( -3118 874 448 ) ta_berlin/brln_rubble -64 -131 90.00 0.870605 1 0 65536 0 +surfaceparm detail +} +// brush 4554 +{ +( -2670 786 512 ) ( -2678 786 512 ) ( -2678 786 264 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3038 706 360 ) ( -3038 754 360 ) ( -3038 730 384 ) general_structure/floor4 0 -226 90.00 1 1 0 16384 0 +surfaceparm detail +( -3014 794 360 ) ( -3014 754 360 ) ( -3014 774 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4555 +{ +( -2670 850 512 ) ( -2678 850 512 ) ( -2678 850 264 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2990 786 360 ) ( -2990 738 360 ) ( -2990 762 384 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3014 754 360 ) ( -3014 794 360 ) ( -3014 774 384 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +} +// brush 4556 +{ +( -2670 874 512 ) ( -2678 874 512 ) ( -2678 874 264 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3230 866 496 ) ( -3230 650 496 ) ( -3230 650 248 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3142 810 360 ) ( -3142 778 360 ) ( -3142 794 384 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +} +// brush 4557 +{ +( -2662 762 512 ) ( -2670 762 512 ) ( -2670 762 264 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3038 754 360 ) ( -3038 706 360 ) ( -3038 730 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3142 778 360 ) ( -3142 810 360 ) ( -3142 794 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4558 +{ +( -2662 682 512 ) ( -2670 682 512 ) ( -2670 682 264 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2958 770 360 ) ( -2958 802 360 ) ( -2958 786 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2926 674 360 ) ( -2926 658 360 ) ( -2926 666 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4559 +{ +( -2662 706 512 ) ( -2670 706 512 ) ( -2670 706 264 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2894 770 360 ) ( -2894 754 360 ) ( -2894 762 384 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -2926 658 360 ) ( -2926 674 360 ) ( -2926 666 384 ) general_structure/floor4 0 -226 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4560 +{ +( -2782 802 384 ) ( -2782 802 368 ) ( -2734 882 368 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2782 802 368 ) ( -2782 802 384 ) ( -2782 402 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2734 818 360 ) ( -2734 786 360 ) ( -2734 802 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4561 +{ +( -2894 658 384 ) ( -2894 658 360 ) ( -2830 642 360 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2894 658 360 ) ( -2894 658 384 ) ( -2894 394 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2830 802 360 ) ( -2830 738 360 ) ( -2830 770 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4562 +{ +( -2662 754 512 ) ( -2670 754 512 ) ( -2670 754 264 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2990 738 360 ) ( -2990 786 360 ) ( -2990 762 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2958 802 360 ) ( -2958 770 360 ) ( -2958 786 384 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +} +// brush 4563 +{ +( -2830 642 384 ) ( -2830 642 360 ) ( -2782 802 360 ) mohtest/floorcore2 3 0 0.00 -0.625000 0.375000 0 16384 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2830 642 360 ) ( -2830 642 384 ) ( -2830 394 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2782 850 360 ) ( -2782 834 360 ) ( -2782 842 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4564 +{ +( -2942 418 680 ) ( -2942 866 493 ) ( -2670 866 533 ) general_structure/shingleslatesml1 0 -98 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2670 866 512 ) ( -2942 866 480 ) ( -2942 418 619 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2942 866 480 ) ( -2942 866 493 ) ( -2942 418 680 ) mohtest/joistcap 7 13 -180.00 3.750000 -3 0 16384 0 +surfaceparm detail +( -2670 866 533 ) ( -2942 866 493 ) ( -2942 866 480 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2942 418 619 ) ( -2942 418 680 ) ( -2670 866 533 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4565 +{ +( -3174 874 336 ) ( -3174 874 352 ) ( -3174 882 344 ) general_structure/floor4 0 -226 90.00 1 1 0 16384 0 +surfaceparm detail +( -3182 874 352 ) ( -3110 874 352 ) ( -3110 874 272 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3182 882 352 ) ( -3182 874 352 ) ( -3182 874 272 ) common/nodraw 5 -34 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +( -3110 882 352 ) ( -3182 882 352 ) ( -3182 882 272 ) mohcommon/jh_window2pj -18 50 0.00 1 0.625000 536870912 4194816 0 +surfaceparm detail +( -3110 874 344 ) ( -3182 874 344 ) ( -3182 882 344 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -3182 874 272 ) ( -3174 874 280 ) ( -3178 882 276 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4566 +{ +( -3126 874 352 ) ( -3126 874 328 ) ( -3126 882 340 ) general_structure/floor4 0 -226 90.00 1 1 0 16384 0 +surfaceparm detail +( -3182 874 352 ) ( -3110 874 352 ) ( -3110 874 272 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3110 882 352 ) ( -3182 882 352 ) ( -3182 882 272 ) mohcommon/jh_window2pj -18 50 0.00 1 0.625000 536870912 4194816 0 +surfaceparm detail +( -3118 874 352 ) ( -3118 882 352 ) ( -3118 882 272 ) general_structure/floor4 0 -226 90.00 1 1 0 16384 0 +surfaceparm detail +( -3110 874 320 ) ( -3182 874 320 ) ( -3182 882 320 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -3126 874 280 ) ( -3118 874 272 ) ( -3122 882 276 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4567 +{ +( -3222 850 208 ) ( -3222 394 208 ) ( -2678 394 208 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2694 394 224 ) ( -3238 394 224 ) ( -3238 850 224 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2670 810 456 ) ( -3214 810 456 ) ( -3214 810 208 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +( -3222 394 464 ) ( -2678 394 464 ) ( -2678 394 216 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2998 842 208 ) ( -2998 818 208 ) ( -2998 830 224 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +( -3038 810 208 ) ( -3038 834 208 ) ( -3038 822 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4568 +{ +( -3222 850 208 ) ( -3222 394 208 ) ( -2678 394 208 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2694 394 224 ) ( -3238 394 224 ) ( -3238 850 224 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2670 786 456 ) ( -3214 786 456 ) ( -3214 786 208 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +( -3222 394 464 ) ( -2678 394 464 ) ( -2678 394 216 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2886 802 208 ) ( -2886 826 208 ) ( -2886 814 224 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +( -2854 802 208 ) ( -2854 786 208 ) ( -2854 794 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4569 +{ +( -3222 858 208 ) ( -3222 402 208 ) ( -2678 402 208 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2694 394 224 ) ( -3238 394 224 ) ( -3238 850 224 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2678 394 464 ) ( -2678 850 464 ) ( -2678 850 216 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2678 858 456 ) ( -3222 858 456 ) ( -3222 858 208 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3222 394 464 ) ( -2678 394 464 ) ( -2678 394 216 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2854 786 208 ) ( -2854 802 208 ) ( -2854 794 224 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +} +// brush 4570 +{ +( -3222 850 208 ) ( -3222 394 208 ) ( -2678 394 208 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2694 394 224 ) ( -3238 394 224 ) ( -3238 850 224 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2670 730 456 ) ( -3214 730 456 ) ( -3214 730 208 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +( -3222 394 464 ) ( -2678 394 464 ) ( -2678 394 216 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2950 802 208 ) ( -2950 834 208 ) ( -2950 818 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2910 818 208 ) ( -2910 802 208 ) ( -2910 810 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4571 +{ +( -3222 850 208 ) ( -3222 394 208 ) ( -2678 394 208 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2694 394 224 ) ( -3238 394 224 ) ( -3238 850 224 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2662 778 456 ) ( -3206 778 456 ) ( -3206 778 208 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +( -3222 394 464 ) ( -2678 394 464 ) ( -2678 394 216 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2998 818 208 ) ( -2998 842 208 ) ( -2998 830 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2950 834 208 ) ( -2950 802 208 ) ( -2950 818 224 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +} +// brush 4572 +{ +( -3222 850 208 ) ( -3222 394 208 ) ( -2678 394 208 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2694 394 224 ) ( -3238 394 224 ) ( -3238 850 224 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2670 754 456 ) ( -3214 754 456 ) ( -3214 754 208 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +( -3222 394 464 ) ( -2678 394 464 ) ( -2678 394 216 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2910 794 208 ) ( -2910 810 208 ) ( -2910 802 224 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +( -2886 826 208 ) ( -2886 802 208 ) ( -2886 814 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4573 +{ +( -2670 874 224 ) ( -3230 874 224 ) ( -3230 866 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3230 874 224 ) ( -3230 858 224 ) ( -3230 850 208 ) common/nodraw 5 -34 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +( -3190 858 224 ) ( -2630 858 224 ) ( -2630 850 208 ) common/nodraw -57 -37 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2670 858 224 ) ( -3230 858 224 ) ( -3230 874 224 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3230 850 208 ) ( -2670 850 208 ) ( -2670 866 208 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -3038 874 216 ) ( -3038 858 216 ) ( -3038 866 232 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +} +// brush 4574 +{ +( -2674 386 832 ) ( -2674 418 832 ) ( -2674 898 512 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 418 832 ) ( -2942 418 680 ) ( -2670 866 533 ) general_structure/shingleslatesml1 0 -98 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2670 866 512 ) ( -2942 418 619 ) ( -2670 418 811 ) ta_berlin/archway1trim_shot 201 -102 90.00 1000 1000 0 65536 0 +surfaceparm detail +( -2942 418 619 ) ( -2942 418 680 ) ( -2670 418 832 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2670 866 533 ) ( -2942 418 680 ) ( -2942 418 619 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4575 +{ +( -3182 882 272 ) ( -3182 874 272 ) ( -3110 874 272 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -3110 882 352 ) ( -3182 882 352 ) ( -3182 882 272 ) mohcommon/jh_window2pj -18 50 0.00 1 0.625000 536870912 4194816 0 +surfaceparm detail +( -3182 874 352 ) ( -3110 874 352 ) ( -3110 874 272 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3150 874 280 ) ( -3158 874 280 ) ( -3154 882 280 ) mohcommon/beam2 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3118 874 272 ) ( -3126 874 280 ) ( -3122 882 276 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -3174 874 280 ) ( -3182 874 272 ) ( -3178 882 276 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4576 +{ +( -2934 866 128 ) ( -2934 850 128 ) ( -2934 850 8 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2910 866 176 ) ( -2910 850 176 ) ( -2934 850 128 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -2878 850 208 ) ( -2878 866 208 ) ( -2878 866 8 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 850 8 ) ( -2670 834 8 ) ( -2670 866 8 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2910 850 176 ) ( -2910 866 176 ) ( -2878 866 208 ) ta_berlin/brln_rubble -235 148 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3230 850 480 ) ( -2670 850 480 ) ( -2670 850 -32 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2670 866 464 ) ( -3230 866 464 ) ( -3230 866 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +} +// brush 4577 +{ +( -2670 850 464 ) ( -2670 882 464 ) ( -2670 882 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 866 464 ) ( -3230 866 464 ) ( -3230 866 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 850 480 ) ( -2670 850 480 ) ( -2670 850 -32 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2670 850 208 ) ( -3230 858 208 ) ( -2670 866 208 ) ta_berlin/brln_rubble -235 148 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3230 850 8 ) ( -2670 834 8 ) ( -2670 866 8 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2878 858 8 ) ( -2878 866 8 ) ( -2878 862 208 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4578 +{ +( -3222 850 208 ) ( -3222 394 208 ) ( -2678 394 208 ) general_structure/floor4 -64 16 0.00 1 1 0 16384 0 +surfaceparm detail +( -2694 394 224 ) ( -3238 394 224 ) ( -3238 850 224 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2678 858 456 ) ( -3222 858 456 ) ( -3222 858 208 ) mohtest/joistcap 2 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3230 850 464 ) ( -3230 394 464 ) ( -3230 394 216 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3222 394 464 ) ( -2678 394 464 ) ( -2678 394 216 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3038 834 208 ) ( -3038 810 208 ) ( -3038 822 224 ) mohtest/floorcore2 53 0 0.00 -0.187500 0.250000 0 16384 0 +surfaceparm detail +} +// brush 4579 +{ +( -3046 882 488 ) ( -3046 874 496 ) ( -3118 874 504 ) common/nodraw 19 -51 -135.06 1.000239 1.000239 536870912 2224 0 +surfaceparm detail +( -2678 882 464 ) ( -3238 882 464 ) ( -3238 882 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 874 512 ) ( -2670 874 512 ) ( -2670 874 0 ) common/nodraw -60 51 45.08 0.999894 -0.999959 536870912 2224 0 +surfaceparm detail +( -3046 874 496 ) ( -3046 882 488 ) ( -3046 882 464 ) ta_berlin/brln_rubble -64 0 0.00 0.870605 1 0 65536 0 +surfaceparm detail +( -3118 882 256 ) ( -3118 906 256 ) ( -3118 894 504 ) common/nodraw 7 -10 134.92 0.999894 1.000196 536870912 2224 0 +surfaceparm detail +( -3046 874 464 ) ( -3046 882 464 ) ( -3118 882 448 ) ta_berlin/brln_rubble -64 -131 90.00 0.870605 1 0 65536 0 +surfaceparm detail +} +// brush 4580 +{ +( -2670 658 512 ) ( -2670 874 512 ) ( -2670 874 264 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 874 512 ) ( -2678 874 512 ) ( -2678 874 264 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3038 394 528 ) ( -3030 394 528 ) ( -3030 394 280 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 850 360 ) ( -2670 842 360 ) ( -2670 858 360 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3030 866 384 ) ( -3038 870 384 ) ( -3030 874 384 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2734 786 360 ) ( -2734 818 360 ) ( -2734 802 384 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4581 +{ +( -2678 394 368 ) ( -2894 394 368 ) ( -2894 386 368 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2886 386 648 ) ( -2670 386 648 ) ( -2670 386 400 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2670 386 648 ) ( -2670 394 648 ) ( -2670 394 400 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2750 394 648 ) ( -2966 394 648 ) ( -2966 394 400 ) central_europe/interiorwall_set2wtrim 124 -3 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( -3230 394 648 ) ( -3230 386 648 ) ( -3230 386 400 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 578 504 ) ( -3230 582 504 ) ( -2670 586 504 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4582 +{ +( -3222 402 368 ) ( -3222 618 368 ) ( -3230 618 368 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 610 648 ) ( -3230 394 648 ) ( -3230 394 400 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 394 648 ) ( -3222 394 648 ) ( -3222 394 400 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3222 474 648 ) ( -3222 690 648 ) ( -3222 690 400 ) central_europe/interiorwall_set2wtrim -76 -7 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -3222 874 640 ) ( -3230 874 640 ) ( -3230 874 392 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3222 578 504 ) ( -3230 582 504 ) ( -3222 586 504 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4583 +{ +( -2678 394 224 ) ( -2894 394 224 ) ( -2894 386 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2886 386 504 ) ( -2670 386 504 ) ( -2670 386 256 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2670 386 504 ) ( -2670 394 504 ) ( -2670 394 256 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2750 394 504 ) ( -2966 394 504 ) ( -2966 394 256 ) central_europe/interiorwall_set2wtrim 124 -35 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( -3230 394 504 ) ( -3230 386 504 ) ( -3230 386 256 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 578 360 ) ( -3230 582 360 ) ( -2670 586 360 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4584 +{ +( -2678 866 224 ) ( -2678 650 224 ) ( -2670 650 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 658 504 ) ( -2670 874 504 ) ( -2670 874 256 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 874 504 ) ( -2678 874 504 ) ( -2678 874 256 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2678 866 472 ) ( -2678 650 472 ) ( -2678 650 224 ) central_europe/interiorwall_set2wtrim -76 -39 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( -2678 394 504 ) ( -2670 394 504 ) ( -2670 394 256 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2670 842 360 ) ( -2678 850 360 ) ( -2670 858 360 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4585 +{ +( -2670 882 464 ) ( -3230 882 464 ) ( -3230 882 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 874 512 ) ( -2670 874 512 ) ( -2670 874 0 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3142 874 320 ) ( -3142 882 320 ) ( -3110 882 272 ) ta_berlin/brln_rubble -226 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3166 874 272 ) ( -3150 874 272 ) ( -3158 882 272 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -3118 874 336 ) ( -3118 874 288 ) ( -3118 882 312 ) common/nodraw 5 -34 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4586 +{ +( -2670 882 464 ) ( -3230 882 464 ) ( -3230 882 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 898 496 ) ( -3230 866 496 ) ( -3230 866 256 ) common/nodraw 5 -34 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +( -3230 874 512 ) ( -2670 874 512 ) ( -2670 874 0 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3142 882 320 ) ( -3142 874 320 ) ( -3230 874 376 ) ta_berlin/brln_rubble -64 -131 90.00 0.870605 1 0 65536 0 +surfaceparm detail +( -3182 874 328 ) ( -3182 874 344 ) ( -3182 882 336 ) ta_berlin/archway1trim_shot 201 -112 0.00 1000 1000 0 65536 0 +surfaceparm detail +( -3166 874 272 ) ( -3150 874 272 ) ( -3158 882 272 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4587 +{ +( -2670 866 464 ) ( -3230 866 464 ) ( -3230 866 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 850 480 ) ( -2670 850 480 ) ( -2670 850 -32 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2966 850 136 ) ( -2966 866 136 ) ( -2934 866 128 ) ta_berlin/brln_rubble -235 148 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3230 850 8 ) ( -2670 834 8 ) ( -2670 866 8 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2966 866 136 ) ( -2966 850 136 ) ( -2966 850 8 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2934 850 128 ) ( -2934 866 128 ) ( -2934 866 8 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4588 +{ +( -2670 866 464 ) ( -3230 866 464 ) ( -3230 866 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 850 480 ) ( -2670 850 480 ) ( -2670 850 -32 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2998 866 160 ) ( -2998 850 160 ) ( -3030 850 208 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3230 850 8 ) ( -2670 834 8 ) ( -2670 866 8 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3030 850 8 ) ( -3030 866 8 ) ( -3030 858 208 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2998 850 160 ) ( -2998 866 160 ) ( -2998 866 8 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4589 +{ +( -2670 866 464 ) ( -3230 866 464 ) ( -3230 866 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 850 480 ) ( -2670 850 480 ) ( -2670 850 -32 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2966 866 136 ) ( -2966 850 136 ) ( -2998 850 160 ) ta_berlin/brln_rubble -235 148 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -3230 850 8 ) ( -2670 834 8 ) ( -2670 866 8 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2998 866 160 ) ( -2998 850 160 ) ( -2998 850 8 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2966 850 136 ) ( -2966 866 136 ) ( -2966 866 8 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4590 +{ +( -2670 866 464 ) ( -3230 866 464 ) ( -3230 866 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 882 464 ) ( -3230 850 464 ) ( -3230 850 224 ) common/nodraw 5 -34 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +( -3230 850 480 ) ( -2670 850 480 ) ( -2670 850 -32 ) central_europe/interiorwall_set2wtrim -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2670 850 208 ) ( -3230 858 208 ) ( -2670 866 208 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3230 850 8 ) ( -2670 834 8 ) ( -2670 866 8 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -3030 866 8 ) ( -3030 850 8 ) ( -3030 858 208 ) common/nodraw 5 -34 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4591 +{ +( -2990 882 456 ) ( -2990 866 472 ) ( -2990 866 494 ) mohtest/joistcap 7 13 -180.00 3.750000 -3 0 16384 0 +surfaceparm detail +( -3230 882 496 ) ( -2990 882 456 ) ( -2990 898 456 ) general_structure/beam_wood1 36 -27 -179.02 1.000146 1.000146 0 16384 0 +surfaceparm detail +( -2990 898 472 ) ( -3230 898 512 ) ( -3230 898 496 ) general_structure/beam_wood1 74 3 171.00 1.000103 -1.000091 0 16384 0 +surfaceparm detail +( -3230 866 534 ) ( -3230 866 512 ) ( -3230 882 496 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2990 882 456 ) ( -3230 882 496 ) ( -3230 866 512 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2990 866 494 ) ( -3230 866 534 ) ( -3230 898 512 ) general_structure/shingleslatesml1 0 -98 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2990 866 472 ) ( -3230 866 512 ) ( -3230 866 534 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4592 +{ +( -2942 866 472 ) ( -2942 866 493 ) ( -2670 866 533 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2942 866 493 ) ( -2942 898 472 ) ( -2670 898 512 ) general_structure/shingleslatesml1 0 -98 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2942 882 456 ) ( -2942 866 472 ) ( -2670 866 512 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2942 898 472 ) ( -2942 898 456 ) ( -2670 898 496 ) general_structure/beam_wood1 27 -1 -174.00 1.000595 -1.000012 0 16384 0 +surfaceparm detail +( -2670 866 512 ) ( -2670 898 512 ) ( -2670 898 496 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2942 898 456 ) ( -2942 882 456 ) ( -2670 882 496 ) general_structure/beam_wood1 36 -27 -179.02 1.000146 1.000146 0 16384 0 +surfaceparm detail +( -2942 866 472 ) ( -2942 866 464 ) ( -2942 898 468 ) mohtest/joistcap 7 13 -180.00 3.750000 -3 0 16384 0 +surfaceparm detail +} +// brush 4593 +{ +( -2766 874 352 ) ( -2766 882 344 ) ( -2726 882 432 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -2670 882 496 ) ( -3230 882 496 ) ( -3230 882 256 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 874 448 ) ( -2670 874 448 ) ( -2670 874 -64 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2726 890 256 ) ( -2726 874 256 ) ( -2726 882 504 ) common/nodraw 13 0 135.04 1.000605 1.000195 536870912 2224 0 +surfaceparm detail +( -2766 882 344 ) ( -2766 874 352 ) ( -2782 874 256 ) ta_berlin/brln_rubble -116 -8 0.00 0.770996 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -2787 882 240 ) ( -2726 874 240 ) ( -2726 890 240 ) common/nodraw 36 -53 -134.96 1.000584 0.999548 536870912 2224 0 +surfaceparm detail +} +// brush 4594 +{ +( -3230 898 496 ) ( -3230 866 496 ) ( -3230 866 256 ) common/nodraw 5 -34 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +( -3110 874 272 ) ( -3110 882 272 ) ( -3118 882 224 ) mohtest/joistcap -2 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -3230 898 224 ) ( -2670 866 224 ) ( -2670 930 224 ) general_structure/floor4 225 131 -90.00 1 1 0 16384 0 +surfaceparm detail +( -3230 874 512 ) ( -2670 874 512 ) ( -2670 874 0 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2670 882 464 ) ( -3230 882 464 ) ( -3230 882 224 ) general_structure/beam_wood1 130 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -3110 874 240 ) ( -3230 882 240 ) ( -3110 890 240 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4595 +{ +( -3230 898 496 ) ( -3230 866 496 ) ( -3230 866 256 ) common/nodraw 5 -34 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +( -3150 874 272 ) ( -3166 874 272 ) ( -3158 882 272 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -3110 874 272 ) ( -3110 882 272 ) ( -3118 882 224 ) ta_berlin/brln_rubble -226 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -3230 874 512 ) ( -2670 874 512 ) ( -2670 874 0 ) central_europe/interiorwall_set2wtrim -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2670 882 464 ) ( -3230 882 464 ) ( -3230 882 224 ) TAardennes/wintered_grey 122 -52 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -3230 882 240 ) ( -3110 874 240 ) ( -3110 890 240 ) common/nodraw 2 -38 -90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4596 +{ +( -1710 1074 544 ) ( -2126 1074 544 ) ( -2126 1074 -32 ) algiers/algierwall_set5 146 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2094 1042 544 ) ( -1678 1042 544 ) ( -1678 1042 -32 ) algiers/algierwall_set5 146 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1838 1074 -32 ) ( -1838 1106 -32 ) ( -1838 1090 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1806 1074 -32 ) ( -1806 1042 -32 ) ( -1806 1058 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1806 1042 192 ) ( -1870 1058 192 ) ( -1806 1074 192 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1862 1074 112 ) ( -1798 1058 112 ) ( -1798 1090 112 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4597 +{ +( -1710 1074 544 ) ( -2126 1074 544 ) ( -2126 1074 -32 ) algiers/algierwall_set5 146 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2094 1042 544 ) ( -1678 1042 544 ) ( -1678 1042 -32 ) algiers/algierwall_set5 146 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1582 1042 224 ) ( -2126 1050 224 ) ( -1582 1058 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1838 1074 -32 ) ( -1838 1106 -32 ) ( -1838 1090 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1806 1074 -32 ) ( -1806 1042 -32 ) ( -1806 1058 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1870 1058 192 ) ( -1806 1042 192 ) ( -1806 1074 192 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4598 +{ +( -2942 418 680 ) ( -2990 866 496 ) ( -2990 866 476 ) mohtest/joistcap 7 13 -180.00 3.750000 -3 0 16384 0 +surfaceparm detail +( -2942 418 616 ) ( -3230 866 512 ) ( -3230 866 534 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 866 512 ) ( -2990 866 476 ) ( -2990 866 496 ) general_structure/shingleslatesml1 2 55 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2990 866 476 ) ( -3230 866 512 ) ( -2942 418 616 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2942 418 680 ) ( -3230 866 534 ) ( -2990 866 496 ) general_structure/shingleslatesml1 0 -98 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3022 618 476 ) ( -3102 402 476 ) ( -3062 510 680 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4599 +{ +( -1844 1308 24 ) ( -1844 1308 16 ) ( -1828 1292 16 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1828 1200 16 ) ( -1828 1200 24 ) ( -1828 1292 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1828 1196 24 ) ( -1844 1212 24 ) ( -1844 1308 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1852 1216 24 ) ( -1852 1216 16 ) ( -1852 1312 16 ) central_europe/strtset_cew -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1828 1200 24 ) ( -1828 1200 16 ) ( -1852 1216 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1844 1308 16 ) ( -1844 1212 16 ) ( -1828 1196 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4600 +{ +( -1870 1058 192 ) ( -1870 1026 192 ) ( -1454 1026 192 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1454 1074 544 ) ( -1870 1074 544 ) ( -1870 1074 -32 ) algiers/algierwall_set5 146 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1326 1042 224 ) ( -1870 1050 224 ) ( -1326 1058 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1806 1026 -32 ) ( -1806 1058 -32 ) ( -1806 1042 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1646 1074 192 ) ( -1646 1058 192 ) ( -1646 1066 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1758 1042 192 ) ( -1822 1042 192 ) ( -1790 1042 224 ) algiers/algierwall_set5 82 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4601 +{ +( -3230 410 504 ) ( -3230 410 448 ) ( -3230 882 496 ) common/nodraw 13 0 135.04 1.000605 1.000195 536870912 2224 0 +surfaceparm detail +( -3234 882 496 ) ( -3234 410 448 ) ( -2962 410 376 ) general_structure/floor4 118 -242 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2962 410 376 ) ( -3234 410 448 ) ( -3234 410 504 ) common/nodraw -50 2 44.96 1.000605 -0.999872 536870912 2224 0 +surfaceparm detail +( -3234 882 504 ) ( -2962 882 472 ) ( -2962 410 504 ) common/nodraw 36 -53 -134.96 1.000584 0.999548 536870912 2224 0 +surfaceparm detail +( -2962 410 376 ) ( -2962 882 464 ) ( -3234 882 496 ) general_structure/floor4 118 -242 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2962 882 464 ) ( -2962 882 472 ) ( -3234 882 504 ) common/nodraw -50 2 44.96 1.000605 -0.999872 536870912 2224 0 +surfaceparm detail +( -3002 882 376 ) ( -2962 410 376 ) ( -2982 646 536 ) mohtest/joistcap 10 10 -180.00 3.750000 -3 0 16384 0 +surfaceparm detail +( -3006 754 376 ) ( -3162 470 376 ) ( -3084 612 536 ) mohtest/joistcap 10 10 -180.00 3.750000 -3 0 16384 0 +surfaceparm detail +} +// brush 4602 +{ +( -2942 418 680 ) ( -3230 866 534 ) ( -3230 866 512 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3230 866 512 ) ( -3230 418 810 ) ( -2942 418 618 ) ta_berlin/archway1trim_shot 201 -102 90.00 1000 1000 0 65536 0 +surfaceparm detail +( -3230 418 810 ) ( -3230 866 512 ) ( -3230 866 534 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2942 418 680 ) ( -3230 418 832 ) ( -3230 866 534 ) general_structure/shingleslatesml1 0 -98 -180.00 1 1 0 16384 0 +surfaceparm detail +( -3022 618 512 ) ( -3102 402 512 ) ( -3062 510 832 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3042 466 512 ) ( -3238 450 512 ) ( -3140 458 832 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4603 +{ +( -2674 838 504 ) ( -2682 858 504 ) ( -2970 406 512 ) common/nodraw 36 -53 -134.96 1.000584 0.999548 536870912 2224 0 +surfaceparm detail +( -2666 866 528 ) ( -2658 846 528 ) ( -2946 402 632 ) common/nodraw 36 -53 -134.96 1.000584 0.999548 536870912 2224 0 +surfaceparm detail +( -2674 830 528 ) ( -2682 850 528 ) ( -2678 850 504 ) common/nodraw 13 0 135.04 1.000605 1.000195 536870912 2224 0 +surfaceparm detail +( -2954 422 544 ) ( -2954 422 380 ) ( -2666 862 380 ) general_structure/floor4 0 -226 90.00 1 1 0 16384 0 +surfaceparm detail +( -2946 406 512 ) ( -2954 426 512 ) ( -2954 422 632 ) common/nodraw 13 0 135.04 1.000605 1.000195 536870912 2224 0 +surfaceparm detail +( -2674 826 544 ) ( -2674 826 380 ) ( -2962 386 380 ) common/nodraw 13 0 135.04 1.000605 1.000195 536870912 2224 0 +surfaceparm detail +} +// brush 4604 +{ +( -2670 866 504 ) ( -2670 394 432 ) ( -2670 394 512 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2950 394 384 ) ( -2670 394 432 ) ( -2670 866 504 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2950 394 384 ) ( -3222 394 456 ) ( -3222 394 512 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2950 394 512 ) ( -2950 866 480 ) ( -2670 866 512 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2670 866 504 ) ( -2950 866 472 ) ( -2950 394 384 ) general_structure/floor4 130 -225 -180.00 1 1 0 16384 0 +surfaceparm detail +( -2670 866 512 ) ( -2950 866 480 ) ( -2950 866 472 ) common/nodraw 2 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2950 394 384 ) ( -2934 862 384 ) ( -2942 628 544 ) mohtest/joistcap 7 13 -180.00 3.750000 -3 0 16384 0 +surfaceparm detail +} +// brush 4605 +{ +( -1710 1074 544 ) ( -2126 1074 544 ) ( -2126 1074 -32 ) algiers/algierwall_set5 146 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2126 1042 544 ) ( -1710 1042 544 ) ( -1710 1042 -32 ) algiers/algierwall_set5 146 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1838 1042 -32 ) ( -1838 1074 -32 ) ( -1838 1058 224 ) algiers/algierwall_set5 -50 -31 0.00 1 1 0 65536 0 +surfaceparm detail +( -1806 1074 -32 ) ( -1806 1042 -32 ) ( -1806 1058 224 ) algiers/algierwall_set5 -50 -31 0.00 1 1 0 65536 0 +surfaceparm detail +( -1806 1058 112 ) ( -1870 1074 112 ) ( -1806 1090 112 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1838 1074 24 ) ( -1806 1058 24 ) ( -1806 1090 24 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4606 +{ +( -2610 1870 280 ) ( -2194 1870 280 ) ( -2194 1870 -296 ) general_structure/denmark_win2 124 -39 -180.00 0.500000 -0.533356 0 4194304 0 +surfaceparm detail +( -2242 1886 -8 ) ( -2242 1870 -8 ) ( -2242 1878 248 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2306 1870 -8 ) ( -2306 1886 -8 ) ( -2306 1878 248 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2306 1902 168 ) ( -2242 1878 168 ) ( -2306 1854 168 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2242 1894 72 ) ( -2306 1902 72 ) ( -2306 1886 72 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2782 1886 72 ) ( -2778 1886 72 ) ( -2780 1886 168 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 4607 +{ +( -2770 2062 568 ) ( -2770 2126 568 ) ( -2802 2126 568 ) general_structure/beam_wood1 118 21 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2802 2222 600 ) ( -2770 2222 600 ) ( -2770 2158 600 ) common/nodraw -32 40 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2802 1870 568 ) ( -2818 1854 568 ) ( -2818 1854 600 ) common/nodraw 46 -24 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2818 2510 600 ) ( -2818 1854 600 ) ( -2818 1854 568 ) general_structure/beam_wood1 46 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2802 2830 600 ) ( -2802 2838 568 ) ( -2802 2822 568 ) common/nodraw -34 -28 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2816 2460 568 ) ( -2800 2444 568 ) ( -2808 2452 600 ) common/nodraw 18 -26 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4608 +{ +( -2778 2070 392 ) ( -2778 2134 392 ) ( -2810 2134 392 ) general_structure/beam_wood1 110 13 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2810 2342 424 ) ( -2778 2342 424 ) ( -2778 2278 424 ) common/nodraw 0 11 44.94 1.000239 1.000239 536870912 2224 0 +surfaceparm detail +( -2802 1870 392 ) ( -2810 1862 392 ) ( -2810 1862 424 ) common/nodraw 17 -39 134.92 0.999916 1.000606 536870912 2224 0 +surfaceparm detail +( -2810 2110 424 ) ( -2810 1862 424 ) ( -2810 1862 392 ) general_structure/beam_wood1 30 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2802 2542 392 ) ( -2802 2542 408 ) ( -2802 2606 408 ) common/nodraw -41 35 45.08 0.999894 -0.999959 536870912 2224 0 +surfaceparm detail +( -2816 2460 392 ) ( -2800 2444 392 ) ( -2808 2452 424 ) common/nodraw 29 -60 134.92 0.999894 0.999916 536870912 2224 0 +surfaceparm detail +} +// brush 4609 +{ +( -2546 1870 568 ) ( -2546 1902 568 ) ( -2610 1902 568 ) general_structure/beam_wood1 39 13 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2514 2038 600 ) ( -2450 2038 600 ) ( -2450 2006 600 ) common/nodraw -32 40 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2162 1854 568 ) ( -2162 1854 600 ) ( -2162 2334 600 ) general_structure/beam_wood1 30 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2162 1854 600 ) ( -2162 1854 568 ) ( -2178 1870 568 ) common/nodraw -56 -28 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -2178 1870 568 ) ( -2178 1894 568 ) ( -2178 1882 600 ) common/nodraw -34 -28 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2208 2416 568 ) ( -2176 2448 568 ) ( -2192 2432 600 ) common/nodraw -34 -28 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +} +// brush 4610 +{ +( -2170 1902 392 ) ( -2170 1950 392 ) ( -2202 1950 392 ) general_structure/beam_wood1 39 13 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2202 1950 424 ) ( -2170 1950 424 ) ( -2170 1902 424 ) common/nodraw -57 63 44.92 0.998513 0.999548 536870912 2224 0 +surfaceparm detail +( -2178 1926 424 ) ( -2178 1878 424 ) ( -2178 1878 392 ) common/nodraw -33 26 45.06 0.998189 -0.999570 536870912 2224 0 +surfaceparm detail +( -2170 1862 392 ) ( -2170 1862 424 ) ( -2170 2366 424 ) general_structure/beam_wood1 206 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2170 1862 424 ) ( -2170 1862 392 ) ( -2178 1870 392 ) common/nodraw -44 37 45.06 0.998167 -0.999851 536870912 2224 0 +surfaceparm detail +( -2208 2416 392 ) ( -2176 2448 392 ) ( -2192 2432 424 ) common/nodraw -44 37 45.06 0.998167 -0.999851 536870912 2224 0 +surfaceparm detail +} +// brush 4611 +{ +( -2426 1854 528 ) ( -2010 1854 528 ) ( -2010 1854 -48 ) general_structure/beam_wood1 -158 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -2346 1870 504 ) ( -2762 1870 504 ) ( -2762 1870 -72 ) common/nodraw 58 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2170 1870 216 ) ( -2602 1878 216 ) ( -2602 1862 216 ) general_structure/beam_wood1 197 13 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2778 1894 248 ) ( -2346 1886 248 ) ( -2778 1878 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2186 1870 216 ) ( -2186 1866 216 ) ( -2186 1868 248 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2218 1862 216 ) ( -2218 1870 216 ) ( -2218 1866 248 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2186 1862 216 ) ( -2194 1854 216 ) ( -2190 1858 248 ) general_structure/beam_wood1 -111 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -2210 1854 216 ) ( -2218 1862 216 ) ( -2214 1858 248 ) general_structure/beam_wood1 254 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4612 +{ +( -2426 1862 528 ) ( -2010 1862 528 ) ( -2010 1862 -48 ) general_structure/beam_wood1 -150 -6 0.00 1 1 0 16384 0 +surfaceparm detail +( -2346 1870 504 ) ( -2762 1870 504 ) ( -2762 1870 -72 ) common/nodraw 58 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2202 1894 -48 ) ( -2170 1862 -48 ) ( -2186 1878 528 ) common/nodraw -21 7 0.00 0.708984 1 536870912 2224 0 +surfaceparm detail +( -2170 1870 216 ) ( -2602 1878 216 ) ( -2602 1862 216 ) general_structure/beam_wood1 -78 13 0.00 1 1 0 16384 0 +surfaceparm detail +( -2778 1894 248 ) ( -2346 1886 248 ) ( -2778 1878 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2186 1866 216 ) ( -2186 1870 216 ) ( -2186 1868 248 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 4613 +{ +( -2594 1854 216 ) ( -2594 1862 216 ) ( -2602 1862 216 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2602 1862 248 ) ( -2594 1862 248 ) ( -2594 1854 248 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2610 1870 248 ) ( -2610 1862 248 ) ( -2610 1862 216 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2602 1854 248 ) ( -2594 1854 248 ) ( -2594 1854 216 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2586 1854 248 ) ( -2586 1862 248 ) ( -2586 1862 216 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2594 1862 248 ) ( -2602 1862 248 ) ( -2602 1862 216 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4614 +{ +( -2018 2078 568 ) ( -2050 2078 568 ) ( -2050 2014 568 ) general_structure/beam_wood1 -69 30 0.00 1 1 0 16384 0 +surfaceparm detail +( -2186 2110 600 ) ( -2186 2174 600 ) ( -2154 2174 600 ) common/nodraw 13 57 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2002 2462 568 ) ( -2002 2462 600 ) ( -2482 2462 600 ) general_structure/beam_wood1 -78 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -2274 2446 568 ) ( -2298 2446 568 ) ( -2286 2446 600 ) common/nodraw 10 -25 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +( -2176 2448 568 ) ( -2208 2416 568 ) ( -2192 2432 600 ) common/nodraw -24 -28 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -2800 2444 568 ) ( -2816 2460 568 ) ( -2808 2452 600 ) common/nodraw -24 -28 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +// brush 4615 +{ +( -2050 2454 392 ) ( -2098 2454 392 ) ( -2098 2422 392 ) general_structure/beam_wood1 -69 30 0.00 1 1 0 16384 0 +surfaceparm detail +( -2098 2422 424 ) ( -2098 2454 424 ) ( -2050 2454 424 ) common/nodraw -48 -25 134.92 0.998513 0.999204 536870912 2224 0 +surfaceparm detail +( -2330 2446 424 ) ( -2282 2446 424 ) ( -2282 2446 392 ) common/nodraw 53 -60 134.94 0.998189 1.000067 536870912 2224 0 +surfaceparm detail +( -2010 2454 392 ) ( -2010 2454 424 ) ( -2514 2454 424 ) general_structure/beam_wood1 -158 7 0.00 1 1 0 16384 0 +surfaceparm detail +( -2176 2448 392 ) ( -2208 2416 392 ) ( -2192 2432 424 ) common/nodraw -41 30 45.06 0.998167 -0.999570 536870912 2224 0 +surfaceparm detail +( -2800 2444 392 ) ( -2816 2460 392 ) ( -2808 2452 424 ) common/nodraw -41 30 45.06 0.998167 -0.999570 536870912 2224 0 +surfaceparm detail +} +// brush 4616 +{ +( -2194 1870 40 ) ( -2194 1902 40 ) ( -2610 1902 40 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2610 1870 584 ) ( -2194 1870 584 ) ( -2194 1870 8 ) general_structure/cellardoor 70 77 -180.00 0.625000 -0.500000 0 16384 0 +surfaceparm detail +( -2514 1870 -72 ) ( -2514 1886 -72 ) ( -2514 1878 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2434 1886 -72 ) ( -2434 1870 -72 ) ( -2434 1878 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2514 1902 168 ) ( -2434 1886 168 ) ( -2514 1870 168 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2782 1886 40 ) ( -2778 1886 40 ) ( -2780 1886 168 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 4617 +{ +( -2610 1886 216 ) ( -2178 1878 216 ) ( -2610 1870 216 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2294 1886 168 ) ( -2286 1886 168 ) ( -2290 1886 184 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2242 1878 168 ) ( -2306 1902 168 ) ( -2306 1854 168 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2610 1870 280 ) ( -2194 1870 280 ) ( -2194 1870 -296 ) TAardennes/wintered_grey -146 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2306 1888 168 ) ( -2306 1892 168 ) ( -2306 1890 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2242 1884 168 ) ( -2242 1878 168 ) ( -2242 1881 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 4618 +{ +( -2610 1886 216 ) ( -2178 1878 216 ) ( -2610 1870 216 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2194 1878 40 ) ( -2194 1870 40 ) ( -2194 1874 184 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2294 1886 168 ) ( -2286 1886 168 ) ( -2290 1886 184 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2242 1878 168 ) ( -2306 1902 168 ) ( -2306 1854 168 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2610 1870 280 ) ( -2194 1870 280 ) ( -2194 1870 -296 ) TAardennes/wintered_grey -146 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2242 1878 168 ) ( -2242 1884 168 ) ( -2242 1881 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 4619 +{ +( -2786 1878 248 ) ( -2786 1862 248 ) ( -2786 1870 392 ) common/nodraw 36 25 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2786 1870 -72 ) ( -2786 1870 504 ) ( -2370 1870 504 ) general_structure/beam_wood1 -149 -14 90.00 1 1 0 16384 0 +surfaceparm detail +( -2802 1886 392 ) ( -2810 1886 248 ) ( -2794 1886 248 ) common/nodraw 38 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2786 1934 392 ) ( -2802 1870 392 ) ( -2818 1934 392 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2794 1870 248 ) ( -2786 1934 248 ) ( -2802 1934 248 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2802 2302 504 ) ( -2802 1886 504 ) ( -2802 1886 -72 ) general_structure/beam_wood1 -149 14 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4620 +{ +( -2786 1870 424 ) ( -2786 1862 424 ) ( -2786 1866 568 ) common/nodraw -41 35 45.08 0.999894 -0.999959 536870912 2224 0 +surfaceparm detail +( -2834 1870 104 ) ( -2834 1870 680 ) ( -2418 1870 680 ) general_structure/beam_wood1 -149 -14 90.00 1 1 0 16384 0 +surfaceparm detail +( -2806 1886 568 ) ( -2810 1886 424 ) ( -2802 1886 424 ) common/nodraw 44 -54 134.92 0.999894 0.999916 536870912 2224 0 +surfaceparm detail +( -2786 1886 568 ) ( -2802 1822 568 ) ( -2818 1886 568 ) common/nodraw 0 11 44.94 1.000239 1.000239 536870912 2224 0 +surfaceparm detail +( -2794 1822 424 ) ( -2786 1886 424 ) ( -2802 1886 424 ) common/nodraw 0 11 44.94 1.000239 1.000239 536870912 2224 0 +surfaceparm detail +( -2802 2254 680 ) ( -2802 1838 680 ) ( -2802 1838 104 ) general_structure/beam_wood1 -149 14 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4621 +{ +( -2194 1870 424 ) ( -2194 1878 424 ) ( -2194 1874 568 ) common/nodraw -6 7 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2610 1870 680 ) ( -2194 1870 680 ) ( -2194 1870 104 ) general_structure/beam_wood1 -149 -14 90.00 1 1 0 16384 0 +surfaceparm detail +( -2188 1886 424 ) ( -2180 1886 424 ) ( -2184 1886 568 ) common/nodraw 39 13 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2210 1990 568 ) ( -2178 1966 568 ) ( -2210 1942 568 ) common/nodraw -3 12 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2178 1894 424 ) ( -2210 1902 424 ) ( -2210 1886 424 ) common/nodraw -3 12 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2178 1886 712 ) ( -2178 2302 712 ) ( -2178 2302 136 ) general_structure/beam_wood1 -150 -26 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4622 +{ +( -2194 1870 248 ) ( -2194 1878 248 ) ( -2194 1874 392 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) general_structure/beam_wood1 -149 -14 90.00 1 1 0 16384 0 +surfaceparm detail +( -2188 1886 248 ) ( -2186 1886 248 ) ( -2187 1886 392 ) common/nodraw 38 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2210 1982 392 ) ( -2178 1958 392 ) ( -2210 1934 392 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2178 1894 248 ) ( -2210 1902 248 ) ( -2210 1886 248 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2178 1790 524 ) ( -2178 2206 524 ) ( -2178 2206 -52 ) general_structure/beam_wood1 -150 -26 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4623 +{ +( -2786 1878 24 ) ( -2786 1870 24 ) ( -2786 1874 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) general_structure/beam_wood1 -149 -14 90.00 1 1 0 16384 0 +surfaceparm detail +( -2798 1886 216 ) ( -2802 1886 24 ) ( -2794 1886 24 ) common/nodraw 58 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2802 2262 24 ) ( -2770 2238 24 ) ( -2770 2286 24 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2802 2062 216 ) ( -2794 2494 216 ) ( -2786 2062 216 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2802 2478 -72 ) ( -2802 2478 504 ) ( -2802 2062 504 ) general_structure/beam_wood1 -149 14 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4624 +{ +( -2194 1870 184 ) ( -2194 1878 184 ) ( -2194 1874 216 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) general_structure/beam_wood1 -149 -14 90.00 1 1 0 16384 0 +surfaceparm detail +( -2190 1886 24 ) ( -2188 1886 24 ) ( -2189 1886 216 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2178 1894 24 ) ( -2210 1902 24 ) ( -2210 1886 24 ) common/nodraw -17 43 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2210 1886 216 ) ( -2178 1878 216 ) ( -2210 1870 216 ) common/nodraw -17 43 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2178 1886 504 ) ( -2178 2302 504 ) ( -2178 2302 -72 ) general_structure/beam_wood1 -150 -26 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4625 +{ +( -2802 1870 216 ) ( -2810 1862 216 ) ( -2810 1862 248 ) common/nodraw 36 25 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2810 2454 248 ) ( -2810 1862 248 ) ( -2810 1862 216 ) general_structure/beam_wood1 38 -5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2802 2254 -72 ) ( -2802 2254 504 ) ( -2802 2670 504 ) common/nodraw 36 25 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2810 2070 216 ) ( -2794 2070 216 ) ( -2802 2502 216 ) general_structure/beam_wood1 110 13 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2794 1894 248 ) ( -2786 2326 248 ) ( -2778 1894 248 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 +surfaceparm detail +( -2816 2460 216 ) ( -2800 2444 216 ) ( -2808 2452 248 ) common/nodraw 36 25 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4626 +{ +( -2178 2446 536 ) ( -2178 2030 536 ) ( -2178 2030 -40 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2170 1878 536 ) ( -2170 2294 536 ) ( -2170 2294 -40 ) general_structure/beam_wood1 22 -5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2170 1862 -40 ) ( -2202 1894 -40 ) ( -2186 1878 536 ) common/nodraw -21 7 0.00 0.708984 1 536870912 2224 0 +surfaceparm detail +( -2170 2042 216 ) ( -2202 2050 216 ) ( -2202 2034 216 ) general_structure/beam_wood1 23 21 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2202 1890 248 ) ( -2170 1882 248 ) ( -2202 1874 248 ) general_structure/beam_wood1 22 -22 -90.00 1 -1 0 16384 0 +surfaceparm detail +( -2208 2416 216 ) ( -2176 2448 216 ) ( -2192 2432 248 ) common/nodraw 36 25 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4627 +{ +( -2810 1862 248 ) ( -2810 1862 216 ) ( -2802 1870 216 ) common/nodraw 2 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2810 1862 216 ) ( -2810 1862 248 ) ( -2218 1862 248 ) general_structure/beam_wood1 -150 -6 0.00 1 1 0 16384 0 +surfaceparm detail +( -2346 1870 504 ) ( -2762 1870 504 ) ( -2762 1870 -72 ) common/nodraw 58 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2170 1870 216 ) ( -2602 1878 216 ) ( -2602 1862 216 ) general_structure/beam_wood1 -78 13 0.00 1 1 0 16384 0 +surfaceparm detail +( -2778 1894 248 ) ( -2346 1886 248 ) ( -2778 1878 248 ) general_structure/beam_wood1 -22 -3 0.00 1 -1 0 16384 0 +surfaceparm detail +( -2218 1870 216 ) ( -2218 1862 216 ) ( -2218 1866 248 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 4628 +{ +( -2196 1854 26 ) ( -2196 1862 26 ) ( -2220 1862 26 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2218 1862 568 ) ( -2194 1862 568 ) ( -2194 1854 568 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2210 1862 120 ) ( -2210 1854 120 ) ( -2210 1854 88 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2218 1866 568 ) ( -2194 1866 568 ) ( -2194 1866 536 ) das_boot/pipes3 14 -5 -180.00 1 1 8192 32768 0 +surfaceparm detail +( -2194 1854 568 ) ( -2194 1862 568 ) ( -2194 1862 536 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2194 1870 120 ) ( -2218 1870 120 ) ( -2218 1870 88 ) common/nodraw 58 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4629 +{ +( -2594 1870 160 ) ( -2602 1870 160 ) ( -2602 1870 152 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2602 1798 216 ) ( -2594 1798 216 ) ( -2594 1790 216 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2602 1798 216 ) ( -2602 1790 216 ) ( -2602 1790 192 ) general_structure/beam_wood1 82 -27 140.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2594 1870 152 ) ( -2602 1870 152 ) ( -2602 1790 216 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2594 1790 216 ) ( -2594 1798 216 ) ( -2594 1798 192 ) general_structure/beam_wood1 82 -27 140.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2602 1870 160 ) ( -2594 1870 160 ) ( -2594 1798 216 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4630 +{ +( -2610 1830 216 ) ( -2610 1838 216 ) ( -2618 1838 216 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2618 1862 248 ) ( -2610 1862 248 ) ( -2610 1854 248 ) general_structure/beam_wood1 0 -31 90.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2602 1822 248 ) ( -2602 1814 248 ) ( -2602 1814 216 ) french/butcher 41 48 0.00 -0.750000 0.500000 0 16384 0 +surfaceparm detail +( -2618 1758 248 ) ( -2610 1758 248 ) ( -2610 1758 216 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +( -2594 1854 256 ) ( -2594 1862 256 ) ( -2594 1862 224 ) french/butcher -41 48 0.00 0.750000 0.500000 0 16384 0 +surfaceparm detail +( -2610 1854 216 ) ( -2594 1854 216 ) ( -2602 1854 248 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +surfaceparm detail +} +// brush 4631 +{ +( -2850 2446 536 ) ( -2434 2446 536 ) ( -2434 2446 -40 ) common/nodraw 55 4 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2026 2454 536 ) ( -2442 2454 536 ) ( -2442 2454 -40 ) general_structure/beam_wood1 -86 -8 0.00 1 1 0 16384 0 +surfaceparm detail +( -2190 2454 216 ) ( -2198 2422 216 ) ( -2182 2422 216 ) general_structure/beam_wood1 -85 6 0.00 1 1 0 16384 0 +surfaceparm detail +( -2038 2422 248 ) ( -2030 2454 248 ) ( -2022 2422 248 ) common/nodraw 54 29 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2176 2448 216 ) ( -2208 2416 216 ) ( -2192 2432 248 ) common/nodraw -3 29 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2800 2444 216 ) ( -2816 2460 216 ) ( -2808 2452 248 ) common/nodraw -3 29 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4632 +{ +( -1828 1292 16 ) ( -1844 1308 16 ) ( -1844 1308 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 436 1292 24 ) ( 436 1292 16 ) ( -1828 1292 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 472 1308 24 ) ( 432 1292 24 ) ( -1828 1292 24 ) central_europe/strtset_cew -64 16 0.00 1 1 0 65536 0 +surfaceparm detail +( -1844 1316 16 ) ( 472 1316 16 ) ( 472 1316 24 ) central_europe/strtset_cew -64 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1828 1292 16 ) ( 432 1292 16 ) ( 472 1308 16 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -500 1888 16 ) ( -820 1116 16 ) ( -660 1502 24 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4633 +{ +( -2178 1886 712 ) ( -2178 2302 712 ) ( -2178 2302 136 ) central_europe/tudor_set1_exwall1a -197 240 0.00 0.593750 0.562500 0 65536 0 +surfaceparm detail +( -2178 1894 424 ) ( -2210 1902 424 ) ( -2210 1886 424 ) common/nodraw -3 12 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2210 1990 568 ) ( -2178 1966 568 ) ( -2210 1942 568 ) common/nodraw -3 12 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2194 2446 568 ) ( -2194 2446 424 ) ( -2178 2446 424 ) common/nodraw 39 13 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2180 1886 424 ) ( -2188 1886 424 ) ( -2184 1886 568 ) common/nodraw 39 13 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2194 2446 424 ) ( -2194 2446 568 ) ( -2194 1886 568 ) common/nodraw 37 25 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4634 +{ +( -2802 2598 680 ) ( -2802 2182 680 ) ( -2802 2182 104 ) central_europe/tudor_set1_exwall1a -197 240 0.00 0.593750 0.562500 0 65536 0 +surfaceparm detail +( -2794 1822 424 ) ( -2786 1886 424 ) ( -2802 1886 424 ) common/nodraw 0 11 44.94 1.000239 1.000239 536870912 2224 0 +surfaceparm detail +( -2786 1886 568 ) ( -2802 1822 568 ) ( -2818 1886 568 ) common/nodraw 0 11 44.94 1.000239 1.000239 536870912 2224 0 +surfaceparm detail +( -2806 1886 568 ) ( -2802 1886 424 ) ( -2810 1886 424 ) common/nodraw 44 -54 134.92 0.999894 0.999916 536870912 2224 0 +surfaceparm detail +( -2816 2460 424 ) ( -2800 2444 424 ) ( -2808 2452 568 ) common/nodraw 29 -60 134.92 0.999894 0.999916 536870912 2224 0 +surfaceparm detail +( -2786 1892 424 ) ( -2786 1884 424 ) ( -2786 1888 568 ) common/nodraw 29 -60 134.92 0.999894 0.999916 536870912 2224 0 +surfaceparm detail +} +// brush 4635 +{ +( -2178 1790 524 ) ( -2178 2206 524 ) ( -2178 2206 -52 ) central_europe/tudor_set1_exwall1a -67 183 0.00 0.562500 0.562500 0 65536 0 +surfaceparm detail +( -2178 1894 248 ) ( -2210 1902 248 ) ( -2210 1886 248 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2210 1982 392 ) ( -2178 1958 392 ) ( -2210 1934 392 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2194 2446 392 ) ( -2194 2446 248 ) ( -2178 2446 248 ) common/nodraw 38 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2194 2446 248 ) ( -2194 2446 392 ) ( -2194 1886 392 ) common/nodraw 36 25 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2186 1886 248 ) ( -2188 1886 248 ) ( -2187 1886 392 ) common/nodraw 38 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4636 +{ +( -2802 2646 504 ) ( -2802 2230 504 ) ( -2802 2230 -72 ) central_europe/tudor_set1_exwall1a -67 183 0.00 0.562500 0.562500 0 65536 0 +surfaceparm detail +( -2794 1870 248 ) ( -2786 1934 248 ) ( -2802 1934 248 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2786 1934 392 ) ( -2802 1870 392 ) ( -2818 1934 392 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2802 1886 392 ) ( -2794 1886 248 ) ( -2810 1886 248 ) common/nodraw 58 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2816 2460 248 ) ( -2800 2444 248 ) ( -2808 2452 392 ) common/nodraw 30 4 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2786 1890 248 ) ( -2786 1886 248 ) ( -2786 1888 392 ) common/nodraw 30 4 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4637 +{ +( -2290 2446 536 ) ( -2706 2446 536 ) ( -2706 2446 -40 ) central_europe/tudor_set1_exwall1a 180 181 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2042 2446 248 ) ( -2050 2414 248 ) ( -2034 2414 248 ) common/nodraw 54 29 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2130 2414 392 ) ( -2106 2446 392 ) ( -2082 2414 392 ) common/nodraw 54 29 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2178 2430 248 ) ( -2178 2430 392 ) ( -2178 2446 392 ) common/nodraw -3 29 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2800 2444 248 ) ( -2816 2460 248 ) ( -2808 2452 392 ) common/nodraw -3 29 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2178 2430 392 ) ( -2178 2430 248 ) ( -2786 2430 248 ) common/nodraw -2 17 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4638 +{ +( -2290 2446 712 ) ( -2706 2446 712 ) ( -2706 2446 136 ) central_europe/tudor_set1_exwall1a 64 238 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2042 2446 424 ) ( -2050 2414 424 ) ( -2034 2414 424 ) common/nodraw 40 29 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2138 2414 568 ) ( -2114 2446 568 ) ( -2090 2414 568 ) common/nodraw 40 29 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2178 2430 424 ) ( -2178 2430 568 ) ( -2178 2446 568 ) common/nodraw -2 29 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2800 2444 424 ) ( -2816 2460 424 ) ( -2808 2452 568 ) common/nodraw -2 29 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2178 2430 568 ) ( -2178 2430 424 ) ( -2786 2430 424 ) common/nodraw -1 17 90.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4639 +{ +( -2642 1870 280 ) ( -2226 1870 280 ) ( -2226 1870 -296 ) TAardennes/wintered_grey -146 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2306 1870 8 ) ( -2306 1886 8 ) ( -2306 1878 264 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2210 1878 24 ) ( -2274 1886 24 ) ( -2274 1870 24 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2242 1894 40 ) ( -2242 1878 40 ) ( -2242 1886 184 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2306 1886 72 ) ( -2242 1878 72 ) ( -2306 1870 72 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2782 1886 24 ) ( -2778 1886 24 ) ( -2780 1886 72 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 4640 +{ +( -2610 1870 296 ) ( -2194 1870 296 ) ( -2194 1870 -280 ) TAardennes/wintered_grey -146 -61 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2242 1870 8 ) ( -2242 1886 8 ) ( -2242 1878 264 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2178 1878 24 ) ( -2242 1886 24 ) ( -2242 1870 24 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2194 1878 40 ) ( -2194 1870 40 ) ( -2194 1874 184 ) common/nodraw -53 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2196 1886 24 ) ( -2190 1886 24 ) ( -2193 1886 184 ) common/nodraw -17 7 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2270 1870 168 ) ( -2262 1886 168 ) ( -2254 1870 168 ) common/nodraw -17 35 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 4641 +{ +( -2802 2822 -72 ) ( -2802 2822 504 ) ( -2802 2406 504 ) TAardennes/wintered_grey 42 -57 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2802 2062 216 ) ( -2794 2494 216 ) ( -2786 2062 216 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2802 2262 24 ) ( -2770 2238 24 ) ( -2770 2286 24 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2798 1886 216 ) ( -2794 1886 24 ) ( -2802 1886 24 ) common/nodraw 58 5 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2816 2460 24 ) ( -2800 2444 24 ) ( -2808 2452 216 ) common/nodraw 30 4 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2786 1892 24 ) ( -2786 1884 24 ) ( -2786 1888 216 ) common/nodraw 30 4 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4642 +{ +( -2178 1886 504 ) ( -2178 2302 504 ) ( -2178 2302 -72 ) TAardennes/wintered_grey 26 -57 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2210 1886 216 ) ( -2178 1878 216 ) ( -2210 1870 216 ) common/caulkshadow -20 41 0.00 0.500000 0.500000 0 480 0 +surfaceparm detail +( -2178 1894 24 ) ( -2210 1902 24 ) ( -2210 1886 24 ) common/nodraw -53 12 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2194 2446 216 ) ( -2194 2446 24 ) ( -2178 2446 24 ) common/nodraw 38 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2188 1886 24 ) ( -2190 1886 24 ) ( -2189 1886 216 ) common/nodraw 38 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2194 2446 24 ) ( -2194 2446 216 ) ( -2194 1886 216 ) common/caulkshadow -44 -15 0.00 0.500000 0.500000 0 480 0 +surfaceparm detail +} +// brush 4643 +{ +( -2290 2446 504 ) ( -2706 2446 504 ) ( -2706 2446 -72 ) TAardennes/wintered_grey -82 -59 0.00 1 1.125000 0 65536 0 +surfaceparm detail +( -2034 2414 216 ) ( -2026 2446 216 ) ( -2018 2414 216 ) common/nodraw 54 29 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2042 2446 24 ) ( -2050 2414 24 ) ( -2034 2414 24 ) common/nodraw 54 29 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2178 2430 24 ) ( -2178 2430 216 ) ( -2178 2446 216 ) common/nodraw -3 29 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2800 2444 24 ) ( -2816 2460 24 ) ( -2808 2452 216 ) common/nodraw -3 29 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2178 2430 216 ) ( -2178 2430 24 ) ( -2786 2430 24 ) common/nodraw -2 17 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4644 +{ +( 1128 4972 -768 ) ( -472 4972 -768 ) ( -472 4972 1024 ) ta_berlin/berlin_column -56 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 184 6716 -768 ) ( 184 7132 -768 ) ( 184 7132 1024 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -496 5052 704 ) ( -496 5468 704 ) ( 1104 5468 704 ) ta_berlin/berlin_column -56 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -516 5468 72 ) ( -516 5052 72 ) ( 1084 5052 72 ) ta_berlin/berlin_column -56 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 248 5004 192 ) ( 248 4992 192 ) ( 248 4998 704 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 264 5004 64 ) ( 280 5004 64 ) ( 272 5004 576 ) ta_berlin/berlin_column -56 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4645 +{ +( 1760 4972 -768 ) ( 160 4972 -768 ) ( 160 4972 1024 ) ta_berlin/berlin_column -48 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 816 6716 -768 ) ( 816 7132 -768 ) ( 816 7132 1024 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 136 5052 704 ) ( 136 5468 704 ) ( 1736 5468 704 ) ta_berlin/berlin_column -48 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 112 5468 72 ) ( 112 5052 72 ) ( 1712 5052 72 ) ta_berlin/berlin_column -48 156 0.00 1 1 0 65536 0 +surfaceparm detail +( 880 5004 192 ) ( 880 4992 192 ) ( 880 4998 704 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 896 5004 64 ) ( 912 5004 64 ) ( 904 5004 576 ) ta_berlin/berlin_column -48 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4646 +{ +( -1660 3060 16 ) ( -2412 3060 16 ) ( -2412 2460 16 ) common/nodraw 51 -2 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2412 2460 24 ) ( -2412 3060 24 ) ( -1660 3060 24 ) mohtest/nu_earthbrdr4_noclamp -33 36 45.00 2 1.500000 0 131072 0 +surfaceparm detail +( -1584 2464 24 ) ( -1584 2464 16 ) ( -2412 2460 16 ) common/nodraw 53 23 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 3034 16 ) ( -1600 3034 24 ) ( -2412 2460 24 ) common/nodraw 53 23 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 3034 24 ) ( -1600 3034 16 ) ( -1600 2464 16 ) common/nodraw 1 24 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4647 +{ +( -1660 3060 16 ) ( -2412 3060 16 ) ( -2412 2460 16 ) common/nodraw 51 -2 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2412 2460 24 ) ( -2412 3060 24 ) ( -1660 3060 24 ) mohtest/nu_earthbrdr4_noclamp -384 374 0.00 2 1.500000 0 131072 0 +surfaceparm detail +( -2412 3060 24 ) ( -2412 2460 24 ) ( -2412 2460 16 ) common/nodraw 1 24 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 3034 24 ) ( -1600 3034 16 ) ( -2412 2460 16 ) common/nodraw 53 23 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 3034 16 ) ( -1600 3034 24 ) ( -2412 3632 24 ) common/nodraw 53 23 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4648 +{ +( -1660 3060 16 ) ( -2412 3060 16 ) ( -2412 2460 16 ) common/nodraw 51 -2 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -2412 2460 24 ) ( -2412 3060 24 ) ( -1660 3060 24 ) mohtest/nu_earthbrdr4_noclamp -384 374 0.00 2 1.500000 0 131072 0 +surfaceparm detail +( -1600 3632 16 ) ( -1600 3632 24 ) ( -2412 3632 24 ) common/nodraw 53 23 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 3632 24 ) ( -1600 3632 16 ) ( -1600 3034 16 ) common/nodraw 53 22 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -1600 3034 24 ) ( -1600 3034 16 ) ( -2412 3632 16 ) common/nodraw 53 23 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4649 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1601.048340 1906.241211 16 6.558405 22.131870 ) ( -1862.922363 1906.481445 21 5.660460 22.162182 ) ( -2123.805908 1878.347656 16 4.641383 22.272079 ) ) +( ( -1600.959961 2108.025879 168 6.652500 21.374899 ) ( -1856.397461 2056.467773 44 5.685947 21.576298 ) ( -2151.992188 2017.306152 110 4.531280 21.729273 ) ) +( ( -1597.711914 2221.840820 104 6.602688 20.930309 ) ( -1811.594238 2236.247559 148 5.860960 20.874033 ) ( -2054.533447 2325.844727 132 4.911979 20.524044 ) ) +) + } + } +// brush 4650 +{ +( -1518 1074 544 ) ( -1934 1074 544 ) ( -1934 1074 -32 ) algiers/algierwall_set5 82 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1934 1042 544 ) ( -1518 1042 544 ) ( -1518 1042 -32 ) algiers/algierwall_set5 82 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1646 1042 -24 ) ( -1646 1074 -24 ) ( -1646 1058 232 ) algiers/algierwall_set5 -50 -31 0.00 1 1 0 65536 0 +surfaceparm detail +( -1606 1074 -32 ) ( -1606 1042 -32 ) ( -1606 1058 224 ) algiers/algierwall_set5 -50 -31 0.00 1 1 0 65536 0 +surfaceparm detail +( -1614 1058 112 ) ( -1678 1074 112 ) ( -1614 1090 112 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1646 1074 24 ) ( -1614 1058 24 ) ( -1614 1090 24 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4651 +{ +( -1518 1074 544 ) ( -1934 1074 544 ) ( -1934 1074 -32 ) algiers/algierwall_set5 82 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1902 1042 544 ) ( -1486 1042 544 ) ( -1486 1042 -32 ) algiers/algierwall_set5 82 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1390 1042 224 ) ( -1934 1050 224 ) ( -1390 1058 224 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1646 1074 -32 ) ( -1646 1106 -32 ) ( -1646 1090 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 1074 -32 ) ( -1614 1042 -32 ) ( -1614 1058 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1678 1058 192 ) ( -1614 1042 192 ) ( -1614 1074 192 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4652 +{ +( -1518 1074 544 ) ( -1934 1074 544 ) ( -1934 1074 -32 ) algiers/algierwall_set5 82 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1902 1042 544 ) ( -1486 1042 544 ) ( -1486 1042 -32 ) algiers/algierwall_set5 82 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1646 1074 -32 ) ( -1646 1106 -32 ) ( -1646 1090 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1074 -32 ) ( -1606 1042 -32 ) ( -1606 1058 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 1042 192 ) ( -1678 1058 192 ) ( -1614 1074 192 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1670 1074 112 ) ( -1606 1058 112 ) ( -1606 1090 112 ) common/nodraw -35 -1 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4653 +{ +( -1510 1074 544 ) ( -1926 1074 544 ) ( -1926 1074 -32 ) algiers/algierwall_set5 90 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1894 1042 544 ) ( -1478 1042 544 ) ( -1478 1042 -32 ) algiers/algierwall_set5 90 -27 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -1382 1042 208 ) ( -1926 1050 208 ) ( -1382 1058 208 ) common/nodraw -35 -9 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 1074 -32 ) ( -1614 1106 -32 ) ( -1614 1090 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 1074 -32 ) ( -1606 1042 -32 ) ( -1606 1058 224 ) common/nodraw -34 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1670 1058 192 ) ( -1606 1042 192 ) ( -1606 1074 192 ) common/nodraw -35 -9 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4654 +{ +( -6016 5092 -16 ) ( -4688 5092 -16 ) ( -4688 5092 0 ) common/nodraw 32 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4308 -16 ) ( -5728 4260 -16 ) ( -5728 4284 0 ) common/nodraw 12 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5232 4220 -16 ) ( -5968 4220 -16 ) ( -5968 3660 -16 ) common/nodraw 30 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5968 3660 0 ) ( -5968 4220 0 ) ( -5232 4220 0 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5968 4220 0 ) ( -5968 3660 0 ) ( -5968 3660 -16 ) common/nodraw 12 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4632 4356 -16 ) ( -4656 4356 -16 ) ( -4644 4356 0 ) common/nodraw 32 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4655 +{ +( -2062 842 16 ) ( -2214 842 16 ) ( -2214 738 16 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +surfaceparm detail +( -2214 738 24 ) ( -2214 842 24 ) ( -2062 842 24 ) mohtest/oldcrpt1 0 0 0.00 1 1 0 134217728 0 +surfaceparm detail +( -1766 476 24 ) ( -1614 476 24 ) ( -1614 476 16 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 476 24 ) ( -1606 580 24 ) ( -1606 580 16 ) central_europe/tudor_set1_exwall1fltseem -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2062 842 24 ) ( -2214 842 24 ) ( -2214 842 16 ) central_europe/tudor_set1_exwall1fltseem -152 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2222 842 24 ) ( -2222 738 24 ) ( -2222 738 16 ) central_europe/tudor_set1_exwall1fltseem -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4656 +{ +( -1862 866 16 ) ( -1942 866 16 ) ( -1942 842 16 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1942 842 24 ) ( -1942 866 24 ) ( -1862 866 24 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1942 842 24 ) ( -1862 842 24 ) ( -1862 842 16 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1862 844 24 ) ( -1862 868 24 ) ( -1862 868 16 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1862 868 24 ) ( -1942 868 24 ) ( -1942 868 16 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -1942 868 24 ) ( -1942 844 24 ) ( -1942 844 16 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4657 +{ +( -2202 492 24 ) ( -2202 476 24 ) ( -1628 476 24 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2202 476 216 ) ( -2202 492 216 ) ( -1628 492 216 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2202 476 24 ) ( -2202 476 216 ) ( -1628 476 216 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1612 492 216 ) ( -1612 620 216 ) ( -1612 620 208 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2214 492 216 ) ( -2214 492 24 ) ( -1640 492 24 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2214 476 216 ) ( -2214 348 216 ) ( -2214 348 208 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4658 +{ +( -1610 824 24 ) ( -1618 824 24 ) ( -1618 696 24 ) common/nodraw -32 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1610 696 216 ) ( -1610 824 216 ) ( -1602 824 216 ) common/nodraw -32 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1614 476 216 ) ( -1606 476 216 ) ( -1606 476 208 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1606 494 216 ) ( -1606 622 216 ) ( -1606 622 208 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1602 842 216 ) ( -1610 842 216 ) ( -1610 842 208 ) common/nodraw -32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1612 824 216 ) ( -1612 696 216 ) ( -1612 696 208 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4659 +{ +( -2220 824 24 ) ( -2228 824 24 ) ( -2228 696 24 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2220 696 216 ) ( -2220 824 216 ) ( -2212 824 216 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2224 476 216 ) ( -2216 476 216 ) ( -2216 476 208 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2214 494 216 ) ( -2214 622 216 ) ( -2214 622 208 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2212 842 216 ) ( -2220 842 216 ) ( -2220 842 208 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2222 824 216 ) ( -2222 696 216 ) ( -2222 696 208 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4660 +{ +( -1766 868 496 ) ( -2182 868 496 ) ( -2182 868 -80 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2182 842 496 ) ( -1766 842 496 ) ( -1766 842 -80 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1766 850 224 ) ( -2198 858 224 ) ( -1766 866 224 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1990 834 16 ) ( -1942 834 16 ) ( -1966 866 16 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1606 876 16 ) ( -1606 828 16 ) ( -1606 852 208 ) common/nodraw -21 0 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1702 844 16 ) ( -1702 876 16 ) ( -1702 860 224 ) TAardennes/wintered_grey -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4661 +{ +( -1766 868 496 ) ( -2182 868 496 ) ( -2182 868 -80 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2182 842 496 ) ( -1766 842 496 ) ( -1766 842 -80 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1766 850 224 ) ( -2198 858 224 ) ( -1766 866 224 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1978 834 160 ) ( -1930 834 160 ) ( -1954 866 160 ) TAardennes/wintered_grey -144 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -1766 844 0 ) ( -1766 876 0 ) ( -1766 860 208 ) common/nodraw -21 0 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1702 876 16 ) ( -1702 844 16 ) ( -1702 860 224 ) common/nodraw -21 0 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 4662 +{ +( -1366 868 288 ) ( -1782 868 288 ) ( -1782 868 -288 ) TAardennes/wintered_grey 198 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -1782 842 256 ) ( -1366 842 256 ) ( -1366 842 -320 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1702 876 0 ) ( -1702 860 0 ) ( -1702 868 256 ) common/nodraw 35 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1798 858 16 ) ( -1734 850 16 ) ( -1734 866 16 ) common/nodraw 35 -42 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1766 852 32 ) ( -1766 868 32 ) ( -1766 860 176 ) common/nodraw 35 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1702 850 64 ) ( -1766 858 64 ) ( -1702 866 64 ) TAardennes/wintered_grey -144 156 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4663 +{ +( -1766 850 224 ) ( -2198 858 224 ) ( -1766 866 224 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2182 842 496 ) ( -1766 842 496 ) ( -1766 842 -80 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1766 868 496 ) ( -2182 868 496 ) ( -2182 868 -80 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2102 834 160 ) ( -2086 834 160 ) ( -2094 866 160 ) TAardennes/wintered_grey -144 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -2070 842 128 ) ( -2070 842 192 ) ( -2070 874 160 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2134 838 176 ) ( -2134 872 176 ) ( -2134 855 208 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4664 +{ +( -1766 868 288 ) ( -2182 868 288 ) ( -2182 868 -288 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2182 842 256 ) ( -1766 842 256 ) ( -1766 842 -320 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2134 876 48 ) ( -2134 860 48 ) ( -2134 868 304 ) TAardennes/wintered_grey -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2198 858 16 ) ( -2134 850 16 ) ( -2134 866 16 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2134 850 224 ) ( -2198 866 224 ) ( -2134 882 224 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2222 834 16 ) ( -2222 868 16 ) ( -2222 851 176 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4665 +{ +( -1734 868 288 ) ( -2150 868 288 ) ( -2150 868 -288 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2150 842 256 ) ( -1734 842 256 ) ( -1734 842 -320 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2070 876 0 ) ( -2070 860 0 ) ( -2070 868 256 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2166 858 16 ) ( -2102 850 16 ) ( -2102 866 16 ) common/nodraw 34 -58 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2134 852 32 ) ( -2134 868 32 ) ( -2134 860 176 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2070 850 64 ) ( -2134 858 64 ) ( -2070 866 64 ) TAardennes/wintered_grey -144 156 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4666 +{ +( -1766 868 288 ) ( -2182 868 288 ) ( -2182 868 -288 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2182 842 256 ) ( -1766 842 256 ) ( -1766 842 -320 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2070 860 48 ) ( -2070 876 48 ) ( -2070 868 304 ) TAardennes/wintered_grey -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -2038 876 0 ) ( -2038 860 0 ) ( -2038 868 256 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2070 858 16 ) ( -2038 850 16 ) ( -2038 866 16 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2038 850 224 ) ( -2070 866 224 ) ( -2038 882 224 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4667 +{ +( -1950 876 -64 ) ( -1950 860 -64 ) ( -1950 868 224 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1766 850 224 ) ( -2198 858 224 ) ( -1766 866 224 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2182 842 496 ) ( -1766 842 496 ) ( -1766 842 -80 ) mohtest/wlpprbg1_tan 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1766 868 496 ) ( -2182 868 496 ) ( -2182 868 -80 ) TAardennes/wintered_grey 86 -66 -180.00 1 -1.125000 0 65536 0 +surfaceparm detail +( -2102 834 176 ) ( -2086 834 176 ) ( -2094 866 176 ) common/nodraw 34 -25 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2038 844 192 ) ( -2038 844 128 ) ( -2038 876 160 ) common/nodraw 34 0 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4668 +{ +( -5832 5364 -16 ) ( -4504 5364 -16 ) ( -4504 5364 0 ) common/nodraw 40 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 4804 -16 ) ( -5728 4756 -16 ) ( -5728 4780 0 ) common/nodraw 20 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5096 4164 -16 ) ( -5832 4164 -16 ) ( -5832 3604 -16 ) common/nodraw 38 46 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5832 3604 0 ) ( -5832 4164 0 ) ( -5096 4164 0 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5960 4148 0 ) ( -5960 3588 0 ) ( -5960 3588 -16 ) common/nodraw 20 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5536 5196 -16 ) ( -5560 5196 -16 ) ( -5548 5196 0 ) common/nodraw 40 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4669 +{ +( -888 5956 304 ) ( -1312 5956 304 ) ( -1312 5516 304 ) general_structure/jh_conc512damg -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -1312 5516 376 ) ( -1312 5956 376 ) ( -888 5956 376 ) general_structure/jh_conc512damg -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -1312 5516 376 ) ( -888 5516 376 ) ( -888 5516 304 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -888 5516 376 ) ( -888 5956 376 ) ( -888 5956 304 ) models/items/rubblebase -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -888 5956 376 ) ( -1312 5956 376 ) ( -1312 5956 304 ) general_structure/jh_conc512damg -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1312 5956 376 ) ( -1312 5516 376 ) ( -1312 5516 304 ) general_structure/jh_conc512damg -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -888 5548 304 ) ( -920 5516 304 ) ( -904 5532 376 ) models/items/rubblebase -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -1056 5956 304 ) ( -888 5596 304 ) ( -972 5776 376 ) models/items/rubblebase -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4670 +{ +( -6536 4804 192 ) ( -6520 4804 192 ) ( -6528 4804 360 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 5260 192 ) ( -6536 5244 192 ) ( -6536 5252 360 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6496 3756 360 ) ( -6492 5340 360 ) ( -6488 3756 360 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6480 5340 192 ) ( -6488 3756 192 ) ( -6472 3756 192 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3756 568 ) ( -6544 3756 0 ) ( -6544 5340 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4324 344 ) ( -6544 4324 368 ) ( -6536 4324 356 ) mohtest/fltwall1grmy -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4671 +{ +( -6536 3812 192 ) ( -6544 3812 192 ) ( -6540 3812 360 ) common/nodraw -32 -40 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6536 4900 192 ) ( -6536 4884 192 ) ( -6536 4892 360 ) general_structure/plaster_wall2 0 16 0.00 1 0.700000 0 65536 0 +surfaceparm detail +( -6496 3244 360 ) ( -6492 4828 360 ) ( -6488 3244 360 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6480 4828 192 ) ( -6488 3244 192 ) ( -6472 3244 192 ) common/nodraw -32 52 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 3244 568 ) ( -6544 3244 0 ) ( -6544 4828 0 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6544 4060 376 ) ( -6544 4060 344 ) ( -6536 4060 360 ) mohtest/fltwall1grmy -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4672 +{ +( -5728 5372 -16 ) ( -4400 5372 -16 ) ( -4400 5372 0 ) common/nodraw 16 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4992 4172 -16 ) ( -5728 4172 -16 ) ( -5728 3612 -16 ) common/nodraw 14 54 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5728 3612 0 ) ( -5728 4172 0 ) ( -4992 4172 0 ) mohtest/wdflr2a -16 156 0.00 1 1 0 16384 0 +surfaceparm detail +( -5728 4172 0 ) ( -5728 3612 0 ) ( -5728 3612 -16 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5720 4876 -16 ) ( -5728 4876 -16 ) ( -5724 4876 0 ) common/nodraw 16 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5152 5376 -16 ) ( -5152 5360 -16 ) ( -5152 5368 0 ) common/nodraw 28 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4673 +{ +( -6248 5104 384 ) ( -6248 5360 384 ) ( -5984 5360 384 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6252 5100 376 ) ( -5988 5100 376 ) ( -5988 5100 208 ) mohtest/wdflr2a -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5984 5104 376 ) ( -5984 5360 376 ) ( -5984 5360 208 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -5984 5364 376 ) ( -6248 5364 376 ) ( -6248 5364 208 ) mohtest/wdflr2a -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6248 5360 376 ) ( -6248 5104 376 ) ( -6248 5104 208 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -6098 5360 360 ) ( -6108 5096 360 ) ( -6088 5096 360 ) ta_berlin/brln_concflat 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4674 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -5757.276855 3340.883789 0 -8.629988 15.340298 ) ( -5604.777832 3296.527344 16 -7.956163 15.826065 ) ( -5479.276367 3115.208496 -8 -7.465924 16.440592 ) ) +( ( -5873.891602 3342.041016 112 -9.007388 15.476402 ) ( -5686.591797 3186.193359 120 -8.275749 16.163307 ) ( -5588.270996 3013.888672 40 -7.891684 16.836372 ) ) +( ( -6017.356445 3332.539063 192 -9.286548 15.872894 ) ( -5939.669922 3018.893555 216 -8.889335 16.441822 ) ( -5948.389648 2504.996582 188 -8.204647 17.199232 ) ) +) + } + } +} +// entity 1 +{ +"$targetname" "lookright" +"origin" "2412 2468 100" +"classname" "info_notnull" +} +// entity 2 +{ +"damage" "10000" +"classname" "trigger_hurt" +// brush 0 +{ +( 1288 3328 -576 ) ( 848 3328 -576 ) ( 848 3296 -576 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 848 3296 -544 ) ( 848 3328 -544 ) ( 1288 3328 -544 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1816 -4864 -560 ) ( 2256 -4864 -560 ) ( 2256 -4864 -576 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6208 808 -560 ) ( 6208 840 -560 ) ( 6208 840 -576 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1656 7040 -560 ) ( 1216 7040 -560 ) ( 1216 7040 -576 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1408 3456 -572 ) ( 1408 -3200 -560 ) ( 1408 -3200 -584 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +// brush 1 +{ +( 1320 3328 -576 ) ( 880 3328 -576 ) ( 880 3296 -576 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 848 3296 -80 ) ( 848 3328 -80 ) ( 1288 3328 -80 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1528 -4864 -80 ) ( 1968 -4864 -80 ) ( 1968 -4864 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1656 7040 -80 ) ( 1216 7040 -80 ) ( 1216 7040 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1408 -3200 -80 ) ( 1408 3456 -92 ) ( 1408 -3200 -104 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 64 440 -96 ) ( 64 464 -96 ) ( 64 452 -80 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +// brush 2 +{ +( 4680 3112 -576 ) ( 4240 3112 -576 ) ( 4240 3080 -576 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 4240 3080 -544 ) ( 4240 3112 -544 ) ( 4680 3112 -544 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 5616 -192 -560 ) ( 6056 -192 -560 ) ( 6056 -192 -576 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6848 504 -560 ) ( 6848 536 -560 ) ( 6848 536 -576 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 4440 3136 -560 ) ( 4000 3136 -560 ) ( 4000 3136 -576 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6208 6528 -572 ) ( 6208 -128 -560 ) ( 6208 -128 -584 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +// brush 3 +{ +( 1288 3328 -96 ) ( 848 3328 -96 ) ( 848 3296 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 848 3296 -80 ) ( 848 3328 -80 ) ( 1288 3328 -80 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1920 384 -80 ) ( 2360 384 -80 ) ( 2360 384 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1656 7040 -80 ) ( 1216 7040 -80 ) ( 1216 7040 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -2048 3456 -80 ) ( -2048 3424 -80 ) ( -2048 3424 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 64 464 -96 ) ( 64 440 -96 ) ( 64 452 -80 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +// brush 4 +{ +( -3256 3104 -96 ) ( -3696 3104 -96 ) ( -3696 3072 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -3696 3072 -80 ) ( -3696 3104 -80 ) ( -3256 3104 -80 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -2616 384 -80 ) ( -2176 384 -80 ) ( -2176 384 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -2048 424 -80 ) ( -2048 456 -80 ) ( -2048 456 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -3176 5696 -80 ) ( -3616 5696 -80 ) ( -3616 5696 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -6592 3232 -80 ) ( -6592 3200 -80 ) ( -6592 3200 -96 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 3 +{ +"origin" "-3120 1632 40" +"classname" "info_pathnode" +} +// entity 4 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Mauser KAR 98K" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "15" +"$targetname" "enemyspawner" +"target" "t1770" +"origin" "-2232.00 1456.00 16.00" +"angle" "180" +"testanim" "idle" +"model" "human/german_wehrmact_officer.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_officer" +} +// entity 5 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Mauser KAR 98K" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "10" +"$targetname" "enemyspawner" +"target" "t1771" +"angle" "180" +"origin" "-2200.00 1528.00 16.00" +"testanim" "idle" +"model" "human/german_wehrmact_soldier.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_soldier" +} +// entity 6 +{ +"$targetname" "aagun" +"angle" "180" +"origin" "-1249.00 1511.00 16.00" +"testanim" "idle" +"model" "statweapons/P_aagun_base.tik" +"scale" "1.0" +"classname" "turretweapon_player_aagun" +} +// entity 7 +{ +"origin" "-5482 5212 28" +"angle" "180" +"classname" "info_player_deathmatch" +} +// entity 8 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 170.0 0.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"$targetname" "plane_path1" +"target" "t1685" +"origin" "6739.20 3003.20 1011.20" +"classname" "info_splinepath" +} +// entity 9 +{ +"$targetname" "exploder" +"#set" "8" +"classname" "script_object" +// brush 0 + { + patchDef2 + { + ta_berlin/archway1trim_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -4778.098633 3301.734863 360 -3.551299 -0.703125 ) ( -4778.098633 3301.734863 608 -3.551299 -1.187500 ) ( -4976.088379 3103.745117 608 -3.937998 -1.187500 ) ) +( ( -4778.098633 3301.734863 608 -3.551299 -1.187500 ) ( -4778.098633 3301.734863 608 -3.551299 -1.187500 ) ( -4778.098633 3301.734863 608 -3.551299 -1.187500 ) ) +( ( -4778.098633 3301.734863 608 -3.551299 -1.187500 ) ( -4778.098633 3301.734863 608 -3.551299 -1.187500 ) ( -4778.098633 3301.734863 608 -3.551299 -1.187500 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + ta_berlin/archway1trim_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -4970.431641 3109.402344 608 -3.926949 -1.187500 ) ( -5168.421387 2911.412109 608 -4.313648 -1.187500 ) ( -5168.421387 2911.412109 360 -4.313648 -0.703125 ) ) +( ( -5168.421387 2911.412109 608 -4.313648 -1.187500 ) ( -5168.421387 2911.412109 608 -4.313648 -1.187500 ) ( -5168.421387 2911.412109 608 -4.313648 -1.187500 ) ) +( ( -5168.421387 2911.412109 608 -4.313648 -1.187500 ) ( -5168.421387 2911.412109 608 -4.313648 -1.187500 ) ( -5168.421387 2911.412109 608 -4.313648 -1.187500 ) ) +) + } + } +} +// entity 10 +{ +"#set" "199" +"$targetname" "explodersmashed" +"classname" "script_object" +// brush 0 +{ +( 3844 3092 88 ) ( 3844 3092 32 ) ( 4108 3092 32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3844 3092 -20 ) ( 3844 2904 -20 ) ( 4084 2904 -20 ) blasted/dday_bunker_wall1csml 165 190 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3844 2904 88 ) ( 3844 3092 88 ) ( 4108 3092 88 ) misc_outside/concpath1_wgrass 97 221 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3972 2344 -20 ) ( 3972 2280 -20 ) ( 3972 2312 36 ) common/nodraw -34 27 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 3972 2932 -20 ) ( 3900 3020 -20 ) ( 3936 2976 88 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +( 3900 3020 -20 ) ( 3900 3024 -20 ) ( 3900 3022 88 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +( 3900 3068 -20 ) ( 3916 3092 -20 ) ( 3908 3080 88 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +// brush 1 +{ +( 3716 2920 64 ) ( 3956 2920 64 ) ( 3956 2920 80 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 3844 2904 80 ) ( 4084 2904 80 ) ( 4024 2416 80 ) mohcommon/crackedconcrete 169 137 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4084 2904 64 ) ( 3844 2904 64 ) ( 3844 2416 64 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3972 2344 64 ) ( 3972 2280 64 ) ( 3972 2312 80 ) common/nodraw -23 57 60.03 7.057508 -4.732327 536870912 2224 0 +surfaceparm detail +( 3972 2856 64 ) ( 3948 2900 64 ) ( 3960 2878 80 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +( 3948 2900 64 ) ( 3948 2916 64 ) ( 3948 2908 80 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +// brush 2 +{ +( 3896 2400 64 ) ( 3716 2400 64 ) ( 3716 2400 80 ) common/nodraw 52 -46 119.96 1.621434 2.311739 536870912 2224 0 +surfaceparm detail +( 3844 2904 80 ) ( 4084 2904 80 ) ( 4024 2416 80 ) mohcommon/crackedconcrete 169 137 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4084 2904 64 ) ( 3844 2904 64 ) ( 3844 2416 64 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3972 2344 64 ) ( 3972 2280 64 ) ( 3972 2312 80 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +( 3888 2400 64 ) ( 3972 2600 64 ) ( 3930 2500 80 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +// brush 3 +{ +( 3972 2400 88 ) ( 3972 2400 32 ) ( 3972 2224 32 ) common/nodraw -34 39 90.00 0.875000 -2.750000 536870912 2224 0 +surfaceparm detail +( 3972 2228 32 ) ( 3844 2228 32 ) ( 3844 2228 88 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3972 2400 -20 ) ( 3844 2400 -20 ) ( 3844 2224 -20 ) blasted/dday_bunker_wall1csml 165 190 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3844 2400 88 ) ( 3972 2400 88 ) ( 3972 2224 88 ) misc_outside/concpath1_wgrass 97 221 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3716 2400 32 ) ( 3844 2400 32 ) ( 3844 2400 88 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3888 2360 -20 ) ( 3888 2400 -20 ) ( 3888 2380 88 ) blasted/dday_bunker_wall1csml -224 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3952 2228 -20 ) ( 3888 2376 -20 ) ( 3920 2302 88 ) blasted/dday_bunker_wall1csml -224 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 4 +{ +( 4024 2416 80 ) ( 3844 2416 80 ) ( 3844 2400 80 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 3716 2416 80 ) ( 3896 2416 80 ) ( 3896 2416 88 ) central_europe/strtset_cew -143 57 0.00 1 1 0 65536 0 +surfaceparm detail +( 3844 2416 88 ) ( 4024 2416 88 ) ( 4020 2400 88 ) central_europe/strtset_cew 29 69 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3892 2400 80 ) ( 3716 2400 80 ) ( 3716 2400 88 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 3972 2344 80 ) ( 3972 2280 80 ) ( 3972 2312 88 ) common/nodraw 0 -24 -90.00 0.125000 -2.750000 536870912 2224 0 +surfaceparm detail +( 3880 2400 80 ) ( 3884 2416 80 ) ( 3882 2408 88 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +// brush 5 +{ +( 3844 3092 144 ) ( 3844 3092 88 ) ( 4108 3092 88 ) general_structure/concretewall2 -132 152 0.00 1 1 0 0 0 +surfaceparm detail +( 3844 3092 88 ) ( 3844 2904 88 ) ( 4084 2904 88 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 3844 2904 140 ) ( 3844 3092 140 ) ( 4108 3092 140 ) general_structure/concretewall2 169 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3972 2344 84 ) ( 3972 2280 84 ) ( 3972 2312 140 ) common/nodraw 35 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3348 3076 88 ) ( 3340 3076 88 ) ( 3344 3076 140 ) general_structure/concretewall2 -132 152 0.00 1 1 0 0 0 +surfaceparm detail +( 3880 3076 88 ) ( 3886 3092 108 ) ( 3892 3076 128 ) general_structure/concretewall2 -100 152 0.00 1 1 0 0 0 +surfaceparm detail +( 3892 3076 128 ) ( 3910 3092 134 ) ( 3928 3076 140 ) general_structure/concretewall2 -132 64 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 6 +{ +( 4108 2228 88 ) ( 3844 2228 88 ) ( 3844 2228 144 ) general_structure/concretewall2 -132 152 0.00 1 1 0 0 0 +surfaceparm detail +( 4084 2416 88 ) ( 3844 2416 88 ) ( 3844 2228 88 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 4108 2228 140 ) ( 3844 2228 140 ) ( 3844 2416 140 ) general_structure/concretewall2 161 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3972 3008 140 ) ( 3972 3040 84 ) ( 3972 2976 84 ) common/nodraw 34 14 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3344 2244 140 ) ( 3340 2244 88 ) ( 3348 2244 88 ) general_structure/concretewall2 -132 152 0.00 1 1 0 0 0 +surfaceparm detail +( 3892 2228 88 ) ( 3896 2244 88 ) ( 3894 2236 140 ) general_structure/concretewall2 -100 152 0.00 1 1 0 0 0 +surfaceparm detail +} +} +// entity 11 +{ +"angle" "180" +"classname" "func_ladder" +// brush 0 +{ +( 2507 1256 -168 ) ( 2483 1256 -168 ) ( 2483 1208 -168 ) common/ladder -35 0 0.00 1 1 0 136 0 +( 2483 1208 24 ) ( 2483 1256 24 ) ( 2507 1256 24 ) common/ladder -35 0 0.00 1 1 0 136 0 +( 2483 1206 24 ) ( 2507 1206 24 ) ( 2507 1206 -168 ) common/ladder -35 0 0.00 1 1 0 136 0 +( 2511 1208 24 ) ( 2511 1256 24 ) ( 2511 1256 -168 ) common/ladder 0 0 0.00 1 1 0 136 0 +( 2507 1256 24 ) ( 2483 1256 24 ) ( 2483 1256 -168 ) common/ladder -35 0 0.00 1 1 0 136 0 +( 2483 1256 24 ) ( 2483 1208 24 ) ( 2483 1208 -168 ) common/ladder 0 0 0.00 1 1 0 136 0 +} +} +// entity 12 +{ +"ObjectiveNBR" "2" +"spawnflags" "1" +"target" "t879" +"$targetname" "Obj_artillerystrike" +"ControlledBy" "1" +"AxisObjNum" "2" +"AlliesObjNum" "4" +"origin" "-4433 1639 292" +"angle" "0" +"classname" "func_TOWObjective" +} +// entity 13 +{ +"ObjectiveNBR" "3" +"spawnflags" "1" +"target" "t1730" +"$targetname" "Obj_radarcontrol" +"ControlledBy" "1" +"AxisObjNum" "3" +"AlliesObjNum" "3" +"origin" "46 5540 140" +"classname" "func_TOWObjective" +} +// entity 14 +{ +"origin" "-5436 4220 68" +"classname" "info_player_start" +} +// entity 15 +{ +"classname" "func_rotatingdoor" +// brush 0 +{ +( -5742 3974 16 ) ( -5750 3974 16 ) ( -5750 3910 16 ) common/origin -16 28 0.00 1 1 16777216 2176 0 +( -5750 3910 128 ) ( -5750 3974 128 ) ( -5742 3974 128 ) common/origin -16 28 0.00 1 1 16777216 2176 0 +( -5754 3970 128 ) ( -5746 3970 128 ) ( -5746 3970 16 ) common/origin -16 0 0.00 1 1 16777216 2176 0 +( -5746 3970 128 ) ( -5746 4034 128 ) ( -5746 4034 16 ) common/origin -28 0 0.00 1 1 16777216 2176 0 +( -5742 3974 128 ) ( -5750 3974 128 ) ( -5750 3974 16 ) common/origin -16 0 0.00 1 1 16777216 2176 0 +( -5750 3974 128 ) ( -5750 3910 128 ) ( -5750 3910 16 ) common/origin -28 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -5744 3972 16 ) ( -5752 3972 16 ) ( -5752 3908 16 ) general_structure/door_offwhite2 0 16 0.00 -0.062500 0.250000 0 16384 0 +( -5752 3908 128 ) ( -5752 3972 128 ) ( -5744 3972 128 ) general_structure/door_offwhite2 0 16 0.00 -0.062500 0.250000 0 16384 0 +( -5752 3908 128 ) ( -5744 3908 128 ) ( -5744 3908 16 ) general_structure/door_offwhite2 0 36 0.00 -0.062500 0.437500 0 16384 0 +( -5744 3908 128 ) ( -5744 3972 128 ) ( -5744 3972 16 ) general_structure/door_offwhite2 8 36 0.00 -0.500000 0.437500 0 16384 0 +( -5744 3972 128 ) ( -5752 3972 128 ) ( -5752 3972 16 ) general_structure/door_offwhite2 0 36 0.00 -0.062500 0.437500 0 16384 0 +( -5752 3972 128 ) ( -5752 3908 128 ) ( -5752 3908 16 ) general_structure/door_offwhite2 8 36 0.00 -0.500000 0.437500 0 16384 0 +} +} +// entity 16 +{ +"$targetname" "exploder" +"#set" "18" +"classname" "script_object" +// brush 0 +{ +( -2610 1870 680 ) ( -2194 1870 680 ) ( -2194 1870 104 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2194 1902 648 ) ( -2610 1902 648 ) ( -2610 1902 72 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2450 1886 392 ) ( -2450 1854 392 ) ( -2450 1870 648 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2578 1854 392 ) ( -2578 1886 392 ) ( -2578 1870 648 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2498 1878 424 ) ( -2530 1886 424 ) ( -2530 1870 424 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2530 1870 568 ) ( -2498 1862 568 ) ( -2530 1854 568 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( -2786 1870 -72 ) ( -2786 1870 504 ) ( -2370 1870 504 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2370 1902 -104 ) ( -2370 1902 472 ) ( -2786 1902 472 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2786 1886 504 ) ( -2802 1870 -72 ) ( -2770 1902 -72 ) common/nodraw 11 5 -180.00 0.708984 -1 536870912 2224 0 +surfaceparm detail +( -2738 1878 472 ) ( -2738 1886 216 ) ( -2738 1870 216 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2738 1870 248 ) ( -2738 1886 248 ) ( -2802 1878 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2738 1854 392 ) ( -2802 1870 392 ) ( -2738 1886 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2786 1862 248 ) ( -2786 1878 248 ) ( -2786 1870 392 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( -3042 1870 488 ) ( -2626 1870 488 ) ( -2626 1870 -88 ) general_structure/denmark_win2 29 -11 -180.00 0.500000 -0.533325 0 4194304 0 +surfaceparm detail +( -2626 1902 456 ) ( -3042 1902 456 ) ( -3042 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2674 1886 200 ) ( -2674 1870 200 ) ( -2674 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2738 1870 200 ) ( -2738 1886 200 ) ( -2738 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2738 1902 376 ) ( -2674 1878 376 ) ( -2738 1854 376 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2674 1894 280 ) ( -2738 1902 280 ) ( -2738 1886 280 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( -2922 1870 672 ) ( -2506 1870 672 ) ( -2506 1870 96 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2578 1902 648 ) ( -2994 1902 648 ) ( -2994 1902 72 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2642 1886 392 ) ( -2642 1870 392 ) ( -2642 1878 648 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2698 1870 384 ) ( -2698 1886 384 ) ( -2698 1878 640 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2642 1878 424 ) ( -2674 1886 424 ) ( -2674 1870 424 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2674 1886 568 ) ( -2642 1870 568 ) ( -2674 1854 568 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( -2898 1870 504 ) ( -2482 1870 504 ) ( -2482 1870 -72 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2530 1902 472 ) ( -2946 1902 472 ) ( -2946 1902 -104 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2594 1886 216 ) ( -2594 1870 216 ) ( -2594 1878 472 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2674 1870 216 ) ( -2674 1886 216 ) ( -2674 1878 472 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2594 1878 248 ) ( -2626 1886 248 ) ( -2626 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2626 1886 392 ) ( -2594 1870 392 ) ( -2626 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 5 +{ +( -3042 1870 488 ) ( -2626 1870 488 ) ( -2626 1870 -88 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2626 1902 456 ) ( -3042 1902 456 ) ( -3042 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2674 1886 200 ) ( -2674 1870 200 ) ( -2674 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2738 1870 200 ) ( -2738 1886 200 ) ( -2738 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2674 1878 376 ) ( -2738 1902 376 ) ( -2738 1854 376 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2738 1870 392 ) ( -2674 1862 392 ) ( -2738 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 6 +{ +( -2538 1862 392 ) ( -2538 1894 392 ) ( -2602 1894 392 ) general_structure/beam_wood1 -78 13 0.00 1 1 0 16384 0 +surfaceparm detail +( -2394 1894 424 ) ( -2330 1894 424 ) ( -2330 1862 424 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +( -2810 1862 424 ) ( -2810 1862 392 ) ( -2802 1870 392 ) common/nodraw 11 5 -180.00 0.708984 -1 536870912 2224 0 +surfaceparm detail +( -2810 1862 392 ) ( -2810 1862 424 ) ( -2562 1862 424 ) general_structure/beam_wood1 -158 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -2410 1870 408 ) ( -2474 1870 408 ) ( -2474 1870 392 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2562 1870 392 ) ( -2562 1862 392 ) ( -2562 1866 424 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 7 +{ +( -3066 1870 664 ) ( -2650 1870 664 ) ( -2650 1870 88 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2650 1902 632 ) ( -3066 1902 632 ) ( -3066 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2698 1886 376 ) ( -2698 1870 376 ) ( -2698 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2762 1870 376 ) ( -2762 1886 376 ) ( -2762 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2762 1902 456 ) ( -2698 1894 456 ) ( -2762 1886 456 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2698 1878 424 ) ( -2762 1886 424 ) ( -2762 1870 424 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( -3066 1870 664 ) ( -2650 1870 664 ) ( -2650 1870 88 ) general_structure/denmark_win2 108 132 -180.00 0.500000 -0.533325 0 4194304 0 +surfaceparm detail +( -2650 1902 632 ) ( -3066 1902 632 ) ( -3066 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2698 1886 376 ) ( -2698 1870 376 ) ( -2698 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2762 1870 376 ) ( -2762 1886 376 ) ( -2762 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2762 1902 552 ) ( -2698 1878 552 ) ( -2762 1854 552 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2698 1894 456 ) ( -2762 1902 456 ) ( -2762 1886 456 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 9 +{ +( -2834 1870 104 ) ( -2834 1870 680 ) ( -2418 1870 680 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2786 1870 424 ) ( -2786 1886 424 ) ( -2850 1878 424 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2786 1854 568 ) ( -2850 1870 568 ) ( -2786 1886 568 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2802 1870 424 ) ( -2794 1878 424 ) ( -2798 1874 568 ) common/nodraw 60 5 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2754 1902 424 ) ( -2746 1902 424 ) ( -2750 1902 568 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2762 1886 424 ) ( -2762 1870 424 ) ( -2762 1878 568 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2786 1862 424 ) ( -2786 1870 424 ) ( -2786 1866 568 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +} +// brush 10 +{ +( -3066 1870 664 ) ( -2650 1870 664 ) ( -2650 1870 88 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2650 1902 632 ) ( -3066 1902 632 ) ( -3066 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2698 1886 376 ) ( -2698 1870 376 ) ( -2698 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2762 1870 376 ) ( -2762 1886 376 ) ( -2762 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2698 1878 552 ) ( -2762 1902 552 ) ( -2762 1854 552 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2762 1870 568 ) ( -2698 1862 568 ) ( -2762 1854 568 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( -2946 1870 664 ) ( -2530 1870 664 ) ( -2530 1870 88 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2610 1902 632 ) ( -3026 1902 632 ) ( -3026 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2578 1886 376 ) ( -2578 1870 376 ) ( -2578 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2642 1870 376 ) ( -2642 1886 376 ) ( -2642 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2578 1878 552 ) ( -2642 1902 552 ) ( -2642 1854 552 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2642 1870 568 ) ( -2578 1862 568 ) ( -2642 1854 568 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 12 +{ +( -2946 1870 664 ) ( -2530 1870 664 ) ( -2530 1870 88 ) general_structure/denmark_win2 92 132 -180.00 0.500000 -0.533325 0 4194304 0 +surfaceparm detail +( -2610 1902 632 ) ( -3026 1902 632 ) ( -3026 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2578 1886 376 ) ( -2578 1870 376 ) ( -2578 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2642 1870 376 ) ( -2642 1886 376 ) ( -2642 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2642 1902 552 ) ( -2578 1878 552 ) ( -2642 1854 552 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2578 1894 456 ) ( -2642 1902 456 ) ( -2642 1886 456 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 13 +{ +( -2946 1870 664 ) ( -2530 1870 664 ) ( -2530 1870 88 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2610 1902 632 ) ( -3026 1902 632 ) ( -3026 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2578 1886 376 ) ( -2578 1870 376 ) ( -2578 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2642 1870 376 ) ( -2642 1886 376 ) ( -2642 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2642 1902 456 ) ( -2578 1894 456 ) ( -2642 1886 456 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2578 1878 424 ) ( -2642 1886 424 ) ( -2642 1870 424 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 14 +{ +( -3042 1870 488 ) ( -2626 1870 488 ) ( -2626 1870 -88 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2626 1902 456 ) ( -3042 1902 456 ) ( -3042 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2674 1886 200 ) ( -2674 1870 200 ) ( -2674 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2738 1870 200 ) ( -2738 1886 200 ) ( -2738 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2738 1902 280 ) ( -2674 1894 280 ) ( -2738 1886 280 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2674 1878 248 ) ( -2738 1886 248 ) ( -2738 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 15 +{ +( -2898 1870 488 ) ( -2482 1870 488 ) ( -2482 1870 -88 ) general_structure/denmark_win2 60 -11 -180.00 0.500000 -0.533325 0 4194304 0 +surfaceparm detail +( -2562 1902 456 ) ( -2978 1902 456 ) ( -2978 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2530 1886 200 ) ( -2530 1870 200 ) ( -2530 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2594 1870 200 ) ( -2594 1886 200 ) ( -2594 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2594 1902 376 ) ( -2530 1878 376 ) ( -2594 1854 376 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2530 1894 280 ) ( -2594 1902 280 ) ( -2594 1886 280 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 16 +{ +( -2898 1870 488 ) ( -2482 1870 488 ) ( -2482 1870 -88 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2562 1902 456 ) ( -2978 1902 456 ) ( -2978 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2530 1886 200 ) ( -2530 1870 200 ) ( -2530 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2594 1870 200 ) ( -2594 1886 200 ) ( -2594 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2594 1902 280 ) ( -2530 1894 280 ) ( -2594 1886 280 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2530 1878 248 ) ( -2594 1886 248 ) ( -2594 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 17 +{ +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2146 1902 472 ) ( -2562 1902 472 ) ( -2562 1902 -104 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2530 1854 216 ) ( -2530 1886 216 ) ( -2530 1870 472 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2498 1878 248 ) ( -2530 1886 248 ) ( -2530 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2530 1870 392 ) ( -2498 1862 392 ) ( -2530 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2506 1902 392 ) ( -2506 1902 376 ) ( -2506 1870 384 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 18 +{ +( -2898 1870 488 ) ( -2482 1870 488 ) ( -2482 1870 -88 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2562 1902 456 ) ( -2978 1902 456 ) ( -2978 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2530 1886 200 ) ( -2530 1870 200 ) ( -2530 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2594 1870 200 ) ( -2594 1886 200 ) ( -2594 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2530 1878 376 ) ( -2594 1902 376 ) ( -2594 1854 376 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2594 1870 392 ) ( -2530 1862 392 ) ( -2594 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 19 +{ +( -2538 1862 392 ) ( -2538 1894 392 ) ( -2602 1894 392 ) general_structure/beam_wood1 -78 13 0.00 1 1 0 16384 0 +surfaceparm detail +( -2394 1894 424 ) ( -2330 1894 424 ) ( -2330 1862 424 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 +( -2410 1798 424 ) ( -2346 1798 424 ) ( -2346 1798 408 ) general_structure/beam_wood1 -158 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -2394 1870 408 ) ( -2458 1870 408 ) ( -2458 1870 392 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2562 1854 400 ) ( -2562 1862 400 ) ( -2562 1858 432 ) general_structure/beam_wood1 158 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2170 1862 384 ) ( -2186 1846 384 ) ( -2178 1854 416 ) general_structure/beam_wood1 -93 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -2554 1846 400 ) ( -2562 1854 400 ) ( -2558 1850 432 ) general_structure/beam_wood1 158 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2178 1870 392 ) ( -2170 1862 392 ) ( -2174 1866 424 ) common/nodraw -13 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 20 +{ +( -2506 1814 376 ) ( -2474 1814 376 ) ( -2474 1830 384 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2562 1822 392 ) ( -2166 1822 392 ) ( -2166 1814 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2498 1822 388 ) ( -2498 1814 388 ) ( -2498 1814 364 ) general_structure/beam_wood1 22 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( -2474 1814 360 ) ( -2506 1814 360 ) ( -2506 1814 392 ) general_structure/beam_wood1 -78 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -2166 1830 392 ) ( -2562 1830 392 ) ( -2562 1830 368 ) general_structure/beam_wood1 -78 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2482 1830 392 ) ( -2482 1830 376 ) ( -2482 1822 384 ) general_structure/beam_wood1 22 5 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 21 +{ +( -2474 1870 344 ) ( -2506 1870 344 ) ( -2506 1870 320 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2474 1814 376 ) ( -2506 1814 376 ) ( -2506 1830 384 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2498 1822 380 ) ( -2498 1814 380 ) ( -2498 1814 356 ) general_structure/beam_wood1 247 13 136.02 1.000224 -1.000569 0 16384 0 +surfaceparm detail +( -2474 1870 320 ) ( -2506 1870 320 ) ( -2506 1814 376 ) general_structure/beam_wood1 22 13 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2506 1870 344 ) ( -2474 1870 344 ) ( -2474 1830 384 ) general_structure/beam_wood1 22 13 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2482 1830 384 ) ( -2482 1830 368 ) ( -2482 1822 376 ) general_structure/beam_wood1 247 13 136.02 1.000224 -1.000569 0 16384 0 +surfaceparm detail +} +// brush 22 +{ +( -2850 1870 504 ) ( -2434 1870 504 ) ( -2434 1870 -72 ) general_structure/beam_wood1 -156 -22 90.00 1 1 0 16384 0 +surfaceparm detail +( -2434 1902 472 ) ( -2850 1902 472 ) ( -2850 1902 -104 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2418 1878 248 ) ( -2482 1886 248 ) ( -2482 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2482 1886 392 ) ( -2418 1870 392 ) ( -2482 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2474 1902 376 ) ( -2474 1902 360 ) ( -2474 1870 368 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2506 1902 368 ) ( -2506 1902 376 ) ( -2506 1870 372 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 23 +{ +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2146 1902 472 ) ( -2562 1902 472 ) ( -2562 1902 -104 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2450 1886 216 ) ( -2450 1854 216 ) ( -2450 1870 472 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2498 1878 248 ) ( -2530 1886 248 ) ( -2530 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2530 1870 392 ) ( -2498 1862 392 ) ( -2530 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2474 1902 376 ) ( -2474 1902 392 ) ( -2474 1870 384 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 24 +{ +( -2754 1870 488 ) ( -2338 1870 488 ) ( -2338 1870 -88 ) general_structure/denmark_win2 92 -11 -180.00 0.500000 -0.533325 0 4194304 0 +surfaceparm detail +( -2338 1902 456 ) ( -2754 1902 456 ) ( -2754 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2386 1886 200 ) ( -2386 1870 200 ) ( -2386 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2450 1870 200 ) ( -2450 1886 200 ) ( -2450 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2450 1902 376 ) ( -2386 1878 376 ) ( -2450 1854 376 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2386 1894 280 ) ( -2450 1902 280 ) ( -2450 1886 280 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 25 +{ +( -2754 1870 488 ) ( -2338 1870 488 ) ( -2338 1870 -88 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2338 1902 456 ) ( -2754 1902 456 ) ( -2754 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2386 1886 200 ) ( -2386 1870 200 ) ( -2386 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2450 1870 200 ) ( -2450 1886 200 ) ( -2450 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2450 1902 280 ) ( -2386 1894 280 ) ( -2450 1886 280 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2386 1878 248 ) ( -2450 1886 248 ) ( -2450 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 26 +{ +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2234 1902 472 ) ( -2650 1902 472 ) ( -2650 1902 -104 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2346 1886 216 ) ( -2346 1870 216 ) ( -2346 1878 472 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2386 1870 216 ) ( -2386 1886 216 ) ( -2386 1878 472 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2306 1878 248 ) ( -2338 1886 248 ) ( -2338 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2338 1886 392 ) ( -2306 1870 392 ) ( -2338 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 27 +{ +( -2754 1870 488 ) ( -2338 1870 488 ) ( -2338 1870 -88 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2338 1902 456 ) ( -2754 1902 456 ) ( -2754 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2386 1886 200 ) ( -2386 1870 200 ) ( -2386 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2450 1870 200 ) ( -2450 1886 200 ) ( -2450 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2386 1878 376 ) ( -2450 1902 376 ) ( -2450 1854 376 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2450 1870 392 ) ( -2386 1862 392 ) ( -2450 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 28 +{ +( -2650 1870 488 ) ( -2234 1870 488 ) ( -2234 1870 -88 ) general_structure/denmark_win2 44 -10 -180.00 0.500000 -0.533325 0 4194304 0 +surfaceparm detail +( -2234 1902 456 ) ( -2650 1902 456 ) ( -2650 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2282 1886 200 ) ( -2282 1870 200 ) ( -2282 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2346 1870 200 ) ( -2346 1886 200 ) ( -2346 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2346 1902 376 ) ( -2282 1878 376 ) ( -2346 1854 376 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2282 1894 280 ) ( -2346 1902 280 ) ( -2346 1886 280 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 29 +{ +( -2650 1870 488 ) ( -2234 1870 488 ) ( -2234 1870 -88 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2234 1902 456 ) ( -2650 1902 456 ) ( -2650 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2650 1902 392 ) ( -2218 1886 392 ) ( -2650 1870 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2282 1886 200 ) ( -2282 1870 200 ) ( -2282 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2346 1870 200 ) ( -2346 1886 200 ) ( -2346 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2282 1878 376 ) ( -2346 1902 376 ) ( -2346 1854 376 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 30 +{ +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2194 1902 472 ) ( -2610 1902 472 ) ( -2610 1902 -104 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2282 1870 216 ) ( -2282 1886 216 ) ( -2282 1878 472 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2178 1878 248 ) ( -2242 1886 248 ) ( -2242 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2242 1886 392 ) ( -2178 1870 392 ) ( -2242 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2266 1902 376 ) ( -2266 1902 368 ) ( -2266 1870 372 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 31 +{ +( -2650 1870 488 ) ( -2234 1870 488 ) ( -2234 1870 -88 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2234 1902 456 ) ( -2650 1902 456 ) ( -2650 1902 -120 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2282 1886 200 ) ( -2282 1870 200 ) ( -2282 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2346 1870 200 ) ( -2346 1886 200 ) ( -2346 1878 456 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2346 1902 280 ) ( -2282 1894 280 ) ( -2346 1886 280 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2282 1878 248 ) ( -2346 1886 248 ) ( -2346 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 32 +{ +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) general_structure/beam_wood1 -156 -6 90.00 1 1 0 16384 0 +surfaceparm detail +( -2194 1902 472 ) ( -2610 1902 472 ) ( -2610 1902 -104 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2178 1878 248 ) ( -2242 1886 248 ) ( -2242 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2242 1886 392 ) ( -2178 1870 392 ) ( -2242 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2234 1902 376 ) ( -2234 1902 360 ) ( -2234 1870 368 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2266 1902 368 ) ( -2266 1902 376 ) ( -2266 1870 372 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 33 +{ +( -2234 1870 344 ) ( -2266 1870 344 ) ( -2266 1870 320 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2234 1814 376 ) ( -2266 1814 376 ) ( -2266 1830 384 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2258 1822 380 ) ( -2258 1814 380 ) ( -2258 1814 356 ) general_structure/beam_wood1 247 13 136.02 1.000224 -1.000569 0 16384 0 +surfaceparm detail +( -2234 1870 320 ) ( -2266 1870 320 ) ( -2266 1814 376 ) general_structure/beam_wood1 22 29 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2266 1870 344 ) ( -2234 1870 344 ) ( -2234 1830 384 ) general_structure/beam_wood1 22 29 -90.00 1 1 0 16384 0 +surfaceparm detail +( -2242 1830 384 ) ( -2242 1830 368 ) ( -2242 1822 376 ) general_structure/beam_wood1 247 13 136.02 1.000224 -1.000569 0 16384 0 +surfaceparm detail +} +// brush 34 +{ +( -2266 1814 376 ) ( -2234 1814 376 ) ( -2234 1830 384 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2322 1822 392 ) ( -1926 1822 392 ) ( -1926 1814 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2258 1822 388 ) ( -2258 1814 388 ) ( -2258 1814 364 ) general_structure/beam_wood1 247 13 136.02 1.000224 -1.000569 0 16384 0 +surfaceparm detail +( -2234 1814 360 ) ( -2266 1814 360 ) ( -2266 1814 392 ) general_structure/beam_wood1 -62 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -1926 1830 392 ) ( -2322 1830 392 ) ( -2322 1830 368 ) general_structure/beam_wood1 -62 0 0.00 1 1 0 16384 0 +surfaceparm detail +( -2242 1830 392 ) ( -2242 1830 376 ) ( -2242 1822 384 ) general_structure/beam_wood1 247 13 136.02 1.000224 -1.000569 0 16384 0 +surfaceparm detail +} +// brush 35 +{ +( -2610 1870 504 ) ( -2194 1870 504 ) ( -2194 1870 -72 ) central_europe/tudor_set1_exwall1a 139 182 -180.00 0.562500 -0.562500 0 65536 0 +surfaceparm detail +( -2194 1902 472 ) ( -2610 1902 472 ) ( -2610 1902 -104 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2210 1902 -72 ) ( -2178 1870 -72 ) ( -2194 1886 504 ) common/nodraw -13 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2178 1878 248 ) ( -2242 1886 248 ) ( -2242 1870 248 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2242 1886 392 ) ( -2178 1870 392 ) ( -2242 1854 392 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2234 1902 360 ) ( -2234 1902 376 ) ( -2234 1870 368 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2194 1878 248 ) ( -2194 1870 248 ) ( -2194 1874 392 ) common/nodraw -52 8 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 36 +{ +( -2498 1878 424 ) ( -2506 1878 424 ) ( -2506 1798 424 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2506 1798 488 ) ( -2506 1878 488 ) ( -2498 1878 488 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2562 1862 424 ) ( -2498 1806 424 ) ( -2498 1806 488 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2506 1798 488 ) ( -2498 1806 488 ) ( -2498 1806 424 ) common/nodraw 49 5 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2506 1798 424 ) ( -2570 1862 424 ) ( -2570 1862 488 ) central_europe/balcny_rail_set1 -216 80 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -2570 1862 424 ) ( -2562 1862 424 ) ( -2562 1862 488 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 37 +{ +( -2234 1798 424 ) ( -2234 1806 424 ) ( -2506 1806 424 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2506 1806 488 ) ( -2234 1806 488 ) ( -2234 1798 488 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2498 1806 424 ) ( -2498 1806 488 ) ( -2506 1798 488 ) common/nodraw 49 5 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2506 1798 488 ) ( -2234 1798 488 ) ( -2234 1798 424 ) central_europe/balcny_rail_set1 24 77 -180.00 0.250000 -0.500000 204800 262656 0 +surfaceparm detail +( -2242 1806 488 ) ( -2242 1806 424 ) ( -2234 1798 424 ) common/nodraw -11 8 0.00 0.708984 1 536870912 2224 0 +surfaceparm detail +( -2498 1806 488 ) ( -2498 1806 424 ) ( -2242 1806 424 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 38 +{ +( -2754 1870 664 ) ( -2338 1870 664 ) ( -2338 1870 88 ) general_structure/denmark_win2 92 132 -180.00 0.500000 -0.533325 0 4194304 0 +surfaceparm detail +( -2338 1902 632 ) ( -2754 1902 632 ) ( -2754 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2386 1886 376 ) ( -2386 1870 376 ) ( -2386 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2450 1870 376 ) ( -2450 1886 376 ) ( -2450 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2450 1902 552 ) ( -2386 1878 552 ) ( -2450 1854 552 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2386 1894 456 ) ( -2450 1902 456 ) ( -2450 1886 456 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 39 +{ +( -2754 1870 664 ) ( -2338 1870 664 ) ( -2338 1870 88 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2338 1902 632 ) ( -2754 1902 632 ) ( -2754 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2386 1886 376 ) ( -2386 1870 376 ) ( -2386 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2450 1870 376 ) ( -2450 1886 376 ) ( -2450 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2386 1878 552 ) ( -2450 1902 552 ) ( -2450 1854 552 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2450 1870 568 ) ( -2386 1862 568 ) ( -2450 1854 568 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 40 +{ +( -2610 1870 680 ) ( -2194 1870 680 ) ( -2194 1870 104 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2242 1902 648 ) ( -2658 1902 648 ) ( -2658 1902 72 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2306 1886 392 ) ( -2306 1870 392 ) ( -2306 1878 648 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2386 1870 392 ) ( -2386 1886 392 ) ( -2386 1878 648 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2306 1878 424 ) ( -2338 1886 424 ) ( -2338 1870 424 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2338 1886 568 ) ( -2306 1870 568 ) ( -2338 1854 568 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 41 +{ +( -2754 1870 664 ) ( -2338 1870 664 ) ( -2338 1870 88 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2338 1902 632 ) ( -2754 1902 632 ) ( -2754 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2386 1886 376 ) ( -2386 1870 376 ) ( -2386 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2450 1870 376 ) ( -2450 1886 376 ) ( -2450 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2450 1902 456 ) ( -2386 1894 456 ) ( -2450 1886 456 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2386 1878 424 ) ( -2450 1886 424 ) ( -2450 1870 424 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 42 +{ +( -2610 1870 680 ) ( -2194 1870 680 ) ( -2194 1870 104 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2194 1902 648 ) ( -2610 1902 648 ) ( -2610 1902 72 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2210 1902 104 ) ( -2178 1870 104 ) ( -2194 1886 680 ) common/nodraw -24 8 0.00 0.706055 1 536870912 2224 0 +surfaceparm detail +( -2242 1870 392 ) ( -2242 1886 392 ) ( -2242 1878 648 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2178 1878 424 ) ( -2242 1886 424 ) ( -2242 1870 424 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2242 1886 568 ) ( -2178 1870 568 ) ( -2242 1854 568 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2194 1878 424 ) ( -2194 1870 424 ) ( -2194 1874 568 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +} +// brush 43 +{ +( -2306 1902 552 ) ( -2242 1878 552 ) ( -2306 1854 552 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2242 1878 424 ) ( -2306 1886 424 ) ( -2306 1870 424 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2306 1870 376 ) ( -2306 1886 376 ) ( -2306 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2242 1886 376 ) ( -2242 1870 376 ) ( -2242 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2194 1902 632 ) ( -2610 1902 632 ) ( -2610 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2610 1870 664 ) ( -2194 1870 664 ) ( -2194 1870 88 ) general_structure/cellardoor 124 77 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +} +// brush 44 +{ +( -2610 1870 664 ) ( -2194 1870 664 ) ( -2194 1870 88 ) central_europe/tudor_set1_exwall1a 157 239 -180.00 0.593750 -0.562500 0 65536 0 +surfaceparm detail +( -2194 1902 632 ) ( -2610 1902 632 ) ( -2610 1902 56 ) common/nodraw 47 6 -180.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2610 1902 568 ) ( -2178 1886 568 ) ( -2610 1870 568 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2242 1886 376 ) ( -2242 1870 376 ) ( -2242 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2306 1870 376 ) ( -2306 1886 376 ) ( -2306 1878 632 ) common/nodraw -4 8 0.00 0.706543 1 536870912 2224 0 +surfaceparm detail +( -2242 1878 552 ) ( -2306 1902 552 ) ( -2306 1854 552 ) common/nodraw -5 13 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +} +// brush 45 +{ +( -2234 1798 424 ) ( -2234 1878 424 ) ( -2242 1878 424 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2242 1878 488 ) ( -2234 1878 488 ) ( -2234 1798 488 ) common/nodraw -52 13 90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2242 1806 488 ) ( -2242 1806 424 ) ( -2178 1862 424 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2242 1806 424 ) ( -2242 1806 488 ) ( -2234 1798 488 ) common/nodraw -11 8 0.00 0.708984 1 536870912 2224 0 +surfaceparm detail +( -2170 1862 488 ) ( -2170 1862 424 ) ( -2234 1798 424 ) central_europe/balcny_rail_set1 23 77 -180.00 0.250000 -0.500000 204800 262656 0 +surfaceparm detail +( -2178 1862 488 ) ( -2178 1862 424 ) ( -2170 1862 424 ) common/nodraw 58 6 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +} +// brush 46 +{ +( -2546 1870 568 ) ( -2546 1902 568 ) ( -2610 1902 568 ) general_structure/beam_wood1 -70 21 0.00 1 1 0 16384 0 +surfaceparm detail +( -2514 1902 600 ) ( -2450 1902 600 ) ( -2450 1870 600 ) common/nodraw -34 40 90.00 0.706055 -1 536870912 2224 0 +surfaceparm detail +( -2818 1854 600 ) ( -2818 1854 568 ) ( -2802 1870 568 ) common/nodraw 54 -25 -180.00 0.707031 -1 536870912 2224 0 +surfaceparm detail +( -2818 1854 568 ) ( -2818 1854 600 ) ( -2162 1854 600 ) general_structure/beam_wood1 -142 8 0.00 1 1 0 16384 0 +surfaceparm detail +( -2194 1870 568 ) ( -2178 1870 568 ) ( -2186 1870 600 ) common/nodraw 17 -25 -180.00 0.706543 -1 536870912 2224 0 +surfaceparm detail +( -2178 1870 568 ) ( -2162 1854 568 ) ( -2170 1862 600 ) common/nodraw -55 -28 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 17 +{ +"$targetname" "exploder" +"#set" "26" +"classname" "script_object" +// brush 0 +{ +( 67.026367 4727.295898 72 ) ( 67.026367 4727.295898 648 ) ( 103.729492 4706.322266 648 ) ta_berlin/berlin_column -16 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 51.295898 4743.026367 72 ) ( 51.295898 4743.026367 648 ) ( 72.269531 4706.322266 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 46.052734 4764 72 ) ( 46.052734 4764 648 ) ( 46.052734 4722.052734 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 51.295898 4784.973633 72 ) ( 51.295898 4784.973633 648 ) ( 30.322266 4748.269531 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 67.026367 4800.704102 72 ) ( 67.026367 4800.704102 648 ) ( 30.322266 4779.730469 648 ) ta_berlin/berlin_column -16 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 88 4805.947266 72 ) ( 88 4805.947266 648 ) ( 46.052734 4805.947266 648 ) ta_berlin/berlin_column -16 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 108.973633 4800.704102 72 ) ( 108.973633 4800.704102 648 ) ( 72.269531 4821.677734 648 ) ta_berlin/berlin_column -16 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 124.703613 4784.973633 72 ) ( 124.703613 4784.973633 648 ) ( 103.729492 4821.677734 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 129.947754 4764 72 ) ( 129.947754 4764 648 ) ( 129.947754 4805.947266 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 124.703613 4743.026367 72 ) ( 124.703613 4743.026367 648 ) ( 145.678223 4779.730469 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 108.973633 4727.295898 72 ) ( 108.973633 4727.295898 648 ) ( 145.678223 4748.269531 648 ) ta_berlin/berlin_column -16 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 88 4722.052734 72 ) ( 88 4722.052734 648 ) ( 129.947754 4722.052734 648 ) ta_berlin/berlin_column -16 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 129.947754 4748.269531 104 ) ( 46.052734 4764 104 ) ( 46.052734 4732.539063 104 ) common/nodraw -22 58 165.04 1.001242 -0.999638 536870912 2224 0 +surfaceparm detail +( 46.052734 4764 672 ) ( 46.052734 4780 672 ) ( 129.947754 4772 672 ) common/nodraw -16 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 18 +{ +"$targetname" "exploder" +"#set" "27" +"classname" "script_object" +// brush 0 +{ +( 363.026367 4727.295898 72 ) ( 363.026367 4727.295898 648 ) ( 399.729492 4706.322266 648 ) ta_berlin/berlin_column -56 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 347.295898 4743.026367 72 ) ( 347.295898 4743.026367 648 ) ( 368.269531 4706.322266 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 342.052734 4764 72 ) ( 342.052734 4764 648 ) ( 342.052734 4722.052734 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 347.295898 4784.973633 72 ) ( 347.295898 4784.973633 648 ) ( 326.322266 4748.269531 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 363.026367 4800.704102 72 ) ( 363.026367 4800.704102 648 ) ( 326.322266 4779.730469 648 ) ta_berlin/berlin_column -56 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 384 4805.947266 72 ) ( 384 4805.947266 648 ) ( 342.052734 4805.947266 648 ) ta_berlin/berlin_column -56 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 404.973633 4800.704102 72 ) ( 404.973633 4800.704102 648 ) ( 368.269531 4821.677734 648 ) ta_berlin/berlin_column -56 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 420.703613 4784.973633 72 ) ( 420.703613 4784.973633 648 ) ( 399.729492 4821.677734 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 425.947754 4764 72 ) ( 425.947754 4764 648 ) ( 425.947754 4805.947266 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 420.703613 4743.026367 72 ) ( 420.703613 4743.026367 648 ) ( 441.678223 4779.730469 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 404.973633 4727.295898 72 ) ( 404.973633 4727.295898 648 ) ( 441.678223 4748.269531 648 ) ta_berlin/berlin_column -56 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 384 4722.052734 72 ) ( 384 4722.052734 648 ) ( 425.947754 4722.052734 648 ) ta_berlin/berlin_column -56 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 425.947754 4748.269531 104 ) ( 342.052734 4764 104 ) ( 342.052734 4732.539063 104 ) common/nodraw -57 6 165.04 1.001242 -0.999638 536870912 2224 0 +surfaceparm detail +( 342.052734 4764 672 ) ( 342.052734 4780 672 ) ( 425.947754 4772 672 ) common/nodraw -56 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 19 +{ +"$targetname" "exploder" +"#set" "28" +"classname" "script_object" +// brush 0 +{ +( 691.026367 4727.295898 72 ) ( 691.026367 4727.295898 648 ) ( 727.729492 4706.322266 648 ) ta_berlin/berlin_column 0 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 675.295898 4743.026367 72 ) ( 675.295898 4743.026367 648 ) ( 696.269531 4706.322266 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 670.052734 4764 72 ) ( 670.052734 4764 648 ) ( 670.052734 4722.052734 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 675.295898 4784.973633 72 ) ( 675.295898 4784.973633 648 ) ( 654.322266 4748.269531 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 691.026367 4800.704102 72 ) ( 691.026367 4800.704102 648 ) ( 654.322266 4779.730469 648 ) ta_berlin/berlin_column 0 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 712 4805.947266 72 ) ( 712 4805.947266 648 ) ( 670.052734 4805.947266 648 ) ta_berlin/berlin_column 0 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 732.973633 4800.704102 72 ) ( 732.973633 4800.704102 648 ) ( 696.269531 4821.677734 648 ) ta_berlin/berlin_column 0 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 748.703613 4784.973633 72 ) ( 748.703613 4784.973633 648 ) ( 727.729492 4821.677734 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 753.947754 4764 72 ) ( 753.947754 4764 648 ) ( 753.947754 4805.947266 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 748.703613 4743.026367 72 ) ( 748.703613 4743.026367 648 ) ( 769.678223 4779.730469 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 732.973633 4727.295898 72 ) ( 732.973633 4727.295898 648 ) ( 769.678223 4748.269531 648 ) ta_berlin/berlin_column 0 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 712 4722.052734 72 ) ( 712 4722.052734 648 ) ( 753.947754 4722.052734 648 ) ta_berlin/berlin_column 0 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 753.947754 4748.269531 104 ) ( 670.052734 4764 104 ) ( 670.052734 4732.539063 104 ) common/nodraw -61 26 165.04 1.001242 -0.999638 536870912 2224 0 +surfaceparm detail +( 670.052734 4764 672 ) ( 670.052734 4780 672 ) ( 753.947754 4772 672 ) common/nodraw 0 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 20 +{ +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -2178 864 26 ) ( -2178 832 26 ) ( -1762 832 26 ) common/origin -16 28 0.00 1 1 16777216 2176 0 +( -1762 856 562 ) ( -2178 856 562 ) ( -2178 856 -14 ) common/origin -16 0 0.00 1 1 16777216 2176 0 +( -2180 852 496 ) ( -1764 852 496 ) ( -1764 852 -80 ) common/origin -16 0 0.00 1 1 16777216 2176 0 +( -1860 872 -80 ) ( -1860 856 -80 ) ( -1860 864 208 ) common/origin -28 0 0.00 1 1 16777216 2176 0 +( -1864 856 -80 ) ( -1864 872 -80 ) ( -1864 864 208 ) common/origin -28 0 0.00 1 1 16777216 2176 0 +( -1860 832 156 ) ( -1940 848 156 ) ( -1860 864 156 ) common/origin -16 28 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -2180 866 24 ) ( -2180 834 24 ) ( -1764 834 24 ) general_structure/cellardoor 90 64 0.00 -0.625000 0.031250 0 16384 0 +( -1764 858 562 ) ( -2180 858 562 ) ( -2180 858 -14 ) general_structure/cellardoor -90 45 0.00 0.625000 0.531250 0 16384 0 +( -2182 850 496 ) ( -1766 850 496 ) ( -1766 850 -80 ) general_structure/cellardoor -90 45 0.00 0.625000 0.531250 0 16384 0 +( -1862 874 -80 ) ( -1862 858 -80 ) ( -1862 866 208 ) general_structure/cellardoor 32 45 0.00 -0.062500 0.531250 0 16384 0 +( -1942 858 -80 ) ( -1942 874 -80 ) ( -1942 866 208 ) general_structure/cellardoor 32 45 0.00 -0.062500 0.531250 0 16384 0 +( -1862 834 160 ) ( -1942 850 160 ) ( -1862 866 160 ) general_structure/cellardoor 90 64 0.00 -0.625000 0.031250 0 16384 0 +} +} +// entity 21 +{ +"targetname" "t68" +"classname" "script_object" +// brush 0 +{ +( -2134 864 64 ) ( -2134 864 160 ) ( -2134 856 160 ) common/caulk 0 39 -180.00 0.125000 -1.500000 0 65696 0 +( -2070 864 64 ) ( -2070 864 160 ) ( -2134 864 160 ) general_structure/window4_broken 84 170 0.00 -0.500000 0.375000 8192 16384 0 +( -2070 864 160 ) ( -2070 864 64 ) ( -2070 856 64 ) common/caulk 0 39 -180.00 0.125000 -1.500000 0 65696 0 +( -2070 856 160 ) ( -2070 856 64 ) ( -2134 856 64 ) general_structure/window4_broken 84 170 0.00 -0.500000 0.375000 8192 16384 0 +( -2070 864 160 ) ( -2070 856 160 ) ( -2134 856 160 ) common/caulk 40 0 -180.00 1 -0.125000 0 65696 0 +( -2070 856 64 ) ( -2070 864 64 ) ( -2134 864 64 ) common/caulk 40 0 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 22 +{ +"target" "t68" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -2134 864 64 ) ( -2134 864 160 ) ( -2134 856 160 ) common/caulk 0 39 -180.00 0.125000 -1.500000 0 65696 0 +( -2070 864 64 ) ( -2070 864 160 ) ( -2134 864 160 ) general_structure/window4_frame 84 170 0.00 -0.500000 0.375000 0 4194304 0 +( -2070 864 160 ) ( -2070 864 64 ) ( -2070 856 64 ) common/caulk 0 39 -180.00 0.125000 -1.500000 0 65696 0 +( -2070 856 160 ) ( -2070 856 64 ) ( -2134 856 64 ) general_structure/window4_frame 84 170 0.00 -0.500000 0.375000 0 4194304 0 +( -2070 864 160 ) ( -2070 856 160 ) ( -2134 856 160 ) common/caulk 40 0 -180.00 1 -0.125000 0 65696 0 +( -2070 856 64 ) ( -2070 864 64 ) ( -2134 864 64 ) common/caulk 40 0 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 23 +{ +"targetname" "t931" +"classname" "script_object" +// brush 0 +{ +( -1766 864 64 ) ( -1766 864 160 ) ( -1766 856 160 ) common/caulk 0 39 -180.00 0.125000 -1.500000 0 65696 0 +( -1766 864 160 ) ( -1766 864 64 ) ( -1702 864 64 ) general_structure/window4_broken 52 170 0.00 -0.500000 0.375000 8192 16384 0 +( -1702 864 160 ) ( -1702 864 64 ) ( -1702 856 64 ) common/caulk 0 39 -180.00 0.125000 -1.500000 0 65696 0 +( -1766 856 64 ) ( -1766 856 160 ) ( -1702 856 160 ) general_structure/window4_broken 52 170 0.00 -0.500000 0.375000 8192 16384 0 +( -1766 864 160 ) ( -1702 864 160 ) ( -1702 856 160 ) common/caulk 24 0 -180.00 1 -0.125000 0 65696 0 +( -1702 864 64 ) ( -1766 864 64 ) ( -1766 856 64 ) common/caulk 24 0 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 24 +{ +"target" "t931" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -1766 864 64 ) ( -1766 864 160 ) ( -1766 856 160 ) common/caulk 0 39 -180.00 0.125000 -1.500000 0 65696 0 +( -1766 864 160 ) ( -1766 864 64 ) ( -1702 864 64 ) general_structure/window4_frame 52 170 0.00 -0.500000 0.375000 0 4194304 0 +( -1702 864 160 ) ( -1702 864 64 ) ( -1702 856 64 ) common/caulk 0 39 -180.00 0.125000 -1.500000 0 65696 0 +( -1766 856 64 ) ( -1766 856 160 ) ( -1702 856 160 ) general_structure/window4_frame 52 170 0.00 -0.500000 0.375000 0 4194304 0 +( -1766 864 160 ) ( -1702 864 160 ) ( -1702 856 160 ) common/caulk 24 0 -180.00 1 -0.125000 0 65696 0 +( -1702 864 64 ) ( -1766 864 64 ) ( -1766 856 64 ) common/caulk 24 0 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 25 +{ +"#set" "11" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( -5003.377441 2171.207520 208 ) ( -5009.322266 2165.855957 208 ) ( -5003.968750 2159.910156 208 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5021.805664 2143.852051 240 ) ( -5027.157715 2149.796875 240 ) ( -5021.212891 2155.149902 240 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5002.785156 2182.506836 240 ) ( -4996.840820 2187.860840 240 ) ( -4996.840820 2187.860840 208 ) french/butcher -33 32 0.00 0.532242 0.500000 0 16384 0 +( -4944.517578 2213.441895 240 ) ( -4949.872070 2219.386230 240 ) ( -4949.872070 2219.386230 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5031.919922 2167.039063 248 ) ( -5037.863770 2161.686523 248 ) ( -5037.863770 2161.686523 216 ) french/butcher 24 32 0.00 -0.532284 0.500000 0 16384 0 +( -5017.212891 2157.149902 208 ) ( -5027.919922 2169.039063 208 ) ( -5022.566895 2163.094727 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +} +// brush 1 +{ +( -5031.919922 2167.039063 208 ) ( -5037.863770 2161.686523 208 ) ( -5032.511719 2155.740723 208 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5032.511719 2155.740723 240 ) ( -5037.863770 2161.686523 240 ) ( -5031.919922 2167.039063 240 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5018 2158 240 ) ( -5018 2158 208 ) ( -5024 2152 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5018 2158 208 ) ( -5018 2158 240 ) ( -5036 2176 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5036 2176 208 ) ( -5036 2176 240 ) ( -5042 2170 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5042 2170 208 ) ( -5042 2170 240 ) ( -5024 2152 240 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +} +// brush 2 +{ +( -4984 2100 160 ) ( -4984 2100 272 ) ( -4978 2106 272 ) common/nodraw -15 -53 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5033 2145 160 ) ( -5039 2139 160 ) ( -4996 2092 160 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5024 2152 272 ) ( -5024 2152 160 ) ( -4978 2106 160 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4996 2092 272 ) ( -5039 2139 272 ) ( -5033 2145 272 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5030 2146 160 ) ( -5030 2146 272 ) ( -4984 2100 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5030 2146 272 ) ( -5030 2146 160 ) ( -5024 2152 160 ) common/nodraw -17 -48 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( -5030 2158 152 ) ( -5030 2158 144 ) ( -5036 2164 152 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -4984.950195 2198.565430 208 ) ( -4990.304199 2204.510742 208 ) ( -4984.356934 2209.863770 208 ) general_structure/beam_wood1 0 0 0.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5030 2158 144 ) ( -5030 2158 152 ) ( -4984 2198 208 ) general_structure/beam_wood1 -31 -31 45.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5043.808594 2156.333984 144 ) ( -5038.456055 2150.387695 144 ) ( -4979.004883 2203.919434 208 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5036 2164 152 ) ( -5036 2164 144 ) ( -4984 2210 208 ) general_structure/beam_wood1 -31 -31 45.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +( -5038.456055 2150.387695 152 ) ( -5043.808594 2156.333984 152 ) ( -4990.304199 2204.510742 208 ) general_structure/beam_wood1 -67 5 45.00 1 1 0 16384 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip +} +// brush 4 +{ +( -4928 2044 160 ) ( -4928 2044 272 ) ( -4922 2050 272 ) common/nodraw -17 -48 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4928 2044 272 ) ( -4928 2044 160 ) ( -4984 2100 160 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -4942 2032 272 ) ( -4996 2092 272 ) ( -4990 2096 272 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4922 2050 160 ) ( -4922 2050 272 ) ( -4978 2106 272 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4990 2096 160 ) ( -4996 2092 160 ) ( -4942 2032 160 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4984 2100 272 ) ( -4984 2100 160 ) ( -4978 2106 160 ) common/nodraw -15 -53 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 5 +{ +( -4928 2044 272 ) ( -4928 2044 160 ) ( -4922 2050 160 ) common/nodraw -17 -48 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4884 2000 160 ) ( -4884 2000 272 ) ( -4878 2006 272 ) common/nodraw -17 -48 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4884 2000 272 ) ( -4884 2000 160 ) ( -4928 2044 160 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -4894 1990 272 ) ( -4900 1985 272 ) ( -4943 2032 272 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4878 2006 160 ) ( -4878 2006 272 ) ( -4922 2050 272 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4937 2037 160 ) ( -4943 2032 160 ) ( -4900 1985 160 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 6 +{ +( -4878 2006 272 ) ( -4878 2006 368 ) ( -4922 2050 368 ) general_structure/denmark_win2 76 148 -180.00 0.343750 -0.533333 0 4194304 0 +surfaceparm detail +( -4928 2044 368 ) ( -4928 2044 272 ) ( -4922 2050 272 ) common/nodraw 43 53 0.00 -0.093750 1.500000 536870912 2224 0 +surfaceparm detail +( -4884 2000 272 ) ( -4884 2000 368 ) ( -4878 2006 368 ) common/nodraw 21 51 -180.00 0.093750 -1.500000 536870912 2224 0 +surfaceparm detail +( -4894 1990 368 ) ( -4900 1985 368 ) ( -4943 2032 368 ) common/nodraw 5 16 41.99 -1.103340 0.058018 536870912 2224 0 +surfaceparm detail +( -4937 2037 272 ) ( -4943 2032 272 ) ( -4900 1985 272 ) common/nodraw 5 16 41.99 -1.103340 0.058018 536870912 2224 0 +surfaceparm detail +( -4884 2000 368 ) ( -4884 2000 272 ) ( -4928 2044 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +} +// brush 7 +{ +( -4922 2050 272 ) ( -4922 2050 368 ) ( -4978 2106 368 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4984 2100 368 ) ( -4984 2100 272 ) ( -4978 2106 272 ) common/nodraw 28 -45 -180.00 0.742188 -1 536870912 2224 0 +surfaceparm detail +( -4928 2044 272 ) ( -4928 2044 368 ) ( -4922 2050 368 ) common/nodraw -51 -48 0.00 0.741699 1 536870912 2224 0 +surfaceparm detail +( -4990 2097 272 ) ( -4996 2092 272 ) ( -4943 2032 272 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4928 2044 368 ) ( -4928 2044 272 ) ( -4984 2100 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -4937 2037 368 ) ( -4943 2032 368 ) ( -4996 2092 368 ) common/nodraw -28 28 0.00 0.744141 1 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( -4984 2100 368 ) ( -4984 2100 272 ) ( -5030 2146 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -4996 2092 272 ) ( -4990 2097 272 ) ( -5033 2144 272 ) common/nodraw 14 39 41.99 -1.147461 0.060339 536870912 2224 0 +surfaceparm detail +( -5039 2139 368 ) ( -5033 2144 368 ) ( -4990 2097 368 ) common/nodraw 14 39 41.99 -1.147461 0.060339 536870912 2224 0 +surfaceparm detail +( -4984 2100 272 ) ( -4984 2100 368 ) ( -4978 2106 368 ) common/nodraw 0 51 -180.00 0.093750 -1.500000 536870912 2224 0 +surfaceparm detail +( -5030 2146 368 ) ( -5030 2146 272 ) ( -5024 2152 272 ) common/nodraw 43 53 0.00 -0.093750 1.500000 536870912 2224 0 +surfaceparm detail +( -4978 2106 272 ) ( -4978 2106 368 ) ( -5024 2152 368 ) general_structure/denmark_win2 100 148 -180.00 0.359375 -0.533333 0 4194304 0 +surfaceparm detail +} +// brush 9 +{ +( -5093 2199 368 ) ( -5087 2204 368 ) ( -5033 2144 368 ) common/nodraw -28 28 0.00 0.744141 1 536870912 2224 0 +surfaceparm detail +( -5030 2146 368 ) ( -5030 2146 272 ) ( -5086 2202 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5039 2139 272 ) ( -5033 2144 272 ) ( -5087 2204 272 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5030 2146 272 ) ( -5030 2146 368 ) ( -5024 2152 368 ) common/nodraw -32 -48 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +( -5086 2202 368 ) ( -5086 2202 272 ) ( -5080 2208 272 ) common/nodraw -14 -48 0.00 0.743652 1 536870912 2224 0 +surfaceparm detail +( -5024 2152 272 ) ( -5024 2152 368 ) ( -5080 2208 368 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +} +// brush 10 +{ +( -5080 2208 272 ) ( -5080 2208 368 ) ( -5124 2252 368 ) general_structure/denmark_win2 24 148 -180.00 0.343750 -0.533333 0 4194304 0 +surfaceparm detail +( -5130 2246 368 ) ( -5130 2246 272 ) ( -5124 2252 272 ) common/nodraw 21 53 0.00 -0.093750 1.500000 536870912 2224 0 +surfaceparm detail +( -5086 2202 272 ) ( -5086 2202 368 ) ( -5080 2208 368 ) common/nodraw 0 53 0.00 -0.093750 1.500000 536870912 2224 0 +surfaceparm detail +( -5087 2204 368 ) ( -5093 2199 368 ) ( -5135 2246 368 ) common/nodraw 55 7 41.99 -1.103333 0.058016 536870912 2224 0 +surfaceparm detail +( -5129 2251 272 ) ( -5135 2246 272 ) ( -5093 2199 272 ) common/nodraw 55 7 41.99 -1.103333 0.058016 536870912 2224 0 +surfaceparm detail +( -5086 2202 368 ) ( -5086 2202 272 ) ( -5130 2246 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +} +// brush 11 +{ +( -5124 2252 160 ) ( -5124 2252 272 ) ( -5130 2246 272 ) common/nodraw -15 -53 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5086 2202 160 ) ( -5086 2202 272 ) ( -5080 2208 272 ) common/nodraw -15 -53 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5129 2251 160 ) ( -5135 2246 160 ) ( -5093 2199 160 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5080 2208 160 ) ( -5080 2208 272 ) ( -5124 2252 272 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5087 2204 272 ) ( -5093 2199 272 ) ( -5135 2246 272 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5086 2202 272 ) ( -5086 2202 160 ) ( -5130 2246 160 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +} +// brush 12 +{ +( -5130 2246 272 ) ( -5130 2246 160 ) ( -5176 2292 160 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5129 2251 272 ) ( -5135 2246 272 ) ( -5173 2288 272 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5176 2292 272 ) ( -5176 2292 160 ) ( -5176 2304 160 ) common/nodraw 19 -46 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5124 2252 160 ) ( -5124 2252 272 ) ( -5176 2304 272 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5135 2246 160 ) ( -5129 2251 160 ) ( -5172 2299 160 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5130 2246 160 ) ( -5130 2246 272 ) ( -5124 2252 272 ) common/nodraw -15 -53 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 13 +{ +( -5176 2292 368 ) ( -5176 2292 272 ) ( -5176 2304 272 ) common/nodraw 19 -46 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5130 2246 368 ) ( -5130 2246 272 ) ( -5176 2292 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5173 2288 272 ) ( -5135 2246 272 ) ( -5129 2251 272 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5124 2252 368 ) ( -5124 2252 272 ) ( -5130 2246 272 ) common/nodraw -14 -48 0.00 0.744629 1 536870912 2224 0 +surfaceparm detail +( -5124 2252 272 ) ( -5124 2252 368 ) ( -5176 2304 368 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5172 2299 368 ) ( -5129 2251 368 ) ( -5135 2246 368 ) general_structure/plaster_wall3d -92 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +} +// brush 14 +{ +( -5130 2246 448 ) ( -5130 2246 368 ) ( -5124 2252 368 ) common/nodraw -5 -51 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5086 2202 368 ) ( -5086 2202 448 ) ( -5080 2208 448 ) common/nodraw -5 -51 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5129 2251 368 ) ( -5135 2246 368 ) ( -5093 2199 368 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5080 2208 368 ) ( -5080 2208 448 ) ( -5124 2252 448 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5087 2204 448 ) ( -5093 2199 448 ) ( -5135 2246 448 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5086 2202 448 ) ( -5086 2202 368 ) ( -5130 2246 368 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +} +// brush 15 +{ +( -4984 2100 368 ) ( -4984 2100 448 ) ( -4978 2106 448 ) common/nodraw -5 -51 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5033 2145 368 ) ( -5039 2139 368 ) ( -4996 2092 368 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5024 2152 448 ) ( -5024 2152 368 ) ( -4978 2106 368 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4996 2092 448 ) ( -5039 2139 448 ) ( -5033 2145 448 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5030 2146 368 ) ( -5030 2146 448 ) ( -4984 2100 448 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5030 2146 448 ) ( -5030 2146 368 ) ( -5024 2152 368 ) common/nodraw -17 0 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +} +// brush 16 +{ +( -4984 2100 448 ) ( -4984 2100 368 ) ( -4978 2106 368 ) common/nodraw -5 -51 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4990 2097 368 ) ( -4996 2091 368 ) ( -4943 2032 368 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4922 2050 368 ) ( -4922 2050 448 ) ( -4978 2106 448 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4996 2091 448 ) ( -4990 2097 448 ) ( -4937 2037 448 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4928 2044 448 ) ( -4928 2044 368 ) ( -4984 2100 368 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -4928 2044 368 ) ( -4928 2044 448 ) ( -4922 2050 448 ) common/nodraw -17 0 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +} +// brush 17 +{ +( -4928 2044 448 ) ( -4928 2044 368 ) ( -4922 2050 368 ) common/nodraw -17 0 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4884 2000 368 ) ( -4884 2000 448 ) ( -4878 2006 448 ) common/nodraw -17 0 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -4884 2000 448 ) ( -4884 2000 368 ) ( -4928 2044 368 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -4894 1990 448 ) ( -4900 1985 448 ) ( -4943 2032 448 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4878 2006 368 ) ( -4878 2006 448 ) ( -4922 2050 448 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4937 2037 368 ) ( -4943 2032 368 ) ( -4900 1985 368 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +// brush 18 +{ +( -4878 2006 448 ) ( -4878 2006 544 ) ( -4922 2050 544 ) general_structure/denmark_win2 76 118 -180.00 0.343750 -0.533333 0 4194304 0 +surfaceparm detail +( -4928 2044 544 ) ( -4928 2044 448 ) ( -4922 2050 448 ) common/nodraw 43 42 0.00 -0.093750 1.500000 536870912 2224 0 +surfaceparm detail +( -4884 2000 448 ) ( -4884 2000 544 ) ( -4878 2006 544 ) common/nodraw 21 40 -180.00 0.093750 -1.500000 536870912 2224 0 +surfaceparm detail +( -4894 1990 544 ) ( -4900 1985 544 ) ( -4943 2032 544 ) common/nodraw 5 16 41.99 -1.103340 0.058018 536870912 2224 0 +surfaceparm detail +( -4937 2037 448 ) ( -4943 2032 448 ) ( -4900 1985 448 ) common/nodraw 5 16 41.99 -1.103340 0.058018 536870912 2224 0 +surfaceparm detail +( -4884 2000 544 ) ( -4884 2000 448 ) ( -4928 2044 448 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +} +// brush 19 +{ +( -4922 2050 448 ) ( -4922 2050 544 ) ( -4978 2106 544 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -4984 2100 544 ) ( -4984 2100 448 ) ( -4978 2106 448 ) common/nodraw 28 0 -180.00 0.742188 -1 536870912 2224 0 +surfaceparm detail +( -4928 2044 448 ) ( -4928 2044 544 ) ( -4922 2050 544 ) common/nodraw -51 0 0.00 0.741699 1 536870912 2224 0 +surfaceparm detail +( -4990 2097 448 ) ( -4996 2092 448 ) ( -4943 2032 448 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -4928 2044 544 ) ( -4928 2044 448 ) ( -4984 2100 448 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -4937 2037 544 ) ( -4943 2032 544 ) ( -4996 2092 544 ) common/nodraw -28 28 0.00 0.744141 1 536870912 2224 0 +surfaceparm detail +} +// brush 20 +{ +( -4984 2100 544 ) ( -4984 2100 448 ) ( -5030 2146 448 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -4996 2092 448 ) ( -4990 2097 448 ) ( -5033 2144 448 ) common/nodraw 14 39 41.99 -1.147461 0.060339 536870912 2224 0 +surfaceparm detail +( -5039 2139 544 ) ( -5033 2144 544 ) ( -4990 2097 544 ) common/nodraw 14 39 41.99 -1.147461 0.060339 536870912 2224 0 +surfaceparm detail +( -4984 2100 448 ) ( -4984 2100 544 ) ( -4978 2106 544 ) common/nodraw 0 40 -180.00 0.093750 -1.500000 536870912 2224 0 +surfaceparm detail +( -5030 2146 544 ) ( -5030 2146 448 ) ( -5024 2152 448 ) common/nodraw 43 42 0.00 -0.093750 1.500000 536870912 2224 0 +surfaceparm detail +( -4978 2106 448 ) ( -4978 2106 544 ) ( -5024 2152 544 ) general_structure/denmark_win2 100 118 -180.00 0.359375 -0.533333 0 4194304 0 +surfaceparm detail +} +// brush 21 +{ +( -5093 2199 544 ) ( -5087 2204 544 ) ( -5033 2144 544 ) common/nodraw -28 28 0.00 0.744141 1 536870912 2224 0 +surfaceparm detail +( -5030 2146 544 ) ( -5030 2146 448 ) ( -5086 2202 448 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5039 2139 448 ) ( -5033 2144 448 ) ( -5087 2204 448 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5030 2146 448 ) ( -5030 2146 544 ) ( -5024 2152 544 ) common/nodraw -32 0 0.00 0.742676 1 536870912 2224 0 +surfaceparm detail +( -5086 2202 544 ) ( -5086 2202 448 ) ( -5080 2208 448 ) common/nodraw -14 0 0.00 0.743652 1 536870912 2224 0 +surfaceparm detail +( -5024 2152 448 ) ( -5024 2152 544 ) ( -5080 2208 544 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +} +// brush 22 +{ +( -5080 2208 448 ) ( -5080 2208 544 ) ( -5124 2252 544 ) general_structure/denmark_win2 24 118 -180.00 0.343750 -0.533333 0 4194304 0 +surfaceparm detail +( -5130 2246 544 ) ( -5130 2246 448 ) ( -5124 2252 448 ) common/nodraw 21 42 0.00 -0.093750 1.500000 536870912 2224 0 +surfaceparm detail +( -5086 2202 448 ) ( -5086 2202 544 ) ( -5080 2208 544 ) common/nodraw 0 42 0.00 -0.093750 1.500000 536870912 2224 0 +surfaceparm detail +( -5087 2204 544 ) ( -5093 2199 544 ) ( -5135 2246 544 ) common/nodraw 55 7 41.99 -1.103333 0.058016 536870912 2224 0 +surfaceparm detail +( -5129 2251 448 ) ( -5135 2246 448 ) ( -5093 2199 448 ) common/nodraw 55 7 41.99 -1.103333 0.058016 536870912 2224 0 +surfaceparm detail +( -5086 2202 544 ) ( -5086 2202 448 ) ( -5130 2246 448 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +} +// brush 23 +{ +( -5129 2251 544 ) ( -5135 2246 544 ) ( -5173 2288 544 ) general_structure/plaster_wall3d -92 196 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5124 2252 448 ) ( -5124 2252 544 ) ( -5176 2304 544 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5130 2246 448 ) ( -5130 2246 544 ) ( -5124 2252 544 ) common/nodraw -14 0 0.00 0.744629 1 536870912 2224 0 +surfaceparm detail +( -5172 2299 448 ) ( -5173 2288 448 ) ( -5135 2246 448 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5130 2246 544 ) ( -5130 2246 448 ) ( -5176 2292 448 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5176 2292 544 ) ( -5176 2292 448 ) ( -5176 2304 448 ) common/nodraw 19 0 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +} +// brush 24 +{ +( -5130 2246 448 ) ( -5130 2246 368 ) ( -5176 2292 368 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5129 2251 448 ) ( -5135 2246 448 ) ( -5173 2288 448 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5176 2292 448 ) ( -5176 2292 368 ) ( -5176 2304 368 ) common/nodraw 19 0 -180.00 1.412598 -1 536870912 2224 0 +surfaceparm detail +( -5124 2252 368 ) ( -5124 2252 448 ) ( -5176 2304 448 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5135 2246 368 ) ( -5129 2251 368 ) ( -5172 2299 368 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5124 2252 448 ) ( -5124 2252 368 ) ( -5130 2246 368 ) common/nodraw -5 -51 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +} +// entity 26 +{ +"#set" "11" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( -5030 2146 368 ) ( -5030 2146 448 ) ( -5024 2152 448 ) common/nodraw -17 0 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -5086 2202 368 ) ( -5086 2202 448 ) ( -5030 2146 448 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5039 2139 448 ) ( -5093 2199 448 ) ( -5087 2204 448 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5080 2208 448 ) ( -5080 2208 368 ) ( -5024 2152 368 ) general_structure/plaster_wall3d -138 40 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5087 2204 368 ) ( -5093 2199 368 ) ( -5039 2139 368 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5086 2202 448 ) ( -5086 2202 368 ) ( -5080 2208 368 ) common/nodraw -5 -51 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +} +// entity 27 +{ +"#set" "11" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( -5030 2146 160 ) ( -5030 2146 272 ) ( -5024 2152 272 ) common/nodraw -17 -48 0.00 0.741211 1 536870912 2224 0 +surfaceparm detail +( -5086 2202 160 ) ( -5086 2202 272 ) ( -5030 2146 272 ) common/caulkshadow 0 0 0.00 1 1 0 480 0 +( -5039 2139 272 ) ( -5093 2199 272 ) ( -5087 2204 272 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5080 2208 272 ) ( -5080 2208 160 ) ( -5024 2152 160 ) general_structure/plaster_wall3d -138 -136 0.00 0.744141 1 0 65536 0 +surfaceparm detail +( -5087 2204 160 ) ( -5093 2199 160 ) ( -5039 2139 160 ) common/nodraw -48 1 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +( -5086 2202 272 ) ( -5086 2202 160 ) ( -5080 2208 160 ) common/nodraw -15 -53 41.99 0.999890 1.000054 536870912 2224 0 +surfaceparm detail +} +} +// entity 28 +{ +"$targetname" "exploder" +"#set" "5" +"classname" "script_object" +// brush 0 +{ +( 6796 208 584 ) ( 6796 200 584 ) ( 6572 200 584 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +( 6572 200 584 ) ( 6796 200 584 ) ( 6796 200 400 ) ta_berlin/berlinwall2b_shot -88 44 0.00 0.875000 0.718750 0 65536 0 +surfaceparm detail +( 6796 200 400 ) ( 6796 208 400 ) ( 6572 208 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +( 6796 208 584 ) ( 6572 208 584 ) ( 6572 208 400 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +( 6572 208 584 ) ( 6572 200 584 ) ( 6572 200 400 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +( 6788 840 400 ) ( 6788 804 400 ) ( 6788 822 584 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +} +// brush 1 +{ +( 6548 200 584 ) ( 7596 200 584 ) ( 7596 200 640 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 7596 184 584 ) ( 6532 184 584 ) ( 6532 184 640 ) mohtest/groovedstn1a -58 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 7596 184 640 ) ( 6532 184 640 ) ( 6548 200 640 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 184 584 ) ( 7596 184 584 ) ( 7596 200 584 ) mohtest/groovedstn1a -57 -57 0.00 2 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6532 184 640 ) ( 6532 184 584 ) ( 6548 200 584 ) common/nodraw 56 18 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6788 840 584 ) ( 6788 804 584 ) ( 6788 822 640 ) common/nodraw -39 18 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 2 +{ +( 6548 544 584 ) ( 6556 544 584 ) ( 6556 480 584 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6548 544 400 ) ( 6548 544 584 ) ( 6548 480 584 ) ta_berlin/berlinwall2b_shot -28 45 0.00 0.875000 0.718750 0 65536 0 +surfaceparm detail +( 6556 544 400 ) ( 6548 544 400 ) ( 6548 480 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6556 544 584 ) ( 6556 544 400 ) ( 6556 480 400 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6556 544 584 ) ( 6548 544 584 ) ( 6548 544 400 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6548 480 584 ) ( 6556 480 584 ) ( 6556 480 400 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 6564 616 584 ) ( 6564 544 584 ) ( 6548 544 584 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6548 664 400 ) ( 6548 664 547 ) ( 6548 616 584 ) ta_berlin/berlinwall2b_shot -28 45 0.00 0.875000 0.718750 0 65536 0 +surfaceparm detail +( 6564 544 400 ) ( 6564 664 400 ) ( 6548 664 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6564 664 547 ) ( 6564 664 400 ) ( 6564 544 400 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6564 544 584 ) ( 6564 544 400 ) ( 6548 544 400 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6564 664 547 ) ( 6564 616 584 ) ( 6548 616 584 ) ta_berlin/brln_rubble 83 -121 -180.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6564 664 400 ) ( 6564 664 547 ) ( 6548 664 547 ) ta_berlin/brln_rubble 84 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 4 +{ +( 6556 224 584 ) ( 6548 224 584 ) ( 6548 448 584 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6548 224 584 ) ( 6548 224 400 ) ( 6548 448 400 ) ta_berlin/berlinwall2b_shot -252 45 0.00 0.875000 0.718750 0 65536 0 +surfaceparm detail +( 6548 224 400 ) ( 6556 224 400 ) ( 6556 448 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6556 224 400 ) ( 6556 224 584 ) ( 6556 448 584 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6548 224 584 ) ( 6556 224 584 ) ( 6556 224 400 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6556 448 584 ) ( 6548 448 584 ) ( 6548 448 400 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 5 +{ +( 6540 224 80 ) ( 6540 192 80 ) ( 6548 200 80 ) mohtest/groovedstn1a -4 52 0.00 1 1 0 65536 0 +surfaceparm detail +( 6540 192 584 ) ( 6540 224 584 ) ( 6548 224 584 ) mohtest/groovedstn1a -4 52 0.00 1 1 0 65536 0 +surfaceparm detail +( 6548 224 584 ) ( 6548 224 80 ) ( 6548 200 80 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6540 224 584 ) ( 6540 224 80 ) ( 6548 224 80 ) mohtest/groovedstn1a -58 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 224 80 ) ( 6540 224 584 ) ( 6540 192 584 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 192 80 ) ( 6540 192 584 ) ( 6548 200 584 ) mohtest/groovedstn1a -8 -16 0.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 6 +{ +( 6548 200 80 ) ( 6540 192 80 ) ( 6572 192 80 ) mohtest/groovedstn1a 8 19 -90.00 1 1 0 65536 0 +surfaceparm detail +( 6540 192 584 ) ( 6548 200 584 ) ( 6572 200 584 ) mohtest/groovedstn1a 8 19 -90.00 1 1 0 65536 0 +surfaceparm detail +( 6548 200 80 ) ( 6572 200 80 ) ( 6572 200 584 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +( 6572 200 80 ) ( 6572 192 80 ) ( 6572 192 584 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6572 192 80 ) ( 6540 192 80 ) ( 6540 192 584 ) mohtest/groovedstn1a -58 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 192 80 ) ( 6548 200 80 ) ( 6548 200 584 ) mohtest/groovedstn1a -48 -16 0.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 7 +{ +( 7052 196 400 ) ( 7052 196 376 ) ( 6572 196 376 ) mohtest/groovedstn1a -58 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 7052 200 400 ) ( 7052 196 400 ) ( 6572 196 400 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 7052 196 376 ) ( 7052 200 376 ) ( 6572 200 376 ) mohtest/groovedstn1a -57 -57 0.00 2 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 7052 200 376 ) ( 7052 200 400 ) ( 6572 200 400 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +( 6572 200 400 ) ( 6572 196 400 ) ( 6572 196 376 ) common/nodraw 24 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6788 840 376 ) ( 6788 804 376 ) ( 6788 822 400 ) common/nodraw 24 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( 6548 600 584 ) ( 6532 600 584 ) ( 6532 184 584 ) mohtest/groovedstn1a -57 -57 0.00 2 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6532 600 640 ) ( 6548 600 640 ) ( 6548 200 640 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 600 584 ) ( 6532 600 640 ) ( 6532 184 640 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 600 640 ) ( 6548 600 584 ) ( 6548 200 584 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6532 600 640 ) ( 6532 600 584 ) ( 6548 600 584 ) ta_berlin/brln_rubble 52 16 -180.00 1 -1 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6532 184 584 ) ( 6532 184 640 ) ( 6548 200 640 ) common/nodraw 56 18 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 9 +{ +( 6540 480 80 ) ( 6540 448 80 ) ( 6548 448 80 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 448 584 ) ( 6540 480 584 ) ( 6548 480 584 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 448 80 ) ( 6540 448 584 ) ( 6548 448 584 ) mohtest/groovedstn1a -26 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 480 80 ) ( 6548 448 80 ) ( 6548 448 584 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6540 480 584 ) ( 6540 480 80 ) ( 6548 480 80 ) mohtest/groovedstn1a -26 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6540 448 80 ) ( 6540 480 80 ) ( 6540 480 584 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 10 +{ +( 6544 704 376 ) ( 6544 704 400 ) ( 6544 224 400 ) mohtest/groovedstn1a -12 10 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6544 704 400 ) ( 6548 704 400 ) ( 6548 224 400 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 704 376 ) ( 6544 704 376 ) ( 6544 224 376 ) mohtest/groovedstn1a -25 9 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6548 704 400 ) ( 6548 704 376 ) ( 6548 224 376 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6544 704 400 ) ( 6544 704 376 ) ( 6548 704 376 ) mohtest/groovedstn1a -46 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( 6544 224 376 ) ( 6544 224 400 ) ( 6548 224 400 ) mohtest/groovedstn1a -46 8 0.00 2 2 0 65536 0 +surfaceparm detail surfaceDensity 256 +} +// brush 11 +{ +( 6796 200 376 ) ( 6796 200 208 ) ( 6572 200 208 ) ta_berlin/berlinwall2b_shot -88 44 0.00 0.875000 0.718750 0 65536 0 +surfaceparm detail +( 6796 200 208 ) ( 6796 208 208 ) ( 6572 208 208 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +( 6796 208 376 ) ( 6796 200 376 ) ( 6572 200 376 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +( 6796 208 208 ) ( 6796 208 376 ) ( 6572 208 376 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +( 6572 208 376 ) ( 6572 200 376 ) ( 6572 200 208 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +( 6788 840 208 ) ( 6788 804 208 ) ( 6788 822 376 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +} +// brush 12 +{ +( 6548 448 376 ) ( 6548 216 376 ) ( 6548 216 208 ) ta_berlin/berlinwall2b_shot -235 62 0.00 0.906250 0.656250 0 65536 0 +surfaceparm detail +( 6548 448 208 ) ( 6548 216 208 ) ( 6556 216 208 ) common/nodraw 19 -48 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 216 376 ) ( 6548 448 376 ) ( 6556 448 376 ) common/nodraw 19 -48 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 216 376 ) ( 6556 448 376 ) ( 6556 448 208 ) common/nodraw 48 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 448 376 ) ( 6548 448 208 ) ( 6556 448 208 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 216 208 ) ( 6548 216 376 ) ( 6556 216 376 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 13 +{ +( 6548 712 208 ) ( 6548 712 376 ) ( 6548 480 376 ) ta_berlin/berlinwall2b_shot -15 62 0.00 0.906250 0.656250 0 65536 0 +surfaceparm detail +( 6556 712 208 ) ( 6548 712 208 ) ( 6548 480 208 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 712 376 ) ( 6556 712 376 ) ( 6556 480 376 ) common/nodraw 19 -56 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6556 712 376 ) ( 6556 712 208 ) ( 6556 480 208 ) common/nodraw 56 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 712 376 ) ( 6548 712 208 ) ( 6556 712 208 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( 6548 480 208 ) ( 6548 480 376 ) ( 6556 480 376 ) common/nodraw 20 17 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +} +// entity 29 +{ +"$targetname" "exploder" +"#set" "28" +"classname" "script_object" +// brush 0 +{ +( 987.026367 4727.295898 72 ) ( 987.026367 4727.295898 648 ) ( 1023.729492 4706.322266 648 ) ta_berlin/berlin_column -40 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 971.295898 4743.026367 72 ) ( 971.295898 4743.026367 648 ) ( 992.269531 4706.322266 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 966.052734 4764 72 ) ( 966.052734 4764 648 ) ( 966.052734 4722.052734 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 971.295898 4784.973633 72 ) ( 971.295898 4784.973633 648 ) ( 950.322266 4748.269531 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 987.026367 4800.704102 72 ) ( 987.026367 4800.704102 648 ) ( 950.322266 4779.730469 648 ) ta_berlin/berlin_column -40 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 1008 4805.947266 72 ) ( 1008 4805.947266 648 ) ( 966.052734 4805.947266 648 ) ta_berlin/berlin_column -40 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 1028.973633 4800.704102 72 ) ( 1028.973633 4800.704102 648 ) ( 992.269531 4821.677734 648 ) ta_berlin/berlin_column -40 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 1044.703613 4784.973633 72 ) ( 1044.703613 4784.973633 648 ) ( 1023.729492 4821.677734 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 1049.947754 4764 72 ) ( 1049.947754 4764 648 ) ( 1049.947754 4805.947266 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 1044.703613 4743.026367 72 ) ( 1044.703613 4743.026367 648 ) ( 1065.678223 4779.730469 648 ) ta_berlin/berlin_column -28 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 1028.973633 4727.295898 72 ) ( 1028.973633 4727.295898 648 ) ( 1065.678223 4748.269531 648 ) ta_berlin/berlin_column -40 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 1008 4722.052734 72 ) ( 1008 4722.052734 648 ) ( 1049.947754 4722.052734 648 ) ta_berlin/berlin_column -40 8 0.00 1 1 0 65536 0 +surfaceparm detail +( 1049.947754 4748.269531 104 ) ( 966.052734 4764 104 ) ( 966.052734 4732.539063 104 ) common/nodraw -32 38 165.04 1.001242 -0.999638 536870912 2224 0 +surfaceparm detail +( 966.052734 4764 672 ) ( 966.052734 4780 672 ) ( 1049.947754 4772 672 ) common/nodraw -40 28 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 30 +{ +"targetname" "Axis_Spawn_Locations" +"team" "axis" +"angle" "180" +"origin" "-5342 5272 52" +"classname" "info_player_axis" +} +// entity 31 +{ +"targetname" "Axis_Spawn_Locations" +"team" "axis" +"angle" "180" +"origin" "-5342 5150 52" +"classname" "info_player_axis" +} +// entity 32 +{ +"targetname" "Axis_Spawn_Locations" +"team" "axis" +"angle" "0" +"origin" "-6248 4636 224" +"classname" "info_player_axis" +} +// entity 33 +{ +"targetname" "Axis_Spawn_Locations" +"team" "axis" +"angle" "225" +"origin" "-6016 5232 224" +"classname" "info_player_axis" +} +// entity 34 +{ +"targetname" "Axis_Spawn_Locations" +"team" "axis" +"angle" "315" +"origin" "-5853 3428 385" +"classname" "info_player_axis" +} +// entity 35 +{ +"target" "t1595" +"targetname" "Axis_Spawn_Locations" +"team" "axis" +"angle" "90" +"origin" "-5880 3692 385" +"classname" "info_player_axis" +} +// entity 36 +{ +"targetname" "Axis_Spawn_Locations" +"team" "axis" +"angle" "180" +"origin" "-5350 5046 52" +"classname" "info_player_axis" +} +// entity 37 +{ +"team" "allied" +"angle" "270" +"targetname" "Allied_Spawn_Locations" +"origin" "5556 3700 256" +"classname" "info_player_allied" +} +// entity 38 +{ +"angle" "90" +"team" "allied" +"targetname" "Allied_Spawn_Locations" +"origin" "5580 1128 336" +"classname" "info_player_allied" +} +// entity 39 +{ +"team" "allied" +"angle" "135" +"targetname" "Allied_Spawn_Locations" +"origin" "5858 1905 48" +"classname" "info_player_allied" +} +// entity 40 +{ +"team" "allied" +"angle" "45" +"targetname" "Allied_Spawn_Locations" +"origin" "5536 1560 48" +"classname" "info_player_allied" +} +// entity 41 +{ +"team" "allied" +"angle" "90" +"targetname" "Allied_Spawn_Locations" +"origin" "5920 1056 88" +"classname" "info_player_allied" +} +// entity 42 +{ +"team" "allied" +"angle" "90" +"targetname" "Allied_Spawn_Locations" +"origin" "5344 3248 256" +"classname" "info_player_allied" +} +// entity 43 +{ +"team" "allied" +"angle" "180" +"targetname" "Allied_Spawn_Locations" +"origin" "5400 3996 68" +"classname" "info_player_allied" +} +// entity 44 +{ +"team" "allied" +"angle" "315" +"targetname" "Allied_Spawn_Locations" +"origin" "4892 4228 68" +"classname" "info_player_allied" +} +// entity 45 +{ +"targetname" "t1667" +"team" "axis" +"angle" "270" +"origin" "-4584 4904 228" +"classname" "info_player_axis" +} +// entity 46 +{ +"$targetname" "exploder" +"#set" "19" +"classname" "script_object" +// brush 0 +{ +( -2318 1042 544 ) ( -1902 1042 544 ) ( -1902 1042 -32 ) algiers/algierwall_set5 -242 228 0.00 1 1 0 65536 0 +surfaceparm detail +( -1934 1074 544 ) ( -2350 1074 544 ) ( -2350 1074 -32 ) algiers/algierwall_set5 -242 228 0.00 1 1 0 65536 0 +surfaceparm detail +( -2190 1042 -32 ) ( -2190 1010 -32 ) ( -2190 1026 224 ) common/nodraw 34 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2222 1042 -32 ) ( -2222 1074 -32 ) ( -2222 1058 224 ) algiers/algierwall_set5 0 -32 0.00 1 1 0 65536 0 +( -2222 1074 192 ) ( -2158 1058 192 ) ( -2222 1042 192 ) common/nodraw 34 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2158 1042 112 ) ( -2222 1058 112 ) ( -2222 1026 112 ) common/nodraw 34 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( -2318 1042 544 ) ( -1902 1042 544 ) ( -1902 1042 -32 ) algiers/algierwall_set5 -178 228 0.00 1 1 0 65536 0 +surfaceparm detail +( -1902 1074 544 ) ( -2318 1074 544 ) ( -2318 1074 -32 ) algiers/algierwall_set5 -178 228 0.00 1 1 0 65536 0 +surfaceparm detail +( -2190 1074 -32 ) ( -2190 1042 -32 ) ( -2190 1058 224 ) algiers/algierwall_set5 18 223 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2222 1042 -24 ) ( -2222 1074 -24 ) ( -2222 1058 232 ) algiers/algierwall_set5 18 223 -180.00 1 -1 0 65536 0 +surfaceparm detail +( -2222 1058 112 ) ( -2158 1042 112 ) ( -2222 1026 112 ) common/nodraw 34 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2190 1042 24 ) ( -2222 1058 24 ) ( -2222 1026 24 ) common/nodraw 34 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 47 +{ +"targetname" "nw3" +"classname" "script_object" +// brush 0 +{ +( -2198 1090 312 ) ( -2198 1090 408 ) ( -2198 1082 408 ) common/caulk 17 12 -180.00 0.125000 -1.500000 0 65696 0 +( -2134 1090 312 ) ( -2134 1090 408 ) ( -2198 1090 408 ) general_structure/window4_broken 84 63 0.00 -0.500000 0.375000 8192 16384 0 +( -2134 1090 408 ) ( -2134 1090 312 ) ( -2134 1082 312 ) common/caulk 17 12 -180.00 0.125000 -1.500000 0 65696 0 +( -2134 1082 408 ) ( -2134 1082 312 ) ( -2198 1082 312 ) general_structure/window4_broken 84 63 0.00 -0.500000 0.375000 8192 16384 0 +( -2134 1090 408 ) ( -2134 1082 408 ) ( -2198 1082 408 ) common/caulk 40 17 -180.00 1 -0.125000 0 65696 0 +( -2134 1082 312 ) ( -2134 1090 312 ) ( -2198 1090 312 ) common/caulk 40 17 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 48 +{ +"target" "nw3" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -2198 1090 312 ) ( -2198 1090 408 ) ( -2198 1082 408 ) common/caulk 17 12 -180.00 0.125000 -1.500000 0 65696 0 +( -2134 1090 312 ) ( -2134 1090 408 ) ( -2198 1090 408 ) general_structure/window4_frame 84 63 0.00 -0.500000 0.375000 0 4194304 0 +( -2134 1090 408 ) ( -2134 1090 312 ) ( -2134 1082 312 ) common/caulk 17 12 -180.00 0.125000 -1.500000 0 65696 0 +( -2134 1082 408 ) ( -2134 1082 312 ) ( -2198 1082 312 ) general_structure/window4_frame 84 63 0.00 -0.500000 0.375000 0 4194304 0 +( -2134 1090 408 ) ( -2134 1082 408 ) ( -2198 1082 408 ) common/caulk 40 17 -180.00 1 -0.125000 0 65696 0 +( -2134 1082 312 ) ( -2134 1090 312 ) ( -2198 1090 312 ) common/caulk 40 17 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 49 +{ +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -2290 1088 258 ) ( -2290 1056 258 ) ( -1874 1056 258 ) common/origin -32 60 0.00 1 1 16777216 2176 0 +( -1874 1080 794 ) ( -2290 1080 794 ) ( -2290 1080 218 ) common/origin -32 40 0.00 1 1 16777216 2176 0 +( -2292 1076 728 ) ( -1876 1076 728 ) ( -1876 1076 152 ) common/origin -32 40 0.00 1 1 16777216 2176 0 +( -1972 1096 152 ) ( -1972 1080 152 ) ( -1972 1088 440 ) common/origin -60 40 0.00 1 1 16777216 2176 0 +( -1976 1080 144 ) ( -1976 1096 144 ) ( -1976 1088 432 ) common/origin -60 40 0.00 1 1 16777216 2176 0 +( -1972 1056 380 ) ( -2052 1072 380 ) ( -1972 1088 380 ) common/origin -32 60 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -2292 1090 256 ) ( -2292 1058 256 ) ( -1876 1058 256 ) general_structure/cellardoor 20 64 0.00 -0.500000 0.031250 0 16384 0 +( -1876 1082 794 ) ( -2292 1082 794 ) ( -2292 1082 218 ) general_structure/cellardoor 20 0 0.00 -0.500000 0.500000 0 16384 0 +( -2294 1074 728 ) ( -1878 1074 728 ) ( -1878 1074 152 ) general_structure/cellardoor 20 0 0.00 -0.500000 0.500000 0 16384 0 +( -1974 1098 152 ) ( -1974 1082 152 ) ( -1974 1090 440 ) general_structure/cellardoor 32 0 0.00 -0.062500 0.500000 0 16384 0 +( -2038 1082 152 ) ( -2038 1098 152 ) ( -2038 1090 440 ) general_structure/cellardoor 32 0 0.00 -0.062500 0.500000 0 16384 0 +( -1974 1058 384 ) ( -2054 1074 384 ) ( -1974 1090 384 ) general_structure/cellardoor 20 64 0.00 -0.500000 0.031250 0 16384 0 +} +} +// entity 50 +{ +"$targetname" "exploder" +"#set" "19" +"classname" "script_object" +// brush 0 +{ +( -2046 1178 256 ) ( -2046 1170 256 ) ( -1774 1170 256 ) common/nodraw 52 -57 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1774 1170 320 ) ( -2046 1170 320 ) ( -2046 1178 320 ) common/nodraw 52 -57 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1806 1170 256 ) ( -1806 1170 320 ) ( -1798 1178 320 ) common/nodraw -38 -31 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -1774 1178 320 ) ( -2046 1178 320 ) ( -2046 1178 256 ) central_europe/balcny_rail_set1 -8 0 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -2014 1170 320 ) ( -2014 1170 256 ) ( -2022 1178 256 ) common/nodraw 16 -27 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1758 1176 320 ) ( -1758 1176 256 ) ( -2014 1176 256 ) common/nodraw -36 -31 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( -1782 1074 256 ) ( -1774 1074 256 ) ( -1774 1154 256 ) common/nodraw 18 -13 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1774 1154 320 ) ( -1774 1074 320 ) ( -1782 1074 320 ) common/nodraw 18 -13 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1800 1176 256 ) ( -1800 1176 320 ) ( -1718 1090 320 ) common/nodraw -7 -31 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1800 1176 320 ) ( -1800 1176 256 ) ( -1798 1178 256 ) common/nodraw 47 -27 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1774 1154 256 ) ( -1710 1090 256 ) ( -1710 1090 320 ) central_europe/balcny_rail_set1 -8 0 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -1710 1090 256 ) ( -1718 1090 256 ) ( -1718 1090 320 ) common/nodraw -4 -31 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 51 +{ +"angle" "225" +"angles" "180 0 0" +"origin" "-3858.00 2731.00 207.00" +"testanim" "idle" +"model" "weapons/mg42carryable.tik" +"scale" "1.0" +"classname" "addOn_playerweapon_german_PortableMG42" +} +// entity 52 +{ +"targetname" "t1668" +"classname" "script_object" +// brush 0 +{ +( -3780 2492 264 ) ( -3780 2492 360 ) ( -3788 2484 360 ) common/caulk 3 47 -180.00 0.062496 -1.500000 0 65696 0 +( -3734 2446 264 ) ( -3734 2446 360 ) ( -3778 2490 360 ) general_structure/window4_broken 23 192 0.00 -0.359375 0.375000 8192 16384 0 +( -3734 2446 360 ) ( -3734 2446 264 ) ( -3742 2438 264 ) common/caulk 35 47 -180.00 0.062496 -1.500000 0 65696 0 +( -3740 2444 360 ) ( -3740 2444 264 ) ( -3784 2488 264 ) general_structure/window4_broken 12 192 0.00 -0.359375 0.375000 8192 16384 0 +( -3733.543945 2442.201172 360 ) ( -3739.201172 2436.543945 360 ) ( -3784.456055 2481.798828 360 ) common/caulk 0 37 135.00 0.000002 -1.104851 0 65696 0 +( -3739.201172 2436.543945 264 ) ( -3733.543945 2442.201172 264 ) ( -3778.798828 2487.456055 264 ) common/caulk 0 37 135.00 0.000002 -1.104851 0 65696 0 +} +} +// entity 53 +{ +"target" "t1668" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -3780 2492 264 ) ( -3780 2492 360 ) ( -3788 2484 360 ) common/caulk 3 47 -180.00 0.062496 -1.500000 0 65696 0 +( -3734 2446 264 ) ( -3734 2446 360 ) ( -3778 2490 360 ) general_structure/window4_frame 23 192 0.00 -0.359375 0.375000 0 4194304 0 +( -3734 2446 360 ) ( -3734 2446 264 ) ( -3742 2438 264 ) common/caulk 35 47 -180.00 0.062496 -1.500000 0 65696 0 +( -3740 2444 360 ) ( -3740 2444 264 ) ( -3784 2488 264 ) general_structure/window4_frame 12 192 0.00 -0.359375 0.375000 0 4194304 0 +( -3726 2450 360 ) ( -3734 2442 360 ) ( -3786 2482 360 ) common/caulk 0 37 135.00 0.000002 -1.104851 0 65696 0 +( -3734 2442 264 ) ( -3726 2450 264 ) ( -3778 2490 264 ) common/caulk 0 37 135.00 0.000002 -1.104851 0 65696 0 +} +} +// entity 54 +{ +"targetname" "t1669" +"classname" "script_object" +// brush 0 +{ +( -3644 2356 264 ) ( -3644 2356 360 ) ( -3652 2348 360 ) common/caulk 3 47 -180.00 0.062496 -1.500000 0 65696 0 +( -3598 2310 264 ) ( -3598 2310 360 ) ( -3642 2354 360 ) general_structure/window4_broken 46 192 0.00 -0.351561 0.375000 8192 16384 0 +( -3598 2312 360 ) ( -3598 2312 264 ) ( -3606 2304 264 ) common/caulk 51 47 -180.00 0.062496 -1.500000 0 65696 0 +( -3604 2308 360 ) ( -3604 2308 264 ) ( -3648 2352 264 ) general_structure/window4_broken 35 192 0.00 -0.351561 0.375000 8192 16384 0 +( -3597.543945 2306.201172 360 ) ( -3603.201172 2300.543945 360 ) ( -3648.456055 2345.798828 360 ) common/caulk -5 21 135.00 1 -1.082756 0 65696 0 +( -3603.201172 2300.543945 264 ) ( -3597.543945 2306.201172 264 ) ( -3642.798828 2351.456055 264 ) common/caulk -5 21 135.00 1 -1.082756 0 65696 0 +} +} +// entity 55 +{ +"target" "t1669" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -3644 2356 264 ) ( -3644 2356 360 ) ( -3652 2348 360 ) common/caulk 3 47 -180.00 0.062496 -1.500000 0 65696 0 +( -3598 2310 264 ) ( -3598 2310 360 ) ( -3642 2354 360 ) general_structure/window4_frame 46 192 0.00 -0.351561 0.375000 0 4194304 0 +( -3598 2312 360 ) ( -3598 2312 264 ) ( -3606 2304 264 ) common/caulk 51 47 -180.00 0.062496 -1.500000 0 65696 0 +( -3604 2308 360 ) ( -3604 2308 264 ) ( -3648 2352 264 ) general_structure/window4_frame 35 192 0.00 -0.351561 0.375000 0 4194304 0 +( -3590 2314 360 ) ( -3598 2306 360 ) ( -3650 2346 360 ) common/caulk -5 21 135.00 1 -1.082756 0 65696 0 +( -3598 2306 264 ) ( -3590 2314 264 ) ( -3642 2354 264 ) common/caulk -5 21 135.00 1 -1.082756 0 65696 0 +} +} +// entity 56 +{ +"targetname" "t1670" +"classname" "script_object" +// brush 0 +{ +( -3730 2442 64 ) ( -3730 2442 160 ) ( -3738 2434 160 ) common/caulk 35 41 -180.00 0.062496 -1.500000 0 65696 0 +( -3684 2396 64 ) ( -3684 2396 160 ) ( -3728 2440 160 ) general_structure/window4_broken 65 170 0.00 -0.343748 0.375000 8192 16384 0 +( -3686 2398 160 ) ( -3686 2398 64 ) ( -3694 2390 64 ) common/caulk 35 41 -180.00 0.062496 -1.500000 0 65696 0 +( -3690 2394 160 ) ( -3690 2394 64 ) ( -3734 2438 64 ) general_structure/window4_broken 53 170 0.00 -0.343748 0.375000 8192 16384 0 +( -3683.543945 2392.201172 160 ) ( -3689.201172 2386.543945 160 ) ( -3734.456055 2431.798828 160 ) common/caulk -5 3 135.00 1 -1.060661 0 65696 0 +( -3689.201172 2386.543945 64 ) ( -3683.543945 2392.201172 64 ) ( -3728.798828 2437.456055 64 ) common/caulk -5 3 135.00 1 -1.060661 0 65696 0 +} +} +// entity 57 +{ +"target" "t1670" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -3730 2442 64 ) ( -3730 2442 160 ) ( -3738 2434 160 ) common/caulk 35 41 -180.00 0.062496 -1.500000 0 65696 0 +( -3684 2396 64 ) ( -3684 2396 160 ) ( -3728 2440 160 ) general_structure/window4_frame 65 170 0.00 -0.343748 0.375000 0 4194304 0 +( -3686 2398 160 ) ( -3686 2398 64 ) ( -3694 2390 64 ) common/caulk 35 41 -180.00 0.062496 -1.500000 0 65696 0 +( -3690 2394 160 ) ( -3690 2394 64 ) ( -3734 2438 64 ) general_structure/window4_frame 53 170 0.00 -0.343748 0.375000 0 4194304 0 +( -3676 2400 160 ) ( -3684 2392 160 ) ( -3736 2432 160 ) common/caulk -5 3 135.00 1 -1.060661 0 65696 0 +( -3684 2392 64 ) ( -3676 2400 64 ) ( -3728 2440 64 ) common/caulk -5 3 135.00 1 -1.060661 0 65696 0 +} +} +// entity 58 +{ +"targetname" "t1671" +"classname" "script_object" +// brush 0 +{ +( -3778 2490 64 ) ( -3778 2490 160 ) ( -3786 2482 160 ) common/caulk 35 41 -180.00 0.062496 -1.500000 0 65696 0 +( -3732 2444 64 ) ( -3732 2444 160 ) ( -3776 2488 160 ) general_structure/window4_broken 77 170 0.00 -0.343752 0.375000 8192 16384 0 +( -3734 2446 160 ) ( -3734 2446 64 ) ( -3742 2438 64 ) common/caulk 35 41 -180.00 0.062496 -1.500000 0 65696 0 +( -3738 2442 160 ) ( -3738 2442 64 ) ( -3782 2486 64 ) general_structure/window4_broken 65 170 0.00 -0.343752 0.375000 8192 16384 0 +( -3731.543945 2440.201172 160 ) ( -3737.201172 2434.543945 160 ) ( -3782.456055 2479.798828 160 ) common/caulk 0 3 135.00 0.000002 -1.060661 0 65696 0 +( -3737.201172 2434.543945 64 ) ( -3731.543945 2440.201172 64 ) ( -3776.798828 2485.456055 64 ) common/caulk 0 3 135.00 0.000002 -1.060661 0 65696 0 +} +} +// entity 59 +{ +"target" "t1671" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -3778 2490 64 ) ( -3778 2490 160 ) ( -3786 2482 160 ) common/caulk 35 41 -180.00 0.062496 -1.500000 0 65696 0 +( -3732 2444 64 ) ( -3732 2444 160 ) ( -3776 2488 160 ) general_structure/window4_frame 77 170 0.00 -0.343752 0.375000 0 4194304 0 +( -3734 2446 160 ) ( -3734 2446 64 ) ( -3742 2438 64 ) common/caulk 35 41 -180.00 0.062496 -1.500000 0 65696 0 +( -3738 2442 160 ) ( -3738 2442 64 ) ( -3782 2486 64 ) general_structure/window4_frame 65 170 0.00 -0.343752 0.375000 0 4194304 0 +( -3724 2448 160 ) ( -3732 2440 160 ) ( -3784 2480 160 ) common/caulk 0 3 135.00 0.000002 -1.060661 0 65696 0 +( -3732 2440 64 ) ( -3724 2448 64 ) ( -3776 2488 64 ) common/caulk 0 3 135.00 0.000002 -1.060661 0 65696 0 +} +} +// entity 60 +{ +"targetname" "t1672" +"classname" "script_object" +// brush 0 +{ +( -4172 2824 264 ) ( -4172 2824 360 ) ( -4180 2816 360 ) common/caulk 62 47 -180.00 0.062504 -1.500000 0 65696 0 +( -4126 2778 264 ) ( -4126 2778 360 ) ( -4170 2822 360 ) general_structure/window4_broken 98 192 0.00 -0.351563 0.375000 8192 16384 0 +( -4126 2780 360 ) ( -4126 2780 264 ) ( -4134 2772 264 ) common/caulk 46 47 -180.00 0.062504 -1.500000 0 65696 0 +( -4132 2776 360 ) ( -4132 2776 264 ) ( -4176 2820 264 ) general_structure/window4_broken 86 192 0.00 -0.351563 0.375000 8192 16384 0 +( -4125.543945 2774.201172 360 ) ( -4131.201172 2768.543945 360 ) ( -4176.456055 2813.798828 360 ) common/caulk 0 45 135.00 0.000004 -1.082748 0 65696 0 +( -4131.201172 2768.543945 264 ) ( -4125.543945 2774.201172 264 ) ( -4170.798828 2819.456055 264 ) common/caulk 0 45 135.00 0.000004 -1.082748 0 65696 0 +} +} +// entity 61 +{ +"target" "t1672" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -4172 2824 264 ) ( -4172 2824 360 ) ( -4180 2816 360 ) common/caulk 62 47 -180.00 0.062504 -1.500000 0 65696 0 +( -4126 2778 264 ) ( -4126 2778 360 ) ( -4170 2822 360 ) general_structure/window4_frame 98 192 0.00 -0.351563 0.375000 0 4194304 0 +( -4126 2780 360 ) ( -4126 2780 264 ) ( -4134 2772 264 ) common/caulk 46 47 -180.00 0.062504 -1.500000 0 65696 0 +( -4132 2776 360 ) ( -4132 2776 264 ) ( -4176 2820 264 ) general_structure/window4_frame 86 192 0.00 -0.351563 0.375000 0 4194304 0 +( -4118 2782 360 ) ( -4126 2774 360 ) ( -4178 2814 360 ) common/caulk 0 45 135.00 0.000004 -1.082748 0 65696 0 +( -4126 2774 264 ) ( -4118 2782 264 ) ( -4170 2822 264 ) common/caulk 0 45 135.00 0.000004 -1.082748 0 65696 0 +} +} +// entity 62 +{ +"targetname" "t1673" +"classname" "script_object" +// brush 0 +{ +( -4308 2960 264 ) ( -4308 2960 360 ) ( -4316 2952 360 ) common/caulk 62 47 -180.00 0.062504 -1.500000 0 65696 0 +( -4262 2914 264 ) ( -4262 2914 360 ) ( -4306 2958 360 ) general_structure/window4_broken 45 192 0.00 -0.359373 0.375000 8192 16384 0 +( -4260 2916 360 ) ( -4260 2916 264 ) ( -4268 2908 264 ) common/caulk 30 47 -180.00 0.062504 -1.500000 0 65696 0 +( -4268 2912 360 ) ( -4268 2912 264 ) ( -4312 2956 264 ) general_structure/window4_broken 34 192 0.00 -0.359373 0.375000 8192 16384 0 +( -4261.543945 2910.201172 360 ) ( -4267.201172 2904.543945 360 ) ( -4312.456055 2949.798828 360 ) common/caulk -5 63 135.00 1 -1.104851 0 65696 0 +( -4267.201172 2904.543945 264 ) ( -4261.543945 2910.201172 264 ) ( -4306.798828 2955.456055 264 ) common/caulk -5 63 135.00 1 -1.104851 0 65696 0 +} +} +// entity 63 +{ +"target" "t1673" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -4308 2960 264 ) ( -4308 2960 360 ) ( -4316 2952 360 ) common/caulk 62 47 -180.00 0.062504 -1.500000 0 65696 0 +( -4262 2914 264 ) ( -4262 2914 360 ) ( -4306 2958 360 ) general_structure/window4_frame 45 192 0.00 -0.359373 0.375000 0 4194304 0 +( -4260 2916 360 ) ( -4260 2916 264 ) ( -4268 2908 264 ) common/caulk 30 47 -180.00 0.062504 -1.500000 0 65696 0 +( -4268 2912 360 ) ( -4268 2912 264 ) ( -4312 2956 264 ) general_structure/window4_frame 34 192 0.00 -0.359373 0.375000 0 4194304 0 +( -4254 2918 360 ) ( -4262 2910 360 ) ( -4314 2950 360 ) common/caulk -5 63 135.00 1 -1.104851 0 65696 0 +( -4262 2910 264 ) ( -4254 2918 264 ) ( -4306 2958 264 ) common/caulk -5 63 135.00 1 -1.104851 0 65696 0 +} +} +// entity 64 +{ +"targetname" "t1674" +"classname" "script_object" +// brush 0 +{ +( -3744 2668 264 ) ( -3744 2668 360 ) ( -3752 2676 360 ) common/caulk 0 48 0.00 -0.062500 1.500000 0 65696 0 +( -3790 2622 264 ) ( -3790 2622 360 ) ( -3746 2666 360 ) general_structure/window4_broken 38 192 0.00 -0.351563 0.375000 8192 16384 0 +( -3788 2622 360 ) ( -3788 2622 264 ) ( -3796 2630 264 ) common/caulk 48 48 0.00 -0.062500 1.500000 0 65696 0 +( -3792 2628 360 ) ( -3792 2628 264 ) ( -3748 2672 264 ) general_structure/window4_broken 49 192 0.00 -0.351563 0.375000 8192 16384 0 +( -3794 2622 360 ) ( -3799 2627 360 ) ( -3754 2672 360 ) common/caulk 4 0 45.00 -1.082756 -0.000004 0 65696 0 +( -3799 2627 264 ) ( -3794 2622 264 ) ( -3749 2667 264 ) common/caulk 4 0 45.00 -1.082756 -0.000004 0 65696 0 +} +} +// entity 65 +{ +"target" "t1674" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -3744 2668 264 ) ( -3744 2668 360 ) ( -3752 2676 360 ) common/caulk 0 48 0.00 -0.062500 1.500000 0 65696 0 +( -3790 2622 264 ) ( -3790 2622 360 ) ( -3746 2666 360 ) general_structure/window4_frame 38 192 0.00 -0.351563 0.375000 0 4194304 0 +( -3788 2622 360 ) ( -3788 2622 264 ) ( -3796 2630 264 ) common/caulk 48 48 0.00 -0.062500 1.500000 0 65696 0 +( -3792 2628 360 ) ( -3792 2628 264 ) ( -3748 2672 264 ) general_structure/window4_frame 49 192 0.00 -0.351563 0.375000 0 4194304 0 +( -3786 2614 360 ) ( -3794 2622 360 ) ( -3754 2674 360 ) common/caulk 4 0 45.00 -1.082756 -0.000004 0 65696 0 +( -3794 2622 264 ) ( -3786 2614 264 ) ( -3746 2666 264 ) common/caulk 4 0 45.00 -1.082756 -0.000004 0 65696 0 +} +} +// entity 66 +{ +"targetname" "t1675" +"classname" "script_object" +// brush 0 +{ +( -4030 2744 264 ) ( -4030 2744 360 ) ( -4022 2736 360 ) common/caulk 48 47 -180.00 0.062500 -1.500000 0 65696 0 +( -3982 2790 264 ) ( -3982 2790 360 ) ( -4026 2746 360 ) general_structure/window4_broken 123 191 -180.00 0.351561 -0.375000 8192 16384 0 +( -3984 2788 360 ) ( -3984 2788 264 ) ( -3976 2780 264 ) common/caulk 0 47 -180.00 0.062500 -1.500000 0 65696 0 +( -3980 2784 360 ) ( -3980 2784 264 ) ( -4024 2740 264 ) general_structure/window4_broken 112 191 -180.00 0.351561 -0.375000 8192 16384 0 +( -3978 2790 360 ) ( -3973 2785 360 ) ( -4018 2740 360 ) common/caulk 3 35 -135.00 1 -1.082758 0 65696 0 +( -3973 2785 264 ) ( -3978 2790 264 ) ( -4023 2745 264 ) common/caulk 3 35 -135.00 1 -1.082758 0 65696 0 +} +} +// entity 67 +{ +"target" "t1675" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -4030 2744 264 ) ( -4030 2744 360 ) ( -4022 2736 360 ) common/caulk 48 47 -180.00 0.062500 -1.500000 0 65696 0 +( -3982 2790 264 ) ( -3982 2790 360 ) ( -4026 2746 360 ) general_structure/window4_frame 123 191 -180.00 0.351561 -0.375000 0 4194304 0 +( -3984 2788 360 ) ( -3984 2788 264 ) ( -3976 2780 264 ) common/caulk 0 47 -180.00 0.062500 -1.500000 0 65696 0 +( -3980 2784 360 ) ( -3980 2784 264 ) ( -4024 2740 264 ) general_structure/window4_frame 112 191 -180.00 0.351561 -0.375000 0 4194304 0 +( -3986 2798 360 ) ( -3978 2790 360 ) ( -4018 2738 360 ) common/caulk 3 35 -135.00 1 -1.082758 0 65696 0 +( -3978 2790 264 ) ( -3986 2798 264 ) ( -4026 2746 264 ) common/caulk 3 35 -135.00 1 -1.082758 0 65696 0 +} +} +// entity 68 +{ +"angle" "90" +"spawnflags" "0" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -828 3170 280 ) ( -832 3170 280 ) ( -832 3166 280 ) common/origin -16 24 0.00 1 1 16777216 2176 0 +( -832 3166 376 ) ( -832 3170 376 ) ( -828 3170 376 ) common/origin -16 24 0.00 1 1 16777216 2176 0 +( -832 3166 392 ) ( -828 3166 392 ) ( -828 3166 264 ) common/origin -16 0 0.00 1 1 16777216 2176 0 +( -828 3166 392 ) ( -828 3170 392 ) ( -828 3170 264 ) common/origin -24 0 0.00 1 1 16777216 2176 0 +( -828 3170 392 ) ( -832 3170 392 ) ( -832 3170 264 ) common/origin -16 0 0.00 1 1 16777216 2176 0 +( -832 3170 392 ) ( -832 3166 392 ) ( -832 3166 264 ) common/origin -24 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -1178 3152 264 ) ( -1178 3180 264 ) ( -1286 3180 264 ) common/nodraw 22 28 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1286 3164 756 ) ( -1178 3164 756 ) ( -1178 3164 492 ) general_structure/door_offwhite2 4 16 0.00 -0.500000 0.500000 0 16384 0 +( -1178 3172 756 ) ( -1286 3172 756 ) ( -1286 3172 492 ) general_structure/door_offwhite2 4 -240 0.00 -0.500000 0.500000 0 16384 0 +surfaceparm detail +( -894 3156 264 ) ( -894 3172 264 ) ( -894 3164 484 ) general_structure/door_offwhite2 64 16 0.00 -0.062500 0.500000 0 16384 0 +( -830 3172 264 ) ( -830 3156 264 ) ( -830 3164 484 ) general_structure/door_offwhite2 64 16 0.00 -0.062500 0.500000 0 16384 0 +( -862 3152 392 ) ( -854 3176 392 ) ( -846 3152 392 ) common/nodraw 22 28 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +} +// entity 69 +{ +"angle" "90" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -670 3174 36 ) ( -674 3174 36 ) ( -674 3170 36 ) common/origin -46 28 0.00 1 1 16777216 2176 0 +( -674 3170 132 ) ( -674 3174 132 ) ( -670 3174 132 ) common/origin -46 28 0.00 1 1 16777216 2176 0 +( -674 3170 148 ) ( -670 3170 148 ) ( -670 3170 20 ) common/origin -46 -52 0.00 1 1 16777216 2176 0 +( -670 3170 148 ) ( -670 3174 148 ) ( -670 3174 20 ) common/origin -28 -52 0.00 1 1 16777216 2176 0 +( -670 3174 148 ) ( -674 3174 148 ) ( -674 3174 20 ) common/origin -46 -52 0.00 1 1 16777216 2176 0 +( -674 3174 148 ) ( -674 3170 148 ) ( -674 3170 20 ) common/origin -28 -52 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -1020 3156 24 ) ( -1020 3184 24 ) ( -1128 3184 24 ) common/nodraw 52 32 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1128 3168 512 ) ( -1020 3168 512 ) ( -1020 3168 248 ) general_structure/door_offwhite2 64 -216 0.00 -0.500000 0.500000 0 16384 0 +( -1020 3176 512 ) ( -1128 3176 512 ) ( -1128 3176 248 ) general_structure/door_offwhite2 64 -216 0.00 -0.500000 0.500000 0 16384 0 +surfaceparm detail +( -736 3160 20 ) ( -736 3176 20 ) ( -736 3168 240 ) general_structure/door_offwhite2 0 -216 0.00 -0.062500 0.500000 0 16384 0 +( -672 3176 20 ) ( -672 3160 20 ) ( -672 3168 240 ) general_structure/door_offwhite2 0 -216 0.00 -0.062500 0.500000 0 16384 0 +( -704 3156 148 ) ( -696 3180 148 ) ( -688 3156 148 ) common/nodraw 52 32 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +} +// entity 70 +{ +"classname" "light" +"origin" "5660 5168 -392" +"_color" "1.0 0.9 0.8" +"light" "150" +} +// entity 71 +{ +"light" "100" +"_color" "1.0 0.9 0.8" +"origin" "2852 4392 -344" +"classname" "light" +} +// entity 72 +{ +"classname" "light" +"origin" "2852 4216 -344" +"_color" "1.0 0.9 0.8" +"light" "100" +} +// entity 73 +{ +"light" "100" +"_color" "1.0 0.9 0.8" +"origin" "2852 4024 -344" +"classname" "light" +} +// entity 74 +{ +"light" "150" +"_color" "1.0 0.9 0.8" +"origin" "4420 5168 -392" +"classname" "light" +} +// entity 75 +{ +"classname" "light" +"origin" "3332 5168 -392" +"_color" "1.0 0.9 0.8" +"light" "150" +} +// entity 76 +{ +"classname" "light" +"origin" "3052 4464 -344" +"_color" "1.0 0.9 0.8" +"light" "100" +} +// entity 77 +{ +"classname" "light" +"origin" "3324 4472 -396" +"_color" "1.0 0.9 0.8" +"light" "75" +} +// entity 78 +{ +"light" "75" +"_color" "1.0 0.9 0.8" +"origin" "3332 4792 -396" +"classname" "light" +} +// entity 79 +{ +"overbright_range" "0.15" +"classname" "light" +"origin" "3812 5168 -400" +"_color" "1.0 0.9 0.8" +"light" "20" +} +// entity 80 +{ +"light" "20" +"_color" "1.0 0.9 0.8" +"origin" "3940 5168 -400" +"classname" "light" +"overbright_range" "0.15" +} +// entity 81 +{ +"light" "20" +"_color" "1.0 0.9 0.8" +"origin" "5028 5168 -400" +"classname" "light" +"overbright_range" "0.15" +} +// entity 82 +{ +"ObjectiveNBR" "5" +"spawnflags" "3" +"target" "gmc_bomb_trigger" +"$targetname" "Obj_alliesammodepot" +"ControlledBy" "1" +"AxisObjNum" "5" +"AlliesObjNum" "1" +"origin" "5696 2090 356" +"classname" "func_TOWObjective" +} +// entity 83 +{ +"angle" "225" +"angles" "180 0 0" +"origin" "-608.00 3103.00 39.00" +"testanim" "idle" +"model" "weapons/mg42carryable.tik" +"scale" "1.0" +"classname" "addOn_playerweapon_german_PortableMG42" +} +// entity 84 +{ +"spawnflags" "1" +"origin" "-709.54 3539.46 40.17" +"testanim" "idle" +"model" "animate/tree_commontree.tik" +"scale" "1.0" +"classname" "script_model" +} +// entity 85 +{ +"spawnflags" "1" +"origin" "-1217.54 3543.46 36.17" +"testanim" "idle" +"model" "animate/tree_commontree.tik" +"scale" "1.0" +"classname" "script_model" +} +// entity 86 +{ +"spawnflags" "1" +"origin" "-1010.65 3510.15 41.80" +"testanim" "idle" +"model" "animate/tree_commontree.tik" +"scale" "1.20" +"classname" "script_model" +} +// entity 87 +{ +"spawnflags" "1" +"origin" "99.46 2919.46 36.17" +"testanim" "idle" +"model" "animate/tree_commontree.tik" +"scale" "1.0" +"classname" "script_model" +} +// entity 88 +{ +"spawnflags" "1" +"origin" "-190.54 3413.46 32.17" +"testanim" "idle" +"model" "animate/tree_commontree.tik" +"scale" "1.0" +"classname" "script_model" +} +// entity 89 +{ +"spawnflags" "1" +"origin" "-69.65 3242.15 37.80" +"testanim" "idle" +"model" "animate/tree_commontree.tik" +"scale" "1.20" +"classname" "script_model" +} +// entity 90 +{ +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -3802 1002 26 ) ( -3802 970 26 ) ( -3386 970 26 ) common/origin -56 38 0.00 1 1 16777216 2176 0 +( -3386 994 562 ) ( -3802 994 562 ) ( -3802 994 -14 ) common/origin -56 0 0.00 1 1 16777216 2176 0 +( -3804 990 496 ) ( -3388 990 496 ) ( -3388 990 -80 ) common/origin -56 0 0.00 1 1 16777216 2176 0 +( -3484 1010 -80 ) ( -3484 994 -80 ) ( -3484 1002 208 ) common/origin -38 0 0.00 1 1 16777216 2176 0 +( -3488 994 -80 ) ( -3488 1010 -80 ) ( -3488 1002 208 ) common/origin -38 0 0.00 1 1 16777216 2176 0 +( -3484 970 156 ) ( -3564 986 156 ) ( -3484 1002 156 ) common/origin -56 38 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -3804 1004 24 ) ( -3804 972 24 ) ( -3388 972 24 ) general_structure/cellardoor 51 128 0.00 -0.625000 0.031250 0 16384 0 +( -3388 996 562 ) ( -3804 996 562 ) ( -3804 996 -14 ) general_structure/cellardoor -51 45 0.00 0.625000 0.531250 0 16384 0 +( -3806 988 496 ) ( -3390 988 496 ) ( -3390 988 -80 ) general_structure/cellardoor -51 45 0.00 0.625000 0.531250 0 16384 0 +( -3486 1012 -80 ) ( -3486 996 -80 ) ( -3486 1004 208 ) general_structure/cellardoor 64 45 0.00 -0.062500 0.531250 0 16384 0 +( -3566 996 -80 ) ( -3566 1012 -80 ) ( -3566 1004 208 ) general_structure/cellardoor 64 45 0.00 -0.062500 0.531250 0 16384 0 +( -3486 972 160 ) ( -3566 988 160 ) ( -3486 1004 160 ) general_structure/cellardoor 51 128 0.00 -0.625000 0.031250 0 16384 0 +} +} +// entity 91 +{ +"targetname" "nw2" +"classname" "script_object" +// brush 0 +{ +( -3746 996 64 ) ( -3746 996 160 ) ( -3746 988 160 ) common/caulk 32 39 -180.00 0.125000 -1.500000 0 65696 0 +( -3682 996 64 ) ( -3682 996 160 ) ( -3746 996 160 ) general_structure/window4_broken 60 170 0.00 -0.500000 0.375000 8192 16384 0 +( -3682 996 160 ) ( -3682 996 64 ) ( -3682 988 64 ) common/caulk 32 39 -180.00 0.125000 -1.500000 0 65696 0 +( -3682 988 160 ) ( -3682 988 64 ) ( -3746 988 64 ) general_structure/window4_broken 60 170 0.00 -0.500000 0.375000 8192 16384 0 +( -3682 996 160 ) ( -3682 988 160 ) ( -3746 988 160 ) common/caulk 28 33 -180.00 1 -0.125000 0 65696 0 +( -3682 988 64 ) ( -3682 996 64 ) ( -3746 996 64 ) common/caulk 28 33 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 92 +{ +"target" "nw2" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -3746 996 64 ) ( -3746 996 160 ) ( -3746 988 160 ) common/caulk 32 39 -180.00 0.125000 -1.500000 0 65696 0 +( -3682 996 64 ) ( -3682 996 160 ) ( -3746 996 160 ) general_structure/window4_frame 60 170 0.00 -0.500000 0.375000 0 4194304 0 +( -3682 996 160 ) ( -3682 996 64 ) ( -3682 988 64 ) common/caulk 32 39 -180.00 0.125000 -1.500000 0 65696 0 +( -3682 988 160 ) ( -3682 988 64 ) ( -3746 988 64 ) general_structure/window4_frame 60 170 0.00 -0.500000 0.375000 0 4194304 0 +( -3682 996 160 ) ( -3682 988 160 ) ( -3746 988 160 ) common/caulk 28 33 -180.00 1 -0.125000 0 65696 0 +( -3682 988 64 ) ( -3682 996 64 ) ( -3746 996 64 ) common/caulk 28 33 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 93 +{ +"targetname" "nw1" +"classname" "script_object" +// brush 0 +{ +( -3378 996 64 ) ( -3378 996 160 ) ( -3378 988 160 ) common/caulk 32 39 -180.00 0.125000 -1.500000 0 65696 0 +( -3378 996 160 ) ( -3378 996 64 ) ( -3314 996 64 ) general_structure/window4_broken 28 170 0.00 -0.500000 0.375000 8192 16384 0 +( -3314 996 160 ) ( -3314 996 64 ) ( -3314 988 64 ) common/caulk 32 39 -180.00 0.125000 -1.500000 0 65696 0 +( -3378 988 64 ) ( -3378 988 160 ) ( -3314 988 160 ) general_structure/window4_broken 28 170 0.00 -0.500000 0.375000 8192 16384 0 +( -3378 996 160 ) ( -3314 996 160 ) ( -3314 988 160 ) common/caulk 12 33 -180.00 1 -0.125000 0 65696 0 +( -3314 996 64 ) ( -3378 996 64 ) ( -3378 988 64 ) common/caulk 12 33 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 94 +{ +"target" "nw1" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -3378 996 64 ) ( -3378 996 160 ) ( -3378 988 160 ) common/caulk 32 39 -180.00 0.125000 -1.500000 0 65696 0 +( -3378 996 160 ) ( -3378 996 64 ) ( -3314 996 64 ) general_structure/window4_frame 28 170 0.00 -0.500000 0.375000 0 4194304 0 +( -3314 996 160 ) ( -3314 996 64 ) ( -3314 988 64 ) common/caulk 32 39 -180.00 0.125000 -1.500000 0 65696 0 +( -3378 988 64 ) ( -3378 988 160 ) ( -3314 988 160 ) general_structure/window4_frame 28 170 0.00 -0.500000 0.375000 0 4194304 0 +( -3378 996 160 ) ( -3314 996 160 ) ( -3314 988 160 ) common/caulk 12 33 -180.00 1 -0.125000 0 65696 0 +( -3314 996 64 ) ( -3378 996 64 ) ( -3378 988 64 ) common/caulk 12 33 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 95 +{ +"$targetname" "exploder" +"#set" "19" +"classname" "script_object" +// brush 0 +{ +( -3650 1064 236 ) ( -3650 984 236 ) ( -3642 984 236 ) common/nodraw 20 -54 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -3642 984 300 ) ( -3650 984 300 ) ( -3650 1064 300 ) common/nodraw 20 -54 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -3642 1056 300 ) ( -3642 1056 236 ) ( -3706 1000 236 ) common/nodraw -11 -51 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -3642 1056 236 ) ( -3642 1056 300 ) ( -3650 1064 300 ) common/nodraw 48 -47 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -3714 1000 300 ) ( -3714 1000 236 ) ( -3650 1064 236 ) central_europe/balcny_rail_set1 -160 -40 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -3706 1000 300 ) ( -3706 1000 236 ) ( -3714 1000 236 ) common/nodraw -11 -51 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( -3650 1064 236 ) ( -3650 1056 236 ) ( -3378 1056 236 ) common/nodraw 20 -54 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -3378 1056 300 ) ( -3650 1056 300 ) ( -3650 1064 300 ) common/nodraw 20 -54 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -3386 1056 236 ) ( -3386 1056 300 ) ( -3378 1064 300 ) common/nodraw -6 -51 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -3378 1064 300 ) ( -3650 1064 300 ) ( -3650 1064 236 ) central_europe/balcny_rail_set1 -248 -40 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -3642 1056 300 ) ( -3642 1056 236 ) ( -3650 1064 236 ) common/nodraw 48 -47 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -3386 1056 300 ) ( -3386 1056 236 ) ( -3642 1056 236 ) common/nodraw -11 -51 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( -3386 984 236 ) ( -3378 984 236 ) ( -3378 1064 236 ) common/nodraw 19 -9 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -3378 1064 300 ) ( -3378 984 300 ) ( -3386 984 300 ) common/nodraw 19 -9 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -3322 1000 236 ) ( -3386 1056 236 ) ( -3386 1056 300 ) common/nodraw -43 -51 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -3378 1064 300 ) ( -3386 1056 300 ) ( -3386 1056 236 ) common/nodraw 48 -47 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -3378 1064 236 ) ( -3314 1000 236 ) ( -3314 1000 300 ) central_europe/balcny_rail_set1 -160 -40 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -3314 1000 236 ) ( -3322 1000 236 ) ( -3322 1000 300 ) common/nodraw -43 -51 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 96 +{ +"$targetname" "exploder" +"#set" "19" +"classname" "script_object" +// brush 0 +{ +( -1526 1186 418 ) ( -1526 1106 418 ) ( -1518 1106 418 ) common/nodraw 0 0 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1518 1106 482 ) ( -1526 1106 482 ) ( -1526 1186 482 ) common/nodraw 0 0 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1518 1178 482 ) ( -1518 1178 418 ) ( -1582 1122 418 ) common/nodraw -2 3 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1518 1178 418 ) ( -1518 1178 482 ) ( -1526 1186 482 ) common/nodraw 29 4 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1590 1122 482 ) ( -1590 1122 418 ) ( -1526 1186 418 ) central_europe/balcny_rail_set1 -136 68 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -1582 1122 482 ) ( -1582 1122 418 ) ( -1590 1122 418 ) common/nodraw -2 3 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( -1526 1186 418 ) ( -1526 1178 418 ) ( -1254 1178 418 ) common/nodraw 0 0 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1254 1178 482 ) ( -1526 1178 482 ) ( -1526 1186 482 ) common/nodraw 0 0 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1262 1178 418 ) ( -1262 1178 482 ) ( -1254 1186 482 ) common/nodraw -51 3 0.00 0.707031 1 536870912 2224 0 +surfaceparm detail +( -1254 1186 482 ) ( -1526 1186 482 ) ( -1526 1186 418 ) central_europe/balcny_rail_set1 -40 68 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -1518 1178 482 ) ( -1518 1178 418 ) ( -1526 1186 418 ) common/nodraw 29 4 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1262 1178 482 ) ( -1262 1178 418 ) ( -1518 1178 418 ) common/nodraw -2 3 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( -1262 1106 418 ) ( -1254 1106 418 ) ( -1254 1186 418 ) common/nodraw 63 -21 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1254 1186 482 ) ( -1254 1106 482 ) ( -1262 1106 482 ) common/nodraw 63 -21 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1198 1122 418 ) ( -1262 1178 418 ) ( -1262 1178 482 ) common/nodraw -34 3 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -1254 1186 482 ) ( -1262 1178 482 ) ( -1262 1178 418 ) common/nodraw 29 4 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -1254 1186 418 ) ( -1190 1122 418 ) ( -1190 1122 482 ) central_europe/balcny_rail_set1 -136 68 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -1190 1122 418 ) ( -1198 1122 418 ) ( -1198 1122 482 ) common/nodraw -34 3 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 97 +{ +"ObjectiveNBR" "4" +"spawnflags" "1" +"target" "t1729" +"$targetname" "Obj_airstrike" +"ControlledBy" "0" +"AxisObjNum" "4" +"AlliesObjNum" "2" +"origin" "2611 1575 276" +"angle" "315" +"classname" "func_TOWObjective" +} +// entity 98 +{ +"testanim" "idle" +"angles" "0 270 0" +"origin" "2394.89 1612.91 279.00" +"model" "miscobj//radio_military.tik" +"scale" "1.0" +"classname" "script_model" +"angle" "225" +"targetname" "radio" +} +// entity 99 +{ +"testanim" "idle" +"angles" "0 270 0" +"origin" "-4826.11 1900.91 279.00" +"model" "miscobj//radio_military.tik" +"scale" "1.0" +"classname" "script_model" +"angle" "225" +"targetname" "t1681" +} +// entity 100 +{ +"targetname" "AxisWind1" +"classname" "script_object" +// brush 0 +{ +( -4944 4684 240 ) ( -4944 4684 336 ) ( -4952 4676 336 ) common/caulk 61 30 -180.00 0.062504 -1.500000 0 65696 0 +( -4898 4638 240 ) ( -4898 4638 336 ) ( -4942 4682 336 ) general_structure/window4_broken 106 127 0.00 -0.359373 0.375000 8192 16384 0 +( -4896 4640 336 ) ( -4896 4640 240 ) ( -4904 4632 240 ) common/caulk 29 30 -180.00 0.062504 -1.500000 0 65696 0 +( -4904 4636 336 ) ( -4904 4636 240 ) ( -4948 4680 240 ) general_structure/window4_broken 95 127 0.00 -0.359373 0.375000 8192 16384 0 +( -4897.543945 4634.201172 336 ) ( -4903.201172 4628.543945 336 ) ( -4948.456055 4673.798828 336 ) common/caulk -9 56 135.00 1 -1.104851 0 65696 0 +( -4903.201172 4628.543945 240 ) ( -4897.543945 4634.201172 240 ) ( -4942.798828 4679.456055 240 ) common/caulk -9 56 135.00 1 -1.104851 0 65696 0 +} +} +// entity 101 +{ +"target" "AxisWind1" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -4944 4684 240 ) ( -4944 4684 336 ) ( -4952 4676 336 ) common/caulk 28 -33 -180.00 0.088379 -1.500000 0 65696 0 +( -4898 4638 240 ) ( -4898 4638 336 ) ( -4942 4682 336 ) general_structure/window4_frame 106 127 0.00 -0.359373 0.375000 0 4194304 0 +( -4896 4640 336 ) ( -4896 4640 240 ) ( -4904 4632 240 ) common/caulk 17 -33 -180.00 0.088623 -1.500000 0 65696 0 +( -4904 4636 336 ) ( -4904 4636 240 ) ( -4948 4680 240 ) general_structure/window4_frame 95 127 0.00 -0.359373 0.375000 0 4194304 0 +( -4890 4642 336 ) ( -4898 4634 336 ) ( -4950 4674 336 ) common/caulk -18 60 135.00 0.999893 -0.125159 0 65696 0 +( -4898 4634 240 ) ( -4890 4642 240 ) ( -4942 4682 240 ) common/caulk -18 60 135.00 0.999893 -0.125159 0 65696 0 +} +} +// entity 102 +{ +"targetname" "AxisWind2" +"classname" "script_object" +// brush 0 +{ +( -4809 4549 240 ) ( -4809 4549 336 ) ( -4817 4541 336 ) common/caulk 14 30 -180.00 0.062504 -1.500000 0 65696 0 +( -4763 4503 240 ) ( -4763 4503 336 ) ( -4807 4547 336 ) general_structure/window4_broken 115 127 0.00 -0.359373 0.375000 8192 16384 0 +( -4761 4505 336 ) ( -4761 4505 240 ) ( -4769 4497 240 ) common/caulk 46 30 -180.00 0.062504 -1.500000 0 65696 0 +( -4769 4501 336 ) ( -4769 4501 240 ) ( -4813 4545 240 ) general_structure/window4_broken 104 127 0.00 -0.359373 0.375000 8192 16384 0 +( -4762.543945 4499.201172 336 ) ( -4768.201172 4493.543945 336 ) ( -4813.456055 4538.798828 336 ) common/caulk -11 56 135.00 1 -1.104851 0 65696 0 +( -4768.201172 4493.543945 240 ) ( -4762.543945 4499.201172 240 ) ( -4807.798828 4544.456055 240 ) common/caulk -11 56 135.00 1 -1.104851 0 65696 0 +} +} +// entity 103 +{ +"target" "AxisWind2" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -4809 4549 240 ) ( -4809 4549 336 ) ( -4817 4541 336 ) common/caulk 37 -33 -180.00 0.088379 -1.500000 0 65696 0 +( -4763 4503 240 ) ( -4763 4503 336 ) ( -4807 4547 336 ) general_structure/window4_frame 115 127 0.00 -0.359373 0.375000 0 4194304 0 +( -4761 4505 336 ) ( -4761 4505 240 ) ( -4769 4497 240 ) common/caulk 30 -33 -180.00 0.088623 -1.500000 0 65696 0 +( -4769 4501 336 ) ( -4769 4501 240 ) ( -4813 4545 240 ) general_structure/window4_frame 104 127 0.00 -0.359373 0.375000 0 4194304 0 +( -4755 4507 336 ) ( -4763 4499 336 ) ( -4815 4539 336 ) common/caulk -20 60 135.00 0.999893 -0.125159 0 65696 0 +( -4763 4499 240 ) ( -4755 4507 240 ) ( -4807 4547 240 ) common/caulk -20 60 135.00 0.999893 -0.125159 0 65696 0 +} +} +// entity 104 +{ +"alwaysaway" "1" +"angle" "45" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -4726 1709 26 ) ( -4726 1677 26 ) ( -4310 1677 26 ) common/origin -28 41 0.00 1 1 16777216 2176 0 +( -4412 1702 26 ) ( -4412 1702 156 ) ( -4414 1700 156 ) common/origin -25 0 0.00 1 1 16777216 2176 0 +( -4412 1698 26 ) ( -4412 1698 156 ) ( -4410 1700 156 ) common/origin -25 0 0.00 1 1 16777216 2176 0 +( -4410 1700 26 ) ( -4410 1700 156 ) ( -4412 1702 156 ) common/origin -41 0 0.00 1 1 16777216 2176 0 +( -4412 1698 156 ) ( -4412 1698 26 ) ( -4414 1700 26 ) common/origin -41 0 0.00 1 1 16777216 2176 0 +( -4408 1677 156 ) ( -4488 1693 156 ) ( -4408 1709 156 ) common/origin -28 41 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -4704 1768 24 ) ( -4704 1736 24 ) ( -4288 1736 24 ) general_structure/cellardoor 90 214 0.00 -0.476566 0.238284 0 16384 0 +( -4410 1702 24 ) ( -4410 1702 160 ) ( -4467 1759 160 ) general_structure/cellardoor 111 45 0.00 -0.445311 0.531250 0 16384 0 +( -4414 1698 160 ) ( -4414 1698 24 ) ( -4471 1755 24 ) general_structure/cellardoor 102 45 0.00 -0.445311 0.531250 0 16384 0 +( -4409 1703 160 ) ( -4409 1703 24 ) ( -4414 1698 24 ) general_structure/cellardoor 61 45 0.00 -0.031252 0.531250 0 16384 0 +( -4471 1755 160 ) ( -4471 1755 24 ) ( -4466 1760 24 ) general_structure/cellardoor 93 45 0.00 -0.031252 0.531250 0 16384 0 +( -4386 1736 160 ) ( -4466 1752 160 ) ( -4386 1768 160 ) general_structure/cellardoor 90 214 0.00 -0.476566 0.238284 0 16384 0 +} +} +// entity 105 +{ +"alwaysaway" "1" +"angle" "45" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -4460 2802 26 ) ( -4460 2770 26 ) ( -4044 2770 26 ) common/origin -38 46 0.00 1 1 16777216 2176 0 +( -4145 2795 26 ) ( -4145 2795 156 ) ( -4147 2793 156 ) common/origin -30 0 0.00 1 1 16777216 2176 0 +( -4146 2790 26 ) ( -4146 2790 156 ) ( -4144 2792 156 ) common/origin -30 0 0.00 1 1 16777216 2176 0 +( -4144 2793 26 ) ( -4144 2793 156 ) ( -4146 2795 156 ) common/origin -46 0 0.00 1 1 16777216 2176 0 +( -4145 2790 156 ) ( -4145 2790 26 ) ( -4147 2792 26 ) common/origin -46 0 0.00 1 1 16777216 2176 0 +( -4142 2770 156 ) ( -4222 2786 156 ) ( -4142 2802 156 ) common/origin -38 46 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -4438 2860 24 ) ( -4438 2828 24 ) ( -4022 2828 24 ) general_structure/cellardoor 92 164 0.00 -0.488285 0.244141 0 16384 0 +( -4142 2795 24 ) ( -4142 2795 160 ) ( -4199 2852 160 ) general_structure/cellardoor 7 45 0.00 -0.445311 0.531250 0 16384 0 +( -4147 2789 160 ) ( -4147 2789 24 ) ( -4204 2846 24 ) general_structure/cellardoor 122 45 0.00 -0.445311 0.531250 0 16384 0 +( -4143 2795 160 ) ( -4143 2795 24 ) ( -4148 2790 24 ) general_structure/cellardoor 31 45 0.00 -0.042971 0.531250 0 16384 0 +( -4205 2847 160 ) ( -4205 2847 24 ) ( -4200 2852 24 ) general_structure/cellardoor 78 45 0.00 -0.042971 0.531250 0 16384 0 +( -4120 2828 160 ) ( -4200 2844 160 ) ( -4120 2860 160 ) general_structure/cellardoor 92 164 0.00 -0.488285 0.244141 0 16384 0 +} +} +// entity 106 +{ +"alwaysaway" "1" +"angle" "45" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -3890 2292 26 ) ( -3890 2260 26 ) ( -3474 2260 26 ) common/origin -32 48 0.00 1 1 16777216 2176 0 +( -3575 2285 26 ) ( -3575 2285 156 ) ( -3577 2283 156 ) common/origin -32 0 0.00 1 1 16777216 2176 0 +( -3576 2280 26 ) ( -3576 2280 156 ) ( -3574 2282 156 ) common/origin -32 0 0.00 1 1 16777216 2176 0 +( -3574 2283 26 ) ( -3574 2283 156 ) ( -3576 2285 156 ) common/origin -48 0 0.00 1 1 16777216 2176 0 +( -3575 2280 156 ) ( -3575 2280 26 ) ( -3577 2282 26 ) common/origin -48 0 0.00 1 1 16777216 2176 0 +( -3572 2260 156 ) ( -3652 2276 156 ) ( -3572 2292 156 ) common/origin -32 48 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -3868 2350 24 ) ( -3868 2318 24 ) ( -3452 2318 24 ) general_structure/cellardoor 107 123 0.00 -0.488277 0.244142 0 16384 0 +( -3572 2285 24 ) ( -3572 2285 160 ) ( -3629 2342 160 ) general_structure/cellardoor 13 45 0.00 -0.445313 0.531250 0 16384 0 +( -3577 2279 160 ) ( -3577 2279 24 ) ( -3634 2336 24 ) general_structure/cellardoor 1 45 0.00 -0.445313 0.531250 0 16384 0 +( -3573 2285 160 ) ( -3573 2285 24 ) ( -3578 2280 24 ) general_structure/cellardoor 67 45 0.00 -0.042971 0.531250 0 16384 0 +( -3635 2337 160 ) ( -3635 2337 24 ) ( -3630 2342 24 ) general_structure/cellardoor 113 45 0.00 -0.042971 0.531250 0 16384 0 +( -3550 2318 160 ) ( -3630 2334 160 ) ( -3550 2350 160 ) general_structure/cellardoor 107 123 0.00 -0.488277 0.244142 0 16384 0 +} +} +// entity 107 +{ +"maxYawOffset" "30" +"angle" "45" +"#maxyawoffset" "100" +"setplayerusable" "1" +"origin" "-3458.00 3791.00 74.00" +"testanim" "idle" +"model" "statweapons//mg42_gun.tik" +"scale" "1.0" +"classname" "turretweapon_german_mg42" +"targetname" "t874" +} +// entity 108 +{ +"classname" "func_rotatingdoor" +// brush 0 +{ +( 2646 3498 176 ) ( 2638 3498 176 ) ( 2638 3434 176 ) common/origin -20 0 0.00 1 1 16777216 2176 0 +( 2638 3434 312 ) ( 2638 3498 312 ) ( 2646 3498 312 ) common/origin -20 0 0.00 1 1 16777216 2176 0 +( 2634 3494 288 ) ( 2642 3494 288 ) ( 2642 3494 176 ) common/origin -20 32 0.00 1 1 16777216 2176 0 +( 2642 3494 288 ) ( 2642 3558 288 ) ( 2642 3558 176 ) common/origin 0 32 0.00 1 1 16777216 2176 0 +( 2646 3498 288 ) ( 2638 3498 288 ) ( 2638 3498 176 ) common/origin -20 32 0.00 1 1 16777216 2176 0 +( 2638 3498 312 ) ( 2638 3434 312 ) ( 2638 3434 200 ) common/origin 0 32 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 2644 3496 176 ) ( 2636 3496 176 ) ( 2636 3432 176 ) general_structure/door_offwhite2 64 180 0.00 -0.046875 0.312500 0 16384 0 +( 2636 3432 312 ) ( 2636 3496 312 ) ( 2644 3496 312 ) general_structure/door_offwhite2 64 180 0.00 -0.046875 0.312500 0 16384 0 +( 2634 3416 288 ) ( 2642 3416 288 ) ( 2642 3416 176 ) general_structure/door_offwhite2 64 75 0.00 -0.046875 0.531250 0 16384 0 +( 2643 3432 288 ) ( 2643 3496 288 ) ( 2643 3496 176 ) general_structure/door_offwhite2 90 75 0.00 -0.625000 0.531250 0 16384 0 +( 2644 3496 288 ) ( 2636 3496 288 ) ( 2636 3496 176 ) general_structure/door_offwhite2 64 75 0.00 -0.046875 0.531250 0 16384 0 +( 2637 3496 288 ) ( 2637 3432 288 ) ( 2637 3432 176 ) general_structure/door_offwhite2 90 75 0.00 -0.625000 0.531250 0 16384 0 +} +} +// entity 109 +{ +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 2974 4582 176 ) ( 2966 4582 176 ) ( 2966 4518 176 ) common/origin -28 60 0.00 1 1 16777216 2176 0 +( 2966 4518 312 ) ( 2966 4582 312 ) ( 2974 4582 312 ) common/origin -28 60 0.00 1 1 16777216 2176 0 +( 2962 4578 288 ) ( 2970 4578 288 ) ( 2970 4578 176 ) common/origin -28 32 0.00 1 1 16777216 2176 0 +( 2970 4578 288 ) ( 2970 4642 288 ) ( 2970 4642 176 ) common/origin -60 32 0.00 1 1 16777216 2176 0 +( 2974 4582 288 ) ( 2966 4582 288 ) ( 2966 4582 176 ) common/origin -28 32 0.00 1 1 16777216 2176 0 +( 2966 4582 312 ) ( 2966 4518 312 ) ( 2966 4518 200 ) common/origin -60 32 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 2935 4657 176 ) ( 2927 4657 176 ) ( 2927 4593 176 ) general_structure/door_offwhite2 12 209 0.00 -0.625000 0.023438 0 16384 0 +( 2927 4593 312 ) ( 2927 4657 312 ) ( 2935 4657 312 ) general_structure/door_offwhite2 12 209 0.00 -0.625000 0.023438 0 16384 0 +( 2925 4577 288 ) ( 2933 4577 288 ) ( 2933 4577 176 ) general_structure/door_offwhite2 12 75 0.00 -0.625000 0.531250 0 16384 0 +( 2968 4594 288 ) ( 2968 4658 288 ) ( 2968 4658 176 ) general_structure/door_offwhite2 107 75 0.00 -0.046875 0.531250 0 16384 0 +( 2933 4583 288 ) ( 2925 4583 288 ) ( 2925 4583 176 ) general_structure/door_offwhite2 12 75 0.00 -0.625000 0.531250 0 16384 0 +( 2888 4657 288 ) ( 2888 4593 288 ) ( 2888 4593 176 ) general_structure/door_offwhite2 107 75 0.00 -0.046875 0.531250 0 16384 0 +} +} +// entity 110 +{ +"classname" "func_rotatingdoor" +// brush 0 +{ +( 5138 3490 24 ) ( 5130 3490 24 ) ( 5130 3426 24 ) common/origin -16 56 0.00 1 1 16777216 2176 0 +( 5130 3426 160 ) ( 5130 3490 160 ) ( 5138 3490 160 ) common/origin -16 56 0.00 1 1 16777216 2176 0 +( 5126 3486 136 ) ( 5134 3486 136 ) ( 5134 3486 24 ) common/origin -16 -56 0.00 1 1 16777216 2176 0 +( 5134 3486 136 ) ( 5134 3550 136 ) ( 5134 3550 24 ) common/origin -56 -56 0.00 1 1 16777216 2176 0 +( 5138 3490 136 ) ( 5130 3490 136 ) ( 5130 3490 24 ) common/origin -16 -56 0.00 1 1 16777216 2176 0 +( 5130 3490 160 ) ( 5130 3426 160 ) ( 5130 3426 48 ) common/origin -56 -56 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 5136 3488 24 ) ( 5128 3488 24 ) ( 5128 3424 24 ) general_structure/door_offwhite2 106 155 0.00 -0.046875 0.312500 0 16384 0 +( 5128 3424 160 ) ( 5128 3488 160 ) ( 5136 3488 160 ) general_structure/door_offwhite2 106 155 0.00 -0.046875 0.312500 0 16384 0 +( 5126 3408 136 ) ( 5134 3408 136 ) ( 5134 3408 24 ) general_structure/door_offwhite2 0 45 0.00 -0.062500 0.531250 0 16384 0 +( 5136 3424 136 ) ( 5136 3488 136 ) ( 5136 3488 24 ) general_structure/door_offwhite2 78 -211 0.00 -0.625000 0.531250 0 16384 0 +( 5136 3488 136 ) ( 5128 3488 136 ) ( 5128 3488 24 ) general_structure/door_offwhite2 0 45 0.00 -0.062500 0.531250 0 16384 0 +( 5128 3488 136 ) ( 5128 3424 136 ) ( 5128 3424 24 ) general_structure/door_offwhite2 78 -211 0.00 -0.625000 0.531250 0 16384 0 +} +} +// entity 111 +{ +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 5014 3858 24 ) ( 5006 3858 24 ) ( 5006 3794 24 ) common/origin -20 40 0.00 1 1 16777216 2176 0 +( 5006 3794 160 ) ( 5006 3858 160 ) ( 5014 3858 160 ) common/origin -20 40 0.00 1 1 16777216 2176 0 +( 5002 3854 136 ) ( 5010 3854 136 ) ( 5010 3854 24 ) common/origin -20 -56 0.00 1 1 16777216 2176 0 +( 5010 3854 136 ) ( 5010 3918 136 ) ( 5010 3918 24 ) common/origin -40 -56 0.00 1 1 16777216 2176 0 +( 5014 3858 136 ) ( 5006 3858 136 ) ( 5006 3858 24 ) common/origin -20 -56 0.00 1 1 16777216 2176 0 +( 5006 3858 160 ) ( 5006 3794 160 ) ( 5006 3794 48 ) common/origin -40 -56 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 4975 3933 24 ) ( 4967 3933 24 ) ( 4967 3869 24 ) general_structure/door_offwhite2 76 39 0.00 -0.625000 0.023438 0 16384 0 +( 4967 3869 160 ) ( 4967 3933 160 ) ( 4975 3933 160 ) general_structure/door_offwhite2 76 39 0.00 -0.625000 0.023438 0 16384 0 +( 4965 3851 136 ) ( 4973 3851 136 ) ( 4973 3851 24 ) general_structure/door_offwhite2 76 -211 0.00 -0.625000 0.531250 0 16384 0 +( 5008 3870 136 ) ( 5008 3934 136 ) ( 5008 3934 24 ) general_structure/door_offwhite2 13 45 0.00 -0.078125 0.531250 0 16384 0 +( 4973 3861 136 ) ( 4965 3861 136 ) ( 4965 3861 24 ) general_structure/door_offwhite2 76 -211 0.00 -0.625000 0.531250 0 16384 0 +( 4928 3933 136 ) ( 4928 3869 136 ) ( 4928 3869 24 ) general_structure/door_offwhite2 13 45 0.00 -0.078125 0.531250 0 16384 0 +} +} +// entity 112 +{ +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 5678 2154 32 ) ( 5670 2154 32 ) ( 5670 2090 32 ) common/origin -44 0 0.00 1 1 16777216 2176 0 +( 5670 2090 168 ) ( 5670 2154 168 ) ( 5678 2154 168 ) common/origin -44 0 0.00 1 1 16777216 2176 0 +( 5666 2150 144 ) ( 5674 2150 144 ) ( 5674 2150 32 ) common/origin -44 -48 0.00 1 1 16777216 2176 0 +( 5674 2150 144 ) ( 5674 2214 144 ) ( 5674 2214 32 ) common/origin 0 -48 0.00 1 1 16777216 2176 0 +( 5678 2154 144 ) ( 5670 2154 144 ) ( 5670 2154 32 ) common/origin -44 -48 0.00 1 1 16777216 2176 0 +( 5670 2154 168 ) ( 5670 2090 168 ) ( 5670 2090 56 ) common/origin 0 -48 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 5639 2229 32 ) ( 5631 2229 32 ) ( 5631 2165 32 ) general_structure/door_offwhite2 114 41 0.00 -0.625000 0.023438 0 16384 0 +( 5631 2165 168 ) ( 5631 2229 168 ) ( 5639 2229 168 ) general_structure/door_offwhite2 114 41 0.00 -0.625000 0.023438 0 16384 0 +( 5629 2147 144 ) ( 5637 2147 144 ) ( 5637 2147 32 ) general_structure/door_offwhite2 114 -195 0.00 -0.625000 0.531250 0 16384 0 +( 5672 2166 144 ) ( 5672 2230 144 ) ( 5672 2230 32 ) general_structure/door_offwhite2 23 -195 0.00 -0.046875 0.531250 0 16384 0 +( 5637 2157 144 ) ( 5629 2157 144 ) ( 5629 2157 32 ) general_structure/door_offwhite2 114 -195 0.00 -0.625000 0.531250 0 16384 0 +( 5592 2229 144 ) ( 5592 2165 144 ) ( 5592 2165 32 ) general_structure/door_offwhite2 23 -195 0.00 -0.046875 0.531250 0 16384 0 +} +} +// entity 113 +{ +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6014 1346 32 ) ( 6006 1346 32 ) ( 6006 1282 32 ) common/origin -60 24 0.00 1 1 16777216 2176 0 +( 6006 1282 168 ) ( 6006 1346 168 ) ( 6014 1346 168 ) common/origin -60 24 0.00 1 1 16777216 2176 0 +( 6002 1342 144 ) ( 6010 1342 144 ) ( 6010 1342 32 ) common/origin -60 -48 0.00 1 1 16777216 2176 0 +( 6010 1342 144 ) ( 6010 1406 144 ) ( 6010 1406 32 ) common/origin -24 -48 0.00 1 1 16777216 2176 0 +( 6014 1346 144 ) ( 6006 1346 144 ) ( 6006 1346 32 ) common/origin -60 -48 0.00 1 1 16777216 2176 0 +( 6006 1346 168 ) ( 6006 1282 168 ) ( 6006 1282 56 ) common/origin -24 -48 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6012 1344 32 ) ( 6004 1344 32 ) ( 6004 1280 32 ) general_structure/door_offwhite2 106 207 0.00 -0.046875 0.312500 0 16384 0 +( 6004 1280 168 ) ( 6004 1344 168 ) ( 6012 1344 168 ) general_structure/door_offwhite2 106 207 0.00 -0.046875 0.312500 0 16384 0 +( 6002 1264 144 ) ( 6010 1264 144 ) ( 6010 1264 32 ) general_structure/door_offwhite2 106 -195 0.00 -0.046875 0.531250 0 16384 0 +( 6011 1280 144 ) ( 6011 1344 144 ) ( 6011 1344 32 ) general_structure/door_offwhite2 104 -195 0.00 -0.625000 0.531250 0 16384 0 +( 6012 1344 144 ) ( 6004 1344 144 ) ( 6004 1344 32 ) general_structure/door_offwhite2 106 -195 0.00 -0.046875 0.531250 0 16384 0 +( 6005 1344 144 ) ( 6005 1280 144 ) ( 6005 1280 32 ) general_structure/door_offwhite2 104 -195 0.00 -0.625000 0.531250 0 16384 0 +} +} +// entity 114 +{ +"angle" "45" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 2163 1816 26 ) ( 2163 1784 26 ) ( 2579 1784 26 ) common/origin -5 20 0.00 1 1 16777216 2176 0 +( 2477 1809 26 ) ( 2477 1809 156 ) ( 2475 1807 156 ) common/origin -4 0 0.00 1 1 16777216 2176 0 +( 2477 1805 26 ) ( 2477 1805 156 ) ( 2479 1807 156 ) common/origin -4 0 0.00 1 1 16777216 2176 0 +( 2479 1807 26 ) ( 2479 1807 156 ) ( 2477 1809 156 ) common/origin -20 0 0.00 1 1 16777216 2176 0 +( 2477 1805 156 ) ( 2477 1805 26 ) ( 2475 1807 26 ) common/origin -20 0 0.00 1 1 16777216 2176 0 +( 2481 1784 156 ) ( 2401 1800 156 ) ( 2481 1816 156 ) common/origin -5 20 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 2184 1874 24 ) ( 2184 1842 24 ) ( 2600 1842 24 ) general_structure/cellardoor 79 146 0.00 -0.476566 0.238284 0 16384 0 +( 2481 1808 24 ) ( 2481 1808 160 ) ( 2424 1865 160 ) general_structure/cellardoor 94 45 0.00 -0.445311 0.531250 0 16384 0 +( 2474 1804 160 ) ( 2474 1804 24 ) ( 2417 1861 24 ) general_structure/cellardoor 85 45 0.00 -0.445311 0.531250 0 16384 0 +( 2479 1809 160 ) ( 2479 1809 24 ) ( 2474 1804 24 ) general_structure/cellardoor 124 45 0.00 -0.031252 0.531250 0 16384 0 +( 2417 1861 160 ) ( 2417 1861 24 ) ( 2422 1866 24 ) general_structure/cellardoor 28 45 0.00 -0.031252 0.531250 0 16384 0 +( 2502 1842 160 ) ( 2422 1858 160 ) ( 2502 1874 160 ) general_structure/cellardoor 79 146 0.00 -0.476566 0.238284 0 16384 0 +} +} +// entity 115 +{ +"classname" "light" +"origin" "-5576 5228 520" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 116 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5576 5241 559" +"classname" "light" +} +// entity 117 +{ +"classname" "light" +"origin" "-5563 5228 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 118 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5576 5215 559" +"classname" "light" +} +// entity 119 +{ +"classname" "light" +"origin" "-5589 5228 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 120 +{ +"classname" "light" +"origin" "-5320 5228 520" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 121 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5320 5241 559" +"classname" "light" +} +// entity 122 +{ +"classname" "light" +"origin" "-5307 5228 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 123 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5320 5215 559" +"classname" "light" +} +// entity 124 +{ +"classname" "light" +"origin" "-5333 5228 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 125 +{ +"classname" "light" +"origin" "-5320 5012 520" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 126 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5320 5025 559" +"classname" "light" +} +// entity 127 +{ +"classname" "light" +"origin" "-5307 5012 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 128 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5320 4999 559" +"classname" "light" +} +// entity 129 +{ +"classname" "light" +"origin" "-5333 5012 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 130 +{ +"classname" "light" +"origin" "-5864 4188 520" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 131 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5864 4201 559" +"classname" "light" +} +// entity 132 +{ +"classname" "light" +"origin" "-5851 4188 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 133 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5864 4175 559" +"classname" "light" +} +// entity 134 +{ +"classname" "light" +"origin" "-5877 4188 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 135 +{ +"classname" "light" +"origin" "-5872 3860 520" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 136 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5872 3873 559" +"classname" "light" +} +// entity 137 +{ +"classname" "light" +"origin" "-5859 3860 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 138 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5872 3847 559" +"classname" "light" +} +// entity 139 +{ +"classname" "light" +"origin" "-5885 3860 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 140 +{ +"classname" "light" +"origin" "-5872 3508 520" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 141 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5872 3521 559" +"classname" "light" +} +// entity 142 +{ +"classname" "light" +"origin" "-5859 3508 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 143 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5872 3495 559" +"classname" "light" +} +// entity 144 +{ +"classname" "light" +"origin" "-5885 3508 559" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 145 +{ +"classname" "light" +"origin" "-6352 3924 312" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 146 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6352 3937 351" +"classname" "light" +} +// entity 147 +{ +"classname" "light" +"origin" "-6339 3924 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 148 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6352 3911 351" +"classname" "light" +} +// entity 149 +{ +"classname" "light" +"origin" "-6365 3924 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 150 +{ +"classname" "light" +"origin" "-6024 3924 312" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 151 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6024 3937 351" +"classname" "light" +} +// entity 152 +{ +"classname" "light" +"origin" "-6011 3924 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 153 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6024 3911 351" +"classname" "light" +} +// entity 154 +{ +"classname" "light" +"origin" "-6037 3924 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 155 +{ +"classname" "light" +"origin" "-5864 4188 312" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 156 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5864 4201 351" +"classname" "light" +} +// entity 157 +{ +"classname" "light" +"origin" "-5851 4188 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 158 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5864 4175 351" +"classname" "light" +} +// entity 159 +{ +"classname" "light" +"origin" "-5877 4188 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 160 +{ +"classname" "light" +"origin" "-6120 4404 312" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 161 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6120 4417 351" +"classname" "light" +} +// entity 162 +{ +"classname" "light" +"origin" "-6107 4404 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 163 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6120 4391 351" +"classname" "light" +} +// entity 164 +{ +"classname" "light" +"origin" "-6133 4404 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 165 +{ +"classname" "light" +"origin" "-6120 5236 312" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 166 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6120 5249 351" +"classname" "light" +} +// entity 167 +{ +"classname" "light" +"origin" "-6107 5236 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 168 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6120 5223 351" +"classname" "light" +} +// entity 169 +{ +"classname" "light" +"origin" "-6133 5236 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 170 +{ +"classname" "light" +"origin" "-6172 4776 312" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 171 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6172 4789 351" +"classname" "light" +} +// entity 172 +{ +"classname" "light" +"origin" "-6159 4776 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 173 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6172 4763 351" +"classname" "light" +} +// entity 174 +{ +"classname" "light" +"origin" "-6185 4776 351" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 175 +{ +"classname" "light" +"origin" "-5424 5124 120" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 176 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5424 5137 159" +"classname" "light" +} +// entity 177 +{ +"classname" "light" +"origin" "-5411 5124 159" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 178 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-5424 5111 159" +"classname" "light" +} +// entity 179 +{ +"classname" "light" +"origin" "-5437 5124 159" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 180 +{ +"classname" "light" +"origin" "-6264 4300 120" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 181 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6264 4313 159" +"classname" "light" +} +// entity 182 +{ +"classname" "light" +"origin" "-6251 4300 159" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 183 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6264 4287 159" +"classname" "light" +} +// entity 184 +{ +"classname" "light" +"origin" "-6277 4300 159" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 185 +{ +"classname" "light" +"origin" "-6256 4652 120" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 186 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6256 4665 159" +"classname" "light" +} +// entity 187 +{ +"classname" "light" +"origin" "-6243 4652 159" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 188 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-6256 4639 159" +"classname" "light" +} +// entity 189 +{ +"classname" "light" +"origin" "-6269 4652 159" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 190 +{ +"classname" "light" +"origin" "-2032 708 168" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 191 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-2032 721 207" +"classname" "light" +} +// entity 192 +{ +"classname" "light" +"origin" "-2019 708 207" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 193 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-2032 695 207" +"classname" "light" +} +// entity 194 +{ +"classname" "light" +"origin" "-2045 708 207" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 195 +{ +"classname" "light" +"origin" "-1808 708 168" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 196 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-1808 721 207" +"classname" "light" +} +// entity 197 +{ +"classname" "light" +"origin" "-1795 708 207" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 198 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-1808 695 207" +"classname" "light" +} +// entity 199 +{ +"classname" "light" +"origin" "-1821 708 207" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 200 +{ +"classname" "light" +"origin" "-2024 844 400" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 201 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-2024 857 439" +"classname" "light" +} +// entity 202 +{ +"classname" "light" +"origin" "-2011 844 439" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 203 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-2024 831 439" +"classname" "light" +} +// entity 204 +{ +"classname" "light" +"origin" "-2037 844 439" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 205 +{ +"classname" "light" +"origin" "-1800 844 400" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 206 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-1800 857 439" +"classname" "light" +} +// entity 207 +{ +"classname" "light" +"origin" "-1787 844 439" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 208 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-1800 831 439" +"classname" "light" +} +// entity 209 +{ +"classname" "light" +"origin" "-1813 844 439" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 210 +{ +"classname" "light" +"origin" "-3640 756 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 211 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3640 769 399" +"classname" "light" +} +// entity 212 +{ +"classname" "light" +"origin" "-3627 756 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 213 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3640 743 399" +"classname" "light" +} +// entity 214 +{ +"classname" "light" +"origin" "-3653 756 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 215 +{ +"classname" "light" +"origin" "-3416 756 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 216 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3416 769 399" +"classname" "light" +} +// entity 217 +{ +"classname" "light" +"origin" "-3403 756 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 218 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3416 743 399" +"classname" "light" +} +// entity 219 +{ +"classname" "light" +"origin" "-3429 756 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 220 +{ +"classname" "light" +"origin" "-3656 756 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 221 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3656 769 199" +"classname" "light" +} +// entity 222 +{ +"classname" "light" +"origin" "-3643 756 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 223 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3656 743 199" +"classname" "light" +} +// entity 224 +{ +"classname" "light" +"origin" "-3669 756 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 225 +{ +"classname" "light" +"origin" "-3432 756 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 226 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3432 769 199" +"classname" "light" +} +// entity 227 +{ +"classname" "light" +"origin" "-3419 756 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 228 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3432 743 199" +"classname" "light" +} +// entity 229 +{ +"classname" "light" +"origin" "-3445 756 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 230 +{ +"classname" "light" +"origin" "-4760 1836 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 231 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4760 1849 199" +"classname" "light" +} +// entity 232 +{ +"classname" "light" +"origin" "-4747 1836 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 233 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4760 1823 199" +"classname" "light" +} +// entity 234 +{ +"classname" "light" +"origin" "-4773 1836 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 235 +{ +"classname" "light" +"origin" "-4544 1700 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 236 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4544 1713 199" +"classname" "light" +} +// entity 237 +{ +"classname" "light" +"origin" "-4531 1700 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 238 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4544 1687 199" +"classname" "light" +} +// entity 239 +{ +"classname" "light" +"origin" "-4557 1700 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 240 +{ +"classname" "light" +"origin" "-4736 1684 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 241 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4736 1697 399" +"classname" "light" +} +// entity 242 +{ +"classname" "light" +"origin" "-4723 1684 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 243 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4736 1671 399" +"classname" "light" +} +// entity 244 +{ +"classname" "light" +"origin" "-4749 1684 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 245 +{ +"classname" "light" +"origin" "-4024 3076 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 246 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4024 3089 199" +"classname" "light" +} +// entity 247 +{ +"classname" "light" +"origin" "-4011 3076 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 248 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4024 3063 199" +"classname" "light" +} +// entity 249 +{ +"classname" "light" +"origin" "-4037 3076 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 250 +{ +"classname" "light" +"origin" "-3496 2548 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 251 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3496 2561 199" +"classname" "light" +} +// entity 252 +{ +"classname" "light" +"origin" "-3483 2548 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 253 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3496 2535 199" +"classname" "light" +} +// entity 254 +{ +"classname" "light" +"origin" "-3509 2548 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 255 +{ +"classname" "light" +"origin" "-3664 2916 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 256 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3664 2929 199" +"classname" "light" +} +// entity 257 +{ +"classname" "light" +"origin" "-3651 2916 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 258 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3664 2903 199" +"classname" "light" +} +// entity 259 +{ +"classname" "light" +"origin" "-3677 2916 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 260 +{ +"classname" "light" +"origin" "-3664 2916 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 261 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3664 2929 399" +"classname" "light" +} +// entity 262 +{ +"classname" "light" +"origin" "-3651 2916 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 263 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3664 2903 399" +"classname" "light" +} +// entity 264 +{ +"classname" "light" +"origin" "-3677 2916 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 265 +{ +"classname" "light" +"origin" "-4024 3076 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 266 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4024 3089 399" +"classname" "light" +} +// entity 267 +{ +"classname" "light" +"origin" "-4011 3076 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 268 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-4024 3063 399" +"classname" "light" +} +// entity 269 +{ +"classname" "light" +"origin" "-4037 3076 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 270 +{ +"classname" "light" +"origin" "-3496 2548 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 271 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3496 2561 399" +"classname" "light" +} +// entity 272 +{ +"classname" "light" +"origin" "-3483 2548 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 273 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-3496 2535 399" +"classname" "light" +} +// entity 274 +{ +"classname" "light" +"origin" "-3509 2548 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 275 +{ +"classname" "light" +"origin" "-3464 3164 68" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 276 +{ +"classname" "light" +"origin" "-3752 3476 68" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 277 +{ +"classname" "light" +"origin" "-3568 3828 68" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 278 +{ +"classname" "light" +"origin" "-3952 4228 68" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 279 +{ +"classname" "light" +"origin" "2264 1588 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 280 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2264 1601 199" +"classname" "light" +} +// entity 281 +{ +"classname" "light" +"origin" "2277 1588 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 282 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2264 1575 199" +"classname" "light" +} +// entity 283 +{ +"classname" "light" +"origin" "2251 1588 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 284 +{ +"classname" "light" +"origin" "2488 1588 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 285 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2488 1601 199" +"classname" "light" +} +// entity 286 +{ +"classname" "light" +"origin" "2501 1588 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 287 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2488 1575 199" +"classname" "light" +} +// entity 288 +{ +"classname" "light" +"origin" "2475 1588 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 289 +{ +"classname" "light" +"origin" "2264 1588 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 290 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2264 1601 399" +"classname" "light" +} +// entity 291 +{ +"classname" "light" +"origin" "2277 1588 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 292 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2264 1575 399" +"classname" "light" +} +// entity 293 +{ +"classname" "light" +"origin" "2251 1588 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 294 +{ +"classname" "light" +"origin" "2488 1588 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 295 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2488 1601 399" +"classname" "light" +} +// entity 296 +{ +"classname" "light" +"origin" "2501 1588 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 297 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2488 1575 399" +"classname" "light" +} +// entity 298 +{ +"classname" "light" +"origin" "2475 1588 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 299 +{ +"classname" "light" +"origin" "5610 4058 -32" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 300 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5610 4071 7" +"classname" "light" +} +// entity 301 +{ +"classname" "light" +"origin" "5623 4058 7" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 302 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5610 4045 7" +"classname" "light" +} +// entity 303 +{ +"classname" "light" +"origin" "5597 4058 7" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 304 +{ +"classname" "light" +"origin" "5002 4134 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 305 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5002 4147 399" +"classname" "light" +} +// entity 306 +{ +"classname" "light" +"origin" "5015 4134 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 307 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5002 4121 399" +"classname" "light" +} +// entity 308 +{ +"classname" "light" +"origin" "4989 4134 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 309 +{ +"classname" "light" +"origin" "5332 3602 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 310 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5332 3615 399" +"classname" "light" +} +// entity 311 +{ +"classname" "light" +"origin" "5345 3602 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 312 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5332 3589 399" +"classname" "light" +} +// entity 313 +{ +"classname" "light" +"origin" "5319 3602 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 314 +{ +"classname" "light" +"origin" "5566 3066 360" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 315 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5566 3079 399" +"classname" "light" +} +// entity 316 +{ +"classname" "light" +"origin" "5579 3066 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 317 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5566 3053 399" +"classname" "light" +} +// entity 318 +{ +"classname" "light" +"origin" "5553 3066 399" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 319 +{ +"classname" "light" +"origin" "5376 3130 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 320 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5376 3143 199" +"classname" "light" +} +// entity 321 +{ +"classname" "light" +"origin" "5389 3130 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 322 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5376 3117 199" +"classname" "light" +} +// entity 323 +{ +"classname" "light" +"origin" "5363 3130 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 324 +{ +"classname" "light" +"origin" "5330 3586 160" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 325 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5330 3599 199" +"classname" "light" +} +// entity 326 +{ +"classname" "light" +"origin" "5343 3586 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 327 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5330 3573 199" +"classname" "light" +} +// entity 328 +{ +"classname" "light" +"origin" "5317 3586 199" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 329 +{ +"classname" "light" +"origin" "5736 1922 208" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 330 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5736 1935 247" +"classname" "light" +} +// entity 331 +{ +"classname" "light" +"origin" "5749 1922 247" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 332 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5736 1909 247" +"classname" "light" +} +// entity 333 +{ +"classname" "light" +"origin" "5723 1922 247" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 334 +{ +"classname" "light" +"origin" "5918 1314 208" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 335 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5918 1327 247" +"classname" "light" +} +// entity 336 +{ +"classname" "light" +"origin" "5931 1314 247" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 337 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5918 1301 247" +"classname" "light" +} +// entity 338 +{ +"classname" "light" +"origin" "5905 1314 247" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 339 +{ +"classname" "light" +"origin" "5548 1310 208" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 340 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5548 1323 247" +"classname" "light" +} +// entity 341 +{ +"classname" "light" +"origin" "5561 1310 247" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 342 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5548 1297 247" +"classname" "light" +} +// entity 343 +{ +"classname" "light" +"origin" "5535 1310 247" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 344 +{ +"classname" "light" +"origin" "5560 1308 464" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 345 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5560 1321 503" +"classname" "light" +} +// entity 346 +{ +"classname" "light" +"origin" "5573 1308 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 347 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5560 1295 503" +"classname" "light" +} +// entity 348 +{ +"classname" "light" +"origin" "5547 1308 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 349 +{ +"classname" "light" +"origin" "5866 1310 464" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 350 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5866 1323 503" +"classname" "light" +} +// entity 351 +{ +"classname" "light" +"origin" "5879 1310 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 352 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5866 1297 503" +"classname" "light" +} +// entity 353 +{ +"classname" "light" +"origin" "5853 1310 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 354 +{ +"classname" "light" +"origin" "5734 1922 464" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 355 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5734 1935 503" +"classname" "light" +} +// entity 356 +{ +"classname" "light" +"origin" "5747 1922 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 357 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5734 1909 503" +"classname" "light" +} +// entity 358 +{ +"classname" "light" +"origin" "5721 1922 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 359 +{ +"classname" "light" +"origin" "2852 3648 368" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 360 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2852 3661 407" +"classname" "light" +} +// entity 361 +{ +"classname" "light" +"origin" "2865 3648 407" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 362 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2852 3635 407" +"classname" "light" +} +// entity 363 +{ +"classname" "light" +"origin" "2839 3648 407" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 364 +{ +"classname" "light" +"origin" "2852 4088 368" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 365 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2852 4101 407" +"classname" "light" +} +// entity 366 +{ +"classname" "light" +"origin" "2865 4088 407" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 367 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2852 4075 407" +"classname" "light" +} +// entity 368 +{ +"classname" "light" +"origin" "2839 4088 407" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 369 +{ +"classname" "light" +"origin" "2852 4368 368" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 370 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2852 4381 407" +"classname" "light" +} +// entity 371 +{ +"classname" "light" +"origin" "2865 4368 407" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 372 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2852 4355 407" +"classname" "light" +} +// entity 373 +{ +"classname" "light" +"origin" "2839 4368 407" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 374 +{ +"classname" "light" +"origin" "2860 3736 112" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 375 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2860 3749 151" +"classname" "light" +} +// entity 376 +{ +"classname" "light" +"origin" "2873 3736 151" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 377 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2860 3723 151" +"classname" "light" +} +// entity 378 +{ +"classname" "light" +"origin" "2847 3736 151" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 379 +{ +"classname" "light" +"origin" "3004 4112 112" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 380 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "3004 4125 151" +"classname" "light" +} +// entity 381 +{ +"classname" "light" +"origin" "3017 4112 151" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 382 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "3004 4099 151" +"classname" "light" +} +// entity 383 +{ +"classname" "light" +"origin" "2991 4112 151" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 384 +{ +"classname" "light" +"origin" "2620 3656 -144" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 385 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2620 3669 -105" +"classname" "light" +} +// entity 386 +{ +"classname" "light" +"origin" "2633 3656 -105" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 387 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "2620 3643 -105" +"classname" "light" +} +// entity 388 +{ +"classname" "light" +"origin" "2607 3656 -105" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 389 +{ +"angles" "0.00 -15.00 0.00" +"maxYawOffset" "30" +"angle" "260" +"#maxyawoffset" "100" +"setplayerusable" "1" +"origin" "-380.00 5023.00 206.00" +"testanim" "idle" +"model" "statweapons//mg42_gun.tik" +"scale" "1.0" +"classname" "turretweapon_german_mg42" +"targetname" "t1682" +} +// entity 390 +{ +"maxYawOffset" "30" +"angle" "270" +"#maxyawoffset" "100" +"setplayerusable" "1" +"origin" "1478.00 5025.00 206.00" +"testanim" "idle" +"model" "statweapons//mg42_gun.tik" +"scale" "1.0" +"classname" "turretweapon_german_mg42" +"targetname" "t1683" +} +// entity 391 +{ +"targetname" "ArtiWin1" +"classname" "script_object" +// brush 0 +{ +( -4691 1983 280 ) ( -4691 1983 376 ) ( -4699 1975 376 ) common/caulk 47 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4645 1937 280 ) ( -4645 1937 376 ) ( -4689 1981 376 ) general_structure/window4_broken 9 -21 0.00 -0.351561 0.375000 8192 16384 0 +( -4645 1939 376 ) ( -4645 1939 280 ) ( -4653 1931 280 ) common/caulk 31 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4651 1935 376 ) ( -4651 1935 280 ) ( -4695 1979 280 ) general_structure/window4_broken 126 -21 0.00 -0.351561 0.375000 8192 16384 0 +( -4644.543945 1933.201172 376 ) ( -4650.201172 1927.543945 376 ) ( -4695.456055 1972.798828 376 ) common/caulk -5 53 135.00 1 -1.082756 0 65696 0 +( -4650.201172 1927.543945 280 ) ( -4644.543945 1933.201172 280 ) ( -4689.798828 1978.456055 280 ) common/caulk -5 53 135.00 1 -1.082756 0 65696 0 +} +} +// entity 392 +{ +"target" "ArtiWin1" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -4691 1983 280 ) ( -4691 1983 376 ) ( -4699 1975 376 ) common/caulk 47 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4645 1937 280 ) ( -4645 1937 376 ) ( -4689 1981 376 ) general_structure/window4_frame 9 -21 0.00 -0.351561 0.375000 0 4194304 0 +( -4645 1939 376 ) ( -4645 1939 280 ) ( -4653 1931 280 ) common/caulk 31 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4651 1935 376 ) ( -4651 1935 280 ) ( -4695 1979 280 ) general_structure/window4_frame 126 -21 0.00 -0.351561 0.375000 0 4194304 0 +( -4637 1941 376 ) ( -4645 1933 376 ) ( -4697 1973 376 ) common/caulk -5 53 135.00 1 -1.082756 0 65696 0 +( -4645 1933 280 ) ( -4637 1941 280 ) ( -4689 1981 280 ) common/caulk -5 53 135.00 1 -1.082756 0 65696 0 +} +} +// entity 393 +{ +"targetname" "ArtiWin2" +"classname" "script_object" +// brush 0 +{ +( -4619 1911 280 ) ( -4619 1911 376 ) ( -4627 1903 376 ) common/caulk 47 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4573 1865 280 ) ( -4573 1865 376 ) ( -4617 1909 376 ) general_structure/window4_broken 61 -21 0.00 -0.351563 0.375000 8192 16384 0 +( -4573 1867 376 ) ( -4573 1867 280 ) ( -4581 1859 280 ) common/caulk 31 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4579 1863 376 ) ( -4579 1863 280 ) ( -4623 1907 280 ) general_structure/window4_broken 49 -21 0.00 -0.351563 0.375000 8192 16384 0 +( -4572.543945 1861.201172 376 ) ( -4578.201172 1855.543945 376 ) ( -4623.456055 1900.798828 376 ) common/caulk 0 53 135.00 -0.000002 -1.082764 0 65696 0 +( -4578.201172 1855.543945 280 ) ( -4572.543945 1861.201172 280 ) ( -4617.798828 1906.456055 280 ) common/caulk 0 53 135.00 -0.000002 -1.082764 0 65696 0 +} +} +// entity 394 +{ +"target" "ArtiWin2" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -4619 1911 280 ) ( -4619 1911 376 ) ( -4627 1903 376 ) common/caulk 47 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4573 1865 280 ) ( -4573 1865 376 ) ( -4617 1909 376 ) general_structure/window4_frame 61 -21 0.00 -0.351563 0.375000 0 4194304 0 +( -4573 1867 376 ) ( -4573 1867 280 ) ( -4581 1859 280 ) common/caulk 31 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4579 1863 376 ) ( -4579 1863 280 ) ( -4623 1907 280 ) general_structure/window4_frame 49 -21 0.00 -0.351563 0.375000 0 4194304 0 +( -4565 1869 376 ) ( -4573 1861 376 ) ( -4625 1901 376 ) common/caulk 0 53 135.00 -0.000002 -1.082764 0 65696 0 +( -4573 1861 280 ) ( -4565 1869 280 ) ( -4617 1909 280 ) common/caulk 0 53 135.00 -0.000002 -1.082764 0 65696 0 +} +} +// entity 395 +{ +"targetname" "ArtiWin3" +"classname" "script_object" +// brush 0 +{ +( -4531 1823 280 ) ( -4531 1823 376 ) ( -4539 1815 376 ) common/caulk 47 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4485 1777 280 ) ( -4485 1777 376 ) ( -4529 1821 376 ) general_structure/window4_broken 66 -21 0.00 -0.351561 0.375000 8192 16384 0 +( -4485 1779 376 ) ( -4485 1779 280 ) ( -4493 1771 280 ) common/caulk 31 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4491 1775 376 ) ( -4491 1775 280 ) ( -4535 1819 280 ) general_structure/window4_broken 55 -21 0.00 -0.351561 0.375000 8192 16384 0 +( -4484.543945 1773.201172 376 ) ( -4490.201172 1767.543945 376 ) ( -4535.456055 1812.798828 376 ) common/caulk 0 53 135.00 0.000004 -1.082756 0 65696 0 +( -4490.201172 1767.543945 280 ) ( -4484.543945 1773.201172 280 ) ( -4529.798828 1818.456055 280 ) common/caulk 0 53 135.00 0.000004 -1.082756 0 65696 0 +} +} +// entity 396 +{ +"target" "ArtiWin3" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -4531 1823 280 ) ( -4531 1823 376 ) ( -4539 1815 376 ) common/caulk 47 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4485 1777 280 ) ( -4485 1777 376 ) ( -4529 1821 376 ) general_structure/window4_frame 66 -21 0.00 -0.351561 0.375000 0 4194304 0 +( -4485 1779 376 ) ( -4485 1779 280 ) ( -4493 1771 280 ) common/caulk 31 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4491 1775 376 ) ( -4491 1775 280 ) ( -4535 1819 280 ) general_structure/window4_frame 55 -21 0.00 -0.351561 0.375000 0 4194304 0 +( -4477 1781 376 ) ( -4485 1773 376 ) ( -4537 1813 376 ) common/caulk 0 53 135.00 0.000004 -1.082756 0 65696 0 +( -4485 1773 280 ) ( -4477 1781 280 ) ( -4529 1821 280 ) common/caulk 0 53 135.00 0.000004 -1.082756 0 65696 0 +} +} +// entity 397 +{ +"targetname" "ArtiWin4" +"classname" "script_object" +// brush 0 +{ +( -4459 1751 280 ) ( -4459 1751 376 ) ( -4467 1743 376 ) common/caulk 47 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4413 1705 280 ) ( -4413 1705 376 ) ( -4457 1749 376 ) general_structure/window4_broken 118 -21 0.00 -0.351564 0.375000 8192 16384 0 +( -4413 1707 376 ) ( -4413 1707 280 ) ( -4421 1699 280 ) common/caulk 31 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4419 1703 376 ) ( -4419 1703 280 ) ( -4463 1747 280 ) general_structure/window4_broken 106 -21 0.00 -0.351564 0.375000 8192 16384 0 +( -4412.543945 1701.201172 376 ) ( -4418.201172 1695.543945 376 ) ( -4463.456055 1740.798828 376 ) common/caulk -5 53 135.00 1 -1.082756 0 65696 0 +( -4418.201172 1695.543945 280 ) ( -4412.543945 1701.201172 280 ) ( -4457.798828 1746.456055 280 ) common/caulk -5 53 135.00 1 -1.082756 0 65696 0 +} +} +// entity 398 +{ +"target" "ArtiWin4" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -4459 1751 280 ) ( -4459 1751 376 ) ( -4467 1743 376 ) common/caulk 47 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4413 1705 280 ) ( -4413 1705 376 ) ( -4457 1749 376 ) general_structure/window4_frame 118 -21 0.00 -0.351564 0.375000 0 4194304 0 +( -4413 1707 376 ) ( -4413 1707 280 ) ( -4421 1699 280 ) common/caulk 31 -4 -180.00 0.062504 -1.500000 0 65696 0 +( -4419 1703 376 ) ( -4419 1703 280 ) ( -4463 1747 280 ) general_structure/window4_frame 106 -21 0.00 -0.351564 0.375000 0 4194304 0 +( -4405 1709 376 ) ( -4413 1701 376 ) ( -4465 1741 376 ) common/caulk -5 53 135.00 1 -1.082756 0 65696 0 +( -4413 1701 280 ) ( -4405 1709 280 ) ( -4457 1749 280 ) common/caulk -5 53 135.00 1 -1.082756 0 65696 0 +} +} +// entity 399 +{ +"targetname" "AirWin4" +"classname" "script_object" +// brush 0 +{ +( 2510 1912 280 ) ( 2510 1912 376 ) ( 2502 1904 376 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2488 1800 256 ) ( 2488 1800 352 ) ( 2444 1844 352 ) general_structure/window4_broken 120 227 0.00 -0.343752 0.281250 8192 16384 0 +( 2488 1802 352 ) ( 2488 1802 256 ) ( 2480 1794 256 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2482 1798 352 ) ( 2482 1798 256 ) ( 2438 1842 256 ) general_structure/window4_broken 109 227 0.00 -0.343752 0.281250 8192 16384 0 +( 2488.456055 1796.201172 352 ) ( 2482.798828 1790.543945 352 ) ( 2437.543945 1835.798828 352 ) common/caulk -5 8 135.00 1 -1.060671 0 65696 0 +( 2482.798828 1790.543945 280 ) ( 2488.456055 1796.201172 280 ) ( 2443.201172 1841.456055 280 ) common/caulk -5 8 135.00 1 -1.060671 0 65696 0 +} +} +// entity 400 +{ +"target" "AirWin4" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2510 1912 280 ) ( 2510 1912 376 ) ( 2502 1904 376 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2488 1800 256 ) ( 2488 1800 352 ) ( 2444 1844 352 ) general_structure/window4_frame 120 227 0.00 -0.343752 0.281250 0 4194304 0 +( 2488 1802 352 ) ( 2488 1802 256 ) ( 2480 1794 256 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2482 1798 352 ) ( 2482 1798 256 ) ( 2438 1842 256 ) general_structure/window4_frame 109 227 0.00 -0.343752 0.281250 0 4194304 0 +( 2496 1804 352 ) ( 2488 1796 352 ) ( 2436 1836 352 ) common/caulk -5 8 135.00 1 -1.060671 0 65696 0 +( 2488 1796 280 ) ( 2496 1804 280 ) ( 2444 1844 280 ) common/caulk -5 8 135.00 1 -1.060671 0 65696 0 +} +} +// entity 401 +{ +"targetname" "AirWin3" +"classname" "script_object" +// brush 0 +{ +( 2498 1788 280 ) ( 2498 1788 376 ) ( 2490 1780 376 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2544 1744 256 ) ( 2544 1744 352 ) ( 2500 1788 352 ) general_structure/window4_broken 85 227 0.00 -0.343752 0.281250 8192 16384 0 +( 2544 1746 352 ) ( 2544 1746 256 ) ( 2536 1738 256 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2538 1742 352 ) ( 2538 1742 256 ) ( 2494 1786 256 ) general_structure/window4_broken 74 227 0.00 -0.343752 0.281250 8192 16384 0 +( 2544.456055 1740.201172 352 ) ( 2538.798828 1734.543945 352 ) ( 2493.543945 1779.798828 352 ) common/caulk -5 9 135.00 1 -1.060656 0 65696 0 +( 2538.798828 1734.543945 280 ) ( 2544.456055 1740.201172 280 ) ( 2499.201172 1785.456055 280 ) common/caulk -5 9 135.00 1 -1.060656 0 65696 0 +} +} +// entity 402 +{ +"target" "AirWin3" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2498 1788 280 ) ( 2498 1788 376 ) ( 2490 1780 376 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2544 1744 256 ) ( 2544 1744 352 ) ( 2500 1788 352 ) general_structure/window4_frame 85 227 0.00 -0.343752 0.281250 0 4194304 0 +( 2544 1746 352 ) ( 2544 1746 256 ) ( 2536 1738 256 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2538 1742 352 ) ( 2538 1742 256 ) ( 2494 1786 256 ) general_structure/window4_frame 74 227 0.00 -0.343752 0.281250 0 4194304 0 +( 2552 1748 352 ) ( 2544 1740 352 ) ( 2492 1780 352 ) common/caulk -5 9 135.00 1 -1.060656 0 65696 0 +( 2544 1740 280 ) ( 2552 1748 280 ) ( 2500 1788 280 ) common/caulk -5 9 135.00 1 -1.060656 0 65696 0 +} +} +// entity 403 +{ +"targetname" "AirWin2" +"classname" "script_object" +// brush 0 +{ +( 2555 1733 280 ) ( 2555 1733 376 ) ( 2547 1725 376 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2601 1687 256 ) ( 2601 1687 352 ) ( 2557 1731 352 ) general_structure/window4_broken 50 227 0.00 -0.343748 0.281250 8192 16384 0 +( 2600 1690 376 ) ( 2600 1690 280 ) ( 2592 1682 280 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2595 1685 352 ) ( 2595 1685 256 ) ( 2551 1729 256 ) general_structure/window4_broken 39 227 0.00 -0.343748 0.281250 8192 16384 0 +( 2601.456055 1683.201172 352 ) ( 2595.798828 1677.543945 352 ) ( 2550.543945 1722.798828 352 ) common/caulk -5 9 135.00 1 -1.060654 0 65696 0 +( 2595.798828 1677.543945 280 ) ( 2601.456055 1683.201172 280 ) ( 2556.201172 1728.456055 280 ) common/caulk -5 9 135.00 1 -1.060654 0 65696 0 +} +} +// entity 404 +{ +"target" "AirWin2" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2555 1733 280 ) ( 2555 1733 376 ) ( 2547 1725 376 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2601 1687 256 ) ( 2601 1687 352 ) ( 2557 1731 352 ) general_structure/window4_frame 50 227 0.00 -0.343748 0.281250 0 4194304 0 +( 2600 1690 376 ) ( 2600 1690 280 ) ( 2592 1682 280 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2595 1685 352 ) ( 2595 1685 256 ) ( 2551 1729 256 ) general_structure/window4_frame 39 227 0.00 -0.343748 0.281250 0 4194304 0 +( 2609 1691 352 ) ( 2601 1683 352 ) ( 2549 1723 352 ) common/caulk -5 9 135.00 1 -1.060654 0 65696 0 +( 2601 1683 280 ) ( 2609 1691 280 ) ( 2557 1731 280 ) common/caulk -5 9 135.00 1 -1.060654 0 65696 0 +} +} +// entity 405 +{ +"targetname" "AirWin1" +"classname" "script_object" +// brush 0 +{ +( 2611 1677 256 ) ( 2611 1677 352 ) ( 2603 1669 352 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2657 1631 256 ) ( 2657 1631 352 ) ( 2613 1675 352 ) general_structure/window4_broken 16 227 0.00 -0.343752 0.281250 8192 16384 0 +( 2656 1634 376 ) ( 2656 1634 280 ) ( 2648 1626 280 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2651 1629 352 ) ( 2651 1629 256 ) ( 2607 1673 256 ) general_structure/window4_broken 4 227 0.00 -0.343752 0.281250 8192 16384 0 +( 2657.456055 1627.201172 352 ) ( 2651.798828 1621.543945 352 ) ( 2606.543945 1666.798828 352 ) common/caulk -5 8 135.00 1 -1.060671 0 65696 0 +( 2651.798828 1621.543945 280 ) ( 2657.456055 1627.201172 280 ) ( 2612.201172 1672.456055 280 ) common/caulk -5 8 135.00 1 -1.060671 0 65696 0 +} +} +// entity 406 +{ +"target" "AirWin1" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2611 1677 256 ) ( 2611 1677 352 ) ( 2603 1669 352 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2657 1631 256 ) ( 2657 1631 352 ) ( 2613 1675 352 ) general_structure/window4_frame 16 227 0.00 -0.343752 0.281250 0 4194304 0 +( 2656 1634 376 ) ( 2656 1634 280 ) ( 2648 1626 280 ) common/caulk 18 55 -180.00 0.062496 -1.125000 0 65696 0 +( 2651 1629 352 ) ( 2651 1629 256 ) ( 2607 1673 256 ) general_structure/window4_frame 4 227 0.00 -0.343752 0.281250 0 4194304 0 +( 2665 1635 352 ) ( 2657 1627 352 ) ( 2605 1667 352 ) common/caulk -5 8 135.00 1 -1.060671 0 65696 0 +( 2657 1627 280 ) ( 2665 1635 280 ) ( 2613 1675 280 ) common/caulk -5 8 135.00 1 -1.060671 0 65696 0 +} +} +// entity 407 +{ +"targetname" "AirWin5" +"classname" "script_object" +// brush 0 +{ +( 2399 1785 280 ) ( 2399 1785 376 ) ( 2391 1793 376 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2287 1807 256 ) ( 2287 1807 352 ) ( 2331 1851 352 ) general_structure/window4_broken 13 226 -180.00 0.343750 -0.281250 8192 16384 0 +( 2289 1807 352 ) ( 2289 1807 256 ) ( 2281 1815 256 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2285 1813 352 ) ( 2285 1813 256 ) ( 2329 1857 256 ) general_structure/window4_broken 25 226 -180.00 0.343750 -0.281250 8192 16384 0 +( 2283 1807 352 ) ( 2278 1812 352 ) ( 2323 1857 352 ) common/caulk -58 -34 45.00 0.999980 -1.060747 0 65696 0 +( 2278 1812 280 ) ( 2283 1807 280 ) ( 2328 1852 280 ) common/caulk -58 -34 45.00 0.999980 -1.060747 0 65696 0 +} +} +// entity 408 +{ +"target" "AirWin5" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2399 1785 280 ) ( 2399 1785 376 ) ( 2391 1793 376 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2287 1807 256 ) ( 2287 1807 352 ) ( 2331 1851 352 ) general_structure/window4_frame 13 226 -180.00 0.343750 -0.281250 0 4194304 0 +( 2289 1807 352 ) ( 2289 1807 256 ) ( 2281 1815 256 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2285 1813 352 ) ( 2285 1813 256 ) ( 2329 1857 256 ) general_structure/window4_frame 25 226 -180.00 0.343750 -0.281250 0 4194304 0 +( 2291 1799 352 ) ( 2283 1807 352 ) ( 2323 1859 352 ) common/caulk -58 -34 45.00 0.999980 -1.060747 0 65696 0 +( 2283 1807 280 ) ( 2291 1799 280 ) ( 2331 1851 280 ) common/caulk -58 -34 45.00 0.999980 -1.060747 0 65696 0 +} +} +// entity 409 +{ +"targetname" "AirWin6" +"classname" "script_object" +// brush 0 +{ +( 2275 1797 280 ) ( 2275 1797 376 ) ( 2267 1805 376 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2231 1751 256 ) ( 2231 1751 352 ) ( 2275 1795 352 ) general_structure/window4_broken 105 226 -180.00 0.343750 -0.281250 8192 16384 0 +( 2233 1751 352 ) ( 2233 1751 256 ) ( 2225 1759 256 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2229 1757 352 ) ( 2229 1757 256 ) ( 2273 1801 256 ) general_structure/window4_broken 118 226 -180.00 0.343750 -0.281250 8192 16384 0 +( 2227 1751 352 ) ( 2222 1756 352 ) ( 2267 1801 352 ) common/caulk -58 -34 45.00 0.999980 -1.060660 0 65696 0 +( 2222 1756 280 ) ( 2227 1751 280 ) ( 2272 1796 280 ) common/caulk -58 -34 45.00 0.999980 -1.060660 0 65696 0 +} +} +// entity 410 +{ +"target" "AirWin6" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2275 1797 280 ) ( 2275 1797 376 ) ( 2267 1805 376 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2231 1751 256 ) ( 2231 1751 352 ) ( 2275 1795 352 ) general_structure/window4_frame 105 226 -180.00 0.343750 -0.281250 0 4194304 0 +( 2233 1751 352 ) ( 2233 1751 256 ) ( 2225 1759 256 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2229 1757 352 ) ( 2229 1757 256 ) ( 2273 1801 256 ) general_structure/window4_frame 118 226 -180.00 0.343750 -0.281250 0 4194304 0 +( 2235 1743 352 ) ( 2227 1751 352 ) ( 2267 1803 352 ) common/caulk -58 -34 45.00 0.999980 -1.060660 0 65696 0 +( 2227 1751 280 ) ( 2235 1743 280 ) ( 2275 1795 280 ) common/caulk -58 -34 45.00 0.999980 -1.060660 0 65696 0 +} +} +// entity 411 +{ +"targetname" "AirWin7" +"classname" "script_object" +// brush 0 +{ +( 2164 1684 280 ) ( 2164 1684 376 ) ( 2156 1692 376 ) common/caulk -4 56 0.00 0.062500 1.125000 0 65696 0 +( 2118 1638 256 ) ( 2118 1638 352 ) ( 2162 1682 352 ) general_structure/window4_broken 36 226 -180.00 0.343750 -0.281250 8192 16384 0 +( 2121 1639 376 ) ( 2121 1639 280 ) ( 2113 1647 280 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2116 1644 352 ) ( 2116 1644 256 ) ( 2160 1688 256 ) general_structure/window4_broken 48 226 -180.00 0.343750 -0.281250 8192 16384 0 +( 2114 1638 352 ) ( 2109 1643 352 ) ( 2154 1688 352 ) common/caulk -44 -34 45.00 0.999980 -1.060660 0 65696 0 +( 2109 1643 280 ) ( 2114 1638 280 ) ( 2159 1683 280 ) common/caulk -44 -34 45.00 0.999980 -1.060660 0 65696 0 +} +} +// entity 412 +{ +"target" "AirWin7" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2164 1684 280 ) ( 2164 1684 376 ) ( 2156 1692 376 ) common/caulk -4 56 0.00 0.062500 1.125000 0 65696 0 +( 2118 1638 256 ) ( 2118 1638 352 ) ( 2162 1682 352 ) general_structure/window4_frame 36 226 -180.00 0.343750 -0.281250 0 4194304 0 +( 2121 1639 376 ) ( 2121 1639 280 ) ( 2113 1647 280 ) common/caulk -3 56 0.00 0.062500 1.125000 0 65696 0 +( 2116 1644 352 ) ( 2116 1644 256 ) ( 2160 1688 256 ) general_structure/window4_frame 48 226 -180.00 0.343750 -0.281250 0 4194304 0 +( 2122 1630 352 ) ( 2114 1638 352 ) ( 2154 1690 352 ) common/caulk -44 -34 45.00 0.999980 -1.060660 0 65696 0 +( 2114 1638 280 ) ( 2122 1630 280 ) ( 2162 1682 280 ) common/caulk -44 -34 45.00 0.999980 -1.060660 0 65696 0 +} +} +// entity 413 +{ +"targetname" "AirWin8" +"classname" "script_object" +// brush 0 +{ +( 2108 1628 256 ) ( 2108 1628 352 ) ( 2100 1636 352 ) common/caulk -4 56 0.00 0.062500 1.125000 0 65696 0 +( 2062 1582 256 ) ( 2062 1582 352 ) ( 2106 1626 352 ) general_structure/window4_broken 2 226 -180.00 0.343750 -0.281250 8192 16384 0 +( 2065 1583 376 ) ( 2065 1583 280 ) ( 2057 1591 280 ) common/caulk -4 56 0.00 0.062500 1.125000 0 65696 0 +( 2060 1588 352 ) ( 2060 1588 256 ) ( 2104 1632 256 ) general_structure/window4_broken 13 226 -180.00 0.343750 -0.281250 8192 16384 0 +( 2058 1582 352 ) ( 2053 1587 352 ) ( 2098 1632 352 ) common/caulk -44 -34 45.00 0.999980 -1.060747 0 65696 0 +( 2053 1587 280 ) ( 2058 1582 280 ) ( 2103 1627 280 ) common/caulk -44 -34 45.00 0.999980 -1.060747 0 65696 0 +} +} +// entity 414 +{ +"target" "AirWin8" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2108 1628 256 ) ( 2108 1628 352 ) ( 2100 1636 352 ) common/caulk -4 56 0.00 0.062500 1.125000 0 65696 0 +( 2062 1582 256 ) ( 2062 1582 352 ) ( 2106 1626 352 ) general_structure/window4_frame 2 226 -180.00 0.343750 -0.281250 0 4194304 0 +( 2065 1583 376 ) ( 2065 1583 280 ) ( 2057 1591 280 ) common/caulk -4 56 0.00 0.062500 1.125000 0 65696 0 +( 2060 1588 352 ) ( 2060 1588 256 ) ( 2104 1632 256 ) general_structure/window4_frame 13 226 -180.00 0.343750 -0.281250 0 4194304 0 +( 2066 1574 352 ) ( 2058 1582 352 ) ( 2098 1634 352 ) common/caulk -44 -34 45.00 0.999980 -1.060747 0 65696 0 +( 2058 1582 280 ) ( 2066 1574 280 ) ( 2106 1626 280 ) common/caulk -44 -34 45.00 0.999980 -1.060747 0 65696 0 +} +} +// entity 415 +{ +"classname" "light" +"origin" "116 5472 184" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 416 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "116 5485 223" +"classname" "light" +} +// entity 417 +{ +"classname" "light" +"origin" "129 5472 223" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 418 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "116 5459 223" +"classname" "light" +} +// entity 419 +{ +"classname" "light" +"origin" "103 5472 223" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 420 +{ +"classname" "light" +"origin" "956 5468 184" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 421 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "956 5481 223" +"classname" "light" +} +// entity 422 +{ +"classname" "light" +"origin" "969 5468 223" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 423 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "956 5455 223" +"classname" "light" +} +// entity 424 +{ +"classname" "light" +"origin" "943 5468 223" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 425 +{ +"classname" "light" +"origin" "548 5512 328" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 426 +{ +"target" "45buildWin2" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -246 2762 312 ) ( -246 2762 408 ) ( -254 2754 408 ) common/caulk 30 15 -180.00 0.062504 -1.500000 0 65696 0 +( -204 2720 312 ) ( -204 2720 408 ) ( -248 2764 408 ) general_structure/window4_frame 48 64 0.00 -0.320309 0.375000 0 4194304 0 +( -204 2722 408 ) ( -204 2722 312 ) ( -212 2714 312 ) common/caulk 14 15 -180.00 0.062504 -1.500000 0 65696 0 +( -206 2714 408 ) ( -206 2714 312 ) ( -250 2758 312 ) general_structure/window4_frame 35 64 0.00 -0.320309 0.375000 0 4194304 0 +( -196 2724 408 ) ( -204 2716 408 ) ( -256 2756 408 ) common/caulk -5 27 135.00 1 -0.994381 0 65696 0 +( -204 2716 312 ) ( -196 2724 312 ) ( -248 2764 312 ) common/caulk -5 27 135.00 1 -0.994381 0 65696 0 +} +} +// entity 427 +{ +"targetname" "45buildWin1" +"classname" "script_object" +// brush 0 +{ +( -418 2934 312 ) ( -418 2934 408 ) ( -426 2926 408 ) common/caulk 30 15 -180.00 0.062504 -1.500000 0 65696 0 +( -372 2888 312 ) ( -372 2888 408 ) ( -416 2932 408 ) general_structure/window4_broken 27 64 0.00 -0.351564 0.375000 8192 16384 0 +( -372 2890 408 ) ( -372 2890 312 ) ( -380 2882 312 ) common/caulk 14 15 -180.00 0.062504 -1.500000 0 65696 0 +( -374 2882 408 ) ( -374 2882 312 ) ( -418 2926 312 ) general_structure/window4_broken 15 64 0.00 -0.351564 0.375000 8192 16384 0 +( -371.543945 2884.201172 408 ) ( -377.201172 2878.543945 408 ) ( -422.456055 2923.798828 408 ) common/caulk -5 9 135.00 1 -1.082752 0 65696 0 +( -377.201172 2878.543945 312 ) ( -371.543945 2884.201172 312 ) ( -416.798828 2929.456055 312 ) common/caulk -5 9 135.00 1 -1.082752 0 65696 0 +} +} +// entity 428 +{ +"target" "45buildWin1" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -418 2934 312 ) ( -418 2934 408 ) ( -426 2926 408 ) common/caulk 30 15 -180.00 0.062504 -1.500000 0 65696 0 +( -372 2888 312 ) ( -372 2888 408 ) ( -416 2932 408 ) general_structure/window4_frame 27 64 0.00 -0.351564 0.375000 0 4194304 0 +( -372 2890 408 ) ( -372 2890 312 ) ( -380 2882 312 ) common/caulk 14 15 -180.00 0.062504 -1.500000 0 65696 0 +( -374 2882 408 ) ( -374 2882 312 ) ( -418 2926 312 ) general_structure/window4_frame 15 64 0.00 -0.351564 0.375000 0 4194304 0 +( -364 2892 408 ) ( -372 2884 408 ) ( -424 2924 408 ) common/caulk -5 9 135.00 1 -1.082752 0 65696 0 +( -372 2884 312 ) ( -364 2892 312 ) ( -416 2932 312 ) common/caulk -5 9 135.00 1 -1.082752 0 65696 0 +} +} +// entity 429 +{ +"targetname" "45buildWin2" +"classname" "script_object" +// brush 0 +{ +( -246 2762 312 ) ( -246 2762 408 ) ( -254 2754 408 ) common/caulk 30 15 -180.00 0.062504 -1.500000 0 65696 0 +( -204 2720 312 ) ( -204 2720 408 ) ( -248 2764 408 ) general_structure/window4_broken 48 64 0.00 -0.320309 0.375000 8192 16384 0 +( -204 2722 408 ) ( -204 2722 312 ) ( -212 2714 312 ) common/caulk 14 15 -180.00 0.062504 -1.500000 0 65696 0 +( -206 2714 408 ) ( -206 2714 312 ) ( -250 2758 312 ) general_structure/window4_broken 35 64 0.00 -0.320309 0.375000 8192 16384 0 +( -203.543945 2716.201172 408 ) ( -209.201172 2710.543945 408 ) ( -254.456055 2755.798828 408 ) common/caulk -5 27 135.00 1 -0.994381 0 65696 0 +( -209.201172 2710.543945 312 ) ( -203.543945 2716.201172 312 ) ( -248.798828 2761.456055 312 ) common/caulk -5 27 135.00 1 -0.994381 0 65696 0 +} +} +// entity 430 +{ +"classname" "light" +"origin" "-826 2886 184" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 431 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-826 2899 223" +"classname" "light" +} +// entity 432 +{ +"classname" "light" +"origin" "-813 2886 223" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 433 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-826 2873 223" +"classname" "light" +} +// entity 434 +{ +"classname" "light" +"origin" "-839 2886 223" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 435 +{ +"classname" "light" +"origin" "-468 2772 184" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 436 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-468 2785 223" +"classname" "light" +} +// entity 437 +{ +"classname" "light" +"origin" "-455 2772 223" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 438 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-468 2759 223" +"classname" "light" +} +// entity 439 +{ +"classname" "light" +"origin" "-481 2772 223" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 440 +{ +"classname" "light" +"origin" "-423 2679 464" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 441 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-423 2692 503" +"classname" "light" +} +// entity 442 +{ +"classname" "light" +"origin" "-410 2679 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 443 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-423 2666 503" +"classname" "light" +} +// entity 444 +{ +"classname" "light" +"origin" "-436 2679 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 445 +{ +"classname" "light" +"origin" "-960 2430 464" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 446 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-960 2443 503" +"classname" "light" +} +// entity 447 +{ +"classname" "light" +"origin" "-947 2430 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 448 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-960 2417 503" +"classname" "light" +} +// entity 449 +{ +"classname" "light" +"origin" "-973 2430 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 450 +{ +"classname" "light" +"origin" "-712 2679 464" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 451 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-712 2692 503" +"classname" "light" +} +// entity 452 +{ +"classname" "light" +"origin" "-699 2679 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 453 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-712 2666 503" +"classname" "light" +} +// entity 454 +{ +"classname" "light" +"origin" "-725 2679 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 455 +{ +"classname" "light" +"origin" "-836 3011 464" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 456 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-836 3024 503" +"classname" "light" +} +// entity 457 +{ +"classname" "light" +"origin" "-823 3011 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 458 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "-836 2998 503" +"classname" "light" +} +// entity 459 +{ +"classname" "light" +"origin" "-849 3011 503" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 460 +{ +"maxYawOffset" "30" +"angle" "225" +"#maxyawoffset" "100" +"setplayerusable" "1" +"origin" "-4575.00 4372.00 230.00" +"testanim" "idle" +"model" "statweapons//mg42_gun.tik" +"scale" "1.0" +"classname" "turretweapon_german_mg42" +"targetname" "t1684" +} +// entity 461 +{ +"angle" "225" +"angles" "180 0 0" +"origin" "2602.00 1589.00 39.00" +"testanim" "idle" +"model" "weapons/mg42carryable.tik" +"scale" "1.0" +"classname" "addOn_playerweapon_german_PortableMG42" +} +// entity 462 +{ +"angle" "225" +"angles" "180 0 0" +"origin" "5544.00 1589.00 287.00" +"testanim" "idle" +"model" "weapons/mg42carryable.tik" +"scale" "1.0" +"classname" "addOn_playerweapon_german_PortableMG42" +} +// entity 463 +{ +"spawnflags" "1" +"targetname" "AxisStartWin1" +"classname" "script_object" +// brush 0 +{ +( -5592 4884 428 ) ( -5592 4884 524 ) ( -5592 4876 524 ) common/caulk 44 14 -180.00 0.093750 -1.562500 0 65696 0 +( -5528 4882 428 ) ( -5528 4882 524 ) ( -5592 4882 524 ) general_structure/window4_broken 12 61 0.00 -0.625000 0.390625 8192 16384 0 +( -5512 4884 508 ) ( -5512 4884 412 ) ( -5512 4876 412 ) common/caulk 44 14 -180.00 0.093750 -1.562500 0 65696 0 +( -5528 4876 524 ) ( -5528 4876 428 ) ( -5592 4876 428 ) general_structure/window4_broken 12 61 0.00 -0.625000 0.390625 8192 16384 0 +( -5528 4884 524 ) ( -5528 4876 524 ) ( -5592 4876 524 ) common/caulk 6 44 -180.00 1.250000 -0.093750 0 65696 0 +( -5522 4876 424 ) ( -5522 4884 424 ) ( -5586 4884 424 ) common/caulk 6 44 -180.00 1.250000 -0.093750 0 65696 0 +} +} +// entity 464 +{ +"target" "AxisStartWin1" +"spawnflags" "1" +"classname" "func_window" +// brush 0 +{ +( -5592 4884 428 ) ( -5592 4884 524 ) ( -5592 4876 524 ) common/caulk 44 14 -180.00 0.093750 -1.562500 0 65696 0 +( -5528 4882 428 ) ( -5528 4882 524 ) ( -5592 4882 524 ) general_structure/window4_frame 12 61 0.00 -0.625000 0.390625 0 4194304 0 +( -5512 4884 508 ) ( -5512 4884 412 ) ( -5512 4876 412 ) common/caulk 44 14 -180.00 0.093750 -1.562500 0 65696 0 +( -5528 4876 524 ) ( -5528 4876 428 ) ( -5592 4876 428 ) general_structure/window4_frame 12 61 0.00 -0.625000 0.390625 0 4194304 0 +( -5528 4884 524 ) ( -5528 4876 524 ) ( -5592 4876 524 ) common/caulk 6 44 -180.00 1.250000 -0.093750 0 65696 0 +( -5522 4876 424 ) ( -5522 4884 424 ) ( -5586 4884 424 ) common/caulk 6 44 -180.00 1.250000 -0.093750 0 65696 0 +} +} +// entity 465 +{ +"classname" "light" +"origin" "2618 1540 -124" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 466 +{ +"classname" "light" +"origin" "4833 2679 -100" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 467 +{ +"classname" "light" +"origin" "4873 1799 -100" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 468 +{ +"angle" "90" +"alwaysaway" "1" +"targetname" "AllieWin1" +"classname" "script_object" +// brush 0 +{ +( 4928 3858 268 ) ( 4928 3858 364 ) ( 4928 3850 364 ) common/caulk 7 34 -180.00 0.156250 -1.593750 0 65696 0 +( 4992 3861 268 ) ( 4992 3861 364 ) ( 4928 3861 364 ) general_structure/window4_broken 22 140 0.00 -0.609375 0.398438 8192 16384 0 +( 5006 3858 348 ) ( 5006 3858 252 ) ( 5006 3850 252 ) common/caulk 7 34 -180.00 0.156250 -1.593750 0 65696 0 +( 4992 3851 364 ) ( 4992 3851 268 ) ( 4928 3851 268 ) general_structure/window4_broken 22 140 0.00 -0.609375 0.398438 8192 16384 0 +( 4990 3858 362 ) ( 4990 3850 362 ) ( 4926 3850 362 ) common/caulk 10 7 -180.00 1.218750 -0.156250 0 65696 0 +( 4998 3850 260 ) ( 4998 3858 260 ) ( 4934 3858 260 ) common/caulk 10 7 -180.00 1.218750 -0.156250 0 65696 0 +} +} +// entity 469 +{ +"target" "AllieWin1" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 4928 3858 268 ) ( 4928 3858 364 ) ( 4928 3850 364 ) common/caulk 7 34 -180.00 0.156250 -1.593750 0 65696 0 +( 4992 3861 268 ) ( 4992 3861 364 ) ( 4928 3861 364 ) general_structure/window4_frame 22 140 0.00 -0.609375 0.398438 0 4194304 0 +( 5006 3858 348 ) ( 5006 3858 252 ) ( 5006 3850 252 ) common/caulk 7 34 -180.00 0.156250 -1.593750 0 65696 0 +( 4992 3851 364 ) ( 4992 3851 268 ) ( 4928 3851 268 ) general_structure/window4_frame 22 140 0.00 -0.609375 0.398438 0 4194304 0 +( 4990 3858 362 ) ( 4990 3850 362 ) ( 4926 3850 362 ) common/caulk 10 7 -180.00 1.218750 -0.156250 0 65696 0 +( 4998 3850 260 ) ( 4998 3858 260 ) ( 4934 3858 260 ) common/caulk 10 7 -180.00 1.218750 -0.156250 0 65696 0 +} +} +// entity 470 +{ +"#set" "8" +"$targetname" "exploderchunk" +"target" "t521" +"classname" "script_object" +// brush 0 +{ +( -4618.902344 3485.264160 704 ) ( -4828.206055 3275.960449 704 ) ( -4732.039551 3179.793945 704 ) ta_berlin/archway1trim_shot 31 49 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4709.412109 3202.421387 792 ) ( -4805.578613 3298.587891 792 ) ( -4596.275391 3507.891602 792 ) ta_berlin/archway1trim_shot 31 49 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4771.637695 3106.254883 1376 ) ( -4562.333984 3315.558350 1376 ) ( -4562.333984 3315.558350 672 ) ta_berlin/archway1trim_shot 102 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4613.245605 3524.862305 792 ) ( -4822.549316 3315.558350 792 ) ( -4822.549316 3315.558350 88 ) ta_berlin/archway1trim_shot 46 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -5035 3801 704 ) ( -4555 3281 704 ) ( -4795 3541 792 ) ta_berlin/archway1trim_shot 46 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4851 3073 704 ) ( -5019 3209 704 ) ( -4935 3141 792 ) ta_berlin/brln_rubble -221 0 0.00 1 1 0 65536 0 +} +} +// entity 471 +{ +"#set" "8" +"$targetname" "exploderchunk" +"target" "t523" +"classname" "script_object" +// brush 0 +{ +( -4618.902344 3477.264160 792 ) ( -4828.206055 3267.960449 792 ) ( -4732.039551 3171.793945 792 ) ta_berlin/archway1trim_shot 31 46 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4709.412109 3194.421387 880 ) ( -4805.578613 3290.587891 880 ) ( -4596.275391 3499.891602 880 ) ta_berlin/archway1trim_shot 31 46 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4782.951172 3109.568359 1464 ) ( -4573.647461 3318.872314 1464 ) ( -4573.647461 3318.872314 760 ) ta_berlin/archway1trim_shot 40 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4511.422363 3392.411133 880 ) ( -4607.588867 3488.578125 880 ) ( -4607.588867 3488.578125 176 ) ta_berlin/archway1trim_shot 216 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4601.931641 3505.548340 880 ) ( -4811.235352 3296.244629 880 ) ( -4811.235352 3296.244629 176 ) ta_berlin/archway1trim_shot 40 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4851 3065 792 ) ( -5019 3201 792 ) ( -4935 3133 880 ) ta_berlin/brln_rubble -221 0 0.00 1 1 0 65536 0 +} +} +// entity 472 +{ +"target" "t515" +"$targetname" "exploderchunk" +"#set" "8" +"classname" "script_object" +// brush 0 +{ +( -4698.098633 3213.734863 0 ) ( -4794.264648 3309.901611 0 ) ( -4794.264648 3309.901611 704 ) common/caulk -47 -8 0.00 0.707275 1 0 65696 0 +surfaceparm detail +( -4794.264648 3309.901611 0 ) ( -4601.932129 3502.234863 0 ) ( -4601.932129 3502.234863 704 ) ta_berlin/archway1_shot 105 0 -180.00 3.109131 -2.750000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -4505.765625 3406.068359 0 ) ( -4698.098633 3213.734863 0 ) ( -4698.098633 3213.734863 704 ) common/nodraw -9 0 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -5116.705566 2795.127930 608 ) ( -5207.215332 2896.951172 608 ) ( -5105.392090 2806.441406 608 ) common/caulk -59 12 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5204.386719 2899.779297 360 ) ( -5111.048828 2800.784668 360 ) ( -5105.392090 2806.441406 360 ) common/caulk -59 12 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5035 3801 360 ) ( -4555 3281 360 ) ( -4795 3541 608 ) common/nodraw -9 -3 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 1 +{ +( -4698.098633 3213.734863 0 ) ( -4794.264648 3309.901611 0 ) ( -4794.264648 3309.901611 704 ) common/caulk -47 -8 0.00 0.707275 1 0 65696 0 +surfaceparm detail +( -4794.264648 3309.901611 0 ) ( -4601.932129 3502.234863 0 ) ( -4601.932129 3502.234863 704 ) ta_berlin/archway1_shot 105 0 -180.00 3.109131 -2.750000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -4505.765625 3406.068359 0 ) ( -4698.098633 3213.734863 0 ) ( -4698.098633 3213.734863 704 ) common/nodraw -9 0 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -4505.765625 3406.068359 704 ) ( -4698.098633 3213.734863 704 ) ( -4794.264648 3309.901611 704 ) common/caulk -59 12 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5207.215332 2896.951172 608 ) ( -5116.705566 2795.127930 608 ) ( -5105.392090 2806.441406 608 ) common/caulk -59 12 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5035 3801 608 ) ( -4555 3281 608 ) ( -4795 3541 704 ) common/nodraw -9 -3 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 2 +{ +( -4799.921875 3304.244629 608 ) ( -4952.656738 3151.509766 608 ) ( -4856.490234 3055.343262 608 ) common/caulk -14 9 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -4890.431641 3021.402344 704 ) ( -4986.597656 3117.568359 704 ) ( -4833.862793 3270.303467 704 ) common/caulk -14 9 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -4890.431641 3021.402344 704 ) ( -4737.696289 3174.137207 704 ) ( -4737.696289 3174.137207 0 ) common/nodraw -57 0 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -4698.098633 3213.734863 704 ) ( -4794.264648 3309.901611 704 ) ( -4794.264648 3309.901611 0 ) common/caulk -47 -8 0.00 0.707275 1 0 65696 0 +surfaceparm detail +( -4777.294434 3326.872070 1120 ) ( -4930.029297 3174.137207 1120 ) ( -4930.029297 3174.137207 416 ) ta_berlin/archway1_shot 144 0 -180.00 3.109375 -2.750000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -4986.597656 3117.568359 704 ) ( -4890.431641 3021.402344 704 ) ( -4890.431641 3021.402344 0 ) common/caulk 43 -1 -180.00 0.707081 -1 0 65696 0 +surfaceparm detail +} +// brush 3 + { + patchDef2 + { + ta_berlin/archway1_shot + ( 3 3 0 -2147418112 0 surfaceDensity 256 ) +( +( ( -4992.254883 3111.911621 608 4.493104 -0.863636 ) ( -4794.264648 3309.901611 608 4.244372 -0.863636 ) ( -4794.264648 3309.901611 360 4.244372 -0.511364 ) ) +( ( -4794.264648 3309.901611 608 4.244372 -0.863636 ) ( -4794.264648 3309.901611 608 4.244372 -0.863636 ) ( -4794.264648 3309.901611 608 4.244372 -0.863636 ) ) +( ( -4794.264648 3309.901611 608 4.244372 -0.863636 ) ( -4794.264648 3309.901611 608 4.244372 -0.863636 ) ( -4794.264648 3309.901611 608 4.244372 -0.863636 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + ta_berlin/archway1_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -4698.098633 3213.734863 360 0.232844 -0.500000 ) ( -4746.181641 3261.818359 360 0.172436 -0.500000 ) ( -4794.264648 3309.901611 360 0.112028 -0.500000 ) ) +( ( -4698.098633 3213.734863 608 0.232844 -0.761364 ) ( -4746.181641 3261.818359 608 0.172436 -0.761364 ) ( -4794.264648 3309.901611 608 0.112028 -0.761364 ) ) +( ( -4896.088379 3015.745117 608 0.232844 -1.113636 ) ( -4944.171387 3063.828125 608 0.172436 -1.113636 ) ( -4992.254883 3111.911621 608 0.112028 -1.113636 ) ) +) + } + } +} +// entity 473 +{ +"targetname" "t515" +"origin" "-4699 3025 776" +"classname" "script_origin" +} +// entity 474 +{ +"#set" "8" +"target" "t516" +"$targetname" "exploderchunk" +"classname" "script_object" +// brush 0 +{ +( -5371.264160 2732.902344 0 ) ( -5178.930664 2925.235352 0 ) ( -5178.930664 2925.235352 704 ) ta_berlin/archway1_shot 62 0 -180.00 3.109253 -2.750000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5184.587891 2919.578613 0 ) ( -5088.421387 2823.412109 0 ) ( -5088.421387 2823.412109 704 ) common/caulk 37 -4 -180.00 0.706787 -1 0 65696 0 +surfaceparm detail +( -5088.421387 2823.412109 0 ) ( -5280.754395 2631.079102 0 ) ( -5280.754395 2631.079102 704 ) common/nodraw -9 0 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -5187.416016 2916.750000 360 ) ( -5094.078125 2817.755371 360 ) ( -5088.421387 2823.412109 360 ) common/caulk -14 9 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5190.244629 2913.921875 608 ) ( -5088.421387 2823.412109 608 ) ( -5099.735352 2812.098633 608 ) common/caulk -14 9 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5195 2657 360 ) ( -5635 3153 360 ) ( -5415 2905 608 ) common/caulk -35 -45 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( -5371.264160 2732.902344 0 ) ( -5178.930664 2925.235352 0 ) ( -5178.930664 2925.235352 704 ) ta_berlin/archway1_shot 62 0 -180.00 3.109253 -2.750000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5184.587891 2919.578613 0 ) ( -5088.421387 2823.412109 0 ) ( -5088.421387 2823.412109 704 ) common/caulk 37 -4 -180.00 0.706787 -1 0 65696 0 +surfaceparm detail +( -5088.421387 2823.412109 0 ) ( -5280.754395 2631.079102 0 ) ( -5280.754395 2631.079102 704 ) common/nodraw -9 0 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -5088.421387 2823.412109 704 ) ( -5280.754395 2631.079102 704 ) ( -5376.920898 2727.245605 704 ) common/caulk -14 9 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5088.421387 2823.412109 608 ) ( -5190.244629 2913.921875 608 ) ( -5099.735352 2812.098633 608 ) common/caulk -14 9 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5195 2657 608 ) ( -5635 3153 608 ) ( -5415 2905 704 ) common/caulk -35 -45 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +} +// brush 2 +{ +( -5003.568359 3100.597656 608 ) ( -5156.303711 2947.862793 608 ) ( -5060.137207 2851.696289 608 ) common/caulk -14 9 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5094.078125 2817.755371 704 ) ( -5190.244629 2913.921875 704 ) ( -5037.509766 3066.656738 704 ) common/caulk -14 9 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5094.078125 2817.755371 704 ) ( -4941.343262 2970.490234 704 ) ( -4941.343262 2970.490234 0 ) common/nodraw -21 0 0.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -4890.431641 3021.402344 704 ) ( -4986.597656 3117.568359 704 ) ( -4986.597656 3117.568359 0 ) common/caulk 43 -1 -180.00 0.707081 -1 0 65696 0 +surfaceparm detail +( -4969.627441 3134.539307 1120 ) ( -5122.362305 2981.803711 1120 ) ( -5122.362305 2981.803711 416 ) ta_berlin/archway1_shot 109 0 -180.00 3.109131 -2.750000 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5184.587891 2919.578613 704 ) ( -5088.421387 2823.412109 704 ) ( -5088.421387 2823.412109 0 ) common/caulk 37 -4 -180.00 0.706787 -1 0 65696 0 +surfaceparm detail +} +// brush 3 + { + patchDef2 + { + ta_berlin/archway1_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -5184.587891 2919.578613 360 0.232844 -0.500000 ) ( -5136.504883 2871.495117 360 0.172436 -0.500000 ) ( -5088.421387 2823.412109 360 0.112028 -0.500000 ) ) +( ( -5184.587891 2919.578613 608 0.232844 -0.761364 ) ( -5136.504883 2871.495117 608 0.172436 -0.761364 ) ( -5088.421387 2823.412109 608 0.112028 -0.761364 ) ) +( ( -4986.597656 3117.568359 608 0.232844 -1.113636 ) ( -4938.514648 3069.485352 608 0.172436 -1.113636 ) ( -4890.431641 3021.402344 608 0.112028 -1.113636 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + ta_berlin/archway1_shot + ( 3 3 0 -2147418112 0 surfaceDensity 256 ) +( +( ( -5184.587891 2919.578613 360 -0.230421 -0.511364 ) ( -5184.587891 2919.578613 608 -0.230421 -0.863636 ) ( -4986.597656 3117.568359 608 -0.479172 -0.863636 ) ) +( ( -5184.587891 2919.578613 608 -0.230421 -0.863636 ) ( -5184.587891 2919.578613 608 -0.230421 -0.863636 ) ( -5184.587891 2919.578613 608 -0.230421 -0.863636 ) ) +( ( -5184.587891 2919.578613 608 -0.230421 -0.863636 ) ( -5184.587891 2919.578613 608 -0.230421 -0.863636 ) ( -5184.587891 2919.578613 608 -0.230421 -0.863636 ) ) +) + } + } +} +// entity 475 +{ +"$targetname" "explodersmashed" +"#set" "8" +"classname" "script_object" +// brush 0 +{ +( -4778.098633 3301.734863 0 ) ( -4874.264648 3397.901367 0 ) ( -4874.264648 3397.901367 704 ) ta_berlin/archway1_shot 153 0 -180.00 3.109375 -2.750000 0 65536 0 +surfaceparm detail +( -4874.264648 3397.901367 0 ) ( -4681.932129 3590.234863 0 ) ( -4681.932129 3590.234863 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4585.765625 3494.068359 0 ) ( -4778.098633 3301.734863 0 ) ( -4778.098633 3301.734863 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4778.098633 3301.734863 0 ) ( -4585.765625 3494.068359 0 ) ( -4681.932129 3590.234863 0 ) common/caulk -1 1 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -4763 3505 952 ) ( -4675 3409 952 ) ( -4779 3305 352 ) ta_berlin/brln_rubble -97 0 0.00 1 1 0 65536 0 +( -4675 3409 952 ) ( -4763 3505 952 ) ( -4763 3505 0 ) common/nodraw -55 -11 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -4874.265137 3425 872 ) ( -4874.265137 3449 872 ) ( -4673.006836 3437 872 ) common/nodraw -2 44 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 1 +{ +( -5451.264160 2820.902344 0 ) ( -5258.930664 3013.235352 0 ) ( -5258.930664 3013.235352 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5264.587891 3007.578613 0 ) ( -5168.421387 2911.412109 0 ) ( -5168.421387 2911.412109 704 ) ta_berlin/archway1_shot -149 0 0.00 3.109131 2.750000 0 65536 0 +surfaceparm detail +( -5168.421387 2911.412109 0 ) ( -5360.754395 2719.079102 0 ) ( -5360.754395 2719.079102 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5360.754395 2719.079102 0 ) ( -5168.421387 2911.412109 0 ) ( -5264.587891 3007.578613 0 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5315 2761 920 ) ( -5403 2865 920 ) ( -5267 3009 360 ) ta_berlin/brln_rubble -97 0 0.00 1 1 0 65536 0 +( -5403 2865 920 ) ( -5315 2761 920 ) ( -5307 2777 0 ) common/caulk -33 -43 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5404.909668 3425 872 ) ( -5404.909668 3449 872 ) ( -5168.420898 3437 872 ) common/caulk -14 32 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +} +} +// entity 476 +{ +"#set" "8" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( -5451.264160 2820.902344 0 ) ( -5258.930664 3013.235352 0 ) ( -5258.930664 3013.235352 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5264.587891 3007.578613 0 ) ( -5168.421387 2911.412109 0 ) ( -5168.421387 2911.412109 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5168.421387 2911.412109 0 ) ( -5360.754395 2719.079102 0 ) ( -5360.754395 2719.079102 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5360.754395 2719.079102 0 ) ( -5168.421387 2911.412109 0 ) ( -5264.587891 3007.578613 0 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5174.078125 2905.755371 360 ) ( -5267.416016 3004.750000 360 ) ( -5168.421387 2911.412109 360 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5275 2745 0 ) ( -5715 3241 0 ) ( -5495 2993 360 ) common/caulk -33 -43 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( -5451.264160 2820.902344 0 ) ( -5258.930664 3013.235352 0 ) ( -5258.930664 3013.235352 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5264.587891 3007.578613 0 ) ( -5168.421387 2911.412109 0 ) ( -5168.421387 2911.412109 704 ) common/caulk 33 -4 -180.00 0.706787 -1 0 65696 0 +surfaceparm detail +( -5168.421387 2911.412109 0 ) ( -5360.754395 2719.079102 0 ) ( -5360.754395 2719.079102 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5267.416016 3004.750000 360 ) ( -5174.078125 2905.755371 360 ) ( -5168.421387 2911.412109 360 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5270.244629 3001.921875 608 ) ( -5168.421387 2911.412109 608 ) ( -5179.735352 2900.098633 608 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5275 2745 360 ) ( -5715 3241 360 ) ( -5495 2993 608 ) common/caulk -33 -43 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +} +// brush 2 +{ +( -5451.264160 2820.902344 0 ) ( -5258.930664 3013.235352 0 ) ( -5258.930664 3013.235352 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5264.587891 3007.578613 0 ) ( -5168.421387 2911.412109 0 ) ( -5168.421387 2911.412109 704 ) common/caulk 33 -4 -180.00 0.706787 -1 0 65696 0 +surfaceparm detail +( -5168.421387 2911.412109 0 ) ( -5360.754395 2719.079102 0 ) ( -5360.754395 2719.079102 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5168.421387 2911.412109 704 ) ( -5360.754395 2719.079102 704 ) ( -5456.920898 2815.245605 704 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5168.421387 2911.412109 608 ) ( -5270.244629 3001.921875 608 ) ( -5179.735352 2900.098633 608 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5275 2745 608 ) ( -5715 3241 608 ) ( -5495 2993 704 ) common/caulk -33 -43 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +} +// brush 3 +{ +( -5083.568359 3188.597900 608 ) ( -5236.303711 3035.862793 608 ) ( -5140.137207 2939.696289 608 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5174.078125 2905.755371 704 ) ( -5270.244629 3001.921875 704 ) ( -5117.509766 3154.656738 704 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -5174.078125 2905.755371 704 ) ( -5021.343262 3058.490234 704 ) ( -5021.343262 3058.490234 0 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4970.431641 3109.402344 704 ) ( -5066.597656 3205.568359 704 ) ( -5066.597656 3205.568359 0 ) common/caulk 58 -1 -180.00 0.707081 -1 0 65696 0 +surfaceparm detail +( -5049.627441 3222.539307 1120 ) ( -5202.362305 3069.803711 1120 ) ( -5202.362305 3069.803711 416 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5264.587891 3007.578613 704 ) ( -5168.421387 2911.412109 704 ) ( -5168.421387 2911.412109 0 ) common/caulk 33 -4 -180.00 0.706787 -1 0 65696 0 +surfaceparm detail +} +// brush 4 +{ +( -4778.098633 3301.734863 0 ) ( -4874.264648 3397.901367 0 ) ( -4874.264648 3397.901367 704 ) common/caulk -43 -8 0.00 0.707275 1 0 65696 0 +surfaceparm detail +( -4874.264648 3397.901367 0 ) ( -4681.932129 3590.234863 0 ) ( -4681.932129 3590.234863 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4585.765625 3494.068359 0 ) ( -4778.098633 3301.734863 0 ) ( -4778.098633 3301.734863 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4585.765625 3494.068359 704 ) ( -4778.098633 3301.734863 704 ) ( -4874.264648 3397.901367 704 ) common/caulk -1 2 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5287.215332 2984.951172 608 ) ( -5196.705566 2883.127930 608 ) ( -5185.392090 2894.441406 608 ) common/caulk -1 2 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5115 3889 608 ) ( -4635 3369 608 ) ( -4875 3629 704 ) common/nodraw -56 -11 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 5 +{ +( -4778.098633 3301.734863 0 ) ( -4874.264648 3397.901367 0 ) ( -4874.264648 3397.901367 704 ) common/caulk -43 -8 0.00 0.707275 1 0 65696 0 +surfaceparm detail +( -4874.264648 3397.901367 0 ) ( -4681.932129 3590.234863 0 ) ( -4681.932129 3590.234863 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4585.765625 3494.068359 0 ) ( -4778.098633 3301.734863 0 ) ( -4778.098633 3301.734863 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5196.705566 2883.127930 608 ) ( -5287.215332 2984.951172 608 ) ( -5185.392090 2894.441406 608 ) common/caulk -1 2 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5284.386719 2987.779297 360 ) ( -5191.048828 2888.784668 360 ) ( -5185.392090 2894.441406 360 ) common/caulk -1 2 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5115 3889 360 ) ( -4635 3369 360 ) ( -4875 3629 608 ) common/nodraw -56 -11 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 6 +{ +( -4879.921875 3392.244629 608 ) ( -5032.656738 3239.509766 608 ) ( -4936.490234 3143.343262 608 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -4970.431641 3109.402344 704 ) ( -5066.597656 3205.568359 704 ) ( -4913.862793 3358.303467 704 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -4970.431641 3109.402344 704 ) ( -4817.696289 3262.137207 704 ) ( -4817.696289 3262.137207 0 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4778.098633 3301.734863 704 ) ( -4874.264648 3397.901367 704 ) ( -4874.264648 3397.901367 0 ) common/caulk -43 -8 0.00 0.707275 1 0 65696 0 +surfaceparm detail +( -4857.294434 3414.872070 1120 ) ( -5010.029297 3262.137207 1120 ) ( -5010.029297 3262.137207 416 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -5066.597656 3205.568359 704 ) ( -4970.431641 3109.402344 704 ) ( -4970.431641 3109.402344 0 ) common/caulk 58 -1 -180.00 0.707081 -1 0 65696 0 +surfaceparm detail +} +// brush 7 + { + patchDef2 + { + ta_berlin/archway1trim_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -5072.254883 3199.911621 608 -22.813496 -1.187500 ) ( -4874.264648 3397.901367 608 -22.040096 -1.187500 ) ( -4874.264648 3397.901367 360 -22.040096 -0.703125 ) ) +( ( -4874.264648 3397.901367 608 -22.040096 -1.187500 ) ( -4874.264648 3397.901367 608 -22.040096 -1.187500 ) ( -4874.264648 3397.901367 608 -22.040096 -1.187500 ) ) +( ( -4874.264648 3397.901367 608 -22.040096 -1.187500 ) ( -4874.264648 3397.901367 608 -22.040096 -1.187500 ) ( -4874.264648 3397.901367 608 -22.040096 -1.187500 ) ) +) + } + } +// brush 8 + { + patchDef2 + { + ta_berlin/archway1_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -4778.098633 3301.734863 360 0.232844 -0.500000 ) ( -4826.181641 3349.818359 360 0.172436 -0.500000 ) ( -4874.264648 3397.901367 360 0.112028 -0.500000 ) ) +( ( -4778.098633 3301.734863 608 0.232844 -0.761364 ) ( -4826.181641 3349.818359 608 0.172436 -0.761364 ) ( -4874.264648 3397.901367 608 0.112028 -0.761364 ) ) +( ( -4976.088379 3103.745117 608 0.232844 -1.113636 ) ( -5024.171387 3151.828369 608 0.172436 -1.113636 ) ( -5072.254883 3199.911621 608 0.112028 -1.113636 ) ) +) + } + } +// brush 9 + { + patchDef2 + { + ta_berlin/archway1_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -5264.587891 3007.578613 360 0.232844 -0.500000 ) ( -5216.504883 2959.495117 360 0.172436 -0.500000 ) ( -5168.421387 2911.412109 360 0.112028 -0.500000 ) ) +( ( -5264.587891 3007.578613 608 0.232844 -0.761364 ) ( -5216.504883 2959.495117 608 0.172436 -0.761364 ) ( -5168.421387 2911.412109 608 0.112028 -0.761364 ) ) +( ( -5066.597656 3205.568359 608 0.232844 -1.113636 ) ( -5018.514648 3157.485352 608 0.172436 -1.113636 ) ( -4970.431641 3109.402344 608 0.112028 -1.113636 ) ) +) + } + } +// brush 10 + { + patchDef2 + { + ta_berlin/archway1trim_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -5264.587891 3007.578613 360 -23.564796 -0.703125 ) ( -5264.587891 3007.578613 608 -23.564796 -1.187500 ) ( -5066.597656 3205.568359 608 -22.791397 -1.187500 ) ) +( ( -5264.587891 3007.578613 608 -23.564796 -1.187500 ) ( -5264.587891 3007.578613 608 -23.564796 -1.187500 ) ( -5264.587891 3007.578613 608 -23.564796 -1.187500 ) ) +( ( -5264.587891 3007.578613 608 -23.564796 -1.187500 ) ( -5264.587891 3007.578613 608 -23.564796 -1.187500 ) ( -5264.587891 3007.578613 608 -23.564796 -1.187500 ) ) +) + } + } +// brush 11 +{ +( -4778.098633 3301.734863 0 ) ( -4874.264648 3397.901367 0 ) ( -4874.264648 3397.901367 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4874.264648 3397.901367 0 ) ( -4681.932129 3590.234863 0 ) ( -4681.932129 3590.234863 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4585.765625 3494.068359 0 ) ( -4778.098633 3301.734863 0 ) ( -4778.098633 3301.734863 704 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4778.098633 3301.734863 0 ) ( -4585.765625 3494.068359 0 ) ( -4681.932129 3590.234863 0 ) common/caulk -1 2 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5191.048828 2888.784668 360 ) ( -5284.386719 2987.779297 360 ) ( -5185.392090 2894.441406 360 ) common/caulk -1 2 44.99 1.000023 1.000066 0 65696 0 +surfaceparm detail +( -5115 3889 0 ) ( -4635 3369 0 ) ( -4875 3629 360 ) common/nodraw -56 -11 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +} +// brush 12 +{ +( -4698.902344 3573.264160 792 ) ( -4908.206055 3363.960449 792 ) ( -4812.039551 3267.793945 792 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -4789.412109 3290.421387 880 ) ( -4885.578613 3386.587891 880 ) ( -4676.275391 3595.891602 880 ) common/caulk -20 63 45.00 0.999980 1.000195 0 65696 0 +surfaceparm detail +( -4862.951172 3205.568359 1464 ) ( -4653.647461 3414.872070 1464 ) ( -4653.647461 3414.872070 760 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4591.422363 3488.411133 880 ) ( -4687.588867 3584.578125 880 ) ( -4687.588867 3584.578125 176 ) common/nodraw -14 -18 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -4681.931641 3601.548340 880 ) ( -4891.235352 3392.244629 880 ) ( -4891.235352 3392.244629 176 ) ta_berlin/archway1trim_shot 105 -209 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5275 2745 792 ) ( -5715 3241 792 ) ( -5495 2993 880 ) common/nodraw -27 -48 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +// brush 13 +{ +( -4698.902344 3573.264160 704 ) ( -4908.206055 3363.960449 704 ) ( -4812.039551 3267.793945 704 ) ta_berlin/archway1trim_shot 52 217 -135.01 1.874972 -1.999873 0 65536 0 +surfaceparm detail +( -4789.412109 3290.421387 792 ) ( -4885.578613 3386.587891 792 ) ( -4676.275391 3595.891602 792 ) common/nodraw -2 44 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -4851.637695 3194.254883 1376 ) ( -4642.333984 3403.558594 1376 ) ( -4642.333984 3403.558594 672 ) ta_berlin/archway1trim_shot 0 0 0.00 1 2 0 65536 0 +( -4693.245605 3612.862305 792 ) ( -4902.549316 3403.558594 792 ) ( -4902.549316 3403.558594 88 ) ta_berlin/archway1trim_shot 113 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5115 3889 704 ) ( -4635 3369 704 ) ( -4875 3629 792 ) common/nodraw -56 -11 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail surfaceDensity 256 +( -5275 2745 704 ) ( -5715 3241 704 ) ( -5495 2993 792 ) common/nodraw -27 -48 56.99 0.999871 0.999075 536870912 2224 0 +surfaceparm detail +} +} +// entity 477 +{ +"targetname" "t516" +"origin" "-4907 2777 728" +"classname" "script_origin" +} +// entity 478 +{ +"#set" "8" +"$targetname" "exploderfire" +"origin" "-4795.00 3385.00 520.00" +"testanim" "idle" +"model" "animate/fx_explosion_mine.tik" +"scale" "1.0" +"classname" "animate_fx_explosion-mine" +} +// entity 479 +{ +"#set" "8" +"$targetname" "exploderfire" +"origin" "-5251.00 2905.00 528.00" +"testanim" "idle" +"model" "animate/fx_explosion_mine.tik" +"scale" "1.0" +"classname" "animate_fx_explosion-mine" +} +// entity 480 +{ +"targetname" "t521" +"origin" "-4899 3369 960" +"classname" "script_origin" +} +// entity 481 +{ +"targetname" "t523" +"origin" "-4867 3329 960" +"classname" "script_origin" +} +// entity 482 +{ +"#set" "8" +"$targetname" "exploderchunk" +"target" "t525" +"classname" "script_object" +// brush 0 +{ +( -4938.902344 3165.264160 704 ) ( -5148.206055 2955.960449 704 ) ( -5052.039551 2859.793945 704 ) ta_berlin/archway1trim_shot 46 145 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -5029.412109 2882.421387 792 ) ( -5125.578613 2978.587891 792 ) ( -4916.275391 3187.891602 792 ) ta_berlin/archway1trim_shot 46 145 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -5091.637695 2786.254883 1376 ) ( -4882.333984 2995.558594 1376 ) ( -4882.333984 2995.558594 672 ) ta_berlin/archway1trim_shot 7 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4933.245605 3204.862061 792 ) ( -5142.549316 2995.558594 792 ) ( -5142.549316 2995.558594 88 ) ta_berlin/archway1trim_shot 99 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -5355 3481 704 ) ( -4875 2961 704 ) ( -5115 3221 792 ) ta_berlin/archway1trim_shot 62 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -5171 2753 704 ) ( -5339 2889 704 ) ( -5255 2821 792 ) ta_berlin/brln_rubble -157 0 0.00 1 1 0 65536 0 +} +} +// entity 483 +{ +"#set" "8" +"$targetname" "exploderchunk" +"target" "t526" +"classname" "script_object" +// brush 0 +{ +( -4938.902344 3157.264160 792 ) ( -5148.206055 2947.960449 792 ) ( -5052.039551 2851.793945 792 ) ta_berlin/archway1trim_shot 46 142 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -5029.412109 2874.421387 880 ) ( -5125.578613 2970.587891 880 ) ( -4916.275391 3179.891602 880 ) ta_berlin/archway1trim_shot 46 142 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -5102.951172 2789.568359 1464 ) ( -4893.647461 2998.872070 1464 ) ( -4893.647461 2998.872070 760 ) ta_berlin/archway1trim_shot 55 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4887.422363 3016.411133 880 ) ( -4983.588867 3112.578125 880 ) ( -4983.588867 3112.578125 176 ) ta_berlin/archway1trim_shot 7 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -4921.931641 3185.548340 880 ) ( -5131.235352 2976.244629 880 ) ( -5131.235352 2976.244629 176 ) ta_berlin/archway1trim_shot 55 0 -180.00 1.325684 -2 0 65536 0 +surfaceparm detail surfaceDensity 512 +( -5171 2745 792 ) ( -5339 2881 792 ) ( -5255 2813 880 ) ta_berlin/brln_rubble -157 0 0.00 1 1 0 65536 0 +} +} +// entity 484 +{ +"targetname" "t525" +"origin" "-5219 3049 960" +"classname" "script_origin" +} +// entity 485 +{ +"targetname" "t526" +"origin" "-5187 3009 960" +"classname" "script_origin" +} +// entity 486 +{ +"$targetname" "explodersmashed" +"#set" "199" +"classname" "script_object" +// brush 0 +{ +( 4228 3092 56 ) ( 3972 3092 88 ) ( 3972 3092 32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 4228 3092 -52 ) ( 3972 3092 -20 ) ( 3972 2904 -20 ) blasted/dday_bunker_wall1csml 164 60 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 56 ) ( 3972 2904 88 ) ( 3972 3092 88 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4228 2920 -52 ) ( 3972 2920 -20 ) ( 3972 2920 36 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 4228 3108 0 ) ( 4228 2920 0 ) ( 4228 2920 56 ) common/nodraw 15 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3972 2920 36 ) ( 3972 2920 -20 ) ( 3972 3108 -20 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +// brush 1 +{ +( 4228 2904 -8 ) ( 3972 2904 24 ) ( 3972 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2904 80 ) mohcommon/crackedconcrete 168 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3980 2844 32 ) ( 3972 2844 32 ) ( 3976 2844 80 ) misc_outside/nu_earth_set2 -312 184 0.00 1 1 0 131072 0 +surfaceparm detail +( 4018 2854 13 ) ( 4018 2860 13 ) ( 4018 2857 40 ) common/nodraw 20 8 -119.99 1.000161 1.000416 536870912 2224 0 +surfaceparm detail +( 4018 2858 -35 ) ( 4028 2844 -35 ) ( 4023 2851 -14 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +} +// brush 2 +{ +( 4228 2904 -8 ) ( 3972 2904 24 ) ( 3972 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2904 80 ) mohcommon/crackedconcrete 168 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 48 ) ( 3972 2904 80 ) ( 3972 2904 64 ) common/nodraw -2 -25 -60.03 0.999917 -1.000008 536870912 2224 0 +surfaceparm detail +( 4062 2856 -8 ) ( 4062 2850 -8 ) ( 4062 2853 40 ) common/nodraw 20 8 -119.99 1.000161 1.000416 536870912 2224 0 +surfaceparm detail +( 4018 2854 13 ) ( 4018 2860 13 ) ( 4018 2857 40 ) common/nodraw 20 8 -119.99 1.000161 1.000416 536870912 2224 0 +surfaceparm detail +( 4062 2864 53 ) ( 4018 2858 53 ) ( 4040 2861 74 ) misc_outside/nu_earth_set2 -312 184 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 3 +{ +( 4228 2904 -8 ) ( 3972 2904 24 ) ( 3972 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2904 80 ) mohcommon/crackedconcrete 168 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 48 ) ( 3972 2904 80 ) ( 3972 2904 64 ) common/nodraw -2 -25 -60.03 0.999917 -1.000008 536870912 2224 0 +surfaceparm detail +( 4228 2904 32 ) ( 4228 2416 32 ) ( 4228 2416 48 ) common/nodraw 18 10 -119.97 0.999930 0.999993 536870912 2224 0 +surfaceparm detail +( 3980 2844 32 ) ( 3972 2844 32 ) ( 3976 2844 80 ) misc_outside/nu_earth_set2 -312 184 0.00 1 1 0 131072 0 +surfaceparm detail +( 4062 2850 -8 ) ( 4062 2856 -8 ) ( 4062 2853 40 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +} +// brush 4 +{ +( 4228 2904 -8 ) ( 3972 2904 24 ) ( 3972 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2904 80 ) mohcommon/crackedconcrete 168 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 48 ) ( 3972 2904 80 ) ( 3972 2904 64 ) common/nodraw -2 -25 -60.03 0.999917 -1.000008 536870912 2224 0 +surfaceparm detail +( 3972 2416 24 ) ( 3972 2904 24 ) ( 3972 2904 40 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 3980 2844 32 ) ( 3972 2844 32 ) ( 3976 2844 80 ) misc_outside/nu_earth_set2 -312 184 0.00 1 1 0 131072 0 +surfaceparm detail +( 4018 2860 13 ) ( 4018 2854 13 ) ( 4018 2857 40 ) common/nodraw 20 8 -119.99 1.000161 1.000416 536870912 2224 0 +surfaceparm detail +} +// brush 5 +{ +( 4228 2904 -8 ) ( 3972 2904 24 ) ( 3972 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2904 80 ) mohcommon/crackedconcrete 168 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 32 ) ( 4228 2416 32 ) ( 4228 2416 48 ) common/nodraw 18 10 -119.97 0.999930 0.999993 536870912 2224 0 +surfaceparm detail +( 4052 2686 80 ) ( 4060 2686 80 ) ( 4056 2686 122 ) common/nodraw -8 -2 -60.03 0.999917 -1.000008 536870912 2224 0 +surfaceparm detail +( 4032 2598 80 ) ( 4024 2598 80 ) ( 4028 2598 122 ) common/nodraw -8 -2 -60.03 0.999917 -1.000008 536870912 2224 0 +surfaceparm detail +( 4058 2596 -8 ) ( 4094 2684 -8 ) ( 4076 2640 34 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +} +// brush 6 +{ +( 4228 2904 -8 ) ( 3972 2904 24 ) ( 3972 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2904 80 ) mohcommon/crackedconcrete 168 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 32 ) ( 4228 2416 32 ) ( 4228 2416 48 ) common/nodraw 18 10 -119.97 0.999930 0.999993 536870912 2224 0 +surfaceparm detail +( 3976 2494 32 ) ( 3972 2494 32 ) ( 3974 2494 80 ) common/nodraw -8 -2 -60.03 0.999917 -1.000008 536870912 2224 0 +surfaceparm detail +( 4024 2732 -8 ) ( 4024 2742 -8 ) ( 4024 2737 40 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 4024 2598 80 ) ( 4032 2598 80 ) ( 4028 2598 122 ) misc_outside/nu_earth_set2 -312 184 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 7 +{ +( 4228 2904 -8 ) ( 3972 2904 24 ) ( 3972 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2904 80 ) mohcommon/crackedconcrete 168 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 32 ) ( 4228 2416 32 ) ( 4228 2416 48 ) common/nodraw 18 10 -119.97 0.999930 0.999993 536870912 2224 0 +surfaceparm detail +( 4096 2844 58 ) ( 4096 2844 42 ) ( 4228 2844 32 ) common/nodraw -8 -2 -60.03 0.999917 -1.000008 536870912 2224 0 +surfaceparm detail +( 4096 2844 90 ) ( 4096 2844 106 ) ( 4024 2744 122 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 4024 2732 -8 ) ( 4024 2742 -8 ) ( 4024 2737 40 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 4060 2686 80 ) ( 4052 2686 80 ) ( 4056 2686 122 ) misc_outside/nu_earth_set2 -312 184 0.00 1 1 0 131072 0 +surfaceparm detail +( 4034 2686 80 ) ( 4024 2706 80 ) ( 4029 2696 122 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +} +// brush 8 +{ +( 4233 2904 -9 ) ( 3977 2904 23 ) ( 3977 2416 23 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 44 ) ( 3972 2416 76 ) ( 3972 2904 76 ) mohcommon/crackedconcrete 168 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3972 2416 -24 ) ( 3972 2904 -24 ) ( 3972 2904 -8 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 3976 2494 32 ) ( 3972 2494 32 ) ( 3974 2494 80 ) common/nodraw -8 -2 -60.03 0.999917 -1.000008 536870912 2224 0 +surfaceparm detail +( 4024 2742 -56 ) ( 4024 2732 -56 ) ( 4024 2737 -8 ) common/nodraw 18 10 -119.97 0.999930 0.999993 536870912 2224 0 +surfaceparm detail +( 3972 2610 57 ) ( 4024 2598 57 ) ( 3998 2604 80 ) misc_outside/nu_earth_set2 -312 184 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 9 +{ +( 4228 2904 -8 ) ( 3972 2904 24 ) ( 3972 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2904 80 ) mohcommon/crackedconcrete 168 8 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2416 32 ) ( 3972 2416 64 ) ( 3972 2416 80 ) common/nodraw -2 -25 -60.03 0.999917 -1.000008 536870912 2224 0 +surfaceparm detail +( 4228 2904 32 ) ( 4228 2416 32 ) ( 4228 2416 48 ) common/nodraw 18 10 -119.97 0.999930 0.999993 536870912 2224 0 +surfaceparm detail +( 3972 2416 24 ) ( 3972 2904 24 ) ( 3972 2904 40 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 3972 2494 32 ) ( 3976 2494 32 ) ( 3974 2494 80 ) misc_outside/nu_earth_set2 -312 184 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 10 +{ +( 4228 2920 56 ) ( 3972 2920 88 ) ( 3972 2920 80 ) common/nodraw -4 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 2904 56 ) ( 3972 2904 88 ) ( 3972 2920 88 ) central_europe/strtset_cew 29 197 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 48 ) ( 3972 2904 80 ) ( 3972 2904 88 ) central_europe/strtset_cew -143 153 0.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2920 -8 ) ( 3972 2920 24 ) ( 3972 2904 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2920 48 ) ( 4228 2904 48 ) ( 4228 2904 56 ) common/nodraw 40 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3972 2904 -12 ) ( 3972 2904 -20 ) ( 3972 2920 -20 ) misc_outside/nu_earth_set2 376 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +} +// brush 11 +{ +( 4228 2400 56 ) ( 3972 2400 88 ) ( 3972 2400 32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4228 2228 56 ) ( 3972 2228 88 ) ( 3972 2400 88 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4228 2400 -52 ) ( 3972 2400 -20 ) ( 3972 2228 -20 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4228 2228 0 ) ( 3972 2228 32 ) ( 3972 2228 88 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4228 2400 -52 ) ( 4228 2228 -52 ) ( 4228 2228 4 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3972 2228 36 ) ( 3972 2228 -20 ) ( 3972 2400 -20 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 12 +{ +( 4484 2212 76 ) ( 4228 2212 108 ) ( 4228 2384 108 ) general_structure/concretewall2 160 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 4484 2384 24 ) ( 4228 2384 56 ) ( 4228 2212 56 ) common/nodraw 16 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2212 56 ) ( 4228 2212 0 ) ( 4228 2384 0 ) common/nodraw 2 14 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4244 2240 29 ) ( 4244 2228 29 ) ( 4244 2234 108 ) general_structure/concretewall2 160 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 4244 2228 54 ) ( 4228 2228 54 ) ( 4236 2228 108 ) common/nodraw 3 -22 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2244 54 ) ( 4236 2244 54 ) ( 4232 2244 108 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 13 +{ +( 3972 2228 88 ) ( 3972 2228 144 ) ( 4228 2228 112 ) general_structure/concretewall2 -4 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3972 2416 88 ) ( 3972 2228 88 ) ( 4228 2228 56 ) common/nodraw 16 15 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3972 2228 140 ) ( 3972 2416 140 ) ( 4228 2416 108 ) general_structure/concretewall2 160 4 -90.00 1 1 0 0 0 +surfaceparm detail +( 4228 2400 112 ) ( 4228 2400 56 ) ( 4228 2212 56 ) common/nodraw 3 14 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3972 2212 84 ) ( 3972 2400 84 ) ( 3972 2400 140 ) common/nodraw 3 14 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3088 2244 140 ) ( 3084 2244 56 ) ( 3092 2244 56 ) general_structure/concretewall2 -4 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 14 +{ +( 4228 2936 108 ) ( 4228 3108 108 ) ( 4484 3108 76 ) general_structure/concretewall2 168 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 4228 3108 56 ) ( 4228 2936 56 ) ( 4484 2936 24 ) common/nodraw 17 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2936 0 ) ( 4228 3108 0 ) ( 4228 3108 56 ) common/nodraw 3 22 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4244 3086 108 ) ( 4244 3092 29 ) ( 4244 3080 29 ) general_structure/concretewall2 168 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 4236 3092 108 ) ( 4228 3092 54 ) ( 4244 3092 54 ) common/nodraw 3 -22 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4232 3076 108 ) ( 4236 3076 54 ) ( 4228 3076 54 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 15 +{ +( 4228 3092 112 ) ( 3972 3092 144 ) ( 3972 3092 88 ) general_structure/concretewall2 -4 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4228 3092 56 ) ( 3972 3092 88 ) ( 3972 2904 88 ) common/nodraw 17 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2904 108 ) ( 3972 2904 140 ) ( 3972 3092 140 ) general_structure/concretewall2 168 4 -90.00 1 1 0 0 0 +surfaceparm detail +( 4228 3108 56 ) ( 4228 2920 56 ) ( 4228 2920 112 ) common/nodraw 4 22 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3972 2920 140 ) ( 3972 2920 84 ) ( 3972 3108 84 ) common/nodraw 4 22 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3092 3076 56 ) ( 3084 3076 56 ) ( 3088 3076 140 ) general_structure/concretewall2 -4 184 0.00 1 1 0 0 0 +surfaceparm detail +} +} +// entity 487 +{ +"#set" "199" +"$targetname" "exploderfire" +"origin" "3964.00 2500.00 52.00" +"testanim" "idle" +"model" "animate/fx_explosion_mine.tik" +"scale" "2.0" +"classname" "animate_fx_explosion-mine" +} +// entity 488 +{ +"#set" "199" +"$targetname" "exploderfire" +"origin" "3692.00 2388.00 52.00" +"testanim" "idle" +"model" "animate/fx_explosion_mine.tik" +"scale" "2.0" +"classname" "animate_fx_explosion-mine" +} +// entity 489 +{ +"#set" "199" +"$targetname" "exploderfire" +"origin" "3644.00 2612.00 52.00" +"testanim" "idle" +"model" "animate/fx_explosion_mine.tik" +"scale" "2.0" +"classname" "animate_fx_explosion-mine" +} +// entity 490 +{ +"#set" "199" +"$targetname" "exploderfire" +"origin" "3644.00 2932.00 52.00" +"testanim" "idle" +"model" "animate/fx_explosion_mine.tik" +"scale" "2.0" +"classname" "animate_fx_explosion-mine" +} +// entity 491 +{ +"#set" "199" +"$targetname" "explodersmashed" +"classname" "script_object" +// brush 0 +{ +( 3844 2228 88 ) ( 3844 2228 32 ) ( 3580 2228 32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3844 2228 -20 ) ( 3844 2416 -20 ) ( 3604 2416 -20 ) blasted/dday_bunker_wall1csml -36 -75 90.00 1 1 0 65536 0 +surfaceparm detail +( 3844 2416 88 ) ( 3844 2228 88 ) ( 3580 2228 88 ) misc_outside/concpath1_wgrass -104 -45 90.00 1 1 0 65536 0 +surfaceparm detail +( 3716 2976 -20 ) ( 3716 3040 -20 ) ( 3716 3008 36 ) common/nodraw -34 -56 90.00 0.875000 2.937500 536870912 2224 0 +surfaceparm detail +( 3716 2388 -20 ) ( 3788 2300 -20 ) ( 3752 2344 88 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +( 3788 2300 -20 ) ( 3788 2296 -20 ) ( 3788 2298 88 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +( 3788 2252 -20 ) ( 3772 2228 -20 ) ( 3780 2240 88 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +// brush 1 +{ +( 3972 2400 64 ) ( 3732 2400 64 ) ( 3732 2400 80 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 3844 2416 80 ) ( 3604 2416 80 ) ( 3664 2904 80 ) mohcommon/crackedconcrete -28 -128 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3604 2416 64 ) ( 3844 2416 64 ) ( 3844 2904 64 ) blasted/dday_bunker_wall1csml 9 -200 -180.00 1 1 0 65536 0 +surfaceparm detail +( 3716 2976 64 ) ( 3716 3040 64 ) ( 3716 3008 80 ) common/nodraw 33 -20 119.97 7.057686 4.732343 536870912 2224 0 +surfaceparm detail +( 3716 2464 64 ) ( 3740 2420 64 ) ( 3728 2442 80 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +( 3740 2420 64 ) ( 3740 2404 64 ) ( 3740 2412 80 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +// brush 2 +{ +( 3792 2920 64 ) ( 3972 2920 64 ) ( 3972 2920 80 ) common/nodraw -11 19 60.05 1.621352 -2.311756 536870912 2224 0 +surfaceparm detail +( 3844 2416 80 ) ( 3604 2416 80 ) ( 3664 2904 80 ) mohcommon/crackedconcrete -28 -128 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3604 2416 64 ) ( 3844 2416 64 ) ( 3844 2904 64 ) blasted/dday_bunker_wall1csml 9 -200 -180.00 1 1 0 65536 0 +surfaceparm detail +( 3716 2976 64 ) ( 3716 3040 64 ) ( 3716 3008 80 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +( 3800 2920 64 ) ( 3716 2720 64 ) ( 3758 2820 80 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +// brush 3 +{ +( 3716 2920 88 ) ( 3716 2920 32 ) ( 3716 3096 32 ) common/nodraw -34 -40 90.00 0.875000 2.750000 536870912 2224 0 +surfaceparm detail +( 3716 3092 32 ) ( 3844 3092 32 ) ( 3844 3092 88 ) blasted/dday_bunker_wall1csml 124 62 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3716 2920 -20 ) ( 3844 2920 -20 ) ( 3844 3096 -20 ) blasted/dday_bunker_wall1csml -36 -75 90.00 1 1 0 65536 0 +surfaceparm detail +( 3844 2920 88 ) ( 3716 2920 88 ) ( 3716 3096 88 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3972 2920 32 ) ( 3844 2920 32 ) ( 3844 2920 88 ) blasted/dday_bunker_wall1csml 8 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3800 2960 -20 ) ( 3800 2920 -20 ) ( 3800 2940 88 ) blasted/dday_bunker_wall1csml 232 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3736 3092 -20 ) ( 3800 2944 -20 ) ( 3768 3018 88 ) blasted/dday_bunker_wall1csml 232 0 -180.00 1 -1 0 65536 0 +surfaceparm detail +} +// brush 4 +{ +( 3664 2904 80 ) ( 3844 2904 80 ) ( 3844 2920 80 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 3972 2904 80 ) ( 3792 2904 80 ) ( 3792 2904 88 ) central_europe/strtset_cew 121 55 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3844 2904 88 ) ( 3664 2904 88 ) ( 3668 2920 88 ) central_europe/strtset_cew -171 -196 90.00 1 1 0 65536 0 +surfaceparm detail +( 3796 2920 80 ) ( 3972 2920 80 ) ( 3972 2920 88 ) common/nodraw -1 -53 -90.00 0.125000 -2.750000 536870912 2224 0 +surfaceparm detail +( 3716 2976 80 ) ( 3716 3040 80 ) ( 3716 3008 88 ) common/nodraw 0 55 -90.00 0.125000 2.750000 536870912 2224 0 +surfaceparm detail +( 3808 2920 80 ) ( 3804 2904 80 ) ( 3806 2912 88 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +// brush 5 +{ +( 3844 2228 144 ) ( 3844 2228 88 ) ( 3580 2228 88 ) general_structure/concretewall2 132 150 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3844 2228 88 ) ( 3844 2416 88 ) ( 3604 2416 88 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 3844 2416 140 ) ( 3844 2228 140 ) ( 3580 2228 140 ) general_structure/concretewall2 -28 -133 90.00 1.000488 1 0 0 0 +surfaceparm detail +( 3716 2976 84 ) ( 3716 3040 84 ) ( 3716 3008 140 ) common/nodraw 34 -51 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4340 2244 88 ) ( 4348 2244 88 ) ( 4344 2244 140 ) general_structure/concretewall2 132 150 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3808 2244 88 ) ( 3802 2228 108 ) ( 3796 2244 128 ) general_structure/concretewall2 100 150 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3796 2244 128 ) ( 3778 2228 134 ) ( 3760 2244 140 ) general_structure/concretewall2 133 -136 -180.00 1 1 0 0 0 +surfaceparm detail +} +// brush 6 +{ +( 3580 3092 88 ) ( 3844 3092 88 ) ( 3844 3092 144 ) general_structure/concretewall2 132 150 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3604 2904 88 ) ( 3844 2904 88 ) ( 3844 3092 88 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 3580 3092 140 ) ( 3844 3092 140 ) ( 3844 2904 140 ) general_structure/concretewall2 -40 -133 90.00 1 1 0 0 0 +surfaceparm detail +( 3716 2312 140 ) ( 3716 2280 84 ) ( 3716 2344 84 ) common/nodraw 33 -58 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4344 3076 140 ) ( 4348 3076 88 ) ( 4340 3076 88 ) general_structure/concretewall2 132 150 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3796 3092 88 ) ( 3792 3076 88 ) ( 3794 3084 140 ) general_structure/concretewall2 100 150 -180.00 1 -1 0 0 0 +surfaceparm detail +} +} +// entity 492 +{ +"$targetname" "explodersmashed" +"#set" "199" +"classname" "script_object" +// brush 0 +{ +( 3460 2228 56 ) ( 3716 2228 88 ) ( 3716 2228 32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3460 2228 -52 ) ( 3716 2228 -20 ) ( 3716 2416 -20 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3460 2416 56 ) ( 3716 2416 88 ) ( 3716 2228 88 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3460 2400 -52 ) ( 3716 2400 -20 ) ( 3716 2400 36 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3460 2212 0 ) ( 3460 2400 0 ) ( 3460 2400 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3716 2400 36 ) ( 3716 2400 -20 ) ( 3716 2212 -20 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 1 +{ +( 3460 2416 -8 ) ( 3716 2416 24 ) ( 3716 2904 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2904 48 ) ( 3716 2904 80 ) ( 3716 2416 80 ) mohcommon/crackedconcrete -28 -1 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3708 2476 32 ) ( 3716 2476 32 ) ( 3712 2476 80 ) misc_outside/nu_earth_set2 208 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 3670 2466 13 ) ( 3670 2460 13 ) ( 3670 2463 40 ) common/nodraw -16 -56 -60.01 1.000200 -1.000157 536870912 2224 0 +surfaceparm detail +( 3670 2462 -35 ) ( 3660 2476 -35 ) ( 3665 2469 -14 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 2 +{ +( 3460 2416 -8 ) ( 3716 2416 24 ) ( 3716 2904 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2904 48 ) ( 3716 2904 80 ) ( 3716 2416 80 ) mohcommon/crackedconcrete -28 -1 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3460 2416 48 ) ( 3716 2416 80 ) ( 3716 2416 64 ) common/nodraw 59 46 -119.95 0.999677 1.000160 536870912 2224 0 +surfaceparm detail +( 3626 2464 -8 ) ( 3626 2470 -8 ) ( 3626 2467 40 ) common/nodraw -16 -56 -60.01 1.000200 -1.000157 536870912 2224 0 +surfaceparm detail +( 3670 2466 13 ) ( 3670 2460 13 ) ( 3670 2463 40 ) common/nodraw -16 -56 -60.01 1.000200 -1.000157 536870912 2224 0 +surfaceparm detail +( 3626 2456 53 ) ( 3670 2462 53 ) ( 3648 2459 74 ) misc_outside/nu_earth_set2 208 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +} +// brush 3 +{ +( 3460 2416 -8 ) ( 3716 2416 24 ) ( 3716 2904 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2904 48 ) ( 3716 2904 80 ) ( 3716 2416 80 ) mohcommon/crackedconcrete -28 -1 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3460 2416 48 ) ( 3716 2416 80 ) ( 3716 2416 64 ) common/nodraw 59 46 -119.95 0.999677 1.000160 536870912 2224 0 +surfaceparm detail +( 3460 2416 32 ) ( 3460 2904 32 ) ( 3460 2904 48 ) common/nodraw -17 -54 -60.03 0.999930 -0.999917 536870912 2224 0 +surfaceparm detail +( 3708 2476 32 ) ( 3716 2476 32 ) ( 3712 2476 80 ) misc_outside/nu_earth_set2 208 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 3626 2470 -8 ) ( 3626 2464 -8 ) ( 3626 2467 40 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 4 +{ +( 3460 2416 -8 ) ( 3716 2416 24 ) ( 3716 2904 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2904 48 ) ( 3716 2904 80 ) ( 3716 2416 80 ) mohcommon/crackedconcrete -28 -1 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3460 2416 48 ) ( 3716 2416 80 ) ( 3716 2416 64 ) common/nodraw 59 46 -119.95 0.999677 1.000160 536870912 2224 0 +surfaceparm detail +( 3716 2904 24 ) ( 3716 2416 24 ) ( 3716 2416 40 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +( 3708 2476 32 ) ( 3716 2476 32 ) ( 3712 2476 80 ) misc_outside/nu_earth_set2 208 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 3670 2460 13 ) ( 3670 2466 13 ) ( 3670 2463 40 ) common/nodraw -16 -56 -60.01 1.000200 -1.000157 536870912 2224 0 +surfaceparm detail +} +// brush 5 +{ +( 3460 2416 -8 ) ( 3716 2416 24 ) ( 3716 2904 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2904 48 ) ( 3716 2904 80 ) ( 3716 2416 80 ) mohcommon/crackedconcrete -28 -1 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3460 2416 32 ) ( 3460 2904 32 ) ( 3460 2904 48 ) common/nodraw -17 -54 -60.03 0.999930 -0.999917 536870912 2224 0 +surfaceparm detail +( 3636 2634 32 ) ( 3628 2634 32 ) ( 3632 2634 74 ) common/nodraw 53 6 -119.95 0.999676 0.999739 536870912 2224 0 +surfaceparm detail +( 3656 2722 32 ) ( 3664 2722 32 ) ( 3660 2722 74 ) common/nodraw 53 6 -119.95 0.999676 0.999739 536870912 2224 0 +surfaceparm detail +( 3630 2724 -8 ) ( 3594 2636 -8 ) ( 3612 2680 34 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 6 +{ +( 3460 2416 -8 ) ( 3716 2416 24 ) ( 3716 2904 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2904 48 ) ( 3716 2904 80 ) ( 3716 2416 80 ) mohcommon/crackedconcrete -28 -1 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3460 2416 32 ) ( 3460 2904 32 ) ( 3460 2904 48 ) common/nodraw -17 -54 -60.03 0.999930 -0.999917 536870912 2224 0 +surfaceparm detail +( 3712 2826 32 ) ( 3716 2826 32 ) ( 3714 2826 80 ) common/nodraw 53 6 -119.95 0.999676 0.999739 536870912 2224 0 +surfaceparm detail +( 3664 2588 -8 ) ( 3664 2578 -8 ) ( 3664 2583 40 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +( 3664 2722 32 ) ( 3656 2722 32 ) ( 3660 2722 74 ) misc_outside/nu_earth_set2 208 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +} +// brush 7 +{ +( 3460 2416 -8 ) ( 3716 2416 24 ) ( 3716 2904 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2904 48 ) ( 3716 2904 80 ) ( 3716 2416 80 ) mohcommon/crackedconcrete -28 -1 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3460 2416 32 ) ( 3460 2904 32 ) ( 3460 2904 48 ) common/nodraw -17 -54 -60.03 0.999930 -0.999917 536870912 2224 0 +surfaceparm detail +( 3592 2476 58 ) ( 3592 2476 42 ) ( 3460 2476 32 ) common/nodraw 53 6 -119.95 0.999676 0.999739 536870912 2224 0 +surfaceparm detail +( 3592 2476 90 ) ( 3592 2476 106 ) ( 3664 2576 122 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +( 3664 2588 -8 ) ( 3664 2578 -8 ) ( 3664 2583 40 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +( 3628 2634 32 ) ( 3636 2634 32 ) ( 3632 2634 74 ) misc_outside/nu_earth_set2 208 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +( 3654 2634 32 ) ( 3664 2614 32 ) ( 3659 2624 74 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 8 +{ +( 3457 2416 -9 ) ( 3713 2416 23 ) ( 3713 2904 23 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2904 44 ) ( 3716 2904 76 ) ( 3716 2416 76 ) mohcommon/crackedconcrete -28 -1 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3716 2904 -24 ) ( 3716 2416 -24 ) ( 3716 2416 -8 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +( 3712 2826 32 ) ( 3716 2826 32 ) ( 3714 2826 80 ) common/nodraw 53 6 -119.95 0.999676 0.999739 536870912 2224 0 +surfaceparm detail +( 3664 2578 -56 ) ( 3664 2588 -56 ) ( 3664 2583 -8 ) common/nodraw -17 -54 -60.03 0.999930 -0.999917 536870912 2224 0 +surfaceparm detail +( 3716 2710 57 ) ( 3664 2722 57 ) ( 3690 2716 80 ) misc_outside/nu_earth_set2 208 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +} +// brush 9 +{ +( 3460 2416 -8 ) ( 3716 2416 24 ) ( 3716 2904 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2904 48 ) ( 3716 2904 80 ) ( 3716 2416 80 ) mohcommon/crackedconcrete -28 -1 90.00 1.000488 1 0 65536 0 +surfaceparm detail +( 3460 2904 32 ) ( 3716 2904 64 ) ( 3716 2904 80 ) common/nodraw 59 46 -119.95 0.999677 1.000160 536870912 2224 0 +surfaceparm detail +( 3460 2416 32 ) ( 3460 2904 32 ) ( 3460 2904 48 ) common/nodraw -17 -54 -60.03 0.999930 -0.999917 536870912 2224 0 +surfaceparm detail +( 3716 2904 24 ) ( 3716 2416 24 ) ( 3716 2416 40 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +( 3716 2826 32 ) ( 3712 2826 32 ) ( 3714 2826 80 ) misc_outside/nu_earth_set2 208 182 -180.00 1 -1 0 131072 0 +surfaceparm detail +} +// brush 10 +{ +( 3460 2400 56 ) ( 3716 2400 88 ) ( 3716 2400 80 ) common/nodraw 4 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2416 56 ) ( 3716 2416 88 ) ( 3716 2400 88 ) central_europe/strtset_cew -171 -68 90.00 1 1 0 65536 0 +surfaceparm detail +( 3460 2416 48 ) ( 3716 2416 80 ) ( 3716 2416 88 ) central_europe/strtset_cew 121 151 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3460 2400 -8 ) ( 3716 2400 24 ) ( 3716 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 3460 2400 48 ) ( 3460 2416 48 ) ( 3460 2416 56 ) common/nodraw -32 22 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3716 2416 -12 ) ( 3716 2416 -20 ) ( 3716 2400 -20 ) misc_outside/nu_earth_set2 -336 182 0.00 1 1 0 131072 0 +surfaceparm detail +} +// brush 11 +{ +( 3460 2920 48 ) ( 3716 2920 80 ) ( 3716 2920 88 ) common/nodraw -51 2 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2920 56 ) ( 3716 2920 88 ) ( 3716 2904 88 ) central_europe/strtset_cew -171 -68 90.00 1 1 0 65536 0 +surfaceparm detail +( 3460 2904 56 ) ( 3716 2904 88 ) ( 3716 2904 80 ) central_europe/strtset_cew 66 45 -180.00 1 -1 0 65536 0 +surfaceparm detail +( 3460 2904 48 ) ( 3716 2904 80 ) ( 3716 2920 80 ) misc_outside/nu_earth_set2 -256 0 0.00 1 1 0 131072 0 +( 3460 2904 56 ) ( 3460 2904 48 ) ( 3460 2920 48 ) common/nodraw 63 -2 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 3716 2920 80 ) ( 3716 2904 80 ) ( 3716 2904 88 ) common/nodraw 63 -2 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 12 +{ +( 3460 2920 56 ) ( 3716 2920 88 ) ( 3716 2920 32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3460 3092 56 ) ( 3716 3092 88 ) ( 3716 2920 88 ) algiers/whsflrset1_1a 0 -64 0.00 1 1 0 65536 0 +( 3460 2920 -52 ) ( 3716 2920 -20 ) ( 3716 3092 -20 ) blasted/dday_bunker_wall1csml 220 -205 90.00 1 1 0 65536 0 +surfaceparm detail +( 3460 3092 0 ) ( 3716 3092 32 ) ( 3716 3092 88 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3460 2920 -52 ) ( 3460 3092 -52 ) ( 3460 3092 4 ) common/nodraw 15 -2 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3716 3092 36 ) ( 3716 3092 -20 ) ( 3716 2920 -20 ) common/nodraw 15 -2 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 13 +{ +( 3204 3108 76 ) ( 3460 3108 108 ) ( 3460 2936 108 ) general_structure/concretewall2 -40 -133 90.00 1 1 0 0 0 +surfaceparm detail +( 3204 2936 24 ) ( 3460 2936 56 ) ( 3460 3108 56 ) common/nodraw -57 -60 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 3108 56 ) ( 3460 3108 0 ) ( 3460 2936 0 ) common/nodraw 1 -58 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3444 3080 29 ) ( 3444 3092 29 ) ( 3444 3086 108 ) general_structure/concretewall2 -39 182 0.00 1 1 0 0 0 +surfaceparm detail +( 3444 3092 54 ) ( 3460 3092 54 ) ( 3452 3092 108 ) common/nodraw 1 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 3076 54 ) ( 3452 3076 54 ) ( 3456 3076 108 ) general_structure/concretewall2 132 182 -180.00 1 -1 0 0 0 +surfaceparm detail +} +// brush 14 +{ +( 3716 3092 88 ) ( 3716 3092 144 ) ( 3460 3092 112 ) general_structure/concretewall2 4 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3716 2904 88 ) ( 3716 3092 88 ) ( 3460 3092 56 ) common/nodraw -57 -59 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3716 3092 140 ) ( 3716 2904 140 ) ( 3460 2904 108 ) general_structure/concretewall2 -40 -5 90.00 1 1 0 0 0 +surfaceparm detail +( 3460 2920 112 ) ( 3460 2920 56 ) ( 3460 3108 56 ) common/nodraw 2 -58 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3716 3108 84 ) ( 3716 2920 84 ) ( 3716 2920 140 ) common/nodraw 2 -58 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4600 3076 140 ) ( 4604 3076 56 ) ( 4596 3076 56 ) general_structure/concretewall2 4 182 -180.00 1 -1 0 0 0 +surfaceparm detail +} +// brush 15 +{ +( 3460 2384 108 ) ( 3460 2212 108 ) ( 3204 2212 76 ) general_structure/concretewall2 -28 -133 90.00 1.000488 1 0 0 0 +surfaceparm detail +( 3460 2212 56 ) ( 3460 2384 56 ) ( 3204 2384 24 ) common/nodraw -56 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2384 0 ) ( 3460 2212 0 ) ( 3460 2212 56 ) common/nodraw 2 -50 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3444 2234 108 ) ( 3444 2228 29 ) ( 3444 2240 29 ) general_structure/concretewall2 -32 182 0.00 1 1 0 0 0 +surfaceparm detail +( 3452 2228 108 ) ( 3460 2228 54 ) ( 3444 2228 54 ) common/nodraw 1 50 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3456 2244 108 ) ( 3452 2244 54 ) ( 3460 2244 54 ) general_structure/concretewall2 132 182 -180.00 1 -1 0 0 0 +surfaceparm detail +} +// brush 16 +{ +( 3460 2228 112 ) ( 3716 2228 144 ) ( 3716 2228 88 ) general_structure/concretewall2 4 182 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3460 2228 56 ) ( 3716 2228 88 ) ( 3716 2416 88 ) common/nodraw -56 -51 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2416 108 ) ( 3716 2416 140 ) ( 3716 2228 140 ) general_structure/concretewall2 -28 -5 90.00 1.000488 1 0 0 0 +surfaceparm detail +( 3460 2212 56 ) ( 3460 2400 56 ) ( 3460 2400 112 ) common/nodraw 3 -50 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3716 2400 140 ) ( 3716 2400 84 ) ( 3716 2212 84 ) common/nodraw 3 -50 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4596 2244 56 ) ( 4604 2244 56 ) ( 4600 2244 140 ) general_structure/concretewall2 4 182 -180.00 1 -1 0 0 0 +surfaceparm detail +} +} +// entity 493 +{ +"$targetname" "explodersmashed" +"#set" "199" +"classname" "script_object" +// brush 0 +{ +( 4228 2400 48 ) ( 3972 2400 80 ) ( 3972 2400 88 ) common/nodraw -50 -6 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 2400 56 ) ( 3972 2400 88 ) ( 3972 2416 88 ) central_europe/strtset_cew 29 197 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2416 56 ) ( 3972 2416 88 ) ( 3972 2416 80 ) central_europe/strtset_cew -198 47 0.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2416 -8 ) ( 3972 2416 24 ) ( 3972 2400 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2416 56 ) ( 4228 2416 48 ) ( 4228 2400 48 ) common/nodraw -9 -4 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3972 2400 80 ) ( 3972 2416 80 ) ( 3972 2416 88 ) misc_outside/nu_earth_set2 0 0 0.00 1 1 0 131072 0 +} +} +// entity 494 +{ +"$targetname" "exploder" +"#set" "199" +"classname" "script_object" +// brush 0 +{ +( 4228 2904 -8 ) ( 3972 2904 24 ) ( 3972 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2904 80 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +( 4228 2400 32 ) ( 3972 2400 64 ) ( 3972 2400 80 ) common/nodraw -4 -27 -60.03 0.999917 -1.000204 536870912 2224 0 +surfaceparm detail +( 4228 2920 48 ) ( 3972 2920 80 ) ( 3972 2920 64 ) common/nodraw -4 -27 -60.03 0.999917 -1.000204 536870912 2224 0 +surfaceparm detail +( 4228 2904 32 ) ( 4228 2416 32 ) ( 4228 2416 48 ) common/nodraw 16 6 -119.99 1.000161 1.000416 536870912 2224 0 +surfaceparm detail +( 3972 2416 24 ) ( 3972 2904 24 ) ( 3972 2904 40 ) common/nodraw 16 6 -119.99 1.000161 1.000416 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 4228 2400 56 ) ( 3972 2400 88 ) ( 3972 2400 32 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 2228 56 ) ( 3972 2228 88 ) ( 3972 2400 88 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 4228 2400 -52 ) ( 3972 2400 -20 ) ( 3972 2228 -20 ) blasted/dday_bunker_wall1csml 165 60 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2228 0 ) ( 3972 2228 32 ) ( 3972 2228 88 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 4228 2400 -52 ) ( 4228 2228 -52 ) ( 4228 2228 4 ) common/nodraw 14 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3972 2228 36 ) ( 3972 2228 -20 ) ( 3972 2400 -20 ) common/nodraw 14 5 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( 3716 2400 32 ) ( 3716 2400 88 ) ( 3460 2400 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3716 2400 88 ) ( 3716 2228 88 ) ( 3460 2228 56 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3716 2228 -20 ) ( 3716 2400 -20 ) ( 3460 2400 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3716 2228 88 ) ( 3716 2228 32 ) ( 3460 2228 0 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3460 2228 4 ) ( 3460 2228 -52 ) ( 3460 2400 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3716 2400 -20 ) ( 3716 2228 -20 ) ( 3716 2228 36 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +} +// brush 3 +{ +( 3716 2416 24 ) ( 3716 2904 24 ) ( 3460 2904 -8 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3716 2904 80 ) ( 3716 2416 80 ) ( 3460 2416 48 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +( 3716 2400 80 ) ( 3716 2400 64 ) ( 3460 2400 32 ) common/nodraw -5 -13 -60.03 0.999917 -1.000431 536870912 2224 0 +surfaceparm detail +( 3716 2920 64 ) ( 3716 2920 80 ) ( 3460 2920 48 ) common/nodraw -5 -13 -60.03 0.999917 -1.000431 536870912 2224 0 +surfaceparm detail +( 3460 2416 48 ) ( 3460 2416 32 ) ( 3460 2904 32 ) common/nodraw 16 6 -119.99 1.000161 1.000416 536870912 2224 0 +surfaceparm detail +( 3716 2904 40 ) ( 3716 2904 24 ) ( 3716 2416 24 ) common/nodraw 16 6 -119.99 1.000161 1.000416 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( 4228 3092 56 ) ( 3972 3092 88 ) ( 3972 3092 32 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 3092 -52 ) ( 3972 3092 -20 ) ( 3972 2904 -20 ) blasted/dday_bunker_wall1csml -91 60 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 56 ) ( 3972 2904 88 ) ( 3972 3092 88 ) algiers/whsflrset1_1a 0 -64 0.00 1 1 0 65536 0 +( 4228 2920 -52 ) ( 3972 2920 -20 ) ( 3972 2920 36 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +( 4228 3108 0 ) ( 4228 2920 0 ) ( 4228 2920 56 ) common/nodraw 13 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3972 2920 36 ) ( 3972 2920 -20 ) ( 3972 3108 -20 ) common/nodraw 13 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 5 +{ +( 3716 3092 32 ) ( 3716 3092 88 ) ( 3460 3092 56 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3716 2904 -20 ) ( 3716 3092 -20 ) ( 3460 3092 -52 ) blasted/dday_bunker_wall1csml 165 189 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3716 3092 88 ) ( 3716 2904 88 ) ( 3460 2904 56 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3716 2920 36 ) ( 3716 2920 -20 ) ( 3460 2920 -52 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3460 2920 56 ) ( 3460 2920 0 ) ( 3460 3108 0 ) common/nodraw 13 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3716 3108 -20 ) ( 3716 2920 -20 ) ( 3716 2920 36 ) common/nodraw 13 -10 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 6 +{ +( 3844 3092 88 ) ( 3844 3092 32 ) ( 4108 3092 32 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3844 3092 -20 ) ( 3844 2904 -20 ) ( 4084 2904 -20 ) blasted/dday_bunker_wall1csml 165 189 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3844 2904 88 ) ( 3844 3092 88 ) ( 4108 3092 88 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3956 2920 36 ) ( 3956 2920 -20 ) ( 3716 2920 -20 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +( 3716 2920 36 ) ( 3716 2920 -20 ) ( 3716 3108 -20 ) common/nodraw -35 27 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +( 3972 2344 -20 ) ( 3972 2280 -20 ) ( 3972 2312 36 ) common/nodraw -35 27 90.00 0.875000 -2.937500 536870912 2224 0 +surfaceparm detail +} +// brush 7 +{ +( 4228 2920 56 ) ( 3972 2920 88 ) ( 3972 2920 80 ) common/nodraw -4 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 2904 56 ) ( 3972 2904 88 ) ( 3972 2920 88 ) central_europe/strtset_cew 29 198 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2904 48 ) ( 3972 2904 80 ) ( 3972 2904 88 ) central_europe/strtset_cew -143 153 0.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2920 48 ) ( 3972 2920 80 ) ( 3972 2904 80 ) common/nodraw 41 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 2920 48 ) ( 4228 2904 48 ) ( 4228 2904 56 ) common/nodraw 40 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3972 2904 88 ) ( 3972 2904 80 ) ( 3972 2920 80 ) common/nodraw 40 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( 4228 2400 48 ) ( 3972 2400 80 ) ( 3972 2400 88 ) common/nodraw -48 -6 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 2400 56 ) ( 3972 2400 88 ) ( 3972 2416 88 ) central_europe/strtset_cew 29 198 -90.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2416 56 ) ( 3972 2416 88 ) ( 3972 2416 80 ) central_europe/strtset_cew -198 47 0.00 1 1 0 65536 0 +surfaceparm detail +( 4228 2416 48 ) ( 3972 2416 80 ) ( 3972 2400 80 ) common/nodraw -5 26 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 4228 2416 56 ) ( 4228 2416 48 ) ( 4228 2400 48 ) common/nodraw -9 -3 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3972 2400 80 ) ( 3972 2416 80 ) ( 3972 2416 88 ) common/nodraw -9 -3 0.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 9 +{ +( 3716 2920 80 ) ( 3716 2920 88 ) ( 3460 2920 56 ) common/nodraw -4 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3716 2920 88 ) ( 3716 2904 88 ) ( 3460 2904 56 ) central_europe/strtset_cew 29 69 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3716 2904 88 ) ( 3716 2904 80 ) ( 3460 2904 48 ) central_europe/strtset_cew -15 153 0.00 1 1 0 65536 0 +surfaceparm detail +( 3716 2904 80 ) ( 3716 2920 80 ) ( 3460 2920 48 ) common/nodraw 41 4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2904 56 ) ( 3460 2904 48 ) ( 3460 2920 48 ) common/nodraw 40 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3716 2920 80 ) ( 3716 2904 80 ) ( 3716 2904 88 ) common/nodraw 40 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 10 +{ +( 3716 2400 88 ) ( 3716 2400 80 ) ( 3460 2400 48 ) common/nodraw -48 -6 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3716 2416 88 ) ( 3716 2400 88 ) ( 3460 2400 56 ) central_europe/strtset_cew 29 69 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3716 2416 80 ) ( 3716 2416 88 ) ( 3460 2416 56 ) central_europe/strtset_cew -70 47 0.00 1 1 0 65536 0 +surfaceparm detail +( 3716 2400 80 ) ( 3716 2416 80 ) ( 3460 2416 48 ) common/nodraw -5 27 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3460 2400 48 ) ( 3460 2416 48 ) ( 3460 2416 56 ) common/nodraw -9 -3 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3716 2416 88 ) ( 3716 2416 80 ) ( 3716 2400 80 ) common/nodraw -9 -3 0.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( 3972 2400 88 ) ( 3972 2400 32 ) ( 3972 2224 32 ) common/nodraw -35 39 90.00 0.875000 -2.750000 536870912 2224 0 +surfaceparm detail +( 3716 2224 32 ) ( 3716 2400 32 ) ( 3716 2400 88 ) common/nodraw -35 39 90.00 0.875000 -2.750000 536870912 2224 0 +surfaceparm detail +( 3972 2228 32 ) ( 3844 2228 32 ) ( 3844 2228 88 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +surfaceparm detail +( 3972 2400 -20 ) ( 3844 2400 -20 ) ( 3844 2224 -20 ) blasted/dday_bunker_wall1csml 165 189 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3844 2400 88 ) ( 3972 2400 88 ) ( 3972 2224 88 ) algiers/whsflrset1_1a 0 0 0.00 1 1 0 65536 0 +( 3716 2400 32 ) ( 3844 2400 32 ) ( 3844 2400 88 ) blasted/dday_bunker_wall1csml 0 96 0.00 2 1.500000 0 65536 0 +} +// brush 12 +{ +( 3716 2400 88 ) ( 3716 2400 80 ) ( 3716 2416 80 ) common/nodraw -62 0 0.00 0.250000 0.125000 536870912 2224 0 +surfaceparm detail +( 4024 2416 80 ) ( 3844 2416 80 ) ( 3844 2400 80 ) common/nodraw 23 -1 -180.00 2.812500 0.250000 536870912 2224 0 +surfaceparm detail +( 3716 2416 80 ) ( 3896 2416 80 ) ( 3896 2416 88 ) central_europe/strtset_cew -143 57 0.00 1 1 0 65536 0 +surfaceparm detail +( 3844 2416 88 ) ( 4024 2416 88 ) ( 4020 2400 88 ) central_europe/strtset_cew 29 69 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3892 2400 80 ) ( 3716 2400 80 ) ( 3716 2400 88 ) common/nodraw 0 55 -90.00 0.125000 2.750000 536870912 2224 0 +surfaceparm detail +( 3972 2344 80 ) ( 3972 2280 80 ) ( 3972 2312 88 ) common/nodraw 0 -24 -90.00 0.125000 -2.750000 536870912 2224 0 +surfaceparm detail +} +// brush 13 +{ +( 3716 2920 88 ) ( 3716 2920 80 ) ( 3956 2920 80 ) common/nodraw 3 0 -180.00 3.750000 -0.125000 536870912 2224 0 +surfaceparm detail +( 3844 2904 88 ) ( 3844 2920 88 ) ( 4084 2920 88 ) central_europe/strtset_cew 29 69 -90.00 1 1 0 65536 0 +surfaceparm detail +( 3956 2904 88 ) ( 3956 2904 80 ) ( 3716 2904 80 ) central_europe/strtset_cew -143 57 0.00 1 1 0 65536 0 +surfaceparm detail +( 4084 2904 80 ) ( 4084 2920 80 ) ( 3844 2920 80 ) common/nodraw -32 3 90.00 0.250000 -3.750000 536870912 2224 0 +surfaceparm detail +( 3716 2904 88 ) ( 3716 2904 80 ) ( 3716 2920 80 ) common/nodraw -32 0 0.00 0.250000 0.125000 536870912 2224 0 +surfaceparm detail +( 3972 2344 80 ) ( 3972 2280 80 ) ( 3972 2312 88 ) common/nodraw -32 0 0.00 0.250000 0.125000 536870912 2224 0 +surfaceparm detail +} +// brush 14 +{ +( 3716 2416 64 ) ( 3716 2904 64 ) ( 3716 2904 80 ) common/nodraw -57 63 60.03 4.025493 -6.480758 536870912 2224 0 +surfaceparm detail +( 3716 2920 64 ) ( 3956 2920 64 ) ( 3956 2920 80 ) common/nodraw 54 -57 119.97 2.089969 3.123513 536870912 2224 0 +surfaceparm detail +( 3896 2400 64 ) ( 3716 2400 64 ) ( 3716 2400 80 ) common/nodraw 52 -48 119.96 1.621434 2.311739 536870912 2224 0 +surfaceparm detail +( 3844 2904 80 ) ( 4084 2904 80 ) ( 4024 2416 80 ) mohcommon/crackedconcrete 0 0 0.00 1 1 0 65536 0 +( 4084 2904 24 ) ( 3844 2904 24 ) ( 3844 2416 24 ) blasted/dday_bunker_wall1csml 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 3972 2344 64 ) ( 3972 2280 64 ) ( 3972 2312 80 ) common/nodraw -24 57 60.03 7.057508 -4.732327 536870912 2224 0 +surfaceparm detail +} +// brush 15 +{ +( 4484 2212 76 ) ( 4228 2212 108 ) ( 4228 2384 108 ) general_structure/concretewall2 161 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 4484 2384 24 ) ( 4228 2384 56 ) ( 4228 2212 56 ) common/nodraw 19 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2212 56 ) ( 4228 2212 0 ) ( 4228 2384 0 ) common/nodraw 0 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4244 2240 29 ) ( 4244 2228 29 ) ( 4244 2234 108 ) general_structure/concretewall2 160 181 -180.00 1 -1 0 0 0 +surfaceparm detail +( 4244 2228 54 ) ( 4228 2228 54 ) ( 4236 2228 108 ) common/nodraw 2 -22 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2244 54 ) ( 4236 2244 54 ) ( 4232 2244 108 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 16 +{ +( 3972 2228 88 ) ( 3972 2228 144 ) ( 4228 2228 112 ) general_structure/concretewall2 -4 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3972 2416 88 ) ( 3972 2228 88 ) ( 4228 2228 56 ) common/nodraw 19 15 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3972 2228 140 ) ( 3972 2416 140 ) ( 4228 2416 108 ) general_structure/concretewall2 161 4 -90.00 1 1 0 0 0 +surfaceparm detail +( 4228 2400 112 ) ( 4228 2400 56 ) ( 4228 2212 56 ) common/nodraw 2 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3972 2212 84 ) ( 3972 2400 84 ) ( 3972 2400 140 ) common/nodraw 2 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3088 2244 140 ) ( 3084 2244 56 ) ( 3092 2244 56 ) general_structure/concretewall2 -4 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 17 +{ +( 4228 2936 108 ) ( 4228 3108 108 ) ( 4484 3108 76 ) general_structure/concretewall2 169 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 4228 3108 56 ) ( 4228 2936 56 ) ( 4484 2936 24 ) common/nodraw 20 21 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2936 0 ) ( 4228 3108 0 ) ( 4228 3108 56 ) common/nodraw 2 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4244 3086 108 ) ( 4244 3092 29 ) ( 4244 3080 29 ) general_structure/concretewall2 168 181 -180.00 1 -1 0 0 0 +surfaceparm detail +( 4236 3092 108 ) ( 4228 3092 54 ) ( 4244 3092 54 ) common/nodraw 2 -22 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4232 3076 108 ) ( 4236 3076 54 ) ( 4228 3076 54 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 18 +{ +( 4228 3092 112 ) ( 3972 3092 144 ) ( 3972 3092 88 ) general_structure/concretewall2 -4 184 0.00 1 1 0 0 0 +surfaceparm detail +( 4228 3092 56 ) ( 3972 3092 88 ) ( 3972 2904 88 ) common/nodraw 20 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4228 2904 108 ) ( 3972 2904 140 ) ( 3972 3092 140 ) general_structure/concretewall2 169 4 -90.00 1 1 0 0 0 +surfaceparm detail +( 4228 3108 56 ) ( 4228 2920 56 ) ( 4228 2920 112 ) common/nodraw 2 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3972 2920 140 ) ( 3972 2920 84 ) ( 3972 3108 84 ) common/nodraw 2 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3092 3076 56 ) ( 3084 3076 56 ) ( 3088 3076 140 ) general_structure/concretewall2 -4 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 19 +{ +( 3204 3108 76 ) ( 3460 3108 108 ) ( 3460 2936 108 ) general_structure/concretewall2 169 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3204 2936 24 ) ( 3460 2936 56 ) ( 3460 3108 56 ) common/nodraw 20 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 3108 56 ) ( 3460 3108 0 ) ( 3460 2936 0 ) common/nodraw 2 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3444 3080 29 ) ( 3444 3092 29 ) ( 3444 3086 108 ) general_structure/concretewall2 168 181 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3444 3092 54 ) ( 3460 3092 54 ) ( 3452 3092 108 ) common/nodraw 4 -23 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 3076 54 ) ( 3452 3076 54 ) ( 3456 3076 108 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 20 +{ +( 3716 3092 88 ) ( 3716 3092 144 ) ( 3460 3092 112 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3716 2904 88 ) ( 3716 3092 88 ) ( 3460 3092 56 ) common/nodraw 20 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3716 3092 140 ) ( 3716 2904 140 ) ( 3460 2904 108 ) general_structure/concretewall2 169 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3460 2920 112 ) ( 3460 2920 56 ) ( 3460 3108 56 ) common/nodraw 2 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3716 3108 88 ) ( 3716 2920 88 ) ( 3716 2920 144 ) common/nodraw 2 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3472 3076 56 ) ( 3460 3076 56 ) ( 3466 3076 140 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 21 +{ +( 4108 2228 88 ) ( 3844 2228 88 ) ( 3844 2228 144 ) general_structure/concretewall2 -132 152 0.00 1 1 0 0 0 +surfaceparm detail +( 4084 2416 88 ) ( 3844 2416 88 ) ( 3844 2228 88 ) common/nodraw 19 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4108 2228 140 ) ( 3844 2228 140 ) ( 3844 2416 140 ) general_structure/concretewall2 161 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3716 2212 84 ) ( 3716 2400 84 ) ( 3716 2400 140 ) common/nodraw 34 14 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3972 3008 140 ) ( 3972 3040 84 ) ( 3972 2976 84 ) common/nodraw 34 14 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3344 2244 140 ) ( 3340 2244 88 ) ( 3348 2244 88 ) general_structure/concretewall2 -132 152 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 22 +{ +( 3844 3092 144 ) ( 3844 3092 88 ) ( 4108 3092 88 ) general_structure/concretewall2 -132 152 0.00 1 1 0 0 0 +surfaceparm detail +( 3844 3092 88 ) ( 3844 2904 88 ) ( 4084 2904 88 ) common/nodraw 20 22 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3844 2904 140 ) ( 3844 3092 140 ) ( 4108 3092 140 ) general_structure/concretewall2 169 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3716 2920 140 ) ( 3716 2920 84 ) ( 3716 3108 84 ) common/nodraw 35 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3972 2344 84 ) ( 3972 2280 84 ) ( 3972 2312 140 ) common/nodraw 35 21 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3348 3076 88 ) ( 3340 3076 88 ) ( 3344 3076 140 ) general_structure/concretewall2 -132 152 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 23 +{ +( 3460 2228 112 ) ( 3716 2228 144 ) ( 3716 2228 88 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +( 3460 2228 56 ) ( 3716 2228 88 ) ( 3716 2416 88 ) common/nodraw 19 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2416 108 ) ( 3716 2416 140 ) ( 3716 2228 140 ) general_structure/concretewall2 161 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3460 2212 56 ) ( 3460 2400 56 ) ( 3460 2400 112 ) common/nodraw 2 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3716 2400 144 ) ( 3716 2400 88 ) ( 3716 2212 88 ) common/nodraw 2 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3466 2244 140 ) ( 3460 2244 56 ) ( 3472 2244 56 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +} +// brush 24 +{ +( 3460 2384 108 ) ( 3460 2212 108 ) ( 3204 2212 76 ) general_structure/concretewall2 161 132 -90.00 1 1 0 0 0 +surfaceparm detail +( 3460 2212 56 ) ( 3460 2384 56 ) ( 3204 2384 24 ) common/nodraw 19 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3460 2384 0 ) ( 3460 2212 0 ) ( 3460 2212 56 ) common/nodraw 2 15 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3444 2234 108 ) ( 3444 2228 29 ) ( 3444 2240 29 ) general_structure/concretewall2 160 181 -180.00 1 -1 0 0 0 +surfaceparm detail +( 3452 2228 108 ) ( 3460 2228 54 ) ( 3444 2228 54 ) common/nodraw 4 -23 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3456 2244 108 ) ( 3452 2244 54 ) ( 3460 2244 54 ) general_structure/concretewall2 -132 184 0.00 1 1 0 0 0 +surfaceparm detail +} +} +// entity 495 +{ +"setthread" "doorlocked" +"classname" "trigger_use" +// brush 0 +{ +( -946 1122 24 ) ( -946 1154 24 ) ( -1362 1154 24 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -1362 1122 568 ) ( -946 1122 568 ) ( -946 1122 -8 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -1266 1122 -88 ) ( -1266 1138 -88 ) ( -1266 1130 200 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -1186 1138 -88 ) ( -1186 1122 -88 ) ( -1186 1130 200 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -1258 1154 170 ) ( -1178 1138 170 ) ( -1258 1122 170 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -1534 1130 24 ) ( -1530 1130 24 ) ( -1532 1130 152 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 496 +{ +"setthread" "doorlocked" +"classname" "trigger_use" +// brush 0 +{ +( -1138 2086 24 ) ( -1138 2118 24 ) ( -1554 2118 24 ) common/trigger -32 48 0.00 1 1 0 65664 0 +( -1554 2086 568 ) ( -1138 2086 568 ) ( -1138 2086 -8 ) common/trigger -32 -16 0.00 1 1 0 65664 0 +( -1458 2086 -88 ) ( -1458 2102 -88 ) ( -1458 2094 200 ) common/trigger -48 -16 0.00 1 1 0 65664 0 +( -1378 2102 -88 ) ( -1378 2086 -88 ) ( -1378 2094 200 ) common/trigger -48 -16 0.00 1 1 0 65664 0 +( -1450 2118 170 ) ( -1370 2102 170 ) ( -1450 2086 170 ) common/trigger -32 48 0.00 1 1 0 65664 0 +( -1726 2094 24 ) ( -1722 2094 24 ) ( -1724 2094 152 ) common/trigger -32 -16 0.00 1 1 0 65664 0 +} +} +// entity 497 +{ +"setthread" "doorlocked" +"classname" "trigger_use" +// brush 0 +{ +( -2194 1862 24 ) ( -2194 1894 24 ) ( -2610 1894 24 ) common/trigger 0 16 0.00 1 1 0 65664 0 +( -2610 1862 568 ) ( -2194 1862 568 ) ( -2194 1862 -8 ) common/trigger 0 -16 0.00 1 1 0 65664 0 +( -2514 1862 -88 ) ( -2514 1878 -88 ) ( -2514 1870 200 ) common/trigger -16 -16 0.00 1 1 0 65664 0 +( -2434 1878 -88 ) ( -2434 1862 -88 ) ( -2434 1870 200 ) common/trigger -16 -16 0.00 1 1 0 65664 0 +( -2506 1894 170 ) ( -2426 1878 170 ) ( -2506 1862 170 ) common/trigger 0 16 0.00 1 1 0 65664 0 +( -2782 1870 24 ) ( -2778 1870 24 ) ( -2780 1870 152 ) common/trigger 0 -16 0.00 1 1 0 65664 0 +} +} +// entity 498 +{ +"setthread" "doorlocked" +"classname" "trigger_use" +// brush 0 +{ +( -2094 946 24 ) ( -2094 978 24 ) ( -2510 978 24 ) common/trigger -36 60 0.00 1 1 0 65664 0 +( -2510 946 568 ) ( -2094 946 568 ) ( -2094 946 -8 ) common/trigger -36 -16 0.00 1 1 0 65664 0 +( -2414 946 -88 ) ( -2414 962 -88 ) ( -2414 954 200 ) common/trigger -60 -16 0.00 1 1 0 65664 0 +( -2334 962 -88 ) ( -2334 946 -88 ) ( -2334 954 200 ) common/trigger -60 -16 0.00 1 1 0 65664 0 +( -2406 978 170 ) ( -2326 962 170 ) ( -2406 946 170 ) common/trigger -36 60 0.00 1 1 0 65664 0 +( -2682 954 24 ) ( -2678 954 24 ) ( -2680 954 152 ) common/trigger -36 -16 0.00 1 1 0 65664 0 +} +} +// entity 499 +{ +"setthread" "doorlocked" +"classname" "trigger_use" +// brush 0 +{ +( -3872 1532 24 ) ( -3872 1564 24 ) ( -4288 1564 24 ) common/trigger -50 6 0.00 1 1 0 65664 0 +( -4142 1482 170 ) ( -4142 1482 24 ) ( -4192 1532 24 ) common/trigger -28 -16 0.00 1 1 0 65664 0 +( -4186 1538 24 ) ( -4186 1538 170 ) ( -4192 1532 170 ) common/trigger -6 -16 0.00 1 1 0 65664 0 +( -4130 1484 170 ) ( -4130 1484 24 ) ( -4136 1478 24 ) common/trigger -6 -16 0.00 1 1 0 65664 0 +( -4184 1564 170 ) ( -4104 1548 170 ) ( -4184 1532 170 ) common/trigger -50 6 0.00 1 1 0 65664 0 +( -4136 1488 24 ) ( -4136 1488 170 ) ( -4186 1538 170 ) common/trigger -28 -16 0.00 1 1 0 65664 0 +} +} +// entity 500 +{ +"setthread" "doorlocked" +"classname" "trigger_use" +// brush 0 +{ +( -4658 2106 24 ) ( -4658 2138 24 ) ( -5074 2138 24 ) common/trigger -32 4 0.00 1 1 0 65664 0 +( -4928 2056 170 ) ( -4928 2056 24 ) ( -4978 2106 24 ) common/trigger -26 -16 0.00 1 1 0 65664 0 +( -4972 2112 24 ) ( -4972 2112 170 ) ( -4978 2106 170 ) common/trigger -4 -16 0.00 1 1 0 65664 0 +( -4914 2058 170 ) ( -4914 2058 24 ) ( -4920 2052 24 ) common/trigger -4 -16 0.00 1 1 0 65664 0 +( -4970 2138 170 ) ( -4890 2122 170 ) ( -4970 2106 170 ) common/trigger -32 4 0.00 1 1 0 65664 0 +( -4922 2062 24 ) ( -4922 2062 170 ) ( -4972 2112 170 ) common/trigger -26 -16 0.00 1 1 0 65664 0 +} +} +// entity 501 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 170.0 5.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1686" +"targetname" "t1685" +"origin" "6011.20 3107.20 1011.20" +"classname" "info_splinepath" +} +// entity 502 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 170.0 350.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1687" +"targetname" "t1686" +"origin" "5147.20 3347.20 1011.20" +"classname" "info_splinepath" +} +// entity 503 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 185.0 345.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1688" +"targetname" "t1687" +"origin" "3971.20 3403.20 1011.20" +"classname" "info_splinepath" +} +// entity 504 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 200.0 340.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1689" +"targetname" "t1688" +"origin" "2571.20 3203.20 1011.20" +"classname" "info_splinepath" +} +// entity 505 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 200.0 350.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1690" +"targetname" "t1689" +"origin" "1283.20 2595.20 1011.20" +"classname" "info_splinepath" +} +// entity 506 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 200.0 0.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1691" +"targetname" "t1690" +"origin" "203.20 2163.20 1011.20" +"classname" "info_splinepath" +} +// entity 507 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 190.0 10.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1692" +"targetname" "t1691" +"origin" "-1132.80 1675.20 1011.20" +"classname" "info_splinepath" +} +// entity 508 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 180 15.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1693" +"targetname" "t1692" +"origin" "-2388.80 1515.20 1011.20" +"classname" "info_splinepath" +} +// entity 509 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 170 20.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1694" +"targetname" "t1693" +"origin" "-4084.80 1571.20 1011.20" +"classname" "info_splinepath" +} +// entity 510 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 160 25.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1695" +"targetname" "t1694" +"origin" "-5516.80 1963.20 1011.20" +"classname" "info_splinepath" +} +// entity 511 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 150 25.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"targetname" "t1695" +"origin" "-6428.80 2539.20 1011.20" +"classname" "info_splinepath" +} +// entity 512 +{ +"speed" "2" +"scale" "0.7" +"testanim" "idle" +"angles" "0.0 180.0 0.0" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"$targetname" "plane_path2" +"target" "t1696" +"origin" "6627.20 2317.20 1011.20" +"classname" "info_splinepath" +} +// entity 513 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 180.0 0.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1697" +"targetname" "t1696" +"origin" "6187.20 2315.20 1011.20" +"classname" "info_splinepath" +} +// entity 514 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 180.0 0.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1698" +"targetname" "t1697" +"origin" "5323.20 2315.20 1011.20" +"classname" "info_splinepath" +} +// entity 515 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 175.0 10.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1699" +"targetname" "t1698" +"origin" "4115.20 2323.20 1011.20" +"classname" "info_splinepath" +} +// entity 516 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 170.0 15.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1700" +"targetname" "t1699" +"origin" "2715.20 2523.20 1011.20" +"classname" "info_splinepath" +} +// entity 517 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 165.0 5.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1701" +"targetname" "t1700" +"origin" "1555.20 2851.20 1011.20" +"classname" "info_splinepath" +} +// entity 518 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 168.0 350.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1702" +"targetname" "t1701" +"origin" "395.20 3219.20 1011.20" +"classname" "info_splinepath" +} +// entity 519 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 168.0 350.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1703" +"targetname" "t1702" +"origin" "-1028.80 3659.20 1011.20" +"classname" "info_splinepath" +} +// entity 520 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 180.0 345.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1704" +"targetname" "t1703" +"origin" "-2396.80 3979.20 1011.20" +"classname" "info_splinepath" +} +// entity 521 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 190.0 330.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1705" +"targetname" "t1704" +"origin" "-3940.80 3939.20 1011.20" +"classname" "info_splinepath" +} +// entity 522 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 205.0 325.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1706" +"targetname" "t1705" +"origin" "-5292.80 3555.20 1011.20" +"classname" "info_splinepath" +} +// entity 523 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 215.0 325.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"targetname" "t1706" +"origin" "-6332.80 2939.20 1011.20" +"classname" "info_splinepath" +} +// entity 524 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 140.0 30.0" +"$mdl" "vehicles/yak_7b.tik" +"testanim" "idle" +"model" "vehicles/yak_7b.tik" +"$targetname" "plane_path3" +"target" "t1707" +"origin" "5481.20 -1224.80 1011.20" +"classname" "info_splinepath" +} +// entity 525 +{ +"speed" "2" +"scale" "0.7" +"testanim" "idle" +"angles" "0.0 160.0 0.0" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1708" +"targetname" "t1707" +"origin" "5063.20 -1114.80 1011.20" +"classname" "info_splinepath" +} +// entity 526 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 150.0 0.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1709" +"targetname" "t1708" +"origin" "4282.20 -730.80 1011.20" +"classname" "info_splinepath" +} +// entity 527 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 140.0 30.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1710" +"targetname" "t1709" +"origin" "3232.20 -132.80 1011.20" +"classname" "info_splinepath" +} +// entity 528 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 155.0 10.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1711" +"targetname" "t1710" +"origin" "2216.20 753.20 1011.20" +"classname" "info_splinepath" +} +// entity 529 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 170.0 350.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1712" +"targetname" "t1711" +"origin" "1543.20 1009.20 1011.20" +"classname" "info_splinepath" +} +// entity 530 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 170.0 5.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1713" +"targetname" "t1712" +"origin" "-428.80 1087.20 1011.20" +"classname" "info_splinepath" +} +// entity 531 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 165.0 15.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1714" +"targetname" "t1713" +"origin" "-1890.80 1282.20 1011.20" +"classname" "info_splinepath" +} +// entity 532 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 155.0 15.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1715" +"targetname" "t1714" +"origin" "-3234.80 1688.20 1011.20" +"classname" "info_splinepath" +} +// entity 533 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 148.0 10.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1716" +"targetname" "t1715" +"origin" "-4552.80 2495.20 1011.20" +"classname" "info_splinepath" +} +// entity 534 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 148.0 0.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1717" +"targetname" "t1716" +"origin" "-5706.80 3216.20 1011.20" +"classname" "info_splinepath" +} +// entity 535 +{ +"testanim" "idle" +"speed" "2" +"scale" "0.7" +"angles" "0.0 148.0 0.0" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"targetname" "t1717" +"origin" "-6779.80 3949.20 1011.20" +"classname" "info_splinepath" +} +// entity 536 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 165.0 10.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"$targetname" "plane_path4" +"target" "t1718" +"origin" "5746.20 -1020.80 1011.20" +"classname" "info_splinepath" +} +// entity 537 +{ +"speed" "2" +"scale" "0.7" +"testanim" "idle" +"angles" "0.0 165.0 10.0" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1719" +"targetname" "t1718" +"origin" "5096.20 -834.80 1011.20" +"classname" "info_splinepath" +} +// entity 538 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 150.0 10.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1720" +"targetname" "t1719" +"origin" "4252.20 -530.80 1011.20" +"classname" "info_splinepath" +} +// entity 539 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 145.0 15.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1721" +"targetname" "t1720" +"origin" "3210.20 80.20 1011.20" +"classname" "info_splinepath" +} +// entity 540 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 140.0 20.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1722" +"targetname" "t1721" +"origin" "2097.20 953.20 1011.20" +"classname" "info_splinepath" +} +// entity 541 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 135.0 10.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1723" +"targetname" "t1722" +"origin" "1257.20 1817.20 1011.20" +"classname" "info_splinepath" +} +// entity 542 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 135.0 0.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1724" +"targetname" "t1723" +"origin" "436.20 2716.20 1011.20" +"classname" "info_splinepath" +} +// entity 543 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 140.0 340.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1725" +"targetname" "t1724" +"origin" "-576.80 3809.20 1011.20" +"classname" "info_splinepath" +} +// entity 544 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 150.0 325.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1726" +"targetname" "t1725" +"origin" "-1601.80 4770.20 1011.20" +"classname" "info_splinepath" +} +// entity 545 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 165.0 315.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1727" +"targetname" "t1726" +"origin" "-2958.80 5507.20 1011.20" +"classname" "info_splinepath" +} +// entity 546 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 180.0 315.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"target" "t1728" +"targetname" "t1727" +"origin" "-4337.80 5675.20 1011.20" +"classname" "info_splinepath" +} +// entity 547 +{ +"speed" "2" +"scale" "0.7" +"angles" "0.0 180.0 310.0" +"testanim" "idle" +"$mdl" "vehicles/yak_7b.tik" +"model" "vehicles/yak_7b.tik" +"targetname" "t1728" +"origin" "-5882.80 5661.20 1011.20" +"classname" "info_splinepath" +} +// entity 548 +{ +"$targetname" "artillerystrike_switch" +"classname" "script_object" +// brush 0 +{ +( -4402 1636 298 ) ( -4403 1636 300 ) ( -4402 1644 299 ) general_industrial/jh_pipe2wet -6 -121 -90.00 0.100006 -0.100586 0 32768 0 +( -4405 1636 299.000824 ) ( -4403 1636 297 ) ( -4403.999512 1644 297 ) general_industrial/jh_pipe2wet 34 -69 -90.42 0.100589 -0.099377 0 32768 0 +( -4403 1644 297 ) ( -4404 1644 297 ) ( -4403 1636 297 ) general_industrial/jh_pipe2wet 20 -113 -180.00 0.100342 0.100586 0 32768 0 +( -4402 1644 300 ) ( -4402 1636 300 ) ( -4403 1636 300 ) general_industrial/jh_pipe2wet 20 -113 -180.00 0.100342 0.100586 0 32768 0 +( -4402 1644 300 ) ( -4403 1644 300 ) ( -4403 1644 298 ) general_industrial/jh_pipeend1 12 -27 -180.00 0.200928 -0.200012 0 32768 0 +( -4405 1644 300 ) ( -4405 1636 300 ) ( -4405 1636 298 ) general_industrial/jh_pipe2wet -7 -119 -90.00 0.100006 -0.100586 0 32768 0 +( -4403 1636 300 ) ( -4402 1636 300 ) ( -4402 1636 298 ) general_industrial/jh_pipeend1 37 -27 -180.00 0.200928 -0.200012 0 32768 0 +( -4402 1644 298 ) ( -4402 1636 298 ) ( -4402 1636 300 ) general_industrial/jh_pipe2wet -6 -121 -90.00 0.100006 -0.100586 0 32768 0 +( -4403 1636 300 ) ( -4402.999023 1644 300 ) ( -4402 1644 299.000824 ) general_industrial/jh_pipe2wet -51 -72 -89.86 0.099610 -0.100588 0 32768 0 +( -4404 1644 300 ) ( -4404 1636 300 ) ( -4405 1644 299 ) general_industrial/jh_pipe2wet -16 -89 90.14 0.100586 0.100586 0 32768 0 +( -4405 1644 298 ) ( -4404 1636 298 ) ( -4404 1644 297 ) general_industrial/jh_pipe2wet 56 -58 -90.42 0.100589 -0.099377 0 32768 0 +( -4402 1644 298 ) ( -4403 1644 297 ) ( -4403 1636 297 ) general_industrial/jh_pipe2wet -99 -30 89.72 0.099611 0.100096 0 32768 0 +} +// brush 1 +{ +( -4405 1638 300 ) ( -4403 1638 300 ) ( -4403 1654 300 ) common/caulk -4 -39 90.01 0.999023 1.000244 0 65696 0 +( -4405 1638 310 ) ( -4405 1622 310 ) ( -4407 1622 310 ) common/caulk -4 -39 90.01 0.999023 1.000244 0 65696 0 +( -4403 1638 350 ) ( -4405 1638 350 ) ( -4405 1638 286 ) general_industrial/jh_pipe2wet 98 -69 -180.00 0.100342 -0.100006 0 32768 0 +( -4404 1638 342 ) ( -4404 1622 342 ) ( -4404 1622 278 ) general_industrial/jh_pipe2wet 97 -69 -180.00 0.100586 -0.100006 0 32768 0 +( -4405 1637 350 ) ( -4403 1637 350 ) ( -4403 1637 286 ) general_industrial/jh_pipe2wet 11 -69 -180.00 0.099121 -0.100006 0 32768 0 +( -4403 1622 368 ) ( -4403 1638 368 ) ( -4403 1638 304 ) general_industrial/jh_pipe2wet 57 -69 -180.00 0.100586 -0.100006 0 32768 0 +} +// brush 2 +{ +( -4405 1632 306 ) ( -4403 1632 306 ) ( -4403 1648 306 ) general_industrial/jh_pipe2wet 92 -17 -180.00 0.100586 0.099609 0 32768 0 +( -4403 1642 348 ) ( -4405 1642 348 ) ( -4405 1642 284 ) common/caulk 3 7 -90.00 1 1 0 65696 0 +( -4405 1638 348 ) ( -4403 1638 348 ) ( -4403 1638 284 ) common/caulk 3 -57 -90.00 1 -1.001221 0 65696 0 +( -4401 1648 307 ) ( -4402 1632 307 ) ( -4404 1648 307 ) general_industrial/jh_pipe2wet 92 -17 -180.00 0.100586 0.099609 0 32768 0 +( -4404 1648 308 ) ( -4404 1632 307 ) ( -4404 1648 306 ) general_industrial/jh_pipe2wet 113 -69 -180.00 0.100586 -0.100006 0 32768 0 +( -4403 1629 307 ) ( -4403 1645 308 ) ( -4403 1645 305 ) general_industrial/jh_pipe2wet 101 -69 -180.00 0.099609 -0.100006 0 32768 0 +} +// brush 3 +{ +( -4405 1644 300 ) ( -4403 1644 300 ) ( -4403 1660 300 ) common/caulk -4 -39 90.01 0.999023 1.000244 0 65696 0 +( -4405 1644 310 ) ( -4405 1628 310 ) ( -4407 1628 310 ) common/caulk -4 -39 90.01 0.999023 1.000244 0 65696 0 +( -4403 1643 350 ) ( -4405 1643 350 ) ( -4405 1643 286 ) general_industrial/jh_pipe2wet 84 -70 -180.00 0.099121 -0.099976 0 32768 0 +( -4404 1643 343 ) ( -4404 1627 343 ) ( -4404 1627 279 ) general_industrial/jh_pipe2wet 118 -69 -180.00 0.100586 -0.100006 0 32768 0 +( -4404 1642 350 ) ( -4402 1642 350 ) ( -4402 1642 286 ) general_industrial/jh_pipe2wet 4 -70 -180.00 0.099609 -0.099976 0 32768 0 +( -4403 1628 368 ) ( -4403 1644 368 ) ( -4403 1644 304 ) general_industrial/jh_pipe2wet 21 -69 -180.00 0.100586 -0.100006 0 32768 0 +} +// brush 4 +{ +( -4405 1632 310 ) ( -4403 1632 310 ) ( -4403 1648 310 ) general_industrial/jh_pipe2wet 92 -17 -180.00 0.100586 0.099609 0 32768 0 +( -4403 1645 352 ) ( -4405 1645 352 ) ( -4405 1645 288 ) general_industrial/jh_pipeend1 25 -10 -180.00 0.049805 -0.050018 0 32768 0 +( -4405 1635 352 ) ( -4403 1635 352 ) ( -4403 1635 288 ) general_industrial/jh_pipeend1 22 -10 -180.00 0.050781 -0.050018 0 32768 0 +( -4401 1648 311 ) ( -4402 1632 311 ) ( -4404 1648 311 ) general_industrial/jh_pipe2wet 92 -17 -180.00 0.100586 0.099609 0 32768 0 +( -4404 1648 312 ) ( -4404 1632 311 ) ( -4404 1648 310 ) general_industrial/jh_pipe2wet 113 -69 -180.00 0.100586 -0.100006 0 32768 0 +( -4403 1629 311 ) ( -4403 1645 312 ) ( -4403 1645 309 ) general_industrial/jh_pipe2wet 101 -69 -180.00 0.099609 -0.100006 0 32768 0 +} +} +// entity 549 +{ +"targetname" "t879" +"setthread" "artillerystrike" +"classname" "trigger_use" +// brush 0 +{ +( -4429 1633 284 ) ( -4397 1633 284 ) ( -4397 1649 284 ) common/trigger 28 0 -180.00 0.998779 1 0 65664 0 +( -4410 1649 313 ) ( -4410 1633 313 ) ( -4442 1633 313 ) common/trigger 28 0 -180.00 0.998779 1 0 65664 0 +( -4406 1649 312 ) ( -4438 1649 312 ) ( -4438 1649 296 ) common/trigger 44 -22 -180.00 1 -1 0 65664 0 +( -4411 1649 280 ) ( -4411 1633 280 ) ( -4411 1633 264 ) common/trigger 48 -22 -180.00 1.000977 -1 0 65664 0 +( -4440 1631 312 ) ( -4408 1631 312 ) ( -4408 1631 296 ) common/trigger 19 -22 -180.00 0.997559 -1 0 65664 0 +( -4402 1633 344 ) ( -4402 1649 344 ) ( -4402 1649 328 ) common/trigger 5 -22 -180.00 1 -1 0 65664 0 +} +} +// entity 550 +{ +"angle" "-1" +"$targetname" "artillerystrike_origin" +"origin" "-4403 1640 299" +"classname" "script_origin" +} +// entity 551 +{ +"$targetname" "airstrike_switch" +"classname" "script_object" +// brush 0 +{ +( 2645.158691 1576.574707 281 ) ( 2646.158203 1576.575195 281 ) ( 2646.158203 1584.575195 281 ) general_industrial/jh_pipe2wet 86 -126 -179.58 0.100589 0.099612 0 32768 0 +( 2646.158203 1584.575195 284 ) ( 2646.158203 1576.575195 284 ) ( 2645.158691 1576.574707 284 ) general_industrial/jh_pipe2wet 86 -126 -179.58 0.100589 0.099612 0 32768 0 +( 2646.158203 1584.575195 284 ) ( 2645.158691 1584.575195 284 ) ( 2645.158691 1584.575195 282 ) general_industrial/jh_pipeend1 12 -45 -180.00 0.199707 -0.199982 0 32768 0 +( 2643.158447 1584.575195 284 ) ( 2643.158691 1576.575195 284 ) ( 2643.158691 1576.575195 282 ) general_industrial/jh_pipe2wet -41 -107 -90.00 0.099976 -0.100830 0 32768 0 +( 2645.158691 1576.574707 284 ) ( 2646.158203 1576.575195 284 ) ( 2646.158203 1576.575195 282 ) general_industrial/jh_pipeend1 10 -45 -180.00 0.199219 -0.199982 0 32768 0 +( 2646.158203 1576.575195 284 ) ( 2646.158203 1584.575195 284 ) ( 2646.158203 1584.575195 282 ) general_industrial/jh_pipe2wet -39 -10 -90.00 0.100006 -0.099609 0 32768 0 +( 2645.658447 1576.574707 283.500000 ) ( 2645.158691 1584.575195 284 ) ( 2646.158203 1584.575195 283 ) general_industrial/jh_pipe2wet 31 -19 90.14 0.099854 0.099854 0 32768 0 +( 2644.158203 1584.575195 284 ) ( 2643.658447 1576.575195 283.500000 ) ( 2643.158447 1584.575195 283 ) general_industrial/jh_pipe2wet 116 -43 -90.42 0.100344 -0.099610 0 32768 0 +( 2643.158447 1584.575195 282 ) ( 2643.658447 1576.575195 281.500000 ) ( 2644.158203 1584.575195 281 ) general_industrial/jh_pipe2wet 62 -83 90.42 0.100589 0.099612 0 32768 0 +( 2645.158691 1584.575195 281 ) ( 2645.658447 1576.574707 281.500000 ) ( 2646.158203 1584.575195 282 ) general_industrial/jh_pipe2wet 42 -55 -90.14 0.099854 -0.099854 0 32768 0 +} +// brush 1 +{ +( 2643.158203 1578.575195 284 ) ( 2645.158691 1578.575195 284 ) ( 2645.158691 1594.575195 284 ) common/caulk -14 -49 89.99 1 1 0 65696 0 +( 2643.158203 1578.575195 294 ) ( 2643.158447 1562.575195 294 ) ( 2641.158447 1562.575195 294 ) common/caulk -14 -49 89.99 1 1 0 65696 0 +( 2645.158691 1578.575195 334 ) ( 2643.158203 1578.575195 334 ) ( 2643.158203 1578.575195 270 ) general_industrial/jh_pipe2wet 51 -102 -180.00 0.099365 -0.100006 0 32768 0 +( 2644.158691 1578.575195 326 ) ( 2644.158447 1562.575195 326 ) ( 2644.158447 1562.575195 262 ) general_industrial/jh_pipe2wet 81 -101 -180.00 0.100342 -0.100006 0 32768 0 +( 2643.158447 1577.575195 334 ) ( 2645.158447 1577.575195 334 ) ( 2645.158447 1577.575195 270 ) general_industrial/jh_pipe2wet 56 -102 -180.00 0.099365 -0.100006 0 32768 0 +( 2645.158691 1562.575195 352 ) ( 2645.158691 1578.575195 352 ) ( 2645.158691 1578.575195 288 ) general_industrial/jh_pipe2wet 22 -101 -180.00 0.099121 -0.100006 0 32768 0 +} +// brush 2 +{ +( 2643.158691 1572.575195 290 ) ( 2645.158691 1572.575195 290 ) ( 2645.158691 1588.575195 290 ) general_industrial/jh_pipe2wet 34 -106 -180.00 0.100098 0.100098 0 32768 0 +( 2645.158203 1582.575195 332 ) ( 2643.158691 1582.575195 332 ) ( 2643.158691 1582.575195 268 ) common/caulk -10 -51 -90.00 1 -1.000122 0 65696 0 +( 2643.158203 1578.575195 332 ) ( 2645.158691 1578.575195 332 ) ( 2645.158691 1578.575195 268 ) common/caulk -10 -48 -90.00 1 -0.999268 0 65696 0 +( 2647.158447 1588.575195 291 ) ( 2645.658203 1572.575195 291 ) ( 2644.158936 1588.575195 291 ) general_industrial/jh_pipe2wet 34 -106 -180.00 0.100098 0.100098 0 32768 0 +( 2644.158936 1588.575195 292 ) ( 2644.158691 1572.575195 291 ) ( 2644.158936 1588.575195 290 ) general_industrial/jh_pipe2wet 27 -101 -180.00 0.099365 -0.100006 0 32768 0 +( 2645.158691 1569.575195 290.500000 ) ( 2645.158691 1585.575195 292 ) ( 2645.158691 1585.575195 289 ) general_industrial/jh_pipe2wet 16 -102 -180.00 0.100342 -0.100006 0 32768 0 +} +// brush 3 +{ +( 2643.158447 1584.575195 284 ) ( 2645.158691 1584.575195 284 ) ( 2645.158691 1600.575195 284 ) common/caulk -14 -49 89.99 1 1 0 65696 0 +( 2643.158447 1584.575195 294 ) ( 2643.158936 1568.574707 294 ) ( 2641.158203 1568.575195 294 ) common/caulk -14 -49 89.99 1 1 0 65696 0 +( 2645.158691 1583.575195 334 ) ( 2643.158691 1583.575195 334 ) ( 2643.158691 1583.575195 270 ) general_industrial/jh_pipe2wet 61 -102 -180.00 0.099854 -0.100006 0 32768 0 +( 2644.158203 1583.575195 327 ) ( 2644.158203 1567.575195 327 ) ( 2644.158203 1567.575195 263 ) general_industrial/jh_pipe2wet 124 -102 -180.00 0.100830 -0.100006 0 32768 0 +( 2644.158203 1582.575195 334 ) ( 2646.158691 1582.575195 334 ) ( 2646.158691 1582.575195 270 ) general_industrial/jh_pipe2wet -59 -102 0.00 0.099365 0.100006 0 32768 0 +( 2645.158203 1568.575195 352 ) ( 2645.158691 1584.575195 352 ) ( 2645.158691 1584.575195 288 ) general_industrial/jh_pipe2wet 62 -102 -180.00 0.099365 -0.100006 0 32768 0 +} +// brush 4 +{ +( 2643.158691 1572.575195 294 ) ( 2645.158691 1572.575195 294 ) ( 2645.158691 1588.575195 294 ) general_industrial/jh_pipe2wet 34 -106 -180.00 0.100098 0.100098 0 32768 0 +( 2645.158691 1585.575195 336 ) ( 2643.158447 1585.575195 336 ) ( 2643.158447 1585.575195 272 ) general_industrial/jh_pipeend1 50 -12 -180.00 0.049194 -0.049988 0 32768 0 +( 2643.158691 1575.575195 336 ) ( 2645.158691 1575.574707 336 ) ( 2645.158691 1575.574707 272 ) general_industrial/jh_pipeend1 54 -12 -180.00 0.049561 -0.049988 0 32768 0 +( 2647.158447 1588.575195 295 ) ( 2645.658203 1572.575195 295 ) ( 2644.158936 1588.575195 295 ) general_industrial/jh_pipe2wet 34 -106 -180.00 0.100098 0.100098 0 32768 0 +( 2644.158936 1588.575195 296 ) ( 2644.158691 1572.575195 295 ) ( 2644.158936 1588.575195 294 ) general_industrial/jh_pipe2wet 27 -101 -180.00 0.099365 -0.100006 0 32768 0 +( 2645.158691 1569.575195 294.500000 ) ( 2645.158691 1585.575195 296 ) ( 2645.158691 1585.575195 293 ) general_industrial/jh_pipe2wet 16 -102 -180.00 0.100342 -0.100006 0 32768 0 +} +} +// entity 552 +{ +"targetname" "t1729" +"setthread" "airstrike" +"classname" "trigger_use" +// brush 0 +{ +( 2619.158691 1573.575195 268 ) ( 2651.158691 1573.574707 268 ) ( 2651.158447 1589.574707 268 ) common/trigger 50 -7 179.97 0.999512 0.999756 0 65664 0 +( 2638.158691 1589.575195 297 ) ( 2638.158691 1573.575195 297 ) ( 2606.158691 1573.575195 297 ) common/trigger 50 -7 179.97 0.999512 0.999756 0 65664 0 +( 2642.158447 1589.574707 296 ) ( 2610.158203 1589.575195 296 ) ( 2610.158203 1589.575195 280 ) common/trigger 51 -39 -180.00 1.000244 -1 0 65664 0 +( 2637.158203 1589.575195 264 ) ( 2637.158691 1573.575195 264 ) ( 2637.158691 1573.575195 248 ) common/trigger 7 -38 -180.00 0.998291 -1 0 65664 0 +( 2608.158691 1571.575195 296 ) ( 2640.158203 1571.575195 296 ) ( 2640.158203 1571.575195 280 ) common/trigger 50 -39 -180.00 1.000122 -1 0 65664 0 +( 2646.158691 1573.575195 328 ) ( 2646.159180 1589.575195 328 ) ( 2646.159180 1589.575195 312 ) common/trigger 5 -37 -180.00 1.000488 -1 0 65664 0 +} +} +// entity 553 +{ +"angle" "-1" +"$targetname" "airstrike_origin" +"origin" "2645 1581 283" +"classname" "script_origin" +} +// entity 554 +{ +"targetname" "gmc_bomb_trigger" +"classname" "trigger_use" +// brush 0 +{ +( 5670 2066 376 ) ( 5670 2066 346 ) ( 5658 2108 346 ) common/trigger -2 56 0.00 1 1 0 65664 0 +( 5674 2124 346 ) ( 5696 2130 346 ) ( 5696 2130 376 ) common/trigger -62 56 0.00 1 1 0 65664 0 +( 5720 2114 346 ) ( 5732 2072 346 ) ( 5732 2072 376 ) common/trigger -2 56 0.00 1 1 0 65664 0 +( 5694 2058 346 ) ( 5694 2058 376 ) ( 5716 2064 376 ) common/trigger -62 56 0.00 1 1 0 65664 0 +( 5716 2072 376 ) ( 5694 2064 376 ) ( 5682 2108 376 ) common/trigger -62 2 0.00 1 1 0 65664 0 +( 5694 2064 346 ) ( 5716 2072 346 ) ( 5704 2114 346 ) common/trigger -62 2 0.00 1 1 0 65664 0 +} +} +// entity 555 +{ +"$trigger_name" "gmc_bomb_trigger" +"$targetname" "gmc_bomb" +"$explosion_sound" "explode_aagun" +"$explosion_fx" "fx/fx_flak88_explosion.tik" +"testanim" "idle" +"model" "items//pulse_explosive.tik" +"angle" "105" +"origin" "5701.37 2078.63 346.00" +"classname" "script_model" +} +// entity 556 +{ +"targetname" "mg42_bomb_trigger" +"classname" "trigger_use" +// brush 0 +{ +( -6436 4680 18 ) ( -6468 4680 18 ) ( -6468 4664 18 ) common/trigger -40 16 0.00 1 1 0 65664 0 +( -6492 4664 44 ) ( -6492 4680 44 ) ( -6460 4680 44 ) common/trigger -40 16 0.00 1 1 0 65664 0 +( -6164 4738 92 ) ( -6164 4738 20 ) ( -6216 4738 20 ) common/trigger -40 -8 0.00 1 1 0 65664 0 +( -6194 4748 24 ) ( -6194 4748 96 ) ( -6194 4792 96 ) common/trigger -16 -8 0.00 1 1 0 65664 0 +( -6188 4798 20 ) ( -6188 4798 92 ) ( -6240 4798 92 ) common/trigger -40 -8 0.00 1 1 0 65664 0 +( -6254 4748 92 ) ( -6254 4748 20 ) ( -6254 4792 20 ) common/trigger -16 -8 0.00 1 1 0 65664 0 +} +} +// entity 557 +{ +"$trigger_name" "mg42_bomb_trigger" +"$targetname" "mg42_bomb" +"$explosion_sound" "explode_aagun" +"$explosion_fx" "fx/fx_flak88_explosion.tik" +"testanim" "idle" +"model" "items//pulse_explosive.tik" +"angle" "0" +"origin" "-6232.25 4764.22 24.00" +"classname" "script_model" +} +// entity 558 +{ +"targetname" "bridge_bomb_trigger" +"classname" "trigger_use" +// brush 0 +{ +( 3786 2672 24 ) ( 3786 2672 -8 ) ( 3786 2704 -8 ) common/trigger -34 -40 0.00 1 1 0 65664 0 +( 3812 2746 24 ) ( 3812 2746 -8 ) ( 3844 2746 -8 ) common/trigger -44 -40 0.00 1 1 0 65664 0 +( 3872 2706 24 ) ( 3872 2706 -8 ) ( 3872 2674 -8 ) common/trigger -34 -40 0.00 1 1 0 65664 0 +( 3816 2640 -8 ) ( 3816 2640 24 ) ( 3848 2640 24 ) common/trigger -44 -40 0.00 1 1 0 65664 0 +( 3842 2680 24 ) ( 3820 2672 24 ) ( 3808 2716 24 ) common/trigger -44 34 0.00 1 1 0 65664 0 +( 3818 2672 -58 ) ( 3840 2680 -58 ) ( 3828 2722 -58 ) common/trigger -44 34 0.00 1 1 0 65664 0 +} +} +// entity 559 +{ +"$trigger_name" "bridge_bomb_trigger" +"$targetname" "bridge_bomb" +"$explosion_sound" "explode_aagun" +"$explosion_fx" "fx/fx_flak88_explosion.tik" +"testanim" "idle" +"model" "items//pulse_explosive.tik" +"angle" "105" +"origin" "3831.37 2692.63 14.00" +"classname" "script_model" +} +// entity 560 +{ +"angle" "225" +"targetname" "archway_bomb_trigger" +"classname" "trigger_use" +// brush 0 +{ +( -4864 3352 144 ) ( -4864 3352 112 ) ( -4864 3384 112 ) common/trigger -10 -48 0.00 1 1 0 65664 0 +( -4872 3396 144 ) ( -4872 3396 112 ) ( -4840 3396 112 ) common/trigger -10 -48 0.00 1 1 0 65664 0 +( -4820 3396 144 ) ( -4820 3396 112 ) ( -4820 3364 112 ) common/trigger -10 -48 0.00 1 1 0 65664 0 +( -4860 3352 112 ) ( -4860 3352 144 ) ( -4828 3352 144 ) common/trigger -10 -48 0.00 1 1 0 65664 0 +( -4832 3360 144 ) ( -4854 3352 144 ) ( -4866 3396 144 ) common/trigger -10 10 0.00 1 1 0 65664 0 +( -4854 3352 102 ) ( -4832 3360 102 ) ( -4844 3402 102 ) common/trigger -10 10 0.00 1 1 0 65664 0 +} +} +// entity 561 +{ +"$trigger_name" "archway_bomb_trigger" +"$targetname" "archway_bomb" +"$explosion_sound" "explode_aagun" +"$explosion_fx" "fx/fx_flak88_explosion.tik" +"testanim" "idle" +"model" "items//pulse_explosive.tik" +"angle" "225" +"origin" "-4849.36 3366.61 122.00" +"classname" "script_model" +} +// entity 562 +{ +"damagetype" "slime" +"damage" "100" +"classname" "trigger_hurt" +// brush 0 +{ +( 4506 3423 -296 ) ( 3690 3423 -296 ) ( 3690 2711 -296 ) common/trigger -2 52 0.00 1 1 0 65664 0 +( 3858 2711 -232 ) ( 3858 3423 -232 ) ( 4674 3423 -232 ) common/trigger -2 52 0.00 1 1 0 65664 0 +( 4053 3372 -242 ) ( 4073 3372 -242 ) ( 4063 3372 -184 ) common/trigger -2 -48 0.00 1 1 0 65664 0 +( 3762 714 -242 ) ( 3690 714 -242 ) ( 3726 714 -184 ) common/trigger -2 -48 0.00 1 1 0 65664 0 +( 4592 3302 -242 ) ( 4592 3254 -242 ) ( 4592 3278 -184 ) common/trigger -52 -48 0.00 1 1 0 65664 0 +( 2818 3288 -280 ) ( 2818 3304 -280 ) ( 2818 3296 -184 ) common/trigger -52 -48 0.00 1 1 0 65664 0 +} +} +// entity 563 +{ +"origin" "5588 2544 84" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 564 +{ +"origin" "6596 2112 68" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 565 +{ +"origin" "6332 528 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 566 +{ +"origin" "5484 8 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 567 +{ +"origin" "4564 -600 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 568 +{ +"origin" "2228 2504 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 569 +{ +"origin" "1868 3048 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 570 +{ +"origin" "1980 3488 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 571 +{ +"origin" "740 2504 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 572 +{ +"origin" "2212 5552 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 573 +{ +"origin" "-4152 4430 44" +"angle" "225" +"classname" "info_player_deathmatch" +} +// entity 574 +{ +"origin" "-5835 3558 385" +"angle" "315" +"classname" "info_player_deathmatch" +} +// entity 575 +{ +"origin" "-1958 754 292" +"angle" "90" +"classname" "info_player_deathmatch" +} +// entity 576 +{ +"origin" "-956 2548 292" +"angle" "270" +"classname" "info_player_deathmatch" +} +// entity 577 +{ +"origin" "936 5472 104" +"angle" "180" +"classname" "info_player_deathmatch" +} +// entity 578 +{ +"origin" "2382 1558 60" +"angle" "135" +"classname" "info_player_deathmatch" +} +// entity 579 +{ +"origin" "5048 4070 60" +"angle" "135" +"classname" "info_player_deathmatch" +} +// entity 580 +{ +"origin" "5210 3696 282" +"angle" "270" +"classname" "info_player_deathmatch" +} +// entity 581 +{ +"origin" "5622 1348 352" +"angle" "180" +"classname" "info_player_deathmatch" +} +// entity 582 +{ +"origin" "6246 1144 56" +"angle" "225" +"classname" "info_player_deathmatch" +} +// entity 583 +{ +"origin" "2478 3696 -236" +"angle" "0" +"classname" "info_player_deathmatch" +} +// entity 584 +{ +"origin" "5776 5174 -484" +"angle" "180" +"classname" "info_player_deathmatch" +} +// entity 585 +{ +"origin" "4898 1804 -170" +"angle" "180" +"classname" "info_player_deathmatch" +} +// entity 586 +{ +"origin" "2610 1310 -134" +"angle" "180" +"classname" "info_player_deathmatch" +} +// entity 587 +{ +"origin" "-4054 3058 254" +"angle" "270" +"classname" "info_player_deathmatch" +} +// entity 588 +{ +"origin" "-6284 4520 36" +"angle" "270" +"classname" "info_player_deathmatch" +} +// entity 589 +{ +"angle" "180" +"origin" "6777 2829 923" +"$targetname" "plane1_spawnloc" +"classname" "info_pathnode" +} +// entity 590 +{ +"angle" "180" +"origin" "6829 2257 923" +"$targetname" "plane2_spawnloc" +"classname" "info_pathnode" +} +// entity 591 +{ +"angle" "180" +"origin" "5868 -1194 923" +"$targetname" "plane3_spawnloc" +"classname" "info_pathnode" +} +// entity 592 +{ +"angle" "180" +"origin" "6055 -994 923" +"$targetname" "plane4_spawnloc" +"classname" "info_pathnode" +} +// entity 593 +{ +"$targetname" "radarcontrol_switch" +"classname" "script_object" +// brush 0 +{ +( 17 5544 145 ) ( 16 5544 145 ) ( 16 5536 145 ) general_industrial/jh_pipe2wet -72 56 0.00 0.100000 0.100000 0 32768 0 +( 16 5536 148 ) ( 16 5544 148 ) ( 17 5544 148 ) general_industrial/jh_pipe2wet -72 56 0.00 0.100000 0.100000 0 32768 0 +( 16 5536 148 ) ( 17 5536 148 ) ( 17 5536 146 ) general_industrial/jh_pipeend1 -36 -22 0.00 0.200000 0.200000 0 32768 0 +( 19 5536 148 ) ( 19 5544 148 ) ( 19 5544 146 ) general_industrial/jh_pipe2wet 6 61 270.00 0.100000 0.100000 0 32768 0 +( 17 5544 148 ) ( 16 5544 148 ) ( 16 5544 146 ) general_industrial/jh_pipeend1 -36 -22 0.00 0.200000 0.200000 0 32768 0 +( 16 5544 148 ) ( 16 5536 148 ) ( 16 5536 146 ) general_industrial/jh_pipe2wet 6 61 270.00 0.100000 0.100000 0 32768 0 +( 16.500000 5544 147.500000 ) ( 17 5536 148 ) ( 16 5536 147 ) general_industrial/jh_pipe2wet -72 56 0.00 0.100000 0.100000 0 32768 0 +( 18 5536 148 ) ( 18.500000 5544 147.500000 ) ( 19 5536 147 ) general_industrial/jh_pipe2wet -72 56 0.00 0.100000 0.100000 0 32768 0 +( 19 5536 146 ) ( 18.500000 5544 145.500000 ) ( 18 5536 145 ) general_industrial/jh_pipe2wet -72 56 0.00 0.100000 0.100000 0 32768 0 +( 17 5536 145 ) ( 16.500000 5544 145.500000 ) ( 16 5536 146 ) general_industrial/jh_pipe2wet -72 56 0.00 0.100000 0.100000 0 32768 0 +} +// brush 1 +{ +( 19 5542 148 ) ( 17 5542 148 ) ( 17 5526 148 ) common/caulk 4 54 -90.00 1 1 0 65696 0 +( 19 5542 158 ) ( 19 5558 158 ) ( 21 5558 158 ) common/caulk 4 54 -90.00 1 1 0 65696 0 +( 17 5542 198 ) ( 19 5542 198 ) ( 19 5542 134 ) general_industrial/jh_pipe2wet -40 -56 0.00 0.100000 0.100000 0 32768 0 +( 18 5542 190 ) ( 18 5558 190 ) ( 18 5558 126 ) general_industrial/jh_pipe2wet -56 -56 0.00 0.100000 0.100000 0 32768 0 +( 19 5543 198 ) ( 17 5543 198 ) ( 17 5543 134 ) general_industrial/jh_pipe2wet -40 -56 0.00 0.100000 0.100000 0 32768 0 +( 17 5558 216 ) ( 17 5542 216 ) ( 17 5542 152 ) general_industrial/jh_pipe2wet -56 -56 0.00 0.100000 0.100000 0 32768 0 +} +// brush 2 +{ +( 19 5548 154 ) ( 17 5548 154 ) ( 17 5532 154 ) general_industrial/jh_pipe2wet -40 56 0.00 0.100000 0.100000 0 32768 0 +( 17 5538 196 ) ( 19 5538 196 ) ( 19 5538 132 ) common/caulk 43 55 -90.00 1 1 0 65696 0 +( 19 5542 196 ) ( 17 5542 196 ) ( 17 5542 132 ) common/caulk 43 55 -90.00 1 1 0 65696 0 +( 15 5532 155 ) ( 16.500000 5548 155 ) ( 18 5532 155 ) general_industrial/jh_pipe2wet -40 56 0.00 0.100000 0.100000 0 32768 0 +( 18 5532 156 ) ( 18 5548 155 ) ( 18 5532 154 ) general_industrial/jh_pipe2wet -56 -56 0.00 0.100000 0.100000 0 32768 0 +( 17 5551 154.500000 ) ( 17 5535 156 ) ( 17 5535 153 ) general_industrial/jh_pipe2wet -56 -56 0.00 0.100000 0.100000 0 32768 0 +} +// brush 3 +{ +( 19 5536 148 ) ( 17 5536 148 ) ( 17 5520 148 ) common/caulk 4 54 -90.00 1 1 0 65696 0 +( 19 5536 158 ) ( 19 5552 158 ) ( 21 5552 158 ) common/caulk 4 54 -90.00 1 1 0 65696 0 +( 17 5537 198 ) ( 19 5537 198 ) ( 19 5537 134 ) general_industrial/jh_pipe2wet -40 -56 0.00 0.100000 0.100000 0 32768 0 +( 18 5537 191 ) ( 18 5553 191 ) ( 18 5553 127 ) general_industrial/jh_pipe2wet -56 -56 0.00 0.100000 0.100000 0 32768 0 +( 18 5538 198 ) ( 16 5538 198 ) ( 16 5538 134 ) general_industrial/jh_pipe2wet -40 -56 0.00 0.100000 0.100000 0 32768 0 +( 17 5552 216 ) ( 17 5536 216 ) ( 17 5536 152 ) general_industrial/jh_pipe2wet -56 -56 0.00 0.100000 0.100000 0 32768 0 +} +// brush 4 +{ +( 19 5548 158 ) ( 17 5548 158 ) ( 17 5532 158 ) general_industrial/jh_pipe2wet -40 56 0.00 0.100000 0.100000 0 32768 0 +( 17 5535 200 ) ( 19 5535 200 ) ( 19 5535 136 ) general_industrial/jh_pipeend1 -17 -45 0.00 0.050000 0.050000 0 32768 0 +( 19 5545 200 ) ( 17 5545 200 ) ( 17 5545 136 ) general_industrial/jh_pipeend1 -17 -45 0.00 0.050000 0.050000 0 32768 0 +( 15 5532 159 ) ( 16.500000 5548 159 ) ( 18 5532 159 ) general_industrial/jh_pipe2wet -40 56 0.00 0.100000 0.100000 0 32768 0 +( 18 5532 160 ) ( 18 5548 159 ) ( 18 5532 158 ) general_industrial/jh_pipe2wet -56 -56 0.00 0.100000 0.100000 0 32768 0 +( 17 5551 158.500000 ) ( 17 5535 160 ) ( 17 5535 157 ) general_industrial/jh_pipe2wet -56 -56 0.00 0.100000 0.100000 0 32768 0 +} +} +// entity 594 +{ +"angle" "-1" +"$targetname" "radarcontrol_origin" +"origin" "17 5540 147" +"classname" "script_origin" +} +// entity 595 +{ +"targetname" "t1730" +"setthread" "radarcontrol" +"classname" "trigger_use" +// brush 0 +{ +( 43 5547 132 ) ( 11 5547 132 ) ( 11 5531 132 ) common/trigger -52 11 0.00 1 1 0 65664 0 +( 24 5531 161 ) ( 24 5547 161 ) ( 56 5547 161 ) common/trigger -52 11 0.00 1 1 0 65664 0 +( 20 5531 160 ) ( 52 5531 160 ) ( 52 5531 144 ) common/trigger -52 16 0.00 1 1 0 65664 0 +( 25 5531 128 ) ( 25 5547 128 ) ( 25 5547 112 ) common/trigger -11 16 0.00 1 1 0 65664 0 +( 54 5549 160 ) ( 22 5549 160 ) ( 22 5549 144 ) common/trigger -52 16 0.00 1 1 0 65664 0 +( 16 5547 192 ) ( 16 5531 192 ) ( 16 5531 176 ) common/trigger -11 16 0.00 1 1 0 65664 0 +} +} +// entity 596 +{ +"alwaysaway" "1" +"angle" "45" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -5093 4523 2 ) ( -5093 4491 2 ) ( -4677 4491 2 ) common/origin -45 39 0.00 1 1 16777216 2176 0 +( -4778 4516 2 ) ( -4778 4516 132 ) ( -4780 4514 132 ) common/origin -23 -24 0.00 1 1 16777216 2176 0 +( -4779 4511 2 ) ( -4779 4511 132 ) ( -4777 4513 132 ) common/origin -23 -24 0.00 1 1 16777216 2176 0 +( -4777 4514 2 ) ( -4777 4514 132 ) ( -4779 4516 132 ) common/origin -39 -24 0.00 1 1 16777216 2176 0 +( -4778 4511 132 ) ( -4778 4511 2 ) ( -4780 4513 2 ) common/origin -39 -24 0.00 1 1 16777216 2176 0 +( -4775 4491 132 ) ( -4855 4507 132 ) ( -4775 4523 132 ) common/origin -45 39 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -5071 4581 0 ) ( -5071 4549 0 ) ( -4655 4549 0 ) general_structure/cellardoor 11 223 0.00 -0.511723 0.255860 0 16384 0 +( -4775 4516 0 ) ( -4775 4516 136 ) ( -4832 4573 136 ) general_structure/cellardoor 36 0 0.00 -0.468747 0.531250 0 16384 0 +( -4780 4510 136 ) ( -4780 4510 0 ) ( -4837 4567 0 ) general_structure/cellardoor 24 0 0.00 -0.468747 0.531250 0 16384 0 +( -4776 4516 136 ) ( -4776 4516 0 ) ( -4781 4511 0 ) general_structure/cellardoor 21 0 0.00 -0.042970 0.531250 0 16384 0 +( -4840 4572 136 ) ( -4840 4572 0 ) ( -4835 4577 0 ) general_structure/cellardoor 9 0 0.00 -0.042970 0.531250 0 16384 0 +( -4753 4549 136 ) ( -4833 4565 136 ) ( -4753 4581 136 ) general_structure/cellardoor 11 223 0.00 -0.511723 0.255860 0 16384 0 +} +} +// entity 597 +{ +"spawnflags" "1" +"targetname" "AxisStartWin2" +"classname" "script_object" +// brush 0 +{ +( -5336 4884 428 ) ( -5336 4884 524 ) ( -5336 4876 524 ) common/caulk 44 14 -180.00 0.093750 -1.562500 0 65696 0 +( -5272 4882 428 ) ( -5272 4882 524 ) ( -5336 4882 524 ) general_structure/window4_broken 37 61 0.00 -0.625000 0.390625 8192 16384 0 +( -5256 4884 508 ) ( -5256 4884 412 ) ( -5256 4876 412 ) common/caulk 44 14 -180.00 0.093750 -1.562500 0 65696 0 +( -5272 4876 524 ) ( -5272 4876 428 ) ( -5336 4876 428 ) general_structure/window4_broken 37 61 0.00 -0.625000 0.390625 8192 16384 0 +( -5272 4884 524 ) ( -5272 4876 524 ) ( -5336 4876 524 ) common/caulk 17 43 -180.00 1.250000 -0.093750 0 65696 0 +( -5266 4876 424 ) ( -5266 4884 424 ) ( -5330 4884 424 ) common/caulk 17 43 -180.00 1.250000 -0.093750 0 65696 0 +} +} +// entity 598 +{ +"target" "AxisStartWin2" +"spawnflags" "1" +"classname" "func_window" +// brush 0 +{ +( -5336 4884 428 ) ( -5336 4884 524 ) ( -5336 4876 524 ) common/caulk 44 14 -180.00 0.093750 -1.562500 0 65696 0 +( -5272 4882 428 ) ( -5272 4882 524 ) ( -5336 4882 524 ) general_structure/window4_frame 37 61 0.00 -0.625000 0.390625 0 4194304 0 +( -5256 4884 508 ) ( -5256 4884 412 ) ( -5256 4876 412 ) common/caulk 44 14 -180.00 0.093750 -1.562500 0 65696 0 +( -5272 4876 524 ) ( -5272 4876 428 ) ( -5336 4876 428 ) general_structure/window4_frame 37 61 0.00 -0.625000 0.390625 0 4194304 0 +( -5272 4884 524 ) ( -5272 4876 524 ) ( -5336 4876 524 ) common/caulk 17 43 -180.00 1.250000 -0.093750 0 65696 0 +( -5266 4876 424 ) ( -5266 4884 424 ) ( -5330 4884 424 ) common/caulk 17 43 -180.00 1.250000 -0.093750 0 65696 0 +} +} +// entity 599 +{ +"targetname" "nw4" +"classname" "script_object" +// brush 0 +{ +( -2222 986 312 ) ( -2222 986 408 ) ( -2214 986 408 ) common/caulk -15 13 0.00 0.125000 1.500000 0 65696 0 +( -2222 1050 312 ) ( -2222 1050 408 ) ( -2222 986 408 ) general_structure/window4_broken 52 61 -180.00 0.500000 -0.375000 8192 16384 0 +( -2222 1050 408 ) ( -2222 1050 312 ) ( -2214 1050 312 ) common/caulk -15 13 0.00 0.125000 1.500000 0 65696 0 +( -2214 1050 408 ) ( -2214 1050 312 ) ( -2214 986 312 ) general_structure/window4_broken 52 61 -180.00 0.500000 -0.375000 8192 16384 0 +( -2222 1050 408 ) ( -2214 1050 408 ) ( -2214 986 408 ) common/caulk 25 -14 -90.00 1 -0.125000 0 65696 0 +( -2214 1050 312 ) ( -2222 1050 312 ) ( -2222 986 312 ) common/caulk 25 -14 -90.00 1 -0.125000 0 65696 0 +} +} +// entity 600 +{ +"target" "nw4" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -2222 986 312 ) ( -2222 986 408 ) ( -2214 986 408 ) common/caulk -15 13 0.00 0.125000 1.500000 0 65696 0 +( -2222 1050 312 ) ( -2222 1050 408 ) ( -2222 986 408 ) general_structure/window4_frame 52 61 -180.00 0.500000 -0.375000 0 4194304 0 +( -2222 1050 408 ) ( -2222 1050 312 ) ( -2214 1050 312 ) common/caulk -15 13 0.00 0.125000 1.500000 0 65696 0 +( -2214 1050 408 ) ( -2214 1050 312 ) ( -2214 986 312 ) general_structure/window4_frame 52 61 -180.00 0.500000 -0.375000 0 4194304 0 +( -2222 1050 408 ) ( -2214 1050 408 ) ( -2214 986 408 ) common/caulk 25 -14 -90.00 1 -0.125000 0 65696 0 +( -2214 1050 312 ) ( -2222 1050 312 ) ( -2222 986 312 ) common/caulk 25 -14 -90.00 1 -0.125000 0 65696 0 +} +} +// entity 601 +{ +"targetname" "t1731" +"classname" "script_object" +// brush 0 +{ +( 5516 1968 324 ) ( 5516 1968 420 ) ( 5524 1968 420 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5516 2034 324 ) ( 5516 2034 420 ) ( 5516 1970 420 ) general_structure/window725_broken 77 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5516 2048 420 ) ( 5516 2048 324 ) ( 5524 2048 324 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5524 2034 420 ) ( 5524 2034 324 ) ( 5524 1970 324 ) general_structure/window725_broken 77 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5516 2034 420 ) ( 5524 2034 420 ) ( 5524 1970 420 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +( 5524 2034 324 ) ( 5516 2034 324 ) ( 5516 1970 324 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 602 +{ +"target" "t1731" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5516 1968 324 ) ( 5516 1968 420 ) ( 5524 1968 420 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5516 2034 324 ) ( 5516 2034 420 ) ( 5516 1970 420 ) general_structure/window725_frame 77 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5516 2048 420 ) ( 5516 2048 324 ) ( 5524 2048 324 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5524 2034 420 ) ( 5524 2034 324 ) ( 5524 1970 324 ) general_structure/window725_frame 77 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5516 2034 420 ) ( 5524 2034 420 ) ( 5524 1970 420 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +( 5524 2034 324 ) ( 5516 2034 324 ) ( 5516 1970 324 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 603 +{ +"targetname" "t1733" +"classname" "script_object" +// brush 0 +{ +( 5452 1488 324 ) ( 5452 1488 420 ) ( 5460 1488 420 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5452 1554 324 ) ( 5452 1554 420 ) ( 5452 1490 420 ) general_structure/window725_broken 77 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1568 420 ) ( 5452 1568 324 ) ( 5460 1568 324 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5460 1554 420 ) ( 5460 1554 324 ) ( 5460 1490 324 ) general_structure/window725_broken 77 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1554 420 ) ( 5460 1554 420 ) ( 5460 1490 420 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +( 5460 1554 324 ) ( 5452 1554 324 ) ( 5452 1490 324 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 604 +{ +"target" "t1733" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5452 1488 324 ) ( 5452 1488 420 ) ( 5460 1488 420 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5452 1554 324 ) ( 5452 1554 420 ) ( 5452 1490 420 ) general_structure/window725_frame 77 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1568 420 ) ( 5452 1568 324 ) ( 5460 1568 324 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5460 1554 420 ) ( 5460 1554 324 ) ( 5460 1490 324 ) general_structure/window725_frame 77 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1554 420 ) ( 5460 1554 420 ) ( 5460 1490 420 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +( 5460 1554 324 ) ( 5452 1554 324 ) ( 5452 1490 324 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 605 +{ +"targetname" "t1735" +"classname" "script_object" +// brush 0 +{ +( 5452 1088 324 ) ( 5452 1088 420 ) ( 5460 1088 420 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5452 1154 324 ) ( 5452 1154 420 ) ( 5452 1090 420 ) general_structure/window725_broken 77 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1168 420 ) ( 5452 1168 324 ) ( 5460 1168 324 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5460 1154 420 ) ( 5460 1154 324 ) ( 5460 1090 324 ) general_structure/window725_broken 77 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1154 420 ) ( 5460 1154 420 ) ( 5460 1090 420 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +( 5460 1154 324 ) ( 5452 1154 324 ) ( 5452 1090 324 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 606 +{ +"target" "t1735" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5452 1088 324 ) ( 5452 1088 420 ) ( 5460 1088 420 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5452 1154 324 ) ( 5452 1154 420 ) ( 5452 1090 420 ) general_structure/window725_frame 77 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1168 420 ) ( 5452 1168 324 ) ( 5460 1168 324 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5460 1154 420 ) ( 5460 1154 324 ) ( 5460 1090 324 ) general_structure/window725_frame 77 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1154 420 ) ( 5460 1154 420 ) ( 5460 1090 420 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +( 5460 1154 324 ) ( 5452 1154 324 ) ( 5452 1090 324 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 607 +{ +"targetname" "t1736" +"classname" "script_object" +// brush 0 +{ +( 5452 1072 608 ) ( 5452 1072 704 ) ( 5460 1072 704 ) general_structure/window725_broken 64 85 0.00 -0.062500 0.375000 8192 16384 0 +( 5452 1138 608 ) ( 5452 1138 704 ) ( 5452 1074 704 ) general_structure/window725_broken 52 85 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1152 704 ) ( 5452 1152 608 ) ( 5460 1152 608 ) general_structure/window725_broken 64 85 0.00 -0.062500 0.375000 8192 16384 0 +( 5460 1138 704 ) ( 5460 1138 608 ) ( 5460 1074 608 ) general_structure/window725_broken 52 85 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1138 704 ) ( 5460 1138 704 ) ( 5460 1074 704 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +( 5460 1138 608 ) ( 5452 1138 608 ) ( 5452 1074 608 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 608 +{ +"target" "t1736" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5452 1072 608 ) ( 5452 1072 704 ) ( 5460 1072 704 ) general_structure/window725_frame 64 85 0.00 -0.062500 0.375000 0 4194304 0 +( 5452 1138 608 ) ( 5452 1138 704 ) ( 5452 1074 704 ) general_structure/window725_frame 52 85 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1152 704 ) ( 5452 1152 608 ) ( 5460 1152 608 ) general_structure/window725_frame 64 85 0.00 -0.062500 0.375000 0 4194304 0 +( 5460 1138 704 ) ( 5460 1138 608 ) ( 5460 1074 608 ) general_structure/window725_frame 52 85 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1138 704 ) ( 5460 1138 704 ) ( 5460 1074 704 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +( 5460 1138 608 ) ( 5452 1138 608 ) ( 5452 1074 608 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 609 +{ +"targetname" "t1738" +"classname" "script_object" +// brush 0 +{ +( 5940 1968 324 ) ( 5940 1968 420 ) ( 5948 1968 420 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5940 2034 324 ) ( 5940 2034 420 ) ( 5940 1970 420 ) general_structure/window725_broken 77 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5940 2048 420 ) ( 5940 2048 324 ) ( 5948 2048 324 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5948 2034 420 ) ( 5948 2034 324 ) ( 5948 1970 324 ) general_structure/window725_broken 77 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5940 2034 420 ) ( 5948 2034 420 ) ( 5948 1970 420 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +( 5948 2034 324 ) ( 5940 2034 324 ) ( 5940 1970 324 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 610 +{ +"target" "t1738" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5940 1968 324 ) ( 5940 1968 420 ) ( 5948 1968 420 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5940 2034 324 ) ( 5940 2034 420 ) ( 5940 1970 420 ) general_structure/window725_frame 77 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5940 2048 420 ) ( 5940 2048 324 ) ( 5948 2048 324 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5948 2034 420 ) ( 5948 2034 324 ) ( 5948 1970 324 ) general_structure/window725_frame 77 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5940 2034 420 ) ( 5948 2034 420 ) ( 5948 1970 420 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +( 5948 2034 324 ) ( 5940 2034 324 ) ( 5940 1970 324 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 611 +{ +"targetname" "t1739" +"classname" "script_object" +// brush 0 +{ +( 5940 1776 324 ) ( 5940 1776 420 ) ( 5948 1776 420 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5940 1802 324 ) ( 5940 1802 420 ) ( 5940 1738 420 ) general_structure/window725_broken 26 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5940 1856 420 ) ( 5940 1856 324 ) ( 5948 1856 324 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 5948 1842 420 ) ( 5948 1842 324 ) ( 5948 1778 324 ) general_structure/window725_broken 26 96 0.00 -0.625000 0.375000 8192 16384 0 +( 5940 1842 420 ) ( 5948 1842 420 ) ( 5948 1778 420 ) general_structure/window725_broken 64 52 0.00 -0.062500 0.312500 8192 16384 0 +( 5948 1842 324 ) ( 5940 1842 324 ) ( 5940 1778 324 ) general_structure/window725_broken 64 52 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 612 +{ +"target" "t1739" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5940 1776 324 ) ( 5940 1776 420 ) ( 5948 1776 420 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5940 1802 324 ) ( 5940 1802 420 ) ( 5940 1738 420 ) general_structure/window725_frame 26 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5940 1856 420 ) ( 5940 1856 324 ) ( 5948 1856 324 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 5948 1842 420 ) ( 5948 1842 324 ) ( 5948 1778 324 ) general_structure/window725_frame 26 96 0.00 -0.625000 0.375000 0 4194304 0 +( 5940 1842 420 ) ( 5948 1842 420 ) ( 5948 1778 420 ) general_structure/window725_frame 64 52 0.00 -0.062500 0.312500 0 4194304 0 +( 5948 1842 324 ) ( 5940 1842 324 ) ( 5940 1778 324 ) general_structure/window725_frame 64 52 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 613 +{ +"targetname" "t1740" +"classname" "script_object" +// brush 0 +{ +( 6004 1472 324 ) ( 6004 1472 420 ) ( 6012 1472 420 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 6004 1498 324 ) ( 6004 1498 420 ) ( 6004 1434 420 ) general_structure/window725_broken 52 96 0.00 -0.625000 0.375000 8192 16384 0 +( 6004 1552 420 ) ( 6004 1552 324 ) ( 6012 1552 324 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 6012 1538 420 ) ( 6012 1538 324 ) ( 6012 1474 324 ) general_structure/window725_broken 52 96 0.00 -0.625000 0.375000 8192 16384 0 +( 6004 1538 420 ) ( 6012 1538 420 ) ( 6012 1474 420 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +( 6012 1538 324 ) ( 6004 1538 324 ) ( 6004 1474 324 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 614 +{ +"target" "t1740" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 6004 1472 324 ) ( 6004 1472 420 ) ( 6012 1472 420 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 6004 1498 324 ) ( 6004 1498 420 ) ( 6004 1434 420 ) general_structure/window725_frame 52 96 0.00 -0.625000 0.375000 0 4194304 0 +( 6004 1552 420 ) ( 6004 1552 324 ) ( 6012 1552 324 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 6012 1538 420 ) ( 6012 1538 324 ) ( 6012 1474 324 ) general_structure/window725_frame 52 96 0.00 -0.625000 0.375000 0 4194304 0 +( 6004 1538 420 ) ( 6012 1538 420 ) ( 6012 1474 420 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +( 6012 1538 324 ) ( 6004 1538 324 ) ( 6004 1474 324 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 615 +{ +"targetname" "t1742" +"classname" "script_object" +// brush 0 +{ +( 6004 1072 324 ) ( 6004 1072 420 ) ( 6012 1072 420 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 6004 1026 324 ) ( 6004 1026 420 ) ( 6004 962 420 ) general_structure/window725_broken 52 96 0.00 -0.625000 0.375000 8192 16384 0 +( 6004 1152 420 ) ( 6004 1152 324 ) ( 6012 1152 324 ) general_structure/window725_broken 64 96 0.00 -0.062500 0.375000 8192 16384 0 +( 6012 1138 420 ) ( 6012 1138 324 ) ( 6012 1074 324 ) general_structure/window725_broken 52 96 0.00 -0.625000 0.375000 8192 16384 0 +( 6004 1138 420 ) ( 6012 1138 420 ) ( 6012 1074 420 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +( 6012 1138 324 ) ( 6004 1138 324 ) ( 6004 1074 324 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 616 +{ +"target" "t1742" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 6004 1072 324 ) ( 6004 1072 420 ) ( 6012 1072 420 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 6004 1026 324 ) ( 6004 1026 420 ) ( 6004 962 420 ) general_structure/window725_frame 52 96 0.00 -0.625000 0.375000 0 4194304 0 +( 6004 1152 420 ) ( 6004 1152 324 ) ( 6012 1152 324 ) general_structure/window725_frame 64 96 0.00 -0.062500 0.375000 0 4194304 0 +( 6012 1138 420 ) ( 6012 1138 324 ) ( 6012 1074 324 ) general_structure/window725_frame 52 96 0.00 -0.625000 0.375000 0 4194304 0 +( 6004 1138 420 ) ( 6012 1138 420 ) ( 6012 1074 420 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +( 6012 1138 324 ) ( 6004 1138 324 ) ( 6004 1074 324 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 617 +{ +"targetname" "t1753" +"classname" "script_object" +// brush 0 +{ +( 5516 1968 88 ) ( 5516 1968 184 ) ( 5524 1968 184 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5516 2042 88 ) ( 5516 2042 184 ) ( 5516 1978 184 ) general_structure/window725_broken 77 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5516 2048 184 ) ( 5516 2048 88 ) ( 5524 2048 88 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5524 2034 184 ) ( 5524 2034 88 ) ( 5524 1970 88 ) general_structure/window725_broken 77 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5516 2034 184 ) ( 5524 2034 184 ) ( 5524 1970 184 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +( 5524 2034 88 ) ( 5516 2034 88 ) ( 5516 1970 88 ) general_structure/window725_broken 64 154 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 618 +{ +"target" "t1753" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5516 1968 88 ) ( 5516 1968 184 ) ( 5524 1968 184 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5516 2042 88 ) ( 5516 2042 184 ) ( 5516 1978 184 ) general_structure/window725_frame 77 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5516 2048 184 ) ( 5516 2048 88 ) ( 5524 2048 88 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5524 2034 184 ) ( 5524 2034 88 ) ( 5524 1970 88 ) general_structure/window725_frame 77 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5516 2034 184 ) ( 5524 2034 184 ) ( 5524 1970 184 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +( 5524 2034 88 ) ( 5516 2034 88 ) ( 5516 1970 88 ) general_structure/window725_frame 64 154 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 619 +{ +"targetname" "t1754" +"classname" "script_object" +// brush 0 +{ +( 5516 1776 88 ) ( 5516 1776 184 ) ( 5524 1776 184 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5516 1850 88 ) ( 5516 1850 184 ) ( 5516 1786 184 ) general_structure/window725_broken 26 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5516 1856 184 ) ( 5516 1856 88 ) ( 5524 1856 88 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5524 1842 184 ) ( 5524 1842 88 ) ( 5524 1778 88 ) general_structure/window725_broken 26 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5516 1842 184 ) ( 5524 1842 184 ) ( 5524 1778 184 ) general_structure/window725_broken 64 52 0.00 -0.062500 0.312500 8192 16384 0 +( 5524 1842 88 ) ( 5516 1842 88 ) ( 5516 1778 88 ) general_structure/window725_broken 64 52 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 620 +{ +"target" "t1754" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5516 1776 88 ) ( 5516 1776 184 ) ( 5524 1776 184 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5516 1850 88 ) ( 5516 1850 184 ) ( 5516 1786 184 ) general_structure/window725_frame 26 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5516 1856 184 ) ( 5516 1856 88 ) ( 5524 1856 88 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5524 1842 184 ) ( 5524 1842 88 ) ( 5524 1778 88 ) general_structure/window725_frame 26 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5516 1842 184 ) ( 5524 1842 184 ) ( 5524 1778 184 ) general_structure/window725_frame 64 52 0.00 -0.062500 0.312500 0 4194304 0 +( 5524 1842 88 ) ( 5516 1842 88 ) ( 5516 1778 88 ) general_structure/window725_frame 64 52 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 621 +{ +"targetname" "t1755" +"classname" "script_object" +// brush 0 +{ +( 5452 1472 88 ) ( 5452 1472 184 ) ( 5460 1472 184 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5452 1546 88 ) ( 5452 1546 184 ) ( 5452 1482 184 ) general_structure/window725_broken 52 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1552 184 ) ( 5452 1552 88 ) ( 5460 1552 88 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5460 1538 184 ) ( 5460 1538 88 ) ( 5460 1474 88 ) general_structure/window725_broken 52 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1538 184 ) ( 5460 1538 184 ) ( 5460 1474 184 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +( 5460 1538 88 ) ( 5452 1538 88 ) ( 5452 1474 88 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 622 +{ +"target" "t1755" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5452 1472 88 ) ( 5452 1472 184 ) ( 5460 1472 184 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5452 1546 88 ) ( 5452 1546 184 ) ( 5452 1482 184 ) general_structure/window725_frame 52 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1552 184 ) ( 5452 1552 88 ) ( 5460 1552 88 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5460 1538 184 ) ( 5460 1538 88 ) ( 5460 1474 88 ) general_structure/window725_frame 52 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1538 184 ) ( 5460 1538 184 ) ( 5460 1474 184 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +( 5460 1538 88 ) ( 5452 1538 88 ) ( 5452 1474 88 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 623 +{ +"targetname" "t1757" +"classname" "script_object" +// brush 0 +{ +( 5452 1072 88 ) ( 5452 1072 184 ) ( 5460 1072 184 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5452 1146 88 ) ( 5452 1146 184 ) ( 5452 1082 184 ) general_structure/window725_broken 52 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1152 184 ) ( 5452 1152 88 ) ( 5460 1152 88 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5460 1138 184 ) ( 5460 1138 88 ) ( 5460 1074 88 ) general_structure/window725_broken 52 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5452 1138 184 ) ( 5460 1138 184 ) ( 5460 1074 184 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +( 5460 1138 88 ) ( 5452 1138 88 ) ( 5452 1074 88 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 624 +{ +"target" "t1757" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5452 1072 88 ) ( 5452 1072 184 ) ( 5460 1072 184 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5452 1146 88 ) ( 5452 1146 184 ) ( 5452 1082 184 ) general_structure/window725_frame 52 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1152 184 ) ( 5452 1152 88 ) ( 5460 1152 88 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5460 1138 184 ) ( 5460 1138 88 ) ( 5460 1074 88 ) general_structure/window725_frame 52 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5452 1138 184 ) ( 5460 1138 184 ) ( 5460 1074 184 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +( 5460 1138 88 ) ( 5452 1138 88 ) ( 5452 1074 88 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 625 +{ +"targetname" "t1759" +"classname" "script_object" +// brush 0 +{ +( 5940 1776 88 ) ( 5940 1776 184 ) ( 5948 1776 184 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5940 1850 88 ) ( 5940 1850 184 ) ( 5940 1786 184 ) general_structure/window725_broken 26 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5940 1856 184 ) ( 5940 1856 88 ) ( 5948 1856 88 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 5948 1842 184 ) ( 5948 1842 88 ) ( 5948 1778 88 ) general_structure/window725_broken 26 234 0.00 -0.625000 0.375000 8192 16384 0 +( 5940 1842 184 ) ( 5948 1842 184 ) ( 5948 1778 184 ) general_structure/window725_broken 64 52 0.00 -0.062500 0.312500 8192 16384 0 +( 5948 1842 88 ) ( 5940 1842 88 ) ( 5940 1778 88 ) general_structure/window725_broken 64 52 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 626 +{ +"target" "t1759" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5940 1776 88 ) ( 5940 1776 184 ) ( 5948 1776 184 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5940 1850 88 ) ( 5940 1850 184 ) ( 5940 1786 184 ) general_structure/window725_frame 26 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5940 1856 184 ) ( 5940 1856 88 ) ( 5948 1856 88 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 5948 1842 184 ) ( 5948 1842 88 ) ( 5948 1778 88 ) general_structure/window725_frame 26 234 0.00 -0.625000 0.375000 0 4194304 0 +( 5940 1842 184 ) ( 5948 1842 184 ) ( 5948 1778 184 ) general_structure/window725_frame 64 52 0.00 -0.062500 0.312500 0 4194304 0 +( 5948 1842 88 ) ( 5940 1842 88 ) ( 5940 1778 88 ) general_structure/window725_frame 64 52 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 627 +{ +"targetname" "t1760" +"classname" "script_object" +// brush 0 +{ +( 6004 1472 88 ) ( 6004 1472 184 ) ( 6012 1472 184 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 6004 1546 88 ) ( 6004 1546 184 ) ( 6004 1482 184 ) general_structure/window725_broken 52 234 0.00 -0.625000 0.375000 8192 16384 0 +( 6004 1552 184 ) ( 6004 1552 88 ) ( 6012 1552 88 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 6012 1538 184 ) ( 6012 1538 88 ) ( 6012 1474 88 ) general_structure/window725_broken 52 234 0.00 -0.625000 0.375000 8192 16384 0 +( 6004 1538 184 ) ( 6012 1538 184 ) ( 6012 1474 184 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +( 6012 1538 88 ) ( 6004 1538 88 ) ( 6004 1474 88 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 628 +{ +"target" "t1760" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 6004 1472 88 ) ( 6004 1472 184 ) ( 6012 1472 184 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 6004 1546 88 ) ( 6004 1546 184 ) ( 6004 1482 184 ) general_structure/window725_frame 52 234 0.00 -0.625000 0.375000 0 4194304 0 +( 6004 1552 184 ) ( 6004 1552 88 ) ( 6012 1552 88 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 6012 1538 184 ) ( 6012 1538 88 ) ( 6012 1474 88 ) general_structure/window725_frame 52 234 0.00 -0.625000 0.375000 0 4194304 0 +( 6004 1538 184 ) ( 6012 1538 184 ) ( 6012 1474 184 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +( 6012 1538 88 ) ( 6004 1538 88 ) ( 6004 1474 88 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 629 +{ +"targetname" "t1761" +"classname" "script_object" +// brush 0 +{ +( 6004 1072 88 ) ( 6004 1072 184 ) ( 6012 1072 184 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 6004 1146 88 ) ( 6004 1146 184 ) ( 6004 1082 184 ) general_structure/window725_broken 52 234 0.00 -0.625000 0.375000 8192 16384 0 +( 6004 1152 184 ) ( 6004 1152 88 ) ( 6012 1152 88 ) general_structure/window725_broken 64 234 0.00 -0.062500 0.375000 8192 16384 0 +( 6012 1138 184 ) ( 6012 1138 88 ) ( 6012 1074 88 ) general_structure/window725_broken 52 234 0.00 -0.625000 0.375000 8192 16384 0 +( 6004 1138 184 ) ( 6012 1138 184 ) ( 6012 1074 184 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +( 6012 1138 88 ) ( 6004 1138 88 ) ( 6004 1074 88 ) general_structure/window725_broken 64 103 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 630 +{ +"target" "t1761" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 6004 1072 88 ) ( 6004 1072 184 ) ( 6012 1072 184 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 6004 1146 88 ) ( 6004 1146 184 ) ( 6004 1082 184 ) general_structure/window725_frame 52 234 0.00 -0.625000 0.375000 0 4194304 0 +( 6004 1152 184 ) ( 6004 1152 88 ) ( 6012 1152 88 ) general_structure/window725_frame 64 234 0.00 -0.062500 0.375000 0 4194304 0 +( 6012 1138 184 ) ( 6012 1138 88 ) ( 6012 1074 88 ) general_structure/window725_frame 52 234 0.00 -0.625000 0.375000 0 4194304 0 +( 6004 1138 184 ) ( 6012 1138 184 ) ( 6012 1074 184 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +( 6012 1138 88 ) ( 6004 1138 88 ) ( 6004 1074 88 ) general_structure/window725_frame 64 103 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 631 +{ +"targetname" "t1762" +"classname" "script_object" +// brush 0 +{ +( 2636 3688 232 ) ( 2636 3688 328 ) ( 2644 3688 328 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 2636 3762 232 ) ( 2636 3762 328 ) ( 2636 3698 328 ) general_structure/window725_broken 13 106 0.00 -0.625000 0.375000 8192 16384 0 +( 2636 3768 328 ) ( 2636 3768 232 ) ( 2644 3768 232 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 2644 3754 328 ) ( 2644 3754 232 ) ( 2644 3690 232 ) general_structure/window725_broken 13 106 0.00 -0.625000 0.375000 8192 16384 0 +( 2636 3754 328 ) ( 2644 3754 328 ) ( 2644 3690 328 ) general_structure/window725_broken 64 26 0.00 -0.062500 0.312500 8192 16384 0 +( 2644 3754 232 ) ( 2636 3754 232 ) ( 2636 3690 232 ) general_structure/window725_broken 64 26 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 632 +{ +"target" "t1762" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2636 3688 232 ) ( 2636 3688 328 ) ( 2644 3688 328 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 2636 3762 232 ) ( 2636 3762 328 ) ( 2636 3698 328 ) general_structure/window725_frame 13 106 0.00 -0.625000 0.375000 0 4194304 0 +( 2636 3768 328 ) ( 2636 3768 232 ) ( 2644 3768 232 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 2644 3754 328 ) ( 2644 3754 232 ) ( 2644 3690 232 ) general_structure/window725_frame 13 106 0.00 -0.625000 0.375000 0 4194304 0 +( 2636 3754 328 ) ( 2644 3754 328 ) ( 2644 3690 328 ) general_structure/window725_frame 64 26 0.00 -0.062500 0.312500 0 4194304 0 +( 2644 3754 232 ) ( 2636 3754 232 ) ( 2636 3690 232 ) general_structure/window725_frame 64 26 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 633 +{ +"targetname" "t1763" +"classname" "script_object" +// brush 0 +{ +( 2572 3992 232 ) ( 2572 3992 328 ) ( 2580 3992 328 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 2572 4066 232 ) ( 2572 4066 328 ) ( 2572 4002 328 ) general_structure/window725_broken 88 106 0.00 -0.640625 0.375000 8192 16384 0 +( 2572 4074 328 ) ( 2572 4074 232 ) ( 2580 4074 232 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 2580 4060 328 ) ( 2580 4060 232 ) ( 2580 3996 232 ) general_structure/window725_broken 88 106 0.00 -0.640625 0.375000 8192 16384 0 +( 2572 4058 328 ) ( 2580 4058 328 ) ( 2580 3994 328 ) general_structure/window725_broken 64 176 0.00 -0.062500 0.320313 8192 16384 0 +( 2580 4058 232 ) ( 2572 4058 232 ) ( 2572 3994 232 ) general_structure/window725_broken 64 176 0.00 -0.062500 0.320313 8192 16384 0 +} +} +// entity 634 +{ +"target" "t1763" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2572 3992 232 ) ( 2572 3992 328 ) ( 2580 3992 328 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 2572 4066 232 ) ( 2572 4066 328 ) ( 2572 4002 328 ) general_structure/window725_frame 116 106 0.00 -0.625000 0.375000 0 4194304 0 +( 2572 4072 328 ) ( 2572 4072 232 ) ( 2580 4072 232 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 2580 4058 328 ) ( 2580 4058 232 ) ( 2580 3994 232 ) general_structure/window725_frame 116 106 0.00 -0.625000 0.375000 0 4194304 0 +( 2572 4058 328 ) ( 2580 4058 328 ) ( 2580 3994 328 ) general_structure/window725_frame 64 231 0.00 -0.062500 0.312500 0 4194304 0 +( 2580 4058 232 ) ( 2572 4058 232 ) ( 2572 3994 232 ) general_structure/window725_frame 64 231 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 635 +{ +"targetname" "t1764" +"classname" "script_object" +// brush 0 +{ +( 2572 4392 232 ) ( 2572 4392 328 ) ( 2580 4392 328 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 2572 4570 232 ) ( 2572 4570 328 ) ( 2572 4506 328 ) general_structure/window725_broken 116 106 0.00 -0.625000 0.375000 8192 16384 0 +( 2572 4472 328 ) ( 2572 4472 232 ) ( 2580 4472 232 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 2580 4458 328 ) ( 2580 4458 232 ) ( 2580 4394 232 ) general_structure/window725_broken 116 106 0.00 -0.625000 0.375000 8192 16384 0 +( 2572 4458 328 ) ( 2580 4458 328 ) ( 2580 4394 328 ) general_structure/window725_broken 64 231 0.00 -0.062500 0.312500 8192 16384 0 +( 2580 4458 232 ) ( 2572 4458 232 ) ( 2572 4394 232 ) general_structure/window725_broken 64 231 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 636 +{ +"target" "t1764" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 2572 4392 232 ) ( 2572 4392 328 ) ( 2580 4392 328 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 2572 4570 232 ) ( 2572 4570 328 ) ( 2572 4506 328 ) general_structure/window725_frame 116 106 0.00 -0.625000 0.375000 0 4194304 0 +( 2572 4472 328 ) ( 2572 4472 232 ) ( 2580 4472 232 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 2580 4458 328 ) ( 2580 4458 232 ) ( 2580 4394 232 ) general_structure/window725_frame 116 106 0.00 -0.625000 0.375000 0 4194304 0 +( 2572 4458 328 ) ( 2580 4458 328 ) ( 2580 4394 328 ) general_structure/window725_frame 64 231 0.00 -0.062500 0.312500 0 4194304 0 +( 2580 4458 232 ) ( 2572 4458 232 ) ( 2572 4394 232 ) general_structure/window725_frame 64 231 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 637 +{ +"targetname" "t1765" +"classname" "script_object" +// brush 0 +{ +( 3124 4392 232 ) ( 3124 4392 328 ) ( 3132 4392 328 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 3124 4570 232 ) ( 3124 4570 328 ) ( 3124 4506 328 ) general_structure/window725_broken 116 106 0.00 -0.625000 0.375000 8192 16384 0 +( 3124 4472 328 ) ( 3124 4472 232 ) ( 3132 4472 232 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 3132 4458 328 ) ( 3132 4458 232 ) ( 3132 4394 232 ) general_structure/window725_broken 116 106 0.00 -0.625000 0.375000 8192 16384 0 +( 3124 4458 328 ) ( 3132 4458 328 ) ( 3132 4394 328 ) general_structure/window725_broken 64 231 0.00 -0.062500 0.312500 8192 16384 0 +( 3132 4458 232 ) ( 3124 4458 232 ) ( 3124 4394 232 ) general_structure/window725_broken 64 231 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 638 +{ +"target" "t1765" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 3124 4392 232 ) ( 3124 4392 328 ) ( 3132 4392 328 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 3124 4570 232 ) ( 3124 4570 328 ) ( 3124 4506 328 ) general_structure/window725_frame 116 106 0.00 -0.625000 0.375000 0 4194304 0 +( 3124 4472 328 ) ( 3124 4472 232 ) ( 3132 4472 232 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 3132 4458 328 ) ( 3132 4458 232 ) ( 3132 4394 232 ) general_structure/window725_frame 116 106 0.00 -0.625000 0.375000 0 4194304 0 +( 3124 4458 328 ) ( 3132 4458 328 ) ( 3132 4394 328 ) general_structure/window725_frame 64 231 0.00 -0.062500 0.312500 0 4194304 0 +( 3132 4458 232 ) ( 3124 4458 232 ) ( 3124 4394 232 ) general_structure/window725_frame 64 231 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 639 +{ +"targetname" "t1767" +"classname" "script_object" +// brush 0 +{ +( 3124 3992 232 ) ( 3124 3992 328 ) ( 3132 3992 328 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 3124 4170 232 ) ( 3124 4170 328 ) ( 3124 4106 328 ) general_structure/window725_broken 116 106 0.00 -0.625000 0.375000 8192 16384 0 +( 3124 4072 328 ) ( 3124 4072 232 ) ( 3132 4072 232 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 3132 4058 328 ) ( 3132 4058 232 ) ( 3132 3994 232 ) general_structure/window725_broken 116 106 0.00 -0.625000 0.375000 8192 16384 0 +( 3124 4058 328 ) ( 3132 4058 328 ) ( 3132 3994 328 ) general_structure/window725_broken 64 231 0.00 -0.062500 0.312500 8192 16384 0 +( 3132 4058 232 ) ( 3124 4058 232 ) ( 3124 3994 232 ) general_structure/window725_broken 64 231 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 640 +{ +"target" "t1767" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 3124 3992 232 ) ( 3124 3992 328 ) ( 3132 3992 328 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 3124 4170 232 ) ( 3124 4170 328 ) ( 3124 4106 328 ) general_structure/window725_frame 116 106 0.00 -0.625000 0.375000 0 4194304 0 +( 3124 4072 328 ) ( 3124 4072 232 ) ( 3132 4072 232 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 3132 4058 328 ) ( 3132 4058 232 ) ( 3132 3994 232 ) general_structure/window725_frame 116 106 0.00 -0.625000 0.375000 0 4194304 0 +( 3124 4058 328 ) ( 3132 4058 328 ) ( 3132 3994 328 ) general_structure/window725_frame 64 231 0.00 -0.062500 0.312500 0 4194304 0 +( 3132 4058 232 ) ( 3124 4058 232 ) ( 3124 3994 232 ) general_structure/window725_frame 64 231 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 641 +{ +"targetname" "t1768" +"classname" "script_object" +// brush 0 +{ +( 3060 3688 232 ) ( 3060 3688 328 ) ( 3068 3688 328 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 3060 3866 232 ) ( 3060 3866 328 ) ( 3060 3802 328 ) general_structure/window725_broken 13 106 0.00 -0.625000 0.375000 8192 16384 0 +( 3060 3768 328 ) ( 3060 3768 232 ) ( 3068 3768 232 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 3068 3754 328 ) ( 3068 3754 232 ) ( 3068 3690 232 ) general_structure/window725_broken 13 106 0.00 -0.625000 0.375000 8192 16384 0 +( 3060 3754 328 ) ( 3068 3754 328 ) ( 3068 3690 328 ) general_structure/window725_broken 64 26 0.00 -0.062500 0.312500 8192 16384 0 +( 3068 3754 232 ) ( 3060 3754 232 ) ( 3060 3690 232 ) general_structure/window725_broken 64 26 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 642 +{ +"target" "t1768" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 3060 3688 232 ) ( 3060 3688 328 ) ( 3068 3688 328 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 3060 3866 232 ) ( 3060 3866 328 ) ( 3060 3802 328 ) general_structure/window725_frame 13 106 0.00 -0.625000 0.375000 0 4194304 0 +( 3060 3768 328 ) ( 3060 3768 232 ) ( 3068 3768 232 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 3068 3754 328 ) ( 3068 3754 232 ) ( 3068 3690 232 ) general_structure/window725_frame 13 106 0.00 -0.625000 0.375000 0 4194304 0 +( 3060 3754 328 ) ( 3068 3754 328 ) ( 3068 3690 328 ) general_structure/window725_frame 64 26 0.00 -0.062500 0.312500 0 4194304 0 +( 3068 3754 232 ) ( 3060 3754 232 ) ( 3060 3690 232 ) general_structure/window725_frame 64 26 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 643 +{ +"targetname" "t1769" +"classname" "script_object" +// brush 0 +{ +( 3060 3496 232 ) ( 3060 3496 328 ) ( 3068 3496 328 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 3060 3674 232 ) ( 3060 3674 328 ) ( 3060 3610 328 ) general_structure/window725_broken 90 106 0.00 -0.625000 0.375000 8192 16384 0 +( 3060 3576 328 ) ( 3060 3576 232 ) ( 3068 3576 232 ) general_structure/window725_broken 64 106 0.00 -0.062500 0.375000 8192 16384 0 +( 3068 3562 328 ) ( 3068 3562 232 ) ( 3068 3498 232 ) general_structure/window725_broken 90 106 0.00 -0.625000 0.375000 8192 16384 0 +( 3060 3562 328 ) ( 3068 3562 328 ) ( 3068 3498 328 ) general_structure/window725_broken 64 180 0.00 -0.062500 0.312500 8192 16384 0 +( 3068 3562 232 ) ( 3060 3562 232 ) ( 3060 3498 232 ) general_structure/window725_broken 64 180 0.00 -0.062500 0.312500 8192 16384 0 +} +} +// entity 644 +{ +"target" "t1769" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 3060 3496 232 ) ( 3060 3496 328 ) ( 3068 3496 328 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 3060 3674 232 ) ( 3060 3674 328 ) ( 3060 3610 328 ) general_structure/window725_frame 90 106 0.00 -0.625000 0.375000 0 4194304 0 +( 3060 3576 328 ) ( 3060 3576 232 ) ( 3068 3576 232 ) general_structure/window725_frame 64 106 0.00 -0.062500 0.375000 0 4194304 0 +( 3068 3562 328 ) ( 3068 3562 232 ) ( 3068 3498 232 ) general_structure/window725_frame 90 106 0.00 -0.625000 0.375000 0 4194304 0 +( 3060 3562 328 ) ( 3068 3562 328 ) ( 3068 3498 328 ) general_structure/window725_frame 64 180 0.00 -0.062500 0.312500 0 4194304 0 +( 3068 3562 232 ) ( 3060 3562 232 ) ( 3060 3498 232 ) general_structure/window725_frame 64 180 0.00 -0.062500 0.312500 0 4194304 0 +} +} +// entity 645 +{ +"classname" "light" +"origin" "5162 4090 -32" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 646 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5162 4103 7" +"classname" "light" +} +// entity 647 +{ +"classname" "light" +"origin" "5175 4090 7" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 648 +{ +"_color" "1.0 0.9 0.8" +"light" "3" +"origin" "5162 4077 7" +"classname" "light" +} +// entity 649 +{ +"classname" "light" +"origin" "5149 4090 7" +"light" "3" +"_color" "1.0 0.9 0.8" +} +// entity 650 +{ +"$targetname" "explodersmashed" +"#set" "8" +"classname" "script_object" +// brush 0 +{ +( -4916.925293 3190.937988 -151.602615 ) ( -4801.688965 3126.213867 86.128204 ) ( -5434.951172 2968.416992 350.128052 ) ta_berlin/archway1_shot -235 -169 64.14 4.268780 2.677368 0 65536 0 +surfaceparm detail +( -4805.079102 3128.118164 79.135971 ) ( -4790.571289 2999.590332 37.111160 ) ( -5423.833008 2841.792236 301.111725 ) ta_berlin/archway1_shot -213 -42 96.46 4.181551 2.525492 0 65536 0 +surfaceparm detail +( -4783.256348 2999.590332 24.674648 ) ( -4898.491211 3064.313232 -213.055557 ) ( -5531.753418 2906.515625 50.944599 ) ta_berlin/archway1trim_shot -140 -87 64.16 1.372542 1.946509 0 65536 0 +( -5146.734375 3060.313232 -146.539047 ) ( -5031.499512 2995.590332 91.191292 ) ( -5046.006836 3124.118164 133.216110 ) models/items/rubblebase -242 -224 3.45 1.001812 0.929436 0 65536 0 +( -5706.809570 2840.787109 197.727982 ) ( -5716.498535 2966.400146 249.568146 ) ( -5129.491211 3050.154785 214.361038 ) ta_berlin/brln_rubble -26 -92 94.39 1.211565 1.056407 0 65536 0 +( -5363.382324 3036.400146 144.474609 ) ( -5353.693359 2910.787109 92.634338 ) ( -4519.549805 3118.307129 -235.785049 ) models/items/rubblebase -226 0 0.00 0.915527 1 0 65536 0 +( -5195.401367 3328.756836 594.160828 ) ( -5190.021484 3340.756836 614.237122 ) ( -5104.027832 3136.929932 698.680969 ) models/items/rubblebase 0 -146 3.44 1.001806 0.929348 0 65536 0 +} +} +// entity 651 +{ +"$targetname" "explodersmashed" +"#set" "8" +"classname" "script_object" +// brush 0 +{ +( -5329.157715 3158.332275 273.317596 ) ( -5109.837402 3239.275146 412.353943 ) ( -4697.035645 3035.924561 -120.430649 ) ta_berlin/archway1_shot 27 101 32.38 4.195750 -2.625155 0 65536 0 +surfaceparm detail +( -5004.288086 3264.894043 408.264435 ) ( -5014.836914 3388.646973 352.859131 ) ( -4602.034668 3185.297852 -179.926117 ) ta_berlin/archway1_shot 65 -252 155.90 4.383156 2.221146 0 65536 0 +surfaceparm detail +( -4962.836914 3354.646973 352.859131 ) ( -5182.156738 3273.705322 213.823288 ) ( -4769.354980 3070.355957 -318.961731 ) ta_berlin/archway1trim_shot -219 199 32.44 1.349829 -1.910176 0 65536 0 +( -5218.745117 3160.937500 83.206963 ) ( -4999.425293 3241.878906 222.242706 ) ( -4988.876953 3118.125000 277.648651 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +( -4666.921387 3046.880127 -451.844299 ) ( -4647.269043 2926.707764 -390.751801 ) ( -4815.551758 3142.233154 136.565079 ) ta_berlin/brln_rubble 26 -80 153.07 1.296344 1.015303 0 65536 0 +( -4909.787598 3033.084961 -91.940369 ) ( -4929.439941 3153.258301 -153.033798 ) ( -5454.774414 3418.901611 554.197937 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +( -4498.916992 2814.832764 307.975983 ) ( -4483.916992 2804.440430 323.564148 ) ( -4369.550781 3011.563721 333.122711 ) common/caulk -53 31 37.53 1.046065 0.725101 0 65696 0 +surfaceparm detail +} +} +// entity 652 +{ +"$targetname" "explodersmashed" +"#set" "8" +"classname" "script_object" +// brush 0 + { + patchDef2 + { + ta_berlin/archway1_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -5096.227539 3191.979492 36.096901 0.247058 -0.511364 ) ( -4926.840820 3283.886230 192.190399 0.247058 -0.863636 ) ( -4740.367188 3294.499512 -16.412704 0.495798 -0.863636 ) ) +( ( -4926.840820 3283.886230 192.190399 0.247058 -0.863636 ) ( -4926.840820 3283.886230 192.190399 0.247058 -0.863636 ) ( -4926.840820 3283.886230 192.190399 0.247058 -0.863636 ) ) +( ( -4926.840820 3283.886230 192.190399 0.247058 -0.863636 ) ( -4926.840820 3283.886230 192.190399 0.247058 -0.863636 ) ( -4926.840820 3283.886230 192.190399 0.247058 -0.863636 ) ) +) + } + } +} +// entity 653 +{ +"#set" "8" +"$targetname" "explodersmashed" +"classname" "script_object" +// brush 0 +{ +( -5342.112305 3058.567139 -190.490524 ) ( -5301.319336 2932.356445 -160.445892 ) ( -4820.479004 3193.252441 282.658234 ) common/caulk 18 5 -72.11 0.975903 0.764139 0 65696 0 +surfaceparm detail +( -5301.319336 2932.356445 -160.445892 ) ( -5482.464355 2922.046143 42.196835 ) ( -5001.624023 3182.941406 485.301605 ) ta_berlin/archway1_shot -108 203 -48.21 4.394015 2.554513 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5523.257324 3048.256836 12.152582 ) ( -5342.112305 3058.567139 -190.490524 ) ( -4861.271484 3319.462402 252.613876 ) ta_berlin/archway1trim_shot 190 93 131.80 1.412990 -1.858601 0 65536 0 +( -4532.583496 3306.324707 -248.855133 ) ( -4497.117188 3179.810303 -212.850235 ) ( -4543.238770 3305.718018 -236.934967 ) common/caulk 20 -16 92.88 0.745571 0.916258 0 65696 0 +surfaceparm detail +( -4669.167969 3087.752930 -365.964325 ) ( -4707.297363 3214.115234 -398.988800 ) ( -4712.625488 3213.812012 -393.028900 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +( -5018.114746 2578.821533 312.353485 ) ( -5211.375000 3236.104980 135.070282 ) ( -4945.358398 2999.369629 379.805725 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +} +// brush 1 + { + patchDef2 + { + ta_berlin/archway1_shot + ( 3 3 0 -2147418112 0 surfaceDensity 256 ) +( +( ( -4699.574219 3168.288086 13.632251 4.493104 -0.863636 ) ( -4886.047363 3157.675293 222.234787 4.244372 -0.863636 ) ( -5055.434570 3065.769287 66.141388 4.244372 -0.511364 ) ) +( ( -4886.047363 3157.675293 222.234787 4.244372 -0.863636 ) ( -4886.047363 3157.675293 222.234787 4.244372 -0.863636 ) ( -4886.047363 3157.675293 222.234787 4.244372 -0.863636 ) ) +( ( -4886.047363 3157.675293 222.234787 4.244372 -0.863636 ) ( -4886.047363 3157.675293 222.234787 4.244372 -0.863636 ) ( -4886.047363 3157.675293 222.234787 4.244372 -0.863636 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + ta_berlin/archway1_shot + ( 3 3 0 -2147418112 0 ) +( +( ( -5096.227539 3191.979492 36.096901 0.232844 -0.500000 ) ( -5075.830078 3128.873779 51.119358 0.172436 -0.500000 ) ( -5055.434570 3065.769287 66.141388 0.112028 -0.500000 ) ) +( ( -4926.840820 3283.886230 192.190399 0.232844 -0.761364 ) ( -4906.444336 3220.780762 207.212845 0.172436 -0.761364 ) ( -4886.047363 3157.675293 222.234787 0.112028 -0.761364 ) ) +( ( -4740.367188 3294.499512 -16.412704 0.232844 -1.113636 ) ( -4719.970703 3231.393555 -1.389938 0.172436 -1.113636 ) ( -4699.574219 3168.288086 13.632251 0.112028 -1.113636 ) ) +) + } + } +} +// entity 654 +{ +"$targetname" "explodersmashed" +"#set" "8" +"classname" "script_object" +// brush 0 +{ +( -4981.245117 3181.621338 376.603302 ) ( -5180.203613 3001.863525 422.279633 ) ( -5311.466309 2971.568359 -268.711243 ) ta_berlin/archway1_shot 13 -242 167.07 3.298472 2.750359 0 65536 0 +surfaceparm detail +( -5194.352539 2977.150635 420.935669 ) ( -5105.151855 2875.251709 408.459351 ) ( -5236.413574 2844.956299 -282.531982 ) ta_berlin/archway1_shot -243 235 6.95 3.318332 -2.661909 0 65536 0 +surfaceparm detail +( -5085.151855 2905.251709 408.459351 ) ( -4886.191895 3085.008545 362.784088 ) ( -5017.453613 3054.713379 -328.206970 ) ta_berlin/archway1trim_shot 126 -133 166.94 1.061130 2.000506 0 65536 0 +( -4926.148438 3120.714355 155.820679 ) ( -5125.107422 2940.957031 201.496185 ) ( -5214.308594 3042.856934 213.973236 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +( -5121.297852 2972.416260 -530.053894 ) ( -5218.618652 3066.662598 -515.698792 ) ( -5262.739258 2964.152344 67.720985 ) ta_berlin/brln_rubble -161 254 8.59 0.917516 -1.057887 0 65536 0 +( -5167.376953 3080.403564 -152.623657 ) ( -5070.053711 2986.157471 -166.978851 ) ( -4914.643066 3018.770508 739.388672 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +( -5727.689941 3089.373047 -2.790030 ) ( -5751.233398 3090.873047 1.617033 ) ( -5752.101563 2854.315186 12.153219 ) common/caulk 12 -21 -119.55 1.111686 0.885920 0 65696 0 +surfaceparm detail +} +} +// entity 655 +{ +"$targetname" "explodersmashed" +"#set" "8" +"classname" "script_object" +// brush 0 +{ +( -4701.245117 3525.621338 376.603302 ) ( -4900.203613 3345.863525 422.279633 ) ( -5031.466309 3315.568359 -268.711243 ) ta_berlin/archway1_shot 96 -8 167.07 3.298472 2.750359 0 65536 0 +surfaceparm detail +( -4894.352539 3351.150635 420.935669 ) ( -4805.151855 3249.251709 408.459351 ) ( -4936.413574 3218.956299 -282.531982 ) ta_berlin/archway1_shot -89 250 6.95 3.318332 -2.661909 0 65536 0 +surfaceparm detail +( -4805.151855 3249.251709 408.459351 ) ( -4606.191895 3429.008545 362.784088 ) ( -4737.453613 3398.713379 -328.206970 ) ta_berlin/archway1trim_shot 127 -164 166.94 1.061130 2.000506 0 65536 0 +( -4634.148438 3464.714355 195.820679 ) ( -4833.107422 3284.957031 241.496185 ) ( -4922.308594 3386.856934 253.973236 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +( -4821.297852 3346.416260 -530.053894 ) ( -4918.618652 3440.662598 -515.698792 ) ( -4962.739258 3338.152344 67.720985 ) ta_berlin/brln_rubble -19 46 8.59 0.917516 -1.057887 0 65536 0 +( -4887.376953 3424.403564 -152.623657 ) ( -4790.053711 3330.157471 -166.978851 ) ( -4634.643066 3362.770508 739.388672 ) common/caulk 11 35 -143.01 0.992214 0.952736 0 65696 0 +surfaceparm detail +( -5427.689941 3463.373047 -2.790030 ) ( -5451.233398 3464.873047 1.617033 ) ( -5452.101563 3228.315186 12.153219 ) common/caulk 21 -2 -119.55 1.111686 0.885920 0 65696 0 +surfaceparm detail +} +} +// entity 656 +{ +"#set" "8" +"$targetname" "exploderfire" +"origin" "-4955.00 3217.00 136.00" +"testanim" "idle" +"model" "animate/fx_explosion_mine.tik" +"scale" "1.0" +"classname" "animate_fx_explosion-mine" +} +// entity 657 +{ +"#set" "8" +"$targetname" "exploderfire" +"origin" "-5035.00 3073.00 136.00" +"testanim" "idle" +"model" "animate/fx_explosion_mine.tik" +"scale" "1.0" +"classname" "animate_fx_explosion-mine" +} +// entity 658 +{ +"#set" "8" +"$targetname" "exploderfire" +"origin" "-5147.00 3017.00 136.00" +"testanim" "idle" +"model" "animate/fx_explosion_mine.tik" +"scale" "1.0" +"classname" "animate_fx_explosion-mine" +} +// entity 659 +{ +"origin" "124 2792 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 660 +{ +"origin" "-420 4056 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 661 +{ +"origin" "-1020 4832 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 662 +{ +"origin" "-1484 3960 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 663 +{ +"origin" "-780 5752 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 664 +{ +"origin" "1500 1392 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 665 +{ +"classname" "func_crate" +// brush 0 +{ +( 4320 5056 -520 ) ( 4320 5080 -520 ) ( 4296 5080 -520 ) common/caulk 63 7 0.00 -1.125000 1.125000 0 65696 0 +( 4296 5080 -448 ) ( 4320 5080 -448 ) ( 4320 5056 -448 ) german/crate_reinforced1_topflt 127 14 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4296 5048 -520 ) ( 4296 5048 -320 ) ( 4320 5048 -320 ) german/crate_reinforced1_topflt 127 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4248 5080 -520 ) ( 4248 5080 -320 ) ( 4248 5056 -320 ) german/crate_reinforced1_topflt 14 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4320 5120 -520 ) ( 4320 5120 -320 ) ( 4296 5120 -320 ) german/crate_reinforced1_topflt 127 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4320 5056 -520 ) ( 4320 5056 -320 ) ( 4320 5080 -320 ) german/crate_reinforced1_topflt 14 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 666 +{ +"classname" "func_crate" +// brush 0 +{ +( 4352 5088 -448 ) ( 4352 5112 -448 ) ( 4328 5112 -448 ) german/crate_reinforced1_topflt 56 71 0.00 -0.562500 0.562500 0 16384 0 +( 4328 5112 -376 ) ( 4352 5112 -376 ) ( 4352 5088 -376 ) german/crate_reinforced1_topflt 56 71 0.00 -0.562500 0.562500 0 16384 0 +( 4328 5080 -448 ) ( 4328 5080 -248 ) ( 4352 5080 -248 ) german/crate_reinforced1_topflt 56 -28 0.00 -0.562500 0.562500 0 16384 0 +( 4280 5112 -448 ) ( 4280 5112 -248 ) ( 4280 5088 -248 ) german/crate_reinforced1_topflt 71 -28 0.00 -0.562500 0.562500 0 16384 0 +( 4352 5152 -448 ) ( 4352 5152 -248 ) ( 4328 5152 -248 ) german/crate_reinforced1_topflt 56 -28 0.00 -0.562500 0.562500 0 16384 0 +( 4352 5088 -448 ) ( 4352 5088 -248 ) ( 4352 5112 -248 ) german/crate_reinforced1_topflt 71 -28 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 667 +{ +"classname" "func_crate" +// brush 0 +{ +( 4368 5136 -520 ) ( 4368 5160 -520 ) ( 4344 5160 -520 ) common/caulk 42 14 0.00 -1.125000 1.125000 0 65696 0 +( 4344 5160 -448 ) ( 4368 5160 -448 ) ( 4368 5136 -448 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 4344 5128 -520 ) ( 4344 5128 -320 ) ( 4368 5128 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 4296 5160 -520 ) ( 4296 5160 -320 ) ( 4296 5136 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 4368 5200 -520 ) ( 4368 5200 -320 ) ( 4344 5200 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 4368 5136 -520 ) ( 4368 5136 -320 ) ( 4368 5160 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 668 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( 5816 2080 272 ) ( 5816 2104 272 ) ( 5792 2104 272 ) common/caulk 6 50 0.00 -1.125000 1.125000 0 65696 0 +( 5792 2104 344 ) ( 5816 2104 344 ) ( 5816 2080 344 ) german/gnrlcratesml_top1 99 99 0.00 -0.562500 0.562500 0 16384 0 +( 5792 2072 272 ) ( 5792 2072 472 ) ( 5816 2072 472 ) german/gnrlcratesml_top1 99 99 0.00 -0.562500 0.562500 0 16384 0 +( 5744 2104 272 ) ( 5744 2104 472 ) ( 5744 2080 472 ) german/gnrlcratesml_top1 99 99 0.00 -0.562500 0.562500 0 16384 0 +( 5816 2144 272 ) ( 5816 2144 472 ) ( 5792 2144 472 ) german/gnrlcratesml_top1 99 99 0.00 -0.562500 0.562500 0 16384 0 +( 5816 2080 272 ) ( 5816 2080 472 ) ( 5816 2104 472 ) german/gnrlcratesml_top1 99 99 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 669 +{ +"classname" "func_crate" +// brush 0 +{ +( 5200 5136 -520 ) ( 5200 5160 -520 ) ( 5176 5160 -520 ) common/caulk 13 14 0.00 -1.125000 1.125000 0 65696 0 +( 5176 5160 -448 ) ( 5200 5160 -448 ) ( 5200 5136 -448 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 5176 5128 -520 ) ( 5176 5128 -320 ) ( 5200 5128 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 5128 5160 -520 ) ( 5128 5160 -320 ) ( 5128 5136 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 5200 5200 -520 ) ( 5200 5200 -320 ) ( 5176 5200 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 5200 5136 -520 ) ( 5200 5136 -320 ) ( 5200 5160 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 670 +{ +"classname" "func_crate" +// brush 0 +{ +( 5168 5192 -448 ) ( 5168 5216 -448 ) ( 5144 5216 -448 ) german/gnrlcratesml_frnt 99 0 0.00 -0.562500 0.562500 0 16384 0 +( 5144 5216 -376 ) ( 5168 5216 -376 ) ( 5168 5192 -376 ) german/gnrlcratesml_frnt 99 0 0.00 -0.562500 0.562500 0 16384 0 +( 5144 5184 -448 ) ( 5144 5184 -248 ) ( 5168 5184 -248 ) german/gnrlcratesml_frnt 99 -28 0.00 -0.562500 0.562500 0 16384 0 +( 5096 5216 -448 ) ( 5096 5216 -248 ) ( 5096 5192 -248 ) german/gnrlcratesml_frnt 0 -28 0.00 -0.562500 0.562500 0 16384 0 +( 5168 5256 -448 ) ( 5168 5256 -248 ) ( 5144 5256 -248 ) german/gnrlcratesml_frnt 99 -28 0.00 -0.562500 0.562500 0 16384 0 +( 5168 5192 -448 ) ( 5168 5192 -248 ) ( 5168 5216 -248 ) german/gnrlcratesml_frnt 0 -28 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 671 +{ +"classname" "func_crate" +// brush 0 +{ +( 5176 5216 -520 ) ( 5176 5240 -520 ) ( 5152 5240 -520 ) common/caulk 56 21 0.00 -1.125000 1.125000 0 65696 0 +( 5152 5240 -448 ) ( 5176 5240 -448 ) ( 5176 5216 -448 ) german/crate_reinforced1_topflt 113 42 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5152 5208 -520 ) ( 5152 5208 -320 ) ( 5176 5208 -320 ) german/crate_reinforced1_topflt 113 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5104 5240 -520 ) ( 5104 5240 -320 ) ( 5104 5216 -320 ) german/crate_reinforced1_topflt 42 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5176 5280 -520 ) ( 5176 5280 -320 ) ( 5152 5280 -320 ) german/crate_reinforced1_topflt 113 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5176 5216 -520 ) ( 5176 5216 -320 ) ( 5176 5240 -320 ) german/crate_reinforced1_topflt 42 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 672 +{ +"classname" "func_crate" +// brush 0 +{ +( 4920 5232 -520 ) ( 4920 5256 -520 ) ( 4896 5256 -520 ) common/caulk 20 35 0.00 -1.125000 1.125000 0 65696 0 +( 4896 5256 -448 ) ( 4920 5256 -448 ) ( 4920 5232 -448 ) german/crate_reinforced1_topflt 42 70 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4896 5224 -520 ) ( 4896 5224 -320 ) ( 4920 5224 -320 ) german/crate_reinforced1_topflt 42 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4848 5256 -520 ) ( 4848 5256 -320 ) ( 4848 5232 -320 ) german/crate_reinforced1_topflt 70 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4920 5296 -520 ) ( 4920 5296 -320 ) ( 4896 5296 -320 ) german/crate_reinforced1_topflt 42 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4920 5232 -520 ) ( 4920 5232 -320 ) ( 4920 5256 -320 ) german/crate_reinforced1_topflt 70 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 673 +{ +"scale" "0.80" +"classname" "func_crate" +// brush 0 +{ +( 4848 5232 -520 ) ( 4848 5256 -520 ) ( 4824 5256 -520 ) common/caulk 20 35 0.00 -1.125000 1.125000 0 65696 0 +( 4824 5256 -448 ) ( 4848 5256 -448 ) ( 4848 5232 -448 ) german/crate_reinforced1_topflt 42 70 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4824 5224 -520 ) ( 4824 5224 -320 ) ( 4848 5224 -320 ) german/crate_reinforced1_topflt 42 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4776 5256 -520 ) ( 4776 5256 -320 ) ( 4776 5232 -320 ) german/crate_reinforced1_topflt 70 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4848 5296 -520 ) ( 4848 5296 -320 ) ( 4824 5296 -320 ) german/crate_reinforced1_topflt 42 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 4848 5232 -520 ) ( 4848 5232 -320 ) ( 4848 5256 -320 ) german/crate_reinforced1_topflt 70 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 674 +{ +"classname" "func_crate" +// brush 0 +{ +( 3232 5120 -520 ) ( 3232 5144 -520 ) ( 3208 5144 -520 ) common/caulk 56 0 0.00 -1.125000 1.125000 0 65696 0 +( 3208 5144 -448 ) ( 3232 5144 -448 ) ( 3232 5120 -448 ) german/crate_reinforced1_topflt 113 0 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3208 5112 -520 ) ( 3208 5112 -320 ) ( 3232 5112 -320 ) german/crate_reinforced1_topflt 113 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3160 5144 -520 ) ( 3160 5144 -320 ) ( 3160 5120 -320 ) german/crate_reinforced1_topflt 0 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3232 5184 -520 ) ( 3232 5184 -320 ) ( 3208 5184 -320 ) german/crate_reinforced1_topflt 113 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3232 5120 -520 ) ( 3232 5120 -320 ) ( 3232 5144 -320 ) german/crate_reinforced1_topflt 0 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 675 +{ +"classname" "func_crate" +// brush 0 +{ +( 3232 5192 -520 ) ( 3232 5216 -520 ) ( 3208 5216 -520 ) common/caulk 56 63 0.00 -1.125000 1.125000 0 65696 0 +( 3208 5216 -448 ) ( 3232 5216 -448 ) ( 3232 5192 -448 ) german/crate_reinforced1_topflt 113 127 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3208 5184 -520 ) ( 3208 5184 -320 ) ( 3232 5184 -320 ) german/crate_reinforced1_topflt 113 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3160 5216 -520 ) ( 3160 5216 -320 ) ( 3160 5192 -320 ) german/crate_reinforced1_topflt 127 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3232 5256 -520 ) ( 3232 5256 -320 ) ( 3208 5256 -320 ) german/crate_reinforced1_topflt 113 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3232 5192 -520 ) ( 3232 5192 -320 ) ( 3232 5216 -320 ) german/crate_reinforced1_topflt 127 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 676 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( 5736 2064 272 ) ( 5736 2088 272 ) ( 5712 2088 272 ) common/caulk 42 36 0.00 -1.125000 1.125000 0 65696 0 +( 5712 2088 344 ) ( 5736 2088 344 ) ( 5736 2064 344 ) german/crate_reinforced1_topflt 85 71 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5712 2056 272 ) ( 5712 2056 472 ) ( 5736 2056 472 ) german/crate_reinforced1_topflt 85 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5664 2088 272 ) ( 5664 2088 472 ) ( 5664 2064 472 ) german/crate_reinforced1_topflt 71 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5736 2128 272 ) ( 5736 2128 472 ) ( 5712 2128 472 ) german/crate_reinforced1_topflt 85 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5736 2064 272 ) ( 5736 2064 472 ) ( 5736 2088 472 ) german/crate_reinforced1_topflt 71 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 677 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( 5840 2008 272 ) ( 5840 2032 272 ) ( 5816 2032 272 ) common/caulk 6 50 0.00 -1.125000 1.125000 0 65696 0 +( 5816 2032 344 ) ( 5840 2032 344 ) ( 5840 2008 344 ) german/crate_reinforced1_topflt 13 100 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5816 2000 272 ) ( 5816 2000 472 ) ( 5840 2000 472 ) german/crate_reinforced1_topflt 13 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5768 2032 272 ) ( 5768 2032 472 ) ( 5768 2008 472 ) german/crate_reinforced1_topflt 100 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5840 2072 272 ) ( 5840 2072 472 ) ( 5816 2072 472 ) german/crate_reinforced1_topflt 13 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5840 2008 272 ) ( 5840 2008 472 ) ( 5840 2032 472 ) german/crate_reinforced1_topflt 100 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 678 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( 5792 2056 344 ) ( 5792 2080 344 ) ( 5768 2080 344 ) german/gnrlcratesml_frnt 56 56 0.00 -0.562500 0.562500 0 16384 0 +( 5768 2080 416 ) ( 5792 2080 416 ) ( 5792 2056 416 ) german/gnrlcratesml_frnt 56 56 0.00 -0.562500 0.562500 0 16384 0 +( 5768 2048 344 ) ( 5768 2048 544 ) ( 5792 2048 544 ) german/gnrlcratesml_frnt 56 99 0.00 -0.562500 0.562500 0 16384 0 +( 5720 2080 344 ) ( 5720 2080 544 ) ( 5720 2056 544 ) german/gnrlcratesml_frnt 56 99 0.00 -0.562500 0.562500 0 16384 0 +( 5792 2120 344 ) ( 5792 2120 544 ) ( 5768 2120 544 ) german/gnrlcratesml_frnt 56 99 0.00 -0.562500 0.562500 0 16384 0 +( 5792 2056 344 ) ( 5792 2056 544 ) ( 5792 2080 544 ) german/gnrlcratesml_frnt 56 99 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 679 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( 5928 1712 272 ) ( 5928 1736 272 ) ( 5904 1736 272 ) german/gnrlcratesml_frnt 42 85 0.00 -0.562500 0.562500 0 16384 0 +( 5904 1736 344 ) ( 5928 1736 344 ) ( 5928 1712 344 ) german/gnrlcratesml_frnt 42 85 0.00 -0.562500 0.562500 0 16384 0 +( 5904 1704 272 ) ( 5904 1704 472 ) ( 5928 1704 472 ) german/gnrlcratesml_frnt 42 99 0.00 -0.562500 0.562500 0 16384 0 +( 5856 1736 272 ) ( 5856 1736 472 ) ( 5856 1712 472 ) german/gnrlcratesml_frnt 85 99 0.00 -0.562500 0.562500 0 16384 0 +( 5928 1776 272 ) ( 5928 1776 472 ) ( 5904 1776 472 ) german/gnrlcratesml_frnt 42 99 0.00 -0.562500 0.562500 0 16384 0 +( 5928 1712 272 ) ( 5928 1712 472 ) ( 5928 1736 472 ) german/gnrlcratesml_frnt 85 99 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 680 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( 5720 1600 272 ) ( 5720 1624 272 ) ( 5696 1624 272 ) common/caulk 27 7 0.00 -1.125000 1.125000 0 65696 0 +( 5696 1624 344 ) ( 5720 1624 344 ) ( 5720 1600 344 ) german/crate_reinforced1_topflt 56 14 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5696 1592 272 ) ( 5696 1592 472 ) ( 5720 1592 472 ) german/crate_reinforced1_topflt 56 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5648 1624 272 ) ( 5648 1624 472 ) ( 5648 1600 472 ) german/crate_reinforced1_topflt 14 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5720 1664 272 ) ( 5720 1664 472 ) ( 5696 1664 472 ) german/crate_reinforced1_topflt 56 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5720 1600 272 ) ( 5720 1600 472 ) ( 5720 1624 472 ) german/crate_reinforced1_topflt 14 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 681 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( -6256 4744 16 ) ( -6256 4768 16 ) ( -6280 4768 16 ) common/caulk 7 50 0.00 -1.125000 1.125000 0 65696 0 +( -6280 4768 88 ) ( -6256 4768 88 ) ( -6256 4744 88 ) german/crate_reinforced1_topflt 14 100 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6280 4736 16 ) ( -6280 4736 216 ) ( -6256 4736 216 ) german/crate_reinforced1_topflt 14 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6328 4768 16 ) ( -6328 4768 216 ) ( -6328 4744 216 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6256 4808 16 ) ( -6256 4808 216 ) ( -6280 4808 216 ) german/crate_reinforced1_topflt 14 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6256 4744 16 ) ( -6256 4744 216 ) ( -6256 4768 216 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 682 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( -6336 4728 16 ) ( -6336 4752 16 ) ( -6360 4752 16 ) common/caulk 0 36 0.00 -1.125000 1.125000 0 65696 0 +( -6360 4752 88 ) ( -6336 4752 88 ) ( -6336 4728 88 ) german/crate_reinforced1_topflt 0 71 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6360 4720 16 ) ( -6360 4720 216 ) ( -6336 4720 216 ) german/crate_reinforced1_topflt 0 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6408 4752 16 ) ( -6408 4752 216 ) ( -6408 4728 216 ) german/crate_reinforced1_topflt 71 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6336 4792 16 ) ( -6336 4792 216 ) ( -6360 4792 216 ) german/crate_reinforced1_topflt 0 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6336 4728 16 ) ( -6336 4728 216 ) ( -6336 4752 216 ) german/crate_reinforced1_topflt 71 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 683 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( -6232 4672 16 ) ( -6232 4696 16 ) ( -6256 4696 16 ) common/caulk 28 50 0.00 -1.125000 1.125000 0 65696 0 +( -6256 4696 88 ) ( -6232 4696 88 ) ( -6232 4672 88 ) german/crate_reinforced1_topflt 57 100 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6256 4664 16 ) ( -6256 4664 216 ) ( -6232 4664 216 ) german/crate_reinforced1_topflt 57 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6304 4696 16 ) ( -6304 4696 216 ) ( -6304 4672 216 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6232 4736 16 ) ( -6232 4736 216 ) ( -6256 4736 216 ) german/crate_reinforced1_topflt 57 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6232 4672 16 ) ( -6232 4672 216 ) ( -6232 4696 216 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 684 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( -6280 4720 88 ) ( -6280 4744 88 ) ( -6304 4744 88 ) german/crate_reinforced1_topflt 100 57 0.00 -0.562500 0.562500 0 16384 0 +( -6304 4744 160 ) ( -6280 4744 160 ) ( -6280 4720 160 ) german/crate_reinforced1_topflt 100 57 0.00 -0.562500 0.562500 0 16384 0 +( -6304 4712 88 ) ( -6304 4712 288 ) ( -6280 4712 288 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +( -6352 4744 88 ) ( -6352 4744 288 ) ( -6352 4720 288 ) german/crate_reinforced1_topflt 57 28 0.00 -0.562500 0.562500 0 16384 0 +( -6280 4784 88 ) ( -6280 4784 288 ) ( -6304 4784 288 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +( -6280 4720 88 ) ( -6280 4720 288 ) ( -6280 4744 288 ) german/crate_reinforced1_topflt 57 28 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 685 +{ +"spawnflags" "1" +"scale" "0.80" +"classname" "func_crate" +// brush 0 +{ +( -6464 4552 88 ) ( -6464 4576 88 ) ( -6488 4576 88 ) german/crate_reinforced1_topflt 29 14 0.00 -0.562500 0.562500 0 16384 0 +( -6488 4576 160 ) ( -6464 4576 160 ) ( -6464 4552 160 ) german/crate_reinforced1_topflt 29 14 0.00 -0.562500 0.562500 0 16384 0 +( -6488 4544 88 ) ( -6488 4544 288 ) ( -6464 4544 288 ) german/crate_reinforced1_topflt 29 28 0.00 -0.562500 0.562500 0 16384 0 +( -6536 4576 88 ) ( -6536 4576 288 ) ( -6536 4552 288 ) german/crate_reinforced1_topflt 14 28 0.00 -0.562500 0.562500 0 16384 0 +( -6464 4616 88 ) ( -6464 4616 288 ) ( -6488 4616 288 ) german/crate_reinforced1_topflt 29 28 0.00 -0.562500 0.562500 0 16384 0 +( -6464 4552 88 ) ( -6464 4552 288 ) ( -6464 4576 288 ) german/crate_reinforced1_topflt 14 28 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 686 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( -6464 4584 16 ) ( -6464 4608 16 ) ( -6488 4608 16 ) common/caulk 14 36 0.00 -1.125000 1.125000 0 65696 0 +( -6488 4608 88 ) ( -6464 4608 88 ) ( -6464 4584 88 ) german/crate_reinforced1_topflt 29 71 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6488 4576 16 ) ( -6488 4576 216 ) ( -6464 4576 216 ) german/crate_reinforced1_topflt 29 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6536 4608 16 ) ( -6536 4608 216 ) ( -6536 4584 216 ) german/crate_reinforced1_topflt 71 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6464 4648 16 ) ( -6464 4648 216 ) ( -6488 4648 216 ) german/crate_reinforced1_topflt 29 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6464 4584 16 ) ( -6464 4584 216 ) ( -6464 4608 216 ) german/crate_reinforced1_topflt 71 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 687 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( -6424 4512 16 ) ( -6424 4536 16 ) ( -6448 4536 16 ) common/caulk 50 36 0.00 -1.125000 1.125000 0 65696 0 +( -6448 4536 88 ) ( -6424 4536 88 ) ( -6424 4512 88 ) german/crate_reinforced1_topflt 100 71 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6448 4504 16 ) ( -6448 4504 216 ) ( -6424 4504 216 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6496 4536 16 ) ( -6496 4536 216 ) ( -6496 4512 216 ) german/crate_reinforced1_topflt 71 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6424 4576 16 ) ( -6424 4576 216 ) ( -6448 4576 216 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6424 4512 16 ) ( -6424 4512 216 ) ( -6424 4536 216 ) german/crate_reinforced1_topflt 71 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 688 +{ +"spawnflags" "1" +"scale" "0.80" +"classname" "func_crate" +// brush 0 +{ +( -6312 4240 88 ) ( -6312 4264 88 ) ( -6336 4264 88 ) german/crate_reinforced1_topflt 43 100 0.00 -0.562500 0.562500 0 16384 0 +( -6336 4264 160 ) ( -6312 4264 160 ) ( -6312 4240 160 ) german/crate_reinforced1_topflt 43 100 0.00 -0.562500 0.562500 0 16384 0 +( -6336 4232 88 ) ( -6336 4232 288 ) ( -6312 4232 288 ) german/crate_reinforced1_topflt 43 28 0.00 -0.562500 0.562500 0 16384 0 +( -6384 4264 88 ) ( -6384 4264 288 ) ( -6384 4240 288 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +( -6312 4304 88 ) ( -6312 4304 288 ) ( -6336 4304 288 ) german/crate_reinforced1_topflt 43 28 0.00 -0.562500 0.562500 0 16384 0 +( -6312 4240 88 ) ( -6312 4240 288 ) ( -6312 4264 288 ) german/crate_reinforced1_topflt 100 28 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 689 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( -6312 4272 16 ) ( -6312 4296 16 ) ( -6336 4296 16 ) common/caulk 21 15 0.00 -1.125000 1.125000 0 65696 0 +( -6336 4296 88 ) ( -6312 4296 88 ) ( -6312 4272 88 ) german/crate_reinforced1_topflt 43 29 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6336 4264 16 ) ( -6336 4264 216 ) ( -6312 4264 216 ) german/crate_reinforced1_topflt 43 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6384 4296 16 ) ( -6384 4296 216 ) ( -6384 4272 216 ) german/crate_reinforced1_topflt 29 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6312 4336 16 ) ( -6312 4336 216 ) ( -6336 4336 216 ) german/crate_reinforced1_topflt 43 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6312 4272 16 ) ( -6312 4272 216 ) ( -6312 4296 216 ) german/crate_reinforced1_topflt 29 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 690 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( -6272 4200 16 ) ( -6272 4224 16 ) ( -6296 4224 16 ) common/caulk 57 15 0.00 -1.125000 1.125000 0 65696 0 +( -6296 4224 88 ) ( -6272 4224 88 ) ( -6272 4200 88 ) german/crate_reinforced1_topflt 114 29 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6296 4192 16 ) ( -6296 4192 216 ) ( -6272 4192 216 ) german/crate_reinforced1_topflt 114 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6344 4224 16 ) ( -6344 4224 216 ) ( -6344 4200 216 ) german/crate_reinforced1_topflt 29 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6272 4264 16 ) ( -6272 4264 216 ) ( -6296 4264 216 ) german/crate_reinforced1_topflt 114 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( -6272 4200 16 ) ( -6272 4200 216 ) ( -6272 4224 216 ) german/crate_reinforced1_topflt 29 28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 691 +{ +"classname" "func_crate" +// brush 0 +{ +( 2752 4432 -472 ) ( 2752 4456 -472 ) ( 2728 4456 -472 ) common/caulk -56 8 0.00 1 1 0 65696 0 +( 2728 4456 -400 ) ( 2752 4456 -400 ) ( 2752 4432 -400 ) german/crate_reinforced1_topflt 27 56 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2728 4424 -472 ) ( 2728 4424 -272 ) ( 2752 4424 -272 ) german/crate_reinforced1_topflt 27 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2680 4456 -472 ) ( 2680 4456 -272 ) ( 2680 4432 -272 ) german/crate_reinforced1_topflt 56 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2752 4496 -472 ) ( 2752 4496 -272 ) ( 2728 4496 -272 ) german/crate_reinforced1_topflt 27 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2752 4432 -472 ) ( 2752 4432 -272 ) ( 2752 4456 -272 ) german/crate_reinforced1_topflt 56 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 692 +{ +"classname" "func_crate" +// brush 0 +{ +( 2784 4464 -400 ) ( 2784 4488 -400 ) ( 2760 4488 -400 ) german/gnrlcratesml_frnt 85 113 0.00 -0.562500 0.562500 0 16384 0 +( 2760 4488 -328 ) ( 2784 4488 -328 ) ( 2784 4464 -328 ) german/gnrlcratesml_frnt 85 113 0.00 -0.562500 0.562500 0 16384 0 +( 2760 4456 -400 ) ( 2760 4456 -200 ) ( 2784 4456 -200 ) german/gnrlcratesml_frnt 85 -71 0.00 -0.562500 0.562500 0 16384 0 +( 2712 4488 -400 ) ( 2712 4488 -200 ) ( 2712 4464 -200 ) german/gnrlcratesml_frnt 113 -71 0.00 -0.562500 0.562500 0 16384 0 +( 2784 4528 -400 ) ( 2784 4528 -200 ) ( 2760 4528 -200 ) german/gnrlcratesml_frnt 85 -71 0.00 -0.562500 0.562500 0 16384 0 +( 2784 4464 -400 ) ( 2784 4464 -200 ) ( 2784 4488 -200 ) german/gnrlcratesml_frnt 113 -71 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 693 +{ +"classname" "func_crate" +// brush 0 +{ +( 2800 4512 -472 ) ( 2800 4536 -472 ) ( 2776 4536 -472 ) common/caulk -56 8 0.00 1 1 0 65696 0 +( 2776 4536 -400 ) ( 2800 4536 -400 ) ( 2800 4512 -400 ) german/crate_reinforced1_topflt 113 71 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2776 4504 -472 ) ( 2776 4504 -272 ) ( 2800 4504 -272 ) german/crate_reinforced1_topflt 113 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2728 4536 -472 ) ( 2728 4536 -272 ) ( 2728 4512 -272 ) german/crate_reinforced1_topflt 71 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2800 4576 -472 ) ( 2800 4576 -272 ) ( 2776 4576 -272 ) german/crate_reinforced1_topflt 113 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2800 4512 -472 ) ( 2800 4512 -272 ) ( 2800 4536 -272 ) german/crate_reinforced1_topflt 71 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 694 +{ +"classname" "func_crate" +// brush 0 +{ +( 3072 4144 -472 ) ( 3072 4168 -472 ) ( 3048 4168 -472 ) common/caulk -56 40 0.00 1 1 0 65696 0 +( 3048 4168 -400 ) ( 3072 4168 -400 ) ( 3072 4144 -400 ) german/crate_reinforced1_topflt 83 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3048 4136 -472 ) ( 3048 4136 -272 ) ( 3072 4136 -272 ) german/crate_reinforced1_topflt 83 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3000 4168 -472 ) ( 3000 4168 -272 ) ( 3000 4144 -272 ) german/crate_reinforced1_topflt 57 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3072 4208 -472 ) ( 3072 4208 -272 ) ( 3048 4208 -272 ) german/crate_reinforced1_topflt 83 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3072 4144 -472 ) ( 3072 4144 -272 ) ( 3072 4168 -272 ) german/crate_reinforced1_topflt 57 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 695 +{ +"classname" "func_crate" +// brush 0 +{ +( 3104 4176 -400 ) ( 3104 4200 -400 ) ( 3080 4200 -400 ) german/gnrlcratesml_frnt 14 113 0.00 -0.562500 0.562500 0 16384 0 +( 3080 4200 -328 ) ( 3104 4200 -328 ) ( 3104 4176 -328 ) german/gnrlcratesml_frnt 14 113 0.00 -0.562500 0.562500 0 16384 0 +( 3080 4168 -400 ) ( 3080 4168 -200 ) ( 3104 4168 -200 ) german/gnrlcratesml_frnt 14 -71 0.00 -0.562500 0.562500 0 16384 0 +( 3032 4200 -400 ) ( 3032 4200 -200 ) ( 3032 4176 -200 ) german/gnrlcratesml_frnt 113 -71 0.00 -0.562500 0.562500 0 16384 0 +( 3104 4240 -400 ) ( 3104 4240 -200 ) ( 3080 4240 -200 ) german/gnrlcratesml_frnt 14 -71 0.00 -0.562500 0.562500 0 16384 0 +( 3104 4176 -400 ) ( 3104 4176 -200 ) ( 3104 4200 -200 ) german/gnrlcratesml_frnt 113 -71 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 696 +{ +"classname" "func_crate" +// brush 0 +{ +( 3120 4224 -472 ) ( 3120 4248 -472 ) ( 3096 4248 -472 ) german/gnrlcratesml_frnt 42 71 0.00 -0.562500 0.562500 0 16384 0 +( 3096 4248 -400 ) ( 3120 4248 -400 ) ( 3120 4224 -400 ) german/gnrlcratesml_frnt 42 71 0.00 -0.562500 0.562500 0 16384 0 +( 3096 4216 -472 ) ( 3096 4216 -272 ) ( 3120 4216 -272 ) german/gnrlcratesml_frnt 42 -71 0.00 -0.562500 0.562500 0 16384 0 +( 3048 4248 -472 ) ( 3048 4248 -272 ) ( 3048 4224 -272 ) german/gnrlcratesml_frnt 71 -71 0.00 -0.562500 0.562500 0 16384 0 +( 3120 4288 -472 ) ( 3120 4288 -272 ) ( 3096 4288 -272 ) german/gnrlcratesml_frnt 42 -71 0.00 -0.562500 0.562500 0 16384 0 +( 3120 4224 -472 ) ( 3120 4224 -272 ) ( 3120 4248 -272 ) german/gnrlcratesml_frnt 71 -71 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 697 +{ +"classname" "func_crate" +// brush 0 +{ +( 2840 3896 -472 ) ( 2840 3920 -472 ) ( 2816 3920 -472 ) common/caulk -16 48 0.00 1 1 0 65696 0 +( 2816 3920 -400 ) ( 2840 3920 -400 ) ( 2840 3896 -400 ) german/crate_reinforced1_topflt 54 1 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2816 3888 -472 ) ( 2816 3888 -272 ) ( 2840 3888 -272 ) german/crate_reinforced1_topflt 54 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2768 3920 -472 ) ( 2768 3920 -272 ) ( 2768 3896 -272 ) german/crate_reinforced1_topflt 1 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2840 3960 -472 ) ( 2840 3960 -272 ) ( 2816 3960 -272 ) german/crate_reinforced1_topflt 54 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2840 3896 -472 ) ( 2840 3896 -272 ) ( 2840 3920 -272 ) german/crate_reinforced1_topflt 1 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 698 +{ +"classname" "func_crate" +// brush 0 +{ +( 2760 3896 -472 ) ( 2760 3920 -472 ) ( 2736 3920 -472 ) common/caulk 0 48 0.00 1 1 0 65696 0 +( 2736 3920 -400 ) ( 2760 3920 -400 ) ( 2760 3896 -400 ) german/crate_reinforced1_topflt 40 2 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2736 3888 -472 ) ( 2736 3888 -272 ) ( 2760 3888 -272 ) german/crate_reinforced1_topflt 40 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2688 3920 -472 ) ( 2688 3920 -272 ) ( 2688 3896 -272 ) german/crate_reinforced1_topflt 2 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2760 3960 -472 ) ( 2760 3960 -272 ) ( 2736 3960 -272 ) german/crate_reinforced1_topflt 40 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2760 3896 -472 ) ( 2760 3896 -272 ) ( 2760 3920 -272 ) german/crate_reinforced1_topflt 2 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 699 +{ +"classname" "func_crate" +// brush 0 +{ +( 2656 4176 -472 ) ( 2656 4200 -472 ) ( 2632 4200 -472 ) common/caulk -24 8 0.00 1 1 0 65696 0 +( 2632 4200 -400 ) ( 2656 4200 -400 ) ( 2656 4176 -400 ) german/crate_reinforced1_topflt 112 115 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2632 4168 -472 ) ( 2632 4168 -272 ) ( 2656 4168 -272 ) german/crate_reinforced1_topflt 112 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2584 4200 -472 ) ( 2584 4200 -272 ) ( 2584 4176 -272 ) german/crate_reinforced1_topflt 115 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2656 4240 -472 ) ( 2656 4240 -272 ) ( 2632 4240 -272 ) german/crate_reinforced1_topflt 112 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 2656 4176 -472 ) ( 2656 4176 -272 ) ( 2656 4200 -272 ) german/crate_reinforced1_topflt 115 57 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 700 +{ +"classname" "func_crate" +// brush 0 +{ +( 2656 4248 -472 ) ( 2656 4272 -472 ) ( 2632 4272 -472 ) german/gnrlcratesml_frnt 113 113 0.00 -0.562500 0.562500 0 16384 0 +( 2632 4272 -400 ) ( 2656 4272 -400 ) ( 2656 4248 -400 ) german/gnrlcratesml_frnt 113 113 0.00 -0.562500 0.562500 0 16384 0 +( 2632 4240 -472 ) ( 2632 4240 -272 ) ( 2656 4240 -272 ) german/gnrlcratesml_frnt 113 -71 0.00 -0.562500 0.562500 0 16384 0 +( 2584 4272 -472 ) ( 2584 4272 -272 ) ( 2584 4248 -272 ) german/gnrlcratesml_frnt 113 -71 0.00 -0.562500 0.562500 0 16384 0 +( 2656 4312 -472 ) ( 2656 4312 -272 ) ( 2632 4312 -272 ) german/gnrlcratesml_frnt 113 -71 0.00 -0.562500 0.562500 0 16384 0 +( 2656 4248 -472 ) ( 2656 4248 -272 ) ( 2656 4272 -272 ) german/gnrlcratesml_frnt 113 -71 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 701 +{ +"scale" "0.80" +"classname" "func_crate" +// brush 0 +{ +( 2656 4224 -400 ) ( 2656 4248 -400 ) ( 2632 4248 -400 ) german/gnrlcratesml_top1 113 71 0.00 -0.562500 0.562500 0 16384 0 +( 2632 4248 -328 ) ( 2656 4248 -328 ) ( 2656 4224 -328 ) german/gnrlcratesml_top1 113 71 0.00 -0.562500 0.562500 0 16384 0 +( 2632 4216 -400 ) ( 2632 4216 -200 ) ( 2656 4216 -200 ) german/gnrlcratesml_top1 113 -71 0.00 -0.562500 0.562500 0 16384 0 +( 2584 4248 -400 ) ( 2584 4248 -200 ) ( 2584 4224 -200 ) german/gnrlcratesml_top1 71 -71 0.00 -0.562500 0.562500 0 16384 0 +( 2656 4288 -400 ) ( 2656 4288 -200 ) ( 2632 4288 -200 ) german/gnrlcratesml_top1 113 -71 0.00 -0.562500 0.562500 0 16384 0 +( 2656 4224 -400 ) ( 2656 4224 -200 ) ( 2656 4248 -200 ) german/gnrlcratesml_top1 71 -71 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 702 +{ +"classname" "func_crate" +// brush 0 +{ +( 3731 5074 -520 ) ( 3731 5098 -520 ) ( 3707 5098 -520 ) common/caulk 51 23 0.00 -1.125000 1.125000 0 65696 0 +( 3707 5098 -448 ) ( 3731 5098 -448 ) ( 3731 5074 -448 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 3707 5066 -520 ) ( 3707 5066 -320 ) ( 3731 5066 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 3659 5098 -520 ) ( 3659 5098 -320 ) ( 3659 5074 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 3731 5138 -520 ) ( 3731 5138 -320 ) ( 3707 5138 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +( 3731 5074 -520 ) ( 3731 5074 -320 ) ( 3731 5098 -320 ) german/gnrlcratesml_top1 28 -28 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 703 +{ +"classname" "func_crate" +// brush 0 +{ +( 3752 5088 -448 ) ( 3752 5112 -448 ) ( 3728 5112 -448 ) german/gnrlcratesml_frnt 14 71 0.00 -0.562500 0.562500 0 16384 0 +( 3728 5112 -376 ) ( 3752 5112 -376 ) ( 3752 5088 -376 ) german/gnrlcratesml_frnt 14 71 0.00 -0.562500 0.562500 0 16384 0 +( 3728 5080 -448 ) ( 3728 5080 -248 ) ( 3752 5080 -248 ) german/gnrlcratesml_frnt 14 -28 0.00 -0.562500 0.562500 0 16384 0 +( 3680 5112 -448 ) ( 3680 5112 -248 ) ( 3680 5088 -248 ) german/gnrlcratesml_frnt 71 -28 0.00 -0.562500 0.562500 0 16384 0 +( 3752 5152 -448 ) ( 3752 5152 -248 ) ( 3728 5152 -248 ) german/gnrlcratesml_frnt 14 -28 0.00 -0.562500 0.562500 0 16384 0 +( 3752 5088 -448 ) ( 3752 5088 -248 ) ( 3752 5112 -248 ) german/gnrlcratesml_frnt 71 -28 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 704 +{ +"classname" "func_crate" +// brush 0 +{ +( 3819 5082 -520 ) ( 3819 5106 -520 ) ( 3795 5106 -520 ) common/caulk 1 31 0.00 -1.125000 1.125000 0 65696 0 +( 3795 5106 -448 ) ( 3819 5106 -448 ) ( 3819 5082 -448 ) german/crate_reinforced1_topflt 4 61 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3795 5074 -520 ) ( 3795 5074 -320 ) ( 3819 5074 -320 ) german/crate_reinforced1_topflt 4 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3747 5106 -520 ) ( 3747 5106 -320 ) ( 3747 5082 -320 ) german/crate_reinforced1_topflt 61 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3819 5146 -520 ) ( 3819 5146 -320 ) ( 3795 5146 -320 ) german/crate_reinforced1_topflt 4 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 3819 5082 -520 ) ( 3819 5082 -320 ) ( 3819 5106 -320 ) german/crate_reinforced1_topflt 61 -28 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 705 +{ +"angle" "180" +"classname" "func_ladder" +// brush 0 +{ +( -1405.879150 2471 87.018692 ) ( -1413.606689 2471 84.948166 ) ( -1413.606689 2425 84.948166 ) common/ladder 0 0 0.00 1 1 0 136 0 +( -1472.120850 2425 269.981293 ) ( -1472.120850 2471 269.981293 ) ( -1464.393311 2471 272.051788 ) common/ladder 0 0 0.00 1 1 0 136 0 +( -1463.440918 2425 229.860703 ) ( -1455.713623 2425 231.931274 ) ( -1401.879150 2425 31.018696 ) common/ladder 0 0 0.00 1 1 0 136 0 +( -1452.393311 2425 274.051788 ) ( -1452.393311 2471 274.051788 ) ( -1398.559082 2471 73.139297 ) common/ladder 0 0 0.00 1 1 0 136 0 +( -1455.713623 2471 231.931274 ) ( -1463.440918 2471 229.860703 ) ( -1409.606689 2471 28.948170 ) common/ladder 0 0 0.00 1 1 0 136 0 +( -1463.440918 2471 229.860703 ) ( -1463.440918 2425 229.860703 ) ( -1409.606689 2425 28.948170 ) common/ladder 0 0 0.00 1 1 0 136 0 +} +} +// entity 706 +{ +"origin" "1166 2078 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 707 +{ +"origin" "1834 2136 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 708 +{ +"origin" "1598 2518 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 709 +{ +"origin" "1572 3406 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 710 +{ +"origin" "984 4462 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 711 +{ +"origin" "1388 4638 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 712 +{ +"origin" "1476 4294 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 713 +{ +"origin" "1398 5576 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 714 +{ +"origin" "-506 6076 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 715 +{ +"origin" "-902 5254 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 716 +{ +"origin" "-1098 4232 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 717 +{ +"origin" "-1692 3612 72" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 718 +{ +"origin" "-2164 3474 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 719 +{ +"origin" "-372 4052 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 720 +{ +"origin" "-6 3990 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 721 +{ +"origin" "242 4310 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 722 +{ +"origin" "1812 2624 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 723 +{ +"origin" "5552 2788 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 724 +{ +"origin" "5156 -126 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 725 +{ +"origin" "6646 1494 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 726 +{ +"origin" "4216 -476 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 727 +{ +"origin" "4880 -876 124" +"$targetname" "flak_axis_boom" +"classname" "script_origin" +} +// entity 728 +{ +"$targetname" "exploder" +"#set" "19" +"classname" "script_object" +// brush 0 +{ +( -2046 1154 256 ) ( -2046 1074 256 ) ( -2038 1074 256 ) common/nodraw 19 -57 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2038 1074 320 ) ( -2046 1074 320 ) ( -2046 1154 320 ) common/nodraw 19 -57 -90.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2020 1176 320 ) ( -2020 1176 256 ) ( -2102 1090 256 ) common/nodraw -39 -31 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +( -2020 1176 256 ) ( -2020 1176 320 ) ( -2022 1178 320 ) common/nodraw 47 -27 -180.00 0.708008 -1 536870912 2224 0 +surfaceparm detail +( -2110 1090 320 ) ( -2110 1090 256 ) ( -2046 1154 256 ) central_europe/balcny_rail_set1 -8 0 0.00 0.250000 0.500000 204800 262656 0 +surfaceparm detail +( -2102 1090 320 ) ( -2102 1090 256 ) ( -2110 1090 256 ) common/nodraw -36 -31 0.00 0.708008 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 729 +{ +"classname" "light" +"origin" "-1837 4751 132" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 730 +{ +"classname" "light" +"origin" "-3183 4052 68" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 731 +{ +"classname" "light" +"origin" "-2725 4311 68" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 732 +{ +"classname" "light" +"origin" "-2249 4430 68" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 733 +{ +"classname" "light" +"origin" "-1440 4784 104" +"light" "108" +"_color" "1.000000 0.941176 0.749020" +"overbright_range" "0.15" +} +// entity 734 +{ +"$targetname" "tower_lights_01" +"origin" "2375.00 1584.00 1093.00" +"testanim" "idle" +"model" "fx/corona_red_bright.tik" +"scale" "1.0" +"classname" "addon_fx_corona_red-bright" +} +// entity 735 +{ +"$targetname" "tower_lights_02" +"origin" "-4729.00 1664.00 1133.00" +"testanim" "idle" +"model" "fx/corona_red_bright.tik" +"scale" "1.0" +"classname" "addon_fx_corona_red-bright" +} +// entity 736 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Mauser KAR 98K" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "10" +"$targetname" "enemyspawner" +"target" "t1772" +"angle" "180" +"origin" "-2208.00 1376.00 16.00" +"testanim" "idle" +"model" "human/german_wehrmact_soldier.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_soldier" +} +// entity 737 +{ +"origin" "-3120 1536 40" +"classname" "info_pathnode" +} +// entity 738 +{ +"origin" "-3120 1360 40" +"classname" "info_pathnode" +} +// entity 739 +{ +"origin" "-3120 1144 40" +"classname" "info_pathnode" +} +// entity 740 +{ +"origin" "-3120 1744 40" +"classname" "info_pathnode" +} +// entity 741 +{ +"origin" "-2992 1496 40" +"classname" "info_pathnode" +} +// entity 742 +{ +"origin" "-2992 1408 40" +"classname" "info_pathnode" +} +// entity 743 +{ +"origin" "-2992 1320 40" +"classname" "info_pathnode" +} +// entity 744 +{ +"origin" "-2992 1232 40" +"classname" "info_pathnode" +} +// entity 745 +{ +"origin" "-2992 1104 40" +"classname" "info_pathnode" +} +// entity 746 +{ +"origin" "-2992 1704 40" +"classname" "info_pathnode" +} +// entity 747 +{ +"origin" "-2840 1624 40" +"classname" "info_pathnode" +} +// entity 748 +{ +"origin" "-2840 1528 40" +"classname" "info_pathnode" +} +// entity 749 +{ +"origin" "-2840 1440 40" +"classname" "info_pathnode" +} +// entity 750 +{ +"origin" "-2840 1352 40" +"classname" "info_pathnode" +} +// entity 751 +{ +"origin" "-2840 1264 40" +"classname" "info_pathnode" +} +// entity 752 +{ +"origin" "-2840 1136 40" +"classname" "info_pathnode" +} +// entity 753 +{ +"origin" "-2840 1736 40" +"classname" "info_pathnode" +} +// entity 754 +{ +"origin" "-2704 1560 40" +"classname" "info_pathnode" +} +// entity 755 +{ +"origin" "-2704 1464 40" +"classname" "info_pathnode" +} +// entity 756 +{ +"origin" "-2704 1376 40" +"classname" "info_pathnode" +} +// entity 757 +{ +"origin" "-2704 1288 40" +"classname" "info_pathnode" +} +// entity 758 +{ +"origin" "-2704 1200 40" +"classname" "info_pathnode" +} +// entity 759 +{ +"origin" "-2704 1072 40" +"classname" "info_pathnode" +} +// entity 760 +{ +"origin" "-2704 1672 40" +"classname" "info_pathnode" +} +// entity 761 +{ +"origin" "-2536 1608 40" +"classname" "info_pathnode" +} +// entity 762 +{ +"origin" "-2536 1512 40" +"classname" "info_pathnode" +} +// entity 763 +{ +"origin" "-2536 1424 40" +"classname" "info_pathnode" +} +// entity 764 +{ +"origin" "-2536 1336 40" +"classname" "info_pathnode" +} +// entity 765 +{ +"origin" "-2536 1248 40" +"classname" "info_pathnode" +} +// entity 766 +{ +"origin" "-2536 1120 40" +"classname" "info_pathnode" +} +// entity 767 +{ +"origin" "-2536 1720 40" +"classname" "info_pathnode" +} +// entity 768 +{ +"origin" "-2400 1544 40" +"classname" "info_pathnode" +} +// entity 769 +{ +"origin" "-2400 1448 40" +"classname" "info_pathnode" +} +// entity 770 +{ +"origin" "-2400 1360 40" +"classname" "info_pathnode" +} +// entity 771 +{ +"origin" "-2400 1272 40" +"classname" "info_pathnode" +} +// entity 772 +{ +"origin" "-2400 1184 40" +"classname" "info_pathnode" +} +// entity 773 +{ +"origin" "-2400 1056 40" +"classname" "info_pathnode" +} +// entity 774 +{ +"origin" "-2400 1656 40" +"classname" "info_pathnode" +} +// entity 775 +{ +"origin" "-2272 1488 40" +"classname" "info_pathnode" +} +// entity 776 +{ +"origin" "-2272 1312 40" +"classname" "info_pathnode" +} +// entity 777 +{ +"origin" "-2272 1224 40" +"classname" "info_pathnode" +} +// entity 778 +{ +"origin" "-2272 1096 40" +"classname" "info_pathnode" +} +// entity 779 +{ +"origin" "-2104 1552 40" +"classname" "info_pathnode" +} +// entity 780 +{ +"origin" "-2104 1376 40" +"classname" "info_pathnode" +} +// entity 781 +{ +"origin" "-2104 1288 40" +"classname" "info_pathnode" +} +// entity 782 +{ +"origin" "-2104 1160 40" +"classname" "info_pathnode" +} +// entity 783 +{ +"origin" "-2104 1760 40" +"classname" "info_pathnode" +} +// entity 784 +{ +"origin" "-1976 1720 40" +"classname" "info_pathnode" +} +// entity 785 +{ +"origin" "-1976 1624 40" +"classname" "info_pathnode" +} +// entity 786 +{ +"origin" "-1976 1536 40" +"classname" "info_pathnode" +} +// entity 787 +{ +"origin" "-1976 1448 40" +"classname" "info_pathnode" +} +// entity 788 +{ +"origin" "-1976 1360 40" +"classname" "info_pathnode" +} +// entity 789 +{ +"origin" "-1976 1232 40" +"classname" "info_pathnode" +} +// entity 790 +{ +"origin" "-1976 1832 40" +"classname" "info_pathnode" +} +// entity 791 +{ +"origin" "-1856 1752 40" +"classname" "info_pathnode" +} +// entity 792 +{ +"origin" "-1856 1656 40" +"classname" "info_pathnode" +} +// entity 793 +{ +"origin" "-1856 1568 40" +"classname" "info_pathnode" +} +// entity 794 +{ +"origin" "-1856 1480 40" +"classname" "info_pathnode" +} +// entity 795 +{ +"origin" "-1856 1392 40" +"classname" "info_pathnode" +} +// entity 796 +{ +"origin" "-1856 1264 40" +"classname" "info_pathnode" +} +// entity 797 +{ +"origin" "-1856 1864 40" +"classname" "info_pathnode" +} +// entity 798 +{ +"origin" "-1736 1728 40" +"classname" "info_pathnode" +} +// entity 799 +{ +"origin" "-1736 1632 40" +"classname" "info_pathnode" +} +// entity 800 +{ +"origin" "-1736 1544 40" +"classname" "info_pathnode" +} +// entity 801 +{ +"origin" "-1736 1456 40" +"classname" "info_pathnode" +} +// entity 802 +{ +"origin" "-1736 1368 40" +"classname" "info_pathnode" +} +// entity 803 +{ +"origin" "-1736 1240 40" +"classname" "info_pathnode" +} +// entity 804 +{ +"origin" "-1736 1840 40" +"classname" "info_pathnode" +} +// entity 805 +{ +"origin" "-1616 1784 40" +"classname" "info_pathnode" +} +// entity 806 +{ +"origin" "-1616 1688 40" +"classname" "info_pathnode" +} +// entity 807 +{ +"origin" "-1616 1600 40" +"classname" "info_pathnode" +} +// entity 808 +{ +"origin" "-1616 1512 40" +"classname" "info_pathnode" +} +// entity 809 +{ +"origin" "-1616 1424 40" +"classname" "info_pathnode" +} +// entity 810 +{ +"origin" "-1616 1296 40" +"classname" "info_pathnode" +} +// entity 811 +{ +"origin" "-1616 1896 40" +"classname" "info_pathnode" +} +// entity 812 +{ +"origin" "-1488 1720 40" +"classname" "info_pathnode" +} +// entity 813 +{ +"origin" "-1488 1624 40" +"classname" "info_pathnode" +} +// entity 814 +{ +"origin" "-1488 1536 40" +"classname" "info_pathnode" +} +// entity 815 +{ +"origin" "-1488 1448 40" +"classname" "info_pathnode" +} +// entity 816 +{ +"origin" "-1488 1360 40" +"classname" "info_pathnode" +} +// entity 817 +{ +"origin" "-1488 1232 40" +"classname" "info_pathnode" +} +// entity 818 +{ +"origin" "-1488 1832 40" +"classname" "info_pathnode" +} +// entity 819 +{ +"origin" "-1352 1672 40" +"classname" "info_pathnode" +} +// entity 820 +{ +"origin" "-1352 1584 40" +"classname" "info_pathnode" +} +// entity 821 +{ +"origin" "-1352 1496 40" +"classname" "info_pathnode" +} +// entity 822 +{ +"origin" "-1352 1408 40" +"classname" "info_pathnode" +} +// entity 823 +{ +"origin" "-1352 1280 40" +"classname" "info_pathnode" +} +// entity 824 +{ +"origin" "-80.75 3019.25 24.00" +"angle" "45" +"testanim" "idle" +"model" "statweapons/P_granatwerfer_base.tik" +"scale" "1.0" +"classname" "addon_turretweapon_german_granatwerfer" +} +// entity 825 +{ +"$targetname" "gen_sound_speaker" +"origin" "540 5520 96" +"classname" "sound_speaker" +} +// entity 826 +{ +"volume" "4" +"noise" "sound/weapons/fire/flak_fire2.wav" +"spawnflags" "32" +"$targetname" "flakk_sound_speaker" +"origin" "-4636 1760 496" +"classname" "sound_speaker" +} +// entity 827 +{ +"targetname" "t1786" +"classname" "script_object" +// brush 0 +{ +( -1014 3174 312 ) ( -1014 3174 408 ) ( -1014 3166 408 ) common/caulk 49 11 -180.00 0.125000 -1.500000 0 65696 0 +( -950 3174 312 ) ( -950 3174 408 ) ( -1014 3174 408 ) general_structure/window4_broken 20 63 0.00 -0.500000 0.375000 8192 16384 0 +( -950 3174 408 ) ( -950 3174 312 ) ( -950 3166 312 ) common/caulk 49 11 -180.00 0.125000 -1.500000 0 65696 0 +( -946 3170 408 ) ( -946 3170 312 ) ( -1010 3170 312 ) general_structure/window4_broken 20 63 0.00 -0.500000 0.375000 8192 16384 0 +( -950 3174 408 ) ( -950 3166 408 ) ( -1014 3166 408 ) common/caulk 9 49 -180.00 1 -0.125000 0 65696 0 +( -950 3166 312 ) ( -950 3174 312 ) ( -1014 3174 312 ) common/caulk 9 49 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 828 +{ +"target" "t1786" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( -1014 3174 312 ) ( -1014 3174 408 ) ( -1014 3166 408 ) common/caulk 49 11 -180.00 0.125000 -1.500000 0 65696 0 +( -950 3174 312 ) ( -950 3174 408 ) ( -1014 3174 408 ) general_structure/window4_frame 20 63 0.00 -0.500000 0.375000 0 4194304 0 +( -950 3174 408 ) ( -950 3174 312 ) ( -950 3166 312 ) common/caulk 49 11 -180.00 0.125000 -1.500000 0 65696 0 +( -946 3170 408 ) ( -946 3170 312 ) ( -1010 3170 312 ) general_structure/window4_frame 20 63 0.00 -0.500000 0.375000 0 4194304 0 +( -950 3174 408 ) ( -950 3166 408 ) ( -1014 3166 408 ) common/caulk 9 49 -180.00 1 -0.125000 0 65696 0 +( -950 3166 312 ) ( -950 3174 312 ) ( -1014 3174 312 ) common/caulk 9 49 -180.00 1 -0.125000 0 65696 0 +} +} +// entity 829 +{ +"angle" "90" +"spawnflags" "0" +"classname" "func_rotatingdoor" +// brush 0 +{ +( -638 2826 276 ) ( -642 2826 276 ) ( -642 2822 276 ) common/origin -14 0 0.00 1 1 16777216 2176 0 +( -642 2822 372 ) ( -642 2826 372 ) ( -638 2826 372 ) common/origin -14 0 0.00 1 1 16777216 2176 0 +( -642 2822 388 ) ( -638 2822 388 ) ( -638 2822 260 ) common/origin -14 60 0.00 1 1 16777216 2176 0 +( -638 2822 388 ) ( -638 2826 388 ) ( -638 2826 260 ) common/origin 0 60 0.00 1 1 16777216 2176 0 +( -638 2826 388 ) ( -642 2826 388 ) ( -642 2826 260 ) common/origin -14 60 0.00 1 1 16777216 2176 0 +( -642 2826 388 ) ( -642 2822 388 ) ( -642 2822 260 ) common/origin 0 60 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -988 2808 264 ) ( -988 2836 264 ) ( -1096 2836 264 ) common/nodraw 19 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1096 2820 752 ) ( -988 2820 752 ) ( -988 2820 488 ) general_structure/door_offwhite2 0 8 0.00 -0.500000 0.500000 0 16384 0 +( -988 2828 752 ) ( -1096 2828 752 ) ( -1096 2828 488 ) general_structure/door_offwhite2 0 8 0.00 -0.500000 0.500000 0 16384 0 +surfaceparm detail +( -704 2812 260 ) ( -704 2828 260 ) ( -704 2820 480 ) general_structure/door_offwhite2 64 8 0.00 -0.062500 0.500000 0 16384 0 +( -640 2828 260 ) ( -640 2812 260 ) ( -640 2820 480 ) general_structure/door_offwhite2 64 8 0.00 -0.062500 0.500000 0 16384 0 +( -672 2808 388 ) ( -664 2832 388 ) ( -656 2808 388 ) common/nodraw 19 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +} +// entity 830 +{ +"angle" "90" +"alwaysaway" "1" +"targetname" "t1787" +"classname" "script_object" +// brush 0 +{ +( 5134 3738 272 ) ( 5134 3738 368 ) ( 5126 3738 368 ) common/caulk 44 24 -180.00 0.156250 -1.718750 0 65696 0 +( 5137 3674 272 ) ( 5137 3674 368 ) ( 5137 3738 368 ) general_structure/window4_broken 82 102 0.00 -0.515625 0.429688 8192 16384 0 +( 5136 3672 352 ) ( 5136 3672 256 ) ( 5128 3672 256 ) common/caulk 44 24 -180.00 0.156250 -1.718750 0 65696 0 +( 5127 3674 368 ) ( 5127 3674 272 ) ( 5127 3738 272 ) general_structure/window4_broken 82 102 0.00 -0.515625 0.429688 8192 16384 0 +( 5134 3676 374 ) ( 5126 3676 374 ) ( 5126 3740 374 ) common/caulk 41 44 90.00 -1.031250 -0.156250 0 65696 0 +( 5126 3668 264 ) ( 5134 3668 264 ) ( 5134 3732 264 ) common/caulk 41 44 90.00 -1.031250 -0.156250 0 65696 0 +} +} +// entity 831 +{ +"target" "t1787" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5134 3738 272 ) ( 5134 3738 368 ) ( 5126 3738 368 ) common/caulk 44 24 -180.00 0.156250 -1.718750 0 65696 0 +( 5137 3674 272 ) ( 5137 3674 368 ) ( 5137 3738 368 ) general_structure/window4_frame 82 102 0.00 -0.515625 0.429688 0 4194304 0 +( 5136 3672 352 ) ( 5136 3672 256 ) ( 5128 3672 256 ) common/caulk 44 24 -180.00 0.156250 -1.718750 0 65696 0 +( 5127 3674 368 ) ( 5127 3674 272 ) ( 5127 3738 272 ) general_structure/window4_frame 82 102 0.00 -0.515625 0.429688 0 4194304 0 +( 5134 3676 374 ) ( 5126 3676 374 ) ( 5126 3740 374 ) common/caulk 41 44 90.00 -1.031250 -0.156250 0 65696 0 +( 5126 3668 264 ) ( 5134 3668 264 ) ( 5134 3732 264 ) common/caulk 41 44 90.00 -1.031250 -0.156250 0 65696 0 +} +} +// entity 832 +{ +"angle" "90" +"alwaysaway" "1" +"targetname" "t1788" +"classname" "script_object" +// brush 0 +{ +( 5134 3520 272 ) ( 5134 3520 368 ) ( 5126 3520 368 ) common/caulk 45 24 -180.00 0.156250 -1.718750 0 65696 0 +( 5137 3456 272 ) ( 5137 3456 368 ) ( 5137 3520 368 ) general_structure/window4_broken 44 102 0.00 -0.515625 0.429688 8192 16384 0 +( 5136 3454 352 ) ( 5136 3454 256 ) ( 5128 3454 256 ) common/caulk 45 24 -180.00 0.156250 -1.718750 0 65696 0 +( 5127 3456 368 ) ( 5127 3456 272 ) ( 5127 3520 272 ) general_structure/window4_broken 44 102 0.00 -0.515625 0.429688 8192 16384 0 +( 5134 3458 374 ) ( 5126 3458 374 ) ( 5126 3522 374 ) common/caulk 22 46 90.00 -1.031250 -0.156250 0 65696 0 +( 5126 3450 264 ) ( 5134 3450 264 ) ( 5134 3514 264 ) common/caulk 22 46 90.00 -1.031250 -0.156250 0 65696 0 +} +} +// entity 833 +{ +"target" "t1788" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 5134 3520 272 ) ( 5134 3520 368 ) ( 5126 3520 368 ) common/caulk 45 24 -180.00 0.156250 -1.718750 0 65696 0 +( 5137 3456 272 ) ( 5137 3456 368 ) ( 5137 3520 368 ) general_structure/window4_frame 44 102 0.00 -0.515625 0.429688 0 4194304 0 +( 5136 3454 352 ) ( 5136 3454 256 ) ( 5128 3454 256 ) common/caulk 45 24 -180.00 0.156250 -1.718750 0 65696 0 +( 5127 3456 368 ) ( 5127 3456 272 ) ( 5127 3520 272 ) general_structure/window4_frame 44 102 0.00 -0.515625 0.429688 0 4194304 0 +( 5134 3458 374 ) ( 5126 3458 374 ) ( 5126 3522 374 ) common/caulk 22 46 90.00 -1.031250 -0.156250 0 65696 0 +( 5126 3450 264 ) ( 5134 3450 264 ) ( 5134 3514 264 ) common/caulk 22 46 90.00 -1.031250 -0.156250 0 65696 0 +} +} +// entity 834 +{ +"angle" "90" +"alwaysaway" "1" +"targetname" "t1789" +"classname" "script_object" +// brush 0 +{ +( 4814 4070 268 ) ( 4814 4070 364 ) ( 4806 4070 364 ) common/caulk 46 33 -180.00 0.156250 -1.593750 0 65696 0 +( 4817 4006 268 ) ( 4817 4006 364 ) ( 4817 4070 364 ) general_structure/window4_broken -23 139 0.00 0.609375 0.398453 8192 16384 0 +( 4814 3992 348 ) ( 4814 3992 252 ) ( 4806 3992 252 ) common/caulk 46 33 -180.00 0.156250 -1.593750 0 65696 0 +( 4807 4006 364 ) ( 4807 4006 268 ) ( 4807 4070 268 ) general_structure/window4_broken -23 139 0.00 0.609375 0.398453 8192 16384 0 +( 4814 4008 362 ) ( 4806 4008 362 ) ( 4806 4072 362 ) common/caulk -11 47 90.00 1.218750 -0.156250 0 65696 0 +( 4806 4000 260 ) ( 4814 4000 260 ) ( 4814 4064 260 ) common/caulk -11 47 90.00 1.218750 -0.156250 0 65696 0 +} +} +// entity 835 +{ +"target" "t1789" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 4814 4070 268 ) ( 4814 4070 364 ) ( 4806 4070 364 ) common/caulk 46 33 -180.00 0.156250 -1.593750 0 65696 0 +( 4817 4006 268 ) ( 4817 4006 364 ) ( 4817 4070 364 ) general_structure/window4_frame -23 139 0.00 0.609375 0.398453 0 4194304 0 +( 4814 3992 348 ) ( 4814 3992 252 ) ( 4806 3992 252 ) common/caulk 46 33 -180.00 0.156250 -1.593750 0 65696 0 +( 4807 4006 364 ) ( 4807 4006 268 ) ( 4807 4070 268 ) general_structure/window4_frame -23 139 0.00 0.609375 0.398453 0 4194304 0 +( 4814 4008 362 ) ( 4806 4008 362 ) ( 4806 4072 362 ) common/caulk -11 47 90.00 1.218750 -0.156250 0 65696 0 +( 4806 4000 260 ) ( 4814 4000 260 ) ( 4814 4064 260 ) common/caulk -11 47 90.00 1.218750 -0.156250 0 65696 0 +} +} +// entity 836 +{ +"angle" "90" +"alwaysaway" "1" +"targetname" "t1790" +"classname" "script_object" +// brush 0 +{ +( 4814 4326 268 ) ( 4814 4326 364 ) ( 4806 4326 364 ) common/caulk 46 33 -180.00 0.156250 -1.593750 0 65696 0 +( 4817 4262 268 ) ( 4817 4262 364 ) ( 4817 4326 364 ) general_structure/window4_broken -59 139 0.00 0.609375 0.398453 8192 16384 0 +( 4814 4248 348 ) ( 4814 4248 252 ) ( 4806 4248 252 ) common/caulk 46 33 -180.00 0.156250 -1.593750 0 65696 0 +( 4807 4262 364 ) ( 4807 4262 268 ) ( 4807 4326 268 ) general_structure/window4_broken -59 139 0.00 0.609375 0.398453 8192 16384 0 +( 4814 4264 362 ) ( 4806 4264 362 ) ( 4806 4328 362 ) common/caulk -29 47 90.00 1.218750 -0.156250 0 65696 0 +( 4806 4256 260 ) ( 4814 4256 260 ) ( 4814 4320 260 ) common/caulk -29 47 90.00 1.218750 -0.156250 0 65696 0 +} +} +// entity 837 +{ +"target" "t1790" +"spawnflags" "0" +"classname" "func_window" +// brush 0 +{ +( 4814 4326 268 ) ( 4814 4326 364 ) ( 4806 4326 364 ) common/caulk 46 33 -180.00 0.156250 -1.593750 0 65696 0 +( 4817 4262 268 ) ( 4817 4262 364 ) ( 4817 4326 364 ) general_structure/window4_frame -59 139 0.00 0.609375 0.398453 0 4194304 0 +( 4814 4248 348 ) ( 4814 4248 252 ) ( 4806 4248 252 ) common/caulk 46 33 -180.00 0.156250 -1.593750 0 65696 0 +( 4807 4262 364 ) ( 4807 4262 268 ) ( 4807 4326 268 ) general_structure/window4_frame -59 139 0.00 0.609375 0.398453 0 4194304 0 +( 4814 4264 362 ) ( 4806 4264 362 ) ( 4806 4328 362 ) common/caulk -29 47 90.00 1.218750 -0.156250 0 65696 0 +( 4806 4256 260 ) ( 4814 4256 260 ) ( 4814 4320 260 ) common/caulk -29 47 90.00 1.218750 -0.156250 0 65696 0 +} +} +// entity 838 +{ +"angles" "0 350 0" +"origin" "-6297.00 3969.00 236.00" +"model" "miscobj//g_magazine_diewehrmacht2.tik" +"scale" "1.0" +"classname" "interactobject_magazine_german_diewehrmacht2" +"testanim" "idle" +} +// entity 839 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( 5716 1864 272 ) ( 5716 1888 272 ) ( 5692 1888 272 ) common/caulk 23 51 0.00 -1.125000 1.125000 0 65696 0 +( 5692 1888 344 ) ( 5716 1888 344 ) ( 5716 1864 344 ) german/crate_reinforced1_topflt 48 100 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5692 1856 272 ) ( 5692 1856 472 ) ( 5716 1856 472 ) german/crate_reinforced1_topflt 48 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5644 1888 272 ) ( 5644 1888 472 ) ( 5644 1864 472 ) german/crate_reinforced1_topflt 100 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5716 1928 272 ) ( 5716 1928 472 ) ( 5692 1928 472 ) german/crate_reinforced1_topflt 48 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +( 5716 1864 272 ) ( 5716 1864 472 ) ( 5716 1888 472 ) german/crate_reinforced1_topflt 100 99 0.00 -0.562500 0.562500 0 16384 0 +surfaceparm detail +} +} +// entity 840 +{ +"spawnflags" "1" +"classname" "func_crate" +// brush 0 +{ +( 5748 1792 272 ) ( 5748 1816 272 ) ( 5724 1816 272 ) common/caulk 6 50 0.00 -1.125000 1.125000 0 65696 0 +( 5724 1816 344 ) ( 5748 1816 344 ) ( 5748 1792 344 ) german/gnrlcratesml_frnt 106 99 0.00 -0.562500 0.562500 0 16384 0 +( 5724 1784 272 ) ( 5724 1784 472 ) ( 5748 1784 472 ) german/gnrlcratesml_frnt 106 99 0.00 -0.562500 0.562500 0 16384 0 +( 5676 1816 272 ) ( 5676 1816 472 ) ( 5676 1792 472 ) german/gnrlcratesml_frnt 99 99 0.00 -0.562500 0.562500 0 16384 0 +( 5748 1856 272 ) ( 5748 1856 472 ) ( 5724 1856 472 ) german/gnrlcratesml_frnt 106 99 0.00 -0.562500 0.562500 0 16384 0 +( 5748 1792 272 ) ( 5748 1792 472 ) ( 5748 1816 472 ) german/gnrlcratesml_frnt 99 99 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 841 +{ +"classname" "light" +"origin" "-2190 516 352" +"light" "120" +"_color" "1.000000 0.733333 0.576471" +} +// entity 842 +{ +"classname" "light" +"origin" "-1070 2874 360" +"light" "120" +"_color" "1.000000 0.733333 0.576471" +} +// entity 843 +{ +"angle" "45" +"angles" "0 350 0" +"origin" "-4752.00 4701.00 244.00" +"model" "miscobj//g_magazine_diewehrmacht2.tik" +"scale" "1.0" +"classname" "interactobject_magazine_german_diewehrmacht2" +"testanim" "idle" +} +// entity 844 +{ +"angle" "45" +"angles" "0 350 0" +"origin" "-4664.00 4781.00 244.00" +"model" "miscobj//g_magazine_diewehrmacht2.tik" +"scale" "1.0" +"classname" "interactobject_magazine_german_diewehrmacht2" +"testanim" "idle" +} +// entity 845 +{ +"$targetname" "flak88" +"angle" "225" +"origin" "1407.00 4071.00 126.00" +"testanim" "idle" +"model" "statweapons/P_flak88.tik" +"scale" "1.0" +"classname" "turretweapon_german_flak88" +} +// entity 846 +{ +"$targetname" "airstrike_radio_speaker" +"origin" "2396 1616 288" +"classname" "sound_speaker" +} +// entity 847 +{ +"$targetname" "artillery_radio_speaker" +"origin" "-4824 1908 288" +"classname" "sound_speaker" +} +// entity 848 +{ +"$targetname" "flak_sound_speaker" +"origin" "-5048 1960 288" +"classname" "sound_speaker" +} +// entity 849 +{ +"setthread" "doorlocked" +"classname" "trigger_use" +// brush 0 +{ +( -1138 2112 24 ) ( -1138 2144 24 ) ( -1554 2144 24 ) common/trigger -32 10 0.00 1 1 0 65664 0 +( -1554 2112 568 ) ( -1138 2112 568 ) ( -1138 2112 -8 ) common/trigger -32 -16 0.00 1 1 0 65664 0 +( -1458 2112 -88 ) ( -1458 2128 -88 ) ( -1458 2120 200 ) common/trigger -10 -16 0.00 1 1 0 65664 0 +( -1378 2128 -88 ) ( -1378 2112 -88 ) ( -1378 2120 200 ) common/trigger -10 -16 0.00 1 1 0 65664 0 +( -1450 2144 170 ) ( -1370 2128 170 ) ( -1450 2112 170 ) common/trigger -32 10 0.00 1 1 0 65664 0 +( -1732 2120 24 ) ( -1728 2120 24 ) ( -1730 2120 152 ) common/trigger -32 -16 0.00 1 1 0 65664 0 +} +} +// entity 850 +{ +"ObjectiveNBR" "1" +"spawnflags" "3" +"$targetname" "Obj_axisammodepot" +"target" "mg42_bomb_trigger" +"ControlledBy" "0" +"AxisObjNum" "1" +"AlliesObjNum" "5" +"origin" "-6184 4748 28" +"classname" "func_TOWObjective" +} +// entity 851 +{ +"origin" "-2056 1384 38" +"angle" "135" +"$targetname" "alliewincamera_1" +"classname" "func_camera" +} +// entity 852 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Shotgun" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "20" +"$targetname" "enemyspawner" +"target" "t1774" +"angle" "180" +"origin" "-1344.00 1904.00 48.00" +"testanim" "idle" +"model" "human/1st-ranger_captain.tik" +"scale" "1.0" +"classname" "ai_allied_1st-ranger_captain" +} +// entity 853 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Shotgun" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "25" +"$targetname" "enemyspawner" +"target" "t1775" +"angle" "180" +"origin" "-1360.00 1824.00 48.00" +"testanim" "idle" +"model" "human/allied_uk_capt-paratrooper.tik" +"scale" "1.0" +"classname" "ai_allied_1st-ranger_engineer" +} +// entity 854 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "M1 Garand" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "20" +"$targetname" "enemyspawner" +"target" "t1773" +"origin" "-1424.00 1904.00 48.00" +"testanim" "idle" +"angle" "180" +"model" "human/soviet_infantry1.tik" +"scale" "1.0" +"classname" "addon_ai_soviet_infantry1" +} +// entity 855 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "M1 Garand" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "20" +"$targetname" "enemyspawner" +"target" "t1776" +"angle" "180" +"origin" "-1296.00 1832.00 48.00" +"testanim" "idle" +"model" "human/1st-ranger_captain.tik" +"scale" "1.0" +"classname" "ai_allied_1st-ranger_captain" +} +// entity 856 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "M1 Garand" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "20" +"$targetname" "enemyspawner" +"target" "t1777" +"angle" "180" +"origin" "-1336.00 1736.00 48.00" +"testanim" "idle" +"model" "human/1st-ranger_engineer.tik" +"scale" "1.0" +"classname" "ai_allied_1st-ranger_engineer" +} +// entity 857 +{ +"targetname" "t1775" +"origin" "-2280 1544 40" +"classname" "info_pathnode" +} +// entity 858 +{ +"targetname" "t1777" +"origin" "-2000 1512 40" +"classname" "info_pathnode" +} +// entity 859 +{ +"targetname" "t1773" +"origin" "-2144 1672 40" +"classname" "info_pathnode" +} +// entity 860 +{ +"targetname" "t1774" +"origin" "-2056 1648 40" +"classname" "info_pathnode" +} +// entity 861 +{ +"targetname" "t1776" +"origin" "-2056 1464 40" +"classname" "info_pathnode" +} +// entity 862 +{ +"origin" "-2464 1536 78" +"angle" "0" +"$targetname" "alliewincamera_2" +"classname" "func_camera" +} +// entity 863 +{ +"target" "t1791" +"origin" "2472 3120 80" +"$targetname" "axiswincamera_spline" +"classname" "info_splinepath" +} +// entity 864 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Shotgun" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "30" +"$targetname" "enemyspawner" +"target" "t1778" +"angle" "315" +"origin" "1232.00 3120.00 64.00" +"testanim" "idle" +"model" "human/1st-ranger_captain.tik" +"scale" "1.0" +"classname" "ai_allied_1st-ranger_captain" +} +// entity 865 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "M1 Garand" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "35" +"$targetname" "enemyspawner" +"target" "t1779" +"angle" "315" +"origin" "1176.00 3040.00 64.00" +"testanim" "idle" +"model" "human/1st-ranger_captain.tik" +"scale" "1.0" +"classname" "ai_allied_1st-ranger_captain" +} +// entity 866 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "M1 Garand" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "30" +"$targetname" "enemyspawner" +"target" "t1780" +"angle" "315" +"origin" "1104.00 3016.00 64.00" +"testanim" "idle" +"model" "human/1st-ranger_engineer.tik" +"scale" "1.0" +"classname" "ai_allied_1st-ranger_engineer" +} +// entity 867 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Shotgun" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "45" +"$targetname" "enemyspawner" +"target" "t1782" +"origin" "912.00 3256.00 32.00" +"angle" "0" +"testanim" "idle" +"model" "human/german_wehrmact_officer.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_officer" +} +// entity 868 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Mauser KAR 98K" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "40" +"$targetname" "enemyspawner" +"target" "t1783" +"angle" "0" +"origin" "928.00 3328.00 32.00" +"testanim" "idle" +"model" "human/german_wehrmact_soldier.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_soldier" +} +// entity 869 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Mauser KAR 98K" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "40" +"$targetname" "enemyspawner" +"target" "t1784" +"angle" "0" +"origin" "896.00 3192.00 32.00" +"testanim" "idle" +"model" "human/german_wehrmact_soldier.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_soldier" +} +// entity 870 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Mauser KAR 98K" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "40" +"$targetname" "enemyspawner" +"target" "t1785" +"origin" "992.00 3424.00 32.00" +"angle" "315" +"testanim" "idle" +"model" "human/german_wehrmact_officer.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_officer" +} +// entity 871 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "Mauser KAR 98K" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "40" +"$targetname" "enemyspawner" +"target" "t1781" +"angle" "315" +"origin" "1128.00 3472.00 32.00" +"testanim" "idle" +"model" "human/german_wehrmact_soldier.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_soldier" +} +// entity 872 +{ +"origin" "336 3840 40" +"classname" "info_pathnode" +} +// entity 873 +{ +"origin" "336 3744 40" +"classname" "info_pathnode" +} +// entity 874 +{ +"origin" "336 3656 40" +"classname" "info_pathnode" +} +// entity 875 +{ +"origin" "336 3568 40" +"classname" "info_pathnode" +} +// entity 876 +{ +"origin" "480 3792 40" +"classname" "info_pathnode" +} +// entity 877 +{ +"origin" "480 3696 40" +"classname" "info_pathnode" +} +// entity 878 +{ +"origin" "480 3608 40" +"classname" "info_pathnode" +} +// entity 879 +{ +"origin" "480 3520 40" +"classname" "info_pathnode" +} +// entity 880 +{ +"origin" "632 3968 40" +"classname" "info_pathnode" +} +// entity 881 +{ +"origin" "632 3872 40" +"classname" "info_pathnode" +} +// entity 882 +{ +"origin" "632 3784 40" +"classname" "info_pathnode" +} +// entity 883 +{ +"origin" "632 3696 40" +"classname" "info_pathnode" +} +// entity 884 +{ +"origin" "744 3704 40" +"classname" "info_pathnode" +} +// entity 885 +{ +"origin" "744 3608 40" +"classname" "info_pathnode" +} +// entity 886 +{ +"origin" "744 3520 40" +"classname" "info_pathnode" +} +// entity 887 +{ +"origin" "744 3432 40" +"classname" "info_pathnode" +} +// entity 888 +{ +"origin" "864 3912 40" +"classname" "info_pathnode" +} +// entity 889 +{ +"origin" "864 3816 40" +"classname" "info_pathnode" +} +// entity 890 +{ +"origin" "864 3728 40" +"classname" "info_pathnode" +} +// entity 891 +{ +"origin" "864 3640 40" +"classname" "info_pathnode" +} +// entity 892 +{ +"origin" "872 3512 40" +"classname" "info_pathnode" +} +// entity 893 +{ +"origin" "872 3416 40" +"classname" "info_pathnode" +} +// entity 894 +{ +"origin" "872 3328 40" +"classname" "info_pathnode" +} +// entity 895 +{ +"origin" "872 3240 40" +"classname" "info_pathnode" +} +// entity 896 +{ +"origin" "992 3376 40" +"classname" "info_pathnode" +} +// entity 897 +{ +"origin" "992 3280 40" +"classname" "info_pathnode" +} +// entity 898 +{ +"origin" "992 3192 40" +"classname" "info_pathnode" +} +// entity 899 +{ +"origin" "992 3104 40" +"classname" "info_pathnode" +} +// entity 900 +{ +"origin" "1008 3800 40" +"classname" "info_pathnode" +} +// entity 901 +{ +"origin" "1008 3704 40" +"classname" "info_pathnode" +} +// entity 902 +{ +"origin" "1008 3616 40" +"classname" "info_pathnode" +} +// entity 903 +{ +"origin" "1008 3528 40" +"classname" "info_pathnode" +} +// entity 904 +{ +"origin" "1136 3632 40" +"classname" "info_pathnode" +} +// entity 905 +{ +"origin" "1136 3536 40" +"classname" "info_pathnode" +} +// entity 906 +{ +"origin" "1136 3448 40" +"classname" "info_pathnode" +} +// entity 907 +{ +"origin" "1136 3360 40" +"classname" "info_pathnode" +} +// entity 908 +{ +"origin" "1120 3192 40" +"classname" "info_pathnode" +} +// entity 909 +{ +"origin" "1120 3096 40" +"classname" "info_pathnode" +} +// entity 910 +{ +"origin" "1120 3008 40" +"classname" "info_pathnode" +} +// entity 911 +{ +"origin" "1120 2920 40" +"classname" "info_pathnode" +} +// entity 912 +{ +"origin" "1200 2928 40" +"classname" "info_pathnode" +} +// entity 913 +{ +"origin" "1200 2832 40" +"classname" "info_pathnode" +} +// entity 914 +{ +"origin" "1200 2744 40" +"classname" "info_pathnode" +} +// entity 915 +{ +"origin" "1288 3096 40" +"classname" "info_pathnode" +} +// entity 916 +{ +"origin" "1288 3000 40" +"classname" "info_pathnode" +} +// entity 917 +{ +"targetname" "t1781" +"origin" "2136 2888 40" +"classname" "info_pathnode" +} +// entity 918 +{ +"origin" "1288 2824 40" +"classname" "info_pathnode" +} +// entity 919 +{ +"origin" "1224 3464 40" +"classname" "info_pathnode" +} +// entity 920 +{ +"origin" "1224 3368 40" +"classname" "info_pathnode" +} +// entity 921 +{ +"origin" "1224 3280 40" +"classname" "info_pathnode" +} +// entity 922 +{ +"origin" "1224 3192 40" +"classname" "info_pathnode" +} +// entity 923 +{ +"origin" "1360 3096 40" +"classname" "info_pathnode" +} +// entity 924 +{ +"targetname" "t1785" +"origin" "2152 2792 40" +"classname" "info_pathnode" +} +// entity 925 +{ +"origin" "1408 2944 40" +"classname" "info_pathnode" +} +// entity 926 +{ +"targetname" "t1782" +"origin" "2336 2760 40" +"classname" "info_pathnode" +} +// entity 927 +{ +"targetname" "t1784" +"origin" "2168 2712 40" +"classname" "info_pathnode" +} +// entity 928 +{ +"origin" "1360 2624 40" +"classname" "info_pathnode" +} +// entity 929 +{ +"targetname" "t1783" +"origin" "2232 2848 40" +"classname" "info_pathnode" +} +// entity 930 +{ +"origin" "1520 2744 40" +"classname" "info_pathnode" +} +// entity 931 +{ +"origin" "1520 2656 40" +"classname" "info_pathnode" +} +// entity 932 +{ +"origin" "1520 2568 40" +"classname" "info_pathnode" +} +// entity 933 +{ +"origin" "1624 2840 40" +"classname" "info_pathnode" +} +// entity 934 +{ +"origin" "1496 2896 40" +"classname" "info_pathnode" +} +// entity 935 +{ +"origin" "1680 2736 40" +"classname" "info_pathnode" +} +// entity 936 +{ +"origin" "1616 2752 40" +"classname" "info_pathnode" +} +// entity 937 +{ +"origin" "1832 2832 40" +"classname" "info_pathnode" +} +// entity 938 +{ +"origin" "1832 2768 40" +"classname" "info_pathnode" +} +// entity 939 +{ +"origin" "1984 2840 40" +"classname" "info_pathnode" +} +// entity 940 +{ +"origin" "1976 2776 40" +"classname" "info_pathnode" +} +// entity 941 +{ +"origin" "2104 2864 40" +"classname" "info_pathnode" +} +// entity 942 +{ +"origin" "2104 2776 40" +"classname" "info_pathnode" +} +// entity 943 +{ +"origin" "2056 2768 40" +"classname" "info_pathnode" +} +// entity 944 +{ +"origin" "2248 3016 40" +"classname" "info_pathnode" +} +// entity 945 +{ +"targetname" "t1778" +"origin" "2520 2736 40" +"classname" "info_pathnode" +} +// entity 946 +{ +"origin" "2248 2744 40" +"classname" "info_pathnode" +} +// entity 947 +{ +"targetname" "t1780" +"origin" "2608 2688 40" +"classname" "info_pathnode" +} +// entity 948 +{ +"origin" "2336 2696 40" +"classname" "info_pathnode" +} +// entity 949 +{ +"targetname" "t1779" +"origin" "2504 2608 40" +"classname" "info_pathnode" +} +// entity 950 +{ +"origin" "2448 2952 40" +"classname" "info_pathnode" +} +// entity 951 +{ +"origin" "2448 2856 40" +"classname" "info_pathnode" +} +// entity 952 +{ +"origin" "2448 2768 40" +"classname" "info_pathnode" +} +// entity 953 +{ +"origin" "2448 2680 40" +"classname" "info_pathnode" +} +// entity 954 +{ +"origin" "2568 2704 40" +"classname" "info_pathnode" +} +// entity 955 +{ +"origin" "2568 2608 40" +"classname" "info_pathnode" +} +// entity 956 +{ +"origin" "2568 2520 40" +"classname" "info_pathnode" +} +// entity 957 +{ +"origin" "2568 2432 40" +"classname" "info_pathnode" +} +// entity 958 +{ +"origin" "2456 2544 40" +"classname" "info_pathnode" +} +// entity 959 +{ +"origin" "2456 2448 40" +"classname" "info_pathnode" +} +// entity 960 +{ +"origin" "2456 2360 40" +"classname" "info_pathnode" +} +// entity 961 +{ +"origin" "2456 2272 40" +"classname" "info_pathnode" +} +// entity 962 +{ +"origin" "624 3560 40" +"classname" "info_pathnode" +} +// entity 963 +{ +"origin" "624 3472 40" +"classname" "info_pathnode" +} +// entity 964 +{ +"origin" "744 3992 40" +"classname" "info_pathnode" +} +// entity 965 +{ +"origin" "744 3904 40" +"classname" "info_pathnode" +} +// entity 966 +{ +"origin" "2368 3104 40" +"classname" "info_pathnode" +} +// entity 967 +{ +"origin" "2368 3016 40" +"classname" "info_pathnode" +} +// entity 968 +{ +"origin" "2568 3064 40" +"classname" "info_pathnode" +} +// entity 969 +{ +"origin" "2568 2976 40" +"classname" "info_pathnode" +} +// entity 970 +{ +"origin" "2720 3056 40" +"classname" "info_pathnode" +} +// entity 971 +{ +"origin" "2720 2968 40" +"classname" "info_pathnode" +} +// entity 972 +{ +"origin" "2616 2872 40" +"classname" "info_pathnode" +} +// entity 973 +{ +"origin" "2616 2784 40" +"classname" "info_pathnode" +} +// entity 974 +{ +"origin" "2728 2760 40" +"classname" "info_pathnode" +} +// entity 975 +{ +"origin" "2728 2672 40" +"classname" "info_pathnode" +} +// entity 976 +{ +"origin" "2688 2488 40" +"classname" "info_pathnode" +} +// entity 977 +{ +"origin" "2688 2400 40" +"classname" "info_pathnode" +} +// entity 978 +{ +"origin" "2624 2304 40" +"classname" "info_pathnode" +} +// entity 979 +{ +"origin" "2624 2216 40" +"classname" "info_pathnode" +} +// entity 980 +{ +"origin" "2448 3088 80" +"angle" "45" +"$targetname" "axiswincamera_1" +"classname" "func_camera" +} +// entity 981 +{ +"origin" "672 3472 384" +"angle" "315" +"$targetname" "axiswincamera" +"classname" "func_camera" +} +// entity 982 +{ +"origin" "1720 2856 40" +"classname" "info_pathnode" +} +// entity 983 +{ +"origin" "1416 3016 40" +"classname" "info_pathnode" +} +// entity 984 +{ +"origin" "1240 3104 40" +"classname" "info_pathnode" +} +// entity 985 +{ +"origin" "1592 2896 40" +"classname" "info_pathnode" +} +// entity 986 +{ +"origin" "1718 2755 75" +"angle" "150" +"$targetname" "axiswincamera_target" +"classname" "func_camera" +} +// entity 987 +{ +"origin" "1375 2655 276" +"angle" "150" +"$targetname" "axiswincamera_4" +"classname" "func_camera" +} +// entity 988 +{ +"origin" "1486 3040 233" +"angle" "180" +"$targetname" "axiswincamera_3" +"classname" "func_camera" +} +// entity 989 +{ +"targetname" "t1791" +"origin" "2416 2768 80" +"classname" "info_splinepath" +} +// entity 990 +{ +"origin" "1312 2904 40" +"classname" "info_pathnode" +} +// entity 991 +{ +"origin" "1424 2832 40" +"classname" "info_pathnode" +} +// entity 992 +{ +"origin" "1520 2800 40" +"classname" "info_pathnode" +} +// entity 993 +{ +"origin" "1760 2776 40" +"classname" "info_pathnode" +} +// entity 994 +{ +"$targetname" "lookleft" +"origin" "2484 3076 100" +"classname" "info_notnull" +} +// entity 995 +{ +"targetname" "aagun_destroyed_collision" +"classname" "script_object" +// brush 0 +{ +( -5594 746 136 ) ( -5668 746 136 ) ( -5668 738 136 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5662 738 143 ) ( -5662 746 143 ) ( -5588 746 143 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5591 737 181 ) ( -5591 745 181 ) ( -5591 745 83 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5602 753 181 ) ( -5676 753 181 ) ( -5676 753 83 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5666 746 181 ) ( -5666 738 181 ) ( -5666 738 83 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5666 747 136 ) ( -5600 754 136 ) ( -5633 750.500000 143 ) common/tankclip 0 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5592 744 136 ) ( -5666 742 136 ) ( -5629 743 143 ) common/tankclip 0 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 1 +{ +( -5595 796 113 ) ( -5669 796 113 ) ( -5669 788 113 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5662 788 143 ) ( -5662 796 143 ) ( -5588 796 143 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5591 779 181 ) ( -5591 787 181 ) ( -5591 787 83 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5592 796 181 ) ( -5666 796 181 ) ( -5666 796 83 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5666 796 181 ) ( -5666 788 181 ) ( -5666 788 83 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5648 797 137 ) ( -5590 786 137 ) ( -5619 791.500000 143 ) common/tankclip 0 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5593 782 137 ) ( -5665 793 137 ) ( -5629 787.500000 143 ) common/tankclip 0 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5595 781.694336 114 ) ( -5630 796 125 ) ( -5665 781.694336 136 ) common/tankclip 0 58 0.00 0.500000 0.500000 983040 34976 0 +( -5626.500000 796 131.500000 ) ( -5591 781.694336 120 ) ( -5662 781.694336 143 ) common/tankclip 0 58 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 2 +{ +( -5593 796 105 ) ( -5667 796 105 ) ( -5667 788 105 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5662 788 125 ) ( -5662 796 125 ) ( -5588 796 125 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5592 799 163 ) ( -5592 807 163 ) ( -5592 807 65 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5593 805 163 ) ( -5667 805 163 ) ( -5667 805 65 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5666 796 163 ) ( -5666 788 163 ) ( -5666 788 65 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5665 797 119 ) ( -5593 805 119 ) ( -5629 801 125 ) common/tankclip 0 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5590 800 119 ) ( -5665 792 119 ) ( -5627.500000 796 125 ) common/tankclip 0 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5627.500000 805 118 ) ( -5591 791.893555 111 ) ( -5664 791.893555 125 ) common/tankclip 0 58 0.00 0.500000 0.500000 983040 34976 0 +( -5628.500000 805 110 ) ( -5665 791.893066 116 ) ( -5592 791.893066 104 ) common/tankclip 0 58 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 3 +{ +( -5750 724 157 ) ( -5658 724 157 ) ( -5658 724 129 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5666 702 157 ) ( -5666 830 157 ) ( -5666 830 129 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5759 829 157 ) ( -5759 701 157 ) ( -5759 701 129 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5747 836 107 ) ( -5756 702 107 ) ( -5738 702 107 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5756 702 117 ) ( -5753 836 117 ) ( -5750 702 117 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5756 835 111 ) ( -5759 701 115 ) ( -5753 701 107 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5796 756 107 ) ( -5780 756 107 ) ( -5788 756 117 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 4 +{ +( -5644 844 87 ) ( -5736 844 87 ) ( -5736 716 87 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5746 724 160 ) ( -5654 724 160 ) ( -5654 724 132 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5650 702 161 ) ( -5650 830 161 ) ( -5650 830 133 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5654 828 162 ) ( -5746 828 162 ) ( -5746 828 134 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5746 830 161 ) ( -5746 702 161 ) ( -5746 702 133 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5744 694 108 ) ( -5735 828 108 ) ( -5726 694 108 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 5 +{ +( -5708 788 55 ) ( -5716 788 55 ) ( -5716 750 55 ) common/origin -26 30 0.00 1 1 16777216 2176 0 +( -5716 750 63 ) ( -5716 788 63 ) ( -5708 788 63 ) common/origin -26 30 0.00 1 1 16777216 2176 0 +( -5716 766 61 ) ( -5708 766 61 ) ( -5708 766 53 ) common/origin -26 -58 0.00 1 1 16777216 2176 0 +( -5708 750 63 ) ( -5708 788 63 ) ( -5708 788 55 ) common/origin -30 -58 0.00 1 1 16777216 2176 0 +( -5708 774 63 ) ( -5716 774 63 ) ( -5716 774 55 ) common/origin -26 -58 0.00 1 1 16777216 2176 0 +( -5716 788 63 ) ( -5716 750 63 ) ( -5716 750 55 ) common/origin -30 -58 0.00 1 1 16777216 2176 0 +} +// brush 6 +{ +( -5792 774 115 ) ( -5798 774 115 ) ( -5798 767 115 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5798 767 117 ) ( -5798 774 117 ) ( -5792 774 117 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5798 767 117 ) ( -5792 767 117 ) ( -5792 767 115 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5792 767 117 ) ( -5792 774 117 ) ( -5792 774 115 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5792 774 117 ) ( -5798 774 117 ) ( -5798 774 115 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5798 774 117 ) ( -5798 767 117 ) ( -5798 767 115 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 7 +{ +( -5791 774 117 ) ( -5797 774 117 ) ( -5797 767 117 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5798 767 137 ) ( -5798 774 137 ) ( -5792 774 137 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5792 762 117 ) ( -5796 762 117 ) ( -5796 762 137 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5793 774 117 ) ( -5793 767 117 ) ( -5793 767 137 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5797 779 117 ) ( -5793 779 117 ) ( -5793.000488 779 137 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5798 767 117 ) ( -5798 774 117 ) ( -5798 774 137 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 8 +{ +( -5666 782 161 ) ( -5756 782 161 ) ( -5756 756 161 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5756 756 167 ) ( -5756 782 167 ) ( -5666 782 167 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5666 756 167 ) ( -5666 782 167 ) ( -5666 782 161 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5756 782 167 ) ( -5756 756 167 ) ( -5756 756 161 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5756 778 167 ) ( -5756 782 161 ) ( -5666 780 164 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5756 757 161 ) ( -5756 761 167 ) ( -5666 759 164 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 9 +{ +( -5690 702 178 ) ( -5683 736 178 ) ( -5681 736 178 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5672 736 144 ) ( -5681 736 178 ) ( -5683 736 178 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5679 702 144 ) ( -5688 702 178 ) ( -5681 736 178 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5681 702 144 ) ( -5690 702 178 ) ( -5688 702 178 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5674 736 144 ) ( -5683 736 178 ) ( -5690 702 178 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5672 736 144 ) ( -5681 736 144 ) ( -5677 702 144 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5672 705 176 ) ( -5690 702 173 ) ( -5690 708 178 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 10 +{ +( -5594 746 119 ) ( -5668 746 119 ) ( -5668 738 119 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5662 738 125 ) ( -5662 746 125 ) ( -5588 746 125 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5666 738 163 ) ( -5592 738 163 ) ( -5592 738 65 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5604 738 163 ) ( -5604 746 163 ) ( -5604 746 65 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5604 746 163 ) ( -5678 746 163 ) ( -5678 746 65 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5666 746 163 ) ( -5666 738 163 ) ( -5666 738 65 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 11 +{ +( -5652 702 157 ) ( -5652 830 157 ) ( -5652 830 129 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5747 836 107 ) ( -5756 702 107 ) ( -5738 702 107 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5756 702 117 ) ( -5753 836 117 ) ( -5750 702 117 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5794 784 107 ) ( -5776 784 107 ) ( -5785 784 117 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5780 756 107 ) ( -5796 756 107 ) ( -5788 756 117 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5664 780 107 ) ( -5664 784 107 ) ( -5664 782 117 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 12 +{ +( -5792 830 157 ) ( -5792 702 157 ) ( -5792 702 129 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5747 836 107 ) ( -5756 702 107 ) ( -5738 702 107 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5756 702 117 ) ( -5753 836 117 ) ( -5750 702 117 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5789 836 111 ) ( -5792 702 115 ) ( -5786 702 107 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5794 784 107 ) ( -5776 784 107 ) ( -5785 784 117 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5780 756 107 ) ( -5796 756 107 ) ( -5788 756 117 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5664 784 107 ) ( -5664 780 107 ) ( -5664 782 117 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 13 +{ +( -5650 788 117 ) ( -5665 788 117 ) ( -5665 746 117 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5664 746 144 ) ( -5664 788 144 ) ( -5649 788 144 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5665 750 161 ) ( -5650 750 161 ) ( -5650 750 117 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5650 746 161 ) ( -5650 788 161 ) ( -5650 788 117 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5650 785 161 ) ( -5665 785 161 ) ( -5665 785 117 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5666 788 161 ) ( -5666 746 161 ) ( -5666 746 117 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5664 746 144 ) ( -5656.500000 788 140 ) ( -5649 746 136 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5656 746 139 ) ( -5651 788 128.500000 ) ( -5646 746 118 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 14 +{ +( -5688 792 58 ) ( -5754 792 58 ) ( -5754 726 58 ) common/tankclip 22 37 -180.00 1 -1 983040 34976 0 +( -5758 726 82 ) ( -5758 792 82 ) ( -5692 792 82 ) common/tankclip 22 37 -180.00 1 -1 983040 34976 0 +( -5754 726 136 ) ( -5688 726 136 ) ( -5688 726 58 ) common/tankclip 24 -55 -180.00 1 -1 983040 34976 0 +( -5686 726 136 ) ( -5686 792 136 ) ( -5686 792 58 ) common/tankclip 54 -54 -180.00 1 -1 983040 34976 0 +( -5690 796 136 ) ( -5756 796 136 ) ( -5756 796 58 ) common/tankclip 24 -55 -180.00 1 -1 983040 34976 0 +( -5756 792 136 ) ( -5756 726 136 ) ( -5756 726 58 ) common/tankclip 54 -54 -180.00 1 -1 983040 34976 0 +( -5758 766 58 ) ( -5738 796 58 ) ( -5748 781 136 ) common/tankclip 54 -54 -180.00 1 -1 983040 34976 0 +( -5714 798 58 ) ( -5678 768 58 ) ( -5696 783 136 ) common/tankclip 24 -55 -180.00 1 -1 983040 34976 0 +( -5694 738 58 ) ( -5714 726 58 ) ( -5704 732 136 ) common/tankclip 24 -55 -180.00 1 -1 983040 34976 0 +( -5730 724 58 ) ( -5764 754 58 ) ( -5747 739 136 ) common/tankclip 24 -55 -180.00 1 -1 983040 34976 0 +( -5684 758 58 ) ( -5694 736 58 ) ( -5689 747 136 ) common/tankclip 54 -54 -180.00 1 -1 983040 34976 0 +( -5746 786 58 ) ( -5724 798 58 ) ( -5735 792 136 ) common/tankclip 24 -55 -180.00 1 -1 983040 34976 0 +} +// brush 15 +{ +( -5656 830 83 ) ( -5748 830 83 ) ( -5748 702 83 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5758 702 157 ) ( -5666 702 157 ) ( -5666 702 129 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5686 702 157 ) ( -5686 830 157 ) ( -5686 830 129 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5666 828 158 ) ( -5758 828 158 ) ( -5758 828 130 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5758 830 157 ) ( -5758 702 157 ) ( -5758 702 129 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5758 694 88 ) ( -5749 828 88 ) ( -5740 694 88 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 16 +{ +( -5666 702 157 ) ( -5666 830 157 ) ( -5666 830 129 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5664 828 158 ) ( -5756 828 158 ) ( -5756 828 130 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5747 828 108 ) ( -5756 694 108 ) ( -5738 694 108 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5756 694 118 ) ( -5753 828 118 ) ( -5750 694 118 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5776 784 107 ) ( -5794 784 107 ) ( -5785 784 117 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5758 832 107 ) ( -5758 836 107 ) ( -5758 834 117 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 17 +{ +( -5666 790 202 ) ( -5758 790 202 ) ( -5758 790 174 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5749 828 154 ) ( -5758 694 154 ) ( -5740 694 154 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5758 694 162 ) ( -5755 828 162 ) ( -5752 694 162 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5781 838 155 ) ( -5784 704 159 ) ( -5778 704 151 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5778 784 151 ) ( -5796 784 151 ) ( -5787 784 161 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5760 836 151 ) ( -5760 832 151 ) ( -5760 834 161 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5782 784 159 ) ( -5780 798 160 ) ( -5778 784 161 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5782 798 158 ) ( -5782 784 159 ) ( -5782 784 157 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 18 +{ +( -5751 776 162 ) ( -5751 790 162 ) ( -5760 790 162 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5751 784 170 ) ( -5751 798 170 ) ( -5747 798 170 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5753 788 161 ) ( -5760 788 161 ) ( -5756 788 170 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5751 798 161 ) ( -5751 784 161 ) ( -5747 784 170 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5760 790 162 ) ( -5753 790 162 ) ( -5749 790 171 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5751 798 170 ) ( -5751 784 170 ) ( -5760 784 161 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 19 +{ +( -5679 801 178 ) ( -5681 801 178 ) ( -5688 835 178 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5681 801 178 ) ( -5679 801 178 ) ( -5670 801 144 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5679 801 178 ) ( -5686 835 178 ) ( -5677 835 144 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5686 827 179 ) ( -5688 827 179 ) ( -5679 827 145 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5688 835 178 ) ( -5681 801 178 ) ( -5672 801 144 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5674.500000 827 145 ) ( -5679 793 145 ) ( -5670 793 145 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5688 829 178 ) ( -5688 835 173 ) ( -5669.999512 832 175.500000 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 20 +{ +( -5756 694 162 ) ( -5756 822 162 ) ( -5664 822 162 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5664 822 158 ) ( -5756 822 158 ) ( -5756 822 130 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5756 830 157 ) ( -5756 702 157 ) ( -5756 702 129 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5753 828 118 ) ( -5756 694 118 ) ( -5750 694 118 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5743 708 117 ) ( -5756 708 117 ) ( -5749.500000 708 161 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5723 721 117 ) ( -5723 710 117 ) ( -5723 715.500000 161 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 21 +{ +( -5756 694 162 ) ( -5756 822 162 ) ( -5664 822 162 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5663 809 158 ) ( -5755 809 158 ) ( -5755 809 130 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5753 828 118 ) ( -5756 694 118 ) ( -5750 694 118 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5742 721 117 ) ( -5755 721 117 ) ( -5748.500000 721 161 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5723 710 117 ) ( -5723 721 117 ) ( -5723 715.500000 161 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5693 720 117 ) ( -5693 708 117 ) ( -5693 714 161 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 22 +{ +( -5756 694 162 ) ( -5756 822 162 ) ( -5664 822 162 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5666 702 157 ) ( -5666 830 157 ) ( -5666 830 129 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5664 828 158 ) ( -5756 828 158 ) ( -5756 828 130 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5753 828 118 ) ( -5756 694 118 ) ( -5750 694 118 ) common/tankclip -56 40 0.00 0.500000 0.500000 983040 34976 0 +( -5676 836 117 ) ( -5668 800 117 ) ( -5672 818 161 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5666 738 117 ) ( -5678 702 117 ) ( -5672 720 161 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5675 702 163 ) ( -5672.500000 836 153.500000 ) ( -5670 702 144 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5743 708 117 ) ( -5756 708 117 ) ( -5749.500000 708 161 ) common/tankclip -56 -62 0.00 0.500000 0.500000 983040 34976 0 +( -5693 708 117 ) ( -5693 720 117 ) ( -5693 714 161 ) common/tankclip -40 -62 0.00 0.500000 0.500000 983040 34976 0 +} +} +// entity 996 +{ +"targetname" "aagun_turret_collision" +"classname" "script_object" +// brush 0 +{ +( -5708 1050 55 ) ( -5716 1050 55 ) ( -5716 1012 55 ) common/origin -26 36 0.00 1 1 16777216 2176 0 +( -5716 1012 63 ) ( -5716 1050 63 ) ( -5708 1050 63 ) common/origin -26 36 0.00 1 1 16777216 2176 0 +( -5716 1028 61 ) ( -5708 1028 61 ) ( -5708 1028 53 ) common/origin -26 -58 0.00 1 1 16777216 2176 0 +( -5708 1012 63 ) ( -5708 1050 63 ) ( -5708 1050 55 ) common/origin -36 -58 0.00 1 1 16777216 2176 0 +( -5708 1036 63 ) ( -5716 1036 63 ) ( -5716 1036 55 ) common/origin -26 -58 0.00 1 1 16777216 2176 0 +( -5716 1050 63 ) ( -5716 1012 63 ) ( -5716 1012 55 ) common/origin -36 -58 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -5658 1092 58 ) ( -5750 1092 58 ) ( -5750 964 58 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5760 964 132 ) ( -5668 964 132 ) ( -5668 964 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5688 964 132 ) ( -5688 1092 132 ) ( -5688 1092 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1098 132 ) ( -5760 1098 132 ) ( -5760 1098 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5760 1092 132 ) ( -5760 964 132 ) ( -5760 964 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5760 964 62 ) ( -5751 1098 62 ) ( -5742 964 62 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 2 +{ +( -5646 1092 62 ) ( -5738 1092 62 ) ( -5738 964 62 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5748 964 136 ) ( -5656 964 136 ) ( -5656 964 108 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5652 964 136 ) ( -5652 1092 136 ) ( -5652 1092 108 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5656 1098 136 ) ( -5748 1098 136 ) ( -5748 1098 108 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5748 1092 136 ) ( -5748 964 136 ) ( -5748 964 108 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5746 964 82 ) ( -5737 1098 82 ) ( -5728 964 82 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 3 +{ +( -5758 964 132 ) ( -5666 964 132 ) ( -5666 964 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5668 964 132 ) ( -5668 1092 132 ) ( -5668 1092 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5794 1092 132 ) ( -5794 964 132 ) ( -5794 964 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5749 1098 82 ) ( -5758 964 82 ) ( -5740 964 82 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5758 964 92 ) ( -5755 1098 92 ) ( -5752 964 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5791 1098 86 ) ( -5794 964 90 ) ( -5788 964 82 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5798 1018 82 ) ( -5782 1018 82 ) ( -5790 1018 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 4 +{ +( -5668 964 132 ) ( -5668 1092 132 ) ( -5668 1092 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5666 1098 132 ) ( -5758 1098 132 ) ( -5758 1098 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5749 1098 82 ) ( -5758 964 82 ) ( -5740 964 82 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5758 964 92 ) ( -5755 1098 92 ) ( -5752 964 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5778 1046 82 ) ( -5796 1046 82 ) ( -5787 1046 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5760 1094 82 ) ( -5760 1098 82 ) ( -5760 1096 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 5 +{ +( -5668 1060 176 ) ( -5760 1060 176 ) ( -5760 1060 148 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5751 1098 128 ) ( -5760 964 128 ) ( -5742 964 128 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5760 964 136 ) ( -5757 1098 136 ) ( -5754 964 136 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5783 1100 130 ) ( -5786 966 134 ) ( -5780 966 126 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5780 1046 126 ) ( -5798 1046 126 ) ( -5789 1046 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5762 1098 126 ) ( -5762 1094 126 ) ( -5762 1096 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5784 1046 134 ) ( -5782 1060 135 ) ( -5780 1046 136 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5784 1060 133 ) ( -5784 1046 134 ) ( -5784 1046 132 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 6 +{ +( -5794 1092 132 ) ( -5794 964 132 ) ( -5794 964 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5749 1098 82 ) ( -5758 964 82 ) ( -5740 964 82 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5758 964 92 ) ( -5755 1098 92 ) ( -5752 964 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5791 1098 86 ) ( -5794 964 90 ) ( -5788 964 82 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5796 1046 82 ) ( -5778 1046 82 ) ( -5787 1046 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5782 1018 82 ) ( -5798 1018 82 ) ( -5790 1018 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5666 1046 82 ) ( -5666 1042 82 ) ( -5666 1044 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 7 +{ +( -5654 964 132 ) ( -5654 1092 132 ) ( -5654 1092 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5749 1098 82 ) ( -5758 964 82 ) ( -5740 964 82 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5758 964 92 ) ( -5755 1098 92 ) ( -5752 964 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5796 1046 82 ) ( -5778 1046 82 ) ( -5787 1046 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5782 1018 82 ) ( -5798 1018 82 ) ( -5790 1018 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5666 1042 82 ) ( -5666 1046 82 ) ( -5666 1044 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 8 +{ +( -5596 1058 112 ) ( -5670 1058 112 ) ( -5670 1050 112 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5664 1050 118 ) ( -5664 1058 118 ) ( -5590 1058 118 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5680 1050 156 ) ( -5606 1050 156 ) ( -5606 1050 58 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5606 1050 156 ) ( -5606 1058 156 ) ( -5606 1058 58 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5594 1058 156 ) ( -5668 1058 156 ) ( -5668 1058 58 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1058 156 ) ( -5668 1050 156 ) ( -5668 1050 58 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 9 +{ +( -5596 1058 94 ) ( -5670 1058 94 ) ( -5670 1050 94 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5664 1050 100 ) ( -5664 1058 100 ) ( -5590 1058 100 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5680 1050 138 ) ( -5606 1050 138 ) ( -5606 1050 40 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5606 1050 138 ) ( -5606 1058 138 ) ( -5606 1058 40 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5594 1058 138 ) ( -5668 1058 138 ) ( -5668 1058 40 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1058 138 ) ( -5668 1050 138 ) ( -5668 1050 40 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 10 +{ +( -5596 1008 94 ) ( -5670 1008 94 ) ( -5670 1000 94 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5664 1000 100 ) ( -5664 1008 100 ) ( -5590 1008 100 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1000 138 ) ( -5594 1000 138 ) ( -5594 1000 40 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5606 1000 138 ) ( -5606 1008 138 ) ( -5606 1008 40 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5606 1008 138 ) ( -5680 1008 138 ) ( -5680 1008 40 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1008 138 ) ( -5668 1000 138 ) ( -5668 1000 40 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 11 +{ +( -5596 1008 111 ) ( -5670 1008 111 ) ( -5670 1000 111 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5664 1000 118 ) ( -5664 1008 118 ) ( -5590 1008 118 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1000 156 ) ( -5594 1000 156 ) ( -5594 1000 58 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5606 1000 156 ) ( -5606 1008 156 ) ( -5606 1008 58 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5606 1007 156 ) ( -5680 1007 156 ) ( -5680 1007 58 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1008 156 ) ( -5668 1000 156 ) ( -5668 1000 58 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 12 +{ +( -5652 1050 92 ) ( -5667 1050 92 ) ( -5667 1008 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5666 1008 119 ) ( -5666 1050 119 ) ( -5651 1050 119 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5667 1012 136 ) ( -5652 1012 136 ) ( -5652 1012 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5652 1008 136 ) ( -5652 1050 136 ) ( -5652 1050 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5652 1047 136 ) ( -5667 1047 136 ) ( -5667 1047 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1050 136 ) ( -5668 1008 136 ) ( -5668 1008 92 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5666 1008 119 ) ( -5658.500000 1050 115 ) ( -5651 1008 111 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5658 1008 114 ) ( -5653 1050 103.500000 ) ( -5648 1008 93 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 13 +{ +( -5753 1046 136 ) ( -5753 1060 136 ) ( -5762 1060 136 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5753 1046 145 ) ( -5753 1060 145 ) ( -5749 1060 145 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5755 1050 136 ) ( -5762 1050 136 ) ( -5758 1050 145 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5753 1060 136 ) ( -5753 1046 136 ) ( -5749 1046 145 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5762 1060 136 ) ( -5755 1060 136 ) ( -5751 1060 145 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5753 1060 145 ) ( -5753 1046 145 ) ( -5762 1046 136 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 14 +{ +( -5681 1063 153 ) ( -5683 1063 153 ) ( -5690 1097 153 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5683 1063 153 ) ( -5681 1063 153 ) ( -5672 1063 119 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5681 1063 153 ) ( -5688 1097 153 ) ( -5679 1097 119 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5688 1097 153 ) ( -5690 1097 153 ) ( -5681 1097 119 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5690 1097 153 ) ( -5683 1063 153 ) ( -5674 1063 119 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5676.500000 1097 119 ) ( -5681 1063 119 ) ( -5672 1063 119 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5690 1091 153 ) ( -5690 1097 148 ) ( -5671.999512 1094 150.500000 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 15 +{ +( -5692 964 153 ) ( -5685 998 153 ) ( -5683 998 153 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5674 998 119 ) ( -5683 998 153 ) ( -5685 998 153 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5681 964 119 ) ( -5690 964 153 ) ( -5683 998 153 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5683 964 119 ) ( -5692 964 153 ) ( -5690 964 153 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5676 998 119 ) ( -5685 998 153 ) ( -5692 964 153 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5674 998 119 ) ( -5683 998 119 ) ( -5679 964 119 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5674 967 151 ) ( -5692 964 148 ) ( -5692 970 153 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 16 +{ +( -5668 1042 136 ) ( -5758 1042 136 ) ( -5758 1016 136 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5758 1018 142 ) ( -5758 1044 142 ) ( -5668 1044 142 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1018 142 ) ( -5668 1044 142 ) ( -5668 1044 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5758 1042 142 ) ( -5758 1016 142 ) ( -5758 1016 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5758 1040 142 ) ( -5758 1044 136 ) ( -5668 1042 139 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5758 1017 136 ) ( -5758 1021 142 ) ( -5668 1019 139 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 17 +{ +( -5758 964 136 ) ( -5758 1092 136 ) ( -5666 1092 136 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5666 1092 132 ) ( -5758 1092 132 ) ( -5758 1092 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5758 1092 132 ) ( -5758 964 132 ) ( -5758 964 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5755 1098 92 ) ( -5758 964 92 ) ( -5752 964 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5745 970 92 ) ( -5758 970 92 ) ( -5751.500000 970 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5725 983 92 ) ( -5725 972 92 ) ( -5725 977.500000 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 18 +{ +( -5758 964 136 ) ( -5758 1092 136 ) ( -5666 1092 136 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5665 1079 132 ) ( -5757 1079 132 ) ( -5757 1079 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5755 1098 92 ) ( -5758 964 92 ) ( -5752 964 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5744 983 92 ) ( -5757 983 92 ) ( -5750.500000 983 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5725 972 92 ) ( -5725 983 92 ) ( -5725 977.500000 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5695 982 92 ) ( -5695 970 92 ) ( -5695 976 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 19 +{ +( -5758 964 136 ) ( -5758 1092 136 ) ( -5666 1092 136 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5668 964 132 ) ( -5668 1092 132 ) ( -5668 1092 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5666 1098 132 ) ( -5758 1098 132 ) ( -5758 1098 104 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5755 1098 92 ) ( -5758 964 92 ) ( -5752 964 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5678 1098 92 ) ( -5670 1062 92 ) ( -5674 1080 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5668 1000 92 ) ( -5680 964 92 ) ( -5674 982 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5677 964 138 ) ( -5674.500000 1098 128.500000 ) ( -5672 964 119 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5745 970 92 ) ( -5758 970 92 ) ( -5751.500000 970 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5695 970 92 ) ( -5695 982 92 ) ( -5695 976 136 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 20 +{ +( -5793 1036 92 ) ( -5799 1036 92 ) ( -5799 1029 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5800 1029 112 ) ( -5800 1036 112 ) ( -5794 1036 112 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5794 1024 92 ) ( -5798 1024 92 ) ( -5798 1024 112 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5795 1036 92 ) ( -5795 1029 92 ) ( -5795 1029 112 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5799 1041 92 ) ( -5795 1041 92 ) ( -5795.000488 1041 112 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5800 1029 92 ) ( -5800 1036 92 ) ( -5800 1036 112 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 21 +{ +( -5794 1036 90 ) ( -5800 1036 90 ) ( -5800 1029 90 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5800 1029 92 ) ( -5800 1036 92 ) ( -5794 1036 92 ) common/tankclip -52 52 0.00 0.500000 0.500000 983040 34976 0 +( -5800 1029 92 ) ( -5794 1029 92 ) ( -5794 1029 90 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5794 1029 92 ) ( -5794 1036 92 ) ( -5794 1036 90 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5794 1036 92 ) ( -5800 1036 92 ) ( -5800 1036 90 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +( -5800 1036 92 ) ( -5800 1029 92 ) ( -5800 1029 90 ) common/tankclip -52 -48 0.00 0.500000 0.500000 983040 34976 0 +} +} +// entity 997 +{ +"$targetname" "aagun_collision" +"classname" "script_object" +// brush 0 +{ +( -5734 1408 54 ) ( -5740 1408 54 ) ( -5740 1338 54 ) common/origin -54 8 0.00 1 1 16777216 2176 0 +( -5740 1338 62 ) ( -5740 1408 62 ) ( -5734 1408 62 ) common/origin -54 8 0.00 1 1 16777216 2176 0 +( -5740 1368 60 ) ( -5734 1368 60 ) ( -5734 1368 56 ) common/origin -54 -56 0.00 1 1 16777216 2176 0 +( -5732 1338 62 ) ( -5732 1408 62 ) ( -5732 1408 58 ) common/origin -8 -56 0.00 1 1 16777216 2176 0 +( -5734 1376 62 ) ( -5740 1376 62 ) ( -5740 1376 58 ) common/origin -54 -56 0.00 1 1 16777216 2176 0 +( -5740 1408 62 ) ( -5740 1338 62 ) ( -5740 1338 58 ) common/origin -8 -56 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -5704 1404 58 ) ( -5770 1404 58 ) ( -5770 1338 58 ) common/tankclip 6 8 -180.00 1 -1 983040 34976 0 +( -5774 1338 82 ) ( -5774 1404 82 ) ( -5708 1404 82 ) common/tankclip 6 8 -180.00 1 -1 983040 34976 0 +( -5770 1338 136 ) ( -5704 1338 136 ) ( -5704 1338 58 ) common/tankclip 8 -55 -180.00 1 -1 983040 34976 0 +( -5702 1338 136 ) ( -5702 1404 136 ) ( -5702 1404 58 ) common/tankclip 26 -54 -180.00 1 -1 983040 34976 0 +( -5706 1408 136 ) ( -5772 1408 136 ) ( -5772 1408 58 ) common/tankclip 8 -55 -180.00 1 -1 983040 34976 0 +( -5772 1404 136 ) ( -5772 1338 136 ) ( -5772 1338 58 ) common/tankclip 26 -54 -180.00 1 -1 983040 34976 0 +( -5774 1378 58 ) ( -5754 1408 58 ) ( -5764 1393 136 ) common/tankclip 26 -54 -180.00 1 -1 983040 34976 0 +( -5730 1410 58 ) ( -5694 1380 58 ) ( -5712 1395 136 ) common/tankclip 8 -55 -180.00 1 -1 983040 34976 0 +( -5710 1350 58 ) ( -5730 1338 58 ) ( -5720 1344 136 ) common/tankclip 8 -55 -180.00 1 -1 983040 34976 0 +( -5746 1336 58 ) ( -5780 1366 58 ) ( -5763 1351 136 ) common/tankclip 8 -55 -180.00 1 -1 983040 34976 0 +( -5700 1370 58 ) ( -5710 1348 58 ) ( -5705 1359 136 ) common/tankclip 26 -54 -180.00 1 -1 983040 34976 0 +( -5762 1398 58 ) ( -5740 1410 58 ) ( -5751 1404 136 ) common/tankclip 8 -55 -180.00 1 -1 983040 34976 0 +} +} +// entity 998 +{ +"$targetname" "flak88_collision" +"classname" "script_object" +// brush 0 +{ +( -5252 1366 54 ) ( -5262 1366 54 ) ( -5262 1352 54 ) common/origin -2 0 0.00 1 1 16777216 2176 0 +( -5262 1352 62 ) ( -5262 1366 62 ) ( -5252 1366 62 ) common/origin -2 0 0.00 1 1 16777216 2176 0 +( -5262 1356 182 ) ( -5252 1356 182 ) ( -5252 1356 54 ) common/origin -2 -59 0.00 1 1 16777216 2176 0 +( -5252 1356 182 ) ( -5252 1370 182 ) ( -5252 1370 54 ) common/origin 0 -59 0.00 1 1 16777216 2176 0 +( -5252 1364 182 ) ( -5262 1364 182 ) ( -5262 1364 54 ) common/origin -2 -59 0.00 1 1 16777216 2176 0 +( -5260 1366 182 ) ( -5260 1352 182 ) ( -5260 1352 54 ) common/origin 0 -59 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -5225 1433 58 ) ( -5265 1433 58 ) ( -5265 1345 58 ) common/tankclip -29 17 0.00 1 1 983040 34976 0 +( -5275 1345 106 ) ( -5275 1433 106 ) ( -5235 1433 106 ) common/tankclip -29 17 0.00 1 1 983040 34976 0 +( -5275 1341 88 ) ( -5235 1341 88 ) ( -5235 1341 -88 ) common/tankclip -29 -8 0.00 1 1 983040 34976 0 +( -5239 1343 104 ) ( -5239 1431 104 ) ( -5239 1431 -72 ) common/tankclip -17 -8 0.00 1 1 983040 34976 0 +( -5235 1379 104 ) ( -5275 1379 104 ) ( -5275 1379 -72 ) common/tankclip -29 -8 0.00 1 1 983040 34976 0 +( -5273 1433 104 ) ( -5273 1345 104 ) ( -5273 1345 -72 ) common/tankclip -17 -8 0.00 1 1 983040 34976 0 +} +// brush 2 +{ +( -5266 1441 62 ) ( -5248 1441 62 ) ( -5248 1516 62 ) common/tankclip 16 -16 -180.00 1 1 983040 34976 0 +( -5248 1531 80 ) ( -5266 1531 80 ) ( -5266 1531 62 ) common/tankclip 17 -54 -180.00 1 -1 983040 34976 0 +( -5266 1516 80 ) ( -5266 1441 80 ) ( -5266 1441 62 ) common/tankclip 14 -53 -180.00 1 -1 983040 34976 0 +( -5266 1440 80 ) ( -5248 1440 80 ) ( -5248 1440 62 ) common/tankclip 17 -54 -180.00 1 -1 983040 34976 0 +( -5248 1441 80 ) ( -5248 1516 80 ) ( -5248 1516 62 ) common/tankclip 14 -53 -180.00 1 -1 983040 34976 0 +( -5248 1532 70 ) ( -5248 1439 76 ) ( -5266 1485 73 ) common/tankclip 16 -16 -180.00 1 1 983040 34976 0 +} +// brush 3 +{ +( -5239 1440 60 ) ( -5274 1440 60 ) ( -5274 1401 60 ) common/tankclip -29 53 0.00 1 1 983040 34976 0 +( -5274 1401 78 ) ( -5274 1440 78 ) ( -5239 1440 78 ) common/tankclip -29 53 0.00 1 1 983040 34976 0 +( -5275 1380 80 ) ( -5240 1380 80 ) ( -5240 1380 60 ) common/tankclip -29 -54 0.00 1 1 983040 34976 0 +( -5239 1398 80 ) ( -5239 1437 80 ) ( -5239 1437 60 ) common/tankclip -53 -54 0.00 1 1 983040 34976 0 +( -5239 1440 80 ) ( -5274 1440 80 ) ( -5274 1440 60 ) common/tankclip -29 -54 0.00 1 1 983040 34976 0 +( -5274 1440 80 ) ( -5274 1401 80 ) ( -5274 1401 60 ) common/tankclip -53 -54 0.00 1 1 983040 34976 0 +} +// brush 4 +{ +( -5115 1373 58 ) ( -5239 1373 58 ) ( -5239 1351 58 ) common/tankclip -29 17 0.00 1 1 983040 34976 0 +( -5247 1351 78 ) ( -5247 1373 78 ) ( -5123 1373 78 ) common/tankclip -29 17 0.00 1 1 983040 34976 0 +( -5249 1353 106 ) ( -5125 1353 106 ) ( -5125 1353 58 ) common/tankclip -29 -56 0.00 1 1 983040 34976 0 +( -5091 1351 106 ) ( -5091 1373 106 ) ( -5091 1373 58 ) common/tankclip -17 -56 0.00 1 1 983040 34976 0 +( -5115 1369 106 ) ( -5239 1369 106 ) ( -5239 1369 58 ) common/tankclip -29 -56 0.00 1 1 983040 34976 0 +( -5239 1373 106 ) ( -5239 1351 106 ) ( -5239 1351 58 ) common/tankclip -17 -56 0.00 1 1 983040 34976 0 +( -5158 1369 73 ) ( -5091 1353 68 ) ( -5225 1353 78 ) common/tankclip -29 17 0.00 1 1 983040 34976 0 +} +// brush 5 +{ +( -5397 1348 58 ) ( -5273 1348 58 ) ( -5273 1370 58 ) common/tankclip 17 -17 -180.00 1 1 983040 34976 0 +( -5265 1370 78 ) ( -5265 1348 78 ) ( -5389 1348 78 ) common/tankclip 17 -17 -180.00 1 1 983040 34976 0 +( -5263 1368 106 ) ( -5387 1368 106 ) ( -5387 1368 58 ) common/tankclip 18 -55 -180.00 1 -1 983040 34976 0 +( -5421 1370 106 ) ( -5421 1348 106 ) ( -5421 1348 58 ) common/tankclip 15 -54 -180.00 1 -1 983040 34976 0 +( -5397 1352 106 ) ( -5273 1352 106 ) ( -5273 1352 58 ) common/tankclip 18 -55 -180.00 1 -1 983040 34976 0 +( -5273 1348 106 ) ( -5273 1370 106 ) ( -5273 1370 58 ) common/tankclip 15 -54 -180.00 1 -1 983040 34976 0 +( -5354 1352 73 ) ( -5421 1368 68 ) ( -5287 1368 78 ) common/tankclip 17 -17 -180.00 1 1 983040 34976 0 +} +// brush 6 +{ +( -5239 1340 60 ) ( -5274 1340 60 ) ( -5274 1301 60 ) common/tankclip -29 17 0.00 1 1 983040 34976 0 +( -5274 1301 78 ) ( -5274 1340 78 ) ( -5239 1340 78 ) common/tankclip -29 17 0.00 1 1 983040 34976 0 +( -5275 1280 80 ) ( -5240 1280 80 ) ( -5240 1280 60 ) common/tankclip -29 -54 0.00 1 1 983040 34976 0 +( -5239 1298 80 ) ( -5239 1337 80 ) ( -5239 1337 60 ) common/tankclip -17 -54 0.00 1 1 983040 34976 0 +( -5239 1340 80 ) ( -5274 1340 80 ) ( -5274 1340 60 ) common/tankclip -29 -54 0.00 1 1 983040 34976 0 +( -5274 1340 80 ) ( -5274 1301 80 ) ( -5274 1301 60 ) common/tankclip -17 -54 0.00 1 1 983040 34976 0 +} +// brush 7 +{ +( -5247 1279 60 ) ( -5265 1279 60 ) ( -5265 1204 60 ) common/tankclip -29 17 0.00 1 1 983040 34976 0 +( -5265 1189 78 ) ( -5247 1189 78 ) ( -5247 1189 60 ) common/tankclip -29 -56 0.00 1 1 983040 34976 0 +( -5247 1204 78 ) ( -5247 1279 78 ) ( -5247 1279 60 ) common/tankclip -17 -56 0.00 1 1 983040 34976 0 +( -5247 1280 78 ) ( -5265 1280 78 ) ( -5265 1280 60 ) common/tankclip -29 -56 0.00 1 1 983040 34976 0 +( -5265 1279 78 ) ( -5265 1204 78 ) ( -5265 1204 60 ) common/tankclip -17 -56 0.00 1 1 983040 34976 0 +( -5265 1188 68 ) ( -5265 1281 74 ) ( -5247 1234.500000 71 ) common/tankclip -29 17 0.00 1 1 983040 34976 0 +} +} +// entity 999 +{ +"$targetname" "flak88_turret_collision" +"classname" "script_object" +// brush 0 +{ +( -5272 1014 58 ) ( -5308 1014 58 ) ( -5308 1008 58 ) common/tankclip 46 4 -180.00 1 -1 983040 34976 0 +( -5308 1002 112 ) ( -5308 1008 112 ) ( -5272 1008 112 ) common/tankclip 46 4 -180.00 1 -1 983040 34976 0 +( -5302 998 140 ) ( -5266 998 140 ) ( -5266 998 62 ) common/tankclip 49 -55 -180.00 1 -1 983040 34976 0 +( -5237 1014 142 ) ( -5237 1020 142 ) ( -5237 1020 64 ) common/tankclip 22 -54 -180.00 1 -1 983040 34976 0 +( -5273 1015 156 ) ( -5309 1015 156 ) ( -5309 1015 78 ) common/tankclip 49 -55 -180.00 1 -1 983040 34976 0 +( -5310 1008 140 ) ( -5310 1002 140 ) ( -5310 1002 62 ) common/tankclip 22 -54 -180.00 1 -1 983040 34976 0 +} +// brush 1 +{ +( -5258 1080 58 ) ( -5294 1080 58 ) ( -5294 1074 58 ) common/tankclip 0 6 -180.00 1 -1 983040 34976 0 +( -5294 1068 92 ) ( -5294 1074 92 ) ( -5258 1074 92 ) common/tankclip 0 6 -180.00 1 -1 983040 34976 0 +( -5288 1066 140 ) ( -5252 1066 140 ) ( -5252 1066 62 ) common/tankclip 63 -55 -180.00 1 -1 983040 34976 0 +( -5259 1080 142 ) ( -5259 1086 142 ) ( -5259 1086 64 ) common/tankclip 24 -54 -180.00 1 -1 983040 34976 0 +( -5259 1081 136 ) ( -5295 1081 136 ) ( -5295 1081 58 ) common/tankclip 63 -55 -180.00 1 -1 983040 34976 0 +( -5300 1072 140 ) ( -5300 1066 140 ) ( -5300 1066 62 ) common/tankclip 24 -54 -180.00 1 -1 983040 34976 0 +} +// brush 2 +{ +( -5202 1106 58 ) ( -5236 1106 58 ) ( -5236 974 58 ) common/tankclip 0 6 -180.00 1 -1 983040 34976 0 +( -5236 974 136 ) ( -5236 1106 136 ) ( -5202 1106 136 ) common/tankclip 0 6 -180.00 1 -1 983040 34976 0 +( -5236 974 136 ) ( -5202 974 136 ) ( -5202 974 118 ) common/tankclip 63 -55 -180.00 1 -1 983040 34976 0 +( -5202 974 136 ) ( -5202 1106 136 ) ( -5202 1106 118 ) common/tankclip 24 -54 -180.00 1 -1 983040 34976 0 +( -5202 1106 136 ) ( -5236 1106 136 ) ( -5236 1106 118 ) common/tankclip 63 -55 -180.00 1 -1 983040 34976 0 +( -5236 1110 136 ) ( -5236 978 136 ) ( -5236 978 118 ) common/tankclip 24 -54 -180.00 1 -1 983040 34976 0 +} +// brush 3 +{ +( -5222 1050 118 ) ( -5304 1050 118 ) ( -5304 1032 118 ) common/tankclip 0 6 -180.00 1 -1 983040 34976 0 +( -5304 1032 136 ) ( -5304 1050 136 ) ( -5222 1050 136 ) common/tankclip 0 6 -180.00 1 -1 983040 34976 0 +( -5304 1032 136 ) ( -5222 1032 136 ) ( -5222 1032 90 ) common/tankclip 63 -39 -180.00 1 -1 983040 34976 0 +( -5204 1030 136 ) ( -5204 1048 136 ) ( -5204 1048 90 ) common/tankclip 24 -36 -180.00 1 -1 983040 34976 0 +( -5222 1050 136 ) ( -5304 1050 136 ) ( -5304 1050 90 ) common/tankclip 63 -39 -180.00 1 -1 983040 34976 0 +( -5304 1050 136 ) ( -5304 1032 136 ) ( -5304 1032 90 ) common/tankclip 24 -36 -180.00 1 -1 983040 34976 0 +} +// brush 4 +{ +( -5150 1032 72 ) ( -5360 1032 72 ) ( -5360 1018 72 ) common/tankclip 11 36 -180.00 1 -1 983040 34976 0 +( -5358 1018 118 ) ( -5358 1032 118 ) ( -5148 1032 118 ) common/tankclip 11 36 -180.00 1 -1 983040 34976 0 +( -5360 1016 92 ) ( -5150 1016 92 ) ( -5150 1016 72 ) common/tankclip 12 -18 -180.00 1 -1 983040 34976 0 +( -5162 1018 92 ) ( -5162 1032 92 ) ( -5162 1032 72 ) common/tankclip 54 -15 -180.00 1 -1 983040 34976 0 +( -5150 1032 92 ) ( -5360 1032 92 ) ( -5360 1032 72 ) common/tankclip 12 -18 -180.00 1 -1 983040 34976 0 +( -5360 1032 92 ) ( -5360 1018 92 ) ( -5360 1018 72 ) common/tankclip 54 -15 -180.00 1 -1 983040 34976 0 +} +// brush 5 +{ +( -5150 1066 72 ) ( -5360 1066 72 ) ( -5360 1052 72 ) common/tankclip 11 6 -180.00 1 -1 983040 34976 0 +( -5358 1052 118 ) ( -5358 1066 118 ) ( -5148 1066 118 ) common/tankclip 11 6 -180.00 1 -1 983040 34976 0 +( -5360 1050 92 ) ( -5150 1050 92 ) ( -5150 1050 72 ) common/tankclip 12 -18 -180.00 1 -1 983040 34976 0 +( -5162 1052 92 ) ( -5162 1066 92 ) ( -5162 1066 72 ) common/tankclip 24 -15 -180.00 1 -1 983040 34976 0 +( -5150 1066 92 ) ( -5360 1066 92 ) ( -5360 1066 72 ) common/tankclip 12 -18 -180.00 1 -1 983040 34976 0 +( -5360 1066 92 ) ( -5360 1052 92 ) ( -5360 1052 72 ) common/tankclip 24 -15 -180.00 1 -1 983040 34976 0 +} +// brush 6 +{ +( -5060 1050 100 ) ( -5371 1050 100 ) ( -5371 1034 100 ) common/tankclip 0 6 -180.00 1 -1 983040 34976 0 +( -5371 1034 120 ) ( -5371 1050 120 ) ( -5060 1050 120 ) common/tankclip 0 6 -180.00 1 -1 983040 34976 0 +( -5371 1030 120 ) ( -5060 1030 120 ) ( -5060 1030 100 ) common/tankclip 63 -13 -180.00 1 -1 983040 34976 0 +( -5060 1034 120 ) ( -5060 1050 120 ) ( -5060 1050 100 ) common/tankclip 24 -12 -180.00 1 -1 983040 34976 0 +( -5062 1052 120 ) ( -5373 1052 120 ) ( -5373 1052 100 ) common/tankclip 63 -13 -180.00 1 -1 983040 34976 0 +( -5373 1048 120 ) ( -5373 1032 120 ) ( -5373 1032 100 ) common/tankclip 24 -12 -180.00 1 -1 983040 34976 0 +} +// brush 7 +{ +( -5263 1046 50 ) ( -5271 1046 50 ) ( -5271 1038 50 ) common/origin -33 6 0.00 1 1 16777216 2176 0 +( -5271 1038 58 ) ( -5271 1046 58 ) ( -5263 1046 58 ) common/origin -33 6 0.00 1 1 16777216 2176 0 +( -5271 1038 178 ) ( -5263 1038 178 ) ( -5263 1038 50 ) common/origin -33 -62 0.00 1 1 16777216 2176 0 +( -5263 1038 178 ) ( -5263 1046 178 ) ( -5263 1046 50 ) common/origin -6 -62 0.00 1 1 16777216 2176 0 +( -5263 1046 178 ) ( -5271 1046 178 ) ( -5271 1046 50 ) common/origin -33 -62 0.00 1 1 16777216 2176 0 +( -5271 1046 180 ) ( -5271 1038 180 ) ( -5271 1038 52 ) common/origin -6 -62 0.00 1 1 16777216 2176 0 +} +} +// entity 1000 +{ +"$targetname" "flak88_destroyed_collision" +"classname" "script_object" +// brush 0 +{ +( -5054 806 130 ) ( -5365 806 130 ) ( -5365 790 130 ) common/tankclip 5 19 -180.00 1 -1 983040 34976 0 +( -5358 790 193 ) ( -5358 806 193 ) ( -5047 806 193 ) common/tankclip 5 19 -180.00 1 -1 983040 34976 0 +( -5363 786 172 ) ( -5052 786 172 ) ( -5052 786 152 ) common/tankclip 6 -26 -180.00 1 -1 983040 34976 0 +( -5152 786 172 ) ( -5152 802 172 ) ( -5152 802 152 ) common/tankclip 36 -25 -180.00 1 -1 983040 34976 0 +( -5054 808 172 ) ( -5365 808 172 ) ( -5365 808 152 ) common/tankclip 6 -26 -180.00 1 -1 983040 34976 0 +( -5365 804 172 ) ( -5365 788 172 ) ( -5365 788 152 ) common/tankclip 36 -25 -180.00 1 -1 983040 34976 0 +( -5269.500000 808 176.500000 ) ( -5177 786 191 ) ( -5362 786 162 ) common/tankclip 53 61 -180.00 1 -1 983040 34976 0 +} +// brush 1 +{ +( -5264 770 110 ) ( -5300 770 110 ) ( -5300 764 110 ) common/tankclip 55 17 -180.00 1 -1 983040 34976 0 +( -5300 758 164 ) ( -5300 764 164 ) ( -5264 764 164 ) common/tankclip 55 17 -180.00 1 -1 983040 34976 0 +( -5294 754 192 ) ( -5258 754 192 ) ( -5258 754 114 ) common/tankclip 57 -2 -180.00 1 -1 983040 34976 0 +( -5229 770 194 ) ( -5229 776 194 ) ( -5229 776 116 ) common/tankclip 34 -1 -180.00 1 -1 983040 34976 0 +( -5265 771 208 ) ( -5301 771 208 ) ( -5301 771 130 ) common/tankclip 57 -2 -180.00 1 -1 983040 34976 0 +( -5302 764 192 ) ( -5302 758 192 ) ( -5302 758 114 ) common/tankclip 34 -1 -180.00 1 -1 983040 34976 0 +} +// brush 2 +{ +( -5250 836 110 ) ( -5286 836 110 ) ( -5286 830 110 ) common/tankclip 5 19 -180.00 1 -1 983040 34976 0 +( -5286 828 150 ) ( -5286 834 150 ) ( -5250 834 150 ) common/tankclip 5 19 -180.00 1 -1 983040 34976 0 +( -5280 822 192 ) ( -5244 822 192 ) ( -5244 822 114 ) common/tankclip 6 -2 -180.00 1 -1 983040 34976 0 +( -5247 836 194 ) ( -5247 842 194 ) ( -5247 842 116 ) common/tankclip 36 -1 -180.00 1 -1 983040 34976 0 +( -5251 837 188 ) ( -5287 837 188 ) ( -5287 837 110 ) common/tankclip 6 -2 -180.00 1 -1 983040 34976 0 +( -5270 826 192 ) ( -5270 820 192 ) ( -5270 820 114 ) common/tankclip 36 -1 -180.00 1 -1 983040 34976 0 +} +// brush 3 +{ +( -5214 806 170 ) ( -5296 806 170 ) ( -5296 788 170 ) common/tankclip 5 19 -180.00 1 -1 983040 34976 0 +( -5296 788 188 ) ( -5296 806 188 ) ( -5214 806 188 ) common/tankclip 5 19 -180.00 1 -1 983040 34976 0 +( -5296 788 188 ) ( -5214 788 188 ) ( -5214 788 142 ) common/tankclip 6 -52 -180.00 1 -1 983040 34976 0 +( -5196 786 188 ) ( -5196 804 188 ) ( -5196 804 142 ) common/tankclip 36 -48 -180.00 1 -1 983040 34976 0 +( -5214 806 188 ) ( -5296 806 188 ) ( -5296 806 142 ) common/tankclip 6 -52 -180.00 1 -1 983040 34976 0 +( -5296 806 188 ) ( -5296 788 188 ) ( -5296 788 142 ) common/tankclip 36 -48 -180.00 1 -1 983040 34976 0 +} +// brush 4 +{ +( -5141 788 130 ) ( -5351 788 130 ) ( -5351 774 130 ) common/tankclip 18 48 -180.00 1 -1 983040 34976 0 +( -5350 774 170 ) ( -5350 788 170 ) ( -5140 788 170 ) common/tankclip 18 48 -180.00 1 -1 983040 34976 0 +( -5352 772 144 ) ( -5142 772 144 ) ( -5142 772 124 ) common/tankclip 20 -31 -180.00 1 -1 983040 34976 0 +( -5154 774 144 ) ( -5154 788 144 ) ( -5154 788 124 ) common/tankclip 2 -27 -180.00 1 -1 983040 34976 0 +( -5142 786 144 ) ( -5352 786 144 ) ( -5352 786 124 ) common/tankclip 20 -31 -180.00 1 -1 983040 34976 0 +( -5352 788 144 ) ( -5352 774 144 ) ( -5352 774 124 ) common/tankclip 2 -27 -180.00 1 -1 983040 34976 0 +} +// brush 5 +{ +( -5142 822 130 ) ( -5352 822 130 ) ( -5352 808 130 ) common/tankclip 18 19 -180.00 1 -1 983040 34976 0 +( -5350 808 170 ) ( -5350 822 170 ) ( -5140 822 170 ) common/tankclip 18 19 -180.00 1 -1 983040 34976 0 +( -5352 808 144 ) ( -5142 808 144 ) ( -5142 808 124 ) common/tankclip 20 -31 -180.00 1 -1 983040 34976 0 +( -5154 808 144 ) ( -5154 822 144 ) ( -5154 822 124 ) common/tankclip 36 -27 -180.00 1 -1 983040 34976 0 +( -5142 822 144 ) ( -5352 822 144 ) ( -5352 822 124 ) common/tankclip 20 -31 -180.00 1 -1 983040 34976 0 +( -5352 822 144 ) ( -5352 808 144 ) ( -5352 808 124 ) common/tankclip 36 -27 -180.00 1 -1 983040 34976 0 +} +// brush 6 +{ +( -5255 802 102 ) ( -5263 802 102 ) ( -5263 794 102 ) common/origin -41 18 0.00 1 1 16777216 2176 0 +( -5263 794 110 ) ( -5263 802 110 ) ( -5255 802 110 ) common/origin -41 18 0.00 1 1 16777216 2176 0 +( -5263 794 230 ) ( -5255 794 230 ) ( -5255 794 102 ) common/origin -41 -10 0.00 1 1 16777216 2176 0 +( -5255 794 230 ) ( -5255 802 230 ) ( -5255 802 102 ) common/origin -18 -10 0.00 1 1 16777216 2176 0 +( -5255 802 230 ) ( -5263 802 230 ) ( -5263 802 102 ) common/origin -41 -10 0.00 1 1 16777216 2176 0 +( -5263 802 232 ) ( -5263 794 232 ) ( -5263 794 104 ) common/origin -18 -10 0.00 1 1 16777216 2176 0 +} +// brush 7 +{ +( -4842 802 177 ) ( -5153 802 177 ) ( -5153 786 177 ) common/tankclip 25 14 -180.00 1 -1 983040 34976 0 +( -5150 786 191 ) ( -5150 802 191 ) ( -4839 802 191 ) common/tankclip 25 14 -180.00 1 -1 983040 34976 0 +( -5151 786 196 ) ( -4840 786 196 ) ( -4840 786 176 ) common/tankclip 26 -2 -180.00 1 -1 983040 34976 0 +( -5144 778 196 ) ( -5144 794 196 ) ( -5144 794 176 ) common/tankclip 32 -1 -180.00 1 -1 983040 34976 0 +( -4842 800 196 ) ( -5153 800 196 ) ( -5153 800 176 ) common/tankclip 26 -2 -180.00 1 -1 983040 34976 0 +( -5153 800 196 ) ( -5153 784 196 ) ( -5153 784 176 ) common/tankclip 32 -1 -180.00 1 -1 983040 34976 0 +} +// brush 8 +{ +( -5144 788 167 ) ( -5144 800 167 ) ( -5144 800 187 ) common/tankclip 32 -10 -180.00 1 -1 983040 34976 0 +( -5051 796 167 ) ( -5051 784 167 ) ( -5051 784 187 ) common/tankclip 32 -10 -180.00 1 -1 983040 34976 0 +( -5136 788 187 ) ( -5144 788 187 ) ( -5144 800 187 ) common/tankclip 33 14 -180.00 1 -1 983040 34976 0 +( -5147 788 179 ) ( -5139 788 179 ) ( -5139 800 179 ) common/tankclip 33 14 -180.00 1 -1 983040 34976 0 +( -5144 799 167 ) ( -5050 790 167 ) ( -5097 794.500000 187 ) common/tankclip 35 -57 -180.00 1 -1 983040 34976 0 +( -5050 781 167 ) ( -5143 790 167 ) ( -5096.500000 785.500000 187 ) common/tankclip 35 -57 -180.00 1 -1 983040 34976 0 +} +// brush 9 +{ +( -5158 810 91 ) ( -5193 810 81.999939 ) ( -5193 804 82 ) common/tankclip 51 60 -179.97 0.965576 -0.999512 983040 34976 0 +( -5219 810 196.999939 ) ( -5219 815 197.000061 ) ( -5199 815 121.999939 ) common/tankclip 18 -58 -180.00 0.992432 -0.966182 983040 34976 0 +( -5234.535156 852 80 ) ( -5234.535156 724 94 ) ( -5196.631836 788 87 ) common/tankclip 13 47 179.99 0.993042 -0.966064 983040 34976 0 +( -5234.535156 730 194 ) ( -5234.535156 862 184 ) ( -5196.632324 796 189 ) common/tankclip 13 47 179.99 0.993042 -0.966064 983040 34976 0 +( -5234.535156 724 94 ) ( -5234.535156 730 194 ) ( -5196.632324 727 144 ) common/tankclip 14 -61 -180.00 0.993408 -0.966125 983040 34976 0 +( -5234.535156 860 182 ) ( -5234.535156 854 80 ) ( -5196.632324 857 131 ) common/tankclip 13 -61 -180.00 0.993164 -0.966125 983040 34976 0 +( -5226 724 80 ) ( -5226 860.125977 135 ) ( -5226 724 190 ) common/tankclip 8 -60 -180.00 0.993164 -0.966125 983040 34976 0 +} +// brush 10 +{ +( -5250 806 116 ) ( -5286 806 116 ) ( -5286 800 116 ) common/tankclip 5 53 -180.00 1 -1 983040 34976 0 +( -5286 804 132 ) ( -5286 810 132 ) ( -5250 810 132 ) common/tankclip 5 53 -180.00 1 -1 983040 34976 0 +( -5278 768 192 ) ( -5242 768 192 ) ( -5242 768 114 ) common/tankclip 6 -2 -180.00 1 -1 983040 34976 0 +( -5229 804 194 ) ( -5229 810 194 ) ( -5229 810 116 ) common/tankclip 6 -1 -180.00 1 -1 983040 34976 0 +( -5249 823 188 ) ( -5285 823 188 ) ( -5285 823 110 ) common/tankclip 6 -2 -180.00 1 -1 983040 34976 0 +( -5278 796 192 ) ( -5278 790 192 ) ( -5278 790 114 ) common/tankclip 6 -1 -180.00 1 -1 983040 34976 0 +} +// brush 11 +{ +( -5256 860 96 ) ( -5292 860 96 ) ( -5292 854 96 ) common/tankclip 1 43 -180.00 1 -1 983040 34976 0 +( -5288 858 110 ) ( -5288 864 110 ) ( -5252 864 110 ) common/tankclip 1 43 -180.00 1 -1 983040 34976 0 +( -5282 816 174 ) ( -5246 816 174 ) ( -5246 816 96 ) common/tankclip 2 -20 -180.00 1 -1 983040 34976 0 +( -5255 835 170 ) ( -5291 835 170 ) ( -5291 835 92 ) common/tankclip 2 -20 -180.00 1 -1 983040 34976 0 +( -5282 850 174 ) ( -5282 844 174 ) ( -5282 844 96 ) common/tankclip 60 -19 -180.00 1 -1 983040 34976 0 +( -5254 822 110 ) ( -5259 835 103 ) ( -5264 822 96 ) common/tankclip 60 -19 -180.00 1 -1 983040 34976 0 +} +// brush 12 +{ +( -5151.622070 811.032227 115.739227 ) ( -5347.555176 865.384766 63.239212 ) ( -5351.055176 851.861328 62.301376 ) common/tankclip -34 9 164.50 0.968092 -0.997737 983040 34976 0 +( -5354.676270 851.343750 73.289063 ) ( -5351.176270 864.867188 74.226898 ) ( -5155.243164 810.514648 126.726929 ) common/tankclip -37 8 164.50 0.968327 -0.997738 983040 34976 0 +( -5453.203125 877.861328 47.424789 ) ( -5257.270508 823.509766 99.924805 ) ( -5252.093750 823.509766 80.606293 ) common/tankclip 37 -61 -165.00 0.966015 -0.999949 983040 34976 0 +( -5268.466797 826.615234 96.924835 ) ( -5264.966309 840.138672 97.862671 ) ( -5259.790039 840.138672 78.544159 ) common/tankclip 39 -2 -176.03 0.968138 -0.963599 983040 34976 0 +( -5157.177734 809.032227 126.744568 ) ( -5353.110352 863.384766 74.244537 ) ( -5347.934082 863.384766 54.926025 ) common/tankclip 41 -61 -165.00 0.966015 -1.000008 983040 34976 0 +( -5351.178711 865.384766 74.762177 ) ( -5354.678711 851.861328 73.824341 ) ( -5349.501953 851.861328 54.505814 ) common/tankclip 27 -29 -176.03 0.968140 -0.963627 983040 34976 0 +} +} +// entity 1001 +{ +"$targetname" "explodersmashed" +"#set" "8" +"classname" "script_object" +// brush 0 +{ +( -5355.808594 3127.848389 5.096488 ) ( -5267.106934 3113.600342 261.832306 ) ( -4670.087402 2814.416260 38.959030 ) ta_berlin/archway1_shot 37 8 70.94 4.389347 -2.488952 0 65536 0 +surfaceparm detail +( -5253.716309 3114.018555 238.280838 ) ( -5196.907715 3236.919922 225.474701 ) ( -4599.887695 2937.737061 2.602051 ) ta_berlin/archway1_shot 49 -37 -114.80 4.376614 2.604137 0 65536 0 +surfaceparm detail +( -5172.907715 3228.637939 248.384338 ) ( -5261.609375 3242.887207 -8.350569 ) ( -4664.588867 2943.703369 -231.224213 ) ta_berlin/archway1trim_shot -11 43 70.89 1.411002 -1.807311 0 65536 0 +( -5182.122559 3146.410400 -64.027000 ) ( -5093.421875 3132.161621 192.708145 ) ( -5150.230469 3009.260010 205.514465 ) models/items/rubblebase 74 -34 -168.96 0.893999 -0.981692 0 65536 0 +( -4476.063477 2859.391846 -264.254028 ) ( -4529.083496 2736.111328 -240.791000 ) ( -4941.783203 2958.614258 123.905960 ) ta_berlin/brln_rubble 20 -60 -113.24 1.289438 0.834775 0 65536 0 +( -4843.974121 2878.320557 -33.260300 ) ( -4790.953125 3001.602051 -56.723282 ) ( -5567.977539 3386.579590 251.081970 ) models/items/rubblebase -67 -46 139.50 0.974759 1.021939 0 65536 0 +( -4897.958496 2518.983887 375.831970 ) ( -4899.512207 2502.759521 393.448395 ) ( -4774.352051 2653.228760 526.732483 ) models/items/rubblebase 6 -159 -168.94 0.895651 -0.981572 0 65536 0 +} +} +// entity 1002 +{ +"#set" "8" +"$targetname" "explodersmashed" +"classname" "script_object" +// brush 0 +{ +( -5342.112305 3058.567139 -190.490524 ) ( -5301.319336 2932.356445 -160.445892 ) ( -4820.479004 3193.252441 282.658234 ) common/caulk 18 5 -72.11 0.975903 0.764139 0 65696 0 +surfaceparm detail +( -5301.319336 2932.356445 -160.445892 ) ( -5482.464355 2922.046143 42.196835 ) ( -5001.624023 3182.941406 485.301605 ) ta_berlin/archway1_shot -108 203 -48.21 4.394015 2.554513 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -5523.257324 3048.256836 12.152582 ) ( -5342.112305 3058.567139 -190.490524 ) ( -4861.271484 3319.462402 252.613876 ) ta_berlin/archway1trim_shot 190 93 131.80 1.412990 -1.858601 0 65536 0 +( -5042.416016 3309.152832 455.256714 ) ( -4861.271484 3319.462402 252.613876 ) ( -4820.479004 3193.252441 282.658234 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +( -4497.117188 3179.810303 -212.850235 ) ( -4532.583496 3306.324707 -248.855133 ) ( -4543.238770 3305.718018 -236.934967 ) common/caulk 20 -16 92.88 0.745571 0.916258 0 65696 0 +surfaceparm detail +( -4848.727539 2670.728027 468.447266 ) ( -5041.988281 3328.010742 291.164459 ) ( -4879.788086 3034.946045 440.229156 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +} +// brush 1 +{ +( -4880.719727 3157.978027 216.275177 ) ( -4736.869629 3166.165039 55.353443 ) ( -4777.662109 3292.376465 25.308334 ) common/caulk -37 8 67.95 0.768630 -0.889893 0 65696 0 +surfaceparm detail +( -4680.125488 3329.771973 49.971230 ) ( -4639.333008 3203.561279 80.016174 ) ( -4783.183594 3195.374023 240.938339 ) models/items/rubblebase 0 0 0.00 1 1 0 65536 0 +( -4680.125488 3329.771973 49.971230 ) ( -4823.976563 3321.585449 210.893356 ) ( -5304.817383 3060.689453 -232.210632 ) ta_berlin/archway1trim_shot 52 92 131.82 1.414842 -1.857251 0 65536 0 +( -4861.271484 3319.462402 252.613876 ) ( -4820.479004 3193.252441 282.658234 ) ( -5301.319336 2932.356445 -160.445892 ) common/caulk 18 3 -72.11 0.975903 0.763209 0 65696 0 +surfaceparm detail +( -4552.329102 3346.507568 562.373169 ) ( -4408.477539 3354.695313 401.450623 ) ( -4889.318359 3093.798340 -41.652847 ) ta_berlin/archway1_shot -120 203 -48.21 4.394397 2.553848 0 65536 0 +surfaceparm detail surfaceDensity 256 +( -4639.333008 3203.561279 80.016174 ) ( -4680.125488 3329.771973 49.971230 ) ( -5160.965820 3068.876221 -393.132690 ) common/caulk -5 59 107.91 0.976286 -0.763274 0 65696 0 +surfaceparm detail +} +} +// entity 1003 +{ +"angle" "315" +"origin" "-6319.67 4705.69 16.13" +"testanim" "idle" +"model" "static/mg42ammoboxwbelt.tik" +"scale" "1.0" +"classname" "static_item_mg42ammobox-wbelt" +} +// entity 1004 +{ +"origin" "-6302.00 4275.00 16.00" +"testanim" "idle" +"model" "static/german_rations_1.tik" +"scale" "1.0" +"classname" "static_equipment_german-rations-1" +} +// entity 1005 +{ +"origin" "-6092.00 4414.00 16.00" +"testanim" "idle" +"model" "static/nazi_crate.tik" +"scale" "1.0" +"classname" "static_item_nazicrate" +} +// entity 1006 +{ +"origin" "-5751.00 4057.00 244.00" +"testanim" "idle" +"model" "items/officer_uniform.tik" +"scale" "1.0" +"classname" "static_items_officer-uniform" +} +// entity 1007 +{ +"origin" "-5750.00 4047.00 192.00" +"testanim" "idle" +"model" "static/nazi_crate.tik" +"scale" "1.0" +"classname" "static_item_nazicrate" +} +// entity 1008 +{ +"angle" "90" +"origin" "-5750.00 3903.00 225.00" +"testanim" "idle" +"model" "static/static_germanhelmet_wehrmact.tik" +"scale" "1.0" +"classname" "static_equipment_german-helmet-wehrmact" +} +// entity 1009 +{ +"origin" "-5751.00 3980.00 225.00" +"testanim" "idle" +"model" "items/gasmask.tik" +"scale" "1.0" +"classname" "static_item_gasmask" +} +// entity 1010 +{ +"angle" "225" +"origin" "-5755.31 4093.07 190.13" +"testanim" "idle" +"model" "static/mg42ammoboxwbelt.tik" +"scale" "1.0" +"classname" "static_item_mg42ammobox-wbelt" +} +// entity 1011 +{ +"angle" "315" +"origin" "2923.84 3408.65 220.00" +"testanim" "idle" +"model" "lights/fattablelamp.tik" +"scale" "1.0" +"classname" "static_lamp_fattablelamp" +} +// entity 1012 +{ +"origin" "2660.00 3594.00 176.00" +"angle" "180" +"testanim" "idle" +"model" "static/dresser.tik" +"scale" "1.0" +"classname" "static_furniture_dresser" +} +// entity 1013 +{ +"origin" "2909.00 3869.00 176.00" +"angle" "270" +"testanim" "idle" +"model" "miscobj/hidden_cabinet_a.tik" +"scale" "1.0" +"classname" "static_furniture_hidden-wardrobe" +} +// entity 1014 +{ +"origin" "2580.13 4232.48 176.00" +"testanim" "idle" +"model" "static/bighutch.tik" +"scale" "1.0" +"classname" "static_furniture_bighutch" +} +// entity 1015 +{ +"origin" "3104.23 4555.48 211.00" +"testanim" "idle" +"model" "lights/fattablelamp.tik" +"scale" "1.0" +"classname" "static_lamp_fattablelamp" +} +// entity 1016 +{ +"origin" "3104.00 4555.00 176.00" +"testanim" "idle" +"model" "static/round_table.tik" +"scale" "1.0" +"classname" "static_furniture_round-table" +} +// entity 1017 +{ +"angle" "180" +"origin" "3107.00 4484.00 176.00" +"testanim" "idle" +"model" "furniture/luxurychair_d.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair-d" +} +// entity 1018 +{ +"origin" "178.00 5334.00 126.00" +"testanim" "idle" +"model" "static/drawing_compass.tik" +"scale" "1.0" +"classname" "static_equipment_drawing-compass" +} +// entity 1019 +{ +"angle" "45" +"origin" "146.00 5333.00 126.00" +"testanim" "idle" +"model" "items/documents1c.tik" +"scale" "1.0" +"classname" "static_items_documents1c" +} +// entity 1020 +{ +"origin" "179.64 5342.05 72.00" +"angle" "280" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1021 +{ +"origin" "163.46 5333.18 71.98" +"angle" "90" +"testanim" "idle" +"model" "static/simpledesk.tik" +"scale" "1.0" +"classname" "static_furniture_simpledesk" +} +// entity 1022 +{ +"origin" "3019.63 3832.63 176.00" +"angle" "225" +"testanim" "idle" +"model" "furniture/armchairposh.tik" +"scale" "1.0" +"classname" "static_furniture_armchairposh" +} +// entity 1023 +{ +"origin" "2805.00 3870.00 176.00" +"angle" "270" +"testanim" "idle" +"model" "static/grandfathers_clock_d.tik" +"scale" "1.0" +"classname" "static_furniture_grandfathers-clock-d" +} +// entity 1024 +{ +"origin" "2927.00 3406.00 176.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 1025 +{ +"angle" "90" +"origin" "3000.00 3481.00 176.00" +"testanim" "idle" +"model" "static/bigbed.tik" +"scale" "1.0" +"classname" "static_furniture_bigbed" +} +// entity 1026 +{ +"origin" "3097.12 4283.84 176.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1027 +{ +"origin" "3106.01 4269.46 175.98" +"angle" "180" +"testanim" "idle" +"model" "static/simpledesk.tik" +"scale" "1.0" +"classname" "static_furniture_simpledesk" +} +// entity 1028 +{ +"origin" "3114.33 4197.25 176.00" +"testanim" "idle" +"model" "static/bshelf-tall-thin-damaged.tik" +"scale" "1.0" +"classname" "static_furniture_bshelf-tall-thin-damaged" +} +// entity 1029 +{ +"origin" "2638.00 4534.00 176.00" +"angle" "280" +"testanim" "idle" +"model" "static/loveseatdestroyed.tik" +"scale" "1.0" +"classname" "static_furniture_loveseatdestroyed" +} +// entity 1030 +{ +"angle" "96" +"origin" "2954.00 4214.00 -80.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1031 +{ +"origin" "2921.16 4233.21 -32.00" +"testanim" "idle" +"model" "lights/tiffanylamp.tik" +"scale" "1.0" +"classname" "static_lamp_tiffanylamp" +} +// entity 1032 +{ +"angle" "270" +"origin" "2954.00 4240.00 -80.00" +"testanim" "idle" +"model" "static/rolltop_desk.tik" +"scale" "1.0" +"classname" "static_furniture_rolltopdesk" +} +// entity 1033 +{ +"origin" "5120.81 4135.96 -115.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 1034 +{ +"origin" "5076.00 4136.00 -115.00" +"testanim" "idle" +"model" "static/messkit.tik" +"scale" "1.0" +"classname" "static_item_messkit" +} +// entity 1035 +{ +"origin" "5062.00 4127.00 -115.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1036 +{ +"origin" "5069.00 4085.00 -115.00" +"testanim" "idle" +"model" "static/pitcher.tik" +"scale" "1.0" +"classname" "static_decor_pitcher" +} +// entity 1037 +{ +"origin" "5141.00 4087.00 -168.00" +"angle" "270" +"testanim" "idle" +"model" "static/planningtable.tik" +"scale" "1.0" +"classname" "static_furniture_planningtable" +} +// entity 1038 +{ +"angle" "356" +"origin" "5015.00 4120.00 -168.00" +"testanim" "idle" +"model" "static/square_table.tik" +"scale" "1.0" +"classname" "static_furniture_square-table" +} +// entity 1039 +{ +"angle" "45" +"origin" "5359.26 4084.77 24.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1040 +{ +"origin" "5191.00 4020.00 72.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1041 +{ +"origin" "5223.00 3986.00 71.00" +"testanim" "idle" +"model" "static/bottle_large.tik" +"scale" "1.0" +"classname" "static_decor_bottle-large" +} +// entity 1042 +{ +"angle" "45" +"origin" "5204.16 4001.17 24.05" +"testanim" "idle" +"model" "furniture/table.tik" +"scale" "1.0" +"classname" "static_furniture_table" +} +// entity 1043 +{ +"angle" "60" +"origin" "5266.00 4122.00 24.00" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1044 +{ +"angle" "180" +"origin" "5358.15 4148.81 28.32" +"testanim" "idle" +"model" "static/bunkerstove.tik" +"scale" "1.0" +"classname" "static_equipment_bunkerstove" +} +// entity 1045 +{ +"angle" "45" +"origin" "5109.66 4425.66 224.00" +"testanim" "idle" +"model" "static/rations_sh.tik" +"scale" "1.0" +"classname" "static_item_rations-sh" +} +// entity 1046 +{ +"origin" "5113.00 4399.00 256.00" +"testanim" "idle" +"model" "static/pitcher.tik" +"scale" "1.0" +"classname" "static_decor_pitcher" +} +// entity 1047 +{ +"origin" "5098.00 4408.00 256.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1048 +{ +"origin" "5106.00 4390.66 228.43" +"testanim" "idle" +"model" "miscobj/canteen.tik" +"scale" "1.0" +"classname" "static_attached-canteen" +} +// entity 1049 +{ +"origin" "5113.00 4409.00 226.00" +"testanim" "idle" +"model" "static/bottle_small.tik" +"scale" "1.0" +"classname" "static_decor_bottle-small" +} +// entity 1050 +{ +"angle" "315" +"origin" "5094.00 4399.00 226.00" +"testanim" "idle" +"model" "miscobj/clipboard.tik" +"scale" "1.0" +"classname" "static_items_clipboard" +} +// entity 1051 +{ +"origin" "5111.00 4370.00 250.00" +"angle" "270" +"testanim" "idle" +"model" "static/static_us-helmet_medic.tik" +"scale" "1.0" +"classname" "static_equipment_us-helmet-medic" +} +// entity 1052 +{ +"origin" "5104.00 4370.00 224.00" +"angle" "195" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1053 +{ +"angle" "60" +"origin" "5150.93 3812.00 224.00" +"testanim" "idle" +"model" "static/rations_sh.tik" +"scale" "1.0" +"classname" "static_item_rations-sh" +} +// entity 1054 +{ +"angle" "90" +"origin" "5152.00 3664.00 224.00" +"testanim" "idle" +"model" "static/messkit.tik" +"scale" "1.0" +"classname" "static_item_messkit" +} +// entity 1055 +{ +"origin" "5455.00 3440.00 224.00" +"testanim" "idle" +"model" "static/bottle_small.tik" +"scale" "1.0" +"classname" "static_decor_bottle-small" +} +// entity 1056 +{ +"origin" "5228.00 3346.00 224.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1057 +{ +"angle" "110" +"origin" "5179.20 3392.06 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1058 +{ +"angle" "90" +"origin" "5751.00 1774.00 77.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1059 +{ +"origin" "5744.00 1947.00 77.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1060 +{ +"origin" "5750.00 1785.00 77.00" +"testanim" "idle" +"model" "static/pitcher.tik" +"scale" "1.0" +"classname" "static_decor_pitcher" +} +// entity 1061 +{ +"angle" "225" +"origin" "5716.00 1953.00 77.00" +"testanim" "idle" +"model" "miscobj/clipboard.tik" +"scale" "1.0" +"classname" "static_items_clipboard" +} +// entity 1062 +{ +"angle" "315" +"origin" "5753.00 1967.00 77.00" +"testanim" "idle" +"model" "items/documents1a.tik" +"scale" "1.0" +"classname" "static_items_documents1a" +} +// entity 1063 +{ +"angle" "10" +"origin" "5910.23 2088.64 32.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerbench" +} +// entity 1064 +{ +"origin" "5721.00 1938.00 28.00" +"angle" "90" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1065 +{ +"angle" "225" +"origin" "5758.81 1986.30 28.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1066 +{ +"angle" "270" +"origin" "5735.00 1959.00 28.00" +"testanim" "idle" +"model" "static/worktable.tik" +"scale" "1.0" +"classname" "static_furniture_worktable" +} +// entity 1067 +{ +"origin" "5548.00 1898.00 272.00" +"testanim" "idle" +"model" "static/45cal_crate.tik" +"scale" "1.0" +"classname" "static_item_45cal_crate" +} +// entity 1068 +{ +"angle" "340" +"origin" "5543.99 1928.77 327.00" +"testanim" "idle" +"model" "static/30cal_crate.tik" +"scale" "1.0" +"classname" "static_item_30cal_crate" +} +// entity 1069 +{ +"origin" "5914.00 1922.00 308.00" +"testanim" "idle" +"model" "static/fragcrate1.tik" +"scale" "1.0" +"classname" "static_item_fragcrate1" +} +// entity 1070 +{ +"origin" "5547.00 1932.00 272.00" +"testanim" "idle" +"model" "miscobj/detonator.tik" +"scale" "1.0" +"classname" "static_equipment_detonator" +} +// entity 1071 +{ +"origin" "5914.00 1921.00 272.00" +"testanim" "idle" +"model" "static/exp_crate3.tik" +"scale" "1.0" +"classname" "static_item_exp_crate3" +} +// entity 1072 +{ +"origin" "5540.00 1852.00 272.00" +"testanim" "idle" +"model" "static/exp_crate1.tik" +"scale" "1.0" +"classname" "static_item_exp_crate1" +} +// entity 1073 +{ +"origin" "5541.00 1746.00 272.00" +"testanim" "idle" +"model" "static/50cal_crate.tik" +"scale" "1.0" +"classname" "static_item_50cal_crate" +} +// entity 1074 +{ +"angle" "45" +"origin" "5547.71 1716.33 272.13" +"testanim" "idle" +"model" "static/mg42ammoboxwbelt.tik" +"scale" "1.0" +"classname" "static_item_mg42ammobox-wbelt" +} +// entity 1075 +{ +"origin" "5541.00 1824.00 308.00" +"testanim" "idle" +"model" "static/static_us-helmet_medic.tik" +"scale" "1.0" +"classname" "static_equipment_us-helmet-medic" +} +// entity 1076 +{ +"origin" "5547.00 1830.00 326.00" +"testanim" "idle" +"model" "static/static_us-helmet_engineer01.tik" +"scale" "1.0" +"classname" "static_equipment_us-engineer01" +} +// entity 1077 +{ +"origin" "5547.00 1754.00 344.00" +"testanim" "idle" +"model" "static/static_ushelmet_private.tik" +"scale" "1.0" +"classname" "static_equipment_us-helmet-private" +} +// entity 1078 +{ +"angle" "225" +"origin" "-3296.00 2520.00 24.00" +"testanim" "idle" +"model" "static/ornaterectable.tik" +"scale" "1.0" +"classname" "static_furniture_ornaterectable" +} +// entity 1079 +{ +"angle" "315" +"origin" "-3692.00 2582.00 24.00" +"testanim" "idle" +"model" "static/grandfathers_clock.tik" +"scale" "1.0" +"classname" "static_furniture_grandfathers-clock" +} +// entity 1080 +{ +"origin" "-3614.00 2646.00 24.00" +"angle" "315" +"testanim" "idle" +"model" "static/piano.tik" +"scale" "1.0" +"classname" "static_furniture_piano" +} +// entity 1081 +{ +"origin" "-1036.00 2606.00 264.00" +"angle" "270" +"testanim" "idle" +"model" "static/wardrobe.tik" +"scale" "1.0" +"classname" "static_furniture_wardrobe" +} +// entity 1082 +{ +"origin" "-1082.00 2432.00 264.00" +"testanim" "idle" +"model" "static/vanity.tik" +"scale" "1.0" +"classname" "static_furniture_vanity" +} +// entity 1083 +{ +"angle" "180" +"origin" "-874.00 2392.00 264.00" +"testanim" "idle" +"model" "static/bathroomsink.tik" +"scale" "1.0" +"classname" "static_furniture_bathroomsink" +} +// entity 1084 +{ +"target" "mv1704 mv1711 mv1718 mv1725 mv1732 mv1739 mv1746 mv1747 mv1740 mv1733 mv1726 mv1719 mv1712 mv1705 mv1706 mv1713 mv1720 mv1727 mv1734 mv1741 mv1748 mv1749 mv1742 mv1735 mv1728 mv1721 mv1714 mv1707 mv1700 mv1701 mv1708 mv1715 mv1722 mv1729 mv1736 mv1743 mv1750 mv1757 mv1758 mv1751 mv1744 mv1737 mv1730 mv1723 mv1731 mv1738 mv1745 mv1752 mv1759 mv1763 mv1761 mv1762 mv1760 mv1709 mv1695 mv1702 mv1694 mv1689 mv1688 mv1687 mv1681 mv1680 mv1679 mv1678 mv1677 mv68 mv69 mv70 mv1 mv2 mv1795 mv1794 mv1800 mv1793 mv1792 mv1771 mv1770 mv1772" +"targetname" "mv1797" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2698 11436 -96 ) ( -2934 11436 -96 ) ( -2934 1484 -96 ) common/vis -44 44 0.00 1 1 268435456 2448 0 +( -3289 1484 241 ) ( -3289 11436 241 ) ( 2343 11436 241 ) common/vis -44 44 0.00 1 1 268435456 2448 0 +( -2984 4920 -96 ) ( -2984 4920 240 ) ( -3240 4664 240 ) common/vis -44 0 0.00 1 1 268435456 2448 0 +( -3232 4016 240 ) ( -3232 4016 -96 ) ( -3392 4176 -96 ) common/vis -44 0 0.00 1 1 268435456 2448 0 +( -2576 4704 -96 ) ( -2576 4704 240 ) ( -2736 4864 240 ) common/vis -44 0 0.00 1 1 268435456 2448 0 +( -2384 4336 240 ) ( -2384 4336 -96 ) ( -2640 4080 -96 ) common/vis -44 0 0.00 1 1 268435456 2448 0 +( -2432 4560 -96 ) ( -2432 4552 -96 ) ( -2432 4556 241 ) common/vis -44 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1085 +{ +"origin" "4608.34 2731.28 16.00" +"angle" "250" +"testanim" "idle" +"model" "static/vehicle_gmctruck.tik" +"scale" "1.0" +"classname" "static_vehicle_allied_gmctruck" +} +// entity 1086 +{ +"angle" "350" +"origin" "-5505.04 4578.68 0.00" +"testanim" "idle" +"model" "static/vehicle_opeltruck.tik" +"scale" "1.0" +"classname" "static_vehicle_german_opeltruck" +} +// entity 1087 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -5205.416992 4729.746094 125.881409 0 0 ) ( -5040.696289 4931.395996 220.430237 0 0.500000 ) ( -4974.420898 5002.197266 271.715088 0 1 ) ) +( ( -5208.666016 4733.838379 115.181778 0.500000 0 ) ( -5043.941406 4935.486816 209.732727 0.500000 0.500000 ) ( -4977.667969 5006.288574 261.015869 0.500000 1 ) ) +( ( -5201.689941 4724.453125 117.427429 1 0 ) ( -5036.969727 4926.102539 211.976624 1 0.500000 ) ( -4970.693359 4996.903809 263.260498 1 1 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -4974.420898 5002.197266 271.715088 0 0 ) ( -5040.696289 4931.395996 220.430237 0 0.500000 ) ( -5205.416992 4729.746094 125.881409 0 1 ) ) +( ( -4979.531250 5008.934570 265.242676 0.500000 0 ) ( -5045.804688 4938.133789 213.959290 0.500000 0.500000 ) ( -5210.528809 4736.484375 119.408722 0.500000 1 ) ) +( ( -4984.641602 5015.671875 258.771423 1 0 ) ( -5050.914063 4944.872070 207.487671 1 0.500000 ) ( -5215.638672 4743.221191 112.937668 1 1 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -5211.911133 4737.927734 104.483887 0 1 ) ( -5047.187500 4939.579102 199.033722 0 0.500000 ) ( -4980.914063 5010.378906 250.316925 0 0 ) ) +( ( -5208.666016 4733.838379 115.181778 0.500000 1 ) ( -5043.941406 4935.486816 209.732727 0.500000 0.500000 ) ( -4977.667969 5006.288574 261.015869 0.500000 0 ) ) +( ( -5215.638672 4743.221191 112.937668 1 1 ) ( -5050.914063 4944.872070 207.487671 1 0.500000 ) ( -4984.641602 5015.671875 258.771423 1 0 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -5201.689941 4724.453125 117.427429 0 1 ) ( -5036.969727 4926.102539 211.976624 0 0.500000 ) ( -4970.693359 4996.903809 263.260498 0 0 ) ) +( ( -5206.801758 4731.190430 110.954987 0.500000 1 ) ( -5042.077148 4932.840820 205.505493 0.500000 0.500000 ) ( -4975.803711 5003.641602 256.788818 0.500000 0 ) ) +( ( -5211.911133 4737.927734 104.483887 1 1 ) ( -5047.187500 4939.579102 199.033722 1 0.500000 ) ( -4980.914063 5010.378906 250.316925 1 0 ) ) +) + } + } +} +// entity 1088 +{ +"classname" "func_group" +// brush 0 +{ +( -4416 3332 768 ) ( -4416 3332 200 ) ( -6000 3332 200 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 3396 384 ) ( -4416 3388 384 ) ( -4416 3404 384 ) common/nodraw -37 -56 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -4416 3380 568 ) ( -6000 3384 568 ) ( -4416 3388 568 ) common/nodraw -37 -56 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5952 3340 392 ) ( -5936 3340 392 ) ( -5944 3340 560 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5824 3332 576 ) ( -5824 3340 544 ) ( -5824 3332 512 ) ta_berlin/brln_rubble -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5872 3340 560 ) ( -5872 3332 576 ) ( -5872 3332 544 ) common/nodraw -36 34 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5824 3332 496 ) ( -5840 3340 440 ) ( -5856 3332 384 ) ta_berlin/brln_rubble -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1 +{ +( -4400 3332 768 ) ( -4400 3332 200 ) ( -5984 3332 200 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4400 3380 568 ) ( -5984 3384 568 ) ( -4400 3388 568 ) common/nodraw -37 -8 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5936 3340 392 ) ( -5920 3340 392 ) ( -5928 3340 560 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5776 3332 568 ) ( -5776 3340 556 ) ( -5776 3332 544 ) common/nodraw -36 34 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 3332 488 ) ( -5788 3340 528 ) ( -5800 3332 568 ) ta_berlin/brln_rubble -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 2 +{ +( -4400 3332 768 ) ( -4400 3332 200 ) ( -5984 3332 200 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4400 3380 568 ) ( -5984 3384 568 ) ( -4400 3388 568 ) common/nodraw -37 -8 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5936 3340 392 ) ( -5920 3340 392 ) ( -5928 3340 560 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5736 3332 744 ) ( -5736 3332 760 ) ( -5736 3340 752 ) common/nodraw -36 34 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 3340 556 ) ( -5776 3332 568 ) ( -5776 3332 544 ) common/nodraw -36 34 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5756 3340 472 ) ( -5776 3332 488 ) ( -5736 3332 456 ) ta_berlin/brln_rubble -32 156 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 3 +{ +( -4416 3332 768 ) ( -4416 3332 200 ) ( -6000 3332 200 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -6000 3396 384 ) ( -4416 3388 384 ) ( -4416 3404 384 ) common/nodraw -37 -56 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -4416 3380 568 ) ( -6000 3384 568 ) ( -4416 3388 568 ) common/nodraw -37 -56 90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5952 3340 392 ) ( -5936 3340 392 ) ( -5944 3340 560 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6192 3338 756 ) ( -6192 3338 744 ) ( -6192 3346 750 ) common/nodraw -36 34 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5872 3332 576 ) ( -5872 3340 560 ) ( -5872 3332 544 ) common/nodraw -36 34 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 1089 +{ +"classname" "func_group" +// brush 0 +{ +( -4400 3332 608 ) ( -4400 3332 40 ) ( -5984 3332 40 ) ta_berlin/berlinwall3a 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -4400 3380 416 ) ( -5984 3384 416 ) ( -4400 3388 416 ) ta_berlin/brln_rubble -32 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5936 3340 232 ) ( -5920 3340 232 ) ( -5928 3340 400 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5736 3332 584 ) ( -5736 3332 600 ) ( -5736 3340 592 ) common/nodraw -36 -62 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5776 3340 396 ) ( -5776 3332 408 ) ( -5776 3332 384 ) ta_berlin/brln_rubble -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5764 3340 384 ) ( -5776 3332 384 ) ( -5752 3332 384 ) common/nodraw -40 62 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5768 3340 408 ) ( -5760 3332 416 ) ( -5776 3332 400 ) ta_berlin/brln_rubble -32 156 0.00 1 1 0 65536 0 +surfaceparm detail +} +} +// entity 1090 +{ +"classname" "detail" +// brush 0 +{ +( -5158 5294 432 ) ( -5162 5294 432 ) ( -5162 5182 432 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5162 5178 504 ) ( -5162 5290 504 ) ( -5158 5290 504 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5164 5178 504 ) ( -5160 5178 504 ) ( -5160 5178 456 ) common/nodraw 17 15 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5178 504 ) ( -5160 5290 504 ) ( -5160 5290 456 ) common/nodraw 16 15 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5290 504 ) ( -5164 5290 504 ) ( -5164 5290 456 ) common/nodraw 17 15 270.00 0.568359 0.120600 536870912 2224 0 +( -5162 5290 504 ) ( -5162 5178 504 ) ( -5162 5178 456 ) mohcommon/gravelrd -91 5 0.00 0.216309 0.241698 0 131072 0 +} +// brush 1 +{ +( -5164 5290 504 ) ( -5160 5290 504 ) ( -5160 5294 508 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5178 504 ) ( -5164 5178 504 ) ( -5164 5174 508 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5162 5178 504 ) ( -5158 5178 504 ) ( -5158 5250 504 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5174 504 ) ( -5160 5174 508 ) ( -5160 5254 508 ) common/nodraw 16 15 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5174 508 ) ( -5164 5174 508 ) ( -5164 5254 508 ) mohcommon/beam2 -81 -15 90.00 0.250000 0.250000 0 16384 0 +( -5162 5174 508 ) ( -5162 5174 504 ) ( -5162 5254 504 ) mohcommon/beam2 -81 -1 0.00 0.250000 0.250000 0 16384 0 +} +// brush 2 +{ +( -5164 5290 432 ) ( -5160 5290 432 ) ( -5160 5294 428 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5290 504 ) ( -5164 5290 504 ) ( -5164 5294 508 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5164 5290 504 ) ( -5160 5290 504 ) ( -5160 5290 432 ) common/nodraw 17 15 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5290 508 ) ( -5160 5294 508 ) ( -5160 5294 428 ) common/nodraw 16 15 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5294 508 ) ( -5164 5294 508 ) ( -5164 5294 428 ) mohcommon/beam2 -86 -15 90.00 0.250000 0.250000 0 16384 0 +( -5162 5294 508 ) ( -5162 5290 508 ) ( -5162 5290 428 ) mohcommon/beam2 -86 -8 90.00 0.250000 0.250000 0 16384 0 +} +// brush 3 +{ +( -5160 5294 428 ) ( -5160 5290 432 ) ( -5164 5290 432 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5164 5174 428 ) ( -5164 5178 432 ) ( -5160 5178 432 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5158 5250 432 ) ( -5158 5178 432 ) ( -5162 5178 432 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5254 428 ) ( -5160 5174 428 ) ( -5160 5174 432 ) common/nodraw 16 15 270.00 0.568359 0.120600 536870912 2224 0 +( -5164 5254 428 ) ( -5164 5174 428 ) ( -5160 5174 428 ) mohcommon/beam2 -81 -15 90.00 0.250000 0.250000 0 16384 0 +( -5162 5254 432 ) ( -5162 5174 432 ) ( -5162 5174 428 ) mohcommon/beam2 45 0 180.00 0.568359 0.120600 0 16384 0 +} +// brush 4 +{ +( -5160 5174 428 ) ( -5160 5178 432 ) ( -5164 5178 432 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5164 5174 508 ) ( -5164 5178 504 ) ( -5160 5178 504 ) common/nodraw 47 17 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5178 432 ) ( -5160 5178 504 ) ( -5164 5178 504 ) common/nodraw 17 15 270.00 0.568359 0.120600 536870912 2224 0 +( -5160 5174 428 ) ( -5160 5174 508 ) ( -5160 5178 508 ) common/nodraw 16 15 270.00 0.568359 0.120600 536870912 2224 0 +( -5164 5174 428 ) ( -5164 5174 508 ) ( -5160 5174 508 ) mohcommon/beam2 -86 -15 90.00 0.250000 0.250000 0 16384 0 +( -5162 5178 428 ) ( -5162 5178 508 ) ( -5162 5174 508 ) mohcommon/beam2 -86 -8 90.00 0.250000 0.250000 0 16384 0 +} +} +// entity 1091 +{ +"classname" "detail" +// brush 0 +{ +( -6268 3802 240 ) ( -6268 3806 240 ) ( -6380 3806 240 ) common/nodraw 55 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6384 3806 312 ) ( -6272 3806 312 ) ( -6272 3802 312 ) common/nodraw 55 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6408 3808 312 ) ( -6408 3804 312 ) ( -6408 3804 264 ) common/nodraw 0 -1 -90.00 0.568359 -0.121094 536870912 2224 0 +( -6392 3804 312 ) ( -6280 3804 312 ) ( -6280 3804 264 ) common/nodraw 0 17 -90.00 0.568359 0.120605 536870912 2224 0 +( -6272 3804 312 ) ( -6272 3808 312 ) ( -6272 3808 264 ) common/nodraw 0 -1 -90.00 0.568359 -0.121094 536870912 2224 0 +( -6272 3806 312 ) ( -6384 3806 312 ) ( -6384 3806 264 ) mohcommon/gravelrd 65 70 -180.00 0.216309 -0.241699 0 131072 0 +} +// brush 1 +{ +( -6272 3808 312 ) ( -6272 3804 312 ) ( -6268 3804 316 ) common/nodraw 55 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6408 3804 312 ) ( -6408 3808 312 ) ( -6412 3808 316 ) common/nodraw 55 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6384 3806 312 ) ( -6384 3802 312 ) ( -6312 3802 312 ) common/nodraw 55 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6396 3804 312 ) ( -6396 3804 316 ) ( -6316 3804 316 ) common/nodraw 0 17 -90.00 0.568359 0.120605 536870912 2224 0 +( -6388 3804 316 ) ( -6388 3808 316 ) ( -6308 3808 316 ) mohcommon/beam2 -26 0 0.00 0.250000 0.250000 0 16384 0 +( -6388 3806 316 ) ( -6388 3806 312 ) ( -6308 3806 312 ) mohcommon/beam2 -25 -2 0.00 0.250000 0.250000 0 16384 0 +} +// brush 2 +{ +( -6280 3808 248 ) ( -6280 3804 248 ) ( -6276 3804 244 ) common/nodraw 55 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6272 3804 312 ) ( -6272 3808 312 ) ( -6268 3808 316 ) common/nodraw 55 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6272 3808 312 ) ( -6272 3804 312 ) ( -6272 3804 240 ) common/nodraw 0 -1 -90.00 0.568359 -0.121094 536870912 2224 0 +( -6280 3804 316 ) ( -6276 3804 316 ) ( -6276 3804 236 ) common/nodraw 0 17 -90.00 0.568359 0.120605 536870912 2224 0 +( -6268 3804 316 ) ( -6268 3808 316 ) ( -6268 3808 236 ) mohcommon/beam2 -57 13 90.00 0.568359 -0.120117 0 16384 0 +( -6268 3806 316 ) ( -6272 3806 316 ) ( -6272 3806 236 ) mohcommon/beam2 -68 0 90.00 0.250000 0.250000 0 16384 0 +} +// brush 3 +{ +( -6268 3804 236 ) ( -6272 3804 240 ) ( -6272 3808 240 ) common/nodraw 4 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6412 3808 236 ) ( -6408 3808 240 ) ( -6408 3804 240 ) common/nodraw 4 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6304 3802 240 ) ( -6376 3802 240 ) ( -6376 3806 240 ) common/nodraw 4 0 -180.00 0.568359 0.121094 536870912 2224 0 +( -6308 3804 236 ) ( -6388 3804 236 ) ( -6388 3804 240 ) common/nodraw 0 19 -90.00 0.568359 0.120605 536870912 2224 0 +( -6324 3808 236 ) ( -6404 3808 236 ) ( -6404 3804 236 ) mohcommon/beam2 -58 0 0.00 0.250000 0.250000 0 16384 0 +( -6300 3806 240 ) ( -6380 3806 240 ) ( -6380 3806 236 ) mohcommon/beam2 -57 -2 0.00 0.250000 0.250000 0 16384 0 +} +// brush 4 +{ +( -6420 3804 228 ) ( -6416 3804 232 ) ( -6416 3808 232 ) common/nodraw 11 -1 -180.00 0.568359 0.120117 536870912 2224 0 +( -6412 3808 316 ) ( -6408 3808 312 ) ( -6408 3804 312 ) common/nodraw 11 -1 -180.00 0.568359 0.120117 536870912 2224 0 +( -6408 3804 240 ) ( -6408 3804 312 ) ( -6408 3808 312 ) common/nodraw 0 -1 -90.00 0.568359 -0.121094 536870912 2224 0 +( -6420 3804 236 ) ( -6420 3804 316 ) ( -6416 3804 316 ) common/nodraw 0 10 -90.00 0.568359 0.120605 536870912 2224 0 +( -6412 3808 228 ) ( -6412 3808 308 ) ( -6412 3804 308 ) mohcommon/beam2 -70 0 90.00 0.250000 -0.250000 0 16384 0 +( -6408 3806 236 ) ( -6408 3806 316 ) ( -6412 3806 316 ) mohcommon/beam2 -69 0 90.00 0.250000 0.250000 0 16384 0 +} +} +// entity 1092 +{ +"classname" "func_group" +// brush 0 +{ +( -5720 4364 360 ) ( -6528 4364 360 ) ( -6528 3348 360 ) mohcommon/crackedconcrete -24 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6538 3332 376 ) ( -5730 3332 376 ) ( -5730 3332 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6192 3370 376 ) ( -6192 4386 376 ) ( -6192 4386 368 ) ta_berlin/berlinwall2b 0 80 0.00 1 1 0 65536 0 +surfaceparm detail +( -6536 4364 376 ) ( -6536 3348 376 ) ( -6536 3348 368 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6136 3804 360 ) ( -6124 3804 360 ) ( -6130 3804 568 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6128 3332 384 ) ( -6118 3804 384 ) ( -6108 3332 384 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( -6520 3348 568 ) ( -6520 4364 568 ) ( -5712 4364 568 ) mohcommon/crackedconcrete -24 164 0.00 1 1 0 65536 0 +surfaceparm detail +( -6538 3332 376 ) ( -5730 3332 376 ) ( -5730 3332 368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6192 3370 376 ) ( -6192 4386 376 ) ( -6192 4386 368 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -6536 4364 376 ) ( -6536 3348 376 ) ( -6536 3348 368 ) common/nodraw -28 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6136 3804 360 ) ( -6124 3804 360 ) ( -6130 3804 568 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6118 3804 384 ) ( -6128 3332 384 ) ( -6108 3332 384 ) common/nodraw -12 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 1093 +{ +"classname" "detail" +// brush 0 +{ +( -5508 4882 56 ) ( -5508 4886 56 ) ( -5620 4886 56 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5624 4886 128 ) ( -5512 4886 128 ) ( -5512 4882 128 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5648 4888 128 ) ( -5648 4884 128 ) ( -5648 4884 80 ) common/nodraw -62 -26 -90.00 0.568359 -0.121094 536870912 2224 0 +( -5624 4884 128 ) ( -5512 4884 128 ) ( -5512 4884 80 ) common/nodraw 0 61 -90.00 0.568359 0.121094 536870912 2224 0 +( -5512 4884 128 ) ( -5512 4888 128 ) ( -5512 4888 80 ) common/nodraw -62 -26 -90.00 0.568359 -0.121094 536870912 2224 0 +( -5512 4886 128 ) ( -5624 4886 128 ) ( -5624 4886 80 ) mohcommon/gravelrd 19 -46 -180.00 0.215820 -0.241699 0 131072 0 +} +// brush 1 +{ +( -5512 4888 128 ) ( -5512 4884 128 ) ( -5508 4884 132 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5648 4884 128 ) ( -5648 4888 128 ) ( -5652 4888 132 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5624 4886 128 ) ( -5624 4882 128 ) ( -5552 4882 128 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5628 4884 128 ) ( -5628 4884 132 ) ( -5548 4884 132 ) common/nodraw 0 61 -90.00 0.568359 0.121094 536870912 2224 0 +( -5628 4884 132 ) ( -5628 4888 132 ) ( -5548 4888 132 ) mohcommon/beam2 -122 0 0.00 0.250000 0.250000 0 16384 0 +( -5628 4886 132 ) ( -5628 4886 128 ) ( -5548 4886 128 ) mohcommon/beam2 -120 -1 0.00 0.250000 0.250000 0 16384 0 +} +// brush 2 +{ +( -5512 4888 56 ) ( -5512 4884 56 ) ( -5508 4884 52 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5512 4884 128 ) ( -5512 4888 128 ) ( -5508 4888 132 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5512 4888 128 ) ( -5512 4884 128 ) ( -5512 4884 56 ) common/nodraw -62 -26 -90.00 0.568359 -0.121094 536870912 2224 0 +( -5512 4884 132 ) ( -5508 4884 132 ) ( -5508 4884 52 ) common/nodraw 0 61 -90.00 0.568359 0.121094 536870912 2224 0 +( -5508 4884 132 ) ( -5508 4888 132 ) ( -5508 4888 52 ) mohcommon/beam2 4 10 90.00 0.568359 -0.120117 0 16384 0 +( -5508 4886 132 ) ( -5512 4886 132 ) ( -5512 4886 52 ) mohcommon/beam2 22 -1 90.00 0.250000 0.250000 0 16384 0 +} +// brush 3 +{ +( -5508 4884 52 ) ( -5512 4884 56 ) ( -5512 4888 56 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5652 4888 52 ) ( -5648 4888 56 ) ( -5648 4884 56 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5552 4882 56 ) ( -5624 4882 56 ) ( -5624 4886 56 ) common/nodraw 46 -25 -180.00 0.568359 0.121094 536870912 2224 0 +( -5548 4884 52 ) ( -5628 4884 52 ) ( -5628 4884 56 ) common/nodraw 0 61 -90.00 0.568359 0.121094 536870912 2224 0 +( -5572 4888 52 ) ( -5652 4888 52 ) ( -5652 4884 52 ) mohcommon/beam2 -122 0 0.00 0.250000 0.250000 0 16384 0 +( -5548 4886 56 ) ( -5628 4886 56 ) ( -5628 4886 52 ) mohcommon/beam2 -120 -1 0.00 0.250000 0.250000 0 16384 0 +} +// brush 4 +{ +( -5652 4884 52 ) ( -5648 4884 56 ) ( -5648 4888 56 ) common/nodraw 2 -49 -180.00 0.568359 0.121094 536870912 2224 0 +( -5652 4888 132 ) ( -5648 4888 128 ) ( -5648 4884 128 ) common/nodraw 2 -49 -180.00 0.568359 0.121094 536870912 2224 0 +( -5648 4884 56 ) ( -5648 4884 128 ) ( -5648 4888 128 ) common/nodraw -62 -26 -90.00 0.568359 -0.121094 536870912 2224 0 +( -5652 4884 52 ) ( -5652 4884 132 ) ( -5648 4884 132 ) common/nodraw 0 21 -90.00 0.568359 0.120117 536870912 2224 0 +( -5652 4888 52 ) ( -5652 4888 132 ) ( -5652 4884 132 ) mohcommon/beam2 20 0 90.00 0.250000 -0.250000 0 16384 0 +( -5648 4886 52 ) ( -5648 4886 132 ) ( -5652 4886 132 ) mohcommon/beam2 21 -1 90.00 0.250000 0.250000 0 16384 0 +} +} +// entity 1094 +{ +"classname" "detail" +// brush 0 +{ +( -5158 5092 56 ) ( -5162 5092 56 ) ( -5162 4980 56 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5162 4976 128 ) ( -5162 5088 128 ) ( -5158 5088 128 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5164 4952 128 ) ( -5160 4952 128 ) ( -5160 4952 80 ) common/nodraw -61 62 -90.00 0.568344 0.121094 536870912 2224 0 +( -5160 4976 128 ) ( -5160 5088 128 ) ( -5160 5088 80 ) common/nodraw 0 44 -90.00 0.568359 0.121094 536870912 2224 0 +( -5160 5088 128 ) ( -5164 5088 128 ) ( -5164 5088 80 ) common/nodraw -61 62 -90.00 0.568344 0.121094 536870912 2224 0 +( -5162 5088 128 ) ( -5162 4976 128 ) ( -5162 4976 80 ) mohcommon/gravelrd 109 -46 -180.00 0.215820 -0.241699 0 131072 0 +} +// brush 1 +{ +( -5164 5088 128 ) ( -5160 5088 128 ) ( -5160 5092 132 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5160 4952 128 ) ( -5164 4952 128 ) ( -5164 4948 132 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5162 4976 128 ) ( -5158 4976 128 ) ( -5158 5048 128 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5160 4972 128 ) ( -5160 4972 132 ) ( -5160 5052 132 ) common/nodraw 0 44 -90.00 0.568359 0.121094 536870912 2224 0 +( -5160 4972 132 ) ( -5164 4972 132 ) ( -5164 5052 132 ) mohcommon/beam2 -26 -15 90.00 0.250000 0.250000 0 16384 0 +( -5162 4972 132 ) ( -5162 4972 128 ) ( -5162 5052 128 ) mohcommon/beam2 -24 0 0.00 0.250000 0.250000 0 16384 0 +} +// brush 2 +{ +( -5164 5088 56 ) ( -5160 5088 56 ) ( -5160 5092 52 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5160 5088 128 ) ( -5164 5088 128 ) ( -5164 5092 132 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5164 5088 128 ) ( -5160 5088 128 ) ( -5160 5088 56 ) common/nodraw -61 62 -90.00 0.568344 0.121094 536870912 2224 0 +( -5160 5088 132 ) ( -5160 5092 132 ) ( -5160 5092 52 ) common/nodraw 0 44 -90.00 0.568359 0.121094 536870912 2224 0 +( -5160 5092 132 ) ( -5164 5092 132 ) ( -5164 5092 52 ) mohcommon/beam2 6 -11 90.00 0.568359 0.120117 0 16384 0 +( -5162 5092 132 ) ( -5162 5088 132 ) ( -5162 5088 52 ) mohcommon/beam2 20 -1 90.00 0.250000 0.250000 0 16384 0 +} +// brush 3 +{ +( -5160 5092 52 ) ( -5160 5088 56 ) ( -5164 5088 56 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5164 4948 52 ) ( -5164 4952 56 ) ( -5160 4952 56 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5158 5048 56 ) ( -5158 4976 56 ) ( -5162 4976 56 ) common/nodraw 10 62 -90.00 0.568359 0.121094 536870912 2224 0 +( -5160 5052 52 ) ( -5160 4972 52 ) ( -5160 4972 56 ) common/nodraw 0 44 -90.00 0.568359 0.121094 536870912 2224 0 +( -5164 5028 52 ) ( -5164 4948 52 ) ( -5160 4948 52 ) mohcommon/beam2 -26 -15 90.00 0.250000 0.250000 0 16384 0 +( -5162 5052 56 ) ( -5162 4972 56 ) ( -5162 4972 52 ) mohcommon/beam2 -24 0 0.00 0.250000 0.250000 0 16384 0 +} +// brush 4 +{ +( -5160 4948 52 ) ( -5160 4952 56 ) ( -5164 4952 56 ) common/nodraw 30 38 -90.00 0.568359 0.121094 536870912 2224 0 +( -5164 4948 132 ) ( -5164 4952 128 ) ( -5160 4952 128 ) common/nodraw 30 38 -90.00 0.568359 0.121094 536870912 2224 0 +( -5160 4952 56 ) ( -5160 4952 128 ) ( -5164 4952 128 ) common/nodraw -61 62 -90.00 0.568344 0.121094 536870912 2224 0 +( -5160 4948 52 ) ( -5160 4948 132 ) ( -5160 4952 132 ) common/nodraw 0 13 -90.00 0.568359 0.120117 536870912 2224 0 +( -5164 4948 52 ) ( -5164 4948 132 ) ( -5160 4948 132 ) mohcommon/beam2 22 0 90.00 0.250000 0.250000 0 16384 0 +( -5162 4952 52 ) ( -5162 4952 132 ) ( -5162 4948 132 ) mohcommon/beam2 19 -1 90.00 0.250000 0.250000 0 16384 0 +} +} +// entity 1095 +{ +"classname" "detail" +// brush 0 +{ +( -5698 4920 56 ) ( -5694 4920 56 ) ( -5694 5032 56 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5694 5036 128 ) ( -5694 4924 128 ) ( -5698 4924 128 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5692 5060 128 ) ( -5696 5060 128 ) ( -5696 5060 80 ) common/nodraw -60 -17 -90.00 0.568352 -0.121094 536870912 2224 0 +( -5696 5036 128 ) ( -5696 4924 128 ) ( -5696 4924 80 ) common/nodraw 0 -11 -90.00 0.568359 -0.121094 536870912 2224 0 +( -5696 4924 128 ) ( -5692 4924 128 ) ( -5692 4924 80 ) common/nodraw -60 -17 -90.00 0.568352 -0.121094 536870912 2224 0 +( -5694 4924 128 ) ( -5694 5036 128 ) ( -5694 5036 80 ) mohcommon/gravelrd -74 -47 0.00 0.215820 0.241684 0 131072 0 +} +// brush 1 +{ +( -5692 4924 128 ) ( -5696 4924 128 ) ( -5696 4920 132 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5696 5060 128 ) ( -5692 5060 128 ) ( -5692 5064 132 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5694 5036 128 ) ( -5698 5036 128 ) ( -5698 4964 128 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5696 5040 128 ) ( -5696 5040 132 ) ( -5696 4960 132 ) common/nodraw 0 -11 -90.00 0.568359 -0.121094 536870912 2224 0 +( -5696 5040 132 ) ( -5692 5040 132 ) ( -5692 4960 132 ) mohcommon/beam2 86 0 -90.00 0.250000 0.250000 0 16384 0 +( -5694 5040 132 ) ( -5694 5040 128 ) ( -5694 4960 128 ) mohcommon/beam2 88 0 -180.00 0.250000 -0.250000 0 16384 0 +} +// brush 2 +{ +( -5692 4924 56 ) ( -5696 4924 56 ) ( -5696 4920 52 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5696 4924 128 ) ( -5692 4924 128 ) ( -5692 4920 132 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5692 4924 128 ) ( -5696 4924 128 ) ( -5696 4924 56 ) common/nodraw -60 -17 -90.00 0.568352 -0.121094 536870912 2224 0 +( -5696 4924 132 ) ( -5696 4920 132 ) ( -5696 4920 52 ) common/nodraw 0 -11 -90.00 0.568359 -0.121094 536870912 2224 0 +( -5696 4920 132 ) ( -5692 4920 132 ) ( -5692 4920 52 ) mohcommon/beam2 6 9 90.00 0.568359 -0.120117 0 16384 0 +( -5694 4920 132 ) ( -5694 4924 132 ) ( -5694 4924 52 ) mohcommon/beam2 20 15 90.00 0.250000 -0.250000 0 16384 0 +} +// brush 3 +{ +( -5696 4920 52 ) ( -5696 4924 56 ) ( -5692 4924 56 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5692 5064 52 ) ( -5692 5060 56 ) ( -5696 5060 56 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5698 4964 56 ) ( -5698 5036 56 ) ( -5694 5036 56 ) common/nodraw -8 -16 90.00 0.568359 0.121094 536870912 2224 0 +( -5696 4960 52 ) ( -5696 5040 52 ) ( -5696 5040 56 ) common/nodraw 0 -11 -90.00 0.568359 -0.121094 536870912 2224 0 +( -5692 4984 52 ) ( -5692 5064 52 ) ( -5696 5064 52 ) mohcommon/beam2 86 0 -90.00 0.250000 0.250000 0 16384 0 +( -5694 4960 56 ) ( -5694 5040 56 ) ( -5694 5040 52 ) mohcommon/beam2 88 0 -180.00 0.250000 -0.250000 0 16384 0 +} +// brush 4 +{ +( -5696 5064 52 ) ( -5696 5060 56 ) ( -5692 5060 56 ) common/nodraw -51 -40 90.00 0.568359 0.121094 536870912 2224 0 +( -5692 5064 132 ) ( -5692 5060 128 ) ( -5696 5060 128 ) common/nodraw -51 -40 90.00 0.568359 0.121094 536870912 2224 0 +( -5696 5060 56 ) ( -5696 5060 128 ) ( -5692 5060 128 ) common/nodraw -60 -17 -90.00 0.568352 -0.121094 536870912 2224 0 +( -5696 5064 52 ) ( -5696 5064 132 ) ( -5696 5060 132 ) common/nodraw 0 -11 -90.00 0.568359 -0.120117 536870912 2224 0 +( -5692 5064 52 ) ( -5692 5064 132 ) ( -5696 5064 132 ) mohcommon/beam2 22 0 90.00 0.250000 -0.250000 0 16384 0 +( -5694 5060 52 ) ( -5694 5060 132 ) ( -5694 5064 132 ) mohcommon/beam2 19 15 90.00 0.250000 -0.250000 0 16384 0 +} +} +// entity 1096 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + algiers/whsflrset1_1a + ( 3 3 0 65536 0 ) +( +( ( 6548 1208 24 25.578125 -4.718750 ) ( 6548 1208 24 25.578125 -4.718750 ) ( 6548 1208 24 25.578125 -4.718750 ) ) +( ( 6548 1208 24 25.578125 -4.718750 ) ( 6548 1208 24 25.578125 -4.718750 ) ( 6548 1208 24 25.578125 -4.718750 ) ) +( ( 6548 1384 24 25.578125 -5.406250 ) ( 6372 1384 24 24.890625 -5.406250 ) ( 6372 1208 24 24.890625 -4.718750 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe/strtset_cew + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 10.633226 ) +( +( ( 6356 1208 24 -13.375000 10.750000 ) ( 6356 1400 24 -13.375000 10 ) ( 6548 1400 24 -12.625000 10 ) ) +( ( 6364 1208 24 -13.343750 10.750000 ) ( 6364 1392 24 -13.343750 10.031250 ) ( 6548 1392 24 -12.625000 10.031250 ) ) +( ( 6372 1208 24 -13.312500 10.750000 ) ( 6372 1384 24 -13.312500 10.062500 ) ( 6548 1384 24 -12.625000 10.062500 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe/strtset_cew + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 10.633226 ) +( +( ( 6548 1400 24 0 1.500000 ) ( 6356 1400 24 0 0.750000 ) ( 6356 1208 24 0 0 ) ) +( ( 6548 1400 20 0.015625 1.500000 ) ( 6356 1400 20 0.015625 0.750000 ) ( 6356 1208 20 0.015625 0 ) ) +( ( 6548 1400 16 0.031250 1.500000 ) ( 6356 1400 16 0.031250 0.750000 ) ( 6356 1208 16 0.031250 0 ) ) +) + } + } +} +// entity 1097 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + algiers/whsflrset1_1a + ( 3 3 0 65536 0 ) +( +( ( 5052 232 24 19.734375 -0.906250 ) ( 5052 232 24 19.734375 -0.906250 ) ( 5052 232 24 19.734375 -0.906250 ) ) +( ( 5052 232 24 19.734375 -0.906250 ) ( 5052 232 24 19.734375 -0.906250 ) ( 5052 232 24 19.734375 -0.906250 ) ) +( ( 5052 408 24 19.734375 -1.593750 ) ( 4876 408 24 19.046875 -1.593750 ) ( 4876 232 24 19.046875 -0.906250 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe/strtset_cew + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 10.633226 ) +( +( ( 4860 232 24 -13.375000 10.750000 ) ( 4860 424 24 -13.375000 10 ) ( 5052 424 24 -12.625000 10 ) ) +( ( 4868 232 24 -13.343750 10.750000 ) ( 4868 416 24 -13.343750 10.031250 ) ( 5052 416 24 -12.625000 10.031250 ) ) +( ( 4876 232 24 -13.312500 10.750000 ) ( 4876 408 24 -13.312500 10.062500 ) ( 5052 408 24 -12.625000 10.062500 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe/strtset_cew + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 10.633226 ) +( +( ( 5052 424 24 0 1.500000 ) ( 4860 424 24 0 0.750000 ) ( 4860 232 24 0 0 ) ) +( ( 5052 424 20 0.015625 1.500000 ) ( 4860 424 20 0.015625 0.750000 ) ( 4860 232 20 0.015625 0 ) ) +( ( 5052 424 16 0.031250 1.500000 ) ( 4860 424 16 0.031250 0.750000 ) ( 4860 232 16 0.031250 0 ) ) +) + } + } +} +// entity 1098 +{ +"angle" "90" +"classname" "static_equipment_radarstation" +"scale" "1.0" +"model" "miscobj//radar.tik" +"testanim" "idle" +"origin" "546.00 5512.00 76.00" +} +// entity 1099 +{ +"target" "mv2 mv1694 mv1693 mv1702 mv1701 mv1700 mv1699 mv1709 mv1708 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1746 mv1740 mv1747 mv1741 mv1748 mv1742 mv1749 mv1743 mv1750 mv1744 mv1751 mv1745 mv1752 mv1762 mv1763 mv1759 mv1758 mv1757 mv1771 mv1770 mv1772 mv1793 mv1793 mv1794 mv1796 mv1795 mv1797 mv1798 mv1799 mv1800 mv1792" +"targetname" "mv68" +"classname" "vis_leafgroup" +// brush 0 +{ +( -896 9728 -96 ) ( -6528 9728 -96 ) ( -6528 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6888 -224 1152 ) ( -6888 9728 1152 ) ( -1256 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6592 9728 1344 ) ( -6592 -224 1344 ) ( -6592 -224 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6496 4992 -288 ) ( -6592 4992 -288 ) ( -6544 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6592 5424 -288 ) ( -6496 5424 -288 ) ( -6544 5424 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 9136 -64 ) ( -5568 8976 -64 ) ( -5568 9056 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1100 +{ +"target" "mv1701 mv1708 mv1693 mv1700 mv1707 mv1699 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1732 mv1739 mv1746 mv1733 mv1740 mv1747 mv1748 mv1741 mv1734 mv1735 mv1742 mv1749 mv1736 mv1743 mv1750 mv1757 mv1737 mv1744 mv1751 mv1758 mv1738 mv1745 mv1752 mv1759 mv1761 mv1762 mv1763 mv1771 mv1770 mv1772 mv1793 mv1793 mv1796 mv1794 mv1797 mv1798 mv1799 mv1800 mv1792" +"targetname" "mv70" +"classname" "vis_leafgroup" +// brush 0 +{ +( -5568 2944 -96 ) ( -5568 3968 -96 ) ( -6592 3968 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 3968 1152 ) ( -5568 2944 1152 ) ( -6592 2944 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6592 9728 1344 ) ( -6592 -224 1344 ) ( -6592 -224 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 2944 1152 ) ( -5568 2944 -96 ) ( -6592 2944 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 3968 -96 ) ( -5568 3968 1152 ) ( -6592 3968 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 9728 -64 ) ( -5568 9568 -64 ) ( -5568 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1101 +{ +"targetname" "mv1" +"classname" "vis_leafgroup" +// brush 0 +{ +( -896 9728 -96 ) ( -6528 9728 -96 ) ( -6528 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6888 -224 1152 ) ( -6888 9728 1152 ) ( -1256 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6592 9728 1344 ) ( -6592 -224 1344 ) ( -6592 -224 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6496 1920 -288 ) ( -6592 1920 -288 ) ( -6544 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6592 2944 -288 ) ( -6528 2944 -288 ) ( -6560 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 9728 -64 ) ( -5568 9568 -64 ) ( -5568 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1102 +{ +"targetname" "mv2" +"classname" "vis_leafgroup" +// brush 0 +{ +( -896 9728 -96 ) ( -6528 9728 -96 ) ( -6528 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6888 -224 1152 ) ( -6888 9728 1152 ) ( -1256 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6592 9728 1344 ) ( -6592 -224 1344 ) ( -6592 -224 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 896 -288 ) ( -6592 896 -288 ) ( -6560 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6592 1920 -288 ) ( -6496 1920 -288 ) ( -6544 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 9728 -64 ) ( -5568 9568 -64 ) ( -5568 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1103 +{ +"target" "mv2 mv1687 mv1689 mv1695 mv1694 mv1693 mv1702 mv1701 mv1700 mv1699 mv1709 mv1708 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1746 mv1740 mv1747 mv1741 mv1748 mv1742 mv1749 mv1743 mv1750 mv1744 mv1751 mv1745 mv1752 mv1762 mv1763 mv1759 mv1758 mv1757 mv1771 mv1770 mv1772 mv1793 mv1793 mv1792 mv1794 mv1796 mv1795 mv1797 mv1798 mv1799 mv1800" +"targetname" "mv1677" +"classname" "vis_leafgroup" +// brush 0 +{ +( 128 9728 -96 ) ( -5504 9728 -96 ) ( -5504 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5864 -224 1152 ) ( -5864 9728 1152 ) ( -232 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5567 9134 1536 ) ( -5567 -818 1536 ) ( -5567 -818 832 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5472 4992 -288 ) ( -5568 4992 -288 ) ( -5520 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 5424 -288 ) ( -5472 5424 -288 ) ( -5520 5424 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 9728 -64 ) ( -4544 9568 -64 ) ( -4544 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1104 +{ +"target" "mv2 mv1693 mv1700 mv1707 mv1699 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1708 mv1701 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1760 mv1731 mv1730 mv1729 mv1728 mv1727 mv1726 mv1725 mv1732 mv1733 mv1734 mv1735 mv1736 mv1737 mv1738 mv1761 mv1762 mv1745 mv1744 mv1743 mv1742 mv1741 mv1740 mv1739 mv1746 mv1747 mv1748 mv1749 mv1750 mv1751 mv1752 mv1763 mv1759 mv1758 mv1757 mv1771 mv1770 mv1772 mv1793 mv1793" +"targetname" "mv1679" +"classname" "vis_leafgroup" +// brush 0 +{ +( 128 9728 -96 ) ( -5504 9728 -96 ) ( -5504 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5864 -224 1152 ) ( -5864 9728 1152 ) ( -232 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 9728 1568 ) ( -5568 -224 1568 ) ( -5568 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5504 2944 -288 ) ( -5568 2944 -288 ) ( -5536 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 3968 -288 ) ( -5440 3968 -288 ) ( -5504 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 9728 -64 ) ( -4544 9568 -64 ) ( -4544 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1105 +{ +"target" "mv1692 mv1699 mv1693 mv1700 mv1707 mv1714 mv1706 mv1713 mv1705 mv1712 mv1704 mv1711 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1760 mv1731 mv1730 mv1729 mv1728 mv1727 mv1726 mv1725 mv1732 mv1733 mv1734 mv1735 mv1736 mv1737 mv1738 mv1761 mv1762 mv1763 mv1745 mv1752 mv1759 mv1744 mv1751 mv1758 mv1743 mv1750 mv1757 mv1749 mv1742 mv1741 mv1748 mv1747 mv1740 mv1739 mv1746 mv1771 mv1770 mv1772 mv1793 mv1793 mv1792 mv1796 mv1794 mv1797 mv1798 mv1799 mv1800" +"targetname" "mv1680" +"classname" "vis_leafgroup" +// brush 0 +{ +( -4544 1920 -96 ) ( -4544 2944 -96 ) ( -5568 2944 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 2944 1152 ) ( -4544 1920 1152 ) ( -5568 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 2944 -96 ) ( -5568 2944 1152 ) ( -5568 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 1920 1152 ) ( -4544 1920 -96 ) ( -5568 1920 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 2944 -96 ) ( -4544 2944 1152 ) ( -5568 2944 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 2944 1152 ) ( -4544 2944 -96 ) ( -4544 1920 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1106 +{ +"target" "mv1 mv1677 mv1685 mv1692 mv1699 mv1693 mv1700 mv1704 mv1705 mv1706 mv1707 mv1711 mv1712 mv1713 mv1714 mv1715 mv1689 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1760 mv1731 mv1730 mv1729 mv1728 mv1727 mv1726 mv1725 mv1732 mv1733 mv1734 mv1735 mv1736 mv1737 mv1738 mv1761 mv1762 mv1745 mv1744 mv1743 mv1742 mv1741 mv1740 mv1739 mv1746 mv1747 mv1748 mv1749 mv1750 mv1751 mv1752 mv1763 mv1759 mv1758 mv1757 mv1771 mv1770 mv1772 mv1793 mv1793 mv1794 mv1796 mv1797 mv1795 mv1798 mv1799 mv1800 mv1792" +"targetname" "mv1681" +"classname" "vis_leafgroup" +// brush 0 +{ +( 128 9728 -96 ) ( -5504 9728 -96 ) ( -5504 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5864 -224 1152 ) ( -5864 9728 1152 ) ( -232 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 9728 1568 ) ( -5568 -224 1568 ) ( -5568 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5504 896 -288 ) ( -5568 896 -288 ) ( -5536 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 1920 -288 ) ( -5472 1920 -288 ) ( -5520 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 9728 -64 ) ( -4544 9568 -64 ) ( -4544 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1107 +{ +"target" "mv1687 mv1688 mv1689 mv1694 mv1695 mv1702 mv1701 mv1700 mv1699 mv1704 mv1705 mv1706 mv1707 mv1708 mv1709 mv1715 mv1714 mv1713 mv1712 mv1711 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1760 mv1731 mv1730 mv1729 mv1728 mv1727 mv1726 mv1725 mv1732 mv1733 mv1734 mv1735 mv1736 mv1737 mv1738 mv1761 mv1739 mv1740 mv1741 mv1742 mv1743 mv1744 mv1745 mv1762 mv1763 mv1752 mv1751 mv1750 mv1749 mv1748 mv1747 mv1746 mv1757 mv1758 mv1759 mv2 mv68 mv1771 mv1770 mv1772 mv1793 mv1793" +"targetname" "mv1685" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3520 3968 -96 ) ( -3520 4992 -96 ) ( -4544 4992 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 4992 1152 ) ( -3520 3968 1152 ) ( -4544 3968 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 3968 1152 ) ( -4544 3968 -96 ) ( -4544 4992 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 3968 1152 ) ( -3520 3968 -96 ) ( -4544 3968 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 4992 -96 ) ( -3520 4992 1152 ) ( -4544 4992 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 3968 -96 ) ( -3520 3968 1152 ) ( -3520 4992 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1108 +{ +"target" "mv68 mv2 mv1706 mv1705 mv1704 mv1700 mv1707 mv1701 mv1708 mv1715 mv1714 mv1713 mv1712 mv1711 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1760 mv1731 mv1730 mv1729 mv1728 mv1727 mv1726 mv1725 mv1732 mv1739 mv1746 mv1733 mv1740 mv1747 mv1734 mv1741 mv1748 mv1735 mv1742 mv1749 mv1736 mv1743 mv1750 mv1737 mv1744 mv1751 mv1738 mv1745 mv1752 mv1761 mv1762 mv1763 mv1757 mv1758 mv1759 mv1771 mv1770 mv1772 mv1793 mv1793" +"targetname" "mv1686" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3520 2944 -96 ) ( -3520 3968 -96 ) ( -4544 3968 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 3968 1152 ) ( -3520 2944 1152 ) ( -4544 2944 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 9728 1568 ) ( -4544 -224 1568 ) ( -4544 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 2944 1152 ) ( -3520 2944 -96 ) ( -4544 2944 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 3968 -96 ) ( -3520 3968 1152 ) ( -4544 3968 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 9728 -64 ) ( -3520 9568 -64 ) ( -3520 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1109 +{ +"target" "mv1 mv2 mv1699 mv1692 mv1700 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1746 mv1740 mv1747 mv1741 mv1748 mv1742 mv1749 mv1743 mv1750 mv1757 mv1744 mv1751 mv1758 mv1745 mv1752 mv1759 mv1762 mv1763 mv1771 mv1770 mv1772 mv1793 mv1793 mv1792 mv1796 mv1795 mv1797 mv1798 mv1799 mv1800" +"targetname" "mv1687" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3520 1920 -96 ) ( -3520 2944 -96 ) ( -4544 2944 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 2944 1152 ) ( -3520 1920 1152 ) ( -4544 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 2944 -96 ) ( -4544 2944 1152 ) ( -4544 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 1920 1152 ) ( -3520 1920 -96 ) ( -4544 1920 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 2944 -96 ) ( -3520 2944 1152 ) ( -4544 2944 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 2944 1152 ) ( -3520 2944 -96 ) ( -3520 1920 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1110 +{ +"target" "mv1677 mv1699 mv1700 mv1692 mv1693 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv2 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1760 mv1731 mv1730 mv1729 mv1728 mv1727 mv1726 mv1725 mv1732 mv1733 mv1734 mv1735 mv1736 mv1737 mv1738 mv1761 mv1739 mv1746 mv1740 mv1747 mv1741 mv1748 mv1742 mv1749 mv1743 mv1750 mv1758 mv1757 mv1759 mv1752 mv1751 mv1744 mv1745 mv1762 mv1763 mv1771 mv1770 mv1772 mv1793 mv1793 mv1794 mv1796 mv1795 mv1797 mv1799 mv1798 mv1800 mv1792" +"targetname" "mv1688" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3520 1920 -96 ) ( -4544 1920 -96 ) ( -4544 896 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 1920 1152 ) ( -3520 1920 1152 ) ( -3520 896 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 1920 -96 ) ( -4544 1920 1152 ) ( -4544 896 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4480 896 -288 ) ( -4544 896 -288 ) ( -4512 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 1920 -288 ) ( -4448 1920 -288 ) ( -4496 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 1920 1152 ) ( -3520 1920 -96 ) ( -3520 896 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1111 +{ +"target" "mv1681 mv2 mv1 mv70 mv68 mv1677 mv1685 mv1692 mv1693 mv1699 mv1700 mv1704 mv1705 mv1706 mv1707 mv1715 mv1714 mv1713 mv1712 mv1711 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1740 mv1741 mv1742 mv1743 mv1744 mv1745 mv1762 mv1763 mv1752 mv1751 mv1750 mv1749 mv1748 mv1747 mv1746 mv1757 mv1758 mv1759 mv1771 mv1770 mv1772 mv1793 mv1793 mv1792 mv1800 mv1799 mv1798 mv1797 mv1795 mv1796 mv1794" +"targetname" "mv1689" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3520 384 -96 ) ( -3520 896 -96 ) ( -4544 896 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 896 1152 ) ( -3520 384 1152 ) ( -4544 384 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 384 1152 ) ( -3520 384 -96 ) ( -4544 384 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 896 -96 ) ( -4544 896 1152 ) ( -4544 384 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 896 -96 ) ( -3520 896 1152 ) ( -4544 896 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 896 1152 ) ( -3520 896 -96 ) ( -3520 384 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1112 +{ +"targetname" "mv1692" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2176 9728 -96 ) ( -3456 9728 -96 ) ( -3456 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3816 -224 1152 ) ( -3816 9728 1152 ) ( 1816 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 9728 1568 ) ( -3520 -224 1568 ) ( -3520 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3392 3968 -288 ) ( -3520 3968 -288 ) ( -3456 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 4992 -288 ) ( -3424 4992 -288 ) ( -3472 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 9728 -64 ) ( -2496 9568 -64 ) ( -2496 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1113 +{ +"targetname" "mv1693" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2176 9728 -96 ) ( -3456 9728 -96 ) ( -3456 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3816 -224 1152 ) ( -3816 9728 1152 ) ( 1816 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 9728 1568 ) ( -3520 -224 1568 ) ( -3520 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3456 2944 -288 ) ( -3520 2944 -288 ) ( -3488 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 3968 -288 ) ( -3392 3968 -288 ) ( -3456 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 9728 -64 ) ( -2496 9568 -64 ) ( -2496 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1114 +{ +"target" "mv68 mv1677 mv1685 mv1692 mv1700 mv1699 mv1704 mv1705 mv1706 mv1707 mv1 mv2 mv1689 mv1708 mv1714 mv1715 mv1713 mv1712 mv1711 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1725 mv1732 mv1746 mv1739 mv1726 mv1733 mv1740 mv1747 mv1727 mv1734 mv1741 mv1748 mv1728 mv1735 mv1742 mv1749 mv1729 mv1736 mv1743 mv1750 mv1757 mv1730 mv1737 mv1744 mv1751 mv1758 mv1759 mv1752 mv1763 mv1745 mv1762 mv1738 mv1761 mv1731 mv1760 mv1771 mv1770 mv1772 mv1793 mv1793 mv1795 mv1796 mv1797 mv1798 mv1799 mv1800 mv1792" +"targetname" "mv1694" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2176 9728 -96 ) ( -3456 9728 -96 ) ( -3456 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3816 -224 1152 ) ( -3816 9728 1152 ) ( 1816 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 9728 1568 ) ( -3520 -224 1568 ) ( -3520 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3424 1920 -288 ) ( -3520 1920 -288 ) ( -3472 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 2944 -288 ) ( -3456 2944 -288 ) ( -3488 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 9728 -64 ) ( -2496 9568 -64 ) ( -2496 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1115 +{ +"target" "mv1685 mv1677 mv1 mv2 mv1693 mv1692 mv1699 mv1714 mv1718 mv1719 mv1720 mv1704 mv1721 mv1722 mv1723 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1740 mv1741 mv1742 mv1743 mv1744 mv1745 mv1762 mv1746 mv1747 mv1748 mv1749 mv1750 mv1751 mv1752 mv1763 mv1759 mv1758 mv1757 mv1771 mv1770 mv1772 mv1793 mv1793 mv1796 mv1795 mv1797 mv1798 mv1799 mv1800 mv1705 mv1792" +"targetname" "mv1695" +"classname" "vis_leafgroup" +// brush 0 +{ +( -2496 1920 -96 ) ( -3520 1920 -96 ) ( -3520 389 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 1920 1152 ) ( -2496 1920 1152 ) ( -2496 389 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 1920 -96 ) ( -3520 1920 1152 ) ( -3520 389 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 384 -96 ) ( -3520 384 1152 ) ( -2496 384 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3520 1920 1152 ) ( -3520 1920 -96 ) ( -2496 1920 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 1920 1152 ) ( -2496 1920 -96 ) ( -2496 389 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1116 +{ +"target" "mv1793" +"targetname" "mv1699" +"classname" "vis_leafgroup" +// brush 0 +{ +( -1472 3968 -96 ) ( -1472 4992 -96 ) ( -2496 4992 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 4992 1152 ) ( -1472 3968 1152 ) ( -2496 3968 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 9728 1568 ) ( -2496 -224 1568 ) ( -2496 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 3968 1152 ) ( -1472 3968 -96 ) ( -2496 3968 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 4992 -96 ) ( -1472 4992 1152 ) ( -2496 4992 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 9728 -64 ) ( -1472 9568 -64 ) ( -1472 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1117 +{ +"target" "mv1688 mv1689 mv1687 mv1680 mv1681 mv1679 mv70 mv1 mv2 mv69 mv1678 mv1685 mv1677 mv68 mv1731 mv1760 mv1738 mv1761 mv1759 mv1725 mv1718 mv1771 mv1770 mv1772 mv1793 mv1792 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794 mv1692" +"targetname" "mv1700" +"classname" "vis_leafgroup" +// brush 0 +{ +( -1472 3968 -96 ) ( -2496 3968 -96 ) ( -2496 2944 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 3968 1152 ) ( -1472 3968 1152 ) ( -1472 2944 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 3968 -96 ) ( -2496 3968 1152 ) ( -2496 2944 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 2944 -96 ) ( -2496 2944 1152 ) ( -1472 2944 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 3968 1152 ) ( -2496 3968 -96 ) ( -1472 3968 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 3968 1152 ) ( -1472 3968 -96 ) ( -1472 2944 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1118 +{ +"target" "mv1687 mv1680 mv1 mv2 mv70 mv1679 mv1686 mv1685 mv1678 mv69 mv68 mv1677 mv1722 mv1729 mv1736 mv1743 mv1750 mv1757 mv1758 mv1751 mv1744 mv1737 mv1730 mv1723 mv1731 mv1760 mv1738 mv1761 mv1745 mv1762 mv1752 mv1763 mv1759 mv1725 mv1732 mv1728 mv1735 mv1742 mv1749 mv1748 mv1741 mv1771 mv1770 mv1772 mv1793 mv1692" +"targetname" "mv1701" +"classname" "vis_leafgroup" +// brush 0 +{ +( -1472 2944 -96 ) ( -2496 2944 -96 ) ( -2496 1920 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 2944 1152 ) ( -1472 2944 1152 ) ( -1472 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 2944 -96 ) ( -2496 2944 1152 ) ( -2496 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 1920 -96 ) ( -2496 1920 1152 ) ( -1472 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 2944 1152 ) ( -2496 2944 -96 ) ( -1472 2944 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 2944 1152 ) ( -1472 2944 -96 ) ( -1472 1920 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1119 +{ +"target" "mv1677 mv2 mv1 mv1714 mv1720 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1721 mv1722 mv1723 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1740 mv1741 mv1742 mv1743 mv1744 mv1745 mv1762 mv1763 mv1752 mv1751 mv1750 mv1749 mv1748 mv1747 mv1746 mv1759 mv1758 mv1757 mv1771 mv1770 mv1772 mv1793 mv1793 mv1794 mv1796 mv1795 mv1797 mv1798 mv1799 mv1800 mv1792 mv1692 mv1685" +"targetname" "mv1702" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3200 9728 -96 ) ( -2432 9728 -96 ) ( -2432 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2792 -224 1152 ) ( -2792 9728 1152 ) ( 2840 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 9728 1568 ) ( -2496 -224 1568 ) ( -2496 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2448 384 -288 ) ( -2512 384 -288 ) ( -2480 384 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2496 1920 -288 ) ( -2400 1920 -288 ) ( -2448 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1601 9728 -64 ) ( -1601 9568 -64 ) ( -1601 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1120 +{ +"target" "mv68 mv1677 mv69 mv1678 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1685 mv1686 mv1687 mv1688 mv1689 mv1695 mv1709 mv1718 mv1725 mv1732 mv1739 mv1746 mv1719 mv1726 mv1733 mv1740 mv1747 mv1748 mv1741 mv1749 mv1757 mv1758 mv1759 mv1771 mv1770 mv1772 mv1793 mv1792 mv1800 mv1799 mv1798 mv1797 mv1795 mv1796 mv1794" +"targetname" "mv1704" +"classname" "vis_leafgroup" +// brush 0 +{ +( -448 6016 -96 ) ( -448 7040 -96 ) ( -2048 7040 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 7040 1152 ) ( -448 6016 1152 ) ( -2048 6016 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2048 6016 1152 ) ( -2048 6016 -96 ) ( -2048 7040 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 6016 1152 ) ( -448 6016 -96 ) ( -2048 6016 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 7040 -96 ) ( -448 7040 1152 ) ( -2048 7040 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 6016 -96 ) ( -448 6016 1152 ) ( -448 7040 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1121 +{ +"target" "mv1677 mv1678 mv69 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1685 mv1686 mv1687 mv1688 mv1689 mv1695 mv1702 mv1709 mv1725 mv1732 mv1739 mv1726 mv1733 mv1740 mv1747 mv1746 mv68 mv1771 mv1770 mv1772 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794 mv1792 mv1692" +"targetname" "mv1705" +"classname" "vis_leafgroup" +// brush 0 +{ +( -448 4992 -96 ) ( -448 6016 -96 ) ( -2048 6016 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 6016 1152 ) ( -448 4992 1152 ) ( -2048 4992 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2048 4992 1152 ) ( -2048 4992 -96 ) ( -2048 6016 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 4992 1152 ) ( -448 4992 -96 ) ( -2048 4992 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 6016 -96 ) ( -448 6016 1152 ) ( -2048 6016 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 4992 -96 ) ( -448 4992 1152 ) ( -448 6016 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1122 +{ +"target" "mv68 mv69 mv70 mv1 mv2 mv1681 mv1680 mv1679 mv1678 mv1677 mv1686 mv1687 mv1688 mv1689 mv1725 mv1718 mv1763 mv1771 mv1770 mv1772 mv1797 mv1796 mv1795 mv1794 mv1792 mv1793 mv1692 mv1685 mv1709" +"targetname" "mv1706" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4224 9728 -96 ) ( -1408 9728 -96 ) ( -1408 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1768 -224 1152 ) ( -1768 9728 1152 ) ( 3864 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 9728 1568 ) ( -1472 -224 1568 ) ( -1472 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 3968 -288 ) ( -1472 3968 -288 ) ( -1408 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 4992 -288 ) ( -1376 4992 -288 ) ( -1424 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 9728 -96 ) ( -448 9568 -96 ) ( -448 9648 2368 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1123 +{ +"target" "mv1685 mv1686 mv1687 mv1688 mv1689 mv1681 mv1680 mv1679 mv1678 mv1677 mv68 mv69 mv70 mv1 mv2 mv1709 mv1718 mv1725 mv1771 mv1770 mv1772 mv1792 mv1793 mv1692" +"targetname" "mv1707" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4224 9728 -96 ) ( -1408 9728 -96 ) ( -1408 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1768 -224 1152 ) ( -1768 9728 1152 ) ( 3864 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 9728 1568 ) ( -1472 -224 1568 ) ( -1472 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1408 2944 -288 ) ( -1472 2944 -288 ) ( -1440 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 3968 -288 ) ( -1344 3968 -288 ) ( -1408 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 9728 -96 ) ( -448 9568 -96 ) ( -448 9648 2368 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1124 +{ +"target" "mv1687 mv1680 mv1 mv70 mv1679 mv1686 mv1693 mv1685 mv1678 mv69 mv68 mv1677 mv1731 mv1760 mv1738 mv1761 mv1745 mv1762 mv1752 mv1763 mv1759 mv1718 mv1711 mv1689 mv2 mv1771 mv1770 mv1772 mv1792 mv1793 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1708" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4224 9728 -96 ) ( -1408 9728 -96 ) ( -1408 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1768 -224 1152 ) ( -1768 9728 1152 ) ( 3864 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 9728 1568 ) ( -1472 -224 1568 ) ( -1472 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1376 1920 -288 ) ( -1472 1920 -288 ) ( -1424 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 2944 -288 ) ( -1408 2944 -288 ) ( -1440 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 9728 -96 ) ( -448 9568 -96 ) ( -448 9648 2368 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1125 +{ +"target" "mv68 mv1677 mv2 mv1 mv1689 mv1707 mv1714 mv1706 mv1713 mv1712 mv1704 mv1711 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1760 mv1731 mv1730 mv1729 mv1728 mv1727 mv1726 mv1725 mv1732 mv1733 mv1734 mv1735 mv1736 mv1737 mv1738 mv1761 mv1762 mv1763 mv1745 mv1752 mv1759 mv1758 mv1751 mv1744 mv1743 mv1750 mv1757 mv1749 mv1742 mv1741 mv1748 mv1747 mv1740 mv1739 mv1746 mv1685 mv1678 mv1771 mv1770 mv1772 mv1793 mv1792 mv1793" +"targetname" "mv1709" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4224 9728 -96 ) ( -1408 9728 -96 ) ( -1408 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1768 -224 1152 ) ( -1768 9728 1152 ) ( 3864 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1601 9728 1568 ) ( -1601 -224 1568 ) ( -1601 -224 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1427 384 -288 ) ( -1491 384 -288 ) ( -1459 384 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1472 1920 -288 ) ( -1376 1920 -288 ) ( -1424 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 9728 -96 ) ( -448 9568 -96 ) ( -448 9648 2368 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1126 +{ +"targetname" "mv1711" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5244 9728 -96 ) ( -388 9728 -96 ) ( -388 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -744 -224 1152 ) ( -744 9728 1152 ) ( 4888 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 9728 1536 ) ( -448 -224 1536 ) ( -448 -224 832 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -352 6016 -288 ) ( -448 6016 -288 ) ( -400 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 7040 -288 ) ( -352 7040 -288 ) ( -400 7040 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 9728 -96 ) ( 576 9568 -96 ) ( 576 9648 2368 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1127 +{ +"target" "mv1677 mv1678 mv1679 mv69 mv70 mv1 mv1680 mv2 mv1681 mv1687 mv1688 mv1689 mv1686 mv1695 mv1702 mv1709 mv68 mv1771 mv1770 mv1772 mv1793 mv1792 mv1798 mv1797 mv1796 mv1795 mv1794 mv1692 mv1685" +"targetname" "mv1712" +"classname" "vis_leafgroup" +// brush 0 +{ +( -452 6016 -96 ) ( -452 4992 -96 ) ( 572 4992 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 4992 1152 ) ( -448 6016 1152 ) ( 576 6016 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 9728 1536 ) ( -448 -224 1536 ) ( -448 -224 832 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 4992 -128 ) ( -448 4992 1152 ) ( 576 4992 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 6016 1152 ) ( -448 6016 -128 ) ( 576 6016 -128 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 9728 -96 ) ( 576 9568 -96 ) ( 576 9648 2368 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1128 +{ +"target" "mv1692 mv1685 mv1678 mv1677 mv69 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1686 mv1687 mv1688 mv1689 mv1695 mv1702 mv68 mv1771 mv1770 mv1772 mv1793 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1713" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5244 9728 -96 ) ( -388 9728 -96 ) ( -388 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -744 -224 1152 ) ( -744 9728 1152 ) ( 4888 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 9728 1536 ) ( -448 -224 1536 ) ( -448 -224 832 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -320 3968 -288 ) ( -448 3968 -288 ) ( -384 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 4992 -288 ) ( -352 4992 -288 ) ( -400 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 9728 -96 ) ( 576 9568 -96 ) ( 576 9648 2368 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1129 +{ +"target" "mv1701 mv1694 mv1687 mv1680 mv1 mv2 mv1681 mv1688 mv1695 mv1702 mv1689 mv1679 mv70 mv69 mv1678 mv1677 mv68 mv1685 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1794 mv1795 mv1692 mv1686" +"targetname" "mv1715" +"classname" "vis_leafgroup" +// brush 0 +{ +( 576 2944 -96 ) ( -448 2944 -96 ) ( -448 1920 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 2944 1152 ) ( 576 2944 1152 ) ( 576 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 2944 -96 ) ( -448 2944 1152 ) ( -448 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 1920 -96 ) ( -448 1920 1152 ) ( 576 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 2944 1152 ) ( -448 2944 -96 ) ( 576 2944 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 2944 1152 ) ( 576 2944 -96 ) ( 576 1920 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1130 +{ +"target" "mv68 mv1677 mv69 mv1678 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1689 mv1688 mv1687 mv1686 mv1685 mv1692 mv1694 mv1695 mv1693 mv1702 mv1709 mv1701 mv1700 mv1699 mv1705 mv1704 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1718" +"classname" "vis_leafgroup" +// brush 0 +{ +( 6272 9728 -576 ) ( 640 9728 -576 ) ( 640 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 280 -224 1152 ) ( 280 9728 1152 ) ( 5912 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 9728 1536 ) ( 576 -224 1536 ) ( 576 -224 832 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 672 6016 -288 ) ( 576 6016 -288 ) ( 624 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 7040 -288 ) ( 672 7040 -288 ) ( 624 7040 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 -544 ) ( 1600 9568 -544 ) ( 1600 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1131 +{ +"target" "mv1677 mv1678 mv69 mv1679 mv70 mv1680 mv1 mv1681 mv2 mv1689 mv1688 mv1687 mv1695 mv1702 mv1704 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794 mv68 mv1692 mv1685 mv1686" +"targetname" "mv1719" +"classname" "vis_leafgroup" +// brush 0 +{ +( 576 4992 -576 ) ( 1600 4992 -576 ) ( 1600 6016 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 4992 1152 ) ( 576 4992 1152 ) ( 576 6016 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 4992 1152 ) ( 576 4992 -576 ) ( 576 6016 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 4992 -576 ) ( 576 4992 1152 ) ( 1600 4992 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 6016 1152 ) ( 576 6016 -576 ) ( 1600 6016 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 4992 -576 ) ( 1600 4992 1152 ) ( 1600 6016 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1132 +{ +"target" "mv1685 mv1678 mv1677 mv68 mv69 mv70 mv1679 mv1686 mv1687 mv1680 mv1 mv2 mv1681 mv1688 mv1689 mv1695 mv1702 mv1771 mv1770 mv1772 mv1792 mv1793 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1720" +"classname" "vis_leafgroup" +// brush 0 +{ +( 6272 9728 -576 ) ( 640 9728 -576 ) ( 640 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 280 -224 1152 ) ( 280 9728 1152 ) ( 5912 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 9728 1536 ) ( 576 -224 1536 ) ( 576 -224 832 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 704 3968 -288 ) ( 576 3968 -288 ) ( 640 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 4992 -288 ) ( 672 4992 -288 ) ( 624 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 -544 ) ( 1600 9568 -544 ) ( 1600 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1133 +{ +"target" "mv68 mv69 mv70 mv1 mv2 mv1681 mv1680 mv1679 mv1678 mv1677 mv1685 mv1686 mv1687 mv1688 mv1689 mv1695 mv1692 mv1702 mv1771 mv1770 mv1772 mv1792 mv1793 mv1799 mv1800 mv1798 mv1797 mv1796 mv1794 mv1795" +"targetname" "mv1721" +"classname" "vis_leafgroup" +// brush 0 +{ +( 6272 9728 -576 ) ( 640 9728 -576 ) ( 640 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 280 -224 1152 ) ( 280 9728 1152 ) ( 5912 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 9728 1536 ) ( 576 -224 1536 ) ( 576 -224 832 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 640 2944 -288 ) ( 576 2944 -288 ) ( 608 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 3968 -288 ) ( 704 3968 -288 ) ( 640 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 -544 ) ( 1600 9568 -544 ) ( 1600 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1134 +{ +"target" "mv1701 mv1694 mv1687 mv1680 mv1 mv70 mv1679 mv1686 mv1685 mv1678 mv69 mv68 mv1677 mv2 mv1681 mv1688 mv1689 mv1695 mv1702 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794 mv1692" +"targetname" "mv1722" +"classname" "vis_leafgroup" +// brush 0 +{ +( 6272 9728 -576 ) ( 640 9728 -576 ) ( 640 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 280 -224 1152 ) ( 280 9728 1152 ) ( 5912 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 9728 1536 ) ( 576 -224 1536 ) ( 576 -224 832 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 672 1920 -288 ) ( 576 1920 -288 ) ( 624 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 2944 -288 ) ( 640 2944 -288 ) ( 608 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 -544 ) ( 1600 9568 -544 ) ( 1600 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1135 +{ +"targetname" "mv1725" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7296 9728 -576 ) ( 1664 9728 -576 ) ( 1664 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1304 -224 1152 ) ( 1304 9728 1152 ) ( 6936 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 1088 ) ( 1600 -224 1088 ) ( 1600 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1696 6016 -288 ) ( 1600 6016 -288 ) ( 1648 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 7040 -288 ) ( 1696 7040 -288 ) ( 1648 7040 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 -544 ) ( 2624 9568 -544 ) ( 2624 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1136 +{ +"target" "mv1685 mv1686 mv1687 mv1688 mv1689 mv1681 mv1680 mv1678 mv1679 mv1677 mv68 mv69 mv70 mv1 mv2 mv1695 mv1702 mv1701 mv1704 mv1711 mv1712 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1795 mv1796 mv1794 mv1692 mv1705" +"targetname" "mv1726" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7296 9728 -576 ) ( 1664 9728 -576 ) ( 1664 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1304 -224 1152 ) ( 1304 9728 1152 ) ( 6936 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 1088 ) ( 1600 -224 1088 ) ( 1600 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1696 4992 -288 ) ( 1600 4992 -288 ) ( 1648 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 6016 -288 ) ( 1696 6016 -288 ) ( 1648 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 -544 ) ( 2624 9568 -544 ) ( 2624 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1137 +{ +"target" "mv1692 mv1693 mv1686 mv1685 mv1687 mv1695 mv1688 mv1689 mv1702 mv1681 mv1680 mv1679 mv1678 mv1677 mv68 mv69 mv70 mv1 mv2 mv1770 mv1772 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1727" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1600 4992 -576 ) ( 1600 3968 -576 ) ( 2624 3968 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 3968 1152 ) ( 1600 4992 1152 ) ( 2624 4992 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 1088 ) ( 1600 -224 1088 ) ( 1600 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 3968 -576 ) ( 1600 3968 1152 ) ( 2624 3968 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 4992 1152 ) ( 1600 4992 -576 ) ( 2624 4992 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 -544 ) ( 2624 9568 -544 ) ( 2624 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1138 +{ +"target" "mv68 mv1677 mv69 mv1678 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1689 mv1688 mv1687 mv1686 mv1685 mv1692 mv1694 mv1695 mv1702 mv1770 mv1772 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1728" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7296 9728 -576 ) ( 1664 9728 -576 ) ( 1664 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1304 -224 1152 ) ( 1304 9728 1152 ) ( 6936 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 1088 ) ( 1600 -224 1088 ) ( 1600 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1664 2944 -288 ) ( 1600 2944 -288 ) ( 1632 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 3968 -288 ) ( 1728 3968 -288 ) ( 1664 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 -544 ) ( 2624 9568 -544 ) ( 2624 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1139 +{ +"target" "mv1701 mv1694 mv1687 mv1680 mv1 mv2 mv1681 mv1688 mv1695 mv1702 mv1689 mv1679 mv70 mv1686 mv1692 mv1685 mv1678 mv69 mv68 mv1677 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1795 mv1796 mv1794" +"targetname" "mv1729" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7296 9728 -576 ) ( 1664 9728 -576 ) ( 1664 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1304 -224 1152 ) ( 1304 9728 1152 ) ( 6936 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 1088 ) ( 1600 -224 1088 ) ( 1600 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1696 1920 -288 ) ( 1600 1920 -288 ) ( 1648 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 2944 -288 ) ( 1664 2944 -288 ) ( 1632 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 -544 ) ( 2624 9568 -544 ) ( 2624 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1140 +{ +"target" "mv1702 mv1695 mv1689 mv1688 mv1687 mv1693 mv1694 mv1686 mv1685 mv1678 mv1677 mv68 mv69 mv70 mv1 mv1680 mv2 mv1681 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794 mv1679 mv1692" +"targetname" "mv1730" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7296 9728 -576 ) ( 1664 9728 -576 ) ( 1664 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1304 -224 1152 ) ( 1304 9728 1152 ) ( 6936 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 1088 ) ( 1600 -224 1088 ) ( 1600 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1664 896 -288 ) ( 1600 896 -288 ) ( 1632 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 1920 -288 ) ( 1696 1920 -288 ) ( 1648 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 -544 ) ( 2624 9568 -544 ) ( 2624 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1141 +{ +"target" "mv1702 mv1695 mv1688 mv1689 mv1681 mv2 mv1 mv1680 mv70 mv1679 mv69 mv1678 mv68 mv1677 mv1685 mv1686 mv1687 mv1694 mv1693 mv1692 mv1700 mv1701 mv1711 mv1771 mv1770 mv1772 mv1792 mv1793 mv1794 mv1796 mv1795 mv1797 mv1798 mv1799 mv1800" +"targetname" "mv1731" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7296 9728 -576 ) ( 1664 9728 -576 ) ( 1664 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1304 -224 1152 ) ( 1304 9728 1152 ) ( 6936 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1664 -128 1344 ) ( 7296 -128 1344 ) ( 7296 -128 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 1088 ) ( 1600 -224 1088 ) ( 1600 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 896 -288 ) ( 1664 896 -288 ) ( 1632 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 -544 ) ( 2624 9568 -544 ) ( 2624 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1142 +{ +"targetname" "mv1732" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8320 9728 -576 ) ( 2688 9728 -576 ) ( 2688 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2328 -224 1152 ) ( 2328 9728 1152 ) ( 7960 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 1088 ) ( 2624 -224 1088 ) ( 2624 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2720 6016 -288 ) ( 2624 6016 -288 ) ( 2672 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 7040 -288 ) ( 2720 7040 -288 ) ( 2672 7040 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 -544 ) ( 3648 9568 -544 ) ( 3648 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1143 +{ +"target" "mv68 mv1677 mv69 mv1678 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1689 mv1688 mv1687 mv1686 mv1685 mv1692 mv1693 mv1694 mv1695 mv1702 mv1701 mv1704 mv1711 mv1758 mv1759 mv1761 mv1760 mv1731 mv1738 mv1730 mv1737 mv1705 mv1712 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1795 mv1796 mv1794" +"targetname" "mv1733" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8320 9728 -576 ) ( 2688 9728 -576 ) ( 2688 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2328 -224 1152 ) ( 2328 9728 1152 ) ( 7960 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 1088 ) ( 2624 -224 1088 ) ( 2624 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2720 4992 -288 ) ( 2624 4992 -288 ) ( 2672 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 6016 -288 ) ( 2720 6016 -288 ) ( 2672 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 -544 ) ( 3648 9568 -544 ) ( 3648 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1144 +{ +"target" "mv68 mv1677 mv69 mv1678 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1689 mv1688 mv1687 mv1686 mv1685 mv1692 mv1693 mv1694 mv1695 mv1702 mv1701 mv1711 mv1704 mv1800 mv1799 mv1798 mv1797 mv1795 mv1796 mv1794" +"targetname" "mv1734" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8320 9728 -576 ) ( 2688 9728 -576 ) ( 2688 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2328 -224 1152 ) ( 2328 9728 1152 ) ( 7960 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 1088 ) ( 2624 -224 1088 ) ( 2624 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2752 3968 -288 ) ( 2624 3968 -288 ) ( 2688 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 4992 -288 ) ( 2720 4992 -288 ) ( 2672 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 -544 ) ( 3648 9568 -544 ) ( 3648 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1145 +{ +"target" "mv68 mv1677 mv69 mv1678 mv70 mv1679 mv1 mv1680 mv2 mv1688 mv1681 mv1689 mv1687 mv1686 mv1685 mv1692 mv1693 mv1694 mv1695 mv1702 mv1701 mv1711 mv1704 mv1770 mv1772 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1735" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8320 9728 -576 ) ( 2688 9728 -576 ) ( 2688 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2328 -224 1152 ) ( 2328 9728 1152 ) ( 7960 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 1088 ) ( 2624 -224 1088 ) ( 2624 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2688 2944 -288 ) ( 2624 2944 -288 ) ( 2656 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 3968 -288 ) ( 2752 3968 -288 ) ( 2688 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 -544 ) ( 3648 9568 -544 ) ( 3648 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1146 +{ +"target" "mv1702 mv1695 mv1688 mv1689 mv1701 mv1694 mv1687 mv1681 mv1680 mv2 mv1 mv70 mv1679 mv1686 mv1693 mv1692 mv1685 mv1678 mv69 mv68 mv1677 mv1711 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1736" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8320 9728 -576 ) ( 2688 9728 -576 ) ( 2688 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2328 -224 1152 ) ( 2328 9728 1152 ) ( 7960 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 1088 ) ( 2624 -224 1088 ) ( 2624 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2720 1920 -288 ) ( 2624 1920 -288 ) ( 2672 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 2944 -288 ) ( 2688 2944 -288 ) ( 2656 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 -544 ) ( 3648 9568 -544 ) ( 3648 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1147 +{ +"target" "mv1702 mv1695 mv1688 mv1689 mv1681 mv2 mv1 mv1680 mv70 mv1679 mv69 mv1678 mv68 mv1677 mv1685 mv1686 mv1687 mv1694 mv1693 mv1692 mv1700 mv1701 mv1711 mv1771 mv1770 mv1772 mv1792 mv1793 mv1794 mv1796 mv1795 mv1797 mv1798 mv1799 mv1800" +"targetname" "mv1737" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8320 9728 -576 ) ( 2688 9728 -576 ) ( 2688 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2328 -224 1152 ) ( 2328 9728 1152 ) ( 7960 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 1088 ) ( 2624 -224 1088 ) ( 2624 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2688 896 -288 ) ( 2624 896 -288 ) ( 2656 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 1920 -288 ) ( 2720 1920 -288 ) ( 2672 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 -544 ) ( 3648 9568 -544 ) ( 3648 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1148 +{ +"target" "mv1702 mv1695 mv1688 mv1689 mv1681 mv2 mv1 mv1680 mv70 mv1679 mv69 mv1678 mv68 mv1677 mv1685 mv1686 mv1687 mv1694 mv1693 mv1692 mv1700 mv1701 mv1711 mv1771 mv1770 mv1772 mv1792 mv1793 mv1794 mv1796 mv1795 mv1797 mv1798 mv1799 mv1800" +"targetname" "mv1738" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8320 9728 -576 ) ( 2688 9728 -576 ) ( 2688 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2328 -224 1152 ) ( 2328 9728 1152 ) ( 7960 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2688 -128 1344 ) ( 8320 -128 1344 ) ( 8320 -128 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 9728 1088 ) ( 2624 -224 1088 ) ( 2624 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 896 -288 ) ( 2688 896 -288 ) ( 2656 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 -544 ) ( 3648 9568 -544 ) ( 3648 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1149 +{ +"targetname" "mv1739" +"classname" "vis_leafgroup" +// brush 0 +{ +( 9416 9728 -576 ) ( 3784 9728 -576 ) ( 3784 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3352 -224 1152 ) ( 3352 9728 1152 ) ( 8984 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 1088 ) ( 3648 -224 1088 ) ( 3648 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3744 6016 -288 ) ( 3648 6016 -288 ) ( 3696 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 7040 -288 ) ( 3744 7040 -288 ) ( 3696 7040 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 -544 ) ( 4672 9568 -544 ) ( 4672 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1150 +{ +"targetname" "mv1740" +"classname" "vis_leafgroup" +// brush 0 +{ +( 9344 9728 -576 ) ( 3712 9728 -576 ) ( 3712 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3352 -224 1152 ) ( 3352 9728 1152 ) ( 8984 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 1088 ) ( 3648 -224 1088 ) ( 3648 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3744 4992 -288 ) ( 3648 4992 -288 ) ( 3696 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 6016 -288 ) ( 3744 6016 -288 ) ( 3696 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 -544 ) ( 4672 9568 -544 ) ( 4672 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1151 +{ +"targetname" "mv1741" +"classname" "vis_leafgroup" +// brush 0 +{ +( 9344 9728 -576 ) ( 3712 9728 -576 ) ( 3712 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3352 -224 1152 ) ( 3352 9728 1152 ) ( 8984 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 1088 ) ( 3648 -224 1088 ) ( 3648 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3776 3968 -288 ) ( 3648 3968 -288 ) ( 3712 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 4992 -288 ) ( 3744 4992 -288 ) ( 3696 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 -544 ) ( 4672 9568 -544 ) ( 4672 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1152 +{ +"target" "mv68 mv1677 mv69 mv1678 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1689 mv1688 mv1687 mv1686 mv1685 mv1694 mv1695 mv1702 mv1701 mv1711 mv1704 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794 mv1692" +"targetname" "mv1742" +"classname" "vis_leafgroup" +// brush 0 +{ +( 9344 9728 -576 ) ( 3712 9728 -576 ) ( 3712 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3352 -224 1152 ) ( 3352 9728 1152 ) ( 8984 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 1088 ) ( 3648 -224 1088 ) ( 3648 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3712 2944 -288 ) ( 3648 2944 -288 ) ( 3680 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 3968 -288 ) ( 3776 3968 -288 ) ( 3712 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 -544 ) ( 4672 9568 -544 ) ( 4672 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1153 +{ +"target" "mv1702 mv1701 mv1694 mv1695 mv1689 mv1688 mv1687 mv1686 mv1685 mv1677 mv68 mv69 mv1678 mv1679 mv70 mv1 mv1680 mv2 mv1681 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1795 mv1796 mv1794 mv1692" +"targetname" "mv1743" +"classname" "vis_leafgroup" +// brush 0 +{ +( 9344 9728 -576 ) ( 3712 9728 -576 ) ( 3712 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3352 -224 1152 ) ( 3352 9728 1152 ) ( 8984 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 1088 ) ( 3648 -224 1088 ) ( 3648 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3744 1920 -288 ) ( 3648 1920 -288 ) ( 3696 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 2944 -288 ) ( 3712 2944 -288 ) ( 3680 2944 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 -544 ) ( 4672 9568 -544 ) ( 4672 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1154 +{ +"target" "mv1702 mv1689 mv1688 mv1695 mv2 mv1 mv1680 mv1681 mv70 mv1679 mv1678 mv69 mv68 mv1677 mv1685 mv1692 mv1693 mv1686 mv1687 mv1694 mv1701 mv1700 mv1711 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1744" +"classname" "vis_leafgroup" +// brush 0 +{ +( 9344 9728 -576 ) ( 3712 9728 -576 ) ( 3712 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3352 -224 1152 ) ( 3352 9728 1152 ) ( 8984 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 1088 ) ( 3648 -224 1088 ) ( 3648 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3712 896 -288 ) ( 3648 896 -288 ) ( 3680 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 1920 -288 ) ( 3744 1920 -288 ) ( 3696 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 -544 ) ( 4672 9568 -544 ) ( 4672 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1155 +{ +"target" "mv1709 mv1702 mv1695 mv1689 mv1688 mv1681 mv2 mv1 mv1680 mv1687 mv1694 mv1701 mv1708 mv1693 mv1686 mv1685 mv1678 mv1679 mv69 mv70 mv68 mv1677 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794 mv1692" +"targetname" "mv1745" +"classname" "vis_leafgroup" +// brush 0 +{ +( 9344 9728 -576 ) ( 3712 9728 -576 ) ( 3712 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3352 -224 1152 ) ( 3352 9728 1152 ) ( 8984 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3712 -128 1344 ) ( 9344 -128 1344 ) ( 9344 -128 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 1088 ) ( 3648 -224 1088 ) ( 3648 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 896 -288 ) ( 3712 896 -288 ) ( 3680 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 -544 ) ( 4672 9568 -544 ) ( 4672 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1156 +{ +"targetname" "mv1746" +"classname" "vis_leafgroup" +// brush 0 +{ +( 10368 9728 -576 ) ( 4736 9728 -576 ) ( 4736 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4376 -224 1152 ) ( 4376 9728 1152 ) ( 10008 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 1088 ) ( 4672 -224 1088 ) ( 4672 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4770 6016 -288 ) ( 4674 6016 -288 ) ( 4722 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 7040 -288 ) ( 4768 7040 -288 ) ( 4720 7040 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6208 9722 -544 ) ( 6208 9562 -544 ) ( 6208 9642 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1157 +{ +"targetname" "mv1747" +"classname" "vis_leafgroup" +// brush 0 +{ +( 10368 9728 -576 ) ( 4736 9728 -576 ) ( 4736 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4376 -224 1152 ) ( 4376 9728 1152 ) ( 10008 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 1088 ) ( 4672 -224 1088 ) ( 4672 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5278 4992 -288 ) ( 5182 4992 -288 ) ( 5230 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4674 6016 -288 ) ( 4770 6016 -288 ) ( 4722 6016 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6208 9728 -544 ) ( 6208 9568 -544 ) ( 6208 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1158 +{ +"target" "mv1763 mv1759 mv1758 mv1757 mv1746 mv1711 mv1704 mv1699 mv1701 mv1702 mv1709 mv1695 mv1694 mv1687 mv1688 mv1689 mv1693 mv1686 mv1692 mv1685 mv1677 mv68 mv69 mv1678 mv1679 mv70 mv1 mv1680 mv1681 mv2 mv1723 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1748" +"classname" "vis_leafgroup" +// brush 0 +{ +( 10368 9728 -576 ) ( 4736 9728 -576 ) ( 4736 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4376 -224 1152 ) ( 4376 9728 1152 ) ( 10008 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 1088 ) ( 4672 -224 1088 ) ( 4672 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4800 3968 -288 ) ( 4672 3968 -288 ) ( 4736 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5182 4992 -288 ) ( 5278 4992 -288 ) ( 5230 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6206 9728 -544 ) ( 6206 9568 -544 ) ( 6206 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1159 +{ +"target" "mv1759 mv1702 mv1695 mv1689 mv1688 mv1681 mv2 mv1 mv1680 mv70 mv1679 mv69 mv1678 mv68 mv1677 mv1685 mv1686 mv1687 mv1694 mv1701 mv1693 mv1692 mv1704 mv1711 mv1771 mv1770 mv1792 mv1793 mv1795 mv1796 mv1794 mv1797 mv1798 mv1799 mv1800" +"targetname" "mv1749" +"classname" "vis_leafgroup" +// brush 0 +{ +( 10368 9728 -576 ) ( 4736 9728 -576 ) ( 4736 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4376 -224 1152 ) ( 4376 9728 1152 ) ( 10008 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 1088 ) ( 4672 -224 1088 ) ( 4672 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4736 3136 -288 ) ( 4672 3136 -288 ) ( 4704 3136 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 3968 -288 ) ( 4800 3968 -288 ) ( 4736 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6208 9728 -544 ) ( 6208 9568 -544 ) ( 6208 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1160 +{ +"target" "mv1701 mv1702 mv1695 mv1694 mv1693 mv1686 mv1687 mv1688 mv1689 mv1681 mv1680 mv1678 mv1677 mv1685 mv68 mv69 mv70 mv1 mv2 mv1711 mv1771 mv1770 mv1772 mv1792 mv1793 mv1706 mv1800 mv1799 mv1798 mv1797 mv1795 mv1796 mv1794 mv1679 mv1692" +"targetname" "mv1750" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5696 2944 -576 ) ( 4672 2944 -576 ) ( 4672 1920 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 2944 1152 ) ( 5696 2944 1152 ) ( 5696 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 2944 -576 ) ( 4672 2944 1152 ) ( 4672 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 1920 -576 ) ( 4672 1920 1152 ) ( 5696 1920 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 3136 1152 ) ( 4672 3136 -576 ) ( 5696 3136 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5696 2944 1152 ) ( 5696 2944 -576 ) ( 5696 1920 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1161 +{ +"target" "mv1702 mv1695 mv1688 mv1681 mv2 mv1689 mv1694 mv1687 mv1701 mv1680 mv1686 mv1679 mv1693 mv1685 mv1678 mv1677 mv68 mv69 mv70 mv1 mv1711 mv1771 mv1770 mv1772 mv1792 mv1793 mv1706 mv1799 mv1800 mv1798 mv1797 mv1796 mv1795 mv1794 mv1692" +"targetname" "mv1751" +"classname" "vis_leafgroup" +// brush 0 +{ +( 10368 9728 -576 ) ( 4736 9728 -576 ) ( 4736 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4376 -224 1152 ) ( 4376 9728 1152 ) ( 10008 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 1088 ) ( 4672 -224 1088 ) ( 4672 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4736 896 -288 ) ( 4672 896 -288 ) ( 4704 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 1920 -288 ) ( 4768 1920 -288 ) ( 4720 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5696 9728 -544 ) ( 5696 9568 -544 ) ( 5696 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1162 +{ +"target" "mv1709 mv1702 mv1695 mv1708 mv1701 mv1700 mv1694 mv1693 mv1686 mv1687 mv1688 mv1689 mv1681 mv2 mv1680 mv1 mv1679 mv70 mv69 mv1678 mv1685 mv1677 mv68 mv1711 mv1704 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794 mv1692" +"targetname" "mv1752" +"classname" "vis_leafgroup" +// brush 0 +{ +( 10368 9728 -576 ) ( 4736 9728 -576 ) ( 4736 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4376 -224 1152 ) ( 4376 9728 1152 ) ( 10008 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4736 -128 1344 ) ( 10368 -128 1344 ) ( 10368 -128 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 9728 1088 ) ( 4672 -224 1088 ) ( 4672 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 896 -288 ) ( 4736 896 -288 ) ( 4704 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5696 9728 -544 ) ( 5696 9568 -544 ) ( 5696 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1163 +{ +"target" "mv1709 mv1702 mv1695 mv1688 mv1689 mv1687 mv1686 mv1685 mv1677 mv68 mv69 mv1678 mv1679 mv70 mv1 mv1680 mv1681 mv2 mv1694 mv1693 mv1701 mv1692 mv1704 mv1711 mv1746 mv1747 mv1740 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1757" +"classname" "vis_leafgroup" +// brush 0 +{ +( 11392 9728 -576 ) ( 5760 9728 -576 ) ( 5760 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5400 -224 1152 ) ( 5400 9728 1152 ) ( 11032 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5696 9728 1088 ) ( 5696 -224 1088 ) ( 5696 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5792 1920 -288 ) ( 5696 1920 -288 ) ( 5744 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5728 3136 -288 ) ( 5792 3136 -288 ) ( 5760 3136 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6848 9728 -288 ) ( 6848 9568 -288 ) ( 6848 9648 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1164 +{ +"target" "mv1723 mv1722 mv1721 mv1714 mv1715 mv1707 mv1708 mv1709 mv1702 mv1701 mv1700 mv1699 mv1692 mv1693 mv1695 mv1689 mv1688 mv1687 mv1686 mv1685 mv1677 mv1678 mv68 mv69 mv70 mv1679 mv1680 mv1 mv2 mv1681 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1797 mv1796 mv1795 mv1794 mv1798 mv1694" +"targetname" "mv1758" +"classname" "vis_leafgroup" +// brush 0 +{ +( 11392 9728 -576 ) ( 5760 9728 -576 ) ( 5760 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5400 -224 1152 ) ( 5400 9728 1152 ) ( 11032 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5696 9728 1088 ) ( 5696 -224 1088 ) ( 5696 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5760 896 -288 ) ( 5696 896 -288 ) ( 5728 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5696 1920 -288 ) ( 5792 1920 -288 ) ( 5744 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6848 9728 -288 ) ( 6848 9568 -288 ) ( 6848 9648 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1165 +{ +"target" "mv68 mv69 mv70 mv1 mv2 mv1681 mv1680 mv1679 mv1678 mv1677 mv1685 mv1686 mv1687 mv1688 mv1689 mv1695 mv1694 mv1693 mv1692 mv1699 mv1700 mv1701 mv1702 mv1709 mv1708 mv1711 mv1704 mv1746 mv1747 mv1740 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1759" +"classname" "vis_leafgroup" +// brush 0 +{ +( 11392 9728 -576 ) ( 5760 9728 -576 ) ( 5760 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5400 -224 1152 ) ( 5400 9728 1152 ) ( 11032 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 -128 1344 ) ( 11456 -128 1344 ) ( 11456 -128 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5696 9728 1088 ) ( 5696 -224 1088 ) ( 5696 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5696 896 -288 ) ( 5760 896 -288 ) ( 5728 896 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6848 9728 -288 ) ( 6848 9568 -288 ) ( 6848 9648 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1166 +{ +"targetname" "mv1760" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7296 2560 -576 ) ( 1664 2560 -576 ) ( 1664 -7392 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1304 -7392 1152 ) ( 1304 2560 1152 ) ( 6936 2560 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 2560 1088 ) ( 1600 -7392 1088 ) ( 1600 -7392 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1696 -1280 -288 ) ( 1600 -1280 -288 ) ( 1648 -1280 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 -128 -288 ) ( 1696 -128 -288 ) ( 1648 -128 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 2560 -544 ) ( 2624 2400 -544 ) ( 2624 2480 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1167 +{ +"targetname" "mv1761" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8320 3584 -576 ) ( 2688 3584 -576 ) ( 2688 -6368 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2328 -6368 1152 ) ( 2328 3584 1152 ) ( 7960 3584 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 3584 1088 ) ( 2624 -6368 1088 ) ( 2624 -6368 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2720 -1280 -288 ) ( 2624 -1280 -288 ) ( 2672 -1280 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2624 -128 -288 ) ( 2720 -128 -288 ) ( 2672 -128 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 3584 -544 ) ( 3648 3424 -544 ) ( 3648 3504 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1168 +{ +"target" "mv1709 mv1702 mv1695 mv1689 mv1688 mv1708 mv1701 mv1694 mv1687 mv1680 mv1681 mv1 mv2 mv70 mv1679 mv1686 mv1685 mv1693 mv1678 mv1677 mv68 mv69 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1795 mv1796 mv1794 mv1692" +"targetname" "mv1762" +"classname" "vis_leafgroup" +// brush 0 +{ +( 9344 4608 -576 ) ( 3712 4608 -576 ) ( 3712 -5344 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3352 -5344 1152 ) ( 3352 4608 1152 ) ( 8984 4608 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 4608 1088 ) ( 3648 -5344 1088 ) ( 3648 -5344 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3776 -1280 -288 ) ( 3648 -1280 -288 ) ( 3712 -1280 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 -128 -288 ) ( 3744 -128 -288 ) ( 3696 -128 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 4608 -544 ) ( 4672 4448 -544 ) ( 4672 4528 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1169 +{ +"target" "mv1709 mv1702 mv1695 mv1688 mv1689 mv1681 mv1680 mv1679 mv1678 mv1677 mv68 mv69 mv70 mv1 mv2 mv1687 mv1686 mv1685 mv1692 mv1693 mv1694 mv1701" +"targetname" "mv1763" +"classname" "vis_leafgroup" +// brush 0 +{ +( 10368 5632 -576 ) ( 4736 5632 -576 ) ( 4736 -4320 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4376 -4320 1152 ) ( 4376 5632 1152 ) ( 10008 5632 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 5632 1088 ) ( 4672 -4320 1088 ) ( 4672 -4320 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4768 -1280 -288 ) ( 4704 -1280 -288 ) ( 4736 -1280 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4672 -128 -288 ) ( 4800 -128 -288 ) ( 4736 -128 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6208 5600 -544 ) ( 6208 5440 -544 ) ( 6208 5520 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1170 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + algiers/whsflrset1_1a + ( 3 3 0 65536 0 ) +( +( ( 5268.000488 1032 24 20.578127 -4.031250 ) ( 5268.000488 1032 24 20.578127 -4.031250 ) ( 5268.000488 1032 24 20.578127 -4.031250 ) ) +( ( 5268.000488 1032 24 20.578127 -4.031250 ) ( 5268.000488 1032 24 20.578127 -4.031250 ) ( 5268.000488 1032 24 20.578127 -4.031250 ) ) +( ( 5092 1032 24 19.890625 -4.031250 ) ( 5092 856 24 19.890625 -3.343750 ) ( 5268.000488 856 24 20.578127 -3.343750 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe/strtset_cew + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 10.633226 ) +( +( ( 5268.000488 840 24 -13.375000 10.750000 ) ( 5076 840 24 -13.375000 10 ) ( 5076 1032 24 -12.625000 10 ) ) +( ( 5268.000488 848 24 -13.343750 10.750000 ) ( 5084 848 24 -13.343750 10.031250 ) ( 5084 1032 24 -12.625000 10.031250 ) ) +( ( 5268.000488 856 24 -13.312500 10.750000 ) ( 5092 856 24 -13.312500 10.062500 ) ( 5092 1032 24 -12.625000 10.062500 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe/strtset_cew + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 10.633226 ) +( +( ( 5076 1032 24 0 1.500000 ) ( 5076 840 24 0 0.750000 ) ( 5268.000488 840 24 0 0 ) ) +( ( 5076 1032 20 0.015625 1.500000 ) ( 5076 840 20 0.015625 0.750000 ) ( 5268.000488 840 20 0.015625 0 ) ) +( ( 5076 1032 16 0.031250 1.500000 ) ( 5076 840 16 0.031250 0.750000 ) ( 5268.000488 840 16 0.031250 0 ) ) +) + } + } +} +// entity 1171 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + algiers/whsflrset1_1a + ( 3 3 0 65536 0 ) +( +( ( 5980.000488 1032 24 23.359377 -4.031250 ) ( 5980.000488 1032 24 23.359377 -4.031250 ) ( 5980.000488 1032 24 23.359377 -4.031250 ) ) +( ( 5980.000488 1032 24 23.359377 -4.031250 ) ( 5980.000488 1032 24 23.359377 -4.031250 ) ( 5980.000488 1032 24 23.359377 -4.031250 ) ) +( ( 5980.000488 856 24 23.359377 -3.343750 ) ( 6156.000488 856 24 24.046877 -3.343750 ) ( 6156.000488 1032 24 24.046877 -4.031250 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe/strtset_cew + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 10.633226 ) +( +( ( 6172.000488 1032 24 -13.375000 10.750000 ) ( 6172.000488 840 24 -13.375000 10 ) ( 5980.000488 840 24 -12.625000 10 ) ) +( ( 6164.000488 1032 24 -13.343750 10.750000 ) ( 6164.000488 848 24 -13.343750 10.031250 ) ( 5980.000488 848 24 -12.625000 10.031250 ) ) +( ( 6156.000488 1032 24 -13.312500 10.750000 ) ( 6156.000488 856 24 -13.312500 10.062500 ) ( 5980.000488 856 24 -12.625000 10.062500 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe/strtset_cew + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 10.633226 ) +( +( ( 5980.000488 840 24 0 1.500000 ) ( 6172.000488 840 24 0 0.750000 ) ( 6172.000488 1032 24 0 0 ) ) +( ( 5980.000488 840 20 0.015625 1.500000 ) ( 6172.000488 840 20 0.015625 0.750000 ) ( 6172.000488 1032 20 0.015625 0 ) ) +( ( 5980.000488 840 16 0.031250 1.500000 ) ( 6172.000488 840 16 0.031250 0.750000 ) ( 6172.000488 1032 16 0.031250 0 ) ) +) + } + } +} +// entity 1172 +{ +"classname" "detail" +// brush 0 +{ +( 2132 1409 -168 ) ( 1916 1409 -168 ) ( 1916 1129 -168 ) common/caulk 5 -30 -180.00 1 1 0 65696 0 +( 1907 1129 -167 ) ( 1907 1409 -167 ) ( 2123 1409 -167 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 1935 1211 -87 ) ( 2151 1211 -87 ) ( 2151 1211 -223 ) das_boot/ironwall1 -186 -25 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2488 1166 -87 ) ( 2488 1446 -87 ) ( 2488 1446 -223 ) das_boot/ironwall1 -184 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2124 1222 -87 ) ( 1908 1222 -87 ) ( 1908 1222 -223 ) das_boot/ironwall1 -186 -25 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2478 1399 -55 ) ( 2478 1119 -55 ) ( 2478 1119 -191 ) das_boot/ironwall1 -184 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +} +// entity 1173 +{ +"classname" "detail" +// brush 0 +{ +( 2132 1438 -168 ) ( 1916 1438 -168 ) ( 1916 1158 -168 ) common/caulk 5 -30 -180.00 1 1 0 65696 0 +( 1907 1158 -167 ) ( 1907 1438 -167 ) ( 2123 1438 -167 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 1935 1240 -87 ) ( 2151 1240 -87 ) ( 2151 1240 -223 ) das_boot/ironwall1 -186 -25 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2488 1195 -87 ) ( 2488 1475 -87 ) ( 2488 1475 -223 ) das_boot/ironwall1 -184 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2124 1251 -87 ) ( 1908 1251 -87 ) ( 1908 1251 -223 ) das_boot/ironwall1 -186 -25 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2478 1428 -55 ) ( 2478 1148 -55 ) ( 2478 1148 -191 ) das_boot/ironwall1 -184 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +} +// entity 1174 +{ +"classname" "func_group" +"type" "patchCapped" +// brush 0 + { + patchDef2 + { + das_boot/ironwall1 + ( 9 3 0 -2147450880 0 +surfaceparm detail ) +( +( ( 2488 1216.500000 -168 -9.625000 2.300000 ) ( 2488 1216.500000 -165 -9.625000 2.305859 ) ( 2484 1216.500000 -162 -9.625000 2.315625 ) ) +( ( 2488 1222 -168 -9.614258 2.300000 ) ( 2488 1222 -165 -9.614258 2.305859 ) ( 2484 1218 -162 -9.622070 2.318365 ) ) +( ( 2483 1222 -168 -9.604492 2.300000 ) ( 2483 1222 -165 -9.604492 2.305859 ) ( 2483 1218 -162 -9.620117 2.315625 ) ) +( ( 2478 1222 -168 -9.594727 2.300000 ) ( 2478 1222 -165 -9.594727 2.305859 ) ( 2481 1218 -162 -9.616211 2.317248 ) ) +( ( 2478 1216.500000 -168 -9.583984 2.300000 ) ( 2478 1216.500000 -165 -9.583984 2.305859 ) ( 2481 1216.500000 -162 -9.613281 2.314146 ) ) +( ( 2478 1211 -168 -9.573242 2.300000 ) ( 2478 1211 -165 -9.573242 2.305859 ) ( 2481 1215 -162 -9.610352 2.317248 ) ) +( ( 2483 1211 -168 -9.563477 2.300000 ) ( 2483 1211 -165 -9.563477 2.305859 ) ( 2483 1215 -162 -9.606445 2.315625 ) ) +( ( 2488 1211 -168 -9.553711 2.300000 ) ( 2488 1211 -165 -9.553711 2.305859 ) ( 2484 1215 -162 -9.604492 2.318365 ) ) +( ( 2488 1216.500000 -168 -9.542969 2.300000 ) ( 2488 1216.500000 -165 -9.542969 2.305859 ) ( 2484 1216.500000 -162 -9.601563 2.315625 ) ) +) + } + } +} +// entity 1175 +{ +"classname" "detail" +// brush 0 +{ +( 2491 1245 -162 ) ( 2491 1247 -162 ) ( 2489 1247 -162 ) common/caulk 5 -30 -180.00 1 1 0 65696 0 +( 2481 1247 34 ) ( 2483 1247 34 ) ( 2483 1245 34 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2481 1247 -24 ) ( 2481 1245 -24 ) ( 2481 1245 -236 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2482 1244 -24 ) ( 2484 1244 -24 ) ( 2484 1244 -236 ) das_boot/ironwall1 200 -25 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2484 1244 -4 ) ( 2484 1246 -4 ) ( 2484 1246 -216 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2483 1247 -24 ) ( 2481 1247 -24 ) ( 2481 1247 -236 ) das_boot/ironwall1 200 -25 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +// brush 1 +{ +( 2489 1215 -162 ) ( 2489 1217 -162 ) ( 2487 1217 -162 ) common/caulk 5 -30 -180.00 1 1 0 65696 0 +( 2483 1217 34 ) ( 2485 1217 34 ) ( 2485 1215 34 ) das_boot/ironwall1 146 -24 -90.00 0.500000 -0.500000 0 32768 0 +surfaceparm detail +( 2481 1217 64 ) ( 2481 1215 64 ) ( 2481 1215 -148 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2481 1215 -24 ) ( 2483 1215 -24 ) ( 2483 1215 -236 ) das_boot/ironwall1 200 -25 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2484 1216 -24 ) ( 2484 1218 -24 ) ( 2484 1218 -236 ) das_boot/ironwall1 201 -49 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +( 2484 1218 -24 ) ( 2482 1218 -24 ) ( 2482 1218 -236 ) das_boot/ironwall1 200 -25 90.00 0.500000 0.500000 0 32768 0 +surfaceparm detail +} +} +// entity 1176 +{ +"type" "patchCapped" +"classname" "func_group" +// brush 0 + { + patchDef2 + { + das_boot/ironwall1 + ( 9 3 0 -2147450880 0 +surfaceparm detail ) +( +( ( 2488 1245.500000 -168 -9.625000 2.300000 ) ( 2488 1245.500000 -165 -9.625000 2.305859 ) ( 2484 1245.500000 -162 -9.625000 2.315625 ) ) +( ( 2488 1251 -168 -9.614258 2.300000 ) ( 2488 1251 -165 -9.614258 2.305859 ) ( 2484 1247 -162 -9.614258 2.315625 ) ) +( ( 2483 1251 -168 -9.604492 2.300000 ) ( 2483 1251 -165 -9.604492 2.305859 ) ( 2483 1247 -162 -9.604492 2.315625 ) ) +( ( 2478 1251 -168 -9.594727 2.300000 ) ( 2478 1251 -165 -9.594727 2.305859 ) ( 2481 1247 -162 -9.594727 2.315625 ) ) +( ( 2478 1245.500000 -168 -9.583984 2.300000 ) ( 2478 1245.500000 -165 -9.583984 2.305859 ) ( 2481 1245.500000 -162 -9.583984 2.315625 ) ) +( ( 2478 1240 -168 -9.573242 2.300000 ) ( 2478 1240 -165 -9.573242 2.305859 ) ( 2481 1244 -162 -9.573242 2.315625 ) ) +( ( 2483 1240 -168 -9.563477 2.300000 ) ( 2483 1240 -165 -9.563477 2.305859 ) ( 2483 1244 -162 -9.563477 2.315625 ) ) +( ( 2488 1240 -168 -9.553711 2.300000 ) ( 2488 1240 -165 -9.553711 2.305859 ) ( 2484 1244 -162 -9.553711 2.315625 ) ) +( ( 2488 1245.500000 -168 -9.542969 2.300000 ) ( 2488 1245.500000 -165 -9.542969 2.305859 ) ( 2484 1245.500000 -162 -9.542969 2.315625 ) ) +) + } + } +} +// entity 1177 +{ +"angles" "0 270 0" +"origin" "2390.00 1616.00 228.00" +"testanim" "idle" +"model" "static//simplemetaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_simplemetaldesk" +} +// entity 1178 +{ +"angle" "90" +"origin" "2376.00 1604.00 224.00" +"testanim" "idle" +"model" "furniture//bunkerchair.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchair" +} +// entity 1179 +{ +"angle" "225" +"angles" "0 270 0" +"origin" "-4829.06 1921.94 228.00" +"testanim" "idle" +"model" "static//simplemetaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_simplemetaldesk" +} +// entity 1180 +{ +"angle" "45" +"origin" "-4853.00 1917.00 224.00" +"testanim" "idle" +"model" "furniture//bunkerchair.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchair" +} +// entity 1181 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + ta_berlin/brln_rubble + ( 3 3 0 -2147418112 0 -surfaceparm solid +surfaceparm playerclip +surfaceparm monsterclip +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -3226.182129 883.506836 208 -16.204809 6.721263 ) ( -3221.387207 828.780273 200 -15.562500 6.406250 ) ( -2746.288086 858.158691 184 -14.780290 6.071296 ) ) +( ( -3223.603027 881.202637 136 -16.255516 7.114967 ) ( -3222.171875 687.488281 232 -15.593750 7.218750 ) ( -2871.040039 707.973633 248 -14.760055 7.294532 ) ) +( ( -3224.182129 727.506836 208 -16.219135 7.588753 ) ( -3221.387207 580.780273 232 -15.500000 7.781250 ) ( -2974.288086 626.158203 204 -14.809065 7.547522 ) ) +) + } + } +} +// entity 1182 +{ +"classname" "func_group" +// brush 0 +{ +( -5728 4892 568 ) ( -5728 3308 568 ) ( -6432 3308 568 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 4892 568 ) ( -5728 4892 0 ) ( -5728 3308 0 ) ta_berlin/berlinwall3b 224 22 0.00 -0.875000 0.718750 0 65536 0 +surfaceparm detail +( -5748 3308 384 ) ( -5740 4892 384 ) ( -5756 4892 384 ) mohtest/hotelwall1crk -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3356 384 ) ( -5736 3372 384 ) ( -5736 3364 568 ) ta_berlin/berlinwall3a 0 0 0.00 1 0.800000 0 65536 0 +surfaceparm detail +( -5728 3332 556 ) ( -5728 3332 544 ) ( -5736 3332 550 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3556 544 ) ( -5728 3556 560 ) ( -5736 3556 552 ) mohtest/hotelwall1crk -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 1 +{ +( -5724 4892 376 ) ( -5724 4892 -192 ) ( -5724 3308 -192 ) ta_berlin/berlin_column 6 -104 90.00 1 1 0 65536 0 +surfaceparm detail +( -5740 4892 192 ) ( -5748 3308 192 ) ( -5756 4892 192 ) ta_berlin/berlin_column 23 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5780 3308 168 ) ( -5776 4892 168 ) ( -5784 4892 168 ) ta_berlin/berlin_column 23 -104 180.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3348 168 ) ( -5736 3356 168 ) ( -5736 3352 192 ) mohtest/hotelwall1crk -156 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5724 3332 364 ) ( -5724 3332 352 ) ( -5728 3332 358 ) common/nodraw 0 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5732 3556 352 ) ( -5732 3556 368 ) ( -5736 3556 360 ) common/nodraw 0 -36 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( -5728 4348 0 ) ( -5728 2764 0 ) ( -5728 2764 568 ) ta_berlin/berlinwall3a -186 -12 0.00 0.875000 -0.656250 0 65536 0 +surfaceparm detail +( -5792 2764 16 ) ( -5768 2764 16 ) ( -5780 4348 16 ) ta_berlin/berlinwall3b 153 -238 -180.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5808 2764 168 ) ( -5804 4348 168 ) ( -5800 2764 168 ) common/nodraw -32 -52 0.00 1 -1 536870912 2224 0 +surfaceparm detail +( -5736 4660 120 ) ( -5736 4652 16 ) ( -5736 4668 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +( -5732 3556 144 ) ( -5736 3556 40 ) ( -5728 3556 40 ) ta_berlin/berlinwall3b 154 -11 -180.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +( -5740 3356 144 ) ( -5736 3356 40 ) ( -5744 3356 40 ) ta_berlin/berlinwall3b 154 -11 -180.00 0.875000 0.656250 0 65536 0 +surfaceparm detail +} +// brush 3 +{ +( -5728 3588 -16 ) ( -5736 3588 -16 ) ( -5736 3556 -16 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3556 40 ) ( -5736 3588 40 ) ( -5728 3588 40 ) ta_berlin/berlin_column -16 156 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3556 168 ) ( -5728 3556 168 ) ( -5728 3556 16 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3556 168 ) ( -5728 3588 168 ) ( -5728 3588 16 ) ta_berlin/berlin_column -28 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5728 3588 168 ) ( -5736 3588 168 ) ( -5736 3588 16 ) ta_berlin/berlin_column -16 0 0.00 1 1 0 65536 0 +surfaceparm detail +( -5736 3588 168 ) ( -5736 3556 168 ) ( -5736 3556 16 ) ta_berlin/berlinwall2a_shot 0 24 0.00 1 0.600000 0 65536 0 +surfaceparm detail +} +} +// entity 1183 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -216 3804 152 0 0 ) ( -63.999756 3804 160 0 0.500000 ) ( 60 3804 60 0 1 ) ) +( ( -216 3812 148 0.500000 0 ) ( -64 3812 156 0.500000 0.500000 ) ( 60 3812 56 0.500000 1 ) ) +( ( -216 3804 144 1 0 ) ( -63.999756 3804 152 1 0.500000 ) ( 60 3804 52 1 1 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 60 3804 60 0 0 ) ( -63.999756 3804 160 0 0.500000 ) ( -216 3804 152 0 1 ) ) +( ( 60 3812 60 0.500000 0 ) ( -64 3812 160 0.500000 0.500000 ) ( -216 3812 152 0.500000 1 ) ) +( ( 60 3820 60 1 0 ) ( -63.999756 3820 160 1 0.500000 ) ( -216 3820 152 1 1 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -216 3820 144 0 1 ) ( -63.999756 3820 152 0 0.500000 ) ( 60 3820 52 0 0 ) ) +( ( -216 3812 148 0.500000 1 ) ( -64 3812 156 0.500000 0.500000 ) ( 60 3812 56 0.500000 0 ) ) +( ( -216 3820 152 1 1 ) ( -63.999756 3820 160 1 0.500000 ) ( 60 3820 60 1 0 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -216 3804 144 0 1 ) ( -63.999756 3804 152 0 0.500000 ) ( 60 3804 52 0 0 ) ) +( ( -216 3812 144 0.500000 1 ) ( -64 3812 152 0.500000 0.500000 ) ( 60 3812 52 0.500000 0 ) ) +( ( -216 3820 144 1 1 ) ( -63.999756 3820 152 1 0.500000 ) ( 60 3820 52 1 0 ) ) +) + } + } +} +// entity 1184 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2248 3500 356 0 0 ) ( -2095.999756 3500 364 0 0.500000 ) ( -1972 3500 264 0 1 ) ) +( ( -2248 3508 352 0.500000 0 ) ( -2096 3508 360 0.500000 0.500000 ) ( -1972 3508 260 0.500000 1 ) ) +( ( -2248 3500 348 1 0 ) ( -2095.999756 3500 356 1 0.500000 ) ( -1972 3500 256 1 1 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -1972 3500 264 0 0 ) ( -2095.999756 3500 364 0 0.500000 ) ( -2248 3500 356 0 1 ) ) +( ( -1972 3508 264 0.500000 0 ) ( -2096 3508 364 0.500000 0.500000 ) ( -2248 3508 356 0.500000 1 ) ) +( ( -1972 3516 264 1 0 ) ( -2095.999756 3516 364 1 0.500000 ) ( -2248 3516 356 1 1 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2248 3516 348 0 1 ) ( -2095.999756 3516 356 0 0.500000 ) ( -1972 3516 256 0 0 ) ) +( ( -2248 3508 352 0.500000 1 ) ( -2096 3508 360 0.500000 0.500000 ) ( -1972 3508 260 0.500000 0 ) ) +( ( -2248 3516 356 1 1 ) ( -2095.999756 3516 364 1 0.500000 ) ( -1972 3516 264 1 0 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2248 3500 348 0 1 ) ( -2095.999756 3500 356 0 0.500000 ) ( -1972 3500 256 0 0 ) ) +( ( -2248 3508 348 0.500000 1 ) ( -2096 3508 356 0.500000 0.500000 ) ( -1972 3508 256 0.500000 0 ) ) +( ( -2248 3516 348 1 1 ) ( -2095.999756 3516 356 1 0.500000 ) ( -1972 3516 256 1 0 ) ) +) + } + } +} +// entity 1185 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2217.685547 3452.526855 260 0 0 ) ( -2151.052979 3315.910156 268 0 0.500000 ) ( -2096.695313 3204.458984 168 0 1 ) ) +( ( -2210.496094 3456.032715 256 0.500000 0 ) ( -2143.863525 3319.416504 264 0.500000 0.500000 ) ( -2089.503906 3207.967285 164 0.500000 1 ) ) +( ( -2217.685547 3452.526855 252 1 0 ) ( -2151.052979 3315.910156 260 1 0.500000 ) ( -2096.695313 3204.458984 160 1 1 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2096.695313 3204.458984 168 0 0 ) ( -2151.052979 3315.910156 268 0 0.500000 ) ( -2217.685547 3452.526855 260 0 1 ) ) +( ( -2089.503906 3207.967285 168 0.500000 0 ) ( -2143.863525 3319.416504 268 0.500000 0.500000 ) ( -2210.496094 3456.032715 260 0.500000 1 ) ) +( ( -2082.314453 3211.473145 168 1 0 ) ( -2136.672363 3322.924316 268 1 0.500000 ) ( -2203.304932 3459.541016 260 1 1 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2203.304932 3459.541016 252 0 1 ) ( -2136.672363 3322.924316 260 0 0.500000 ) ( -2082.314453 3211.473145 160 0 0 ) ) +( ( -2210.496094 3456.032715 256 0.500000 1 ) ( -2143.863525 3319.416504 264 0.500000 0.500000 ) ( -2089.503906 3207.967285 164 0.500000 0 ) ) +( ( -2203.304932 3459.541016 260 1 1 ) ( -2136.672363 3322.924316 268 1 0.500000 ) ( -2082.314453 3211.473145 168 1 0 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( -2217.685547 3452.526855 252 0 1 ) ( -2151.052979 3315.910156 260 0 0.500000 ) ( -2096.695313 3204.458984 160 0 0 ) ) +( ( -2210.496094 3456.032715 252 0.500000 1 ) ( -2143.863525 3319.416504 260 0.500000 0.500000 ) ( -2089.503906 3207.967285 160 0.500000 0 ) ) +( ( -2203.304932 3459.541016 252 1 1 ) ( -2136.672363 3322.924316 260 1 0.500000 ) ( -2082.314453 3211.473145 160 1 0 ) ) +) + } + } +} +// entity 1186 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 1790 2058 152 0 0 ) ( 1942.000244 2058 160 0 0.500000 ) ( 2066 2058 60 0 1 ) ) +( ( 1790 2066 148 0.500000 0 ) ( 1942 2066 156 0.500000 0.500000 ) ( 2066 2066 56 0.500000 1 ) ) +( ( 1790 2058 144 1 0 ) ( 1942.000244 2058 152 1 0.500000 ) ( 2066 2058 52 1 1 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 2066 2058 60 0 0 ) ( 1942.000244 2058 160 0 0.500000 ) ( 1790 2058 152 0 1 ) ) +( ( 2066 2066 60 0.500000 0 ) ( 1942 2066 160 0.500000 0.500000 ) ( 1790 2066 152 0.500000 1 ) ) +( ( 2066 2074 60 1 0 ) ( 1942.000244 2074 160 1 0.500000 ) ( 1790 2074 152 1 1 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 1790 2074 144 0 1 ) ( 1942.000244 2074 152 0 0.500000 ) ( 2066 2074 52 0 0 ) ) +( ( 1790 2066 148 0.500000 1 ) ( 1942 2066 156 0.500000 0.500000 ) ( 2066 2066 56 0.500000 0 ) ) +( ( 1790 2074 152 1 1 ) ( 1942.000244 2074 160 1 0.500000 ) ( 2066 2074 60 1 0 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + general_industrial/ibeam_vert_nocullnone + ( 3 3 0 -2147450880 0 -surfaceparm solid +surfaceparm weaponclip subdivisions 1000.000000 ) +( +( ( 1790 2058 144 0 1 ) ( 1942.000244 2058 152 0 0.500000 ) ( 2066 2058 52 0 0 ) ) +( ( 1790 2066 144 0.500000 1 ) ( 1942 2066 152 0.500000 0.500000 ) ( 2066 2066 52 0.500000 0 ) ) +( ( 1790 2074 144 1 1 ) ( 1942.000244 2074 152 1 0.500000 ) ( 2066 2074 52 1 0 ) ) +) + } + } +} +// entity 1187 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-5575.71 5228.04 557.06" +} +// entity 1188 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-5319.71 5228.04 557.06" +} +// entity 1189 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-5319.71 5012.04 557.06" +} +// entity 1190 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-5863.71 4188.04 557.06" +} +// entity 1191 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-5871.71 3860.04 557.06" +} +// entity 1192 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-5871.71 3508.04 557.06" +} +// entity 1193 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-6351.71 3924.04 349.06" +} +// entity 1194 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-6023.71 3924.04 349.06" +} +// entity 1195 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-5863.71 4188.04 349.06" +} +// entity 1196 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-6119.71 4404.04 349.06" +} +// entity 1197 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-6119.71 5236.04 349.06" +} +// entity 1198 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-6171.71 4776.04 349.06" +} +// entity 1199 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-5423.71 5124.04 157.06" +} +// entity 1200 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-6263.71 4300.04 157.06" +} +// entity 1201 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-6255.71 4652.04 157.06" +} +// entity 1202 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-2031.71 708.04 205.06" +} +// entity 1203 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-1807.71 708.04 205.06" +} +// entity 1204 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-2023.71 844.04 437.06" +} +// entity 1205 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-1799.71 844.04 437.06" +} +// entity 1206 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-3639.71 756.04 397.06" +} +// entity 1207 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-3415.71 756.04 397.06" +} +// entity 1208 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-3655.71 756.04 197.06" +} +// entity 1209 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-3431.71 756.04 197.06" +} +// entity 1210 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-4759.71 1836.04 197.06" +} +// entity 1211 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-4543.71 1700.04 197.06" +} +// entity 1212 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-4735.71 1684.04 397.06" +} +// entity 1213 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-4023.71 3076.04 197.06" +} +// entity 1214 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-3495.71 2548.04 197.06" +} +// entity 1215 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-3663.71 2916.04 197.06" +} +// entity 1216 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-3663.71 2916.04 397.06" +} +// entity 1217 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-4023.71 3076.04 397.06" +} +// entity 1218 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-3495.71 2548.04 397.06" +} +// entity 1219 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "2264.29 1588.04 197.06" +} +// entity 1220 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "2488.29 1588.04 197.06" +} +// entity 1221 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "2264.29 1588.04 397.06" +} +// entity 1222 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "2488.29 1588.04 397.06" +} +// entity 1223 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5610.29 4058.04 5.06" +} +// entity 1224 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5002.29 4134.04 397.06" +} +// entity 1225 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5332.29 3602.04 397.06" +} +// entity 1226 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5566.29 3066.04 397.06" +} +// entity 1227 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5376.29 3130.04 197.06" +} +// entity 1228 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5330.29 3586.04 197.06" +} +// entity 1229 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5736.29 1922.04 245.06" +} +// entity 1230 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5918.29 1314.04 245.06" +} +// entity 1231 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5548.29 1310.04 245.06" +} +// entity 1232 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5866.29 1310.04 501.06" +} +// entity 1233 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5734.29 1922.04 501.06" +} +// entity 1234 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "2852.29 3648.04 405.06" +} +// entity 1235 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "2852.29 4088.04 405.06" +} +// entity 1236 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "2852.29 4368.04 405.06" +} +// entity 1237 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "2860.29 3736.04 149.06" +} +// entity 1238 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "3004.29 4112.04 149.06" +} +// entity 1239 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "2620.29 3656.04 -106.94" +} +// entity 1240 +{ +"angles" "0 270 0" +"origin" "-380.00 5072.00 144.00" +"testanim" "idle" +"model" "static/sandbag_large_semicircle.tik" +"scale" "1.0" +"classname" "static_obstacle_sandbag-large-semicircle" +} +// entity 1241 +{ +"angle" "270" +"origin" "-378.76 5025.61 206.09" +"testanim" "idle" +"model" "statweapons//mg42_bipod.tik" +"scale" "1.0" +"classname" "static_weapon_mg42bipod" +} +// entity 1242 +{ +"angles" "0 270 0" +"origin" "1476.00 5072.00 144.00" +"testanim" "idle" +"model" "static/sandbag_large_semicircle.tik" +"scale" "1.0" +"classname" "static_obstacle_sandbag-large-semicircle" +} +// entity 1243 +{ +"angle" "270" +"origin" "1477.24 5025.61 206.09" +"testanim" "idle" +"model" "statweapons//mg42_bipod.tik" +"scale" "1.0" +"classname" "static_weapon_mg42bipod" +} +// entity 1244 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "116.29 5472.04 221.06" +} +// entity 1245 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "956.29 5468.04 221.06" +} +// entity 1246 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-825.71 2886.04 221.06" +} +// entity 1247 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-467.71 2772.04 221.06" +} +// entity 1248 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-422.71 2679.04 501.06" +} +// entity 1249 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-959.71 2430.04 501.06" +} +// entity 1250 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-711.71 2679.04 501.06" +} +// entity 1251 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "-835.71 3011.04 501.06" +} +// entity 1252 +{ +"angle" "225" +"angles" "0 270 0" +"origin" "-4539.86 4409.79 168.00" +"testanim" "idle" +"model" "static/sandbag_large_semicircle.tik" +"scale" "1.0" +"classname" "static_obstacle_sandbag-large-semicircle" +} +// entity 1253 +{ +"angle" "225" +"origin" "-4571.79 4375.99 230.09" +"testanim" "idle" +"model" "statweapons//mg42_bipod.tik" +"scale" "1.0" +"classname" "static_weapon_mg42bipod" +} +// entity 1254 +{ +"angle" "180" +"origin" "-2175.00 1272.00 16.00" +"testanim" "idle" +"model" "static/vehicle_opeltruck.tik" +"scale" "1.0" +"classname" "static_vehicle_german_opeltruck" +} +// entity 1255 +{ +"classname" "static_lamp_ceilinglamp1" +"scale" "1.50" +"model" "lights//ceilinglamp1.tik" +"testanim" "idle" +"origin" "5162.29 4090.04 5.06" +} +// entity 1256 +{ +"target" "mv68 mv69 mv70 mv1 mv2 mv1681 mv1680 mv1679 mv1678 mv1677 mv1685 mv1686 mv1687 mv1688 mv1689 mv1695 mv1694 mv1693 mv1692 mv1699 mv1700 mv1701 mv1702 mv1709 mv1708 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1732 mv1739 mv1746 mv1742 mv1749 mv1743 mv1750 mv1744 mv1751 mv1745 mv1752 mv1762 mv1763 mv1759 mv1758 mv1757 mv1741 mv1793 mv1793 mv1800 mv1799 mv1798 mv1797 mv1794 mv1796 mv1795" +"targetname" "mv1770" +"classname" "vis_leafgroup" +// brush 0 +{ +( 9344 9728 -576 ) ( 3712 9728 -576 ) ( 3712 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3352 -224 -256 ) ( 3352 9728 -256 ) ( 8984 9728 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9728 1088 ) ( 3648 -224 1088 ) ( 3648 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3744 4992 -288 ) ( 3648 4992 -288 ) ( 3696 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3584 5344 -288 ) ( 3680 5344 -288 ) ( 3632 5344 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5312 9696 -544 ) ( 5312 9536 -544 ) ( 5312 9616 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1257 +{ +"target" "mv1746 mv1739 mv1732 mv1725 mv1718 mv1711 mv1704 mv1705 mv1712 mv1719 mv1726 mv1720 mv1713 mv1706 mv1699 mv1692 mv1685 mv1678 mv1677 mv68 mv69 mv70 mv1679 mv1 mv1680 mv2 mv1688 mv1681 mv1689 mv1687 mv1686 mv1693 mv1694 mv1695 mv1702 mv1701 mv1700 mv1707 mv1708 mv1709 mv1715 mv1714 mv1721 mv1722 mv1723 mv1760 mv1731 mv1730 mv1729 mv1742 mv1741 mv1749 mv1750 mv1743 mv1736 mv1757 mv1758 mv1751 mv1744 mv1737 mv1738 mv1745 mv1752 mv1759 mv1763 mv1762 mv1761 mv1793 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1771" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8832 9728 -576 ) ( 3200 9728 -576 ) ( 3200 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2840 -224 -256 ) ( 2840 9728 -256 ) ( 8472 9728 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3136 9728 1088 ) ( 3136 -224 1088 ) ( 3136 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3200 4384 -288 ) ( 3104 4384 -288 ) ( 3152 4384 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3072 5344 -288 ) ( 3168 5344 -288 ) ( 3120 5344 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3648 9696 -544 ) ( 3648 9536 -544 ) ( 3648 9616 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1258 +{ +"target" "mv1746 mv1739 mv1732 mv1725 mv1718 mv1711 mv1704 mv1705 mv1712 mv1719 mv1726 mv1727 mv1720 mv1713 mv1706 mv1699 mv1692 mv1685 mv1678 mv1677 mv68 mv69 mv70 mv1679 mv1 mv1680 mv2 mv1688 mv1681 mv1689 mv1687 mv1686 mv1693 mv1694 mv1695 mv1702 mv1701 mv1700 mv1707 mv1708 mv1709 mv1715 mv1714 mv1721 mv1722 mv1723 mv1760 mv1731 mv1730 mv1729 mv1728 mv1735 mv1742 mv1741 mv1750 mv1743 mv1736 mv1757 mv1758 mv1751 mv1744 mv1737 mv1738 mv1745 mv1752 mv1759 mv1763 mv1762 mv1761 mv1793 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1772" +"classname" "vis_leafgroup" +// brush 0 +{ +( 11008 9728 -576 ) ( 5376 9728 -576 ) ( 5376 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5016 -224 -184 ) ( 5016 9728 -184 ) ( 10648 9728 -184 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5312 9728 1088 ) ( 5312 -224 1088 ) ( 5312 -224 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5376 4192 -288 ) ( 5280 4192 -288 ) ( 5328 4192 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5248 5344 -288 ) ( 5344 5344 -288 ) ( 5296 5344 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 9696 -544 ) ( 5824 9536 -544 ) ( 5824 9616 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1259 +{ +"origin" "2378.00 1584.00 1090.00" +"angle" "-1" +"testanim" "idle" +"model" "lights/lightbulb_caged_red.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-caged-red" +} +// entity 1260 +{ +"origin" "-4726.00 1664.00 1130.00" +"angle" "-1" +"testanim" "idle" +"model" "lights/lightbulb_caged_red.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-caged-red" +} +// entity 1261 +{ +"target" "mv68 mv69 mv70 mv1 mv2 mv1681 mv1680 mv1679 mv1678 mv1677 mv1685 mv1686 mv1687 mv1688 mv1689 mv1695 mv1694 mv1693 mv1692 mv1699 mv1700 mv1701 mv1702 mv1709 mv1708 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1762 mv1745 mv1744 mv1743 mv1742 mv1741 mv1749 mv1750 mv1757 mv1751 mv1758 mv1752 mv1759 mv1763 mv1732 mv1739 mv1740 mv1746 mv1747 mv1748 mv1770 mv1772 mv1771 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1793" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8208 8332 -272 ) ( 2576 8332 -272 ) ( 2576 -1620 -272 ) common/vis -16 12 0.00 1 1 268435456 2448 0 +( 2212 -1620 -80 ) ( 2212 8332 -80 ) ( 7844 8332 -80 ) common/vis -16 12 0.00 1 1 268435456 2448 0 +( 2364 8324 1392 ) ( 2364 -1628 1392 ) ( 2364 -1628 688 ) common/vis -12 48 0.00 1 1 268435456 2448 0 +( 2600 3456 16 ) ( 2504 3456 16 ) ( 2552 3456 2480 ) common/vis -16 48 0.00 1 1 268435456 2448 0 +( 2440 3860 16 ) ( 2536 3860 16 ) ( 2488 3860 2480 ) common/vis -16 48 0.00 1 1 268435456 2448 0 +( 3064 8300 -240 ) ( 3064 8140 -240 ) ( 3064 8220 2224 ) common/vis -12 48 0.00 1 1 268435456 2448 0 +} +} +// entity 1262 +{ +"target" "mv1693 mv1701 mv1700 mv1708 mv1709 mv1715 mv1714 mv1707 mv1699 mv1705 mv1704 mv1706 mv1713 mv1712 mv1711 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1760 mv1761 mv1731 mv1738 mv1730 mv1737 mv1729 mv1736 mv1728 mv1735 mv1727 mv1734 mv1726 mv1733 mv1725 mv1732 mv1739 mv1746 mv1740 mv1747 mv1741 mv1748 mv1742 mv1749 mv1743 mv1750 mv1757 mv1744 mv1751 mv1758 mv1745 mv1752 mv1759 mv1762 mv1763 mv1771 mv1770 mv1772 mv1793 mv1793 mv1795 mv1796 mv1794 mv1797 mv1798 mv1799 mv1800 mv1792" +"targetname" "mv69" +"classname" "vis_leafgroup" +// brush 0 +{ +( -896 9728 -96 ) ( -6528 9728 -96 ) ( -6528 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6888 -224 1152 ) ( -6888 9728 1152 ) ( -1256 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6592 9728 1344 ) ( -6592 -224 1344 ) ( -6592 -224 640 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6464 3968 -288 ) ( -6592 3968 -288 ) ( -6528 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6592 4992 -288 ) ( -6496 4992 -288 ) ( -6544 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 9728 -64 ) ( -5568 9568 -64 ) ( -5568 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1263 +{ +"target" "mv2 mv1709 mv1701 mv1700 mv1699 mv1693 mv1694 mv1704 mv1705 mv1706 mv1707 mv1708 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1732 mv1733 mv1734 mv1735 mv1736 mv1737 mv1738 mv1761 mv1762 mv1745 mv1744 mv1743 mv1742 mv1741 mv1740 mv1739 mv1746 mv1747 mv1748 mv1749 mv1750 mv1751 mv1752 mv1763 mv1759 mv1758 mv1757 mv1771 mv1770 mv1772 mv1793 mv1793 mv1796 mv1794 mv1797 mv1798 mv1799 mv1800 mv1792" +"targetname" "mv1678" +"classname" "vis_leafgroup" +// brush 0 +{ +( 128 9728 -96 ) ( -5504 9728 -96 ) ( -5504 -224 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5864 -224 1152 ) ( -5864 9728 1152 ) ( -232 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 9750 1568 ) ( -5568 -202 1568 ) ( -5568 -202 864 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5440 3968 -288 ) ( -5568 3968 -288 ) ( -5504 3968 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5568 4992 -288 ) ( -5472 4992 -288 ) ( -5520 4992 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4544 9728 -64 ) ( -4544 9568 -64 ) ( -4544 9648 2400 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1264 +{ +"target" "mv68 mv1677 mv69 mv1678 mv1685 mv70 mv1679 mv1686 mv1687 mv1680 mv1 mv2 mv1681 mv1688 mv1689 mv1695 mv1702 mv1771 mv1770 mv1772 mv1792 mv1793 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794 mv1692" +"targetname" "mv1714" +"classname" "vis_leafgroup" +// brush 0 +{ +( 576 2968 -96 ) ( 576 3992 -96 ) ( -448 3968 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 3992 1152 ) ( 576 2968 1152 ) ( -448 2944 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -448 3992 -96 ) ( -448 3992 1152 ) ( -448 2944 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 2944 1152 ) ( 576 2944 -96 ) ( -448 2944 -96 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 588 3968 -96 ) ( 588 3968 1152 ) ( -436 3968 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 2944 -96 ) ( 576 2944 1152 ) ( 576 3968 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1265 +{ +"target" "mv68 mv69 mv70 mv1 mv2 mv1681 mv1680 mv1679 mv1678 mv1677 mv1685 mv1686 mv1687 mv1688 mv1689 mv1695 mv1694 mv1693 mv1692 mv1699 mv1700 mv1701 mv1702 mv1709 mv1708 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1762 mv1745 mv1744 mv1743 mv1742 mv1741 mv1749 mv1750 mv1757 mv1751 mv1758 mv1752 mv1759 mv1763 mv1732 mv1739 mv1740 mv1746 mv1747 mv1748 mv1770 mv1772 mv1800 mv1799 mv1798 mv1797 mv1796 mv1795 mv1794" +"targetname" "mv1792" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8320 8960 -576 ) ( 2688 8960 -576 ) ( 2688 -992 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2324 -992 -272 ) ( 2324 8960 -272 ) ( 7956 8960 -272 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2560 8960 1088 ) ( 2560 -992 1088 ) ( 2560 -992 384 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2704 3740 -288 ) ( 2608 3740 -288 ) ( 2656 3740 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2560 4608 -288 ) ( 2656 4608 -288 ) ( 2608 4608 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3136 8928 -544 ) ( 3136 8768 -544 ) ( 3136 8848 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1266 +{ +"target" "mv1702 mv1695 mv1688 mv1689 mv1681 mv2 mv1 mv1680 mv70 mv69 mv1678 mv1677 mv1685 mv1686 mv1687 mv1694 mv1693 mv1692 mv1701 mv68 mv1771 mv1770 mv1772 mv1792 mv1793 mv1679 mv1794 mv1796 mv1795 mv1797 mv1798 mv1799 mv1800" +"targetname" "mv1723" +"classname" "vis_leafgroup" +// brush 0 +{ +( 6272 9728 -576 ) ( 640 9728 -576 ) ( 640 -224 -576 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 280 -224 1152 ) ( 280 9728 1152 ) ( 5912 9728 1152 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 9728 1536 ) ( 576 -224 1536 ) ( 576 -224 832 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 617 960 -288 ) ( 553 960 -288 ) ( 585 960 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 576 1920 -288 ) ( 672 1920 -288 ) ( 624 1920 2176 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1600 9728 -544 ) ( 1600 9568 -544 ) ( 1600 9648 1920 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1267 +{ +"target" "mv1795 mv1797 mv1798 mv1799 mv1800 mv1677 mv68 mv69 mv1678 mv1679 mv70 mv1 mv1680 mv2 mv1681 mv1688 mv1689 mv1709 mv1708 mv1707 mv1700 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1740 mv1741 mv1742 mv1743 mv1744 mv1745 mv1762 mv1763 mv1752 mv1751 mv1750 mv1749 mv1748 mv1747 mv1746 mv1757 mv1758 mv1759 mv1793 mv1792 mv1771 mv1770 mv1772" +"targetname" "mv1794" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2146 10052 -96 ) ( -3486 10052 -96 ) ( -3486 100 -96 ) common/vis -4 4 0.00 1 1 268435456 2448 0 +( -3841 100 241 ) ( -3841 10052 241 ) ( 1791 10052 241 ) common/vis -4 4 0.00 1 1 268435456 2448 0 +( -3536 3536 -96 ) ( -3536 3536 240 ) ( -3792 3280 240 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +( -3504 2944 240 ) ( -3504 2944 -96 ) ( -3664 3104 -96 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +( -3280 3168 -96 ) ( -3280 3168 240 ) ( -3440 3328 240 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +( -3248 3200 240 ) ( -3248 3200 -96 ) ( -3504 2944 -96 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1268 +{ +"target" "mv1794 mv1797 mv1798 mv1799 mv1800 mv1700 mv1701 mv1702 mv1694 mv1695 mv1689 mv1688 mv1687 mv1677 mv68 mv69 mv2 mv1681 mv1709 mv1708 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1722 mv1721 mv1720 mv1723 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1740 mv1741 mv1742 mv1743 mv1744 mv1745 mv1762 mv1746 mv1747 mv1748 mv1749 mv1750 mv1757 mv1751 mv1758 mv1752 mv1759 mv1763 mv1793 mv1792 mv1771 mv1770 mv1772" +"targetname" "mv1795" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1778 11012 -96 ) ( -3854 11012 -96 ) ( -3854 1060 -96 ) common/vis -20 4 0.00 1 1 268435456 2448 0 +( -4209 1060 241 ) ( -4209 11012 241 ) ( 1423 11012 241 ) common/vis -20 4 0.00 1 1 268435456 2448 0 +( -3904 4496 -96 ) ( -3904 4496 240 ) ( -4160 4240 240 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +( -3872 3904 240 ) ( -3872 3904 -96 ) ( -4032 4064 -96 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +( -3648 4128 -96 ) ( -3648 4128 240 ) ( -3808 4288 240 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +( -3664 4240 240 ) ( -3664 4240 -96 ) ( -3920 3984 -96 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1269 +{ +"target" "mv1799 mv1800 mv1798 mv68 mv1677 mv69 mv1678 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1687 mv1688 mv1689 mv1695 mv1694 mv1700 mv1701 mv1702 mv1709 mv1708 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1723 mv1722 mv1721 mv1720 mv1719 mv1718 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1740 mv1741 mv1742 mv1743 mv1744 mv1745 mv1762 mv1763 mv1752 mv1751 mv1750 mv1749 mv1748 mv1747 mv1746 mv1757 mv1758 mv1759 mv1793 mv1771 mv1792 mv1770 mv1772" +"targetname" "mv1796" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3816 3256 -96 ) ( -3144 3928 -96 ) ( -3560 4344 -96 ) common/vis -12 12 0.00 1 1 268435456 2448 0 +( -3144 3928 241 ) ( -3816 3256 241 ) ( -4232 3672 241 ) common/vis -12 12 0.00 1 1 268435456 2448 0 +( -3560 4344 -96 ) ( -3560 4344 241 ) ( -4232 3672 241 ) common/vis -12 0 0.00 1 1 268435456 2448 0 +( -3816 3256 241 ) ( -3816 3256 -96 ) ( -4232 3672 -96 ) common/vis -12 0 0.00 1 1 268435456 2448 0 +( -3144 3928 -96 ) ( -3144 3928 241 ) ( -3560 4344 241 ) common/vis -12 0 0.00 1 1 268435456 2448 0 +( -3144 3928 241 ) ( -3144 3928 -96 ) ( -3816 3256 -96 ) common/vis -12 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1270 +{ +"target" "mv1796 mv1795 mv1794 mv1677 mv1678 mv68 mv69 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1687 mv1688 mv1689 mv1695 mv1694 mv1700 mv1701 mv1702 mv1709 mv1708 mv1707 mv1706 mv1705 mv1704 mv1711 mv1712 mv1713 mv1714 mv1715 mv1718 mv1719 mv1720 mv1721 mv1722 mv1723 mv1725 mv1726 mv1727 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1740 mv1741 mv1742 mv1743 mv1744 mv1745 mv1762 mv1763 mv1752 mv1751 mv1750 mv1757 mv1758 mv1759 mv1749 mv1748 mv1747 mv1746 mv1793 mv1792 mv1771 mv1770 mv1772" +"targetname" "mv1798" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3322 11252 -96 ) ( -2310 11252 -96 ) ( -2310 1300 -96 ) common/vis -28 52 0.00 1 1 268435456 2448 0 +( -2665 1300 241 ) ( -2665 11252 241 ) ( 2967 11252 241 ) common/vis -28 52 0.00 1 1 268435456 2448 0 +( -2432 4560 -96 ) ( -2432 4560 240 ) ( -2432 4288 240 ) common/vis -52 0 0.00 1 1 268435456 2448 0 +( -2104 4288 240 ) ( -2104 4288 -96 ) ( -2432 4288 -96 ) common/vis -52 0 0.00 1 1 268435456 2448 0 +( -2104 4536 -96 ) ( -2104 4536 240 ) ( -2432 4536 240 ) common/vis -52 0 0.00 1 1 268435456 2448 0 +( -1800 4272 -96 ) ( -1800 4272 240 ) ( -1800 4544 240 ) common/vis -52 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1271 +{ +"target" "mv1677 mv68 mv69 mv1678 mv70 mv1679 mv1 mv1680 mv2 mv1681 mv1687 mv1688 mv1689 mv1694 mv1695 mv1702 mv1701 mv1700 mv1707 mv1708 mv1709 mv1704 mv1711 mv1714 mv1715 mv1723 mv1722 mv1721 mv1719 mv1718 mv1725 mv1726 mv1728 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1735 mv1734 mv1733 mv1732 mv1739 mv1746 mv1747 mv1740 mv1741 mv1748 mv1749 mv1742 mv1743 mv1750 mv1757 mv1758 mv1751 mv1744 mv1745 mv1752 mv1759 mv1763 mv1762 mv1797 mv1796 mv1795 mv1794 mv1793 mv1792 mv1771 mv1770 mv1772" +"targetname" "mv1799" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3650 11500 -96 ) ( -1982 11500 -96 ) ( -1982 1548 -96 ) common/vis -36 44 0.00 1 1 268435456 2448 0 +( -2337 1548 241 ) ( -2337 11500 241 ) ( 3295 11500 241 ) common/vis -36 44 0.00 1 1 268435456 2448 0 +( -2104 4808 -96 ) ( -2104 4808 240 ) ( -2104 4536 240 ) common/vis -44 0 0.00 1 1 268435456 2448 0 +( -1776 4536 240 ) ( -1776 4536 -96 ) ( -2104 4536 -96 ) common/vis -60 0 0.00 1 1 268435456 2448 0 +( -1768 4960 -96 ) ( -1768 4960 240 ) ( -2096 4960 240 ) common/vis -60 0 0.00 1 1 268435456 2448 0 +( -1584 4520 -96 ) ( -1584 4520 240 ) ( -1584 4792 240 ) common/vis -44 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1272 +{ +"target" "mv68 mv69 mv1678 mv1677 mv1679 mv70 mv1 mv1680 mv2 mv1688 mv1681 mv1689 mv1687 mv1686 mv1685 mv1692 mv1693 mv1694 mv1695 mv1702 mv1701 mv1700 mv1705 mv1704 mv1707 mv1708 mv1709 mv1715 mv1722 mv1723 mv1729 mv1730 mv1731 mv1760 mv1761 mv1738 mv1737 mv1736 mv1744 mv1745 mv1762 mv1752 mv1763 mv1759 mv1758 mv1751 mv1725 mv1732 mv1739 mv1746 mv1793 mv1792 mv1771 mv1770 mv1772" +"targetname" "mv1800" +"classname" "vis_leafgroup" +// brush 0 +{ +( -1280 4880 -96 ) ( -1584 4880 -96 ) ( -1584 4688 -96 ) common/vis -44 44 0.00 1 1 268435456 2448 0 +( -1584 4880 241 ) ( -1280 4880 241 ) ( -1280 4688 241 ) common/vis -44 44 0.00 1 1 268435456 2448 0 +( -1584 4880 -96 ) ( -1584 4880 241 ) ( -1584 4688 241 ) common/vis -44 0 0.00 1 1 268435456 2448 0 +( -1584 4688 -96 ) ( -1584 4688 241 ) ( -1280 4688 241 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +( -1584 4880 241 ) ( -1584 4880 -96 ) ( -1280 4880 -96 ) common/vis -4 0 0.00 1 1 268435456 2448 0 +( -1280 4880 241 ) ( -1280 4880 -96 ) ( -1280 4688 -96 ) common/vis -44 0 0.00 1 1 268435456 2448 0 +} +} +// entity 1273 +{ +"origin" "-5274.00 5300.00 385.00" +"testanim" "idle" +"model" "miscobj//cardpile.tik" +"scale" "1.0" +"classname" "static_items_cardpile" +} +// entity 1274 +{ +"origin" "-5274.00 5256.00 435.00" +"testanim" "idle" +"model" "items//documents2a.tik" +"scale" "1.0" +"classname" "static_items_documents2a" +} +// entity 1275 +{ +"origin" "-5278.00 5214.00 435.00" +"testanim" "idle" +"model" "static//metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1276 +{ +"origin" "-5274.00 5230.00 435.00" +"testanim" "idle" +"model" "static//messkit.tik" +"scale" "1.0" +"classname" "static_item_messkit" +} +// entity 1277 +{ +"angle" "135" +"origin" "-5250.00 5232.00 384.00" +"testanim" "idle" +"model" "furniture//bunkerchair.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchair" +} +// entity 1278 +{ +"origin" "-5276.08 5233.94 384.00" +"testanim" "idle" +"model" "static//metaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_metaldesk" +} +// entity 1279 +{ +"classname" "static_furniture_bigfilecabinet" +"scale" "1.0" +"model" "static//bigfilecabinet.tik" +"testanim" "idle" +"angle" "180" +"origin" "-5164.83 5101.05 384.00" +} +// entity 1280 +{ +"origin" "-5164.83 5133.05 384.00" +"angle" "180" +"testanim" "idle" +"model" "static//bigfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_bigfilecabinet" +} +// entity 1281 +{ +"angle" "90" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "-5419.96 4896.96 384.00" +} +// entity 1282 +{ +"angle" "270" +"angles" "0 180 0" +"origin" "-5455.87 5357.99 384.00" +"testanim" "idle" +"model" "static//bunkershelves.tik" +"scale" "1.0" +"classname" "static_furniture_bunkershelves" +} +// entity 1283 +{ +"angle" "180" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "-5174.01 4994.04 384.00" +} +// entity 1284 +{ +"angle" "180" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "-5750.01 4044.04 190.00" +} +// entity 1285 +{ +"angle" "180" +"angles" "0 180 0" +"origin" "-5750.01 3964.04 190.00" +"testanim" "idle" +"model" "static//bunkershelves.tik" +"scale" "1.0" +"classname" "static_furniture_bunkershelves" +} +// entity 1286 +{ +"angle" "180" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "-5750.01 3884.04 190.00" +} +// entity 1287 +{ +"angle" "90" +"origin" "-5552.00 4975.00 52.00" +"testanim" "idle" +"model" "miscobj//clipboard.tik" +"scale" "1.0" +"classname" "static_items_clipboard" +} +// entity 1288 +{ +"angle" "45" +"origin" "-5267.81 5344.19 51.00" +"testanim" "idle" +"model" "static//deckofcards.tik" +"scale" "1.0" +"classname" "static_decor_cards" +} +// entity 1289 +{ +"origin" "-5270.00 5324.00 51.00" +"testanim" "idle" +"model" "items//documents2a.tik" +"scale" "1.0" +"classname" "static_items_documents2a" +} +// entity 1290 +{ +"origin" "-5274.00 5282.00 51.00" +"testanim" "idle" +"model" "static//metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1291 +{ +"origin" "-5270.00 5298.00 51.00" +"testanim" "idle" +"model" "static//messkit.tik" +"scale" "1.0" +"classname" "static_item_messkit" +} +// entity 1292 +{ +"angle" "135" +"origin" "-5246.00 5300.00 0.00" +"testanim" "idle" +"model" "furniture//bunkerchair.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchair" +} +// entity 1293 +{ +"origin" "-5272.08 5301.94 0.00" +"testanim" "idle" +"model" "static//metaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_metaldesk" +} +// entity 1294 +{ +"angle" "90" +"origin" "-5576.00 4968.00 0.00" +"testanim" "idle" +"model" "furniture//bunkerchair.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchair" +} +// entity 1295 +{ +"angle" "270" +"origin" "-5574.06 4985.93 0.00" +"testanim" "idle" +"model" "static//metaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_metaldesk" +} +// entity 1296 +{ +"classname" "static_furniture_bunkerchairstool" +"scale" "1.0" +"model" "furniture//bunkerchairstool.tik" +"testanim" "idle" +"origin" "-5178.00 5228.00 0.00" +} +// entity 1297 +{ +"classname" "static_furniture_bigfilecabinet" +"scale" "1.0" +"model" "static//bigfilecabinet.tik" +"testanim" "idle" +"angle" "180" +"origin" "-5160.83 5169.05 0.00" +} +// entity 1298 +{ +"origin" "-5160.83 5201.05 0.00" +"angle" "180" +"testanim" "idle" +"model" "static//bigfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_bigfilecabinet" +} +// entity 1299 +{ +"origin" "-5454.95 4887.00 0.00" +"angle" "90" +"testanim" "idle" +"model" "static//bigfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_bigfilecabinet" +} +// entity 1300 +{ +"classname" "static_furniture_bigfilecabinet" +"scale" "1.0" +"model" "static//bigfilecabinet.tik" +"testanim" "idle" +"angle" "90" +"origin" "-5422.95 4887.00 0.00" +} +// entity 1301 +{ +"origin" "-5390.95 4887.00 0.00" +"angle" "90" +"testanim" "idle" +"model" "static//bigfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_bigfilecabinet" +} +// entity 1302 +{ +"classname" "static_furniture_bigfilecabinet" +"scale" "1.0" +"model" "static//bigfilecabinet.tik" +"testanim" "idle" +"angle" "90" +"origin" "-5358.95 4887.00 0.00" +} +// entity 1303 +{ +"origin" "-5326.95 4887.00 0.00" +"angle" "90" +"testanim" "idle" +"model" "static//bigfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_bigfilecabinet" +} +// entity 1304 +{ +"classname" "static_furniture_bigfilecabinet" +"scale" "1.0" +"model" "static//bigfilecabinet.tik" +"testanim" "idle" +"angle" "90" +"origin" "-5294.95 4887.00 0.00" +} +// entity 1305 +{ +"angle" "0" +"origin" "-5592.00 5304.00 0.00" +"testanim" "idle" +"model" "furniture//bunkerchair.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchair" +} +// entity 1306 +{ +"angle" "180" +"origin" "-5568.07 5303.97 0.00" +"testanim" "idle" +"model" "static//metaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_metaldesk" +} +// entity 1307 +{ +"angle" "135" +"origin" "-5246.00 5072.00 0.00" +"testanim" "idle" +"model" "furniture//bunkerchair.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchair" +} +// entity 1308 +{ +"origin" "-5272.08 5073.94 0.00" +"testanim" "idle" +"model" "static//metaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_metaldesk" +} +// entity 1309 +{ +"classname" "static_furniture_bunkerchairstool" +"scale" "1.0" +"model" "furniture//bunkerchairstool.tik" +"testanim" "idle" +"origin" "-5678.00 5348.00 0.00" +} +// entity 1310 +{ +"origin" "-6091.00 3950.00 244.00" +"testanim" "idle" +"model" "items//documents2c.tik" +"scale" "1.0" +"classname" "static_items_documents2c" +} +// entity 1311 +{ +"angle" "135" +"origin" "-6116.00 3956.00 244.00" +"testanim" "idle" +"model" "miscobj//clipboard.tik" +"scale" "1.0" +"classname" "static_items_clipboard" +} +// entity 1312 +{ +"origin" "-6048.00 4027.00 192.00" +"testanim" "idle" +"model" "furniture//bunkerchairstool.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchairstool" +} +// entity 1313 +{ +"angle" "270" +"origin" "-6092.00 3963.00 192.00" +"testanim" "idle" +"model" "furniture//bunkerchair.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchair" +} +// entity 1314 +{ +"angle" "90" +"origin" "-6094.03 3944.92 192.00" +"testanim" "idle" +"model" "static//metaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_metaldesk" +} +// entity 1315 +{ +"origin" "-5988.90 4044.17 192.00" +"angle" "270" +"testanim" "idle" +"model" "static//bigfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_bigfilecabinet" +} +// entity 1316 +{ +"classname" "static_furniture_bigfilecabinet" +"scale" "1.0" +"model" "static//bigfilecabinet.tik" +"testanim" "idle" +"angle" "270" +"origin" "-6020.90 4044.17 192.00" +} +// entity 1317 +{ +"angle" "90" +"origin" "-6275.43 3965.64 235.83" +"testanim" "idle" +"model" "static//typewriter.tik" +"scale" "1.0" +"classname" "static_furniture_typewriter" +} +// entity 1318 +{ +"angle" "270" +"classname" "static_furniture_simplechair" +"scale" "1.0" +"model" "furniture//simplechair.tik" +"origin" "-6415.16 3983.28 192.00" +"angles" "0 180 0" +"testanim" "idle" +} +// entity 1319 +{ +"classname" "func_group" +// brush 0 +{ +( -6408 3991 234 ) ( -6408 3943 234 ) ( -6368 3943 234 ) interior/manor_woodfloor 78 -223 -90.00 0.343750 -0.375000 0 16384 0 +surfaceparm detail +( -6368 3943 236 ) ( -6408 3943 236 ) ( -6408 3991 236 ) interior/manor_woodfloor 78 -223 -90.00 0.343750 -0.375000 0 16384 0 +surfaceparm detail +( -6380 3944 388 ) ( -6380 3992 388 ) ( -6380 3992 228 ) interior/manor_woodfloor 78 -21 -180.00 0.343750 -0.007813 0 16384 0 +surfaceparm detail +( -6368 3987 388 ) ( -6408 3987 388 ) ( -6408 3987 228 ) interior/manor_woodfloor -112 -23 0.00 0.750000 0.007813 0 16384 0 +surfaceparm detail +( -6444 3991 236 ) ( -6444 3943 236 ) ( -6444 3943 76 ) interior/manor_woodfloor 78 -21 -180.00 0.343750 -0.007813 0 16384 0 +surfaceparm detail +( -6408 3943 388 ) ( -6368 3943 388 ) ( -6368 3943 228 ) interior/manor_woodfloor -112 -23 0.00 0.750000 0.007813 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( -6438 3947 192 ) ( -6440 3947 192 ) ( -6440 3945 192 ) mohcommon/beam2 -11 3 0.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6438 3947 234 ) ( -6440 3947 234 ) ( -6440 3949 234 ) mohcommon/beam2 -11 3 0.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6438 3947 236 ) ( -6438 3949 236 ) ( -6438 3949 234 ) mohcommon/beam2 73 3 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6440 3947 192 ) ( -6438 3947 192 ) ( -6438 3949 234 ) mohcommon/beam2 72 -10 -90.00 0.328125 -0.250000 0 16384 0 +surfaceparm detail +( -6440 3949 236 ) ( -6440 3947 236 ) ( -6440 3947 234 ) mohcommon/beam2 73 3 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6438 3945 192 ) ( -6440 3945 192 ) ( -6440 3947 234 ) mohcommon/beam2 72 -10 -90.00 0.328125 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( -6440 3985 192 ) ( -6440 3983 192 ) ( -6438 3983 192 ) mohcommon/beam2 -15 10 0.00 0.015625 0.125000 0 16384 0 +surfaceparm detail +( -6440 3981 234 ) ( -6440 3983 234 ) ( -6438 3983 234 ) mohcommon/beam2 -1 10 0.00 0.015625 0.125000 0 16384 0 +surfaceparm detail +( -6438 3981 234 ) ( -6438 3981 236 ) ( -6438 3983 236 ) mohcommon/beam2 73 3 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6438 3981 234 ) ( -6438 3983 192 ) ( -6440 3983 192 ) mohcommon/beam2 72 -1 -90.00 0.328125 -0.125000 0 16384 0 +surfaceparm detail +( -6440 3983 234 ) ( -6440 3983 236 ) ( -6440 3981 236 ) mohcommon/beam2 73 3 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6440 3983 234 ) ( -6440 3985 192 ) ( -6438 3985 192 ) mohcommon/beam2 72 -1 -90.00 0.328125 -0.125000 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( -6440 3982 202 ) ( -6440 3948 202 ) ( -6438 3948 202 ) mohcommon/beam2 81 0 -90.00 0.281250 -0.125000 0 16384 0 +surfaceparm detail +( -6438 3945 206 ) ( -6440 3945 206 ) ( -6440 3979 206 ) mohcommon/beam2 81 0 -90.00 0.281250 -0.125000 0 16384 0 +surfaceparm detail +( -6438 3949 237 ) ( -6438 3983 237 ) ( -6438 3983 195 ) mohcommon/beam2 81 -6 -180.00 0.281250 -0.250000 0 16384 0 +surfaceparm detail +( -6438 3983 237 ) ( -6440 3983 237 ) ( -6440 3983 195 ) mohcommon/beam2 0 -8 0.00 0.015625 0.250000 0 16384 0 +surfaceparm detail +( -6440 3978 213 ) ( -6440 3944 213 ) ( -6440 3944 171 ) mohcommon/beam2 81 -6 -180.00 0.281250 -0.250000 0 16384 0 +surfaceparm detail +( -6440 3947 237 ) ( -6438 3947 237 ) ( -6438 3947 195 ) mohcommon/beam2 0 -8 0.00 0.015625 0.250000 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( -6386 3982 202 ) ( -6386 3948 202 ) ( -6384 3948 202 ) mohcommon/beam2 81 0 -90.00 0.281250 -0.125000 0 16384 0 +surfaceparm detail +( -6384 3945 206 ) ( -6386 3945 206 ) ( -6386 3979 206 ) mohcommon/beam2 81 0 -90.00 0.281250 -0.125000 0 16384 0 +surfaceparm detail +( -6384 3949 237 ) ( -6384 3983 237 ) ( -6384 3983 195 ) mohcommon/beam2 81 -6 -180.00 0.281250 -0.250000 0 16384 0 +surfaceparm detail +( -6384 3983 237 ) ( -6386 3983 237 ) ( -6386 3983 195 ) mohcommon/beam2 0 -8 0.00 0.015625 0.250000 0 16384 0 +surfaceparm detail +( -6386 3978 213 ) ( -6386 3944 213 ) ( -6386 3944 171 ) mohcommon/beam2 81 -6 -180.00 0.281250 -0.250000 0 16384 0 +surfaceparm detail +( -6386 3947 237 ) ( -6384 3947 237 ) ( -6384 3947 195 ) mohcommon/beam2 0 -8 0.00 0.015625 0.250000 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( -6386 3985 192 ) ( -6386 3983 192 ) ( -6384 3983 192 ) mohcommon/beam2 -16 10 0.00 0.015625 0.125000 0 16384 0 +surfaceparm detail +( -6386 3981 234 ) ( -6386 3983 234 ) ( -6384 3983 234 ) mohcommon/beam2 -1 10 0.00 0.015625 0.125000 0 16384 0 +surfaceparm detail +( -6384 3981 234 ) ( -6384 3981 236 ) ( -6384 3983 236 ) mohcommon/beam2 73 3 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6384 3981 234 ) ( -6384 3983 192 ) ( -6386 3983 192 ) mohcommon/beam2 72 -1 -90.00 0.328125 -0.125000 0 16384 0 +surfaceparm detail +( -6386 3983 234 ) ( -6386 3983 236 ) ( -6386 3981 236 ) mohcommon/beam2 73 3 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6386 3983 234 ) ( -6386 3985 192 ) ( -6384 3985 192 ) mohcommon/beam2 72 -1 -90.00 0.328125 -0.125000 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( -6384 3947 192 ) ( -6386 3947 192 ) ( -6386 3945 192 ) mohcommon/beam2 -49 2 0.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6384 3947 234 ) ( -6386 3947 234 ) ( -6386 3949 234 ) mohcommon/beam2 -49 2 0.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6384 3947 236 ) ( -6384 3949 236 ) ( -6384 3949 234 ) mohcommon/beam2 73 3 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6386 3947 192 ) ( -6384 3947 192 ) ( -6384 3949 234 ) mohcommon/beam2 72 -2 -90.00 0.328125 -0.250000 0 16384 0 +surfaceparm detail +( -6386 3949 236 ) ( -6386 3947 236 ) ( -6386 3947 234 ) mohcommon/beam2 73 3 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6384 3945 192 ) ( -6386 3945 192 ) ( -6386 3947 234 ) mohcommon/beam2 72 -2 -90.00 0.328125 -0.250000 0 16384 0 +surfaceparm detail +} +} +// entity 1320 +{ +"classname" "func_group" +// brush 0 +{ +( -6272 3991 234 ) ( -6272 3943 234 ) ( -6232 3943 234 ) interior/manor_woodfloor 75 -73 -90.00 0.343750 -0.375000 0 16384 0 +surfaceparm detail +( -6232 3943 236 ) ( -6272 3943 236 ) ( -6272 3991 236 ) interior/manor_woodfloor 75 -73 -90.00 0.343750 -0.375000 0 16384 0 +surfaceparm detail +( -6244 3944 388 ) ( -6244 3992 388 ) ( -6244 3992 228 ) interior/manor_woodfloor 75 -21 -180.00 0.343750 -0.007813 0 16384 0 +surfaceparm detail +( -6232 3987 388 ) ( -6272 3987 388 ) ( -6272 3987 228 ) interior/manor_woodfloor -37 -23 0.00 0.750000 0.007813 0 16384 0 +surfaceparm detail +( -6308 3991 236 ) ( -6308 3943 236 ) ( -6308 3943 76 ) interior/manor_woodfloor 75 -21 -180.00 0.343750 -0.007813 0 16384 0 +surfaceparm detail +( -6272 3943 388 ) ( -6232 3943 388 ) ( -6232 3943 228 ) interior/manor_woodfloor -37 -23 0.00 0.750000 0.007813 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( -6302 3947 192 ) ( -6304 3947 192 ) ( -6304 3945 192 ) mohcommon/beam2 -39 4 0.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6302 3947 234 ) ( -6304 3947 234 ) ( -6304 3949 234 ) mohcommon/beam2 -39 4 0.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6302 3947 236 ) ( -6302 3949 236 ) ( -6302 3949 234 ) mohcommon/beam2 74 4 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6304 3947 192 ) ( -6302 3947 192 ) ( -6302 3949 234 ) mohcommon/beam2 73 -9 -90.00 0.328125 -0.250000 0 16384 0 +surfaceparm detail +( -6304 3949 236 ) ( -6304 3947 236 ) ( -6304 3947 234 ) mohcommon/beam2 74 4 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6302 3945 192 ) ( -6304 3945 192 ) ( -6304 3947 234 ) mohcommon/beam2 73 -9 -90.00 0.328125 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( -6304 3985 192 ) ( -6304 3983 192 ) ( -6302 3983 192 ) mohcommon/beam2 -12 9 0.00 0.015625 0.125000 0 16384 0 +surfaceparm detail +( -6304 3981 234 ) ( -6304 3983 234 ) ( -6302 3983 234 ) mohcommon/beam2 -127 11 0.00 0.015625 0.125000 0 16384 0 +surfaceparm detail +( -6302 3981 234 ) ( -6302 3981 236 ) ( -6302 3983 236 ) mohcommon/beam2 74 4 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6302 3981 234 ) ( -6302 3983 192 ) ( -6304 3983 192 ) mohcommon/beam2 73 -1 -90.00 0.328125 -0.125000 0 16384 0 +surfaceparm detail +( -6304 3983 234 ) ( -6304 3983 236 ) ( -6304 3981 236 ) mohcommon/beam2 74 4 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6304 3983 234 ) ( -6304 3985 192 ) ( -6302 3985 192 ) mohcommon/beam2 73 -1 -90.00 0.328125 -0.125000 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( -6304 3982 202 ) ( -6304 3948 202 ) ( -6302 3948 202 ) mohcommon/beam2 80 0 -90.00 0.281250 -0.125000 0 16384 0 +surfaceparm detail +( -6302 3945 206 ) ( -6304 3945 206 ) ( -6304 3979 206 ) mohcommon/beam2 80 0 -90.00 0.281250 -0.125000 0 16384 0 +surfaceparm detail +( -6302 3949 237 ) ( -6302 3983 237 ) ( -6302 3983 195 ) mohcommon/beam2 80 -6 -180.00 0.281250 -0.250000 0 16384 0 +surfaceparm detail +( -6302 3983 237 ) ( -6304 3983 237 ) ( -6304 3983 195 ) mohcommon/beam2 0 -8 0.00 0.015625 0.250000 0 16384 0 +surfaceparm detail +( -6304 3978 213 ) ( -6304 3944 213 ) ( -6304 3944 171 ) mohcommon/beam2 80 -6 -180.00 0.281250 -0.250000 0 16384 0 +surfaceparm detail +( -6304 3947 237 ) ( -6302 3947 237 ) ( -6302 3947 195 ) mohcommon/beam2 0 -8 0.00 0.015625 0.250000 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( -6250 3982 202 ) ( -6250 3948 202 ) ( -6248 3948 202 ) mohcommon/beam2 80 0 -90.00 0.281250 -0.125000 0 16384 0 +surfaceparm detail +( -6248 3945 206 ) ( -6250 3945 206 ) ( -6250 3979 206 ) mohcommon/beam2 80 0 -90.00 0.281250 -0.125000 0 16384 0 +surfaceparm detail +( -6248 3949 237 ) ( -6248 3983 237 ) ( -6248 3983 195 ) mohcommon/beam2 80 -6 -180.00 0.281250 -0.250000 0 16384 0 +surfaceparm detail +( -6248 3983 237 ) ( -6250 3983 237 ) ( -6250 3983 195 ) mohcommon/beam2 0 -8 0.00 0.015625 0.250000 0 16384 0 +surfaceparm detail +( -6250 3978 213 ) ( -6250 3944 213 ) ( -6250 3944 171 ) mohcommon/beam2 80 -6 -180.00 0.281250 -0.250000 0 16384 0 +surfaceparm detail +( -6250 3947 237 ) ( -6248 3947 237 ) ( -6248 3947 195 ) mohcommon/beam2 0 -8 0.00 0.015625 0.250000 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( -6250 3985 192 ) ( -6250 3983 192 ) ( -6248 3983 192 ) mohcommon/beam2 -13 9 0.00 0.015625 0.125000 0 16384 0 +surfaceparm detail +( -6250 3981 234 ) ( -6250 3983 234 ) ( -6248 3983 234 ) mohcommon/beam2 -127 11 0.00 0.015625 0.125000 0 16384 0 +surfaceparm detail +( -6248 3981 234 ) ( -6248 3981 236 ) ( -6248 3983 236 ) mohcommon/beam2 74 4 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6248 3981 234 ) ( -6248 3983 192 ) ( -6250 3983 192 ) mohcommon/beam2 73 -1 -90.00 0.328125 -0.125000 0 16384 0 +surfaceparm detail +( -6250 3983 234 ) ( -6250 3983 236 ) ( -6250 3981 236 ) mohcommon/beam2 74 4 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6250 3983 234 ) ( -6250 3985 192 ) ( -6248 3985 192 ) mohcommon/beam2 73 -1 -90.00 0.328125 -0.125000 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( -6248 3947 192 ) ( -6250 3947 192 ) ( -6250 3945 192 ) mohcommon/beam2 -74 3 0.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6248 3947 234 ) ( -6250 3947 234 ) ( -6250 3949 234 ) mohcommon/beam2 -74 3 0.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6248 3947 236 ) ( -6248 3949 236 ) ( -6248 3949 234 ) mohcommon/beam2 74 4 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6250 3947 192 ) ( -6248 3947 192 ) ( -6248 3949 234 ) mohcommon/beam2 73 -1 -90.00 0.328125 -0.250000 0 16384 0 +surfaceparm detail +( -6250 3949 236 ) ( -6250 3947 236 ) ( -6250 3947 234 ) mohcommon/beam2 74 4 -90.00 0.328125 0.250000 0 16384 0 +surfaceparm detail +( -6248 3945 192 ) ( -6250 3945 192 ) ( -6250 3947 234 ) mohcommon/beam2 73 -1 -90.00 0.328125 -0.250000 0 16384 0 +surfaceparm detail +} +} +// entity 1321 +{ +"angle" "270" +"angles" "0 180 0" +"origin" "-6275.16 3983.28 192.00" +"model" "furniture//simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +"testanim" "idle" +} +// entity 1322 +{ +"angle" "90" +"origin" "-1979.88 757.68 256.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1323 +{ +"angle" "0" +"origin" "-1904.00 824.00 256.00" +"testanim" "idle" +"model" "static/banquet_table.tik" +"scale" "1.0" +"classname" "static_furniture_banquet-table" +} +// entity 1324 +{ +"origin" "-4772.36 1963.29 56.00" +"testanim" "idle" +"model" "static/deckofcards.tik" +"scale" "1.0" +"classname" "static_decor_cards" +} +// entity 1325 +{ +"angle" "225" +"origin" "-3599.09 2986.91 224.00" +"testanim" "idle" +"model" "static/rolltop_desk.tik" +"scale" "1.0" +"classname" "static_furniture_rolltopdesk" +} +// entity 1326 +{ +"angles" "0 270 0" +"origin" "-4048.00 3272.00 24.00" +"testanim" "idle" +"model" "static/loveseat.tik" +"scale" "1.0" +"classname" "static_furniture_loveseat" +} +// entity 1327 +{ +"angle" "225" +"classname" "static_furniture_wardrobe" +"scale" "1.0" +"model" "static/wardrobe.tik" +"testanim" "idle" +"origin" "-3861.06 3262.94 224.00" +"angles" "0.00 90.00 0.00" +} +// entity 1328 +{ +"classname" "static_furniture_table" +"scale" "1.0" +"model" "furniture/table.tik" +"testanim" "idle" +"origin" "-3905.83 3017.41 8.05" +"angles" "0 315 0" +} +// entity 1329 +{ +"classname" "static_furniture_table" +"scale" "1.0" +"model" "furniture/table.tik" +"testanim" "idle" +"origin" "-3790.20 894.43 24.05" +} +// entity 1330 +{ +"classname" "static_decor_bottle-small" +"scale" "1.0" +"model" "static/bottle_small.tik" +"testanim" "idle" +"origin" "-3793.00 919.00 72.00" +} +// entity 1331 +{ +"classname" "static_decor_jug" +"scale" "1.0" +"model" "static/jug.tik" +"testanim" "idle" +"origin" "-3789.00 899.00 72.00" +} +// entity 1332 +{ +"classname" "static_decor_radio-civilian" +"scale" "1.0" +"model" "miscobj/radio_civilian.tik" +"testanim" "idle" +"angles" "0.00 135.00 0.00" +"origin" "-3903.00 3017.00 56.00" +} +// entity 1333 +{ +"angle" "45" +"origin" "-4805.00 1934.00 24.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1334 +{ +"angle" "135" +"angles" "0.00 15.00 0.00" +"origin" "-4730.00 1935.00 24.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1335 +{ +"angle" "90" +"origin" "-1931.88 757.68 256.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1336 +{ +"angle" "90" +"origin" "-1883.88 757.68 256.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1337 +{ +"angle" "90" +"origin" "-1835.88 757.68 256.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1338 +{ +"angle" "180" +"origin" "-1781.21 828.12 256.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1339 +{ +"origin" "-2026.32 820.07 256.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1340 +{ +"angle" "270" +"origin" "-1835.93 890.79 256.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1341 +{ +"angle" "270" +"origin" "-1931.93 890.79 256.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1342 +{ +"angle" "270" +"origin" "-1971.93 890.79 256.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1343 +{ +"angle" "45" +"origin" "-4269.77 2970.23 24.00" +"angles" "0 180 0" +"testanim" "idle" +"model" "static/large_desk.tik" +"scale" "1.0" +"classname" "static_furniture_largedesk" +} +// entity 1344 +{ +"angle" "315" +"classname" "static_furniture_table" +"scale" "1.0" +"model" "furniture/table.tik" +"testanim" "idle" +"origin" "-4165.83 3221.41 224.05" +"angles" "0 180 0" +} +// entity 1345 +{ +"angle" "315" +"classname" "static_furniture_bigbed" +"scale" "1.0" +"model" "static/bigbed.tik" +"testanim" "idle" +"origin" "-4046.18 3251.88 224.00" +} +// entity 1346 +{ +"angle" "225" +"classname" "static_furniture_table" +"scale" "1.0" +"model" "furniture/table.tik" +"testanim" "idle" +"origin" "-3266.59 2653.40 224.05" +"angles" "0 180 0" +} +// entity 1347 +{ +"angle" "225" +"classname" "static_furniture_bigbed" +"scale" "1.0" +"model" "static/bigbed.tik" +"testanim" "idle" +"origin" "-3376.12 2675.88 224.00" +} +// entity 1348 +{ +"origin" "-3525.36 2499.29 256.00" +"testanim" "idle" +"model" "static/deckofcards.tik" +"scale" "1.0" +"classname" "static_decor_cards" +} +// entity 1349 +{ +"angles" "0.00 -90.00 0.00" +"origin" "-3520.00 2544.00 224.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1350 +{ +"angles" "0.00 15.00 0.00" +"origin" "-3580.00 2484.00 224.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1351 +{ +"angle" "90" +"angles" "0.00 15.00 0.00" +"origin" "-3516.00 2420.00 224.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1352 +{ +"angle" "225" +"angles" "0.00 15.00 0.00" +"origin" "-3460.00 2484.00 224.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1353 +{ +"angle" "315" +"origin" "-4172.12 3203.88 24.00" +"testanim" "idle" +"model" "static/loveseat.tik" +"scale" "1.0" +"classname" "static_furniture_loveseat" +} +// entity 1354 +{ +"angle" "180" +"origin" "-1647.00 718.00 24.00" +"testanim" "idle" +"model" "static/loveseat.tik" +"scale" "1.0" +"classname" "static_furniture_loveseat" +} +// entity 1355 +{ +"angle" "90" +"classname" "static_furniture_table" +"scale" "1.0" +"model" "furniture/table.tik" +"testanim" "idle" +"origin" "-1766.59 627.80 24.05" +} +// entity 1356 +{ +"angle" "90" +"classname" "static_decor_radio-civilian" +"scale" "1.0" +"model" "miscobj/radio_civilian.tik" +"testanim" "idle" +"origin" "-1768.00 611.00 72.00" +} +// entity 1357 +{ +"angle" "0" +"origin" "-2189.00 644.00 24.00" +"testanim" "idle" +"model" "static/rolltop_desk.tik" +"scale" "1.0" +"classname" "static_furniture_rolltopdesk" +} +// entity 1358 +{ +"origin" "-2078.36 813.29 56.00" +"testanim" "idle" +"model" "static/deckofcards.tik" +"scale" "1.0" +"classname" "static_decor_cards" +} +// entity 1359 +{ +"angles" "0.00 15.00 0.00" +"origin" "-2133.00 798.00 24.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1360 +{ +"angle" "90" +"angles" "0.00 15.00 0.00" +"origin" "-2069.00 734.00 24.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1361 +{ +"angle" "225" +"angles" "0.00 15.00 0.00" +"origin" "-2013.00 798.00 24.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1362 +{ +"classname" "static_furniture_card-chair" +"scale" "1.0" +"model" "furniture/cardchair.tik" +"testanim" "idle" +"angles" "0.00 -180.00 0.00" +"origin" "-2102.00 508.00 256.00" +} +// entity 1363 +{ +"classname" "static_furniture_table" +"scale" "1.0" +"model" "furniture/table.tik" +"testanim" "idle" +"origin" "-2178.57 509.07 256.05" +"angles" "0 270 0" +} +// entity 1364 +{ +"classname" "static_furniture_card-chair" +"scale" "1.0" +"model" "furniture/cardchair.tik" +"testanim" "idle" +"angles" "0.00 -90.00 0.00" +"origin" "-2190.00 572.00 256.00" +} +// entity 1365 +{ +"classname" "static_lamp_fattablelamp" +"scale" "1.0" +"model" "lights/fattablelamp.tik" +"testanim" "idle" +"origin" "-2197.77 509.48 304.00" +"light" "120" +} +// entity 1366 +{ +"angle" "90" +"classname" "static_furniture_wardrobe" +"scale" "1.0" +"model" "static/wardrobe.tik" +"testanim" "idle" +"origin" "-817.00 2849.00 264.00" +} +// entity 1367 +{ +"angle" "0" +"classname" "static_furniture_table" +"scale" "1.0" +"model" "furniture/table.tik" +"testanim" "idle" +"origin" "-1074.20 2868.43 264.05" +} +// entity 1368 +{ +"angle" "0" +"classname" "static_furniture_bigbed" +"scale" "1.0" +"model" "static/bigbed.tik" +"testanim" "idle" +"origin" "-1008.00 2968.00 264.00" +} +// entity 1369 +{ +"angle" "180" +"origin" "-584.00 3000.00 264.00" +"testanim" "idle" +"model" "static/rolltop_desk.tik" +"scale" "1.0" +"classname" "static_furniture_rolltopdesk" +} +// entity 1370 +{ +"angle" "315" +"classname" "static_furniture_card-chair" +"scale" "1.0" +"model" "furniture/cardchair.tik" +"testanim" "idle" +"angles" "0.00 -90.00 0.00" +"origin" "-624.00 3002.00 264.00" +} +// entity 1371 +{ +"classname" "static_lamp_fattablelamp" +"scale" "1.0" +"model" "lights/fattablelamp.tik" +"testanim" "idle" +"origin" "-1077.77 2867.48 312.00" +"light" "120" +} +// entity 1372 +{ +"angle" "225" +"origin" "-415.72 2648.32 264.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1373 +{ +"angle" "225" +"origin" "-495.77 2568.23 264.00" +"testanim" "idle" +"model" "static/banquet_table.tik" +"scale" "1.0" +"classname" "static_furniture_banquet-table" +} +// entity 1374 +{ +"angle" "135" +"origin" "-451.68 2518.24 264.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1375 +{ +"angle" "135" +"origin" "-415.68 2562.24 264.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1376 +{ +"angle" "135" +"origin" "-494.68 2486.24 264.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1377 +{ +"angle" "45" +"origin" "-581.76 2488.21 264.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1378 +{ +"angle" "315" +"origin" "-489.79 2657.28 264.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1379 +{ +"angle" "315" +"origin" "-523.79 2629.28 264.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1380 +{ +"angle" "315" +"origin" "-571.79 2579.28 264.00" +"testanim" "idle" +"model" "furniture/grillchair.tik" +"scale" "1.0" +"classname" "static_furniture_grillchair" +} +// entity 1381 +{ +"angle" "45" +"origin" "-4186.00 2900.00 208.00" +"testanim" "idle" +"model" "furniture/stoolposh.tik" +"scale" "1.0" +"classname" "static_furniture_stoolposh" +} +// entity 1382 +{ +"origin" "-4202.06 2881.94 224.00" +"angle" "45" +"testanim" "idle" +"model" "static/vanity.tik" +"scale" "1.0" +"classname" "static_furniture_vanity" +} +// entity 1383 +{ +"angle" "180" +"origin" "-896.00 2448.00 264.00" +"testanim" "idle" +"model" "static/toilet.tik" +"scale" "1.0" +"classname" "static_furniture_toilet-bowl-and-tank" +} +// entity 1384 +{ +"origin" "-4231.63 3165.15 68.19" +"testanim" "idle" +"model" "lights/glasslamp.tik" +"scale" "1.0" +"classname" "static_lamp_glasslamp" +} +// entity 1385 +{ +"angle" "90" +"origin" "-702.00 3144.00 264.00" +"testanim" "idle" +"model" "static/dresser.tik" +"scale" "1.0" +"classname" "static_furniture_dresser" +} +// entity 1386 +{ +"angle" "315" +"origin" "-4232.34 3164.97 24.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 1387 +{ +"origin" "-906.00 2274.00 264.00" +"testanim" "idle" +"model" "static/bathtubwithshowerhead.tik" +"scale" "1.0" +"classname" "static_furniture_bathtubwithshowerhead" +} +// entity 1388 +{ +"angle" "45" +"origin" "-326.75 2805.25 264.00" +"testanim" "idle" +"model" "static/dresser.tik" +"scale" "1.0" +"classname" "static_furniture_dresser" +} +// entity 1389 +{ +"angle" "135" +"origin" "-3386.12 2441.88 24.00" +"testanim" "idle" +"model" "static/loveseat.tik" +"scale" "1.0" +"classname" "static_furniture_loveseat" +} +// entity 1390 +{ +"angle" "225" +"classname" "static_furniture_table" +"scale" "1.0" +"model" "furniture/table.tik" +"testanim" "idle" +"origin" "-3342.59 2729.40 8.05" +"angles" "0 315 0" +} +// entity 1391 +{ +"angle" "225" +"classname" "static_decor_radio-civilian" +"scale" "1.0" +"model" "miscobj/radio_civilian.tik" +"testanim" "idle" +"angles" "0.00 135.00 0.00" +"origin" "-3335.00 2729.00 56.00" +} +// entity 1392 +{ +"origin" "-3565.63 2703.15 68.19" +"testanim" "idle" +"model" "lights/glasslamp.tik" +"scale" "1.0" +"classname" "static_lamp_glasslamp" +} +// entity 1393 +{ +"angle" "315" +"origin" "-3566.34 2702.97 24.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 1394 +{ +"origin" "-3297.63 2519.15 74.19" +"testanim" "idle" +"model" "lights/glasslamp.tik" +"scale" "1.0" +"classname" "static_lamp_glasslamp" +} +// entity 1395 +{ +"spawnflags" "1" +"angle" "135" +"angles" "0.00 15.00 0.00" +"origin" "-3596.00 2626.00 24.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1396 +{ +"classname" "detail" +// brush 0 +{ +( -4545.301758 5060.066406 264 ) ( -4548.129883 5057.237305 264 ) ( -4468.934082 4978.041504 264 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4466.105957 4975.213379 336 ) ( -4545.301758 5054.409180 336 ) ( -4542.473145 5057.237305 336 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4450.549316 4956.828613 336 ) ( -4447.720703 4959.657227 336 ) ( -4447.720703 4959.657227 288 ) common/nodraw 48 58 -90.00 0.568344 0.085651 536870912 2224 0 +( -4464.691406 4976.627441 336 ) ( -4543.887207 5055.823242 336 ) ( -4543.887207 5055.823242 288 ) common/nodraw 44 60 -90.00 0.568359 0.085449 536870912 2224 0 +( -4543.887207 5055.823242 336 ) ( -4546.715820 5052.995117 336 ) ( -4546.715820 5052.995117 288 ) common/nodraw 48 29 -90.00 0.568344 0.085648 536870912 2224 0 +( -4545.301758 5054.409180 336 ) ( -4466.105957 4975.213379 336 ) ( -4466.105957 4975.213379 288 ) mohcommon/gravelrd 47 44 -180.00 0.152832 -0.241684 0 131072 0 +} +// brush 1 +{ +( -4546.715820 5052.995117 336 ) ( -4543.887207 5055.823242 336 ) ( -4546.715820 5058.651855 340 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4447.720703 4959.657227 336 ) ( -4450.549316 4956.828613 336 ) ( -4447.720703 4954 340 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4466.105957 4975.213379 336 ) ( -4463.277344 4978.041992 336 ) ( -4514.188965 5028.953125 336 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4461.862793 4973.798828 336 ) ( -4461.862793 4973.798828 340 ) ( -4518.431152 5030.367188 340 ) common/nodraw 44 60 -90.00 0.568359 0.085449 536870912 2224 0 +( -4461.862793 4973.798828 340 ) ( -4464.691406 4970.970703 340 ) ( -4521.259766 5027.539063 340 ) mohcommon/beam2 -23 -13 135.04 0.250491 0.249973 0 16384 0 +( -4463.276855 4972.384766 340 ) ( -4463.276855 4972.384766 336 ) ( -4519.845215 5028.953125 336 ) mohcommon/beam2 -87 0 0.00 0.176270 0.250000 0 16384 0 +} +// brush 2 +{ +( -4546.715820 5052.995117 264 ) ( -4543.887207 5055.823242 264 ) ( -4546.715820 5058.651855 260 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4543.887207 5055.823242 336 ) ( -4546.715820 5052.995117 336 ) ( -4549.543945 5055.823242 340 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4546.715820 5052.995117 336 ) ( -4543.887207 5055.823242 336 ) ( -4543.887207 5055.823242 264 ) common/nodraw 48 29 -90.00 0.568344 0.085648 536870912 2224 0 +( -4543.887207 5055.823242 340 ) ( -4546.715820 5058.651855 340 ) ( -4546.715820 5058.651855 260 ) common/nodraw 44 -16 -90.00 0.568359 -0.085938 536870912 2224 0 +( -4546.715820 5058.651855 340 ) ( -4549.543945 5055.823242 340 ) ( -4549.543945 5055.823242 260 ) mohcommon/beam2 -101 -10 90.00 0.568359 0.084900 0 16384 0 +( -4548.129883 5057.237305 340 ) ( -4545.301758 5054.409180 340 ) ( -4545.301758 5054.409180 260 ) mohcommon/beam2 -41 -13 90.00 0.250000 0.176270 0 16384 0 +} +// brush 3 +{ +( -4546.715820 5058.651855 260 ) ( -4543.887207 5055.823242 264 ) ( -4546.715820 5052.995117 264 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4447.720703 4954 260 ) ( -4450.549316 4956.828613 264 ) ( -4447.720703 4959.657227 264 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4514.188965 5028.953125 264 ) ( -4463.277344 4978.041992 264 ) ( -4466.105957 4975.213379 264 ) common/nodraw 57 32 -45.01 0.568396 0.121361 536870912 2224 0 +( -4518.431152 5030.367188 260 ) ( -4461.862793 4973.798828 260 ) ( -4461.862793 4973.798828 264 ) common/nodraw 44 60 -90.00 0.568359 0.085449 536870912 2224 0 +( -4504.289063 5010.568359 260 ) ( -4447.720703 4954 260 ) ( -4444.892090 4956.828125 260 ) mohcommon/beam2 -23 -13 135.04 0.250491 0.249973 0 16384 0 +( -4519.845215 5028.953125 264 ) ( -4463.276855 4972.384766 264 ) ( -4463.276855 4972.384766 260 ) mohcommon/beam2 -87 0 0.00 0.176270 0.250000 0 16384 0 +} +// brush 4 +{ +( -4444.892090 4956.828125 260 ) ( -4447.720703 4959.657227 264 ) ( -4450.549316 4956.828613 264 ) common/nodraw 13 11 -45.01 0.568396 0.121448 536870912 2224 0 +( -4447.720703 4954 340 ) ( -4450.549316 4956.828613 336 ) ( -4447.720703 4959.657227 336 ) common/nodraw 13 11 -45.01 0.568396 0.121448 536870912 2224 0 +( -4447.720703 4959.657227 264 ) ( -4447.720703 4959.657227 336 ) ( -4450.549316 4956.828613 336 ) common/nodraw 48 58 -90.00 0.568344 0.085651 536870912 2224 0 +( -4444.892090 4956.828125 260 ) ( -4444.892090 4956.828125 340 ) ( -4447.720703 4959.657227 340 ) common/nodraw 44 -25 -90.00 0.568359 -0.085449 536870912 2224 0 +( -4447.720703 4954 260 ) ( -4447.720703 4954 340 ) ( -4444.892090 4956.828125 340 ) mohcommon/beam2 -40 -15 90.00 0.250000 0.176712 0 16384 0 +( -4449.135254 4958.242676 260 ) ( -4449.135254 4958.242676 340 ) ( -4446.306641 4955.414063 340 ) mohcommon/beam2 -43 5 90.00 0.250000 -0.177246 0 16384 0 +} +} +// entity 1397 +{ +"angle" "315" +"origin" "-4684.00 4971.00 252.00" +"testanim" "idle" +"model" "miscobj//clipboard.tik" +"scale" "1.0" +"classname" "static_items_clipboard" +} +// entity 1398 +{ +"angle" "315" +"origin" "-4696.00 5016.00 200.00" +"testanim" "idle" +"model" "furniture//bunkerchair.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchair" +} +// entity 1399 +{ +"angle" "315" +"origin" "-4679.53 4983.90 200.00" +"testanim" "idle" +"model" "static//metaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_metaldesk" +} +// entity 1400 +{ +"classname" "static_furniture_bigfilecabinet" +"scale" "1.0" +"model" "static//bigfilecabinet.tik" +"testanim" "idle" +"angle" "225" +"origin" "-4587.99 5099.69 200.00" +} +// entity 1401 +{ +"origin" "-4567.99 5079.69 200.00" +"angle" "225" +"testanim" "idle" +"model" "static//bigfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_bigfilecabinet" +} +// entity 1402 +{ +"angle" "45" +"origin" "-4735.88 4687.04 243.83" +"testanim" "idle" +"model" "static//typewriter.tik" +"scale" "1.0" +"classname" "static_furniture_typewriter" +} +// entity 1403 +{ +"angle" "225" +"classname" "static_furniture_simplechair" +"scale" "1.0" +"model" "furniture//simplechair.tik" +"origin" "-4822.19 4798.30 200.00" +"angles" "0 180 0" +"testanim" "idle" +} +// entity 1404 +{ +"classname" "func_group" +// brush 0 +{ +( -4811.466309 4798.543457 242 ) ( -4845.407715 4764.602539 242 ) ( -4817.123047 4736.317871 242 ) interior/manor_woodfloor 87 39 -134.99 0.343972 -0.375478 0 16384 0 +surfaceparm detail +( -4817.123047 4736.317871 244 ) ( -4845.407715 4764.602539 244 ) ( -4811.466309 4798.543457 244 ) interior/manor_woodfloor 87 39 -134.99 0.343972 -0.375478 0 16384 0 +surfaceparm detail +( -4824.901367 4745.510254 396 ) ( -4790.960449 4779.451660 396 ) ( -4790.960449 4779.451660 236 ) interior/manor_woodfloor 64 232 -180.00 0.243073 -0.007813 0 16384 0 +surfaceparm detail +( -4786.010254 4767.430664 396 ) ( -4814.294922 4795.714844 396 ) ( -4814.294922 4795.714844 236 ) interior/manor_woodfloor 122 232 -180.00 0.530762 -0.007813 0 16384 0 +surfaceparm detail +( -4836.921875 4823.999023 244 ) ( -4870.863281 4790.058105 244 ) ( -4870.863281 4790.058105 84 ) interior/manor_woodfloor 63 233 -180.00 0.243164 -0.007813 0 16384 0 +surfaceparm detail +( -4845.407715 4764.602539 396 ) ( -4817.123047 4736.317871 396 ) ( -4817.123047 4736.317871 236 ) interior/manor_woodfloor 63 232 -180.00 0.530762 -0.007813 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( -4863.791992 4788.644043 200 ) ( -4865.206055 4790.058105 200 ) ( -4866.620117 4788.643555 200 ) mohcommon/beam2 4 10 -44.97 0.328522 0.249973 0 16384 0 +surfaceparm detail +( -4863.791992 4788.644043 242 ) ( -4865.206055 4790.058105 242 ) ( -4863.791992 4791.472168 242 ) mohcommon/beam2 4 10 -44.97 0.328522 0.249973 0 16384 0 +surfaceparm detail +( -4863.791992 4788.644043 244 ) ( -4862.378418 4790.058105 244 ) ( -4862.378418 4790.058105 242 ) mohcommon/beam2 97 0 -90.00 0.328125 0.176727 0 16384 0 +surfaceparm detail +( -4865.206055 4790.058105 200 ) ( -4863.791992 4788.644043 200 ) ( -4862.378418 4790.058105 242 ) mohcommon/beam2 95 -1 -91.87 0.328316 -0.177310 0 16384 0 +surfaceparm detail +( -4863.791992 4791.472168 244 ) ( -4865.206055 4790.058105 244 ) ( -4865.206055 4790.058105 242 ) mohcommon/beam2 97 4 -90.00 0.328125 0.176849 0 16384 0 +surfaceparm detail +( -4865.206055 4787.229492 200 ) ( -4866.620117 4788.643555 200 ) ( -4865.206055 4790.058105 242 ) mohcommon/beam2 91 -14 -91.96 0.328317 -0.176831 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( -4838.336426 4816.928223 200 ) ( -4839.750977 4815.513672 200 ) ( -4838.336426 4814.099609 200 ) mohcommon/beam2 102 0 -44.40 0.016401 0.124893 0 16384 0 +surfaceparm detail +( -4841.164551 4814.099609 242 ) ( -4839.750977 4815.513672 242 ) ( -4838.336426 4814.099609 242 ) mohcommon/beam2 45 12 -44.69 0.015796 0.124989 0 16384 0 +surfaceparm detail +( -4839.750977 4812.685547 242 ) ( -4839.750977 4812.685547 244 ) ( -4838.336426 4814.099609 244 ) mohcommon/beam2 97 1 -90.00 0.328125 0.176605 0 16384 0 +surfaceparm detail +( -4839.750977 4812.685547 242 ) ( -4838.336426 4814.099609 200 ) ( -4839.750977 4815.513672 200 ) mohcommon/beam2 19 -6 -88.04 0.328317 -0.087932 0 16384 0 +surfaceparm detail +( -4839.750977 4815.513672 242 ) ( -4839.750977 4815.513672 244 ) ( -4841.164551 4814.099609 244 ) mohcommon/beam2 97 4 -90.00 0.328125 0.176849 0 16384 0 +surfaceparm detail +( -4839.750977 4815.513672 242 ) ( -4838.336426 4816.928223 200 ) ( -4836.922363 4815.514160 200 ) mohcommon/beam2 -34 12 -88.12 0.328301 0.089223 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( -4840.457520 4814.806641 210 ) ( -4864.499023 4790.765137 210 ) ( -4863.085449 4789.351074 210 ) mohcommon/beam2 70 3 -134.98 0.281134 -0.125505 0 16384 0 +surfaceparm detail +( -4865.206055 4787.229492 214 ) ( -4866.620117 4788.643555 214 ) ( -4842.578613 4812.685547 214 ) mohcommon/beam2 70 3 -134.98 0.281134 -0.125505 0 16384 0 +surfaceparm detail +( -4862.378418 4790.058105 245 ) ( -4838.336426 4814.099609 245 ) ( -4838.336426 4814.099609 203 ) mohcommon/beam2 101 8 -180.00 0.198730 -0.250000 0 16384 0 +surfaceparm detail +( -4838.336426 4814.099609 245 ) ( -4839.750977 4815.513672 245 ) ( -4839.750977 4815.513672 203 ) mohcommon/beam2 -122 8 0.00 0.011230 0.250000 0 16384 0 +surfaceparm detail +( -4843.285645 4811.978516 221 ) ( -4867.327637 4787.936523 221 ) ( -4867.327637 4787.936523 179 ) mohcommon/beam2 27 7 -180.00 0.198792 -0.250000 0 16384 0 +surfaceparm detail +( -4865.206055 4790.058105 245 ) ( -4863.791992 4788.644043 245 ) ( -4863.791992 4788.644043 203 ) mohcommon/beam2 -99 8 0.00 0.011230 0.250000 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( -4802.273926 4776.623047 210 ) ( -4826.315918 4752.581543 210 ) ( -4824.901367 4751.166992 210 ) mohcommon/beam2 70 3 -134.98 0.281134 -0.125505 0 16384 0 +surfaceparm detail +( -4827.022461 4749.045898 214 ) ( -4828.437012 4750.459961 214 ) ( -4804.395020 4774.501953 214 ) mohcommon/beam2 70 3 -134.98 0.281134 -0.125505 0 16384 0 +surfaceparm detail +( -4824.194336 4751.874512 245 ) ( -4800.152832 4775.916016 245 ) ( -4800.152832 4775.916016 203 ) mohcommon/beam2 50 8 -180.00 0.198730 -0.250000 0 16384 0 +surfaceparm detail +( -4800.152832 4775.916016 245 ) ( -4801.566895 4777.330078 245 ) ( -4801.566895 4777.330078 203 ) mohcommon/beam2 45 7 -180.00 0.010742 -0.250000 0 16384 0 +surfaceparm detail +( -4805.102051 4773.794922 221 ) ( -4829.144043 4749.752930 221 ) ( -4829.144043 4749.752930 179 ) mohcommon/beam2 87 7 -180.00 0.199005 -0.250000 0 16384 0 +surfaceparm detail +( -4827.022461 4751.874512 245 ) ( -4825.608398 4750.459961 245 ) ( -4825.608398 4750.459961 203 ) mohcommon/beam2 44 7 -180.00 0.011230 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( -4800.152344 4778.744141 200 ) ( -4801.566895 4777.330078 200 ) ( -4800.152832 4775.916016 200 ) mohcommon/beam2 60 10 -43.67 0.014850 0.124929 0 16384 0 +surfaceparm detail +( -4802.980957 4775.916016 242 ) ( -4801.566895 4777.330078 242 ) ( -4800.152832 4775.916016 242 ) mohcommon/beam2 45 12 -44.69 0.015796 0.124989 0 16384 0 +surfaceparm detail +( -4801.566895 4774.501953 242 ) ( -4801.566895 4774.501953 244 ) ( -4800.152832 4775.916016 244 ) mohcommon/beam2 97 0 -90.00 0.328125 0.176758 0 16384 0 +surfaceparm detail +( -4801.566895 4774.501953 242 ) ( -4800.152832 4775.916016 200 ) ( -4801.566895 4777.330078 200 ) mohcommon/beam2 -26 1 -88.21 0.328316 0.088246 0 16384 0 +surfaceparm detail +( -4801.566895 4777.330078 242 ) ( -4801.566895 4777.330078 244 ) ( -4802.980957 4775.916016 244 ) mohcommon/beam2 97 5 -90.00 0.328125 0.176697 0 16384 0 +surfaceparm detail +( -4801.566895 4777.330078 242 ) ( -4800.152344 4778.744141 200 ) ( -4798.738281 4777.330078 200 ) mohcommon/beam2 -39 11 -87.87 0.328337 0.087259 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( -4825.608398 4750.459961 200 ) ( -4827.022461 4751.874512 200 ) ( -4828.437012 4750.459961 200 ) mohcommon/beam2 117 5 -45.05 0.327572 0.250405 0 16384 0 +surfaceparm detail +( -4825.608398 4750.459961 242 ) ( -4827.022461 4751.874512 242 ) ( -4825.608398 4753.288574 242 ) mohcommon/beam2 117 5 -45.05 0.327572 0.250405 0 16384 0 +surfaceparm detail +( -4825.608398 4750.459961 244 ) ( -4824.194336 4751.874512 244 ) ( -4824.194336 4751.874512 242 ) mohcommon/beam2 97 0 -90.00 0.328125 0.176758 0 16384 0 +surfaceparm detail +( -4827.022461 4751.874512 200 ) ( -4825.608398 4750.459961 200 ) ( -4824.194336 4751.874512 242 ) mohcommon/beam2 91 6 -91.96 0.328317 0.176966 0 16384 0 +surfaceparm detail +( -4825.608398 4753.288574 244 ) ( -4827.022461 4751.874512 244 ) ( -4827.022461 4751.874512 242 ) mohcommon/beam2 97 10 -90.00 0.328125 0.177246 0 16384 0 +surfaceparm detail +( -4827.022461 4749.045898 200 ) ( -4828.437012 4750.459961 200 ) ( -4827.022461 4751.874512 242 ) mohcommon/beam2 38 7 -91.88 0.328301 0.175996 0 16384 0 +surfaceparm detail +} +} +// entity 1405 +{ +"classname" "func_group" +// brush 0 +{ +( -4715.299316 4702.376953 242 ) ( -4749.240723 4668.435547 242 ) ( -4720.956543 4640.151367 242 ) interior/manor_woodfloor 81 181 -135.13 0.343800 -0.375220 0 16384 0 +surfaceparm detail +( -4720.956543 4640.151367 244 ) ( -4749.240723 4668.435547 244 ) ( -4715.299316 4702.376953 244 ) interior/manor_woodfloor 81 181 -135.13 0.343800 -0.375220 0 16384 0 +surfaceparm detail +( -4728.734863 4649.343750 396 ) ( -4694.793457 4683.285156 396 ) ( -4694.793457 4683.285156 236 ) interior/manor_woodfloor 2 233 -180.00 0.243164 -0.007813 0 16384 0 +surfaceparm detail +( -4689.844238 4671.264160 396 ) ( -4718.128418 4699.548828 396 ) ( -4718.128418 4699.548828 236 ) interior/manor_woodfloor -18 232 0.00 0.531250 0.007813 0 16384 0 +surfaceparm detail +( -4740.755859 4727.832520 244 ) ( -4774.696777 4693.891602 244 ) ( -4774.696777 4693.891602 84 ) interior/manor_woodfloor 49 233 -180.00 0.243164 -0.007813 0 16384 0 +surfaceparm detail +( -4749.240723 4668.435547 396 ) ( -4720.956543 4640.151367 396 ) ( -4720.956543 4640.151367 236 ) interior/manor_woodfloor 25 232 -180.00 0.531250 -0.007813 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( -4767.625488 4692.477539 200 ) ( -4769.039551 4693.891602 200 ) ( -4770.454102 4692.477539 200 ) mohcommon/beam2 98 2 -45.00 0.328694 0.249887 0 16384 0 +surfaceparm detail +( -4767.625488 4692.477539 242 ) ( -4769.039551 4693.891602 242 ) ( -4767.625488 4695.305664 242 ) mohcommon/beam2 98 2 -45.00 0.328694 0.249887 0 16384 0 +surfaceparm detail +( -4767.625488 4692.477539 244 ) ( -4766.211426 4693.891602 244 ) ( -4766.211426 4693.891602 242 ) mohcommon/beam2 98 14 -90.00 0.328125 0.176849 0 16384 0 +surfaceparm detail +( -4769.039551 4693.891602 200 ) ( -4767.625488 4692.477539 200 ) ( -4766.211426 4693.891602 242 ) mohcommon/beam2 92 0 -91.88 0.328301 0.176982 0 16384 0 +surfaceparm detail +( -4767.625488 4695.305664 244 ) ( -4769.039551 4693.891602 244 ) ( -4769.039551 4693.891602 242 ) mohcommon/beam2 98 9 -90.00 0.328125 0.176727 0 16384 0 +surfaceparm detail +( -4769.040039 4691.063477 200 ) ( -4770.454102 4692.477539 200 ) ( -4769.039551 4693.891602 242 ) mohcommon/beam2 114 0 -91.96 0.328317 -0.176831 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( -4742.169922 4720.761719 200 ) ( -4743.584473 4719.347656 200 ) ( -4742.169922 4717.933105 200 ) mohcommon/beam2 13 13 -44.34 0.015020 0.124740 0 16384 0 +surfaceparm detail +( -4744.998047 4717.933105 242 ) ( -4743.584473 4719.347656 242 ) ( -4742.169922 4717.933105 242 ) mohcommon/beam2 1 8 -44.05 0.015625 0.124905 0 16384 0 +surfaceparm detail +( -4743.584473 4716.519531 242 ) ( -4743.584473 4716.519531 244 ) ( -4742.169922 4717.933105 244 ) mohcommon/beam2 98 1 -90.00 0.328125 0.177246 0 16384 0 +surfaceparm detail +( -4743.584473 4716.519531 242 ) ( -4742.169922 4717.933105 200 ) ( -4743.584473 4719.347656 200 ) mohcommon/beam2 16 -2 -88.12 0.328301 -0.087927 0 16384 0 +surfaceparm detail +( -4743.584473 4719.347656 242 ) ( -4743.584473 4719.347656 244 ) ( -4744.998047 4717.933105 244 ) mohcommon/beam2 98 13 -90.00 0.328125 0.177002 0 16384 0 +surfaceparm detail +( -4743.584473 4719.347656 242 ) ( -4742.169922 4720.761719 200 ) ( -4740.755371 4719.347656 200 ) mohcommon/beam2 16 -15 -88.12 0.328301 -0.087922 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( -4744.291016 4718.640625 210 ) ( -4768.332520 4694.598633 210 ) ( -4766.918457 4693.184570 210 ) mohcommon/beam2 73 4 -134.96 0.281220 -0.125246 0 16384 0 +surfaceparm detail +( -4769.040039 4691.063477 214 ) ( -4770.454102 4692.477539 214 ) ( -4746.412109 4716.519043 214 ) mohcommon/beam2 73 4 -134.96 0.281220 -0.125246 0 16384 0 +surfaceparm detail +( -4766.211426 4693.891602 245 ) ( -4742.169922 4717.933105 245 ) ( -4742.169922 4717.933105 203 ) mohcommon/beam2 40 7 -180.00 0.198883 -0.250000 0 16384 0 +surfaceparm detail +( -4742.169922 4717.933105 245 ) ( -4743.584473 4719.347656 245 ) ( -4743.584473 4719.347656 203 ) mohcommon/beam2 -44 8 0.00 0.010742 0.250000 0 16384 0 +surfaceparm detail +( -4747.119629 4715.812012 221 ) ( -4771.161133 4691.770508 221 ) ( -4771.161133 4691.770508 179 ) mohcommon/beam2 78 8 -180.00 0.199219 -0.250000 0 16384 0 +surfaceparm detail +( -4769.039551 4693.891602 245 ) ( -4767.625488 4692.477539 245 ) ( -4767.625488 4692.477539 203 ) mohcommon/beam2 11 7 -180.00 0.011719 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( -4706.107422 4680.456543 210 ) ( -4730.148926 4656.415039 210 ) ( -4728.734863 4655.000977 210 ) mohcommon/beam2 73 4 -134.96 0.281220 -0.125246 0 16384 0 +surfaceparm detail +( -4730.856445 4652.879883 214 ) ( -4732.270020 4654.293457 214 ) ( -4708.228516 4678.334961 214 ) mohcommon/beam2 73 4 -134.96 0.281220 -0.125246 0 16384 0 +surfaceparm detail +( -4728.027832 4655.708008 245 ) ( -4703.986328 4679.749512 245 ) ( -4703.986328 4679.749512 203 ) mohcommon/beam2 21 8 -180.00 0.198730 -0.250000 0 16384 0 +surfaceparm detail +( -4703.986328 4679.749512 245 ) ( -4705.400391 4681.163574 245 ) ( -4705.400391 4681.163574 203 ) mohcommon/beam2 -119 8 0.00 0.011230 0.250000 0 16384 0 +surfaceparm detail +( -4708.935547 4677.627930 221 ) ( -4732.977051 4653.586426 221 ) ( -4732.977051 4653.586426 179 ) mohcommon/beam2 13 8 -180.00 0.199219 -0.250000 0 16384 0 +surfaceparm detail +( -4730.856445 4655.708008 245 ) ( -4729.441895 4654.293945 245 ) ( -4729.441895 4654.293945 203 ) mohcommon/beam2 56 7 -180.00 0.011719 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( -4703.986328 4682.578125 200 ) ( -4705.400391 4681.163574 200 ) ( -4703.986328 4679.749512 200 ) mohcommon/beam2 123 11 -45.64 0.015365 0.124645 0 16384 0 +surfaceparm detail +( -4706.814453 4679.749512 242 ) ( -4705.400391 4681.163574 242 ) ( -4703.986328 4679.749512 242 ) mohcommon/beam2 1 8 -44.05 0.015625 0.124905 0 16384 0 +surfaceparm detail +( -4705.400391 4678.335449 242 ) ( -4705.400391 4678.335449 244 ) ( -4703.986328 4679.749512 244 ) mohcommon/beam2 98 10 -90.00 0.328125 0.176819 0 16384 0 +surfaceparm detail +( -4705.400391 4678.335449 242 ) ( -4703.986328 4679.749512 200 ) ( -4705.400391 4681.163574 200 ) mohcommon/beam2 -28 -15 -88.04 0.328317 -0.087927 0 16384 0 +surfaceparm detail +( -4705.400391 4681.163574 242 ) ( -4705.400391 4681.163574 244 ) ( -4706.814453 4679.749512 244 ) mohcommon/beam2 98 10 -90.00 0.328125 0.176971 0 16384 0 +surfaceparm detail +( -4705.400391 4681.163574 242 ) ( -4703.986328 4682.578125 200 ) ( -4702.571777 4681.163574 200 ) mohcommon/beam2 16 -15 -88.04 0.328317 -0.088904 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( -4729.441895 4654.293945 200 ) ( -4730.856445 4655.708008 200 ) ( -4732.270020 4654.293457 200 ) mohcommon/beam2 64 13 -45.03 0.328867 0.250232 0 16384 0 +surfaceparm detail +( -4729.441895 4654.293945 242 ) ( -4730.856445 4655.708008 242 ) ( -4729.441895 4657.122070 242 ) mohcommon/beam2 64 13 -45.03 0.328867 0.250232 0 16384 0 +surfaceparm detail +( -4729.441895 4654.293945 244 ) ( -4728.027832 4655.708008 244 ) ( -4728.027832 4655.708008 242 ) mohcommon/beam2 98 7 -90.00 0.328125 0.176636 0 16384 0 +surfaceparm detail +( -4730.856445 4655.708008 200 ) ( -4729.441895 4654.293945 200 ) ( -4728.027832 4655.708008 242 ) mohcommon/beam2 3 8 -92.05 0.328334 0.175986 0 16384 0 +surfaceparm detail +( -4729.441895 4657.122070 244 ) ( -4730.856445 4655.708008 244 ) ( -4730.856445 4655.708008 242 ) mohcommon/beam2 98 11 -90.00 0.328125 0.176758 0 16384 0 +surfaceparm detail +( -4730.856445 4652.879883 200 ) ( -4732.270020 4654.293457 200 ) ( -4730.856445 4655.708008 242 ) mohcommon/beam2 97 3 -92.13 0.328352 0.176956 0 16384 0 +surfaceparm detail +} +} +// entity 1406 +{ +"angle" "225" +"angles" "0 180 0" +"origin" "-4723.19 4699.30 200.00" +"model" "furniture//simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +"testanim" "idle" +} +// entity 1407 +{ +"angle" "45" +"origin" "-4743.88 4863.04 243.83" +"testanim" "idle" +"model" "static//typewriter.tik" +"scale" "1.0" +"classname" "static_furniture_typewriter" +} +// entity 1408 +{ +"angle" "225" +"classname" "static_furniture_simplechair" +"scale" "1.0" +"model" "furniture//simplechair.tik" +"origin" "-4734.19 4878.30 200.00" +"angles" "0 180 0" +"testanim" "idle" +} +// entity 1409 +{ +"classname" "func_group" +// brush 0 +{ +( -4723.466309 4878.543457 242 ) ( -4757.407715 4844.602539 242 ) ( -4729.123047 4816.317871 242 ) interior/manor_woodfloor 48 24 -134.99 0.343972 -0.375478 0 16384 0 +surfaceparm detail +( -4729.123047 4816.317871 244 ) ( -4757.407715 4844.602539 244 ) ( -4723.466309 4878.543457 244 ) interior/manor_woodfloor 48 24 -134.99 0.343972 -0.375478 0 16384 0 +surfaceparm detail +( -4736.901367 4825.510254 396 ) ( -4702.960449 4859.451660 396 ) ( -4702.960449 4859.451660 236 ) interior/manor_woodfloor 9 231 -180.00 0.243073 -0.007813 0 16384 0 +surfaceparm detail +( -4698.010254 4847.430664 396 ) ( -4726.294922 4875.714844 396 ) ( -4726.294922 4875.714844 236 ) interior/manor_woodfloor 31 231 -180.00 0.530762 -0.007813 0 16384 0 +surfaceparm detail +( -4748.921875 4903.999023 244 ) ( -4782.863281 4870.058105 244 ) ( -4782.863281 4870.058105 84 ) interior/manor_woodfloor 40 232 -180.00 0.243164 -0.007813 0 16384 0 +surfaceparm detail +( -4757.407715 4844.602539 396 ) ( -4729.123047 4816.317871 396 ) ( -4729.123047 4816.317871 236 ) interior/manor_woodfloor 100 231 -180.00 0.530762 -0.007813 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( -4775.791992 4868.644043 200 ) ( -4777.206055 4870.058105 200 ) ( -4778.620117 4868.643555 200 ) mohcommon/beam2 115 5 -44.97 0.328522 0.249973 0 16384 0 +surfaceparm detail +( -4775.791992 4868.644043 242 ) ( -4777.206055 4870.058105 242 ) ( -4775.791992 4871.472168 242 ) mohcommon/beam2 115 5 -44.97 0.328522 0.249973 0 16384 0 +surfaceparm detail +( -4775.791992 4868.644043 244 ) ( -4774.378418 4870.058105 244 ) ( -4774.378418 4870.058105 242 ) mohcommon/beam2 97 4 -90.00 0.328125 0.176727 0 16384 0 +surfaceparm detail +( -4777.206055 4870.058105 200 ) ( -4775.791992 4868.644043 200 ) ( -4774.378418 4870.058105 242 ) mohcommon/beam2 103 -3 -91.87 0.328316 -0.177310 0 16384 0 +surfaceparm detail +( -4775.791992 4871.472168 244 ) ( -4777.206055 4870.058105 244 ) ( -4777.206055 4870.058105 242 ) mohcommon/beam2 97 8 -90.00 0.328125 0.176849 0 16384 0 +surfaceparm detail +( -4777.206055 4867.229492 200 ) ( -4778.620117 4868.643555 200 ) ( -4777.206055 4870.058105 242 ) mohcommon/beam2 101 -15 -91.96 0.328317 -0.176831 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( -4750.336426 4896.928223 200 ) ( -4751.750977 4895.513672 200 ) ( -4750.336426 4894.099609 200 ) mohcommon/beam2 66 6 -44.40 0.016401 0.124893 0 16384 0 +surfaceparm detail +( -4753.164551 4894.099609 242 ) ( -4751.750977 4895.513672 242 ) ( -4750.336426 4894.099609 242 ) mohcommon/beam2 31 2 -44.69 0.015796 0.124989 0 16384 0 +surfaceparm detail +( -4751.750977 4892.685547 242 ) ( -4751.750977 4892.685547 244 ) ( -4750.336426 4894.099609 244 ) mohcommon/beam2 97 3 -90.00 0.328125 0.176605 0 16384 0 +surfaceparm detail +( -4751.750977 4892.685547 242 ) ( -4750.336426 4894.099609 200 ) ( -4751.750977 4895.513672 200 ) mohcommon/beam2 9 -14 -88.04 0.328317 -0.087932 0 16384 0 +surfaceparm detail +( -4751.750977 4895.513672 242 ) ( -4751.750977 4895.513672 244 ) ( -4753.164551 4894.099609 244 ) mohcommon/beam2 97 8 -90.00 0.328125 0.176849 0 16384 0 +surfaceparm detail +( -4751.750977 4895.513672 242 ) ( -4750.336426 4896.928223 200 ) ( -4748.922363 4895.514160 200 ) mohcommon/beam2 -42 12 -88.12 0.328301 0.089223 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( -4752.457520 4894.806641 210 ) ( -4776.499023 4870.765137 210 ) ( -4775.085449 4869.351074 210 ) mohcommon/beam2 108 6 -134.98 0.281134 -0.125505 0 16384 0 +surfaceparm detail +( -4777.206055 4867.229492 214 ) ( -4778.620117 4868.643555 214 ) ( -4754.578613 4892.685547 214 ) mohcommon/beam2 108 6 -134.98 0.281134 -0.125505 0 16384 0 +surfaceparm detail +( -4774.378418 4870.058105 245 ) ( -4750.336426 4894.099609 245 ) ( -4750.336426 4894.099609 203 ) mohcommon/beam2 31 7 -180.00 0.198730 -0.250000 0 16384 0 +surfaceparm detail +( -4750.336426 4894.099609 245 ) ( -4751.750977 4895.513672 245 ) ( -4751.750977 4895.513672 203 ) mohcommon/beam2 -22 8 0.00 0.011230 0.250000 0 16384 0 +surfaceparm detail +( -4755.285645 4891.978516 221 ) ( -4779.327637 4867.936523 221 ) ( -4779.327637 4867.936523 179 ) mohcommon/beam2 85 6 -180.00 0.198792 -0.250000 0 16384 0 +surfaceparm detail +( -4777.206055 4870.058105 245 ) ( -4775.791992 4868.644043 245 ) ( -4775.791992 4868.644043 203 ) mohcommon/beam2 -54 8 0.00 0.011230 0.250000 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( -4714.273926 4856.623047 210 ) ( -4738.315918 4832.581543 210 ) ( -4736.901367 4831.166992 210 ) mohcommon/beam2 108 6 -134.98 0.281134 -0.125505 0 16384 0 +surfaceparm detail +( -4739.022461 4829.045898 214 ) ( -4740.437012 4830.459961 214 ) ( -4716.395020 4854.501953 214 ) mohcommon/beam2 108 6 -134.98 0.281134 -0.125505 0 16384 0 +surfaceparm detail +( -4736.194336 4831.874512 245 ) ( -4712.152832 4855.916016 245 ) ( -4712.152832 4855.916016 203 ) mohcommon/beam2 68 7 -180.00 0.198730 -0.250000 0 16384 0 +surfaceparm detail +( -4712.152832 4855.916016 245 ) ( -4713.566895 4857.330078 245 ) ( -4713.566895 4857.330078 203 ) mohcommon/beam2 68 6 -180.00 0.010742 -0.250000 0 16384 0 +surfaceparm detail +( -4717.102051 4853.794922 221 ) ( -4741.144043 4829.752930 221 ) ( -4741.144043 4829.752930 179 ) mohcommon/beam2 17 6 -180.00 0.199005 -0.250000 0 16384 0 +surfaceparm detail +( -4739.022461 4831.874512 245 ) ( -4737.608398 4830.459961 245 ) ( -4737.608398 4830.459961 203 ) mohcommon/beam2 127 6 -180.00 0.011230 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( -4712.152344 4858.744141 200 ) ( -4713.566895 4857.330078 200 ) ( -4712.152832 4855.916016 200 ) mohcommon/beam2 6 15 -43.67 0.014850 0.124929 0 16384 0 +surfaceparm detail +( -4714.980957 4855.916016 242 ) ( -4713.566895 4857.330078 242 ) ( -4712.152832 4855.916016 242 ) mohcommon/beam2 31 2 -44.69 0.015796 0.124989 0 16384 0 +surfaceparm detail +( -4713.566895 4854.501953 242 ) ( -4713.566895 4854.501953 244 ) ( -4712.152832 4855.916016 244 ) mohcommon/beam2 97 4 -90.00 0.328125 0.176758 0 16384 0 +surfaceparm detail +( -4713.566895 4854.501953 242 ) ( -4712.152832 4855.916016 200 ) ( -4713.566895 4857.330078 200 ) mohcommon/beam2 -34 11 -88.21 0.328316 0.088246 0 16384 0 +surfaceparm detail +( -4713.566895 4857.330078 242 ) ( -4713.566895 4857.330078 244 ) ( -4714.980957 4855.916016 244 ) mohcommon/beam2 97 9 -90.00 0.328125 0.176697 0 16384 0 +surfaceparm detail +( -4713.566895 4857.330078 242 ) ( -4712.152344 4858.744141 200 ) ( -4710.738281 4857.330078 200 ) mohcommon/beam2 -49 15 -87.87 0.328337 0.087259 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( -4737.608398 4830.459961 200 ) ( -4739.022461 4831.874512 200 ) ( -4740.437012 4830.459961 200 ) mohcommon/beam2 101 15 -45.05 0.327572 0.250405 0 16384 0 +surfaceparm detail +( -4737.608398 4830.459961 242 ) ( -4739.022461 4831.874512 242 ) ( -4737.608398 4833.288574 242 ) mohcommon/beam2 101 15 -45.05 0.327572 0.250405 0 16384 0 +surfaceparm detail +( -4737.608398 4830.459961 244 ) ( -4736.194336 4831.874512 244 ) ( -4736.194336 4831.874512 242 ) mohcommon/beam2 97 4 -90.00 0.328125 0.176758 0 16384 0 +surfaceparm detail +( -4739.022461 4831.874512 200 ) ( -4737.608398 4830.459961 200 ) ( -4736.194336 4831.874512 242 ) mohcommon/beam2 100 9 -91.96 0.328317 0.176966 0 16384 0 +surfaceparm detail +( -4737.608398 4833.288574 244 ) ( -4739.022461 4831.874512 244 ) ( -4739.022461 4831.874512 242 ) mohcommon/beam2 97 13 -90.00 0.328125 0.177246 0 16384 0 +surfaceparm detail +( -4739.022461 4829.045898 200 ) ( -4740.437012 4830.459961 200 ) ( -4739.022461 4831.874512 242 ) mohcommon/beam2 47 10 -91.88 0.328301 0.175996 0 16384 0 +surfaceparm detail +} +} +// entity 1410 +{ +"classname" "func_group" +// brush 0 +{ +( -4627.299316 4782.376953 242 ) ( -4661.240723 4748.435547 242 ) ( -4632.956543 4720.151367 242 ) interior/manor_woodfloor 42 167 -135.13 0.343800 -0.375220 0 16384 0 +surfaceparm detail +( -4632.956543 4720.151367 244 ) ( -4661.240723 4748.435547 244 ) ( -4627.299316 4782.376953 244 ) interior/manor_woodfloor 42 167 -135.13 0.343800 -0.375220 0 16384 0 +surfaceparm detail +( -4640.734863 4729.343750 396 ) ( -4606.793457 4763.285156 396 ) ( -4606.793457 4763.285156 236 ) interior/manor_woodfloor 107 232 -180.00 0.243164 -0.007813 0 16384 0 +surfaceparm detail +( -4601.844238 4751.264160 396 ) ( -4630.128418 4779.548828 396 ) ( -4630.128418 4779.548828 236 ) interior/manor_woodfloor -40 232 0.00 0.531250 0.007813 0 16384 0 +surfaceparm detail +( -4652.755859 4807.832520 244 ) ( -4686.696777 4773.891602 244 ) ( -4686.696777 4773.891602 84 ) interior/manor_woodfloor 121 232 -180.00 0.243164 -0.007813 0 16384 0 +surfaceparm detail +( -4661.240723 4748.435547 396 ) ( -4632.956543 4720.151367 396 ) ( -4632.956543 4720.151367 236 ) interior/manor_woodfloor 62 231 -180.00 0.531250 -0.007813 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( -4679.625488 4772.477539 200 ) ( -4681.039551 4773.891602 200 ) ( -4682.454102 4772.477539 200 ) mohcommon/beam2 81 13 -45.00 0.328694 0.249887 0 16384 0 +surfaceparm detail +( -4679.625488 4772.477539 242 ) ( -4681.039551 4773.891602 242 ) ( -4679.625488 4775.305664 242 ) mohcommon/beam2 81 13 -45.00 0.328694 0.249887 0 16384 0 +surfaceparm detail +( -4679.625488 4772.477539 244 ) ( -4678.211426 4773.891602 244 ) ( -4678.211426 4773.891602 242 ) mohcommon/beam2 98 2 -90.00 0.328125 0.176849 0 16384 0 +surfaceparm detail +( -4681.039551 4773.891602 200 ) ( -4679.625488 4772.477539 200 ) ( -4678.211426 4773.891602 242 ) mohcommon/beam2 100 3 -91.88 0.328301 0.176982 0 16384 0 +surfaceparm detail +( -4679.625488 4775.305664 244 ) ( -4681.039551 4773.891602 244 ) ( -4681.039551 4773.891602 242 ) mohcommon/beam2 98 13 -90.00 0.328125 0.176727 0 16384 0 +surfaceparm detail +( -4681.040039 4771.063477 200 ) ( -4682.454102 4772.477539 200 ) ( -4681.039551 4773.891602 242 ) mohcommon/beam2 123 -4 -91.96 0.328317 -0.176831 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( -4654.169922 4800.761719 200 ) ( -4655.584473 4799.347656 200 ) ( -4654.169922 4797.933105 200 ) mohcommon/beam2 58 4 -44.34 0.015020 0.124740 0 16384 0 +surfaceparm detail +( -4656.998047 4797.933105 242 ) ( -4655.584473 4799.347656 242 ) ( -4654.169922 4797.933105 242 ) mohcommon/beam2 25 14 -44.05 0.015625 0.124905 0 16384 0 +surfaceparm detail +( -4655.584473 4796.519531 242 ) ( -4655.584473 4796.519531 244 ) ( -4654.169922 4797.933105 244 ) mohcommon/beam2 98 1 -90.00 0.328125 0.177246 0 16384 0 +surfaceparm detail +( -4655.584473 4796.519531 242 ) ( -4654.169922 4797.933105 200 ) ( -4655.584473 4799.347656 200 ) mohcommon/beam2 7 -10 -88.12 0.328301 -0.087927 0 16384 0 +surfaceparm detail +( -4655.584473 4799.347656 242 ) ( -4655.584473 4799.347656 244 ) ( -4656.998047 4797.933105 244 ) mohcommon/beam2 98 0 -90.00 0.328125 0.177002 0 16384 0 +surfaceparm detail +( -4655.584473 4799.347656 242 ) ( -4654.169922 4800.761719 200 ) ( -4652.755371 4799.347656 200 ) mohcommon/beam2 7 -7 -88.12 0.328301 -0.087922 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( -4656.291016 4798.640625 210 ) ( -4680.332520 4774.598633 210 ) ( -4678.918457 4773.184570 210 ) mohcommon/beam2 111 7 -134.96 0.281220 -0.125246 0 16384 0 +surfaceparm detail +( -4681.040039 4771.063477 214 ) ( -4682.454102 4772.477539 214 ) ( -4658.412109 4796.519043 214 ) mohcommon/beam2 111 7 -134.96 0.281220 -0.125246 0 16384 0 +surfaceparm detail +( -4678.211426 4773.891602 245 ) ( -4654.169922 4797.933105 245 ) ( -4654.169922 4797.933105 203 ) mohcommon/beam2 58 6 -180.00 0.198883 -0.250000 0 16384 0 +surfaceparm detail +( -4654.169922 4797.933105 245 ) ( -4655.584473 4799.347656 245 ) ( -4655.584473 4799.347656 203 ) mohcommon/beam2 -44 8 0.00 0.010742 0.250000 0 16384 0 +surfaceparm detail +( -4659.119629 4795.812012 221 ) ( -4683.161133 4771.770508 221 ) ( -4683.161133 4771.770508 179 ) mohcommon/beam2 95 7 -180.00 0.199219 -0.250000 0 16384 0 +surfaceparm detail +( -4681.039551 4773.891602 245 ) ( -4679.625488 4772.477539 245 ) ( -4679.625488 4772.477539 203 ) mohcommon/beam2 53 6 -180.00 0.011719 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( -4618.107422 4760.456543 210 ) ( -4642.148926 4736.415039 210 ) ( -4640.734863 4735.000977 210 ) mohcommon/beam2 111 7 -134.96 0.281220 -0.125246 0 16384 0 +surfaceparm detail +( -4642.856445 4732.879883 214 ) ( -4644.270020 4734.293457 214 ) ( -4620.228516 4758.334961 214 ) mohcommon/beam2 111 7 -134.96 0.281220 -0.125246 0 16384 0 +surfaceparm detail +( -4640.027832 4735.708008 245 ) ( -4615.986328 4759.749512 245 ) ( -4615.986328 4759.749512 203 ) mohcommon/beam2 39 7 -180.00 0.198730 -0.250000 0 16384 0 +surfaceparm detail +( -4615.986328 4759.749512 245 ) ( -4617.400391 4761.163574 245 ) ( -4617.400391 4761.163574 203 ) mohcommon/beam2 -19 8 0.00 0.011230 0.250000 0 16384 0 +surfaceparm detail +( -4620.935547 4757.627930 221 ) ( -4644.977051 4733.586426 221 ) ( -4644.977051 4733.586426 179 ) mohcommon/beam2 30 7 -180.00 0.199219 -0.250000 0 16384 0 +surfaceparm detail +( -4642.856445 4735.708008 245 ) ( -4641.441895 4734.293945 245 ) ( -4641.441895 4734.293945 203 ) mohcommon/beam2 13 6 -180.00 0.011719 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( -4615.986328 4762.578125 200 ) ( -4617.400391 4761.163574 200 ) ( -4615.986328 4759.749512 200 ) mohcommon/beam2 98 4 -45.64 0.015365 0.124645 0 16384 0 +surfaceparm detail +( -4618.814453 4759.749512 242 ) ( -4617.400391 4761.163574 242 ) ( -4615.986328 4759.749512 242 ) mohcommon/beam2 25 14 -44.05 0.015625 0.124905 0 16384 0 +surfaceparm detail +( -4617.400391 4758.335449 242 ) ( -4617.400391 4758.335449 244 ) ( -4615.986328 4759.749512 244 ) mohcommon/beam2 98 14 -90.00 0.328125 0.176819 0 16384 0 +surfaceparm detail +( -4617.400391 4758.335449 242 ) ( -4615.986328 4759.749512 200 ) ( -4617.400391 4761.163574 200 ) mohcommon/beam2 -38 -7 -88.04 0.328317 -0.087927 0 16384 0 +surfaceparm detail +( -4617.400391 4761.163574 242 ) ( -4617.400391 4761.163574 244 ) ( -4618.814453 4759.749512 244 ) mohcommon/beam2 98 14 -90.00 0.328125 0.176971 0 16384 0 +surfaceparm detail +( -4617.400391 4761.163574 242 ) ( -4615.986328 4762.578125 200 ) ( -4614.571777 4761.163574 200 ) mohcommon/beam2 6 -12 -88.04 0.328317 -0.088904 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( -4641.441895 4734.293945 200 ) ( -4642.856445 4735.708008 200 ) ( -4644.270020 4734.293457 200 ) mohcommon/beam2 47 7 -45.03 0.328867 0.250232 0 16384 0 +surfaceparm detail +( -4641.441895 4734.293945 242 ) ( -4642.856445 4735.708008 242 ) ( -4641.441895 4737.122070 242 ) mohcommon/beam2 47 7 -45.03 0.328867 0.250232 0 16384 0 +surfaceparm detail +( -4641.441895 4734.293945 244 ) ( -4640.027832 4735.708008 244 ) ( -4640.027832 4735.708008 242 ) mohcommon/beam2 98 11 -90.00 0.328125 0.176636 0 16384 0 +surfaceparm detail +( -4642.856445 4735.708008 200 ) ( -4641.441895 4734.293945 200 ) ( -4640.027832 4735.708008 242 ) mohcommon/beam2 13 11 -92.05 0.328334 0.175986 0 16384 0 +surfaceparm detail +( -4641.441895 4737.122070 244 ) ( -4642.856445 4735.708008 244 ) ( -4642.856445 4735.708008 242 ) mohcommon/beam2 98 12 -90.00 0.328125 0.176758 0 16384 0 +surfaceparm detail +( -4642.856445 4732.879883 200 ) ( -4644.270020 4734.293457 200 ) ( -4642.856445 4735.708008 242 ) mohcommon/beam2 107 6 -92.13 0.328352 0.176956 0 16384 0 +surfaceparm detail +} +} +// entity 1411 +{ +"angle" "225" +"angles" "0 180 0" +"origin" "-4635.19 4779.30 200.00" +"model" "furniture//simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +"testanim" "idle" +} +// entity 1412 +{ +"angle" "225" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "-4503.97 4994.96 -0.00" +} +// entity 1413 +{ +"angle" "225" +"angles" "0 180 0" +"origin" "-4447.97 4938.96 -0.00" +"testanim" "idle" +"model" "static//bunkershelves.tik" +"scale" "1.0" +"classname" "static_furniture_bunkershelves" +} +// entity 1414 +{ +"angle" "135" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "-4506.04 4770.65 -0.00" +} +// entity 1415 +{ +"angle" "135" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "-4564.04 4712.65 -0.00" +} +// entity 1416 +{ +"classname" "func_group" +// brush 0 +{ +( 5486 3368 49 ) ( 5486 3528 49 ) ( 5446 3528 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3528 52 ) ( 5502 3528 52 ) ( 5502 3368 52 ) interior/manor_woodfloor -64 240 0.00 0.500000 1 0 16384 0 +surfaceparm detail +( 5462 3528 64 ) ( 5462 3368 64 ) ( 5462 3368 32 ) common/nodraw 0 15 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5454 3371 65 ) ( 5494 3371 65 ) ( 5494 3371 33 ) common/nodraw -44 16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5486 3368 64 ) ( 5486 3528 64 ) ( 5486 3528 32 ) common/nodraw 0 15 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5502 3525 56 ) ( 5462 3525 56 ) ( 5462 3525 24 ) common/nodraw -44 16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5489 3523 49 ) ( 5489 3526 49 ) ( 5482 3526 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5482 3526 52 ) ( 5489 3526 52 ) ( 5489 3523 52 ) das_boot/ironwall1 186 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3525 53 ) ( 5462 3525 49 ) ( 5461 3526 49 ) common/nodraw 54 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5457 3525 48 ) ( 5457 3525 52 ) ( 5491 3525 52 ) common/nodraw 0 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5486 3525 48 ) ( 5486 3525 52 ) ( 5487 3526 52 ) common/nodraw -45 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5456 3526 52 ) ( 5456 3526 48 ) ( 5492 3526 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +} +// brush 2 +{ +( 5485 3368 49 ) ( 5485 3528 49 ) ( 5445 3528 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5461 3528 52 ) ( 5501 3528 52 ) ( 5501 3368 52 ) das_boot/ironwall1 186 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5486 3371 52 ) ( 5486 3371 48 ) ( 5486 3525 48 ) common/nodraw 0 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5487 3370 52 ) ( 5487 3370 48 ) ( 5486 3371 48 ) common/nodraw 50 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5487 3370 48 ) ( 5487 3370 52 ) ( 5487 3526 52 ) das_boot/ironwall1 187 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5487 3526 48 ) ( 5487 3526 52 ) ( 5486 3525 52 ) common/nodraw -45 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 5493 3370 49 ) ( 5493 3530 49 ) ( 5453 3530 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5469 3530 52 ) ( 5509 3530 52 ) ( 5509 3370 52 ) das_boot/ironwall1 186 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5461 3530 64 ) ( 5461 3370 64 ) ( 5461 3370 32 ) general_structure/concretewall2 -240 8 0.00 1 1 0 0 0 +surfaceparm detail +( 5462 3371 52 ) ( 5462 3371 48 ) ( 5461 3370 48 ) common/nodraw -41 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3367 48 ) ( 5462 3367 52 ) ( 5462 3525 52 ) common/nodraw 0 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3525 49 ) ( 5462 3525 53 ) ( 5461 3526 53 ) common/nodraw 54 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( 5484 3523 24 ) ( 5484 3521 24 ) ( 5486 3521 24 ) common/nodraw 39 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3523 49 ) ( 5464 3521 49 ) ( 5462 3521 49 ) common/nodraw 39 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3523 49 ) ( 5462 3521 49 ) ( 5484 3521 24 ) das_boot/ironwall1 10 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3521 48 ) ( 5494 3521 48 ) ( 5494 3521 24 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5464 3521 49 ) ( 5464 3523 49 ) ( 5486 3523 24 ) das_boot/ironwall1 10 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3523 48 ) ( 5454 3523 48 ) ( 5454 3523 24 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +} +// brush 5 +{ +( 5486 3521 49 ) ( 5484 3521 49 ) ( 5484 3523 49 ) common/nodraw 39 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3521 24 ) ( 5486 3521 49 ) ( 5486 3523 49 ) das_boot/ironwall1 10 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3521 24 ) ( 5454 3521 48 ) ( 5494 3521 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3523 24 ) ( 5484 3523 49 ) ( 5484 3521 49 ) das_boot/ironwall1 10 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3523 24 ) ( 5494 3523 48 ) ( 5454 3523 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5486 3523 24 ) ( 5464 3523 49 ) ( 5475 3521 37 ) common/nodraw 40 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 6 +{ +( 5462 3521 24 ) ( 5464 3521 24 ) ( 5464 3523 24 ) common/nodraw 39 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3521 24 ) ( 5486 3521 49 ) ( 5486 3523 49 ) das_boot/ironwall1 10 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3521 24 ) ( 5454 3521 48 ) ( 5494 3521 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3523 24 ) ( 5484 3523 49 ) ( 5484 3521 49 ) das_boot/ironwall1 10 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3523 24 ) ( 5494 3523 48 ) ( 5454 3523 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3523 49 ) ( 5484 3523 24 ) ( 5473 3521 37 ) common/nodraw 40 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 7 +{ +( 5487 3368 49 ) ( 5487 3371 49 ) ( 5475 3371 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5475 3371 52 ) ( 5487 3371 52 ) ( 5487 3368 52 ) das_boot/ironwall1 186 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5461 3370 52 ) ( 5461 3370 48 ) ( 5462 3371 48 ) common/nodraw -41 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5461 3370 48 ) ( 5461 3370 52 ) ( 5493 3370 52 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5487 3370 48 ) ( 5487 3370 52 ) ( 5486 3371 52 ) common/nodraw 50 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5487 3371 53 ) ( 5475 3371 53 ) ( 5475 3371 49 ) common/nodraw 0 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( 5474 3522 35 ) ( 5474 3374 35 ) ( 5475 3374 36 ) das_boot/ironwall1 10 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5474 3521 37 ) ( 5474 3373 37 ) ( 5473 3373 36 ) das_boot/ironwall1 10 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5474 3373 35 ) ( 5474 3521 35 ) ( 5473 3521 36 ) das_boot/ironwall1 10 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5473 3375 51 ) ( 5475 3375 51 ) ( 5475 3375 25 ) common/nodraw 0 -6 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5475 3522 36 ) ( 5475 3374 36 ) ( 5474 3374 37 ) das_boot/ironwall1 10 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5475 3521 51 ) ( 5473 3521 51 ) ( 5473 3521 25 ) common/nodraw 0 -6 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 9 +{ +( 5484 3375 24 ) ( 5484 3373 24 ) ( 5486 3373 24 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3375 49 ) ( 5464 3373 49 ) ( 5462 3373 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3375 49 ) ( 5462 3373 49 ) ( 5484 3373 24 ) das_boot/ironwall1 187 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3373 48 ) ( 5494 3373 48 ) ( 5494 3373 24 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5464 3373 49 ) ( 5464 3375 49 ) ( 5486 3375 24 ) das_boot/ironwall1 187 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3375 48 ) ( 5454 3375 48 ) ( 5454 3375 24 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +} +// brush 10 +{ +( 5486 3373 49 ) ( 5484 3373 49 ) ( 5484 3375 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3373 24 ) ( 5486 3373 49 ) ( 5486 3375 49 ) das_boot/ironwall1 187 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3373 24 ) ( 5454 3373 48 ) ( 5494 3373 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3375 24 ) ( 5484 3375 49 ) ( 5484 3373 49 ) das_boot/ironwall1 187 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3375 24 ) ( 5494 3375 48 ) ( 5454 3375 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5486 3375 24 ) ( 5464 3375 49 ) ( 5475 3373 37 ) common/nodraw 0 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( 5462 3373 24 ) ( 5464 3373 24 ) ( 5464 3375 24 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3373 24 ) ( 5486 3373 49 ) ( 5486 3375 49 ) das_boot/ironwall1 187 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3373 24 ) ( 5454 3373 48 ) ( 5494 3373 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3375 24 ) ( 5484 3375 49 ) ( 5484 3373 49 ) das_boot/ironwall1 187 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3375 24 ) ( 5494 3375 48 ) ( 5454 3375 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3375 49 ) ( 5484 3375 24 ) ( 5473 3373 37 ) common/nodraw 0 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +} +// entity 1417 +{ +"classname" "func_group" +// brush 0 +{ +( 5315.053711 3047.916504 49 ) ( 5201.916992 3161.053955 49 ) ( 5173.632813 3132.769531 49 ) common/nodraw 42 61 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( 5184.945801 3144.083008 52 ) ( 5213.230469 3172.367432 52 ) ( 5326.367188 3059.230469 52 ) interior/manor_woodfloor -93 133 45.03 0.499515 0.999893 0 16384 0 +surfaceparm detail +( 5184.945801 3144.083008 64 ) ( 5298.083008 3030.946289 64 ) ( 5298.083008 3030.946289 32 ) common/nodraw -26 16 0.00 0.353516 0.500002 536870912 2224 0 +surfaceparm detail +( 5290.304688 3027.410400 65 ) ( 5318.589355 3055.694824 65 ) ( 5318.589355 3055.694824 33 ) common/nodraw -44 16 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +( 5315.053711 3047.916504 64 ) ( 5201.916992 3161.053955 64 ) ( 5201.916992 3161.053955 32 ) common/nodraw 26 15 -180.00 0.353638 -0.499998 536870912 2224 0 +surfaceparm detail +( 5215.351563 3170.246094 56 ) ( 5187.067871 3141.962158 56 ) ( 5187.067871 3141.962158 24 ) common/nodraw -27 16 0.00 0.353760 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5207.573730 3159.639648 49 ) ( 5205.452148 3161.760742 49 ) ( 5200.502441 3156.811035 49 ) common/nodraw 42 61 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( 5200.502441 3156.811035 52 ) ( 5205.452148 3161.760742 52 ) ( 5207.573730 3159.639648 52 ) das_boot/ironwall1 17 187 -44.96 0.249801 0.249973 0 32768 0 +surfaceparm detail +( 5187.067871 3141.962158 53 ) ( 5187.067871 3141.962158 49 ) ( 5185.653320 3141.961914 49 ) common/nodraw -60 -4 0.00 0.707520 0.500000 536870912 2224 0 +surfaceparm detail +( 5183.532227 3138.426514 48 ) ( 5183.532227 3138.426514 52 ) ( 5207.573730 3162.468262 52 ) common/nodraw -11 -4 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +( 5204.038086 3158.932617 48 ) ( 5204.038086 3158.932617 52 ) ( 5204.038086 3160.346680 52 ) common/nodraw -25 -4 0.00 0.706909 0.500000 536870912 2224 0 +surfaceparm detail +( 5182.117188 3138.426270 52 ) ( 5182.117188 3138.426270 48 ) ( 5207.573730 3163.882324 48 ) das_boot/ironwall1 -136 176 0.00 0.176758 0.250000 0 32768 0 +surfaceparm detail +} +// brush 2 +{ +( 5314.346191 3047.209473 49 ) ( 5201.208984 3160.346680 49 ) ( 5172.925293 3132.062500 49 ) common/nodraw 42 61 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( 5184.239258 3143.375977 52 ) ( 5212.523438 3171.660645 52 ) ( 5325.660645 3058.523438 52 ) das_boot/ironwall1 17 187 -44.96 0.249801 0.249973 0 32768 0 +surfaceparm detail +( 5312.932129 3050.037842 52 ) ( 5312.932129 3050.037842 48 ) ( 5204.038086 3158.932617 48 ) common/nodraw 31 -3 -180.00 0.353516 -0.500000 536870912 2224 0 +surfaceparm detail +( 5314.346680 3050.038086 52 ) ( 5314.346680 3050.038086 48 ) ( 5312.932129 3050.037842 48 ) common/nodraw -62 -4 0.00 0.706543 0.500000 536870912 2224 0 +surfaceparm detail +( 5314.346680 3050.038086 48 ) ( 5314.346680 3050.038086 52 ) ( 5204.038086 3160.346680 52 ) das_boot/ironwall1 123 174 -180.00 0.176758 -0.250000 0 32768 0 +surfaceparm detail +( 5204.038086 3160.346680 48 ) ( 5204.038086 3160.346680 52 ) ( 5204.038086 3158.932617 52 ) common/nodraw -25 -4 0.00 0.706909 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 5318.589355 3054.280762 49 ) ( 5205.452148 3167.417969 49 ) ( 5177.167480 3139.133301 49 ) common/nodraw 42 61 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( 5188.481934 3150.447266 52 ) ( 5216.765625 3178.731201 52 ) ( 5329.902832 3065.594238 52 ) das_boot/ironwall1 17 187 -44.96 0.249801 0.249973 0 32768 0 +surfaceparm detail +( 5182.824707 3144.790283 64 ) ( 5295.961914 3031.653320 64 ) ( 5295.961914 3031.653320 32 ) general_structure/concretewall2 121 6 -180.00 0.707275 -1 0 0 0 +surfaceparm detail +( 5295.961914 3033.067383 52 ) ( 5295.961914 3033.067383 48 ) ( 5295.961914 3031.653320 48 ) common/nodraw -21 -4 0.00 0.707031 0.500000 536870912 2224 0 +surfaceparm detail +( 5298.790039 3030.239258 48 ) ( 5298.790039 3030.239258 52 ) ( 5187.067871 3141.962158 52 ) common/nodraw 51 -3 -180.00 0.353394 -0.500000 536870912 2224 0 +surfaceparm detail +( 5187.067871 3141.962158 49 ) ( 5187.067871 3141.962158 53 ) ( 5185.653320 3141.961914 53 ) common/nodraw -60 -4 0.00 0.707520 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( 5204.038086 3156.104004 24 ) ( 5205.452148 3154.689941 24 ) ( 5206.866211 3156.104004 24 ) common/nodraw 19 2 -45.01 0.500033 0.500033 536870912 2224 0 +surfaceparm detail +( 5189.895996 3141.961914 49 ) ( 5191.309570 3140.547607 49 ) ( 5189.895996 3139.133545 49 ) common/nodraw 19 2 -45.01 0.500033 0.500033 536870912 2224 0 +surfaceparm detail +( 5188.481934 3140.547852 49 ) ( 5189.895996 3139.133545 49 ) ( 5205.452148 3154.689941 24 ) das_boot/ironwall1 98 -168 -45.00 0.249973 -0.220108 0 32768 0 +surfaceparm detail +( 5184.238770 3133.476563 48 ) ( 5212.522949 3161.760742 48 ) ( 5212.522949 3161.760742 24 ) das_boot/ironwall1 -252 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5191.309570 3140.547607 49 ) ( 5189.895996 3141.961914 49 ) ( 5205.452148 3157.518066 24 ) das_boot/ironwall1 98 -172 -45.02 0.250060 -0.219849 0 32768 0 +surfaceparm detail +( 5211.109375 3163.175293 48 ) ( 5182.824707 3134.890625 48 ) ( 5182.824707 3134.890625 24 ) das_boot/ironwall1 -157 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +} +// brush 5 +{ +( 5206.866211 3156.104004 49 ) ( 5205.452148 3154.689941 49 ) ( 5204.038086 3156.104004 49 ) common/nodraw 19 2 -45.01 0.500033 0.500033 536870912 2224 0 +surfaceparm detail +( 5191.309570 3140.547607 24 ) ( 5206.866211 3156.104004 49 ) ( 5205.452148 3157.518066 49 ) das_boot/ironwall1 135 195 -45.10 0.249715 0.220454 0 32768 0 +surfaceparm detail +( 5184.238770 3133.476563 24 ) ( 5184.238770 3133.476563 48 ) ( 5212.522949 3161.760742 48 ) das_boot/ironwall1 -252 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5188.481934 3140.547852 24 ) ( 5204.038086 3156.104004 49 ) ( 5205.452148 3154.689941 49 ) das_boot/ironwall1 79 236 -44.98 0.249887 0.219849 0 32768 0 +surfaceparm detail +( 5211.109375 3163.175293 24 ) ( 5211.109375 3163.175293 48 ) ( 5182.824707 3134.890625 48 ) das_boot/ironwall1 -157 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5205.452148 3157.518066 24 ) ( 5189.895996 3141.961914 49 ) ( 5199.088379 3148.325928 37 ) common/nodraw 21 -33 -32.56 0.512141 -0.429715 536870912 2224 0 +surfaceparm detail +} +// brush 6 +{ +( 5189.895996 3139.133545 24 ) ( 5191.309570 3140.547607 24 ) ( 5189.895996 3141.961914 24 ) common/nodraw 19 2 -45.01 0.500033 0.500033 536870912 2224 0 +surfaceparm detail +( 5191.309570 3140.547607 24 ) ( 5206.866211 3156.104004 49 ) ( 5205.452148 3157.518066 49 ) das_boot/ironwall1 135 195 -45.10 0.249715 0.220454 0 32768 0 +surfaceparm detail +( 5184.238770 3133.476563 24 ) ( 5184.238770 3133.476563 48 ) ( 5212.522949 3161.760742 48 ) das_boot/ironwall1 -252 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5188.481934 3140.547852 24 ) ( 5204.038086 3156.104004 49 ) ( 5205.452148 3154.689941 49 ) das_boot/ironwall1 79 236 -44.98 0.249887 0.219849 0 32768 0 +surfaceparm detail +( 5211.109375 3163.175293 24 ) ( 5211.109375 3163.175293 48 ) ( 5182.824707 3134.890625 48 ) das_boot/ironwall1 -157 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5188.481934 3140.547852 49 ) ( 5204.038086 3156.104004 24 ) ( 5197.673828 3146.911621 37 ) common/nodraw 15 -26 -32.52 0.512487 -0.429920 536870912 2224 0 +surfaceparm detail +} +// brush 7 +{ +( 5315.760742 3048.624023 49 ) ( 5313.639160 3050.745117 49 ) ( 5305.154297 3042.259766 49 ) common/nodraw 42 61 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( 5305.154297 3042.259766 52 ) ( 5313.639160 3050.745117 52 ) ( 5315.760742 3048.624023 52 ) das_boot/ironwall1 17 187 -44.96 0.249801 0.249973 0 32768 0 +surfaceparm detail +( 5295.961914 3031.653320 52 ) ( 5295.961914 3031.653320 48 ) ( 5295.961914 3033.067383 48 ) common/nodraw -21 -4 0.00 0.707031 0.500000 536870912 2224 0 +surfaceparm detail +( 5295.961914 3031.653320 48 ) ( 5295.961914 3031.653320 52 ) ( 5318.589355 3054.280762 52 ) das_boot/ironwall1 -243 176 0.00 0.177246 0.250000 0 32768 0 +surfaceparm detail +( 5314.346680 3050.038086 48 ) ( 5314.346680 3050.038086 52 ) ( 5312.932129 3050.037842 52 ) common/nodraw -62 -4 0.00 0.706543 0.500000 536870912 2224 0 +surfaceparm detail +( 5313.639160 3050.745117 53 ) ( 5305.154297 3042.259766 53 ) ( 5305.154297 3042.259766 49 ) common/nodraw -26 -4 0.00 0.354004 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( 5197.673828 3148.325684 35 ) ( 5302.325195 3043.673828 35 ) ( 5303.033203 3044.381348 36 ) das_boot/ironwall1 98 183 -45.00 0.249973 0.249973 0 32768 0 +surfaceparm detail +( 5198.380859 3147.618652 37 ) ( 5303.032715 3042.967285 37 ) ( 5302.325684 3042.259766 36 ) das_boot/ironwall1 98 183 -45.00 0.249973 0.249973 0 32768 0 +surfaceparm detail +( 5303.032715 3042.967285 35 ) ( 5198.380859 3147.618652 35 ) ( 5197.673828 3146.911621 36 ) das_boot/ironwall1 98 183 -45.00 0.249973 0.249973 0 32768 0 +surfaceparm detail +( 5300.911621 3043.674072 51 ) ( 5302.326172 3045.088379 51 ) ( 5302.326172 3045.088379 25 ) common/nodraw -15 -6 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +( 5198.381348 3149.033203 36 ) ( 5303.033203 3044.381348 36 ) ( 5302.325195 3043.673828 37 ) das_boot/ironwall1 98 183 -45.00 0.249973 0.249973 0 32768 0 +surfaceparm detail +( 5199.088379 3148.325928 51 ) ( 5197.673828 3146.911621 51 ) ( 5197.673828 3146.911621 25 ) common/nodraw -46 -6 0.00 0.353271 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 9 +{ +( 5308.690430 3051.452393 24 ) ( 5310.104004 3050.038086 24 ) ( 5311.518066 3051.452148 24 ) common/nodraw 42 61 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( 5294.547363 3037.310059 49 ) ( 5295.961426 3035.895752 49 ) ( 5294.547363 3034.481689 49 ) common/nodraw 42 61 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( 5293.133789 3035.895996 49 ) ( 5294.547363 3034.481689 49 ) ( 5310.104004 3050.038086 24 ) das_boot/ironwall1 24 -143 -45.02 0.250060 -0.220453 0 32768 0 +surfaceparm detail +( 5288.890625 3028.824707 48 ) ( 5317.174805 3057.109131 48 ) ( 5317.174805 3057.109131 24 ) das_boot/ironwall1 -76 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5295.961426 3035.895752 49 ) ( 5294.547363 3037.310059 49 ) ( 5310.104004 3052.866455 24 ) das_boot/ironwall1 19 -145 -45.02 0.250060 -0.220280 0 32768 0 +surfaceparm detail +( 5315.761230 3058.523438 48 ) ( 5287.476563 3030.238770 48 ) ( 5287.476563 3030.238770 24 ) das_boot/ironwall1 -114 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +} +// brush 10 +{ +( 5311.518066 3051.452148 49 ) ( 5310.104004 3050.038086 49 ) ( 5308.690430 3051.452393 49 ) common/nodraw 42 61 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( 5295.961426 3035.895752 24 ) ( 5311.518066 3051.452148 49 ) ( 5310.104004 3052.866455 49 ) das_boot/ironwall1 243 34 -44.92 0.250319 0.219590 0 32768 0 +surfaceparm detail +( 5288.890625 3028.824707 24 ) ( 5288.890625 3028.824707 48 ) ( 5317.174805 3057.109131 48 ) das_boot/ironwall1 -76 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5293.133789 3035.895996 24 ) ( 5308.690430 3051.452393 49 ) ( 5310.104004 3050.038086 49 ) das_boot/ironwall1 19 243 -45.02 0.250060 0.219762 0 32768 0 +surfaceparm detail +( 5315.761230 3058.523438 24 ) ( 5315.761230 3058.523438 48 ) ( 5287.476563 3030.238770 48 ) das_boot/ironwall1 -114 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5310.104004 3052.866455 24 ) ( 5294.547363 3037.310059 49 ) ( 5303.740234 3043.674316 37 ) common/nodraw 5 -31 -32.61 0.511861 -0.429246 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( 5294.547363 3034.481689 24 ) ( 5295.961426 3035.895752 24 ) ( 5294.547363 3037.310059 24 ) common/nodraw 42 61 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( 5295.961426 3035.895752 24 ) ( 5311.518066 3051.452148 49 ) ( 5310.104004 3052.866455 49 ) das_boot/ironwall1 243 34 -44.92 0.250319 0.219590 0 32768 0 +surfaceparm detail +( 5288.890625 3028.824707 24 ) ( 5288.890625 3028.824707 48 ) ( 5317.174805 3057.109131 48 ) das_boot/ironwall1 -76 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5293.133789 3035.895996 24 ) ( 5308.690430 3051.452393 49 ) ( 5310.104004 3050.038086 49 ) das_boot/ironwall1 19 243 -45.02 0.250060 0.219762 0 32768 0 +surfaceparm detail +( 5315.761230 3058.523438 24 ) ( 5315.761230 3058.523438 48 ) ( 5287.476563 3030.238770 48 ) das_boot/ironwall1 -114 176 0.00 0.176514 0.250000 0 32768 0 +surfaceparm detail +( 5293.133789 3035.895996 49 ) ( 5308.690430 3051.452393 24 ) ( 5302.325684 3042.259766 37 ) common/nodraw 6 -26 -32.61 0.511861 -0.429509 536870912 2224 0 +surfaceparm detail +} +} +// entity 1418 +{ +"classname" "func_group" +// brush 0 +{ +( -4235.946289 4586.916504 25 ) ( -4349.083496 4700.053711 25 ) ( -4377.367676 4671.769531 25 ) common/nodraw 49 63 -45.00 0.499947 0.499947 536870912 2224 0 +surfaceparm detail +( -4366.054199 4683.083008 28 ) ( -4337.769531 4711.367188 28 ) ( -4224.632813 4598.230469 28 ) interior/manor_woodfloor -22 40 44.99 0.499860 1.000066 0 16384 0 +surfaceparm detail +( -4366.054199 4683.083008 40 ) ( -4252.916992 4569.946289 40 ) ( -4252.916992 4569.946289 8 ) common/nodraw -21 -32 0.00 0.353760 0.500000 536870912 2224 0 +surfaceparm detail +( -4260.695313 4566.410645 41 ) ( -4232.411133 4594.694824 41 ) ( -4232.411133 4594.694824 9 ) common/nodraw -63 -32 0.00 0.353645 0.500000 536870912 2224 0 +surfaceparm detail +( -4235.946289 4586.916504 40 ) ( -4349.083496 4700.053711 40 ) ( -4349.083496 4700.053711 8 ) common/nodraw 25 -30 -180.00 0.354004 -0.500000 536870912 2224 0 +surfaceparm detail +( -4335.648438 4709.246094 32 ) ( -4363.932617 4680.961914 32 ) ( -4363.932617 4680.961914 0 ) common/nodraw 0 -32 0.00 0.353027 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( -4343.426270 4698.639648 25 ) ( -4345.547852 4700.760742 25 ) ( -4350.497559 4695.811523 25 ) common/nodraw 49 63 -45.00 0.499947 0.499947 536870912 2224 0 +surfaceparm detail +( -4350.497559 4695.811523 28 ) ( -4345.547852 4700.760742 28 ) ( -4343.426270 4698.639648 28 ) das_boot/ironwall1 103 74 -44.90 0.250233 0.250232 0 32768 0 +surfaceparm detail +( -4363.932617 4680.961914 29 ) ( -4363.932617 4680.961914 25 ) ( -4365.347168 4680.961914 25 ) common/nodraw -55 11 0.00 0.707031 0.500000 536870912 2224 0 +surfaceparm detail +( -4367.468262 4677.426758 24 ) ( -4367.468262 4677.426758 28 ) ( -4343.426270 4701.467773 28 ) common/nodraw -42 12 0.00 0.354004 0.500000 536870912 2224 0 +surfaceparm detail +( -4346.961914 4697.932617 24 ) ( -4346.961914 4697.932617 28 ) ( -4346.962402 4699.346680 28 ) common/nodraw -23 12 0.00 0.707108 0.500000 536870912 2224 0 +surfaceparm detail +( -4368.882324 4677.426270 28 ) ( -4368.882324 4677.426270 24 ) ( -4343.426758 4702.882324 24 ) das_boot/ironwall1 -125 80 0.00 0.176712 0.250000 0 32768 0 +surfaceparm detail +} +// brush 2 +{ +( -4236.653809 4586.209473 25 ) ( -4349.790527 4699.346680 25 ) ( -4378.074707 4671.062500 25 ) common/nodraw 49 63 -45.00 0.499947 0.499947 536870912 2224 0 +surfaceparm detail +( -4366.761230 4682.375977 28 ) ( -4338.477051 4710.660156 28 ) ( -4225.339355 4597.523438 28 ) das_boot/ironwall1 103 74 -44.90 0.250233 0.250232 0 32768 0 +surfaceparm detail +( -4238.067871 4589.038086 28 ) ( -4238.067871 4589.038086 24 ) ( -4346.961914 4697.932617 24 ) common/nodraw 28 10 -180.00 0.353516 -0.500000 536870912 2224 0 +surfaceparm detail +( -4236.653320 4589.038086 28 ) ( -4236.653320 4589.038086 24 ) ( -4238.067871 4589.038086 24 ) common/nodraw -57 11 0.00 0.707031 0.500000 536870912 2224 0 +surfaceparm detail +( -4236.653320 4589.038086 24 ) ( -4236.653320 4589.038086 28 ) ( -4346.962402 4699.346680 28 ) das_boot/ironwall1 -57 78 0.00 0.176758 0.250000 0 32768 0 +surfaceparm detail +( -4346.962402 4699.346680 24 ) ( -4346.962402 4699.346680 28 ) ( -4346.961914 4697.932617 28 ) common/nodraw -23 12 0.00 0.707108 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( -4232.410645 4593.280762 25 ) ( -4345.547852 4706.417969 25 ) ( -4373.832031 4678.133301 25 ) common/nodraw 49 63 -45.00 0.499947 0.499947 536870912 2224 0 +surfaceparm detail +( -4362.518555 4689.447266 28 ) ( -4334.233887 4717.731445 28 ) ( -4221.097168 4604.594238 28 ) das_boot/ironwall1 103 74 -44.90 0.250233 0.250232 0 32768 0 +surfaceparm detail +( -4368.175293 4683.790039 40 ) ( -4255.038086 4570.653320 40 ) ( -4255.038086 4570.653320 8 ) general_structure/concretewall2 185 -15 -180.00 0.707275 -1 0 0 0 +surfaceparm detail +( -4255.038574 4572.067383 28 ) ( -4255.038574 4572.067383 24 ) ( -4255.038086 4570.653320 24 ) common/nodraw -22 12 0.00 0.707092 0.500000 536870912 2224 0 +surfaceparm detail +( -4252.209961 4569.238770 24 ) ( -4252.209961 4569.238770 28 ) ( -4363.932617 4680.961914 28 ) common/nodraw 44 10 -180.00 0.353516 -0.500000 536870912 2224 0 +surfaceparm detail +( -4363.932617 4680.961914 25 ) ( -4363.932617 4680.961914 29 ) ( -4365.347168 4680.961914 29 ) common/nodraw -55 11 0.00 0.707031 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( -4346.962402 4695.104004 0 ) ( -4345.547363 4693.689941 0 ) ( -4344.133789 4695.104004 0 ) common/nodraw 19 55 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( -4361.104492 4680.961914 25 ) ( -4359.690430 4679.547852 25 ) ( -4361.104004 4678.133301 25 ) common/nodraw 19 55 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( -4362.518555 4679.547852 25 ) ( -4361.104004 4678.133301 25 ) ( -4345.547363 4693.689941 0 ) das_boot/ironwall1 202 -43 -44.92 0.250319 -0.220280 0 32768 0 +surfaceparm detail +( -4366.761230 4672.476563 24 ) ( -4338.476563 4700.760742 24 ) ( -4338.476563 4700.760742 0 ) das_boot/ironwall1 -159 80 0.00 0.176758 0.250000 0 32768 0 +surfaceparm detail +( -4359.690430 4679.547852 25 ) ( -4361.104492 4680.961914 25 ) ( -4345.547852 4696.518555 0 ) das_boot/ironwall1 203 -73 -44.92 0.250319 -0.219935 0 32768 0 +surfaceparm detail +( -4339.891113 4702.175293 24 ) ( -4368.175293 4673.890625 24 ) ( -4368.175293 4673.890625 0 ) das_boot/ironwall1 -113 80 0.00 0.176712 0.250000 0 32768 0 +surfaceparm detail +} +// brush 5 +{ +( -4344.133789 4695.104004 25 ) ( -4345.547363 4693.689941 25 ) ( -4346.962402 4695.104004 25 ) common/nodraw 19 55 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( -4359.690430 4679.547852 0 ) ( -4344.133789 4695.104004 25 ) ( -4345.547852 4696.518555 25 ) das_boot/ironwall1 226 62 -45.02 0.250060 0.219935 0 32768 0 +surfaceparm detail +( -4366.761230 4672.476563 0 ) ( -4366.761230 4672.476563 24 ) ( -4338.476563 4700.760742 24 ) das_boot/ironwall1 -159 80 0.00 0.176758 0.250000 0 32768 0 +surfaceparm detail +( -4362.518555 4679.547852 0 ) ( -4346.962402 4695.104004 25 ) ( -4345.547363 4693.689941 25 ) das_boot/ironwall1 19 59 -45.04 0.249455 0.220108 0 32768 0 +surfaceparm detail +( -4339.891113 4702.175293 0 ) ( -4339.891113 4702.175293 24 ) ( -4368.175293 4673.890625 24 ) das_boot/ironwall1 -113 80 0.00 0.176712 0.250000 0 32768 0 +surfaceparm detail +( -4345.547852 4696.518555 0 ) ( -4361.104492 4680.961914 25 ) ( -4351.911621 4687.326172 13 ) common/nodraw 38 -41 -32.59 0.511729 -0.429618 536870912 2224 0 +surfaceparm detail +} +// brush 6 +{ +( -4361.104004 4678.133301 0 ) ( -4359.690430 4679.547852 0 ) ( -4361.104492 4680.961914 0 ) common/nodraw 19 55 -45.00 0.499947 0.500464 536870912 2224 0 +surfaceparm detail +( -4359.690430 4679.547852 0 ) ( -4344.133789 4695.104004 25 ) ( -4345.547852 4696.518555 25 ) das_boot/ironwall1 226 62 -45.02 0.250060 0.219935 0 32768 0 +surfaceparm detail +( -4366.761230 4672.476563 0 ) ( -4366.761230 4672.476563 24 ) ( -4338.476563 4700.760742 24 ) das_boot/ironwall1 -159 80 0.00 0.176758 0.250000 0 32768 0 +surfaceparm detail +( -4362.518555 4679.547852 0 ) ( -4346.962402 4695.104004 25 ) ( -4345.547363 4693.689941 25 ) das_boot/ironwall1 19 59 -45.04 0.249455 0.220108 0 32768 0 +surfaceparm detail +( -4339.891113 4702.175293 0 ) ( -4339.891113 4702.175293 24 ) ( -4368.175293 4673.890625 24 ) das_boot/ironwall1 -113 80 0.00 0.176712 0.250000 0 32768 0 +surfaceparm detail +( -4362.518555 4679.547852 25 ) ( -4346.962402 4695.104004 0 ) ( -4353.326172 4685.911621 13 ) common/nodraw 39 -32 -32.59 0.511729 -0.429824 536870912 2224 0 +surfaceparm detail +} +// brush 7 +{ +( -4235.238770 4587.624023 25 ) ( -4237.360840 4589.745117 25 ) ( -4245.845703 4581.259766 25 ) common/nodraw 49 63 -45.00 0.499947 0.499947 536870912 2224 0 +surfaceparm detail +( -4245.845703 4581.259766 28 ) ( -4237.360840 4589.745117 28 ) ( -4235.238770 4587.624023 28 ) das_boot/ironwall1 103 74 -44.90 0.250233 0.250232 0 32768 0 +surfaceparm detail +( -4255.038086 4570.653320 28 ) ( -4255.038086 4570.653320 24 ) ( -4255.038574 4572.067383 24 ) common/nodraw -22 12 0.00 0.707092 0.500000 536870912 2224 0 +surfaceparm detail +( -4255.038086 4570.653320 24 ) ( -4255.038086 4570.653320 28 ) ( -4232.410645 4593.280762 28 ) das_boot/ironwall1 -203 80 0.00 0.177055 0.250000 0 32768 0 +surfaceparm detail +( -4236.653320 4589.038086 24 ) ( -4236.653320 4589.038086 28 ) ( -4238.067871 4589.038086 28 ) common/nodraw -57 11 0.00 0.707031 0.500000 536870912 2224 0 +surfaceparm detail +( -4237.360840 4589.745117 29 ) ( -4245.845703 4581.259766 29 ) ( -4245.845703 4581.259766 25 ) common/nodraw -43 12 0.00 0.353302 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( -4353.326172 4687.325684 11 ) ( -4248.674316 4582.673828 11 ) ( -4247.966797 4583.381348 12 ) das_boot/ironwall1 251 82 -45.04 0.249455 0.249887 0 32768 0 +surfaceparm detail +( -4352.619141 4686.618652 13 ) ( -4247.966797 4581.966797 13 ) ( -4248.674316 4581.259766 12 ) das_boot/ironwall1 251 82 -45.04 0.249455 0.249887 0 32768 0 +surfaceparm detail +( -4247.966797 4581.966797 11 ) ( -4352.619141 4686.618652 11 ) ( -4353.326172 4685.911621 12 ) das_boot/ironwall1 251 82 -45.04 0.249455 0.249887 0 32768 0 +surfaceparm detail +( -4250.088379 4582.673828 27 ) ( -4248.674316 4584.088379 27 ) ( -4248.674316 4584.088379 1 ) common/nodraw -50 10 0.00 0.353294 0.500000 536870912 2224 0 +surfaceparm detail +( -4352.618652 4688.033203 12 ) ( -4247.966797 4583.381348 12 ) ( -4248.674316 4582.673828 13 ) das_boot/ironwall1 251 82 -45.04 0.249455 0.249887 0 32768 0 +surfaceparm detail +( -4351.911621 4687.326172 27 ) ( -4353.326172 4685.911621 27 ) ( -4353.326172 4685.911621 1 ) common/nodraw -44 10 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 9 +{ +( -4242.310059 4590.452148 0 ) ( -4240.895996 4589.038086 0 ) ( -4239.481934 4590.452148 0 ) common/nodraw 49 63 -45.00 0.499947 0.499947 536870912 2224 0 +surfaceparm detail +( -4256.452637 4576.310059 25 ) ( -4255.038086 4574.895508 25 ) ( -4256.452637 4573.481445 25 ) common/nodraw 49 63 -45.00 0.499947 0.499947 536870912 2224 0 +surfaceparm detail +( -4257.866699 4574.895996 25 ) ( -4256.452637 4573.481445 25 ) ( -4240.895996 4589.038086 0 ) das_boot/ironwall1 123 -62 -44.90 0.250233 -0.220022 0 32768 0 +surfaceparm detail +( -4262.109375 4567.824707 24 ) ( -4233.825195 4596.109375 24 ) ( -4233.825195 4596.109375 0 ) das_boot/ironwall1 -187 80 0.00 0.177055 0.250000 0 32768 0 +surfaceparm detail +( -4255.038086 4574.895508 25 ) ( -4256.452637 4576.310059 25 ) ( -4240.895996 4591.866211 0 ) das_boot/ironwall1 148 -253 -45.02 0.250060 -0.219849 0 32768 0 +surfaceparm detail +( -4235.239258 4597.523438 24 ) ( -4263.523438 4569.239258 24 ) ( -4263.523438 4569.239258 0 ) das_boot/ironwall1 -148 80 0.00 0.176239 0.250000 0 32768 0 +surfaceparm detail +} +// brush 10 +{ +( -4239.481934 4590.452148 25 ) ( -4240.895996 4589.038086 25 ) ( -4242.310059 4590.452148 25 ) common/nodraw 49 63 -45.00 0.499947 0.499947 536870912 2224 0 +surfaceparm detail +( -4255.038086 4574.895508 0 ) ( -4239.481934 4590.452148 25 ) ( -4240.895996 4591.866211 25 ) das_boot/ironwall1 169 102 -44.96 0.249801 0.219763 0 32768 0 +surfaceparm detail +( -4262.109375 4567.824707 0 ) ( -4262.109375 4567.824707 24 ) ( -4233.825195 4596.109375 24 ) das_boot/ironwall1 -187 80 0.00 0.177055 0.250000 0 32768 0 +surfaceparm detail +( -4257.866699 4574.895996 0 ) ( -4242.310059 4590.452148 25 ) ( -4240.895996 4589.038086 25 ) das_boot/ironwall1 148 54 -45.02 0.250060 0.220194 0 32768 0 +surfaceparm detail +( -4235.239258 4597.523438 0 ) ( -4235.239258 4597.523438 24 ) ( -4263.523438 4569.239258 24 ) das_boot/ironwall1 -148 80 0.00 0.176239 0.250000 0 32768 0 +surfaceparm detail +( -4240.895996 4591.866211 0 ) ( -4256.452637 4576.310059 25 ) ( -4247.260254 4582.674316 13 ) common/nodraw 13 -27 -32.59 0.511729 -0.429824 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( -4256.452637 4573.481445 0 ) ( -4255.038086 4574.895508 0 ) ( -4256.452637 4576.310059 0 ) common/nodraw 49 63 -45.00 0.499947 0.499947 536870912 2224 0 +surfaceparm detail +( -4255.038086 4574.895508 0 ) ( -4239.481934 4590.452148 25 ) ( -4240.895996 4591.866211 25 ) das_boot/ironwall1 169 102 -44.96 0.249801 0.219763 0 32768 0 +surfaceparm detail +( -4262.109375 4567.824707 0 ) ( -4262.109375 4567.824707 24 ) ( -4233.825195 4596.109375 24 ) das_boot/ironwall1 -187 80 0.00 0.177055 0.250000 0 32768 0 +surfaceparm detail +( -4257.866699 4574.895996 0 ) ( -4242.310059 4590.452148 25 ) ( -4240.895996 4589.038086 25 ) das_boot/ironwall1 148 54 -45.02 0.250060 0.220194 0 32768 0 +surfaceparm detail +( -4235.239258 4597.523438 0 ) ( -4235.239258 4597.523438 24 ) ( -4263.523438 4569.239258 24 ) das_boot/ironwall1 -148 80 0.00 0.176239 0.250000 0 32768 0 +surfaceparm detail +( -4257.866699 4574.895996 25 ) ( -4242.310059 4590.452148 0 ) ( -4248.674316 4581.259766 13 ) common/nodraw 13 -21 -32.59 0.511729 -0.429824 536870912 2224 0 +surfaceparm detail +} +} +// entity 1419 +{ +"classname" "func_group" +// brush 0 +{ +( -4283.843750 4392.127441 25 ) ( -4396.980957 4278.990723 25 ) ( -4368.696289 4250.706055 25 ) common/nodraw -2 60 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4380.010254 4262.019531 28 ) ( -4408.293945 4290.304688 28 ) ( -4295.157715 4403.440918 28 ) interior/manor_woodfloor -13 -129 134.98 0.500119 0.999634 0 16384 0 +surfaceparm detail +( -4380.010254 4262.019531 40 ) ( -4266.872559 4375.157227 40 ) ( -4266.872559 4375.157227 8 ) common/nodraw -47 -32 0.00 0.354004 0.500000 536870912 2224 0 +surfaceparm detail +( -4263.337402 4367.378906 41 ) ( -4291.622559 4395.662598 41 ) ( -4291.622559 4395.662598 9 ) common/nodraw 40 -31 -180.00 0.354004 -0.500000 536870912 2224 0 +surfaceparm detail +( -4283.843750 4392.127441 40 ) ( -4396.980957 4278.990723 40 ) ( -4396.980957 4278.990723 8 ) common/nodraw -57 -31 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +( -4406.172852 4292.425781 32 ) ( -4377.889160 4264.141113 32 ) ( -4377.889160 4264.141113 0 ) common/nodraw -48 -32 0.00 0.353088 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( -4395.566895 4284.647461 25 ) ( -4397.687988 4282.525879 25 ) ( -4392.738281 4277.576172 25 ) common/nodraw -2 60 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4392.738281 4277.576172 28 ) ( -4397.687988 4282.525879 28 ) ( -4395.566895 4284.647461 28 ) das_boot/ironwall1 -96 52 45.14 0.250578 0.249974 0 32768 0 +surfaceparm detail +( -4377.889160 4264.141113 29 ) ( -4377.889160 4264.141113 25 ) ( -4377.888672 4262.727051 25 ) common/nodraw -38 11 0.00 0.706848 0.500000 536870912 2224 0 +surfaceparm detail +( -4374.353516 4260.605957 24 ) ( -4374.353516 4260.605957 28 ) ( -4398.394531 4284.647949 28 ) common/nodraw -49 12 0.00 0.354645 0.500000 536870912 2224 0 +surfaceparm detail +( -4394.859863 4281.111816 24 ) ( -4394.859863 4281.111816 28 ) ( -4396.273926 4281.111328 28 ) common/nodraw 27 11 -180.00 0.707031 -0.500000 536870912 2224 0 +surfaceparm detail +( -4374.353516 4259.191406 28 ) ( -4374.353516 4259.191406 24 ) ( -4399.809082 4284.647461 24 ) das_boot/ironwall1 -63 80 0.00 0.176697 0.250000 0 32768 0 +surfaceparm detail +} +// brush 2 +{ +( -4283.136719 4391.419922 25 ) ( -4396.273438 4278.283203 25 ) ( -4367.989258 4249.999023 25 ) common/nodraw -2 60 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4379.303223 4261.312500 28 ) ( -4407.587402 4289.597168 28 ) ( -4294.450684 4402.734375 28 ) das_boot/ironwall1 -96 52 45.14 0.250578 0.249974 0 32768 0 +surfaceparm detail +( -4285.964844 4390.006348 28 ) ( -4285.964844 4390.006348 24 ) ( -4394.859863 4281.111816 24 ) common/nodraw -60 11 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +( -4285.965332 4391.420898 28 ) ( -4285.965332 4391.420898 24 ) ( -4285.964844 4390.006348 24 ) common/nodraw -44 11 0.00 0.706604 0.500000 536870912 2224 0 +surfaceparm detail +( -4285.965332 4391.420898 24 ) ( -4285.965332 4391.420898 28 ) ( -4396.273926 4281.111328 28 ) das_boot/ironwall1 -228 78 0.00 0.176758 0.250000 0 32768 0 +surfaceparm detail +( -4396.273926 4281.111328 24 ) ( -4396.273926 4281.111328 28 ) ( -4394.859863 4281.111816 28 ) common/nodraw 27 11 -180.00 0.707031 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( -4290.208008 4395.663086 25 ) ( -4403.344727 4282.526367 25 ) ( -4375.060547 4254.241699 25 ) common/nodraw -2 60 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4386.374512 4265.555664 28 ) ( -4414.658203 4293.840332 28 ) ( -4301.520996 4406.977051 28 ) das_boot/ironwall1 -96 52 45.14 0.250578 0.249974 0 32768 0 +surfaceparm detail +( -4380.717285 4259.898438 40 ) ( -4267.580078 4373.036133 40 ) ( -4267.580078 4373.036133 8 ) general_structure/concretewall2 97 -14 -180.00 0.707275 -0.999998 0 0 0 +surfaceparm detail +( -4268.995117 4373.035156 28 ) ( -4268.995117 4373.035156 24 ) ( -4267.580078 4373.036133 24 ) common/nodraw 16 10 -180.00 0.705566 -0.500000 536870912 2224 0 +surfaceparm detail +( -4266.166504 4375.863770 24 ) ( -4266.166504 4375.863770 28 ) ( -4377.889160 4264.141113 28 ) common/nodraw -44 11 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +( -4377.889160 4264.141113 25 ) ( -4377.889160 4264.141113 29 ) ( -4377.888672 4262.727051 29 ) common/nodraw -38 11 0.00 0.706848 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( -4392.031250 4281.111328 0 ) ( -4390.616699 4282.526855 0 ) ( -4392.031250 4283.940430 0 ) common/nodraw -17 42 45.02 0.499429 0.500205 536870912 2224 0 +surfaceparm detail +( -4377.888672 4266.969727 25 ) ( -4376.474121 4268.383789 25 ) ( -4375.060059 4266.970215 25 ) common/nodraw -17 42 45.02 0.499429 0.500205 536870912 2224 0 +surfaceparm detail +( -4376.474609 4265.555664 25 ) ( -4375.060059 4266.970215 25 ) ( -4390.616699 4282.526855 0 ) das_boot/ironwall1 -53 -18 45.20 0.250147 -0.220453 0 32768 0 +surfaceparm detail +( -4369.403809 4261.312500 24 ) ( -4397.687500 4289.597656 24 ) ( -4397.687500 4289.597656 0 ) das_boot/ironwall1 -130 80 0.00 0.176575 0.250000 0 32768 0 +surfaceparm detail +( -4376.474121 4268.383789 25 ) ( -4377.888672 4266.969727 25 ) ( -4393.445313 4282.526367 0 ) das_boot/ironwall1 -36 -169 45.12 0.249801 -0.219762 0 32768 0 +surfaceparm detail +( -4399.102051 4288.183105 24 ) ( -4370.817871 4259.898438 24 ) ( -4370.817871 4259.898438 0 ) das_boot/ironwall1 -71 80 0.00 0.176727 0.250000 0 32768 0 +surfaceparm detail +} +// brush 5 +{ +( -4392.031250 4283.940430 25 ) ( -4390.616699 4282.526855 25 ) ( -4392.031250 4281.111328 25 ) common/nodraw -17 42 45.02 0.499429 0.500205 536870912 2224 0 +surfaceparm detail +( -4376.474121 4268.383789 0 ) ( -4392.031250 4283.940430 25 ) ( -4393.445313 4282.526367 25 ) das_boot/ironwall1 -228 148 44.98 0.250578 0.220539 0 32768 0 +surfaceparm detail +( -4369.403809 4261.312500 0 ) ( -4369.403809 4261.312500 24 ) ( -4397.687500 4289.597656 24 ) das_boot/ironwall1 -130 80 0.00 0.176575 0.250000 0 32768 0 +surfaceparm detail +( -4376.474609 4265.555664 0 ) ( -4392.031250 4281.111328 25 ) ( -4390.616699 4282.526855 25 ) das_boot/ironwall1 -50 202 45.08 0.249628 0.219762 0 32768 0 +surfaceparm detail +( -4399.102051 4288.183105 0 ) ( -4399.102051 4288.183105 24 ) ( -4370.817871 4259.898438 24 ) das_boot/ironwall1 -71 80 0.00 0.176727 0.250000 0 32768 0 +surfaceparm detail +( -4393.445313 4282.526367 0 ) ( -4377.888672 4266.969727 25 ) ( -4384.252441 4276.162598 13 ) common/nodraw -15 -31 57.35 0.512330 -0.429920 536870912 2224 0 +surfaceparm detail +} +// brush 6 +{ +( -4375.060059 4266.970215 0 ) ( -4376.474121 4268.383789 0 ) ( -4377.888672 4266.969727 0 ) common/nodraw -17 42 45.02 0.499429 0.500205 536870912 2224 0 +surfaceparm detail +( -4376.474121 4268.383789 0 ) ( -4392.031250 4283.940430 25 ) ( -4393.445313 4282.526367 25 ) das_boot/ironwall1 -228 148 44.98 0.250578 0.220539 0 32768 0 +surfaceparm detail +( -4369.403809 4261.312500 0 ) ( -4369.403809 4261.312500 24 ) ( -4397.687500 4289.597656 24 ) das_boot/ironwall1 -130 80 0.00 0.176575 0.250000 0 32768 0 +surfaceparm detail +( -4376.474609 4265.555664 0 ) ( -4392.031250 4281.111328 25 ) ( -4390.616699 4282.526855 25 ) das_boot/ironwall1 -50 202 45.08 0.249628 0.219762 0 32768 0 +surfaceparm detail +( -4399.102051 4288.183105 0 ) ( -4399.102051 4288.183105 24 ) ( -4370.817871 4259.898438 24 ) das_boot/ironwall1 -71 80 0.00 0.176727 0.250000 0 32768 0 +surfaceparm detail +( -4376.474609 4265.555664 25 ) ( -4392.031250 4281.111328 0 ) ( -4382.838867 4274.748047 13 ) common/nodraw -42 -10 57.41 0.511289 -0.430052 536870912 2224 0 +surfaceparm detail +} +// brush 7 +{ +( -4284.550781 4392.835449 25 ) ( -4286.671875 4390.713379 25 ) ( -4278.187012 4382.228027 25 ) common/nodraw -2 60 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4278.187012 4382.228027 28 ) ( -4286.671875 4390.713379 28 ) ( -4284.550781 4392.835449 28 ) das_boot/ironwall1 -96 52 45.14 0.250578 0.249974 0 32768 0 +surfaceparm detail +( -4267.580078 4373.036133 28 ) ( -4267.580078 4373.036133 24 ) ( -4268.995117 4373.035156 24 ) common/nodraw 16 10 -180.00 0.705566 -0.500000 536870912 2224 0 +surfaceparm detail +( -4267.580078 4373.036133 24 ) ( -4267.580078 4373.036133 28 ) ( -4290.208008 4395.663086 28 ) das_boot/ironwall1 0 79 -180.00 0.177246 -0.250000 0 32768 0 +surfaceparm detail +( -4285.965332 4391.420898 24 ) ( -4285.965332 4391.420898 28 ) ( -4285.964844 4390.006348 28 ) common/nodraw -44 11 0.00 0.706604 0.500000 536870912 2224 0 +surfaceparm detail +( -4286.671875 4390.713379 29 ) ( -4278.187012 4382.228027 29 ) ( -4278.187012 4382.228027 25 ) common/nodraw -48 12 0.00 0.353455 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( -4384.252930 4274.748047 11 ) ( -4279.600586 4379.399902 11 ) ( -4280.308105 4380.107422 12 ) das_boot/ironwall1 -5 126 45.06 0.249542 0.249369 0 32768 0 +surfaceparm detail +( -4383.545898 4275.455078 13 ) ( -4278.893555 4380.107422 13 ) ( -4278.187012 4379.399414 12 ) das_boot/ironwall1 -5 126 45.06 0.249542 0.249369 0 32768 0 +surfaceparm detail +( -4278.893555 4380.107422 11 ) ( -4383.545898 4275.455078 11 ) ( -4382.838867 4274.748047 12 ) das_boot/ironwall1 -157 134 44.92 0.250319 0.249973 0 32768 0 +surfaceparm detail +( -4279.601074 4377.985352 27 ) ( -4281.015137 4379.399414 27 ) ( -4281.015137 4379.399414 1 ) common/nodraw 30 9 -180.00 0.353027 -0.500000 536870912 2224 0 +surfaceparm detail +( -4384.959961 4275.455078 12 ) ( -4280.308105 4380.107422 12 ) ( -4279.600586 4379.399902 13 ) das_boot/ironwall1 -5 126 45.06 0.249542 0.249369 0 32768 0 +surfaceparm detail +( -4384.252441 4276.162598 27 ) ( -4382.838867 4274.748047 27 ) ( -4382.838867 4274.748047 1 ) common/nodraw -28 10 0.00 0.353180 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 9 +{ +( -4287.378906 4385.764648 0 ) ( -4285.965332 4387.177734 0 ) ( -4287.379395 4388.591797 0 ) common/nodraw -2 60 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4273.236816 4371.621094 25 ) ( -4271.822266 4373.036133 25 ) ( -4270.408203 4371.621582 25 ) common/nodraw -2 60 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4271.822754 4370.207031 25 ) ( -4270.408203 4371.621582 25 ) ( -4285.965332 4387.177734 0 ) das_boot/ironwall1 -65 -162 45.10 0.250405 -0.219935 0 32768 0 +surfaceparm detail +( -4264.751953 4365.964844 24 ) ( -4293.036133 4394.249023 24 ) ( -4293.036133 4394.249023 0 ) das_boot/ironwall1 -60 80 0.00 0.177124 0.250000 0 32768 0 +surfaceparm detail +( -4271.822266 4373.036133 25 ) ( -4273.236816 4371.621094 25 ) ( -4288.792969 4387.178711 0 ) das_boot/ironwall1 -246 -245 44.90 0.249542 -0.219418 0 32768 0 +surfaceparm detail +( -4294.450195 4392.834961 24 ) ( -4266.165527 4364.550781 24 ) ( -4266.165527 4364.550781 0 ) das_boot/ironwall1 222 79 -180.00 0.175781 -0.250000 0 32768 0 +surfaceparm detail +} +// brush 10 +{ +( -4287.379395 4388.591797 25 ) ( -4285.965332 4387.177734 25 ) ( -4287.378906 4385.764648 25 ) common/nodraw -2 60 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4271.822266 4373.036133 0 ) ( -4287.379395 4388.591797 25 ) ( -4288.792969 4387.178711 25 ) das_boot/ironwall1 -163 50 45.04 0.249455 0.219417 0 32768 0 +surfaceparm detail +( -4264.751953 4365.964844 0 ) ( -4264.751953 4365.964844 24 ) ( -4293.036133 4394.249023 24 ) das_boot/ironwall1 -60 80 0.00 0.177124 0.250000 0 32768 0 +surfaceparm detail +( -4271.822754 4370.207031 0 ) ( -4287.378906 4385.764648 25 ) ( -4285.965332 4387.177734 25 ) das_boot/ironwall1 -45 176 44.98 0.250578 0.220453 0 32768 0 +surfaceparm detail +( -4294.450195 4392.834961 0 ) ( -4294.450195 4392.834961 24 ) ( -4266.165527 4364.550781 24 ) das_boot/ironwall1 222 79 -180.00 0.175781 -0.250000 0 32768 0 +surfaceparm detail +( -4288.792969 4387.178711 0 ) ( -4273.236816 4371.621094 25 ) ( -4279.601074 4380.813965 13 ) common/nodraw -5 -10 57.45 0.511907 -0.429377 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( -4270.408203 4371.621582 0 ) ( -4271.822266 4373.036133 0 ) ( -4273.236816 4371.621094 0 ) common/nodraw -2 60 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4271.822266 4373.036133 0 ) ( -4287.379395 4388.591797 25 ) ( -4288.792969 4387.178711 25 ) das_boot/ironwall1 -163 50 45.04 0.249455 0.219417 0 32768 0 +surfaceparm detail +( -4264.751953 4365.964844 0 ) ( -4264.751953 4365.964844 24 ) ( -4293.036133 4394.249023 24 ) das_boot/ironwall1 -60 80 0.00 0.177124 0.250000 0 32768 0 +surfaceparm detail +( -4271.822754 4370.207031 0 ) ( -4287.378906 4385.764648 25 ) ( -4285.965332 4387.177734 25 ) das_boot/ironwall1 -45 176 44.98 0.250578 0.220453 0 32768 0 +surfaceparm detail +( -4294.450195 4392.834961 0 ) ( -4294.450195 4392.834961 24 ) ( -4266.165527 4364.550781 24 ) das_boot/ironwall1 222 79 -180.00 0.175781 -0.250000 0 32768 0 +surfaceparm detail +( -4271.822754 4370.207031 25 ) ( -4287.378906 4385.764648 0 ) ( -4278.187012 4379.399414 13 ) common/nodraw -61 -63 57.41 0.512169 -0.429855 536870912 2224 0 +surfaceparm detail +} +} +// entity 1420 +{ +"classname" "func_group" +// brush 0 +{ +( -4218.843750 4319.127441 25 ) ( -4331.980957 4205.990723 25 ) ( -4303.696289 4177.706055 25 ) common/nodraw -55 57 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4315.010254 4189.019531 28 ) ( -4343.293945 4217.304688 28 ) ( -4230.157715 4330.440918 28 ) interior/manor_woodfloor -74 -124 134.98 0.500119 0.999634 0 16384 0 +surfaceparm detail +( -4315.010254 4189.019531 40 ) ( -4201.872559 4302.157227 40 ) ( -4201.872559 4302.157227 8 ) common/nodraw -38 -32 0.00 0.354004 0.500000 536870912 2224 0 +surfaceparm detail +( -4198.337402 4294.378906 41 ) ( -4226.622559 4322.662598 41 ) ( -4226.622559 4322.662598 9 ) common/nodraw 31 -31 -180.00 0.354004 -0.500000 536870912 2224 0 +surfaceparm detail +( -4218.843750 4319.127441 40 ) ( -4331.980957 4205.990723 40 ) ( -4331.980957 4205.990723 8 ) common/nodraw -49 -31 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +( -4341.172852 4219.425781 32 ) ( -4312.889160 4191.141113 32 ) ( -4312.889160 4191.141113 0 ) common/nodraw -34 -32 0.00 0.353088 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( -4330.566895 4211.647461 25 ) ( -4332.687988 4209.525879 25 ) ( -4327.738281 4204.576172 25 ) common/nodraw -55 57 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4327.738281 4204.576172 28 ) ( -4332.687988 4209.525879 28 ) ( -4330.566895 4211.647461 28 ) das_boot/ironwall1 -73 174 45.14 0.250578 0.249974 0 32768 0 +surfaceparm detail +( -4312.889160 4191.141113 29 ) ( -4312.889160 4191.141113 25 ) ( -4312.888672 4189.727051 25 ) common/nodraw -63 11 0.00 0.706848 0.500000 536870912 2224 0 +surfaceparm detail +( -4309.353516 4187.605957 24 ) ( -4309.353516 4187.605957 28 ) ( -4333.394531 4211.647949 28 ) common/nodraw -36 12 0.00 0.354645 0.500000 536870912 2224 0 +surfaceparm detail +( -4329.859863 4208.111816 24 ) ( -4329.859863 4208.111816 28 ) ( -4331.273926 4208.111328 28 ) common/nodraw 55 10 -180.00 0.707031 -0.500000 536870912 2224 0 +surfaceparm detail +( -4309.353516 4186.191406 28 ) ( -4309.353516 4186.191406 24 ) ( -4334.809082 4211.647461 24 ) das_boot/ironwall1 -162 80 0.00 0.176697 0.250000 0 32768 0 +surfaceparm detail +} +// brush 2 +{ +( -4218.136719 4318.419922 25 ) ( -4331.273438 4205.283203 25 ) ( -4302.989258 4176.999023 25 ) common/nodraw -55 57 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4314.303223 4188.312500 28 ) ( -4342.587402 4216.597168 28 ) ( -4229.450684 4329.734375 28 ) das_boot/ironwall1 -73 174 45.14 0.250578 0.249974 0 32768 0 +surfaceparm detail +( -4220.964844 4317.006348 28 ) ( -4220.964844 4317.006348 24 ) ( -4329.859863 4208.111816 24 ) common/nodraw -52 11 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +( -4220.965332 4318.420898 28 ) ( -4220.965332 4318.420898 24 ) ( -4220.964844 4317.006348 24 ) common/nodraw -5 11 0.00 0.706604 0.500000 536870912 2224 0 +surfaceparm detail +( -4220.965332 4318.420898 24 ) ( -4220.965332 4318.420898 28 ) ( -4331.273926 4208.111328 28 ) das_boot/ironwall1 -72 78 0.00 0.176758 0.250000 0 32768 0 +surfaceparm detail +( -4331.273926 4208.111328 24 ) ( -4331.273926 4208.111328 28 ) ( -4329.859863 4208.111816 28 ) common/nodraw 55 10 -180.00 0.707031 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( -4225.208008 4322.663086 25 ) ( -4338.344727 4209.526367 25 ) ( -4310.060547 4181.241699 25 ) common/nodraw -55 57 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4321.374512 4192.555664 28 ) ( -4349.658203 4220.840332 28 ) ( -4236.520996 4333.977051 28 ) das_boot/ironwall1 -73 174 45.14 0.250578 0.249974 0 32768 0 +surfaceparm detail +( -4315.717285 4186.898438 40 ) ( -4202.580078 4300.036133 40 ) ( -4202.580078 4300.036133 8 ) general_structure/concretewall2 250 -14 -180.00 0.707275 -0.999998 0 0 0 +surfaceparm detail +( -4203.995117 4300.035156 28 ) ( -4203.995117 4300.035156 24 ) ( -4202.580078 4300.036133 24 ) common/nodraw 44 9 -180.00 0.705566 -0.500000 536870912 2224 0 +surfaceparm detail +( -4201.166504 4302.863770 24 ) ( -4201.166504 4302.863770 28 ) ( -4312.889160 4191.141113 28 ) common/nodraw -35 11 0.00 0.353516 0.500000 536870912 2224 0 +surfaceparm detail +( -4312.889160 4191.141113 25 ) ( -4312.889160 4191.141113 29 ) ( -4312.888672 4189.727051 29 ) common/nodraw -63 11 0.00 0.706848 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( -4327.031250 4208.111328 0 ) ( -4325.616699 4209.526855 0 ) ( -4327.031250 4210.940430 0 ) common/nodraw -6 39 45.02 0.499429 0.500205 536870912 2224 0 +surfaceparm detail +( -4312.888672 4193.969727 25 ) ( -4311.474121 4195.383789 25 ) ( -4310.060059 4193.970215 25 ) common/nodraw -6 39 45.02 0.499429 0.500205 536870912 2224 0 +surfaceparm detail +( -4311.474609 4192.555664 25 ) ( -4310.060059 4193.970215 25 ) ( -4325.616699 4209.526855 0 ) das_boot/ironwall1 -30 -88 45.20 0.250147 -0.220453 0 32768 0 +surfaceparm detail +( -4304.403809 4188.312500 24 ) ( -4332.687500 4216.597656 24 ) ( -4332.687500 4216.597656 0 ) das_boot/ironwall1 -229 80 0.00 0.176575 0.250000 0 32768 0 +surfaceparm detail +( -4311.474121 4195.383789 25 ) ( -4312.888672 4193.969727 25 ) ( -4328.445313 4209.526367 0 ) das_boot/ironwall1 -13 -238 45.12 0.249801 -0.219762 0 32768 0 +surfaceparm detail +( -4334.102051 4215.183105 24 ) ( -4305.817871 4186.898438 24 ) ( -4305.817871 4186.898438 0 ) das_boot/ironwall1 -170 80 0.00 0.176727 0.250000 0 32768 0 +surfaceparm detail +} +// brush 5 +{ +( -4327.031250 4210.940430 25 ) ( -4325.616699 4209.526855 25 ) ( -4327.031250 4208.111328 25 ) common/nodraw -6 39 45.02 0.499429 0.500205 536870912 2224 0 +surfaceparm detail +( -4311.474121 4195.383789 0 ) ( -4327.031250 4210.940430 25 ) ( -4328.445313 4209.526367 25 ) das_boot/ironwall1 -206 218 44.98 0.250578 0.220539 0 32768 0 +surfaceparm detail +( -4304.403809 4188.312500 0 ) ( -4304.403809 4188.312500 24 ) ( -4332.687500 4216.597656 24 ) das_boot/ironwall1 -229 80 0.00 0.176575 0.250000 0 32768 0 +surfaceparm detail +( -4311.474609 4192.555664 0 ) ( -4327.031250 4208.111328 25 ) ( -4325.616699 4209.526855 25 ) das_boot/ironwall1 -27 15 45.08 0.249628 0.219762 0 32768 0 +surfaceparm detail +( -4334.102051 4215.183105 0 ) ( -4334.102051 4215.183105 24 ) ( -4305.817871 4186.898438 24 ) das_boot/ironwall1 -170 80 0.00 0.176727 0.250000 0 32768 0 +surfaceparm detail +( -4328.445313 4209.526367 0 ) ( -4312.888672 4193.969727 25 ) ( -4319.252441 4203.162598 13 ) common/nodraw -28 -5 57.35 0.512330 -0.429920 536870912 2224 0 +surfaceparm detail +} +// brush 6 +{ +( -4310.060059 4193.970215 0 ) ( -4311.474121 4195.383789 0 ) ( -4312.888672 4193.969727 0 ) common/nodraw -6 39 45.02 0.499429 0.500205 536870912 2224 0 +surfaceparm detail +( -4311.474121 4195.383789 0 ) ( -4327.031250 4210.940430 25 ) ( -4328.445313 4209.526367 25 ) das_boot/ironwall1 -206 218 44.98 0.250578 0.220539 0 32768 0 +surfaceparm detail +( -4304.403809 4188.312500 0 ) ( -4304.403809 4188.312500 24 ) ( -4332.687500 4216.597656 24 ) das_boot/ironwall1 -229 80 0.00 0.176575 0.250000 0 32768 0 +surfaceparm detail +( -4311.474609 4192.555664 0 ) ( -4327.031250 4208.111328 25 ) ( -4325.616699 4209.526855 25 ) das_boot/ironwall1 -27 15 45.08 0.249628 0.219762 0 32768 0 +surfaceparm detail +( -4334.102051 4215.183105 0 ) ( -4334.102051 4215.183105 24 ) ( -4305.817871 4186.898438 24 ) das_boot/ironwall1 -170 80 0.00 0.176727 0.250000 0 32768 0 +surfaceparm detail +( -4311.474609 4192.555664 25 ) ( -4327.031250 4208.111328 0 ) ( -4317.838867 4201.748047 13 ) common/nodraw -55 -47 57.41 0.511289 -0.430052 536870912 2224 0 +surfaceparm detail +} +// brush 7 +{ +( -4219.550781 4319.835449 25 ) ( -4221.671875 4317.713379 25 ) ( -4213.187012 4309.228027 25 ) common/nodraw -55 57 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4213.187012 4309.228027 28 ) ( -4221.671875 4317.713379 28 ) ( -4219.550781 4319.835449 28 ) das_boot/ironwall1 -73 174 45.14 0.250578 0.249974 0 32768 0 +surfaceparm detail +( -4202.580078 4300.036133 28 ) ( -4202.580078 4300.036133 24 ) ( -4203.995117 4300.035156 24 ) common/nodraw 44 9 -180.00 0.705566 -0.500000 536870912 2224 0 +surfaceparm detail +( -4202.580078 4300.036133 24 ) ( -4202.580078 4300.036133 28 ) ( -4225.208008 4322.663086 28 ) das_boot/ironwall1 110 79 -180.00 0.177246 -0.250000 0 32768 0 +surfaceparm detail +( -4220.965332 4318.420898 24 ) ( -4220.965332 4318.420898 28 ) ( -4220.964844 4317.006348 28 ) common/nodraw -5 11 0.00 0.706604 0.500000 536870912 2224 0 +surfaceparm detail +( -4221.671875 4317.713379 29 ) ( -4213.187012 4309.228027 29 ) ( -4213.187012 4309.228027 25 ) common/nodraw -34 12 0.00 0.353455 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( -4319.252930 4201.748047 11 ) ( -4214.600586 4306.399902 11 ) ( -4215.308105 4307.107422 12 ) das_boot/ironwall1 -238 247 45.06 0.249542 0.249369 0 32768 0 +surfaceparm detail +( -4318.545898 4202.455078 13 ) ( -4213.893555 4307.107422 13 ) ( -4213.187012 4306.399414 12 ) das_boot/ironwall1 -238 247 45.06 0.249542 0.249369 0 32768 0 +surfaceparm detail +( -4213.893555 4307.107422 11 ) ( -4318.545898 4202.455078 11 ) ( -4317.838867 4201.748047 12 ) das_boot/ironwall1 -135 0 44.92 0.250319 0.249973 0 32768 0 +surfaceparm detail +( -4214.601074 4304.985352 27 ) ( -4216.015137 4306.399414 27 ) ( -4216.015137 4306.399414 1 ) common/nodraw 22 8 -180.00 0.353027 -0.500000 536870912 2224 0 +surfaceparm detail +( -4319.959961 4202.455078 12 ) ( -4215.308105 4307.107422 12 ) ( -4214.600586 4306.399902 13 ) das_boot/ironwall1 -238 247 45.06 0.249542 0.249369 0 32768 0 +surfaceparm detail +( -4319.252441 4203.162598 27 ) ( -4317.838867 4201.748047 27 ) ( -4317.838867 4201.748047 1 ) common/nodraw -14 10 0.00 0.353180 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 9 +{ +( -4222.378906 4312.764648 0 ) ( -4220.965332 4314.177734 0 ) ( -4222.379395 4315.591797 0 ) common/nodraw -55 57 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4208.236816 4298.621094 25 ) ( -4206.822266 4300.036133 25 ) ( -4205.408203 4298.621582 25 ) common/nodraw -55 57 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4206.822754 4297.207031 25 ) ( -4205.408203 4298.621582 25 ) ( -4220.965332 4314.177734 0 ) das_boot/ironwall1 -42 -231 45.10 0.250405 -0.219935 0 32768 0 +surfaceparm detail +( -4199.751953 4292.964844 24 ) ( -4228.036133 4321.249023 24 ) ( -4228.036133 4321.249023 0 ) das_boot/ironwall1 -160 80 0.00 0.177124 0.250000 0 32768 0 +surfaceparm detail +( -4206.822266 4300.036133 25 ) ( -4208.236816 4298.621094 25 ) ( -4223.792969 4314.178711 0 ) das_boot/ironwall1 -225 -57 44.90 0.249542 -0.219418 0 32768 0 +surfaceparm detail +( -4229.450195 4319.834961 24 ) ( -4201.165527 4291.550781 24 ) ( -4201.165527 4291.550781 0 ) das_boot/ironwall1 79 79 -180.00 0.175781 -0.250000 0 32768 0 +surfaceparm detail +} +// brush 10 +{ +( -4222.379395 4315.591797 25 ) ( -4220.965332 4314.177734 25 ) ( -4222.378906 4312.764648 25 ) common/nodraw -55 57 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4206.822266 4300.036133 0 ) ( -4222.379395 4315.591797 25 ) ( -4223.792969 4314.178711 25 ) das_boot/ironwall1 -141 118 45.04 0.249455 0.219417 0 32768 0 +surfaceparm detail +( -4199.751953 4292.964844 0 ) ( -4199.751953 4292.964844 24 ) ( -4228.036133 4321.249023 24 ) das_boot/ironwall1 -160 80 0.00 0.177124 0.250000 0 32768 0 +surfaceparm detail +( -4206.822754 4297.207031 0 ) ( -4222.378906 4312.764648 25 ) ( -4220.965332 4314.177734 25 ) das_boot/ironwall1 -23 246 44.98 0.250578 0.220453 0 32768 0 +surfaceparm detail +( -4229.450195 4319.834961 0 ) ( -4229.450195 4319.834961 24 ) ( -4201.165527 4291.550781 24 ) das_boot/ironwall1 79 79 -180.00 0.175781 -0.250000 0 32768 0 +surfaceparm detail +( -4223.792969 4314.178711 0 ) ( -4208.236816 4298.621094 25 ) ( -4214.601074 4307.813965 13 ) common/nodraw -18 -46 57.45 0.511907 -0.429377 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( -4205.408203 4298.621582 0 ) ( -4206.822266 4300.036133 0 ) ( -4208.236816 4298.621094 0 ) common/nodraw -55 57 45.05 0.498997 0.499688 536870912 2224 0 +surfaceparm detail +( -4206.822266 4300.036133 0 ) ( -4222.379395 4315.591797 25 ) ( -4223.792969 4314.178711 25 ) das_boot/ironwall1 -141 118 45.04 0.249455 0.219417 0 32768 0 +surfaceparm detail +( -4199.751953 4292.964844 0 ) ( -4199.751953 4292.964844 24 ) ( -4228.036133 4321.249023 24 ) das_boot/ironwall1 -160 80 0.00 0.177124 0.250000 0 32768 0 +surfaceparm detail +( -4206.822754 4297.207031 0 ) ( -4222.378906 4312.764648 25 ) ( -4220.965332 4314.177734 25 ) das_boot/ironwall1 -23 246 44.98 0.250578 0.220453 0 32768 0 +surfaceparm detail +( -4229.450195 4319.834961 0 ) ( -4229.450195 4319.834961 24 ) ( -4201.165527 4291.550781 24 ) das_boot/ironwall1 79 79 -180.00 0.175781 -0.250000 0 32768 0 +surfaceparm detail +( -4206.822754 4297.207031 25 ) ( -4222.378906 4312.764648 0 ) ( -4213.187012 4306.399414 13 ) common/nodraw -10 -37 57.41 0.512169 -0.429855 536870912 2224 0 +surfaceparm detail +} +} +// entity 1421 +{ +"angle" "180" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "5917.99 1911.04 272.00" +} +// entity 1422 +{ +"angle" "0" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "5544.99 1912.04 272.00" +} +// entity 1423 +{ +"angle" "0" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "5544.99 1840.04 272.00" +} +// entity 1424 +{ +"angle" "0" +"angles" "0 180 0" +"classname" "static_furniture_bunkershelves" +"scale" "1.0" +"model" "static//bunkershelves.tik" +"testanim" "idle" +"origin" "5544.99 1768.04 272.00" +} +// entity 1425 +{ +"classname" "func_group" +// brush 0 +{ +( 5486 3592 49 ) ( 5486 3752 49 ) ( 5446 3752 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3752 52 ) ( 5502 3752 52 ) ( 5502 3592 52 ) interior/manor_woodfloor -64 208 0.00 0.500000 1 0 16384 0 +surfaceparm detail +( 5462 3752 64 ) ( 5462 3592 64 ) ( 5462 3592 32 ) common/nodraw 0 14 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5454 3595 65 ) ( 5494 3595 65 ) ( 5494 3595 33 ) common/nodraw -44 16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5486 3592 64 ) ( 5486 3752 64 ) ( 5486 3752 32 ) common/nodraw 0 14 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5502 3749 56 ) ( 5462 3749 56 ) ( 5462 3749 24 ) common/nodraw -44 16 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5489 3747 49 ) ( 5489 3750 49 ) ( 5482 3750 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5482 3750 52 ) ( 5489 3750 52 ) ( 5489 3747 52 ) das_boot/ironwall1 58 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3749 53 ) ( 5462 3749 49 ) ( 5461 3750 49 ) common/nodraw 54 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5457 3749 48 ) ( 5457 3749 52 ) ( 5491 3749 52 ) common/nodraw 0 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5486 3749 48 ) ( 5486 3749 52 ) ( 5487 3750 52 ) common/nodraw -45 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5456 3750 52 ) ( 5456 3750 48 ) ( 5492 3750 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +} +// brush 2 +{ +( 5485 3592 49 ) ( 5485 3752 49 ) ( 5445 3752 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5461 3752 52 ) ( 5501 3752 52 ) ( 5501 3592 52 ) das_boot/ironwall1 58 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5486 3595 52 ) ( 5486 3595 48 ) ( 5486 3749 48 ) common/nodraw 0 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5487 3594 52 ) ( 5487 3594 48 ) ( 5486 3595 48 ) common/nodraw 50 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5487 3594 48 ) ( 5487 3594 52 ) ( 5487 3750 52 ) das_boot/ironwall1 59 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5487 3750 48 ) ( 5487 3750 52 ) ( 5486 3749 52 ) common/nodraw -45 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 5493 3594 49 ) ( 5493 3754 49 ) ( 5453 3754 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5469 3754 52 ) ( 5509 3754 52 ) ( 5509 3594 52 ) das_boot/ironwall1 58 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5461 3754 64 ) ( 5461 3594 64 ) ( 5461 3594 32 ) general_structure/concretewall2 -208 8 0.00 1 1 0 0 0 +surfaceparm detail +( 5462 3595 52 ) ( 5462 3595 48 ) ( 5461 3594 48 ) common/nodraw -41 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3591 48 ) ( 5462 3591 52 ) ( 5462 3749 52 ) common/nodraw 0 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3749 49 ) ( 5462 3749 53 ) ( 5461 3750 53 ) common/nodraw 54 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( 5484 3747 24 ) ( 5484 3745 24 ) ( 5486 3745 24 ) common/nodraw 39 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3747 49 ) ( 5464 3745 49 ) ( 5462 3745 49 ) common/nodraw 39 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3747 49 ) ( 5462 3745 49 ) ( 5484 3745 24 ) das_boot/ironwall1 138 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3745 48 ) ( 5494 3745 48 ) ( 5494 3745 24 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5464 3745 49 ) ( 5464 3747 49 ) ( 5486 3747 24 ) das_boot/ironwall1 138 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3747 48 ) ( 5454 3747 48 ) ( 5454 3747 24 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +} +// brush 5 +{ +( 5486 3745 49 ) ( 5484 3745 49 ) ( 5484 3747 49 ) common/nodraw 39 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3745 24 ) ( 5486 3745 49 ) ( 5486 3747 49 ) das_boot/ironwall1 138 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3745 24 ) ( 5454 3745 48 ) ( 5494 3745 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3747 24 ) ( 5484 3747 49 ) ( 5484 3745 49 ) das_boot/ironwall1 138 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3747 24 ) ( 5494 3747 48 ) ( 5454 3747 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5486 3747 24 ) ( 5464 3747 49 ) ( 5475 3745 37 ) common/nodraw 40 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 6 +{ +( 5462 3745 24 ) ( 5464 3745 24 ) ( 5464 3747 24 ) common/nodraw 39 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3745 24 ) ( 5486 3745 49 ) ( 5486 3747 49 ) das_boot/ironwall1 138 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3745 24 ) ( 5454 3745 48 ) ( 5494 3745 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3747 24 ) ( 5484 3747 49 ) ( 5484 3745 49 ) das_boot/ironwall1 138 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3747 24 ) ( 5494 3747 48 ) ( 5454 3747 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3747 49 ) ( 5484 3747 24 ) ( 5473 3745 37 ) common/nodraw 40 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 7 +{ +( 5487 3592 49 ) ( 5487 3595 49 ) ( 5475 3595 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5475 3595 52 ) ( 5487 3595 52 ) ( 5487 3592 52 ) das_boot/ironwall1 58 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5461 3594 52 ) ( 5461 3594 48 ) ( 5462 3595 48 ) common/nodraw -41 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5461 3594 48 ) ( 5461 3594 52 ) ( 5493 3594 52 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5487 3594 48 ) ( 5487 3594 52 ) ( 5486 3595 52 ) common/nodraw 50 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5487 3595 53 ) ( 5475 3595 53 ) ( 5475 3595 49 ) common/nodraw 0 -4 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( 5474 3746 35 ) ( 5474 3598 35 ) ( 5475 3598 36 ) das_boot/ironwall1 138 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5474 3745 37 ) ( 5474 3597 37 ) ( 5473 3597 36 ) das_boot/ironwall1 138 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5474 3597 35 ) ( 5474 3745 35 ) ( 5473 3745 36 ) das_boot/ironwall1 138 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5473 3599 51 ) ( 5475 3599 51 ) ( 5475 3599 25 ) common/nodraw 0 -6 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5475 3746 36 ) ( 5475 3598 36 ) ( 5474 3598 37 ) das_boot/ironwall1 138 13 -90.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5475 3745 51 ) ( 5473 3745 51 ) ( 5473 3745 25 ) common/nodraw 0 -6 0.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 9 +{ +( 5484 3599 24 ) ( 5484 3597 24 ) ( 5486 3597 24 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3599 49 ) ( 5464 3597 49 ) ( 5462 3597 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5462 3599 49 ) ( 5462 3597 49 ) ( 5484 3597 24 ) das_boot/ironwall1 59 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3597 48 ) ( 5494 3597 48 ) ( 5494 3597 24 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5464 3597 49 ) ( 5464 3599 49 ) ( 5486 3599 24 ) das_boot/ironwall1 59 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3599 48 ) ( 5454 3599 48 ) ( 5454 3599 24 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +} +// brush 10 +{ +( 5486 3597 49 ) ( 5484 3597 49 ) ( 5484 3599 49 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3597 24 ) ( 5486 3597 49 ) ( 5486 3599 49 ) das_boot/ironwall1 59 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3597 24 ) ( 5454 3597 48 ) ( 5494 3597 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3599 24 ) ( 5484 3599 49 ) ( 5484 3597 49 ) das_boot/ironwall1 59 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3599 24 ) ( 5494 3599 48 ) ( 5454 3599 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5486 3599 24 ) ( 5464 3599 49 ) ( 5475 3597 37 ) common/nodraw 0 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( 5462 3597 24 ) ( 5464 3597 24 ) ( 5464 3599 24 ) common/nodraw 0 42 -90.00 0.500000 0.500000 536870912 2224 0 +surfaceparm detail +( 5464 3597 24 ) ( 5486 3597 49 ) ( 5486 3599 49 ) das_boot/ironwall1 59 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5454 3597 24 ) ( 5454 3597 48 ) ( 5494 3597 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3599 24 ) ( 5484 3599 49 ) ( 5484 3597 49 ) das_boot/ironwall1 59 174 -180.00 0.250000 -0.250000 0 32768 0 +surfaceparm detail +( 5494 3599 24 ) ( 5494 3599 48 ) ( 5454 3599 48 ) das_boot/ironwall1 -70 176 0.00 0.250000 0.250000 0 32768 0 +surfaceparm detail +( 5462 3599 49 ) ( 5484 3599 24 ) ( 5473 3597 37 ) common/nodraw 0 -3 -180.00 0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +} +// entity 1426 +{ +"angle" "45" +"angles" "0 270 0" +"origin" "-950.12 2767.88 24.00" +"testanim" "idle" +"model" "static/loveseat.tik" +"scale" "1.0" +"classname" "static_furniture_loveseat" +} +// entity 1427 +{ +"angle" "180" +"classname" "static_furniture_table" +"scale" "1.0" +"model" "furniture/table.tik" +"testanim" "idle" +"origin" "-824.93 2856.41 8.05" +"angles" "0 315 0" +} +// entity 1428 +{ +"angle" "180" +"classname" "static_decor_radio-civilian" +"scale" "1.0" +"model" "miscobj/radio_civilian.tik" +"testanim" "idle" +"angles" "0.00 135.00 0.00" +"origin" "-819.00 2855.00 56.00" +} +// entity 1429 +{ +"angle" "225" +"origin" "-457.77 2920.23 24.00" +"angles" "0 180 0" +"testanim" "idle" +"model" "static/large_desk.tik" +"scale" "1.0" +"classname" "static_furniture_largedesk" +} +// entity 1430 +{ +"angle" "315" +"origin" "-962.12 3003.88 24.00" +"testanim" "idle" +"model" "static/loveseat.tik" +"scale" "1.0" +"classname" "static_furniture_loveseat" +} +// entity 1431 +{ +"angle" "0" +"origin" "-1079.63 2643.15 68.19" +"testanim" "idle" +"model" "lights/glasslamp.tik" +"scale" "1.0" +"classname" "static_lamp_glasslamp" +} +// entity 1432 +{ +"angle" "0" +"origin" "-1080.00 2642.00 24.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 1433 +{ +"spawnflags" "1" +"angle" "45" +"angles" "0.00 15.00 0.00" +"origin" "-476.00 2902.00 24.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1434 +{ +"angle" "225" +"origin" "-510.54 2989.37 68.19" +"testanim" "idle" +"model" "lights/glasslamp.tik" +"scale" "1.0" +"classname" "static_lamp_glasslamp" +} +// entity 1435 +{ +"angle" "225" +"origin" "-511.03 2988.97 24.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 1436 +{ +"origin" "-650.00 2646.00 24.00" +"angle" "90" +"testanim" "idle" +"model" "static/piano.tik" +"scale" "1.0" +"classname" "static_furniture_piano" +} +// entity 1437 +{ +"spawnflags" "1" +"angle" "270" +"angles" "0.00 15.00 0.00" +"origin" "-646.00 2676.00 24.00" +"testanim" "idle" +"model" "furniture/luxurychair.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair" +} +// entity 1438 +{ +"angle" "0" +"origin" "-719.63 2639.15 68.19" +"testanim" "idle" +"model" "lights/glasslamp.tik" +"scale" "1.0" +"classname" "static_lamp_glasslamp" +} +// entity 1439 +{ +"angle" "0" +"origin" "-720.00 2638.00 24.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 1440 +{ +"angle" "0" +"origin" "-580.00 2638.00 24.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 1441 +{ +"origin" "5547.00 1772.00 344.00" +"testanim" "idle" +"model" "static/static_ushelmet_private.tik" +"scale" "1.0" +"classname" "static_equipment_us-helmet-private" +} +// entity 1442 +{ +"origin" "5547.00 1788.00 344.00" +"testanim" "idle" +"model" "static/static_ushelmet_private.tik" +"scale" "1.0" +"classname" "static_equipment_us-helmet-private" +} +// entity 1443 +{ +"origin" "5547.00 1762.00 326.00" +"testanim" "idle" +"model" "static/static_ushelmet_private.tik" +"scale" "1.0" +"classname" "static_equipment_us-helmet-private" +} +// entity 1444 +{ +"origin" "5547.00 1780.00 326.00" +"testanim" "idle" +"model" "static/static_ushelmet_private.tik" +"scale" "1.0" +"classname" "static_equipment_us-helmet-private" +} +// entity 1445 +{ +"origin" "5547.00 1866.00 326.00" +"testanim" "idle" +"model" "static/static_us-helmet_engineer01.tik" +"scale" "1.0" +"classname" "static_equipment_us-engineer01" +} +// entity 1446 +{ +"origin" "5547.00 1826.00 345.00" +"testanim" "idle" +"model" "static/static_us-helmet_engineer01.tik" +"scale" "1.0" +"classname" "static_equipment_us-engineer01" +} +// entity 1447 +{ +"origin" "5547.00 1843.00 345.00" +"testanim" "idle" +"model" "static/static_us-helmet_engineer01.tik" +"scale" "1.0" +"classname" "static_equipment_us-engineer01" +} +// entity 1448 +{ +"origin" "5541.00 1843.00 308.00" +"testanim" "idle" +"model" "static/static_us-helmet_medic.tik" +"scale" "1.0" +"classname" "static_equipment_us-helmet-medic" +} +// entity 1449 +{ +"origin" "5541.00 1862.00 308.00" +"testanim" "idle" +"model" "static/static_us-helmet_medic.tik" +"scale" "1.0" +"classname" "static_equipment_us-helmet-medic" +} +// entity 1450 +{ +"origin" "5541.00 1769.00 272.00" +"testanim" "idle" +"model" "static/50cal_crate.tik" +"scale" "1.0" +"classname" "static_item_50cal_crate" +} +// entity 1451 +{ +"angle" "45" +"origin" "5545.00 1791.00 272.00" +"testanim" "idle" +"model" "static/50cal_crate.tik" +"scale" "1.0" +"classname" "static_item_50cal_crate" +} +// entity 1452 +{ +"origin" "5914.00 1893.00 308.00" +"testanim" "idle" +"model" "static/fragcrate1.tik" +"scale" "1.0" +"classname" "static_item_fragcrate1" +} +// entity 1453 +{ +"origin" "5917.00 1929.00 326.00" +"testanim" "idle" +"model" "static/fragcrate1.tik" +"scale" "1.0" +"classname" "static_item_fragcrate1" +} +// entity 1454 +{ +"origin" "5917.00 1908.00 326.00" +"testanim" "idle" +"model" "static/fragcrate1.tik" +"scale" "1.0" +"classname" "static_item_fragcrate1" +} +// entity 1455 +{ +"angle" "340" +"origin" "5544.99 1896.77 327.00" +"testanim" "idle" +"model" "static/30cal_crate.tik" +"scale" "1.0" +"classname" "static_item_30cal_crate" +} +// entity 1456 +{ +"angle" "70" +"origin" "5735.80 1785.23 28.00" +"testanim" "idle" +"model" "static/worktable.tik" +"scale" "1.0" +"classname" "static_furniture_worktable" +} +// entity 1457 +{ +"origin" "5756.00 1936.00 28.00" +"angle" "90" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1458 +{ +"origin" "5724.00 1987.00 28.00" +"angle" "315" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1459 +{ +"angle" "225" +"origin" "5760.81 1798.30 28.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1460 +{ +"angle" "270" +"origin" "5731.84 1807.28 28.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1461 +{ +"origin" "5757.00 1752.00 28.00" +"angle" "135" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1462 +{ +"origin" "5711.00 1767.00 28.00" +"angle" "45" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1463 +{ +"angle" "0" +"origin" "5717.00 1784.00 77.00" +"testanim" "idle" +"model" "items/documents1a.tik" +"scale" "1.0" +"classname" "static_items_documents1a" +} +// entity 1464 +{ +"origin" "5763.00 1792.00 77.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1465 +{ +"angle" "180" +"origin" "5737.00 1799.00 77.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1466 +{ +"angle" "315" +"origin" "5709.66 1975.97 77.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1467 +{ +"origin" "5733.00 1976.00 77.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1468 +{ +"angle" "80" +"origin" "5449.50 3383.07 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1469 +{ +"angle" "270" +"origin" "5160.30 3598.16 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1470 +{ +"angle" "80" +"origin" "5317.50 3451.07 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1471 +{ +"angle" "80" +"origin" "5712.50 3255.07 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1472 +{ +"angle" "270" +"origin" "5723.30 3576.16 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1473 +{ +"angle" "100" +"origin" "5714.62 3777.06 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1474 +{ +"angle" "270" +"origin" "5721.30 3409.16 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1475 +{ +"origin" "5470.00 3442.00 224.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1476 +{ +"origin" "5721.00 3469.00 224.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1477 +{ +"origin" "5732.00 3637.00 224.00" +"testanim" "idle" +"model" "static/bottle_small.tik" +"scale" "1.0" +"classname" "static_decor_bottle-small" +} +// entity 1478 +{ +"origin" "5734.00 3465.00 224.00" +"testanim" "idle" +"model" "static/bottle_small.tik" +"scale" "1.0" +"classname" "static_decor_bottle-small" +} +// entity 1479 +{ +"angle" "0" +"origin" "5340.00 3468.00 224.00" +"testanim" "idle" +"model" "static/messkit.tik" +"scale" "1.0" +"classname" "static_item_messkit" +} +// entity 1480 +{ +"angle" "0" +"origin" "5699.00 3753.00 224.00" +"testanim" "idle" +"model" "static/messkit.tik" +"scale" "1.0" +"classname" "static_item_messkit" +} +// entity 1481 +{ +"angle" "0" +"origin" "5166.00 3825.00 224.00" +"testanim" "idle" +"model" "static/rations_sh.tik" +"scale" "1.0" +"classname" "static_item_rations-sh" +} +// entity 1482 +{ +"angle" "60" +"origin" "5154.93 3821.00 234.00" +"testanim" "idle" +"model" "static/rations_sh.tik" +"scale" "1.0" +"classname" "static_item_rations-sh" +} +// entity 1483 +{ +"angle" "0" +"origin" "5154.00 3827.00 243.00" +"testanim" "idle" +"model" "static/rations_sh.tik" +"scale" "1.0" +"classname" "static_item_rations-sh" +} +// entity 1484 +{ +"angle" "80" +"origin" "4904.50 4585.07 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1485 +{ +"angle" "100" +"origin" "5033.62 4578.06 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1486 +{ +"angle" "340" +"origin" "4885.09 4421.29 224.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 1487 +{ +"angle" "270" +"origin" "5101.00 4399.00 256.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1488 +{ +"origin" "5005.00 4600.00 224.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1489 +{ +"origin" "4932.00 4614.00 224.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1490 +{ +"origin" "4833.00 4406.00 224.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1491 +{ +"angle" "45" +"origin" "5209.66 3976.66 72.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1492 +{ +"angle" "45" +"origin" "5214.66 3999.66 72.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1493 +{ +"angle" "180" +"origin" "5180.00 4008.00 72.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1494 +{ +"angle" "270" +"origin" "5309.00 4341.00 72.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 1495 +{ +"angle" "225" +"origin" "5387.00 4199.00 24.00" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1496 +{ +"angle" "45" +"origin" "5181.00 3986.00 24.00" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1497 +{ +"angle" "90" +"origin" "5240.00 3965.00 24.00" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1498 +{ +"angle" "315" +"origin" "5308.77 4196.81 24.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1499 +{ +"angle" "87" +"origin" "5016.00 4058.00 -168.00" +"testanim" "idle" +"model" "static/square_table.tik" +"scale" "1.0" +"classname" "static_furniture_square-table" +} +// entity 1500 +{ +"angle" "60" +"origin" "5084.00 4024.00 -168.00" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1501 +{ +"angle" "270" +"origin" "5123.84 4147.28 -168.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1502 +{ +"angle" "60" +"origin" "5011.00 4026.00 -168.00" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1503 +{ +"angle" "135" +"origin" "5205.00 4024.00 -168.00" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1504 +{ +"angle" "270" +"origin" "5178.00 4149.00 -168.00" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1505 +{ +"angle" "270" +"origin" "5017.00 4147.00 -168.00" +"testanim" "idle" +"model" "furniture/interrogationchair.tik" +"scale" "1.0" +"classname" "static_furniture_interrogation-chair" +} +// entity 1506 +{ +"angle" "315" +"origin" "5077.77 4146.81 -168.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1507 +{ +"angle" "180" +"origin" "5232.28 4119.54 -168.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1508 +{ +"angle" "180" +"origin" "5233.28 4059.54 -168.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1509 +{ +"angle" "90" +"origin" "5124.54 4027.12 -168.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1510 +{ +"angle" "90" +"origin" "5162.54 4026.12 -168.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1511 +{ +"angle" "45" +"origin" "4988.26 4058.77 -168.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1512 +{ +"angle" "0" +"origin" "4992.12 4118.84 -168.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 1513 +{ +"angle" "270" +"origin" "5179.00 4084.00 -115.00" +"testanim" "idle" +"model" "static/pitcher.tik" +"scale" "1.0" +"classname" "static_decor_pitcher" +} +// entity 1514 +{ +"origin" "5139.00 4128.00 -115.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1515 +{ +"origin" "5155.00 4129.00 -115.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1516 +{ +"origin" "5210.00 4102.00 -115.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1517 +{ +"origin" "5163.00 4044.00 -115.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1518 +{ +"origin" "5071.00 4042.00 -115.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1519 +{ +"origin" "4997.00 4061.00 -115.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1520 +{ +"origin" "5009.00 4105.00 -115.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1521 +{ +"origin" "5025.00 4134.00 -115.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 1522 +{ +"origin" "5123.00 4044.00 -115.00" +"testanim" "idle" +"model" "static/messkit.tik" +"scale" "1.0" +"classname" "static_item_messkit" +} +// entity 1523 +{ +"origin" "5210.00 4061.00 -115.00" +"testanim" "idle" +"model" "static/messkit.tik" +"scale" "1.0" +"classname" "static_item_messkit" +} +// entity 1524 +{ +"origin" "5008.00 4041.00 -115.00" +"testanim" "idle" +"model" "static/messkit.tik" +"scale" "1.0" +"classname" "static_item_messkit" +} +// entity 1525 +{ +"origin" "5182.81 4136.96 -115.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 1526 +{ +"origin" "5220.81 4119.96 -115.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 1527 +{ +"origin" "5200.81 4044.96 -115.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 1528 +{ +"origin" "5001.81 4121.96 -115.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 1529 +{ +"origin" "5088.81 4038.96 -115.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 1530 +{ +"angle" "90" +"origin" "4878.53 3878.30 -168.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerbench" +} +// entity 1531 +{ +"angle" "270" +"origin" "3046.00 4559.00 176.00" +"testanim" "idle" +"model" "furniture/luxurychair_d.tik" +"scale" "1.0" +"classname" "static_furniture_luxurychair-d" +} +// entity 1532 +{ +"origin" "-5750.00 3963.00 192.00" +"testanim" "idle" +"model" "static/nazi_crate.tik" +"scale" "1.0" +"classname" "static_item_nazicrate" +} +// entity 1533 +{ +"angle" "90" +"origin" "-5750.00 3887.00 226.00" +"testanim" "idle" +"model" "static/static_germanhelmet_wehrmact.tik" +"scale" "1.0" +"classname" "static_equipment_german-helmet-wehrmact" +} +// entity 1534 +{ +"angle" "90" +"origin" "-5750.00 3869.00 226.00" +"testanim" "idle" +"model" "static/static_germanhelmet_wehrmact.tik" +"scale" "1.0" +"classname" "static_equipment_german-helmet-wehrmact" +} +// entity 1535 +{ +"angle" "90" +"origin" "-5750.00 3878.00 244.00" +"testanim" "idle" +"model" "static/static_germanhelmet_wehrmact.tik" +"scale" "1.0" +"classname" "static_equipment_german-helmet-wehrmact" +} +// entity 1536 +{ +"angle" "90" +"origin" "-5750.00 3901.00 244.00" +"testanim" "idle" +"model" "static/static_germanhelmet_wehrmact.tik" +"scale" "1.0" +"classname" "static_equipment_german-helmet-wehrmact" +} +// entity 1537 +{ +"angle" "90" +"origin" "-5750.00 3904.00 262.00" +"testanim" "idle" +"model" "static/static_germanhelmet_wehrmact.tik" +"scale" "1.0" +"classname" "static_equipment_german-helmet-wehrmact" +} +// entity 1538 +{ +"origin" "-5751.00 3956.00 225.00" +"testanim" "idle" +"model" "items/gasmask.tik" +"scale" "1.0" +"classname" "static_item_gasmask" +} +// entity 1539 +{ +"origin" "-5751.00 3934.00 225.00" +"testanim" "idle" +"model" "items/gasmask.tik" +"scale" "1.0" +"classname" "static_item_gasmask" +} +// entity 1540 +{ +"origin" "-5751.00 3937.00 244.00" +"testanim" "idle" +"model" "items/gasmask.tik" +"scale" "1.0" +"classname" "static_item_gasmask" +} +// entity 1541 +{ +"origin" "-5751.00 3961.00 244.00" +"testanim" "idle" +"model" "items/gasmask.tik" +"scale" "1.0" +"classname" "static_item_gasmask" +} +// entity 1542 +{ +"origin" "-5751.00 4027.00 244.00" +"testanim" "idle" +"model" "items/officer_uniform.tik" +"scale" "1.0" +"classname" "static_items_officer-uniform" +} +// entity 1543 +{ +"origin" "-5751.00 4026.00 226.00" +"testanim" "idle" +"model" "items/officer_uniform.tik" +"scale" "1.0" +"classname" "static_items_officer-uniform" +} +// entity 1544 +{ +"origin" "-6092.00 4475.00 16.00" +"testanim" "idle" +"model" "static/nazi_crate.tik" +"scale" "1.0" +"classname" "static_item_nazicrate" +} +// entity 1545 +{ +"origin" "-6092.00 4414.00 35.00" +"testanim" "idle" +"model" "static/nazi_crate.tik" +"scale" "1.0" +"classname" "static_item_nazicrate" +} +// entity 1546 +{ +"angle" "45" +"origin" "-6299.34 4253.66 88.00" +"testanim" "idle" +"model" "static/german_rations_1.tik" +"scale" "1.0" +"classname" "static_equipment_german-rations-1" +} +// entity 1547 +{ +"angle" "0" +"angles" "0 180 0" +"origin" "-6294.01 4636.04 190.00" +"testanim" "idle" +"model" "static//bunkershelves.tik" +"scale" "1.0" +"classname" "static_furniture_bunkershelves" +} +// entity 1548 +{ +"origin" "-6294.00 4635.00 192.00" +"testanim" "idle" +"model" "static/nazi_crate.tik" +"scale" "1.0" +"classname" "static_item_nazicrate" +} +// entity 1549 +{ +"angle" "45" +"origin" "-3459.98 3787.24 74.09" +"testanim" "idle" +"model" "statweapons//mg42_bipod.tik" +"scale" "1.0" +"classname" "static_weapon_mg42bipod" +} +// entity 1550 +{ +"type" "patchCapped" +"classname" "func_group" +// brush 0 + { + patchDef2 + { + blasted/dday_bunker_wall1csml + ( 5 3 0 -2147418112 0 subdivisions 13.673823 ) +( +( ( 3892 6432 -290 0 0 ) ( 3892 6592 -290 -0.625000 0 ) ( 3892 6752 -290 -1.250000 0 ) ) +( ( 3892 6432 -66 0 0.875000 ) ( 3892 6592 -66 -0.625000 0.875000 ) ( 3892 6752 -66 -1.250000 0.875000 ) ) +( ( 3652 6432 -66 0 1.812500 ) ( 3652 6592 -66 -0.625000 1.812500 ) ( 3652 6752 -66 -1.250000 1.812500 ) ) +( ( 3412 6432 -66 0 2.750000 ) ( 3412 6592 -66 -0.625000 2.750000 ) ( 3412 6752 -66 -1.250000 2.750000 ) ) +( ( 3412 6432 -290 0 3.625000 ) ( 3412 6592 -290 -0.625000 3.625000 ) ( 3412 6752 -290 -1.250000 3.625000 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + blasted/dday_bunker_wall1csml + ( 5 3 0 -2147418112 0 subdivisions 13.700417 ) +( +( ( 3892 6432 -66 7.601563 -0.453125 ) ( 3892 6432 -66 7.601563 -0.453125 ) ( 3892 6432 -290 7.601563 0.130208 ) ) +( ( 3892 6432 -66 7.601563 -0.453125 ) ( 3892 6432 -66 7.601563 -0.453125 ) ( 3892 6432 -66 7.601563 -0.453125 ) ) +( ( 3652 6432 -66 7.132813 -0.453125 ) ( 3652 6432 -66 7.132813 -0.453125 ) ( 3652 6432 -66 7.132813 -0.453125 ) ) +( ( 3412 6432 -66 6.664063 -0.453125 ) ( 3412 6432 -66 6.664063 -0.453125 ) ( 3412 6432 -66 6.664063 -0.453125 ) ) +( ( 3412 6432 -66 6.664063 -0.453125 ) ( 3412 6432 -66 6.664063 -0.453125 ) ( 3412 6432 -290 6.664063 0.130208 ) ) +) + } + } +} +// entity 1551 +{ +"type" "patchCapped" +"classname" "func_group" +// brush 0 + { + patchDef2 + { + blasted/dday_bunker_wall1csml + ( 5 3 0 -2147418112 0 subdivisions 13.673823 ) +( +( ( 4526 6432 -290 0 0 ) ( 4526 6592 -290 -0.625000 0 ) ( 4526 6752 -290 -1.250000 0 ) ) +( ( 4526 6432 -66 0 0.875000 ) ( 4526 6592 -66 -0.625000 0.875000 ) ( 4526 6752 -66 -1.250000 0.875000 ) ) +( ( 4286 6432 -66 0 1.812500 ) ( 4286 6592 -66 -0.625000 1.812500 ) ( 4286 6752 -66 -1.250000 1.812500 ) ) +( ( 4046 6432 -66 0 2.750000 ) ( 4046 6592 -66 -0.625000 2.750000 ) ( 4046 6752 -66 -1.250000 2.750000 ) ) +( ( 4046 6432 -290 0 3.625000 ) ( 4046 6592 -290 -0.625000 3.625000 ) ( 4046 6752 -290 -1.250000 3.625000 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + blasted/dday_bunker_wall1csml + ( 5 3 0 -2147418112 0 subdivisions 13.700417 ) +( +( ( 4526 6432 -66 8.839844 -0.453125 ) ( 4526 6432 -66 8.839844 -0.453125 ) ( 4526 6432 -290 8.839844 0.130208 ) ) +( ( 4526 6432 -66 8.839844 -0.453125 ) ( 4526 6432 -66 8.839844 -0.453125 ) ( 4526 6432 -66 8.839844 -0.453125 ) ) +( ( 4286 6432 -66 8.371094 -0.453125 ) ( 4286 6432 -66 8.371094 -0.453125 ) ( 4286 6432 -66 8.371094 -0.453125 ) ) +( ( 4046 6432 -66 7.902344 -0.453125 ) ( 4046 6432 -66 7.902344 -0.453125 ) ( 4046 6432 -66 7.902344 -0.453125 ) ) +( ( 4046 6432 -66 7.902344 -0.453125 ) ( 4046 6432 -66 7.902344 -0.453125 ) ( 4046 6432 -290 7.902344 0.130208 ) ) +) + } + } +} diff --git a/maps/MP_Berlin_TOW.scr b/maps/MP_Berlin_TOW.scr new file mode 100644 index 0000000..9d7cc90 --- /dev/null +++ b/maps/MP_Berlin_TOW.scr @@ -0,0 +1,1093 @@ +// MP_Berlin_TOW +// +// Note: For objective function calls TakeOver and SetCurrent the +// teams are as such: +// 0 = Axis +// 1 = Allies +// 2 = Neutral + +//---------------------------------------------------------- +// Main +//---------------------------------------------------------- +main: + + level.script="maps/obj/MP_Berlin_TOW.scr" + level.music="MP_Berlin_TOW" + + setcvar "g_scoreboardpic" "mp_Berlin_tow" + + $world farplane_color ".335 .335 .36" + + exec global/ambient.scr + exec global/exploder.scr + + exec global/tow_dm.scr + exec global/dm_ai.scr + exec global/friendly.scr + + level.gametype = int( getcvar( g_gametype ) ) + + //gametype 5 = Tug of War + if( level.gametype == 5 ) + { + setcvar "g_obj_alliedtext1" "Protect Ammo Depot" + setcvar "g_obj_alliedtext2" "Call In Air Support" + setcvar "g_obj_alliedtext3" "Control Radar Dish" + setcvar "g_obj_alliedtext4" "Shut Down Flak88's" + setcvar "g_obj_alliedtext5" "Detonate Axis Ammo Depot" + + setcvar "g_obj_axistext1" "Protect Ammo Depot" + setcvar "g_obj_axistext2" "Start Flak88 Barrage" + setcvar "g_obj_axistext3" "Control Radar Dish" + setcvar "g_obj_axistext4" "Call Off Allied Air Support" + setcvar "g_obj_axistext5" "Destroy Allied Ammo Depot" + } + else + { + //Not a TOW game remove the bombs + $gmc_bomb remove + $mg42_bomb remove + $bridge_bomb remove + $archway_bomb remove + + // set scoreboard messages + setcvar "g_obj_alliedtext1" "Berlin" + setcvar "g_obj_alliedtext2" "" + setcvar "g_obj_alliedtext3" "" + setcvar "g_obj_axistext1" "" + setcvar "g_obj_axistext2" "" + setcvar "g_obj_axistext3" "" + + } + + ////////////////////////// + level waittill prespawn + ////////////////////////// + + + ////////////////////////// + level waittill spawn + ////////////////////////// + + level.bRoundStarted = 0 + + level.bArtillerySwitchUp = 1 + level.bAirStrikeSwitchUp = 1 + level.bRadarControlSwitchUp = 1 + level.axisFire = 1 + + // set the parameters for this round based match +// level.dmrespawning = 1 // 1 or 0 + level.dmroundlimit = 15 // round time limit in minutes + level.clockside = draw // set to axis, allies, kills, or draw + level.numObjectives = 5 // Number of objectives needed to win + + // AA Gun Properties + $flak88.collisionent = $flak88_collision + $flak88_turret0.collisionent = $flak88_turret_collision + $flak88 thread global/stationaryweapons.scr::MountedStationaryWeaponWithCollision "models/statweapons/flak88_d.tik" $flak88_destroyed_collision + + $aagun.collisionent = $aagun_collision + $aagun_turret0.collisionent = $aagun_turret_collision + $aagun thread global/stationaryweapons.scr::MountedStationaryWeaponWithCollision "models/statweapons/p_aagun_d.tik" $aagun_destroyed_collision + + $aagun_turret0 maxyawoffset 115.0 + $aagun_turret0 turnspeed 25 + $aagun_turret0 pitchspeed 25 + $aagun_turret0 pitchcaps "-50 10 0" + $aagun_turret0 viewjitter 1 + $aagun_turret0 firedelay 0.08 + $aagun immune aagun + + $flak88_turret0 turnspeed 15 + $flak88_turret0 pitchspeed 7.5 + $flak88_turret0 pitchcaps "-45 10 0" + $flak88_turret0 viewjitter 7 + $flak88_turret0 firedelay 3 + + ////////////////////////// + //level waittill roundstart + ////////////////////////// + + //If this is a tug of war game then we init all the TOW stuff + if( level.gametype == 5 ) + { + thread init_switches + thread init_spawner_bombs + thread init_tower_lights + + //Setup the starting team objectives + thread set_objectives + + level.bRoundStarted = 1 + } + + thread start_generator_sound + +end + + + +//---------------------------------------------------------- +//Sound for Radar Generator +//---------------------------------------------------------- +start_generator_sound: + + $gen_sound_speaker loopsound sub_idle1 + +end + + +//---------------------------------------------------------- +//Destroy the allied spawner here +//---------------------------------------------------------- +alliesammodepot local.planter: + + iprintln "The Allied Ammo Depot has been destroyed!" + + //Take over the objective + $Obj_alliesammodepot TakeOver 0 + + iprintln "The Allied Team can no longer respawn!" + + //Give the planter some points + if( local.planter != NULL && local.planter != NIL ) + { + local.planter AddKills 5 + } + + thread Check_End_Match + +end + +//---------------------------------------------------------- +//Destroy the axis spawner here +//---------------------------------------------------------- +axisammodepot local.planter: + + iprintln "The Axis Ammo Depot has been destroyed!" + + $Obj_axisammodepot TakeOver 1 + + iprintln "The Axis Team can no longer respawn!" + + //Give the planter some points + if( local.planter != NULL && local.planter != NIL ) + { + local.planter AddKills 5 + } + + thread Check_End_Match + +end + +//---------------------------------------------------------- +//Turn on/off Flak88's +//---------------------------------------------------------- +artillerystrike: + + if( level.bRoundStarted == 1 ) + { + if( parm.other.dmteam == axis ) + { + if( $Obj_artillerystrike.ControlledBy != 0 ) + { + //Flip the switch + thread artillerystrike_switch + + $artillery_radio_speaker playsound radio_on + + $Obj_artillerystrike TakeOver 0 + $tower_lights_02 show + + //Call in the artillery strike + thread call_artillery_strike + + //Give 2 points for taking objective + parm.other AddKills 2 + + iprintln "The Axis have started artillery barrage!" + } + } + else if( parm.other.dmteam == allies ) + { + if( $Obj_artillerystrike.ControlledBy != 1 ) + { + //Flip the switch + thread artillerystrike_switch + + $artillery_radio_speaker playsound radio_off + + $Obj_artillerystrike TakeOver 1 + $tower_lights_02 hide + + //Give 2 points for taking objective + parm.other AddKills 2 + + iprintln "The Allies have stopped artillery barrage!" + } + } + + //Did anyone win? + thread Check_End_Match + + //Update team current objectives + thread set_objectives + } + +end + +//---------------------------------------------------------- +//Control Radar Dish +//---------------------------------------------------------- +radarcontrol: + + if( level.bRoundStarted == 1 ) + { + if( parm.other.dmteam == axis ) + { + if( $Obj_radarcontrol.ControlledBy != 0 ) + { + //Flip the switch + thread radarcontrol_switch + + $Obj_radarcontrol TakeOver 0 + + //Give 2 points for taking objective + parm.other AddKills 2 + + iprintln "The Axis have control of the Radar Station!" + } + } + else if( parm.other.dmteam == allies ) + { + if( $Obj_radarcontrol.ControlledBy != 1 ) + { + //Flip the switch + thread radarcontrol_switch + + $Obj_radarcontrol TakeOver 1 + + //Give 2 points for taking objective + parm.other AddKills 2 + + iprintln "The Allies have control of the Radar Station!" + } + } + + //Did anyone win? + thread Check_End_Match + + //Update team current objectives + thread set_objectives + } + +end + +//---------------------------------------------------------- +//Call on/off Airstrikes +//---------------------------------------------------------- +airstrike: + + if( level.bRoundStarted == 1 ) + { + if( parm.other.dmteam == axis ) + { + if( $Obj_airstrike.ControlledBy != 0 ) + { + //Flip the switch + thread airstrike_switch + + $airstrike_radio_speaker playsound radio_off + + $Obj_airstrike TakeOver 0 + + $tower_lights_01 hide + + //Give 2 points for taking objective + parm.other AddKills 2 + + iprintln "The Axis have called off Allied air support!" + } + } + else if( parm.other.dmteam == allies ) + { + if( $Obj_airstrike.ControlledBy != 1 ) + { + //Flip the switch + thread airstrike_switch + + $airstrike_radio_speaker playsound radio_on + + $Obj_airstrike TakeOver 1 + + $tower_lights_01 show + + //call in the air strike + thread call_air_strike + + //Give 2 points for taking objective + parm.other AddKills 2 + + iprintln "The Allies have called in air support!" + } + + } + + //Did anyone win? + thread Check_End_Match + + //Update team current objectives + thread set_objectives + } + +end + + +//---------------------------------------------------------- +//Set the teams current objectives +//---------------------------------------------------------- +set_objectives: + + //First lets do the allies + if( $Obj_airstrike.ControlledBy == 0 ) + { + $Obj_airstrike SetCurrent 1 + } + else if( $Obj_radarcontrol.ControlledBy == 0 ) + { + $Obj_radarcontrol SetCurrent 1 + } + else if( $Obj_artillerystrike.ControlledBy == 0 ) + { + $Obj_artillerystrike SetCurrent 1 + } + else if( $Obj_axisammodepot.ControlledBy == 0 ) + { + $Obj_axisammodepot SetCurrent 1 + } + + //Now the Axis + if( $Obj_artillerystrike.ControlledBy == 1 ) + { + $Obj_artillerystrike SetCurrent 0 + } + else if( $Obj_radarcontrol.ControlledBy == 1 ) + { + $Obj_radarcontrol SetCurrent 0 + } + else if( $Obj_airstrike.ControlledBy == 1 ) + { + $Obj_airstrike SetCurrent 0 + } + else if( $Obj_alliesammodepot.ControlledBy == 1 ) + { + $Obj_alliesammodepot SetCurrent 0 + } + +end + +//---------------------------------------------------------- +//Called when a player tries to open a locked door +//---------------------------------------------------------- +doorlocked: + + self playsound door_wood_locked1 + +end + +//-------------------------------------------------------------- +//Init the switches +//-------------------------------------------------------------- +init_switches: + + $artillerystrike_switch bind $artillerystrike_origin + $airstrike_switch bind $airstrike_origin + $radarcontrol_switch bind $radarcontrol_origin + + //Make the switches non solid so they don't hurt the player when triggered + $artillerystrike_switch notsolid + $artillerystrike_origin notsolid + + $airstrike_switch notsolid + $airstrike_origin notsolid + + $radarcontrol_switch notsolid + $radarcontrol_origin notsolid + +end + + +//-------------------------------------------------------------- +//Turns On/Off Artillery Fire +//-------------------------------------------------------------- +artillerystrike_switch: + + if( level.bArtillerySwitchUp == 1 ) + { + $artillerystrike_origin speed 1.0 + $artillerystrike_origin rotatexdownto 180 + $artillerystrike_origin waitmove + $artillerystrike_origin playsound switchbox + level.bArtillerySwitchUp = 0 + } + else + { + $artillerystrike_origin rotatexupto 0 + $artillerystrike_origin waitmove + level.bArtillerySwitchUp = 1 + } + +end + +//-------------------------------------------------------------- +//Turns On/Off Airstike bombs +//-------------------------------------------------------------- +airstrike_switch: + + if( level.bAirStrikeSwitchUp == 1 ) + { + $airstrike_origin speed 1.0 + $airstrike_origin rotatexdownto 180 + $airstrike_origin waitmove + $airstrike_origin playsound switchbox + level.bAirStrikeSwitchUp = 0 + } + else + { + $airstrike_origin rotatexupto 0 + $airstrike_origin waitmove + level.bAirStrikeSwitchUp = 1 + } + +end + +//-------------------------------------------------------------- +//Take control fo Radar for more explosions +//-------------------------------------------------------------- +radarcontrol_switch: + + if( level.bRadarControlSwitchUp == 1 ) + { + $radarcontrol_origin speed 1.0 + $radarcontrol_origin rotatexdownto 180 + $radarcontrol_origin waitmove + $radarcontrol_origin playsound switchbox + level.bRadarControlSwitchUp = 0 + } + else + { + $radarcontrol_origin rotatexupto 0 + $radarcontrol_origin waitmove + level.bRadarControlSwitchUp = 1 + } + +end + +//-------------------------------------------------------------- +//init the spawner bombs +//-------------------------------------------------------------- +init_spawner_bombs: + + //Allied spawner bomb + $gmc_bomb thread global/tow_dm.scr::bomb_thinker "axis" maps/obj/MP_Berlin_TOW.scr::alliesammodepot + + $mg42_bomb thread global/tow_dm.scr::bomb_thinker "allies" maps/obj/MP_Berlin_TOW.scr::axisammodepot + + //Allied bomb (Bridge, not a spawner bomb) + $bridge_bomb thread global/tow_dm.scr::bomb_thinker "axis" maps/obj/MP_Berlin_TOW.scr::bridge_bomb_relay_explode + + //Axis bomb (Archway, not a spawner bomb) + $archway_bomb thread global/tow_dm.scr::bomb_thinker "allies" maps/obj/MP_Berlin_TOW.scr::archway_bomb_relay_explode +end + +//----------------------------------------------- +// Blow up the truck (Allied Spawner) +//----------------------------------------------- +truck_bomb_relay_explode: + + self waittill trigger + thread alliesammodepot + +end + +//----------------------------------------------- +// Blow up the MG42 (Axis Spawner) +//----------------------------------------------- +mg42_bomb_relay_explode: + + self waittill trigger + thread axisammodepot + +end + +//----------------------------------------------- +// Blow up the bridge (Allied path reduce) +//----------------------------------------------- +bridge_bomb_relay_explode: + + thread global/exploder.scr::explode 199 + +end + +//----------------------------------------------- +// Blow up the archway (Axis path reduce) +//----------------------------------------------- +archway_bomb_relay_explode: + + thread global/exploder.scr::explode 8 + +end + +//----------------------------------------------- +// Call in the artillery strike +//----------------------------------------------- +call_artillery_strike: + + if( self.fire_attack_thread != NIL && self.fire_attack_thread != NULL ) + { + //switching targets + self.fire_attack_thread delete + wait 2 + } + + self.fire_attach_thread = local + + while( $Obj_artillerystrike.ControlledBy == 0 ) + { + local.rand = randomint $flak_axis_boom.size + if( local.rand <= 0 ) + { + local.rand++ + } + + local.ent = spawn models/projectiles/Berlin_Bombs.tik origin $flak_axis_boom[local.rand].origin + local.ent explode + + //Delay between explosions + wait 2 + } + +end + +//----------------------------------------------- +// Call in the allied air strike +//----------------------------------------------- +call_air_strike: + + if( self.fire_attack_thread != NIL && self.fire_attack_thread != NULL ) + { + //switching targets + self.fire_attack_thread delete + wait 2 + } + + self.fire_attach_thread = local + + while( $Obj_airstrike.ControlledBy == 1 ) + { + //Plane 1 flypath + local.rand = randomint 3 + switch( local.rand ) + { + //local.flypath is the path the plane will follow + //local.wait is the delay before it drops it's bombs + case 0: + local.flypath = $plane_path1 + local.wait = randomfloat 1.0 + local.wait += 2 + wait local.wait + break; + + case 1: + local.flypath = $plane_path2 + local.wait = randomfloat 1.0 + local.wait += 2 + wait local.wait + break; + + case 2: + local.flypath = $plane_path3 + local.wait = randomfloat 1.0 + local.wait += 2 + wait local.wait + break; + + case 3: + local.flypath = $plane_path4 + local.wait = randomfloat 1.0 + local.wait += 2 + wait local.wait + break; + } + + //Plane 2 flypath + local.rand2 = randomint 3 + + //Make sure we get a different path. + while( local.rand2 == local.rand ) + { + local.rand2 = randomint 3 + } + + switch( local.rand2 ) + { + //local.flypath2 is the path the plane will follow + //local.wait2 is the delay before it drops it's bombs + + case 0: + local.flypath2 = $plane_path1 + local.wait2 = randomfloat 1.0 + local.wait2 += 2 + wait local.wait2 + break; + + case 1: + local.flypath2 = $plane_path2 + local.wait2 = randomfloat 1.0 + local.wait2 += 2 + wait local.wait2 + break; + + case 2: + local.flypath2 = $plane_path3 + local.wait2 = randomfloat 1.0 + local.wait2 += 2 + wait local.wait2 + break; + + case 3: + local.flypath2 = $plane_path4 + local.wait2 = randomfloat 1.0 + local.wait2 += 2 + wait local.wait2 + break; + } + + thread spawn_plane "Plane1" "Plane1_bomb" "Plane1_bomb2" local.flypath local.wait + + if( $Obj_radarcontrol.ControlledBy == 1 ) + { + wait 1 + thread spawn_plane "Plane2" "Plane2_bomb" "Plane2_bomb2" local.flypath2 local.wait2 + } + + //How long between plane runs + wait 15 + } + +end + + +//----------------------------------------------- +// Spawn in a plane +//----------------------------------------------- +spawn_plane local.planeName local.bombName local.bombName2 local.flypath local.wait: + + //spawn the plane in and start flying over the target + spawn script_model model models/vehicles/yak_7b.tik "$targetname" local.planeName origin local.flypath.origin + local.planeName followpath local.flypath 2500 2000 256 + local.planeName playsound plane + local.planeName move + local.planeName notsolid + + wait local.wait + + spawn models/projectiles/Berlin_Bombs.tik "$targetname" local.bombName origin local.flypath.origin + local.bombName becomebomb local.planeName + local.bombName model "ammo/us_bomb.tik" + local.bombName show + + //Delay slightly before dropping the second bomb + wait 0.2 + + spawn models/projectiles/Berlin_Bombs.tik "$targetname" local.bombName2 origin local.flypath.origin + local.bombName2 becomebomb local.planeName + local.bombName2 model "ammo/us_bomb.tik" + local.bombName2 show + + local.planeName waitmove + local.planeName remove + +end + + + +//---------------------------------------------------------- +//Initialize the tower lights +//---------------------------------------------------------- +init_tower_lights: + + $tower_lights_01 hide + $tower_lights_02 hide + +end + +//---------------------------------------------------------- +FacingFix: +// +// +// jsl--> Make the axis face the correct way... +//---------------------------------------------------------- + + self angles "0 0 0" + + end + + +//---------------------------------------------------------- +// Allies are enemyspawners with #set 20 with a leader #set 25 +// Axis are enemyspawners with #set 10 with a leader #set 15 +// all spawners are targeting info_pathnodes +// 2 cameras placed $targetname alliewincamera_1 & alliewincamera_2 +//---------------------------------------------------------- +win_game_allie: + + //hide and freeze the players + $player nodamage + $player hide + freezeplayer + + //spawn the allies + waitthread global/dm_ai.scr::spawnset 20 set20 + waitthread global/dm_ai.scr::spawnset 25 cappy + + //spawn the axis + waitthread global/dm_ai.scr::spawnset 10 set10 + waitthread global/dm_ai.scr::spawnset 15 set15 + + $set10 waitthread FacingFix + $set15 waitthread FacingFix + + for( local.i = 1; local.i <= $set10.size; local.i++ ) + { + $set10[local.i] thread Do_Loser_End + } + + $set15 thread Do_Loser_End + + //Turn on the winning music + forcemusic aux2 aux2 + + //Turn off the hud for the movie + drawhud 0 + + $alliewincamera_1 watch $alliewincamera_2 + $alliewincamera_1 cut + cuecamera $alliewincamera_1 + + wait 3 + + for( local.i = 1; local.i <= $set20.size; local.i++ ) + { + local.rand = randomfloat .5 + local.rand += .5 + + if( local.i <= $set10.size ) + { + $set20[local.i] thread Do_Winner_End local.rand $set10[local.i] + } + else + { + $set20[local.i] thread Do_Winner_End local.rand NULL + } + } + + $cappy thread Do_Winner_Allied_Cappy_End 5 $set15 + +end + +//---------------------------------------------------------- +// Allies are enemyspawners with #set 30 with a leader #set 35 +// Axis are enemyspawners with #set 40 with a leader #set 45 +// all spawners are targeting info_pathnodes +// 2 cameras placed $targetname axiswincamera_1 & axiswincamera_2 +//---------------------------------------------------------- +win_game_axis: + + //hide and freeze the players + $player nodamage + $player hide + freezeplayer + + //spawn the axis + waitthread global/dm_ai.scr::spawnset 40 set40 + waitthread global/dm_ai.scr::spawnset 45 cappy + + //spawn the allies + waitthread global/dm_ai.scr::spawnset 30 set30 + waitthread global/dm_ai.scr::spawnset 35 set35 + + drawhud 0 + + //Start the music + forcemusic aux4 aux4 + + $axiswincamera_1 speed .3 + $axiswincamera_1 fov 70 + $axiswincamera_1 follow $axiswincamera_spline $axiswincamera_target + $axiswincamera_1 cut + cuecamera $axiswincamera_1 + + wait 2.0 + + //Run the winner threads + for( local.i = 1; local.i <= $set40.size; local.i++ ) + { + local.rand = randomfloat 3.0 + local.rand += 2.5 + + if( local.i <= $set30.size ) + { + $set40[local.i] thread Do_Winner_End local.rand $set30[local.i] + } + else + { + $set40[local.i] thread Do_Winner_End local.rand NULL + } + } + + //run the winners captain thread + $cappy thread Do_Winner_Axis_Cappy_End 5 $set35 + + wait 1 + + //run the losers threads + for( local.i = 1; local.i <= $set30.size; local.i++ ) + { + $set30[local.i] thread Do_Allie_Loser_End + } + + $set35 thread Do_Allie_Loser_End + + +end + + +//---------------------------------------------------------- +//Do the winner anims and stuff +//---------------------------------------------------------- +Do_Winner_End local.wait local.target: + + self nodamage + self runto self.target + + wait local.wait + + self fire + + if( local.target != NULL ) + { + local.target takedamage + local.target damage NULL 1000 NULL (0 0 0) (0 0 0) (0 0 0) 0 9 0 0 + } + +end + +//---------------------------------------------------------- +//Do the winners captain end sequence +//---------------------------------------------------------- +Do_Winner_Allied_Cappy_End local.wait local.target: + + self nodamage + self runto self.target + + local.rand = randomfloat 1.5 + local.rand += .5 + + self fire + + level.axisFire = 0 + + if( local.target != NULL ) + { + local.target takedamage + local.target damage NULL 1000 NULL (0 0 0) (0 0 0) (0 0 0) 0 9 0 0 + } + + wait 3.5 + + $alliewincamera_2 watch $cappy + $alliewincamera_2 fov 40 + $alliewincamera_2 cut + cuecamera $alliewincamera_2 + + wait 2 + + dprintln "Playing Cappy end anim" + self anim 00A001_victory + + wait 2 + + //Allies have won + teamwin allies + + //fade out the music + forcemusic aux3 aux3 + + wait 5 + +end + + +//---------------------------------------------------------- +//Do the winners captain end sequence +//---------------------------------------------------------- +Do_Winner_Axis_Cappy_End local.wait local.target: + + self nodamage + self runto self.target + + wait local.wait + + self fire + + if( local.target != NULL ) + { + local.target takedamage + local.target damage NULL 1000 NULL (0 0 0) (0 0 0) (0 0 0) 0 9 0 0 + } + + wait 5 + + self anim 00A001_victory + + //Axis have won + teamwin axis + + //fade out the music + forcemusic aux5 aux5 + + wait 5 + +end + + +//---------------------------------------------------------- +//Axis end, they fire and die +//---------------------------------------------------------- +Do_Loser_End: + + self nodamage + self aimat $airstrike_origin + + //self runto self.target + while ( level.axisFire == 1 ) + { + local.delay = randomfloat 1.5 + local.delay += .5 + + wait local.delay + self fire + } + +end + +//---------------------------------------------------------- +//Allies run away +//---------------------------------------------------------- +Do_Allie_Loser_End: + + self nodamage + self runto self.target + +end + +//----------------------------------------------- +// init the objectives +//----------------------------------------------- +Check_End_Match: + + local.nAxis = 0 + local.nAllied = 0 + + //Allied ammo depot + if( $Obj_alliesammodepot.ControlledBy == 0 ) + { + local.nAxis++ + } + else if( $Obj_alliesammodepot.ControlledBy == 1 ) + { + local.nAllied++ + } + + //Axis ammo depot + if( $Obj_axisammodepot.ControlledBy == 0 ) + { + local.nAxis++ + } + else if( $Obj_axisammodepot.ControlledBy == 1 ) + { + local.nAllied++ + } + + //Artillery Strike + if( $Obj_artillerystrike.ControlledBy == 0 ) + { + local.nAxis++ + } + else if( $Obj_artillerystrike.ControlledBy == 1 ) + { + local.nAllied++ + } + + //Radar + if( $Obj_radarcontrol.ControlledBy == 0 ) + { + local.nAxis++ + } + else if( $Obj_radarcontrol.ControlledBy == 1 ) + { + local.nAllied++ + } + + //Air strike + if( $Obj_airstrike.ControlledBy == 0 ) + { + local.nAxis++ + } + else if( $Obj_airstrike.ControlledBy == 1 ) + { + local.nAllied++ + } + + //Allies first + if( local.nAllied == level.numObjectives ) + { + //Only show the movie if the wingame cvar has not been set yet. + local.winstate = int( getcvar( g_TOW_winstate ) ) + if( local.winstate == 0 ) + { + setcvar "g_TOW_winstate" "1" + + //ignore the clock + level ignoreclock 1 + + //if there is a bomb ticking stop it. + waitthread global/tow_dm.scr::StopBomb + + //Allies win play the movie + thread win_game_allie + } + } + else if( local.nAxis == level.numObjectives ) + { + //Only show the movie if the wingame cvar has not been set yet. + local.winstate = int( getcvar( g_TOW_winstate ) ) + if( local.winstate == 0 ) + { + setcvar "g_TOW_winstate" "1" + + //ignore the clock + level ignoreclock 1 + + //if there is a bomb ticking stop it. + waitthread global/tow_dm.scr::StopBomb + + //Axis win do their movie and end the map + thread win_game_axis + } + } + +end + diff --git a/maps/T2L1_Tank.scr b/maps/T2L1_Tank.scr new file mode 100644 index 0000000..8fb55a1 --- /dev/null +++ b/maps/T2L1_Tank.scr @@ -0,0 +1,801 @@ +//-------------------------------------------------------------------------------- +// T2L1_Tank.Scr +// Jeff Leggett +// 07/08/2002 +// +// Handles the custom tanks in T2L1... +// +//-------------------------------------------------------------------------------- + +//-------------------------------------------------------------------------------- +main: +// +// Initialization function... +//-------------------------------------------------------------------------------- + + $tigertank1 hide + //$tigertank1_stickybomb hide + //level.bStickyBombHidden = 1 + level.bTigerTank1Destroyed = 0 + + level.friendly3 thread MedicThink + + End + +//-------------------------------------------------------------------------------- +DoTank1: +// +// Tigertank1 - starts the TigerTank rolling on its path +// +//-------------------------------------------------------------------------------- + + dprintln "Starting up tank1!!" + + $tigertank1 thread Tank1Go + + // set these as 1 until ready... Makes sure these guys are alive for the gag. + level.bTreeGuyReady = 0 + level.bDialogSpoken = 0 + + End + + +//-------------------------------------------------------------------------------- +Tank1Go: +//-------------------------------------------------------------------------------- + + level.enemytankspeed = 200 + level.playertanktarget = $player + level.lookahead = 256 + level.sightdistance = 16000 + self setcollisionentity $panzertank_mask + // self.type = NIL + self rendereffects "-shadow" + self.start_health = 1000 + self.health = self.start_health + self removeondeath 0 + self immune bullet + self immune fast_bullet + self immune grenade + self immune bash + + self.bAttackPlayer = 1 + + thread SetupFriendlies + + self.gun = self QueryTurretSlotEntity 0 + + thread global/ai.scr::spawn 6 + self show + + level.friendly1.health_pickup = FALSE + level.friendly2.health_pickup = FALSE + level.friendly3.health_pickup = FALSE + + // Run the vehicle_warning script + //self thread global/Vehicle_Warning.Scr::WarnFriendlies $friendly 800 0.707 + //self.previous_thread = parm.previousthread + +// MJG: the following construct is undefined and BAD BAD BAD +// self waittill (level.bDialogueSpoken == 1) + while ( level.bDialogSpoken != 1 ) + { + // don't start driving until dialog is spoken? + waitframe + } + + self drive $tigertank1_path level.enemytankspeed 30 200 level.lookahead +// self.gun setAimTarget $player + self waittill drive + self stop + + // okay, we're here. Now aim at the friendlies... + + if ( level.friendly3!=NULL && isAlive level.friendly3 ) + { +// MJG: the following construct is undefined and BAD BAD BAD +// self waittill (level.bTreeGuyReady == 1) + + while ( level.bTreeGuyReady != 1 ) + { + waitframe + } + + // stop attacking player + self.bAttackPlayer = 0 + + if ( isAlive self ) + self waitthread target_delay_fire level.friendly3 3 + + wait 0.1 + + // jsl--> Make sure he DIES! + if ( isAlive self && isAlive level.friendly3 ) + { + level.friendly3 damage self 3000 self (0 0 0) (0 0 0) (0 0 0) 0 9 0 0 + } + wait 0.5 + } + + if ( level.friendly2!=NULL && isAlive level.friendly2 ) + { + self.bAttackPlayer = 0 + + self.gun setAimTarget level.friendly2 + + // do our miss.... + wait 3 + thread DoFriendly2RunAway + wait 1 + if ( isAlive self ) + self waitthread target_delay_fire NULL 1 + wait 0.1 + + // this time we hit him! + if ( isAlive self ) + self.gun setAimTarget level.friendly2 + + wait 4 + + if ( isAlive self ) + self waitthread target_waittill_fire level.friendly2 + + // jsl--> hack until tank aiming is fixed. + if ( isAlive self && isAlive level.friendly2 ) + { + level.friendly2 damage self 3000 self (0 0 0) (0 0 0) (0 0 0) 0 9 0 0 + } + wait 0.5 + } + + if ( level.friendly1!=NULL && isAlive level.friendly1 ) + { + self.bAttackPlayer = 0 + + if ( isAlive self ) + self.gun setAimTarget level.friendly1 + wait 2 + thread DoFriendly1RunAway + if ( isAlive self ) + self waitthread target_delay_fire NULL 1 + wait 0.1 + + if ( isAlive self ) + self.gun setAimTarget level.friendly1 + wait 6 + + if ( isAlive self ) + self waitthread target_waittill_fire level.friendly1 + + // jsl--> hack until tank aiming is fixed. + if ( isAlive self && isAlive level.friendly1 ) + { + level.friendly1 damage self 3000 self (0 0 0) (0 0 0) (0 0 0) 0 9 0 0 + } + wait 0.5 + } + + // now just be a normal tank... (ie: go after player...) + if ( isAlive self ) + { + self thread maps/t2l1.scr::tank_think 0 //panzer //_winter + self thread maps/t2l1.scr::tank_targeting + } + + // put the survivors back to their old health value... + if ( level.friendly1!=NIL && isAlive level.friendly1 ) + level.friendly1 thread RestoreHealth + if ( level.friendly2!=NIL && isAlive level.friendly2 ) + level.friendly2 thread RestoreHealth + if ( level.friendly3!=NIL && isAlive level.friendly3 ) + level.friendly3 thread RestoreHealth + + End + +//-------------------------------------------------------------------------------- +//-------------------------------------------------------------------------------- +target_delay_fire local.targ local.delay: + + if ( isAlive self ) + self.gun setAimTarget local.targ + wait local.delay + if ( isAlive self ) + self.gun anim fire + +end + +//-------------------------------------------------------------------------------- +//-------------------------------------------------------------------------------- +target_waittill_fire local.targ: + + if ( isAlive self ) + { + self.gun setAimTarget local.targ + self.gun waittill ontarget + } + if ( isAlive self ) + self.gun anim fire + +end + + +//-------------------------------------------------------------------------------- +GoAfterPlayer: +// +// Go after player when the mg42 guy dies. Stop going after player when +// +//-------------------------------------------------------------------------------- + + while ( self.bAttackPlayer==1 ) + { + self.gun setAimTarget $player + self.gun waittill ontarget + + if (self == NULL) + end + + // should probably be targeting the player or something... + if !(vector_within $player.origin self.origin 16000) + { + wait 1 + } + else if (!(sighttrace $player.origin (self.gun.origin + (0 0 64)) 1)) + { + wait 1 + } + else + { + wait 3 + if ( self.bAttackPlayer==1 ) + { + self.gun setAimTarget $player + self.gun waittill ontarget + + if (self == NULL) + end + +////this causes the bug where the cannon doesnt shoot in the Z direction... self.gun setAimTarget NULL + self.gun anim fire + wait 2 + } + } + + if (self == NULL) + end + } + + + End + +//-------------------------------------------------------------------------------- +DoFriendly2RunAway: +//-------------------------------------------------------------------------------- + + if ( level.bTigerTank1Destroyed==0 ) + { + level.attackthread2 delete + level.friendly2 thread Friendly2RunAway + level.attackthread2 = parm.previousthread + } + + End + +//-------------------------------------------------------------------------------- +DoFriendly1RunAway: +// +// +// he runs his flee path and will attack from there.... +//-------------------------------------------------------------------------------- + + if ( level.bTigerTank1Destroyed==0 ) + { + level.attackthread1 delete + + level.friendly1 thread FriendlyAttackTank $friendly1_fleepath 1 + level.attackthread1 = parm.previousthread + } + + End + +//-------------------------------------------------------------------------------- +Friendly2RunAway: +// +// Friendly runs away from tank... +//-------------------------------------------------------------------------------- + + self runto $friendly2_fleepath + self waittill movedone + + if ( parm.movedone!=1 ) + goto Friendly2RunAway + + // do cower here.. + while ( 1 ) + { + self anim 23A107_TakeCoverP + self waittill animdone + } + + End + +//-------------------------------------------------------------------------------- +BeHealthy: +// temporarily crank up our health to do the tank gag... +//-------------------------------------------------------------------------------- + if ( self==NIL ) + end + + if ( isAlive self ) + { + self.save_health = self.health + self.health = self.maxhealth * 0.75 + } + end + +//-------------------------------------------------------------------------------- +RestoreHealth: +// +// put our health back where it was before the tank gag... +//-------------------------------------------------------------------------------- + + if ( self==NIL ) + end + + if ( isAlive self ) + { + self.health = self.save_health + } + end + + +//-------------------------------------------------------------------------------- +SetupFriendlies: +// Go to our hiding places and do the player dialog... +// +//-------------------------------------------------------------------------------- + + wait 2 + + if ( level.friendly1!=NIL && isAlive level.friendly1 ) + { + level.friendly1 thread BeHealthy +// level.friendly1 thread FriendlyAttackTank $friendly1_rally 1 +// level.attackthread1 = parm.previousthread + level.friendly1 thread DoTank1Dialog + + level.friendly2 thread FriendlyAttackTank $friendly2_rally 1 + level.attackthread2 = parm.previousthread + } + else + { + if ( level.friendly2!=NIL && isAlive level.friendly2 ) + { + level.friendly2 thread DoTank1Dialog + level.friendly2 thread BeHealthy + } + } + + if ( level.friendly3!=NIL && isAlive level.friendly3 ) + { + level.friendly3.abort_cover = 1 + level.friendly3 thread BeHealthy + // make sure he dies the right way... + level.friendly3 exec global/setdeathanim.scr "21A201_RagDollDeath" + // run to his spot... + level.friendly3 thread FriendlyAttackTank $friendly3_rally 0 + level.attackthread3 = parm.previousthread + } + + if (!(isAlive level.friendly1) && !(isAlive level.friendly2)) + { + dprintln "both are dead, start the tank" + level.bDialogSpoken = 1 + } +End + + +//-------------------------------------------------------------------------------- +Tank1Dead: +//-------------------------------------------------------------------------------- + + level.bTigerTank1Destroyed = 1 + + // kill the friendly threads.... + level.attackthread1 delete + level.attackthread2 delete + level.attackthread3 delete + + // become friends with player again... + if (level.friendly1 && isAlive level.friendly1 ) + { + level.friendly1 thread FriendStart + level.friendly1 exec global/enable_ai.scr + } + + if (level.friendly2 && isAlive level.friendly2 ) + { + level.friendly2 thread FriendStart + level.friendly2 exec global/enable_ai.scr + } + + if (level.friendly3 && isAlive level.friendly3 ) + { + level.friendly3 thread FriendStart + level.friendly3.abort_cover = 0 + + // level.friendly3 exec global/enable_ai.scr + } + + End + + +//-------------------------------------------------------------------------------- +TankDialogDeathCheck: +// +// if the guy dies before saying his dialog, make sure the game can go on... +//-------------------------------------------------------------------------------- + + self waittill death + + level.bDialogSpoken = 1 + + //if ( level.bStickyBombHidden==0 ) + //{ + //End + //} + + //waitthread ShowStickyBomb + exec global/obj.scr 3 current "Use Sticky Bomb to Destroy Tank" $tigertank1.origin + End + +//-------------------------------------------------------------------------------- +ShowStickyBomb: +//-------------------------------------------------------------------------------- + if ( level.bStickyBombHidden==1 ) + { + level.bStickyBombHidden = 0 + exec global/obj.scr 3 current "Use Sticky Bomb to Destroy Tank" $tigertank1.origin + } + + End + +//-------------------------------------------------------------------------------- +DoTank1Dialog: +// +// say our dialog and run to our spot... +//-------------------------------------------------------------------------------- + + level.bDialogSpoken = 0 + + self thread FriendStop + + //self thread TankDialogDeathCheck + + self exec global/disable_ai.scr + self nodamage + self runto $friendly1_speechnode.origin + self waittill movedone + level.bDialogSpoken = 1 + wait 3 + self anim 21A103_Dialogue3 + self waittill animdone + self takedamage + self exec global/enable_ai.scr + + exec global/obj.scr 3 current "Use Sticky Bomb to Destroy Tank" $tigertank1.origin + + if ( self==level.friendly1 ) + { + self thread FriendlyAttackTank $friendly1_rally 1 + level.attackthread1 = parm.previousthread + } + else if ( self==level.friendly2 ) + { + self thread FriendlyAttackTank $friendly2_rally 1 + level.attackthread2 = parm.previousthread + } + End + + +//-------------------------------------------------------------------------------- +FriendlyAttackTank local.dest local.attack: +// +// Sets up this friendly to run to the dest and start attacking the tank... +// +//-------------------------------------------------------------------------------- + self waitthread FriendStop + + self exec global/disable_ai.scr + + local.there = 0 + + while ( local.there==0 ) + { + self runto local.dest + self waittill movedone + if ( parm.movedone==1 ) + local.there = 1 + } + + self turnto $tigertank1 + + if ( local.attack==1 ) + { + self aimat $tigertank1 + + wait 0.2 + + self exec global/crouch.scr + + // now start doing cover fire... + + while ( isAlive self ) + { + // note: this thread gets deleted when the tank dies... + + // if we have a shot at him, do it... + + if (sighttrace (self.origin + (0 0 64)) $tigertank1.origin 1) + { + for (local.xx = 0; local.xx < 8; local.xx++ ) + { + if ( !(isAlive self) ) + break + + self fire + wait 0.6 + + self turnto $tigertank1 + self aimat $tigertank1 + } + } + // ??? self waitthread anim/reload.scr::Reload 1 1 0 + // reloading... + wait 3 + + self turnto $tigertank1 + self aimat $tigertank1 + } + } + else if (self==level.friendly3) + { + // tell tank to come and get me... + level.bTreeGuyReady = 1 + + while ( isAlive self ) + { + self anim 23A107_TakeCoverP + self waittill animdone + } + } + + + End + +//------------------------------------------------------------------- +FriendStart: +// +// Become a friend... +//------------------------------------------------------------------- + + self.mins = 0 + self.maxs = 30 +// self.destination = $player + self.friendtype = 1 + + // friendly3 is the medic... + if ( self==level.friendly3 ) + self.friendtype = 5 + + self thread global/friendly.scr::friendlythink + End + + +//-------------------------------------------------------------------------------- +FriendStop: +//-------------------------------------------------------------------------------- + self thread global/friendly.scr::friendlystop + + End + +//-------------------------------------------------------------------------------- +mg42_guy_death_check: +//-------------------------------------------------------------------------------- + + self waittill death + + // now that the mg42 guy is dead... Have the turret go after the player... + $tigertank1 thread GoAfterPlayer + + end + +//-------------------------------------------------------------------------------- +MedicRunForCover: +//-------------------------------------------------------------------------------- + + // find closest cover place and run there... + local.total = $medic_hideplace.size + local.min_dist = 999999 + local.min_node = NULL + + for (local.i=1;local.i<=$medic_hideplace.size;local.i++) + { + local.dist = vector_length ( self.origin - $medic_hideplace[local.i].origin ) + + if ( local.dist < local.min_dist ) + { + local.min_dist = local.dist + local.min_node = $medic_hideplace[local.i] + } + } + + if ( local.min_node!=NULL ) + { + // we found one... how far? + if ( local.min_dist >= 2304 ) + { + dprintln "Found medic_hideplace node, but it's too far:" local.min_dist + } + else + { + dprintln "Found medic_hideplace node, running there now!" + local.done = 0 + self runto local.min_node + self waittill movedone + + if ( self.abort_cover==0 ) + self exec global/crouch.scr + } + } + else + { + dprintln "No medic_hideplace nodes. No where to run!" + } + + + end + +//-------------------------------------------------------------------------------- +AreFriendliesFighting: +//-------------------------------------------------------------------------------- + + local.bFighting = 0 + + if ( isAlive level.friendly1 && level.friendly1.has_enemy==1 ) + local.bFighting = 1 + + if ( isAlive level.friendly2 && level.friendly2.has_enemy==1 ) + local.bFighting = 1 + + end local.bFighting + +//-------------------------------------------------------------------------------- +WaitForFightingToStop: +// +// wait for fighting to stop while monitoring everyone's health. If anyones +// health goes too low, turn back into our friendly medic... +//-------------------------------------------------------------------------------- + + local.bFighting = 1 + local.bTurnedOnMedic = 0 + + while ( local.bFighting==1 && self.abort_cover==0 ) + { + wait 0.5 + local.bFighting = waitthread AreFriendliesFighting + + if ( local.bFighting==1 ) + { + // still fighting, see if anyone needs a medic... + + local.bNeedMedic = 0 + + local.health = ($player.health * 100) / $player.maxhealth + if (local.health < level.medicmin) + local.bNeedMedic = 1 + + if ( isAlive level.friendly1 ) + { + local.health = (level.friendly1.health * 100) / level.friendly1.maxhealth + if (local.health < level.medicmin) + local.bNeedMedic = 1 + } + + if ( isAlive level.friendly2 ) + { + local.health = (level.friendly2.health * 100) / level.friendly2.maxhealth + if (local.health < level.medicmin) + local.bNeedMedic = 1 + } + + if ( local.bTurnedOnMedic==0 ) + { + if ( local.bNeedMedic==1 ) + { + dprintln "someone needs a medic... Going back into medic-mode...." + local.bTurnedOnMedic = 1 + if ( self.abort_cover==0 ) + self thread global/friendly.scr::friendlythink + } + } + else + { + // we're still fighting, we've turned on medic mode again, but no one needs us. Run for cover! + if ( local.bNeedMedic==0 ) + { + local.bTurnedOnMedic = 0 + self waitthread global/friendly.scr::friendlystop + + // no one needs a medic, therefore run to hiding spot again... + dprintln "OK, everyone healed.. Medic running for cover again..." + self waitthread MedicRunForCover + wait 3 + } + } + } + } + + end + +//-------------------------------------------------------------------------------- +MedicThink: +// +// Have medic run for cover whenever his buddies +//-------------------------------------------------------------------------------- + + self.abort_cover = 0 + + // Have our buddies monitor if they're attacking or not... + level.friendly1 thread FriendlyEnemyCheck + level.friendly2 thread FriendlyEnemyCheck + + while ( isAlive self ) + { + local.bFighting = waitthread AreFriendliesFighting + + if ( local.bFighting==1 && self.abort_cover==0 ) + { + dprintln "FRIENDS ARE FIGHTING! --> Medic running for cover.." + // stop being a friend for now... Go run for cover... + self waitthread global/friendly.scr::friendlystop + self waitthread MedicRunForCover + + // we've run for cover, now see when the fighting is over... + self waitthread WaitForFightingToStop + + dprintln "FRIENDS have stopped fighting! Becoming a medic again..." + + // fighting has stopped, therefore turn our friendlyness back on.. + if( self.abort_cover==0 ) + self thread global/friendly.scr::friendlythink + } + + wait 0.5 + } + + + end +//-------------------------------------------------------------------------------- +FriendlyEnemyCheck: +//-------------------------------------------------------------------------------- + + while ( isAlive self ) + { + self.has_enemy = 0 + self waittill hasenemy + self.has_enemy = 1 + while ( isAlive self && self.has_enemy==1 ) + { + wait 3 + if ( self!=NULL && self.thinkstate != "attack" ) + { + wait 1 + if ( self!=NULL && self.thinkstate != "attack" ) + self.has_enemy = 0 + } + } + } + + self.hasenemy = 0 + + end diff --git a/maps/mp_berlin_tow.dcl b/maps/mp_berlin_tow.dcl new file mode 100644 index 0000000..3769e4f Binary files /dev/null and b/maps/mp_berlin_tow.dcl differ diff --git a/maps/t2l1.dcl b/maps/t2l1.dcl new file mode 100644 index 0000000..72d04ca Binary files /dev/null and b/maps/t2l1.dcl differ diff --git a/maps/t2l1.map b/maps/t2l1.map new file mode 100644 index 0000000..155ae0e --- /dev/null +++ b/maps/t2l1.map @@ -0,0 +1,121125 @@ +{ +"angle" "225" +"farplane_bias" "-1500" +"spawnflags" "4" +"message" "Bastogne" +"sundiffuse" ".1" +"farplane_color" ".6 .6 .64" +"farplane" "3500" +"suncolor" "40.8 46.4 52 50" +"classname" "worldspawn" +"sundirection" "-80.0 250.0 0" +"ambientlight" ".095 1.5 3.5" +"sunflarename" "none" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 160.682343 ) +( +( ( 5394 2856 2192 16.671875 -12.359375 ) ( 5190 3046 2254 16.671875 -12.898438 ) ( 4900 3030 2220 16.671875 -13.437500 ) ) +( ( 5266 2984 2096 17.210938 -12.359375 ) ( 5048 3059 2259 17.210938 -12.898438 ) ( 4924 3026 2288 17.210938 -13.437500 ) ) +( ( 5330 3048 2136 17.750000 -12.359375 ) ( 5226 3160 2168 17.750000 -12.898438 ) ( 5298 3256 2160 17.750000 -13.437500 ) ) +) + } + } +// brush 1 +{ +( 2304 1400 896 ) ( 2304 1488 896 ) ( 2304 1488 1000 ) common/monster 0 -20 0.00 1 1 131072 2193 0 +( 2352 1624 896 ) ( 2544 1624 896 ) ( 2544 1624 1000 ) common/monster 0 -20 0.00 1 1 131072 2193 0 +( 2736 1504 896 ) ( 2736 1416 896 ) ( 2736 1416 1000 ) common/monster 0 -20 0.00 1 1 131072 2193 0 +( 2560 1328 896 ) ( 2368 1328 896 ) ( 2368 1328 1000 ) common/monster 0 -20 0.00 1 1 131072 2193 0 +( 2536 1416 1112 ) ( 2344 1416 1112 ) ( 2344 1504 1112 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( 2344 1416 896 ) ( 2536 1416 896 ) ( 2536 1504 896 ) common/monster 0 0 0.00 1 1 131072 2193 0 +} +// brush 2 +{ +( 2384 3712 2000 ) ( 2168 3712 2000 ) ( 2168 3568 2000 ) common/playerclip 8 24 0.00 1 1 65536 2193 0 +( 2168 3520 2520 ) ( 2168 3664 2520 ) ( 2384 3664 2520 ) common/playerclip 8 24 0.00 1 1 65536 2193 0 +( 2536 3664 2000 ) ( 2536 3664 2464 ) ( 2312 3792 2464 ) common/playerclip 8 0 0.00 1 1 65536 2193 0 +( 2064 3648 2464 ) ( 2064 3648 2000 ) ( 2288 3776 2000 ) common/playerclip 8 0 0.00 1 1 65536 2193 0 +( 2048 3616 2000 ) ( 2016 3616 2000 ) ( 2032 3616 2520 ) common/playerclip 8 0 0.00 1 1 65536 2193 0 +} +// brush 3 +{ +( 1424 3616 1936 ) ( 2624 3616 1936 ) ( 2624 3616 2528 ) common/playerclip 8 0 0.00 1 1 65536 2193 0 +( 1280 3536 1936 ) ( 1280 3536 2528 ) ( 2768 3536 2528 ) common/playerclip 8 0 0.00 1 1 65536 2193 0 +( 1280 3536 2528 ) ( 1280 3536 1936 ) ( 1440 3616 1936 ) common/playerclip 8 0 0.00 1 1 65536 2193 0 +( 2624 3616 1936 ) ( 2768 3536 1936 ) ( 2768 3536 2528 ) common/playerclip 8 0 0.00 1 1 65536 2193 0 +( 1296 3536 2528 ) ( 1424 3616 2528 ) ( 2624 3616 2528 ) common/playerclip 8 24 0.00 1 1 65536 2193 0 +( 2768 3536 1936 ) ( 2624 3616 1936 ) ( 1424 3616 1936 ) common/playerclip 8 24 0.00 1 1 65536 2193 0 +} +// brush 4 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 160.682343 ) +( +( ( 4900 3030 2220 16.671875 -12.359375 ) ( 4896 3254 2254 16.671875 -12.898438 ) ( 4882 3402 2208 16.671875 -13.437500 ) ) +( ( 4924 3026 2288 17.210938 -12.359375 ) ( 4914 3242 2264 17.210938 -12.898438 ) ( 4954 3250 2252 17.210938 -13.437500 ) ) +( ( 5298 3256 2160 17.750000 -12.359375 ) ( 5238 3300 2168 17.750000 -12.898438 ) ( 5114 3298 2160 17.750000 -13.437500 ) ) +) + } + } +// brush 5 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 160.682343 ) +( +( ( 4816 3084 2264 16.671875 -12.359375 ) ( 4816 3238 2296 16.671875 -12.898438 ) ( 4784 3448 2208 16.671875 -13.437500 ) ) +( ( 4840 3080 2288 17.210938 -12.359375 ) ( 4830 3296 2264 17.210938 -12.898438 ) ( 4826 3418 2224 17.210938 -13.437500 ) ) +( ( 4900 3030 2220 17.750000 -12.359375 ) ( 4896 3254 2254 17.750000 -12.898438 ) ( 4882 3402 2208 17.750000 -13.437500 ) ) +) + } + } +// brush 6 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 160.682343 ) +( +( ( 4540 3244 2376 16.671875 -12.359375 ) ( 4540 3350 2408 16.671875 -12.898438 ) ( 4560 3488 2336 16.671875 -13.437500 ) ) +( ( 4678 3164 2376 17.210938 -12.359375 ) ( 4678 3302 2344 17.210938 -12.898438 ) ( 4668 3474 2226 17.210938 -13.437500 ) ) +( ( 4816 3084 2264 17.750000 -12.359375 ) ( 4816 3238 2296 17.750000 -12.898438 ) ( 4784 3448 2208 17.750000 -13.437500 ) ) +) + } + } +// brush 7 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 160.682343 ) +( +( ( 4264 3244 2440 16.671875 -12.359375 ) ( 4264 3350 2408 16.671875 -12.898438 ) ( 4264 3456 2472 16.671875 -13.437500 ) ) +( ( 4402 3244 2440 17.210938 -12.359375 ) ( 4402 3350 2408 17.210938 -12.898438 ) ( 4428 3456 2416 17.210938 -13.437500 ) ) +( ( 4540 3244 2376 17.750000 -12.359375 ) ( 4540 3350 2408 17.750000 -12.898438 ) ( 4560 3488 2336 17.750000 -13.437500 ) ) +) + } + } +// brush 8 +{ +( -5216 -2176 1408 ) ( -4320 -2176 1408 ) ( -4768 -1920 1408 ) common/playerclip 56 0 0.00 1 1 65536 2193 0 +( -4768 -1920 2048 ) ( -4320 -2176 2048 ) ( -5216 -2176 2048 ) common/playerclip 56 0 0.00 1 1 65536 2193 0 +( -4680 -1984 1408 ) ( -4680 -1984 2048 ) ( -5368 -2048 2048 ) common/playerclip -8 -40 0.00 1 1 65536 2193 0 +( -4680 -1984 2048 ) ( -4680 -1984 1408 ) ( -4680 -2176 1408 ) common/playerclip 56 -40 0.00 1 1 65536 2193 0 +( -5368 -2048 1408 ) ( -5368 -2048 2048 ) ( -4680 -2176 2048 ) common/playerclip 56 -40 0.00 1 1 65536 2193 0 +} +// brush 9 +{ +( 352 3584 1888 ) ( 0 3584 1888 ) ( 0 3168 1888 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 0 3168 2464 ) ( 0 3584 2464 ) ( 352 3584 2464 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 0 3080 2464 ) ( 352 3080 2464 ) ( 352 3080 1984 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 352 3168 2464 ) ( 352 3584 2464 ) ( 352 3584 1984 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 224 3552 2464 ) ( 224 3552 1888 ) ( 352 3552 1888 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( -104 3200 1888 ) ( -104 3200 2464 ) ( -104 3072 2464 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 224 3552 1888 ) ( 224 3552 2464 ) ( -40 3208 2464 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +} +// brush 10 +{ +( 6592 4640 1904 ) ( 6480 4640 1904 ) ( 6480 4544 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6480 4544 1920 ) ( 6480 4640 1920 ) ( 6592 4640 1920 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6592 4536 1920 ) ( 6592 4536 1904 ) ( 6504 4568 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6576 4528 1904 ) ( 6576 4528 1920 ) ( 6576 4632 1920 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6592 4640 2000 ) ( 6480 4640 2000 ) ( 6480 4640 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6504 4568 1920 ) ( 6504 4568 1904 ) ( 6480 4640 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +} +// brush 11 +{ +( 6480 4736 1904 ) ( 6480 4640 1904 ) ( 6592 4640 1904 ) common/tallen_nodraw 0 48 0.00 1 1 0 2288 0 +( 6592 4640 1920 ) ( 6480 4640 1920 ) ( 6480 4736 1920 ) common/tallen_nodraw 0 48 0.00 1 1 0 2288 0 +( 6504 4712 1904 ) ( 6592 4744 1904 ) ( 6592 4744 1920 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6576 4648 1920 ) ( 6576 4752 1920 ) ( 6576 4752 1904 ) common/tallen_nodraw -48 0 0.00 1 1 0 2288 0 +( 6480 4640 1904 ) ( 6480 4640 2000 ) ( 6592 4640 2000 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6480 4640 1904 ) ( 6504 4712 1904 ) ( 6504 4712 1920 ) common/tallen_nodraw -48 0 0.00 1 1 0 2288 0 +} +// brush 12 +{ +( -4224 -1680 1320 ) ( -4440 -1680 1320 ) ( -4440 -1824 1320 ) common/playerclip 24 -56 0.00 1 1 65536 2193 0 +( -4440 -1872 1784 ) ( -4440 -1728 1784 ) ( -4224 -1728 1784 ) common/playerclip 24 -56 0.00 1 1 65536 2193 0 +( -4288 -1600 1784 ) ( -4288 -1600 1320 ) ( -4008 -1624 1320 ) common/playerclip 24 -40 0.00 1 1 65536 2193 0 +( -4600 -1888 1784 ) ( -4600 -1888 1320 ) ( -4288 -1600 1320 ) common/playerclip 56 -40 0.00 1 1 65536 2193 0 +( -4600 -1888 1320 ) ( -4600 -1888 1784 ) ( -4008 -1624 1784 ) common/playerclip 24 -40 0.00 1 1 65536 2193 0 +} +// brush 13 +{ +( 4504 3624 2000 ) ( 4288 3624 2000 ) ( 4288 3480 2000 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 4288 3432 2464 ) ( 4288 3576 2464 ) ( 4504 3576 2464 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 4632 3560 2000 ) ( 4632 3560 2464 ) ( 4408 3688 2464 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 4184 3560 2464 ) ( 4184 3560 2000 ) ( 4408 3688 2000 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 4632 3560 2464 ) ( 4632 3560 2000 ) ( 4184 3560 2000 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +} +// brush 14 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3984 -1672 1616 -30.335012 -3.386545 ) ( -3960 -1712 1648 -30.665726 -3.492188 ) ( -3952 -1744 1656 -30.980865 -3.515625 ) ) +( ( -4184 -1637 1776 -30.089748 -3.827952 ) ( -4115 -1668 1808 -30.408478 -3.914063 ) ( -4066 -1706 1808 -30.811739 -3.960938 ) ) +( ( -4392 -1744 1792 -29.886726 -3.777170 ) ( -4352 -1760 1824 -30.295147 -3.992188 ) ( -4320 -1776 1832 -30.495277 -4.031250 ) ) +) + } + } +// brush 15 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4496 -1720 1456 0 1 ) ( -4344 -1519 1398 -0.500000 1 ) ( -4040 -1576 1280 -1 1 ) ) +( ( -4432 -1736 1496 0 0.750000 ) ( -4304 -1553 1488 -0.500000 0.750000 ) ( -4008 -1632 1328 -1 0.750000 ) ) +( ( -4448 -1736 1576 0 0.500000 ) ( -4320 -1547 1560 -0.500000 0.500000 ) ( -4008 -1632 1408 -1 0.500000 ) ) +( ( -4464 -1744 1744 0 0.250000 ) ( -4296 -1571 1696 -0.500000 0.250000 ) ( -4032 -1624 1568 -1 0.250000 ) ) +( ( -4392 -1744 1792 0 0 ) ( -4184 -1637 1776 -0.500000 0 ) ( -3984 -1672 1616 -1 0 ) ) +) + } + } +// brush 16 +{ +( 6984 5712 1904 ) ( 6984 5728 1904 ) ( 6984 5728 1988 ) common/clip -54 48 0.00 1 1 196608 2193 0 +( 6984 5728 1904 ) ( 7000 5728 1904 ) ( 7000 5728 1988 ) common/clip -41 48 0.00 1 1 196608 2193 0 +( 7000 5728 1904 ) ( 7000 5712 1904 ) ( 7000 5712 1988 ) common/clip -54 48 0.00 1 1 196608 2193 0 +( 7000 5712 1904 ) ( 6984 5712 1904 ) ( 6984 5712 1988 ) common/clip -41 48 0.00 1 1 196608 2193 0 +( 7000 5712 1988 ) ( 6984 5712 1988 ) ( 6984 5728 1988 ) common/clip -41 54 0.00 1 1 196608 2193 0 +( 6984 5712 1904 ) ( 7000 5712 1904 ) ( 7000 5728 1904 ) common/clip -41 54 0.00 1 1 196608 2193 0 +} +// brush 17 +{ +( 6644 5452 1904 ) ( 6616 5452 1904 ) ( 6616 5424 1904 ) common/clip 0 24 0.00 1 1 196608 2193 0 +( 6620 5424 1988 ) ( 6620 5452 1988 ) ( 6648 5452 1988 ) common/clip 0 24 0.00 1 1 196608 2193 0 +( 6616 5416 1996 ) ( 6644 5416 1996 ) ( 6644 5416 1904 ) common/clip 0 48 0.00 1 1 196608 2193 0 +( 6636 5420 1996 ) ( 6636 5448 1996 ) ( 6636 5448 1904 ) common/clip -24 48 0.00 1 1 196608 2193 0 +( 6640 5452 1996 ) ( 6612 5452 1996 ) ( 6612 5452 1904 ) common/clip 0 48 0.00 1 1 196608 2193 0 +( 6608 5452 1996 ) ( 6608 5424 1996 ) ( 6608 5424 1904 ) common/clip -24 48 0.00 1 1 196608 2193 0 +} +// brush 18 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3120 2216 1800 0 1 ) ( -3256 2352 1824 -0.500000 1 ) ( -3096 2544 1854 -1 1 ) ) +( ( -3016 2216 1800 0 0.750000 ) ( -3136 2344 1840 -0.500000 0.750000 ) ( -2992 2464 1934 -1 0.750000 ) ) +( ( -3008 2208 1992 0 0.500000 ) ( -3128 2352 2000 -0.500000 0.500000 ) ( -2976 2456 2046 -1 0.500000 ) ) +( ( -3008 2208 2096 0 0.250000 ) ( -3112 2344 2072 -0.500000 0.250000 ) ( -2976 2464 2142 -1 0.250000 ) ) +( ( -2920 2216 2184 0 0 ) ( -3040 2336 2184 -0.500000 0 ) ( -2904 2416 2214 -1 0 ) ) +) + } + } +// brush 19 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3152 3112 1918 0 1 ) ( -3144 3272 1942 -0.500000 1 ) ( -2896 3336 1926 -1 1 ) ) +( ( -3064 3056 1966 0 0.750000 ) ( -3040 3216 1990 -0.500000 0.750000 ) ( -2760 3272 1998 -1 0.750000 ) ) +( ( -3064 3056 2094 0 0.500000 ) ( -3032 3216 2102 -0.500000 0.500000 ) ( -2784 3248 2078 -1 0.500000 ) ) +( ( -3072 3064 2174 0 0.250000 ) ( -3024 3200 2182 -0.500000 0.250000 ) ( -2776 3264 2222 -1 0.250000 ) ) +( ( -2976 3016 2286 0 0 ) ( -2968 3144 2302 -0.500000 0 ) ( -2704 3216 2286 -1 0 ) ) +) + } + } +// brush 20 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3112 2832 1918 0 1 ) ( -3176 3000 1942 -0.500000 1 ) ( -3152 3112 1918 -1 1 ) ) +( ( -3024 2776 1966 0 0.750000 ) ( -3080 2936 1990 -0.500000 0.750000 ) ( -3064 3056 1966 -1 0.750000 ) ) +( ( -3024 2776 2094 0 0.500000 ) ( -3072 2944 2102 -0.500000 0.500000 ) ( -3064 3056 2094 -1 0.500000 ) ) +( ( -3040 2784 2174 0 0.250000 ) ( -3064 2928 2182 -0.500000 0.250000 ) ( -3072 3064 2174 -1 0.250000 ) ) +( ( -2944 2736 2286 0 0 ) ( -3000 2872 2302 -0.500000 0 ) ( -2976 3016 2286 -1 0 ) ) +) + } + } +// brush 21 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3096 2544 1854 0 1 ) ( -2888 2568 1902 -0.500000 1 ) ( -3112 2832 1918 -1 1 ) ) +( ( -2992 2464 1934 0 0.750000 ) ( -2792 2512 1950 -0.500000 0.750000 ) ( -3024 2776 1966 -1 0.750000 ) ) +( ( -2976 2456 2046 0 0.500000 ) ( -2784 2512 2062 -0.500000 0.500000 ) ( -3024 2776 2094 -1 0.500000 ) ) +( ( -2976 2464 2142 0 0.250000 ) ( -2776 2496 2142 -0.500000 0.250000 ) ( -3040 2784 2174 -1 0.250000 ) ) +( ( -2904 2416 2214 0 0 ) ( -2720 2440 2262 -0.500000 0 ) ( -2944 2736 2286 -1 0 ) ) +) + } + } +// brush 22 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2896 3336 1926 0 1 ) ( -2632 3352 1958 -0.500000 1 ) ( -2336 3440 1880 -1 1 ) ) +( ( -2760 3272 1998 0 0.750000 ) ( -2544 3368 2006 -0.500000 0.750000 ) ( -2328 3392 1912 -1 0.750000 ) ) +( ( -2784 3248 2078 0 0.500000 ) ( -2592 3368 2062 -0.500000 0.500000 ) ( -2344 3376 2000 -1 0.500000 ) ) +( ( -2776 3264 2222 0 0.250000 ) ( -2536 3328 2198 -0.500000 0.250000 ) ( -2304 3328 2168 -1 0.250000 ) ) +( ( -2704 3216 2286 0 0 ) ( -2496 3280 2278 -0.500000 0 ) ( -2288 3192 2216 -1 0 ) ) +) + } + } +// brush 23 +{ +( 5888 5068 1988 ) ( 5880 5068 1988 ) ( 5880 5044 1988 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +( 5884 5044 2064 ) ( 5884 5068 2064 ) ( 5892 5068 2064 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +( 5880 5000 2056 ) ( 5888 5000 2056 ) ( 5888 5000 2040 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +( 5888 5044 2056 ) ( 5888 5068 2056 ) ( 5888 5068 2040 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +( 5892 5044 2056 ) ( 5884 5044 2056 ) ( 5884 5044 2040 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +( 5884 5048 2056 ) ( 5884 5024 2056 ) ( 5884 5024 2040 ) common/glassclip 0 0 0.00 1 1 536870912 4194464 0 +} +// brush 24 +{ +( 5576 3894 1904 ) ( 5456 3894 1904 ) ( 5456 3842 1904 ) common/tallen_nodraw -28 -26 0.00 1 1 0 2288 0 +( 5456 3842 1916 ) ( 5456 3894 1916 ) ( 5576 3894 1916 ) common/tallen_nodraw -28 -26 0.00 1 1 0 2288 0 +( 5484 3662 1934 ) ( 5604 3662 1934 ) ( 5604 3662 1868 ) common/tallen_nodraw -28 -20 0.00 1 1 0 2288 0 +( 5591 3854 1934 ) ( 5591 3906 1934 ) ( 5591 3906 1868 ) common/tallen_nodraw 26 -20 0.00 1 1 0 2288 0 +( 5576 3986 1934 ) ( 5456 3986 1934 ) ( 5456 3986 1868 ) common/tallen_nodraw -28 -20 0.00 1 1 0 2288 0 +( 5480 3894 1934 ) ( 5480 3842 1934 ) ( 5480 3842 1868 ) common/tallen_nodraw 26 -20 0.00 1 1 0 2288 0 +} +// brush 25 +{ +( -1504 -4600 320 ) ( -1504 -4600 336 ) ( -1168 -4928 336 ) common/monster -16 16 0.00 1 1 131072 2193 0 +( -624 -3712 320 ) ( -624 -3712 336 ) ( -1360 -4456 336 ) common/monster -8 16 0.00 1 1 131072 2193 0 +( -248 -4096 320 ) ( -248 -4096 336 ) ( -528 -3688 336 ) common/monster -16 16 0.00 1 1 131072 2193 0 +( -344 -4120 336 ) ( -344 -4120 320 ) ( -1024 -4784 320 ) common/monster -8 16 0.00 1 1 131072 2193 0 +( -520 -4224 336 ) ( -936 -4224 336 ) ( -936 -3856 336 ) common/monster -8 16 0.00 1 1 131072 2193 0 +( -936 -4224 280 ) ( -520 -4224 280 ) ( -520 -3856 280 ) common/monster -8 16 0.00 1 1 131072 2193 0 +} +// brush 26 +{ +( 7044 5312 1892 ) ( 7044 5104 1892 ) ( 7180 5104 1892 ) common/woodclip 60 8 0.00 1 1 536870912 16544 0 +( 7084 5104 1964 ) ( 7084 5312 1964 ) ( 7140 5312 1964 ) common/woodclip 60 8 0.00 1 1 536870912 16544 0 +( 7060 5088 1968 ) ( 7172 5088 1968 ) ( 7172 5088 1848 ) common/woodclip 60 -8 0.00 1 1 536870912 16544 0 +( 7152 5104 1960 ) ( 7152 5312 1960 ) ( 7192 5312 1896 ) common/woodclip -8 -8 0.00 1 1 536870912 16544 0 +( 7172 5312 1968 ) ( 7060 5312 1968 ) ( 7060 5312 1848 ) common/woodclip 60 -8 0.00 1 1 536870912 16544 0 +( 7044 5104 1896 ) ( 7044 5312 1896 ) ( 7084 5312 1960 ) common/woodclip -8 -8 0.00 1 1 536870912 16544 0 +} +// brush 27 +{ +( -1552 -3720 472 ) ( -1552 -3720 744 ) ( -1768 -3848 744 ) common/monster 14 2 0.00 1 1 131072 2193 0 +( -1552 -3720 744 ) ( -1552 -3720 472 ) ( -1552 -3856 472 ) common/monster 8 2 0.00 1 1 131072 2193 0 +( -1744 -3984 472 ) ( -1744 -3984 744 ) ( -1512 -3856 744 ) common/monster 14 2 0.00 1 1 131072 2193 0 +( -1486 -3984 742 ) ( -1678 -4144 742 ) ( -1678 -3951.999756 742 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +( -1678 -4144 470 ) ( -1486 -3984 470 ) ( -1486 -3791.999756 470 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +( -1624 -3784 470 ) ( -1632 -3768 470 ) ( -1628 -3776 742 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +} +// brush 28 +{ +( -1520 -3760 472 ) ( -1520 -3760 744 ) ( -1736 -3888 744 ) common/monster 14 2 0.00 1 1 131072 2193 0 +( -1744 -3984 472 ) ( -1744 -3984 744 ) ( -1512 -3856 744 ) common/monster 14 2 0.00 1 1 131072 2193 0 +( -1486 -3984 742 ) ( -1678 -4144 742 ) ( -1678 -3951.999756 742 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +( -1678 -4144 470 ) ( -1486 -3984 470 ) ( -1486 -3791.999756 470 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +( -1704 -3816 470 ) ( -1712 -3808 470 ) ( -1708 -3812 742 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +( -1632 -3768 470 ) ( -1624 -3784 470 ) ( -1628 -3776 742 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +} +// brush 29 +{ +( -1632 -3936 744 ) ( -1632 -3936 472 ) ( -1728 -3872 472 ) common/monster 22 2 0.00 1 1 131072 2193 0 +( -1552 -3720 472 ) ( -1552 -3720 744 ) ( -1768 -3848 744 ) common/monster 14 2 0.00 1 1 131072 2193 0 +( -1744 -3984 472 ) ( -1744 -3984 744 ) ( -1512 -3856 744 ) common/monster 14 2 0.00 1 1 131072 2193 0 +( -1486 -3984 742 ) ( -1678 -4144 742 ) ( -1678 -3951.999756 742 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +( -1678 -4144 470 ) ( -1486 -3984 470 ) ( -1486 -3791.999756 470 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +( -1712 -3808 470 ) ( -1704 -3816 470 ) ( -1708 -3812 742 ) common/monster 14 -8 0.00 1 1 131072 2193 0 +} +// brush 30 +{ +( 5216 -5016 36 ) ( 4936 -5016 36 ) ( 4936 -5368 36 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 5216 -5100 188 ) ( 4936 -5100 188 ) ( 4936 -5016 188 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +( 5216 -5368 228 ) ( 5216 -5016 228 ) ( 5216 -5016 36 ) common/playerclip 0 -4 0.00 1 1 65536 2193 0 +( 5216 -5016 228 ) ( 4936 -5016 228 ) ( 4936 -5016 36 ) common/playerclip 0 -4 0.00 1 1 65536 2193 0 +( 4936 -5016 228 ) ( 4936 -5368 228 ) ( 4936 -5368 36 ) common/playerclip 0 -4 0.00 1 1 65536 2193 0 +( 4936 -5100 188 ) ( 5216 -5100 188 ) ( 5216 -5368 36 ) common/playerclip 0 0 0.00 1 1 65536 2193 0 +} +// brush 31 +{ +( 6422 2930 1910 ) ( 6302 2930 1910 ) ( 6302 2878 1910 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( 6300 2880 2022 ) ( 6300 2932 2022 ) ( 6420 2932 2022 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( 6340 2648 1942 ) ( 6460 2648 1942 ) ( 6460 2648 1876 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( 6422 2886 1942 ) ( 6422 2938 1942 ) ( 6422 2938 1876 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( 6426 2958 1942 ) ( 6306 2958 1942 ) ( 6306 2958 1876 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( 6302 2930 1942 ) ( 6302 2878 1942 ) ( 6302 2878 1876 ) common/monster 0 0 0.00 1 1 131072 2193 0 +} +// brush 32 +{ +( 6152 3084 1952 ) ( 6124 3084 1952 ) ( 6124 3056 1952 ) common/tallen_nodraw -8 -4 0.00 1 1 0 2288 0 +( 6124 3056 1984 ) ( 6124 3084 1984 ) ( 6152 3084 1984 ) common/tallen_nodraw -8 -4 0.00 1 1 0 2288 0 +( 6144 3052 2016 ) ( 6172 3052 2016 ) ( 6172 3052 1952 ) common/tallen_nodraw -8 -4 0.00 1 1 0 2288 0 +( 6172 3032 2016 ) ( 6172 3060 2016 ) ( 6172 3060 1952 ) common/tallen_nodraw -8 -4 0.00 1 1 0 2288 0 +( 6152 3084 2016 ) ( 6124 3084 2016 ) ( 6124 3084 1952 ) common/tallen_nodraw -8 -4 0.00 1 1 0 2288 0 +( 6140 3084 2016 ) ( 6140 3056 2016 ) ( 6140 3056 1952 ) common/tallen_nodraw -8 -4 0.00 1 1 0 2288 0 +} +// brush 33 +{ +( 2320 872 728 ) ( 2320 960 728 ) ( 2320 960 832 ) common/snowweaponclip 0 -8 0.00 1 1 537133056 67111089 0 +( 2608 1328 728 ) ( 2800 1328 728 ) ( 2800 1328 832 ) common/snowweaponclip 0 -8 0.00 1 1 537133056 67111089 0 +( 2784 1000 728 ) ( 2784 912 728 ) ( 2784 912 832 ) common/snowweaponclip 0 -8 0.00 1 1 537133056 67111089 0 +( 2840 928 728 ) ( 2648 928 728 ) ( 2648 928 832 ) common/snowweaponclip 0 -8 0.00 1 1 537133056 67111089 0 +( 2816 920 896 ) ( 2624 920 896 ) ( 2624 1008 896 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2624 920 868 ) ( 2816 920 868 ) ( 2816 1008 868 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 34 +{ +( -8000 -8000 -128 ) ( 8064 -8000 -128 ) ( 8064 8000 -128 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -8000 8000 -128 ) ( -8000 8000 -64 ) ( -8000 -8000 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8080 8064 -128 ) ( 8080 8064 -64 ) ( -7984 8064 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -8000 -128 ) ( 8192 -8000 -64 ) ( 8192 8000 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -8016 -8192 -128 ) ( -8016 -8192 -64 ) ( 8048 -8192 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8064 -8000 -64 ) ( -8000 -8000 -64 ) ( -8000 8000 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 35 + { + terrainDef + { + 249 249 0 + -7936.000000 -7808.000000 -401.000000 + { + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 0 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + 1 0 ( central_europe_winter/natesnow_mdlttrns256 0 0 0.00 256 1 1 0 67108864 0 ) + } + { + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1036.000000 ( nodraw ) ( nodraw ) + 1022.000000 ( nodraw ) ( nodraw ) + 1024.000000 ( nodraw ) ( nodraw ) + 1082.000000 ( nodraw ) ( nodraw ) + 1136.000000 ( nodraw ) ( nodraw ) + 1176.000000 ( nodraw ) ( nodraw ) + 1174.000000 ( nodraw ) ( nodraw ) + 1172.000000 ( nodraw ) ( nodraw ) + 1170.000000 ( nodraw ) ( nodraw ) + 1170.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1144.000000 ( nodraw ) ( nodraw ) + 1142.000000 ( nodraw ) ( nodraw ) + 1144.000000 ( ) ( nodraw ) + 1138.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1134.000000 ( nodraw ) ( nodraw ) + 1056.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 870.000000 ( nodraw ) ( nodraw ) + 826.000000 ( nodraw ) ( nodraw ) + 814.000000 ( nodraw ) ( nodraw ) + 826.000000 ( nodraw ) ( nodraw ) + 832.000000 ( nodraw ) ( nodraw ) + 804.000000 ( nodraw ) ( nodraw ) + 766.000000 ( nodraw ) ( nodraw ) + 728.000000 ( nodraw ) ( nodraw ) + 704.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1054.000000 ( nodraw ) ( nodraw ) + 1054.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1094.000000 ( nodraw ) ( nodraw ) + 1156.000000 ( nodraw ) ( nodraw ) + 1180.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1186.000000 ( nodraw ) ( nodraw ) + 1186.000000 ( nodraw ) ( nodraw ) + 1182.000000 ( nodraw ) ( nodraw ) + 1172.000000 ( nodraw ) ( nodraw ) + 1174.000000 ( nodraw ) ( nodraw ) + 1162.000000 ( nodraw ) ( nodraw ) + 1170.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1118.000000 ( nodraw ) ( nodraw ) + 1034.000000 ( nodraw ) ( nodraw ) + 930.000000 ( nodraw ) ( nodraw ) + 850.000000 ( nodraw ) ( nodraw ) + 814.000000 ( nodraw ) ( nodraw ) + 802.000000 ( nodraw ) ( nodraw ) + 814.000000 ( nodraw ) ( nodraw ) + 832.000000 ( nodraw ) ( nodraw ) + 806.000000 ( nodraw ) ( nodraw ) + 766.000000 ( nodraw ) ( nodraw ) + 738.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1092.000000 ( nodraw ) ( nodraw ) + 1100.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( nodraw ) ( nodraw ) + 1142.000000 ( nodraw ) ( nodraw ) + 1174.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1186.000000 ( nodraw ) ( nodraw ) + 1196.000000 ( ) ( nodraw ) + 1196.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1068.000000 ( nodraw ) ( nodraw ) + 992.000000 ( nodraw ) ( nodraw ) + 926.000000 ( nodraw ) ( nodraw ) + 844.000000 ( nodraw ) ( nodraw ) + 816.000000 ( nodraw ) ( nodraw ) + 818.000000 ( nodraw ) ( nodraw ) + 822.000000 ( nodraw ) ( nodraw ) + 834.000000 ( nodraw ) ( nodraw ) + 804.000000 ( nodraw ) ( nodraw ) + 772.000000 ( nodraw ) ( nodraw ) + 732.000000 ( nodraw ) ( nodraw ) + 710.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1102.000000 ( nodraw ) ( nodraw ) + 1116.000000 ( nodraw ) ( nodraw ) + 1142.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1176.000000 ( nodraw ) ( nodraw ) + 1182.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 972.000000 ( ) ( ) + 912.000000 ( ) ( ) + 862.000000 ( nodraw ) ( nodraw ) + 832.000000 ( nodraw ) ( nodraw ) + 818.000000 ( nodraw ) ( nodraw ) + 818.000000 ( nodraw ) ( nodraw ) + 814.000000 ( nodraw ) ( nodraw ) + 780.000000 ( nodraw ) ( nodraw ) + 742.000000 ( nodraw ) ( nodraw ) + 714.000000 ( nodraw ) ( nodraw ) + 702.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1092.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( nodraw ) ( nodraw ) + 1142.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1176.000000 ( nodraw ) ( nodraw ) + 1192.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( nodraw ) ( nodraw ) + 1200.000000 ( ) ( nodraw ) + 1200.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 988.000000 ( ) ( ) + 942.000000 ( ) ( ) + 900.000000 ( ) ( ) + 876.000000 ( ) ( ) + 832.000000 ( ) ( ) + 822.000000 ( nodraw ) ( nodraw ) + 788.000000 ( nodraw ) ( nodraw ) + 766.000000 ( nodraw ) ( nodraw ) + 746.000000 ( nodraw ) ( nodraw ) + 720.000000 ( nodraw ) ( nodraw ) + 682.000000 ( nodraw ) ( nodraw ) + 674.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1102.000000 ( nodraw ) ( nodraw ) + 1136.000000 ( nodraw ) ( nodraw ) + 1152.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1166.000000 ( nodraw ) ( nodraw ) + 1182.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( ) ( nodraw ) + 1198.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 990.000000 ( ) ( ) + 942.000000 ( ) ( ) + 906.000000 ( ) ( ) + 870.000000 ( ) ( ) + 842.000000 ( ) ( ) + 820.000000 ( ) ( ) + 778.000000 ( ) ( ) + 766.000000 ( nodraw ) ( ) + 732.000000 ( nodraw ) ( nodraw ) + 696.000000 ( nodraw ) ( nodraw ) + 684.000000 ( nodraw ) ( nodraw ) + 664.000000 ( nodraw ) ( nodraw ) + 662.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1112.000000 ( nodraw ) ( nodraw ) + 1126.000000 ( nodraw ) ( nodraw ) + 1142.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1174.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1202.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 992.000000 ( ) ( ) + 962.000000 ( ) ( ) + 948.000000 ( ) ( ) + 934.000000 ( ) ( ) + 902.000000 ( ) ( ) + 868.000000 ( ) ( ) + 850.000000 ( ) ( ) + 818.000000 ( ) ( ) + 784.000000 ( ) ( ) + 750.000000 ( ) ( ) + 714.000000 ( ) ( ) + 680.000000 ( nodraw ) ( nodraw ) + 662.000000 ( nodraw ) ( nodraw ) + 656.000000 ( nodraw ) ( nodraw ) + 648.000000 ( nodraw ) ( nodraw ) + 642.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1120.000000 ( nodraw ) ( nodraw ) + 1136.000000 ( nodraw ) ( nodraw ) + 1150.000000 ( ) ( nodraw ) + 1166.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 976.000000 ( ) ( ) + 952.000000 ( ) ( ) + 938.000000 ( ) ( ) + 916.000000 ( ) ( ) + 892.000000 ( ) ( ) + 866.000000 ( ) ( ) + 850.000000 ( ) ( ) + 824.000000 ( ) ( ) + 810.000000 ( ) ( ) + 790.000000 ( ) ( ) + 754.000000 ( ) ( ) + 702.000000 ( ) ( ) + 686.000000 ( ) ( ) + 664.000000 ( ) ( ) + 638.000000 ( nodraw ) ( nodraw ) + 636.000000 ( nodraw ) ( nodraw ) + 626.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 968.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1080.000000 ( nodraw ) ( nodraw ) + 1102.000000 ( nodraw ) ( nodraw ) + 1106.000000 ( nodraw ) ( nodraw ) + 1126.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 990.000000 ( ) ( ) + 960.000000 ( ) ( ) + 926.000000 ( ) ( ) + 906.000000 ( ) ( ) + 884.000000 ( ) ( ) + 854.000000 ( ) ( ) + 822.000000 ( ) ( ) + 794.000000 ( ) ( ) + 780.000000 ( ) ( ) + 760.000000 ( ) ( ) + 762.000000 ( ) ( ) + 740.000000 ( ) ( ) + 722.000000 ( ) ( ) + 704.000000 ( ) ( ) + 686.000000 ( ) ( ) + 668.000000 ( ) ( ) + 634.000000 ( nodraw ) ( nodraw ) + 630.000000 ( nodraw ) ( nodraw ) + 612.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 602.000000 ( nodraw ) ( nodraw ) + 596.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 580.000000 ( nodraw ) ( nodraw ) + 580.000000 ( nodraw ) ( nodraw ) + 576.000000 ( nodraw ) ( nodraw ) + 574.000000 ( nodraw ) ( nodraw ) + 564.000000 ( nodraw ) ( nodraw ) + 546.000000 ( nodraw ) ( nodraw ) + 528.000000 ( nodraw ) ( nodraw ) + 506.000000 ( nodraw ) ( nodraw ) + 574.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 568.000000 ( nodraw ) ( nodraw ) + 524.000000 ( nodraw ) ( nodraw ) + 590.000000 ( nodraw ) ( nodraw ) + 548.000000 ( nodraw ) ( nodraw ) + 502.000000 ( nodraw ) ( nodraw ) + 594.000000 ( nodraw ) ( nodraw ) + 592.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 648.000000 ( nodraw ) ( nodraw ) + 658.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 978.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1090.000000 ( nodraw ) ( nodraw ) + 1102.000000 ( ) ( nodraw ) + 1126.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 984.000000 ( ) ( ) + 964.000000 ( ) ( ) + 922.000000 ( ) ( ) + 888.000000 ( ) ( ) + 854.000000 ( ) ( ) + 830.000000 ( ) ( ) + 796.000000 ( ) ( ) + 750.000000 ( ) ( ) + 728.000000 ( ) ( ) + 706.000000 ( ) ( ) + 706.000000 ( ) ( ) + 702.000000 ( ) ( ) + 704.000000 ( ) ( ) + 686.000000 ( ) ( ) + 692.000000 ( ) ( ) + 670.000000 ( ) ( ) + 652.000000 ( nodraw ) ( nodraw ) + 620.000000 ( nodraw ) ( nodraw ) + 606.000000 ( nodraw ) ( nodraw ) + 598.000000 ( nodraw ) ( nodraw ) + 606.000000 ( nodraw ) ( nodraw ) + 594.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 592.000000 ( nodraw ) ( nodraw ) + 594.000000 ( nodraw ) ( nodraw ) + 600.000000 ( nodraw ) ( nodraw ) + 600.000000 ( nodraw ) ( nodraw ) + 580.000000 ( nodraw ) ( nodraw ) + 570.000000 ( nodraw ) ( nodraw ) + 568.000000 ( nodraw ) ( nodraw ) + 562.000000 ( nodraw ) ( nodraw ) + 600.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 594.000000 ( nodraw ) ( nodraw ) + 558.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 602.000000 ( nodraw ) ( nodraw ) + 580.000000 ( nodraw ) ( nodraw ) + 628.000000 ( nodraw ) ( nodraw ) + 602.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 628.000000 ( nodraw ) ( nodraw ) + 658.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 988.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1110.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 996.000000 ( ) ( ) + 956.000000 ( ) ( ) + 934.000000 ( ) ( ) + 886.000000 ( ) ( ) + 844.000000 ( ) ( ) + 800.000000 ( ) ( ) + 776.000000 ( ) ( ) + 746.000000 ( ) ( ) + 722.000000 ( ) ( ) + 694.000000 ( ) ( ) + 668.000000 ( ) ( ) + 670.000000 ( ) ( ) + 678.000000 ( ) ( ) + 674.000000 ( ) ( ) + 656.000000 ( ) ( ) + 662.000000 ( ) ( ) + 656.000000 ( nodraw ) ( ) + 632.000000 ( nodraw ) ( nodraw ) + 604.000000 ( nodraw ) ( nodraw ) + 604.000000 ( nodraw ) ( nodraw ) + 586.000000 ( nodraw ) ( nodraw ) + 610.000000 ( nodraw ) ( nodraw ) + 584.000000 ( nodraw ) ( nodraw ) + 598.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 604.000000 ( nodraw ) ( nodraw ) + 604.000000 ( ) ( nodraw ) + 616.000000 ( ) ( ) + 630.000000 ( ) ( ) + 620.000000 ( ) ( ) + 634.000000 ( ) ( ) + 612.000000 ( ) ( ) + 646.000000 ( ) ( ) + 630.000000 ( nodraw ) ( ) + 618.000000 ( nodraw ) ( nodraw ) + 626.000000 ( nodraw ) ( nodraw ) + 610.000000 ( nodraw ) ( nodraw ) + 576.000000 ( nodraw ) ( nodraw ) + 630.000000 ( nodraw ) ( nodraw ) + 620.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 638.000000 ( nodraw ) ( nodraw ) + 624.000000 ( nodraw ) ( nodraw ) + 594.000000 ( nodraw ) ( nodraw ) + 598.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 998.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 986.000000 ( ) ( ) + 956.000000 ( ) ( ) + 926.000000 ( ) ( ) + 888.000000 ( ) ( ) + 832.000000 ( ) ( ) + 794.000000 ( ) ( ) + 766.000000 ( ) ( ) + 724.000000 ( ) ( ) + 696.000000 ( ) ( ) + 674.000000 ( ) ( ) + 644.000000 ( ) ( ) + 646.000000 ( ) ( ) + 632.000000 ( ) ( ) + 630.000000 ( ) ( ) + 624.000000 ( ) ( ) + 628.000000 ( ) ( ) + 624.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 604.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 578.000000 ( nodraw ) ( nodraw ) + 582.000000 ( nodraw ) ( nodraw ) + 604.000000 ( nodraw ) ( nodraw ) + 604.000000 ( nodraw ) ( nodraw ) + 600.000000 ( nodraw ) ( nodraw ) + 612.000000 ( nodraw ) ( nodraw ) + 616.000000 ( nodraw ) ( nodraw ) + 634.000000 ( ) ( ) + 658.000000 ( ) ( ) + 656.000000 ( ) ( ) + 650.000000 ( ) ( ) + 672.000000 ( ) ( ) + 666.000000 ( ) ( ) + 672.000000 ( ) ( ) + 670.000000 ( ) ( ) + 648.000000 ( nodraw ) ( ) + 616.000000 ( ) ( nodraw ) + 630.000000 ( nodraw ) ( ) + 612.000000 ( nodraw ) ( nodraw ) + 608.000000 ( nodraw ) ( nodraw ) + 616.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 632.000000 ( nodraw ) ( nodraw ) + 622.000000 ( nodraw ) ( nodraw ) + 580.000000 ( nodraw ) ( nodraw ) + 574.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1008.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 990.000000 ( ) ( ) + 974.000000 ( ) ( ) + 946.000000 ( ) ( ) + 912.000000 ( ) ( ) + 878.000000 ( ) ( ) + 836.000000 ( ) ( ) + 792.000000 ( ) ( ) + 732.000000 ( ) ( ) + 706.000000 ( ) ( ) + 692.000000 ( ) ( ) + 662.000000 ( ) ( ) + 648.000000 ( ) ( ) + 634.000000 ( ) ( ) + 618.000000 ( ) ( ) + 616.000000 ( nodraw ) ( nodraw ) + 592.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 590.000000 ( nodraw ) ( nodraw ) + 604.000000 ( nodraw ) ( nodraw ) + 584.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 580.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 582.000000 ( nodraw ) ( nodraw ) + 628.000000 ( ) ( ) + 620.000000 ( nodraw ) ( nodraw ) + 648.000000 ( ) ( ) + 642.000000 ( ) ( ) + 656.000000 ( ) ( ) + 660.000000 ( ) ( ) + 666.000000 ( ) ( ) + 672.000000 ( ) ( ) + 638.000000 ( ) ( ) + 684.000000 ( ) ( ) + 686.000000 ( ) ( ) + 686.000000 ( ) ( ) + 680.000000 ( ) ( ) + 678.000000 ( ) ( ) + 650.000000 ( ) ( ) + 658.000000 ( ) ( ) + 628.000000 ( ) ( ) + 622.000000 ( ) ( ) + 620.000000 ( nodraw ) ( nodraw ) + 596.000000 ( nodraw ) ( nodraw ) + 622.000000 ( nodraw ) ( nodraw ) + 634.000000 ( nodraw ) ( nodraw ) + 626.000000 ( nodraw ) ( nodraw ) + 600.000000 ( nodraw ) ( nodraw ) + 582.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1028.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( ) ( nodraw ) + 1098.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 986.000000 ( ) ( ) + 970.000000 ( ) ( ) + 932.000000 ( ) ( ) + 914.000000 ( ) ( ) + 858.000000 ( ) ( ) + 818.000000 ( ) ( ) + 786.000000 ( ) ( ) + 742.000000 ( ) ( ) + 706.000000 ( ) ( ) + 686.000000 ( ) ( ) + 654.000000 ( ) ( ) + 638.000000 ( ) ( ) + 642.000000 ( ) ( ) + 628.000000 ( ) ( ) + 614.000000 ( ) ( ) + 592.000000 ( nodraw ) ( nodraw ) + 580.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 590.000000 ( nodraw ) ( nodraw ) + 586.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 586.000000 ( nodraw ) ( nodraw ) + 584.000000 ( ) ( ) + 592.000000 ( ) ( ) + 622.000000 ( ) ( ) + 642.000000 ( ) ( ) + 652.000000 ( ) ( ) + 662.000000 ( ) ( ) + 672.000000 ( ) ( ) + 674.000000 ( ) ( ) + 672.000000 ( ) ( ) + 682.000000 ( ) ( ) + 672.000000 ( ) ( ) + 670.000000 ( ) ( ) + 678.000000 ( ) ( ) + 678.000000 ( ) ( ) + 676.000000 ( ) ( ) + 680.000000 ( ) ( ) + 670.000000 ( ) ( ) + 672.000000 ( ) ( ) + 664.000000 ( ) ( ) + 654.000000 ( ) ( ) + 656.000000 ( ) ( ) + 622.000000 ( nodraw ) ( nodraw ) + 600.000000 ( nodraw ) ( nodraw ) + 626.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 610.000000 ( nodraw ) ( nodraw ) + 598.000000 ( nodraw ) ( nodraw ) + 586.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1038.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 984.000000 ( ) ( ) + 956.000000 ( ) ( ) + 920.000000 ( ) ( ) + 898.000000 ( ) ( ) + 858.000000 ( ) ( ) + 808.000000 ( ) ( ) + 770.000000 ( ) ( ) + 734.000000 ( ) ( ) + 716.000000 ( ) ( ) + 680.000000 ( ) ( ) + 664.000000 ( ) ( ) + 630.000000 ( ) ( ) + 624.000000 ( ) ( ) + 608.000000 ( nodraw ) ( nodraw ) + 600.000000 ( nodraw ) ( nodraw ) + 598.000000 ( nodraw ) ( nodraw ) + 594.000000 ( nodraw ) ( nodraw ) + 580.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 590.000000 ( nodraw ) ( nodraw ) + 606.000000 ( ) ( ) + 596.000000 ( ) ( ) + 614.000000 ( ) ( ) + 612.000000 ( ) ( ) + 634.000000 ( ) ( ) + 656.000000 ( ) ( ) + 652.000000 ( ) ( ) + 676.000000 ( ) ( ) + 668.000000 ( ) ( ) + 684.000000 ( ) ( ) + 670.000000 ( ) ( ) + 686.000000 ( ) ( ) + 670.000000 ( ) ( ) + 676.000000 ( ) ( ) + 662.000000 ( ) ( ) + 662.000000 ( ) ( ) + 654.000000 ( ) ( ) + 656.000000 ( ) ( ) + 672.000000 ( ) ( ) + 666.000000 ( ) ( ) + 670.000000 ( ) ( ) + 664.000000 ( ) ( ) + 664.000000 ( ) ( ) + 660.000000 ( ) ( ) + 640.000000 ( nodraw ) ( ) + 600.000000 ( nodraw ) ( nodraw ) + 622.000000 ( nodraw ) ( nodraw ) + 634.000000 ( nodraw ) ( nodraw ) + 626.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1038.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 986.000000 ( ) ( ) + 990.000000 ( ) ( ) + 986.000000 ( ) ( ) + 990.000000 ( ) ( ) + 972.000000 ( ) ( ) + 976.000000 ( ) ( ) + 970.000000 ( ) ( ) + 954.000000 ( ) ( ) + 918.000000 ( ) ( ) + 890.000000 ( ) ( ) + 858.000000 ( ) ( ) + 814.000000 ( ) ( ) + 788.000000 ( ) ( ) + 738.000000 ( ) ( ) + 702.000000 ( ) ( ) + 682.000000 ( ) ( ) + 664.000000 ( ) ( ) + 650.000000 ( nodraw ) ( ) + 620.000000 ( nodraw ) ( nodraw ) + 610.000000 ( nodraw ) ( nodraw ) + 594.000000 ( nodraw ) ( nodraw ) + 592.000000 ( nodraw ) ( nodraw ) + 588.000000 ( ) ( ) + 590.000000 ( ) ( ) + 584.000000 ( ) ( ) + 608.000000 ( ) ( ) + 620.000000 ( ) ( ) + 620.000000 ( ) ( ) + 626.000000 ( ) ( ) + 634.000000 ( ) ( ) + 642.000000 ( ) ( ) + 642.000000 ( ) ( ) + 660.000000 ( ) ( ) + 658.000000 ( ) ( ) + 670.000000 ( ) ( ) + 676.000000 ( ) ( ) + 676.000000 ( ) ( ) + 680.000000 ( ) ( ) + 678.000000 ( ) ( ) + 668.000000 ( ) ( ) + 658.000000 ( ) ( ) + 666.000000 ( ) ( ) + 650.000000 ( ) ( ) + 654.000000 ( ) ( ) + 654.000000 ( ) ( ) + 648.000000 ( ) ( ) + 646.000000 ( ) ( ) + 648.000000 ( ) ( ) + 670.000000 ( ) ( ) + 662.000000 ( ) ( ) + 662.000000 ( ) ( ) + 650.000000 ( ) ( ) + 636.000000 ( nodraw ) ( nodraw ) + 608.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 622.000000 ( nodraw ) ( nodraw ) + 602.000000 ( nodraw ) ( nodraw ) + 632.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 858.000000 ( nodraw ) ( nodraw ) + 888.000000 ( nodraw ) ( nodraw ) + 918.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 988.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 990.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 998.000000 ( ) ( ) + 970.000000 ( ) ( ) + 968.000000 ( ) ( ) + 966.000000 ( ) ( ) + 972.000000 ( ) ( ) + 966.000000 ( ) ( ) + 948.000000 ( ) ( ) + 932.000000 ( ) ( ) + 904.000000 ( ) ( ) + 876.000000 ( ) ( ) + 838.000000 ( ) ( ) + 808.000000 ( ) ( ) + 796.000000 ( ) ( ) + 742.000000 ( ) ( ) + 716.000000 ( ) ( ) + 680.000000 ( ) ( ) + 642.000000 ( ) ( ) + 628.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 608.000000 ( nodraw ) ( nodraw ) + 602.000000 ( nodraw ) ( nodraw ) + 582.000000 ( nodraw ) ( nodraw ) + 596.000000 ( ) ( ) + 596.000000 ( ) ( ) + 614.000000 ( ) ( ) + 634.000000 ( ) ( ) + 632.000000 ( ) ( ) + 634.000000 ( ) ( ) + 640.000000 ( ) ( ) + 646.000000 ( ) ( ) + 646.000000 ( ) ( ) + 650.000000 ( ) ( ) + 648.000000 ( ) ( ) + 646.000000 ( ) ( ) + 652.000000 ( ) ( ) + 658.000000 ( ) ( ) + 660.000000 ( ) ( ) + 664.000000 ( ) ( ) + 662.000000 ( ) ( ) + 660.000000 ( ) ( ) + 658.000000 ( ) ( ) + 656.000000 ( ) ( ) + 662.000000 ( ) ( ) + 666.000000 ( ) ( ) + 670.000000 ( ) ( ) + 664.000000 ( ) ( ) + 652.000000 ( ) ( ) + 652.000000 ( ) ( ) + 632.000000 ( ) ( ) + 636.000000 ( ) ( ) + 654.000000 ( ) ( ) + 658.000000 ( ) ( ) + 652.000000 ( ) ( ) + 572.000000 ( ) ( ) + 606.000000 ( nodraw ) ( nodraw ) + 592.000000 ( nodraw ) ( nodraw ) + 590.000000 ( nodraw ) ( nodraw ) + 592.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 878.000000 ( nodraw ) ( nodraw ) + 898.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( ) ( nodraw ) + 1088.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 962.000000 ( ) ( ) + 956.000000 ( ) ( ) + 950.000000 ( ) ( ) + 914.000000 ( ) ( ) + 944.000000 ( ) ( ) + 936.000000 ( ) ( ) + 926.000000 ( ) ( ) + 940.000000 ( ) ( ) + 922.000000 ( ) ( ) + 894.000000 ( ) ( ) + 866.000000 ( ) ( ) + 828.000000 ( ) ( ) + 810.000000 ( ) ( ) + 780.000000 ( ) ( ) + 748.000000 ( ) ( ) + 728.000000 ( ) ( ) + 686.000000 ( ) ( ) + 664.000000 ( ) ( ) + 636.000000 ( nodraw ) ( ) + 618.000000 ( nodraw ) ( nodraw ) + 610.000000 ( nodraw ) ( nodraw ) + 602.000000 ( ) ( ) + 608.000000 ( ) ( ) + 616.000000 ( ) ( ) + 614.000000 ( ) ( ) + 614.000000 ( ) ( ) + 652.000000 ( ) ( ) + 668.000000 ( ) ( ) + 660.000000 ( ) ( ) + 656.000000 ( ) ( ) + 660.000000 ( ) ( ) + 656.000000 ( ) ( ) + 658.000000 ( ) ( ) + 650.000000 ( ) ( ) + 652.000000 ( ) ( ) + 648.000000 ( ) ( ) + 662.000000 ( ) ( ) + 664.000000 ( ) ( ) + 676.000000 ( ) ( ) + 678.000000 ( ) ( ) + 690.000000 ( ) ( ) + 676.000000 ( ) ( ) + 674.000000 ( ) ( ) + 666.000000 ( ) ( ) + 682.000000 ( ) ( ) + 702.000000 ( ) ( ) + 696.000000 ( ) ( ) + 694.000000 ( ) ( ) + 682.000000 ( ) ( ) + 690.000000 ( ) ( ) + 656.000000 ( ) ( ) + 656.000000 ( ) ( ) + 648.000000 ( ) ( ) + 666.000000 ( ) ( ) + 666.000000 ( ) ( ) + 642.000000 ( ) ( ) + 622.000000 ( ) ( ) + 600.000000 ( nodraw ) ( nodraw ) + 594.000000 ( nodraw ) ( nodraw ) + 590.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 898.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 990.000000 ( ) ( ) + 956.000000 ( ) ( ) + 908.000000 ( ) ( ) + 920.000000 ( ) ( ) + 906.000000 ( ) ( ) + 882.000000 ( ) ( ) + 906.000000 ( ) ( ) + 918.000000 ( ) ( ) + 918.000000 ( ) ( ) + 914.000000 ( ) ( ) + 886.000000 ( ) ( ) + 858.000000 ( ) ( ) + 828.000000 ( ) ( ) + 802.000000 ( ) ( ) + 770.000000 ( ) ( ) + 742.000000 ( ) ( ) + 712.000000 ( ) ( ) + 690.000000 ( ) ( ) + 670.000000 ( ) ( ) + 638.000000 ( nodraw ) ( ) + 604.000000 ( nodraw ) ( nodraw ) + 604.000000 ( nodraw ) ( nodraw ) + 600.000000 ( nodraw ) ( nodraw ) + 612.000000 ( ) ( ) + 634.000000 ( ) ( ) + 650.000000 ( ) ( ) + 652.000000 ( ) ( ) + 640.000000 ( ) ( ) + 674.000000 ( ) ( ) + 680.000000 ( ) ( ) + 666.000000 ( ) ( ) + 672.000000 ( ) ( ) + 672.000000 ( ) ( ) + 670.000000 ( ) ( ) + 678.000000 ( ) ( ) + 664.000000 ( ) ( ) + 676.000000 ( ) ( ) + 656.000000 ( ) ( ) + 692.000000 ( ) ( ) + 678.000000 ( ) ( ) + 702.000000 ( ) ( ) + 710.000000 ( ) ( ) + 712.000000 ( ) ( ) + 704.000000 ( ) ( ) + 714.000000 ( ) ( ) + 702.000000 ( ) ( ) + 708.000000 ( ) ( ) + 742.000000 ( ) ( ) + 752.000000 ( ) ( ) + 734.000000 ( ) ( ) + 726.000000 ( ) ( ) + 720.000000 ( ) ( ) + 712.000000 ( ) ( ) + 674.000000 ( ) ( ) + 650.000000 ( ) ( ) + 650.000000 ( ) ( ) + 640.000000 ( ) ( ) + 644.000000 ( ) ( ) + 644.000000 ( ) ( ) + 618.000000 ( nodraw ) ( nodraw ) + 580.000000 ( nodraw ) ( nodraw ) + 592.000000 ( nodraw ) ( nodraw ) + 610.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 918.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 952.000000 ( ) ( ) + 920.000000 ( ) ( ) + 908.000000 ( ) ( ) + 886.000000 ( ) ( ) + 878.000000 ( ) ( ) + 896.000000 ( ) ( ) + 906.000000 ( ) ( ) + 896.000000 ( ) ( ) + 880.000000 ( ) ( ) + 860.000000 ( ) ( ) + 822.000000 ( ) ( ) + 782.000000 ( ) ( ) + 764.000000 ( ) ( ) + 734.000000 ( ) ( ) + 716.000000 ( ) ( ) + 694.000000 ( ) ( ) + 656.000000 ( ) ( ) + 630.000000 ( nodraw ) ( ) + 608.000000 ( nodraw ) ( nodraw ) + 606.000000 ( nodraw ) ( nodraw ) + 598.000000 ( ) ( ) + 608.000000 ( ) ( ) + 614.000000 ( ) ( ) + 654.000000 ( ) ( ) + 650.000000 ( ) ( ) + 662.000000 ( ) ( ) + 640.000000 ( ) ( ) + 664.000000 ( ) ( ) + 672.000000 ( ) ( ) + 680.000000 ( ) ( ) + 674.000000 ( ) ( ) + 678.000000 ( ) ( ) + 682.000000 ( ) ( ) + 692.000000 ( ) ( ) + 692.000000 ( ) ( ) + 682.000000 ( ) ( ) + 688.000000 ( ) ( ) + 710.000000 ( ) ( ) + 714.000000 ( ) ( ) + 732.000000 ( ) ( ) + 742.000000 ( ) ( ) + 742.000000 ( ) ( ) + 740.000000 ( ) ( ) + 748.000000 ( ) ( ) + 744.000000 ( ) ( ) + 752.000000 ( ) ( ) + 768.000000 ( ) ( ) + 774.000000 ( ) ( ) + 778.000000 ( ) ( ) + 768.000000 ( ) ( ) + 752.000000 ( ) ( ) + 744.000000 ( ) ( ) + 712.000000 ( ) ( ) + 668.000000 ( ) ( ) + 636.000000 ( ) ( ) + 630.000000 ( ) ( ) + 642.000000 ( ) ( ) + 656.000000 ( ) ( ) + 616.000000 ( nodraw ) ( ) + 570.000000 ( nodraw ) ( nodraw ) + 564.000000 ( nodraw ) ( nodraw ) + 596.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 928.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 988.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 970.000000 ( ) ( ) + 928.000000 ( ) ( ) + 906.000000 ( ) ( ) + 882.000000 ( ) ( ) + 866.000000 ( ) ( ) + 870.000000 ( ) ( ) + 874.000000 ( ) ( ) + 856.000000 ( ) ( ) + 840.000000 ( ) ( ) + 814.000000 ( ) ( ) + 796.000000 ( ) ( ) + 758.000000 ( ) ( ) + 738.000000 ( ) ( ) + 706.000000 ( ) ( ) + 676.000000 ( ) ( ) + 656.000000 ( ) ( ) + 644.000000 ( nodraw ) ( ) + 612.000000 ( nodraw ) ( nodraw ) + 594.000000 ( nodraw ) ( nodraw ) + 602.000000 ( nodraw ) ( nodraw ) + 594.000000 ( ) ( ) + 638.000000 ( ) ( ) + 658.000000 ( ) ( ) + 672.000000 ( ) ( ) + 668.000000 ( ) ( ) + 634.000000 ( ) ( ) + 620.000000 ( ) ( ) + 624.000000 ( ) ( ) + 652.000000 ( ) ( ) + 710.000000 ( ) ( ) + 682.000000 ( ) ( ) + 698.000000 ( ) ( ) + 694.000000 ( ) ( ) + 732.000000 ( ) ( ) + 720.000000 ( ) ( ) + 726.000000 ( ) ( ) + 734.000000 ( ) ( ) + 750.000000 ( ) ( ) + 764.000000 ( ) ( ) + 770.000000 ( ) ( ) + 776.000000 ( ) ( ) + 758.000000 ( ) ( ) + 772.000000 ( ) ( ) + 772.000000 ( ) ( ) + 780.000000 ( ) ( ) + 758.000000 ( ) ( ) + 790.000000 ( ) ( ) + 798.000000 ( ) ( ) + 802.000000 ( ) ( ) + 788.000000 ( ) ( ) + 784.000000 ( ) ( ) + 760.000000 ( ) ( ) + 728.000000 ( ) ( ) + 678.000000 ( ) ( ) + 662.000000 ( ) ( ) + 640.000000 ( ) ( ) + 626.000000 ( ) ( ) + 658.000000 ( ) ( ) + 644.000000 ( ) ( ) + 600.000000 ( nodraw ) ( ) + 576.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 928.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( ) ( nodraw ) + 1098.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 954.000000 ( ) ( ) + 912.000000 ( ) ( ) + 884.000000 ( ) ( ) + 854.000000 ( ) ( ) + 862.000000 ( ) ( ) + 828.000000 ( ) ( ) + 830.000000 ( ) ( ) + 808.000000 ( ) ( ) + 802.000000 ( ) ( ) + 772.000000 ( ) ( ) + 770.000000 ( ) ( ) + 742.000000 ( ) ( ) + 710.000000 ( ) ( ) + 678.000000 ( ) ( ) + 664.000000 ( ) ( ) + 626.000000 ( ) ( ) + 608.000000 ( nodraw ) ( nodraw ) + 598.000000 ( nodraw ) ( nodraw ) + 602.000000 ( ) ( ) + 612.000000 ( ) ( ) + 610.000000 ( ) ( ) + 650.000000 ( ) ( ) + 664.000000 ( ) ( ) + 662.000000 ( ) ( ) + 642.000000 ( ) ( ) + 628.000000 ( ) ( ) + 628.000000 ( ) ( ) + 638.000000 ( ) ( ) + 654.000000 ( ) ( ) + 694.000000 ( ) ( ) + 706.000000 ( ) ( ) + 724.000000 ( ) ( ) + 736.000000 ( ) ( ) + 752.000000 ( ) ( ) + 756.000000 ( ) ( ) + 770.000000 ( ) ( ) + 782.000000 ( ) ( ) + 780.000000 ( ) ( ) + 782.000000 ( ) ( ) + 792.000000 ( ) ( ) + 778.000000 ( ) ( ) + 770.000000 ( ) ( ) + 770.000000 ( ) ( ) + 778.000000 ( ) ( ) + 780.000000 ( ) ( ) + 786.000000 ( ) ( ) + 794.000000 ( ) ( ) + 812.000000 ( ) ( ) + 802.000000 ( ) ( ) + 798.000000 ( ) ( ) + 780.000000 ( ) ( ) + 774.000000 ( ) ( ) + 728.000000 ( ) ( ) + 690.000000 ( ) ( ) + 668.000000 ( ) ( ) + 632.000000 ( ) ( ) + 624.000000 ( ) ( ) + 658.000000 ( ) ( ) + 658.000000 ( ) ( ) + 644.000000 ( ) ( ) + 602.000000 ( nodraw ) ( maxdetail ) + 592.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 958.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 988.000000 ( ) ( ) + 928.000000 ( ) ( ) + 888.000000 ( ) ( ) + 848.000000 ( ) ( ) + 838.000000 ( ) ( ) + 822.000000 ( ) ( ) + 798.000000 ( ) ( ) + 784.000000 ( ) ( ) + 760.000000 ( ) ( ) + 752.000000 ( ) ( ) + 744.000000 ( ) ( ) + 720.000000 ( ) ( ) + 716.000000 ( ) ( ) + 696.000000 ( ) ( ) + 668.000000 ( ) ( ) + 648.000000 ( ) ( ) + 638.000000 ( ) ( ) + 612.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 612.000000 ( ) ( ) + 630.000000 ( ) ( ) + 648.000000 ( ) ( ) + 668.000000 ( ) ( ) + 662.000000 ( ) ( ) + 664.000000 ( ) ( ) + 628.000000 ( ) ( ) + 636.000000 ( ) ( ) + 638.000000 ( ) ( ) + 678.000000 ( ) ( ) + 696.000000 ( ) ( ) + 752.000000 ( ) ( ) + 756.000000 ( ) ( ) + 782.000000 ( ) ( ) + 790.000000 ( ) ( ) + 796.000000 ( ) ( ) + 806.000000 ( ) ( ) + 808.000000 ( ) ( ) + 816.000000 ( ) ( ) + 802.000000 ( ) ( ) + 794.000000 ( ) ( ) + 790.000000 ( ) ( ) + 776.000000 ( ) ( ) + 770.000000 ( ) ( ) + 766.000000 ( ) ( ) + 770.000000 ( ) ( ) + 784.000000 ( ) ( ) + 790.000000 ( ) ( ) + 794.000000 ( ) ( ) + 786.000000 ( ) ( ) + 784.000000 ( ) ( ) + 764.000000 ( ) ( ) + 770.000000 ( ) ( ) + 758.000000 ( ) ( ) + 724.000000 ( ) ( ) + 676.000000 ( ) ( ) + 654.000000 ( ) ( ) + 644.000000 ( ) ( ) + 618.000000 ( ) ( ) + 658.000000 ( ) ( ) + 656.000000 ( ) ( ) + 648.000000 ( ) ( ) + 612.000000 ( maxdetail ) ( maxdetail ) + 578.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 968.000000 ( nodraw ) ( nodraw ) + 988.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1086.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 968.000000 ( ) ( ) + 918.000000 ( ) ( ) + 878.000000 ( ) ( ) + 828.000000 ( ) ( ) + 798.000000 ( ) ( ) + 790.000000 ( ) ( ) + 774.000000 ( ) ( ) + 758.000000 ( ) ( ) + 742.000000 ( ) ( ) + 724.000000 ( ) ( ) + 696.000000 ( ) ( ) + 714.000000 ( ) ( ) + 718.000000 ( ) ( ) + 692.000000 ( ) ( ) + 656.000000 ( nodraw ) ( ) + 630.000000 ( nodraw ) ( nodraw ) + 612.000000 ( nodraw ) ( nodraw ) + 596.000000 ( nodraw ) ( nodraw ) + 616.000000 ( ) ( nodraw ) + 614.000000 ( ) ( ) + 652.000000 ( ) ( ) + 662.000000 ( ) ( ) + 664.000000 ( ) ( ) + 648.000000 ( ) ( ) + 652.000000 ( ) ( ) + 652.000000 ( ) ( ) + 674.000000 ( ) ( ) + 696.000000 ( ) ( ) + 722.000000 ( ) ( ) + 766.000000 ( ) ( ) + 798.000000 ( ) ( ) + 810.000000 ( ) ( ) + 828.000000 ( ) ( ) + 828.000000 ( ) ( ) + 838.000000 ( ) ( ) + 840.000000 ( ) ( ) + 848.000000 ( ) ( ) + 842.000000 ( ) ( ) + 824.000000 ( ) ( ) + 810.000000 ( ) ( ) + 788.000000 ( ) ( ) + 778.000000 ( ) ( ) + 768.000000 ( ) ( ) + 774.000000 ( ) ( ) + 770.000000 ( ) ( ) + 788.000000 ( ) ( ) + 788.000000 ( ) ( ) + 794.000000 ( ) ( ) + 780.000000 ( ) ( ) + 768.000000 ( ) ( ) + 744.000000 ( ) ( ) + 740.000000 ( ) ( ) + 730.000000 ( ) ( ) + 710.000000 ( ) ( ) + 676.000000 ( ) ( ) + 640.000000 ( ) ( ) + 630.000000 ( ) ( ) + 644.000000 ( ) ( ) + 658.000000 ( ) ( ) + 650.000000 ( ) ( ) + 634.000000 ( ) ( ) + 630.000000 ( maxdetail ) ( maxdetail ) + 596.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 998.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1080.000000 ( nodraw ) ( nodraw ) + 1104.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 998.000000 ( ) ( ) + 948.000000 ( ) ( ) + 898.000000 ( ) ( ) + 858.000000 ( ) ( ) + 828.000000 ( ) ( ) + 798.000000 ( ) ( ) + 782.000000 ( ) ( ) + 758.000000 ( ) ( ) + 740.000000 ( ) ( ) + 720.000000 ( ) ( ) + 694.000000 ( ) ( ) + 686.000000 ( ) ( ) + 694.000000 ( ) ( ) + 708.000000 ( ) ( ) + 686.000000 ( ) ( ) + 640.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 610.000000 ( nodraw ) ( nodraw ) + 606.000000 ( ) ( nodraw ) + 622.000000 ( ) ( ) + 650.000000 ( ) ( ) + 654.000000 ( ) ( ) + 666.000000 ( ) ( ) + 656.000000 ( ) ( ) + 650.000000 ( ) ( ) + 656.000000 ( ) ( ) + 666.000000 ( ) ( ) + 708.000000 ( ) ( ) + 748.000000 ( ) ( ) + 788.000000 ( ) ( ) + 816.000000 ( ) ( ) + 846.000000 ( ) ( ) + 856.000000 ( ) ( ) + 860.000000 ( ) ( ) + 862.000000 ( ) ( ) + 856.000000 ( ) ( ) + 864.000000 ( ) ( ) + 862.000000 ( ) ( ) + 858.000000 ( ) ( ) + 844.000000 ( ) ( ) + 820.000000 ( ) ( ) + 810.000000 ( ) ( ) + 788.000000 ( ) ( ) + 792.000000 ( ) ( ) + 774.000000 ( ) ( ) + 790.000000 ( ) ( ) + 784.000000 ( ) ( ) + 784.000000 ( ) ( ) + 780.000000 ( ) ( ) + 774.000000 ( ) ( ) + 740.000000 ( ) ( ) + 724.000000 ( ) ( ) + 698.000000 ( ) ( ) + 690.000000 ( ) ( ) + 686.000000 ( ) ( ) + 668.000000 ( ) ( ) + 646.000000 ( ) ( ) + 660.000000 ( ) ( ) + 652.000000 ( ) ( ) + 646.000000 ( ) ( ) + 604.000000 ( ) ( ) + 616.000000 ( ) ( ) + 626.000000 ( maxdetail ) ( maxdetail ) + 604.000000 ( maxdetail ) ( maxdetail ) + 550.000000 ( maxdetail ) ( maxdetail ) + 478.000000 ( nodraw ) ( nodraw ) + 434.000000 ( nodraw ) ( nodraw ) + 436.000000 ( nodraw ) ( nodraw ) + 398.000000 ( nodraw ) ( nodraw ) + 384.000000 ( nodraw ) ( nodraw ) + 368.000000 ( nodraw ) ( nodraw ) + 362.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2.000000 ( ) ( ) + 2.000000 ( ) ( ) + 2.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1008.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1084.000000 ( nodraw ) ( nodraw ) + 1136.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 998.000000 ( ) ( ) + 968.000000 ( ) ( ) + 918.000000 ( ) ( ) + 878.000000 ( ) ( ) + 848.000000 ( ) ( ) + 818.000000 ( ) ( ) + 778.000000 ( ) ( ) + 778.000000 ( ) ( ) + 768.000000 ( ) ( ) + 726.000000 ( ) ( ) + 704.000000 ( ) ( ) + 684.000000 ( ) ( ) + 672.000000 ( ) ( ) + 722.000000 ( ) ( ) + 714.000000 ( ) ( ) + 680.000000 ( ) ( ) + 622.000000 ( nodraw ) ( nodraw ) + 620.000000 ( nodraw ) ( nodraw ) + 622.000000 ( nodraw ) ( nodraw ) + 606.000000 ( ) ( ) + 652.000000 ( ) ( ) + 678.000000 ( ) ( ) + 682.000000 ( ) ( ) + 654.000000 ( ) ( ) + 654.000000 ( ) ( ) + 646.000000 ( ) ( ) + 668.000000 ( ) ( ) + 692.000000 ( ) ( ) + 746.000000 ( ) ( ) + 788.000000 ( ) ( ) + 846.000000 ( ) ( ) + 866.000000 ( ) ( ) + 900.000000 ( ) ( ) + 890.000000 ( ) ( ) + 888.000000 ( ) ( ) + 878.000000 ( ) ( ) + 888.000000 ( ) ( ) + 878.000000 ( ) ( ) + 888.000000 ( ) ( ) + 870.000000 ( ) ( ) + 848.000000 ( ) ( ) + 830.000000 ( ) ( ) + 800.000000 ( ) ( ) + 798.000000 ( ) ( ) + 780.000000 ( ) ( ) + 788.000000 ( ) ( ) + 790.000000 ( ) ( ) + 790.000000 ( ) ( ) + 798.000000 ( ) ( ) + 790.000000 ( ) ( ) + 770.000000 ( ) ( ) + 732.000000 ( ) ( ) + 706.000000 ( ) ( ) + 678.000000 ( ) ( ) + 680.000000 ( ) ( ) + 668.000000 ( ) ( ) + 664.000000 ( ) ( ) + 644.000000 ( ) ( ) + 640.000000 ( ) ( ) + 630.000000 ( ) ( ) + 594.000000 ( ) ( ) + 584.000000 ( ) ( ) + 608.000000 ( ) ( ) + 626.000000 ( ) ( ) + 630.000000 ( ) ( ) + 626.000000 ( ) ( ) + 584.000000 ( ) ( ) + 578.000000 ( nodraw ) ( nodraw ) + 438.000000 ( nodraw ) ( nodraw ) + 412.000000 ( nodraw ) ( nodraw ) + 392.000000 ( nodraw ) ( nodraw ) + 382.000000 ( nodraw ) ( nodraw ) + 374.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2.000000 ( ) ( ) + 6.000000 ( ) ( ) + 10.000000 ( ) ( ) + 6.000000 ( ) ( ) + 2.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1018.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1100.000000 ( nodraw ) ( nodraw ) + 1124.000000 ( ) ( nodraw ) + 1126.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 988.000000 ( ) ( ) + 968.000000 ( ) ( ) + 938.000000 ( ) ( ) + 908.000000 ( ) ( ) + 868.000000 ( ) ( ) + 848.000000 ( ) ( ) + 808.000000 ( ) ( ) + 780.000000 ( ) ( ) + 774.000000 ( ) ( ) + 754.000000 ( ) ( ) + 730.000000 ( ) ( ) + 698.000000 ( ) ( ) + 698.000000 ( ) ( ) + 692.000000 ( ) ( ) + 708.000000 ( ) ( ) + 692.000000 ( ) ( ) + 666.000000 ( nodraw ) ( nodraw ) + 626.000000 ( nodraw ) ( nodraw ) + 616.000000 ( nodraw ) ( nodraw ) + 616.000000 ( nodraw ) ( nodraw ) + 650.000000 ( ) ( ) + 694.000000 ( ) ( ) + 696.000000 ( ) ( ) + 682.000000 ( ) ( ) + 658.000000 ( ) ( ) + 664.000000 ( ) ( ) + 670.000000 ( ) ( ) + 702.000000 ( ) ( ) + 734.000000 ( ) ( ) + 780.000000 ( ) ( ) + 832.000000 ( ) ( ) + 862.000000 ( ) ( ) + 882.000000 ( ) ( ) + 892.000000 ( ) ( ) + 890.000000 ( ) ( ) + 898.000000 ( ) ( ) + 898.000000 ( ) ( ) + 898.000000 ( ) ( ) + 898.000000 ( ) ( ) + 888.000000 ( ) ( ) + 884.000000 ( ) ( ) + 868.000000 ( ) ( ) + 844.000000 ( ) ( ) + 838.000000 ( ) ( ) + 810.000000 ( ) ( ) + 804.000000 ( ) ( ) + 810.000000 ( ) ( ) + 808.000000 ( ) ( ) + 794.000000 ( ) ( ) + 798.000000 ( ) ( ) + 784.000000 ( ) ( ) + 748.000000 ( ) ( ) + 728.000000 ( ) ( ) + 710.000000 ( ) ( ) + 680.000000 ( ) ( ) + 662.000000 ( ) ( ) + 640.000000 ( ) ( ) + 654.000000 ( ) ( ) + 646.000000 ( ) ( ) + 632.000000 ( ) ( ) + 616.000000 ( ) ( ) + 594.000000 ( ) ( ) + 570.000000 ( ) ( ) + 596.000000 ( ) ( ) + 586.000000 ( ) ( ) + 614.000000 ( ) ( ) + 622.000000 ( ) ( ) + 606.000000 ( ) ( ) + 596.000000 ( nodraw ) ( nodraw ) + 458.000000 ( nodraw ) ( nodraw ) + 434.000000 ( nodraw ) ( nodraw ) + 420.000000 ( nodraw ) ( nodraw ) + 396.000000 ( nodraw ) ( nodraw ) + 394.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2.000000 ( ) ( ) + 10.000000 ( ) ( ) + 14.000000 ( ) ( ) + 10.000000 ( ) ( ) + 2.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1048.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1084.000000 ( nodraw ) ( nodraw ) + 1096.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 998.000000 ( ) ( ) + 998.000000 ( ) ( ) + 988.000000 ( ) ( ) + 988.000000 ( ) ( ) + 978.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 938.000000 ( ) ( ) + 908.000000 ( ) ( ) + 888.000000 ( ) ( ) + 858.000000 ( ) ( ) + 848.000000 ( ) ( ) + 818.000000 ( ) ( ) + 782.000000 ( ) ( ) + 782.000000 ( ) ( ) + 746.000000 ( ) ( ) + 724.000000 ( ) ( ) + 692.000000 ( ) ( ) + 702.000000 ( ) ( ) + 688.000000 ( ) ( ) + 710.000000 ( ) ( ) + 698.000000 ( nodraw ) ( ) + 674.000000 ( nodraw ) ( nodraw ) + 642.000000 ( nodraw ) ( nodraw ) + 640.000000 ( nodraw ) ( nodraw ) + 622.000000 ( ) ( nodraw ) + 664.000000 ( ) ( ) + 686.000000 ( ) ( ) + 698.000000 ( ) ( ) + 664.000000 ( ) ( ) + 662.000000 ( ) ( ) + 684.000000 ( ) ( ) + 724.000000 ( ) ( ) + 746.000000 ( ) ( ) + 782.000000 ( ) ( ) + 816.000000 ( ) ( ) + 854.000000 ( ) ( ) + 876.000000 ( ) ( ) + 900.000000 ( ) ( ) + 888.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 898.000000 ( ) ( ) + 908.000000 ( ) ( ) + 898.000000 ( ) ( ) + 888.000000 ( ) ( ) + 872.000000 ( ) ( ) + 854.000000 ( ) ( ) + 850.000000 ( ) ( ) + 824.000000 ( ) ( ) + 820.000000 ( ) ( ) + 814.000000 ( ) ( ) + 802.000000 ( ) ( ) + 798.000000 ( ) ( ) + 778.000000 ( ) ( ) + 768.000000 ( ) ( ) + 728.000000 ( ) ( ) + 708.000000 ( ) ( ) + 678.000000 ( ) ( ) + 668.000000 ( ) ( ) + 648.000000 ( ) ( ) + 646.000000 ( ) ( ) + 642.000000 ( ) ( ) + 642.000000 ( ) ( ) + 638.000000 ( ) ( ) + 600.000000 ( ) ( ) + 574.000000 ( ) ( ) + 554.000000 ( ) ( ) + 556.000000 ( ) ( ) + 610.000000 ( ) ( ) + 614.000000 ( ) ( ) + 610.000000 ( nodraw ) ( ) + 592.000000 ( nodraw ) ( nodraw ) + 464.000000 ( nodraw ) ( nodraw ) + 454.000000 ( nodraw ) ( nodraw ) + 442.000000 ( nodraw ) ( nodraw ) + 436.000000 ( nodraw ) ( nodraw ) + 414.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2.000000 ( ) ( ) + 6.000000 ( ) ( ) + 10.000000 ( ) ( ) + 6.000000 ( ) ( ) + 2.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1048.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1090.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 988.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 938.000000 ( ) ( ) + 928.000000 ( ) ( ) + 918.000000 ( ) ( ) + 918.000000 ( ) ( ) + 898.000000 ( ) ( ) + 888.000000 ( ) ( ) + 844.000000 ( ) ( ) + 810.000000 ( ) ( ) + 804.000000 ( ) ( ) + 790.000000 ( ) ( ) + 768.000000 ( ) ( ) + 748.000000 ( ) ( ) + 722.000000 ( ) ( ) + 680.000000 ( ) ( ) + 682.000000 ( ) ( ) + 698.000000 ( ) ( ) + 702.000000 ( ) ( ) + 668.000000 ( nodraw ) ( nodraw ) + 648.000000 ( nodraw ) ( nodraw ) + 656.000000 ( nodraw ) ( nodraw ) + 646.000000 ( ) ( nodraw ) + 666.000000 ( ) ( ) + 698.000000 ( ) ( ) + 698.000000 ( ) ( ) + 688.000000 ( ) ( ) + 674.000000 ( ) ( ) + 674.000000 ( ) ( ) + 710.000000 ( ) ( ) + 756.000000 ( ) ( ) + 810.000000 ( ) ( ) + 856.000000 ( ) ( ) + 870.000000 ( ) ( ) + 896.000000 ( ) ( ) + 898.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 918.000000 ( ) ( ) + 918.000000 ( ) ( ) + 918.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 898.000000 ( ) ( ) + 886.000000 ( ) ( ) + 888.000000 ( ) ( ) + 878.000000 ( ) ( ) + 858.000000 ( ) ( ) + 834.000000 ( ) ( ) + 828.000000 ( ) ( ) + 818.000000 ( ) ( ) + 798.000000 ( ) ( ) + 796.000000 ( ) ( ) + 778.000000 ( ) ( ) + 758.000000 ( ) ( ) + 748.000000 ( ) ( ) + 718.000000 ( ) ( ) + 708.000000 ( ) ( ) + 688.000000 ( ) ( ) + 668.000000 ( ) ( ) + 662.000000 ( ) ( ) + 650.000000 ( ) ( ) + 646.000000 ( ) ( ) + 636.000000 ( ) ( ) + 634.000000 ( ) ( ) + 598.000000 ( ) ( ) + 572.000000 ( ) ( ) + 570.000000 ( ) ( ) + 596.000000 ( ) ( ) + 592.000000 ( ) ( ) + 574.000000 ( nodraw ) ( ) + 512.000000 ( nodraw ) ( nodraw ) + 498.000000 ( nodraw ) ( nodraw ) + 472.000000 ( nodraw ) ( nodraw ) + 470.000000 ( nodraw ) ( nodraw ) + 472.000000 ( nodraw ) ( nodraw ) + 452.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2.000000 ( ) ( ) + 2.000000 ( ) ( ) + 2.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1068.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1124.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 994.000000 ( ) ( ) + 958.000000 ( ) ( ) + 926.000000 ( ) ( ) + 924.000000 ( ) ( ) + 904.000000 ( ) ( ) + 894.000000 ( ) ( ) + 894.000000 ( ) ( ) + 894.000000 ( ) ( ) + 894.000000 ( ) ( ) + 884.000000 ( ) ( ) + 874.000000 ( ) ( ) + 858.000000 ( ) ( ) + 832.000000 ( ) ( ) + 818.000000 ( ) ( ) + 810.000000 ( ) ( ) + 790.000000 ( ) ( ) + 764.000000 ( ) ( ) + 740.000000 ( ) ( ) + 712.000000 ( ) ( ) + 678.000000 ( ) ( ) + 682.000000 ( ) ( ) + 708.000000 ( ) ( ) + 702.000000 ( ) ( ) + 678.000000 ( ) ( ) + 668.000000 ( nodraw ) ( nodraw ) + 648.000000 ( nodraw ) ( nodraw ) + 658.000000 ( ) ( ) + 698.000000 ( ) ( ) + 700.000000 ( ) ( ) + 702.000000 ( ) ( ) + 664.000000 ( ) ( ) + 678.000000 ( ) ( ) + 686.000000 ( ) ( ) + 734.000000 ( ) ( ) + 786.000000 ( ) ( ) + 858.000000 ( ) ( ) + 888.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 928.000000 ( ) ( ) + 918.000000 ( ) ( ) + 918.000000 ( ) ( ) + 918.000000 ( ) ( ) + 928.000000 ( ) ( ) + 908.000000 ( ) ( ) + 918.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 888.000000 ( ) ( ) + 888.000000 ( ) ( ) + 878.000000 ( ) ( ) + 884.000000 ( ) ( ) + 860.000000 ( ) ( ) + 848.000000 ( ) ( ) + 830.000000 ( ) ( ) + 814.000000 ( ) ( ) + 788.000000 ( ) ( ) + 788.000000 ( ) ( ) + 778.000000 ( ) ( ) + 778.000000 ( ) ( ) + 758.000000 ( ) ( ) + 738.000000 ( ) ( ) + 728.000000 ( ) ( ) + 708.000000 ( ) ( ) + 678.000000 ( ) ( ) + 676.000000 ( ) ( ) + 660.000000 ( ) ( ) + 650.000000 ( ) ( ) + 646.000000 ( ) ( ) + 648.000000 ( ) ( ) + 630.000000 ( ) ( ) + 598.000000 ( ) ( ) + 578.000000 ( ) ( ) + 588.000000 ( ) ( ) + 564.000000 ( ) ( ) + 540.000000 ( ) ( ) + 498.000000 ( nodraw ) ( ) + 490.000000 ( nodraw ) ( nodraw ) + 482.000000 ( nodraw ) ( nodraw ) + 480.000000 ( nodraw ) ( nodraw ) + 496.000000 ( nodraw ) ( nodraw ) + 500.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1088.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1120.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 990.000000 ( ) ( ) + 936.000000 ( ) ( ) + 914.000000 ( ) ( ) + 892.000000 ( ) ( ) + 878.000000 ( ) ( ) + 888.000000 ( ) ( ) + 868.000000 ( ) ( ) + 872.000000 ( ) ( ) + 862.000000 ( ) ( ) + 852.000000 ( ) ( ) + 848.000000 ( ) ( ) + 824.000000 ( ) ( ) + 814.000000 ( ) ( ) + 794.000000 ( ) ( ) + 786.000000 ( ) ( ) + 778.000000 ( ) ( ) + 762.000000 ( ) ( ) + 734.000000 ( ) ( ) + 710.000000 ( ) ( ) + 682.000000 ( ) ( ) + 678.000000 ( ) ( ) + 708.000000 ( ) ( ) + 698.000000 ( ) ( ) + 688.000000 ( ) ( ) + 668.000000 ( nodraw ) ( nodraw ) + 658.000000 ( ) ( ) + 678.000000 ( ) ( ) + 698.000000 ( ) ( ) + 706.000000 ( ) ( ) + 706.000000 ( ) ( ) + 680.000000 ( ) ( ) + 686.000000 ( ) ( ) + 720.000000 ( ) ( ) + 758.000000 ( ) ( ) + 828.000000 ( ) ( ) + 878.000000 ( ) ( ) + 918.000000 ( ) ( ) + 938.000000 ( ) ( ) + 938.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 938.000000 ( ) ( ) + 938.000000 ( ) ( ) + 938.000000 ( ) ( ) + 938.000000 ( ) ( ) + 918.000000 ( ) ( ) + 908.000000 ( ) ( ) + 898.000000 ( ) ( ) + 898.000000 ( ) ( ) + 878.000000 ( ) ( ) + 878.000000 ( ) ( ) + 868.000000 ( ) ( ) + 858.000000 ( ) ( ) + 838.000000 ( ) ( ) + 828.000000 ( ) ( ) + 798.000000 ( ) ( ) + 788.000000 ( ) ( ) + 778.000000 ( ) ( ) + 768.000000 ( ) ( ) + 758.000000 ( ) ( ) + 758.000000 ( ) ( ) + 748.000000 ( ) ( ) + 738.000000 ( ) ( ) + 708.000000 ( ) ( ) + 708.000000 ( ) ( ) + 686.000000 ( ) ( ) + 678.000000 ( ) ( ) + 662.000000 ( ) ( ) + 658.000000 ( ) ( ) + 658.000000 ( ) ( ) + 652.000000 ( ) ( ) + 638.000000 ( ) ( ) + 612.000000 ( ) ( ) + 594.000000 ( ) ( ) + 542.000000 ( ) ( ) + 538.000000 ( ) ( ) + 510.000000 ( ) ( ) + 508.000000 ( nodraw ) ( ) + 490.000000 ( nodraw ) ( nodraw ) + 500.000000 ( nodraw ) ( nodraw ) + 508.000000 ( nodraw ) ( nodraw ) + 494.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1108.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 994.000000 ( ) ( ) + 956.000000 ( ) ( ) + 932.000000 ( ) ( ) + 902.000000 ( ) ( ) + 878.000000 ( ) ( ) + 870.000000 ( ) ( ) + 862.000000 ( ) ( ) + 856.000000 ( ) ( ) + 856.000000 ( ) ( ) + 840.000000 ( ) ( ) + 818.000000 ( ) ( ) + 824.000000 ( ) ( ) + 806.000000 ( ) ( ) + 790.000000 ( ) ( ) + 784.000000 ( ) ( ) + 758.000000 ( ) ( ) + 754.000000 ( ) ( ) + 732.000000 ( ) ( ) + 690.000000 ( ) ( ) + 670.000000 ( ) ( ) + 672.000000 ( ) ( ) + 720.000000 ( ) ( ) + 708.000000 ( ) ( ) + 688.000000 ( nodraw ) ( nodraw ) + 668.000000 ( nodraw ) ( nodraw ) + 678.000000 ( ) ( ) + 692.000000 ( ) ( ) + 708.000000 ( ) ( ) + 704.000000 ( ) ( ) + 686.000000 ( ) ( ) + 684.000000 ( ) ( ) + 684.000000 ( ) ( ) + 732.000000 ( ) ( ) + 786.000000 ( ) ( ) + 848.000000 ( ) ( ) + 912.000000 ( ) ( ) + 938.000000 ( ) ( ) + 948.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 968.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 928.000000 ( ) ( ) + 928.000000 ( ) ( ) + 898.000000 ( ) ( ) + 890.000000 ( ) ( ) + 890.000000 ( ) ( ) + 860.000000 ( ) ( ) + 848.000000 ( ) ( ) + 838.000000 ( ) ( ) + 818.000000 ( ) ( ) + 808.000000 ( ) ( ) + 798.000000 ( ) ( ) + 778.000000 ( ) ( ) + 768.000000 ( ) ( ) + 758.000000 ( ) ( ) + 758.000000 ( ) ( ) + 758.000000 ( ) ( ) + 758.000000 ( ) ( ) + 738.000000 ( ) ( ) + 728.000000 ( ) ( ) + 718.000000 ( ) ( ) + 704.000000 ( ) ( ) + 694.000000 ( ) ( ) + 680.000000 ( ) ( ) + 672.000000 ( ) ( ) + 676.000000 ( ) ( ) + 676.000000 ( ) ( ) + 666.000000 ( ) ( ) + 636.000000 ( ) ( ) + 610.000000 ( ) ( ) + 576.000000 ( ) ( ) + 540.000000 ( ) ( ) + 532.000000 ( ) ( ) + 516.000000 ( ) ( ) + 506.000000 ( ) ( ) + 504.000000 ( ) ( ) + 494.000000 ( nodraw ) ( nodraw ) + 494.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1128.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1122.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 966.000000 ( ) ( ) + 930.000000 ( ) ( ) + 904.000000 ( ) ( ) + 886.000000 ( ) ( ) + 874.000000 ( ) ( ) + 844.000000 ( ) ( ) + 848.000000 ( ) ( ) + 836.000000 ( ) ( ) + 818.000000 ( ) ( ) + 808.000000 ( ) ( ) + 812.000000 ( ) ( ) + 810.000000 ( ) ( ) + 782.000000 ( ) ( ) + 778.000000 ( ) ( ) + 744.000000 ( ) ( ) + 736.000000 ( ) ( ) + 724.000000 ( ) ( ) + 704.000000 ( ) ( ) + 692.000000 ( ) ( ) + 700.000000 ( ) ( ) + 716.000000 ( ) ( ) + 708.000000 ( ) ( ) + 692.000000 ( nodraw ) ( nodraw ) + 688.000000 ( nodraw ) ( nodraw ) + 678.000000 ( ) ( ) + 704.000000 ( ) ( ) + 704.000000 ( ) ( ) + 712.000000 ( ) ( ) + 708.000000 ( ) ( ) + 694.000000 ( ) ( ) + 736.000000 ( ) ( ) + 764.000000 ( ) ( ) + 820.000000 ( ) ( ) + 888.000000 ( ) ( ) + 944.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 978.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 938.000000 ( ) ( ) + 918.000000 ( ) ( ) + 890.000000 ( ) ( ) + 892.000000 ( ) ( ) + 884.000000 ( ) ( ) + 872.000000 ( ) ( ) + 840.000000 ( ) ( ) + 818.000000 ( ) ( ) + 818.000000 ( ) ( ) + 798.000000 ( ) ( ) + 778.000000 ( ) ( ) + 778.000000 ( ) ( ) + 778.000000 ( ) ( ) + 768.000000 ( ) ( ) + 768.000000 ( ) ( ) + 758.000000 ( ) ( ) + 748.000000 ( ) ( ) + 748.000000 ( ) ( ) + 738.000000 ( ) ( ) + 728.000000 ( ) ( ) + 708.000000 ( ) ( ) + 708.000000 ( ) ( ) + 704.000000 ( ) ( ) + 698.000000 ( ) ( ) + 684.000000 ( ) ( ) + 690.000000 ( ) ( ) + 672.000000 ( ) ( ) + 656.000000 ( ) ( ) + 618.000000 ( ) ( ) + 606.000000 ( ) ( ) + 582.000000 ( ) ( ) + 562.000000 ( ) ( ) + 548.000000 ( ) ( ) + 536.000000 ( ) ( ) + 514.000000 ( ) ( ) + 490.000000 ( ) ( ) + 486.000000 ( ) ( ) + 478.000000 ( ) ( ) + 462.000000 ( ) ( ) + 450.000000 ( ) ( ) + 440.000000 ( ) ( ) + 426.000000 ( ) ( ) + 410.000000 ( ) ( ) + 394.000000 ( ) ( ) + 394.000000 ( ) ( ) + 366.000000 ( ) ( ) + 352.000000 ( ) ( ) + 358.000000 ( ) ( ) + 344.000000 ( ) ( ) + 312.000000 ( ) ( ) + 346.000000 ( ) ( ) + 320.000000 ( ) ( ) + 336.000000 ( ) ( ) + 340.000000 ( ) ( ) + 346.000000 ( ) ( ) + 362.000000 ( ) ( ) + 360.000000 ( ) ( ) + 346.000000 ( ) ( ) + 350.000000 ( ) ( ) + 350.000000 ( ) ( ) + 328.000000 ( ) ( ) + 334.000000 ( ) ( ) + 332.000000 ( ) ( ) + 340.000000 ( ) ( ) + 354.000000 ( ) ( ) + 374.000000 ( ) ( ) + 378.000000 ( ) ( ) + 392.000000 ( ) ( ) + 384.000000 ( ) ( ) + 380.000000 ( ) ( ) + 368.000000 ( nodraw ) ( nodraw ) + 344.000000 ( nodraw ) ( nodraw ) + 342.000000 ( nodraw ) ( nodraw ) + 334.000000 ( nodraw ) ( nodraw ) + 336.000000 ( nodraw ) ( nodraw ) + 338.000000 ( nodraw ) ( nodraw ) + 348.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1128.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1136.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 960.000000 ( ) ( ) + 922.000000 ( ) ( ) + 896.000000 ( ) ( ) + 878.000000 ( ) ( ) + 850.000000 ( ) ( ) + 840.000000 ( ) ( ) + 844.000000 ( ) ( ) + 834.000000 ( ) ( ) + 822.000000 ( ) ( ) + 816.000000 ( ) ( ) + 824.000000 ( ) ( ) + 800.000000 ( ) ( ) + 794.000000 ( ) ( ) + 770.000000 ( ) ( ) + 760.000000 ( ) ( ) + 744.000000 ( ) ( ) + 710.000000 ( ) ( ) + 692.000000 ( ) ( ) + 700.000000 ( ) ( ) + 722.000000 ( ) ( ) + 726.000000 ( ) ( ) + 710.000000 ( ) ( ) + 692.000000 ( nodraw ) ( nodraw ) + 682.000000 ( nodraw ) ( nodraw ) + 684.000000 ( ) ( ) + 718.000000 ( ) ( ) + 726.000000 ( ) ( ) + 706.000000 ( ) ( ) + 680.000000 ( ) ( ) + 696.000000 ( ) ( ) + 734.000000 ( ) ( ) + 796.000000 ( ) ( ) + 852.000000 ( ) ( ) + 894.000000 ( ) ( ) + 944.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 978.000000 ( ) ( ) + 978.000000 ( ) ( ) + 968.000000 ( ) ( ) + 988.000000 ( ) ( ) + 978.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 920.000000 ( ) ( ) + 892.000000 ( ) ( ) + 876.000000 ( ) ( ) + 868.000000 ( ) ( ) + 856.000000 ( ) ( ) + 842.000000 ( ) ( ) + 820.000000 ( ) ( ) + 798.000000 ( ) ( ) + 788.000000 ( ) ( ) + 788.000000 ( ) ( ) + 778.000000 ( ) ( ) + 778.000000 ( ) ( ) + 766.000000 ( ) ( ) + 756.000000 ( ) ( ) + 756.000000 ( ) ( ) + 766.000000 ( ) ( ) + 756.000000 ( ) ( ) + 748.000000 ( ) ( ) + 728.000000 ( ) ( ) + 726.000000 ( ) ( ) + 732.000000 ( ) ( ) + 720.000000 ( ) ( ) + 718.000000 ( ) ( ) + 712.000000 ( ) ( ) + 706.000000 ( ) ( ) + 676.000000 ( ) ( ) + 660.000000 ( ) ( ) + 640.000000 ( ) ( ) + 642.000000 ( ) ( ) + 630.000000 ( ) ( ) + 602.000000 ( ) ( ) + 614.000000 ( ) ( ) + 582.000000 ( ) ( ) + 558.000000 ( ) ( ) + 532.000000 ( ) ( ) + 506.000000 ( ) ( ) + 494.000000 ( ) ( ) + 480.000000 ( ) ( ) + 468.000000 ( ) ( ) + 458.000000 ( ) ( ) + 444.000000 ( ) ( ) + 430.000000 ( ) ( ) + 426.000000 ( ) ( ) + 426.000000 ( ) ( ) + 410.000000 ( ) ( ) + 390.000000 ( ) ( ) + 396.000000 ( ) ( ) + 372.000000 ( ) ( ) + 362.000000 ( ) ( ) + 362.000000 ( ) ( ) + 352.000000 ( ) ( ) + 338.000000 ( ) ( ) + 336.000000 ( ) ( ) + 334.000000 ( ) ( ) + 348.000000 ( ) ( ) + 350.000000 ( ) ( ) + 348.000000 ( ) ( ) + 344.000000 ( ) ( ) + 360.000000 ( ) ( ) + 344.000000 ( ) ( ) + 332.000000 ( ) ( ) + 334.000000 ( ) ( ) + 352.000000 ( ) ( ) + 376.000000 ( ) ( ) + 398.000000 ( ) ( ) + 422.000000 ( ) ( ) + 416.000000 ( ) ( ) + 418.000000 ( ) ( ) + 398.000000 ( ) ( ) + 372.000000 ( nodraw ) ( nodraw ) + 356.000000 ( nodraw ) ( nodraw ) + 340.000000 ( nodraw ) ( nodraw ) + 342.000000 ( nodraw ) ( nodraw ) + 344.000000 ( nodraw ) ( nodraw ) + 336.000000 ( nodraw ) ( nodraw ) + 338.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1136.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1124.000000 ( nodraw ) ( nodraw ) + 1096.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 972.000000 ( ) ( ) + 926.000000 ( ) ( ) + 886.000000 ( ) ( ) + 874.000000 ( ) ( ) + 854.000000 ( ) ( ) + 860.000000 ( ) ( ) + 852.000000 ( ) ( ) + 848.000000 ( ) ( ) + 844.000000 ( ) ( ) + 840.000000 ( ) ( ) + 818.000000 ( ) ( ) + 812.000000 ( ) ( ) + 816.000000 ( ) ( ) + 786.000000 ( ) ( ) + 784.000000 ( ) ( ) + 768.000000 ( ) ( ) + 742.000000 ( ) ( ) + 714.000000 ( ) ( ) + 674.000000 ( ) ( ) + 702.000000 ( ) ( ) + 712.000000 ( ) ( ) + 722.000000 ( ) ( ) + 704.000000 ( nodraw ) ( nodraw ) + 700.000000 ( nodraw ) ( nodraw ) + 690.000000 ( nodraw ) ( nodraw ) + 686.000000 ( ) ( ) + 716.000000 ( ) ( ) + 720.000000 ( ) ( ) + 712.000000 ( ) ( ) + 688.000000 ( ) ( ) + 704.000000 ( ) ( ) + 766.000000 ( ) ( ) + 818.000000 ( ) ( ) + 870.000000 ( ) ( ) + 926.000000 ( ) ( ) + 954.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 978.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 978.000000 ( ) ( ) + 958.000000 ( ) ( ) + 938.000000 ( ) ( ) + 920.000000 ( ) ( ) + 894.000000 ( ) ( ) + 878.000000 ( ) ( ) + 860.000000 ( ) ( ) + 848.000000 ( ) ( ) + 834.000000 ( ) ( ) + 800.000000 ( ) ( ) + 808.000000 ( ) ( ) + 798.000000 ( ) ( ) + 798.000000 ( ) ( ) + 778.000000 ( ) ( ) + 766.000000 ( ) ( ) + 764.000000 ( ) ( ) + 764.000000 ( ) ( ) + 772.000000 ( ) ( ) + 764.000000 ( ) ( ) + 754.000000 ( ) ( ) + 746.000000 ( ) ( ) + 754.000000 ( ) ( ) + 744.000000 ( ) ( ) + 736.000000 ( ) ( ) + 730.000000 ( ) ( ) + 724.000000 ( ) ( ) + 716.000000 ( ) ( ) + 710.000000 ( ) ( ) + 678.000000 ( ) ( ) + 666.000000 ( ) ( ) + 654.000000 ( ) ( ) + 652.000000 ( ) ( ) + 656.000000 ( ) ( ) + 664.000000 ( ) ( ) + 662.000000 ( ) ( ) + 652.000000 ( ) ( ) + 624.000000 ( ) ( ) + 590.000000 ( ) ( ) + 568.000000 ( ) ( ) + 546.000000 ( ) ( ) + 540.000000 ( ) ( ) + 526.000000 ( ) ( ) + 520.000000 ( ) ( ) + 530.000000 ( ) ( ) + 516.000000 ( ) ( ) + 488.000000 ( ) ( ) + 492.000000 ( ) ( ) + 472.000000 ( ) ( ) + 468.000000 ( ) ( ) + 450.000000 ( ) ( ) + 426.000000 ( ) ( ) + 430.000000 ( ) ( ) + 438.000000 ( ) ( ) + 428.000000 ( ) ( ) + 412.000000 ( ) ( ) + 396.000000 ( ) ( ) + 408.000000 ( ) ( ) + 420.000000 ( ) ( ) + 414.000000 ( ) ( ) + 398.000000 ( ) ( ) + 406.000000 ( ) ( ) + 404.000000 ( ) ( ) + 404.000000 ( ) ( ) + 386.000000 ( ) ( ) + 394.000000 ( ) ( ) + 400.000000 ( ) ( ) + 414.000000 ( ) ( ) + 432.000000 ( ) ( ) + 456.000000 ( ) ( ) + 472.000000 ( ) ( ) + 450.000000 ( ) ( ) + 428.000000 ( ) ( ) + 396.000000 ( nodraw ) ( nodraw ) + 356.000000 ( nodraw ) ( nodraw ) + 342.000000 ( nodraw ) ( nodraw ) + 342.000000 ( nodraw ) ( nodraw ) + 334.000000 ( nodraw ) ( nodraw ) + 336.000000 ( nodraw ) ( nodraw ) + 338.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1142.000000 ( nodraw ) ( nodraw ) + 1154.000000 ( nodraw ) ( nodraw ) + 1120.000000 ( ) ( nodraw ) + 1094.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 938.000000 ( ) ( ) + 886.000000 ( ) ( ) + 870.000000 ( ) ( ) + 878.000000 ( ) ( ) + 860.000000 ( ) ( ) + 870.000000 ( ) ( ) + 834.000000 ( ) ( ) + 842.000000 ( ) ( ) + 836.000000 ( ) ( ) + 828.000000 ( ) ( ) + 812.000000 ( ) ( ) + 810.000000 ( ) ( ) + 804.000000 ( ) ( ) + 792.000000 ( ) ( ) + 770.000000 ( ) ( ) + 748.000000 ( ) ( ) + 750.000000 ( ) ( ) + 708.000000 ( ) ( ) + 688.000000 ( ) ( ) + 702.000000 ( ) ( ) + 728.000000 ( ) ( ) + 722.000000 ( ) ( ) + 710.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 698.000000 ( nodraw ) ( nodraw ) + 692.000000 ( ) ( ) + 724.000000 ( ) ( ) + 740.000000 ( ) ( ) + 714.000000 ( ) ( ) + 698.000000 ( ) ( ) + 712.000000 ( ) ( ) + 770.000000 ( ) ( ) + 848.000000 ( ) ( ) + 904.000000 ( ) ( ) + 936.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 938.000000 ( ) ( ) + 900.000000 ( ) ( ) + 882.000000 ( ) ( ) + 856.000000 ( ) ( ) + 848.000000 ( ) ( ) + 826.000000 ( ) ( ) + 814.000000 ( ) ( ) + 814.000000 ( ) ( ) + 800.000000 ( ) ( ) + 798.000000 ( ) ( ) + 798.000000 ( ) ( ) + 798.000000 ( ) ( ) + 786.000000 ( ) ( ) + 784.000000 ( ) ( ) + 772.000000 ( ) ( ) + 780.000000 ( ) ( ) + 772.000000 ( ) ( ) + 770.000000 ( ) ( ) + 764.000000 ( ) ( ) + 760.000000 ( ) ( ) + 750.000000 ( ) ( ) + 742.000000 ( ) ( ) + 746.000000 ( ) ( ) + 726.000000 ( ) ( ) + 718.000000 ( ) ( ) + 706.000000 ( ) ( ) + 700.000000 ( ) ( ) + 692.000000 ( ) ( ) + 688.000000 ( ) ( ) + 686.000000 ( ) ( ) + 720.000000 ( ) ( ) + 720.000000 ( ) ( ) + 740.000000 ( ) ( ) + 736.000000 ( ) ( ) + 718.000000 ( ) ( ) + 688.000000 ( ) ( ) + 670.000000 ( ) ( ) + 644.000000 ( ) ( ) + 634.000000 ( ) ( ) + 616.000000 ( ) ( ) + 624.000000 ( ) ( ) + 600.000000 ( ) ( ) + 596.000000 ( ) ( ) + 572.000000 ( ) ( ) + 556.000000 ( ) ( ) + 538.000000 ( ) ( ) + 534.000000 ( ) ( ) + 524.000000 ( ) ( ) + 520.000000 ( ) ( ) + 518.000000 ( ) ( ) + 518.000000 ( ) ( ) + 512.000000 ( ) ( ) + 488.000000 ( ) ( ) + 486.000000 ( ) ( ) + 490.000000 ( ) ( ) + 492.000000 ( ) ( ) + 468.000000 ( ) ( ) + 486.000000 ( ) ( ) + 498.000000 ( ) ( ) + 486.000000 ( ) ( ) + 474.000000 ( ) ( ) + 462.000000 ( ) ( ) + 450.000000 ( ) ( ) + 460.000000 ( ) ( ) + 468.000000 ( ) ( ) + 482.000000 ( ) ( ) + 504.000000 ( ) ( ) + 496.000000 ( ) ( ) + 484.000000 ( ) ( ) + 452.000000 ( ) ( ) + 418.000000 ( nodraw ) ( nodraw ) + 382.000000 ( nodraw ) ( nodraw ) + 354.000000 ( nodraw ) ( nodraw ) + 340.000000 ( nodraw ) ( nodraw ) + 334.000000 ( nodraw ) ( nodraw ) + 346.000000 ( nodraw ) ( nodraw ) + 338.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1146.000000 ( nodraw ) ( nodraw ) + 1162.000000 ( nodraw ) ( nodraw ) + 1126.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 934.000000 ( ) ( ) + 884.000000 ( ) ( ) + 864.000000 ( ) ( ) + 870.000000 ( ) ( ) + 862.000000 ( ) ( ) + 864.000000 ( ) ( ) + 846.000000 ( ) ( ) + 854.000000 ( ) ( ) + 830.000000 ( ) ( ) + 828.000000 ( ) ( ) + 816.000000 ( ) ( ) + 822.000000 ( ) ( ) + 804.000000 ( ) ( ) + 778.000000 ( ) ( ) + 772.000000 ( ) ( ) + 756.000000 ( ) ( ) + 748.000000 ( ) ( ) + 726.000000 ( ) ( ) + 686.000000 ( ) ( ) + 702.000000 ( ) ( ) + 706.000000 ( ) ( ) + 720.000000 ( ) ( ) + 706.000000 ( nodraw ) ( nodraw ) + 710.000000 ( nodraw ) ( nodraw ) + 702.000000 ( ) ( nodraw ) + 704.000000 ( ) ( ) + 722.000000 ( ) ( ) + 726.000000 ( ) ( ) + 722.000000 ( ) ( ) + 732.000000 ( ) ( ) + 744.000000 ( ) ( ) + 812.000000 ( ) ( ) + 876.000000 ( ) ( ) + 908.000000 ( ) ( ) + 936.000000 ( ) ( ) + 952.000000 ( ) ( ) + 958.000000 ( ) ( ) + 968.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 968.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 908.000000 ( ) ( ) + 878.000000 ( ) ( ) + 860.000000 ( ) ( ) + 842.000000 ( ) ( ) + 816.000000 ( ) ( ) + 808.000000 ( ) ( ) + 810.000000 ( ) ( ) + 800.000000 ( ) ( ) + 808.000000 ( ) ( ) + 814.000000 ( ) ( ) + 800.000000 ( ) ( ) + 798.000000 ( ) ( ) + 786.000000 ( ) ( ) + 782.000000 ( ) ( ) + 780.000000 ( ) ( ) + 800.000000 ( ) ( ) + 782.000000 ( ) ( ) + 768.000000 ( ) ( ) + 760.000000 ( ) ( ) + 760.000000 ( ) ( ) + 756.000000 ( ) ( ) + 736.000000 ( ) ( ) + 760.000000 ( ) ( ) + 748.000000 ( ) ( ) + 732.000000 ( ) ( ) + 734.000000 ( ) ( ) + 726.000000 ( ) ( ) + 718.000000 ( ) ( ) + 716.000000 ( ) ( ) + 740.000000 ( ) ( ) + 762.000000 ( ) ( ) + 786.000000 ( ) ( ) + 794.000000 ( ) ( ) + 790.000000 ( ) ( ) + 784.000000 ( ) ( ) + 774.000000 ( ) ( ) + 756.000000 ( ) ( ) + 722.000000 ( ) ( ) + 720.000000 ( ) ( ) + 708.000000 ( ) ( ) + 678.000000 ( ) ( ) + 692.000000 ( ) ( ) + 684.000000 ( ) ( ) + 638.000000 ( ) ( ) + 626.000000 ( ) ( ) + 604.000000 ( ) ( ) + 592.000000 ( ) ( ) + 574.000000 ( ) ( ) + 582.000000 ( ) ( ) + 584.000000 ( ) ( ) + 582.000000 ( ) ( ) + 568.000000 ( ) ( ) + 566.000000 ( ) ( ) + 544.000000 ( ) ( ) + 562.000000 ( ) ( ) + 548.000000 ( ) ( ) + 530.000000 ( ) ( ) + 530.000000 ( ) ( ) + 542.000000 ( ) ( ) + 532.000000 ( ) ( ) + 518.000000 ( ) ( ) + 510.000000 ( ) ( ) + 512.000000 ( ) ( ) + 502.000000 ( ) ( ) + 502.000000 ( ) ( ) + 524.000000 ( ) ( ) + 540.000000 ( ) ( ) + 530.000000 ( ) ( ) + 512.000000 ( ) ( ) + 470.000000 ( ) ( ) + 432.000000 ( nodraw ) ( ) + 398.000000 ( nodraw ) ( nodraw ) + 366.000000 ( nodraw ) ( nodraw ) + 342.000000 ( nodraw ) ( nodraw ) + 344.000000 ( nodraw ) ( nodraw ) + 356.000000 ( nodraw ) ( nodraw ) + 348.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1154.000000 ( nodraw ) ( nodraw ) + 1170.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 966.000000 ( ) ( ) + 912.000000 ( ) ( ) + 896.000000 ( ) ( ) + 892.000000 ( ) ( ) + 884.000000 ( ) ( ) + 880.000000 ( ) ( ) + 846.000000 ( ) ( ) + 842.000000 ( ) ( ) + 832.000000 ( ) ( ) + 834.000000 ( ) ( ) + 824.000000 ( ) ( ) + 792.000000 ( ) ( ) + 800.000000 ( ) ( ) + 778.000000 ( ) ( ) + 766.000000 ( ) ( ) + 762.000000 ( ) ( ) + 762.000000 ( ) ( ) + 724.000000 ( ) ( ) + 690.000000 ( ) ( ) + 688.000000 ( ) ( ) + 702.000000 ( ) ( ) + 718.000000 ( ) ( ) + 714.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 708.000000 ( ) ( ) + 716.000000 ( ) ( ) + 728.000000 ( ) ( ) + 740.000000 ( ) ( ) + 732.000000 ( ) ( ) + 728.000000 ( ) ( ) + 770.000000 ( ) ( ) + 830.000000 ( ) ( ) + 894.000000 ( ) ( ) + 916.000000 ( ) ( ) + 946.000000 ( ) ( ) + 962.000000 ( ) ( ) + 952.000000 ( ) ( ) + 968.000000 ( ) ( ) + 948.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 928.000000 ( ) ( ) + 928.000000 ( ) ( ) + 888.000000 ( ) ( ) + 858.000000 ( ) ( ) + 840.000000 ( ) ( ) + 816.000000 ( ) ( ) + 802.000000 ( ) ( ) + 786.000000 ( ) ( ) + 798.000000 ( ) ( ) + 806.000000 ( ) ( ) + 810.000000 ( ) ( ) + 812.000000 ( ) ( ) + 816.000000 ( ) ( ) + 814.000000 ( ) ( ) + 802.000000 ( ) ( ) + 796.000000 ( ) ( ) + 800.000000 ( ) ( ) + 792.000000 ( ) ( ) + 780.000000 ( ) ( ) + 764.000000 ( ) ( ) + 760.000000 ( ) ( ) + 748.000000 ( ) ( ) + 762.000000 ( ) ( ) + 766.000000 ( ) ( ) + 760.000000 ( ) ( ) + 762.000000 ( ) ( ) + 762.000000 ( ) ( ) + 774.000000 ( ) ( ) + 780.000000 ( ) ( ) + 794.000000 ( ) ( ) + 786.000000 ( ) ( ) + 826.000000 ( ) ( ) + 842.000000 ( ) ( ) + 850.000000 ( ) ( ) + 840.000000 ( ) ( ) + 816.000000 ( ) ( ) + 804.000000 ( ) ( ) + 792.000000 ( ) ( ) + 784.000000 ( ) ( ) + 774.000000 ( ) ( ) + 762.000000 ( ) ( ) + 766.000000 ( ) ( ) + 742.000000 ( ) ( ) + 718.000000 ( ) ( ) + 684.000000 ( ) ( ) + 686.000000 ( ) ( ) + 648.000000 ( ) ( ) + 654.000000 ( ) ( ) + 640.000000 ( ) ( ) + 626.000000 ( ) ( ) + 636.000000 ( ) ( ) + 614.000000 ( ) ( ) + 606.000000 ( ) ( ) + 606.000000 ( ) ( ) + 590.000000 ( ) ( ) + 592.000000 ( ) ( ) + 602.000000 ( ) ( ) + 574.000000 ( ) ( ) + 562.000000 ( ) ( ) + 570.000000 ( ) ( ) + 542.000000 ( ) ( ) + 552.000000 ( ) ( ) + 530.000000 ( ) ( ) + 532.000000 ( ) ( ) + 542.000000 ( ) ( ) + 552.000000 ( ) ( ) + 554.000000 ( ) ( ) + 556.000000 ( ) ( ) + 546.000000 ( ) ( ) + 526.000000 ( ) ( ) + 494.000000 ( ) ( ) + 450.000000 ( ) ( ) + 414.000000 ( nodraw ) ( nodraw ) + 376.000000 ( nodraw ) ( nodraw ) + 362.000000 ( nodraw ) ( nodraw ) + 354.000000 ( nodraw ) ( nodraw ) + 356.000000 ( nodraw ) ( nodraw ) + 358.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1156.000000 ( nodraw ) ( nodraw ) + 1172.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 970.000000 ( ) ( ) + 932.000000 ( ) ( ) + 918.000000 ( ) ( ) + 904.000000 ( ) ( ) + 878.000000 ( ) ( ) + 880.000000 ( ) ( ) + 864.000000 ( ) ( ) + 850.000000 ( ) ( ) + 850.000000 ( ) ( ) + 854.000000 ( ) ( ) + 836.000000 ( ) ( ) + 822.000000 ( ) ( ) + 816.000000 ( ) ( ) + 796.000000 ( ) ( ) + 798.000000 ( ) ( ) + 784.000000 ( ) ( ) + 758.000000 ( ) ( ) + 730.000000 ( ) ( ) + 696.000000 ( ) ( ) + 704.000000 ( ) ( ) + 714.000000 ( ) ( ) + 722.000000 ( ) ( ) + 714.000000 ( nodraw ) ( nodraw ) + 706.000000 ( nodraw ) ( nodraw ) + 710.000000 ( ) ( ) + 722.000000 ( ) ( ) + 750.000000 ( ) ( ) + 752.000000 ( ) ( ) + 734.000000 ( ) ( ) + 746.000000 ( ) ( ) + 774.000000 ( ) ( ) + 838.000000 ( ) ( ) + 898.000000 ( ) ( ) + 920.000000 ( ) ( ) + 948.000000 ( ) ( ) + 956.000000 ( ) ( ) + 960.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 928.000000 ( ) ( ) + 918.000000 ( ) ( ) + 898.000000 ( ) ( ) + 858.000000 ( ) ( ) + 814.000000 ( ) ( ) + 784.000000 ( ) ( ) + 790.000000 ( ) ( ) + 804.000000 ( ) ( ) + 806.000000 ( ) ( ) + 812.000000 ( ) ( ) + 812.000000 ( ) ( ) + 820.000000 ( ) ( ) + 822.000000 ( ) ( ) + 834.000000 ( ) ( ) + 808.000000 ( ) ( ) + 812.000000 ( ) ( ) + 810.000000 ( ) ( ) + 794.000000 ( ) ( ) + 778.000000 ( ) ( ) + 772.000000 ( ) ( ) + 752.000000 ( ) ( ) + 752.000000 ( ) ( ) + 766.000000 ( ) ( ) + 792.000000 ( ) ( ) + 808.000000 ( ) ( ) + 820.000000 ( ) ( ) + 824.000000 ( ) ( ) + 830.000000 ( ) ( ) + 832.000000 ( ) ( ) + 856.000000 ( ) ( ) + 878.000000 ( ) ( ) + 890.000000 ( ) ( ) + 900.000000 ( ) ( ) + 898.000000 ( ) ( ) + 884.000000 ( ) ( ) + 862.000000 ( ) ( ) + 846.000000 ( ) ( ) + 824.000000 ( ) ( ) + 808.000000 ( ) ( ) + 810.000000 ( ) ( ) + 812.000000 ( ) ( ) + 792.000000 ( ) ( ) + 784.000000 ( ) ( ) + 760.000000 ( ) ( ) + 734.000000 ( ) ( ) + 704.000000 ( ) ( ) + 688.000000 ( ) ( ) + 690.000000 ( ) ( ) + 690.000000 ( ) ( ) + 686.000000 ( ) ( ) + 682.000000 ( ) ( ) + 684.000000 ( ) ( ) + 668.000000 ( ) ( ) + 680.000000 ( ) ( ) + 660.000000 ( ) ( ) + 626.000000 ( ) ( ) + 616.000000 ( ) ( ) + 588.000000 ( ) ( ) + 584.000000 ( ) ( ) + 578.000000 ( ) ( ) + 580.000000 ( ) ( ) + 590.000000 ( ) ( ) + 568.000000 ( ) ( ) + 556.000000 ( ) ( ) + 568.000000 ( ) ( ) + 576.000000 ( ) ( ) + 578.000000 ( ) ( ) + 572.000000 ( ) ( ) + 546.000000 ( ) ( ) + 538.000000 ( ) ( ) + 492.000000 ( ) ( ) + 450.000000 ( ) ( ) + 430.000000 ( nodraw ) ( nodraw ) + 396.000000 ( nodraw ) ( nodraw ) + 364.000000 ( nodraw ) ( nodraw ) + 366.000000 ( nodraw ) ( nodraw ) + 368.000000 ( nodraw ) ( nodraw ) + 368.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1162.000000 ( nodraw ) ( nodraw ) + 1174.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 982.000000 ( ) ( ) + 944.000000 ( ) ( ) + 932.000000 ( ) ( ) + 898.000000 ( ) ( ) + 878.000000 ( ) ( ) + 864.000000 ( ) ( ) + 836.000000 ( ) ( ) + 830.000000 ( ) ( ) + 844.000000 ( ) ( ) + 836.000000 ( ) ( ) + 840.000000 ( ) ( ) + 828.000000 ( ) ( ) + 822.000000 ( ) ( ) + 808.000000 ( ) ( ) + 800.000000 ( ) ( ) + 784.000000 ( ) ( ) + 746.000000 ( ) ( ) + 724.000000 ( ) ( ) + 708.000000 ( ) ( ) + 704.000000 ( ) ( ) + 714.000000 ( ) ( ) + 730.000000 ( ) ( ) + 714.000000 ( nodraw ) ( nodraw ) + 706.000000 ( nodraw ) ( nodraw ) + 706.000000 ( ) ( ) + 734.000000 ( ) ( ) + 738.000000 ( ) ( ) + 748.000000 ( ) ( ) + 724.000000 ( ) ( ) + 730.000000 ( ) ( ) + 764.000000 ( ) ( ) + 816.000000 ( ) ( ) + 886.000000 ( ) ( ) + 912.000000 ( ) ( ) + 912.000000 ( ) ( ) + 942.000000 ( ) ( ) + 958.000000 ( ) ( ) + 970.000000 ( ) ( ) + 964.000000 ( ) ( ) + 962.000000 ( ) ( ) + 964.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 938.000000 ( ) ( ) + 928.000000 ( ) ( ) + 878.000000 ( ) ( ) + 852.000000 ( ) ( ) + 794.000000 ( ) ( ) + 758.000000 ( ) ( ) + 760.000000 ( ) ( ) + 800.000000 ( ) ( ) + 820.000000 ( ) ( ) + 822.000000 ( ) ( ) + 818.000000 ( ) ( ) + 826.000000 ( ) ( ) + 834.000000 ( ) ( ) + 822.000000 ( ) ( ) + 820.000000 ( ) ( ) + 822.000000 ( ) ( ) + 814.000000 ( ) ( ) + 786.000000 ( ) ( ) + 770.000000 ( ) ( ) + 776.000000 ( ) ( ) + 792.000000 ( ) ( ) + 806.000000 ( ) ( ) + 824.000000 ( ) ( ) + 836.000000 ( ) ( ) + 868.000000 ( ) ( ) + 878.000000 ( ) ( ) + 894.000000 ( ) ( ) + 900.000000 ( ) ( ) + 900.000000 ( ) ( ) + 914.000000 ( ) ( ) + 932.000000 ( ) ( ) + 936.000000 ( nodraw ) ( ) + 950.000000 ( nodraw ) ( nodraw ) + 934.000000 ( nodraw ) ( nodraw ) + 934.000000 ( nodraw ) ( nodraw ) + 896.000000 ( nodraw ) ( nodraw ) + 868.000000 ( nodraw ) ( nodraw ) + 854.000000 ( nodraw ) ( nodraw ) + 838.000000 ( ) ( nodraw ) + 838.000000 ( ) ( ) + 830.000000 ( ) ( ) + 814.000000 ( ) ( ) + 806.000000 ( ) ( ) + 786.000000 ( ) ( ) + 762.000000 ( ) ( ) + 758.000000 ( ) ( ) + 750.000000 ( ) ( ) + 730.000000 ( ) ( ) + 730.000000 ( ) ( ) + 738.000000 ( ) ( ) + 738.000000 ( ) ( ) + 744.000000 ( ) ( ) + 734.000000 ( ) ( ) + 742.000000 ( ) ( ) + 734.000000 ( ) ( ) + 678.000000 ( ) ( ) + 640.000000 ( ) ( ) + 632.000000 ( ) ( ) + 618.000000 ( ) ( ) + 598.000000 ( ) ( ) + 608.000000 ( ) ( ) + 620.000000 ( ) ( ) + 622.000000 ( ) ( ) + 602.000000 ( ) ( ) + 604.000000 ( ) ( ) + 594.000000 ( ) ( ) + 588.000000 ( ) ( ) + 568.000000 ( ) ( ) + 552.000000 ( ) ( ) + 536.000000 ( ) ( ) + 504.000000 ( ) ( ) + 458.000000 ( nodraw ) ( nodraw ) + 422.000000 ( nodraw ) ( nodraw ) + 404.000000 ( nodraw ) ( nodraw ) + 386.000000 ( nodraw ) ( nodraw ) + 386.000000 ( nodraw ) ( nodraw ) + 378.000000 ( nodraw ) ( nodraw ) + 378.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1098.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1146.000000 ( nodraw ) ( nodraw ) + 1156.000000 ( nodraw ) ( nodraw ) + 1156.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 958.000000 ( ) ( ) + 942.000000 ( ) ( ) + 900.000000 ( ) ( ) + 850.000000 ( ) ( ) + 848.000000 ( ) ( ) + 816.000000 ( nodraw ) ( nodraw ) + 778.000000 ( nodraw ) ( nodraw ) + 798.000000 ( nodraw ) ( nodraw ) + 814.000000 ( ) ( ) + 808.000000 ( ) ( ) + 802.000000 ( ) ( ) + 798.000000 ( ) ( ) + 790.000000 ( ) ( ) + 794.000000 ( ) ( ) + 792.000000 ( ) ( ) + 736.000000 ( ) ( ) + 736.000000 ( ) ( ) + 720.000000 ( ) ( ) + 718.000000 ( ) ( ) + 724.000000 ( ) ( ) + 730.000000 ( ) ( ) + 714.000000 ( ) ( ) + 710.000000 ( nodraw ) ( nodraw ) + 706.000000 ( ) ( ) + 728.000000 ( ) ( ) + 730.000000 ( ) ( ) + 734.000000 ( ) ( ) + 724.000000 ( ) ( ) + 738.000000 ( ) ( ) + 752.000000 ( ) ( ) + 820.000000 ( ) ( ) + 860.000000 ( ) ( ) + 880.000000 ( ) ( ) + 900.000000 ( ) ( ) + 898.000000 ( ) ( ) + 942.000000 ( ) ( ) + 958.000000 ( ) ( ) + 960.000000 ( ) ( ) + 954.000000 ( ) ( ) + 968.000000 ( ) ( ) + 964.000000 ( ) ( ) + 978.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 938.000000 ( ) ( ) + 908.000000 ( ) ( ) + 854.000000 ( ) ( ) + 768.000000 ( ) ( ) + 754.000000 ( ) ( ) + 754.000000 ( ) ( ) + 780.000000 ( ) ( ) + 824.000000 ( ) ( ) + 826.000000 ( ) ( ) + 810.000000 ( ) ( ) + 812.000000 ( ) ( ) + 826.000000 ( ) ( ) + 832.000000 ( ) ( ) + 820.000000 ( ) ( ) + 816.000000 ( ) ( ) + 806.000000 ( ) ( ) + 790.000000 ( ) ( ) + 778.000000 ( ) ( ) + 794.000000 ( ) ( ) + 832.000000 ( ) ( ) + 846.000000 ( ) ( ) + 860.000000 ( ) ( ) + 902.000000 ( ) ( ) + 926.000000 ( ) ( ) + 932.000000 ( ) ( ) + 948.000000 ( ) ( ) + 952.000000 ( ) ( ) + 960.000000 ( nodraw ) ( ) + 974.000000 ( ) ( ) + 984.000000 ( ) ( ) + 996.000000 ( ) ( ) + 986.000000 ( ) ( ) + 978.000000 ( ) ( ) + 954.000000 ( ) ( ) + 934.000000 ( ) ( ) + 904.000000 ( ) ( ) + 890.000000 ( ) ( ) + 884.000000 ( ) ( ) + 864.000000 ( ) ( ) + 874.000000 ( ) ( ) + 848.000000 ( ) ( ) + 828.000000 ( ) ( ) + 808.000000 ( ) ( ) + 798.000000 ( ) ( ) + 788.000000 ( ) ( ) + 768.000000 ( ) ( ) + 778.000000 ( ) ( ) + 788.000000 ( ) ( ) + 778.000000 ( ) ( ) + 778.000000 ( ) ( ) + 778.000000 ( ) ( ) + 776.000000 ( ) ( ) + 784.000000 ( ) ( ) + 766.000000 ( ) ( ) + 740.000000 ( ) ( ) + 694.000000 ( ) ( ) + 698.000000 ( ) ( ) + 664.000000 ( ) ( ) + 660.000000 ( ) ( ) + 656.000000 ( ) ( ) + 668.000000 ( ) ( ) + 662.000000 ( ) ( ) + 652.000000 ( ) ( ) + 632.000000 ( ) ( ) + 616.000000 ( ) ( ) + 596.000000 ( ) ( ) + 584.000000 ( ) ( ) + 568.000000 ( ) ( ) + 542.000000 ( ) ( ) + 504.000000 ( nodraw ) ( nodraw ) + 474.000000 ( nodraw ) ( nodraw ) + 448.000000 ( nodraw ) ( nodraw ) + 426.000000 ( nodraw ) ( nodraw ) + 418.000000 ( nodraw ) ( nodraw ) + 398.000000 ( nodraw ) ( nodraw ) + 388.000000 ( nodraw ) ( nodraw ) + 388.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1108.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( ) ( nodraw ) + 1168.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 982.000000 ( ) ( ) + 954.000000 ( ) ( ) + 914.000000 ( ) ( ) + 872.000000 ( ) ( ) + 856.000000 ( ) ( ) + 806.000000 ( nodraw ) ( nodraw ) + 772.000000 ( nodraw ) ( nodraw ) + 794.000000 ( nodraw ) ( nodraw ) + 796.000000 ( nodraw ) ( nodraw ) + 810.000000 ( nodraw ) ( nodraw ) + 790.000000 ( ) ( nodraw ) + 788.000000 ( ) ( ) + 780.000000 ( ) ( ) + 786.000000 ( ) ( ) + 788.000000 ( ) ( ) + 790.000000 ( ) ( ) + 780.000000 ( ) ( ) + 752.000000 ( ) ( ) + 710.000000 ( ) ( ) + 688.000000 ( ) ( ) + 704.000000 ( ) ( ) + 730.000000 ( ) ( ) + 728.000000 ( ) ( ) + 714.000000 ( nodraw ) ( nodraw ) + 712.000000 ( nodraw ) ( nodraw ) + 716.000000 ( ) ( ) + 732.000000 ( ) ( ) + 732.000000 ( ) ( ) + 712.000000 ( ) ( ) + 694.000000 ( ) ( ) + 720.000000 ( ) ( ) + 770.000000 ( ) ( ) + 820.000000 ( ) ( ) + 866.000000 ( ) ( ) + 892.000000 ( ) ( ) + 896.000000 ( ) ( ) + 932.000000 ( ) ( ) + 950.000000 ( ) ( ) + 980.000000 ( ) ( ) + 992.000000 ( ) ( ) + 984.000000 ( ) ( ) + 972.000000 ( ) ( ) + 978.000000 ( ) ( ) + 978.000000 ( ) ( ) + 958.000000 ( ) ( ) + 938.000000 ( ) ( ) + 918.000000 ( ) ( ) + 882.000000 ( ) ( ) + 820.000000 ( ) ( ) + 772.000000 ( ) ( ) + 782.000000 ( ) ( ) + 800.000000 ( ) ( ) + 826.000000 ( ) ( ) + 814.000000 ( ) ( ) + 812.000000 ( ) ( ) + 812.000000 ( ) ( ) + 816.000000 ( ) ( ) + 812.000000 ( ) ( ) + 816.000000 ( ) ( ) + 812.000000 ( ) ( ) + 816.000000 ( ) ( ) + 804.000000 ( ) ( ) + 812.000000 ( ) ( ) + 820.000000 ( ) ( ) + 874.000000 ( ) ( ) + 900.000000 ( ) ( ) + 926.000000 ( ) ( ) + 946.000000 ( ) ( ) + 978.000000 ( ) ( ) + 976.000000 ( ) ( ) + 988.000000 ( ) ( ) + 988.000000 ( nodraw ) ( ) + 998.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 818.000000 ( nodraw ) ( nodraw ) + 818.000000 ( nodraw ) ( nodraw ) + 808.000000 ( ) ( ) + 818.000000 ( ) ( ) + 818.000000 ( ) ( ) + 828.000000 ( ) ( ) + 824.000000 ( ) ( ) + 820.000000 ( ) ( ) + 814.000000 ( ) ( ) + 788.000000 ( ) ( ) + 758.000000 ( ) ( ) + 728.000000 ( ) ( ) + 724.000000 ( ) ( ) + 734.000000 ( ) ( ) + 708.000000 ( ) ( ) + 712.000000 ( ) ( ) + 714.000000 ( ) ( ) + 704.000000 ( ) ( ) + 686.000000 ( ) ( ) + 658.000000 ( ) ( ) + 638.000000 ( ) ( ) + 612.000000 ( ) ( ) + 594.000000 ( ) ( ) + 576.000000 ( ) ( ) + 544.000000 ( nodraw ) ( nodraw ) + 522.000000 ( nodraw ) ( nodraw ) + 498.000000 ( nodraw ) ( nodraw ) + 478.000000 ( nodraw ) ( nodraw ) + 458.000000 ( nodraw ) ( nodraw ) + 428.000000 ( nodraw ) ( nodraw ) + 418.000000 ( nodraw ) ( nodraw ) + 408.000000 ( nodraw ) ( nodraw ) + 418.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1128.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 996.000000 ( ) ( ) + 960.000000 ( ) ( ) + 920.000000 ( ) ( ) + 876.000000 ( ) ( ) + 842.000000 ( ) ( ) + 818.000000 ( ) ( ) + 776.000000 ( nodraw ) ( nodraw ) + 790.000000 ( nodraw ) ( nodraw ) + 796.000000 ( nodraw ) ( nodraw ) + 784.000000 ( nodraw ) ( nodraw ) + 784.000000 ( nodraw ) ( nodraw ) + 788.000000 ( ) ( nodraw ) + 790.000000 ( ) ( ) + 790.000000 ( ) ( ) + 794.000000 ( ) ( ) + 792.000000 ( ) ( ) + 796.000000 ( ) ( ) + 758.000000 ( ) ( ) + 722.000000 ( ) ( ) + 700.000000 ( ) ( ) + 710.000000 ( ) ( ) + 726.000000 ( ) ( ) + 732.000000 ( ) ( ) + 718.000000 ( nodraw ) ( nodraw ) + 712.000000 ( nodraw ) ( nodraw ) + 714.000000 ( ) ( ) + 730.000000 ( ) ( ) + 736.000000 ( ) ( ) + 722.000000 ( ) ( ) + 696.000000 ( ) ( ) + 706.000000 ( ) ( ) + 766.000000 ( ) ( ) + 810.000000 ( ) ( ) + 852.000000 ( ) ( ) + 870.000000 ( ) ( ) + 878.000000 ( ) ( ) + 908.000000 ( ) ( ) + 932.000000 ( ) ( ) + 982.000000 ( ) ( ) + 974.000000 ( ) ( ) + 988.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 988.000000 ( ) ( ) + 988.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 928.000000 ( ) ( ) + 908.000000 ( ) ( ) + 872.000000 ( ) ( ) + 836.000000 ( ) ( ) + 828.000000 ( ) ( ) + 838.000000 ( ) ( ) + 826.000000 ( ) ( ) + 818.000000 ( ) ( ) + 804.000000 ( ) ( ) + 782.000000 ( ) ( ) + 798.000000 ( ) ( ) + 784.000000 ( ) ( ) + 780.000000 ( ) ( ) + 786.000000 ( ) ( ) + 794.000000 ( ) ( ) + 804.000000 ( ) ( ) + 832.000000 ( ) ( ) + 868.000000 ( ) ( ) + 896.000000 ( ) ( ) + 948.000000 ( ) ( ) + 976.000000 ( ) ( ) + 988.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1018.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 868.000000 ( nodraw ) ( nodraw ) + 858.000000 ( nodraw ) ( nodraw ) + 858.000000 ( nodraw ) ( nodraw ) + 848.000000 ( ) ( ) + 868.000000 ( ) ( ) + 866.000000 ( ) ( ) + 870.000000 ( ) ( ) + 862.000000 ( ) ( ) + 840.000000 ( ) ( ) + 824.000000 ( ) ( ) + 800.000000 ( ) ( ) + 758.000000 ( ) ( ) + 766.000000 ( ) ( ) + 758.000000 ( ) ( ) + 770.000000 ( ) ( ) + 744.000000 ( ) ( ) + 750.000000 ( ) ( ) + 734.000000 ( ) ( ) + 724.000000 ( ) ( ) + 698.000000 ( ) ( ) + 678.000000 ( ) ( ) + 648.000000 ( ) ( ) + 628.000000 ( ) ( ) + 598.000000 ( nodraw ) ( ) + 578.000000 ( nodraw ) ( nodraw ) + 558.000000 ( nodraw ) ( nodraw ) + 528.000000 ( nodraw ) ( nodraw ) + 498.000000 ( nodraw ) ( nodraw ) + 478.000000 ( nodraw ) ( nodraw ) + 458.000000 ( nodraw ) ( nodraw ) + 448.000000 ( nodraw ) ( nodraw ) + 438.000000 ( nodraw ) ( nodraw ) + 428.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1122.000000 ( nodraw ) ( nodraw ) + 1126.000000 ( nodraw ) ( nodraw ) + 1146.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1134.000000 ( nodraw ) ( nodraw ) + 1124.000000 ( nodraw ) ( nodraw ) + 1114.000000 ( nodraw ) ( nodraw ) + 1126.000000 ( nodraw ) ( nodraw ) + 1116.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 986.000000 ( ) ( ) + 960.000000 ( ) ( ) + 930.000000 ( ) ( ) + 888.000000 ( ) ( ) + 860.000000 ( ) ( ) + 810.000000 ( ) ( ) + 798.000000 ( ) ( ) + 772.000000 ( nodraw ) ( nodraw ) + 738.000000 ( nodraw ) ( nodraw ) + 762.000000 ( nodraw ) ( nodraw ) + 764.000000 ( nodraw ) ( nodraw ) + 772.000000 ( nodraw ) ( nodraw ) + 778.000000 ( nodraw ) ( nodraw ) + 762.000000 ( ) ( nodraw ) + 792.000000 ( ) ( ) + 790.000000 ( ) ( ) + 760.000000 ( ) ( ) + 736.000000 ( ) ( ) + 710.000000 ( ) ( ) + 724.000000 ( ) ( ) + 756.000000 ( ) ( ) + 742.000000 ( ) ( ) + 714.000000 ( nodraw ) ( nodraw ) + 702.000000 ( nodraw ) ( nodraw ) + 710.000000 ( ) ( ) + 732.000000 ( ) ( ) + 734.000000 ( ) ( ) + 716.000000 ( ) ( ) + 694.000000 ( ) ( ) + 706.000000 ( ) ( ) + 730.000000 ( ) ( ) + 794.000000 ( ) ( ) + 856.000000 ( ) ( ) + 886.000000 ( ) ( ) + 904.000000 ( ) ( ) + 922.000000 ( ) ( ) + 956.000000 ( ) ( ) + 980.000000 ( ) ( ) + 992.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 988.000000 ( ) ( ) + 978.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 928.000000 ( ) ( ) + 898.000000 ( ) ( ) + 878.000000 ( ) ( ) + 848.000000 ( ) ( ) + 850.000000 ( ) ( ) + 846.000000 ( ) ( ) + 826.000000 ( ) ( ) + 810.000000 ( ) ( ) + 792.000000 ( ) ( ) + 792.000000 ( ) ( ) + 784.000000 ( ) ( ) + 790.000000 ( ) ( ) + 798.000000 ( ) ( ) + 786.000000 ( ) ( ) + 822.000000 ( ) ( ) + 840.000000 ( ) ( ) + 896.000000 ( ) ( ) + 946.000000 ( ) ( ) + 986.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1058.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 908.000000 ( nodraw ) ( nodraw ) + 898.000000 ( nodraw ) ( nodraw ) + 888.000000 ( nodraw ) ( nodraw ) + 878.000000 ( nodraw ) ( nodraw ) + 888.000000 ( ) ( ) + 916.000000 ( ) ( ) + 886.000000 ( ) ( ) + 876.000000 ( ) ( ) + 874.000000 ( ) ( ) + 852.000000 ( ) ( ) + 828.000000 ( ) ( ) + 810.000000 ( ) ( ) + 798.000000 ( ) ( ) + 794.000000 ( ) ( ) + 798.000000 ( ) ( ) + 798.000000 ( ) ( ) + 782.000000 ( ) ( ) + 764.000000 ( ) ( ) + 756.000000 ( ) ( ) + 738.000000 ( ) ( ) + 708.000000 ( ) ( ) + 678.000000 ( ) ( ) + 658.000000 ( ) ( ) + 628.000000 ( nodraw ) ( ) + 608.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 558.000000 ( nodraw ) ( nodraw ) + 538.000000 ( nodraw ) ( nodraw ) + 498.000000 ( nodraw ) ( nodraw ) + 488.000000 ( nodraw ) ( nodraw ) + 478.000000 ( nodraw ) ( nodraw ) + 468.000000 ( nodraw ) ( nodraw ) + 468.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1078.000000 ( nodraw ) ( nodraw ) + 1096.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1140.000000 ( nodraw ) ( nodraw ) + 1124.000000 ( nodraw ) ( nodraw ) + 1090.000000 ( nodraw ) ( nodraw ) + 1092.000000 ( nodraw ) ( nodraw ) + 1096.000000 ( ) ( nodraw ) + 1120.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 978.000000 ( ) ( ) + 956.000000 ( ) ( ) + 930.000000 ( ) ( ) + 908.000000 ( ) ( ) + 866.000000 ( ) ( ) + 830.000000 ( ) ( ) + 804.000000 ( ) ( ) + 766.000000 ( ) ( ) + 748.000000 ( nodraw ) ( nodraw ) + 736.000000 ( nodraw ) ( nodraw ) + 732.000000 ( nodraw ) ( nodraw ) + 742.000000 ( nodraw ) ( nodraw ) + 762.000000 ( nodraw ) ( nodraw ) + 772.000000 ( ) ( nodraw ) + 778.000000 ( ) ( ) + 776.000000 ( ) ( ) + 752.000000 ( ) ( ) + 736.000000 ( ) ( ) + 740.000000 ( ) ( ) + 728.000000 ( ) ( ) + 732.000000 ( ) ( ) + 710.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 712.000000 ( ) ( nodraw ) + 724.000000 ( ) ( ) + 726.000000 ( ) ( ) + 714.000000 ( ) ( ) + 724.000000 ( ) ( ) + 698.000000 ( ) ( ) + 736.000000 ( ) ( ) + 768.000000 ( ) ( ) + 832.000000 ( ) ( ) + 888.000000 ( ) ( ) + 912.000000 ( ) ( ) + 924.000000 ( ) ( ) + 942.000000 ( ) ( ) + 980.000000 ( ) ( ) + 978.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 988.000000 ( ) ( ) + 998.000000 ( ) ( ) + 988.000000 ( ) ( ) + 968.000000 ( ) ( ) + 938.000000 ( ) ( ) + 918.000000 ( ) ( ) + 878.000000 ( ) ( ) + 858.000000 ( ) ( ) + 848.000000 ( ) ( ) + 848.000000 ( ) ( ) + 852.000000 ( ) ( ) + 834.000000 ( ) ( ) + 822.000000 ( ) ( ) + 802.000000 ( ) ( ) + 816.000000 ( ) ( ) + 792.000000 ( ) ( ) + 806.000000 ( ) ( ) + 802.000000 ( ) ( ) + 802.000000 ( ) ( ) + 818.000000 ( ) ( ) + 860.000000 ( ) ( ) + 904.000000 ( ) ( ) + 964.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1068.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 938.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 944.000000 ( nodraw ) ( nodraw ) + 926.000000 ( ) ( nodraw ) + 914.000000 ( ) ( ) + 900.000000 ( ) ( ) + 884.000000 ( ) ( ) + 872.000000 ( ) ( ) + 854.000000 ( ) ( ) + 844.000000 ( ) ( ) + 832.000000 ( ) ( ) + 828.000000 ( ) ( ) + 834.000000 ( ) ( ) + 820.000000 ( ) ( ) + 798.000000 ( ) ( ) + 786.000000 ( ) ( ) + 758.000000 ( ) ( ) + 738.000000 ( ) ( ) + 708.000000 ( ) ( ) + 698.000000 ( ) ( ) + 668.000000 ( nodraw ) ( nodraw ) + 638.000000 ( nodraw ) ( nodraw ) + 628.000000 ( nodraw ) ( nodraw ) + 608.000000 ( nodraw ) ( nodraw ) + 568.000000 ( nodraw ) ( nodraw ) + 548.000000 ( nodraw ) ( nodraw ) + 518.000000 ( nodraw ) ( nodraw ) + 508.000000 ( nodraw ) ( nodraw ) + 498.000000 ( nodraw ) ( nodraw ) + 488.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1064.000000 ( nodraw ) ( nodraw ) + 1076.000000 ( nodraw ) ( nodraw ) + 1100.000000 ( nodraw ) ( nodraw ) + 1120.000000 ( nodraw ) ( nodraw ) + 1096.000000 ( nodraw ) ( nodraw ) + 1070.000000 ( nodraw ) ( nodraw ) + 1062.000000 ( nodraw ) ( nodraw ) + 1090.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 976.000000 ( ) ( ) + 970.000000 ( ) ( ) + 946.000000 ( ) ( ) + 900.000000 ( ) ( ) + 880.000000 ( ) ( ) + 852.000000 ( ) ( ) + 818.000000 ( ) ( ) + 776.000000 ( ) ( ) + 756.000000 ( ) ( nodraw ) + 720.000000 ( nodraw ) ( nodraw ) + 758.000000 ( nodraw ) ( nodraw ) + 732.000000 ( nodraw ) ( nodraw ) + 740.000000 ( nodraw ) ( nodraw ) + 782.000000 ( ) ( nodraw ) + 776.000000 ( ) ( ) + 770.000000 ( ) ( ) + 748.000000 ( ) ( ) + 742.000000 ( ) ( ) + 738.000000 ( ) ( ) + 730.000000 ( ) ( ) + 714.000000 ( ) ( ) + 718.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 718.000000 ( ) ( ) + 728.000000 ( ) ( ) + 732.000000 ( ) ( ) + 718.000000 ( ) ( ) + 692.000000 ( ) ( ) + 714.000000 ( ) ( ) + 744.000000 ( ) ( ) + 810.000000 ( ) ( ) + 862.000000 ( ) ( ) + 904.000000 ( ) ( ) + 914.000000 ( ) ( ) + 950.000000 ( ) ( ) + 968.000000 ( ) ( ) + 978.000000 ( ) ( ) + 988.000000 ( ) ( ) + 988.000000 ( ) ( ) + 998.000000 ( ) ( ) + 998.000000 ( ) ( ) + 978.000000 ( ) ( ) + 968.000000 ( ) ( ) + 948.000000 ( ) ( ) + 928.000000 ( ) ( ) + 888.000000 ( ) ( ) + 878.000000 ( ) ( ) + 858.000000 ( ) ( ) + 848.000000 ( ) ( ) + 852.000000 ( ) ( ) + 848.000000 ( ) ( ) + 850.000000 ( ) ( ) + 834.000000 ( ) ( ) + 818.000000 ( ) ( ) + 836.000000 ( ) ( ) + 828.000000 ( ) ( ) + 828.000000 ( ) ( ) + 818.000000 ( ) ( ) + 836.000000 ( ) ( ) + 888.000000 ( ) ( ) + 940.000000 ( ) ( ) + 964.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1068.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 978.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 956.000000 ( nodraw ) ( nodraw ) + 956.000000 ( nodraw ) ( nodraw ) + 956.000000 ( nodraw ) ( nodraw ) + 926.000000 ( ) ( ) + 932.000000 ( ) ( ) + 922.000000 ( nodraw ) ( nodraw ) + 898.000000 ( nodraw ) ( nodraw ) + 890.000000 ( nodraw ) ( nodraw ) + 868.000000 ( nodraw ) ( nodraw ) + 870.000000 ( nodraw ) ( nodraw ) + 868.000000 ( nodraw ) ( nodraw ) + 866.000000 ( ) ( ) + 844.000000 ( ) ( ) + 818.000000 ( ) ( ) + 798.000000 ( ) ( ) + 778.000000 ( ) ( ) + 758.000000 ( ) ( ) + 728.000000 ( nodraw ) ( ) + 708.000000 ( nodraw ) ( nodraw ) + 688.000000 ( nodraw ) ( nodraw ) + 668.000000 ( nodraw ) ( nodraw ) + 648.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 588.000000 ( nodraw ) ( nodraw ) + 558.000000 ( nodraw ) ( nodraw ) + 558.000000 ( nodraw ) ( nodraw ) + 538.000000 ( nodraw ) ( nodraw ) + 538.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1046.000000 ( nodraw ) ( nodraw ) + 1066.000000 ( nodraw ) ( nodraw ) + 1076.000000 ( nodraw ) ( nodraw ) + 1074.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1056.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1074.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 984.000000 ( ) ( ) + 956.000000 ( ) ( ) + 928.000000 ( ) ( ) + 908.000000 ( ) ( ) + 888.000000 ( ) ( ) + 850.000000 ( ) ( ) + 810.000000 ( ) ( ) + 772.000000 ( ) ( ) + 770.000000 ( ) ( ) + 760.000000 ( nodraw ) ( ) + 762.000000 ( nodraw ) ( nodraw ) + 720.000000 ( nodraw ) ( nodraw ) + 704.000000 ( nodraw ) ( nodraw ) + 780.000000 ( ) ( nodraw ) + 782.000000 ( ) ( ) + 764.000000 ( ) ( ) + 734.000000 ( ) ( ) + 732.000000 ( ) ( ) + 748.000000 ( ) ( ) + 736.000000 ( ) ( ) + 714.000000 ( nodraw ) ( nodraw ) + 706.000000 ( nodraw ) ( nodraw ) + 706.000000 ( ) ( ) + 730.000000 ( ) ( ) + 748.000000 ( ) ( ) + 732.000000 ( ) ( ) + 702.000000 ( ) ( ) + 714.000000 ( ) ( ) + 732.000000 ( ) ( ) + 772.000000 ( ) ( ) + 824.000000 ( ) ( ) + 876.000000 ( ) ( ) + 902.000000 ( ) ( ) + 938.000000 ( ) ( ) + 938.000000 ( ) ( ) + 968.000000 ( ) ( ) + 988.000000 ( ) ( ) + 978.000000 ( ) ( ) + 978.000000 ( ) ( ) + 988.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 948.000000 ( ) ( ) + 918.000000 ( ) ( ) + 888.000000 ( ) ( ) + 868.000000 ( ) ( ) + 858.000000 ( ) ( ) + 848.000000 ( ) ( ) + 856.000000 ( ) ( ) + 852.000000 ( ) ( ) + 848.000000 ( ) ( ) + 836.000000 ( ) ( ) + 840.000000 ( ) ( ) + 834.000000 ( ) ( ) + 836.000000 ( ) ( ) + 846.000000 ( ) ( ) + 850.000000 ( ) ( ) + 872.000000 ( ) ( ) + 894.000000 ( ) ( ) + 946.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1068.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1008.000000 ( nodraw ) ( nodraw ) + 988.000000 ( nodraw ) ( nodraw ) + 988.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 988.000000 ( nodraw ) ( nodraw ) + 996.000000 ( nodraw ) ( nodraw ) + 980.000000 ( nodraw ) ( nodraw ) + 992.000000 ( nodraw ) ( nodraw ) + 972.000000 ( nodraw ) ( nodraw ) + 956.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 946.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 916.000000 ( nodraw ) ( nodraw ) + 896.000000 ( nodraw ) ( nodraw ) + 884.000000 ( nodraw ) ( nodraw ) + 878.000000 ( nodraw ) ( nodraw ) + 848.000000 ( nodraw ) ( nodraw ) + 828.000000 ( nodraw ) ( nodraw ) + 808.000000 ( nodraw ) ( nodraw ) + 798.000000 ( nodraw ) ( nodraw ) + 778.000000 ( nodraw ) ( nodraw ) + 768.000000 ( nodraw ) ( nodraw ) + 728.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 698.000000 ( nodraw ) ( nodraw ) + 658.000000 ( nodraw ) ( nodraw ) + 638.000000 ( nodraw ) ( nodraw ) + 618.000000 ( nodraw ) ( nodraw ) + 604.000000 ( nodraw ) ( nodraw ) + 574.000000 ( nodraw ) ( nodraw ) + 574.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1000.000000 ( nodraw ) ( nodraw ) + 1016.000000 ( nodraw ) ( nodraw ) + 1040.000000 ( nodraw ) ( nodraw ) + 1060.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1072.000000 ( nodraw ) ( nodraw ) + 1072.000000 ( ) ( nodraw ) + 1074.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 982.000000 ( ) ( ) + 936.000000 ( ) ( ) + 908.000000 ( ) ( ) + 888.000000 ( ) ( ) + 868.000000 ( ) ( ) + 838.000000 ( ) ( ) + 820.000000 ( ) ( ) + 786.000000 ( ) ( ) + 790.000000 ( ) ( ) + 772.000000 ( ) ( ) + 754.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 714.000000 ( nodraw ) ( nodraw ) + 776.000000 ( ) ( ) + 784.000000 ( ) ( ) + 760.000000 ( ) ( ) + 736.000000 ( ) ( ) + 752.000000 ( ) ( ) + 750.000000 ( ) ( ) + 722.000000 ( nodraw ) ( nodraw ) + 706.000000 ( nodraw ) ( nodraw ) + 704.000000 ( ) ( nodraw ) + 740.000000 ( ) ( ) + 748.000000 ( ) ( ) + 734.000000 ( ) ( ) + 704.000000 ( ) ( ) + 710.000000 ( ) ( ) + 714.000000 ( ) ( ) + 744.000000 ( ) ( ) + 784.000000 ( ) ( ) + 842.000000 ( ) ( ) + 882.000000 ( ) ( ) + 914.000000 ( ) ( ) + 928.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 978.000000 ( ) ( ) + 978.000000 ( ) ( ) + 988.000000 ( ) ( ) + 988.000000 ( ) ( ) + 968.000000 ( ) ( ) + 928.000000 ( ) ( ) + 908.000000 ( ) ( ) + 888.000000 ( ) ( ) + 878.000000 ( ) ( ) + 848.000000 ( ) ( ) + 838.000000 ( ) ( ) + 842.000000 ( ) ( ) + 830.000000 ( ) ( ) + 840.000000 ( ) ( ) + 852.000000 ( ) ( ) + 860.000000 ( ) ( ) + 850.000000 ( ) ( ) + 846.000000 ( ) ( ) + 856.000000 ( ) ( ) + 860.000000 ( ) ( ) + 898.000000 ( ) ( ) + 934.000000 ( ) ( ) + 978.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1058.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1018.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1004.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1012.000000 ( nodraw ) ( nodraw ) + 996.000000 ( nodraw ) ( nodraw ) + 984.000000 ( nodraw ) ( nodraw ) + 984.000000 ( nodraw ) ( nodraw ) + 980.000000 ( nodraw ) ( nodraw ) + 964.000000 ( nodraw ) ( nodraw ) + 962.000000 ( nodraw ) ( nodraw ) + 936.000000 ( nodraw ) ( nodraw ) + 918.000000 ( nodraw ) ( nodraw ) + 898.000000 ( nodraw ) ( nodraw ) + 888.000000 ( nodraw ) ( nodraw ) + 858.000000 ( nodraw ) ( nodraw ) + 848.000000 ( nodraw ) ( nodraw ) + 838.000000 ( nodraw ) ( nodraw ) + 818.000000 ( nodraw ) ( nodraw ) + 798.000000 ( nodraw ) ( nodraw ) + 788.000000 ( nodraw ) ( nodraw ) + 758.000000 ( nodraw ) ( nodraw ) + 738.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 688.000000 ( nodraw ) ( nodraw ) + 662.000000 ( nodraw ) ( nodraw ) + 636.000000 ( nodraw ) ( nodraw ) + 614.000000 ( nodraw ) ( nodraw ) + 626.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 952.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 984.000000 ( nodraw ) ( nodraw ) + 1036.000000 ( nodraw ) ( nodraw ) + 1042.000000 ( nodraw ) ( nodraw ) + 1052.000000 ( nodraw ) ( nodraw ) + 1100.000000 ( ) ( nodraw ) + 1096.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 986.000000 ( ) ( ) + 962.000000 ( ) ( ) + 936.000000 ( ) ( ) + 914.000000 ( ) ( ) + 886.000000 ( ) ( ) + 856.000000 ( ) ( ) + 834.000000 ( ) ( ) + 814.000000 ( ) ( ) + 800.000000 ( ) ( ) + 784.000000 ( ) ( ) + 780.000000 ( ) ( ) + 740.000000 ( nodraw ) ( nodraw ) + 720.000000 ( nodraw ) ( nodraw ) + 746.000000 ( ) ( ) + 776.000000 ( ) ( ) + 760.000000 ( ) ( ) + 730.000000 ( ) ( ) + 746.000000 ( ) ( ) + 730.000000 ( ) ( ) + 720.000000 ( ) ( ) + 700.000000 ( nodraw ) ( ) + 702.000000 ( nodraw ) ( nodraw ) + 724.000000 ( ) ( nodraw ) + 740.000000 ( ) ( ) + 728.000000 ( ) ( ) + 718.000000 ( ) ( ) + 714.000000 ( ) ( ) + 714.000000 ( ) ( ) + 716.000000 ( ) ( ) + 762.000000 ( ) ( ) + 802.000000 ( ) ( ) + 836.000000 ( ) ( ) + 874.000000 ( ) ( ) + 918.000000 ( ) ( ) + 938.000000 ( ) ( ) + 938.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 978.000000 ( ) ( ) + 978.000000 ( ) ( ) + 958.000000 ( ) ( ) + 928.000000 ( ) ( ) + 888.000000 ( ) ( ) + 878.000000 ( ) ( ) + 858.000000 ( ) ( ) + 848.000000 ( ) ( ) + 824.000000 ( ) ( ) + 834.000000 ( ) ( ) + 848.000000 ( ) ( ) + 838.000000 ( ) ( ) + 850.000000 ( ) ( ) + 860.000000 ( ) ( ) + 854.000000 ( ) ( ) + 856.000000 ( ) ( ) + 872.000000 ( ) ( ) + 870.000000 ( ) ( ) + 920.000000 ( ) ( ) + 952.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1088.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 984.000000 ( ) ( ) + 978.000000 ( ) ( ) + 968.000000 ( ) ( ) + 948.000000 ( ) ( ) + 928.000000 ( ) ( ) + 908.000000 ( ) ( ) + 898.000000 ( ) ( ) + 888.000000 ( ) ( ) + 868.000000 ( ) ( ) + 858.000000 ( ) ( ) + 838.000000 ( ) ( ) + 828.000000 ( nodraw ) ( nodraw ) + 798.000000 ( nodraw ) ( nodraw ) + 788.000000 ( nodraw ) ( nodraw ) + 768.000000 ( ) ( nodraw ) + 734.000000 ( nodraw ) ( ) + 706.000000 ( nodraw ) ( nodraw ) + 678.000000 ( nodraw ) ( nodraw ) + 664.000000 ( nodraw ) ( nodraw ) + 658.000000 ( nodraw ) ( nodraw ) + 666.000000 ( nodraw ) ( nodraw ) + 684.000000 ( nodraw ) ( nodraw ) + 688.000000 ( nodraw ) ( nodraw ) + 688.000000 ( nodraw ) ( nodraw ) + 688.000000 ( nodraw ) ( nodraw ) + 698.000000 ( nodraw ) ( nodraw ) + 698.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 738.000000 ( nodraw ) ( nodraw ) + 748.000000 ( nodraw ) ( nodraw ) + 758.000000 ( nodraw ) ( nodraw ) + 778.000000 ( nodraw ) ( nodraw ) + 798.000000 ( nodraw ) ( nodraw ) + 798.000000 ( nodraw ) ( nodraw ) + 818.000000 ( ) ( nodraw ) + 828.000000 ( nodraw ) ( ) + 838.000000 ( ) ( nodraw ) + 848.000000 ( ) ( ) + 868.000000 ( ) ( ) + 868.000000 ( nodraw ) ( nodraw ) + 878.000000 ( nodraw ) ( nodraw ) + 888.000000 ( nodraw ) ( nodraw ) + 898.000000 ( nodraw ) ( nodraw ) + 888.000000 ( nodraw ) ( nodraw ) + 888.000000 ( nodraw ) ( nodraw ) + 878.000000 ( nodraw ) ( nodraw ) + 878.000000 ( nodraw ) ( nodraw ) + 868.000000 ( nodraw ) ( nodraw ) + 868.000000 ( nodraw ) ( nodraw ) + 848.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 894.000000 ( nodraw ) ( nodraw ) + 896.000000 ( nodraw ) ( nodraw ) + 926.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 1012.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1090.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( ) ( nodraw ) + 1122.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 998.000000 ( ) ( ) + 976.000000 ( ) ( ) + 950.000000 ( ) ( ) + 926.000000 ( ) ( ) + 898.000000 ( ) ( ) + 870.000000 ( ) ( ) + 838.000000 ( ) ( ) + 822.000000 ( ) ( ) + 812.000000 ( ) ( ) + 794.000000 ( ) ( ) + 790.000000 ( ) ( ) + 770.000000 ( nodraw ) ( ) + 734.000000 ( nodraw ) ( nodraw ) + 744.000000 ( nodraw ) ( nodraw ) + 772.000000 ( ) ( ) + 766.000000 ( ) ( ) + 764.000000 ( ) ( ) + 750.000000 ( ) ( ) + 738.000000 ( ) ( ) + 734.000000 ( ) ( ) + 724.000000 ( ) ( ) + 708.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 718.000000 ( ) ( ) + 738.000000 ( ) ( ) + 754.000000 ( ) ( ) + 736.000000 ( ) ( ) + 696.000000 ( ) ( ) + 714.000000 ( ) ( ) + 728.000000 ( ) ( ) + 762.000000 ( ) ( ) + 814.000000 ( ) ( ) + 858.000000 ( ) ( ) + 896.000000 ( ) ( ) + 898.000000 ( ) ( ) + 928.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 978.000000 ( ) ( ) + 968.000000 ( ) ( ) + 938.000000 ( ) ( ) + 908.000000 ( ) ( ) + 878.000000 ( ) ( ) + 868.000000 ( ) ( ) + 858.000000 ( ) ( ) + 846.000000 ( ) ( ) + 822.000000 ( ) ( ) + 840.000000 ( ) ( ) + 848.000000 ( ) ( ) + 842.000000 ( ) ( ) + 856.000000 ( ) ( ) + 858.000000 ( ) ( ) + 852.000000 ( ) ( ) + 860.000000 ( ) ( ) + 876.000000 ( ) ( ) + 902.000000 ( ) ( ) + 928.000000 ( ) ( ) + 968.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1088.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 868.000000 ( nodraw ) ( nodraw ) + 858.000000 ( nodraw ) ( nodraw ) + 848.000000 ( nodraw ) ( nodraw ) + 808.000000 ( ) ( nodraw ) + 794.000000 ( ) ( ) + 754.000000 ( nodraw ) ( ) + 734.000000 ( nodraw ) ( nodraw ) + 710.000000 ( nodraw ) ( nodraw ) + 714.000000 ( nodraw ) ( nodraw ) + 714.000000 ( nodraw ) ( nodraw ) + 724.000000 ( nodraw ) ( nodraw ) + 728.000000 ( nodraw ) ( nodraw ) + 728.000000 ( nodraw ) ( nodraw ) + 738.000000 ( nodraw ) ( nodraw ) + 738.000000 ( nodraw ) ( nodraw ) + 748.000000 ( nodraw ) ( nodraw ) + 758.000000 ( nodraw ) ( nodraw ) + 758.000000 ( nodraw ) ( nodraw ) + 768.000000 ( nodraw ) ( nodraw ) + 788.000000 ( nodraw ) ( nodraw ) + 798.000000 ( nodraw ) ( nodraw ) + 808.000000 ( ) ( ) + 828.000000 ( ) ( ) + 838.000000 ( ) ( ) + 848.000000 ( ) ( ) + 858.000000 ( ) ( ) + 878.000000 ( ) ( ) + 878.000000 ( ) ( ) + 888.000000 ( ) ( ) + 898.000000 ( ) ( ) + 908.000000 ( ) ( ) + 918.000000 ( ) ( ) + 928.000000 ( ) ( ) + 928.000000 ( nodraw ) ( ) + 928.000000 ( nodraw ) ( nodraw ) + 918.000000 ( nodraw ) ( nodraw ) + 918.000000 ( nodraw ) ( nodraw ) + 908.000000 ( nodraw ) ( nodraw ) + 908.000000 ( nodraw ) ( nodraw ) + 898.000000 ( nodraw ) ( nodraw ) + 888.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 900.000000 ( nodraw ) ( nodraw ) + 880.000000 ( nodraw ) ( nodraw ) + 916.000000 ( nodraw ) ( nodraw ) + 940.000000 ( nodraw ) ( nodraw ) + 976.000000 ( nodraw ) ( nodraw ) + 1036.000000 ( nodraw ) ( nodraw ) + 1070.000000 ( nodraw ) ( nodraw ) + 1096.000000 ( nodraw ) ( nodraw ) + 1104.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 982.000000 ( ) ( ) + 958.000000 ( ) ( ) + 934.000000 ( ) ( ) + 914.000000 ( ) ( ) + 876.000000 ( ) ( ) + 862.000000 ( ) ( ) + 834.000000 ( ) ( ) + 830.000000 ( ) ( ) + 800.000000 ( ) ( ) + 808.000000 ( ) ( ) + 780.000000 ( ) ( ) + 752.000000 ( nodraw ) ( nodraw ) + 734.000000 ( nodraw ) ( nodraw ) + 756.000000 ( ) ( ) + 762.000000 ( ) ( ) + 766.000000 ( ) ( ) + 756.000000 ( ) ( ) + 736.000000 ( ) ( ) + 740.000000 ( ) ( ) + 720.000000 ( ) ( ) + 718.000000 ( nodraw ) ( nodraw ) + 698.000000 ( nodraw ) ( nodraw ) + 708.000000 ( ) ( ) + 738.000000 ( ) ( ) + 754.000000 ( ) ( ) + 752.000000 ( ) ( ) + 696.000000 ( ) ( ) + 712.000000 ( ) ( ) + 710.000000 ( ) ( ) + 732.000000 ( ) ( ) + 780.000000 ( ) ( ) + 810.000000 ( ) ( ) + 844.000000 ( ) ( ) + 872.000000 ( ) ( ) + 912.000000 ( ) ( ) + 928.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 938.000000 ( ) ( ) + 908.000000 ( ) ( ) + 888.000000 ( ) ( ) + 858.000000 ( ) ( ) + 848.000000 ( ) ( ) + 844.000000 ( ) ( ) + 822.000000 ( ) ( ) + 826.000000 ( ) ( ) + 822.000000 ( ) ( ) + 832.000000 ( ) ( ) + 838.000000 ( ) ( ) + 824.000000 ( ) ( ) + 856.000000 ( ) ( ) + 850.000000 ( ) ( ) + 870.000000 ( ) ( ) + 884.000000 ( ) ( ) + 930.000000 ( ) ( ) + 960.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1098.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 918.000000 ( nodraw ) ( nodraw ) + 908.000000 ( nodraw ) ( nodraw ) + 888.000000 ( nodraw ) ( nodraw ) + 868.000000 ( nodraw ) ( nodraw ) + 834.000000 ( ) ( ) + 816.000000 ( ) ( ) + 788.000000 ( ) ( ) + 764.000000 ( ) ( ) + 768.000000 ( ) ( ) + 766.000000 ( ) ( ) + 774.000000 ( ) ( ) + 778.000000 ( ) ( ) + 778.000000 ( ) ( ) + 778.000000 ( ) ( ) + 788.000000 ( ) ( ) + 798.000000 ( ) ( ) + 798.000000 ( ) ( ) + 808.000000 ( ) ( ) + 818.000000 ( ) ( ) + 828.000000 ( ) ( ) + 838.000000 ( ) ( ) + 858.000000 ( ) ( ) + 868.000000 ( ) ( ) + 878.000000 ( ) ( ) + 888.000000 ( ) ( ) + 898.000000 ( ) ( ) + 918.000000 ( ) ( ) + 928.000000 ( ) ( ) + 938.000000 ( ) ( ) + 938.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( nodraw ) ( ) + 948.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 918.000000 ( nodraw ) ( nodraw ) + 908.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 912.000000 ( nodraw ) ( nodraw ) + 906.000000 ( nodraw ) ( nodraw ) + 906.000000 ( nodraw ) ( nodraw ) + 942.000000 ( nodraw ) ( nodraw ) + 956.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 1044.000000 ( nodraw ) ( nodraw ) + 1082.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 984.000000 ( ) ( ) + 964.000000 ( ) ( ) + 944.000000 ( ) ( ) + 928.000000 ( ) ( ) + 898.000000 ( ) ( ) + 876.000000 ( ) ( ) + 862.000000 ( ) ( ) + 850.000000 ( ) ( ) + 834.000000 ( ) ( ) + 826.000000 ( ) ( ) + 792.000000 ( ) ( ) + 766.000000 ( ) ( ) + 770.000000 ( ) ( ) + 772.000000 ( ) ( ) + 768.000000 ( ) ( ) + 772.000000 ( ) ( ) + 746.000000 ( ) ( ) + 734.000000 ( ) ( ) + 734.000000 ( ) ( ) + 732.000000 ( ) ( ) + 698.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 708.000000 ( ) ( nodraw ) + 738.000000 ( ) ( ) + 744.000000 ( ) ( ) + 762.000000 ( ) ( ) + 756.000000 ( ) ( ) + 734.000000 ( ) ( ) + 718.000000 ( ) ( ) + 722.000000 ( ) ( ) + 746.000000 ( ) ( ) + 756.000000 ( ) ( ) + 782.000000 ( ) ( ) + 810.000000 ( ) ( ) + 860.000000 ( ) ( ) + 894.000000 ( ) ( ) + 924.000000 ( ) ( ) + 916.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 878.000000 ( ) ( ) + 858.000000 ( ) ( ) + 856.000000 ( ) ( ) + 842.000000 ( ) ( ) + 824.000000 ( ) ( ) + 828.000000 ( ) ( ) + 810.000000 ( ) ( ) + 826.000000 ( ) ( ) + 838.000000 ( ) ( ) + 842.000000 ( ) ( ) + 848.000000 ( ) ( ) + 858.000000 ( ) ( ) + 892.000000 ( ) ( ) + 924.000000 ( ) ( ) + 956.000000 ( ) ( ) + 992.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1098.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 958.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 908.000000 ( nodraw ) ( nodraw ) + 888.000000 ( ) ( ) + 862.000000 ( ) ( ) + 846.000000 ( ) ( ) + 834.000000 ( ) ( ) + 826.000000 ( ) ( ) + 822.000000 ( ) ( ) + 818.000000 ( ) ( ) + 828.000000 ( ) ( ) + 828.000000 ( ) ( ) + 838.000000 ( ) ( ) + 838.000000 ( ) ( ) + 838.000000 ( ) ( ) + 848.000000 ( ) ( ) + 858.000000 ( ) ( ) + 878.000000 ( ) ( ) + 878.000000 ( ) ( ) + 898.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 918.000000 ( ) ( ) + 928.000000 ( ) ( ) + 938.000000 ( ) ( ) + 958.000000 ( ) ( ) + 968.000000 ( ) ( ) + 978.000000 ( ) ( ) + 978.000000 ( ) ( ) + 988.000000 ( ) ( ) + 988.000000 ( ) ( ) + 998.000000 ( ) ( ) + 998.000000 ( ) ( ) + 988.000000 ( ) ( ) + 978.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 948.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 908.000000 ( nodraw ) ( nodraw ) + 926.000000 ( nodraw ) ( nodraw ) + 934.000000 ( nodraw ) ( nodraw ) + 960.000000 ( nodraw ) ( nodraw ) + 974.000000 ( nodraw ) ( nodraw ) + 1006.000000 ( nodraw ) ( nodraw ) + 1034.000000 ( nodraw ) ( nodraw ) + 1044.000000 ( nodraw ) ( nodraw ) + 1074.000000 ( nodraw ) ( nodraw ) + 1076.000000 ( nodraw ) ( nodraw ) + 1086.000000 ( nodraw ) ( nodraw ) + 1080.000000 ( nodraw ) ( nodraw ) + 1064.000000 ( nodraw ) ( nodraw ) + 1062.000000 ( nodraw ) ( nodraw ) + 1042.000000 ( nodraw ) ( nodraw ) + 1034.000000 ( nodraw ) ( nodraw ) + 1040.000000 ( ) ( nodraw ) + 1024.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 996.000000 ( ) ( ) + 972.000000 ( ) ( ) + 960.000000 ( ) ( ) + 946.000000 ( ) ( ) + 930.000000 ( ) ( ) + 914.000000 ( ) ( ) + 898.000000 ( ) ( ) + 890.000000 ( ) ( ) + 866.000000 ( ) ( ) + 848.000000 ( ) ( ) + 820.000000 ( ) ( ) + 820.000000 ( ) ( ) + 816.000000 ( ) ( ) + 802.000000 ( ) ( ) + 798.000000 ( ) ( ) + 776.000000 ( ) ( ) + 752.000000 ( ) ( ) + 744.000000 ( ) ( ) + 734.000000 ( ) ( ) + 718.000000 ( ) ( ) + 726.000000 ( ) ( ) + 708.000000 ( nodraw ) ( nodraw ) + 698.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 726.000000 ( ) ( ) + 750.000000 ( ) ( ) + 754.000000 ( ) ( ) + 758.000000 ( ) ( ) + 726.000000 ( ) ( ) + 722.000000 ( ) ( ) + 726.000000 ( ) ( ) + 730.000000 ( ) ( ) + 730.000000 ( ) ( ) + 778.000000 ( ) ( ) + 804.000000 ( ) ( ) + 842.000000 ( ) ( ) + 860.000000 ( ) ( ) + 864.000000 ( ) ( ) + 894.000000 ( ) ( ) + 888.000000 ( ) ( ) + 858.000000 ( ) ( ) + 848.000000 ( ) ( ) + 836.000000 ( ) ( ) + 828.000000 ( ) ( ) + 806.000000 ( ) ( ) + 800.000000 ( ) ( ) + 814.000000 ( ) ( ) + 806.000000 ( ) ( ) + 810.000000 ( ) ( ) + 836.000000 ( ) ( ) + 848.000000 ( ) ( ) + 870.000000 ( ) ( ) + 896.000000 ( ) ( ) + 940.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1108.000000 ( nodraw ) ( ) + 1118.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 998.000000 ( nodraw ) ( nodraw ) + 988.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 948.000000 ( ) ( ) + 928.000000 ( ) ( ) + 904.000000 ( ) ( ) + 894.000000 ( ) ( ) + 884.000000 ( ) ( ) + 878.000000 ( ) ( ) + 878.000000 ( ) ( ) + 878.000000 ( ) ( ) + 868.000000 ( ) ( ) + 878.000000 ( ) ( ) + 878.000000 ( ) ( ) + 888.000000 ( ) ( ) + 898.000000 ( ) ( ) + 918.000000 ( ) ( ) + 918.000000 ( ) ( ) + 938.000000 ( ) ( ) + 938.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 978.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1018.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 988.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 926.000000 ( nodraw ) ( nodraw ) + 922.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 962.000000 ( nodraw ) ( nodraw ) + 994.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1030.000000 ( nodraw ) ( nodraw ) + 1046.000000 ( nodraw ) ( nodraw ) + 1072.000000 ( nodraw ) ( nodraw ) + 1082.000000 ( nodraw ) ( nodraw ) + 1056.000000 ( nodraw ) ( nodraw ) + 1052.000000 ( nodraw ) ( nodraw ) + 1030.000000 ( nodraw ) ( nodraw ) + 1042.000000 ( nodraw ) ( nodraw ) + 1024.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1014.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 996.000000 ( ) ( ) + 988.000000 ( ) ( ) + 976.000000 ( ) ( ) + 962.000000 ( ) ( ) + 950.000000 ( ) ( ) + 944.000000 ( ) ( ) + 938.000000 ( ) ( ) + 934.000000 ( ) ( ) + 908.000000 ( ) ( ) + 882.000000 ( ) ( ) + 868.000000 ( ) ( ) + 850.000000 ( ) ( ) + 846.000000 ( ) ( ) + 828.000000 ( ) ( ) + 812.000000 ( ) ( ) + 790.000000 ( ) ( ) + 758.000000 ( ) ( ) + 732.000000 ( ) ( ) + 740.000000 ( ) ( ) + 736.000000 ( ) ( ) + 740.000000 ( ) ( ) + 706.000000 ( ) ( ) + 708.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 718.000000 ( ) ( nodraw ) + 736.000000 ( ) ( ) + 744.000000 ( ) ( ) + 762.000000 ( ) ( ) + 732.000000 ( ) ( ) + 726.000000 ( ) ( ) + 722.000000 ( ) ( ) + 708.000000 ( ) ( ) + 726.000000 ( ) ( ) + 732.000000 ( ) ( ) + 766.000000 ( ) ( ) + 780.000000 ( ) ( ) + 812.000000 ( ) ( ) + 840.000000 ( ) ( ) + 848.000000 ( ) ( ) + 848.000000 ( ) ( ) + 834.000000 ( ) ( ) + 836.000000 ( ) ( ) + 834.000000 ( ) ( ) + 822.000000 ( ) ( ) + 816.000000 ( ) ( ) + 798.000000 ( ) ( ) + 794.000000 ( ) ( ) + 812.000000 ( ) ( ) + 808.000000 ( ) ( ) + 830.000000 ( ) ( ) + 838.000000 ( ) ( ) + 868.000000 ( ) ( ) + 912.000000 ( ) ( ) + 972.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( nodraw ) ( ) + 1138.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1028.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 998.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 938.000000 ( ) ( ) + 928.000000 ( ) ( ) + 928.000000 ( ) ( ) + 918.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 918.000000 ( ) ( ) + 928.000000 ( ) ( ) + 938.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 968.000000 ( ) ( ) + 988.000000 ( ) ( ) + 988.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1018.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 936.000000 ( nodraw ) ( nodraw ) + 914.000000 ( nodraw ) ( nodraw ) + 934.000000 ( nodraw ) ( nodraw ) + 990.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1036.000000 ( nodraw ) ( nodraw ) + 1040.000000 ( nodraw ) ( nodraw ) + 1054.000000 ( nodraw ) ( nodraw ) + 1042.000000 ( nodraw ) ( nodraw ) + 1050.000000 ( nodraw ) ( nodraw ) + 1054.000000 ( nodraw ) ( nodraw ) + 1050.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1020.000000 ( nodraw ) ( nodraw ) + 1020.000000 ( nodraw ) ( nodraw ) + 1006.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 998.000000 ( ) ( ) + 996.000000 ( ) ( ) + 990.000000 ( ) ( ) + 976.000000 ( ) ( ) + 974.000000 ( ) ( ) + 968.000000 ( ) ( ) + 976.000000 ( ) ( ) + 950.000000 ( ) ( ) + 934.000000 ( ) ( ) + 890.000000 ( ) ( ) + 890.000000 ( ) ( ) + 850.000000 ( ) ( ) + 844.000000 ( ) ( ) + 820.000000 ( ) ( ) + 804.000000 ( ) ( ) + 794.000000 ( ) ( ) + 768.000000 ( ) ( ) + 754.000000 ( ) ( ) + 748.000000 ( ) ( ) + 746.000000 ( ) ( ) + 756.000000 ( ) ( ) + 752.000000 ( ) ( ) + 728.000000 ( ) ( ) + 708.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 728.000000 ( ) ( nodraw ) + 748.000000 ( ) ( ) + 756.000000 ( ) ( ) + 748.000000 ( ) ( ) + 720.000000 ( ) ( ) + 706.000000 ( ) ( ) + 708.000000 ( ) ( ) + 720.000000 ( ) ( ) + 756.000000 ( ) ( ) + 766.000000 ( ) ( ) + 768.000000 ( ) ( ) + 796.000000 ( ) ( ) + 802.000000 ( ) ( ) + 804.000000 ( ) ( ) + 806.000000 ( ) ( ) + 818.000000 ( ) ( ) + 816.000000 ( ) ( ) + 810.000000 ( ) ( ) + 790.000000 ( ) ( ) + 798.000000 ( ) ( ) + 808.000000 ( ) ( ) + 806.000000 ( ) ( ) + 822.000000 ( ) ( ) + 834.000000 ( ) ( ) + 872.000000 ( ) ( ) + 922.000000 ( ) ( ) + 956.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1128.000000 ( nodraw ) ( ) + 1158.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1058.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 988.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 958.000000 ( ) ( ) + 968.000000 ( ) ( ) + 988.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1068.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 944.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 970.000000 ( nodraw ) ( nodraw ) + 1010.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1040.000000 ( nodraw ) ( nodraw ) + 1040.000000 ( nodraw ) ( nodraw ) + 1042.000000 ( nodraw ) ( nodraw ) + 1024.000000 ( nodraw ) ( nodraw ) + 1030.000000 ( nodraw ) ( nodraw ) + 1022.000000 ( nodraw ) ( nodraw ) + 1030.000000 ( nodraw ) ( nodraw ) + 1040.000000 ( nodraw ) ( nodraw ) + 1026.000000 ( nodraw ) ( nodraw ) + 1016.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1012.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( ) ( nodraw ) + 1004.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 996.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 998.000000 ( ) ( ) + 998.000000 ( ) ( ) + 980.000000 ( ) ( ) + 940.000000 ( ) ( ) + 920.000000 ( ) ( ) + 892.000000 ( ) ( ) + 872.000000 ( ) ( ) + 850.000000 ( ) ( ) + 824.000000 ( ) ( ) + 808.000000 ( ) ( ) + 790.000000 ( ) ( ) + 782.000000 ( ) ( ) + 766.000000 ( ) ( ) + 760.000000 ( ) ( ) + 750.000000 ( ) ( ) + 764.000000 ( ) ( ) + 752.000000 ( ) ( ) + 742.000000 ( ) ( ) + 718.000000 ( ) ( ) + 720.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 728.000000 ( nodraw ) ( nodraw ) + 728.000000 ( ) ( nodraw ) + 750.000000 ( ) ( ) + 754.000000 ( ) ( ) + 754.000000 ( ) ( ) + 738.000000 ( ) ( ) + 746.000000 ( ) ( ) + 732.000000 ( ) ( ) + 734.000000 ( ) ( ) + 728.000000 ( ) ( ) + 740.000000 ( ) ( ) + 756.000000 ( ) ( ) + 760.000000 ( ) ( ) + 776.000000 ( ) ( ) + 792.000000 ( ) ( ) + 802.000000 ( ) ( ) + 796.000000 ( ) ( ) + 802.000000 ( ) ( ) + 820.000000 ( ) ( ) + 806.000000 ( ) ( ) + 812.000000 ( ) ( ) + 802.000000 ( ) ( ) + 822.000000 ( ) ( ) + 840.000000 ( ) ( ) + 874.000000 ( ) ( ) + 926.000000 ( ) ( ) + 968.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1168.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1078.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 988.000000 ( ) ( ) + 978.000000 ( ) ( ) + 978.000000 ( ) ( ) + 968.000000 ( ) ( ) + 978.000000 ( ) ( ) + 988.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1140.000000 ( nodraw ) ( nodraw ) + 1140.000000 ( nodraw ) ( nodraw ) + 1132.000000 ( nodraw ) ( nodraw ) + 1122.000000 ( nodraw ) ( nodraw ) + 1112.000000 ( nodraw ) ( nodraw ) + 1100.000000 ( nodraw ) ( nodraw ) + 1120.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1010.000000 ( nodraw ) ( nodraw ) + 1006.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( ) ( nodraw ) + 1004.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1010.000000 ( maxdetail ) ( maxdetail ) + 1010.000000 ( maxdetail ) ( maxdetail ) + 1004.000000 ( maxdetail ) ( maxdetail ) + 1004.000000 ( maxdetail ) ( maxdetail ) + 972.000000 ( maxdetail ) ( maxdetail ) + 954.000000 ( maxdetail ) ( maxdetail ) + 924.000000 ( maxdetail ) ( maxdetail ) + 910.000000 ( maxdetail ) ( maxdetail ) + 896.000000 ( maxdetail ) ( maxdetail ) + 866.000000 ( maxdetail ) ( maxdetail ) + 856.000000 ( maxdetail ) ( maxdetail ) + 840.000000 ( maxdetail ) ( maxdetail ) + 832.000000 ( maxdetail ) ( maxdetail ) + 798.000000 ( maxdetail ) ( maxdetail ) + 786.000000 ( maxdetail ) ( maxdetail ) + 772.000000 ( maxdetail ) ( maxdetail ) + 754.000000 ( ) ( ) + 750.000000 ( ) ( ) + 744.000000 ( ) ( ) + 742.000000 ( ) ( ) + 720.000000 ( ) ( ) + 724.000000 ( ) ( ) + 720.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 724.000000 ( ) ( nodraw ) + 740.000000 ( ) ( ) + 766.000000 ( ) ( ) + 760.000000 ( ) ( ) + 758.000000 ( ) ( ) + 728.000000 ( ) ( ) + 734.000000 ( ) ( ) + 726.000000 ( ) ( ) + 728.000000 ( ) ( ) + 720.000000 ( ) ( ) + 732.000000 ( ) ( ) + 742.000000 ( ) ( ) + 762.000000 ( ) ( ) + 770.000000 ( ) ( ) + 778.000000 ( ) ( ) + 780.000000 ( ) ( ) + 810.000000 ( ) ( ) + 814.000000 ( ) ( ) + 816.000000 ( ) ( ) + 816.000000 ( ) ( ) + 840.000000 ( ) ( ) + 864.000000 ( ) ( ) + 886.000000 ( ) ( ) + 934.000000 ( ) ( ) + 972.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1178.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1000.000000 ( nodraw ) ( nodraw ) + 1000.000000 ( nodraw ) ( nodraw ) + 994.000000 ( nodraw ) ( nodraw ) + 992.000000 ( ) ( ) + 990.000000 ( ) ( ) + 990.000000 ( ) ( ) + 986.000000 ( ) ( ) + 988.000000 ( ) ( ) + 992.000000 ( maxdetail ) ( maxdetail ) + 998.000000 ( maxdetail ) ( maxdetail ) + 1002.000000 ( maxdetail ) ( maxdetail ) + 998.000000 ( maxdetail ) ( maxdetail ) + 988.000000 ( maxdetail ) ( maxdetail ) + 970.000000 ( maxdetail ) ( maxdetail ) + 944.000000 ( maxdetail ) ( maxdetail ) + 918.000000 ( maxdetail ) ( maxdetail ) + 906.000000 ( maxdetail ) ( maxdetail ) + 874.000000 ( maxdetail ) ( maxdetail ) + 862.000000 ( maxdetail ) ( maxdetail ) + 850.000000 ( maxdetail ) ( maxdetail ) + 840.000000 ( maxdetail ) ( maxdetail ) + 814.000000 ( maxdetail ) ( maxdetail ) + 796.000000 ( maxdetail ) ( maxdetail ) + 782.000000 ( maxdetail ) ( maxdetail ) + 766.000000 ( ) ( ) + 750.000000 ( ) ( ) + 736.000000 ( ) ( ) + 738.000000 ( ) ( ) + 744.000000 ( ) ( ) + 734.000000 ( ) ( ) + 730.000000 ( ) ( ) + 724.000000 ( nodraw ) ( nodraw ) + 720.000000 ( nodraw ) ( nodraw ) + 714.000000 ( nodraw ) ( nodraw ) + 722.000000 ( nodraw ) ( nodraw ) + 724.000000 ( ) ( nodraw ) + 748.000000 ( ) ( ) + 742.000000 ( ) ( ) + 754.000000 ( ) ( ) + 746.000000 ( ) ( ) + 742.000000 ( ) ( ) + 736.000000 ( ) ( ) + 734.000000 ( ) ( ) + 732.000000 ( ) ( ) + 748.000000 ( ) ( ) + 738.000000 ( ) ( ) + 758.000000 ( ) ( ) + 758.000000 ( ) ( ) + 768.000000 ( ) ( ) + 768.000000 ( ) ( ) + 784.000000 ( ) ( ) + 794.000000 ( ) ( ) + 810.000000 ( ) ( ) + 816.000000 ( ) ( ) + 834.000000 ( ) ( ) + 864.000000 ( ) ( ) + 884.000000 ( ) ( ) + 934.000000 ( ) ( ) + 968.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1198.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 984.000000 ( nodraw ) ( nodraw ) + 986.000000 ( nodraw ) ( nodraw ) + 984.000000 ( nodraw ) ( nodraw ) + 984.000000 ( ) ( ) + 980.000000 ( ) ( ) + 970.000000 ( ) ( ) + 974.000000 ( ) ( ) + 964.000000 ( ) ( ) + 980.000000 ( maxdetail ) ( maxdetail ) + 986.000000 ( maxdetail ) ( maxdetail ) + 986.000000 ( maxdetail ) ( maxdetail ) + 994.000000 ( maxdetail ) ( maxdetail ) + 978.000000 ( maxdetail ) ( maxdetail ) + 978.000000 ( maxdetail ) ( maxdetail ) + 940.000000 ( maxdetail ) ( maxdetail ) + 920.000000 ( maxdetail ) ( maxdetail ) + 910.000000 ( maxdetail ) ( maxdetail ) + 900.000000 ( maxdetail ) ( maxdetail ) + 886.000000 ( maxdetail ) ( maxdetail ) + 876.000000 ( maxdetail ) ( maxdetail ) + 862.000000 ( maxdetail ) ( maxdetail ) + 832.000000 ( maxdetail ) ( maxdetail ) + 808.000000 ( maxdetail ) ( maxdetail ) + 794.000000 ( maxdetail ) ( maxdetail ) + 774.000000 ( ) ( ) + 740.000000 ( ) ( ) + 734.000000 ( ) ( ) + 744.000000 ( ) ( ) + 748.000000 ( ) ( ) + 748.000000 ( ) ( ) + 742.000000 ( ) ( ) + 732.000000 ( ) ( ) + 730.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 704.000000 ( nodraw ) ( nodraw ) + 704.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 718.000000 ( ) ( ) + 748.000000 ( ) ( ) + 746.000000 ( ) ( ) + 754.000000 ( ) ( ) + 746.000000 ( ) ( ) + 748.000000 ( ) ( ) + 758.000000 ( ) ( ) + 744.000000 ( ) ( ) + 758.000000 ( ) ( ) + 766.000000 ( ) ( ) + 760.000000 ( ) ( ) + 764.000000 ( ) ( ) + 754.000000 ( ) ( ) + 764.000000 ( ) ( ) + 780.000000 ( ) ( ) + 792.000000 ( ) ( ) + 810.000000 ( ) ( ) + 820.000000 ( ) ( ) + 838.000000 ( ) ( ) + 856.000000 ( ) ( ) + 904.000000 ( ) ( ) + 934.000000 ( ) ( ) + 960.000000 ( ) ( ) + 974.000000 ( ) ( ) + 978.000000 ( ) ( ) + 976.000000 ( ) ( ) + 998.000000 ( ) ( ) + 988.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1198.000000 ( nodraw ) ( ) + 1208.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 972.000000 ( nodraw ) ( nodraw ) + 972.000000 ( nodraw ) ( nodraw ) + 966.000000 ( nodraw ) ( nodraw ) + 966.000000 ( ) ( ) + 966.000000 ( ) ( ) + 952.000000 ( ) ( ) + 950.000000 ( ) ( ) + 952.000000 ( ) ( ) + 962.000000 ( maxdetail ) ( maxdetail ) + 960.000000 ( maxdetail ) ( maxdetail ) + 968.000000 ( maxdetail ) ( maxdetail ) + 974.000000 ( maxdetail ) ( maxdetail ) + 974.000000 ( maxdetail ) ( maxdetail ) + 964.000000 ( maxdetail ) ( maxdetail ) + 938.000000 ( maxdetail ) ( maxdetail ) + 918.000000 ( maxdetail ) ( maxdetail ) + 916.000000 ( maxdetail ) ( maxdetail ) + 918.000000 ( maxdetail ) ( maxdetail ) + 914.000000 ( maxdetail ) ( maxdetail ) + 912.000000 ( maxdetail ) ( maxdetail ) + 890.000000 ( maxdetail ) ( maxdetail ) + 862.000000 ( maxdetail ) ( maxdetail ) + 836.000000 ( maxdetail ) ( maxdetail ) + 810.000000 ( maxdetail ) ( maxdetail ) + 782.000000 ( ) ( ) + 752.000000 ( ) ( ) + 730.000000 ( ) ( ) + 732.000000 ( ) ( ) + 750.000000 ( ) ( ) + 748.000000 ( ) ( ) + 742.000000 ( ) ( ) + 738.000000 ( ) ( ) + 732.000000 ( ) ( ) + 724.000000 ( nodraw ) ( ) + 712.000000 ( nodraw ) ( nodraw ) + 722.000000 ( nodraw ) ( nodraw ) + 734.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 738.000000 ( nodraw ) ( nodraw ) + 728.000000 ( nodraw ) ( nodraw ) + 738.000000 ( ) ( ) + 752.000000 ( ) ( ) + 760.000000 ( ) ( ) + 776.000000 ( ) ( ) + 762.000000 ( ) ( ) + 768.000000 ( ) ( ) + 778.000000 ( ) ( ) + 776.000000 ( ) ( ) + 770.000000 ( ) ( ) + 768.000000 ( ) ( ) + 782.000000 ( ) ( ) + 782.000000 ( ) ( ) + 782.000000 ( ) ( ) + 776.000000 ( ) ( ) + 780.000000 ( ) ( ) + 796.000000 ( ) ( ) + 828.000000 ( ) ( ) + 878.000000 ( ) ( ) + 896.000000 ( ) ( ) + 908.000000 ( ) ( ) + 922.000000 ( ) ( ) + 934.000000 ( ) ( ) + 934.000000 ( ) ( ) + 944.000000 ( ) ( ) + 958.000000 ( ) ( ) + 988.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1198.000000 ( nodraw ) ( ) + 1198.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 966.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 954.000000 ( ) ( ) + 958.000000 ( ) ( ) + 940.000000 ( ) ( ) + 940.000000 ( ) ( ) + 940.000000 ( ) ( ) + 962.000000 ( maxdetail ) ( maxdetail ) + 948.000000 ( maxdetail ) ( maxdetail ) + 958.000000 ( maxdetail ) ( maxdetail ) + 970.000000 ( maxdetail ) ( maxdetail ) + 956.000000 ( maxdetail ) ( maxdetail ) + 958.000000 ( maxdetail ) ( maxdetail ) + 942.000000 ( maxdetail ) ( maxdetail ) + 928.000000 ( maxdetail ) ( maxdetail ) + 916.000000 ( maxdetail ) ( maxdetail ) + 932.000000 ( maxdetail ) ( maxdetail ) + 938.000000 ( maxdetail ) ( maxdetail ) + 940.000000 ( maxdetail ) ( maxdetail ) + 910.000000 ( maxdetail ) ( maxdetail ) + 884.000000 ( maxdetail ) ( maxdetail ) + 856.000000 ( maxdetail ) ( maxdetail ) + 842.000000 ( maxdetail ) ( maxdetail ) + 804.000000 ( ) ( ) + 780.000000 ( ) ( ) + 764.000000 ( ) ( ) + 736.000000 ( ) ( ) + 762.000000 ( ) ( ) + 742.000000 ( ) ( ) + 746.000000 ( ) ( ) + 740.000000 ( ) ( ) + 752.000000 ( ) ( ) + 748.000000 ( ) ( ) + 734.000000 ( ) ( ) + 730.000000 ( ) ( ) + 718.000000 ( ) ( ) + 730.000000 ( ) ( ) + 728.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 728.000000 ( ) ( nodraw ) + 748.000000 ( ) ( ) + 752.000000 ( ) ( ) + 752.000000 ( ) ( ) + 760.000000 ( ) ( ) + 760.000000 ( ) ( ) + 780.000000 ( ) ( ) + 782.000000 ( ) ( ) + 770.000000 ( ) ( ) + 774.000000 ( ) ( ) + 786.000000 ( ) ( ) + 772.000000 ( ) ( ) + 778.000000 ( ) ( ) + 776.000000 ( ) ( ) + 764.000000 ( ) ( ) + 776.000000 ( ) ( ) + 810.000000 ( ) ( ) + 814.000000 ( ) ( ) + 834.000000 ( ) ( ) + 848.000000 ( ) ( ) + 866.000000 ( ) ( ) + 870.000000 ( ) ( ) + 876.000000 ( ) ( ) + 892.000000 ( ) ( ) + 918.000000 ( ) ( ) + 960.000000 ( ) ( ) + 984.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 950.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 950.000000 ( nodraw ) ( nodraw ) + 942.000000 ( nodraw ) ( nodraw ) + 936.000000 ( ) ( ) + 932.000000 ( ) ( ) + 916.000000 ( ) ( ) + 932.000000 ( ) ( ) + 944.000000 ( maxdetail ) ( maxdetail ) + 948.000000 ( maxdetail ) ( maxdetail ) + 950.000000 ( maxdetail ) ( maxdetail ) + 960.000000 ( maxdetail ) ( maxdetail ) + 966.000000 ( maxdetail ) ( maxdetail ) + 968.000000 ( maxdetail ) ( maxdetail ) + 948.000000 ( maxdetail ) ( maxdetail ) + 930.000000 ( maxdetail ) ( maxdetail ) + 928.000000 ( maxdetail ) ( maxdetail ) + 932.000000 ( maxdetail ) ( maxdetail ) + 940.000000 ( maxdetail ) ( maxdetail ) + 936.000000 ( maxdetail ) ( maxdetail ) + 930.000000 ( maxdetail ) ( maxdetail ) + 906.000000 ( maxdetail ) ( maxdetail ) + 878.000000 ( maxdetail ) ( maxdetail ) + 854.000000 ( maxdetail ) ( maxdetail ) + 830.000000 ( ) ( ) + 812.000000 ( ) ( ) + 784.000000 ( ) ( ) + 780.000000 ( ) ( ) + 766.000000 ( ) ( ) + 756.000000 ( ) ( ) + 748.000000 ( ) ( ) + 744.000000 ( ) ( ) + 754.000000 ( ) ( ) + 758.000000 ( ) ( ) + 762.000000 ( ) ( ) + 744.000000 ( ) ( ) + 738.000000 ( ) ( ) + 758.000000 ( ) ( ) + 720.000000 ( nodraw ) ( nodraw ) + 726.000000 ( nodraw ) ( nodraw ) + 708.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 728.000000 ( nodraw ) ( nodraw ) + 730.000000 ( nodraw ) ( nodraw ) + 740.000000 ( ) ( ) + 750.000000 ( ) ( ) + 768.000000 ( ) ( ) + 772.000000 ( ) ( ) + 778.000000 ( ) ( ) + 776.000000 ( ) ( ) + 780.000000 ( ) ( ) + 796.000000 ( ) ( ) + 806.000000 ( ) ( ) + 778.000000 ( ) ( ) + 774.000000 ( ) ( ) + 768.000000 ( ) ( ) + 786.000000 ( ) ( ) + 794.000000 ( ) ( ) + 818.000000 ( ) ( ) + 816.000000 ( ) ( ) + 816.000000 ( ) ( ) + 818.000000 ( ) ( ) + 836.000000 ( ) ( ) + 844.000000 ( ) ( ) + 868.000000 ( ) ( ) + 898.000000 ( ) ( ) + 940.000000 ( ) ( ) + 968.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1198.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 944.000000 ( nodraw ) ( nodraw ) + 934.000000 ( nodraw ) ( nodraw ) + 942.000000 ( nodraw ) ( nodraw ) + 930.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 918.000000 ( nodraw ) ( nodraw ) + 930.000000 ( nodraw ) ( nodraw ) + 918.000000 ( nodraw ) ( nodraw ) + 940.000000 ( nodraw ) ( nodraw ) + 936.000000 ( nodraw ) ( nodraw ) + 944.000000 ( maxdetail ) ( nodraw ) + 950.000000 ( maxdetail ) ( maxdetail ) + 960.000000 ( maxdetail ) ( maxdetail ) + 962.000000 ( maxdetail ) ( maxdetail ) + 946.000000 ( maxdetail ) ( maxdetail ) + 934.000000 ( maxdetail ) ( maxdetail ) + 936.000000 ( maxdetail ) ( maxdetail ) + 936.000000 ( maxdetail ) ( maxdetail ) + 934.000000 ( maxdetail ) ( maxdetail ) + 936.000000 ( maxdetail ) ( maxdetail ) + 924.000000 ( maxdetail ) ( maxdetail ) + 918.000000 ( maxdetail ) ( maxdetail ) + 892.000000 ( maxdetail ) ( maxdetail ) + 882.000000 ( maxdetail ) ( maxdetail ) + 852.000000 ( ) ( ) + 842.000000 ( ) ( ) + 826.000000 ( ) ( ) + 810.000000 ( ) ( ) + 802.000000 ( ) ( ) + 778.000000 ( ) ( ) + 776.000000 ( ) ( ) + 754.000000 ( ) ( ) + 764.000000 ( ) ( ) + 772.000000 ( ) ( ) + 766.000000 ( ) ( ) + 776.000000 ( ) ( ) + 770.000000 ( ) ( ) + 762.000000 ( ) ( ) + 730.000000 ( ) ( ) + 734.000000 ( ) ( ) + 718.000000 ( ) ( ) + 728.000000 ( ) ( ) + 718.000000 ( nodraw ) ( nodraw ) + 710.000000 ( nodraw ) ( nodraw ) + 716.000000 ( nodraw ) ( nodraw ) + 734.000000 ( nodraw ) ( nodraw ) + 744.000000 ( nodraw ) ( nodraw ) + 750.000000 ( ) ( ) + 760.000000 ( ) ( ) + 772.000000 ( ) ( ) + 776.000000 ( ) ( ) + 802.000000 ( ) ( ) + 794.000000 ( ) ( ) + 798.000000 ( ) ( ) + 784.000000 ( ) ( ) + 780.000000 ( ) ( ) + 790.000000 ( ) ( ) + 796.000000 ( ) ( ) + 792.000000 ( ) ( ) + 792.000000 ( ) ( ) + 790.000000 ( ) ( ) + 784.000000 ( ) ( ) + 792.000000 ( ) ( ) + 794.000000 ( ) ( ) + 804.000000 ( ) ( ) + 832.000000 ( ) ( ) + 856.000000 ( ) ( ) + 914.000000 ( ) ( ) + 966.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1208.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 934.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 936.000000 ( nodraw ) ( nodraw ) + 926.000000 ( nodraw ) ( nodraw ) + 920.000000 ( nodraw ) ( nodraw ) + 912.000000 ( nodraw ) ( nodraw ) + 912.000000 ( nodraw ) ( nodraw ) + 910.000000 ( nodraw ) ( nodraw ) + 930.000000 ( nodraw ) ( nodraw ) + 934.000000 ( nodraw ) ( nodraw ) + 944.000000 ( nodraw ) ( nodraw ) + 946.000000 ( nodraw ) ( nodraw ) + 956.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 944.000000 ( maxdetail ) ( maxdetail ) + 938.000000 ( maxdetail ) ( maxdetail ) + 938.000000 ( maxdetail ) ( maxdetail ) + 932.000000 ( maxdetail ) ( maxdetail ) + 938.000000 ( maxdetail ) ( maxdetail ) + 940.000000 ( maxdetail ) ( maxdetail ) + 940.000000 ( maxdetail ) ( maxdetail ) + 926.000000 ( maxdetail ) ( maxdetail ) + 916.000000 ( maxdetail ) ( maxdetail ) + 902.000000 ( maxdetail ) ( maxdetail ) + 876.000000 ( ) ( ) + 866.000000 ( ) ( ) + 858.000000 ( ) ( ) + 842.000000 ( ) ( ) + 830.000000 ( ) ( ) + 816.000000 ( ) ( ) + 792.000000 ( ) ( ) + 778.000000 ( ) ( ) + 766.000000 ( ) ( ) + 754.000000 ( ) ( ) + 774.000000 ( ) ( ) + 764.000000 ( ) ( ) + 776.000000 ( ) ( ) + 762.000000 ( ) ( ) + 766.000000 ( ) ( ) + 750.000000 ( ) ( ) + 758.000000 ( ) ( ) + 746.000000 ( ) ( ) + 728.000000 ( ) ( ) + 718.000000 ( nodraw ) ( nodraw ) + 722.000000 ( nodraw ) ( nodraw ) + 718.000000 ( nodraw ) ( nodraw ) + 724.000000 ( nodraw ) ( nodraw ) + 750.000000 ( nodraw ) ( nodraw ) + 734.000000 ( nodraw ) ( nodraw ) + 742.000000 ( nodraw ) ( nodraw ) + 740.000000 ( ) ( ) + 776.000000 ( ) ( ) + 770.000000 ( ) ( ) + 778.000000 ( ) ( ) + 780.000000 ( ) ( ) + 788.000000 ( ) ( ) + 790.000000 ( ) ( ) + 796.000000 ( ) ( ) + 786.000000 ( ) ( ) + 798.000000 ( ) ( ) + 782.000000 ( ) ( ) + 770.000000 ( ) ( ) + 762.000000 ( ) ( ) + 764.000000 ( ) ( ) + 766.000000 ( ) ( ) + 778.000000 ( ) ( ) + 814.000000 ( ) ( ) + 832.000000 ( ) ( ) + 890.000000 ( ) ( ) + 966.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1188.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 934.000000 ( ) ( ) + 934.000000 ( ) ( ) + 924.000000 ( ) ( ) + 920.000000 ( ) ( ) + 922.000000 ( ) ( ) + 914.000000 ( ) ( ) + 914.000000 ( ) ( ) + 910.000000 ( ) ( ) + 926.000000 ( nodraw ) ( nodraw ) + 930.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 944.000000 ( nodraw ) ( nodraw ) + 942.000000 ( nodraw ) ( nodraw ) + 950.000000 ( nodraw ) ( nodraw ) + 940.000000 ( ) ( nodraw ) + 934.000000 ( ) ( ) + 936.000000 ( maxdetail ) ( maxdetail ) + 936.000000 ( maxdetail ) ( maxdetail ) + 934.000000 ( maxdetail ) ( maxdetail ) + 934.000000 ( maxdetail ) ( maxdetail ) + 920.000000 ( maxdetail ) ( maxdetail ) + 928.000000 ( maxdetail ) ( maxdetail ) + 916.000000 ( maxdetail ) ( maxdetail ) + 910.000000 ( maxdetail ) ( maxdetail ) + 898.000000 ( ) ( ) + 890.000000 ( ) ( ) + 874.000000 ( ) ( ) + 872.000000 ( ) ( ) + 848.000000 ( ) ( ) + 842.000000 ( ) ( ) + 822.000000 ( ) ( ) + 816.000000 ( ) ( ) + 788.000000 ( ) ( ) + 774.000000 ( ) ( ) + 762.000000 ( ) ( ) + 746.000000 ( ) ( ) + 776.000000 ( ) ( ) + 766.000000 ( ) ( ) + 780.000000 ( ) ( ) + 776.000000 ( ) ( ) + 768.000000 ( ) ( ) + 758.000000 ( ) ( ) + 760.000000 ( ) ( ) + 748.000000 ( ) ( ) + 718.000000 ( ) ( ) + 712.000000 ( ) ( ) + 716.000000 ( nodraw ) ( nodraw ) + 710.000000 ( nodraw ) ( nodraw ) + 720.000000 ( nodraw ) ( nodraw ) + 714.000000 ( nodraw ) ( nodraw ) + 722.000000 ( nodraw ) ( nodraw ) + 720.000000 ( nodraw ) ( nodraw ) + 740.000000 ( nodraw ) ( nodraw ) + 738.000000 ( nodraw ) ( nodraw ) + 752.000000 ( ) ( nodraw ) + 776.000000 ( ) ( ) + 776.000000 ( ) ( ) + 788.000000 ( ) ( ) + 778.000000 ( ) ( ) + 794.000000 ( ) ( ) + 786.000000 ( ) ( ) + 788.000000 ( ) ( ) + 772.000000 ( ) ( ) + 758.000000 ( ) ( ) + 744.000000 ( ) ( ) + 766.000000 ( ) ( ) + 784.000000 ( ) ( ) + 810.000000 ( ) ( ) + 848.000000 ( ) ( ) + 884.000000 ( ) ( ) + 924.000000 ( ) ( ) + 962.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1218.000000 ( nodraw ) ( ) + 1218.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1238.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 922.000000 ( nodraw ) ( nodraw ) + 926.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 942.000000 ( nodraw ) ( nodraw ) + 964.000000 ( nodraw ) ( nodraw ) + 956.000000 ( nodraw ) ( nodraw ) + 942.000000 ( nodraw ) ( nodraw ) + 948.000000 ( ) ( ) + 948.000000 ( maxdetail ) ( maxdetail ) + 950.000000 ( maxdetail ) ( maxdetail ) + 958.000000 ( maxdetail ) ( maxdetail ) + 954.000000 ( maxdetail ) ( maxdetail ) + 950.000000 ( maxdetail ) ( maxdetail ) + 948.000000 ( maxdetail ) ( maxdetail ) + 948.000000 ( maxdetail ) ( maxdetail ) + 926.000000 ( maxdetail ) ( maxdetail ) + 908.000000 ( ) ( ) + 878.000000 ( ) ( ) + 894.000000 ( ) ( ) + 890.000000 ( ) ( ) + 882.000000 ( ) ( ) + 860.000000 ( ) ( ) + 852.000000 ( ) ( ) + 844.000000 ( ) ( ) + 818.000000 ( ) ( ) + 836.000000 ( ) ( ) + 790.000000 ( ) ( ) + 772.000000 ( ) ( ) + 752.000000 ( ) ( ) + 742.000000 ( ) ( ) + 756.000000 ( ) ( ) + 752.000000 ( ) ( ) + 758.000000 ( ) ( ) + 758.000000 ( ) ( ) + 786.000000 ( ) ( ) + 782.000000 ( ) ( ) + 766.000000 ( ) ( ) + 754.000000 ( ) ( ) + 744.000000 ( ) ( ) + 718.000000 ( ) ( ) + 714.000000 ( ) ( ) + 720.000000 ( nodraw ) ( ) + 704.000000 ( nodraw ) ( nodraw ) + 712.000000 ( nodraw ) ( nodraw ) + 722.000000 ( nodraw ) ( nodraw ) + 716.000000 ( nodraw ) ( nodraw ) + 724.000000 ( nodraw ) ( nodraw ) + 740.000000 ( nodraw ) ( nodraw ) + 750.000000 ( nodraw ) ( nodraw ) + 754.000000 ( nodraw ) ( nodraw ) + 762.000000 ( ) ( ) + 776.000000 ( ) ( ) + 794.000000 ( ) ( ) + 814.000000 ( ) ( ) + 792.000000 ( ) ( ) + 782.000000 ( ) ( ) + 770.000000 ( ) ( ) + 772.000000 ( ) ( ) + 770.000000 ( ) ( ) + 788.000000 ( ) ( ) + 822.000000 ( ) ( ) + 836.000000 ( ) ( ) + 860.000000 ( ) ( ) + 892.000000 ( ) ( ) + 924.000000 ( ) ( ) + 946.000000 ( ) ( ) + 966.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1218.000000 ( nodraw ) ( ) + 1228.000000 ( nodraw ) ( nodraw ) + 1238.000000 ( nodraw ) ( nodraw ) + 1238.000000 ( nodraw ) ( nodraw ) + 1238.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1238.000000 ( nodraw ) ( nodraw ) + 1248.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 922.000000 ( nodraw ) ( nodraw ) + 936.000000 ( nodraw ) ( nodraw ) + 920.000000 ( nodraw ) ( nodraw ) + 944.000000 ( nodraw ) ( nodraw ) + 946.000000 ( nodraw ) ( nodraw ) + 942.000000 ( nodraw ) ( nodraw ) + 946.000000 ( nodraw ) ( nodraw ) + 966.000000 ( ) ( ) + 960.000000 ( maxdetail ) ( maxdetail ) + 960.000000 ( maxdetail ) ( maxdetail ) + 958.000000 ( maxdetail ) ( maxdetail ) + 962.000000 ( maxdetail ) ( maxdetail ) + 956.000000 ( maxdetail ) ( maxdetail ) + 960.000000 ( maxdetail ) ( maxdetail ) + 948.000000 ( maxdetail ) ( maxdetail ) + 938.000000 ( maxdetail ) ( maxdetail ) + 924.000000 ( ) ( ) + 908.000000 ( ) ( ) + 898.000000 ( ) ( ) + 902.000000 ( ) ( ) + 902.000000 ( ) ( ) + 872.000000 ( ) ( ) + 878.000000 ( ) ( ) + 858.000000 ( ) ( ) + 868.000000 ( ) ( ) + 858.000000 ( ) ( ) + 834.000000 ( ) ( ) + 816.000000 ( ) ( ) + 802.000000 ( ) ( ) + 780.000000 ( ) ( ) + 762.000000 ( ) ( ) + 740.000000 ( ) ( ) + 736.000000 ( ) ( ) + 760.000000 ( ) ( ) + 782.000000 ( ) ( ) + 758.000000 ( ) ( ) + 780.000000 ( ) ( ) + 792.000000 ( ) ( ) + 786.000000 ( ) ( ) + 754.000000 ( ) ( ) + 774.000000 ( ) ( ) + 774.000000 ( ) ( ) + 758.000000 ( ) ( ) + 718.000000 ( ) ( ) + 722.000000 ( nodraw ) ( ) + 728.000000 ( nodraw ) ( nodraw ) + 732.000000 ( nodraw ) ( nodraw ) + 730.000000 ( nodraw ) ( nodraw ) + 746.000000 ( nodraw ) ( nodraw ) + 740.000000 ( nodraw ) ( nodraw ) + 752.000000 ( nodraw ) ( nodraw ) + 764.000000 ( nodraw ) ( nodraw ) + 776.000000 ( nodraw ) ( nodraw ) + 788.000000 ( ) ( ) + 812.000000 ( ) ( ) + 808.000000 ( ) ( ) + 790.000000 ( ) ( ) + 798.000000 ( ) ( ) + 798.000000 ( ) ( ) + 806.000000 ( ) ( ) + 806.000000 ( ) ( ) + 812.000000 ( ) ( ) + 826.000000 ( ) ( ) + 828.000000 ( ) ( ) + 882.000000 ( ) ( ) + 886.000000 ( ) ( ) + 906.000000 ( ) ( ) + 936.000000 ( ) ( ) + 972.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1238.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1278.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1248.000000 ( nodraw ) ( nodraw ) + 1248.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 928.000000 ( nodraw ) ( nodraw ) + 942.000000 ( nodraw ) ( nodraw ) + 944.000000 ( nodraw ) ( nodraw ) + 966.000000 ( nodraw ) ( nodraw ) + 942.000000 ( nodraw ) ( nodraw ) + 946.000000 ( nodraw ) ( nodraw ) + 944.000000 ( nodraw ) ( nodraw ) + 962.000000 ( ) ( nodraw ) + 974.000000 ( maxdetail ) ( maxdetail ) + 974.000000 ( maxdetail ) ( maxdetail ) + 972.000000 ( maxdetail ) ( maxdetail ) + 968.000000 ( maxdetail ) ( maxdetail ) + 966.000000 ( maxdetail ) ( maxdetail ) + 964.000000 ( maxdetail ) ( maxdetail ) + 962.000000 ( maxdetail ) ( maxdetail ) + 954.000000 ( maxdetail ) ( maxdetail ) + 944.000000 ( ) ( ) + 916.000000 ( ) ( ) + 916.000000 ( ) ( ) + 908.000000 ( ) ( ) + 898.000000 ( ) ( ) + 888.000000 ( ) ( ) + 888.000000 ( ) ( ) + 888.000000 ( ) ( ) + 878.000000 ( ) ( ) + 858.000000 ( ) ( ) + 870.000000 ( ) ( ) + 844.000000 ( ) ( ) + 824.000000 ( ) ( ) + 820.000000 ( ) ( ) + 800.000000 ( ) ( ) + 772.000000 ( ) ( ) + 768.000000 ( ) ( ) + 742.000000 ( ) ( ) + 736.000000 ( ) ( ) + 750.000000 ( ) ( ) + 744.000000 ( ) ( ) + 768.000000 ( ) ( ) + 774.000000 ( ) ( ) + 776.000000 ( ) ( ) + 784.000000 ( ) ( ) + 774.000000 ( ) ( ) + 774.000000 ( ) ( ) + 776.000000 ( ) ( ) + 770.000000 ( ) ( ) + 728.000000 ( ) ( ) + 728.000000 ( ) ( ) + 730.000000 ( nodraw ) ( nodraw ) + 734.000000 ( nodraw ) ( nodraw ) + 748.000000 ( nodraw ) ( nodraw ) + 748.000000 ( nodraw ) ( nodraw ) + 750.000000 ( nodraw ) ( nodraw ) + 748.000000 ( nodraw ) ( nodraw ) + 788.000000 ( nodraw ) ( nodraw ) + 794.000000 ( ) ( ) + 814.000000 ( ) ( ) + 800.000000 ( ) ( ) + 820.000000 ( ) ( ) + 822.000000 ( ) ( ) + 810.000000 ( ) ( ) + 816.000000 ( ) ( ) + 810.000000 ( ) ( ) + 794.000000 ( ) ( ) + 806.000000 ( ) ( ) + 820.000000 ( ) ( ) + 840.000000 ( ) ( ) + 848.000000 ( ) ( ) + 880.000000 ( ) ( ) + 928.000000 ( ) ( ) + 964.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1238.000000 ( nodraw ) ( ) + 1248.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( nodraw ) ( nodraw ) + 1278.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( nodraw ) ( nodraw ) + 1248.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 936.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 952.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 954.000000 ( nodraw ) ( nodraw ) + 962.000000 ( nodraw ) ( nodraw ) + 980.000000 ( nodraw ) ( nodraw ) + 980.000000 ( maxdetail ) ( nodraw ) + 982.000000 ( maxdetail ) ( maxdetail ) + 982.000000 ( maxdetail ) ( maxdetail ) + 972.000000 ( maxdetail ) ( maxdetail ) + 968.000000 ( maxdetail ) ( maxdetail ) + 968.000000 ( maxdetail ) ( maxdetail ) + 966.000000 ( maxdetail ) ( maxdetail ) + 972.000000 ( maxdetail ) ( maxdetail ) + 956.000000 ( ) ( ) + 942.000000 ( ) ( ) + 942.000000 ( ) ( ) + 924.000000 ( ) ( ) + 916.000000 ( ) ( ) + 926.000000 ( ) ( ) + 918.000000 ( ) ( ) + 908.000000 ( ) ( ) + 918.000000 ( ) ( ) + 888.000000 ( ) ( ) + 878.000000 ( ) ( ) + 868.000000 ( ) ( ) + 874.000000 ( ) ( ) + 860.000000 ( ) ( ) + 838.000000 ( ) ( ) + 824.000000 ( ) ( ) + 816.000000 ( ) ( ) + 784.000000 ( ) ( ) + 756.000000 ( ) ( ) + 740.000000 ( ) ( ) + 712.000000 ( ) ( ) + 722.000000 ( ) ( ) + 748.000000 ( ) ( ) + 738.000000 ( ) ( ) + 778.000000 ( ) ( ) + 770.000000 ( ) ( ) + 770.000000 ( ) ( ) + 780.000000 ( ) ( ) + 790.000000 ( ) ( ) + 788.000000 ( ) ( ) + 772.000000 ( ) ( ) + 736.000000 ( ) ( ) + 750.000000 ( ) ( ) + 748.000000 ( ) ( ) + 750.000000 ( nodraw ) ( ) + 758.000000 ( nodraw ) ( nodraw ) + 762.000000 ( nodraw ) ( nodraw ) + 786.000000 ( nodraw ) ( nodraw ) + 786.000000 ( nodraw ) ( nodraw ) + 788.000000 ( nodraw ) ( nodraw ) + 790.000000 ( nodraw ) ( nodraw ) + 800.000000 ( ) ( ) + 822.000000 ( ) ( ) + 830.000000 ( ) ( ) + 828.000000 ( ) ( ) + 838.000000 ( ) ( ) + 836.000000 ( ) ( ) + 826.000000 ( ) ( ) + 848.000000 ( ) ( ) + 808.000000 ( ) ( ) + 832.000000 ( ) ( ) + 844.000000 ( ) ( ) + 878.000000 ( ) ( ) + 898.000000 ( ) ( ) + 928.000000 ( ) ( ) + 978.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1248.000000 ( nodraw ) ( ) + 1248.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1278.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 930.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 950.000000 ( nodraw ) ( nodraw ) + 944.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 964.000000 ( nodraw ) ( nodraw ) + 980.000000 ( nodraw ) ( nodraw ) + 988.000000 ( nodraw ) ( nodraw ) + 990.000000 ( nodraw ) ( nodraw ) + 992.000000 ( maxdetail ) ( nodraw ) + 994.000000 ( maxdetail ) ( maxdetail ) + 996.000000 ( maxdetail ) ( maxdetail ) + 988.000000 ( maxdetail ) ( maxdetail ) + 978.000000 ( maxdetail ) ( maxdetail ) + 972.000000 ( maxdetail ) ( maxdetail ) + 982.000000 ( maxdetail ) ( maxdetail ) + 976.000000 ( ) ( ) + 956.000000 ( ) ( ) + 948.000000 ( ) ( ) + 940.000000 ( ) ( ) + 922.000000 ( ) ( ) + 934.000000 ( ) ( ) + 926.000000 ( ) ( ) + 928.000000 ( ) ( ) + 908.000000 ( ) ( ) + 918.000000 ( ) ( ) + 898.000000 ( ) ( ) + 898.000000 ( ) ( ) + 898.000000 ( ) ( ) + 898.000000 ( ) ( ) + 876.000000 ( ) ( ) + 870.000000 ( ) ( ) + 864.000000 ( ) ( ) + 832.000000 ( ) ( ) + 814.000000 ( ) ( ) + 784.000000 ( ) ( ) + 754.000000 ( ) ( ) + 728.000000 ( ) ( ) + 716.000000 ( ) ( ) + 728.000000 ( ) ( ) + 712.000000 ( ) ( ) + 724.000000 ( ) ( ) + 752.000000 ( ) ( ) + 764.000000 ( ) ( ) + 772.000000 ( ) ( ) + 780.000000 ( ) ( ) + 804.000000 ( ) ( ) + 798.000000 ( ) ( ) + 772.000000 ( ) ( ) + 776.000000 ( ) ( ) + 778.000000 ( ) ( ) + 772.000000 ( ) ( ) + 770.000000 ( ) ( ) + 788.000000 ( nodraw ) ( nodraw ) + 780.000000 ( nodraw ) ( nodraw ) + 776.000000 ( nodraw ) ( nodraw ) + 790.000000 ( nodraw ) ( nodraw ) + 788.000000 ( nodraw ) ( nodraw ) + 800.000000 ( ) ( ) + 820.000000 ( ) ( ) + 834.000000 ( ) ( ) + 868.000000 ( ) ( ) + 874.000000 ( ) ( ) + 868.000000 ( ) ( ) + 844.000000 ( ) ( ) + 826.000000 ( ) ( ) + 820.000000 ( ) ( ) + 834.000000 ( ) ( ) + 830.000000 ( ) ( ) + 842.000000 ( ) ( ) + 874.000000 ( ) ( ) + 930.000000 ( ) ( ) + 978.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1238.000000 ( nodraw ) ( ) + 1228.000000 ( nodraw ) ( nodraw ) + 1238.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( nodraw ) ( nodraw ) + 1278.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 944.000000 ( nodraw ) ( nodraw ) + 954.000000 ( nodraw ) ( nodraw ) + 952.000000 ( nodraw ) ( nodraw ) + 976.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 974.000000 ( nodraw ) ( nodraw ) + 982.000000 ( nodraw ) ( nodraw ) + 980.000000 ( nodraw ) ( nodraw ) + 1000.000000 ( nodraw ) ( nodraw ) + 1002.000000 ( nodraw ) ( nodraw ) + 996.000000 ( maxdetail ) ( maxdetail ) + 1004.000000 ( maxdetail ) ( maxdetail ) + 1002.000000 ( maxdetail ) ( maxdetail ) + 998.000000 ( maxdetail ) ( maxdetail ) + 986.000000 ( maxdetail ) ( maxdetail ) + 986.000000 ( maxdetail ) ( maxdetail ) + 986.000000 ( ) ( ) + 968.000000 ( ) ( ) + 962.000000 ( ) ( ) + 944.000000 ( ) ( ) + 948.000000 ( ) ( ) + 950.000000 ( ) ( ) + 942.000000 ( ) ( ) + 946.000000 ( ) ( ) + 936.000000 ( ) ( ) + 928.000000 ( ) ( ) + 918.000000 ( ) ( ) + 918.000000 ( ) ( ) + 928.000000 ( ) ( ) + 928.000000 ( ) ( ) + 898.000000 ( ) ( ) + 888.000000 ( ) ( ) + 896.000000 ( ) ( ) + 868.000000 ( ) ( ) + 854.000000 ( ) ( ) + 822.000000 ( ) ( ) + 796.000000 ( ) ( ) + 780.000000 ( ) ( ) + 770.000000 ( ) ( ) + 766.000000 ( ) ( ) + 766.000000 ( ) ( ) + 742.000000 ( ) ( ) + 742.000000 ( ) ( ) + 718.000000 ( ) ( ) + 772.000000 ( ) ( ) + 782.000000 ( ) ( ) + 772.000000 ( ) ( ) + 740.000000 ( ) ( ) + 770.000000 ( ) ( ) + 786.000000 ( ) ( ) + 796.000000 ( ) ( ) + 796.000000 ( ) ( ) + 804.000000 ( ) ( ) + 794.000000 ( ) ( ) + 790.000000 ( ) ( ) + 780.000000 ( ) ( ) + 786.000000 ( nodraw ) ( nodraw ) + 790.000000 ( nodraw ) ( nodraw ) + 800.000000 ( nodraw ) ( nodraw ) + 810.000000 ( nodraw ) ( nodraw ) + 814.000000 ( ) ( nodraw ) + 832.000000 ( ) ( ) + 874.000000 ( ) ( ) + 858.000000 ( ) ( ) + 864.000000 ( ) ( ) + 864.000000 ( ) ( ) + 868.000000 ( ) ( ) + 832.000000 ( ) ( ) + 826.000000 ( ) ( ) + 820.000000 ( ) ( ) + 850.000000 ( ) ( ) + 880.000000 ( ) ( ) + 906.000000 ( ) ( ) + 954.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1208.000000 ( nodraw ) ( ) + 1218.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 966.000000 ( nodraw ) ( nodraw ) + 972.000000 ( nodraw ) ( nodraw ) + 970.000000 ( nodraw ) ( nodraw ) + 982.000000 ( nodraw ) ( nodraw ) + 984.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 992.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1012.000000 ( nodraw ) ( nodraw ) + 1006.000000 ( nodraw ) ( nodraw ) + 1014.000000 ( nodraw ) ( nodraw ) + 1012.000000 ( nodraw ) ( nodraw ) + 1002.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 996.000000 ( maxdetail ) ( nodraw ) + 998.000000 ( ) ( ) + 970.000000 ( ) ( ) + 964.000000 ( ) ( ) + 958.000000 ( ) ( ) + 952.000000 ( ) ( ) + 964.000000 ( ) ( ) + 958.000000 ( ) ( ) + 942.000000 ( ) ( ) + 944.000000 ( ) ( ) + 946.000000 ( ) ( ) + 958.000000 ( ) ( ) + 956.000000 ( ) ( ) + 946.000000 ( ) ( ) + 926.000000 ( ) ( ) + 938.000000 ( ) ( ) + 918.000000 ( ) ( ) + 908.000000 ( ) ( ) + 908.000000 ( ) ( ) + 892.000000 ( ) ( ) + 878.000000 ( ) ( ) + 872.000000 ( ) ( ) + 852.000000 ( ) ( ) + 834.000000 ( ) ( ) + 826.000000 ( ) ( ) + 814.000000 ( ) ( ) + 794.000000 ( ) ( ) + 778.000000 ( ) ( ) + 772.000000 ( ) ( ) + 772.000000 ( ) ( ) + 762.000000 ( ) ( ) + 764.000000 ( ) ( ) + 754.000000 ( ) ( ) + 768.000000 ( ) ( ) + 766.000000 ( ) ( ) + 804.000000 ( ) ( ) + 800.000000 ( ) ( ) + 818.000000 ( ) ( ) + 806.000000 ( ) ( ) + 806.000000 ( ) ( ) + 816.000000 ( ) ( ) + 798.000000 ( ) ( ) + 792.000000 ( nodraw ) ( ) + 792.000000 ( nodraw ) ( nodraw ) + 804.000000 ( nodraw ) ( nodraw ) + 806.000000 ( nodraw ) ( nodraw ) + 816.000000 ( nodraw ) ( nodraw ) + 834.000000 ( ) ( ) + 866.000000 ( ) ( ) + 874.000000 ( ) ( ) + 876.000000 ( ) ( ) + 884.000000 ( ) ( ) + 858.000000 ( ) ( ) + 832.000000 ( ) ( ) + 832.000000 ( ) ( ) + 832.000000 ( ) ( ) + 852.000000 ( ) ( ) + 872.000000 ( ) ( ) + 894.000000 ( ) ( ) + 938.000000 ( ) ( ) + 980.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 988.000000 ( ) ( ) + 984.000000 ( ) ( ) + 982.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 984.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 1000.000000 ( ) ( nodraw ) + 992.000000 ( ) ( ) + 976.000000 ( ) ( ) + 980.000000 ( ) ( ) + 974.000000 ( ) ( ) + 968.000000 ( ) ( ) + 974.000000 ( ) ( ) + 976.000000 ( ) ( ) + 970.000000 ( ) ( ) + 972.000000 ( ) ( ) + 964.000000 ( ) ( ) + 946.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 948.000000 ( ) ( ) + 928.000000 ( ) ( ) + 926.000000 ( ) ( ) + 918.000000 ( ) ( ) + 904.000000 ( ) ( ) + 900.000000 ( ) ( ) + 888.000000 ( ) ( ) + 882.000000 ( ) ( ) + 882.000000 ( ) ( ) + 872.000000 ( ) ( ) + 854.000000 ( ) ( ) + 844.000000 ( ) ( ) + 836.000000 ( ) ( ) + 836.000000 ( ) ( ) + 824.000000 ( ) ( ) + 808.000000 ( ) ( ) + 782.000000 ( ) ( ) + 762.000000 ( ) ( ) + 758.000000 ( ) ( ) + 774.000000 ( ) ( ) + 808.000000 ( ) ( ) + 798.000000 ( ) ( ) + 808.000000 ( ) ( ) + 822.000000 ( ) ( ) + 832.000000 ( ) ( ) + 818.000000 ( ) ( ) + 816.000000 ( ) ( ) + 810.000000 ( nodraw ) ( ) + 808.000000 ( nodraw ) ( nodraw ) + 810.000000 ( nodraw ) ( nodraw ) + 812.000000 ( nodraw ) ( nodraw ) + 822.000000 ( nodraw ) ( nodraw ) + 822.000000 ( ) ( ) + 850.000000 ( ) ( ) + 870.000000 ( ) ( ) + 886.000000 ( ) ( ) + 890.000000 ( ) ( ) + 876.000000 ( ) ( ) + 852.000000 ( ) ( ) + 854.000000 ( ) ( ) + 848.000000 ( ) ( ) + 852.000000 ( ) ( ) + 872.000000 ( ) ( ) + 886.000000 ( ) ( ) + 928.000000 ( ) ( ) + 968.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1308.000000 ( nodraw ) ( nodraw ) + 1308.000000 ( nodraw ) ( nodraw ) + 1288.000000 ( nodraw ) ( nodraw ) + 1278.000000 ( nodraw ) ( nodraw ) + 1282.000000 ( nodraw ) ( nodraw ) + 1282.000000 ( nodraw ) ( nodraw ) + 1280.000000 ( nodraw ) ( nodraw ) + 1286.000000 ( nodraw ) ( nodraw ) + 1270.000000 ( nodraw ) ( nodraw ) + 1262.000000 ( nodraw ) ( nodraw ) + 1242.000000 ( nodraw ) ( nodraw ) + 1230.000000 ( nodraw ) ( nodraw ) + 1226.000000 ( nodraw ) ( nodraw ) + 1224.000000 ( nodraw ) ( nodraw ) + 1236.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1010.000000 ( nodraw ) ( nodraw ) + 992.000000 ( ) ( ) + 976.000000 ( ) ( ) + 992.000000 ( ) ( ) + 976.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 986.000000 ( ) ( ) + 970.000000 ( ) ( ) + 974.000000 ( ) ( ) + 968.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 976.000000 ( ) ( ) + 968.000000 ( ) ( ) + 958.000000 ( ) ( ) + 948.000000 ( ) ( ) + 950.000000 ( ) ( ) + 952.000000 ( ) ( ) + 948.000000 ( ) ( ) + 944.000000 ( ) ( ) + 938.000000 ( ) ( ) + 930.000000 ( ) ( ) + 924.000000 ( ) ( ) + 920.000000 ( ) ( ) + 910.000000 ( ) ( ) + 898.000000 ( ) ( ) + 888.000000 ( ) ( ) + 880.000000 ( ) ( ) + 886.000000 ( ) ( ) + 880.000000 ( ) ( ) + 878.000000 ( ) ( ) + 854.000000 ( ) ( ) + 832.000000 ( ) ( ) + 808.000000 ( ) ( ) + 802.000000 ( ) ( ) + 792.000000 ( ) ( ) + 792.000000 ( ) ( ) + 796.000000 ( ) ( ) + 800.000000 ( ) ( ) + 826.000000 ( ) ( ) + 838.000000 ( ) ( ) + 836.000000 ( ) ( ) + 830.000000 ( ) ( ) + 824.000000 ( ) ( ) + 820.000000 ( nodraw ) ( ) + 812.000000 ( nodraw ) ( nodraw ) + 820.000000 ( nodraw ) ( nodraw ) + 816.000000 ( nodraw ) ( nodraw ) + 804.000000 ( nodraw ) ( nodraw ) + 830.000000 ( nodraw ) ( nodraw ) + 836.000000 ( ) ( nodraw ) + 884.000000 ( ) ( ) + 890.000000 ( ) ( ) + 906.000000 ( ) ( ) + 900.000000 ( ) ( ) + 892.000000 ( ) ( ) + 834.000000 ( ) ( ) + 840.000000 ( ) ( ) + 838.000000 ( ) ( ) + 854.000000 ( ) ( ) + 872.000000 ( ) ( ) + 900.000000 ( ) ( ) + 920.000000 ( ) ( ) + 948.000000 ( ) ( ) + 972.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1298.000000 ( nodraw ) ( nodraw ) + 1294.000000 ( nodraw ) ( nodraw ) + 1294.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( nodraw ) ( nodraw ) + 1320.000000 ( nodraw ) ( nodraw ) + 1306.000000 ( nodraw ) ( nodraw ) + 1304.000000 ( nodraw ) ( nodraw ) + 1284.000000 ( nodraw ) ( nodraw ) + 1270.000000 ( nodraw ) ( nodraw ) + 1276.000000 ( nodraw ) ( nodraw ) + 1286.000000 ( nodraw ) ( nodraw ) + 1290.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1010.000000 ( nodraw ) ( nodraw ) + 1004.000000 ( ) ( ) + 988.000000 ( ) ( ) + 992.000000 ( ) ( ) + 988.000000 ( ) ( ) + 984.000000 ( ) ( ) + 988.000000 ( ) ( ) + 994.000000 ( ) ( ) + 982.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 996.000000 ( ) ( ) + 988.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 980.000000 ( ) ( ) + 982.000000 ( ) ( ) + 968.000000 ( ) ( ) + 962.000000 ( ) ( ) + 962.000000 ( ) ( ) + 958.000000 ( ) ( ) + 952.000000 ( ) ( ) + 956.000000 ( ) ( ) + 944.000000 ( ) ( ) + 944.000000 ( ) ( ) + 920.000000 ( ) ( ) + 924.000000 ( ) ( ) + 908.000000 ( ) ( ) + 914.000000 ( ) ( ) + 904.000000 ( ) ( ) + 908.000000 ( ) ( ) + 880.000000 ( ) ( ) + 876.000000 ( ) ( ) + 844.000000 ( ) ( ) + 840.000000 ( ) ( ) + 830.000000 ( ) ( ) + 828.000000 ( ) ( ) + 814.000000 ( ) ( ) + 794.000000 ( ) ( ) + 810.000000 ( ) ( ) + 818.000000 ( ) ( ) + 850.000000 ( ) ( ) + 854.000000 ( ) ( ) + 848.000000 ( ) ( ) + 834.000000 ( ) ( ) + 820.000000 ( ) ( ) + 828.000000 ( ) ( ) + 822.000000 ( nodraw ) ( ) + 816.000000 ( nodraw ) ( nodraw ) + 832.000000 ( nodraw ) ( nodraw ) + 832.000000 ( nodraw ) ( nodraw ) + 848.000000 ( ) ( nodraw ) + 874.000000 ( ) ( ) + 866.000000 ( ) ( ) + 894.000000 ( ) ( ) + 888.000000 ( ) ( ) + 868.000000 ( ) ( ) + 846.000000 ( ) ( ) + 832.000000 ( ) ( ) + 852.000000 ( ) ( ) + 858.000000 ( ) ( ) + 872.000000 ( ) ( ) + 874.000000 ( ) ( ) + 882.000000 ( ) ( ) + 912.000000 ( ) ( ) + 940.000000 ( ) ( ) + 992.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1302.000000 ( nodraw ) ( ) + 1302.000000 ( nodraw ) ( nodraw ) + 1320.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1330.000000 ( nodraw ) ( nodraw ) + 1322.000000 ( nodraw ) ( nodraw ) + 1322.000000 ( nodraw ) ( nodraw ) + 1320.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1350.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1020.000000 ( nodraw ) ( nodraw ) + 1004.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 994.000000 ( ) ( ) + 970.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 984.000000 ( ) ( ) + 994.000000 ( ) ( ) + 998.000000 ( ) ( ) + 990.000000 ( ) ( ) + 984.000000 ( ) ( ) + 980.000000 ( ) ( ) + 978.000000 ( ) ( ) + 980.000000 ( ) ( ) + 970.000000 ( ) ( ) + 946.000000 ( ) ( ) + 948.000000 ( ) ( ) + 944.000000 ( ) ( ) + 934.000000 ( ) ( ) + 932.000000 ( ) ( ) + 928.000000 ( ) ( ) + 916.000000 ( ) ( ) + 904.000000 ( ) ( ) + 882.000000 ( ) ( ) + 902.000000 ( ) ( ) + 898.000000 ( ) ( ) + 874.000000 ( ) ( ) + 846.000000 ( ) ( ) + 838.000000 ( ) ( ) + 816.000000 ( ) ( ) + 818.000000 ( ) ( ) + 858.000000 ( ) ( ) + 864.000000 ( ) ( ) + 870.000000 ( ) ( ) + 850.000000 ( ) ( ) + 868.000000 ( ) ( ) + 860.000000 ( ) ( ) + 858.000000 ( ) ( ) + 838.000000 ( nodraw ) ( ) + 842.000000 ( nodraw ) ( nodraw ) + 840.000000 ( nodraw ) ( nodraw ) + 800.000000 ( nodraw ) ( nodraw ) + 846.000000 ( nodraw ) ( nodraw ) + 854.000000 ( ) ( ) + 884.000000 ( ) ( ) + 888.000000 ( ) ( ) + 876.000000 ( ) ( ) + 864.000000 ( ) ( ) + 866.000000 ( ) ( ) + 844.000000 ( ) ( ) + 844.000000 ( ) ( ) + 848.000000 ( ) ( ) + 840.000000 ( ) ( ) + 844.000000 ( ) ( ) + 874.000000 ( ) ( ) + 900.000000 ( ) ( ) + 940.000000 ( ) ( ) + 972.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1304.000000 ( nodraw ) ( ) + 1322.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( nodraw ) ( nodraw ) + 1352.000000 ( nodraw ) ( nodraw ) + 1354.000000 ( nodraw ) ( nodraw ) + 1348.000000 ( nodraw ) ( nodraw ) + 1360.000000 ( nodraw ) ( nodraw ) + 1366.000000 ( nodraw ) ( nodraw ) + 1386.000000 ( nodraw ) ( nodraw ) + 1380.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1020.000000 ( nodraw ) ( nodraw ) + 1022.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 992.000000 ( ) ( ) + 988.000000 ( ) ( ) + 958.000000 ( ) ( ) + 972.000000 ( ) ( ) + 964.000000 ( ) ( ) + 960.000000 ( ) ( ) + 934.000000 ( ) ( ) + 946.000000 ( ) ( ) + 936.000000 ( ) ( ) + 928.000000 ( ) ( ) + 900.000000 ( ) ( ) + 932.000000 ( ) ( ) + 922.000000 ( ) ( ) + 916.000000 ( ) ( ) + 904.000000 ( ) ( ) + 880.000000 ( ) ( ) + 866.000000 ( ) ( ) + 854.000000 ( ) ( ) + 866.000000 ( ) ( ) + 862.000000 ( ) ( ) + 870.000000 ( ) ( ) + 850.000000 ( ) ( ) + 868.000000 ( ) ( ) + 890.000000 ( ) ( ) + 896.000000 ( ) ( ) + 854.000000 ( ) ( ) + 844.000000 ( nodraw ) ( ) + 842.000000 ( nodraw ) ( nodraw ) + 810.000000 ( nodraw ) ( nodraw ) + 800.000000 ( nodraw ) ( nodraw ) + 818.000000 ( ) ( nodraw ) + 864.000000 ( ) ( ) + 868.000000 ( ) ( ) + 880.000000 ( ) ( ) + 880.000000 ( ) ( ) + 890.000000 ( ) ( ) + 882.000000 ( ) ( ) + 844.000000 ( ) ( ) + 852.000000 ( ) ( ) + 838.000000 ( ) ( ) + 846.000000 ( ) ( ) + 852.000000 ( ) ( ) + 884.000000 ( ) ( ) + 900.000000 ( ) ( ) + 934.000000 ( ) ( ) + 988.000000 ( ) ( ) + 990.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1314.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( nodraw ) ( nodraw ) + 1342.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( nodraw ) ( nodraw ) + 1380.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1404.000000 ( nodraw ) ( nodraw ) + 1416.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1028.000000 ( nodraw ) ( nodraw ) + 1044.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 992.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 992.000000 ( ) ( ) + 990.000000 ( ) ( ) + 976.000000 ( ) ( ) + 958.000000 ( ) ( ) + 946.000000 ( ) ( ) + 962.000000 ( ) ( ) + 938.000000 ( ) ( ) + 922.000000 ( ) ( ) + 930.000000 ( ) ( ) + 922.000000 ( ) ( ) + 900.000000 ( ) ( ) + 892.000000 ( ) ( ) + 880.000000 ( ) ( ) + 862.000000 ( ) ( ) + 866.000000 ( ) ( ) + 880.000000 ( ) ( ) + 878.000000 ( ) ( ) + 902.000000 ( ) ( ) + 890.000000 ( ) ( ) + 880.000000 ( ) ( ) + 864.000000 ( ) ( ) + 848.000000 ( nodraw ) ( ) + 840.000000 ( nodraw ) ( nodraw ) + 824.000000 ( nodraw ) ( nodraw ) + 826.000000 ( nodraw ) ( nodraw ) + 808.000000 ( nodraw ) ( nodraw ) + 848.000000 ( nodraw ) ( nodraw ) + 864.000000 ( ) ( nodraw ) + 874.000000 ( ) ( ) + 896.000000 ( ) ( ) + 892.000000 ( ) ( ) + 872.000000 ( ) ( ) + 834.000000 ( ) ( ) + 836.000000 ( ) ( ) + 846.000000 ( ) ( ) + 846.000000 ( ) ( ) + 852.000000 ( ) ( ) + 874.000000 ( ) ( ) + 910.000000 ( ) ( ) + 910.000000 ( ) ( ) + 934.000000 ( ) ( ) + 950.000000 ( ) ( ) + 980.000000 ( ) ( ) + 990.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1310.000000 ( nodraw ) ( nodraw ) + 1328.000000 ( nodraw ) ( nodraw ) + 1350.000000 ( nodraw ) ( nodraw ) + 1372.000000 ( nodraw ) ( nodraw ) + 1398.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1432.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1040.000000 ( nodraw ) ( nodraw ) + 1034.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 996.000000 ( ) ( ) + 966.000000 ( ) ( ) + 982.000000 ( ) ( ) + 958.000000 ( ) ( ) + 958.000000 ( ) ( ) + 950.000000 ( ) ( ) + 950.000000 ( ) ( ) + 942.000000 ( ) ( ) + 928.000000 ( ) ( ) + 918.000000 ( ) ( ) + 906.000000 ( ) ( ) + 908.000000 ( ) ( ) + 898.000000 ( ) ( ) + 876.000000 ( ) ( ) + 872.000000 ( ) ( ) + 890.000000 ( ) ( ) + 880.000000 ( ) ( ) + 876.000000 ( ) ( ) + 866.000000 ( ) ( ) + 858.000000 ( nodraw ) ( ) + 850.000000 ( nodraw ) ( nodraw ) + 842.000000 ( nodraw ) ( nodraw ) + 820.000000 ( nodraw ) ( nodraw ) + 824.000000 ( nodraw ) ( nodraw ) + 818.000000 ( nodraw ) ( nodraw ) + 846.000000 ( ) ( nodraw ) + 868.000000 ( ) ( ) + 884.000000 ( ) ( ) + 874.000000 ( ) ( ) + 878.000000 ( ) ( ) + 866.000000 ( ) ( ) + 852.000000 ( ) ( ) + 838.000000 ( ) ( ) + 846.000000 ( ) ( ) + 864.000000 ( ) ( ) + 874.000000 ( ) ( ) + 874.000000 ( ) ( ) + 886.000000 ( ) ( ) + 896.000000 ( ) ( ) + 920.000000 ( ) ( ) + 942.000000 ( ) ( ) + 950.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1376.000000 ( nodraw ) ( nodraw ) + 1420.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1060.000000 ( nodraw ) ( nodraw ) + 1056.000000 ( nodraw ) ( nodraw ) + 1052.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 990.000000 ( ) ( ) + 978.000000 ( ) ( ) + 978.000000 ( ) ( ) + 970.000000 ( ) ( ) + 986.000000 ( ) ( ) + 970.000000 ( ) ( ) + 956.000000 ( ) ( ) + 942.000000 ( ) ( ) + 952.000000 ( ) ( ) + 930.000000 ( ) ( ) + 904.000000 ( ) ( ) + 882.000000 ( ) ( ) + 868.000000 ( ) ( ) + 878.000000 ( ) ( ) + 870.000000 ( ) ( ) + 868.000000 ( ) ( ) + 880.000000 ( ) ( ) + 858.000000 ( ) ( ) + 844.000000 ( ) ( ) + 840.000000 ( nodraw ) ( nodraw ) + 836.000000 ( nodraw ) ( nodraw ) + 812.000000 ( nodraw ) ( nodraw ) + 814.000000 ( nodraw ) ( nodraw ) + 836.000000 ( ) ( nodraw ) + 862.000000 ( ) ( ) + 870.000000 ( ) ( ) + 874.000000 ( ) ( ) + 886.000000 ( ) ( ) + 874.000000 ( ) ( ) + 862.000000 ( ) ( ) + 844.000000 ( ) ( ) + 862.000000 ( ) ( ) + 860.000000 ( ) ( ) + 848.000000 ( ) ( ) + 870.000000 ( ) ( ) + 882.000000 ( ) ( ) + 884.000000 ( ) ( ) + 912.000000 ( ) ( ) + 924.000000 ( ) ( ) + 950.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1362.000000 ( nodraw ) ( nodraw ) + 1404.000000 ( nodraw ) ( nodraw ) + 1422.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1074.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1064.000000 ( nodraw ) ( nodraw ) + 1062.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 990.000000 ( ) ( ) + 988.000000 ( ) ( ) + 982.000000 ( ) ( ) + 972.000000 ( ) ( ) + 952.000000 ( ) ( ) + 942.000000 ( ) ( ) + 916.000000 ( ) ( ) + 906.000000 ( ) ( ) + 886.000000 ( ) ( ) + 874.000000 ( ) ( ) + 872.000000 ( ) ( ) + 878.000000 ( ) ( ) + 880.000000 ( ) ( ) + 872.000000 ( ) ( ) + 866.000000 ( ) ( ) + 852.000000 ( ) ( ) + 852.000000 ( nodraw ) ( nodraw ) + 836.000000 ( nodraw ) ( nodraw ) + 822.000000 ( nodraw ) ( nodraw ) + 810.000000 ( nodraw ) ( nodraw ) + 820.000000 ( nodraw ) ( nodraw ) + 842.000000 ( ) ( ) + 854.000000 ( ) ( ) + 872.000000 ( ) ( ) + 854.000000 ( ) ( ) + 870.000000 ( ) ( ) + 848.000000 ( ) ( ) + 868.000000 ( ) ( ) + 842.000000 ( ) ( ) + 846.000000 ( ) ( ) + 852.000000 ( ) ( ) + 870.000000 ( ) ( ) + 880.000000 ( ) ( ) + 892.000000 ( ) ( ) + 914.000000 ( ) ( ) + 938.000000 ( ) ( ) + 964.000000 ( ) ( ) + 962.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1404.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1472.000000 ( nodraw ) ( nodraw ) + 1472.000000 ( nodraw ) ( nodraw ) + 1466.000000 ( nodraw ) ( nodraw ) + 1464.000000 ( nodraw ) ( nodraw ) + 1446.000000 ( nodraw ) ( nodraw ) + 1462.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1078.000000 ( nodraw ) ( nodraw ) + 1092.000000 ( nodraw ) ( nodraw ) + 1080.000000 ( nodraw ) ( nodraw ) + 1088.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1068.000000 ( nodraw ) ( ) + 1056.000000 ( ) ( nodraw ) + 1070.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 998.000000 ( ) ( ) + 986.000000 ( ) ( ) + 980.000000 ( ) ( ) + 966.000000 ( ) ( ) + 950.000000 ( ) ( ) + 932.000000 ( ) ( ) + 914.000000 ( ) ( ) + 898.000000 ( ) ( ) + 890.000000 ( ) ( ) + 866.000000 ( ) ( ) + 862.000000 ( ) ( ) + 866.000000 ( ) ( ) + 862.000000 ( ) ( ) + 882.000000 ( ) ( ) + 858.000000 ( ) ( ) + 854.000000 ( nodraw ) ( ) + 836.000000 ( nodraw ) ( nodraw ) + 816.000000 ( nodraw ) ( nodraw ) + 808.000000 ( nodraw ) ( nodraw ) + 798.000000 ( nodraw ) ( nodraw ) + 808.000000 ( nodraw ) ( nodraw ) + 818.000000 ( ) ( nodraw ) + 848.000000 ( ) ( ) + 842.000000 ( ) ( ) + 826.000000 ( ) ( ) + 848.000000 ( ) ( ) + 856.000000 ( ) ( ) + 870.000000 ( ) ( ) + 858.000000 ( ) ( ) + 854.000000 ( ) ( ) + 880.000000 ( ) ( ) + 886.000000 ( ) ( ) + 910.000000 ( ) ( ) + 920.000000 ( ) ( ) + 922.000000 ( ) ( ) + 940.000000 ( ) ( ) + 948.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1364.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1432.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1094.000000 ( nodraw ) ( nodraw ) + 1090.000000 ( nodraw ) ( nodraw ) + 1096.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1042.000000 ( nodraw ) ( nodraw ) + 1034.000000 ( nodraw ) ( nodraw ) + 1036.000000 ( nodraw ) ( nodraw ) + 1054.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 986.000000 ( ) ( ) + 986.000000 ( ) ( ) + 964.000000 ( ) ( ) + 966.000000 ( ) ( ) + 936.000000 ( ) ( ) + 926.000000 ( ) ( ) + 902.000000 ( ) ( ) + 888.000000 ( ) ( ) + 874.000000 ( ) ( ) + 852.000000 ( ) ( ) + 854.000000 ( ) ( ) + 880.000000 ( ) ( ) + 882.000000 ( ) ( ) + 876.000000 ( ) ( ) + 850.000000 ( ) ( ) + 844.000000 ( ) ( ) + 822.000000 ( nodraw ) ( nodraw ) + 814.000000 ( nodraw ) ( nodraw ) + 806.000000 ( nodraw ) ( nodraw ) + 794.000000 ( nodraw ) ( nodraw ) + 806.000000 ( nodraw ) ( nodraw ) + 810.000000 ( nodraw ) ( nodraw ) + 820.000000 ( ) ( nodraw ) + 852.000000 ( ) ( ) + 852.000000 ( ) ( ) + 878.000000 ( ) ( ) + 872.000000 ( ) ( ) + 888.000000 ( ) ( ) + 894.000000 ( ) ( ) + 914.000000 ( ) ( ) + 906.000000 ( ) ( ) + 918.000000 ( ) ( ) + 912.000000 ( ) ( ) + 918.000000 ( ) ( ) + 932.000000 ( ) ( ) + 954.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1336.000000 ( nodraw ) ( ) + 1364.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( nodraw ) ( nodraw ) + 1422.000000 ( nodraw ) ( nodraw ) + 1420.000000 ( nodraw ) ( nodraw ) + 1432.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1104.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( nodraw ) ( nodraw ) + 1116.000000 ( nodraw ) ( nodraw ) + 1116.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1132.000000 ( nodraw ) ( nodraw ) + 1144.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1040.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1016.000000 ( nodraw ) ( nodraw ) + 1012.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1044.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 994.000000 ( ) ( ) + 982.000000 ( ) ( ) + 966.000000 ( ) ( ) + 946.000000 ( ) ( ) + 924.000000 ( ) ( ) + 898.000000 ( ) ( ) + 872.000000 ( ) ( ) + 846.000000 ( ) ( ) + 844.000000 ( ) ( ) + 838.000000 ( ) ( ) + 880.000000 ( ) ( ) + 884.000000 ( ) ( ) + 874.000000 ( ) ( ) + 858.000000 ( ) ( ) + 838.000000 ( ) ( ) + 822.000000 ( ) ( ) + 804.000000 ( ) ( ) + 796.000000 ( nodraw ) ( nodraw ) + 792.000000 ( nodraw ) ( nodraw ) + 808.000000 ( nodraw ) ( nodraw ) + 810.000000 ( nodraw ) ( nodraw ) + 828.000000 ( ) ( nodraw ) + 842.000000 ( ) ( ) + 858.000000 ( ) ( ) + 864.000000 ( ) ( ) + 904.000000 ( ) ( ) + 918.000000 ( ) ( ) + 914.000000 ( ) ( ) + 920.000000 ( ) ( ) + 938.000000 ( ) ( ) + 940.000000 ( ) ( ) + 928.000000 ( ) ( ) + 938.000000 ( ) ( ) + 952.000000 ( ) ( ) + 960.000000 ( ) ( ) + 964.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1312.000000 ( nodraw ) ( ) + 1338.000000 ( nodraw ) ( nodraw ) + 1364.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( nodraw ) ( nodraw ) + 1400.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( nodraw ) ( nodraw ) + 1408.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1132.000000 ( nodraw ) ( nodraw ) + 1140.000000 ( nodraw ) ( nodraw ) + 1136.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1152.000000 ( nodraw ) ( nodraw ) + 1164.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1028.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1010.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1026.000000 ( nodraw ) ( nodraw ) + 1044.000000 ( ) ( nodraw ) + 1056.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 988.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 974.000000 ( ) ( ) + 968.000000 ( ) ( ) + 930.000000 ( ) ( ) + 922.000000 ( ) ( ) + 902.000000 ( ) ( ) + 862.000000 ( ) ( ) + 848.000000 ( ) ( ) + 856.000000 ( ) ( ) + 868.000000 ( ) ( ) + 864.000000 ( ) ( ) + 880.000000 ( ) ( ) + 878.000000 ( ) ( ) + 874.000000 ( ) ( ) + 862.000000 ( ) ( ) + 844.000000 ( ) ( ) + 812.000000 ( nodraw ) ( nodraw ) + 804.000000 ( nodraw ) ( nodraw ) + 800.000000 ( nodraw ) ( nodraw ) + 814.000000 ( nodraw ) ( nodraw ) + 828.000000 ( nodraw ) ( nodraw ) + 804.000000 ( nodraw ) ( nodraw ) + 832.000000 ( nodraw ) ( nodraw ) + 838.000000 ( ) ( nodraw ) + 888.000000 ( nodraw ) ( ) + 878.000000 ( ) ( nodraw ) + 908.000000 ( ) ( ) + 930.000000 ( ) ( ) + 936.000000 ( ) ( ) + 928.000000 ( ) ( ) + 948.000000 ( ) ( ) + 946.000000 ( ) ( ) + 944.000000 ( ) ( ) + 952.000000 ( ) ( ) + 950.000000 ( ) ( ) + 978.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1326.000000 ( nodraw ) ( nodraw ) + 1338.000000 ( nodraw ) ( nodraw ) + 1362.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( nodraw ) ( nodraw ) + 1374.000000 ( nodraw ) ( nodraw ) + 1386.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1146.000000 ( nodraw ) ( nodraw ) + 1132.000000 ( nodraw ) ( nodraw ) + 1150.000000 ( nodraw ) ( nodraw ) + 1168.000000 ( nodraw ) ( nodraw ) + 1172.000000 ( nodraw ) ( nodraw ) + 1174.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1206.000000 ( nodraw ) ( nodraw ) + 1214.000000 ( nodraw ) ( nodraw ) + 1214.000000 ( ) ( nodraw ) + 1238.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1032.000000 ( nodraw ) ( ) + 1014.000000 ( nodraw ) ( nodraw ) + 1000.000000 ( nodraw ) ( nodraw ) + 1010.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( nodraw ) ( nodraw ) + 1036.000000 ( nodraw ) ( ) + 1048.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 998.000000 ( ) ( ) + 978.000000 ( ) ( ) + 962.000000 ( ) ( ) + 946.000000 ( ) ( ) + 926.000000 ( ) ( ) + 904.000000 ( ) ( ) + 886.000000 ( ) ( ) + 874.000000 ( ) ( ) + 864.000000 ( ) ( ) + 856.000000 ( ) ( ) + 872.000000 ( ) ( ) + 872.000000 ( ) ( ) + 886.000000 ( ) ( ) + 854.000000 ( ) ( ) + 874.000000 ( ) ( ) + 830.000000 ( ) ( ) + 812.000000 ( ) ( ) + 812.000000 ( nodraw ) ( ) + 802.000000 ( nodraw ) ( nodraw ) + 808.000000 ( nodraw ) ( nodraw ) + 798.000000 ( nodraw ) ( nodraw ) + 814.000000 ( nodraw ) ( nodraw ) + 848.000000 ( nodraw ) ( nodraw ) + 834.000000 ( nodraw ) ( nodraw ) + 872.000000 ( nodraw ) ( nodraw ) + 884.000000 ( ) ( nodraw ) + 908.000000 ( ) ( ) + 922.000000 ( ) ( ) + 950.000000 ( ) ( ) + 956.000000 ( ) ( ) + 944.000000 ( ) ( ) + 942.000000 ( ) ( ) + 950.000000 ( ) ( ) + 964.000000 ( ) ( ) + 954.000000 ( ) ( ) + 976.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1314.000000 ( nodraw ) ( nodraw ) + 1344.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( nodraw ) ( nodraw ) + 1362.000000 ( nodraw ) ( nodraw ) + 1368.000000 ( nodraw ) ( nodraw ) + 1370.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1150.000000 ( nodraw ) ( nodraw ) + 1156.000000 ( nodraw ) ( nodraw ) + 1164.000000 ( nodraw ) ( nodraw ) + 1194.000000 ( nodraw ) ( nodraw ) + 1196.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1230.000000 ( nodraw ) ( nodraw ) + 1230.000000 ( nodraw ) ( nodraw ) + 1246.000000 ( nodraw ) ( nodraw ) + 1222.000000 ( nodraw ) ( nodraw ) + 1234.000000 ( ) ( nodraw ) + 1244.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1008.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 992.000000 ( nodraw ) ( nodraw ) + 1048.000000 ( nodraw ) ( nodraw ) + 1068.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 972.000000 ( ) ( ) + 978.000000 ( ) ( ) + 960.000000 ( ) ( ) + 934.000000 ( ) ( ) + 924.000000 ( ) ( ) + 912.000000 ( ) ( ) + 898.000000 ( ) ( ) + 878.000000 ( ) ( ) + 874.000000 ( ) ( ) + 862.000000 ( ) ( ) + 868.000000 ( ) ( ) + 872.000000 ( ) ( ) + 854.000000 ( ) ( ) + 836.000000 ( ) ( ) + 844.000000 ( ) ( ) + 840.000000 ( ) ( ) + 830.000000 ( ) ( ) + 836.000000 ( ) ( ) + 818.000000 ( ) ( ) + 824.000000 ( ) ( ) + 848.000000 ( nodraw ) ( nodraw ) + 868.000000 ( nodraw ) ( nodraw ) + 854.000000 ( nodraw ) ( nodraw ) + 878.000000 ( nodraw ) ( nodraw ) + 898.000000 ( nodraw ) ( nodraw ) + 908.000000 ( nodraw ) ( nodraw ) + 908.000000 ( nodraw ) ( nodraw ) + 922.000000 ( ) ( ) + 946.000000 ( ) ( ) + 952.000000 ( ) ( ) + 960.000000 ( ) ( ) + 948.000000 ( ) ( ) + 968.000000 ( ) ( ) + 968.000000 ( ) ( ) + 966.000000 ( ) ( ) + 982.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1330.000000 ( nodraw ) ( nodraw ) + 1332.000000 ( nodraw ) ( nodraw ) + 1332.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( nodraw ) ( nodraw ) + 1368.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1166.000000 ( nodraw ) ( nodraw ) + 1172.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( nodraw ) ( nodraw ) + 1200.000000 ( nodraw ) ( nodraw ) + 1210.000000 ( nodraw ) ( nodraw ) + 1222.000000 ( nodraw ) ( nodraw ) + 1234.000000 ( nodraw ) ( nodraw ) + 1262.000000 ( nodraw ) ( nodraw ) + 1246.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1260.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( ) ( nodraw ) + 1256.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1038.000000 ( nodraw ) ( nodraw ) + 1036.000000 ( nodraw ) ( nodraw ) + 1036.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1056.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 998.000000 ( ) ( ) + 986.000000 ( ) ( ) + 976.000000 ( ) ( ) + 972.000000 ( ) ( ) + 970.000000 ( ) ( ) + 944.000000 ( ) ( ) + 936.000000 ( ) ( ) + 914.000000 ( ) ( ) + 888.000000 ( ) ( ) + 880.000000 ( ) ( ) + 860.000000 ( ) ( ) + 842.000000 ( ) ( ) + 840.000000 ( ) ( ) + 824.000000 ( ) ( ) + 838.000000 ( ) ( ) + 844.000000 ( ) ( ) + 842.000000 ( ) ( ) + 856.000000 ( ) ( ) + 872.000000 ( ) ( ) + 870.000000 ( ) ( ) + 854.000000 ( ) ( ) + 878.000000 ( ) ( ) + 878.000000 ( ) ( ) + 868.000000 ( nodraw ) ( nodraw ) + 898.000000 ( nodraw ) ( nodraw ) + 898.000000 ( nodraw ) ( nodraw ) + 888.000000 ( nodraw ) ( nodraw ) + 898.000000 ( ) ( nodraw ) + 932.000000 ( ) ( ) + 942.000000 ( ) ( ) + 944.000000 ( ) ( ) + 958.000000 ( ) ( ) + 972.000000 ( ) ( ) + 970.000000 ( ) ( ) + 968.000000 ( ) ( ) + 978.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1302.000000 ( nodraw ) ( nodraw ) + 1314.000000 ( nodraw ) ( nodraw ) + 1338.000000 ( nodraw ) ( nodraw ) + 1344.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1612.000000 ( nodraw ) ( nodraw ) + 1616.000000 ( nodraw ) ( nodraw ) + 1644.000000 ( nodraw ) ( nodraw ) + 1644.000000 ( nodraw ) ( nodraw ) + 1660.000000 ( nodraw ) ( nodraw ) + 1662.000000 ( nodraw ) ( nodraw ) + 1666.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1670.000000 ( nodraw ) ( nodraw ) + 1680.000000 ( nodraw ) ( nodraw ) + 1680.000000 ( nodraw ) ( nodraw ) + 1662.000000 ( nodraw ) ( nodraw ) + 1672.000000 ( nodraw ) ( nodraw ) + 1664.000000 ( nodraw ) ( nodraw ) + 1676.000000 ( nodraw ) ( nodraw ) + 1660.000000 ( nodraw ) ( nodraw ) + 1654.000000 ( nodraw ) ( nodraw ) + 1660.000000 ( nodraw ) ( nodraw ) + 1648.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1758.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( nodraw ) ( nodraw ) + 1778.000000 ( nodraw ) ( nodraw ) + 1788.000000 ( nodraw ) ( nodraw ) + 1818.000000 ( nodraw ) ( nodraw ) + 1838.000000 ( nodraw ) ( nodraw ) + 1848.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1288.000000 ( nodraw ) ( nodraw ) + 1278.000000 ( nodraw ) ( nodraw ) + 1290.000000 ( nodraw ) ( nodraw ) + 1296.000000 ( nodraw ) ( nodraw ) + 1288.000000 ( nodraw ) ( nodraw ) + 1290.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1040.000000 ( nodraw ) ( ) + 1040.000000 ( nodraw ) ( nodraw ) + 1032.000000 ( nodraw ) ( nodraw ) + 1050.000000 ( nodraw ) ( nodraw ) + 1074.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 988.000000 ( ) ( ) + 984.000000 ( ) ( ) + 982.000000 ( ) ( ) + 974.000000 ( ) ( ) + 974.000000 ( ) ( ) + 952.000000 ( ) ( ) + 944.000000 ( ) ( ) + 922.000000 ( ) ( ) + 902.000000 ( ) ( ) + 882.000000 ( ) ( ) + 854.000000 ( ) ( ) + 844.000000 ( ) ( ) + 828.000000 ( ) ( ) + 832.000000 ( ) ( ) + 834.000000 ( ) ( ) + 830.000000 ( ) ( ) + 850.000000 ( ) ( ) + 854.000000 ( ) ( ) + 874.000000 ( ) ( ) + 870.000000 ( ) ( ) + 884.000000 ( ) ( ) + 888.000000 ( ) ( ) + 892.000000 ( ) ( ) + 898.000000 ( nodraw ) ( ) + 900.000000 ( nodraw ) ( nodraw ) + 894.000000 ( nodraw ) ( nodraw ) + 900.000000 ( nodraw ) ( nodraw ) + 916.000000 ( nodraw ) ( nodraw ) + 928.000000 ( ) ( ) + 936.000000 ( ) ( ) + 946.000000 ( ) ( ) + 958.000000 ( ) ( ) + 970.000000 ( ) ( ) + 992.000000 ( ) ( ) + 970.000000 ( ) ( ) + 980.000000 ( ) ( ) + 974.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1334.000000 ( nodraw ) ( nodraw ) + 1352.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( nodraw ) ( nodraw ) + 1402.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( nodraw ) ( nodraw ) + 1494.000000 ( nodraw ) ( nodraw ) + 1508.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1634.000000 ( nodraw ) ( nodraw ) + 1650.000000 ( nodraw ) ( nodraw ) + 1652.000000 ( nodraw ) ( nodraw ) + 1654.000000 ( nodraw ) ( nodraw ) + 1674.000000 ( nodraw ) ( nodraw ) + 1684.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1676.000000 ( nodraw ) ( nodraw ) + 1672.000000 ( nodraw ) ( nodraw ) + 1660.000000 ( nodraw ) ( nodraw ) + 1680.000000 ( nodraw ) ( nodraw ) + 1672.000000 ( nodraw ) ( nodraw ) + 1664.000000 ( nodraw ) ( nodraw ) + 1666.000000 ( nodraw ) ( nodraw ) + 1672.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1748.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( nodraw ) ( nodraw ) + 1778.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1808.000000 ( nodraw ) ( nodraw ) + 1828.000000 ( ) ( nodraw ) + 1848.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1888.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1300.000000 ( nodraw ) ( nodraw ) + 1310.000000 ( nodraw ) ( nodraw ) + 1326.000000 ( nodraw ) ( nodraw ) + 1302.000000 ( nodraw ) ( nodraw ) + 1314.000000 ( nodraw ) ( nodraw ) + 1294.000000 ( nodraw ) ( nodraw ) + 1290.000000 ( nodraw ) ( nodraw ) + 1284.000000 ( nodraw ) ( nodraw ) + 1266.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1062.000000 ( nodraw ) ( ) + 1052.000000 ( nodraw ) ( nodraw ) + 1046.000000 ( nodraw ) ( nodraw ) + 1062.000000 ( nodraw ) ( nodraw ) + 1080.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 996.000000 ( ) ( ) + 986.000000 ( ) ( ) + 980.000000 ( ) ( ) + 980.000000 ( ) ( ) + 978.000000 ( ) ( ) + 974.000000 ( ) ( ) + 976.000000 ( ) ( ) + 958.000000 ( ) ( ) + 952.000000 ( ) ( ) + 918.000000 ( ) ( ) + 898.000000 ( ) ( ) + 870.000000 ( ) ( ) + 872.000000 ( ) ( ) + 836.000000 ( ) ( ) + 814.000000 ( ) ( ) + 838.000000 ( ) ( ) + 860.000000 ( ) ( ) + 870.000000 ( ) ( ) + 882.000000 ( ) ( ) + 880.000000 ( ) ( ) + 896.000000 ( ) ( ) + 906.000000 ( ) ( ) + 918.000000 ( ) ( ) + 918.000000 ( ) ( ) + 914.000000 ( ) ( ) + 910.000000 ( ) ( ) + 910.000000 ( nodraw ) ( nodraw ) + 912.000000 ( nodraw ) ( nodraw ) + 916.000000 ( nodraw ) ( nodraw ) + 932.000000 ( ) ( ) + 942.000000 ( ) ( ) + 956.000000 ( ) ( ) + 950.000000 ( ) ( ) + 968.000000 ( ) ( ) + 980.000000 ( ) ( ) + 988.000000 ( ) ( ) + 968.000000 ( ) ( ) + 982.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1340.000000 ( nodraw ) ( nodraw ) + 1388.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1436.000000 ( nodraw ) ( nodraw ) + 1454.000000 ( nodraw ) ( nodraw ) + 1474.000000 ( nodraw ) ( nodraw ) + 1494.000000 ( nodraw ) ( nodraw ) + 1522.000000 ( nodraw ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1656.000000 ( nodraw ) ( nodraw ) + 1666.000000 ( nodraw ) ( nodraw ) + 1670.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1696.000000 ( nodraw ) ( nodraw ) + 1712.000000 ( nodraw ) ( nodraw ) + 1700.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1706.000000 ( nodraw ) ( nodraw ) + 1702.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1684.000000 ( nodraw ) ( nodraw ) + 1690.000000 ( nodraw ) ( nodraw ) + 1680.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1670.000000 ( nodraw ) ( nodraw ) + 1674.000000 ( nodraw ) ( nodraw ) + 1680.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( ) ( nodraw ) + 1698.000000 ( nodraw ) ( ) + 1698.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( ) ( nodraw ) + 1738.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1918.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1330.000000 ( nodraw ) ( nodraw ) + 1342.000000 ( nodraw ) ( nodraw ) + 1338.000000 ( nodraw ) ( nodraw ) + 1338.000000 ( nodraw ) ( nodraw ) + 1326.000000 ( nodraw ) ( nodraw ) + 1322.000000 ( nodraw ) ( nodraw ) + 1306.000000 ( nodraw ) ( nodraw ) + 1298.000000 ( nodraw ) ( nodraw ) + 1260.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( nodraw ) ( nodraw ) + 1250.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1064.000000 ( nodraw ) ( ) + 1050.000000 ( nodraw ) ( nodraw ) + 1040.000000 ( nodraw ) ( nodraw ) + 1080.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 994.000000 ( ) ( ) + 978.000000 ( ) ( ) + 992.000000 ( ) ( ) + 986.000000 ( ) ( ) + 994.000000 ( ) ( ) + 986.000000 ( ) ( ) + 988.000000 ( ) ( ) + 988.000000 ( ) ( ) + 962.000000 ( ) ( ) + 950.000000 ( ) ( ) + 930.000000 ( ) ( ) + 922.000000 ( ) ( ) + 888.000000 ( ) ( ) + 858.000000 ( ) ( ) + 898.000000 ( ) ( ) + 880.000000 ( ) ( ) + 898.000000 ( ) ( ) + 884.000000 ( ) ( ) + 902.000000 ( ) ( ) + 896.000000 ( ) ( ) + 914.000000 ( ) ( ) + 918.000000 ( ) ( ) + 936.000000 ( ) ( ) + 936.000000 ( ) ( ) + 936.000000 ( ) ( ) + 922.000000 ( ) ( ) + 922.000000 ( ) ( ) + 922.000000 ( ) ( ) + 912.000000 ( nodraw ) ( nodraw ) + 938.000000 ( ) ( ) + 950.000000 ( ) ( ) + 952.000000 ( ) ( ) + 970.000000 ( ) ( ) + 976.000000 ( ) ( ) + 968.000000 ( ) ( ) + 992.000000 ( ) ( ) + 992.000000 ( ) ( ) + 984.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1332.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( nodraw ) ( nodraw ) + 1422.000000 ( nodraw ) ( nodraw ) + 1448.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1494.000000 ( nodraw ) ( nodraw ) + 1496.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1660.000000 ( nodraw ) ( nodraw ) + 1670.000000 ( nodraw ) ( nodraw ) + 1674.000000 ( nodraw ) ( nodraw ) + 1694.000000 ( nodraw ) ( nodraw ) + 1722.000000 ( nodraw ) ( nodraw ) + 1720.000000 ( nodraw ) ( nodraw ) + 1726.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1724.000000 ( nodraw ) ( nodraw ) + 1720.000000 ( nodraw ) ( nodraw ) + 1714.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1690.000000 ( nodraw ) ( nodraw ) + 1704.000000 ( nodraw ) ( nodraw ) + 1690.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1674.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1672.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( ) ( nodraw ) + 1688.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1938.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1354.000000 ( nodraw ) ( nodraw ) + 1360.000000 ( nodraw ) ( nodraw ) + 1354.000000 ( nodraw ) ( nodraw ) + 1350.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1328.000000 ( nodraw ) ( nodraw ) + 1310.000000 ( nodraw ) ( nodraw ) + 1312.000000 ( nodraw ) ( nodraw ) + 1286.000000 ( nodraw ) ( nodraw ) + 1270.000000 ( nodraw ) ( nodraw ) + 1254.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1202.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1052.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 994.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 992.000000 ( ) ( ) + 956.000000 ( ) ( ) + 940.000000 ( ) ( ) + 942.000000 ( ) ( ) + 934.000000 ( ) ( ) + 922.000000 ( ) ( ) + 910.000000 ( ) ( ) + 906.000000 ( ) ( ) + 908.000000 ( ) ( ) + 906.000000 ( ) ( ) + 924.000000 ( ) ( ) + 950.000000 ( ) ( ) + 944.000000 ( ) ( ) + 942.000000 ( ) ( ) + 942.000000 ( ) ( ) + 938.000000 ( ) ( ) + 938.000000 ( ) ( ) + 936.000000 ( ) ( ) + 936.000000 ( nodraw ) ( nodraw ) + 940.000000 ( nodraw ) ( nodraw ) + 946.000000 ( nodraw ) ( nodraw ) + 952.000000 ( ) ( ) + 966.000000 ( ) ( ) + 984.000000 ( ) ( ) + 986.000000 ( ) ( ) + 998.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1326.000000 ( nodraw ) ( nodraw ) + 1374.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( nodraw ) ( nodraw ) + 1440.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( nodraw ) ( nodraw ) + 1448.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1680.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1692.000000 ( nodraw ) ( nodraw ) + 1724.000000 ( nodraw ) ( nodraw ) + 1748.000000 ( nodraw ) ( nodraw ) + 1746.000000 ( nodraw ) ( nodraw ) + 1750.000000 ( nodraw ) ( nodraw ) + 1750.000000 ( nodraw ) ( nodraw ) + 1740.000000 ( nodraw ) ( nodraw ) + 1736.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1710.000000 ( nodraw ) ( nodraw ) + 1702.000000 ( nodraw ) ( nodraw ) + 1692.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1694.000000 ( nodraw ) ( nodraw ) + 1672.000000 ( nodraw ) ( nodraw ) + 1684.000000 ( nodraw ) ( nodraw ) + 1680.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( ) ( nodraw ) + 1698.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1928.000000 ( nodraw ) ( ) + 1928.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1378.000000 ( nodraw ) ( nodraw ) + 1390.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1340.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1320.000000 ( nodraw ) ( nodraw ) + 1310.000000 ( nodraw ) ( nodraw ) + 1290.000000 ( nodraw ) ( nodraw ) + 1274.000000 ( ) ( nodraw ) + 1250.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1066.000000 ( ) ( nodraw ) + 1026.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1048.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 996.000000 ( ) ( ) + 984.000000 ( ) ( ) + 962.000000 ( ) ( ) + 980.000000 ( ) ( ) + 934.000000 ( ) ( ) + 944.000000 ( ) ( ) + 934.000000 ( ) ( ) + 986.000000 ( ) ( ) + 942.000000 ( ) ( ) + 948.000000 ( ) ( ) + 950.000000 ( ) ( ) + 968.000000 ( ) ( ) + 954.000000 ( ) ( ) + 948.000000 ( ) ( ) + 940.000000 ( ) ( ) + 934.000000 ( nodraw ) ( nodraw ) + 930.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 952.000000 ( ) ( ) + 976.000000 ( ) ( ) + 978.000000 ( ) ( ) + 992.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1352.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( nodraw ) ( nodraw ) + 1376.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1436.000000 ( nodraw ) ( nodraw ) + 1408.000000 ( nodraw ) ( nodraw ) + 1464.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1698.000000 ( nodraw ) ( nodraw ) + 1714.000000 ( nodraw ) ( nodraw ) + 1720.000000 ( nodraw ) ( nodraw ) + 1746.000000 ( nodraw ) ( nodraw ) + 1770.000000 ( nodraw ) ( nodraw ) + 1778.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( nodraw ) ( nodraw ) + 1774.000000 ( nodraw ) ( nodraw ) + 1752.000000 ( nodraw ) ( nodraw ) + 1752.000000 ( nodraw ) ( nodraw ) + 1752.000000 ( nodraw ) ( nodraw ) + 1730.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1710.000000 ( nodraw ) ( nodraw ) + 1692.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1690.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1928.000000 ( nodraw ) ( ) + 1908.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1370.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1386.000000 ( nodraw ) ( nodraw ) + 1380.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1376.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1344.000000 ( nodraw ) ( nodraw ) + 1324.000000 ( nodraw ) ( nodraw ) + 1304.000000 ( nodraw ) ( nodraw ) + 1286.000000 ( nodraw ) ( nodraw ) + 1264.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 994.000000 ( ) ( ) + 984.000000 ( ) ( ) + 972.000000 ( ) ( ) + 982.000000 ( ) ( ) + 950.000000 ( ) ( ) + 928.000000 ( ) ( ) + 946.000000 ( ) ( ) + 952.000000 ( ) ( ) + 964.000000 ( ) ( ) + 958.000000 ( ) ( ) + 950.000000 ( ) ( ) + 942.000000 ( nodraw ) ( nodraw ) + 928.000000 ( nodraw ) ( nodraw ) + 948.000000 ( nodraw ) ( nodraw ) + 958.000000 ( ) ( nodraw ) + 968.000000 ( ) ( ) + 988.000000 ( ) ( ) + 986.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1060.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1278.000000 ( nodraw ) ( nodraw ) + 1338.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1458.000000 ( nodraw ) ( nodraw ) + 1454.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1746.000000 ( nodraw ) ( nodraw ) + 1748.000000 ( nodraw ) ( nodraw ) + 1764.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( nodraw ) ( nodraw ) + 1794.000000 ( nodraw ) ( nodraw ) + 1808.000000 ( nodraw ) ( nodraw ) + 1816.000000 ( nodraw ) ( nodraw ) + 1800.000000 ( nodraw ) ( nodraw ) + 1794.000000 ( nodraw ) ( nodraw ) + 1792.000000 ( nodraw ) ( nodraw ) + 1778.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( nodraw ) ( nodraw ) + 1752.000000 ( nodraw ) ( nodraw ) + 1740.000000 ( nodraw ) ( nodraw ) + 1726.000000 ( nodraw ) ( nodraw ) + 1726.000000 ( nodraw ) ( nodraw ) + 1704.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1684.000000 ( nodraw ) ( nodraw ) + 1694.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1908.000000 ( nodraw ) ( ) + 1898.000000 ( nodraw ) ( nodraw ) + 1868.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1388.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( nodraw ) ( nodraw ) + 1400.000000 ( nodraw ) ( nodraw ) + 1382.000000 ( nodraw ) ( nodraw ) + 1380.000000 ( nodraw ) ( nodraw ) + 1366.000000 ( nodraw ) ( nodraw ) + 1364.000000 ( nodraw ) ( nodraw ) + 1342.000000 ( nodraw ) ( nodraw ) + 1340.000000 ( nodraw ) ( nodraw ) + 1322.000000 ( nodraw ) ( nodraw ) + 1302.000000 ( nodraw ) ( nodraw ) + 1288.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 962.000000 ( ) ( ) + 970.000000 ( ) ( ) + 940.000000 ( ) ( ) + 964.000000 ( ) ( ) + 960.000000 ( ) ( ) + 980.000000 ( ) ( ) + 960.000000 ( ) ( ) + 954.000000 ( nodraw ) ( ) + 936.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 938.000000 ( nodraw ) ( nodraw ) + 938.000000 ( ) ( nodraw ) + 978.000000 ( ) ( ) + 982.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1244.000000 ( nodraw ) ( nodraw ) + 1318.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( nodraw ) ( nodraw ) + 1430.000000 ( nodraw ) ( nodraw ) + 1456.000000 ( nodraw ) ( nodraw ) + 1482.000000 ( nodraw ) ( nodraw ) + 1504.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1788.000000 ( nodraw ) ( nodraw ) + 1796.000000 ( nodraw ) ( nodraw ) + 1816.000000 ( nodraw ) ( nodraw ) + 1832.000000 ( nodraw ) ( nodraw ) + 1840.000000 ( nodraw ) ( nodraw ) + 1850.000000 ( nodraw ) ( nodraw ) + 1832.000000 ( nodraw ) ( nodraw ) + 1836.000000 ( nodraw ) ( nodraw ) + 1816.000000 ( nodraw ) ( nodraw ) + 1820.000000 ( nodraw ) ( nodraw ) + 1794.000000 ( nodraw ) ( nodraw ) + 1790.000000 ( nodraw ) ( nodraw ) + 1786.000000 ( nodraw ) ( nodraw ) + 1770.000000 ( nodraw ) ( nodraw ) + 1754.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1702.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1700.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1868.000000 ( nodraw ) ( ) + 1858.000000 ( ) ( ) + 2.000000 ( ) ( ) + 6.000000 ( ) ( ) + 2.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1388.000000 ( nodraw ) ( nodraw ) + 1402.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( nodraw ) ( nodraw ) + 1382.000000 ( nodraw ) ( nodraw ) + 1368.000000 ( nodraw ) ( nodraw ) + 1376.000000 ( nodraw ) ( nodraw ) + 1350.000000 ( nodraw ) ( nodraw ) + 1346.000000 ( nodraw ) ( nodraw ) + 1328.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( nodraw ) ( nodraw ) + 1302.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 982.000000 ( ) ( ) + 970.000000 ( ) ( ) + 960.000000 ( ) ( ) + 974.000000 ( ) ( ) + 980.000000 ( ) ( ) + 978.000000 ( ) ( ) + 970.000000 ( ) ( ) + 954.000000 ( ) ( ) + 936.000000 ( ) ( ) + 926.000000 ( ) ( ) + 934.000000 ( ) ( ) + 956.000000 ( ) ( ) + 974.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1240.000000 ( nodraw ) ( nodraw ) + 1312.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1464.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1510.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1846.000000 ( nodraw ) ( nodraw ) + 1852.000000 ( nodraw ) ( nodraw ) + 1860.000000 ( nodraw ) ( nodraw ) + 1876.000000 ( nodraw ) ( nodraw ) + 1884.000000 ( nodraw ) ( nodraw ) + 1882.000000 ( nodraw ) ( nodraw ) + 1870.000000 ( nodraw ) ( nodraw ) + 1870.000000 ( nodraw ) ( nodraw ) + 1872.000000 ( nodraw ) ( nodraw ) + 1842.000000 ( nodraw ) ( nodraw ) + 1824.000000 ( nodraw ) ( nodraw ) + 1816.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1790.000000 ( nodraw ) ( nodraw ) + 1762.000000 ( nodraw ) ( nodraw ) + 1756.000000 ( nodraw ) ( nodraw ) + 1742.000000 ( nodraw ) ( nodraw ) + 1734.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1712.000000 ( nodraw ) ( nodraw ) + 1714.000000 ( nodraw ) ( nodraw ) + 1716.000000 ( ) ( nodraw ) + 1726.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1744.000000 ( nodraw ) ( ) + 1734.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1638.000000 ( nodraw ) ( nodraw ) + 1628.000000 ( nodraw ) ( nodraw ) + 1620.000000 ( nodraw ) ( nodraw ) + 1614.000000 ( nodraw ) ( nodraw ) + 1592.000000 ( nodraw ) ( nodraw ) + 1602.000000 ( nodraw ) ( nodraw ) + 1596.000000 ( nodraw ) ( nodraw ) + 1598.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( nodraw ) ( nodraw ) + 1590.000000 ( nodraw ) ( nodraw ) + 1552.000000 ( nodraw ) ( nodraw ) + 1540.000000 ( nodraw ) ( nodraw ) + 1516.000000 ( nodraw ) ( nodraw ) + 1486.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1430.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1416.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( nodraw ) ( nodraw ) + 1400.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1374.000000 ( nodraw ) ( nodraw ) + 1370.000000 ( nodraw ) ( nodraw ) + 1342.000000 ( nodraw ) ( nodraw ) + 1332.000000 ( nodraw ) ( nodraw ) + 1320.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1202.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 992.000000 ( ) ( ) + 988.000000 ( ) ( ) + 980.000000 ( ) ( ) + 980.000000 ( ) ( ) + 972.000000 ( ) ( ) + 982.000000 ( ) ( ) + 962.000000 ( ) ( ) + 982.000000 ( ) ( ) + 990.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1218.000000 ( nodraw ) ( ) + 1250.000000 ( nodraw ) ( nodraw ) + 1318.000000 ( nodraw ) ( nodraw ) + 1366.000000 ( nodraw ) ( nodraw ) + 1426.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( nodraw ) ( nodraw ) + 1510.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1882.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1914.000000 ( nodraw ) ( nodraw ) + 1910.000000 ( nodraw ) ( nodraw ) + 1920.000000 ( nodraw ) ( nodraw ) + 1922.000000 ( nodraw ) ( nodraw ) + 1910.000000 ( nodraw ) ( nodraw ) + 1906.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1882.000000 ( nodraw ) ( nodraw ) + 1868.000000 ( nodraw ) ( nodraw ) + 1852.000000 ( nodraw ) ( nodraw ) + 1830.000000 ( nodraw ) ( nodraw ) + 1820.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1780.000000 ( nodraw ) ( nodraw ) + 1742.000000 ( nodraw ) ( nodraw ) + 1746.000000 ( nodraw ) ( nodraw ) + 1726.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1712.000000 ( nodraw ) ( nodraw ) + 1726.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1648.000000 ( nodraw ) ( nodraw ) + 1648.000000 ( nodraw ) ( nodraw ) + 1638.000000 ( nodraw ) ( nodraw ) + 1632.000000 ( ) ( nodraw ) + 1630.000000 ( nodraw ) ( nodraw ) + 1632.000000 ( nodraw ) ( nodraw ) + 1626.000000 ( nodraw ) ( nodraw ) + 1620.000000 ( nodraw ) ( nodraw ) + 1640.000000 ( nodraw ) ( nodraw ) + 1624.000000 ( nodraw ) ( nodraw ) + 1614.000000 ( nodraw ) ( nodraw ) + 1596.000000 ( nodraw ) ( nodraw ) + 1566.000000 ( nodraw ) ( nodraw ) + 1536.000000 ( nodraw ) ( nodraw ) + 1506.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( nodraw ) ( nodraw ) + 1464.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1448.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1424.000000 ( nodraw ) ( nodraw ) + 1426.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1402.000000 ( nodraw ) ( nodraw ) + 1386.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1374.000000 ( nodraw ) ( nodraw ) + 1354.000000 ( nodraw ) ( nodraw ) + 1340.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1308.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 994.000000 ( ) ( ) + 988.000000 ( ) ( ) + 994.000000 ( ) ( ) + 992.000000 ( ) ( ) + 980.000000 ( ) ( ) + 974.000000 ( ) ( ) + 964.000000 ( nodraw ) ( nodraw ) + 964.000000 ( nodraw ) ( nodraw ) + 980.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 996.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1206.000000 ( nodraw ) ( nodraw ) + 1262.000000 ( nodraw ) ( nodraw ) + 1320.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1476.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1528.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1910.000000 ( nodraw ) ( nodraw ) + 1926.000000 ( nodraw ) ( nodraw ) + 1930.000000 ( nodraw ) ( nodraw ) + 1942.000000 ( nodraw ) ( nodraw ) + 1946.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1896.000000 ( nodraw ) ( ) + 1880.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( nodraw ) ( nodraw ) + 1838.000000 ( nodraw ) ( nodraw ) + 1824.000000 ( nodraw ) ( nodraw ) + 1802.000000 ( nodraw ) ( nodraw ) + 1762.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( nodraw ) ( nodraw ) + 1740.000000 ( nodraw ) ( nodraw ) + 1732.000000 ( nodraw ) ( nodraw ) + 1726.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1674.000000 ( nodraw ) ( ) + 1666.000000 ( nodraw ) ( nodraw ) + 1642.000000 ( nodraw ) ( nodraw ) + 1632.000000 ( nodraw ) ( nodraw ) + 1606.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( nodraw ) ( nodraw ) + 1554.000000 ( nodraw ) ( nodraw ) + 1538.000000 ( nodraw ) ( nodraw ) + 1514.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1464.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1440.000000 ( nodraw ) ( nodraw ) + 1436.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1408.000000 ( nodraw ) ( nodraw ) + 1398.000000 ( nodraw ) ( nodraw ) + 1398.000000 ( nodraw ) ( nodraw ) + 1370.000000 ( nodraw ) ( nodraw ) + 1342.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( nodraw ) ( nodraw ) + 1332.000000 ( nodraw ) ( nodraw ) + 1328.000000 ( nodraw ) ( nodraw ) + 1324.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1000.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 996.000000 ( ) ( ) + 982.000000 ( ) ( ) + 962.000000 ( nodraw ) ( nodraw ) + 976.000000 ( nodraw ) ( nodraw ) + 980.000000 ( ) ( ) + 992.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 992.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1192.000000 ( nodraw ) ( nodraw ) + 1254.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1484.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( nodraw ) ( nodraw ) + 1538.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1938.000000 ( nodraw ) ( nodraw ) + 1966.000000 ( nodraw ) ( nodraw ) + 1966.000000 ( nodraw ) ( nodraw ) + 1976.000000 ( nodraw ) ( nodraw ) + 1980.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1816.000000 ( nodraw ) ( ) + 1796.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1632.000000 ( nodraw ) ( ) + 1630.000000 ( nodraw ) ( nodraw ) + 1600.000000 ( nodraw ) ( nodraw ) + 1568.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( nodraw ) ( nodraw ) + 1528.000000 ( nodraw ) ( nodraw ) + 1506.000000 ( nodraw ) ( nodraw ) + 1464.000000 ( nodraw ) ( nodraw ) + 1448.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1434.000000 ( nodraw ) ( nodraw ) + 1440.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( nodraw ) ( nodraw ) + 1386.000000 ( nodraw ) ( nodraw ) + 1374.000000 ( nodraw ) ( nodraw ) + 1354.000000 ( nodraw ) ( nodraw ) + 1326.000000 ( nodraw ) ( nodraw ) + 1310.000000 ( nodraw ) ( nodraw ) + 1310.000000 ( ) ( nodraw ) + 1308.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1112.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 992.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 988.000000 ( ) ( ) + 968.000000 ( nodraw ) ( ) + 966.000000 ( nodraw ) ( nodraw ) + 966.000000 ( nodraw ) ( nodraw ) + 984.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 986.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1152.000000 ( nodraw ) ( ) + 1190.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1320.000000 ( nodraw ) ( nodraw ) + 1398.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( nodraw ) ( nodraw ) + 1538.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1970.000000 ( nodraw ) ( nodraw ) + 1984.000000 ( nodraw ) ( nodraw ) + 1986.000000 ( nodraw ) ( nodraw ) + 1996.000000 ( ) ( nodraw ) + 2012.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1628.000000 ( nodraw ) ( ) + 1624.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1592.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( nodraw ) ( nodraw ) + 1502.000000 ( nodraw ) ( nodraw ) + 1486.000000 ( nodraw ) ( nodraw ) + 1454.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1446.000000 ( nodraw ) ( nodraw ) + 1432.000000 ( nodraw ) ( nodraw ) + 1412.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( nodraw ) ( nodraw ) + 1412.000000 ( nodraw ) ( nodraw ) + 1388.000000 ( nodraw ) ( nodraw ) + 1366.000000 ( nodraw ) ( nodraw ) + 1344.000000 ( nodraw ) ( nodraw ) + 1328.000000 ( nodraw ) ( nodraw ) + 1312.000000 ( ) ( nodraw ) + 1290.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 988.000000 ( ) ( ) + 980.000000 ( nodraw ) ( nodraw ) + 964.000000 ( nodraw ) ( nodraw ) + 982.000000 ( ) ( nodraw ) + 994.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1126.000000 ( ) ( ) + 1156.000000 ( nodraw ) ( nodraw ) + 1174.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1312.000000 ( nodraw ) ( nodraw ) + 1404.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1492.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1974.000000 ( nodraw ) ( nodraw ) + 1992.000000 ( nodraw ) ( nodraw ) + 2014.000000 ( nodraw ) ( nodraw ) + 2034.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1620.000000 ( nodraw ) ( ) + 1602.000000 ( nodraw ) ( nodraw ) + 1602.000000 ( nodraw ) ( nodraw ) + 1592.000000 ( nodraw ) ( nodraw ) + 1570.000000 ( nodraw ) ( nodraw ) + 1534.000000 ( nodraw ) ( nodraw ) + 1508.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1436.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( nodraw ) ( nodraw ) + 1380.000000 ( nodraw ) ( nodraw ) + 1366.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( nodraw ) ( nodraw ) + 1304.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1068.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 986.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 996.000000 ( ) ( ) + 970.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 974.000000 ( nodraw ) ( nodraw ) + 976.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 994.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1108.000000 ( nodraw ) ( nodraw ) + 1132.000000 ( nodraw ) ( nodraw ) + 1206.000000 ( nodraw ) ( nodraw ) + 1306.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1512.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1998.000000 ( nodraw ) ( nodraw ) + 2022.000000 ( nodraw ) ( nodraw ) + 2026.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1610.000000 ( nodraw ) ( nodraw ) + 1586.000000 ( nodraw ) ( nodraw ) + 1564.000000 ( nodraw ) ( nodraw ) + 1534.000000 ( nodraw ) ( nodraw ) + 1532.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1432.000000 ( nodraw ) ( nodraw ) + 1426.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( nodraw ) ( nodraw ) + 1390.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( nodraw ) ( nodraw ) + 1372.000000 ( nodraw ) ( nodraw ) + 1356.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( nodraw ) ( nodraw ) + 1326.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 988.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 998.000000 ( ) ( ) + 986.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 972.000000 ( nodraw ) ( nodraw ) + 996.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1120.000000 ( nodraw ) ( nodraw ) + 1112.000000 ( nodraw ) ( nodraw ) + 1122.000000 ( nodraw ) ( nodraw ) + 1150.000000 ( nodraw ) ( nodraw ) + 1274.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( nodraw ) ( nodraw ) + 1456.000000 ( nodraw ) ( nodraw ) + 1492.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2014.000000 ( nodraw ) ( nodraw ) + 2050.000000 ( nodraw ) ( nodraw ) + 2046.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1626.000000 ( nodraw ) ( ) + 1602.000000 ( nodraw ) ( nodraw ) + 1586.000000 ( nodraw ) ( nodraw ) + 1568.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1430.000000 ( nodraw ) ( nodraw ) + 1420.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( nodraw ) ( nodraw ) + 1376.000000 ( nodraw ) ( nodraw ) + 1390.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1202.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 984.000000 ( ) ( ) + 1008.000000 ( ) ( ) + 1012.000000 ( ) ( ) + 992.000000 ( ) ( ) + 966.000000 ( nodraw ) ( nodraw ) + 964.000000 ( nodraw ) ( nodraw ) + 966.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1162.000000 ( nodraw ) ( nodraw ) + 1158.000000 ( nodraw ) ( nodraw ) + 1148.000000 ( nodraw ) ( nodraw ) + 1206.000000 ( nodraw ) ( nodraw ) + 1314.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( nodraw ) ( nodraw ) + 1462.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( nodraw ) ( nodraw ) + 1528.000000 ( nodraw ) ( nodraw ) + 1556.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1750.000000 ( nodraw ) ( nodraw ) + 1800.000000 ( nodraw ) ( nodraw ) + 1872.000000 ( nodraw ) ( nodraw ) + 1904.000000 ( nodraw ) ( nodraw ) + 1946.000000 ( nodraw ) ( nodraw ) + 1982.000000 ( nodraw ) ( nodraw ) + 2010.000000 ( nodraw ) ( nodraw ) + 2036.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1644.000000 ( nodraw ) ( ) + 1624.000000 ( nodraw ) ( nodraw ) + 1592.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( nodraw ) ( nodraw ) + 1534.000000 ( nodraw ) ( nodraw ) + 1520.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( nodraw ) ( nodraw ) + 1466.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1448.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( nodraw ) ( nodraw ) + 1446.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1432.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( nodraw ) ( nodraw ) + 1372.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1354.000000 ( nodraw ) ( nodraw ) + 1328.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1046.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1002.000000 ( ) ( ) + 974.000000 ( nodraw ) ( nodraw ) + 956.000000 ( nodraw ) ( nodraw ) + 978.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1162.000000 ( nodraw ) ( nodraw ) + 1170.000000 ( nodraw ) ( nodraw ) + 1186.000000 ( nodraw ) ( nodraw ) + 1240.000000 ( nodraw ) ( nodraw ) + 1348.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1456.000000 ( nodraw ) ( nodraw ) + 1496.000000 ( nodraw ) ( nodraw ) + 1526.000000 ( nodraw ) ( nodraw ) + 1564.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1768.000000 ( nodraw ) ( nodraw ) + 1830.000000 ( nodraw ) ( nodraw ) + 1896.000000 ( nodraw ) ( nodraw ) + 1922.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2024.000000 ( nodraw ) ( nodraw ) + 2044.000000 ( nodraw ) ( nodraw ) + 2066.000000 ( nodraw ) ( nodraw ) + 2092.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1616.000000 ( nodraw ) ( nodraw ) + 1590.000000 ( nodraw ) ( nodraw ) + 1552.000000 ( nodraw ) ( nodraw ) + 1520.000000 ( nodraw ) ( nodraw ) + 1510.000000 ( nodraw ) ( nodraw ) + 1480.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1458.000000 ( nodraw ) ( nodraw ) + 1446.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1412.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1420.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1382.000000 ( nodraw ) ( nodraw ) + 1376.000000 ( nodraw ) ( nodraw ) + 1370.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1238.000000 ( nodraw ) ( nodraw ) + 1236.000000 ( nodraw ) ( nodraw ) + 1220.000000 ( nodraw ) ( nodraw ) + 1206.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1216.000000 ( nodraw ) ( nodraw ) + 1224.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1192.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 1014.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1006.000000 ( ) ( ) + 976.000000 ( nodraw ) ( nodraw ) + 958.000000 ( nodraw ) ( nodraw ) + 988.000000 ( ) ( ) + 998.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1158.000000 ( nodraw ) ( nodraw ) + 1180.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( nodraw ) ( nodraw ) + 1430.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1504.000000 ( nodraw ) ( nodraw ) + 1512.000000 ( nodraw ) ( nodraw ) + 1562.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1774.000000 ( nodraw ) ( nodraw ) + 1838.000000 ( nodraw ) ( nodraw ) + 1912.000000 ( nodraw ) ( nodraw ) + 1936.000000 ( nodraw ) ( nodraw ) + 1976.000000 ( nodraw ) ( nodraw ) + 2030.000000 ( nodraw ) ( nodraw ) + 2046.000000 ( nodraw ) ( nodraw ) + 2076.000000 ( nodraw ) ( nodraw ) + 2090.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1634.000000 ( nodraw ) ( nodraw ) + 1604.000000 ( nodraw ) ( nodraw ) + 1556.000000 ( nodraw ) ( nodraw ) + 1520.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1448.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1432.000000 ( nodraw ) ( nodraw ) + 1446.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1420.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( nodraw ) ( nodraw ) + 1342.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1228.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1166.000000 ( nodraw ) ( nodraw ) + 1222.000000 ( nodraw ) ( nodraw ) + 1224.000000 ( nodraw ) ( nodraw ) + 1220.000000 ( nodraw ) ( nodraw ) + 1222.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1202.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1004.000000 ( ) ( ) + 982.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 978.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1164.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( nodraw ) ( nodraw ) + 1210.000000 ( nodraw ) ( nodraw ) + 1264.000000 ( nodraw ) ( nodraw ) + 1400.000000 ( nodraw ) ( nodraw ) + 1466.000000 ( nodraw ) ( nodraw ) + 1470.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( nodraw ) ( nodraw ) + 1526.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1792.000000 ( nodraw ) ( nodraw ) + 1856.000000 ( nodraw ) ( nodraw ) + 1914.000000 ( nodraw ) ( nodraw ) + 1960.000000 ( nodraw ) ( nodraw ) + 2012.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2076.000000 ( nodraw ) ( nodraw ) + 2114.000000 ( nodraw ) ( nodraw ) + 2128.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1624.000000 ( nodraw ) ( nodraw ) + 1588.000000 ( nodraw ) ( nodraw ) + 1552.000000 ( nodraw ) ( nodraw ) + 1530.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( nodraw ) ( nodraw ) + 1508.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1446.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1426.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( ) ( nodraw ) + 1350.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1248.000000 ( nodraw ) ( ) + 1214.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1194.000000 ( nodraw ) ( nodraw ) + 1184.000000 ( nodraw ) ( nodraw ) + 1202.000000 ( nodraw ) ( nodraw ) + 1220.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1190.000000 ( nodraw ) ( ) + 1204.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1020.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 986.000000 ( nodraw ) ( nodraw ) + 968.000000 ( nodraw ) ( nodraw ) + 988.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1180.000000 ( nodraw ) ( ) + 1216.000000 ( nodraw ) ( nodraw ) + 1238.000000 ( nodraw ) ( nodraw ) + 1288.000000 ( nodraw ) ( nodraw ) + 1416.000000 ( nodraw ) ( nodraw ) + 1482.000000 ( nodraw ) ( nodraw ) + 1470.000000 ( nodraw ) ( nodraw ) + 1502.000000 ( nodraw ) ( nodraw ) + 1530.000000 ( nodraw ) ( nodraw ) + 1562.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1790.000000 ( nodraw ) ( nodraw ) + 1842.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1968.000000 ( nodraw ) ( nodraw ) + 2014.000000 ( nodraw ) ( nodraw ) + 2062.000000 ( nodraw ) ( nodraw ) + 2090.000000 ( nodraw ) ( nodraw ) + 2122.000000 ( ) ( nodraw ) + 2168.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1518.000000 ( nodraw ) ( ) + 1506.000000 ( ) ( nodraw ) + 1510.000000 ( nodraw ) ( ) + 1496.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( ) ( nodraw ) + 1508.000000 ( nodraw ) ( ) + 1498.000000 ( ) ( nodraw ) + 1508.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1618.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1588.000000 ( nodraw ) ( nodraw ) + 1562.000000 ( nodraw ) ( nodraw ) + 1538.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1454.000000 ( nodraw ) ( nodraw ) + 1448.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( nodraw ) ( nodraw ) + 1436.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( ) ( nodraw ) + 1412.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1260.000000 ( nodraw ) ( nodraw ) + 1238.000000 ( nodraw ) ( nodraw ) + 1220.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1202.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( ) ( nodraw ) + 1214.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 988.000000 ( nodraw ) ( nodraw ) + 978.000000 ( nodraw ) ( nodraw ) + 988.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1250.000000 ( nodraw ) ( ) + 1272.000000 ( nodraw ) ( nodraw ) + 1314.000000 ( nodraw ) ( nodraw ) + 1412.000000 ( nodraw ) ( nodraw ) + 1472.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1534.000000 ( nodraw ) ( nodraw ) + 1568.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1782.000000 ( nodraw ) ( nodraw ) + 1844.000000 ( nodraw ) ( nodraw ) + 1920.000000 ( nodraw ) ( nodraw ) + 1970.000000 ( nodraw ) ( nodraw ) + 2020.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( nodraw ) ( nodraw ) + 2122.000000 ( ) ( nodraw ) + 2146.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1518.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1480.000000 ( nodraw ) ( nodraw ) + 1466.000000 ( nodraw ) ( nodraw ) + 1470.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1508.000000 ( ) ( nodraw ) + 1526.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1636.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( nodraw ) ( nodraw ) + 1590.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1462.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1432.000000 ( nodraw ) ( nodraw ) + 1436.000000 ( nodraw ) ( nodraw ) + 1426.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1304.000000 ( nodraw ) ( ) + 1284.000000 ( nodraw ) ( nodraw ) + 1260.000000 ( nodraw ) ( nodraw ) + 1230.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1192.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1010.000000 ( ) ( ) + 998.000000 ( nodraw ) ( nodraw ) + 982.000000 ( nodraw ) ( nodraw ) + 988.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1318.000000 ( nodraw ) ( ) + 1332.000000 ( nodraw ) ( nodraw ) + 1382.000000 ( nodraw ) ( nodraw ) + 1440.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1502.000000 ( nodraw ) ( nodraw ) + 1530.000000 ( nodraw ) ( nodraw ) + 1574.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1766.000000 ( nodraw ) ( nodraw ) + 1850.000000 ( nodraw ) ( nodraw ) + 1926.000000 ( nodraw ) ( nodraw ) + 1964.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2070.000000 ( nodraw ) ( nodraw ) + 2126.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1506.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1468.000000 ( nodraw ) ( nodraw ) + 1466.000000 ( nodraw ) ( nodraw ) + 1480.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1476.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1492.000000 ( nodraw ) ( nodraw ) + 1510.000000 ( ) ( nodraw ) + 1530.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1658.000000 ( nodraw ) ( ) + 1628.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1478.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( nodraw ) ( nodraw ) + 1458.000000 ( nodraw ) ( nodraw ) + 1436.000000 ( nodraw ) ( nodraw ) + 1440.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1298.000000 ( nodraw ) ( ) + 1288.000000 ( nodraw ) ( nodraw ) + 1262.000000 ( nodraw ) ( nodraw ) + 1254.000000 ( nodraw ) ( nodraw ) + 1246.000000 ( nodraw ) ( nodraw ) + 1230.000000 ( nodraw ) ( nodraw ) + 1226.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1016.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 998.000000 ( nodraw ) ( nodraw ) + 994.000000 ( nodraw ) ( nodraw ) + 996.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1040.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1080.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1360.000000 ( nodraw ) ( nodraw ) + 1386.000000 ( nodraw ) ( nodraw ) + 1404.000000 ( nodraw ) ( nodraw ) + 1454.000000 ( nodraw ) ( nodraw ) + 1492.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1776.000000 ( nodraw ) ( nodraw ) + 1844.000000 ( nodraw ) ( nodraw ) + 1932.000000 ( nodraw ) ( nodraw ) + 1970.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( nodraw ) ( nodraw ) + 2126.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1560.000000 ( nodraw ) ( ) + 1536.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( nodraw ) ( nodraw ) + 1508.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( ) ( nodraw ) + 1488.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1498.000000 ( nodraw ) ( ) + 1488.000000 ( nodraw ) ( nodraw ) + 1480.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1496.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1664.000000 ( nodraw ) ( ) + 1652.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1486.000000 ( nodraw ) ( nodraw ) + 1456.000000 ( nodraw ) ( nodraw ) + 1464.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1274.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1254.000000 ( nodraw ) ( nodraw ) + 1268.000000 ( ) ( nodraw ) + 1248.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1024.000000 ( ) ( ) + 998.000000 ( nodraw ) ( nodraw ) + 994.000000 ( nodraw ) ( nodraw ) + 1000.000000 ( ) ( ) + 1036.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1376.000000 ( nodraw ) ( nodraw ) + 1382.000000 ( nodraw ) ( nodraw ) + 1420.000000 ( nodraw ) ( nodraw ) + 1464.000000 ( nodraw ) ( nodraw ) + 1506.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( nodraw ) ( nodraw ) + 1584.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1774.000000 ( nodraw ) ( nodraw ) + 1848.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1952.000000 ( nodraw ) ( nodraw ) + 2034.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1546.000000 ( nodraw ) ( nodraw ) + 1540.000000 ( nodraw ) ( nodraw ) + 1538.000000 ( nodraw ) ( nodraw ) + 1528.000000 ( nodraw ) ( nodraw ) + 1528.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1488.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( nodraw ) ( nodraw ) + 1486.000000 ( nodraw ) ( nodraw ) + 1476.000000 ( nodraw ) ( nodraw ) + 1456.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1486.000000 ( nodraw ) ( nodraw ) + 1510.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1672.000000 ( nodraw ) ( ) + 1652.000000 ( nodraw ) ( nodraw ) + 1638.000000 ( nodraw ) ( nodraw ) + 1628.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1586.000000 ( nodraw ) ( nodraw ) + 1564.000000 ( nodraw ) ( nodraw ) + 1530.000000 ( nodraw ) ( nodraw ) + 1510.000000 ( nodraw ) ( nodraw ) + 1500.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1484.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1034.000000 ( ) ( ) + 1028.000000 ( ) ( ) + 1006.000000 ( nodraw ) ( nodraw ) + 1002.000000 ( nodraw ) ( nodraw ) + 986.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1044.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1392.000000 ( nodraw ) ( ) + 1388.000000 ( nodraw ) ( nodraw ) + 1408.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1504.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( nodraw ) ( nodraw ) + 1588.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1762.000000 ( nodraw ) ( nodraw ) + 1830.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1992.000000 ( nodraw ) ( nodraw ) + 2032.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1544.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( nodraw ) ( nodraw ) + 1536.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1486.000000 ( nodraw ) ( nodraw ) + 1470.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1462.000000 ( nodraw ) ( nodraw ) + 1496.000000 ( nodraw ) ( nodraw ) + 1508.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1672.000000 ( nodraw ) ( nodraw ) + 1648.000000 ( nodraw ) ( nodraw ) + 1628.000000 ( nodraw ) ( nodraw ) + 1616.000000 ( nodraw ) ( nodraw ) + 1602.000000 ( nodraw ) ( nodraw ) + 1586.000000 ( nodraw ) ( nodraw ) + 1560.000000 ( nodraw ) ( nodraw ) + 1536.000000 ( nodraw ) ( nodraw ) + 1516.000000 ( nodraw ) ( nodraw ) + 1516.000000 ( ) ( nodraw ) + 1512.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1052.000000 ( ) ( ) + 1032.000000 ( ) ( ) + 1016.000000 ( nodraw ) ( ) + 1002.000000 ( nodraw ) ( nodraw ) + 1004.000000 ( ) ( nodraw ) + 1010.000000 ( ) ( ) + 1022.000000 ( ) ( ) + 1050.000000 ( ) ( ) + 1088.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1422.000000 ( nodraw ) ( nodraw ) + 1426.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( nodraw ) ( nodraw ) + 1566.000000 ( nodraw ) ( nodraw ) + 1612.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1768.000000 ( nodraw ) ( nodraw ) + 1854.000000 ( nodraw ) ( nodraw ) + 1916.000000 ( nodraw ) ( nodraw ) + 1970.000000 ( nodraw ) ( nodraw ) + 2026.000000 ( nodraw ) ( nodraw ) + 2062.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1550.000000 ( nodraw ) ( nodraw ) + 1512.000000 ( nodraw ) ( nodraw ) + 1520.000000 ( nodraw ) ( nodraw ) + 1540.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1486.000000 ( nodraw ) ( ) + 1480.000000 ( nodraw ) ( nodraw ) + 1472.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( nodraw ) ( nodraw ) + 1472.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1508.000000 ( ) ( nodraw ) + 1512.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1464.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1668.000000 ( nodraw ) ( ) + 1656.000000 ( nodraw ) ( nodraw ) + 1640.000000 ( nodraw ) ( nodraw ) + 1614.000000 ( nodraw ) ( nodraw ) + 1606.000000 ( nodraw ) ( nodraw ) + 1572.000000 ( nodraw ) ( nodraw ) + 1560.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1062.000000 ( ) ( ) + 1026.000000 ( nodraw ) ( nodraw ) + 1008.000000 ( nodraw ) ( nodraw ) + 998.000000 ( nodraw ) ( nodraw ) + 1016.000000 ( ) ( ) + 1026.000000 ( ) ( ) + 1038.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1434.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1506.000000 ( nodraw ) ( nodraw ) + 1584.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1792.000000 ( nodraw ) ( nodraw ) + 1836.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1972.000000 ( nodraw ) ( nodraw ) + 2006.000000 ( nodraw ) ( nodraw ) + 2050.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1572.000000 ( nodraw ) ( ) + 1548.000000 ( nodraw ) ( nodraw ) + 1532.000000 ( nodraw ) ( nodraw ) + 1530.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( ) ( nodraw ) + 1556.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1480.000000 ( nodraw ) ( ) + 1486.000000 ( nodraw ) ( nodraw ) + 1480.000000 ( nodraw ) ( nodraw ) + 1486.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( nodraw ) ( nodraw ) + 1486.000000 ( nodraw ) ( nodraw ) + 1488.000000 ( nodraw ) ( nodraw ) + 1486.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1610.000000 ( nodraw ) ( nodraw ) + 1586.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1070.000000 ( ) ( ) + 1032.000000 ( nodraw ) ( nodraw ) + 990.000000 ( nodraw ) ( nodraw ) + 1004.000000 ( ) ( ) + 1018.000000 ( ) ( ) + 1030.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1464.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1448.000000 ( nodraw ) ( nodraw ) + 1534.000000 ( nodraw ) ( nodraw ) + 1592.000000 ( nodraw ) ( nodraw ) + 1614.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1798.000000 ( nodraw ) ( nodraw ) + 1856.000000 ( nodraw ) ( nodraw ) + 1920.000000 ( nodraw ) ( nodraw ) + 1964.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1568.000000 ( nodraw ) ( nodraw ) + 1552.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( nodraw ) ( nodraw ) + 1528.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( ) ( nodraw ) + 1556.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1476.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1482.000000 ( nodraw ) ( nodraw ) + 1472.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1498.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1092.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1074.000000 ( ) ( ) + 1020.000000 ( nodraw ) ( nodraw ) + 1030.000000 ( nodraw ) ( nodraw ) + 1024.000000 ( ) ( ) + 1042.000000 ( ) ( ) + 1058.000000 ( ) ( ) + 1064.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1500.000000 ( nodraw ) ( nodraw ) + 1538.000000 ( nodraw ) ( nodraw ) + 1596.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1806.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( nodraw ) ( nodraw ) + 1944.000000 ( nodraw ) ( nodraw ) + 1992.000000 ( nodraw ) ( nodraw ) + 2024.000000 ( nodraw ) ( nodraw ) + 2070.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1578.000000 ( nodraw ) ( ) + 1556.000000 ( nodraw ) ( nodraw ) + 1560.000000 ( nodraw ) ( nodraw ) + 1562.000000 ( nodraw ) ( nodraw ) + 1564.000000 ( ) ( nodraw ) + 1564.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1486.000000 ( nodraw ) ( ) + 1478.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1474.000000 ( nodraw ) ( nodraw ) + 1454.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1486.000000 ( ) ( nodraw ) + 1502.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1046.000000 ( nodraw ) ( nodraw ) + 1028.000000 ( nodraw ) ( nodraw ) + 1018.000000 ( ) ( nodraw ) + 1038.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1076.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1484.000000 ( nodraw ) ( nodraw ) + 1514.000000 ( nodraw ) ( nodraw ) + 1566.000000 ( nodraw ) ( nodraw ) + 1598.000000 ( nodraw ) ( nodraw ) + 1638.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1846.000000 ( nodraw ) ( nodraw ) + 1900.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2052.000000 ( nodraw ) ( nodraw ) + 2096.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1550.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( nodraw ) ( nodraw ) + 1550.000000 ( nodraw ) ( nodraw ) + 1552.000000 ( ) ( nodraw ) + 1552.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1466.000000 ( nodraw ) ( ) + 1460.000000 ( nodraw ) ( nodraw ) + 1470.000000 ( nodraw ) ( nodraw ) + 1474.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1466.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1078.000000 ( nodraw ) ( ) + 1058.000000 ( nodraw ) ( nodraw ) + 1038.000000 ( nodraw ) ( nodraw ) + 1040.000000 ( ) ( ) + 1054.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1086.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1106.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1464.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1482.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( nodraw ) ( nodraw ) + 1598.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( nodraw ) ( nodraw ) + 1638.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1856.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1986.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( nodraw ) ( nodraw ) + 2120.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1552.000000 ( nodraw ) ( nodraw ) + 1540.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1466.000000 ( nodraw ) ( ) + 1480.000000 ( nodraw ) ( nodraw ) + 1456.000000 ( nodraw ) ( nodraw ) + 1436.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1434.000000 ( nodraw ) ( nodraw ) + 1458.000000 ( nodraw ) ( nodraw ) + 1462.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1096.000000 ( nodraw ) ( ) + 1070.000000 ( nodraw ) ( nodraw ) + 1050.000000 ( nodraw ) ( nodraw ) + 1050.000000 ( ) ( ) + 1056.000000 ( ) ( ) + 1066.000000 ( ) ( ) + 1078.000000 ( ) ( ) + 1094.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1512.000000 ( nodraw ) ( ) + 1572.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1638.000000 ( nodraw ) ( nodraw ) + 1648.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1900.000000 ( nodraw ) ( nodraw ) + 1960.000000 ( nodraw ) ( nodraw ) + 2024.000000 ( nodraw ) ( nodraw ) + 2070.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2128.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1566.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( nodraw ) ( nodraw ) + 1536.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1440.000000 ( nodraw ) ( nodraw ) + 1426.000000 ( nodraw ) ( nodraw ) + 1430.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1456.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1464.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1108.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1076.000000 ( nodraw ) ( nodraw ) + 1064.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( nodraw ) ( nodraw ) + 1058.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1082.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1096.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1924.000000 ( nodraw ) ( nodraw ) + 2010.000000 ( nodraw ) ( nodraw ) + 2054.000000 ( nodraw ) ( nodraw ) + 2106.000000 ( nodraw ) ( nodraw ) + 2146.000000 ( nodraw ) ( nodraw ) + 2170.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1598.000000 ( nodraw ) ( ) + 1540.000000 ( nodraw ) ( nodraw ) + 1534.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1462.000000 ( nodraw ) ( ) + 1442.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1430.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1422.000000 ( nodraw ) ( nodraw ) + 1430.000000 ( ) ( nodraw ) + 1452.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1122.000000 ( ) ( ) + 1114.000000 ( ) ( ) + 1102.000000 ( ) ( ) + 1080.000000 ( nodraw ) ( nodraw ) + 1080.000000 ( nodraw ) ( nodraw ) + 1072.000000 ( nodraw ) ( nodraw ) + 1066.000000 ( ) ( ) + 1090.000000 ( ) ( ) + 1104.000000 ( ) ( ) + 1098.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1386.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1974.000000 ( nodraw ) ( nodraw ) + 2050.000000 ( nodraw ) ( nodraw ) + 2106.000000 ( nodraw ) ( nodraw ) + 2152.000000 ( nodraw ) ( nodraw ) + 2198.000000 ( nodraw ) ( nodraw ) + 2214.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1558.000000 ( nodraw ) ( nodraw ) + 1534.000000 ( nodraw ) ( nodraw ) + 1544.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1454.000000 ( nodraw ) ( ) + 1446.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1398.000000 ( nodraw ) ( nodraw ) + 1380.000000 ( nodraw ) ( nodraw ) + 1388.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( ) ( nodraw ) + 1440.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1464.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1130.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1118.000000 ( ) ( ) + 1100.000000 ( nodraw ) ( nodraw ) + 1094.000000 ( nodraw ) ( nodraw ) + 1078.000000 ( nodraw ) ( nodraw ) + 1076.000000 ( ) ( ) + 1072.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1422.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2028.000000 ( nodraw ) ( nodraw ) + 2084.000000 ( nodraw ) ( nodraw ) + 2148.000000 ( nodraw ) ( nodraw ) + 2182.000000 ( nodraw ) ( nodraw ) + 2226.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1532.000000 ( nodraw ) ( nodraw ) + 1526.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1356.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1340.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1416.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1118.000000 ( nodraw ) ( nodraw ) + 1098.000000 ( nodraw ) ( nodraw ) + 1096.000000 ( nodraw ) ( nodraw ) + 1084.000000 ( ) ( ) + 1084.000000 ( ) ( ) + 1110.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1134.000000 ( ) ( ) + 1136.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1476.000000 ( nodraw ) ( nodraw ) + 1480.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2066.000000 ( nodraw ) ( nodraw ) + 2138.000000 ( nodraw ) ( nodraw ) + 2200.000000 ( nodraw ) ( nodraw ) + 2232.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( nodraw ) ( nodraw ) + 2252.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1556.000000 ( nodraw ) ( ) + 1532.000000 ( nodraw ) ( nodraw ) + 1518.000000 ( nodraw ) ( nodraw ) + 1522.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1344.000000 ( nodraw ) ( nodraw ) + 1326.000000 ( nodraw ) ( nodraw ) + 1380.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1202.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1160.000000 ( nodraw ) ( ) + 1140.000000 ( nodraw ) ( nodraw ) + 1124.000000 ( nodraw ) ( nodraw ) + 1114.000000 ( nodraw ) ( nodraw ) + 1106.000000 ( nodraw ) ( nodraw ) + 1102.000000 ( ) ( ) + 1100.000000 ( ) ( ) + 1148.000000 ( ) ( ) + 1124.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2116.000000 ( nodraw ) ( nodraw ) + 2204.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1528.000000 ( nodraw ) ( nodraw ) + 1530.000000 ( nodraw ) ( nodraw ) + 1508.000000 ( nodraw ) ( nodraw ) + 1524.000000 ( ) ( nodraw ) + 1548.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1376.000000 ( nodraw ) ( ) + 1392.000000 ( nodraw ) ( nodraw ) + 1390.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( nodraw ) ( nodraw ) + 1402.000000 ( nodraw ) ( nodraw ) + 1412.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1206.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1154.000000 ( nodraw ) ( ) + 1144.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1124.000000 ( nodraw ) ( nodraw ) + 1126.000000 ( nodraw ) ( nodraw ) + 1122.000000 ( ) ( ) + 1120.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1128.000000 ( ) ( ) + 1142.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2158.000000 ( nodraw ) ( nodraw ) + 2216.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2304.000000 ( nodraw ) ( nodraw ) + 2308.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1524.000000 ( nodraw ) ( nodraw ) + 1500.000000 ( nodraw ) ( nodraw ) + 1522.000000 ( ) ( nodraw ) + 1514.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1428.000000 ( nodraw ) ( ) + 1400.000000 ( nodraw ) ( nodraw ) + 1404.000000 ( nodraw ) ( nodraw ) + 1404.000000 ( nodraw ) ( nodraw ) + 1392.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1440.000000 ( ) ( nodraw ) + 1460.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1218.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1180.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1146.000000 ( nodraw ) ( nodraw ) + 1142.000000 ( nodraw ) ( nodraw ) + 1136.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( nodraw ) ( nodraw ) + 1126.000000 ( ) ( nodraw ) + 1126.000000 ( ) ( ) + 1116.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1132.000000 ( ) ( ) + 1154.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1200.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1538.000000 ( nodraw ) ( ) + 1578.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2182.000000 ( nodraw ) ( nodraw ) + 2220.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2326.000000 ( nodraw ) ( nodraw ) + 2348.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1536.000000 ( nodraw ) ( nodraw ) + 1522.000000 ( nodraw ) ( nodraw ) + 1506.000000 ( nodraw ) ( nodraw ) + 1538.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1402.000000 ( nodraw ) ( ) + 1374.000000 ( nodraw ) ( nodraw ) + 1380.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1432.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1226.000000 ( ) ( ) + 1212.000000 ( ) ( ) + 1202.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1164.000000 ( nodraw ) ( ) + 1148.000000 ( nodraw ) ( nodraw ) + 1132.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1130.000000 ( nodraw ) ( nodraw ) + 1130.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1144.000000 ( ) ( ) + 1150.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1498.000000 ( nodraw ) ( nodraw ) + 1528.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( nodraw ) + 2252.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2312.000000 ( nodraw ) ( nodraw ) + 2336.000000 ( nodraw ) ( nodraw ) + 2338.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1542.000000 ( nodraw ) ( ) + 1528.000000 ( nodraw ) ( nodraw ) + 1522.000000 ( nodraw ) ( nodraw ) + 1514.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1414.000000 ( nodraw ) ( nodraw ) + 1394.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1422.000000 ( nodraw ) ( nodraw ) + 1440.000000 ( nodraw ) ( nodraw ) + 1446.000000 ( nodraw ) ( ) + 1464.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1464.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1172.000000 ( nodraw ) ( ) + 1154.000000 ( nodraw ) ( nodraw ) + 1140.000000 ( nodraw ) ( nodraw ) + 1122.000000 ( nodraw ) ( nodraw ) + 1120.000000 ( nodraw ) ( nodraw ) + 1114.000000 ( nodraw ) ( nodraw ) + 1116.000000 ( nodraw ) ( nodraw ) + 1132.000000 ( ) ( ) + 1138.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1230.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1518.000000 ( nodraw ) ( nodraw ) + 1528.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2202.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2308.000000 ( nodraw ) ( nodraw ) + 2328.000000 ( nodraw ) ( nodraw ) + 2342.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1532.000000 ( nodraw ) ( nodraw ) + 1520.000000 ( nodraw ) ( nodraw ) + 1522.000000 ( nodraw ) ( nodraw ) + 1510.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1438.000000 ( nodraw ) ( nodraw ) + 1436.000000 ( nodraw ) ( nodraw ) + 1430.000000 ( nodraw ) ( nodraw ) + 1440.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( ) ( nodraw ) + 1486.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1298.000000 ( nodraw ) ( ) + 1286.000000 ( ) ( nodraw ) + 1280.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1180.000000 ( nodraw ) ( nodraw ) + 1188.000000 ( nodraw ) ( nodraw ) + 1176.000000 ( nodraw ) ( nodraw ) + 1160.000000 ( nodraw ) ( nodraw ) + 1140.000000 ( nodraw ) ( nodraw ) + 1130.000000 ( nodraw ) ( nodraw ) + 1118.000000 ( nodraw ) ( nodraw ) + 1128.000000 ( nodraw ) ( nodraw ) + 1108.000000 ( ) ( nodraw ) + 1126.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1172.000000 ( ) ( ) + 1152.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1528.000000 ( nodraw ) ( ) + 1538.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( nodraw ) ( nodraw ) + 1568.000000 ( nodraw ) ( nodraw ) + 1588.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2190.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2316.000000 ( nodraw ) ( nodraw ) + 2330.000000 ( nodraw ) ( nodraw ) + 2330.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1530.000000 ( nodraw ) ( nodraw ) + 1532.000000 ( nodraw ) ( nodraw ) + 1526.000000 ( nodraw ) ( nodraw ) + 1532.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1436.000000 ( nodraw ) ( ) + 1442.000000 ( nodraw ) ( nodraw ) + 1446.000000 ( nodraw ) ( nodraw ) + 1440.000000 ( nodraw ) ( nodraw ) + 1454.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1474.000000 ( ) ( nodraw ) + 1520.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1358.000000 ( nodraw ) ( ) + 1336.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( nodraw ) ( nodraw ) + 1326.000000 ( nodraw ) ( nodraw ) + 1328.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( nodraw ) ( nodraw ) + 1292.000000 ( nodraw ) ( nodraw ) + 1286.000000 ( nodraw ) ( nodraw ) + 1276.000000 ( nodraw ) ( nodraw ) + 1270.000000 ( nodraw ) ( nodraw ) + 1256.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1220.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1210.000000 ( nodraw ) ( nodraw ) + 1230.000000 ( nodraw ) ( nodraw ) + 1222.000000 ( nodraw ) ( nodraw ) + 1226.000000 ( nodraw ) ( nodraw ) + 1212.000000 ( nodraw ) ( nodraw ) + 1224.000000 ( nodraw ) ( nodraw ) + 1224.000000 ( nodraw ) ( nodraw ) + 1244.000000 ( nodraw ) ( nodraw ) + 1240.000000 ( nodraw ) ( nodraw ) + 1236.000000 ( nodraw ) ( nodraw ) + 1222.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1206.000000 ( nodraw ) ( nodraw ) + 1200.000000 ( nodraw ) ( nodraw ) + 1184.000000 ( nodraw ) ( nodraw ) + 1180.000000 ( nodraw ) ( nodraw ) + 1170.000000 ( nodraw ) ( nodraw ) + 1166.000000 ( nodraw ) ( nodraw ) + 1152.000000 ( nodraw ) ( nodraw ) + 1146.000000 ( nodraw ) ( nodraw ) + 1138.000000 ( ) ( nodraw ) + 1126.000000 ( ) ( ) + 1146.000000 ( ) ( ) + 1140.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1156.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1166.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1548.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( nodraw ) ( nodraw ) + 1568.000000 ( nodraw ) ( nodraw ) + 1588.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2190.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2314.000000 ( nodraw ) ( nodraw ) + 2332.000000 ( nodraw ) ( nodraw ) + 2332.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1554.000000 ( nodraw ) ( nodraw ) + 1534.000000 ( nodraw ) ( nodraw ) + 1544.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1454.000000 ( nodraw ) ( ) + 1446.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( nodraw ) ( nodraw ) + 1448.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1454.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( nodraw ) ( nodraw ) + 1470.000000 ( nodraw ) ( nodraw ) + 1478.000000 ( nodraw ) ( nodraw ) + 1468.000000 ( nodraw ) ( nodraw ) + 1472.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1392.000000 ( nodraw ) ( nodraw ) + 1370.000000 ( nodraw ) ( nodraw ) + 1372.000000 ( nodraw ) ( nodraw ) + 1374.000000 ( ) ( nodraw ) + 1390.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1344.000000 ( nodraw ) ( nodraw ) + 1340.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( nodraw ) ( nodraw ) + 1306.000000 ( nodraw ) ( nodraw ) + 1310.000000 ( nodraw ) ( nodraw ) + 1310.000000 ( nodraw ) ( nodraw ) + 1292.000000 ( nodraw ) ( nodraw ) + 1292.000000 ( nodraw ) ( nodraw ) + 1278.000000 ( nodraw ) ( nodraw ) + 1266.000000 ( nodraw ) ( nodraw ) + 1250.000000 ( nodraw ) ( nodraw ) + 1246.000000 ( nodraw ) ( nodraw ) + 1230.000000 ( nodraw ) ( nodraw ) + 1248.000000 ( nodraw ) ( nodraw ) + 1236.000000 ( nodraw ) ( nodraw ) + 1232.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1192.000000 ( nodraw ) ( nodraw ) + 1196.000000 ( nodraw ) ( nodraw ) + 1204.000000 ( nodraw ) ( nodraw ) + 1226.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1222.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1222.000000 ( nodraw ) ( nodraw ) + 1230.000000 ( nodraw ) ( nodraw ) + 1232.000000 ( nodraw ) ( nodraw ) + 1216.000000 ( nodraw ) ( nodraw ) + 1206.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1208.000000 ( nodraw ) ( nodraw ) + 1178.000000 ( nodraw ) ( nodraw ) + 1174.000000 ( nodraw ) ( nodraw ) + 1174.000000 ( ) ( ) + 1158.000000 ( ) ( ) + 1162.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1164.000000 ( ) ( ) + 1168.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1184.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1160.000000 ( ) ( ) + 1170.000000 ( ) ( ) + 1178.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( nodraw ) ( nodraw ) + 1598.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2194.000000 ( nodraw ) ( nodraw ) + 2236.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2312.000000 ( nodraw ) ( nodraw ) + 2316.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1568.000000 ( nodraw ) ( nodraw ) + 1544.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( nodraw ) ( nodraw ) + 1552.000000 ( nodraw ) ( nodraw ) + 1556.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1446.000000 ( nodraw ) ( ) + 1450.000000 ( nodraw ) ( nodraw ) + 1444.000000 ( nodraw ) ( nodraw ) + 1458.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1462.000000 ( nodraw ) ( nodraw ) + 1466.000000 ( nodraw ) ( nodraw ) + 1470.000000 ( nodraw ) ( nodraw ) + 1458.000000 ( nodraw ) ( nodraw ) + 1456.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1450.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1416.000000 ( nodraw ) ( nodraw ) + 1416.000000 ( nodraw ) ( nodraw ) + 1416.000000 ( nodraw ) ( nodraw ) + 1422.000000 ( nodraw ) ( nodraw ) + 1430.000000 ( nodraw ) ( nodraw ) + 1442.000000 ( nodraw ) ( nodraw ) + 1432.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( nodraw ) ( nodraw ) + 1360.000000 ( nodraw ) ( nodraw ) + 1348.000000 ( nodraw ) ( nodraw ) + 1356.000000 ( nodraw ) ( nodraw ) + 1374.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( nodraw ) ( nodraw ) + 1366.000000 ( nodraw ) ( nodraw ) + 1364.000000 ( nodraw ) ( nodraw ) + 1338.000000 ( nodraw ) ( nodraw ) + 1338.000000 ( nodraw ) ( nodraw ) + 1344.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( ) ( nodraw ) + 1304.000000 ( nodraw ) ( ) + 1294.000000 ( nodraw ) ( nodraw ) + 1296.000000 ( nodraw ) ( nodraw ) + 1286.000000 ( ) ( nodraw ) + 1276.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1268.000000 ( nodraw ) ( nodraw ) + 1258.000000 ( nodraw ) ( nodraw ) + 1248.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1230.000000 ( nodraw ) ( nodraw ) + 1236.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1232.000000 ( nodraw ) ( nodraw ) + 1192.000000 ( nodraw ) ( nodraw ) + 1216.000000 ( nodraw ) ( nodraw ) + 1192.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1196.000000 ( ) ( ) + 1214.000000 ( ) ( ) + 1230.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1228.000000 ( nodraw ) ( nodraw ) + 1238.000000 ( nodraw ) ( nodraw ) + 1232.000000 ( nodraw ) ( nodraw ) + 1212.000000 ( nodraw ) ( nodraw ) + 1218.000000 ( nodraw ) ( nodraw ) + 1212.000000 ( nodraw ) ( nodraw ) + 1200.000000 ( nodraw ) ( nodraw ) + 1198.000000 ( nodraw ) ( nodraw ) + 1190.000000 ( ) ( ) + 1176.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1182.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1188.000000 ( ) ( ) + 1190.000000 ( ) ( ) + 1202.000000 ( ) ( ) + 1174.000000 ( ) ( ) + 1186.000000 ( ) ( ) + 1194.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1554.000000 ( nodraw ) ( ) + 1588.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( nodraw ) ( nodraw ) + 1598.000000 ( nodraw ) ( nodraw ) + 1598.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2180.000000 ( nodraw ) ( nodraw ) + 2232.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2306.000000 ( nodraw ) ( nodraw ) + 2316.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1574.000000 ( nodraw ) ( nodraw ) + 1516.000000 ( nodraw ) ( nodraw ) + 1536.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( ) ( nodraw ) + 1554.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1470.000000 ( nodraw ) ( ) + 1462.000000 ( ) ( nodraw ) + 1448.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1452.000000 ( nodraw ) ( nodraw ) + 1462.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1438.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( nodraw ) ( nodraw ) + 1438.000000 ( nodraw ) ( nodraw ) + 1420.000000 ( nodraw ) ( nodraw ) + 1420.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( nodraw ) ( nodraw ) + 1416.000000 ( nodraw ) ( nodraw ) + 1408.000000 ( nodraw ) ( nodraw ) + 1394.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( nodraw ) ( nodraw ) + 1388.000000 ( nodraw ) ( nodraw ) + 1390.000000 ( nodraw ) ( nodraw ) + 1376.000000 ( nodraw ) ( nodraw ) + 1348.000000 ( ) ( nodraw ) + 1336.000000 ( nodraw ) ( ) + 1336.000000 ( nodraw ) ( nodraw ) + 1366.000000 ( nodraw ) ( nodraw ) + 1352.000000 ( nodraw ) ( nodraw ) + 1348.000000 ( nodraw ) ( nodraw ) + 1350.000000 ( nodraw ) ( nodraw ) + 1338.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1224.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1232.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1234.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1220.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1208.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1198.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1204.000000 ( ) ( ) + 1210.000000 ( ) ( ) + 1222.000000 ( ) ( ) + 1216.000000 ( ) ( ) + 1228.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1236.000000 ( ) ( ) + 1240.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1584.000000 ( nodraw ) ( nodraw ) + 1596.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( nodraw ) ( nodraw ) + 1628.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2182.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1568.000000 ( nodraw ) ( nodraw ) + 1524.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( nodraw ) ( nodraw ) + 1566.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1424.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1410.000000 ( nodraw ) ( nodraw ) + 1406.000000 ( nodraw ) ( nodraw ) + 1400.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1392.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( ) ( nodraw ) + 1394.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1264.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1246.000000 ( ) ( ) + 1256.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1250.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1238.000000 ( ) ( ) + 1252.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1244.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1242.000000 ( ) ( ) + 1254.000000 ( ) ( ) + 1248.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1258.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1584.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1638.000000 ( nodraw ) ( nodraw ) + 1628.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( nodraw ) ( nodraw ) + 1638.000000 ( nodraw ) ( nodraw ) + 1648.000000 ( nodraw ) ( nodraw ) + 1648.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2184.000000 ( nodraw ) ( nodraw ) + 2226.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1572.000000 ( nodraw ) ( nodraw ) + 1566.000000 ( nodraw ) ( nodraw ) + 1550.000000 ( nodraw ) ( nodraw ) + 1550.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1302.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1312.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1260.000000 ( ) ( ) + 1278.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1270.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1262.000000 ( ) ( ) + 1276.000000 ( ) ( ) + 1280.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1266.000000 ( ) ( ) + 1272.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1290.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1578.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1636.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1648.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2186.000000 ( nodraw ) ( nodraw ) + 2244.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1572.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( nodraw ) ( nodraw ) + 1554.000000 ( nodraw ) ( nodraw ) + 1574.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1532.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1474.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1492.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1402.000000 ( maxdetail ) ( ) + 1404.000000 ( ) ( maxdetail ) + 1384.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1322.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1318.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1274.000000 ( ) ( ) + 1268.000000 ( ) ( ) + 1262.000000 ( maxdetail ) ( maxdetail ) + 1280.000000 ( maxdetail ) ( maxdetail ) + 1288.000000 ( maxdetail ) ( maxdetail ) + 1290.000000 ( maxdetail ) ( maxdetail ) + 1284.000000 ( maxdetail ) ( maxdetail ) + 1294.000000 ( maxdetail ) ( maxdetail ) + 1302.000000 ( maxdetail ) ( maxdetail ) + 1304.000000 ( maxdetail ) ( maxdetail ) + 1296.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1546.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1580.000000 ( nodraw ) ( ) + 1610.000000 ( nodraw ) ( nodraw ) + 1646.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2192.000000 ( nodraw ) ( nodraw ) + 2236.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1580.000000 ( nodraw ) ( nodraw ) + 1574.000000 ( nodraw ) ( nodraw ) + 1576.000000 ( ) ( nodraw ) + 1586.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1332.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1270.000000 ( maxdetail ) ( maxdetail ) + 1286.000000 ( maxdetail ) ( maxdetail ) + 1292.000000 ( maxdetail ) ( maxdetail ) + 1286.000000 ( maxdetail ) ( maxdetail ) + 1294.000000 ( maxdetail ) ( maxdetail ) + 1294.000000 ( maxdetail ) ( maxdetail ) + 1296.000000 ( maxdetail ) ( maxdetail ) + 1308.000000 ( maxdetail ) ( maxdetail ) + 1322.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1616.000000 ( nodraw ) ( ) + 1638.000000 ( nodraw ) ( nodraw ) + 1666.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2220.000000 ( nodraw ) ( nodraw ) + 2236.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( ) ( nodraw ) + 2252.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1592.000000 ( nodraw ) ( nodraw ) + 1572.000000 ( nodraw ) ( nodraw ) + 1580.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1566.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1336.000000 ( ) ( ) + 1320.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1298.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1284.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1276.000000 ( maxdetail ) ( maxdetail ) + 1286.000000 ( maxdetail ) ( maxdetail ) + 1296.000000 ( maxdetail ) ( maxdetail ) + 1302.000000 ( maxdetail ) ( maxdetail ) + 1300.000000 ( maxdetail ) ( maxdetail ) + 1296.000000 ( maxdetail ) ( maxdetail ) + 1314.000000 ( maxdetail ) ( maxdetail ) + 1322.000000 ( maxdetail ) ( maxdetail ) + 1338.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1658.000000 ( nodraw ) ( nodraw ) + 1676.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2200.000000 ( nodraw ) ( nodraw ) + 2254.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1610.000000 ( nodraw ) ( ) + 1580.000000 ( nodraw ) ( nodraw ) + 1570.000000 ( nodraw ) ( nodraw ) + 1580.000000 ( nodraw ) ( nodraw ) + 1592.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1592.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1314.000000 ( ) ( ) + 1310.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1294.000000 ( ) ( ) + 1286.000000 ( ) ( ) + 1282.000000 ( maxdetail ) ( maxdetail ) + 1302.000000 ( maxdetail ) ( maxdetail ) + 1286.000000 ( maxdetail ) ( maxdetail ) + 1284.000000 ( maxdetail ) ( maxdetail ) + 1294.000000 ( maxdetail ) ( maxdetail ) + 1308.000000 ( maxdetail ) ( maxdetail ) + 1324.000000 ( maxdetail ) ( maxdetail ) + 1336.000000 ( maxdetail ) ( maxdetail ) + 1362.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1688.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1748.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2246.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1584.000000 ( nodraw ) ( nodraw ) + 1574.000000 ( nodraw ) ( nodraw ) + 1566.000000 ( nodraw ) ( nodraw ) + 1574.000000 ( ) ( nodraw ) + 1596.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1334.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1330.000000 ( ) ( ) + 1324.000000 ( ) ( ) + 1316.000000 ( ) ( ) + 1318.000000 ( nodraw ) ( nodraw ) + 1304.000000 ( ) ( ) + 1296.000000 ( ) ( ) + 1288.000000 ( ) ( ) + 1306.000000 ( maxdetail ) ( maxdetail ) + 1306.000000 ( maxdetail ) ( maxdetail ) + 1296.000000 ( maxdetail ) ( maxdetail ) + 1284.000000 ( maxdetail ) ( maxdetail ) + 1304.000000 ( maxdetail ) ( maxdetail ) + 1312.000000 ( maxdetail ) ( maxdetail ) + 1344.000000 ( maxdetail ) ( maxdetail ) + 1364.000000 ( maxdetail ) ( maxdetail ) + 1392.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1688.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1758.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2250.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2306.000000 ( nodraw ) ( nodraw ) + 2326.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1580.000000 ( nodraw ) ( nodraw ) + 1584.000000 ( nodraw ) ( nodraw ) + 1576.000000 ( nodraw ) ( nodraw ) + 1580.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1538.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1344.000000 ( ) ( ) + 1346.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1326.000000 ( ) ( ) + 1328.000000 ( ) ( ) + 1322.000000 ( nodraw ) ( nodraw ) + 1298.000000 ( ) ( ) + 1282.000000 ( ) ( ) + 1292.000000 ( ) ( ) + 1316.000000 ( maxdetail ) ( maxdetail ) + 1304.000000 ( maxdetail ) ( maxdetail ) + 1290.000000 ( maxdetail ) ( maxdetail ) + 1284.000000 ( maxdetail ) ( maxdetail ) + 1282.000000 ( maxdetail ) ( maxdetail ) + 1294.000000 ( maxdetail ) ( maxdetail ) + 1324.000000 ( maxdetail ) ( maxdetail ) + 1366.000000 ( maxdetail ) ( maxdetail ) + 1354.000000 ( ) ( nodraw ) + 1364.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1688.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( nodraw ) ( nodraw ) + 1788.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2270.000000 ( nodraw ) ( nodraw ) + 2326.000000 ( nodraw ) ( nodraw ) + 2334.000000 ( nodraw ) ( nodraw ) + 2338.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1576.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1610.000000 ( nodraw ) ( ) + 1570.000000 ( nodraw ) ( nodraw ) + 1576.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1568.000000 ( ) ( ) + 1558.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1528.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1444.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1340.000000 ( ) ( ) + 1338.000000 ( nodraw ) ( nodraw ) + 1308.000000 ( ) ( ) + 1308.000000 ( ) ( ) + 1300.000000 ( ) ( ) + 1316.000000 ( maxdetail ) ( maxdetail ) + 1306.000000 ( maxdetail ) ( maxdetail ) + 1308.000000 ( maxdetail ) ( maxdetail ) + 1302.000000 ( maxdetail ) ( maxdetail ) + 1310.000000 ( maxdetail ) ( maxdetail ) + 1300.000000 ( maxdetail ) ( maxdetail ) + 1320.000000 ( maxdetail ) ( maxdetail ) + 1358.000000 ( maxdetail ) ( maxdetail ) + 1344.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1698.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1778.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1818.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2288.000000 ( nodraw ) ( nodraw ) + 2322.000000 ( nodraw ) ( nodraw ) + 2338.000000 ( ) ( nodraw ) + 2356.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1606.000000 ( nodraw ) ( ) + 1596.000000 ( nodraw ) ( nodraw ) + 1574.000000 ( nodraw ) ( nodraw ) + 1580.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1562.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1456.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1336.000000 ( nodraw ) ( nodraw ) + 1316.000000 ( nodraw ) ( nodraw ) + 1324.000000 ( nodraw ) ( nodraw ) + 1322.000000 ( maxdetail ) ( maxdetail ) + 1316.000000 ( maxdetail ) ( maxdetail ) + 1296.000000 ( maxdetail ) ( maxdetail ) + 1302.000000 ( maxdetail ) ( maxdetail ) + 1306.000000 ( maxdetail ) ( maxdetail ) + 1326.000000 ( maxdetail ) ( maxdetail ) + 1336.000000 ( maxdetail ) ( maxdetail ) + 1360.000000 ( maxdetail ) ( maxdetail ) + 1370.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1354.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1524.000000 ( ) ( ) + 1570.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1718.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1828.000000 ( nodraw ) ( nodraw ) + 1848.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2316.000000 ( nodraw ) ( nodraw ) + 2346.000000 ( nodraw ) ( nodraw ) + 2356.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1600.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( nodraw ) ( nodraw ) + 1560.000000 ( nodraw ) ( nodraw ) + 1572.000000 ( ) ( nodraw ) + 1592.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1554.000000 ( ) ( ) + 1512.000000 ( ) ( ) + 1496.000000 ( ) ( ) + 1450.000000 ( nodraw ) ( nodraw ) + 1452.000000 ( nodraw ) ( nodraw ) + 1440.000000 ( nodraw ) ( nodraw ) + 1424.000000 ( nodraw ) ( nodraw ) + 1418.000000 ( nodraw ) ( nodraw ) + 1408.000000 ( nodraw ) ( nodraw ) + 1396.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1420.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1370.000000 ( nodraw ) ( nodraw ) + 1362.000000 ( nodraw ) ( nodraw ) + 1360.000000 ( nodraw ) ( nodraw ) + 1360.000000 ( nodraw ) ( nodraw ) + 1352.000000 ( nodraw ) ( nodraw ) + 1352.000000 ( nodraw ) ( nodraw ) + 1318.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1356.000000 ( nodraw ) ( nodraw ) + 1352.000000 ( nodraw ) ( nodraw ) + 1358.000000 ( ) ( ) + 1348.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1738.000000 ( nodraw ) ( nodraw ) + 1758.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( nodraw ) ( nodraw ) + 1788.000000 ( nodraw ) ( nodraw ) + 1808.000000 ( nodraw ) ( nodraw ) + 1848.000000 ( nodraw ) ( nodraw ) + 1868.000000 ( nodraw ) ( nodraw ) + 1896.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2318.000000 ( nodraw ) ( nodraw ) + 2336.000000 ( nodraw ) ( nodraw ) + 2358.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1584.000000 ( nodraw ) ( nodraw ) + 1586.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( nodraw ) ( nodraw ) + 1592.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1438.000000 ( nodraw ) ( nodraw ) + 1394.000000 ( nodraw ) ( nodraw ) + 1404.000000 ( nodraw ) ( nodraw ) + 1398.000000 ( nodraw ) ( nodraw ) + 1408.000000 ( nodraw ) ( nodraw ) + 1388.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( nodraw ) ( nodraw ) + 1330.000000 ( nodraw ) ( nodraw ) + 1370.000000 ( nodraw ) ( nodraw ) + 1370.000000 ( nodraw ) ( nodraw ) + 1366.000000 ( nodraw ) ( nodraw ) + 1362.000000 ( nodraw ) ( nodraw ) + 1364.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1350.000000 ( ) ( ) + 1360.000000 ( ) ( ) + 1350.000000 ( nodraw ) ( nodraw ) + 1360.000000 ( nodraw ) ( nodraw ) + 1334.000000 ( nodraw ) ( nodraw ) + 1356.000000 ( nodraw ) ( nodraw ) + 1364.000000 ( nodraw ) ( nodraw ) + 1370.000000 ( nodraw ) ( nodraw ) + 1330.000000 ( nodraw ) ( nodraw ) + 1328.000000 ( nodraw ) ( nodraw ) + 1330.000000 ( ) ( nodraw ) + 1354.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1434.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2316.000000 ( nodraw ) ( nodraw ) + 2356.000000 ( nodraw ) ( nodraw ) + 2370.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1596.000000 ( nodraw ) ( nodraw ) + 1554.000000 ( nodraw ) ( nodraw ) + 1568.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1564.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1462.000000 ( ) ( ) + 1430.000000 ( ) ( ) + 1396.000000 ( nodraw ) ( nodraw ) + 1404.000000 ( nodraw ) ( nodraw ) + 1382.000000 ( nodraw ) ( nodraw ) + 1390.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1346.000000 ( nodraw ) ( nodraw ) + 1326.000000 ( nodraw ) ( nodraw ) + 1326.000000 ( nodraw ) ( nodraw ) + 1326.000000 ( nodraw ) ( nodraw ) + 1340.000000 ( nodraw ) ( nodraw ) + 1338.000000 ( nodraw ) ( nodraw ) + 1306.000000 ( nodraw ) ( nodraw ) + 1344.000000 ( nodraw ) ( nodraw ) + 1384.000000 ( ) ( nodraw ) + 1376.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1378.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1398.000000 ( nodraw ) ( nodraw ) + 1364.000000 ( nodraw ) ( nodraw ) + 1366.000000 ( nodraw ) ( nodraw ) + 1360.000000 ( nodraw ) ( nodraw ) + 1378.000000 ( nodraw ) ( nodraw ) + 1390.000000 ( nodraw ) ( nodraw ) + 1356.000000 ( nodraw ) ( nodraw ) + 1364.000000 ( ) ( nodraw ) + 1360.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1778.000000 ( nodraw ) ( nodraw ) + 1788.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2338.000000 ( nodraw ) ( nodraw ) + 2342.000000 ( nodraw ) ( nodraw ) + 2366.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1590.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1570.000000 ( nodraw ) ( nodraw ) + 1556.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( nodraw ) ( nodraw ) + 1580.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1850.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( ) ( nodraw ) + 1850.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1516.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1392.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1362.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1352.000000 ( ) ( ) + 1338.000000 ( ) ( ) + 1338.000000 ( nodraw ) ( ) + 1328.000000 ( nodraw ) ( nodraw ) + 1332.000000 ( nodraw ) ( nodraw ) + 1340.000000 ( nodraw ) ( nodraw ) + 1332.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1376.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1374.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1410.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1396.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1364.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1534.000000 ( ) ( ) + 1572.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1792.000000 ( nodraw ) ( ) + 1808.000000 ( nodraw ) ( nodraw ) + 1828.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2320.000000 ( nodraw ) ( nodraw ) + 2358.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1552.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( nodraw ) ( nodraw ) + 1588.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1894.000000 ( nodraw ) ( nodraw ) + 1876.000000 ( ) ( nodraw ) + 1888.000000 ( nodraw ) ( ) + 1866.000000 ( nodraw ) ( nodraw ) + 1880.000000 ( nodraw ) ( nodraw ) + 1886.000000 ( nodraw ) ( nodraw ) + 1874.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( ) ( nodraw ) + 1882.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1526.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1368.000000 ( ) ( ) + 1370.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1356.000000 ( ) ( ) + 1326.000000 ( nodraw ) ( nodraw ) + 1312.000000 ( nodraw ) ( nodraw ) + 1312.000000 ( nodraw ) ( nodraw ) + 1336.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1358.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1382.000000 ( ) ( ) + 1380.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1422.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1398.000000 ( ) ( ) + 1404.000000 ( ) ( ) + 1484.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1770.000000 ( nodraw ) ( ) + 1812.000000 ( nodraw ) ( nodraw ) + 1842.000000 ( nodraw ) ( nodraw ) + 1862.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2312.000000 ( nodraw ) ( nodraw ) + 2354.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1602.000000 ( nodraw ) ( ) + 1550.000000 ( nodraw ) ( nodraw ) + 1568.000000 ( nodraw ) ( nodraw ) + 1562.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1924.000000 ( nodraw ) ( nodraw ) + 1932.000000 ( nodraw ) ( nodraw ) + 1930.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1940.000000 ( nodraw ) ( nodraw ) + 1926.000000 ( nodraw ) ( nodraw ) + 1916.000000 ( nodraw ) ( nodraw ) + 1910.000000 ( ) ( nodraw ) + 1884.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1858.000000 ( nodraw ) ( ) + 1858.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( ) ( nodraw ) + 1868.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1438.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1412.000000 ( ) ( ) + 1418.000000 ( ) ( ) + 1424.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1366.000000 ( ) ( ) + 1306.000000 ( ) ( ) + 1304.000000 ( ) ( ) + 1342.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1388.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1386.000000 ( ) ( ) + 1400.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1426.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1458.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1440.000000 ( ) ( ) + 1428.000000 ( ) ( ) + 1432.000000 ( ) ( ) + 1494.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1770.000000 ( nodraw ) ( nodraw ) + 1814.000000 ( nodraw ) ( nodraw ) + 1872.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2318.000000 ( nodraw ) ( nodraw ) + 2368.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1570.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( nodraw ) ( nodraw ) + 1560.000000 ( nodraw ) ( nodraw ) + 1554.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2122.000000 ( nodraw ) ( ) + 2130.000000 ( nodraw ) ( nodraw ) + 2134.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1904.000000 ( nodraw ) ( nodraw ) + 1930.000000 ( nodraw ) ( nodraw ) + 1974.000000 ( nodraw ) ( nodraw ) + 1992.000000 ( nodraw ) ( nodraw ) + 2014.000000 ( nodraw ) ( nodraw ) + 2024.000000 ( nodraw ) ( nodraw ) + 2022.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 1994.000000 ( nodraw ) ( nodraw ) + 1968.000000 ( nodraw ) ( nodraw ) + 1944.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( ) ( nodraw ) + 1868.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1868.000000 ( nodraw ) ( nodraw ) + 1868.000000 ( nodraw ) ( nodraw ) + 1868.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1890.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1520.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1460.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1478.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1384.000000 ( ) ( ) + 1372.000000 ( ) ( ) + 1390.000000 ( ) ( ) + 1408.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1402.000000 ( ) ( ) + 1394.000000 ( ) ( ) + 1406.000000 ( ) ( ) + 1414.000000 ( ) ( ) + 1416.000000 ( ) ( ) + 1436.000000 ( ) ( ) + 1454.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1476.000000 ( ) ( ) + 1488.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1506.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1810.000000 ( nodraw ) ( nodraw ) + 1870.000000 ( nodraw ) ( nodraw ) + 1900.000000 ( nodraw ) ( nodraw ) + 1924.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2322.000000 ( nodraw ) ( nodraw ) + 2346.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1540.000000 ( nodraw ) ( nodraw ) + 1538.000000 ( nodraw ) ( nodraw ) + 1564.000000 ( nodraw ) ( nodraw ) + 1560.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2144.000000 ( nodraw ) ( nodraw ) + 2158.000000 ( nodraw ) ( nodraw ) + 2152.000000 ( nodraw ) ( nodraw ) + 2158.000000 ( nodraw ) ( nodraw ) + 2154.000000 ( nodraw ) ( nodraw ) + 2140.000000 ( nodraw ) ( nodraw ) + 2114.000000 ( nodraw ) ( nodraw ) + 2076.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( ) ( nodraw ) + 2030.000000 ( nodraw ) ( ) + 1950.000000 ( nodraw ) ( nodraw ) + 1892.000000 ( nodraw ) ( nodraw ) + 1936.000000 ( nodraw ) ( nodraw ) + 1950.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1984.000000 ( nodraw ) ( nodraw ) + 2012.000000 ( nodraw ) ( nodraw ) + 2034.000000 ( nodraw ) ( nodraw ) + 2066.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( nodraw ) ( nodraw ) + 2068.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 1968.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1906.000000 ( nodraw ) ( nodraw ) + 1936.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1664.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1550.000000 ( ) ( ) + 1530.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1504.000000 ( ) ( ) + 1508.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1536.000000 ( ) ( ) + 1552.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1548.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1502.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1466.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1448.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1446.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1442.000000 ( ) ( ) + 1452.000000 ( ) ( ) + 1482.000000 ( ) ( ) + 1498.000000 ( ) ( ) + 1486.000000 ( ) ( ) + 1518.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1834.000000 ( nodraw ) ( nodraw ) + 1872.000000 ( nodraw ) ( nodraw ) + 1920.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2330.000000 ( nodraw ) ( nodraw ) + 2346.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1550.000000 ( nodraw ) ( nodraw ) + 1544.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2166.000000 ( nodraw ) ( ) + 2170.000000 ( nodraw ) ( nodraw ) + 2162.000000 ( nodraw ) ( nodraw ) + 2146.000000 ( nodraw ) ( nodraw ) + 2162.000000 ( nodraw ) ( nodraw ) + 2178.000000 ( nodraw ) ( nodraw ) + 2174.000000 ( nodraw ) ( nodraw ) + 2160.000000 ( nodraw ) ( nodraw ) + 2154.000000 ( nodraw ) ( nodraw ) + 2126.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2074.000000 ( nodraw ) ( nodraw ) + 1934.000000 ( nodraw ) ( nodraw ) + 1884.000000 ( ) ( nodraw ) + 1908.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2028.000000 ( nodraw ) ( nodraw ) + 2054.000000 ( nodraw ) ( nodraw ) + 2088.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2088.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1968.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1936.000000 ( nodraw ) ( nodraw ) + 1944.000000 ( nodraw ) ( nodraw ) + 1944.000000 ( nodraw ) ( nodraw ) + 1942.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1582.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1580.000000 ( ) ( ) + 1574.000000 ( ) ( ) + 1584.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1598.000000 ( ) ( ) + 1610.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1602.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1560.000000 ( ) ( ) + 1542.000000 ( ) ( ) + 1540.000000 ( ) ( ) + 1522.000000 ( ) ( ) + 1500.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1450.000000 ( ) ( ) + 1468.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1470.000000 ( ) ( ) + 1472.000000 ( ) ( ) + 1480.000000 ( ) ( ) + 1490.000000 ( ) ( ) + 1510.000000 ( ) ( ) + 1544.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1774.000000 ( nodraw ) ( ) + 1794.000000 ( nodraw ) ( nodraw ) + 1838.000000 ( nodraw ) ( nodraw ) + 1842.000000 ( nodraw ) ( nodraw ) + 1854.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1952.000000 ( nodraw ) ( nodraw ) + 1972.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2334.000000 ( nodraw ) ( nodraw ) + 2366.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1540.000000 ( nodraw ) ( nodraw ) + 1544.000000 ( nodraw ) ( nodraw ) + 1554.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1606.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2176.000000 ( nodraw ) ( ) + 2180.000000 ( nodraw ) ( nodraw ) + 2160.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1938.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1936.000000 ( nodraw ) ( nodraw ) + 1944.000000 ( nodraw ) ( nodraw ) + 1942.000000 ( nodraw ) ( nodraw ) + 1950.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1890.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1630.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1600.000000 ( ) ( ) + 1596.000000 ( ) ( ) + 1578.000000 ( ) ( ) + 1556.000000 ( ) ( ) + 1514.000000 ( ) ( ) + 1462.000000 ( nodraw ) ( nodraw ) + 1436.000000 ( nodraw ) ( nodraw ) + 1448.000000 ( nodraw ) ( nodraw ) + 1472.000000 ( nodraw ) ( nodraw ) + 1490.000000 ( nodraw ) ( nodraw ) + 1502.000000 ( nodraw ) ( nodraw ) + 1496.000000 ( nodraw ) ( nodraw ) + 1526.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1840.000000 ( nodraw ) ( ) + 1852.000000 ( nodraw ) ( nodraw ) + 1836.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1824.000000 ( nodraw ) ( ) + 1828.000000 ( nodraw ) ( nodraw ) + 1868.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2246.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2354.000000 ( nodraw ) ( nodraw ) + 2372.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1588.000000 ( nodraw ) ( ) + 1536.000000 ( nodraw ) ( nodraw ) + 1540.000000 ( nodraw ) ( nodraw ) + 1550.000000 ( nodraw ) ( nodraw ) + 1580.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1632.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2202.000000 ( nodraw ) ( nodraw ) + 2192.000000 ( nodraw ) ( nodraw ) + 2194.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1948.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( nodraw ) ( nodraw ) + 1966.000000 ( nodraw ) ( nodraw ) + 1964.000000 ( nodraw ) ( nodraw ) + 1960.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1976.000000 ( nodraw ) ( nodraw ) + 1976.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1906.000000 ( nodraw ) ( nodraw ) + 1884.000000 ( ) ( nodraw ) + 1844.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1680.000000 ( nodraw ) ( ) + 1684.000000 ( nodraw ) ( nodraw ) + 1666.000000 ( nodraw ) ( nodraw ) + 1660.000000 ( ) ( nodraw ) + 1622.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1602.000000 ( nodraw ) ( ) + 1588.000000 ( nodraw ) ( nodraw ) + 1526.000000 ( nodraw ) ( nodraw ) + 1458.000000 ( nodraw ) ( nodraw ) + 1414.000000 ( nodraw ) ( nodraw ) + 1420.000000 ( nodraw ) ( nodraw ) + 1466.000000 ( nodraw ) ( nodraw ) + 1514.000000 ( nodraw ) ( nodraw ) + 1542.000000 ( nodraw ) ( nodraw ) + 1536.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( nodraw ) ( nodraw ) + 1632.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1794.000000 ( nodraw ) ( nodraw ) + 1824.000000 ( nodraw ) ( nodraw ) + 1824.000000 ( nodraw ) ( nodraw ) + 1840.000000 ( nodraw ) ( nodraw ) + 1860.000000 ( nodraw ) ( nodraw ) + 1886.000000 ( nodraw ) ( nodraw ) + 1854.000000 ( ) ( nodraw ) + 1836.000000 ( nodraw ) ( ) + 1870.000000 ( nodraw ) ( nodraw ) + 1902.000000 ( nodraw ) ( nodraw ) + 1924.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2286.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2256.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2238.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2370.000000 ( nodraw ) ( nodraw ) + 2394.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1586.000000 ( nodraw ) ( ) + 1538.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( nodraw ) ( nodraw ) + 1562.000000 ( ) ( nodraw ) + 1564.000000 ( ) ( ) + 1614.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1634.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( nodraw ) + 2206.000000 ( nodraw ) ( nodraw ) + 2188.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1958.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1966.000000 ( nodraw ) ( nodraw ) + 1962.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1976.000000 ( nodraw ) ( nodraw ) + 1984.000000 ( nodraw ) ( nodraw ) + 2002.000000 ( nodraw ) ( nodraw ) + 2004.000000 ( nodraw ) ( nodraw ) + 2006.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 1992.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1984.000000 ( nodraw ) ( nodraw ) + 1966.000000 ( nodraw ) ( nodraw ) + 1946.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1866.000000 ( nodraw ) ( nodraw ) + 1804.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1712.000000 ( nodraw ) ( nodraw ) + 1670.000000 ( nodraw ) ( nodraw ) + 1652.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1700.000000 ( nodraw ) ( nodraw ) + 1690.000000 ( nodraw ) ( nodraw ) + 1714.000000 ( nodraw ) ( nodraw ) + 1740.000000 ( nodraw ) ( nodraw ) + 1760.000000 ( nodraw ) ( nodraw ) + 1754.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1702.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1696.000000 ( nodraw ) ( nodraw ) + 1694.000000 ( nodraw ) ( nodraw ) + 1692.000000 ( nodraw ) ( nodraw ) + 1666.000000 ( nodraw ) ( nodraw ) + 1648.000000 ( nodraw ) ( nodraw ) + 1652.000000 ( nodraw ) ( nodraw ) + 1626.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( nodraw ) ( nodraw ) + 1538.000000 ( nodraw ) ( nodraw ) + 1460.000000 ( nodraw ) ( nodraw ) + 1428.000000 ( nodraw ) ( nodraw ) + 1456.000000 ( nodraw ) ( nodraw ) + 1496.000000 ( nodraw ) ( nodraw ) + 1544.000000 ( nodraw ) ( nodraw ) + 1576.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( nodraw ) ( nodraw ) + 1562.000000 ( nodraw ) ( nodraw ) + 1602.000000 ( nodraw ) ( nodraw ) + 1666.000000 ( nodraw ) ( nodraw ) + 1764.000000 ( nodraw ) ( nodraw ) + 1826.000000 ( nodraw ) ( nodraw ) + 1834.000000 ( nodraw ) ( nodraw ) + 1870.000000 ( nodraw ) ( nodraw ) + 1886.000000 ( nodraw ) ( nodraw ) + 1916.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1884.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2272.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2206.000000 ( nodraw ) ( nodraw ) + 2240.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2384.000000 ( nodraw ) ( nodraw ) + 2404.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1658.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1602.000000 ( nodraw ) ( ) + 1558.000000 ( nodraw ) ( nodraw ) + 1552.000000 ( nodraw ) ( nodraw ) + 1566.000000 ( ) ( ) + 1586.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1670.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1890.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2204.000000 ( nodraw ) ( ) + 2192.000000 ( nodraw ) ( nodraw ) + 2192.000000 ( nodraw ) ( nodraw ) + 2192.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 1978.000000 ( nodraw ) ( nodraw ) + 1968.000000 ( nodraw ) ( nodraw ) + 1974.000000 ( nodraw ) ( nodraw ) + 1972.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 1986.000000 ( nodraw ) ( nodraw ) + 1992.000000 ( nodraw ) ( nodraw ) + 2022.000000 ( nodraw ) ( nodraw ) + 2032.000000 ( nodraw ) ( nodraw ) + 2036.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2022.000000 ( nodraw ) ( nodraw ) + 2014.000000 ( nodraw ) ( nodraw ) + 2010.000000 ( nodraw ) ( nodraw ) + 2000.000000 ( nodraw ) ( nodraw ) + 1970.000000 ( nodraw ) ( nodraw ) + 1930.000000 ( nodraw ) ( nodraw ) + 1888.000000 ( nodraw ) ( nodraw ) + 1812.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( nodraw ) ( nodraw ) + 1730.000000 ( nodraw ) ( nodraw ) + 1704.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1670.000000 ( nodraw ) ( nodraw ) + 1682.000000 ( nodraw ) ( nodraw ) + 1696.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1714.000000 ( nodraw ) ( nodraw ) + 1712.000000 ( nodraw ) ( nodraw ) + 1736.000000 ( nodraw ) ( nodraw ) + 1710.000000 ( nodraw ) ( nodraw ) + 1698.000000 ( nodraw ) ( nodraw ) + 1696.000000 ( nodraw ) ( nodraw ) + 1704.000000 ( nodraw ) ( nodraw ) + 1700.000000 ( nodraw ) ( nodraw ) + 1694.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1642.000000 ( nodraw ) ( nodraw ) + 1644.000000 ( nodraw ) ( nodraw ) + 1636.000000 ( nodraw ) ( nodraw ) + 1600.000000 ( nodraw ) ( nodraw ) + 1564.000000 ( nodraw ) ( nodraw ) + 1506.000000 ( nodraw ) ( nodraw ) + 1496.000000 ( nodraw ) ( nodraw ) + 1522.000000 ( nodraw ) ( nodraw ) + 1554.000000 ( nodraw ) ( nodraw ) + 1612.000000 ( nodraw ) ( nodraw ) + 1614.000000 ( nodraw ) ( nodraw ) + 1556.000000 ( nodraw ) ( nodraw ) + 1548.000000 ( nodraw ) ( nodraw ) + 1562.000000 ( nodraw ) ( nodraw ) + 1622.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( nodraw ) ( nodraw ) + 1832.000000 ( nodraw ) ( nodraw ) + 1860.000000 ( nodraw ) ( nodraw ) + 1896.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1944.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1968.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2218.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2400.000000 ( nodraw ) ( nodraw ) + 2420.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1580.000000 ( nodraw ) ( ) + 1562.000000 ( nodraw ) ( nodraw ) + 1552.000000 ( nodraw ) ( nodraw ) + 1546.000000 ( ) ( ) + 1588.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2200.000000 ( nodraw ) ( nodraw ) + 2218.000000 ( nodraw ) ( nodraw ) + 2198.000000 ( nodraw ) ( nodraw ) + 2208.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2008.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 1986.000000 ( nodraw ) ( nodraw ) + 1992.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 2006.000000 ( nodraw ) ( nodraw ) + 2024.000000 ( nodraw ) ( nodraw ) + 2042.000000 ( nodraw ) ( nodraw ) + 2054.000000 ( nodraw ) ( nodraw ) + 2056.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( nodraw ) ( nodraw ) + 2052.000000 ( nodraw ) ( nodraw ) + 2056.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1944.000000 ( nodraw ) ( nodraw ) + 1874.000000 ( nodraw ) ( nodraw ) + 1794.000000 ( nodraw ) ( nodraw ) + 1748.000000 ( nodraw ) ( nodraw ) + 1722.000000 ( nodraw ) ( nodraw ) + 1700.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1696.000000 ( nodraw ) ( nodraw ) + 1706.000000 ( nodraw ) ( nodraw ) + 1716.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1702.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1712.000000 ( nodraw ) ( nodraw ) + 1700.000000 ( nodraw ) ( nodraw ) + 1716.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1726.000000 ( nodraw ) ( nodraw ) + 1730.000000 ( nodraw ) ( nodraw ) + 1742.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1678.000000 ( nodraw ) ( nodraw ) + 1676.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( nodraw ) ( nodraw ) + 1630.000000 ( nodraw ) ( nodraw ) + 1592.000000 ( nodraw ) ( nodraw ) + 1578.000000 ( nodraw ) ( nodraw ) + 1584.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1652.000000 ( nodraw ) ( nodraw ) + 1692.000000 ( nodraw ) ( nodraw ) + 1710.000000 ( nodraw ) ( nodraw ) + 1690.000000 ( nodraw ) ( nodraw ) + 1694.000000 ( nodraw ) ( nodraw ) + 1672.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1774.000000 ( nodraw ) ( nodraw ) + 1852.000000 ( nodraw ) ( nodraw ) + 1892.000000 ( nodraw ) ( nodraw ) + 1916.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1970.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2222.000000 ( nodraw ) ( ) + 2222.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2436.000000 ( nodraw ) ( nodraw ) + 2438.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1674.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1594.000000 ( ) ( ) + 1572.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( nodraw ) ( nodraw ) + 1556.000000 ( nodraw ) ( nodraw ) + 1584.000000 ( ) ( ) + 1616.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2226.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2026.000000 ( nodraw ) ( nodraw ) + 2024.000000 ( nodraw ) ( nodraw ) + 2030.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2076.000000 ( nodraw ) ( nodraw ) + 2086.000000 ( nodraw ) ( nodraw ) + 2096.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2090.000000 ( nodraw ) ( nodraw ) + 2084.000000 ( nodraw ) ( nodraw ) + 2076.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 1970.000000 ( nodraw ) ( nodraw ) + 1882.000000 ( nodraw ) ( nodraw ) + 1804.000000 ( nodraw ) ( nodraw ) + 1746.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1720.000000 ( nodraw ) ( nodraw ) + 1732.000000 ( nodraw ) ( nodraw ) + 1742.000000 ( nodraw ) ( nodraw ) + 1730.000000 ( nodraw ) ( nodraw ) + 1762.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( nodraw ) ( nodraw ) + 1756.000000 ( nodraw ) ( nodraw ) + 1758.000000 ( nodraw ) ( nodraw ) + 1752.000000 ( nodraw ) ( nodraw ) + 1742.000000 ( nodraw ) ( nodraw ) + 1762.000000 ( nodraw ) ( nodraw ) + 1786.000000 ( nodraw ) ( nodraw ) + 1804.000000 ( nodraw ) ( nodraw ) + 1824.000000 ( nodraw ) ( nodraw ) + 1806.000000 ( nodraw ) ( nodraw ) + 1774.000000 ( nodraw ) ( nodraw ) + 1750.000000 ( nodraw ) ( nodraw ) + 1742.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( nodraw ) ( nodraw ) + 1734.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1656.000000 ( nodraw ) ( nodraw ) + 1666.000000 ( nodraw ) ( nodraw ) + 1664.000000 ( nodraw ) ( nodraw ) + 1710.000000 ( nodraw ) ( nodraw ) + 1752.000000 ( nodraw ) ( nodraw ) + 1818.000000 ( nodraw ) ( nodraw ) + 1528.000000 ( nodraw ) ( nodraw ) + 1980.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( nodraw ) ( nodraw ) + 1764.000000 ( nodraw ) ( nodraw ) + 1794.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( nodraw ) ( nodraw ) + 1922.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1976.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( ) + 2222.000000 ( nodraw ) ( nodraw ) + 2244.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2426.000000 ( nodraw ) ( nodraw ) + 2456.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1604.000000 ( ) ( ) + 1586.000000 ( nodraw ) ( nodraw ) + 1574.000000 ( nodraw ) ( nodraw ) + 1558.000000 ( ) ( nodraw ) + 1594.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2240.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2068.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( nodraw ) ( nodraw ) + 2056.000000 ( nodraw ) ( nodraw ) + 2044.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( nodraw ) ( nodraw ) + 2080.000000 ( nodraw ) ( nodraw ) + 2108.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2120.000000 ( nodraw ) ( nodraw ) + 2122.000000 ( nodraw ) ( nodraw ) + 2104.000000 ( nodraw ) ( nodraw ) + 2096.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( nodraw ) ( nodraw ) + 2068.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 1994.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1832.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( nodraw ) ( nodraw ) + 1772.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( nodraw ) ( nodraw ) + 1826.000000 ( nodraw ) ( nodraw ) + 1822.000000 ( nodraw ) ( nodraw ) + 1828.000000 ( nodraw ) ( nodraw ) + 1848.000000 ( nodraw ) ( nodraw ) + 1868.000000 ( nodraw ) ( nodraw ) + 1880.000000 ( nodraw ) ( nodraw ) + 1856.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( nodraw ) ( nodraw ) + 1838.000000 ( nodraw ) ( nodraw ) + 1842.000000 ( nodraw ) ( nodraw ) + 1854.000000 ( nodraw ) ( nodraw ) + 1882.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1912.000000 ( nodraw ) ( nodraw ) + 1900.000000 ( nodraw ) ( nodraw ) + 1874.000000 ( nodraw ) ( nodraw ) + 1832.000000 ( nodraw ) ( nodraw ) + 1828.000000 ( nodraw ) ( nodraw ) + 1824.000000 ( nodraw ) ( nodraw ) + 1800.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( nodraw ) ( nodraw ) + 1732.000000 ( nodraw ) ( nodraw ) + 1740.000000 ( nodraw ) ( nodraw ) + 1758.000000 ( nodraw ) ( nodraw ) + 1800.000000 ( nodraw ) ( nodraw ) + 1824.000000 ( nodraw ) ( nodraw ) + 1842.000000 ( nodraw ) ( nodraw ) + 1838.000000 ( nodraw ) ( nodraw ) + 1834.000000 ( nodraw ) ( nodraw ) + 1816.000000 ( nodraw ) ( nodraw ) + 1832.000000 ( nodraw ) ( nodraw ) + 1834.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( nodraw ) ( nodraw ) + 2068.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2446.000000 ( nodraw ) ( nodraw ) + 2476.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1608.000000 ( ) ( ) + 1594.000000 ( nodraw ) ( nodraw ) + 1582.000000 ( nodraw ) ( nodraw ) + 1568.000000 ( ) ( ) + 1622.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1648.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( nodraw ) + 2304.000000 ( nodraw ) ( nodraw ) + 2304.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2118.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2108.000000 ( nodraw ) ( nodraw ) + 2106.000000 ( nodraw ) ( nodraw ) + 2124.000000 ( nodraw ) ( nodraw ) + 2134.000000 ( nodraw ) ( nodraw ) + 2152.000000 ( nodraw ) ( nodraw ) + 2162.000000 ( nodraw ) ( nodraw ) + 2172.000000 ( nodraw ) ( nodraw ) + 2174.000000 ( nodraw ) ( nodraw ) + 2174.000000 ( nodraw ) ( nodraw ) + 2146.000000 ( nodraw ) ( nodraw ) + 2138.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2088.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 1962.000000 ( nodraw ) ( nodraw ) + 1894.000000 ( nodraw ) ( nodraw ) + 1866.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( nodraw ) ( nodraw ) + 1874.000000 ( nodraw ) ( nodraw ) + 1918.000000 ( nodraw ) ( nodraw ) + 1952.000000 ( nodraw ) ( nodraw ) + 1950.000000 ( nodraw ) ( nodraw ) + 1964.000000 ( nodraw ) ( nodraw ) + 1980.000000 ( nodraw ) ( nodraw ) + 1980.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 1974.000000 ( nodraw ) ( nodraw ) + 1960.000000 ( nodraw ) ( nodraw ) + 1976.000000 ( nodraw ) ( nodraw ) + 2002.000000 ( nodraw ) ( nodraw ) + 2014.000000 ( nodraw ) ( nodraw ) + 2006.000000 ( nodraw ) ( nodraw ) + 2014.000000 ( nodraw ) ( nodraw ) + 1964.000000 ( nodraw ) ( nodraw ) + 1922.000000 ( nodraw ) ( nodraw ) + 1886.000000 ( nodraw ) ( nodraw ) + 1884.000000 ( nodraw ) ( nodraw ) + 1862.000000 ( nodraw ) ( nodraw ) + 1846.000000 ( nodraw ) ( nodraw ) + 1814.000000 ( nodraw ) ( nodraw ) + 1806.000000 ( nodraw ) ( nodraw ) + 1824.000000 ( nodraw ) ( nodraw ) + 1836.000000 ( nodraw ) ( nodraw ) + 1880.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( nodraw ) ( nodraw ) + 1882.000000 ( nodraw ) ( nodraw ) + 1898.000000 ( nodraw ) ( nodraw ) + 1902.000000 ( nodraw ) ( nodraw ) + 1912.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1946.000000 ( nodraw ) ( nodraw ) + 1968.000000 ( nodraw ) ( nodraw ) + 1982.000000 ( nodraw ) ( nodraw ) + 2010.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( nodraw ) ( nodraw ) + 2068.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2286.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( ) ( nodraw ) + 2230.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( ) + 2242.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2440.000000 ( nodraw ) ( nodraw ) + 2470.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1660.000000 ( ) ( ) + 1626.000000 ( ) ( ) + 1620.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1604.000000 ( nodraw ) ( nodraw ) + 1590.000000 ( nodraw ) ( nodraw ) + 1600.000000 ( ) ( ) + 1612.000000 ( ) ( ) + 1618.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1890.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2306.000000 ( nodraw ) ( nodraw ) + 2316.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2276.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2246.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2224.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2462.000000 ( nodraw ) ( nodraw ) + 2474.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1646.000000 ( ) ( ) + 1636.000000 ( ) ( ) + 1598.000000 ( nodraw ) ( nodraw ) + 1594.000000 ( nodraw ) ( nodraw ) + 1598.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( ) ( ) + 1624.000000 ( ) ( ) + 1656.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( nodraw ) ( nodraw ) + 2318.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2272.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2246.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( ) + 2224.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2458.000000 ( nodraw ) ( nodraw ) + 2480.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1642.000000 ( ) ( ) + 1614.000000 ( nodraw ) ( nodraw ) + 1596.000000 ( nodraw ) ( nodraw ) + 1596.000000 ( nodraw ) ( nodraw ) + 1612.000000 ( nodraw ) ( nodraw ) + 1618.000000 ( ) ( ) + 1638.000000 ( ) ( ) + 1662.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2328.000000 ( nodraw ) ( ) + 2318.000000 ( nodraw ) ( nodraw ) + 2328.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2260.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2252.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( ) + 2224.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( ) ( ) + 2468.000000 ( nodraw ) ( nodraw ) + 2488.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1786.000000 ( ) ( ) + 1760.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1650.000000 ( ) ( ) + 1614.000000 ( nodraw ) ( ) + 1596.000000 ( nodraw ) ( nodraw ) + 1602.000000 ( nodraw ) ( nodraw ) + 1616.000000 ( nodraw ) ( nodraw ) + 1612.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2338.000000 ( nodraw ) ( ) + 2328.000000 ( nodraw ) ( nodraw ) + 2342.000000 ( nodraw ) ( nodraw ) + 2336.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2264.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2256.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2220.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( ) ( ) + 2472.000000 ( nodraw ) ( nodraw ) + 2484.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1652.000000 ( ) ( ) + 1628.000000 ( ) ( ) + 1614.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1592.000000 ( nodraw ) ( nodraw ) + 1604.000000 ( ) ( ) + 1640.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2332.000000 ( nodraw ) ( nodraw ) + 2350.000000 ( nodraw ) ( nodraw ) + 2352.000000 ( nodraw ) ( nodraw ) + 2350.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2272.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2220.000000 ( ) ( nodraw ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( ) ( ) + 2472.000000 ( nodraw ) ( nodraw ) + 2496.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1672.000000 ( ) ( ) + 1644.000000 ( ) ( ) + 1610.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1600.000000 ( ) ( nodraw ) + 1654.000000 ( ) ( ) + 1706.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2326.000000 ( nodraw ) ( nodraw ) + 2348.000000 ( nodraw ) ( nodraw ) + 2370.000000 ( nodraw ) ( nodraw ) + 2394.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2256.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2226.000000 ( ) ( nodraw ) + 2210.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( ) ( ) + 2458.000000 ( nodraw ) ( nodraw ) + 2486.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1668.000000 ( ) ( ) + 1624.000000 ( nodraw ) ( ) + 1618.000000 ( nodraw ) ( nodraw ) + 1598.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1624.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1686.000000 ( ) ( ) + 1680.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1768.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2326.000000 ( nodraw ) ( ) + 2350.000000 ( nodraw ) ( nodraw ) + 2362.000000 ( nodraw ) ( nodraw ) + 2394.000000 ( nodraw ) ( nodraw ) + 2408.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2238.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2204.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( ) ( ) + 2440.000000 ( nodraw ) ( nodraw ) + 2464.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1638.000000 ( nodraw ) ( nodraw ) + 1610.000000 ( nodraw ) ( nodraw ) + 1608.000000 ( nodraw ) ( nodraw ) + 1642.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1694.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2328.000000 ( nodraw ) ( nodraw ) + 2340.000000 ( nodraw ) ( nodraw ) + 2374.000000 ( nodraw ) ( nodraw ) + 2412.000000 ( nodraw ) ( nodraw ) + 2410.000000 ( nodraw ) ( nodraw ) + 2428.000000 ( nodraw ) ( nodraw ) + 2422.000000 ( nodraw ) ( nodraw ) + 2412.000000 ( nodraw ) ( nodraw ) + 2384.000000 ( nodraw ) ( nodraw ) + 2350.000000 ( nodraw ) ( nodraw ) + 2338.000000 ( nodraw ) ( nodraw ) + 2314.000000 ( nodraw ) ( nodraw ) + 2332.000000 ( nodraw ) ( nodraw ) + 2354.000000 ( nodraw ) ( nodraw ) + 2362.000000 ( nodraw ) ( nodraw ) + 2390.000000 ( nodraw ) ( nodraw ) + 2396.000000 ( nodraw ) ( nodraw ) + 2444.000000 ( nodraw ) ( nodraw ) + 2444.000000 ( nodraw ) ( nodraw ) + 2446.000000 ( nodraw ) ( nodraw ) + 2420.000000 ( nodraw ) ( nodraw ) + 2412.000000 ( nodraw ) ( nodraw ) + 2414.000000 ( nodraw ) ( nodraw ) + 2436.000000 ( nodraw ) ( nodraw ) + 2462.000000 ( nodraw ) ( nodraw ) + 2492.000000 ( nodraw ) ( nodraw ) + 2488.000000 ( nodraw ) ( nodraw ) + 2496.000000 ( nodraw ) ( nodraw ) + 2502.000000 ( nodraw ) ( nodraw ) + 2504.000000 ( nodraw ) ( nodraw ) + 2504.000000 ( nodraw ) ( nodraw ) + 2480.000000 ( nodraw ) ( nodraw ) + 2454.000000 ( nodraw ) ( nodraw ) + 2430.000000 ( nodraw ) ( nodraw ) + 2410.000000 ( nodraw ) ( nodraw ) + 2398.000000 ( nodraw ) ( nodraw ) + 2392.000000 ( nodraw ) ( nodraw ) + 2378.000000 ( nodraw ) ( nodraw ) + 2374.000000 ( nodraw ) ( nodraw ) + 2368.000000 ( nodraw ) ( nodraw ) + 2386.000000 ( nodraw ) ( nodraw ) + 2386.000000 ( nodraw ) ( nodraw ) + 2372.000000 ( nodraw ) ( nodraw ) + 2348.000000 ( nodraw ) ( nodraw ) + 2334.000000 ( nodraw ) ( nodraw ) + 2328.000000 ( nodraw ) ( nodraw ) + 2342.000000 ( nodraw ) ( nodraw ) + 2314.000000 ( nodraw ) ( nodraw ) + 2322.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2220.000000 ( nodraw ) ( nodraw ) + 2218.000000 ( nodraw ) ( nodraw ) + 2212.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2290.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( ) ( ) + 2414.000000 ( nodraw ) ( nodraw ) + 2460.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1734.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1666.000000 ( ) ( ) + 1648.000000 ( nodraw ) ( nodraw ) + 1628.000000 ( nodraw ) ( nodraw ) + 1612.000000 ( nodraw ) ( nodraw ) + 1614.000000 ( nodraw ) ( nodraw ) + 1664.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2340.000000 ( nodraw ) ( nodraw ) + 2354.000000 ( nodraw ) ( nodraw ) + 2378.000000 ( nodraw ) ( nodraw ) + 2422.000000 ( nodraw ) ( nodraw ) + 2450.000000 ( nodraw ) ( nodraw ) + 2466.000000 ( nodraw ) ( nodraw ) + 2470.000000 ( nodraw ) ( nodraw ) + 2458.000000 ( nodraw ) ( nodraw ) + 2430.000000 ( nodraw ) ( nodraw ) + 2390.000000 ( nodraw ) ( nodraw ) + 2352.000000 ( nodraw ) ( nodraw ) + 2346.000000 ( nodraw ) ( nodraw ) + 2358.000000 ( nodraw ) ( nodraw ) + 2378.000000 ( nodraw ) ( nodraw ) + 2380.000000 ( nodraw ) ( nodraw ) + 2406.000000 ( nodraw ) ( nodraw ) + 2418.000000 ( nodraw ) ( nodraw ) + 2444.000000 ( nodraw ) ( nodraw ) + 2464.000000 ( nodraw ) ( nodraw ) + 2458.000000 ( nodraw ) ( nodraw ) + 2440.000000 ( nodraw ) ( nodraw ) + 2424.000000 ( nodraw ) ( nodraw ) + 2420.000000 ( ) ( nodraw ) + 2440.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2484.000000 ( nodraw ) ( ) + 2500.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( nodraw ) ( nodraw ) + 2534.000000 ( ) ( nodraw ) + 2538.000000 ( nodraw ) ( ) + 2528.000000 ( nodraw ) ( nodraw ) + 2508.000000 ( nodraw ) ( nodraw ) + 2492.000000 ( nodraw ) ( nodraw ) + 2458.000000 ( nodraw ) ( nodraw ) + 2436.000000 ( nodraw ) ( nodraw ) + 2432.000000 ( nodraw ) ( nodraw ) + 2430.000000 ( nodraw ) ( nodraw ) + 2416.000000 ( nodraw ) ( nodraw ) + 2416.000000 ( ) ( nodraw ) + 2408.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2350.000000 ( nodraw ) ( nodraw ) + 2356.000000 ( nodraw ) ( nodraw ) + 2348.000000 ( nodraw ) ( nodraw ) + 2336.000000 ( nodraw ) ( nodraw ) + 2316.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2218.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2296.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2194.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( ) ( ) + 2392.000000 ( nodraw ) ( nodraw ) + 2426.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1654.000000 ( nodraw ) ( ) + 1636.000000 ( nodraw ) ( nodraw ) + 1634.000000 ( nodraw ) ( nodraw ) + 1638.000000 ( nodraw ) ( nodraw ) + 1658.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1732.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2336.000000 ( nodraw ) ( ) + 2360.000000 ( nodraw ) ( nodraw ) + 2394.000000 ( nodraw ) ( nodraw ) + 2444.000000 ( nodraw ) ( nodraw ) + 2452.000000 ( nodraw ) ( nodraw ) + 2500.000000 ( nodraw ) ( nodraw ) + 2464.000000 ( nodraw ) ( nodraw ) + 2494.000000 ( nodraw ) ( nodraw ) + 2440.000000 ( nodraw ) ( nodraw ) + 2428.000000 ( nodraw ) ( nodraw ) + 2384.000000 ( nodraw ) ( nodraw ) + 2378.000000 ( nodraw ) ( nodraw ) + 2378.000000 ( nodraw ) ( nodraw ) + 2410.000000 ( nodraw ) ( nodraw ) + 2398.000000 ( nodraw ) ( nodraw ) + 2400.000000 ( nodraw ) ( nodraw ) + 2412.000000 ( nodraw ) ( nodraw ) + 2440.000000 ( nodraw ) ( nodraw ) + 2460.000000 ( nodraw ) ( nodraw ) + 2430.000000 ( nodraw ) ( nodraw ) + 2418.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2410.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2332.000000 ( nodraw ) ( nodraw ) + 2344.000000 ( nodraw ) ( nodraw ) + 2362.000000 ( nodraw ) ( nodraw ) + 2344.000000 ( nodraw ) ( nodraw ) + 2324.000000 ( nodraw ) ( nodraw ) + 2304.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2302.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2298.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2216.000000 ( nodraw ) ( nodraw ) + 2198.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2384.000000 ( nodraw ) ( nodraw ) + 2418.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1688.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1652.000000 ( nodraw ) ( ) + 1636.000000 ( nodraw ) ( nodraw ) + 1644.000000 ( nodraw ) ( nodraw ) + 1668.000000 ( ) ( ) + 1682.000000 ( ) ( ) + 1704.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2398.000000 ( nodraw ) ( nodraw ) + 2432.000000 ( nodraw ) ( nodraw ) + 2460.000000 ( nodraw ) ( nodraw ) + 2448.000000 ( nodraw ) ( nodraw ) + 2434.000000 ( nodraw ) ( nodraw ) + 2440.000000 ( nodraw ) ( nodraw ) + 2446.000000 ( nodraw ) ( nodraw ) + 2420.000000 ( nodraw ) ( nodraw ) + 2408.000000 ( nodraw ) ( nodraw ) + 2392.000000 ( nodraw ) ( nodraw ) + 2414.000000 ( nodraw ) ( nodraw ) + 2400.000000 ( nodraw ) ( nodraw ) + 2394.000000 ( nodraw ) ( nodraw ) + 2388.000000 ( nodraw ) ( nodraw ) + 2402.000000 ( nodraw ) ( nodraw ) + 2406.000000 ( ) ( nodraw ) + 2386.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2354.000000 ( nodraw ) ( nodraw ) + 2350.000000 ( nodraw ) ( nodraw ) + 2342.000000 ( nodraw ) ( nodraw ) + 2332.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2298.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( ) + 2222.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2362.000000 ( nodraw ) ( nodraw ) + 2402.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1730.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1702.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1722.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1666.000000 ( nodraw ) ( nodraw ) + 1666.000000 ( nodraw ) ( nodraw ) + 1664.000000 ( nodraw ) ( nodraw ) + 1684.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2386.000000 ( nodraw ) ( ) + 2426.000000 ( nodraw ) ( nodraw ) + 2424.000000 ( nodraw ) ( nodraw ) + 2416.000000 ( nodraw ) ( nodraw ) + 2368.000000 ( nodraw ) ( nodraw ) + 2406.000000 ( nodraw ) ( nodraw ) + 2384.000000 ( nodraw ) ( nodraw ) + 2382.000000 ( nodraw ) ( nodraw ) + 2358.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2334.000000 ( nodraw ) ( ) + 2348.000000 ( nodraw ) ( nodraw ) + 2348.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2302.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2182.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2352.000000 ( nodraw ) ( nodraw ) + 2386.000000 ( ) ( nodraw ) + 2422.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1724.000000 ( ) ( ) + 1712.000000 ( ) ( ) + 1698.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1654.000000 ( ) ( ) + 1670.000000 ( nodraw ) ( nodraw ) + 1674.000000 ( nodraw ) ( nodraw ) + 1680.000000 ( ) ( ) + 1700.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2382.000000 ( nodraw ) ( ) + 2376.000000 ( nodraw ) ( nodraw ) + 2382.000000 ( nodraw ) ( nodraw ) + 2368.000000 ( nodraw ) ( nodraw ) + 2354.000000 ( nodraw ) ( nodraw ) + 2302.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2346.000000 ( nodraw ) ( nodraw ) + 2370.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2302.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2150.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2322.000000 ( nodraw ) ( nodraw ) + 2382.000000 ( nodraw ) ( nodraw ) + 2396.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1890.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1692.000000 ( ) ( ) + 1684.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1690.000000 ( ) ( ) + 1674.000000 ( nodraw ) ( nodraw ) + 1674.000000 ( nodraw ) ( nodraw ) + 1676.000000 ( ) ( ) + 1710.000000 ( ) ( ) + 1756.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2364.000000 ( nodraw ) ( nodraw ) + 2370.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 4.000000 ( ) ( ) + 4.000000 ( ) ( ) + 4.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2304.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2300.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2150.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2320.000000 ( nodraw ) ( nodraw ) + 2358.000000 ( nodraw ) ( nodraw ) + 2412.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1718.000000 ( ) ( ) + 1676.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1740.000000 ( ) ( ) + 1714.000000 ( ) ( ) + 1666.000000 ( nodraw ) ( nodraw ) + 1688.000000 ( nodraw ) ( nodraw ) + 1686.000000 ( nodraw ) ( nodraw ) + 1712.000000 ( ) ( ) + 1754.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2362.000000 ( nodraw ) ( nodraw ) + 2358.000000 ( nodraw ) ( nodraw ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 4.000000 ( ) ( ) + 4.000000 ( ) ( ) + 4.000000 ( ) ( ) + 0.000000 ( ) ( ) + 6.000000 ( ) ( ) + 10.000000 ( ) ( ) + 12.000000 ( ) ( ) + 10.000000 ( ) ( ) + 6.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2296.000000 ( nodraw ) ( nodraw ) + 2302.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 2302.000000 ( nodraw ) ( nodraw ) + 2304.000000 ( ) ( ) + 2288.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2150.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2302.000000 ( nodraw ) ( nodraw ) + 2364.000000 ( nodraw ) ( nodraw ) + 2394.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1728.000000 ( ) ( ) + 1696.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1736.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1678.000000 ( ) ( ) + 1672.000000 ( nodraw ) ( nodraw ) + 1676.000000 ( nodraw ) ( nodraw ) + 1710.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2370.000000 ( nodraw ) ( nodraw ) + 2376.000000 ( nodraw ) ( nodraw ) + 2364.000000 ( nodraw ) ( nodraw ) + 2386.000000 ( nodraw ) ( nodraw ) + 2392.000000 ( nodraw ) ( nodraw ) + 2382.000000 ( nodraw ) ( nodraw ) + 2394.000000 ( nodraw ) ( nodraw ) + 2406.000000 ( nodraw ) ( nodraw ) + 2432.000000 ( nodraw ) ( nodraw ) + 2434.000000 ( nodraw ) ( nodraw ) + 2440.000000 ( nodraw ) ( nodraw ) + 2438.000000 ( nodraw ) ( nodraw ) + 2430.000000 ( nodraw ) ( nodraw ) + 2440.000000 ( nodraw ) ( nodraw ) + 2448.000000 ( nodraw ) ( nodraw ) + 2466.000000 ( nodraw ) ( nodraw ) + 2468.000000 ( nodraw ) ( nodraw ) + 2452.000000 ( nodraw ) ( nodraw ) + 2458.000000 ( nodraw ) ( nodraw ) + 2476.000000 ( nodraw ) ( nodraw ) + 2488.000000 ( nodraw ) ( nodraw ) + 2506.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2544.000000 ( nodraw ) ( nodraw ) + 2552.000000 ( nodraw ) ( nodraw ) + 2550.000000 ( nodraw ) ( nodraw ) + 2554.000000 ( nodraw ) ( nodraw ) + 2556.000000 ( nodraw ) ( nodraw ) + 2564.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2536.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2570.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2586.000000 ( nodraw ) ( nodraw ) + 2570.000000 ( nodraw ) ( nodraw ) + 2584.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( nodraw ) ( nodraw ) + 2582.000000 ( nodraw ) ( nodraw ) + 2560.000000 ( nodraw ) ( nodraw ) + 2566.000000 ( nodraw ) ( nodraw ) + 2562.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2542.000000 ( nodraw ) ( nodraw ) + 2556.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2594.000000 ( nodraw ) ( nodraw ) + 2594.000000 ( nodraw ) ( nodraw ) + 2584.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2590.000000 ( nodraw ) ( nodraw ) + 2586.000000 ( nodraw ) ( nodraw ) + 2570.000000 ( nodraw ) ( nodraw ) + 2554.000000 ( nodraw ) ( nodraw ) + 2560.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2570.000000 ( nodraw ) ( nodraw ) + 2566.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2508.000000 ( nodraw ) ( nodraw ) + 2466.000000 ( nodraw ) ( nodraw ) + 2408.000000 ( nodraw ) ( nodraw ) + 2376.000000 ( nodraw ) ( nodraw ) + 2338.000000 ( nodraw ) ( nodraw ) + 2306.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2256.000000 ( nodraw ) ( nodraw ) + 2206.000000 ( nodraw ) ( nodraw ) + 2194.000000 ( nodraw ) ( nodraw ) + 2172.000000 ( ) ( nodraw ) + 2174.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2290.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2302.000000 ( nodraw ) ( nodraw ) + 2304.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2138.000000 ( nodraw ) ( nodraw ) + 2150.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2304.000000 ( nodraw ) ( nodraw ) + 2354.000000 ( nodraw ) ( nodraw ) + 2404.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1708.000000 ( ) ( ) + 1720.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1716.000000 ( ) ( ) + 1682.000000 ( nodraw ) ( nodraw ) + 1690.000000 ( nodraw ) ( nodraw ) + 1712.000000 ( ) ( ) + 1752.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2394.000000 ( nodraw ) ( nodraw ) + 2388.000000 ( nodraw ) ( nodraw ) + 2384.000000 ( nodraw ) ( nodraw ) + 2402.000000 ( nodraw ) ( nodraw ) + 2422.000000 ( nodraw ) ( nodraw ) + 2434.000000 ( nodraw ) ( nodraw ) + 2454.000000 ( nodraw ) ( nodraw ) + 2444.000000 ( nodraw ) ( nodraw ) + 2448.000000 ( nodraw ) ( nodraw ) + 2430.000000 ( nodraw ) ( nodraw ) + 2414.000000 ( nodraw ) ( nodraw ) + 2444.000000 ( nodraw ) ( nodraw ) + 2438.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2442.000000 ( nodraw ) ( ) + 2428.000000 ( nodraw ) ( nodraw ) + 2442.000000 ( nodraw ) ( nodraw ) + 2460.000000 ( nodraw ) ( nodraw ) + 2478.000000 ( nodraw ) ( nodraw ) + 2506.000000 ( nodraw ) ( nodraw ) + 2500.000000 ( nodraw ) ( nodraw ) + 2544.000000 ( ) ( nodraw ) + 2564.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2576.000000 ( nodraw ) ( ) + 2582.000000 ( nodraw ) ( nodraw ) + 2582.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( nodraw ) ( nodraw ) + 2572.000000 ( nodraw ) ( nodraw ) + 2568.000000 ( nodraw ) ( nodraw ) + 2560.000000 ( nodraw ) ( nodraw ) + 2544.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2544.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2572.000000 ( nodraw ) ( nodraw ) + 2564.000000 ( ) ( nodraw ) + 2574.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2534.000000 ( nodraw ) ( nodraw ) + 2536.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2564.000000 ( ) ( nodraw ) + 2586.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2560.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2542.000000 ( nodraw ) ( nodraw ) + 2530.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2494.000000 ( nodraw ) ( nodraw ) + 2450.000000 ( nodraw ) ( nodraw ) + 2448.000000 ( nodraw ) ( nodraw ) + 2450.000000 ( nodraw ) ( nodraw ) + 2428.000000 ( nodraw ) ( nodraw ) + 2390.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2292.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2304.000000 ( nodraw ) ( nodraw ) + 2306.000000 ( nodraw ) ( nodraw ) + 2304.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2150.000000 ( nodraw ) ( nodraw ) + 2150.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2304.000000 ( nodraw ) ( nodraw ) + 2350.000000 ( nodraw ) ( nodraw ) + 2394.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1744.000000 ( ) ( ) + 1726.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1746.000000 ( ) ( ) + 1738.000000 ( ) ( ) + 1708.000000 ( nodraw ) ( nodraw ) + 1708.000000 ( nodraw ) ( nodraw ) + 1722.000000 ( nodraw ) ( nodraw ) + 1742.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2590.000000 ( nodraw ) ( nodraw ) + 2600.000000 ( nodraw ) ( nodraw ) + 2582.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2584.000000 ( nodraw ) ( nodraw ) + 2574.000000 ( nodraw ) ( nodraw ) + 2564.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2538.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2538.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2560.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2538.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2244.000000 ( maxdetail ) ( maxdetail ) + 2284.000000 ( maxdetail ) ( maxdetail ) + 2270.000000 ( maxdetail ) ( maxdetail ) + 2288.000000 ( maxdetail ) ( maxdetail ) + 2278.000000 ( maxdetail ) ( maxdetail ) + 2296.000000 ( maxdetail ) ( maxdetail ) + 2302.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( maxdetail ) ( nodraw ) + 2302.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2290.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2138.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2302.000000 ( nodraw ) ( nodraw ) + 2360.000000 ( nodraw ) ( nodraw ) + 2404.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1742.000000 ( ) ( ) + 1740.000000 ( nodraw ) ( nodraw ) + 1748.000000 ( nodraw ) ( nodraw ) + 1756.000000 ( nodraw ) ( nodraw ) + 1780.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2636.000000 ( nodraw ) ( nodraw ) + 2622.000000 ( nodraw ) ( nodraw ) + 2622.000000 ( nodraw ) ( nodraw ) + 2602.000000 ( ) ( nodraw ) + 2620.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2538.000000 ( ) ( ) + 2538.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2274.000000 ( maxdetail ) ( maxdetail ) + 2300.000000 ( maxdetail ) ( maxdetail ) + 2300.000000 ( maxdetail ) ( maxdetail ) + 2296.000000 ( maxdetail ) ( maxdetail ) + 2296.000000 ( maxdetail ) ( maxdetail ) + 2294.000000 ( maxdetail ) ( maxdetail ) + 2292.000000 ( maxdetail ) ( maxdetail ) + 2296.000000 ( maxdetail ) ( maxdetail ) + 2298.000000 ( maxdetail ) ( maxdetail ) + 2296.000000 ( maxdetail ) ( maxdetail ) + 2306.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2272.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( nodraw ) ( ) + 2280.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2176.000000 ( nodraw ) ( nodraw ) + 2252.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2298.000000 ( nodraw ) ( nodraw ) + 2362.000000 ( nodraw ) ( nodraw ) + 2404.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1890.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1764.000000 ( ) ( ) + 1784.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1756.000000 ( nodraw ) ( nodraw ) + 1754.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2288.000000 ( maxdetail ) ( maxdetail ) + 2292.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2290.000000 ( maxdetail ) ( maxdetail ) + 2276.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( maxdetail ) ( maxdetail ) + 2296.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2316.000000 ( maxdetail ) ( maxdetail ) + 2296.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2288.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2276.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2186.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2302.000000 ( nodraw ) ( nodraw ) + 2356.000000 ( nodraw ) ( nodraw ) + 2406.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1788.000000 ( ) ( ) + 1782.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1748.000000 ( nodraw ) ( nodraw ) + 1740.000000 ( nodraw ) ( nodraw ) + 1774.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2288.000000 ( maxdetail ) ( maxdetail ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( maxdetail ) ( maxdetail ) + 2286.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2296.000000 ( maxdetail ) ( maxdetail ) + 2286.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2298.000000 ( maxdetail ) ( maxdetail ) + 2296.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2276.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( ) ( nodraw ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2274.000000 ( nodraw ) ( nodraw ) + 2254.000000 ( nodraw ) ( nodraw ) + 2252.000000 ( ) ( nodraw ) + 2272.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2178.000000 ( nodraw ) ( nodraw ) + 2210.000000 ( nodraw ) ( nodraw ) + 2244.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2316.000000 ( nodraw ) ( nodraw ) + 2372.000000 ( nodraw ) ( nodraw ) + 2406.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1764.000000 ( nodraw ) ( nodraw ) + 1764.000000 ( nodraw ) ( nodraw ) + 1752.000000 ( nodraw ) ( nodraw ) + 1782.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2142.000000 ( nodraw ) ( ) + 2134.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2538.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2294.000000 ( maxdetail ) ( maxdetail ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( maxdetail ) ( maxdetail ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( maxdetail ) ( maxdetail ) + 2292.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2294.000000 ( maxdetail ) ( maxdetail ) + 2296.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( ) ( nodraw ) + 2294.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2296.000000 ( nodraw ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2240.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2198.000000 ( nodraw ) ( ) + 2210.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2340.000000 ( nodraw ) ( nodraw ) + 2412.000000 ( nodraw ) ( nodraw ) + 2436.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1768.000000 ( nodraw ) ( nodraw ) + 1758.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( nodraw ) ( nodraw ) + 1790.000000 ( ) ( nodraw ) + 1806.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2144.000000 ( nodraw ) ( ) + 2118.000000 ( nodraw ) ( nodraw ) + 2100.000000 ( nodraw ) ( nodraw ) + 2076.000000 ( nodraw ) ( nodraw ) + 2100.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2256.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2224.000000 ( nodraw ) ( ) + 2210.000000 ( nodraw ) ( nodraw ) + 2226.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2362.000000 ( nodraw ) ( nodraw ) + 2420.000000 ( nodraw ) ( nodraw ) + 2454.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1788.000000 ( nodraw ) ( ) + 1792.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( nodraw ) ( nodraw ) + 1764.000000 ( nodraw ) ( nodraw ) + 1784.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2144.000000 ( nodraw ) ( ) + 2114.000000 ( nodraw ) ( nodraw ) + 2094.000000 ( nodraw ) ( nodraw ) + 2080.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( ) ( nodraw ) + 2036.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2542.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( ) + 2286.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2252.000000 ( nodraw ) ( nodraw ) + 2246.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2214.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2344.000000 ( nodraw ) ( nodraw ) + 2412.000000 ( nodraw ) ( nodraw ) + 2454.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1784.000000 ( nodraw ) ( ) + 1782.000000 ( nodraw ) ( nodraw ) + 1780.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1972.000000 ( nodraw ) ( nodraw ) + 1964.000000 ( nodraw ) ( nodraw ) + 1960.000000 ( ) ( nodraw ) + 1968.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2126.000000 ( nodraw ) ( ) + 2124.000000 ( nodraw ) ( nodraw ) + 2096.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( nodraw ) ( nodraw ) + 2086.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2306.000000 ( nodraw ) ( ) + 2288.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( ) ( nodraw ) + 2280.000000 ( nodraw ) ( ) + 2288.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2240.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2234.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2350.000000 ( nodraw ) ( nodraw ) + 2392.000000 ( nodraw ) ( nodraw ) + 2434.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1770.000000 ( nodraw ) ( nodraw ) + 1770.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( ) ( nodraw ) + 1784.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1982.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( nodraw ) ( nodraw ) + 1952.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1924.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2144.000000 ( nodraw ) ( ) + 2124.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2088.000000 ( nodraw ) ( nodraw ) + 2090.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2276.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( nodraw ) ( ) + 2274.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( ) ( nodraw ) + 2262.000000 ( nodraw ) ( ) + 2276.000000 ( ) ( nodraw ) + 2260.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2214.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2348.000000 ( nodraw ) ( nodraw ) + 2390.000000 ( nodraw ) ( nodraw ) + 2430.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1772.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( nodraw ) ( nodraw ) + 1762.000000 ( nodraw ) ( nodraw ) + 1762.000000 ( ) ( nodraw ) + 1784.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 1998.000000 ( nodraw ) ( ) + 1960.000000 ( nodraw ) ( nodraw ) + 1920.000000 ( nodraw ) ( nodraw ) + 1930.000000 ( nodraw ) ( nodraw ) + 1940.000000 ( nodraw ) ( nodraw ) + 1932.000000 ( nodraw ) ( nodraw ) + 1942.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2110.000000 ( nodraw ) ( nodraw ) + 2068.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2290.000000 ( nodraw ) ( ) + 2268.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2252.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2268.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2214.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2348.000000 ( nodraw ) ( nodraw ) + 2396.000000 ( nodraw ) ( nodraw ) + 2444.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1766.000000 ( nodraw ) ( ) + 1762.000000 ( nodraw ) ( nodraw ) + 1746.000000 ( nodraw ) ( nodraw ) + 1772.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2010.000000 ( nodraw ) ( ) + 1976.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( nodraw ) ( nodraw ) + 1930.000000 ( nodraw ) ( nodraw ) + 1932.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2144.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2082.000000 ( nodraw ) ( nodraw ) + 2088.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2258.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( ) ( nodraw ) + 2270.000000 ( nodraw ) ( ) + 2256.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2236.000000 ( nodraw ) ( nodraw ) + 2244.000000 ( nodraw ) ( nodraw ) + 2254.000000 ( nodraw ) ( nodraw ) + 2236.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( ) ( nodraw ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2260.000000 ( nodraw ) ( ) + 2272.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( ) ( nodraw ) + 2288.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2214.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2354.000000 ( nodraw ) ( nodraw ) + 2400.000000 ( nodraw ) ( nodraw ) + 2450.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1766.000000 ( nodraw ) ( ) + 1736.000000 ( nodraw ) ( nodraw ) + 1758.000000 ( nodraw ) ( nodraw ) + 1786.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1890.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1982.000000 ( nodraw ) ( nodraw ) + 1960.000000 ( nodraw ) ( nodraw ) + 1934.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2148.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2086.000000 ( nodraw ) ( nodraw ) + 2094.000000 ( ) ( nodraw ) + 2120.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2410.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2264.000000 ( nodraw ) ( ) + 2254.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2228.000000 ( nodraw ) ( nodraw ) + 2228.000000 ( nodraw ) ( nodraw ) + 2226.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2244.000000 ( nodraw ) ( nodraw ) + 2240.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( ) ( nodraw ) + 2290.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2298.000000 ( nodraw ) ( ) + 2276.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( ) ( nodraw ) + 2284.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2234.000000 ( nodraw ) ( ) + 2214.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2350.000000 ( nodraw ) ( nodraw ) + 2418.000000 ( nodraw ) ( nodraw ) + 2464.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2560.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1770.000000 ( nodraw ) ( ) + 1754.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( ) ( nodraw ) + 1796.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 1982.000000 ( nodraw ) ( nodraw ) + 1956.000000 ( nodraw ) ( nodraw ) + 1942.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( ) ( nodraw ) + 1956.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2148.000000 ( nodraw ) ( nodraw ) + 2116.000000 ( nodraw ) ( nodraw ) + 2092.000000 ( ) ( nodraw ) + 2120.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2246.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2244.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2242.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2246.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2228.000000 ( nodraw ) ( nodraw ) + 2226.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( ) ( nodraw ) + 2234.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2254.000000 ( nodraw ) ( nodraw ) + 2226.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( ) ( nodraw ) + 2282.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2214.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2360.000000 ( nodraw ) ( nodraw ) + 2418.000000 ( nodraw ) ( nodraw ) + 2466.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1806.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1760.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( nodraw ) ( nodraw ) + 1786.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 1984.000000 ( nodraw ) ( nodraw ) + 1960.000000 ( nodraw ) ( nodraw ) + 1936.000000 ( nodraw ) ( nodraw ) + 1920.000000 ( ) ( nodraw ) + 1942.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2182.000000 ( nodraw ) ( ) + 2136.000000 ( nodraw ) ( nodraw ) + 2108.000000 ( nodraw ) ( nodraw ) + 2122.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2228.000000 ( nodraw ) ( ) + 2226.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2236.000000 ( nodraw ) ( nodraw ) + 2232.000000 ( nodraw ) ( nodraw ) + 2226.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2218.000000 ( nodraw ) ( nodraw ) + 2228.000000 ( nodraw ) ( nodraw ) + 2220.000000 ( nodraw ) ( nodraw ) + 2226.000000 ( nodraw ) ( nodraw ) + 2220.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2270.000000 ( nodraw ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2208.000000 ( nodraw ) ( nodraw ) + 2178.000000 ( nodraw ) ( nodraw ) + 2220.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2364.000000 ( nodraw ) ( nodraw ) + 2432.000000 ( nodraw ) ( nodraw ) + 2484.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1830.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1758.000000 ( nodraw ) ( nodraw ) + 1774.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1964.000000 ( nodraw ) ( nodraw ) + 1936.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1942.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2204.000000 ( nodraw ) ( ) + 2168.000000 ( nodraw ) ( nodraw ) + 2130.000000 ( nodraw ) ( nodraw ) + 2130.000000 ( nodraw ) ( nodraw ) + 2158.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2194.000000 ( nodraw ) ( ) + 2188.000000 ( ) ( nodraw ) + 2206.000000 ( nodraw ) ( ) + 2208.000000 ( ) ( nodraw ) + 2226.000000 ( nodraw ) ( ) + 2206.000000 ( nodraw ) ( nodraw ) + 2214.000000 ( nodraw ) ( nodraw ) + 2196.000000 ( nodraw ) ( nodraw ) + 2208.000000 ( nodraw ) ( nodraw ) + 2208.000000 ( nodraw ) ( nodraw ) + 2220.000000 ( nodraw ) ( nodraw ) + 2228.000000 ( nodraw ) ( nodraw ) + 2228.000000 ( nodraw ) ( nodraw ) + 2228.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( nodraw ) ( nodraw ) + 2238.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2298.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2208.000000 ( nodraw ) ( ) + 2152.000000 ( nodraw ) ( nodraw ) + 2178.000000 ( nodraw ) ( nodraw ) + 2200.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2390.000000 ( nodraw ) ( nodraw ) + 2452.000000 ( nodraw ) ( nodraw ) + 2492.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2560.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1814.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1782.000000 ( nodraw ) ( nodraw ) + 1788.000000 ( ) ( nodraw ) + 1802.000000 ( nodraw ) ( ) + 1798.000000 ( ) ( nodraw ) + 1804.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 1978.000000 ( nodraw ) ( ) + 1936.000000 ( nodraw ) ( nodraw ) + 1934.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2222.000000 ( nodraw ) ( ) + 2174.000000 ( nodraw ) ( nodraw ) + 2156.000000 ( nodraw ) ( nodraw ) + 2158.000000 ( nodraw ) ( nodraw ) + 2170.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2164.000000 ( nodraw ) ( nodraw ) + 2172.000000 ( ) ( nodraw ) + 2188.000000 ( nodraw ) ( ) + 2172.000000 ( nodraw ) ( nodraw ) + 2178.000000 ( nodraw ) ( nodraw ) + 2180.000000 ( nodraw ) ( nodraw ) + 2186.000000 ( nodraw ) ( nodraw ) + 2200.000000 ( nodraw ) ( nodraw ) + 2192.000000 ( nodraw ) ( nodraw ) + 2194.000000 ( nodraw ) ( nodraw ) + 2200.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2216.000000 ( nodraw ) ( nodraw ) + 2236.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( ) + 2280.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( ) ( nodraw ) + 2278.000000 ( nodraw ) ( ) + 2276.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2168.000000 ( nodraw ) ( ) + 2146.000000 ( nodraw ) ( nodraw ) + 2188.000000 ( nodraw ) ( nodraw ) + 2228.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2402.000000 ( nodraw ) ( nodraw ) + 2474.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1788.000000 ( nodraw ) ( ) + 1766.000000 ( nodraw ) ( nodraw ) + 1772.000000 ( nodraw ) ( nodraw ) + 1782.000000 ( nodraw ) ( nodraw ) + 1778.000000 ( ) ( nodraw ) + 1818.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2016.000000 ( nodraw ) ( ) + 1960.000000 ( nodraw ) ( nodraw ) + 1934.000000 ( nodraw ) ( nodraw ) + 1950.000000 ( nodraw ) ( nodraw ) + 1974.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2210.000000 ( nodraw ) ( ) + 2160.000000 ( nodraw ) ( nodraw ) + 2138.000000 ( nodraw ) ( nodraw ) + 2168.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2166.000000 ( nodraw ) ( nodraw ) + 2148.000000 ( nodraw ) ( nodraw ) + 2146.000000 ( nodraw ) ( nodraw ) + 2154.000000 ( nodraw ) ( nodraw ) + 2134.000000 ( nodraw ) ( nodraw ) + 2136.000000 ( nodraw ) ( nodraw ) + 2136.000000 ( nodraw ) ( nodraw ) + 2142.000000 ( nodraw ) ( nodraw ) + 2160.000000 ( nodraw ) ( nodraw ) + 2168.000000 ( nodraw ) ( nodraw ) + 2176.000000 ( nodraw ) ( nodraw ) + 2192.000000 ( nodraw ) ( nodraw ) + 2196.000000 ( nodraw ) ( nodraw ) + 2202.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2170.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2436.000000 ( nodraw ) ( nodraw ) + 2478.000000 ( nodraw ) ( nodraw ) + 2534.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1772.000000 ( ) ( ) + 1762.000000 ( nodraw ) ( nodraw ) + 1770.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( ) ( nodraw ) + 1794.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2008.000000 ( nodraw ) ( nodraw ) + 1974.000000 ( nodraw ) ( nodraw ) + 1956.000000 ( nodraw ) ( nodraw ) + 1974.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2140.000000 ( nodraw ) ( nodraw ) + 2134.000000 ( nodraw ) ( nodraw ) + 2130.000000 ( nodraw ) ( nodraw ) + 2128.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2110.000000 ( nodraw ) ( nodraw ) + 2108.000000 ( nodraw ) ( nodraw ) + 2120.000000 ( nodraw ) ( nodraw ) + 2130.000000 ( nodraw ) ( nodraw ) + 2120.000000 ( nodraw ) ( nodraw ) + 2126.000000 ( nodraw ) ( nodraw ) + 2132.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2286.000000 ( nodraw ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2190.000000 ( nodraw ) ( nodraw ) + 2256.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2438.000000 ( nodraw ) ( nodraw ) + 2498.000000 ( nodraw ) ( nodraw ) + 2560.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1812.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1754.000000 ( nodraw ) ( nodraw ) + 1744.000000 ( nodraw ) ( nodraw ) + 1750.000000 ( nodraw ) ( nodraw ) + 1734.000000 ( nodraw ) ( nodraw ) + 1760.000000 ( nodraw ) ( nodraw ) + 1768.000000 ( ) ( nodraw ) + 1792.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1944.000000 ( nodraw ) ( nodraw ) + 1980.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2102.000000 ( nodraw ) ( ) + 2096.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2090.000000 ( nodraw ) ( nodraw ) + 2086.000000 ( nodraw ) ( nodraw ) + 2102.000000 ( nodraw ) ( nodraw ) + 2106.000000 ( nodraw ) ( nodraw ) + 2108.000000 ( nodraw ) ( nodraw ) + 2106.000000 ( nodraw ) ( nodraw ) + 2112.000000 ( nodraw ) ( nodraw ) + 2116.000000 ( nodraw ) ( nodraw ) + 2110.000000 ( nodraw ) ( nodraw ) + 2116.000000 ( nodraw ) ( nodraw ) + 2130.000000 ( nodraw ) ( nodraw ) + 2134.000000 ( ) ( nodraw ) + 2142.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2306.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2162.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2456.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( nodraw ) ( nodraw ) + 2570.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1816.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1750.000000 ( ) ( ) + 1740.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1766.000000 ( ) ( nodraw ) + 1778.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2116.000000 ( nodraw ) ( ) + 2078.000000 ( nodraw ) ( nodraw ) + 2086.000000 ( nodraw ) ( nodraw ) + 2074.000000 ( nodraw ) ( nodraw ) + 2080.000000 ( nodraw ) ( nodraw ) + 2066.000000 ( nodraw ) ( nodraw ) + 2070.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( nodraw ) ( nodraw ) + 2090.000000 ( nodraw ) ( nodraw ) + 2092.000000 ( nodraw ) ( nodraw ) + 2084.000000 ( nodraw ) ( nodraw ) + 2096.000000 ( nodraw ) ( nodraw ) + 2096.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2252.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2306.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2166.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2466.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2586.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2712.000000 ( ) ( ) + 2712.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2560.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1794.000000 ( ) ( ) + 1762.000000 ( ) ( ) + 1748.000000 ( nodraw ) ( nodraw ) + 1728.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1730.000000 ( nodraw ) ( nodraw ) + 1758.000000 ( ) ( nodraw ) + 1772.000000 ( ) ( ) + 1808.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2122.000000 ( nodraw ) ( nodraw ) + 2112.000000 ( nodraw ) ( nodraw ) + 2104.000000 ( nodraw ) ( nodraw ) + 2092.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( nodraw ) ( nodraw ) + 2064.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( nodraw ) ( nodraw ) + 2068.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( nodraw ) ( nodraw ) + 2070.000000 ( nodraw ) ( nodraw ) + 2074.000000 ( nodraw ) ( nodraw ) + 2080.000000 ( nodraw ) ( nodraw ) + 2094.000000 ( ) ( nodraw ) + 2114.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2286.000000 ( nodraw ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( ) ( nodraw ) + 2288.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2300.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2302.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2166.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2472.000000 ( nodraw ) ( nodraw ) + 2544.000000 ( nodraw ) ( nodraw ) + 2596.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2716.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2712.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1820.000000 ( ) ( ) + 1792.000000 ( ) ( ) + 1748.000000 ( ) ( ) + 1738.000000 ( nodraw ) ( nodraw ) + 1738.000000 ( nodraw ) ( nodraw ) + 1720.000000 ( nodraw ) ( nodraw ) + 1718.000000 ( nodraw ) ( nodraw ) + 1732.000000 ( ) ( nodraw ) + 1790.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2138.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2108.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2088.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( nodraw ) ( nodraw ) + 2088.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( ) ( nodraw ) + 2070.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( ) ( nodraw ) + 2288.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2304.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2226.000000 ( nodraw ) ( ) + 2268.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2472.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2734.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1776.000000 ( ) ( ) + 1770.000000 ( ) ( ) + 1758.000000 ( nodraw ) ( ) + 1742.000000 ( nodraw ) ( nodraw ) + 1736.000000 ( nodraw ) ( nodraw ) + 1740.000000 ( nodraw ) ( nodraw ) + 1764.000000 ( nodraw ) ( nodraw ) + 1786.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2124.000000 ( nodraw ) ( ) + 2106.000000 ( nodraw ) ( nodraw ) + 2106.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2108.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2108.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2088.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2310.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2286.000000 ( nodraw ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2490.000000 ( nodraw ) ( nodraw ) + 2542.000000 ( nodraw ) ( nodraw ) + 2606.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2720.000000 ( ) ( ) + 2736.000000 ( ) ( ) + 2742.000000 ( ) ( ) + 2748.000000 ( ) ( ) + 2750.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1860.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1800.000000 ( ) ( ) + 1796.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1774.000000 ( ) ( ) + 1750.000000 ( nodraw ) ( ) + 1738.000000 ( nodraw ) ( nodraw ) + 1752.000000 ( nodraw ) ( nodraw ) + 1754.000000 ( nodraw ) ( nodraw ) + 1762.000000 ( nodraw ) ( nodraw ) + 1794.000000 ( ) ( ) + 1822.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1862.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2106.000000 ( nodraw ) ( ) + 2094.000000 ( nodraw ) ( nodraw ) + 2094.000000 ( nodraw ) ( nodraw ) + 2092.000000 ( nodraw ) ( nodraw ) + 2090.000000 ( nodraw ) ( nodraw ) + 2100.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2118.000000 ( nodraw ) ( nodraw ) + 2108.000000 ( ) ( nodraw ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2542.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2560.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2542.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2306.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2474.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2622.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2752.000000 ( ) ( ) + 2766.000000 ( ) ( ) + 2750.000000 ( ) ( ) + 2746.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1832.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1780.000000 ( ) ( ) + 1758.000000 ( ) ( ) + 1766.000000 ( ) ( ) + 1776.000000 ( nodraw ) ( nodraw ) + 1774.000000 ( nodraw ) ( nodraw ) + 1776.000000 ( nodraw ) ( nodraw ) + 1802.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1864.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2078.000000 ( nodraw ) ( nodraw ) + 2080.000000 ( nodraw ) ( nodraw ) + 2076.000000 ( nodraw ) ( nodraw ) + 2090.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( nodraw ) ( nodraw ) + 2098.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2410.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2270.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2306.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2270.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2466.000000 ( nodraw ) ( nodraw ) + 2550.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2732.000000 ( ) ( ) + 2758.000000 ( ) ( ) + 2768.000000 ( ) ( ) + 2764.000000 ( ) ( ) + 2734.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1848.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1810.000000 ( ) ( ) + 1802.000000 ( ) ( ) + 1790.000000 ( ) ( ) + 1776.000000 ( nodraw ) ( nodraw ) + 1790.000000 ( nodraw ) ( nodraw ) + 1790.000000 ( nodraw ) ( nodraw ) + 1788.000000 ( nodraw ) ( nodraw ) + 1808.000000 ( nodraw ) ( nodraw ) + 1812.000000 ( ) ( nodraw ) + 1848.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2062.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( nodraw ) ( nodraw ) + 2068.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( nodraw ) ( nodraw ) + 2088.000000 ( ) ( nodraw ) + 2098.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2270.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2456.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( ) ( nodraw ) + 2670.000000 ( ) ( ) + 2714.000000 ( ) ( ) + 2734.000000 ( ) ( ) + 2766.000000 ( ) ( ) + 2764.000000 ( ) ( ) + 2756.000000 ( ) ( ) + 2746.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1834.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1818.000000 ( ) ( ) + 1798.000000 ( ) ( ) + 1778.000000 ( ) ( ) + 1800.000000 ( nodraw ) ( nodraw ) + 1794.000000 ( nodraw ) ( nodraw ) + 1792.000000 ( nodraw ) ( nodraw ) + 1770.000000 ( nodraw ) ( nodraw ) + 1794.000000 ( ) ( nodraw ) + 1848.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1894.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2078.000000 ( nodraw ) ( ) + 2058.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( ) ( nodraw ) + 2088.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2450.000000 ( nodraw ) ( nodraw ) + 2524.000000 ( nodraw ) ( nodraw ) + 2606.000000 ( nodraw ) ( nodraw ) + 2670.000000 ( ) ( ) + 2712.000000 ( ) ( ) + 2742.000000 ( ) ( ) + 2752.000000 ( ) ( ) + 2764.000000 ( ) ( ) + 2752.000000 ( ) ( ) + 2736.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1866.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1844.000000 ( ) ( ) + 1836.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1824.000000 ( ) ( ) + 1826.000000 ( ) ( ) + 1804.000000 ( ) ( ) + 1812.000000 ( nodraw ) ( ) + 1804.000000 ( nodraw ) ( nodraw ) + 1780.000000 ( nodraw ) ( nodraw ) + 1772.000000 ( nodraw ) ( nodraw ) + 1804.000000 ( ) ( nodraw ) + 1852.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2076.000000 ( nodraw ) ( ) + 2048.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2440.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2596.000000 ( nodraw ) ( nodraw ) + 2656.000000 ( nodraw ) ( nodraw ) + 2684.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2746.000000 ( ) ( ) + 2740.000000 ( ) ( ) + 2748.000000 ( ) ( ) + 2732.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1874.000000 ( ) ( ) + 1856.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1852.000000 ( ) ( ) + 1846.000000 ( ) ( ) + 1822.000000 ( nodraw ) ( ) + 1810.000000 ( nodraw ) ( nodraw ) + 1792.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1838.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2040.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2254.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( nodraw ) ( nodraw ) + 2234.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2448.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( nodraw ) ( nodraw ) + 2642.000000 ( nodraw ) ( nodraw ) + 2680.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2730.000000 ( ) ( ) + 2730.000000 ( ) ( ) + 2742.000000 ( ) ( ) + 2722.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1890.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1882.000000 ( ) ( ) + 1854.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1870.000000 ( ) ( ) + 1840.000000 ( ) ( ) + 1836.000000 ( nodraw ) ( ) + 1820.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1798.000000 ( nodraw ) ( nodraw ) + 1808.000000 ( nodraw ) ( nodraw ) + 1826.000000 ( ) ( ) + 1876.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2026.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2016.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2214.000000 ( nodraw ) ( nodraw ) + 2228.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2446.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2582.000000 ( nodraw ) ( nodraw ) + 2634.000000 ( nodraw ) ( nodraw ) + 2666.000000 ( nodraw ) ( nodraw ) + 2714.000000 ( ) ( ) + 2722.000000 ( ) ( ) + 2722.000000 ( ) ( ) + 2722.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1842.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1828.000000 ( ) ( ) + 1818.000000 ( nodraw ) ( nodraw ) + 1818.000000 ( nodraw ) ( nodraw ) + 1828.000000 ( nodraw ) ( nodraw ) + 1860.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2030.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( ) ( nodraw ) + 2298.000000 ( nodraw ) ( ) + 2284.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( nodraw ) ( nodraw ) + 2258.000000 ( nodraw ) ( nodraw ) + 2188.000000 ( nodraw ) ( nodraw ) + 2194.000000 ( nodraw ) ( nodraw ) + 2260.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2432.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( nodraw ) ( nodraw ) + 2640.000000 ( nodraw ) ( nodraw ) + 2676.000000 ( nodraw ) ( nodraw ) + 2700.000000 ( ) ( nodraw ) + 2726.000000 ( ) ( ) + 2732.000000 ( ) ( ) + 2724.000000 ( ) ( ) + 2716.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2064.000000 ( nodraw ) ( nodraw ) + 2034.000000 ( nodraw ) ( nodraw ) + 2034.000000 ( ) ( nodraw ) + 2090.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1880.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1858.000000 ( ) ( ) + 1838.000000 ( ) ( ) + 1838.000000 ( nodraw ) ( nodraw ) + 1828.000000 ( nodraw ) ( nodraw ) + 1838.000000 ( nodraw ) ( nodraw ) + 1848.000000 ( nodraw ) ( nodraw ) + 1874.000000 ( ) ( nodraw ) + 1900.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2006.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2288.000000 ( nodraw ) ( nodraw ) + 2290.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2196.000000 ( nodraw ) ( nodraw ) + 2168.000000 ( nodraw ) ( nodraw ) + 2208.000000 ( nodraw ) ( nodraw ) + 2244.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2428.000000 ( nodraw ) ( nodraw ) + 2508.000000 ( nodraw ) ( nodraw ) + 2574.000000 ( nodraw ) ( nodraw ) + 2630.000000 ( nodraw ) ( nodraw ) + 2666.000000 ( nodraw ) ( nodraw ) + 2696.000000 ( nodraw ) ( nodraw ) + 2714.000000 ( ) ( nodraw ) + 2724.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2066.000000 ( nodraw ) ( nodraw ) + 2022.000000 ( nodraw ) ( nodraw ) + 2036.000000 ( nodraw ) ( nodraw ) + 2072.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1892.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1904.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1878.000000 ( ) ( ) + 1868.000000 ( ) ( ) + 1850.000000 ( ) ( ) + 1846.000000 ( nodraw ) ( nodraw ) + 1850.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( nodraw ) ( nodraw ) + 1858.000000 ( nodraw ) ( nodraw ) + 1868.000000 ( nodraw ) ( nodraw ) + 1904.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2042.000000 ( nodraw ) ( ) + 2006.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( ) ( nodraw ) + 2292.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2210.000000 ( nodraw ) ( nodraw ) + 2182.000000 ( nodraw ) ( nodraw ) + 2182.000000 ( nodraw ) ( nodraw ) + 2190.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2420.000000 ( nodraw ) ( nodraw ) + 2506.000000 ( nodraw ) ( nodraw ) + 2564.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2686.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2718.000000 ( ) ( ) + 2720.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2018.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2074.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1884.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1908.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1872.000000 ( ) ( ) + 1858.000000 ( nodraw ) ( ) + 1866.000000 ( nodraw ) ( nodraw ) + 1870.000000 ( nodraw ) ( nodraw ) + 1878.000000 ( nodraw ) ( nodraw ) + 1902.000000 ( nodraw ) ( nodraw ) + 1914.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2022.000000 ( nodraw ) ( ) + 1996.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2288.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( ) ( nodraw ) + 2290.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2292.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2246.000000 ( nodraw ) ( nodraw ) + 2240.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2244.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2426.000000 ( nodraw ) ( nodraw ) + 2502.000000 ( nodraw ) ( nodraw ) + 2566.000000 ( nodraw ) ( nodraw ) + 2606.000000 ( nodraw ) ( nodraw ) + 2660.000000 ( nodraw ) ( nodraw ) + 2676.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2050.000000 ( nodraw ) ( ) + 2028.000000 ( nodraw ) ( nodraw ) + 2046.000000 ( ) ( nodraw ) + 2062.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1900.000000 ( ) ( ) + 1886.000000 ( ) ( ) + 1896.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1906.000000 ( ) ( ) + 1888.000000 ( ) ( ) + 1882.000000 ( nodraw ) ( ) + 1876.000000 ( nodraw ) ( nodraw ) + 1882.000000 ( nodraw ) ( nodraw ) + 1886.000000 ( nodraw ) ( nodraw ) + 1894.000000 ( nodraw ) ( nodraw ) + 1922.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2000.000000 ( nodraw ) ( nodraw ) + 1986.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( ) ( nodraw ) + 1998.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( ) + 2278.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( ) ( nodraw ) + 2294.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2306.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2244.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2418.000000 ( nodraw ) ( nodraw ) + 2498.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2594.000000 ( nodraw ) ( nodraw ) + 2650.000000 ( nodraw ) ( nodraw ) + 2676.000000 ( nodraw ) ( nodraw ) + 2686.000000 ( nodraw ) ( nodraw ) + 2704.000000 ( nodraw ) ( nodraw ) + 2700.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2016.000000 ( nodraw ) ( nodraw ) + 2024.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( ) ( nodraw ) + 2048.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1902.000000 ( ) ( ) + 1910.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1898.000000 ( ) ( ) + 1902.000000 ( nodraw ) ( nodraw ) + 1914.000000 ( nodraw ) ( nodraw ) + 1910.000000 ( nodraw ) ( nodraw ) + 1910.000000 ( nodraw ) ( nodraw ) + 1908.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( nodraw ) ( nodraw ) + 1956.000000 ( nodraw ) ( nodraw ) + 1954.000000 ( nodraw ) ( nodraw ) + 1966.000000 ( ) ( nodraw ) + 1984.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2048.000000 ( nodraw ) ( ) + 2040.000000 ( ) ( nodraw ) + 2034.000000 ( nodraw ) ( ) + 2012.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1990.000000 ( nodraw ) ( nodraw ) + 1996.000000 ( ) ( nodraw ) + 2000.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2274.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( ) ( nodraw ) + 2298.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2312.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2240.000000 ( nodraw ) ( nodraw ) + 2264.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2414.000000 ( nodraw ) ( nodraw ) + 2470.000000 ( nodraw ) ( nodraw ) + 2554.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2632.000000 ( nodraw ) ( nodraw ) + 2660.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2702.000000 ( nodraw ) ( nodraw ) + 2696.000000 ( ) ( nodraw ) + 2684.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2036.000000 ( nodraw ) ( nodraw ) + 2024.000000 ( nodraw ) ( nodraw ) + 2032.000000 ( nodraw ) ( nodraw ) + 2060.000000 ( nodraw ) ( nodraw ) + 2080.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1928.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1916.000000 ( ) ( ) + 1924.000000 ( ) ( ) + 1922.000000 ( ) ( ) + 1914.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1912.000000 ( ) ( ) + 1922.000000 ( nodraw ) ( ) + 1926.000000 ( nodraw ) ( nodraw ) + 1934.000000 ( nodraw ) ( nodraw ) + 1932.000000 ( nodraw ) ( nodraw ) + 1936.000000 ( nodraw ) ( nodraw ) + 1920.000000 ( nodraw ) ( nodraw ) + 1916.000000 ( nodraw ) ( nodraw ) + 1942.000000 ( nodraw ) ( nodraw ) + 1966.000000 ( nodraw ) ( nodraw ) + 1972.000000 ( nodraw ) ( nodraw ) + 1964.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1982.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( ) ( nodraw ) + 1998.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2022.000000 ( nodraw ) ( ) + 2008.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2026.000000 ( nodraw ) ( nodraw ) + 2012.000000 ( nodraw ) ( nodraw ) + 2000.000000 ( nodraw ) ( nodraw ) + 2022.000000 ( nodraw ) ( nodraw ) + 2026.000000 ( ) ( nodraw ) + 2038.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2038.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 1980.000000 ( nodraw ) ( nodraw ) + 1986.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( ) ( nodraw ) + 2002.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2720.000000 ( ) ( ) + 2726.000000 ( ) ( ) + 2712.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2276.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( ) ( nodraw ) + 2296.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2422.000000 ( nodraw ) ( nodraw ) + 2482.000000 ( nodraw ) ( nodraw ) + 2556.000000 ( nodraw ) ( nodraw ) + 2590.000000 ( nodraw ) ( nodraw ) + 2624.000000 ( nodraw ) ( nodraw ) + 2654.000000 ( nodraw ) ( nodraw ) + 2672.000000 ( nodraw ) ( nodraw ) + 2686.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2670.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2044.000000 ( nodraw ) ( ) + 2028.000000 ( nodraw ) ( nodraw ) + 2032.000000 ( nodraw ) ( nodraw ) + 2062.000000 ( nodraw ) ( nodraw ) + 2078.000000 ( ) ( nodraw ) + 2086.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1918.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1920.000000 ( ) ( ) + 1926.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1934.000000 ( nodraw ) ( ) + 1942.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1928.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1968.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2008.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2002.000000 ( nodraw ) ( nodraw ) + 2006.000000 ( nodraw ) ( nodraw ) + 2002.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2010.000000 ( nodraw ) ( nodraw ) + 1996.000000 ( nodraw ) ( nodraw ) + 1998.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2726.000000 ( ) ( ) + 2722.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2284.000000 ( nodraw ) ( nodraw ) + 2236.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2674.000000 ( nodraw ) ( nodraw ) + 2662.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2044.000000 ( nodraw ) ( ) + 2048.000000 ( nodraw ) ( nodraw ) + 2050.000000 ( nodraw ) ( nodraw ) + 2046.000000 ( nodraw ) ( nodraw ) + 2054.000000 ( ) ( nodraw ) + 2078.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1932.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1946.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1938.000000 ( ) ( ) + 1936.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1948.000000 ( nodraw ) ( ) + 1948.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1938.000000 ( nodraw ) ( nodraw ) + 1948.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1958.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1990.000000 ( nodraw ) ( nodraw ) + 1978.000000 ( nodraw ) ( nodraw ) + 1988.000000 ( nodraw ) ( nodraw ) + 1992.000000 ( nodraw ) ( nodraw ) + 2006.000000 ( nodraw ) ( nodraw ) + 2020.000000 ( nodraw ) ( nodraw ) + 2014.000000 ( nodraw ) ( nodraw ) + 2002.000000 ( nodraw ) ( nodraw ) + 2014.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2018.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2048.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2028.000000 ( ) ( nodraw ) + 2028.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2730.000000 ( ) ( ) + 2724.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2394.000000 ( nodraw ) ( nodraw ) + 2372.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2410.000000 ( ) ( ) + 2382.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2244.000000 ( nodraw ) ( ) + 2282.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2674.000000 ( nodraw ) ( nodraw ) + 2656.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2560.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2066.000000 ( nodraw ) ( ) + 2048.000000 ( nodraw ) ( nodraw ) + 2040.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2058.000000 ( ) ( nodraw ) + 2086.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1950.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1940.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1966.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1974.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1948.000000 ( ) ( ) + 1958.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2712.000000 ( ) ( ) + 2720.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2716.000000 ( ) ( ) + 2712.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2262.000000 ( nodraw ) ( ) + 2270.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( nodraw ) ( nodraw ) + 2256.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2660.000000 ( nodraw ) ( nodraw ) + 2650.000000 ( nodraw ) ( nodraw ) + 2630.000000 ( ) ( nodraw ) + 2616.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2060.000000 ( nodraw ) ( nodraw ) + 2052.000000 ( nodraw ) ( nodraw ) + 2038.000000 ( nodraw ) ( nodraw ) + 2054.000000 ( nodraw ) ( nodraw ) + 2082.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1968.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1930.000000 ( ) ( ) + 1942.000000 ( ) ( ) + 1934.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1962.000000 ( ) ( ) + 1964.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1994.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1978.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1980.000000 ( ) ( ) + 1976.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2034.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2714.000000 ( ) ( ) + 2716.000000 ( ) ( ) + 2712.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2410.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2256.000000 ( nodraw ) ( nodraw ) + 2224.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2288.000000 ( ) ( nodraw ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2640.000000 ( nodraw ) ( nodraw ) + 2642.000000 ( nodraw ) ( nodraw ) + 2622.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2076.000000 ( nodraw ) ( nodraw ) + 2066.000000 ( nodraw ) ( nodraw ) + 2060.000000 ( ) ( nodraw ) + 2082.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 1988.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1954.000000 ( ) ( ) + 1944.000000 ( ) ( ) + 1952.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1970.000000 ( ) ( ) + 1992.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2006.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2010.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2074.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2714.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2274.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2624.000000 ( nodraw ) ( nodraw ) + 2616.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( ) + 2578.000000 ( ) ( nodraw ) + 2534.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2018.000000 ( ) ( ) + 2016.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2000.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1986.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2024.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1996.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1960.000000 ( ) ( ) + 1956.000000 ( ) ( ) + 1972.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2038.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2286.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2618.000000 ( nodraw ) ( nodraw ) + 2612.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( nodraw ) ( nodraw ) + 2596.000000 ( nodraw ) ( nodraw ) + 2576.000000 ( nodraw ) ( nodraw ) + 2530.000000 ( ) ( nodraw ) + 2516.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2030.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1982.000000 ( ) ( ) + 1990.000000 ( ) ( ) + 2012.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2036.000000 ( ) ( ) + 2032.000000 ( ) ( ) + 2026.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2014.000000 ( ) ( ) + 2008.000000 ( ) ( ) + 1984.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2068.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2410.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( ) ( nodraw ) + 2590.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2410.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2274.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2602.000000 ( nodraw ) ( nodraw ) + 2604.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2596.000000 ( nodraw ) ( nodraw ) + 2572.000000 ( nodraw ) ( nodraw ) + 2550.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2504.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2020.000000 ( ) ( ) + 2002.000000 ( ) ( ) + 1998.000000 ( ) ( ) + 2004.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2044.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2022.000000 ( ) ( ) + 2028.000000 ( ) ( ) + 2042.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2102.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2698.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( ) ( nodraw ) + 2570.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( nodraw ) ( nodraw ) + 2262.000000 ( nodraw ) ( nodraw ) + 2274.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2606.000000 ( nodraw ) ( nodraw ) + 2604.000000 ( nodraw ) ( nodraw ) + 2606.000000 ( nodraw ) ( nodraw ) + 2594.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2560.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2530.000000 ( nodraw ) ( nodraw ) + 2502.000000 ( nodraw ) ( nodraw ) + 2470.000000 ( ) ( nodraw ) + 2442.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2054.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2050.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2058.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2046.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2040.000000 ( ) ( ) + 2060.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2114.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2138.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( nodraw ) ( ) + 2708.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2584.000000 ( ) ( nodraw ) + 2594.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2272.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2524.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2496.000000 ( nodraw ) ( nodraw ) + 2474.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2052.000000 ( ) ( ) + 2048.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2072.000000 ( ) ( ) + 2066.000000 ( ) ( ) + 2056.000000 ( ) ( ) + 2070.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2104.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2090.000000 ( ) ( ) + 2094.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2140.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2724.000000 ( ) ( ) + 2724.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2720.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2704.000000 ( nodraw ) ( ) + 2708.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2594.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2606.000000 ( ) ( nodraw ) + 2616.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2278.000000 ( ) ( nodraw ) + 2284.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( nodraw ) ( ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( nodraw ) ( nodraw ) + 2276.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2552.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2530.000000 ( nodraw ) ( nodraw ) + 2506.000000 ( nodraw ) ( nodraw ) + 2502.000000 ( nodraw ) ( nodraw ) + 2490.000000 ( ) ( nodraw ) + 2500.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2328.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2062.000000 ( ) ( ) + 2064.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2076.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2084.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2122.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2734.000000 ( ) ( ) + 2734.000000 ( ) ( ) + 2734.000000 ( ) ( ) + 2726.000000 ( ) ( ) + 2714.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2716.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2694.000000 ( nodraw ) ( ) + 2700.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2716.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2610.000000 ( nodraw ) ( nodraw ) + 2622.000000 ( nodraw ) ( nodraw ) + 2624.000000 ( nodraw ) ( nodraw ) + 2626.000000 ( ) ( nodraw ) + 2622.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2278.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2282.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2228.000000 ( nodraw ) ( ) + 2228.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2570.000000 ( nodraw ) ( nodraw ) + 2550.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2544.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2510.000000 ( nodraw ) ( nodraw ) + 2514.000000 ( nodraw ) ( nodraw ) + 2500.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2092.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2086.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2100.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2078.000000 ( ) ( ) + 2080.000000 ( ) ( ) + 2096.000000 ( ) ( ) + 2108.000000 ( ) ( ) + 2106.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2144.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2732.000000 ( ) ( ) + 2734.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2720.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2726.000000 ( ) ( ) + 2714.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2664.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2682.000000 ( nodraw ) ( nodraw ) + 2684.000000 ( nodraw ) ( nodraw ) + 2696.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2608.000000 ( nodraw ) ( nodraw ) + 2616.000000 ( nodraw ) ( nodraw ) + 2620.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( ) ( nodraw ) + 2664.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2276.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2266.000000 ( nodraw ) ( nodraw ) + 2250.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( nodraw ) ( nodraw ) + 2210.000000 ( nodraw ) ( nodraw ) + 2196.000000 ( nodraw ) ( nodraw ) + 2202.000000 ( nodraw ) ( nodraw ) + 2196.000000 ( nodraw ) ( nodraw ) + 2210.000000 ( ) ( nodraw ) + 2186.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2578.000000 ( nodraw ) ( nodraw ) + 2566.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2526.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2508.000000 ( nodraw ) ( nodraw ) + 2506.000000 ( nodraw ) ( nodraw ) + 2502.000000 ( nodraw ) ( nodraw ) + 2500.000000 ( ) ( nodraw ) + 2488.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2376.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2356.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2126.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2112.000000 ( ) ( ) + 2128.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2164.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2124.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2082.000000 ( ) ( ) + 2088.000000 ( ) ( ) + 2098.000000 ( ) ( ) + 2110.000000 ( ) ( ) + 2118.000000 ( ) ( ) + 2116.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2130.000000 ( ) ( ) + 2134.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2166.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2168.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2714.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2722.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2670.000000 ( nodraw ) ( nodraw ) + 2656.000000 ( nodraw ) ( nodraw ) + 2660.000000 ( nodraw ) ( nodraw ) + 2664.000000 ( nodraw ) ( nodraw ) + 2662.000000 ( nodraw ) ( nodraw ) + 2672.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2654.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2630.000000 ( nodraw ) ( nodraw ) + 2632.000000 ( nodraw ) ( nodraw ) + 2650.000000 ( nodraw ) ( nodraw ) + 2674.000000 ( ) ( nodraw ) + 2680.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2410.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2368.000000 ( nodraw ) ( nodraw ) + 2344.000000 ( nodraw ) ( nodraw ) + 2344.000000 ( nodraw ) ( nodraw ) + 2336.000000 ( nodraw ) ( nodraw ) + 2322.000000 ( nodraw ) ( nodraw ) + 2300.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2276.000000 ( nodraw ) ( ) + 2260.000000 ( nodraw ) ( nodraw ) + 2256.000000 ( nodraw ) ( nodraw ) + 2232.000000 ( nodraw ) ( nodraw ) + 2216.000000 ( nodraw ) ( nodraw ) + 2222.000000 ( nodraw ) ( nodraw ) + 2186.000000 ( nodraw ) ( nodraw ) + 2172.000000 ( nodraw ) ( nodraw ) + 2190.000000 ( nodraw ) ( nodraw ) + 2172.000000 ( nodraw ) ( nodraw ) + 2176.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2580.000000 ( nodraw ) ( nodraw ) + 2560.000000 ( nodraw ) ( nodraw ) + 2552.000000 ( nodraw ) ( nodraw ) + 2536.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2514.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( nodraw ) ( nodraw ) + 2502.000000 ( nodraw ) ( nodraw ) + 2492.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2160.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2132.000000 ( ) ( ) + 2120.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2136.000000 ( ) ( ) + 2142.000000 ( ) ( ) + 2148.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2154.000000 ( ) ( ) + 2152.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2146.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2370.000000 ( ) ( ) + 2398.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2744.000000 ( ) ( ) + 2740.000000 ( ) ( ) + 2708.000000 ( nodraw ) ( ) + 2684.000000 ( nodraw ) ( nodraw ) + 2660.000000 ( nodraw ) ( nodraw ) + 2644.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2624.000000 ( nodraw ) ( nodraw ) + 2630.000000 ( nodraw ) ( nodraw ) + 2634.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2660.000000 ( nodraw ) ( nodraw ) + 2654.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2712.000000 ( nodraw ) ( nodraw ) + 2700.000000 ( nodraw ) ( nodraw ) + 2670.000000 ( nodraw ) ( nodraw ) + 2652.000000 ( nodraw ) ( nodraw ) + 2652.000000 ( nodraw ) ( nodraw ) + 2666.000000 ( nodraw ) ( nodraw ) + 2704.000000 ( ) ( nodraw ) + 2736.000000 ( ) ( ) + 2724.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2382.000000 ( nodraw ) ( ) + 2378.000000 ( nodraw ) ( nodraw ) + 2378.000000 ( nodraw ) ( nodraw ) + 2390.000000 ( nodraw ) ( nodraw ) + 2356.000000 ( nodraw ) ( nodraw ) + 2356.000000 ( nodraw ) ( nodraw ) + 2372.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2218.000000 ( nodraw ) ( nodraw ) + 2230.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2572.000000 ( nodraw ) ( nodraw ) + 2564.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2526.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2514.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2510.000000 ( nodraw ) ( nodraw ) + 2508.000000 ( nodraw ) ( nodraw ) + 2500.000000 ( nodraw ) ( nodraw ) + 2488.000000 ( ) ( nodraw ) + 2490.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2162.000000 ( ) ( ) + 2150.000000 ( ) ( ) + 2158.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2156.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2748.000000 ( ) ( ) + 2752.000000 ( ) ( ) + 2734.000000 ( nodraw ) ( ) + 2708.000000 ( nodraw ) ( nodraw ) + 2680.000000 ( nodraw ) ( nodraw ) + 2644.000000 ( nodraw ) ( nodraw ) + 2626.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( nodraw ) ( nodraw ) + 2606.000000 ( nodraw ) ( nodraw ) + 2604.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2624.000000 ( nodraw ) ( nodraw ) + 2642.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2776.000000 ( nodraw ) ( nodraw ) + 2754.000000 ( nodraw ) ( nodraw ) + 2718.000000 ( nodraw ) ( nodraw ) + 2694.000000 ( nodraw ) ( nodraw ) + 2670.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2694.000000 ( nodraw ) ( nodraw ) + 2734.000000 ( ) ( nodraw ) + 2708.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2412.000000 ( nodraw ) ( nodraw ) + 2406.000000 ( nodraw ) ( nodraw ) + 2404.000000 ( nodraw ) ( nodraw ) + 2414.000000 ( nodraw ) ( nodraw ) + 2438.000000 ( nodraw ) ( nodraw ) + 2420.000000 ( nodraw ) ( nodraw ) + 2376.000000 ( nodraw ) ( nodraw ) + 2392.000000 ( nodraw ) ( nodraw ) + 2298.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( nodraw ) + 2294.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2254.000000 ( nodraw ) ( nodraw ) + 2248.000000 ( nodraw ) ( nodraw ) + 2272.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2570.000000 ( nodraw ) ( nodraw ) + 2556.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2536.000000 ( nodraw ) ( nodraw ) + 2526.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( nodraw ) ( nodraw ) + 2524.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( nodraw ) ( nodraw ) + 2500.000000 ( nodraw ) ( nodraw ) + 2502.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2364.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2170.000000 ( ) ( ) + 2174.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2172.000000 ( ) ( ) + 2176.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2344.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2542.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2576.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2748.000000 ( ) ( ) + 2750.000000 ( nodraw ) ( ) + 2732.000000 ( nodraw ) ( nodraw ) + 2704.000000 ( nodraw ) ( nodraw ) + 2676.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2620.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2596.000000 ( nodraw ) ( nodraw ) + 2594.000000 ( nodraw ) ( nodraw ) + 2612.000000 ( nodraw ) ( nodraw ) + 2620.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2806.000000 ( nodraw ) ( nodraw ) + 2784.000000 ( nodraw ) ( nodraw ) + 2752.000000 ( nodraw ) ( nodraw ) + 2716.000000 ( nodraw ) ( nodraw ) + 2692.000000 ( nodraw ) ( nodraw ) + 2642.000000 ( nodraw ) ( nodraw ) + 2652.000000 ( nodraw ) ( nodraw ) + 2682.000000 ( nodraw ) ( nodraw ) + 2672.000000 ( ) ( nodraw ) + 2670.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2542.000000 ( ) ( nodraw ) + 2482.000000 ( nodraw ) ( ) + 2474.000000 ( nodraw ) ( nodraw ) + 2434.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2400.000000 ( nodraw ) ( nodraw ) + 2412.000000 ( nodraw ) ( nodraw ) + 2432.000000 ( nodraw ) ( nodraw ) + 2448.000000 ( nodraw ) ( nodraw ) + 2454.000000 ( nodraw ) ( nodraw ) + 2436.000000 ( nodraw ) ( nodraw ) + 2426.000000 ( nodraw ) ( nodraw ) + 2442.000000 ( nodraw ) ( nodraw ) + 2476.000000 ( nodraw ) ( nodraw ) + 2494.000000 ( nodraw ) ( nodraw ) + 2482.000000 ( nodraw ) ( nodraw ) + 2448.000000 ( nodraw ) ( nodraw ) + 2418.000000 ( nodraw ) ( nodraw ) + 2306.000000 ( nodraw ) ( nodraw ) + 2296.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2290.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2290.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2268.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2564.000000 ( nodraw ) ( nodraw ) + 2560.000000 ( nodraw ) ( nodraw ) + 2544.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( nodraw ) ( nodraw ) + 2524.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( nodraw ) ( nodraw ) + 2524.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2526.000000 ( nodraw ) ( nodraw ) + 2526.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2508.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2504.000000 ( nodraw ) ( nodraw ) + 2500.000000 ( nodraw ) ( nodraw ) + 2506.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2542.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2362.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2212.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2184.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2286.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2324.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2560.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2748.000000 ( nodraw ) ( nodraw ) + 2742.000000 ( nodraw ) ( nodraw ) + 2734.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2670.000000 ( nodraw ) ( nodraw ) + 2644.000000 ( nodraw ) ( nodraw ) + 2616.000000 ( nodraw ) ( nodraw ) + 2600.000000 ( nodraw ) ( nodraw ) + 2576.000000 ( nodraw ) ( nodraw ) + 2574.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2594.000000 ( nodraw ) ( nodraw ) + 2602.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2808.000000 ( nodraw ) ( nodraw ) + 2790.000000 ( nodraw ) ( nodraw ) + 2762.000000 ( nodraw ) ( nodraw ) + 2726.000000 ( nodraw ) ( nodraw ) + 2686.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2602.000000 ( nodraw ) ( nodraw ) + 2604.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2636.000000 ( ) ( nodraw ) + 2618.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2568.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( nodraw ) ( nodraw ) + 2454.000000 ( nodraw ) ( nodraw ) + 2450.000000 ( nodraw ) ( nodraw ) + 2388.000000 ( nodraw ) ( nodraw ) + 2422.000000 ( nodraw ) ( nodraw ) + 2456.000000 ( nodraw ) ( nodraw ) + 2478.000000 ( nodraw ) ( nodraw ) + 2494.000000 ( nodraw ) ( nodraw ) + 2470.000000 ( nodraw ) ( nodraw ) + 2466.000000 ( nodraw ) ( nodraw ) + 2484.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2502.000000 ( nodraw ) ( nodraw ) + 2474.000000 ( nodraw ) ( nodraw ) + 2434.000000 ( nodraw ) ( nodraw ) + 2310.000000 ( nodraw ) ( nodraw ) + 2300.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2280.000000 ( nodraw ) ( nodraw ) + 2268.000000 ( nodraw ) ( nodraw ) + 2280.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2278.000000 ( nodraw ) ( nodraw ) + 2284.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( nodraw ) ( nodraw ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2538.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2512.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( nodraw ) ( nodraw ) + 2506.000000 ( nodraw ) ( nodraw ) + 2508.000000 ( nodraw ) ( nodraw ) + 2508.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2542.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2418.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2420.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2208.000000 ( ) ( ) + 2226.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2738.000000 ( nodraw ) ( nodraw ) + 2748.000000 ( ) ( ) + 2744.000000 ( ) ( ) + 2740.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2796.000000 ( ) ( ) + 2776.000000 ( ) ( ) + 2740.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2530.000000 ( nodraw ) ( nodraw ) + 2524.000000 ( nodraw ) ( nodraw ) + 2530.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2516.000000 ( nodraw ) ( nodraw ) + 2514.000000 ( nodraw ) ( nodraw ) + 2514.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2542.000000 ( ) ( ) + 2560.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2430.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2276.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2228.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2198.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2234.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2282.000000 ( ) ( ) + 2274.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2268.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2262.000000 ( ) ( ) + 2264.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2358.000000 ( ) ( ) + 2410.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2688.000000 ( nodraw ) ( ) + 2698.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( nodraw ) ( nodraw ) + 2738.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2550.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2542.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2530.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2510.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2546.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2544.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2532.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2368.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2294.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2196.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2236.000000 ( ) ( ) + 2248.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2230.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2188.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2182.000000 ( ) ( ) + 2200.000000 ( ) ( ) + 2218.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2292.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2318.000000 ( ) ( ) + 2326.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2378.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2466.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2618.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2718.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2558.000000 ( nodraw ) ( nodraw ) + 2556.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2534.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2524.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2534.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2536.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2586.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2216.000000 ( ) ( ) + 2190.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2192.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2224.000000 ( ) ( ) + 2202.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2178.000000 ( ) ( ) + 2180.000000 ( ) ( ) + 2186.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2260.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2338.000000 ( ) ( ) + 2350.000000 ( ) ( ) + 2360.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2412.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2618.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2562.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2552.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2524.000000 ( nodraw ) ( nodraw ) + 2524.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2530.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2534.000000 ( nodraw ) ( nodraw ) + 2552.000000 ( nodraw ) ( nodraw ) + 2560.000000 ( nodraw ) ( nodraw ) + 2570.000000 ( nodraw ) ( nodraw ) + 2584.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2590.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2554.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2396.000000 ( ) ( ) + 2340.000000 ( ) ( ) + 2288.000000 ( ) ( ) + 2246.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2214.000000 ( ) ( ) + 2204.000000 ( ) ( ) + 2222.000000 ( ) ( ) + 2240.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2252.000000 ( ) ( ) + 2250.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2210.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2194.000000 ( ) ( ) + 2206.000000 ( ) ( ) + 2220.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2256.000000 ( ) ( ) + 2270.000000 ( ) ( ) + 2296.000000 ( ) ( ) + 2310.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2346.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2674.000000 ( nodraw ) ( nodraw ) + 2666.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2570.000000 ( nodraw ) ( nodraw ) + 2550.000000 ( nodraw ) ( nodraw ) + 2542.000000 ( nodraw ) ( nodraw ) + 2518.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( nodraw ) ( nodraw ) + 2514.000000 ( nodraw ) ( nodraw ) + 2504.000000 ( nodraw ) ( nodraw ) + 2508.000000 ( nodraw ) ( nodraw ) + 2522.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2542.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2554.000000 ( nodraw ) ( nodraw ) + 2574.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2602.000000 ( nodraw ) ( nodraw ) + 2614.000000 ( nodraw ) ( nodraw ) + 2630.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2390.000000 ( ) ( ) + 2336.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2242.000000 ( ) ( ) + 2266.000000 ( ) ( ) + 2280.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2298.000000 ( ) ( ) + 2300.000000 ( ) ( ) + 2278.000000 ( ) ( ) + 2258.000000 ( ) ( ) + 2232.000000 ( ) ( ) + 2238.000000 ( ) ( ) + 2244.000000 ( ) ( ) + 2254.000000 ( ) ( ) + 2272.000000 ( ) ( ) + 2284.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2330.000000 ( ) ( ) + 2366.000000 ( ) ( ) + 2384.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2488.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2538.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2660.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2554.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2528.000000 ( nodraw ) ( nodraw ) + 2504.000000 ( nodraw ) ( nodraw ) + 2490.000000 ( nodraw ) ( nodraw ) + 2478.000000 ( nodraw ) ( nodraw ) + 2480.000000 ( nodraw ) ( nodraw ) + 2492.000000 ( nodraw ) ( nodraw ) + 2494.000000 ( nodraw ) ( nodraw ) + 2520.000000 ( nodraw ) ( nodraw ) + 2534.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2552.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2570.000000 ( nodraw ) ( nodraw ) + 2590.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2622.000000 ( nodraw ) ( nodraw ) + 2636.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( ) ( nodraw ) + 2652.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2666.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2354.000000 ( ) ( ) + 2320.000000 ( ) ( ) + 2302.000000 ( ) ( ) + 2308.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2322.000000 ( ) ( ) + 2342.000000 ( ) ( ) + 2352.000000 ( ) ( ) + 2334.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2316.000000 ( ) ( ) + 2312.000000 ( ) ( ) + 2304.000000 ( ) ( ) + 2314.000000 ( ) ( ) + 2306.000000 ( ) ( ) + 2332.000000 ( ) ( ) + 2348.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2392.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2482.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2692.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2728.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( nodraw ) ( nodraw ) + 2718.000000 ( nodraw ) ( nodraw ) + 2718.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2598.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2568.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2568.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2630.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2548.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2504.000000 ( nodraw ) ( nodraw ) + 2486.000000 ( nodraw ) ( nodraw ) + 2470.000000 ( nodraw ) ( nodraw ) + 2452.000000 ( nodraw ) ( nodraw ) + 2452.000000 ( nodraw ) ( nodraw ) + 2474.000000 ( nodraw ) ( nodraw ) + 2482.000000 ( nodraw ) ( nodraw ) + 2512.000000 ( nodraw ) ( nodraw ) + 2526.000000 ( nodraw ) ( nodraw ) + 2532.000000 ( nodraw ) ( nodraw ) + 2536.000000 ( nodraw ) ( nodraw ) + 2540.000000 ( nodraw ) ( nodraw ) + 2536.000000 ( nodraw ) ( nodraw ) + 2552.000000 ( nodraw ) ( nodraw ) + 2572.000000 ( nodraw ) ( nodraw ) + 2572.000000 ( nodraw ) ( nodraw ) + 2582.000000 ( nodraw ) ( nodraw ) + 2596.000000 ( nodraw ) ( nodraw ) + 2622.000000 ( nodraw ) ( nodraw ) + 2636.000000 ( nodraw ) ( nodraw ) + 2650.000000 ( nodraw ) ( nodraw ) + 2654.000000 ( nodraw ) ( nodraw ) + 2670.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2704.000000 ( ) ( ) + 2700.000000 ( ) ( ) + 2706.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2606.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2610.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2676.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2380.000000 ( ) ( ) + 2372.000000 ( ) ( ) + 2374.000000 ( ) ( ) + 2388.000000 ( ) ( ) + 2400.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2406.000000 ( ) ( ) + 2402.000000 ( ) ( ) + 2386.000000 ( ) ( ) + 2414.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2468.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2542.000000 ( ) ( ) + 2558.000000 ( ) ( ) + 2582.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2728.000000 ( nodraw ) ( nodraw ) + 2738.000000 ( nodraw ) ( nodraw ) + 2738.000000 ( nodraw ) ( nodraw ) + 2738.000000 ( nodraw ) ( nodraw ) + 2738.000000 ( nodraw ) ( nodraw ) + 2738.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( nodraw ) ( nodraw ) + 2738.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( nodraw ) ( nodraw ) + 2728.000000 ( nodraw ) ( nodraw ) + 2718.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( nodraw ) ( nodraw ) + 2698.000000 ( nodraw ) ( nodraw ) + 2688.000000 ( nodraw ) ( nodraw ) + 2678.000000 ( nodraw ) ( nodraw ) + 2668.000000 ( nodraw ) ( nodraw ) + 2658.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2568.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2568.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2486.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2446.000000 ( ) ( ) + 2436.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2464.000000 ( ) ( ) + 2492.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2512.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2562.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2696.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2714.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2702.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2684.000000 ( ) ( ) + 2664.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2596.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2694.000000 ( ) ( ) + 2710.000000 ( ) ( ) + 2720.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2690.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2670.000000 ( ) ( nodraw ) + 2648.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2474.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2458.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2494.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2498.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2592.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2668.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2738.000000 ( nodraw ) ( nodraw ) + 2738.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2748.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2748.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2738.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2728.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2536.000000 ( ) ( ) + 2526.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2528.000000 ( ) ( ) + 2538.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2688.000000 ( nodraw ) ( nodraw ) + 2666.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2612.000000 ( ) ( nodraw ) + 2580.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2550.000000 ( ) ( ) + 2548.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2534.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2584.000000 ( ) ( ) + 2578.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2580.000000 ( ) ( ) + 2588.000000 ( ) ( ) + 2602.000000 ( ) ( ) + 2608.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2698.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2718.000000 ( ) ( ) + 2728.000000 ( nodraw ) ( nodraw ) + 2726.000000 ( nodraw ) ( nodraw ) + 2726.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2682.000000 ( nodraw ) ( nodraw ) + 2672.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2624.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2614.000000 ( ) ( nodraw ) + 2622.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2604.000000 ( ) ( ) + 2600.000000 ( ) ( ) + 2594.000000 ( ) ( ) + 2598.000000 ( ) ( ) + 2620.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2644.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2628.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2646.000000 ( ) ( ) + 2652.000000 ( ) ( ) + 2650.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2680.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2708.000000 ( ) ( ) + 2726.000000 ( nodraw ) ( nodraw ) + 2724.000000 ( nodraw ) ( nodraw ) + 2724.000000 ( nodraw ) ( nodraw ) + 2724.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2680.000000 ( nodraw ) ( nodraw ) + 2670.000000 ( nodraw ) ( nodraw ) + 2646.000000 ( nodraw ) ( nodraw ) + 2636.000000 ( nodraw ) ( nodraw ) + 2644.000000 ( nodraw ) ( nodraw ) + 2660.000000 ( nodraw ) ( nodraw ) + 2676.000000 ( nodraw ) ( nodraw ) + 2680.000000 ( nodraw ) ( nodraw ) + 2690.000000 ( nodraw ) ( nodraw ) + 2680.000000 ( ) ( nodraw ) + 2646.000000 ( ) ( ) + 2630.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2616.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2682.000000 ( ) ( ) + 2686.000000 ( ) ( ) + 2672.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2648.000000 ( ) ( ) + 2632.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2622.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2634.000000 ( ) ( ) + 2642.000000 ( ) ( ) + 2654.000000 ( ) ( ) + 2670.000000 ( ) ( ) + 2678.000000 ( ) ( ) + 2688.000000 ( ) ( ) + 2696.000000 ( nodraw ) ( nodraw ) + 2704.000000 ( nodraw ) ( nodraw ) + 2710.000000 ( nodraw ) ( nodraw ) + 2700.000000 ( nodraw ) ( nodraw ) + 2708.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2660.000000 ( nodraw ) ( nodraw ) + 2652.000000 ( nodraw ) ( nodraw ) + 2632.000000 ( nodraw ) ( nodraw ) + 2636.000000 ( nodraw ) ( nodraw ) + 2646.000000 ( nodraw ) ( nodraw ) + 2676.000000 ( nodraw ) ( nodraw ) + 2700.000000 ( nodraw ) ( nodraw ) + 2710.000000 ( nodraw ) ( nodraw ) + 2712.000000 ( nodraw ) ( nodraw ) + 2696.000000 ( nodraw ) ( nodraw ) + 2664.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2622.000000 ( ) ( nodraw ) + 2620.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2660.000000 ( ) ( ) + 2674.000000 ( ) ( ) + 2662.000000 ( ) ( ) + 2656.000000 ( ) ( ) + 2638.000000 ( ) ( ) + 2626.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2612.000000 ( ) ( ) + 2618.000000 ( ) ( ) + 2614.000000 ( ) ( ) + 2624.000000 ( ) ( ) + 2636.000000 ( ) ( ) + 2640.000000 ( ) ( ) + 2658.000000 ( ) ( ) + 2676.000000 ( nodraw ) ( nodraw ) + 2674.000000 ( nodraw ) ( nodraw ) + 2680.000000 ( nodraw ) ( nodraw ) + 2676.000000 ( nodraw ) ( nodraw ) + 2684.000000 ( nodraw ) ( nodraw ) + 2684.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2632.000000 ( nodraw ) ( nodraw ) + 2616.000000 ( nodraw ) ( nodraw ) + 2604.000000 ( nodraw ) ( nodraw ) + 2612.000000 ( nodraw ) ( nodraw ) + 2614.000000 ( nodraw ) ( nodraw ) + 2636.000000 ( nodraw ) ( nodraw ) + 2664.000000 ( nodraw ) ( nodraw ) + 2696.000000 ( nodraw ) ( nodraw ) + 2700.000000 ( nodraw ) ( nodraw ) + 2682.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( nodraw ) ( nodraw ) + 2620.000000 ( nodraw ) ( nodraw ) + 2586.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2590.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( nodraw ) ( nodraw ) + 2618.000000 ( nodraw ) ( nodraw ) + 2628.000000 ( nodraw ) ( nodraw ) + 2624.000000 ( nodraw ) ( nodraw ) + 2624.000000 ( nodraw ) ( nodraw ) + 2620.000000 ( nodraw ) ( nodraw ) + 2612.000000 ( nodraw ) ( nodraw ) + 2602.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2590.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2586.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2592.000000 ( nodraw ) ( nodraw ) + 2588.000000 ( nodraw ) ( nodraw ) + 2584.000000 ( nodraw ) ( nodraw ) + 2604.000000 ( nodraw ) ( nodraw ) + 2616.000000 ( nodraw ) ( nodraw ) + 2620.000000 ( nodraw ) ( nodraw ) + 2638.000000 ( nodraw ) ( nodraw ) + 2634.000000 ( nodraw ) ( nodraw ) + 2640.000000 ( nodraw ) ( nodraw ) + 2646.000000 ( nodraw ) ( nodraw ) + 2652.000000 ( nodraw ) ( nodraw ) + 2650.000000 ( nodraw ) ( nodraw ) + 2648.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2586.000000 ( nodraw ) ( nodraw ) + 2578.000000 ( nodraw ) ( nodraw ) + 2560.000000 ( nodraw ) ( nodraw ) + 2546.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( nodraw ) ( nodraw ) + 2608.000000 ( nodraw ) ( nodraw ) + 2624.000000 ( nodraw ) ( nodraw ) + 2634.000000 ( nodraw ) ( nodraw ) + 2646.000000 ( nodraw ) ( nodraw ) + 2642.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( nodraw ) ( nodraw ) + 2582.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2538.000000 ( nodraw ) ( nodraw ) + 2534.000000 ( nodraw ) ( nodraw ) + 2554.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2568.000000 ( nodraw ) ( nodraw ) + 2564.000000 ( nodraw ) ( nodraw ) + 2566.000000 ( nodraw ) ( nodraw ) + 2564.000000 ( nodraw ) ( nodraw ) + 2562.000000 ( nodraw ) ( nodraw ) + 2556.000000 ( nodraw ) ( nodraw ) + 2554.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2542.000000 ( nodraw ) ( nodraw ) + 2544.000000 ( nodraw ) ( nodraw ) + 2558.000000 ( nodraw ) ( nodraw ) + 2552.000000 ( nodraw ) ( nodraw ) + 2548.000000 ( nodraw ) ( nodraw ) + 2554.000000 ( nodraw ) ( nodraw ) + 2554.000000 ( nodraw ) ( nodraw ) + 2576.000000 ( nodraw ) ( nodraw ) + 2580.000000 ( nodraw ) ( nodraw ) + 2586.000000 ( nodraw ) ( nodraw ) + 2604.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( nodraw ) ( nodraw ) + 2604.000000 ( nodraw ) ( nodraw ) + 2610.000000 ( nodraw ) ( nodraw ) + 2616.000000 ( nodraw ) ( nodraw ) + 2616.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2530.000000 ( ) ( ) + 2552.000000 ( ) ( ) + 2570.000000 ( ) ( ) + 2572.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2518.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2476.000000 ( ) ( ) + 2478.000000 ( ) ( ) + 2480.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2504.000000 ( ) ( ) + 2508.000000 ( ) ( ) + 2502.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2500.000000 ( ) ( ) + 2506.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2522.000000 ( ) ( ) + 2524.000000 ( ) ( ) + 2540.000000 ( ) ( ) + 2556.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2564.000000 ( ) ( ) + 2568.000000 ( ) ( ) + 2566.000000 ( ) ( ) + 2574.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 2442.000000 ( ) ( ) + 2426.000000 ( ) ( ) + 2428.000000 ( ) ( ) + 2424.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2472.000000 ( ) ( ) + 2462.000000 ( ) ( ) + 2450.000000 ( ) ( ) + 2434.000000 ( ) ( ) + 2408.000000 ( ) ( ) + 2394.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2404.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2416.000000 ( ) ( ) + 2422.000000 ( ) ( ) + 2440.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2432.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2444.000000 ( ) ( ) + 2438.000000 ( ) ( ) + 2454.000000 ( ) ( ) + 2448.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2456.000000 ( ) ( ) + 2452.000000 ( ) ( ) + 2460.000000 ( ) ( ) + 2470.000000 ( ) ( ) + 2484.000000 ( ) ( ) + 2490.000000 ( ) ( ) + 2496.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2510.000000 ( ) ( ) + 2514.000000 ( ) ( ) + 2520.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 2516.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + 0.000000 ( ) ( ) + } + } + } +// brush 36 +{ +( -11712 -1856 3264 ) ( -11712 -1216 3264 ) ( -9408 -1216 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -10688 -8128 2304 ) ( -8384 -8128 2304 ) ( -8384 -8128 1408 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -9600 -2432 2304 ) ( -11904 -2432 2304 ) ( -11904 -2432 1408 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7936 -1344 2304 ) ( -7936 -1984 2304 ) ( -7936 -1984 1408 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -1728 -768 ) ( -3840 -2048 -768 ) ( -3840 -1888 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -8128 -64 ) ( 8160 -2432 -64 ) ( 8128 -8128 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 37 +{ +( -8000 7680 3264 ) ( -8000 8128 3264 ) ( -7872 8128 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -8192 -128 ) ( 8320 -8192 -128 ) ( 8320 -8192 -640 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -8256 -128 ) ( 8192 -7808 -128 ) ( 8192 -7808 -640 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7808 8064 -128 ) ( -7936 8064 -128 ) ( -7936 8064 -640 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8128 -7808 -128 ) ( 8128 -8256 -128 ) ( 8128 -7808 -640 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -8192 -64 ) ( 8160 8064 -64 ) ( 8128 -8192 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 38 +{ +( 1856 -4544 -768 ) ( 1856 -4544 3776 ) ( 1856 -5056 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1856 -5056 -768 ) ( 1856 -5056 3776 ) ( 5824 -4032 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5824 -2176 -768 ) ( 5824 -4064 -768 ) ( 5824 -4064 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5120 -2176 3776 ) ( 5120 -2176 -768 ) ( 5824 -2176 -768 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2112 -4336 3264 ) ( 5040 -2304 3264 ) ( 5824 -2176 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1856 -4544 3776 ) ( 1856 -4544 -768 ) ( 5120 -2176 -768 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -5056 -64 ) ( 8160 -2176 -64 ) ( 8128 -5056 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 39 +{ +( 5824 -4448 3840 ) ( 5824 -4448 -768 ) ( 5824 -2656 -768 ) common/caulksky 0 0 -180.00 0.500000 -0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6816 -2176 3840 ) ( 6816 -2176 -768 ) ( 8096 -2176 -768 ) common/caulksky 0 0 -180.00 0.500000 -0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6848 -4416 -768 ) ( 6848 -4416 3840 ) ( 8128 -4416 3840 ) common/caulksky 0 0 -180.00 0.500000 -0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8128 -4288 -768 ) ( 8128 -4288 3840 ) ( 8128 -2496 3840 ) common/caulksky -16 0 -180.00 0.500000 -0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7040 -4352 3264 ) ( 7040 -2560 3264 ) ( 8192 -2816 3264 ) common/caulksky 0 17 -180.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -4416 -64 ) ( 8160 -2176 -64 ) ( 8128 -4416 -64 ) common/caulksky 0 17 -180.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 40 +{ +( 6688 -2176 -768 ) ( 5248 960 -768 ) ( 5248 960 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8128 1664 -768 ) ( 8128 -2176 -768 ) ( 8128 -2176 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5248 960 -768 ) ( 5248 1664 -768 ) ( 5248 1664 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5248 1664 -768 ) ( 8128 1664 -768 ) ( 8128 1664 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8128 -2176 -768 ) ( 6688 -2176 -768 ) ( 6688 -2176 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8128 -2176 3264 ) ( 6688 -2176 3264 ) ( 5248 960 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -2176 -64 ) ( 8160 1664 -64 ) ( 8128 -2176 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 41 +{ +( 5280 384 3264 ) ( 4896 384 3264 ) ( 4032 2880 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5248 2944 3776 ) ( 5248 2944 -768 ) ( 5248 448 -768 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4032 2944 3776 ) ( 4032 2944 -768 ) ( 5248 2944 -768 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5248 960 -768 ) ( 4032 2944 -768 ) ( 4640 1952 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 959.999329 -64 ) ( 8160 2944 -64 ) ( 8128 959.999329 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 42 +{ +( -1472 -1024 3264 ) ( -1472 -2624 3264 ) ( -3904 -4288 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -3712 -768 ) ( -3840 -3712 3776 ) ( -2816 -3712 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -2432 3776 ) ( -3840 -2432 -768 ) ( -1280 -1152 -768 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -3712 3776 ) ( -3840 -3712 -768 ) ( -3840 -2432 -768 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -2176 3776 ) ( -1280 -2176 -768 ) ( -2816 -3712 -768 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -1152 3776 ) ( -1280 -1152 -768 ) ( -1280 -2176 -768 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -3712 -64 ) ( 8160 -1151.999878 -64 ) ( 8128 -3712 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 43 +{ +( -192 2880 3264 ) ( -192 3520 3264 ) ( 2112 3520 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5248 2944 3840 ) ( 5248 2944 -704 ) ( 256 2944 -704 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2008 3456 2304 ) ( -296 3456 2304 ) ( -296 3456 1408 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 256 3560 2304 ) ( 256 2920 2304 ) ( 256 2920 1408 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4896 2944 -704 ) ( 4896 2944 3840 ) ( 4256 3456 3840 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 2944 -64 ) ( 8160 3456 -64 ) ( 8128 2944 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 44 +{ +( -2624 2408 3264 ) ( -2624 3048 3264 ) ( -320 3048 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 64 2432 3776 ) ( 64 2432 -768 ) ( -2816 2432 -768 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 64 2432 -768 ) ( 64 2432 3776 ) ( 768 2944 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 768 2944 -768 ) ( 768 2944 3776 ) ( -2816 2944 3776 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2816 3048 2304 ) ( -2816 2408 2304 ) ( -2816 2408 1408 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 2432 -64 ) ( 8160 2944 -64 ) ( 8128 2432 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 45 +{ +( -8192 9600 3264 ) ( -8192 10048 3264 ) ( -8064 10048 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8000 8000 448 ) ( 8128 8000 448 ) ( 8128 8000 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8128 -6336 448 ) ( 8128 -5888 448 ) ( 8128 -5888 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7936 10112 448 ) ( -7936 9664 448 ) ( -7936 9664 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8832 8064 2240 ) ( 8704 8064 2240 ) ( 8832 8064 1728 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 8000 -64 ) ( 8160 8064 -64 ) ( 8128 8000 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 46 +{ +( -8192 7616 3264 ) ( -8192 8064 3264 ) ( -8064 8064 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7984 -8192 448 ) ( 8112 -8192 448 ) ( 8112 -8192 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -8000 8064 448 ) ( -8128 8064 448 ) ( -8128 8064 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -8000 8192 448 ) ( -8000 7744 448 ) ( -8000 7744 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7936 7744 448 ) ( -7936 8192 448 ) ( -7936 7744 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -8192 -64 ) ( 8160 8064 -64 ) ( 8128 -8192 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 47 +{ +( -8192 7488 3264 ) ( -8192 7936 3264 ) ( -8064 7936 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8000 -8192 448 ) ( 8128 -8192 448 ) ( 8128 -8192 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8128 -8448 448 ) ( 8128 -8000 448 ) ( 8128 -8000 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7936 8000 448 ) ( -7936 7552 448 ) ( -7936 7552 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8128 -8128 2240 ) ( 8000 -8128 2240 ) ( 8128 -8128 1728 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -8192 -64 ) ( 8160 -8128 -64 ) ( 8128 -8192 -64 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 48 +{ +( 4716 -6664 3264 ) ( 4716 -5096 3264 ) ( 5396 -5096 3264 ) common/playerclip -12 -16 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 4536 -5072 -144 ) ( 4536 -5072 3776 ) ( 5824 -5088 3776 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 5824 -5256 3776 ) ( 5824 -5256 -144 ) ( 5824 -7840 -144 ) common/playerclip 32 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 4280 -4496 3776 ) ( 4280 -4496 -144 ) ( 5824 -4496 -144 ) common/playerclip -12 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 4280 -4496 -144 ) ( 4280 -4496 3776 ) ( 4536 -5072 3776 ) common/playerclip 32 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 8192 -5088 -64 ) ( 8160 -4496 -64 ) ( 8128 -5088 -64 ) common/playerclip 32 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +} +// brush 49 +{ +( 5840 -6648 3264 ) ( 5840 -5080 3264 ) ( 6520 -5080 3264 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 6536 -8128 3776 ) ( 6536 -8128 -144 ) ( 5832 -8128 -144 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 8128 -5088 3776 ) ( 8128 -5088 -144 ) ( 8128 -7672 -144 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 4432 -5064 -144 ) ( 4432 -5064 3776 ) ( 4432 -7648 3776 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 5816 -6800 -144 ) ( 5880 -6800 -144 ) ( 5848 -6800 3776 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 8192 -8128 -64 ) ( 8160 -6800 -64 ) ( 8128 -8128 -64 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +} +// brush 50 +{ +( 5840 -6648 3264 ) ( 5840 -5080 3264 ) ( 6520 -5080 3264 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 8128 -5088 3776 ) ( 8128 -5088 -144 ) ( 8128 -7672 -144 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 6016 -4416 3776 ) ( 6016 -4416 -144 ) ( 6720 -4416 -144 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 5824 -4968 -144 ) ( 5824 -4968 3776 ) ( 5824 -7552 3776 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 5896 -6800 -144 ) ( 5832 -6800 -144 ) ( 5864 -6800 3776 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +( 8192 -6800 -64 ) ( 8160 -4416 -64 ) ( 8128 -6800 -64 ) common/playerclip -48 0 0.00 1 1 65536 2193 0 subdivisions 1000.000000 +} +// brush 51 +{ +( 2592 1368 896 ) ( 2592 1456 896 ) ( 2592 1456 1000 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2624 1448 896 ) ( 2816 1448 896 ) ( 2816 1448 1000 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2720 1448 896 ) ( 2720 1360 896 ) ( 2720 1360 1000 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2856 1400 896 ) ( 2664 1400 896 ) ( 2664 1400 1000 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2816 1368 1060 ) ( 2624 1368 1060 ) ( 2624 1456 1060 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2624 1368 896 ) ( 2816 1368 896 ) ( 2816 1456 896 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 52 +{ +( 6271.138184 2628.784668 1904 ) ( 6167.215332 2688.784668 1904 ) ( 6141.215332 2643.751465 1904 ) common/tallen_nodraw 23 -43 -30.01 0.999738 0.999738 0 2288 0 +( 6141.215332 2643.751465 1952 ) ( 6167.215332 2688.784668 1952 ) ( 6271.138184 2628.784668 1952 ) common/tallen_nodraw 23 -43 -30.01 0.999738 0.999738 0 2288 0 +( 6146.679199 2645.215332 1970 ) ( 6250.602539 2585.215332 1970 ) ( 6250.602539 2585.215332 1904 ) common/tallen_nodraw -14 -48 -180.00 0.865234 -1 0 2288 0 +( 6182.784180 2619.751465 1970 ) ( 6208.784668 2664.784424 1970 ) ( 6208.784668 2664.784424 1904 ) common/tallen_nodraw 12 -48 0.00 0.865723 1 0 2288 0 +( 6271.138184 2628.784668 1970 ) ( 6167.215332 2688.784668 1970 ) ( 6167.215332 2688.784668 1904 ) common/tallen_nodraw 44 -48 0.00 0.867188 1 0 2288 0 +( 6167.215332 2688.784668 1970 ) ( 6141.215332 2643.751465 1970 ) ( 6141.215332 2643.751465 1904 ) common/tallen_nodraw -16 -48 0.00 0.865967 1 0 2288 0 +} +// brush 53 +{ +( 7032 3284 1940 ) ( 6912 3284 1940 ) ( 6912 3232 1940 ) common/tallen_nodraw -12 4 0.00 1 1 0 2288 0 +( 6912 3232 1952 ) ( 6912 3284 1952 ) ( 7032 3284 1952 ) common/tallen_nodraw -12 4 0.00 1 1 0 2288 0 +( 6940 3052 1970 ) ( 7060 3052 1970 ) ( 7060 3052 1904 ) common/tallen_nodraw -12 -48 0.00 1 1 0 2288 0 +( 7064 3244 1970 ) ( 7064 3296 1970 ) ( 7064 3296 1904 ) common/tallen_nodraw -4 -48 0.00 1 1 0 2288 0 +( 7032 3376 1970 ) ( 6912 3376 1970 ) ( 6912 3376 1904 ) common/tallen_nodraw -12 -48 0.00 1 1 0 2288 0 +( 6896 3284 1970 ) ( 6896 3232 1970 ) ( 6896 3232 1904 ) common/tallen_nodraw -4 -48 0.00 1 1 0 2288 0 +} +// brush 54 +{ +( 6422 2930 1904 ) ( 6302 2930 1904 ) ( 6302 2878 1904 ) common/tallen_nodraw -42 34 0.00 1 1 0 2288 0 +( 6302 2878 1910 ) ( 6302 2930 1910 ) ( 6422 2930 1910 ) common/tallen_nodraw -42 34 0.00 1 1 0 2288 0 +( 6340 2648 1934 ) ( 6460 2648 1934 ) ( 6460 2648 1868 ) common/tallen_nodraw -42 -20 0.00 1 1 0 2288 0 +( 6422 2886 1934 ) ( 6422 2938 1934 ) ( 6422 2938 1868 ) common/tallen_nodraw -34 -20 0.00 1 1 0 2288 0 +( 6426 2958 1934 ) ( 6306 2958 1934 ) ( 6306 2958 1868 ) common/tallen_nodraw -42 -20 0.00 1 1 0 2288 0 +( 6302 2930 1934 ) ( 6302 2878 1934 ) ( 6302 2878 1868 ) common/tallen_nodraw -34 -20 0.00 1 1 0 2288 0 +} +// brush 55 +{ +( 6570 2990 1904 ) ( 6450 2990 1904 ) ( 6450 2938 1904 ) common/tallen_nodraw 2 30 0.00 1 1 0 2288 0 +( 6450 2938 1952 ) ( 6450 2990 1952 ) ( 6570 2990 1952 ) common/tallen_nodraw 2 30 0.00 1 1 0 2288 0 +( 6454 2942 1970 ) ( 6574 2942 1970 ) ( 6574 2942 1904 ) common/tallen_nodraw 2 -48 0.00 1 1 0 2288 0 +( 6498 2938 1970 ) ( 6498 2990 1970 ) ( 6498 2990 1904 ) common/tallen_nodraw -30 -48 0.00 1 1 0 2288 0 +( 6570 2990 1970 ) ( 6450 2990 1970 ) ( 6450 2990 1904 ) common/tallen_nodraw 2 -48 0.00 1 1 0 2288 0 +( 6450 2990 1970 ) ( 6450 2938 1970 ) ( 6450 2938 1904 ) common/tallen_nodraw -30 -48 0.00 1 1 0 2288 0 +} +// brush 56 +{ +( 6098 3393 1904 ) ( 6098 3377 1904 ) ( 6170 3377 1904 ) common/areaportal -33 33 90.00 1 1 805339136 2192 0 +( 6170 3375 2080 ) ( 6098 3375 2080 ) ( 6098 3391 2080 ) common/areaportal -33 33 90.00 1 1 805339136 2192 0 +( 6496 3377 2048 ) ( 6496 3393 2048 ) ( 6496 3393 1888 ) common/areaportal -33 -1 0.00 1 1 805339136 2192 0 +( 6304 3384 2048 ) ( 6232 3384 2048 ) ( 6232 3384 1888 ) common/areaportal -32 0 -180.00 1 -1 805339136 2192 0 +( 6112 3393 2048 ) ( 6112 3377 2048 ) ( 6112 3377 1888 ) common/areaportal -33 -1 0.00 1 1 805339136 2192 0 +( 6246 3383 2048 ) ( 6318 3383 2048 ) ( 6318 3383 1888 ) common/areaportal -32 0 -180.00 1 -1 805339136 2192 0 +} +// brush 57 +{ +( 6754 3657 1904 ) ( 6754 3641 1904 ) ( 6826 3641 1904 ) common/areaportal -33 33 90.00 1 1 805339136 2192 0 +( 6826 3639 2080 ) ( 6754 3639 2080 ) ( 6754 3655 2080 ) common/areaportal -33 33 90.00 1 1 805339136 2192 0 +( 7136 3640 2048 ) ( 7136 3656 2048 ) ( 7136 3656 1888 ) common/areaportal -33 -1 0.00 1 1 805339136 2192 0 +( 6944 3641 2048 ) ( 6872 3641 2048 ) ( 6872 3641 1888 ) common/areaportal -32 0 -180.00 1 -1 805339136 2192 0 +( 6752 3657 2048 ) ( 6752 3641 2048 ) ( 6752 3641 1888 ) common/areaportal -33 -1 0.00 1 1 805339136 2192 0 +( 6898 3640 2048 ) ( 6970 3640 2048 ) ( 6970 3640 1888 ) common/areaportal -32 0 -180.00 1 -1 805339136 2192 0 +} +// brush 58 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -16 -504 880 -5.040499 13 ) ( 24 -520 880 -5.277998 13 ) ( 56 -544 880 -5.515499 13 ) ( 104 -528 872 -5.752998 13 ) ( 136 -576 880 -5.990499 13 ) ) +( ( -48 -528 896 -5.040499 12.937500 ) ( -8 -568 880 -5.277998 12.937500 ) ( 32 -584 888 -5.515499 12.937500 ) ( 72 -608 888 -5.752998 12.937500 ) ( 104 -632 904 -5.990499 12.937500 ) ) +( ( -72 -544 880 -5.040499 12.843750 ) ( -16 -592 896 -5.277998 12.843750 ) ( 16 -608 880 -5.515499 12.843750 ) ( 56 -624 880 -5.752998 12.843750 ) ( 88 -648 880 -5.990499 12.843750 ) ) +( ( -88 -568 888 -5.040499 12.750000 ) ( -32 -608 896 -5.277998 12.750000 ) ( 8 -624 872 -5.515499 12.750000 ) ( 40 -640 872 -5.752998 12.750000 ) ( 80 -664 864 -5.990499 12.750000 ) ) +( ( -104 -584 888 -5.040499 12.656250 ) ( -40 -616 896 -5.277998 12.656250 ) ( -8 -624 888 -5.515499 12.656250 ) ( 32 -656 848 -5.752998 12.656250 ) ( 64 -672 856 -5.990499 12.656250 ) ) +( ( -96 -608 896 -5.040499 12.593750 ) ( -48 -632 896 -5.277998 12.593750 ) ( -16 -648 864 -5.515499 12.593750 ) ( 24 -672 840 -5.752998 12.593750 ) ( 64 -688 840 -5.990499 12.593750 ) ) +( ( -104 -640 896 -5.040499 12.500000 ) ( -56 -656 896 -5.277998 12.500000 ) ( -32 -672 856 -5.515499 12.500000 ) ( 16 -696 848 -5.752998 12.500000 ) ( 48 -712 840 -5.990499 12.500000 ) ) +) + } + } +// brush 59 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 248 -944 840 3.800000 15 ) ( 56 -936 848 4.300000 15 ) ( -16 -856 896 4.800000 15 ) ) +( ( 264 -912 840 3.800000 14.906250 ) ( 120 -832 880 4.300000 14.906250 ) ( 16 -792 904 4.800000 14.906250 ) ) +( ( 272 -904 824 3.800000 14.812500 ) ( 144 -808 864 4.300000 14.812500 ) ( 24 -768 888 4.800000 14.812500 ) ) +( ( 280 -896 808 3.800000 14.750000 ) ( 152 -792 848 4.300000 14.750000 ) ( 32 -760 864 4.800000 14.750000 ) ) +( ( 272 -896 800 3.800000 14.656250 ) ( 152 -800 840 4.300000 14.656250 ) ( 32 -752 856 4.800000 14.656250 ) ) +( ( 280 -888 784 3.800000 14.593750 ) ( 152 -792 824 4.300000 14.593750 ) ( 32 -744 840 4.800000 14.593750 ) ) +( ( 296 -864 784 3.800000 14.500000 ) ( 168 -760 824 4.300000 14.500000 ) ( 48 -712 840 4.800000 14.500000 ) ) +) + } + } +// brush 60 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 496 -1112 840 3.800000 15 ) ( 280 -1072 816 4.300000 15 ) ( 248 -944 840 4.800000 15 ) ) +( ( 512 -1056 848 3.800000 14.906250 ) ( 400 -984 832 4.300000 14.906250 ) ( 264 -912 840 4.800000 14.906250 ) ) +( ( 520 -1048 824 3.800000 14.812500 ) ( 408 -968 808 4.300000 14.812500 ) ( 272 -904 824 4.800000 14.812500 ) ) +( ( 528 -1032 808 3.800000 14.750000 ) ( 408 -960 792 4.300000 14.750000 ) ( 280 -896 808 4.800000 14.750000 ) ) +( ( 528 -1032 800 3.800000 14.656250 ) ( 408 -960 784 4.300000 14.656250 ) ( 272 -896 800 4.800000 14.656250 ) ) +( ( 528 -1032 784 3.800000 14.593750 ) ( 416 -952 768 4.300000 14.593750 ) ( 280 -888 784 4.800000 14.593750 ) ) +( ( 544 -1000 784 3.800000 14.500000 ) ( 432 -928 768 4.300000 14.500000 ) ( 296 -864 784 4.800000 14.500000 ) ) +) + } + } +// brush 61 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 816 -1176 816 48.900002 -7 ) ( 680 -1144 832 48.400002 -7 ) ( 496 -1112 840 47.900002 -7 ) ) +( ( 800 -1112 848 48.900002 -6.906250 ) ( 680 -1112 848 48.400002 -6.906250 ) ( 512 -1056 848 47.900002 -6.906250 ) ) +( ( 792 -1096 824 48.900002 -6.812500 ) ( 672 -1096 824 48.400002 -6.812500 ) ( 520 -1048 824 47.900002 -6.812500 ) ) +( ( 792 -1080 800 48.900002 -6.750000 ) ( 672 -1088 808 48.400002 -6.750000 ) ( 528 -1032 808 47.900002 -6.750000 ) ) +( ( 792 -1064 792 48.900002 -6.656250 ) ( 672 -1088 800 48.400002 -6.656250 ) ( 528 -1032 800 47.900002 -6.656250 ) ) +( ( 792 -1056 776 48.900002 -6.593750 ) ( 672 -1080 784 48.400002 -6.593750 ) ( 528 -1032 784 47.900002 -6.593750 ) ) +( ( 776 -1024 776 48.900002 -6.500000 ) ( 672 -1048 784 48.400002 -6.500000 ) ( 544 -1000 784 47.900002 -6.500000 ) ) +) + } + } +// brush 62 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 808 -2440 640 3.800000 15 ) ( 696 -2600 624 4.300000 15 ) ( 592 -2616 664 4.800000 15 ) ) +( ( 784 -2408 640 3.800000 14.906250 ) ( 640 -2488 664 4.300000 14.906250 ) ( 552 -2560 672 4.800000 14.906250 ) ) +( ( 784 -2392 632 3.800000 14.812500 ) ( 632 -2456 640 4.300000 14.812500 ) ( 544 -2536 656 4.800000 14.812500 ) ) +( ( 776 -2384 616 3.800000 14.750000 ) ( 624 -2440 624 4.300000 14.750000 ) ( 536 -2528 632 4.800000 14.750000 ) ) +( ( 776 -2384 608 3.800000 14.656250 ) ( 624 -2440 616 4.300000 14.656250 ) ( 528 -2520 624 4.800000 14.656250 ) ) +( ( 776 -2376 592 3.800000 14.593750 ) ( 624 -2432 600 4.300000 14.593750 ) ( 520 -2520 608 4.800000 14.593750 ) ) +( ( 760 -2344 592 3.800000 14.500000 ) ( 608 -2408 600 4.300000 14.500000 ) ( 504 -2488 616 4.800000 14.500000 ) ) +) + } + } +// brush 63 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1048 -2296 672 3.800000 15 ) ( 928 -2464 616 4.300000 15 ) ( 808 -2440 640 4.800000 15 ) ) +( ( 1032 -2264 688 3.800000 14.906250 ) ( 912 -2328 680 4.300000 14.906250 ) ( 784 -2408 640 4.800000 14.906250 ) ) +( ( 1024 -2248 664 3.800000 14.812500 ) ( 904 -2312 656 4.300000 14.812500 ) ( 784 -2392 632 4.800000 14.812500 ) ) +( ( 1016 -2240 664 3.800000 14.750000 ) ( 896 -2296 640 4.300000 14.750000 ) ( 776 -2384 616 4.800000 14.750000 ) ) +( ( 1024 -2240 640 3.800000 14.656250 ) ( 896 -2296 632 4.300000 14.656250 ) ( 776 -2384 608 4.800000 14.656250 ) ) +( ( 1016 -2232 624 3.800000 14.593750 ) ( 896 -2288 616 4.300000 14.593750 ) ( 776 -2376 592 4.800000 14.593750 ) ) +( ( 1000 -2200 624 3.800000 14.500000 ) ( 880 -2264 616 4.300000 14.500000 ) ( 760 -2344 592 4.800000 14.500000 ) ) +) + } + } +// brush 64 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1288 -2064 672 48.900002 -7 ) ( 1192 -2160 680 48.400002 -7 ) ( 1048 -2296 672 47.900002 -7 ) ) +( ( 1224 -2040 704 48.900002 -6.906250 ) ( 1160 -2152 696 48.400002 -6.906250 ) ( 1032 -2264 688 47.900002 -6.906250 ) ) +( ( 1208 -2040 672 48.900002 -6.812500 ) ( 1152 -2144 672 48.400002 -6.812500 ) ( 1024 -2248 664 47.900002 -6.812500 ) ) +( ( 1192 -2032 656 48.900002 -6.750000 ) ( 1136 -2136 656 48.400002 -6.750000 ) ( 1016 -2240 664 47.900002 -6.750000 ) ) +( ( 1184 -2016 648 48.900002 -6.656250 ) ( 1136 -2136 648 48.400002 -6.656250 ) ( 1024 -2240 640 47.900002 -6.656250 ) ) +( ( 1176 -2016 632 48.900002 -6.593750 ) ( 1136 -2128 632 48.400002 -6.593750 ) ( 1016 -2232 624 47.900002 -6.593750 ) ) +( ( 1144 -2016 632 48.900002 -6.500000 ) ( 1104 -2120 632 48.400002 -6.500000 ) ( 1000 -2200 624 47.900002 -6.500000 ) ) +) + } + } +// brush 65 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1608 -4720 360 48.900002 -7 ) ( -1704 -4816 376 48.400002 -7 ) ( -1848 -4952 376 47.900002 -7 ) ) +( ( -1672 -4696 392 48.900002 -6.906250 ) ( -1728 -4808 392 48.400002 -6.906250 ) ( -1864 -4920 392 47.900002 -6.906250 ) ) +( ( -1688 -4696 368 48.900002 -6.812500 ) ( -1744 -4800 368 48.400002 -6.812500 ) ( -1872 -4904 368 47.900002 -6.812500 ) ) +( ( -1704 -4688 368 48.900002 -6.750000 ) ( -1760 -4792 368 48.400002 -6.750000 ) ( -1880 -4896 352 47.900002 -6.750000 ) ) +( ( -1720 -4672 352 48.900002 -6.656250 ) ( -1760 -4792 352 48.400002 -6.656250 ) ( -1880 -4896 352 47.900002 -6.656250 ) ) +( ( -1728 -4672 336 48.900002 -6.593750 ) ( -1768 -4784 336 48.400002 -6.593750 ) ( -1880 -4888 336 47.900002 -6.593750 ) ) +( ( -1760 -4672 336 48.900002 -6.500000 ) ( -1792 -4776 336 48.400002 -6.500000 ) ( -1896 -4856 336 47.900002 -6.500000 ) ) +) + } + } +// brush 66 +{ +( 5064 5352 1880 ) ( 4848 5352 1880 ) ( 4848 5344 1880 ) common/clip 12 -32 0.00 1 1 196608 2193 0 +( 4848 5344 1892 ) ( 4848 5352 1892 ) ( 5064 5352 1892 ) common/clip 12 -32 0.00 1 1 196608 2193 0 +( 4872 4456 2064 ) ( 4872 4456 1888 ) ( 4864 4456 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +( 4960 4432 1888 ) ( 4960 4432 2064 ) ( 4960 4824 2064 ) common/clip 28 0 0.00 1 1 196608 2193 0 +( 4920 4688 2064 ) ( 4704 4688 2064 ) ( 4704 4688 1888 ) common/clip 12 0 0.00 1 1 196608 2193 0 +( 4728 4800 2064 ) ( 4728 4792 2064 ) ( 4728 4792 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +} +// brush 67 +{ +( 5708 5376 1888 ) ( 5700 5376 1888 ) ( 5700 5368 1888 ) common/nodraw -20 -1 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5700 5368 2112 ) ( 5700 5376 2112 ) ( 5708 5376 2112 ) common/skip -20 -1 -180.00 1 1 536870912 2192 0 +surfaceparm detail +( 5688 5368 1940 ) ( 5696 5368 1940 ) ( 5696 5368 1916 ) general_industrial/jh_pipe1 -28 28 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5704 5368 2076 ) ( 5704 5376 2076 ) ( 5704 5376 2052 ) general_industrial/jh_pipe1 -67 29 0.00 1 1 0 32768 0 +surfaceparm detail +( 5708 5376 1936 ) ( 5700 5376 1936 ) ( 5700 5376 1912 ) general_industrial/jh_pipe1 -28 28 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5696 5376 1912 ) ( 5696 5368 1912 ) ( 5696 5368 1888 ) general_industrial/jh_pipe1 -67 29 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 68 +{ +( 5372 5369 2112 ) ( 5696 5369 2112 ) ( 5696 5369 2070 ) common/nodraw -48 12 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5372 5372 2112 ) ( 5696 5372 2112 ) ( 5696 5369 2112 ) common/nodraw -11 6 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5372 5369 2070 ) ( 5696 5369 2070 ) ( 5696 5372 2070 ) common/nodraw -11 6 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5696 5401 2095 ) ( 5696 5402 2095 ) ( 5696 5380 2069 ) common/nodraw -8 13 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5696 5372 2112 ) ( 5372 5372 2112 ) ( 5372 5372 2070 ) mohcommon/barbwire -101 58 -180.00 0.400391 -0.300049 204800 35328 0 +surfaceparm detail +( 5504 5347 2073 ) ( 5504 5348 2073 ) ( 5504 5375 2100 ) common/nodraw -8 13 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 69 +{ +( 5514 5376 1888 ) ( 5506 5376 1888 ) ( 5506 5368 1888 ) common/nodraw 36 0 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5500 5363 2112 ) ( 5500 5371 2112 ) ( 5508 5371 2112 ) common/skip 36 0 -180.00 1 1 536870912 2192 0 +surfaceparm detail +( 5488 5368 1948 ) ( 5496 5368 1948 ) ( 5496 5368 1924 ) general_industrial/jh_pipe1 28 28 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5504 5368 2076 ) ( 5504 5376 2076 ) ( 5504 5376 2052 ) general_industrial/jh_pipe1 -67 31 0.00 1 1 0 32768 0 +surfaceparm detail +( 5508 5376 1936 ) ( 5500 5376 1936 ) ( 5500 5376 1912 ) general_industrial/jh_pipe1 28 28 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5496 5376 1912 ) ( 5496 5368 1912 ) ( 5496 5368 1888 ) general_industrial/jh_pipe1 -67 31 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 70 +{ +( 5404 5378 1892 ) ( 5376 5378 1892 ) ( 5376 5370 1892 ) common/nodraw -8 -15 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5360 5370 2056 ) ( 5360 5378 2056 ) ( 5388 5378 2056 ) common/nodraw -8 -15 90.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5380 5370 2124 ) ( 5408 5370 2124 ) ( 5408 5370 2092 ) central_europe_winter/secfence1_wntr 170 137 0.00 -0.750000 0.640625 196608 264192 0 +surfaceparm detail +( 5696 5366 2124 ) ( 5696 5374 2124 ) ( 5696 5374 2092 ) common/nodraw -8 13 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5412 5374 2124 ) ( 5384 5374 2124 ) ( 5384 5374 2092 ) common/nodraw -48 12 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5504 5378 2124 ) ( 5504 5370 2124 ) ( 5504 5370 2092 ) common/nodraw -8 13 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 71 +{ +( 5536 5368 1888 ) ( 5536 5376 1888 ) ( 5280 5376 1888 ) common/nodraw 24 -39 -90.00 1 1 536870912 2224 0 +( 5728 5376 1892 ) ( 5728 5368 1892 ) ( 5472 5368 1892 ) general_industrial/jh_pipe1 42 -11 -90.00 1 1 0 32768 0 +surfaceparm detail +( 5412 5368 1892 ) ( 5412 5368 1888 ) ( 5156 5368 1888 ) general_industrial/jh_pipe1 -40 30 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5888 5376 1888 ) ( 5888 5376 1892 ) ( 5632 5376 1892 ) general_industrial/jh_pipe1 -40 30 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5504 5372 1890 ) ( 5504 5376 1890 ) ( 5504 5374 1894 ) common/nodraw 48 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5696 5376 1888 ) ( 5696 5368 1888 ) ( 5696 5372 1892 ) common/nodraw 48 31 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 72 +{ +( 5880 5368 2056 ) ( 5880 5376 2056 ) ( 5624 5376 2056 ) general_industrial/jh_pipe1 34 -11 -90.00 1 1 0 32768 0 +surfaceparm detail +( 5880 5376 2060 ) ( 5880 5368 2060 ) ( 5624 5368 2060 ) common/skip -56 -22 -180.00 1 1 536870912 2192 0 +surfaceparm detail +( 5620 5368 2060 ) ( 5620 5368 2056 ) ( 5364 5368 2056 ) general_industrial/jh_pipe1 -48 8 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 3928 5376 2056 ) ( 3928 5376 2060 ) ( 3672 5376 2060 ) general_industrial/jh_pipe1 -104 8 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5504 5372 2056 ) ( 5504 5376 2056 ) ( 5504 5374 2060 ) common/nodraw 48 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5696 5384 2056 ) ( 5696 5368 2056 ) ( 5696 5376 2060 ) common/nodraw 48 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 73 +{ +( 5080 4108 1888 ) ( 5072 4108 1888 ) ( 5072 4100 1888 ) common/nodraw 59 -57 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 4100 2112 ) ( 5072 4108 2112 ) ( 5080 4108 2112 ) common/skip 59 -57 -90.00 1 1 536870912 2192 0 +surfaceparm detail +( 5080 4112 1916 ) ( 5080 4112 1940 ) ( 5080 4120 1940 ) general_industrial/jh_pipe1 116 29 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5072 4104 2052 ) ( 5072 4104 2076 ) ( 5080 4104 2076 ) general_industrial/jh_pipe1 -59 29 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5072 4108 1912 ) ( 5072 4108 1936 ) ( 5072 4100 1936 ) general_industrial/jh_pipe1 116 29 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5080 4112 1888 ) ( 5080 4112 1912 ) ( 5072 4112 1912 ) general_industrial/jh_pipe1 -59 29 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 74 +{ +( 5079 4112 2070 ) ( 5079 4112 2112 ) ( 5079 4436 2112 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5079 4112 2112 ) ( 5076 4112 2112 ) ( 5076 4436 2112 ) common/nodraw -4 -10 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5076 4112 2070 ) ( 5079 4112 2070 ) ( 5079 4436 2070 ) common/nodraw -4 -10 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5068 4112 2069 ) ( 5046 4112 2095 ) ( 5047 4112 2095 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5076 4436 2070 ) ( 5076 4436 2112 ) ( 5076 4112 2112 ) mohcommon/barbwire 70 59 -180.00 0.400391 -0.299988 204800 35328 0 +surfaceparm detail +( 5073 4436 2100 ) ( 5100 4436 2073 ) ( 5101 4436 2073 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 75 +{ +( 5080 4434 1888 ) ( 5072 4434 1888 ) ( 5072 4426 1888 ) common/nodraw 48 -57 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5077 4432 2112 ) ( 5077 4440 2112 ) ( 5085 4440 2112 ) common/skip 48 -57 -90.00 1 1 536870912 2192 0 +surfaceparm detail +( 5080 4444 1924 ) ( 5080 4444 1948 ) ( 5080 4452 1948 ) general_industrial/jh_pipe1 40 29 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5072 4436 2052 ) ( 5072 4436 2076 ) ( 5080 4436 2076 ) general_industrial/jh_pipe1 -59 31 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5072 4440 1912 ) ( 5072 4440 1936 ) ( 5072 4432 1936 ) general_industrial/jh_pipe1 40 29 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5080 4444 1888 ) ( 5080 4444 1912 ) ( 5072 4444 1912 ) general_industrial/jh_pipe1 -59 31 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 76 +{ +( 5080 4272 2060 ) ( 5080 4276 2060 ) ( 5072 4276 2060 ) common/skip 23 -44 -90.00 1 1 536870912 2192 0 +surfaceparm detail +( 5075 4272 2112 ) ( 5075 4276 2112 ) ( 5083 4276 2112 ) common/nodraw 48 -16 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5080 4272 2072 ) ( 5080 4276 2072 ) ( 5080 4276 2060 ) general_industrial/jh_pipe1 68 13 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5072 4272 2072 ) ( 5080 4272 2072 ) ( 5080 4272 2060 ) general_industrial/jh_pipe1 -59 13 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5072 4272 2060 ) ( 5072 4276 2060 ) ( 5072 4276 2072 ) general_industrial/jh_pipe1 68 13 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5072 4276 2060 ) ( 5080 4276 2060 ) ( 5080 4276 2072 ) general_industrial/jh_pipe1 -59 13 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 77 +{ +( 5078 4432 1892 ) ( 5070 4432 1892 ) ( 5070 4404 1892 ) common/nodraw 0 1 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5070 4420 2056 ) ( 5070 4448 2056 ) ( 5078 4448 2056 ) common/nodraw 0 1 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5078 4400 2092 ) ( 5078 4400 2124 ) ( 5078 4428 2124 ) central_europe_winter/secfence1_wntr -183 218 0.00 0.625000 0.625000 196608 264192 0 +surfaceparm detail +( 5074 4112 2092 ) ( 5074 4112 2124 ) ( 5082 4112 2124 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5074 4424 2092 ) ( 5074 4424 2124 ) ( 5074 4396 2124 ) common/nodraw 32 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5078 4436 2092 ) ( 5078 4436 2124 ) ( 5070 4436 2124 ) common/nodraw 0 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 78 +{ +( 5072 4528 1888 ) ( 5072 4272 1888 ) ( 5080 4272 1888 ) common/nodraw 16 40 0.00 1 1 536870912 2224 0 +( 5080 4336 1892 ) ( 5080 4080 1892 ) ( 5072 4080 1892 ) general_industrial/jh_pipe1 34 4 0.00 1 1 0 32768 0 +surfaceparm detail +( 5080 4652 1888 ) ( 5080 4396 1888 ) ( 5080 4396 1892 ) general_industrial/jh_pipe1 104 31 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5072 4176 1892 ) ( 5072 3920 1892 ) ( 5072 3920 1888 ) general_industrial/jh_pipe1 104 31 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5074 4436 1894 ) ( 5072 4436 1890 ) ( 5076 4436 1890 ) common/nodraw 40 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5076 4112 1892 ) ( 5080 4112 1888 ) ( 5072 4112 1888 ) common/nodraw 40 32 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 79 +{ +( 5072 4184 2056 ) ( 5072 3928 2056 ) ( 5080 3928 2056 ) general_industrial/jh_pipe1 26 4 0.00 1 1 0 32768 0 +surfaceparm detail +( 5080 4184 2060 ) ( 5080 3928 2060 ) ( 5072 3928 2060 ) common/skip 23 -14 -90.00 1 1 536870912 2192 0 +surfaceparm detail +( 5080 4576 2056 ) ( 5080 4320 2056 ) ( 5080 4320 2060 ) general_industrial/jh_pipe1 96 9 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5072 6136 2060 ) ( 5072 5880 2060 ) ( 5072 5880 2056 ) general_industrial/jh_pipe1 40 9 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5074 4436 2060 ) ( 5072 4436 2056 ) ( 5076 4436 2056 ) common/nodraw 40 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 4112 2060 ) ( 5080 4112 2056 ) ( 5064 4112 2056 ) common/nodraw 40 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 80 +{ +( 7087 4229 2283 ) ( 7079 4229 2283 ) ( 7079 4221 2283 ) common/nodraw -60 25 0.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 167.874115 +( 7086 4223 2287 ) ( 7082 4223 2287 ) ( 7082 4227 2287 ) mohtest/slatewldrty1 -92 89 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 167.874115 +( 7082 4224 2287 ) ( 7086.000488 4224 2287 ) ( 7087.999512 4222 2283 ) mohtest/slatewldrty1 -92 -67 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 167.874115 +( 7085 4222.999512 2287 ) ( 7085 4227 2287 ) ( 7087 4229 2283 ) mohtest/slatewldrty1 -89 -67 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 167.874115 +( 7086.000488 4225.999512 2287 ) ( 7082 4225.999512 2287 ) ( 7080 4227.999512 2283 ) mohtest/slatewldrty1 -92 -67 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 167.874115 +( 7082 4227 2287 ) ( 7082 4222.999512 2287 ) ( 7080 4220.999512 2283 ) mohtest/slatewldrty1 -89 -67 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 167.874115 +} +// brush 81 +{ +( 7106 4221 2275 ) ( 7106 4229 2275 ) ( 7114 4229 2275 ) common/nodraw -51 -46 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 7180 4223 2211 ) ( 7172 4223 2211 ) ( 7106 4223 2275 ) central_europe_winter/joist_w 7 64 227.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 7180 4229 2211 ) ( 7180 4221 2211 ) ( 7114 4221 2275 ) mohtest/joist 20 45 221.00 1 1 0 16384 0 +surfaceparm detail +( 7172 4227 2211 ) ( 7180 4227 2211 ) ( 7114 4227 2275 ) central_europe_winter/joist_w 7 64 227.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 7172 4221 2211 ) ( 7172 4229 2211 ) ( 7106 4229 2275 ) central_europe_winter/joist_w 18 87 270.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 7142 4223 2253 ) ( 7142 4227 2245 ) ( 7142 4223 2237 ) common/nodraw -5 -51 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 82 +{ +( 7144 4229 2275 ) ( 7070 4229 2275 ) ( 7070 4221 2275 ) central_europe_winter/joist_w 18 87 270.00 0.500000 0.500000 0 16384 0 +surfaceparm detail subdivisions 167.874115 +( 7070 4221 2283 ) ( 7070 4229 2283 ) ( 7144 4229 2283 ) mohtest/joist -19 -102 90.00 1 1 0 16384 0 +surfaceparm detail subdivisions 167.874115 +( 7070 4222 2283 ) ( 7144 4222 2283 ) ( 7144 4222 2275 ) central_europe_winter/joist_w -9 87 270.00 0.500000 0.500000 0 16384 0 +surfaceparm detail subdivisions 167.874115 +( 7144 4221 2283 ) ( 7144 4229 2283 ) ( 7144 4229 2275 ) common/nodraw -5 -51 90.00 1 1 536870912 2224 0 +surfaceparm detail subdivisions 167.874115 +( 7144 4228 2283 ) ( 7070 4228 2283 ) ( 7070 4228 2275 ) central_europe_winter/joist_w 18 83 270.00 0.500000 0.500000 0 16384 0 +surfaceparm detail subdivisions 167.874115 +( 7080 4229 2283 ) ( 7080 4221 2283 ) ( 7080 4221 2275 ) central_europe_winter/joist_w -9 114 270.00 0.500000 0.500000 0 16384 0 +surfaceparm detail subdivisions 167.874115 +} +// brush 83 +{ +( 7132 4236 2216 ) ( 7132 4212 2216 ) ( 7140 4212 2216 ) general_industrial/jh_pipe1 -63 -63 90.00 0.187500 -0.062500 0 32768 0 +surfaceparm detail +( 7128 4212 2240 ) ( 7128 4236 2240 ) ( 7140 4236 2240 ) general_industrial/jh_pipe1 -63 30 90.00 0.187500 -0.125000 0 32768 0 +surfaceparm detail +( 7128 4236 2240 ) ( 7128 4212 2240 ) ( 7132 4212 2216 ) das_boot/speakerbox2 -63 42 0.00 0.187500 0.187500 0 32768 0 +surfaceparm detail +( 7124 4212 2256 ) ( 7140 4212 2256 ) ( 7140 4212 2240 ) general_industrial/jh_pipe1 30 42 -180.00 0.125000 -0.187500 0 32768 0 +surfaceparm detail +( 7140 4196 2240 ) ( 7140 4236 2240 ) ( 7140 4236 2224 ) general_industrial/jh_pipe1 64 42 -180.00 0.187500 -0.187500 0 32768 0 +surfaceparm detail +( 7140 4236 2240 ) ( 7124 4236 2240 ) ( 7124 4236 2224 ) general_industrial/jh_pipe1 30 42 -180.00 0.125000 -0.187500 0 32768 0 +surfaceparm detail +} +// brush 84 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 163.643280 ) +( +( ( 6561 3008 2074 0 0.800000 ) ( 6561 3008 2100 0 0.400000 ) ( 6561 3008 2126 0 0 ) ) +( ( 6624 3008 2052 0.750000 0.800000 ) ( 6624 3008 2085 0.750000 0.400000 ) ( 6624 3008 2102 0.750000 0 ) ) +( ( 6687 3008 2074 1.500000 0.800000 ) ( 6687 3008 2100 1.500000 0.400000 ) ( 6687 3008 2126 1.500000 0 ) ) +) + } + } +// brush 85 +{ +( 7232 5872 2208 ) ( 6848 5872 2208 ) ( 6848 5872 2080 ) central_europe_winter/tudor_set2cw 85 -140 -180.00 0.750000 -0.750000 0 16384 0 +( 6816 5856 2080 ) ( 6560 5856 2080 ) ( 6688 5856 2224 ) central_europe/tudor_set2c 84 -138 -180.00 0.750000 -0.750000 0 16384 0 +( 6688 5872 2224 ) ( 6688 5856 2224 ) ( 6544 5856 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6560 5856 2080 ) ( 6816 5856 2080 ) ( 6832 5872 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6666 5856 2132 ) ( 6666 5872 2170 ) ( 6666 5872 2094 ) central_europe/tudor_set2c -158 32 90.00 0.750000 -0.750000 0 16384 0 +} +// brush 86 +{ +( 7232 5872 2208 ) ( 6848 5872 2208 ) ( 6848 5872 2080 ) central_europe_winter/tudor_set2cw 85 -140 -180.00 0.750000 -0.750000 0 16384 0 +( 6816 5856 2080 ) ( 6560 5856 2080 ) ( 6688 5856 2224 ) central_europe/tudor_set2c 84 -138 -180.00 0.750000 -0.750000 0 16384 0 +( 6560 5856 2080 ) ( 6816 5856 2080 ) ( 6832 5872 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6712 5856 2132 ) ( 6712 5872 2170 ) ( 6712 5872 2094 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6666 5872 2170 ) ( 6666 5856 2132 ) ( 6666 5872 2094 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6710 5872 2094 ) ( 6687 5856 2094 ) ( 6664 5872 2094 ) central_europe/tudor_set2c 102 9 -180.00 0.750000 0.750000 0 16384 0 +} +// brush 87 +{ +( 7232 5872 2208 ) ( 6848 5872 2208 ) ( 6848 5872 2080 ) central_europe_winter/tudor_set2cw 85 -140 -180.00 0.750000 -0.750000 0 16384 0 +( 6832 5872 2080 ) ( 6832 5856 2080 ) ( 6688 5856 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6816 5856 2080 ) ( 6560 5856 2080 ) ( 6688 5856 2224 ) central_europe/tudor_set2c 84 -138 -180.00 0.750000 -0.750000 0 16384 0 +( 6560 5856 2080 ) ( 6816 5856 2080 ) ( 6832 5872 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6712 5872 2170 ) ( 6712 5856 2132 ) ( 6712 5872 2094 ) central_europe/tudor_set2c -158 32 90.00 0.750000 -0.750000 0 16384 0 +} +// brush 88 +{ +( 7232 5872 2208 ) ( 6848 5872 2208 ) ( 6848 5872 2080 ) central_europe_winter/tudor_set2cw 85 -140 -180.00 0.750000 -0.750000 0 16384 0 +( 6832 5872 2080 ) ( 6832 5856 2080 ) ( 6688 5856 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6816 5856 2080 ) ( 6560 5856 2080 ) ( 6688 5856 2224 ) central_europe/tudor_set2c 84 -138 -180.00 0.750000 -0.750000 0 16384 0 +( 6688 5872 2224 ) ( 6688 5856 2224 ) ( 6544 5856 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6712 5856 2132 ) ( 6712 5872 2170 ) ( 6712 5872 2094 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6666 5872 2170 ) ( 6666 5856 2132 ) ( 6666 5872 2094 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6689 5856 2170 ) ( 6712 5872 2170 ) ( 6666 5872 2170 ) central_europe/tudor_set2c 102 9 -180.00 0.750000 0.750000 0 16384 0 +} +// brush 89 +{ +( 5824 4448 2208 ) ( 6208 4448 2208 ) ( 6208 4448 2080 ) central_europe_winter/tudor_set2cw 90 -142 0.00 0.750000 0.750000 0 16384 0 +( 6224 4448 2080 ) ( 6224 4464 2080 ) ( 6368 4464 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6240 4464 2080 ) ( 6496 4464 2080 ) ( 6368 4464 2224 ) central_europe/tudor_set2c -172 -138 0.00 0.750000 0.750000 0 16384 0 +( 6496 4464 2080 ) ( 6240 4464 2080 ) ( 6224 4448 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6344 4448 2170 ) ( 6344 4464 2132 ) ( 6344 4448 2094 ) central_europe/tudor_set2c -158 -160 90.00 0.750000 0.750000 0 16384 0 +} +// brush 90 +{ +( 5824 4448 2208 ) ( 6208 4448 2208 ) ( 6208 4448 2080 ) central_europe_winter/tudor_set2cw 90 -142 0.00 0.750000 0.750000 0 16384 0 +( 6224 4448 2080 ) ( 6224 4464 2080 ) ( 6368 4464 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6240 4464 2080 ) ( 6496 4464 2080 ) ( 6368 4464 2224 ) central_europe/tudor_set2c -172 -138 0.00 0.750000 0.750000 0 16384 0 +( 6368 4448 2224 ) ( 6368 4464 2224 ) ( 6512 4464 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6344 4464 2132 ) ( 6344 4448 2170 ) ( 6344 4448 2094 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6390 4448 2170 ) ( 6390 4464 2132 ) ( 6390 4448 2094 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6367 4464 2170 ) ( 6344 4448 2170 ) ( 6390 4448 2170 ) central_europe/tudor_set2c -154 -54 0.00 0.750000 0.750000 0 16384 0 +} +// brush 91 +{ +( 5824 4448 2208 ) ( 6208 4448 2208 ) ( 6208 4448 2080 ) central_europe_winter/tudor_set2cw 86 -142 0.00 0.750000 0.750000 0 16384 0 +( 6240 4464 2080 ) ( 6496 4464 2080 ) ( 6368 4464 2224 ) central_europe/tudor_set2c -172 -138 0.00 0.750000 0.750000 0 16384 0 +( 6368 4448 2224 ) ( 6368 4464 2224 ) ( 6512 4464 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6496 4464 2080 ) ( 6240 4464 2080 ) ( 6224 4448 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6390 4464 2132 ) ( 6390 4448 2170 ) ( 6390 4448 2094 ) central_europe/tudor_set2c -158 -160 90.00 0.750000 0.750000 0 16384 0 +} +// brush 92 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1968 -3968 736 -1 1 ) ( 2232 -3784 752 -0.500000 1 ) ( 2416 -3720 752 0 1 ) ) +( ( 2032 -4064 896 -1 0.750000 ) ( 2224 -3928 872 -0.500000 0.750000 ) ( 2448 -3864 872 0 0.750000 ) ) +( ( 2024 -4056 1032 -1 0.500000 ) ( 2224 -3944 976 -0.500000 0.500000 ) ( 2480 -3896 984 0 0.500000 ) ) +( ( 2024 -4048 1104 -1 0.250000 ) ( 2240 -3976 1064 -0.500000 0.250000 ) ( 2472 -3896 1064 0 0.250000 ) ) +( ( 2064 -4144 1224 -1 0 ) ( 2264 -4048 1216 -0.500000 0 ) ( 2472 -4024 1184 0 0 ) ) +) + } + } +// brush 93 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2416 -3720 752 2 -7 ) ( 2528 -3696 768 2.250000 -7 ) ( 2800 -3512 824 2.500000 -7 ) ) +( ( 2448 -3864 872 2 -7.250000 ) ( 2592 -3792 960 2.250000 -7.250000 ) ( 2856 -3608 928 2.500000 -7.250000 ) ) +( ( 2480 -3896 984 2 -7.500000 ) ( 2600 -3808 1152 2.250000 -7.500000 ) ( 2848 -3616 1144 2.500000 -7.500000 ) ) +( ( 2472 -3896 1064 2 -7.750000 ) ( 2600 -3824 1288 2.250000 -7.750000 ) ( 2848 -3608 1320 2.500000 -7.750000 ) ) +( ( 2472 -4024 1184 2 -8 ) ( 2624 -3904 1464 2.250000 -8 ) ( 2904 -3696 1488 2.500000 -8 ) ) +) + } + } +// brush 94 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 182.708847 ) +( +( ( 6063 5201 2064 0 0 ) ( 6063 5201 1984 0 0.500000 ) ( 6063 5201 1984 0 1 ) ) +( ( 6063 5489 2064 1.500000 0 ) ( 6063 5489 2032 1.500000 0.500000 ) ( 6063 5489 1984 1.500000 1 ) ) +( ( 6063 5777 2064 3 0 ) ( 6063 5777 2032 3 0.500000 ) ( 6063 5777 1984 3 1 ) ) +) + } + } +// brush 95 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2800 -3512 824 2.500000 -7 ) ( 2928 -3160 672 2.750000 -7 ) ( 3160 -3232 776 3 -7 ) ) +( ( 2856 -3608 928 2.500000 -7.250000 ) ( 3104 -3440 904 2.750000 -7.250000 ) ( 3184 -3336 960 3 -7.250000 ) ) +( ( 2848 -3616 1144 2.500000 -7.500000 ) ( 3000 -3360 1096 2.750000 -7.500000 ) ( 3176 -3336 1128 3 -7.500000 ) ) +( ( 2848 -3608 1320 2.500000 -7.750000 ) ( 3000 -3368 1280 2.750000 -7.750000 ) ( 3168 -3336 1344 3 -7.750000 ) ) +( ( 2904 -3696 1488 2.500000 -8 ) ( 3032 -3480 1424 2.750000 -8 ) ( 3208 -3432 1456 3 -8 ) ) +) + } + } +// brush 96 + { + patchDef2 + { + central_europe/carpet_fancy3 + ( 3 3 0 -2013265920 0 surfaceDensity 4 ) +( +( ( 6240 4672 2081 0 0 ) ( 6392 4672 2081 0 0.500000 ) ( 6544 4672 2081 0 1 ) ) +( ( 6240 4572 2081 0.500000 0 ) ( 6392 4572 2081 0.500000 0.500000 ) ( 6544 4572 2081 0.500000 1 ) ) +( ( 6240 4472 2081 1 0 ) ( 6392 4472 2081 1 0.500000 ) ( 6544 4472 2081 1 1 ) ) +) + } + } +// brush 97 +{ +( -8000 -8192 3264 ) ( 8192 -8192 3264 ) ( 8192 8000 3264 ) common/caulksky 48 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -8000 8032 3328 ) ( -8000 -8224 3328 ) ( -8000 -8192 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 8064 3328 ) ( -8000 8064 3328 ) ( -8000 8064 3264 ) common/caulksky 48 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -8224 3328 ) ( 8192 8032 3328 ) ( 8192 8064 3264 ) common/caulksky 0 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -8000 -8192 3328 ) ( 8192 -8192 3328 ) ( 8192 -8192 3264 ) common/caulksky 48 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 8192 -8192 3328 ) ( -8000 -8192 3328 ) ( -8000 8064 3328 ) common/caulksky 48 0 0.00 0.500000 0.500000 0 276 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +// brush 98 +{ +( 5864 4520 1888 ) ( 5648 4520 1888 ) ( 5648 4512 1888 ) common/clip -20 -32 0.00 1 1 196608 2193 0 +( 5652 4512 1952 ) ( 5652 4520 1952 ) ( 5868 4520 1952 ) common/clip -20 -32 0.00 1 1 196608 2193 0 +( 5592 3632 2064 ) ( 5808 3632 2064 ) ( 5808 3632 1888 ) common/clip -20 0 0.00 1 1 196608 2193 0 +( 6004 4172 2064 ) ( 6004 4180 2064 ) ( 6004 4180 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +( 5852 3888 2064 ) ( 5636 3888 2064 ) ( 5636 3888 1888 ) common/clip -20 0 0.00 1 1 196608 2193 0 +( 5988 3924 2064 ) ( 5988 3916 2064 ) ( 5988 3916 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +} +// brush 99 +{ +( 6096 3740 1888 ) ( 5880 3740 1888 ) ( 5880 3732 1888 ) common/clip -60 -44 0.00 1 1 196608 2193 0 +( 5880 3732 2064 ) ( 5880 3740 2064 ) ( 6096 3740 2064 ) common/clip -60 -44 0.00 1 1 196608 2193 0 +( 5996 2636 2064 ) ( 6212 2636 2064 ) ( 6212 2636 1888 ) common/clip -60 0 0.00 1 1 196608 2193 0 +( 6872 3548 2064 ) ( 6872 3556 2064 ) ( 6872 3556 1888 ) common/clip 40 0 0.00 1 1 196608 2193 0 +( 6528 2816 1888 ) ( 6536 2816 1888 ) ( 6532 2816 2064 ) common/clip -52 0 0.00 1 1 196608 2193 0 +( 6864 2636 1888 ) ( 6864 2644 1888 ) ( 6864 2640 2064 ) common/clip -52 0 0.00 1 1 196608 2193 0 +} +// brush 100 +{ +( 6096 3740 1888 ) ( 5880 3740 1888 ) ( 5880 3732 1888 ) common/clip -60 -44 0.00 1 1 196608 2193 0 +( 5880 3732 2064 ) ( 5880 3740 2064 ) ( 6096 3740 2064 ) common/clip -60 -44 0.00 1 1 196608 2193 0 +( 5996 2636 2064 ) ( 6212 2636 2064 ) ( 6212 2636 1888 ) common/clip -60 0 0.00 1 1 196608 2193 0 +( 6528 3128 2064 ) ( 6528 3120 2064 ) ( 6528 3120 1888 ) common/clip 40 0 0.00 1 1 196608 2193 0 +( 6528 2644 1888 ) ( 6536 2644 1888 ) ( 6532 2644 2064 ) common/clip -52 0 0.00 1 1 196608 2193 0 +( 6864 2644 1888 ) ( 6864 2636 1888 ) ( 6864 2640 2064 ) common/clip -52 0 0.00 1 1 196608 2193 0 +} +// brush 101 +{ +( 5304 4384 1888 ) ( 5088 4384 1888 ) ( 5088 4376 1888 ) common/clip -36 -40 0.00 1 1 196608 2193 0 +( 5088 4376 2064 ) ( 5088 4384 2064 ) ( 5304 4384 2064 ) common/clip -36 -40 0.00 1 1 196608 2193 0 +( 5744 4024 2064 ) ( 5744 4032 2064 ) ( 5744 4032 1888 ) common/clip 36 0 0.00 1 1 196608 2193 0 +( 5304 3632 2064 ) ( 5088 3632 2064 ) ( 5088 3632 1888 ) common/clip -36 0 0.00 1 1 196608 2193 0 +( 5736 3772 2064 ) ( 5736 3764 2064 ) ( 5736 3764 1888 ) common/clip 36 0 0.00 1 1 196608 2193 0 +( 5744 3288 1888 ) ( 5736 3288 1888 ) ( 5740 3288 2064 ) common/clip 36 0 0.00 1 1 196608 2193 0 +} +// brush 102 +{ +( 5304 4384 1888 ) ( 5088 4384 1888 ) ( 5088 4376 1888 ) common/clip -36 -40 0.00 1 1 196608 2193 0 +( 5088 4376 2064 ) ( 5088 4384 2064 ) ( 5304 4384 2064 ) common/clip -36 -40 0.00 1 1 196608 2193 0 +( 5204 3280 2064 ) ( 5420 3280 2064 ) ( 5420 3280 1888 ) common/clip -36 0 0.00 1 1 196608 2193 0 +( 6080 4020 2064 ) ( 6080 4028 2064 ) ( 6080 4028 1888 ) common/clip 36 0 0.00 1 1 196608 2193 0 +( 5736 3772 2064 ) ( 5736 3764 2064 ) ( 5736 3764 1888 ) common/clip 36 0 0.00 1 1 196608 2193 0 +( 5736 3288 1888 ) ( 5744 3288 1888 ) ( 5740 3288 2064 ) common/clip 36 0 0.00 1 1 196608 2193 0 +} +// brush 103 +{ +( 5304 4400 1888 ) ( 5088 4400 1888 ) ( 5088 4392 1888 ) common/clip -36 -24 0.00 1 1 196608 2193 0 +( 5088 4392 2064 ) ( 5088 4400 2064 ) ( 5304 4400 2064 ) common/clip -36 -24 0.00 1 1 196608 2193 0 +( 5040 3632 2064 ) ( 5256 3632 2064 ) ( 5256 3632 1888 ) common/clip -36 0 0.00 1 1 196608 2193 0 +( 5744 4040 2064 ) ( 5744 4048 2064 ) ( 5744 4048 1888 ) common/clip 20 0 0.00 1 1 196608 2193 0 +( 5304 3648 2064 ) ( 5088 3648 2064 ) ( 5088 3648 1888 ) common/clip -36 0 0.00 1 1 196608 2193 0 +( 5432 3804 2064 ) ( 5432 3796 2064 ) ( 5432 3796 1888 ) common/clip 20 0 0.00 1 1 196608 2193 0 +} +// brush 104 +{ +( 5292 4520 1888 ) ( 5076 4520 1888 ) ( 5076 4512 1888 ) common/clip -24 -32 0.00 1 1 196608 2193 0 +( 5076 4512 2064 ) ( 5076 4520 2064 ) ( 5292 4520 2064 ) common/clip -24 -32 0.00 1 1 196608 2193 0 +( 5020 3632 2064 ) ( 5236 3632 2064 ) ( 5236 3632 1888 ) common/clip -24 0 0.00 1 1 196608 2193 0 +( 5432 4172 2064 ) ( 5432 4180 2064 ) ( 5432 4180 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +( 5280 3888 2064 ) ( 5064 3888 2064 ) ( 5064 3888 1888 ) common/clip -24 0 0.00 1 1 196608 2193 0 +( 5420 3924 2064 ) ( 5420 3916 2064 ) ( 5420 3916 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +} +// brush 105 +{ +( 5280 4648 1888 ) ( 5064 4648 1888 ) ( 5064 4640 1888 ) common/clip -12 -32 0.00 1 1 196608 2193 0 +( 5064 4640 2064 ) ( 5064 4648 2064 ) ( 5280 4648 2064 ) common/clip -12 -32 0.00 1 1 196608 2193 0 +( 5016 3768 2064 ) ( 5232 3768 2064 ) ( 5232 3768 1888 ) common/clip -12 0 0.00 1 1 196608 2193 0 +( 5420 4300 2064 ) ( 5420 4308 2064 ) ( 5420 4308 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +( 5280 3776 2064 ) ( 5064 3776 2064 ) ( 5064 3776 1888 ) common/clip -12 0 0.00 1 1 196608 2193 0 +( 5072 4076 2064 ) ( 5072 4068 2064 ) ( 5072 4068 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +} +// brush 106 +{ +( 5272 4648 1888 ) ( 5056 4648 1888 ) ( 5056 4640 1888 ) common/clip -4 -32 0.00 1 1 196608 2193 0 +( 5056 4640 2064 ) ( 5056 4648 2064 ) ( 5272 4648 2064 ) common/clip -4 -32 0.00 1 1 196608 2193 0 +( 5008 3768 2064 ) ( 5224 3768 2064 ) ( 5224 3768 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 5072 4120 2064 ) ( 5072 4120 1888 ) ( 5072 3768 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +( 5072 4120 1888 ) ( 5072 4120 2064 ) ( 5064 4112 2064 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 5064 4076 2064 ) ( 5064 4068 2064 ) ( 5064 4068 1888 ) common/clip 28 0 0.00 1 1 196608 2193 0 +} +// brush 107 +{ +( 5280 4980 1888 ) ( 5064 4980 1888 ) ( 5064 4972 1888 ) common/clip 52 -20 0.00 1 1 196608 2193 0 +( 5064 4972 2064 ) ( 5064 4980 2064 ) ( 5280 4980 2064 ) common/clip 52 -20 0.00 1 1 196608 2193 0 +( 5072 4096 1888 ) ( 5072 4096 2064 ) ( 5080 4104 2064 ) common/clip 52 0 0.00 1 1 196608 2193 0 +( 5080 4944 2064 ) ( 5080 4952 2064 ) ( 5080 4952 1888 ) common/clip 16 0 0.00 1 1 196608 2193 0 +( 5072 4452 2064 ) ( 5072 4452 1888 ) ( 5080 4444 1888 ) common/clip 52 0 0.00 1 1 196608 2193 0 +( 5072 4452 1888 ) ( 5072 4452 2064 ) ( 5072 4096 2064 ) common/clip 16 0 0.00 1 1 196608 2193 0 +} +// brush 108 +{ +( 5272 5376 1888 ) ( 5056 5376 1888 ) ( 5056 5368 1888 ) common/clip 60 -8 0.00 1 1 196608 2193 0 +( 5056 5368 2064 ) ( 5056 5376 2064 ) ( 5272 5376 2064 ) common/clip 60 -8 0.00 1 1 196608 2193 0 +( 5072 4428 2064 ) ( 5072 4428 1888 ) ( 5064 4436 1888 ) common/clip 60 0 0.00 1 1 196608 2193 0 +( 5072 4428 1888 ) ( 5072 4428 2064 ) ( 5072 4840 2064 ) common/clip 4 0 0.00 1 1 196608 2193 0 +( 5120 4840 2064 ) ( 4904 4840 2064 ) ( 4904 4840 1888 ) common/clip 60 0 0.00 1 1 196608 2193 0 +( 5064 4848 2064 ) ( 5064 4840 2064 ) ( 5064 4840 1888 ) common/clip 4 0 0.00 1 1 196608 2193 0 +} +// brush 109 +{ +( 5272 5384 1888 ) ( 5056 5384 1888 ) ( 5056 5376 1888 ) common/clip 60 0 0.00 1 1 196608 2193 0 +( 5056 5376 2064 ) ( 5056 5384 2064 ) ( 5272 5384 2064 ) common/clip 60 0 0.00 1 1 196608 2193 0 +( 5032 4840 2064 ) ( 5248 4840 2064 ) ( 5248 4840 1888 ) common/clip 60 0 0.00 1 1 196608 2193 0 +( 5224 5360 2064 ) ( 5224 5368 2064 ) ( 5224 5368 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 5120 4848 2064 ) ( 4904 4848 2064 ) ( 4904 4848 1888 ) common/clip 60 0 0.00 1 1 196608 2193 0 +( 5064 4856 2064 ) ( 5064 4848 2064 ) ( 5064 4848 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +} +// brush 110 +{ +( 5280 5384 1888 ) ( 5064 5384 1888 ) ( 5064 5376 1888 ) common/clip 52 0 0.00 1 1 196608 2193 0 +( 5064 5376 2064 ) ( 5064 5384 2064 ) ( 5280 5384 2064 ) common/clip 52 0 0.00 1 1 196608 2193 0 +( 5040 4840 2064 ) ( 5256 4840 2064 ) ( 5256 4840 1888 ) common/clip 52 0 0.00 1 1 196608 2193 0 +( 5232 5360 2064 ) ( 5232 5368 2064 ) ( 5232 5368 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 5280 5384 2064 ) ( 5064 5384 2064 ) ( 5064 5384 1888 ) common/clip 52 0 0.00 1 1 196608 2193 0 +( 5224 5392 2064 ) ( 5224 5384 2064 ) ( 5224 5384 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +} +// brush 111 +{ +( 5552 5376 1888 ) ( 5336 5376 1888 ) ( 5336 5368 1888 ) common/clip -28 -8 0.00 1 1 196608 2193 0 +( 5336 5368 2064 ) ( 5336 5376 2064 ) ( 5552 5376 2064 ) common/clip -28 -8 0.00 1 1 196608 2193 0 +( 5336 5368 2064 ) ( 5552 5368 2064 ) ( 5552 5368 1888 ) common/clip -28 0 0.00 1 1 196608 2193 0 +( 5712 5376 2064 ) ( 5712 5376 1888 ) ( 5704 5368 1888 ) common/clip 4 0 0.00 1 1 196608 2193 0 +( 5712 5376 1888 ) ( 5712 5376 2064 ) ( 5488 5376 2064 ) common/clip -28 0 0.00 1 1 196608 2193 0 +( 5488 5376 1888 ) ( 5488 5376 2064 ) ( 5496 5368 2064 ) common/clip 4 0 0.00 1 1 196608 2193 0 +} +// brush 112 +{ +( 5352 5384 1888 ) ( 5136 5384 1888 ) ( 5136 5376 1888 ) common/clip 44 0 0.00 1 1 196608 2193 0 +( 5136 5376 2064 ) ( 5136 5384 2064 ) ( 5352 5384 2064 ) common/clip 44 0 0.00 1 1 196608 2193 0 +( 5512 5376 2064 ) ( 5512 5376 1888 ) ( 5224 5376 1888 ) common/clip 44 0 0.00 1 1 196608 2193 0 +( 5512 5376 1888 ) ( 5512 5376 2064 ) ( 5504 5384 2064 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 5352 5384 2064 ) ( 5136 5384 2064 ) ( 5136 5384 1888 ) common/clip 44 0 0.00 1 1 196608 2193 0 +( 5224 5384 2064 ) ( 5224 5376 2064 ) ( 5224 5376 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +} +// brush 113 +{ +( 5912 5384 1888 ) ( 5696 5384 1888 ) ( 5696 5376 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 5696 5376 2064 ) ( 5696 5384 2064 ) ( 5912 5384 2064 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 5688 5376 1888 ) ( 5688 5376 2064 ) ( 6064 5376 2064 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 6064 5376 2064 ) ( 6064 5384 2064 ) ( 6064 5384 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 5912 5384 2064 ) ( 5696 5384 2064 ) ( 5696 5384 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 5688 5376 2064 ) ( 5688 5376 1888 ) ( 5696 5384 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +} +// brush 114 +{ +( -1728 -3712 472 ) ( -640 -3712 472 ) ( -640 -2944 472 ) common/clip -63 0 -180.00 1 1 196608 2193 0 +( -768 -2944 1216 ) ( -768 -3712 1216 ) ( -1856 -3712 1216 ) common/clip -63 0 -180.00 1 1 196608 2193 0 +( -480 -2176 480 ) ( -480 -2176 1216 ) ( -1280 -2176 1216 ) common/clip 0 0 -180.00 1 -1 196608 2193 0 +( -1280 -2176 480 ) ( -1280 -2176 1216 ) ( -2816 -3712 1216 ) common/clip 0 0 -180.00 1 -1 196608 2193 0 +( -1952 -3808 1216 ) ( -1952 -3808 480 ) ( -2848 -3808 480 ) common/clip 0 0 -180.00 1 -1 196608 2193 0 +( -1920 -3712 480 ) ( -1920 -3712 1216 ) ( -480 -2176 1216 ) common/clip 0 0 -180.00 1 -1 196608 2193 0 +} +// brush 115 +{ +( -3968 -4992 448 ) ( -3968 -5760 448 ) ( -2880 -5760 448 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2752 -5760 1024 ) ( -3840 -5760 1024 ) ( -3840 -4992 1024 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2816 -4736 448 ) ( -2816 -4736 1024 ) ( -3840 -4736 1024 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2816 -4736 1024 ) ( -2816 -4736 448 ) ( -2912 -5440 448 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -3840 -4992 1856 ) ( -3840 -4992 1920 ) ( -3840 -5760 1920 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2688 -5440 1024 ) ( -2688 -5440 448 ) ( -3840 -5440 448 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 116 +{ +( -3968 -4992 448 ) ( -3968 -5760 448 ) ( -2880 -5760 448 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2752 -5760 1024 ) ( -3840 -5760 1024 ) ( -3840 -4992 1024 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2912 -5440 1024 ) ( -2912 -5440 448 ) ( -2688 -5952 448 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2688 -5952 1024 ) ( -2688 -5952 448 ) ( -3840 -5952 448 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -3840 -4992 1856 ) ( -3840 -4992 1920 ) ( -3840 -5760 1920 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2912 -5440 448 ) ( -2912 -5440 1024 ) ( -3840 -5440 1024 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 117 +{ +( -2880 -6848 448 ) ( -3968 -6848 448 ) ( -3968 -7616 448 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -3840 -7616 1024 ) ( -3840 -6848 1024 ) ( -2752 -6848 1024 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1792 -6848 1024 ) ( -1792 -6848 448 ) ( -3840 -6848 448 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1792 -6848 448 ) ( -1792 -6848 1024 ) ( -2336 -6304 1024 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -3968 -5952 448 ) ( -2624 -5952 448 ) ( -2624 -5952 1024 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -3840 -6848 1920 ) ( -3840 -7616 1920 ) ( -3840 -7616 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 118 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 14.804426 ) +( +( ( 7136 3680 2158 0 0.800000 ) ( 7136 3680 2180 0 0.400000 ) ( 7136 3680 2193 0 0 ) ) +( ( 7121 3833.869141 2064 2 0.800000 ) ( 7121 3833.869141 2172 2 0.400000 ) ( 7121 3833.869141 2195 2 0 ) ) +( ( 7084 4222 2245 4 0.800000 ) ( 7084 4222 2269 4 0.400000 ) ( 7084 4222 2287 4 0 ) ) +) + } + } +// brush 119 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 42.362499 ) +( +( ( 7082 4228 2244 0 0.800000 ) ( 7082 4228 2270 0 0.400000 ) ( 7082 4228 2287 0 0 ) ) +( ( 6975 4555.869141 2090 2 0.800000 ) ( 6975 4555.869141 2168 2 0.400000 ) ( 6975 4555.869141 2199 2 0 ) ) +( ( 6880 4848 2203 4 0.800000 ) ( 6880 4848 2225 4 0.400000 ) ( 6880 4848 2239 4 0 ) ) +) + } + } +// brush 120 +{ +( 5896 5184 2000 ) ( 5896 5568 2000 ) ( 5896 5184 1872 ) mohcommon/window5masked 46 28 0.00 -0.437500 0.625000 536870912 4194816 0 +( 5920 4864 2048 ) ( 5944 5184 2048 ) ( 5968 4864 2048 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5892 5168 2040 ) ( 5892 4880 2048 ) ( 5892 4880 2032 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5892 5004 2012 ) ( 5892 5004 2048 ) ( 5904 5004 2030 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5892 5048 2044 ) ( 5892 5048 2024 ) ( 5904 5048 2034 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5888 5032 1976 ) ( 5888 5016 1976 ) ( 5900 5024 1976 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 121 +{ +( 5904 5184 2016 ) ( 5904 5568 2016 ) ( 5904 5184 1888 ) central_europe/tudor_set2b 68 -24 0.00 1 0.625000 0 65536 0 +( 5920 4864 2064 ) ( 5944 5184 2064 ) ( 5968 4864 2064 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 5892 5168 2056 ) ( 5892 4880 2064 ) ( 5892 4880 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5892 5004 2028 ) ( 5892 5004 2064 ) ( 5904 5004 2046 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 5892 5048 2060 ) ( 5892 5048 2040 ) ( 5904 5048 2050 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 5892 5032 2048 ) ( 5892 5016 2048 ) ( 5904 5024 2048 ) central_europe/tudor_set2c 0 -172 90.00 0.750000 0.750000 0 16384 0 +surfaceparm detail +} +// brush 122 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5904 5184 2016 ) ( 5904 5568 2016 ) ( 5904 5184 1888 ) central_europe/tudor_set2b 4 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 5892 5168 2056 ) ( 5892 4880 2064 ) ( 5892 4880 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5892 5004 2028 ) ( 5892 5004 2064 ) ( 5904 5004 2046 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 5892 5048 2060 ) ( 5892 5048 2040 ) ( 5904 5048 2050 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 5892 5012 1976 ) ( 5892 5028 1976 ) ( 5904 5020 1976 ) central_europe/tudor_set2c 0 -172 90.00 0.750000 0.750000 0 16384 0 +surfaceparm detail +} +// brush 123 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5888 5168 1888 ) ( 6016 5168 1888 ) ( 5952 5168 2176 ) common/caulk 0 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 5904 5184 2016 ) ( 5904 5568 2016 ) ( 5904 5184 1888 ) central_europe/tudor_set2b 68 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 5920 4864 2064 ) ( 5944 5184 2064 ) ( 5968 4864 2064 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 5892 5168 2056 ) ( 5892 4880 2064 ) ( 5892 4880 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5892 5048 2040 ) ( 5892 5048 2060 ) ( 5904 5048 2050 ) central_europe/tudor_set2c -24 -44 0.00 0.750000 0.750000 0 16384 0 +surfaceparm detail +} +// brush 124 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5812 4880 2016 ) ( 6516 4880 2016 ) ( 6516 4880 1888 ) common/caulk 0 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 5904 5184 2016 ) ( 5904 5568 2016 ) ( 5904 5184 1888 ) central_europe/tudor_set2b -8 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 5920 4864 2064 ) ( 5944 5184 2064 ) ( 5968 4864 2064 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 5892 5168 2056 ) ( 5892 4880 2064 ) ( 5892 4880 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5892 5004 2064 ) ( 5892 5004 2028 ) ( 5904 5004 2046 ) central_europe/tudor_set2c -24 -44 0.00 0.750000 0.750000 0 16384 0 +surfaceparm detail +} +// brush 125 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +( 5812 4880 2016 ) ( 6516 4880 2016 ) ( 6516 4880 1888 ) common/caulk 0 31 0.00 1 1 0 65696 0 +( 5888 5568 2016 ) ( 5888 5184 2016 ) ( 5888 5184 1888 ) central_europe_winter/tudor_set2cw 167 -24 -180.00 0.750000 -0.750000 0 16384 0 +( 5888 5168 1888 ) ( 6016 5168 1888 ) ( 5952 5168 2176 ) common/caulk 0 31 0.00 1 1 0 65696 0 +( 5920 4864 2064 ) ( 5944 5184 2064 ) ( 5968 4864 2064 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +( 5892 4880 2064 ) ( 5892 5168 2056 ) ( 5892 4880 2048 ) sky/allwhite 0 0 0.00 1 1 0 276 0 +} +// brush 126 +{ +( 5893 4807 1890 ) ( 5856 4770 1890 ) ( 5941 4685 1890 ) common/tallen_nodraw 26 -27 -75.00 1.000126 0.999890 0 2288 0 +( 5941 4685 1938 ) ( 5856 4770 1938 ) ( 5893 4807 1938 ) common/tallen_nodraw 26 -27 -75.00 1.000126 0.999890 0 2288 0 +( 5976 4717 1898 ) ( 5976 4717 1964 ) ( 5892 4802 1964 ) common/tallen_nodraw -58 9 0.00 0.816406 1 0 2288 0 +( 5913 4717 1898 ) ( 5913 4717 1964 ) ( 5950 4754 1964 ) common/tallen_nodraw -42 10 0.00 0.816895 1 0 2288 0 +( 5856 4770 1898 ) ( 5856 4770 1964 ) ( 5941 4685 1964 ) common/tallen_nodraw 12 8 -180.00 0.818115 -1 0 2288 0 +( 5893 4807 1898 ) ( 5893 4807 1964 ) ( 5856 4770 1964 ) common/tallen_nodraw 21 8 -180.00 0.814453 -1 0 2288 0 +} +// brush 127 +{ +( 6261 4335 1890 ) ( 6224 4298 1890 ) ( 6309 4213 1890 ) common/tallen_nodraw -13 14 -75.00 1.000126 0.999890 0 2288 0 +( 6309 4213 1938 ) ( 6224 4298 1938 ) ( 6261 4335 1938 ) common/tallen_nodraw -13 14 -75.00 1.000126 0.999890 0 2288 0 +( 6344 4245 1898 ) ( 6344 4245 1964 ) ( 6260 4330 1964 ) common/tallen_nodraw 8 9 0.00 0.816406 1 0 2288 0 +( 6281 4245 1898 ) ( 6281 4245 1964 ) ( 6318 4282 1964 ) common/tallen_nodraw 23 10 0.00 0.816895 1 0 2288 0 +( 6224 4298 1898 ) ( 6224 4298 1964 ) ( 6309 4213 1964 ) common/tallen_nodraw 12 9 -180.00 0.818115 -1 0 2288 0 +( 6261 4335 1898 ) ( 6261 4335 1964 ) ( 6224 4298 1964 ) common/tallen_nodraw 18 9 -180.00 0.814453 -1 0 2288 0 +} +// brush 128 +{ +( 800 11840 1856 ) ( 800 9984 1856 ) ( 1856 9984 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 1856 9984 2816 ) ( 800 9984 2816 ) ( 800 11840 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 1856 5632 1856 ) ( 1856 5632 2816 ) ( 1856 8000 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 960 6272 1856 ) ( 960 6272 2816 ) ( 1856 5632 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 1856 8000 1856 ) ( 1856 8000 2816 ) ( 960 8000 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 960 6272 2816 ) ( 960 6272 1856 ) ( 960 8000 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 129 +{ +( 800 11840 1856 ) ( 800 9984 1856 ) ( 1856 9984 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 1856 9984 2816 ) ( 800 9984 2816 ) ( 800 11840 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 960 6272 2816 ) ( 960 6272 1856 ) ( -192 7104 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -192 7104 2816 ) ( -192 7104 1856 ) ( -192 8000 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 1984 8000 1280 ) ( 1984 8000 2304 ) ( 704 8000 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 960 6272 1856 ) ( 960 6272 2816 ) ( 960 8000 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 130 +{ +( -6784 3136 1280 ) ( -7840 3136 1280 ) ( -7840 1280 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7840 1280 2304 ) ( -7840 3136 2304 ) ( -6784 3136 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7040 2304 1280 ) ( -7040 2304 2304 ) ( -6976 3328 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 3104 2048 ) ( -7936 1248 2048 ) ( -7936 1248 1536 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6976 3328 1280 ) ( -6976 3328 2304 ) ( -7936 3328 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7040 2304 2304 ) ( -7040 2304 1280 ) ( -7936 2304 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 131 +{ +( -6784 3136 1280 ) ( -7840 3136 1280 ) ( -7840 1280 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7840 1280 2304 ) ( -7840 3136 2304 ) ( -6784 3136 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7104 1280 2304 ) ( -7104 1280 1280 ) ( -7936 1280 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7040 2304 2304 ) ( -7040 2304 1280 ) ( -7104 1280 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 3104 2048 ) ( -7936 1248 2048 ) ( -7936 1248 1536 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7040 2304 1280 ) ( -7040 2304 2304 ) ( -7936 2304 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 132 +{ +( -7840 1280 1280 ) ( -7840 -576 1280 ) ( -6784 -576 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6784 -576 2304 ) ( -7840 -576 2304 ) ( -7840 1280 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7104 1280 1280 ) ( -7104 1280 2304 ) ( -7936 1280 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7104 1280 2304 ) ( -7104 1280 1280 ) ( -6720 320 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 1312 1536 ) ( -7936 1312 2048 ) ( -7936 -544 2048 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6720 320 2304 ) ( -6720 320 1280 ) ( -7936 320 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 133 +{ +( -7840 1280 1280 ) ( -7840 -576 1280 ) ( -6784 -576 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6784 -576 2304 ) ( -7840 -576 2304 ) ( -7840 1280 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6720 320 2304 ) ( -6720 320 1280 ) ( -6720 -576 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6720 -576 2304 ) ( -6720 -576 1280 ) ( -7936 -576 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 1312 1536 ) ( -7936 1312 2048 ) ( -7936 -544 2048 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6720 320 1280 ) ( -6720 320 2304 ) ( -7936 320 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 134 +{ +( -2240 9984 1728 ) ( -1184 9984 1728 ) ( -1184 11840 1728 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1184 11840 2816 ) ( -1184 9984 2816 ) ( -2240 9984 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2432 7040 2816 ) ( -2432 7040 1856 ) ( -2432 8000 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2432 7040 1856 ) ( -2432 7040 2816 ) ( -1280 7360 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1088 8000 2304 ) ( -2368 8000 2304 ) ( -2368 8000 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1280 7616 1856 ) ( -1280 7360 1856 ) ( -1280 7488 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 135 +{ +( -2240 9984 1792 ) ( -1184 9984 1792 ) ( -1184 11840 1792 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1184 11840 2816 ) ( -1184 9984 2816 ) ( -2240 9984 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -192 7104 2816 ) ( -192 7104 1856 ) ( -1280 7360 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -192 7104 1856 ) ( -192 7104 2816 ) ( -192 8000 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1088 8000 2304 ) ( -2368 8000 2304 ) ( -2368 8000 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1280 7360 2816 ) ( -1280 7360 1856 ) ( -1280 8000 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 136 +{ +( 1472 9984 1856 ) ( 2528 9984 1856 ) ( 2528 11840 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2528 11840 2816 ) ( 2528 9984 2816 ) ( 1472 9984 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 1856 5312 2816 ) ( 1856 5312 1856 ) ( 1856 8000 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 1856 5312 1856 ) ( 1856 5312 2816 ) ( 2432 5056 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2432 5056 1856 ) ( 2432 5056 2816 ) ( 2432 8000 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2432 8000 1856 ) ( 2432 8000 2816 ) ( 1664 8000 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 137 +{ +( 3488 10816 1856 ) ( 3488 8960 1856 ) ( 4544 8960 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 4544 8960 2816 ) ( 3488 8960 2816 ) ( 3488 10816 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 4352 8000 1856 ) ( 4352 4800 1856 ) ( 4352 4800 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2432 5056 1856 ) ( 2432 5056 2816 ) ( 4352 4800 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2432 5056 2816 ) ( 2432 5056 1856 ) ( 2432 8000 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 2432 8000 2816 ) ( 2432 8000 1856 ) ( 4352 8000 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 138 +{ +( 4160 8960 1856 ) ( 5216 8960 1856 ) ( 5216 10816 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5216 10816 2816 ) ( 5216 8960 2816 ) ( 4160 8960 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 4352 4800 2816 ) ( 4352 4800 1856 ) ( 4352 8000 1856 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 4352 4800 1856 ) ( 4352 4800 2816 ) ( 5312 6976 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5312 6976 1856 ) ( 5312 6976 2816 ) ( 5312 8000 2816 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5312 8000 2304 ) ( 4032 8000 2304 ) ( 4032 8000 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 139 +{ +( -3584 8960 1280 ) ( -2528 8960 1280 ) ( -2528 10816 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2528 10816 2688 ) ( -2528 8960 2688 ) ( -3584 8960 2688 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -4224 6464 2688 ) ( -4224 6464 1280 ) ( -4224 8000 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -4224 6464 1280 ) ( -4224 6464 2688 ) ( -2432 7040 2688 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2432 7040 1280 ) ( -2432 7040 2688 ) ( -2432 8000 2688 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2432 8000 2304 ) ( -3712 8000 2304 ) ( -3712 8000 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 140 +{ +( -5920 10816 1280 ) ( -5920 8960 1280 ) ( -4864 8960 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -4864 8960 2688 ) ( -5920 8960 2688 ) ( -5920 10816 2688 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -4224 6464 1280 ) ( -4224 6464 2688 ) ( -4224 8000 2688 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -4224 6464 2688 ) ( -4224 6464 1280 ) ( -6016 6464 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6016 10848 1536 ) ( -6016 10848 2048 ) ( -6016 8992 2048 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -4736 8000 1280 ) ( -4736 8000 2304 ) ( -6016 8000 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 141 +{ +( -7840 9984 1280 ) ( -7840 8128 1280 ) ( -6784 8128 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6784 8128 2688 ) ( -7840 8128 2688 ) ( -7840 9984 2688 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6016 6464 2688 ) ( -6016 6464 1280 ) ( -6656 6144 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 6144 2304 ) ( -6912 6144 2304 ) ( -6912 6144 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 10016 1536 ) ( -7936 10016 2048 ) ( -7936 8160 2048 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6016 8000 1280 ) ( -6016 8000 2688 ) ( -7936 8000 2688 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6016 8000 2688 ) ( -6016 8000 1280 ) ( -6016 6464 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 142 +{ +( -7840 8960 1280 ) ( -7840 7104 1280 ) ( -6784 7104 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6784 7104 2304 ) ( -7840 7104 2304 ) ( -7840 8960 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6656 6144 2304 ) ( -6656 6144 1280 ) ( -6656 5120 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 5120 2304 ) ( -6912 5120 2304 ) ( -6912 5120 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 8992 1536 ) ( -7936 8992 2048 ) ( -7936 7136 2048 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6656 6144 1280 ) ( -6656 6144 2304 ) ( -7936 6144 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 143 +{ +( -6784 3136 1280 ) ( -7840 3136 1280 ) ( -7840 1280 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7840 1280 2304 ) ( -7840 3136 2304 ) ( -6784 3136 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6976 3328 1280 ) ( -6976 3328 2304 ) ( -6656 5120 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6912 5120 1280 ) ( -6912 5120 2304 ) ( -7936 5120 2304 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 3104 2048 ) ( -7936 1248 2048 ) ( -7936 1248 1536 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6976 3328 2304 ) ( -6976 3328 1280 ) ( -7936 3328 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 144 +{ +( -6784 -576 1440 ) ( -7840 -576 1440 ) ( -7840 -2432 1440 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7840 -2432 2048 ) ( -7840 -576 2048 ) ( -6784 -576 2048 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6368 -2432 2048 ) ( -6368 -2432 1440 ) ( -7936 -2432 1440 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6720 -576 2048 ) ( -6720 -576 1472 ) ( -6336 -2432 1472 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -6720 -576 1472 ) ( -6720 -576 2048 ) ( -7936 -576 2048 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -7936 -608 2048 ) ( -7936 -2464 2048 ) ( -7936 -2464 1536 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 145 +{ +( -768 -7232 320 ) ( -2496 -7232 320 ) ( -2496 -7936 320 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2496 -7936 1280 ) ( -2496 -7232 1280 ) ( -768 -7232 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2496 -8128 768 ) ( -768 -8128 768 ) ( -768 -8128 320 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 64 -7488 1088 ) ( 64 -7488 320 ) ( 64 -8128 320 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1792 -6848 1280 ) ( -1792 -6848 320 ) ( 64 -7488 320 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -3840 -6848 320 ) ( -3840 -6848 1280 ) ( -3840 -8128 1280 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -3840 -6848 1280 ) ( -3840 -6848 320 ) ( -1792 -6848 320 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 146 +{ +( -2880 -3712 472 ) ( -3968 -3712 472 ) ( -3968 -4480 472 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -3840 -4480 1216 ) ( -3840 -3712 1216 ) ( -2752 -3712 1216 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2816 -4736 1216 ) ( -2816 -4736 480 ) ( -3840 -4736 480 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -2816 -4736 480 ) ( -2816 -4736 1216 ) ( -2272 -3712 1216 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -1920 -3712 480 ) ( -1920 -3712 1216 ) ( -3840 -3712 1216 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( -3840 -3712 2112 ) ( -3840 -4480 2112 ) ( -3840 -4480 2048 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 147 +{ +( 2320 1032 896 ) ( 2320 1120 896 ) ( 2320 1120 1000 ) common/monster 0 -20 0.00 1 1 131072 2193 0 +( 2368 1092 896 ) ( 2560 1092 896 ) ( 2560 1092 1000 ) common/monster 0 -20 0.00 1 1 131072 2193 0 +( 2608 1120 896 ) ( 2608 1032 896 ) ( 2608 1032 1000 ) common/monster 0 -20 0.00 1 1 131072 2193 0 +( 2568 928 896 ) ( 2376 928 896 ) ( 2376 928 1000 ) common/monster 0 -20 0.00 1 1 131072 2193 0 +( 2560 1032 1112 ) ( 2368 1032 1112 ) ( 2368 1120 1112 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( 2368 1032 896 ) ( 2560 1032 896 ) ( 2560 1120 896 ) common/monster 0 0 0.00 1 1 131072 2193 0 +} +// brush 148 +{ +( -4840 5800 1512 ) ( -4656 5720 1512 ) ( -4656 5820 1512 ) common/monster -24 40 0.00 1 1 131072 2193 0 +( -4656 5720 1660 ) ( -4840 5800 1660 ) ( -4840 5900 1660 ) common/monster -24 40 0.00 1 1 131072 2193 0 +( -4688 5680 1664 ) ( -4688 5680 1520 ) ( -4880 5760 1520 ) common/monster -24 4 0.00 1 1 131072 2193 0 +( -4688 5680 1520 ) ( -4688 5680 1664 ) ( -4592 5792 1664 ) common/monster -40 4 0.00 1 1 131072 2193 0 +( -4640 5836 1512 ) ( -4640 5836 1596 ) ( -4824 5916 1596 ) common/monster -24 4 0.00 1 1 131072 2193 0 +( -4888 5800 1596 ) ( -4888 5800 1512 ) ( -4888 5900 1512 ) common/monster -40 4 0.00 1 1 131072 2193 0 +} +// brush 149 +{ +( -648 4804 1828 ) ( -676 4804 1828 ) ( -676 4776 1828 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( -672 4776 1912 ) ( -672 4804 1912 ) ( -644 4804 1912 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( -784 4768 1824 ) ( -784 4768 1920 ) ( -416 4720 1920 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( -432 4896 1920 ) ( -432 4896 1824 ) ( -416 4720 1824 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( -432 4896 1824 ) ( -432 4896 1920 ) ( -720 4944 1920 ) common/monster 0 0 0.00 1 1 131072 2193 0 +( -784 4768 1920 ) ( -784 4768 1824 ) ( -720 4944 1824 ) common/monster 0 0 0.00 1 1 131072 2193 0 +} +// brush 150 +{ +( 6140 5428 1904 ) ( 6112 5428 1904 ) ( 6112 5400 1904 ) common/clip -8 0 0.00 1 1 196608 2193 0 +( 6116 5400 1988 ) ( 6116 5428 1988 ) ( 6144 5428 1988 ) common/clip -8 0 0.00 1 1 196608 2193 0 +( 6112 5392 1996 ) ( 6140 5392 1996 ) ( 6140 5392 1904 ) common/clip -8 48 0.00 1 1 196608 2193 0 +( 6132 5396 1996 ) ( 6132 5424 1996 ) ( 6132 5424 1904 ) common/clip 0 48 0.00 1 1 196608 2193 0 +( 6136 5428 1996 ) ( 6108 5428 1996 ) ( 6108 5428 1904 ) common/clip -8 48 0.00 1 1 196608 2193 0 +( 6104 5428 1996 ) ( 6104 5400 1996 ) ( 6104 5400 1904 ) common/clip 0 48 0.00 1 1 196608 2193 0 +} +// brush 151 +{ +( 6715 5195 1904 ) ( 6715 5195 1942 ) ( 6732 5212 1942 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6698 5188 1904 ) ( 6698 5188 1942 ) ( 6722 5188 1942 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6681 5195 1904 ) ( 6681 5195 1942 ) ( 6698 5178 1942 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6673 5212 1904 ) ( 6673 5212 1942 ) ( 6673 5188 1942 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6681 5229 1904 ) ( 6681 5229 1942 ) ( 6664 5212 1942 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6698 5236 1904 ) ( 6698 5236 1942 ) ( 6674 5236 1942 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6715 5229 1904 ) ( 6715 5229 1942 ) ( 6698 5246 1942 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6722 5212 1904 ) ( 6722 5212 1942 ) ( 6722 5236 1942 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6673.923828 5187.633301 1904 ) ( 6721.524902 5187.633301 1904 ) ( 6721.524902 5236.191406 1904 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6721.524902 5236.191406 1968 ) ( 6721.524902 5187.633301 1968 ) ( 6673.923828 5187.633301 1968 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +} +// brush 152 +{ +( 6211.821289 3840.801514 1886 ) ( 6091.822266 3840.801270 1886 ) ( 6091.821777 3788.801025 1886 ) common/tallen_nodraw -18 -18 0.00 1 1 0 2288 0 +( 6091.821777 3788.801025 1918 ) ( 6091.822266 3840.801270 1918 ) ( 6211.821289 3840.801514 1918 ) common/tallen_nodraw -18 -18 0.00 1 1 0 2288 0 +( 6093.575195 3807.780518 1948 ) ( 6213.575195 3807.780273 1948 ) ( 6213.575195 3807.780273 1882 ) common/tallen_nodraw -18 -6 0.00 1 1 0 2288 0 +( 6123.276367 3784.659912 1948 ) ( 6123.276367 3836.659424 1948 ) ( 6123.276367 3836.659424 1882 ) common/tallen_nodraw 18 -6 0.00 1 1 0 2288 0 +( 6211.821289 3840.801514 1948 ) ( 6091.822266 3840.801270 1948 ) ( 6091.822266 3840.801270 1882 ) common/tallen_nodraw -18 -6 0.00 1 1 0 2288 0 +( 6091.822266 3840.801270 1948 ) ( 6091.821777 3788.801025 1948 ) ( 6091.821777 3788.801025 1882 ) common/tallen_nodraw 18 -6 0.00 1 1 0 2288 0 +} +// brush 153 +{ +( 6143.821289 3884.801514 1892 ) ( 6023.822266 3884.801270 1892 ) ( 6023.821777 3832.801025 1892 ) common/tallen_nodraw -14 -38 0.00 1 1 0 2288 0 +( 6023.821777 3832.801025 1940 ) ( 6023.822266 3884.801270 1940 ) ( 6143.821289 3884.801514 1940 ) common/tallen_nodraw -14 -38 0.00 1 1 0 2288 0 +( 6023.575195 3837.780518 1948 ) ( 6143.575195 3837.780273 1948 ) ( 6143.575195 3837.780273 1882 ) common/tallen_nodraw -14 -6 0.00 1 1 0 2288 0 +( 6073.276367 3828.659912 1948 ) ( 6073.276367 3880.659424 1948 ) ( 6073.276367 3880.659424 1882 ) common/tallen_nodraw 38 -6 0.00 1 1 0 2288 0 +( 6143.821289 3884.801514 1948 ) ( 6023.822266 3884.801270 1948 ) ( 6023.822266 3884.801270 1882 ) common/tallen_nodraw -14 -6 0.00 1 1 0 2288 0 +( 6023.822266 3884.801270 1948 ) ( 6023.821777 3832.801025 1948 ) ( 6023.821777 3832.801025 1882 ) common/tallen_nodraw 38 -6 0.00 1 1 0 2288 0 +} +// brush 154 +{ +( 6227.821289 3794.801514 1886 ) ( 6107.822266 3794.801270 1886 ) ( 6107.821777 3742.801025 1886 ) common/tallen_nodraw -34 0 0.00 1 1 0 2288 0 +( 6107.821777 3742.801025 1918 ) ( 6107.822266 3794.801270 1918 ) ( 6227.821289 3794.801514 1918 ) common/tallen_nodraw -34 0 0.00 1 1 0 2288 0 +( 6109.575195 3761.780518 1948 ) ( 6229.575195 3761.780273 1948 ) ( 6229.575195 3761.780273 1882 ) common/tallen_nodraw -34 -6 0.00 1 1 0 2288 0 +( 6139.276367 3738.659912 1948 ) ( 6139.276367 3790.659424 1948 ) ( 6139.276367 3790.659424 1882 ) common/tallen_nodraw 0 -6 0.00 1 1 0 2288 0 +( 6227.821289 3794.801514 1948 ) ( 6107.822266 3794.801270 1948 ) ( 6107.822266 3794.801270 1882 ) common/tallen_nodraw -34 -6 0.00 1 1 0 2288 0 +( 6107.822266 3794.801270 1948 ) ( 6107.821777 3742.801025 1948 ) ( 6107.821777 3742.801025 1882 ) common/tallen_nodraw 0 -6 0.00 1 1 0 2288 0 +} +// brush 155 +{ +( 6211.821289 3840.801514 1886 ) ( 6091.822266 3840.801270 1886 ) ( 6091.821777 3788.801025 1886 ) common/tallen_nodraw -18 -18 0.00 1 1 0 2288 0 +( 6091.821777 3788.801025 1918 ) ( 6091.822266 3840.801270 1918 ) ( 6211.821289 3840.801514 1918 ) common/tallen_nodraw -18 -18 0.00 1 1 0 2288 0 +( 6093.575195 3807.780518 1948 ) ( 6213.575195 3807.780273 1948 ) ( 6213.575195 3807.780273 1882 ) common/tallen_nodraw -18 -6 0.00 1 1 0 2288 0 +( 6123.276367 3784.659912 1948 ) ( 6123.276367 3836.659424 1948 ) ( 6123.276367 3836.659424 1882 ) common/tallen_nodraw 18 -6 0.00 1 1 0 2288 0 +( 6211.821289 3840.801514 1948 ) ( 6091.822266 3840.801270 1948 ) ( 6091.822266 3840.801270 1882 ) common/tallen_nodraw -18 -6 0.00 1 1 0 2288 0 +( 6091.822266 3840.801270 1948 ) ( 6091.821777 3788.801025 1948 ) ( 6091.821777 3788.801025 1882 ) common/tallen_nodraw 18 -6 0.00 1 1 0 2288 0 +} +// brush 156 +{ +( 6143.821289 3884.801514 1892 ) ( 6023.822266 3884.801270 1892 ) ( 6023.821777 3832.801025 1892 ) common/tallen_nodraw -14 -38 0.00 1 1 0 2288 0 +( 6023.821777 3832.801025 1940 ) ( 6023.822266 3884.801270 1940 ) ( 6143.821289 3884.801514 1940 ) common/tallen_nodraw -14 -38 0.00 1 1 0 2288 0 +( 6023.575195 3837.780518 1948 ) ( 6143.575195 3837.780273 1948 ) ( 6143.575195 3837.780273 1882 ) common/tallen_nodraw -14 -6 0.00 1 1 0 2288 0 +( 6073.276367 3828.659912 1948 ) ( 6073.276367 3880.659424 1948 ) ( 6073.276367 3880.659424 1882 ) common/tallen_nodraw 38 -6 0.00 1 1 0 2288 0 +( 6143.821289 3884.801514 1948 ) ( 6023.822266 3884.801270 1948 ) ( 6023.822266 3884.801270 1882 ) common/tallen_nodraw -14 -6 0.00 1 1 0 2288 0 +( 6023.822266 3884.801270 1948 ) ( 6023.821777 3832.801025 1948 ) ( 6023.821777 3832.801025 1882 ) common/tallen_nodraw 38 -6 0.00 1 1 0 2288 0 +} +// brush 157 +{ +( 6242.314941 4450.372070 1890 ) ( 6126.404785 4419.313965 1890 ) ( 6139.862793 4369.085449 1890 ) common/tallen_nodraw 2 56 0.00 1 1 0 2288 0 +( 6139.862793 4369.085449 1938 ) ( 6126.404785 4419.313965 1938 ) ( 6242.314941 4450.372070 1938 ) common/tallen_nodraw 2 56 0.00 1 1 0 2288 0 +( 6151.618164 4333.921875 1948 ) ( 6267.529297 4364.979980 1948 ) ( 6267.529297 4364.979980 1882 ) common/tallen_nodraw 2 -6 0.00 1 1 0 2288 0 +( 6186.772461 4377.367676 1948 ) ( 6173.313965 4427.595215 1948 ) ( 6173.313965 4427.595215 1882 ) common/tallen_nodraw -56 -6 0.00 1 1 0 2288 0 +( 6241.314941 4452.372070 1948 ) ( 6125.404785 4421.313965 1948 ) ( 6125.404785 4421.313965 1882 ) common/tallen_nodraw 2 -6 0.00 1 1 0 2288 0 +( 6126.404785 4419.313965 1948 ) ( 6139.862793 4369.085449 1948 ) ( 6139.862793 4369.085449 1882 ) common/tallen_nodraw -56 -6 0.00 1 1 0 2288 0 +} +// brush 158 +{ +( 6441 4270 1882 ) ( 6321 4270 1882 ) ( 6321 4218 1882 ) common/tallen_nodraw 3 -34 0.00 1 1 0 2288 0 +( 6321 4218 1916 ) ( 6321 4270 1916 ) ( 6441 4270 1916 ) common/tallen_nodraw 3 -34 0.00 1 1 0 2288 0 +( 6323 4238 1948 ) ( 6443 4238 1948 ) ( 6443 4238 1882 ) common/tallen_nodraw 3 -6 0.00 1 1 0 2288 0 +( 6353 4218 1948 ) ( 6353 4270 1948 ) ( 6353 4270 1882 ) common/tallen_nodraw 34 -6 0.00 1 1 0 2288 0 +( 6441 4270 1948 ) ( 6321 4270 1948 ) ( 6321 4270 1882 ) common/tallen_nodraw 3 -6 0.00 1 1 0 2288 0 +( 6321 4270 1948 ) ( 6321 4218 1948 ) ( 6321 4218 1882 ) common/tallen_nodraw 34 -6 0.00 1 1 0 2288 0 +} +// brush 159 +{ +( 7124.311035 4561.600586 1892 ) ( 7004.311523 4561.599609 1892 ) ( 7004.311523 4509.600586 1892 ) common/tallen_nodraw -44 8 0.00 1 1 0 2288 0 +( 7004.311523 4509.600586 1938 ) ( 7004.311523 4561.599609 1938 ) ( 7124.311035 4561.600586 1938 ) common/tallen_nodraw -44 8 0.00 1 1 0 2288 0 +( 7001.460938 4512.111328 1930 ) ( 7121.459961 4512.112305 1930 ) ( 7121.459961 4512.112305 1864 ) common/tallen_nodraw 4 -24 0.00 1 1 0 2288 0 +( 7094.234375 4502.632813 1930 ) ( 7094.234863 4554.633789 1930 ) ( 7094.234863 4554.633789 1864 ) common/tallen_nodraw -56 -24 0.00 1 1 0 2288 0 +( 7123.793945 4563.531738 1930 ) ( 7003.793945 4563.532227 1930 ) ( 7003.793945 4563.532227 1864 ) common/tallen_nodraw 4 -24 0.00 1 1 0 2288 0 +( 7003.311523 4561.599609 1930 ) ( 7003.311523 4509.600586 1930 ) ( 7003.311523 4509.600586 1864 ) common/tallen_nodraw -56 -24 0.00 1 1 0 2288 0 +} +// brush 160 +{ +( 6549.949707 4252.674805 1936 ) ( 6434.038574 4283.732422 1936 ) ( 6420.579590 4233.505371 1936 ) common/tallen_nodraw -38 -26 0.00 1 1 0 2288 0 +( 6420.579590 4233.505371 1970 ) ( 6434.038574 4283.732422 1970 ) ( 6549.949707 4252.674805 1970 ) common/tallen_nodraw -38 -26 0.00 1 1 0 2288 0 +( 6425.926270 4255.229004 1964 ) ( 6541.836914 4224.171875 1964 ) ( 6541.836914 4224.171875 1898 ) common/tallen_nodraw -54 10 0.00 1 1 0 2288 0 +( 6448.747559 4217.005371 1964 ) ( 6462.206543 4267.234375 1964 ) ( 6462.206543 4267.234375 1898 ) common/tallen_nodraw 42 10 0.00 1 1 0 2288 0 +( 6549.949707 4254.674805 1964 ) ( 6434.038574 4285.732422 1964 ) ( 6434.038574 4285.732422 1898 ) common/tallen_nodraw -54 10 0.00 1 1 0 2288 0 +( 6434.038574 4283.732422 1964 ) ( 6420.579590 4233.505371 1964 ) ( 6420.579590 4233.505371 1898 ) common/tallen_nodraw 42 10 0.00 1 1 0 2288 0 +} +// brush 161 +{ +( 6422.782715 4201.164063 1890 ) ( 6507.634766 4286.016113 1890 ) ( 6470.866211 4322.785156 1890 ) common/tallen_nodraw -10 1 -75.00 1.000126 0.999890 0 2288 0 +( 6470.866211 4322.785156 1936 ) ( 6507.634766 4286.016113 1936 ) ( 6422.782715 4201.164063 1936 ) common/tallen_nodraw -10 1 -75.00 1.000126 0.999890 0 2288 0 +( 6472.418457 4318.025391 1964 ) ( 6387.565918 4233.172852 1964 ) ( 6387.565918 4233.172852 1898 ) common/tallen_nodraw -41 9 0.00 0.816406 1 0 2288 0 +( 6405.296875 4265.804199 1964 ) ( 6442.067383 4229.033691 1964 ) ( 6442.067383 4229.033691 1898 ) common/tallen_nodraw -26 10 0.00 0.816895 1 0 2288 0 +( 6422.782715 4201.164063 1964 ) ( 6507.634766 4286.016113 1964 ) ( 6507.634766 4286.016113 1898 ) common/tallen_nodraw -2 9 -180.00 0.818115 -1 0 2288 0 +( 6511.634766 4287.016113 1964 ) ( 6474.866211 4323.785156 1964 ) ( 6474.866211 4323.785156 1898 ) common/tallen_nodraw 4 9 -180.00 0.814453 -1 0 2288 0 +} +// brush 162 +{ +( 6464 4272 1886 ) ( 6344 4272 1886 ) ( 6344 4220 1886 ) common/tallen_nodraw 44 -32 0.00 1 1 0 2288 0 +( 6344 4220 1932 ) ( 6344 4272 1932 ) ( 6464 4272 1932 ) common/tallen_nodraw 44 -32 0.00 1 1 0 2288 0 +( 6346 4220 1964 ) ( 6466 4220 1964 ) ( 6466 4220 1898 ) common/tallen_nodraw 44 10 0.00 1 1 0 2288 0 +( 6406 4214 1964 ) ( 6406 4266 1964 ) ( 6406 4266 1898 ) common/tallen_nodraw 32 10 0.00 1 1 0 2288 0 +( 6464 4272 1964 ) ( 6344 4272 1964 ) ( 6344 4272 1898 ) common/tallen_nodraw 44 10 0.00 1 1 0 2288 0 +( 6356 4270 1964 ) ( 6356 4218 1964 ) ( 6356 4218 1898 ) common/tallen_nodraw 32 10 0.00 1 1 0 2288 0 +} +// brush 163 +{ +( 6472 4268 1930 ) ( 6352 4268 1930 ) ( 6352 4216 1930 ) common/tallen_nodraw 36 -36 0.00 1 1 0 2288 0 +( 6352 4216 1964 ) ( 6352 4268 1964 ) ( 6472 4268 1964 ) common/tallen_nodraw 36 -36 0.00 1 1 0 2288 0 +( 6354 4236 1996 ) ( 6474 4236 1996 ) ( 6474 4236 1930 ) common/tallen_nodraw 36 42 0.00 1 1 0 2288 0 +( 6384 4216 1996 ) ( 6384 4268 1996 ) ( 6384 4268 1930 ) common/tallen_nodraw 36 42 0.00 1 1 0 2288 0 +( 6472 4268 1996 ) ( 6352 4268 1996 ) ( 6352 4268 1930 ) common/tallen_nodraw 36 42 0.00 1 1 0 2288 0 +( 6352 4268 1996 ) ( 6352 4216 1996 ) ( 6352 4216 1930 ) common/tallen_nodraw 36 42 0.00 1 1 0 2288 0 +} +// brush 164 +{ +( 6578 4356 1890 ) ( 6458 4356 1890 ) ( 6458 4304 1890 ) common/tallen_nodraw -6 -12 0.00 1 1 0 2288 0 +( 6458 4304 1924 ) ( 6458 4356 1924 ) ( 6578 4356 1924 ) common/tallen_nodraw -6 -12 0.00 1 1 0 2288 0 +( 6460 4322 1956 ) ( 6580 4322 1956 ) ( 6580 4322 1890 ) common/tallen_nodraw -6 2 0.00 1 1 0 2288 0 +( 6490 4304 1956 ) ( 6490 4356 1956 ) ( 6490 4356 1890 ) common/tallen_nodraw 12 2 0.00 1 1 0 2288 0 +( 6578 4356 1956 ) ( 6458 4356 1956 ) ( 6458 4356 1890 ) common/tallen_nodraw -6 2 0.00 1 1 0 2288 0 +( 6458 4356 1956 ) ( 6458 4304 1956 ) ( 6458 4304 1890 ) common/tallen_nodraw 12 2 0.00 1 1 0 2288 0 +} +// brush 165 +{ +( 6552 4430 1890 ) ( 6432 4430 1890 ) ( 6432 4378 1890 ) common/tallen_nodraw 20 62 0.00 1 1 0 2288 0 +( 6432 4378 1938 ) ( 6432 4430 1938 ) ( 6552 4430 1938 ) common/tallen_nodraw 20 62 0.00 1 1 0 2288 0 +( 6436 4370 1956 ) ( 6556 4370 1956 ) ( 6556 4370 1890 ) common/tallen_nodraw 20 2 0.00 1 1 0 2288 0 +( 6480 4374 1956 ) ( 6480 4426 1956 ) ( 6480 4426 1890 ) common/tallen_nodraw -62 2 0.00 1 1 0 2288 0 +( 6553 4421 1956 ) ( 6433 4421 1956 ) ( 6433 4421 1890 ) common/tallen_nodraw 20 2 0.00 1 1 0 2288 0 +( 6432 4430 1956 ) ( 6432 4378 1956 ) ( 6432 4378 1890 ) common/tallen_nodraw -62 2 0.00 1 1 0 2288 0 +} +// brush 166 +{ +( 6276 2940 1904 ) ( 6156 2940 1904 ) ( 6156 2888 1904 ) common/tallen_nodraw -24 -20 0.00 1 1 0 2288 0 +( 6156 2888 1976 ) ( 6156 2940 1976 ) ( 6276 2940 1976 ) common/tallen_nodraw -24 -20 0.00 1 1 0 2288 0 +( 6158 2868 1970 ) ( 6278 2868 1970 ) ( 6278 2868 1904 ) common/tallen_nodraw -24 -48 0.00 1 1 0 2288 0 +( 6300 2888 1970 ) ( 6300 2940 1970 ) ( 6300 2940 1904 ) common/tallen_nodraw 20 -48 0.00 1 1 0 2288 0 +( 6276 2940 1970 ) ( 6156 2940 1970 ) ( 6156 2940 1904 ) common/tallen_nodraw -24 -48 0.00 1 1 0 2288 0 +( 6156 2940 1970 ) ( 6156 2888 1970 ) ( 6156 2888 1904 ) common/tallen_nodraw 20 -48 0.00 1 1 0 2288 0 +} +// brush 167 +{ +( 6528.911621 3136.852539 1904 ) ( 6444.059082 3051.999756 1904 ) ( 6480.828613 3015.230713 1904 ) common/tallen_nodraw -2 52 0.00 1 1 0 2288 0 +( 6480.828613 3015.230713 1952 ) ( 6444.059082 3051.999756 1952 ) ( 6528.911621 3136.852539 1952 ) common/tallen_nodraw -2 52 0.00 1 1 0 2288 0 +( 6480.828125 3020.887207 1970 ) ( 6565.681152 3105.739990 1970 ) ( 6565.681152 3105.739990 1904 ) common/tallen_nodraw -2 -48 0.00 1 1 0 2288 0 +( 6514.769531 3049.171631 1970 ) ( 6478 3085.941162 1970 ) ( 6478 3085.941162 1904 ) common/tallen_nodraw -52 -48 0.00 1 1 0 2288 0 +( 6528.911621 3136.852539 1970 ) ( 6444.059082 3051.999756 1970 ) ( 6444.059082 3051.999756 1904 ) common/tallen_nodraw -2 -48 0.00 1 1 0 2288 0 +( 6444.059082 3051.999756 1970 ) ( 6480.828613 3015.230713 1970 ) ( 6480.828613 3015.230713 1904 ) common/tallen_nodraw -52 -48 0.00 1 1 0 2288 0 +} +// brush 168 +{ +( 6220 3098 1904 ) ( 6100 3098 1904 ) ( 6100 3046 1904 ) common/tallen_nodraw 32 10 0.00 1 1 0 2288 0 +( 6100 3046 1936 ) ( 6100 3098 1936 ) ( 6220 3098 1936 ) common/tallen_nodraw 32 10 0.00 1 1 0 2288 0 +( 6100 3066 1970 ) ( 6220 3066 1970 ) ( 6220 3066 1904 ) common/tallen_nodraw 32 -48 0.00 1 1 0 2288 0 +( 6132 3044 1970 ) ( 6132 3096 1970 ) ( 6132 3096 1904 ) common/tallen_nodraw -10 -48 0.00 1 1 0 2288 0 +( 6220 3098 1970 ) ( 6100 3098 1970 ) ( 6100 3098 1904 ) common/tallen_nodraw 32 -48 0.00 1 1 0 2288 0 +( 6100 3098 1970 ) ( 6100 3046 1970 ) ( 6100 3046 1904 ) common/tallen_nodraw -10 -48 0.00 1 1 0 2288 0 +} +// brush 169 +{ +( 6312 3120 1904 ) ( 6192 3120 1904 ) ( 6192 3068 1904 ) common/tallen_nodraw -60 32 0.00 1 1 0 2288 0 +( 6192 3068 1936 ) ( 6192 3120 1936 ) ( 6312 3120 1936 ) common/tallen_nodraw -60 32 0.00 1 1 0 2288 0 +( 6192 3088 1970 ) ( 6312 3088 1970 ) ( 6312 3088 1904 ) common/tallen_nodraw -60 -48 0.00 1 1 0 2288 0 +( 6224 3066 1970 ) ( 6224 3118 1970 ) ( 6224 3118 1904 ) common/tallen_nodraw -32 -48 0.00 1 1 0 2288 0 +( 6312 3120 1970 ) ( 6192 3120 1970 ) ( 6192 3120 1904 ) common/tallen_nodraw -60 -48 0.00 1 1 0 2288 0 +( 6192 3120 1970 ) ( 6192 3068 1970 ) ( 6192 3068 1904 ) common/tallen_nodraw -32 -48 0.00 1 1 0 2288 0 +} +// brush 170 +{ +( 6252 3088 1904 ) ( 6132 3088 1904 ) ( 6132 3036 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6132 3036 1952 ) ( 6132 3088 1952 ) ( 6252 3088 1952 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6132 3036 1970 ) ( 6252 3036 1970 ) ( 6252 3036 1904 ) common/tallen_nodraw 0 -48 0.00 1 1 0 2288 0 +( 6252 3036 1970 ) ( 6252 3088 1970 ) ( 6252 3088 1904 ) common/tallen_nodraw 0 -48 0.00 1 1 0 2288 0 +( 6252 3088 1970 ) ( 6132 3088 1970 ) ( 6132 3088 1904 ) common/tallen_nodraw 0 -48 0.00 1 1 0 2288 0 +( 6132 3088 1970 ) ( 6132 3036 1970 ) ( 6132 3036 1904 ) common/tallen_nodraw 0 -48 0.00 1 1 0 2288 0 +} +// brush 171 +{ +( 6027.832031 5067.167969 2083.251221 ) ( 6027.832031 5067.167969 2124.748779 ) ( 6041.665039 5081 2124.748779 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +( 6014 5061.115723 2083.251221 ) ( 6014 5061.115723 2124.748779 ) ( 6033.884277 5061.115723 2124.748779 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +( 6000.167969 5067.167969 2083.251221 ) ( 6000.167969 5067.167969 2124.748779 ) ( 6014 5053.334961 2124.748779 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +( 5994.115723 5081 2083.251221 ) ( 5994.115723 5081 2124.748779 ) ( 5994.115723 5061.115723 2124.748779 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +( 6000.167969 5094.832031 2083.251221 ) ( 6000.167969 5094.832031 2124.748779 ) ( 5986.334961 5081 2124.748779 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +( 6014 5100.884277 2083.251221 ) ( 6014 5100.884277 2124.748779 ) ( 5994.115723 5100.884277 2124.748779 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +( 6027.832031 5094.832031 2083.251221 ) ( 6027.832031 5094.832031 2124.748779 ) ( 6014 5108.665039 2124.748779 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +( 6033.884277 5081 2083.251221 ) ( 6033.884277 5081 2124.748779 ) ( 6033.884277 5100.884277 2124.748779 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +( 5996.709473 5061.217285 2081.251221 ) ( 6031.290527 5061.217285 2081.251221 ) ( 6031.290527 5100.782715 2081.251221 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +( 6031.290527 5100.782715 2146.748779 ) ( 6031.290527 5061.217285 2146.748779 ) ( 5996.709473 5061.217285 2146.748779 ) common/tallen_nodraw -2 48 0.00 1 1 0 2288 0 +} +// brush 172 +{ +( 5969.749023 4919.182617 2128 ) ( 5949.043457 4996.456543 2128 ) ( 5900.747070 4983.515625 2128 ) common/tallen_nodraw 6 -10 0.00 1 1 0 2288 0 +( 5900.747070 4983.515625 2160 ) ( 5949.043457 4996.456543 2160 ) ( 5969.749023 4919.182617 2160 ) common/tallen_nodraw 6 -10 0.00 1 1 0 2288 0 +( 5908.992188 4983.654297 2174 ) ( 5929.697754 4906.380371 2174 ) ( 5929.697754 4906.380371 2126 ) common/tallen_nodraw -26 30 0.00 1 1 0 2288 0 +( 5903.095215 4959.298340 2174 ) ( 5951.391602 4972.239258 2174 ) ( 5951.391602 4972.239258 2126 ) common/tallen_nodraw 42 30 0.00 1 1 0 2288 0 +( 5958.537109 4922.390137 2174 ) ( 5937.831543 4999.664063 2174 ) ( 5937.831543 4999.664063 2126 ) common/tallen_nodraw -26 30 0.00 1 1 0 2288 0 +( 5945.041016 5003.666504 2174 ) ( 5896.744629 4990.725586 2174 ) ( 5896.744629 4990.725586 2126 ) common/tallen_nodraw 42 30 0.00 1 1 0 2288 0 +} +// brush 173 +{ +( 6021 4867 2080 ) ( 6021 4947 2080 ) ( 5971 4947 2080 ) common/tallen_nodraw 1 11 0.00 1 1 0 2288 0 +( 5971 4947 2110 ) ( 6021 4947 2110 ) ( 6021 4867 2110 ) common/tallen_nodraw 1 11 0.00 1 1 0 2288 0 +( 5979 4945 2128 ) ( 5979 4865 2128 ) ( 5979 4865 2080 ) common/tallen_nodraw 17 48 0.00 1 1 0 2288 0 +( 5967 4923 2128 ) ( 6017 4923 2128 ) ( 6017 4923 2080 ) common/tallen_nodraw -27 48 0.00 1 1 0 2288 0 +( 6011 4873 2128 ) ( 6011 4953 2128 ) ( 6011 4953 2080 ) common/tallen_nodraw 17 48 0.00 1 1 0 2288 0 +( 6019 4955 2128 ) ( 5969 4955 2128 ) ( 5969 4955 2080 ) common/tallen_nodraw -27 48 0.00 1 1 0 2288 0 +} +// brush 174 +{ +( 5951 4913 2080 ) ( 5951 4993 2080 ) ( 5901 4993 2080 ) common/tallen_nodraw 7 57 0.00 1 1 0 2288 0 +( 5901 4993 2128 ) ( 5951 4993 2128 ) ( 5951 4913 2128 ) common/tallen_nodraw 7 57 0.00 1 1 0 2288 0 +( 5909 4991 2128 ) ( 5909 4911 2128 ) ( 5909 4911 2080 ) common/tallen_nodraw -29 48 0.00 1 1 0 2288 0 +( 5899 4949 2128 ) ( 5949 4949 2128 ) ( 5949 4949 2080 ) common/tallen_nodraw -21 48 0.00 1 1 0 2288 0 +( 5981 4913 2128 ) ( 5981 4993 2128 ) ( 5981 4993 2080 ) common/tallen_nodraw -29 48 0.00 1 1 0 2288 0 +( 5949 5001 2128 ) ( 5899 5001 2128 ) ( 5899 5001 2080 ) common/tallen_nodraw -21 48 0.00 1 1 0 2288 0 +} +// brush 175 +{ +( 5935 5017 2080 ) ( 5935 5089 2080 ) ( 5935 5089 2128 ) common/tallen_nodraw -3 48 0.00 1 1 0 2288 0 +( 5935 5089 2080 ) ( 5987 5089 2080 ) ( 5987 5089 2128 ) common/tallen_nodraw -9 48 0.00 1 1 0 2288 0 +( 5987 5089 2080 ) ( 5987 5017 2080 ) ( 5987 5017 2128 ) common/tallen_nodraw -3 48 0.00 1 1 0 2288 0 +( 5987 5017 2080 ) ( 5935 5017 2080 ) ( 5935 5017 2128 ) common/tallen_nodraw -9 48 0.00 1 1 0 2288 0 +( 5987 5017 2128 ) ( 5935 5017 2128 ) ( 5935 5089 2128 ) common/tallen_nodraw -9 3 0.00 1 1 0 2288 0 +( 5935 5017 2080 ) ( 5987 5017 2080 ) ( 5987 5089 2080 ) common/tallen_nodraw -9 3 0.00 1 1 0 2288 0 +} +// brush 176 +{ +( 6631.525391 5346.259766 2080 ) ( 6551.525391 5346.259766 2080 ) ( 6551.525391 5296.259766 2080 ) common/tallen_nodraw 22 34 0.00 1 1 0 2288 0 +( 6551.525391 5296.259766 2128 ) ( 6551.525391 5346.259766 2128 ) ( 6631.525391 5346.259766 2128 ) common/tallen_nodraw 22 34 0.00 1 1 0 2288 0 +( 6553.974609 5303.674316 2128 ) ( 6633.974609 5303.674805 2128 ) ( 6633.974609 5303.674805 2080 ) common/tallen_nodraw 22 48 0.00 1 1 0 2288 0 +( 6595.524902 5294.259766 2128 ) ( 6595.524902 5344.259766 2128 ) ( 6595.524902 5344.259766 2080 ) common/tallen_nodraw -34 48 0.00 1 1 0 2288 0 +( 6632.042969 5376.191895 2128 ) ( 6552.042480 5376.191406 2128 ) ( 6552.042480 5376.191406 2080 ) common/tallen_nodraw 22 48 0.00 1 1 0 2288 0 +( 6543.975098 5343.674316 2128 ) ( 6543.974609 5293.674316 2128 ) ( 6543.974609 5293.674316 2080 ) common/tallen_nodraw -34 48 0.00 1 1 0 2288 0 +} +// brush 177 +{ +( 6727.678223 4994.019043 1904 ) ( 6650.404297 4973.313477 1904 ) ( 6663.345215 4925.017578 1904 ) common/tallen_nodraw -16 50 0.00 1 1 0 2288 0 +( 6663.345215 4925.017578 1936 ) ( 6650.404297 4973.313477 1936 ) ( 6727.678223 4994.019043 1936 ) common/tallen_nodraw -16 50 0.00 1 1 0 2288 0 +( 6658.686523 4942.404297 1952 ) ( 6735.960449 4963.109375 1952 ) ( 6735.960449 4963.109375 1904 ) common/tallen_nodraw -16 0 0.00 1 1 0 2288 0 +( 6694.255371 4933.299805 1952 ) ( 6681.313477 4981.595703 1952 ) ( 6681.313477 4981.595703 1904 ) common/tallen_nodraw -50 0 0.00 1 1 0 2288 0 +( 6727.678223 4994.019043 1952 ) ( 6650.404297 4973.313477 1952 ) ( 6650.404297 4973.313477 1904 ) common/tallen_nodraw -16 0 0.00 1 1 0 2288 0 +( 6650.404297 4973.313477 1952 ) ( 6663.345215 4925.017578 1952 ) ( 6663.345215 4925.017578 1904 ) common/tallen_nodraw -50 0 0.00 1 1 0 2288 0 +} +// brush 178 +{ +( 6766 4928 1904 ) ( 6686 4928 1904 ) ( 6686 4878 1904 ) common/tallen_nodraw -48 0 0.00 1 1 0 2288 0 +( 6686 4878 1936 ) ( 6686 4928 1936 ) ( 6766 4928 1936 ) common/tallen_nodraw -48 0 0.00 1 1 0 2288 0 +( 6686 4896 1952 ) ( 6766 4896 1952 ) ( 6766 4896 1904 ) common/tallen_nodraw -48 0 0.00 1 1 0 2288 0 +( 6718 4878 1952 ) ( 6718 4928 1952 ) ( 6718 4928 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6766 4928 1952 ) ( 6686 4928 1952 ) ( 6686 4928 1904 ) common/tallen_nodraw -48 0 0.00 1 1 0 2288 0 +( 6686 4928 1952 ) ( 6686 4878 1952 ) ( 6686 4878 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +} +// brush 179 +{ +( 6648.075684 5131.808105 1952 ) ( 6570.801758 5111.102539 1952 ) ( 6583.742188 5062.806152 1952 ) common/tallen_nodraw -62 -4 0.00 1 1 0 2288 0 +( 6583.742188 5062.806152 1984 ) ( 6570.801758 5111.102539 1984 ) ( 6648.075684 5131.808105 1984 ) common/tallen_nodraw -62 -4 0.00 1 1 0 2288 0 +( 6577.980469 5094.574219 2000 ) ( 6655.254395 5115.280273 2000 ) ( 6655.254395 5115.280273 1952 ) common/tallen_nodraw -62 48 0.00 1 1 0 2288 0 +( 6615.033691 5068.191895 2000 ) ( 6602.092773 5116.488281 2000 ) ( 6602.092773 5116.488281 1952 ) common/tallen_nodraw 4 48 0.00 1 1 0 2288 0 +( 6642.520508 5144.813477 2000 ) ( 6565.246094 5124.107910 2000 ) ( 6565.246094 5124.107910 1952 ) common/tallen_nodraw -62 48 0.00 1 1 0 2288 0 +( 6570.801758 5111.102539 2000 ) ( 6583.742188 5062.806152 2000 ) ( 6583.742188 5062.806152 1952 ) common/tallen_nodraw 4 48 0.00 1 1 0 2288 0 +} +// brush 180 +{ +( 6632 5124 1904 ) ( 6552 5124 1904 ) ( 6552 5074 1904 ) common/tallen_nodraw -42 4 0.00 1 1 0 2288 0 +( 6552 5074 1952 ) ( 6552 5124 1952 ) ( 6632 5124 1952 ) common/tallen_nodraw -42 4 0.00 1 1 0 2288 0 +( 6554 5096 1952 ) ( 6634 5096 1952 ) ( 6634 5096 1904 ) common/tallen_nodraw -42 0 0.00 1 1 0 2288 0 +( 6604 5072 1952 ) ( 6604 5122 1952 ) ( 6604 5122 1904 ) common/tallen_nodraw -4 0 0.00 1 1 0 2288 0 +( 6630 5168 1952 ) ( 6550 5168 1952 ) ( 6550 5168 1904 ) common/tallen_nodraw -42 0 0.00 1 1 0 2288 0 +( 6552 5124 1952 ) ( 6552 5074 1952 ) ( 6552 5074 1904 ) common/tallen_nodraw -4 0 0.00 1 1 0 2288 0 +} +// brush 181 +{ +( 6439.663086 4898.019531 1952 ) ( 6362.389160 4877.313965 1952 ) ( 6375.330078 4829.017578 1952 ) common/tallen_nodraw 16 -46 0.00 1 1 0 2288 0 +( 6375.330078 4829.017578 1984 ) ( 6362.389160 4877.313965 1984 ) ( 6439.663086 4898.019531 1984 ) common/tallen_nodraw 16 -46 0.00 1 1 0 2288 0 +( 6370.671387 4846.404297 2000 ) ( 6447.945313 4867.109863 2000 ) ( 6447.945313 4867.109863 1952 ) common/tallen_nodraw 16 48 0.00 1 1 0 2288 0 +( 6406.239746 4837.299805 2000 ) ( 6393.298828 4885.596191 2000 ) ( 6393.298828 4885.596191 1952 ) common/tallen_nodraw 46 48 0.00 1 1 0 2288 0 +( 6439.663086 4898.019531 2000 ) ( 6362.389160 4877.313965 2000 ) ( 6362.389160 4877.313965 1952 ) common/tallen_nodraw 16 48 0.00 1 1 0 2288 0 +( 6362.389160 4877.313965 2000 ) ( 6375.330078 4829.017578 2000 ) ( 6375.330078 4829.017578 1952 ) common/tallen_nodraw 46 48 0.00 1 1 0 2288 0 +} +// brush 182 +{ +( 6428 4920 1904 ) ( 6348 4920 1904 ) ( 6348 4870 1904 ) common/tallen_nodraw 34 -8 0.00 1 1 0 2288 0 +( 6348 4870 1952 ) ( 6348 4920 1952 ) ( 6428 4920 1952 ) common/tallen_nodraw 34 -8 0.00 1 1 0 2288 0 +( 6346 4848 1952 ) ( 6426 4848 1952 ) ( 6426 4848 1904 ) common/tallen_nodraw 34 0 0.00 1 1 0 2288 0 +( 6400 4868 1952 ) ( 6400 4918 1952 ) ( 6400 4918 1904 ) common/tallen_nodraw 8 0 0.00 1 1 0 2288 0 +( 6428 4920 1952 ) ( 6348 4920 1952 ) ( 6348 4920 1904 ) common/tallen_nodraw 34 0 0.00 1 1 0 2288 0 +( 6348 4920 1952 ) ( 6348 4870 1952 ) ( 6348 4870 1904 ) common/tallen_nodraw 8 0 0.00 1 1 0 2288 0 +} +// brush 183 +{ +( 6456 4952 1904 ) ( 6376 4952 1904 ) ( 6376 4902 1904 ) common/tallen_nodraw 6 -40 0.00 1 1 0 2288 0 +( 6376 4902 1936 ) ( 6376 4952 1936 ) ( 6456 4952 1936 ) common/tallen_nodraw 6 -40 0.00 1 1 0 2288 0 +( 6376 4920 1952 ) ( 6456 4920 1952 ) ( 6456 4920 1904 ) common/tallen_nodraw 6 0 0.00 1 1 0 2288 0 +( 6408 4902 1952 ) ( 6408 4952 1952 ) ( 6408 4952 1904 ) common/tallen_nodraw 40 0 0.00 1 1 0 2288 0 +( 6456 4952 1952 ) ( 6376 4952 1952 ) ( 6376 4952 1904 ) common/tallen_nodraw 6 0 0.00 1 1 0 2288 0 +( 6376 4952 1952 ) ( 6376 4902 1952 ) ( 6376 4902 1904 ) common/tallen_nodraw 40 0 0.00 1 1 0 2288 0 +} +// brush 184 +{ +( 6398 5376 1904 ) ( 6318 5376 1904 ) ( 6318 5326 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6318 5326 1952 ) ( 6318 5376 1952 ) ( 6398 5376 1952 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6318 5326 1952 ) ( 6398 5326 1952 ) ( 6398 5326 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6398 5326 1952 ) ( 6398 5376 1952 ) ( 6398 5376 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6398 5376 1952 ) ( 6318 5376 1952 ) ( 6318 5376 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +( 6318 5376 1952 ) ( 6318 5326 1952 ) ( 6318 5326 1904 ) common/tallen_nodraw 0 0 0.00 1 1 0 2288 0 +} +// brush 185 +{ +( 6366 5350 1904 ) ( 6286 5350 1904 ) ( 6286 5300 1904 ) common/tallen_nodraw 32 -26 0.00 1 1 0 2288 0 +( 6286 5300 1936 ) ( 6286 5350 1936 ) ( 6366 5350 1936 ) common/tallen_nodraw 32 -26 0.00 1 1 0 2288 0 +( 6286 5316 1952 ) ( 6366 5316 1952 ) ( 6366 5316 1904 ) common/tallen_nodraw 32 0 0.00 1 1 0 2288 0 +( 6320 5300 1952 ) ( 6320 5350 1952 ) ( 6320 5350 1904 ) common/tallen_nodraw 26 0 0.00 1 1 0 2288 0 +( 6366 5350 1952 ) ( 6286 5350 1952 ) ( 6286 5350 1904 ) common/tallen_nodraw 32 0 0.00 1 1 0 2288 0 +( 6286 5350 1952 ) ( 6286 5300 1952 ) ( 6286 5300 1904 ) common/tallen_nodraw 26 0 0.00 1 1 0 2288 0 +} +// brush 186 +{ +( 6624 5226 1904 ) ( 6544 5226 1904 ) ( 6544 5176 1904 ) common/tallen_nodraw 30 -22 0.00 1 1 0 2288 0 +( 6544 5176 1936 ) ( 6544 5226 1936 ) ( 6624 5226 1936 ) common/tallen_nodraw 30 -22 0.00 1 1 0 2288 0 +( 6544 5182 1952 ) ( 6624 5182 1952 ) ( 6624 5182 1904 ) common/tallen_nodraw 30 0 0.00 1 1 0 2288 0 +( 6584 5174 1952 ) ( 6584 5224 1952 ) ( 6584 5224 1904 ) common/tallen_nodraw 22 0 0.00 1 1 0 2288 0 +( 6624 5232 1952 ) ( 6544 5232 1952 ) ( 6544 5232 1904 ) common/tallen_nodraw 30 0 0.00 1 1 0 2288 0 +( 6534 5222 1952 ) ( 6534 5172 1952 ) ( 6534 5172 1904 ) common/tallen_nodraw 22 0 0.00 1 1 0 2288 0 +} +// brush 187 +{ +( 6672.867676 5252.175781 1904 ) ( 6595.593750 5231.470215 1904 ) ( 6608.534668 5183.173828 1904 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6608.534668 5183.173828 1942 ) ( 6595.593750 5231.470215 1942 ) ( 6672.867676 5252.175781 1942 ) common/tallen_nodraw -26 -12 0.00 1 1 0 2288 0 +( 6608.981445 5190.969727 1952 ) ( 6686.255371 5211.675781 1952 ) ( 6686.255371 5211.675781 1904 ) common/tallen_nodraw -26 0 0.00 1 1 0 2288 0 +( 6647.688965 5191.594727 1952 ) ( 6634.748047 5239.891113 1952 ) ( 6634.748047 5239.891113 1904 ) common/tallen_nodraw 12 0 0.00 1 1 0 2288 0 +( 6671.314941 5259.971680 1952 ) ( 6594.040527 5239.265625 1952 ) ( 6594.040527 5239.265625 1904 ) common/tallen_nodraw -26 0 0.00 1 1 0 2288 0 +( 6588.969727 5227.018555 1952 ) ( 6601.910645 5178.722168 1952 ) ( 6601.910645 5178.722168 1904 ) common/tallen_nodraw 12 0 0.00 1 1 0 2288 0 +} +// brush 188 +{ +( 6015.821289 4702.801270 1896 ) ( 5895.822754 4702.801270 1896 ) ( 5895.821777 4650.800781 1896 ) common/tallen_nodraw 50 12 0.00 1 1 0 2288 0 +( 5895.821777 4650.800781 1946 ) ( 5895.822754 4702.801270 1946 ) ( 6015.821289 4702.801270 1946 ) common/tallen_nodraw 50 12 0.00 1 1 0 2288 0 +( 5893.575195 4655.780762 1948 ) ( 6013.575195 4655.780273 1948 ) ( 6013.575195 4655.780273 1882 ) common/tallen_nodraw 50 -6 0.00 1 1 0 2288 0 +( 5943.276367 4646.659668 1948 ) ( 5943.276367 4698.659180 1948 ) ( 5943.276367 4698.659180 1882 ) common/tallen_nodraw -12 -6 0.00 1 1 0 2288 0 +( 6015.821289 4702.801270 1948 ) ( 5895.822754 4702.801270 1948 ) ( 5895.822754 4702.801270 1882 ) common/tallen_nodraw 50 -6 0.00 1 1 0 2288 0 +( 5895.822754 4702.801270 1948 ) ( 5895.821777 4650.800781 1948 ) ( 5895.821777 4650.800781 1882 ) common/tallen_nodraw -12 -6 0.00 1 1 0 2288 0 +} +// brush 189 +{ +( 2080 1596 1016 ) ( 2304 1596 1016 ) ( 2304 1612 1016 ) central_europe_winter/joist_w -4 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2416 1592 1016 ) ( 2312 1592 1016 ) ( 2312 1592 1024 ) central_europe_winter/joist_w -26 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2080 1612 1024 ) ( 2304 1612 1024 ) ( 2304 1596 1024 ) central_europe_winter/joist_w -4 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2080 1600 1016 ) ( 2264 1600 1016 ) ( 2264 1600 1032 ) common/caulk 56 31 0.00 1 -1 0 65696 0 +surfaceparm detail +( 2736 1614 1016 ) ( 2736 1608 1016 ) ( 2736 1611 1024 ) common/caulk -56 -33 0.00 1 -1 0 65696 0 +surfaceparm detail +( 2720 1604 1016 ) ( 2720 1616 1016 ) ( 2720 1610 1024 ) common/caulk 56 31 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 190 +{ +( 2304 1616 1024 ) ( 2304 1600 1024 ) ( 2304 1600 1016 ) common/caulk -20 25 0.00 1 1 0 65696 0 +surfaceparm detail +( 2080 1596 1016 ) ( 2304 1596 1016 ) ( 2304 1612 1016 ) central_europe_winter/joist_w -4 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2416 1592 1016 ) ( 2312 1592 1016 ) ( 2312 1592 1024 ) central_europe_winter/joist_w -26 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2080 1612 1024 ) ( 2304 1612 1024 ) ( 2304 1596 1024 ) central_europe_winter/joist_w -4 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2080 1616 1016 ) ( 2264 1616 1016 ) ( 2264 1616 1032 ) central_europe_winter/joist_w -26 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2304 1600 1024 ) ( 2312 1592 1024 ) ( 2312 1592 1016 ) central_europe_winter/joist_w -26 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 2720 1616 1016 ) ( 2720 1604 1016 ) ( 2720 1610 1024 ) common/caulk -56 -33 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 191 +{ +( 2992 1576 1016 ) ( 2992 1576 1032 ) ( 2992 1592 1032 ) common/caulk -20 25 0.00 1 1 0 65696 0 +surfaceparm detail +( 2080 1596 1016 ) ( 2304 1596 1016 ) ( 2304 1612 1016 ) central_europe_winter/joist_w -4 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2416 1592 1016 ) ( 2312 1592 1016 ) ( 2312 1592 1024 ) central_europe_winter/joist_w -26 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2080 1612 1024 ) ( 2304 1612 1024 ) ( 2304 1596 1024 ) central_europe_winter/joist_w -4 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2080 1616 1016 ) ( 2264 1616 1016 ) ( 2264 1616 1032 ) central_europe_winter/joist_w -26 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2736 1608 1016 ) ( 2736 1614 1016 ) ( 2736 1611 1024 ) common/caulk 56 31 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 192 +{ +( 7648 7024 2040 ) ( 7648 6952 2040 ) ( 7648 6952 2056 ) common/caulk 48 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7576 7008 2040 ) ( 7656 7008 2040 ) ( 7656 7008 2056 ) common/caulk 8 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 7656 6952 2040 ) ( 7576 6952 2040 ) ( 7576 6952 2056 ) central_europe_winter/step_rise -112 43 -180.00 0.250488 0.250000 0 67108864 0 +surfaceparm detail +( 7584 6952 2040 ) ( 7584 7024 2040 ) ( 7584 7024 2056 ) central_europe_winter/step_rise 120 42 -180.00 0.251953 0.250000 0 67108864 0 +surfaceparm detail +( 7580 6952 2048 ) ( 7580 7024 2048 ) ( 7660 7024 2048 ) central_europe_winter/snowfield1 75 -18 0.00 0.999023 1.000977 0 67108864 0 +surfaceparm detail +( 7656 7024 2040 ) ( 7576 7024 2040 ) ( 7576 6952 2040 ) central_europe_winter/stonewall1snow 101 -223 -0.06 1.000977 1.000978 0 65536 0 +surfaceparm detail +} +// brush 193 +{ +( 7632 6960 1792 ) ( 7632 7008 1792 ) ( 7584 7008 1792 ) common/caulk 26 -57 -89.82 1.001958 0.996589 0 65696 0 +surfaceparm detail +( 7592 6960 1848 ) ( 7592 6960 2040 ) ( 7640 6960 2040 ) central_europe_winter/stonewall1snow 1 -13 -180.00 1.001953 -1 0 65536 0 +surfaceparm detail +( 7640 7008 1848 ) ( 7640 7008 2040 ) ( 7592 7008 2040 ) common/caulk 8 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 7592 7008 1848 ) ( 7592 7008 2040 ) ( 7592 6960 2040 ) central_europe_winter/stonewall1snow -181 -29 -180.00 1.002930 -1 0 65536 0 +surfaceparm detail +( 7640 6960 1848 ) ( 7640 6960 2040 ) ( 7640 7008 2040 ) common/caulk 48 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7592 6960 2040 ) ( 7592 7008 2040 ) ( 7640 7008 2040 ) central_europe_winter/step_run -94 -68 179.55 0.249275 0.250008 0 67108864 0 +surfaceparm detail +} +// brush 194 +{ +( 7080 6952 1792 ) ( 7080 7000 1792 ) ( 7032 7000 1792 ) common/caulk -44 29 -89.82 1.001958 0.996589 0 65696 0 +surfaceparm detail +( 7040 6952 1848 ) ( 7040 6952 2040 ) ( 7088 6952 2040 ) central_europe_winter/stonewall1snow -37 -13 -180.00 1.001953 -1 0 65536 0 +surfaceparm detail +( 7088 7000 1848 ) ( 7088 7000 2040 ) ( 7040 7000 2040 ) common/caulk -16 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 7040 7000 1848 ) ( 7040 7000 2040 ) ( 7040 6952 2040 ) central_europe_winter/stonewall1snow -189 -29 -180.00 1.002930 -1 0 65536 0 +surfaceparm detail +( 7088 6952 1848 ) ( 7088 6952 2040 ) ( 7088 7000 2040 ) common/caulk 48 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7040 6952 2040 ) ( 7040 7000 2040 ) ( 7088 7000 2040 ) central_europe_winter/step_run -5 -19 179.55 0.249275 0.250008 0 67108864 0 +surfaceparm detail +} +// brush 195 +{ +( 7096 7016 2040 ) ( 7096 6944 2040 ) ( 7096 6944 2056 ) common/caulk 48 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7024 7000 2040 ) ( 7104 7000 2040 ) ( 7104 7000 2056 ) common/caulk -16 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 7104 6944 2040 ) ( 7024 6944 2040 ) ( 7024 6944 2056 ) central_europe_winter/step_rise -12 43 -180.00 0.250488 0.250000 0 67108864 0 +surfaceparm detail +( 7032 6944 2040 ) ( 7032 7016 2040 ) ( 7032 7016 2056 ) central_europe_winter/step_rise -39 42 -180.00 0.251953 0.250000 0 67108864 0 +surfaceparm detail +( 7028 6944 2048 ) ( 7028 7016 2048 ) ( 7108 7016 2048 ) central_europe_winter/snowfield1 -140 -26 0.00 0.999023 1.000977 0 67108864 0 +surfaceparm detail +( 7104 7016 2040 ) ( 7024 7016 2040 ) ( 7024 6944 2040 ) central_europe_winter/stonewall1snow -115 -232 -0.06 1.000977 1.000978 0 65536 0 +surfaceparm detail +} +// brush 196 +{ +( 6720 5864 2094 ) ( 6720 5880 2094 ) ( 6648 5880 2094 ) common/areaportal 24 30 -90.00 1 1 805339136 2192 0 +( 6653 5882 2170 ) ( 6725 5882 2170 ) ( 6725 5866 2170 ) common/areaportal 24 30 -90.00 1 1 805339136 2192 0 +( 6666 5880 2192 ) ( 6666 5864 2192 ) ( 6666 5864 2032 ) common/areaportal 24 15 -180.00 1 -1 805339136 2192 0 +( 6656 5871 2192 ) ( 6728 5871 2192 ) ( 6728 5871 2032 ) common/areaportal -32 16 0.00 1 1 805339136 2192 0 +( 6712 5864 2192 ) ( 6712 5880 2192 ) ( 6712 5880 2032 ) common/areaportal 24 15 -180.00 1 -1 805339136 2192 0 +( 6725 5872 2154 ) ( 6653 5872 2154 ) ( 6653 5872 1994 ) common/areaportal -32 16 0.00 1 1 805339136 2192 0 +} +// brush 197 +{ +( 6399 4441 2094 ) ( 6399 4457 2094 ) ( 6327 4457 2094 ) common/areaportal 24 30 -90.00 1 1 805339136 2192 0 +( 6331 4459 2170 ) ( 6403 4459 2170 ) ( 6403 4443 2170 ) common/areaportal 24 30 -90.00 1 1 805339136 2192 0 +( 6344 4457 2192 ) ( 6344 4441 2192 ) ( 6344 4441 2032 ) common/areaportal 24 15 -180.00 1 -1 805339136 2192 0 +( 6331 4448 2192 ) ( 6403 4448 2192 ) ( 6403 4448 2032 ) common/areaportal -32 16 0.00 1 1 805339136 2192 0 +( 6390 4441 2192 ) ( 6390 4457 2192 ) ( 6390 4457 2032 ) common/areaportal 24 15 -180.00 1 -1 805339136 2192 0 +( 6403 4449 2154 ) ( 6331 4449 2154 ) ( 6331 4449 1994 ) common/areaportal -32 16 0.00 1 1 805339136 2192 0 +} +// brush 198 +{ +( 6368 4744 2080 ) ( 6368 4760 2080 ) ( 6296 4760 2080 ) common/areaportal 24 30 -90.00 1 1 805339136 2192 0 +( 6300 4762 2208 ) ( 6372 4762 2208 ) ( 6372 4746 2208 ) common/areaportal 24 30 -90.00 1 1 805339136 2192 0 +( 6304 4760 2192 ) ( 6304 4744 2192 ) ( 6304 4744 2032 ) common/areaportal 24 15 -180.00 1 -1 805339136 2192 0 +( 6294 4751 2192 ) ( 6366 4751 2192 ) ( 6366 4751 2032 ) common/areaportal -32 16 0.00 1 1 805339136 2192 0 +( 6368 4744 2192 ) ( 6368 4760 2192 ) ( 6368 4760 2032 ) common/areaportal 24 15 -180.00 1 -1 805339136 2192 0 +( 6378 4752 2192 ) ( 6306 4752 2192 ) ( 6306 4752 2032 ) common/areaportal -32 16 0.00 1 1 805339136 2192 0 +} +// brush 199 +{ +( 6984 5616 2080 ) ( 6884 5616 2080 ) ( 6884 5576 2080 ) common/clip -36 54 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6884 5576 2102 ) ( 6884 5616 2102 ) ( 6984 5616 2102 ) common/clip -36 54 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6884 5574 2102 ) ( 6984 5574 2102 ) ( 6984 5574 2080 ) common/clip -36 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6986 5580 2102 ) ( 6986 5620 2102 ) ( 6986 5620 2080 ) common/clip -54 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6984 5616 2102 ) ( 6884 5616 2102 ) ( 6884 5616 2080 ) common/clip -36 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6884 5616 2102 ) ( 6884 5576 2102 ) ( 6884 5576 2080 ) common/clip -54 0 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 200 +{ +( 6984 5680 2080 ) ( 6884 5680 2080 ) ( 6884 5640 2080 ) common/clip -36 54 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6884 5640 2102 ) ( 6884 5680 2102 ) ( 6984 5680 2102 ) common/clip -36 54 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6884 5638 2102 ) ( 6984 5638 2102 ) ( 6984 5638 2080 ) common/clip -36 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6986 5644 2102 ) ( 6986 5684 2102 ) ( 6986 5684 2080 ) common/clip -54 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6984 5680 2102 ) ( 6884 5680 2102 ) ( 6884 5680 2080 ) common/clip -36 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6884 5680 2102 ) ( 6884 5640 2102 ) ( 6884 5640 2080 ) common/clip -54 0 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 201 +{ +( 6244 5656 2080 ) ( 6144 5656 2080 ) ( 6144 5616 2080 ) common/clip 0 30 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6144 5616 2102 ) ( 6144 5656 2102 ) ( 6244 5656 2102 ) common/clip 0 30 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6144 5614 2102 ) ( 6244 5614 2102 ) ( 6244 5614 2080 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6246 5620 2102 ) ( 6246 5660 2102 ) ( 6246 5660 2080 ) common/clip -30 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6244 5656 2102 ) ( 6144 5656 2102 ) ( 6144 5656 2080 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6144 5656 2102 ) ( 6144 5616 2102 ) ( 6144 5616 2080 ) common/clip -30 0 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 202 +{ +( 6244 5592 2080 ) ( 6144 5592 2080 ) ( 6144 5552 2080 ) common/clip 0 30 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6144 5552 2102 ) ( 6144 5592 2102 ) ( 6244 5592 2102 ) common/clip 0 30 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6144 5550 2102 ) ( 6244 5550 2102 ) ( 6244 5550 2080 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6246 5556 2102 ) ( 6246 5596 2102 ) ( 6246 5596 2080 ) common/clip -30 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6244 5592 2102 ) ( 6144 5592 2102 ) ( 6144 5592 2080 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6144 5592 2102 ) ( 6144 5552 2102 ) ( 6144 5552 2080 ) common/clip -30 0 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 203 +{ +( 6244 5434 2080 ) ( 6144 5434 2080 ) ( 6144 5394 2080 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6144 5394 2102 ) ( 6144 5434 2102 ) ( 6244 5434 2102 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6144 5392 2102 ) ( 6244 5392 2102 ) ( 6244 5392 2080 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6246 5398 2102 ) ( 6246 5438 2102 ) ( 6246 5438 2080 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6244 5434 2102 ) ( 6144 5434 2102 ) ( 6144 5434 2080 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +( 6144 5434 2102 ) ( 6144 5394 2102 ) ( 6144 5394 2080 ) common/clip 0 0 0.00 1 1 196608 2193 0 +surfaceparm detail +} +// brush 204 +{ +( -460 -7616 704 ) ( -724 -7616 704 ) ( -724 -7856 704 ) common/obscure_bush -36 -56 0.00 1 1 671088640 2224 0 +( -752 -7904 980 ) ( -752 -7664 980 ) ( -488 -7664 980 ) common/obscure_bush -36 -56 0.00 1 1 671088640 2224 0 +( -716 -7824 808 ) ( -452 -7824 808 ) ( -452 -7824 600 ) common/obscure_bush -36 56 0.00 1 1 671088640 2224 0 +( -604 -7860 808 ) ( -604 -7620 808 ) ( -604 -7620 600 ) common/obscure_bush 56 56 0.00 1 1 671088640 2224 0 +( -464 -7704 784 ) ( -728 -7704 784 ) ( -728 -7704 576 ) common/obscure_bush -36 56 0.00 1 1 671088640 2224 0 +( -708 -7632 800 ) ( -708 -7872 800 ) ( -708 -7872 592 ) common/obscure_bush 56 56 0.00 1 1 671088640 2224 0 +} +// brush 205 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4464 -4864 320 2.500000 -7 ) ( 4360 -4952 232 2.750000 -7 ) ( 3960 -4936 408 3 -7 ) ) +( ( 4416 -4760 504 2.500000 -7.250000 ) ( 4312 -4816 464 2.750000 -7.250000 ) ( 3936 -4864 496 3 -7.250000 ) ) +( ( 4416 -4792 760 2.500000 -7.500000 ) ( 4296 -4840 736 2.750000 -7.500000 ) ( 3936 -4824 632 3 -7.500000 ) ) +( ( 4424 -4800 912 2.500000 -7.750000 ) ( 4296 -4816 856 2.750000 -7.750000 ) ( 3904 -4808 864 3 -7.750000 ) ) +( ( 4368 -4704 1024 2.500000 -8 ) ( 4272 -4736 1000 2.750000 -8 ) ( 3912 -4728 1032 3 -8 ) ) +) + } + } +// brush 206 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4656 -4416 480 2 -7 ) ( 4664 -4744 312 2.250000 -7 ) ( 4464 -4864 320 2.500000 -7 ) ) +( ( 4632 -4464 520 2 -7.250000 ) ( 4568 -4688 512 2.250000 -7.250000 ) ( 4416 -4760 504 2.500000 -7.250000 ) ) +( ( 4568 -4496 784 2 -7.500000 ) ( 4560 -4720 712 2.250000 -7.500000 ) ( 4416 -4792 760 2.500000 -7.500000 ) ) +( ( 4488 -4512 928 2 -7.750000 ) ( 4552 -4696 904 2.250000 -7.750000 ) ( 4424 -4800 912 2.500000 -7.750000 ) ) +( ( 4416 -4552 1040 2 -8 ) ( 4488 -4640 1048 2.250000 -8 ) ( 4368 -4704 1024 2.500000 -8 ) ) +) + } + } +// brush 207 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3336 -5016 400 2.500000 -7 ) ( 3112 -5216 400 2.750000 -7 ) ( 2968 -5224 376 3 -7 ) ) +( ( 3336 -4904 472 2.500000 -7.250000 ) ( 3040 -4984 448 2.750000 -7.250000 ) ( 2952 -5064 512 3 -7.250000 ) ) +( ( 3352 -4904 688 2.500000 -7.500000 ) ( 3096 -5104 640 2.750000 -7.500000 ) ( 2968 -5048 656 3 -7.500000 ) ) +( ( 3344 -4912 864 2.500000 -7.750000 ) ( 3104 -5096 824 2.750000 -7.750000 ) ( 2952 -5064 864 3 -7.750000 ) ) +( ( 3344 -4808 1032 2.500000 -8 ) ( 3128 -4984 968 2.750000 -8 ) ( 2960 -4952 1000 3 -8 ) ) +) + } + } +// brush 208 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3960 -4936 408 2 -7 ) ( 3672 -5048 416 2.250000 -7 ) ( 3336 -5016 400 2.500000 -7 ) ) +( ( 3936 -4864 496 2 -7.250000 ) ( 3664 -4936 512 2.250000 -7.250000 ) ( 3336 -4904 472 2.500000 -7.250000 ) ) +( ( 3936 -4824 632 2 -7.500000 ) ( 3664 -4920 696 2.250000 -7.500000 ) ( 3352 -4904 688 2.500000 -7.500000 ) ) +( ( 3904 -4808 864 2 -7.750000 ) ( 3672 -4904 872 2.250000 -7.750000 ) ( 3344 -4912 864 2.500000 -7.750000 ) ) +( ( 3912 -4728 1032 2 -8 ) ( 3688 -4824 1048 2.250000 -8 ) ( 3344 -4808 1032 2.500000 -8 ) ) +) + } + } +// brush 209 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2072 -5416 456 -1 1 ) ( 1840 -5344 464 -0.500000 1 ) ( 1568 -5168 488 0 1 ) ) +( ( 2064 -5336 440 -1 0.750000 ) ( 1912 -5232 800 -0.500000 0.750000 ) ( 1664 -5088 752 0 0.750000 ) ) +( ( 2048 -5296 656 -1 0.500000 ) ( 1920 -5240 904 -0.500000 0.500000 ) ( 1656 -5096 880 0 0.500000 ) ) +( ( 2064 -5264 984 -1 0.250000 ) ( 1920 -5216 992 -0.500000 0.250000 ) ( 1648 -5096 960 0 0.250000 ) ) +( ( 2072 -5168 1000 -1 0 ) ( 1936 -5136 1144 -0.500000 0 ) ( 1736 -5040 1072 0 0 ) ) +) + } + } +// brush 210 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1568 -5168 488 -1 1 ) ( 1408 -4808 656 -0.500000 1 ) ( 1408 -4704 680 0 1 ) ) +( ( 1664 -5088 752 -1 0.750000 ) ( 1528 -4856 776 -0.500000 0.750000 ) ( 1520 -4720 840 0 0.750000 ) ) +( ( 1656 -5096 880 -1 0.500000 ) ( 1520 -4856 880 -0.500000 0.500000 ) ( 1512 -4720 968 0 0.500000 ) ) +( ( 1648 -5096 960 -1 0.250000 ) ( 1544 -4864 984 -0.500000 0.250000 ) ( 1504 -4712 1048 0 0.250000 ) ) +( ( 1736 -5040 1072 -1 0 ) ( 1624 -4880 1144 -0.500000 0 ) ( 1608 -4752 1160 0 0 ) ) +) + } + } +// brush 211 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1688 -4256 744 -1 1 ) ( 1784 -4064 720 -0.500000 1 ) ( 1968 -3968 736 0 1 ) ) +( ( 1752 -4360 880 -1 0.750000 ) ( 1856 -4168 832 -0.500000 0.750000 ) ( 2032 -4064 896 0 0.750000 ) ) +( ( 1752 -4352 1008 -1 0.500000 ) ( 1856 -4176 944 -0.500000 0.500000 ) ( 2024 -4056 1032 0 0.500000 ) ) +( ( 1744 -4344 1088 -1 0.250000 ) ( 1864 -4184 1048 -0.500000 0.250000 ) ( 2024 -4048 1104 0 0.250000 ) ) +( ( 1792 -4440 1200 -1 0 ) ( 1928 -4248 1200 -0.500000 0 ) ( 2064 -4144 1224 0 0 ) ) +) + } + } +// brush 212 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1408 -4704 680 -1 1 ) ( 1456 -4456 664 -0.500000 1 ) ( 1688 -4256 744 0 1 ) ) +( ( 1520 -4720 840 -1 0.750000 ) ( 1568 -4512 888 -0.500000 0.750000 ) ( 1752 -4360 880 0 0.750000 ) ) +( ( 1512 -4720 968 -1 0.500000 ) ( 1568 -4520 1000 -0.500000 0.500000 ) ( 1752 -4352 1008 0 0.500000 ) ) +( ( 1504 -4712 1048 -1 0.250000 ) ( 1584 -4520 1080 -0.500000 0.250000 ) ( 1744 -4344 1088 0 0.250000 ) ) +( ( 1608 -4752 1160 -1 0 ) ( 1664 -4536 1240 -0.500000 0 ) ( 1792 -4440 1200 0 0 ) ) +) + } + } +// brush 213 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2968 -5224 376 2 -7 ) ( 2784 -5304 312 2.250000 -7 ) ( 2456 -5336 392 2.500000 -7 ) ) +( ( 2952 -5064 512 2 -7.250000 ) ( 2784 -5192 504 2.250000 -7.250000 ) ( 2456 -5160 472 2.500000 -7.250000 ) ) +( ( 2968 -5048 656 2 -7.500000 ) ( 2784 -5168 696 2.250000 -7.500000 ) ( 2464 -5152 688 2.500000 -7.500000 ) ) +( ( 2952 -5064 864 2 -7.750000 ) ( 2792 -5160 872 2.250000 -7.750000 ) ( 2464 -5160 872 2.500000 -7.750000 ) ) +( ( 2960 -4952 1000 2 -8 ) ( 2808 -5072 1048 2.250000 -8 ) ( 2456 -5056 1032 2.500000 -8 ) ) +) + } + } +// brush 214 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2456 -5336 392 2.500000 -7 ) ( 2232 -5472 392 2.750000 -7 ) ( 2072 -5416 456 3 -7 ) ) +( ( 2456 -5160 472 2.500000 -7.250000 ) ( 2160 -5240 448 2.750000 -7.250000 ) ( 2064 -5336 440 3 -7.250000 ) ) +( ( 2464 -5152 688 2.500000 -7.500000 ) ( 2216 -5360 640 2.750000 -7.500000 ) ( 2048 -5296 656 3 -7.500000 ) ) +( ( 2464 -5160 872 2.500000 -7.750000 ) ( 2216 -5352 824 2.750000 -7.750000 ) ( 2064 -5264 984 3 -7.750000 ) ) +( ( 2456 -5056 1032 2.500000 -8 ) ( 2248 -5240 968 2.750000 -8 ) ( 2072 -5168 1000 3 -8 ) ) +) + } + } +// brush 215 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3520 -3032 832 2.500000 -7 ) ( 3624 -3000 856 2.750000 -7 ) ( 3744 -2960 856 3 -7 ) ) +( ( 3576 -3120 880 2.500000 -7.250000 ) ( 3688 -3096 904 2.750000 -7.250000 ) ( 3800 -3056 896 3 -7.250000 ) ) +( ( 3576 -3136 1088 2.500000 -7.500000 ) ( 3696 -3088 1096 2.750000 -7.500000 ) ( 3792 -3064 1112 3 -7.500000 ) ) +( ( 3568 -3128 1264 2.500000 -7.750000 ) ( 3696 -3096 1280 2.750000 -7.750000 ) ( 3792 -3056 1280 3 -7.750000 ) ) +( ( 3632 -3216 1432 2.500000 -8 ) ( 3728 -3208 1424 2.750000 -8 ) ( 3848 -3144 1456 3 -8 ) ) +) + } + } +// brush 216 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3352 -3184 856 2 -7 ) ( 3440 -3104 872 2.250000 -7 ) ( 3520 -3032 832 2.500000 -7 ) ) +( ( 3472 -3312 896 2 -7.250000 ) ( 3504 -3192 928 2.250000 -7.250000 ) ( 3576 -3120 880 2.500000 -7.250000 ) ) +( ( 3464 -3320 1112 2 -7.500000 ) ( 3512 -3208 1112 2.250000 -7.500000 ) ( 3576 -3136 1088 2.500000 -7.500000 ) ) +( ( 3464 -3312 1280 2 -7.750000 ) ( 3512 -3224 1296 2.250000 -7.750000 ) ( 3568 -3128 1264 2.500000 -7.750000 ) ) +( ( 3520 -3400 1456 2 -8 ) ( 3536 -3304 1464 2.250000 -8 ) ( 3632 -3216 1432 2.500000 -8 ) ) +) + } + } +// brush 217 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3160 -3232 776 2.500000 -7 ) ( 3242 -3148 768 2.750000 -7 ) ( 3352 -3184 856 3 -7 ) ) +( ( 3184 -3336 960 2.500000 -7.250000 ) ( 3336 -3328 952 2.750000 -7.250000 ) ( 3472 -3312 896 3 -7.250000 ) ) +( ( 3176 -3336 1128 2.500000 -7.500000 ) ( 3336 -3344 1136 2.750000 -7.500000 ) ( 3464 -3320 1112 3 -7.500000 ) ) +( ( 3168 -3336 1344 2.500000 -7.750000 ) ( 3344 -3360 1320 2.750000 -7.750000 ) ( 3464 -3312 1280 3 -7.750000 ) ) +( ( 3208 -3432 1456 2.500000 -8 ) ( 3368 -3440 1464 2.750000 -8 ) ( 3520 -3400 1456 3 -8 ) ) +) + } + } +// brush 218 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3848 -2776 832 2.500000 -7 ) ( 3952 -2744 856 2.750000 -7 ) ( 4072 -2704 888 3 -7 ) ) +( ( 3904 -2864 880 2.500000 -7.250000 ) ( 4016 -2840 944 2.750000 -7.250000 ) ( 4128 -2800 936 3 -7.250000 ) ) +( ( 3904 -2880 1088 2.500000 -7.500000 ) ( 4024 -2832 1128 2.750000 -7.500000 ) ( 4120 -2808 1144 3 -7.500000 ) ) +( ( 3896 -2872 1264 2.500000 -7.750000 ) ( 4024 -2840 1320 2.750000 -7.750000 ) ( 4120 -2800 1320 3 -7.750000 ) ) +( ( 3960 -2960 1432 2.500000 -8 ) ( 4056 -2952 1456 2.750000 -8 ) ( 4176 -2888 1488 3 -8 ) ) +) + } + } +// brush 219 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3744 -2960 856 2 -7 ) ( 3768 -2840 872 2.250000 -7 ) ( 3848 -2776 832 2.500000 -7 ) ) +( ( 3800 -3056 896 2 -7.250000 ) ( 3832 -2936 928 2.250000 -7.250000 ) ( 3904 -2864 880 2.500000 -7.250000 ) ) +( ( 3792 -3064 1112 2 -7.500000 ) ( 3840 -2952 1112 2.250000 -7.500000 ) ( 3904 -2880 1088 2.500000 -7.500000 ) ) +( ( 3792 -3056 1280 2 -7.750000 ) ( 3840 -2968 1296 2.250000 -7.750000 ) ( 3896 -2872 1264 2.500000 -7.750000 ) ) +( ( 3848 -3144 1456 2 -8 ) ( 3864 -3048 1464 2.250000 -8 ) ( 3960 -2960 1432 2.500000 -8 ) ) +) + } + } +// brush 220 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4072 -2704 888 2 -7 ) ( 4096 -2584 912 2.250000 -7 ) ( 4400 -2448 856 2.500000 -7 ) ) +( ( 4128 -2800 936 2 -7.250000 ) ( 4160 -2680 960 2.250000 -7.250000 ) ( 4456 -2544 928 2.500000 -7.250000 ) ) +( ( 4120 -2808 1144 2 -7.500000 ) ( 4168 -2696 1152 2.250000 -7.500000 ) ( 4448 -2552 1144 2.500000 -7.500000 ) ) +( ( 4120 -2800 1320 2 -7.750000 ) ( 4168 -2712 1328 2.250000 -7.750000 ) ( 4448 -2544 1320 2.500000 -7.750000 ) ) +( ( 4176 -2888 1488 2 -8 ) ( 4192 -2792 1504 2.250000 -8 ) ( 4504 -2632 1488 2.500000 -8 ) ) +) + } + } +// brush 221 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4658 -2127 856 2 -7 ) ( 4752 -2072 872 2.250000 -7 ) ( 4832 -2008 832 2.500000 -7 ) ) +( ( 4714 -2223 896 2 -7.250000 ) ( 4816 -2168 928 2.250000 -7.250000 ) ( 4888 -2096 880 2.500000 -7.250000 ) ) +( ( 4706 -2231 1112 2 -7.500000 ) ( 4824 -2184 1112 2.250000 -7.500000 ) ( 4888 -2112 1088 2.500000 -7.500000 ) ) +( ( 4706 -2223 1280 2 -7.750000 ) ( 4824 -2200 1296 2.250000 -7.750000 ) ( 4880 -2104 1264 2.500000 -7.750000 ) ) +( ( 4762 -2311 1456 2 -8 ) ( 4848 -2280 1464 2.250000 -8 ) ( 5176 -2176 1392 2.500000 -8 ) ) +) + } + } +// brush 222 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4832 -2008 832 2.500000 -7 ) ( 4856 -1872 848 2.750000 -7 ) ( 4816 -1696 632 3 -7 ) ) +( ( 4888 -2096 880 2.500000 -7.250000 ) ( 4936 -2040 904 2.750000 -7.250000 ) ( 4920 -1688 840 3 -7.250000 ) ) +( ( 4888 -2112 1088 2.500000 -7.500000 ) ( 4976 -2016 1096 2.750000 -7.500000 ) ( 4928 -1696 880 3 -7.500000 ) ) +( ( 4880 -2104 1264 2.500000 -7.750000 ) ( 5032 -2024 1280 2.750000 -7.750000 ) ( 4920 -1704 1104 3 -7.750000 ) ) +( ( 5176 -2176 1392 2.500000 -8 ) ( 5160 -1928 1240 2.750000 -8 ) ( 5032 -1688 1232 3 -8 ) ) +) + } + } +// brush 223 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4400 -2448 856 2.500000 -7 ) ( 4493 -2162 856 2.750000 -7 ) ( 4658 -2127 856 3 -7 ) ) +( ( 4456 -2544 928 2.500000 -7.250000 ) ( 4672 -2326 904 2.750000 -7.250000 ) ( 4714 -2223 896 3 -7.250000 ) ) +( ( 4448 -2552 1144 2.500000 -7.500000 ) ( 4565 -2250 1096 2.750000 -7.500000 ) ( 4706 -2231 1112 3 -7.500000 ) ) +( ( 4448 -2544 1320 2.500000 -7.750000 ) ( 4565 -2257 1280 2.750000 -7.750000 ) ( 4706 -2223 1280 3 -7.750000 ) ) +( ( 4504 -2632 1488 2.500000 -8 ) ( 4597 -2370 1424 2.750000 -8 ) ( 4762 -2311 1456 3 -8 ) ) +) + } + } +// brush 224 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 225.635651 ) +( +( ( 2464 -5944 144 9.626099 23.226217 ) ( 2152 -5984 168 8.411510 23.363138 ) ( 1936 -6128 200 7.569515 23.934809 ) ) +( ( 2456 -5880 152 9.606285 22.981525 ) ( 2152 -5952 184 8.410194 23.251490 ) ( 1904 -6080 208 7.437213 23.749271 ) ) +( ( 2464 -5848 136 9.613539 22.837835 ) ( 2152 -5912 168 8.396186 23.094643 ) ( 1888 -6048 192 7.371651 23.621206 ) ) +( ( 2464 -5800 112 9.624977 22.655643 ) ( 2136 -5872 160 8.343902 22.931875 ) ( 1864 -6008 168 7.290461 23.457705 ) ) +( ( 2464 -5776 88 9.616602 22.547392 ) ( 2128 -5840 128 8.323974 22.813301 ) ( 1848 -5984 144 7.229082 23.368143 ) ) +( ( 2464 -5736 72 9.628042 22.396450 ) ( 2128 -5808 120 8.309962 22.672630 ) ( 1832 -5944 128 7.163518 23.231703 ) ) +( ( 2464 -5656 80 9.619669 22.100697 ) ( 2120 -5760 104 8.271979 22.498047 ) ( 1808 -5880 136 7.063077 22.965107 ) ) +) + } + } +// brush 225 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2792 -5912 96 10.907349 23.101217 ) ( 2616 -5944 120 10.216484 23.228161 ) ( 2464 -5944 144 9.626099 23.226217 ) ) +( ( 2768 -5872 104 10.825035 22.950275 ) ( 2616 -5888 128 10.208111 22.994907 ) ( 2456 -5880 152 9.606285 22.981525 ) ) +( ( 2776 -5840 88 10.832289 22.806585 ) ( 2624 -5848 112 10.235174 22.839779 ) ( 2464 -5848 136 9.613539 22.837835 ) ) +( ( 2776 -5792 64 10.843727 22.624393 ) ( 2616 -5800 104 10.226799 22.669025 ) ( 2464 -5800 112 9.624977 22.655643 ) ) +( ( 2776 -5768 40 10.835352 22.516142 ) ( 2624 -5776 72 10.238239 22.549334 ) ( 2464 -5776 88 9.616602 22.547392 ) ) +( ( 2776 -5728 24 10.846792 22.365200 ) ( 2624 -5736 64 10.261114 22.409830 ) ( 2464 -5736 72 9.628042 22.396450 ) ) +( ( 2776 -5648 32 10.838419 22.069447 ) ( 2624 -5688 48 10.241302 22.227638 ) ( 2464 -5656 80 9.619669 22.100697 ) ) +) + } + } +// brush 226 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3088 -5912 64 12.063599 23.101217 ) ( 2944 -5912 72 11.497734 23.103161 ) ( 2792 -5912 96 10.907349 23.101217 ) ) +( ( 3080 -5872 72 12.043785 22.950275 ) ( 2928 -5880 80 11.426861 22.963657 ) ( 2768 -5872 104 10.825035 22.950275 ) ) +( ( 3088 -5840 56 12.051039 22.806585 ) ( 2936 -5840 64 11.453924 22.808529 ) ( 2776 -5840 88 10.832289 22.806585 ) ) +( ( 3088 -5792 48 12.062477 22.624393 ) ( 2928 -5792 56 11.445549 22.637775 ) ( 2776 -5792 64 10.843727 22.624393 ) ) +( ( 3088 -5768 16 12.054102 22.516142 ) ( 2936 -5768 24 11.456989 22.518084 ) ( 2776 -5768 40 10.835352 22.516142 ) ) +( ( 3088 -5728 0 12.065542 22.365200 ) ( 2936 -5728 16 11.479864 22.378580 ) ( 2776 -5728 24 10.846792 22.365200 ) ) +( ( 3072 -5656 0 11.994669 22.100697 ) ( 2936 -5680 0 11.460052 22.196388 ) ( 2776 -5648 32 10.838419 22.069447 ) ) +) + } + } +// brush 227 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3384 -5912 40 13.219849 23.101217 ) ( 3232 -5912 56 12.622734 23.103161 ) ( 3088 -5912 64 12.063599 23.101217 ) ) +( ( 3376 -5872 48 13.200035 22.950275 ) ( 3232 -5880 64 12.614361 22.963657 ) ( 3080 -5872 72 12.043785 22.950275 ) ) +( ( 3384 -5840 32 13.207289 22.806585 ) ( 3240 -5840 48 12.641424 22.808529 ) ( 3088 -5840 56 12.051039 22.806585 ) ) +( ( 3384 -5792 24 13.218727 22.624393 ) ( 3232 -5792 40 12.633049 22.637775 ) ( 3088 -5792 48 12.062477 22.624393 ) ) +( ( 3384 -5768 -8 13.210352 22.516142 ) ( 3240 -5768 8 12.644489 22.518084 ) ( 3088 -5768 16 12.054102 22.516142 ) ) +( ( 3384 -5728 -24 13.221792 22.365200 ) ( 3240 -5728 0 12.667364 22.378580 ) ( 3088 -5728 0 12.065542 22.365200 ) ) +( ( 3384 -5648 -40 13.213419 22.069447 ) ( 3240 -5680 -16 12.647552 22.196388 ) ( 3072 -5656 0 11.994669 22.100697 ) ) +) + } + } +// brush 228 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4336 -5864 8 16.938599 22.913717 ) ( 4144 -5912 8 16.185234 23.103161 ) ( 3992 -5912 8 15.594849 23.101217 ) ) +( ( 4328 -5824 16 16.918785 22.762775 ) ( 4144 -5880 16 16.176861 22.963657 ) ( 3984 -5872 16 15.575035 22.950275 ) ) +( ( 4336 -5792 0 16.926039 22.619085 ) ( 4152 -5840 0 16.203924 22.808529 ) ( 3992 -5840 0 15.582289 22.806585 ) ) +( ( 4336 -5752 -16 16.937477 22.436893 ) ( 4144 -5792 -8 16.195549 22.637775 ) ( 3992 -5792 -8 15.593727 22.624393 ) ) +( ( 4336 -5720 -8 16.929102 22.328642 ) ( 4152 -5768 -40 16.206989 22.518084 ) ( 3992 -5768 -40 15.585352 22.516142 ) ) +( ( 4336 -5680 -56 16.940542 22.177700 ) ( 4152 -5728 -48 16.229864 22.378580 ) ( 3992 -5728 -56 15.596792 22.365200 ) ) +( ( 4336 -5608 -48 16.932169 21.897572 ) ( 4152 -5664 -48 16.210052 22.133888 ) ( 3992 -5656 -48 15.588419 22.085072 ) ) +) + } + } +// brush 229 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3688 -5912 16 14.407349 23.101217 ) ( 3536 -5912 24 13.810234 23.103161 ) ( 3384 -5912 40 13.219849 23.101217 ) ) +( ( 3680 -5872 24 14.387535 22.950275 ) ( 3536 -5880 32 13.801861 22.963657 ) ( 3376 -5872 48 13.200035 22.950275 ) ) +( ( 3688 -5840 8 14.394789 22.806585 ) ( 3544 -5840 16 13.828924 22.808529 ) ( 3384 -5840 32 13.207289 22.806585 ) ) +( ( 3688 -5792 0 14.406227 22.624393 ) ( 3536 -5792 8 13.820549 22.637775 ) ( 3384 -5792 24 13.218727 22.624393 ) ) +( ( 3688 -5768 -32 14.397852 22.516142 ) ( 3544 -5768 -24 13.831989 22.518084 ) ( 3384 -5768 -8 13.210352 22.516142 ) ) +( ( 3688 -5728 -48 14.409292 22.365200 ) ( 3544 -5728 -32 13.854864 22.378580 ) ( 3384 -5728 -24 13.221792 22.365200 ) ) +( ( 3688 -5656 -40 14.400919 22.100697 ) ( 3544 -5680 -48 13.835052 22.196388 ) ( 3384 -5648 -40 13.213419 22.069447 ) ) +) + } + } +// brush 230 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3992 -5912 8 15.594849 23.101217 ) ( 3840 -5912 8 14.997734 23.103161 ) ( 3688 -5912 16 14.407349 23.101217 ) ) +( ( 3984 -5872 16 15.575035 22.950275 ) ( 3840 -5880 16 14.989361 22.963657 ) ( 3680 -5872 24 14.387535 22.950275 ) ) +( ( 3992 -5840 0 15.582289 22.806585 ) ( 3848 -5840 0 15.016424 22.808529 ) ( 3688 -5840 8 14.394789 22.806585 ) ) +( ( 3992 -5792 -8 15.593727 22.624393 ) ( 3840 -5792 -8 15.008049 22.637775 ) ( 3688 -5792 0 14.406227 22.624393 ) ) +( ( 3992 -5768 -40 15.585352 22.516142 ) ( 3848 -5768 -40 15.019489 22.518084 ) ( 3688 -5768 -32 14.397852 22.516142 ) ) +( ( 3992 -5728 -56 15.596792 22.365200 ) ( 3848 -5728 -48 15.042364 22.378580 ) ( 3688 -5728 -48 14.409292 22.365200 ) ) +( ( 3992 -5656 -48 15.588419 22.085072 ) ( 3848 -5664 -48 15.022552 22.133888 ) ( 3688 -5656 -40 14.400919 22.100697 ) ) +) + } + } +// brush 231 +{ +( 2544 1468 896 ) ( 2544 1452 896 ) ( 2768 1452 896 ) common/caulk 61 16 -90.00 1 1 0 65696 0 +surfaceparm detail +( 2576 1452 904 ) ( 2576 1468 904 ) ( 2576 1468 1088 ) common/caulk 60 -23 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2720 1444 1032 ) ( 2720 1460 1032 ) ( 2720 1460 904 ) common/caulk 60 -23 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2896 1468 1352 ) ( 2064 1468 1352 ) ( 2064 1468 904 ) common/caulk -44 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2768 1460 904 ) ( 2608 1460 904 ) ( 2688 1460 1064 ) central_europe_winter/floorsnowcovered 0 -88 0.00 1 1 0 67108864 0 +( 2664 1468 960 ) ( 2704 1468 960 ) ( 2684 1460 960 ) common/caulk -48 52 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 232 +{ +( 2564 1312 896 ) ( 2580 1312 896 ) ( 2580 1536 896 ) common/caulk -3 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2580 1344 904 ) ( 2564 1344 904 ) ( 2564 1344 1088 ) common/caulk -4 -23 0.00 1 1 0 65696 0 +surfaceparm detail +( 2588 1456 1032 ) ( 2572 1456 1032 ) ( 2572 1456 904 ) common/caulk -4 -23 0.00 1 1 0 65696 0 +surfaceparm detail +( 2564 1664 1352 ) ( 2564 832 1352 ) ( 2564 832 904 ) common/caulk -28 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2572 1536 904 ) ( 2572 1376 904 ) ( 2572 1456 1064 ) central_europe_winter/floorsnowcovered -48 -88 0.00 1 1 0 67108864 0 +( 2564 1432 960 ) ( 2564 1472 960 ) ( 2572 1452 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 233 +{ +( 5796 -5148 80 ) ( 5532 -5148 80 ) ( 5532 -5388 80 ) common/obscure_bush 44 36 0.00 1 1 671088640 2224 0 +( 5520 -5440 300 ) ( 5520 -5200 300 ) ( 5784 -5200 300 ) common/obscure_bush 44 36 0.00 1 1 671088640 2224 0 +( 5548 -5360 152 ) ( 5812 -5360 152 ) ( 5812 -5360 -56 ) common/obscure_bush 44 -24 0.00 1 1 671088640 2224 0 +( 5688 -5432 152 ) ( 5688 -5192 152 ) ( 5688 -5192 -56 ) common/obscure_bush -36 -24 0.00 1 1 671088640 2224 0 +( 5788 -5224 128 ) ( 5524 -5224 128 ) ( 5524 -5224 -80 ) common/obscure_bush 44 -24 0.00 1 1 671088640 2224 0 +( 5568 -5176 144 ) ( 5568 -5416 144 ) ( 5568 -5416 -64 ) common/obscure_bush -36 -24 0.00 1 1 671088640 2224 0 +} +// brush 234 +{ +( 4920 -5076 88 ) ( 4656 -5076 88 ) ( 4656 -5316 88 ) common/obscure_bush 24 -20 0.00 1 1 671088640 2224 0 +( 4644 -5368 408 ) ( 4644 -5128 408 ) ( 4908 -5128 408 ) common/obscure_bush 24 -20 0.00 1 1 671088640 2224 0 +( 4672 -5288 200 ) ( 4936 -5288 200 ) ( 4936 -5288 -8 ) common/obscure_bush 24 24 0.00 1 1 671088640 2224 0 +( 4812 -5360 200 ) ( 4812 -5120 200 ) ( 4812 -5120 -8 ) common/obscure_bush 20 24 0.00 1 1 671088640 2224 0 +( 4912 -5152 176 ) ( 4648 -5152 176 ) ( 4648 -5152 -32 ) common/obscure_bush 24 24 0.00 1 1 671088640 2224 0 +( 4692 -5104 192 ) ( 4692 -5344 192 ) ( 4692 -5344 -16 ) common/obscure_bush 20 24 0.00 1 1 671088640 2224 0 +} +// brush 235 +{ +( 5336 -5424 -20 ) ( 5072 -5424 -20 ) ( 5072 -5664 -20 ) common/obscure_bush 56 16 0.00 1 1 671088640 2224 0 +( 5060 -5712 276 ) ( 5060 -5472 276 ) ( 5324 -5472 276 ) common/obscure_bush 56 16 0.00 1 1 671088640 2224 0 +( 5088 -5636 92 ) ( 5352 -5636 92 ) ( 5352 -5636 -116 ) common/obscure_bush 56 -20 0.00 1 1 671088640 2224 0 +( 5228 -5708 92 ) ( 5228 -5468 92 ) ( 5228 -5468 -116 ) common/obscure_bush -16 -20 0.00 1 1 671088640 2224 0 +( 5328 -5500 68 ) ( 5064 -5500 68 ) ( 5064 -5500 -140 ) common/obscure_bush 56 -20 0.00 1 1 671088640 2224 0 +( 5108 -5452 84 ) ( 5108 -5692 84 ) ( 5108 -5692 -124 ) common/obscure_bush -16 -20 0.00 1 1 671088640 2224 0 +} +// brush 236 +{ +( 4920 -6228 -8 ) ( 4656 -6228 -8 ) ( 4656 -6468 -8 ) common/obscure_bush -40 44 0.00 1 1 671088640 2224 0 +( 4652 -6516 404 ) ( 4652 -6276 404 ) ( 4916 -6276 404 ) common/obscure_bush -40 44 0.00 1 1 671088640 2224 0 +( 4668 -6476 104 ) ( 4932 -6476 104 ) ( 4932 -6476 -104 ) common/obscure_bush -40 -8 0.00 1 1 671088640 2224 0 +( 4820 -6512 104 ) ( 4820 -6272 104 ) ( 4820 -6272 -104 ) common/obscure_bush -44 -8 0.00 1 1 671088640 2224 0 +( 4912 -6300 80 ) ( 4648 -6300 80 ) ( 4648 -6300 -128 ) common/obscure_bush -40 -8 0.00 1 1 671088640 2224 0 +( 4656 -6252 96 ) ( 4656 -6492 96 ) ( 4656 -6492 -112 ) common/obscure_bush -44 -8 0.00 1 1 671088640 2224 0 +} +// brush 237 +{ +( 4216 -5320 44 ) ( 3952 -5320 44 ) ( 3952 -5560 44 ) common/obscure_bush -40 -8 0.00 1 1 671088640 2224 0 +( 3948 -5608 360 ) ( 3948 -5368 360 ) ( 4212 -5368 360 ) common/obscure_bush -40 -8 0.00 1 1 671088640 2224 0 +( 3964 -5568 156 ) ( 4228 -5568 156 ) ( 4228 -5568 -52 ) common/obscure_bush -40 44 0.00 1 1 671088640 2224 0 +( 4116 -5604 156 ) ( 4116 -5364 156 ) ( 4116 -5364 -52 ) common/obscure_bush 8 44 0.00 1 1 671088640 2224 0 +( 4208 -5392 132 ) ( 3944 -5392 132 ) ( 3944 -5392 -76 ) common/obscure_bush -40 44 0.00 1 1 671088640 2224 0 +( 3952 -5344 148 ) ( 3952 -5584 148 ) ( 3952 -5584 -60 ) common/obscure_bush 8 44 0.00 1 1 671088640 2224 0 +} +// brush 238 +{ +( 3740 -6284 8 ) ( 3476 -6284 8 ) ( 3476 -6524 8 ) common/obscure_bush -12 -12 0.00 1 1 671088640 2224 0 +( 3472 -6572 324 ) ( 3472 -6332 324 ) ( 3736 -6332 324 ) common/obscure_bush -12 -12 0.00 1 1 671088640 2224 0 +( 3488 -6532 120 ) ( 3752 -6532 120 ) ( 3752 -6532 -88 ) common/obscure_bush -12 8 0.00 1 1 671088640 2224 0 +( 3640 -6568 120 ) ( 3640 -6328 120 ) ( 3640 -6328 -88 ) common/obscure_bush 12 8 0.00 1 1 671088640 2224 0 +( 3732 -6356 96 ) ( 3468 -6356 96 ) ( 3468 -6356 -112 ) common/obscure_bush -12 8 0.00 1 1 671088640 2224 0 +( 3476 -6308 112 ) ( 3476 -6548 112 ) ( 3476 -6548 -96 ) common/obscure_bush 12 8 0.00 1 1 671088640 2224 0 +} +// brush 239 +{ +( 3108 -5500 8 ) ( 2844 -5500 8 ) ( 2844 -5740 8 ) common/obscure_bush -20 4 0.00 1 1 671088640 2224 0 +( 2840 -5788 324 ) ( 2840 -5548 324 ) ( 3104 -5548 324 ) common/obscure_bush -20 4 0.00 1 1 671088640 2224 0 +( 2836 -5716 120 ) ( 3100 -5716 120 ) ( 3100 -5716 -88 ) common/obscure_bush -20 8 0.00 1 1 671088640 2224 0 +( 2980 -5756 120 ) ( 2980 -5516 120 ) ( 2980 -5516 -88 ) common/obscure_bush -4 8 0.00 1 1 671088640 2224 0 +( 3100 -5580 96 ) ( 2836 -5580 96 ) ( 2836 -5580 -112 ) common/obscure_bush -20 8 0.00 1 1 671088640 2224 0 +( 2852 -5524 112 ) ( 2852 -5764 112 ) ( 2852 -5764 -96 ) common/obscure_bush -4 8 0.00 1 1 671088640 2224 0 +} +// brush 240 +{ +( 2344 -5496 128 ) ( 2080 -5496 128 ) ( 2080 -5736 128 ) common/obscure_bush 40 8 0.00 1 1 671088640 2224 0 +( 2072 -5784 572 ) ( 2072 -5544 572 ) ( 2336 -5544 572 ) common/obscure_bush 40 8 0.00 1 1 671088640 2224 0 +( 2072 -5712 240 ) ( 2336 -5712 240 ) ( 2336 -5712 32 ) common/obscure_bush 40 0 0.00 1 1 671088640 2224 0 +( 2216 -5752 240 ) ( 2216 -5512 240 ) ( 2216 -5512 32 ) common/obscure_bush -8 0 0.00 1 1 671088640 2224 0 +( 2336 -5576 216 ) ( 2072 -5576 216 ) ( 2072 -5576 8 ) common/obscure_bush 40 0 0.00 1 1 671088640 2224 0 +( 2088 -5520 232 ) ( 2088 -5760 232 ) ( 2088 -5760 24 ) common/obscure_bush -8 0 0.00 1 1 671088640 2224 0 +} +// brush 241 +{ +( 5148 6221 1916 ) ( 4884 6221 1916 ) ( 4884 5981 1916 ) common/obscure_bush -20 13 0.00 1 1 671088640 2224 0 +( 4868 5933 2356 ) ( 4868 6173 2356 ) ( 5132 6173 2356 ) common/obscure_bush -20 13 0.00 1 1 671088640 2224 0 +( 4884 5989 2132 ) ( 5148 5989 2132 ) ( 5148 5989 1924 ) common/obscure_bush -20 36 0.00 1 1 671088640 2224 0 +( 5060 5965 2132 ) ( 5060 6205 2132 ) ( 5060 6205 1924 ) common/obscure_bush -13 36 0.00 1 1 671088640 2224 0 +( 5148 6197 2108 ) ( 4884 6197 2108 ) ( 4884 6197 1900 ) common/obscure_bush -20 36 0.00 1 1 671088640 2224 0 +( 4860 6197 2124 ) ( 4860 5957 2124 ) ( 4860 5957 1916 ) common/obscure_bush -13 36 0.00 1 1 671088640 2224 0 +} +// brush 242 +{ +( 3556 3917 1924 ) ( 3292 3917 1924 ) ( 3292 3677 1924 ) common/obscure_bush 36 13 0.00 1 1 671088640 2224 0 +( 3276 3629 2364 ) ( 3276 3869 2364 ) ( 3540 3869 2364 ) common/obscure_bush 36 13 0.00 1 1 671088640 2224 0 +( 3292 3685 2140 ) ( 3556 3685 2140 ) ( 3556 3685 1932 ) common/obscure_bush 36 44 0.00 1 1 671088640 2224 0 +( 3468 3661 2140 ) ( 3468 3901 2140 ) ( 3468 3901 1932 ) common/obscure_bush -13 44 0.00 1 1 671088640 2224 0 +( 3556 3893 2116 ) ( 3292 3893 2116 ) ( 3292 3893 1908 ) common/obscure_bush 36 44 0.00 1 1 671088640 2224 0 +( 3268 3893 2132 ) ( 3268 3653 2132 ) ( 3268 3653 1924 ) common/obscure_bush -13 44 0.00 1 1 671088640 2224 0 +} +// brush 243 +{ +( 4024 3928 1872 ) ( 4024 4136 1872 ) ( 4024 4136 2312 ) common/obscure_bush 3 -12 0.00 1 1 671088640 2224 0 +( 4032 4128 1872 ) ( 4232 4128 1872 ) ( 4232 4128 2312 ) common/obscure_bush -12 -12 0.00 1 1 671088640 2224 0 +( 4224 4136 1872 ) ( 4224 3928 1872 ) ( 4224 3928 2312 ) common/obscure_bush 3 -12 0.00 1 1 671088640 2224 0 +( 4224 3928 1872 ) ( 4024 3928 1872 ) ( 4024 3928 2312 ) common/obscure_bush -12 -12 0.00 1 1 671088640 2224 0 +( 4224 3928 2312 ) ( 4024 3928 2312 ) ( 4024 4136 2312 ) common/obscure_bush -12 -3 0.00 1 1 671088640 2224 0 +( 4024 3928 1872 ) ( 4224 3928 1872 ) ( 4224 4136 1872 ) common/obscure_bush -12 -3 0.00 1 1 671088640 2224 0 +} +// brush 244 +{ +( 4268 4845 1868 ) ( 4004 4845 1868 ) ( 4004 4605 1868 ) common/obscure_bush -36 -19 0.00 1 1 671088640 2224 0 +( 3988 4557 2308 ) ( 3988 4797 2308 ) ( 4252 4797 2308 ) common/obscure_bush -36 -19 0.00 1 1 671088640 2224 0 +( 4004 4613 2084 ) ( 4268 4613 2084 ) ( 4268 4613 1876 ) common/obscure_bush -36 -12 0.00 1 1 671088640 2224 0 +( 4180 4589 2084 ) ( 4180 4829 2084 ) ( 4180 4829 1876 ) common/obscure_bush 19 -12 0.00 1 1 671088640 2224 0 +( 4268 4821 2060 ) ( 4004 4821 2060 ) ( 4004 4821 1852 ) common/obscure_bush -36 -12 0.00 1 1 671088640 2224 0 +( 3980 4821 2076 ) ( 3980 4581 2076 ) ( 3980 4581 1868 ) common/obscure_bush 19 -12 0.00 1 1 671088640 2224 0 +} +// brush 245 +{ +( 4140 5133 2020 ) ( 3876 5133 2020 ) ( 3876 4893 2020 ) common/obscure_bush 28 13 0.00 1 1 671088640 2224 0 +( 3860 4845 2460 ) ( 3860 5085 2460 ) ( 4124 5085 2460 ) common/obscure_bush 28 13 0.00 1 1 671088640 2224 0 +( 3876 4901 2236 ) ( 4140 4901 2236 ) ( 4140 4901 2028 ) common/obscure_bush 28 -52 0.00 1 1 671088640 2224 0 +( 4052 4877 2236 ) ( 4052 5117 2236 ) ( 4052 5117 2028 ) common/obscure_bush -13 -52 0.00 1 1 671088640 2224 0 +( 4140 5109 2212 ) ( 3876 5109 2212 ) ( 3876 5109 2004 ) common/obscure_bush 28 -52 0.00 1 1 671088640 2224 0 +( 3852 5109 2228 ) ( 3852 4869 2228 ) ( 3852 4869 2020 ) common/obscure_bush -13 -52 0.00 1 1 671088640 2224 0 +} +// brush 246 +{ +( 3020 5317 2028 ) ( 2756 5317 2028 ) ( 2756 5077 2028 ) common/obscure_bush -4 -59 0.00 1 1 671088640 2224 0 +( 2732 5029 2532 ) ( 2732 5269 2532 ) ( 2996 5269 2532 ) common/obscure_bush -4 -59 0.00 1 1 671088640 2224 0 +( 2756 5085 2244 ) ( 3020 5085 2244 ) ( 3020 5085 2036 ) common/obscure_bush -4 -44 0.00 1 1 671088640 2224 0 +( 2932 5061 2244 ) ( 2932 5301 2244 ) ( 2932 5301 2036 ) common/obscure_bush 59 -44 0.00 1 1 671088640 2224 0 +( 3020 5293 2220 ) ( 2756 5293 2220 ) ( 2756 5293 2012 ) common/obscure_bush -4 -44 0.00 1 1 671088640 2224 0 +( 2732 5293 2236 ) ( 2732 5053 2236 ) ( 2732 5053 2028 ) common/obscure_bush 59 -44 0.00 1 1 671088640 2224 0 +} +// brush 247 +{ +( 2700 5565 2164 ) ( 2436 5565 2164 ) ( 2436 5325 2164 ) common/obscure_bush -4 -3 0.00 1 1 671088640 2224 0 +( 2412 5277 2588 ) ( 2412 5517 2588 ) ( 2676 5517 2588 ) common/obscure_bush -4 -3 0.00 1 1 671088640 2224 0 +( 2436 5333 2380 ) ( 2700 5333 2380 ) ( 2700 5333 2172 ) common/obscure_bush -4 -36 0.00 1 1 671088640 2224 0 +( 2612 5309 2380 ) ( 2612 5549 2380 ) ( 2612 5549 2172 ) common/obscure_bush 3 -36 0.00 1 1 671088640 2224 0 +( 2700 5541 2356 ) ( 2436 5541 2356 ) ( 2436 5541 2148 ) common/obscure_bush -4 -36 0.00 1 1 671088640 2224 0 +( 2412 5541 2372 ) ( 2412 5301 2372 ) ( 2412 5301 2164 ) common/obscure_bush 3 -36 0.00 1 1 671088640 2224 0 +} +// brush 248 +{ +( 2492 6141 2212 ) ( 2228 6141 2212 ) ( 2228 5901 2212 ) common/obscure_bush 12 61 0.00 1 1 671088640 2224 0 +( 2204 5853 2636 ) ( 2204 6093 2636 ) ( 2468 6093 2636 ) common/obscure_bush 12 61 0.00 1 1 671088640 2224 0 +( 2228 5909 2428 ) ( 2492 5909 2428 ) ( 2492 5909 2220 ) common/obscure_bush 12 12 0.00 1 1 671088640 2224 0 +( 2404 5885 2428 ) ( 2404 6125 2428 ) ( 2404 6125 2220 ) common/obscure_bush -61 12 0.00 1 1 671088640 2224 0 +( 2492 6117 2404 ) ( 2228 6117 2404 ) ( 2228 6117 2196 ) common/obscure_bush 12 12 0.00 1 1 671088640 2224 0 +( 2204 6117 2420 ) ( 2204 5877 2420 ) ( 2204 5877 2212 ) common/obscure_bush -61 12 0.00 1 1 671088640 2224 0 +} +// brush 249 +{ +( 2340 4349 2020 ) ( 2076 4349 2020 ) ( 2076 4109 2020 ) common/obscure_bush -28 -3 0.00 1 1 671088640 2224 0 +( 2052 4061 2476 ) ( 2052 4301 2476 ) ( 2316 4301 2476 ) common/obscure_bush -28 -3 0.00 1 1 671088640 2224 0 +( 2076 4117 2268 ) ( 2340 4117 2268 ) ( 2340 4117 2060 ) common/obscure_bush -28 44 0.00 1 1 671088640 2224 0 +( 2252 4093 2268 ) ( 2252 4333 2268 ) ( 2252 4333 2060 ) common/obscure_bush 3 44 0.00 1 1 671088640 2224 0 +( 2340 4325 2244 ) ( 2076 4325 2244 ) ( 2076 4325 2036 ) common/obscure_bush -28 44 0.00 1 1 671088640 2224 0 +( 2052 4325 2260 ) ( 2052 4085 2260 ) ( 2052 4085 2052 ) common/obscure_bush 3 44 0.00 1 1 671088640 2224 0 +} +// brush 250 +{ +( 1668 5637 1860 ) ( 1404 5637 1860 ) ( 1404 5397 1860 ) common/obscure_bush 4 5 0.00 1 1 671088640 2224 0 +( 1380 5349 2284 ) ( 1380 5589 2284 ) ( 1644 5589 2284 ) common/obscure_bush 4 5 0.00 1 1 671088640 2224 0 +( 1404 5405 2076 ) ( 1668 5405 2076 ) ( 1668 5405 1868 ) common/obscure_bush 4 44 0.00 1 1 671088640 2224 0 +( 1580 5381 2076 ) ( 1580 5621 2076 ) ( 1580 5621 1868 ) common/obscure_bush -5 44 0.00 1 1 671088640 2224 0 +( 1668 5613 2052 ) ( 1404 5613 2052 ) ( 1404 5613 1844 ) common/obscure_bush 4 44 0.00 1 1 671088640 2224 0 +( 1380 5613 2068 ) ( 1380 5373 2068 ) ( 1380 5373 1860 ) common/obscure_bush -5 44 0.00 1 1 671088640 2224 0 +} +// brush 251 +{ +( 932 4269 1828 ) ( 668 4269 1828 ) ( 668 4029 1828 ) common/obscure_bush -28 45 0.00 1 1 671088640 2224 0 +( 644 3981 2252 ) ( 644 4221 2252 ) ( 908 4221 2252 ) common/obscure_bush -28 45 0.00 1 1 671088640 2224 0 +( 668 4037 2044 ) ( 932 4037 2044 ) ( 932 4037 1836 ) common/obscure_bush -28 12 0.00 1 1 671088640 2224 0 +( 844 4013 2044 ) ( 844 4253 2044 ) ( 844 4253 1836 ) common/obscure_bush -45 12 0.00 1 1 671088640 2224 0 +( 932 4245 2020 ) ( 668 4245 2020 ) ( 668 4245 1812 ) common/obscure_bush -28 12 0.00 1 1 671088640 2224 0 +( 644 4245 2036 ) ( 644 4005 2036 ) ( 644 4005 1828 ) common/obscure_bush -45 12 0.00 1 1 671088640 2224 0 +} +// brush 252 +{ +( 756 6229 1772 ) ( 492 6229 1772 ) ( 492 5989 1772 ) common/obscure_bush 20 21 0.00 1 1 671088640 2224 0 +( 468 5941 2196 ) ( 468 6181 2196 ) ( 732 6181 2196 ) common/obscure_bush 20 21 0.00 1 1 671088640 2224 0 +( 492 5997 1988 ) ( 756 5997 1988 ) ( 756 5997 1780 ) common/obscure_bush 20 20 0.00 1 1 671088640 2224 0 +( 668 5973 1988 ) ( 668 6213 1988 ) ( 668 6213 1780 ) common/obscure_bush -21 20 0.00 1 1 671088640 2224 0 +( 756 6205 1964 ) ( 492 6205 1964 ) ( 492 6205 1756 ) common/obscure_bush 20 20 0.00 1 1 671088640 2224 0 +( 468 6205 1980 ) ( 468 5965 1980 ) ( 468 5965 1772 ) common/obscure_bush -21 20 0.00 1 1 671088640 2224 0 +} +// brush 253 +{ +( 36 6509 1772 ) ( -228 6509 1772 ) ( -228 6269 1772 ) common/obscure_bush -28 45 0.00 1 1 671088640 2224 0 +( -252 6221 2196 ) ( -252 6461 2196 ) ( 12 6461 2196 ) common/obscure_bush -28 45 0.00 1 1 671088640 2224 0 +( -228 6277 1988 ) ( 36 6277 1988 ) ( 36 6277 1780 ) common/obscure_bush -28 20 0.00 1 1 671088640 2224 0 +( -52 6253 1988 ) ( -52 6493 1988 ) ( -52 6493 1780 ) common/obscure_bush -45 20 0.00 1 1 671088640 2224 0 +( 36 6485 1964 ) ( -228 6485 1964 ) ( -228 6485 1756 ) common/obscure_bush -28 20 0.00 1 1 671088640 2224 0 +( -252 6485 1980 ) ( -252 6245 1980 ) ( -252 6245 1772 ) common/obscure_bush -45 20 0.00 1 1 671088640 2224 0 +} +// brush 254 +{ +( -1180 3989 1780 ) ( -1444 3989 1780 ) ( -1444 3749 1780 ) common/obscure_bush -28 -43 0.00 1 1 671088640 2224 0 +( -1468 3701 2156 ) ( -1468 3941 2156 ) ( -1204 3941 2156 ) common/obscure_bush -28 -43 0.00 1 1 671088640 2224 0 +( -1444 3757 1996 ) ( -1180 3757 1996 ) ( -1180 3757 1788 ) common/obscure_bush -28 28 0.00 1 1 671088640 2224 0 +( -1268 3733 1996 ) ( -1268 3973 1996 ) ( -1268 3973 1788 ) common/obscure_bush 43 28 0.00 1 1 671088640 2224 0 +( -1180 3965 1972 ) ( -1444 3965 1972 ) ( -1444 3965 1764 ) common/obscure_bush -28 28 0.00 1 1 671088640 2224 0 +( -1468 3965 1988 ) ( -1468 3725 1988 ) ( -1468 3725 1780 ) common/obscure_bush 43 28 0.00 1 1 671088640 2224 0 +} +// brush 255 +{ +( -1636 4957 1780 ) ( -1900 4957 1780 ) ( -1900 4717 1780 ) common/obscure_bush 44 -35 0.00 1 1 671088640 2224 0 +( -1924 4669 2204 ) ( -1924 4909 2204 ) ( -1660 4909 2204 ) common/obscure_bush 44 -35 0.00 1 1 671088640 2224 0 +( -1900 4725 1996 ) ( -1636 4725 1996 ) ( -1636 4725 1788 ) common/obscure_bush 44 28 0.00 1 1 671088640 2224 0 +( -1724 4701 1996 ) ( -1724 4941 1996 ) ( -1724 4941 1788 ) common/obscure_bush 35 28 0.00 1 1 671088640 2224 0 +( -1636 4933 1972 ) ( -1900 4933 1972 ) ( -1900 4933 1764 ) common/obscure_bush 44 28 0.00 1 1 671088640 2224 0 +( -1924 4933 1988 ) ( -1924 4693 1988 ) ( -1924 4693 1780 ) common/obscure_bush 35 28 0.00 1 1 671088640 2224 0 +} +// brush 256 +{ +( -1140 5605 1692 ) ( -1404 5605 1692 ) ( -1404 5365 1692 ) common/obscure_bush -4 37 0.00 1 1 671088640 2224 0 +( -1428 5317 2116 ) ( -1428 5557 2116 ) ( -1164 5557 2116 ) common/obscure_bush -4 37 0.00 1 1 671088640 2224 0 +( -1404 5373 1908 ) ( -1140 5373 1908 ) ( -1140 5373 1700 ) common/obscure_bush -4 4 0.00 1 1 671088640 2224 0 +( -1228 5349 1908 ) ( -1228 5589 1908 ) ( -1228 5589 1700 ) common/obscure_bush -37 4 0.00 1 1 671088640 2224 0 +( -1140 5581 1884 ) ( -1404 5581 1884 ) ( -1404 5581 1676 ) common/obscure_bush -4 4 0.00 1 1 671088640 2224 0 +( -1428 5581 1900 ) ( -1428 5341 1900 ) ( -1428 5341 1692 ) common/obscure_bush -37 4 0.00 1 1 671088640 2224 0 +} +// brush 257 +{ +( -2108 6581 1676 ) ( -2372 6581 1676 ) ( -2372 6341 1676 ) common/obscure_bush 4 53 0.00 1 1 671088640 2224 0 +( -2396 6293 2100 ) ( -2396 6533 2100 ) ( -2132 6533 2100 ) common/obscure_bush 4 53 0.00 1 1 671088640 2224 0 +( -2372 6349 1892 ) ( -2108 6349 1892 ) ( -2108 6349 1684 ) common/obscure_bush 4 52 0.00 1 1 671088640 2224 0 +( -2196 6325 1892 ) ( -2196 6565 1892 ) ( -2196 6565 1684 ) common/obscure_bush -53 52 0.00 1 1 671088640 2224 0 +( -2108 6541 1868 ) ( -2372 6541 1868 ) ( -2372 6541 1660 ) common/obscure_bush 4 52 0.00 1 1 671088640 2224 0 +( -2396 6557 1884 ) ( -2396 6317 1884 ) ( -2396 6317 1676 ) common/obscure_bush -53 52 0.00 1 1 671088640 2224 0 +} +// brush 258 +{ +( -3844 6317 1540 ) ( -4108 6317 1540 ) ( -4108 6077 1540 ) common/obscure_bush -52 45 0.00 1 1 671088640 2224 0 +( -4132 6029 1964 ) ( -4132 6269 1964 ) ( -3868 6269 1964 ) common/obscure_bush -52 45 0.00 1 1 671088640 2224 0 +( -4108 6093 1756 ) ( -3844 6093 1756 ) ( -3844 6093 1548 ) common/obscure_bush -52 44 0.00 1 1 671088640 2224 0 +( -3932 6061 1756 ) ( -3932 6301 1756 ) ( -3932 6301 1548 ) common/obscure_bush -45 44 0.00 1 1 671088640 2224 0 +( -3844 6277 1732 ) ( -4108 6277 1732 ) ( -4108 6277 1524 ) common/obscure_bush -52 44 0.00 1 1 671088640 2224 0 +( -4132 6293 1748 ) ( -4132 6053 1748 ) ( -4132 6053 1540 ) common/obscure_bush -45 44 0.00 1 1 671088640 2224 0 +} +// brush 259 +{ +( -4704 3496 1536 ) ( -4968 3496 1536 ) ( -4968 3256 1536 ) common/obscure_bush -24 40 0.00 1 1 671088640 2224 0 +( -4992 3208 1976 ) ( -4992 3448 1976 ) ( -4728 3448 1976 ) common/obscure_bush -24 40 0.00 1 1 671088640 2224 0 +( -4968 3256 1752 ) ( -4704 3256 1752 ) ( -4704 3256 1544 ) common/obscure_bush -24 -24 0.00 1 1 671088640 2224 0 +( -4776 3240 1752 ) ( -4776 3480 1752 ) ( -4776 3480 1544 ) common/obscure_bush -40 -24 0.00 1 1 671088640 2224 0 +( -4704 3480 1728 ) ( -4968 3480 1728 ) ( -4968 3480 1520 ) common/obscure_bush -24 -24 0.00 1 1 671088640 2224 0 +( -4984 3472 1744 ) ( -4984 3232 1744 ) ( -4984 3232 1536 ) common/obscure_bush -40 -24 0.00 1 1 671088640 2224 0 +} +// brush 260 +{ +( -4996 5341 1444 ) ( -5260 5341 1444 ) ( -5260 5101 1444 ) common/obscure_bush 12 29 0.00 1 1 671088640 2224 0 +( -5284 5053 1868 ) ( -5284 5293 1868 ) ( -5020 5293 1868 ) common/obscure_bush 12 29 0.00 1 1 671088640 2224 0 +( -5260 5117 1660 ) ( -4996 5117 1660 ) ( -4996 5117 1452 ) common/obscure_bush 12 -52 0.00 1 1 671088640 2224 0 +( -5084 5085 1660 ) ( -5084 5325 1660 ) ( -5084 5325 1452 ) common/obscure_bush -29 -52 0.00 1 1 671088640 2224 0 +( -4996 5301 1636 ) ( -5260 5301 1636 ) ( -5260 5301 1428 ) common/obscure_bush 12 -52 0.00 1 1 671088640 2224 0 +( -5284 5317 1652 ) ( -5284 5077 1652 ) ( -5284 5077 1444 ) common/obscure_bush -29 -52 0.00 1 1 671088640 2224 0 +} +// brush 261 +{ +( -6444 4349 1580 ) ( -6708 4349 1580 ) ( -6708 4109 1580 ) common/obscure_bush -12 61 0.00 1 1 671088640 2224 0 +( -6732 4061 2004 ) ( -6732 4301 2004 ) ( -6468 4301 2004 ) common/obscure_bush -12 61 0.00 1 1 671088640 2224 0 +( -6708 4125 1796 ) ( -6444 4125 1796 ) ( -6444 4125 1588 ) common/obscure_bush -12 20 0.00 1 1 671088640 2224 0 +( -6532 4093 1796 ) ( -6532 4333 1796 ) ( -6532 4333 1588 ) common/obscure_bush -61 20 0.00 1 1 671088640 2224 0 +( -6444 4309 1772 ) ( -6708 4309 1772 ) ( -6708 4309 1564 ) common/obscure_bush -12 20 0.00 1 1 671088640 2224 0 +( -6732 4325 1788 ) ( -6732 4085 1788 ) ( -6732 4085 1580 ) common/obscure_bush -61 20 0.00 1 1 671088640 2224 0 +} +// brush 262 +{ +( -5892 4269 1476 ) ( -6156 4269 1476 ) ( -6156 4029 1476 ) common/obscure_bush -52 -19 0.00 1 1 671088640 2224 0 +( -6180 3981 1900 ) ( -6180 4221 1900 ) ( -5916 4221 1900 ) common/obscure_bush -52 -19 0.00 1 1 671088640 2224 0 +( -6156 4045 1692 ) ( -5892 4045 1692 ) ( -5892 4045 1484 ) common/obscure_bush -52 -20 0.00 1 1 671088640 2224 0 +( -5980 4013 1692 ) ( -5980 4253 1692 ) ( -5980 4253 1484 ) common/obscure_bush 19 -20 0.00 1 1 671088640 2224 0 +( -5892 4229 1668 ) ( -6156 4229 1668 ) ( -6156 4229 1460 ) common/obscure_bush -52 -20 0.00 1 1 671088640 2224 0 +( -6180 4245 1684 ) ( -6180 4005 1684 ) ( -6180 4005 1476 ) common/obscure_bush 19 -20 0.00 1 1 671088640 2224 0 +} +// brush 263 +{ +( -6976 1746 1360 ) ( -7240 1746 1360 ) ( -7240 1506 1360 ) common/obscure_bush 8 18 0.00 1 1 671088640 2224 0 +( -7264 1458 1784 ) ( -7264 1698 1784 ) ( -7000 1698 1784 ) common/obscure_bush 8 18 0.00 1 1 671088640 2224 0 +( -7240 1506 1576 ) ( -6976 1506 1576 ) ( -6976 1506 1368 ) common/obscure_bush 8 -8 0.00 1 1 671088640 2224 0 +( -7064 1490 1576 ) ( -7064 1730 1576 ) ( -7064 1730 1368 ) common/obscure_bush -18 -8 0.00 1 1 671088640 2224 0 +( -6976 1682 1552 ) ( -7240 1682 1552 ) ( -7240 1682 1344 ) common/obscure_bush 8 -8 0.00 1 1 671088640 2224 0 +( -7240 1722 1568 ) ( -7240 1482 1568 ) ( -7240 1482 1360 ) common/obscure_bush -18 -8 0.00 1 1 671088640 2224 0 +} +// brush 264 +{ +( -4904 1722 1216 ) ( -5168 1722 1216 ) ( -5168 1482 1216 ) common/obscure_bush 48 -6 0.00 1 1 671088640 2224 0 +( -5192 1434 1624 ) ( -5192 1674 1624 ) ( -4928 1674 1624 ) common/obscure_bush 48 -6 0.00 1 1 671088640 2224 0 +( -5168 1482 1432 ) ( -4904 1482 1432 ) ( -4904 1482 1224 ) common/obscure_bush 48 40 0.00 1 1 671088640 2224 0 +( -4992 1466 1432 ) ( -4992 1706 1432 ) ( -4992 1706 1224 ) common/obscure_bush 6 40 0.00 1 1 671088640 2224 0 +( -4904 1658 1408 ) ( -5168 1658 1408 ) ( -5168 1658 1200 ) common/obscure_bush 48 40 0.00 1 1 671088640 2224 0 +( -5168 1698 1424 ) ( -5168 1458 1424 ) ( -5168 1458 1216 ) common/obscure_bush 6 40 0.00 1 1 671088640 2224 0 +} +// brush 265 +{ +( -1744 1240 1216 ) ( -2008 1240 1216 ) ( -2008 1000 1216 ) common/obscure_bush -40 24 0.00 1 1 671088640 2224 0 +( -2032 952 1640 ) ( -2032 1192 1640 ) ( -1768 1192 1640 ) common/obscure_bush -40 24 0.00 1 1 671088640 2224 0 +( -2008 1032 1432 ) ( -1744 1032 1432 ) ( -1744 1032 1224 ) common/obscure_bush -40 -24 0.00 1 1 671088640 2224 0 +( -1816 984 1432 ) ( -1816 1224 1432 ) ( -1816 1224 1224 ) common/obscure_bush -24 -24 0.00 1 1 671088640 2224 0 +( -1744 1208 1408 ) ( -2008 1208 1408 ) ( -2008 1208 1200 ) common/obscure_bush -40 -24 0.00 1 1 671088640 2224 0 +( -2008 1216 1424 ) ( -2008 976 1424 ) ( -2008 976 1216 ) common/obscure_bush -24 -24 0.00 1 1 671088640 2224 0 +} +// brush 266 +{ +( -3272 192 1248 ) ( -3536 192 1248 ) ( -3536 -48 1248 ) common/obscure_bush 16 0 0.00 1 1 671088640 2224 0 +( -3560 -96 1672 ) ( -3560 144 1672 ) ( -3296 144 1672 ) common/obscure_bush 16 0 0.00 1 1 671088640 2224 0 +( -3536 -16 1464 ) ( -3272 -16 1464 ) ( -3272 -16 1256 ) common/obscure_bush 16 8 0.00 1 1 671088640 2224 0 +( -3344 -64 1464 ) ( -3344 176 1464 ) ( -3344 176 1256 ) common/obscure_bush 0 8 0.00 1 1 671088640 2224 0 +( -3272 160 1440 ) ( -3536 160 1440 ) ( -3536 160 1232 ) common/obscure_bush 16 8 0.00 1 1 671088640 2224 0 +( -3536 168 1456 ) ( -3536 -72 1456 ) ( -3536 -72 1248 ) common/obscure_bush 0 8 0.00 1 1 671088640 2224 0 +} +// brush 267 +{ +( -2984 1920 1384 ) ( -3248 1920 1384 ) ( -3248 1680 1384 ) common/obscure_bush -16 0 0.00 1 1 671088640 2224 0 +( -3272 1632 1848 ) ( -3272 1872 1848 ) ( -3008 1872 1848 ) common/obscure_bush -16 0 0.00 1 1 671088640 2224 0 +( -3248 1704 1600 ) ( -2984 1704 1600 ) ( -2984 1704 1392 ) common/obscure_bush -16 16 0.00 1 1 671088640 2224 0 +( -3056 1664 1600 ) ( -3056 1904 1600 ) ( -3056 1904 1392 ) common/obscure_bush 0 16 0.00 1 1 671088640 2224 0 +( -2984 1888 1576 ) ( -3248 1888 1576 ) ( -3248 1888 1368 ) common/obscure_bush -16 16 0.00 1 1 671088640 2224 0 +( -3248 1896 1592 ) ( -3248 1656 1592 ) ( -3248 1656 1384 ) common/obscure_bush 0 16 0.00 1 1 671088640 2224 0 +} +// brush 268 +{ +( -3336 1288 1264 ) ( -3600 1288 1264 ) ( -3600 1048 1264 ) common/obscure_bush 16 8 0.00 1 1 671088640 2224 0 +( -3624 1000 1648 ) ( -3624 1240 1648 ) ( -3360 1240 1648 ) common/obscure_bush 16 8 0.00 1 1 671088640 2224 0 +( -3600 1080 1480 ) ( -3336 1080 1480 ) ( -3336 1080 1272 ) common/obscure_bush 16 24 0.00 1 1 671088640 2224 0 +( -3408 1032 1480 ) ( -3408 1272 1480 ) ( -3408 1272 1272 ) common/obscure_bush -8 24 0.00 1 1 671088640 2224 0 +( -3336 1256 1456 ) ( -3600 1256 1456 ) ( -3600 1256 1248 ) common/obscure_bush 16 24 0.00 1 1 671088640 2224 0 +( -3600 1264 1472 ) ( -3600 1024 1472 ) ( -3600 1024 1264 ) common/obscure_bush -8 24 0.00 1 1 671088640 2224 0 +} +// brush 269 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5408 -6088 8 0 0 ) ( 5256 -6096 8 -1 0 ) ( 5080 -6088 8 -2 0 ) ) +( ( 5408 -5936 0 0 1 ) ( 5248 -5944 0 -1 1 ) ( 5080 -5936 0 -2 1 ) ) +( ( 5400 -5784 8 0 2 ) ( 5224 -5784 8 -1 2 ) ( 5072 -5784 8 -2 2 ) ) +) + } + } +// brush 270 +{ +( -3076 -949 1 ) ( -3076 -949 1928 ) ( -2254 -949 1928 ) common/obscure_bush 4 28 0.00 1 1 671088640 2224 0 +( -2719 -1323 1 ) ( -2719 -1323 1928 ) ( -2719 -2145 1928 ) common/obscure_bush 63 28 0.00 1 1 671088640 2224 0 +( -1915 -690 1 ) ( -1915 -690 1928 ) ( -2737 -690 1928 ) common/obscure_bush 4 28 0.00 1 1 671088640 2224 0 +( -2493 -203 1 ) ( -2493 -203 1928 ) ( -2493 619 1928 ) common/obscure_bush 63 28 0.00 1 1 671088640 2224 0 +( -3581.636475 -1380.291016 1119 ) ( -1963 -1380.291016 1119 ) ( -1963 263.291260 1119 ) common/obscure_bush 4 -63 0.00 1 1 671088640 2224 0 +( -1881 105.291260 1558 ) ( -1881 -1538.291016 1558 ) ( -3499.636475 -1538.291016 1558 ) common/obscure_bush 4 -63 0.00 1 1 671088640 2224 0 +} +// brush 271 +{ +( -1804 3 -47 ) ( -1804 3 1880 ) ( -982 3 1880 ) common/obscure_bush 12 44 0.00 1 1 671088640 2224 0 +( -1447 -371 -47 ) ( -1447 -371 1880 ) ( -1447 -1193 1880 ) common/obscure_bush 7 44 0.00 1 1 671088640 2224 0 +( -643 262 -47 ) ( -643 262 1880 ) ( -1465 262 1880 ) common/obscure_bush 12 44 0.00 1 1 671088640 2224 0 +( -1221 749 -47 ) ( -1221 749 1880 ) ( -1221 1571 1880 ) common/obscure_bush 7 44 0.00 1 1 671088640 2224 0 +( -2309.636475 -428.291016 1071 ) ( -691 -428.291016 1071 ) ( -691 1215.291260 1071 ) common/obscure_bush 12 -7 0.00 1 1 671088640 2224 0 +( -609 1057.291260 1526 ) ( -609 -586.291016 1526 ) ( -2227.636475 -586.291016 1526 ) common/obscure_bush 12 -7 0.00 1 1 671088640 2224 0 +} +// brush 272 +{ +( -1372 83 -47 ) ( -1372 83 1880 ) ( -550 83 1880 ) common/obscure_bush 28 44 0.00 1 1 671088640 2224 0 +( -1015 -291 -47 ) ( -1015 -291 1880 ) ( -1015 -1113 1880 ) common/obscure_bush -9 44 0.00 1 1 671088640 2224 0 +( -211 342 -47 ) ( -211 342 1880 ) ( -1033 342 1880 ) common/obscure_bush 28 44 0.00 1 1 671088640 2224 0 +( -789 829 -47 ) ( -789 829 1880 ) ( -789 1651 1880 ) common/obscure_bush -9 44 0.00 1 1 671088640 2224 0 +( -1869.636475 -348.291016 1111 ) ( -251 -348.291016 1111 ) ( -251 1295.291260 1111 ) common/obscure_bush 28 9 0.00 1 1 671088640 2224 0 +( -177 1137.291260 1526 ) ( -177 -506.291016 1526 ) ( -1795.636475 -506.291016 1526 ) common/obscure_bush 28 9 0.00 1 1 671088640 2224 0 +} +// brush 273 +{ +( -876 -317 -143 ) ( -876 -317 1784 ) ( -54 -317 1784 ) common/obscure_bush 44 12 0.00 1 1 671088640 2224 0 +( -519 -691 -143 ) ( -519 -691 1784 ) ( -519 -1513 1784 ) common/obscure_bush -57 12 0.00 1 1 671088640 2224 0 +( 285 -58 -143 ) ( 285 -58 1784 ) ( -537 -58 1784 ) common/obscure_bush 44 12 0.00 1 1 671088640 2224 0 +( -293 429 -143 ) ( -293 429 1784 ) ( -293 1251 1784 ) common/obscure_bush -57 12 0.00 1 1 671088640 2224 0 +( -1373.636475 -748.291016 1015 ) ( 245 -748.291016 1015 ) ( 245 895.291199 1015 ) common/obscure_bush 44 57 0.00 1 1 671088640 2224 0 +( 319 737.291199 1430 ) ( 319 -906.291016 1430 ) ( -1299.636475 -906.291016 1430 ) common/obscure_bush 44 57 0.00 1 1 671088640 2224 0 +} +// brush 274 +{ +( 2189 305 865 ) ( 1925 305 865 ) ( 1925 65 865 ) common/obscure_bush 3 -7 0.00 1 1 671088640 2224 0 +( 1922 17 1179 ) ( 1922 257 1179 ) ( 2186 257 1179 ) common/obscure_bush 3 -7 0.00 1 1 671088640 2224 0 +( 1937 91 1013 ) ( 2201 91 1013 ) ( 2201 91 805 ) common/obscure_bush 3 -63 0.00 1 1 671088640 2224 0 +( 2095 65 1009 ) ( 2095 305 1009 ) ( 2095 305 801 ) common/obscure_bush 7 -63 0.00 1 1 671088640 2224 0 +( 2177 233 975 ) ( 1913 233 975 ) ( 1913 233 767 ) common/obscure_bush 3 -63 0.00 1 1 671088640 2224 0 +( 1948 285 1001 ) ( 1948 45 1001 ) ( 1948 45 793 ) common/obscure_bush 7 -63 0.00 1 1 671088640 2224 0 +} +// brush 275 +{ +( 2597 257 913 ) ( 2333 257 913 ) ( 2333 17 913 ) common/obscure_bush -21 9 0.00 1 1 671088640 2224 0 +( 2330 -31 1227 ) ( 2330 209 1227 ) ( 2594 209 1227 ) common/obscure_bush -21 9 0.00 1 1 671088640 2224 0 +( 2345 43 1061 ) ( 2609 43 1061 ) ( 2609 43 853 ) common/obscure_bush -21 -15 0.00 1 1 671088640 2224 0 +( 2503 17 1057 ) ( 2503 257 1057 ) ( 2503 257 849 ) common/obscure_bush -9 -15 0.00 1 1 671088640 2224 0 +( 2585 185 1023 ) ( 2321 185 1023 ) ( 2321 185 815 ) common/obscure_bush -21 -15 0.00 1 1 671088640 2224 0 +( 2356 237 1049 ) ( 2356 -3 1049 ) ( 2356 -3 841 ) common/obscure_bush -9 -15 0.00 1 1 671088640 2224 0 +} +// brush 276 +{ +( 3917 -343 721 ) ( 3653 -343 721 ) ( 3653 -583 721 ) common/obscure_bush 3 49 0.00 1 1 671088640 2224 0 +( 3650 -631 1035 ) ( 3650 -391 1035 ) ( 3914 -391 1035 ) common/obscure_bush 3 49 0.00 1 1 671088640 2224 0 +( 3665 -557 869 ) ( 3929 -557 869 ) ( 3929 -557 661 ) common/obscure_bush 3 49 0.00 1 1 671088640 2224 0 +( 3823 -583 865 ) ( 3823 -343 865 ) ( 3823 -343 657 ) common/obscure_bush -49 49 0.00 1 1 671088640 2224 0 +( 3905 -415 831 ) ( 3641 -415 831 ) ( 3641 -415 623 ) common/obscure_bush 3 49 0.00 1 1 671088640 2224 0 +( 3676 -363 857 ) ( 3676 -603 857 ) ( 3676 -603 649 ) common/obscure_bush -49 49 0.00 1 1 671088640 2224 0 +} +// brush 277 +{ +( 4045 -567 689 ) ( 3781 -567 689 ) ( 3781 -807 689 ) common/obscure_bush 3 17 0.00 1 1 671088640 2224 0 +( 3778 -855 1003 ) ( 3778 -615 1003 ) ( 4042 -615 1003 ) common/obscure_bush 3 17 0.00 1 1 671088640 2224 0 +( 3793 -781 837 ) ( 4057 -781 837 ) ( 4057 -781 629 ) common/obscure_bush 3 17 0.00 1 1 671088640 2224 0 +( 3951 -807 833 ) ( 3951 -567 833 ) ( 3951 -567 625 ) common/obscure_bush -17 17 0.00 1 1 671088640 2224 0 +( 4033 -639 799 ) ( 3769 -639 799 ) ( 3769 -639 591 ) common/obscure_bush 3 17 0.00 1 1 671088640 2224 0 +( 3804 -587 825 ) ( 3804 -827 825 ) ( 3804 -827 617 ) common/obscure_bush -17 17 0.00 1 1 671088640 2224 0 +} +// brush 278 +{ +( 3461 -1543 641 ) ( 3197 -1543 641 ) ( 3197 -1783 641 ) common/obscure_bush -53 1 0.00 1 1 671088640 2224 0 +( 3194 -1831 955 ) ( 3194 -1591 955 ) ( 3458 -1591 955 ) common/obscure_bush -53 1 0.00 1 1 671088640 2224 0 +( 3209 -1757 789 ) ( 3473 -1757 789 ) ( 3473 -1757 581 ) common/obscure_bush -53 33 0.00 1 1 671088640 2224 0 +( 3367 -1783 785 ) ( 3367 -1543 785 ) ( 3367 -1543 577 ) common/obscure_bush -1 33 0.00 1 1 671088640 2224 0 +( 3449 -1615 751 ) ( 3185 -1615 751 ) ( 3185 -1615 543 ) common/obscure_bush -53 33 0.00 1 1 671088640 2224 0 +( 3220 -1563 777 ) ( 3220 -1803 777 ) ( 3220 -1803 569 ) common/obscure_bush -1 33 0.00 1 1 671088640 2224 0 +} +// brush 279 +{ +( 2084 -2157 -671 ) ( 2084 -2157 1256 ) ( 2906 -2157 1256 ) common/obscure_bush -36 -4 0.00 1 1 671088640 2224 0 +( 2441 -2531 -671 ) ( 2441 -2531 1256 ) ( 2441 -3353 1256 ) common/obscure_bush 55 -4 0.00 1 1 671088640 2224 0 +( 3245 -1898 -671 ) ( 3245 -1898 1256 ) ( 2423 -1898 1256 ) common/obscure_bush -36 -4 0.00 1 1 671088640 2224 0 +( 2667 -1411 -671 ) ( 2667 -1411 1256 ) ( 2667 -589 1256 ) common/obscure_bush 55 -4 0.00 1 1 671088640 2224 0 +( 1586.363525 -2588.291016 447 ) ( 3205 -2588.291016 447 ) ( 3205 -944.708801 447 ) common/obscure_bush -36 -55 0.00 1 1 671088640 2224 0 +( 3279 -1102.708740 926 ) ( 3279 -2746.291016 926 ) ( 1660.363525 -2746.291016 926 ) common/obscure_bush -36 -55 0.00 1 1 671088640 2224 0 +} +// brush 280 +{ +( 1668 -1501 -239 ) ( 1668 -1501 1688 ) ( 2490 -1501 1688 ) common/obscure_bush -4 -20 0.00 1 1 671088640 2224 0 +( 2025 -1875 -239 ) ( 2025 -1875 1688 ) ( 2025 -2697 1688 ) common/obscure_bush -25 -20 0.00 1 1 671088640 2224 0 +( 2829 -1242 -239 ) ( 2829 -1242 1688 ) ( 2007 -1242 1688 ) common/obscure_bush -4 -20 0.00 1 1 671088640 2224 0 +( 2251 -755 -239 ) ( 2251 -755 1688 ) ( 2251 67 1688 ) common/obscure_bush -25 -20 0.00 1 1 671088640 2224 0 +( 1170.363525 -1932.291016 879 ) ( 2789 -1932.291016 879 ) ( 2789 -288.708801 879 ) common/obscure_bush -4 25 0.00 1 1 671088640 2224 0 +( 2863 -446.708801 1358 ) ( 2863 -2090.291016 1358 ) ( 1244.363525 -2090.291016 1358 ) common/obscure_bush -4 25 0.00 1 1 671088640 2224 0 +} +// brush 281 +{ +( 6166 2576 2124 ) ( 6166 2576 2128 ) ( 6166 2580 2128 ) common/caulk -21 5 90.00 1 1 0 65696 0 +surfaceparm detail +( 6096 2580 2132 ) ( 6096 2576 2132 ) ( 6096 2576 2128 ) common/caulk -21 5 90.00 1 1 0 65696 0 +surfaceparm detail +( 6040 2576 2130 ) ( 6016 2576 2130 ) ( 6016 2578 2128 ) general_industrial/jh_pipe1 23 127 90.00 0.187500 0.062500 0 32768 0 +surfaceparm detail +( 6034 2578 2128 ) ( 6010 2578 2128 ) ( 6010 2576 2126 ) general_industrial/jh_pipe1 22 127 90.00 0.187500 0.062500 0 32768 0 +surfaceparm detail +( 6016 2576 2130 ) ( 6040 2576 2130 ) ( 6040 2576 2126 ) common/caulk -21 1 90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 282 +{ +( 7152 3632 2124 ) ( 7152 3632 2128 ) ( 7148 3632 2128 ) common/caulk -22 5 90.00 1 -1 0 65696 0 +surfaceparm detail +( 7148 3568 2132 ) ( 7152 3568 2132 ) ( 7152 3568 2128 ) common/caulk -22 5 90.00 1 -1 0 65696 0 +surfaceparm detail +( 7152 3506 2130 ) ( 7152 3482 2130 ) ( 7150 3482 2128 ) general_industrial/jh_pipe1 66 96 -180.00 0.187500 0.062500 0 32768 0 +surfaceparm detail +( 7150 3506 2128 ) ( 7150 3482 2128 ) ( 7152 3482 2126 ) general_industrial/jh_pipe1 65 96 -180.00 0.187500 0.062500 0 32768 0 +surfaceparm detail +( 7152 3482 2130 ) ( 7152 3506 2130 ) ( 7152 3506 2126 ) common/caulk -22 -25 90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 283 +{ +( 6716 5392 2190 ) ( 6720 5392 2190 ) ( 6720 5396 2190 ) common/caulk -10 5 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6728 5396 2224 ) ( 6728 5392 2224 ) ( 6724 5392 2224 ) common/caulk -10 5 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6726 5392 2286 ) ( 6726 5392 2310 ) ( 6724 5394 2310 ) general_industrial/jh_pipe1 -19 96 0.00 0.187500 0.062500 0 32768 0 +surfaceparm detail +( 6724 5394 2286 ) ( 6724 5394 2310 ) ( 6722 5392 2310 ) general_industrial/jh_pipe1 -20 96 0.00 0.187500 0.062500 0 32768 0 +surfaceparm detail +( 6726 5392 2310 ) ( 6726 5392 2286 ) ( 6722 5392 2286 ) common/caulk -10 7 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 284 +{ +( 6236 5392 2190 ) ( 6240 5392 2190 ) ( 6240 5396 2190 ) common/caulk 22 5 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6248 5396 2224 ) ( 6248 5392 2224 ) ( 6244 5392 2224 ) common/caulk 22 5 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6246 5392 2286 ) ( 6246 5392 2310 ) ( 6244 5394 2310 ) general_industrial/jh_pipe1 -19 96 0.00 0.187500 0.062500 0 32768 0 +surfaceparm detail +( 6244 5394 2286 ) ( 6244 5394 2310 ) ( 6242 5392 2310 ) general_industrial/jh_pipe1 -20 96 0.00 0.187500 0.062500 0 32768 0 +surfaceparm detail +( 6246 5392 2310 ) ( 6246 5392 2286 ) ( 6242 5392 2286 ) common/caulk 22 7 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 285 +{ +( 6322 5168 1904 ) ( 6318 5168 1904 ) ( 6318 5164 1904 ) common/caulk 36 5 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6312 5164 2028 ) ( 6312 5168 2028 ) ( 6316 5168 2028 ) common/caulk 36 5 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6312 5168 2000 ) ( 6312 5168 2024 ) ( 6314 5166 2024 ) general_industrial/jh_pipe1 -21 0 0.00 -0.187500 0.062500 0 32768 0 +surfaceparm detail +( 6314 5166 2000 ) ( 6314 5166 2024 ) ( 6316 5168 2024 ) general_industrial/jh_pipe1 -21 0 0.00 -0.187500 0.062500 0 32768 0 +surfaceparm detail +( 6312 5168 2024 ) ( 6312 5168 2000 ) ( 6316 5168 2000 ) common/caulk 36 -23 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 286 +{ +( 6332 5416 2024 ) ( 6306 5416 2024 ) ( 6306 5392 2024 ) mohtest/wood_joist_trim_masked 15 15 90.00 -0.750004 -0.875000 0 16384 0 +surfaceparm detail +( 6304 5392 2028 ) ( 6304 5416 2028 ) ( 6330 5416 2028 ) mohtest/wood_joist_trim_masked 15 15 90.00 -0.750004 -0.875000 0 16384 0 +surfaceparm detail +( 6304 5392 2028 ) ( 6330 5392 2028 ) ( 6330 5392 2004 ) common/caulk -14 31 -180.00 0.363281 -0.375000 0 65696 0 +surfaceparm detail +( 6336 5392 2028 ) ( 6336 5416 2028 ) ( 6336 5416 2004 ) common/caulk -14 31 -180.00 0.363281 -0.375000 0 65696 0 +surfaceparm detail +( 6330 5424 2028 ) ( 6304 5424 2028 ) ( 6304 5424 2004 ) mohtest/wood_joist_trim_masked 15 15 90.00 -0.750004 -0.875000 0 16384 0 +surfaceparm detail +( 6304 5416 2028 ) ( 6304 5392 2028 ) ( 6304 5392 2004 ) mohtest/wood_joist_trim_masked 15 22 90.00 -0.750004 -0.875000 0 16384 0 +surfaceparm detail +( 6304 5400 2024 ) ( 6308 5404 2024 ) ( 6306 5402 2028 ) mohtest/wood_joist_trim_masked 15 22 90.00 -0.750004 -0.875000 0 16384 0 +surfaceparm detail +} +// brush 287 +{ +( 6190 2584 2114 ) ( 6166 2584 2114 ) ( 6166 2576 2114 ) general_industrial/jh_pipe1 10 1 0.00 0.187500 -0.062500 0 32768 0 +surfaceparm detail +( 6166 2588 2138 ) ( 6190 2588 2138 ) ( 6190 2576 2138 ) general_industrial/jh_pipe1 10 -1 0.00 0.187500 -0.125000 0 32768 0 +surfaceparm detail +( 6190 2588 2138 ) ( 6166 2588 2138 ) ( 6166 2584 2114 ) das_boot/speakerbox2 11 -117 0.00 0.187500 0.187500 0 32768 0 +surfaceparm detail +( 6166 2592 2154 ) ( 6166 2576 2154 ) ( 6166 2576 2138 ) general_industrial/jh_pipe1 -2 -117 0.00 0.125000 0.187500 0 32768 0 +surfaceparm detail +( 6150 2576 2138 ) ( 6190 2576 2138 ) ( 6190 2576 2122 ) common/caulk 2 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6190 2576 2138 ) ( 6190 2592 2138 ) ( 6190 2592 2122 ) general_industrial/jh_pipe1 -2 -117 0.00 0.125000 0.187500 0 32768 0 +surfaceparm detail +} +// brush 288 +{ +( 7144 3568 2114 ) ( 7144 3544 2114 ) ( 7152 3544 2114 ) general_industrial/jh_pipe1 43 1 90.00 0.187500 -0.062500 0 32768 0 +surfaceparm detail +( 7140 3544 2138 ) ( 7140 3568 2138 ) ( 7152 3568 2138 ) general_industrial/jh_pipe1 43 -1 90.00 0.187500 -0.125000 0 32768 0 +surfaceparm detail +( 7140 3568 2138 ) ( 7140 3544 2138 ) ( 7144 3544 2114 ) das_boot/speakerbox2 43 -117 0.00 0.187500 0.187500 0 32768 0 +surfaceparm detail +( 7136 3544 2154 ) ( 7152 3544 2154 ) ( 7152 3544 2138 ) general_industrial/jh_pipe1 -2 -117 -180.00 0.125000 -0.187500 0 32768 0 +surfaceparm detail +( 7152 3528 2138 ) ( 7152 3568 2138 ) ( 7152 3568 2122 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7152 3568 2138 ) ( 7136 3568 2138 ) ( 7136 3568 2122 ) general_industrial/jh_pipe1 -2 -117 -180.00 0.125000 -0.187500 0 32768 0 +surfaceparm detail +} +// brush 289 +{ +( 6732 5400 2166 ) ( 6708 5400 2166 ) ( 6708 5392 2166 ) general_industrial/jh_pipe1 64 0 0.00 0.187500 -0.062500 0 32768 0 +surfaceparm detail +( 6708 5404 2190 ) ( 6732 5404 2190 ) ( 6732 5392 2190 ) general_industrial/jh_pipe1 64 -2 0.00 0.187500 -0.125000 0 32768 0 +surfaceparm detail +( 6732 5404 2190 ) ( 6708 5404 2190 ) ( 6708 5400 2166 ) das_boot/speakerbox2 64 31 0.00 0.187500 0.187500 0 32768 0 +surfaceparm detail +( 6708 5408 2206 ) ( 6708 5392 2206 ) ( 6708 5392 2190 ) general_industrial/jh_pipe1 -2 31 0.00 0.125000 0.187500 0 32768 0 +surfaceparm detail +( 6692 5392 2190 ) ( 6732 5392 2190 ) ( 6732 5392 2174 ) common/caulk 32 16 0.00 0.375000 0.375000 0 65696 0 +surfaceparm detail +( 6732 5392 2190 ) ( 6732 5408 2190 ) ( 6732 5408 2174 ) general_industrial/jh_pipe1 -2 31 0.00 0.125000 0.187500 0 32768 0 +surfaceparm detail +} +// brush 290 +{ +( 6252 5400 2166 ) ( 6228 5400 2166 ) ( 6228 5392 2166 ) general_industrial/jh_pipe1 64 0 0.00 0.187500 -0.062500 0 32768 0 +surfaceparm detail +( 6228 5404 2190 ) ( 6252 5404 2190 ) ( 6252 5392 2190 ) general_industrial/jh_pipe1 64 -2 0.00 0.187500 -0.125000 0 32768 0 +surfaceparm detail +( 6252 5404 2190 ) ( 6228 5404 2190 ) ( 6228 5400 2166 ) das_boot/speakerbox2 64 31 0.00 0.187500 0.187500 0 32768 0 +surfaceparm detail +( 6228 5408 2206 ) ( 6228 5392 2206 ) ( 6228 5392 2190 ) general_industrial/jh_pipe1 -2 31 0.00 0.125000 0.187500 0 32768 0 +surfaceparm detail +( 6212 5392 2190 ) ( 6252 5392 2190 ) ( 6252 5392 2174 ) common/caulk 32 16 0.00 0.375000 0.375000 0 65696 0 +surfaceparm detail +( 6252 5392 2190 ) ( 6252 5408 2190 ) ( 6252 5408 2174 ) general_industrial/jh_pipe1 -2 31 0.00 0.125000 0.187500 0 32768 0 +surfaceparm detail +} +// brush 291 +{ +( 6333.074707 5411.038574 2028 ) ( 6309.891113 5404.825684 2028 ) ( 6311.960938 5397.098145 2028 ) general_industrial/jh_pipe1 0 0 -1.00 1562.483154 1562.485596 0 32768 0 +surfaceparm detail +( 6308.856934 5408.688965 2052 ) ( 6332.039063 5414.900391 2052 ) ( 6335.144043 5403.309570 2052 ) general_industrial/jh_pipe1 -30 57 -164.96 0.162801 -0.186076 0 32768 0 +surfaceparm detail +( 6332.039063 5414.900391 2052 ) ( 6308.856934 5408.688965 2052 ) ( 6309.891113 5404.825684 2028 ) das_boot/speakerbox2 64 64 -180.00 0.189201 -0.187499 0 32768 0 +( 6307.820313 5412.552734 2068 ) ( 6311.960938 5397.098145 2068 ) ( 6311.960938 5397.098145 2052 ) general_industrial/jh_pipe1 30 63 -180.00 0.094238 -0.187500 0 32768 0 +surfaceparm detail +( 6296.507324 5392.956543 2052 ) ( 6335.144043 5403.309570 2052 ) ( 6335.144043 5403.309570 2036 ) common/caulk -14 31 -180.00 0.363281 -0.375000 0 65696 0 +surfaceparm detail +( 6335.144043 5403.309570 2052 ) ( 6331.002930 5418.764648 2052 ) ( 6331.002930 5418.764648 2036 ) general_industrial/jh_pipe1 79 63 0.00 0.089355 0.187500 0 32768 0 +surfaceparm detail +} +// brush 292 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6304 5168 2237 0 0 ) ( 6304 5168 2203 0 0.375000 ) ( 6304 5168 2169 0 0.750000 ) ) +( ( 6384 5076 2237 0.500000 0 ) ( 6384 5076 2203 0.500000 0.375000 ) ( 6384 5076 2169 0.500000 0.750000 ) ) +( ( 6408 5050 2237 1 0 ) ( 6408 5050 2203 1 0.375000 ) ( 6408 5050 2169 1 0.750000 ) ) +) + } + } +// brush 293 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6408 5050 2237 0 0 ) ( 6408 5050 2203 0 0.375000 ) ( 6408 5050 2169 0 0.750000 ) ) +( ( 6384 5076 2237 0.500000 0 ) ( 6384 5076 2203 0.500000 0.375000 ) ( 6384 5076 2169 0.500000 0.750000 ) ) +( ( 6304 5168 2237 1 0 ) ( 6304 5168 2203 1 0.375000 ) ( 6304 5168 2169 1 0.750000 ) ) +) + } + } +// brush 294 +{ +( 6308 5160 2028 ) ( 6332 5160 2028 ) ( 6332 5168 2028 ) general_industrial/jh_pipe1 -21 0 0.00 -0.187500 0.062500 0 32768 0 +surfaceparm detail +( 6332 5156 2052 ) ( 6308 5156 2052 ) ( 6308 5168 2052 ) general_industrial/jh_pipe1 -21 126 0.00 -0.187500 0.125004 0 32768 0 +surfaceparm detail +( 6308 5156 2052 ) ( 6332 5156 2052 ) ( 6332 5160 2028 ) das_boot/speakerbox2 -21 -64 0.00 -0.187500 0.187500 0 32768 0 +surfaceparm detail +( 6332 5152 2068 ) ( 6332 5168 2068 ) ( 6332 5168 2052 ) general_industrial/jh_pipe1 126 -64 0.00 -0.125004 0.187500 0 32768 0 +surfaceparm detail +( 6348 5168 2052 ) ( 6308 5168 2052 ) ( 6308 5168 2036 ) common/caulk -10 -31 -180.00 0.375000 -0.374998 0 65696 0 +surfaceparm detail +( 6308 5168 2052 ) ( 6308 5152 2052 ) ( 6308 5152 2036 ) general_industrial/jh_pipe1 126 -64 0.00 -0.125004 0.187500 0 32768 0 +surfaceparm detail +} +// brush 295 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6944 3424 2276 0 0 ) ( 6944 3424 2242 0 0.375000 ) ( 6944 3424 2208 0 0.750000 ) ) +( ( 7008 3520 2276 0.500000 0 ) ( 7008 3520 2242 0.500000 0.375000 ) ( 7008 3520 2208 0.500000 0.750000 ) ) +( ( 7080 3632 2276 1 0 ) ( 7080 3632 2242 1 0.375000 ) ( 7080 3632 2208 1 0.750000 ) ) +) + } + } +// brush 296 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 7080 3632 2276 0 0 ) ( 7080 3632 2242 0 0.375000 ) ( 7080 3632 2208 0 0.750000 ) ) +( ( 7008 3520 2276 0.500000 0 ) ( 7008 3520 2242 0.500000 0.375000 ) ( 7008 3520 2208 0.500000 0.750000 ) ) +( ( 6944 3424 2276 1 0 ) ( 6944 3424 2242 1 0.375000 ) ( 6944 3424 2208 1 0.750000 ) ) +) + } + } +// brush 297 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6352 5384 2071 0 0 ) ( 6352 5384 2041 0 0.375000 ) ( 6352 5384 2011 0 0.750000 ) ) +( ( 6472 5384 2071 0.500000 0 ) ( 6472 5384 2041 0.500000 0.375000 ) ( 6472 5384 2011 0.500000 0.750000 ) ) +( ( 6592 5384 2071 1 0 ) ( 6592 5384 2041 1 0.375000 ) ( 6592 5384 2011 1 0.750000 ) ) +) + } + } +// brush 298 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6592 5384 2071 0 0 ) ( 6592 5384 2041 0 0.375000 ) ( 6592 5384 2011 0 0.750000 ) ) +( ( 6472 5384 2071 0.500000 0 ) ( 6472 5384 2041 0.500000 0.375000 ) ( 6472 5384 2011 0.500000 0.750000 ) ) +( ( 6352 5384 2071 1 0 ) ( 6352 5384 2041 1 0.375000 ) ( 6352 5384 2011 1 0.750000 ) ) +) + } + } +// brush 299 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6347 5376 2075 0 0 ) ( 6347 5376 2045 0 0.375000 ) ( 6347 5376 2015 0 0.750000 ) ) +( ( 6347 5280 2075 0.500000 0 ) ( 6347 5280 2045 0.500000 0.375000 ) ( 6347 5280 2015 0.500000 0.750000 ) ) +( ( 6347 5184 2075 1 0 ) ( 6347 5184 2045 1 0.375000 ) ( 6347 5184 2015 1 0.750000 ) ) +) + } + } +// brush 300 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6347 5184 2075 0 0 ) ( 6347 5184 2045 0 0.375000 ) ( 6347 5184 2015 0 0.750000 ) ) +( ( 6347 5280 2075 0.500000 0 ) ( 6347 5280 2045 0.500000 0.375000 ) ( 6347 5280 2015 0.500000 0.750000 ) ) +( ( 6347 5376 2075 1 0 ) ( 6347 5376 2045 1 0.375000 ) ( 6347 5376 2015 1 0.750000 ) ) +) + } + } +// brush 301 +{ +( 7016 5480 1904 ) ( 7000 5480 1904 ) ( 7000 5424 1904 ) common/caulk 16 0 0.00 1 1 0 65696 0 +( 7008 5424 2032 ) ( 7008 5480 2032 ) ( 7024 5480 2032 ) common/caulk 16 0 0.00 1 1 0 65696 0 +( 7000 5440 1976 ) ( 7016 5440 1976 ) ( 7016 5440 1928 ) interior_northafrica/bookcase_top 56 21 90.00 -2 -0.750000 0 16384 0 +( 7024 5424 1976 ) ( 7024 5480 1976 ) ( 7024 5480 1928 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +( 7016 5504 1976 ) ( 7000 5504 1976 ) ( 7000 5504 1928 ) interior_northafrica/bookcase_top 56 21 90.00 -2 -0.750000 0 16384 0 +( 7000 5480 1976 ) ( 7000 5424 1976 ) ( 7000 5424 1928 ) interior_northafrica/manor_bswbook1 0 -32 0.00 0.500000 0.500000 0 16384 0 +} +// brush 302 +{ +( 5908 5003.130371 1953.816284 ) ( 5908 5082.325684 2033.012207 ) ( 5908 5065.355957 2049.983154 ) mohtest/wood_joist_trim_masked 6 -13 -44.97 0.750956 0.874044 0 16384 0 +surfaceparm detail +( 5912 5003.130371 1953.816284 ) ( 5908 5003.130371 1953.816284 ) ( 5908 4986.158691 1970.787109 ) mohtest/wood_joist_trim_masked 4 0 90.00 0.530273 -0.031250 0 16384 0 +surfaceparm detail +( 5912 5082.325684 2033.012207 ) ( 5912 5003.130371 1953.816284 ) ( 5912 4986.158691 1970.787109 ) mohtest/wood_joist_trim_masked 6 -13 -44.97 0.750956 0.874044 0 16384 0 +surfaceparm detail +( 5908 5071.012207 2016.041870 ) ( 5912 5071.012207 2016.041870 ) ( 5912 5054.041992 2033.012207 ) mohtest/wood_joist_trim_masked -12 0 -90.00 0.529297 0.031250 0 16384 0 +surfaceparm detail +( 5908 5071.012695 2044.326172 ) ( 5912 5071.012695 2044.326172 ) ( 5912 4991.816406 1965.130127 ) mohtest/wood_joist_trim_masked 0 0 -90.00 2.474854 0.031250 0 16384 0 +surfaceparm detail +( 5912 5082.325684 2033.012207 ) ( 5908 5082.325684 2033.012207 ) ( 5908 5003.130371 1953.816284 ) mohtest/wood_joist_trim_masked 11 0 -90.00 2.474609 0.031250 0 16384 0 +surfaceparm detail +} +// brush 303 +{ +( 5908 4985.928711 1968.163086 ) ( 5908 5041.928223 2065.157715 ) ( 5908 5021.144043 2077.158203 ) mohtest/wood_joist_trim_masked 6 -72 -29.97 0.750755 0.874335 0 16384 0 +surfaceparm detail +( 5912 4985.928711 1968.163086 ) ( 5908 4985.928711 1968.163086 ) ( 5908 4965.143555 1980.162720 ) mohtest/wood_joist_trim_masked 2 0 90.00 0.649414 -0.031250 0 16384 0 +surfaceparm detail +( 5912 5041.928223 2065.157715 ) ( 5912 4985.928711 1968.163086 ) ( 5912 4965.143555 1980.162720 ) mohtest/wood_joist_trim_masked 6 -72 -29.97 0.750755 0.874335 0 16384 0 +surfaceparm detail +( 5908 5035.392090 2045.837402 ) ( 5912 5035.392090 2045.837402 ) ( 5912 5014.607910 2057.837402 ) mohtest/wood_joist_trim_masked -4 0 90.00 0.649414 -0.031250 0 16384 0 +surfaceparm detail +( 5908 5028.072266 2073.157959 ) ( 5912 5028.072266 2073.157959 ) ( 5912 4972.071777 1976.163086 ) mohtest/wood_joist_trim_masked -20 0 -90.00 3.031250 0.031250 0 16384 0 +surfaceparm detail +( 5912 5041.928223 2065.157715 ) ( 5908 5041.928223 2065.157715 ) ( 5908 4985.928711 1968.163086 ) mohtest/wood_joist_trim_masked 0 0 -90.00 3.030762 0.031250 0 16384 0 +surfaceparm detail +} +// brush 304 +{ +( 5904 4977.014160 1955.915039 ) ( 5904 5085.197754 1984.902710 ) ( 5904 5078.985840 2008.084961 ) mohtest/wood_joist_trim_masked 2 57 -75.02 0.750090 0.875053 0 16384 0 +surfaceparm detail +( 5908 4977.014160 1955.915039 ) ( 5904 4977.014160 1955.915039 ) ( 5904 4970.802246 1979.097290 ) mohtest/wood_joist_trim_masked 11 0 -90.00 0.724487 0.031250 0 16384 0 +surfaceparm detail +( 5908 5085.197754 1984.902710 ) ( 5908 4977.014160 1955.915039 ) ( 5908 4970.802246 1979.097290 ) mohtest/wood_joist_trim_masked 2 57 -75.02 0.750090 0.875053 0 16384 0 +surfaceparm detail +( 5904 5085.197754 1984.902710 ) ( 5908 5085.197754 1984.902710 ) ( 5908 5078.985840 2008.084961 ) mohtest/wood_joist_trim_masked 19 0 -90.00 0.724365 0.031250 0 16384 0 +surfaceparm detail +( 5904 5078.985840 2008.084961 ) ( 5908 5078.985840 2008.084961 ) ( 5908 4970.802246 1979.097290 ) mohtest/wood_joist_trim_masked 30 0 -90.00 3.380859 0.031250 0 16384 0 +surfaceparm detail +( 5908 5085.197754 1984.902710 ) ( 5904 5085.197754 1984.902710 ) ( 5904 4977.014160 1955.915039 ) mohtest/wood_joist_trim_masked 0 0 -90.00 3.380859 0.031250 0 16384 0 +surfaceparm detail +} +// brush 305 +{ +( 5904 5080 2032 ) ( 5904 5080 2056 ) ( 5904 4968 2056 ) mohtest/wood_joist_trim_masked 21 45 90.00 -0.750000 -0.875000 0 16384 0 +surfaceparm detail +( 5908 4976 2032 ) ( 5904 4976 2032 ) ( 5904 4976 2056 ) mohtest/wood_joist_trim_masked 21 0 90.00 -0.749996 -0.031250 0 16384 0 +surfaceparm detail +( 5908 5080 2056 ) ( 5908 5080 2032 ) ( 5908 4968 2032 ) mohtest/wood_joist_trim_masked 21 45 90.00 -0.750000 -0.875000 0 16384 0 +surfaceparm detail +( 5904 5080 2032 ) ( 5908 5080 2032 ) ( 5908 5080 2056 ) mohtest/wood_joist_trim_masked 21 0 90.00 -0.749996 -0.031250 0 16384 0 +surfaceparm detail +( 5904 5080 2052 ) ( 5908 5080 2052 ) ( 5908 4968 2052 ) mohtest/wood_joist_trim_masked 11 0 90.00 -3.500000 -0.031250 0 16384 0 +surfaceparm detail +( 5908 5080 2032 ) ( 5904 5080 2032 ) ( 5904 4968 2032 ) mohtest/wood_joist_trim_masked 11 0 90.00 -3.500000 -0.031250 0 16384 0 +surfaceparm detail +} +// brush 306 +{ +( 5904 4948 2004 ) ( 5904 5060 2004 ) ( 5904 5060 2028 ) mohtest/wood_joist_trim_masked 15 22 90.00 -0.750004 -0.875000 0 16384 0 +surfaceparm detail +( 5908 4968 2004 ) ( 5904 4968 2004 ) ( 5904 4964 2028 ) mohtest/wood_joist_trim_masked 16 0 90.00 -0.750000 -0.031250 0 16384 0 +surfaceparm detail +( 5908 5060 2004 ) ( 5908 4948 2004 ) ( 5908 4948 2028 ) mohtest/wood_joist_trim_masked 15 22 90.00 -0.750004 -0.875000 0 16384 0 +surfaceparm detail +( 5908 5064 2028 ) ( 5904 5064 2028 ) ( 5904 5060 2004 ) mohtest/wood_joist_trim_masked 16 0 90.00 -0.750000 -0.031250 0 16384 0 +surfaceparm detail +( 5908 4964 2028 ) ( 5904 4964 2028 ) ( 5904 5064 2028 ) mohtest/wood_joist_trim_masked 5 0 90.00 -3.500000 -0.031250 0 16384 0 +surfaceparm detail +( 5904 4968 2004 ) ( 5908 4968 2004 ) ( 5908 5060 2004 ) mohtest/wood_joist_trim_masked 5 0 90.00 -3.500000 -0.031250 0 16384 0 +surfaceparm detail +} +// brush 307 +{ +( 6720 3484 2096 ) ( 6720 3480 2096 ) ( 6868 3480 2096 ) common/nodraw 8 -17 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6868 3484 2096 ) ( 6868 3480 2096 ) ( 6868 3480 2128 ) common/nodraw 8 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6644 3480 2096 ) ( 6644 3480 2112 ) ( 6808 3480 2112 ) common/nodraw 20 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6960 3484 2096 ) ( 6960 3484 2112 ) ( 6796 3484 2112 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +( 6736 3484 2104 ) ( 6736 3480 2112 ) ( 6736 3480 2096 ) interior/railing 12 96 0.00 1 1 8192 16896 0 +surfaceparm detail +( 6848 3480 2128 ) ( 6856 3484 2128 ) ( 6864 3480 2128 ) common/nodraw 20 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 308 +{ +( 7168 3480 2096 ) ( 7168 3484 2096 ) ( 7020 3484 2096 ) common/nodraw 8 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 7020 3480 2096 ) ( 7020 3484 2096 ) ( 7020 3484 2128 ) common/nodraw 8 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 7080 3480 2112 ) ( 7244 3480 2112 ) ( 7244 3480 2096 ) common/nodraw 4 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 7092 3484 2112 ) ( 6928 3484 2112 ) ( 6928 3484 2096 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +( 7152 3480 2112 ) ( 7152 3484 2104 ) ( 7152 3480 2096 ) interior/railing 124 96 0.00 1 1 8192 16896 0 +surfaceparm detail +( 6848 3480 2128 ) ( 6856 3484 2128 ) ( 6864 3480 2128 ) common/nodraw 4 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 309 +{ +( 7088 3476 2132 ) ( 7072 3476 2132 ) ( 7072 3476 2156 ) mohtest/wood_joist_trim_masked 16 -97 90.00 1 -1 0 16384 0 +surfaceparm detail +( 7152 3476 2128 ) ( 7152 3488 2128 ) ( 7020 3488 2128 ) mohtest/wood_joist_trim_masked -26 -97 90.00 1 -1 0 16384 0 +surfaceparm detail +( 7092 3488 2152 ) ( 7076 3488 2152 ) ( 7076 3488 2128 ) mohtest/wood_joist_trim_masked 16 -97 90.00 1 -1 0 16384 0 +surfaceparm detail +( 7020 3476 2128 ) ( 7020 3488 2134 ) ( 7020 3476 2140 ) common/caulk -16 49 -90.00 1 1 0 65696 0 +( 7152 3476 2132 ) ( 7152 3488 2132 ) ( 7152 3488 2128 ) common/caulk 0 -15 -90.00 1 1 0 65696 0 +( 7152 3488 2132 ) ( 7152 3476 2132 ) ( 7020 3476 2132 ) mohtest/wood_joist_trim_masked 25 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 310 +{ +( 7008 3250 2156 ) ( 7008 3250 2132 ) ( 7008 3266 2132 ) mohtest/wood_joist_trim_masked 11 -51 90.00 1 1 0 16384 0 +surfaceparm detail +( 7020 3476 2128 ) ( 7008 3476 2128 ) ( 7008 3198 2128 ) mohtest/wood_joist_trim_masked 25 -51 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7020 3254 2128 ) ( 7020 3254 2152 ) ( 7020 3270 2152 ) mohtest/wood_joist_trim_masked 11 -51 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 3198 2140 ) ( 7020 3198 2134 ) ( 7008 3198 2128 ) common/caulk -13 -3 -90.00 1 1 0 65696 0 +( 7008 3476 2128 ) ( 7020 3476 2128 ) ( 7020 3476 2134 ) common/caulk -52 47 -180.00 1 1 0 65696 0 +( 7008 3102 2132 ) ( 7008 3110 2132 ) ( 7020 3106 2132 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +// brush 311 +{ +( 6868 3250 2156 ) ( 6868 3250 2132 ) ( 6868 3266 2132 ) mohtest/wood_joist_trim_masked 11 -51 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 3476 2128 ) ( 6868 3476 2128 ) ( 6868 3198 2128 ) mohtest/wood_joist_trim_masked 5 -51 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 3254 2128 ) ( 6880 3254 2152 ) ( 6880 3270 2152 ) mohtest/wood_joist_trim_masked 11 -51 90.00 1 1 0 16384 0 +surfaceparm detail +( 6868 3198 2140 ) ( 6880 3198 2134 ) ( 6868 3198 2128 ) common/caulk -12 -15 -90.00 1 1 0 65696 0 +( 6868 3476 2128 ) ( 6880 3476 2128 ) ( 6880 3476 2134 ) common/caulk 0 47 -180.00 1 1 0 65696 0 +( 6868 3102 2132 ) ( 6868 3110 2132 ) ( 6880 3106 2132 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +// brush 312 +{ +( 6816 3476 2156 ) ( 6816 3476 2132 ) ( 6800 3476 2132 ) mohtest/wood_joist_trim_masked 16 -97 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6736 3488 2128 ) ( 6736 3476 2128 ) ( 6868 3476 2128 ) mohtest/wood_joist_trim_masked -26 -97 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6812 3488 2128 ) ( 6812 3488 2152 ) ( 6796 3488 2152 ) mohtest/wood_joist_trim_masked 16 -97 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6868 3476 2140 ) ( 6868 3488 2134 ) ( 6868 3476 2128 ) common/caulk -16 49 -90.00 1 1 0 65696 0 +( 6736 3488 2132 ) ( 6736 3476 2132 ) ( 6736 3476 2128 ) common/caulk 0 -15 -90.00 1 1 0 65696 0 +( 6736 3476 2132 ) ( 6736 3488 2132 ) ( 6868 3488 2132 ) mohtest/wood_joist_trim_masked 25 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 313 +{ +( 6736 2816 1888 ) ( 7152 2816 1888 ) ( 7152 2832 1888 ) common/caulk 46 48 0.00 1 1 0 65696 0 +( 7152 2816 1888 ) ( 6736 2816 1888 ) ( 6736 2816 2160 ) central_europe_winter/railside2_wntr 448 -21 0.00 1 0.750000 0 16384 0 +( 6736 2832 1888 ) ( 7152 2832 1888 ) ( 7152 2832 2160 ) central_europe_winter/railside2_wntr -64 48 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6800 2832 2224 ) ( 6800 2816 2224 ) ( 6736 2816 2160 ) common/caulk 46 48 0.00 1 1 0 65696 0 +( 6736 2832 2144 ) ( 6736 2832 2160 ) ( 6736 2816 2152 ) common/caulk 46 48 0.00 1 1 0 65696 0 +( 7088 2816 2224 ) ( 7088 2832 2224 ) ( 7152 2832 2160 ) common/caulk 46 48 0.00 1 1 0 65696 0 +( 7152 2832 2144 ) ( 7152 2816 2152 ) ( 7152 2832 2160 ) common/caulk 46 48 0.00 1 1 0 65696 0 +( 6736 2816 2208 ) ( 6736 2832 2224 ) ( 7152 2824 2216 ) common/caulk 46 48 0.00 1 1 0 65696 0 +} +// brush 314 +{ +( 6736 3648 2080 ) ( 7152 3648 2080 ) ( 7152 3648 2160 ) central_europe_winter/railside2_wntr 128 82 0.00 1 1 0 16384 0 +( 7152 3632 2080 ) ( 6736 3632 2080 ) ( 6736 3632 2160 ) central_europe_winter/railside2_wntr 128 96 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6800 3648 2224 ) ( 6800 3632 2224 ) ( 6736 3632 2160 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 6736 3648 2152 ) ( 6736 3632 2160 ) ( 6736 3632 2144 ) common/caulk 0 48 0.00 1 1 0 65696 0 +( 7088 3632 2224 ) ( 7088 3648 2224 ) ( 7152 3648 2160 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 7152 3632 2160 ) ( 7152 3648 2152 ) ( 7152 3632 2144 ) common/caulk 0 48 0.00 1 1 0 65696 0 +( 6736 3632 2080 ) ( 7152 3632 2080 ) ( 7152 3648 2080 ) central_europe_winter/railside2_wntr 128 128 0.00 1 1 0 16384 0 +( 6736 3632 2224 ) ( 6736 3648 2208 ) ( 7152 3640 2216 ) common/caulk 0 32 -180.00 1 -1 0 65696 0 +} +// brush 315 +{ +( 6784 2640 2048 ) ( 6768 2640 2048 ) ( 6768 2816 2224 ) central_europe_winter/corrugated_snowcovered -138 -111 0.00 1 1 0 67108864 0 +surfaceparm detail +( 6768 2640 2032 ) ( 6784 2640 2032 ) ( 6784 2816 2208 ) general_structure/jh_corrugate4dmg 192 0 -180.00 1 1 0 32768 0 +surfaceparm detail +( 6768 2816 2224 ) ( 6768 2816 2208 ) ( 7120 2816 2208 ) common/caulk -16 40 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6736 2784 2176 ) ( 6736 2784 2192 ) ( 7152 2784 2192 ) central_europe_winter/transjoist_w 18 -56 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6784 2816 2224 ) ( 6760 2784 2200 ) ( 6736 2816 2176 ) central_europe_winter/corrugated_snowcovered -27 17 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 7112 2784 2216 ) ( 7104 2816 2224 ) ( 7120 2816 2208 ) central_europe_winter/corrugated_snowcovered -11 -47 90.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 316 +{ +( 7296 2816 2032 ) ( 7296 2800 2032 ) ( 7120 2800 2208 ) central_europe_winter/corrugated_snowcovered -11 -47 90.00 1 1 0 67108864 0 +surfaceparm detail +( 7104 2784 2200 ) ( 7104 2784 2216 ) ( 7168 2784 2160 ) central_europe_winter/transjoist_w 9 -61 -135.00 0.999893 -0.999893 0 16384 0 +surfaceparm detail +( 7296 2800 2016 ) ( 7296 2816 2016 ) ( 7120 2816 2192 ) general_structure/jh_corrugate4dmg 192 0 -180.00 1 1 0 32768 0 +surfaceparm detail +( 7152 2816 2208 ) ( 7136 2816 2208 ) ( 7168 2816 2144 ) common/caulk -16 24 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7168 2848 2112 ) ( 7168 2768 2112 ) ( 7168 2808 2208 ) common/caulk 49 -8 0.00 1 -1 0 65696 0 +surfaceparm detail +( 7136 2816 2208 ) ( 7152 2816 2208 ) ( 7152 2784 2176 ) common/caulk -15 -24 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 317 +{ +( 6768 2800 2208 ) ( 6592 2800 2032 ) ( 6592 2816 2032 ) central_europe_winter/corrugated_snowcovered -27 17 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6720 2784 2160 ) ( 6784 2784 2216 ) ( 6784 2784 2200 ) central_europe_winter/transjoist_w 16 -34 -45.02 1.000239 -0.999548 0 16384 0 +surfaceparm detail +( 6768 2816 2192 ) ( 6592 2816 2016 ) ( 6592 2800 2016 ) general_structure/jh_corrugate4dmg 64 0 -180.00 1 1 0 32768 0 +surfaceparm detail +( 6720 2816 2144 ) ( 6752 2816 2208 ) ( 6736 2816 2208 ) common/caulk -16 24 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6720 2808 2208 ) ( 6720 2768 2112 ) ( 6720 2848 2112 ) common/caulk 49 -8 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6736 2784 2176 ) ( 6736 2816 2208 ) ( 6752 2816 2208 ) common/caulk -15 -24 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 318 +{ +( 7120 3664 2208 ) ( 7296 3664 2032 ) ( 7296 3648 2032 ) central_europe_winter/corrugated_snowcovered 165 209 90.00 1 1 0 67108864 0 +surfaceparm detail +( 7168 3680 2160 ) ( 7104 3680 2216 ) ( 7104 3680 2200 ) central_europe_winter/transjoist_w 7 -62 -134.98 1.000239 0.999548 0 16384 0 +surfaceparm detail +( 7120 3648 2192 ) ( 7296 3648 2016 ) ( 7296 3664 2016 ) general_structure/jh_corrugate4dmg 0 64 0.00 1 1 0 32768 0 +surfaceparm detail +( 7168 3648 2144 ) ( 7136 3648 2208 ) ( 7152 3648 2208 ) common/caulk -16 24 0.00 1 1 0 65696 0 +surfaceparm detail +( 7168 3656 2208 ) ( 7168 3696 2112 ) ( 7168 3616 2112 ) common/caulk 49 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 7152 3680 2176 ) ( 7152 3648 2208 ) ( 7136 3648 2208 ) common/caulk 49 40 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 319 +{ +( 6592 3648 2032 ) ( 6592 3664 2032 ) ( 6768 3664 2208 ) central_europe_winter/corrugated_snowcovered 53 -239 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6784 3680 2200 ) ( 6784 3680 2216 ) ( 6720 3680 2160 ) central_europe_winter/transjoist_w 11 31 -45.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( 6592 3664 2016 ) ( 6592 3648 2016 ) ( 6768 3648 2192 ) general_structure/jh_corrugate4dmg 128 64 0.00 1 1 0 32768 0 +surfaceparm detail +( 6736 3648 2208 ) ( 6752 3648 2208 ) ( 6720 3648 2144 ) common/caulk 48 24 0.00 1 1 0 65696 0 +surfaceparm detail +( 6720 3616 2112 ) ( 6720 3696 2112 ) ( 6720 3656 2208.000488 ) common/caulk 49 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6752 3648 2208 ) ( 6736 3648 2208 ) ( 6736 3680 2176 ) common/caulk 49 40 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 320 +{ +( 7104 3824 2048 ) ( 7120 3824 2048 ) ( 7120 3648 2224 ) central_europe_winter/corrugated_snowcovered -74 -175 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 7120 3824 2032 ) ( 7104 3824 2032 ) ( 7104 3648 2208 ) general_structure/jh_corrugate4dmg 128 64 0.00 1 1 0 32768 0 +surfaceparm detail +( 7120 3648 2224 ) ( 7120 3648 2208 ) ( 6768 3648 2208 ) common/caulk 48 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 7152 3680 2176 ) ( 7152 3680 2192 ) ( 6736 3680 2192 ) central_europe_winter/transjoist_w 19 -120 -90.00 1 1 0 16384 0 +surfaceparm detail +( 7104 3648 2224 ) ( 7128 3680 2200 ) ( 7152 3648 2176 ) central_europe_winter/corrugated_snowcovered 165 209 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6776 3680 2216 ) ( 6784 3648 2224 ) ( 6768 3648 2208 ) central_europe_winter/corrugated_snowcovered 53 -239 -90.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 321 +{ +( 7056 3600 2272 ) ( 7084 3648 2244 ) ( 7168 3648 2160 ) central_europe_winter/corrugated_snowcovered 165 209 90.00 1 1 0 67108864 0 +( 7152 3584 2160 ) ( 7056 3584 2256 ) ( 7056 2784 2256 ) general_structure/jh_corrugate4dmg -216 0 0.00 1 1 0 32768 0 surfaceDensity 4 +( 7056 2864 2256 ) ( 7056 3600 2256 ) ( 7056 3600 2272 ) common/caulk -16 32 0.00 1 1 0 65696 0 +( 7168 2816 2160 ) ( 7168 3628 2160 ) ( 7152 3648 2160 ) common/caulk -24 16 0.00 1 1 0 65696 0 +( 7104 3648 2224 ) ( 7056 3600 2272 ) ( 7056 3600 2256 ) common/caulk 0 48 0.00 1 1 0 65696 0 +( 7056 2816 2256 ) ( 7168 2816 2272 ) ( 7168 2816 2240 ) common/caulk -16 48 0.00 1 1 0 65696 0 +( 7090 2830 2272 ) ( 7104 2816 2160 ) ( 7076 2844 2160 ) common/caulk 8 48 0.00 1 1 0 65696 0 +( 7152 3648 2160 ) ( 7168 3648 2160 ) ( 7084 3648 2244 ) common/caulk -32 48 0.00 1 1 0 65696 0 +} +// brush 322 +{ +( 6720 2752 2272 ) ( 6720 3584 2272 ) ( 7232 3584 2272 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7056 2752 2370 ) ( 7056 3584 2370 ) ( 7056 3584 1922 ) common/caulk 0 32 0.00 1 1 0 65696 0 +( 6832 3584 2368 ) ( 6832 2752 2368 ) ( 6832 2752 1920 ) common/caulk 0 32 0.00 1 1 0 65696 0 +( 6720 3584 2256 ) ( 6720 2752 2256 ) ( 7232 3584 2256 ) general_structure/jh_corrugate4dmg 128 0 0.00 1 1 0 32768 0 surfaceDensity 4 +( 6836 2864 2256 ) ( 6836 2864 2272 ) ( 7060 2864 2264 ) common/caulk 0 32 0.00 1 1 0 65696 0 +( 6840 3600 2272 ) ( 6840 3600 2256 ) ( 7064 3600 2264 ) common/caulk 0 32 0.00 1 1 0 65696 0 +} +// brush 323 +{ +( 6720 3648 2160 ) ( 6804 3648 2244 ) ( 6832 3600 2272 ) central_europe_winter/corrugated_snowcovered 53 -239 -90.00 1 1 0 67108864 0 +( 6832 2784 2256 ) ( 6832 3584 2256 ) ( 6736 3584 2160 ) general_structure/jh_corrugate4dmg 128 0 0.00 1 1 0 32768 0 surfaceDensity 4 +( 6832 3600 2272 ) ( 6832 3600 2256 ) ( 6832 2864 2256 ) common/caulk 48 32 0.00 1 1 0 65696 0 +( 6736 3648 2160 ) ( 6720 3628 2160 ) ( 6720 2816 2160 ) common/caulk 0 -48 0.00 1 1 0 65696 0 +( 6832 3600 2256 ) ( 6832 3600 2272 ) ( 6784 3648 2224 ) common/caulk 0 48 0.00 1 1 0 65696 0 +( 6719.999512 2816 2240 ) ( 6719.999512 2816 2272 ) ( 6832 2816 2256 ) common/caulk 8 48 0.00 1 1 0 65696 0 +( 6812 2844 2160 ) ( 6784 2816 2160 ) ( 6798 2830 2272.000488 ) common/caulk 8 48 0.00 1 1 0 65696 0 +( 6804 3648 2244 ) ( 6720 3648 2160 ) ( 6736 3648 2160 ) common/caulk -8 48 0.00 1 1 0 65696 0 +} +// brush 324 +{ +( 6832 3600 2272 ) ( 6832 3664 2208 ) ( 7056 3664 2208 ) central_europe_winter/corrugated_snowcovered -74 -175 -180.00 1 1 0 67108864 0 +( 7056 3600 2256 ) ( 7056 3664 2192 ) ( 6832 3664 2192 ) general_structure/jh_corrugate4dmg -63 -16 -180.00 1 1 0 32768 0 surfaceDensity 4 +( 6832 3600 2272 ) ( 7056 3600 2272 ) ( 7056 3600 2256 ) common/caulk 0 32 -180.00 1 -1 0 65696 0 +( 7056 3600 2272 ) ( 7120 3664 2208 ) ( 7104 3648 2208 ) common/caulk 4 32 -180.00 1 -1 0 65696 0 +( 6768 3664 2208 ) ( 6832 3600 2272 ) ( 6832 3600 2256 ) common/caulk 8 32 -180.00 1 -1 0 65696 0 +( 7092 3648 2208 ) ( 7108 3648 2208 ) ( 7100 3648 2272 ) common/caulk 0 32 -180.00 1 -1 0 65696 0 +} +// brush 325 +{ +( 7056 2864 2272 ) ( 7056 2800 2208 ) ( 6832 2800 2208 ) central_europe_winter/corrugated_snowcovered 117 -111 0.00 1 1 0 67108864 0 +( 6832 2864 2256 ) ( 6832 2800 2192 ) ( 7056 2800 2192 ) general_structure/jh_corrugate4dmg 128 48 0.00 1 1 0 32768 0 surfaceDensity 4 +( 7056 2864 2272 ) ( 6832.000488 2864 2272 ) ( 6832.000488 2864 2256 ) common/caulk 0 32 0.00 1 1 0 65696 0 +( 6832.000488 2864 2272.000244 ) ( 6768 2799.999756 2208 ) ( 6784.000488 2815.999756 2208 ) common/caulk 4 32 0.00 1 1 0 65696 0 +( 7120.000488 2800.000244 2208 ) ( 7056.000977 2864 2271.999756 ) ( 7056.000977 2864 2256 ) common/caulk 16 32 0.00 1 1 0 65696 0 +( 6796 2816 2208 ) ( 6780 2816 2208 ) ( 6788 2816 2272.000488 ) common/caulk 0 32 0.00 1 1 0 65696 0 +} +// brush 326 +{ +( 7068 2976 2244 ) ( 7068 2964 2244 ) ( 7056 2964 2256 ) common/caulk -16 0 90.00 1 -1 0 65696 0 +surfaceparm detail +( 7000 2964 2228 ) ( 7000 2964 2252 ) ( 7016 2964 2252 ) mohtest/wood_joist_trim_masked 16 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 7060 2976 2256 ) ( 7060 2960 2256 ) ( 6868 2960 2256 ) common/caulk 46 48 0.00 1 1 0 65696 0 +( 7032 2976 2256 ) ( 7032 2976 2232 ) ( 7048 2976 2232 ) mohtest/wood_joist_trim_masked 16 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 7068 2964 2244 ) ( 7068 2976 2244 ) ( 6820 2976 2244 ) mohtest/wood_joist_trim_masked -27 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6820 2964 2244 ) ( 6820 2976 2244 ) ( 6832 2976 2256 ) common/caulk -52 -17 90.00 1 -1 0 65696 0 +} +// brush 327 +{ +( 7068 3198 2244 ) ( 7068 3186 2244 ) ( 7056 3186 2256 ) common/caulk -46 0 90.00 1 -1 0 65696 0 +surfaceparm detail +( 7000 3186 2228 ) ( 7000 3186 2252 ) ( 7016 3186 2252 ) mohtest/wood_joist_trim_masked 16 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 7060 3198 2256 ) ( 7060 3182 2256 ) ( 6868 3182 2256 ) common/caulk 46 14 0.00 1 1 0 65696 0 +( 7032 3198 2256 ) ( 7032 3198 2232 ) ( 7048 3198 2232 ) mohtest/wood_joist_trim_masked 16 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 7068 3186 2244 ) ( 7068 3198 2244 ) ( 6820 3198 2244 ) mohtest/wood_joist_trim_masked -25 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6820 3186 2244 ) ( 6820 3198 2244 ) ( 6832 3198 2256 ) common/caulk -18 -17 90.00 1 -1 0 65696 0 +} +// brush 328 +{ +( 7068 3488 2244 ) ( 7068 3476 2244 ) ( 7056 3476 2256 ) common/caulk -16 0 90.00 1 -1 0 65696 0 +surfaceparm detail +( 7000 3476 2228 ) ( 7000 3476 2252 ) ( 7016 3476 2252 ) mohtest/wood_joist_trim_masked 16 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 7060 3488 2256 ) ( 7060 3472 2256 ) ( 6868 3472 2256 ) common/caulk 46 48 0.00 1 1 0 65696 0 +( 7032 3488 2256 ) ( 7032 3488 2232 ) ( 7048 3488 2232 ) mohtest/wood_joist_trim_masked 16 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 7068 3476 2244 ) ( 7068 3488 2244 ) ( 6820 3488 2244 ) mohtest/wood_joist_trim_masked -27 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6820 3476 2244 ) ( 6820 3488 2244 ) ( 6832 3488 2256 ) common/caulk -52 -17 90.00 1 -1 0 65696 0 +} +// brush 329 +{ +( 6880 3182 2096 ) ( 6880 3198 2096 ) ( 6864 3198 2096 ) common/caulk 52 26 0.00 1 1 0 65696 0 +surfaceparm detail +( 6848 3186 2144 ) ( 6872 3186 2144 ) ( 6872 3186 2128 ) mohtest/wood_joist_trim_masked -4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 3198 2112 ) ( 6880 3182 2112 ) ( 6880 3182 2304 ) mohtest/wood_joist_trim_masked -20 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6880 3198 2140 ) ( 6856 3198 2140 ) ( 6856 3198 2124 ) mohtest/wood_joist_trim_masked -4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6868 3186 2112 ) ( 6868 3202 2112 ) ( 6868 3202 2304 ) mohtest/wood_joist_trim_masked -20 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6868 3186 2244 ) ( 6874 3198 2244 ) ( 6880 3186 2244 ) common/caulk 0 14 0.00 1 1 0 65696 0 +} +// brush 330 +{ +( 7024 3182 2096 ) ( 7024 3198 2096 ) ( 7008 3198 2096 ) common/caulk 36 26 0.00 1 1 0 65696 0 +surfaceparm detail +( 6988 3186 2144 ) ( 7012 3186 2144 ) ( 7012 3186 2128 ) mohtest/wood_joist_trim_masked -20 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7020 3202 2112 ) ( 7020 3186 2112 ) ( 7020 3186 2304 ) mohtest/wood_joist_trim_masked -20 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 7024 3198 2140 ) ( 7000 3198 2140 ) ( 7000 3198 2124 ) mohtest/wood_joist_trim_masked -20 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7008 3182 2112 ) ( 7008 3198 2112 ) ( 7008 3198 2304 ) mohtest/wood_joist_trim_masked -20 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6864 3186 2244 ) ( 6870 3198 2244 ) ( 6876 3186 2244 ) common/caulk 0 14 0.00 1 1 0 65696 0 +} +// brush 331 +{ +( 6884 3476 2096 ) ( 6884 3492 2096 ) ( 6868 3492 2096 ) common/caulk 48 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6852 3476 2192 ) ( 6876 3476 2192 ) ( 6876 3476 2176 ) mohtest/wood_joist_trim_masked 0 15 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 3488 2160 ) ( 6880 3472 2160 ) ( 6880 3472 2352 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6880 3488 2188 ) ( 6856 3488 2188 ) ( 6856 3488 2172 ) mohtest/wood_joist_trim_masked 0 15 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6868 3476 2160 ) ( 6868 3492 2160 ) ( 6868 3492 2352 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6868 3476 2244 ) ( 6874 3488 2244 ) ( 6880 3476 2244 ) common/caulk 0 48 0.00 1 1 0 65696 0 +} +// brush 332 +{ +( 7020 3476 2096 ) ( 7020 3492 2096 ) ( 7004 3492 2096 ) common/caulk 36 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6992 3476 2144 ) ( 7016 3476 2144 ) ( 7016 3476 2128 ) mohtest/wood_joist_trim_masked -20 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7020 3488 2112 ) ( 7020 3472 2112 ) ( 7020 3472 2304 ) mohtest/wood_joist_trim_masked -26 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 7020 3488 2140 ) ( 6996 3488 2140 ) ( 6996 3488 2124 ) mohtest/wood_joist_trim_masked -20 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7008 3476 2112 ) ( 7008 3492 2112 ) ( 7008 3492 2304 ) mohtest/wood_joist_trim_masked -26 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6868 3476 2244 ) ( 6874 3488 2244 ) ( 6880 3476 2244 ) common/caulk 0 48 0.00 1 1 0 65696 0 +} +// brush 333 +{ +( 7224 3648 2080 ) ( 6712 3648 2080 ) ( 6712 2816 2080 ) mohtest/wdflr2a -64 -127 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6680 2832 2528 ) ( 7192 2832 2528 ) ( 7192 2832 2080 ) common/caulk 8 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7152 2816 2528 ) ( 7152 3648 2528 ) ( 7152 3648 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3648 2096 ) ( 7224 3648 2096 ) ( 6712 2816 2096 ) mohtest/wdflr2a -64 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7048 2912 2080 ) ( 7104 2912 2080 ) ( 7076 2912 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2832 2080 ) ( 7064 2856 2080 ) ( 7064 2844 2096 ) mohtest/wdflr2a 0 -63 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 334 +{ +( 7224 3648 2080 ) ( 6712 3648 2080 ) ( 6712 2816 2080 ) mohtest/wdflr2a -64 -127 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6680 2832 2528 ) ( 7192 2832 2528 ) ( 7192 2832 2080 ) common/caulk 8 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3648 2096 ) ( 7224 3648 2096 ) ( 6712 2816 2096 ) mohtest/wdflr2a -64 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7048 2844 2080 ) ( 7104 2844 2080 ) ( 7076 2844 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2852 2080 ) ( 7008 2908 2080 ) ( 7008 2880 2096 ) mohtest/wdflr2a 0 -63 90.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2856 2080 ) ( 7064 2832 2080 ) ( 7064 2844 2096 ) mohtest/wdflr2a 0 -63 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 335 +{ +( 7224 3648 2080 ) ( 6712 3648 2080 ) ( 6712 2816 2080 ) mohtest/wdflr2a -64 -127 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 7152 2816 2528 ) ( 7152 3648 2528 ) ( 7152 3648 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3648 2096 ) ( 7224 3648 2096 ) ( 6712 2816 2096 ) mohtest/wdflr2a -64 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3488 2080 ) ( 6896 3488 2080 ) ( 6856 3488 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 3088 2080 ) ( 7008 3200 2080 ) ( 7008 3144 2096 ) mohtest/wdflr2a -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7104 3184 2080 ) ( 7048 3184 2080 ) ( 7076 3184 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 336 +{ +( 7176 2816 2080 ) ( 7176 3648 2080 ) ( 6664 3648 2080 ) mohtest/wdflr2a -64 129 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6672 3104 2080 ) ( 6672 3104 2528 ) ( 7184 3104 2528 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 3648 2080 ) ( 6736 3648 2528 ) ( 6736 2816 2528 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7176 2816 2096 ) ( 6664 3648 2096 ) ( 7176 3648 2096 ) mohtest/wdflr2a -64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7032 3488 2096 ) ( 6992 3488 2080 ) ( 7072 3488 2080 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 3144 2096 ) ( 6880 3200 2080 ) ( 6880 3088 2080 ) mohtest/wdflr2a -64 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 337 +{ +( 7232 3648 1904 ) ( 6720 3648 1904 ) ( 6720 2816 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7120 3648 2176 ) ( 6768 3648 2176 ) ( 6736 3648 2128 ) central_europe_winter/railside2_wntr 128 98 0.00 1 1 0 16384 0 +( 6768 3632 2176 ) ( 7120 3632 2176 ) ( 7152 3632 2128 ) central_europe_winter/railside2_wntr 128 64 0.00 1 1 0 16384 0 +( 6736 3648 2120 ) ( 6736 3632 2128 ) ( 6736 3632 2112 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 6928 3632 2080 ) ( 6952 3648 2080 ) ( 6976 3632 2080 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 6752 3632 2048 ) ( 6752 3648 2000 ) ( 6752 3632 1952 ) central_europe_winter/railside2_wntr -64 64 0.00 1 1 0 16384 0 +} +// brush 338 +{ +( 7232 3650 1904 ) ( 6720 3650 1904 ) ( 6720 2818 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7120 3648 2160 ) ( 6768 3648 2160 ) ( 6736 3648 2112 ) central_europe_winter/railside2_wntr 128 82 0.00 1 1 0 16384 0 +( 6768 3632 2160 ) ( 7120 3632 2160 ) ( 7152 3632 2112 ) central_europe_winter/railside2_wntr 128 48 0.00 1 1 0 16384 0 +( 7152 3632 2112 ) ( 7152 3648 2104 ) ( 7152 3632 2096 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6928 3632 2080 ) ( 6952 3648 2080 ) ( 6976 3632 2080 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 7136 3648 2048 ) ( 7136 3632 2096 ) ( 7136 3632 2000 ) central_europe_winter/railside2_wntr -64 48 0.00 1 1 0 16384 0 +} +// brush 339 +{ +( 7296 3664 2032 ) ( 7296 3648 2032 ) ( 7120 3648 2208 ) central_europe_winter/corrugated_snowcovered 165 209 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6944 3680 1752 ) ( 6944 3680 1880 ) ( 6560 3680 1880 ) central_europe_winter/transjoist_w 7 -62 -134.98 1.000239 0.999548 0 16384 0 +surfaceparm detail +( 7296 3648 2016 ) ( 7296 3664 2016 ) ( 7120 3664 2192 ) general_structure/jh_corrugate4dmg 128 64 0.00 1 1 0 32768 0 +surfaceparm detail +( 7280 2784 2048 ) ( 7280 2784 2032 ) ( 7120 2784 2040 ) central_europe_winter/transjoist_w 9 65 -135.00 0.999893 -0.999893 0 16384 0 +surfaceparm detail +( 7200 3680 2031.999878 ) ( 7200 3616 2031.999878 ) ( 7200 3648 2208 ) central_europe_winter/transjoist_w 18 72 -90.00 1 1 0 16384 0 +surfaceparm detail +( 7168 3648 2111.999756 ) ( 7168 3680 2111.999756 ) ( 7168 3664 2208 ) common/caulk 16 -24 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 340 +{ +( 6592 3648 2032 ) ( 6592 3664 2032 ) ( 6768 3664 2208 ) central_europe_winter/corrugated_snowcovered 53 -239 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6768 3680 2208 ) ( 6592 3680 2032 ) ( 6592 3680 2016 ) central_europe_winter/transjoist_w 11 31 -45.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( 6592 3664 2016 ) ( 6592 3648 2016 ) ( 6768 3648 2192 ) general_structure/jh_corrugate4dmg 128 64 0.00 1 1 0 32768 0 +surfaceparm detail +( 6592 2784 2032 ) ( 6768 2784 2208 ) ( 6768 2784 2192 ) central_europe_winter/transjoist_w 16 -33 -45.02 1.000239 -0.999548 0 16384 0 +surfaceparm detail +( 6688 3616 2032 ) ( 6688 3680 2032 ) ( 6688 3648 2208.000488 ) central_europe_winter/transjoist_w 18 72 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6720 3328 2112 ) ( 6720 3248 2112 ) ( 6720 3288 2208.000488 ) common/caulk 49 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 341 +{ +( 7232 3648 1888 ) ( 6720 3648 1888 ) ( 6720 2816 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7168 2816 2336 ) ( 7168 3648 2336 ) ( 7168 3648 1888 ) central_europe_winter/railside2_wntr 256 -21 0.00 1 0.750000 0 16384 0 +( 7232 3648 2336 ) ( 6720 3648 2336 ) ( 6720 3648 1888 ) central_europe_winter/railside2_wntr 128 82 0.00 1 1 0 16384 0 +( 7152 3648 2336 ) ( 7152 2816 2336 ) ( 7152 3648 1888 ) central_europe_winter/railside2_wntr -64 48 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6752 2816 1888 ) ( 6720 2816 1888 ) ( 6736 2816 2208 ) central_europe_winter/railside2_wntr 448 -21 0.00 1 0.750000 0 16384 0 +( 7152 2848 2160 ) ( 7160 3648 2160 ) ( 7168 2848 2160 ) common/caulk 0 16 0.00 1 1 0 65696 0 +} +// brush 342 +{ +( 7232 3648 1888 ) ( 6720 3648 1888 ) ( 6720 2816 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7232 3648 2336 ) ( 6720 3648 2336 ) ( 6720 3648 1888 ) central_europe_winter/railside2_wntr 128 98 0.00 1 1 0 16384 0 +( 6720 3648 2336 ) ( 6720 2816 2336 ) ( 6720 2816 1888 ) central_europe_winter/railside2_wntr 256 -21 0.00 1 0.750000 0 16384 0 +( 6736 2816 2336 ) ( 6736 3648 2336 ) ( 6736 2816 1888 ) central_europe_winter/railside2_wntr -64 48 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6752 2816 1888 ) ( 6720 2816 1888 ) ( 6736 2816 2208 ) central_europe_winter/railside2_wntr 448 -21 0.00 1 0.750000 0 16384 0 +( 7152 2848 2160 ) ( 7160 3648 2160 ) ( 7168 2848 2160 ) common/caulk 0 16 0.00 1 1 0 65696 0 +} +// brush 343 +{ +( 7232 3648 1888 ) ( 6720 3648 1888 ) ( 6720 2816 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6672 2832 2336 ) ( 7184 2832 2336 ) ( 7184 2832 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7152 2832 2336 ) ( 7152 3664 2336 ) ( 7152 3664 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7248 3648 2336 ) ( 6736 3648 2336 ) ( 6736 3648 1888 ) TAardennes/flrwood1_repwinter 0 -192 0.00 1 1 0 16384 0 +( 6736 3680 2336 ) ( 6736 2848 2336 ) ( 6736 2848 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6720 3648 1904 ) ( 7232 3648 1904 ) ( 6720 2816 1904 ) TAardennes/flrwood1_repwinter 0 -192 0.00 1 1 0 16384 0 surfaceDensity 4 +} +// brush 344 +{ +( 6876 2876 2096 ) ( 6876 3040 2096 ) ( 6864 3040 2096 ) common/nodraw 24 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6860 3040 2128 ) ( 6872 3040 2128 ) ( 6872 2876 2128 ) common/nodraw 24 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6872 3240 2096 ) ( 6872 3240 2112 ) ( 6872 3076 2112 ) common/nodraw -40 13 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6952 3476 2096 ) ( 6952 3476 2112 ) ( 6940 3476 2112 ) common/nodraw 24 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6876 2880 2096 ) ( 6876 2880 2112 ) ( 6876 3044 2112 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +( 6888 3198 2096 ) ( 6864 3198 2096 ) ( 6876 3198 2128 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +} +// brush 345 +{ +( 7024 3040 2096 ) ( 7012 3040 2096 ) ( 7012 2876 2096 ) common/nodraw 8 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 7016 2876 2128 ) ( 7016 3040 2128 ) ( 7028 3040 2128 ) common/nodraw 8 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 7016 3078 2112 ) ( 7016 3242 2112 ) ( 7016 3242 2096 ) common/nodraw -40 13 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6948 3476 2112 ) ( 6936 3476 2112 ) ( 6936 3476 2096 ) common/nodraw 8 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 7012 3040 2112 ) ( 7012 2876 2112 ) ( 7012 2876 2096 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +( 7024 3198 2096 ) ( 7008 3198 2096 ) ( 7016 3198 2128 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +} +// brush 346 +{ +( 6926 5360 2048 ) ( 6910 5360 2048 ) ( 6910 4744 2048 ) general_structure/beam_wood1 -234 16 90.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6902 4744 2064 ) ( 6902 5360 2064 ) ( 6918 5360 2064 ) common/caulk -50 28 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6918 4744 2064 ) ( 6918 5360 2064 ) ( 6918 5360 1904 ) general_structure/beam_wood1 -240 0 0.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6896 5744 2064 ) ( 6880 5744 2064 ) ( 6880 5744 1904 ) common/caulk -9 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6902 5360 2064 ) ( 6902 4744 2064 ) ( 6902 4744 1904 ) general_structure/beam_wood1 -240 0 0.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6938 5392 2048 ) ( 6910 5392 2048 ) ( 6924 5392 2064 ) common/caulk 17 -26 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 347 +{ +( 6774 5360 2048 ) ( 6758 5360 2048 ) ( 6758 4744 2048 ) general_structure/beam_wood1 -234 0 90.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6750 4744 2064 ) ( 6750 5360 2064 ) ( 6766 5360 2064 ) common/caulk -50 3 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6766 4744 2064 ) ( 6766 5360 2064 ) ( 6766 5360 1904 ) general_structure/beam_wood1 -240 0 0.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6744 5744 2064 ) ( 6728 5744 2064 ) ( 6728 5744 1904 ) common/caulk 15 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6750 5360 2064 ) ( 6750 4744 2064 ) ( 6750 4744 1904 ) general_structure/beam_wood1 -240 0 0.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6786 5392 2048 ) ( 6758 5392 2048 ) ( 6772 5392 2064 ) common/caulk -7 -26 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 348 +{ +( 6230 5360 2048 ) ( 6214 5360 2048 ) ( 6214 4744 2048 ) general_structure/beam_wood1 -234 0 90.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6206 4744 2064 ) ( 6206 5360 2064 ) ( 6222 5360 2064 ) common/caulk -50 -28 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6222 4744 2064 ) ( 6222 5360 2064 ) ( 6222 5360 1904 ) general_structure/beam_wood1 -240 0 0.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6200 5744 2064 ) ( 6184 5744 2064 ) ( 6184 5744 1904 ) common/caulk 47 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6206 5360 2064 ) ( 6206 4744 2064 ) ( 6206 4744 1904 ) general_structure/beam_wood1 -240 0 0.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6242 5392 2048 ) ( 6214 5392 2048 ) ( 6228 5392 2064 ) common/caulk -39 -26 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 349 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( 5153 6047 1790 0 0 ) ( 5153 6047 1927.500000 0 8.593750 ) ( 5153 6047 2065 0 17.187500 ) ) +( ( 5154 6048 1790 0.088388 0 ) ( 5154 6048 1927.500000 0.088388 8.593750 ) ( 5154 6048 2065 0.088388 17.187500 ) ) +( ( 5153 6049 1790 0.176777 0 ) ( 5153 6049 1927.500000 0.176777 8.593750 ) ( 5153 6049 2065 0.176777 17.187500 ) ) +( ( 5152 6050 1790 0.265165 0 ) ( 5152 6050 1927.500000 0.265165 8.593750 ) ( 5152 6050 2065 0.265165 17.187500 ) ) +( ( 5151 6049 1790 0.353553 0 ) ( 5151 6049 1927.500000 0.353553 8.593750 ) ( 5151 6049 2065 0.353553 17.187500 ) ) +( ( 5150 6048 1790 0.441942 0 ) ( 5150 6048 1927.500000 0.441942 8.593750 ) ( 5150 6048 2065 0.441942 17.187500 ) ) +( ( 5151 6047 1790 0.530330 0 ) ( 5151 6047 1927.500000 0.530330 8.593750 ) ( 5151 6047 2065 0.530330 17.187500 ) ) +( ( 5152 6046 1790 0.618718 0 ) ( 5152 6046 1927.500000 0.618718 8.593750 ) ( 5152 6046 2065 0.618718 17.187500 ) ) +( ( 5153 6047 1790 0.707107 0 ) ( 5153 6047 1927.500000 0.707107 8.593750 ) ( 5153 6047 2065 0.707107 17.187500 ) ) +) + } + } +// brush 350 + { + patchDef2 + { + central_europe/carpet_fancy3 + ( 3 3 0 -2013265920 0 surfaceDensity 4 ) +( +( ( 6672 5696 1905 0 0 ) ( 6824 5696 1905 0 0.500000 ) ( 6976 5696 1905 0 1 ) ) +( ( 6672 5568 1905 0.500000 0 ) ( 6824 5568 1905 0.500000 0.500000 ) ( 6976 5568 1905 0.500000 1 ) ) +( ( 6672 5440 1905 1 0 ) ( 6824 5440 1905 1 0.500000 ) ( 6976 5440 1905 1 1 ) ) +) + } + } +// brush 351 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6776 4880 2237 0 0 ) ( 6776 4880 2203 0 0.375000 ) ( 6776 4880 2169 0 0.750000 ) ) +( ( 6752 4989 2237 0.500000 0 ) ( 6752 4989 2203 0.500000 0.375000 ) ( 6752 4989 2169 0.500000 0.750000 ) ) +( ( 6728 5098 2237 1 0 ) ( 6728 5098 2203 1 0.375000 ) ( 6728 5098 2169 1 0.750000 ) ) +) + } + } +// brush 352 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6728 5098 2237 0 0 ) ( 6728 5098 2203 0 0.375000 ) ( 6728 5098 2169 0 0.750000 ) ) +( ( 6752 4989 2237 0.500000 0 ) ( 6752 4989 2203 0.500000 0.375000 ) ( 6752 4989 2169 0.500000 0.750000 ) ) +( ( 6776 4880 2237 1 0 ) ( 6776 4880 2203 1 0.375000 ) ( 6776 4880 2169 1 0.750000 ) ) +) + } + } +// brush 353 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6944 3424 2312 0 0 ) ( 6944 3424 2234 0 0.375000 ) ( 6944 3424 2156 0 0.750000 ) ) +( ( 6944 3240 2312 1 0 ) ( 6944 3240 2234 1 0.375000 ) ( 6944 3240 2156 1 0.750000 ) ) +( ( 6944 3056 2312 2 0 ) ( 6944 3056 2234 2 0.375000 ) ( 6944 3056 2156 2 0.750000 ) ) +) + } + } +// brush 354 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6944 3056 2312 0 0 ) ( 6944 3056 2234 0 0.375000 ) ( 6944 3056 2156 0 0.750000 ) ) +( ( 6944 3240 2312 1 0 ) ( 6944 3240 2234 1 0.375000 ) ( 6944 3240 2156 1 0.750000 ) ) +( ( 6944 3424 2312 2 0 ) ( 6944 3424 2234 2 0.375000 ) ( 6944 3424 2156 2 0.750000 ) ) +) + } + } +// brush 355 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6816 3056 2276 0 0 ) ( 6816 3056 2242 0 0.375000 ) ( 6816 3056 2208 0 0.750000 ) ) +( ( 6880 3056 2276 0.500000 0 ) ( 6880 3056 2242 0.500000 0.375000 ) ( 6880 3056 2208 0.500000 0.750000 ) ) +( ( 6944 3056 2276 1 0 ) ( 6944 3056 2242 1 0.375000 ) ( 6944 3056 2208 1 0.750000 ) ) +) + } + } +// brush 356 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6944 3056 2276 0 0 ) ( 6944 3056 2242 0 0.375000 ) ( 6944 3056 2208 0 0.750000 ) ) +( ( 6880 3056 2276 0.500000 0 ) ( 6880 3056 2242 0.500000 0.375000 ) ( 6880 3056 2208 0.500000 0.750000 ) ) +( ( 6816 3056 2276 1 0 ) ( 6816 3056 2242 1 0.375000 ) ( 6816 3056 2208 1 0.750000 ) ) +) + } + } +// brush 357 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6568 5050 2237 0 0 ) ( 6568 5050 2203 0 0.375000 ) ( 6568 5050 2169 0 0.750000 ) ) +( ( 6488 5050 2237 0.500000 0 ) ( 6488 5050 2203 0.500000 0.375000 ) ( 6488 5050 2169 0.500000 0.750000 ) ) +( ( 6408 5050 2237 1 0 ) ( 6408 5050 2203 1 0.375000 ) ( 6408 5050 2169 1 0.750000 ) ) +) + } + } +// brush 358 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6408 5050 2237 0 0 ) ( 6408 5050 2203 0 0.375000 ) ( 6408 5050 2169 0 0.750000 ) ) +( ( 6488 5050 2237 0.500000 0 ) ( 6488 5050 2203 0.500000 0.375000 ) ( 6488 5050 2169 0.500000 0.750000 ) ) +( ( 6568 5050 2237 1 0 ) ( 6568 5050 2203 1 0.375000 ) ( 6568 5050 2169 1 0.750000 ) ) +) + } + } +// brush 359 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6568 5050 2237 0 0 ) ( 6568 5050 2203 0 0.375000 ) ( 6568 5050 2169 0 0.750000 ) ) +( ( 6648 5074 2237 0.500000 0 ) ( 6648 5074 2203 0.500000 0.375000 ) ( 6648 5074 2169 0.500000 0.750000 ) ) +( ( 6728 5098 2237 1 0 ) ( 6728 5098 2203 1 0.375000 ) ( 6728 5098 2169 1 0.750000 ) ) +) + } + } +// brush 360 + { + patchDef2 + { + general_industrial/wires3_barn + ( 3 3 536870912 -2147448784 0 ) +( +( ( 6728 5098 2237 0 0 ) ( 6728 5098 2203 0 0.375000 ) ( 6728 5098 2169 0 0.750000 ) ) +( ( 6648 5074 2237 0.500000 0 ) ( 6648 5074 2203 0.500000 0.375000 ) ( 6648 5074 2169 0.500000 0.750000 ) ) +( ( 6568 5050 2237 1 0 ) ( 6568 5050 2203 1 0.375000 ) ( 6568 5050 2169 1 0.750000 ) ) +) + } + } +// brush 361 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 163.643280 ) +( +( ( 6561 3008 2126 0 0 ) ( 6561 3008 2100 0 0.400000 ) ( 6561 3008 2074 0 0.800000 ) ) +( ( 6624 3008 2102 0.750000 0 ) ( 6624 3008 2085 0.750000 0.400000 ) ( 6624 3008 2052 0.750000 0.800000 ) ) +( ( 6687 3008 2126 1.500000 0 ) ( 6687 3008 2100 1.500000 0.400000 ) ( 6687 3008 2074 1.500000 0.800000 ) ) +) + } + } +// brush 362 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 42.362499 ) +( +( ( 7082 4228 2287 0 0 ) ( 7082 4228 2270 0 0.400000 ) ( 7082 4228 2244 0 0.800000 ) ) +( ( 6975 4555.869141 2199 2 0 ) ( 6975 4555.869141 2168 2 0.400000 ) ( 6975 4555.869141 2090 2 0.800000 ) ) +( ( 6880 4848 2239 4 0 ) ( 6880 4848 2225 4 0.400000 ) ( 6880 4848 2203 4 0.800000 ) ) +) + } + } +// brush 363 +{ +( 6576 4740 2080 ) ( 6560 4740 2080 ) ( 6560 4684 2080 ) common/caulk -8 -28 0.00 1 1 0 65696 0 +surfaceparm detail subdivisions 12.347252 +( 6560 4684 2088 ) ( 6560 4740 2088 ) ( 6576 4740 2088 ) central_europe/small_cobble 0 -44 0.00 1 1 0 65536 0 +surfaceparm detail surfaceDensity 4 subdivisions 12.347252 +( 6560 4673 2128 ) ( 6576 4673 2128 ) ( 6576 4673 2080 ) central_europe/small_cobble 0 48 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 12.347252 +( 6576 4684 2128 ) ( 6576 4740 2128 ) ( 6576 4740 2080 ) common/caulk -2 -15 90.00 1 -1 0 65696 0 +surfaceparm detail subdivisions 12.347252 +( 6576 4744 2128 ) ( 6560 4744 2128 ) ( 6560 4744 2080 ) common/caulk -8 16 0.00 1 1 0 65696 0 subdivisions 12.347252 +( 6448 4740 2116 ) ( 6448 4684 2116 ) ( 6448 4684 2068 ) central_europe/small_cobble 24 32 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail subdivisions 12.347252 +} +// brush 364 +{ +( 6100 4558 1980 ) ( 6100 4562 1980 ) ( 6096 4562 1980 ) mohtest/wood_joist_trim_masked -16 0 -90.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 6114 4562 2012 ) ( 6114 4558 2012 ) ( 6096 4558 2012 ) common/caulk -22 -1 90.00 1 1 0 65696 0 +surfaceparm detail +( 6096 4558 1980 ) ( 6096 4562 1980 ) ( 6096 4562 2012 ) common/caulk -22 58 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6126 4558 2009 ) ( 6103 4558 1980 ) ( 6096 4558 1980 ) mohtest/wood_joist_trim_masked -5 87 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6114 4562 2009 ) ( 6114 4558 2009 ) ( 6114 4558 2012 ) mohtest/wood_joist_trim_masked -16 80 -180.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 6121 4562 2008 ) ( 6121 4562 2011 ) ( 6096 4562 2012 ) mohtest/wood_joist_trim_masked -5 87 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6100 4562 1980 ) ( 6100 4558 1980 ) ( 6114 4558 2009 ) mohtest/wood_joist_trim_masked -5 -109 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 365 +{ +( 6206 4468 1980 ) ( 6202 4468 1980 ) ( 6202 4464 1980 ) mohtest/wood_joist_trim_masked 0 0 0.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 6202 4482 2012 ) ( 6206 4482 2012 ) ( 6206 4464 2012 ) common/caulk 54 30 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6206 4464 1980 ) ( 6202 4464 1980 ) ( 6202 4464 2012 ) common/caulk 54 58 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6206 4494 2009 ) ( 6206 4471 1980 ) ( 6206 4464 1980 ) mohtest/wood_joist_trim_masked -5 -9 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6202 4482 2009 ) ( 6206 4482 2009 ) ( 6206 4482 2012 ) mohtest/wood_joist_trim_masked 0 80 0.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 6202 4489 2008 ) ( 6202 4489 2011 ) ( 6202 4464 2012 ) mohtest/wood_joist_trim_masked -5 -9 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6202 4468 1980 ) ( 6206 4468 1980 ) ( 6206 4482 2009 ) mohtest/wood_joist_trim_masked -5 31 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 366 +{ +( 6632 6768 1888 ) ( 6144 6768 1888 ) ( 6144 6524 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 6092 6524 2144 ) ( 6092 6768 2144 ) ( 6580 6768 2144 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 6632 6488 2560 ) ( 6632 6488 1888 ) ( 6264 6488 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 6632 6488 1888 ) ( 6632 6488 2560 ) ( 6688 6768 2560 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 6076 6792 2144 ) ( 6076 6792 1888 ) ( 6688 6768 1888 ) common/clip -4 0 0.00 1 1 196608 2193 0 +( 6076 6792 1888 ) ( 6076 6792 2144 ) ( 6264 6488 2144 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 367 +{ +( 5192 6088 2020 ) ( 5112 6088 2020 ) ( 5112 6008 2020 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5112 6008 2092 ) ( 5112 6088 2092 ) ( 5192 6088 2092 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5112 6000 2064 ) ( 5192 6000 2064 ) ( 5192 6000 1784 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5200 6008 2064 ) ( 5200 6088 2064 ) ( 5200 6088 1784 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5192 6096 2064 ) ( 5112 6096 2064 ) ( 5112 6096 1784 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5104 6084 2064 ) ( 5104 6004 2064 ) ( 5104 6004 1784 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5188 6012 2020 ) ( 5176 6000 2020 ) ( 5182 6006 2092 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5188 6084 2020 ) ( 5192 6080 2020 ) ( 5190 6082 2092 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5112 6080 2020 ) ( 5116 6084 2020 ) ( 5114 6082 2092 ) common/clip 0 0 0.00 1 1 196608 2193 0 +( 5120 6008 2020 ) ( 5116 6012 2020 ) ( 5118 6010 2092 ) common/clip 0 0 0.00 1 1 196608 2193 0 +} +// brush 368 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail ) +( +( ( 5174 6049.333008 2068.333496 0 0 ) ( 5180 6049.333008 2068.333496 0 0.015625 ) ( 5186 6049.333008 2068.333496 0 0.031250 ) ) +( ( 5174 6048 2069 0.125000 0 ) ( 5180 6048 2069 0.125000 0.015625 ) ( 5186 6048 2069 0.125000 0.031250 ) ) +( ( 5174 6046.666992 2068.333496 0.250000 0 ) ( 5180 6046.666992 2068.333496 0.250000 0.015625 ) ( 5186 6046.666992 2068.333496 0.250000 0.031250 ) ) +( ( 5174 6046 2067 0.269531 0 ) ( 5180 6046 2067 0.269531 0.015625 ) ( 5186 6046 2067 0.269531 0.031250 ) ) +( ( 5174 6046.666992 2065.666504 0.289063 0 ) ( 5180 6046.666992 2065.666504 0.289063 0.015625 ) ( 5186 6046.666992 2065.666504 0.289063 0.031250 ) ) +( ( 5174 6048 2065 0.414063 0 ) ( 5180 6048 2065 0.414063 0.015625 ) ( 5186 6048 2065 0.414063 0.031250 ) ) +( ( 5174 6049.333008 2065.666504 0.539063 0 ) ( 5180 6049.333008 2065.666504 0.539063 0.015625 ) ( 5186 6049.333008 2065.666504 0.539063 0.031250 ) ) +( ( 5174 6050 2067 0.558594 0 ) ( 5180 6050 2067 0.558594 0.015625 ) ( 5186 6050 2067 0.558594 0.031250 ) ) +( ( 5174 6049.333008 2068.333496 0.578125 0 ) ( 5180 6049.333008 2068.333496 0.578125 0.015625 ) ( 5186 6049.333008 2068.333496 0.578125 0.031250 ) ) +) + } + } +// brush 369 +{ +( 6524 4828 1980 ) ( 6528 4828 1980 ) ( 6528 4832 1980 ) mohtest/wood_joist_trim_masked -24 64 -180.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 6528 4814 2012 ) ( 6524 4814 2012 ) ( 6524 4832 2012 ) common/caulk -4 -18 0.00 1 1 0 65696 0 +surfaceparm detail +( 6524 4832 1980 ) ( 6528 4832 1980 ) ( 6528 4832 2012 ) common/caulk -4 58 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6524 4802 2009 ) ( 6524 4825 1980 ) ( 6524 4832 1980 ) mohtest/wood_joist_trim_masked -5 39 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6528 4814 2009 ) ( 6524 4814 2009 ) ( 6524 4814 2012 ) mohtest/wood_joist_trim_masked -24 80 -180.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 6528 4807 2008 ) ( 6528 4807 2011 ) ( 6528 4832 2012 ) mohtest/wood_joist_trim_masked -5 39 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6528 4828 1980 ) ( 6524 4828 1980 ) ( 6524 4814 2009 ) mohtest/wood_joist_trim_masked -5 -27 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 370 +{ +( 6398 4828 1980 ) ( 6402 4828 1980 ) ( 6402 4832 1980 ) mohtest/wood_joist_trim_masked 16 64 -180.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 6402 4814 2012 ) ( 6398 4814 2012 ) ( 6398 4832 2012 ) common/caulk -6 -18 0.00 1 1 0 65696 0 +surfaceparm detail +( 6398 4832 1980 ) ( 6402 4832 1980 ) ( 6402 4832 2012 ) common/caulk -6 58 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6398 4802 2009 ) ( 6398 4825 1980 ) ( 6398 4832 1980 ) mohtest/wood_joist_trim_masked -5 39 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6402 4814 2009 ) ( 6398 4814 2009 ) ( 6398 4814 2012 ) mohtest/wood_joist_trim_masked 16 80 -180.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 6402 4807 2008 ) ( 6402 4807 2011 ) ( 6402 4832 2012 ) mohtest/wood_joist_trim_masked -5 39 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6402 4828 1980 ) ( 6398 4828 1980 ) ( 6398 4814 2009 ) mohtest/wood_joist_trim_masked -5 99 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 371 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 2795 1413 1438 0 0 ) ( 2795 1413 1412 0 0.400000 ) ( 2795 1413 1386 0 0.800000 ) ) +( ( 2896 1413 1438 1.500000 0 ) ( 2896 1413 1412 1.500000 0.400000 ) ( 2896 1413 1386 1.500000 0.800000 ) ) +( ( 2997 1413 1438 3 0 ) ( 2997 1413 1412 3 0.400000 ) ( 2997 1413 1386 3 0.800000 ) ) +) + } + } +// brush 372 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 2795 1211 1438 0 0 ) ( 2795 1211 1412 0 0.400000 ) ( 2795 1211 1386 0 0.800000 ) ) +( ( 2795 1312 1438 1.500000 0 ) ( 2795 1312 1412 1.500000 0.400000 ) ( 2795 1312 1386 1.500000 0.800000 ) ) +( ( 2795 1413 1438 3 0 ) ( 2795 1413 1412 3 0.400000 ) ( 2795 1413 1386 3 0.800000 ) ) +) + } + } +// brush 373 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 2997 1413 1438 0 0 ) ( 2997 1413 1412 0 0.400000 ) ( 2997 1413 1386 0 0.800000 ) ) +( ( 2997 1312 1438 1.500000 0 ) ( 2997 1312 1412 1.500000 0.400000 ) ( 2997 1312 1386 1.500000 0.800000 ) ) +( ( 2997 1211 1438 3 0 ) ( 2997 1211 1412 3 0.400000 ) ( 2997 1211 1386 3 0.800000 ) ) +) + } + } +// brush 374 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 2997 1211 1438 0 0 ) ( 2997 1211 1412 0 0.400000 ) ( 2997 1211 1386 0 0.800000 ) ) +( ( 2896 1211 1438 1.500000 0 ) ( 2896 1211 1412 1.500000 0.400000 ) ( 2896 1211 1386 1.500000 0.800000 ) ) +( ( 2795 1211 1438 3 0 ) ( 2795 1211 1412 3 0.400000 ) ( 2795 1211 1386 3 0.800000 ) ) +) + } + } +// brush 375 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 2737 1423 1104 0 0 ) ( 2737 1423 1078 0 0.400000 ) ( 2737 1423 1052 0 0.800000 ) ) +( ( 2661 1423 1104 1 0 ) ( 2661 1423 1078 1 0.400000 ) ( 2661 1423 1052 1 0.800000 ) ) +( ( 2585 1423 1104 2 0 ) ( 2585 1423 1078 2 0.400000 ) ( 2585 1423 1052 2 0.800000 ) ) +) + } + } +// brush 376 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 2737 1649 1104 0 0 ) ( 2737 1649 1078 0 0.400000 ) ( 2737 1649 1052 0 0.800000 ) ) +( ( 2737 1536 1104 1.500000 0 ) ( 2737 1536 1078 1.500000 0.400000 ) ( 2737 1536 1052 1.500000 0.800000 ) ) +( ( 2737 1423 1104 3 0 ) ( 2737 1423 1078 3 0.400000 ) ( 2737 1423 1052 3 0.800000 ) ) +) + } + } +// brush 377 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 2255 1649 1104 0 0 ) ( 2255 1649 1078 0 0.400000 ) ( 2255 1649 1052 0 0.800000 ) ) +( ( 2496 1649 1104 2.500000 0 ) ( 2496 1649 1078 2.500000 0.400000 ) ( 2496 1649 1052 2.500000 0.800000 ) ) +( ( 2737 1649 1104 5 0 ) ( 2737 1649 1078 5 0.400000 ) ( 2737 1649 1052 5 0.800000 ) ) +) + } + } +// brush 378 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 2255 1521 1104 0 0 ) ( 2255 1521 1078 0 0.400000 ) ( 2255 1521 1052 0 0.800000 ) ) +( ( 2255 1585 1104 1 0 ) ( 2255 1585 1078 1 0.400000 ) ( 2255 1585 1052 1 0.800000 ) ) +( ( 2255 1649 1104 2 0 ) ( 2255 1649 1078 2 0.400000 ) ( 2255 1649 1052 2 0.800000 ) ) +) + } + } +// brush 379 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 1967 1521 1104 0 0 ) ( 1967 1521 1078 0 0.400000 ) ( 1967 1521 1052 0 0.800000 ) ) +( ( 2111 1521 1104 2 0 ) ( 2111 1521 1078 2 0.400000 ) ( 2111 1521 1052 2 0.800000 ) ) +( ( 2255 1521 1104 4 0 ) ( 2255 1521 1078 4 0.400000 ) ( 2255 1521 1052 4 0.800000 ) ) +) + } + } +// brush 380 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 1967 1087 1104 0 0 ) ( 1967 1087 1078 0 0.400000 ) ( 1967 1087 1052 0 0.800000 ) ) +( ( 1967 1304 1104 2 0 ) ( 1967 1304 1078 2 0.400000 ) ( 1967 1304 1052 2 0.800000 ) ) +( ( 1967 1521 1104 4 0 ) ( 1967 1521 1078 4 0.400000 ) ( 1967 1521 1052 4 0.800000 ) ) +) + } + } +// brush 381 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 2585 1423 1104 0 0 ) ( 2585 1423 1078 0 0.400000 ) ( 2585 1423 1052 0 0.800000 ) ) +( ( 2585 1255 1104 2 0 ) ( 2585 1255 1078 2 0.400000 ) ( 2585 1255 1052 2 0.800000 ) ) +( ( 2585 1087 1104 4 0 ) ( 2585 1087 1078 4 0.400000 ) ( 2585 1087 1052 4 0.800000 ) ) +) + } + } +// brush 382 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 63.895229 ) +( +( ( 2585 1087 1104 0 0 ) ( 2585 1087 1078 0 0.400000 ) ( 2585 1087 1052 0 0.800000 ) ) +( ( 2476 1087 1104 3.500000 0 ) ( 2476 1087 1066 3.500000 0.400000 ) ( 2476 1087 1012 3.500000 0.800000 ) ) +( ( 1967 1087 1104 7 0 ) ( 1967 1087 1078 7 0.400000 ) ( 1967 1087 1067 7 0.800000 ) ) +) + } + } +// brush 383 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 14.804426 ) +( +( ( 7136 3680 2193 0 0 ) ( 7136 3680 2180 0 0.400000 ) ( 7136 3680 2158 0 0.800000 ) ) +( ( 7121 3833.869141 2195 2 0 ) ( 7121 3833.869141 2172 2 0.400000 ) ( 7121 3833.869141 2064 2 0.800000 ) ) +( ( 7084 4222 2287 4 0 ) ( 7084 4222 2269 4 0.400000 ) ( 7084 4222 2245 4 0.800000 ) ) +) + } + } +// brush 384 + { + patchDef2 + { + central_europe_winter/joist_w + ( 9 3 0 -2147467264 0 subdivisions 167.874115 ) +( +( ( 7145 4218 1823 0 0 ) ( 7145 4218 2065.500000 0 4 ) ( 7145 4218 2308 0 8 ) ) +( ( 7152 4218 1823 0.500000 0 ) ( 7152 4218 2065.500000 0.500000 4 ) ( 7152 4218 2308 0.500000 8 ) ) +( ( 7152 4225 1823 1 0 ) ( 7152 4225 2065.500000 1 4 ) ( 7152 4225 2308 1 8 ) ) +( ( 7152 4232 1823 1.500000 0 ) ( 7152 4232 2065.500000 1.500000 4 ) ( 7152 4232 2308 1.500000 8 ) ) +( ( 7145 4232 1823 2 0 ) ( 7145 4232 2065.500000 2 4 ) ( 7145 4232 2308 2 8 ) ) +( ( 7138 4232 1823 2.500000 0 ) ( 7138 4232 2065.500000 2.500000 4 ) ( 7138 4232 2308 2.500000 8 ) ) +( ( 7138 4225 1823 3 0 ) ( 7138 4225 2065.500000 3 4 ) ( 7138 4225 2308 3 8 ) ) +( ( 7138 4218 1823 3.500000 0 ) ( 7138 4218 2065.500000 3.500000 4 ) ( 7138 4218 2308 3.500000 8 ) ) +( ( 7145 4218 1823 4 0 ) ( 7145 4218 2065.500000 4 4 ) ( 7145 4218 2308 4 8 ) ) +) + } + } +// brush 385 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 5848 3536 2046 0 0 ) ( 5848 3536 2020 0 0.400000 ) ( 5848 3536 1994 0 0.800000 ) ) +( ( 5904 3536 2046 0.750000 0 ) ( 5904 3536 2020 0.750000 0.400000 ) ( 5904 3536 1994 0.750000 0.800000 ) ) +( ( 5960 3536 2046 1.500000 0 ) ( 5960 3536 2020 1.500000 0.400000 ) ( 5960 3536 1994 1.500000 0.800000 ) ) +) + } + } +// brush 386 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 5960 3408 2046 0 0 ) ( 5960 3408 2020 0 0.400000 ) ( 5960 3408 1994 0 0.800000 ) ) +( ( 5904 3408 2046 0.750000 0 ) ( 5904 3408 2020 0.750000 0.400000 ) ( 5904 3408 1994 0.750000 0.800000 ) ) +( ( 5848 3408 2046 1.500000 0 ) ( 5848 3408 2020 1.500000 0.400000 ) ( 5848 3408 1994 1.500000 0.800000 ) ) +) + } + } +// brush 387 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 5408 3905 2088 0 0 ) ( 5408 3905 2062 0 0.400000 ) ( 5408 3905 2036 0 0.800000 ) ) +( ( 5712 3905 2088 3.500000 0 ) ( 5712 3905 2062 3.500000 0.400000 ) ( 5712 3905 2036 3.500000 0.800000 ) ) +( ( 6016 3905 2088 7 0 ) ( 6016 3905 2062 7 0.400000 ) ( 6016 3905 2036 7 0.800000 ) ) +) + } + } +// brush 388 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6016 3623 2018 0 0 ) ( 6016 3623 1992 0 0.400000 ) ( 6016 3623 1966 0 0.800000 ) ) +( ( 5712 3623 2018 2.750000 0 ) ( 5712 3623 1992 2.750000 0.400000 ) ( 5712 3623 1966 2.750000 0.800000 ) ) +( ( 5408 3623 2018 5.500000 0 ) ( 5408 3623 1992 5.500000 0.400000 ) ( 5408 3623 1966 5.500000 0.800000 ) ) +) + } + } +// brush 389 +{ +( 6400 4832 1952 ) ( 6392 4832 1952 ) ( 6392 4784 1952 ) general_industrial/basecrete_seem_pit2 -38 -40 0.00 1 1 0 65536 0 +surfaceparm detail +( 6392 4784 1960 ) ( 6392 4832 1960 ) ( 6400 4832 1960 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6392 4788 1960 ) ( 6400 4788 1960 ) ( 6400 4788 1952 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6400 4784 1960 ) ( 6400 4832 1960 ) ( 6400 4832 1952 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6400 4832 1960 ) ( 6392 4832 1960 ) ( 6392 4832 1952 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6388 4832 1960 ) ( 6388 4784 1960 ) ( 6388 4784 1952 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 390 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 7057 5777 2064 0 0 ) ( 7057 5777 2032 0 0.400000 ) ( 7057 5777 2000 0 0.800000 ) ) +( ( 7057 5312 2064 4 0 ) ( 7057 5312 2032 4 0.400000 ) ( 7057 5312 2000 4 0.800000 ) ) +( ( 7057 4847 2064 8 0 ) ( 7057 4847 2032 8 0.400000 ) ( 7057 4847 2000 8 0.800000 ) ) +) + } + } +// brush 391 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6865 5777 2064 0 0 ) ( 6865 5777 2032 0 0.400000 ) ( 6865 5777 2000 0 0.800000 ) ) +( ( 6961 5777 2064 1 0 ) ( 6961 5777 2032 1 0.400000 ) ( 6961 5777 2000 1 0.800000 ) ) +( ( 7057 5777 2064 2 0 ) ( 7057 5777 2032 2 0.400000 ) ( 7057 5777 2000 2 0.800000 ) ) +) + } + } +// brush 392 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6865 5777 2000 0 0.800000 ) ( 6865 5777 2032 0 0.400000 ) ( 6865 5777 2064 0 0 ) ) +( ( 6865 5832.500000 2000 0.500000 0.800000 ) ( 6865 5832.500000 2032 0.500000 0.400000 ) ( 6865 5832.500000 2064 0.500000 0 ) ) +( ( 6865 5888 2000 1 0.800000 ) ( 6865 5888 2032 1 0.400000 ) ( 6865 5888 2064 1 0 ) ) +) + } + } +// brush 393 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6511 5777 2064 0 0 ) ( 6511 5777 2032 0 0.400000 ) ( 6511 5777 2000 0 0.800000 ) ) +( ( 6511 5832.500000 2064 0.500000 0 ) ( 6511 5832.500000 2032 0.500000 0.400000 ) ( 6511 5832.500000 2000 0.500000 0.800000 ) ) +( ( 6511 5888 2064 1 0 ) ( 6511 5888 2032 1 0.400000 ) ( 6511 5888 2000 1 0.800000 ) ) +) + } + } +// brush 394 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6063 5777 2064 0 0 ) ( 6063 5777 2032 0 0.400000 ) ( 6063 5777 2000 0 0.800000 ) ) +( ( 6287 5777 2064 2 0 ) ( 6287 5777 2032 2 0.400000 ) ( 6287 5777 2000 2 0.800000 ) ) +( ( 6511 5777 2064 4 0 ) ( 6511 5777 2032 4 0.400000 ) ( 6511 5777 2000 4 0.800000 ) ) +) + } + } +// brush 395 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 151.301208 ) +( +( ( 5872 5201 2064 0 0 ) ( 5872 5201 2032 0 0.400000 ) ( 5872 5201 2000 0 0.800000 ) ) +( ( 5967.500000 5201 2064 1.250000 0 ) ( 5967.500000 5201 2032 1.250000 0.400000 ) ( 5967.500000 5201 2000 1.250000 0.800000 ) ) +( ( 6063 5201 2064 2.500000 0 ) ( 6063 5201 2023 2.500000 0.400000 ) ( 6063 5201 2000 2.500000 0.800000 ) ) +) + } + } +// brush 396 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 175.340836 ) +( +( ( 6063 4431 2062 0 0 ) ( 6063 4431 2030 0 0.500000 ) ( 6063 4431 1982 0 1 ) ) +( ( 6063 4639 2062 2 0 ) ( 6063 4639 2030 2 0.500000 ) ( 6063 4639 1982 2 1 ) ) +( ( 6063 4847 2062 4 0 ) ( 6063 4847 2030 4 0.500000 ) ( 6063 4847 1982 4 1 ) ) +) + } + } +// brush 397 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6063 4847 2064 0 0 ) ( 6063 4847 2032 0 0.400000 ) ( 6063 4847 2000 0 0.800000 ) ) +( ( 5967 4847 2064 1.250000 0 ) ( 5967 4847 2032 1.250000 0.400000 ) ( 5967 4847 2000 1.250000 0.800000 ) ) +( ( 5871 4847 2064 2.500000 0 ) ( 5871 4847 2032 2.500000 0.400000 ) ( 5871 4847 2000 2.500000 0.800000 ) ) +) + } + } +// brush 398 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 246.763031 ) +( +( ( 6604 4431 2064 0 0 ) ( 6604 4431 2032 0 0.400000 ) ( 6604 4431 1988 0 0.800000 ) ) +( ( 6263.370605 4431 2064 2.750000 0 ) ( 6263.370605 4431 2032 2.750000 0.400000 ) ( 6263.370605 4431 1988 2.750000 0.800000 ) ) +( ( 6063 4431 2064 5.500000 0 ) ( 6063 4431 2052 5.500000 0.400000 ) ( 6063 4431 1988 5.500000 0.800000 ) ) +) + } + } +// brush 399 +{ +( 6490 5328 2048 ) ( 6474 5328 2048 ) ( 6474 4712 2048 ) general_structure/beam_wood1 -202 -5 90.00 1 0.500000 0 16384 0 +( 6466 4712 2064 ) ( 6466 5328 2064 ) ( 6482 5328 2064 ) common/caulk -18 36 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6482 4904 2064 ) ( 6482 5520 2064 ) ( 6482 5520 1904 ) general_structure/beam_wood1 -208 0 0.00 1 0.500000 0 16384 0 +( 6466 5744 2064 ) ( 6450 5744 2064 ) ( 6450 5744 1904 ) common/caulk -17 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6466 5328 2064 ) ( 6466 4712 2064 ) ( 6466 4712 1904 ) general_structure/beam_wood1 -208 0 0.00 1 0.500000 0 16384 0 +( 6484 5392 2048 ) ( 6466 5392 2048 ) ( 6475 5392 2064 ) common/caulk 25 -26 -180.00 1 -1 0 65696 0 +} +// brush 400 +{ +( 6490 5328 2048 ) ( 6474 5328 2048 ) ( 6474 4712 2048 ) general_structure/beam_wood1 -202 -5 90.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6466 4712 2064 ) ( 6466 5328 2064 ) ( 6482 5328 2064 ) common/caulk -18 36 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6482 4904 2064 ) ( 6482 5520 2064 ) ( 6482 5520 1904 ) general_structure/beam_wood1 -208 0 0.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6466 5328 2064 ) ( 6466 4712 2064 ) ( 6466 4712 1904 ) general_structure/beam_wood1 -208 0 0.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6490 5184 2048 ) ( 6462 5184 2048 ) ( 6476 5184 2064 ) common/caulk 25 -26 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6466 5376 2048 ) ( 6484 5376 2048 ) ( 6475 5376 2064 ) common/caulk 25 -26 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 401 +{ +( 6320 5368 2048 ) ( 6320 5384 2048 ) ( 5704 5384 2048 ) general_structure/beam_wood1 -170 -5 0.00 1 0.500000 0 16384 0 +( 5704 5392 2064 ) ( 6320 5392 2064 ) ( 6320 5376 2064 ) common/caulk -50 22 0.00 1 -1 0 65696 0 +surfaceparm detail +( 5704 5376 2064 ) ( 6320 5376 2064 ) ( 6320 5376 1904 ) general_structure/beam_wood1 -176 0 0.00 1 0.500000 0 16384 0 +( 6592 5394 2064 ) ( 6592 5410 2064 ) ( 6592 5410 1904 ) common/caulk -3 -10 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6320 5392 2064 ) ( 5704 5392 2064 ) ( 5704 5392 1904 ) general_structure/beam_wood1 -176 0 0.00 1 0.500000 0 16384 0 +( 6352 5356 2048 ) ( 6352 5384 2048 ) ( 6352 5370 2064 ) common/caulk 11 -26 0.00 1 1 0 65696 0 +} +// brush 402 +{ +( 6876 5152 2048 ) ( 6860 5152 2048 ) ( 6860 4536 2048 ) general_structure/beam_wood1 -26 -13 90.00 1 0.500000 0 16384 0 +( 6852 4536 2064 ) ( 6852 5152 2064 ) ( 6868 5152 2064 ) common/caulk -34 42 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6868 4536 2064 ) ( 6868 5152 2064 ) ( 6868 5152 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6850 5376 2064 ) ( 6834 5376 2064 ) ( 6834 5376 1904 ) common/caulk -23 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6852 5152 2064 ) ( 6852 4536 2064 ) ( 6852 4536 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6888 5184 2048 ) ( 6860 5184 2048 ) ( 6874 5184 2064 ) common/caulk 31 -26 -180.00 1 -1 0 65696 0 +} +// brush 403 +{ +( 6746 5152 2048 ) ( 6730 5152 2048 ) ( 6730 4536 2048 ) general_structure/beam_wood1 -26 23 90.00 1 0.500000 0 16384 0 +( 6722 4536 2064 ) ( 6722 5152 2064 ) ( 6738 5152 2064 ) common/caulk -34 40 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6738 4536 2064 ) ( 6738 5152 2064 ) ( 6738 5152 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6720 5376 2064 ) ( 6704 5376 2064 ) ( 6704 5376 1904 ) common/caulk -21 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6722 5152 2064 ) ( 6722 4536 2064 ) ( 6722 4536 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6758 5184 2048 ) ( 6730 5184 2048 ) ( 6744 5184 2064 ) common/caulk 29 -26 -180.00 1 -1 0 65696 0 +} +// brush 404 +{ +( 6616 5152 2048 ) ( 6600 5152 2048 ) ( 6600 4536 2048 ) general_structure/beam_wood1 -26 27 90.00 1 0.500000 0 16384 0 +( 6592 4536 2064 ) ( 6592 5152 2064 ) ( 6608 5152 2064 ) common/caulk -34 38 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6608 4536 2064 ) ( 6608 5152 2064 ) ( 6608 5152 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6590 5376 2064 ) ( 6574 5376 2064 ) ( 6574 5376 1904 ) common/caulk -19 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 5152 2064 ) ( 6592 4536 2064 ) ( 6592 4536 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6628 5184 2048 ) ( 6600 5184 2048 ) ( 6614 5184 2064 ) common/caulk 27 -26 -180.00 1 -1 0 65696 0 +} +// brush 405 +{ +( 6230 5152 2048 ) ( 6214 5152 2048 ) ( 6214 4536 2048 ) general_structure/beam_wood1 -26 0 90.00 1 0.500000 0 16384 0 +( 6206 4536 2064 ) ( 6206 5152 2064 ) ( 6222 5152 2064 ) common/caulk -34 -28 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6222 4536 2064 ) ( 6222 5152 2064 ) ( 6222 5152 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6204 5376 2064 ) ( 6188 5376 2064 ) ( 6188 5376 1904 ) common/caulk 47 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6206 5152 2064 ) ( 6206 4536 2064 ) ( 6206 4536 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6242 5184 2048 ) ( 6214 5184 2048 ) ( 6228 5184 2064 ) common/caulk -39 -26 -180.00 1 -1 0 65696 0 +} +// brush 406 +{ +( 6360 5152 2048 ) ( 6344 5152 2048 ) ( 6344 4536 2048 ) general_structure/beam_wood1 -26 -5 90.00 1 0.500000 0 16384 0 +( 6336 4536 2064 ) ( 6336 5152 2064 ) ( 6352 5152 2064 ) common/caulk -34 38 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6352 4536 2064 ) ( 6352 5152 2064 ) ( 6352 5152 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6334 5376 2064 ) ( 6318 5376 2064 ) ( 6318 5376 1904 ) common/caulk -19 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6336 5152 2064 ) ( 6336 4536 2064 ) ( 6336 4536 1904 ) general_structure/beam_wood1 -32 0 0.00 1 0.500000 0 16384 0 +( 6372 5184 2048 ) ( 6344 5184 2048 ) ( 6358 5184 2064 ) common/caulk 27 -26 -180.00 1 -1 0 65696 0 +} +// brush 407 +{ +( 6330 4624 2048 ) ( 6330 4640 2048 ) ( 5714 4640 2048 ) general_structure/beam_wood1 0 14 0.00 1 0.500000 0 16384 0 +( 5714 4648 2064 ) ( 6330 4648 2064 ) ( 6330 4632 2064 ) common/caulk -40 -51 90.00 1 -1 0 65696 0 +surfaceparm detail +( 5714 4632 2064 ) ( 6330 4632 2064 ) ( 6330 4632 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6330 4648 2064 ) ( 5714 4648 2064 ) ( 5714 4648 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6096 4586 2048 ) ( 6096 4658 2048 ) ( 6096 4622 2064 ) common/caulk 48 -25 -180.00 1 -1 0 65696 0 +( 6136 4652 2048 ) ( 6136 4624 2048 ) ( 6136 4638 2064 ) common/caulk 48 -25 -180.00 1 -1 0 65696 0 +} +// brush 408 +{ +( 6712 4624 2048 ) ( 6712 4640 2048 ) ( 6096 4640 2048 ) general_structure/beam_wood1 0 14 0.00 1 0.500000 0 16384 0 +( 6096 4648 2064 ) ( 6712 4648 2064 ) ( 6712 4632 2064 ) common/caulk -40 -51 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6096 4632 2064 ) ( 6712 4632 2064 ) ( 6712 4632 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6712 4648 2064 ) ( 6096 4648 2064 ) ( 6096 4648 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6408 4588 2048 ) ( 6408 4660 2048 ) ( 6408 4624 2064 ) common/caulk 48 -25 -180.00 1 -1 0 65696 0 +( 6518 4652 2048 ) ( 6518 4624 2048 ) ( 6518 4638 2064 ) common/caulk 48 -25 -180.00 1 -1 0 65696 0 +} +// brush 409 +{ +( 6582 4624 2048 ) ( 6582 4640 2048 ) ( 5966 4640 2048 ) general_structure/beam_wood1 0 14 0.00 1 0.500000 0 16384 0 +( 5966 4648 2064 ) ( 6582 4648 2064 ) ( 6582 4632 2064 ) common/caulk -40 -51 90.00 1 -1 0 65696 0 +surfaceparm detail +( 5966 4632 2064 ) ( 6582 4632 2064 ) ( 6582 4632 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6582 4648 2064 ) ( 5966 4648 2064 ) ( 5966 4648 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6278 4588 2048 ) ( 6278 4660 2048 ) ( 6278 4624 2064 ) common/caulk 48 -25 -180.00 1 -1 0 65696 0 +( 6392 4652 2048 ) ( 6392 4624 2048 ) ( 6392 4638 2064 ) common/caulk 48 -25 -180.00 1 -1 0 65696 0 +} +// brush 410 +{ +( 6608 4656 2032 ) ( 5904 4656 2032 ) ( 5904 4272 2032 ) mohtest/wood_joist_trim_masked 0 -72 -90.00 1 1 0 16384 0 +( 5904 4848 1904 ) ( 6032 4848 1904 ) ( 5968 4848 2192 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6168 4832 1904 ) ( 6040 4832 1904 ) ( 6104 4832 2192 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6548 4840 2064 ) ( 6572 4848 2064 ) ( 6596 4840 2064 ) common/caulk -16 24 0.00 1 1 0 65696 0 +( 6176 4834 1904 ) ( 6176 4848 1904 ) ( 6176 4841 2064 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +( 6240 4848 1904 ) ( 6240 4832 1904 ) ( 6240 4840 2064 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +} +// brush 411 +{ +( 6456 4624 2048 ) ( 6456 4640 2048 ) ( 5840 4640 2048 ) general_structure/beam_wood1 0 14 0.00 1 0.500000 0 16384 0 +( 5840 4648 2064 ) ( 6456 4648 2064 ) ( 6456 4632 2064 ) common/caulk -40 -51 90.00 1 -1 0 65696 0 +surfaceparm detail +( 5840 4632 2064 ) ( 6456 4632 2064 ) ( 6456 4632 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6456 4648 2064 ) ( 5840 4648 2064 ) ( 5840 4648 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6152 4588 2048 ) ( 6152 4660 2048 ) ( 6152 4624 2064 ) common/caulk 48 -25 -180.00 1 -1 0 65696 0 +( 6262 4652 2048 ) ( 6262 4624 2048 ) ( 6262 4638 2064 ) common/caulk 48 -25 -180.00 1 -1 0 65696 0 +} +// brush 412 +{ +( 6160 4608 2048 ) ( 6144 4608 2048 ) ( 6144 3992 2048 ) general_structure/beam_wood1 6 14 90.00 1 0.500000 0 16384 0 +( 6136 3992 2064 ) ( 6136 4608 2064 ) ( 6152 4608 2064 ) common/caulk -2 -37 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6152 3992 2064 ) ( 6152 4608 2064 ) ( 6152 4608 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6134 4832 2064 ) ( 6118 4832 2064 ) ( 6118 4832 1904 ) common/caulk -7 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6136 4608 2064 ) ( 6136 3992 2064 ) ( 6136 3992 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6160 4464 2048 ) ( 6132 4464 2048 ) ( 6146 4464 2064 ) common/caulk -49 -26 -180.00 1 -1 0 65696 0 +} +// brush 413 +{ +( 6286 4608 2048 ) ( 6270 4608 2048 ) ( 6270 3992 2048 ) general_structure/beam_wood1 6 14 90.00 1 0.500000 0 16384 0 +( 6262 3992 2064 ) ( 6262 4608 2064 ) ( 6278 4608 2064 ) common/caulk -2 -35 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6278 3992 2064 ) ( 6278 4608 2064 ) ( 6278 4608 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6260 4832 2064 ) ( 6244 4832 2064 ) ( 6244 4832 1904 ) common/caulk -9 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6262 4608 2064 ) ( 6262 3992 2064 ) ( 6262 3992 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6286 4464 2048 ) ( 6258 4464 2048 ) ( 6272 4464 2064 ) common/caulk -47 -26 -180.00 1 -1 0 65696 0 +} +// brush 414 +{ +( 6416 4608 2048 ) ( 6400 4608 2048 ) ( 6400 3992 2048 ) general_structure/beam_wood1 6 14 90.00 1 0.500000 0 16384 0 +( 6392 3992 2064 ) ( 6392 4608 2064 ) ( 6408 4608 2064 ) common/caulk -2 27 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6408 3992 2064 ) ( 6408 4608 2064 ) ( 6408 4608 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6390 4832 2064 ) ( 6374 4832 2064 ) ( 6374 4832 1904 ) common/caulk -7 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6392 4608 2064 ) ( 6392 3992 2064 ) ( 6392 3992 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6416 4464 2048 ) ( 6388 4464 2048 ) ( 6402 4464 2064 ) common/caulk 15 -26 -180.00 1 -1 0 65696 0 +} +// brush 415 +{ +( 6542 4608 2048 ) ( 6526 4608 2048 ) ( 6526 3992 2048 ) general_structure/beam_wood1 6 14 90.00 1 0.500000 0 16384 0 +( 6518 3992 2064 ) ( 6518 4608 2064 ) ( 6534 4608 2064 ) common/caulk -2 -35 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6534 3992 2064 ) ( 6534 4608 2064 ) ( 6534 4608 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6516 4832 2064 ) ( 6500 4832 2064 ) ( 6500 4832 1904 ) common/caulk -9 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6518 4608 2064 ) ( 6518 3992 2064 ) ( 6518 3992 1904 ) general_structure/beam_wood1 0 0 0.00 1 0.500000 0 16384 0 +( 6542 4464 2048 ) ( 6514 4464 2048 ) ( 6528 4464 2064 ) common/caulk -47 -26 -180.00 1 -1 0 65696 0 +} +// brush 416 +{ +( 6546 4836 1952 ) ( 6426 4836 1952 ) ( 6426 4788 1952 ) general_industrial/basecrete_seem_pit2 -38 4 0.00 1 1 0 65536 0 +surfaceparm detail +( 6434 4796 1960 ) ( 6434 4844 1960 ) ( 6554 4844 1960 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6434 4820 2112 ) ( 6554 4820 2112 ) ( 6554 4820 1952 ) general_industrial/basecrete_seem_pit2 -38 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6546 4832 2112 ) ( 6426 4832 2112 ) ( 6426 4832 1952 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6400 4836 2112 ) ( 6400 4788 2112 ) ( 6400 4788 1952 ) common/caulk -52 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6528 4818 1952 ) ( 6528 4762 1952 ) ( 6528 4790 1960 ) common/caulk -28 -8 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 417 +{ +( 6546 4792 1952 ) ( 6426 4792 1952 ) ( 6426 4744 1952 ) general_industrial/basecrete_seem_pit2 -38 -40 0.00 1 1 0 65536 0 +surfaceparm detail +( 6434 4752 1960 ) ( 6434 4800 1960 ) ( 6554 4800 1960 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6434 4776 2112 ) ( 6554 4776 2112 ) ( 6554 4776 1952 ) general_industrial/basecrete_seem_pit2 -38 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6546 4788 2112 ) ( 6426 4788 2112 ) ( 6426 4788 1952 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6388 4792 2112 ) ( 6388 4744 2112 ) ( 6388 4744 1952 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6528 4774 1952 ) ( 6528 4718 1952 ) ( 6528 4746 1960 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 418 +{ +( 6464 4832 1952 ) ( 6344 4832 1952 ) ( 6344 4784 1952 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6352 4792 1960 ) ( 6352 4840 1960 ) ( 6472 4840 1960 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6352 4776 2112 ) ( 6472 4776 2112 ) ( 6472 4776 1952 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 6576 4768 2112 ) ( 6576 4816 2112 ) ( 6576 4816 1952 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6464 4832 2112 ) ( 6344 4832 2112 ) ( 6344 4832 1952 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6528 4776 1952 ) ( 6528 4832 1952 ) ( 6528 4804 1960 ) general_industrial/basecrete_seem_pit2 44 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 419 +{ +( 6471 4844 1952 ) ( 6351 4844 1952 ) ( 6351 4796 1952 ) common/caulk 16 12 0.00 1 1 0 65696 0 +surfaceparm detail +( 6359 4804 1958 ) ( 6359 4852 1958 ) ( 6479 4852 1958 ) das_boot/stove_top 0 80 0.00 0.250000 0.250000 0 32768 0 +( 6359 4788 2112 ) ( 6479 4788 2112 ) ( 6479 4788 1952 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6528 4780 2112 ) ( 6528 4828 2112 ) ( 6528 4828 1952 ) common/caulk -4 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6463 4820 2112 ) ( 6343 4820 2112 ) ( 6343 4820 1952 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6400 4836 2112 ) ( 6400 4788 2112 ) ( 6400 4788 1952 ) common/caulk -4 -8 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 420 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail ) +( +( ( 5118 6049.333008 2068.333496 0 0 ) ( 5124 6049.333008 2068.333496 0 0.015625 ) ( 5130 6049.333008 2068.333496 0 0.031250 ) ) +( ( 5118 6048 2069 0.125000 0 ) ( 5124 6048 2069 0.125000 0.015625 ) ( 5130 6048 2069 0.125000 0.031250 ) ) +( ( 5118 6046.666992 2068.333496 0.250000 0 ) ( 5124 6046.666992 2068.333496 0.250000 0.015625 ) ( 5130 6046.666992 2068.333496 0.250000 0.031250 ) ) +( ( 5118 6046 2067 0.269531 0 ) ( 5124 6046 2067 0.269531 0.015625 ) ( 5130 6046 2067 0.269531 0.031250 ) ) +( ( 5118 6046.666992 2065.666504 0.289063 0 ) ( 5124 6046.666992 2065.666504 0.289063 0.015625 ) ( 5130 6046.666992 2065.666504 0.289063 0.031250 ) ) +( ( 5118 6048 2065 0.414063 0 ) ( 5124 6048 2065 0.414063 0.015625 ) ( 5130 6048 2065 0.414063 0.031250 ) ) +( ( 5118 6049.333008 2065.666504 0.539063 0 ) ( 5124 6049.333008 2065.666504 0.539063 0.015625 ) ( 5130 6049.333008 2065.666504 0.539063 0.031250 ) ) +( ( 5118 6050 2067 0.558594 0 ) ( 5124 6050 2067 0.558594 0.015625 ) ( 5130 6050 2067 0.558594 0.031250 ) ) +( ( 5118 6049.333008 2068.333496 0.578125 0 ) ( 5124 6049.333008 2068.333496 0.578125 0.015625 ) ( 5130 6049.333008 2068.333496 0.578125 0.031250 ) ) +) + } + } +// brush 421 +{ +( -4260 170 1184 ) ( -4524 170 1184 ) ( -4524 -70 1184 ) common/obscure_bush -20 -22 0.00 1 1 671088640 2224 0 +( -4548 -118 1624 ) ( -4548 122 1624 ) ( -4284 122 1624 ) common/obscure_bush -20 -22 0.00 1 1 671088640 2224 0 +( -4524 -46 1400 ) ( -4260 -46 1400 ) ( -4260 -46 1192 ) common/obscure_bush -20 8 0.00 1 1 671088640 2224 0 +( -4348 -86 1400 ) ( -4348 154 1400 ) ( -4348 154 1192 ) common/obscure_bush 22 8 0.00 1 1 671088640 2224 0 +( -4260 106 1376 ) ( -4524 106 1376 ) ( -4524 106 1168 ) common/obscure_bush -20 8 0.00 1 1 671088640 2224 0 +( -4524 146 1392 ) ( -4524 -94 1392 ) ( -4524 -94 1184 ) common/obscure_bush 22 8 0.00 1 1 671088640 2224 0 +} +// brush 422 +{ +( -5728 410 1184 ) ( -5992 410 1184 ) ( -5992 170 1184 ) common/obscure_bush 40 26 0.00 1 1 671088640 2224 0 +( -6016 122 1560 ) ( -6016 362 1560 ) ( -5752 362 1560 ) common/obscure_bush 40 26 0.00 1 1 671088640 2224 0 +( -5992 170 1400 ) ( -5728 170 1400 ) ( -5728 170 1192 ) common/obscure_bush 40 8 0.00 1 1 671088640 2224 0 +( -5816 154 1400 ) ( -5816 394 1400 ) ( -5816 394 1192 ) common/obscure_bush -26 8 0.00 1 1 671088640 2224 0 +( -5728 346 1376 ) ( -5992 346 1376 ) ( -5992 346 1168 ) common/obscure_bush 40 8 0.00 1 1 671088640 2224 0 +( -5992 386 1392 ) ( -5992 146 1392 ) ( -5992 146 1184 ) common/obscure_bush -26 8 0.00 1 1 671088640 2224 0 +} +// brush 423 + { + patchDef2 + { + general_industrial/shmpipe_grey + ( 9 3 0 -2147450880 0 ) +( +( ( 6551 4711 2088 0 0 ) ( 6551 4711 2092 -0.493844 -0.078217 ) ( 6551 4711 2096 -0.987688 -0.156434 ) ) +( ( 6551 4716 2088 -0.024443 0.154326 ) ( 6551 4716 2092 -0.518287 0.076109 ) ( 6551 4716 2096 -1.012131 -0.002108 ) ) +( ( 6546.500000 4716 2088 -0.046441 0.293220 ) ( 6546.500000 4716 2092 -0.540286 0.215003 ) ( 6546.500000 4716 2096 -1.034130 0.136786 ) ) +( ( 6542 4716 2088 -0.068440 0.432114 ) ( 6542 4716 2092 -0.562284 0.353896 ) ( 6542 4716 2096 -1.056128 0.275679 ) ) +( ( 6542 4711 2088 -0.092883 0.586440 ) ( 6542 4711 2092 -0.586727 0.508223 ) ( 6542 4711 2096 -1.080571 0.430005 ) ) +( ( 6542 4706 2088 -0.117326 0.740766 ) ( 6542 4706 2092 -0.611170 0.662549 ) ( 6542 4706 2096 -1.105014 0.584332 ) ) +( ( 6546.500000 4706 2088 -0.139324 0.879660 ) ( 6546.500000 4706 2092 -0.633169 0.801443 ) ( 6546.500000 4706 2096 -1.127013 0.723225 ) ) +( ( 6551 4706 2088 -0.161323 1.018554 ) ( 6551 4706 2092 -0.655167 0.940336 ) ( 6551 4706 2096 -1.149011 0.862119 ) ) +( ( 6551 4711 2088 -0.185766 1.172880 ) ( 6551 4711 2092 -0.679610 1.094663 ) ( 6551 4711 2096 -1.173454 1.016445 ) ) +) + } + } +// brush 424 +{ +( 6576 4544 1904 ) ( 6560 4544 1904 ) ( 6560 4488 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 subdivisions 12.347252 +( 6560 4488 1920 ) ( 6560 4544 1920 ) ( 6576 4544 1920 ) central_europe/small_cobble 0 -48 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 12.347252 +( 6560 4464 1952 ) ( 6576 4464 1952 ) ( 6576 4464 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 subdivisions 12.347252 +( 6576 4488 1952 ) ( 6576 4544 1952 ) ( 6576 4544 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 subdivisions 12.347252 +( 6575 4550 1952 ) ( 6559 4550 1952 ) ( 6559 4550 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 subdivisions 12.347252 +( 6560 4544 1952 ) ( 6560 4488 1952 ) ( 6560 4488 1904 ) central_europe/small_cobble 32 0 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail subdivisions 12.347252 +} +// brush 425 +{ +( 6576 4784 1904 ) ( 6560 4784 1904 ) ( 6560 4728 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 subdivisions 12.347252 +( 6560 4728 1920 ) ( 6560 4784 1920 ) ( 6576 4784 1920 ) central_europe/small_cobble 0 0 0.00 1 1 0 65536 0 +surfaceparm detail subdivisions 12.347252 +( 6560 4730 1952 ) ( 6576 4730 1952 ) ( 6576 4730 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 subdivisions 12.347252 +( 6576 4728 1952 ) ( 6576 4784 1952 ) ( 6576 4784 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 subdivisions 12.347252 +( 6576 4784 1952 ) ( 6560 4784 1952 ) ( 6560 4784 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 subdivisions 12.347252 +( 6560 4784 1952 ) ( 6560 4728 1952 ) ( 6560 4728 1904 ) central_europe/small_cobble 0 0 0.00 0.500000 0.500000 0 65536 0 +surfaceparm detail subdivisions 12.347252 +} +// brush 426 + { + patchDef2 + { + general_industrial/shmpipe_grey + ( 9 3 0 -2147450880 0 surfaceDensity 24 ) +( +( ( 6576 4712 2030 0 0 ) ( 6576 4712 2047 0 0.500000 ) ( 6576 4712 2064 0 1 ) ) +( ( 6576 4717 2030 0.125000 0 ) ( 6576 4717 2047 0.125000 0.500000 ) ( 6576 4717 2064 0.125000 1 ) ) +( ( 6571.500000 4717 2030 0.250000 0 ) ( 6571.500000 4717 2047 0.250000 0.500000 ) ( 6571.500000 4717 2064 0.250000 1 ) ) +( ( 6567 4717 2030 0.375000 0 ) ( 6567 4717 2047 0.375000 0.500000 ) ( 6567 4717 2064 0.375000 1 ) ) +( ( 6567 4712 2030 0.500000 0 ) ( 6567 4712 2047 0.500000 0.500000 ) ( 6567 4712 2064 0.500000 1 ) ) +( ( 6567 4707 2030 0.625000 0 ) ( 6567 4707 2047 0.625000 0.500000 ) ( 6567 4707 2064 0.625000 1 ) ) +( ( 6571.500000 4707 2030 0.750000 0 ) ( 6571.500000 4707 2047 0.750000 0.500000 ) ( 6571.500000 4707 2064 0.750000 1 ) ) +( ( 6576 4707 2030 0.875000 0 ) ( 6576 4707 2047 0.875000 0.500000 ) ( 6576 4707 2064 0.875000 1 ) ) +( ( 6576 4712 2030 1 0 ) ( 6576 4712 2047 1 0.500000 ) ( 6576 4712 2064 1 1 ) ) +) + } + } +// brush 427 + { + patchDef2 + { + general_industrial/shmpipe_grey + ( 9 3 0 -2147450880 0 subdivisions 144.928421 ) +( +( ( 6567 4734 2008 0 0 ) ( 6567 4713.464355 2009.464478 0 0.500000 ) ( 6567 4712 2030 0 1 ) ) +( ( 6567 4734 2002.999268 0.125000 0 ) ( 6567 4709.929199 2005.929199 0.125000 0.500000 ) ( 6567 4707 2030 0.125000 1 ) ) +( ( 6571.500000 4734 2002.999268 0.250000 0 ) ( 6571.500000 4709.929199 2005.929199 0.250000 0.500000 ) ( 6571.500000 4707 2030 0.250000 1 ) ) +( ( 6576 4734 2002.999268 0.375000 0 ) ( 6576 4709.929199 2005.929199 0.375000 0.500000 ) ( 6576 4707 2030 0.375000 1 ) ) +( ( 6576 4734 2008 0.500000 0 ) ( 6576 4713.464355 2009.464478 0.500000 0.500000 ) ( 6576 4712 2030 0.500000 1 ) ) +( ( 6576 4734.000488 2013 0.625000 0 ) ( 6576 4717 2013 0.625000 0.500000 ) ( 6576 4717 2030 0.625000 1 ) ) +( ( 6571.500000 4734.000488 2013 0.750000 0 ) ( 6571.500000 4717 2013 0.750000 0.500000 ) ( 6571.500000 4717 2030 0.750000 1 ) ) +( ( 6567 4734.000488 2013 0.875000 0 ) ( 6567 4717 2013 0.875000 0.500000 ) ( 6567 4717 2030 0.875000 1 ) ) +( ( 6567 4734 2008 1 0 ) ( 6567 4713.464355 2009.464478 1 0.500000 ) ( 6567 4712 2030 1 1 ) ) +) + } + } +// brush 428 + { + patchDef2 + { + general_industrial/shmpipe_grey + ( 9 3 0 -2147450880 0 subdivisions 145.460327 ) +( +( ( 6567 4768 2008 0 0 ) ( 6567 4788.535645 2006.535645 0 0.250000 ) ( 6567 4790 1986 0 0.500000 ) ) +( ( 6567 4768 2013.000977 0.125000 0 ) ( 6567 4792.070801 2010.070801 0.125000 0.250000 ) ( 6567 4795 1986 0.125000 0.500000 ) ) +( ( 6571.500000 4768 2013.000977 0.250000 0 ) ( 6571.500000 4792.070801 2010.070801 0.250000 0.250000 ) ( 6571.500000 4795 1986 0.250000 0.500000 ) ) +( ( 6576 4768 2013.000488 0.375000 0 ) ( 6576 4792.070801 2010.070801 0.375000 0.250000 ) ( 6576 4795 1986 0.375000 0.500000 ) ) +( ( 6576 4768 2008 0.500000 0 ) ( 6576 4788.535645 2006.535645 0.500000 0.250000 ) ( 6576 4790 1986 0.500000 0.500000 ) ) +( ( 6576 4767.999512 2003 0.625000 0 ) ( 6576 4785 2003 0.625000 0.250000 ) ( 6576 4785 1986 0.625000 0.500000 ) ) +( ( 6571.500000 4767.999512 2003 0.750000 0 ) ( 6571.500000 4785 2003 0.750000 0.250000 ) ( 6571.500000 4785 1986 0.750000 0.500000 ) ) +( ( 6567 4767.999512 2003 0.875000 0 ) ( 6567 4785 2003 0.875000 0.250000 ) ( 6567 4785 1986 0.875000 0.500000 ) ) +( ( 6567 4768 2008 1 0 ) ( 6567 4788.535645 2006.535645 1 0.250000 ) ( 6567 4790 1986 1 0.500000 ) ) +) + } + } +// brush 429 + { + patchDef2 + { + general_industrial/shmpipe_grey + ( 9 3 0 -2147450880 0 ) +( +( ( 6567 4734 2008 0 0 ) ( 6567 4751 2008 0 0.500000 ) ( 6567 4768 2008 0 1 ) ) +( ( 6567 4734 2013 0.125000 0 ) ( 6567 4751 2013 0.125000 0.500000 ) ( 6567 4768 2013 0.125000 1 ) ) +( ( 6571.500000 4734 2013 0.250000 0 ) ( 6571.500000 4751 2013 0.250000 0.500000 ) ( 6571.500000 4768 2013 0.250000 1 ) ) +( ( 6576 4734 2013 0.375000 0 ) ( 6576 4751 2013 0.375000 0.500000 ) ( 6576 4768 2013 0.375000 1 ) ) +( ( 6576 4734 2008 0.500000 0 ) ( 6576 4751 2008 0.500000 0.500000 ) ( 6576 4768 2008 0.500000 1 ) ) +( ( 6576 4734 2003 0.625000 0 ) ( 6576 4751 2003 0.625000 0.500000 ) ( 6576 4768 2003 0.625000 1 ) ) +( ( 6571.500000 4734 2003 0.750000 0 ) ( 6571.500000 4751 2003 0.750000 0.500000 ) ( 6571.500000 4768 2003 0.750000 1 ) ) +( ( 6567 4734 2003 0.875000 0 ) ( 6567 4751 2003 0.875000 0.500000 ) ( 6567 4768 2003 0.875000 1 ) ) +( ( 6567 4734 2008 1 0 ) ( 6567 4751 2008 1 0.500000 ) ( 6567 4768 2008 1 1 ) ) +) + } + } +// brush 430 + { + patchDef2 + { + general_industrial/shmpipe_grey + ( 9 3 0 -2147450880 0 ) +( +( ( 6576 4751 1920 0 0 ) ( 6576 4751 1964 0 0.343750 ) ( 6576 4751 2008 0 0.687500 ) ) +( ( 6576 4756 1920 0.039063 0 ) ( 6576 4756 1964 0.039063 0.343750 ) ( 6576 4756 2008 0.039063 0.687500 ) ) +( ( 6571.500000 4756 1920 0.074219 0 ) ( 6571.500000 4756 1964 0.074219 0.343750 ) ( 6571.500000 4756 2008 0.074219 0.687500 ) ) +( ( 6567 4756 1920 0.109375 0 ) ( 6567 4756 1964 0.109375 0.343750 ) ( 6567 4756 2008 0.109375 0.687500 ) ) +( ( 6567 4751 1920 0.148438 0 ) ( 6567 4751 1964 0.148438 0.343750 ) ( 6567 4751 2008 0.148438 0.687500 ) ) +( ( 6567 4746 1920 0.187500 0 ) ( 6567 4746 1964 0.187500 0.343750 ) ( 6567 4746 2008 0.187500 0.687500 ) ) +( ( 6571.500000 4746 1920 0.222656 0 ) ( 6571.500000 4746 1964 0.222656 0.343750 ) ( 6571.500000 4746 2008 0.222656 0.687500 ) ) +( ( 6576 4746 1920 0.257813 0 ) ( 6576 4746 1964 0.257813 0.343750 ) ( 6576 4746 2008 0.257813 0.687500 ) ) +( ( 6576 4751 1920 0.296875 0 ) ( 6576 4751 1964 0.296875 0.343750 ) ( 6576 4751 2008 0.296875 0.687500 ) ) +) + } + } +// brush 431 + { + patchDef2 + { + general_industrial/shmpipe_grey + ( 9 3 0 -2147450880 0 ) +( +( ( 6576 4790 1960 0 0 ) ( 6576 4790 1973 0 0.250000 ) ( 6576 4790 1986 0 0.500000 ) ) +( ( 6576 4795 1960 0.125000 0 ) ( 6576 4795 1973 0.125000 0.250000 ) ( 6576 4795 1986 0.125000 0.500000 ) ) +( ( 6571.500000 4795 1960 0.250000 0 ) ( 6571.500000 4795 1973 0.250000 0.250000 ) ( 6571.500000 4795 1986 0.250000 0.500000 ) ) +( ( 6567 4795 1960 0.375000 0 ) ( 6567 4795 1973 0.375000 0.250000 ) ( 6567 4795 1986 0.375000 0.500000 ) ) +( ( 6567 4790 1960 0.500000 0 ) ( 6567 4790 1973 0.500000 0.250000 ) ( 6567 4790 1986 0.500000 0.500000 ) ) +( ( 6567 4785 1960 0.625000 0 ) ( 6567 4785 1973 0.625000 0.250000 ) ( 6567 4785 1986 0.625000 0.500000 ) ) +( ( 6571.500000 4785 1960 0.750000 0 ) ( 6571.500000 4785 1973 0.750000 0.250000 ) ( 6571.500000 4785 1986 0.750000 0.500000 ) ) +( ( 6576 4785 1960 0.875000 0 ) ( 6576 4785 1973 0.875000 0.250000 ) ( 6576 4785 1986 0.875000 0.500000 ) ) +( ( 6576 4790 1960 1 0 ) ( 6576 4790 1973 1 0.250000 ) ( 6576 4790 1986 1 0.500000 ) ) +) + } + } +// brush 432 +{ +( 6576 4800 2016 ) ( 6576 4800 2012 ) ( 6440 4800 2012 ) mohtest/wood_joist_trim_masked -24 0 -90.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 6440 4832 2016 ) ( 6440 4832 2012 ) ( 6576 4832 2012 ) common/caulk -36 -2 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6576 4800 2012 ) ( 6576 4800 2016 ) ( 6576 4832 2016 ) common/caulk -36 -10 90.00 1 1 0 65696 0 +surfaceparm detail +( 6584 4840 2012 ) ( 5968 4840 2012 ) ( 5968 4680 2012 ) mohtest/wood_joist_trim_masked 31 -41 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6344 4832 2012 ) ( 6344 4832 2016 ) ( 6344 4816 2016 ) mohtest/wood_joist_trim_masked -24 -64 -90.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 5968 4840 2016 ) ( 6584 4840 2016 ) ( 6584 4680 2016 ) mohtest/wood_joist_trim_masked 31 -41 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 433 + { + patchDef2 + { + common/black + ( 3 3 0 -2147417856 0 subdivisions 171.812759 ) +( +( ( 5120 6048 1790 160 -47.250000 ) ( 5115.313477 6084.686523 1790 159.853546 -47.536613 ) ( 5152 6080 1790 161 -47.500000 ) ) +( ( 5115.313477 6011.313477 1790 159.853546 -46.963387 ) ( 5151.313477 6047.313477 1790 160.978546 -47.244637 ) ( 5188.686523 6084.686523 1790 162.146454 -47.536613 ) ) +( ( 5152 6016 1790 161 -47 ) ( 5188.686523 6011.313477 1790 162.146454 -46.963387 ) ( 5184 6048 1790 162 -47.250000 ) ) +) + } + } +// brush 434 +{ +( 5104 6048 2132 ) ( 5200 6048 2132 ) ( 5200 6000 2088 ) central_europe_winter/winterroof_set1aw 122 -254 0.00 1 1 0 67108864 0 +surfaceparm detail +( 5200 6048 2126 ) ( 5104 6048 2126 ) ( 5104 6000 2082 ) mohtest/wdflr2a 48 144 0.00 1 1 0 16384 0 +surfaceparm detail +( 5200 6048 2132 ) ( 5104 6048 2132 ) ( 5104 6048 2126 ) common/caulk 48 -40 0.00 1 1 0 65696 0 +surfaceparm detail +( 5100 6000 2082 ) ( 5100 6048 2108 ) ( 5100 6048 2136 ) central_europe_winter/joist_w 10 2 -45.00 1 -1 0 16384 0 +surfaceparm detail +( 5204 6048 1976 ) ( 5204 6040 1976 ) ( 5204 6044 2136 ) central_europe_winter/joist_w 10 2 -45.00 1 -1 0 16384 0 +surfaceparm detail +( 5200 6000 2082 ) ( 5104 6000 2082 ) ( 5104 6000 2088 ) central_europe_winter/transjoist_w 14 -4 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 435 +{ +( 5200 6048 2132 ) ( 5104 6048 2132 ) ( 5104 6096 2088 ) central_europe_winter/winterroof_set1aw 122 -64 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 5104 6048 2126 ) ( 5200 6048 2126 ) ( 5200 6096 2082 ) mohtest/wdflr2a 48 192 0.00 1 1 0 16384 0 +surfaceparm detail +( 5104 6048 2132 ) ( 5200 6048 2132 ) ( 5200 6048 2126 ) common/caulk 48 -40 0.00 1 1 0 65696 0 +surfaceparm detail +( 5204 6096 2082 ) ( 5204 6048 2108 ) ( 5204 6048 2136 ) central_europe_winter/joist_w 10 2 45.00 1 -1 0 16384 0 +surfaceparm detail +( 5100 6048 1976 ) ( 5100 6056 1976 ) ( 5100 6052 2136.000244 ) central_europe_winter/joist_w 10 1 45.00 1 -1 0 16384 0 +surfaceparm detail +( 5104 6096 2082 ) ( 5200 6096 2082 ) ( 5200 6096 2088 ) central_europe_winter/transjoist_w 14 -4 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 436 +{ +( 6336 4624 1904 ) ( 6336 4744 1904 ) ( 6288 4744 1904 ) common/caulk 27 37 0.00 1 1 0 65696 0 +surfaceparm detail +( 6288 4736 1952 ) ( 6336 4736 1952 ) ( 6336 4616 1952 ) mohtest/wdflr2a 22 91 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 6288 4712 1904 ) ( 6288 4712 1952 ) ( 6288 4464 1952 ) mohtest/wdflr2a 14 -255 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 6280 4464 2064 ) ( 6328 4464 2064 ) ( 6328 4464 1904 ) common/caulk 39 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6336 4712 1952 ) ( 6336 4712 1904 ) ( 6336 4464 1904 ) mohtest/wdflr2a 14 -255 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 6292 4684 1952 ) ( 6292 4684 1904 ) ( 6340 4684 1904 ) mohtest/wdflr2a 46 -255 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +} +// brush 437 +{ +( 6336 4576 1952 ) ( 6336 4696 1952 ) ( 6288 4696 1952 ) general_industrial/basecrete_seem_pit2 91 45 0.00 1 1 0 65536 0 +surfaceparm detail +( 6296 4688 1960 ) ( 6344 4688 1960 ) ( 6344 4568 1960 ) general_industrial/basecrete_seem_pit2 44 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 6280 4720 1952 ) ( 6280 4720 1960 ) ( 6280 4464 1960 ) general_industrial/basecrete_seem_pit2 44 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 6272 4464 2112 ) ( 6320 4464 2112 ) ( 6320 4464 1952 ) common/caulk 39 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6344 4720 1960 ) ( 6344 4720 1952 ) ( 6344 4464 1952 ) general_industrial/basecrete_seem_pit2 44 0 90.00 1 1 0 65536 0 +surfaceparm detail +( 6336 4692 1952 ) ( 6336 4692 1960 ) ( 6280 4692 1960 ) general_industrial/basecrete_seem_pit2 87 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 438 +{ +( 6416 4832 1904 ) ( 6296 4832 1904 ) ( 6296 4784 1904 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6304 4784 1952 ) ( 6304 4832 1952 ) ( 6424 4832 1952 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6304 4784 2064 ) ( 6424 4784 2064 ) ( 6424 4784 1904 ) mohtest/wdflr2a 0 -255 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 6576 4776 2064 ) ( 6576 4824 2064 ) ( 6576 4824 1904 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6416 4832 2064 ) ( 6296 4832 2064 ) ( 6296 4832 1904 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6396 4833 2064 ) ( 6396 4785 2064 ) ( 6396 4785 1904 ) mohtest/wdflr2a 0 -255 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +} +// brush 439 +{ +( 6512 4596 1920 ) ( 6508 4596 1920 ) ( 6508 4592 1920 ) common/caulk -16 -9 0.00 1 1 0 65696 0 +surfaceparm detail +( 6508 4592 1984 ) ( 6508 4596 1984 ) ( 6512 4596 1984 ) common/caulk -16 -9 0.00 1 1 0 65696 0 +surfaceparm detail +( 6508 4592 1952 ) ( 6512 4592 1952 ) ( 6512 4592 1920 ) mohtest/wood_joist_trim_masked 0 0 0.00 -0.250000 0.500000 0 16384 0 +surfaceparm detail +( 6512 4592 1952 ) ( 6512 4596 1952 ) ( 6512 4596 1920 ) common/caulk 8 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6512 4600 1952 ) ( 6508 4600 1952 ) ( 6508 4600 1920 ) mohtest/wood_joist_trim_masked 0 0 0.00 -0.250000 0.500000 0 16384 0 +surfaceparm detail +( 6504 4596 1952 ) ( 6504 4592 1952 ) ( 6504 4592 1920 ) mohtest/wood_joist_trim_masked 0 0 0.00 -0.250000 0.500000 0 16384 0 +surfaceparm detail +} +// brush 440 +{ +( 6512 4684 1920 ) ( 6508 4684 1920 ) ( 6508 4680 1920 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6508 4680 1984 ) ( 6508 4684 1984 ) ( 6512 4684 1984 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6508 4680 1952 ) ( 6512 4680 1952 ) ( 6512 4680 1920 ) mohtest/wood_joist_trim_masked 0 0 0.00 -0.250000 0.500000 0 16384 0 +surfaceparm detail +( 6512 4680 1952 ) ( 6512 4684 1952 ) ( 6512 4684 1920 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6512 4688 1952 ) ( 6508 4688 1952 ) ( 6508 4688 1920 ) mohtest/wood_joist_trim_masked 0 0 0.00 -0.250000 0.500000 0 16384 0 +surfaceparm detail +( 6504 4684 1952 ) ( 6504 4680 1952 ) ( 6504 4680 1920 ) mohtest/wood_joist_trim_masked 0 0 0.00 -0.250000 0.500000 0 16384 0 +surfaceparm detail +} +// brush 441 + { + patchDef2 + { + interior/sp_carpet_townhalltrim + ( 3 3 0 -2013265920 0 surfaceDensity 4 ) +( +( ( 6128 5343 1905 0 0 ) ( 6568 5343 1905 0 1.500000 ) ( 7008 5343 1905 0 3 ) ) +( ( 6128 5279 1905 0.500000 0 ) ( 6568 5279 1905 0.500000 1.500000 ) ( 7008 5279 1905 0.500000 3 ) ) +( ( 6128 5215 1905 1 0 ) ( 6568 5215 1905 1 1.500000 ) ( 7008 5215 1905 1 3 ) ) +) + } + } +// brush 442 + { + patchDef2 + { + interior/sp_carpet_townhalltrim + ( 3 3 0 -2013265920 0 surfaceDensity 4 ) +( +( ( 6416 5343 1905 0 0 ) ( 6416 5511 1905 0 0.500000 ) ( 6416 5679 1905 0 1 ) ) +( ( 6480 5343 1905 0.500000 0 ) ( 6480 5511 1905 0.500000 0.500000 ) ( 6480 5679 1905 0.500000 1 ) ) +( ( 6544 5343 1905 1 0 ) ( 6544 5511 1905 1 0.500000 ) ( 6544 5679 1905 1 1 ) ) +) + } + } +// brush 443 +{ +( 6844 5854 1904 ) ( 6828 5854 1904 ) ( 6828 5630 1904 ) common/caulk 61 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6828 5856 1920 ) ( 6844 5856 1920 ) ( 6844 5856 2104 ) common/caulk 60 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6844 5504 2368 ) ( 6844 6336 2368 ) ( 6844 6336 1920 ) TAardennes/flrwood1_repwinter 0 0 0.00 1 1 0 16384 0 +( 6836 5632 1920 ) ( 6836 5792 1920 ) ( 6836 5712 2080 ) TAardennes/flrwood1_repwinter 0 0 0.00 1 1 0 16384 0 +( 6848 5736 1960 ) ( 6848 5696 1960 ) ( 6840 5716 1960 ) common/caulk -48 -32 0.00 1 1 0 65696 0 +( 6852 5760 1920 ) ( 6830 5760 1920 ) ( 6841 5760 1976 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 444 +{ +( 6844 5856 1976 ) ( 6828 5856 1976 ) ( 6828 5856 1960 ) common/caulk 36 5 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6844 5856 1960 ) ( 6828 5856 1960 ) ( 6828 5632 1960 ) central_europe_winter/joist_w 21 31 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6832 5816 1960 ) ( 6832 5816 1976 ) ( 6832 5632 1976 ) central_europe_winter/joist_w -9 32 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6828 5856 1968 ) ( 6844 5856 1968 ) ( 6844 5632 1968 ) central_europe_winter/joist_w 21 31 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6848 5816 1976 ) ( 6848 5816 1960 ) ( 6848 5632 1960 ) central_europe_winter/joist_w -9 32 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6852 5760 1960 ) ( 6830 5760 1960 ) ( 6841 5760 1968 ) central_europe_winter/joist_w -9 80 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 445 +{ +( 7024 5376 2080 ) ( 7024 5392 2080 ) ( 6096 5392 2080 ) common/caulk -56 8 0.00 1 1 0 65696 0 +( 5880 5392 2056 ) ( 6008 5392 2056 ) ( 5944 5392 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 surfaceDensity 4 +( 6048 5376 2056 ) ( 5920 5376 2056 ) ( 5984 5376 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 +( 6096 5376 2080 ) ( 6104 5392 2088 ) ( 6112 5376 2096 ) common/caulk -8 16 0.00 1 1 0 65696 0 +( 6272 5376 2208 ) ( 6304 5392 2208 ) ( 6336 5376 2208 ) common/caulk -8 16 0.00 1 1 0 65696 0 +( 6272 5390 2080 ) ( 6272 5380 2080 ) ( 6272 5385 2208 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +} +// brush 446 +{ +( -2320 -5856 480 ) ( -2584 -5856 480 ) ( -2584 -6096 480 ) common/obscure_bush 16 -24 0.00 1 1 671088640 2224 0 +( -2592 -6144 792 ) ( -2592 -5904 792 ) ( -2328 -5904 792 ) common/obscure_bush 16 -24 0.00 1 1 671088640 2224 0 +( -2560 -6064 560 ) ( -2296 -6064 560 ) ( -2296 -6064 352 ) common/obscure_bush 16 0 0.00 1 1 671088640 2224 0 +( -2432 -6096 560 ) ( -2432 -5856 560 ) ( -2432 -5856 352 ) common/obscure_bush 24 0 0.00 1 1 671088640 2224 0 +( -2312 -5928 536 ) ( -2576 -5928 536 ) ( -2576 -5928 328 ) common/obscure_bush 16 0 0.00 1 1 671088640 2224 0 +( -2560 -5872 552 ) ( -2560 -6112 552 ) ( -2560 -6112 344 ) common/obscure_bush 24 0 0.00 1 1 671088640 2224 0 +} +// brush 447 +{ +( -1680 -5992 336 ) ( -1944 -5992 336 ) ( -1944 -6232 336 ) common/obscure_bush 16 32 0.00 1 1 671088640 2224 0 +( -1952 -6280 648 ) ( -1952 -6040 648 ) ( -1688 -6040 648 ) common/obscure_bush 16 32 0.00 1 1 671088640 2224 0 +( -1920 -6200 416 ) ( -1656 -6200 416 ) ( -1656 -6200 208 ) common/obscure_bush 16 -16 0.00 1 1 671088640 2224 0 +( -1792 -6232 416 ) ( -1792 -5992 416 ) ( -1792 -5992 208 ) common/obscure_bush -32 -16 0.00 1 1 671088640 2224 0 +( -1672 -6064 392 ) ( -1936 -6064 392 ) ( -1936 -6064 184 ) common/obscure_bush 16 -16 0.00 1 1 671088640 2224 0 +( -1920 -6008 408 ) ( -1920 -6248 408 ) ( -1920 -6248 200 ) common/obscure_bush -32 -16 0.00 1 1 671088640 2224 0 +} +// brush 448 +{ +( -1376 -6504 416 ) ( -1640 -6504 416 ) ( -1640 -6744 416 ) common/obscure_bush 32 32 0.00 1 1 671088640 2224 0 +( -1648 -6792 728 ) ( -1648 -6552 728 ) ( -1384 -6552 728 ) common/obscure_bush 32 32 0.00 1 1 671088640 2224 0 +( -1616 -6712 496 ) ( -1352 -6712 496 ) ( -1352 -6712 288 ) common/obscure_bush 32 0 0.00 1 1 671088640 2224 0 +( -1488 -6744 496 ) ( -1488 -6504 496 ) ( -1488 -6504 288 ) common/obscure_bush -32 0 0.00 1 1 671088640 2224 0 +( -1368 -6576 472 ) ( -1632 -6576 472 ) ( -1632 -6576 264 ) common/obscure_bush 32 0 0.00 1 1 671088640 2224 0 +( -1616 -6520 488 ) ( -1616 -6760 488 ) ( -1616 -6760 280 ) common/obscure_bush -32 0 0.00 1 1 671088640 2224 0 +} +// brush 449 +{ +( -136 -7240 352 ) ( -400 -7240 352 ) ( -400 -7480 352 ) common/obscure_bush -40 0 0.00 1 1 671088640 2224 0 +( -424 -7528 720 ) ( -424 -7288 720 ) ( -160 -7288 720 ) common/obscure_bush -40 0 0.00 1 1 671088640 2224 0 +( -392 -7448 456 ) ( -128 -7448 456 ) ( -128 -7448 248 ) common/obscure_bush -40 -40 0.00 1 1 671088640 2224 0 +( -264 -7480 456 ) ( -264 -7240 456 ) ( -264 -7240 248 ) common/obscure_bush 0 -40 0.00 1 1 671088640 2224 0 +( -144 -7312 432 ) ( -408 -7312 432 ) ( -408 -7312 224 ) common/obscure_bush -40 -40 0.00 1 1 671088640 2224 0 +( -392 -7256 448 ) ( -392 -7496 448 ) ( -392 -7496 240 ) common/obscure_bush 0 -40 0.00 1 1 671088640 2224 0 +} +// brush 450 +{ +( -688 -7192 504 ) ( -952 -7192 504 ) ( -952 -7432 504 ) common/obscure_bush 0 -16 0.00 1 1 671088640 2224 0 +( -976 -7480 872 ) ( -976 -7240 872 ) ( -712 -7240 872 ) common/obscure_bush 0 -16 0.00 1 1 671088640 2224 0 +( -944 -7400 608 ) ( -680 -7400 608 ) ( -680 -7400 400 ) common/obscure_bush 0 -16 0.00 1 1 671088640 2224 0 +( -816 -7432 608 ) ( -816 -7192 608 ) ( -816 -7192 400 ) common/obscure_bush 16 -16 0.00 1 1 671088640 2224 0 +( -696 -7264 584 ) ( -960 -7264 584 ) ( -960 -7264 376 ) common/obscure_bush 0 -16 0.00 1 1 671088640 2224 0 +( -944 -7208 600 ) ( -944 -7448 600 ) ( -944 -7448 392 ) common/obscure_bush 16 -16 0.00 1 1 671088640 2224 0 +} +// brush 451 +{ +( 7108 5330 2048 ) ( 7036 5330 2048 ) ( 7036 5326 2048 ) general_industrial/jh_pipe1 60 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 7036 5326 2052 ) ( 7036 5330 2052 ) ( 7108 5330 2052 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7036 5326 2056 ) ( 7108 5326 2056 ) ( 7108 5326 2048 ) general_industrial/jh_pipe1 60 90 0.00 1 1 0 32768 0 +surfaceparm detail +( 7336 5324 2056 ) ( 7336 5328 2056 ) ( 7336 5328 2048 ) general_industrial/jh_pipe1 56 90 0.00 1 1 0 32768 0 +surfaceparm detail +( 7108 5330 2056 ) ( 7036 5330 2056 ) ( 7036 5330 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7040 5330 2056 ) ( 7040 5326 2056 ) ( 7040 5326 2048 ) general_industrial/jh_pipe1 56 90 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 452 + { + patchDef2 + { + TAnatural/t2fogplane + ( 9 9 536870944 -2147483632 0 subdivisions 854.481506 ) +( +( ( -7936 7701.623535 1984 -13.312476 28.548698 ) ( -7936 7984.295410 3136 -11.648416 24.980110 ) ( -7936 3744.217529 2752 -9.984356 21.411524 ) ( -7936 1388.619019 2624 -8.320298 17.842936 ) ( -7936 -213.187897 2240 -6.656238 14.274350 ) ( -7936 -2191.890381 1984 -4.992178 10.705762 ) ( -7936 -4170.594727 1216 -3.328118 7.137174 ) ( -7936 -7405.615723 1472 -1.664060 3.568588 ) ( -7936 -8128 704 0 0 ) ) +( ( -5984 7701.623535 1984 -9.743888 30.212757 ) ( -5984 7984.295410 3136 -8.079830 26.644171 ) ( -5984 3744.217529 2752 -6.415770 23.075583 ) ( -5984 1388.619019 2624 -4.751710 19.506996 ) ( -5984 -213.187897 2240 -3.087650 15.938406 ) ( -5984 -2191.890381 1984 -1.423592 12.369820 ) ( -5984 -4170.594727 1216 0.240468 8.801232 ) ( -5984 -7405.615723 1472 1.904528 5.232646 ) ( -5984 -8128 704 3.568588 1.664060 ) ) +( ( -3968 7701.623535 1984 -6.175300 31.876812 ) ( -3968 7984.295410 3136 -4.511242 28.308229 ) ( -3968 3744.217529 2752 -2.847182 24.739641 ) ( -3968 1388.619019 2624 -1.183124 21.171055 ) ( -3968 -213.187897 2240 0.480936 17.602467 ) ( -3968 -2191.890381 1984 2.144996 14.033880 ) ( -3968 -4170.594727 1216 3.809056 10.465292 ) ( -3968 -7405.615723 1472 5.473114 6.896706 ) ( -3968 -8128 704 7.137174 3.328118 ) ) +( ( -1952 7701.623535 1984 -2.606714 33.540874 ) ( -1952 7984.295410 3136 -0.942656 29.972290 ) ( -1952 3744.217529 2752 0.721404 26.403704 ) ( -1952 1388.619019 2624 2.385462 22.835115 ) ( -1952 -213.187897 2240 4.049522 19.266527 ) ( -1952 -2191.890381 1984 5.713582 15.697940 ) ( -1952 -4170.594727 1216 7.377642 12.129350 ) ( -1952 -7405.615723 1472 9.041702 8.560766 ) ( -1952 -8128 704 10.705760 4.992178 ) ) +( ( 64 7701.623535 1984 0.961872 35.204933 ) ( 64 7984.295410 3136 2.625930 31.636347 ) ( 64 3744.217529 2752 4.289990 28.067760 ) ( 64 1388.619019 2624 5.954050 24.499174 ) ( 64 -213.187897 2240 7.618112 20.930584 ) ( 64 -2191.890381 1984 9.282170 17.362001 ) ( 64 -4170.594727 1216 10.946228 13.793412 ) ( 64 -7405.615723 1472 12.610288 10.224824 ) ( 64 -8128 704 14.274348 6.656238 ) ) +( ( 2080 7701.623535 1984 4.530460 36.868992 ) ( 2080 7984.295410 3136 6.194518 33.300407 ) ( 2080 3744.217529 2752 7.858576 29.731821 ) ( 2080 1388.619019 2624 9.522638 26.163235 ) ( 2080 -213.187897 2240 11.186696 22.594646 ) ( 2080 -2191.890381 1984 12.850756 19.026060 ) ( 2080 -4170.594727 1216 14.514818 15.457472 ) ( 2080 -7405.615723 1472 16.178873 11.888884 ) ( 2080 -8128 704 17.842934 8.320296 ) ) +( ( 4096 7701.623535 1984 8.099046 38.533054 ) ( 4096 7984.295410 3136 9.763106 34.964466 ) ( 4096 3744.217529 2752 11.427164 31.395880 ) ( 4096 1388.619019 2624 13.091226 27.827291 ) ( 4096 -213.187897 2240 14.755282 24.258703 ) ( 4096 -2191.890381 1984 16.419346 20.690119 ) ( 4096 -4170.594727 1216 18.083405 17.121531 ) ( 4096 -7405.615723 1472 19.747461 13.552942 ) ( 4096 -8128 704 21.411522 9.984356 ) ) +( ( 6112 7701.623535 1984 11.667632 40.197113 ) ( 6112 7984.295410 3136 13.331694 36.628525 ) ( 6112 3744.217529 2752 14.995752 33.059940 ) ( 6112 1388.619019 2624 16.659813 29.491352 ) ( 6112 -213.187897 2240 18.323870 25.922762 ) ( 6112 -2191.890381 1984 19.987930 22.354177 ) ( 6112 -4170.594727 1216 21.651987 18.785589 ) ( 6112 -7405.615723 1472 23.316050 15.217002 ) ( 6112 -8128 704 24.980108 11.648416 ) ) +( ( 8128 7701.623535 1808 15.236222 41.861168 ) ( 8130 8000 2086 16.900282 38.292583 ) ( 8128 3744.217529 2144 18.564339 34.724003 ) ( 8128 1388.619019 2304 20.228401 31.155411 ) ( 8128 -213.187897 2240 21.892456 27.586823 ) ( 8128 -2191.890381 1984 23.556517 24.018236 ) ( 8128 -4170.594727 1216 25.220577 20.449650 ) ( 8128 -7405.615723 1472 26.884636 16.881062 ) ( 8128 -8128 704 28.548697 13.312476 ) ) +) + } + } +// brush 453 +{ +( 6684 4616 2284 ) ( 6684 4624 2284 ) ( 6660 4624 2284 ) central_europe_winter/wallsnowsparkle3 -160 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 6660 4620 2316 ) ( 6684 4620 2316 ) ( 6684 4612 2316 ) common/caulk -48 -16 0.00 1 1 0 65696 0 +( 6556 4620 2284 ) ( 6556 4620 2300 ) ( 6556 4604 2300 ) central_europe_winter/wallsnowsparkle3 -160 -52 0.00 1 1 0 65536 0 +surfaceparm detail +( 6524 4604 2284 ) ( 6524 4604 2300 ) ( 6716 4604 2300 ) central_europe_winter/wallsnowsparkle3 -160 -52 0.00 1 1 0 65536 0 +surfaceparm detail +( 6540 4676 2300 ) ( 6540 4676 2284 ) ( 6636 4676 2284 ) central_europe_winter/wallsnowsparkle3 -160 -52 0.00 1 1 0 65536 0 +surfaceparm detail +( 6628 4632 2284 ) ( 6628 4608 2284 ) ( 6628 4620 2300 ) central_europe_winter/wallsnowsparkle3 -160 -52 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 454 +{ +( 6632 6480 1888 ) ( 6632 6512 1888 ) ( 6264 6520 1888 ) common/caulk -40 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6248 6488 2336 ) ( 6696 6488 2336 ) ( 6696 6488 1888 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6720 6520 2336 ) ( 6272 6520 2336 ) ( 6272 6520 1888 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6632 6488 2036 ) ( 6632 6520 2036 ) ( 6632 6520 1888 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6464 6488 2004 ) ( 6464 6520 2004 ) ( 6632 6520 2036 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6464 6520 2012 ) ( 6464 6488 2012 ) ( 6464 6488 1888 ) central_europe_winter/natesnow_mdlttrns256 0 0 0.00 1 1 0 67108864 0 +} +// brush 455 +{ +( 6632 6480 1888 ) ( 6632 6512 1888 ) ( 6264 6520 1888 ) common/caulk -40 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6248 6488 2336 ) ( 6696 6488 2336 ) ( 6696 6488 1888 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6720 6520 2336 ) ( 6272 6520 2336 ) ( 6272 6520 1888 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6264 6520 2016 ) ( 6264 6488 2016 ) ( 6264 6488 1888 ) common/caulk -39 63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6464 6520 2004 ) ( 6464 6488 2004 ) ( 6264 6488 1992 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6464 6528 1888 ) ( 6464 6476 1888 ) ( 6464 6502 2016 ) central_europe_winter/natesnow_mdlttrns256 0 0 0.00 1 1 0 67108864 0 +} +// brush 456 + { + patchDef2 + { + mohcommon/irongate2 + ( 3 3 204800 -2147450336 0 ) +( +( ( 7040 5328 2016 110 -31.500000 ) ( 7040 5328 2032 110 -31.750000 ) ( 7040 5328 2048 110 -32 ) ) +( ( 7188 5328 2016 112.312500 -31.500000 ) ( 7188 5328 2032 112.312500 -31.750000 ) ( 7188 5328 2048 112.312500 -32 ) ) +( ( 7336 5328 2016 114.625000 -31.500000 ) ( 7336 5328 2032 114.625000 -31.750000 ) ( 7336 5328 2048 114.625000 -32 ) ) +) + } + } +// brush 457 +{ +( 559 -3050 426 ) ( 295 -3050 426 ) ( 295 -3290 426 ) common/obscure_bush 33 30 0.00 1 1 671088640 2224 0 +( 292 -3338 620 ) ( 292 -3098 620 ) ( 556 -3098 620 ) common/obscure_bush 33 30 0.00 1 1 671088640 2224 0 +( 307 -3264 534 ) ( 571 -3264 534 ) ( 571 -3264 326 ) common/obscure_bush 33 34 0.00 1 1 671088640 2224 0 +( 465 -3290 530 ) ( 465 -3050 530 ) ( 465 -3050 322 ) common/obscure_bush -30 34 0.00 1 1 671088640 2224 0 +( 547 -3122 496 ) ( 283 -3122 496 ) ( 283 -3122 288 ) common/obscure_bush 33 34 0.00 1 1 671088640 2224 0 +( 318 -3070 522 ) ( 318 -3310 522 ) ( 318 -3310 314 ) common/obscure_bush -30 34 0.00 1 1 671088640 2224 0 +} +// brush 458 +{ +( 6232 3624 1888 ) ( 5720 3624 1888 ) ( 5720 2792 1888 ) common/caulk 40 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 5696 3288 2336 ) ( 6208 3288 2336 ) ( 6208 3288 1888 ) TAardennes/flrwood1_repwinter 104 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6080 2808 2336 ) ( 6080 3640 2336 ) ( 6080 3640 1888 ) TAardennes/flrwood1_repwinter -40 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6256 3640 2336 ) ( 5744 3640 2336 ) ( 5744 3640 1888 ) TAardennes/flrwood1_repwinter 104 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5744 3664 2336 ) ( 5744 2832 2336 ) ( 5744 2832 1888 ) TAardennes/flrwood1_repwinter -40 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 5720 3624 1904 ) ( 6232 3624 1904 ) ( 5720 2792 1904 ) TAardennes/flrwood1_repwinter 104 40 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 459 +{ +( 7452 5304 1888 ) ( 7452 5312 1888 ) ( 7428 5312 1888 ) common/caulk 48 29 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7428 5308 1904 ) ( 7452 5308 1904 ) ( 7452 5300 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 7328 5312 1888 ) ( 7328 5312 1904 ) ( 7328 5296 1904 ) central_europe_winter/step_rise 93 57 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7296 5296 1888 ) ( 7296 5296 1904 ) ( 7488 5296 1904 ) central_europe_winter/step_rise 29 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7296 5360 1904 ) ( 7296 5360 1888 ) ( 7392 5360 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7392 5316 1888 ) ( 7392 5292 1888 ) ( 7392 5304 1904 ) central_europe_winter/step_rise 93 57 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 460 +{ +( 7432 5320 1904 ) ( 7432 5352 1904 ) ( 6984 5352 1904 ) common/caulk 8 8 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6960 5304 2352 ) ( 7408 5304 2352 ) ( 7408 5304 1904 ) central_europe_winter/stonewall1snow -200 16 0.00 1 1 0 65536 0 +( 7432 5352 2352 ) ( 6984 5352 2352 ) ( 6984 5352 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7336 5280 1904 ) ( 7336 5344 1904 ) ( 7336 5312 2128 ) central_europe_winter/stonewall1snow 152 0 0.00 1 1 0 65536 0 +( 7384 5344 1904 ) ( 7384 5312 1904 ) ( 7384 5328 2128 ) central_europe_winter/stonewall1snow 144 16 0.00 1 1 0 65536 0 +( 6976 5360 2064 ) ( 6976 5424 2064 ) ( 7336 5392 2064 ) central_europe_winter/step_run 31 -32 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 461 +{ +( 7452 5304 2064 ) ( 7452 5312 2064 ) ( 7428 5312 2064 ) central_europe_winter/stonewall1snow -200 -136 0.00 1 1 0 65536 0 +surfaceparm detail +( 7428 5308 2080 ) ( 7452 5308 2080 ) ( 7452 5300 2080 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 7328 5312 2064 ) ( 7328 5312 2080 ) ( 7328 5296 2080 ) central_europe_winter/step_rise 93 -6 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7296 5296 2064 ) ( 7296 5296 2080 ) ( 7488 5296 2080 ) central_europe_winter/step_rise 29 -5 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7296 5360 2080 ) ( 7296 5360 2064 ) ( 7392 5360 2064 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7392 5316 2064 ) ( 7392 5292 2064 ) ( 7392 5304 2080 ) central_europe_winter/step_rise 93 -6 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 462 +{ +( -1536 -7902 726 ) ( -1472 -7902 726 ) ( -1920 -7438 726 ) common/nodraw 26 32 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2400 -7094 1238 ) ( -2400 -7030 1238 ) ( -1248 -7782 1238 ) common/nodraw 26 32 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1222 -7846 1238 ) ( -1222 -7846 726 ) ( -2432 -7224 726 ) common/nodraw -32 -42 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1222 -7808 726 ) ( -1222 -7808 1238 ) ( -2376 -7168 1238 ) central_europe_winter/snow_treeline1sml 20 218 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -2376 -7168 728 ) ( -2376 -7168 1240 ) ( -2432 -7224 1240 ) common/nodraw 25 -41 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1222 -7846 726 ) ( -1222 -7846 1238 ) ( -1222 -7808 1238 ) common/nodraw 25 -41 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 463 +{ +( -484 -7902 730 ) ( -420 -7902 730 ) ( -868 -7438 730 ) common/nodraw 26 -4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -420 -7910 1242 ) ( -484 -7910 1242 ) ( -868 -7510 1242 ) common/nodraw 26 -4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1348 -7846 730 ) ( -1348 -7846 1242 ) ( -196 -7846 1242 ) common/nodraw 4 -38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1322 -7808 1242 ) ( -1322 -7808 730 ) ( -170 -7808 730 ) central_europe_winter/snow_treeline1sml 20 218 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -1222 -7876 1242 ) ( -1222 -7876 730 ) ( -1222 -7812 730 ) common/nodraw 25 -37 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -196 -7806 1194 ) ( -196 -7806 698 ) ( -196 -7854 698 ) common/nodraw 25 -37 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 464 +{ +( -3136 -6076 668 ) ( -3136 -6076 1180 ) ( -3016 -5952 1180 ) common/nodraw -34 -37 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3472 -4728 668 ) ( -3408 -4728 668 ) ( -3408 -4728 1180 ) common/nodraw 39 -37 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3016 -5952 668 ) ( -3016 -5952 1180 ) ( -3408 -4728 1180 ) central_europe_winter/snow_treeline1sml 20 157 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -3136 -6076 1180 ) ( -3136 -6076 668 ) ( -3472 -4728 668 ) common/nodraw 33 -37 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3148 -6088 1180 ) ( -3472 -4728 1180 ) ( -3408 -4728 1180 ) common/nodraw 39 -34 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3472 -4728 668 ) ( -3148 -6088 668 ) ( -3020 -5956 668 ) common/nodraw 39 -34 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 465 +{ +( -3732 -4414 650 ) ( -3732 -4478 650 ) ( -3268 -4030 650 ) common/nodraw 35 -34 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3740 -4478 1162 ) ( -3740 -4414 1162 ) ( -3340 -4030 1162 ) common/nodraw 35 -34 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3140 -4284 652 ) ( -3140 -4284 1164 ) ( -3472 -4728 1164 ) common/nodraw 33 -53 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3108 -4316 1164 ) ( -3108 -4316 652 ) ( -3408 -4728 652 ) central_europe_winter/snow_treeline1sml 20 157 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -3140 -4284 1164 ) ( -3140 -4284 652 ) ( -3108 -4316 652 ) common/nodraw 35 -53 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -3472 -4728 652 ) ( -3472 -4728 1164 ) ( -3408 -4728 1164 ) common/nodraw 35 -53 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 466 +{ +( -2376 -7168 668 ) ( -2432 -7224 668 ) ( -2432 -7224 1180 ) common/nodraw -34 -37 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3136 -6076 1180 ) ( -3136 -6076 668 ) ( -3016 -5952 668 ) common/nodraw -34 -37 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -3016 -5952 668 ) ( -2376 -7168 668 ) ( -2376 -7168 1180 ) central_europe_winter/snow_treeline1sml 20 157 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -3136 -6076 668 ) ( -3136 -6076 1180 ) ( -2432 -7224 1180 ) common/nodraw 1 -37 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2428 -7224 1180 ) ( -3132 -6072 1180 ) ( -3016 -5952 1180 ) common/nodraw 39 -2 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( -3132 -6072 668 ) ( -2428 -7224 668 ) ( -2376 -7168 668 ) common/nodraw 39 -2 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 467 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1016 3648 1872 0 1 ) ( 1088 3612 1960 -0.500000 1 ) ( 1304 3616 1904 -1 1 ) ) +( ( 976 3584 1968 0 0.750000 ) ( 1128 3600 2000 -0.500000 0.750000 ) ( 1336 3560 1944 -1 0.750000 ) ) +( ( 968 3600 2072 0 0.500000 ) ( 1112 3608 2056 -0.500000 0.500000 ) ( 1328 3560 2024 -1 0.500000 ) ) +( ( 976 3600 2136 0 0.250000 ) ( 1136 3592 2200 -0.500000 0.250000 ) ( 1304 3568 2184 -1 0.250000 ) ) +( ( 968 3528 2200 0 0 ) ( 1144 3536 2280 -0.500000 0 ) ( 1352 3520 2240 -1 0 ) ) +) + } + } +// brush 468 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1304 3616 1904 0 1 ) ( 1448 3664 1904 -0.500000 1 ) ( 1682 3620 2008 -1 1 ) ) +( ( 1336 3560 1944 0 0.750000 ) ( 1488 3640 1968 -0.500000 0.750000 ) ( 1688 3600 2048 -1 0.750000 ) ) +( ( 1328 3560 2024 0 0.500000 ) ( 1472 3648 2024 -0.500000 0.500000 ) ( 1688 3600 2128 -1 0.500000 ) ) +( ( 1304 3568 2184 0 0.250000 ) ( 1496 3632 2168 -0.500000 0.250000 ) ( 1662 3596 2288 -1 0.250000 ) ) +( ( 1352 3520 2240 0 0 ) ( 1472 3480 2248 -0.500000 0 ) ( 1676 3474 2344 -1 0 ) ) +) + } + } +// brush 469 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2374 3764 2160 0 1 ) ( 2740 3668 2088 -0.500000 1 ) ( 2904 3560 2118 -1 1 ) ) +( ( 2406 3730 2200 0 0.750000 ) ( 2780 3610 2186 -0.500000 0.750000 ) ( 2936 3504 2162 -1 0.750000 ) ) +( ( 2398 3730 2280 0 0.500000 ) ( 2764 3618 2242 -0.500000 0.500000 ) ( 2936 3504 2246 -1 0.500000 ) ) +( ( 2374 3738 2440 0 0.250000 ) ( 2788 3602 2386 -0.500000 0.250000 ) ( 2912 3512 2402 -1 0.250000 ) ) +( ( 2422 3690 2496 0 0 ) ( 2796 3546 2466 -0.500000 0 ) ( 2960 3464 2454 -1 0 ) ) +) + } + } +// brush 470 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1968 3568 2128 0 1 ) ( 2186 3746 2208 -0.500000 1 ) ( 2374 3764 2160 -1 1 ) ) +( ( 2000 3552 2168 0 0.750000 ) ( 2210 3770 2274 -0.500000 0.750000 ) ( 2406 3730 2200 -1 0.750000 ) ) +( ( 1992 3552 2248 0 0.500000 ) ( 2194 3778 2330 -0.500000 0.500000 ) ( 2398 3730 2280 -1 0.500000 ) ) +( ( 1968 3560 2408 0 0.250000 ) ( 2218 3762 2474 -0.500000 0.250000 ) ( 2374 3738 2440 -1 0.250000 ) ) +( ( 2016 3512 2464 0 0 ) ( 2226 3706 2554 -0.500000 0 ) ( 2422 3690 2496 -1 0 ) ) +) + } + } +// brush 471 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1682 3620 2008 0 1 ) ( 1808 3604 2112 -0.500000 1 ) ( 1968 3568 2128 -1 1 ) ) +( ( 1688 3600 2048 0 0.750000 ) ( 1816 3592 2152 -0.500000 0.750000 ) ( 2000 3552 2168 -1 0.750000 ) ) +( ( 1688 3600 2128 0 0.500000 ) ( 1800 3600 2208 -0.500000 0.500000 ) ( 1992 3552 2248 -1 0.500000 ) ) +( ( 1662 3596 2288 0 0.250000 ) ( 1824 3584 2352 -0.500000 0.250000 ) ( 1968 3560 2408 -1 0.250000 ) ) +( ( 1676 3474 2344 0 0 ) ( 1832 3528 2432 -0.500000 0 ) ( 2016 3512 2464 -1 0 ) ) +) + } + } +// brush 472 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2904 3560 2118 0 1 ) ( 3064 3648 2126 -0.500000 1 ) ( 3280 3600 2070 -1 1 ) ) +( ( 2936 3504 2162 0 0.750000 ) ( 3104 3584 2166 -0.500000 0.750000 ) ( 3312 3544 2110 -1 0.750000 ) ) +( ( 2936 3504 2246 0 0.500000 ) ( 3088 3592 2222 -0.500000 0.500000 ) ( 3304 3544 2190 -1 0.500000 ) ) +( ( 2912 3512 2402 0 0.250000 ) ( 3112 3576 2366 -0.500000 0.250000 ) ( 3280 3552 2350 -1 0.250000 ) ) +( ( 2960 3464 2454 0 0 ) ( 3120 3520 2446 -0.500000 0 ) ( 3328 3504 2406 -1 0 ) ) +) + } + } +// brush 473 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3280 3600 2070 0 1 ) ( 3426 3688 2068 -0.500000 1 ) ( 3642 3640 2098 -1 1 ) ) +( ( 3312 3544 2110 0 0.750000 ) ( 3464 3624 2134 -0.500000 0.750000 ) ( 3674 3584 2138 -1 0.750000 ) ) +( ( 3304 3544 2190 0 0.500000 ) ( 3448 3632 2190 -0.500000 0.500000 ) ( 3666 3584 2218 -1 0.500000 ) ) +( ( 3280 3552 2350 0 0.250000 ) ( 3472 3616 2334 -0.500000 0.250000 ) ( 3642 3592 2378 -1 0.250000 ) ) +( ( 3328 3504 2406 0 0 ) ( 3480 3560 2414 -0.500000 0 ) ( 3690 3544 2434 -1 0 ) ) +) + } + } +// brush 474 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3642 3640 2098 0 1 ) ( 4008 3528 2160 -0.500000 1 ) ( 4184 3560 2136 -1 1 ) ) +( ( 3674 3584 2138 0 0.750000 ) ( 4048 3464 2200 -0.500000 0.750000 ) ( 4232 3528 2176 -1 0.750000 ) ) +( ( 3666 3584 2218 0 0.500000 ) ( 4032 3472 2256 -0.500000 0.500000 ) ( 4224 3520 2256 -1 0.500000 ) ) +( ( 3642 3592 2378 0 0.250000 ) ( 4056 3456 2400 -0.500000 0.250000 ) ( 4200 3520 2416 -1 0.250000 ) ) +( ( 3690 3544 2434 0 0 ) ( 4064 3400 2480 -0.500000 0 ) ( 4264 3456 2472 -1 0 ) ) +) + } + } +// brush 475 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4184 3560 2136 0 1 ) ( 4346 3718 1954 -0.500000 1 ) ( 4566 3622 2024 -1 1 ) ) +( ( 4232 3528 2176 0 0.750000 ) ( 4404 3714 2200 -0.500000 0.750000 ) ( 4566 3594 2056 -1 0.750000 ) ) +( ( 4224 3520 2256 0 0.500000 ) ( 4388 3722 2264 -0.500000 0.500000 ) ( 4568 3584 2188 -1 0.500000 ) ) +( ( 4200 3520 2416 0 0.250000 ) ( 4412 3706 2400 -0.500000 0.250000 ) ( 4544 3552 2352 -1 0.250000 ) ) +( ( 4264 3456 2472 0 0 ) ( 4428 3456 2416 -0.500000 0 ) ( 4560 3488 2336 -1 0 ) ) +) + } + } +// brush 476 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 272 3552 1920 0 1 ) ( 424 3624 1896 -0.500000 1 ) ( 552 3616 1928 -1 1 ) ) +( ( 280 3544 1960 0 0.750000 ) ( 440 3600 1936 -0.500000 0.750000 ) ( 608 3576 1968 -1 0.750000 ) ) +( ( 272 3544 2040 0 0.500000 ) ( 424 3608 2000 -0.500000 0.500000 ) ( 592 3584 2096 -1 0.500000 ) ) +( ( 256 3544 2152 0 0.250000 ) ( 448 3592 2136 -0.500000 0.250000 ) ( 592 3584 2176 -1 0.250000 ) ) +( ( 312 3512 2208 0 0 ) ( 472 3544 2216 -0.500000 0 ) ( 624 3504 2232 -1 0 ) ) +) + } + } +// brush 477 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 552 3616 1928 0 1 ) ( 784 3640 1936 -0.500000 1 ) ( 1016 3648 1872 -1 1 ) ) +( ( 608 3576 1968 0 0.750000 ) ( 808 3624 2048 -0.500000 0.750000 ) ( 976 3584 1968 -1 0.750000 ) ) +( ( 592 3584 2096 0 0.500000 ) ( 808 3632 2088 -0.500000 0.500000 ) ( 968 3600 2072 -1 0.500000 ) ) +( ( 592 3584 2176 0 0.250000 ) ( 816 3608 2176 -0.500000 0.250000 ) ( 976 3600 2136 -1 0.250000 ) ) +( ( 624 3504 2232 0 0 ) ( 816 3560 2256 -0.500000 0 ) ( 968 3528 2200 -1 0 ) ) +) + } + } +// brush 478 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 104 3248 1888 0 1 ) ( 136 3544 1912 -0.500000 1 ) ( 272 3552 1920 -1 1 ) ) +( ( 152 3208 1928 0 0.750000 ) ( 152 3520 1952 -0.500000 0.750000 ) ( 280 3544 1960 -1 0.750000 ) ) +( ( 144 3208 2008 0 0.500000 ) ( 136 3528 2016 -0.500000 0.500000 ) ( 272 3544 2040 -1 0.500000 ) ) +( ( 120 3208 2168 0 0.250000 ) ( 160 3512 2152 -0.500000 0.250000 ) ( 256 3544 2152 -1 0.250000 ) ) +( ( 184 3176 2224 0 0 ) ( 184 3464 2232 -0.500000 0 ) ( 312 3512 2208 -1 0 ) ) +) + } + } +// brush 479 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -288 3088 1888 0 1 ) ( -88 3232 1912 -0.500000 1 ) ( 104 3248 1888 -1 1 ) ) +( ( -240 3048 1928 0 0.750000 ) ( -32 3176 1952 -0.500000 0.750000 ) ( 152 3208 1928 -1 0.750000 ) ) +( ( -248 3048 2008 0 0.500000 ) ( -48 3184 2016 -0.500000 0.500000 ) ( 144 3208 2008 -1 0.500000 ) ) +( ( -272 3048 2168 0 0.250000 ) ( -24 3168 2152 -0.500000 0.250000 ) ( 120 3208 2168 -1 0.250000 ) ) +( ( -208 3016 2224 0 0 ) ( 0 3120 2232 -0.500000 0 ) ( 184 3176 2224 -1 0 ) ) +) + } + } +// brush 480 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -832 3168 1888 0 1 ) ( -464 3056 1912 -0.500000 1 ) ( -288 3088 1888 -1 1 ) ) +( ( -800 3112 1928 0 0.750000 ) ( -424 2992 1952 -0.500000 0.750000 ) ( -240 3048 1928 -1 0.750000 ) ) +( ( -808 3112 2008 0 0.500000 ) ( -440 3000 2008 -0.500000 0.500000 ) ( -248 3048 2008 -1 0.500000 ) ) +( ( -832 3120 2168 0 0.250000 ) ( -416 2984 2152 -0.500000 0.250000 ) ( -272 3048 2168 -1 0.250000 ) ) +( ( -784 3072 2224 0 0 ) ( -408 2928 2232 -0.500000 0 ) ( -208 3016 2224 -1 0 ) ) +) + } + } +// brush 481 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1192 3128 1928 0 1 ) ( -1048 3216 1952 -0.500000 1 ) ( -832 3168 1888 -1 1 ) ) +( ( -1160 3072 1968 0 0.750000 ) ( -1008 3152 1992 -0.500000 0.750000 ) ( -800 3112 1928 -1 0.750000 ) ) +( ( -1168 3072 2048 0 0.500000 ) ( -1024 3160 2048 -0.500000 0.500000 ) ( -808 3112 2008 -1 0.500000 ) ) +( ( -1192 3080 2208 0 0.250000 ) ( -1000 3144 2192 -0.500000 0.250000 ) ( -832 3120 2168 -1 0.250000 ) ) +( ( -1144 3032 2264 0 0 ) ( -992 3088 2272 -0.500000 0 ) ( -784 3072 2224 -1 0 ) ) +) + } + } +// brush 482 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1568 3088 1976 0 1 ) ( -1408 3176 1984 -0.500000 1 ) ( -1192 3128 1928 -1 1 ) ) +( ( -1536 3032 2024 0 0.750000 ) ( -1368 3112 2024 -0.500000 0.750000 ) ( -1160 3072 1968 -1 0.750000 ) ) +( ( -1536 3032 2104 0 0.500000 ) ( -1384 3120 2080 -0.500000 0.500000 ) ( -1168 3072 2048 -1 0.500000 ) ) +( ( -1560 3040 2264 0 0.250000 ) ( -1360 3104 2224 -0.500000 0.250000 ) ( -1192 3080 2208 -1 0.250000 ) ) +( ( -1512 2992 2312 0 0 ) ( -1352 3048 2304 -0.500000 0 ) ( -1144 3032 2264 -1 0 ) ) +) + } + } +// brush 483 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1968 3304 1784 0 1 ) ( -1768 3232 1760 -0.500000 1 ) ( -1568 3088 1976 -1 1 ) ) +( ( -2040 3248 1928 0 0.750000 ) ( -1736 3080 1984 -0.500000 0.750000 ) ( -1536 3032 2024 -1 0.750000 ) ) +( ( -1968 3256 1992 0 0.500000 ) ( -1752 3080 2136 -0.500000 0.500000 ) ( -1536 3032 2104 -1 0.500000 ) ) +( ( -1984 3120 2264 0 0.250000 ) ( -1728 3056 2152 -0.500000 0.250000 ) ( -1560 3040 2264 -1 0.250000 ) ) +( ( -2000 3032 2288 0 0 ) ( -1720 3008 2352 -0.500000 0 ) ( -1512 2992 2312 -1 0 ) ) +) + } + } +// brush 484 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2336 3440 1880 0 1 ) ( -2112 3408 1776 -0.500000 1 ) ( -1968 3304 1784 -1 1 ) ) +( ( -2328 3392 1912 0 0.750000 ) ( -2064 3368 2008 -0.500000 0.750000 ) ( -2040 3248 1928 -1 0.750000 ) ) +( ( -2344 3376 2000 0 0.500000 ) ( -2168 3384 2048 -0.500000 0.500000 ) ( -1968 3256 1992 -1 0.500000 ) ) +( ( -2304 3328 2168 0 0.250000 ) ( -2112 3336 2184 -0.500000 0.250000 ) ( -1984 3120 2264 -1 0.250000 ) ) +( ( -2288 3192 2216 0 0 ) ( -2112 3224 2264 -0.500000 0 ) ( -2000 3032 2288 -1 0 ) ) +) + } + } +// brush 485 +{ +( 6816 4976 2116 ) ( 6816 4984 2116 ) ( 6816 4984 2112 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6640 4976 1728 ) ( 6480 4976 1728 ) ( 6480 4976 2344 ) mohtest/wood_joist_trim_masked -3 8 -90.00 0.750000 0.250000 0 16384 0 +surfaceparm detail +( 6640 4984 2336 ) ( 6480 4984 2336 ) ( 6480 4984 1720 ) mohtest/wood_joist_trim_masked -3 8 -90.00 0.750000 0.250000 0 16384 0 +surfaceparm detail +( 6816 4984 2116 ) ( 6816 4976 2116 ) ( 6596 4976 1956 ) mohtest/wood_joist_trim_masked -3 8 -90.00 0.750000 0.250000 0 16384 0 +surfaceparm detail +( 6596 4976 1952 ) ( 6596 4984 1952 ) ( 6596 4984 1956 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6816 4976 2112 ) ( 6816 4984 2112 ) ( 6596 4984 1952 ) mohtest/wood_joist_trim_masked -3 8 -90.00 0.750000 0.250000 0 16384 0 +surfaceparm detail +} +// brush 486 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 208 1968 1440 0 1 ) ( 72 2032 1440 -0.500000 1 ) ( -200 2056 1464 -1 1 ) ) +( ( 216 2072 1544 0 0.750000 ) ( -32 2104 1560 -0.500000 0.750000 ) ( -312 2096 1568 -1 0.750000 ) ) +( ( 232 2088 1680 0 0.500000 ) ( -40 2096 1664 -0.500000 0.500000 ) ( -304 2096 1704 -1 0.500000 ) ) +( ( 232 2072 1752 0 0.250000 ) ( -48 2112 1752 -0.500000 0.250000 ) ( -296 2088 1776 -1 0.250000 ) ) +( ( 232 2184 1872 0 0 ) ( -104 2168 1904 -0.500000 0 ) ( -400 2112 1896 -1 0 ) ) +) + } + } +// brush 487 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 440 2048 1208 2 -7 ) ( 328 1968 1336 2.250000 -7 ) ( 208 1968 1440 2.500000 -7 ) ) +( ( 456 2160 1288 2 -7.250000 ) ( 344 2088 1384 2.250000 -7.250000 ) ( 216 2072 1560 2.500000 -7.250000 ) ) +( ( 472 2136 1488 2 -7.500000 ) ( 344 2104 1576 2.250000 -7.500000 ) ( 232 2088 1680 2.500000 -7.500000 ) ) +( ( 472 2128 1656 2 -7.750000 ) ( 352 2120 1888 2.250000 -7.750000 ) ( 232 2072 1752 2.500000 -7.750000 ) ) +( ( 480 2232 1808 2 -8 ) ( 408 2192 1984 2.250000 -8 ) ( 232 2184 1872 2.500000 -8 ) ) +) + } + } +// brush 488 +{ +( 96 7864 2176 ) ( 32 7864 2176 ) ( 480 7400 2176 ) common/nodraw 0 -63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 32 7872 2688 ) ( 96 7872 2688 ) ( 480 7472 2688 ) common/nodraw 0 -63 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 256 7552 2176 ) ( 256 7552 2688 ) ( -128 7936 2688 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 256 7488 2688 ) ( 256 7488 2176 ) ( -128 7872 2176 ) central_europe_winter/snow_treeline1sml 80 128 0.00 1 1 204800 67108864 0 +surfaceparm detail +( 256 7552 2688 ) ( 256 7552 2176 ) ( 256 7488 2176 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -128 7872 2688 ) ( -128 7872 2176 ) ( -128 7936 2176 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 489 +{ +( -2016 7864 2176 ) ( -2080 7864 2176 ) ( -1632 7400 2176 ) common/nodraw 63 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2080 7872 2687 ) ( -2016 7872 2687 ) ( -1632 7472 2687 ) common/nodraw 63 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1280 7936 2176 ) ( -1280 7936 2688 ) ( -2304 7616 2688 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -1280 7872 2688 ) ( -1280 7872 2176 ) ( -2304 7552 2176 ) central_europe_winter/snow_treeline1sml 144 128 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -1280 7936 2688 ) ( -1280 7936 2176 ) ( -1280 7872 2176 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -2304 7616 2176 ) ( -2304 7616 2688 ) ( -2304 7552 2688 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 490 +{ +( 3168 6336 2256 ) ( 3168 6400 2256 ) ( 2096 7176 2256 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3168 6400 2766 ) ( 3168 6336 2766 ) ( 2096 7112 2766 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3168 6400 2256 ) ( 3168 6400 2768 ) ( 2096 7176 2768 ) common/nodraw 0 16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 3168 6336 2768 ) ( 3168 6336 2256 ) ( 2096 7112 2256 ) central_europe_winter/snow_treeline1sml 16 208 0.00 1 1 204800 67108864 0 +surfaceparm detail +( 3168 6400 2768 ) ( 3168 6400 2256 ) ( 3168 6336 2256 ) common/nodraw 0 16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2096 7072 2256 ) ( 2096 7184 2256 ) ( 2096 7128 2768 ) common/nodraw 0 16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 491 +{ +( 2096 7176 2176 ) ( 2096 7112 2176 ) ( 2096 7112 2688 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 256 7488 2176 ) ( 256 7552 2176 ) ( 256 7552 2688 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2096 7112 2176 ) ( 256 7488 2176 ) ( 256 7488 2688 ) central_europe_winter/snow_treeline1sml 16 128 0.00 1 1 204800 67108864 0 +surfaceparm detail +( 256 7552 2176 ) ( 2096 7176 2176 ) ( 2096 7176 2688 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2096 7112 2687 ) ( 256 7488 2687 ) ( 256 7552 2687 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 2096 7176 2176 ) ( 256 7552 2176 ) ( 256 7488 2176 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 492 +{ +( -6848 6776 2048 ) ( -6912 6776 2048 ) ( -6464 6312 2048 ) common/nodraw 0 -32 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6912 6784 2559 ) ( -6848 6784 2559 ) ( -6464 6384 2559 ) common/nodraw 0 -32 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6080 7040 2048 ) ( -6080 7040 2560 ) ( -7232 6336 2560 ) common/nodraw 32 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7168 6272 2048 ) ( -7168 6272 2560 ) ( -5952 6912 2560 ) central_europe_winter/snow_treeline1sml 240 0 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -6080 7040 2560 ) ( -6080 7040 2048 ) ( -5952 6912 2048 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -7168 6272 2560 ) ( -7168 6272 2048 ) ( -7232 6336 2048 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 493 +{ +( -3168 7672 2176 ) ( -3232 7672 2176 ) ( -2784 7208 2176 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -3232 7680 2687 ) ( -3168 7680 2687 ) ( -2784 7280 2687 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -2304 7616 2176 ) ( -2304 7616 2688 ) ( -3456 7616 2688 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -2304 7552 2688 ) ( -2304 7552 2176 ) ( -3456 7552 2176 ) central_europe_winter/snow_treeline1sml -368 128 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -2304 7616 2688 ) ( -2304 7616 2176 ) ( -2304 7552 2176 ) common/nodraw 0 63 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4224 7512 2640 ) ( -4224 7512 2144 ) ( -4224 7560 2144 ) common/nodraw 0 63 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 494 +{ +( 3456 6456 2160 ) ( 3392 6456 2160 ) ( 3840 5992 2160 ) common/nodraw 0 32 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 3391 6464 2670 ) ( 3455 6464 2670 ) ( 3839 6064 2670 ) common/nodraw 0 32 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 4320 6400 2160 ) ( 4320 6400 2672 ) ( 3168 6400 2672 ) common/nodraw -32 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 7456 6336 2672 ) ( 7456 6336 2160 ) ( 6304 6336 2160 ) central_europe_winter/snow_treeline1sml -16 112 0.00 1 1 204800 67108864 0 +surfaceparm detail +( 4320 6400 2672 ) ( 4320 6400 2160 ) ( 4320 6336 2160 ) common/nodraw -63 -16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 3168 6360 2624 ) ( 3168 6360 2128 ) ( 3168 6408 2128 ) common/nodraw -63 -16 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 495 +{ +( -992 7992 2144 ) ( -1056 7992 2144 ) ( -608 7528 2144 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -1056 8000 2656 ) ( -992 8000 2656 ) ( -608 7600 2656 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -128 7936 2144 ) ( -128 7936 2656 ) ( -1280 7936 2656 ) common/nodraw 0 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -128 7872 2656 ) ( -128 7872 2144 ) ( -1280 7872 2144 ) central_europe_winter/snow_treeline1sml 16 96 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -128 7936 2656 ) ( -128 7936 2144 ) ( -128 7872 2144 ) common/nodraw 0 -32 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -1280 7896 2608 ) ( -1280 7896 2112 ) ( -1280 7944 2112 ) common/nodraw 0 -32 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 496 +{ +( -4448 7608 2176 ) ( -4512 7608 2176 ) ( -4064 7144 2176 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -4512 7616 2688 ) ( -4448 7616 2688 ) ( -4064 7216 2688 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -4224 7616 2176 ) ( -4224 7616 2688 ) ( -4736 7360 2688 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -4224 7552 2688 ) ( -4224 7552 2176 ) ( -4736 7296 2176 ) central_europe_winter/snow_treeline1sml 16 128 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -4224 7616 2688 ) ( -4224 7616 2176 ) ( -4224 7552 2176 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -4736 7360 2176 ) ( -4736 7360 2688 ) ( -4736 7296 2688 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 497 +{ +( -5600 7160 2048 ) ( -5664 7160 2048 ) ( -5216 6696 2048 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -5664 7168 2559 ) ( -5600 7168 2559 ) ( -5216 6768 2559 ) common/nodraw 0 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( -6080 7040 2560 ) ( -6080 7040 2048 ) ( -4736 7360 2048 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -5952 6912 2048 ) ( -5952 6912 2560 ) ( -4736 7296 2560 ) central_europe_winter/snow_treeline1sml 16 0 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -4736 7296 2048 ) ( -4736 7296 2560 ) ( -4736 7360 2560 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( -6080 7040 2048 ) ( -6080 7040 2560 ) ( -5952 6912 2560 ) common/nodraw 0 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 498 +{ +( -7928 5408 2160 ) ( -7928 5344 2160 ) ( -7464 5792 2160 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7120 6272 2671 ) ( -7056 6272 2671 ) ( -7808 5120 2671 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7232 6336 2160 ) ( -7232 6336 2672 ) ( -7872 5120 2672 ) common/nodraw 0 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7168 6272 2672 ) ( -7168 6272 2160 ) ( -7808 5120 2160 ) central_europe_winter/snow_treeline1sml -112 112 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -7168 6272 2160 ) ( -7168 6272 2672 ) ( -7232 6336 2672 ) common/nodraw 0 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7832 5120 2624 ) ( -7832 5120 2128 ) ( -7880 5120 2128 ) common/nodraw 0 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 499 +{ +( 6096 4464 2016 ) ( 6096 4464 2012 ) ( 6096 4600 2012 ) common/caulk 0 -24 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6128 4496 2012 ) ( 6128 4496 2016 ) ( 6128 4600 2016 ) mohtest/wood_joist_trim_masked -24 96 -90.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 6128 4496 2016 ) ( 6128 4496 2012 ) ( 6096 4464 2012 ) common/caulk -36 -34 90.00 1 1 0 65696 0 +surfaceparm detail +( 6136 4456 2012 ) ( 6136 5072 2012 ) ( 5976 5072 2012 ) mohtest/wood_joist_trim_masked 24 -113 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6128 4600 2012 ) ( 6128 4600 2016 ) ( 6112 4600 2016 ) mohtest/wood_joist_trim_masked -24 -32 -90.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 6136 5072 2016 ) ( 6136 4456 2016 ) ( 5976 4456 2016 ) mohtest/wood_joist_trim_masked 24 -113 0.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 500 +{ +( 6106 4496 2016 ) ( 6106 4496 2012 ) ( 6226 4496 2012 ) mohtest/wood_joist_trim_masked -24 96 -90.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 6232 4464 2016 ) ( 6232 4464 2012 ) ( 6096 4464 2012 ) common/caulk -36 -26 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6112 4480 2012 ) ( 6112 4480 2016 ) ( 6096 4464 2016 ) common/caulk -36 30 90.00 1 1 0 65696 0 +surfaceparm detail +( 6088 4456 2012 ) ( 6704 4456 2012 ) ( 6704 4616 2012 ) mohtest/wood_joist_trim_masked -8 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6232 4464 2012 ) ( 6232 4464 2016 ) ( 6232 4480 2016 ) mohtest/wood_joist_trim_masked -24 96 -90.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 6704 4456 2016 ) ( 6088 4456 2016 ) ( 6088 4616 2016 ) mohtest/wood_joist_trim_masked -8 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 501 +{ +( 6464 2930 2208 ) ( 6464 2942 2208 ) ( 6476 2942 2196 ) common/caulk -46 0 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6360 2930 2180 ) ( 6360 2930 2204 ) ( 6376 2930 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6464 2942 2208 ) ( 6464 2930 2208 ) ( 6144 2930 2208 ) common/caulk -18 14 0.00 1 1 0 65696 0 +( 6392 2942 2208 ) ( 6392 2942 2184 ) ( 6408 2942 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6476 2930 2196 ) ( 6476 2942 2196 ) ( 6132 2942 2196 ) mohtest/wood_joist_trim_masked -25 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6380 2942 2202 ) ( 6380 2930 2208 ) ( 6380 2930 2196 ) common/caulk 12 13 90.00 1 -1 0 65696 0 +} +// brush 502 +{ +( 6360 2930 2180 ) ( 6360 2930 2204 ) ( 6376 2930 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 2942 2208 ) ( 6368 2930 2208 ) ( 6144 2930 2208 ) common/caulk -18 14 0.00 1 1 0 65696 0 +( 6392 2942 2208 ) ( 6392 2942 2184 ) ( 6408 2942 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 2930 2196 ) ( 6368 2942 2196 ) ( 6132 2942 2196 ) mohtest/wood_joist_trim_masked -25 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6144 2942 2208 ) ( 6144 2930 2208 ) ( 6132 2930 2196 ) common/caulk -18 47 90.00 1 -1 0 65696 0 +( 6368 2942 2196 ) ( 6368 2930 2196 ) ( 6368 2930 2208 ) common/caulk 12 13 90.00 1 -1 0 65696 0 +} +// brush 503 +{ +( 6360 2708 2180 ) ( 6360 2708 2204 ) ( 6376 2708 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 2720 2208 ) ( 6368 2708 2208 ) ( 6144 2708 2208 ) common/caulk -18 48 0.00 1 1 0 65696 0 +( 6392 2720 2208 ) ( 6392 2720 2184 ) ( 6408 2720 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 2708 2196 ) ( 6368 2720 2196 ) ( 6132 2720 2196 ) mohtest/wood_joist_trim_masked -27 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6144 2720 2208 ) ( 6144 2708 2208 ) ( 6132 2708 2196 ) common/caulk 12 47 90.00 1 -1 0 65696 0 +( 6368 2720 2196 ) ( 6368 2708 2196 ) ( 6368 2708 2208 ) common/caulk 12 47 90.00 1 -1 0 65696 0 +} +// brush 504 +{ +( 6464 2708 2208 ) ( 6464 2720 2208 ) ( 6476 2720 2196 ) common/caulk -16 0 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6360 2708 2180 ) ( 6360 2708 2204 ) ( 6376 2708 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6464 2720 2208 ) ( 6464 2708 2208 ) ( 6144 2708 2208 ) common/caulk -18 48 0.00 1 1 0 65696 0 +( 6392 2720 2208 ) ( 6392 2720 2184 ) ( 6408 2720 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6476 2708 2196 ) ( 6476 2720 2196 ) ( 6132 2720 2196 ) mohtest/wood_joist_trim_masked -27 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6380 2720 2202 ) ( 6380 2708 2208 ) ( 6380 2708 2196 ) common/caulk 12 47 90.00 1 -1 0 65696 0 +} +// brush 505 +{ +( 6582 4970 1836 ) ( 6582 4986 1836 ) ( 6582 4986 2452 ) mohtest/wood_joist_trim_masked 0 82 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6598 4990 2456 ) ( 6598 4990 1840 ) ( 6598 4974 1840 ) mohtest/wood_joist_trim_masked 0 -80 0.00 1 1 0 16384 0 +surfaceparm detail +( 6598 4974 2456 ) ( 6598 4974 1840 ) ( 6438 4974 1840 ) mohtest/wood_joist_trim_masked 12 -80 0.00 1 1 0 16384 0 +surfaceparm detail +( 6596 4976 1904 ) ( 6596 4992 1904 ) ( 6436 4992 1904 ) common/caulk 31 -23 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6594 4990 1840 ) ( 6594 4990 2456 ) ( 6434 4990 2456 ) mohtest/wood_joist_trim_masked 12 -80 0.00 1 1 0 16384 0 +surfaceparm detail +( 6578 4968 1908 ) ( 6578 4996 1908 ) ( 6594 4982 1908 ) mohtest/wood_joist_trim_masked -3 8 -90.00 0.750000 0.250000 0 16384 0 +} +// brush 506 +{ +( 6582 4970 1896 ) ( 6582 4986 1896 ) ( 6582 4986 2512 ) mohtest/wood_joist_trim_masked 0 22 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6598 4990 2516 ) ( 6598 4990 1900 ) ( 6598 4974 1900 ) mohtest/wood_joist_trim_masked 0 -20 0.00 1 1 0 16384 0 +surfaceparm detail +( 6598 4974 2516 ) ( 6598 4974 1900 ) ( 6438 4974 1900 ) mohtest/wood_joist_trim_masked 12 -20 0.00 1 1 0 16384 0 +surfaceparm detail +( 6596 4976 1964 ) ( 6596 4992 1964 ) ( 6436 4992 1964 ) mohtest/wood_joist_trim_masked -3 8 -90.00 0.750000 0.250000 0 16384 0 +( 6594 4990 1900 ) ( 6594 4990 2516 ) ( 6434 4990 2516 ) mohtest/wood_joist_trim_masked 12 -20 0.00 1 1 0 16384 0 +surfaceparm detail +( 6578 4968 1968 ) ( 6578 4996 1968 ) ( 6594 4982 1968 ) mohtest/wood_joist_trim_masked -3 8 -90.00 0.750000 0.250000 0 16384 0 +} +// brush 507 +{ +( 5960 3408 2032 ) ( 5848 3408 2032 ) ( 5848 3408 2040 ) central_europe_winter/joist_w -16 76 90.00 0.999817 -1 0 16384 0 +surfaceparm detail +( 5960 3408 2040 ) ( 5848 3408 2040 ) ( 5848 3472 2104 ) central_europe_winter/winterroof_set1aw -86 86 0.00 0.500000 0.500000 0 67108864 0 +( 5848 3408 2032 ) ( 5960 3408 2032 ) ( 5960 3472 2096 ) central_europe_winter/joist_w -16 76 90.00 0.999817 -1 0 16384 0 +surfaceparm detail +( 5848 3472 2090 ) ( 5960 3472 2090 ) ( 5960 3472 2104 ) common/caulk 23 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 5960 3472 2048 ) ( 5960 3414 2048 ) ( 5960 3443 2112 ) central_europe_winter/transjoist_w 2 -2 -45.00 1 1 0 16384 0 +surfaceparm detail +( 5848 3430 2048 ) ( 5848 3470 2048 ) ( 5848 3450 2112.000244 ) central_europe_winter/transjoist_w 2 -2 -45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 508 +{ +( 5848 3536 2032 ) ( 5960 3536 2032 ) ( 5960 3536 2040 ) central_europe_winter/joist_w -20 76 90.00 0.999817 -1 0 16384 0 +surfaceparm detail +( 5848 3472 2104 ) ( 5848 3536 2040 ) ( 5960 3536 2040 ) central_europe_winter/winterroof_set1aw -86 42 180.00 0.500000 0.500000 0 67108864 0 +( 5960 3536 2032 ) ( 5848 3536 2032 ) ( 5848 3472 2096 ) central_europe_winter/joist_w -16 76 90.00 0.999817 -1 0 16384 0 +surfaceparm detail +( 5848 3472 2096 ) ( 5848 3472 2104 ) ( 5960 3472 2104 ) common/caulk 23 -2 0.00 1 1 0 65696 0 +surfaceparm detail +( 5960 3501 2112 ) ( 5960 3530 2048 ) ( 5960 3472 2048 ) central_europe_winter/transjoist_w -6 -6 45.00 1 1 0 16384 0 +surfaceparm detail +( 5848 3494 2112 ) ( 5848 3474 2048 ) ( 5848 3514 2048 ) central_europe_winter/transjoist_w -6 -6 45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 509 +{ +( 5856 3424 2048 ) ( 5864 3424 2048 ) ( 5864 3520 2048 ) common/caulk 47 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5864 3544 2166 ) ( 5864 3616 2166 ) ( 5864 3616 1894 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5856 3432 2054 ) ( 5856 3432 1910 ) ( 5856 3512 1910 ) central_europe_winter/railside2_wntr 256 98 0.00 1 1 0 16384 0 +surfaceparm detail +( 5864 3472 2096 ) ( 5856 3472 2096 ) ( 5856 3520 2048 ) common/caulk 47 -18 0.00 1 1 0 65696 0 +surfaceparm detail +( 5856 3472 2096 ) ( 5864 3472 2096 ) ( 5864 3424 2048 ) common/caulk 47 -18 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 510 +{ +( 5944 3424 2048 ) ( 5952 3424 2048 ) ( 5952 3520 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5952 3544 2166 ) ( 5952 3616 2166 ) ( 5952 3616 1894 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5944 3432 2054 ) ( 5944 3432 1910 ) ( 5944 3512 1910 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5952 3472 2096 ) ( 5944 3472 2096 ) ( 5944 3520 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5944 3472 2096 ) ( 5952 3472 2096 ) ( 5952 3424 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 511 +{ +( 5948 3624 2036 ) ( 5948 3552 2036 ) ( 5956 3552 2036 ) central_europe_winter/railside2_wntr 272 98 0.00 1 1 0 16384 0 +surfaceparm detail +( 5952 3552 2048 ) ( 5944 3552 2048 ) ( 5944 3624 2048 ) central_europe_winter/railside2_wntr 272 98 0.00 1 1 0 16384 0 +surfaceparm detail +( 5952 3544 2160 ) ( 5952 3616 2160 ) ( 5952 3616 1888 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5944 3432 2048 ) ( 5944 3432 1904 ) ( 5944 3512 1904 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5944 3504 1904 ) ( 5952 3504 1904 ) ( 5948 3504 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5952 3440 1904 ) ( 5944 3440 1904 ) ( 5948 3440 2048 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 512 +{ +( 5944 3624 1904 ) ( 5944 3552 1904 ) ( 5952 3552 1904 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5952 3552 2048 ) ( 5944 3552 2048 ) ( 5944 3624 2048 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5952 3544 2160 ) ( 5952 3616 2160 ) ( 5952 3616 1888 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5944 3432 2048 ) ( 5944 3432 1904 ) ( 5944 3512 1904 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5944 3432 1904 ) ( 5944 3432 2048 ) ( 5952 3424 2048 ) common/caulk 23 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5944 3440 1904 ) ( 5952 3440 1904 ) ( 5948 3440 2048 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +} +// brush 513 +{ +( 5944 3624 1904 ) ( 5944 3552 1904 ) ( 5952 3552 1904 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5952 3552 2048 ) ( 5944 3552 2048 ) ( 5944 3624 2048 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5952 3544 2160 ) ( 5952 3616 2160 ) ( 5952 3616 1888 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5944 3512 2048 ) ( 5944 3512 1904 ) ( 5952 3520 1904 ) common/caulk 23 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5944 3432 2048 ) ( 5944 3432 1904 ) ( 5944 3512 1904 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5952 3504 1904 ) ( 5944 3504 1904 ) ( 5948 3504 2048 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +} +// brush 514 +{ +( 5856 3616 1904 ) ( 5856 3544 1904 ) ( 5864 3544 1904 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5864 3544 2048 ) ( 5856 3544 2048 ) ( 5856 3616 2048 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5864 3536 2160 ) ( 5864 3608 2160 ) ( 5864 3608 1888 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5856 3520 2048 ) ( 5856 3520 1904 ) ( 5864 3512 1904 ) common/caulk 23 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5856 3424 2048 ) ( 5856 3424 1904 ) ( 5856 3520 1904 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5856 3424 1904 ) ( 5856 3424 2048 ) ( 5864 3432 2048 ) common/caulk 23 -8 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 515 +{ +( 5992 3520 1904 ) ( 5920 3520 1904 ) ( 5920 3512 1904 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5920 3512 2048 ) ( 5920 3520 2048 ) ( 5992 3520 2048 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5864 3512 1904 ) ( 5864 3512 2048 ) ( 5944 3512 2048 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5952 3520 2048 ) ( 5952 3520 1904 ) ( 5944 3512 1904 ) common/caulk 23 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5952 3520 1904 ) ( 5952 3520 2048 ) ( 5856 3520 2048 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5864 3512 2048 ) ( 5864 3512 1904 ) ( 5856 3520 1904 ) common/caulk 23 -8 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 516 +{ +( 5992 3432 1904 ) ( 5920 3432 1904 ) ( 5920 3424 1904 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5920 3424 2048 ) ( 5920 3432 2048 ) ( 5992 3432 2048 ) common/caulk 23 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 5952 3424 2048 ) ( 5952 3424 1904 ) ( 5856 3424 1904 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5952 3424 1904 ) ( 5952 3424 2048 ) ( 5944 3432 2048 ) common/caulk 23 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5864 3432 2048 ) ( 5864 3432 1904 ) ( 5944 3432 1904 ) central_europe_winter/Brest_wal3Wntr 8 72 0.00 1 1 0 65536 0 +( 5864 3432 1904 ) ( 5864 3432 2048 ) ( 5856 3424 2048 ) common/caulk 23 -8 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 517 +{ +( 6360 3220 2180 ) ( 6360 3220 2204 ) ( 6376 3220 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6464 3232 2208 ) ( 6464 3220 2208 ) ( 6144 3220 2208 ) common/caulk -18 48 0.00 1 1 0 65696 0 +( 6392 3232 2208 ) ( 6392 3232 2184 ) ( 6408 3232 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6476 3220 2196 ) ( 6476 3232 2196 ) ( 6132 3232 2196 ) mohtest/wood_joist_trim_masked -27 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6368 3236 2196 ) ( 6368 3212 2196 ) ( 6368 3224 2208 ) common/caulk 12 47 90.00 1 -1 0 65696 0 +( 6240 3212 2196 ) ( 6240 3236 2196 ) ( 6240 3224 2208 ) common/caulk 12 47 90.00 1 -1 0 65696 0 +} +// brush 518 +{ +( 6360 3220 2180 ) ( 6360 3220 2204 ) ( 6376 3220 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6464 3232 2208 ) ( 6464 3220 2208 ) ( 6144 3220 2208 ) common/caulk -18 48 0.00 1 1 0 65696 0 +( 6392 3232 2208 ) ( 6392 3232 2184 ) ( 6408 3232 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6476 3220 2196 ) ( 6476 3232 2196 ) ( 6132 3232 2196 ) mohtest/wood_joist_trim_masked -27 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6144 3232 2208 ) ( 6144 3220 2208 ) ( 6132 3220 2196 ) common/caulk 12 47 90.00 1 -1 0 65696 0 +( 6228 3236 2196 ) ( 6228 3212 2196 ) ( 6228 3224 2208 ) common/caulk 12 47 90.00 1 -1 0 65696 0 +} +// brush 519 +{ +( 6464 3220 2208 ) ( 6464 3232 2208 ) ( 6476 3232 2196 ) common/caulk -16 0 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6360 3220 2180 ) ( 6360 3220 2204 ) ( 6376 3220 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6464 3232 2208 ) ( 6464 3220 2208 ) ( 6144 3220 2208 ) common/caulk -18 48 0.00 1 1 0 65696 0 +( 6392 3232 2208 ) ( 6392 3232 2184 ) ( 6408 3232 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6476 3220 2196 ) ( 6476 3232 2196 ) ( 6132 3232 2196 ) mohtest/wood_joist_trim_masked -27 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6380 3212 2196 ) ( 6380 3236 2196 ) ( 6380 3224 2208 ) common/caulk 12 47 90.00 1 -1 0 65696 0 +} +// brush 520 +{ +( 6464 3088 2208 ) ( 6464 3100 2208 ) ( 6476 3100 2196 ) common/caulk 52 0 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6360 3088 2180 ) ( 6360 3088 2204 ) ( 6376 3088 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6464 3100 2208 ) ( 6464 3088 2208 ) ( 6144 3088 2208 ) common/caulk -18 -20 0.00 1 1 0 65696 0 +( 6392 3100 2208 ) ( 6392 3100 2184 ) ( 6408 3100 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6476 3088 2196 ) ( 6476 3100 2196 ) ( 6132 3100 2196 ) mohtest/wood_joist_trim_masked 9 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6380 3080 2196 ) ( 6380 3104 2196 ) ( 6380 3092 2208 ) common/caulk 16 47 90.00 1 -1 0 65696 0 +} +// brush 521 +{ +( 6360 3088 2180 ) ( 6360 3088 2204 ) ( 6376 3088 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6464 3100 2208 ) ( 6464 3088 2208 ) ( 6144 3088 2208 ) common/caulk -18 -20 0.00 1 1 0 65696 0 +( 6392 3100 2208 ) ( 6392 3100 2184 ) ( 6408 3100 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6476 3088 2196 ) ( 6476 3100 2196 ) ( 6132 3100 2196 ) mohtest/wood_joist_trim_masked 9 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6240 3080 2196 ) ( 6240 3104 2196 ) ( 6240 3092 2208 ) common/caulk 16 47 90.00 1 -1 0 65696 0 +( 6368 3104 2196 ) ( 6368 3080 2196 ) ( 6368 3092 2208 ) common/caulk 16 47 90.00 1 -1 0 65696 0 +} +// brush 522 +{ +( 6360 3088 2180 ) ( 6360 3088 2204 ) ( 6376 3088 2204 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6464 3100 2208 ) ( 6464 3088 2208 ) ( 6144 3088 2208 ) common/caulk -18 -20 0.00 1 1 0 65696 0 +( 6392 3100 2208 ) ( 6392 3100 2184 ) ( 6408 3100 2184 ) mohtest/wood_joist_trim_masked 0 11 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6476 3088 2196 ) ( 6476 3100 2196 ) ( 6132 3100 2196 ) mohtest/wood_joist_trim_masked 9 11 90.00 1 1 0 16384 0 +surfaceparm detail +( 6144 3100 2208 ) ( 6144 3088 2208 ) ( 6132 3088 2196 ) common/caulk 16 47 90.00 1 -1 0 65696 0 +( 6228 3104 2196 ) ( 6228 3080 2196 ) ( 6228 3092 2208 ) common/caulk 16 47 90.00 1 -1 0 65696 0 +} +// brush 523 +{ +( -7928 4256 2016 ) ( -7928 4192 2016 ) ( -7464 4640 2016 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7936 4192 2527 ) ( -7936 4256 2527 ) ( -7536 4640 2527 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7872 5120 2016 ) ( -7872 5120 2528 ) ( -7872 3968 2528 ) common/nodraw 0 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7808 5120 2528 ) ( -7808 5120 2016 ) ( -7808 3968 2016 ) central_europe_winter/snow_treeline1sml -112 -32 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -7872 5120 2528 ) ( -7872 5120 2016 ) ( -7808 5120 2016 ) common/nodraw 0 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7832 3968 2480 ) ( -7832 3968 1984 ) ( -7880 3968 1984 ) common/nodraw 0 -32 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 524 +{ +( -7928 3104 1984 ) ( -7928 3040 1984 ) ( -7464 3488 1984 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7936 3040 2496 ) ( -7936 3104 2496 ) ( -7536 3488 2496 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7872 3968 1984 ) ( -7872 3968 2496 ) ( -7872 2816 2496 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7808 3968 2496 ) ( -7808 3968 1984 ) ( -7808 2816 1984 ) central_europe_winter/snow_treeline1sml -496 -64 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -7872 3968 2496 ) ( -7872 3968 1984 ) ( -7808 3968 1984 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7832 2816 2448 ) ( -7832 2816 1952 ) ( -7880 2816 1952 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 525 +{ +( -7928 1952 1856 ) ( -7928 1888 1856 ) ( -7464 2336 1856 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7936 1888 2367 ) ( -7936 1952 2367 ) ( -7536 2336 2367 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7872 2816 1856 ) ( -7872 2816 2368 ) ( -7872 1664 2368 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7808 2816 2368 ) ( -7808 2816 1856 ) ( -7808 1664 1856 ) central_europe_winter/snow_treeline1sml -368 320 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -7872 2816 2368 ) ( -7872 2816 1856 ) ( -7808 2816 1856 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7832 1664 2320 ) ( -7832 1664 1824 ) ( -7880 1664 1824 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 526 +{ +( -7672 800 1728 ) ( -7672 736 1728 ) ( -7208 1184 1728 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7680 736 2239 ) ( -7680 800 2239 ) ( -7280 1184 2239 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7872 1664 1728 ) ( -7872 1664 2240 ) ( -7616 512 2240 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7808 1664 2240 ) ( -7808 1664 1728 ) ( -7552 512 1728 ) central_europe_winter/snow_treeline1sml 272 192 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -7808 1664 1728 ) ( -7808 1664 2240 ) ( -7872 1664 2240 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7576 512 2192 ) ( -7576 512 1696 ) ( -7624 512 1696 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 527 +{ +( -7672 -352 1600 ) ( -7672 -416 1600 ) ( -7208 32 1600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7680 -416 2111 ) ( -7680 -352 2111 ) ( -7280 32 2111 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7616 512 1600 ) ( -7616 512 2112 ) ( -7616 -640 2112 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7552 512 2112 ) ( -7552 512 1600 ) ( -7552 -640 1600 ) central_europe_winter/snow_treeline1sml -112 64 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -7616 512 2112 ) ( -7616 512 1600 ) ( -7552 512 1600 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7576 -640 2064 ) ( -7576 -640 1568 ) ( -7624 -640 1568 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 528 +{ +( -7024.000488 -1792 1536 ) ( -6960 -1792 1536 ) ( -7552 -640 1536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6960 -1792 2047 ) ( -7024.000488 -1792 2047 ) ( -7616.000488 -640 2047 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -7024 -1792 2048 ) ( -7024 -1792 1536 ) ( -7616 -640 1536 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6960 -1792 1536 ) ( -6960 -1792 2048 ) ( -7552 -640 2048 ) central_europe_winter/snow_treeline1sml 16 0 0.00 1 1 204800 67108864 0 +surfaceparm detail +( -7552 -640 1536 ) ( -7552 -640 2048 ) ( -7616 -640 2048 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( -6984 -1792 2000 ) ( -6984 -1792 1504 ) ( -7032 -1792 1504 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 529 +{ +( 4320 6400 2176 ) ( 4320 6336 2176 ) ( 4800 6848 2176 ) common/nodraw 13 -13 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 4320 6336 2653 ) ( 4320 6400 2653 ) ( 4800 6912 2653 ) common/nodraw 13 -13 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 4320 6400 2656 ) ( 4320 6400 2176 ) ( 4800 6912 2176 ) common/nodraw 44 -30 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4320 6400 2176 ) ( 4320 6400 2656 ) ( 4320 6336 2656 ) common/nodraw 14 -30 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4320 6336 2176 ) ( 4320 6336 2656 ) ( 4800 6848 2656 ) central_europe_winter/snow_treeline1sml 218 180 0.00 -0.875000 0.968750 204800 67108864 0 +( 4800 6912 2656 ) ( 4800 6912 2176 ) ( 4800 6848 2176 ) common/nodraw 14 -30 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 530 +{ +( 5328 7152 2208 ) ( 5328 7200 2208 ) ( 4800 6912 2208 ) common/nodraw 17 -13 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 4768 6832 2702 ) ( 4768 6896 2702 ) ( 5168 7280 2702 ) common/nodraw 17 -13 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5168 7152 2208 ) ( 5168 7152 2704 ) ( 4800 6912 2704 ) common/nodraw 48 -46 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5168 7104 2704 ) ( 5168 7104 2208 ) ( 4800 6848 2208 ) central_europe_winter/snow_treeline1sml 219 230 0.00 -0.875000 0.968750 204800 67108864 0 +( 5328 7200 2208 ) ( 5328 7152 2208 ) ( 5168 7104 2704 ) common/nodraw 14 -46 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4800 6800 2208 ) ( 4800 6944 2208 ) ( 4800 6872 2704 ) common/nodraw 14 -46 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 531 +{ +( 6560 4680 2032 ) ( 6528 4680 2032 ) ( 6528 4680 2000 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6528 4600 2032 ) ( 6560 4600 2032 ) ( 6560 4600 2000 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6520 4704 1968 ) ( 6520 4608 1968 ) ( 6520 4656 2128 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6498 4704 1984 ) ( 6476 4576 1984 ) ( 6520 4576 1984 ) mohtest/wood_joist_trim_masked -8 -96 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 6512 4576 2016 ) ( 6524 4704.000488 2016 ) ( 6536 4576 2016 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6512 4704 2028 ) ( 6512 4576 2040 ) ( 6512 4576 2016 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +} +// brush 532 +{ +( 6592 4704 2064 ) ( 6592 4544 2064 ) ( 6560 4544 2064 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 4704 2016 ) ( 6592 4672 2064 ) ( 6528 4688 2040 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6592 4608 2064 ) ( 6592 4576 2016 ) ( 6528 4592 2040 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6512 4576 2016 ) ( 6512 4704 2016 ) ( 6560 4672 2064 ) algiers/fort_floor_cobbleflttile 21 21 -90.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6576 4704 1984 ) ( 6576 4576 1984 ) ( 6576 4576 2016 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6544 4704 2016 ) ( 6528 4576 2016 ) ( 6560 4576 2016 ) common/black 0 0 0.00 1 1 0 65792 0 +} +// brush 533 +{ +( 6576 4568 1984 ) ( 6496 4568 1984 ) ( 6496 4568 1992 ) mohtest/wood_joist_trim_masked -8 -64 -90.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 6512 4576 1984 ) ( 6576 4576 1984 ) ( 6576 4576 1992 ) common/caulk -8 14 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6512 4576 1992 ) ( 6496 4568 1992 ) ( 6496 4568 1984 ) common/caulk -8 -42 90.00 1 1 0 65696 0 +surfaceparm detail +( 7120 4424 1984 ) ( 7120 4584 1984 ) ( 6504 4584 1984 ) mohtest/wood_joist_trim_masked 0 -56 -90.00 0.500000 -1 0 16384 0 +surfaceparm detail +( 6576 4576 1984 ) ( 6576 4568 1984 ) ( 6576 4568 1992 ) common/caulk -8 -10 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6504 4424 1992 ) ( 6504 4584 1992 ) ( 7120 4584 1992 ) mohtest/wood_joist_trim_masked 0 -56 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 534 +{ +( 6496 4712 1992 ) ( 6496 4712 1984 ) ( 6576 4712 1984 ) mohtest/wood_joist_trim_masked -8 -64 -90.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 6576 4704 1992 ) ( 6576 4704 1984 ) ( 6512 4704 1984 ) common/caulk -8 14 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6496 4712 1984 ) ( 6496 4712 1992 ) ( 6512 4704 1992 ) common/caulk -8 -42 90.00 1 1 0 65696 0 +surfaceparm detail +( 6504 4696 1984 ) ( 7120 4696 1984 ) ( 7120 4856 1984 ) mohtest/wood_joist_trim_masked 0 -56 -90.00 0.500000 -1 0 16384 0 +surfaceparm detail +( 6576 4712 1992 ) ( 6576 4712 1984 ) ( 6576 4704 1984 ) common/caulk -7 -10 90.00 1 -1 0 65696 0 +surfaceparm detail +( 7120 4696 1992 ) ( 6504 4696 1992 ) ( 6504 4856 1992 ) mohtest/wood_joist_trim_masked 0 -56 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 535 +{ +( 6496 4568 1992 ) ( 6496 4568 1984 ) ( 6496 4712 1984 ) mohtest/wood_joist_trim_masked -8 -96 -90.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 6512 4576 1984 ) ( 6512 4576 1992 ) ( 6512 4704 1992 ) common/caulk -8 54 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6496 4568 1984 ) ( 6496 4568 1992 ) ( 6512 4576 1992 ) common/caulk -8 62 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6520 4568 1984 ) ( 6520 5184 1984 ) ( 6360 5184 1984 ) mohtest/wood_joist_trim_masked -8 -96 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 6496 4712 1992 ) ( 6496 4712 1984 ) ( 6512 4704 1984 ) common/caulk -8 62 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6520 5184 1992 ) ( 6520 4568 1992 ) ( 6360 4568 1992 ) mohtest/wood_joist_trim_masked -8 -96 0.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 536 + { + patchDef2 + { + mohcommon/irongate2 + ( 3 3 204800 -2147450336 0 ) +( +( ( 6520 4680 1960 0.250000 -2 ) ( 6496 4640 1960 1.500000 -2 ) ( 6520 4600 1960 2.750000 -2 ) ) +( ( 6520 4680 1940 0.250000 -2.500000 ) ( 6496 4640 1940 1.500000 -2.500000 ) ( 6520 4600 1940 2.750000 -2.500000 ) ) +( ( 6520 4680 1920 0.250000 -3 ) ( 6496 4640 1920 1.500000 -3 ) ( 6520 4600 1920 2.750000 -3 ) ) +) + } + } +// brush 537 +{ +( 6592 4704 1968 ) ( 6560 4704 1968 ) ( 6560 4704 1936 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6512 4576 1840 ) ( 6512 4704 1840 ) ( 6512 4704 2016 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6530 4704 1920 ) ( 6508 4576 1920 ) ( 6552 4576 1920 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6552 4576 2016 ) ( 6564 4704.000488 2016 ) ( 6576 4576 2016 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6576 4576 1984 ) ( 6576 4704 1972 ) ( 6576 4576 1960 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6512 4680 1952 ) ( 6512 4680 1976 ) ( 6560 4680 1964 ) mohtest/hotelwall1crk 192 0 0.00 -0.250000 0.375000 0 65536 0 +} +// brush 538 +{ +( 6512 4576 1840 ) ( 6512 4704 1840 ) ( 6512 4704 2016 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6560 4576 1968 ) ( 6592 4576 1968 ) ( 6592 4576 1936 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6530 4704 1920 ) ( 6508 4576 1920 ) ( 6552 4576 1920 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6552 4576 2016 ) ( 6564 4704.000488 2016 ) ( 6576 4576 2016 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6576 4576 1984 ) ( 6576 4704 1972 ) ( 6576 4576 1960 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6512 4600 1976 ) ( 6512 4600 1952 ) ( 6560 4600 1964 ) mohtest/hotelwall1crk 192 0 0.00 -0.250000 0.375000 0 65536 0 +} +// brush 539 +{ +( 6592 4680 1960 ) ( 6560 4680 1960 ) ( 6560 4680 1928 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6560 4600 1968 ) ( 6592 4600 1968 ) ( 6592 4600 1936 ) algiers/fort_floor_cobbleflttile -21 0 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6576 4704 1904 ) ( 6576 4608 1904 ) ( 6576 4656 2064 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6530 4704 1920 ) ( 6508 4576 1920 ) ( 6552 4576 1920 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6544 4576 2016 ) ( 6556 4704.000488 2016 ) ( 6568 4576 2016 ) common/caulk -16 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6560 4704 1964 ) ( 6560 4576 1976 ) ( 6560 4576 1952 ) mohtest/hotelwall1crk 128 0 0.00 -0.312500 0.375000 0 65536 0 +} +// brush 540 + { + patchDef2 + { + central_europe/small_cobble + ( 5 3 0 -2147418112 0 subdivisions 223.201004 ) +( +( ( 6576 4544 1920 9.750000 3.450000 ) ( 6576 4544 1912 9.750000 3.200000 ) ( 6576 4544 1904 9.750000 2.950000 ) ) +( ( 6480 4544 1920 11.500000 3.450000 ) ( 6480 4544 1912 11.500000 3.200000 ) ( 6480 4544 1904 11.500000 2.950000 ) ) +( ( 6480 4640 1920 13.250000 3.450000 ) ( 6480 4640 1912 13.250000 3.200000 ) ( 6480 4640 1904 13.250000 2.950000 ) ) +( ( 6480 4736 1920 15 3.450000 ) ( 6480 4736 1912 15 3.200000 ) ( 6480 4736 1904 15 2.950000 ) ) +( ( 6576 4736 1920 16.750000 3.450000 ) ( 6576 4736 1912 16.750000 3.200000 ) ( 6576 4736 1904 16.750000 2.950000 ) ) +) + } + } +// brush 541 +{ +( 6364 3232 2156 ) ( 6364 3232 2132 ) ( 6380 3232 2132 ) mohtest/wood_joist_trim_masked 13 -93 90.00 1 1 0 16384 0 +surfaceparm detail +( 6590 3220 2128 ) ( 6590 3232 2128 ) ( 6312 3232 2128 ) mohtest/wood_joist_trim_masked 24 -93 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 3220 2128 ) ( 6368 3220 2152 ) ( 6384 3220 2152 ) mohtest/wood_joist_trim_masked 13 -93 90.00 1 1 0 16384 0 +surfaceparm detail +( 6512 3230 2128 ) ( 6512 3218 2128 ) ( 6512 3218 2134 ) common/caulk -52 47 0.00 1 -1 0 65696 0 +( 6380 3220 2128 ) ( 6380 3230 2128 ) ( 6380 3225 2134 ) common/caulk -52 47 0.00 1 -1 0 65696 0 +( 6380 3604 2132 ) ( 6380 3616 2132 ) ( 6508 3610 2132 ) mohtest/wood_joist_trim_masked 24 -93 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 542 +{ +( 6448 3216 2096 ) ( 6448 3228 2096 ) ( 6284 3228 2096 ) common/nodraw 8 -4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6284 3224 2128 ) ( 6448 3224 2128 ) ( 6448 3212 2128 ) common/nodraw 8 -4 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6380 3220 2112 ) ( 6380 3208 2112 ) ( 6380 3208 2096 ) common/nodraw 8 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6484 3224 2112 ) ( 6648 3224 2112 ) ( 6648 3224 2096 ) common/nodraw -56 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6512 3276 2112 ) ( 6512 3288 2112 ) ( 6512 3288 2096 ) common/nodraw 8 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6448 3228 2112 ) ( 6284 3228 2112 ) ( 6284 3228 2096 ) algiers/lighthouse_railing -12 -30 0.00 1 1 204800 262688 0 +} +// brush 543 +{ +( 6168 3216 2096 ) ( 6168 3228 2096 ) ( 6004 3228 2096 ) common/nodraw 8 -28 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6004 3224 2128 ) ( 6168 3224 2128 ) ( 6168 3212 2128 ) common/nodraw 8 -28 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6096 3220 2112 ) ( 6096 3208 2112 ) ( 6096 3208 2096 ) common/nodraw 8 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6204 3224 2112 ) ( 6368 3224 2112 ) ( 6368 3224 2096 ) common/nodraw 32 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6228 3276 2112 ) ( 6228 3288 2112 ) ( 6228 3288 2096 ) common/nodraw 8 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6168 3228 2112 ) ( 6004 3228 2112 ) ( 6004 3228 2096 ) algiers/lighthouse_railing 12 -30 0.00 1 1 204800 262688 0 +} +// brush 544 +{ +( 6080 3232 2156 ) ( 6080 3232 2132 ) ( 6096 3232 2132 ) mohtest/wood_joist_trim_masked 14 63 90.00 1 1 0 16384 0 +surfaceparm detail +( 6306 3220 2128 ) ( 6306 3232 2128 ) ( 6028 3232 2128 ) mohtest/wood_joist_trim_masked 25 63 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6084 3220 2128 ) ( 6084 3220 2152 ) ( 6100 3220 2152 ) mohtest/wood_joist_trim_masked 14 63 90.00 1 1 0 16384 0 +surfaceparm detail +( 6228 3230 2128 ) ( 6228 3218 2128 ) ( 6228 3218 2134 ) common/caulk -52 47 0.00 1 -1 0 65696 0 +( 6096 3220 2128 ) ( 6096 3230 2128 ) ( 6096 3225 2134 ) common/caulk -52 47 0.00 1 -1 0 65696 0 +( 6096 3604 2132 ) ( 6096 3616 2132 ) ( 6224 3610 2132 ) mohtest/wood_joist_trim_masked 25 63 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 545 +{ +( 7816 6840 2016 ) ( 7816 6840 1840 ) ( 7816 6872 1840 ) common/caulk 48 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7816 6872 2008 ) ( 8016 6496 1992 ) ( 8016 6464 1992 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 8016 6496 1944 ) ( 8016 6496 1792 ) ( 8016 6464 1792 ) common/caulk -15 63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7816 6872 1792 ) ( 8016 6496 1792 ) ( 8016 6496 1944 ) common/caulk 48 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 8016 6464 1944 ) ( 8016 6464 1792 ) ( 7816 6840 1792 ) central_europe_winter/stonewall1snow -64 0 0.00 1 1 0 65536 0 +( 8016 6496 1792 ) ( 7816 6872 1792 ) ( 7816 6840 1792 ) common/caulk -48 -15 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 546 +{ +( 7816 6872 2008 ) ( 7816 6872 1840 ) ( 7816 6840 1840 ) central_europe_winter/step_run 0 -112 -215.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7640 7008 2032 ) ( 7816 6872 2008 ) ( 7816 6840 2008 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 7640 6976 1984 ) ( 7640 6976 1792 ) ( 7640 7008 1792 ) common/caulk -47 63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7640 7008 1984 ) ( 7640 7008 1792 ) ( 7816 6872 1792 ) common/caulk 48 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7816 6840 1792 ) ( 7640 6976 1792 ) ( 7640 6976 1984 ) central_europe_winter/stonewall1snow -64 0 0.00 1 1 0 65536 0 +( 7816 6872 1792 ) ( 7640 7008 1792 ) ( 7640 6976 1792 ) common/caulk -48 -15 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 547 +{ +( 6592 3392 1888 ) ( 6080 3392 1888 ) ( 6080 2560 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6592 3392 2336 ) ( 6080 3392 2336 ) ( 6080 3392 1888 ) central_europe_winter/railside2_wntr 256 82 0.00 1 1 0 16384 0 +( 6080 3392 2336 ) ( 6080 2560 2336 ) ( 6080 2560 1888 ) central_europe_winter/railside2_wntr 0 -21 0.00 1 0.750000 0 16384 0 +( 6096 2560 2336 ) ( 6096 3392 2336 ) ( 6096 2560 1888 ) central_europe_winter/railside2_wntr 192 48 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6112 2560 1888 ) ( 6080 2560 1888 ) ( 6096 2560 2208 ) central_europe_winter/railside2_wntr 64 -21 0.00 1 0.750000 0 16384 0 +( 6512 2592 2160 ) ( 6520 3392 2160 ) ( 6528 2592 2160 ) common/caulk 0 16 0.00 1 1 0 65696 0 +} +// brush 548 +{ +( 6592 3392 1888 ) ( 6080 3392 1888 ) ( 6080 2560 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6528 2560 2336 ) ( 6528 3392 2336 ) ( 6528 3392 1888 ) central_europe_winter/railside2_wntr 0 -21 0.00 1 0.750000 0 16384 0 +( 6592 3392 2336 ) ( 6080 3392 2336 ) ( 6080 3392 1888 ) central_europe_winter/railside2_wntr 256 82 0.00 1 1 0 16384 0 +( 6512 3392 2336 ) ( 6512 2560 2336 ) ( 6512 3392 1888 ) central_europe_winter/railside2_wntr 192 48 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6112 2560 1888 ) ( 6080 2560 1888 ) ( 6096 2560 2208 ) central_europe_winter/railside2_wntr 64 -21 0.00 1 0.750000 0 16384 0 +( 6512 2592 2160 ) ( 6520 3392 2160 ) ( 6528 2592 2160 ) common/caulk 0 16 0.00 1 1 0 65696 0 +} +// brush 549 +{ +( 6096 3392 2080 ) ( 6512 3392 2080 ) ( 6512 3392 2160 ) central_europe_winter/railside2_wntr 256 82 0.00 1 1 0 16384 0 +( 6512 3376 2080 ) ( 6096 3376 2080 ) ( 6096 3376 2160 ) central_europe_winter/railside2_wntr 256 96 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6160 3392 2224 ) ( 6160 3376 2224 ) ( 6096 3376 2160 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 6096 3392 2152 ) ( 6096 3376 2160 ) ( 6096 3376 2144 ) common/caulk 0 48 0.00 1 1 0 65696 0 +( 6448 3376 2224 ) ( 6448 3392 2224 ) ( 6512 3392 2160 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 6512 3376 2160 ) ( 6512 3392 2152 ) ( 6512 3376 2144 ) common/caulk 0 48 0.00 1 1 0 65696 0 +( 6096 3376 2080 ) ( 6512 3376 2080 ) ( 6512 3392 2080 ) central_europe_winter/railside2_wntr 256 -128 0.00 1 1 0 16384 0 +( 6096 3376 2224 ) ( 6096 3392 2208 ) ( 6512 3384 2216 ) common/caulk 0 32 0.00 1 1 0 65696 0 +} +// brush 550 +{ +( 6096 2560 1888 ) ( 6512 2560 1888 ) ( 6512 2576 1888 ) common/caulk 46 -16 0.00 1 1 0 65696 0 +( 6512 2560 1888 ) ( 6096 2560 1888 ) ( 6096 2560 2160 ) central_europe_winter/railside2_wntr 64 -21 0.00 1 0.750000 0 16384 0 +( 6096 2576 1888 ) ( 6512 2576 1888 ) ( 6512 2576 2160 ) central_europe_winter/railside2_wntr 64 48 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6160 2576 2224 ) ( 6160 2560 2224 ) ( 6096 2560 2160 ) common/caulk 46 -16 0.00 1 1 0 65696 0 +( 6096 2576 2144 ) ( 6096 2576 2160 ) ( 6096 2560 2152 ) common/caulk -18 48 0.00 1 1 0 65696 0 +( 6448 2560 2224 ) ( 6448 2576 2224 ) ( 6512 2576 2160 ) common/caulk 46 -16 0.00 1 1 0 65696 0 +( 6512 2576 2144 ) ( 6512 2560 2152 ) ( 6512 2576 2160 ) common/caulk -18 48 0.00 1 1 0 65696 0 +( 6096 2560 2208 ) ( 6096 2576 2224 ) ( 6512 2568 2216 ) common/caulk 46 -16 0.00 1 1 0 65696 0 +} +// brush 551 +{ +( 6684 6508 1888 ) ( 6684 6492 1888 ) ( 7068 6492 1888 ) common/nodraw -35 -21 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 64 +( 7068 6492 2064 ) ( 6684 6492 2064 ) ( 6684 6508 2064 ) common/nodraw -35 -21 -180.00 1 1 536870912 2224 0 +surfaceparm detail surfaceDensity 64 +( 7068 6508 1888 ) ( 7068 6508 2064 ) ( 6684 6508 2064 ) common/nodraw -35 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 64 +( 6684 6500 1888 ) ( 6684 6500 2064 ) ( 7068 6500 2064 ) misc_outside/fence1 -204 187 0.00 0.750000 0.687500 8192 16896 0 +surfaceparm detail surfaceDensity 64 +( 7064 6518 2064 ) ( 7064 6530 1888 ) ( 7064 6506 1888 ) common/nodraw 21 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 64 +( 6680 6508 2064 ) ( 6680 6500 1888 ) ( 6680 6516 1888 ) common/nodraw 21 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail surfaceDensity 64 +} +// brush 552 +{ +( 6244 3088 2096 ) ( 6244 3104 2096 ) ( 6228 3104 2096 ) common/caulk 48 -4 0.00 1 1 0 65696 0 +surfaceparm detail +( 6212 3088 2144 ) ( 6236 3088 2144 ) ( 6236 3088 2128 ) mohtest/wood_joist_trim_masked 0 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6240 3100 2112 ) ( 6240 3084 2112 ) ( 6240 3084 2304 ) mohtest/wood_joist_trim_masked 10 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6240 3100 2140 ) ( 6216 3100 2140 ) ( 6216 3100 2124 ) mohtest/wood_joist_trim_masked 0 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6228 3088 2112 ) ( 6228 3104 2112 ) ( 6228 3104 2304 ) mohtest/wood_joist_trim_masked 10 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6084 3088 2256 ) ( 6090 3100 2256 ) ( 6096 3088 2256 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 553 +{ +( 6384 3088 2096 ) ( 6384 3104 2096 ) ( 6368 3104 2096 ) common/caulk -28 -4 0.00 1 1 0 65696 0 +surfaceparm detail +( 6352 3088 2144 ) ( 6376 3088 2144 ) ( 6376 3088 2128 ) mohtest/wood_joist_trim_masked 12 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6380 3100 2112 ) ( 6380 3084 2112 ) ( 6380 3084 2304 ) mohtest/wood_joist_trim_masked 10 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6380 3100 2140 ) ( 6356 3100 2140 ) ( 6356 3100 2124 ) mohtest/wood_joist_trim_masked 12 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 3088 2112 ) ( 6368 3104 2112 ) ( 6368 3104 2304 ) mohtest/wood_joist_trim_masked 10 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6234 3092 2256 ) ( 6240 3104 2256 ) ( 6246 3092 2256 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 554 +{ +( 6308 3084 2096 ) ( 6308 3096 2096 ) ( 6144 3096 2096 ) common/nodraw -60 -16 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6144 3092 2128 ) ( 6308 3092 2128 ) ( 6308 3080 2128 ) common/nodraw -60 -16 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6240 3088 2112 ) ( 6240 3076 2112 ) ( 6240 3076 2096 ) common/nodraw -60 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6344 3092 2112 ) ( 6508 3092 2112 ) ( 6508 3092 2096 ) common/nodraw 20 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6368 3144 2112 ) ( 6368 3156 2112 ) ( 6368 3156 2096 ) common/nodraw -60 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6308 3096 2112 ) ( 6144 3096 2112 ) ( 6144 3096 2096 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +} +// brush 555 +{ +( 6168 3084 2096 ) ( 6168 3096 2096 ) ( 6004 3096 2096 ) common/nodraw -60 -29 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6004 3092 2128 ) ( 6168 3092 2128 ) ( 6168 3080 2128 ) common/nodraw -60 -29 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6204 3092 2112 ) ( 6368 3092 2112 ) ( 6368 3092 2096 ) common/nodraw 32 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6228 3144 2112 ) ( 6228 3156 2112 ) ( 6228 3156 2096 ) common/nodraw -60 12 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6168 3096 2112 ) ( 6004 3096 2112 ) ( 6004 3096 2096 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +( 6096 3096 2112 ) ( 6096 3092 2126 ) ( 6096 3092 2098 ) common/nodraw 4 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6096 3092 2112 ) ( 6100 3096 2116 ) ( 6104 3092 2120 ) common/nodraw 0 -54 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 556 +{ +( 6224 3100 2156 ) ( 6224 3100 2132 ) ( 6240 3100 2132 ) mohtest/wood_joist_trim_masked 14 47 90.00 1 1 0 16384 0 +surfaceparm detail +( 6450 3088 2128 ) ( 6450 3100 2128 ) ( 6172 3100 2128 ) mohtest/wood_joist_trim_masked -11 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6228 3088 2128 ) ( 6228 3088 2152 ) ( 6244 3088 2152 ) mohtest/wood_joist_trim_masked 14 47 90.00 1 1 0 16384 0 +surfaceparm detail +( 6368 3098 2128 ) ( 6368 3086 2128 ) ( 6368 3086 2134 ) common/caulk 16 47 0.00 1 -1 0 65696 0 +( 6240 3088 2128 ) ( 6240 3098 2128 ) ( 6240 3093 2134 ) common/caulk 16 47 0.00 1 -1 0 65696 0 +( 6240 3472 2132 ) ( 6240 3484 2132 ) ( 6368 3478 2132 ) mohtest/wood_joist_trim_masked -11 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 557 +{ +( 6084 3100 2156 ) ( 6084 3100 2132 ) ( 6100 3100 2132 ) mohtest/wood_joist_trim_masked 15 59 90.00 1 1 0 16384 0 +surfaceparm detail +( 6112 3100 2128 ) ( 6112 3088 2128 ) ( 6228 3088 2128 ) mohtest/wood_joist_trim_masked -11 59 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6088 3088 2128 ) ( 6088 3088 2152 ) ( 6104 3088 2152 ) mohtest/wood_joist_trim_masked 15 59 90.00 1 1 0 16384 0 +surfaceparm detail +( 6228 3098 2128 ) ( 6228 3086 2128 ) ( 6228 3086 2134 ) common/caulk 16 47 0.00 1 -1 0 65696 0 +( 6112 3088 2128 ) ( 6112 3100 2128 ) ( 6118 3100 2134 ) common/caulk -20 19 0.00 1 -1 0 65696 0 +( 6111.999512 3472 2132 ) ( 6111.999512 3484 2132 ) ( 6228 3478 2132 ) mohtest/wood_joist_trim_masked -11 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 558 +{ +( 2016 1488 896 ) ( 2000 1488 896 ) ( 2000 1472 896 ) common/caulk 20 32 0.00 1 1 0 65696 0 +surfaceparm detail +( 2000 1472 1084 ) ( 2016 1472 1084 ) ( 2016 1472 896 ) central_europe_winter/joist_w 4 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2016 1472 1080 ) ( 2016 1488 1080 ) ( 2016 1488 896 ) central_europe_winter/joist_w -31 -96 0.01 1 1 0 16384 0 +surfaceparm detail +( 2016 1488 1080 ) ( 2000 1488 1080 ) ( 2000 1488 896 ) central_europe_winter/joist_w 4 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2000 1488 1080 ) ( 2000 1472 1080 ) ( 2000 1472 896 ) central_europe_winter/joist_w -31 -96 0.01 1 1 0 16384 0 +surfaceparm detail +( 2000 1472 1120 ) ( 2008 1488 1128 ) ( 2016 1472 1136 ) common/caulk 24 -32 0.00 1 -1 0 65696 0 +surfaceparm detail +( 2000 1472 1136 ) ( 2000 1488 1120 ) ( 2016 1480 1128 ) common/caulk 24 -32 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 559 +{ +( 2016 1472 1032 ) ( 2000 1472 1032 ) ( 2000 1472 1016 ) common/caulk 20 25 0.00 1 1 0 65696 0 +surfaceparm detail +( 2012 1136 1032 ) ( 2028 1136 1032 ) ( 2028 1136 1016 ) central_europe_winter/joist_w -26 -32 90.00 1 1 0 16384 0 +surfaceparm detail +( 2004 1248 1016 ) ( 2020 1248 1016 ) ( 2020 1472 1016 ) central_europe_winter/joist_w 3 -32 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 1288 1016 ) ( 2024 1288 1032 ) ( 2024 1472 1032 ) central_europe_winter/joist_w -26 -32 90.00 1 1 0 16384 0 +surfaceparm detail +( 2020 1248 1024 ) ( 2004 1248 1024 ) ( 2004 1472 1024 ) central_europe_winter/joist_w 3 -32 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2000 1288 1032 ) ( 2000 1288 1016 ) ( 2000 1472 1016 ) central_europe_winter/joist_w -26 -32 90.00 1 1 0 16384 0 +surfaceparm detail +( 2016 1472 1016 ) ( 2024 1464 1016 ) ( 2020 1468 1024 ) central_europe_winter/joist_w -26 -32 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 560 +{ +( 2016 1280 896 ) ( 2000 1280 896 ) ( 2000 1264 896 ) common/caulk 19 16 0.00 1 1 0 65696 0 +surfaceparm detail +( 2000 1264 1084 ) ( 2016 1264 1084 ) ( 2016 1264 896 ) central_europe_winter/joist_w 4 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2016 1264 1136 ) ( 2016 1280 1136 ) ( 2016 1280 896 ) central_europe_winter/joist_w -16 -96 0.00 1 1 0 16384 0 +surfaceparm detail +( 2016 1280 1080 ) ( 2000 1280 1080 ) ( 2000 1280 896 ) central_europe_winter/joist_w 4 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2000 1280 1120 ) ( 2000 1264 1120 ) ( 2000 1264 896 ) central_europe_winter/joist_w -16 -96 0.00 1 1 0 16384 0 +surfaceparm detail +( 2016 1280 1136 ) ( 2016 1264 1136 ) ( 2000 1264 1120 ) central_europe_winter/joist_w -16 -96 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 561 +{ +( 2664 1616 896 ) ( 2152 1616 896 ) ( 2152 784 896 ) common/caulk -40 16 0.00 1 1 0 65696 0 +surfaceparm detail +( 2152 1472 1344 ) ( 2664 1472 1344 ) ( 2664 1472 896 ) central_europe_winter/corrugated_snowcovered -120 -86 0.00 1 0.750000 0 67108864 0 +( 2676 1480 1344 ) ( 2164 1480 1344 ) ( 2164 1480 896 ) central_europe_winter/corrugated_snowcovered -120 -86 0.00 1 0.750000 0 67108864 0 +( 2016 1328 896 ) ( 2016 1488 896 ) ( 2016 1408 1056 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2288 1444 896 ) ( 2288 1364 896 ) ( 2288 1404 1056 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2020 1472 1016 ) ( 2020 1484 1016 ) ( 2352 1478 1016 ) common/caulk -40 -32 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 562 +{ +( 2004 1244 896 ) ( 2020 1244 896 ) ( 2020 1468 896 ) common/caulk 43 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 2022 1280 896 ) ( 2006 1280 896 ) ( 2006 1280 1080 ) common/caulk 44 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 2018 1472 1024 ) ( 2002 1472 1024 ) ( 2002 1472 896 ) common/caulk 44 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 2008 1596 1344 ) ( 2008 764 1344 ) ( 2008 764 896 ) central_europe_winter/corrugated_snowcovered -120 -86 0.00 1 0.750000 0 67108864 0 +( 2016 1468 896 ) ( 2016 1308 896 ) ( 2016 1388 1056 ) central_europe_winter/corrugated_snowcovered -120 -86 0.00 1 0.750000 0 67108864 0 +( 2002 1364 1016 ) ( 2002 1404 1016 ) ( 2010 1384 1016 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 563 +{ +( 2356 1124 896 ) ( 2372 1124 896 ) ( 2372 1348 896 ) common/caulk 12 4 0.00 1 1 0 65696 0 +surfaceparm detail +( 2372 1136 904 ) ( 2356 1136 904 ) ( 2356 1136 1088 ) common/caulk 12 -23 0.00 1 1 0 65696 0 +surfaceparm detail +( 2376 1332 1032 ) ( 2360 1332 1032 ) ( 2360 1332 904 ) common/caulk 12 -23 0.00 1 1 0 65696 0 +surfaceparm detail +( 2356 1476 1352 ) ( 2356 644 1352 ) ( 2356 644 904 ) central_europe_winter/floorsnowcovered 12 -88 0.00 1 1 0 67108864 0 +( 2364 1348 904 ) ( 2364 1188 904 ) ( 2364 1268 1064 ) central_europe_winter/floorsnowcovered 12 -88 0.00 1 1 0 67108864 0 +( 2356 1244 960 ) ( 2356 1284 960 ) ( 2364 1264 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 564 +{ +( 2368 1328 976 ) ( 2352 1328 976 ) ( 2352 1328 960 ) common/caulk -12 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 2356 1136 976 ) ( 2372 1136 976 ) ( 2372 1136 960 ) common/caulk -12 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 2356 1136 960 ) ( 2372 1136 960 ) ( 2372 1360 960 ) central_europe_winter/joist_w 4 -48 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2368 1176 960 ) ( 2368 1176 976 ) ( 2368 1360 976 ) central_europe_winter/joist_w -2 -48 90.00 1 1 0 16384 0 +surfaceparm detail +( 2372 1136 968 ) ( 2356 1136 968 ) ( 2356 1360 968 ) central_europe_winter/joist_w 4 -48 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2352 1176 976 ) ( 2352 1176 960 ) ( 2352 1360 960 ) central_europe_winter/joist_w -2 -48 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 565 +{ +( 2368 1136 896 ) ( 2352 1136 896 ) ( 2352 1120 896 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2352 1136 1136 ) ( 2368 1136 1136 ) ( 2368 1120 1120 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2352 1120 1120 ) ( 2368 1120 1120 ) ( 2368 1120 904 ) central_europe_winter/joist_w 4 -87 0.00 1 1 0 16384 0 +surfaceparm detail +( 2368 1120 1088 ) ( 2368 1136 1088 ) ( 2368 1136 904 ) central_europe_winter/joist_w 0 -88 0.00 1 1 0 16384 0 +surfaceparm detail +( 2368 1136 1136 ) ( 2352 1136 1136 ) ( 2352 1136 904 ) central_europe_winter/joist_w 4 -87 0.00 1 1 0 16384 0 +surfaceparm detail +( 2352 1136 1088 ) ( 2352 1120 1088 ) ( 2352 1120 904 ) central_europe_winter/joist_w 0 -88 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 566 +{ +( 2128 1340 896 ) ( 2128 1324 896 ) ( 2352 1324 896 ) common/caulk 60 -15 -90.00 1 1 0 65696 0 +surfaceparm detail +( 2160 1324 904 ) ( 2160 1340 904 ) ( 2160 1340 1088 ) common/caulk 60 -23 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2560 1320 1032 ) ( 2560 1336 1032 ) ( 2560 1336 904 ) common/caulk 60 -23 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2480 1340 1352 ) ( 1648 1340 1352 ) ( 1648 1340 904 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2352 1332 904 ) ( 2192 1332 904 ) ( 2272 1332 1064 ) central_europe_winter/floorsnowcovered -32 -88 0.00 1 1 0 67108864 0 +( 2248 1340 960 ) ( 2288 1340 960 ) ( 2268 1332 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 567 +{ +( 2560 1328 976 ) ( 2560 1344 976 ) ( 2560 1344 960 ) common/caulk 36 -31 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2160 1340 976 ) ( 2160 1324 976 ) ( 2160 1324 960 ) common/caulk 36 -31 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2128 1340 960 ) ( 2128 1324 960 ) ( 2352 1324 960 ) central_europe_winter/joist_w 20 -16 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2168 1328 960 ) ( 2168 1328 976 ) ( 2352 1328 976 ) central_europe_winter/joist_w -2 -16 90.00 1 1 0 16384 0 +surfaceparm detail +( 2128 1324 968 ) ( 2128 1340 968 ) ( 2352 1340 968 ) central_europe_winter/joist_w 20 -16 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2168 1344 976 ) ( 2168 1344 960 ) ( 2352 1344 960 ) central_europe_winter/joist_w -2 -16 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 568 +{ +( 2160 1344 896 ) ( 2144 1344 896 ) ( 2144 1328 896 ) common/caulk 4 16 0.00 1 1 0 65696 0 +surfaceparm detail +( 2144 1328 1084 ) ( 2160 1328 1084 ) ( 2160 1328 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2160 1328 1080 ) ( 2160 1344 1080 ) ( 2160 1344 896 ) central_europe_winter/joist_w -15 -95 0.01 1 1 0 16384 0 +surfaceparm detail +( 2160 1344 1080 ) ( 2144 1344 1080 ) ( 2144 1344 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2144 1344 1080 ) ( 2144 1328 1080 ) ( 2144 1328 896 ) central_europe_winter/joist_w -15 -95 0.01 1 1 0 16384 0 +surfaceparm detail +( 2144 1324 1136 ) ( 2144 1340 1136 ) ( 2160 1332 1136 ) common/caulk 8 -16 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 569 +{ +( 2224 1344 1136 ) ( 2224 1328 1136 ) ( 2216 1328 1136 ) common/caulk -28 8 -90.00 1 1 0 65696 0 +surfaceparm detail +( 2160 1340 1088 ) ( 2160 1324 1088 ) ( 2160 1324 1072 ) common/caulk -28 16 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2224 1328 1136 ) ( 2224 1344 1136 ) ( 2160 1344 1072 ) central_europe_winter/joist_w -12 -48 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2200 1328 1072 ) ( 2200 1328 1088 ) ( 2384 1328 1088 ) central_europe_winter/joist_w -1 117 -45.00 0.999980 0.999893 0 16384 0 +surfaceparm detail +( 2216 1344 1136 ) ( 2216 1328 1136 ) ( 2160 1328 1080 ) central_europe_winter/joist_w -12 -48 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2200 1344 1088 ) ( 2200 1344 1072 ) ( 2384 1344 1072 ) central_europe_winter/joist_w -1 117 -45.00 0.999980 0.999893 0 16384 0 +surfaceparm detail +} +// brush 570 +{ +( 2160 1264 1136 ) ( 2144 1264 1136 ) ( 2144 1272 1136 ) common/caulk 21 -23 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2156 1328 1088 ) ( 2140 1328 1088 ) ( 2140 1328 1072 ) common/caulk 20 15 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2144 1264 1136 ) ( 2160 1264 1136 ) ( 2160 1328 1072 ) central_europe_winter/joist_w 5 -16 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 2144 1288 1072 ) ( 2144 1288 1088 ) ( 2144 1104 1088 ) central_europe_winter/joist_w 0 -46 -135.00 0.999979 -0.999807 0 16384 0 +surfaceparm detail +( 2160 1272 1136 ) ( 2144 1272 1136 ) ( 2144 1328 1080 ) central_europe_winter/joist_w 5 -16 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 2160 1288 1088 ) ( 2160 1288 1072 ) ( 2160 1104 1072 ) central_europe_winter/joist_w 0 -46 -135.00 0.999979 -0.999807 0 16384 0 +surfaceparm detail +} +// brush 571 +{ +( 2080 1328 1136 ) ( 2080 1344 1136 ) ( 2088 1344 1136 ) common/caulk -11 -8 90.00 1 1 0 65696 0 +surfaceparm detail +( 2144 1332 1088 ) ( 2144 1348 1088 ) ( 2144 1348 1072 ) common/caulk -12 16 0.00 1 1 0 65696 0 +surfaceparm detail +( 2080 1344 1136 ) ( 2080 1328 1136 ) ( 2144 1328 1072 ) central_europe_winter/joist_w -27 32 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2104 1344 1072 ) ( 2104 1344 1088 ) ( 1920 1344 1088 ) central_europe_winter/joist_w 1 -111 -135.00 0.999979 -0.999807 0 16384 0 +surfaceparm detail +( 2088 1328 1136 ) ( 2088 1344 1136 ) ( 2144 1344 1080 ) central_europe_winter/joist_w -27 32 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2104 1328 1088 ) ( 2104 1328 1072 ) ( 1920 1328 1072 ) central_europe_winter/joist_w 1 -111 -135.00 0.999979 -0.999807 0 16384 0 +surfaceparm detail +} +// brush 572 +{ +( 2144 1408 1136 ) ( 2160 1408 1136 ) ( 2160 1400 1136 ) common/caulk 4 24 0.00 1 1 0 65696 0 +surfaceparm detail +( 2148 1344 1088 ) ( 2164 1344 1088 ) ( 2164 1344 1072 ) common/caulk 4 17 0.00 1 1 0 65696 0 +surfaceparm detail +( 2160 1408 1136 ) ( 2144 1408 1136 ) ( 2144 1344 1072 ) central_europe_winter/joist_w 20 0 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2160 1384 1072 ) ( 2160 1384 1088 ) ( 2160 1568 1088 ) central_europe_winter/joist_w 0 52 -45.00 1 1 0 16384 0 +surfaceparm detail +( 2144 1400 1136 ) ( 2160 1400 1136 ) ( 2160 1344 1080 ) central_europe_winter/joist_w 20 0 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2144 1384 1088 ) ( 2144 1384 1072 ) ( 2144 1568 1072 ) central_europe_winter/joist_w 0 52 -45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 573 +{ +( 2080 1280 1136 ) ( 2080 1264 1136 ) ( 2072 1264 1136 ) common/caulk -28 -8 -90.00 1 1 0 65696 0 +surfaceparm detail +( 2016 1276 1088 ) ( 2016 1260 1088 ) ( 2016 1260 1072 ) common/caulk -28 16 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2080 1264 1136 ) ( 2080 1280 1136 ) ( 2016 1280 1072 ) central_europe_winter/joist_w -12 -32 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2056 1264 1072 ) ( 2056 1264 1088 ) ( 2240 1264 1088 ) central_europe_winter/joist_w 4 15 -45.00 0.999980 0.999893 0 16384 0 +surfaceparm detail +( 2072 1280 1136 ) ( 2072 1264 1136 ) ( 2016 1264 1080 ) central_europe_winter/joist_w -12 -32 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2056 1280 1088 ) ( 2056 1280 1072 ) ( 2240 1280 1072 ) central_europe_winter/joist_w 4 15 -45.00 0.999980 0.999893 0 16384 0 +surfaceparm detail +} +// brush 574 +{ +( 2144 1120 968 ) ( 2136 1120 968 ) ( 2136 1120 952 ) central_europe_winter/joist_w 25 -95 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2144 944 572 ) ( 2144 784 572 ) ( 2144 784 1188 ) central_europe_winter/joist_w 17 -94 120.00 1 -1 0 16384 0 +surfaceparm detail +( 2136 944 1180 ) ( 2136 784 1180 ) ( 2136 784 564 ) central_europe_winter/joist_w 17 -94 120.00 1 -1 0 16384 0 +surfaceparm detail +( 2144 880 788 ) ( 2136 880 788 ) ( 2136 1120 968 ) central_europe_winter/joist_w 25 -111 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2136 920 802 ) ( 2144 912 796 ) ( 2144 928 808 ) central_europe_winter/joist_w 25 -111 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2136 1016 874 ) ( 2136 992 874 ) ( 2144 1004 874 ) central_europe_winter/joist_w 25 -111 179.99 1 -1 0 16384 0 +surfaceparm detail +} +// brush 575 +{ +( 2024 1120 968 ) ( 2016 1120 968 ) ( 2016 1120 952 ) central_europe_winter/joist_w 1 -95 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2024 944 572 ) ( 2024 784 572 ) ( 2024 784 1188 ) central_europe_winter/joist_w 17 -94 120.00 1 -1 0 16384 0 +surfaceparm detail +( 2016 944 1180 ) ( 2016 784 1180 ) ( 2016 784 564 ) central_europe_winter/joist_w 17 -94 120.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 880 788 ) ( 2016 880 788 ) ( 2016 1120 968 ) central_europe_winter/joist_w 1 -111 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2016 920 802 ) ( 2024 912 796 ) ( 2024 928 808 ) central_europe_winter/joist_w 1 -111 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2016 1016 874 ) ( 2016 992 874 ) ( 2024 1004 874 ) central_europe_winter/joist_w 1 -111 179.99 1 -1 0 16384 0 +surfaceparm detail +} +// brush 576 +{ +( 2120 1064 896 ) ( 2120 1048 896 ) ( 1504 1048 896 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1024 892 ) ( 2120 1024 892 ) ( 2120 1040 892 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1040 880 ) ( 2120 1040 880 ) ( 2120 1040 1040 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2120 1024 920 ) ( 1504 1024 920 ) ( 1504 1024 1080 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 1056 892 ) ( 2024 1104 892 ) ( 2024 1080 896 ) common/caulk 4 -47 90.00 1 1 0 65696 0 +surfaceparm detail +( 2136 1024 942 ) ( 2136 1024 954 ) ( 2136 1040 948 ) common/caulk 36 25 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 577 +{ +( 2120 1076 908 ) ( 2120 1060 908 ) ( 1504 1060 908 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1036 904 ) ( 2120 1036 904 ) ( 2120 1052 904 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1056 892 ) ( 2120 1056 892 ) ( 2120 1056 1052 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2120 1040 932 ) ( 1504 1040 932 ) ( 1504 1040 1092 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 1056 904 ) ( 2024 1104 904 ) ( 2024 1080 908 ) common/caulk 4 -47 90.00 1 1 0 65696 0 +surfaceparm detail +( 2136 1036 942 ) ( 2136 1036 954 ) ( 2136 1052 948 ) common/caulk 36 25 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 578 +{ +( 2120 1096 920 ) ( 2120 1080 920 ) ( 1504 1080 920 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1056 916 ) ( 2120 1056 916 ) ( 2120 1072 916 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1072 904 ) ( 2120 1072 904 ) ( 2120 1072 1064 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2120 1056 944 ) ( 1504 1056 944 ) ( 1504 1056 1104 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 1056 916 ) ( 2024 1104 916 ) ( 2024 1080 920 ) common/caulk 4 -47 90.00 1 1 0 65696 0 +surfaceparm detail +( 2136 1056 942 ) ( 2136 1056 954 ) ( 2136 1072 948 ) common/caulk 36 25 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 579 +{ +( 2120 1108 932 ) ( 2120 1092 932 ) ( 1504 1092 932 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1068 928 ) ( 2120 1068 928 ) ( 2120 1084 928 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1088 916 ) ( 2120 1088 916 ) ( 2120 1088 1076 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2120 1072 956 ) ( 1504 1072 956 ) ( 1504 1072 1116 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 1056 928 ) ( 2024 1104 928 ) ( 2024 1080 932 ) common/caulk 4 -47 90.00 1 1 0 65696 0 +surfaceparm detail +( 2136 1072 942 ) ( 2136 1072 954 ) ( 2136 1088 948 ) common/caulk 36 25 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 580 +{ +( 2120 1128 944 ) ( 2120 1112 944 ) ( 1504 1112 944 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1088 940 ) ( 2120 1088 940 ) ( 2120 1104 940 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1104 928 ) ( 2120 1104 928 ) ( 2120 1104 1088 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2120 1088 968 ) ( 1504 1088 968 ) ( 1504 1088 1128 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 1056 940 ) ( 2024 1104 940 ) ( 2024 1080 944 ) common/caulk 4 -47 90.00 1 1 0 65696 0 +surfaceparm detail +( 2136 1088 942 ) ( 2136 1088 954 ) ( 2136 1104 948 ) common/caulk 36 25 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 581 +{ +( 2120 1140 956 ) ( 2120 1124 956 ) ( 1504 1124 956 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1504 1100 952 ) ( 2120 1100 952 ) ( 2120 1116 952 ) central_europe_winter/joist_w -14 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2112 1120 952 ) ( 2112 1120 956 ) ( 2024 1120 956 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2120 1104 980 ) ( 1504 1104 980 ) ( 1504 1104 1140 ) central_europe_winter/joist_w 1 -95 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 1056 952 ) ( 2024 1104 952 ) ( 2024 1080 956 ) common/caulk 4 -47 90.00 1 1 0 65696 0 +surfaceparm detail +( 2136 1120 956 ) ( 2136 1120 952 ) ( 2136 1104 952 ) common/caulk 36 25 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 582 +{ +( 2144 1136 896 ) ( 2144 1120 896 ) ( 2160 1120 896 ) common/caulk 3 -15 90.00 1 1 0 65696 0 +surfaceparm detail +( 2160 1120 1084 ) ( 2160 1136 1084 ) ( 2160 1136 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2160 1136 1080 ) ( 2144 1136 1080 ) ( 2144 1136 896 ) central_europe_winter/joist_w 17 -94 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2144 1136 1080 ) ( 2144 1120 1080 ) ( 2144 1120 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2144 1120 1080 ) ( 2160 1120 1080 ) ( 2160 1120 896 ) central_europe_winter/joist_w 17 -94 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2160 1120 1120 ) ( 2144 1128 1128 ) ( 2160 1136 1136 ) common/caulk 8 16 90.00 1 -1 0 65696 0 +surfaceparm detail +( 2160 1120 1136 ) ( 2144 1120 1120 ) ( 2152 1136 1128 ) common/caulk 8 16 90.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 583 +{ +( 2148 1104 896 ) ( 2164 1104 896 ) ( 2164 1328 896 ) common/caulk 28 -16 0.00 1 1 0 65696 0 +surfaceparm detail +( 2164 1136 904 ) ( 2148 1136 904 ) ( 2148 1136 1088 ) common/caulk 28 -23 0.00 1 1 0 65696 0 +surfaceparm detail +( 2164 1328 1032 ) ( 2148 1328 1032 ) ( 2148 1328 904 ) common/caulk 28 -23 0.00 1 1 0 65696 0 +surfaceparm detail +( 2148 1456 1352 ) ( 2148 624 1352 ) ( 2148 624 904 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2156 1328 904 ) ( 2156 1168 904 ) ( 2156 1248 1064 ) central_europe_winter/floorsnowcovered 32 -88 0.00 1 1 0 67108864 0 +( 2148 1224 960 ) ( 2148 1264 960 ) ( 2156 1244 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 584 +{ +( 2160 1328 976 ) ( 2144 1328 976 ) ( 2144 1328 960 ) common/caulk 4 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 2148 1136 976 ) ( 2164 1136 976 ) ( 2164 1136 960 ) common/caulk 4 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 2148 1104 960 ) ( 2164 1104 960 ) ( 2164 1328 960 ) central_europe_winter/joist_w 20 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2160 1144 960 ) ( 2160 1144 976 ) ( 2160 1328 976 ) central_europe_winter/joist_w -2 -16 90.00 1 1 0 16384 0 +surfaceparm detail +( 2164 1104 968 ) ( 2148 1104 968 ) ( 2148 1328 968 ) central_europe_winter/joist_w 20 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2144 1144 976 ) ( 2144 1144 960 ) ( 2144 1328 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 585 +{ +( 1920 1132 896 ) ( 1920 1116 896 ) ( 2144 1116 896 ) common/caulk -20 32 -90.00 1 1 0 65696 0 +surfaceparm detail +( 2016 1112 904 ) ( 2016 1128 904 ) ( 2016 1128 1088 ) common/caulk -20 -23 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2144 1116 1032 ) ( 2144 1132 1032 ) ( 2144 1132 904 ) common/caulk -20 -23 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2272 1132 1352 ) ( 1440 1132 1352 ) ( 1440 1132 904 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2144 1124 904 ) ( 1984 1124 904 ) ( 2064 1124 1064 ) central_europe_winter/floorsnowcovered -16 -88 0.00 1 1 0 67108864 0 +( 2040 1132 960 ) ( 2080 1132 960 ) ( 2060 1124 960 ) central_europe_winter/corrugated_snowcovered 68 148 -90.00 1 0.750000 0 67108864 0 +} +// brush 586 +{ +( 2000 1136 896 ) ( 2000 1120 896 ) ( 2016 1120 896 ) common/caulk 4 -63 90.00 1 1 0 65696 0 +surfaceparm detail +( 2016 1120 1084 ) ( 2016 1136 1084 ) ( 2016 1136 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2016 1136 1080 ) ( 2000 1136 1080 ) ( 2000 1136 896 ) central_europe_winter/joist_w 1 -95 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2000 1136 1080 ) ( 2000 1120 1080 ) ( 2000 1120 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2000 1120 1080 ) ( 2016 1120 1080 ) ( 2016 1120 896 ) central_europe_winter/joist_w 1 -95 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2016 1120 1120 ) ( 2000 1128 1128 ) ( 2016 1136 1136 ) common/caulk 8 0 90.00 1 -1 0 65696 0 +surfaceparm detail +( 2016 1120 1136 ) ( 2000 1120 1120 ) ( 2008 1136 1128 ) common/caulk 8 0 90.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 587 +{ +( 2004 1036 896 ) ( 2020 1036 896 ) ( 2020 1260 896 ) common/caulk 43 44 0.00 1 1 0 65696 0 +surfaceparm detail +( 2030 1136 896 ) ( 2014 1136 896 ) ( 2014 1136 1080 ) common/caulk 44 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 2018 1264 1024 ) ( 2002 1264 1024 ) ( 2002 1264 896 ) common/caulk 44 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 2008 1388 1344 ) ( 2008 556 1344 ) ( 2008 556 896 ) central_europe_winter/corrugated_snowcovered 88 -86 0.00 1 0.750000 0 67108864 0 +( 2016 1260 896 ) ( 2016 1100 896 ) ( 2016 1180 1056 ) central_europe_winter/corrugated_snowcovered 88 -86 0.00 1 0.750000 0 67108864 0 +( 2002 1156 1016 ) ( 2002 1196 1016 ) ( 2010 1176 1016 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 588 +{ +( 2288 1468 1032 ) ( 2288 1484 1032 ) ( 2288 1484 1016 ) central_europe_winter/joist_w -26 -32 90.00 1 1 0 16384 0 +surfaceparm detail +( 2016 1480 1032 ) ( 2016 1464 1032 ) ( 2016 1464 1016 ) common/caulk 52 24 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 1984 1484 1016 ) ( 1984 1468 1016 ) ( 2208 1468 1016 ) central_europe_winter/joist_w 3 0 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 1464 1016 ) ( 2024 1464 1032 ) ( 2208 1464 1032 ) central_europe_winter/joist_w -26 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 1984 1468 1024 ) ( 1984 1484 1024 ) ( 2208 1484 1024 ) central_europe_winter/joist_w 3 0 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2024 1488 1032 ) ( 2024 1488 1016 ) ( 2208 1488 1016 ) central_europe_winter/joist_w -26 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2024 1464 1016 ) ( 2016 1472 1016 ) ( 2020 1468 1024 ) central_europe_winter/joist_w -26 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 589 +{ +( 2288 1488 1080 ) ( 2288 1472 1080 ) ( 2288 1472 896 ) central_europe_winter/joist_w 16 -95 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2288 1472 1080 ) ( 2304 1472 1080 ) ( 2304 1472 896 ) central_europe_winter/joist_w 4 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2304 1476 1120 ) ( 2304 1484 1120 ) ( 2288 1480 1120 ) common/caulk 40 47 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2288 1488 1120 ) ( 2304 1472 1120 ) ( 2296 1480 1136 ) common/caulk 8 -31 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2304 1476 1132 ) ( 2304 1472 1136 ) ( 2288 1474 1134 ) common/caulk 40 47 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 590 +{ +( 2304 1488 1084 ) ( 2288 1488 1084 ) ( 2288 1488 896 ) central_europe_winter/joist_w 20 -95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 2304 1472 1080 ) ( 2304 1488 1080 ) ( 2304 1488 896 ) central_europe_winter/joist_w -31 -96 0.01 1 1 0 16384 0 +surfaceparm detail +( 2304 1476 1120 ) ( 2304 1484 1120 ) ( 2288 1480 1120 ) common/caulk 40 47 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2304 1472 1120 ) ( 2288 1488 1120 ) ( 2296 1480 1136 ) common/caulk 8 -31 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2304 1488 1136 ) ( 2296 1472 1128 ) ( 2288 1488 1120 ) common/caulk 40 47 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 591 +{ +( 2304 1488 896 ) ( 2288 1488 896 ) ( 2288 1472 896 ) common/caulk -12 32 0.00 1 1 0 65696 0 +surfaceparm detail +( 2288 1472 1084 ) ( 2304 1472 1084 ) ( 2304 1472 896 ) central_europe_winter/joist_w 4 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2304 1472 1080 ) ( 2304 1488 1080 ) ( 2304 1488 896 ) central_europe_winter/joist_w -31 -96 0.01 1 1 0 16384 0 +surfaceparm detail +( 2304 1488 1080 ) ( 2288 1488 1080 ) ( 2288 1488 896 ) central_europe_winter/joist_w 4 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2288 1488 1080 ) ( 2288 1472 1080 ) ( 2288 1472 896 ) central_europe_winter/joist_w -31 -96 0.01 1 1 0 16384 0 +surfaceparm detail +( 2288 1476 1120 ) ( 2288 1484 1120 ) ( 2304 1480 1120 ) common/caulk -8 -32 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 592 +{ +( 2304 1408 1136 ) ( 2288 1408 1136 ) ( 2288 1416 1136 ) common/caulk 37 -39 -180.00 1 1 0 65696 0 +surfaceparm detail +( 2300 1472 1088 ) ( 2284 1472 1088 ) ( 2284 1472 1072 ) common/caulk 36 14 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2288 1408 1136 ) ( 2304 1408 1136 ) ( 2304 1472 1072 ) central_europe_winter/joist_w 21 127 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 2288 1432 1072 ) ( 2288 1432 1088 ) ( 2288 1248 1088 ) central_europe_winter/joist_w 5 -19 -135.00 0.999979 -0.999807 0 16384 0 +surfaceparm detail +( 2304 1416 1136 ) ( 2288 1416 1136 ) ( 2288 1472 1080 ) central_europe_winter/joist_w 21 127 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 2304 1432 1088 ) ( 2304 1432 1072 ) ( 2304 1248 1072 ) central_europe_winter/joist_w 5 -19 -135.00 0.999979 -0.999807 0 16384 0 +surfaceparm detail +} +// brush 593 +{ +( 2368 1488 1136 ) ( 2368 1472 1136 ) ( 2360 1472 1136 ) common/caulk 53 25 -90.00 1 1 0 65696 0 +surfaceparm detail +( 2304 1484 1088 ) ( 2304 1468 1088 ) ( 2304 1468 1072 ) common/caulk 52 13 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2368 1472 1136 ) ( 2368 1488 1136 ) ( 2304 1488 1072 ) central_europe_winter/joist_w 5 -65 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2352 1472 1072 ) ( 2352 1472 1088 ) ( 2536 1472 1088 ) central_europe_winter/joist_w -8 91 -45.00 0.999980 0.999807 0 16384 0 +surfaceparm detail +( 2360 1488 1136 ) ( 2360 1472 1136 ) ( 2304 1472 1080 ) central_europe_winter/joist_w 5 -65 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2344 1488 1088 ) ( 2344 1488 1072 ) ( 2528 1488 1072 ) central_europe_winter/joist_w -8 91 -45.00 0.999980 0.999807 0 16384 0 +surfaceparm detail +} +// brush 594 +{ +( 2160 2136 896 ) ( 2160 1624 896 ) ( 2992 1624 896 ) common/caulk -23 -47 90.00 1 1 0 65696 0 +surfaceparm detail +( 2304 1624 1344 ) ( 2304 2136 1344 ) ( 2304 2136 896 ) central_europe_winter/corrugated_snowcovered -104 -86 0.00 1 0.750000 0 67108864 0 +( 2296 2148 1344 ) ( 2296 1636 1344 ) ( 2296 1636 896 ) central_europe_winter/corrugated_snowcovered -120 -86 0.00 1 0.750000 0 67108864 0 +( 2448 1488 896 ) ( 2288 1488 896 ) ( 2368 1488 1056 ) common/caulk 32 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2330 1600 896 ) ( 2410 1600 896 ) ( 2370 1600 1056 ) common/caulk 32 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2304 1492 1016 ) ( 2292 1492 1016 ) ( 2298 1824 1016 ) common/caulk -23 31 90.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 595 +{ +( 2304 1600 1016 ) ( 2304 1600 1024 ) ( 2288 1600 1024 ) common/caulk -12 25 0.00 1 1 0 65696 0 +surfaceparm detail +( 2300 1488 1032 ) ( 2316 1488 1032 ) ( 2316 1488 1016 ) central_europe_winter/joist_w -26 -32 90.00 1 1 0 16384 0 +surfaceparm detail +( 2292 1600 1016 ) ( 2308 1600 1016 ) ( 2308 1824 1016 ) central_europe_winter/joist_w 3 0 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2312 1592 1024 ) ( 2312 1592 1016 ) ( 2312 1488 1016 ) central_europe_winter/joist_w -26 -32 90.00 1 1 0 16384 0 +surfaceparm detail +( 2308 1600 1024 ) ( 2292 1600 1024 ) ( 2292 1824 1024 ) central_europe_winter/joist_w 3 0 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2288 1640 1032 ) ( 2288 1640 1016 ) ( 2288 1824 1016 ) central_europe_winter/joist_w -26 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 2312 1592 1016 ) ( 2312 1592 1024 ) ( 2304 1600 1024 ) central_europe_winter/joist_w -26 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 596 +{ +( 2304 1616 896 ) ( 2288 1616 896 ) ( 2288 1600 896 ) common/caulk -12 32 0.00 1 1 0 65696 0 +surfaceparm detail +( 2288 1600 1084 ) ( 2304 1600 1084 ) ( 2304 1600 896 ) central_europe_winter/joist_w 4 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2304 1600 1080 ) ( 2304 1616 1080 ) ( 2304 1616 896 ) central_europe_winter/joist_w 1 -96 0.01 1 1 0 16384 0 +surfaceparm detail +( 2304 1616 1080 ) ( 2288 1616 1080 ) ( 2288 1616 896 ) central_europe_winter/joist_w 4 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2288 1616 1080 ) ( 2288 1600 1080 ) ( 2288 1600 896 ) central_europe_winter/joist_w 1 -96 0.01 1 1 0 16384 0 +surfaceparm detail +( 2288 1600 1120 ) ( 2294 1616 1126 ) ( 2300 1600 1132 ) common/caulk -8 -32 0.00 1 -1 0 65696 0 +surfaceparm detail +( 2288 1604 1132 ) ( 2288 1612 1124 ) ( 2304 1608 1128 ) common/caulk -8 -32 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 597 +{ +( 2952 1744 896 ) ( 2440 1744 896 ) ( 2440 912 896 ) common/caulk 56 -47 0.00 1 1 0 65696 0 +surfaceparm detail +( 2440 1600 1344 ) ( 2952 1600 1344 ) ( 2952 1600 896 ) central_europe_winter/corrugated_snowcovered 104 -86 0.00 1 0.750000 0 67108864 0 +( 3132 1608 1344 ) ( 2620 1608 1344 ) ( 2620 1608 896 ) central_europe_winter/corrugated_snowcovered 88 -86 0.00 1 0.750000 0 67108864 0 +( 2304 1456 896 ) ( 2304 1616 896 ) ( 2304 1536 1056 ) common/caulk 32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2720 1550 896 ) ( 2720 1470 896 ) ( 2720 1510 1056 ) common/caulk 32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2308 1600 1016 ) ( 2308 1612 1016 ) ( 2640 1606 1016 ) common/caulk 56 31 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 598 +{ +( 3256 1744 896 ) ( 2744 1744 896 ) ( 2744 912 896 ) common/caulk -56 17 0.00 1 1 0 65696 0 +surfaceparm detail +( 2744 1600 1344 ) ( 3256 1600 1344 ) ( 3256 1600 896 ) central_europe_winter/corrugated_snowcovered -200 -86 0.00 1 0.750000 0 67108864 0 +( 3436 1608 1344 ) ( 2924 1608 1344 ) ( 2924 1608 896 ) central_europe_winter/corrugated_snowcovered 88 -86 0.00 1 0.750000 0 67108864 0 +( 2736 1448 896 ) ( 2736 1608 896 ) ( 2736 1528 1056 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2992 1558 896 ) ( 2992 1478 896 ) ( 2992 1518 1056 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2612 1600 1016 ) ( 2612 1612 1016 ) ( 2944 1606 1016 ) common/caulk -56 -33 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 599 +{ +( 2576 1472 896 ) ( 2560 1472 896 ) ( 2560 1456 896 ) common/caulk 36 16 0.00 1 1 0 65696 0 +surfaceparm detail +( 2560 1456 1120 ) ( 2576 1456 1120 ) ( 2576 1456 896 ) central_europe_winter/joist_w 20 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2576 1456 1184 ) ( 2576 1472 1184 ) ( 2576 1472 896 ) central_europe_winter/joist_w -15 -94 0.01 1 1 0 16384 0 +surfaceparm detail +( 2576 1472 1136 ) ( 2560 1472 1136 ) ( 2560 1472 896 ) central_europe_winter/joist_w 20 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2560 1472 1184 ) ( 2560 1456 1184 ) ( 2560 1456 896 ) central_europe_winter/joist_w -15 -94 0.01 1 1 0 16384 0 +surfaceparm detail +( 2576 1456 1120 ) ( 2560 1456 1120 ) ( 2560 1472 1136 ) common/caulk 40 -16 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 600 +{ +( 2560 1536 1136 ) ( 2576 1536 1136 ) ( 2576 1528 1136 ) common/caulk -28 24 0.00 1 1 0 65696 0 +surfaceparm detail +( 2564 1472 1088 ) ( 2580 1472 1088 ) ( 2580 1472 1072 ) common/caulk -28 17 0.00 1 1 0 65696 0 +surfaceparm detail +( 2576 1536 1136 ) ( 2560 1536 1136 ) ( 2560 1472 1072 ) central_europe_winter/joist_w -12 0 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2576 1512 1072 ) ( 2576 1512 1088 ) ( 2576 1696 1088 ) central_europe_winter/joist_w -26 14 -45.00 1 1 0 16384 0 +surfaceparm detail +( 2560 1528 1136 ) ( 2576 1528 1136 ) ( 2576 1472 1080 ) central_europe_winter/joist_w -12 0 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2560 1512 1088 ) ( 2560 1512 1072 ) ( 2560 1696 1072 ) central_europe_winter/joist_w -26 14 -45.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 601 +{ +( 2736 1472 896 ) ( 2720 1472 896 ) ( 2720 1456 896 ) common/caulk -60 -48 0.00 1 1 0 65696 0 +surfaceparm detail +( 2720 1456 1084 ) ( 2736 1456 1084 ) ( 2736 1456 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2736 1456 1080 ) ( 2736 1472 1080 ) ( 2736 1472 896 ) central_europe_winter/joist_w 17 -95 0.01 1 1 0 16384 0 +surfaceparm detail +( 2736 1472 1080 ) ( 2720 1472 1080 ) ( 2720 1472 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2720 1472 1080 ) ( 2720 1456 1080 ) ( 2720 1456 896 ) central_europe_winter/joist_w 17 -95 0.01 1 1 0 16384 0 +surfaceparm detail +( 2720 1456 1104 ) ( 2728 1472 1096 ) ( 2736 1456 1088 ) common/caulk -56 48 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 602 +{ +( 2736 1616 896 ) ( 2720 1616 896 ) ( 2720 1600 896 ) common/caulk -60 32 0.00 1 1 0 65696 0 +surfaceparm detail +( 2720 1600 1084 ) ( 2736 1600 1084 ) ( 2736 1600 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2736 1600 1080 ) ( 2736 1616 1080 ) ( 2736 1616 896 ) central_europe_winter/joist_w -31 -96 0.01 1 1 0 16384 0 +surfaceparm detail +( 2736 1616 1080 ) ( 2720 1616 1080 ) ( 2720 1616 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2720 1616 1080 ) ( 2720 1600 1080 ) ( 2720 1600 896 ) central_europe_winter/joist_w -31 -96 0.01 1 1 0 16384 0 +surfaceparm detail +( 2720 1600 1104 ) ( 2728 1616 1096 ) ( 2736 1600 1088 ) common/caulk -56 -32 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 603 +{ +( 2496 1456 1136 ) ( 2496 1472 1136 ) ( 2504 1472 1136 ) common/caulk -11 23 90.00 1 1 0 65696 0 +surfaceparm detail +( 2560 1460 1088 ) ( 2560 1476 1088 ) ( 2560 1476 1072 ) common/caulk -12 16 0.00 1 1 0 65696 0 +surfaceparm detail +( 2496 1472 1136 ) ( 2496 1456 1136 ) ( 2560 1456 1072 ) central_europe_winter/joist_w 4 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2520 1472 1072 ) ( 2520 1472 1088 ) ( 2336 1472 1088 ) central_europe_winter/joist_w -23 -21 -135.00 0.999979 -0.999979 0 16384 0 +surfaceparm detail +( 2504 1456 1136 ) ( 2504 1472 1136 ) ( 2560 1472 1080 ) central_europe_winter/joist_w 4 63 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2520 1456 1088 ) ( 2520 1456 1072 ) ( 2336 1456 1072 ) central_europe_winter/joist_w -23 -21 -135.00 0.999979 -0.999979 0 16384 0 +surfaceparm detail +} +// brush 604 +{ +( 2144 1120 976 ) ( 2144 1136 976 ) ( 2144 1136 960 ) common/caulk -44 -31 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2016 1128 976 ) ( 2016 1112 976 ) ( 2016 1112 960 ) common/caulk -44 -31 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 1920 1132 960 ) ( 1920 1116 960 ) ( 2144 1116 960 ) central_europe_winter/joist_w 4 63 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1960 1120 960 ) ( 1960 1120 976 ) ( 2144 1120 976 ) central_europe_winter/joist_w -2 64 90.00 1 1 0 16384 0 +surfaceparm detail +( 1920 1116 968 ) ( 1920 1132 968 ) ( 2144 1132 968 ) central_europe_winter/joist_w 4 63 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 1960 1136 976 ) ( 1960 1136 960 ) ( 2144 1136 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 605 +{ +( 2576 1112 1060 ) ( 2560 1112 1060 ) ( 2560 1112 872 ) central_europe_winter/joist_w 4 -119 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 2560 1112 1056 ) ( 2560 1096 1056 ) ( 2560 1096 872 ) central_europe_winter/joist_w -6 -119 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2560 1096 1056 ) ( 2576 1096 1056 ) ( 2576 1096 872 ) central_europe_winter/joist_w 4 -119 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 2576 1096 1056 ) ( 2576 1112 1056 ) ( 2576 1112 872 ) central_europe_winter/joist_w -6 -119 179.99 1 -1 0 16384 0 +surfaceparm detail +( 2576 1112 1096 ) ( 2568 1096 1104 ) ( 2560 1112 1112 ) common/caulk 56 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2576 1112 1112 ) ( 2576 1096 1096 ) ( 2560 1104 1104 ) common/caulk 56 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2566 1112 896 ) ( 2552 1096 896 ) ( 2580 1096 896 ) common/caulk 56 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 606 +{ +( 2576 1344 896 ) ( 2560 1344 896 ) ( 2560 1328 896 ) common/caulk 36 16 0.00 1 1 0 65696 0 +surfaceparm detail +( 2560 1328 1184 ) ( 2576 1328 1184 ) ( 2576 1328 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2576 1328 1096 ) ( 2576 1344 1096 ) ( 2576 1344 896 ) central_europe_winter/joist_w -15 -95 0.01 1 1 0 16384 0 +surfaceparm detail +( 2576 1344 1080 ) ( 2560 1344 1080 ) ( 2560 1344 896 ) central_europe_winter/joist_w -12 -95 0.00 1 1 0 16384 0 +surfaceparm detail +( 2560 1344 1112 ) ( 2560 1328 1112 ) ( 2560 1328 896 ) central_europe_winter/joist_w -15 -95 0.01 1 1 0 16384 0 +surfaceparm detail +( 2576 1344 1096 ) ( 2576 1328 1096 ) ( 2560 1328 1112 ) common/caulk 40 -16 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 607 +{ +( 6600 5872 2064 ) ( 6600 5856 2064 ) ( 6592 5856 2064 ) common/caulk 21 40 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6544 5868 2024 ) ( 6544 5852 2024 ) ( 6544 5852 2008 ) common/caulk 20 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6600 5856 2064 ) ( 6600 5872 2064 ) ( 6544 5872 2008 ) central_europe_winter/joist_w 5 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6592 5856 2052 ) ( 6546 5856 2006 ) ( 6544 5856 2016 ) central_europe_winter/joist_w 5 -63 135.00 0.999893 0.999979 0 16384 0 +surfaceparm detail +( 6592 5872 2064 ) ( 6592 5856 2064 ) ( 6544 5856 2016 ) central_europe_winter/joist_w 5 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6546 5872 2006 ) ( 6592 5872 2052 ) ( 6582 5872 2054 ) central_europe_winter/joist_w 5 -63 135.00 0.999893 0.999979 0 16384 0 +surfaceparm detail +} +// brush 608 +{ +( 6832 5872 2064 ) ( 6832 5856 2064 ) ( 6832 5856 2080 ) common/caulk -59 0 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6644 5856 2080 ) ( 6644 5872 2080 ) ( 6832 5872 2080 ) central_europe_winter/joist_w -12 -16 90.00 1 1 0 16384 0 +surfaceparm detail +( 6648 5872 2080 ) ( 6648 5872 2064 ) ( 6832 5872 2064 ) central_europe_winter/joist_w 29 -16 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6624 5872 2064 ) ( 6624 5856 2064 ) ( 6808 5856 2064 ) central_europe_winter/joist_w -12 -16 90.00 1 1 0 16384 0 +surfaceparm detail +( 6648 5856 2064 ) ( 6648 5856 2080 ) ( 6832 5856 2080 ) central_europe_winter/joist_w 29 -16 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6544 5868 2064 ) ( 6544 5868 2076 ) ( 6544 5852 2070 ) common/caulk 30 -1 -90.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 609 +{ +( 6784 5872 2064 ) ( 6784 5856 2064 ) ( 6776 5856 2064 ) common/caulk 5 -23 90.00 1 1 0 65696 0 +surfaceparm detail +( 6832 5856 2016 ) ( 6832 5872 2016 ) ( 6832 5872 2008 ) common/caulk 4 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6776 5872 2064 ) ( 6776 5856 2064 ) ( 6832 5856 2008 ) central_europe_winter/joist_w -11 -16 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6784 5872 2052 ) ( 6830 5872 2006 ) ( 6832 5872 2016 ) central_europe_winter/joist_w 17 49 44.98 1.000239 -0.999893 0 16384 0 +surfaceparm detail +( 6784 5856 2064 ) ( 6784 5872 2064 ) ( 6832 5872 2016 ) central_europe_winter/joist_w -11 -16 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6830 5856 2006 ) ( 6784 5856 2052 ) ( 6794 5856 2054 ) central_europe_winter/joist_w 17 49 44.98 1.000239 -0.999893 0 16384 0 +surfaceparm detail +} +// brush 610 +{ +( 6016 4888 2112 ) ( 6016 4872 2112 ) ( 6632 4872 2112 ) mohtest/wood_joist_trim_masked 1 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6632 4864 2116 ) ( 6016 4864 2116 ) ( 6016 4880 2116 ) mohtest/wood_joist_trim_masked 1 -95 90.00 1 1 0 16384 0 +surfaceparm detail +( 6640 4880 2128 ) ( 6024 4880 2128 ) ( 6024 4880 1968 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6304 4880 2128 ) ( 6304 4864 2128 ) ( 6304 4864 1968 ) common/caulk -32 -10 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6016 4864 2128 ) ( 6632 4864 2128 ) ( 6632 4864 1968 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6560 4784 2112 ) ( 6560 4712 2112 ) ( 6560 4748 2128 ) common/caulk 24 -25 0.00 1 1 0 65696 0 +} +// brush 611 +{ +( 6280 4592 2112 ) ( 6296 4592 2112 ) ( 6296 5208 2112 ) mohtest/wood_joist_trim_masked -31 16 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6304 5208 2116 ) ( 6304 4592 2116 ) ( 6288 4592 2116 ) mohtest/wood_joist_trim_masked -31 -80 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6288 5216 2128 ) ( 6288 4600 2128 ) ( 6288 4600 1968 ) mohtest/wood_joist_trim_masked 0 -16 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6288 4880 2128 ) ( 6304 4880 2128 ) ( 6304 4880 1968 ) common/caulk 0 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6304 4592 2128 ) ( 6304 5208 2128 ) ( 6304 5208 1968 ) mohtest/wood_joist_trim_masked 0 -16 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6380 5168 2112 ) ( 6452 5168 2112 ) ( 6416 5168 2128 ) common/caulk -8 -25 -180.00 1 -1 0 65696 0 +} +// brush 612 +{ +( 6880 5160 2112 ) ( 6880 5176 2112 ) ( 6264 5176 2112 ) mohtest/wood_joist_trim_masked 0 -31 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6264 5184 2116 ) ( 6880 5184 2116 ) ( 6880 5168 2116 ) mohtest/wood_joist_trim_masked 0 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6256 5168 2128 ) ( 6872 5168 2128 ) ( 6872 5168 1968 ) mohtest/wood_joist_trim_masked 0 32 90.00 1 1 0 16384 0 +surfaceparm detail +( 6560 5172 2128 ) ( 6560 5188 2128 ) ( 6560 5188 1968 ) common/caulk -32 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 6880 5184 2128 ) ( 6264 5184 2128 ) ( 6264 5184 1968 ) mohtest/wood_joist_trim_masked 0 32 90.00 1 1 0 16384 0 +surfaceparm detail +( 6304 5260 2112 ) ( 6304 5332 2112 ) ( 6304 5296 2128 ) common/caulk 24 -25 -180.00 1 -1 0 65696 0 +} +// brush 613 +{ +( 7136 5160 2112 ) ( 7136 5176 2112 ) ( 6520 5176 2112 ) mohtest/wood_joist_trim_masked 0 -31 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6520 5184 2116 ) ( 7136 5184 2116 ) ( 7136 5168 2116 ) mohtest/wood_joist_trim_masked 0 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6512 5168 2128 ) ( 7128 5168 2128 ) ( 7128 5168 1968 ) mohtest/wood_joist_trim_masked 0 32 90.00 1 1 0 16384 0 +surfaceparm detail +( 6816 5172 2128 ) ( 6816 5188 2128 ) ( 6816 5188 1968 ) common/caulk -32 -10 0.00 1 1 0 65696 0 +surfaceparm detail +( 7136 5184 2128 ) ( 6520 5184 2128 ) ( 6520 5184 1968 ) mohtest/wood_joist_trim_masked 0 32 90.00 1 1 0 16384 0 +surfaceparm detail +( 6576 5260 2112 ) ( 6576 5332 2112 ) ( 6576 5296 2128 ) common/caulk 24 -25 -180.00 1 -1 0 65696 0 +} +// brush 614 +{ +( 6840 5488 2112 ) ( 6824 5488 2112 ) ( 6824 4872 2112 ) mohtest/wood_joist_trim_masked 0 112 0.00 1 1 0 16384 0 +surfaceparm detail +( 6816 4872 2116 ) ( 6816 5488 2116 ) ( 6832 5488 2116 ) mohtest/wood_joist_trim_masked 0 -112 0.00 1 1 0 16384 0 +surfaceparm detail +( 6832 4864 2128 ) ( 6832 5480 2128 ) ( 6832 5480 1968 ) mohtest/wood_joist_trim_masked 0 -112 90.00 1 1 0 16384 0 +surfaceparm detail +( 6828 5168 2128 ) ( 6812 5168 2128 ) ( 6812 5168 1968 ) common/caulk 0 -10 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6816 5488 2128 ) ( 6816 4872 2128 ) ( 6816 4872 1968 ) mohtest/wood_joist_trim_masked 0 -112 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 4992 2112 ) ( 6664 4992 2112 ) ( 6700 4992 2128 ) common/caulk -8 -25 0.00 1 1 0 65696 0 +} +// brush 615 +{ +( 6816 4976 2080 ) ( 6816 4980 2080 ) ( 6596 4980 1920 ) common/nodraw 32 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6816 4980 2112 ) ( 6816 4976 2112 ) ( 6596 4976 1952 ) common/nodraw 32 2 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6596 4980 1952 ) ( 6596 4972 1952 ) ( 6596 4972 1919 ) common/nodraw 32 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6608 4976 1935 ) ( 6772 4976 1935 ) ( 6772 4976 1919 ) common/nodraw 4 -35 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6816 4976 2112 ) ( 6816 4980 2112 ) ( 6816 4980 2080 ) common/nodraw 32 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6772 4980 1935 ) ( 6608 4980 1935 ) ( 6608 4980 1919 ) algiers/lighthouse_railing 0 -96 0.00 1 4 204800 262688 0 +} +// brush 616 +{ +( 6584 4968 1884 ) ( 6584 4984 1884 ) ( 6584 4984 2500 ) mohtest/wood_joist_trim_masked 0 34 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6596 4992 2504 ) ( 6596 4992 1888 ) ( 6596 4976 1888 ) mohtest/wood_joist_trim_masked 0 -32 0.00 1 1 0 16384 0 +surfaceparm detail +( 6596 4976 2504 ) ( 6596 4976 1888 ) ( 6436 4976 1888 ) mohtest/wood_joist_trim_masked 12 -32 0.00 1 1 0 16384 0 +surfaceparm detail +( 6596 4976 1908 ) ( 6596 4992 1908 ) ( 6436 4992 1908 ) common/caulk 31 -23 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6596 4988 1888 ) ( 6596 4988 2504 ) ( 6436 4988 2504 ) mohtest/wood_joist_trim_masked 12 -32 0.00 1 1 0 16384 0 +surfaceparm detail +( 6578 4968 1964 ) ( 6578 4996 1964 ) ( 6594 4982 1964 ) common/nodraw 32 -35 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 617 +{ +( 6880 4968 2208 ) ( 6880 4984 2208 ) ( 6264 4984 2208 ) mohtest/wood_joist_trim_masked 0 97 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6264 4992 2224 ) ( 6880 4992 2224 ) ( 6880 4976 2224 ) common/caulk 32 -10 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6264 4976 2224 ) ( 6880 4976 2224 ) ( 6880 4976 2064 ) mohtest/wood_joist_trim_masked 0 -96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6864 4976 2224 ) ( 6864 4992 2224 ) ( 6864 4992 2064 ) common/caulk 32 22 0.00 1 1 0 65696 0 +surfaceparm detail +( 6880 4992 2224 ) ( 6264 4992 2224 ) ( 6264 4992 2064 ) mohtest/wood_joist_trim_masked 0 -96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 4968 2208 ) ( 6736 4996 2208 ) ( 6736 4982 2224 ) common/caulk -24 5 -180.00 1 -1 0 65696 0 +} +// brush 618 +{ +( 6880 5160 2208 ) ( 6880 5176 2208 ) ( 6264 5176 2208 ) mohtest/wood_joist_trim_masked 0 97 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6264 5184 2224 ) ( 6880 5184 2224 ) ( 6880 5168 2224 ) common/caulk -32 53 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6264 5168 2224 ) ( 6880 5168 2224 ) ( 6880 5168 2064 ) mohtest/wood_joist_trim_masked 0 -96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6864 5168 2224 ) ( 6864 5184 2224 ) ( 6864 5184 2064 ) common/caulk -32 22 0.00 1 1 0 65696 0 +surfaceparm detail +( 6880 5184 2224 ) ( 6264 5184 2224 ) ( 6264 5184 2064 ) mohtest/wood_joist_trim_masked 0 -96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 5160 2208 ) ( 6736 5188 2208 ) ( 6736 5174 2224 ) common/caulk 40 5 -180.00 1 -1 0 65696 0 +} +// brush 619 +{ +( 6880 5160 2208 ) ( 6880 5176 2208 ) ( 6264 5176 2208 ) mohtest/wood_joist_trim_masked 0 97 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6264 5184 2224 ) ( 6880 5184 2224 ) ( 6880 5168 2224 ) common/caulk -32 53 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6264 5168 2224 ) ( 6880 5168 2224 ) ( 6880 5168 2064 ) mohtest/wood_joist_trim_masked 0 -96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 5184 2224 ) ( 6264 5184 2224 ) ( 6264 5184 2064 ) mohtest/wood_joist_trim_masked 0 -96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6576 5124 2208 ) ( 6576 5196 2208 ) ( 6576 5160 2224 ) common/caulk 40 5 -180.00 1 -1 0 65696 0 +( 6720 5188 2208 ) ( 6720 5160 2208 ) ( 6720 5174 2224 ) common/caulk 40 5 -180.00 1 -1 0 65696 0 +} +// brush 620 +{ +( 6560 5160 2208 ) ( 6560 5176 2208 ) ( 5944 5176 2208 ) mohtest/wood_joist_trim_masked 0 -95 -90.00 1 1 0 16384 0 +surfaceparm detail +( 5944 5184 2224 ) ( 6560 5184 2224 ) ( 6560 5168 2224 ) common/caulk -32 -11 90.00 1 -1 0 65696 0 +surfaceparm detail +( 5944 5168 2224 ) ( 6560 5168 2224 ) ( 6560 5168 2064 ) mohtest/wood_joist_trim_masked 0 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6560 5184 2224 ) ( 5944 5184 2224 ) ( 5944 5184 2064 ) mohtest/wood_joist_trim_masked 0 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6256 5124 2208 ) ( 6256 5196 2208 ) ( 6256 5160 2224 ) common/caulk 40 5 -180.00 1 -1 0 65696 0 +( 6400 5188 2208 ) ( 6400 5160 2208 ) ( 6400 5174 2224 ) common/caulk 40 5 -180.00 1 -1 0 65696 0 +} +// brush 621 +{ +( 6560 5160 2208 ) ( 6560 5176 2208 ) ( 5944 5176 2208 ) mohtest/wood_joist_trim_masked 0 -95 -90.00 1 1 0 16384 0 +surfaceparm detail +( 5944 5184 2224 ) ( 6560 5184 2224 ) ( 6560 5168 2224 ) common/caulk -32 -11 90.00 1 -1 0 65696 0 +surfaceparm detail +( 5944 5168 2224 ) ( 6560 5168 2224 ) ( 6560 5168 2064 ) mohtest/wood_joist_trim_masked 0 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6560 5168 2224 ) ( 6560 5184 2224 ) ( 6560 5184 2064 ) common/caulk -32 22 0.00 1 1 0 65696 0 +surfaceparm detail +( 6560 5184 2224 ) ( 5944 5184 2224 ) ( 5944 5184 2064 ) mohtest/wood_joist_trim_masked 0 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6416 5160 2208 ) ( 6416 5188 2208 ) ( 6416 5174 2224 ) common/caulk 40 5 -180.00 1 -1 0 65696 0 +} +// brush 622 +{ +( 6560 5160 2060 ) ( 6560 5176 2060 ) ( 6560 5176 2676 ) mohtest/wood_joist_trim_masked 0 -14 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6576 5184 2680 ) ( 6576 5184 2064 ) ( 6576 5168 2064 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6576 5168 2680 ) ( 6576 5168 2064 ) ( 6416 5168 2064 ) mohtest/wood_joist_trim_masked 0 -14 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6576 5168 2080 ) ( 6576 5184 2080 ) ( 6416 5184 2080 ) common/caulk -33 21 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6576 5184 2064 ) ( 6576 5184 2680 ) ( 6416 5184 2680 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6560 5160 2208 ) ( 6560 5188 2208 ) ( 6576 5174 2208 ) common/caulk 40 7 -90.00 1 1 0 65696 0 +} +// brush 623 +{ +( 6816 4968 2060 ) ( 6816 4984 2060 ) ( 6816 4984 2676 ) mohtest/wood_joist_trim_masked 0 -14 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6832 4992 2680 ) ( 6832 4992 2064 ) ( 6832 4976 2064 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6832 4976 2680 ) ( 6832 4976 2064 ) ( 6672 4976 2064 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6832 4976 2080 ) ( 6832 4992 2080 ) ( 6672 4992 2080 ) common/caulk 31 21 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6832 4992 2064 ) ( 6832 4992 2680 ) ( 6672 4992 2680 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6816 4968 2208 ) ( 6816 4996 2208 ) ( 6832 4982 2208 ) common/caulk -25 7 -90.00 1 1 0 65696 0 +} +// brush 624 +{ +( 6816 5160 2060 ) ( 6816 5176 2060 ) ( 6816 5176 2676 ) mohtest/wood_joist_trim_masked 0 -14 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6832 5184 2680 ) ( 6832 5184 2064 ) ( 6832 5168 2064 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6832 5168 2680 ) ( 6832 5168 2064 ) ( 6672 5168 2064 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6832 5168 2080 ) ( 6832 5184 2080 ) ( 6672 5184 2080 ) common/caulk -33 21 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6832 5184 2064 ) ( 6832 5184 2680 ) ( 6672 5184 2680 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6816 5160 2208 ) ( 6816 5188 2208 ) ( 6832 5174 2208 ) common/caulk 39 7 -90.00 1 1 0 65696 0 +} +// brush 625 +{ +( 6288 5160 2060 ) ( 6288 5176 2060 ) ( 6288 5176 2676 ) mohtest/wood_joist_trim_masked 0 -14 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6304 5184 2680 ) ( 6304 5184 2064 ) ( 6304 5168 2064 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6304 5168 2680 ) ( 6304 5168 2064 ) ( 6144 5168 2064 ) mohtest/wood_joist_trim_masked 16 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6304 5168 2080 ) ( 6304 5184 2080 ) ( 6144 5184 2080 ) common/caulk -33 5 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6304 5184 2064 ) ( 6304 5184 2680 ) ( 6144 5184 2680 ) mohtest/wood_joist_trim_masked 16 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6288 5160 2208 ) ( 6288 5188 2208 ) ( 6304 5174 2208 ) common/caulk 40 -9 -90.00 1 1 0 65696 0 +} +// brush 626 +{ +( 6288 4856 2060 ) ( 6288 4872 2060 ) ( 6288 4872 2676 ) mohtest/wood_joist_trim_masked 16 -15 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6304 4880 2680 ) ( 6304 4880 2064 ) ( 6304 4864 2064 ) mohtest/wood_joist_trim_masked 16 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6304 4864 2680 ) ( 6304 4864 2064 ) ( 6144 4864 2064 ) mohtest/wood_joist_trim_masked 16 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6304 4864 2080 ) ( 6304 4880 2080 ) ( 6144 4880 2080 ) common/caulk 15 6 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6304 4880 2064 ) ( 6304 4880 2680 ) ( 6144 4880 2680 ) mohtest/wood_joist_trim_masked 16 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6288 4856 2208 ) ( 6288 4884 2208 ) ( 6304 4870 2208 ) common/caulk -8 -10 -90.00 1 1 0 65696 0 +} +// brush 627 +{ +( 6560 4856 2060 ) ( 6560 4872 2060 ) ( 6560 4872 2676 ) mohtest/wood_joist_trim_masked 16 -15 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6576 4880 2680 ) ( 6576 4880 2064 ) ( 6576 4864 2064 ) common/caulk 16 5 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6576 4864 2680 ) ( 6576 4864 2064 ) ( 6416 4864 2064 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6576 4864 2080 ) ( 6576 4880 2080 ) ( 6416 4880 2080 ) common/caulk 15 22 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6576 4880 2064 ) ( 6576 4880 2680 ) ( 6416 4880 2680 ) mohtest/wood_joist_trim_masked 0 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6560 4856 2208 ) ( 6560 4884 2208 ) ( 6576 4870 2208 ) common/caulk -8 6 -90.00 1 1 0 65696 0 +} +// brush 628 +{ +( 6560 4856 2208 ) ( 6560 4872 2208 ) ( 5944 4872 2208 ) mohtest/wood_joist_trim_masked 16 -95 -90.00 1 1 0 16384 0 +surfaceparm detail +( 5944 4880 2224 ) ( 6560 4880 2224 ) ( 6560 4864 2224 ) common/caulk 16 -11 90.00 1 -1 0 65696 0 +surfaceparm detail +( 5944 4864 2224 ) ( 6560 4864 2224 ) ( 6560 4864 2064 ) mohtest/wood_joist_trim_masked 0 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6560 4864 2224 ) ( 6560 4880 2224 ) ( 6560 4880 2064 ) common/caulk 16 22 0.00 1 1 0 65696 0 +surfaceparm detail +( 6560 4880 2224 ) ( 5944 4880 2224 ) ( 5944 4880 2064 ) mohtest/wood_joist_trim_masked 0 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6416 4856 2208 ) ( 6416 4884 2208 ) ( 6416 4870 2224 ) common/caulk -8 6 -180.00 1 -1 0 65696 0 +} +// brush 629 +{ +( 6560 4856 2208 ) ( 6560 4872 2208 ) ( 5944 4872 2208 ) mohtest/wood_joist_trim_masked 16 -95 -90.00 1 1 0 16384 0 +surfaceparm detail +( 5944 4880 2224 ) ( 6560 4880 2224 ) ( 6560 4864 2224 ) common/caulk 16 -11 90.00 1 -1 0 65696 0 +surfaceparm detail +( 5944 4864 2224 ) ( 6560 4864 2224 ) ( 6560 4864 2064 ) mohtest/wood_joist_trim_masked 0 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6560 4880 2224 ) ( 5944 4880 2224 ) ( 5944 4880 2064 ) mohtest/wood_joist_trim_masked 0 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6256 4820 2208 ) ( 6256 4892 2208 ) ( 6256 4856 2224 ) common/caulk -8 6 -180.00 1 -1 0 65696 0 +( 6400 4884 2208 ) ( 6400 4856 2208 ) ( 6400 4870 2224 ) common/caulk -8 6 -180.00 1 -1 0 65696 0 +} +// brush 630 +{ +( 2711.999512 1056.000244 1248 ) ( 2840 1056.000244 1248.000244 ) ( 2840 1056.000244 1168.000366 ) central_europe_winter/crossbracing2 190 76 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2700.000244 1206.000366 1176.000122 ) ( 2700.000244 1206.000244 1208.000244 ) ( 2700.000244 1174.000122 1208.000244 ) central_europe_winter/crossbracing2 190 44 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2836 1126.000244 1004.000244 ) ( 2708.000244 1126.000244 1003.999878 ) ( 2708.000244 1302.000244 1003.999695 ) central_europe_winter/crossbracing2 -48 43 0.00 0.500000 0.500122 204800 35328 0 +surfaceparm detail +( 2707.999512 1190.000244 1208.000366 ) ( 2707.999756 1190.000244 1176.000122 ) ( 2707.999756 1158.000122 1176.000122 ) central_europe_winter/crossbracing2 190 44 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2712 1212.000244 1168.000122 ) ( 2840 1212.000244 1208.000244 ) ( 2711.999512 1212.000366 1247.999878 ) central_europe_winter/crossbracing2 190 76 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2700 1062.000244 992.000305 ) ( 2704 1062.000244 992.000305 ) ( 2702 1142.000488 992.000366 ) central_europe_winter/crossbracing2 -48 44 0.00 0.500000 0.499878 204800 35328 0 +surfaceparm detail +} +// brush 631 +{ +( 2711.999512 820.000366 912 ) ( 2840 820 912 ) ( 2840 899.999878 912 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2700.000244 892.000122 1056 ) ( 2700.000244 860 1056 ) ( 2700.000244 860 1024 ) central_europe_winter/crossbracing2 148 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2836 1064 976 ) ( 2708.000244 1064.000366 976 ) ( 2708.000244 1064.000366 1152 ) central_europe_winter/crossbracing2 -48 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2707.999512 860 1040 ) ( 2707.999756 892.000122 1040 ) ( 2707.999756 892.000122 1008 ) central_europe_winter/crossbracing2 148 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2712 900 992 ) ( 2840 860 992 ) ( 2711.999512 820.000366 992 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2700 1076 912 ) ( 2704 1076 912 ) ( 2702 1076 992 ) central_europe_winter/crossbracing2 -48 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +} +// brush 632 +{ +( 2711.999512 820.000366 912 ) ( 2840 820 912 ) ( 2840 899.999878 912 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2700.000244 892.000122 1056 ) ( 2700.000244 860 1056 ) ( 2700.000244 860 1024 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2703.999512 860 1040 ) ( 2703.999756 892.000122 1040 ) ( 2703.999756 892.000122 1008 ) central_europe_winter/crossbracing2 148 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2895.999756 1192.000122 1104 ) ( 2736 1191.999878 1104 ) ( 2736 1191.999878 1072 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2712 900 992 ) ( 2840 860 992 ) ( 2711.999512 820.000366 992 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2704 1076 912 ) ( 2700 1076 912 ) ( 2702 1076 992 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 633 +{ +( 2711.999512 948.000366 912 ) ( 2840 948 912 ) ( 2840 1027.999878 912 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2700.000244 1020.000122 1056 ) ( 2700.000244 988 1056 ) ( 2700.000244 988 1024 ) central_europe_winter/crossbracing2 -108 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2836 1192 976 ) ( 2708.000244 1192.000366 976 ) ( 2708.000244 1192.000366 1152 ) central_europe_winter/crossbracing2 -48 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2707.999512 988 1040 ) ( 2707.999756 1020.000122 1040 ) ( 2707.999756 1020.000122 1008 ) central_europe_winter/crossbracing2 -108 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2712 1028 992 ) ( 2840 988 992 ) ( 2711.999512 948.000366 992 ) common/nodraw -16 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2700 1204 912 ) ( 2704 1204 912 ) ( 2702 1204 992 ) central_europe_winter/crossbracing2 -48 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +} +// brush 634 +{ +( 2599.999512 1016.000366 896 ) ( 2728 1016 896 ) ( 2728 1095.999878 896 ) common/caulk 7 43 -89.99 1.000427 0.999268 0 65696 0 +surfaceparm detail +( 2576.000244 1088.000122 1024 ) ( 2576.000244 1056 1024 ) ( 2576.000244 1056 992 ) central_europe_winter/step_rise 117 -5 -180.00 0.249146 0.250000 0 67108864 0 +surfaceparm detail +( 2720 1000 896 ) ( 2592.000244 1000.000366 896 ) ( 2592.000244 1000.000366 1072 ) central_europe_winter/step_rise -104 -6 0.00 0.250244 -0.250000 0 67108864 0 +surfaceparm detail +( 2735.999512 1056 1024 ) ( 2735.999756 1088.000122 1024 ) ( 2735.999756 1088.000122 992 ) central_europe_winter/step_rise 70 -5 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 2775.999756 1456.000122 1024 ) ( 2616 1455.999878 1024 ) ( 2616 1455.999878 992 ) common/caulk -11 -1 0.00 0.999756 1 0 65696 0 +surfaceparm detail +( 2600 1096 912 ) ( 2728 1056 912 ) ( 2599.999512 1016.000366 912 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 635 +{ +( 2615.999512 820.000366 912 ) ( 2744 820 912 ) ( 2744 899.999878 912 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604.000244 892.000122 1056 ) ( 2604.000244 860 1056 ) ( 2604.000244 860 1024 ) central_europe_winter/crossbracing2 148 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2740 1064 976 ) ( 2612.000244 1064.000366 976 ) ( 2612.000244 1064.000366 1152 ) central_europe_winter/crossbracing2 -112 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2611.999512 860 1040 ) ( 2611.999756 892.000122 1040 ) ( 2611.999756 892.000122 1008 ) central_europe_winter/crossbracing2 148 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2616 900 992 ) ( 2744 860 992 ) ( 2615.999512 820.000366 992 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 1076 912 ) ( 2608 1076 912 ) ( 2606 1076 992 ) central_europe_winter/crossbracing2 -112 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +} +// brush 636 +{ +( 2472 900 912 ) ( 2472 820 912 ) ( 2600 820 912 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2612 860 1024 ) ( 2612 860 1056 ) ( 2612 892 1056 ) common/nodraw 0 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2608 892 1008 ) ( 2608 892 1040 ) ( 2608 860 1040 ) central_europe_winter/crossbracing2 148 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2576 1192 1072 ) ( 2576 1192 1104 ) ( 2416 1192 1104 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2600 820 992 ) ( 2472 860 992 ) ( 2600 900 992 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2610 1076 992 ) ( 2612 1076 912 ) ( 2608 1076 912 ) common/nodraw -56 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 637 +{ +( 2615.999512 1056.000244 1248 ) ( 2744 1056.000244 1248.000244 ) ( 2744 1056.000244 1168.000366 ) central_europe_winter/crossbracing2 190 43 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2604.000244 1206.000366 1176.000122 ) ( 2604.000244 1206.000244 1208.000244 ) ( 2604.000244 1174.000122 1208.000244 ) central_europe_winter/crossbracing2 190 44 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2740 1126.000244 1004.000244 ) ( 2612.000244 1126.000244 1003.999878 ) ( 2612.000244 1302.000244 1003.999695 ) central_europe_winter/crossbracing2 -112 43 0.00 0.500000 0.500122 204800 35328 0 +surfaceparm detail +( 2611.999512 1190.000244 1208.000366 ) ( 2611.999756 1190.000244 1176.000122 ) ( 2611.999756 1158.000122 1176.000122 ) central_europe_winter/crossbracing2 190 44 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2616 1212.000244 1168.000122 ) ( 2744 1212.000244 1208.000244 ) ( 2615.999512 1212.000366 1247.999878 ) central_europe_winter/crossbracing2 190 43 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2604 1062.000244 992.000305 ) ( 2608 1062.000244 992.000305 ) ( 2606 1142.000488 992.000366 ) central_europe_winter/crossbracing2 -112 44 0.00 0.500000 0.499878 204800 35328 0 +surfaceparm detail +} +// brush 638 +{ +( 2615.999512 948.000366 912 ) ( 2744 948 912 ) ( 2744 1027.999878 912 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604.000244 1020.000122 1056 ) ( 2604.000244 988 1056 ) ( 2604.000244 988 1024 ) central_europe_winter/crossbracing2 -108 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2740 1192 976 ) ( 2612.000244 1192.000366 976 ) ( 2612.000244 1192.000366 1152 ) central_europe_winter/crossbracing2 -112 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2611.999512 988 1040 ) ( 2611.999756 1020.000122 1040 ) ( 2611.999756 1020.000122 1008 ) central_europe_winter/crossbracing2 -108 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2616 1028 992 ) ( 2744 988 992 ) ( 2615.999512 948.000366 992 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2604 1204 912 ) ( 2608 1204 912 ) ( 2606 1204 992 ) central_europe_winter/crossbracing2 -112 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +} +// brush 639 +{ +( 2595.999512 1022.000366 912 ) ( 2724 1022 912 ) ( 2724 1101.999878 912 ) common/nodraw -28 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2584.000244 1094.000122 1056 ) ( 2584.000244 1062 1056 ) ( 2584.000244 1062 1024 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2720 1266 976 ) ( 2592.000244 1266.000366 976 ) ( 2592.000244 1266.000366 1152 ) central_europe_winter/crossbracing2 -72 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2591.999512 1062 1040 ) ( 2591.999756 1094.000122 1040 ) ( 2591.999756 1094.000122 1008 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2596 1102 992 ) ( 2724 1062 992 ) ( 2595.999512 1022.000366 992 ) common/nodraw -28 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2584 1278 912 ) ( 2588 1278 912 ) ( 2586 1278 992 ) central_europe_winter/crossbracing2 -72 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +} +// brush 640 +{ +( 2452 1102 912 ) ( 2452 1022 912 ) ( 2580 1022 912 ) common/nodraw -36 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2592 1062 1024 ) ( 2592 1062 1056 ) ( 2592 1094 1056 ) common/nodraw -10 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2588 1094 1008 ) ( 2588 1094 1040 ) ( 2588 1062 1040 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2556 1394 1072 ) ( 2556 1394 1104 ) ( 2396 1394 1104 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2580 1022 992 ) ( 2452 1062 992 ) ( 2580 1102 992 ) common/nodraw -36 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2590 1278 992 ) ( 2592 1278 912 ) ( 2588 1278 912 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 641 +{ +( 2595.999512 1258.000244 1248 ) ( 2724 1258.000244 1248.000244 ) ( 2724 1258.000244 1168.000366 ) central_europe_winter/crossbracing2 189 3 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2584.000244 1408.000366 1176.000122 ) ( 2584.000244 1408.000244 1208.000244 ) ( 2584.000244 1376.000122 1208.000244 ) central_europe_winter/crossbracing2 189 -31 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2720 1328.000244 1004.000244 ) ( 2592.000244 1328.000244 1003.999878 ) ( 2592.000244 1504.000244 1003.999695 ) central_europe_winter/crossbracing2 -72 -33 0.00 0.500000 0.500122 204800 35328 0 +surfaceparm detail +( 2591.999512 1392.000244 1208.000366 ) ( 2591.999756 1392.000244 1176.000122 ) ( 2591.999756 1360.000122 1176.000122 ) central_europe_winter/crossbracing2 189 -31 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2596 1414.000244 1168.000122 ) ( 2724 1414.000244 1208.000244 ) ( 2595.999512 1414.000366 1247.999878 ) central_europe_winter/crossbracing2 189 3 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2584 1264.000244 992.000305 ) ( 2588 1264.000244 992.000305 ) ( 2586 1344.000488 992.000366 ) central_europe_winter/crossbracing2 -72 -31 0.00 0.500000 0.499878 204800 35328 0 +surfaceparm detail +} +// brush 642 +{ +( 2731.999512 1022.000366 912 ) ( 2860 1022 912 ) ( 2860 1101.999878 912 ) common/nodraw -36 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2720.000244 1094.000122 1056 ) ( 2720.000244 1062 1056 ) ( 2720.000244 1062 1024 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2856 1266 976 ) ( 2728.000244 1266.000366 976 ) ( 2728.000244 1266.000366 1152 ) central_europe_winter/crossbracing2 -88 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2727.999512 1062 1040 ) ( 2727.999756 1094.000122 1040 ) ( 2727.999756 1094.000122 1008 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2732 1102 992 ) ( 2860 1062 992 ) ( 2731.999512 1022.000366 992 ) common/nodraw -36 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2720 1278 912 ) ( 2724 1278 912 ) ( 2722 1278 992 ) central_europe_winter/crossbracing2 -88 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +} +// brush 643 +{ +( 2731.999512 1258.000244 1248 ) ( 2860 1258.000244 1248.000244 ) ( 2860 1258.000244 1168.000366 ) central_europe_winter/crossbracing2 189 116 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2720.000244 1408.000366 1176.000122 ) ( 2720.000244 1408.000244 1208.000244 ) ( 2720.000244 1376.000122 1208.000244 ) central_europe_winter/crossbracing2 189 -31 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2856 1328.000244 1004.000244 ) ( 2728.000244 1328.000244 1003.999878 ) ( 2728.000244 1504.000244 1003.999695 ) central_europe_winter/crossbracing2 -88 -33 0.00 0.500000 0.500122 204800 35328 0 +surfaceparm detail +( 2727.999512 1392.000244 1208.000366 ) ( 2727.999756 1392.000244 1176.000122 ) ( 2727.999756 1360.000122 1176.000122 ) central_europe_winter/crossbracing2 189 -31 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2732 1414.000244 1168.000122 ) ( 2860 1414.000244 1208.000244 ) ( 2731.999512 1414.000366 1247.999878 ) central_europe_winter/crossbracing2 189 116 -89.99 0.499756 0.499878 204800 35328 0 +surfaceparm detail +( 2720 1264.000244 992.000305 ) ( 2724 1264.000244 992.000305 ) ( 2722 1344.000488 992.000366 ) central_europe_winter/crossbracing2 -88 -31 0.00 0.500000 0.499878 204800 35328 0 +surfaceparm detail +} +// brush 644 +{ +( 2731.999512 1022.000366 912 ) ( 2860 1022 912 ) ( 2860 1101.999878 912 ) common/nodraw -36 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2720.000244 1094.000122 1056 ) ( 2720.000244 1062 1056 ) ( 2720.000244 1062 1024 ) common/nodraw -10 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2723.999512 1062 1040 ) ( 2723.999756 1094.000122 1040 ) ( 2723.999756 1094.000122 1008 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2915.999756 1394.000122 1104 ) ( 2756 1393.999878 1104 ) ( 2756 1393.999878 1072 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2732 1102 992 ) ( 2860 1062 992 ) ( 2731.999512 1022.000366 992 ) common/nodraw -36 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2724 1278 912 ) ( 2720 1278 912 ) ( 2722 1278 992 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 645 +{ +( 2731.999512 1150.000366 912 ) ( 2860 1150 912 ) ( 2860 1229.999878 912 ) common/nodraw -36 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2720.000244 1222.000122 1056 ) ( 2720.000244 1190 1056 ) ( 2720.000244 1190 1024 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2856 1394 976 ) ( 2728.000244 1394.000366 976 ) ( 2728.000244 1394.000366 1152 ) central_europe_winter/crossbracing2 -88 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2727.999512 1190 1040 ) ( 2727.999756 1222.000122 1040 ) ( 2727.999756 1222.000122 1008 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2732 1230 992 ) ( 2860 1190 992 ) ( 2731.999512 1150.000366 992 ) common/nodraw -36 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2720 1406 912 ) ( 2724 1406 912 ) ( 2722 1406 992 ) central_europe_winter/crossbracing2 -88 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +} +// brush 646 +{ +( 2595.999512 1150.000366 912 ) ( 2724 1150 912 ) ( 2724 1229.999878 912 ) common/nodraw -28 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2584.000244 1222.000122 1056 ) ( 2584.000244 1190 1056 ) ( 2584.000244 1190 1024 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2720 1394 976 ) ( 2592.000244 1394.000366 976 ) ( 2592.000244 1394.000366 1152 ) central_europe_winter/crossbracing2 -72 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2591.999512 1190 1040 ) ( 2591.999756 1222.000122 1040 ) ( 2591.999756 1222.000122 1008 ) central_europe_winter/crossbracing2 0 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +( 2596 1230 992 ) ( 2724 1190 992 ) ( 2595.999512 1150.000366 992 ) common/nodraw -28 10 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2584 1406 912 ) ( 2588 1406 912 ) ( 2586 1406 992 ) central_europe_winter/crossbracing2 -72 -96 0.00 0.500000 0.500000 204800 35328 0 +surfaceparm detail +} +// brush 647 +{ +( 7180 6480 1888 ) ( 7180 6488 1888 ) ( 7156 6488 1888 ) common/caulk 8 13 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7156 6484 1904 ) ( 7180 6484 1904 ) ( 7180 6476 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 7056 6488 1888 ) ( 7056 6488 1904 ) ( 7056 6472 1904 ) central_europe_winter/step_rise 61 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7024 6472 1888 ) ( 7024 6472 1904 ) ( 7216 6472 1904 ) central_europe_winter/step_rise -35 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7024 6536 1904 ) ( 7024 6536 1888 ) ( 7120 6536 1888 ) central_europe_winter/step_rise -35 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7120 6492 1888 ) ( 7120 6468 1888 ) ( 7120 6480 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 648 +{ +( 7160 6496 1904 ) ( 7160 6528 1904 ) ( 6712 6528 1904 ) common/caulk 31 -8 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6688 6480 2352 ) ( 7136 6480 2352 ) ( 7136 6480 1904 ) central_europe_winter/stonewall1snow -184 16 0.00 1 1 0 65536 0 +( 7160 6528 2352 ) ( 6712 6528 2352 ) ( 6712 6528 1904 ) central_europe_winter/stonewall1snow -184 16 0.00 1 1 0 65536 0 +( 7064 6456 1904 ) ( 7064 6520 1904 ) ( 7064 6488 2128 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 7112 6520 1904 ) ( 7112 6488 1904 ) ( 7112 6504 2128 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6704 6536 2064 ) ( 6704 6600 2064 ) ( 7064 6568 2064 ) central_europe_winter/step_run -32 -127 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 649 +{ +( 7180 6480 2064 ) ( 7180 6488 2064 ) ( 7156 6488 2064 ) central_europe_winter/stonewall1snow -184 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 7156 6484 2080 ) ( 7180 6484 2080 ) ( 7180 6476 2080 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 7056 6488 2064 ) ( 7056 6488 2080 ) ( 7056 6472 2080 ) central_europe_winter/step_rise 61 -5 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7024 6472 2064 ) ( 7024 6472 2080 ) ( 7216 6472 2080 ) central_europe_winter/step_rise -35 -5 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7024 6536 2080 ) ( 7024 6536 2064 ) ( 7120 6536 2064 ) central_europe_winter/step_rise -35 -5 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 7120 6492 2064 ) ( 7120 6468 2064 ) ( 7120 6480 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 650 +{ +( 6748 6480 2064 ) ( 6748 6488 2064 ) ( 6724 6488 2064 ) central_europe_winter/stonewall1snow -8 16 0.00 1 1 0 65536 0 +surfaceparm detail +( 6724 6484 2080 ) ( 6748 6484 2080 ) ( 6748 6476 2080 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6624 6488 2064 ) ( 6624 6488 2080 ) ( 6624 6472 2080 ) central_europe_winter/step_rise 61 -6 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 6592 6472 2064 ) ( 6592 6472 2080 ) ( 6784 6472 2080 ) central_europe_winter/step_rise -99 -6 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 6592 6536 2080 ) ( 6592 6536 2064 ) ( 6688 6536 2064 ) central_europe_winter/step_rise -99 -6 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 6688 6492 2064 ) ( 6688 6468 2064 ) ( 6688 6480 2080 ) central_europe_winter/step_rise 61 -6 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 651 +{ +( 6728 6496 1904 ) ( 6728 6528 1904 ) ( 6280 6528 1904 ) common/caulk -32 8 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6256 6480 2352 ) ( 6704 6480 2352 ) ( 6704 6480 1904 ) central_europe_winter/stonewall1snow -8 16 0.00 1 1 0 65536 0 +( 6728 6528 2352 ) ( 6280 6528 2352 ) ( 6280 6528 1904 ) central_europe_winter/stonewall1snow -8 16 0.00 1 1 0 65536 0 +( 6632 6456 1904 ) ( 6632 6520 1904 ) ( 6632 6488 2128 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6680 6520 1904 ) ( 6680 6488 1904 ) ( 6680 6504 2128 ) central_europe_winter/stonewall1snow -8 16 0.00 1 1 0 65536 0 +( 6272 6536 2064 ) ( 6272 6600 2064 ) ( 6632 6568 2064 ) central_europe_winter/step_run -96 0 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 652 +{ +( 6748 6480 1888 ) ( 6748 6488 1888 ) ( 6724 6488 1888 ) common/caulk 8 -35 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6724 6484 1904 ) ( 6748 6484 1904 ) ( 6748 6476 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6624 6488 1888 ) ( 6624 6488 1904 ) ( 6624 6472 1904 ) central_europe_winter/step_rise 61 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 6592 6472 1888 ) ( 6592 6472 1904 ) ( 6784 6472 1904 ) central_europe_winter/step_rise -99 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 6592 6536 1904 ) ( 6592 6536 1888 ) ( 6688 6536 1888 ) central_europe_winter/step_rise -99 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 6688 6492 1888 ) ( 6688 6468 1888 ) ( 6688 6480 1904 ) central_europe_winter/step_rise 61 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 653 + { + patchDef2 + { + central_europe_winter/step_rise + ( 5 3 0 -2080374784 0 +surfaceparm detail subdivisions 187.694885 ) +( +( ( 7000 4848 1904 0 0.900000 ) ( 7000 4848 1896 0 0.400000 ) ( 7000 4848 1888 0 -0.100000 ) ) +( ( 7000 4792 1904 1.750000 0.900000 ) ( 7000 4792 1896 1.750000 0.400000 ) ( 7000 4792 1888 1.750000 -0.100000 ) ) +( ( 6944 4792 1904 3.500000 0.900000 ) ( 6944 4792 1896 3.500000 0.400000 ) ( 6944 4792 1888 3.500000 -0.100000 ) ) +( ( 6888 4792 1904 5.250000 0.900000 ) ( 6888 4792 1896 5.250000 0.400000 ) ( 6888 4792 1888 5.250000 -0.100000 ) ) +( ( 6888 4848 1904 7 0.900000 ) ( 6888 4848 1896 7 0.400000 ) ( 6888 4848 1888 7 -0.100000 ) ) +) + } + } +// brush 654 +{ +( 7056 5744 1888 ) ( 7040 5760 1888 ) ( 7040 4864 1888 ) common/caulk 0 -30 -180.00 1 1 0 65696 0 +surfaceparm detail +( 7036 5764 1904 ) ( 7052 5748 1904 ) ( 7056 4848 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 7040 5280 1888 ) ( 7040 5280 1904 ) ( 7040 4864 1904 ) common/caulk 32 -53 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7056 4848 1904 ) ( 7056 4848 1888 ) ( 7040 4864 1888 ) common/caulk 32 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7056 5776 1904 ) ( 7056 5776 1888 ) ( 7056 4848 1888 ) central_europe_winter/step_rise 45 58 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +( 7024 5312 1888 ) ( 7048 5312 1888 ) ( 7036 5312 1904 ) central_europe_winter/step_rise 45 58 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +} +// brush 655 +{ +( 7264 5312 1872 ) ( 7264 5344 1872 ) ( 6816 5344 1872 ) common/caulk 0 -31 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6816 5312 2336 ) ( 7264 5312 2336 ) ( 7264 5312 1888 ) central_europe_winter/stonewall1snow -160 0 0.00 1 1 0 65536 0 +( 7264 5344 2336 ) ( 6816 5344 2336 ) ( 6816 5344 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7040 5312 1888 ) ( 7040 5376 1888 ) ( 7040 5344 2112 ) common/caulk 0 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7336 5336 1888 ) ( 7336 5304 1888 ) ( 7336 5320 2112 ) common/caulk 0 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7232 5344 2016 ) ( 7296 5344 2016 ) ( 7264 5312 2016 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 656 +{ +( 2860 1343.999878 932 ) ( 2859.999756 1472 932 ) ( 2668 1471.999878 932 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2863.999756 1472 968 ) ( 2864 1343.999878 968 ) ( 2672 1344.000122 968 ) TAardennes/flrwood1_repwinter -124 -208 180.00 1.000122 0.999756 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 2992 1215.999878 968 ) ( 2991.999756 1344 968 ) ( 2991.999756 1344 960 ) TAardennes/flrwood1_repwinter 101 32 0.00 1 1 0 16384 0 +surfaceparm detail +( 2859.999756 1600 988 ) ( 2859.999756 1600 996 ) ( 2668 1599.999878 968 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2736 1344 960 ) ( 2736 1472 960 ) ( 2736 1472 968 ) TAardennes/flrwood1_repwinter -16 31 -180.00 0.999878 -1 0 16384 0 +surfaceparm detail +( 2704 1215.999878 1032 ) ( 2704 1215.999878 1024 ) ( 2512 1216.000122 960 ) TAardennes/flrwood1_repwinter 220 31 -180.00 1.000488 -1 0 16384 0 +surfaceparm detail +( 2856 1592 960 ) ( 2864 1600 960 ) ( 2860 1596 968 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 657 +{ +( 2704 1471.999878 960 ) ( 2703.999756 1600 960 ) ( 2512 1599.999878 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2703.999756 1600 968 ) ( 2704 1471.999878 968 ) ( 2512 1472.000122 968 ) TAardennes/flrwood1_repwinter -123 -208 90.01 1.000122 0.999756 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 2703.999756 1600 988 ) ( 2703.999756 1600 996 ) ( 2512 1599.999878 968 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2304 1456 960 ) ( 2304 1584 960 ) ( 2304 1584 968 ) common/caulk 52 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2704 1471.999878 1032 ) ( 2704 1471.999878 1024 ) ( 2512 1472.000122 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2744 1480 960 ) ( 2736 1472 960 ) ( 2740 1476 968 ) common/caulk 52 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 658 +{ +( 2352 1128 1152 ) ( 2352 1960 1152 ) ( 2864 1960 1152 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 2688 1128 1250 ) ( 2688 1960 1250 ) ( 2688 1960 802 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2304 1944 1248 ) ( 2304 1112 1248 ) ( 2304 1112 800 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2352 1960 1136 ) ( 2352 1128 1136 ) ( 2864 1960 1136 ) general_structure/jh_corrugate4dmg -112 168 0.00 1 1 0 32768 0 +surfaceparm detail +( 2436 1472 1136 ) ( 2436 1472 1152 ) ( 2660 1472 1144 ) common/caulk 16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2496 1600 1152 ) ( 2496 1600 1136 ) ( 2720 1600 1144 ) common/caulk 16 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 659 +{ +( 1904 1920 1040 ) ( 1968 1920 1104.000244 ) ( 2016 1872.000488 1152.000244 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +( 1968.000488 1920 1088.000488 ) ( 1920 1920 1040 ) ( 1920 1088 1040 ) general_structure/jh_corrugate4dmg 80 64 0.00 1 1 0 32768 0 +surfaceparm detail +( 2016 1872 1152 ) ( 2016 1872 1136 ) ( 2016 1136 1136 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 1972 1516 1104 ) ( 1972 1516 1088 ) ( 2020 1468 1136 ) common/caulk 0 -48 0.00 1 1 0 65696 0 +surfaceparm detail +( 1996 1116 1040 ) ( 1968 1088 1040 ) ( 1982 1102 1152.000488 ) common/caulk 8 -48 0.00 1 1 0 65696 0 +surfaceparm detail +( 1968 1480 1040 ) ( 1968 1520 1040 ) ( 1968 1500 1151.998779 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 660 +{ +( 2583.999512 1920 1104 ) ( 2647.999512 1920 1040 ) ( 2647.999512 1088 1040 ) central_europe_winter/corrugated_snowcovered -107 -48 90.00 1 1 0 67108864 0 +surfaceparm detail +( 2631.999512 1920 1040 ) ( 2583.999512 1920 1088.000244 ) ( 2536 1872.000488 1135.999756 ) general_structure/jh_corrugate4dmg -152 -48 0.00 1 1 0 32768 0 +surfaceparm detail +( 2536 1472 1136 ) ( 2536 1472 1152 ) ( 2536 1136 1152 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2536 1472 1152 ) ( 2536 1472 1136 ) ( 2584 1424 1088 ) common/caulk 0 -48 0.00 1 1 0 65696 0 +surfaceparm detail +( 2570 1102 1152 ) ( 2584 1088 1040 ) ( 2556 1116 1040 ) common/caulk 8 -48 0.00 1 1 0 65696 0 +surfaceparm detail +( 2584 1424 1104 ) ( 2584 1424 1088 ) ( 2584 1088 1088 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 661 +{ +( 2256 1464 1104 ) ( 2256 1784 1104 ) ( 2304 1736 1152 ) central_europe_winter/corrugated_snowcovered -238 441 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 2256 1784 1088 ) ( 2256 1464 1088 ) ( 2304 1512 1136 ) general_structure/jh_corrugate4dmg -7 0 -90.00 1 1 0 32768 0 +surfaceparm detail +( 2304 1472 1136 ) ( 2304 1472 1152 ) ( 2304 1600 1152 ) common/caulk -9 -62 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2256 1648 1104 ) ( 2256 1648 1088 ) ( 2304 1600 1136 ) common/caulk -13 -63 0.00 0.999512 1 0 65696 0 +surfaceparm detail +( 2256 1520 1088 ) ( 2256 1520 1104 ) ( 2304 1472 1152 ) common/caulk 16 -63 0.00 1 1 0 65696 0 +surfaceparm detail +( 2256 1520 1104 ) ( 2256 1520 1088 ) ( 2256 1648 1088 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 662 +{ +( 2148 1520 1104 ) ( 2468 1520 1104 ) ( 2420 1472 1152 ) central_europe_winter/corrugated_snowcovered -246 505 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 2468 1520 1088 ) ( 2148 1520 1088 ) ( 2196 1472 1136 ) general_structure/jh_corrugate4dmg -91 63 -180.00 1 1 0 32768 0 +surfaceparm detail +( 2196 1472 1152 ) ( 2420 1472 1152 ) ( 2420 1472 1136 ) common/caulk -29 -61 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2256 1520 1104 ) ( 2256 1520 1088 ) ( 2304 1472 1136 ) common/caulk -11 -63 -180.00 0.999512 -1 0 65696 0 +surfaceparm detail +( 1984 1504 1088 ) ( 1984 1504 1104 ) ( 2032 1456 1152 ) common/caulk -7 -63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2256 1520 1088 ) ( 2256 1520 1104 ) ( 1980 1520 1104 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 663 +{ +( 2736 1424 1104 ) ( 2416 1424 1104 ) ( 2464 1472 1152 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +( 2416 1424 1088 ) ( 2736 1424 1088 ) ( 2688 1472 1136 ) general_structure/jh_corrugate4dmg -111 -64 0.00 1 1 0 32768 0 +surfaceparm detail +( 2576 1472 1152 ) ( 2576 1472 1136 ) ( 2688 1472 1136 ) common/caulk 15 -62 0.00 1 1 0 65696 0 +surfaceparm detail +( 2536 1472 1136 ) ( 2536 1472 1152 ) ( 2584 1424 1104 ) common/caulk 51 -63 0.00 0.999512 1 0 65696 0 +surfaceparm detail +( 2736 1424 1088 ) ( 2736 1424 1104 ) ( 2688 1472 1152 ) common/caulk -7 -63 0.00 1 1 0 65696 0 +surfaceparm detail +( 2428 1424 1088 ) ( 2412 1424 1088 ) ( 2420 1424 1152 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 664 +{ +( 2416 1648 1104 ) ( 2736 1648 1104 ) ( 2688 1600 1152 ) central_europe_winter/corrugated_snowcovered -246 377 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 2736 1648 1088 ) ( 2416 1648 1088 ) ( 2464 1600 1136 ) general_structure/jh_corrugate4dmg -79 -64 -180.00 1 1 0 32768 0 +surfaceparm detail +( 2464 1600 1152 ) ( 2688 1600 1152 ) ( 2688 1600 1136 ) common/caulk -17 -62 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2736 1648 1104 ) ( 2736 1648 1088 ) ( 2688 1600 1136 ) common/caulk -11 -63 -180.00 0.999512 -1 0 65696 0 +surfaceparm detail +( 2292 1612 1088 ) ( 2292 1612 1104 ) ( 2340 1564 1152 ) common/caulk -7 -63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2724 1648 1088 ) ( 2740 1648 1088 ) ( 2732 1648 1152 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 665 +{ +( 2736 1696 1104 ) ( 2736 1376 1104 ) ( 2688 1424 1152 ) central_europe_winter/corrugated_snowcovered -107 -32 90.00 1 1 0 67108864 0 +surfaceparm detail +( 2736 1376 1088 ) ( 2736 1696 1088 ) ( 2688 1648 1136 ) general_structure/jh_corrugate4dmg -96 -128 90.00 1 1 0 32768 0 +surfaceparm detail +( 2688 1648 1152 ) ( 2688 1424 1152 ) ( 2688 1424 1136 ) common/caulk -33 -62 0.00 1 1 0 65696 0 +surfaceparm detail +( 2724 1436 1104 ) ( 2724 1436 1088 ) ( 2676 1484 1136 ) common/caulk -28 -63 0.00 1 1 0 65696 0 +surfaceparm detail +( 2732 1644 1088 ) ( 2732 1644 1104 ) ( 2684 1596 1152 ) common/caulk 40 -63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2736 1388 1088 ) ( 2736 1372 1088 ) ( 2736 1380 1152 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 666 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7648 6600 1828 0 0 ) ( 7432 6672 1800 -1 0 ) ( 7176 6592 1880 -2 0 ) ) +( ( 7680 6792 1768 0 1 ) ( 7368 6728 1832 -1 1 ) ( 7040 6688 1888 -2 1 ) ) +( ( 7696 6848 1824 0 2 ) ( 7144 6904 1808 -1 2 ) ( 6944 6760 1880 -2 2 ) ) +) + } + } +// brush 667 +{ +( 2272 1343.999878 960 ) ( 2271.999756 1472 960 ) ( 2080 1471.999878 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2271.999756 1472 968 ) ( 2272 1343.999878 968 ) ( 2080 1344.000122 968 ) TAardennes/flrwood1_repwinter -124 -208 90.01 1.000122 0.999756 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 2560 1343.999878 968 ) ( 2559.999756 1472 968 ) ( 2559.999756 1472 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2271.999756 1472 988 ) ( 2271.999756 1472 996 ) ( 2080 1471.999878 968 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2144 1344 960 ) ( 2144 1472 960 ) ( 2144 1472 968 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2272 1343.999878 1032 ) ( 2272 1343.999878 1024 ) ( 2080 1344.000122 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 668 +{ +( 2144 1472 960 ) ( 2016 1472 960 ) ( 2016 1280 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2016 1472 968 ) ( 2144 1472 968 ) ( 2144 1280 968 ) TAardennes/flrwood1_repwinter -94 0 -179.99 1.000244 0.999756 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 2144 1472 968 ) ( 2016 1472 968 ) ( 2016 1472 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2016 1472 988 ) ( 2016 1472 996 ) ( 2016 1280 968 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2140 1136 960 ) ( 2012 1136 960 ) ( 2012 1136 968 ) TAardennes/flrwood1_repwinter 79 32 0.00 1 1 0 16384 0 +surfaceparm detail +( 2144 1472 1032 ) ( 2144 1472 1024 ) ( 2144 1280 960 ) TAardennes/flrwood1_repwinter 110 32 -180.00 1.000122 -1 0 16384 0 +surfaceparm detail +} +// brush 669 +{ +( 2200 1000 1152 ) ( 2200 1832 1152 ) ( 2712 1832 1152 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 2536 1000 1250 ) ( 2536 1832 1250 ) ( 2536 1832 802 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2016 1816 1248 ) ( 2016 984 1248 ) ( 2016 984 800 ) common/caulk -40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2200 1832 1136 ) ( 2200 1000 1136 ) ( 2712 1832 1136 ) general_structure/jh_corrugate4dmg 40 40 0.00 1 1 0 32768 0 +surfaceparm detail +( 2308 1136 1136 ) ( 2308 1136 1152 ) ( 2532 1136 1144 ) common/caulk 40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2344 1472 1152 ) ( 2344 1472 1136 ) ( 2568 1472 1144 ) common/caulk 40 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 670 +{ +( 2536 1136 1152 ) ( 2536 1072 1088 ) ( 2312 1072 1088 ) central_europe_winter/corrugated_snowcovered -246 40 0.00 1 1 0 67108864 0 +surfaceparm detail +( 2312 1136 1136 ) ( 2312 1072 1072 ) ( 2536 1072 1072 ) general_structure/jh_corrugate4dmg 40 112 0.00 1 1 0 32768 0 +surfaceparm detail +( 2536 1136 1152 ) ( 2312.000488 1136 1152 ) ( 2312.000488 1136 1136 ) common/caulk 40 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 1988.000488 1108 1152.000244 ) ( 1924 1043.999756 1088 ) ( 1940.000488 1059.999756 1088 ) common/caulk 44 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2600.000488 1072.000244 1088 ) ( 2536.000977 1136 1151.999756 ) ( 2536.000977 1136 1136 ) common/caulk 16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2276 1088 1088 ) ( 2260 1088 1088 ) ( 2268 1088 1152.000488 ) central_europe_winter/corrugated_snowcovered -250 317 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 671 +{ +( 6224 3232 2156 ) ( 6224 3232 2132 ) ( 6240 3232 2132 ) mohtest/wood_joist_trim_masked 14 47 90.00 1 1 0 16384 0 +surfaceparm detail +( 6450 3220 2128 ) ( 6450 3232 2128 ) ( 6172 3232 2128 ) mohtest/wood_joist_trim_masked 25 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6228 3220 2128 ) ( 6228 3220 2152 ) ( 6244 3220 2152 ) mohtest/wood_joist_trim_masked 14 47 90.00 1 1 0 16384 0 +surfaceparm detail +( 6368 3230 2128 ) ( 6368 3218 2128 ) ( 6368 3218 2134 ) common/caulk -52 47 0.00 1 -1 0 65696 0 +( 6240 3220 2128 ) ( 6240 3230 2128 ) ( 6240 3225 2134 ) common/caulk -52 47 0.00 1 -1 0 65696 0 +( 6240 3604 2132 ) ( 6240 3616 2132 ) ( 6368 3610 2132 ) mohtest/wood_joist_trim_masked 25 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 672 +{ +( 6368 2704 2156 ) ( 6368 2704 2132 ) ( 6368 2720 2132 ) mohtest/wood_joist_trim_masked 14 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6380 2930 2128 ) ( 6368 2930 2128 ) ( 6368 2652 2128 ) mohtest/wood_joist_trim_masked -7 -17 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6380 2708 2128 ) ( 6380 2708 2152 ) ( 6380 2724 2152 ) mohtest/wood_joist_trim_masked 14 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6368 2930 2128 ) ( 6380 2930 2128 ) ( 6380 2930 2134 ) common/caulk 12 46 -180.00 1 1 0 65696 0 +( 6240 2720 2128 ) ( 6230 2720 2128 ) ( 6235 2720 2134 ) common/caulk 12 46 -180.00 1 1 0 65696 0 +( 6368 3092 2132 ) ( 6368 3104 2132 ) ( 6380 3098 2132 ) mohtest/wood_joist_trim_masked -7 77 0.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 673 +{ +( 6368 2994 2156 ) ( 6368 2994 2132 ) ( 6368 3010 2132 ) mohtest/wood_joist_trim_masked 13 77 90.00 1 1 0 16384 0 +surfaceparm detail +( 6380 3220 2128 ) ( 6368 3220 2128 ) ( 6368 2942 2128 ) mohtest/wood_joist_trim_masked -7 77 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6380 2998 2128 ) ( 6380 2998 2152 ) ( 6380 3014 2152 ) mohtest/wood_joist_trim_masked 13 77 90.00 1 1 0 16384 0 +surfaceparm detail +( 6368 2942 2140 ) ( 6380 2942 2134 ) ( 6368 2942 2128 ) common/caulk -14 -3 -90.00 1 1 0 65696 0 +( 6372 3088 2128 ) ( 6384 3088 2128 ) ( 6384 3088 2134 ) common/caulk 12 46 -180.00 1 1 0 65696 0 +( 6368 3092 2132 ) ( 6368 3104 2132 ) ( 6380 3098 2132 ) mohtest/wood_joist_trim_masked -7 77 0.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 674 +{ +( 6416 2608 2272 ) ( 6416 2544 2208 ) ( 6192 2544 2208 ) central_europe_winter/corrugated_snowcovered -11 145 0.00 1 1 0 67108864 0 +( 6192 2608 2256 ) ( 6192 2544 2192 ) ( 6416 2544 2192 ) general_structure/jh_corrugate4dmg 0 48 0.00 1 1 0 32768 0 surfaceDensity 4 +( 6416 2608 2272 ) ( 6192.000488 2608 2272 ) ( 6192.000488 2608 2256 ) common/caulk 0 32 0.00 1 1 0 65696 0 +( 6192.000488 2608 2272.000244 ) ( 6128 2543.999756 2208 ) ( 6144.000488 2559.999756 2208 ) common/caulk 4 32 0.00 1 1 0 65696 0 +( 6480.000488 2544.000244 2208 ) ( 6416.000977 2608 2271.999756 ) ( 6416.000977 2608 2256 ) common/caulk -48 32 0.00 1 1 0 65696 0 +( 6156 2560 2208 ) ( 6140 2560 2208 ) ( 6148 2560 2272.000488 ) common/caulk 0 32 0.00 1 1 0 65696 0 +} +// brush 675 +{ +( 6144 3392 2224 ) ( 6464 3392 2224 ) ( 6416 3344 2272 ) central_europe_winter/corrugated_snowcovered -202 -175 -180.00 1 1 0 67108864 0 +( 6464 3392 2208 ) ( 6144 3392 2208 ) ( 6192 3344 2256 ) general_structure/jh_corrugate4dmg -191 -16 -180.00 1 1 0 32768 0 surfaceDensity 4 +( 6192 3344 2272 ) ( 6416 3344 2272 ) ( 6416 3344 2256 ) common/caulk 0 33 -180.00 1 -1 0 65696 0 +( 6464 3392 2224.000244 ) ( 6464 3392 2208 ) ( 6416 3344 2256 ) common/caulk 4 33 -180.00 1 -1 0 65696 0 +( 6144 3392 2208 ) ( 6144 3392 2224 ) ( 6192 3344 2272 ) common/caulk 8 33 -180.00 1 -1 0 65696 0 +( 6452 3392 2208 ) ( 6468 3392 2208 ) ( 6460 3392 2272 ) common/caulk 0 33 -180.00 1 -1 0 65696 0 +} +// brush 676 +{ +( 6080 3392 2160 ) ( 6144 3392 2224.000244 ) ( 6192 3344.000488 2272.000244 ) central_europe_winter/corrugated_snowcovered -202 -215 -180.00 1.250000 1 0 67108864 0 +( 6144.000488 3392 2208.000488 ) ( 6096 3392 2160 ) ( 6096 2560 2160 ) general_structure/jh_corrugate4dmg 0 0 0.00 1 1 0 32768 0 surfaceDensity 4 +( 6192 3344 2272 ) ( 6192 3344 2256 ) ( 6192 2608 2256 ) common/caulk -16 32 0.00 1 1 0 65696 0 +( 6096 3392 2160 ) ( 6080 3392 2160 ) ( 6080 2560 2160 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 6144 3392 2224 ) ( 6144 3392 2208 ) ( 6192 3344 2256 ) common/caulk 0 48 0.00 1 1 0 65696 0 +( 6079.999512 2560 2240 ) ( 6079.999512 2560 2272 ) ( 6192 2560 2256 ) common/caulk 8 48 0.00 1 1 0 65696 0 +( 6172 2588 2160 ) ( 6144 2560 2160 ) ( 6158 2574 2272.000488 ) common/caulk -56 48 0.00 1 1 0 65696 0 +( 6164 3392 2244 ) ( 6080 3392 2160 ) ( 6096 3392 2160 ) common/caulk -8 48 0.00 1 1 0 65696 0 +} +// brush 677 +{ +( 6080 2496 2272 ) ( 6080 3328 2272 ) ( 6592 3328 2272 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6416 2496 2370 ) ( 6416 3328 2370 ) ( 6416 3328 1922 ) common/caulk 0 32 0.00 1 1 0 65696 0 +( 6192 3328 2368 ) ( 6192 2496 2368 ) ( 6192 2496 1920 ) common/caulk 0 32 0.00 1 1 0 65696 0 +( 6080 3328 2256 ) ( 6080 2496 2256 ) ( 6592 3328 2256 ) general_structure/jh_corrugate4dmg 0 0 0.00 1 1 0 32768 0 surfaceDensity 4 +( 6196 2608 2256 ) ( 6196 2608 2272 ) ( 6420 2608 2264 ) common/caulk 0 32 0.00 1 1 0 65696 0 +( 6200 3344 2272 ) ( 6200 3344 2256 ) ( 6424 3344 2264 ) common/caulk 0 32 0.00 1 1 0 65696 0 +} +// brush 678 +{ +( 6463.999512 3392 2224 ) ( 6527.999512 3392 2160 ) ( 6527.999512 2560 2160 ) central_europe_winter/corrugated_snowcovered -91 81 90.00 1 1 0 67108864 0 +( 6511.999512 3392 2160 ) ( 6463.999512 3392 2208.000244 ) ( 6416 3344.000488 2255.999756 ) general_structure/jh_corrugate4dmg 168 48 0.00 1 1 0 32768 0 surfaceDensity 4 +( 6416 2608 2256 ) ( 6416 3344 2256 ) ( 6416 3344 2272 ) common/caulk -16 32 0.00 1 1 0 65696 0 +( 6528.000488 3392 2160 ) ( 6512 3392 2160 ) ( 6512 2560 2160 ) common/caulk 40 16 0.00 1 1 0 65696 0 +( 6464 3392 2208 ) ( 6464 3392 2224.000244 ) ( 6416 3344 2272.000244 ) common/caulk 0 48 0.00 1 1 0 65696 0 +( 6416 2560 2256 ) ( 6528 2560 2272 ) ( 6528 2560 2240 ) common/caulk -16 48 0.00 1 1 0 65696 0 +( 6450 2574 2272 ) ( 6464 2560 2160 ) ( 6436 2588 2160 ) common/caulk -56 48 0.00 1 1 0 65696 0 +( 6512 3392 2160 ) ( 6528 3392 2160 ) ( 6444 3392 2244 ) common/caulk 32 48 0.00 1 1 0 65696 0 +} +// brush 679 +{ +( 6464 3392 2224 ) ( 6144 3392 2224 ) ( 6112 3424 2192 ) central_europe_winter/corrugated_snowcovered -202 -175 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 6128 3392 2208 ) ( 6480 3392 2208 ) ( 6512 3424 2176 ) general_structure/jh_corrugate4dmg 0 64 0.00 1 1 0 32768 0 +surfaceparm detail +( 6480 3392 2224 ) ( 6480 3392 2208 ) ( 6128 3392 2208 ) common/caulk -16 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 6512 3424 2176 ) ( 6512 3424 2192 ) ( 6096 3424 2192 ) central_europe_winter/transjoist_w 19 8 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6480 3392 2208 ) ( 6464 3392 2224 ) ( 6496 3424 2192 ) central_europe_winter/corrugated_snowcovered -91 81 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6144 3392 2224.000244 ) ( 6127.999512 3392 2208 ) ( 6095.999512 3424 2176 ) central_europe_winter/corrugated_snowcovered 53 -111 -90.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 680 +{ +( 5952 3392 2032 ) ( 5952 3408 2032 ) ( 6128 3408 2208 ) central_europe_winter/corrugated_snowcovered 53 -111 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6144 3424 2200 ) ( 6144 3424 2216 ) ( 6080 3424 2160 ) central_europe_winter/transjoist_w 15 -36 -45.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( 5952 3408 2016 ) ( 5952 3392 2016 ) ( 6128 3392 2192 ) general_structure/jh_corrugate4dmg 0 64 0.00 1 1 0 32768 0 +surfaceparm detail +( 6096 3392 2208 ) ( 6112 3392 2208 ) ( 6080 3392 2144 ) common/caulk -16 24 0.00 1 1 0 65696 0 +surfaceparm detail +( 6080 3360 2112 ) ( 6080 3440 2112 ) ( 6080 3400 2208.000488 ) common/caulk 49 -9 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6112 3392 2208 ) ( 6096 3392 2208 ) ( 6096 3424 2176 ) common/caulk -15 -24 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 681 +{ +( 6528 3392 2159.999756 ) ( 6479.999512 3392 2208 ) ( 6512 3424 2176 ) central_europe_winter/corrugated_snowcovered -91 81 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6528 3424 2160 ) ( 6464 3424 2216 ) ( 6464 3424 2200 ) central_europe_winter/transjoist_w 2 -2 -134.98 1.000239 0.999548 0 16384 0 +surfaceparm detail +( 6464 3392 2208 ) ( 6528 3392 2143.999756 ) ( 6528 3424 2143.999756 ) general_structure/jh_corrugate4dmg 128 112 0.00 1 1 0 32768 0 +surfaceparm detail +( 6528 3392 2144 ) ( 6496 3392 2208 ) ( 6512 3392 2208 ) common/caulk -16 24 0.00 1 1 0 65696 0 +surfaceparm detail +( 6528 3392 2144 ) ( 6528 3392 2159.999512 ) ( 6528 3424 2159.999512 ) common/caulk 49 -9 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6480 3392 2208 ) ( 6464 3392 2208 ) ( 6496 3424 2176 ) common/caulk -15 -24 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 682 +{ +( 6128 2544 2208 ) ( 5952 2544 2032 ) ( 5952 2560 2032 ) central_europe_winter/corrugated_snowcovered 229 -111 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6080 2528 2160 ) ( 6144 2528 2216 ) ( 6144 2528 2200 ) central_europe_winter/transjoist_w 20 33 -45.02 1.000239 -0.999548 0 16384 0 +surfaceparm detail +( 6128 2560 2192 ) ( 5952 2560 2016 ) ( 5952 2544 2016 ) general_structure/jh_corrugate4dmg -64 0 -180.00 1 1 0 32768 0 +surfaceparm detail +( 6080 2560 2144 ) ( 6112 2560 2208 ) ( 6096 2560 2208 ) common/caulk -16 25 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6080 2552 2208 ) ( 6080 2512 2112 ) ( 6080 2592 2112 ) common/caulk -15 -8 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6096 2528 2176 ) ( 6096 2560 2208 ) ( 6112 2560 2208 ) common/caulk -15 40 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 683 +{ +( 6656 2560 2032 ) ( 6656 2544 2032 ) ( 6480 2544 2208 ) central_europe_winter/corrugated_snowcovered -11 81 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6464 2528 2200 ) ( 6464 2528 2216 ) ( 6528 2528 2160 ) central_europe_winter/transjoist_w 4 6 -135.00 0.999893 -0.999893 0 16384 0 +surfaceparm detail +( 6656 2544 2016 ) ( 6656 2560 2016 ) ( 6480 2560 2192 ) general_structure/jh_corrugate4dmg -192 0 -180.00 1 1 0 32768 0 +surfaceparm detail +( 6512 2560 2208 ) ( 6496 2560 2208 ) ( 6528 2560 2144 ) common/caulk -16 25 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6528 2592 2112 ) ( 6528 2512 2112 ) ( 6528 2552 2208 ) common/caulk -15 -8 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6496 2560 2208 ) ( 6512 2560 2208 ) ( 6512 2528 2176 ) common/caulk -15 40 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 684 +{ +( 6144 2384 2048 ) ( 6128 2384 2048 ) ( 6128 2560 2224 ) central_europe_winter/corrugated_snowcovered -10 145 0.00 1 1 0 67108864 0 +surfaceparm detail +( 6128 2384 2032 ) ( 6144 2384 2032 ) ( 6144 2560 2208 ) general_structure/jh_corrugate4dmg -192 0 -180.00 1 1 0 32768 0 +surfaceparm detail +( 6128 2560 2224 ) ( 6128 2560 2208 ) ( 6480 2560 2208 ) common/caulk -16 41 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6096 2528 2176 ) ( 6096 2528 2192 ) ( 6512 2528 2192 ) central_europe_winter/transjoist_w 18 72 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6144 2560 2224 ) ( 6120 2528 2200 ) ( 6096 2560 2176 ) central_europe_winter/corrugated_snowcovered 229 -111 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6472 2528 2216 ) ( 6464 2560 2224 ) ( 6480 2560 2208 ) central_europe_winter/corrugated_snowcovered -11 81 90.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 685 +{ +( 6596 4704 2224 ) ( 6596 4544 2224 ) ( 6564 4544 2224 ) algiers/fort_floor_cobbleflttile -21 234 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6544 4704 2080 ) ( 6512 4576 2080 ) ( 6576 4576 2080 ) algiers/fort_floor_cobbleflttile -21 234 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6576 4704 2080 ) ( 6576 4608 2080 ) ( 6576 4656 2240 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6560 4672 2080 ) ( 6576 4672 2080 ) ( 6568 4672 2240 ) algiers/fort_floor_cobbleflttile -21 234 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +( 6560 4636 2080 ) ( 6560 4672 2080 ) ( 6560 4654 2240 ) algiers/fort_floor_cobbleflttile -21 234 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail surfaceDensity 4 +( 6576 4608 2080 ) ( 6560 4608 2080 ) ( 6568 4608 2240 ) algiers/fort_floor_cobbleflttile -21 234 0.00 0.750000 0.750000 0 65536 0 +surfaceparm detail +} +// brush 686 +{ +( 6344 6520 1888 ) ( 5896 6520 1888 ) ( 5896 6488 1888 ) common/caulk 23 56 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6096 6760 1888 ) ( 6096 6760 2016 ) ( 6264 6488 2016 ) central_europe_winter/stonewall1snow 8 0 0.00 1 1 0 65536 0 +( 6144 6760 2016 ) ( 6144 6760 1888 ) ( 6264 6520 1888 ) common/caulk -56 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6264 6488 1992 ) ( 6264 6520 1992 ) ( 6264 6520 1888 ) common/caulk 25 63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6144 6760 1888 ) ( 6144 6760 2016 ) ( 6096 6760 2016 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6264 6520 1992 ) ( 6264 6488 1992 ) ( 6096 6760 2016 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 687 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6720 3648 1888 0 0 ) ( 6674 3856 1888 -1 0 ) ( 6464 3856 1888 -2 0 ) ) +( ( 6936 3648 1888 0 1 ) ( 7056 3936 1888 -1 1 ) ( 6624 4024 1888 -2 1 ) ) +( ( 7136 3648 1888 0 2 ) ( 6878 4246 1888 -1 2 ) ( 6672 4160 1888 -2 2 ) ) +) + } + } +// brush 688 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6096 3392 1888 0 0 ) ( 6128 3584 1888 -1 0 ) ( 6024 4092 1888 -2 0 ) ) +( ( 6256 3392 1888 0 1 ) ( 6272 3456 1888 -1 1 ) ( 6204 3928 1880 -2 1 ) ) +( ( 6512 3392 1888 0 2 ) ( 6480 3568 1888 -1 2 ) ( 6464 3856 1888 -2 2 ) ) +) + } + } +// brush 689 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5440 3648 1888 0 0 ) ( 5452 4076 1888 -1 0 ) ( 5416 4328 1888 -2 0 ) ) +( ( 5616 3648 1888 0 1 ) ( 5748 3732 1888 -1 1 ) ( 5612 4272 1880 -2 1 ) ) +( ( 5988 3648 1888 0 2 ) ( 5972 3908 1888 -1 2 ) ( 6024 4092 1888 -2 2 ) ) +) + } + } +// brush 690 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6192 4320 1888 0 0 ) ( 6452 4232 1880 -1 0 ) ( 6672 4160 1888 -2 0 ) ) +( ( 6024 4272 1888 0 1 ) ( 6262 4080 1880 -1 1 ) ( 6624 4024 1888 -2 1 ) ) +( ( 6024 4092 1888 0 2 ) ( 6204 3928 1880 -1 2 ) ( 6464 3856 1888 -2 2 ) ) +) + } + } +// brush 691 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5744 4968 1888 0 0 ) ( 5792 4448 1880 -1 0 ) ( 6192 4320 1888 -2 0 ) ) +( ( 5760 4680 1880 0 1 ) ( 5780 4288 1880 -1 1 ) ( 6024 4272 1888 -2 1 ) ) +( ( 5416 4328 1888 0 2 ) ( 5612 4272 1880 -1 2 ) ( 6024 4092 1888 -2 2 ) ) +) + } + } +// brush 692 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7176 6592 1880 0 0 ) ( 6960 6296 1880 -1 0 ) ( 6712 6112 1888 -2 0 ) ) +( ( 7040 6688 1888 0 1 ) ( 6864 6416 1880 -1 1 ) ( 6616 6216 1888 -2 1 ) ) +( ( 6944 6760 1880 0 2 ) ( 6832 6520 1880 -1 2 ) ( 6568 6352 1888 -2 2 ) ) +) + } + } +// brush 693 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6712 6112 1888 0 0 ) ( 6320 6016 1880 -1 0 ) ( 6048 5880 1888 -2 0 ) ) +( ( 6616 6216 1888 0 1 ) ( 6288 6120 1880 -1 1 ) ( 5952 6016 1888 -2 1 ) ) +( ( 6568 6352 1888 0 2 ) ( 6248 6288 1880 -1 2 ) ( 5912 6160 1888 -2 2 ) ) +) + } + } +// brush 694 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5528 5576 1888 0 0 ) ( 5592 5912 1880 -1 0 ) ( 5912 6160 1888 -2 0 ) ) +( ( 5624 5568 1888 0 1 ) ( 5712 5864 1880 -1 1 ) ( 5952 6016 1888 -2 1 ) ) +( ( 5792 5520 1888 0 2 ) ( 5848 5704 1880 -1 2 ) ( 6048 5880 1888 -2 2 ) ) +) + } + } +// brush 695 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5472 4920 1888 0 0 ) ( 5496 5264 1880 -1 0 ) ( 5528 5576 1888 -2 0 ) ) +( ( 5600 4936 1888 0 1 ) ( 5648 5248 1880 -1 1 ) ( 5624 5568 1888 -2 1 ) ) +( ( 5744 4968 1888 0 2 ) ( 5744 5224 1880 -1 2 ) ( 5792 5520 1888 -2 2 ) ) +) + } + } +// brush 696 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5216 4560 1888 0 0 ) ( 5400 4704 1880 -1 0 ) ( 5472 4920 1888 -2 0 ) ) +( ( 5240 4464 1888 0 1 ) ( 5552 4568 1880 -1 1 ) ( 5600 4936 1888 -2 1 ) ) +( ( 5416 4328 1888 0 2 ) ( 5760 4680 1880 -1 2 ) ( 5744 4968 1888 -2 2 ) ) +) + } + } +// brush 697 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4808 4432 1888 0 0 ) ( 5088 4432 1880 -1 0 ) ( 5216 4560 1888 -2 0 ) ) +( ( 4872 4280 1888 0 1 ) ( 5080 4264 1880 -1 1 ) ( 5240 4464 1888 -2 1 ) ) +( ( 4824 4104 1888 0 2 ) ( 5136 4080 1880 -1 2 ) ( 5416 4328 1888 -2 2 ) ) +) + } + } +// brush 698 +{ +( 7004 5768 1888 ) ( 7004 5776 1888 ) ( 6980 5776 1888 ) common/caulk 0 28 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6980 5772 1904 ) ( 7004 5772 1904 ) ( 7004 5764 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6848 5776 1888 ) ( 6848 5776 1904 ) ( 6848 5760 1904 ) common/caulk 0 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6848 5760 1888 ) ( 6848 5760 1904 ) ( 7040 5760 1904 ) common/caulk -28 -53 0.00 1 1 0 65696 0 +surfaceparm detail +( 6848 5776 1904 ) ( 6848 5776 1888 ) ( 6944 5776 1888 ) central_europe_winter/step_rise 29 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 6944 5780 1888 ) ( 6944 5756 1888 ) ( 6944 5768 1904 ) common/caulk 0 31 0.00 1 1 0 65696 0 +} +// brush 699 +{ +( 6656 4856 1888 ) ( 6656 4848 1888 ) ( 6680 4848 1888 ) common/caulk 0 -62 90.00 1 1 0 65696 0 +surfaceparm detail +( 6680 4852 1904 ) ( 6656 4852 1904 ) ( 6656 4860 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 7056 4848 1888 ) ( 7056 4848 1904 ) ( 7040 4864 1904 ) common/caulk 0 27 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 4864 1904 ) ( 6592 4864 1888 ) ( 7040 4864 1888 ) common/caulk 0 -53 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6592 4864 1888 ) ( 6592 4864 1904 ) ( 6608 4848 1904 ) common/caulk 32 28 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7056 4848 1904 ) ( 7056 4848 1888 ) ( 6608 4848 1888 ) central_europe_winter/step_rise -83 58 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +} +// brush 700 +{ +( 6600 4480 1888 ) ( 6608 4480 1888 ) ( 6608 4504 1888 ) common/caulk 0 1 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6604 4504 1904 ) ( 6604 4480 1904 ) ( 6596 4480 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6608 4848 1888 ) ( 6608 4848 1904 ) ( 6592 4864 1904 ) common/caulk 0 28 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 4864 1888 ) ( 6592 4864 1904 ) ( 6592 4448 1904 ) common/caulk 0 -53 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6608 4432 1904 ) ( 6608 4432 1888 ) ( 6592 4448 1888 ) common/caulk 0 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6608 4848 1904 ) ( 6608 4848 1888 ) ( 6608 4432 1888 ) central_europe_winter/step_rise -83 58 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +} +// brush 701 +{ +( 6080 4440 1888 ) ( 6080 4432 1888 ) ( 6104 4432 1888 ) common/caulk -32 1 90.00 1 1 0 65696 0 +surfaceparm detail +( 6104 4436 1904 ) ( 6080 4436 1904 ) ( 6080 4444 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6608 4432 1888 ) ( 6608 4432 1904 ) ( 6592 4448 1904 ) common/caulk -32 30 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 4448 1888 ) ( 6592 4448 1904 ) ( 6080 4448 1904 ) common/caulk 0 -53 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6064 4432 1904 ) ( 6064 4432 1888 ) ( 6080 4448 1888 ) common/caulk 32 30 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6608 4432 1904 ) ( 6608 4432 1888 ) ( 6064 4432 1888 ) central_europe_winter/step_rise 45 58 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +} +// brush 702 +{ +( 6072 4832 1888 ) ( 6064 4832 1888 ) ( 6064 4808 1888 ) common/caulk 0 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 6068 4808 1904 ) ( 6068 4832 1904 ) ( 6076 4832 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6080 4448 1904 ) ( 6080 4448 1888 ) ( 6064 4432 1888 ) common/caulk -32 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6080 4448 1888 ) ( 6080 4448 1904 ) ( 6080 4864 1904 ) common/caulk 32 -53 0.00 1 1 0 65696 0 +surfaceparm detail +( 6080 4864 1888 ) ( 6080 4864 1904 ) ( 6064 4848 1904 ) common/caulk 32 30 0.00 1 1 0 65696 0 +surfaceparm detail +( 6064 4432 1904 ) ( 6064 4432 1888 ) ( 6064 4848 1888 ) central_europe_winter/step_rise -83 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 703 +{ +( 5888 4856 1888 ) ( 5888 4848 1888 ) ( 5912 4848 1888 ) common/caulk 0 -63 90.00 1 1 0 65696 0 +surfaceparm detail +( 5912 4852 1904 ) ( 5888 4852 1904 ) ( 5888 4860 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6064 4848 1888 ) ( 6064 4848 1904 ) ( 6080 4864 1904 ) common/caulk 0 30 0.00 1 1 0 65696 0 +surfaceparm detail +( 5888 4864 1904 ) ( 5888 4864 1888 ) ( 6080 4864 1888 ) common/caulk 0 -53 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5872 4848 1904 ) ( 5872 4848 1888 ) ( 5888 4864 1888 ) common/caulk 0 30 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6064 4848 1904 ) ( 6064 4848 1888 ) ( 5872 4848 1888 ) central_europe_winter/step_rise -83 58 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +} +// brush 704 +{ +( 6272 5768 1888 ) ( 6272 5776 1888 ) ( 6248 5776 1888 ) common/caulk 0 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6248 5772 1904 ) ( 6272 5772 1904 ) ( 6272 5764 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6064 5776 1888 ) ( 6064 5776 1904 ) ( 6080 5760 1904 ) common/caulk 0 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6528 5760 1904 ) ( 6528 5760 1888 ) ( 6080 5760 1888 ) common/caulk 0 -53 0.00 1 1 0 65696 0 +surfaceparm detail +( 6528 5760 1888 ) ( 6528 5760 1904 ) ( 6528 5776 1904 ) common/caulk 0 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 6528 5776 1888 ) ( 6528 5776 1904 ) ( 6064 5776 1904 ) central_europe_winter/step_rise 45 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 705 +{ +( 6072 5408 1888 ) ( 6064 5408 1888 ) ( 6064 5384 1888 ) common/caulk 0 32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6068 5384 1904 ) ( 6068 5408 1904 ) ( 6076 5408 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6080 5184 1904 ) ( 6080 5184 1888 ) ( 6064 5200 1888 ) common/caulk -32 30 0.00 1 1 0 65696 0 +surfaceparm detail +( 6080 5760 1904 ) ( 6080 5760 1888 ) ( 6080 5184 1888 ) common/caulk -32 -53 0.00 1 1 0 65696 0 +surfaceparm detail +( 6064 5776 1904 ) ( 6064 5776 1888 ) ( 6080 5760 1888 ) common/caulk 32 30 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6064 5776 1888 ) ( 6064 5776 1904 ) ( 6064 5200 1904 ) central_europe_winter/step_rise 45 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 706 +{ +( 6080 5192 1888 ) ( 6080 5200 1888 ) ( 6056 5200 1888 ) common/caulk 0 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6056 5196 1904 ) ( 6080 5196 1904 ) ( 6080 5188 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 5872 5200 1888 ) ( 5872 5200 1904 ) ( 5888 5184 1904 ) common/caulk 0 30 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6080 5184 1904 ) ( 6080 5184 1888 ) ( 5888 5184 1888 ) common/caulk 0 -53 0.00 1 1 0 65696 0 +surfaceparm detail +( 6064 5200 1904 ) ( 6064 5200 1888 ) ( 6080 5184 1888 ) common/caulk 0 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 6064 5200 1888 ) ( 6064 5200 1904 ) ( 5872 5200 1904 ) central_europe_winter/step_rise 45 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 707 +{ +( 5880 5056 1888 ) ( 5872 5056 1888 ) ( 5872 5032 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 5876 5032 1904 ) ( 5876 5056 1904 ) ( 5884 5056 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 5872 4848 1888 ) ( 5872 4848 1904 ) ( 5888 4864 1904 ) common/caulk 0 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 5888 5028 1960 ) ( 5888 5052 1960 ) ( 5888 5052 1944 ) common/caulk 0 -53 0.00 1 1 0 65696 0 +surfaceparm detail +( 5872 5200 1904 ) ( 5872 5200 1888 ) ( 5888 5184 1888 ) common/caulk 0 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 5872 5200 1888 ) ( 5872 5200 1904 ) ( 5872 4848 1904 ) central_europe_winter/step_rise 45 58 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 708 +{ +( 6336 5376 2080 ) ( 6336 5392 2080 ) ( 6264 5392 2080 ) common/areaportal 16 -1 -90.00 1 1 805339136 2192 0 +( 6268 5394 2208 ) ( 6340 5394 2208 ) ( 6340 5378 2208 ) common/areaportal 16 -1 -90.00 1 1 805339136 2192 0 +( 6272 5392 2192 ) ( 6272 5376 2192 ) ( 6272 5376 2032 ) common/areaportal 16 15 -180.00 1 -1 805339136 2192 0 +( 6262 5383 2192 ) ( 6334 5383 2192 ) ( 6334 5383 2032 ) common/areaportal 0 16 0.00 1 1 805339136 2192 0 +( 6336 5376 2192 ) ( 6336 5392 2192 ) ( 6336 5392 2032 ) common/areaportal 16 15 -180.00 1 -1 805339136 2192 0 +( 6340 5384 2192 ) ( 6268 5384 2192 ) ( 6268 5384 2032 ) common/areaportal 0 16 0.00 1 1 805339136 2192 0 +} +// brush 709 +{ +( 6824 5380 2080 ) ( 6824 5396 2080 ) ( 6752 5396 2080 ) common/areaportal 20 39 -90.00 1 1 805339136 2192 0 +( 6756 5398 2208 ) ( 6828 5398 2208 ) ( 6828 5382 2208 ) common/areaportal 20 39 -90.00 1 1 805339136 2192 0 +( 6760 5396 2192 ) ( 6760 5380 2192 ) ( 6760 5380 2032 ) common/areaportal 20 15 -180.00 1 -1 805339136 2192 0 +( 6762 5383 2192 ) ( 6834 5383 2192 ) ( 6834 5383 2032 ) common/areaportal -40 16 0.00 1 1 805339136 2192 0 +( 6824 5380 2192 ) ( 6824 5396 2192 ) ( 6824 5396 2032 ) common/areaportal 20 15 -180.00 1 -1 805339136 2192 0 +( 6822 5384 2192 ) ( 6750 5384 2192 ) ( 6750 5384 2032 ) common/areaportal -40 16 0.00 1 1 805339136 2192 0 +} +// brush 710 +{ +( 6610 5600 1904 ) ( 6594 5600 1904 ) ( 6594 5528 1904 ) common/areaportal -2 29 0.00 1 1 805339136 2192 0 +( 6592 5528 2032 ) ( 6592 5600 2032 ) ( 6608 5600 2032 ) common/areaportal -2 29 0.00 1 1 805339136 2192 0 +( 6594 5532 2048 ) ( 6610 5532 2048 ) ( 6610 5532 1888 ) common/areaportal -2 -1 0.00 1 1 805339136 2192 0 +( 6601 5528 2016 ) ( 6601 5600 2016 ) ( 6601 5600 1856 ) common/areaportal -28 0 0.00 1 1 805339136 2192 0 +( 6610 5596 2048 ) ( 6594 5596 2048 ) ( 6594 5596 1888 ) common/areaportal -2 -1 0.00 1 1 805339136 2192 0 +( 6600 5600 2048 ) ( 6600 5528 2048 ) ( 6600 5528 1888 ) common/areaportal -28 0 0.00 1 1 805339136 2192 0 +} +// brush 711 +{ +( 6354 5676 1904 ) ( 6338 5676 1904 ) ( 6338 5604 1904 ) common/areaportal -2 41 0.00 1 1 805339136 2192 0 +( 6336 5604 2032 ) ( 6336 5676 2032 ) ( 6352 5676 2032 ) common/areaportal -2 41 0.00 1 1 805339136 2192 0 +( 6338 5608 2048 ) ( 6354 5608 2048 ) ( 6354 5608 1888 ) common/areaportal -2 -1 0.00 1 1 805339136 2192 0 +( 6345 5610 2048 ) ( 6345 5682 2048 ) ( 6345 5682 1888 ) common/areaportal -40 0 0.00 1 1 805339136 2192 0 +( 6354 5672 2048 ) ( 6338 5672 2048 ) ( 6338 5672 1888 ) common/areaportal -2 -1 0.00 1 1 805339136 2192 0 +( 6344 5668 2048 ) ( 6344 5596 2048 ) ( 6344 5596 1888 ) common/areaportal -40 0 0.00 1 1 805339136 2192 0 +} +// brush 712 +{ +( 6172 4849 1904 ) ( 6172 4833 1904 ) ( 6244 4833 1904 ) common/areaportal -33 33 90.00 1 1 805339136 2192 0 +( 6246 4831 2032 ) ( 6174 4831 2032 ) ( 6174 4847 2032 ) common/areaportal -33 33 90.00 1 1 805339136 2192 0 +( 6240 4833 2048 ) ( 6240 4849 2048 ) ( 6240 4849 1888 ) common/areaportal -33 -1 0.00 1 1 805339136 2192 0 +( 6238 4840 2048 ) ( 6166 4840 2048 ) ( 6166 4840 1888 ) common/areaportal -32 0 -180.00 1 -1 805339136 2192 0 +( 6176 4849 2048 ) ( 6176 4833 2048 ) ( 6176 4833 1888 ) common/areaportal -33 -1 0.00 1 1 805339136 2192 0 +( 6174 4839 2048 ) ( 6246 4839 2048 ) ( 6246 4839 1888 ) common/areaportal -32 0 -180.00 1 -1 805339136 2192 0 +} +// brush 713 +{ +( 6974 5166 1904 ) ( 6974 5182 1904 ) ( 6902 5182 1904 ) common/areaportal -2 -5 -90.00 1 1 805339136 2192 0 +( 6906 5184 2032 ) ( 6978 5184 2032 ) ( 6978 5168 2032 ) common/areaportal -2 -5 -90.00 1 1 805339136 2192 0 +( 6906 5182 2046 ) ( 6906 5166 2046 ) ( 6906 5166 1886 ) common/areaportal -2 -1 -180.00 1 -1 805339136 2192 0 +( 6905 5175 2048 ) ( 6977 5175 2048 ) ( 6977 5175 1888 ) common/areaportal 6 0 0.00 1 1 805339136 2192 0 +( 6970 5166 2048 ) ( 6970 5182 2048 ) ( 6970 5182 1888 ) common/areaportal -2 -1 -180.00 1 -1 805339136 2192 0 +( 6974 5176 2048 ) ( 6902 5176 2048 ) ( 6902 5176 1888 ) common/areaportal 6 0 0.00 1 1 805339136 2192 0 +} +// brush 714 +{ +( 6980 4866 1904 ) ( 6980 4882 1904 ) ( 6908 4882 1904 ) common/areaportal 18 0 -90.00 1 1 805339136 2192 0 +( 6908 4884 2080 ) ( 6980 4884 2080 ) ( 6980 4868 2080 ) common/areaportal 18 0 -90.00 1 1 805339136 2192 0 +( 6912 4882 2064 ) ( 6912 4866 2064 ) ( 6912 4866 1904 ) common/areaportal 18 15 -180.00 1 -1 805339136 2192 0 +( 6910 4872 2064 ) ( 6982 4872 2064 ) ( 6982 4872 1904 ) common/areaportal 0 16 0.00 1 1 805339136 2192 0 +( 6976 4866 2064 ) ( 6976 4882 2064 ) ( 6976 4882 1904 ) common/areaportal 18 15 -180.00 1 -1 805339136 2192 0 +( 6981 4873 2064 ) ( 6909 4873 2064 ) ( 6909 4873 1904 ) common/areaportal 0 16 0.00 1 1 805339136 2192 0 +} +// brush 715 +{ +( 6724 5744 1904 ) ( 6724 5760 1904 ) ( 6652 5760 1904 ) common/areaportal 0 0 -90.00 1 1 805339136 2192 0 +( 6652 5762 2032 ) ( 6724 5762 2032 ) ( 6724 5746 2032 ) common/areaportal 0 0 -90.00 1 1 805339136 2192 0 +( 6656 5760 2064 ) ( 6656 5744 2064 ) ( 6656 5744 1904 ) common/areaportal 0 15 -180.00 1 -1 805339136 2192 0 +( 6657 5751 2064 ) ( 6729 5751 2064 ) ( 6729 5751 1904 ) common/areaportal 0 16 0.00 1 1 805339136 2192 0 +( 6720 5744 2064 ) ( 6720 5760 2064 ) ( 6720 5760 1904 ) common/areaportal 0 15 -180.00 1 -1 805339136 2192 0 +( 6717 5752 2064 ) ( 6645 5752 2064 ) ( 6645 5752 1904 ) common/areaportal 0 16 0.00 1 1 805339136 2192 0 +} +// brush 716 +{ +( 6098 5316 1904 ) ( 6082 5316 1904 ) ( 6082 5244 1904 ) common/areaportal -2 0 0.00 1 1 805339136 2192 0 +( 6080 5244 2080 ) ( 6080 5316 2080 ) ( 6096 5316 2080 ) common/areaportal -2 0 0.00 1 1 805339136 2192 0 +( 6082 5248 2064 ) ( 6098 5248 2064 ) ( 6098 5248 1904 ) common/areaportal -2 16 0.00 1 1 805339136 2192 0 +( 6089 5244 2064 ) ( 6089 5316 2064 ) ( 6089 5316 1904 ) common/areaportal 0 16 0.00 1 1 805339136 2192 0 +( 6098 5312 2064 ) ( 6082 5312 2064 ) ( 6082 5312 1904 ) common/areaportal -2 16 0.00 1 1 805339136 2192 0 +( 6088 5316 2064 ) ( 6088 5244 2064 ) ( 6088 5244 1904 ) common/areaportal 0 16 0.00 1 1 805339136 2192 0 +} +// brush 717 +{ +( 6240 5600 2240 ) ( 6080 5760 2080 ) ( 6528 5760 2080 ) central_europe_winter/winterroof_set1aw 170 -214 -180.00 1 1 0 67108864 0 +( 6688 5600 2224 ) ( 6688 5600 2240 ) ( 6528 5760 2080 ) common/caulk 0 0 -180.00 1 -1 0 65696 0 +( 6544 5744 2080 ) ( 6528 5760 2080 ) ( 6112 5760 2080 ) common/caulk 0 33 -90.00 1 1 0 65696 0 +( 6096 5744 2080 ) ( 6240 5600 2224 ) ( 6688 5600 2224 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +( 6688 5600 2240 ) ( 6688 5600 2224 ) ( 6272 5600 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6528 5704 2080 ) ( 6528 5760 2080 ) ( 6528 5732 2240 ) common/caulk 31 0 -180.00 1 -1 0 65696 0 +} +// brush 718 +{ +( 6240 5600 2240 ) ( 6080 5760 2080 ) ( 6528 5760 2080 ) central_europe_winter/winterroof_set1aw 170 -214 -180.00 1 1 0 67108864 0 +( 6544 5744 2080 ) ( 6528 5760 2080 ) ( 6112 5760 2080 ) common/caulk 0 33 -90.00 1 1 0 65696 0 +( 6096 5744 2080 ) ( 6240 5600 2224 ) ( 6688 5600 2224 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6688 5600 2240 ) ( 6688 5600 2224 ) ( 6272 5600 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6240 5600 2224 ) ( 6096 5744 2080 ) ( 6080 5760 2080 ) common/caulk 31 0 -180.00 1 -1 0 65696 0 +( 6528 5760 2080 ) ( 6528 5704 2080 ) ( 6528 5732 2240 ) common/caulk 31 0 -180.00 1 -1 0 65696 0 +} +// brush 719 +{ +( 6676 3072 2080 ) ( 6676 3904 2080 ) ( 6164 3904 2080 ) mohtest/wdflr2a -64 133 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6196 3088 2080 ) ( 6196 3088 2528 ) ( 6708 3088 2528 ) mohtest/wdflr2a 0 -63 90.00 1 1 0 16384 0 +surfaceparm detail +( 6192 3900 2080 ) ( 6192 3900 2528 ) ( 6192 3068 2528 ) mohtest/wdflr2a 0 -239 90.00 1 1 0 16384 0 +surfaceparm detail +( 6676 3072 2096 ) ( 6164 3904 2096 ) ( 6676 3904 2096 ) mohtest/wdflr2a -64 133 90.00 1 1 0 16384 0 +surfaceparm detail +( 6312 3168 2096 ) ( 6284 3168 2080 ) ( 6340 3168 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6368 3100 2096 ) ( 6368 3112 2080 ) ( 6368 3088 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 720 +{ +( 6592 3392 1888 ) ( 6080 3392 1888 ) ( 6080 2560 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6032 2576 2336 ) ( 6544 2576 2336 ) ( 6544 2576 1888 ) TAardennes/flrwood1_repwinter 0 0 0.00 1 1 0 16384 0 +( 6512 2576 2336 ) ( 6512 3408 2336 ) ( 6512 3408 1888 ) TAardennes/flrwood1_repwinter 192 0 0.00 1 1 0 16384 0 +( 6608 3392 2336 ) ( 6096 3392 2336 ) ( 6096 3392 1888 ) TAardennes/flrwood1_repwinter 0 0 0.00 1 1 0 16384 0 +( 6096 3424 2336 ) ( 6096 2592 2336 ) ( 6096 2592 1888 ) TAardennes/flrwood1_repwinter 192 0 0.00 1 1 0 16384 0 +( 6080 3392 1904 ) ( 6592 3392 1904 ) ( 6080 2560 1904 ) TAardennes/flrwood1_repwinter 0 -192 0.00 1 1 0 16384 0 surfaceDensity 4 +} +// brush 721 +{ +( 5952 3392 2032 ) ( 5952 3408 2032 ) ( 6128 3408 2208 ) central_europe_winter/corrugated_snowcovered 53 -111 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6128 3424 2208 ) ( 5952 3424 2032 ) ( 5952 3424 2016 ) central_europe_winter/transjoist_w 17 -37 -45.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( 5952 3408 2016 ) ( 5952 3392 2016 ) ( 6128 3392 2192 ) general_structure/jh_corrugate4dmg 0 -192 0.00 1 1 0 32768 0 +surfaceparm detail +( 5952 2528 2032 ) ( 6128 2528 2208 ) ( 6128 2528 2192 ) central_europe_winter/transjoist_w 22 35 -45.02 1.000239 -0.999548 0 16384 0 +surfaceparm detail +( 6048 3360 2032 ) ( 6048 3424 2032 ) ( 6048 3392 2208.000488 ) central_europe_winter/transjoist_w 19 -56 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6080 3072 2112 ) ( 6080 2992 2112 ) ( 6080 3032 2208.000488 ) common/caulk -15 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 722 +{ +( 6656 3408 2032 ) ( 6656 3392 2032 ) ( 6480 3392 2208 ) central_europe_winter/corrugated_snowcovered 165 81 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6304 3424 1752 ) ( 6304 3424 1880 ) ( 5920 3424 1880 ) central_europe_winter/transjoist_w 1 -5 -134.98 1.000239 0.999548 0 16384 0 +surfaceparm detail +( 6656 3392 2016 ) ( 6656 3408 2016 ) ( 6480 3408 2192 ) general_structure/jh_corrugate4dmg 0 -192 0.00 1 1 0 32768 0 +surfaceparm detail +( 6640 2528 2048 ) ( 6640 2528 2032 ) ( 6480 2528 2040 ) central_europe_winter/transjoist_w 3 7 -135.00 0.999893 -0.999893 0 16384 0 +surfaceparm detail +( 6560 3424 2031.999878 ) ( 6560 3360 2031.999878 ) ( 6560 3392 2208 ) central_europe_winter/transjoist_w 19 -56 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6528 3392 2111.999756 ) ( 6528 3424 2111.999756 ) ( 6528 3408 2208 ) common/caulk 16 -24 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 723 +{ +( 6592 3392 1904 ) ( 6080 3392 1904 ) ( 6080 2560 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6480 3392 2160 ) ( 6128 3392 2160 ) ( 6096 3392 2112 ) central_europe_winter/railside2_wntr 256 82 0.00 1 1 0 16384 0 +( 6128 3376 2160 ) ( 6480 3376 2160 ) ( 6512 3376 2112 ) central_europe_winter/railside2_wntr 256 48 0.00 1 1 0 16384 0 +( 6512 3376 2112 ) ( 6512 3392 2104 ) ( 6512 3376 2096 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6288 3376 2080 ) ( 6312 3392 2080 ) ( 6336 3376 2080 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 6496 3392 2048 ) ( 6496 3376 2096 ) ( 6496 3376 2000 ) central_europe_winter/railside2_wntr 192 48 0.00 1 1 0 16384 0 +} +// brush 724 +{ +( 6592 3392 1904 ) ( 6080 3392 1904 ) ( 6080 2560 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6480 3392 2160 ) ( 6128 3392 2160 ) ( 6096 3392 2112 ) central_europe_winter/railside2_wntr 256 82 0.00 1 1 0 16384 0 +( 6128 3376 2160 ) ( 6480 3376 2160 ) ( 6512 3376 2112 ) central_europe_winter/railside2_wntr 256 48 0.00 1 1 0 16384 0 +( 6096 3392 2104 ) ( 6096 3376 2112 ) ( 6096 3376 2096 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6288 3376 2080 ) ( 6312 3392 2080 ) ( 6336 3376 2080 ) common/caulk 0 16 0.00 1 1 0 65696 0 +( 6112 3376 2032 ) ( 6112 3392 1984 ) ( 6112 3376 1936 ) central_europe_winter/railside2_wntr 192 48 0.00 1 1 0 16384 0 +} +// brush 725 +{ +( 6584 3904 2080 ) ( 6072 3904 2080 ) ( 6072 3072 2080 ) mohtest/wdflr2a -64 1 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6040 3168 2528 ) ( 6552 3168 2528 ) ( 6552 3168 2080 ) mohtest/wdflr2a 0 17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6072 3904 2096 ) ( 6584 3904 2096 ) ( 6072 3072 2096 ) mohtest/wdflr2a -64 1 90.00 1 1 0 16384 0 +surfaceparm detail +( 6224 3232 2080 ) ( 6304 3232 2080 ) ( 6264 3232 2096 ) mohtest/wdflr2a 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6096 3616 2080 ) ( 6096 3744 2080 ) ( 6096 3680 2096 ) common/caulk -56 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6368 3456 2080 ) ( 6368 3344 2080 ) ( 6368 3400 2096 ) mohtest/wdflr2a 0 -63 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 726 +{ +( 6584 3392 2080 ) ( 6072 3392 2080 ) ( 6072 2560 2080 ) mohtest/wdflr2a 64 1 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6512 2560 2528 ) ( 6512 3392 2528 ) ( 6512 3392 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6072 3392 2096 ) ( 6584 3392 2096 ) ( 6072 2560 2096 ) mohtest/wdflr2a 64 1 90.00 1 1 0 16384 0 +surfaceparm detail +( 6176 3232 2080 ) ( 6256 3232 2080 ) ( 6216 3232 2096 ) mohtest/wdflr2a 1 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6368 2832 2080 ) ( 6368 2944 2080 ) ( 6368 2888 2096 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6468 2576 2080 ) ( 6412 2576 2080 ) ( 6440 2576 2096 ) mohtest/wdflr2a 1 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 727 +{ +( 6536 3072 2080 ) ( 6536 3904 2080 ) ( 6024 3904 2080 ) mohtest/wdflr2a -64 17 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6056 3088 2080 ) ( 6056 3088 2528 ) ( 6568 3088 2528 ) mohtest/wdflr2a 0 -63 90.00 1 1 0 16384 0 +surfaceparm detail +( 6536 3072 2096 ) ( 6024 3904 2096 ) ( 6536 3904 2096 ) mohtest/wdflr2a -64 17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6172 3100 2096 ) ( 6144 3100 2080 ) ( 6200 3100 2080 ) mohtest/wdflr2a 0 17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6192 3132 2096 ) ( 6192 3160 2080 ) ( 6192 3104 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6144 3100 2096 ) ( 6144 3088 2080 ) ( 6144 3112 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 728 +{ +( 6536 3072 2080 ) ( 6536 3904 2080 ) ( 6024 3904 2080 ) mohtest/wdflr2a -64 17 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6056 3088 2080 ) ( 6056 3088 2528 ) ( 6568 3088 2528 ) mohtest/wdflr2a 0 -63 90.00 1 1 0 16384 0 +surfaceparm detail +( 6096 3904 2080 ) ( 6096 3904 2528 ) ( 6096 3072 2528 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6536 3072 2096 ) ( 6024 3904 2096 ) ( 6536 3904 2096 ) mohtest/wdflr2a -64 17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6172 3168 2096 ) ( 6144 3168 2080 ) ( 6200 3168 2080 ) mohtest/wdflr2a 0 17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6144 3096 2096 ) ( 6144 3108 2080 ) ( 6144 3084 2080 ) mohtest/wdflr2a 0 -63 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 729 +{ +( 6308 3216 2096 ) ( 6308 3228 2096 ) ( 6144 3228 2096 ) common/nodraw 8 -16 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6144 3224 2128 ) ( 6308 3224 2128 ) ( 6308 3212 2128 ) common/nodraw 8 -16 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6240 3220 2112 ) ( 6240 3208 2112 ) ( 6240 3208 2096 ) common/nodraw 8 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6344 3224 2112 ) ( 6508 3224 2112 ) ( 6508 3224 2096 ) common/nodraw 20 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6368 3276 2112 ) ( 6368 3288 2112 ) ( 6368 3288 2096 ) common/nodraw 8 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6308 3228 2112 ) ( 6144 3228 2112 ) ( 6144 3228 2096 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +} +// brush 730 +{ +( 6384 2784 2096 ) ( 6372 2784 2096 ) ( 6372 2620 2096 ) common/nodraw -56 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6376 2620 2128 ) ( 6376 2784 2128 ) ( 6388 2784 2128 ) common/nodraw -56 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6380 2720 2112 ) ( 6392 2720 2112 ) ( 6392 2720 2096 ) common/nodraw -56 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6376 2724 2112 ) ( 6376 2888 2112 ) ( 6376 2888 2096 ) common/nodraw -40 13 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6308 3088 2112 ) ( 6296 3088 2112 ) ( 6296 3088 2096 ) common/nodraw -56 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6372 2784 2112 ) ( 6372 2620 2112 ) ( 6372 2620 2096 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +} +// brush 731 +{ +( 6240 3216 2096 ) ( 6240 3232 2096 ) ( 6224 3232 2096 ) common/caulk -12 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 6208 3220 2144 ) ( 6232 3220 2144 ) ( 6232 3220 2128 ) mohtest/wood_joist_trim_masked -4 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6240 3232 2112 ) ( 6240 3216 2112 ) ( 6240 3216 2304 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6240 3232 2140 ) ( 6216 3232 2140 ) ( 6216 3232 2124 ) mohtest/wood_joist_trim_masked -4 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6228 3220 2112 ) ( 6228 3236 2112 ) ( 6228 3236 2304 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6228 3220 2256 ) ( 6234 3232 2256 ) ( 6240 3220 2256 ) common/caulk 0 48 0.00 1 1 0 65696 0 +} +// brush 732 +{ +( 6384 2704 2096 ) ( 6384 2720 2096 ) ( 6368 2720 2096 ) common/caulk -28 -4 0.00 1 1 0 65696 0 +surfaceparm detail +( 6348 2708 2144 ) ( 6372 2708 2144 ) ( 6372 2708 2128 ) mohtest/wood_joist_trim_masked 12 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6380 2724 2112 ) ( 6380 2708 2112 ) ( 6380 2708 2304 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6384 2720 2140 ) ( 6360 2720 2140 ) ( 6360 2720 2124 ) mohtest/wood_joist_trim_masked 12 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 2704 2112 ) ( 6368 2720 2112 ) ( 6368 2720 2304 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6228 2708 2256 ) ( 6234 2720 2256 ) ( 6240 2708 2256 ) common/caulk 0 48 0.00 1 1 0 65696 0 +} +// brush 733 +{ +( 6384 3220 2096 ) ( 6384 3236 2096 ) ( 6368 3236 2096 ) common/caulk -28 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6352 3220 2144 ) ( 6376 3220 2144 ) ( 6376 3220 2128 ) mohtest/wood_joist_trim_masked 12 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6380 3232 2112 ) ( 6380 3216 2112 ) ( 6380 3216 2304 ) mohtest/wood_joist_trim_masked -26 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6380 3232 2140 ) ( 6356 3232 2140 ) ( 6356 3232 2124 ) mohtest/wood_joist_trim_masked 12 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 3220 2112 ) ( 6368 3236 2112 ) ( 6368 3236 2304 ) mohtest/wood_joist_trim_masked -26 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6230 3220 2256 ) ( 6236 3232 2256 ) ( 6242 3220 2256 ) common/caulk 0 48 0.00 1 1 0 65696 0 +} +// brush 734 +{ +( 6384 2926 2096 ) ( 6384 2942 2096 ) ( 6368 2942 2096 ) common/caulk -28 26 0.00 1 1 0 65696 0 +surfaceparm detail +( 6348 2930 2144 ) ( 6372 2930 2144 ) ( 6372 2930 2128 ) mohtest/wood_joist_trim_masked 12 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6380 2946 2112 ) ( 6380 2930 2112 ) ( 6380 2930 2304 ) mohtest/wood_joist_trim_masked -20 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6384 2942 2140 ) ( 6360 2942 2140 ) ( 6360 2942 2124 ) mohtest/wood_joist_trim_masked 12 94 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 2926 2112 ) ( 6368 2942 2112 ) ( 6368 2942 2304 ) mohtest/wood_joist_trim_masked -20 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6226 2930 2256 ) ( 6232 2942 2256 ) ( 6238 2930 2256 ) common/caulk 0 14 0.00 1 1 0 65696 0 +} +// brush 735 +{ +( 6608 4656 1904 ) ( 5904 4656 1904 ) ( 5904 4272 1904 ) common/caulk -16 -16 0.00 1 1 0 65696 0 +( 5904 4848 1904 ) ( 6032 4848 1904 ) ( 5968 4848 2192 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6168 4832 1904 ) ( 6040 4832 1904 ) ( 6104 4832 2192 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6548 4840 2064 ) ( 6572 4848 2064 ) ( 6596 4840 2064 ) common/caulk -16 24 0.00 1 1 0 65696 0 +( 6576 4872 1904 ) ( 6576 4808 1904 ) ( 6576 4840 2176 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +( 6240 4832 1904 ) ( 6240 4848 1904 ) ( 6240 4840 2064 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +// brush 736 +{ +( 6608 4656 1904 ) ( 5904 4656 1904 ) ( 5904 4272 1904 ) common/caulk -16 -16 0.00 1 1 0 65696 0 +( 6096 4656 2032 ) ( 6096 4272 2032 ) ( 6096 4272 1904 ) common/caulk 16 47 0.00 1 1 0 65696 0 +( 5904 4848 1904 ) ( 6032 4848 1904 ) ( 5968 4848 2192 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6168 4832 1904 ) ( 6040 4832 1904 ) ( 6104 4832 2192 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6548 4840 2064 ) ( 6572 4848 2064 ) ( 6596 4840 2064 ) common/caulk -16 24 0.00 1 1 0 65696 0 +( 6176 4848 1904 ) ( 6176 4834 1904 ) ( 6176 4841 2064 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +// brush 737 +{ +( 6192 4432 2064 ) ( 6192 4448 2064 ) ( 6368 4448 2240 ) central_europe_winter/winterroof_set1aw 250 -28 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6544 4432 1784 ) ( 6544 4432 1912 ) ( 6928 4432 1912 ) central_europe_winter/transjoist_w 2 -30 -45.02 1.000239 -0.999548 0 16384 0 +( 6192 4448 2048 ) ( 6192 4432 2048 ) ( 6368 4432 2224 ) central_europe_winter/joist_w -16 0 90.00 1 1 0 16384 0 +( 6368 4256 2224 ) ( 6368 4256 2240 ) ( 6368 4448 2240 ) common/caulk -32 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6208 4448 2080 ) ( 6208 4448 2064 ) ( 6368 4448 2072 ) common/caulk 16 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6192 4448 2080 ) ( 6192 4432 2064 ) ( 6368 4440 2072 ) common/caulk -32 -24 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 738 +{ +( 6544 4448 2064 ) ( 6544 4432 2064 ) ( 6368 4432 2240 ) central_europe_winter/winterroof_set1aw -166 34 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6368 4432 2240 ) ( 6544 4432 2064 ) ( 6544 4432 2048 ) central_europe_winter/transjoist_w 12 -20 -135.00 0.999893 -0.999893 0 16384 0 +( 6544 4432 2048 ) ( 6544 4448 2048 ) ( 6368 4448 2224 ) central_europe_winter/joist_w -16 0 90.00 1 1 0 16384 0 +( 6368 4448 2240 ) ( 6368 4432 2240 ) ( 6368 4432 2224 ) common/caulk -32 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6544 4448 2064 ) ( 6368 4448 2240 ) ( 6368 4448 2224 ) common/caulk 0 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6368 4448 2080 ) ( 6368 4432 2064 ) ( 6544 4440 2072 ) common/caulk -32 -8 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 739 +{ +( 6602 5184 2032 ) ( 5898 5184 2032 ) ( 5898 4800 2032 ) mohtest/wood_joist_trim_masked 16 0 -180.00 1 1 0 16384 0 +( 6540 5368 2064 ) ( 6564 5376 2064 ) ( 6588 5368 2064 ) common/caulk -8 -24 0.00 1 1 0 65696 0 +( 6592 5328 1896 ) ( 6592 5392 1896 ) ( 6592 5360 2168 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6608 5392 1904 ) ( 6608 5360 1904 ) ( 6608 5376 2064 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6592 5596 1904 ) ( 6608 5596 1904 ) ( 6600 5596 2064 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +( 6610 5532 1904 ) ( 6594 5532 1904 ) ( 6602 5532 2064 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +} +// brush 740 +{ +( 6600 5184 1904 ) ( 5896 5184 1904 ) ( 5896 4800 1904 ) common/caulk -8 0 0.00 1 1 0 65696 0 +( 6064 5392 1896 ) ( 5936 5392 1896 ) ( 6000 5392 2184 ) common/caulk -8 39 0.00 1 1 0 65696 0 +( 6540 5368 2064 ) ( 6564 5376 2064 ) ( 6588 5368 2064 ) common/caulk -8 -24 0.00 1 1 0 65696 0 +( 6592 5328 1896 ) ( 6592 5392 1896 ) ( 6592 5360 2168 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6608 5398 1904 ) ( 6608 5366 1904 ) ( 6608 5382 2064 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6596 5532 1904 ) ( 6612 5532 1904 ) ( 6604 5532 2064 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +// brush 741 +{ +( 6600 5184 1904 ) ( 5896 5184 1904 ) ( 5896 4800 1904 ) common/caulk -8 0 0.00 1 1 0 65696 0 +( 5896 5744 1896 ) ( 6024 5744 1896 ) ( 5960 5744 2184 ) common/caulk -8 39 0.00 1 1 0 65696 0 +( 6540 5368 2064 ) ( 6564 5376 2064 ) ( 6588 5368 2064 ) common/caulk -8 -24 0.00 1 1 0 65696 0 +( 6592 5328 1896 ) ( 6592 5392 1896 ) ( 6592 5360 2168 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6608 5392 1904 ) ( 6608 5360 1904 ) ( 6608 5376 2064 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6612 5596 1904 ) ( 6596 5596 1904 ) ( 6604 5596 2064 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +// brush 742 +{ +( 6348 5184 2032 ) ( 5644 5184 2032 ) ( 5644 4800 2032 ) mohtest/wood_joist_trim_masked 16 0 -180.00 1 1 0 16384 0 +( 6284 5368 2064 ) ( 6308 5376 2064 ) ( 6332 5368 2064 ) common/caulk -8 -24 0.00 1 1 0 65696 0 +( 6336 5328 1896 ) ( 6336 5392 1896 ) ( 6336 5360 2168 ) central_europe/tudor_set2b 48 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6352 5392 1904 ) ( 6352 5360 1904 ) ( 6352 5376 2064 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6334 5672 1904 ) ( 6354 5672 1904 ) ( 6344 5672 2064 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +( 6352 5608 1904 ) ( 6336 5608 1904 ) ( 6344 5608 2064 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +} +// brush 743 +{ +( 6344 5184 1904 ) ( 5640 5184 1904 ) ( 5640 4800 1904 ) common/caulk -8 0 0.00 1 1 0 65696 0 +( 5808 5392 1896 ) ( 5680 5392 1896 ) ( 5744 5392 2184 ) common/caulk -8 39 0.00 1 1 0 65696 0 +( 6284 5368 2064 ) ( 6308 5376 2064 ) ( 6332 5368 2064 ) common/caulk -8 -24 0.00 1 1 0 65696 0 +( 6336 5328 1896 ) ( 6336 5392 1896 ) ( 6336 5360 2168 ) central_europe/tudor_set2b 96 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6352 5392 1904 ) ( 6352 5360 1904 ) ( 6352 5376 2064 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6336 5608 1904 ) ( 6352 5608 1904 ) ( 6344 5608 2064 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +// brush 744 +{ +( 6344 5184 1904 ) ( 5640 5184 1904 ) ( 5640 4800 1904 ) common/caulk -8 0 0.00 1 1 0 65696 0 +( 5640 5744 1896 ) ( 5768 5744 1896 ) ( 5704 5744 2184 ) common/caulk -8 39 0.00 1 1 0 65696 0 +( 6284 5368 2064 ) ( 6308 5376 2064 ) ( 6332 5368 2064 ) common/caulk -8 -24 0.00 1 1 0 65696 0 +( 6336 5328 1896 ) ( 6336 5392 1896 ) ( 6336 5360 2168 ) central_europe/tudor_set2b 160 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6352 5392 1904 ) ( 6352 5360 1904 ) ( 6352 5376 2064 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6354 5672 1904 ) ( 6334 5672 1904 ) ( 6344 5672 2064 ) mohtest/wood_joist_trim_masked -14 0 -180.00 1 -1 0 16384 0 +} +// brush 745 +{ +( 6672 4584 1888 ) ( 6672 4712 1888 ) ( 6592 4712 1888 ) common/caulk 0 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 6600 4560 2016 ) ( 6632 4560 2016 ) ( 6632 4560 1984 ) central_europe_winter/step_rise -83 58 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +( 6688 4704 1888 ) ( 6688 4576 1888 ) ( 6688 4576 2064 ) central_europe_winter/step_rise -83 58 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +( 6632 4720 2016 ) ( 6600 4720 2016 ) ( 6600 4720 1984 ) central_europe_winter/step_rise -83 58 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +( 6608 4744 2016 ) ( 6608 4584 2016 ) ( 6608 4584 1984 ) common/caulk -8 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 4584 1904 ) ( 6632 4712 1904 ) ( 6672 4584 1904 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 746 +{ +( 6592 4576 2112 ) ( 6592 4736 2112 ) ( 6624 4736 2112 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 4576 2016 ) ( 6624 4576 2016 ) ( 6624 4576 1984 ) central_europe_winter/wallsnowsparkle3 -252 51 0.00 1 1 0 65536 0 +surfaceparm detail +( 6672 4704 1888 ) ( 6672 4576 1888 ) ( 6672 4576 2064 ) central_europe_winter/wallsnowsparkle3 4 51 0.00 1 1 0 65536 0 +surfaceparm detail +( 6624 4704 2016 ) ( 6592 4704 2016 ) ( 6592 4704 1984 ) central_europe_winter/wallsnowsparkle3 -252 51 0.00 1 1 0 65536 0 +surfaceparm detail +( 6592 4736 2016 ) ( 6592 4576 2016 ) ( 6592 4576 1984 ) common/caulk 0 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 4576 2064 ) ( 6592 4608 2112 ) ( 6656 4592 2088 ) central_europe_winter/wallsnowsparkle3 0 -60 0.00 1 1 0 65536 0 +surfaceparm detail +( 6592 4672 2112 ) ( 6592 4704 2064 ) ( 6656 4688 2088 ) central_europe_winter/wallsnowsparkle3 0 -60 0.00 1 1 0 65536 0 +surfaceparm detail +( 6672 4704 2064 ) ( 6672 4576 2064 ) ( 6624 4608 2112 ) central_europe_winter/wallsnowsparkle3 0 16 -90.00 1 1 0 65536 0 +surfaceparm detail +( 6632 4704 1904 ) ( 6592 4576 1904 ) ( 6672 4576 1904 ) central_europe_winter/wallsnowsparkle3 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 747 +{ +( 6594 5568 2032 ) ( 5890 5568 2032 ) ( 5890 5184 2032 ) central_europe_winter/joist_w -8 127 90.00 1 -1 0 16384 0 +( 6016 4864 1896 ) ( 5888 4864 1896 ) ( 5952 4864 2184 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 5888 4880 1896 ) ( 6016 4880 1896 ) ( 5952 4880 2184 ) central_europe/tudor_set2b -56 -24 0.00 1 0.625000 0 65536 0 +( 6528 4864 2080 ) ( 6552 4872 2080 ) ( 6576 4864 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6976 4880 1904 ) ( 6976 4864 1904 ) ( 6976 4872 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6912 4864 1904 ) ( 6912 4880 1904 ) ( 6912 4872 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 748 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6016 4864 1896 ) ( 5888 4864 1896 ) ( 5952 4864 2184 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 5888 4880 1896 ) ( 6016 4880 1896 ) ( 5952 4880 2184 ) central_europe/tudor_set2b -56 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6528 4864 2080 ) ( 6552 4872 2080 ) ( 6576 4864 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6576 4816 1896 ) ( 6576 4880 1896 ) ( 6576 4848 2168 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6912 4880 1904 ) ( 6912 4864 1904 ) ( 6912 4872 2080 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +} +// brush 749 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7040 5184 2024 ) ( 7040 5568 2024 ) ( 7040 5568 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6016 4864 1896 ) ( 5888 4864 1896 ) ( 5952 4864 2184 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 5888 4880 1896 ) ( 6016 4880 1896 ) ( 5952 4880 2184 ) central_europe/tudor_set2b -56 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6528 4864 2080 ) ( 6552 4872 2080 ) ( 6576 4864 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6976 4864 1904 ) ( 6976 4880 1904 ) ( 6976 4872 2080 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +} +// brush 750 +{ +( 6540 5856 1976 ) ( 6524 5856 1976 ) ( 6524 5856 1960 ) common/caulk 52 6 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6540 5856 1960 ) ( 6524 5856 1960 ) ( 6524 5632 1960 ) central_europe_winter/joist_w 5 32 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6528 5816 1960 ) ( 6528 5816 1976 ) ( 6528 5632 1976 ) central_europe_winter/joist_w -9 32 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6524 5856 1968 ) ( 6540 5856 1968 ) ( 6540 5632 1968 ) central_europe_winter/joist_w 5 32 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6544 5816 1976 ) ( 6544 5816 1960 ) ( 6544 5632 1960 ) central_europe_winter/joist_w -9 32 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6548 5760 1960 ) ( 6526 5760 1960 ) ( 6537 5760 1968 ) central_europe_winter/joist_w -9 32 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 751 +{ +( 6540 5854 1904 ) ( 6524 5854 1904 ) ( 6524 5630 1904 ) common/caulk 13 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6524 5856 1920 ) ( 6540 5856 1920 ) ( 6540 5856 2104 ) common/caulk 12 30 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6540 5504 2368 ) ( 6540 6336 2368 ) ( 6540 6336 1920 ) TAardennes/flrwood1_repwinter 0 0 0.00 1 1 0 16384 0 +( 6532 5632 1920 ) ( 6532 5792 1920 ) ( 6532 5712 2080 ) TAardennes/flrwood1_repwinter 0 0 0.00 1 1 0 16384 0 +( 6544 5736 1960 ) ( 6544 5696 1960 ) ( 6536 5716 1960 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +( 6548 5760 1920 ) ( 6526 5760 1920 ) ( 6537 5760 1976 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 752 +{ +( 6848 5928 1888 ) ( 6528 5928 1888 ) ( 6528 5760 1888 ) common/caulk 0 32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6528 5760 1904 ) ( 6528 5928 1904 ) ( 6848 5928 1904 ) TAardennes/flrwood1_repwinter 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6528 5760 1944 ) ( 6848 5760 1944 ) ( 6848 5760 1888 ) common/caulk 0 32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6848 5760 1944 ) ( 6848 5928 1944 ) ( 6848 5928 1888 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6848 5928 1944 ) ( 6528 5928 1944 ) ( 6528 5928 1888 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6528 5928 1944 ) ( 6528 5760 1944 ) ( 6528 5760 1888 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 753 +{ +( 6832 5856 1904 ) ( 6848 5856 1904 ) ( 6848 5872 1904 ) common/caulk 37 -15 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6848 5872 2076 ) ( 6832 5872 2076 ) ( 6832 5872 1888 ) central_europe_winter/joist_w 20 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6832 5872 2072 ) ( 6832 5856 2072 ) ( 6832 5856 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6832 5856 2072 ) ( 6848 5856 2072 ) ( 6848 5856 1888 ) central_europe_winter/joist_w 20 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6848 5856 2072 ) ( 6848 5872 2072 ) ( 6848 5872 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6832 5856 2080 ) ( 6832 5868 2080 ) ( 6848 5862 2080 ) common/caulk -16 32 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 754 +{ +( 6848 5800 2064 ) ( 6832 5800 2064 ) ( 6832 5808 2064 ) common/caulk 37 -7 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6844 5856 2024 ) ( 6828 5856 2024 ) ( 6828 5856 2008 ) common/caulk 36 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6832 5800 2064 ) ( 6848 5800 2064 ) ( 6848 5856 2008 ) central_europe_winter/joist_w 21 31 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6832 5808 2052 ) ( 6832 5854 2006 ) ( 6832 5856 2016 ) central_europe_winter/joist_w 4 0 45.00 1 -1 0 16384 0 +surfaceparm detail +( 6848 5808 2064 ) ( 6832 5808 2064 ) ( 6832 5856 2016 ) central_europe_winter/joist_w 21 31 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6848 5854 2006 ) ( 6848 5808 2052 ) ( 6848 5818 2054 ) central_europe_winter/joist_w 4 0 45.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 755 +{ +( 6832 5856 2064 ) ( 6848 5856 2064 ) ( 6848 5856 2080 ) common/caulk 37 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6848 5668 2080 ) ( 6832 5668 2080 ) ( 6832 5856 2080 ) central_europe_winter/joist_w 20 -64 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6832 5672 2080 ) ( 6832 5672 2064 ) ( 6832 5856 2064 ) central_europe_winter/joist_w 30 -64 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6832 5648 2064 ) ( 6848 5648 2064 ) ( 6848 5832 2064 ) central_europe_winter/joist_w 20 -64 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6848 5672 2064 ) ( 6848 5672 2080 ) ( 6848 5856 2080 ) central_europe_winter/joist_w 30 -64 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6832 5760 2064 ) ( 6832 5760 2076 ) ( 6848 5760 2070 ) common/caulk 31 31 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 756 +{ +( 6528 5856 2064 ) ( 6544 5856 2064 ) ( 6544 5856 2080 ) common/caulk 53 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6544 5668 2080 ) ( 6528 5668 2080 ) ( 6528 5856 2080 ) central_europe_winter/joist_w 4 -64 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6528 5672 2080 ) ( 6528 5672 2064 ) ( 6528 5856 2064 ) central_europe_winter/joist_w 30 -64 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6528 5648 2064 ) ( 6544 5648 2064 ) ( 6544 5832 2064 ) central_europe_winter/joist_w 4 -64 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6544 5672 2064 ) ( 6544 5672 2080 ) ( 6544 5856 2080 ) central_europe_winter/joist_w 30 -64 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6528 5760 2064 ) ( 6528 5760 2076 ) ( 6544 5760 2070 ) common/caulk 31 47 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 757 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7040 5184 2024 ) ( 7040 5568 2024 ) ( 7040 5568 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 5888 5760 1896 ) ( 6016 5760 1896 ) ( 5952 5760 2184 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6016 5744 1896 ) ( 5888 5744 1896 ) ( 5952 5744 2184 ) central_europe/tudor_set2b 30 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6536 5752 2080 ) ( 6560 5760 2080 ) ( 6584 5752 2080 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6720 5744 1904 ) ( 6720 5760 1904 ) ( 6720 5752 2080 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +} +// brush 758 +{ +( 6592 5568 2032 ) ( 5888 5568 2032 ) ( 5888 5184 2032 ) central_europe_winter/joist_w 8 127 90.00 1 -1 0 16384 0 +( 5888 5760 1896 ) ( 6016 5760 1896 ) ( 5952 5760 2184 ) central_europe_winter/tudor_set2bw -100 -23 0.00 1 0.750000 0 65536 0 +( 6016 5744 1896 ) ( 5888 5744 1896 ) ( 5952 5744 2184 ) central_europe/tudor_set2b 30 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6536 5752 2080 ) ( 6560 5760 2080 ) ( 6584 5752 2080 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6656 5744 1904 ) ( 6656 5760 1904 ) ( 6656 5752 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6720 5760 1904 ) ( 6720 5744 1904 ) ( 6720 5752 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 759 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 5568 2024 ) ( 6080 5184 2024 ) ( 6080 5184 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 5888 5760 1896 ) ( 6016 5760 1896 ) ( 5952 5760 2184 ) central_europe_winter/tudor_set2bw -100 -23 0.00 1 0.750000 0 65536 0 +( 6016 5744 1896 ) ( 5888 5744 1896 ) ( 5952 5744 2184 ) central_europe/tudor_set2b 30 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6536 5752 2080 ) ( 6560 5760 2080 ) ( 6584 5752 2080 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6656 5760 1904 ) ( 6656 5744 1904 ) ( 6656 5752 2080 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +} +// brush 760 +{ +( 6864 5888 2064 ) ( 6864 5872 2064 ) ( 6688 5872 2240 ) central_europe_winter/winterroof_set1aw -38 -219 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6512 5888 1784 ) ( 6512 5888 1912 ) ( 6128 5888 1912 ) central_europe_winter/transjoist_w 13 121 -134.99 1.000066 0.999721 0 16384 0 +( 6864 5872 2048 ) ( 6864 5888 2048 ) ( 6688 5888 2224 ) central_europe_winter/joist_w 0 0 0.00 1 1 0 16384 0 +( 6848 5760 2064 ) ( 6848 5760 2080 ) ( 6864 5776 2064 ) common/caulk 15 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6864 5888 2048 ) ( 6864 5872 2048 ) ( 6864 5872 2064 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +( 6848 5760 2080 ) ( 6848 5760 2064 ) ( 6848 5888 2064 ) common/caulk -16 -24 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 761 +{ +( 6864 5888 2064 ) ( 6864 5872 2064 ) ( 6688 5872 2240 ) central_europe_winter/winterroof_set1aw -86 -29 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6512 5888 1784 ) ( 6512 5888 1912 ) ( 6128 5888 1912 ) central_europe_winter/transjoist_w 13 121 -134.99 1.000066 0.999721 0 16384 0 +( 6864 5872 2048 ) ( 6864 5888 2048 ) ( 6688 5888 2224 ) central_europe_winter/joist_w 0 0 -90.00 1 1 0 16384 0 +( 6688 6064 2224 ) ( 6688 6064 2240 ) ( 6688 5872 2240 ) common/caulk -16 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6848 5872 2080 ) ( 6848 5872 2064 ) ( 6688 5872 2072 ) common/caulk -48 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6848 5896 2048 ) ( 6848 5864 2048 ) ( 6848 5880 2240 ) common/caulk -16 -24 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 762 +{ +( 6512 5872 2064 ) ( 6512 5888 2064 ) ( 6688 5888 2240 ) central_europe_winter/winterroof_set1aw 170 34 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6688 5888 2240 ) ( 6512 5888 2064 ) ( 6512 5888 2048 ) central_europe_winter/transjoist_w -4 123 -45.00 0.999893 1.000066 0 16384 0 +( 6512 5888 2048 ) ( 6512 5872 2048 ) ( 6688 5872 2224 ) central_europe_winter/joist_w 0 0 0.00 1 1 0 16384 0 +( 6512 5776 2048 ) ( 6512 5776 2064 ) ( 6528 5760 2080 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6512 5776 2064 ) ( 6512 5776 2048 ) ( 6512 5888 2048 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +( 6528 5872 2080 ) ( 6528 5888 2072 ) ( 6528 5872 2064 ) common/caulk -16 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 763 +{ +( 6512 5872 2064 ) ( 6512 5888 2064 ) ( 6688 5888 2240 ) central_europe_winter/winterroof_set1aw 170 34 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 6688 5888 2240 ) ( 6512 5888 2064 ) ( 6512 5888 2048 ) central_europe_winter/transjoist_w -4 123 -45.00 0.999893 1.000066 0 16384 0 +( 6512 5888 2048 ) ( 6512 5872 2048 ) ( 6688 5872 2224 ) central_europe_winter/joist_w 0 0 -90.00 1 1 0 16384 0 +( 6688 5872 2240 ) ( 6688 5888 2240 ) ( 6688 5888 2224 ) common/caulk -16 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6512 5872 2064 ) ( 6688 5872 2240 ) ( 6688 5872 2224 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6528 5888 2072 ) ( 6528 5872 2080 ) ( 6528 5872 2064 ) common/caulk -16 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 764 +{ +( 6624 5600 2240 ) ( 6624 5776 2064 ) ( 6640 5776 2064 ) central_europe_winter/winterroof_set1aw 26 -220 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 6640 5600 2224 ) ( 6640 5776 2048 ) ( 6624 5776 2048 ) central_europe_winter/joist_w 4 -4 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6080 5760 2064 ) ( 6064 5776 2048 ) ( 6064 5776 2064 ) common/caulk 0 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6640 5776 2064 ) ( 6064 5776 2064 ) ( 6064 5776 2048 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +( 6528 5760 2080 ) ( 6528 5760 2064 ) ( 6080 5760 2064 ) common/caulk -48 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 6528 5760 2064 ) ( 6528 5760 2080 ) ( 6512 5776 2064 ) common/caulk 16 -24 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 765 +{ +( 6544 5800 2064 ) ( 6528 5800 2064 ) ( 6528 5808 2064 ) common/caulk 53 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6540 5856 2024 ) ( 6524 5856 2024 ) ( 6524 5856 2008 ) common/caulk 52 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6528 5800 2064 ) ( 6544 5800 2064 ) ( 6544 5856 2008 ) central_europe_winter/joist_w 5 32 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6528 5808 2052 ) ( 6528 5854 2006 ) ( 6528 5856 2016 ) central_europe_winter/joist_w 4 0 45.00 1 -1 0 16384 0 +surfaceparm detail +( 6544 5808 2064 ) ( 6528 5808 2064 ) ( 6528 5856 2016 ) central_europe_winter/joist_w 5 32 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6544 5854 2006 ) ( 6544 5808 2052 ) ( 6544 5818 2054 ) central_europe_winter/joist_w 4 0 45.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 766 +{ +( 6528 5856 1904 ) ( 6544 5856 1904 ) ( 6544 5872 1904 ) common/caulk 53 -16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6544 5872 2076 ) ( 6528 5872 2076 ) ( 6528 5872 1888 ) central_europe_winter/joist_w 4 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6528 5872 2072 ) ( 6528 5856 2072 ) ( 6528 5856 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6528 5856 2072 ) ( 6544 5856 2072 ) ( 6544 5856 1888 ) central_europe_winter/joist_w 4 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6544 5856 2072 ) ( 6544 5872 2072 ) ( 6544 5872 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6528 5856 2080 ) ( 6528 5868 2080 ) ( 6544 5862 2080 ) common/caulk -16 48 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 767 +{ +( 6096 5184 1896 ) ( 6224 5184 1896 ) ( 6160 5184 2184 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6312 5168 1896 ) ( 6184 5168 1896 ) ( 6248 5168 2184 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6740 5168 2064 ) ( 6764 5176 2064 ) ( 6788 5168 2064 ) common/caulk -16 -32 0.00 1 1 0 65696 0 +( 6970 5176 1894 ) ( 6970 5112 1894 ) ( 6970 5144 2166 ) common/caulk 8 47 0.00 1 1 0 65696 0 +( 6906 5148 1904 ) ( 6906 5180 1904 ) ( 6906 5164 2064 ) common/caulk 8 47 0.00 1 1 0 65696 0 +( 6976 5184 2032 ) ( 6976 5168 2032 ) ( 7024 5176 2032 ) mohtest/wood_joist_trim_masked 16 0 -90.00 1 1 0 16384 0 +} +// brush 768 +{ +( 6800 4984 1904 ) ( 6096 4984 1904 ) ( 6096 4600 1904 ) common/caulk -16 -8 0.00 1 1 0 65696 0 +( 6096 5184 1896 ) ( 6224 5184 1896 ) ( 6160 5184 2184 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6312 5168 1896 ) ( 6184 5168 1896 ) ( 6248 5168 2184 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 7024 5176 1896 ) ( 7024 5112 1896 ) ( 7024 5144 2168 ) common/caulk 8 47 0.00 1 1 0 65696 0 +( 6970 5152 1904 ) ( 6970 5184 1904 ) ( 6970 5168 2064 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +( 6976 5168 2064 ) ( 6976 5184 2064 ) ( 7024 5176 2064 ) common/caulk -56 -16 0.00 1 1 0 65696 0 +} +// brush 769 +{ +( 6298 4744 2080 ) ( 6298 4760 2080 ) ( 6096 4760 2080 ) common/caulk -56 16 0.00 1 1 0 65696 0 +( 5880 4760 2056 ) ( 6008 4760 2056 ) ( 5944 4760 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 +( 6040 4744 2056 ) ( 5912 4744 2056 ) ( 5976 4744 2344 ) central_europe/tudor_set1_exwall1b -100 -124 0.00 0.750000 0.750000 0 16384 0 +( 6096 4744 2080 ) ( 6104 4760 2088 ) ( 6112 4744 2096 ) common/caulk -8 24 0.00 1 1 0 65696 0 +( 6298 4760 2208 ) ( 6298 4744 2208 ) ( 6224 4744 2208 ) common/caulk -40 -8 0.00 1 1 0 65696 0 +( 6304 4744 2208 ) ( 6304 4760 2208 ) ( 6304 4760 2080 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +} +// brush 770 +{ +( 7024 4744 2080 ) ( 7024 4760 2080 ) ( 6096 4760 2080 ) common/caulk -56 16 0.00 1 1 0 65696 0 +( 5880 4760 2056 ) ( 6008 4760 2056 ) ( 5944 4760 2344 ) central_europe/tudor_set1_exwall1b -136 -124 0.00 0.750000 0.750000 0 16384 0 +( 6040 4744 2056 ) ( 5912 4744 2056 ) ( 5976 4744 2344 ) central_europe/tudor_set1_exwall1b -100 -124 0.00 0.750000 0.750000 0 16384 0 +( 6576 4760 2080 ) ( 6576 4736 2080 ) ( 6576 4748 2224 ) common/caulk 24 -8 0.00 1 1 0 65696 0 +( 6290 4744 2208 ) ( 6323 4760 2208 ) ( 6356 4744 2208 ) common/caulk -40 -8 0.00 1 1 0 65696 0 +( 6368 4760 2193 ) ( 6368 4744 2206 ) ( 6368 4744 2180 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +} +// brush 771 +{ +( 5880 4760 2056 ) ( 6008 4760 2056 ) ( 5944 4760 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 +( 6040 4744 2056 ) ( 5912 4744 2056 ) ( 5976 4744 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 +( 6880 4760 2224 ) ( 6880 4744 2224 ) ( 6240 4744 2224 ) common/caulk -56 -8 0.00 1 1 0 65696 0 +( 6096 4744 2080 ) ( 6104 4760 2088 ) ( 6112 4744 2096 ) common/caulk -8 24 0.00 1 1 0 65696 0 +( 6576 4760 2080 ) ( 6576 4736 2080 ) ( 6576 4748 2224 ) common/caulk 24 -8 0.00 1 1 0 65696 0 +( 6323 4760 2208 ) ( 6290 4744 2208 ) ( 6356 4744 2208 ) mohtest/wood_joist_trim_masked -8 0 -90.00 1 1 0 16384 0 +} +// brush 772 +{ +( 7024 5376 2080 ) ( 7024 5392 2080 ) ( 6096 5392 2080 ) common/caulk -56 8 0.00 1 1 0 65696 0 +( 6880 5376 2224 ) ( 6880 5392 2224 ) ( 7024 5392 2080 ) common/caulk -8 8 0.00 1 1 0 65696 0 +( 5880 5392 2056 ) ( 6008 5392 2056 ) ( 5944 5392 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 surfaceDensity 4 +( 6048 5376 2056 ) ( 5920 5376 2056 ) ( 5984 5376 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 +( 6272 5376 2208 ) ( 6304 5392 2208 ) ( 6336 5376 2208 ) common/caulk -8 16 0.00 1 1 0 65696 0 +( 6824 5392 2201 ) ( 6824 5376 2208 ) ( 6824 5376 2194 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +} +// brush 773 +{ +( 7024 5376 2080 ) ( 7024 5392 2080 ) ( 6096 5392 2080 ) common/caulk -56 8 0.00 1 1 0 65696 0 +( 5880 5392 2056 ) ( 6008 5392 2056 ) ( 5944 5392 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 surfaceDensity 4 +( 6048 5376 2056 ) ( 5920 5376 2056 ) ( 5984 5376 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 +( 6272 5376 2208 ) ( 6304 5392 2208 ) ( 6336 5376 2208 ) common/caulk -8 16 0.00 1 1 0 65696 0 +( 6336 5392 2192 ) ( 6336 5376 2208 ) ( 6336 5376 2176 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +( 6760 5376 2208 ) ( 6760 5392 2199 ) ( 6760 5376 2190 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +} +// brush 774 +{ +( 6880 5376 2224 ) ( 6880 5392 2224 ) ( 7024 5392 2080 ) common/caulk -8 8 0.00 1 1 0 65696 0 +( 5880 5392 2056 ) ( 6008 5392 2056 ) ( 5944 5392 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 +( 6048 5376 2056 ) ( 5920 5376 2056 ) ( 5984 5376 2344 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 1 0.750000 0 16384 0 +( 6880 5392 2224 ) ( 6880 5376 2224 ) ( 6240 5376 2224 ) common/caulk -56 -16 0.00 1 1 0 65696 0 +( 6096 5376 2080 ) ( 6104 5392 2088 ) ( 6112 5376 2096 ) common/caulk -8 16 0.00 1 1 0 65696 0 +( 6304 5392 2208 ) ( 6272 5376 2208 ) ( 6336 5376 2208 ) mohtest/wood_joist_trim_masked -8 0 -90.00 1 1 0 16384 0 +} +// brush 775 +{ +( 6624 4736 2112 ) ( 6592 4736 2112 ) ( 6592 4576 2112 ) common/caulk -48 20 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 4608 2208 ) ( 6624 4608 2208 ) ( 6624 4608 2176 ) central_europe_winter/wallsnowsparkle3 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 6624 4576 2208 ) ( 6624 4736 2208 ) ( 6624 4736 2176 ) central_europe_winter/wallsnowsparkle3 -64 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 6624 4672 2208 ) ( 6592 4672 2208 ) ( 6592 4672 2176 ) central_europe_winter/wallsnowsparkle3 0 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 6592 4736 2208 ) ( 6592 4576 2208 ) ( 6592 4576 2176 ) central_europe_winter/wallsnowsparkle3 -64 -32 0.00 1 1 0 65536 0 +surfaceparm detail +( 6592 4608 2240 ) ( 6608 4672 2240 ) ( 6624 4608 2240 ) central_europe_winter/wallsnowsparkle3 -64 -32 0.00 1 1 0 65536 0 +surfaceparm detail +} +// brush 776 +{ +( 6592 4576 2284 ) ( 6592 4736 2284 ) ( 6624 4736 2284 ) common/caulk -48 20 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 4608 2208 ) ( 6624 4608 2208 ) ( 6624 4608 2176 ) central_europe_winter/wallsnowsparkle3 -160 -32 0.00 1 1 0 65536 0 +( 6624 4576 2208 ) ( 6624 4736 2208 ) ( 6624 4736 2176 ) central_europe_winter/wallsnowsparkle3 -160 -32 0.00 1 1 0 65536 0 +( 6624 4672 2208 ) ( 6592 4672 2208 ) ( 6592 4672 2176 ) central_europe_winter/wallsnowsparkle3 -160 -32 0.00 1 1 0 65536 0 +( 6560 4736 2208 ) ( 6560 4576 2208 ) ( 6560 4576 2176 ) central_europe_winter/wallsnowsparkle3 -160 -32 0.00 1 1 0 65536 0 +( 6608 4672 2240 ) ( 6592 4608 2240 ) ( 6624 4608 2240 ) common/caulk -48 20 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 777 +{ +( 6416 4860 2080 ) ( 6416 4872 2080 ) ( 6252 4872 2080 ) common/nodraw -12 28 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6252 4868 2112 ) ( 6416 4868 2112 ) ( 6416 4856 2112 ) common/nodraw -12 28 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6304 4868 2096 ) ( 6304 4856 2096 ) ( 6304 4856 2080 ) common/nodraw -12 -1 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6252 4864 2096 ) ( 6416 4864 2096 ) ( 6416 4864 2080 ) common/nodraw -24 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6560 4920 2096 ) ( 6560 4932 2096 ) ( 6560 4932 2080 ) common/nodraw -12 -1 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6416 4872 2096 ) ( 6252 4872 2096 ) ( 6252 4872 2080 ) algiers/lighthouse_railing 0 -34 0.00 1 1 204800 262688 0 +} +// brush 778 +{ +( 6284 4992 2080 ) ( 6296 4992 2080 ) ( 6296 5156 2080 ) common/nodraw 4 11 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6292 5156 2112 ) ( 6292 4992 2112 ) ( 6280 4992 2112 ) common/nodraw 4 11 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6292 5168 2096 ) ( 6280 5168 2096 ) ( 6280 5168 2080 ) common/nodraw 4 -1 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6288 5156 2096 ) ( 6288 4992 2096 ) ( 6288 4992 2080 ) common/nodraw -8 -2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6344 4880 2096 ) ( 6356 4880 2096 ) ( 6356 4880 2080 ) common/nodraw 4 -1 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6296 4992 2096 ) ( 6296 5156 2096 ) ( 6296 5156 2080 ) algiers/lighthouse_railing 0 -34 0.00 1 1 204800 262688 0 +} +// brush 779 +{ +( 6640 5188 2080 ) ( 6640 5176 2080 ) ( 6804 5176 2080 ) common/nodraw -12 -34 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6804 5180 2112 ) ( 6640 5180 2112 ) ( 6640 5192 2112 ) common/nodraw -12 -34 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6816 5180 2096 ) ( 6816 5192 2096 ) ( 6816 5192 2080 ) common/nodraw -12 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6804 5184 2096 ) ( 6640 5184 2096 ) ( 6640 5184 2080 ) common/nodraw 40 -2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6304 5148 2096 ) ( 6304 5136 2096 ) ( 6304 5136 2080 ) common/nodraw -12 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6640 5176 2096 ) ( 6804 5176 2096 ) ( 6804 5176 2080 ) algiers/lighthouse_railing 0 -34 0.00 1 1 204800 262688 0 +} +// brush 780 +{ +( 6836 5168 2080 ) ( 6824 5168 2080 ) ( 6824 5004 2080 ) common/nodraw -60 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6828 5004 2112 ) ( 6828 5168 2112 ) ( 6840 5168 2112 ) common/nodraw -60 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6828 4992 2096 ) ( 6840 4992 2096 ) ( 6840 4992 2080 ) common/nodraw -60 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6832 5004 2096 ) ( 6832 5168 2096 ) ( 6832 5168 2080 ) common/nodraw 8 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6836 5168 2096 ) ( 6824 5168 2096 ) ( 6824 5168 2080 ) common/nodraw -60 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6824 5168 2096 ) ( 6824 5004 2096 ) ( 6824 5004 2080 ) algiers/lighthouse_railing 0 -34 0.00 1 1 204800 262688 0 +} +// brush 781 +{ +( 6640 4856 1904 ) ( 5936 4856 1904 ) ( 5936 4472 1904 ) common/caulk -48 -8 0.00 1 1 0 65696 0 +( 5936 5056 1896 ) ( 6064 5056 1896 ) ( 6000 5056 2184 ) central_europe/tudor_set2b 88 -24 0.00 1 0.625000 0 65536 0 +( 6152 4880 1896 ) ( 6024 4880 1896 ) ( 6088 4880 2184 ) common/caulk -48 39 0.00 1 1 0 65696 0 +( 6580 5040 2064 ) ( 6604 5048 2064 ) ( 6628 5040 2064 ) common/caulk -48 -32 0.00 1 1 0 65696 0 +( 6832 4896 1896 ) ( 6832 4832 1896 ) ( 6832 4864 2168 ) central_europe/tudor_set2b 72 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6816 5024 1904 ) ( 6816 5056 1904 ) ( 6816 5040 2064 ) central_europe/tudor_set2b 72 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +} +// brush 782 +{ +( 6368 4336 2240 ) ( 6368 4528 2240 ) ( 6528 4528 2080 ) central_europe_winter/winterroof_set1aw -54 -221 90.00 1 1 0 67108864 0 +( 6528 4336 2080 ) ( 6528 4528 2080 ) ( 6512 4528 2080 ) common/caulk 16 -55 90.00 1 1 0 65696 0 +( 6512 4464 2080 ) ( 6368 4608 2224 ) ( 6368 4336 2224 ) mohtest/wdflr2a 0 -255 90.00 1 1 0 16384 0 +( 6368 4336 2224 ) ( 6368 4528 2224 ) ( 6368 4528 2240 ) common/caulk 16 6 0.00 1 1 0 65696 0 +( 6368 4608 2224 ) ( 6512 4464 2080 ) ( 6528 4448 2080 ) common/caulk 16 6 0.00 1 1 0 65696 0 +( 6368 4448 2184 ) ( 6368 4448 2240 ) ( 6528 4448 2212 ) common/caulk -48 6 0.00 1 1 0 65696 0 +} +// brush 783 +{ +( 6208 4528 2080 ) ( 6368 4528 2240 ) ( 6368 4336 2240 ) central_europe_winter/winterroof_set1aw 138 227 -90.00 1 1 0 67108864 0 +( 6224 4528 2080 ) ( 6208 4528 2080 ) ( 6208 4336 2080 ) common/caulk 16 -5 90.00 1 1 0 65696 0 +( 6368 4608 2224 ) ( 6224 4464 2080 ) ( 6224 4336 2080 ) mohtest/wdflr2a 0 -255 90.00 1 1 0 16384 0 +( 6368 4528 2240 ) ( 6368 4528 2224 ) ( 6368 4336 2224 ) common/caulk 16 6 0.00 1 1 0 65696 0 +( 6224 4464 2080 ) ( 6368 4608 2224 ) ( 6368 4608 2240 ) common/caulk 0 6 -180.00 1 -1 0 65696 0 +( 6208 4448 2184 ) ( 6208 4448 2240 ) ( 6368 4448 2212 ) common/caulk 0 6 -180.00 1 -1 0 65696 0 +} +// brush 784 +{ +( 6816 4608 2240 ) ( 6976 4448 2080 ) ( 6528 4448 2080 ) central_europe_winter/winterroof_set1aw -86 10 0.00 1 1 0 67108864 0 +( 6368 4608 2224 ) ( 6368 4608 2240 ) ( 6528 4448 2080 ) common/caulk 32 0 0.00 1 1 0 65696 0 +( 6512 4464 2080 ) ( 6528 4448 2080 ) ( 6944 4448 2080 ) common/caulk 32 -29 90.00 1 1 0 65696 0 +( 6960 4464 2080 ) ( 6816 4608 2224 ) ( 6368 4608 2224 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +( 6368 4608 2240 ) ( 6368 4608 2224 ) ( 6784 4608 2224 ) common/caulk 0 0 -180.00 1 -1 0 65696 0 +( 6592 4608 2080 ) ( 6592 4536 2080 ) ( 6592 4572 2240 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 785 +{ +( 6368 4608 2240 ) ( 6208 4448 2080 ) ( 5664 4448 2080 ) central_europe_winter/winterroof_set1aw -86 10 0.00 1 1 0 67108864 0 +( 6208 4448 2080 ) ( 6368 4608 2240 ) ( 6368 4608 2224 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 5792 4448 2080 ) ( 6208 4448 2080 ) ( 6224 4464 2080 ) common/caulk 32 -29 90.00 1 1 0 65696 0 +( 6224 4464 2080 ) ( 6368 4608 2224 ) ( 5952 4608 2224 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +( 6368 4608 2240 ) ( 5952 4608 2240 ) ( 5952 4608 2224 ) common/caulk 0 0 -180.00 1 -1 0 65696 0 +( 6080 4448 2080 ) ( 6104 4472 2080 ) ( 6092 4460 2240 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +} +// brush 786 +{ +( 6888 5424 2224 ) ( 6872 5424 2224 ) ( 6872 4808 2224 ) central_europe_winter/joist_w 20 -4 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6864 4808 2240 ) ( 6864 5424 2240 ) ( 6880 5424 2240 ) common/caulk -48 20 0.00 1 1 0 65696 0 +surfaceparm detail +( 6764 4672 2240 ) ( 6780 4672 2240 ) ( 6780 4672 2080 ) common/caulk -48 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 6608 4856 2240 ) ( 6608 5472 2240 ) ( 6608 5472 2080 ) central_europe_winter/transjoist_w -28 8 -90.00 1 1 0 16384 0 +( 6592 5408 2240 ) ( 6592 4792 2240 ) ( 6592 4792 2080 ) common/caulk 28 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 4848 2224 ) ( 6784 4848 2224 ) ( 6748 4848 2240 ) common/caulk -48 31 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 787 +{ +( 6888 5376 2224 ) ( 6872 5376 2224 ) ( 6872 4760 2224 ) central_europe_winter/joist_w 4 -4 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6864 4760 2240 ) ( 6864 5376 2240 ) ( 6880 5376 2240 ) common/caulk -48 -28 0.00 1 1 0 65696 0 +surfaceparm detail +( 6880 4848 2240 ) ( 6896 4848 2240 ) ( 6896 4848 2080 ) central_europe_winter/transjoist_w -28 8 -90.00 1 1 0 16384 0 +( 6880 4836 2240 ) ( 6880 5452 2240 ) ( 6880 5452 2080 ) common/caulk 12 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 6592 5360 2240 ) ( 6592 4744 2240 ) ( 6592 4744 2080 ) common/caulk 12 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 4864 2224 ) ( 6784 4864 2224 ) ( 6748 4864 2240 ) common/caulk -48 31 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 788 +{ +( 6880 4848 2240 ) ( 6880 4864 2240 ) ( 7056 4864 2064 ) central_europe_winter/winterroof_set1aw -86 -213 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6336 4848 1896 ) ( 6720 4848 1896 ) ( 6720 4848 1768 ) central_europe_winter/transjoist_w 18 8 45.00 1 1 0 16384 0 +surfaceparm detail +( 6880 4864 2224 ) ( 6880 4848 2224 ) ( 7056 4848 2048 ) central_europe_winter/joist_w 4 -4 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 4848 2224 ) ( 6880 4864 2224 ) ( 6880 4864 2240 ) common/caulk 0 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 6896 4864 2056 ) ( 7056 4864 2048 ) ( 7056 4864 2064 ) common/caulk 16 -24 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7056 4864 2032 ) ( 7056 4848 2032 ) ( 7056 4856 2224 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 789 +{ +( 6880 5216 2240 ) ( 7056 5216 2064 ) ( 7056 5200 2064 ) central_europe_winter/winterroof_set1aw -38 -219 90.00 1 1 0 67108864 0 +surfaceparm detail +( 7056 4864 2068 ) ( 7056 4864 2052 ) ( 7040 4864 2064 ) common/caulk -48 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6880 5200 2224 ) ( 7056 5200 2048 ) ( 7056 5216 2048 ) central_europe_winter/joist_w 4 -4 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7040 5760 2064 ) ( 7056 5776 2048 ) ( 7056 5776 2064 ) common/caulk -16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 7056 4864 2052 ) ( 7056 4864 2068 ) ( 7056 5776 2064 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +( 7040 4864 2080 ) ( 7040 4864 2064 ) ( 7040 5760 2064 ) common/caulk 16 -24 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 790 +{ +( 6864 5760 2080 ) ( 6864 5776 2064 ) ( 7056 5776 2064 ) central_europe_winter/winterroof_set1aw 50 -220 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 6864 5776 2048 ) ( 6864 5760 2064 ) ( 7040 5760 2064 ) central_europe_winter/joist_w 4 -4 90.00 1 -1 0 16384 0 +surfaceparm detail +( 7056 5776 2064 ) ( 7056 5776 2048 ) ( 7040 5760 2064 ) common/caulk 0 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7056 5776 2048 ) ( 7056 5776 2064 ) ( 6848 5776 2064 ) central_europe_winter/transjoist_w -12 120 -90.00 1 1 0 16384 0 +( 6848 5760 2064 ) ( 6848 5760 2080 ) ( 7040 5760 2080 ) common/caulk -8 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 6848 5760 2080 ) ( 6848 5760 2064 ) ( 6864 5776 2048 ) common/caulk 15 -24 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 791 +{ +( 6064 5200 2064 ) ( 6064 5216 2064 ) ( 6240 5216 2240 ) central_europe_winter/winterroof_set1aw -38 -11 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6064 5200 2064 ) ( 6080 5184 2080 ) ( 6080 5184 2064 ) common/caulk 15 15 0.00 1 1 0 65696 0 +surfaceparm detail +( 6064 5216 2048 ) ( 6064 5200 2048 ) ( 6240 5200 2224 ) central_europe_winter/joist_w 0 0 0.00 1 1 0 16384 0 +( 6064 5776 2064 ) ( 6064 5776 2048 ) ( 6080 5760 2064 ) common/caulk -15 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6064 5776 2048 ) ( 6064 5776 2064 ) ( 6064 5200 2064 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +( 6080 5760 2080 ) ( 6080 5760 2064 ) ( 6080 5184 2064 ) common/caulk 16 -24 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 792 +{ +( 6592 4608 2240 ) ( 6608 4608 2240 ) ( 6608 4432 2064 ) central_europe_winter/winterroof_set1aw -86 10 0.00 1 1 0 67108864 0 +surfaceparm detail +( 6592 5152 1896 ) ( 6592 4768 1896 ) ( 6592 4768 1768 ) central_europe_winter/tudor_set2aw -112 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6608 4608 2224 ) ( 6592 4608 2224 ) ( 6592 4432 2048 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6592 4608 2224 ) ( 6608 4608 2224 ) ( 6608 4608 2240 ) common/caulk -16 -24 0.00 1 1 0 65696 0 +surfaceparm detail +( 6608 4592 2056 ) ( 6608 4432 2048 ) ( 6608 4432 2064 ) central_europe_winter/transjoist_w -36 4 -45.00 1 1 0 16384 0 +( 6608 4432 2032 ) ( 6592 4432 2032 ) ( 6600 4432 2224 ) central_europe_winter/transjoist_w 19 8 -90.00 1 1 0 16384 0 +} +// brush 793 +{ +( 6480 4432 2064 ) ( 6464 4432 2064 ) ( 6464 4608 2240 ) central_europe_winter/winterroof_set1aw -150 3 0.00 1 1 0 67108864 0 +surfaceparm detail +( 6592 4432 2048 ) ( 6592 4432 2064 ) ( 6592 4448 2080 ) common/caulk 0 39 0.00 1 1 0 65696 0 +( 6464 4432 2048 ) ( 6480 4432 2048 ) ( 6480 4608 2224 ) central_europe_winter/joist_w 0 0 -90.00 1 1 0 16384 0 +( 6080 4448 2080 ) ( 6064 4432 2064 ) ( 6064 4432 2048 ) common/caulk 16 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6592 4432 2064 ) ( 6592 4432 2048 ) ( 6064 4432 2048 ) central_europe_winter/transjoist_w 19 8 -90.00 1 1 0 16384 0 +( 6592 4448 2064 ) ( 6592 4448 2080 ) ( 6080 4448 2080 ) common/caulk 0 -24 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 794 +{ +( 6240 4832 2240 ) ( 6064 4832 2064 ) ( 6064 4848 2064 ) central_europe_winter/winterroof_set1aw -54 -12 90.00 1 1 0 67108864 0 +surfaceparm detail +( 6080 4864 2064 ) ( 6080 4864 2080 ) ( 6064 4848 2064 ) central_europe_winter/tudor_set2aw -64 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6240 4848 2224 ) ( 6064 4848 2048 ) ( 6064 4832 2048 ) central_europe_winter/joist_w 0 0 0.00 1 1 0 16384 0 +( 6064 4432 2048 ) ( 6064 4432 2064 ) ( 6080 4448 2080 ) common/caulk 32 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6064 4432 2064 ) ( 6064 4432 2048 ) ( 6064 4848 2048 ) central_europe_winter/transjoist_w 19 8 -90.00 1 1 0 16384 0 +( 6080 4448 2064 ) ( 6080 4448 2080 ) ( 6080 4864 2080 ) common/caulk -32 -24 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 795 +{ +( 5888 4848 2064 ) ( 5872 4848 2064 ) ( 5872 5024 2240 ) central_europe_winter/winterroof_set1aw -86 162 0.00 1 1 0 67108864 0 +surfaceparm detail +( 5872 5584 1912 ) ( 5872 5200 1912 ) ( 5872 5200 1784 ) central_europe_winter/transjoist_w -10 -30 -45.02 1.000239 -0.999548 0 16384 0 +( 5872 4848 2048 ) ( 5888 4848 2048 ) ( 5888 5024 2224 ) central_europe_winter/joist_w 0 0 0.00 1 1 0 16384 0 +( 5888 5024 2240 ) ( 5696 5024 2240 ) ( 5696 5024 2224 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5888 5024 2072 ) ( 5888 4864 2064 ) ( 5888 4864 2080 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5888 4864 2048 ) ( 5872 4864 2048 ) ( 5880 4864 2240 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 796 +{ +( 5888 5024 2240 ) ( 5888 4848 2064 ) ( 5872 4848 2064 ) central_europe_winter/winterroof_set1aw 170 -78 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 5872 5584 1912 ) ( 5872 5200 1912 ) ( 5872 5200 1784 ) central_europe_winter/transjoist_w -10 -30 -45.02 1.000239 -0.999548 0 16384 0 +( 5872 5024 2224 ) ( 5872 4848 2048 ) ( 5888 4848 2048 ) central_europe_winter/joist_w 0 0 -90.00 1 1 0 16384 0 +( 6064 4848 2048 ) ( 6064 4848 2064 ) ( 6080 4864 2080 ) common/caulk 32 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6064 4848 2064 ) ( 6064 4848 2048 ) ( 5872 4848 2048 ) central_europe_winter/transjoist_w 19 8 -90.00 1 1 0 16384 0 +( 5880 4864 2240 ) ( 5872 4864 2048 ) ( 5888 4864 2048 ) common/caulk 0 -24 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 797 +{ +( 5872 5200 2064 ) ( 5888 5200 2064 ) ( 5888 5024 2240 ) central_europe_winter/winterroof_set1aw 170 -158 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 5872 4848 1784 ) ( 5872 4848 1912 ) ( 5872 4464 1912 ) central_europe_winter/transjoist_w -10 -30 45.00 1.000239 -0.999548 0 16384 0 +( 5888 5200 2048 ) ( 5872 5200 2048 ) ( 5872 5024 2224 ) central_europe_winter/joist_w 0 0 -90.00 1 1 0 16384 0 +( 6064 5200 2064 ) ( 6064 5200 2048 ) ( 6080 5184 2064 ) common/caulk 15 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 6064 5200 2048 ) ( 6064 5200 2064 ) ( 5872 5200 2064 ) central_europe_winter/transjoist_w -12 -8 -90.00 1 1 0 16384 0 +( 5888 5184 2048 ) ( 5872 5184 2048 ) ( 5880 5184 2240 ) common/caulk 0 -24 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 798 +{ +( 5872 5200 2064 ) ( 5888 5200 2064 ) ( 5888 5024 2240 ) central_europe_winter/winterroof_set1aw 170 -158 -180.00 1 1 0 67108864 0 +surfaceparm detail +( 5872 4848 1784 ) ( 5872 4848 1912 ) ( 5872 4464 1912 ) central_europe_winter/transjoist_w -10 -30 45.00 1.000239 -0.999548 0 16384 0 +( 5888 5200 2048 ) ( 5872 5200 2048 ) ( 5872 5024 2224 ) central_europe_winter/joist_w 0 0 0.00 1 1 0 16384 0 +( 5696 5024 2224 ) ( 5696 5024 2240 ) ( 5888 5024 2240 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5888 5184 2080 ) ( 5888 5184 2064 ) ( 5888 5024 2072 ) common/caulk 16 -8 0.00 1 1 0 65696 0 +surfaceparm detail +( 5872 5184 2048 ) ( 5888 5184 2048 ) ( 5880 5184 2240 ) common/caulk 0 -24 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 799 +{ +( 5880 5056 1976 ) ( 5872 5056 1976 ) ( 5872 5032 1976 ) central_europe_winter/step_rise 45 42 90.00 0.250000 0.500000 0 67108864 0 +surfaceparm detail +( 5876 5032 1988 ) ( 5876 5056 1988 ) ( 5884 5056 1988 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 5872 4992 2056 ) ( 5880 4992 2056 ) ( 5880 4992 2040 ) central_europe_winter/step_rise 45 -22 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 5888 5028 2060 ) ( 5888 5052 2060 ) ( 5888 5052 2044 ) common/caulk 0 47 0.00 1 1 0 65696 0 +surfaceparm detail +( 5880 5052 2060 ) ( 5872 5052 2060 ) ( 5872 5052 2044 ) central_europe_winter/step_rise 45 -22 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 5876 5056 2060 ) ( 5876 5032 2060 ) ( 5876 5032 2044 ) central_europe_winter/step_rise 45 -22 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +} +// brush 800 +{ +( 5888 5004 1988 ) ( 5880 5004 1988 ) ( 5880 4980 1988 ) central_europe_winter/shutter_set2w -35 -9 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5884 4980 2064 ) ( 5884 5004 2064 ) ( 5892 5004 2064 ) common/caulk 0 -20 0.00 1 1 0 65696 0 +surfaceparm detail +( 5876 4976 2056 ) ( 5884 4976 2056 ) ( 5884 4976 2040 ) central_europe_winter/shutter_set2w -35 -75 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5888 4980 2056 ) ( 5888 5004 2056 ) ( 5888 5004 2040 ) common/caulk -12 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 5888 5000 2056 ) ( 5880 5000 2056 ) ( 5880 5000 2040 ) central_europe_winter/shutter_set2w -35 -75 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5884 5004 2056 ) ( 5884 4980 2056 ) ( 5884 4980 2040 ) central_europe_winter/shutter_set2w -23 19 -180.00 0.687500 -0.593750 0 16384 0 +surfaceparm detail +} +// brush 801 +{ +( 5888 5092 1988 ) ( 5880 5092 1988 ) ( 5880 5068 1988 ) central_europe_winter/shutter_set2w -35 15 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5884 5068 2064 ) ( 5884 5092 2064 ) ( 5892 5092 2064 ) common/caulk 0 20 0.00 1 1 0 65696 0 +surfaceparm detail +( 5880 5044 2056 ) ( 5888 5044 2056 ) ( 5888 5044 2040 ) central_europe_winter/shutter_set2w -35 -75 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5888 5068 2056 ) ( 5888 5092 2056 ) ( 5888 5092 2040 ) common/caulk 12 31 0.00 1 1 0 65696 0 +surfaceparm detail +( 5892 5068 2056 ) ( 5884 5068 2056 ) ( 5884 5068 2040 ) central_europe_winter/shutter_set2w -35 -75 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5884 5092 2056 ) ( 5884 5068 2056 ) ( 5884 5068 2040 ) central_europe_winter/shutter_set2w -22 19 -180.00 0.687500 -0.593750 0 16384 0 +surfaceparm detail +} +// brush 802 +{ +( 6584 5376 2208 ) ( 6568 5376 2208 ) ( 6568 4760 2208 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6560 4760 2224 ) ( 6560 5376 2224 ) ( 6576 5376 2224 ) common/caulk 0 21 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6576 4760 2224 ) ( 6576 5376 2224 ) ( 6576 5376 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6576 5376 2224 ) ( 6560 5376 2224 ) ( 6560 5376 2064 ) common/caulk 0 22 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6560 5376 2224 ) ( 6560 4760 2224 ) ( 6560 4760 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6616 4760 2208 ) ( 6544 4760 2208 ) ( 6580 4760 2224 ) common/caulk -56 7 0.00 1 1 0 65696 0 +} +// brush 803 +{ +( 6888 5376 2208 ) ( 6872 5376 2208 ) ( 6872 4760 2208 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6864 4760 2224 ) ( 6864 5376 2224 ) ( 6880 5376 2224 ) common/caulk 48 21 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6880 4752 2224 ) ( 6880 5368 2224 ) ( 6880 5368 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 5376 2224 ) ( 6864 5376 2224 ) ( 6864 5376 2064 ) common/caulk 48 22 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6864 5376 2224 ) ( 6864 4760 2224 ) ( 6864 4760 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6784 4880 2208 ) ( 6712 4880 2208 ) ( 6748 4880 2224 ) common/caulk -56 7 0.00 1 1 0 65696 0 +} +// brush 804 +{ +( 6888 5376 2208 ) ( 6872 5376 2208 ) ( 6872 4760 2208 ) central_europe_winter/joist_w 8 -8 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6864 4760 2224 ) ( 6864 5376 2224 ) ( 6880 5376 2224 ) common/caulk 48 21 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6864 4800 2224 ) ( 6880 4800 2224 ) ( 6880 4800 2064 ) central_europe_winter/joist_w -16 0 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 4752 2224 ) ( 6880 5368 2224 ) ( 6880 5368 2064 ) central_europe_winter/joist_w -16 0 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6864 5376 2224 ) ( 6864 4760 2224 ) ( 6864 4760 2064 ) central_europe_winter/joist_w -16 0 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6712 4864 2208 ) ( 6784 4864 2208 ) ( 6748 4864 2224 ) common/caulk -56 7 0.00 1 1 0 65696 0 +} +// brush 805 +{ +( 6744 5376 2208 ) ( 6728 5376 2208 ) ( 6728 4760 2208 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6720 4760 2224 ) ( 6720 5376 2224 ) ( 6736 5376 2224 ) common/caulk 32 21 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6736 4760 2224 ) ( 6736 5376 2224 ) ( 6736 5376 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 5376 2224 ) ( 6720 5376 2224 ) ( 6720 5376 2064 ) common/caulk 32 22 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6720 5376 2224 ) ( 6720 4760 2224 ) ( 6720 4760 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6784 4880 2208 ) ( 6712 4880 2208 ) ( 6748 4880 2224 ) common/caulk -56 7 0.00 1 1 0 65696 0 +} +// brush 806 +{ +( 6744 5376 2208 ) ( 6728 5376 2208 ) ( 6728 4760 2208 ) central_europe_winter/joist_w 20 -4 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6720 4760 2224 ) ( 6720 5376 2224 ) ( 6736 5376 2224 ) common/caulk 32 21 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6720 4800 2224 ) ( 6736 4800 2224 ) ( 6736 4800 2064 ) central_europe_winter/joist_w -16 0 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6736 4760 2224 ) ( 6736 5376 2224 ) ( 6736 5376 2064 ) central_europe_winter/joist_w -16 0 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6720 5376 2224 ) ( 6720 4760 2224 ) ( 6720 4760 2064 ) central_europe_winter/joist_w -16 0 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6712 4864 2208 ) ( 6784 4864 2208 ) ( 6748 4864 2224 ) common/caulk -56 7 0.00 1 1 0 65696 0 +} +// brush 807 +{ +( 6264 5376 2208 ) ( 6248 5376 2208 ) ( 6248 4760 2208 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6240 4760 2224 ) ( 6240 5376 2224 ) ( 6256 5376 2224 ) common/caulk 0 22 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6240 4760 2224 ) ( 6256 4760 2224 ) ( 6256 4760 2064 ) common/caulk 0 22 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6256 4768 2224 ) ( 6256 5384 2224 ) ( 6256 5384 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6256 5376 2224 ) ( 6240 5376 2224 ) ( 6240 5376 2064 ) common/caulk 0 22 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6240 5376 2224 ) ( 6240 4760 2224 ) ( 6240 4760 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 808 +{ +( 6424 5376 2208 ) ( 6408 5376 2208 ) ( 6408 4760 2208 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6400 4760 2224 ) ( 6400 5376 2224 ) ( 6416 5376 2224 ) common/caulk 32 23 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6400 4760 2224 ) ( 6416 4760 2224 ) ( 6416 4760 2064 ) common/caulk 32 22 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6416 4760 2224 ) ( 6416 5376 2224 ) ( 6416 5376 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6416 5376 2224 ) ( 6400 5376 2224 ) ( 6400 5376 2064 ) common/caulk 32 22 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6400 5376 2224 ) ( 6400 4760 2224 ) ( 6400 4760 2064 ) mohtest/wood_joist_trim_masked 0 0 90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 809 +{ +( 7296 6912 2024 ) ( 7592 7008 2016 ) ( 7592 6976 2016 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +surfaceparm detail +( 7592 7008 1984 ) ( 7592 7008 1792 ) ( 7592 6976 1792 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7296 6880 2024 ) ( 7296 6880 1824 ) ( 7296 6912 1824 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7296 6912 1992 ) ( 7296 6912 1792 ) ( 7592 7008 1792 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7592 6976 1984 ) ( 7592 6976 1792 ) ( 7296 6880 1792 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +surfaceparm detail +( 7592 7008 1792 ) ( 7296 6912 1792 ) ( 7296 6880 1792 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 810 +{ +( 7088 6999.500000 1792 ) ( 7088 6967.500000 1792 ) ( 7296 6880 1792 ) common/caulk -48 -15 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7088 6967.499512 1792 ) ( 7088 6967.499512 2011.500000 ) ( 7296 6879.999512 1992 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 7088 6999.499512 2011.500000 ) ( 7088 6999.499512 1792 ) ( 7296 6911.999512 1792 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7296 6880 2024 ) ( 7296 6912 2024 ) ( 7296 6912 1824 ) common/caulk -15 -1 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7088 6984 2016 ) ( 7088 6984 1888 ) ( 7088 7016 1888 ) common/caulk -46 -1 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7088 6967.499512 2043.500000 ) ( 7088 6999.500000 2043.500000 ) ( 7296 6912 2024 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 811 +{ +( 7208 6784 1792 ) ( 7208 6816 1792 ) ( 6760 6816 1792 ) common/caulk 0 -15 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6720 6752 1888 ) ( 6720 6752 2016 ) ( 7040 6968 2016 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6688 6768 2016 ) ( 6688 6768 1792 ) ( 7040 7000 1792 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6688 6768 1816 ) ( 6688 6768 2040 ) ( 6720 6752 2040 ) common/caulk -31 63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 7040 6968 1888 ) ( 7040 6968 2016 ) ( 7040 7000 2016 ) common/caulk -63 63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6984 7048 2040 ) ( 6984 7016 2040 ) ( 6760 6784 2040 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 812 +{ +( 7032 6520 1792 ) ( 7032 6552 1792 ) ( 6584 6552 1792 ) common/caulk -8 8 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6672 6528 1816 ) ( 6672 6528 2032 ) ( 6720 6752 2040 ) central_europe_winter/stonewall1snow 32 0 0.00 1 1 0 65536 0 +( 6688 6768 1792 ) ( 6688 6768 2016 ) ( 6632 6528 2008 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6632 6528 1792 ) ( 6632 6528 2008 ) ( 6672 6528 2008 ) common/caulk 25 63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6688 6768 2040 ) ( 6688 6768 1816 ) ( 6720 6752 1816 ) common/caulk -7 63 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6576 6520 2032 ) ( 6544 6520 2032 ) ( 6720 6784 2040 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 813 +{ +( 6592 5576 1904 ) ( 5888 5576 1904 ) ( 5888 5192 1904 ) common/caulk 0 8 0.00 1 1 0 65696 0 +( 6080 5576 2024 ) ( 6080 5192 2024 ) ( 6080 5192 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6016 5184 1896 ) ( 5888 5184 1896 ) ( 5952 5184 2184 ) common/caulk 0 39 0.00 1 1 0 65696 0 +( 6096 5192 2024 ) ( 6096 5576 2024 ) ( 6096 5192 1896 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6084 5248 1904 ) ( 6100 5248 1904 ) ( 6092 5248 2080 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +( 6080 5184 2080 ) ( 6088 5248 2080 ) ( 6096 5184 2080 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +} +// brush 814 +{ +( 6080 5640 2024 ) ( 6080 5256 2024 ) ( 6080 5256 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6018 5248 1896 ) ( 5890 5248 1896 ) ( 5954 5248 2184 ) common/caulk 0 39 0.00 1 1 0 65696 0 +( 6096 5256 2024 ) ( 6096 5640 2024 ) ( 6096 5256 1896 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6544 4936 2080 ) ( 6568 5832 2080 ) ( 6592 4936 2080 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +( 6084 5312 1904 ) ( 6100 5312 1904 ) ( 6092 5312 2080 ) common/caulk 0 47 0.00 1 1 0 65696 0 +( 6088 5312 2032 ) ( 6080 5248 2032 ) ( 6096 5248 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +} +// brush 815 +{ +( 6592 5576 1904 ) ( 5888 5576 1904 ) ( 5888 5192 1904 ) common/caulk 0 8 0.00 1 1 0 65696 0 +( 6080 5576 2024 ) ( 6080 5192 2024 ) ( 6080 5192 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6096 5192 2024 ) ( 6096 5576 2024 ) ( 6096 5192 1896 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6544 4872 2080 ) ( 6568 5768 2080 ) ( 6592 4872 2080 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +( 6080 5744 1896 ) ( 6104 5744 1896 ) ( 6092 5744 2168 ) common/caulk 0 47 0.00 1 1 0 65696 0 +( 6096 5312 1904 ) ( 6080 5312 1904 ) ( 6088 5312 2080 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +} +// brush 816 +{ +( 5168 4608 2080 ) ( 5168 4992 2080 ) ( 5872 4992 2080 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6304 4608 1920 ) ( 6304 4992 1920 ) ( 6304 4992 1792 ) general_structure/floor4 0 0 90.00 1 1 0 16384 0 +( 5888 4952 1920 ) ( 5888 4568 1920 ) ( 5888 4568 1792 ) central_europe_winter/tudor_set2cw 167 -24 -180.00 0.750000 -0.750000 0 16384 0 +( 5184 5168 1792 ) ( 5312 5168 1792 ) ( 5248 5168 2080 ) common/caulk -48 0 0.00 1 1 0 65696 0 +( 5248 4880 1792 ) ( 5120 4880 1792 ) ( 5184 4880 2080 ) common/caulk -48 0 0.00 1 1 0 65696 0 +( 5168 4992 2064 ) ( 5168 4608 2064 ) ( 5872 4992 2064 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +} +// brush 817 +{ +( 5440 4192 2080 ) ( 5440 4576 2080 ) ( 6144 4576 2080 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6576 4192 1920 ) ( 6576 4576 1920 ) ( 6576 4576 1792 ) common/caulk 32 0 0.00 1 1 0 65696 0 +( 6096 4544 1920 ) ( 6096 4160 1920 ) ( 6096 4160 1792 ) common/caulk 32 0 0.00 1 1 0 65696 0 +( 5448 4880 1792 ) ( 5576 4880 1792 ) ( 5512 4880 2080 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +( 5520 4464 1792 ) ( 5392 4464 1792 ) ( 5456 4464 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5440 4576 2064 ) ( 5440 4192 2064 ) ( 6144 4576 2064 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +} +// brush 818 +{ +( 6608 4984 1904 ) ( 5904 4984 1904 ) ( 5904 4600 1904 ) common/caulk -16 -8 0.00 1 1 0 65696 0 +( 6096 4984 2024 ) ( 6096 4600 2024 ) ( 6096 4600 1896 ) common/caulk 8 39 0.00 1 1 0 65696 0 +( 5904 5184 1896 ) ( 6032 5184 1896 ) ( 5968 5184 2184 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6088 5168 1896 ) ( 5960 5168 1896 ) ( 6024 5168 2184 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6548 5168 2064 ) ( 6572 5176 2064 ) ( 6596 5168 2064 ) common/caulk -16 -32 0.00 1 1 0 65696 0 +( 6906 5192 1904 ) ( 6906 5160 1904 ) ( 6906 5176 2064 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +} +// brush 819 +{ +( 6824 5856 2088 ) ( 6824 5760 2088 ) ( 6552 5760 2088 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +( 6824 5760 2088 ) ( 6824 5856 2088 ) ( 6832 5856 2080 ) common/caulk -32 16 0.00 1 1 0 65696 0 +( 6552 5856 2088 ) ( 6552 5760 2088 ) ( 6544 5760 2080 ) common/caulk -32 16 0.00 1 1 0 65696 0 +( 5624 5856 1808 ) ( 5752 5856 1808 ) ( 5688 5856 2096 ) common/caulk -48 15 0.00 1 1 0 65696 0 +( 5696 5760 1808 ) ( 5568 5760 1808 ) ( 5632 5760 2096 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +( 5616 5856 2080 ) ( 5616 5472 2080 ) ( 6320 5856 2080 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +} +// brush 820 +{ +( 6688 5600 2240 ) ( 6848 5760 2080 ) ( 7392 5760 2080 ) central_europe_winter/winterroof_set1aw 170 -214 -180.00 1 1 0 67108864 0 +( 6848 5760 2080 ) ( 6688 5600 2240 ) ( 6688 5600 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7264 5760 2080 ) ( 6848 5760 2080 ) ( 6832 5744 2080 ) common/caulk 0 33 -90.00 1 1 0 65696 0 +( 6832 5744 2080 ) ( 6688 5600 2224 ) ( 7104 5600 2224 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +( 6688 5600 2240 ) ( 7104 5600 2240 ) ( 7104 5600 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6896 5616 2080 ) ( 6880 5600 2080 ) ( 6888 5608 2240 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 821 +{ +( 6520 5184 2080 ) ( 5816 5184 2080 ) ( 5816 4800 2080 ) common/caulk -56 0 0.00 1 1 0 65696 0 +( 6528 5392 2224 ) ( 6528 5392 2080 ) ( 6512 5392 2080 ) common/caulk -56 23 0.00 1 1 0 65696 0 +( 6460 5368 2224 ) ( 6484 5376 2224 ) ( 6508 5368 2224 ) common/caulk -56 -24 0.00 1 1 0 65696 0 +( 6512 5392 2224 ) ( 6512 5392 2080 ) ( 6512 5744 2080 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 surfaceDensity 4 +( 6528 5392 2080 ) ( 6528 5392 2224 ) ( 6528 5600 2224 ) central_europe/tudor_set1_exwall1b 0 -124 0.00 0.750000 0.750000 0 16384 0 surfaceDensity 4 +( 6512 5728 2096 ) ( 6512 5744 2080 ) ( 6528 5736 2088 ) common/caulk -48 -32 0.00 1 1 0 65696 0 +} +// brush 822 +{ +( 6600 5192 1904 ) ( 5896 5192 1904 ) ( 5896 4808 1904 ) common/caulk -8 8 0.00 1 1 0 65696 0 +( 7024 4808 2024 ) ( 7024 5192 2024 ) ( 7024 5192 1896 ) common/caulk -8 39 0.00 1 1 0 65696 0 +( 5896 5392 1896 ) ( 6024 5392 1896 ) ( 5960 5392 2184 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6064 5376 1896 ) ( 5936 5376 1896 ) ( 6000 5376 2184 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6540 5376 2064 ) ( 6564 5384 2064 ) ( 6588 5376 2064 ) common/caulk -8 -16 0.00 1 1 0 65696 0 +( 6592 5368 1904 ) ( 6592 5400 1904 ) ( 6592 5384 2064 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +} +// brush 823 +{ +( 5888 4608 2080 ) ( 5888 4992 2080 ) ( 6592 4992 2080 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +( 7024 4608 1920 ) ( 7024 4992 1920 ) ( 7024 4992 1792 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6816 4976 1920 ) ( 6816 4592 1920 ) ( 6816 4592 1792 ) general_structure/floor4 0 0 90.00 1 1 0 16384 0 +( 5904 5168 1792 ) ( 6032 5168 1792 ) ( 5968 5168 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5968 4880 1792 ) ( 5840 4880 1792 ) ( 5904 4880 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5888 4992 2064 ) ( 5888 4608 2064 ) ( 6592 4992 2064 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +} +// brush 824 +{ +( 5744 4304 2240 ) ( 5744 4688 2240 ) ( 6448 4688 2240 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 6592 4304 2080 ) ( 6592 4688 2080 ) ( 6592 4688 1952 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 6240 4632 2080 ) ( 6240 4248 2080 ) ( 6240 4248 1952 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 5760 4864 1952 ) ( 5888 4864 1952 ) ( 5824 4864 2240 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 5872 4608 1952 ) ( 5744 4608 1952 ) ( 5808 4608 2240 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 5744 4688 2224 ) ( 5744 4304 2224 ) ( 6448 4688 2224 ) mohtest/wdflr2a 0 -255 90.00 1 1 0 16384 0 surfaceDensity 4 +} +// brush 825 +{ +( 5744 5040 2240 ) ( 5744 5424 2240 ) ( 6448 5424 2240 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 6880 5040 2080 ) ( 6880 5424 2080 ) ( 6880 5424 1952 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 6240 5368 2080 ) ( 6240 4984 2080 ) ( 6240 4984 1952 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 5760 5600 1952 ) ( 5888 5600 1952 ) ( 5824 5600 2240 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 5864 4864 1952 ) ( 5736 4864 1952 ) ( 5800 4864 2240 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 5744 5424 2224 ) ( 5744 5040 2224 ) ( 6448 5424 2224 ) mohtest/wdflr2a 0 -255 90.00 1 1 0 16384 0 surfaceDensity 4 +} +// brush 826 +{ +( 6576 4880 2080 ) ( 6576 4864 2080 ) ( 7024 4864 2080 ) common/caulk -16 -30 90.00 1 1 0 65696 0 +( 6576 4864 2224 ) ( 6576 4880 2224 ) ( 6880 4880 2224 ) common/caulk -16 -30 90.00 1 1 0 65696 0 +( 6592 4880 2224 ) ( 6592 4880 2080 ) ( 7024 4880 2080 ) central_europe/tudor_set1_exwall1b 12 -124 0.00 0.750000 0.750000 0 16384 0 surfaceDensity 4 +( 6576 4864 2080 ) ( 6576 4880 2080 ) ( 6576 4880 2224 ) central_europe/tudor_set1_exwall1b -28 -124 0.00 0.750000 0.750000 0 16384 0 +( 6592 4864 2080 ) ( 6592 4864 2224 ) ( 6880 4864 2224 ) central_europe_winter/tudor_set1w_exwall1b 0 -124 0.00 1 0.750000 0 16384 0 +( 7024 4864 2080 ) ( 7008 4864 2096 ) ( 7016 4880 2088 ) common/caulk -16 -6 90.00 1 1 0 65696 0 +} +// brush 827 +{ +( 6784 4864 2080 ) ( 6080 4864 2080 ) ( 6080 4480 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 4480 2224 ) ( 6080 4864 2224 ) ( 6784 4864 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6592 4480 2200 ) ( 6592 4864 2200 ) ( 6592 4864 2072 ) central_europe_winter/tudor_set1w_exwall1b 8 -124 0.00 1 0.750000 0 16384 0 +( 6784 4864 2200 ) ( 6080 4864 2200 ) ( 6080 4864 2072 ) common/caulk 0 23 0.00 1 1 0 65696 0 +( 6576 4864 2200 ) ( 6576 4480 2200 ) ( 6576 4864 2072 ) central_europe/tudor_set1_exwall1b -100 -124 0.00 0.750000 0.750000 0 16384 0 +( 6576 4464 2080 ) ( 6576 4480 2096 ) ( 6592 4472 2088 ) common/caulk 0 24 0.00 1 1 0 65696 0 +} +// brush 828 +{ +( 6688 5872 2240 ) ( 6688 5680 2240 ) ( 6528 5680 2080 ) central_europe_winter/winterroof_set1aw 170 34 -90.00 1 1 0 67108864 0 +( 6528 5872 2080 ) ( 6528 5760 2080 ) ( 6544 5744 2080 ) common/caulk -16 8 -90.00 1 1 0 65696 0 +( 6688 5872 2240 ) ( 6528 5872 2080 ) ( 6544 5872 2080 ) common/caulk 0 7 0.00 1 1 0 65696 0 +( 6544 5744 2080 ) ( 6688 5600 2224 ) ( 6688 5872 2224 ) mohtest/wdflr2a 0 -255 90.00 1 1 0 16384 0 +( 6688 5600 2240 ) ( 6688 5872 2240 ) ( 6688 5872 2224 ) common/caulk -16 6 -180.00 1 -1 0 65696 0 +( 6528 5760 2080 ) ( 6688 5600 2240 ) ( 6688 5600 2224 ) common/caulk -16 6 -180.00 1 -1 0 65696 0 +} +// brush 829 +{ +( 6848 5680 2080 ) ( 6688 5680 2240 ) ( 6688 5872 2240 ) central_europe_winter/winterroof_set1aw -86 -29 90.00 1 1 0 67108864 0 +( 6832 5680 2080 ) ( 6848 5680 2080 ) ( 6848 5872 2080 ) common/caulk -16 57 -90.00 1 1 0 65696 0 +( 6528 5872 1800 ) ( 6528 5872 1928 ) ( 6144 5872 1928 ) common/caulk -48 7 0.00 1 1 0 65696 0 +( 6688 5600 2224 ) ( 6832 5744 2080 ) ( 6832 5872 2080 ) mohtest/wdflr2a 0 -255 90.00 1 1 0 16384 0 +( 6688 5680 2240 ) ( 6688 5680 2224 ) ( 6688 5872 2224 ) common/caulk -16 6 -180.00 1 -1 0 65696 0 +( 6832 5744 2080 ) ( 6688 5600 2224 ) ( 6688 5600 2240 ) common/caulk 31 7 0.00 1 1 0 65696 0 +} +// brush 830 +{ +( 6240 5024 2240 ) ( 6080 5184 2080 ) ( 6080 5728 2080 ) central_europe_winter/winterroof_set1aw 170 98 -90.00 1 1 0 67108864 0 +( 6080 5184 2080 ) ( 6240 5024 2240 ) ( 6240 5024 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 5600 2080 ) ( 6080 5184 2080 ) ( 6096 5168 2080 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +( 6096 5168 2080 ) ( 6240 5024 2224 ) ( 6240 5440 2224 ) mohtest/wdflr2a 0 -255 90.00 1 1 0 16384 0 surfaceDensity 4 +( 6240 5024 2240 ) ( 6240 5440 2240 ) ( 6240 5440 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 5760 2080 ) ( 6096 5744 2080 ) ( 6240 5600 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 831 +{ +( 7040 4864 2080 ) ( 6880 4864 2240 ) ( 6880 5600 2240 ) central_europe_winter/winterroof_set1aw -86 -213 90.00 1 1 0 67108864 0 +( 6880 4864 2240 ) ( 7040 4864 2080 ) ( 7024 4864 2080 ) common/caulk 31 0 -180.00 1 -1 0 65696 0 +( 7024 4864 2080 ) ( 7040 4912 2080 ) ( 7040 5760 2080 ) common/caulk 0 0 -180.00 1 1 0 65696 0 +( 6880 5592 2224 ) ( 6880 5344 2224 ) ( 7024 5344 2080 ) mohtest/wdflr2a 0 -255 90.00 1 1 0 16384 0 +( 6880 4864 2240 ) ( 6880 4864 2224 ) ( 6880 5600 2224 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +( 6872 5592 2080 ) ( 6880 5600 2080 ) ( 6876 5596 2248 ) common/caulk -32 0 -180.00 1 -1 0 65696 0 +} +// brush 832 +{ +( 6080 5184 2080 ) ( 6080 5024 2240 ) ( 5888 5024 2240 ) central_europe_winter/winterroof_set1aw 170 -158 -180.00 1 1 0 67108864 0 +( 6080 5168 2080 ) ( 6080 5184 2080 ) ( 5888 5184 2080 ) common/caulk 0 -8 0.00 1 1 0 65696 0 +( 5888 4864 1800 ) ( 5888 4864 1928 ) ( 5888 4480 1928 ) common/caulk 16 7 0.00 1 1 0 65696 0 +( 5888 5168 2080 ) ( 5888 5024 2224 ) ( 6080 5024 2224 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +( 6080 5024 2240 ) ( 6080 5024 2224 ) ( 5888 5024 2224 ) common/caulk 0 7 0.00 1 1 0 65696 0 +( 6224 5040 2080 ) ( 6240 5024 2080 ) ( 6232 5032 2240 ) common/caulk 15 7 0.00 1 1 0 65696 0 +} +// brush 833 +{ +( 5888 5024 2240 ) ( 6080 5024 2240 ) ( 6080 4864 2080 ) central_europe_winter/winterroof_set1aw -86 162 0.00 1 1 0 67108864 0 +( 5888 4864 2080 ) ( 6080 4864 2080 ) ( 6080 4880 2080 ) common/caulk 0 8 0.00 1 1 0 65696 0 +( 5888 5568 1928 ) ( 5888 5184 1928 ) ( 5888 5184 1800 ) common/caulk 0 7 0.00 1 1 0 65696 0 +( 6080 5024 2224 ) ( 5888 5024 2224 ) ( 5888 4880 2080 ) mohtest/wdflr2a 0 0 0.00 1 1 0 16384 0 +( 5888 5024 2224 ) ( 6080 5024 2224 ) ( 6080 5024 2240 ) common/caulk 0 7 0.00 1 1 0 65696 0 +( 6240 5024 2080 ) ( 6232 5016 2080 ) ( 6236 5020 2240 ) common/caulk 0 7 0.00 1 1 0 65696 0 +} +// brush 834 +{ +( 6240 4864 2240 ) ( 6240 4616 2240 ) ( 6080 4448 2080 ) central_europe_winter/winterroof_set1aw 170 98 -90.00 1 1 0 67108864 0 +( 6240 5024 2224 ) ( 6240 5024 2240 ) ( 6080 4864 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6096 4880 2080 ) ( 6080 4864 2080 ) ( 6080 4448 2080 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +( 6240 4616 2224 ) ( 6240 4864 2224 ) ( 6096 4864 2080 ) mohtest/wdflr2a 0 -255 90.00 1 1 0 16384 0 +( 6240 5024 2240 ) ( 6240 5024 2224 ) ( 6240 4608 2224 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6248 4616 2080 ) ( 6240 4608 2080 ) ( 6244 4612 2248 ) common/caulk 0 0 0.00 1 1 0 65696 0 +} +// brush 835 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5888 5560 2024 ) ( 5888 5176 2024 ) ( 5888 5176 1896 ) central_europe_winter/tudor_set2cw 183 -24 -180.00 0.750000 -0.750000 0 16384 0 +( 6016 4864 1896 ) ( 5888 4864 1896 ) ( 5952 4864 2184 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 5888 4880 1896 ) ( 6016 4880 1896 ) ( 5952 4880 2184 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6536 4864 2080 ) ( 6560 4872 2080 ) ( 6584 4864 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6096 4880 1896 ) ( 6096 4816 1896 ) ( 6096 4848 2168 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +} +// brush 836 +{ +( 6784 4864 1904 ) ( 6080 4864 1904 ) ( 6080 4480 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 4480 2080 ) ( 6080 4864 2080 ) ( 6784 4864 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 4448 2024 ) ( 6784 4448 2024 ) ( 6784 4448 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6784 4864 2024 ) ( 6080 4864 2024 ) ( 6080 4864 1896 ) common/caulk 0 39 0.00 1 1 0 65696 0 +( 6080 4864 2024 ) ( 6080 4480 2024 ) ( 6080 4480 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6096 4480 2024 ) ( 6096 4864 2024 ) ( 6096 4480 1896 ) central_europe/tudor_set2b 94 -24 0.00 1 0.625000 0 65536 0 +} +// brush 837 +{ +( 6784 4864 1904 ) ( 6080 4864 1904 ) ( 6080 4480 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 4480 2080 ) ( 6080 4864 2080 ) ( 6784 4864 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 4464 2024 ) ( 6784 4464 2024 ) ( 6784 4464 1896 ) common/caulk 0 39 0.00 1 1 0 65696 0 +( 6592 4480 2024 ) ( 6592 4864 2024 ) ( 6592 4864 1896 ) central_europe_winter/tudor_set2bw 16 -24 0.00 1 0.750000 0 65536 0 +( 6784 4864 2024 ) ( 6080 4864 2024 ) ( 6080 4864 1896 ) common/caulk 0 39 0.00 1 1 0 65696 0 +( 6576 4864 2024 ) ( 6576 4480 2024 ) ( 6576 4864 1896 ) central_europe/tudor_set2b 94 -24 0.00 1 0.625000 0 65536 0 +} +// brush 838 +{ +( 6784 4864 1904 ) ( 6080 4864 1904 ) ( 6080 4480 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 4480 2080 ) ( 6080 4864 2080 ) ( 6784 4864 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 4448 2024 ) ( 6784 4448 2024 ) ( 6784 4448 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6592 4480 2024 ) ( 6592 4864 2024 ) ( 6592 4864 1896 ) central_europe_winter/tudor_set2bw 16 -24 0.00 1 0.750000 0 65536 0 +( 6096 4864 2024 ) ( 6096 4480 2024 ) ( 6096 4480 1896 ) common/caulk 0 39 0.00 1 1 0 65696 0 +( 6784 4464 2024 ) ( 6080 4464 2024 ) ( 6784 4464 1896 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +} +// brush 839 +{ +( 6784 4864 1888 ) ( 6080 4864 1888 ) ( 6080 4480 1888 ) common/caulk 16 -8 0.00 1 1 0 65696 0 surfaceDensity 120 +( 6080 4448 2016 ) ( 6784 4448 2016 ) ( 6784 4448 1888 ) common/caulk 16 -8 0.00 1 1 0 65696 0 surfaceDensity 120 +( 6592 4480 2016 ) ( 6592 4864 2016 ) ( 6592 4864 1888 ) common/caulk 16 -8 0.00 1 1 0 65696 0 surfaceDensity 120 +( 6784 4864 2016 ) ( 6080 4864 2016 ) ( 6080 4864 1888 ) common/caulk 16 -8 0.00 1 1 0 65696 0 surfaceDensity 120 +( 6080 4864 2016 ) ( 6080 4480 2016 ) ( 6080 4480 1888 ) common/caulk 16 -8 0.00 1 1 0 65696 0 surfaceDensity 120 +( 6080 4864 1904 ) ( 6784 4864 1904 ) ( 6080 4480 1904 ) mohtest/brickstreet1 0 0 0.00 1 1 0 65536 0 surfaceDensity 4 +} +// brush 840 +{ +( 6608 5200 1904 ) ( 5904 5200 1904 ) ( 5904 4816 1904 ) common/caulk -16 16 0.00 1 1 0 65696 0 +( 6096 5200 2032 ) ( 6096 4816 2032 ) ( 6096 4816 1904 ) common/caulk -16 47 0.00 1 1 0 65696 0 +( 5904 5392 1904 ) ( 6032 5392 1904 ) ( 5968 5392 2192 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6072 5376 1904 ) ( 5944 5376 1904 ) ( 6008 5376 2192 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +( 6548 5384 2064 ) ( 6572 5392 2064 ) ( 6596 5384 2064 ) common/caulk -16 -8 0.00 1 1 0 65696 0 +( 6352 5416 1904 ) ( 6352 5352 1904 ) ( 6352 5384 2176 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 +} +// brush 841 +{ +( 5904 5168 2080 ) ( 5888 5168 2080 ) ( 5888 4880 2080 ) common/caulk -32 -24 0.00 1 1 0 65696 0 +( 5888 5568 2208 ) ( 5888 5184 2208 ) ( 5888 5184 2080 ) central_europe_winter/tudor_set1w_exwall1b -167 -136 0.00 0.750000 0.750000 0 16384 0 +( 5888 5168 2080 ) ( 5904 5168 2080 ) ( 5904 5024 2224 ) common/caulk -32 -32 0.00 1 1 0 65696 0 +( 5904 5184 2208 ) ( 5904 5568 2208 ) ( 5904 5184 2080 ) central_europe/tudor_set1_exwall1b 84 -124 0.00 0.750000 0.750000 0 16384 0 +( 5888 5024 2224 ) ( 5904 5024 2224 ) ( 5904 4880 2080 ) common/caulk -32 16 0.00 1 1 0 65696 0 +} +// brush 842 +{ +( 6592 5568 1904 ) ( 5888 5568 1904 ) ( 5888 5184 1904 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5888 5568 2032 ) ( 5888 5184 2032 ) ( 5888 5184 1904 ) central_europe_winter/tudor_set2cw 159 -24 -180.00 0.750000 -0.750000 0 16384 0 +( 5888 5184 1904 ) ( 6016 5184 1904 ) ( 5952 5184 2192 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6096 5504 1904 ) ( 6096 4992 1904 ) ( 6096 5248 2192 ) common/caulk 0 47 0.00 1 1 0 65696 0 +( 5840 5168 1904 ) ( 5712 5168 1904 ) ( 5776 5168 2192 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 5912 5176 2080 ) ( 5936 5184 2080 ) ( 5960 5176 2080 ) common/caulk 0 -24 0.00 1 1 0 65696 0 +} +// brush 843 +{ +( 6592 5568 1888 ) ( 5888 5568 1888 ) ( 5888 5184 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5808 4864 2016 ) ( 6512 4864 2016 ) ( 6512 4864 1888 ) common/caulk 0 31 0.00 1 1 0 65696 0 +( 5888 5568 2016 ) ( 5888 5184 2016 ) ( 5888 5184 1888 ) common/caulk 0 31 0.00 1 1 0 65696 0 +( 5888 5184 1888 ) ( 6016 5184 1888 ) ( 5952 5184 2176 ) common/caulk 0 31 0.00 1 1 0 65696 0 +( 6080 5504 1888 ) ( 6080 4992 1888 ) ( 6080 5248 2176 ) common/caulk 0 31 0.00 1 1 0 65696 0 +( 5888 5568 1904 ) ( 6592 5568 1904 ) ( 5888 5184 1904 ) mohtest/brickstreet1 0 0 0.00 1 1 0 65536 0 surfaceDensity 4 +} +// brush 844 +{ +( 6592 5576 1904 ) ( 5888 5576 1904 ) ( 5888 5192 1904 ) common/caulk 0 8 0.00 1 1 0 65696 0 +( 7040 5192 2024 ) ( 7040 5576 2024 ) ( 7040 5576 1896 ) central_europe_winter/tudor_set2bw 0 -24 0.00 1 0.750000 0 65536 0 +( 6016 4880 1896 ) ( 5888 4880 1896 ) ( 5952 4880 2184 ) common/caulk 0 39 0.00 1 1 0 65696 0 +( 7024 5576 2024 ) ( 7024 5192 2024 ) ( 7024 5576 1896 ) central_europe/tudor_set2b 0 -24 0.00 1 0.625000 0 65536 0 surfaceDensity 4 +( 6536 4872 2080 ) ( 6560 5768 2080 ) ( 6584 4872 2080 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +( 6080 5744 1896 ) ( 6104 5744 1896 ) ( 6092 5744 2168 ) common/caulk 0 47 0.00 1 1 0 65696 0 +} +// brush 845 +{ +( 5888 5184 2080 ) ( 5888 5568 2080 ) ( 6592 5568 2080 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +( 7024 5184 1920 ) ( 7024 5568 1920 ) ( 7024 5568 1792 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6096 5552 1920 ) ( 6096 5168 1920 ) ( 6096 5168 1792 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5904 5744 1792 ) ( 6032 5744 1792 ) ( 5968 5744 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5968 5168 1792 ) ( 5840 5168 1792 ) ( 5904 5168 2080 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 +( 5888 5568 2064 ) ( 5888 5184 2064 ) ( 6592 5568 2064 ) general_structure/floor4 0 0 0.00 1 1 0 16384 0 surfaceDensity 4 +} +// brush 846 +{ +( 6592 5568 1888 ) ( 5888 5568 1888 ) ( 5888 5184 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7040 5184 2016 ) ( 7040 5568 2016 ) ( 7040 5568 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6080 5568 2016 ) ( 6080 5184 2016 ) ( 6080 5184 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5888 5760 1888 ) ( 6016 5760 1888 ) ( 5952 5760 2176 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6016 4864 1888 ) ( 5888 4864 1888 ) ( 5952 4864 2176 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5888 5568 1904 ) ( 6592 5568 1904 ) ( 5888 5184 1904 ) mohtest/brickstreet1 0 0 0.00 1 1 0 65536 0 surfaceDensity 4 +} +// brush 847 +{ +( 6976 6112 1888 ) ( 6944 6112 1888 ) ( 6944 5664 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6976 5664 2336 ) ( 6976 6112 2336 ) ( 6976 6112 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6944 6112 2336 ) ( 6944 5664 2336 ) ( 6944 5664 1888 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6976 5760 1888 ) ( 6912 5760 1888 ) ( 6944 5760 2112 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6976 6016 2032 ) ( 6944 6016 2032 ) ( 6944 6016 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6944 6016 2032 ) ( 6976 6016 2032 ) ( 6976 5760 2016 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 848 +{ +( 6976 6112 1888 ) ( 6944 6112 1888 ) ( 6944 5664 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6976 6016 1888 ) ( 6976 6016 2112 ) ( 7040 6112 2112 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7008 6112 2112 ) ( 7008 6112 1888 ) ( 7040 6112 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7008 6112 1888 ) ( 7008 6112 2112 ) ( 6944 6016 2112 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 6976 6016 2112 ) ( 6976 6016 1888 ) ( 6944 6016 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6976 6016 2032 ) ( 6944 6016 2032 ) ( 7008 6112 2016 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 849 +{ +( 7040 6336 1888 ) ( 7008 6336 1888 ) ( 7008 5888 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7040 5888 2336 ) ( 7040 6336 2336 ) ( 7040 6336 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7008 6336 2336 ) ( 7008 5888 2336 ) ( 7008 5888 1888 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 7040 6112 1888 ) ( 6976 6112 1888 ) ( 7008 6112 2112 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7040 6280 2000 ) ( 7008 6280 2000 ) ( 7008 6280 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7008 6280 2000 ) ( 7040 6280 2000 ) ( 7040 6112 2016 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 850 +{ +( 7040 6376 1888 ) ( 7008 6376 1888 ) ( 7008 5928 1888 ) common/caulk 0 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 7112 6480 2016 ) ( 7112 6480 1888 ) ( 7040 6280 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 7112 6480 1888 ) ( 7112 6480 2016 ) ( 7080 6480 2016 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7080 6480 1888 ) ( 7080 6480 2016 ) ( 7008 6280 2000 ) central_europe_winter/stonewall1snow 0 0 0.00 1 1 0 65536 0 +( 7040 6280 2112 ) ( 7040 6280 1888 ) ( 7008 6280 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7040 6280 2000 ) ( 7008 6280 2000 ) ( 7248 6488 2016 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +} +// brush 851 +{ +( -6308 2949 1308 ) ( -6572 2949 1308 ) ( -6572 2709 1308 ) common/obscure_bush 44 5 0.00 1 1 671088640 2224 0 +( -6596 2661 1732 ) ( -6596 2901 1732 ) ( -6332 2901 1732 ) common/obscure_bush 44 5 0.00 1 1 671088640 2224 0 +( -6572 2725 1524 ) ( -6308 2725 1524 ) ( -6308 2725 1316 ) common/obscure_bush 44 4 0.00 1 1 671088640 2224 0 +( -6396 2693 1524 ) ( -6396 2933 1524 ) ( -6396 2933 1316 ) common/obscure_bush -5 4 0.00 1 1 671088640 2224 0 +( -6308 2909 1500 ) ( -6572 2909 1500 ) ( -6572 2909 1292 ) common/obscure_bush 44 4 0.00 1 1 671088640 2224 0 +( -6596 2925 1516 ) ( -6596 2685 1516 ) ( -6596 2685 1308 ) common/obscure_bush -5 4 0.00 1 1 671088640 2224 0 +} +// brush 852 +{ +( 1453 -2615 537 ) ( 1189 -2615 537 ) ( 1189 -2855 537 ) common/obscure_bush -29 17 0.00 1 1 671088640 2224 0 +( 1186 -2903 779 ) ( 1186 -2663 779 ) ( 1450 -2663 779 ) common/obscure_bush -29 17 0.00 1 1 671088640 2224 0 +( 1201 -2829 645 ) ( 1465 -2829 645 ) ( 1465 -2829 437 ) common/obscure_bush -29 17 0.00 1 1 671088640 2224 0 +( 1359 -2855 641 ) ( 1359 -2615 641 ) ( 1359 -2615 433 ) common/obscure_bush -17 17 0.00 1 1 671088640 2224 0 +( 1441 -2687 607 ) ( 1177 -2687 607 ) ( 1177 -2687 399 ) common/obscure_bush -29 17 0.00 1 1 671088640 2224 0 +( 1212 -2635 633 ) ( 1212 -2875 633 ) ( 1212 -2875 425 ) common/obscure_bush -17 17 0.00 1 1 671088640 2224 0 +} +// brush 853 +{ +( 1359 -3496 398 ) ( 1095 -3496 398 ) ( 1095 -3736 398 ) common/obscure_bush -63 32 0.00 1 1 671088640 2224 0 +( 1092 -3784 592 ) ( 1092 -3544 592 ) ( 1356 -3544 592 ) common/obscure_bush -63 32 0.00 1 1 671088640 2224 0 +( 1107 -3710 506 ) ( 1371 -3710 506 ) ( 1371 -3710 298 ) common/obscure_bush -63 6 0.00 1 1 671088640 2224 0 +( 1265 -3736 502 ) ( 1265 -3496 502 ) ( 1265 -3496 294 ) common/obscure_bush -32 6 0.00 1 1 671088640 2224 0 +( 1347 -3568 468 ) ( 1083 -3568 468 ) ( 1083 -3568 260 ) common/obscure_bush -63 6 0.00 1 1 671088640 2224 0 +( 1118 -3516 494 ) ( 1118 -3756 494 ) ( 1118 -3756 286 ) common/obscure_bush -32 6 0.00 1 1 671088640 2224 0 +} +// brush 854 +{ +( 911 -3650 378 ) ( 647 -3650 378 ) ( 647 -3890 378 ) common/obscure_bush 1 6 0.00 1 1 671088640 2224 0 +( 644 -3938 572 ) ( 644 -3698 572 ) ( 908 -3698 572 ) common/obscure_bush 1 6 0.00 1 1 671088640 2224 0 +( 659 -3864 486 ) ( 923 -3864 486 ) ( 923 -3864 278 ) common/obscure_bush 1 -14 0.00 1 1 671088640 2224 0 +( 817 -3890 482 ) ( 817 -3650 482 ) ( 817 -3650 274 ) common/obscure_bush -6 -14 0.00 1 1 671088640 2224 0 +( 899 -3722 448 ) ( 635 -3722 448 ) ( 635 -3722 240 ) common/obscure_bush 1 -14 0.00 1 1 671088640 2224 0 +( 670 -3670 474 ) ( 670 -3910 474 ) ( 670 -3910 266 ) common/obscure_bush -6 -14 0.00 1 1 671088640 2224 0 +} +// brush 855 +{ +( 428 -4096 399 ) ( 164 -4096 399 ) ( 164 -4336 399 ) common/obscure_bush -28 8 0.00 1 1 671088640 2224 0 +( 161 -4384 593 ) ( 161 -4144 593 ) ( 425 -4144 593 ) common/obscure_bush -28 8 0.00 1 1 671088640 2224 0 +( 176 -4310 507 ) ( 440 -4310 507 ) ( 440 -4310 299 ) common/obscure_bush -28 7 0.00 1 1 671088640 2224 0 +( 334 -4336 503 ) ( 334 -4096 503 ) ( 334 -4096 295 ) common/obscure_bush -8 7 0.00 1 1 671088640 2224 0 +( 416 -4168 469 ) ( 152 -4168 469 ) ( 152 -4168 261 ) common/obscure_bush -28 7 0.00 1 1 671088640 2224 0 +( 187 -4116 495 ) ( 187 -4356 495 ) ( 187 -4356 287 ) common/obscure_bush -8 7 0.00 1 1 671088640 2224 0 +} +// brush 856 +{ +( 2415 916 -159 ) ( 2415 916 1768 ) ( 3237 916 1768 ) common/obscure_bush -56 0 0.00 1 1 671088640 2224 0 +( 2755 449 -159 ) ( 2755 449 1768 ) ( 2755 -373 1768 ) common/obscure_bush 0 0 0.00 1 1 671088640 2224 0 +( 3609 1112 -159 ) ( 3609 1112 1768 ) ( 2787 1112 1768 ) common/obscure_bush -56 0 0.00 1 1 671088640 2224 0 +( 2951 1690 -159 ) ( 2951 1690 1768 ) ( 2951 2512 1768 ) common/obscure_bush 0 0 0.00 1 1 671088640 2224 0 +( 1953.363525 426.708984 895 ) ( 3572 426.708984 895 ) ( 3572 2070.291260 895 ) common/obscure_bush -56 0 0.00 1 1 671088640 2224 0 +( 3659 1912.291260 1311 ) ( 3659 268.708984 1311 ) ( 2040.363525 268.708984 1311 ) common/obscure_bush -56 0 0.00 1 1 671088640 2224 0 +} +// brush 857 +{ +( 496 1258 -56 ) ( 496 1258 1871 ) ( 1318 1258 1871 ) common/obscure_bush -41 35 0.00 1 1 671088640 2224 0 +( 910 782 -56 ) ( 910 782 1871 ) ( 910 -40 1871 ) common/obscure_bush 6 35 0.00 1 1 671088640 2224 0 +( 1711 1410 -56 ) ( 1711 1410 1871 ) ( 889 1410 1871 ) common/obscure_bush -41 35 0.00 1 1 671088640 2224 0 +( 1053 1988 -56 ) ( 1053 1988 1871 ) ( 1053 2810 1871 ) common/obscure_bush 6 35 0.00 1 1 671088640 2224 0 +( 55.363525 724.708984 1038 ) ( 1674 724.708984 1038 ) ( 1674 2368.291260 1038 ) common/obscure_bush -41 -6 0.00 1 1 671088640 2224 0 +( 1769 2210.291260 1311 ) ( 1769 566.708984 1311 ) ( 150.363525 566.708984 1311 ) common/obscure_bush -41 -6 0.00 1 1 671088640 2224 0 +} +// brush 858 +{ +( 1140 -813 -143 ) ( 1140 -813 1784 ) ( 1962 -813 1784 ) common/obscure_bush 12 12 0.00 1 1 671088640 2224 0 +( 1497 -1187 -143 ) ( 1497 -1187 1784 ) ( 1497 -2009 1784 ) common/obscure_bush -9 12 0.00 1 1 671088640 2224 0 +( 2301 -554 -143 ) ( 2301 -554 1784 ) ( 1479 -554 1784 ) common/obscure_bush 12 12 0.00 1 1 671088640 2224 0 +( 1723 -67 -143 ) ( 1723 -67 1784 ) ( 1723 755 1784 ) common/obscure_bush -9 12 0.00 1 1 671088640 2224 0 +( 642.363525 -1244.291016 975 ) ( 2261 -1244.291016 975 ) ( 2261 399.291199 975 ) common/obscure_bush 12 9 0.00 1 1 671088640 2224 0 +( 2335 241.291199 1430 ) ( 2335 -1402.291016 1430 ) ( 716.363525 -1402.291016 1430 ) common/obscure_bush 12 9 0.00 1 1 671088640 2224 0 +} +// brush 859 +{ +( 698 -1500 -338 ) ( 698 -1500 1589 ) ( 1520 -1500 1589 ) common/obscure_bush 8 -55 0.00 1 1 671088640 2224 0 +( 1117 -1894 -338 ) ( 1117 -1894 1589 ) ( 1117 -2716 1589 ) common/obscure_bush 58 -55 0.00 1 1 671088640 2224 0 +( 1921 -1221 -338 ) ( 1921 -1221 1589 ) ( 1099 -1221 1589 ) common/obscure_bush 8 -55 0.00 1 1 671088640 2224 0 +( 1353 -698 -338 ) ( 1353 -698 1589 ) ( 1353 124 1589 ) common/obscure_bush 58 -55 0.00 1 1 671088640 2224 0 +( 262.363495 -1951.291016 780 ) ( 1881 -1951.291016 780 ) ( 1881 -307.708801 780 ) common/obscure_bush 8 -58 0.00 1 1 671088640 2224 0 +( 1955 -465.708801 1227 ) ( 1955 -2109.291016 1227 ) ( 336.363495 -2109.291016 1227 ) common/obscure_bush 8 -58 0.00 1 1 671088640 2224 0 +} +// brush 860 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6416 5536 1656 -6.016753 13 ) ( -6408 5576 1664 -6.254253 13 ) ( -6400 5616 1664 -6.491753 13 ) ( -6432 5656 1664 -6.729253 13 ) ( -6392 5704 1664 -6.966753 13 ) ) +( ( -6384 5520 1664 -6.016753 12.937500 ) ( -6360 5568 1672 -6.254253 12.937500 ) ( -6352 5608 1680 -6.491753 12.937500 ) ( -6352 5648 1688 -6.729253 12.937500 ) ( -6328 5688 1696 -6.966753 12.937500 ) ) +( ( -6352 5512 1672 -6.016753 12.843750 ) ( -6336 5560 1680 -6.254253 12.843750 ) ( -6328 5600 1672 -6.491753 12.843750 ) ( -6320 5648 1672 -6.729253 12.843750 ) ( -6320 5688 1672 -6.966753 12.843750 ) ) +( ( -6320 5512 1672 -6.016753 12.750000 ) ( -6312 5560 1688 -6.254253 12.750000 ) ( -6312 5600 1664 -6.491753 12.750000 ) ( -6304 5640 1664 -6.729253 12.750000 ) ( -6304 5680 1656 -6.966753 12.750000 ) ) +( ( -6312 5496 1680 -6.016753 12.656250 ) ( -6304 5544 1688 -6.254253 12.656250 ) ( -6304 5592 1668 -6.491753 12.656250 ) ( -6296 5632 1636 -6.729253 12.656250 ) ( -6288 5672 1644 -6.966753 12.656250 ) ) +( ( -6288 5504 1672 -6.016753 12.593750 ) ( -6280 5544 1680 -6.254253 12.593750 ) ( -6280 5592 1636 -6.491753 12.593750 ) ( -6280 5632 1628 -6.729253 12.593750 ) ( -6280 5672 1628 -6.966753 12.593750 ) ) +( ( -6264 5504 1680 -6.016753 12.500000 ) ( -6256 5544 1680 -6.254253 12.500000 ) ( -6256 5592 1644 -6.491753 12.500000 ) ( -6248 5632 1628 -6.729253 12.500000 ) ( -6248 5672 1628 -6.966753 12.500000 ) ) +) + } + } +// brush 861 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6136 5664 1672 -6.966749 15.999998 ) ( -6136 5616 1664 -6.729250 15.999998 ) ( -6144 5576 1664 -6.491751 15.999998 ) ( -6152 5536 1664 -6.254249 15.999998 ) ( -6152 5496 1664 -6.016751 15.999998 ) ) +( ( -6160 5664 1680 -6.966749 16.062496 ) ( -6160 5624 1680 -6.729250 16.062496 ) ( -6168 5584 1672 -6.491751 16.062496 ) ( -6176 5536 1680 -6.254249 16.062496 ) ( -6176 5496 1672 -6.016751 16.062496 ) ) +( ( -6184 5664 1664 -6.966749 16.156246 ) ( -6184 5624 1664 -6.729250 16.156246 ) ( -6192 5584 1672 -6.491751 16.156246 ) ( -6192 5544 1680 -6.254249 16.156246 ) ( -6200 5504 1672 -6.016751 16.156246 ) ) +( ( -6192 5664 1640 -6.966749 16.249996 ) ( -6192 5624 1656 -6.729250 16.249996 ) ( -6200 5584 1680 -6.491751 16.249996 ) ( -6200 5544 1680 -6.254249 16.249996 ) ( -6208 5496 1672 -6.016751 16.249996 ) ) +( ( -6208 5672 1636 -6.966749 16.343746 ) ( -6216 5632 1636 -6.729250 16.343746 ) ( -6216 5584 1668 -6.491751 16.343746 ) ( -6224 5544 1680 -6.254249 16.343746 ) ( -6232 5504 1672 -6.016751 16.343746 ) ) +( ( -6224 5672 1628 -6.966749 16.406246 ) ( -6232 5632 1628 -6.729250 16.406246 ) ( -6232 5592 1636 -6.491751 16.406246 ) ( -6240 5544 1696 -6.254249 16.406246 ) ( -6240 5504 1672 -6.016751 16.406246 ) ) +( ( -6248 5672 1628 -6.966749 16.499996 ) ( -6248 5632 1628 -6.729250 16.499996 ) ( -6256 5592 1644 -6.491751 16.499996 ) ( -6256 5544 1680 -6.254249 16.499996 ) ( -6264 5504 1680 -6.016751 16.499996 ) ) +) + } + } +// brush 862 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5496 6120 1672 -6.040503 13 ) ( -5528 6088 1672 -6.278002 13 ) ( -5560 6064 1672 -6.515502 13 ) ( -5568 6024 1664 -6.753002 13 ) ( -5624 6008 1672 -6.990502 13 ) ) +( ( -5504 6152 1688 -6.040503 12.937500 ) ( -5560 6136 1672 -6.278002 12.937500 ) ( -5592 6112 1680 -6.515502 12.937500 ) ( -5624 6080 1680 -6.753002 12.937500 ) ( -5664 6064 1696 -6.990502 12.937500 ) ) +( ( -5512 6184 1680 -6.040503 12.843750 ) ( -5576 6160 1688 -6.278002 12.843750 ) ( -5608 6128 1672 -6.515502 12.843750 ) ( -5640 6104 1672 -6.753002 12.843750 ) ( -5672 6080 1672 -6.990502 12.843750 ) ) +( ( -5528 6208 1680 -6.040503 12.750000 ) ( -5584 6176 1688 -6.278002 12.750000 ) ( -5616 6152 1664 -6.515502 12.750000 ) ( -5648 6120 1664 -6.753002 12.750000 ) ( -5680 6096 1656 -6.990502 12.750000 ) ) +( ( -5528 6232 1688 -6.040503 12.656250 ) ( -5584 6192 1688 -6.278002 12.656250 ) ( -5608 6168 1676 -6.515502 12.656250 ) ( -5648 6144 1644 -6.753002 12.656250 ) ( -5688 6120 1644 -6.990502 12.656250 ) ) +( ( -5552 6240 1688 -6.040503 12.593750 ) ( -5600 6200 1696 -6.278002 12.593750 ) ( -5624 6184 1652 -6.515502 12.593750 ) ( -5664 6152 1636 -6.753002 12.593750 ) ( -5696 6128 1628 -6.990502 12.593750 ) ) +( ( -5584 6256 1688 -6.040503 12.500000 ) ( -5616 6224 1696 -6.278002 12.500000 ) ( -5640 6200 1644 -6.515502 12.500000 ) ( -5680 6176 1636 -6.753002 12.500000 ) ( -5712 6144 1636 -6.990502 12.500000 ) ) +) + } + } +// brush 863 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5816 6264 1696 -6.989315 12 ) ( -5768 6296 1704 -6.751815 12 ) ( -5728 6304 1704 -6.514315 12 ) ( -5696 6328 1704 -6.276814 12 ) ( -5656 6360 1688 -6.039315 12 ) ) +( ( -5768 6208 1696 -6.989315 12.062500 ) ( -5736 6232 1696 -6.751815 12.062500 ) ( -5704 6256 1696 -6.514315 12.062500 ) ( -5672 6280 1696 -6.276814 12.062500 ) ( -5640 6312 1696 -6.039315 12.062500 ) ) +( ( -5752 6192 1680 -6.989315 12.156250 ) ( -5728 6216 1680 -6.751815 12.156250 ) ( -5696 6240 1696 -6.514315 12.156250 ) ( -5664 6272 1704 -6.276814 12.156250 ) ( -5624 6296 1696 -6.039315 12.156250 ) ) +( ( -5752 6184 1656 -6.989315 12.250000 ) ( -5720 6216 1672 -6.751815 12.250000 ) ( -5688 6240 1696 -6.514315 12.250000 ) ( -5656 6264 1696 -6.276814 12.250000 ) ( -5616 6296 1696 -6.039315 12.250000 ) ) +( ( -5744 6176 1644 -6.989315 12.343750 ) ( -5704 6200 1636 -6.751815 12.343750 ) ( -5672 6224 1684 -6.514315 12.343750 ) ( -5640 6248 1696 -6.276814 12.343750 ) ( -5608 6280 1696 -6.039315 12.343750 ) ) +( ( -5736 6176 1628 -6.989315 12.406250 ) ( -5696 6192 1628 -6.751815 12.406250 ) ( -5656 6216 1636 -6.514315 12.406250 ) ( -5632 6240 1696 -6.276814 12.406250 ) ( -5600 6272 1688 -6.039315 12.406250 ) ) +( ( -5712 6144 1636 -6.989315 12.500000 ) ( -5680 6176 1636 -6.751815 12.500000 ) ( -5640 6200 1644 -6.514315 12.500000 ) ( -5616 6224 1696 -6.276814 12.500000 ) ( -5584 6256 1688 -6.039315 12.500000 ) ) +) + } + } +// brush 864 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6392 5704 1664 48.900002 -7 ) ( -6312 5816 1688 48.400002 -7 ) ( -6208 5960 1688 47.900002 -7 ) ) +( ( -6328 5688 1696 48.900002 -6.906250 ) ( -6280 5800 1704 48.400002 -6.906250 ) ( -6160 5928 1704 47.900002 -6.906250 ) ) +( ( -6320 5688 1672 48.900002 -6.812500 ) ( -6272 5792 1680 48.400002 -6.812500 ) ( -6152 5912 1680 47.900002 -6.812500 ) ) +( ( -6304 5680 1656 48.900002 -6.750000 ) ( -6256 5792 1664 48.400002 -6.750000 ) ( -6144 5904 1664 47.900002 -6.750000 ) ) +( ( -6288 5672 1644 48.900002 -6.656250 ) ( -6256 5792 1652 48.400002 -6.656250 ) ( -6144 5904 1652 47.900002 -6.656250 ) ) +( ( -6280 5672 1628 48.900002 -6.593750 ) ( -6248 5792 1636 48.400002 -6.593750 ) ( -6144 5896 1636 47.900002 -6.593750 ) ) +( ( -6248 5672 1628 48.900002 -6.500000 ) ( -6216 5776 1628 48.400002 -6.500000 ) ( -6128 5872 1636 47.900002 -6.500000 ) ) +) + } + } +// brush 865 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6024 5744 1680 4.800000 14.000004 ) ( -6056 5712 1680 4.300000 14.000004 ) ( -6136 5664 1672 3.800000 14.000004 ) ) +( ( -6072 5776 1680 4.800000 14.093754 ) ( -6136 5744 1680 4.300000 14.093754 ) ( -6160 5664 1680 3.800000 14.093754 ) ) +( ( -6088 5816 1672 4.800000 14.187504 ) ( -6160 5752 1672 4.300000 14.187504 ) ( -6184 5664 1664 3.800000 14.187504 ) ) +( ( -6096 5824 1648 4.800000 14.250004 ) ( -6168 5752 1648 4.300000 14.250004 ) ( -6192 5664 1640 3.800000 14.250004 ) ) +( ( -6104 5840 1636 4.800000 14.343754 ) ( -6184 5760 1636 4.300000 14.343754 ) ( -6208 5672 1636 3.800000 14.343754 ) ) +( ( -6112 5856 1628 4.800000 14.406254 ) ( -6200 5768 1628 4.300000 14.406254 ) ( -6224 5672 1628 3.800000 14.406254 ) ) +( ( -6128 5872 1636 4.800000 14.500004 ) ( -6216 5776 1628 4.300000 14.500004 ) ( -6248 5672 1628 3.800000 14.500004 ) ) +) + } + } +// brush 866 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6208 5960 1688 3.800000 15 ) ( -6080 6136 1664 4.300000 15 ) ( -5960 6160 1696 4.800000 15 ) ) +( ( -6160 5928 1704 3.800000 14.906250 ) ( -6048 6000 1688 4.300000 14.906250 ) ( -5928 6088 1696 4.800000 14.906250 ) ) +( ( -6152 5912 1680 3.800000 14.812500 ) ( -6040 5984 1664 4.300000 14.812500 ) ( -5920 6080 1680 4.800000 14.812500 ) ) +( ( -6144 5904 1664 3.800000 14.750000 ) ( -6032 5976 1648 4.300000 14.750000 ) ( -5912 6072 1664 4.800000 14.750000 ) ) +( ( -6144 5904 1652 3.800000 14.656250 ) ( -6032 5976 1636 4.300000 14.656250 ) ( -5912 6072 1652 4.800000 14.656250 ) ) +( ( -6144 5896 1636 3.800000 14.593750 ) ( -6024 5968 1620 4.300000 14.593750 ) ( -5912 6064 1636 4.800000 14.593750 ) ) +( ( -6128 5872 1636 3.800000 14.500000 ) ( -6008 5944 1620 4.300000 14.500000 ) ( -5896 6040 1636 4.800000 14.500000 ) ) +) + } + } +// brush 867 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5960 6160 1696 3.800000 15 ) ( -5920 6240 1656 4.300000 15 ) ( -5816 6264 1696 4.800000 15 ) ) +( ( -5928 6088 1696 3.800000 14.906250 ) ( -5848 6136 1688 4.300000 14.906250 ) ( -5768 6208 1696 4.800000 14.906250 ) ) +( ( -5920 6080 1680 3.800000 14.812500 ) ( -5840 6104 1664 4.300000 14.812500 ) ( -5752 6192 1680 4.800000 14.812500 ) ) +( ( -5912 6072 1664 3.800000 14.750000 ) ( -5832 6088 1648 4.300000 14.750000 ) ( -5752 6184 1656 4.800000 14.750000 ) ) +( ( -5912 6072 1652 3.800000 14.656250 ) ( -5832 6088 1636 4.300000 14.656250 ) ( -5744 6176 1644 4.800000 14.656250 ) ) +( ( -5912 6064 1636 3.800000 14.593750 ) ( -5824 6088 1620 4.300000 14.593750 ) ( -5736 6176 1628 4.800000 14.593750 ) ) +( ( -5896 6040 1636 3.800000 14.500000 ) ( -5808 6064 1620 4.300000 14.500000 ) ( -5712 6144 1636 4.800000 14.500000 ) ) +) + } + } +// brush 868 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5624 6008 1672 4.800000 14 ) ( -5744 5968 1664 4.300000 14 ) ( -5824 5888 1688 3.800000 14 ) ) +( ( -5664 6064 1696 4.800000 14.093750 ) ( -5760 5984 1680 4.300000 14.093750 ) ( -5840 5960 1696 3.800000 14.093750 ) ) +( ( -5672 6080 1672 4.800000 14.187500 ) ( -5776 6008 1656 4.300000 14.187500 ) ( -5856 5984 1672 3.800000 14.187500 ) ) +( ( -5680 6096 1656 4.800000 14.250000 ) ( -5776 6016 1632 4.300000 14.250000 ) ( -5856 5992 1648 3.800000 14.250000 ) ) +( ( -5688 6120 1644 4.800000 14.343750 ) ( -5792 6024 1628 4.300000 14.343750 ) ( -5872 6008 1636 3.800000 14.343750 ) ) +( ( -5696 6128 1628 4.800000 14.406250 ) ( -5800 6040 1620 4.300000 14.406250 ) ( -5880 6024 1628 3.800000 14.406250 ) ) +( ( -5712 6144 1636 4.800000 14.500000 ) ( -5808 6064 1620 4.300000 14.500000 ) ( -5896 6040 1636 3.800000 14.500000 ) ) +) + } + } +// brush 869 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5824 5888 1688 4.800000 14 ) ( -5944 5848 1664 4.300000 14 ) ( -6024 5744 1680 3.800000 14 ) ) +( ( -5840 5960 1696 4.800000 14.093750 ) ( -5960 5864 1680 4.300000 14.093750 ) ( -6072 5776 1680 3.800000 14.093750 ) ) +( ( -5856 5984 1672 4.800000 14.187500 ) ( -5968 5888 1656 4.300000 14.187500 ) ( -6088 5816 1672 3.800000 14.187500 ) ) +( ( -5856 5992 1648 4.800000 14.250000 ) ( -5976 5896 1632 4.300000 14.250000 ) ( -6096 5824 1648 3.800000 14.250000 ) ) +( ( -5872 6008 1636 4.800000 14.343750 ) ( -5984 5912 1620 4.300000 14.343750 ) ( -6104 5840 1636 3.800000 14.343750 ) ) +( ( -5880 6024 1628 4.800000 14.406250 ) ( -6000 5928 1612 4.300000 14.406250 ) ( -6112 5856 1628 3.800000 14.406250 ) ) +( ( -5896 6040 1636 4.800000 14.500000 ) ( -6008 5944 1620 4.300000 14.500000 ) ( -6128 5872 1636 3.800000 14.500000 ) ) +) + } + } +// brush 870 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -896 -7488 336 0 1 ) ( -632 -7440 336 -0.500000 1 ) ( -416 -7464 360 -1 1 ) ) +( ( -840 -7584 440 0 0.750000 ) ( -600 -7560 456 -0.500000 0.750000 ) ( -360 -7560 464 -1 0.750000 ) ) +( ( -848 -7584 576 0 0.500000 ) ( -592 -7560 560 -0.500000 0.500000 ) ( -368 -7560 600 -1 0.500000 ) ) +( ( -848 -7576 656 0 0.250000 ) ( -592 -7576 648 -0.500000 0.250000 ) ( -368 -7552 672 -1 0.250000 ) ) +( ( -800 -7664 720 0 0 ) ( -584 -7664 800 -0.500000 0 ) ( -304 -7640 792 -1 0 ) ) +) + } + } +// brush 871 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -304 -7640 792 -30.335012 -3.386545 ) ( -288 -7704 832 -30.665726 -3.492188 ) ( -280 -7752 848 -30.980865 -3.515625 ) ) +( ( -584 -7664 800 -30.089748 -3.827952 ) ( -560 -7720 848 -30.408478 -3.914063 ) ( -552 -7784 848 -30.811739 -3.960938 ) ) +( ( -800 -7664 720 -29.886726 -3.777170 ) ( -760 -7728 792 -30.295147 -3.992188 ) ( -752 -7776 744 -30.495277 -4.031250 ) ) +) + } + } +// brush 872 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3272 4552 1584 4.800000 14 ) ( -3232 4432 1552 4.300000 14 ) ( -3128 4352 1568 3.800000 14 ) ) +( ( -3344 4536 1584 4.800000 14.093750 ) ( -3248 4416 1568 4.300000 14.093750 ) ( -3160 4304 1576 3.800000 14.093750 ) ) +( ( -3368 4520 1568 4.800000 14.187500 ) ( -3272 4408 1544 4.300000 14.187500 ) ( -3200 4288 1568 3.800000 14.187500 ) ) +( ( -3376 4520 1544 4.800000 14.250000 ) ( -3280 4400 1528 4.300000 14.250000 ) ( -3208 4280 1544 3.800000 14.250000 ) ) +( ( -3392 4504 1532 4.800000 14.343750 ) ( -3296 4392 1516 4.300000 14.343750 ) ( -3224 4272 1532 3.800000 14.343750 ) ) +( ( -3408 4496 1524 4.800000 14.406250 ) ( -3312 4376 1508 4.300000 14.406250 ) ( -3240 4264 1524 3.800000 14.406250 ) ) +( ( -3424 4480 1524 4.800000 14.500000 ) ( -3328 4368 1508 4.300000 14.500000 ) ( -3256 4248 1524 3.800000 14.500000 ) ) +) + } + } +// brush 873 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3392 4752 1600 4.800000 14 ) ( -3352 4632 1576 4.300000 14 ) ( -3272 4552 1584 3.800000 14 ) ) +( ( -3448 4712 1616 4.800000 14.093750 ) ( -3368 4616 1600 4.300000 14.093750 ) ( -3344 4536 1584 3.800000 14.093750 ) ) +( ( -3464 4704 1592 4.800000 14.187500 ) ( -3392 4600 1576 4.300000 14.187500 ) ( -3368 4520 1568 3.800000 14.187500 ) ) +( ( -3480 4696 1584 4.800000 14.250000 ) ( -3400 4600 1552 4.300000 14.250000 ) ( -3376 4520 1544 3.800000 14.250000 ) ) +( ( -3504 4688 1572 4.800000 14.343750 ) ( -3408 4584 1540 4.300000 14.343750 ) ( -3392 4504 1532 3.800000 14.343750 ) ) +( ( -3512 4680 1556 4.800000 14.406250 ) ( -3424 4576 1532 4.300000 14.406250 ) ( -3408 4496 1524 3.800000 14.406250 ) ) +( ( -3528 4664 1556 4.800000 14.500000 ) ( -3448 4568 1532 4.300000 14.500000 ) ( -3424 4480 1524 3.800000 14.500000 ) ) +) + } + } +// brush 874 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3544 4416 1584 3.800000 15 ) ( -3624 4456 1568 4.300000 15 ) ( -3648 4560 1616 4.800000 15 ) ) +( ( -3472 4448 1584 3.800000 14.906250 ) ( -3520 4528 1600 4.300000 14.906250 ) ( -3592 4608 1616 4.800000 14.906250 ) ) +( ( -3464 4456 1576 3.800000 14.812500 ) ( -3488 4536 1584 4.300000 14.812500 ) ( -3576 4624 1608 4.800000 14.812500 ) ) +( ( -3456 4464 1552 3.800000 14.750000 ) ( -3472 4544 1568 4.300000 14.750000 ) ( -3568 4624 1584 4.800000 14.750000 ) ) +( ( -3456 4464 1540 3.800000 14.656250 ) ( -3472 4544 1556 4.300000 14.656250 ) ( -3560 4632 1564 4.800000 14.656250 ) ) +( ( -3448 4464 1524 3.800000 14.593750 ) ( -3472 4552 1540 4.300000 14.593750 ) ( -3560 4640 1556 4.800000 14.593750 ) ) +( ( -3424 4480 1524 3.800000 14.500000 ) ( -3448 4568 1532 4.300000 14.500000 ) ( -3528 4664 1556 4.800000 14.500000 ) ) +) + } + } +// brush 875 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3344 4168 1584 3.800000 15 ) ( -3520 4296 1560 4.300000 15 ) ( -3544 4416 1584 4.800000 15 ) ) +( ( -3312 4216 1600 3.800000 14.906250 ) ( -3384 4328 1584 4.300000 14.906250 ) ( -3472 4448 1584 4.800000 14.906250 ) ) +( ( -3296 4224 1576 3.800000 14.812500 ) ( -3368 4336 1560 4.300000 14.812500 ) ( -3464 4456 1576 4.800000 14.812500 ) ) +( ( -3288 4232 1552 3.800000 14.750000 ) ( -3360 4344 1536 4.300000 14.750000 ) ( -3456 4464 1552 4.800000 14.750000 ) ) +( ( -3288 4232 1540 3.800000 14.656250 ) ( -3360 4344 1524 4.300000 14.656250 ) ( -3456 4464 1540 4.800000 14.656250 ) ) +( ( -3280 4232 1524 3.800000 14.593750 ) ( -3352 4352 1508 4.300000 14.593750 ) ( -3448 4464 1524 4.800000 14.593750 ) ) +( ( -3256 4248 1524 3.800000 14.500000 ) ( -3328 4368 1508 4.300000 14.500000 ) ( -3424 4480 1524 4.800000 14.500000 ) ) +) + } + } +// brush 876 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3128 4352 1568 4.800000 14.000004 ) ( -3096 4320 1568 4.300000 14.000004 ) ( -3048 4240 1568 3.800000 14.000004 ) ) +( ( -3160 4304 1576 4.800000 14.093754 ) ( -3128 4240 1576 4.300000 14.093754 ) ( -3048 4216 1568 3.800000 14.093754 ) ) +( ( -3200 4288 1568 4.800000 14.187504 ) ( -3136 4216 1560 4.300000 14.187504 ) ( -3048 4192 1560 3.800000 14.187504 ) ) +( ( -3208 4280 1544 4.800000 14.250004 ) ( -3136 4208 1536 4.300000 14.250004 ) ( -3048 4184 1536 3.800000 14.250004 ) ) +( ( -3224 4272 1532 4.800000 14.343754 ) ( -3144 4192 1532 4.300000 14.343754 ) ( -3056 4168 1524 3.800000 14.343754 ) ) +( ( -3240 4264 1524 4.800000 14.406254 ) ( -3152 4176 1524 4.300000 14.406254 ) ( -3056 4152 1516 3.800000 14.406254 ) ) +( ( -3256 4248 1524 4.800000 14.500004 ) ( -3160 4160 1524 4.300000 14.500004 ) ( -3056 4128 1516 3.800000 14.500004 ) ) +) + } + } +// brush 877 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3088 3984 1560 48.900002 -7 ) ( -3200 4064 1584 48.400002 -7 ) ( -3344 4168 1584 47.900002 -7 ) ) +( ( -3072 4048 1592 48.900002 -6.906250 ) ( -3184 4096 1592 48.400002 -6.906250 ) ( -3312 4216 1600 47.900002 -6.906250 ) ) +( ( -3072 4056 1568 48.900002 -6.812500 ) ( -3176 4104 1568 48.400002 -6.812500 ) ( -3296 4224 1576 47.900002 -6.812500 ) ) +( ( -3064 4072 1552 48.900002 -6.750000 ) ( -3176 4120 1552 48.400002 -6.750000 ) ( -3288 4232 1552 47.900002 -6.750000 ) ) +( ( -3056 4088 1540 48.900002 -6.656250 ) ( -3176 4120 1540 48.400002 -6.656250 ) ( -3288 4232 1540 47.900002 -6.656250 ) ) +( ( -3056 4096 1516 48.900002 -6.593750 ) ( -3176 4128 1524 48.400002 -6.593750 ) ( -3280 4232 1524 47.900002 -6.593750 ) ) +( ( -3056 4128 1516 48.900002 -6.500000 ) ( -3160 4160 1524 48.400002 -6.500000 ) ( -3256 4248 1524 47.900002 -6.500000 ) ) +) + } + } +// brush 878 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3648 4560 1616 -5.989311 12 ) ( -3680 4608 1632 -5.751811 12 ) ( -3688 4648 1632 -5.514311 12 ) ( -3712 4680 1632 -5.276811 12 ) ( -3744 4720 1608 -5.039311 12 ) ) +( ( -3592 4608 1616 -5.989311 12.062500 ) ( -3616 4640 1616 -5.751811 12.062500 ) ( -3640 4672 1616 -5.514311 12.062500 ) ( -3664 4704 1624 -5.276811 12.062500 ) ( -3696 4736 1624 -5.039311 12.062500 ) ) +( ( -3576 4624 1608 -5.989311 12.156250 ) ( -3600 4648 1608 -5.751811 12.156250 ) ( -3624 4680 1616 -5.514311 12.156250 ) ( -3656 4712 1624 -5.276811 12.156250 ) ( -3680 4752 1624 -5.039311 12.156250 ) ) +( ( -3568 4624 1584 -5.989311 12.250000 ) ( -3600 4656 1600 -5.751811 12.250000 ) ( -3624 4688 1616 -5.514311 12.250000 ) ( -3648 4720 1624 -5.276811 12.250000 ) ( -3680 4760 1616 -5.039311 12.250000 ) ) +( ( -3560 4632 1564 -5.989311 12.343750 ) ( -3584 4672 1564 -5.751811 12.343750 ) ( -3608 4704 1604 -5.514311 12.343750 ) ( -3632 4736 1616 -5.276811 12.343750 ) ( -3664 4768 1616 -5.039311 12.343750 ) ) +( ( -3560 4640 1556 -5.989311 12.406250 ) ( -3576 4680 1548 -5.751811 12.406250 ) ( -3600 4720 1556 -5.514311 12.406250 ) ( -3624 4744 1616 -5.276811 12.406250 ) ( -3656 4776 1616 -5.039311 12.406250 ) ) +( ( -3528 4664 1556 -5.989311 12.500000 ) ( -3560 4696 1556 -5.751811 12.500000 ) ( -3584 4736 1564 -5.514311 12.500000 ) ( -3608 4760 1616 -5.276811 12.500000 ) ( -3640 4792 1616 -5.039311 12.500000 ) ) +) + } + } +// brush 879 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3504 4880 1600 -5.040499 13 ) ( -3472 4848 1600 -5.277998 13 ) ( -3448 4816 1600 -5.515499 13 ) ( -3408 4808 1592 -5.752998 13 ) ( -3392 4752 1600 -5.990499 13 ) ) +( ( -3536 4872 1616 -5.040499 12.937500 ) ( -3520 4816 1600 -5.277998 12.937500 ) ( -3496 4784 1608 -5.515499 12.937500 ) ( -3464 4752 1608 -5.752998 12.937500 ) ( -3448 4712 1616 -5.990499 12.937500 ) ) +( ( -3568 4864 1600 -5.040499 12.843750 ) ( -3544 4800 1608 -5.277998 12.843750 ) ( -3512 4768 1600 -5.515499 12.843750 ) ( -3488 4736 1600 -5.752998 12.843750 ) ( -3464 4704 1592 -5.990499 12.843750 ) ) +( ( -3592 4848 1608 -5.040499 12.750000 ) ( -3560 4792 1616 -5.277998 12.750000 ) ( -3536 4760 1592 -5.515499 12.750000 ) ( -3504 4728 1592 -5.752998 12.750000 ) ( -3480 4696 1584 -5.990499 12.750000 ) ) +( ( -3616 4848 1608 -5.040499 12.656250 ) ( -3576 4792 1616 -5.277998 12.656250 ) ( -3552 4768 1604 -5.515499 12.656250 ) ( -3528 4728 1564 -5.752998 12.656250 ) ( -3504 4688 1572 -5.990499 12.656250 ) ) +( ( -3624 4824 1616 -5.040499 12.593750 ) ( -3584 4776 1616 -5.277998 12.593750 ) ( -3568 4752 1580 -5.515499 12.593750 ) ( -3536 4712 1556 -5.752998 12.593750 ) ( -3512 4680 1556 -5.990499 12.593750 ) ) +( ( -3640 4792 1616 -5.040499 12.500000 ) ( -3608 4760 1616 -5.277998 12.500000 ) ( -3584 4736 1564 -5.515499 12.500000 ) ( -3560 4696 1556 -5.752998 12.500000 ) ( -3528 4664 1556 -5.990499 12.500000 ) ) +) + } + } +// brush 880 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3048 4240 1568 -5.966745 15.999998 ) ( -3000 4240 1560 -5.729247 15.999998 ) ( -2960 4232 1560 -5.491747 15.999998 ) ( -2920 4224 1560 -5.254245 15.999998 ) ( -2880 4224 1584 -5.016747 15.999998 ) ) +( ( -3048 4216 1568 -5.966745 16.062496 ) ( -3008 4216 1568 -5.729247 16.062496 ) ( -2968 4208 1568 -5.491747 16.062496 ) ( -2920 4200 1568 -5.254245 16.062496 ) ( -2880 4200 1568 -5.016747 16.062496 ) ) +( ( -3048 4192 1560 -5.966745 16.156246 ) ( -3008 4192 1560 -5.729247 16.156246 ) ( -2968 4184 1568 -5.491747 16.156246 ) ( -2928 4184 1568 -5.254245 16.156246 ) ( -2888 4176 1568 -5.016747 16.156246 ) ) +( ( -3048 4184 1536 -5.966745 16.249996 ) ( -3008 4184 1552 -5.729247 16.249996 ) ( -2968 4176 1568 -5.491747 16.249996 ) ( -2928 4176 1568 -5.254245 16.249996 ) ( -2880 4168 1560 -5.016747 16.249996 ) ) +( ( -3056 4168 1524 -5.966745 16.343746 ) ( -3016 4160 1516 -5.729247 16.343746 ) ( -2968 4160 1556 -5.491747 16.343746 ) ( -2928 4152 1568 -5.254245 16.343746 ) ( -2888 4144 1568 -5.016747 16.343746 ) ) +( ( -3056 4152 1516 -5.966745 16.406246 ) ( -3016 4144 1508 -5.729247 16.406246 ) ( -2976 4144 1500 -5.491747 16.406246 ) ( -2928 4136 1592 -5.254245 16.406246 ) ( -2888 4136 1568 -5.016747 16.406246 ) ) +( ( -3056 4128 1516 -5.966745 16.499996 ) ( -3016 4128 1516 -5.729247 16.499996 ) ( -2976 4120 1516 -5.491747 16.499996 ) ( -2928 4120 1568 -5.254245 16.499996 ) ( -2888 4112 1568 -5.016747 16.499996 ) ) +) + } + } +// brush 881 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2920 3960 1552 -5.016749 13 ) ( -2960 3968 1560 -5.254250 13 ) ( -3000 3976 1560 -5.491749 13 ) ( -3040 3944 1552 -5.729249 13 ) ( -3088 3984 1560 -5.966749 13 ) ) +( ( -2904 3992 1552 -5.016749 12.937500 ) ( -2952 4016 1568 -5.254250 12.937500 ) ( -2992 4024 1576 -5.491749 12.937500 ) ( -3032 4024 1576 -5.729249 12.937500 ) ( -3072 4048 1592 -5.966749 12.937500 ) ) +( ( -2896 4024 1560 -5.016749 12.843750 ) ( -2944 4040 1576 -5.254250 12.843750 ) ( -2984 4048 1568 -5.491749 12.843750 ) ( -3032 4056 1568 -5.729249 12.843750 ) ( -3072 4056 1568 -5.966749 12.843750 ) ) +( ( -2896 4056 1568 -5.016749 12.750000 ) ( -2944 4064 1584 -5.254250 12.750000 ) ( -2984 4064 1552 -5.491749 12.750000 ) ( -3024 4072 1552 -5.729249 12.750000 ) ( -3064 4072 1552 -5.966749 12.750000 ) ) +( ( -2880 4064 1568 -5.016749 12.656250 ) ( -2928 4072 1584 -5.254250 12.656250 ) ( -2976 4072 1556 -5.491749 12.656250 ) ( -3016 4080 1532 -5.729249 12.656250 ) ( -3056 4088 1540 -5.966749 12.656250 ) ) +( ( -2888 4088 1568 -5.016749 12.593750 ) ( -2928 4096 1568 -5.254250 12.593750 ) ( -2976 4096 1524 -5.491749 12.593750 ) ( -3016 4096 1516 -5.729249 12.593750 ) ( -3056 4096 1516 -5.966749 12.593750 ) ) +( ( -2888 4112 1568 -5.016749 12.500000 ) ( -2928 4120 1568 -5.254250 12.500000 ) ( -2976 4120 1516 -5.491749 12.500000 ) ( -3016 4128 1516 -5.729249 12.500000 ) ( -3056 4128 1516 -5.966749 12.500000 ) ) +) + } + } +// brush 882 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -344 3792 1728 -6.016753 13 ) ( -384 3792 1736 -6.254253 13 ) ( -424 3800 1712 -6.491753 13 ) ( -464 3768 1712 -6.729253 13 ) ( -512 3808 1712 -6.966753 13 ) ) +( ( -328 3816 1736 -6.016753 12.937500 ) ( -376 3848 1736 -6.254253 12.937500 ) ( -416 3848 1752 -6.491753 12.937500 ) ( -456 3856 1736 -6.729253 12.937500 ) ( -496 3872 1744 -6.966753 12.937500 ) ) +( ( -320 3856 1736 -6.016753 12.843750 ) ( -368 3872 1736 -6.254253 12.843750 ) ( -408 3872 1720 -6.491753 12.843750 ) ( -456 3880 1720 -6.729253 12.843750 ) ( -496 3888 1720 -6.966753 12.843750 ) ) +( ( -320 3880 1720 -6.016753 12.750000 ) ( -368 3888 1736 -6.254253 12.750000 ) ( -408 3896 1712 -6.491753 12.750000 ) ( -448 3896 1712 -6.729253 12.750000 ) ( -488 3904 1704 -6.966753 12.750000 ) ) +( ( -304 3896 1728 -6.016753 12.656250 ) ( -352 3896 1736 -6.254253 12.656250 ) ( -400 3904 1712 -6.491753 12.656250 ) ( -440 3912 1688 -6.729253 12.656250 ) ( -480 3920 1696 -6.966753 12.656250 ) ) +( ( -312 3912 1720 -6.016753 12.593750 ) ( -352 3920 1728 -6.254253 12.593750 ) ( -400 3920 1688 -6.491753 12.593750 ) ( -440 3928 1680 -6.729253 12.593750 ) ( -480 3928 1672 -6.966753 12.593750 ) ) +( ( -312 3936 1728 -6.016753 12.500000 ) ( -352 3952 1728 -6.254253 12.500000 ) ( -400 3944 1672 -6.491753 12.500000 ) ( -440 3952 1680 -6.729253 12.500000 ) ( -480 3960 1680 -6.966753 12.500000 ) ) +) + } + } +// brush 883 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -448 4096 1720 -6.966749 15.999998 ) ( -424 4064 1712 -6.729250 15.999998 ) ( -384 4056 1712 -6.491751 15.999998 ) ( -344 4056 1712 -6.254249 15.999998 ) ( -304 4048 1712 -6.016751 15.999998 ) ) +( ( -472 4048 1728 -6.966749 16.062496 ) ( -432 4040 1728 -6.729250 16.062496 ) ( -392 4032 1720 -6.491751 16.062496 ) ( -344 4032 1728 -6.254249 16.062496 ) ( -304 4024 1720 -6.016751 16.062496 ) ) +( ( -472 4024 1712 -6.966749 16.156246 ) ( -432 4024 1712 -6.729250 16.156246 ) ( -392 4016 1720 -6.491751 16.156246 ) ( -352 4016 1728 -6.254249 16.156246 ) ( -312 4000 1720 -6.016751 16.156246 ) ) +( ( -472 4016 1688 -6.966749 16.249996 ) ( -432 4008 1704 -6.729250 16.249996 ) ( -392 4008 1728 -6.491751 16.249996 ) ( -352 4000 1728 -6.254249 16.249996 ) ( -304 3992 1720 -6.016751 16.249996 ) ) +( ( -480 4000 1688 -6.966749 16.343746 ) ( -440 3992 1672 -6.729250 16.343746 ) ( -392 3984 1720 -6.491751 16.343746 ) ( -352 3984 1728 -6.254249 16.343746 ) ( -312 3976 1720 -6.016751 16.343746 ) ) +( ( -480 3984 1672 -6.966749 16.406246 ) ( -440 3976 1664 -6.729250 16.406246 ) ( -400 3968 1664 -6.491751 16.406246 ) ( -352 3960 1744 -6.254249 16.406246 ) ( -312 3960 1720 -6.016751 16.406246 ) ) +( ( -480 3960 1680 -6.966749 16.499996 ) ( -440 3952 1680 -6.729250 16.499996 ) ( -400 3944 1672 -6.491751 16.499996 ) ( -352 3952 1728 -6.254249 16.499996 ) ( -312 3936 1728 -6.016751 16.499996 ) ) +) + } + } +// brush 884 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -984 4768 1784 -6.040503 12.967499 ) ( -952 4736 1784 -6.278002 12.967499 ) ( -928 4704 1784 -6.515502 12.967499 ) ( -880 4696 1776 -6.753002 12.967499 ) ( -872 4640 1784 -6.990502 12.967499 ) ) +( ( -1016 4760 1800 -6.040503 12.905155 ) ( -992 4704 1784 -6.278002 12.905155 ) ( -968 4672 1792 -6.515502 12.905155 ) ( -944 4640 1792 -6.753002 12.905155 ) ( -928 4600 1800 -6.990502 12.905155 ) ) +( ( -1048 4752 1784 -6.040503 12.811640 ) ( -1016 4688 1792 -6.278002 12.811640 ) ( -992 4656 1784 -6.515502 12.811640 ) ( -968 4624 1784 -6.753002 12.811640 ) ( -944 4592 1776 -6.990502 12.811640 ) ) +( ( -1072 4736 1792 -6.040503 12.718124 ) ( -1032 4680 1800 -6.278002 12.718124 ) ( -1008 4648 1776 -6.515502 12.718124 ) ( -984 4616 1776 -6.753002 12.718124 ) ( -960 4584 1768 -6.990502 12.718124 ) ) +( ( -1088 4736 1792 -6.040503 12.624609 ) ( -1048 4680 1800 -6.278002 12.624609 ) ( -1024 4656 1784 -6.515502 12.624609 ) ( -1000 4616 1744 -6.753002 12.624609 ) ( -976 4576 1760 -6.990502 12.624609 ) ) +( ( -1096 4712 1800 -6.040503 12.562265 ) ( -1064 4664 1800 -6.278002 12.562265 ) ( -1040 4640 1760 -6.515502 12.562265 ) ( -1016 4600 1736 -6.753002 12.562265 ) ( -984 4568 1736 -6.990502 12.562265 ) ) +( ( -1112 4680 1800 -6.040503 12.468749 ) ( -1080 4648 1816 -6.278002 12.468749 ) ( -1056 4624 1748 -6.515502 12.468749 ) ( -1032 4584 1744 -6.753002 12.468749 ) ( -1008 4552 1744 -6.990502 12.468749 ) ) +) + } + } +// brush 885 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1128 4448 1800 -6.989315 12 ) ( -1152 4496 1816 -6.751815 12 ) ( -1168 4536 1816 -6.514315 12 ) ( -1192 4568 1816 -6.276814 12 ) ( -1216 4608 1792 -6.039315 12 ) ) +( ( -1064 4496 1800 -6.989315 12.062500 ) ( -1096 4528 1800 -6.751815 12.062500 ) ( -1120 4560 1800 -6.514315 12.062500 ) ( -1144 4592 1808 -6.276814 12.062500 ) ( -1168 4624 1820 -6.039315 12.062500 ) ) +( ( -1048 4512 1792 -6.989315 12.156250 ) ( -1080 4536 1792 -6.751815 12.156250 ) ( -1104 4568 1800 -6.514315 12.156250 ) ( -1128 4600 1808 -6.276814 12.156250 ) ( -1152 4640 1808 -6.039315 12.156250 ) ) +( ( -1048 4512 1768 -6.989315 12.250000 ) ( -1072 4544 1784 -6.751815 12.250000 ) ( -1096 4576 1800 -6.514315 12.250000 ) ( -1128 4608 1808 -6.276814 12.250000 ) ( -1152 4648 1800 -6.039315 12.250000 ) ) +( ( -1040 4520 1752 -6.989315 12.343750 ) ( -1064 4560 1752 -6.751815 12.343750 ) ( -1088 4592 1792 -6.514315 12.343750 ) ( -1112 4624 1836 -6.276814 12.343750 ) ( -1144 4656 1808 -6.039315 12.343750 ) ) +( ( -1040 4528 1736 -6.989315 12.406250 ) ( -1048 4568 1732 -6.751815 12.406250 ) ( -1080 4608 1748 -6.514315 12.406250 ) ( -1096 4632 1848 -6.276814 12.406250 ) ( -1128 4664 1812 -6.039315 12.406250 ) ) +( ( -1008 4552 1744 -6.989315 12.500000 ) ( -1032 4584 1744 -6.751815 12.500000 ) ( -1056 4624 1748 -6.514315 12.500000 ) ( -1080 4648 1816 -6.276814 12.500000 ) ( -1112 4680 1800 -6.039315 12.500000 ) ) +) + } + } +// brush 886 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 194.858185 ) +( +( ( -512 3808 1712 48.900002 -7 ) ( -624 3888 1736 48.400002 -7 ) ( -768 4000 1736 47.900002 -7 ) ) +( ( -496 3872 1744 48.900002 -6.906250 ) ( -608 3920 1752 48.400002 -6.906250 ) ( -736 4040 1752 47.900002 -6.906250 ) ) +( ( -496 3888 1720 48.900002 -6.812500 ) ( -600 3936 1728 48.400002 -6.812500 ) ( -720 4048 1728 47.900002 -6.812500 ) ) +( ( -488 3904 1704 48.900002 -6.750000 ) ( -600 3952 1712 48.400002 -6.750000 ) ( -712 4056 1712 47.900002 -6.750000 ) ) +( ( -480 3920 1696 48.900002 -6.656250 ) ( -600 3952 1704 48.400002 -6.656250 ) ( -712 4056 1704 47.900002 -6.656250 ) ) +( ( -480 3928 1672 48.900002 -6.593750 ) ( -600 3952 1680 48.400002 -6.593750 ) ( -704 4064 1680 47.900002 -6.593750 ) ) +( ( -480 3960 1680 48.900002 -6.500000 ) ( -584 3984 1680 48.400002 -6.500000 ) ( -680 4080 1688 47.900002 -6.500000 ) ) +) + } + } +// brush 887 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 183.877075 ) +( +( ( -552 4176 1728 4.800000 14.000004 ) ( -520 4144 1728 4.300000 14.000004 ) ( -448 4096 1720 3.800000 14.000004 ) ) +( ( -584 4128 1728 4.800000 14.093754 ) ( -552 4072 1728 4.300000 14.093754 ) ( -472 4048 1728 3.800000 14.093754 ) ) +( ( -624 4120 1720 4.800000 14.187504 ) ( -560 4048 1720 4.300000 14.187504 ) ( -472 4024 1712 3.800000 14.187504 ) ) +( ( -632 4112 1696 4.800000 14.250004 ) ( -560 4040 1696 4.300000 14.250004 ) ( -472 4016 1688 3.800000 14.250004 ) ) +( ( -648 4104 1688 4.800000 14.343754 ) ( -568 4024 1688 4.300000 14.343754 ) ( -480 4000 1688 3.800000 14.343754 ) ) +( ( -664 4088 1672 4.800000 14.406254 ) ( -576 4008 1672 4.300000 14.406254 ) ( -480 3984 1672 3.800000 14.406254 ) ) +( ( -680 4080 1688 4.800000 14.500004 ) ( -584 3984 1680 4.300000 14.500004 ) ( -480 3960 1680 3.800000 14.500004 ) ) +) + } + } +// brush 888 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -768 4000 1736 3.800000 15 ) ( -944 4128 1712 4.300000 15 ) ( -928 4256 1744 4.800000 15 ) ) +( ( -736 4040 1752 3.800000 14.906250 ) ( -808 4160 1736 4.300000 14.906250 ) ( -896 4280 1744 4.800000 14.906250 ) ) +( ( -720 4048 1728 3.800000 14.812500 ) ( -792 4168 1712 4.300000 14.812500 ) ( -888 4280 1728 4.800000 14.812500 ) ) +( ( -712 4056 1712 3.800000 14.750000 ) ( -784 4176 1696 4.300000 14.750000 ) ( -880 4288 1712 4.800000 14.750000 ) ) +( ( -712 4056 1704 3.800000 14.656250 ) ( -784 4176 1688 4.300000 14.656250 ) ( -880 4288 1704 4.800000 14.656250 ) ) +( ( -704 4064 1680 3.800000 14.593750 ) ( -776 4176 1664 4.300000 14.593750 ) ( -872 4296 1680 4.800000 14.593750 ) ) +( ( -680 4080 1688 3.800000 14.500000 ) ( -752 4192 1672 4.300000 14.500000 ) ( -848 4312 1688 4.800000 14.500000 ) ) +) + } + } +// brush 889 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -928 4256 1744 3.800000 15 ) ( -1096 4344 1752 4.300000 15 ) ( -1128 4448 1800 4.800000 15 ) ) +( ( -896 4280 1744 3.800000 14.906250 ) ( -992 4416 1784 4.300000 14.906250 ) ( -1064 4496 1800 4.800000 14.906250 ) ) +( ( -888 4280 1728 3.800000 14.812500 ) ( -960 4424 1768 4.300000 14.812500 ) ( -1048 4512 1792 4.800000 14.812500 ) ) +( ( -880 4288 1712 3.800000 14.750000 ) ( -952 4432 1752 4.300000 14.750000 ) ( -1048 4512 1768 4.800000 14.750000 ) ) +( ( -880 4288 1704 3.800000 14.656250 ) ( -952 4432 1744 4.300000 14.656250 ) ( -1040 4520 1752 4.800000 14.656250 ) ) +( ( -872 4296 1680 3.800000 14.593750 ) ( -944 4440 1720 4.300000 14.593750 ) ( -1040 4528 1736 4.800000 14.593750 ) ) +( ( -848 4312 1688 3.800000 14.500000 ) ( -920 4456 1720 4.300000 14.500000 ) ( -1008 4552 1744 4.800000 14.500000 ) ) +) + } + } +// brush 890 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -872 4640 1784 4.800000 14 ) ( -824 4520 1760 4.300000 14 ) ( -696 4384 1736 3.800000 14 ) ) +( ( -928 4600 1800 4.800000 14.093750 ) ( -840 4504 1784 4.300000 14.093750 ) ( -768 4368 1744 3.800000 14.093750 ) ) +( ( -944 4592 1776 4.800000 14.187500 ) ( -864 4488 1760 4.300000 14.187500 ) ( -792 4352 1720 3.800000 14.187500 ) ) +( ( -960 4584 1768 4.800000 14.250000 ) ( -872 4488 1736 4.300000 14.250000 ) ( -800 4344 1696 3.800000 14.250000 ) ) +( ( -976 4576 1760 4.800000 14.343750 ) ( -888 4472 1728 4.300000 14.343750 ) ( -816 4336 1688 3.800000 14.343750 ) ) +( ( -984 4568 1736 4.800000 14.406250 ) ( -904 4464 1712 4.300000 14.406250 ) ( -832 4328 1672 3.800000 14.406250 ) ) +( ( -1008 4552 1744 4.800000 14.500000 ) ( -920 4456 1720 4.300000 14.500000 ) ( -848 4312 1688 3.800000 14.500000 ) ) +) + } + } +// brush 891 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -696 4384 1736 4.800000 14 ) ( -656 4264 1712 4.300000 14 ) ( -552 4176 1728 3.800000 14 ) ) +( ( -768 4368 1744 4.800000 14.093750 ) ( -672 4248 1728 4.300000 14.093750 ) ( -584 4128 1728 3.800000 14.093750 ) ) +( ( -792 4352 1720 4.800000 14.187500 ) ( -696 4232 1704 4.300000 14.187500 ) ( -624 4120 1720 3.800000 14.187500 ) ) +( ( -800 4344 1696 4.800000 14.250000 ) ( -704 4224 1680 4.300000 14.250000 ) ( -632 4112 1696 3.800000 14.250000 ) ) +( ( -816 4336 1688 4.800000 14.343750 ) ( -720 4216 1672 4.300000 14.343750 ) ( -648 4104 1688 3.800000 14.343750 ) ) +( ( -832 4328 1672 4.800000 14.406250 ) ( -736 4208 1656 4.300000 14.406250 ) ( -664 4088 1672 3.800000 14.406250 ) ) +( ( -848 4312 1688 4.800000 14.500000 ) ( -752 4192 1672 4.300000 14.500000 ) ( -680 4080 1688 3.800000 14.500000 ) ) +) + } + } +// brush 892 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1200 1680 984 4.800000 14 ) ( 1328 1648 960 4.300000 14 ) ( 1456 1704 976 3.800000 14 ) ) +( ( 1184 1608 992 4.800000 14.093750 ) ( 1328 1632 976 4.300000 14.093750 ) ( 1480 1656 976 3.800000 14.093750 ) ) +( ( 1184 1576 968 4.800000 14.187500 ) ( 1336 1600 952 4.300000 14.187500 ) ( 1472 1608 968 3.800000 14.187500 ) ) +( ( 1184 1568 944 4.800000 14.250000 ) ( 1336 1592 928 4.300000 14.250000 ) ( 1472 1600 944 3.800000 14.250000 ) ) +( ( 1184 1552 928 4.800000 14.343750 ) ( 1336 1576 912 4.300000 14.343750 ) ( 1472 1584 928 3.800000 14.343750 ) ) +( ( 1184 1536 920 4.800000 14.406250 ) ( 1336 1560 904 4.300000 14.406250 ) ( 1472 1560 920 3.800000 14.406250 ) ) +( ( 1192 1512 928 4.800000 14.500000 ) ( 1336 1536 912 4.300000 14.500000 ) ( 1472 1544 928 3.800000 14.500000 ) ) +) + } + } +// brush 893 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 896 1656 1032 4.800000 14 ) ( 1024 1640 1008 4.300000 14 ) ( 1200 1680 984 3.800000 14 ) ) +( ( 896 1592 1048 4.800000 14.093750 ) ( 1024 1616 1032 4.300000 14.093750 ) ( 1184 1608 992 3.800000 14.093750 ) ) +( ( 896 1568 1024 4.800000 14.187500 ) ( 1024 1592 1008 4.300000 14.187500 ) ( 1184 1576 968 3.800000 14.187500 ) ) +( ( 896 1552 1016 4.800000 14.250000 ) ( 1024 1576 984 4.300000 14.250000 ) ( 1184 1568 944 3.800000 14.250000 ) ) +( ( 896 1536 1000 4.800000 14.343750 ) ( 1024 1560 968 4.300000 14.343750 ) ( 1184 1552 928 3.800000 14.343750 ) ) +( ( 896 1520 984 4.800000 14.406250 ) ( 1032 1544 960 4.300000 14.406250 ) ( 1184 1536 920 3.800000 14.406250 ) ) +( ( 904 1496 984 4.800000 14.500000 ) ( 1032 1520 960 4.300000 14.500000 ) ( 1192 1512 928 3.800000 14.500000 ) ) +) + } + } +// brush 894 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1200 1404 992 3.800000 15 ) ( 1032 1312 1024 4.300000 15 ) ( 928 1344 1048 4.800000 15 ) ) +( ( 1192 1448 992 3.800000 14.906250 ) ( 1024 1440 1032 4.300000 14.906250 ) ( 920 1416 1048 4.800000 14.906250 ) ) +( ( 1192 1464 976 3.800000 14.812500 ) ( 1032 1472 984 4.300000 14.812500 ) ( 920 1432 1032 4.800000 14.812500 ) ) +( ( 1192 1472 960 3.800000 14.750000 ) ( 1032 1488 1000 4.300000 14.750000 ) ( 912 1440 1016 4.800000 14.750000 ) ) +( ( 1192 1472 944 3.800000 14.656250 ) ( 1032 1480 968 4.300000 14.656250 ) ( 912 1456 992 4.800000 14.656250 ) ) +( ( 1192 1480 928 3.800000 14.593750 ) ( 1032 1488 968 4.300000 14.593750 ) ( 904 1456 984 4.800000 14.593750 ) ) +( ( 1192 1512 928 3.800000 14.500000 ) ( 1032 1520 960 4.300000 14.500000 ) ( 904 1496 984 4.800000 14.500000 ) ) +) + } + } +// brush 895 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1504 1424 984 3.800000 15 ) ( 1296 1336 960 4.300000 15 ) ( 1200 1404 992 4.800000 15 ) ) +( ( 1480 1472 1000 3.800000 14.906250 ) ( 1344 1472 984 4.300000 14.906250 ) ( 1192 1448 992 4.800000 14.906250 ) ) +( ( 1480 1488 976 3.800000 14.812500 ) ( 1344 1488 960 4.300000 14.812500 ) ( 1192 1464 976 4.800000 14.812500 ) ) +( ( 1480 1504 960 3.800000 14.750000 ) ( 1344 1496 944 4.300000 14.750000 ) ( 1192 1472 960 4.800000 14.750000 ) ) +( ( 1480 1504 944 3.800000 14.656250 ) ( 1344 1496 928 4.300000 14.656250 ) ( 1192 1472 944 4.800000 14.656250 ) ) +( ( 1480 1512 928 3.800000 14.593750 ) ( 1344 1504 912 4.300000 14.593750 ) ( 1192 1480 928 4.800000 14.593750 ) ) +( ( 1472 1544 928 3.800000 14.500000 ) ( 1336 1536 912 4.300000 14.500000 ) ( 1192 1512 928 4.800000 14.500000 ) ) +) + } + } +// brush 896 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1456 1704 976 4.800000 14.000004 ) ( 1496 1712 976 4.300000 14.000004 ) ( 1584 1720 968 3.800000 14.000004 ) ) +( ( 1480 1656 976 4.800000 14.093754 ) ( 1552 1648 976 4.300000 14.093754 ) ( 1608 1704 976 3.800000 14.093754 ) ) +( ( 1472 1608 968 4.800000 14.187504 ) ( 1560 1632 968 4.300000 14.187504 ) ( 1624 1696 960 3.800000 14.187504 ) ) +( ( 1472 1600 944 4.800000 14.250004 ) ( 1568 1624 944 4.300000 14.250004 ) ( 1632 1688 936 3.800000 14.250004 ) ) +( ( 1472 1584 928 4.800000 14.343754 ) ( 1576 1608 928 4.300000 14.343754 ) ( 1648 1672 928 3.800000 14.343754 ) ) +( ( 1472 1560 920 4.800000 14.406254 ) ( 1592 1592 920 4.300000 14.406254 ) ( 1656 1664 920 3.800000 14.406254 ) ) +( ( 1472 1544 928 4.800000 14.500004 ) ( 1600 1576 920 4.300000 14.500004 ) ( 1680 1656 920 3.800000 14.500004 ) ) +) + } + } +// brush 897 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1792 1552 960 48.900002 -7 ) ( 1664 1496 984 48.400002 -7 ) ( 1504 1424 984 47.900002 -7 ) ) +( ( 1744 1600 992 48.900002 -6.906250 ) ( 1648 1528 1000 48.400002 -6.906250 ) ( 1480 1472 1000 47.900002 -6.906250 ) ) +( ( 1736 1608 968 48.900002 -6.812500 ) ( 1640 1536 976 48.400002 -6.812500 ) ( 1480 1488 976 47.900002 -6.812500 ) ) +( ( 1720 1616 952 48.900002 -6.750000 ) ( 1624 1544 960 48.400002 -6.750000 ) ( 1480 1504 960 47.900002 -6.750000 ) ) +( ( 1712 1632 936 48.900002 -6.656250 ) ( 1624 1544 944 48.400002 -6.656250 ) ( 1480 1504 944 47.900002 -6.656250 ) ) +( ( 1704 1632 920 48.900002 -6.593750 ) ( 1624 1552 928 48.400002 -6.593750 ) ( 1480 1512 928 47.900002 -6.593750 ) ) +( ( 1680 1656 920 48.900002 -6.500000 ) ( 1600 1576 920 48.400002 -6.500000 ) ( 1472 1544 928 47.900002 -6.500000 ) ) +) + } + } +// brush 898 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 928 1344 1048 -5.989311 12 ) ( 872 1344 1064 -5.751811 12 ) ( 840 1344 1064 -5.514311 12 ) ( 792 1344 1064 -5.276811 12 ) ( 752 1336 1040 -5.039311 12 ) ) +( ( 920 1416 1048 -5.989311 12.062500 ) ( 880 1408 1048 -5.751811 12.062500 ) ( 840 1400 1048 -5.514311 12.062500 ) ( 800 1392 1056 -5.276811 12.062500 ) ( 760 1392 1056 -5.039311 12.062500 ) ) +( ( 920 1432 1032 -5.989311 12.156250 ) ( 880 1424 1040 -5.751811 12.156250 ) ( 840 1424 1048 -5.514311 12.156250 ) ( 800 1416 1056 -5.276811 12.156250 ) ( 752 1408 1056 -5.039311 12.156250 ) ) +( ( 912 1440 1016 -5.989311 12.250000 ) ( 872 1432 1032 -5.751811 12.250000 ) ( 832 1432 1048 -5.514311 12.250000 ) ( 792 1424 1056 -5.276811 12.250000 ) ( 744 1408 1048 -5.039311 12.250000 ) ) +( ( 912 1456 992 -5.989311 12.343750 ) ( 872 1448 992 -5.751811 12.343750 ) ( 832 1448 1032 -5.514311 12.343750 ) ( 784 1440 1048 -5.276811 12.343750 ) ( 744 1432 1048 -5.039311 12.343750 ) ) +( ( 904 1456 984 -5.989311 12.406250 ) ( 864 1464 976 -5.751811 12.406250 ) ( 816 1464 984 -5.514311 12.406250 ) ( 784 1456 1048 -5.276811 12.406250 ) ( 744 1448 1048 -5.039311 12.406250 ) ) +( ( 904 1496 984 -5.989311 12.500000 ) ( 864 1488 984 -5.751811 12.500000 ) ( 816 1480 992 -5.514311 12.500000 ) ( 784 1480 1048 -5.276811 12.500000 ) ( 736 1464 1048 -5.039311 12.500000 ) ) +) + } + } +// brush 899 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 728 1624 1032 -5.040499 13 ) ( 768 1632 1032 -5.277998 13 ) ( 816 1640 1032 -5.515499 13 ) ( 840 1672 1024 -5.752998 13 ) ( 896 1656 1032 -5.990499 13 ) ) +( ( 720 1592 1048 -5.040499 12.937500 ) ( 776 1584 1032 -5.277998 12.937500 ) ( 816 1584 1040 -5.515499 12.937500 ) ( 856 1592 1040 -5.752998 12.937500 ) ( 896 1592 1048 -5.990499 12.937500 ) ) +( ( 704 1560 1032 -5.040499 12.843750 ) ( 776 1552 1040 -5.277998 12.843750 ) ( 816 1560 1032 -5.515499 12.843750 ) ( 856 1568 1032 -5.752998 12.843750 ) ( 896 1568 1024 -5.990499 12.843750 ) ) +( ( 712 1536 1040 -5.040499 12.750000 ) ( 776 1536 1048 -5.277998 12.750000 ) ( 816 1544 1024 -5.515499 12.750000 ) ( 856 1544 1024 -5.752998 12.750000 ) ( 896 1552 1016 -5.990499 12.750000 ) ) +( ( 704 1512 1040 -5.040499 12.656250 ) ( 768 1520 1048 -5.277998 12.656250 ) ( 800 1528 1032 -5.515499 12.656250 ) ( 848 1528 992 -5.752998 12.656250 ) ( 896 1536 1000 -5.990499 12.656250 ) ) +( ( 720 1496 1048 -5.040499 12.593750 ) ( 776 1504 1048 -5.277998 12.593750 ) ( 808 1512 1008 -5.515499 12.593750 ) ( 856 1512 984 -5.752998 12.593750 ) ( 896 1520 984 -5.990499 12.593750 ) ) +( ( 736 1464 1048 -5.040499 12.500000 ) ( 784 1480 1048 -5.277998 12.500000 ) ( 816 1480 992 -5.515499 12.500000 ) ( 864 1488 984 -5.752998 12.500000 ) ( 904 1496 984 -5.990499 12.500000 ) ) +) + } + } +// brush 900 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1584 1720 968 -5.966745 15.999998 ) ( 1616 1752 960 -5.729247 15.999998 ) ( 1640 1784 960 -5.491747 15.999998 ) ( 1664 1816 960 -5.254245 15.999998 ) ( 1688 1848 960 -5.016747 15.999998 ) ) +( ( 1608 1704 976 -5.966745 16.062496 ) ( 1632 1736 976 -5.729247 16.062496 ) ( 1656 1768 968 -5.491747 16.062496 ) ( 1680 1808 976 -5.254245 16.062496 ) ( 1712 1840 968 -5.016747 16.062496 ) ) +( ( 1624 1696 960 -5.966745 16.156246 ) ( 1648 1728 960 -5.729247 16.156246 ) ( 1672 1760 968 -5.491747 16.156246 ) ( 1696 1792 976 -5.254245 16.156246 ) ( 1728 1824 968 -5.016747 16.156246 ) ) +( ( 1632 1688 936 -5.966745 16.249996 ) ( 1656 1720 952 -5.729247 16.249996 ) ( 1680 1752 976 -5.491747 16.249996 ) ( 1704 1792 976 -5.254245 16.249996 ) ( 1736 1824 968 -5.016747 16.249996 ) ) +( ( 1648 1672 928 -5.966745 16.343746 ) ( 1672 1704 912 -5.729247 16.343746 ) ( 1696 1744 960 -5.491747 16.343746 ) ( 1728 1776 976 -5.254245 16.343746 ) ( 1752 1808 968 -5.016747 16.343746 ) ) +( ( 1656 1664 920 -5.966745 16.406246 ) ( 1688 1696 904 -5.729247 16.406246 ) ( 1712 1728 904 -5.491747 16.406246 ) ( 1736 1768 992 -5.254245 16.406246 ) ( 1760 1800 968 -5.016747 16.406246 ) ) +( ( 1680 1656 920 -5.966745 16.499996 ) ( 1704 1688 920 -5.729247 16.499996 ) ( 1728 1720 912 -5.491747 16.499996 ) ( 1752 1760 976 -5.254245 16.499996 ) ( 1784 1792 976 -5.016747 16.499996 ) ) +) + } + } +// brush 901 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1896 1688 952 -5.016749 13 ) ( 1864 1656 960 -5.254250 13 ) ( 1840 1624 960 -5.491749 13 ) ( 1848 1576 960 -5.729249 13 ) ( 1792 1552 960 -5.966749 13 ) ) +( ( 1880 1720 960 -5.016749 12.937500 ) ( 1832 1688 968 -5.254250 12.937500 ) ( 1800 1656 976 -5.491749 12.937500 ) ( 1776 1624 984 -5.729249 12.937500 ) ( 1744 1600 992 -5.966749 12.937500 ) ) +( ( 1848 1736 968 -5.016749 12.843750 ) ( 1808 1704 976 -5.254250 12.843750 ) ( 1784 1672 968 -5.491749 12.843750 ) ( 1760 1640 968 -5.729249 12.843750 ) ( 1736 1608 968 -5.966749 12.843750 ) ) +( ( 1824 1760 968 -5.016749 12.750000 ) ( 1800 1720 984 -5.254250 12.750000 ) ( 1768 1688 960 -5.491749 12.750000 ) ( 1744 1656 960 -5.729249 12.750000 ) ( 1720 1616 952 -5.966749 12.750000 ) ) +( ( 1824 1768 976 -5.016749 12.656250 ) ( 1792 1736 984 -5.254250 12.656250 ) ( 1768 1696 952 -5.491749 12.656250 ) ( 1744 1664 928 -5.729249 12.656250 ) ( 1712 1632 936 -5.966749 12.656250 ) ) +( ( 1800 1776 968 -5.016749 12.593750 ) ( 1776 1744 976 -5.254250 12.593750 ) ( 1752 1704 928 -5.491749 12.593750 ) ( 1728 1672 920 -5.729249 12.593750 ) ( 1704 1632 920 -5.966749 12.593750 ) ) +( ( 1784 1792 976 -5.016749 12.500000 ) ( 1752 1760 976 -5.254250 12.500000 ) ( 1728 1720 912 -5.491749 12.500000 ) ( 1704 1688 920 -5.729249 12.500000 ) ( 1680 1656 920 -5.966749 12.500000 ) ) +) + } + } +// brush 902 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 976 -1120 808 -5.016749 13 ) ( 936 -1136 808 -5.254250 13 ) ( 896 -1144 808 -5.491749 13 ) ( 872 -1192 808 -5.729249 13 ) ( 816 -1176 816 -5.966749 13 ) ) +( ( 976 -1088 808 -5.016749 12.937500 ) ( 920 -1088 816 -5.254250 12.937500 ) ( 880 -1096 832 -5.491749 12.937500 ) ( 840 -1112 832 -5.729249 12.937500 ) ( 800 -1112 848 -5.966749 12.937500 ) ) +( ( 968 -1056 816 -5.016749 12.843750 ) ( 912 -1064 832 -5.254250 12.843750 ) ( 872 -1072 816 -5.491749 12.843750 ) ( 832 -1088 824 -5.729249 12.843750 ) ( 792 -1096 824 -5.966749 12.843750 ) ) +( ( 960 -1024 816 -5.016749 12.750000 ) ( 912 -1040 832 -5.254250 12.750000 ) ( 872 -1056 808 -5.491749 12.750000 ) ( 832 -1064 808 -5.729249 12.750000 ) ( 792 -1080 800 -5.966749 12.750000 ) ) +( ( 960 -1008 824 -5.016749 12.656250 ) ( 920 -1024 832 -5.254250 12.656250 ) ( 872 -1040 808 -5.491749 12.656250 ) ( 832 -1056 784 -5.729249 12.656250 ) ( 792 -1064 792 -5.966749 12.656250 ) ) +( ( 952 -1000 824 -5.016749 12.593750 ) ( 904 -1008 824 -5.254250 12.593750 ) ( 864 -1024 784 -5.491749 12.593750 ) ( 824 -1040 776 -5.729249 12.593750 ) ( 792 -1056 776 -5.966749 12.593750 ) ) +( ( 936 -976 824 -5.016749 12.500000 ) ( 896 -984 824 -5.254250 12.500000 ) ( 856 -1000 776 -5.491749 12.500000 ) ( 816 -1016 776 -5.729249 12.500000 ) ( 776 -1024 776 -5.966749 12.500000 ) ) +) + } + } +// brush 903 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 736 -920 816 -5.966745 15.999998 ) ( 776 -904 808 -5.729247 15.999998 ) ( 816 -896 808 -5.491747 15.999998 ) ( 856 -880 808 -5.254245 15.999998 ) ( 896 -872 808 -5.016747 15.999998 ) ) +( ( 744 -944 824 -5.966745 16.062496 ) ( 784 -928 824 -5.729247 16.062496 ) ( 824 -920 824 -5.491747 16.062496 ) ( 864 -904 824 -5.254245 16.062496 ) ( 904 -896 824 -5.016747 16.062496 ) ) +( ( 760 -968 816 -5.966745 16.156246 ) ( 792 -952 816 -5.729247 16.156246 ) ( 832 -936 824 -5.491747 16.156246 ) ( 872 -920 824 -5.254245 16.156246 ) ( 912 -912 824 -5.016747 16.156246 ) ) +( ( 760 -976 792 -5.966745 16.249996 ) ( 800 -960 800 -5.729247 16.249996 ) ( 840 -944 824 -5.491747 16.249996 ) ( 880 -928 824 -5.254245 16.249996 ) ( 920 -920 816 -5.016747 16.249996 ) ) +( ( 760 -992 784 -5.966745 16.343746 ) ( 800 -984 776 -5.729247 16.343746 ) ( 848 -968 816 -5.491747 16.343746 ) ( 888 -952 824 -5.254245 16.343746 ) ( 928 -936 824 -5.016747 16.343746 ) ) +( ( 768 -1008 776 -5.966745 16.406246 ) ( 808 -992 760 -5.729247 16.406246 ) ( 848 -984 760 -5.491747 16.406246 ) ( 896 -968 848 -5.254245 16.406246 ) ( 928 -952 824 -5.016747 16.406246 ) ) +( ( 776 -1024 776 -5.966745 16.499996 ) ( 816 -1016 776 -5.729247 16.499996 ) ( 856 -1000 776 -5.491747 16.499996 ) ( 896 -984 824 -5.254245 16.499996 ) ( 936 -976 824 -5.016747 16.499996 ) ) +) + } + } +// brush 904 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -16 -856 896 -5.989311 12 ) ( -64 -824 912 -5.751811 12 ) ( -88 -800 912 -5.514311 12 ) ( -120 -776 912 -5.276811 12 ) ( -160 -752 888 -5.039311 12 ) ) +( ( 16 -792 904 -5.989311 12.062500 ) ( -16 -768 904 -5.751811 12.062500 ) ( -56 -752 904 -5.514311 12.062500 ) ( -88 -736 904 -5.276811 12.062500 ) ( -128 -712 904 -5.039311 12.062500 ) ) +( ( 24 -768 888 -5.989311 12.156250 ) ( -8 -752 888 -5.751811 12.156250 ) ( -48 -736 904 -5.514311 12.156250 ) ( -80 -720 904 -5.276811 12.156250 ) ( -120 -696 904 -5.039311 12.156250 ) ) +( ( 32 -760 864 -5.989311 12.250000 ) ( -8 -744 880 -5.751811 12.250000 ) ( -40 -720 896 -5.514311 12.250000 ) ( -80 -712 904 -5.276811 12.250000 ) ( -128 -688 896 -5.039311 12.250000 ) ) +( ( 32 -752 856 -5.989311 12.343750 ) ( 0 -728 848 -5.751811 12.343750 ) ( -40 -712 888 -5.514311 12.343750 ) ( -72 -688 904 -5.276811 12.343750 ) ( -120 -672 896 -5.039311 12.343750 ) ) +( ( 32 -744 840 -5.989311 12.406250 ) ( 0 -720 832 -5.751811 12.406250 ) ( -40 -688 848 -5.514311 12.406250 ) ( -64 -672 896 -5.276811 12.406250 ) ( -112 -664 896 -5.039311 12.406250 ) ) +( ( 48 -712 840 -5.989311 12.500000 ) ( 16 -696 848 -5.751811 12.500000 ) ( -32 -672 856 -5.514311 12.500000 ) ( -56 -656 896 -5.276811 12.500000 ) ( -104 -640 896 -5.039311 12.500000 ) ) +) + } + } +// brush 905 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 400 -736 832 4.800000 14 ) ( 488 -824 808 4.300000 14 ) ( 624 -856 824 3.800000 14 ) ) +( ( 344 -784 840 4.800000 14.093750 ) ( 480 -848 824 4.300000 14.093750 ) ( 608 -912 832 3.800000 14.093750 ) ) +( ( 328 -800 816 4.800000 14.187500 ) ( 464 -872 800 4.300000 14.187500 ) ( 584 -944 816 3.800000 14.187500 ) ) +( ( 320 -808 792 4.800000 14.250000 ) ( 464 -880 776 4.300000 14.250000 ) ( 576 -952 792 3.800000 14.250000 ) ) +( ( 312 -824 792 4.800000 14.343750 ) ( 448 -896 768 4.300000 14.343750 ) ( 568 -968 792 3.800000 14.343750 ) ) +( ( 304 -840 784 4.800000 14.406250 ) ( 440 -912 768 4.300000 14.406250 ) ( 560 -984 784 3.800000 14.406250 ) ) +( ( 296 -864 784 4.800000 14.500000 ) ( 432 -928 768 4.300000 14.500000 ) ( 544 -1000 784 3.800000 14.500000 ) ) +) + } + } +// brush 906 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 624 -856 824 4.800000 14.000004 ) ( 664 -872 824 4.300000 14.000004 ) ( 736 -920 816 3.800000 14.000004 ) ) +( ( 608 -912 832 4.800000 14.093754 ) ( 664 -960 832 4.300000 14.093754 ) ( 744 -944 824 3.800000 14.093754 ) ) +( ( 584 -944 816 4.800000 14.187504 ) ( 672 -984 816 4.300000 14.187504 ) ( 760 -968 816 3.800000 14.187504 ) ) +( ( 576 -952 792 4.800000 14.250004 ) ( 672 -992 792 4.300000 14.250004 ) ( 760 -976 792 3.800000 14.250004 ) ) +( ( 568 -968 792 4.800000 14.343754 ) ( 672 -1008 784 4.300000 14.343754 ) ( 760 -992 784 3.800000 14.343754 ) ) +( ( 560 -984 784 4.800000 14.406254 ) ( 672 -1024 776 4.300000 14.406254 ) ( 768 -1008 776 3.800000 14.406254 ) ) +( ( 544 -1000 784 4.800000 14.500004 ) ( 672 -1048 784 4.300000 14.500004 ) ( 776 -1024 776 3.800000 14.500004 ) ) +) + } + } +// brush 907 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 136 -576 880 4.800000 14 ) ( 224 -664 864 4.300000 14 ) ( 400 -736 832 3.800000 14 ) ) +( ( 104 -632 904 4.800000 14.093750 ) ( 216 -680 880 4.300000 14.093750 ) ( 344 -784 840 3.800000 14.093750 ) ) +( ( 88 -648 880 4.800000 14.187500 ) ( 200 -704 856 4.300000 14.187500 ) ( 328 -800 816 3.800000 14.187500 ) ) +( ( 80 -664 864 4.800000 14.250000 ) ( 200 -712 832 4.300000 14.250000 ) ( 320 -808 792 3.800000 14.250000 ) ) +( ( 64 -672 856 4.800000 14.343750 ) ( 192 -728 824 4.300000 14.343750 ) ( 312 -824 792 3.800000 14.343750 ) ) +( ( 64 -688 840 4.800000 14.406250 ) ( 184 -744 816 4.300000 14.406250 ) ( 304 -840 784 3.800000 14.406250 ) ) +( ( 48 -712 840 4.800000 14.500000 ) ( 168 -760 824 4.300000 14.500000 ) ( 296 -864 784 3.800000 14.500000 ) ) +) + } + } +// brush 908 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1320 -1896 672 -5.016749 13 ) ( 1312 -1936 680 -5.254250 13 ) ( 1304 -1976 672 -5.491749 13 ) ( 1328 -2016 672 -5.729249 13 ) ( 1288 -2064 672 -5.966749 13 ) ) +( ( 1296 -1872 680 -5.016749 12.937500 ) ( 1264 -1928 688 -5.254250 12.937500 ) ( 1248 -1968 688 -5.491749 12.937500 ) ( 1240 -2008 688 -5.729249 12.937500 ) ( 1224 -2040 704 -5.966749 12.937500 ) ) +( ( 1256 -1872 680 -5.016749 12.843750 ) ( 1232 -1912 696 -5.254250 12.843750 ) ( 1224 -1952 680 -5.491749 12.843750 ) ( 1216 -2000 680 -5.729249 12.843750 ) ( 1208 -2040 672 -5.966749 12.843750 ) ) +( ( 1224 -1864 688 -5.016749 12.750000 ) ( 1216 -1912 696 -5.254250 12.750000 ) ( 1208 -1952 664 -5.491749 12.750000 ) ( 1200 -1992 664 -5.729249 12.750000 ) ( 1192 -2032 656 -5.966749 12.750000 ) ) +( ( 1216 -1848 688 -5.016749 12.656250 ) ( 1208 -1896 696 -5.254250 12.656250 ) ( 1200 -1936 672 -5.491749 12.656250 ) ( 1192 -1976 648 -5.729249 12.656250 ) ( 1184 -2016 648 -5.966749 12.656250 ) ) +( ( 1200 -1856 688 -5.016749 12.593750 ) ( 1184 -1896 688 -5.254250 12.593750 ) ( 1184 -1936 648 -5.491749 12.593750 ) ( 1176 -1976 632 -5.729249 12.593750 ) ( 1176 -2016 632 -5.966749 12.593750 ) ) +( ( 1176 -1848 688 -5.016749 12.500000 ) ( 1160 -1888 688 -5.254250 12.500000 ) ( 1160 -1928 648 -5.491749 12.500000 ) ( 1152 -1976 640 -5.729249 12.500000 ) ( 1144 -2016 632 -5.966749 12.500000 ) ) +) + } + } +// brush 909 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1024 -2000 672 -5.966745 15.999998 ) ( 1040 -1952 664 -5.729247 15.999998 ) ( 1048 -1912 664 -5.491747 15.999998 ) ( 1056 -1872 672 -5.254245 15.999998 ) ( 1064 -1832 672 -5.016747 15.999998 ) ) +( ( 1048 -2000 680 -5.966745 16.062496 ) ( 1056 -1960 680 -5.729247 16.062496 ) ( 1072 -1920 680 -5.491747 16.062496 ) ( 1080 -1880 680 -5.254245 16.062496 ) ( 1088 -1840 688 -5.016747 16.062496 ) ) +( ( 1072 -2000 664 -5.966745 16.156246 ) ( 1080 -1968 672 -5.729247 16.156246 ) ( 1088 -1928 680 -5.491747 16.156246 ) ( 1096 -1880 688 -5.254245 16.156246 ) ( 1104 -1840 688 -5.016747 16.156246 ) ) +( ( 1080 -2008 640 -5.966745 16.249996 ) ( 1088 -1960 656 -5.729247 16.249996 ) ( 1096 -1920 680 -5.491747 16.249996 ) ( 1104 -1880 688 -5.254245 16.249996 ) ( 1120 -1840 680 -5.016747 16.249996 ) ) +( ( 1104 -2008 640 -5.966745 16.343746 ) ( 1112 -1968 632 -5.729247 16.343746 ) ( 1120 -1928 672 -5.491747 16.343746 ) ( 1128 -1888 688 -5.254245 16.343746 ) ( 1136 -1848 688 -5.016747 16.343746 ) ) +( ( 1120 -2008 632 -5.966745 16.406246 ) ( 1128 -1968 624 -5.729247 16.406246 ) ( 1136 -1928 640 -5.491747 16.406246 ) ( 1144 -1888 712 -5.254245 16.406246 ) ( 1152 -1848 688 -5.016747 16.406246 ) ) +( ( 1144 -2016 632 -5.966745 16.499996 ) ( 1152 -1976 640 -5.729247 16.499996 ) ( 1160 -1928 648 -5.491747 16.499996 ) ( 1160 -1888 688 -5.254245 16.499996 ) ( 1176 -1848 688 -5.016747 16.499996 ) ) +) + } + } +// brush 910 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 288 -2448 648 -5.040499 13 ) ( 328 -2416 648 -5.277998 13 ) ( 360 -2400 656 -5.515499 13 ) ( 368 -2352 648 -5.752998 13 ) ( 432 -2344 656 -5.990499 13 ) ) +( ( 296 -2480 664 -5.040499 12.937500 ) ( 352 -2464 648 -5.277998 12.937500 ) ( 384 -2440 656 -5.515499 12.937500 ) ( 416 -2424 664 -5.752998 12.937500 ) ( 456 -2408 672 -5.990499 12.937500 ) ) +( ( 296 -2512 648 -5.040499 12.843750 ) ( 360 -2488 656 -5.277998 12.843750 ) ( 400 -2464 648 -5.515499 12.843750 ) ( 432 -2440 656 -5.752998 12.843750 ) ( 464 -2424 656 -5.990499 12.843750 ) ) +( ( 312 -2536 648 -5.040499 12.750000 ) ( 368 -2504 664 -5.277998 12.750000 ) ( 408 -2480 640 -5.515499 12.750000 ) ( 440 -2464 640 -5.752998 12.750000 ) ( 472 -2440 640 -5.990499 12.750000 ) ) +( ( 312 -2560 656 -5.040499 12.656250 ) ( 368 -2520 656 -5.277998 12.656250 ) ( 400 -2496 640 -5.515499 12.656250 ) ( 440 -2472 624 -5.752998 12.656250 ) ( 480 -2456 632 -5.990499 12.656250 ) ) +( ( 336 -2568 656 -5.040499 12.593750 ) ( 384 -2536 664 -5.277998 12.593750 ) ( 408 -2512 632 -5.515499 12.593750 ) ( 456 -2488 616 -5.752998 12.593750 ) ( 488 -2464 616 -5.990499 12.593750 ) ) +( ( 360 -2584 656 -5.040499 12.500000 ) ( 400 -2552 664 -5.277998 12.500000 ) ( 432 -2536 624 -5.515499 12.500000 ) ( 472 -2512 616 -5.752998 12.500000 ) ( 504 -2488 616 -5.990499 12.500000 ) ) +) + } + } +// brush 911 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 592 -2616 664 -5.989311 12 ) ( 544 -2640 672 -5.751811 12 ) ( 504 -2656 672 -5.514311 12 ) ( 464 -2672 672 -5.276811 12 ) ( 432 -2696 648 -5.039311 12 ) ) +( ( 552 -2560 672 -5.989311 12.062500 ) ( 520 -2576 672 -5.751811 12.062500 ) ( 480 -2600 664 -5.514311 12.062500 ) ( 448 -2624 664 -5.276811 12.062500 ) ( 416 -2648 664 -5.039311 12.062500 ) ) +( ( 544 -2536 656 -5.989311 12.156250 ) ( 512 -2560 656 -5.751811 12.156250 ) ( 472 -2584 664 -5.514311 12.156250 ) ( 440 -2608 672 -5.276811 12.156250 ) ( 400 -2632 664 -5.039311 12.156250 ) ) +( ( 536 -2528 632 -5.989311 12.250000 ) ( 504 -2552 648 -5.751811 12.250000 ) ( 464 -2576 656 -5.514311 12.250000 ) ( 432 -2600 672 -5.276811 12.250000 ) ( 392 -2632 656 -5.039311 12.250000 ) ) +( ( 528 -2520 624 -5.989311 12.343750 ) ( 496 -2544 616 -5.751811 12.343750 ) ( 456 -2560 640 -5.514311 12.343750 ) ( 416 -2584 664 -5.276811 12.343750 ) ( 384 -2616 656 -5.039311 12.343750 ) ) +( ( 520 -2520 608 -5.989311 12.406250 ) ( 488 -2528 600 -5.751811 12.406250 ) ( 440 -2552 608 -5.514311 12.406250 ) ( 408 -2576 664 -5.276811 12.406250 ) ( 376 -2608 656 -5.039311 12.406250 ) ) +( ( 504 -2488 616 -5.989311 12.500000 ) ( 472 -2512 616 -5.751811 12.500000 ) ( 432 -2536 624 -5.514311 12.500000 ) ( 400 -2552 664 -5.276811 12.500000 ) ( 360 -2584 656 -5.039311 12.500000 ) ) +) + } + } +// brush 912 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 696 -2192 656 4.800000 14 ) ( 824 -2128 672 4.300000 14 ) ( 944 -2104 664 3.800000 14 ) ) +( ( 704 -2272 648 4.800000 14.093750 ) ( 832 -2184 672 4.300000 14.093750 ) ( 952 -2128 672 3.800000 14.093750 ) ) +( ( 720 -2296 624 4.800000 14.187500 ) ( 848 -2208 648 4.300000 14.187500 ) ( 968 -2144 656 3.800000 14.187500 ) ) +( ( 728 -2296 600 4.800000 14.250000 ) ( 856 -2216 624 4.300000 14.250000 ) ( 976 -2152 632 3.800000 14.250000 ) ) +( ( 736 -2312 592 4.800000 14.343750 ) ( 864 -2232 616 4.300000 14.343750 ) ( 984 -2168 632 3.800000 14.343750 ) ) +( ( 744 -2328 584 4.800000 14.406250 ) ( 872 -2240 616 4.300000 14.406250 ) ( 992 -2184 624 3.800000 14.406250 ) ) +( ( 760 -2344 592 4.800000 14.500000 ) ( 880 -2264 616 4.300000 14.500000 ) ( 1000 -2200 624 3.800000 14.500000 ) ) +) + } + } +// brush 913 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 944 -2104 664 4.800000 14.000004 ) ( 1000 -2064 672 4.300000 14.000004 ) ( 1024 -2000 672 3.800000 14.000004 ) ) +( ( 952 -2128 672 4.800000 14.093754 ) ( 1024 -2080 672 4.300000 14.093754 ) ( 1048 -2000 680 3.800000 14.093754 ) ) +( ( 968 -2144 656 4.800000 14.187504 ) ( 1048 -2088 664 4.300000 14.187504 ) ( 1072 -2000 664 3.800000 14.187504 ) ) +( ( 976 -2152 632 4.800000 14.250004 ) ( 1056 -2088 640 4.300000 14.250004 ) ( 1080 -2008 640 3.800000 14.250004 ) ) +( ( 984 -2168 632 4.800000 14.343754 ) ( 1072 -2096 632 4.300000 14.343754 ) ( 1104 -2008 640 3.800000 14.343754 ) ) +( ( 992 -2184 624 4.800000 14.406254 ) ( 1088 -2104 624 4.300000 14.406254 ) ( 1120 -2008 632 3.800000 14.406254 ) ) +( ( 1000 -2200 624 4.800000 14.500004 ) ( 1104 -2120 632 4.300000 14.500004 ) ( 1144 -2016 632 3.800000 14.500004 ) ) +) + } + } +// brush 914 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 432 -2344 656 4.800000 14 ) ( 552 -2312 648 4.300000 14 ) ( 696 -2192 656 3.800000 14 ) ) +( ( 456 -2408 672 4.800000 14.093750 ) ( 560 -2328 664 4.300000 14.093750 ) ( 704 -2272 648 3.800000 14.093750 ) ) +( ( 464 -2424 656 4.800000 14.187500 ) ( 576 -2352 640 4.300000 14.187500 ) ( 720 -2296 624 3.800000 14.187500 ) ) +( ( 472 -2440 640 4.800000 14.250000 ) ( 576 -2360 616 4.300000 14.250000 ) ( 728 -2296 600 3.800000 14.250000 ) ) +( ( 480 -2456 632 4.800000 14.343750 ) ( 592 -2376 608 4.300000 14.343750 ) ( 736 -2312 592 3.800000 14.343750 ) ) +( ( 488 -2464 616 4.800000 14.406250 ) ( 600 -2384 600 4.300000 14.406250 ) ( 744 -2328 584 3.800000 14.406250 ) ) +( ( 504 -2488 616 4.800000 14.500000 ) ( 608 -2408 600 4.300000 14.500000 ) ( 760 -2344 592 3.800000 14.500000 ) ) +) + } + } +// brush 915 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 664 568 968 0 0 ) ( 504 512 976 -1 0 ) ( 312 520 984 -2 0 ) ) +( ( 656 720 960 0 1 ) ( 504 664 968 -1 1 ) ( 312 672 976 -2 1 ) ) +( ( 656 824 968 0 2 ) ( 472 824 976 -1 2 ) ( 304 824 984 -2 2 ) ) +) + } + } +// brush 916 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 968 440 944 0 0 ) ( 832 496 944 -1 0 ) ( 664 568 968 -2 0 ) ) +( ( 960 592 936 0 1 ) ( 832 648 936 -1 1 ) ( 656 720 960 -2 1 ) ) +( ( 960 744 944 0 2 ) ( 800 808 944 -1 2 ) ( 656 824 968 -2 2 ) ) +) + } + } +// brush 917 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3984 1200 1048 2.500000 -7 ) ( 3698 1293 1048 2.750000 -7 ) ( 3663 1458 1048 3 -7 ) ) +( ( 4080 1256 1120 2.500000 -7.250000 ) ( 3862 1472 1096 2.750000 -7.250000 ) ( 3759 1514 1088 3 -7.250000 ) ) +( ( 4088 1248 1336 2.500000 -7.500000 ) ( 3786 1365 1288 2.750000 -7.500000 ) ( 3767 1506 1304 3 -7.500000 ) ) +( ( 4080 1248 1512 2.500000 -7.750000 ) ( 3793 1365 1472 2.750000 -7.750000 ) ( 3759 1506 1472 3 -7.750000 ) ) +( ( 4168 1304 1680 2.500000 -8 ) ( 3906 1397 1616 2.750000 -8 ) ( 3847 1562 1648 3 -8 ) ) +) + } + } +// brush 918 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5864 -1864 1232 0 1 ) ( -5720 -2000 1272 -0.500000 1 ) ( -5872 -2184 1320 -1 1 ) ) +( ( -5968 -1856 1264 0 0.750000 ) ( -5824 -1992 1312 -0.500000 0.750000 ) ( -6000 -2128 1560 -1 0.750000 ) ) +( ( -5984 -1880 1576 0 0.500000 ) ( -5848 -2024 1600 -0.500000 0.500000 ) ( -5992 -2320 1656 -1 0.500000 ) ) +( ( -5952 -1872 1680 0 0.250000 ) ( -5848 -2016 1672 -0.500000 0.250000 ) ( -5968 -2336 1760 -1 0.250000 ) ) +( ( -6016 -1880 1792 0 0 ) ( -5888 -2000 1808 -0.500000 0 ) ( -6016 -2280 1840 -1 0 ) ) +) + } + } +// brush 919 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6992 -1648 1480 0 1 ) ( -6968 -1496 1472 -0.500000 1 ) ( -6648 -1392 1456 -1 1 ) ) +( ( -6896 -1656 1528 0 0.750000 ) ( -6928 -1568 1544 -0.500000 0.750000 ) ( -6816 -1536 1512 -1 0.750000 ) ) +( ( -6880 -1672 1632 0 0.500000 ) ( -6880 -1560 1632 -0.500000 0.500000 ) ( -6808 -1520 1608 -1 0.500000 ) ) +( ( -6880 -1672 1664 0 0.250000 ) ( -6864 -1576 1680 -0.500000 0.250000 ) ( -6792 -1504 1648 -1 0.250000 ) ) +( ( -6784 -1656 1720 0 0 ) ( -6792 -1624 1736 -0.500000 0 ) ( -6744 -1600 1712 -1 0 ) ) +) + } + } +// brush 920 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -7112 -1496 1520 0 1 ) ( -6960 -1368 1560 -0.500000 1 ) ( -6760 -1528 1488 -1 1 ) ) +( ( -7096 -1608 1560 0 0.750000 ) ( -6944 -1480 1608 -0.500000 0.750000 ) ( -6808 -1632 1656 -1 0.750000 ) ) +( ( -7064 -1608 1688 0 0.500000 ) ( -6912 -1488 1712 -0.500000 0.500000 ) ( -6792 -1648 1768 -1 0.500000 ) ) +( ( -7048 -1592 1760 0 0.250000 ) ( -6896 -1504 1792 -0.500000 0.250000 ) ( -6752 -1648 1856 -1 0.250000 ) ) +( ( -6992 -1704 1936 0 0 ) ( -6864 -1584 1944 -0.500000 0 ) ( -6784 -1720 1936 -1 0 ) ) +) + } + } +// brush 921 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6296 -1392 1376 0 1 ) ( -6240 -1400 1368 -0.500000 1 ) ( -6136 -1600 1280 -1 1 ) ) +( ( -6256 -1448 1408 0 0.750000 ) ( -6192 -1448 1392 -0.500000 0.750000 ) ( -6168 -1600 1408 -1 0.750000 ) ) +( ( -6320 -1440 1552 0 0.500000 ) ( -6232 -1464 1536 -0.500000 0.500000 ) ( -6232 -1608 1560 -1 0.500000 ) ) +( ( -6312 -1424 1592 0 0.250000 ) ( -6232 -1472 1584 -0.500000 0.250000 ) ( -6216 -1616 1616 -1 0.250000 ) ) +( ( -6296 -1496 1664 0 0 ) ( -6240 -1504 1664 -0.500000 0 ) ( -6240 -1592 1648 -1 0 ) ) +) + } + } +// brush 922 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6136 -1472 1344 0 1 ) ( -6000 -1464 1256 -0.500000 1 ) ( -5864 -1864 1232 -1 1 ) ) +( ( -6176 -1560 1408 0 0.750000 ) ( -6048 -1560 1320 -0.500000 0.750000 ) ( -5968 -1856 1264 -1 0.750000 ) ) +( ( -6224 -1560 1584 0 0.500000 ) ( -6064 -1592 1552 -0.500000 0.500000 ) ( -5984 -1880 1576 -1 0.500000 ) ) +( ( -6200 -1544 1656 0 0.250000 ) ( -6056 -1600 1632 -0.500000 0.250000 ) ( -5952 -1872 1680 -1 0.250000 ) ) +( ( -6216 -1648 1784 0 0 ) ( -6088 -1656 1760 -0.500000 0 ) ( -6016 -1880 1792 -1 0 ) ) +) + } + } +// brush 923 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6560 -1416 1432 0 1 ) ( -6448 -1384 1392 -0.500000 1 ) ( -6296 -1392 1376 -1 1 ) ) +( ( -6488 -1480 1496 0 0.750000 ) ( -6464 -1416 1496 -0.500000 0.750000 ) ( -6256 -1448 1408 -1 0.750000 ) ) +( ( -6480 -1480 1600 0 0.500000 ) ( -6408 -1416 1584 -0.500000 0.500000 ) ( -6320 -1440 1552 -1 0.500000 ) ) +( ( -6480 -1472 1632 0 0.250000 ) ( -6400 -1432 1624 -0.500000 0.250000 ) ( -6312 -1424 1592 -1 0.250000 ) ) +( ( -6384 -1512 1688 0 0 ) ( -6336 -1480 1688 -0.500000 0 ) ( -6296 -1496 1664 -1 0 ) ) +) + } + } +// brush 924 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6648 -1392 1456 0 1 ) ( -6624 -1432 1456 -0.500000 1 ) ( -6560 -1416 1432 -1 1 ) ) +( ( -6816 -1536 1512 0 0.750000 ) ( -6624 -1496 1536 -0.500000 0.750000 ) ( -6488 -1480 1496 -1 0.750000 ) ) +( ( -6808 -1520 1608 0 0.500000 ) ( -6576 -1504 1624 -0.500000 0.500000 ) ( -6480 -1480 1600 -1 0.500000 ) ) +( ( -6792 -1504 1648 0 0.250000 ) ( -6576 -1520 1672 -0.500000 0.250000 ) ( -6480 -1472 1632 -1 0.250000 ) ) +( ( -6744 -1600 1712 0 0 ) ( -6536 -1592 1744 -0.500000 0 ) ( -6384 -1512 1688 -1 0 ) ) +) + } + } +// brush 925 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6488 -1504 1472 0 1 ) ( -6240 -1448 1272 -0.500000 1 ) ( -6136 -1472 1344 -1 1 ) ) +( ( -6528 -1600 1528 0 0.750000 ) ( -6368 -1544 1520 -0.500000 0.750000 ) ( -6176 -1560 1408 -1 0.750000 ) ) +( ( -6496 -1600 1656 0 0.500000 ) ( -6336 -1552 1624 -0.500000 0.500000 ) ( -6224 -1560 1584 -1 0.500000 ) ) +( ( -6472 -1584 1728 0 0.250000 ) ( -6328 -1560 1704 -0.500000 0.250000 ) ( -6200 -1544 1656 -1 0.250000 ) ) +( ( -6488 -1680 1856 0 0 ) ( -6352 -1616 1832 -0.500000 0 ) ( -6216 -1648 1784 -1 0 ) ) +) + } + } +// brush 926 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6760 -1528 1488 0 1 ) ( -6688 -1736 1456 -0.500000 1 ) ( -6488 -1504 1472 -1 1 ) ) +( ( -6808 -1632 1656 0 0.750000 ) ( -6776 -1832 1624 -0.500000 0.750000 ) ( -6528 -1600 1528 -1 0.750000 ) ) +( ( -6792 -1648 1768 0 0.500000 ) ( -6744 -1840 1728 -0.500000 0.500000 ) ( -6496 -1600 1656 -1 0.500000 ) ) +( ( -6752 -1648 1856 0 0.250000 ) ( -6736 -1848 1816 -0.500000 0.250000 ) ( -6472 -1584 1728 -1 0.250000 ) ) +( ( -6784 -1720 1936 0 0 ) ( -6760 -1904 1944 -0.500000 0 ) ( -6488 -1680 1856 -1 0 ) ) +) + } + } +// brush 927 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6384 -1512 1688 6.827040 28.557564 ) ( -6384 -1640 1744 7.012940 28.449972 ) ( -6328 -1688 1720 7.360742 28.646963 ) ) +( ( -6536 -1592 1744 6.665246 28.602869 ) ( -6512 -1672 1776 7.063805 28.845869 ) ( -6472 -1736 1784 7.326536 28.961487 ) ) +( ( -6744 -1600 1712 6.571723 28.826035 ) ( -6592 -1624 1800 6.805203 29.242706 ) ( -6664 -1800 1736 7.107144 29.276609 ) ) +) + } + } +// brush 928 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6296 -1496 1664 6.827040 28.557564 ) ( -6240 -1504 1664 7.012940 28.449972 ) ( -6240 -1592 1648 7.360742 28.646963 ) ) +( ( -6336 -1480 1688 6.665246 28.602869 ) ( -6272 -1592 1720 7.063805 28.845869 ) ( -6264 -1632 1728 7.326536 28.961487 ) ) +( ( -6384 -1512 1688 6.571723 28.826035 ) ( -6384 -1640 1744 6.805203 29.242706 ) ( -6328 -1688 1720 7.107144 29.276609 ) ) +) + } + } +// brush 929 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6744 -1600 1712 6.827040 28.557564 ) ( -6592 -1624 1800 7.012940 28.449972 ) ( -6664 -1800 1736 7.360742 28.646963 ) ) +( ( -6792 -1624 1736 6.665246 28.602869 ) ( -6736 -1720 1744 7.063805 28.845869 ) ( -6704 -1840 1736 7.326536 28.961487 ) ) +( ( -6784 -1656 1720 6.571723 28.826035 ) ( -6776 -1768 1736 6.805203 29.242706 ) ( -6768 -1832 1720 7.107144 29.276609 ) ) +) + } + } +// brush 930 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5408 -2088 1776 -30.335012 -2.386545 ) ( -5416 -2136 1808 -30.665726 -2.492188 ) ( -5424 -2168 1816 -30.980865 -2.515625 ) ) +( ( -5680 -2088 1800 -30.089748 -2.827952 ) ( -5680 -2136 1832 -30.408478 -2.914063 ) ( -5688 -2176 1832 -30.811739 -2.960938 ) ) +( ( -5984 -2088 1752 -29.886726 -2.777170 ) ( -5984 -2136 1784 -30.295147 -2.992188 ) ( -5992 -2168 1792 -30.495277 -3.031250 ) ) +) + } + } +// brush 931 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5920 -1984 1272 0 2 ) ( -5664 -1952 1304 -0.500000 2 ) ( -5432 -1984 1360 -1 2 ) ) +( ( -5920 -2048 1312 0 1.750000 ) ( -5664 -2024 1368 -0.500000 1.750000 ) ( -5432 -2048 1408 -1 1.750000 ) ) +( ( -5920 -2040 1392 0 1.500000 ) ( -5672 -2008 1424 -0.500000 1.500000 ) ( -5432 -2040 1488 -1 1.500000 ) ) +( ( -6000 -2024 1704 0 1.250000 ) ( -5656 -2040 1720 -0.500000 1.250000 ) ( -5424 -2024 1728 -1 1.250000 ) ) +( ( -5984 -2088 1752 0 1 ) ( -5680 -2088 1800 -0.500000 1 ) ( -5408 -2088 1776 -1 1 ) ) +) + } + } +// brush 932 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5432 -1984 1360 0 2 ) ( -5224 -1952 1424 -0.500000 2 ) ( -5064 -2064 1440 -1 2 ) ) +( ( -5432 -2048 1408 0 1.750000 ) ( -5216 -2024 1464 -0.500000 1.750000 ) ( -5016 -2112 1480 -1 1.750000 ) ) +( ( -5432 -2040 1488 0 1.500000 ) ( -5224 -2008 1520 -0.500000 1.500000 ) ( -5024 -2104 1560 -1 1.500000 ) ) +( ( -5424 -2024 1728 0 1.250000 ) ( -5176 -2040 1728 -0.500000 1.250000 ) ( -5048 -2104 1728 -1 1.250000 ) ) +( ( -5408 -2088 1776 0 1 ) ( -5200 -2088 1808 -0.500000 1 ) ( -4992 -2136 1776 -1 1 ) ) +) + } + } +// brush 933 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4992 -2136 1776 -30.335012 -2.386545 ) ( -4952 -2176 1808 -30.665726 -2.492188 ) ( -4936 -2200 1816 -30.980865 -2.515625 ) ) +( ( -5200 -2088 1808 -30.089748 -2.827952 ) ( -5200 -2128 1840 -30.408478 -2.914063 ) ( -5208 -2176 1840 -30.811739 -2.960938 ) ) +( ( -5408 -2088 1776 -29.886726 -2.777170 ) ( -5416 -2136 1808 -30.295147 -2.992188 ) ( -5424 -2168 1816 -30.495277 -3.031250 ) ) +) + } + } +// brush 934 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4392 -1744 1792 -30.335012 -3.386545 ) ( -4352 -1760 1824 -30.665726 -3.492188 ) ( -4320 -1776 1832 -30.980865 -3.515625 ) ) +( ( -4552 -1888 1832 -30.089748 -3.827952 ) ( -4512 -1896 1856 -30.408478 -3.914063 ) ( -4472 -1912 1860 -30.811739 -3.960938 ) ) +( ( -4624 -2032 1848 -29.886726 -3.777170 ) ( -4584 -2048 1872 -30.295147 -3.992188 ) ( -4552 -2064 1888 -30.495277 -4.031250 ) ) +) + } + } +// brush 935 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4624 -2032 1848 -30.335012 -2.386545 ) ( -4584 -2048 1872 -30.665726 -2.492188 ) ( -4552 -2064 1888 -30.980865 -2.515625 ) ) +( ( -4848 -2048 1876 -30.089748 -2.827952 ) ( -4816 -2072 1908 -30.408478 -2.914063 ) ( -4792 -2112 1908 -30.811739 -2.960938 ) ) +( ( -4992 -2136 1776 -29.886726 -2.777170 ) ( -4952 -2176 1808 -30.295147 -2.992188 ) ( -4936 -2200 1816 -30.495277 -3.031250 ) ) +) + } + } +// brush 936 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5064 -2064 1440 0 2 ) ( -4896 -1976 1556 -0.500000 2 ) ( -4728 -2008 1512 -1 2 ) ) +( ( -5016 -2112 1480 0 1.750000 ) ( -4880 -1992 1604 -0.500000 1.750000 ) ( -4664 -2024 1552 -1 1.750000 ) ) +( ( -5024 -2104 1560 0 1.500000 ) ( -4896 -1984 1660 -0.500000 1.500000 ) ( -4680 -2024 1632 -1 1.500000 ) ) +( ( -5048 -2104 1728 0 1.250000 ) ( -4872 -2000 1796 -0.500000 1.250000 ) ( -4696 -2040 1792 -1 1.250000 ) ) +( ( -4992 -2136 1776 0 1 ) ( -4848 -2048 1876 -0.500000 1 ) ( -4624 -2032 1848 -1 1 ) ) +) + } + } +// brush 937 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4728 -2008 1512 0 1 ) ( -4688 -1840 1512 -0.500000 1 ) ( -4496 -1720 1456 -1 1 ) ) +( ( -4664 -2024 1552 0 0.750000 ) ( -4608 -1848 1560 -0.500000 0.750000 ) ( -4432 -1736 1496 -1 0.750000 ) ) +( ( -4680 -2024 1632 0 0.500000 ) ( -4624 -1856 1616 -0.500000 0.500000 ) ( -4448 -1736 1576 -1 0.500000 ) ) +( ( -4696 -2040 1792 0 0.250000 ) ( -4600 -1856 1752 -0.500000 0.250000 ) ( -4464 -1744 1744 -1 0.250000 ) ) +( ( -4624 -2032 1848 0 0 ) ( -4552 -1888 1832 -0.500000 0 ) ( -4392 -1744 1792 -1 0 ) ) +) + } + } +// brush 938 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3616 -1632 1568 -30.335012 -3.386545 ) ( -3600 -1680 1592 -30.665726 -3.492188 ) ( -3584 -1704 1608 -30.980865 -3.515625 ) ) +( ( -3824 -1616 1608 -30.089748 -3.827952 ) ( -3800 -1656 1632 -30.408478 -3.914063 ) ( -3784 -1696 1632 -30.811739 -3.960938 ) ) +( ( -3984 -1672 1616 -29.886726 -3.777170 ) ( -3960 -1712 1648 -30.295147 -3.992188 ) ( -3952 -1744 1656 -30.495277 -4.031250 ) ) +) + } + } +// brush 939 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3256 -1592 1528 -30.335012 -3.386545 ) ( -3232 -1632 1552 -30.665726 -3.492188 ) ( -3224 -1664 1560 -30.980865 -3.515625 ) ) +( ( -3464 -1576 1576 -30.089748 -3.827952 ) ( -3440 -1616 1600 -30.408478 -3.914063 ) ( -3432 -1664 1608 -30.811739 -3.960938 ) ) +( ( -3616 -1632 1568 -29.886726 -3.777170 ) ( -3600 -1680 1592 -30.295147 -3.992188 ) ( -3584 -1704 1608 -30.495277 -4.031250 ) ) +) + } + } +// brush 940 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1160 -1240 1424 -30.335012 -3.386545 ) ( -1184 -1200 1448 -30.665726 -3.492188 ) ( -1200 -1168 1456 -30.980865 -3.515625 ) ) +( ( -1072 -1112 1472 -30.089748 -3.827952 ) ( -1120 -1104 1504 -30.408478 -3.914063 ) ( -1152 -1080 1504 -30.811739 -3.960938 ) ) +( ( -1080 -1000 1448 -29.886726 -3.777170 ) ( -1136 -1000 1480 -30.295147 -3.992188 ) ( -1168 -992 1488 -30.495277 -4.031250 ) ) +) + } + } +// brush 941 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 230.021790 ) +( +( ( -1280 -1464 1376 -30.335012 -3.386545 ) ( -1280 -1416 1400 -30.665726 -3.492188 ) ( -1280 -1352 1416 -30.980865 -3.515625 ) ) +( ( -1192 -1408 1432 -30.089748 -3.827952 ) ( -1232 -1392 1456 -30.408478 -3.914063 ) ( -1264 -1360 1464 -30.811739 -3.960938 ) ) +( ( -1160 -1240 1424 -29.886726 -3.777170 ) ( -1184 -1200 1448 -30.295147 -3.992188 ) ( -1200 -1168 1456 -30.495277 -4.031250 ) ) +) + } + } +// brush 942 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4040 -1576 1280 0 1 ) ( -3880 -1488 1288 -0.500000 1 ) ( -3664 -1536 1232 -1 1 ) ) +( ( -4008 -1632 1328 0 0.750000 ) ( -3840 -1552 1328 -0.500000 0.750000 ) ( -3632 -1592 1272 -1 0.750000 ) ) +( ( -4008 -1632 1408 0 0.500000 ) ( -3856 -1544 1384 -0.500000 0.500000 ) ( -3640 -1592 1352 -1 0.500000 ) ) +( ( -4032 -1624 1568 0 0.250000 ) ( -3832 -1560 1528 -0.500000 0.250000 ) ( -3664 -1584 1512 -1 0.250000 ) ) +( ( -3984 -1672 1616 0 0 ) ( -3824 -1616 1608 -0.500000 0 ) ( -3616 -1632 1568 -1 0 ) ) +) + } + } +// brush 943 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3664 -1536 1232 0 1 ) ( -3520 -1448 1256 -0.500000 1 ) ( -3304 -1496 1192 -1 1 ) ) +( ( -3632 -1592 1272 0 0.750000 ) ( -3480 -1512 1296 -0.500000 0.750000 ) ( -3272 -1552 1232 -1 0.750000 ) ) +( ( -3640 -1592 1352 0 0.500000 ) ( -3496 -1504 1352 -0.500000 0.500000 ) ( -3280 -1552 1312 -1 0.500000 ) ) +( ( -3664 -1584 1512 0 0.250000 ) ( -3472 -1520 1496 -0.500000 0.250000 ) ( -3304 -1544 1472 -1 0.250000 ) ) +( ( -3616 -1632 1568 0 0 ) ( -3464 -1576 1576 -0.500000 0 ) ( -3256 -1592 1528 -1 0 ) ) +) + } + } +// brush 944 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3304 -1496 1192 0 1 ) ( -3080 -1416 1216 -0.500000 1 ) ( -2904 -1384 1192 -1 1 ) ) +( ( -3272 -1552 1232 0 0.750000 ) ( -3040 -1480 1256 -0.500000 0.750000 ) ( -2856 -1424 1232 -1 0.750000 ) ) +( ( -3280 -1552 1312 0 0.500000 ) ( -3056 -1472 1312 -0.500000 0.500000 ) ( -2864 -1424 1312 -1 0.500000 ) ) +( ( -3304 -1544 1472 0 0.250000 ) ( -3032 -1488 1456 -0.500000 0.250000 ) ( -2888 -1424 1472 -1 0.250000 ) ) +( ( -3256 -1592 1528 0 0 ) ( -3024 -1544 1536 -0.500000 0 ) ( -2824 -1456 1528 -1 0 ) ) +) + } + } +// brush 945 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2824 -1456 1528 -30.335012 -3.386545 ) ( -2792 -1496 1552 -30.665726 -3.492188 ) ( -2776 -1520 1560 -30.980865 -3.515625 ) ) +( ( -3024 -1544 1536 -30.089748 -3.827952 ) ( -3000 -1584 1560 -30.408478 -3.914063 ) ( -2984 -1624 1568 -30.811739 -3.960938 ) ) +( ( -3256 -1592 1528 -29.886726 -3.777170 ) ( -3232 -1632 1552 -30.295147 -3.992188 ) ( -3224 -1664 1560 -30.495277 -4.031250 ) ) +) + } + } +// brush 946 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2456 -1224 1528 -30.335012 -3.386545 ) ( -2424 -1264 1552 -30.665726 -3.492188 ) ( -2408 -1288 1560 -30.980865 -3.515625 ) ) +( ( -2616 -1352 1536 -30.089748 -3.827952 ) ( -2584 -1384 1560 -30.408478 -3.914063 ) ( -2560 -1416 1568 -30.811739 -3.960938 ) ) +( ( -2824 -1456 1528 -29.886726 -3.777170 ) ( -2792 -1496 1552 -30.295147 -3.992188 ) ( -2776 -1520 1560 -30.495277 -4.031250 ) ) +) + } + } +// brush 947 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2904 -1384 1192 0 1 ) ( -2704 -1240 1216 -0.500000 1 ) ( -2536 -1152 1192 -1 1 ) ) +( ( -2856 -1424 1232 0 0.750000 ) ( -2648 -1296 1256 -0.500000 0.750000 ) ( -2488 -1192 1232 -1 0.750000 ) ) +( ( -2864 -1424 1312 0 0.500000 ) ( -2664 -1288 1320 -0.500000 0.500000 ) ( -2496 -1192 1312 -1 0.500000 ) ) +( ( -2888 -1424 1472 0 0.250000 ) ( -2640 -1304 1456 -0.500000 0.250000 ) ( -2520 -1192 1472 -1 0.250000 ) ) +( ( -2824 -1456 1528 0 0 ) ( -2616 -1352 1536 -0.500000 0 ) ( -2456 -1224 1528 -1 0 ) ) +) + } + } +// brush 948 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2536 -1152 1192 0 1 ) ( -2336 -1008 1216 -0.500000 1 ) ( -2176 -920 1224 -1 1 ) ) +( ( -2488 -1192 1232 0 0.750000 ) ( -2280 -1064 1256 -0.500000 0.750000 ) ( -2128 -960 1264 -1 0.750000 ) ) +( ( -2496 -1192 1312 0 0.500000 ) ( -2296 -1056 1320 -0.500000 0.500000 ) ( -2136 -960 1344 -1 0.500000 ) ) +( ( -2520 -1192 1472 0 0.250000 ) ( -2272 -1072 1456 -0.500000 0.250000 ) ( -2152 -960 1456 -1 0.250000 ) ) +( ( -2456 -1224 1528 0 0 ) ( -2248 -1120 1536 -0.500000 0 ) ( -2088 -992 1512 -1 0 ) ) +) + } + } +// brush 949 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2088 -992 1512 -30.335012 -3.386545 ) ( -2056 -1032 1536 -30.665726 -3.492188 ) ( -2040 -1056 1544 -30.980865 -3.515625 ) ) +( ( -2248 -1120 1536 -30.089748 -3.827952 ) ( -2216 -1152 1560 -30.408478 -3.914063 ) ( -2192 -1184 1568 -30.811739 -3.960938 ) ) +( ( -2456 -1224 1528 -29.886726 -3.777170 ) ( -2424 -1264 1552 -30.295147 -3.992188 ) ( -2408 -1288 1560 -30.495277 -4.031250 ) ) +) + } + } +// brush 950 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -112 -1640 1160 -30.335012 -3.386545 ) ( -184 -1632 1200 -30.665726 -3.492188 ) ( -232 -1624 1216 -30.980865 -3.515625 ) ) +( ( -168 -1424 1240 -30.089748 -3.827952 ) ( -224 -1464 1280 -30.408478 -3.914063 ) ( -280 -1480 1288 -30.811739 -3.960938 ) ) +( ( -296 -1328 1200 -29.886726 -3.777170 ) ( -344 -1384 1248 -30.295147 -3.992188 ) ( -384 -1408 1264 -30.495277 -4.031250 ) ) +) + } + } +// brush 951 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -296 -1328 1200 -30.335012 -3.386545 ) ( -344 -1384 1248 -30.665726 -3.492188 ) ( -384 -1408 1264 -30.980865 -3.515625 ) ) +( ( -432 -1136 1200 -30.089748 -3.827952 ) ( -472 -1184 1232 -30.408478 -3.914063 ) ( -512 -1232 1232 -30.811739 -3.960938 ) ) +( ( -568 -1032 1224 -29.886726 -3.777170 ) ( -616 -1080 1264 -30.295147 -3.992188 ) ( -656 -1112 1280 -30.495277 -4.031250 ) ) +) + } + } +// brush 952 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -568 -1032 1224 -30.335012 -3.386545 ) ( -616 -1080 1264 -30.665726 -3.492188 ) ( -656 -1112 1280 -30.980865 -3.515625 ) ) +( ( -768 -904 1216 -30.089748 -3.827952 ) ( -784 -968 1264 -30.408478 -3.914063 ) ( -808 -1024 1264 -30.811739 -3.960938 ) ) +( ( -1032 -928 1184 -29.886726 -3.777170 ) ( -1032 -1000 1224 -30.295147 -3.992188 ) ( -1040 -1048 1240 -30.495277 -4.031250 ) ) +) + } + } +// brush 953 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1832 -3448 672 1.613351 30.221409 ) ( -1976 -3392 776 1.970438 30.645321 ) ( -2024 -3328 840 2.048872 30.951254 ) ) +( ( -1768 -3360 680 1.208586 30.411684 ) ( -1856 -3264 752 1.420241 30.755337 ) ( -1920 -3248 768 1.575784 31.060381 ) ) +( ( -1664 -3216 688 0.698415 30.582958 ) ( -1752 -3168 760 0.898777 30.907690 ) ( -1744 -3160 784 0.799201 31.057926 ) ) +) + } + } +// brush 954 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2128 -3520 792 2.810946 30.517536 ) ( -2112 -3424 832 2.603537 30.817221 ) ( -2144 -3360 864 2.596318 31.093493 ) ) +( ( -2032 -3512 800 2.404783 30.328636 ) ( -2064 -3416 776 2.335776 30.722963 ) ( -2072 -3336 888 2.205870 31.014225 ) ) +( ( -1832 -3448 672 1.604665 30.207958 ) ( -1976 -3392 776 1.970438 30.645321 ) ( -2024 -3328 840 2.048872 30.951254 ) ) +) + } + } +// brush 955 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2024 -3328 840 2.048872 30.951254 ) ( -2104 -3232 896 2.140183 31.425123 ) ( -2136 -3168 976 2.136763 31.709681 ) ) +( ( -1920 -3248 768 1.575784 31.060381 ) ( -1968 -3160 856 1.580259 31.451488 ) ( -2008 -3104 888 1.620302 31.723896 ) ) +( ( -1744 -3160 784 0.799201 31.057926 ) ( -1848 -3096 864 1.037132 31.463686 ) ( -1856 -3048 904 0.984533 31.637480 ) ) +) + } + } +// brush 956 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2144 -3360 864 3.298872 30.826254 ) ( -2360 -3392 920 3.390183 31.362623 ) ( -2392 -3320 1000 3.386763 31.678431 ) ) +( ( -2072 -3336 888 2.857034 30.935381 ) ( -2232 -3336 984 2.861509 31.326488 ) ( -2288 -3272 1008 2.932802 31.661396 ) ) +( ( -2024 -3328 840 2.048872 30.951254 ) ( -2104 -3232 896 2.140183 31.425123 ) ( -2136 -3168 976 2.136763 31.709681 ) ) +) + } + } +// brush 957 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2064 -7376 488 21.799622 27.256657 ) ( 2200 -7104 488 22.486820 27.238787 ) ( 2272 -7096 488 23.080872 27.256657 ) ) +( ( 2080 -7400 584 21.779827 27.488840 ) ( 2184 -7192 624 22.439159 27.523661 ) ( 2272 -7144 584 23.054361 27.487259 ) ) +( ( 2176 -7552 640 21.783718 27.887535 ) ( 2200 -7392 640 22.470119 27.836300 ) ( 2280 -7376 640 23.016558 27.884176 ) ) +) + } + } +// brush 958 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2080 -7168 352 -28.001310 -1.375000 ) ( 2184 -6936 328 -27.078287 -1.273438 ) ( 2272 -6920 352 -27.032560 -1.375000 ) ) +( ( 2096 -7288 424 -28.461470 -1.647344 ) ( 2184 -7080 400 -27.662184 -1.573125 ) ( 2288 -7000 416 -27.336470 -1.616094 ) ) +( ( 2064 -7376 488 -28.821596 -1.917795 ) ( 2200 -7104 488 -27.763954 -1.906077 ) ( 2272 -7096 488 -27.727846 -1.917795 ) ) +) + } + } +// brush 959 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2072 -6968 304 8.097972 27.203491 ) ( 2192 -6776 280 8.554852 26.464434 ) ( 2264 -6728 280 8.830872 26.287907 ) ) +( ( 2048 -7088 304 8.014967 27.701021 ) ( 2184 -6880 304 8.530687 26.877069 ) ( 2256 -6840 288 8.827467 26.732271 ) ) +( ( 2080 -7168 352 8.133471 28.001310 ) ( 2184 -6936 328 8.546717 27.078287 ) ( 2272 -6920 352 8.883471 27.032560 ) ) +) + } + } +// brush 960 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2272 -7096 488 21.799622 27.256657 ) ( 2376 -6976 464 22.486820 27.238787 ) ( 2472 -7000 464 23.080872 27.256657 ) ) +( ( 2272 -7144 584 21.779827 27.488840 ) ( 2360 -7064 600 22.439159 27.523661 ) ( 2472 -7048 560 23.054361 27.487259 ) ) +( ( 2280 -7376 640 21.783718 27.887535 ) ( 2376 -7264 616 22.470119 27.836300 ) ( 2480 -7280 616 23.016558 27.884176 ) ) +) + } + } +// brush 961 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2272 -6920 352 8.883471 -1.375000 ) ( 2360 -6808 304 9.234217 -1.179688 ) ( 2472 -6824 280 9.664721 -1.093750 ) ) +( ( 2288 -7000 416 8.930490 -1.616094 ) ( 2360 -6912 344 9.225893 -1.354375 ) ( 2488 -6904 352 9.711740 -1.366094 ) ) +( ( 2272 -7096 488 8.889177 -1.917795 ) ( 2376 -6976 464 9.266357 -1.812327 ) ( 2472 -7000 464 9.670427 -1.824045 ) ) +) + } + } +// brush 962 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2264 -6728 280 8.830872 26.287907 ) ( 2360 -6648 232 9.205570 25.957537 ) ( 2464 -6632 208 9.612122 25.912907 ) ) +( ( 2256 -6840 288 8.827467 26.732271 ) ( 2352 -6752 224 9.186937 26.377069 ) ( 2456 -6744 216 9.608717 26.357271 ) ) +( ( 2272 -6920 352 8.883471 27.032560 ) ( 2360 -6808 304 9.234217 26.578287 ) ( 2472 -6824 280 9.664721 26.657560 ) ) +) + } + } +// brush 963 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1536 -7448 240 6.003413 29.105822 ) ( 1808 -7192 240 7.064496 28.087048 ) ( 1968 -6856 216 7.697475 26.766308 ) ) +( ( 1560 -7496 288 6.080420 29.284948 ) ( 1840 -7240 288 7.188347 28.269850 ) ( 2000 -6888 264 7.818219 26.919399 ) ) +( ( 1608 -7584 328 6.277114 29.631767 ) ( 1896 -7320 328 7.391669 28.581499 ) ( 2072 -6968 304 8.097972 27.203491 ) ) +) + } + } +// brush 964 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 752 -7400 256 2.947273 28.911993 ) ( 1112 -7456 256 4.351420 29.133490 ) ( 1432 -7256 248 5.588962 28.332048 ) ) +( ( 752 -7432 264 2.936880 29.026247 ) ( 1128 -7480 264 4.391456 29.225157 ) ( 1448 -7280 264 5.641675 28.452213 ) ) +( ( 752 -7472 248 2.925440 29.177187 ) ( 1128 -7512 248 4.395171 29.351900 ) ( 1456 -7312 256 5.691614 28.553215 ) ) +) + } + } +// brush 965 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 752 -7472 248 2.925440 29.177187 ) ( 1128 -7512 248 4.395171 29.351900 ) ( 1456 -7312 256 5.691614 28.553215 ) ) +( ( 744 -7504 232 2.918188 29.320875 ) ( 1136 -7552 232 4.444601 29.515558 ) ( 1472 -7336 240 5.748831 28.653105 ) ) +( ( 752 -7552 240 2.922379 29.498882 ) ( 1144 -7592 240 4.470017 29.664780 ) ( 1488 -7368 224 5.826368 28.792751 ) ) +) + } + } +// brush 966 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 752 -7552 240 2.922379 29.498882 ) ( 1144 -7592 240 4.470017 29.664780 ) ( 1488 -7368 224 5.826368 28.792751 ) ) +( ( 744 -7584 240 2.915127 29.611322 ) ( 1152 -7632 240 4.511893 29.798115 ) ( 1512 -7416 216 5.915369 28.969784 ) ) +( ( 744 -7624 264 2.919312 29.789326 ) ( 1160 -7664 264 4.537308 29.947340 ) ( 1536 -7448 240 6.003413 29.105822 ) ) +) + } + } +// brush 967 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 744 -7624 264 2.919312 29.789326 ) ( 1160 -7664 264 4.537308 29.947340 ) ( 1536 -7448 240 6.003413 29.105822 ) ) +( ( 744 -7672 296 2.896439 29.982956 ) ( 1176 -7720 296 4.583663 30.163227 ) ( 1560 -7496 288 6.080420 29.284948 ) ) +( ( 744 -7768 312 2.893372 30.350407 ) ( 1192 -7808 312 4.647874 30.498024 ) ( 1608 -7584 304 6.277114 29.631767 ) ) +) + } + } +// brush 968 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 408 -7272 264 1.603523 28.411993 ) ( 616 -7368 264 2.419909 28.780563 ) ( 752 -7400 256 2.947273 28.911993 ) ) +( ( 408 -7304 272 1.593130 28.526247 ) ( 624 -7392 272 2.436579 28.879194 ) ( 752 -7432 264 2.936880 29.026247 ) ) +( ( 408 -7344 256 1.581690 28.677187 ) ( 616 -7424 256 2.409521 29.003071 ) ( 752 -7472 248 2.925440 29.177187 ) ) +) + } + } +// brush 969 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 408 -7344 256 1.581690 28.677187 ) ( 616 -7424 256 2.409521 29.003071 ) ( 752 -7472 248 2.925440 29.177187 ) ) +( ( 400 -7376 240 1.574438 28.820875 ) ( 616 -7472 240 2.417891 29.173826 ) ( 744 -7504 232 2.918188 29.320875 ) ) +( ( 408 -7424 248 1.578629 28.998882 ) ( 616 -7504 248 2.406452 29.324762 ) ( 752 -7552 240 2.922379 29.498882 ) ) +) + } + } +// brush 970 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 408 -7424 248 1.578629 28.998882 ) ( 616 -7504 248 2.406452 29.324762 ) ( 752 -7552 240 2.922379 29.498882 ) ) +( ( 400 -7456 248 1.571377 29.111322 ) ( 616 -7544 248 2.414827 29.464268 ) ( 744 -7584 240 2.915127 29.611322 ) ) +( ( 400 -7496 272 1.575562 29.289326 ) ( 616 -7584 272 2.403387 29.615210 ) ( 744 -7624 264 2.919312 29.789326 ) ) +) + } + } +// brush 971 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 400 -7496 272 1.575562 28.789326 ) ( 616 -7584 272 2.262762 28.677710 ) ( 744 -7624 264 2.763062 28.601826 ) ) +( ( 400 -7544 304 1.552689 28.982956 ) ( 616 -7640 304 2.255512 28.898397 ) ( 744 -7672 296 2.740189 28.795456 ) ) +( ( 376 -7744 344 1.549622 29.350407 ) ( 608 -7728 344 2.236820 29.238787 ) ( 744 -7768 336 2.737122 29.162907 ) ) +) + } + } +// brush 972 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -40 -7144 224 -0.150577 27.920998 ) ( 232 -7248 224 0.919909 28.327438 ) ( 408 -7272 264 1.603523 28.411993 ) ) +( ( -48 -7176 248 -0.182580 28.031168 ) ( 240 -7280 280 0.936579 28.426069 ) ( 408 -7304 272 1.593130 28.526247 ) ) +( ( -56 -7216 264 -0.222611 28.177153 ) ( 232 -7312 264 0.909521 28.549946 ) ( 408 -7344 256 1.581690 28.677187 ) ) +) + } + } +// brush 973 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -56 -7216 264 -0.222611 28.177153 ) ( 232 -7312 264 0.909521 28.549946 ) ( 408 -7344 256 1.581690 28.677187 ) ) +( ( -64 -7248 248 -0.257147 28.316816 ) ( 232 -7352 248 0.917891 28.720701 ) ( 400 -7376 240 1.574438 28.820875 ) ) +( ( -72 -7296 256 -0.286999 28.492353 ) ( 232 -7392 256 0.906452 28.871637 ) ( 408 -7424 248 1.578629 28.998882 ) ) +) + } + } +// brush 974 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -72 -7296 256 -0.286999 28.492353 ) ( 232 -7392 256 0.906452 28.871637 ) ( 408 -7424 248 1.578629 28.998882 ) ) +( ( -80 -7320 256 -0.315572 28.601343 ) ( 232 -7424 256 0.914827 29.011143 ) ( 400 -7456 248 1.571377 29.111322 ) ) +( ( -88 -7368 280 -0.345428 28.776875 ) ( 232 -7464 280 0.903387 29.162085 ) ( 400 -7496 272 1.575562 29.289326 ) ) +) + } + } +// brush 975 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -88 -7368 280 -0.345428 28.776875 ) ( 232 -7464 280 1.075262 28.865210 ) ( 400 -7496 272 1.575562 28.789326 ) ) +( ( -104 -7416 312 -0.404827 28.962584 ) ( 232 -7520 312 1.068012 29.085897 ) ( 400 -7544 304 1.552689 28.982956 ) ) +( ( -120 -7504 352 -0.477951 29.322699 ) ( 200 -7712 352 1.049320 29.426287 ) ( 376 -7744 344 1.549622 29.350407 ) ) +) + } + } +// brush 976 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7224 -7672 -8 30.502289 30.377010 ) ( 7256 -7464 -24 30.538414 29.395536 ) ( 7224 -7272 0 30.271944 28.313845 ) ) +( ( 7272 -7672 8 30.684837 30.375713 ) ( 7288 -7464 -8 30.676846 29.366899 ) ( 7264 -7272 -16 30.498552 28.267191 ) ) +( ( 7304 -7664 16 30.823420 30.357624 ) ( 7328 -7456 0 30.810661 29.294312 ) ( 7296 -7264 -8 30.699928 28.282772 ) ) +) + } + } +// brush 977 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7112 -5272 416 29.779369 22.604593 ) ( 7080 -5384 384 29.660746 23.038731 ) ( 7088 -5480 352 29.697338 23.393656 ) ) +( ( 6912 -5136 424 29.000828 22.058092 ) ( 6888 -5248 376 28.898785 22.506458 ) ( 6856 -5336 352 28.774265 22.854967 ) ) +( ( 6712 -5104 384 28.228588 21.928812 ) ( 6680 -5216 384 28.078714 22.362949 ) ( 6688 -5304 352 28.115307 22.717875 ) ) +) + } + } +// brush 978 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6712 -5104 384 28.228588 21.928812 ) ( 6816 -5000 480 28.620504 21.542637 ) ( 6920 -4864 536 29.039663 20.999874 ) ) +( ( 6912 -5136 424 29.000828 22.058092 ) ( 7000 -5040 464 29.335247 21.680195 ) ( 7120 -4904 560 29.821045 21.140873 ) ) +( ( 7112 -5272 416 29.779369 22.604593 ) ( 7200 -5120 480 30.132223 21.999668 ) ( 7296 -4968 584 30.488882 21.421749 ) ) +) + } + } +// brush 979 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6712 -5104 384 28.228588 21.928812 ) ( 6680 -5216 384 28.078714 22.362949 ) ( 6688 -5304 352 28.115307 22.717875 ) ) +( ( 6584 -5048 424 27.723484 21.714342 ) ( 6560 -5160 376 27.621441 22.162708 ) ( 6528 -5248 352 27.496922 22.511217 ) ) +( ( 6456 -4976 392 27.220776 21.452250 ) ( 6424 -5088 376 27.082621 21.886387 ) ( 6392 -5208 320 26.955151 22.358500 ) ) +) + } + } +// brush 980 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 6336 -5600 40 0 0 ) ( 6336 -5576 48 0 0.161747 ) ( 6328 -5560 64 0 0.217491 ) ( 6328 -5536 80 0 0.299767 ) ( 6336 -5512 104 0 0.406849 ) ( 6328 -5472 112 0 0.577561 ) ( 6336 -5408 120 0 0.838509 ) ) +( ( 6488 -5672 88 0.305533 0 ) ( 6504 -5664 96 0.305533 0.161747 ) ( 6504 -5648 112 0.305533 0.217491 ) ( 6488 -5632 128 0.305533 0.299767 ) ( 6480 -5600 144 0.305533 0.406849 ) ( 6488 -5552 152 0.305533 0.577561 ) ( 6504 -5512 136 0.305533 0.838509 ) ) +( ( 6640 -5696 80 0.594067 0 ) ( 6640 -5680 88 0.594067 0.161747 ) ( 6640 -5672 104 0.594067 0.217491 ) ( 6632 -5648 128 0.594067 0.299767 ) ( 6632 -5624 144 0.594067 0.406849 ) ( 6624 -5576 144 0.594067 0.577561 ) ( 6648 -5496 152 0.594067 0.838509 ) ) +( ( 6784 -5752 88 0.923837 0 ) ( 6792 -5760 96 0.923837 0.161747 ) ( 6792 -5752 104 0.923837 0.217491 ) ( 6792 -5736 144 0.923837 0.299767 ) ( 6800 -5712 160 0.923837 0.406849 ) ( 6816 -5672 152 0.923837 0.577561 ) ( 6848 -5608 160 0.923837 0.838509 ) ) +( ( 7048 -5896 88 1.124153 0 ) ( 7048 -5864 96 1.124153 0.161747 ) ( 7048 -5848 104 1.124153 0.217491 ) ( 7040 -5832 120 1.124153 0.299767 ) ( 7048 -5800 144 1.124153 0.406849 ) ( 7040 -5768 160 1.124153 0.577561 ) ( 7048 -5704 160 1.124153 0.838509 ) ) +) + } + } +// brush 981 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3360 -6968 472 21.799622 27.256657 ) ( 3552 -6944 448 22.486820 27.238787 ) ( 3664 -6968 456 23.080872 27.256657 ) ) +( ( 3360 -7016 568 21.779827 27.488840 ) ( 3544 -7024 584 22.439159 27.523661 ) ( 3664 -7016 544 23.054361 27.487259 ) ) +( ( 3368 -7248 624 21.783718 27.887535 ) ( 3552 -7224 600 22.470119 27.836300 ) ( 3664 -7248 608 23.016558 27.884176 ) ) +) + } + } +// brush 982 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3360 -6792 256 21.799622 27.256657 ) ( 3544 -6768 264 22.486820 27.238787 ) ( 3664 -6776 256 23.080872 27.256657 ) ) +( ( 3360 -6864 312 21.779827 27.488840 ) ( 3536 -6880 336 22.439159 27.523661 ) ( 3664 -6864 296 23.054361 27.487259 ) ) +( ( 3360 -6968 472 21.783718 27.887535 ) ( 3552 -6944 448 22.470119 27.836300 ) ( 3664 -6968 456 23.016558 27.884176 ) ) +) + } + } +// brush 983 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3384 -6592 120 21.799622 27.256657 ) ( 3560 -6592 104 22.486820 27.238787 ) ( 3688 -6592 96 23.080872 27.256657 ) ) +( ( 3352 -6712 160 21.779827 27.488840 ) ( 3528 -6720 168 22.439159 27.523661 ) ( 3656 -6712 136 23.054361 27.487259 ) ) +( ( 3360 -6792 256 21.783718 27.887535 ) ( 3544 -6768 264 22.470119 27.836300 ) ( 3664 -6776 256 23.016558 27.884176 ) ) +) + } + } +// brush 984 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3664 -6968 456 21.799622 27.256657 ) ( 3856 -6944 416 22.486820 27.238787 ) ( 3968 -6960 408 23.080872 27.256657 ) ) +( ( 3664 -7016 544 21.779827 27.488840 ) ( 3840 -7024 544 22.439159 27.523661 ) ( 3960 -7008 496 23.054361 27.487259 ) ) +( ( 3664 -7248 608 21.783718 27.887535 ) ( 3856 -7224 568 22.470119 27.836300 ) ( 3968 -7240 560 23.016558 27.884176 ) ) +) + } + } +// brush 985 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3664 -6776 256 21.799622 27.256657 ) ( 3848 -6760 248 22.486820 27.238787 ) ( 3968 -6768 200 23.080872 27.256657 ) ) +( ( 3664 -6864 296 21.779827 27.488840 ) ( 3840 -6872 296 22.439159 27.523661 ) ( 3968 -6856 264 23.054361 27.487259 ) ) +( ( 3664 -6968 456 21.783718 27.887535 ) ( 3856 -6944 416 22.470119 27.836300 ) ( 3968 -6960 408 23.016558 27.884176 ) ) +) + } + } +// brush 986 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3688 -6592 96 21.799622 27.256657 ) ( 3864 -6592 88 22.486820 27.238787 ) ( 3992 -6592 88 23.080872 27.256657 ) ) +( ( 3656 -6712 136 21.779827 27.488840 ) ( 3832 -6712 128 22.439159 27.523661 ) ( 3960 -6696 120 23.054361 27.487259 ) ) +( ( 3664 -6776 256 21.783718 27.887535 ) ( 3848 -6760 248 22.470119 27.836300 ) ( 3968 -6768 200 23.016558 27.884176 ) ) +) + } + } +// brush 987 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3968 -6960 408 21.799622 27.256657 ) ( 4168 -6920 368 22.486820 27.238787 ) ( 4360 -6904 368 23.080872 27.256657 ) ) +( ( 3960 -7008 496 21.779827 27.488840 ) ( 4152 -7000 496 22.439159 27.523661 ) ( 4360 -6952 456 23.054361 27.487259 ) ) +( ( 3968 -7240 560 21.783718 27.887535 ) ( 4168 -7200 520 22.470119 27.836300 ) ( 4360 -7184 520 23.016558 27.884176 ) ) +) + } + } +// brush 988 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3968 -6768 200 21.799622 27.256657 ) ( 4160 -6736 200 22.486820 27.238787 ) ( 4360 -6720 168 23.080872 27.256657 ) ) +( ( 3968 -6856 264 21.779827 27.488840 ) ( 4152 -6856 248 22.439159 27.523661 ) ( 4360 -6800 208 23.054361 27.487259 ) ) +( ( 3968 -6960 408 21.783718 27.887535 ) ( 4168 -6920 368 22.470119 27.836300 ) ( 4360 -6904 368 23.016558 27.884176 ) ) +) + } + } +// brush 989 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3992 -6592 88 21.799622 27.256657 ) ( 4168 -6592 88 22.486820 27.238787 ) ( 4336 -6544 88 23.080872 27.256657 ) ) +( ( 3960 -6696 120 21.779827 27.488840 ) ( 4144 -6688 104 22.439159 27.523661 ) ( 4352 -6624 104 23.054361 27.487259 ) ) +( ( 3968 -6768 200 21.783718 27.887535 ) ( 4160 -6736 200 22.470119 27.836300 ) ( 4360 -6720 168 23.016558 27.884176 ) ) +) + } + } +// brush 990 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4752 -6848 304 21.799622 27.256657 ) ( 4952 -6848 272 22.486820 27.238787 ) ( 5240 -6848 248 23.080872 27.256657 ) ) +( ( 4744 -6920 456 21.779827 27.488840 ) ( 4944 -6928 400 22.439159 27.523661 ) ( 5232 -6920 408 23.054361 27.487259 ) ) +( ( 4752 -7128 456 21.783718 27.887535 ) ( 4952 -7128 424 22.470119 27.836300 ) ( 5240 -7128 400 23.016558 27.884176 ) ) +) + } + } +// brush 991 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4360 -6904 368 21.799622 27.256657 ) ( 4560 -6864 328 22.486820 27.238787 ) ( 4752 -6848 304 23.080872 27.256657 ) ) +( ( 4360 -6952 456 21.779827 27.488840 ) ( 4552 -6952 456 22.439159 27.523661 ) ( 4744 -6920 456 23.054361 27.487259 ) ) +( ( 4360 -7184 520 21.783718 27.887535 ) ( 4560 -7152 480 22.470119 27.836300 ) ( 4752 -7128 456 23.016558 27.884176 ) ) +) + } + } +// brush 992 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6328 -7120 168 26.064159 28.817850 ) ( 6320 -7240 168 26.471214 29.366613 ) ( 6320 -7344 168 26.711620 29.688757 ) ) +( ( 6232 -7160 240 25.733854 29.221098 ) ( 6240 -7272 240 26.120234 29.673315 ) ( 6224 -7360 240 26.333210 30.023655 ) ) +( ( 6120 -7200 272 25.539375 29.421328 ) ( 6144 -7288 272 25.887770 29.891010 ) ( 6136 -7360 272 26.093531 30.166729 ) ) +) + } + } +// brush 993 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6464 -7024 88 26.549284 28.411572 ) ( 6464 -7168 88 26.922283 28.927225 ) ( 6472 -7320 88 27.239662 29.429710 ) ) +( ( 6400 -7048 120 26.291384 28.583908 ) ( 6416 -7200 120 26.742819 29.112267 ) ( 6432 -7344 120 26.991652 29.521597 ) ) +( ( 6328 -7120 168 26.064159 28.817850 ) ( 6320 -7240 168 26.471214 29.366613 ) ( 6320 -7344 168 26.711620 29.688757 ) ) +) + } + } +// brush 994 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5640 -6608 168 24.041225 27.810198 ) ( 5808 -6664 168 24.693092 28.028440 ) ( 5952 -6720 168 25.245205 28.248411 ) ) +( ( 5616 -6720 240 23.927141 28.239120 ) ( 5760 -6768 240 24.489714 28.452253 ) ( 5880 -6816 240 24.957617 28.614182 ) ) +( ( 5560 -6816 272 23.807961 28.558886 ) ( 5704 -6864 272 24.365891 28.745678 ) ( 5824 -6904 272 24.838440 28.933947 ) ) +) + } + } +// brush 995 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5952 -6720 168 25.245205 28.248411 ) ( 6080 -6800 168 25.748568 28.568905 ) ( 6160 -6864 168 26.064159 28.817850 ) ) +( ( 5880 -6816 240 24.957617 28.614182 ) ( 6000 -6896 240 25.437462 28.937813 ) ( 6072 -6968 240 25.733854 29.221098 ) ) +( ( 5824 -6904 272 24.838440 28.933947 ) ( 5936 -6976 272 25.269260 29.208258 ) ( 6008 -7032 272 25.539375 29.421328 ) ) +) + } + } +// brush 996 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6160 -6864 168 26.064159 28.817850 ) ( 6264 -7008 168 26.471214 29.366613 ) ( 6328 -7120 168 26.711620 29.688757 ) ) +( ( 6072 -6968 240 25.733854 29.221098 ) ( 6160 -7072 240 26.120234 29.673315 ) ( 6232 -7160 240 26.333210 30.023655 ) ) +( ( 6008 -7032 272 25.539375 29.421328 ) ( 6080 -7136 272 25.887770 29.891010 ) ( 6120 -7200 272 26.093531 30.166729 ) ) +) + } + } +// brush 997 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5384 -6624 168 23.080872 27.256657 ) ( 5536 -6616 168 23.689945 27.242693 ) ( 5640 -6608 168 24.275600 27.208635 ) ) +( ( 5368 -6728 240 23.054361 27.487259 ) ( 5504 -6736 240 23.671679 27.522518 ) ( 5616 -6720 240 24.180471 27.436590 ) ) +( ( 5360 -6832 272 23.016558 27.884176 ) ( 5488 -6824 272 23.620667 27.832518 ) ( 5560 -6816 272 24.041225 27.810198 ) ) +) + } + } +// brush 998 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5064 -6624 168 21.799622 27.256657 ) ( 5240 -6616 168 22.486820 27.238787 ) ( 5384 -6624 168 23.080872 27.256657 ) ) +( ( 5072 -6744 240 21.779827 27.488840 ) ( 5232 -6736 240 22.439159 27.523661 ) ( 5368 -6728 240 23.054361 27.487259 ) ) +( ( 5072 -6848 272 21.783718 27.887535 ) ( 5240 -6824 272 22.470119 27.836300 ) ( 5360 -6832 272 23.016558 27.884176 ) ) +) + } + } +// brush 999 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4344 -4632 376 20.510208 20.221140 ) ( 4360 -4512 384 20.534966 19.761871 ) ( 4288 -4240 448 20.379114 19.184017 ) ) +( ( 4488 -4640 376 21.760445 20.252254 ) ( 4504 -4528 416 21.783489 19.710119 ) ( 4472 -4280 464 21.623775 19.094164 ) ) +( ( 4736 -4696 368 23.041458 20.221140 ) ( 4744 -4576 384 23.066216 19.793121 ) ( 4688 -4336 488 22.910364 19.184017 ) ) +) + } + } +// brush 1000 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4216 -4832 344 22.315611 20.907524 ) ( 4328 -4752 400 22.186016 20.508078 ) ( 4344 -4632 376 20.510208 20.221140 ) ) +( ( 4496 -4848 336 22.913111 20.888813 ) ( 4488 -4744 400 22.577843 20.461098 ) ( 4488 -4640 376 21.760445 20.252254 ) ) +( ( 4624 -4920 328 23.331236 21.188774 ) ( 4624 -4816 392 23.230446 20.811790 ) ( 4736 -4696 368 23.041458 20.221140 ) ) +) + } + } +// brush 1001 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4624 -4920 328 22.315611 20.907524 ) ( 4624 -4816 392 22.186016 20.508078 ) ( 4736 -4696 368 20.510208 20.221140 ) ) +( ( 4776 -4920 336 22.913111 20.888813 ) ( 4744 -4808 392 22.577843 20.461098 ) ( 4736 -4696 368 21.760445 20.252254 ) ) +( ( 4952 -4936 328 23.331236 21.188774 ) ( 4856 -4816 344 23.230446 20.811790 ) ( 4736 -4696 368 23.041458 20.221140 ) ) +) + } + } +// brush 1002 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4336 -5360 40 0 0 ) ( 4208 -5320 56 0 0.106255 ) ( 4208 -5296 64 0 0.203106 ) ( 4208 -5272 88 0 0.349639 ) ( 4208 -5240 128 0 0.525749 ) ( 4216 -5176 152 0 0.802862 ) ( 4200 -5000 248 0 1.592584 ) ) +( ( 4488 -5352 48 0.598307 0 ) ( 4488 -5336 56 0.598307 0.106255 ) ( 4488 -5320 104 0.598307 0.203106 ) ( 4480 -5296 120 0.598307 0.349639 ) ( 4488 -5264 160 0.598307 0.525749 ) ( 4488 -5192 208 0.598307 0.802862 ) ( 4488 -5016 256 0.598307 1.592584 ) ) +( ( 4640 -5352 40 1.184744 0 ) ( 4640 -5328 56 1.184744 0.106255 ) ( 4640 -5304 64 1.184744 0.203106 ) ( 4640 -5280 88 1.184744 0.349639 ) ( 4640 -5248 128 1.184744 0.525749 ) ( 4648 -5184 152 1.184744 0.802862 ) ( 4632 -5072 240 1.184744 1.592584 ) ) +) + } + } +// brush 1003 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6016 -5680 -16 25.505320 24.196329 ) ( 5936 -5656 -8 25.175739 24.080584 ) ( 5856 -5656 -16 24.888132 24.102579 ) ) +( ( 6032 -5648 0 25.562757 24.075914 ) ( 5944 -5624 8 25.229864 23.972330 ) ( 5840 -5624 -8 24.804945 23.966539 ) ) +( ( 6056 -5632 16 25.657291 23.988832 ) ( 5944 -5592 16 25.210052 23.852638 ) ( 5864 -5584 16 24.907291 23.801332 ) ) +) + } + } +// brush 1004 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5904 -5728 0 25.067167 24.374460 ) ( 5904 -5728 0 25.067167 24.374460 ) ( 5904 -5728 0 25.067167 24.374460 ) ) +( ( 5992 -5704 -16 25.402977 24.291222 ) ( 5920 -5672 -16 25.133049 24.169025 ) ( 5880 -5696 -24 24.973289 24.236534 ) ) +( ( 6016 -5680 -16 25.505320 24.196329 ) ( 5936 -5656 -8 25.175739 24.080584 ) ( 5856 -5656 -16 24.888132 24.102579 ) ) +) + } + } +// brush 1005 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3688 -6440 8 16.419312 27.164326 ) ( 3864 -6440 0 17.106512 27.146460 ) ( 3992 -6440 16 17.606812 27.164326 ) ) +( ( 3688 -6488 56 16.396439 27.357956 ) ( 3864 -6496 48 17.099262 27.367147 ) ( 3992 -6488 48 17.583939 27.357956 ) ) +( ( 3688 -6592 96 16.393372 27.756657 ) ( 3864 -6592 88 17.080570 27.738787 ) ( 3992 -6592 88 17.580872 27.756657 ) ) +) + } + } +// brush 1006 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4000 -6216 8 17.634773 26.286993 ) ( 4176 -6224 8 18.310534 26.311813 ) ( 4344 -6168 8 18.978523 26.099493 ) ) +( ( 4000 -6256 16 17.624380 26.401247 ) ( 4176 -6248 16 18.327204 26.410444 ) ( 4344 -6200 16 18.968130 26.213747 ) ) +( ( 3992 -6288 0 17.612940 26.552187 ) ( 4176 -6280 0 18.300146 26.534321 ) ( 4344 -6240 0 18.956690 26.364687 ) ) +) + } + } +// brush 1007 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3992 -6288 0 17.612940 26.552187 ) ( 4176 -6280 0 18.300146 26.534321 ) ( 4344 -6240 0 18.956690 26.364687 ) ) +( ( 3992 -6312 -16 17.605688 26.695875 ) ( 4176 -6328 -16 18.308516 26.705076 ) ( 4336 -6272 -16 18.949438 26.508375 ) ) +( ( 3992 -6360 -24 17.609879 26.873882 ) ( 4176 -6360 -8 18.297077 26.856012 ) ( 4344 -6320 -8 18.953629 26.686382 ) ) +) + } + } +// brush 1008 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3992 -6360 -24 17.609879 26.873882 ) ( 4176 -6360 -8 18.297077 26.856012 ) ( 4344 -6320 -8 18.953629 26.686382 ) ) +( ( 3992 -6408 -32 17.602627 26.986322 ) ( 4176 -6408 -8 18.305452 26.995518 ) ( 4336 -6360 -8 18.946377 26.798822 ) ) +( ( 3992 -6440 16 17.606812 27.164326 ) ( 4168 -6440 16 18.294012 27.146460 ) ( 4336 -6392 16 18.950562 26.976826 ) ) +) + } + } +// brush 1009 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4336 -5864 8 18.938599 24.913717 ) ( 4144 -5912 8 18.185234 25.103161 ) ( 3992 -5912 8 17.594849 25.101217 ) ) +( ( 4328 -5824 16 18.918785 24.762775 ) ( 4144 -5880 16 18.176861 24.963657 ) ( 3984 -5872 16 17.575035 24.950275 ) ) +( ( 4336 -5792 0 18.926039 24.619085 ) ( 4152 -5840 0 18.203924 24.808529 ) ( 3992 -5840 0 17.582289 24.806585 ) ) +) + } + } +// brush 1010 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3992 -6440 16 17.606812 27.164326 ) ( 4168 -6440 16 18.294012 27.146460 ) ( 4336 -6392 16 18.950562 26.976826 ) ) +( ( 3992 -6488 48 17.583939 27.357956 ) ( 4168 -6496 48 18.286762 27.367147 ) ( 4336 -6440 48 18.927689 27.170456 ) ) +( ( 3992 -6592 88 17.580872 27.756657 ) ( 4168 -6592 88 18.268070 27.738787 ) ( 4336 -6544 88 18.924622 27.569157 ) ) +) + } + } +// brush 1011 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4744 -5640 -8 20.522852 24.016142 ) ( 4528 -5656 -8 19.675739 24.080584 ) ( 4336 -5720 -8 18.929102 24.328642 ) ) +( ( 4744 -5592 8 20.534292 23.833950 ) ( 4528 -5616 8 19.698614 23.941080 ) ( 4336 -5672 8 18.940542 24.146450 ) ) +( ( 4744 -5552 16 20.525919 23.694447 ) ( 4528 -5576 16 19.678802 23.790138 ) ( 4336 -5632 16 18.932169 24.006947 ) ) +) + } + } +// brush 1012 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4744 -5712 0 20.519789 24.306585 ) ( 4528 -5728 0 19.672674 24.371029 ) ( 4336 -5792 0 18.926039 24.619085 ) ) +( ( 4744 -5672 -16 20.531227 24.155643 ) ( 4520 -5688 -16 19.664299 24.231525 ) ( 4336 -5752 -16 18.937477 24.468143 ) ) +( ( 4744 -5640 -8 20.522852 24.016142 ) ( 4528 -5656 -8 19.675739 24.080584 ) ( 4336 -5720 -8 18.929102 24.328642 ) ) +) + } + } +// brush 1013 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4344 -6168 8 16.978523 24.099493 ) ( 4552 -6112 8 17.779284 23.874313 ) ( 4752 -6088 8 18.572273 23.786993 ) ) +( ( 4344 -6200 16 16.968130 24.213747 ) ( 4552 -6136 16 17.795954 23.972944 ) ( 4752 -6120 16 18.561880 23.901247 ) ) +( ( 4344 -6240 0 16.956690 24.364687 ) ( 4552 -6168 0 17.768896 24.096821 ) ( 4752 -6160 0 18.550440 24.052187 ) ) +) + } + } +// brush 1014 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4344 -6240 0 18.956690 26.364687 ) ( 4552 -6168 0 19.768896 26.096821 ) ( 4752 -6160 0 20.550440 26.052187 ) ) +( ( 4336 -6272 -16 18.949438 26.508375 ) ( 4552 -6216 -16 19.777266 26.267576 ) ( 4744 -6192 -32 20.543188 26.195875 ) ) +( ( 4344 -6320 -8 18.953629 26.686382 ) ( 4552 -6248 -8 19.765827 26.418512 ) ( 4752 -6240 -24 20.547379 26.373882 ) ) +) + } + } +// brush 1015 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4344 -6320 -8 18.953629 26.686382 ) ( 4552 -6248 -8 19.765827 26.418512 ) ( 4752 -6240 -24 20.547379 26.373882 ) ) +( ( 4336 -6360 -8 18.946377 26.798822 ) ( 4552 -6296 -8 19.774202 26.558018 ) ( 4744 -6280 -24 20.540127 26.486322 ) ) +( ( 4336 -6392 16 18.950562 26.976826 ) ( 4544 -6328 16 19.762762 26.708960 ) ( 4744 -6312 16 20.544312 26.664326 ) ) +) + } + } +// brush 1016 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4744 -5784 8 18.532349 22.601217 ) ( 4520 -5800 8 17.653984 22.665661 ) ( 4336 -5864 8 16.938599 22.913717 ) ) +( ( 4736 -5744 16 18.512535 22.450275 ) ( 4520 -5768 16 17.645611 22.526157 ) ( 4328 -5824 16 16.918785 22.762775 ) ) +( ( 4744 -5712 0 18.519789 22.306585 ) ( 4528 -5728 0 17.672674 22.371029 ) ( 4336 -5792 0 16.926039 22.619085 ) ) +) + } + } +// brush 1017 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4336 -6392 16 18.950562 26.976826 ) ( 4544 -6328 16 19.762762 26.708960 ) ( 4744 -6312 16 20.544312 26.664326 ) ) +( ( 4336 -6440 48 18.927689 27.170456 ) ( 4544 -6384 48 19.755512 26.929647 ) ( 4744 -6360 48 20.521439 26.857956 ) ) +( ( 4336 -6544 88 18.924622 27.569157 ) ( 4544 -6480 88 19.736820 27.301287 ) ( 4744 -6464 88 20.518372 27.256657 ) ) +) + } + } +// brush 1018 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5072 -5640 -8 21.804102 24.016142 ) ( 4904 -5640 -8 21.144489 24.018084 ) ( 4744 -5640 -8 20.522852 24.016142 ) ) +( ( 5072 -5592 8 21.815542 23.833950 ) ( 4904 -5600 8 21.167364 23.878580 ) ( 4744 -5592 8 20.534292 23.833950 ) ) +( ( 5072 -5552 16 21.807169 23.694447 ) ( 4904 -5560 16 21.147552 23.727638 ) ( 4744 -5552 16 20.525919 23.694447 ) ) +) + } + } +// brush 1019 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5072 -5712 0 21.801039 24.306585 ) ( 4904 -5712 0 21.141424 24.308529 ) ( 4744 -5712 0 20.519789 24.306585 ) ) +( ( 5072 -5672 -16 21.812477 24.155643 ) ( 4896 -5672 -16 21.133049 24.169025 ) ( 4744 -5672 -16 20.531227 24.155643 ) ) +( ( 5072 -5640 -8 21.804102 24.016142 ) ( 4904 -5640 -8 21.144489 24.018084 ) ( 4744 -5640 -8 20.522852 24.016142 ) ) +) + } + } +// brush 1020 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4752 -6088 8 20.572273 25.786993 ) ( 4928 -6096 8 21.248034 25.811813 ) ( 5080 -6088 8 21.853523 25.786993 ) ) +( ( 4752 -6120 16 20.561880 25.901247 ) ( 4928 -6120 16 21.264704 25.910444 ) ( 5080 -6120 16 21.843130 25.901247 ) ) +( ( 4752 -6160 0 20.550440 26.052187 ) ( 4928 -6152 0 21.237646 26.034321 ) ( 5080 -6160 0 21.831690 26.052187 ) ) +) + } + } +// brush 1021 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4752 -6160 0 20.550440 26.052187 ) ( 4928 -6152 0 21.237646 26.034321 ) ( 5080 -6160 0 21.831690 26.052187 ) ) +( ( 4744 -6192 -32 20.543188 26.195875 ) ( 4928 -6200 -32 21.246016 26.205076 ) ( 5072 -6200 -32 21.824438 26.195875 ) ) +( ( 4752 -6240 -24 20.547379 26.373882 ) ( 4928 -6232 -24 21.234577 26.356012 ) ( 5080 -6240 -24 21.828629 26.373882 ) ) +) + } + } +// brush 1022 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4752 -6240 -24 20.547379 26.373882 ) ( 4928 -6232 -24 21.234577 26.356012 ) ( 5080 -6240 -24 21.828629 26.373882 ) ) +( ( 4744 -6280 -24 20.540127 26.486322 ) ( 4928 -6280 -24 21.242952 26.495518 ) ( 5072 -6280 -16 21.821377 26.486322 ) ) +( ( 4744 -6312 16 20.544312 26.664326 ) ( 4920 -6312 8 21.231512 26.646460 ) ( 5072 -6312 0 21.825562 26.664326 ) ) +) + } + } +// brush 1023 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5072 -5784 8 21.813599 24.601217 ) ( 4896 -5784 8 21.122734 24.603161 ) ( 4744 -5784 8 20.532349 24.601217 ) ) +( ( 5064 -5744 16 21.793785 24.450275 ) ( 4896 -5752 16 21.114361 24.463657 ) ( 4736 -5744 16 20.512535 24.450275 ) ) +( ( 5072 -5712 0 21.801039 24.306585 ) ( 4904 -5712 0 21.141424 24.308529 ) ( 4744 -5712 0 20.519789 24.306585 ) ) +) + } + } +// brush 1024 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4744 -6312 16 20.544312 26.664326 ) ( 4920 -6312 8 21.231512 26.646460 ) ( 5072 -6312 0 21.825562 26.664326 ) ) +( ( 4744 -6360 48 20.521439 26.857956 ) ( 4920 -6368 48 21.224262 26.867147 ) ( 5072 -6360 48 21.802689 26.857956 ) ) +( ( 4744 -6464 88 20.518372 27.256657 ) ( 4920 -6464 88 21.205570 27.238787 ) ( 5072 -6464 88 21.799622 27.256657 ) ) +) + } + } +// brush 1025 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7144 -7280 8 29.919302 30.427299 ) ( 7168 -7064 8 29.984394 29.584904 ) ( 7096 -6776 8 29.703999 28.454712 ) ) +( ( 7184 -7272 16 30.068497 30.397005 ) ( 7200 -7048 16 30.111629 29.527094 ) ( 7128 -6760 16 29.846615 28.401451 ) ) +( ( 7224 -7272 0 30.212341 30.394218 ) ( 7240 -7040 0 30.266157 29.496761 ) ( 7168 -6752 0 29.988251 28.376192 ) ) +) + } + } +// brush 1026 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7096 -6776 8 29.703999 28.454712 ) ( 7016 -6448 8 29.401196 27.178675 ) ( 6768 -6272 8 28.448511 26.504940 ) ) +( ( 7128 -6760 16 29.846615 28.401451 ) ( 7048 -6424 16 29.519148 27.103720 ) ( 6792 -6240 16 28.543327 26.385834 ) ) +( ( 7168 -6752 0 29.988251 28.376192 ) ( 7080 -6416 0 29.667948 27.052181 ) ( 6856 -6192 0 28.776726 26.197485 ) ) +) + } + } +// brush 1027 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7296 -7264 -8 30.502289 30.377010 ) ( 7304 -7016 -8 30.538414 29.395536 ) ( 7240 -6736 -8 30.271944 28.313845 ) ) +( ( 7296 -7264 -8 30.684837 30.375713 ) ( 7344 -7008 8 30.676846 29.366899 ) ( 7296 -6728 8 30.498552 28.267191 ) ) +( ( 7296 -7264 -8 30.823420 30.357624 ) ( 7376 -6984 16 30.810661 29.294312 ) ( 7344 -6728 16 30.699928 28.282772 ) ) +) + } + } +// brush 1028 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7224 -7272 0 30.212341 30.394218 ) ( 7240 -7040 0 30.266157 29.496761 ) ( 7168 -6752 0 29.988251 28.376192 ) ) +( ( 7264 -7272 -16 30.363707 30.395094 ) ( 7272 -7024 -16 30.393396 29.438951 ) ( 7200 -6744 -16 30.137897 28.353382 ) ) +( ( 7296 -7264 -8 30.502289 30.377010 ) ( 7304 -7016 -8 30.538414 29.395536 ) ( 7240 -6736 -8 30.271944 28.313845 ) ) +) + } + } +// brush 1029 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6800 -6840 8 28.550711 28.715071 ) ( 6832 -7104 8 28.693554 29.742748 ) ( 6848 -7312 8 28.739201 30.549841 ) ) +( ( 6768 -6856 16 28.450176 28.770342 ) ( 6808 -7112 16 28.603338 29.785955 ) ( 6816 -7312 16 28.624498 30.547438 ) ) +( ( 6736 -6872 0 28.318647 28.845263 ) ( 6776 -7112 0 28.476799 29.794094 ) ( 6776 -7304 0 28.473133 30.546556 ) ) +) + } + } +// brush 1030 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6736 -6872 0 28.318647 28.845263 ) ( 6776 -7112 0 28.476799 29.794094 ) ( 6776 -7304 0 28.473133 30.546556 ) ) +( ( 6704 -6888 -16 28.195465 28.919601 ) ( 6736 -7128 -16 28.314970 29.849207 ) ( 6744 -7312 -16 28.329285 30.549345 ) ) +( ( 6664 -6912 -8 28.018982 28.991367 ) ( 6696 -7136 -8 28.166725 29.879814 ) ( 6696 -7312 -8 28.152000 30.565943 ) ) +) + } + } +// brush 1031 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6664 -6912 -8 28.018982 28.991367 ) ( 6696 -7136 -8 28.166725 29.879814 ) ( 6696 -7312 -8 28.152000 30.565943 ) ) +( ( 6632 -6928 0 27.921715 29.048225 ) ( 6664 -7152 0 28.034929 29.926317 ) ( 6664 -7312 0 28.039335 30.566549 ) ) +( ( 6592 -6944 16 27.745232 29.119991 ) ( 6624 -7160 16 27.886683 29.956928 ) ( 6624 -7320 16 27.862051 30.583149 ) ) +) + } + } +// brush 1032 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6592 -6944 16 27.745232 29.119991 ) ( 6624 -7160 16 27.886683 29.956928 ) ( 6624 -7320 16 27.862051 30.583149 ) ) +( ( 6544 -6968 48 27.571911 29.209301 ) ( 6576 -7168 48 27.672550 30.010790 ) ( 6568 -7312 48 27.667299 30.573832 ) ) +( ( 6464 -7024 88 27.239662 29.429710 ) ( 6464 -7168 88 27.245741 30.004736 ) ( 6472 -7320 88 27.269356 30.598587 ) ) +) + } + } +// brush 1033 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6912 -6152 -8 28.987780 26.029181 ) ( 6672 -5896 -8 28.077646 25.021904 ) ( 6352 -5800 -8 26.813189 24.663328 ) ) +( ( 6960 -6104 8 29.189285 25.848347 ) ( 6704 -5872 8 28.193886 24.941448 ) ( 6352 -5760 8 26.825586 24.486088 ) ) +( ( 6984 -6080 16 29.283819 25.745415 ) ( 6728 -5840 16 28.288700 24.822346 ) ( 6352 -5704 16 26.799957 24.289701 ) ) +) + } + } +// brush 1034 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6856 -6192 0 28.776726 26.197485 ) ( 6608 -5968 0 27.819530 25.308359 ) ( 6344 -5864 0 26.794701 24.908060 ) ) +( ( 6888 -6168 -8 28.893246 26.100861 ) ( 6632 -5944 -8 27.914064 25.205425 ) ( 6344 -5832 -8 26.768505 24.789402 ) ) +( ( 6912 -6152 -8 28.987780 26.029181 ) ( 6672 -5896 -8 28.077646 25.021904 ) ( 6352 -5800 -8 26.813189 24.663328 ) ) +) + } + } +// brush 1035 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6176 -6208 8 26.135551 26.253851 ) ( 6400 -6344 8 27.014791 26.793453 ) ( 6544 -6472 8 27.550488 27.285522 ) ) +( ( 6160 -6232 16 26.066193 26.345234 ) ( 6392 -6368 16 26.970304 26.883043 ) ( 6520 -6496 16 27.474922 27.371845 ) ) +( ( 6152 -6272 0 26.039003 26.498425 ) ( 6368 -6392 0 26.875603 26.967361 ) ( 6472 -6520 0 27.283197 27.455982 ) ) +) + } + } +// brush 1036 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6152 -6272 0 26.039003 26.498425 ) ( 6368 -6392 0 26.875603 26.967361 ) ( 6472 -6520 0 27.283197 27.455982 ) ) +( ( 6136 -6304 -16 25.956709 26.616438 ) ( 6344 -6432 -16 26.782009 27.110426 ) ( 6448 -6544 -16 27.192867 27.567966 ) ) +( ( 6112 -6344 -8 25.865932 26.769615 ) ( 6304 -6488 -8 26.621536 27.350813 ) ( 6424 -6584 -8 27.091629 27.714443 ) ) +) + } + } +// brush 1037 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6112 -6344 -8 25.865932 26.769615 ) ( 6304 -6488 -8 26.621536 27.350813 ) ( 6424 -6584 -8 27.091629 27.714443 ) ) +( ( 6080 -6384 0 25.763494 26.930410 ) ( 6280 -6520 0 26.546312 27.468596 ) ( 6408 -6608 0 27.019674 27.801142 ) ) +( ( 6072 -6424 16 25.706547 27.099113 ) ( 6256 -6552 16 26.448338 27.583988 ) ( 6376 -6640 16 26.918430 27.947617 ) ) +) + } + } +// brush 1038 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6768 -6272 8 28.448511 26.504940 ) ( 6560 -6048 8 27.613155 25.635458 ) ( 6312 -5928 8 26.662846 25.171837 ) ) +( ( 6792 -6240 16 28.543327 26.385834 ) ( 6584 -6008 16 27.720390 25.459154 ) ( 6328 -5896 16 26.718697 25.030214 ) ) +( ( 6856 -6192 0 28.776726 26.197485 ) ( 6608 -5968 0 27.819530 25.308359 ) ( 6344 -5864 0 26.794701 24.908060 ) ) +) + } + } +// brush 1039 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6072 -6424 16 25.706547 27.099113 ) ( 6256 -6552 16 26.448338 27.583988 ) ( 6376 -6640 16 26.918430 27.947617 ) ) +( ( 6048 -6472 48 25.618826 27.273243 ) ( 6224 -6592 48 26.312754 27.758266 ) ( 6344 -6680 48 26.786110 28.090820 ) ) +( ( 6008 -6568 88 25.479580 27.646849 ) ( 6168 -6672 88 26.079187 28.047939 ) ( 6288 -6760 88 26.549284 28.411572 ) ) +) + } + } +// brush 1040 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6352 -5800 -8 26.813189 24.663328 ) ( 6184 -5720 -16 26.166929 24.332642 ) ( 6016 -5680 -16 25.505320 24.196329 ) ) +( ( 6352 -5760 8 26.825586 24.486088 ) ( 6200 -5696 0 26.212700 24.240623 ) ( 6032 -5648 0 25.562757 24.075914 ) ) +( ( 6352 -5704 16 26.799957 24.289701 ) ( 6192 -5664 16 26.175396 24.115448 ) ( 6056 -5632 16 25.657291 23.988832 ) ) +) + } + } +// brush 1041 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6344 -5864 0 26.794701 24.908060 ) ( 6144 -5752 0 26.002209 24.479525 ) ( 5904 -5728 0 25.067167 24.374460 ) ) +( ( 6344 -5832 -8 26.768505 24.789402 ) ( 6176 -5736 -16 26.120176 24.400257 ) ( 5992 -5704 -16 25.402977 24.291222 ) ) +( ( 6352 -5800 -8 26.813189 24.663328 ) ( 6184 -5720 -16 26.166929 24.332642 ) ( 6016 -5680 -16 25.505320 24.196329 ) ) +) + } + } +// brush 1042 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5808 -6088 8 24.672653 25.783539 ) ( 6000 -6120 8 25.424173 25.912985 ) ( 6176 -6208 8 26.135551 26.253851 ) ) +( ( 5808 -6120 16 24.686312 25.918598 ) ( 5992 -6144 16 25.406103 26.011370 ) ( 6160 -6232 16 26.066193 26.345234 ) ) +( ( 5792 -6160 0 24.623940 26.056522 ) ( 5976 -6176 0 25.338310 26.118523 ) ( 6152 -6272 0 26.039003 26.498425 ) ) +) + } + } +// brush 1043 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5792 -6160 0 24.623940 26.056522 ) ( 5976 -6176 0 25.338310 26.118523 ) ( 6152 -6272 0 26.039003 26.498425 ) ) +( ( 5784 -6200 -16 24.599230 26.220314 ) ( 5960 -6216 -16 25.287773 26.281841 ) ( 6136 -6304 -16 25.956709 26.616438 ) ) +( ( 5768 -6240 -8 24.542282 26.389021 ) ( 5944 -6248 -8 25.225403 26.419764 ) ( 6112 -6344 -8 25.865932 26.769615 ) ) +) + } + } +// brush 1044 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5768 -6240 -8 24.542282 26.389021 ) ( 5944 -6248 -8 25.225403 26.419764 ) ( 6112 -6344 -8 25.865932 26.769615 ) ) +( ( 5760 -6280 -16 24.497015 26.492201 ) ( 5936 -6288 0 25.185556 26.553720 ) ( 6080 -6384 0 25.763494 26.930410 ) ) +( ( 5760 -6312 8 24.502565 26.660900 ) ( 5920 -6320 16 25.123184 26.691647 ) ( 6072 -6424 16 25.706547 27.099113 ) ) +) + } + } +// brush 1045 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6312 -5928 8 26.662846 25.171837 ) ( 6088 -5808 8 25.782314 24.703119 ) ( 5880 -5800 8 24.978199 24.655622 ) ) +( ( 6328 -5896 16 26.718697 25.030214 ) ( 6120 -5784 16 25.915909 24.608231 ) ( 5888 -5760 16 25.011206 24.507004 ) ) +( ( 6344 -5864 0 26.794701 24.908060 ) ( 6144 -5752 0 26.002209 24.479525 ) ( 5904 -5728 0 25.067167 24.374460 ) ) +) + } + } +// brush 1046 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5760 -6312 8 24.502565 26.660900 ) ( 5920 -6320 16 25.123184 26.691647 ) ( 6072 -6424 16 25.706547 27.099113 ) ) +( ( 5736 -6360 48 24.414846 26.835028 ) ( 5904 -6424 48 25.072140 27.084047 ) ( 6048 -6472 48 25.618826 27.273243 ) ) +( ( 5704 -6456 88 24.275600 27.208635 ) ( 5872 -6512 88 24.927467 27.426878 ) ( 6008 -6568 88 25.479580 27.646849 ) ) +) + } + } +// brush 1047 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5856 -5656 -16 24.888132 24.102579 ) ( 5560 -5640 -40 23.706989 24.018084 ) ( 5400 -5640 -32 23.085352 24.016142 ) ) +( ( 5840 -5624 -8 24.804945 23.966539 ) ( 5560 -5600 -16 23.729864 23.878580 ) ( 5400 -5592 -16 23.096792 23.833950 ) ) +( ( 5864 -5584 16 24.907291 23.801332 ) ( 5560 -5552 8 23.710052 23.727638 ) ( 5400 -5552 8 23.088419 23.694447 ) ) +) + } + } +// brush 1048 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5904 -5728 0 25.067167 24.374460 ) ( 5560 -5712 0 23.703924 24.308529 ) ( 5400 -5712 0 23.082289 24.306585 ) ) +( ( 5880 -5696 -24 24.973289 24.236534 ) ( 5552 -5672 -48 23.695549 24.169025 ) ( 5400 -5672 -32 23.093727 24.155643 ) ) +( ( 5856 -5656 -16 24.888132 24.102579 ) ( 5560 -5640 -40 23.706989 24.018084 ) ( 5400 -5640 -32 23.085352 24.016142 ) ) +) + } + } +// brush 1049 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5408 -6088 8 23.134773 25.786993 ) ( 5584 -6096 8 23.810534 25.811813 ) ( 5808 -6088 8 24.672653 25.783539 ) ) +( ( 5408 -6120 16 23.124380 25.901247 ) ( 5584 -6120 16 23.827204 25.910444 ) ( 5808 -6120 16 24.686312 25.918598 ) ) +( ( 5408 -6160 0 23.112940 26.052187 ) ( 5584 -6152 0 23.800146 26.034321 ) ( 5792 -6160 0 24.623940 26.056522 ) ) +) + } + } +// brush 1050 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5408 -6160 0 23.112940 26.052187 ) ( 5584 -6152 0 23.800146 26.034321 ) ( 5792 -6160 0 24.623940 26.056522 ) ) +( ( 5400 -6200 4 23.105688 26.195875 ) ( 5584 -6200 -32 23.808516 26.205076 ) ( 5784 -6200 -16 24.599230 26.220314 ) ) +( ( 5408 -6240 -4 23.109879 26.373882 ) ( 5584 -6240 -24 23.797077 26.356012 ) ( 5768 -6240 -8 24.542282 26.389021 ) ) +) + } + } +// brush 1051 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5408 -6240 -4 23.109879 26.373882 ) ( 5584 -6240 -24 23.797077 26.356012 ) ( 5768 -6240 -8 24.542282 26.389021 ) ) +( ( 5400 -6280 0 23.102627 26.486322 ) ( 5584 -6280 -24 23.805452 26.495518 ) ( 5760 -6280 -16 24.497015 26.492201 ) ) +( ( 5400 -6312 8 23.106812 26.664326 ) ( 5576 -6320 8 23.794012 26.646460 ) ( 5760 -6312 8 24.502565 26.660900 ) ) +) + } + } +// brush 1052 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5880 -5800 8 24.978199 24.655622 ) ( 5552 -5784 8 23.685234 24.603161 ) ( 5400 -5784 8 23.094849 24.601217 ) ) +( ( 5888 -5760 16 25.011206 24.507004 ) ( 5552 -5752 16 23.676861 24.463657 ) ( 5392 -5744 16 23.075035 24.450275 ) ) +( ( 5904 -5728 0 25.067167 24.374460 ) ( 5560 -5712 0 23.703924 24.308529 ) ( 5400 -5712 0 23.082289 24.306585 ) ) +) + } + } +// brush 1053 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5400 -6312 8 23.106812 26.664326 ) ( 5576 -6320 8 23.794012 26.646460 ) ( 5760 -6312 8 24.502565 26.660900 ) ) +( ( 5400 -6360 48 23.083939 26.857956 ) ( 5576 -6368 48 23.786762 26.867147 ) ( 5736 -6360 48 24.414846 26.835028 ) ) +( ( 5400 -6464 88 23.080872 27.256657 ) ( 5552 -6464 88 23.768070 27.238787 ) ( 5704 -6456 88 24.275600 27.208635 ) ) +) + } + } +// brush 1054 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5400 -5640 -32 23.085352 24.016142 ) ( 5232 -5640 -32 22.425739 24.018084 ) ( 5072 -5640 -8 21.804102 24.016142 ) ) +( ( 5400 -5592 -16 23.096792 23.833950 ) ( 5232 -5600 -16 22.448614 23.878580 ) ( 5072 -5592 8 21.815542 23.833950 ) ) +( ( 5400 -5552 8 23.088419 23.694447 ) ( 5232 -5560 16 22.428802 23.727638 ) ( 5072 -5552 16 21.807169 23.694447 ) ) +) + } + } +// brush 1055 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5400 -5712 0 23.082289 24.306585 ) ( 5232 -5712 0 22.422674 24.308529 ) ( 5072 -5712 0 21.801039 24.306585 ) ) +( ( 5400 -5672 -32 23.093727 24.155643 ) ( 5224 -5672 -40 22.414299 24.169025 ) ( 5072 -5672 -16 21.812477 24.155643 ) ) +( ( 5400 -5640 -32 23.085352 24.016142 ) ( 5232 -5640 -32 22.425739 24.018084 ) ( 5072 -5640 -8 21.804102 24.016142 ) ) +) + } + } +// brush 1056 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5080 -6088 8 21.853523 25.786993 ) ( 5256 -6096 8 22.529284 25.811813 ) ( 5408 -6088 8 23.134773 25.786993 ) ) +( ( 5080 -6120 16 21.843130 25.901247 ) ( 5256 -6120 16 22.545954 25.910444 ) ( 5408 -6120 16 23.124380 25.901247 ) ) +( ( 5080 -6160 0 21.831690 26.052187 ) ( 5256 -6152 0 22.518896 26.034321 ) ( 5408 -6160 0 23.112940 26.052187 ) ) +) + } + } +// brush 1057 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5080 -6160 0 21.831690 26.052187 ) ( 5256 -6152 0 22.518896 26.034321 ) ( 5408 -6160 0 23.112940 26.052187 ) ) +( ( 5072 -6200 4 21.824438 26.195875 ) ( 5256 -6200 0 22.527266 26.205076 ) ( 5400 -6200 4 23.105688 26.195875 ) ) +( ( 5080 -6240 0 21.828629 26.373882 ) ( 5256 -6240 -16 22.515827 26.356012 ) ( 5408 -6240 -4 23.109879 26.373882 ) ) +) + } + } +// brush 1058 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5080 -6240 0 21.828629 26.373882 ) ( 5256 -6240 -16 22.515827 26.356012 ) ( 5408 -6240 -4 23.109879 26.373882 ) ) +( ( 5072 -6280 4 21.821377 26.486322 ) ( 5256 -6280 0 22.524202 26.495518 ) ( 5400 -6280 0 23.102627 26.486322 ) ) +( ( 5072 -6312 0 21.825562 26.664326 ) ( 5248 -6312 0 22.512762 26.646460 ) ( 5400 -6312 8 23.106812 26.664326 ) ) +) + } + } +// brush 1059 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5400 -5784 8 23.094849 24.601217 ) ( 5224 -5784 8 22.403984 24.603161 ) ( 5072 -5784 8 21.813599 24.601217 ) ) +( ( 5392 -5744 16 23.075035 24.450275 ) ( 5224 -5752 16 22.395611 24.463657 ) ( 5064 -5744 16 21.793785 24.450275 ) ) +( ( 5400 -5712 0 23.082289 24.306585 ) ( 5232 -5712 0 22.422674 24.308529 ) ( 5072 -5712 0 21.801039 24.306585 ) ) +) + } + } +// brush 1060 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5072 -6312 0 21.825562 26.664326 ) ( 5248 -6312 0 22.512762 26.646460 ) ( 5400 -6312 8 23.106812 26.664326 ) ) +( ( 5072 -6360 48 21.802689 26.857956 ) ( 5248 -6368 48 22.505512 26.867147 ) ( 5400 -6360 48 23.083939 26.857956 ) ) +( ( 5072 -6464 88 21.799622 27.256657 ) ( 5248 -6464 88 22.486820 27.238787 ) ( 5400 -6464 88 23.080872 27.256657 ) ) +) + } + } +// brush 1061 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7240 -6736 -8 30.271944 28.313845 ) ( 7144 -6376 -8 29.892338 26.911325 ) ( 6912 -6152 -8 28.987780 26.029181 ) ) +( ( 7296 -6728 8 30.498552 28.267191 ) ( 7168 -6352 8 29.999752 26.798714 ) ( 6960 -6104 8 29.189285 25.848347 ) ) +( ( 7344 -6728 16 30.699928 28.282772 ) ( 7232 -6304 16 30.254858 26.625708 ) ( 6984 -6080 16 29.283819 25.745415 ) ) +) + } + } +// brush 1062 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7168 -6752 0 29.988251 28.376192 ) ( 7080 -6416 0 29.667948 27.052181 ) ( 6856 -6192 0 28.776726 26.197485 ) ) +( ( 7200 -6744 -16 30.137897 28.353382 ) ( 7104 -6392 -16 29.754772 26.974499 ) ( 6888 -6168 -8 28.893246 26.100861 ) ) +( ( 7240 -6736 -8 30.271944 28.313845 ) ( 7144 -6376 -8 29.892338 26.911325 ) ( 6912 -6152 -8 28.987780 26.029181 ) ) +) + } + } +// brush 1063 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6544 -6472 8 27.550488 27.285522 ) ( 6712 -6648 8 28.222795 27.976974 ) ( 6800 -6840 8 28.550711 28.715071 ) ) +( ( 6520 -6496 16 27.474922 27.371845 ) ( 6696 -6664 16 28.150349 28.045946 ) ( 6768 -6856 16 28.450176 28.770342 ) ) +( ( 6472 -6520 0 27.283197 27.455982 ) ( 6664 -6680 0 28.032518 28.092787 ) ( 6736 -6872 0 28.318647 28.845263 ) ) +) + } + } +// brush 1064 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6472 -6520 0 27.283197 27.455982 ) ( 6664 -6680 0 28.032518 28.092787 ) ( 6736 -6872 0 28.318647 28.845263 ) ) +( ( 6448 -6544 -16 27.192867 27.567966 ) ( 6632 -6704 -16 27.895639 28.195213 ) ( 6704 -6888 -16 28.195465 28.919601 ) ) +( ( 6424 -6584 -8 27.091629 27.714443 ) ( 6592 -6728 -8 27.764111 28.270132 ) ( 6664 -6912 -8 28.018982 28.991367 ) ) +) + } + } +// brush 1065 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6424 -6584 -8 27.091629 27.714443 ) ( 6592 -6728 -8 27.764111 28.270132 ) ( 6664 -6912 -8 28.018982 28.991367 ) ) +( ( 6408 -6608 0 27.019674 27.801142 ) ( 6560 -6736 0 27.621887 28.323835 ) ( 6632 -6928 0 27.921715 29.048225 ) ) +( ( 6376 -6640 16 26.918430 27.947617 ) ( 6512 -6776 16 27.427853 28.461260 ) ( 6592 -6944 16 27.745232 29.119991 ) ) +) + } + } +// brush 1066 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6376 -6640 16 26.918430 27.947617 ) ( 6512 -6776 16 27.427853 28.461260 ) ( 6592 -6944 16 27.745232 29.119991 ) ) +( ( 6344 -6680 48 26.786110 28.090820 ) ( 6456 -6824 48 27.209593 28.641155 ) ( 6544 -6968 48 27.571911 29.209301 ) ) +( ( 6288 -6760 88 26.549284 28.411572 ) ( 6384 -6896 88 26.922283 28.927225 ) ( 6464 -7024 88 27.239662 29.429710 ) ) +) + } + } +// brush 1067 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3384 -6440 32 15.231812 27.164326 ) ( 3560 -6440 16 15.919012 27.146460 ) ( 3688 -6440 8 16.419312 27.164326 ) ) +( ( 3384 -6488 80 15.208939 27.357956 ) ( 3560 -6496 64 15.911762 27.367147 ) ( 3688 -6488 56 16.396439 27.357956 ) ) +( ( 3384 -6592 120 15.205872 27.756657 ) ( 3560 -6592 104 15.893070 27.738787 ) ( 3688 -6592 96 16.393372 27.756657 ) ) +) + } + } +// brush 1068 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3088 -6440 56 14.075562 27.164326 ) ( 3256 -6440 48 14.731512 27.146460 ) ( 3384 -6440 32 15.231812 27.164326 ) ) +( ( 3088 -6488 104 14.052689 27.357956 ) ( 3256 -6496 96 14.724262 27.367147 ) ( 3384 -6488 80 15.208939 27.357956 ) ) +( ( 3088 -6592 144 14.049622 27.756657 ) ( 3256 -6592 136 14.705570 27.738787 ) ( 3384 -6592 120 15.205872 27.756657 ) ) +) + } + } +// brush 1069 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2792 -6440 88 12.919312 27.164326 ) ( 2968 -6440 64 13.606512 27.146460 ) ( 3088 -6440 56 14.075562 27.164326 ) ) +( ( 2792 -6488 136 12.896439 27.357956 ) ( 2968 -6496 112 13.599262 27.367147 ) ( 3088 -6488 104 14.052689 27.357956 ) ) +( ( 2792 -6592 160 12.893372 27.756657 ) ( 2968 -6592 152 13.580570 27.738787 ) ( 3088 -6592 144 14.049622 27.756657 ) ) +) + } + } +// brush 1070 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2464 -6472 136 9.638062 25.289326 ) ( 2656 -6440 112 10.387762 25.146460 ) ( 2792 -6440 88 10.919312 25.164326 ) ) +( ( 2464 -6520 184 9.615189 25.482956 ) ( 2656 -6496 160 10.380512 25.367147 ) ( 2792 -6488 136 10.896439 25.357956 ) ) +( ( 2464 -6632 208 9.612122 25.912907 ) ( 2656 -6600 168 10.361820 25.770037 ) ( 2792 -6592 160 10.893372 25.756657 ) ) +) + } + } +// brush 1071 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2208 -6584 192 8.611430 25.715528 ) ( 2312 -6480 160 9.045424 25.308661 ) ( 2464 -6472 136 9.638062 25.289326 ) ) +( ( 2224 -6632 240 8.688438 25.894657 ) ( 2328 -6536 208 9.095540 25.523705 ) ( 2464 -6520 184 9.615189 25.482956 ) ) +( ( 2264 -6728 280 8.830872 26.287907 ) ( 2360 -6648 232 9.205570 25.957537 ) ( 2464 -6632 208 9.612122 25.912907 ) ) +) + } + } +// brush 1072 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1968 -6856 216 7.697475 26.766308 ) ( 2080 -6672 192 8.132027 26.048815 ) ( 2208 -6584 192 8.611430 25.715528 ) ) +( ( 2000 -6888 264 7.818219 26.919399 ) ( 2120 -6704 240 8.291178 26.201868 ) ( 2224 -6632 240 8.688438 25.894657 ) ) +( ( 2072 -6968 304 8.097972 27.203491 ) ( 2192 -6776 280 8.554852 26.464434 ) ( 2264 -6728 280 8.830872 26.287907 ) ) +) + } + } +// brush 1073 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 6080 -5448 40 0 0 ) ( 6096 -5416 48 0 0.161747 ) ( 6096 -5408 64 0 0.217491 ) ( 6088 -5392 80 0 0.299767 ) ( 6080 -5368 80 0 0.406849 ) ( 6080 -5320 88 0 0.577561 ) ( 6088 -5256 80 0 0.838509 ) ) +( ( 6144 -5480 48 0.305533 0 ) ( 6160 -5472 56 0.305533 0.161747 ) ( 6160 -5456 64 0.305533 0.217491 ) ( 6144 -5440 80 0.305533 0.299767 ) ( 6136 -5408 104 0.305533 0.406849 ) ( 6136 -5360 112 0.305533 0.577561 ) ( 6152 -5320 96 0.305533 0.838509 ) ) +( ( 6216 -5528 40 0.594067 0 ) ( 6216 -5512 48 0.594067 0.161747 ) ( 6216 -5504 56 0.594067 0.217491 ) ( 6208 -5480 88 0.594067 0.299767 ) ( 6200 -5456 104 0.594067 0.406849 ) ( 6200 -5408 104 0.594067 0.577561 ) ( 6224 -5328 104 0.594067 0.838509 ) ) +( ( 6280 -5568 40 0.923837 0 ) ( 6288 -5576 48 0.923837 0.161747 ) ( 6288 -5568 64 0.923837 0.217491 ) ( 6280 -5552 96 0.923837 0.299767 ) ( 6280 -5528 120 0.923837 0.406849 ) ( 6280 -5480 112 0.923837 0.577561 ) ( 6280 -5416 120 0.923837 0.838509 ) ) +( ( 6336 -5600 40 1.124153 0 ) ( 6336 -5576 48 1.124153 0.161747 ) ( 6328 -5560 64 1.124153 0.217491 ) ( 6328 -5536 80 1.124153 0.299767 ) ( 6336 -5512 104 1.124153 0.406849 ) ( 6328 -5472 112 1.124153 0.577561 ) ( 6336 -5408 120 1.124153 0.838509 ) ) +) + } + } +// brush 1074 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 5840 -5416 40 0 0 ) ( 5848 -5384 48 0 0.142778 ) ( 5848 -5360 64 0 0.246457 ) ( 5848 -5320 80 0 0.399164 ) ( 5840 -5296 80 0 0.506247 ) ( 5840 -5248 88 0 0.676959 ) ( 5856 -5168 80 0 0.992884 ) ) +( ( 5920 -5416 48 0.290674 0 ) ( 5912 -5360 56 0.290674 0.142778 ) ( 5912 -5352 64 0.290674 0.246457 ) ( 5904 -5344 80 0.290674 0.399164 ) ( 5904 -5312 88 0.290674 0.506247 ) ( 5904 -5264 96 0.290674 0.676959 ) ( 5904 -5184 80 0.290674 0.992884 ) ) +( ( 5976 -5408 40 0.526805 0 ) ( 5960 -5360 48 0.526805 0.142778 ) ( 5960 -5352 56 0.526805 0.246457 ) ( 5952 -5344 80 0.526805 0.399164 ) ( 5952 -5320 80 0.526805 0.506247 ) ( 5952 -5264 88 0.526805 0.676959 ) ( 5952 -5200 80 0.526805 0.992884 ) ) +( ( 6024 -5432 40 0.714972 0 ) ( 6040 -5392 48 0.714972 0.142778 ) ( 6032 -5384 64 0.714972 0.246457 ) ( 6024 -5376 80 0.714972 0.399164 ) ( 6032 -5352 80 0.714972 0.506247 ) ( 6024 -5304 88 0.714972 0.676959 ) ( 6016 -5232 80 0.714972 0.992884 ) ) +( ( 6080 -5448 40 0.968068 0 ) ( 6096 -5416 48 0.968068 0.142778 ) ( 6096 -5408 64 0.968068 0.246457 ) ( 6088 -5392 80 0.968068 0.399164 ) ( 6080 -5368 80 0.968068 0.506247 ) ( 6080 -5320 88 0.968068 0.676959 ) ( 6088 -5256 80 0.968068 0.992884 ) ) +) + } + } +// brush 1075 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 5 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5480 -5368 40 0 0 ) ( 5488 -5344 56 0 0.123798 ) ( 5488 -5320 64 0 0.220649 ) ( 5504 -5296 88 0 0.362425 ) ( 5512 -5264 128 0 0.552478 ) ( 5496 -5152 152 0 1.013503 ) ( 5472 -5112 192 0 1.384218 ) ) +( ( 5584 -5368 48 0.426531 0 ) ( 5584 -5352 56 0.392644 0.065572 ) ( 5592 -5336 64 0.393912 0.144061 ) ( 5592 -5312 80 0.364691 0.247474 ) ( 5592 -5288 88 0.364997 0.360373 ) ( 5608 -5192 96 0.519826 0.740898 ) ( 5616 -5184 80 0.878254 0.823877 ) ) +( ( 5672 -5376 24 0.776377 0 ) ( 5680 -5360 48 0.751152 0.104973 ) ( 5680 -5352 56 0.754271 0.162995 ) ( 5672 -5336 80 0.698628 0.247979 ) ( 5680 -5328 80 0.753322 0.316928 ) ( 5688 -5272 88 0.965502 0.529807 ) ( 5704 -5200 80 1.208377 0.829379 ) ) +( ( 5752 -5416 40 1.118959 0 ) ( 5760 -5384 48 1.080506 0.145303 ) ( 5760 -5368 64 1.074078 0.219167 ) ( 5760 -5352 80 1.027471 0.309643 ) ( 5768 -5328 80 1.094014 0.403474 ) ( 5752 -5248 88 1.244461 0.738162 ) ( 5776 -5184 80 1.518258 1.018653 ) ) +( ( 5840 -5416 40 1.481047 0 ) ( 5848 -5384 48 1.409318 0.142778 ) ( 5848 -5360 64 1.408929 0.246457 ) ( 5848 -5320 80 1.396374 0.399164 ) ( 5840 -5296 80 1.415245 0.506247 ) ( 5840 -5248 88 1.598595 0.676959 ) ( 5856 -5168 80 1.816958 0.992884 ) ) +) + } + } +// brush 1076 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5216 -5368 40 0 0 ) ( 5216 -5344 56 0 0.106255 ) ( 5216 -5320 64 0 0.203106 ) ( 5216 -5296 88 0 0.349639 ) ( 5216 -5264 128 0 0.525749 ) ( 5224 -5200 152 0 0.802862 ) ( 5208 -5040 192 0 1.592584 ) ) +( ( 5368 -5360 48 0.598307 0 ) ( 5368 -5344 56 0.598307 0.106255 ) ( 5368 -5328 104 0.598307 0.203106 ) ( 5360 -5304 120 0.598307 0.349639 ) ( 5368 -5272 160 0.598307 0.525749 ) ( 5368 -5200 208 0.598307 0.802862 ) ( 5368 -5024 216 0.598307 1.592584 ) ) +( ( 5480 -5368 40 1.033168 0 ) ( 5488 -5344 56 1.033168 0.106255 ) ( 5488 -5320 64 1.033168 0.203106 ) ( 5504 -5296 88 1.033168 0.349639 ) ( 5512 -5264 128 1.033168 0.525749 ) ( 5496 -5152 152 1.033168 0.802862 ) ( 5472 -5112 192 1.033168 1.592584 ) ) +) + } + } +// brush 1077 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5208 -5040 192 0 0 ) ( 5224 -5200 152 0 0.789723 ) ( 5216 -5264 128 0 1.066835 ) ( 5216 -5296 88 0 1.242945 ) ( 5216 -5320 64 0 1.389478 ) ( 5216 -5344 56 0 1.486329 ) ( 5216 -5368 40 0 1.592584 ) ) +( ( 5048 -5016 232 0.645754 0 ) ( 5048 -5192 176 0.645754 0.789723 ) ( 5048 -5264 112 0.645754 1.066835 ) ( 5056 -5296 120 0.645754 1.242945 ) ( 5048 -5320 104 0.645754 1.389478 ) ( 5048 -5336 56 0.645754 1.486329 ) ( 5048 -5352 48 0.645754 1.592584 ) ) +( ( 4936 -5080 200 1.171031 0 ) ( 4920 -5120 152 1.171031 0.789723 ) ( 4904 -5256 128 1.171031 1.066835 ) ( 4912 -5288 88 1.171031 1.242945 ) ( 4928 -5312 64 1.171031 1.389478 ) ( 4928 -5336 56 1.171031 1.486329 ) ( 4936 -5360 40 1.171031 1.592584 ) ) +) + } + } +// brush 1078 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4640 -5352 40 0 0 ) ( 4640 -5328 56 0 0.106255 ) ( 4640 -5304 64 0 0.203106 ) ( 4640 -5280 88 0 0.349639 ) ( 4640 -5248 128 0 0.525749 ) ( 4648 -5184 152 0 0.802862 ) ( 4632 -5072 240 0 1.592584 ) ) +( ( 4792 -5344 48 0.598307 0 ) ( 4792 -5328 56 0.598307 0.106255 ) ( 4792 -5312 104 0.598307 0.203106 ) ( 4784 -5288 120 0.598307 0.349639 ) ( 4792 -5256 160 0.598307 0.525749 ) ( 4792 -5184 192 0.598307 0.802862 ) ( 4792 -5080 216 0.598307 1.592584 ) ) +( ( 4936 -5360 40 1.184744 0 ) ( 4928 -5336 56 1.184744 0.106255 ) ( 4928 -5312 64 1.184744 0.203106 ) ( 4912 -5288 88 1.184744 0.349639 ) ( 4904 -5256 128 1.184744 0.525749 ) ( 4920 -5120 152 1.184744 0.802862 ) ( 4936 -5080 200 1.184744 1.592584 ) ) +) + } + } +// brush 1079 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6456 -4976 392 27.220776 21.342875 ) ( 6424 -5088 376 27.082621 21.777012 ) ( 6392 -5208 320 26.955151 22.249125 ) ) +( ( 6328 -4936 432 26.711765 21.186998 ) ( 6312 -5056 368 26.656597 21.635365 ) ( 6264 -5112 320 26.461765 21.874498 ) ) +( ( 6248 -4904 424 26.414663 21.046749 ) ( 6256 -5016 368 26.442478 21.493717 ) ( 6208 -5096 312 26.258413 21.812374 ) ) +( ( 6248 -4904 424 26.414663 21.046749 ) ( 6176 -4976 368 26.113972 21.336445 ) ( 6144 -5032 312 26.003174 21.531498 ) ) +( ( 6248 -4904 424 26.414663 21.046749 ) ( 6120 -4944 368 25.901754 21.214512 ) ( 6080 -5024 312 25.763599 21.514750 ) ) +) + } + } +// brush 1080 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5856 -4952 320 24.888599 21.249125 ) ( 5880 -4856 344 24.964254 20.870762 ) ( 5920 -4704 440 25.122974 20.280375 ) ) +( ( 5912 -4960 320 25.100735 21.265123 ) ( 5936 -4872 352 25.202778 20.916615 ) ( 5920 -4704 440 25.122974 20.280375 ) ) +( ( 5960 -4984 312 25.288462 21.359249 ) ( 5992 -4896 352 25.401272 21.024967 ) ( 5920 -4704 440 25.122974 20.280375 ) ) +( ( 6032 -5008 312 25.559326 21.437748 ) ( 6064 -4928 352 25.682903 21.133320 ) ( 6064 -4760 448 25.699951 20.468998 ) ) +( ( 6080 -5024 312 25.763599 21.514750 ) ( 6120 -4944 368 25.901754 21.214512 ) ( 6248 -4904 424 26.414663 21.046749 ) ) +) + } + } +// brush 1081 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5464 -4944 328 23.331236 21.188774 ) ( 5432 -4840 344 23.230446 20.811790 ) ( 5384 -4696 384 23.041458 20.221140 ) ) +( ( 5600 -4960 336 23.866236 21.279438 ) ( 5560 -4856 352 23.709940 20.857239 ) ( 5384 -4696 384 23.041458 20.221140 ) ) +( ( 5696 -4952 320 24.253407 21.244164 ) ( 5696 -4864 352 24.248516 20.883078 ) ( 5384 -4696 384 23.041458 20.221140 ) ) +( ( 5776 -4960 328 24.557774 21.250448 ) ( 5776 -4848 352 24.577843 20.836098 ) ( 5696 -4704 448 24.260445 20.252254 ) ) +( ( 5856 -4952 320 24.888599 21.249125 ) ( 5880 -4856 344 24.964254 20.870762 ) ( 5920 -4704 440 25.122974 20.280375 ) ) +) + } + } +// brush 1082 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4952 -4936 328 21.356264 21.157524 ) ( 4856 -4816 344 20.980446 20.718040 ) ( 4736 -4696 368 20.510208 20.221140 ) ) +( ( 5064 -4856 336 21.774389 20.857563 ) ( 5048 -4776 392 21.709940 20.544739 ) ( 4736 -4696 368 20.510208 20.221140 ) ) +( ( 5200 -4872 328 22.315611 20.907524 ) ( 5168 -4768 392 22.186016 20.508078 ) ( 4736 -4696 368 20.510208 20.221140 ) ) +( ( 5352 -4864 336 22.913111 20.888813 ) ( 5264 -4752 392 22.577843 20.461098 ) ( 5056 -4704 360 21.760445 20.252254 ) ) +( ( 5464 -4944 328 23.331236 21.188774 ) ( 5432 -4840 344 23.230446 20.811790 ) ( 5384 -4696 384 23.041458 20.221140 ) ) +) + } + } +// brush 1083 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4736 -4696 368 20.510208 20.221140 ) ( 4744 -4576 384 20.534966 19.761871 ) ( 4688 -4336 488 20.379114 19.184017 ) ) +( ( 5056 -4704 360 21.760445 20.252254 ) ( 5064 -4560 400 21.783489 19.710119 ) ( 5024 -4408 440 21.623775 19.094164 ) ) +( ( 5384 -4696 384 23.041458 20.221140 ) ( 5392 -4584 408 23.066216 19.793121 ) ( 5352 -4424 472 22.910364 19.184017 ) ) +) + } + } +// brush 1084 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5384 -4696 384 23.041458 20.221140 ) ( 5392 -4584 408 23.066216 19.793121 ) ( 5352 -4424 472 22.910364 19.184017 ) ) +( ( 5696 -4704 448 24.260445 20.252254 ) ( 5704 -4552 472 24.283489 19.678869 ) ( 5664 -4408 568 24.123775 19.094164 ) ) +( ( 5920 -4704 440 25.122974 20.280375 ) ( 5992 -4616 472 25.401272 19.931217 ) ( 6048 -4464 560 25.622974 19.342875 ) ) +) + } + } +// brush 1085 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5920 -4704 440 25.122974 20.280375 ) ( 5992 -4616 472 25.401272 19.931217 ) ( 6048 -4464 560 25.622974 19.342875 ) ) +( ( 6064 -4760 448 25.699951 20.468998 ) ( 6184 -4680 472 26.151653 20.164570 ) ( 6232 -4536 568 26.356201 19.593998 ) ) +( ( 6248 -4904 424 26.414663 21.046749 ) ( 6320 -4712 488 26.683004 20.308262 ) ( 6392 -4640 544 26.977163 20.015499 ) ) +) + } + } +// brush 1086 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6248 -4904 424 26.414663 21.046749 ) ( 6320 -4712 488 26.683004 20.308262 ) ( 6392 -4640 544 26.977163 20.015499 ) ) +( ( 6328 -4936 432 26.711765 21.186998 ) ( 6416 -4824 464 27.057903 20.727070 ) ( 6536 -4688 560 27.543701 20.187748 ) ) +( ( 6456 -4976 392 27.220776 21.342875 ) ( 6560 -4872 480 27.620504 20.933262 ) ( 6664 -4736 536 28.039663 20.390499 ) ) +) + } + } +// brush 1087 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6456 -4976 392 27.220776 21.452250 ) ( 6560 -4872 480 27.620504 21.042637 ) ( 6664 -4736 536 28.039663 20.499874 ) ) +( ( 6584 -5048 424 27.723484 21.714342 ) ( 6672 -4952 464 28.057903 21.336445 ) ( 6792 -4816 560 28.543701 20.797123 ) ) +( ( 6712 -5104 384 28.228588 21.928812 ) ( 6816 -5000 480 28.620504 21.542637 ) ( 6920 -4864 536 29.039663 20.999874 ) ) +) + } + } +// brush 1088 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5704 -6456 88 24.275600 27.208635 ) ( 5872 -6512 88 24.927467 27.426878 ) ( 6008 -6568 88 25.479580 27.646849 ) ) +( ( 5680 -6512 120 24.180471 27.436590 ) ( 5848 -6576 120 24.837765 27.685610 ) ( 5984 -6624 120 25.384451 27.874805 ) ) +( ( 5640 -6608 168 24.041225 27.810198 ) ( 5808 -6664 168 24.693092 28.028440 ) ( 5952 -6720 168 25.245205 28.248411 ) ) +) + } + } +// brush 1089 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6008 -6568 88 25.479580 27.646849 ) ( 6168 -6672 88 26.079187 28.047939 ) ( 6288 -6760 88 26.549284 28.411572 ) ) +( ( 5984 -6624 120 25.384451 27.874805 ) ( 6128 -6720 120 25.945087 28.252928 ) ( 6216 -6808 120 26.291384 28.583908 ) ) +( ( 5952 -6720 168 25.245205 28.248411 ) ( 6080 -6800 168 25.748568 28.568905 ) ( 6160 -6864 168 26.064159 28.817850 ) ) +) + } + } +// brush 1090 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6288 -6760 88 26.549284 28.411572 ) ( 6384 -6896 88 26.922283 28.927225 ) ( 6464 -7024 88 27.239662 29.429710 ) ) +( ( 6216 -6808 120 26.291384 28.583908 ) ( 6336 -6944 120 26.742819 29.112267 ) ( 6400 -7048 120 26.991652 29.521597 ) ) +( ( 6160 -6864 168 26.064159 28.817850 ) ( 6264 -7008 168 26.471214 29.366613 ) ( 6328 -7120 168 26.711620 29.688757 ) ) +) + } + } +// brush 1091 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5400 -6464 88 23.080872 27.256657 ) ( 5552 -6464 88 23.689945 27.242693 ) ( 5704 -6456 88 24.275600 27.208635 ) ) +( ( 5392 -6528 120 23.054361 27.487259 ) ( 5544 -6536 120 23.671679 27.522518 ) ( 5680 -6512 120 24.180471 27.436590 ) ) +( ( 5384 -6624 168 23.016558 27.884176 ) ( 5536 -6616 168 23.620667 27.832518 ) ( 5640 -6608 168 24.041225 27.810198 ) ) +) + } + } +// brush 1092 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5072 -6464 88 21.799622 27.256657 ) ( 5248 -6464 88 22.486820 27.238787 ) ( 5400 -6464 88 23.080872 27.256657 ) ) +( ( 5064 -6528 120 21.779827 27.488840 ) ( 5232 -6536 120 22.439159 27.523661 ) ( 5392 -6528 120 23.054361 27.487259 ) ) +( ( 5064 -6624 168 21.783718 27.887535 ) ( 5240 -6616 168 22.470119 27.836300 ) ( 5384 -6624 168 23.016558 27.884176 ) ) +) + } + } +// brush 1093 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4736 -6656 168 23.080872 27.256657 ) ( 4920 -6616 168 23.689945 27.242693 ) ( 5064 -6624 168 24.275600 27.208635 ) ) +( ( 4744 -6768 208 23.054361 27.487259 ) ( 4928 -6744 240 23.671679 27.522518 ) ( 5072 -6744 240 24.180471 27.436590 ) ) +( ( 4752 -6848 304 23.016558 27.884176 ) ( 4936 -6808 272 23.620667 27.832518 ) ( 5072 -6848 272 24.041225 27.810198 ) ) +) + } + } +// brush 1094 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4360 -6720 168 21.799622 27.256657 ) ( 4552 -6696 144 22.486820 27.238787 ) ( 4736 -6656 168 23.080872 27.256657 ) ) +( ( 4360 -6800 208 21.779827 27.488840 ) ( 4552 -6800 208 22.439159 27.523661 ) ( 4744 -6768 208 23.054361 27.487259 ) ) +( ( 4360 -6904 368 21.783718 27.887535 ) ( 4560 -6864 328 22.470119 27.836300 ) ( 4752 -6848 304 23.016558 27.884176 ) ) +) + } + } +// brush 1095 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4744 -6464 88 23.080872 27.256657 ) ( 4920 -6464 88 23.689945 27.242693 ) ( 5072 -6464 88 24.275600 27.208635 ) ) +( ( 4728 -6552 120 23.054361 27.487259 ) ( 4912 -6536 120 23.671679 27.522518 ) ( 5072 -6528 120 24.180471 27.436590 ) ) +( ( 4736 -6656 168 23.016558 27.884176 ) ( 4920 -6616 168 23.620667 27.832518 ) ( 5064 -6624 168 24.041225 27.810198 ) ) +) + } + } +// brush 1096 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4336 -6544 88 21.799622 27.256657 ) ( 4544 -6480 88 22.486820 27.238787 ) ( 4744 -6464 88 23.080872 27.256657 ) ) +( ( 4352 -6624 104 21.779827 27.488840 ) ( 4536 -6616 96 22.439159 27.523661 ) ( 4728 -6552 120 23.054361 27.487259 ) ) +( ( 4360 -6720 168 21.783718 27.887535 ) ( 4552 -6696 144 22.470119 27.836300 ) ( 4736 -6656 168 23.016558 27.884176 ) ) +) + } + } +// brush 1097 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 7048 -5896 88 0 0 ) ( 7048 -5864 96 0 0.161747 ) ( 7048 -5848 104 0 0.217491 ) ( 7040 -5832 120 0 0.299767 ) ( 7048 -5800 144 0 0.406849 ) ( 7040 -5768 160 0 0.577561 ) ( 7048 -5704 160 0 0.838509 ) ) +( ( 7152 -6048 88 0.305533 0 ) ( 7160 -6040 88 0.305533 0.161747 ) ( 7192 -6032 128 0.305533 0.217491 ) ( 7192 -6032 128 0.305533 0.299767 ) ( 7192 -6032 128 0.305533 0.406849 ) ( 7192 -6032 128 0.305533 0.577561 ) ( 7264 -5936 136 0.305533 0.838509 ) ) +( ( 7248 -6168 80 0.594067 0 ) ( 7264 -6152 88 0.594067 0.161747 ) ( 7288 -6144 112 0.594067 0.217491 ) ( 7288 -6144 112 0.594067 0.299767 ) ( 7288 -6144 112 0.594067 0.406849 ) ( 7336 -6064 136 0.594067 0.577561 ) ( 7384 -6016 152 0.594067 0.838509 ) ) +( ( 7328 -6304 88 0.923837 0 ) ( 7328 -6304 88 0.923837 0.161747 ) ( 7328 -6304 88 0.923837 0.217491 ) ( 7344 -6296 112 0.923837 0.299767 ) ( 7344 -6296 112 0.923837 0.406849 ) ( 7344 -6296 112 0.923837 0.577561 ) ( 7464 -6232 160 0.923837 0.838509 ) ) +( ( 7424 -6680 88 1.124153 0 ) ( 7424 -6680 88 1.124153 0.161747 ) ( 7424 -6680 88 1.124153 0.217491 ) ( 7424 -6680 88 1.124153 0.299767 ) ( 7424 -6680 88 1.124153 0.406849 ) ( 7424 -6680 88 1.124153 0.577561 ) ( 7424 -6680 88 1.124153 0.838509 ) ) +) + } + } +// brush 1098 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7888 -5496 640 32.032196 24.498875 ) ( 7736 -5600 640 31.638329 24.735107 ) ( 7648 -5768 528 31.438217 25.030516 ) ) +( ( 7512 -5144 608 31.783123 24.009907 ) ( 7536 -5376 560 31.416752 24.287783 ) ( 7624 -5632 424 31.097343 24.474716 ) ) +( ( 7296 -4968 584 29.779369 22.604593 ) ( 7200 -5120 480 29.660746 23.038731 ) ( 7112 -5272 416 29.697338 23.393656 ) ) +) + } + } +// brush 1099 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7888 -6600 840 32.032196 24.498875 ) ( 7768 -6608 768 31.638329 24.735107 ) ( 7656 -6640 656 31.438217 25.030516 ) ) +( ( 7872 -6048 816 31.783123 24.009907 ) ( 7752 -6104 696 31.416752 24.287783 ) ( 7656 -6144 576 31.097343 24.474716 ) ) +( ( 7888 -5496 640 29.779369 22.604593 ) ( 7736 -5600 640 29.660746 23.038731 ) ( 7648 -5768 528 29.697338 23.393656 ) ) +) + } + } +// brush 1100 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7912 -7200 840 32.032196 24.498875 ) ( 7792 -7200 768 31.638329 24.735107 ) ( 7688 -7232 656 31.438217 25.030516 ) ) +( ( 7896 -6920 888 31.783123 24.009907 ) ( 7760 -6888 816 31.416752 24.287783 ) ( 7648 -6864 712 31.097343 24.474716 ) ) +( ( 7888 -6600 840 29.779369 22.604593 ) ( 7768 -6608 768 29.660746 23.038731 ) ( 7656 -6640 656 29.697338 23.393656 ) ) +) + } + } +// brush 1101 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7840 -7616 840 32.032196 24.498875 ) ( 7720 -7616 768 31.638329 24.735107 ) ( 7616 -7640 656 31.438217 25.030516 ) ) +( ( 7856 -7584 888 31.783123 24.009907 ) ( 7736 -7504 816 31.416752 24.287783 ) ( 7624 -7432 712 31.097343 24.474716 ) ) +( ( 7912 -7200 840 29.779369 22.604593 ) ( 7792 -7200 768 29.660746 23.038731 ) ( 7688 -7232 656 29.697338 23.393656 ) ) +) + } + } +// brush 1102 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3064 -6968 464 21.799622 27.256657 ) ( 3248 -6944 464 22.486820 27.238787 ) ( 3360 -6968 472 23.080872 27.256657 ) ) +( ( 3056 -7016 560 21.779827 27.488840 ) ( 3240 -7024 600 22.439159 27.523661 ) ( 3360 -7016 568 23.054361 27.487259 ) ) +( ( 3064 -7248 616 21.783718 27.887535 ) ( 3248 -7224 616 22.470119 27.836300 ) ( 3368 -7248 624 23.016558 27.884176 ) ) +) + } + } +// brush 1103 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3064 -6792 248 21.799622 27.256657 ) ( 3240 -6768 280 22.486820 27.238787 ) ( 3360 -6792 256 23.080872 27.256657 ) ) +( ( 3056 -6872 312 21.779827 27.488840 ) ( 3232 -6880 344 22.439159 27.523661 ) ( 3360 -6864 312 23.054361 27.487259 ) ) +( ( 3064 -6968 464 21.783718 27.887535 ) ( 3248 -6944 464 22.470119 27.836300 ) ( 3360 -6968 472 23.016558 27.884176 ) ) +) + } + } +// brush 1104 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3088 -6592 144 21.799622 27.256657 ) ( 3256 -6592 136 22.486820 27.238787 ) ( 3384 -6592 120 23.080872 27.256657 ) ) +( ( 3056 -6712 152 21.779827 27.488840 ) ( 3224 -6720 176 22.439159 27.523661 ) ( 3352 -6712 160 23.054361 27.487259 ) ) +( ( 3064 -6792 248 21.783718 27.887535 ) ( 3240 -6768 280 22.470119 27.836300 ) ( 3360 -6792 256 23.016558 27.884176 ) ) +) + } + } +// brush 1105 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2768 -6960 464 21.799622 27.256657 ) ( 2960 -6936 464 22.486820 27.238787 ) ( 3064 -6968 464 23.080872 27.256657 ) ) +( ( 2768 -7008 560 21.779827 27.488840 ) ( 2944 -7024 600 22.439159 27.523661 ) ( 3056 -7016 560 23.054361 27.487259 ) ) +( ( 2776 -7240 616 21.783718 27.887535 ) ( 2960 -7224 616 22.470119 27.836300 ) ( 3064 -7248 616 23.016558 27.884176 ) ) +) + } + } +// brush 1106 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2768 -6784 248 21.799622 27.256657 ) ( 2944 -6768 280 22.486820 27.238787 ) ( 3064 -6792 248 23.080872 27.256657 ) ) +( ( 2768 -6864 312 21.779827 27.488840 ) ( 2944 -6872 344 22.439159 27.523661 ) ( 3056 -6872 312 23.054361 27.487259 ) ) +( ( 2768 -6960 464 21.783718 27.887535 ) ( 2960 -6936 464 22.470119 27.836300 ) ( 3064 -6968 464 23.016558 27.884176 ) ) +) + } + } +// brush 1107 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2792 -6592 160 21.799622 27.256657 ) ( 2968 -6592 152 22.486820 27.238787 ) ( 3088 -6592 144 23.080872 27.256657 ) ) +( ( 2760 -6704 152 21.779827 27.488840 ) ( 2936 -6712 176 22.439159 27.523661 ) ( 3056 -6712 152 23.054361 27.487259 ) ) +( ( 2768 -6784 248 21.783718 27.887535 ) ( 2944 -6768 280 22.470119 27.836300 ) ( 3064 -6792 248 23.016558 27.884176 ) ) +) + } + } +// brush 1108 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2472 -7000 464 21.799622 27.256657 ) ( 2672 -6928 464 22.486820 27.238787 ) ( 2768 -6960 464 23.080872 27.256657 ) ) +( ( 2472 -7048 560 21.779827 27.488840 ) ( 2656 -7016 600 22.439159 27.523661 ) ( 2768 -7008 560 23.054361 27.487259 ) ) +( ( 2480 -7280 616 21.783718 27.887535 ) ( 2672 -7216 616 22.470119 27.836300 ) ( 2776 -7240 616 23.016558 27.884176 ) ) +) + } + } +// brush 1109 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2472 -6824 280 9.664721 -1.093750 ) ( 2656 -6760 256 10.390467 -0.992188 ) ( 2768 -6784 248 10.820971 -0.968750 ) ) +( ( 2488 -6904 352 9.711740 -1.366094 ) ( 2656 -6864 344 10.382143 -1.354375 ) ( 2768 -6864 312 10.805490 -1.209844 ) ) +( ( 2472 -7000 464 9.670427 -1.824045 ) ( 2672 -6928 464 10.422607 -1.812327 ) ( 2768 -6960 464 10.826677 -1.824045 ) ) +) + } + } +// brush 1110 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2464 -6632 208 9.612122 25.912907 ) ( 2656 -6600 168 10.361820 25.770037 ) ( 2792 -6592 160 10.893372 25.756657 ) ) +( ( 2456 -6744 216 9.608717 26.357271 ) ( 2648 -6704 176 10.343187 26.189569 ) ( 2760 -6704 152 10.796217 26.201021 ) ) +( ( 2472 -6824 280 9.664721 26.657560 ) ( 2656 -6760 256 10.390467 26.390787 ) ( 2768 -6784 248 10.820971 26.501310 ) ) +) + } + } +// brush 1111 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1792 -7536 352 7.008471 -1.375000 ) ( 1904 -7456 328 7.452967 29.125162 ) ( 2080 -7168 352 -28.001310 -1.375000 ) ) +( ( 1856 -7552 416 7.242990 -1.616094 ) ( 1944 -7504 408 7.600893 -1.604375 ) ( 2096 -7288 424 -28.461470 -1.647344 ) ) +( ( 2064 -7376 488 8.061052 -1.917795 ) ( 2064 -7376 488 8.061052 -1.917795 ) ( 2064 -7376 488 -28.821596 -1.917795 ) ) +) + } + } +// brush 1112 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1608 -7584 328 6.277114 29.631767 ) ( 1896 -7320 328 7.391669 28.581499 ) ( 2072 -6968 304 8.097972 27.203491 ) ) +( ( 1728 -7536 304 6.764967 29.451021 ) ( 1904 -7400 304 7.452562 28.892694 ) ( 2048 -7088 304 8.014967 27.701021 ) ) +( ( 1792 -7536 352 7.008471 29.423185 ) ( 1904 -7456 328 7.452967 29.125162 ) ( 2080 -7168 352 8.133471 28.001310 ) ) +) + } + } +// brush 1113 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 720 -7816 560 2.810946 30.517536 ) ( 664 -7888 608 2.603537 30.817221 ) ( 664 -7960 688 2.596318 31.093493 ) ) +( ( 616 -7768 592 2.404783 30.328636 ) ( 600 -7864 568 2.335776 30.722963 ) ( 568 -7936 648 2.205870 31.014225 ) ) +( ( 408 -7736 504 1.604665 30.207958 ) ( 504 -7848 576 1.970438 30.645321 ) ( 528 -7920 632 2.048872 30.951254 ) ) +) + } + } +// brush 1114 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 408 -7736 504 1.613351 30.221409 ) ( 504 -7848 576 1.970438 30.645321 ) ( 528 -7920 632 2.048872 30.951254 ) ) +( ( 312 -7784 512 1.208586 30.411684 ) ( 360 -7872 568 1.420241 30.755337 ) ( 400 -7952 600 1.575784 31.060381 ) ) +( ( 176 -7832 504 0.698415 30.582958 ) ( 232 -7912 576 0.898777 30.907690 ) ( 208 -7952 616 0.799201 31.057926 ) ) +) + } + } +// brush 1115 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 168 -8056 672 0.666762 31.455202 ) ( 160 -8040 704 0.728115 31.407497 ) ( 120 -8088 712 0.551305 31.605091 ) ) +( ( 152 -7832 784 0.593183 30.604282 ) ( 112 -7912 808 0.427930 30.894417 ) ( 32 -7976 824 0.119411 31.154861 ) ) +( ( 128 -7736 776 0.507753 30.214981 ) ( 72 -7760 832 0.091677 30.367653 ) ( 32 -7792 824 -0.085133 30.471497 ) ) +) + } + } +// brush 1116 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3696 -6216 16 15.594849 23.101217 ) ( 3872 -6224 8 14.997734 23.103161 ) ( 4000 -6216 8 14.407349 23.101217 ) ) +( ( 3696 -6256 24 15.575035 22.950275 ) ( 3840 -6256 16 14.989361 22.963657 ) ( 4000 -6256 16 14.387535 22.950275 ) ) +( ( 3688 -6288 16 15.582289 22.806585 ) ( 3832 -6288 0 15.016424 22.808529 ) ( 3992 -6288 0 14.394789 22.806585 ) ) +( ( 3688 -6312 0 15.593727 22.624393 ) ( 3832 -6312 -16 15.008049 22.637775 ) ( 3992 -6312 -16 14.406227 22.624393 ) ) +( ( 3688 -6360 -16 15.585352 22.516142 ) ( 3832 -6360 -24 15.019489 22.518084 ) ( 3992 -6360 -24 14.397852 22.516142 ) ) +( ( 3688 -6408 -24 15.596792 22.365200 ) ( 3824 -6408 -24 15.042364 22.378580 ) ( 3992 -6408 -32 14.409292 22.365200 ) ) +( ( 3688 -6440 8 15.588419 22.085072 ) ( 3864 -6440 0 15.022552 22.133888 ) ( 3992 -6440 16 14.400919 22.100697 ) ) +) + } + } +// brush 1117 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3392 -6216 40 15.594849 23.101217 ) ( 3568 -6224 24 14.997734 23.103161 ) ( 3696 -6216 16 14.407349 23.101217 ) ) +( ( 3392 -6256 48 15.575035 22.950275 ) ( 3536 -6256 24 14.989361 22.963657 ) ( 3696 -6256 24 14.387535 22.950275 ) ) +( ( 3384 -6288 40 15.582289 22.806585 ) ( 3528 -6288 16 15.016424 22.808529 ) ( 3688 -6288 16 14.394789 22.806585 ) ) +( ( 3384 -6312 24 15.593727 22.624393 ) ( 3528 -6312 0 15.008049 22.637775 ) ( 3688 -6312 0 14.406227 22.624393 ) ) +( ( 3384 -6360 8 15.585352 22.516142 ) ( 3528 -6360 -16 15.019489 22.518084 ) ( 3688 -6360 -16 14.397852 22.516142 ) ) +( ( 3384 -6408 0 15.596792 22.365200 ) ( 3520 -6408 -16 15.042364 22.378580 ) ( 3688 -6408 -24 14.409292 22.365200 ) ) +( ( 3384 -6440 32 15.588419 22.085072 ) ( 3560 -6440 16 15.022552 22.133888 ) ( 3688 -6440 8 14.400919 22.100697 ) ) +) + } + } +// brush 1118 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3096 -6216 64 15.594849 23.101217 ) ( 3264 -6224 56 14.997734 23.103161 ) ( 3392 -6216 40 14.407349 23.101217 ) ) +( ( 3096 -6256 72 15.575035 22.950275 ) ( 3256 -6256 56 14.989361 22.963657 ) ( 3392 -6256 48 14.387535 22.950275 ) ) +( ( 3088 -6288 64 15.582289 22.806585 ) ( 3248 -6288 48 15.016424 22.808529 ) ( 3384 -6288 40 14.394789 22.806585 ) ) +( ( 3088 -6312 48 15.593727 22.624393 ) ( 3256 -6312 32 15.008049 22.637775 ) ( 3384 -6312 24 14.406227 22.624393 ) ) +( ( 3088 -6360 32 15.585352 22.516142 ) ( 3248 -6360 16 15.019489 22.518084 ) ( 3384 -6360 8 14.397852 22.516142 ) ) +( ( 3088 -6408 24 15.596792 22.365200 ) ( 3248 -6408 16 15.042364 22.378580 ) ( 3384 -6408 0 14.409292 22.365200 ) ) +( ( 3088 -6440 56 15.588419 22.085072 ) ( 3256 -6440 48 15.022552 22.133888 ) ( 3384 -6440 32 14.400919 22.100697 ) ) +) + } + } +// brush 1119 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2800 -6216 96 15.594849 23.101217 ) ( 2976 -6224 72 14.997734 23.103161 ) ( 3096 -6216 64 14.407349 23.101217 ) ) +( ( 2800 -6256 104 15.575035 22.950275 ) ( 2960 -6256 80 14.989361 22.963657 ) ( 3096 -6256 72 14.387535 22.950275 ) ) +( ( 2792 -6288 96 15.582289 22.806585 ) ( 2952 -6288 72 15.016424 22.808529 ) ( 3088 -6288 64 14.394789 22.806585 ) ) +( ( 2792 -6312 80 15.593727 22.624393 ) ( 2960 -6312 56 15.008049 22.637775 ) ( 3088 -6312 48 14.406227 22.624393 ) ) +( ( 2792 -6360 64 15.585352 22.516142 ) ( 2952 -6360 40 15.019489 22.518084 ) ( 3088 -6360 32 14.397852 22.516142 ) ) +( ( 2792 -6408 56 15.596792 22.365200 ) ( 2952 -6408 40 15.042364 22.378580 ) ( 3088 -6408 24 14.409292 22.365200 ) ) +( ( 2792 -6440 88 15.588419 22.085072 ) ( 2968 -6440 64 15.022552 22.133888 ) ( 3088 -6440 56 14.400919 22.100697 ) ) +) + } + } +// brush 1120 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2472 -6248 144 0 0 ) ( 2664 -6224 120 -0.500000 0 ) ( 2800 -6216 96 -1 0 ) ) +( ( 2472 -6288 152 0 0.166667 ) ( 2664 -6256 128 -0.500000 0.166667 ) ( 2800 -6256 104 -1 0.166667 ) ) +( ( 2464 -6320 136 0 0.333333 ) ( 2656 -6288 112 -0.500000 0.333333 ) ( 2792 -6288 96 -1 0.333333 ) ) +( ( 2464 -6344 120 0 0.500000 ) ( 2656 -6312 96 -0.500000 0.500000 ) ( 2792 -6312 80 -1 0.500000 ) ) +( ( 2464 -6392 112 0 0.666667 ) ( 2656 -6360 88 -0.500000 0.666667 ) ( 2792 -6360 64 -1 0.666667 ) ) +( ( 2464 -6440 104 0 0.833333 ) ( 2648 -6408 88 -0.500000 0.833333 ) ( 2792 -6408 56 -1 0.833333 ) ) +( ( 2464 -6472 136 0 1 ) ( 2656 -6440 112 -0.500000 1 ) ( 2792 -6440 88 -1 1 ) ) +) + } + } +// brush 1121 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2096 -6384 200 8.196980 24.941755 ) ( 2264 -6272 168 8.845362 24.498178 ) ( 2472 -6248 144 9.666023 24.411993 ) ) +( ( 2112 -6424 216 8.255216 25.080359 ) ( 2280 -6312 184 8.909194 24.642830 ) ( 2472 -6288 152 9.643668 24.566082 ) ) +( ( 2128 -6448 200 8.305155 25.181360 ) ( 2280 -6344 168 8.910690 24.769621 ) ( 2464 -6320 136 9.636415 24.678522 ) ) +( ( 2136 -6472 184 8.347281 25.277205 ) ( 2288 -6360 152 8.939688 24.857992 ) ( 2464 -6344 120 9.624976 24.782587 ) ) +( ( 2160 -6504 176 8.439910 25.420895 ) ( 2296 -6408 144 8.969522 25.038086 ) ( 2464 -6392 112 9.633350 24.953341 ) ) +( ( 2184 -6552 168 8.528911 25.597927 ) ( 2304 -6456 144 8.989162 25.224836 ) ( 2464 -6440 104 9.621910 25.151157 ) ) +( ( 2208 -6584 192 8.611430 25.715528 ) ( 2312 -6480 160 9.045424 25.308661 ) ( 2464 -6472 136 9.638062 25.289326 ) ) +) + } + } +// brush 1122 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1816 -6688 224 7.096879 26.126169 ) ( 1928 -6520 200 7.522819 25.478046 ) ( 2096 -6384 200 8.196980 24.941755 ) ) +( ( 1840 -6720 240 7.173181 26.239204 ) ( 1968 -6560 216 7.674501 25.617983 ) ( 2112 -6424 216 8.255216 25.080359 ) ) +( ( 1856 -6736 232 7.247559 26.323839 ) ( 1984 -6584 208 7.739192 25.727039 ) ( 2128 -6448 200 8.305155 25.181360 ) ) +( ( 1880 -6760 216 7.328681 26.405514 ) ( 2000 -6600 192 7.824115 25.789072 ) ( 2136 -6472 184 8.347281 25.277205 ) ) +( ( 1904 -6792 200 7.439719 26.520334 ) ( 2032 -6640 176 7.924376 25.930119 ) ( 2160 -6504 176 8.439910 25.420895 ) ) +( ( 1936 -6824 192 7.571506 26.668299 ) ( 2056 -6680 176 8.034759 26.082031 ) ( 2184 -6552 168 8.528911 25.597927 ) ) +( ( 1968 -6856 216 7.697475 26.766308 ) ( 2080 -6672 192 8.132027 26.048815 ) ( 2208 -6584 192 8.611430 25.715528 ) ) +) + } + } +// brush 1123 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1432 -7256 248 5.588962 28.332048 ) ( 1688 -7016 248 6.587268 27.402090 ) ( 1816 -6688 224 7.096879 26.126169 ) ) +( ( 1448 -7280 264 5.641675 28.452213 ) ( 1712 -7056 264 6.687629 27.552563 ) ( 1840 -6720 240 7.173181 26.239204 ) ) +( ( 1456 -7312 256 5.691614 28.553215 ) ( 1720 -7088 256 6.721889 27.674648 ) ( 1856 -6736 232 7.247559 26.323839 ) ) +( ( 1472 -7336 240 5.748831 28.653105 ) ( 1736 -7104 240 6.787863 27.756546 ) ( 1880 -6760 216 7.328681 26.405514 ) ) +( ( 1488 -7368 224 5.826368 28.792751 ) ( 1752 -7144 224 6.848202 27.918734 ) ( 1904 -6792 200 7.439719 26.520334 ) ) +( ( 1512 -7416 216 5.915369 28.969784 ) ( 1768 -7192 224 6.915505 28.094042 ) ( 1936 -6824 192 7.571506 26.668299 ) ) +( ( 1536 -7448 240 6.003413 29.105822 ) ( 1808 -7192 240 7.064496 28.087048 ) ( 1968 -6856 216 7.697475 26.766308 ) ) +) + } + } +// brush 1124 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6952 -7864 -8 30.502289 30.377010 ) ( 7168 -7784 -24 30.538414 29.395536 ) ( 7224 -7672 -8 30.271944 28.313845 ) ) +( ( 6976 -7904 8 30.684837 30.375713 ) ( 7192 -7800 -8 30.676846 29.366899 ) ( 7272 -7672 8 30.498552 28.267191 ) ) +( ( 7000 -7928 16 30.823420 30.357624 ) ( 7232 -7816 0 30.810661 29.294312 ) ( 7304 -7664 16 30.699928 28.282772 ) ) +) + } + } +// brush 1125 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7664 -8128 624 32.032196 24.498875 ) ( 7536 -8128 560 31.638329 24.735107 ) ( 7168 -8128 448 31.438217 25.030516 ) ) +( ( 7680 -8080 672 31.783123 24.009907 ) ( 7552 -8048 608 31.416752 24.287783 ) ( 7504 -7936 688 31.097343 24.474716 ) ) +( ( 7840 -7616 848 29.779369 22.604593 ) ( 7728 -7616 768 29.660746 23.038731 ) ( 7616 -7632 656 29.697338 23.393656 ) ) +) + } + } +// brush 1126 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7152 -7672 8 29.919302 30.427299 ) ( 7160 -7464 8 29.984394 29.584904 ) ( 7144 -7280 8 29.703999 28.454712 ) ) +( ( 7192 -7672 16 30.068497 30.397005 ) ( 7200 -7456 16 30.111629 29.527094 ) ( 7184 -7272 16 29.846615 28.401451 ) ) +( ( 7224 -7672 -8 30.212341 30.394218 ) ( 7256 -7464 -24 30.266157 29.496761 ) ( 7224 -7272 0 29.988251 28.376192 ) ) +) + } + } +// brush 1127 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1568 2024 1848 3.298872 30.826254 ) ( -1584 2168 1912 3.390183 31.362623 ) ( -1584 2248 1984 3.386763 31.678431 ) ) +( ( -1448 2056 1880 2.857034 30.935381 ) ( -1456 2152 1968 2.861509 31.326488 ) ( -1472 2240 2000 2.932802 31.661396 ) ) +( ( -1248 2056 1848 2.048872 30.951254 ) ( -1264 2184 1912 2.140183 31.425123 ) ( -1264 2256 1984 2.136763 31.709681 ) ) +) + } + } +// brush 1128 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -928 2088 1832 0.799201 31.057926 ) ( -984 2192 1912 1.037132 31.463686 ) ( -976 2232 1952 0.984533 31.637480 ) ) +( ( -808 2096 1816 0.357034 31.091631 ) ( -816 2176 1904 0.361509 31.420238 ) ( -832 2280 1936 0.432802 31.817646 ) ) +( ( -680 2112 1832 -0.169549 31.151676 ) ( -672 2200 1912 -0.181618 31.494936 ) ( -664 2240 1952 -0.234217 31.668730 ) ) +) + } + } +// brush 1129 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1440 1952 1776 2.810946 30.517536 ) ( -1384 2024 1824 2.603537 30.817221 ) ( -1384 2096 1904 2.596318 31.093493 ) ) +( ( -1336 1904 1808 2.404783 30.328636 ) ( -1320 2000 1784 2.335776 30.722963 ) ( -1288 2072 1864 2.205870 31.014225 ) ) +( ( -1128 1872 1720 1.604665 30.207958 ) ( -1224 1984 1792 1.970438 30.645321 ) ( -1248 2056 1848 2.048872 30.951254 ) ) +) + } + } +// brush 1130 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1128 1872 1720 1.613351 30.221409 ) ( -1224 1984 1792 1.970438 30.645321 ) ( -1248 2056 1848 2.048872 30.951254 ) ) +( ( -1032 1920 1728 1.208586 30.411684 ) ( -1080 2008 1784 1.420241 30.755337 ) ( -1120 2088 1816 1.575784 31.060381 ) ) +( ( -896 1968 1720 0.698415 30.582958 ) ( -952 2048 1792 0.898777 30.907690 ) ( -928 2088 1832 0.799201 31.057926 ) ) +) + } + } +// brush 1131 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1248 2056 1848 2.048872 30.951254 ) ( -1264 2184 1912 2.140183 31.425123 ) ( -1264 2256 1984 2.136763 31.709681 ) ) +( ( -1120 2088 1816 1.575784 31.060381 ) ( -1128 2184 1904 1.580259 31.451488 ) ( -1136 2256 1936 1.620302 31.723896 ) ) +( ( -928 2088 1832 0.799201 31.057926 ) ( -984 2192 1912 1.037132 31.463686 ) ( -976 2232 1952 0.984533 31.637480 ) ) +) + } + } +// brush 1132 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -976 2112 1776 0.666762 31.455202 ) ( -984 2096 1816 0.728115 31.407497 ) ( -976 2168 1808 0.551305 31.605091 ) ) +( ( -840 1944 1888 0.593183 30.604282 ) ( -848 2032 1912 0.427930 30.894417 ) ( -816 2136 1888 0.119411 31.154861 ) ) +( ( -760 1880 1880 0.507753 30.214981 ) ( -696 1976 1936 0.091677 30.367653 ) ( -680 2016 1904 -0.085133 30.471497 ) ) +) + } + } +// brush 1133 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 128 -7736 776 -30.335012 -3.386545 ) ( 72 -7760 832 -30.665726 -3.492188 ) ( 32 -7792 824 -30.980865 -3.515625 ) ) +( ( 24 -7624 784 -30.089748 -3.827952 ) ( 24 -7688 824 -30.408478 -3.914063 ) ( -16 -7752 824 -30.811739 -3.960938 ) ) +( ( -48 -7632 776 -29.886726 -3.777170 ) ( -56 -7696 816 -30.295147 -3.992188 ) ( -64 -7744 832 -30.495277 -4.031250 ) ) +) + } + } +// brush 1134 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -48 -7632 776 -30.335012 -3.386545 ) ( -56 -7696 816 -30.665726 -3.492188 ) ( -64 -7744 832 -30.980865 -3.515625 ) ) +( ( -232 -7640 800 -30.089748 -3.827952 ) ( -216 -7696 832 -30.408478 -3.914063 ) ( -208 -7768 832 -30.811739 -3.960938 ) ) +( ( -304 -7640 792 -29.886726 -3.777170 ) ( -288 -7704 832 -30.295147 -3.992188 ) ( -280 -7752 848 -30.495277 -4.031250 ) ) +) + } + } +// brush 1135 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1744 -3160 784 0.799201 31.057926 ) ( -1848 -3096 864 1.037132 31.463686 ) ( -1856 -3048 904 0.984533 31.637480 ) ) +( ( -1648 -3104 768 0.357034 31.091631 ) ( -1688 -3024 856 0.361509 31.420238 ) ( -1752 -2944 888 0.432802 31.817646 ) ) +( ( -1536 -3024 784 -0.169549 31.151676 ) ( -1576 -2944 864 -0.181618 31.494936 ) ( -1584 -2904 904 -0.234217 31.668730 ) ) +) + } + } +// brush 1136 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1656 -3152 976 0.666762 31.455202 ) ( -1648 -3144 1008 0.728115 31.407497 ) ( -1680 -3088 1016 0.551305 31.605091 ) ) +( ( -1528 -3200 984 0.593183 30.604282 ) ( -1536 -3168 1008 0.427930 30.894417 ) ( -1568 -3064 1024 0.119411 31.154861 ) ) +( ( -1432 -3176 976 0.507753 30.214981 ) ( -1456 -3112 1032 0.091677 30.367653 ) ( -1488 -3072 1024 -0.085133 30.471497 ) ) +) + } + } +// brush 1137 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1432 -3176 976 -30.335012 -3.386545 ) ( -1456 -3112 1032 -30.665726 -3.492188 ) ( -1488 -3072 1024 -30.980865 -3.515625 ) ) +( ( -1320 -3072 984 -30.089748 -3.827952 ) ( -1384 -3072 1024 -30.408478 -3.914063 ) ( -1448 -3032 1024 -30.811739 -3.960938 ) ) +( ( -1328 -2992 1000 -29.886726 -3.777170 ) ( -1392 -2984 1016 -30.295147 -3.992188 ) ( -1440 -2984 1032 -30.495277 -4.031250 ) ) +) + } + } +// brush 1138 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1328 -2992 1000 -30.335012 -3.386545 ) ( -1392 -2984 1016 -30.665726 -3.492188 ) ( -1440 -2984 1032 -30.980865 -3.515625 ) ) +( ( -1176 -2864 992 -30.089748 -3.827952 ) ( -1240 -2872 1016 -30.408478 -3.914063 ) ( -1304 -2880 976 -30.811739 -3.960938 ) ) +( ( -1152 -2736 1008 -29.886726 -3.777170 ) ( -1216 -2720 1048 -30.295147 -3.992188 ) ( -1264 -2712 1064 -30.495277 -4.031250 ) ) +) + } + } +// brush 1139 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1152 -2736 1008 -30.335012 -3.386545 ) ( -1216 -2720 1048 -30.665726 -3.492188 ) ( -1264 -2712 1064 -30.980865 -3.515625 ) ) +( ( -1056 -2488 1088 -30.089748 -3.827952 ) ( -1112 -2448 1128 -30.408478 -3.914063 ) ( -1152 -2392 1136 -30.811739 -3.960938 ) ) +( ( -880 -2384 1048 -29.886726 -3.777170 ) ( -936 -2336 1096 -30.295147 -3.992188 ) ( -968 -2296 1112 -30.495277 -4.031250 ) ) +) + } + } +// brush 1140 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1914 -3038 976 0.666762 31.455202 ) ( -1898 -3022 1008 0.728115 31.407497 ) ( -1864 -3008 1016 0.551305 31.605091 ) ) +( ( -1768 -3176 984 0.593183 30.604282 ) ( -1768 -3144 1008 0.427930 30.894417 ) ( -1752 -3040 1024 0.119411 31.154861 ) ) +( ( -1656 -3152 976 0.507753 30.214981 ) ( -1648 -3144 1008 0.091677 30.367653 ) ( -1680 -3088 1016 -0.085133 30.471497 ) ) +) + } + } +// brush 1141 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -880 -2384 1048 -30.335012 -3.386545 ) ( -936 -2336 1096 -30.665726 -3.492188 ) ( -968 -2296 1112 -30.980865 -3.515625 ) ) +( ( -696 -2328 1048 -30.089748 -3.827952 ) ( -760 -2312 1080 -30.408478 -3.914063 ) ( -824 -2296 1080 -30.811739 -3.960938 ) ) +( ( -624 -2224 1072 -29.886726 -3.777170 ) ( -680 -2184 1112 -30.295147 -3.992188 ) ( -720 -2152 1128 -30.495277 -4.031250 ) ) +) + } + } +// brush 1142 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -208 -2016 1136 -30.335012 -3.386545 ) ( -256 -1960 1176 -30.665726 -3.492188 ) ( -288 -1928 1192 -30.980865 -3.515625 ) ) +( ( -128 -1768 1144 -30.089748 -3.827952 ) ( -184 -1784 1168 -30.408478 -3.914063 ) ( -248 -1800 1176 -30.811739 -3.960938 ) ) +( ( -112 -1640 1160 -29.886726 -3.777170 ) ( -184 -1632 1200 -30.295147 -3.992188 ) ( -232 -1624 1216 -30.495277 -4.031250 ) ) +) + } + } +// brush 1143 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -624 -2224 1072 -30.335012 -3.386545 ) ( -680 -2184 1112 -30.665726 -3.492188 ) ( -720 -2152 1128 -30.980865 -3.515625 ) ) +( ( -440 -2024 1144 -30.089748 -3.827952 ) ( -472 -1968 1192 -30.408478 -3.914063 ) ( -488 -1904 1192 -30.811739 -3.960938 ) ) +( ( -208 -2016 1136 -29.886726 -3.777170 ) ( -256 -1960 1176 -30.295147 -3.992188 ) ( -288 -1928 1192 -30.495277 -4.031250 ) ) +) + } + } +// brush 1144 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1080 -1000 1448 -30.335012 -3.386545 ) ( -1136 -1000 1480 -30.665726 -3.492188 ) ( -1168 -992 1488 -30.980865 -3.515625 ) ) +( ( -1048 -848 1448 -30.089748 -3.827952 ) ( -1088 -848 1472 -30.408478 -3.914063 ) ( -1136 -848 1472 -30.811739 -3.960938 ) ) +( ( -1096 -752 1464 -29.886726 -3.777170 ) ( -1144 -752 1488 -30.295147 -3.992188 ) ( -1176 -744 1504 -30.495277 -4.031250 ) ) +) + } + } +// brush 1145 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1096 -752 1464 -30.335012 -3.386545 ) ( -1144 -752 1488 -30.665726 -3.492188 ) ( -1176 -744 1504 -30.980865 -3.515625 ) ) +( ( -1160 -568 1520 -30.089748 -3.827952 ) ( -1176 -600 1544 -30.408478 -3.914063 ) ( -1208 -640 1544 -30.811739 -3.960938 ) ) +( ( -1304 -504 1488 -29.886726 -3.777170 ) ( -1312 -552 1520 -30.295147 -3.992188 ) ( -1328 -584 1528 -30.495277 -4.031250 ) ) +) + } + } +// brush 1146 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1304 -504 1488 -30.335012 -3.386545 ) ( -1312 -552 1520 -30.665726 -3.492188 ) ( -1328 -584 1528 -30.980865 -3.515625 ) ) +( ( -1432 -464 1496 -30.089748 -3.827952 ) ( -1424 -512 1512 -30.408478 -3.914063 ) ( -1416 -552 1512 -30.811739 -3.960938 ) ) +( ( -1544 -504 1504 -29.886726 -3.777170 ) ( -1536 -552 1528 -30.295147 -3.992188 ) ( -1536 -584 1544 -30.495277 -4.031250 ) ) +) + } + } +// brush 1147 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1544 -504 1504 -30.335012 -3.386545 ) ( -1536 -552 1528 -30.665726 -3.492188 ) ( -1536 -584 1544 -30.980865 -3.515625 ) ) +( ( -1696 -552 1560 -30.089748 -3.827952 ) ( -1664 -584 1584 -30.408478 -3.914063 ) ( -1640 -624 1592 -30.811739 -3.960938 ) ) +( ( -1784 -704 1536 -29.886726 -3.777170 ) ( -1744 -736 1560 -30.295147 -3.992188 ) ( -1728 -760 1568 -30.495277 -4.031250 ) ) +) + } + } +// brush 1148 + { + patchDef2 + { + central_europe_winter/natesnow_mdlttrns256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1784 -704 1536 -30.335012 -3.386545 ) ( -1744 -736 1560 -30.665726 -3.492188 ) ( -1728 -760 1568 -30.980865 -3.515625 ) ) +( ( -1952 -848 1560 -30.089748 -3.827952 ) ( -1920 -880 1584 -30.408478 -3.914063 ) ( -1896 -912 1592 -30.811739 -3.960938 ) ) +( ( -2088 -992 1512 -29.886726 -3.777170 ) ( -2056 -1032 1536 -30.295147 -3.992188 ) ( -2040 -1056 1544 -30.495277 -4.031250 ) ) +) + } + } +// brush 1149 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2312 -3840 688 4.028893 29.722801 ) ( -2368 -3856 696 4.236423 29.778173 ) ( -2432 -3692 688 4.343062 30.075010 ) ) +( ( -2272 -3840 696 3.882452 29.640430 ) ( -2344 -3752 744 3.996367 30.100441 ) ( -2388 -3684 752 4.100389 30.367971 ) ) +( ( -2232 -3792 688 3.658520 29.732101 ) ( -2256 -3672 736 3.532900 30.198189 ) ( -2328 -3640 736 3.722432 30.435665 ) ) +) + } + } +// brush 1150 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2232 -3792 688 3.658520 29.732101 ) ( -2256 -3672 736 3.532900 30.198189 ) ( -2328 -3640 736 3.722432 30.435665 ) ) +( ( -2096 -3680 744 2.986493 29.911747 ) ( -2144 -3608 800 3.032182 30.247032 ) ( -2200 -3560 808 3.136208 30.514566 ) ) +( ( -1960 -3728 640 2.514851 29.449247 ) ( -2048 -3632 792 2.745494 29.991226 ) ( -2128 -3520 792 2.404696 30.361286 ) ) +) + } + } +// brush 1151 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1960 -3728 640 2.514851 29.449247 ) ( -2048 -3632 792 2.745494 29.991226 ) ( -2128 -3520 792 2.404696 30.361286 ) ) +( ( -1944 -3728 640 2.434159 29.404032 ) ( -1992 -3632 728 2.369270 29.937674 ) ( -2032 -3512 800 2.186033 30.359886 ) ) +( ( -1944 -3688 680 2.393472 29.556133 ) ( -1952 -3584 720 2.150078 29.981932 ) ( -1832 -3448 672 2.045452 30.217318 ) ) +) + } + } +// brush 1152 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1112 -7696 456 4.343062 30.075010 ) ( 1120 -7768 472 4.380412 30.349331 ) ( 1088 -7840 456 -30.634630 -1.796702 ) ) +( ( 1048 -7776 528 4.100389 30.367971 ) ( 1072 -7800 504 4.183867 30.475441 ) ( 1064 -7832 496 4.162889 30.586721 ) ) +( ( 952 -7792 504 3.722432 30.435665 ) ( 952 -7792 504 3.722432 30.435665 ) ( 952 -7792 504 3.722432 30.435665 ) ) +) + } + } +// brush 1153 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 640 -7536 440 2.514851 29.449247 ) ( 704 -7680 568 2.745494 29.991226 ) ( 720 -7816 560 2.404696 30.361286 ) ) +( ( 632 -7528 432 2.434159 29.404032 ) ( 632 -7640 520 2.369270 29.937674 ) ( 616 -7768 592 2.186033 30.359886 ) ) +( ( 616 -7568 480 2.393472 29.556133 ) ( 568 -7664 512 2.150078 29.981932 ) ( 408 -7736 504 2.045452 30.217318 ) ) +) + } + } +// brush 1154 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1032 -7608 456 4.028893 29.722801 ) ( 1088 -7624 472 4.236423 29.778173 ) ( 1112 -7696 456 4.343062 30.075010 ) ) +( ( 992 -7584 472 3.882452 29.640430 ) ( 1024 -7704 512 3.996367 30.100441 ) ( 1048 -7776 528 4.100389 30.367971 ) ) +( ( 936 -7608 456 3.658520 29.732101 ) ( 904 -7728 512 3.532900 30.198189 ) ( 952 -7792 504 3.722432 30.435665 ) ) +) + } + } +// brush 1155 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 936 -7608 456 3.658520 29.732101 ) ( 904 -7728 512 3.532900 30.198189 ) ( 952 -7792 504 3.722432 30.435665 ) ) +( ( 768 -7656 512 2.986493 29.911747 ) ( 776 -7744 568 3.032182 30.247032 ) ( 800 -7808 584 3.136208 30.514566 ) ) +( ( 640 -7536 440 2.514851 29.449247 ) ( 704 -7680 568 2.745494 29.991226 ) ( 720 -7816 560 2.404696 30.361286 ) ) +) + } + } +// brush 1156 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1456 -7536 504 6.827040 28.557564 ) ( 1560 -7600 560 7.012940 28.449972 ) ( 1560 -7728 552 7.360742 28.646963 ) ) +( ( 1416 -7560 520 6.665246 28.602869 ) ( 1480 -7656 536 7.063805 28.845869 ) ( 1520 -7768 544 7.326536 28.961487 ) ) +( ( 1432 -7600 504 6.571723 28.826035 ) ( 1448 -7704 520 6.805203 29.242706 ) ( 1472 -7768 504 7.107144 29.276609 ) ) +) + } + } +// brush 1157 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7304 -7664 16 0 0 ) ( 7328 -7456 0 1 0 ) ( 7296 -7264 -8 2 0 ) ) +( ( 7336 -7672 40 0 -0.500000 ) ( 7352 -7456 40 1 -0.500000 ) ( 7408 -7264 40 2 -0.500000 ) ) +( ( 7376 -7664 96 0 -1 ) ( 7384 -7440 96 1 -1 ) ( 7448 -7256 96 2 -1 ) ) +) + } + } +// brush 1158 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7520 -7640 416 0 0 ) ( 7488 -7656 416 0 -0.500000 ) ( 7456 -7664 352 0 -1 ) ) +( ( 7544 -7440 488 -1 0 ) ( 7480 -7440 480 -1 -0.500000 ) ( 7456 -7448 424 -1 -1 ) ) +( ( 7592 -7232 416 -2 0 ) ( 7552 -7248 400 -2 -0.500000 ) ( 7528 -7256 360 -2 -1 ) ) +) + } + } +// brush 1159 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7296 -7264 -8 0 0 ) ( 7376 -6984 16 1 0 ) ( 7344 -6728 16 2 0 ) ) +( ( 7408 -7264 40 0 -0.500000 ) ( 7400 -6984 40 1 -0.500000 ) ( 7392 -6704 32 2 -0.500000 ) ) +( ( 7448 -7256 96 0 -1 ) ( 7424 -6952 96 1 -1 ) ( 7424 -6680 88 2 -1 ) ) +) + } + } +// brush 1160 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7592 -7232 416 0 0 ) ( 7552 -7248 400 0 -0.500000 ) ( 7528 -7256 360 0 -1 ) ) +( ( 7576 -6904 488 -1 0 ) ( 7520 -6920 464 -1 -0.500000 ) ( 7488 -6936 392 -1 -1 ) ) +( ( 7560 -6640 416 -2 0 ) ( 7536 -6640 408 -2 -0.500000 ) ( 7512 -6656 352 -2 -1 ) ) +) + } + } +// brush 1161 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7088 -5480 352 0 0 ) ( 7096 -5560 336 0 -0.500000 ) ( 7072 -5640 296 0 -1 ) ) +( ( 6856 -5336 352 -1 0 ) ( 6832 -5440 328 -1 -0.500000 ) ( 6880 -5568 288 -1 -1 ) ) +( ( 6688 -5304 352 -2 0 ) ( 6688 -5384 336 -2 -0.500000 ) ( 6664 -5440 272 -2 -1 ) ) +) + } + } +// brush 1162 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6688 -5304 352 0 0 ) ( 6688 -5384 336 0 -0.500000 ) ( 6664 -5440 272 0 -1 ) ) +( ( 6528 -5248 352 -1 0 ) ( 6512 -5352 328 -1 -0.500000 ) ( 6536 -5440 264 -1 -1 ) ) +( ( 6392 -5208 320 -2 0 ) ( 6368 -5288 304 -2 -0.500000 ) ( 6344 -5360 264 -2 -1 ) ) +) + } + } +// brush 1163 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6352 -5704 16 0 -0.302706 ) ( 6336 -5632 32 0 -0.504214 ) ( 6336 -5600 40 0 -0.751396 ) ) +( ( 6728 -5840 16 -0.251453 -0.302706 ) ( 6512 -5728 48 -0.251453 -0.504214 ) ( 6488 -5672 88 -0.251453 -0.751396 ) ) +( ( 6984 -6080 16 -0.502653 -0.302706 ) ( 6640 -5752 48 -0.502653 -0.504214 ) ( 6640 -5696 80 -0.502653 -0.751396 ) ) +( ( 6984 -6080 16 -0.742442 -0.302706 ) ( 7048 -5928 32 -0.742442 -0.504214 ) ( 6784 -5752 88 -0.742442 -0.751396 ) ) +( ( 6984 -6080 16 -1.087758 -0.302706 ) ( 7048 -5928 32 -1.087758 -0.504214 ) ( 7048 -5896 88 -1.087758 -0.751396 ) ) +) + } + } +// brush 1164 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4336 -5632 16 -1 0 ) ( 4336 -5456 48 -1 -0.500000 ) ( 4336 -5360 40 -1 -1 ) ) +( ( 4528 -5576 16 -1.500000 0 ) ( 4480 -5424 48 -1.500000 -0.500000 ) ( 4488 -5352 48 -1.500000 -1 ) ) +( ( 4744 -5552 16 -2 0 ) ( 4640 -5424 48 -2 -0.500000 ) ( 4640 -5352 40 -2 -1 ) ) +) + } + } +// brush 1165 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4624 -4920 328 0 1 ) ( 4624 -4992 336 0 0.500000 ) ( 4640 -5072 304 0 0 ) ) +( ( 4496 -4848 336 0.500000 1 ) ( 4496 -4936 336 0.500000 0.500000 ) ( 4480 -5008 312 0.500000 0 ) ) +( ( 4216 -4832 344 1 1 ) ( 4216 -4904 336 1 0.500000 ) ( 4200 -4984 304 1 0 ) ) +) + } + } +// brush 1166 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4744 -5552 16 -1 0 ) ( 4640 -5424 48 -1 -0.500000 ) ( 4640 -5352 40 -1 -1 ) ) +( ( 4904 -5560 16 -1.500000 0 ) ( 4784 -5432 48 -1.500000 -0.500000 ) ( 4792 -5344 48 -1.500000 -1 ) ) +( ( 5072 -5552 16 -2 0 ) ( 4936 -5464 48 -2 -0.500000 ) ( 4936 -5360 40 -2 -1 ) ) +) + } + } +// brush 1167 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5216 -5368 40 -1 -1 ) ( 5216 -5440 48 -1 -0.500000 ) ( 5400 -5552 8 -1 0 ) ) +( ( 5048 -5352 48 -1.500000 -1 ) ( 5056 -5440 48 -1.500000 -0.500000 ) ( 5232 -5560 16 -1.500000 0 ) ) +( ( 4936 -5360 40 -2 -1 ) ( 4936 -5464 48 -2 -0.500000 ) ( 5072 -5552 16 -2 0 ) ) +) + } + } +// brush 1168 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5400 -5552 8 -1 0 ) ( 5216 -5440 48 -1 -0.500000 ) ( 5216 -5368 40 -1 -1 ) ) +( ( 5400 -5552 8 -1.500000 0 ) ( 5360 -5448 48 -1.500000 -0.500000 ) ( 5368 -5360 48 -1.500000 -1 ) ) +( ( 5400 -5552 8 -2 0 ) ( 5480 -5472 48 -2 -0.500000 ) ( 5480 -5368 40 -2 -1 ) ) +) + } + } +// brush 1169 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5400 -5552 8 0 0 ) ( 5480 -5472 48 0 -0.500000 ) ( 5480 -5368 40 0 -1 ) ) +( ( 5560 -5552 8 -0.500000 0 ) ( 5568 -5432 48 -0.500000 -0.500000 ) ( 5584 -5368 48 -0.500000 -1 ) ) +( ( 5864 -5584 16 -1 0 ) ( 5656 -5472 48 -1 -0.500000 ) ( 5672 -5376 24 -1 -1 ) ) +( ( 5864 -5584 16 -1.500000 0 ) ( 5768 -5472 48 -1.500000 -0.500000 ) ( 5752 -5416 40 -1.500000 -1 ) ) +( ( 5864 -5584 16 -2 0 ) ( 5840 -5480 48 -2 -0.500000 ) ( 5840 -5416 40 -2 -1 ) ) +) + } + } +// brush 1170 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5864 -5584 16 0 -0.302706 ) ( 5840 -5480 48 0 -0.504214 ) ( 5840 -5416 40 0 -0.751396 ) ) +( ( 5864 -5584 16 -0.251453 -0.302706 ) ( 5912 -5472 48 -0.251453 -0.504214 ) ( 5920 -5416 48 -0.251453 -0.751396 ) ) +( ( 5864 -5584 16 -0.502653 -0.302706 ) ( 5976 -5480 48 -0.502653 -0.504214 ) ( 5976 -5408 40 -0.502653 -0.751396 ) ) +( ( 5944 -5592 16 -0.742442 -0.302706 ) ( 6024 -5488 48 -0.742442 -0.504214 ) ( 6024 -5432 40 -0.742442 -0.751396 ) ) +( ( 6056 -5632 16 -1.087758 -0.302706 ) ( 6088 -5488 48 -1.087758 -0.504214 ) ( 6080 -5448 40 -1.087758 -0.751396 ) ) +) + } + } +// brush 1171 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6056 -5632 16 0 -0.302706 ) ( 6088 -5488 48 0 -0.504214 ) ( 6080 -5448 40 0 -0.751396 ) ) +( ( 6192 -5664 16 -0.251453 -0.302706 ) ( 6152 -5560 48 -0.251453 -0.504214 ) ( 6144 -5480 48 -0.251453 -0.751396 ) ) +( ( 6352 -5704 16 -0.502653 -0.302706 ) ( 6208 -5568 48 -0.502653 -0.504214 ) ( 6216 -5528 40 -0.502653 -0.751396 ) ) +( ( 6352 -5704 16 -0.742442 -0.302706 ) ( 6336 -5632 32 -0.742442 -0.504214 ) ( 6280 -5568 40 -0.742442 -0.751396 ) ) +( ( 6352 -5704 16 -1.087758 -0.302706 ) ( 6336 -5632 32 -1.087758 -0.504214 ) ( 6336 -5600 40 -1.087758 -0.751396 ) ) +) + } + } +// brush 1172 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5216 -5024 296 0 0 ) ( 5200 -4944 336 0 0.500000 ) ( 5200 -4872 328 0 1 ) ) +( ( 5368 -5024 312 0.500000 0 ) ( 5352 -4952 336 0.500000 0.500000 ) ( 5352 -4864 336 0.500000 1 ) ) +( ( 5504 -5112 296 1 0 ) ( 5464 -5048 336 1 0.500000 ) ( 5464 -4944 328 1 1 ) ) +) + } + } +// brush 1173 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5504 -5112 296 0 0 ) ( 5464 -5048 336 0 0.500000 ) ( 5464 -4944 328 0 1 ) ) +( ( 5624 -5136 312 0.500000 0 ) ( 5616 -5112 344 0.500000 0.500000 ) ( 5600 -4960 336 0.500000 1 ) ) +( ( 5704 -5152 296 1 0 ) ( 5712 -5080 336 1 0.500000 ) ( 5696 -4952 320 1 1 ) ) +( ( 5776 -5136 296 1.500000 0 ) ( 5784 -5080 320 1.500000 0.500000 ) ( 5776 -4960 328 1.500000 1 ) ) +( ( 5840 -5120 264 2 0 ) ( 5856 -5040 304 2 0.500000 ) ( 5856 -4952 320 2 1 ) ) +) + } + } +// brush 1174 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5200 -4872 328 0 1 ) ( 5200 -4944 336 0 0.500000 ) ( 5216 -5024 296 0 0 ) ) +( ( 5064 -4856 336 0.500000 1 ) ( 5064 -4944 336 0.500000 0.500000 ) ( 5048 -5016 312 0.500000 0 ) ) +( ( 4952 -4936 328 1 1 ) ( 4952 -5016 336 1 0.500000 ) ( 4912 -5080 296 1 0 ) ) +) + } + } +// brush 1175 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4640 -5072 304 0 0 ) ( 4624 -4992 336 0 0.500000 ) ( 4624 -4920 328 0 1 ) ) +( ( 4776 -5080 312 0.500000 0 ) ( 4776 -5008 336 0.500000 0.500000 ) ( 4776 -4920 336 0.500000 1 ) ) +( ( 4912 -5080 296 1 0 ) ( 4952 -5016 336 1 0.500000 ) ( 4952 -4936 328 1 1 ) ) +) + } + } +// brush 1176 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5840 -5120 264 0 0 ) ( 5856 -5040 304 0 0.500000 ) ( 5856 -4952 320 0 1 ) ) +( ( 5888 -5136 248 0.250000 0 ) ( 5904 -5064 296 0.250000 0.500000 ) ( 5912 -4960 320 0.250000 1 ) ) +( ( 5952 -5152 240 0.500000 0 ) ( 5952 -5096 296 0.500000 0.500000 ) ( 5960 -4984 312 0.500000 1 ) ) +( ( 6016 -5184 224 0.750000 0 ) ( 6032 -5136 296 0.750000 0.500000 ) ( 6032 -5008 312 0.750000 1 ) ) +( ( 6088 -5208 224 1 0 ) ( 6088 -5160 296 1 0.500000 ) ( 6080 -5024 312 1 1 ) ) +) + } + } +// brush 1177 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6392 -5208 320 0 0 ) ( 6368 -5288 304 0 -0.500000 ) ( 6344 -5360 264 0 -1 ) ) +( ( 6264 -5112 320 -0.250000 0 ) ( 6272 -5296 296 -0.250000 -0.500000 ) ( 6288 -5368 248 -0.250000 -1 ) ) +( ( 6208 -5096 312 -0.500000 0 ) ( 6224 -5232 296 -0.500000 -0.500000 ) ( 6232 -5280 240 -0.500000 -1 ) ) +( ( 6144 -5032 312 -0.750000 0 ) ( 6144 -5160 296 -0.750000 -0.500000 ) ( 6160 -5240 224 -0.750000 -1 ) ) +( ( 6080 -5024 312 -1 0 ) ( 6088 -5160 296 -1 -0.500000 ) ( 6088 -5208 224 -1 -1 ) ) +) + } + } +// brush 1178 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7560 -6640 416 0 0 ) ( 7536 -6640 408 0 -0.500000 ) ( 7512 -6656 352 0 -1 ) ) +( ( 7584 -6184 352 -1 0 ) ( 7544 -6208 360 -1 -0.500000 ) ( 7512 -6224 288 -1 -1 ) ) +( ( 7536 -5896 352 -2 0 ) ( 7488 -5960 336 -2 -0.500000 ) ( 7432 -5992 272 -2 -1 ) ) +) + } + } +// brush 1179 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7536 -5896 352 8.984327 0 ) ( 7488 -5960 336 8.984327 -0.500000 ) ( 7432 -5992 272 8.984327 -1 ) ) +( ( 7448 -5752 352 7.965528 0 ) ( 7368 -5816 328 7.965528 -0.500000 ) ( 7336 -5904 264 7.965528 -1 ) ) +( ( 7088 -5480 352 6.946730 0 ) ( 7096 -5560 336 6.946730 -0.500000 ) ( 7072 -5640 296 6.946730 -1 ) ) +) + } + } +// brush 1180 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6984 -6080 16 0 0 ) ( 7048 -5928 32 0 -0.500000 ) ( 7048 -5896 88 0 -1 ) ) +( ( 7232 -6304 16 -0.500000 0 ) ( 7136 -6104 48 -0.500000 -0.500000 ) ( 7152 -6048 88 -0.500000 -1 ) ) +( ( 7344 -6728 16 -1 0 ) ( 7216 -6208 48 -1 -0.500000 ) ( 7248 -6168 80 -1 -1 ) ) +( ( 7344 -6728 16 -1.500000 0 ) ( 7392 -6704 32 -1.500000 -0.500000 ) ( 7328 -6304 88 -1.500000 -1 ) ) +( ( 7344 -6728 16 -2 0 ) ( 7392 -6704 32 -2 -0.500000 ) ( 7424 -6680 88 -2 -1 ) ) +) + } + } +// brush 1181 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1744 -7312 504 6.827040 28.557564 ) ( 1792 -7280 520 7.012940 28.449972 ) ( 1848 -7352 504 7.360742 28.646963 ) ) +( ( 1704 -7320 520 6.665246 28.602869 ) ( 1808 -7384 560 7.063805 28.845869 ) ( 1832 -7416 576 7.326536 28.961487 ) ) +( ( 1680 -7376 504 6.571723 28.826035 ) ( 1744 -7488 560 6.805203 29.242706 ) ( 1816 -7496 552 7.107144 29.276609 ) ) +) + } + } +// brush 1182 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1680 -7376 504 6.827040 28.557564 ) ( 1744 -7488 560 7.012940 28.449972 ) ( 1816 -7496 552 7.360742 28.646963 ) ) +( ( 1600 -7528 520 6.665246 28.602869 ) ( 1656 -7592 560 7.063805 28.845869 ) ( 1720 -7624 576 7.326536 28.961487 ) ) +( ( 1456 -7536 504 6.571723 28.826035 ) ( 1560 -7600 560 6.805203 29.242706 ) ( 1560 -7728 552 7.107144 29.276609 ) ) +) + } + } +// brush 1183 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7120 -8088 416 0 0 ) ( 7088 -8064 416 0 -0.500000 ) ( 7064 -8040 344 0 -1 ) ) +( ( 7424 -7920 488 -1 0 ) ( 7368 -7880 480 -1 -0.500000 ) ( 7344 -7872 424 -1 -1 ) ) +( ( 7520 -7640 416 -2 0 ) ( 7488 -7656 416 -2 -0.500000 ) ( 7456 -7664 352 -2 -1 ) ) +) + } + } +// brush 1184 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6400 -7904 16 0 0 ) ( 6832 -7936 0 1 0 ) ( 7000 -7928 16 2 0 ) ) +( ( 6400 -7928 40 0 -0.500000 ) ( 6832 -7960 40 1 -0.500000 ) ( 7008 -7960 40 2 -0.500000 ) ) +( ( 6408 -7968 96 0 -1 ) ( 6848 -8000 96 1 -1 ) ( 7040 -7984 96 2 -1 ) ) +) + } + } +// brush 1185 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6432 -8096 416 0 0 ) ( 6416 -8056 416 0 -0.500000 ) ( 6400 -8024 344 0 -1 ) ) +( ( 6832 -8128 488 -1 0 ) ( 6848 -8096 480 -1 -0.500000 ) ( 6840 -8064 424 -1 -1 ) ) +( ( 7120 -8088 416 -2 0 ) ( 7088 -8064 416 -2 -0.500000 ) ( 7064 -8040 344 -2 -1 ) ) +) + } + } +// brush 1186 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7000 -7928 16 0 0 ) ( 7232 -7816 0 1 0 ) ( 7304 -7664 16 2 0 ) ) +( ( 7008 -7960 40 0 -0.500000 ) ( 7248 -7832 40 1 -0.500000 ) ( 7336 -7672 40 2 -0.500000 ) ) +( ( 7040 -7984 96 0 -1 ) ( 7288 -7832 96 1 -1 ) ( 7376 -7664 96 2 -1 ) ) +) + } + } +// brush 1187 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1360 1672 1656 2.514851 29.449247 ) ( -1424 1816 1784 2.745494 29.991226 ) ( -1440 1952 1776 2.404696 30.361286 ) ) +( ( -1352 1664 1648 2.434159 29.404032 ) ( -1352 1776 1736 2.369270 29.937674 ) ( -1336 1904 1808 2.186033 30.359886 ) ) +( ( -1336 1704 1696 2.393472 29.556133 ) ( -1288 1800 1728 2.150078 29.981932 ) ( -1128 1872 1720 2.045452 30.217318 ) ) +) + } + } +// brush 1188 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1752 1744 1672 4.028893 29.722801 ) ( -1808 1760 1688 4.236423 29.778173 ) ( -1824 1904 1672 4.343062 30.075010 ) ) +( ( -1712 1720 1688 3.882452 29.640430 ) ( -1744 1840 1728 3.996367 30.100441 ) ( -1768 1912 1744 4.100389 30.367971 ) ) +( ( -1656 1744 1672 3.658520 29.732101 ) ( -1624 1864 1728 3.532900 30.198189 ) ( -1672 1928 1720 3.722432 30.435665 ) ) +) + } + } +// brush 1189 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1656 1744 1672 3.658520 29.732101 ) ( -1624 1864 1728 3.532900 30.198189 ) ( -1672 1928 1720 3.722432 30.435665 ) ) +( ( -1488 1792 1728 2.986493 29.911747 ) ( -1496 1880 1784 3.032182 30.247032 ) ( -1520 1944 1800 3.136208 30.514566 ) ) +( ( -1360 1672 1656 2.514851 29.449247 ) ( -1424 1816 1784 2.745494 29.991226 ) ( -1440 1952 1776 2.404696 30.361286 ) ) +) + } + } +// brush 1190 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2232 1928 1768 6.827040 28.557564 ) ( -2360 1952 1896 7.012940 28.449972 ) ( -2312 2136 1816 7.360742 28.646963 ) ) +( ( -2184 1952 1784 6.665246 28.602869 ) ( -2240 2056 1800 7.063805 28.845869 ) ( -2264 2168 1808 7.326536 28.961487 ) ) +( ( -2200 1992 1768 6.571723 28.826035 ) ( -2200 2096 1784 6.805203 29.242706 ) ( -2216 2160 1768 7.107144 29.276609 ) ) +) + } + } +// brush 1191 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2680 1832 1840 6.827040 28.557564 ) ( -2736 1832 1856 7.012940 28.449972 ) ( -2744 1920 1840 7.360742 28.646963 ) ) +( ( -2640 1816 1856 6.665246 28.602869 ) ( -2688 1920 1896 7.063805 28.845869 ) ( -2696 1960 1912 7.326536 28.961487 ) ) +( ( -2592 1848 1840 6.571723 28.826035 ) ( -2576 1968 1896 6.805203 29.242706 ) ( -2632 2024 1888 7.107144 29.276609 ) ) +) + } + } +// brush 1192 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2592 1848 1840 6.827040 28.557564 ) ( -2576 1968 1896 7.012940 28.449972 ) ( -2632 2024 1888 7.360742 28.646963 ) ) +( ( -2432 1920 1856 6.665246 28.602869 ) ( -2448 2008 1896 7.063805 28.845869 ) ( -2480 2072 1912 7.326536 28.961487 ) ) +( ( -2232 1928 1768 6.571723 28.826035 ) ( -2360 1952 1896 6.805203 29.242706 ) ( -2312 2136 1816 7.107144 29.276609 ) ) +) + } + } +// brush 1193 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2656 -4104 736 6.827040 28.557564 ) ( -2776 -4088 784 7.012940 28.449972 ) ( -2840 -3976 784 7.360742 28.646963 ) ) +( ( -2632 -4056 744 6.665246 28.602869 ) ( -2736 -4000 768 7.063805 28.845869 ) ( -2824 -3928 768 7.326536 28.961487 ) ) +( ( -2664 -4032 736 6.571723 28.826035 ) ( -2728 -3944 744 6.805203 29.242706 ) ( -2776 -3904 736 7.107144 29.276609 ) ) +) + } + } +// brush 1194 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2816 -4432 736 6.827040 28.557564 ) ( -2848 -4480 744 7.012940 28.449972 ) ( -2928 -4440 736 7.360742 28.646963 ) ) +( ( -2784 -4400 744 6.665246 28.602869 ) ( -2904 -4392 792 7.063805 28.845869 ) ( -2936 -4376 800 7.326536 28.961487 ) ) +( ( -2784 -4344 736 6.571723 28.826035 ) ( -2888 -4272 784 6.805203 29.242706 ) ( -2960 -4304 784 7.107144 29.276609 ) ) +) + } + } +// brush 1195 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2784 -4344 736 6.827040 28.557564 ) ( -2888 -4272 784 7.012940 28.449972 ) ( -2960 -4304 784 7.360742 28.646963 ) ) +( ( -2776 -4168 744 6.665246 28.602869 ) ( -2864 -4136 792 7.063805 28.845869 ) ( -2936 -4144 800 7.326536 28.961487 ) ) +( ( -2656 -4104 736 6.571723 28.826035 ) ( -2776 -4088 784 6.805203 29.242706 ) ( -2840 -3976 784 7.107144 29.276609 ) ) +) + } + } +// brush 1196 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -192 -1144 768 0 1 ) ( 40 -1344 776 -0.500000 1 ) ( 88 -1592 680 -1 1 ) ) +( ( -256 -1248 880 0 0.750000 ) ( -72 -1400 888 -0.500000 0.750000 ) ( -24 -1608 840 -1 0.750000 ) ) +( ( -256 -1240 1008 0 0.500000 ) ( -72 -1408 1000 -0.500000 0.500000 ) ( -16 -1608 968 -1 0.500000 ) ) +( ( -248 -1232 1088 0 0.250000 ) ( -88 -1408 1080 -0.500000 0.250000 ) ( -8 -1600 1048 -1 0.250000 ) ) +( ( -296 -1328 1200 0 0 ) ( -168 -1424 1240 -0.500000 0 ) ( -112 -1640 1160 -1 0 ) ) +) + } + } +// brush 1197 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -472 -856 736 0 1 ) ( -288 -952 720 -0.500000 1 ) ( -192 -1144 768 -1 1 ) ) +( ( -536 -952 896 0 0.750000 ) ( -360 -1056 832 -0.500000 0.750000 ) ( -256 -1248 880 -1 0.750000 ) ) +( ( -528 -944 1032 0 0.500000 ) ( -360 -1064 944 -0.500000 0.500000 ) ( -256 -1240 1008 -1 0.500000 ) ) +( ( -528 -936 1104 0 0.250000 ) ( -368 -1072 1048 -0.500000 0.250000 ) ( -248 -1232 1088 -1 0.250000 ) ) +( ( -568 -1032 1224 0 0 ) ( -432 -1136 1200 -0.500000 0 ) ( -296 -1328 1200 -1 0 ) ) +) + } + } +// brush 1198 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1080 -728 752 0 1 ) ( -736 -672 752 -0.500000 1 ) ( -472 -856 736 -1 1 ) ) +( ( -1056 -840 856 0 0.750000 ) ( -728 -816 872 -0.500000 0.750000 ) ( -536 -952 896 -1 0.750000 ) ) +( ( -1064 -832 992 0 0.500000 ) ( -720 -816 976 -0.500000 0.500000 ) ( -528 -944 1032 -1 0.500000 ) ) +( ( -1064 -824 1064 0 0.250000 ) ( -736 -832 1064 -0.500000 0.250000 ) ( -528 -936 1104 -1 0.250000 ) ) +( ( -1032 -928 1184 0 0 ) ( -768 -904 1216 -0.500000 0 ) ( -568 -1032 1224 -1 0 ) ) +) + } + } +// brush 1199 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2000 -3856 440 0 1 ) ( -2040 -3824 448 -0.500000 1 ) ( -2096 -3856 440 -1 1 ) ) +( ( -1960 -3784 480 0 0.750000 ) ( -2040 -3752 520 -0.500000 0.750000 ) ( -2168 -3816 520 -1 0.750000 ) ) +( ( -1944 -3800 576 0 0.500000 ) ( -2064 -3752 624 -0.500000 0.500000 ) ( -2160 -3808 576 -1 0.500000 ) ) +( ( -1952 -3808 616 0 0.250000 ) ( -2056 -3736 664 -0.500000 0.250000 ) ( -2144 -3816 608 -1 0.250000 ) ) +( ( -1960 -3728 640 0 0 ) ( -2096 -3680 744 -0.500000 0 ) ( -2232 -3792 688 -1 0 ) ) +) + } + } +// brush 1200 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2096 -3856 440 0 1 ) ( -2144 -3944 448 -0.500000 1 ) ( -2312 -3968 448 -1 1 ) ) +( ( -2168 -3816 520 0 0.750000 ) ( -2176 -3880 520 -0.500000 0.750000 ) ( -2312 -3888 520 -1 0.750000 ) ) +( ( -2160 -3808 576 0 0.500000 ) ( -2200 -3896 576 -0.500000 0.500000 ) ( -2296 -3896 576 -1 0.500000 ) ) +( ( -2144 -3816 608 0 0.250000 ) ( -2208 -3880 624 -0.500000 0.250000 ) ( -2296 -3912 608 -1 0.250000 ) ) +( ( -2232 -3792 688 0 0 ) ( -2272 -3840 696 -0.500000 0 ) ( -2312 -3840 688 -1 0 ) ) +) + } + } +// brush 1201 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2312 -3968 448 0 1 ) ( -2408 -3968 464 -0.500000 1 ) ( -2512 -3848 504 -1 1 ) ) +( ( -2312 -3888 520 0 0.750000 ) ( -2372 -3912 520 -0.500000 0.750000 ) ( -2524 -3740 544 -1 0.750000 ) ) +( ( -2296 -3896 576 0 0.500000 ) ( -2392 -3904 576 -0.500000 0.500000 ) ( -2524 -3740 600 -1 0.500000 ) ) +( ( -2296 -3912 608 0 0.250000 ) ( -2380 -3880 624 -0.500000 0.250000 ) ( -2476 -3696 656 -1 0.250000 ) ) +( ( -2312 -3840 688 0 0 ) ( -2368 -3856 696 -0.500000 0 ) ( -2432 -3692 688 -1 0 ) ) +) + } + } +// brush 1202 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1728 -3544 384 0 1 ) ( -1792 -3624 384 -0.500000 1 ) ( -1792 -3720 384 -1 1 ) ) +( ( -1784 -3488 456 0 0.750000 ) ( -1848 -3584 464 -0.500000 0.750000 ) ( -1880 -3696 456 -1 0.750000 ) ) +( ( -1768 -3480 560 0 0.500000 ) ( -1864 -3600 600 -0.500000 0.500000 ) ( -1872 -3680 552 -1 0.500000 ) ) +( ( -1760 -3488 592 0 0.250000 ) ( -1872 -3592 640 -0.500000 0.250000 ) ( -1856 -3688 592 -1 0.250000 ) ) +( ( -1832 -3448 672 0 0 ) ( -1952 -3584 720 -0.500000 0 ) ( -1944 -3688 680 -1 0 ) ) +) + } + } +// brush 1203 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1792 -3720 384 0 1 ) ( -1856 -3864 424 -0.500000 1 ) ( -2000 -3856 440 -1 1 ) ) +( ( -1880 -3696 456 0 0.750000 ) ( -1864 -3800 496 -0.500000 0.750000 ) ( -1960 -3784 480 -1 0.750000 ) ) +( ( -1872 -3680 552 0 0.500000 ) ( -1888 -3800 560 -0.500000 0.500000 ) ( -1944 -3800 576 -1 0.500000 ) ) +( ( -1856 -3688 592 0 0.250000 ) ( -1888 -3784 600 -0.500000 0.250000 ) ( -1952 -3808 616 -1 0.250000 ) ) +( ( -1944 -3688 680 0 0 ) ( -1944 -3728 640 -0.500000 0 ) ( -1960 -3728 640 -1 0 ) ) +) + } + } +// brush 1204 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1560 -3360 384 0 1 ) ( -1656 -3472 384 -0.500000 1 ) ( -1728 -3544 384 -1 1 ) ) +( ( -1624 -3296 456 0 0.750000 ) ( -1680 -3408 464 -0.500000 0.750000 ) ( -1784 -3488 456 -1 0.750000 ) ) +( ( -1600 -3248 576 0 0.500000 ) ( -1704 -3416 560 -0.500000 0.500000 ) ( -1768 -3480 560 -1 0.500000 ) ) +( ( -1592 -3256 608 0 0.250000 ) ( -1704 -3400 608 -0.500000 0.250000 ) ( -1760 -3488 592 -1 0.250000 ) ) +( ( -1664 -3216 688 0 0 ) ( -1768 -3360 680 -0.500000 0 ) ( -1832 -3448 672 -1 0 ) ) +) + } + } +// brush 1205 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3544 1632 1024 2.500000 -7 ) ( 3512 1736 1048 2.750000 -7 ) ( 3472 1856 1048 3 -7 ) ) +( ( 3632 1688 1072 2.500000 -7.250000 ) ( 3608 1800 1096 2.750000 -7.250000 ) ( 3520 1920 1088 3 -7.250000 ) ) +( ( 3648 1688 1280 2.500000 -7.500000 ) ( 3600 1808 1288 2.750000 -7.500000 ) ( 3504 1896 1376 3 -7.500000 ) ) +( ( 3640 1680 1456 2.500000 -7.750000 ) ( 3608 1808 1472 2.750000 -7.750000 ) ( 3504 1888 1544 3 -7.750000 ) ) +( ( 3728 1744 1624 2.500000 -8 ) ( 3720 1840 1616 2.750000 -8 ) ( 3584 1992 1720 3 -8 ) ) +) + } + } +// brush 1206 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3663 1458 1048 2 -7 ) ( 3608 1552 1064 2.250000 -7 ) ( 3544 1632 1024 2.500000 -7 ) ) +( ( 3759 1514 1088 2 -7.250000 ) ( 3704 1616 1120 2.250000 -7.250000 ) ( 3632 1688 1072 2.500000 -7.250000 ) ) +( ( 3767 1506 1304 2 -7.500000 ) ( 3720 1624 1304 2.250000 -7.500000 ) ( 3648 1688 1280 2.500000 -7.500000 ) ) +( ( 3759 1506 1472 2 -7.750000 ) ( 3736 1624 1488 2.250000 -7.750000 ) ( 3640 1680 1456 2.500000 -7.750000 ) ) +( ( 3847 1562 1648 2 -8 ) ( 3816 1648 1656 2.250000 -8 ) ( 3728 1744 1624 2.500000 -8 ) ) +) + } + } +// brush 1207 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4240 872 1080 2 -7 ) ( 4120 896 1104 2.250000 -7 ) ( 3984 1200 1048 2.500000 -7 ) ) +( ( 4336 928 1128 2 -7.250000 ) ( 4216 960 1152 2.250000 -7.250000 ) ( 4080 1256 1120 2.500000 -7.250000 ) ) +( ( 4344 920 1336 2 -7.500000 ) ( 4232 968 1344 2.250000 -7.500000 ) ( 4088 1248 1336 2.500000 -7.500000 ) ) +( ( 4336 920 1512 2 -7.750000 ) ( 4248 968 1520 2.250000 -7.750000 ) ( 4080 1248 1512 2.500000 -7.750000 ) ) +( ( 4424 976 1680 2 -8 ) ( 4328 992 1696 2.250000 -8 ) ( 4168 1304 1680 2.500000 -8 ) ) +) + } + } +// brush 1208 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4496 544 1048 2 -7 ) ( 4376 568 1064 2.250000 -7 ) ( 4312 648 1024 2.500000 -7 ) ) +( ( 4592 600 1088 2 -7.250000 ) ( 4472 632 1120 2.250000 -7.250000 ) ( 4400 704 1072 2.500000 -7.250000 ) ) +( ( 4600 592 1304 2 -7.500000 ) ( 4488 640 1304 2.250000 -7.500000 ) ( 4416 704 1280 2.500000 -7.500000 ) ) +( ( 4592 592 1472 2 -7.750000 ) ( 4504 640 1488 2.250000 -7.750000 ) ( 4408 696 1456 2.500000 -7.750000 ) ) +( ( 4680 648 1648 2 -8 ) ( 4584 664 1656 2.250000 -8 ) ( 4496 760 1624 2.500000 -8 ) ) +) + } + } +// brush 1209 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4312 648 1024 2.500000 -7 ) ( 4280 752 1048 2.750000 -7 ) ( 4240 872 1080 3 -7 ) ) +( ( 4400 704 1072 2.500000 -7.250000 ) ( 4376 816 1136 2.750000 -7.250000 ) ( 4336 928 1128 3 -7.250000 ) ) +( ( 4416 704 1280 2.500000 -7.500000 ) ( 4368 824 1320 2.750000 -7.500000 ) ( 4344 920 1336 3 -7.500000 ) ) +( ( 4408 696 1456 2.500000 -7.750000 ) ( 4376 824 1512 2.750000 -7.750000 ) ( 4336 920 1512 3 -7.750000 ) ) +( ( 4496 760 1624 2.500000 -8 ) ( 4488 856 1648 2.750000 -8 ) ( 4424 976 1680 3 -8 ) ) +) + } + } +// brush 1210 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4816 -1696 632 2 -7 ) ( 4776 -1440 592 2.250000 -7 ) ( 4712 -1304 568 2.500000 -7 ) ) +( ( 4920 -1688 840 2 -7.250000 ) ( 4888 -1448 744 2.250000 -7.250000 ) ( 4816 -1304 736 2.500000 -7.250000 ) ) +( ( 4928 -1696 880 2 -7.500000 ) ( 4896 -1448 880 2.250000 -7.500000 ) ( 4816 -1320 904 2.500000 -7.500000 ) ) +( ( 4920 -1704 1104 2 -7.750000 ) ( 4912 -1472 1112 2.250000 -7.750000 ) ( 4808 -1328 1120 2.500000 -7.750000 ) ) +( ( 5032 -1688 1232 2 -8 ) ( 4992 -1488 1256 2.250000 -8 ) ( 4920 -1312 1232 2.500000 -8 ) ) +) + } + } +// brush 1211 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4712 -1304 568 2.500000 -7 ) ( 4704 -1136 672 2.750000 -7 ) ( 4720 -968 696 3 -7 ) ) +( ( 4816 -1304 736 2.500000 -7.250000 ) ( 4824 -1128 728 2.750000 -7.250000 ) ( 4824 -960 736 3 -7.250000 ) ) +( ( 4816 -1320 904 2.500000 -7.500000 ) ( 4840 -1128 912 2.750000 -7.500000 ) ( 4832 -968 952 3 -7.500000 ) ) +( ( 4808 -1328 1120 2.500000 -7.750000 ) ( 4856 -1136 1096 2.750000 -7.750000 ) ( 4824 -976 1120 3 -7.750000 ) ) +( ( 4920 -1312 1232 2.500000 -8 ) ( 4936 -1152 1240 2.750000 -8 ) ( 4936 -960 1296 3 -8 ) ) +) + } + } +// brush 1212 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4768 -40 984 2.500000 -7 ) ( 4768 72 1088 2.750000 -7 ) ( 4752 216 1048 3 -7 ) ) +( ( 4872 -16 1152 2.500000 -7.250000 ) ( 4864 136 1144 2.750000 -7.250000 ) ( 4848 272 1088 3 -7.250000 ) ) +( ( 4872 -24 1320 2.500000 -7.500000 ) ( 4880 136 1328 2.750000 -7.500000 ) ( 4856 264 1304 3 -7.500000 ) ) +( ( 4872 -32 1536 2.500000 -7.750000 ) ( 4896 144 1512 2.750000 -7.750000 ) ( 4848 264 1472 3 -7.750000 ) ) +( ( 4968 8 1648 2.500000 -8 ) ( 4976 168 1656 2.750000 -8 ) ( 4936 320 1648 3 -8 ) ) +) + } + } +// brush 1213 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4752 216 1048 2 -7 ) ( 4632 240 1064 2.250000 -7 ) ( 4568 320 1024 2.500000 -7 ) ) +( ( 4848 272 1088 2 -7.250000 ) ( 4728 304 1120 2.250000 -7.250000 ) ( 4656 376 1072 2.500000 -7.250000 ) ) +( ( 4856 264 1304 2 -7.500000 ) ( 4744 312 1304 2.250000 -7.500000 ) ( 4672 376 1280 2.500000 -7.500000 ) ) +( ( 4848 264 1472 2 -7.750000 ) ( 4760 312 1488 2.250000 -7.750000 ) ( 4664 368 1456 2.500000 -7.750000 ) ) +( ( 4936 320 1648 2 -8 ) ( 4840 336 1656 2.250000 -8 ) ( 4752 432 1624 2.500000 -8 ) ) +) + } + } +// brush 1214 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4568 320 1024 2.500000 -7 ) ( 4536 424 1048 2.750000 -7 ) ( 4496 544 1048 3 -7 ) ) +( ( 4656 376 1072 2.500000 -7.250000 ) ( 4632 488 1096 2.750000 -7.250000 ) ( 4592 600 1088 3 -7.250000 ) ) +( ( 4672 376 1280 2.500000 -7.500000 ) ( 4624 496 1288 2.750000 -7.500000 ) ( 4600 592 1304 3 -7.500000 ) ) +( ( 4664 368 1456 2.500000 -7.750000 ) ( 4632 496 1472 2.750000 -7.750000 ) ( 4592 592 1472 3 -7.750000 ) ) +( ( 4752 432 1624 2.500000 -8 ) ( 4744 528 1616 2.750000 -8 ) ( 4680 648 1648 3 -8 ) ) +) + } + } +// brush 1215 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 360 -7600 216 0 1 ) ( 456 -7560 216 -0.500000 1 ) ( 504 -7472 216 -1 1 ) ) +( ( 384 -7680 288 0 0.750000 ) ( 488 -7624 296 -0.500000 0.750000 ) ( 560 -7528 248 -1 0.750000 ) ) +( ( 368 -7672 392 0 0.500000 ) ( 504 -7608 392 -0.500000 0.500000 ) ( 544 -7536 352 -1 0.500000 ) ) +( ( 360 -7664 424 0 0.250000 ) ( 504 -7624 440 -0.500000 0.250000 ) ( 536 -7528 384 -1 0.250000 ) ) +( ( 408 -7736 504 0 0 ) ( 568 -7664 512 -0.500000 0 ) ( 616 -7568 480 -1 0 ) ) +) + } + } +// brush 1216 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1216 -7688 288 0 1 ) ( 1248 -7776 280 -0.500000 1 ) ( 1176 -7912 296 -1 1 ) ) +( ( 1152 -7696 312 0 0.750000 ) ( 1176 -7752 296 -0.500000 0.750000 ) ( 1120 -7872 312 -1 0.750000 ) ) +( ( 1152 -7696 368 0 0.500000 ) ( 1176 -7784 352 -0.500000 0.500000 ) ( 1112 -7872 368 -1 0.500000 ) ) +( ( 1152 -7712 432 0 0.250000 ) ( 1160 -7776 392 -0.500000 0.250000 ) ( 1104 -7880 432 -1 0.250000 ) ) +( ( 1112 -7696 456 0 0 ) ( 1120 -7768 472 -0.500000 0 ) ( 1088 -7840 456 -1 0 ) ) +) + } + } +// brush 1217 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1424 -7576 280 0 1 ) ( 1568 -7728 296 -0.500000 1 ) ( 1648 -7400 272 -1 1 ) ) +( ( 1416 -7704 368 0 0.750000 ) ( 1568 -7848 344 -0.500000 0.750000 ) ( 1656 -7504 320 -1 0.750000 ) ) +( ( 1416 -7720 472 0 0.500000 ) ( 1576 -7848 456 -0.500000 0.500000 ) ( 1648 -7504 448 -1 0.500000 ) ) +( ( 1432 -7712 576 0 0.250000 ) ( 1568 -7864 536 -0.500000 0.250000 ) ( 1648 -7488 528 -1 0.250000 ) ) +( ( 1432 -7808 640 0 0 ) ( 1560 -7944 656 -0.500000 0 ) ( 1664 -7600 640 -1 0 ) ) +) + } + } +// brush 1218 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1648 -7400 272 0 1 ) ( 1744 -7248 296 -0.500000 1 ) ( 1856 -7208 272 -1 1 ) ) +( ( 1656 -7504 320 0 0.750000 ) ( 1752 -7368 344 -0.500000 0.750000 ) ( 1864 -7312 320 -1 0.750000 ) ) +( ( 1648 -7504 448 0 0.500000 ) ( 1760 -7376 456 -0.500000 0.500000 ) ( 1856 -7312 448 -1 0.500000 ) ) +( ( 1648 -7488 528 0 0.250000 ) ( 1752 -7384 536 -0.500000 0.250000 ) ( 1856 -7296 528 -1 0.250000 ) ) +( ( 1664 -7600 640 0 0 ) ( 1736 -7464 656 -0.500000 0 ) ( 1872 -7408 640 -1 0 ) ) +) + } + } +// brush 1219 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1448 -7392 216 0 1 ) ( 1496 -7408 224 -0.500000 1 ) ( 1536 -7360 216 -1 1 ) ) +( ( 1432 -7472 296 0 0.750000 ) ( 1520 -7472 296 -0.500000 0.750000 ) ( 1624 -7376 296 -1 0.750000 ) ) +( ( 1416 -7464 392 0 0.500000 ) ( 1544 -7464 400 -0.500000 0.500000 ) ( 1608 -7392 392 -1 0.500000 ) ) +( ( 1416 -7448 432 0 0.250000 ) ( 1544 -7480 440 -0.500000 0.250000 ) ( 1600 -7392 432 -1 0.250000 ) ) +( ( 1456 -7536 504 0 0 ) ( 1600 -7528 520 -0.500000 0 ) ( 1680 -7376 504 -1 0 ) ) +) + } + } +// brush 1220 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1536 -7360 216 0 1 ) ( 1616 -7264 208 -0.500000 1 ) ( 1752 -7184 224 -1 1 ) ) +( ( 1624 -7376 296 0 0.750000 ) ( 1608 -7312 296 -0.500000 0.750000 ) ( 1736 -7264 296 -1 0.750000 ) ) +( ( 1608 -7392 392 0 0.500000 ) ( 1624 -7296 400 -0.500000 0.500000 ) ( 1720 -7264 392 -1 0.500000 ) ) +( ( 1600 -7392 432 0 0.250000 ) ( 1632 -7312 440 -0.500000 0.250000 ) ( 1712 -7248 432 -1 0.250000 ) ) +( ( 1680 -7376 504 0 0 ) ( 1704 -7320 520 -0.500000 0 ) ( 1744 -7312 504 -1 0 ) ) +) + } + } +// brush 1221 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1856 -7208 272 0 1 ) ( 1992 -7120 296 -0.500000 1 ) ( 2184 -7288 280 -1 1 ) ) +( ( 1864 -7312 320 0 0.750000 ) ( 2000 -7240 344 -0.500000 0.750000 ) ( 2176 -7408 368 -1 0.750000 ) ) +( ( 1856 -7312 448 0 0.500000 ) ( 2008 -7248 456 -0.500000 0.500000 ) ( 2176 -7432 472 -1 0.500000 ) ) +( ( 1856 -7296 528 0 0.250000 ) ( 2000 -7256 536 -0.500000 0.250000 ) ( 2192 -7424 576 -1 0.250000 ) ) +( ( 1872 -7408 640 0 0 ) ( 1984 -7336 656 -0.500000 0 ) ( 2192 -7512 640 -1 0 ) ) +) + } + } +// brush 1222 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7448 -7256 96 0 1 ) ( 7464 -7264 128 0 0.833333 ) ( 7472 -7256 152 0 0.666667 ) ( 7472 -7256 184 0 0.500000 ) ( 7488 -7256 288 0 0.333333 ) ( 7488 -7264 328 0 0.166667 ) ( 7528 -7256 360 0 0 ) ) +( ( 7384 -7440 96 1 1 ) ( 7416 -7464 128 1 0.833333 ) ( 7384 -7464 144 1 0.666667 ) ( 7384 -7464 176 1 0.500000 ) ( 7384 -7456 256 1 0.333333 ) ( 7424 -7464 304 1 0.166667 ) ( 7456 -7448 424 1 0 ) ) +( ( 7376 -7664 96 2 1 ) ( 7392 -7672 128 2 0.833333 ) ( 7400 -7672 160 2 0.666667 ) ( 7400 -7672 192 2 0.500000 ) ( 7400 -7664 272 2 0.333333 ) ( 7416 -7672 320 2 0.166667 ) ( 7456 -7664 352 2 0 ) ) +) + } + } +// brush 1223 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7616 -7640 656 0 0 ) ( 7568 -7648 576 0 0.500000 ) ( 7520 -7640 416 0 1 ) ) +( ( 7624 -7432 712 1 0 ) ( 7584 -7448 640 1 0.500000 ) ( 7544 -7440 488 1 1 ) ) +( ( 7688 -7232 656 2 0 ) ( 7640 -7240 576 2 0.500000 ) ( 7592 -7232 416 2 1 ) ) +) + } + } +// brush 1224 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7424 -6680 88 0 1 ) ( 7456 -6648 88 0 0.833333 ) ( 7480 -6656 128 0 0.666667 ) ( 7504 -6656 160 0 0.500000 ) ( 7512 -6656 272 0 0.333333 ) ( 7496 -6664 328 0 0.166667 ) ( 7512 -6656 352 0 0 ) ) +( ( 7424 -6952 96 1 1 ) ( 7464 -6968 128 1 0.833333 ) ( 7432 -6960 120 1 0.666667 ) ( 7432 -6960 184 1 0.500000 ) ( 7432 -6944 296 1 0.333333 ) ( 7472 -6960 344 1 0.166667 ) ( 7488 -6936 392 1 0 ) ) +( ( 7448 -7256 96 2 1 ) ( 7464 -7264 128 2 0.833333 ) ( 7472 -7256 152 2 0.666667 ) ( 7472 -7256 184 2 0.500000 ) ( 7488 -7256 288 2 0.333333 ) ( 7488 -7264 328 2 0.166667 ) ( 7528 -7256 360 2 0 ) ) +) + } + } +// brush 1225 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7688 -7232 656 0 0 ) ( 7640 -7240 576 0 0.500000 ) ( 7592 -7232 416 0 1 ) ) +( ( 7648 -6864 712 1 0 ) ( 7616 -6896 640 1 0.500000 ) ( 7576 -6904 488 1 1 ) ) +( ( 7656 -6640 656 2 0 ) ( 7608 -6648 576 2 0.500000 ) ( 7560 -6640 416 2 1 ) ) +) + } + } +// brush 1226 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6336 -5408 120 0 1 ) ( 6336 -5376 144 0 0.833333 ) ( 6344 -5360 184 0 0.666667 ) ( 6344 -5360 184 0 0.500000 ) ( 6344 -5360 184 0 0.333333 ) ( 6344 -5376 232 0 0.166667 ) ( 6344 -5360 264 0 0 ) ) +( ( 6504 -5512 136 0.750000 1 ) ( 6528 -5480 160 0.750000 0.833333 ) ( 6528 -5512 184 0.750000 0.666667 ) ( 6528 -5512 184 0.750000 0.500000 ) ( 6528 -5512 184 0.750000 0.333333 ) ( 6528 -5472 232 0.750000 0.166667 ) ( 6536 -5440 264 0.750000 0 ) ) +( ( 6648 -5496 152 1.500000 1 ) ( 6656 -5480 160 1.500000 0.833333 ) ( 6656 -5472 200 1.500000 0.666667 ) ( 6656 -5472 200 1.500000 0.500000 ) ( 6656 -5472 200 1.500000 0.333333 ) ( 6664 -5456 248 1.500000 0.166667 ) ( 6664 -5440 272 1.500000 0 ) ) +( ( 6848 -5608 160 2.250000 1 ) ( 6864 -5576 152 2.250000 0.833333 ) ( 6872 -5568 200 2.250000 0.666667 ) ( 6872 -5568 200 2.250000 0.500000 ) ( 6872 -5568 232 2.250000 0.333333 ) ( 6872 -5584 256 2.250000 0.166667 ) ( 6880 -5568 288 2.250000 0 ) ) +( ( 7048 -5704 160 3 1 ) ( 7064 -5656 176 3 0.833333 ) ( 7072 -5640 216 3 0.666667 ) ( 7072 -5640 216 3 0.500000 ) ( 7072 -5640 216 3 0.333333 ) ( 7072 -5656 272 3 0.166667 ) ( 7072 -5640 296 3 0 ) ) +) + } + } +// brush 1227 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 4408 -6976 416 0 0 ) ( 4408 -6912 392 0 0.166667 ) ( 4408 -6928 360 0 0.333333 ) ( 4400 -6920 336 0 0.500000 ) ( 4408 -6928 320 0 0.666667 ) ( 4408 -6912 280 0 0.833333 ) ( 4408 -6880 272 0 1 ) ) +( ( 4696 -6816 432 0.250000 0 ) ( 4696 -6800 408 0.250000 0.166667 ) ( 4704 -6848 376 0.250000 0.333333 ) ( 4704 -6872 360 0.250000 0.500000 ) ( 4712 -6840 336 0.250000 0.666667 ) ( 4696 -6800 296 0.250000 0.833333 ) ( 4688 -6768 256 0.250000 1 ) ) +( ( 4848 -6864 432 0.500000 0 ) ( 4848 -6848 400 0.500000 0.166667 ) ( 4840 -6832 376 0.500000 0.333333 ) ( 4840 -6848 344 0.500000 0.500000 ) ( 4840 -6840 320 0.500000 0.666667 ) ( 4840 -6840 280 0.500000 0.833333 ) ( 4840 -6816 272 0.500000 1 ) ) +( ( 4968 -6848 424 0.750000 0 ) ( 4960 -6800 400 0.750000 0.166667 ) ( 4952 -6808 368 0.750000 0.333333 ) ( 4952 -6816 344 0.750000 0.500000 ) ( 4968 -6848 304 0.750000 0.666667 ) ( 4960 -6832 264 0.750000 0.833333 ) ( 4960 -6800 256 0.750000 1 ) ) +( ( 5064 -6840 416 1 0 ) ( 5056 -6832 384 1 0.166667 ) ( 5064 -6840 360 1 0.333333 ) ( 5056 -6832 336 1 0.500000 ) ( 5064 -6840 288 1 0.666667 ) ( 5056 -6824 256 1 0.833333 ) ( 5056 -6792 240 1 1 ) ) +) + } + } +// brush 1228 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 5 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 4912 -5080 296 0 0 ) ( 4936 -5096 264 0 0.166667 ) ( 4936 -5088 240 0 0.333333 ) ( 4936 -5080 224 0 0.500000 ) ( 4936 -5080 200 0 0.666667 ) ) +( ( 4776 -5080 312 0.500000 0 ) ( 4784 -5112 280 0.500000 0.166667 ) ( 4792 -5088 256 0.500000 0.333333 ) ( 4784 -5104 208 0.500000 0.500000 ) ( 4784 -5088 160 0.500000 0.666667 ) ) +( ( 4640 -5072 304 1 0 ) ( 4648 -5088 264 1 0.166667 ) ( 4632 -5072 240 1 0.333333 ) ( 4632 -5072 200 1 0.500000 ) ( 4632 -5072 160 1 0.666667 ) ) +) + } + } +// brush 1229 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 5 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 5216 -5024 296 0 0 ) ( 5208 -5040 272 0 0.166667 ) ( 5208 -5040 192 0 0.333333 ) ( 5208 -5040 192 0 0.500000 ) ( 5208 -5040 192 0 0.666667 ) ) +( ( 5048 -5016 312 0.500000 0 ) ( 5056 -5048 280 0.500000 0.166667 ) ( 5064 -5032 256 0.500000 0.333333 ) ( 5048 -5048 240 0.500000 0.500000 ) ( 5048 -5016 232 0.500000 0.666667 ) ) +( ( 4912 -5080 296 1 0 ) ( 4936 -5096 264 1 0.166667 ) ( 4936 -5088 240 1 0.333333 ) ( 4936 -5080 224 1 0.500000 ) ( 4936 -5080 200 1 0.666667 ) ) +) + } + } +// brush 1230 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 4200 -5000 248 0 0.333333 ) ( 4208 -5000 272 0 0.166667 ) ( 4200 -4984 304 0 0 ) ) +( ( 4488 -5016 256 0.500000 0.333333 ) ( 4480 -5024 280 0.500000 0.166667 ) ( 4480 -5008 312 0.500000 0 ) ) +( ( 4632 -5072 240 1 0.333333 ) ( 4648 -5088 264 1 0.166667 ) ( 4640 -5072 304 1 0 ) ) +) + } + } +// brush 1231 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 5 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 5504 -5112 296 0 0 ) ( 5488 -5128 272 0 0.166667 ) ( 5472 -5112 232 0 0.333333 ) ( 5472 -5112 216 0 0.500000 ) ( 5472 -5112 192 0 0.666667 ) ) +( ( 5368 -5024 312 0.500000 0 ) ( 5368 -5048 280 0.500000 0.166667 ) ( 5368 -5024 256 0.500000 0.333333 ) ( 5368 -5040 240 0.500000 0.500000 ) ( 5368 -5024 216 0.500000 0.666667 ) ) +( ( 5216 -5024 296 1 0 ) ( 5208 -5040 272 1 0.166667 ) ( 5208 -5040 192 1 0.333333 ) ( 5208 -5040 192 1 0.500000 ) ( 5208 -5040 192 1 0.666667 ) ) +) + } + } +// brush 1232 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 5840 -5120 264 0 0 ) ( 5840 -5152 240 0 0.166667 ) ( 5840 -5120 208 0 0.333333 ) ( 5848 -5128 184 0 0.500000 ) ( 5848 -5120 128 0 0.666667 ) ( 5848 -5136 96 0 0.833333 ) ( 5856 -5168 80 0 1 ) ) +( ( 5776 -5136 296 0.250000 0 ) ( 5776 -5152 272 0.250000 0.166667 ) ( 5776 -5136 240 0.250000 0.333333 ) ( 5784 -5144 216 0.250000 0.500000 ) ( 5792 -5136 128 0.250000 0.666667 ) ( 5792 -5152 80 0.250000 0.833333 ) ( 5776 -5184 80 0.250000 1 ) ) +( ( 5704 -5152 296 0.500000 0 ) ( 5696 -5168 272 0.500000 0.166667 ) ( 5696 -5152 240 0.500000 0.333333 ) ( 5704 -5160 208 0.500000 0.500000 ) ( 5712 -5152 128 0.500000 0.666667 ) ( 5712 -5168 88 0.500000 0.833333 ) ( 5704 -5200 80 0.500000 1 ) ) +( ( 5624 -5136 312 0.750000 0 ) ( 5624 -5152 280 0.750000 0.166667 ) ( 5624 -5136 256 0.750000 0.333333 ) ( 5624 -5144 208 0.750000 0.500000 ) ( 5624 -5136 128 0.750000 0.666667 ) ( 5624 -5152 88 0.750000 0.833333 ) ( 5616 -5184 80 0.750000 1 ) ) +( ( 5504 -5112 296 1 0 ) ( 5488 -5128 272 1 0.166667 ) ( 5472 -5112 232 1 0.333333 ) ( 5472 -5112 216 1 0.500000 ) ( 5472 -5112 192 1 0.666667 ) ( 5472 -5112 192 1 0.833333 ) ( 5472 -5112 192 1 1 ) ) +) + } + } +// brush 1233 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 6088 -5208 224 0 0 ) ( 6088 -5224 200 0 0.166667 ) ( 6088 -5208 168 0 0.333333 ) ( 6096 -5216 144 0 0.500000 ) ( 6088 -5208 128 0 0.666667 ) ( 6088 -5224 88 0 0.833333 ) ( 6088 -5256 80 0 1 ) ) +( ( 6016 -5184 224 0.250000 0 ) ( 6016 -5200 200 0.250000 0.166667 ) ( 6016 -5152 168 0.250000 0.333333 ) ( 6016 -5128 152 0.250000 0.500000 ) ( 6008 -5160 128 0.250000 0.666667 ) ( 6024 -5200 80 0.250000 0.833333 ) ( 6016 -5232 80 0.250000 1 ) ) +( ( 5952 -5152 240 0.500000 0 ) ( 5952 -5168 208 0.500000 0.166667 ) ( 5952 -5176 184 0.500000 0.333333 ) ( 5960 -5160 152 0.500000 0.500000 ) ( 5960 -5168 128 0.500000 0.666667 ) ( 5960 -5168 88 0.500000 0.833333 ) ( 5952 -5200 80 0.500000 1 ) ) +( ( 5888 -5136 248 0.750000 0 ) ( 5904 -5176 224 0.750000 0.166667 ) ( 5904 -5176 192 0.750000 0.333333 ) ( 5912 -5160 168 0.750000 0.500000 ) ( 5896 -5136 128 0.750000 0.666667 ) ( 5896 -5152 88 0.750000 0.833333 ) ( 5904 -5184 80 0.750000 1 ) ) +( ( 5840 -5120 264 1 0 ) ( 5840 -5152 240 1 0.166667 ) ( 5840 -5120 208 1 0.333333 ) ( 5848 -5128 184 1 0.500000 ) ( 5848 -5120 128 1 0.666667 ) ( 5848 -5136 96 1 0.833333 ) ( 5856 -5168 80 1 1 ) ) +) + } + } +// brush 1234 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6088 -5256 80 0 1 ) ( 6088 -5224 88 0 0.833333 ) ( 6088 -5208 128 0 0.666667 ) ( 6096 -5216 144 0 0.500000 ) ( 6088 -5208 168 0 0.333333 ) ( 6088 -5224 200 0 0.166667 ) ( 6088 -5208 224 0 0 ) ) +( ( 6152 -5320 96 0.250000 1 ) ( 6144 -5280 120 0.250000 0.833333 ) ( 6144 -5312 144 0.250000 0.666667 ) ( 6144 -5304 168 0.250000 0.500000 ) ( 6136 -5296 184 0.250000 0.333333 ) ( 6152 -5272 200 0.250000 0.166667 ) ( 6160 -5240 224 0.250000 0 ) ) +( ( 6224 -5328 104 0.500000 1 ) ( 6216 -5320 120 0.500000 0.833333 ) ( 6216 -5312 144 0.500000 0.666667 ) ( 6216 -5312 144 0.500000 0.500000 ) ( 6216 -5312 184 0.500000 0.333333 ) ( 6232 -5296 208 0.500000 0.166667 ) ( 6232 -5280 240 0.500000 0 ) ) +( ( 6280 -5416 120 0.750000 1 ) ( 6280 -5384 120 0.750000 0.833333 ) ( 6280 -5368 168 0.750000 0.666667 ) ( 6280 -5368 168 0.750000 0.500000 ) ( 6280 -5368 200 0.750000 0.333333 ) ( 6280 -5384 224 0.750000 0.166667 ) ( 6288 -5368 248 0.750000 0 ) ) +( ( 6336 -5408 120 1 1 ) ( 6336 -5376 144 1 0.833333 ) ( 6344 -5360 184 1 0.666667 ) ( 6344 -5360 184 1 0.500000 ) ( 6344 -5360 184 1 0.333333 ) ( 6344 -5376 232 1 0.166667 ) ( 6344 -5360 264 1 0 ) ) +) + } + } +// brush 1235 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 6008 -7016 416 0 0 ) ( 6000 -7000 392 0 0.166667 ) ( 6008 -7024 360 0 0.333333 ) ( 6008 -7008 336 0 0.500000 ) ( 6008 -7016 320 0 0.666667 ) ( 6000 -7000 272 0 0.833333 ) ( 6000 -6968 248 0 1 ) ) +( ( 6104 -7080 432 0.250000 0 ) ( 6120 -7072 408 0.250000 0.166667 ) ( 6088 -7112 376 0.250000 0.333333 ) ( 6072 -7128 360 0.250000 0.500000 ) ( 6096 -7104 336 0.250000 0.666667 ) ( 6112 -7080 296 0.250000 0.833333 ) ( 6136 -7048 240 0.250000 1 ) ) +( ( 6128 -7200 432 0.500000 0 ) ( 6144 -7192 400 0.500000 0.166667 ) ( 6144 -7184 376 0.500000 0.333333 ) ( 6128 -7192 344 0.500000 0.500000 ) ( 6136 -7184 320 0.500000 0.666667 ) ( 6136 -7184 280 0.500000 0.833333 ) ( 6160 -7168 240 0.500000 1 ) ) +( ( 6128 -7288 424 0.750000 0 ) ( 6152 -7248 400 0.750000 0.166667 ) ( 6144 -7248 368 0.750000 0.333333 ) ( 6136 -7256 344 0.750000 0.500000 ) ( 6128 -7288 304 0.750000 0.666667 ) ( 6136 -7272 264 0.750000 0.833333 ) ( 6152 -7248 256 0.750000 1 ) ) +( ( 6144 -7360 440 1 0 ) ( 6152 -7352 408 1 0.166667 ) ( 6144 -7360 384 1 0.333333 ) ( 6144 -7352 360 1 0.500000 ) ( 6136 -7352 304 1 0.666667 ) ( 6144 -7344 272 1 0.833333 ) ( 6168 -7320 256 1 1 ) ) +) + } + } +// brush 1236 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 5592 -6824 440 0 0 ) ( 5592 -6808 408 0 0.166667 ) ( 5592 -6824 384 0 0.333333 ) ( 5584 -6816 360 0 0.500000 ) ( 5584 -6824 304 0 0.666667 ) ( 5584 -6808 272 0 0.833333 ) ( 5584 -6776 248 0 1 ) ) +( ( 5728 -6848 432 0.250000 0 ) ( 5728 -6832 408 0.250000 0.166667 ) ( 5736 -6880 376 0.250000 0.333333 ) ( 5736 -6912 360 0.250000 0.500000 ) ( 5744 -6872 336 0.250000 0.666667 ) ( 5728 -6832 288 0.250000 0.833333 ) ( 5728 -6800 232 0.250000 1 ) ) +( ( 5840 -6928 432 0.500000 0 ) ( 5840 -6912 400 0.500000 0.166667 ) ( 5840 -6904 376 0.500000 0.333333 ) ( 5840 -6920 344 0.500000 0.500000 ) ( 5840 -6904 320 0.500000 0.666667 ) ( 5832 -6912 280 0.500000 0.833333 ) ( 5840 -6880 256 0.500000 1 ) ) +( ( 5952 -6976 424 0.750000 0 ) ( 5944 -6936 400 0.750000 0.166667 ) ( 5936 -6936 368 0.750000 0.333333 ) ( 5936 -6952 344 0.750000 0.500000 ) ( 5944 -6976 304 0.750000 0.666667 ) ( 5944 -6960 264 0.750000 0.833333 ) ( 5944 -6928 248 0.750000 1 ) ) +( ( 6008 -7016 416 1 0 ) ( 6000 -7000 392 1 0.166667 ) ( 6008 -7024 360 1 0.333333 ) ( 6008 -7008 336 1 0.500000 ) ( 6008 -7016 320 1 0.666667 ) ( 6000 -7000 272 1 0.833333 ) ( 6000 -6968 248 1 1 ) ) +) + } + } +// brush 1237 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 7 0 -2080374784 0 surfaceColor -1.000000 -1.000000 -1.000000 subdivisions 1000.000000 ) +( +( ( 5064 -6840 416 0 0 ) ( 5056 -6832 384 0 0.166667 ) ( 5064 -6840 360 0 0.333333 ) ( 5056 -6832 336 0 0.500000 ) ( 5064 -6840 288 0 0.666667 ) ( 5056 -6824 256 0 0.833333 ) ( 5056 -6792 240 0 1 ) ) +( ( 5216 -6800 432 0.250000 0 ) ( 5216 -6784 408 0.250000 0.166667 ) ( 5224 -6832 376 0.250000 0.333333 ) ( 5224 -6864 360 0.250000 0.500000 ) ( 5232 -6824 336 0.250000 0.666667 ) ( 5216 -6784 288 0.250000 0.833333 ) ( 5216 -6752 232 0.250000 1 ) ) +( ( 5360 -6848 432 0.500000 0 ) ( 5360 -6832 400 0.500000 0.166667 ) ( 5360 -6824 376 0.500000 0.333333 ) ( 5360 -6840 344 0.500000 0.500000 ) ( 5360 -6824 320 0.500000 0.666667 ) ( 5352 -6832 280 0.500000 0.833333 ) ( 5360 -6800 256 0.500000 1 ) ) +( ( 5488 -6832 424 0.750000 0 ) ( 5480 -6792 400 0.750000 0.166667 ) ( 5472 -6792 368 0.750000 0.333333 ) ( 5472 -6808 344 0.750000 0.500000 ) ( 5480 -6832 304 0.750000 0.666667 ) ( 5480 -6816 264 0.750000 0.833333 ) ( 5480 -6784 248 0.750000 1 ) ) +( ( 5592 -6824 440 1 0 ) ( 5592 -6808 408 1 0.166667 ) ( 5592 -6824 384 1 0.333333 ) ( 5584 -6816 360 1 0.500000 ) ( 5584 -6824 304 1 0.666667 ) ( 5584 -6808 272 1 0.833333 ) ( 5584 -6776 248 1 1 ) ) +) + } + } +// brush 1238 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7656 -6640 656 0 0 ) ( 7608 -6648 576 0 0.500000 ) ( 7560 -6640 416 0 1 ) ) +( ( 7656 -6144 576 1 0 ) ( 7624 -6176 504 1 0.500000 ) ( 7584 -6184 352 1 1 ) ) +( ( 7648 -5768 528 2 0 ) ( 7592 -5840 456 2 0.500000 ) ( 7536 -5896 352 2 1 ) ) +) + } + } +// brush 1239 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7648 -5768 528 0 0 ) ( 7592 -5840 456 0 0.500000 ) ( 7536 -5896 352 0 1 ) ) +( ( 7624 -5632 424 1 0 ) ( 7528 -5704 376 1 0.500000 ) ( 7448 -5752 352 1 1 ) ) +( ( 7112 -5272 416 2 0 ) ( 7080 -5384 384 2 0.500000 ) ( 7088 -5480 352 2 1 ) ) +) + } + } +// brush 1240 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7048 -5704 160 0 1 ) ( 7064 -5656 176 0 0.833333 ) ( 7072 -5640 216 0 0.666667 ) ( 7072 -5640 216 0 0.500000 ) ( 7072 -5640 216 0 0.333333 ) ( 7072 -5656 272 0 0.166667 ) ( 7072 -5640 296 0 0 ) ) +( ( 7264 -5936 136 0.750000 1 ) ( 7304 -5928 160 0.750000 0.833333 ) ( 7288 -5952 184 0.750000 0.666667 ) ( 7288 -5952 184 0.750000 0.500000 ) ( 7288 -5952 184 0.750000 0.333333 ) ( 7312 -5928 232 0.750000 0.166667 ) ( 7336 -5904 264 0.750000 0 ) ) +( ( 7384 -6016 152 1.500000 1 ) ( 7400 -6008 160 1.500000 0.833333 ) ( 7408 -6008 200 1.500000 0.666667 ) ( 7408 -6008 200 1.500000 0.500000 ) ( 7408 -6008 200 1.500000 0.333333 ) ( 7424 -6000 248 1.500000 0.166667 ) ( 7432 -5992 272 1.500000 0 ) ) +( ( 7464 -6232 160 2.250000 1 ) ( 7496 -6224 152 2.250000 0.833333 ) ( 7512 -6216 200 2.250000 0.666667 ) ( 7512 -6216 200 2.250000 0.500000 ) ( 7512 -6216 240 2.250000 0.333333 ) ( 7496 -6224 264 2.250000 0.166667 ) ( 7512 -6224 288 2.250000 0 ) ) +( ( 7424 -6680 88 3 1 ) ( 7456 -6648 88 3 0.833333 ) ( 7480 -6656 128 3 0.666667 ) ( 7504 -6656 160 3 0.500000 ) ( 7512 -6656 272 3 0.333333 ) ( 7496 -6664 328 3 0.166667 ) ( 7512 -6656 352 3 0 ) ) +) + } + } +// brush 1241 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1752 -7184 224 0 1 ) ( 1800 -7152 240 -0.500000 1 ) ( 1960 -7320 288 -1 1 ) ) +( ( 1736 -7264 296 0 0.750000 ) ( 1784 -7224 296 -0.500000 0.750000 ) ( 1896 -7344 320 -1 0.750000 ) ) +( ( 1720 -7264 392 0 0.500000 ) ( 1808 -7232 400 -0.500000 0.500000 ) ( 1888 -7344 416 -1 0.500000 ) ) +( ( 1712 -7248 432 0 0.250000 ) ( 1800 -7240 440 -0.500000 0.250000 ) ( 1888 -7360 480 -1 0.250000 ) ) +( ( 1744 -7312 504 0 0 ) ( 1792 -7280 520 -0.500000 0 ) ( 1848 -7352 504 -1 0 ) ) +) + } + } +// brush 1242 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1216 -7696 288 0 1 ) ( 1304 -7560 276 -0.500000 1 ) ( 1424 -7576 288 -1 1 ) ) +( ( 1216 -7808 320 0 0.750000 ) ( 1304 -7680 344 -0.500000 0.750000 ) ( 1416 -7704 368 -1 0.750000 ) ) +( ( 1216 -7800 448 0 0.500000 ) ( 1312 -7688 456 -0.500000 0.500000 ) ( 1416 -7720 472 -1 0.500000 ) ) +( ( 1216 -7792 528 0 0.250000 ) ( 1304 -7696 536 -0.500000 0.250000 ) ( 1432 -7712 576 -1 0.250000 ) ) +( ( 1216 -7896 704 0 0 ) ( 1288 -7776 696 -0.500000 0 ) ( 1432 -7808 640 -1 0 ) ) +) + } + } +// brush 1243 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1008 -7648 304 0 1 ) ( 1096 -7736 320 -0.500000 1 ) ( 1216 -7696 288 -1 1 ) ) +( ( 1016 -7752 336 0 0.750000 ) ( 1096 -7856 368 -0.500000 0.750000 ) ( 1216 -7808 320 -1 0.750000 ) ) +( ( 1008 -7744 472 0 0.500000 ) ( 1104 -7856 472 -0.500000 0.500000 ) ( 1216 -7800 448 -1 0.500000 ) ) +( ( 1008 -7736 544 0 0.250000 ) ( 1096 -7872 560 -0.500000 0.250000 ) ( 1216 -7792 528 -1 0.250000 ) ) +( ( 1016 -7848 728 0 0 ) ( 1072 -7952 736 -0.500000 0 ) ( 1216 -7896 704 -1 0 ) ) +) + } + } +// brush 1244 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 696 -7680 360 0 1 ) ( 880 -7584 336 -0.500000 1 ) ( 1008 -7648 296 -1 1 ) ) +( ( 752 -7776 400 0 0.750000 ) ( 880 -7704 392 -0.500000 0.750000 ) ( 1016 -7752 336 -1 0.750000 ) ) +( ( 744 -7768 536 0 0.500000 ) ( 888 -7704 496 -0.500000 0.500000 ) ( 1008 -7744 472 -1 0.500000 ) ) +( ( 744 -7760 608 0 0.250000 ) ( 880 -7720 584 -0.500000 0.250000 ) ( 1008 -7736 544 -1 0.250000 ) ) +( ( 808 -7848 728 0 0 ) ( 864 -7800 736 -0.500000 0 ) ( 1016 -7848 728 -1 0 ) ) +) + } + } +// brush 1245 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1288 -7608 216 0 1 ) ( 1296 -7456 224 -0.500000 1 ) ( 1448 -7392 216 -1 1 ) ) +( ( 1376 -7608 296 0 0.750000 ) ( 1328 -7520 296 -0.500000 0.750000 ) ( 1432 -7472 296 -1 0.750000 ) ) +( ( 1368 -7624 392 0 0.500000 ) ( 1352 -7504 400 -0.500000 0.500000 ) ( 1416 -7464 392 -1 0.500000 ) ) +( ( 1352 -7624 432 0 0.250000 ) ( 1352 -7520 440 -0.500000 0.250000 ) ( 1416 -7448 432 -1 0.250000 ) ) +( ( 1432 -7600 504 0 0 ) ( 1416 -7560 520 -0.500000 0 ) ( 1456 -7536 504 -1 0 ) ) +) + } + } +// brush 1246 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 760 -7456 216 0 1 ) ( 784 -7504 216 -0.500000 1 ) ( 848 -7496 216 -1 1 ) ) +( ( 688 -7496 248 0 0.750000 ) ( 752 -7560 296 -0.500000 0.750000 ) ( 896 -7568 288 -1 0.750000 ) ) +( ( 688 -7480 352 0 0.500000 ) ( 768 -7576 392 -0.500000 0.500000 ) ( 880 -7568 344 -1 0.500000 ) ) +( ( 696 -7472 384 0 0.250000 ) ( 760 -7584 440 -0.500000 0.250000 ) ( 872 -7560 384 -1 0.250000 ) ) +( ( 640 -7536 440 0 0 ) ( 768 -7656 512 -0.500000 0 ) ( 936 -7608 456 -1 0 ) ) +) + } + } +// brush 1247 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 848 -7496 216 0 1 ) ( 928 -7448 216 -0.500000 1 ) ( 1088 -7496 224 -1 1 ) ) +( ( 896 -7568 288 0 0.750000 ) ( 928 -7512 296 -0.500000 0.750000 ) ( 1056 -7568 288 -1 0.750000 ) ) +( ( 880 -7568 344 0 0.500000 ) ( 960 -7512 352 -0.500000 0.500000 ) ( 1048 -7552 344 -1 0.500000 ) ) +( ( 872 -7560 384 0 0.250000 ) ( 952 -7528 392 -0.500000 0.250000 ) ( 1048 -7544 384 -1 0.250000 ) ) +( ( 936 -7608 456 0 0 ) ( 992 -7584 472 -0.500000 0 ) ( 1032 -7608 456 -1 0 ) ) +) + } + } +// brush 1248 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1088 -7496 224 0 1 ) ( 1176 -7536 232 -0.500000 1 ) ( 1216 -7688 288 -1 1 ) ) +( ( 1056 -7568 288 0 0.750000 ) ( 1112 -7576 296 -0.500000 0.750000 ) ( 1152 -7696 312 -1 0.750000 ) ) +( ( 1048 -7552 344 0 0.500000 ) ( 1136 -7592 352 -0.500000 0.500000 ) ( 1152 -7696 368 -1 0.500000 ) ) +( ( 1048 -7544 384 0 0.250000 ) ( 1120 -7600 392 -0.500000 0.250000 ) ( 1152 -7712 432 -1 0.250000 ) ) +( ( 1032 -7608 456 0 0 ) ( 1088 -7624 472 -0.500000 0 ) ( 1112 -7696 456 -1 0 ) ) +) + } + } +// brush 1249 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 504 -7472 216 0 1 ) ( 616 -7368 216 -0.500000 1 ) ( 760 -7456 216 -1 1 ) ) +( ( 560 -7528 248 0 0.750000 ) ( 592 -7440 296 -0.500000 0.750000 ) ( 688 -7496 248 -1 0.750000 ) ) +( ( 544 -7536 352 0 0.500000 ) ( 616 -7440 352 -0.500000 0.500000 ) ( 688 -7480 352 -1 0.500000 ) ) +( ( 536 -7528 384 0 0.250000 ) ( 608 -7456 400 -0.500000 0.250000 ) ( 696 -7472 384 -1 0.250000 ) ) +( ( 616 -7568 480 0 0 ) ( 632 -7528 432 -0.500000 0 ) ( 640 -7536 440 -1 0 ) ) +) + } + } +// brush 1250 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1328 -7776 216 0 1 ) ( 1288 -7712 224 -0.500000 1 ) ( 1288 -7608 216 -1 1 ) ) +( ( 1416 -7776 296 0 0.750000 ) ( 1360 -7736 296 -0.500000 0.750000 ) ( 1376 -7608 296 -1 0.750000 ) ) +( ( 1408 -7792 392 0 0.500000 ) ( 1368 -7712 400 -0.500000 0.500000 ) ( 1368 -7624 392 -1 0.500000 ) ) +( ( 1392 -7792 432 0 0.250000 ) ( 1376 -7720 440 -0.500000 0.250000 ) ( 1352 -7624 432 -1 0.250000 ) ) +( ( 1472 -7768 504 0 0 ) ( 1448 -7704 520 -0.500000 0 ) ( 1432 -7600 504 -1 0 ) ) +) + } + } +// brush 1251 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 456 -7880 376 0 1 ) ( 528 -7768 352 -0.500000 1 ) ( 696 -7680 360 -1 1 ) ) +( ( 504 -7960 416 0 0.750000 ) ( 616 -7848 408 -0.500000 0.750000 ) ( 752 -7776 400 -1 0.750000 ) ) +( ( 568 -8000 552 0 0.500000 ) ( 616 -7848 512 -0.500000 0.500000 ) ( 744 -7768 536 -1 0.500000 ) ) +( ( 528 -7992 624 0 0.250000 ) ( 624 -7864 600 -0.500000 0.250000 ) ( 744 -7760 608 -1 0.250000 ) ) +( ( 632 -8088 744 0 0 ) ( 672 -7928 752 -0.500000 0 ) ( 808 -7848 728 -1 0 ) ) +) + } + } +// brush 1252 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 304 -7648 280 0 1 ) ( 368 -7792 296 -0.500000 1 ) ( 384 -7952 208 -1 1 ) ) +( ( 208 -7704 384 0 0.750000 ) ( 256 -7832 416 -0.500000 0.750000 ) ( 264 -7960 320 -1 0.750000 ) ) +( ( 208 -7704 520 0 0.500000 ) ( 256 -7840 520 -0.500000 0.500000 ) ( 264 -7960 448 -1 0.500000 ) ) +( ( 216 -7696 592 0 0.250000 ) ( 232 -7832 608 -0.500000 0.250000 ) ( 280 -7960 528 -1 0.250000 ) ) +( ( 128 -7736 776 0 0 ) ( 152 -7832 784 -0.500000 0 ) ( 168 -8056 672 -1 0 ) ) +) + } + } +// brush 1253 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -64 -7424 296 0 1 ) ( 136 -7432 320 -0.500000 1 ) ( 304 -7648 280 -1 1 ) ) +( ( -64 -7536 448 0 0.750000 ) ( 88 -7544 440 -0.500000 0.750000 ) ( 208 -7704 384 -1 0.750000 ) ) +( ( -64 -7528 584 0 0.500000 ) ( 88 -7544 544 -0.500000 0.500000 ) ( 208 -7704 520 -1 0.500000 ) ) +( ( -64 -7528 656 0 0.250000 ) ( 72 -7560 632 -0.500000 0.250000 ) ( 216 -7696 592 -1 0.250000 ) ) +( ( -48 -7632 776 0 0 ) ( 24 -7624 784 -0.500000 0 ) ( 128 -7736 776 -1 0 ) ) +) + } + } +// brush 1254 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -416 -7464 360 0 1 ) ( -280 -7416 336 -0.500000 1 ) ( -64 -7424 296 -1 1 ) ) +( ( -360 -7560 464 0 0.750000 ) ( -248 -7536 456 -0.500000 0.750000 ) ( -64 -7536 448 -1 0.750000 ) ) +( ( -368 -7560 600 0 0.500000 ) ( -240 -7536 560 -0.500000 0.500000 ) ( -64 -7528 584 -1 0.500000 ) ) +( ( -368 -7552 672 0 0.250000 ) ( -240 -7552 648 -0.500000 0.250000 ) ( -64 -7528 656 -1 0.250000 ) ) +( ( -304 -7640 792 0 0 ) ( -232 -7640 800 -0.500000 0 ) ( -48 -7632 776 -1 0 ) ) +) + } + } +// brush 1255 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 128 -7696 216 0 1 ) ( 264 -7632 216 -0.500000 1 ) ( 360 -7600 216 -1 1 ) ) +( ( 152 -7776 288 0 0.750000 ) ( 256 -7704 296 -0.500000 0.750000 ) ( 384 -7680 288 -1 0.750000 ) ) +( ( 136 -7768 392 0 0.500000 ) ( 280 -7704 392 -0.500000 0.500000 ) ( 368 -7672 392 -1 0.500000 ) ) +( ( 128 -7760 424 0 0.250000 ) ( 272 -7720 440 -0.500000 0.250000 ) ( 360 -7664 424 -1 0.250000 ) ) +( ( 176 -7832 504 0 0 ) ( 312 -7784 512 -0.500000 0 ) ( 408 -7736 504 -1 0 ) ) +) + } + } +// brush 1256 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4720 -968 696 2 -7 ) ( 4872 -768 752 2.250000 -7 ) ( 4904 -560 792 2.500000 -7 ) ) +( ( 4824 -960 736 2 -7.250000 ) ( 4984 -776 904 2.250000 -7.250000 ) ( 5016 -592 1064 2.500000 -7.250000 ) ) +( ( 4832 -968 952 2 -7.500000 ) ( 4992 -776 1040 2.250000 -7.500000 ) ( 5008 -600 1128 2.500000 -7.500000 ) ) +( ( 4824 -976 1120 2 -7.750000 ) ( 5008 -800 1272 2.250000 -7.750000 ) ( 5000 -608 1344 2.500000 -7.750000 ) ) +( ( 4936 -960 1296 2 -8 ) ( 5088 -816 1416 2.250000 -8 ) ( 5112 -616 1456 2.500000 -8 ) ) +) + } + } +// brush 1257 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4904 -560 792 2.500000 -7 ) ( 4960 -464 928 2.750000 -7 ) ( 5232 -312 1120 3 -7 ) ) +( ( 5016 -592 1064 2.500000 -7.250000 ) ( 5080 -456 1088 2.750000 -7.250000 ) ( 5232 -352 1128 3 -7.250000 ) ) +( ( 5008 -600 1128 2.500000 -7.500000 ) ( 5096 -456 1168 2.750000 -7.500000 ) ( 5264 -368 1240 3 -7.500000 ) ) +( ( 5000 -608 1344 2.500000 -7.750000 ) ( 5112 -464 1352 2.750000 -7.750000 ) ( 5280 -432 1592 3 -7.750000 ) ) +( ( 5112 -616 1456 2.500000 -8 ) ( 5192 -480 1496 2.750000 -8 ) ( 5336 -496 1640 3 -8 ) ) +) + } + } +// brush 1258 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5304 -1008 1128 4.400000 -7 ) ( 5248 -832 1112 4.650000 -7 ) ( 5184 -632 1056 4.900000 -7 ) ) +( ( 5408 -1032 1240 4.400000 -7.250000 ) ( 5344 -768 1168 4.650000 -7.250000 ) ( 5288 -632 1160 4.900000 -7.250000 ) ) +( ( 5424 -1048 1320 4.400000 -7.500000 ) ( 5344 -768 1336 4.650000 -7.500000 ) ( 5288 -640 1344 4.900000 -7.500000 ) ) +( ( 5408 -1048 1560 4.400000 -7.750000 ) ( 5368 -776 1632 4.650000 -7.750000 ) ( 5288 -648 1552 4.900000 -7.750000 ) ) +( ( 5520 -1040 1728 4.400000 -8 ) ( 5448 -744 1776 4.650000 -8 ) ( 5392 -632 1752 4.900000 -8 ) ) +) + } + } +// brush 1259 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5184 -632 1056 2 -7 ) ( 5088 -272 1072 2.250000 -7 ) ( 5048 -176 1032 2.500000 -7 ) ) +( ( 5288 -632 1160 2 -7.250000 ) ( 5200 -272 1128 2.250000 -7.250000 ) ( 5152 -168 1080 2.500000 -7.250000 ) ) +( ( 5288 -640 1344 2 -7.500000 ) ( 5216 -272 1344 2.250000 -7.500000 ) ( 5168 -184 1320 2.500000 -7.500000 ) ) +( ( 5288 -648 1552 2 -7.750000 ) ( 5232 -280 1592 2.250000 -7.750000 ) ( 5152 -184 1560 2.500000 -7.750000 ) ) +( ( 5392 -632 1752 2 -8 ) ( 5312 -296 1760 2.250000 -8 ) ( 5264 -176 1728 2.500000 -8 ) ) +) + } + } +// brush 1260 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5048 -176 1032 5.299999 -7 ) ( 4776 -200 898 5.549999 -7 ) ( 4768 -40 984 5.799999 -7 ) ) +( ( 5152 -168 1080 5.299999 -7.250000 ) ( 4888 -140 1100 5.549999 -7.250000 ) ( 4872 -16 1152 5.799999 -7.250000 ) ) +( ( 5168 -184 1320 5.299999 -7.500000 ) ( 4880 -134 1328 5.549999 -7.500000 ) ( 4872 -24 1320 5.799999 -7.500000 ) ) +( ( 5152 -184 1560 5.299999 -7.750000 ) ( 4888 -134 1576 5.549999 -7.750000 ) ( 4872 -32 1536 5.799999 -7.750000 ) ) +( ( 5264 -176 1728 5.299999 -8 ) ( 5000 -134 1720 5.549999 -8 ) ( 4968 8 1648 5.799999 -8 ) ) +) + } + } +// brush 1261 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5328 -1392 1128 4.400000 -7 ) ( 5344 -1104 1168 4.650000 -7 ) ( 5304 -1008 1128 4.899999 -7 ) ) +( ( 5432 -1368 1256 4.400000 -7.250000 ) ( 5456 -1136 1288 4.650000 -7.250000 ) ( 5408 -1032 1240 4.899999 -7.250000 ) ) +( ( 5448 -1376 1352 4.400000 -7.500000 ) ( 5472 -1136 1344 4.650000 -7.500000 ) ( 5424 -1048 1320 4.899999 -7.500000 ) ) +( ( 5432 -1384 1576 4.400000 -7.750000 ) ( 5488 -1144 1592 4.650000 -7.750000 ) ( 5408 -1048 1560 4.899999 -7.750000 ) ) +( ( 5536 -1360 1752 4.400000 -8 ) ( 5568 -1160 1760 4.650000 -8 ) ( 5520 -1040 1728 4.899999 -8 ) ) +) + } + } +// brush 1262 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6016 -2176 1200 2 -7 ) ( 5840 -2040 1176 2.250000 -7 ) ( 5664 -1928 1184 2.500000 -7 ) ) +( ( 6096 -2128 1240 2 -7.250000 ) ( 5880 -1928 1232 2.250000 -7.250000 ) ( 5752 -1856 1224 2.500000 -7.250000 ) ) +( ( 6096 -2072 1568 2 -7.500000 ) ( 5848 -1928 1528 2.250000 -7.500000 ) ( 5720 -1864 1552 2.500000 -7.500000 ) ) +( ( 6096 -2112 1848 2 -7.750000 ) ( 5864 -1912 1824 2.250000 -7.750000 ) ( 5720 -1872 1832 2.500000 -7.750000 ) ) +( ( 6176 -1992 1960 2 -8 ) ( 5904 -1840 1968 2.250000 -8 ) ( 5792 -1792 1944 2.500000 -8 ) ) +) + } + } +// brush 1263 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5664 -1928 1184 2.500000 -7 ) ( 5552 -1848 1256 2.750000 -7 ) ( 5424 -1664 1216 3 -7 ) ) +( ( 5752 -1856 1224 2.500000 -7.250000 ) ( 5672 -1768 1184 2.750000 -7.250000 ) ( 5520 -1616 1256 3 -7.250000 ) ) +( ( 5720 -1864 1552 2.500000 -7.500000 ) ( 5648 -1760 1528 2.750000 -7.500000 ) ( 5528 -1624 1504 3 -7.500000 ) ) +( ( 5720 -1872 1832 2.500000 -7.750000 ) ( 5664 -1752 1776 2.750000 -7.750000 ) ( 5520 -1624 1736 3 -7.750000 ) ) +( ( 5792 -1792 1944 2.500000 -8 ) ( 5736 -1712 1920 2.750000 -8 ) ( 5616 -1576 1912 3 -8 ) ) +) + } + } +// brush 1264 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5424 -1664 1216 2 -7 ) ( 5320 -1520 1168 2.250000 -7 ) ( 5328 -1392 1128 2.500000 -7 ) ) +( ( 5520 -1616 1256 2 -7.250000 ) ( 5432 -1496 1224 2.250000 -7.250000 ) ( 5432 -1368 1256 2.500000 -7.250000 ) ) +( ( 5528 -1624 1504 2 -7.500000 ) ( 5432 -1496 1432 2.250000 -7.500000 ) ( 5448 -1376 1352 2.500000 -7.500000 ) ) +( ( 5520 -1624 1736 2 -7.750000 ) ( 5464 -1496 1688 2.250000 -7.750000 ) ( 5432 -1384 1576 2.500000 -7.750000 ) ) +( ( 5616 -1576 1912 2 -8 ) ( 5552 -1504 1856 2.250000 -8 ) ( 5536 -1360 1752 2.500000 -8 ) ) +) + } + } +// brush 1265 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3504 1896 1376 2 -7.500000 ) ( 3392 1872 1376 2.250000 -7.500000 ) ( 3296 1896 1352 2.500000 -7.500000 ) ) +( ( 3504 1888 1544 2 -7.750000 ) ( 3408 1880 1560 2.250000 -7.750000 ) ( 3288 1888 1528 2.500000 -7.750000 ) ) +( ( 3584 1992 1720 2 -8 ) ( 3464 1944 1728 2.250000 -8 ) ( 3336 1984 1696 2.500000 -8 ) ) +) + } + } +// brush 1266 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3296 1896 1352 2.500000 -7.500000 ) ( 3192 1976 1360 2.750000 -7.500000 ) ( 3112 2048 1376 3 -7.500000 ) ) +( ( 3288 1888 1528 2.500000 -7.750000 ) ( 3200 1984 1544 2.750000 -7.750000 ) ( 3112 2040 1544 3 -7.750000 ) ) +( ( 3336 1984 1696 2.500000 -8 ) ( 3280 2064 1688 2.750000 -8 ) ( 3160 2152 1720 3 -8 ) ) +) + } + } +// brush 1267 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3112 2048 1376 2 -7.500000 ) ( 3016 1984 1376 2.250000 -7.500000 ) ( 2920 1968 1352 2.500000 -7.500000 ) ) +( ( 3112 2040 1544 2 -7.750000 ) ( 3024 2000 1560 2.250000 -7.750000 ) ( 2920 1952 1528 2.500000 -7.750000 ) ) +( ( 3160 2152 1720 2 -8 ) ( 3056 2080 1728 2.250000 -8 ) ( 2928 2064 1696 2.500000 -8 ) ) +) + } + } +// brush 1268 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2920 1968 1352 2.500000 -7.500000 ) ( 2792 2000 1360 2.750000 -7.500000 ) ( 2696 2040 1376 3 -7.500000 ) ) +( ( 2920 1952 1528 2.500000 -7.750000 ) ( 2800 2008 1544 2.750000 -7.750000 ) ( 2696 2032 1544 3 -7.750000 ) ) +( ( 2928 2064 1696 2.500000 -8 ) ( 2840 2112 1688 2.750000 -8 ) ( 2704 2136 1720 3 -8 ) ) +) + } + } +// brush 1269 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2672 1952 1096 2 -7 ) ( 2584 1872 1120 2.250000 -7 ) ( 2464 1872 1032 2.500000 -7 ) ) +( ( 2680 2064 1176 2 -7.250000 ) ( 2592 1992 1168 2.250000 -7.250000 ) ( 2480 1976 1072 2.500000 -7.250000 ) ) +( ( 2696 2040 1376 2 -7.500000 ) ( 2592 2008 1360 2.250000 -7.500000 ) ( 2496 1992 1336 2.500000 -7.500000 ) ) +( ( 2696 2032 1544 2 -7.750000 ) ( 2608 2024 1536 2.250000 -7.750000 ) ( 2496 1976 1504 2.500000 -7.750000 ) ) +( ( 2704 2136 1720 2 -8 ) ( 2632 2096 1744 2.250000 -8 ) ( 2504 2088 1680 2.500000 -8 ) ) +) + } + } +// brush 1270 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2464 1872 1032 2.500000 -7 ) ( 2368 1912 1048 2.750000 -7 ) ( 2232 1976 1056 3 -7 ) ) +( ( 2480 1976 1072 2.500000 -7.250000 ) ( 2376 2024 1104 2.750000 -7.250000 ) ( 2248 2088 1136 3 -7.250000 ) ) +( ( 2496 1992 1336 2.500000 -7.500000 ) ( 2360 2024 1288 2.750000 -7.500000 ) ( 2264 2064 1336 3 -7.500000 ) ) +( ( 2496 1976 1504 2.500000 -7.750000 ) ( 2368 2032 1480 2.750000 -7.750000 ) ( 2264 2056 1504 3 -7.750000 ) ) +( ( 2504 2088 1680 2.500000 -8 ) ( 2408 2136 1616 2.750000 -8 ) ( 2272 2160 1680 3 -8 ) ) +) + } + } +// brush 1271 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2232 1976 1056 2 -7 ) ( 2120 1896 1056 2.250000 -7 ) ( 2000 1896 1008 2.500000 -7 ) ) +( ( 2248 2088 1136 2 -7.250000 ) ( 2136 2016 1104 2.250000 -7.250000 ) ( 2008 2000 1048 2.500000 -7.250000 ) ) +( ( 2264 2064 1336 2 -7.500000 ) ( 2136 2032 1296 2.250000 -7.500000 ) ( 2024 2016 1264 2.500000 -7.500000 ) ) +( ( 2264 2056 1504 2 -7.750000 ) ( 2144 2048 1472 2.250000 -7.750000 ) ( 2024 2000 1432 2.500000 -7.750000 ) ) +( ( 2272 2160 1680 2 -8 ) ( 2200 2120 1704 2.250000 -8 ) ( 2024 2112 1608 2.500000 -8 ) ) +) + } + } +// brush 1272 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2000 1896 1008 2.500000 -7 ) ( 1896 1936 1024 2.750000 -7 ) ( 1776 1976 992 3 -7 ) ) +( ( 2008 2000 1048 2.500000 -7.250000 ) ( 1904 2048 1080 2.750000 -7.250000 ) ( 1792 2080 1072 3 -7.250000 ) ) +( ( 2024 2016 1264 2.500000 -7.500000 ) ( 1896 2048 1264 2.750000 -7.500000 ) ( 1800 2088 1280 3 -7.500000 ) ) +( ( 2024 2000 1432 2.500000 -7.750000 ) ( 1904 2056 1456 2.750000 -7.750000 ) ( 1800 2080 1456 3 -7.750000 ) ) +( ( 2024 2112 1608 2.500000 -8 ) ( 1944 2160 1592 2.750000 -8 ) ( 1808 2184 1624 3 -8 ) ) +) + } + } +// brush 1273 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1776 1976 992 2 -7 ) ( 1680 1904 1040 2.250000 -7 ) ( 1560 1904 952 2.500000 -7 ) ) +( ( 1792 2080 1072 2 -7.250000 ) ( 1688 2024 1088 2.250000 -7.250000 ) ( 1576 2008 992 2.500000 -7.250000 ) ) +( ( 1800 2088 1280 2 -7.500000 ) ( 1688 2040 1280 2.250000 -7.500000 ) ( 1592 2024 1256 2.500000 -7.500000 ) ) +( ( 1800 2080 1456 2 -7.750000 ) ( 1704 2056 1456 2.250000 -7.750000 ) ( 1592 2008 1424 2.500000 -7.750000 ) ) +( ( 1808 2184 1624 2 -8 ) ( 1728 2128 1664 2.250000 -8 ) ( 1600 2120 1600 2.500000 -8 ) ) +) + } + } +// brush 1274 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1560 1904 952 2.500000 -7 ) ( 1464 1944 968 2.750000 -7 ) ( 1328 2008 976 3 -7 ) ) +( ( 1576 2008 992 2.500000 -7.250000 ) ( 1472 2056 1024 2.750000 -7.250000 ) ( 1344 2120 1056 3 -7.250000 ) ) +( ( 1592 2024 1256 2.500000 -7.500000 ) ( 1456 2056 1208 2.750000 -7.500000 ) ( 1360 2096 1256 3 -7.500000 ) ) +( ( 1592 2008 1424 2.500000 -7.750000 ) ( 1464 2064 1400 2.750000 -7.750000 ) ( 1360 2088 1424 3 -7.750000 ) ) +( ( 1600 2120 1600 2.500000 -8 ) ( 1504 2168 1536 2.750000 -8 ) ( 1368 2192 1600 3 -8 ) ) +) + } + } +// brush 1275 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1328 2008 976 2 -7 ) ( 1216 1928 1104 2.250000 -7 ) ( 1096 1928 1056 2.500000 -7 ) ) +( ( 1344 2120 1056 2 -7.250000 ) ( 1232 2048 1152 2.250000 -7.250000 ) ( 1104 2032 1096 2.500000 -7.250000 ) ) +( ( 1360 2096 1256 2 -7.500000 ) ( 1232 2064 1344 2.250000 -7.500000 ) ( 1120 2048 1312 2.500000 -7.500000 ) ) +( ( 1360 2088 1424 2 -7.750000 ) ( 1240 2080 1520 2.250000 -7.750000 ) ( 1120 2032 1480 2.500000 -7.750000 ) ) +( ( 1368 2192 1600 2 -8 ) ( 1296 2152 1624 2.250000 -8 ) ( 1120 2144 1656 2.500000 -8 ) ) +) + } + } +// brush 1276 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1096 1928 1056 2.500000 -7 ) ( 992 1968 1072 2.750000 -7 ) ( 872 2008 1104 3 -7 ) ) +( ( 1104 2032 1096 2.500000 -7.250000 ) ( 1000 2080 1128 2.750000 -7.250000 ) ( 888 2112 1184 3 -7.250000 ) ) +( ( 1120 2048 1312 2.500000 -7.500000 ) ( 992 2080 1312 2.750000 -7.500000 ) ( 896 2120 1392 3 -7.500000 ) ) +( ( 1120 2032 1480 2.500000 -7.750000 ) ( 1000 2088 1504 2.750000 -7.750000 ) ( 896 2112 1568 3 -7.750000 ) ) +( ( 1120 2144 1656 2.500000 -8 ) ( 1040 2192 1640 2.750000 -8 ) ( 904 2216 1736 3 -8 ) ) +) + } + } +// brush 1277 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 872 2008 1104 2 -7 ) ( 792 1944 1144 2.250000 -7 ) ( 672 1944 1056 2.500000 -7 ) ) +( ( 888 2112 1184 2 -7.250000 ) ( 800 2064 1192 2.250000 -7.250000 ) ( 688 2048 1096 2.500000 -7.250000 ) ) +( ( 896 2120 1392 2 -7.500000 ) ( 800 2080 1384 2.250000 -7.500000 ) ( 704 2064 1360 2.500000 -7.500000 ) ) +( ( 896 2112 1568 2 -7.750000 ) ( 816 2096 1560 2.250000 -7.750000 ) ( 704 2048 1528 2.500000 -7.750000 ) ) +( ( 904 2216 1736 2 -8 ) ( 840 2168 1768 2.250000 -8 ) ( 712 2160 1704 2.500000 -8 ) ) +) + } + } +// brush 1278 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 672 1944 1056 2.500000 -7 ) ( 576 1984 1200 2.750000 -7 ) ( 440 2048 1208 3 -7 ) ) +( ( 688 2048 1096 2.500000 -7.250000 ) ( 584 2096 1256 2.750000 -7.250000 ) ( 456 2160 1288 3 -7.250000 ) ) +( ( 704 2064 1360 2.500000 -7.500000 ) ( 568 2096 1440 2.750000 -7.500000 ) ( 472 2136 1488 3 -7.500000 ) ) +( ( 704 2048 1528 2.500000 -7.750000 ) ( 576 2104 1696 2.750000 -7.750000 ) ( 472 2128 1656 3 -7.750000 ) ) +( ( 712 2160 1704 2.500000 -8 ) ( 616 2208 1768 2.750000 -8 ) ( 480 2232 1808 3 -8 ) ) +) + } + } +// brush 1279 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 440 2048 1208 2 -7 ) ( 328 1968 1336 2.250000 -7 ) ( 208 1968 1440 2.500000 -7 ) ) +( ( 456 2160 1288 2 -7.250000 ) ( 344 2088 1384 2.250000 -7.250000 ) ( 216 2072 1544 2.500000 -7.250000 ) ) +( ( 472 2136 1488 2 -7.500000 ) ( 344 2104 1576 2.250000 -7.500000 ) ( 232 2088 1680 2.500000 -7.500000 ) ) +( ( 472 2128 1656 2 -7.750000 ) ( 352 2120 1888 2.250000 -7.750000 ) ( 232 2072 1752 2.500000 -7.750000 ) ) +( ( 480 2232 1808 2 -8 ) ( 408 2192 1984 2.250000 -8 ) ( 232 2184 1872 2.500000 -8 ) ) +) + } + } +// brush 1280 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7376 -7664 96 0 1 ) ( 7392 -7672 128 0 0.833333 ) ( 7400 -7672 160 0 0.666667 ) ( 7400 -7672 192 0 0.500000 ) ( 7400 -7664 272 0 0.333333 ) ( 7416 -7672 320 0 0.166667 ) ( 7456 -7664 352 0 0 ) ) +( ( 7288 -7832 96 1 1 ) ( 7304 -7872 128 1 0.833333 ) ( 7280 -7848 144 1 0.666667 ) ( 7280 -7848 176 1 0.500000 ) ( 7280 -7848 256 1 0.333333 ) ( 7312 -7872 304 1 0.166667 ) ( 7344 -7872 424 1 0 ) ) +( ( 7040 -7984 96 2 1 ) ( 7040 -8016 128 2 0.833333 ) ( 7040 -8024 160 2 0.666667 ) ( 7040 -8024 192 2 0.500000 ) ( 7048 -8016 272 2 0.333333 ) ( 7048 -8032 312 2 0.166667 ) ( 7064 -8040 344 2 0 ) ) +) + } + } +// brush 1281 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7168 -8128 448 0 0 ) ( 7136 -8112 368 0 0.500000 ) ( 7120 -8064 208 0 1 ) ) +( ( 7504 -7936 688 1 0 ) ( 7456 -7936 624 1 0.500000 ) ( 7424 -7920 496 1 1 ) ) +( ( 7616 -7632 656 2 0 ) ( 7568 -7648 576 2 0.500000 ) ( 7520 -7632 416 2 1 ) ) +) + } + } +// brush 1282 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 3 7 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7040 -7984 96 0 1 ) ( 7040 -8016 128 0 0.833333 ) ( 7040 -8024 160 0 0.666667 ) ( 7040 -8024 192 0 0.500000 ) ( 7048 -8016 272 0 0.333333 ) ( 7048 -8032 312 0 0.166667 ) ( 7064 -8040 344 0 0 ) ) +( ( 6848 -8000 96 1 1 ) ( 6824 -8032 128 1 0.833333 ) ( 6832 -8000 144 1 0.666667 ) ( 6832 -8000 176 1 0.500000 ) ( 6832 -8000 256 1 0.333333 ) ( 6824 -8040 304 1 0.166667 ) ( 6840 -8064 424 1 0 ) ) +( ( 6408 -7968 96 2 1 ) ( 6400 -7992 128 2 0.833333 ) ( 6400 -8000 160 2 0.666667 ) ( 6400 -8000 192 2 0.500000 ) ( 6400 -8000 272 2 0.333333 ) ( 6392 -8008 312 2 0.166667 ) ( 6400 -8024 344 2 0 ) ) +) + } + } +// brush 1283 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1080 1736 1432 0 1 ) ( -1176 1696 1432 -0.500000 1 ) ( -1224 1608 1432 -1 1 ) ) +( ( -1104 1816 1504 0 0.750000 ) ( -1208 1760 1512 -0.500000 0.750000 ) ( -1280 1664 1464 -1 0.750000 ) ) +( ( -1088 1808 1608 0 0.500000 ) ( -1224 1744 1608 -0.500000 0.500000 ) ( -1264 1672 1568 -1 0.500000 ) ) +( ( -1080 1800 1640 0 0.250000 ) ( -1224 1760 1656 -0.500000 0.250000 ) ( -1256 1664 1600 -1 0.250000 ) ) +( ( -1128 1872 1720 0 0 ) ( -1288 1800 1728 -0.500000 0 ) ( -1336 1704 1696 -1 0 ) ) +) + } + } +// brush 1284 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2264 1864 1616 0 1 ) ( -2296 2064 1632 -0.500000 1 ) ( -2552 1840 1608 -1 1 ) ) +( ( -2192 1960 1704 0 0.750000 ) ( -2232 2168 1680 -0.500000 0.750000 ) ( -2496 1936 1656 -1 0.750000 ) ) +( ( -2176 1976 1808 0 0.500000 ) ( -2240 2176 1792 -0.500000 0.500000 ) ( -2496 1928 1784 -1 0.500000 ) ) +( ( -2192 1976 1912 0 0.250000 ) ( -2224 2176 1872 -0.500000 0.250000 ) ( -2496 1920 1864 -1 0.250000 ) ) +( ( -2144 2056 1976 0 0 ) ( -2168 2240 1992 -0.500000 0 ) ( -2448 2016 1976 -1 0 ) ) +) + } + } +// brush 1285 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2552 1840 1608 0 1 ) ( -2712 1776 1784 -0.500000 1 ) ( -2828 1800 1696 -1 1 ) ) +( ( -2496 1936 1656 0 0.750000 ) ( -2656 1880 1832 -0.500000 0.750000 ) ( -2772 1896 1744 -1 0.750000 ) ) +( ( -2496 1928 1784 0 0.500000 ) ( -2656 1888 1944 -0.500000 0.500000 ) ( -2772 1888 1872 -1 0.500000 ) ) +( ( -2496 1920 1864 0 0.250000 ) ( -2640 1896 2024 -0.500000 0.250000 ) ( -2772 1880 1952 -1 0.250000 ) ) +( ( -2448 2016 1976 0 0 ) ( -2584 1952 2144 -0.500000 0 ) ( -2724 1976 2064 -1 0 ) ) +) + } + } +// brush 1286 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2392 1720 1552 0 1 ) ( -2424 1768 1560 -0.500000 1 ) ( -2488 1744 1552 -1 1 ) ) +( ( -2216 1864 1560 0 0.750000 ) ( -2400 1832 1632 -0.500000 0.750000 ) ( -2544 1808 1632 -1 0.750000 ) ) +( ( -2208 1856 1656 0 0.500000 ) ( -2424 1840 1736 -0.500000 0.500000 ) ( -2528 1816 1728 -1 0.500000 ) ) +( ( -2208 1840 1696 0 0.250000 ) ( -2416 1848 1776 -0.500000 0.250000 ) ( -2512 1808 1768 -1 0.250000 ) ) +( ( -2232 1928 1768 0 0 ) ( -2432 1920 1856 -0.500000 0 ) ( -2592 1848 1840 -1 0 ) ) +) + } + } +// brush 1287 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2488 1744 1552 0 1 ) ( -2600 1720 1544 -0.500000 1 ) ( -2760 1728 1560 -1 1 ) ) +( ( -2544 1808 1632 0 0.750000 ) ( -2568 1752 1632 -0.500000 0.750000 ) ( -2696 1784 1632 -1 0.750000 ) ) +( ( -2528 1816 1728 0 0.500000 ) ( -2592 1744 1736 -0.500000 0.500000 ) ( -2688 1768 1728 -1 0.500000 ) ) +( ( -2512 1808 1768 0 0.250000 ) ( -2592 1760 1776 -0.500000 0.250000 ) ( -2688 1760 1768 -1 0.250000 ) ) +( ( -2592 1848 1840 0 0 ) ( -2640 1816 1856 -0.500000 0 ) ( -2680 1832 1840 -1 0 ) ) +) + } + } +// brush 1288 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2828 1800 1696 0 1 ) ( -2988 1816 1720 -0.500000 1 ) ( -3120 2216 1800 -1 1 ) ) +( ( -2772 1896 1744 0 0.750000 ) ( -2924 1912 1768 -0.500000 0.750000 ) ( -3016 2216 1800 -1 0.750000 ) ) +( ( -2772 1888 1872 0 0.500000 ) ( -2932 1920 1880 -0.500000 0.500000 ) ( -3008 2208 1992 -1 0.500000 ) ) +( ( -2772 1880 1952 0 0.250000 ) ( -2916 1928 1960 -0.500000 0.250000 ) ( -3008 2208 2096 -1 0.250000 ) ) +( ( -2724 1976 2064 0 0 ) ( -2860 1992 2080 -0.500000 0 ) ( -2920 2216 2184 -1 0 ) ) +) + } + } +// brush 1289 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2760 1728 1560 0 1 ) ( -2816 1728 1576 -0.500000 1 ) ( -2848 1952 1624 -1 1 ) ) +( ( -2696 1784 1632 0 0.750000 ) ( -2760 1776 1632 -0.500000 0.750000 ) ( -2784 1936 1656 -1 0.750000 ) ) +( ( -2688 1768 1728 0 0.500000 ) ( -2776 1792 1736 -0.500000 0.500000 ) ( -2776 1936 1752 -1 0.500000 ) ) +( ( -2688 1760 1768 0 0.250000 ) ( -2760 1800 1776 -0.500000 0.250000 ) ( -2776 1952 1816 -1 0.250000 ) ) +( ( -2680 1832 1840 0 0 ) ( -2736 1832 1856 -0.500000 0 ) ( -2744 1920 1840 -1 0 ) ) +) + } + } +// brush 1290 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1936 1768 1488 0 1 ) ( -2072 1696 1568 -0.500000 1 ) ( -2264 1864 1616 -1 1 ) ) +( ( -1936 1880 1536 0 0.750000 ) ( -2072 1816 1616 -0.500000 0.750000 ) ( -2192 1960 1704 -1 0.750000 ) ) +( ( -1936 1872 1664 0 0.500000 ) ( -2080 1824 1728 -0.500000 0.500000 ) ( -2176 1976 1808 -1 0.500000 ) ) +( ( -1936 1864 1744 0 0.250000 ) ( -2072 1832 1808 -0.500000 0.250000 ) ( -2192 1976 1912 -1 0.250000 ) ) +( ( -1936 1968 1920 0 0 ) ( -2056 1912 1968 -0.500000 0 ) ( -2144 2056 1976 -1 0 ) ) +) + } + } +// brush 1291 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1728 1784 1512 0 1 ) ( -1816 1808 1528 -0.500000 1 ) ( -1936 1768 1488 -1 1 ) ) +( ( -1736 1888 1552 0 0.750000 ) ( -1816 1928 1584 -0.500000 0.750000 ) ( -1936 1880 1536 -1 0.750000 ) ) +( ( -1728 1880 1688 0 0.500000 ) ( -1824 1928 1688 -0.500000 0.500000 ) ( -1936 1872 1664 -1 0.500000 ) ) +( ( -1728 1872 1760 0 0.250000 ) ( -1816 1944 1776 -0.500000 0.250000 ) ( -1936 1864 1744 -1 0.250000 ) ) +( ( -1736 1984 1944 0 0 ) ( -1792 2024 1952 -0.500000 0 ) ( -1936 1968 1920 -1 0 ) ) +) + } + } +// brush 1292 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1416 1816 1576 0 1 ) ( -1600 1720 1552 -0.500000 1 ) ( -1728 1784 1512 -1 1 ) ) +( ( -1472 1912 1616 0 0.750000 ) ( -1600 1840 1608 -0.500000 0.750000 ) ( -1736 1888 1552 -1 0.750000 ) ) +( ( -1464 1904 1752 0 0.500000 ) ( -1608 1840 1712 -0.500000 0.500000 ) ( -1728 1880 1688 -1 0.500000 ) ) +( ( -1464 1896 1824 0 0.250000 ) ( -1600 1856 1800 -0.500000 0.250000 ) ( -1728 1872 1760 -1 0.250000 ) ) +( ( -1528 1984 1944 0 0 ) ( -1584 1936 1952 -0.500000 0 ) ( -1736 1984 1944 -1 0 ) ) +) + } + } +// brush 1293 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2056 1984 1480 0 1 ) ( -2088 1832 1488 -0.500000 1 ) ( -2392 1720 1552 -1 1 ) ) +( ( -2144 1992 1560 0 0.750000 ) ( -2104 1896 1560 -0.500000 0.750000 ) ( -2216 1864 1560 -1 0.750000 ) ) +( ( -2128 2008 1656 0 0.500000 ) ( -2128 1888 1664 -0.500000 0.500000 ) ( -2208 1856 1656 -1 0.500000 ) ) +( ( -2120 2008 1696 0 0.250000 ) ( -2128 1904 1704 -0.500000 0.250000 ) ( -2208 1840 1696 -1 0.250000 ) ) +( ( -2200 1992 1768 0 0 ) ( -2184 1952 1784 -0.500000 0 ) ( -2232 1928 1768 -1 0 ) ) +) + } + } +// brush 1294 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1480 1592 1432 0 1 ) ( -1504 1640 1432 -0.500000 1 ) ( -1568 1632 1432 -1 1 ) ) +( ( -1408 1632 1464 0 0.750000 ) ( -1472 1696 1512 -0.500000 0.750000 ) ( -1616 1704 1504 -1 0.750000 ) ) +( ( -1408 1616 1568 0 0.500000 ) ( -1488 1712 1608 -0.500000 0.500000 ) ( -1600 1704 1560 -1 0.500000 ) ) +( ( -1416 1608 1600 0 0.250000 ) ( -1480 1720 1656 -0.500000 0.250000 ) ( -1592 1696 1600 -1 0.250000 ) ) +( ( -1360 1672 1656 0 0 ) ( -1488 1792 1728 -0.500000 0 ) ( -1656 1744 1672 -1 0 ) ) +) + } + } +// brush 1295 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1568 1632 1432 0 1 ) ( -1648 1584 1432 -0.500000 1 ) ( -1808 1632 1440 -1 1 ) ) +( ( -1616 1704 1504 0 0.750000 ) ( -1648 1648 1512 -0.500000 0.750000 ) ( -1776 1704 1504 -1 0.750000 ) ) +( ( -1600 1704 1560 0 0.500000 ) ( -1680 1648 1568 -0.500000 0.500000 ) ( -1768 1688 1560 -1 0.500000 ) ) +( ( -1592 1696 1600 0 0.250000 ) ( -1672 1664 1608 -0.500000 0.250000 ) ( -1768 1680 1600 -1 0.250000 ) ) +( ( -1656 1744 1672 0 0 ) ( -1712 1720 1688 -0.500000 0 ) ( -1752 1744 1672 -1 0 ) ) +) + } + } +// brush 1296 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1808 1632 1440 0 1 ) ( -1896 1672 1448 -0.500000 1 ) ( -1960 1856 1504 -1 1 ) ) +( ( -1776 1704 1504 0 0.750000 ) ( -1832 1712 1512 -0.500000 0.750000 ) ( -1888 1872 1528 -1 0.750000 ) ) +( ( -1768 1688 1560 0 0.500000 ) ( -1856 1728 1568 -0.500000 0.500000 ) ( -1888 1872 1584 -1 0.500000 ) ) +( ( -1768 1680 1600 0 0.250000 ) ( -1840 1736 1608 -0.500000 0.250000 ) ( -1864 1888 1648 -1 0.250000 ) ) +( ( -1752 1744 1672 0 0 ) ( -1808 1760 1688 -0.500000 0 ) ( -1824 1904 1672 -1 0 ) ) +) + } + } +// brush 1297 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1224 1608 1432 0 1 ) ( -1336 1504 1432 -0.500000 1 ) ( -1480 1592 1432 -1 1 ) ) +( ( -1280 1664 1464 0 0.750000 ) ( -1312 1576 1512 -0.500000 0.750000 ) ( -1408 1632 1464 -1 0.750000 ) ) +( ( -1264 1672 1568 0 0.500000 ) ( -1336 1576 1568 -0.500000 0.500000 ) ( -1408 1616 1568 -1 0.500000 ) ) +( ( -1256 1664 1600 0 0.250000 ) ( -1328 1592 1616 -0.500000 0.250000 ) ( -1416 1608 1600 -1 0.250000 ) ) +( ( -1336 1704 1696 0 0 ) ( -1352 1664 1648 -0.500000 0 ) ( -1360 1672 1656 -1 0 ) ) +) + } + } +// brush 1298 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1176 2016 1592 0 1 ) ( -1248 1904 1568 -0.500000 1 ) ( -1416 1816 1576 -1 1 ) ) +( ( -1224 2096 1632 0 0.750000 ) ( -1336 1984 1624 -0.500000 0.750000 ) ( -1472 1912 1616 -1 0.750000 ) ) +( ( -1288 2136 1768 0 0.500000 ) ( -1336 1984 1728 -0.500000 0.500000 ) ( -1464 1904 1752 -1 0.500000 ) ) +( ( -1248 2128 1840 0 0.250000 ) ( -1344 2000 1816 -0.500000 0.250000 ) ( -1464 1896 1824 -1 0.250000 ) ) +( ( -1352 2224 1960 0 0 ) ( -1392 2064 1968 -0.500000 0 ) ( -1528 1984 1944 -1 0 ) ) +) + } + } +// brush 1299 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -856 1704 1384 0 1 ) ( -992 1784 1400 -0.500000 1 ) ( -1096 1912 1312 -1 1 ) ) +( ( -808 1816 1488 0 0.750000 ) ( -920 1888 1520 -0.500000 0.750000 ) ( -1000 1984 1424 -1 0.750000 ) ) +( ( -808 1808 1624 0 0.500000 ) ( -920 1888 1624 -0.500000 0.500000 ) ( -1000 1984 1552 -1 0.500000 ) ) +( ( -816 1800 1696 0 0.250000 ) ( -904 1896 1712 -0.500000 0.250000 ) ( -1008 1976 1632 -1 0.250000 ) ) +( ( -760 1880 1880 0 0 ) ( -840 1944 1888 -0.500000 0 ) ( -976 2112 1776 -1 0 ) ) +) + } + } +// brush 1300 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -424 1736 1400 0 1 ) ( -600 1624 1424 -0.500000 1 ) ( -856 1704 1384 -1 1 ) ) +( ( -496 1832 1552 0 0.750000 ) ( -616 1744 1544 -0.500000 0.750000 ) ( -808 1816 1488 -1 0.750000 ) ) +( ( -488 1824 1688 0 0.500000 ) ( -624 1744 1648 -0.500000 0.500000 ) ( -808 1808 1624 -1 0.500000 ) ) +( ( -480 1816 1760 0 0.250000 ) ( -616 1768 1736 -0.500000 0.250000 ) ( -816 1800 1696 -1 0.250000 ) ) +( ( -552 1896 1880 0 0 ) ( -608 1848 1888 -0.500000 0 ) ( -760 1880 1880 -1 0 ) ) +) + } + } +// brush 1301 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -200 2056 1464 0 1 ) ( -216 1792 1440 -0.500000 1 ) ( -424 1736 1400 -1 1 ) ) +( ( -312 2096 1568 0 0.750000 ) ( -384 2000 1560 -0.500000 0.750000 ) ( -496 1832 1552 -1 0.750000 ) ) +( ( -304 2096 1704 0 0.500000 ) ( -384 1992 1664 -0.500000 0.500000 ) ( -488 1824 1688 -1 0.500000 ) ) +( ( -296 2088 1776 0 0.250000 ) ( -400 2008 1752 -0.500000 0.250000 ) ( -480 1816 1760 -1 0.250000 ) ) +( ( -400 2112 1896 0 0 ) ( -456 2064 1904 -0.500000 0 ) ( -552 1896 1880 -1 0 ) ) +) + } + } +// brush 1302 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -848 1832 1432 0 1 ) ( -984 1768 1432 -0.500000 1 ) ( -1080 1736 1432 -1 1 ) ) +( ( -872 1912 1504 0 0.750000 ) ( -976 1840 1512 -0.500000 0.750000 ) ( -1104 1816 1504 -1 0.750000 ) ) +( ( -856 1904 1608 0 0.500000 ) ( -1000 1840 1608 -0.500000 0.500000 ) ( -1088 1808 1608 -1 0.500000 ) ) +( ( -848 1896 1640 0 0.250000 ) ( -992 1856 1656 -0.500000 0.250000 ) ( -1080 1800 1640 -1 0.250000 ) ) +( ( -896 1968 1720 0 0 ) ( -1032 1920 1728 -0.500000 0 ) ( -1128 1872 1720 -1 0 ) ) +) + } + } +// brush 1303 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 208 1968 1440 0 1 ) ( 72 2032 1440 -0.500000 1 ) ( -200 2056 1464 -1 1 ) ) +( ( 216 2072 1544 0 0.750000 ) ( -32 2104 1560 -0.500000 0.750000 ) ( -312 2096 1568 -1 0.750000 ) ) +( ( 232 2088 1680 0 0.500000 ) ( -40 2096 1664 -0.500000 0.500000 ) ( -304 2096 1704 -1 0.500000 ) ) +( ( 232 2072 1752 0 0.250000 ) ( -48 2112 1752 -0.500000 0.250000 ) ( -296 2088 1776 -1 0.250000 ) ) +( ( 232 2184 1872 0 0 ) ( -104 2168 1904 -0.500000 0 ) ( -400 2112 1896 -1 0 ) ) +) + } + } +// brush 1304 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2648 -4048 512 0 1 ) ( -2840 -3976 520 -0.500000 1 ) ( -2760 -4312 504 -1 1 ) ) +( ( -2696 -3936 592 0 0.750000 ) ( -2896 -3880 576 -0.500000 0.750000 ) ( -2816 -4216 544 -1 0.750000 ) ) +( ( -2712 -3912 704 0 0.500000 ) ( -2912 -3880 680 -0.500000 0.500000 ) ( -2816 -4216 680 -1 0.500000 ) ) +( ( -2720 -3928 800 0 0.250000 ) ( -2904 -3864 768 -0.500000 0.250000 ) ( -2808 -4224 752 -1 0.250000 ) ) +( ( -2760 -3848 872 0 0 ) ( -2936 -3784 880 -0.500000 0 ) ( -2872 -4136 872 -1 0 ) ) +) + } + } +// brush 1305 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2760 -4312 504 0 1 ) ( -2784 -4480 520 -0.500000 1 ) ( -2864 -4576 504 -1 1 ) ) +( ( -2816 -4216 544 0 0.750000 ) ( -2848 -4384 576 -0.500000 0.750000 ) ( -2912 -4480 544 -1 0.750000 ) ) +( ( -2816 -4216 680 0 0.500000 ) ( -2856 -4384 680 -0.500000 0.500000 ) ( -2912 -4480 680 -1 0.500000 ) ) +( ( -2808 -4224 752 0 0.250000 ) ( -2856 -4368 768 -0.500000 0.250000 ) ( -2904 -4496 752 -1 0.250000 ) ) +( ( -2872 -4136 872 0 0 ) ( -2880 -4288 880 -0.500000 0 ) ( -2968 -4400 872 -1 0 ) ) +) + } + } +// brush 1306 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2584 -4224 448 0 1 ) ( -2632 -4232 448 -0.500000 1 ) ( -2648 -4296 448 -1 1 ) ) +( ( -2608 -4144 520 0 0.750000 ) ( -2688 -4184 528 -0.500000 0.750000 ) ( -2728 -4320 520 -1 0.750000 ) ) +( ( -2584 -4152 624 0 0.500000 ) ( -2704 -4200 624 -0.500000 0.500000 ) ( -2728 -4296 624 -1 0.500000 ) ) +( ( -2584 -4160 656 0 0.250000 ) ( -2704 -4184 672 -0.500000 0.250000 ) ( -2720 -4296 656 -1 0.250000 ) ) +( ( -2656 -4104 736 0 0 ) ( -2776 -4168 744 -0.500000 0 ) ( -2784 -4344 736 -1 0 ) ) +) + } + } +// brush 1307 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2648 -4296 448 0 1 ) ( -2680 -4416 432 -0.500000 1 ) ( -2760 -4544 456 -1 1 ) ) +( ( -2728 -4320 520 0 0.750000 ) ( -2696 -4368 528 -0.500000 0.750000 ) ( -2784 -4464 520 -1 0.750000 ) ) +( ( -2728 -4296 624 0 0.500000 ) ( -2696 -4392 624 -0.500000 0.500000 ) ( -2768 -4464 624 -1 0.500000 ) ) +( ( -2720 -4296 656 0 0.250000 ) ( -2712 -4384 672 -0.500000 0.250000 ) ( -2760 -4472 656 -1 0.250000 ) ) +( ( -2784 -4344 736 0 0 ) ( -2784 -4400 744 -0.500000 0 ) ( -2816 -4432 736 -1 0 ) ) +) + } + } +// brush 1308 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2864 -4576 504 0 1 ) ( -2944 -4712 520 -0.500000 1 ) ( -3192 -4656 512 -1 1 ) ) +( ( -2912 -4480 544 0 0.750000 ) ( -3008 -4608 576 -0.500000 0.750000 ) ( -3248 -4536 592 -1 0.750000 ) ) +( ( -2912 -4480 680 0 0.500000 ) ( -3016 -4608 680 -0.500000 0.500000 ) ( -3256 -4520 704 -1 0.500000 ) ) +( ( -2904 -4496 752 0 0.250000 ) ( -3016 -4592 768 -0.500000 0.250000 ) ( -3264 -4536 800 -1 0.250000 ) ) +( ( -2968 -4400 872 0 0 ) ( -3040 -4512 880 -0.500000 0 ) ( -3304 -4456 872 -1 0 ) ) +) + } + } +// brush 1309 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2760 -4544 456 0 1 ) ( -2792 -4592 464 -0.500000 1 ) ( -3000 -4520 520 -1 1 ) ) +( ( -2784 -4464 520 0 0.750000 ) ( -2808 -4528 528 -0.500000 0.750000 ) ( -2960 -4472 544 -1 0.750000 ) ) +( ( -2768 -4464 624 0 0.500000 ) ( -2832 -4536 624 -0.500000 0.500000 ) ( -2952 -4464 648 -1 0.500000 ) ) +( ( -2760 -4472 656 0 0.250000 ) ( -2832 -4520 672 -0.500000 0.250000 ) ( -2968 -4456 704 -1 0.250000 ) ) +( ( -2816 -4432 736 0 0 ) ( -2848 -4480 744 -0.500000 0 ) ( -2928 -4440 736 -1 0 ) ) +) + } + } +// brush 1310 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2512 -3848 504 0 1 ) ( -2528 -4000 520 -0.500000 1 ) ( -2648 -4048 512 -1 1 ) ) +( ( -2568 -3752 544 0 0.750000 ) ( -2584 -3904 576 -0.500000 0.750000 ) ( -2696 -3936 592 -1 0.750000 ) ) +( ( -2560 -3752 680 0 0.500000 ) ( -2592 -3904 680 -0.500000 0.500000 ) ( -2712 -3912 704 -1 0.500000 ) ) +( ( -2552 -3760 752 0 0.250000 ) ( -2592 -3888 768 -0.500000 0.250000 ) ( -2720 -3928 800 -1 0.250000 ) ) +( ( -2608 -3672 936 0 0 ) ( -2624 -3808 920 -0.500000 0 ) ( -2760 -3848 872 -1 0 ) ) +) + } + } +// brush 1311 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2312 -3800 520 0 1 ) ( -2424 -3752 544 -0.500000 1 ) ( -2512 -3848 504 -1 1 ) ) +( ( -2360 -3704 568 0 0.750000 ) ( -2480 -3648 592 -0.500000 0.750000 ) ( -2568 -3752 544 -1 0.750000 ) ) +( ( -2352 -3712 696 0 0.500000 ) ( -2488 -3656 704 -0.500000 0.500000 ) ( -2560 -3752 680 -1 0.500000 ) ) +( ( -2352 -3712 776 0 0.250000 ) ( -2488 -3632 784 -0.500000 0.250000 ) ( -2552 -3760 752 -1 0.250000 ) ) +( ( -2408 -3624 952 0 0 ) ( -2504 -3552 968 -0.500000 0 ) ( -2608 -3672 936 -1 0 ) ) +) + } + } +// brush 1312 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2040 -3624 584 0 1 ) ( -2160 -3792 568 -0.500000 1 ) ( -2312 -3800 520 -1 1 ) ) +( ( -2136 -3568 632 0 0.750000 ) ( -2216 -3688 616 -0.500000 0.750000 ) ( -2360 -3704 568 -1 0.750000 ) ) +( ( -2128 -3568 760 0 0.500000 ) ( -2224 -3696 728 -0.500000 0.500000 ) ( -2352 -3712 696 -1 0.500000 ) ) +( ( -2120 -3576 840 0 0.250000 ) ( -2224 -3672 808 -0.500000 0.250000 ) ( -2352 -3712 776 -1 0.250000 ) ) +( ( -2216 -3528 952 0 0 ) ( -2248 -3600 968 -0.500000 0 ) ( -2408 -3624 952 -1 0 ) ) +) + } + } +// brush 1313 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2544 -3952 448 0 1 ) ( -2480 -4096 448 -0.500000 1 ) ( -2584 -4224 448 -1 1 ) ) +( ( -2616 -4000 520 0 0.750000 ) ( -2536 -4056 528 -0.500000 0.750000 ) ( -2608 -4144 520 -1 0.750000 ) ) +( ( -2616 -3976 624 0 0.500000 ) ( -2544 -4072 624 -0.500000 0.500000 ) ( -2584 -4152 624 -1 0.500000 ) ) +( ( -2608 -3968 656 0 0.250000 ) ( -2560 -4064 672 -0.500000 0.250000 ) ( -2584 -4160 656 -1 0.250000 ) ) +( ( -2664 -4032 736 0 0 ) ( -2632 -4056 744 -0.500000 0 ) ( -2656 -4104 736 -1 0 ) ) +) + } + } +// brush 1314 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2656 -3824 448 0 1 ) ( -2592 -3872 448 -0.500000 1 ) ( -2544 -3952 448 -1 1 ) ) +( ( -2728 -3864 520 0 0.750000 ) ( -2656 -3880 528 -0.500000 0.750000 ) ( -2616 -4000 520 -1 0.750000 ) ) +( ( -2728 -3848 624 0 0.500000 ) ( -2656 -3904 624 -0.500000 0.500000 ) ( -2616 -3976 624 -1 0.500000 ) ) +( ( -2720 -3840 656 0 0.250000 ) ( -2672 -3896 672 -0.500000 0.250000 ) ( -2608 -3968 656 -1 0.250000 ) ) +( ( -2776 -3904 736 0 0 ) ( -2728 -3944 744 -0.500000 0 ) ( -2664 -4032 736 -1 0 ) ) +) + } + } +// brush 1315 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1944 -3336 576 0 1 ) ( -1960 -3472 560 -0.500000 1 ) ( -2040 -3624 584 -1 1 ) ) +( ( -2032 -3288 624 0 0.750000 ) ( -2072 -3432 608 -0.500000 0.750000 ) ( -2136 -3568 632 -1 0.750000 ) ) +( ( -2096 -3280 752 0 0.500000 ) ( -2072 -3440 720 -0.500000 0.500000 ) ( -2128 -3568 760 -1 0.500000 ) ) +( ( -2056 -3272 832 0 0.250000 ) ( -2088 -3432 800 -0.500000 0.250000 ) ( -2120 -3576 840 -1 0.250000 ) ) +( ( -2176 -3232 968 0 0 ) ( -2136 -3392 984 -0.500000 0 ) ( -2216 -3528 952 -1 0 ) ) +) + } + } +// brush 1316 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1336 -3344 520 0 1 ) ( -1488 -3416 544 -0.500000 1 ) ( -1632 -3384 456 -1 1 ) ) +( ( -1400 -3248 632 0 0.750000 ) ( -1528 -3296 656 -0.500000 0.750000 ) ( -1672 -3256 624 -1 0.750000 ) ) +( ( -1400 -3256 720 0 0.500000 ) ( -1528 -3296 720 -0.500000 0.500000 ) ( -1664 -3256 752 -1 0.500000 ) ) +( ( -1392 -3264 792 0 0.250000 ) ( -1528 -3280 808 -0.500000 0.250000 ) ( -1664 -3272 832 -1 0.250000 ) ) +( ( -1432 -3176 976 0 0 ) ( -1528 -3200 984 -0.500000 0 ) ( -1656 -3152 976 -1 0 ) ) +) + } + } +// brush 1317 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1112 -2976 464 0 1 ) ( -1120 -3184 488 -0.500000 1 ) ( -1336 -3344 520 -1 1 ) ) +( ( -1232 -2984 680 0 0.750000 ) ( -1240 -3128 680 -0.500000 0.750000 ) ( -1400 -3248 632 -1 0.750000 ) ) +( ( -1224 -2976 808 0 0.500000 ) ( -1240 -3136 744 -0.500000 0.500000 ) ( -1400 -3256 720 -1 0.500000 ) ) +( ( -1216 -2976 888 0 0.250000 ) ( -1256 -3120 832 -0.500000 0.250000 ) ( -1392 -3264 792 -1 0.250000 ) ) +( ( -1328 -2992 1000 0 0 ) ( -1320 -3072 984 -0.500000 0 ) ( -1432 -3176 976 -1 0 ) ) +) + } + } +// brush 1318 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1016 -2696 528 0 1 ) ( -1032 -2800 504 -0.500000 1 ) ( -1112 -2976 464 -1 1 ) ) +( ( -1128 -2704 688 0 0.750000 ) ( -1152 -2832 624 -0.500000 0.750000 ) ( -1232 -2984 680 -1 0.750000 ) ) +( ( -1128 -2696 816 0 0.500000 ) ( -1144 -2840 728 -0.500000 0.500000 ) ( -1224 -2976 808 -1 0.500000 ) ) +( ( -1120 -2728 984 0 0.250000 ) ( -1168 -2864 936 -0.500000 0.250000 ) ( -1216 -2976 888 -1 0.250000 ) ) +( ( -1152 -2736 1008 0 0 ) ( -1176 -2864 992 -0.500000 0 ) ( -1328 -2992 1000 -1 0 ) ) +) + } + } +// brush 1319 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -704 -2488 616 0 1 ) ( -984 -2648 624 -0.500000 1 ) ( -1016 -2696 528 -1 1 ) ) +( ( -800 -2424 728 0 0.750000 ) ( -1000 -2568 736 -0.500000 0.750000 ) ( -1128 -2704 688 -1 0.750000 ) ) +( ( -792 -2424 856 0 0.500000 ) ( -1008 -2568 848 -0.500000 0.500000 ) ( -1128 -2696 816 -1 0.500000 ) ) +( ( -784 -2432 936 0 0.250000 ) ( -1008 -2552 928 -0.500000 0.250000 ) ( -1120 -2728 984 -1 0.250000 ) ) +( ( -880 -2384 1048 0 0 ) ( -1056 -2488 1088 -0.500000 0 ) ( -1152 -2736 1008 -1 0 ) ) +) + } + } +// brush 1320 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1632 -3384 456 0 1 ) ( -1824 -3392 544 -0.500000 1 ) ( -2112 -3137 456 -1 1 ) ) +( ( -1672 -3256 624 0 0.750000 ) ( -1808 -3264 616 -0.500000 0.750000 ) ( -2057 -3113 624 -1 0.750000 ) ) +( ( -1664 -3256 752 0 0.500000 ) ( -1816 -3264 720 -0.500000 0.500000 ) ( -1984 -3073 752 -1 0.500000 ) ) +( ( -1664 -3272 832 0 0.250000 ) ( -1808 -3248 808 -0.500000 0.250000 ) ( -1952 -3033 832 -1 0.250000 ) ) +( ( -1656 -3152 976 0 0 ) ( -1768 -3176 984 -0.500000 0 ) ( -1914 -3038 976 -1 0 ) ) +) + } + } +// brush 1321 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -424 -2272 584 0 1 ) ( -472 -2368 568 -0.500000 1 ) ( -704 -2488 616 -1 1 ) ) +( ( -528 -2232 744 0 0.750000 ) ( -600 -2352 680 -0.500000 0.750000 ) ( -800 -2424 728 -1 0.750000 ) ) +( ( -520 -2232 880 0 0.500000 ) ( -600 -2360 792 -0.500000 0.500000 ) ( -792 -2424 856 -1 0.500000 ) ) +( ( -512 -2232 952 0 0.250000 ) ( -616 -2352 896 -0.500000 0.250000 ) ( -784 -2432 936 -1 0.250000 ) ) +( ( -624 -2224 1072 0 0 ) ( -696 -2328 1048 -0.500000 0 ) ( -880 -2384 1048 -1 0 ) ) +) + } + } +// brush 1322 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 88 -1592 680 0 1 ) ( 88 -1696 656 -0.500000 1 ) ( -40 -2144 552 -1 1 ) ) +( ( -24 -1608 840 0 0.750000 ) ( -32 -1744 776 -0.500000 0.750000 ) ( -136 -2064 816 -1 0.750000 ) ) +( ( -16 -1608 968 0 0.500000 ) ( -24 -1744 880 -0.500000 0.500000 ) ( -128 -2072 944 -1 0.500000 ) ) +( ( -8 -1600 1048 0 0.250000 ) ( -48 -1752 984 -0.500000 0.250000 ) ( -120 -2072 1024 -1 0.250000 ) ) +( ( -112 -1640 1160 0 0 ) ( -128 -1768 1144 -0.500000 0 ) ( -208 -2016 1136 -1 0 ) ) +) + } + } +// brush 1323 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -40 -2144 552 0 1 ) ( -368 -2240 680 -0.500000 1 ) ( -424 -2272 584 -1 1 ) ) +( ( -136 -2064 816 0 0.750000 ) ( -416 -2120 800 -0.500000 0.750000 ) ( -528 -2232 744 -1 0.750000 ) ) +( ( -128 -2072 944 0 0.500000 ) ( -424 -2128 904 -0.500000 0.500000 ) ( -520 -2232 880 -1 0.500000 ) ) +( ( -120 -2072 1024 0 0.250000 ) ( -424 -2104 992 -0.500000 0.250000 ) ( -512 -2232 952 -1 0.250000 ) ) +( ( -208 -2016 1136 0 0 ) ( -440 -2024 1144 -0.500000 0 ) ( -624 -2224 1072 -1 0 ) ) +) + } + } +// brush 1324 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -944 -968 1032 0 1 ) ( -936 -1176 1032 -0.500000 1 ) ( -1040 -1312 968 -1 1 ) ) +( ( -1024 -984 1168 0 0.750000 ) ( -1016 -1144 1112 -0.500000 0.750000 ) ( -1104 -1264 1080 -1 0.750000 ) ) +( ( -1016 -984 1240 0 0.500000 ) ( -1016 -1152 1232 -0.500000 0.500000 ) ( -1096 -1272 1216 -1 0.500000 ) ) +( ( -1016 -976 1368 0 0.250000 ) ( -1024 -1144 1368 -0.500000 0.250000 ) ( -1088 -1272 1344 -1 0.250000 ) ) +( ( -1080 -1000 1448 0 0 ) ( -1072 -1112 1472 -0.500000 0 ) ( -1160 -1240 1424 -1 0 ) ) +) + } + } +// brush 1325 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -960 -720 1008 0 1 ) ( -896 -832 1000 -0.500000 1 ) ( -944 -968 1032 -1 1 ) ) +( ( -1040 -728 1120 0 0.750000 ) ( -976 -832 1080 -0.500000 0.750000 ) ( -1024 -984 1168 -1 0.750000 ) ) +( ( -1032 -728 1256 0 0.500000 ) ( -976 -840 1184 -0.500000 0.500000 ) ( -1016 -984 1240 -1 0.500000 ) ) +( ( -1032 -728 1384 0 0.250000 ) ( -992 -848 1344 -0.500000 0.250000 ) ( -1016 -976 1368 -1 0.250000 ) ) +( ( -1096 -752 1464 0 0 ) ( -1048 -848 1448 -0.500000 0 ) ( -1080 -1000 1448 -1 0 ) ) +) + } + } +// brush 1326 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1312 -368 1192 0 1 ) ( -1088 -424 1072 -0.500000 1 ) ( -960 -720 1008 -1 1 ) ) +( ( -1312 -440 1144 0 0.750000 ) ( -1112 -512 1152 -0.500000 0.750000 ) ( -1040 -728 1120 -1 0.750000 ) ) +( ( -1312 -440 1280 0 0.500000 ) ( -1104 -520 1272 -0.500000 0.500000 ) ( -1032 -728 1256 -1 0.500000 ) ) +( ( -1312 -432 1408 0 0.250000 ) ( -1120 -528 1408 -0.500000 0.250000 ) ( -1032 -728 1384 -1 0.250000 ) ) +( ( -1304 -504 1488 0 0 ) ( -1160 -568 1520 -0.500000 0 ) ( -1096 -752 1464 -1 0 ) ) +) + } + } +// brush 1327 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1040 -1312 968 0 1 ) ( -1048 -1480 984 -0.500000 1 ) ( -1216 -1608 920 -1 1 ) ) +( ( -1104 -1264 1080 0 0.750000 ) ( -1144 -1456 1064 -0.500000 0.750000 ) ( -1264 -1552 1032 -1 0.750000 ) ) +( ( -1096 -1272 1216 0 0.500000 ) ( -1152 -1464 1184 -0.500000 0.500000 ) ( -1264 -1552 1168 -1 0.500000 ) ) +( ( -1088 -1272 1344 0 0.250000 ) ( -1152 -1448 1320 -0.500000 0.250000 ) ( -1264 -1552 1296 -1 0.250000 ) ) +( ( -1160 -1240 1424 0 0 ) ( -1192 -1408 1432 -0.500000 0 ) ( -1280 -1464 1376 -1 0 ) ) +) + } + } +// brush 1328 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1568 -376 1176 0 1 ) ( -1480 -320 1160 -0.500000 1 ) ( -1312 -368 1192 -1 1 ) ) +( ( -1568 -448 1272 0 0.750000 ) ( -1448 -400 1160 -0.500000 0.750000 ) ( -1312 -440 1144 -1 0.750000 ) ) +( ( -1584 -440 1376 0 0.500000 ) ( -1448 -400 1224 -0.500000 0.500000 ) ( -1312 -440 1280 -1 0.500000 ) ) +( ( -1576 -440 1440 0 0.250000 ) ( -1440 -408 1384 -0.500000 0.250000 ) ( -1312 -432 1408 -1 0.250000 ) ) +( ( -1544 -504 1504 0 0 ) ( -1432 -464 1496 -0.500000 0 ) ( -1304 -504 1488 -1 0 ) ) +) + } + } +// brush 1329 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1896 -648 1248 0 1 ) ( -1776 -440 1240 -0.500000 1 ) ( -1568 -376 1176 -1 1 ) ) +( ( -1840 -688 1272 0 0.750000 ) ( -1720 -496 1352 -0.500000 0.750000 ) ( -1568 -448 1272 -1 0.750000 ) ) +( ( -1856 -680 1400 0 0.500000 ) ( -1720 -488 1392 -0.500000 0.500000 ) ( -1584 -440 1376 -1 0.500000 ) ) +( ( -1856 -680 1480 0 0.250000 ) ( -1712 -504 1480 -0.500000 0.250000 ) ( -1576 -440 1440 -1 0.250000 ) ) +( ( -1784 -704 1536 0 0 ) ( -1696 -552 1560 -0.500000 0 ) ( -1544 -504 1504 -1 0 ) ) +) + } + } +// brush 1330 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2176 -920 1224 0 1 ) ( -2040 -736 1240 -0.500000 1 ) ( -1896 -648 1248 -1 1 ) ) +( ( -2128 -960 1264 0 0.750000 ) ( -1984 -792 1280 -0.500000 0.750000 ) ( -1840 -688 1272 -1 0.750000 ) ) +( ( -2136 -960 1344 0 0.500000 ) ( -2000 -784 1344 -0.500000 0.500000 ) ( -1856 -680 1400 -1 0.500000 ) ) +( ( -2152 -960 1456 0 0.250000 ) ( -1976 -800 1480 -0.500000 0.250000 ) ( -1856 -680 1480 -1 0.250000 ) ) +( ( -2088 -992 1512 0 0 ) ( -1952 -848 1560 -0.500000 0 ) ( -1784 -704 1536 -1 0 ) ) +) + } + } +// brush 1331 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1816 -6688 224 0 0 ) ( 1688 -7016 248 -1.500000 0 ) ( 1432 -7256 248 -3 0 ) ) +( ( 1704 -6584 216 0 1 ) ( 1552 -6880 240 -1.500000 1 ) ( 1312 -7144 240 -3 1 ) ) +( ( 1592 -6480 224 0 2 ) ( 1416 -6744 248 -1.500000 2 ) ( 1264 -6984 248 -3 2 ) ) +) + } + } +// brush 1332 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1432 -7256 248 0 0 ) ( 1112 -7456 256 -1.500000 0 ) ( 752 -7400 256 -3 0 ) ) +( ( 1312 -7144 240 0 1 ) ( 1088 -7288 248 -1.500000 1 ) ( 752 -7248 248 -3 1 ) ) +( ( 1264 -6984 248 0 2 ) ( 1024 -7144 256 -1.500000 2 ) ( 744 -7096 256 -3 2 ) ) +) + } + } +// brush 1333 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 752 -7400 256 0 0 ) ( 616 -7368 264 -1 0 ) ( 408 -7272 264 -2 0 ) ) +( ( 752 -7248 248 0 1 ) ( 616 -7216 256 -1 1 ) ( 408 -7120 256 -2 1 ) ) +( ( 744 -7096 256 0 2 ) ( 584 -6992 264 -1 2 ) ( 400 -6968 264 -2 2 ) ) +) + } + } +// brush 1334 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 408 -7272 264 0 0 ) ( 232 -7248 224 -1 0 ) ( -40 -7144 224 -2 0 ) ) +( ( 408 -7120 256 0 1 ) ( 232 -7104 216 -1 1 ) ( -16 -7000 216 -2 1 ) ) +( ( 400 -6968 264 0 2 ) ( 200 -6944 224 -1 2 ) ( 8 -6848 224 -2 2 ) ) +) + } + } +// brush 1335 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1960 4952 1712 0 0 ) ( 2216 4904 1760 -1 0 ) ( 2440 4856 1768 -2 0 ) ) +( ( 1952 4808 1712 0 1 ) ( 2176 4752 1760 -1 1 ) ( 2432 4712 1768 -2 1 ) ) +( ( 1920 4672 1712 0 2 ) ( 2152 4632 1760 -1 2 ) ( 2400 4576 1768 -2 2 ) ) +) + } + } +// brush 1336 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1536 5032 1704 0 0 ) ( 1736 5000 1672 -1 0 ) ( 1960 4952 1712 -2 0 ) ) +( ( 1512 4896 1704 0 1 ) ( 1696 4848 1672 -1 1 ) ( 1952 4808 1712 -2 1 ) ) +( ( 1472 4752 1704 0 2 ) ( 1672 4728 1672 -1 2 ) ( 1920 4672 1712 -2 2 ) ) +) + } + } +// brush 1337 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1120 5128 1736 0 0 ) ( 1328 5120 1728 -1 0 ) ( 1536 5032 1704 -2 0 ) ) +( ( 1056 5032 1736 0 1 ) ( 1264 4952 1728 -1 1 ) ( 1512 4896 1704 -2 1 ) ) +( ( 1024 4896 1736 0 2 ) ( 1232 4832 1728 -1 2 ) ( 1472 4752 1704 -2 2 ) ) +) + } + } +// brush 1338 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 584 5320 1688 0 0 ) ( 816 5208 1712 -1 0 ) ( 1120 5128 1736 -2 0 ) ) +( ( 504 5200 1688 0 1 ) ( 728 5056 1712 -1 1 ) ( 1056 5032 1736 -2 1 ) ) +( ( 400 5104 1688 0 2 ) ( 688 4944 1712 -1 2 ) ( 1024 4896 1736 -2 2 ) ) +) + } + } +// brush 1339 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 224 5672 1632 0 0 ) ( 392 5480 1640 -1 0 ) ( 584 5320 1688 -2 0 ) ) +( ( 104 5584 1632 0 1 ) ( 240 5376 1640 -1 1 ) ( 504 5200 1688 -2 1 ) ) +( ( -16 5496 1632 0 2 ) ( 152 5304 1640 -1 2 ) ( 400 5104 1688 -2 2 ) ) +) + } + } +// brush 1340 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1400 6136 1640 0 0 ) ( -1112 6168 1656 -1 0 ) ( -816 6128 1656 -2 0 ) ) +( ( -1408 5968 1640 0 1 ) ( -1120 6000 1656 -1 1 ) ( -824 5960 1672 -2 1 ) ) +( ( -1400 5816 1640 0 2 ) ( -1112 5840 1656 -1 2 ) ( -816 5808 1656 -2 2 ) ) +) + } + } +// brush 1341 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2552 6152 1584 0 0 ) ( -2272 6184 1616 -1 0 ) ( -1976 6144 1632 -2 0 ) ) +( ( -2576 5992 1584 0 1 ) ( -2280 6016 1616 -1 1 ) ( -1984 5976 1632 -2 1 ) ) +( ( -2576 5832 1584 0 2 ) ( -2272 5856 1616 -1 2 ) ( -1976 5824 1632 -2 2 ) ) +) + } + } +// brush 1342 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3160 6080 1560 0 0 ) ( -2840 6192 1576 -1 0 ) ( -2552 6152 1584 -2 0 ) ) +( ( -3168 5936 1560 0 1 ) ( -2856 6024 1576 -1 1 ) ( -2576 5992 1584 -2 1 ) ) +( ( -3152 5768 1560 0 2 ) ( -2864 5864 1576 -1 2 ) ( -2576 5832 1584 -2 2 ) ) +) + } + } +// brush 1343 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6120 2816 1224 0 0 ) ( -6072 3112 1264 -1 0 ) ( -5936 3296 1280 -2 0 ) ) +( ( -5984 2760 1216 0 1 ) ( -5952 3032 1256 -1 1 ) ( -5808 3224 1272 -2 1 ) ) +( ( -5840 2704 1224 0 2 ) ( -5776 2928 1264 -1 2 ) ( -5672 3144 1280 -2 2 ) ) +) + } + } +// brush 1344 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6224 2248 1184 0 0 ) ( -6224 2600 1216 -1 0 ) ( -6120 2816 1224 -2 0 ) ) +( ( -6080 2240 1176 0 1 ) ( -6088 2544 1208 -1 1 ) ( -5984 2760 1216 -2 1 ) ) +( ( -5920 2232 1184 0 2 ) ( -5904 2480 1216 -1 2 ) ( -5840 2704 1224 -2 2 ) ) +) + } + } +// brush 1345 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5384 -64 1168 0 0 ) ( -5496 152 1136 -1 0 ) ( -5576 368 1136 -2 0 ) ) +( ( -5240 -24 1160 0 1 ) ( -5368 216 1128 -1 1 ) ( -5432 408 1128 -2 1 ) ) +( ( -5088 16 1168 0 2 ) ( -5176 264 1136 -1 2 ) ( -5288 448 1136 -2 2 ) ) +) + } + } +// brush 1346 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4840 -752 1152 0 0 ) ( -5048 -608 1160 -1 0 ) ( -5168 -424 1168 -2 0 ) ) +( ( -4760 -632 1144 0 1 ) ( -4936 -512 1152 -1 1 ) ( -5056 -352 1160 -2 1 ) ) +( ( -4672 -504 1152 0 2 ) ( -4832 -392 1160 -1 2 ) ( -4920 -272 1168 -2 2 ) ) +) + } + } +// brush 1347 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4480 -912 1104 0 0 ) ( -4712 -840 1120 -1 0 ) ( -4840 -752 1152 -2 0 ) ) +( ( -4432 -768 1096 0 1 ) ( -4640 -712 1112 -1 1 ) ( -4760 -632 1144 -2 1 ) ) +( ( -4384 -624 1104 0 2 ) ( -4568 -568 1120 -1 2 ) ( -4672 -504 1152 -2 2 ) ) +) + } + } +// brush 1348 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4032 -968 1096 0 0 ) ( -4272 -976 1088 -1 0 ) ( -4480 -912 1104 -2 0 ) ) +( ( -4040 -816 1088 0 1 ) ( -4248 -824 1080 -1 1 ) ( -4432 -768 1096 -2 1 ) ) +( ( -4040 -664 1096 0 2 ) ( -4248 -664 1088 -1 2 ) ( -4384 -624 1104 -2 2 ) ) +) + } + } +// brush 1349 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2168 440 840 0 0 ) ( 2032 432 840 -1 0 ) ( 1864 440 840 -2 0 ) ) +( ( 2160 592 832 0 1 ) ( 2032 584 832 -1 1 ) ( 1856 592 832 -2 1 ) ) +( ( 2160 744 840 0 2 ) ( 2000 744 840 -1 2 ) ( 1856 744 840 -2 2 ) ) +) + } + } +// brush 1350 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1560 440 872 0 0 ) ( 1424 432 888 -1 0 ) ( 1264 440 928 -2 0 ) ) +( ( 1552 592 864 0 1 ) ( 1424 584 880 -1 1 ) ( 1256 592 920 -2 1 ) ) +( ( 1552 744 872 0 2 ) ( 1392 744 888 -1 2 ) ( 1256 744 928 -2 2 ) ) +) + } + } +// brush 1351 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1264 440 928 0 0 ) ( 1136 432 936 -1 0 ) ( 968 440 944 -2 0 ) ) +( ( 1256 592 920 0 1 ) ( 1136 584 928 -1 1 ) ( 960 592 936 -2 1 ) ) +( ( 1256 744 928 0 2 ) ( 1104 744 936 -1 2 ) ( 960 744 944 -2 2 ) ) +) + } + } +// brush 1352 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 312 520 984 0 0 ) ( 176 512 1032 -1 0 ) ( -24 560 1048 -2 0 ) ) +( ( 312 672 976 0 1 ) ( 168 664 1024 -1 1 ) ( -32 712 1040 -2 1 ) ) +( ( 304 824 984 0 2 ) ( 128 792 1032 -1 2 ) ( -32 864 1048 -2 2 ) ) +) + } + } +// brush 1353 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -24 560 1048 0 0 ) ( -160 608 1048 -1 0 ) ( -352 568 1032 -2 0 ) ) +( ( -32 712 1040 0 1 ) ( -168 752 1040 -1 1 ) ( -360 720 1024 -2 1 ) ) +( ( -32 864 1048 0 2 ) ( -192 912 1048 -1 2 ) ( -360 872 1032 -2 2 ) ) +) + } + } +// brush 1354 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -352 568 1032 0 0 ) ( -488 560 1032 -1 0 ) ( -656 568 1048 -2 0 ) ) +( ( -360 720 1024 0 1 ) ( -488 712 1024 -1 1 ) ( -664 720 1040 -2 1 ) ) +( ( -360 872 1032 0 2 ) ( -520 872 1032 -1 2 ) ( -664 872 1048 -2 2 ) ) +) + } + } +// brush 1355 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -656 568 1048 0 0 ) ( -808 528 1080 -1 0 ) ( -992 504 1088 -2 0 ) ) +( ( -664 720 1040 0 1 ) ( -808 680 1072 -1 1 ) ( -1000 656 1080 -2 1 ) ) +( ( -664 872 1048 0 2 ) ( -840 840 1080 -1 2 ) ( -1000 808 1088 -2 2 ) ) +) + } + } +// brush 1356 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -992 504 1088 0 0 ) ( -1208 496 1080 -1 0 ) ( -1480 392 1064 -2 0 ) ) +( ( -1000 656 1080 0 1 ) ( -1232 648 1072 -1 1 ) ( -1512 544 1056 -2 1 ) ) +( ( -1000 808 1088 0 2 ) ( -1280 800 1080 -1 2 ) ( -1544 688 1064 -2 2 ) ) +) + } + } +// brush 1357 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1480 392 1064 0 0 ) ( -1656 296 1072 -1 0 ) ( -1872 168 1024 -2 0 ) ) +( ( -1512 544 1056 0 1 ) ( -1704 440 1064 -1 1 ) ( -1952 304 1016 -2 1 ) ) +( ( -1544 688 1064 0 2 ) ( -1784 584 1072 -1 2 ) ( -2024 432 1024 -2 2 ) ) +) + } + } +// brush 1358 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1872 168 1024 0 0 ) ( -2000 32 1032 -1 0 ) ( -2120 -40 1032 -2 0 ) ) +( ( -1952 304 1016 0 1 ) ( -2072 168 1024 -1 1 ) ( -2192 96 1024 -2 1 ) ) +( ( -2024 432 1024 0 2 ) ( -2168 296 1032 -1 2 ) ( -2272 224 1032 -2 2 ) ) +) + } + } +// brush 1359 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3144 -2136 488 0 0 ) ( 3408 -2056 536 -1 0 ) ( 3656 -1888 536 -2 0 ) ) +( ( 3192 -2280 480 0 1 ) ( 3456 -2200 528 -1 1 ) ( 3704 -2024 528 -2 1 ) ) +( ( 3248 -2424 488 0 2 ) ( 3528 -2344 536 -1 2 ) ( 3760 -2168 536 -2 2 ) ) +) + } + } +// brush 1360 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2680 -2312 424 0 0 ) ( 2896 -2208 432 -1 0 ) ( 3144 -2136 488 -2 0 ) ) +( ( 2728 -2456 416 0 1 ) ( 2944 -2352 424 -1 1 ) ( 3192 -2280 480 -2 1 ) ) +( ( 2784 -2600 424 0 2 ) ( 3016 -2496 432 -1 2 ) ( 3248 -2424 488 -2 2 ) ) +) + } + } +// brush 1361 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2200 -2576 464 0 0 ) ( 2424 -2392 456 -1 0 ) ( 2680 -2312 424 -2 0 ) ) +( ( 2248 -2720 456 0 1 ) ( 2472 -2536 448 -1 1 ) ( 2728 -2456 416 -2 1 ) ) +( ( 2304 -2864 464 0 2 ) ( 2544 -2680 456 -1 2 ) ( 2784 -2600 424 -2 2 ) ) +) + } + } +// brush 1362 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1712 -2936 448 0 0 ) ( 1944 -2736 464 -1 0 ) ( 2200 -2576 464 -2 0 ) ) +( ( 1768 -3072 440 0 1 ) ( 1992 -2880 456 -1 1 ) ( 2248 -2720 456 -2 1 ) ) +( ( 1816 -3216 448 0 2 ) ( 2064 -3024 464 -1 2 ) ( 2304 -2864 464 -2 2 ) ) +) + } + } +// brush 1363 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1264 -3192 408 0 0 ) ( 1488 -3040 424 -1 0 ) ( 1712 -2936 448 -2 0 ) ) +( ( 1312 -3336 400 0 1 ) ( 1536 -3184 416 -1 1 ) ( 1768 -3072 440 -2 1 ) ) +( ( 1368 -3480 408 0 2 ) ( 1608 -3328 424 -1 2 ) ( 1816 -3216 448 -2 2 ) ) +) + } + } +// brush 1364 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 776 -3400 360 0 0 ) ( 1016 -3296 408 -1 0 ) ( 1264 -3192 408 -2 0 ) ) +( ( 824 -3544 352 0 1 ) ( 1064 -3432 400 -1 1 ) ( 1312 -3336 400 -2 1 ) ) +( ( 880 -3688 360 0 2 ) ( 1136 -3576 408 -1 2 ) ( 1368 -3480 408 -2 2 ) ) +) + } + } +// brush 1365 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 256 -3552 360 0 0 ) ( 512 -3456 360 -1 0 ) ( 776 -3400 360 -2 0 ) ) +( ( 312 -3688 352 0 1 ) ( 560 -3592 352 -1 1 ) ( 824 -3544 352 -2 1 ) ) +( ( 360 -3832 360 0 2 ) ( 632 -3736 360 -1 2 ) ( 880 -3688 360 -2 2 ) ) +) + } + } +// brush 1366 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4000 -6216 8 0 0 ) ( 3872 -6224 8 -1 0 ) ( 3696 -6216 16 -2 0 ) ) +( ( 4000 -6064 0 0 1 ) ( 3864 -6072 0 -1 1 ) ( 3696 -6064 8 -2 1 ) ) +( ( 3992 -5912 8 0 2 ) ( 3840 -5912 8 -1 2 ) ( 3688 -5912 16 -2 2 ) ) +) + } + } +// brush 1367 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4344 -6168 8 0 0 ) ( 4176 -6224 8 -1 0 ) ( 4000 -6216 8 -2 0 ) ) +( ( 4344 -6016 0 0 1 ) ( 4168 -6072 0 -1 1 ) ( 4000 -6064 0 -2 1 ) ) +( ( 4336 -5864 8 0 2 ) ( 4144 -5912 8 -1 2 ) ( 3992 -5912 8 -2 2 ) ) +) + } + } +// brush 1368 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4752 -6088 8 0 0 ) ( 4552 -6112 8 -1 0 ) ( 4344 -6168 8 -2 0 ) ) +( ( 4752 -5936 0 0 1 ) ( 4544 -5960 0 -1 1 ) ( 4344 -6016 0 -2 1 ) ) +( ( 4744 -5784 8 0 2 ) ( 4520 -5800 8 -1 2 ) ( 4336 -5864 8 -2 2 ) ) +) + } + } +// brush 1369 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5080 -6088 8 0 0 ) ( 4928 -6096 8 -1 0 ) ( 4752 -6088 8 -2 0 ) ) +( ( 5080 -5936 0 0 1 ) ( 4920 -5944 0 -1 1 ) ( 4752 -5936 0 -2 1 ) ) +( ( 5072 -5784 8 0 2 ) ( 4896 -5784 8 -1 2 ) ( 4744 -5784 8 -2 2 ) ) +) + } + } +// brush 1370 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6176 -6208 8 0 0 ) ( 6000 -6120 8 -1 0 ) ( 5808 -6088 8 -2 0 ) ) +( ( 6240 -6072 0 0 1 ) ( 6032 -6008 0 -1 1 ) ( 5864 -5952 0 -2 1 ) ) +( ( 6312 -5928 8 0 2 ) ( 6088 -5808 8 -1 2 ) ( 5880 -5800 8 -2 2 ) ) +) + } + } +// brush 1371 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5808 -6088 8 0 0 ) ( 5584 -6096 8 -1 0 ) ( 5408 -6088 8 -2 0 ) ) +( ( 5864 -5952 0 0 1 ) ( 5576 -5944 0 -1 1 ) ( 5408 -5936 0 -2 1 ) ) +( ( 5880 -5800 8 0 2 ) ( 5552 -5784 8 -1 2 ) ( 5400 -5784 8 -2 2 ) ) +) + } + } +// brush 1372 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6848 -7312 8 0 0 ) ( 6832 -7104 8 -1 0 ) ( 6800 -6840 8 -2 0 ) ) +( ( 6992 -7296 0 0 1 ) ( 6968 -7096 0 -1 1 ) ( 6944 -6792 0 -2 1 ) ) +( ( 7144 -7280 8 0 2 ) ( 7168 -7064 8 -1 2 ) ( 7096 -6776 8 -2 2 ) ) +) + } + } +// brush 1373 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6544 -6472 8 0 0 ) ( 6400 -6344 8 -1 0 ) ( 6176 -6208 8 -2 0 ) ) +( ( 6648 -6368 0 0 1 ) ( 6488 -6192 0 -1 1 ) ( 6240 -6072 0 -2 1 ) ) +( ( 6768 -6272 8 0 2 ) ( 6560 -6048 8 -1 2 ) ( 6312 -5928 8 -2 2 ) ) +) + } + } +// brush 1374 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6800 -6840 8 0 0 ) ( 6712 -6648 8 -1 0 ) ( 6544 -6472 8 -2 0 ) ) +( ( 6944 -6792 0 0 1 ) ( 6832 -6544 0 -1 1 ) ( 6648 -6368 0 -2 1 ) ) +( ( 7096 -6776 8 0 2 ) ( 7016 -6448 8 -1 2 ) ( 6768 -6272 8 -2 2 ) ) +) + } + } +// brush 1375 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3696 -6216 16 0 0 ) ( 3568 -6224 24 -1 0 ) ( 3392 -6216 40 -2 0 ) ) +( ( 3696 -6064 8 0 1 ) ( 3560 -6072 16 -1 1 ) ( 3392 -6064 32 -2 1 ) ) +( ( 3688 -5912 16 0 2 ) ( 3536 -5912 24 -1 2 ) ( 3384 -5912 40 -2 2 ) ) +) + } + } +// brush 1376 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3392 -6216 40 0 0 ) ( 3264 -6224 56 -1 0 ) ( 3096 -6216 64 -2 0 ) ) +( ( 3392 -6064 32 0 1 ) ( 3256 -6072 48 -1 1 ) ( 3096 -6064 56 -2 1 ) ) +( ( 3384 -5912 40 0 2 ) ( 3232 -5912 56 -1 2 ) ( 3088 -5912 64 -2 2 ) ) +) + } + } +// brush 1377 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3096 -6216 64 0 0 ) ( 2976 -6224 72 -1 0 ) ( 2800 -6216 96 -2 0 ) ) +( ( 3096 -6064 56 0 1 ) ( 2968 -6072 64 -1 1 ) ( 2800 -6064 88 -2 1 ) ) +( ( 3088 -5912 64 0 2 ) ( 2944 -5912 72 -1 2 ) ( 2792 -5912 96 -2 2 ) ) +) + } + } +// brush 1378 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2800 -6216 96 0 0 ) ( 2664 -6224 120 -1 0 ) ( 2472 -6248 144 -2 0 ) ) +( ( 2800 -6064 88 0 1 ) ( 2656 -6072 112 -1 1 ) ( 2472 -6096 136 -2 1 ) ) +( ( 2792 -5912 96 0 2 ) ( 2616 -5944 120 -1 2 ) ( 2464 -5944 144 -2 2 ) ) +) + } + } +// brush 1379 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2472 -6248 144 0 0 ) ( 2264 -6272 168 -1 0 ) ( 2096 -6384 200 -2 0 ) ) +( ( 2472 -6096 136 0 1 ) ( 2224 -6128 160 -1 1 ) ( 2016 -6256 192 -2 1 ) ) +( ( 2464 -5944 144 0 2 ) ( 2152 -5984 168 -1 2 ) ( 1936 -6128 200 -2 2 ) ) +) + } + } +// brush 1380 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2096 -6384 200 0 0 ) ( 1928 -6520 200 -1.500000 0 ) ( 1816 -6688 224 -3 0 ) ) +( ( 2016 -6256 192 0 1 ) ( 1808 -6424 192 -1.500000 1 ) ( 1704 -6584 216 -3 1 ) ) +( ( 1936 -6128 200 0 2 ) ( 1672 -6336 200 -1.500000 2 ) ( 1592 -6480 224 -3 2 ) ) +) + } + } +// brush 1381 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1032 -6648 216 0 0 ) ( -1240 -6472 224 -1 0 ) ( -1384 -6144 272 -2 0 ) ) +( ( -928 -6544 208 0 1 ) ( -1120 -6376 216 -1 1 ) ( -1248 -6080 264 -2 1 ) ) +( ( -816 -6432 216 0 2 ) ( -1016 -6256 224 -1 2 ) ( -1104 -6024 272 -2 2 ) ) +) + } + } +// brush 1382 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1528 -5576 312 0 0 ) ( -1576 -5312 320 -1 0 ) ( -1472 -4960 320 -2 0 ) ) +( ( -1376 -5560 304 0 1 ) ( -1424 -5312 312 -1 1 ) ( -1328 -5008 312 -2 1 ) ) +( ( -1224 -5552 312 0 2 ) ( -1264 -5280 320 -1 2 ) ( -1176 -5048 320 -2 2 ) ) +) + } + } +// brush 1383 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1472 -4960 320 0 0 ) ( -1416 -4696 328 -1 0 ) ( -1232 -4408 328 -2 0 ) ) +( ( -1328 -5008 312 0 1 ) ( -1280 -4752 320 -1 1 ) ( -1112 -4504 320 -2 1 ) ) +( ( -1176 -5048 320 0 2 ) ( -1120 -4792 328 -1 2 ) ( -992 -4592 328 -2 2 ) ) +) + } + } +// brush 1384 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1232 -4408 328 0 0 ) ( -1088 -4176 328 -1 0 ) ( -816 -4024 328 -2 0 ) ) +( ( -1112 -4504 320 0 1 ) ( -976 -4280 320 -1 1 ) ( -736 -4144 320 -2 1 ) ) +( ( -992 -4592 328 0 2 ) ( -840 -4368 328 -1 2 ) ( -648 -4272 328 -2 2 ) ) +) + } + } +// brush 1385 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4224 -1136 600 0 0 ) ( 4184 -880 616 -1 0 ) ( 4192 -648 616 -2 0 ) ) +( ( 4368 -1160 592 0 1 ) ( 4344 -872 608 -1 1 ) ( 4320 -624 608 -2 1 ) ) +( ( 4504 -1184 600 0 2 ) ( 4544 -848 616 -1 2 ) ( 4472 -552 616 -2 2 ) ) +) + } + } +// brush 1386 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4192 -648 616 0 0 ) ( 4088 -424 648 -1 0 ) ( 3984 -200 672 -2 0 ) ) +( ( 4320 -624 608 0 1 ) ( 4224 -344 640 -1 1 ) ( 4096 -104 664 -2 1 ) ) +( ( 4472 -552 616 0 2 ) ( 4400 -248 648 -1 2 ) ( 4200 -8 672 -2 2 ) ) +) + } + } +// brush 1387 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3616 136 752 0 0 ) ( 3360 304 752 -1 0 ) ( 3096 384 776 -2 0 ) ) +( ( 3680 272 744 0 1 ) ( 3376 432 744 -1 1 ) ( 3120 536 768 -2 1 ) ) +( ( 3736 400 752 0 2 ) ( 3440 616 752 -1 2 ) ( 3136 672 776 -2 2 ) ) +) + } + } +// brush 1388 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3096 384 776 0 0 ) ( 2808 464 824 -1 0 ) ( 2528 472 848 -2 0 ) ) +( ( 3120 536 768 0 1 ) ( 2792 592 816 -1 1 ) ( 2520 624 840 -2 1 ) ) +( ( 3136 672 776 0 2 ) ( 2800 792 824 -1 2 ) ( 2496 760 848 -2 2 ) ) +) + } + } +// brush 1389 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4016 -1584 576 0 0 ) ( 4120 -1352 584 -1 0 ) ( 4224 -1136 600 -2 0 ) ) +( ( 4136 -1672 568 0 1 ) ( 4264 -1416 576 -1 1 ) ( 4368 -1160 592 -2 1 ) ) +( ( 4248 -1744 576 0 2 ) ( 4448 -1488 584 -1 2 ) ( 4504 -1184 600 -2 2 ) ) +) + } + } +// brush 1390 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3656 -1888 536 0 0 ) ( 3832 -1728 560 -1 0 ) ( 4016 -1584 576 -2 0 ) ) +( ( 3704 -2024 528 0 1 ) ( 3928 -1856 552 -1 1 ) ( 4136 -1672 568 -2 1 ) ) +( ( 3760 -2168 536 0 2 ) ( 4064 -2000 560 -1 2 ) ( 4248 -1744 576 -2 2 ) ) +) + } + } +// brush 1391 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2120 -40 1032 0 0 ) ( -2312 -144 1064 -1 0 ) ( -2488 -240 1064 -2 0 ) ) +( ( -2192 96 1024 0 1 ) ( -2376 -16 1056 -1 1 ) ( -2560 -104 1056 -2 1 ) ) +( ( -2272 224 1032 0 2 ) ( -2472 120 1064 -1 2 ) ( -2624 32 1064 -2 2 ) ) +) + } + } +// brush 1392 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2488 -240 1064 0 0 ) ( -2672 -344 1096 -1 0 ) ( -2856 -432 1096 -2 0 ) ) +( ( -2560 -104 1056 0 1 ) ( -2744 -208 1088 -1 1 ) ( -2920 -304 1088 -2 1 ) ) +( ( -2624 32 1064 0 2 ) ( -2832 -80 1096 -1 2 ) ( -2992 -168 1096 -2 2 ) ) +) + } + } +// brush 1393 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2856 -432 1096 0 0 ) ( -3040 -536 1112 -1 0 ) ( -3216 -632 1112 -2 0 ) ) +( ( -2920 -304 1088 0 1 ) ( -3104 -408 1104 -1 1 ) ( -3288 -496 1104 -2 1 ) ) +( ( -2992 -168 1096 0 2 ) ( -3200 -272 1112 -1 2 ) ( -3352 -360 1112 -2 2 ) ) +) + } + } +// brush 1394 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3216 -632 1112 0 0 ) ( -3400 -736 1096 -1 0 ) ( -3584 -824 1112 -2 0 ) ) +( ( -3288 -496 1104 0 1 ) ( -3472 -600 1088 -1 1 ) ( -3648 -696 1104 -2 1 ) ) +( ( -3352 -360 1112 0 2 ) ( -3560 -472 1096 -1 2 ) ( -3720 -560 1112 -2 2 ) ) +) + } + } +// brush 1395 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3584 -824 1112 0 0 ) ( -3800 -944 1096 -1 0 ) ( -4032 -968 1096 -2 0 ) ) +( ( -3648 -696 1104 0 1 ) ( -3832 -800 1088 -1 1 ) ( -4040 -816 1088 -2 1 ) ) +( ( -3720 -560 1112 0 2 ) ( -3896 -648 1096 -1 2 ) ( -4040 -664 1096 -2 2 ) ) +) + } + } +// brush 1396 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5168 -424 1168 0 0 ) ( -5304 -280 1168 -1 0 ) ( -5384 -64 1168 -2 0 ) ) +( ( -5056 -352 1160 0 1 ) ( -5176 -216 1160 -1 1 ) ( -5240 -24 1160 -2 1 ) ) +( ( -4920 -272 1168 0 2 ) ( -5040 -128 1168 -1 2 ) ( -5088 16 1168 -2 2 ) ) +) + } + } +// brush 1397 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5776 808 1184 0 0 ) ( -5888 1024 1200 -1 0 ) ( -5968 1240 1200 -2 0 ) ) +( ( -5632 840 1176 0 1 ) ( -5760 1088 1192 -1 1 ) ( -5824 1280 1192 -2 1 ) ) +( ( -5480 888 1184 0 2 ) ( -5568 1128 1200 -1 2 ) ( -5680 1320 1200 -2 2 ) ) +) + } + } +// brush 1398 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5968 1240 1200 0 0 ) ( -6088 1456 1200 -1 0 ) ( -6168 1672 1200 -2 0 ) ) +( ( -5824 1280 1192 0 1 ) ( -5960 1520 1192 -1 1 ) ( -6024 1712 1192 -2 1 ) ) +( ( -5680 1320 1200 0 2 ) ( -5760 1560 1200 -1 2 ) ( -5872 1752 1200 -2 2 ) ) +) + } + } +// brush 1399 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -6168 1672 1200 0 0 ) ( -6264 2016 1176 -1 0 ) ( -6224 2248 1184 -2 0 ) ) +( ( -6024 1712 1192 0 1 ) ( -6120 2000 1168 -1 1 ) ( -6080 2240 1176 -2 1 ) ) +( ( -5872 1752 1200 0 2 ) ( -5920 1992 1176 -1 2 ) ( -5920 2232 1184 -2 2 ) ) +) + } + } +// brush 1400 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5936 3296 1280 0 0 ) ( -5864 3600 1304 -1 0 ) ( -5728 3784 1384 -2 0 ) ) +( ( -5808 3224 1272 0 1 ) ( -5744 3520 1296 -1 1 ) ( -5600 3712 1376 -2 1 ) ) +( ( -5672 3144 1280 0 2 ) ( -5568 3416 1304 -1 2 ) ( -5464 3632 1384 -2 2 ) ) +) + } + } +// brush 1401 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5728 3784 1384 0 0 ) ( -5656 4088 1416 -1 0 ) ( -5520 4272 1376 -2 0 ) ) +( ( -5600 3712 1376 0 1 ) ( -5536 4008 1416 -1 1 ) ( -5392 4200 1376 -2 1 ) ) +( ( -5464 3632 1384 0 2 ) ( -5360 3904 1416 -1 2 ) ( -5256 4120 1376 -2 2 ) ) +) + } + } +// brush 1402 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5520 4272 1376 0 0 ) ( -5328 4624 1400 -1 0 ) ( -5096 4800 1400 -2 0 ) ) +( ( -5392 4200 1376 0 1 ) ( -5248 4496 1400 -1 1 ) ( -5024 4696 1400 -2 1 ) ) +( ( -5256 4120 1376 0 2 ) ( -5112 4376 1400 -1 2 ) ( -4960 4568 1400 -2 2 ) ) +) + } + } +// brush 1403 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5096 4800 1400 0 0 ) ( -4880 5008 1352 -1 0 ) ( -4656 5120 1368 -2 0 ) ) +( ( -5024 4696 1400 0 1 ) ( -4808 4864 1352 -1 1 ) ( -4592 5024 1368 -2 1 ) ) +( ( -4960 4568 1400 0 2 ) ( -4744 4720 1352 -1 2 ) ( -4520 4872 1368 -2 2 ) ) +) + } + } +// brush 1404 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4656 5120 1368 0 0 ) ( -4440 5336 1416 -1 0 ) ( -4216 5448 1432 -2 0 ) ) +( ( -4592 5024 1368 0 1 ) ( -4368 5192 1416 -1 1 ) ( -4152 5352 1432 -2 1 ) ) +( ( -4520 4872 1368 0 2 ) ( -4304 5048 1416 -1 2 ) ( -4080 5200 1432 -2 2 ) ) +) + } + } +// brush 1405 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -4216 5448 1432 0 0 ) ( -4000 5664 1464 -1 0 ) ( -3776 5776 1480 -2 0 ) ) +( ( -4152 5352 1432 0 1 ) ( -3928 5520 1464 -1 1 ) ( -3712 5680 1480 -2 1 ) ) +( ( -4080 5200 1432 0 2 ) ( -3864 5376 1464 -1 2 ) ( -3640 5528 1480 -2 2 ) ) +) + } + } +// brush 1406 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -3776 5776 1480 0 0 ) ( -3488 6008 1544 -1 0 ) ( -3160 6080 1560 -2 0 ) ) +( ( -3712 5680 1480 0 1 ) ( -3448 5840 1544 -1 1 ) ( -3168 5936 1560 -2 1 ) ) +( ( -3640 5528 1480 0 2 ) ( -3408 5688 1544 -1 2 ) ( -3152 5768 1560 -2 2 ) ) +) + } + } +// brush 1407 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1976 6144 1632 0 0 ) ( -1688 6176 1632 -1 0 ) ( -1400 6136 1640 -2 0 ) ) +( ( -1984 5976 1632 0 1 ) ( -1696 6008 1632 -1 1 ) ( -1408 5968 1640 -2 1 ) ) +( ( -1976 5824 1632 0 2 ) ( -1696 5848 1632 -1 2 ) ( -1400 5816 1640 -2 2 ) ) +) + } + } +// brush 1408 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -248 6024 1600 0 0 ) ( 16 5896 1616 -1 0 ) ( 224 5672 1632 -2 0 ) ) +( ( -312 5888 1600 0 1 ) ( -96 5776 1616 -1 1 ) ( 104 5584 1632 -2 1 ) ) +( ( -376 5760 1600 0 2 ) ( -200 5648 1616 -1 2 ) ( -16 5496 1632 -2 2 ) ) +) + } + } +// brush 1409 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2440 4856 1768 0 0 ) ( 2696 4808 1768 -1 0 ) ( 2920 4760 1776 -2 0 ) ) +( ( 2432 4712 1768 0 1 ) ( 2656 4656 1768 -1 1 ) ( 2912 4616 1776 -2 1 ) ) +( ( 2400 4576 1768 0 2 ) ( 2632 4536 1768 -1 2 ) ( 2880 4480 1776 -2 2 ) ) +) + } + } +// brush 1410 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2920 4760 1776 0 0 ) ( 3176 4712 1824 -1 0 ) ( 3400 4664 1832 -2 0 ) ) +( ( 2912 4616 1776 0 1 ) ( 3136 4560 1824 -1 1 ) ( 3392 4520 1832 -2 1 ) ) +( ( 2880 4480 1776 0 2 ) ( 3112 4440 1824 -1 2 ) ( 3360 4384 1832 -2 2 ) ) +) + } + } +// brush 1411 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3400 4664 1832 0 0 ) ( 3656 4616 1848 -1 0 ) ( 3880 4568 1856 -2 0 ) ) +( ( 3392 4520 1832 0 1 ) ( 3616 4464 1848 -1 1 ) ( 3872 4424 1856 -2 1 ) ) +( ( 3360 4384 1832 0 2 ) ( 3592 4344 1848 -1 2 ) ( 3840 4288 1856 -2 2 ) ) +) + } + } +// brush 1412 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3880 4568 1856 0 0 ) ( 4136 4520 1856 -1 0 ) ( 4360 4472 1864 -2 0 ) ) +( ( 3872 4424 1856 0 1 ) ( 4096 4368 1856 -1 1 ) ( 4352 4328 1864 -2 1 ) ) +( ( 3840 4288 1856 0 2 ) ( 4072 4248 1856 -1 2 ) ( 4320 4192 1864 -2 2 ) ) +) + } + } +// brush 1413 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4360 4472 1864 0 0 ) ( 4560 4464 1864 -1 0 ) ( 4808 4432 1888 -2 0 ) ) +( ( 4352 4328 1864 0 1 ) ( 4576 4264 1864 -1 1 ) ( 4872 4280 1888 -2 1 ) ) +( ( 4320 4192 1864 0 2 ) ( 4552 4128 1864 -1 2 ) ( 4824 4104 1888 -2 2 ) ) +) + } + } +// brush 1414 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6760 -7448 8 0 0 ) ( 6840 -7408 8 -1 0 ) ( 6848 -7312 8 -2 0 ) ) +( ( 6904 -7560 0 0 1 ) ( 6992 -7480 0 -1 1 ) ( 6992 -7296 0 -2 1 ) ) +( ( 7152 -7672 8 0 2 ) ( 7160 -7464 8 -1 2 ) ( 7144 -7280 8 -2 2 ) ) +) + } + } +// brush 1415 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1384 -6144 272 0 0 ) ( -1520 -5904 280 -1 0 ) ( -1528 -5576 312 -2 0 ) ) +( ( -1248 -6080 264 0 1 ) ( -1376 -5856 272 -1 1 ) ( -1376 -5560 304 -2 1 ) ) +( ( -1104 -6024 272 0 2 ) ( -1232 -5784 280 -1 2 ) ( -1224 -5552 312 -2 2 ) ) +) + } + } +// brush 1416 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 3984 -200 672 0 0 ) ( 3792 -16 728 -1 0 ) ( 3616 136 752 -2 0 ) ) +( ( 4096 -104 664 0 1 ) ( 3896 104 720 -1 1 ) ( 3680 272 744 -2 1 ) ) +( ( 4200 -8 672 0 2 ) ( 4016 264 728 -1 2 ) ( 3736 400 752 -2 2 ) ) +) + } + } +// brush 1417 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 2528 472 848 0 0 ) ( 2336 432 840 -1 0 ) ( 2168 440 840 -2 0 ) ) +( ( 2520 624 840 0 1 ) ( 2336 584 832 -1 1 ) ( 2160 592 832 -2 1 ) ) +( ( 2496 760 848 0 2 ) ( 2304 744 840 -1 2 ) ( 2160 744 840 -2 2 ) ) +) + } + } +// brush 1418 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -5576 368 1136 0 0 ) ( -5696 592 1168 -1 0 ) ( -5776 808 1184 -2 0 ) ) +( ( -5432 408 1128 0 1 ) ( -5568 648 1160 -1 1 ) ( -5632 840 1176 -2 1 ) ) +( ( -5288 448 1136 0 2 ) ( -5368 696 1168 -1 2 ) ( -5480 888 1184 -2 2 ) ) +) + } + } +// brush 1419 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -816 6128 1656 0 0 ) ( -536 6128 1656 -1 0 ) ( -248 6024 1600 -2 0 ) ) +( ( -824 5960 1672 0 1 ) ( -576 5968 1656 -1 1 ) ( -312 5888 1600 -2 1 ) ) +( ( -816 5808 1656 0 2 ) ( -608 5808 1656 -1 2 ) ( -376 5760 1600 -2 2 ) ) +) + } + } +// brush 1420 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -264 -3736 344 0 0 ) ( 0 -3584 344 -1 0 ) ( 256 -3552 360 -2 0 ) ) +( ( -208 -3872 336 0 1 ) ( 48 -3728 336 -1 1 ) ( 312 -3688 352 -2 1 ) ) +( ( -144 -4016 344 0 2 ) ( 120 -3872 344 -1 2 ) ( 360 -3832 360 -2 2 ) ) +) + } + } +// brush 1421 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -816 -4024 328 0 0 ) ( -512 -3832 344 -1 0 ) ( -264 -3736 344 -2 0 ) ) +( ( -736 -4144 320 0 1 ) ( -456 -3968 336 -1 1 ) ( -208 -3872 336 -2 1 ) ) +( ( -648 -4272 328 0 2 ) ( -376 -4104 344 -1 2 ) ( -144 -4016 344 -2 2 ) ) +) + } + } +// brush 1422 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -576 -6992 208 0 0 ) ( -824 -6896 248 -1 0 ) ( -1032 -6648 216 -2 0 ) ) +( ( -504 -6864 200 0 1 ) ( -744 -6768 240 -1 1 ) ( -928 -6544 208 -2 1 ) ) +( ( -432 -6728 208 0 2 ) ( -680 -6616 248 -1 2 ) ( -816 -6432 216 -2 2 ) ) +) + } + } +// brush 1423 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -40 -7144 224 0 0 ) ( -304 -7136 224 -1 0 ) ( -576 -6992 208 -2 0 ) ) +( ( -16 -7000 216 0 1 ) ( -272 -6984 216 -1 1 ) ( -504 -6864 200 -2 1 ) ) +( ( 8 -6848 224 0 2 ) ( -256 -6824 224 -1 2 ) ( -432 -6728 208 -2 2 ) ) +) + } + } +// brush 1424 + { + patchDef2 + { + central_europe_winter/natesnow_rough256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 1864 440 840 0 0 ) ( 1728 432 856 -1 0 ) ( 1560 440 872 -2 0 ) ) +( ( 1856 592 832 0 1 ) ( 1728 584 848 -1 1 ) ( 1552 592 864 -2 1 ) ) +( ( 1856 744 840 0 2 ) ( 1696 744 856 -1 2 ) ( 1552 744 872 -2 2 ) ) +) + } + } +// brush 1425 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1576 -4552 360 -6.040503 13 ) ( -1584 -4592 360 -6.278002 13 ) ( -1592 -4632 360 -6.515502 13 ) ( -1568 -4672 352 -6.753002 13 ) ( -1608 -4720 360 -6.990502 13 ) ) +( ( -1600 -4528 368 -6.040503 12.937500 ) ( -1632 -4584 376 -6.278002 12.937500 ) ( -1640 -4624 384 -6.515502 12.937500 ) ( -1656 -4664 384 -6.753002 12.937500 ) ( -1672 -4696 392 -6.990502 12.937500 ) ) +( ( -1640 -4528 368 -6.040503 12.843750 ) ( -1656 -4568 384 -6.278002 12.843750 ) ( -1664 -4608 368 -6.515502 12.843750 ) ( -1680 -4656 368 -6.753002 12.843750 ) ( -1688 -4696 368 -6.990502 12.843750 ) ) +( ( -1664 -4520 376 -6.040503 12.750000 ) ( -1680 -4568 392 -6.278002 12.750000 ) ( -1688 -4608 360 -6.515502 12.750000 ) ( -1696 -4648 360 -6.753002 12.750000 ) ( -1704 -4688 368 -6.990502 12.750000 ) ) +( ( -1680 -4504 384 -6.040503 12.656250 ) ( -1688 -4552 392 -6.278002 12.656250 ) ( -1696 -4592 348 -6.515502 12.656250 ) ( -1704 -4632 336 -6.753002 12.656250 ) ( -1720 -4672 352 -6.990502 12.656250 ) ) +( ( -1696 -4512 384 -6.040503 12.593750 ) ( -1712 -4552 384 -6.278002 12.593750 ) ( -1712 -4592 340 -6.515502 12.593750 ) ( -1720 -4632 328 -6.753002 12.593750 ) ( -1728 -4672 336 -6.990502 12.593750 ) ) +( ( -1720 -4504 384 -6.040503 12.500000 ) ( -1736 -4544 384 -6.278002 12.500000 ) ( -1736 -4584 344 -6.515502 12.500000 ) ( -1752 -4632 324 -6.753002 12.500000 ) ( -1760 -4672 336 -6.990502 12.500000 ) ) +) + } + } +// brush 1426 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1872 -4656 376 -6.993472 17 ) ( -1856 -4608 368 -6.767847 17 ) ( -1848 -4568 368 -6.542222 17 ) ( -1840 -4528 376 -6.316597 17 ) ( -1832 -4488 376 -6.090974 17 ) ) +( ( -1848 -4656 384 -6.993472 17.062500 ) ( -1832 -4616 384 -6.767847 17.062500 ) ( -1824 -4576 384 -6.542222 17.062500 ) ( -1816 -4536 384 -6.316597 17.062500 ) ( -1808 -4496 384 -6.090974 17.062500 ) ) +( ( -1824 -4656 368 -6.993472 17.156250 ) ( -1816 -4624 368 -6.767847 17.156250 ) ( -1808 -4584 384 -6.542222 17.156250 ) ( -1800 -4536 384 -6.316597 17.156250 ) ( -1784 -4496 384 -6.090974 17.156250 ) ) +( ( -1816 -4664 372 -6.993472 17.250000 ) ( -1800 -4616 360 -6.767847 17.250000 ) ( -1792 -4576 384 -6.542222 17.250000 ) ( -1792 -4536 384 -6.316597 17.250000 ) ( -1776 -4496 384 -6.090974 17.250000 ) ) +( ( -1800 -4664 344 -6.993472 17.343750 ) ( -1784 -4624 344 -6.767847 17.343750 ) ( -1776 -4584 352 -6.542222 17.343750 ) ( -1768 -4544 384 -6.316597 17.343750 ) ( -1760 -4504 384 -6.090974 17.343750 ) ) +( ( -1784 -4664 336 -6.993472 17.406250 ) ( -1768 -4624 336 -6.767847 17.406250 ) ( -1760 -4584 340 -6.542222 17.406250 ) ( -1752 -4544 408 -6.316597 17.406250 ) ( -1744 -4504 384 -6.090974 17.406250 ) ) +( ( -1760 -4672 336 -6.993472 17.500000 ) ( -1752 -4632 324 -6.767847 17.500000 ) ( -1736 -4584 344 -6.542222 17.500000 ) ( -1736 -4544 384 -6.316597 17.500000 ) ( -1720 -4504 384 -6.090974 17.500000 ) ) +) + } + } +// brush 1427 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 195.218338 ) +( +( ( -2608 -5104 416 -6.040503 13 ) ( -2568 -5072 416 -6.278002 13 ) ( -2536 -5056 424 -6.515502 13 ) ( -2528 -5008 416 -6.753002 13 ) ( -2464 -5000 424 -6.990502 13 ) ) +( ( -2600 -5136 432 -6.040503 12.937500 ) ( -2544 -5120 416 -6.278002 12.937500 ) ( -2512 -5096 424 -6.515502 12.937500 ) ( -2472 -5080 424 -6.753002 12.937500 ) ( -2432 -5064 440 -6.990502 12.937500 ) ) +( ( -2616 -5176 416 -6.040503 12.843750 ) ( -2528 -5144 424 -6.278002 12.843750 ) ( -2496 -5120 416 -6.515502 12.843750 ) ( -2464 -5096 416 -6.753002 12.843750 ) ( -2424 -5080 416 -6.990502 12.843750 ) ) +( ( -2600 -5208 424 -6.040503 12.750000 ) ( -2520 -5160 424 -6.278002 12.750000 ) ( -2488 -5136 408 -6.515502 12.750000 ) ( -2456 -5120 408 -6.753002 12.750000 ) ( -2424 -5096 400 -6.990502 12.750000 ) ) +( ( -2600 -5224 424 -6.040503 12.656250 ) ( -2520 -5176 424 -6.278002 12.656250 ) ( -2496 -5152 392 -6.515502 12.656250 ) ( -2456 -5128 384 -6.753002 12.656250 ) ( -2416 -5112 392 -6.990502 12.656250 ) ) +( ( -2576 -5232 424 -6.040503 12.593750 ) ( -2512 -5192 416 -6.278002 12.593750 ) ( -2488 -5168 384 -6.515502 12.593750 ) ( -2440 -5144 384 -6.753002 12.593750 ) ( -2416 -5120 384 -6.990502 12.593750 ) ) +( ( -2544 -5256 424 -6.040503 12.500000 ) ( -2496 -5208 432 -6.278002 12.500000 ) ( -2472 -5192 396 -6.515502 12.500000 ) ( -2424 -5168 384 -6.753002 12.500000 ) ( -2392 -5144 384 -6.990502 12.500000 ) ) +) + } + } +// brush 1428 + { + patchDef2 + { + central_europe_winter/snowtrench_1end + ( 7 5 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2304 -5272 416 -6.993472 17 ) ( -2352 -5296 432 -6.767847 17 ) ( -2384 -5312 432 -6.542222 17 ) ( -2424 -5328 432 -6.316597 17 ) ( -2464 -5352 408 -6.090974 17 ) ) +( ( -2336 -5216 424 -6.993472 17.062500 ) ( -2376 -5232 424 -6.767847 17.062500 ) ( -2408 -5256 424 -6.542222 17.062500 ) ( -2440 -5280 432 -6.316597 17.062500 ) ( -2496 -5312 432 -6.090974 17.062500 ) ) +( ( -2352 -5192 416 -6.993472 17.156250 ) ( -2384 -5216 416 -6.767847 17.156250 ) ( -2416 -5240 424 -6.542222 17.156250 ) ( -2448 -5264 432 -6.316597 17.156250 ) ( -2504 -5296 432 -6.090974 17.156250 ) ) +( ( -2360 -5184 392 -6.993472 17.250000 ) ( -2392 -5208 408 -6.767847 17.250000 ) ( -2432 -5232 424 -6.542222 17.250000 ) ( -2456 -5256 432 -6.316597 17.250000 ) ( -2512 -5296 424 -6.090974 17.250000 ) ) +( ( -2368 -5176 392 -6.993472 17.343750 ) ( -2408 -5200 384 -6.767847 17.343750 ) ( -2440 -5216 400 -6.542222 17.343750 ) ( -2472 -5240 424 -6.316597 17.343750 ) ( -2528 -5288 424 -6.090974 17.343750 ) ) +( ( -2376 -5176 376 -6.993472 17.406250 ) ( -2416 -5184 368 -6.767847 17.406250 ) ( -2456 -5208 384 -6.542222 17.406250 ) ( -2480 -5232 408 -6.316597 17.406250 ) ( -2536 -5272 424 -6.090974 17.406250 ) ) +( ( -2392 -5144 384 -6.993472 17.500000 ) ( -2424 -5168 384 -6.767847 17.500000 ) ( -2472 -5192 396 -6.542222 17.500000 ) ( -2496 -5208 432 -6.316597 17.500000 ) ( -2544 -5256 424 -6.090974 17.500000 ) ) +) + } + } +// brush 1429 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2200 -4848 376 4.800000 14 ) ( -2072 -4824 376 4.300000 14 ) ( -1952 -4760 376 3.800000 14 ) ) +( ( -2184 -4928 392 4.800000 14.093750 ) ( -2064 -4840 392 4.300000 14.093750 ) ( -1936 -4784 384 3.800000 14.093750 ) ) +( ( -2176 -4952 368 4.800000 14.187500 ) ( -2048 -4864 368 4.300000 14.187500 ) ( -1928 -4800 368 3.800000 14.187500 ) ) +( ( -2168 -4952 344 4.800000 14.250000 ) ( -2048 -4872 368 4.300000 14.250000 ) ( -1920 -4808 368 3.800000 14.250000 ) ) +( ( -2160 -4968 344 4.800000 14.343750 ) ( -2040 -4888 344 4.300000 14.343750 ) ( -1912 -4824 344 3.800000 14.343750 ) ) +( ( -2152 -4984 336 4.800000 14.406250 ) ( -2032 -4896 336 4.300000 14.406250 ) ( -1904 -4840 336 3.800000 14.406250 ) ) +( ( -2144 -5000 336 4.800000 14.500000 ) ( -2016 -4920 336 4.300000 14.500000 ) ( -1896 -4856 336 3.800000 14.500000 ) ) +) + } + } +// brush 1430 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1952 -4760 376 4.800000 14.000004 ) ( -1896 -4720 376 4.300000 14.000004 ) ( -1872 -4656 376 3.800000 14.000004 ) ) +( ( -1936 -4784 384 4.800000 14.093754 ) ( -1872 -4736 384 4.300000 14.093754 ) ( -1848 -4656 384 3.800000 14.093754 ) ) +( ( -1928 -4800 368 4.800000 14.187504 ) ( -1848 -4744 368 4.300000 14.187504 ) ( -1824 -4656 368 3.800000 14.187504 ) ) +( ( -1920 -4808 368 4.800000 14.250004 ) ( -1840 -4744 372 4.300000 14.250004 ) ( -1816 -4664 372 3.800000 14.250004 ) ) +( ( -1912 -4824 344 4.800000 14.343754 ) ( -1832 -4752 344 4.300000 14.343754 ) ( -1800 -4664 344 3.800000 14.343754 ) ) +( ( -1904 -4840 336 4.800000 14.406254 ) ( -1816 -4760 336 4.300000 14.406254 ) ( -1784 -4664 336 3.800000 14.406254 ) ) +( ( -1896 -4856 336 4.800000 14.500004 ) ( -1792 -4776 336 4.300000 14.500004 ) ( -1760 -4672 336 3.800000 14.500004 ) ) +) + } + } +// brush 1431 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2464 -5000 424 4.800000 14 ) ( -2344 -4968 400 4.300000 14 ) ( -2200 -4848 376 3.800000 14 ) ) +( ( -2432 -5064 440 4.800000 14.093750 ) ( -2336 -4984 416 4.300000 14.093750 ) ( -2184 -4928 392 3.800000 14.093750 ) ) +( ( -2424 -5080 416 4.800000 14.187500 ) ( -2320 -5008 392 4.300000 14.187500 ) ( -2176 -4952 368 3.800000 14.187500 ) ) +( ( -2424 -5096 400 4.800000 14.250000 ) ( -2320 -5016 368 4.300000 14.250000 ) ( -2168 -4952 344 3.800000 14.250000 ) ) +( ( -2416 -5112 392 4.800000 14.343750 ) ( -2312 -5032 368 4.300000 14.343750 ) ( -2160 -4968 344 3.800000 14.343750 ) ) +( ( -2416 -5120 384 4.800000 14.406250 ) ( -2304 -5040 360 4.300000 14.406250 ) ( -2152 -4984 336 3.800000 14.406250 ) ) +( ( -2392 -5144 384 4.800000 14.500000 ) ( -2288 -5064 360 4.300000 14.500000 ) ( -2144 -5000 336 3.800000 14.500000 ) ) +) + } + } +// brush 1432 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -1848 -4952 376 3.800000 15 ) ( -1968 -5120 344 4.300000 15 ) ( -2088 -5096 376 4.800000 15 ) ) +( ( -1864 -4920 392 3.800000 14.906250 ) ( -1984 -4984 392 4.300000 14.906250 ) ( -2112 -5064 384 4.800000 14.906250 ) ) +( ( -1872 -4904 368 3.800000 14.812500 ) ( -1992 -4968 376 4.300000 14.812500 ) ( -2112 -5048 368 4.800000 14.812500 ) ) +( ( -1880 -4896 352 3.800000 14.750000 ) ( -2000 -4952 352 4.300000 14.750000 ) ( -2120 -5040 352 4.800000 14.750000 ) ) +( ( -1880 -4896 352 3.800000 14.656250 ) ( -2000 -4952 352 4.300000 14.656250 ) ( -2120 -5040 352 4.800000 14.656250 ) ) +( ( -1880 -4888 336 3.800000 14.593750 ) ( -2000 -4944 336 4.300000 14.593750 ) ( -2128 -5032 336 4.800000 14.593750 ) ) +( ( -1896 -4856 336 3.800000 14.500000 ) ( -2016 -4920 336 4.300000 14.500000 ) ( -2144 -5000 336 4.800000 14.500000 ) ) +) + } + } +// brush 1433 + { + patchDef2 + { + central_europe_winter/snowtrench_512 + ( 7 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( -2088 -5096 376 3.800000 15 ) ( -2200 -5256 368 4.300000 15 ) ( -2304 -5272 416 4.800000 15 ) ) +( ( -2112 -5064 384 3.800000 14.906250 ) ( -2256 -5144 408 4.300000 14.906250 ) ( -2336 -5216 424 4.800000 14.906250 ) ) +( ( -2112 -5048 368 3.800000 14.812500 ) ( -2264 -5112 392 4.300000 14.812500 ) ( -2352 -5192 416 4.800000 14.812500 ) ) +( ( -2120 -5040 352 3.800000 14.750000 ) ( -2272 -5096 376 4.300000 14.750000 ) ( -2360 -5184 392 4.800000 14.750000 ) ) +( ( -2120 -5040 352 3.800000 14.656250 ) ( -2272 -5096 376 4.300000 14.656250 ) ( -2368 -5176 392 4.800000 14.656250 ) ) +( ( -2128 -5032 336 3.800000 14.593750 ) ( -2272 -5088 360 4.300000 14.593750 ) ( -2376 -5176 376 4.800000 14.593750 ) ) +( ( -2144 -5000 336 3.800000 14.500000 ) ( -2288 -5064 360 4.300000 14.500000 ) ( -2392 -5144 384 4.800000 14.500000 ) ) +) + } + } +// brush 1434 +{ +( -784 -3512 352 ) ( -1048 -3512 352 ) ( -1048 -3752 352 ) common/obscure_bush -32 16 0.00 1 1 671088640 2224 0 +( -1072 -3800 720 ) ( -1072 -3560 720 ) ( -808 -3560 720 ) common/obscure_bush -32 16 0.00 1 1 671088640 2224 0 +( -1040 -3720 456 ) ( -776 -3720 456 ) ( -776 -3720 248 ) common/obscure_bush -32 -40 0.00 1 1 671088640 2224 0 +( -912 -3752 456 ) ( -912 -3512 456 ) ( -912 -3512 248 ) common/obscure_bush -16 -40 0.00 1 1 671088640 2224 0 +( -792 -3584 432 ) ( -1056 -3584 432 ) ( -1056 -3584 224 ) common/obscure_bush -32 -40 0.00 1 1 671088640 2224 0 +( -1040 -3528 448 ) ( -1040 -3768 448 ) ( -1040 -3768 240 ) common/obscure_bush -16 -40 0.00 1 1 671088640 2224 0 +} +// brush 1435 +{ +( -832 -6760 296 ) ( -1096 -6760 296 ) ( -1096 -7000 296 ) common/obscure_bush 16 32 0.00 1 1 671088640 2224 0 +( -1120 -7048 664 ) ( -1120 -6808 664 ) ( -856 -6808 664 ) common/obscure_bush 16 32 0.00 1 1 671088640 2224 0 +( -1088 -6968 400 ) ( -824 -6968 400 ) ( -824 -6968 192 ) common/obscure_bush 16 32 0.00 1 1 671088640 2224 0 +( -960 -7000 400 ) ( -960 -6760 400 ) ( -960 -6760 192 ) common/obscure_bush -32 32 0.00 1 1 671088640 2224 0 +( -840 -6832 376 ) ( -1104 -6832 376 ) ( -1104 -6832 168 ) common/obscure_bush 16 32 0.00 1 1 671088640 2224 0 +( -1088 -6776 392 ) ( -1088 -7016 392 ) ( -1088 -7016 184 ) common/obscure_bush -32 32 0.00 1 1 671088640 2224 0 +} +// brush 1436 +{ +( -384 -4768 456 ) ( -648 -4768 456 ) ( -648 -5008 456 ) common/obscure_bush 16 40 0.00 1 1 671088640 2224 0 +( -651 -5056 762 ) ( -651 -4816 762 ) ( -387 -4816 762 ) common/obscure_bush 16 40 0.00 1 1 671088640 2224 0 +( -640 -4992 560 ) ( -376 -4992 560 ) ( -376 -4992 352 ) common/obscure_bush 16 0 0.00 1 1 671088640 2224 0 +( -496 -5008 560 ) ( -496 -4768 560 ) ( -496 -4768 352 ) common/obscure_bush -40 0 0.00 1 1 671088640 2224 0 +( -392 -4816 536 ) ( -656 -4816 536 ) ( -656 -4816 328 ) common/obscure_bush 16 0 0.00 1 1 671088640 2224 0 +( -648 -4784 552 ) ( -648 -5024 552 ) ( -648 -5024 344 ) common/obscure_bush -40 0 0.00 1 1 671088640 2224 0 +} +// brush 1437 +{ +( 256 -5592 456 ) ( -8 -5592 456 ) ( -8 -5832 456 ) common/obscure_bush -48 -16 0.00 1 1 671088640 2224 0 +( -32 -5862 754 ) ( -32 -5622 754 ) ( 232 -5622 754 ) common/obscure_bush -48 -16 0.00 1 1 671088640 2224 0 +( 0 -5816 560 ) ( 264 -5816 560 ) ( 264 -5816 352 ) common/obscure_bush -48 0 0.00 1 1 671088640 2224 0 +( 144 -5832 560 ) ( 144 -5592 560 ) ( 144 -5592 352 ) common/obscure_bush 16 0 0.00 1 1 671088640 2224 0 +( 248 -5640 536 ) ( -16 -5640 536 ) ( -16 -5640 328 ) common/obscure_bush -48 0 0.00 1 1 671088640 2224 0 +( -8 -5608 552 ) ( -8 -5848 552 ) ( -8 -5848 344 ) common/obscure_bush 16 0 0.00 1 1 671088640 2224 0 +} +// brush 1438 +{ +( 1256 -6504 216 ) ( 992 -6504 216 ) ( 992 -6744 216 ) common/obscure_bush -24 24 0.00 1 1 671088640 2224 0 +( 968 -6792 496 ) ( 968 -6552 496 ) ( 1232 -6552 496 ) common/obscure_bush -24 24 0.00 1 1 671088640 2224 0 +( 984 -6720 312 ) ( 1248 -6720 312 ) ( 1248 -6720 104 ) common/obscure_bush -24 -56 0.00 1 1 671088640 2224 0 +( 1128 -6760 312 ) ( 1128 -6520 312 ) ( 1128 -6520 104 ) common/obscure_bush -24 -56 0.00 1 1 671088640 2224 0 +( 1248 -6584 288 ) ( 984 -6584 288 ) ( 984 -6584 80 ) common/obscure_bush -24 -56 0.00 1 1 671088640 2224 0 +( 1000 -6528 304 ) ( 1000 -6768 304 ) ( 1000 -6768 96 ) common/obscure_bush -24 -56 0.00 1 1 671088640 2224 0 +} +// brush 1439 +{ +( 2476 -6678 228 ) ( 2212 -6678 228 ) ( 2212 -6918 228 ) common/obscure_bush 36 42 0.00 1 1 671088640 2224 0 +( 2188 -6966 508 ) ( 2188 -6726 508 ) ( 2452 -6726 508 ) common/obscure_bush 36 42 0.00 1 1 671088640 2224 0 +( 2204 -6894 324 ) ( 2468 -6894 324 ) ( 2468 -6894 116 ) common/obscure_bush 36 -44 0.00 1 1 671088640 2224 0 +( 2348 -6934 324 ) ( 2348 -6694 324 ) ( 2348 -6694 116 ) common/obscure_bush -42 -44 0.00 1 1 671088640 2224 0 +( 2468 -6758 300 ) ( 2204 -6758 300 ) ( 2204 -6758 92 ) common/obscure_bush 36 -44 0.00 1 1 671088640 2224 0 +( 2220 -6702 316 ) ( 2220 -6942 316 ) ( 2220 -6942 108 ) common/obscure_bush -42 -44 0.00 1 1 671088640 2224 0 +} +// brush 1440 +{ +( 2336 -6328 144 ) ( 2072 -6328 144 ) ( 2072 -6568 144 ) common/obscure_bush -16 8 0.00 1 1 671088640 2224 0 +( 2048 -6616 424 ) ( 2048 -6376 424 ) ( 2312 -6376 424 ) common/obscure_bush -16 8 0.00 1 1 671088640 2224 0 +( 2064 -6544 240 ) ( 2328 -6544 240 ) ( 2328 -6544 32 ) common/obscure_bush -16 0 0.00 1 1 671088640 2224 0 +( 2208 -6584 240 ) ( 2208 -6344 240 ) ( 2208 -6344 32 ) common/obscure_bush -8 0 0.00 1 1 671088640 2224 0 +( 2328 -6408 216 ) ( 2064 -6408 216 ) ( 2064 -6408 8 ) common/obscure_bush -16 0 0.00 1 1 671088640 2224 0 +( 2080 -6352 232 ) ( 2080 -6592 232 ) ( 2080 -6592 24 ) common/obscure_bush -8 0 0.00 1 1 671088640 2224 0 +} +// brush 1441 +{ +( 1456 -6168 192 ) ( 1192 -6168 192 ) ( 1192 -6408 192 ) common/obscure_bush 32 40 0.00 1 1 671088640 2224 0 +( 1168 -6456 472 ) ( 1168 -6216 472 ) ( 1432 -6216 472 ) common/obscure_bush 32 40 0.00 1 1 671088640 2224 0 +( 1184 -6384 288 ) ( 1448 -6384 288 ) ( 1448 -6384 80 ) common/obscure_bush 32 48 0.00 1 1 671088640 2224 0 +( 1328 -6424 288 ) ( 1328 -6184 288 ) ( 1328 -6184 80 ) common/obscure_bush -40 48 0.00 1 1 671088640 2224 0 +( 1448 -6248 264 ) ( 1184 -6248 264 ) ( 1184 -6248 56 ) common/obscure_bush 32 48 0.00 1 1 671088640 2224 0 +( 1200 -6192 280 ) ( 1200 -6432 280 ) ( 1200 -6432 72 ) common/obscure_bush -40 48 0.00 1 1 671088640 2224 0 +} +// brush 1442 +{ +( -4520 1336 1120 ) ( -4784 1336 1120 ) ( -4784 1096 1120 ) common/obscure_bush -16 -8 0.00 1 1 671088640 2224 0 +( -4808 1048 1584 ) ( -4808 1288 1584 ) ( -4544 1288 1584 ) common/obscure_bush -16 -8 0.00 1 1 671088640 2224 0 +( -4784 1120 1336 ) ( -4520 1120 1336 ) ( -4520 1120 1128 ) common/obscure_bush -16 8 0.00 1 1 671088640 2224 0 +( -4608 1080 1336 ) ( -4608 1320 1336 ) ( -4608 1320 1128 ) common/obscure_bush 8 8 0.00 1 1 671088640 2224 0 +( -4520 1272 1312 ) ( -4784 1272 1312 ) ( -4784 1272 1104 ) common/obscure_bush -16 8 0.00 1 1 671088640 2224 0 +( -4784 1312 1328 ) ( -4784 1072 1328 ) ( -4784 1072 1120 ) common/obscure_bush 8 8 0.00 1 1 671088640 2224 0 +} +// brush 1443 +{ +( -3872 1712 1184 ) ( -4136 1712 1184 ) ( -4136 1472 1184 ) common/obscure_bush -24 -16 0.00 1 1 671088640 2224 0 +( -4160 1424 1624 ) ( -4160 1664 1624 ) ( -3896 1664 1624 ) common/obscure_bush -24 -16 0.00 1 1 671088640 2224 0 +( -4136 1496 1400 ) ( -3872 1496 1400 ) ( -3872 1496 1192 ) common/obscure_bush -24 8 0.00 1 1 671088640 2224 0 +( -3960 1456 1400 ) ( -3960 1696 1400 ) ( -3960 1696 1192 ) common/obscure_bush 16 8 0.00 1 1 671088640 2224 0 +( -3872 1648 1376 ) ( -4136 1648 1376 ) ( -4136 1648 1168 ) common/obscure_bush -24 8 0.00 1 1 671088640 2224 0 +( -4136 1688 1392 ) ( -4136 1448 1392 ) ( -4136 1448 1184 ) common/obscure_bush 16 8 0.00 1 1 671088640 2224 0 +} +// brush 1444 +{ +( -2552 832 1176 ) ( -2816 832 1176 ) ( -2816 592 1176 ) common/obscure_bush 0 0 0.00 1 1 671088640 2224 0 +( -2840 544 1560 ) ( -2840 784 1560 ) ( -2576 784 1560 ) common/obscure_bush 0 0 0.00 1 1 671088640 2224 0 +( -2816 624 1392 ) ( -2552 624 1392 ) ( -2552 624 1184 ) common/obscure_bush 0 0 0.00 1 1 671088640 2224 0 +( -2624 576 1392 ) ( -2624 816 1392 ) ( -2624 816 1184 ) common/obscure_bush 0 0 0.00 1 1 671088640 2224 0 +( -2552 800 1368 ) ( -2816 800 1368 ) ( -2816 800 1160 ) common/obscure_bush 0 0 0.00 1 1 671088640 2224 0 +( -2816 808 1384 ) ( -2816 568 1384 ) ( -2816 568 1176 ) common/obscure_bush 0 0 0.00 1 1 671088640 2224 0 +} +} +// entity 1 +{ +"$targetname" "crashing_truck_mask" +"classname" "script_object" +// brush 0 +{ +( 4567 4080 1990 ) ( 4729 4080 1990 ) ( 4729 4080 1879 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4729 4096 1879 ) ( 4729 4096 1990 ) ( 4567 4096 1990 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4729 4139 1879 ) ( 4567 4139 1879 ) ( 4567 4080 1879 ) common/paperclip 0 -15 0.00 1 1 536870912 160 0 +( 4534 4139 1884 ) ( 4534 4139 1995 ) ( 4534 4080 1995 ) common/paperclip 15 4 0.00 1 1 536870912 160 0 +( 4567 4139 1990 ) ( 4729 4139 1990 ) ( 4729 4080 1990 ) common/paperclip 0 -15 0.00 1 1 536870912 160 0 +( 4749 4139 1990 ) ( 4749 4139 1879 ) ( 4749 4080 1879 ) common/paperclip 15 4 0.00 1 1 536870912 160 0 +} +// brush 1 +{ +( 4535 4096 1987 ) ( 4537 4096 1987 ) ( 4537 4096 1882 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4537 4147 1882 ) ( 4537 4147 1987 ) ( 4535 4147 1987 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4537 4156 1882 ) ( 4535 4156 1882 ) ( 4535 4097 1882 ) common/paperclip 0 0 0.00 1 1 536870912 160 0 +( 4534 4157 1881 ) ( 4534 4157 1986 ) ( 4534 4098 1986 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4536 4156 1990 ) ( 4538 4156 1990 ) ( 4538 4097 1990 ) common/paperclip 0 0 0.00 1 1 536870912 160 0 +( 4537 4132 1987 ) ( 4537 4132 1882 ) ( 4537 4073 1882 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +} +// brush 2 +{ +( 4718 4096 1883 ) ( 4726 4096 1883 ) ( 4726 4096 1878 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4726 4150 1878 ) ( 4726 4150 1883 ) ( 4718 4150 1883 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4727 4125 1879 ) ( 4719 4125 1879 ) ( 4719 4100 1879 ) common/paperclip 0 3 0.00 1 1 536870912 160 0 +( 4534 4125 1880 ) ( 4534 4125 1885 ) ( 4534 4100 1885 ) common/paperclip -3 4 0.00 1 1 536870912 160 0 +( 4630 4125 1882 ) ( 4638 4125 1882 ) ( 4638 4100 1882 ) common/paperclip 0 3 0.00 1 1 536870912 160 0 +( 4749 4125 1883 ) ( 4749 4125 1878 ) ( 4749 4100 1878 ) common/paperclip -3 4 0.00 1 1 536870912 160 0 +} +// brush 3 +{ +( 4688 4240 1912 ) ( 4688 4240 1968 ) ( 4536 4240 1968 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4600 4208 1966 ) ( 4712 4208 1966 ) ( 4712 4208 1912 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4601 4250 1912 ) ( 4601 4208 1912 ) ( 4713 4208 1912 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4534 4249 1966 ) ( 4534 4207 1966 ) ( 4534 4207 1912 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +( 4713 4250 1966 ) ( 4713 4208 1966 ) ( 4601 4208 1966 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4668 4244 1968 ) ( 4668 4244 1912 ) ( 4716 4212 1912 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +} +// brush 4 +{ +( 4729 4208 1883 ) ( 4729 4208 1994 ) ( 4567 4208 1994 ) common/woodclip -17 -28 -180.00 1 -1 536870912 16544 0 +( 4567 4201 1994 ) ( 4729 4201 1994 ) ( 4729 4201 1883 ) common/woodclip -17 -28 -180.00 1 -1 536870912 16544 0 +( 4567 4208 1883 ) ( 4567 4149 1883 ) ( 4729 4149 1883 ) common/woodclip -17 11 -180.00 1 -1 536870912 16544 0 +( 4534 4208 1999 ) ( 4534 4149 1999 ) ( 4534 4149 1888 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +( 4729 4208 1994 ) ( 4729 4149 1994 ) ( 4567 4149 1994 ) common/woodclip -17 11 -180.00 1 -1 536870912 16544 0 +( 4752 4207 1883 ) ( 4752 4148 1883 ) ( 4752 4148 1994 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +} +// brush 5 +{ +( 4537 4201 1886 ) ( 4537 4201 1991 ) ( 4535 4201 1991 ) common/woodclip -17 -28 -180.00 1 -1 536870912 16544 0 +( 4535 4147 1991 ) ( 4537 4147 1991 ) ( 4537 4147 1886 ) common/woodclip -17 -28 -180.00 1 -1 536870912 16544 0 +( 4535 4206 1886 ) ( 4535 4147 1886 ) ( 4537 4147 1886 ) common/woodclip -17 11 -180.00 1 -1 536870912 16544 0 +( 4534 4205 1990 ) ( 4534 4146 1990 ) ( 4534 4146 1885 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +( 4537 4206 1991 ) ( 4537 4147 1991 ) ( 4535 4147 1991 ) common/woodclip -17 11 -180.00 1 -1 536870912 16544 0 +( 4537 4206 1886 ) ( 4537 4147 1886 ) ( 4537 4147 1991 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +} +// brush 6 +{ +( 4727 4201 1882 ) ( 4727 4201 1887 ) ( 4719 4201 1887 ) common/woodclip -17 -28 -180.00 1 -1 536870912 16544 0 +( 4718 4147 1887 ) ( 4726 4147 1887 ) ( 4726 4147 1882 ) common/woodclip -17 -28 -180.00 1 -1 536870912 16544 0 +( 4719 4206 1883 ) ( 4719 4181 1883 ) ( 4727 4181 1883 ) common/woodclip -17 11 -180.00 1 -1 536870912 16544 0 +( 4534 4206 1889 ) ( 4534 4181 1889 ) ( 4534 4181 1884 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +( 4638 4206 1886 ) ( 4638 4181 1886 ) ( 4630 4181 1886 ) common/woodclip -17 11 -180.00 1 -1 536870912 16544 0 +( 4749 4206 1882 ) ( 4749 4181 1882 ) ( 4749 4181 1887 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +} +// brush 7 +{ +( 4727 4201 1990 ) ( 4727 4201 1995 ) ( 4719 4201 1995 ) common/woodclip -17 -28 -180.00 1 -1 536870912 16544 0 +( 4718 4147 1995 ) ( 4726 4147 1995 ) ( 4726 4147 1990 ) common/woodclip -17 -28 -180.00 1 -1 536870912 16544 0 +( 4719 4205 1991 ) ( 4719 4180 1991 ) ( 4727 4180 1991 ) common/woodclip -17 10 -180.00 1 -1 536870912 16544 0 +( 4534 4205 1997 ) ( 4534 4180 1997 ) ( 4534 4180 1992 ) common/woodclip 27 9 90.00 1 -1 536870912 16544 0 +( 4638 4205 1994 ) ( 4638 4180 1994 ) ( 4630 4180 1994 ) common/woodclip -17 10 -180.00 1 -1 536870912 16544 0 +( 4749 4205 1990 ) ( 4749 4180 1990 ) ( 4749 4180 1995 ) common/woodclip 27 9 90.00 1 -1 536870912 16544 0 +} +// brush 8 +{ +( 4477 4250 1953 ) ( 4477 4250 2059 ) ( 4407 4250 2059 ) common/metalclip -45 8 -180.00 1 -1 536870912 32928 0 +( 4477 4208 1954 ) ( 4407 4208 1954 ) ( 4407 4208 2061 ) common/metalclip -45 8 -180.00 1 -1 536870912 32928 0 +( 4407 4274 1902 ) ( 4407 4186 1902 ) ( 4477 4184 1902 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4402 4272 2060 ) ( 4402 4182 2061 ) ( 4402 4182 1954 ) common/metalclip -9 19 90.00 1 -1 536870912 32928 0 +( 4477 4276 1974 ) ( 4477 4186 1975 ) ( 4407 4188 1975 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4477 4273 1954 ) ( 4477 4183 1954 ) ( 4477 4183 2060 ) common/metalclip -9 19 90.00 1 -1 536870912 32928 0 +} +// brush 9 +{ +( 4403 4277 1992 ) ( 4403 4277 1974 ) ( 4473 4277 1974 ) common/metalclip -45 8 -180.00 1 -1 536870912 32928 0 +( 4477 4208 1971 ) ( 4407 4208 1971 ) ( 4407 4208 2078 ) common/metalclip -45 8 -180.00 1 -1 536870912 32928 0 +( 4477 4208 1975 ) ( 4477 4273 1975 ) ( 4407 4273 1975 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4407 4208 1974 ) ( 4407 4273 1975 ) ( 4407 4273 1992 ) common/metalclip -9 19 90.00 1 -1 536870912 32928 0 +( 4407 4208 1992 ) ( 4407 4273 1992 ) ( 4477 4273 1992 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4473 4212 1992 ) ( 4473 4277 1992 ) ( 4473 4277 1975 ) common/metalclip -9 19 90.00 1 -1 536870912 32928 0 +} +// brush 10 +{ +( 4680 4277 2013 ) ( 4680 4277 2088 ) ( 4614 4277 2088 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4619 4215 2088 ) ( 4685 4215 2088 ) ( 4685 4215 2013 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4618 4242 1968 ) ( 4618 4241 1968 ) ( 4684 4241 1968 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4627 4258 2088 ) ( 4627 4257 2088 ) ( 4627 4257 2013 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +( 4685 4241 1997 ) ( 4685 4240 1997 ) ( 4619 4240 1997 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4685 4242 2013 ) ( 4685 4241 2013 ) ( 4685 4241 2088 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +} +// brush 11 +{ +( 4680 4277 1923 ) ( 4680 4277 1998 ) ( 4614 4277 1998 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4619 4215 1998 ) ( 4685 4215 1998 ) ( 4685 4215 1923 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4618 4242 1878 ) ( 4618 4241 1878 ) ( 4684 4241 1878 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4627 4258 1998 ) ( 4627 4257 1998 ) ( 4627 4257 1923 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +( 4685 4241 1907 ) ( 4685 4240 1907 ) ( 4619 4240 1907 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4685 4242 1923 ) ( 4685 4241 1923 ) ( 4685 4241 1998 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +} +// brush 12 +{ +( 4529 4242 1886 ) ( 4529 4242 1897 ) ( 4477 4242 1897 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4477 4241 1897 ) ( 4529 4241 1897 ) ( 4529 4241 1886 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4477 4273 1886 ) ( 4477 4208 1886 ) ( 4529 4208 1886 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4477 4273 1897 ) ( 4477 4208 1897 ) ( 4477 4208 1886 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +( 4529 4273 1897 ) ( 4529 4208 1897 ) ( 4477 4208 1897 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4529 4273 1886 ) ( 4529 4208 1886 ) ( 4529 4208 1897 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +} +// brush 13 +{ +( 4529 4242 1981 ) ( 4529 4242 1992 ) ( 4477 4242 1992 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4477 4241 1992 ) ( 4529 4241 1992 ) ( 4529 4241 1981 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4477 4273 1981 ) ( 4477 4208 1981 ) ( 4529 4208 1981 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4477 4273 1992 ) ( 4477 4208 1992 ) ( 4477 4208 1981 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +( 4529 4273 1992 ) ( 4529 4208 1992 ) ( 4477 4208 1992 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4529 4273 1981 ) ( 4529 4208 1981 ) ( 4529 4208 1992 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +} +// brush 14 +{ +( 4477 4208 1992 ) ( 4410 4208 1992 ) ( 4410 4208 1886 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4412 4186 1992 ) ( 4477 4184 1992 ) ( 4477 4184 1886 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4477 4208 1904 ) ( 4410 4208 1923 ) ( 4412 4186 1923 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4410 4208 1923 ) ( 4410 4208 1955 ) ( 4412 4186 1955 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +( 4410 4208 1955 ) ( 4477 4208 1975 ) ( 4477 4184 1974 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4477 4184 1905 ) ( 4477 4184 1974 ) ( 4477 4208 1975 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +} +// brush 15 +{ +( 4473 4277 1885 ) ( 4473 4277 1903 ) ( 4403 4277 1903 ) common/metalclip -45 8 -180.00 1 -1 536870912 32928 0 +( 4477 4208 1882 ) ( 4407 4208 1882 ) ( 4407 4208 1989 ) common/metalclip -45 8 -180.00 1 -1 536870912 32928 0 +( 4407 4273 1885 ) ( 4407 4185 1885 ) ( 4477 4183 1885 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4407 4273 1988 ) ( 4407 4183 1989 ) ( 4407 4183 1882 ) common/metalclip -9 19 90.00 1 -1 536870912 32928 0 +( 4407 4208 1902 ) ( 4407 4273 1902 ) ( 4477 4273 1902 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4473 4277 1882 ) ( 4473 4187 1882 ) ( 4473 4187 1988 ) common/metalclip -9 19 90.00 1 -1 536870912 32928 0 +} +// brush 16 +{ +( 4752 4201 1886 ) ( 4752 4201 1991 ) ( 4750 4201 1991 ) common/woodclip 6 24 -180.00 1 -1 536870912 16544 0 +( 4749 4136 1991 ) ( 4751 4136 1991 ) ( 4751 4136 1886 ) common/woodclip 6 24 -180.00 1 -1 536870912 16544 0 +( 4750 4206 1886 ) ( 4750 4147 1886 ) ( 4752 4147 1886 ) common/woodclip 6 11 -180.00 1 -1 536870912 16544 0 +( 4749 4205 1990 ) ( 4749 4146 1990 ) ( 4749 4146 1885 ) common/woodclip -26 24 -180.00 1 -1 536870912 16544 0 +( 4752 4206 1991 ) ( 4752 4147 1991 ) ( 4750 4147 1991 ) common/woodclip 6 11 -180.00 1 -1 536870912 16544 0 +( 4752 4206 1886 ) ( 4752 4147 1886 ) ( 4752 4147 1991 ) common/woodclip -26 24 -180.00 1 -1 536870912 16544 0 +} +// brush 17 +{ +( 4722 4096 1994 ) ( 4730 4096 1994 ) ( 4730 4096 1989 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4726 4147 1989 ) ( 4726 4147 1994 ) ( 4718 4147 1994 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4727 4122 1990 ) ( 4719 4122 1990 ) ( 4719 4097 1990 ) common/paperclip 0 0 0.00 1 1 536870912 160 0 +( 4534 4122 1991 ) ( 4534 4122 1996 ) ( 4534 4097 1996 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +( 4630 4122 1993 ) ( 4638 4122 1993 ) ( 4638 4097 1993 ) common/paperclip 0 0 0.00 1 1 536870912 160 0 +( 4749 4122 1994 ) ( 4749 4122 1989 ) ( 4749 4097 1989 ) common/paperclip 0 4 0.00 1 1 536870912 160 0 +} +// brush 18 +{ +( 4540 4201 1886 ) ( 4540 4201 1991 ) ( 4538 4201 1991 ) common/woodclip -14 -28 -180.00 1 -1 536870912 16544 0 +( 4539 4182 1991 ) ( 4541 4182 1991 ) ( 4541 4182 1886 ) common/woodclip -14 -28 -180.00 1 -1 536870912 16544 0 +( 4538 4206 1886 ) ( 4538 4147 1886 ) ( 4540 4147 1886 ) common/woodclip -14 11 -180.00 1 -1 536870912 16544 0 +( 4537 4205 1990 ) ( 4537 4146 1990 ) ( 4537 4146 1885 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +( 4748 4210 1886 ) ( 4748 4151 1886 ) ( 4748 4151 1991 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +( 4592 4182 1920 ) ( 4616 4201 1920 ) ( 4640 4182 1920 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +} +// brush 19 +{ +( 4540 4201 1886 ) ( 4540 4201 1991 ) ( 4538 4201 1991 ) common/woodclip -14 -28 -180.00 1 -1 536870912 16544 0 +( 4539 4182 1991 ) ( 4541 4182 1991 ) ( 4541 4182 1886 ) common/woodclip -14 -28 -180.00 1 -1 536870912 16544 0 +( 4537 4205 1990 ) ( 4537 4146 1990 ) ( 4537 4146 1885 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +( 4540 4206 1991 ) ( 4540 4147 1991 ) ( 4538 4147 1991 ) common/woodclip -14 11 -180.00 1 -1 536870912 16544 0 +( 4748 4210 1886 ) ( 4748 4151 1886 ) ( 4748 4151 1991 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +( 4616 4201 1952 ) ( 4592 4182 1952 ) ( 4640 4182 1952 ) common/woodclip 27 10 90.00 1 -1 536870912 16544 0 +} +// brush 20 +{ +( 4477 4180 1981 ) ( 4477 4180 1897 ) ( 4534 4180 1897 ) common/glassclip 8 -32 -180.00 1 -1 536870912 4194464 0 +( 4477 4180 1897 ) ( 4477 4180 1981 ) ( 4486 4153 1981 ) common/glassclip 31 0 90.00 1 -1 536870912 4194464 0 +( 4534 4180 1897 ) ( 4534 4153 1897 ) ( 4534 4153 1981 ) common/tankclip 15 0 90.00 1 -1 983040 34976 0 +( 4534 4153 1981 ) ( 4486 4153 1981 ) ( 4478 4180 1981 ) common/glassclip 8 0 -180.00 1 -1 536870912 4194464 0 +( 4478 4180 1897 ) ( 4486 4153 1897 ) ( 4534 4153 1897 ) common/glassclip 8 0 -180.00 1 -1 536870912 4194464 0 +( 4534 4153 1897 ) ( 4486 4153 1897 ) ( 4486 4153 1981 ) common/tankclip 48 -16 -180.00 1 -1 983040 34976 0 +} +// brush 21 +{ +( 4534 4243 1897 ) ( 4534 4243 1981 ) ( 4477 4243 1981 ) common/metalclip -45 12 -180.00 1 -1 536870912 32928 0 +( 4476 4274 1897 ) ( 4476 4154 1897 ) ( 4546 4154 1897 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4477 4181 1981 ) ( 4477 4180 1897 ) ( 4477 4243 1897 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +( 4547 4274 1981 ) ( 4547 4154 1981 ) ( 4477 4154 1981 ) common/metalclip -45 20 -180.00 1 -1 536870912 32928 0 +( 4534 4243 1981 ) ( 4534 4243 1897 ) ( 4534 4153 1897 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +( 4486 4153 1897 ) ( 4477 4180.000488 1897 ) ( 4477 4180 1981 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +( 4486 4180 1897 ) ( 4477 4180 1897 ) ( 4481.500000 4180 1981 ) common/metalclip -13 19 90.00 1 -1 536870912 32928 0 +} +} +// entity 2 +{ +"origin" "7131.51 5195.74 1926.79" +"angle" "270" +"testanim" "idle" +"model" "static/logStack0.tik" +"scale" ".35" +"classname" "addon_static_natural_logs_logStack0" +} +// entity 3 +{ +"setthread" "scene9_grenades" +"classname" "trigger_once" +// brush 0 +{ +( 3393 5501 1108 ) ( 3393 9741 1108 ) ( 1297 9741 1108 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1297 9729 3152 ) ( 3393 9729 3152 ) ( 3393 5489 3152 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 256 9672 1960 ) ( 256 5432 1960 ) ( 256 5432 1928 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1390 3456 1960 ) ( 3486 3456 1960 ) ( 3486 3456 1928 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 352 5019 1960 ) ( 352 9259 1960 ) ( 352 9259 1928 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 3200 7460 1960 ) ( 1104 7460 1960 ) ( 1104 7460 1928 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 4 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6260 3084 1952 ) ( 6140 3084 1952 ) ( 6140 3032 1952 ) common/tallen_nodraw -8 -4 0.00 1 1 0 2288 0 +( 6140 3032 1984 ) ( 6140 3084 1984 ) ( 6260 3084 1984 ) german/gnrlcratesml_side 112 48 0.00 -0.250000 0.250000 0 16384 0 +( 6140 3052 2018 ) ( 6260 3052 2018 ) ( 6260 3052 1952 ) german/gnrlcratesml_frnt 112 0 0.00 -0.250000 0.250000 0 16384 0 +( 6172 3030 2018 ) ( 6172 3082 2018 ) ( 6172 3082 1952 ) german/gnrlcratesml_frnt 48 0 0.00 -0.250000 0.250000 0 16384 0 +( 6260 3084 2018 ) ( 6140 3084 2018 ) ( 6140 3084 1952 ) german/gnrlcratesml_frnt 112 0 0.00 -0.250000 0.250000 0 16384 0 +( 6140 3084 2018 ) ( 6140 3032 2018 ) ( 6140 3032 1952 ) german/gnrlcratesml_frnt 48 0 0.00 -0.250000 0.250000 0 16384 0 +} +} +// entity 5 +{ +"$targetname" "tent3" +"classname" "script_object" +// brush 0 + { + patchDef2 + { + central_europe_winter/netting_winter + ( 7 7 8192 -2080374272 0 subdivisions 28.678118 ) +( +( ( -513.571167 4738.929199 1950 0 2.387345 ) ( -490.250427 4738.538574 1930 0 2.147309 ) ( -459.467529 4733.217773 1930 0 1.903238 ) ( -507.821533 4672.968750 1954 0 1.271246 ) ( -473.283813 4605.151367 1906 0 0.568295 ) ( -519.390015 4597.007324 1906 0 0.202523 ) ( -530.853455 4608.862305 1926 0 0 ) ) +( ( -513.571167 4738.929199 1974 0.187500 2.387345 ) ( -503.179810 4744.929688 1982 0.187500 2.147309 ) ( -488.250061 4735.073242 1962 0.187500 1.903238 ) ( -518.749268 4675.896973 1966 0.187500 1.271246 ) ( -502.069946 4607.007813 1938 0.187500 0.568295 ) ( -522.852478 4595.006836 1950 0.187500 0.202523 ) ( -530.853455 4608.862305 1950 0.187500 0 ) ) +( ( -515.571777 4742.394531 1986 0.264047 2.387345 ) ( -512.108337 4744.393555 1986 0.264047 2.147309 ) ( -513.571167 4738.929199 1994 0.264047 1.903238 ) ( -518.749268 4675.896973 1986 0.264047 1.271246 ) ( -527.389404 4610.863770 1970 0.264047 0.568295 ) ( -528.854065 4605.398438 1962 0.264047 0.202523 ) ( -530.318787 4599.935547 1954 0.264047 0 ) ) +( ( -593.531860 4757.427246 1926 0.940809 2.387345 ) ( -594.997559 4751.963379 1950 0.940809 2.147309 ) ( -596.461487 4746.500000 1970 0.940809 1.903238 ) ( -601.638245 4683.465332 1962 0.940809 1.271246 ) ( -610.279968 4618.432129 1946 0.940809 0.568295 ) ( -611.743896 4612.969238 1938 0.940809 0.202523 ) ( -613.207642 4607.505859 1930 0.940809 0 ) ) +( ( -679.886841 4762.998535 1986 1.635375 2.387345 ) ( -679.886841 4762.998535 1986 1.635375 2.147309 ) ( -681.350891 4757.532715 1994 1.635375 1.903238 ) ( -686.528687 4694.499512 1986 1.635375 1.271246 ) ( -695.168945 4629.465820 1970 1.635375 0.568295 ) ( -696.633850 4624.002441 1962 1.635375 0.202523 ) ( -698.096863 4618.538086 1954 1.635375 0 ) ) +( ( -677.887024 4759.534180 1974 1.729125 2.387345 ) ( -687.351929 4767.924316 1962 1.729125 2.147309 ) ( -710.135193 4759.389160 1962 1.729125 1.903238 ) ( -686.528687 4694.499512 1966 1.729125 1.271246 ) ( -723.953491 4631.322754 1938 1.729125 0.568295 ) ( -707.025757 4618.001953 1934 1.729125 0.202523 ) ( -695.168945 4629.465820 1950 1.729125 0 ) ) +( ( -677.887024 4759.534180 1950 1.916625 2.387345 ) ( -687.351929 4767.924316 1930 1.916625 2.147309 ) ( -735.456421 4763.244141 1930 1.916625 1.903238 ) ( -700.920105 4695.427734 1954 1.916625 1.271246 ) ( -749.274475 4635.178711 1906 1.916625 0.568295 ) ( -699.632996 4629.198242 1900 1.916625 0.202523 ) ( -695.168945 4629.465820 1926 1.916625 0 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/netting_winter + ( 7 7 8192 -2080374272 0 subdivisions 28.678118 ) +( +( ( -530.853455 4608.862305 1926 0 0 ) ( -519.390015 4597.007324 1906 0 0.202523 ) ( -473.283813 4605.151367 1906 0 0.568295 ) ( -507.821533 4672.968750 1954 0 1.271246 ) ( -459.467529 4733.217773 1930 0 1.903238 ) ( -490.250427 4738.538574 1930 0 2.147309 ) ( -513.571167 4738.929199 1950 0 2.387345 ) ) +( ( -530.853455 4608.862305 1950 0.187500 0 ) ( -522.852478 4595.006836 1950 0.187500 0.202523 ) ( -502.069946 4607.007813 1938 0.187500 0.568295 ) ( -518.749268 4675.896973 1966 0.187500 1.271246 ) ( -488.250061 4735.073242 1962 0.187500 1.903238 ) ( -503.179810 4744.929688 1982 0.187500 2.147309 ) ( -513.571167 4738.929199 1974 0.187500 2.387345 ) ) +( ( -530.318787 4599.935547 1954 0.264047 0 ) ( -528.854065 4605.398438 1962 0.264047 0.202523 ) ( -527.389404 4610.863770 1970 0.264047 0.568295 ) ( -518.749268 4675.896973 1986 0.264047 1.271246 ) ( -513.571167 4738.929199 1994 0.264047 1.903238 ) ( -512.108337 4744.393555 1986 0.264047 2.147309 ) ( -515.571777 4742.394531 1986 0.264047 2.387345 ) ) +( ( -613.207642 4607.505859 1930 0.940809 0 ) ( -611.743896 4612.969238 1938 0.940809 0.202523 ) ( -610.279968 4618.432129 1946 0.940809 0.568295 ) ( -601.638245 4683.465332 1962 0.940809 1.271246 ) ( -596.461487 4746.500000 1970 0.940809 1.903238 ) ( -594.997559 4751.963379 1950 0.940809 2.147309 ) ( -593.531860 4757.427246 1926 0.940809 2.387345 ) ) +( ( -698.096863 4618.538086 1954 1.635375 0 ) ( -696.633850 4624.002441 1962 1.635375 0.202523 ) ( -695.168945 4629.465820 1970 1.635375 0.568295 ) ( -686.528687 4694.499512 1986 1.635375 1.271246 ) ( -681.350891 4757.532715 1994 1.635375 1.903238 ) ( -679.886841 4762.998535 1986 1.635375 2.147309 ) ( -679.886841 4762.998535 1986 1.635375 2.387345 ) ) +( ( -695.168945 4629.465820 1950 1.729125 0 ) ( -707.025757 4618.001953 1934 1.729125 0.202523 ) ( -723.953491 4631.322754 1938 1.729125 0.568295 ) ( -686.528687 4694.499512 1966 1.729125 1.271246 ) ( -710.135193 4759.389160 1962 1.729125 1.903238 ) ( -687.351929 4767.924316 1962 1.729125 2.147309 ) ( -677.887024 4759.534180 1974 1.729125 2.387345 ) ) +( ( -695.168945 4629.465820 1926 1.916625 0 ) ( -699.632996 4629.198242 1900 1.916625 0.202523 ) ( -749.274475 4635.178711 1906 1.916625 0.568295 ) ( -700.920105 4695.427734 1954 1.916625 1.271246 ) ( -735.456421 4763.244141 1930 1.916625 1.903238 ) ( -687.351929 4767.924316 1930 1.916625 2.147309 ) ( -677.887024 4759.534180 1950 1.916625 2.387345 ) ) +) + } + } +// brush 2 +{ +( -664 4744 1786 ) ( -668 4751 1786 ) ( -675 4747 1786 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( -680 4763 1994 ) ( -673 4767 1994 ) ( -669 4760 1994 ) central_europe_winter/joist_w -6 56 0.00 -0.156235 0.040619 0 16384 0 +surfaceparm detail +( -676 4756 1994 ) ( -668 4751 1866 ) ( -672 4749 1866 ) central_europe_winter/joist_w -29 75 0.00 -0.506243 1.625000 0 16384 0 +surfaceparm detail +( -679 4754 1994 ) ( -672 4749 1866 ) ( -674 4753 1866 ) central_europe_winter/joist_w 15 75 0.00 -0.386719 1.625000 0 16384 0 +surfaceparm detail +( -681 4758 1994 ) ( -674 4753 1866 ) ( -670 4755 1866 ) central_europe_winter/joist_w -28 75 0.00 -0.496096 1.625000 0 16384 0 +surfaceparm detail +( -678 4760 1994 ) ( -670 4755 1866 ) ( -668 4751 1866 ) central_europe_winter/joist_w 30 75 0.00 -0.366394 1.625000 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( -676 4636 1802 ) ( -680 4643 1802 ) ( -687 4639 1802 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( -696 4638 1970 ) ( -689 4642 1970 ) ( -685 4636 1970 ) central_europe_winter/joist_w -13 11 0.00 -0.156233 0.039059 0 16384 0 +surfaceparm detail +( -692 4632 1970 ) ( -687 4639 1866 ) ( -690 4637 1866 ) central_europe_winter/joist_w -23 92 0.00 -0.346165 1.312500 0 16384 0 +surfaceparm detail +( -695 4630 1970 ) ( -690 4637 1866 ) ( -692 4640 1866 ) central_europe_winter/joist_w 19 92 0.00 -0.447113 1.312500 0 16384 0 +surfaceparm detail +( -697 4633 1970 ) ( -692 4640 1866 ) ( -689 4642 1866 ) central_europe_winter/joist_w -29 92 0.00 -0.346155 1.312500 0 16384 0 +surfaceparm detail +( -694 4635 1970 ) ( -689 4642 1866 ) ( -687 4639 1866 ) central_europe_winter/joist_w 24 92 0.00 -0.447098 1.312500 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( -538 4605 1802 ) ( -542 4612 1802 ) ( -549 4608 1802 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( -531 4618 1970 ) ( -524 4622 1970 ) ( -520 4615 1970 ) central_europe_winter/joist_w -26 123 0.00 -0.187531 0.046280 0 16384 0 +surfaceparm detail +( -527 4611 1970 ) ( -535 4616 1866 ) ( -538 4614 1866 ) central_europe_winter/joist_w 0 92 0.00 -0.484274 1.312500 0 16384 0 +surfaceparm detail +( -531 4609 1970 ) ( -538 4614 1866 ) ( -540 4617 1866 ) central_europe_winter/joist_w 12 92 0.00 -0.360596 1.312500 0 16384 0 +surfaceparm detail +( -533 4612 1970 ) ( -540 4617 1866 ) ( -537 4619 1866 ) central_europe_winter/joist_w -9 92 0.00 -0.468760 1.312500 0 16384 0 +surfaceparm detail +( -529 4614 1970 ) ( -537 4619 1866 ) ( -535 4616 1866 ) central_europe_winter/joist_w 7 92 0.00 -0.337265 1.312500 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( -512 4721 1802 ) ( -516 4728 1802 ) ( -523 4724 1802 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( -515 4742 1994 ) ( -509 4746 1994 ) ( -505 4740 1994 ) central_europe_winter/joist_w 0 23 0.00 -0.131245 0.032814 0 16384 0 +surfaceparm detail +( -512 4736 1994 ) ( -516 4728 1866 ) ( -520 4726 1866 ) central_europe_winter/joist_w -7 49 0.00 -0.312496 1.500000 0 16384 0 +surfaceparm detail +( -515 4734 1994 ) ( -520 4726 1866 ) ( -522 4730 1866 ) central_europe_winter/joist_w 19 49 0.00 -0.481232 1.500000 0 16384 0 +surfaceparm detail +( -517 4737 1994 ) ( -522 4730 1866 ) ( -518 4732 1866 ) central_europe_winter/joist_w -4 49 0.00 -0.340624 1.500000 0 16384 0 +surfaceparm detail +( -514 4739 1994 ) ( -518 4732 1866 ) ( -516 4728 1866 ) central_europe_winter/joist_w 25 49 0.00 -0.453140 1.500000 0 16384 0 +surfaceparm detail +} +// brush 6 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -427.515869 4597.382813 1831.999512 0 0 ) ( -480.966553 4606.083008 1912 0 2 ) ( -526.319885 4610.723145 1968.000488 0 4 ) ) +( ( -428.015869 4597.382813 1831.999512 0.500000 0 ) ( -481.466003 4606.083496 1912 0.500000 2 ) ( -526.820435 4610.723633 1968.000488 0.500000 4 ) ) +( ( -428.016968 4597.883301 1831.999512 1 0 ) ( -481.465149 4606.583496 1912 1 2 ) ( -526.820374 4611.222656 1968.000488 1 4 ) ) +( ( -428.016357 4598.383789 1831.999512 1.500000 0 ) ( -481.465759 4607.083008 1912 1.500000 2 ) ( -526.820068 4611.723633 1968.000488 1.500000 4 ) ) +( ( -427.516602 4598.383301 1831.999512 2 0 ) ( -480.965515 4607.083008 1912 2 2 ) ( -526.319519 4611.723633 1968.000488 2 4 ) ) +( ( -427.016052 4598.383301 1831.999512 2.500000 0 ) ( -480.465759 4607.083984 1912 2.500000 2 ) ( -525.819580 4611.722656 1968.000488 2.500000 4 ) ) +( ( -427.016663 4597.883789 1831.999512 3 0 ) ( -480.465515 4606.583496 1912 3 2 ) ( -525.819763 4611.222656 1968.000488 3 4 ) ) +( ( -427.015686 4597.383301 1831.999512 3.500000 0 ) ( -480.466309 4606.083008 1912 3.500000 2 ) ( -525.819031 4610.723145 1968.000488 3.500000 4 ) ) +( ( -427.515869 4597.382813 1831.999512 4 0 ) ( -480.966553 4606.083008 1912 4 2 ) ( -526.319885 4610.723145 1968.000488 4 4 ) ) +) + } + } +// brush 7 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -386.956848 4720.060059 1839.999512 0 0 ) ( -467.073853 4731.967773 1936 0 2 ) ( -512.945984 4738.540039 1990.000488 0 4 ) ) +( ( -387.456421 4720.060547 1839.999512 0.500000 0 ) ( -467.574890 4731.968262 1936 0.500000 2 ) ( -513.445190 4738.539551 1990.000488 0.500000 4 ) ) +( ( -387.456665 4720.560059 1839.999512 1 0 ) ( -467.573486 4732.466797 1936 1 2 ) ( -513.445740 4739.039551 1990.000488 1 4 ) ) +( ( -387.456909 4721.061035 1839.999512 1.500000 0 ) ( -467.573669 4732.967773 1936 1.500000 2 ) ( -513.445618 4739.541016 1990.000488 1.500000 4 ) ) +( ( -386.957275 4721.061035 1839.999512 2 0 ) ( -467.073425 4732.967285 1936 2 2 ) ( -512.945557 4739.540527 1990.000488 2 4 ) ) +( ( -386.455994 4721.060547 1839.999512 2.500000 0 ) ( -466.573853 4732.968262 1936 2.500000 2 ) ( -512.445374 4739.540039 1990.000488 2.500000 4 ) ) +( ( -386.457642 4720.562012 1839.999512 3 0 ) ( -466.574097 4732.468750 1936 3 2 ) ( -512.446045 4739.039063 1990.000488 3 4 ) ) +( ( -386.455933 4720.061035 1839.999512 3.500000 0 ) ( -466.574341 4731.967285 1936 3.500000 2 ) ( -512.445313 4738.540039 1990.000488 3.500000 4 ) ) +( ( -386.956848 4720.060059 1839.999512 4 0 ) ( -467.073853 4731.967773 1936 4 2 ) ( -512.945984 4738.540039 1990.000488 4 4 ) ) +) + } + } +// brush 8 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -847.994080 4766.382813 1813.999512 0 0 ) ( -768.877380 4767.595703 1894 0 2 ) ( -682.643188 4757.806152 1980.000488 0 4 ) ) +( ( -847.495361 4766.382813 1813.999512 0.500000 0 ) ( -768.377686 4767.595215 1894 0.500000 2 ) ( -682.144043 4757.806152 1980.000488 0.500000 4 ) ) +( ( -847.494202 4765.882324 1813.999512 1 0 ) ( -768.378174 4767.096191 1894 1 2 ) ( -682.144348 4757.306641 1980.000488 1 4 ) ) +( ( -847.494080 4765.382813 1813.999512 1.500000 0 ) ( -768.377197 4766.595215 1894 1.500000 2 ) ( -682.144531 4756.806641 1980.000488 1.500000 4 ) ) +( ( -847.993896 4765.382324 1813.999512 2 0 ) ( -768.876831 4766.595703 1894 2 2 ) ( -682.645020 4756.805664 1980.000488 2 4 ) ) +( ( -848.494995 4765.382324 1813.999512 2.500000 0 ) ( -769.378357 4766.595703 1894 2.500000 2 ) ( -683.144775 4756.807129 1980.000488 2.500000 4 ) ) +( ( -848.493835 4765.882324 1813.999512 3 0 ) ( -769.377930 4767.095703 1894 3 2 ) ( -683.144348 4757.307129 1980.000488 3 4 ) ) +( ( -848.495178 4766.382813 1813.999512 3.500000 0 ) ( -769.377563 4767.596191 1894 3.500000 2 ) ( -683.143860 4757.805664 1980.000488 3.500000 4 ) ) +( ( -847.994080 4766.382813 1813.999512 4 0 ) ( -768.877380 4767.595703 1894 4 2 ) ( -682.643188 4757.806152 1980.000488 4 4 ) ) +) + } + } +// brush 9 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -818.108154 4646.784180 1802.999512 0 0 ) ( -746.304565 4636.987793 1904 0 2 ) ( -696.536377 4631.921387 1968.000488 0 4 ) ) +( ( -817.609009 4646.783691 1802.999512 0.500000 0 ) ( -745.804749 4636.988281 1904 0.500000 2 ) ( -696.035645 4631.921875 1968.000488 0.500000 4 ) ) +( ( -817.608704 4646.283691 1802.999512 1 0 ) ( -745.805420 4636.487305 1904 1 2 ) ( -696.036255 4631.422852 1968.000488 1 4 ) ) +( ( -817.608398 4645.783203 1802.999512 1.500000 0 ) ( -745.804565 4635.987305 1904 1.500000 2 ) ( -696.036133 4630.921387 1968.000488 1.500000 4 ) ) +( ( -818.106812 4645.784180 1802.999512 2 0 ) ( -746.304810 4635.987793 1904 2 2 ) ( -696.536377 4630.921387 1968.000488 2 4 ) ) +( ( -818.609131 4645.783203 1802.999512 2.500000 0 ) ( -746.805054 4635.987793 1904 2.500000 2 ) ( -697.036987 4630.922363 1968.000488 2.500000 4 ) ) +( ( -818.607300 4646.283203 1802.999512 3 0 ) ( -746.804749 4636.487793 1904 3 2 ) ( -697.035583 4631.421387 1968.000488 3 4 ) ) +( ( -818.608765 4646.782715 1802.999512 3.500000 0 ) ( -746.805725 4636.988281 1904 3.500000 2 ) ( -697.036011 4631.920898 1968.000488 3.500000 4 ) ) +( ( -818.108154 4646.784180 1802.999512 4 0 ) ( -746.304565 4636.987793 1904 4 2 ) ( -696.536377 4631.921387 1968.000488 4 4 ) ) +) + } + } +} +// entity 6 +{ +"$targetname" "tent2" +"classname" "script_object" +// brush 0 + { + patchDef2 + { + central_europe_winter/netting_winter + ( 7 7 8192 -2080374272 0 subdivisions 28.678118 ) +( +( ( -4666.520996 5806.589844 1654 0.013860 1.989677 ) ( -4646.130371 5795.268555 1634 0.012467 1.789625 ) ( -4616.810547 5784.483887 1634 0.011050 1.586209 ) ( -4628.561523 5860.839355 1658 0.007381 1.059490 ) ( -4564.742676 5902.300781 1610 0.003299 0.473632 ) ( -4600.600098 5932.406738 1610 0.001176 0.168788 ) ( -4616.455566 5927.872070 1630 0 0 ) ) +( ( -4666.520996 5806.589844 1678 -0.089256 1.991327 ) ( -4660.522461 5796.197754 1686 -0.090649 1.791274 ) ( -4642.665039 5797.268555 1666 -0.092066 1.587859 ) ( -4639.488770 5863.766113 1670 -0.095736 1.061140 ) ( -4590.600586 5915.086426 1642 -0.099817 0.475282 ) ( -4602.599609 5935.871094 1654 -0.101940 0.170438 ) ( -4616.455566 5927.872070 1654 -0.103116 0.001650 ) ) +( ( -4669.986816 5804.588867 1690 -0.131353 1.992000 ) ( -4667.987305 5801.124512 1690 -0.132746 1.791948 ) ( -4666.520996 5806.589844 1698 -0.134164 1.588533 ) ( -4639.488770 5863.766113 1690 -0.137833 1.061813 ) ( -4614.456543 5924.406738 1674 -0.141914 0.475955 ) ( -4612.991699 5929.872559 1666 -0.144037 0.171111 ) ( -4611.526855 5935.336426 1658 -0.145213 0.002323 ) ) +( ( -4745.019531 5830.550781 1630 -0.503540 1.997955 ) ( -4743.556152 5836.015137 1654 -0.504933 1.797902 ) ( -4742.091797 5841.479004 1674 -0.506350 1.594487 ) ( -4715.059570 5898.656250 1666 -0.510019 1.067768 ) ( -4690.025391 5959.296875 1650 -0.514101 0.481910 ) ( -4688.561523 5964.760254 1642 -0.516224 0.177066 ) ( -4687.098145 5970.224121 1634 -0.517400 0.008278 ) ) +( ( -4822.589844 5868.903320 1690 -0.885518 2.004066 ) ( -4822.589844 5868.903320 1690 -0.886911 1.804013 ) ( -4821.124512 5874.368652 1698 -0.888328 1.600598 ) ( -4794.092285 5931.545410 1690 -0.891998 1.073879 ) ( -4769.058105 5992.188965 1674 -0.896079 0.488021 ) ( -4767.595215 5997.650879 1666 -0.898202 0.183177 ) ( -4766.131348 6003.113770 1658 -0.899378 0.014389 ) ) +( ( -4819.125000 5870.903320 1678 -0.937076 2.004891 ) ( -4831.518555 5868.369629 1666 -0.938469 1.804838 ) ( -4846.981445 5887.153320 1666 -0.939886 1.601423 ) ( -4794.092285 5931.545410 1670 -0.943556 1.074704 ) ( -4794.914551 6004.970215 1642 -0.947637 0.488846 ) ( -4773.593750 6008.043457 1638 -0.949760 0.184001 ) ( -4769.058105 5992.188965 1654 -0.950936 0.015213 ) ) +( ( -4819.125000 5870.903320 1654 -1.040192 2.006540 ) ( -4831.518555 5868.369629 1634 -1.041585 1.806488 ) ( -4870.836914 5896.476074 1634 -1.043002 1.603073 ) ( -4807.020020 5937.937500 1658 -1.046672 1.076353 ) ( -4818.771484 6014.291992 1610 -1.050753 0.490495 ) ( -4772.790527 5994.650391 1604 -1.052876 0.185651 ) ( -4769.058105 5992.188965 1630 -1.054052 0.016863 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/netting_winter + ( 7 7 8192 -2080374272 0 subdivisions 28.678118 ) +( +( ( -4616.455566 5927.872070 1630 0 0 ) ( -4600.600098 5932.406738 1610 0 0.202516 ) ( -4564.742676 5902.300781 1610 0 0.568296 ) ( -4628.561523 5860.839355 1658 0 1.271247 ) ( -4616.810547 5784.483887 1634 0 1.903242 ) ( -4646.130371 5795.268555 1634 0 2.147305 ) ( -4666.520996 5806.589844 1654 0 2.387335 ) ) +( ( -4616.455566 5927.872070 1654 0.187500 0 ) ( -4602.599609 5935.871094 1654 0.187500 0.202516 ) ( -4590.600586 5915.086426 1642 0.187500 0.568296 ) ( -4639.488770 5863.766113 1670 0.187500 1.271247 ) ( -4642.665039 5797.268555 1666 0.187500 1.903242 ) ( -4660.522461 5796.197754 1686 0.187500 2.147305 ) ( -4666.520996 5806.589844 1678 0.187500 2.387335 ) ) +( ( -4611.526855 5935.336426 1658 0.264042 0 ) ( -4612.991699 5929.872559 1666 0.264042 0.202516 ) ( -4614.456543 5924.406738 1674 0.264042 0.568296 ) ( -4639.488770 5863.766113 1690 0.264042 1.271247 ) ( -4666.520996 5806.589844 1698 0.264042 1.903242 ) ( -4667.987305 5801.124512 1690 0.264042 2.147305 ) ( -4669.986816 5804.588867 1690 0.264042 2.387335 ) ) +( ( -4687.098145 5970.224121 1634 0.940803 0 ) ( -4688.561523 5964.760254 1642 0.940803 0.202516 ) ( -4690.025391 5959.296875 1650 0.940803 0.568296 ) ( -4715.059570 5898.656250 1666 0.940803 1.271247 ) ( -4742.091797 5841.479004 1674 0.940803 1.903242 ) ( -4743.556152 5836.015137 1654 0.940803 2.147305 ) ( -4745.019531 5830.550781 1630 0.940803 2.387335 ) ) +( ( -4766.131348 6003.113770 1658 1.635364 0 ) ( -4767.595215 5997.650879 1666 1.635364 0.202516 ) ( -4769.058105 5992.188965 1674 1.635364 0.568296 ) ( -4794.092285 5931.545410 1690 1.635364 1.271247 ) ( -4821.124512 5874.368652 1698 1.635364 1.903242 ) ( -4822.589844 5868.903320 1690 1.635364 2.147305 ) ( -4822.589844 5868.903320 1690 1.635364 2.387335 ) ) +( ( -4769.058105 5992.188965 1654 1.729109 0 ) ( -4773.593750 6008.043457 1638 1.729109 0.202516 ) ( -4794.914551 6004.970215 1642 1.729109 0.568296 ) ( -4794.092285 5931.545410 1670 1.729109 1.271247 ) ( -4846.981445 5887.153320 1666 1.729109 1.903242 ) ( -4831.518555 5868.369629 1666 1.729109 2.147305 ) ( -4819.125000 5870.903320 1678 1.729109 2.387335 ) ) +( ( -4769.058105 5992.188965 1630 1.916609 0 ) ( -4772.790527 5994.650391 1604 1.916609 0.202516 ) ( -4818.771484 6014.291992 1610 1.916609 0.568296 ) ( -4807.020020 5937.937500 1658 1.916609 1.271247 ) ( -4870.836914 5896.476074 1634 1.916609 1.903242 ) ( -4831.518555 5868.369629 1634 1.916609 2.147305 ) ( -4819.125000 5870.903320 1654 1.916609 2.387335 ) ) +) + } + } +// brush 2 +{ +( -4810.702148 5880.280273 1490 ) ( -4806.702637 5873.351563 1490 ) ( -4799.773926 5877.351563 1490 ) common/caulk 38 24 -59.96 1.001194 1.002796 0 65696 0 +surfaceparm detail +( -4811.630859 5865.887207 1698 ) ( -4818.559082 5861.888184 1698 ) ( -4822.558105 5868.814941 1698 ) common/caulk 38 24 -59.96 1.001194 1.002796 0 65696 0 +surfaceparm detail +( -4808.702148 5876.815430 1570 ) ( -4806.702637 5873.351563 1570 ) ( -4815.629883 5872.815430 1698 ) central_europe_winter/joist_w -29 20 0.00 0.284668 1.625000 0 16384 0 +surfaceparm detail +( -4812.166504 5874.815430 1570 ) ( -4808.702148 5876.815430 1570 ) ( -4817.629883 5876.278809 1698 ) central_europe_winter/joist_w 9 20 -180.00 0.458984 -1.625000 0 16384 0 +surfaceparm detail +( -4810.166016 5871.351563 1570 ) ( -4812.166504 5874.815430 1570 ) ( -4821.094238 5874.279785 1698 ) central_europe_winter/joist_w -19 20 0.00 0.284180 1.625000 0 16384 0 +surfaceparm detail +( -4806.702637 5873.351563 1570 ) ( -4810.166016 5871.351563 1570 ) ( -4819.093750 5870.815918 1698 ) central_europe_winter/joist_w 21 20 -180.00 0.457031 -1.625000 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( -4766.491699 5979.704102 1506 ) ( -4762.491699 5972.777344 1506 ) ( -4755.563965 5976.777344 1506 ) common/caulk 38 24 -59.96 1.001194 1.002796 0 65696 0 +surfaceparm detail +( -4763.027832 5981.706055 1674 ) ( -4769.955078 5977.705078 1674 ) ( -4773.955078 5984.633789 1674 ) common/caulk 38 24 -59.96 1.001194 1.002796 0 65696 0 +surfaceparm detail +( -4768.491211 5983.168457 1570 ) ( -4766.491699 5979.704102 1570 ) ( -4767.027344 5988.632813 1674 ) central_europe_winter/joist_w 15 -15 -180.00 0.866699 -1 0 16384 0 +surfaceparm detail +( -4771.955078 5981.169434 1570 ) ( -4768.491211 5983.168457 1570 ) ( -4769.027832 5992.097656 1674 ) central_europe_winter/joist_w -10 -16 0.00 0.867188 1 0 16384 0 +surfaceparm detail +( -4769.955078 5977.705078 1570 ) ( -4771.955078 5981.169434 1570 ) ( -4772.491699 5990.098145 1674 ) central_europe_winter/joist_w -31 -16 0.00 0.864746 1 0 16384 0 +surfaceparm detail +( -4766.491699 5979.704102 1570 ) ( -4769.955078 5977.705078 1570 ) ( -4770.491699 5986.633301 1674 ) central_europe_winter/joist_w -1 -16 0.00 0.865723 1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( -4631.353027 5937.639160 1506 ) ( -4627.353027 5930.709473 1506 ) ( -4620.425293 5934.710938 1506 ) common/caulk 38 24 -59.96 1.001194 1.002796 0 65696 0 +surfaceparm detail +( -4610.425293 5917.390137 1674 ) ( -4617.352539 5913.389648 1674 ) ( -4621.354004 5920.318848 1674 ) common/caulk 38 24 -59.96 1.001194 1.002796 0 65696 0 +surfaceparm detail +( -4625.352539 5927.246582 1570 ) ( -4623.353027 5923.782227 1570 ) ( -4614.424316 5924.317871 1674 ) central_europe_winter/joist_w -20 -4 0.00 0.282227 1.312500 0 16384 0 +surfaceparm detail +( -4628.817383 5925.246582 1570 ) ( -4625.352539 5927.246582 1570 ) ( -4616.424805 5927.782227 1674 ) central_europe_winter/joist_w 7 -4 -180.00 0.458008 -1.312500 0 16384 0 +surfaceparm detail +( -4626.817383 5921.782227 1570 ) ( -4628.817383 5925.246582 1570 ) ( -4619.889160 5925.782715 1674 ) central_europe_winter/joist_w 26 -4 -180.00 0.284180 -1.312500 0 16384 0 +surfaceparm detail +( -4623.353027 5923.782227 1570 ) ( -4626.817383 5921.782227 1570 ) ( -4617.889160 5922.318359 1674 ) central_europe_winter/joist_w -28 -4 0.00 0.457031 1.312500 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( -4667.563477 5824.355957 1506 ) ( -4663.562988 5817.427734 1506 ) ( -4656.634766 5821.428711 1506 ) common/caulk 38 24 -59.96 1.001194 1.002796 0 65696 0 +surfaceparm detail +( -4659.027344 5801.572754 1698 ) ( -4665.955078 5797.572266 1698 ) ( -4669.956543 5804.500000 1698 ) common/caulk 38 24 -59.96 1.001194 1.002796 0 65696 0 +surfaceparm detail +( -4665.563477 5820.892578 1570 ) ( -4663.562988 5817.427734 1570 ) ( -4663.027832 5808.499512 1698 ) central_europe_winter/joist_w -13 -16 0.00 0.866211 1 0 16384 0 +surfaceparm detail +( -4669.027832 5818.892578 1570 ) ( -4665.563477 5820.892578 1570 ) ( -4665.027344 5811.964355 1698 ) central_europe_winter/joist_w -25 -16 0.00 0.867188 1 0 16384 0 +surfaceparm detail +( -4667.027832 5815.428711 1570 ) ( -4669.027832 5818.892578 1570 ) ( -4668.491699 5809.964355 1698 ) central_europe_winter/joist_w 7 -15 -180.00 0.865723 -1 0 16384 0 +surfaceparm detail +( -4663.562988 5817.427734 1570 ) ( -4667.027832 5815.428711 1570 ) ( -4666.491699 5806.500000 1698 ) central_europe_winter/joist_w -29 -16 0.00 0.864258 1 0 16384 0 +surfaceparm detail +} +// brush 6 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -4521.223145 5887.145020 1519.999512 0 0 ) ( -4571.862305 5905.335938 1616 0 2 ) ( -4613.459473 5923.993652 1672.000488 0 4 ) ) +( ( -4521.656250 5887.395020 1519.999512 0.500000 0 ) ( -4572.294434 5905.584961 1616 0.500000 2 ) ( -4613.891602 5924.243164 1672.000488 0.500000 4 ) ) +( ( -4521.906738 5886.962402 1519.999512 1 0 ) ( -4572.543457 5905.151855 1616 1 2 ) ( -4614.142578 5923.811523 1672.000488 1 4 ) ) +( ( -4522.155762 5886.527832 1519.999512 1.500000 0 ) ( -4572.794922 5904.718750 1616 1.500000 2 ) ( -4614.393555 5923.377441 1672.000488 1.500000 4 ) ) +( ( -4521.723145 5886.278809 1519.999512 2 0 ) ( -4572.361328 5904.469238 1616 2 2 ) ( -4613.959473 5923.127930 1672.000488 2 4 ) ) +( ( -4521.289551 5886.028320 1519.999512 2.500000 0 ) ( -4571.928223 5904.217773 1616 2.500000 2 ) ( -4613.525879 5922.877930 1672.000488 2.500000 4 ) ) +( ( -4521.040039 5886.461914 1519.999512 3 0 ) ( -4571.677734 5904.652344 1616 3 2 ) ( -4613.276855 5923.311035 1672.000488 3 4 ) ) +( ( -4520.791016 5886.895020 1519.999512 3.500000 0 ) ( -4571.429199 5905.086426 1616 3.500000 2 ) ( -4613.025879 5923.743652 1672.000488 3.500000 4 ) ) +( ( -4521.223145 5887.145020 1519.999512 4 0 ) ( -4571.862305 5905.335938 1616 4 2 ) ( -4613.459473 5923.993652 1672.000488 4 4 ) ) +) + } + } +// brush 7 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -4547.436035 5759.623047 1494.999512 0 0 ) ( -4622.773438 5789.370117 1640 0 2 ) ( -4665.785645 5806.613770 1694.000488 0 4 ) ) +( ( -4547.870117 5759.873047 1494.999512 0.500000 0 ) ( -4623.207031 5789.620117 1640 0.500000 2 ) ( -4666.217773 5806.864258 1694.000488 0.500000 4 ) ) +( ( -4548.120605 5759.441895 1494.999512 1 0 ) ( -4623.455566 5789.186523 1640 1 2 ) ( -4666.468262 5806.431641 1694.000488 1 4 ) ) +( ( -4548.367188 5759.006348 1494.999512 1.500000 0 ) ( -4623.706055 5788.753906 1640 1.500000 2 ) ( -4666.718750 5805.997070 1694.000488 1.500000 4 ) ) +( ( -4547.937012 5758.757813 1494.999512 2 0 ) ( -4623.272461 5788.503906 1640 2 2 ) ( -4666.285645 5805.747559 1694.000488 2 4 ) ) +( ( -4547.502441 5758.506836 1494.999512 2.500000 0 ) ( -4622.840332 5788.253418 1640 2.500000 2 ) ( -4665.853027 5805.499512 1694.000488 2.500000 4 ) ) +( ( -4547.255371 5758.940430 1494.999512 3 0 ) ( -4622.591309 5788.686035 1640 3 2 ) ( -4665.602539 5805.931641 1694.000488 3 4 ) ) +( ( -4547.002441 5759.373047 1494.999512 3.500000 0 ) ( -4622.340332 5789.120605 1640 3.500000 2 ) ( -4665.350586 5806.363281 1694.000488 3.500000 4 ) ) +( ( -4547.436035 5759.623047 1494.999512 4 0 ) ( -4622.773438 5789.370117 1640 4 2 ) ( -4665.785645 5806.613770 1694.000488 4 4 ) ) +) + } + } +// brush 8 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -4969.866699 5950.025879 1521.999512 0 0 ) ( -4901.955566 5909.416992 1598 0 2 ) ( -4822.381836 5874.779297 1684.000488 0 4 ) ) +( ( -4969.434570 5949.775391 1521.999512 0.500000 0 ) ( -4901.523926 5909.166992 1598 0.500000 2 ) ( -4821.948242 5874.527832 1684.000488 0.500000 4 ) ) +( ( -4969.184570 5950.209961 1521.999512 1 0 ) ( -4901.273926 5909.600098 1598 1 2 ) ( -4821.699707 5874.961426 1684.000488 1 4 ) ) +( ( -4968.934570 5950.641602 1521.999512 1.500000 0 ) ( -4901.023926 5910.033203 1598 1.500000 2 ) ( -4821.448730 5875.394043 1684.000488 1.500000 4 ) ) +( ( -4969.367188 5950.892578 1521.999512 2 0 ) ( -4901.457031 5910.282715 1598 2 2 ) ( -4821.882324 5875.644531 1684.000488 2 4 ) ) +( ( -4969.800781 5951.142090 1521.999512 2.500000 0 ) ( -4901.890625 5910.533203 1598 2.500000 2 ) ( -4822.315918 5875.894043 1684.000488 2.500000 4 ) ) +( ( -4970.049316 5950.709473 1521.999512 3 0 ) ( -4902.140625 5910.100098 1598 3 2 ) ( -4822.564941 5875.459473 1684.000488 3 4 ) ) +( ( -4970.301270 5950.276367 1521.999512 3.500000 0 ) ( -4902.390625 5909.666504 1598 3.500000 2 ) ( -4822.814941 5875.029297 1684.000488 3.500000 4 ) ) +( ( -4969.866699 5950.025879 1521.999512 4 0 ) ( -4901.955566 5909.416992 1598 4 2 ) ( -4822.381836 5874.779297 1684.000488 4 4 ) ) +) + } + } +// brush 9 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -4885.051270 6039.158691 1541.999512 0 0 ) ( -4817.103027 6011.240723 1608 0 2 ) ( -4771.470215 5990.745117 1672.000488 0 4 ) ) +( ( -4884.619629 6038.908691 1541.999512 0.500000 0 ) ( -4816.671875 6010.990234 1608 0.500000 2 ) ( -4771.037109 5990.492676 1672.000488 0.500000 4 ) ) +( ( -4884.369629 6039.341797 1541.999512 1 0 ) ( -4816.422363 6011.423340 1608 1 2 ) ( -4770.786621 5990.926270 1672.000488 1 4 ) ) +( ( -4884.118652 6039.775391 1541.999512 1.500000 0 ) ( -4816.170410 6011.856445 1608 1.500000 2 ) ( -4770.537109 5991.360352 1672.000488 1.500000 4 ) ) +( ( -4884.550781 6040.023926 1541.999512 2 0 ) ( -4816.603516 6012.106445 1608 2 2 ) ( -4770.970215 5991.609375 1672.000488 2 4 ) ) +( ( -4884.984863 6040.275879 1541.999512 2.500000 0 ) ( -4817.038086 6012.357422 1608 2.500000 2 ) ( -4771.402832 5991.859375 1672.000488 2.500000 4 ) ) +( ( -4885.233398 6039.841797 1541.999512 3 0 ) ( -4817.287109 6011.923340 1608 3 2 ) ( -4771.652832 5991.425781 1672.000488 3 4 ) ) +( ( -4885.484863 6039.409180 1541.999512 3.500000 0 ) ( -4817.537598 6011.490723 1608 3.500000 2 ) ( -4771.902832 5990.994141 1672.000488 3.500000 4 ) ) +( ( -4885.051270 6039.158691 1541.999512 4 0 ) ( -4817.103027 6011.240723 1608 4 2 ) ( -4771.470215 5990.745117 1672.000488 4 4 ) ) +) + } + } +} +// entity 7 +{ +"$targetname" "tent1" +"classname" "script_object" +// brush 0 + { + patchDef2 + { + central_europe_winter/netting_winter + ( 7 7 8192 -2080374272 0 subdivisions 28.678118 ) +( +( ( -1508.091919 -3860.981689 658 0 2.387345 ) ( -1488.092285 -3848.982666 638 0 2.147309 ) ( -1464.092529 -3828.983398 638 0 1.903238 ) ( -1536.092651 -3800.982178 662 0 1.271246 ) ( -1540.092041 -3724.982422 614 0 0.568295 ) ( -1584.092529 -3740.982910 614 0 0.202523 ) ( -1588.092773 -3756.981445 634 0 0 ) ) +( ( -1508.091919 -3860.981689 682 0.187500 2.387345 ) ( -1496.092163 -3860.982666 690 0.187500 2.147309 ) ( -1488.091919 -3844.981689 670 0.187500 1.903238 ) ( -1544.092896 -3808.982422 674 0.187500 1.271246 ) ( -1564.092529 -3740.983154 646 0.187500 0.568295 ) ( -1588.091675 -3740.981934 658 0.187500 0.202523 ) ( -1588.092773 -3756.981445 658 0.187500 0 ) ) +( ( -1508.092285 -3864.982178 694 0.264047 2.387345 ) ( -1504.093384 -3864.982178 694 0.264047 2.147309 ) ( -1508.091919 -3860.981689 702 0.264047 1.903238 ) ( -1544.092896 -3808.982422 694 0.264047 1.271246 ) ( -1584.092407 -3756.982666 678 0.264047 0.568295 ) ( -1588.093140 -3752.981934 670 0.264047 0.202523 ) ( -1592.093140 -3748.982666 662 0.264047 0 ) ) +( ( -1568.092163 -3916.981445 634 0.940809 2.387345 ) ( -1572.092529 -3912.982666 658.000061 0.940809 2.147309 ) ( -1576.092285 -3908.982910 678 0.940809 1.903238 ) ( -1612.093018 -3856.982666 670 0.940809 1.271246 ) ( -1652.092773 -3804.982422 654 0.940809 0.568295 ) ( -1656.092529 -3800.982910 646 0.940809 0.202523 ) ( -1660.092407 -3796.983154 638 0.940809 0 ) ) +( ( -1640.091553 -3964.983398 694 1.635375 2.387345 ) ( -1640.091553 -3964.983398 694 1.635375 2.147309 ) ( -1644.092407 -3960.982422 702 1.635375 1.903238 ) ( -1680.092896 -3908.982666 694 1.635375 1.271246 ) ( -1720.092529 -3856.981934 678 1.635375 0.568295 ) ( -1724.092529 -3852.982910 670 1.635375 0.202523 ) ( -1728.092407 -3848.982178 662 1.635375 0 ) ) +( ( -1640.091919 -3960.982910 682 1.729125 2.387345 ) ( -1644.092529 -3972.982422 670 1.729125 2.147309 ) ( -1668.092285 -3976.982422 670 1.729125 1.903238 ) ( -1680.092896 -3908.982666 674 1.729125 1.271246 ) ( -1744.092163 -3872.982422 646 1.729125 0.568295 ) ( -1736.092896 -3852.981934 642 1.729125 0.202523 ) ( -1720.092529 -3856.981934 658 1.729125 0 ) ) +( ( -1640.092041 -3960.982910 658 1.916625 2.387345 ) ( -1644.092529 -3972.982422 637.999939 1.916625 2.147309 ) ( -1688.093140 -3992.981445 638.000061 1.916625 1.903238 ) ( -1692.092285 -3916.982666 662.000061 1.916625 1.271246 ) ( -1764.093018 -3888.982422 614 1.916625 0.568295 ) ( -1724.092163 -3858.982666 608 1.916625 0.202523 ) ( -1720.092529 -3856.981934 634 1.916625 0 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/netting_winter + ( 7 7 8192 -2080374272 0 subdivisions 28.678118 ) +( +( ( -1588.092773 -3756.981445 634 0 0 ) ( -1584.092529 -3740.982910 614 0 0.202516 ) ( -1540.092041 -3724.982422 614 0 0.568293 ) ( -1536.092651 -3800.982178 662 0 1.271243 ) ( -1464.092529 -3828.983398 638 0 1.903239 ) ( -1488.092285 -3848.982666 638 0 2.147304 ) ( -1508.091919 -3860.981689 658 0 2.387335 ) ) +( ( -1588.092773 -3756.981445 658 0.187500 0 ) ( -1588.091675 -3740.981934 658 0.187500 0.202516 ) ( -1564.092529 -3740.983154 646 0.187500 0.568293 ) ( -1544.092896 -3808.982422 674 0.187500 1.271243 ) ( -1488.091919 -3844.981689 670 0.187500 1.903239 ) ( -1496.092163 -3860.982666 690 0.187500 2.147304 ) ( -1508.091919 -3860.981689 682 0.187500 2.387335 ) ) +( ( -1592.093140 -3748.982666 662 0.264040 0 ) ( -1588.093140 -3752.981934 670 0.264040 0.202516 ) ( -1584.092407 -3756.982666 678 0.264040 0.568293 ) ( -1544.092896 -3808.982422 694 0.264040 1.271243 ) ( -1508.091919 -3860.981689 702 0.264040 1.903239 ) ( -1504.093384 -3864.982178 694 0.264040 2.147304 ) ( -1508.092285 -3864.982178 694 0.264040 2.387335 ) ) +( ( -1660.092407 -3796.983154 638 0.940800 0 ) ( -1656.092529 -3800.982910 646 0.940800 0.202516 ) ( -1652.092773 -3804.982422 654 0.940800 0.568293 ) ( -1612.093018 -3856.982666 670 0.940800 1.271243 ) ( -1576.092285 -3908.982910 678 0.940800 1.903239 ) ( -1572.092529 -3912.982666 658.000061 0.940800 2.147304 ) ( -1568.092163 -3916.981445 634 0.940800 2.387335 ) ) +( ( -1728.092407 -3848.982178 662 1.635362 0 ) ( -1724.092529 -3852.982910 670 1.635362 0.202516 ) ( -1720.092529 -3856.981934 678 1.635362 0.568293 ) ( -1680.092896 -3908.982666 694 1.635362 1.271243 ) ( -1644.092407 -3960.982422 702 1.635362 1.903239 ) ( -1640.091553 -3964.983398 694 1.635362 2.147304 ) ( -1640.091553 -3964.983398 694 1.635362 2.387335 ) ) +( ( -1720.092529 -3856.981934 658 1.729110 0 ) ( -1736.092896 -3852.981934 642 1.729110 0.202516 ) ( -1744.092163 -3872.982422 646 1.729110 0.568293 ) ( -1680.092896 -3908.982666 674 1.729110 1.271243 ) ( -1668.092285 -3976.982422 670 1.729110 1.903239 ) ( -1644.092529 -3972.982422 670 1.729110 2.147304 ) ( -1640.091919 -3960.982910 682 1.729110 2.387335 ) ) +( ( -1720.092529 -3856.981934 634 1.916610 0 ) ( -1724.092163 -3858.982666 608 1.916610 0.202516 ) ( -1764.093018 -3888.982422 614 1.916610 0.568293 ) ( -1692.092285 -3916.982666 662.000061 1.916610 1.271243 ) ( -1688.093140 -3992.981445 638.000061 1.916610 1.903239 ) ( -1644.092529 -3972.982422 637.999939 1.916610 2.147304 ) ( -1640.092041 -3960.982910 658 1.916610 2.387335 ) ) +) + } + } +// brush 2 +{ +( -1668.092407 -3924.982422 494 ) ( -1660.093140 -3924.982178 494 ) ( -1660.093018 -3916.981689 494 ) common/caulk 34 56 0.00 1 1 0 65696 0 +surfaceparm detail +( -1656.091797 -3932.982422 702 ) ( -1656.092773 -3940.981201 702 ) ( -1664.091553 -3940.983398 702 ) central_europe_winter/joist_w -30 103 0.00 -0.125011 0.031252 0 16384 0 +surfaceparm detail +( -1664.092651 -3924.982910 574 ) ( -1660.093140 -3924.982178 574.000061 ) ( -1664.092407 -3932.982422 702.000061 ) central_europe_winter/joist_w 4 -80 0.00 -0.328072 1.625000 0 16384 0 +surfaceparm detail +( -1664.092529 -3928.981689 574 ) ( -1664.092041 -3924.981689 574 ) ( -1668.091675 -3932.981934 702 ) central_europe_winter/joist_w 13 -80 0.00 -0.531242 1.625000 0 16384 0 +surfaceparm detail +( -1660.092407 -3928.982422 574 ) ( -1664.093750 -3928.981934 574 ) ( -1668.093018 -3936.982178 702 ) central_europe_winter/joist_w 3 -80 0.00 -0.328114 1.625000 0 16384 0 +surfaceparm detail +( -1660.093140 -3924.982178 574.000061 ) ( -1660.091919 -3928.982666 573.999939 ) ( -1664.091431 -3936.982666 701.999939 ) central_europe_winter/joist_w 14 -80 0.00 -0.531265 1.625000 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( -1708.092529 -3860.983643 510.000061 ) ( -1700.092651 -3860.981445 510 ) ( -1700.092285 -3852.981689 510.000061 ) common/caulk 10 32 0.00 1 1 0 65696 0 +surfaceparm detail +( -1708.091919 -3856.981934 678 ) ( -1708.093018 -3864.982178 678 ) ( -1716.092163 -3864.982178 678 ) central_europe_winter/joist_w -27 6 0.00 -0.125034 0.031260 0 16384 0 +surfaceparm detail +( -1712.093506 -3860.982178 574 ) ( -1708.092529 -3860.983643 574 ) ( -1716.092407 -3856.982422 678 ) central_europe_winter/joist_w 12 -124 0.00 -0.528797 1.312369 0 16384 0 +surfaceparm detail +( -1712.092529 -3864.982178 574 ) ( -1712.093506 -3860.982178 574 ) ( -1720.092529 -3856.981934 678 ) central_europe_winter/joist_w 10 -124 0.00 -0.326942 1.312369 0 16384 0 +surfaceparm detail +( -1708.092896 -3864.982178 574 ) ( -1712.092529 -3864.982178 574 ) ( -1720.092773 -3860.982422 678 ) central_europe_winter/joist_w 11 -124 0.00 -0.528755 1.312369 0 16384 0 +surfaceparm detail +( -1708.092529 -3860.983643 574 ) ( -1708.092896 -3864.982178 574 ) ( -1716.092285 -3860.982178 678 ) central_europe_winter/joist_w 9 -124 0.00 -0.326904 1.312369 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( -1582 -3781 510 ) ( -1582 -3773 510 ) ( -1590 -3773 510 ) common/caulk 11 -61 90.00 1 1 0 65696 0 +surfaceparm detail +( -1590 -3753 678 ) ( -1582 -3753 678 ) ( -1582 -3761 678 ) central_europe_winter/joist_w 21 -91 -90.00 0.125000 -0.031250 0 16384 0 +surfaceparm detail +( -1582 -3769 574 ) ( -1582 -3765 574 ) ( -1590 -3761 678 ) central_europe_winter/joist_w -11 -123 -180.00 0.327148 -1.312500 0 16384 0 +surfaceparm detail +( -1578 -3769 574 ) ( -1582 -3769 574 ) ( -1590 -3765 678 ) central_europe_winter/joist_w -1 -124 0.00 0.528809 1.312500 0 16384 0 +surfaceparm detail +( -1578 -3765 574 ) ( -1578 -3769 574 ) ( -1586 -3765 678 ) central_europe_winter/joist_w -12 -123 -180.00 0.327148 -1.312500 0 16384 0 +surfaceparm detail +( -1582 -3765 574 ) ( -1578 -3765 574 ) ( -1586 -3761 678 ) central_europe_winter/joist_w 0 -124 0.00 0.528809 1.312500 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( -1524.092041 -3852.982422 510 ) ( -1516.092773 -3852.982910 510 ) ( -1516.092163 -3844.982178 510 ) common/caulk 10 32 0.00 1 1 0 65696 0 +surfaceparm detail +( -1500.092285 -3856.981934 702 ) ( -1500.092407 -3864.982178 702 ) ( -1508.092285 -3864.982178 702 ) central_europe_winter/joist_w -28 97 0.00 -0.125042 0.031250 0 16384 0 +surfaceparm detail +( -1520.093506 -3852.983154 574 ) ( -1516.092773 -3852.982910 574 ) ( -1508.092285 -3856.981689 702 ) central_europe_winter/joist_w -5 -43 0.00 -0.500099 1.500000 0 16384 0 +surfaceparm detail +( -1520.093262 -3856.982666 574 ) ( -1520.093506 -3852.983154 574 ) ( -1512.092529 -3856.981689 702 ) central_europe_winter/joist_w 27 -43 0.00 -0.312431 1.500000 0 16384 0 +surfaceparm detail +( -1516.093750 -3856.981445 574 ) ( -1520.093262 -3856.982666 574 ) ( -1512.093262 -3860.981934 701.999939 ) central_europe_winter/joist_w -6 -43 0.00 -0.500046 1.500000 0 16384 0 +surfaceparm detail +( -1516.092773 -3852.982910 574 ) ( -1516.093750 -3856.981445 574 ) ( -1508.091919 -3860.981689 702 ) central_europe_winter/joist_w 25 -43 0.00 -0.312408 1.500000 0 16384 0 +surfaceparm detail +} +// brush 6 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 subdivisions 5.275104 ) +( +( ( -1515.339478 -3695.370850 524.999512 0 0 ) ( -1546.279175 -3729.630859 620 0 2 ) ( -1583.236206 -3756.326172 676.000488 0 4 ) ) +( ( -1515.772583 -3695.620850 524.999512 0.500000 0 ) ( -1546.711670 -3729.880615 620.000061 0.500000 2 ) ( -1583.669067 -3756.575928 676.000488 0.500000 4 ) ) +( ( -1515.523315 -3696.054443 524.999512 1 0 ) ( -1546.461060 -3730.312988 620 1 2 ) ( -1583.419922 -3757.009033 676.000488 1 4 ) ) +( ( -1515.272461 -3696.487549 524.999512 1.500000 0 ) ( -1546.211914 -3730.746338 620 1.500000 2 ) ( -1583.169434 -3757.442383 676.000488 1.500000 4 ) ) +( ( -1514.839600 -3696.237549 524.999573 2 0 ) ( -1545.778442 -3730.496338 620 2 2 ) ( -1582.736084 -3757.192627 676.000488 2 4 ) ) +( ( -1514.406006 -3695.987305 524.999512 2.500000 0 ) ( -1545.345093 -3730.246826 620 2.500000 2 ) ( -1582.303345 -3756.941162 676.000427 2.500000 4 ) ) +( ( -1514.656982 -3695.554688 524.999512 3 0 ) ( -1545.595215 -3729.813477 620 3 2 ) ( -1582.553589 -3756.508545 676.000488 3 4 ) ) +( ( -1514.906250 -3695.121338 524.999512 3.500000 0 ) ( -1545.846069 -3729.380371 620 3.500000 2 ) ( -1582.802490 -3756.075439 676.000488 3.500000 4 ) ) +( ( -1515.339478 -3695.370850 524.999512 4 0 ) ( -1546.279175 -3729.630859 620 4 2 ) ( -1583.236206 -3756.326172 676.000488 4 4 ) ) +) + } + } +// brush 7 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -1406.875366 -3781.333496 496.999512 0 0 ) ( -1471.305786 -3831.704346 644 0 2 ) ( -1507.745483 -3860.331543 698.000488 0 4 ) ) +( ( -1407.308228 -3781.583496 496.999512 0.500000 0 ) ( -1471.738403 -3831.953857 644 0.500000 2 ) ( -1508.178223 -3860.581055 698.000488 0.500000 4 ) ) +( ( -1407.058716 -3782.016602 496.999512 1 0 ) ( -1471.488037 -3832.385986 644 1 2 ) ( -1507.928955 -3861.014160 698.000427 1 4 ) ) +( ( -1406.808716 -3782.449707 496.999512 1.500000 0 ) ( -1471.238525 -3832.819824 644 1.500000 2 ) ( -1507.678345 -3861.447754 698.000488 1.500000 4 ) ) +( ( -1406.375854 -3782.199707 496.999512 2 0 ) ( -1470.805054 -3832.569580 644 2 2 ) ( -1507.245361 -3861.197754 698.000488 2 4 ) ) +( ( -1405.941772 -3781.949219 496.999512 2.500000 0 ) ( -1470.372192 -3832.320068 644 2.500000 2 ) ( -1506.812378 -3860.947266 698.000488 2.500000 4 ) ) +( ( -1406.192749 -3781.517578 496.999512 3 0 ) ( -1470.621948 -3831.887451 644 3 2 ) ( -1507.063110 -3860.514160 698.000488 3 4 ) ) +( ( -1406.441772 -3781.083252 496.999512 3.500000 0 ) ( -1470.872925 -3831.453613 644 3.500000 2 ) ( -1507.312012 -3860.081299 698.000488 3.500000 4 ) ) +( ( -1406.875366 -3781.333496 496.999512 4 0 ) ( -1471.305786 -3831.704346 644 4 2 ) ( -1507.745483 -3860.331543 698.000488 4 4 ) ) +) + } + } +// brush 8 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -1783.984863 -4068.968506 510.999512 0 0 ) ( -1714.860596 -4013.459961 602 0 2 ) ( -1645.075195 -3961.865723 688.000488 0 4 ) ) +( ( -1783.552612 -4068.718506 510.999512 0.500000 0 ) ( -1714.428711 -4013.210449 602 0.500000 2 ) ( -1644.642578 -3961.615723 688.000488 0.500000 4 ) ) +( ( -1783.802246 -4068.285400 510.999512 1 0 ) ( -1714.678589 -4012.777832 602 1 2 ) ( -1644.892456 -3961.183105 688.000488 1 4 ) ) +( ( -1784.051880 -4067.852051 510.999573 1.500000 0 ) ( -1714.928345 -4012.343994 602 1.500000 2 ) ( -1645.142578 -3960.749512 688.000488 1.500000 4 ) ) +( ( -1784.484985 -4068.102051 510.999512 2 0 ) ( -1715.361572 -4012.594971 602 2 2 ) ( -1645.575562 -3960.999512 688.000488 2 4 ) ) +( ( -1784.918579 -4068.352295 510.999512 2.500000 0 ) ( -1715.794800 -4012.844482 602 2.500000 2 ) ( -1646.008789 -3961.250488 688.000549 2.500000 4 ) ) +( ( -1784.667603 -4068.784668 510.999512 3 0 ) ( -1715.544434 -4013.277344 601.999939 3 2 ) ( -1645.758179 -3961.683594 688.000488 3 4 ) ) +( ( -1784.418579 -4069.218506 510.999573 3.500000 0 ) ( -1715.294067 -4013.711182 602 3.500000 2 ) ( -1645.509033 -3962.115723 688.000488 3.500000 4 ) ) +( ( -1783.984863 -4068.968506 510.999512 4 0 ) ( -1714.860596 -4013.459961 602 4 2 ) ( -1645.075195 -3961.865723 688.000488 4 4 ) ) +) + } + } +// brush 9 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( -1837.768188 -3933.949463 522.999512 0 0 ) ( -1760.616211 -3889.063721 612 0 2 ) ( -1720.049072 -3859.792480 676.000488 0 4 ) ) +( ( -1837.336060 -3933.699707 522.999512 0.500000 0 ) ( -1760.183594 -3888.814209 612 0.500000 2 ) ( -1719.615601 -3859.542480 676.000488 0.500000 4 ) ) +( ( -1837.585571 -3933.266602 522.999512 1 0 ) ( -1760.433960 -3888.381348 612 1 2 ) ( -1719.865112 -3859.109863 676.000488 1 4 ) ) +( ( -1837.835327 -3932.833252 522.999512 1.500000 0 ) ( -1760.683594 -3887.947754 612 1.500000 2 ) ( -1720.115845 -3858.676270 676.000488 1.500000 4 ) ) +( ( -1838.267822 -3933.083008 522.999512 2 0 ) ( -1761.116821 -3888.198486 612 2 2 ) ( -1720.548950 -3858.926270 676.000549 2 4 ) ) +( ( -1838.702026 -3933.333496 522.999512 2.500000 0 ) ( -1761.550049 -3888.447754 612 2.500000 2 ) ( -1720.981934 -3859.177246 676.000488 2.500000 4 ) ) +( ( -1838.450806 -3933.765869 522.999512 3 0 ) ( -1761.300049 -3888.880615 612 3 2 ) ( -1720.731689 -3859.609619 676.000549 3 4 ) ) +( ( -1838.201904 -3934.199707 522.999512 3.500000 0 ) ( -1761.049438 -3889.314453 612 3.500000 2 ) ( -1720.481812 -3860.041992 676.000488 3.500000 4 ) ) +( ( -1837.768188 -3933.949463 522.999512 4 0 ) ( -1760.616211 -3889.063721 612 4 2 ) ( -1720.049072 -3859.792480 676.000488 4 4 ) ) +) + } + } +} +// entity 8 +{ +"origin" "6107.53 3824.72 1888.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "2.1" +"classname" "addon_static_props_snowcrate" +} +// entity 9 +{ +"origin" "6048.85 3860.25 1892.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 10 +{ +"origin" "-1546.48 -3665.63 529.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.5" +"classname" "addon_static_props_snowcrate2" +} +// entity 11 +{ +"origin" "-1459.30 -3762.84 518.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "2" +"classname" "addon_static_props_snowcrate" +} +// entity 12 +{ +"$targetname" "snow_crash" +"$spawnmodel" "emitters/mortar_snowDEADLY.tik" +"origin" "4607 4618 1958" +"classname" "info_notnull" +} +// entity 13 +{ +"classname" "func_rain" +// brush 0 +{ +( 3040 1664 1152 ) ( 1984 1664 1152 ) ( 1984 1088 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1952 1088 1760 ) ( 1952 1664 1760 ) ( 3008 1664 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1952 1088 1760 ) ( 3008 1088 1760 ) ( 3008 1088 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2784 1056 1760 ) ( 2784 1632 1760 ) ( 2784 1632 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3008 1664 1760 ) ( 1952 1664 1760 ) ( 1952 1664 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1952 1664 1760 ) ( 1952 1088 1760 ) ( 1952 1088 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 14 +{ +"setthread" "squadhalt" +"$targetname" "squadhalt_trigger_2" +"classname" "trigger_once" +// brush 0 +{ +( 5416 7232 1856 ) ( 5224 7232 1856 ) ( 5224 5376 1856 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 5224 5376 2240 ) ( 5224 7232 2240 ) ( 5416 7232 2240 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 5224 5384 2240 ) ( 5416 5384 2240 ) ( 5416 5384 2176 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 5352 5376 2240 ) ( 5352 7232 2240 ) ( 5352 7232 2176 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 5416 7232 2240 ) ( 5224 7232 2240 ) ( 5224 7232 2176 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 5224 7232 2240 ) ( 5224 5376 2240 ) ( 5224 5376 2176 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 15 +{ +"setthread" "stuka_run" +"classname" "trigger_once" +// brush 0 +{ +( -6208 -2432 1952 ) ( -6208 -2432 -32 ) ( -6336 -2432 -32 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -6336 -2432 1952 ) ( -6336 -2432 -32 ) ( -2816 2432 -32 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -2784 2432 -32 ) ( -2656 2432 -32 ) ( -2656 2432 1952 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -6080 -2432 -32 ) ( -6080 -2432 1952 ) ( -2560 2432 1952 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -6208 -2432 1952 ) ( -6336 -2432 1952 ) ( -2816 2432 1952 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -6336 -2432 -32 ) ( -6208 -2432 -32 ) ( -2688 2432 -32 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 16 +{ +"testanim" "idle" +"$targetname" "fuel_tank_destroyed" +"origin" "2654.49 1226.67 939.25" +"angle" "270" +"model" "static/fuel_tank_d.tik" +"scale" "1.25" +"classname" "script_model" +} +// entity 17 +{ +"testanim" "idle" +"$targetname" "fuel_tank" +"origin" "2654.35 1230.65 939.04" +"angle" "270" +"model" "static/fuel_tank.tik" +"scale" "1.25" +"classname" "script_model" +} +// entity 18 +{ +"$targetname" "nebel1_parade_trigger" +"setthread" "nebel1_parade" +"classname" "trigger_once" +// brush 0 +{ +( -1626.000244 -3844.000244 532 ) ( -1634 -3852 532 ) ( -1618 -3908 532 ) common/trigger -14 24 0.00 1 1 0 65664 0 +( -1634 -3852 632 ) ( -1626.000244 -3844.000244 632 ) ( -1578.000122 -3868.000244 632 ) common/trigger -14 24 0.00 1 1 0 65664 0 +( -1586 -3872 632 ) ( -1586 -3872 532 ) ( -1618 -3904 532 ) common/trigger -36 0 0.00 1 1 0 65664 0 +( -1578 -3868 532 ) ( -1578 -3868 632 ) ( -1610 -3836 632 ) common/trigger -24 0 0.00 1 1 0 65664 0 +( -1630 -3828 532 ) ( -1630 -3828 632 ) ( -1662 -3860 632 ) common/trigger -36 0 0.00 1 1 0 65664 0 +( -1626 -3908 632 ) ( -1626 -3908 532 ) ( -1658 -3876 532 ) common/trigger -24 0 0.00 1 1 0 65664 0 +} +} +// entity 19 +{ +"origin" "-5941.74 6067.46 1680.03" +"testanim" "idle" +"model" "items/item_25_healthbox.tik" +"scale" "1.0" +"classname" "item_health_25" +} +// entity 20 +{ +"origin" "5329 -6252 2" +"angle" "135" +"classname" "info_player_start" +} +// entity 21 +{ +"origin" "4372 4588 2016" +"classname" "info_grenadehint" +} +// entity 22 +{ +"target" "t4471" +"$targetname" "parade_spawner_2" +"origin" "3096 4180 1908" +"classname" "script_origin" +} +// entity 23 +{ +"setthread" "scene1_patrol" +"classname" "trigger_once" +// brush 0 +{ +( 4490 -4779 -65 ) ( 3887 -4779 -65 ) ( 3887 -6947 -65 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 3939 -6947 712 ) ( 3939 -4779 712 ) ( 4542 -4779 712 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 4001 -7218 347 ) ( 4604 -7218 347 ) ( 4604 -7218 131 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 4100 -7518 347 ) ( 4100 -5350 347 ) ( 4100 -5350 131 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 4536 -4505 347 ) ( 3933 -4505 347 ) ( 3933 -4505 131 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 4013 -4725 347 ) ( 4013 -6893 347 ) ( 4013 -6893 131 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 24 +{ +"$targetname" "crashing_truck_tree" +"origin" "4507.00 4115.00 1856.00" +"angle" "180" +"testanim" "idle" +"model" "animate/falling_tree07_oriented.tik" +"scale" "1.0" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 25 +{ +"angle" "270" +"targetname" "t4483" +"ID" "3" +"origin" "1023 -3336 2253" +"classname" "ProjectileGenerator_Target" +} +// entity 26 +{ +"spawnflags" "4" +"$targetname" "crashing_truck" +"origin" "5564.00 5900.00 1864.00" +"angle" "180" +"testanim" "idle" +"model" "vehicles/Opel_Truck_2_1.tik" +"scale" "1.0" +"classname" "addon_vehicle_german_snowy-opeltruck-covered" +} +// entity 27 +{ +"$targetname" "scene14_doorL" +"classname" "script_object" +// brush 0 +{ +( 6496 3376 1904 ) ( 6496 3408 1904 ) ( 6272 3408 1904 ) general_structure/jh_barndoor1 227 89 0.00 0.750000 0.343750 0 16384 0 +( 6272 3408 2080 ) ( 6496 3408 2080 ) ( 6496 3376 2080 ) general_structure/jh_barndoor1 120 89 0.00 0.750000 0.343750 0 16384 0 +( 6272 3376 2016 ) ( 6272 3376 2048 ) ( 6496 3376 2048 ) general_structure/jh_barndoor1 -43 418 0.00 -0.750000 0.343750 0 16384 0 +( 6304 3408 2016 ) ( 6304 3408 2048 ) ( 6304 3376 2048 ) general_structure/jh_barndoor1 96 418 0.00 0.750000 0.343750 0 16384 0 +( 6496 3392 2016 ) ( 6496 3392 2048 ) ( 6272 3392 2048 ) general_structure/jh_barndoor1 -43 418 0.00 -0.750000 0.343750 0 16384 0 +( 6496 3376 2016 ) ( 6496 3376 2048 ) ( 6496 3408 2048 ) general_structure/jh_barndoor1 96 418 0.00 0.750000 0.343750 0 16384 0 +} +// brush 1 +{ +( 6504 3388 1912 ) ( 6496 3388 1912 ) ( 6496 3380 1912 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6492 3380 2060 ) ( 6492 3388 2060 ) ( 6500 3388 2060 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6492 3380 2080 ) ( 6500 3380 2080 ) ( 6500 3380 1888 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6500 3380 2080 ) ( 6500 3388 2080 ) ( 6500 3388 1888 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6500 3388 2080 ) ( 6492 3388 2080 ) ( 6492 3388 1888 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6492 3388 2080 ) ( 6492 3380 2080 ) ( 6492 3380 1888 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +} +} +// entity 28 +{ +"classname" "func_rain" +// brush 0 +{ +( 4512 5216 1760 ) ( 2400 5216 1760 ) ( 2400 3520 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2400 3520 2656 ) ( 2400 5216 2656 ) ( 4512 5216 2656 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2400 3488 2240 ) ( 4512 3488 2240 ) ( 4512 3488 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4608 3520 2240 ) ( 4608 5216 2240 ) ( 4608 5216 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4512 5248 2240 ) ( 2400 5248 2240 ) ( 2400 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2400 5216 2240 ) ( 2400 3520 2240 ) ( 2400 3520 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 29 +{ +"classname" "func_rain" +// brush 0 +{ +( 4608 7712 1920 ) ( 2400 7712 1920 ) ( 2400 5280 1920 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2400 5280 2688 ) ( 2400 7712 2688 ) ( 4608 7712 2688 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2400 5248 2240 ) ( 4608 5248 2240 ) ( 4608 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4608 5280 2240 ) ( 4608 7712 2240 ) ( 4608 7712 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4608 6880 2240 ) ( 2400 6880 2240 ) ( 2400 6880 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2400 7712 2240 ) ( 2400 5280 2240 ) ( 2400 5280 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 30 +{ +"classname" "func_rain" +// brush 0 +{ +( 2400 5152 1664 ) ( 192 5152 1664 ) ( 192 3488 1664 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 192 3488 2560 ) ( 192 5152 2560 ) ( 2400 5152 2560 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 192 3488 2240 ) ( 2400 3488 2240 ) ( 2400 3488 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2400 3488 2240 ) ( 2400 5152 2240 ) ( 2400 5152 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2432 5248 2240 ) ( 224 5248 2240 ) ( 224 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 256 5248 2240 ) ( 256 3584 2240 ) ( 256 3584 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 31 +{ +"classname" "func_rain" +// brush 0 +{ +( 2304 7808 1600 ) ( 224 7808 1600 ) ( 224 5312 1600 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 224 5312 2656 ) ( 224 7808 2656 ) ( 2304 7808 2656 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 224 5248 2240 ) ( 2304 5248 2240 ) ( 2304 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2400 5312 2240 ) ( 2400 7808 2240 ) ( 2400 7808 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2272 7488 2240 ) ( 192 7488 2240 ) ( 192 7488 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 256 7680 2240 ) ( 256 5184 2240 ) ( 256 5184 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 32 +{ +"classname" "func_rain" +// brush 0 +{ +( 160 5184 1632 ) ( -1216 5184 1632 ) ( -1216 3008 1632 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1216 3008 2240 ) ( -1216 5184 2240 ) ( 160 5184 2240 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1216 3008 2240 ) ( 160 3008 2240 ) ( 160 3008 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 256 3008 2240 ) ( 256 5184 2240 ) ( 256 5184 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 160 5248 2240 ) ( -1216 5248 2240 ) ( -1216 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1216 5184 2240 ) ( -1216 3008 2240 ) ( -1216 3008 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 33 +{ +"classname" "func_rain" +// brush 0 +{ +( 160 7808 1568 ) ( -1216 7808 1568 ) ( -1216 5312 1568 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1216 5312 2592 ) ( -1216 7808 2592 ) ( 160 7808 2592 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1120 5248 2240 ) ( 256 5248 2240 ) ( 256 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 256 5248 2240 ) ( 256 7744 2240 ) ( 256 7744 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 160 7808 2240 ) ( -1216 7808 2240 ) ( -1216 7808 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1216 7808 2240 ) ( -1216 5312 2240 ) ( -1216 5312 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 34 +{ +"classname" "func_rain" +// brush 0 +{ +( -1216 5184 1568 ) ( -2816 5184 1568 ) ( -2816 2976 1568 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2816 2976 2368 ) ( -2816 5184 2368 ) ( -1216 5184 2368 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2816 2976 2240 ) ( -1216 2976 2240 ) ( -1216 2976 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1216 2976 2240 ) ( -1216 5184 2240 ) ( -1216 5184 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1216 5248 2240 ) ( -2816 5248 2240 ) ( -2816 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2816 5184 2240 ) ( -2816 2976 2240 ) ( -2816 2976 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 35 +{ +"classname" "func_rain" +// brush 0 +{ +( -1216 7808 1504 ) ( -2784 7808 1504 ) ( -2784 5280 1504 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2784 5280 2656 ) ( -2784 7808 2656 ) ( -1216 7808 2656 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2816 5248 2240 ) ( -1248 5248 2240 ) ( -1248 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1216 5280 2240 ) ( -1216 7808 2240 ) ( -1216 7808 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1216 7808 2240 ) ( -2784 7808 2240 ) ( -2784 7808 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2816 7776 2240 ) ( -2816 5248 2240 ) ( -2816 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 36 +{ +"classname" "func_rain" +// brush 0 +{ +( -2688 7680 1376 ) ( -5856 7680 1376 ) ( -5856 5312 1376 ) common/rain -32 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5856 5312 2528 ) ( -5856 7680 2528 ) ( -2688 7680 2528 ) common/rain -32 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5728 5248 2240 ) ( -2560 5248 2240 ) ( -2560 5248 1184 ) common/rain -32 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2816 5280 2240 ) ( -2816 7648 2240 ) ( -2816 7648 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2720 7552 2240 ) ( -5888 7552 2240 ) ( -5888 7552 1184 ) common/rain -32 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 7680 2240 ) ( -5888 5312 2240 ) ( -5888 5312 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 37 +{ +"classname" "func_rain" +// brush 0 +{ +( -5984 7168 1600 ) ( -7872 7168 1600 ) ( -7872 5280 1600 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7936 5280 2624 ) ( -7936 7168 2624 ) ( -6048 7168 2624 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7872 5248 2240 ) ( -5984 5248 2240 ) ( -5984 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 5184 2240 ) ( -5888 7072 2240 ) ( -5888 7072 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -6016 6944 2240 ) ( -7904 6944 2240 ) ( -7904 6944 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7744 7168 2240 ) ( -7744 5280 2240 ) ( -7744 5280 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 38 +{ +"classname" "func_rain" +// brush 0 +{ +( -5952 5248 1344 ) ( -7840 5248 1344 ) ( -7840 3680 1344 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7808 3680 2624 ) ( -7808 5248 2624 ) ( -5920 5248 2624 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7776 3648 2240 ) ( -5888 3648 2240 ) ( -5888 3648 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 3648 2240 ) ( -5888 5216 2240 ) ( -5888 5216 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5952 5248 2240 ) ( -7840 5248 2240 ) ( -7840 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7808 5248 2240 ) ( -7808 3680 2240 ) ( -7808 3680 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 39 +{ +"classname" "func_rain" +// brush 0 +{ +( -2848 5280 1344 ) ( -5920 5280 1344 ) ( -5920 3680 1344 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5920 3648 2240 ) ( -5920 5248 2240 ) ( -2848 5248 2240 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5920 3648 2240 ) ( -2848 3648 2240 ) ( -2848 3648 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2816 3648 2240 ) ( -2816 5248 2240 ) ( -2816 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2848 5248 2240 ) ( -5920 5248 2240 ) ( -5920 5248 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 5248 2240 ) ( -5888 3648 2240 ) ( -5888 3648 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 40 +{ +"classname" "func_rain" +// brush 0 +{ +( -2816 3648 1600 ) ( -3808 3648 1600 ) ( -3808 2464 1600 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 2464 2240 ) ( -3840 3648 2240 ) ( -2848 3648 2240 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 2432 2240 ) ( -2848 2432 2240 ) ( -2848 2432 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2816 2464 2240 ) ( -2816 3648 2240 ) ( -2816 3648 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -2848 3648 2240 ) ( -3840 3648 2240 ) ( -3840 3648 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 3648 2240 ) ( -3840 2464 2240 ) ( -3840 2464 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 41 +{ +"classname" "func_rain" +// brush 0 +{ +( -3840 3680 1184 ) ( -5888 3680 1184 ) ( -5888 1408 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 1408 2240 ) ( -5888 3680 2240 ) ( -3840 3680 2240 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 1408 2240 ) ( -3840 1408 2240 ) ( -3840 1408 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 1408 2240 ) ( -3840 3680 2240 ) ( -3840 3680 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 3648 2240 ) ( -5888 3648 2240 ) ( -5888 3648 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 3680 2240 ) ( -5888 1408 2240 ) ( -5888 1408 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 42 +{ +"classname" "func_rain" +// brush 0 +{ +( -5888 3648 1184 ) ( -7872 3648 1184 ) ( -7872 1408 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7872 1408 2368 ) ( -7872 3648 2368 ) ( -5888 3648 2368 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7872 1408 2240 ) ( -5888 1408 2240 ) ( -5888 1408 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 1408 2240 ) ( -5888 3648 2240 ) ( -5888 3648 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 3648 2240 ) ( -7872 3648 2240 ) ( -7872 3648 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7808 3648 2240 ) ( -7808 1408 2240 ) ( -7808 1408 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 43 +{ +"classname" "func_rain" +// brush 0 +{ +( -5888 1376 1184 ) ( -7392 1376 1184 ) ( -7392 -512 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7360 -512 2240 ) ( -7360 1376 2240 ) ( -5856 1376 2240 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7392 -512 1760 ) ( -5888 -512 1760 ) ( -5888 -512 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 -512 1760 ) ( -5888 1376 1760 ) ( -5888 1376 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 1408 1760 ) ( -7392 1408 1760 ) ( -7392 1408 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7744 1376 1760 ) ( -7744 -512 1760 ) ( -7744 -512 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 44 +{ +"classname" "func_rain" +// brush 0 +{ +( -3840 1408 1152 ) ( -5888 1408 1152 ) ( -5888 -512 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 -512 1760 ) ( -5888 1408 1760 ) ( -3840 1408 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 -512 1856 ) ( -3840 -512 1856 ) ( -3840 -512 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -512 1856 ) ( -3840 1408 1856 ) ( -3840 1408 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 1408 1856 ) ( -5888 1408 1856 ) ( -5888 1408 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 1408 1856 ) ( -5888 -512 1856 ) ( -5888 -512 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 45 +{ +"classname" "func_rain" +// brush 0 +{ +( -3840 -512 1088 ) ( -6048 -512 1088 ) ( -6048 -2080 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -6048 -2080 1856 ) ( -6048 -512 1856 ) ( -3840 -512 1856 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -6048 -2080 1856 ) ( -3840 -2080 1856 ) ( -3840 -2080 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -2080 1856 ) ( -3840 -512 1856 ) ( -3840 -512 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -512 1856 ) ( -6048 -512 1856 ) ( -6048 -512 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 -512 1856 ) ( -5888 -2080 1856 ) ( -5888 -2080 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 46 +{ +"classname" "func_rain" +// brush 0 +{ +( -1280 -320 1088 ) ( -3744 -320 1088 ) ( -3744 -1152 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3744 -1152 1856 ) ( -3744 -320 1856 ) ( -1280 -320 1856 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -2048 864 ) ( -3840 -2048 1856 ) ( -1280 -768 1856 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -1152 1856 ) ( -1280 -320 1856 ) ( -1280 -320 864 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -320 1856 ) ( -3744 -320 1856 ) ( -3744 -320 864 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -2432 1856 ) ( -3840 -2432 864 ) ( -3840 -320 864 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 47 +{ +"classname" "func_rain" +// brush 0 +{ +( -1312 1888 1024 ) ( -3552 1888 1024 ) ( -3552 -320 1024 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3552 -320 1984 ) ( -3552 1888 1984 ) ( -1312 1888 1984 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3552 -320 1856 ) ( -1312 -320 1856 ) ( -1312 -320 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -320 1856 ) ( -1280 1888 1856 ) ( -1280 1888 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 2432 1856 ) ( -3520 2432 1856 ) ( -3520 2432 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 1856 1856 ) ( -3840 -352 1856 ) ( -3840 -352 1088 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 48 +{ +"classname" "func_rain" +// brush 0 +{ +( 768 2240 864 ) ( -1216 2240 864 ) ( -1216 -320 864 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -320 1856 ) ( -1280 2240 1856 ) ( 704 2240 1856 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -320 1600 ) ( 704 -320 1600 ) ( 704 -320 768 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -320 1600 ) ( 704 2240 1600 ) ( 704 2240 768 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 2240 1600 ) ( -1280 2240 1600 ) ( -1280 2240 768 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 2240 1600 ) ( -1280 -320 1600 ) ( -1280 -320 768 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 49 +{ +"classname" "func_rain" +// brush 0 +{ +( 4800 2944 960 ) ( 1952 2944 960 ) ( 1952 1664 960 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1952 1664 1760 ) ( 1952 2944 1760 ) ( 4800 2944 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3904 1664 1760 ) ( 3904 1664 960 ) ( 1952 1664 960 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3648 2176 1760 ) ( 3648 2176 960 ) ( 3904 1664 960 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3648 2176 960 ) ( 3648 2176 1760 ) ( 1952 2176 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1952 2944 1632 ) ( 1952 1664 1632 ) ( 1952 1664 896 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 50 +{ +"classname" "func_rain" +// brush 0 +{ +( 1952 2560 896 ) ( 704 2560 896 ) ( 704 1120 896 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 672 1120 1632 ) ( 672 2560 1632 ) ( 1920 2560 1632 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 1088 1760 ) ( 1952 1088 1760 ) ( 1952 1088 768 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1952 1120 1760 ) ( 1952 2560 1760 ) ( 1952 2560 768 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1952 2176 1760 ) ( 704 2176 1760 ) ( 704 2176 768 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 2560 1760 ) ( 704 1120 1760 ) ( 704 1120 768 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 51 +{ +"classname" "func_rain" +// brush 0 +{ +( 3200 1760 768 ) ( 832 1760 768 ) ( 832 -320 768 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 832 -320 1632 ) ( 832 1760 1632 ) ( 3200 1760 1632 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 832 -320 1760 ) ( 3200 -320 1760 ) ( 3200 -320 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3008 -320 1760 ) ( 3008 1760 1760 ) ( 3008 1760 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3232 1088 1760 ) ( 864 1088 1760 ) ( 864 1088 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 1760 1760 ) ( 704 -320 1760 ) ( 704 -320 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 52 +{ +"classname" "func_rain" +// brush 0 +{ +( 5888 1184 608 ) ( 3264 1184 608 ) ( 3264 -320 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3232 -320 1760 ) ( 3232 1184 1760 ) ( 5856 1184 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3232 -320 1760 ) ( 5856 -320 1760 ) ( 5856 -320 416 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3904 1664 1760 ) ( 3904 1664 608 ) ( 5280 -320 608 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3904 1664 608 ) ( 3904 1664 1760 ) ( 3008 1664 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3008 1152 1760 ) ( 3008 -352 1760 ) ( 3008 -352 416 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 53 +{ +"classname" "func_rain" +// brush 0 +{ +( 5760 832 640 ) ( 3328 832 640 ) ( 3328 -2176 640 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3328 -2176 1728 ) ( 3328 832 1728 ) ( 5760 832 1728 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3328 -2176 1728 ) ( 5760 -2176 1728 ) ( 5760 -2176 640 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5344 -384 1728 ) ( 5344 -384 640 ) ( 6176 -2240 640 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5856 -320 640 ) ( 5856 -320 1728 ) ( 3200 -320 1728 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3200 832 1728 ) ( 3200 -2176 1728 ) ( 3200 -2176 640 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 54 +{ +"classname" "func_rain" +// brush 0 +{ +( 704 960 640 ) ( -1280 960 640 ) ( -1280 -2144 640 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -2144 1760 ) ( -1280 960 1760 ) ( 704 960 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -2176 1760 ) ( 704 -2176 1760 ) ( 704 -2176 736 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -2144 1760 ) ( 704 960 1760 ) ( 704 960 736 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 768 -320 1760 ) ( -1216 -320 1760 ) ( -1216 -320 736 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 960 1760 ) ( -1280 -2144 1760 ) ( -1280 -2144 736 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 55 +{ +"classname" "func_rain" +// brush 0 +{ +( 3104 992 416 ) ( 640 992 416 ) ( 640 -2144 416 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -2144 1760 ) ( 704 992 1760 ) ( 3168 992 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -2176 1760 ) ( 3168 -2176 1760 ) ( 3168 -2176 480 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3200 -2144 1760 ) ( 3200 992 1760 ) ( 3200 992 480 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3104 -320 1760 ) ( 640 -320 1760 ) ( 640 -320 480 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 992 1760 ) ( 704 -2144 1760 ) ( 704 -2144 480 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 56 +{ +"classname" "func_rain" +// brush 0 +{ +( 3840 -2176 384 ) ( 1856 -2176 384 ) ( 1856 -4544 384 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1856 -4544 1472 ) ( 1856 -2176 1472 ) ( 3840 -2176 1472 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 3840 -2176 1344 ) ( 1856 -2176 1344 ) ( 1856 -2176 320 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1856 -2176 1344 ) ( 1856 -4544 1344 ) ( 1856 -4544 320 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5120 -2176 320 ) ( 1856 -4544 320 ) ( 3488 -3360 1344 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 57 +{ +"classname" "func_rain" +// brush 0 +{ +( 1856 -2176 320 ) ( 704 -2176 320 ) ( 704 -5056 320 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -5056 1344 ) ( 704 -2176 1344 ) ( 1856 -2176 1344 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -5056 1152 ) ( 1856 -5056 1152 ) ( 1856 -5056 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1856 -5056 1152 ) ( 1856 -2176 1152 ) ( 1856 -2176 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1856 -2176 1152 ) ( 704 -2176 1152 ) ( 704 -2176 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -2176 1152 ) ( 704 -5056 1152 ) ( 704 -5056 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 58 +{ +"classname" "func_rain" +// brush 0 +{ +( -1280 -2112 448 ) ( -3072 -2112 448 ) ( -3072 -3712 448 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3072 -3712 1152 ) ( -3072 -2112 1152 ) ( -1280 -2112 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3072 -3712 1152 ) ( -1280 -3712 1152 ) ( -1280 -3712 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -3712 1152 ) ( -1280 -2112 1152 ) ( -1280 -2112 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1344 -2240 256 ) ( -1280 -2176 256 ) ( -1312 -2208 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 59 +{ +"classname" "func_rain" +// brush 0 +{ +( 768 -2208 288 ) ( -1248 -2208 288 ) ( -1248 -5056 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1248 -5056 1152 ) ( -1248 -2208 1152 ) ( 768 -2208 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1248 -5056 1152 ) ( 768 -5056 1152 ) ( 768 -5056 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -5056 1152 ) ( 704 -2208 1152 ) ( 704 -2208 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 736 -2176 1152 ) ( -1280 -2176 1152 ) ( -1280 -2176 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -2176 1152 ) ( -1280 -5024 1152 ) ( -1280 -5024 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 60 +{ +"classname" "func_rain" +// brush 0 +{ +( -1600 -3712 288 ) ( -3840 -3712 288 ) ( -3840 -5056 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -5056 1152 ) ( -3840 -3712 1152 ) ( -1600 -3712 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -5056 1152 ) ( -1600 -5056 1152 ) ( -1600 -5056 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1280 -5056 1152 ) ( -1280 -3712 1152 ) ( -1280 -3712 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1600 -3712 1152 ) ( -3840 -3712 1152 ) ( -3840 -3712 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -3712 1152 ) ( -3840 -5056 1152 ) ( -3840 -5056 256 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 61 +{ +"classname" "func_rain" +// brush 0 +{ +( -1600 -5056 288 ) ( -3904 -5056 288 ) ( -3904 -8128 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3904 -8128 1152 ) ( -3904 -5056 1152 ) ( -1600 -5056 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3904 -8128 1152 ) ( -1600 -8128 1152 ) ( -1600 -8128 64 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1600 -8128 1376 ) ( -1600 -5056 1376 ) ( -1600 -5056 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1600 -5056 1152 ) ( -3904 -5056 1152 ) ( -3904 -5056 64 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -3840 -5056 1152 ) ( -3840 -8128 1152 ) ( -3840 -8128 64 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 62 +{ +"classname" "func_rain" +// brush 0 +{ +( 704 -4992 288 ) ( -1600 -4992 288 ) ( -1600 -8128 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1536 -8128 1152 ) ( -1536 -4992 1152 ) ( 768 -4992 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1600 -8128 896 ) ( 704 -8128 896 ) ( 704 -8128 64 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -8128 896 ) ( 704 -4992 896 ) ( 704 -4992 64 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -5056 896 ) ( -1600 -5056 896 ) ( -1600 -5056 64 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -1600 -4992 1120 ) ( -1600 -8128 1120 ) ( -1600 -8128 288 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 63 +{ +"classname" "func_rain" +// brush 0 +{ +( 2432 -5056 64 ) ( 704 -5056 64 ) ( 704 -8192 64 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -8192 896 ) ( 704 -5056 896 ) ( 2432 -5056 896 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -8192 640 ) ( 2432 -8192 640 ) ( 2432 -8192 0 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2432 -8192 640 ) ( 2432 -5056 640 ) ( 2432 -5056 0 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2496 -5056 640 ) ( 768 -5056 640 ) ( 768 -5056 0 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 704 -5056 640 ) ( 704 -8192 640 ) ( 704 -8192 0 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 64 +{ +"classname" "func_rain" +// brush 0 +{ +( 4480 -4608 -64 ) ( 2432 -4608 -64 ) ( 2432 -8064 -64 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2496 -8064 896 ) ( 2496 -4608 896 ) ( 4544 -4608 896 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2432 -8128 640 ) ( 4480 -8128 640 ) ( 4480 -8128 0 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4416 -8384 640 ) ( 4416 -4928 640 ) ( 4416 -4928 0 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2432 -4928 640 ) ( 2432 -4928 0 ) ( 4416 -4352 0 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 2432 -4928 0 ) ( 2432 -4928 640 ) ( 2432 -8128 640 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 65 +{ +"classname" "func_rain" +// brush 0 +{ +( 5824 -4032 -64 ) ( 1856 -4032 -64 ) ( 1856 -6784 -64 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1856 -6784 704 ) ( 1856 -4032 704 ) ( 5824 -4032 704 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1856 -7040 640 ) ( 5824 -7040 640 ) ( 5824 -7040 -128 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6144 -6784 640 ) ( 6144 -4032 640 ) ( 6144 -4032 -128 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 1856 -5056 640 ) ( 1856 -5056 -128 ) ( 5824 -4032 -128 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4416 -5056 -128 ) ( 4416 -5056 640 ) ( 4416 -6784 640 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 66 +{ +"$targetname" "scene14_doorR" +"classname" "script_object" +// brush 0 +{ +( 6338 3408 1904 ) ( 6114 3408 1904 ) ( 6114 3376 1904 ) general_structure/jh_barndoor1 -213 602 0.00 0.750000 0.343750 0 16384 0 +( 6112 3376 2080 ) ( 6112 3408 2080 ) ( 6336 3408 2080 ) general_structure/jh_barndoor1 -197 602 0.00 0.750000 0.343750 0 16384 0 +( 6112 3376 2048 ) ( 6336 3376 2048 ) ( 6336 3376 2016 ) general_structure/jh_barndoor1 -213 418 0.00 0.750000 0.343750 0 16384 0 +( 6304 3376 2048 ) ( 6304 3408 2048 ) ( 6304 3408 2016 ) general_structure/jh_barndoor1 96 418 0.00 0.750000 0.343750 0 16384 0 +( 6336 3392 2048 ) ( 6112 3392 2048 ) ( 6112 3392 2016 ) general_structure/jh_barndoor1 -213 418 0.00 0.750000 0.343750 0 16384 0 +( 6112 3408 2048 ) ( 6112 3376 2048 ) ( 6112 3376 2016 ) general_structure/jh_barndoor1 96 418 0.00 0.750000 0.343750 0 16384 0 +} +// brush 1 +{ +( 6112 3380 1912 ) ( 6112 3388 1912 ) ( 6104 3388 1912 ) common/origin 4 0 0.00 1 1 16777216 2176 0 +( 6108 3388 2060 ) ( 6116 3388 2060 ) ( 6116 3380 2060 ) common/origin 4 0 0.00 1 1 16777216 2176 0 +( 6108 3380 1888 ) ( 6108 3380 2080 ) ( 6116 3380 2080 ) common/origin 4 0 0.00 1 1 16777216 2176 0 +( 6108 3388 1888 ) ( 6108 3388 2080 ) ( 6108 3380 2080 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6116 3388 1888 ) ( 6116 3388 2080 ) ( 6108 3388 2080 ) common/origin 4 0 0.00 1 1 16777216 2176 0 +( 6116 3380 1888 ) ( 6116 3380 2080 ) ( 6116 3388 2080 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +} +} +// entity 67 +{ +"$targetname" "scene13_doorL" +"classname" "script_object" +// brush 0 +{ +( 7136 3632 1904 ) ( 7136 3664 1904 ) ( 6912 3664 1904 ) general_structure/jh_barndoor1 142 834 0.00 0.750000 0.343750 0 16384 0 +( 6912 3664 2080 ) ( 7136 3664 2080 ) ( 7136 3632 2080 ) general_structure/jh_barndoor1 -221 834 0.00 0.750000 0.343750 0 16384 0 +( 6912 3632 2016 ) ( 6912 3632 2048 ) ( 7136 3632 2048 ) general_structure/jh_barndoor1 42 418 0.00 -0.750000 0.343750 0 16384 0 +( 6944 3664 2016 ) ( 6944 3664 2048 ) ( 6944 3632 2048 ) general_structure/jh_barndoor1 12 418 0.00 0.750000 0.343750 0 16384 0 +( 7136 3648 2016 ) ( 7136 3648 2048 ) ( 6912 3648 2048 ) general_structure/jh_barndoor1 42 418 0.00 -0.750000 0.343750 0 16384 0 +( 7136 3632 2016 ) ( 7136 3632 2048 ) ( 7136 3664 2048 ) general_structure/jh_barndoor1 12 418 0.00 0.750000 0.343750 0 16384 0 +} +// brush 1 +{ +( 7144 3644 1912 ) ( 7136 3644 1912 ) ( 7136 3636 1912 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 7132 3636 2060 ) ( 7132 3644 2060 ) ( 7140 3644 2060 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 7132 3636 2080 ) ( 7140 3636 2080 ) ( 7140 3636 1888 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 7140 3636 2080 ) ( 7140 3644 2080 ) ( 7140 3644 1888 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 7140 3644 2080 ) ( 7132 3644 2080 ) ( 7132 3644 1888 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 7132 3644 2080 ) ( 7132 3636 2080 ) ( 7132 3636 1888 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +} +} +// entity 68 +{ +"$targetname" "scene13_doorR" +"classname" "script_object" +// brush 0 +{ +( 6752 3636 1912 ) ( 6752 3644 1912 ) ( 6744 3644 1912 ) common/origin 4 0 0.00 1 1 16777216 2176 0 +( 6748 3644 2060 ) ( 6756 3644 2060 ) ( 6756 3636 2060 ) common/origin 4 0 0.00 1 1 16777216 2176 0 +( 6748 3636 1888 ) ( 6748 3636 2080 ) ( 6756 3636 2080 ) common/origin 4 0 0.00 1 1 16777216 2176 0 +( 6748 3644 1888 ) ( 6748 3644 2080 ) ( 6748 3636 2080 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6756 3644 1888 ) ( 6756 3644 2080 ) ( 6748 3644 2080 ) common/origin 4 0 0.00 1 1 16777216 2176 0 +( 6756 3636 1888 ) ( 6756 3636 2080 ) ( 6756 3644 2080 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6976 3664 1904 ) ( 6752 3664 1904 ) ( 6752 3632 1904 ) general_structure/jh_barndoor1 142 834 0.00 0.750000 0.343750 0 16384 0 +( 6752 3632 2080 ) ( 6752 3664 2080 ) ( 6976 3664 2080 ) general_structure/jh_barndoor1 -221 834 0.00 0.750000 0.343750 0 16384 0 +( 6752 3632 2048 ) ( 6976 3632 2048 ) ( 6976 3632 2016 ) general_structure/jh_barndoor1 -42 418 0.00 0.750000 0.343750 0 16384 0 +( 6944 3632 2048 ) ( 6944 3664 2048 ) ( 6944 3664 2016 ) general_structure/jh_barndoor1 12 418 0.00 0.750000 0.343750 0 16384 0 +( 6976 3648 2048 ) ( 6752 3648 2048 ) ( 6752 3648 2016 ) general_structure/jh_barndoor1 -42 418 0.00 0.750000 0.343750 0 16384 0 +( 6752 3664 2048 ) ( 6752 3632 2048 ) ( 6752 3632 2016 ) general_structure/jh_barndoor1 12 418 0.00 0.750000 0.343750 0 16384 0 +} +} +// entity 69 +{ +"origin" "-1669 -3717 625" +"$targetname" "nebeller1_spawner" +"classname" "script_origin" +} +// entity 70 +{ +"origin" "-3784 4920 1720" +"classname" "info_grenadehint" +} +// entity 71 +{ +"target" "panzertank_mask" +"testanim" "idle" +"$targetname" "tigertank1" +"origin" "-4128.00 -824.00 1092.00" +"model" "vehicles/PanzerIV_w_base.tik" +"scale" "1.0" +"classname" "addon_vehicle_german_snowy-PanzerIV" +} +// entity 72 +{ +"origin" "2885.26 1277.48 1275.44" +"angles" "0 0 90" +"testanim" "idle" +"model" "weapons/g43.tik" +"$targetname" "sniper_rifle" +"classname" "script_model" +} +// entity 73 +{ +"setthread" "sniper_rifle_pickup" +"$targetname" "sniper_rifle_trigger" +"classname" "trigger_once" +// brush 0 +{ +( 2968 1304 1272 ) ( 2832 1304 1272 ) ( 2832 1232 1272 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2832 1232 1384 ) ( 2832 1304 1384 ) ( 2968 1304 1384 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2839 1232 1384 ) ( 2975 1232 1384 ) ( 2975 1232 1272 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2968 1232 1384 ) ( 2968 1304 1384 ) ( 2968 1304 1272 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2968 1312 1384 ) ( 2832 1312 1384 ) ( 2832 1312 1272 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2839 1304 1384 ) ( 2839 1232 1384 ) ( 2839 1232 1272 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 74 +{ +"spawnflags" "12" +"setthread" "panzerschrek_drop" +"classname" "trigger_multiple" +// brush 0 +{ +( -3704 3665 1589 ) ( -4600 3665 1589 ) ( -4600 3025 1589 ) common/trigger 56 -47 0.00 1 1 0 65664 0 +( -4600 3025 2101 ) ( -4600 3665 2101 ) ( -3704 3665 2101 ) common/trigger 56 -47 0.00 1 1 0 65664 0 +( -4584 2857 3253 ) ( -3688 2857 3253 ) ( -3688 2857 1333 ) common/trigger 56 53 0.00 1 1 0 65664 0 +( -3960 3025 3253 ) ( -3960 3665 3253 ) ( -3960 3665 1333 ) common/trigger 47 53 0.00 1 1 0 65664 0 +( -3704 3665 3253 ) ( -4600 3665 3253 ) ( -4600 3665 1333 ) common/trigger 56 53 0.00 1 1 0 65664 0 +( -4472 3665 3253 ) ( -4472 3025 3253 ) ( -4472 3025 1333 ) common/trigger 47 53 0.00 1 1 0 65664 0 +} +} +// entity 75 +{ +"origin" "6208 4840 1976" +"classname" "info_grenadehint" +} +// entity 76 +{ +"launchsound" "nebelwerfer_launch" +"spawnflags" "128" +"projectile" "projectiles/nebelwerfersnowproj.tik" +"origin" "-610 4795 1874" +"angle" "90" +"$targetname" "nebelwerfer4" +"classname" "ProjectileGenerator_Heavy" +} +// entity 77 +{ +"setthread" "nebeller3_start" +"classname" "trigger_once" +// brush 0 +{ +( -3817 4529 1108 ) ( -8057 4529 1108 ) ( -8057 2433 1108 ) common/trigger 0 56 0.00 1 1 0 65664 0 +( -8045 2433 3152 ) ( -8045 4529 3152 ) ( -3805 4529 3152 ) common/trigger 0 56 0.00 1 1 0 65664 0 +( -8052 2288 1960 ) ( -3812 2288 1960 ) ( -3812 2288 1928 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -2972 2516 1960 ) ( -2972 4612 1960 ) ( -2972 4612 1928 ) common/trigger -56 0 0.00 1 1 0 65664 0 +( -3351 2356 1960 ) ( -7591 2356 1960 ) ( -7591 2356 1928 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -7808 4408 1960 ) ( -7808 2312 1960 ) ( -7808 2312 1928 ) common/trigger -56 0 0.00 1 1 0 65664 0 +} +} +// entity 78 +{ +"launchsound" "nebelwerfer_launch" +"spawnflags" "128" +"projectile" "projectiles/nebelwerfersnowproj.tik" +"$targetname" "nebelwerfer2" +"origin" "2460 1012 948" +"angle" "270" +"classname" "ProjectileGenerator_Heavy" +} +// entity 79 +{ +"origin" "6567.08 4553.41 1920.00" +"testanim" "idle" +"model" "items/item_50_healthbox.tik" +"scale" "1.0" +"classname" "item_health_50" +} +// entity 80 +{ +"spawnflags" "4" +"origin" "6168.00 4480.00 2016.00" +"testanim" "idle" +"model" "miscobj/bottle_medicine.tik" +"scale" "1.0" +"classname" "interactobject_decor_bottle-generic" +} +// entity 81 +{ +"angle" "90" +"openangle" "270" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 5950 3434 1912 ) ( 5950 3442 1912 ) ( 5942 3442 1912 ) common/origin 38 -10 0.00 1 1 16777216 2176 0 +( 5946 3442 2028 ) ( 5954 3442 2028 ) ( 5954 3434 2028 ) common/origin 38 -10 0.00 1 1 16777216 2176 0 +( 5942 3438 1888 ) ( 5942 3438 2080 ) ( 5950 3438 2080 ) common/origin 38 0 0.00 1 1 16777216 2176 0 +( 5946 3442 1888 ) ( 5946 3442 2080 ) ( 5946 3434 2080 ) common/origin 10 0 0.00 1 1 16777216 2176 0 +( 5954 3442 1888 ) ( 5954 3442 2080 ) ( 5946 3442 2080 ) common/origin 38 0 0.00 1 1 16777216 2176 0 +( 5950 3434 1888 ) ( 5950 3434 2080 ) ( 5950 3442 2080 ) common/origin 10 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 5952 3440 1904 ) ( 5952 3504 1904 ) ( 5944 3504 1904 ) central_europe/frenchdoor_wood1 0 192 0.00 -0.062500 0.250000 0 16384 0 +surfaceparm detail +( 5944 3504 2036 ) ( 5952 3504 2036 ) ( 5952 3440 2036 ) central_europe/frenchdoor_wood1 0 192 0.00 -0.062500 0.250000 0 16384 0 +surfaceparm detail +( 5944 3440 1904 ) ( 5944 3440 2032 ) ( 5952 3440 2032 ) central_europe/frenchdoor_wood1 0 224 0.00 -0.062500 0.500000 0 16384 0 +surfaceparm detail +( 5946 3504 1904 ) ( 5946 3504 2032 ) ( 5946 3440 2032 ) mohcommon/doorold_1a 96 108 -180.00 0.500000 -0.515625 0 16384 0 +( 5952 3504 1904 ) ( 5952 3504 2032 ) ( 5944 3504 2032 ) central_europe/frenchdoor_wood1 0 224 0.00 -0.062500 0.500000 0 16384 0 +surfaceparm detail +( 5950 3440 1904 ) ( 5950 3440 2032 ) ( 5950 3504 2032 ) central_europe_winter/doorold_1aWntrwoknkr 96 108 0.00 -0.500000 0.515625 0 16384 0 +} +} +// entity 82 +{ +"maxdist" "512" +"leash" "256" +"health" "350" +"gren_awareness" "65" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "none" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "weaponless" +"type_idle" "idle" +"#playerseek" "0" +"#fnum" "3" +"$targetname" "friendly" +"origin" "5246.00 -6296.00 16.00" +"angle" "180" +"testanim" "idle" +"model" "human/allied_usa_1st-ranger_medic_snow.tik" +"scale" "1.0" +"classname" "ai_allied_2nd-ranger_medic" +} +// entity 83 +{ +"$targetname" "halftrack_trigger" +"setthread" "halftrack1_ambush" +"classname" "trigger_once" +// brush 0 +{ +( 1536 -4864.000977 160 ) ( 1536 -4000.000488 160 ) ( -1447.998657 -3232.000732 160 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1536 -4000.000488 1024 ) ( 1536 -4864.000488 1024 ) ( -895.998779 -4096.000488 1024 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1536 -4864.000488 1024 ) ( 1536 -4864.000977 160 ) ( -895.998413 -4096.000977 160 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1536 -4864.000488 1024 ) ( 1536 -4000.000488 1024 ) ( 1536 -4000.000488 160 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 1536 -4000.000488 160 ) ( 1536 -4000.000488 1024 ) ( -1447.998535 -3232.000732 1024 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -1447.998779 -3232.000488 1024 ) ( -895.998901 -4096.000488 1024 ) ( -895.998596 -4096.000977 160 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 84 +{ +"origin" "6548.00 4640.00 1920.00" +"testanim" "idle" +"model" "emitters/fire.tik" +"scale" ".75" +"classname" "fx_fire" +} +// entity 85 +{ +"testanim" "idle" +"origin" "6592.00 4640.00 2316.00" +"model" "emitters/short_grey_fat_trans.tik" +"scale" "1.0" +"classname" "fx_smoke_shortgreyfattrans" +} +// entity 86 +{ +"setthread" "scene12_trigger1_thread" +"$targetname" "scene12_trigger1" +"classname" "trigger_once" +// brush 0 +{ +( 7408 3456 1744 ) ( 7200 3456 1744 ) ( 7200 3376 1744 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 7184 3376 2096 ) ( 7184 3456 2096 ) ( 7392 3456 2096 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 7168 3376 3152 ) ( 7376 3376 3152 ) ( 7376 3376 1104 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 7680 3376 3152 ) ( 7680 3456 3152 ) ( 7680 3456 1104 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 7376 3456 3152 ) ( 7168 3456 3152 ) ( 7168 3456 1104 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 7168 3456 3152 ) ( 7168 3376 3152 ) ( 7168 3376 1104 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 87 +{ +"target" "t4261" +"$targetname" "scene12_spawner4" +"origin" "5824 3592 1960" +"classname" "script_origin" +} +// entity 88 +{ +"$targetname" "shutter_1" +"spawnflags" "132" +"angle" "270" +"openangle" "-170" +"wait" "-1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6385 4445 2108 ) ( 6393 4445 2108 ) ( 6393 4449 2108 ) common/origin -23 53 -90.00 1 1 16777216 2176 0 +( 6393 4451 2156 ) ( 6393 4447 2156 ) ( 6385 4447 2156 ) common/origin -23 53 -90.00 1 1 16777216 2176 0 +( 6389 4449 2075 ) ( 6389 4449 2203 ) ( 6389 4445 2203 ) common/origin -23 43 -180.00 1 -1 16777216 2176 0 +( 6395 4449 2075 ) ( 6395 4449 2203 ) ( 6387 4449 2203 ) common/origin -53 43 0.00 1 1 16777216 2176 0 +( 6391 4447 2075 ) ( 6391 4447 2203 ) ( 6391 4451 2203 ) common/origin -23 43 -180.00 1 -1 16777216 2176 0 +( 6385 4447 2075 ) ( 6385 4447 2203 ) ( 6393 4447 2203 ) common/origin -53 43 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6320 4450 2094 ) ( 6320 4442 2094 ) ( 6344 4442 2094 ) central_europe_winter/shutter_set2w 63 36 -90.00 1 1 0 16384 0 +( 6344 4446 2170 ) ( 6320 4446 2170 ) ( 6320 4454 2170 ) common/caulk -34 1 90.00 1 1 0 65696 0 +( 6390 4442 2162 ) ( 6390 4450 2162 ) ( 6390 4450 2146 ) central_europe_winter/shutter_set2w 63 -52 -180.00 1 1 0 16384 0 +( 6344 4450 2162 ) ( 6320 4450 2162 ) ( 6320 4450 2146 ) central_europe_winter/shutter_set2w 19 68 0.00 0.687500 0.593750 0 16384 0 +( 6368 4454 2160 ) ( 6368 4446 2160 ) ( 6368 4446 2144 ) central_europe_winter/shutter_set2w 63 -52 -180.00 1 1 0 16384 0 +( 6310 4446 2162 ) ( 6334 4446 2162 ) ( 6334 4446 2146 ) central_europe_winter/shutter_set2w 19 68 0.00 0.687500 0.593750 0 16384 0 +} +} +// entity 89 +{ +"setthread" "window_ambush_1" +"target" "shutter_1" +"classname" "trigger_once" +// brush 0 +{ +( 6616 4416 1844 ) ( 6136 4416 1844 ) ( 6136 3776 1844 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6144 3776 2048 ) ( 6144 4416 2048 ) ( 6624 4416 2048 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6720 3648 2048 ) ( 6720 3648 1888 ) ( 6004 3888 1888 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6720 3648 1888 ) ( 6720 3648 2048 ) ( 6460 4448 2048 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6624 4448 2048 ) ( 6144 4448 2048 ) ( 6144 4448 1888 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6004 3888 2048 ) ( 6004 3888 1888 ) ( 6276 4448 1888 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 90 +{ +"spawnflags" "132" +"wait" "-1" +"angle" "270" +"openangle" "-170" +"$targetname" "shutter_1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6339 4445 2108 ) ( 6347 4445 2108 ) ( 6347 4449 2108 ) common/origin -23 7 -90.00 1 1 16777216 2176 0 +( 6347 4451 2156 ) ( 6347 4447 2156 ) ( 6339 4447 2156 ) common/origin -23 7 -90.00 1 1 16777216 2176 0 +( 6343 4449 2075 ) ( 6343 4449 2203 ) ( 6343 4445 2203 ) common/origin -23 43 -180.00 1 -1 16777216 2176 0 +( 6349 4449 2075 ) ( 6349 4449 2203 ) ( 6341 4449 2203 ) common/origin -7 43 0.00 1 1 16777216 2176 0 +( 6345 4447 2075 ) ( 6345 4447 2203 ) ( 6345 4451 2203 ) common/origin -23 43 -180.00 1 -1 16777216 2176 0 +( 6339 4447 2075 ) ( 6339 4447 2203 ) ( 6347 4447 2203 ) common/origin -7 43 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6320 4450 2094 ) ( 6320 4442 2094 ) ( 6344 4442 2094 ) central_europe_winter/shutter_set2w 63 36 -90.00 1 1 0 16384 0 +( 6344 4446 2170 ) ( 6320 4446 2170 ) ( 6320 4454 2170 ) common/caulk -34 1 90.00 1 1 0 65696 0 +( 6368 4442 2162 ) ( 6368 4450 2162 ) ( 6368 4450 2146 ) central_europe_winter/shutter_set2w 63 -52 -180.00 1 1 0 16384 0 +( 6344 4450 2162 ) ( 6320 4450 2162 ) ( 6320 4450 2146 ) central_europe_winter/shutter_set2w -44 68 0.00 0.687500 0.593750 0 16384 0 +( 6344 4454 2162 ) ( 6344 4446 2162 ) ( 6344 4446 2146 ) central_europe_winter/shutter_set2w 63 -52 -180.00 1 1 0 16384 0 +( 6310 4446 2162 ) ( 6334 4446 2162 ) ( 6334 4446 2146 ) central_europe_winter/shutter_set2w -44 68 0.00 0.687500 0.593750 0 16384 0 +} +} +// entity 91 +{ +"health" "55" +"target" "window_ambush_node_1" +"#set" "18" +"testanim" "idle" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "2" +"accuracy" "30" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"angle" "270" +"origin" "6368.00 4528.00 2096.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 92 +{ +"angle" "270" +"classname" "func_ladder" +// brush 0 +{ +( 2752 1332 968 ) ( 2752 1320 968 ) ( 2796 1320 968 ) common/ladder 40 -20 0.00 1 1 0 136 0 +( 2792 1328 1152 ) ( 2792 1328 1156 ) ( 2748 1328 1156 ) common/ladder 40 -16 0.00 1 1 0 136 0 +( 2792 1320 1152 ) ( 2792 1320 1156 ) ( 2792 1332 1156 ) common/ladder 20 -16 0.00 1 1 0 136 0 +( 2748 1320 1152 ) ( 2748 1320 1156 ) ( 2792 1320 1156 ) common/ladder 40 -16 0.00 1 1 0 136 0 +( 2752 1332 1152 ) ( 2752 1332 1156 ) ( 2752 1320 1156 ) common/ladder 20 -16 0.00 1 1 0 136 0 +( 2780 1324 1280 ) ( 2772 1320 1280 ) ( 2764 1324 1280 ) common/ladder 40 -20 0.00 1 1 0 136 0 +} +} +// entity 93 +{ +"$targetname" "sniper_spawner" +"origin" "2912 1308 1312" +"classname" "script_origin" +} +// entity 94 +{ +"openangle" "80" +"wait" "3" +"angle" "180" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6088 5252 1912 ) ( 6084 5252 1912 ) ( 6084 5244 1912 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6086 5244 2024 ) ( 6086 5252 2024 ) ( 6090 5252 2024 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6086 5246 2032 ) ( 6090 5246 2032 ) ( 6090 5246 1904 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6090 5244 2032 ) ( 6090 5252 2032 ) ( 6090 5252 1904 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6090 5250 2032 ) ( 6086 5250 2032 ) ( 6086 5250 1904 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6086 5252 2032 ) ( 6086 5244 2032 ) ( 6086 5244 1904 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6092 5312 1904 ) ( 6084 5312 1904 ) ( 6084 5248 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +( 6084 5248 2032 ) ( 6084 5312 2032 ) ( 6092 5312 2032 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +( 6084 5248 2032 ) ( 6092 5248 2032 ) ( 6092 5248 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +( 6092 5248 2032 ) ( 6092 5312 2032 ) ( 6092 5312 1904 ) mohcommon/doorold_1a 0 223 -180.00 0.500000 -0.500000 0 16384 0 +( 6092 5312 2032 ) ( 6084 5312 2032 ) ( 6084 5312 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +( 6084 5312 2032 ) ( 6084 5248 2032 ) ( 6084 5248 1904 ) central_europe_winter/doorold_1aWntrwoknkr 0 223 -180.00 0.500000 -0.500000 0 16384 0 +} +} +// entity 95 +{ +"$targetname" "ending_trigger" +"setthread" "endlevel" +"classname" "trigger_multiple" +// brush 0 +{ +( 6307.500488 2846.500244 1904 ) ( 6331.499512 2846.500000 1904 ) ( 6319.500000 2886.499756 1904 ) common/trigger 55 33 -90.00 0.999512 1.000977 0 65664 0 +( 6295.500488 2846.500244 2084 ) ( 6327.500000 2846.500244 2084 ) ( 6327.500488 2782.499756 2084 ) common/trigger 55 33 -90.00 0.999512 1.000977 0 65664 0 +( 6286.500488 2844.500244 2008 ) ( 6286.500488 2844.500244 1904 ) ( 6286.500000 2884.499512 1904 ) common/trigger 53 -8 -180.00 1.000488 -1 0 65664 0 +( 6383.500000 2642.500244 2008 ) ( 6383.500000 2642.500244 1904 ) ( 6359.500488 2642.500244 1904 ) common/trigger -59 -8 0.00 0.998535 1 0 65664 0 +( 6431.500000 2651.500244 1904 ) ( 6431.500000 2651.500244 2008 ) ( 6431.500000 2691.499756 2008 ) common/trigger 5 -8 -180.00 0.998535 -1 0 65664 0 +( 6327.500488 2866.500000 2672 ) ( 6295.500000 2866.499512 2672 ) ( 6295.500000 2866.499512 544 ) common/trigger -31 -8 0.00 1 1 0 65664 0 +} +} +// entity 96 +{ +"origin" "21 -6242 732" +"classname" "info_grenadehint" +} +// entity 97 +{ +"origin" "-1134.92 -5665.59 377.00" +"testanim" "idle" +"model" "items/item_50_healthbox.tik" +"scale" "1.0" +"classname" "item_health_50" +} +// entity 98 +{ +"origin" "5192 -6004 52" +"classname" "info_pathnode" +} +// entity 99 +{ +"health" "55" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"sight" "1024" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"$enemyname" "patroller3" +"#set" "1" +"angle" "270" +"accuracy" "20" +"origin" "849.00 -4697.00 475.00" +"testanim" "idle" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_soldier" +} +// entity 100 +{ +"health" "55" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"sight" "1024" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"$enemyname" "patroller2" +"#set" "1" +"angle" "270" +"accuracy" "20" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "783.00 -4749.00 488.00" +} +// entity 101 +{ +"health" "55" +"sight" "1024" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"$enemyname" "patroller1" +"#set" "1" +"angle" "270" +"accuracy" "20" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "711.00 -4748.00 470.00" +} +// entity 102 +{ +"origin" "5456 -6040 52" +"classname" "info_pathnode" +} +// entity 103 +{ +"origin" "4856 -5984 52" +"classname" "info_pathnode" +} +// entity 104 +{ +"origin" "4516 -6028 52" +"classname" "info_pathnode" +} +// entity 105 +{ +"origin" "4252 -6128 52" +"classname" "info_pathnode" +} +// entity 106 +{ +"origin" "3956 -6128 52" +"classname" "info_pathnode" +} +// entity 107 +{ +"origin" "3648 -6120 64" +"classname" "info_pathnode" +} +// entity 108 +{ +"origin" "3356 -6104 88" +"classname" "info_pathnode" +} +// entity 109 +{ +"origin" "3128 -6124 108" +"classname" "info_pathnode" +} +// entity 110 +{ +"origin" "2880 -6156 108" +"classname" "info_pathnode" +} +// entity 111 +{ +"origin" "2636 -6152 164" +"classname" "info_pathnode" +} +// entity 112 +{ +"origin" "2396 -6192 196" +"classname" "info_pathnode" +} +// entity 113 +{ +"origin" "1436 -7084 288" +"classname" "info_pathnode" +} +// entity 114 +{ +"origin" "1148 -7264 296" +"classname" "info_pathnode" +} +// entity 115 +{ +"origin" "724 -7284 300" +"classname" "info_pathnode" +} +// entity 116 +{ +"origin" "244 -7136 312" +"classname" "info_pathnode" +} +// entity 117 +{ +"origin" "460 -7228 312" +"classname" "info_pathnode" +} +// entity 118 +{ +"origin" "-136 -7024 316" +"classname" "info_pathnode" +} +// entity 119 +{ +"origin" "-16 -7096 316" +"classname" "info_pathnode" +} +// entity 120 +{ +"targetname" "t29" +"origin" "544 -7416 320" +"classname" "info_pathnode" +} +// entity 121 +{ +"origin" "-428 -6960 324" +"classname" "info_pathnode" +} +// entity 122 +{ +"origin" "-676 -6848 340" +"classname" "info_pathnode" +} +// entity 123 +{ +"targetname" "t258" +"origin" "-972 -6656 352" +"classname" "info_pathnode" +} +// entity 124 +{ +"targetname" "t259" +"origin" "-1116 -6448 360" +"classname" "info_pathnode" +} +// entity 125 +{ +"targetname" "t35" +"origin" "-1084 -6372 360" +"classname" "info_pathnode" +} +// entity 126 +{ +"targetname" "t260" +"origin" "-1256 -6184 372" +"classname" "info_pathnode" +} +// entity 127 +{ +"targetname" "t36" +"origin" "-1132 -6112 372" +"classname" "info_pathnode" +} +// entity 128 +{ +"targetname" "t37" +"origin" "-1274 -5874 384" +"classname" "info_pathnode" +} +// entity 129 +{ +"origin" "-1388 -5900 384" +"classname" "info_pathnode" +} +// entity 130 +{ +"targetname" "t38" +"origin" "-1296 -5608 400" +"classname" "info_pathnode" +} +// entity 131 +{ +"targetname" "t280" +"origin" "3252 -2460 594" +"classname" "info_pathnode" +} +// entity 132 +{ +"targetname" "t158" +"origin" "-1384 -5372 408" +"classname" "info_pathnode" +} +// entity 133 +{ +"targetname" "t281" +"origin" "3236 -2148 602" +"classname" "info_pathnode" +} +// entity 134 +{ +"origin" "-1554 -5034 408" +"classname" "info_pathnode" +} +// entity 135 +{ +"targetname" "t159" +"origin" "-1450 -5130 408" +"classname" "info_pathnode" +} +// entity 136 +{ +"targetname" "t31" +"origin" "-1462 -4846 416" +"classname" "info_pathnode" +} +// entity 137 +{ +"origin" "-1510 -5308 416" +"classname" "info_pathnode" +} +// entity 138 +{ +"targetname" "t32" +"origin" "-1438 -4580 420" +"classname" "info_pathnode" +} +// entity 139 +{ +"targetname" "t4502" +"spawnflags" "4" +"angle" "135" +"origin" "-778 -4461 380" +"classname" "info_pathnode" +} +// entity 140 +{ +"targetname" "t33" +"origin" "-1318 -4352 420" +"classname" "info_pathnode" +} +// entity 141 +{ +"targetname" "t4505" +"origin" "-1064 -4144 424" +"classname" "info_pathnode" +} +// entity 142 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "vehicle_safety_node" +"spawnflags" "0" +"origin" "-1084 -3830 456" +"classname" "info_pathnode" +} +// entity 143 +{ +"targetname" "t39" +"spawnflags" "2" +"origin" "-1168 -4134 424" +"classname" "info_pathnode" +} +// entity 144 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "vehicle_safety_node" +"origin" "-821 -3529 533" +"classname" "info_pathnode" +} +// entity 145 +{ +"targetname" "t40" +"origin" "-976 -3918 424" +"classname" "info_pathnode" +} +// entity 146 +{ +"_color" "0.000000 0.000000 0.627451" +"$targetname" "nebel1_fleepoint" +"spawnflags" "0" +"origin" "-1006 -4120 400" +"classname" "info_pathnode" +} +// entity 147 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "vehicle_safety_node" +"origin" "-450 -3702 424" +"classname" "info_pathnode" +} +// entity 148 +{ +"targetname" "t41" +"origin" "-634 -3710 424" +"classname" "info_pathnode" +} +// entity 149 +{ +"origin" "-240 -3680 424" +"classname" "info_pathnode" +} +// entity 150 +{ +"targetname" "t42" +"origin" "-354 -3462 470" +"classname" "info_pathnode" +} +// entity 151 +{ +"origin" "-44 -3608 424" +"classname" "info_pathnode" +} +// entity 152 +{ +"origin" "-124 -3500 444" +"classname" "info_pathnode" +} +// entity 153 +{ +"targetname" "t59" +"origin" "444 -4064 420" +"classname" "info_pathnode" +} +// entity 154 +{ +"origin" "80 -3456 452" +"classname" "info_pathnode" +} +// entity 155 +{ +"targetname" "t60" +"origin" "604 -4036 428" +"classname" "info_pathnode" +} +// entity 156 +{ +"origin" "240 -3520 452" +"classname" "info_pathnode" +} +// entity 157 +{ +"targetname" "t61" +"origin" "776 -3952 428" +"classname" "info_pathnode" +} +// entity 158 +{ +"origin" "780 -3376 452" +"classname" "info_pathnode" +} +// entity 159 +{ +"targetname" "t62" +"origin" "908 -3852 436" +"classname" "info_pathnode" +} +// entity 160 +{ +"origin" "1056 -3296 472" +"classname" "info_pathnode" +} +// entity 161 +{ +"targetname" "t63" +"origin" "1012 -3824 436" +"classname" "info_pathnode" +} +// entity 162 +{ +"origin" "1252 -3208 476" +"classname" "info_pathnode" +} +// entity 163 +{ +"targetname" "t64" +"origin" "1248 -3808 424" +"classname" "info_pathnode" +} +// entity 164 +{ +"targetname" "t65" +"origin" "1520 -3628 460" +"classname" "info_pathnode" +} +// entity 165 +{ +"origin" "1336 -3096 492" +"classname" "info_pathnode" +} +// entity 166 +{ +"origin" "1480 -3004 504" +"classname" "info_pathnode" +} +// entity 167 +{ +"targetname" "t66" +"origin" "1624 -3572 468" +"classname" "info_pathnode" +} +// entity 168 +{ +"targetname" "t67" +"origin" "1844 -3520 472" +"classname" "info_pathnode" +} +// entity 169 +{ +"origin" "1608 -2932 524" +"classname" "info_pathnode" +} +// entity 170 +{ +"targetname" "t68" +"origin" "2000 -3444 492" +"classname" "info_pathnode" +} +// entity 171 +{ +"origin" "1908 -2736 524" +"classname" "info_pathnode" +} +// entity 172 +{ +"targetname" "t69" +"origin" "2124 -3356 476" +"classname" "info_pathnode" +} +// entity 173 +{ +"origin" "2048 -2656 524" +"classname" "info_pathnode" +} +// entity 174 +{ +"targetname" "t70" +"origin" "2264 -3208 492" +"classname" "info_pathnode" +} +// entity 175 +{ +"origin" "2316 -2600 532" +"classname" "info_pathnode" +} +// entity 176 +{ +"origin" "2456 -2512 540" +"classname" "info_pathnode" +} +// entity 177 +{ +"targetname" "t94" +"origin" "2564 -2996 504" +"classname" "info_pathnode" +} +// entity 178 +{ +"origin" "2620 -2440 544" +"classname" "info_pathnode" +} +// entity 179 +{ +"targetname" "t95" +"origin" "2716 -2924 508" +"classname" "info_pathnode" +} +// entity 180 +{ +"origin" "2756 -2364 552" +"classname" "info_pathnode" +} +// entity 181 +{ +"targetname" "t96" +"origin" "2916 -2856 532" +"classname" "info_pathnode" +} +// entity 182 +{ +"origin" "2956 -2340 564" +"classname" "info_pathnode" +} +// entity 183 +{ +"targetname" "t97" +"origin" "3020 -2716 544" +"classname" "info_pathnode" +} +// entity 184 +{ +"origin" "3136 -2260 588" +"classname" "info_pathnode" +} +// entity 185 +{ +"targetname" "t98" +"origin" "3216 -2640 568" +"classname" "info_pathnode" +} +// entity 186 +{ +"origin" "3288 -2196 612" +"classname" "info_pathnode" +} +// entity 187 +{ +"targetname" "t99" +"origin" "3440 -2536 600" +"classname" "info_pathnode" +} +// entity 188 +{ +"origin" "3460 -2088 632" +"classname" "info_pathnode" +} +// entity 189 +{ +"targetname" "t100" +"origin" "3636 -2432 624" +"classname" "info_pathnode" +} +// entity 190 +{ +"origin" "3636 -2024 640" +"classname" "info_pathnode" +} +// entity 191 +{ +"targetname" "t101" +"origin" "3772 -2344 628" +"classname" "info_pathnode" +} +// entity 192 +{ +"origin" "3800 -1888 656" +"classname" "info_pathnode" +} +// entity 193 +{ +"targetname" "t102" +"origin" "3928 -2288 624" +"classname" "info_pathnode" +} +// entity 194 +{ +"origin" "3960 -1724 676" +"classname" "info_pathnode" +} +// entity 195 +{ +"targetname" "t103" +"origin" "4084 -2200 636" +"classname" "info_pathnode" +} +// entity 196 +{ +"origin" "4080 -1568 688" +"classname" "info_pathnode" +} +// entity 197 +{ +"targetname" "t104" +"origin" "4196 -2124 632" +"classname" "info_pathnode" +} +// entity 198 +{ +"origin" "4196 -1400 692" +"classname" "info_pathnode" +} +// entity 199 +{ +"targetname" "t105" +"origin" "4340 -1952 656" +"classname" "info_pathnode" +} +// entity 200 +{ +"origin" "4280 -1240 700" +"classname" "info_pathnode" +} +// entity 201 +{ +"targetname" "t106" +"origin" "4464 -1688 672" +"classname" "info_pathnode" +} +// entity 202 +{ +"origin" "4320 -1000 712" +"classname" "info_pathnode" +} +// entity 203 +{ +"targetname" "t107" +"origin" "4540 -1456 692" +"classname" "info_pathnode" +} +// entity 204 +{ +"origin" "4300 -804 720" +"classname" "info_pathnode" +} +// entity 205 +{ +"targetname" "t108" +"origin" "4564 -1180 712" +"classname" "info_pathnode" +} +// entity 206 +{ +"origin" "4276 -600 728" +"classname" "info_pathnode" +} +// entity 207 +{ +"targetname" "t109" +"origin" "4548 -992 720" +"classname" "info_pathnode" +} +// entity 208 +{ +"origin" "4196 -444 748" +"classname" "info_pathnode" +} +// entity 209 +{ +"targetname" "t110" +"origin" "4308 -392 748" +"classname" "info_pathnode" +} +// entity 210 +{ +"origin" "4128 -296 764" +"classname" "info_pathnode" +} +// entity 211 +{ +"targetname" "t111" +"origin" "4212 -196 768" +"classname" "info_pathnode" +} +// entity 212 +{ +"origin" "4020 -124 784" +"classname" "info_pathnode" +} +// entity 213 +{ +"targetname" "t112" +"origin" "4104 -12 784" +"classname" "info_pathnode" +} +// entity 214 +{ +"origin" "3892 48 800" +"classname" "info_pathnode" +} +// entity 215 +{ +"targetname" "t113" +"origin" "3968 164 804" +"classname" "info_pathnode" +} +// entity 216 +{ +"origin" "3800 148 812" +"classname" "info_pathnode" +} +// entity 217 +{ +"targetname" "t114" +"origin" "3816 264 816" +"classname" "info_pathnode" +} +// entity 218 +{ +"origin" "3640 260 824" +"classname" "info_pathnode" +} +// entity 219 +{ +"targetname" "t115" +"origin" "3668 404 828" +"classname" "info_pathnode" +} +// entity 220 +{ +"origin" "3532 328 836" +"classname" "info_pathnode" +} +// entity 221 +{ +"targetname" "t116" +"origin" "3556 460 840" +"classname" "info_pathnode" +} +// entity 222 +{ +"origin" "3380 380 852" +"classname" "info_pathnode" +} +// entity 223 +{ +"targetname" "t117" +"origin" "3396 528 856" +"classname" "info_pathnode" +} +// entity 224 +{ +"origin" "3212 436 868" +"classname" "info_pathnode" +} +// entity 225 +{ +"targetname" "t118" +"origin" "3216 556 872" +"classname" "info_pathnode" +} +// entity 226 +{ +"targetname" "t119" +"origin" "3020 620 892" +"classname" "info_pathnode" +} +// entity 227 +{ +"origin" "2808 520 908" +"classname" "info_pathnode" +} +// entity 228 +{ +"targetname" "t120" +"origin" "2828 680 908" +"classname" "info_pathnode" +} +// entity 229 +{ +"origin" "2608 532 928" +"classname" "info_pathnode" +} +// entity 230 +{ +"target" "t4523" +"targetname" "t4517" +"origin" "2672 -288 1136" +"classname" "info_pathnode" +} +// entity 231 +{ +"origin" "2420 536 936" +"classname" "info_pathnode" +} +// entity 232 +{ +"origin" "2416 672 936" +"classname" "info_pathnode" +} +// entity 233 +{ +"target" "t4606" +"targetname" "t4605" +"origin" "2560 -688 1156" +"classname" "info_pathnode" +} +// entity 234 +{ +"origin" "2244 692 940" +"classname" "info_pathnode" +} +// entity 235 +{ +"origin" "2076 540 944" +"classname" "info_pathnode" +} +// entity 236 +{ +"origin" "2068 684 944" +"classname" "info_pathnode" +} +// entity 237 +{ +"target" "t4527" +"targetname" "t4519" +"origin" "2020 -176 1192" +"classname" "info_pathnode" +} +// entity 238 +{ +"targetname" "t4368" +"origin" "1872 708 944" +"classname" "info_pathnode" +} +// entity 239 +{ +"origin" "1664 548 964" +"classname" "info_pathnode" +} +// entity 240 +{ +"target" "t4368" +"targetname" "t4367" +"origin" "1762 560 964" +"classname" "info_pathnode" +} +// entity 241 +{ +"target" "t4367" +"targetname" "t4366" +"origin" "1561 492 980" +"classname" "info_pathnode" +} +// entity 242 +{ +"origin" "1272 552 996" +"classname" "info_pathnode" +} +// entity 243 +{ +"target" "t4366" +"targetname" "t4365" +"origin" "1354 470 996" +"classname" "info_pathnode" +} +// entity 244 +{ +"target" "t4365" +"targetname" "t4364" +"origin" "1167 468 1008" +"classname" "info_pathnode" +} +// entity 245 +{ +"origin" "1132 688 1008" +"classname" "info_pathnode" +} +// entity 246 +{ +"origin" "924 588 1016" +"classname" "info_pathnode" +} +// entity 247 +{ +"target" "t4364" +"targetname" "t4363" +"origin" "1032 471 1016" +"classname" "info_pathnode" +} +// entity 248 +{ +"origin" "788 636 1028" +"classname" "info_pathnode" +} +// entity 249 +{ +"origin" "776 764 1032" +"classname" "info_pathnode" +} +// entity 250 +{ +"origin" "612 628 1044" +"classname" "info_pathnode" +} +// entity 251 +{ +"origin" "608 764 1044" +"classname" "info_pathnode" +} +// entity 252 +{ +"origin" "468 628 1064" +"classname" "info_pathnode" +} +// entity 253 +{ +"origin" "464 756 1064" +"classname" "info_pathnode" +} +// entity 254 +{ +"origin" "304 632 1072" +"classname" "info_pathnode" +} +// entity 255 +{ +"origin" "316 728 1072" +"classname" "info_pathnode" +} +// entity 256 +{ +"origin" "148 632 1088" +"classname" "info_pathnode" +} +// entity 257 +{ +"origin" "148 744 1088" +"classname" "info_pathnode" +} +// entity 258 +{ +"origin" "-32 656 1108" +"classname" "info_pathnode" +} +// entity 259 +{ +"origin" "-32 800 1108" +"classname" "info_pathnode" +} +// entity 260 +{ +"origin" "-184 688 1120" +"classname" "info_pathnode" +} +// entity 261 +{ +"origin" "-204 812 1120" +"classname" "info_pathnode" +} +// entity 262 +{ +"origin" "-364 672 1136" +"classname" "info_pathnode" +} +// entity 263 +{ +"origin" "-376 808 1136" +"classname" "info_pathnode" +} +// entity 264 +{ +"origin" "-548 668 1140" +"classname" "info_pathnode" +} +// entity 265 +{ +"origin" "-548 792 1144" +"classname" "info_pathnode" +} +// entity 266 +{ +"origin" "-724 644 1152" +"classname" "info_pathnode" +} +// entity 267 +{ +"origin" "-736 800 1152" +"classname" "info_pathnode" +} +// entity 268 +{ +"origin" "-884 632 1156" +"classname" "info_pathnode" +} +// entity 269 +{ +"origin" "-876 744 1156" +"classname" "info_pathnode" +} +// entity 270 +{ +"origin" "-1044 628 1160" +"classname" "info_pathnode" +} +// entity 271 +{ +"origin" "-1036 748 1160" +"classname" "info_pathnode" +} +// entity 272 +{ +"origin" "-1184 588 1172" +"classname" "info_pathnode" +} +// entity 273 +{ +"origin" "-1204 724 1172" +"classname" "info_pathnode" +} +// entity 274 +{ +"origin" "-1380 552 1180" +"classname" "info_pathnode" +} +// entity 275 +{ +"origin" "-1376 664 1180" +"classname" "info_pathnode" +} +// entity 276 +{ +"origin" "-1496 468 1184" +"classname" "info_pathnode" +} +// entity 277 +{ +"origin" "-1588 596 1184" +"classname" "info_pathnode" +} +// entity 278 +{ +"origin" "-1708 372 1188" +"classname" "info_pathnode" +} +// entity 279 +{ +"origin" "-1788 492 1188" +"classname" "info_pathnode" +} +// entity 280 +{ +"origin" "-1876 272 1188" +"classname" "info_pathnode" +} +// entity 281 +{ +"origin" "-1932 384 1188" +"classname" "info_pathnode" +} +// entity 282 +{ +"origin" "-2004 160 1196" +"classname" "info_pathnode" +} +// entity 283 +{ +"origin" "-2088 256 1196" +"classname" "info_pathnode" +} +// entity 284 +{ +"origin" "-2156 60 1196" +"classname" "info_pathnode" +} +// entity 285 +{ +"origin" "-2236 168 1200" +"classname" "info_pathnode" +} +// entity 286 +{ +"origin" "-2264 -4 1200" +"classname" "info_pathnode" +} +// entity 287 +{ +"origin" "-2384 84 1200" +"classname" "info_pathnode" +} +// entity 288 +{ +"origin" "-2436 -92 1200" +"classname" "info_pathnode" +} +// entity 289 +{ +"origin" "-2576 12 1200" +"classname" "info_pathnode" +} +// entity 290 +{ +"origin" "-2616 -192 1200" +"classname" "info_pathnode" +} +// entity 291 +{ +"origin" "-2720 -100 1200" +"classname" "info_pathnode" +} +// entity 292 +{ +"origin" "-2800 -292 1200" +"classname" "info_pathnode" +} +// entity 293 +{ +"origin" "-2880 -196 1200" +"classname" "info_pathnode" +} +// entity 294 +{ +"origin" "-3000 -408 1200" +"classname" "info_pathnode" +} +// entity 295 +{ +"origin" "-3064 -280 1200" +"classname" "info_pathnode" +} +// entity 296 +{ +"origin" "-3188 -492 1200" +"classname" "info_pathnode" +} +// entity 297 +{ +"origin" "-3252 -352 1200" +"classname" "info_pathnode" +} +// entity 298 +{ +"origin" "-3356 -608 1200" +"classname" "info_pathnode" +} +// entity 299 +{ +"origin" "-3416 -472 1200" +"classname" "info_pathnode" +} +// entity 300 +{ +"origin" "-3512 -700 1200" +"classname" "info_pathnode" +} +// entity 301 +{ +"origin" "-3588 -564 1200" +"classname" "info_pathnode" +} +// entity 302 +{ +"origin" "-3708 -780 1200" +"classname" "info_pathnode" +} +// entity 303 +{ +"origin" "-3748 -628 1200" +"classname" "info_pathnode" +} +// entity 304 +{ +"health" "55" +"leash" "128" +"maxdist" "4096" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "1" +"noticescale" "100" +"sound_awareness" "100" +"target" "t262" +"mindist" "2048" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "2" +"$targetname" "scene2_soldier" +"ammo_grenade" "4" +"angle" "270" +"accuracy" "8" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-1409.00 -5988.00 416.00" +} +// entity 305 +{ +"targetname" "t279" +"origin" "3164 -2364 594" +"classname" "info_pathnode" +} +// entity 306 +{ +"origin" "-1792 -5672 408" +"classname" "info_pathnode" +} +// entity 307 +{ +"origin" "-1912 -5888 440" +"classname" "info_pathnode" +} +// entity 308 +{ +"spawnflags" "0" +"origin" "-1604 -5872 436" +"classname" "info_pathnode" +} +// entity 309 +{ +"health" "55" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "512" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"maxdist" "2048" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene4_soldier" +"#set" "4" +"gun" "MP40" +"angle" "225" +"accuracy" "8" +"mindist" "512" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "3662.00 -526.00 898.00" +} +// entity 310 +{ +"health" "55" +"maxdist" "2048" +"gun" "MP40" +"#set" "2" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "0" +"$targetname" "scene2_soldier" +"leash" "128" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#playerseek" "0" +"accuracy" "8" +"mindist" "256" +"classname" "ai_german_winter_type2" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-2220.00 -5060.00 380.00" +} +// entity 311 +{ +"hearing" "4096" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "4096" +"fixedleash" "0" +"noticescale" "50" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "3" +"ammo_grenade" "4" +"gun" "MP40" +"angle" "315" +"accuracy" "8" +"mindist" "1400" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "1010.00 -2178.00 648.00" +} +// entity 312 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene5_soldier" +"#set" "5" +"angle" "225" +"accuracy" "8" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "1448.00 1560.00 936.00" +} +// entity 313 +{ +"mindist" "1400" +"hearing" "4096" +"gun" "MP40" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "4096" +"fixedleash" "0" +"noticescale" "50" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "3" +"ammo_grenade" "4" +"angle" "225" +"accuracy" "8" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "518.00 -2477.00 636.00" +} +// entity 314 +{ +"mindist" "1400" +"hearing" "4096" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "4096" +"fixedleash" "0" +"noticescale" "50" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "3" +"gun" "MP40" +"angle" "270" +"accuracy" "8" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "842.00 -2290.00 636.00" +} +// entity 315 +{ +"leash" "256" +"sight" "1024" +"hearing" "1024" +"health" "350" +"#playerseek" "0" +"gren_awareness" "40" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "6" +"accuracy" "8" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "180" +"maxdist" "512" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#fnum" "2" +"$targetname" "friendly" +"origin" "5210.00 -6220.00 16.00" +"testanim" "idle" +"model" "human/allied_usa_1st-ranger_private_snow3.tik" +"scale" "1.0" +"classname" "ai_allied_2nd-ranger_private" +} +// entity 316 +{ +"origin" "-1744 -5924 408" +"classname" "info_pathnode" +} +// entity 317 +{ +"origin" "-1504 -6476 428" +"classname" "info_pathnode" +} +// entity 318 +{ +"origin" "-1604 -6396 416" +"classname" "info_pathnode" +} +// entity 319 +{ +"origin" "-1736 -6348 408" +"classname" "info_pathnode" +} +// entity 320 +{ +"origin" "-1584 -6024 376" +"classname" "info_pathnode" +} +// entity 321 +{ +"origin" "-1888 -6264 440" +"classname" "info_pathnode" +} +// entity 322 +{ +"origin" "-1984 -5712 444" +"classname" "info_pathnode" +} +// entity 323 +{ +"origin" "-2204 -5916 504" +"classname" "info_pathnode" +} +// entity 324 +{ +"origin" "-2088 -6108 500" +"classname" "info_pathnode" +} +// entity 325 +{ +"origin" "-2176 -6300 600" +"classname" "info_pathnode" +} +// entity 326 +{ +"origin" "-2088 -6460 588" +"classname" "info_pathnode" +} +// entity 327 +{ +"origin" "-2240 -6160 588" +"classname" "info_pathnode" +} +// entity 328 +{ +"origin" "-2200 -5464 452" +"classname" "info_pathnode" +} +// entity 329 +{ +"origin" "-1964 -5356 456" +"classname" "info_pathnode" +} +// entity 330 +{ +"origin" "-1736 -5312 436" +"classname" "info_pathnode" +} +// entity 331 +{ +"targetname" "t50" +"origin" "1140 -5760 384" +"classname" "info_pathnode" +} +// entity 332 +{ +"targetname" "t51" +"origin" "884 -5632 408" +"classname" "info_pathnode" +} +// entity 333 +{ +"targetname" "t52" +"origin" "596 -5544 440" +"classname" "info_pathnode" +} +// entity 334 +{ +"targetname" "t53" +"origin" "460 -5208 448" +"classname" "info_pathnode" +} +// entity 335 +{ +"targetname" "t54" +"origin" "444 -4888 496" +"classname" "info_pathnode" +} +// entity 336 +{ +"targetname" "t55" +"origin" "460 -4632 488" +"classname" "info_pathnode" +} +// entity 337 +{ +"targetname" "t56" +"origin" "308 -4432 480" +"classname" "info_pathnode" +} +// entity 338 +{ +"targetname" "t57" +"origin" "76 -4288 424" +"classname" "info_pathnode" +} +// entity 339 +{ +"targetname" "t58" +"origin" "68 -4072 440" +"classname" "info_pathnode" +} +// entity 340 +{ +"targetname" "t73" +"origin" "2080 -2208 588" +"classname" "info_pathnode" +} +// entity 341 +{ +"targetname" "t75" +"origin" "1912 -1920 628" +"classname" "info_pathnode" +} +// entity 342 +{ +"targetname" "t77" +"origin" "1720 -1696 700" +"classname" "info_pathnode" +} +// entity 343 +{ +"targetname" "t79" +"origin" "1560 -1400 788" +"classname" "info_pathnode" +} +// entity 344 +{ +"targetname" "t81" +"origin" "1344 -1080 852" +"classname" "info_pathnode" +} +// entity 345 +{ +"targetname" "t83" +"origin" "1360 -856 900" +"classname" "info_pathnode" +} +// entity 346 +{ +"targetname" "t85" +"origin" "1384 -608 956" +"classname" "info_pathnode" +} +// entity 347 +{ +"targetname" "t87" +"origin" "1184 -568 964" +"classname" "info_pathnode" +} +// entity 348 +{ +"targetname" "t89" +"origin" "1200 -320 980" +"classname" "info_pathnode" +} +// entity 349 +{ +"targetname" "t91" +"origin" "1240 24 996" +"classname" "info_pathnode" +} +// entity 350 +{ +"origin" "1396 -6924 288" +"classname" "info_pathnode" +} +// entity 351 +{ +"origin" "1236 -6988 296" +"classname" "info_pathnode" +} +// entity 352 +{ +"origin" "1132 -7012 296" +"classname" "info_pathnode" +} +// entity 353 +{ +"origin" "988 -7060 304" +"classname" "info_pathnode" +} +// entity 354 +{ +"targetname" "t252" +"origin" "1432 -6562 282" +"classname" "info_pathnode" +} +// entity 355 +{ +"origin" "1424 -6180 256" +"classname" "info_pathnode" +} +// entity 356 +{ +"origin" "1192 -6100 296" +"classname" "info_pathnode" +} +// entity 357 +{ +"origin" "1096 -5916 376" +"classname" "info_pathnode" +} +// entity 358 +{ +"origin" "872 -5516 432" +"classname" "info_pathnode" +} +// entity 359 +{ +"origin" "656 -5268 472" +"classname" "info_pathnode" +} +// entity 360 +{ +"origin" "296 -5548 472" +"classname" "info_pathnode" +} +// entity 361 +{ +"origin" "296 -5100 488" +"classname" "info_pathnode" +} +// entity 362 +{ +"origin" "216 -4660 504" +"classname" "info_pathnode" +} +// entity 363 +{ +"origin" "472 -4340 416" +"classname" "info_pathnode" +} +// entity 364 +{ +"origin" "336 -4204 448" +"classname" "info_pathnode" +} +// entity 365 +{ +"origin" "192 -3980 456" +"classname" "info_pathnode" +} +// entity 366 +{ +"origin" "88 -4516 504" +"classname" "info_pathnode" +} +// entity 367 +{ +"spawnflags" "2" +"origin" "-2156 -5012 392" +"classname" "info_pathnode" +} +// entity 368 +{ +"origin" "-2356 -5116 432" +"classname" "info_pathnode" +} +// entity 369 +{ +"spawnflags" "2" +"origin" "-1980 -4884 384" +"classname" "info_pathnode" +} +// entity 370 +{ +"target" "t342" +"spawnflags" "0" +"origin" "-1892 -4836 368" +"classname" "info_pathnode" +} +// entity 371 +{ +"spawnflags" "2" +"origin" "-1812 -4756 368" +"classname" "info_pathnode" +} +// entity 372 +{ +"targetname" "t342" +"origin" "-1756 -4660 368" +"classname" "info_pathnode" +} +// entity 373 +{ +"origin" "-2160 -5286 462" +"classname" "info_pathnode" +} +// entity 374 +{ +"origin" "-1700 -4884 424" +"classname" "info_pathnode" +} +// entity 375 +{ +"targetname" "t4503" +"origin" "-1556 -5172 392" +"classname" "info_pathnode" +} +// entity 376 +{ +"origin" "-1516 -4444 416" +"classname" "info_pathnode" +} +// entity 377 +{ +"targetname" "t4504" +"origin" "-1324 -4492 424" +"classname" "info_pathnode" +} +// entity 378 +{ +"targetname" "t160" +"origin" "2404 -3096 500" +"classname" "info_pathnode" +} +// entity 379 +{ +"origin" "1800 -6836 280" +"classname" "info_pathnode" +} +// entity 380 +{ +"origin" "1848 -7004 272" +"classname" "info_pathnode" +} +// entity 381 +{ +"origin" "1688 -6476 260" +"classname" "info_pathnode" +} +// entity 382 +{ +"spawnflags" "2" +"origin" "3192 -5876 108" +"classname" "info_pathnode" +} +// entity 383 +{ +"spawnflags" "2" +"origin" "3208 -5804 84" +"classname" "info_pathnode" +} +// entity 384 +{ +"spawnflags" "2" +"origin" "3144 -6052 108" +"classname" "info_pathnode" +} +// entity 385 +{ +"spawnflags" "4" +"origin" "3216 -5852 100" +"classname" "info_pathnode" +} +// entity 386 +{ +"targetname" "t192" +"origin" "5400 -5448 84" +"classname" "info_pathnode" +} +// entity 387 +{ +"targetname" "t196" +"origin" "5016 -5432 84" +"classname" "info_pathnode" +} +// entity 388 +{ +"targetname" "t198" +"origin" "4800 -5488 84" +"classname" "info_pathnode" +} +// entity 389 +{ +"targetname" "t200" +"origin" "4544 -5512 76" +"classname" "info_pathnode" +} +// entity 390 +{ +"targetname" "t202" +"origin" "4312 -5776 44" +"classname" "info_pathnode" +} +// entity 391 +{ +"targetname" "t204" +"origin" "4104 -5728 12" +"classname" "info_pathnode" +} +// entity 392 +{ +"targetname" "t206" +"origin" "3688 -5760 12" +"classname" "info_pathnode" +} +// entity 393 +{ +"targetname" "t208" +"origin" "3480 -5760 28" +"classname" "info_pathnode" +} +// entity 394 +{ +"targetname" "t210" +"origin" "3256 -5704 44" +"classname" "info_pathnode" +} +// entity 395 +{ +"targetname" "t212" +"origin" "3032 -5744 36" +"classname" "info_pathnode" +} +// entity 396 +{ +"targetname" "t214" +"origin" "2784 -5752 84" +"classname" "info_pathnode" +} +// entity 397 +{ +"targetname" "t216" +"origin" "2560 -5776 124" +"classname" "info_pathnode" +} +// entity 398 +{ +"targetname" "t218" +"origin" "2248 -5784 140" +"classname" "info_pathnode" +} +// entity 399 +{ +"targetname" "t220" +"origin" "2000 -5880 164" +"classname" "info_pathnode" +} +// entity 400 +{ +"targetname" "t222" +"origin" "1760 -5992 180" +"classname" "info_pathnode" +} +// entity 401 +{ +"targetname" "t224" +"origin" "1542 -6292 276" +"classname" "info_pathnode" +} +// entity 402 +{ +"targetname" "t232" +"origin" "5452 -6200 28" +"classname" "info_pathnode" +} +// entity 403 +{ +"targetname" "t234" +"origin" "4996 -6128 52" +"classname" "info_pathnode" +} +// entity 404 +{ +"targetname" "t235" +"origin" "4652 -6136 52" +"classname" "info_pathnode" +} +// entity 405 +{ +"targetname" "t237" +"origin" "4244 -6280 44" +"classname" "info_pathnode" +} +// entity 406 +{ +"targetname" "t238" +"origin" "3996 -6224 52" +"classname" "info_pathnode" +} +// entity 407 +{ +"targetname" "t240" +"origin" "3564 -6256 68" +"classname" "info_pathnode" +} +// entity 408 +{ +"targetname" "t241" +"origin" "3308 -6288 84" +"classname" "info_pathnode" +} +// entity 409 +{ +"targetname" "t244" +"origin" "2940 -6264 124" +"classname" "info_pathnode" +} +// entity 410 +{ +"targetname" "t245" +"origin" "2780 -6296 132" +"classname" "info_pathnode" +} +// entity 411 +{ +"target" "t4390" +"targetname" "t248" +"origin" "2324 -6328 212" +"classname" "info_pathnode" +} +// entity 412 +{ +"origin" "1840 -6204 252" +"classname" "info_pathnode" +} +// entity 413 +{ +"origin" "2128 -6092 276" +"classname" "info_pathnode" +} +// entity 414 +{ +"origin" "2376 -6004 204" +"classname" "info_pathnode" +} +// entity 415 +{ +"origin" "2600 -5932 172" +"classname" "info_pathnode" +} +// entity 416 +{ +"origin" "2840 -5908 140" +"classname" "info_pathnode" +} +// entity 417 +{ +"origin" "3392 -5908 92" +"classname" "info_pathnode" +} +// entity 418 +{ +"origin" "3624 -5916 76" +"classname" "info_pathnode" +} +// entity 419 +{ +"origin" "3856 -5940 60" +"classname" "info_pathnode" +} +// entity 420 +{ +"origin" "4240 -5924 60" +"classname" "info_pathnode" +} +// entity 421 +{ +"origin" "4488 -5820 60" +"classname" "info_pathnode" +} +// entity 422 +{ +"origin" "4592 -5580 60" +"classname" "info_pathnode" +} +// entity 423 +{ +"origin" "4648 -5772 60" +"classname" "info_pathnode" +} +// entity 424 +{ +"origin" "4840 -5764 60" +"classname" "info_pathnode" +} +// entity 425 +{ +"origin" "5232 -5780 60" +"classname" "info_pathnode" +} +// entity 426 +{ +"origin" "5320 -5572 60" +"classname" "info_pathnode" +} +// entity 427 +{ +"origin" "5424 -5772 60" +"classname" "info_pathnode" +} +// entity 428 +{ +"target" "t4250" +"spawnflags" "4" +"targetname" "t268" +"origin" "-1562 1354 1420" +"classname" "info_pathnode" +} +// entity 429 +{ +"target" "t4251" +"spawnflags" "4" +"targetname" "t267" +"origin" "-954 1210 1300" +"classname" "info_pathnode" +} +// entity 430 +{ +"targetname" "t266" +"origin" "-466 428 1220" +"classname" "info_pathnode" +} +// entity 431 +{ +"targetname" "t265" +"origin" "-384 208 1212" +"classname" "info_pathnode" +} +// entity 432 +{ +"origin" "5544 -5580 52" +"classname" "info_pathnode" +} +// entity 433 +{ +"origin" "4904 -5612 52" +"classname" "info_pathnode" +} +// entity 434 +{ +"origin" "4320 -5588 124" +"classname" "info_pathnode" +} +// entity 435 +{ +"targetname" "t254" +"origin" "1285 -6806 280" +"classname" "info_pathnode" +} +// entity 436 +{ +"targetname" "t256" +"origin" "1027 -7087 320" +"classname" "info_pathnode" +} +// entity 437 +{ +"health" "55" +"leash" "128" +"maxdist" "4096" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "1" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "2" +"$targetname" "scene2_soldier" +"ammo_grenade" "4" +"accuracy" "8" +"mindist" "2048" +"target" "t262" +"angle" "270" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-1172.00 -5732.00 438.00" +} +// entity 438 +{ +"targetname" "t261" +"origin" "-1068 -6552 364" +"classname" "info_pathnode" +} +// entity 439 +{ +"origin" "-1300 -6616 404" +"classname" "info_pathnode" +} +// entity 440 +{ +"origin" "-1428 -6352 340" +"classname" "info_pathnode" +} +// entity 441 +{ +"origin" "-1100 -6672 348" +"classname" "info_pathnode" +} +// entity 442 +{ +"origin" "-140 -4104 400" +"classname" "info_pathnode" +} +// entity 443 +{ +"origin" "-4 -4168 400" +"classname" "info_pathnode" +} +// entity 444 +{ +"origin" "-44 -3992 424" +"classname" "info_pathnode" +} +// entity 445 +{ +"origin" "-444 -4200 432" +"classname" "info_pathnode" +} +// entity 446 +{ +"targetname" "t4533" +"origin" "-580 -4312 440" +"classname" "info_pathnode" +} +// entity 447 +{ +"origin" "-692 -4440 440" +"classname" "info_pathnode" +} +// entity 448 +{ +"_color" "1.000000 0.000000 1.000000" +"origin" "-444 -4440 384" +"classname" "info_pathnode" +} +// entity 449 +{ +"origin" "48 -7216 316" +"classname" "info_pathnode" +} +// entity 450 +{ +"origin" "136 -7336 308" +"classname" "info_pathnode" +} +// entity 451 +{ +"origin" "248 -7392 308" +"classname" "info_pathnode" +} +// entity 452 +{ +"origin" "424 -7392 300" +"classname" "info_pathnode" +} +// entity 453 +{ +"origin" "472 -7320 308" +"classname" "info_pathnode" +} +// entity 454 +{ +"origin" "640 -7232 308" +"classname" "info_pathnode" +} +// entity 455 +{ +"origin" "1000 -7192 300" +"classname" "info_pathnode" +} +// entity 456 +{ +"origin" "896 -7184 300" +"classname" "info_pathnode" +} +// entity 457 +{ +"origin" "68 -6876 280" +"classname" "info_pathnode" +} +// entity 458 +{ +"origin" "564 -7124 312" +"classname" "info_pathnode" +} +// entity 459 +{ +"origin" "460 -7012 312" +"classname" "info_pathnode" +} +// entity 460 +{ +"targetname" "nebel1_trigger" +"spawnflags" "8" +"classname" "trigger_multiple" +// brush 0 +{ +( -2208 -2930 -104 ) ( -2368 -2930 -104 ) ( -2368 -5234 -104 ) common/trigger 32 14 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -2368 -5238 2020 ) ( -2368 -2934 2020 ) ( -2208 -2934 2020 ) common/trigger 32 14 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -2182 -4834 3832 ) ( -2022 -4834 3832 ) ( -2022 -4834 56 ) common/trigger 32 -8 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -904 -5656 3832 ) ( -904 -3352 3832 ) ( -904 -3352 56 ) common/trigger -14 -8 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -2001 -3361 3832 ) ( -2161 -3361 3832 ) ( -2161 -3361 56 ) common/trigger 32 -8 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -2482 -4100 3832 ) ( -2482 -6404 3832 ) ( -2482 -6404 56 ) common/trigger -14 -8 0.00 1 1 0 65664 0 subdivisions 1000.000000 +} +} +// entity 461 +{ +"health" "55" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "512" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"maxdist" "2048" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene4_soldier" +"#set" "4" +"gun" "MP40" +"target" "t280" +"angle" "225" +"accuracy" "8" +"mindist" "512" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "4428.00 -122.00 738.00" +} +// entity 462 +{ +"health" "55" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "512" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"maxdist" "2048" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene4_soldier" +"#set" "4" +"gun" "MP40" +"angle" "225" +"accuracy" "8" +"mindist" "512" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "3728.00 -570.00 890.00" +} +// entity 463 +{ +"health" "55" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "512" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"maxdist" "2048" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene4_soldier" +"#set" "4" +"gun" "MP40" +"target" "t280" +"angle" "225" +"accuracy" "8" +"mindist" "512" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "4478.00 -90.00 730.00" +} +// entity 464 +{ +"targetname" "halftrack1_path" +"target" "t305" +"origin" "1800 -3056 544" +"classname" "info_waypoint" +} +// entity 465 +{ +"targetname" "t305" +"target" "t307" +"origin" "1472 -3256 512" +"classname" "info_waypoint" +} +// entity 466 +{ +"targetname" "t307" +"target" "t309" +"origin" "1000 -3488 488" +"classname" "info_waypoint" +} +// entity 467 +{ +"targetname" "t309" +"target" "t311" +"origin" "520 -3632 472" +"classname" "info_waypoint" +} +// entity 468 +{ +"targetname" "t311" +"target" "t313" +"origin" "80 -3760 448" +"classname" "info_waypoint" +} +// entity 469 +{ +"targetname" "t313" +"target" "t315" +"origin" "-496 -4024 440" +"classname" "info_waypoint" +} +// entity 470 +{ +"targetname" "t315" +"target" "t317" +"origin" "-896 -4280 440" +"classname" "info_waypoint" +} +// entity 471 +{ +"targetname" "t317" +"target" "t4211" +"origin" "-1160 -4584 448" +"classname" "info_waypoint" +} +// entity 472 +{ +"origin" "136 -2612 738" +"classname" "info_pathnode" +} +// entity 473 +{ +"origin" "660 -2848 620" +"classname" "info_pathnode" +} +// entity 474 +{ +"origin" "382 -2176 754" +"classname" "info_pathnode" +} +// entity 475 +{ +"origin" "764 -2944 548" +"classname" "info_pathnode" +} +// entity 476 +{ +"origin" "86 -2192 824" +"classname" "info_pathnode" +} +// entity 477 +{ +"origin" "564 -3008 556" +"classname" "info_pathnode" +} +// entity 478 +{ +"origin" "-292 -2496 828" +"classname" "info_pathnode" +} +// entity 479 +{ +"origin" "790 -3224 408" +"classname" "info_pathnode" +} +// entity 480 +{ +"origin" "912 -3168 432" +"classname" "info_pathnode" +} +// entity 481 +{ +"origin" "154 -2386 794" +"classname" "info_pathnode" +} +// entity 482 +{ +"origin" "-236 -3048 708" +"classname" "info_pathnode" +} +// entity 483 +{ +"origin" "692 -1930 806" +"classname" "info_pathnode" +} +// entity 484 +{ +"target" "t340" +"spawnflags" "4" +"origin" "-100 -2904 668" +"classname" "info_pathnode" +} +// entity 485 +{ +"targetname" "t340" +"origin" "28 -2944 644" +"classname" "info_pathnode" +} +// entity 486 +{ +"origin" "132 -2968 636" +"classname" "info_pathnode" +} +// entity 487 +{ +"origin" "398 -2030 822" +"classname" "info_pathnode" +} +// entity 488 +{ +"origin" "-364 -2624 772" +"classname" "info_pathnode" +} +// entity 489 +{ +"origin" "388 -2864 636" +"classname" "info_pathnode" +} +// entity 490 +{ +"origin" "584 -2098 758" +"classname" "info_pathnode" +} +// entity 491 +{ +"target" "t341" +"spawnflags" "4" +"origin" "1264 -2692 624" +"classname" "info_pathnode" +} +// entity 492 +{ +"origin" "-522 -3114 684" +"classname" "info_pathnode" +} +// entity 493 +{ +"origin" "1002 -2580 702" +"classname" "info_pathnode" +} +// entity 494 +{ +"origin" "1486 -2366 662" +"classname" "info_pathnode" +} +// entity 495 +{ +"origin" "1480 -2572 624" +"classname" "info_pathnode" +} +// entity 496 +{ +"origin" "1568 -2700 536" +"classname" "info_pathnode" +} +// entity 497 +{ +"origin" "1868 -2602 502" +"classname" "info_pathnode" +} +// entity 498 +{ +"origin" "1728 -2876 536" +"classname" "info_pathnode" +} +// entity 499 +{ +"targetname" "t341" +"origin" "1128 -2756 624" +"classname" "info_pathnode" +} +// entity 500 +{ +"origin" "1136 -2636 640" +"classname" "info_pathnode" +} +// entity 501 +{ +"health" "55" +"maxdist" "2048" +"#set" "2" +"gun" "MP40" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "0" +"$targetname" "scene2_soldier" +"leash" "128" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#playerseek" "0" +"accuracy" "8" +"mindist" "256" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-1788.00 -4732.00 340.00" +} +// entity 502 +{ +"targetname" "t4543" +"spawnflags" "4" +"origin" "-852 -4813 431" +"classname" "info_pathnode" +} +// entity 503 +{ +"origin" "264 -4092 416" +"classname" "info_pathnode" +} +// entity 504 +{ +"target" "t344" +"spawnflags" "4" +"origin" "304 -4148 416" +"classname" "info_pathnode" +} +// entity 505 +{ +"targetname" "t344" +"spawnflags" "0" +"origin" "152 -4164 408" +"classname" "info_pathnode" +} +// entity 506 +{ +"targetname" "t344" +"spawnflags" "0" +"origin" "448 -4300 440" +"classname" "info_pathnode" +} +// entity 507 +{ +"origin" "344 -3416 428" +"classname" "info_pathnode" +} +// entity 508 +{ +"origin" "352 -3280 420" +"classname" "info_pathnode" +} +// entity 509 +{ +"target" "t345" +"spawnflags" "4" +"origin" "528 -3264 396" +"classname" "info_pathnode" +} +// entity 510 +{ +"origin" "616 -3320 420" +"classname" "info_pathnode" +} +// entity 511 +{ +"targetname" "t345" +"origin" "608 -3424 460" +"classname" "info_pathnode" +} +// entity 512 +{ +"angle" "90" +"target" "t346" +"spawnflags" "8" +"origin" "786 -5838 400" +"classname" "info_pathnode" +} +// entity 513 +{ +"spawnflags" "0" +"origin" "-1545 -5753 446" +"classname" "info_pathnode" +} +// entity 514 +{ +"targetname" "t348" +"origin" "1921 -6685 237" +"classname" "info_pathnode" +} +// entity 515 +{ +"origin" "1908 -6794 248" +"classname" "info_pathnode" +} +// entity 516 +{ +"origin" "1842 -6669 271" +"classname" "info_pathnode" +} +// entity 517 +{ +"origin" "1890 -6424 251" +"classname" "info_pathnode" +} +// entity 518 +{ +"origin" "2008 -6193 243" +"classname" "info_pathnode" +} +// entity 519 +{ +"origin" "1789 -6346 251" +"classname" "info_pathnode" +} +// entity 520 +{ +"origin" "2040 -6851 301" +"classname" "info_pathnode" +} +// entity 521 +{ +"origin" "1920 -6889 258" +"classname" "info_pathnode" +} +// entity 522 +{ +"target" "t348" +"spawnflags" "4" +"origin" "2133 -6834 316" +"classname" "info_pathnode" +} +// entity 523 +{ +"targetname" "t4380" +"origin" "1966 -6527 257" +"classname" "info_pathnode" +} +// entity 524 +{ +"origin" "2371 -6642 329" +"classname" "info_pathnode" +} +// entity 525 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "2475 -6664 257" +"classname" "info_pathnode" +} +// entity 526 +{ +"origin" "1051 -6928 312" +"classname" "info_pathnode" +} +// entity 527 +{ +"origin" "1173 -6906 308" +"classname" "info_pathnode" +} +// entity 528 +{ +"origin" "1272 -6605 314" +"classname" "info_pathnode" +} +// entity 529 +{ +"targetname" "t4500" +"origin" "1433 -6420 227" +"classname" "info_pathnode" +} +// entity 530 +{ +"origin" "891 -7308 300" +"classname" "info_pathnode" +} +// entity 531 +{ +"target" "t4380" +"spawnflags" "4" +"origin" "2122 -6609 215" +"classname" "info_pathnode" +} +// entity 532 +{ +"origin" "642 -2652 728" +"classname" "info_pathnode" +} +// entity 533 +{ +"spawnflags" "2" +"origin" "1269 -2230 752" +"classname" "info_pathnode" +} +// entity 534 +{ +"origin" "1330 -2069 747" +"classname" "info_pathnode" +} +// entity 535 +{ +"origin" "1655 -2150 691" +"classname" "info_pathnode" +} +// entity 536 +{ +"spawnflags" "2" +"origin" "1154 -1961 680" +"classname" "info_pathnode" +} +// entity 537 +{ +"spawnflags" "4" +"origin" "1132 -2045 687" +"classname" "info_pathnode" +} +// entity 538 +{ +"spawnflags" "2" +"origin" "1071 -2113 691" +"classname" "info_pathnode" +} +// entity 539 +{ +"spawnflags" "4" +"origin" "1018 -2198 764" +"classname" "info_pathnode" +} +// entity 540 +{ +"spawnflags" "2" +"origin" "907 -2242 677" +"classname" "info_pathnode" +} +// entity 541 +{ +"spawnflags" "4" +"origin" "777 -2306 651" +"classname" "info_pathnode" +} +// entity 542 +{ +"spawnflags" "2" +"origin" "686 -2387 650" +"classname" "info_pathnode" +} +// entity 543 +{ +"spawnflags" "4" +"origin" "569 -2432 654" +"classname" "info_pathnode" +} +// entity 544 +{ +"spawnflags" "2" +"origin" "534 -2480 731" +"classname" "info_pathnode" +} +// entity 545 +{ +"origin" "314 -2287 766" +"classname" "info_pathnode" +} +// entity 546 +{ +"origin" "20 -3199 540" +"classname" "info_pathnode" +} +// entity 547 +{ +"origin" "1581 -1931 729" +"classname" "info_pathnode" +} +// entity 548 +{ +"origin" "1190 -2397 721" +"classname" "info_pathnode" +} +// entity 549 +{ +"origin" "1437 -1737 764" +"classname" "info_pathnode" +} +// entity 550 +{ +"origin" "1306 -2524 674" +"classname" "info_pathnode" +} +// entity 551 +{ +"origin" "1763 -2295 631" +"classname" "info_pathnode" +} +// entity 552 +{ +"#set" "5" +"target" "scene5_soldier" +"$targetname" "enemyspawnertrigger" +"classname" "trigger_multiple" +// brush 0 +{ +( 2935 717 -48 ) ( -1305 717 -48 ) ( -1305 -1379 -48 ) common/trigger 9 -3 0.00 1 1 0 65664 0 +( -1305 -1379 1960 ) ( -1305 717 1960 ) ( 2935 717 1960 ) common/trigger 9 -3 0.00 1 1 0 65664 0 +( -3364 -1900 1960 ) ( 876 -1900 1960 ) ( 876 -1900 1928 ) common/trigger 9 0 0.00 1 1 0 65664 0 +( 4993 -1248 1960 ) ( 4993 848 1960 ) ( 4993 848 1928 ) common/trigger 3 0 0.00 1 1 0 65664 0 +( 2022 54 1960 ) ( -2218 54 1960 ) ( -2218 54 1928 ) common/trigger 9 0 0.00 1 1 0 65664 0 +( 28 -1225 1960 ) ( 28 -3321 1960 ) ( 28 -3321 1928 ) common/trigger 3 0 0.00 1 1 0 65664 0 +} +} +// entity 553 +{ +"$targetname" "enemyspawner" +"hearing" "4096" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "4096" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "3" +"ammo_grenade" "0" +"angle" "270" +"accuracy" "20" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "164.00 -735.00 861.00" +} +// entity 554 +{ +"hearing" "4096" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "4096" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "3" +"ammo_grenade" "4" +"gun" "MP40" +"angle" "270" +"accuracy" "8" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "692.00 -1043.00 834.00" +} +// entity 555 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene5_soldier" +"#set" "5" +"ammo_grenade" "4" +"gun" "MP40" +"angle" "270" +"accuracy" "8" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "1104.00 1521.00 957.00" +} +// entity 556 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene5_soldier" +"#set" "5" +"ammo_grenade" "4" +"angle" "270" +"accuracy" "8" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "1651.00 1637.00 935.00" +} +// entity 557 +{ +"$targetname" "nebel2_trigger" +"target" "t3535" +"spawnflags" "0" +"classname" "trigger_multiple" +// brush 0 +{ +( 2993 2977 430 ) ( 2833 2977 430 ) ( 2833 673 430 ) common/trigger 16 -29 0.00 1 0.999756 0 65664 0 subdivisions 1000.000000 +( 2833 669 2554 ) ( 2833 2973 2554 ) ( 2993 2973 2554 ) common/trigger 16 -29 0.00 1 0.999756 0 65664 0 subdivisions 1000.000000 +( 2985 633 4366 ) ( 3145 633 4366 ) ( 3145 633 590 ) common/trigger 14 14 0.00 1.000488 1 0 65664 0 subdivisions 1000.000000 +( 3073 225 4366 ) ( 3073 2529 4366 ) ( 3073 2529 590 ) common/trigger 29 14 0.00 0.999939 1 0 65664 0 subdivisions 1000.000000 +( 3227 2085 4366 ) ( 3067 2085 4366 ) ( 3067 2085 590 ) common/trigger 16 14 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 1872 1773 4366 ) ( 1872 -531 4366 ) ( 1872 -531 590 ) common/trigger 31 14 0.00 1.000061 1 0 65664 0 subdivisions 1000.000000 +} +} +// entity 558 +{ +"origin" "2107 -2579 535" +"classname" "info_pathnode" +} +// entity 559 +{ +"origin" "1225 -683 927" +"classname" "info_pathnode" +} +// entity 560 +{ +"origin" "1360 446 1001" +"classname" "info_pathnode" +} +// entity 561 +{ +"spawnflags" "2" +"origin" "850 1482 1040" +"classname" "info_pathnode" +} +// entity 562 +{ +"spawnflags" "4" +"origin" "919 1494 1045" +"classname" "info_pathnode" +} +// entity 563 +{ +"spawnflags" "2" +"origin" "1031 1500 1042" +"classname" "info_pathnode" +} +// entity 564 +{ +"spawnflags" "4" +"origin" "1155 1519 987" +"classname" "info_pathnode" +} +// entity 565 +{ +"spawnflags" "2" +"origin" "1297 1542 973" +"classname" "info_pathnode" +} +// entity 566 +{ +"spawnflags" "4" +"origin" "1408 1556 983" +"classname" "info_pathnode" +} +// entity 567 +{ +"spawnflags" "2" +"origin" "1532 1587 969" +"classname" "info_pathnode" +} +// entity 568 +{ +"spawnflags" "4" +"origin" "1637 1615 973" +"classname" "info_pathnode" +} +// entity 569 +{ +"targetname" "t3550" +"target" "t3552" +"origin" "-1291 629 1200" +"classname" "info_waypoint" +} +// entity 570 +{ +"targetname" "t3552" +"target" "t3554" +"origin" "-888 696 1177" +"classname" "info_waypoint" +} +// entity 571 +{ +"targetname" "t3554" +"target" "t3556" +"origin" "-548 716 1164" +"classname" "info_waypoint" +} +// entity 572 +{ +"targetname" "t3556" +"target" "t3560" +"origin" "-380 722 1134" +"classname" "info_waypoint" +} +// entity 573 +{ +"targetname" "t3558" +"target" "t4294" +"origin" "13 740 1098" +"classname" "info_waypoint" +} +// entity 574 +{ +"targetname" "t3560" +"target" "t3558" +"origin" "-202 756 1141" +"classname" "info_waypoint" +} +// entity 575 +{ +"health" "55" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "4096" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "5" +"gun" "MP40" +"target" "t3570" +"angle" "270" +"$targetname" "scene5_soldier" +"origin" "2071.00 1628.00 1048.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 576 +{ +"origin" "-2396 -5419 485" +"classname" "info_pathnode" +} +// entity 577 +{ +"origin" "-1779 -5003 409" +"classname" "info_pathnode" +} +// entity 578 +{ +"origin" "-2580 -5292 496" +"classname" "info_pathnode" +} +// entity 579 +{ +"origin" "-2534 -5428 496" +"classname" "info_pathnode" +} +// entity 580 +{ +"origin" "-2388 -5830 458" +"classname" "info_pathnode" +} +// entity 581 +{ +"origin" "-2516 -5718 540" +"classname" "info_pathnode" +} +// entity 582 +{ +"origin" "-2178 -5650 474" +"classname" "info_pathnode" +} +// entity 583 +{ +"origin" "-2334 -5686 474" +"classname" "info_pathnode" +} +// entity 584 +{ +"origin" "-2446 -5578 464" +"classname" "info_pathnode" +} +// entity 585 +{ +"origin" "-2292 -6006 524" +"classname" "info_pathnode" +} +// entity 586 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"accuracy" "45" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "0" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene8_soldier" +"#set" "8" +"ammo_grenade" "4" +"origin" "-845.00 4347.00 1740.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 587 +{ +"origin" "1032 3800 1840" +"classname" "info_pathnode" +} +// entity 588 +{ +"origin" "-280 3512 2000" +"classname" "info_pathnode" +} +// entity 589 +{ +"origin" "104 3784 1984" +"classname" "info_pathnode" +} +// entity 590 +{ +"origin" "-8 4136 1824" +"classname" "info_pathnode" +} +// entity 591 +{ +"origin" "280 4032 1840" +"classname" "info_pathnode" +} +// entity 592 +{ +"origin" "-332 4688 1904" +"classname" "info_pathnode" +} +// entity 593 +{ +"origin" "88 4072 1816" +"classname" "info_pathnode" +} +// entity 594 +{ +"origin" "-280 4496 1920" +"classname" "info_pathnode" +} +// entity 595 +{ +"origin" "-200 4336 1880" +"classname" "info_pathnode" +} +// entity 596 +{ +"origin" "-288 4312 1872" +"classname" "info_pathnode" +} +// entity 597 +{ +"origin" "-288 4144 1824" +"classname" "info_pathnode" +} +// entity 598 +{ +"origin" "-208 4176 1824" +"classname" "info_pathnode" +} +// entity 599 +{ +"origin" "160 3880 1776" +"classname" "info_pathnode" +} +// entity 600 +{ +"origin" "-152 4080 1824" +"classname" "info_pathnode" +} +// entity 601 +{ +"origin" "356 -296 954" +"classname" "info_pathnode" +} +// entity 602 +{ +"origin" "190 89 1040" +"classname" "info_pathnode" +} +// entity 603 +{ +"origin" "124 251 1074" +"classname" "info_pathnode" +} +// entity 604 +{ +"origin" "258 -117 1001" +"classname" "info_pathnode" +} +// entity 605 +{ +"origin" "600 1256 1168" +"classname" "info_pathnode" +} +// entity 606 +{ +"origin" "218 -1778 896" +"classname" "info_pathnode" +} +// entity 607 +{ +"origin" "420 -1850 872" +"classname" "info_pathnode" +} +// entity 608 +{ +"origin" "1096 832 1032" +"classname" "info_pathnode" +} +// entity 609 +{ +"origin" "1240 912 1000" +"classname" "info_pathnode" +} +// entity 610 +{ +"origin" "836 -2014 812" +"classname" "info_pathnode" +} +// entity 611 +{ +"spawnflags" "64" +"origin" "2888 1288 1320" +"classname" "info_pathnode" +} +// entity 612 +{ +"origin" "1576 1304 1024" +"classname" "info_pathnode" +} +// entity 613 +{ +"origin" "948 -1690 824" +"classname" "info_pathnode" +} +// entity 614 +{ +"angle" "180" +"spawnflags" "16" +"origin" "1984 1136 976" +"classname" "info_pathnode" +} +// entity 615 +{ +"origin" "1966 1590 1024" +"classname" "info_pathnode" +} +// entity 616 +{ +"origin" "1960 1736 1040" +"classname" "info_pathnode" +} +// entity 617 +{ +"origin" "2064 1664 1120" +"classname" "info_pathnode" +} +// entity 618 +{ +"origin" "2088 1736 1024" +"classname" "info_pathnode" +} +// entity 619 +{ +"origin" "1108 -1626 824" +"classname" "info_pathnode" +} +// entity 620 +{ +"origin" "868 -1418 864" +"classname" "info_pathnode" +} +// entity 621 +{ +"origin" "1720 1336 1032" +"classname" "info_pathnode" +} +// entity 622 +{ +"origin" "1816 1408 1048" +"classname" "info_pathnode" +} +// entity 623 +{ +"origin" "1896 1520 1024" +"classname" "info_pathnode" +} +// entity 624 +{ +"origin" "1176 -1754 800" +"classname" "info_pathnode" +} +// entity 625 +{ +"angle" "270" +"spawnflags" "132" +"origin" "2080 1512 1016" +"classname" "info_pathnode" +} +// entity 626 +{ +"origin" "2272 1624 1016" +"classname" "info_pathnode" +} +// entity 627 +{ +"origin" "2208 1776 1048" +"classname" "info_pathnode" +} +// entity 628 +{ +"origin" "2160 1624 1016" +"classname" "info_pathnode" +} +// entity 629 +{ +"origin" "1356 -1562 792" +"classname" "info_pathnode" +} +// entity 630 +{ +"origin" "1928 1384 1024" +"classname" "info_pathnode" +} +// entity 631 +{ +"origin" "1800 1296 1024" +"classname" "info_pathnode" +} +// entity 632 +{ +"angle" "270" +"spawnflags" "132" +"origin" "2216 1512 1024" +"classname" "info_pathnode" +} +// entity 633 +{ +"origin" "-216 3992 1800" +"classname" "info_pathnode" +} +// entity 634 +{ +"origin" "338 88 1035" +"classname" "info_pathnode" +} +// entity 635 +{ +"origin" "744 1240 1160" +"classname" "info_pathnode" +} +// entity 636 +{ +"origin" "864 1192 1184" +"classname" "info_pathnode" +} +// entity 637 +{ +"origin" "212 -1994 856" +"classname" "info_pathnode" +} +// entity 638 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "friendly3_rally" +"origin" "1048 1032 1072" +"classname" "info_pathnode" +} +// entity 639 +{ +"origin" "968 944 1056" +"classname" "info_pathnode" +} +// entity 640 +{ +"origin" "776 1112 1072" +"classname" "info_pathnode" +} +// entity 641 +{ +"origin" "800 872 1032" +"classname" "info_pathnode" +} +// entity 642 +{ +"origin" "1360 928 984" +"classname" "info_pathnode" +} +// entity 643 +{ +"target" "t4178" +"origin" "2272 1392 1008" +"classname" "info_pathnode" +} +// entity 644 +{ +"origin" "1688 1184 992" +"classname" "info_pathnode" +} +// entity 645 +{ +"origin" "1536 1176 1000" +"classname" "info_pathnode" +} +// entity 646 +{ +"targetname" "t3573" +"origin" "4497 -744 720" +"classname" "info_pathnode" +} +// entity 647 +{ +"targetname" "t3575" +"origin" "4460 -512 728" +"classname" "info_pathnode" +} +// entity 648 +{ +"origin" "4379 -1492 696" +"classname" "info_pathnode" +} +// entity 649 +{ +"origin" "4465 -1878 660" +"classname" "info_pathnode" +} +// entity 650 +{ +"origin" "4294 -1762 703" +"classname" "info_pathnode" +} +// entity 651 +{ +"origin" "4183 -1959 693" +"classname" "info_pathnode" +} +// entity 652 +{ +"origin" "4037 -1956 671" +"classname" "info_pathnode" +} +// entity 653 +{ +"origin" "3795 -2113 652" +"classname" "info_pathnode" +} +// entity 654 +{ +"origin" "3734 -2500 608" +"classname" "info_pathnode" +} +// entity 655 +{ +"origin" "3622 -2236 642" +"classname" "info_pathnode" +} +// entity 656 +{ +"origin" "3423 -2348 624" +"classname" "info_pathnode" +} +// entity 657 +{ +"origin" "3570 -2621 590" +"classname" "info_pathnode" +} +// entity 658 +{ +"origin" "3271 -2467 618" +"classname" "info_pathnode" +} +// entity 659 +{ +"origin" "3359 -2734 578" +"classname" "info_pathnode" +} +// entity 660 +{ +"origin" "3112 -2823 543" +"classname" "info_pathnode" +} +// entity 661 +{ +"origin" "3030 -2509 572" +"classname" "info_pathnode" +} +// entity 662 +{ +"origin" "2857 -2642 579" +"classname" "info_pathnode" +} +// entity 663 +{ +"origin" "2743 -3043 531" +"classname" "info_pathnode" +} +// entity 664 +{ +"origin" "2512 -2841 558" +"classname" "info_pathnode" +} +// entity 665 +{ +"origin" "2282 -2986 551" +"classname" "info_pathnode" +} +// entity 666 +{ +"origin" "2004 -3262 533" +"classname" "info_pathnode" +} +// entity 667 +{ +"origin" "1919 -3634 592" +"classname" "info_pathnode" +} +// entity 668 +{ +"origin" "1503 -3488 512" +"classname" "info_pathnode" +} +// entity 669 +{ +"origin" "1680 -3257 514" +"classname" "info_pathnode" +} +// entity 670 +{ +"origin" "1873 -3160 527" +"classname" "info_pathnode" +} +// entity 671 +{ +"origin" "1376 -3568 502" +"classname" "info_pathnode" +} +// entity 672 +{ +"origin" "1393 -3825 483" +"classname" "info_pathnode" +} +// entity 673 +{ +"origin" "1056 -3922 475" +"classname" "info_pathnode" +} +// entity 674 +{ +"origin" "977 -3683 475" +"classname" "info_pathnode" +} +// entity 675 +{ +"origin" "1101 -3519 478" +"classname" "info_pathnode" +} +// entity 676 +{ +"origin" "862 -4019 521" +"classname" "info_pathnode" +} +// entity 677 +{ +"origin" "846 -3606 454" +"classname" "info_pathnode" +} +// entity 678 +{ +"origin" "642 -3771 454" +"classname" "info_pathnode" +} +// entity 679 +{ +"origin" "574 -4152 458" +"classname" "info_pathnode" +} +// entity 680 +{ +"origin" "551 -3930 454" +"classname" "info_pathnode" +} +// entity 681 +{ +"origin" "668 -3958 416" +"classname" "info_pathnode" +} +// entity 682 +{ +"origin" "303 -4099 407" +"classname" "info_pathnode" +} +// entity 683 +{ +"origin" "355 -3866 451" +"classname" "info_pathnode" +} +// entity 684 +{ +"origin" "111 -4029 451" +"classname" "info_pathnode" +} +// entity 685 +{ +"origin" "712.08 -949.59 823.00" +"testanim" "idle" +"model" "items/item_50_healthbox.tik" +"scale" "1.0" +"classname" "item_health_50" +} +// entity 686 +{ +"origin" "2853.08 1366.41 1282.00" +"testanim" "idle" +"model" "items/item_50_healthbox.tik" +"scale" "1.0" +"classname" "item_health_50" +} +// entity 687 +{ +"origin" "-1405 -248 1229" +"classname" "info_pathnode" +} +// entity 688 +{ +"origin" "-1494 -313 1237" +"classname" "info_pathnode" +} +// entity 689 +{ +"origin" "-1531 31 1198" +"classname" "info_pathnode" +} +// entity 690 +{ +"origin" "-2604 -623 1211" +"classname" "info_pathnode" +} +// entity 691 +{ +"origin" "-1472 -107 1224" +"classname" "info_pathnode" +} +// entity 692 +{ +"origin" "-1658 43 1175" +"classname" "info_pathnode" +} +// entity 693 +{ +"origin" "-1584 -197 1217" +"classname" "info_pathnode" +} +// entity 694 +{ +"targetname" "t4402" +"origin" "-1799 -36 1140" +"classname" "info_pathnode" +} +// entity 695 +{ +"origin" "-1772 176 1125" +"classname" "info_pathnode" +} +// entity 696 +{ +"origin" "-5605 3495 1443" +"classname" "info_pathnode" +} +// entity 697 +{ +"origin" "-5696 3290 1418" +"classname" "info_pathnode" +} +// entity 698 +{ +"origin" "-5838 2959 1384" +"classname" "info_pathnode" +} +// entity 699 +{ +"origin" "-5773 3054 1392" +"classname" "info_pathnode" +} +// entity 700 +{ +"origin" "-5922 2752 1352" +"classname" "info_pathnode" +} +// entity 701 +{ +"origin" "-5905 2645 1346" +"classname" "info_pathnode" +} +// entity 702 +{ +"origin" "-5935 2405 1329" +"classname" "info_pathnode" +} +// entity 703 +{ +"origin" "-6014 2266 1313" +"classname" "info_pathnode" +} +// entity 704 +{ +"origin" "-5959 2038 1301" +"classname" "info_pathnode" +} +// entity 705 +{ +"origin" "-5931 1885 1290" +"classname" "info_pathnode" +} +// entity 706 +{ +"origin" "-5912 1660 1278" +"classname" "info_pathnode" +} +// entity 707 +{ +"origin" "-5849 1525 1278" +"classname" "info_pathnode" +} +// entity 708 +{ +"origin" "-5765 1383 1278" +"classname" "info_pathnode" +} +// entity 709 +{ +"origin" "-5701 1204 1278" +"classname" "info_pathnode" +} +// entity 710 +{ +"origin" "-5624 1070 1278" +"classname" "info_pathnode" +} +// entity 711 +{ +"origin" "-5492 849 1279" +"classname" "info_pathnode" +} +// entity 712 +{ +"origin" "-5411 554 1279" +"classname" "info_pathnode" +} +// entity 713 +{ +"origin" "-5265 316 1279" +"classname" "info_pathnode" +} +// entity 714 +{ +"origin" "-5161 11 1279" +"classname" "info_pathnode" +} +// entity 715 +{ +"origin" "-5429 710 1279" +"classname" "info_pathnode" +} +// entity 716 +{ +"origin" "-5060 -207 1278" +"classname" "info_pathnode" +} +// entity 717 +{ +"origin" "-4872 -420 1272" +"classname" "info_pathnode" +} +// entity 718 +{ +"origin" "-4696 -545 1263" +"classname" "info_pathnode" +} +// entity 719 +{ +"origin" "-4505 -603 1243" +"classname" "info_pathnode" +} +// entity 720 +{ +"origin" "-4299 -683 1223" +"classname" "info_pathnode" +} +// entity 721 +{ +"origin" "-4143 -699 1213" +"classname" "info_pathnode" +} +// entity 722 +{ +"origin" "-3938 -697 1207" +"classname" "info_pathnode" +} +// entity 723 +{ +"origin" "1138 -1072 864" +"classname" "info_pathnode" +} +// entity 724 +{ +"origin" "1127 -944 872" +"classname" "info_pathnode" +} +// entity 725 +{ +"spawnflags" "4" +"origin" "784 -1014 804" +"classname" "info_pathnode" +} +// entity 726 +{ +"spawnflags" "4" +"origin" "565 -988 805" +"classname" "info_pathnode" +} +// entity 727 +{ +"spawnflags" "2" +"origin" "463 -953 805" +"classname" "info_pathnode" +} +// entity 728 +{ +"spawnflags" "2" +"origin" "643 -1019 804" +"classname" "info_pathnode" +} +// entity 729 +{ +"spawnflags" "4" +"origin" "343 -877 805" +"classname" "info_pathnode" +} +// entity 730 +{ +"spawnflags" "2" +"origin" "214 -807 830" +"classname" "info_pathnode" +} +// entity 731 +{ +"spawnflags" "4" +"origin" "97 -733 861" +"classname" "info_pathnode" +} +// entity 732 +{ +"spawnflags" "2" +"origin" "8 -688 872" +"classname" "info_pathnode" +} +// entity 733 +{ +"origin" "1056 -734 891" +"classname" "info_pathnode" +} +// entity 734 +{ +"origin" "1009 -1260 848" +"classname" "info_pathnode" +} +// entity 735 +{ +"origin" "70 -347 1000" +"classname" "info_pathnode" +} +// entity 736 +{ +"origin" "34 -1025 942" +"classname" "info_pathnode" +} +// entity 737 +{ +"origin" "206 -452 939" +"classname" "info_pathnode" +} +// entity 738 +{ +"origin" "350 -495 905" +"classname" "info_pathnode" +} +// entity 739 +{ +"origin" "189 -1089 887" +"classname" "info_pathnode" +} +// entity 740 +{ +"origin" "851 -628 925" +"classname" "info_pathnode" +} +// entity 741 +{ +"origin" "612 -661 920" +"classname" "info_pathnode" +} +// entity 742 +{ +"origin" "553 -554 891" +"classname" "info_pathnode" +} +// entity 743 +{ +"origin" "701 -1264 875" +"classname" "info_pathnode" +} +// entity 744 +{ +"origin" "513 -1268 892" +"classname" "info_pathnode" +} +// entity 745 +{ +"origin" "317 -1176 879" +"classname" "info_pathnode" +} +// entity 746 +{ +"origin" "1211 -826 885" +"classname" "info_pathnode" +} +// entity 747 +{ +"origin" "1981 -2392 533" +"classname" "info_pathnode" +} +// entity 748 +{ +"origin" "1962 -2214 619" +"classname" "info_pathnode" +} +// entity 749 +{ +"origin" "1831 -2047 656" +"classname" "info_pathnode" +} +// entity 750 +{ +"origin" "1743 -1845 698" +"classname" "info_pathnode" +} +// entity 751 +{ +"origin" "1620 -1694 739" +"classname" "info_pathnode" +} +// entity 752 +{ +"origin" "1529 -1495 743" +"classname" "info_pathnode" +} +// entity 753 +{ +"origin" "1450 -1272 774" +"classname" "info_pathnode" +} +// entity 754 +{ +"origin" "1223 -1189 832" +"classname" "info_pathnode" +} +// entity 755 +{ +"origin" "1279 -428 970" +"classname" "info_pathnode" +} +// entity 756 +{ +"origin" "1134 -335 985" +"classname" "info_pathnode" +} +// entity 757 +{ +"origin" "1352 -42 1032" +"classname" "info_pathnode" +} +// entity 758 +{ +"origin" "1420 191 985" +"classname" "info_pathnode" +} +// entity 759 +{ +"origin" "1496 438 991" +"classname" "info_pathnode" +} +// entity 760 +{ +"origin" "-196 -602 991" +"classname" "info_pathnode" +} +// entity 761 +{ +"origin" "-79 -396 1010" +"classname" "info_pathnode" +} +// entity 762 +{ +"origin" "-316 -589 987" +"classname" "info_pathnode" +} +// entity 763 +{ +"origin" "-500 -530 1027" +"classname" "info_pathnode" +} +// entity 764 +{ +"origin" "-327 -423 1024" +"classname" "info_pathnode" +} +// entity 765 +{ +"origin" "-558 -361 1099" +"classname" "info_pathnode" +} +// entity 766 +{ +"origin" "-823 -639 1091" +"classname" "info_pathnode" +} +// entity 767 +{ +"origin" "-709 -365 1133" +"classname" "info_pathnode" +} +// entity 768 +{ +"origin" "-841 -442 1149" +"classname" "info_pathnode" +} +// entity 769 +{ +"origin" "-1062 -383 1209" +"classname" "info_pathnode" +} +// entity 770 +{ +"origin" "-966 -297 1196" +"classname" "info_pathnode" +} +// entity 771 +{ +"origin" "-1123 -250 1233" +"classname" "info_pathnode" +} +// entity 772 +{ +"origin" "-1221 -139 1221" +"classname" "info_pathnode" +} +// entity 773 +{ +"origin" "-1351 -45 1221" +"classname" "info_pathnode" +} +// entity 774 +{ +"origin" "-1157 -71 1206" +"classname" "info_pathnode" +} +// entity 775 +{ +"origin" "-1214 -356 1217" +"classname" "info_pathnode" +} +// entity 776 +{ +"origin" "-1411 -334 1244" +"classname" "info_pathnode" +} +// entity 777 +{ +"origin" "663 1131 1143" +"classname" "info_pathnode" +} +// entity 778 +{ +"origin" "646 942 1047" +"classname" "info_pathnode" +} +// entity 779 +{ +"origin" "889 1058 1133" +"classname" "info_pathnode" +} +// entity 780 +{ +"origin" "922 840 1020" +"classname" "info_pathnode" +} +// entity 781 +{ +"targetname" "t3576" +"origin" "2413 380 943" +"classname" "info_pathnode" +} +// entity 782 +{ +"targetname" "t3577" +"origin" "2222 287 941" +"classname" "info_pathnode" +} +// entity 783 +{ +"targetname" "t3578" +"origin" "2084 337 932" +"classname" "info_pathnode" +} +// entity 784 +{ +"targetname" "t3579" +"origin" "1919 352 938" +"classname" "info_pathnode" +} +// entity 785 +{ +"targetname" "t3580" +"origin" "1668 257 923" +"classname" "info_pathnode" +} +// entity 786 +{ +"targetname" "t3581" +"origin" "1434 313 958" +"classname" "info_pathnode" +} +// entity 787 +{ +"targetname" "t3582" +"origin" "1184 347 1002" +"classname" "info_pathnode" +} +// entity 788 +{ +"targetname" "t3584" +"origin" "884 347 1013" +"classname" "info_pathnode" +} +// entity 789 +{ +"targetname" "t3585" +"origin" "729 356 1013" +"classname" "info_pathnode" +} +// entity 790 +{ +"targetname" "t3586" +"origin" "562 459 1059" +"classname" "info_pathnode" +} +// entity 791 +{ +"targetname" "t3587" +"origin" "359 457 1081" +"classname" "info_pathnode" +} +// entity 792 +{ +"targetname" "t3588" +"origin" "194 356 1077" +"classname" "info_pathnode" +} +// entity 793 +{ +"targetname" "t3589" +"origin" "36 325 1077" +"classname" "info_pathnode" +} +// entity 794 +{ +"targetname" "t3590" +"origin" "-138 248 1091" +"classname" "info_pathnode" +} +// entity 795 +{ +"targetname" "t3591" +"origin" "-263 140 1104" +"classname" "info_pathnode" +} +// entity 796 +{ +"targetname" "t3592" +"origin" "-409 64 1134" +"classname" "info_pathnode" +} +// entity 797 +{ +"targetname" "t3593" +"origin" "-584 41 1152" +"classname" "info_pathnode" +} +// entity 798 +{ +"targetname" "t3594" +"origin" "-786 23 1163" +"classname" "info_pathnode" +} +// entity 799 +{ +"targetname" "t3595" +"origin" "-970 12 1191" +"classname" "info_pathnode" +} +// entity 800 +{ +"targetname" "t3596" +"origin" "-1056 143 1199" +"classname" "info_pathnode" +} +// entity 801 +{ +"targetname" "t3597" +"origin" "-1104 284 1164" +"classname" "info_pathnode" +} +// entity 802 +{ +"targetname" "t3598" +"origin" "-1273 374 1185" +"classname" "info_pathnode" +} +// entity 803 +{ +"targetname" "t3599" +"origin" "-1465 302 1177" +"classname" "info_pathnode" +} +// entity 804 +{ +"targetname" "t3600" +"origin" "-1641 193 1182" +"classname" "info_pathnode" +} +// entity 805 +{ +"targetname" "t3603" +"origin" "-1607 -62 1219" +"classname" "info_pathnode" +} +// entity 806 +{ +"targetname" "t3617" +"origin" "-2828 -1244 1288" +"classname" "info_pathnode" +} +// entity 807 +{ +"targetname" "t3619" +"origin" "-3057 -1331 1314" +"classname" "info_pathnode" +} +// entity 808 +{ +"targetname" "t3621" +"origin" "-3268 -1372 1314" +"classname" "info_pathnode" +} +// entity 809 +{ +"targetname" "t3623" +"origin" "-3475 -1402 1316" +"classname" "info_pathnode" +} +// entity 810 +{ +"targetname" "t3625" +"origin" "-3661 -1393 1322" +"classname" "info_pathnode" +} +// entity 811 +{ +"targetname" "t3627" +"origin" "-3856 -1426 1327" +"classname" "info_pathnode" +} +// entity 812 +{ +"targetname" "t3629" +"origin" "-4058 -1427 1344" +"classname" "info_pathnode" +} +// entity 813 +{ +"targetname" "t3631" +"origin" "-4252 -1379 1342" +"classname" "info_pathnode" +} +// entity 814 +{ +"targetname" "t3633" +"origin" "-4447 -1303 1350" +"classname" "info_pathnode" +} +// entity 815 +{ +"targetname" "t3635" +"origin" "-4656 -1210 1353" +"classname" "info_pathnode" +} +// entity 816 +{ +"targetname" "t3637" +"origin" "-4857 -1136 1368" +"classname" "info_pathnode" +} +// entity 817 +{ +"targetname" "t3639" +"origin" "-5016 -1026 1357" +"classname" "info_pathnode" +} +// entity 818 +{ +"targetname" "t3641" +"origin" "-5192 -928 1368" +"classname" "info_pathnode" +} +// entity 819 +{ +"targetname" "t3643" +"origin" "-5330 -791 1361" +"classname" "info_pathnode" +} +// entity 820 +{ +"targetname" "t3645" +"origin" "-5475 -584 1355" +"classname" "info_pathnode" +} +// entity 821 +{ +"targetname" "t3647" +"origin" "-5640 -330 1318" +"classname" "info_pathnode" +} +// entity 822 +{ +"targetname" "t3649" +"origin" "-5718 -10 1314" +"classname" "info_pathnode" +} +// entity 823 +{ +"targetname" "t3651" +"origin" "-6120 143 1361" +"classname" "info_pathnode" +} +// entity 824 +{ +"targetname" "t3653" +"origin" "-6262 551 1357" +"classname" "info_pathnode" +} +// entity 825 +{ +"targetname" "t3655" +"origin" "-6092 837 1306" +"classname" "info_pathnode" +} +// entity 826 +{ +"targetname" "t3657" +"origin" "-6177 1099 1269" +"classname" "info_pathnode" +} +// entity 827 +{ +"targetname" "t3659" +"origin" "-6313 1548 1235" +"classname" "info_pathnode" +} +// entity 828 +{ +"targetname" "t3661" +"origin" "-6390 2014 1287" +"classname" "info_pathnode" +} +// entity 829 +{ +"targetname" "t3663" +"origin" "-6386 2541 1305" +"classname" "info_pathnode" +} +// entity 830 +{ +"targetname" "t3665" +"origin" "-6362 2947 1408" +"classname" "info_pathnode" +} +// entity 831 +{ +"targetname" "t3667" +"origin" "-6436 3231 1423" +"classname" "info_pathnode" +} +// entity 832 +{ +"targetname" "t3669" +"origin" "-6381 3547 1528" +"classname" "info_pathnode" +} +// entity 833 +{ +"targetname" "t3671" +"origin" "-6418 3921 1600" +"classname" "info_pathnode" +} +// entity 834 +{ +"targetname" "t3673" +"origin" "-6405 4472 1631" +"classname" "info_pathnode" +} +// entity 835 +{ +"targetname" "t3675" +"origin" "-6444 4943 1664" +"classname" "info_pathnode" +} +// entity 836 +{ +"targetname" "t3677" +"origin" "-6291 5166 1633" +"classname" "info_pathnode" +} +// entity 837 +{ +"targetname" "t3679" +"origin" "-6122 5287 1660" +"classname" "info_pathnode" +} +// entity 838 +{ +"targetname" "t3681" +"origin" "-5874 5343 1692" +"classname" "info_pathnode" +} +// entity 839 +{ +"targetname" "t3683" +"origin" "-5546 5467 1642" +"classname" "info_pathnode" +} +// entity 840 +{ +"targetname" "t3685" +"origin" "-5032 5560 1572" +"classname" "info_pathnode" +} +// entity 841 +{ +"targetname" "t3687" +"origin" "-4519 5541 1566" +"classname" "info_pathnode" +} +// entity 842 +{ +"targetname" "t3689" +"origin" "-4119 5991 1579" +"classname" "info_pathnode" +} +// entity 843 +{ +"targetname" "t3691" +"origin" "-3771 5959 1601" +"classname" "info_pathnode" +} +// entity 844 +{ +"targetname" "t3695" +"origin" "-3730 6219 1614" +"classname" "info_pathnode" +} +// entity 845 +{ +"targetname" "t3697" +"origin" "-3568 6340 1701" +"classname" "info_pathnode" +} +// entity 846 +{ +"targetname" "t3699" +"origin" "-3430 6405 1745" +"classname" "info_pathnode" +} +// entity 847 +{ +"targetname" "t3701" +"origin" "-3218 6529 1771" +"classname" "info_pathnode" +} +// entity 848 +{ +"targetname" "t3703" +"origin" "-3084 6567 1763" +"classname" "info_pathnode" +} +// entity 849 +{ +"targetname" "t3705" +"origin" "-2949 6735 1773" +"classname" "info_pathnode" +} +// entity 850 +{ +"targetname" "t3707" +"origin" "-2664 6734 1791" +"classname" "info_pathnode" +} +// entity 851 +{ +"targetname" "t3709" +"origin" "-2308 6848 1800" +"classname" "info_pathnode" +} +// entity 852 +{ +"targetname" "t3711" +"origin" "-2065 6877 1828" +"classname" "info_pathnode" +} +// entity 853 +{ +"targetname" "t3713" +"origin" "-1788 7047 1852" +"classname" "info_pathnode" +} +// entity 854 +{ +"targetname" "t3715" +"origin" "-1198 7210 1830" +"classname" "info_pathnode" +} +// entity 855 +{ +"targetname" "t3717" +"origin" "-989 6994 1954" +"classname" "info_pathnode" +} +// entity 856 +{ +"targetname" "t3719" +"origin" "-587 6776 1909" +"classname" "info_pathnode" +} +// entity 857 +{ +"targetname" "t3721" +"origin" "10 6463 1858" +"classname" "info_pathnode" +} +// entity 858 +{ +"$thread" "grabber2" +"targetname" "t3723" +"origin" "358 6229 1831" +"classname" "info_pathnode" +} +// entity 859 +{ +"$thread" "grabber2" +"targetname" "t3725" +"origin" "527 6365 1828" +"classname" "info_pathnode" +} +// entity 860 +{ +"$thread" "grabber2" +"targetname" "t3727" +"origin" "697 6257 1900" +"classname" "info_pathnode" +} +// entity 861 +{ +"$thread" "grabber2" +"targetname" "t3729" +"origin" "873 6117 1881" +"classname" "info_pathnode" +} +// entity 862 +{ +"$thread" "grabber2" +"targetname" "t3731" +"origin" "1085 5980 1904" +"classname" "info_pathnode" +} +// entity 863 +{ +"#set" "4" +"origin" "1251 5665 1891" +"classname" "info_pathnode" +} +// entity 864 +{ +"origin" "1313 5424 1937" +"classname" "info_pathnode" +} +// entity 865 +{ +"origin" "1434 5271 1873" +"classname" "info_pathnode" +} +// entity 866 +{ +"origin" "1652 5184 1834" +"classname" "info_pathnode" +} +// entity 867 +{ +"origin" "2144 4871 1930" +"classname" "info_pathnode" +} +// entity 868 +{ +"origin" "2273 4918 1888" +"classname" "info_pathnode" +} +// entity 869 +{ +"origin" "2486 4837 1906" +"classname" "info_pathnode" +} +// entity 870 +{ +"origin" "2702 4704 1902" +"classname" "info_pathnode" +} +// entity 871 +{ +"origin" "2867 4687 1910" +"classname" "info_pathnode" +} +// entity 872 +{ +"origin" "3042 4644 1905" +"classname" "info_pathnode" +} +// entity 873 +{ +"origin" "3250 4709 1910" +"classname" "info_pathnode" +} +// entity 874 +{ +"origin" "3516 4464 1912" +"classname" "info_pathnode" +} +// entity 875 +{ +"origin" "3760 4456 1917" +"classname" "info_pathnode" +} +// entity 876 +{ +"targetname" "t3766" +"origin" "2430 810 944" +"classname" "info_pathnode" +} +// entity 877 +{ +"targetname" "t3768" +"origin" "2238 829 944" +"classname" "info_pathnode" +} +// entity 878 +{ +"targetname" "t3770" +"origin" "1950 852 936" +"classname" "info_pathnode" +} +// entity 879 +{ +"targetname" "t3772" +"origin" "1745 971 966" +"classname" "info_pathnode" +} +// entity 880 +{ +"targetname" "t3774" +"origin" "1413 1058 1002" +"classname" "info_pathnode" +} +// entity 881 +{ +"targetname" "t3776" +"origin" "1080 1130 1060" +"classname" "info_pathnode" +} +// entity 882 +{ +"targetname" "t3778" +"origin" "814 979 1047" +"classname" "info_pathnode" +} +// entity 883 +{ +"#set" "3" +"origin" "-268 1020 1103" +"classname" "info_pathnode" +} +// entity 884 +{ +"targetname" "t3779" +"origin" "-475 984 1133" +"classname" "info_pathnode" +} +// entity 885 +{ +"targetname" "t3781" +"origin" "-752 959 1150" +"classname" "info_pathnode" +} +// entity 886 +{ +"targetname" "t3782" +"origin" "-981 981 1175" +"classname" "info_pathnode" +} +// entity 887 +{ +"targetname" "t3783" +"origin" "-1344 973 1165" +"classname" "info_pathnode" +} +// entity 888 +{ +"targetname" "t3784" +"origin" "-1593 912 1174" +"classname" "info_pathnode" +} +// entity 889 +{ +"targetname" "t3785" +"origin" "-1962 727 1205" +"classname" "info_pathnode" +} +// entity 890 +{ +"targetname" "t3786" +"origin" "-2290 505 1184" +"classname" "info_pathnode" +} +// entity 891 +{ +"targetname" "t3787" +"origin" "-2515 360 1193" +"classname" "info_pathnode" +} +// entity 892 +{ +"targetname" "t3788" +"origin" "-2929 312 1206" +"classname" "info_pathnode" +} +// entity 893 +{ +"targetname" "t3789" +"origin" "-3177 243 1252" +"classname" "info_pathnode" +} +// entity 894 +{ +"targetname" "t3790" +"origin" "-3493 247 1352" +"classname" "info_pathnode" +} +// entity 895 +{ +"targetname" "t3791" +"origin" "-3783 137 1344" +"classname" "info_pathnode" +} +// entity 896 +{ +"targetname" "t3792" +"origin" "-4176 -14 1287" +"classname" "info_pathnode" +} +// entity 897 +{ +"targetname" "t3793" +"origin" "-4425 178 1330" +"classname" "info_pathnode" +} +// entity 898 +{ +"targetname" "t3794" +"origin" "-4648 416 1347" +"classname" "info_pathnode" +} +// entity 899 +{ +"targetname" "t3795" +"origin" "-4952 806 1257" +"classname" "info_pathnode" +} +// entity 900 +{ +"targetname" "t3796" +"origin" "-5191 1274 1255" +"classname" "info_pathnode" +} +// entity 901 +{ +"targetname" "t3797" +"origin" "-5350 1634 1284" +"classname" "info_pathnode" +} +// entity 902 +{ +"targetname" "t3798" +"origin" "-5291 2017 1352" +"classname" "info_pathnode" +} +// entity 903 +{ +"targetname" "t3799" +"origin" "-5272 2308 1458" +"classname" "info_pathnode" +} +// entity 904 +{ +"targetname" "t3800" +"origin" "-5209 2649 1521" +"classname" "info_pathnode" +} +// entity 905 +{ +"targetname" "t3801" +"origin" "-5173 3115 1509" +"classname" "info_pathnode" +} +// entity 906 +{ +"targetname" "t3802" +"origin" "-5139 3404 1538" +"classname" "info_pathnode" +} +// entity 907 +{ +"targetname" "t3803" +"origin" "-5021 3656 1570" +"classname" "info_pathnode" +} +// entity 908 +{ +"targetname" "t3804" +"origin" "-4818 3916 1555" +"classname" "info_pathnode" +} +// entity 909 +{ +"targetname" "t3805" +"origin" "-4599 4138 1510" +"classname" "info_pathnode" +} +// entity 910 +{ +"targetname" "t3806" +"origin" "-4516 4554 1512" +"classname" "info_pathnode" +} +// entity 911 +{ +"targetname" "t3807" +"origin" "-4335 4755 1551" +"classname" "info_pathnode" +} +// entity 912 +{ +"targetname" "t3808" +"origin" "-4019 4958 1569" +"classname" "info_pathnode" +} +// entity 913 +{ +"targetname" "t3809" +"origin" "-3705 5180 1587" +"classname" "info_pathnode" +} +// entity 914 +{ +"targetname" "t3810" +"origin" "-3509 5149 1671" +"classname" "info_pathnode" +} +// entity 915 +{ +"targetname" "t3811" +"origin" "-3282 5107 1690" +"classname" "info_pathnode" +} +// entity 916 +{ +"targetname" "t3812" +"origin" "-2945 5160 1681" +"classname" "info_pathnode" +} +// entity 917 +{ +"targetname" "t3813" +"origin" "-2548 5244 1711" +"classname" "info_pathnode" +} +// entity 918 +{ +"targetname" "t3814" +"origin" "-2305 5424 1705" +"classname" "info_pathnode" +} +// entity 919 +{ +"targetname" "t3815" +"origin" "-1981 5530 1721" +"classname" "info_pathnode" +} +// entity 920 +{ +"targetname" "t3816" +"origin" "-1734 5433 1725" +"classname" "info_pathnode" +} +// entity 921 +{ +"targetname" "t3817" +"origin" "-1600 5281 1814" +"classname" "info_pathnode" +} +// entity 922 +{ +"targetname" "t3818" +"origin" "-1285 5236 1895" +"classname" "info_pathnode" +} +// entity 923 +{ +"targetname" "t3819" +"origin" "-941 5352 1843" +"classname" "info_pathnode" +} +// entity 924 +{ +"targetname" "t3820" +"origin" "-787 5249 1847" +"classname" "info_pathnode" +} +// entity 925 +{ +"targetname" "t3821" +"origin" "-594 5141 1847" +"classname" "info_pathnode" +} +// entity 926 +{ +"#set" "4" +"target" "t3823" +"origin" "-374 5124 1878" +"classname" "info_pathnode" +} +// entity 927 +{ +"target" "t3824" +"origin" "-137 5186 1856" +"classname" "info_pathnode" +} +// entity 928 +{ +"target" "t3825" +"origin" "196 5076 1811" +"classname" "info_pathnode" +} +// entity 929 +{ +"target" "t3826" +"origin" "499 4895 1825" +"classname" "info_pathnode" +} +// entity 930 +{ +"target" "t3827" +"origin" "768 4773 1858" +"classname" "info_pathnode" +} +// entity 931 +{ +"target" "t3828" +"origin" "1047 4689 1855" +"classname" "info_pathnode" +} +// entity 932 +{ +"target" "t3829" +"origin" "1269 4648 1876" +"classname" "info_pathnode" +} +// entity 933 +{ +"target" "t3830" +"origin" "1491 4484 1916" +"classname" "info_pathnode" +} +// entity 934 +{ +"target" "t3831" +"origin" "1677 4563 1953" +"classname" "info_pathnode" +} +// entity 935 +{ +"target" "t3832" +"origin" "1918 4548 1885" +"classname" "info_pathnode" +} +// entity 936 +{ +"target" "t3833" +"origin" "2044 4403 1993" +"classname" "info_pathnode" +} +// entity 937 +{ +"target" "t3834" +"origin" "2377 4499 1914" +"classname" "info_pathnode" +} +// entity 938 +{ +"target" "t3835" +"origin" "2646 4425 1911" +"classname" "info_pathnode" +} +// entity 939 +{ +"target" "t3836" +"origin" "2803 4372 1858" +"classname" "info_pathnode" +} +// entity 940 +{ +"target" "t3837" +"origin" "3009 4109 1864" +"classname" "info_pathnode" +} +// entity 941 +{ +"target" "t3838" +"origin" "3155 3968 1851" +"classname" "info_pathnode" +} +// entity 942 +{ +"origin" "3479 3962 1918" +"classname" "info_pathnode" +} +// entity 943 +{ +"#set" "3" +"origin" "-1993 861 1231" +"classname" "info_pathnode" +} +// entity 944 +{ +"origin" "-2193 979 1246" +"classname" "info_pathnode" +} +// entity 945 +{ +"origin" "-2343 1119 1333" +"classname" "info_pathnode" +} +// entity 946 +{ +"origin" "-2422 1326 1405" +"classname" "info_pathnode" +} +// entity 947 +{ +"origin" "-2576 1293 1379" +"classname" "info_pathnode" +} +// entity 948 +{ +"origin" "-2991 1383 1358" +"classname" "info_pathnode" +} +// entity 949 +{ +"origin" "-3399 1587 1371" +"classname" "info_pathnode" +} +// entity 950 +{ +"origin" "-3646 1787 1409" +"classname" "info_pathnode" +} +// entity 951 +{ +"origin" "-3812 1803 1420" +"classname" "info_pathnode" +} +// entity 952 +{ +"origin" "-4105 1815 1385" +"classname" "info_pathnode" +} +// entity 953 +{ +"origin" "-4311 2004 1397" +"classname" "info_pathnode" +} +// entity 954 +{ +"origin" "-4804 2644 1532" +"classname" "info_pathnode" +} +// entity 955 +{ +"origin" "-4893 2805 1544" +"classname" "info_pathnode" +} +// entity 956 +{ +"origin" "-5003 2983 1558" +"classname" "info_pathnode" +} +// entity 957 +{ +"#set" "3" +"target" "t3874" +"origin" "-4356 4208 1530" +"classname" "info_pathnode" +} +// entity 958 +{ +"target" "t3876" +"origin" "-4153 4218 1565" +"classname" "info_pathnode" +} +// entity 959 +{ +"target" "t3878" +"origin" "-3916 4052 1586" +"classname" "info_pathnode" +} +// entity 960 +{ +"target" "t3880" +"origin" "-3651 3965 1576" +"classname" "info_pathnode" +} +// entity 961 +{ +"target" "t3882" +"origin" "-3389 3921 1614" +"classname" "info_pathnode" +} +// entity 962 +{ +"target" "t3884" +"origin" "-3026 3882 1629" +"classname" "info_pathnode" +} +// entity 963 +{ +"target" "t3886" +"origin" "-2683 3901 1675" +"classname" "info_pathnode" +} +// entity 964 +{ +"target" "t3888" +"origin" "-2489 3887 1717" +"classname" "info_pathnode" +} +// entity 965 +{ +"target" "t3890" +"origin" "-2092 3817 1706" +"classname" "info_pathnode" +} +// entity 966 +{ +"target" "t3892" +"origin" "-1923 3715 1764" +"classname" "info_pathnode" +} +// entity 967 +{ +"target" "t3894" +"origin" "-1540 3724 1803" +"classname" "info_pathnode" +} +// entity 968 +{ +"$thread" "grabber1" +"target" "t3896" +"origin" "-1347 3692 1844" +"classname" "info_pathnode" +} +// entity 969 +{ +"$thread" "grabber1" +"target" "t3898" +"origin" "-1094 3682 1865" +"classname" "info_pathnode" +} +// entity 970 +{ +"$thread" "grabber1" +"target" "t3900" +"origin" "-845 3688 1851" +"classname" "info_pathnode" +} +// entity 971 +{ +"$thread" "grabber1" +"target" "t3902" +"origin" "-581 3674 1816" +"classname" "info_pathnode" +} +// entity 972 +{ +"$thread" "grabber1" +"origin" "-364 3558 1846" +"classname" "info_pathnode" +} +// entity 973 +{ +"#set" "4" +"origin" "-55 3967 1789" +"classname" "info_pathnode" +} +// entity 974 +{ +"origin" "255 3939 1800" +"classname" "info_pathnode" +} +// entity 975 +{ +"origin" "641 3890 1848" +"classname" "info_pathnode" +} +// entity 976 +{ +"origin" "984 3889 1804" +"classname" "info_pathnode" +} +// entity 977 +{ +"origin" "1318 3953 1862" +"classname" "info_pathnode" +} +// entity 978 +{ +"origin" "1608 4057 1824" +"classname" "info_pathnode" +} +// entity 979 +{ +"origin" "1769 4218 1883" +"classname" "info_pathnode" +} +// entity 980 +{ +"origin" "-2500 -757 1254" +"classname" "info_pathnode" +} +// entity 981 +{ +"origin" "-2362 -433 1139" +"classname" "info_pathnode" +} +// entity 982 +{ +"origin" "-2349 -764 1262" +"classname" "info_pathnode" +} +// entity 983 +{ +"origin" "-2510 -483 1142" +"classname" "info_pathnode" +} +// entity 984 +{ +"origin" "-2778 -683 1151" +"classname" "info_pathnode" +} +// entity 985 +{ +"origin" "-2557 -950 1257" +"classname" "info_pathnode" +} +// entity 986 +{ +"origin" "-2764 -1047 1274" +"classname" "info_pathnode" +} +// entity 987 +{ +"origin" "-2974 -1197 1282" +"classname" "info_pathnode" +} +// entity 988 +{ +"origin" "-3031 -1065 1257" +"classname" "info_pathnode" +} +// entity 989 +{ +"origin" "-3198 -1154 1276" +"classname" "info_pathnode" +} +// entity 990 +{ +"origin" "-3368 -1082 1247" +"classname" "info_pathnode" +} +// entity 991 +{ +"origin" "-2994 -846 1190" +"classname" "info_pathnode" +} +// entity 992 +{ +"origin" "-3459 -921 1151" +"classname" "info_pathnode" +} +// entity 993 +{ +"origin" "-3417 -1326 1322" +"classname" "info_pathnode" +} +// entity 994 +{ +"origin" "-3793 -1352 1312" +"classname" "info_pathnode" +} +// entity 995 +{ +"origin" "-4006 -1361 1310" +"classname" "info_pathnode" +} +// entity 996 +{ +"origin" "-4209 -1331 1308" +"classname" "info_pathnode" +} +// entity 997 +{ +"origin" "-4590 -1086 1392" +"classname" "info_pathnode" +} +// entity 998 +{ +"origin" "-4775 -1099 1314" +"classname" "info_pathnode" +} +// entity 999 +{ +"origin" "-5144 -816 1307" +"classname" "info_pathnode" +} +// entity 1000 +{ +"origin" "-5362 -627 1339" +"classname" "info_pathnode" +} +// entity 1001 +{ +"origin" "-4957 -942 1304" +"classname" "info_pathnode" +} +// entity 1002 +{ +"origin" "-5261 -520 1264" +"classname" "info_pathnode" +} +// entity 1003 +{ +"origin" "-5597 -533 1370" +"classname" "info_pathnode" +} +// entity 1004 +{ +"origin" "-5709 -227 1326" +"classname" "info_pathnode" +} +// entity 1005 +{ +"origin" "-5743 220 1383" +"classname" "info_pathnode" +} +// entity 1006 +{ +"origin" "-5631 -15 1274" +"classname" "info_pathnode" +} +// entity 1007 +{ +"origin" "-5708 262 1237" +"classname" "info_pathnode" +} +// entity 1008 +{ +"origin" "-6034 307 1354" +"classname" "info_pathnode" +} +// entity 1009 +{ +"origin" "-6185 676 1329" +"classname" "info_pathnode" +} +// entity 1010 +{ +"origin" "-5982 854 1257" +"classname" "info_pathnode" +} +// entity 1011 +{ +"origin" "-6278 1311 1266" +"classname" "info_pathnode" +} +// entity 1012 +{ +"origin" "-6537 1413 1342" +"classname" "info_pathnode" +} +// entity 1013 +{ +"origin" "-6018 1288 1282" +"classname" "info_pathnode" +} +// entity 1014 +{ +"origin" "-6763 1995 1341" +"classname" "info_pathnode" +} +// entity 1015 +{ +"origin" "-6444 1831 1291" +"classname" "info_pathnode" +} +// entity 1016 +{ +"origin" "-6172 1745 1284" +"classname" "info_pathnode" +} +// entity 1017 +{ +"origin" "-6479 1979 1435" +"classname" "info_pathnode" +} +// entity 1018 +{ +"origin" "-6445 2320 1360" +"classname" "info_pathnode" +} +// entity 1019 +{ +"origin" "-6231 2275 1314" +"classname" "info_pathnode" +} +// entity 1020 +{ +"origin" "-6571 2745 1430" +"classname" "info_pathnode" +} +// entity 1021 +{ +"origin" "-6350 2702 1467" +"classname" "info_pathnode" +} +// entity 1022 +{ +"origin" "-6129 2750 1349" +"classname" "info_pathnode" +} +// entity 1023 +{ +"origin" "-6570 3442 1586" +"classname" "info_pathnode" +} +// entity 1024 +{ +"origin" "-6524 3148 1464" +"classname" "info_pathnode" +} +// entity 1025 +{ +"origin" "-6065 3028 1380" +"classname" "info_pathnode" +} +// entity 1026 +{ +"origin" "-6578 3853 1603" +"classname" "info_pathnode" +} +// entity 1027 +{ +"origin" "-6251 3639 1492" +"classname" "info_pathnode" +} +// entity 1028 +{ +"origin" "-6542 4320 1672" +"classname" "info_pathnode" +} +// entity 1029 +{ +"origin" "-6335 4025 1609" +"classname" "info_pathnode" +} +// entity 1030 +{ +"origin" "-6329 3846 1563" +"classname" "info_pathnode" +} +// entity 1031 +{ +"origin" "-6551 4819 1656" +"classname" "info_pathnode" +} +// entity 1032 +{ +"origin" "-6340 4837 1633" +"classname" "info_pathnode" +} +// entity 1033 +{ +"origin" "-6461 5204 1695" +"classname" "info_pathnode" +} +// entity 1034 +{ +"origin" "-6239 4958 1631" +"classname" "info_pathnode" +} +// entity 1035 +{ +"origin" "-6374 4630 1635" +"classname" "info_pathnode" +} +// entity 1036 +{ +"origin" "-6559 4636 1681" +"classname" "info_pathnode" +} +// entity 1037 +{ +"origin" "-5926 5299 1689" +"classname" "info_pathnode" +} +// entity 1038 +{ +"origin" "-5795 5439 1691" +"classname" "info_pathnode" +} +// entity 1039 +{ +"origin" "-5320 5613 1660" +"classname" "info_pathnode" +} +// entity 1040 +{ +"origin" "-5290 5433 1624" +"classname" "info_pathnode" +} +// entity 1041 +{ +"origin" "-4959 5734 1576" +"classname" "info_pathnode" +} +// entity 1042 +{ +"origin" "-4829 5643 1571" +"classname" "info_pathnode" +} +// entity 1043 +{ +"origin" "-4394 5985 1581" +"classname" "info_pathnode" +} +// entity 1044 +{ +"origin" "-4303 5833 1562" +"classname" "info_pathnode" +} +// entity 1045 +{ +"origin" "-3878 6129 1581" +"classname" "info_pathnode" +} +// entity 1046 +{ +"origin" "-2835 6744 1784" +"classname" "info_pathnode" +} +// entity 1047 +{ +"origin" "-1295 7274 1890" +"classname" "info_pathnode" +} +// entity 1048 +{ +"target" "t4579" +"targetname" "t4578" +"origin" "-1565 6970 1894" +"classname" "info_pathnode" +} +// entity 1049 +{ +"origin" "-1609 7098 1896" +"classname" "info_pathnode" +} +// entity 1050 +{ +"target" "t4613" +"targetname" "t4612" +"origin" "-641 6995 1900" +"classname" "info_pathnode" +} +// entity 1051 +{ +"origin" "-256 6750 1878" +"classname" "info_pathnode" +} +// entity 1052 +{ +"target" "t4615" +"targetname" "t4614" +"origin" "-319 6603 1890" +"classname" "info_pathnode" +} +// entity 1053 +{ +"origin" "413 6350 1838" +"classname" "info_pathnode" +} +// entity 1054 +{ +"origin" "229 6312 1845" +"classname" "info_pathnode" +} +// entity 1055 +{ +"target" "t4591" +"targetname" "t4598" +"origin" "673 5994 1876" +"classname" "info_pathnode" +} +// entity 1056 +{ +"origin" "1254 5745 1890" +"classname" "info_pathnode" +} +// entity 1057 +{ +"origin" "2204 4440 1993" +"classname" "info_pathnode" +} +// entity 1058 +{ +"origin" "2489 4439 1901" +"classname" "info_pathnode" +} +// entity 1059 +{ +"origin" "1684 4277 1882" +"classname" "info_pathnode" +} +// entity 1060 +{ +"origin" "824 3796 1890" +"classname" "info_pathnode" +} +// entity 1061 +{ +"origin" "1355 4429 1944" +"classname" "info_pathnode" +} +// entity 1062 +{ +"origin" "849 4676 1851" +"classname" "info_pathnode" +} +// entity 1063 +{ +"origin" "388 3811 1816" +"classname" "info_pathnode" +} +// entity 1064 +{ +"target" "t3988" +"origin" "416 4992 1851" +"classname" "info_pathnode" +} +// entity 1065 +{ +"origin" "594 4695 1863" +"classname" "info_pathnode" +} +// entity 1066 +{ +"origin" "577 4903 1854" +"classname" "info_pathnode" +} +// entity 1067 +{ +"origin" "-34 5043 1896" +"classname" "info_pathnode" +} +// entity 1068 +{ +"origin" "-24 5205 1830" +"classname" "info_pathnode" +} +// entity 1069 +{ +"origin" "845 3895 1824" +"classname" "info_pathnode" +} +// entity 1070 +{ +"origin" "431 4007 1840" +"classname" "info_pathnode" +} +// entity 1071 +{ +"origin" "-294 3662 1780" +"classname" "info_pathnode" +} +// entity 1072 +{ +"origin" "1191 3978 1838" +"classname" "info_pathnode" +} +// entity 1073 +{ +"$setthread" "tester" +"#set" "343" +"targetname" "friendlynode" +"origin" "1315 3818 1837" +"classname" "info_pathnode" +} +// entity 1074 +{ +"origin" "-222 5170 1871" +"classname" "info_pathnode" +} +// entity 1075 +{ +"origin" "-1076 5187 1889" +"classname" "info_pathnode" +} +// entity 1076 +{ +"origin" "-1158 5409 1862" +"classname" "info_pathnode" +} +// entity 1077 +{ +"origin" "-1409 5272 1862" +"classname" "info_pathnode" +} +// entity 1078 +{ +"origin" "-2183 5538 1686" +"classname" "info_pathnode" +} +// entity 1079 +{ +"origin" "-2377 5225 1735" +"classname" "info_pathnode" +} +// entity 1080 +{ +"origin" "-2453 5376 1704" +"classname" "info_pathnode" +} +// entity 1081 +{ +"origin" "-2751 5061 1681" +"classname" "info_pathnode" +} +// entity 1082 +{ +"origin" "-2783 5231 1689" +"classname" "info_pathnode" +} +// entity 1083 +{ +"origin" "-3120 4991 1651" +"classname" "info_pathnode" +} +// entity 1084 +{ +"origin" "-3825 5046 1603" +"classname" "info_pathnode" +} +// entity 1085 +{ +"targetname" "t4568" +"origin" "-4257 4931 1583" +"classname" "info_pathnode" +} +// entity 1086 +{ +"spawnflags" "0" +"targetname" "t4572" +"origin" "-4643 4338 1519" +"classname" "info_pathnode" +} +// entity 1087 +{ +"target" "t4563" +"targetname" "t4562" +"origin" "-4716 3954 1548" +"classname" "info_pathnode" +} +// entity 1088 +{ +"origin" "-4874 3697 1601" +"classname" "info_pathnode" +} +// entity 1089 +{ +"origin" "-5128 2855 1518" +"classname" "info_pathnode" +} +// entity 1090 +{ +"target" "t4576" +"targetname" "t4575" +"origin" "-4334 4048 1561" +"classname" "info_pathnode" +} +// entity 1091 +{ +"origin" "-4154 4056 1567" +"classname" "info_pathnode" +} +// entity 1092 +{ +"target" "t4567" +"targetname" "t4565" +"origin" "-3938 4223 1636" +"classname" "info_pathnode" +} +// entity 1093 +{ +"origin" "-3209 3773 1633" +"classname" "info_pathnode" +} +// entity 1094 +{ +"origin" "-3231 3962 1641" +"classname" "info_pathnode" +} +// entity 1095 +{ +"origin" "-2853 3816 1680" +"classname" "info_pathnode" +} +// entity 1096 +{ +"origin" "-2556 3811 1752" +"classname" "info_pathnode" +} +// entity 1097 +{ +"origin" "-3008 3781 1642" +"classname" "info_pathnode" +} +// entity 1098 +{ +"origin" "-2331 3918 1689" +"classname" "info_pathnode" +} +// entity 1099 +{ +"origin" "-2201 3671 1786" +"classname" "info_pathnode" +} +// entity 1100 +{ +"origin" "-1874 3823 1758" +"classname" "info_pathnode" +} +// entity 1101 +{ +"origin" "-1297 3601 1829" +"classname" "info_pathnode" +} +// entity 1102 +{ +"origin" "-1013 3610 1876" +"classname" "info_pathnode" +} +// entity 1103 +{ +"origin" "-1696 3873 1798" +"classname" "info_pathnode" +} +// entity 1104 +{ +"origin" "-3567 3821 1596" +"classname" "info_pathnode" +} +// entity 1105 +{ +"origin" "-5042 3142 1571" +"classname" "info_pathnode" +} +// entity 1106 +{ +"target" "t4560" +"targetname" "t4559" +"origin" "-4918 3439 1627" +"classname" "info_pathnode" +} +// entity 1107 +{ +"origin" "-5143 3590 1548" +"classname" "info_pathnode" +} +// entity 1108 +{ +"origin" "-5280 3271 1484" +"classname" "info_pathnode" +} +// entity 1109 +{ +"origin" "-4550 2138 1439" +"classname" "info_pathnode" +} +// entity 1110 +{ +"origin" "-4788 2493 1522" +"classname" "info_pathnode" +} +// entity 1111 +{ +"origin" "-5059 2674 1495" +"classname" "info_pathnode" +} +// entity 1112 +{ +"origin" "-5034 2317 1490" +"classname" "info_pathnode" +} +// entity 1113 +{ +"origin" "-5103 1990 1352" +"classname" "info_pathnode" +} +// entity 1114 +{ +"origin" "-5474 2194 1352" +"classname" "info_pathnode" +} +// entity 1115 +{ +"origin" "-5325 2161 1388" +"classname" "info_pathnode" +} +// entity 1116 +{ +"origin" "-5420 2461 1463" +"classname" "info_pathnode" +} +// entity 1117 +{ +"origin" "-5236 2485 1541" +"classname" "info_pathnode" +} +// entity 1118 +{ +"origin" "-5240 948 1234" +"classname" "info_pathnode" +} +// entity 1119 +{ +"origin" "-5388 1450 1272" +"classname" "info_pathnode" +} +// entity 1120 +{ +"origin" "-5031 1399 1260" +"classname" "info_pathnode" +} +// entity 1121 +{ +"origin" "-5122 984 1252" +"classname" "info_pathnode" +} +// entity 1122 +{ +"origin" "-3974 188 1360" +"classname" "info_pathnode" +} +// entity 1123 +{ +"origin" "-3898 -39 1298" +"classname" "info_pathnode" +} +// entity 1124 +{ +"origin" "-4291 51 1293" +"classname" "info_pathnode" +} +// entity 1125 +{ +"origin" "-4403 241 1328" +"classname" "info_pathnode" +} +// entity 1126 +{ +"origin" "-4564 400 1349" +"classname" "info_pathnode" +} +// entity 1127 +{ +"origin" "-4834 562 1308" +"classname" "info_pathnode" +} +// entity 1128 +{ +"origin" "-3630 239 1360" +"classname" "info_pathnode" +} +// entity 1129 +{ +"origin" "-3164 441 1255" +"classname" "info_pathnode" +} +// entity 1130 +{ +"origin" "-2751 340 1263" +"classname" "info_pathnode" +} +// entity 1131 +{ +"origin" "-2100 731 1222" +"classname" "info_pathnode" +} +// entity 1132 +{ +"origin" "-2096 509 1195" +"classname" "info_pathnode" +} +// entity 1133 +{ +"origin" "-2820 1386 1372" +"classname" "info_pathnode" +} +// entity 1134 +{ +"origin" "-1708 972 1216" +"classname" "info_pathnode" +} +// entity 1135 +{ +"origin" "-1746 782 1189" +"classname" "info_pathnode" +} +// entity 1136 +{ +"origin" "-2417 530 1209" +"classname" "info_pathnode" +} +// entity 1137 +{ +"origin" "-3214 1514 1375" +"classname" "info_pathnode" +} +// entity 1138 +{ +"origin" "-3589 1660 1394" +"classname" "info_pathnode" +} +// entity 1139 +{ +"origin" "-3878 1714 1390" +"classname" "info_pathnode" +} +// entity 1140 +{ +"origin" "-2281 1276 1396" +"classname" "info_pathnode" +} +// entity 1141 +{ +"origin" "-2102 1089 1291" +"classname" "info_pathnode" +} +// entity 1142 +{ +"origin" "-437 1073 1244" +"classname" "info_pathnode" +} +// entity 1143 +{ +"targetname" "t4251" +"origin" "-927 858 1173" +"classname" "info_pathnode" +} +// entity 1144 +{ +"origin" "-3991 -848 1205" +"classname" "info_pathnode" +} +// entity 1145 +{ +"origin" "-4210 -888 1213" +"classname" "info_pathnode" +} +// entity 1146 +{ +"origin" "-4494 -821 1233" +"classname" "info_pathnode" +} +// entity 1147 +{ +"origin" "-4639 -768 1245" +"classname" "info_pathnode" +} +// entity 1148 +{ +"origin" "-4932 -612 1267" +"classname" "info_pathnode" +} +// entity 1149 +{ +"origin" "-5139 -447 1278" +"classname" "info_pathnode" +} +// entity 1150 +{ +"origin" "-5422 -90 1283" +"classname" "info_pathnode" +} +// entity 1151 +{ +"origin" "-5462 199 1279" +"classname" "info_pathnode" +} +// entity 1152 +{ +"origin" "-5637 413 1283" +"classname" "info_pathnode" +} +// entity 1153 +{ +"origin" "-5678 764 1279" +"classname" "info_pathnode" +} +// entity 1154 +{ +"origin" "-5891 1077 1279" +"classname" "info_pathnode" +} +// entity 1155 +{ +"origin" "-5394 1205 1246" +"classname" "info_pathnode" +} +// entity 1156 +{ +"origin" "-5637 1690 1289" +"classname" "info_pathnode" +} +// entity 1157 +{ +"origin" "-5659 2137 1289" +"classname" "info_pathnode" +} +// entity 1158 +{ +"origin" "-6137 2067 1300" +"classname" "info_pathnode" +} +// entity 1159 +{ +"origin" "-5620 2519 1380" +"classname" "info_pathnode" +} +// entity 1160 +{ +"origin" "-5517 2954 1377" +"classname" "info_pathnode" +} +// entity 1161 +{ +"origin" "-5841 3466 1428" +"classname" "info_pathnode" +} +// entity 1162 +{ +"origin" "-5638 3854 1464" +"classname" "info_pathnode" +} +// entity 1163 +{ +"origin" "-5443 3818 1469" +"classname" "info_pathnode" +} +// entity 1164 +{ +"origin" "-5271 4172 1490" +"classname" "info_pathnode" +} +// entity 1165 +{ +"target" "t4553" +"targetname" "t4551" +"origin" "-5454 4274 1490" +"classname" "info_pathnode" +} +// entity 1166 +{ +"origin" "-5533 4106 1481" +"classname" "info_pathnode" +} +// entity 1167 +{ +"origin" "-5740 3681 1452" +"classname" "info_pathnode" +} +// entity 1168 +{ +"origin" "-5317 4051 1483" +"classname" "info_pathnode" +} +// entity 1169 +{ +"origin" "-5066 4372 1519" +"classname" "info_pathnode" +} +// entity 1170 +{ +"targetname" "t4552" +"origin" "-5277 4527 1510" +"classname" "info_pathnode" +} +// entity 1171 +{ +"origin" "-4937 4772 1532" +"classname" "info_pathnode" +} +// entity 1172 +{ +"target" "t4557" +"targetname" "t4556" +"origin" "-4779 4714 1540" +"classname" "info_pathnode" +} +// entity 1173 +{ +"target" "t4561" +"targetname" "t4553" +"origin" "-5106 4635 1520" +"classname" "info_pathnode" +} +// entity 1174 +{ +"origin" "-5298 4416 1504" +"classname" "info_pathnode" +} +// entity 1175 +{ +"origin" "-5185 4350 1505" +"classname" "info_pathnode" +} +// entity 1176 +{ +"origin" "1546 5292 1895" +"classname" "info_pathnode" +} +// entity 1177 +{ +"origin" "1469 5191 1841" +"classname" "info_pathnode" +} +// entity 1178 +{ +"origin" "1800 5094 1867" +"classname" "info_pathnode" +} +// entity 1179 +{ +"origin" "2526 4678 1905" +"classname" "info_pathnode" +} +// entity 1180 +{ +"origin" "3132 4741 1914" +"classname" "info_pathnode" +} +// entity 1181 +{ +"target" "t4588" +"targetname" "t4587" +"origin" "-793 6952 1943" +"classname" "info_pathnode" +} +// entity 1182 +{ +"target" "t4614" +"targetname" "t4613" +"origin" "-465 6733 1900" +"classname" "info_pathnode" +} +// entity 1183 +{ +"origin" "-1362 7092 1867" +"classname" "info_pathnode" +} +// entity 1184 +{ +"origin" "-2526 6828 1806" +"classname" "info_pathnode" +} +// entity 1185 +{ +"origin" "-1877 7000 1836" +"classname" "info_pathnode" +} +// entity 1186 +{ +"origin" "-6441 4308 1649" +"classname" "info_pathnode" +} +// entity 1187 +{ +"origin" "-5885 3200 1398" +"classname" "info_pathnode" +} +// entity 1188 +{ +"target" "t3926" +"targetname" "nebel3_trigger" +"spawnflags" "0" +"classname" "trigger_multiple" +// brush 0 +{ +( -5533 6912 874 ) ( -5693 6912 874 ) ( -5693 4608 874 ) common/trigger -35 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -5693 4604 2998 ) ( -5693 6908 2998 ) ( -5533 6908 2998 ) common/trigger -35 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -4762 4472 4810 ) ( -4602 4472 4810 ) ( -4602 4472 1034 ) common/trigger -35 10 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -3084 3764 4810 ) ( -3084 6068 4810 ) ( -3084 6068 1034 ) common/trigger 0 10 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -5152 7480 4810 ) ( -5312 7480 4810 ) ( -5312 7480 1034 ) common/trigger -35 10 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -6271 5885 4810 ) ( -6271 3581 4810 ) ( -6271 3581 1034 ) common/trigger 0 10 0.00 1 1 0 65664 0 subdivisions 1000.000000 +} +} +// entity 1189 +{ +"health" "55" +"#set" "7" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"$targetname" "scene7_soldier" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"accuracy" "50" +"angle" "270" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-6014.00 5934.00 1649.00" +} +// entity 1190 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene7_soldier" +"#set" "7" +"gun" "MP40" +"accuracy" "50" +"angle" "270" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-5787.00 6078.00 1653.00" +} +// entity 1191 +{ +"#set" "7" +"target" "scene7_soldier" +"$targetname" "enemyspawnertrigger" +"classname" "trigger_multiple" +// brush 0 +{ +( -3817 4661 1108 ) ( -8057 4661 1108 ) ( -8057 2565 1108 ) common/trigger 21 -27 0.00 1 1 0 65664 0 +( -8045 2565 3152 ) ( -8045 4661 3152 ) ( -3805 4661 3152 ) common/trigger 21 -27 0.00 1 1 0 65664 0 +( -8052 2356 1960 ) ( -3812 2356 1960 ) ( -3812 2356 1928 ) common/trigger 21 0 0.00 1 1 0 65664 0 +( -2972 2648 1960 ) ( -2972 4744 1960 ) ( -2972 4744 1928 ) common/trigger 27 0 0.00 1 1 0 65664 0 +( -3415 2808 1960 ) ( -7655 2808 1960 ) ( -7655 2808 1928 ) common/trigger 21 0 0.00 1 1 0 65664 0 +( -7808 4540 1960 ) ( -7808 2444 1960 ) ( -7808 2444 1928 ) common/trigger 27 0 0.00 1 1 0 65664 0 +} +} +// entity 1192 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"ammo_grenade" "6" +"$targetname" "scene7_soldier" +"#set" "7" +"gun" "MP40" +"accuracy" "45" +"mindist" "1400" +"angle" "180" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-3498.00 4650.00 1571.00" +} +// entity 1193 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene7_soldier" +"#set" "7" +"ammo_grenade" "6" +"accuracy" "45" +"mindist" "1400" +"angle" "225" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-3098.00 4153.00 1551.00" +} +// entity 1194 +{ +"health" "55" +"sight" "4096" +"#set" "7" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"$targetname" "scene7_soldier" +"gun" "MP40" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"target" "t3973" +"accuracy" "8" +"mindist" "256" +"angle" "225" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-4152.00 3392.00 1917.00" +} +// entity 1195 +{ +"targetname" "t3971" +"origin" "-5057 3041 1936" +"classname" "info_pathnode" +} +// entity 1196 +{ +"health" "55" +"sight" "4096" +"#set" "7" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"$targetname" "scene7_soldier" +"gun" "MP40" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"target" "t3971" +"accuracy" "8" +"mindist" "256" +"angle" "225" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-4256.00 3417.00 1898.00" +} +// entity 1197 +{ +"health" "55" +"sight" "4096" +"#set" "7" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"$targetname" "scene7_soldier" +"gun" "Panzerschrek" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"target" "t3972" +"accuracy" "8" +"mindist" "256" +"angle" "225" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-4244.00 3364.00 1898.00" +} +// entity 1198 +{ +"targetname" "t3972" +"origin" "-5046 2937 1943" +"classname" "info_pathnode" +} +// entity 1199 +{ +"targetname" "t3973" +"origin" "-4968 2840 1954" +"classname" "info_pathnode" +} +// entity 1200 +{ +"origin" "-3719 3768 1614" +"classname" "info_pathnode" +} +// entity 1201 +{ +"origin" "-3885 3614 1770" +"classname" "info_pathnode" +} +// entity 1202 +{ +"origin" "-4034 3444 1872" +"classname" "info_pathnode" +} +// entity 1203 +{ +"target" "t4571" +"targetname" "t4570" +"origin" "-4085 3340 1888" +"classname" "info_pathnode" +} +// entity 1204 +{ +"target" "t4570" +"targetname" "t4569" +"origin" "-4050 3161 1941" +"classname" "info_pathnode" +} +// entity 1205 +{ +"origin" "-3877 3383 1874" +"classname" "info_pathnode" +} +// entity 1206 +{ +"origin" "-3664 3610 1727" +"classname" "info_pathnode" +} +// entity 1207 +{ +"origin" "-3394 3769 1615" +"classname" "info_pathnode" +} +// entity 1208 +{ +"origin" "-3746 3320 1894" +"classname" "info_pathnode" +} +// entity 1209 +{ +"origin" "-3882 3081 1960" +"classname" "info_pathnode" +} +// entity 1210 +{ +"origin" "-3494 3577 1714" +"classname" "info_pathnode" +} +// entity 1211 +{ +"origin" "-3907 3238 1920" +"classname" "info_pathnode" +} +// entity 1212 +{ +"origin" "-3721 3191 1936" +"classname" "info_pathnode" +} +// entity 1213 +{ +"target" "t4572" +"targetname" "t4571" +"origin" "-4284 3747 1769" +"classname" "info_pathnode" +} +// entity 1214 +{ +"origin" "-4566 3762 1668" +"classname" "info_pathnode" +} +// entity 1215 +{ +"origin" "-4503 3501 1834" +"classname" "info_pathnode" +} +// entity 1216 +{ +"origin" "-4235 3451 1892" +"classname" "info_pathnode" +} +// entity 1217 +{ +"origin" "-4092 3675 1757" +"classname" "info_pathnode" +} +// entity 1218 +{ +"origin" "-4315 3576 1872" +"classname" "info_pathnode" +} +// entity 1219 +{ +"origin" "-3994 3968 1582" +"classname" "info_pathnode" +} +// entity 1220 +{ +"origin" "-3687 3428 1852" +"classname" "info_pathnode" +} +// entity 1221 +{ +"origin" "-430 -6030 796" +"classname" "info_grenadehint" +} +// entity 1222 +{ +"origin" "-661 -5477 792" +"classname" "info_grenadehint" +} +// entity 1223 +{ +"origin" "-1741 -4741 466" +"classname" "info_grenadehint" +} +// entity 1224 +{ +"origin" "-1792 -5192 496" +"classname" "info_grenadehint" +} +// entity 1225 +{ +"origin" "-2275 -5169 526" +"classname" "info_grenadehint" +} +// entity 1226 +{ +"origin" "-185 -4718 722" +"classname" "info_grenadehint" +} +// entity 1227 +{ +"origin" "2471 -6489 376" +"classname" "info_grenadehint" +} +// entity 1228 +{ +"origin" "2096 -6382 421" +"classname" "info_grenadehint" +} +// entity 1229 +{ +"origin" "460 -2635 760" +"classname" "info_grenadehint" +} +// entity 1230 +{ +"origin" "934 -2360 783" +"classname" "info_grenadehint" +} +// entity 1231 +{ +"origin" "1144 -2125 802" +"classname" "info_grenadehint" +} +// entity 1232 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "0" +"hearing" "4096" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"origin" "691 -1045 933" +"classname" "info_grenadehint" +} +// entity 1233 +{ +"origin" "391 -911 854" +"classname" "info_grenadehint" +} +// entity 1234 +{ +"origin" "167 -765 912" +"classname" "info_grenadehint" +} +// entity 1235 +{ +"origin" "-1105 -267 1334" +"classname" "info_grenadehint" +} +// entity 1236 +{ +"origin" "1146 1151 1210" +"classname" "info_grenadehint" +} +// entity 1237 +{ +"origin" "1647 1357 1188" +"classname" "info_grenadehint" +} +// entity 1238 +{ +"origin" "-6082 3472 1353" +"classname" "info_pathnode" +} +// entity 1239 +{ +"origin" "-5331 3574 1459" +"classname" "info_pathnode" +} +// entity 1240 +{ +"origin" "-5426 3308 1443" +"classname" "info_pathnode" +} +// entity 1241 +{ +"origin" "-5406 3433 1454" +"classname" "info_pathnode" +} +// entity 1242 +{ +"target" "t4562" +"targetname" "t4560" +"origin" "-4711 3691 1633" +"classname" "info_pathnode" +} +// entity 1243 +{ +"origin" "-4603 3543 1761" +"classname" "info_pathnode" +} +// entity 1244 +{ +"origin" "-4426 3637 1838" +"classname" "info_pathnode" +} +// entity 1245 +{ +"origin" "-4378 3811 1713" +"classname" "info_pathnode" +} +// entity 1246 +{ +"health" "55" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "180" +"#set" "9" +"$targetname" "scene9_soldier" +"origin" "3659.00 4705.00 1921.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 1247 +{ +"health" "55" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "180" +"#set" "9" +"$targetname" "scene9_soldier" +"origin" "3660.00 4667.00 1918.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 1248 +{ +"origin" "-3612 4100 1632" +"classname" "info_pathnode" +} +// entity 1249 +{ +"origin" "-3529 4123 1664" +"classname" "info_pathnode" +} +// entity 1250 +{ +"spawnflags" "0" +"targetname" "t4563" +"origin" "-4864 4298 1523" +"classname" "info_pathnode" +} +// entity 1251 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "0" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene8_soldier" +"#set" "8" +"origin" "-1001.00 4533.00 1757.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 1252 +{ +"origin" "-3926 907 1392" +"classname" "info_pathnode" +} +// entity 1253 +{ +"origin" "-3994 756 1426" +"classname" "info_pathnode" +} +// entity 1254 +{ +"origin" "-4224 849 1376" +"classname" "info_pathnode" +} +// entity 1255 +{ +"origin" "-4130 1006 1361" +"classname" "info_pathnode" +} +// entity 1256 +{ +"origin" "-4082 895 1387" +"classname" "info_pathnode" +} +// entity 1257 +{ +"origin" "-4340 1023 1336" +"classname" "info_pathnode" +} +// entity 1258 +{ +"origin" "-6334 782 1334" +"classname" "info_pathnode" +} +// entity 1259 +{ +"origin" "-4555 1021 1304" +"classname" "info_pathnode" +} +// entity 1260 +{ +"origin" "-4652 877 1326" +"classname" "info_pathnode" +} +// entity 1261 +{ +"origin" "-4932 732 1261" +"classname" "info_pathnode" +} +// entity 1262 +{ +"origin" "-4960 973 1272" +"classname" "info_pathnode" +} +// entity 1263 +{ +"origin" "-6228 867 1339" +"classname" "info_pathnode" +} +// entity 1264 +{ +"origin" "-4156 741 1411" +"classname" "info_pathnode" +} +// entity 1265 +{ +"origin" "-3814 748 1417" +"classname" "info_pathnode" +} +// entity 1266 +{ +"origin" "-4913 1109 1271" +"classname" "info_pathnode" +} +// entity 1267 +{ +"origin" "-5094 1301 1261" +"classname" "info_pathnode" +} +// entity 1268 +{ +"origin" "-6537 2597 1367" +"classname" "info_pathnode" +} +// entity 1269 +{ +"origin" "-6740 2638 1445" +"classname" "info_pathnode" +} +// entity 1270 +{ +"origin" "-6303 2635 1306" +"classname" "info_pathnode" +} +// entity 1271 +{ +"origin" "-6169 2519 1332" +"classname" "info_pathnode" +} +// entity 1272 +{ +"origin" "-6702 2553 1405" +"classname" "info_pathnode" +} +// entity 1273 +{ +"origin" "-6634 2939 1528" +"classname" "info_pathnode" +} +// entity 1274 +{ +"origin" "-6633 2938 1528" +"classname" "info_pathnode" +} +// entity 1275 +{ +"origin" "602 3798 1876" +"classname" "info_pathnode" +} +// entity 1276 +{ +"spawnflags" "4" +"origin" "-518 3990 1724" +"classname" "info_pathnode" +} +// entity 1277 +{ +"spawnflags" "4" +"origin" "-694 4110 1732" +"classname" "info_pathnode" +} +// entity 1278 +{ +"spawnflags" "4" +"origin" "-830 4302 1732" +"classname" "info_pathnode" +} +// entity 1279 +{ +"spawnflags" "4" +"origin" "-934 4470 1772" +"classname" "info_pathnode" +} +// entity 1280 +{ +"spawnflags" "132" +"origin" "-1046 4614 1796" +"classname" "info_pathnode" +} +// entity 1281 +{ +"origin" "-1190 4814 1868" +"classname" "info_pathnode" +} +// entity 1282 +{ +"origin" "-1246 4734 1876" +"classname" "info_pathnode" +} +// entity 1283 +{ +"origin" "-1358 4630 1876" +"classname" "info_pathnode" +} +// entity 1284 +{ +"origin" "-1430 4486 1876" +"classname" "info_pathnode" +} +// entity 1285 +{ +"origin" "-1486 4294 1860" +"classname" "info_pathnode" +} +// entity 1286 +{ +"origin" "-1542 4022 1852" +"classname" "info_pathnode" +} +// entity 1287 +{ +"origin" "-1566 3830 1820" +"classname" "info_pathnode" +} +// entity 1288 +{ +"origin" "-982 4998 1868" +"classname" "info_pathnode" +} +// entity 1289 +{ +"origin" "-1070 5054 1876" +"classname" "info_pathnode" +} +// entity 1290 +{ +"origin" "1732 4365 1866" +"classname" "info_pathnode" +} +// entity 1291 +{ +"origin" "-2781 3992 1656" +"classname" "info_pathnode" +} +// entity 1292 +{ +"origin" "-2837 4312 1616" +"classname" "info_pathnode" +} +// entity 1293 +{ +"spawnflags" "4" +"origin" "-3013 4104 1600" +"classname" "info_pathnode" +} +// entity 1294 +{ +"spawnflags" "2" +"origin" "-3101 4136 1688" +"classname" "info_pathnode" +} +// entity 1295 +{ +"spawnflags" "0" +"origin" "-3173 4200 1576" +"classname" "info_pathnode" +} +// entity 1296 +{ +"spawnflags" "4" +"origin" "-3285 4296 1584" +"classname" "info_pathnode" +} +// entity 1297 +{ +"spawnflags" "0" +"origin" "-3373 4424 1584" +"classname" "info_pathnode" +} +// entity 1298 +{ +"spawnflags" "4" +"origin" "-3437 4552 1584" +"classname" "info_pathnode" +} +// entity 1299 +{ +"spawnflags" "0" +"origin" "-3493 4632 1632" +"classname" "info_pathnode" +} +// entity 1300 +{ +"spawnflags" "4" +"origin" "-3549 4680 1608" +"classname" "info_pathnode" +} +// entity 1301 +{ +"origin" "-3661 4912 1672" +"classname" "info_pathnode" +} +// entity 1302 +{ +"$targetname" "nebel3_rally" +"angle" "250" +"spawnflags" "0" +"origin" "-4712 5888 1547" +"classname" "info_pathnode" +} +// entity 1303 +{ +"origin" "-6347 5399 1731" +"classname" "info_pathnode" +} +// entity 1304 +{ +"_color" "1.000000 0.000000 1.000000" +"spawnflags" "0" +"origin" "-6243 5631 1675" +"classname" "info_pathnode" +} +// entity 1305 +{ +"spawnflags" "2" +"origin" "-6203 5727 1675" +"classname" "info_pathnode" +} +// entity 1306 +{ +"spawnflags" "4" +"origin" "-6147 5823 1675" +"classname" "info_pathnode" +} +// entity 1307 +{ +"spawnflags" "2" +"origin" "-6051 5911 1675" +"classname" "info_pathnode" +} +// entity 1308 +{ +"spawnflags" "4" +"origin" "-5971 5959 1675" +"classname" "info_pathnode" +} +// entity 1309 +{ +"spawnflags" "2" +"origin" "-5867 6039 1683" +"classname" "info_pathnode" +} +// entity 1310 +{ +"spawnflags" "4" +"origin" "-5795 6055 1755" +"classname" "info_pathnode" +} +// entity 1311 +{ +"spawnflags" "2" +"origin" "-5739 6103 1699" +"classname" "info_pathnode" +} +// entity 1312 +{ +"origin" "-5523 6367 1755" +"classname" "info_pathnode" +} +// entity 1313 +{ +"origin" "-5459 6255 1779" +"classname" "info_pathnode" +} +// entity 1314 +{ +"origin" "-5323 6175 1763" +"classname" "info_pathnode" +} +// entity 1315 +{ +"origin" "-5235 6111 1723" +"classname" "info_pathnode" +} +// entity 1316 +{ +"origin" "-5043 5991 1603" +"classname" "info_pathnode" +} +// entity 1317 +{ +"origin" "-5071 5855 1579" +"classname" "info_pathnode" +} +// entity 1318 +{ +"targetname" "t3983" +"origin" "-534 4985 1879" +"classname" "info_pathnode" +} +// entity 1319 +{ +"target" "t3989" +"origin" "1582 5025 1880" +"classname" "info_pathnode" +} +// entity 1320 +{ +"target" "t3990" +"origin" "1842 4881 1885" +"classname" "info_pathnode" +} +// entity 1321 +{ +"target" "t3992" +"origin" "1646 4855 1881" +"classname" "info_pathnode" +} +// entity 1322 +{ +"origin" "138 5979 1784" +"classname" "info_pathnode" +} +// entity 1323 +{ +"target" "t4595" +"targetname" "t4594" +"origin" "346 5847 1813" +"classname" "info_pathnode" +} +// entity 1324 +{ +"origin" "310 4881 1831" +"classname" "info_pathnode" +} +// entity 1325 +{ +"targetname" "t4610" +"origin" "-254 6480 1812" +"classname" "info_pathnode" +} +// entity 1326 +{ +"target" "t4620" +"targetname" "t4619" +"origin" "121 6224 1844" +"classname" "info_pathnode" +} +// entity 1327 +{ +"target" "t4619" +"targetname" "t4618" +"origin" "424 6097 1847" +"classname" "info_pathnode" +} +// entity 1328 +{ +"targetname" "t4611" +"origin" "-246 6142 1788" +"classname" "info_pathnode" +} +// entity 1329 +{ +"target" "t4609" +"targetname" "t4595" +"origin" "-35 6365 1830" +"classname" "info_pathnode" +} +// entity 1330 +{ +"origin" "-2189 6730 1824" +"classname" "info_pathnode" +} +// entity 1331 +{ +"origin" "-1996 6565 1804" +"classname" "info_pathnode" +} +// entity 1332 +{ +"origin" "-1914 6453 1773" +"classname" "info_pathnode" +} +// entity 1333 +{ +"origin" "-2031 6358 1742" +"classname" "info_pathnode" +} +// entity 1334 +{ +"origin" "-2135 6128 1702" +"classname" "info_pathnode" +} +// entity 1335 +{ +"origin" "-2055 5845 1704" +"classname" "info_pathnode" +} +// entity 1336 +{ +"origin" "-1922 5702 1708" +"classname" "info_pathnode" +} +// entity 1337 +{ +"origin" "-2059 5609 1709" +"classname" "info_pathnode" +} +// entity 1338 +{ +"origin" "-2213 5851 1699" +"classname" "info_pathnode" +} +// entity 1339 +{ +"origin" "-1924 6091 1711" +"classname" "info_pathnode" +} +// entity 1340 +{ +"origin" "-2206 6248 1714" +"classname" "info_pathnode" +} +// entity 1341 +{ +"origin" "-2168 6660 1823" +"classname" "info_pathnode" +} +// entity 1342 +{ +"origin" "-1973 6788 1834" +"classname" "info_pathnode" +} +// entity 1343 +{ +"origin" "-2103 6490 1800" +"classname" "info_pathnode" +} +// entity 1344 +{ +"origin" "-2048 5990 1705" +"classname" "info_pathnode" +} +// entity 1345 +{ +"origin" "-3723 5767 1622" +"classname" "info_pathnode" +} +// entity 1346 +{ +"origin" "-4025 5761 1584" +"classname" "info_pathnode" +} +// entity 1347 +{ +"origin" "-3993 5488 1602" +"classname" "info_pathnode" +} +// entity 1348 +{ +"origin" "-3718 5420 1625" +"classname" "info_pathnode" +} +// entity 1349 +{ +"origin" "-3757 5254 1594" +"classname" "info_pathnode" +} +// entity 1350 +{ +"origin" "-4007 5284 1594" +"classname" "info_pathnode" +} +// entity 1351 +{ +"origin" "-3827 5611 1613" +"classname" "info_pathnode" +} +// entity 1352 +{ +"origin" "-3856 5387 1608" +"classname" "info_pathnode" +} +// entity 1353 +{ +"origin" "-3917 5835 1598" +"classname" "info_pathnode" +} +// entity 1354 +{ +"origin" "-3911 5203 1608" +"classname" "info_pathnode" +} +// entity 1355 +{ +"targetname" "t4574" +"origin" "-5363 5222 1564" +"classname" "info_pathnode" +} +// entity 1356 +{ +"targetname" "t4577" +"origin" "-5236 4966 1482" +"classname" "info_pathnode" +} +// entity 1357 +{ +"target" "t4574" +"targetname" "t4573" +"origin" "-5036 4841 1528" +"classname" "info_pathnode" +} +// entity 1358 +{ +"targetname" "t4557" +"origin" "-4988 5042 1514" +"classname" "info_pathnode" +} +// entity 1359 +{ +"origin" "-5013 5278 1506" +"classname" "info_pathnode" +} +// entity 1360 +{ +"origin" "-5081 5437 1553" +"classname" "info_pathnode" +} +// entity 1361 +{ +"targetname" "t4561" +"origin" "-4716 4911 1549" +"classname" "info_pathnode" +} +// entity 1362 +{ +"origin" "-4514 4782 1568" +"classname" "info_pathnode" +} +// entity 1363 +{ +"target" "t4577" +"targetname" "t4576" +"origin" "-4544 4586 1491" +"classname" "info_pathnode" +} +// entity 1364 +{ +"origin" "2160 4585 1901" +"classname" "info_pathnode" +} +// entity 1365 +{ +"origin" "242 5724 1822" +"classname" "info_pathnode" +} +// entity 1366 +{ +"target" "t4594" +"targetname" "t4593" +"#set" "5" +"origin" "798 5761 1898" +"classname" "info_pathnode" +} +// entity 1367 +{ +"origin" "-790 4246 1732" +"classname" "info_pathnode" +} +// entity 1368 +{ +"openangle" "80" +"wait" "3" +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6660 5752 1912 ) ( 6660 5756 1912 ) ( 6652 5756 1912 ) common/origin 0 0 -90.00 1 1 16777216 2176 0 +( 6652 5754 2024 ) ( 6660 5754 2024 ) ( 6660 5750 2024 ) common/origin 0 0 -90.00 1 1 16777216 2176 0 +( 6654 5754 2032 ) ( 6654 5750 2032 ) ( 6654 5750 1904 ) common/origin 0 0 -180.00 1 -1 16777216 2176 0 +( 6652 5750 2032 ) ( 6660 5750 2032 ) ( 6660 5750 1904 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6658 5750 2032 ) ( 6658 5754 2032 ) ( 6658 5754 1904 ) common/origin 0 0 -180.00 1 -1 16777216 2176 0 +( 6660 5754 2032 ) ( 6652 5754 2032 ) ( 6652 5754 1904 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6720 5748 1904 ) ( 6720 5756 1904 ) ( 6656 5756 1904 ) mohtest/wood_joist_trim_masked 0 0 -90.00 1 1 0 16384 0 +( 6656 5756 2032 ) ( 6720 5756 2032 ) ( 6720 5748 2032 ) mohtest/wood_joist_trim_masked 0 0 -90.00 1 1 0 16384 0 +( 6656 5756 2032 ) ( 6656 5748 2032 ) ( 6656 5748 1904 ) mohtest/wood_joist_trim_masked 0 0 -180.00 1 -1 0 16384 0 +( 6656 5748 2032 ) ( 6720 5748 2032 ) ( 6720 5748 1904 ) mohcommon/doorold_1a 0 222 -180.00 0.500000 -0.500000 0 16384 0 +( 6720 5748 2032 ) ( 6720 5756 2032 ) ( 6720 5756 1904 ) mohtest/wood_joist_trim_masked 0 0 -180.00 1 -1 0 16384 0 +( 6720 5756 2032 ) ( 6656 5756 2032 ) ( 6656 5756 1904 ) central_europe_winter/doorold_1aWntrwoknkr 0 222 -180.00 0.500000 -0.500000 0 16384 0 +} +} +// entity 1369 +{ +"$targetname" "tankcollision_mask" +"classname" "script_object" +// brush 0 +{ +( 6984 3471 1693 ) ( 6984 3483 1693 ) ( 6984 3483 1706 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6984 3483 1692 ) ( 7163 3483 1693 ) ( 7163 3483 1706 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 7190 3484 1693 ) ( 7190 3466 1693 ) ( 7190 3466 1706 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 7163 3471 1693 ) ( 6984 3471 1692 ) ( 6984 3471 1707 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6984 3471 1706 ) ( 6984 3483 1706 ) ( 7163 3483 1706 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6984 3483 1693 ) ( 6984 3471 1693 ) ( 7163 3471 1693 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +} +// brush 1 +{ +( 6988 3516 1682 ) ( 6824 3516 1682 ) ( 6824 3436 1682 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6824 3436 1724 ) ( 6824 3516 1724 ) ( 6988 3516 1724 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6824 3416 1724 ) ( 6988 3416 1724 ) ( 6988 3416 1680 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6984 3436 1724 ) ( 6984 3516 1724 ) ( 6984 3516 1680 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6992 3540 1724 ) ( 6828 3540 1724 ) ( 6828 3540 1680 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6916 3540 1680 ) ( 6988 3516 1680 ) ( 6952 3528 1724 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6984 3440 1680 ) ( 6960 3432 1680 ) ( 6972 3436 1724 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6864 3524 1680 ) ( 6880 3536 1680 ) ( 6872 3530 1724 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6882 3422 1680 ) ( 6866 3434 1680 ) ( 6874 3428 1724 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6854 3456 1684 ) ( 6854 3472 1684 ) ( 6854 3464 1728 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +} +// brush 2 +{ +( 6797 3395 1681 ) ( 7035 3395 1681 ) ( 7035 3395 1655 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6797 3478 1688 ) ( 7035 3478 1688 ) ( 7035 3394 1681 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6772 3478 1641 ) ( 6769 3561 1665 ) ( 6767 3478 1688 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 7035 3561 1681 ) ( 6797 3561 1681 ) ( 6797 3561 1655 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 7035 3561 1657 ) ( 7035 3478 1657 ) ( 7035 3478 1688 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6797 3562 1681 ) ( 7035 3562 1681 ) ( 7035 3478 1688 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 7035 3478 1657 ) ( 7035 3561 1657 ) ( 6772 3561 1641 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +} +// brush 3 +{ +( 6854 3516 1682 ) ( 6826 3516 1682 ) ( 6826 3442 1682 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6826 3442 1724 ) ( 6826 3516 1724 ) ( 6854 3516 1724 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6826 3442 1723 ) ( 6854 3442 1723 ) ( 6854 3442 1679 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6854 3442 1728 ) ( 6854 3516 1728 ) ( 6854 3516 1684 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6854 3516 1724 ) ( 6826 3516 1724 ) ( 6826 3516 1680 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6826 3516 1724 ) ( 6826 3442 1724 ) ( 6826 3442 1680 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +} +// brush 4 +{ +( 6908 3484 1576 ) ( 6900 3484 1576 ) ( 6900 3468 1576 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6908 3468 1592 ) ( 6908 3484 1592 ) ( 6916 3484 1592 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6900 3468 1680 ) ( 6908 3468 1680 ) ( 6908 3468 1576 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6908 3468 1680 ) ( 6908 3484 1680 ) ( 6908 3484 1576 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6908 3484 1680 ) ( 6900 3484 1680 ) ( 6900 3484 1576 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6892 3484 1680 ) ( 6892 3468 1680 ) ( 6892 3468 1576 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +} +// brush 5 +{ +( 6750 3446 1692 ) ( 6755 3446 1642 ) ( 6750 3458 1637 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6755 3446 1642 ) ( 6750 3446 1692 ) ( 6767 3446 1689 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6750 3458 1637 ) ( 6755 3470 1642 ) ( 6750 3470 1692 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6772 3446 1639 ) ( 6767 3446 1689 ) ( 6767 3470 1689 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6767 3470 1689 ) ( 6750 3470 1692 ) ( 6755 3470 1642 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6767 3446 1689 ) ( 6745 3446 1687 ) ( 6745 3470 1687 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6772 3470 1639 ) ( 6750 3470 1637 ) ( 6750 3446 1637 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +} +// brush 6 +{ +( 6750 3486 1692 ) ( 6755 3486 1642 ) ( 6750 3498 1637 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6755 3486 1642 ) ( 6750 3486 1692 ) ( 6767 3486 1689 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6750 3498 1637 ) ( 6755 3510 1642 ) ( 6750 3510 1692 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6772 3486 1639 ) ( 6767 3486 1689 ) ( 6767 3510 1689 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6767 3510 1689 ) ( 6750 3510 1692 ) ( 6755 3510 1642 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6767 3486 1689 ) ( 6745 3486 1687 ) ( 6745 3510 1687 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6772 3510 1639 ) ( 6750 3510 1637 ) ( 6750 3486 1637 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +} +// brush 7 +{ +( 6791 3535 1608 ) ( 6791 3421 1608 ) ( 7054 3421 1610 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 7035 3535 1657 ) ( 7035 3421 1657 ) ( 6772 3421 1641 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6791 3421 1608 ) ( 6813 3421 1650 ) ( 7076 3421 1652 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 7076 3421 1652 ) ( 7076 3535 1652 ) ( 7054 3535 1610 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6813 3535 1650 ) ( 6791 3535 1608 ) ( 7054 3535 1610 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6772 3535 1641 ) ( 6772 3421 1641 ) ( 6791 3421 1608 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 7035 3421 1657 ) ( 7035 3535 1657 ) ( 7076 3535 1652 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +} +// brush 8 +{ +( 7070 3524 1604 ) ( 7070 3576 1604 ) ( 7028 3576 1584 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6812 3576 1584 ) ( 6812 3524 1584 ) ( 7028 3524 1584 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6783 3575 1592 ) ( 6783 3523 1592 ) ( 6812 3523 1584 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6771 3575 1616 ) ( 6771 3523 1616 ) ( 6773 3523 1602 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6783 3523 1592 ) ( 6783 3575 1592 ) ( 6773 3575 1602 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6789 3523 1636 ) ( 6789 3575 1636 ) ( 7058 3575 1647 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 7073 3523 1639 ) ( 7073 3575 1639 ) ( 7078 3575 1623 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 7078 3523 1623 ) ( 7078 3575 1623 ) ( 7070 3575 1604 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6721 3421 1574 ) ( 6885 3421 1574 ) ( 6885 3421 1654 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6897 3384 1650 ) ( 6897 3384 1570 ) ( 6733 3384 1570 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6776 3575 1630 ) ( 6776 3523 1630 ) ( 6771 3523 1616 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 7073 3575 1639 ) ( 7073 3523 1639 ) ( 7058 3523 1647 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6789 3575 1636 ) ( 6789 3523 1636 ) ( 6776 3523 1630 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +} +// brush 9 +{ +( 7070 3524 1604 ) ( 7070 3576 1604 ) ( 7028 3576 1584 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6812 3576 1584 ) ( 6812 3524 1584 ) ( 7028 3524 1584 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6783 3575 1592 ) ( 6783 3523 1592 ) ( 6812 3523 1584 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6771 3575 1616 ) ( 6771 3523 1616 ) ( 6773 3523 1602 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6783 3523 1592 ) ( 6783 3575 1592 ) ( 6773 3575 1602 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6789 3523 1636 ) ( 6789 3575 1636 ) ( 7058 3575 1647 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 7073 3523 1639 ) ( 7073 3575 1639 ) ( 7078 3575 1623 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 7078 3523 1623 ) ( 7078 3575 1623 ) ( 7070 3575 1604 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6723 3572 1574 ) ( 6887 3572 1574 ) ( 6887 3572 1654 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6887 3535 1650 ) ( 6887 3535 1570 ) ( 6723 3535 1570 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6776 3575 1630 ) ( 6776 3523 1630 ) ( 6771 3523 1616 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 7073 3575 1639 ) ( 7073 3523 1639 ) ( 7058 3523 1647 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6789 3575 1636 ) ( 6789 3523 1636 ) ( 6776 3523 1630 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +} +// brush 10 +{ +( 6773 3576 1644 ) ( 6773 3561 1644 ) ( 7035 3561 1654 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6773 3561 1644 ) ( 6773 3561 1656 ) ( 7035 3561 1666 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 7035 3561 1655 ) ( 7035 3561 1666 ) ( 7035 3576 1654 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6773 3561 1656 ) ( 6773 3561 1645 ) ( 6773 3576 1644 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6773 3561 1656 ) ( 6773 3576 1644 ) ( 7035 3576 1654 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +} +// brush 11 +{ +( 7035 3395 1654 ) ( 6773 3395 1644 ) ( 6773 3380 1644 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 7035 3395 1666 ) ( 6773 3395 1656 ) ( 6773 3395 1644 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 7035 3380 1654 ) ( 7035 3395 1666 ) ( 7035 3395 1655 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6773 3380 1644 ) ( 6773 3395 1645 ) ( 6773 3395 1656 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 7035 3380 1654 ) ( 6773 3380 1644 ) ( 6773 3395 1656 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +} +// brush 12 +{ +( 6773 3390 1621 ) ( 6773 3404 1621 ) ( 6751 3404 1621 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6773 3384 1644 ) ( 6773 3384 1621 ) ( 6751 3384 1621 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6773 3390 1688 ) ( 6773 3404 1688 ) ( 6773 3404 1584 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6773 3421 1620 ) ( 6773 3421 1643 ) ( 6751 3421 1620 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6773 3404 1644 ) ( 6773 3390 1644 ) ( 6751 3390 1621 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +} +// brush 13 +{ +( 6773 3541 1621 ) ( 6773 3555 1621 ) ( 6751 3555 1621 ) common/tankclip -12 60 -90.00 1 1 983040 34976 0 +( 6773 3535 1644 ) ( 6773 3535 1621 ) ( 6751 3535 1621 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6773 3541 1688 ) ( 6773 3555 1688 ) ( 6773 3555 1584 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +( 6773 3572 1620 ) ( 6773 3572 1643 ) ( 6751 3572 1620 ) common/tankclip -60 0 0.00 1 1 983040 34976 0 +( 6773 3555 1644 ) ( 6773 3541 1644 ) ( 6751 3541 1621 ) common/tankclip -12 0 -180.00 1 -1 983040 34976 0 +} +} +// entity 1370 +{ +"angle" "0" +"classname" "func_ladder" +// brush 0 +{ +( 6188 3108 1904 ) ( 6188 3152 1904 ) ( 6176 3152 1904 ) common/ladder 4 16 -90.00 1 1 0 136 0 +( 6180 3160 2004 ) ( 6180 3116 2004 ) ( 6180 3116 2000 ) common/ladder 4 0 -180.00 1 -1 0 136 0 +( 6176 3116 2004 ) ( 6188 3116 2004 ) ( 6188 3116 2000 ) common/ladder -16 0 0.00 1 1 0 136 0 +( 6188 3116 2004 ) ( 6188 3160 2004 ) ( 6188 3160 2000 ) common/ladder 4 0 -180.00 1 -1 0 136 0 +( 6188 3156 2004 ) ( 6176 3156 2004 ) ( 6176 3156 2000 ) common/ladder -16 0 0.00 1 1 0 136 0 +( 6184 3144 2116 ) ( 6188 3136 2116 ) ( 6184 3128 2116 ) common/ladder 4 16 -90.00 1 1 0 136 0 +} +} +// entity 1371 +{ +"openangle" "80" +"wait" "3" +"angle" "270" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6972 4868 1912 ) ( 6980 4868 1912 ) ( 6980 4872 1912 ) common/origin 16 63 -90.00 1 1 16777216 2176 0 +( 6980 4874 2024 ) ( 6980 4870 2024 ) ( 6972 4870 2024 ) common/origin 16 63 -90.00 1 1 16777216 2176 0 +( 6974 4874 1904 ) ( 6974 4874 2032 ) ( 6974 4870 2032 ) common/origin 16 0 -180.00 1 -1 16777216 2176 0 +( 6980 4874 1904 ) ( 6980 4874 2032 ) ( 6972 4874 2032 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6978 4870 1904 ) ( 6978 4870 2032 ) ( 6978 4874 2032 ) common/origin 16 0 -180.00 1 -1 16777216 2176 0 +( 6972 4870 1904 ) ( 6972 4870 2032 ) ( 6980 4870 2032 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6912 4868 1904 ) ( 6976 4868 1904 ) ( 6976 4876 1904 ) mohtest/wood_joist_trim_masked 16 127 -90.00 1 1 0 16384 0 +( 6976 4876 2032 ) ( 6976 4868 2032 ) ( 6912 4868 2032 ) mohtest/wood_joist_trim_masked 16 127 -90.00 1 1 0 16384 0 +( 6912 4876 1904 ) ( 6912 4876 2032 ) ( 6912 4868 2032 ) mohtest/wood_joist_trim_masked 16 0 -180.00 1 -1 0 16384 0 +( 6976 4876 1904 ) ( 6976 4876 2032 ) ( 6912 4876 2032 ) mohcommon/doorold_1a 0 222 -180.00 -0.500000 -0.500000 0 16384 0 +( 6976 4868 1904 ) ( 6976 4868 2032 ) ( 6976 4876 2032 ) mohtest/wood_joist_trim_masked 16 0 -180.00 1 -1 0 16384 0 +( 6912 4868 1904 ) ( 6912 4868 2032 ) ( 6976 4868 2032 ) central_europe_winter/doorold_1aWntrwoknkr 0 222 -180.00 -0.500000 -0.500000 0 16384 0 +} +} +// entity 1372 +{ +"openangle" "80" +"wait" "3" +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6966 5172 1912 ) ( 6974 5172 1912 ) ( 6974 5176 1912 ) common/origin 0 -6 -90.00 1 1 16777216 2176 0 +( 6974 5178 2024 ) ( 6974 5174 2024 ) ( 6966 5174 2024 ) common/origin 0 -6 -90.00 1 1 16777216 2176 0 +( 6968 5178 1904 ) ( 6968 5178 2032 ) ( 6968 5174 2032 ) common/origin 0 0 -180.00 1 -1 16777216 2176 0 +( 6974 5178 1904 ) ( 6974 5178 2032 ) ( 6966 5178 2032 ) common/origin 6 0 0.00 1 1 16777216 2176 0 +( 6972 5174 1904 ) ( 6972 5174 2032 ) ( 6972 5178 2032 ) common/origin 0 0 -180.00 1 -1 16777216 2176 0 +( 6966 5174 1904 ) ( 6966 5174 2032 ) ( 6974 5174 2032 ) common/origin 6 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6906 5172 1904 ) ( 6970 5172 1904 ) ( 6970 5180 1904 ) mohtest/wood_joist_trim_masked 0 -6 -90.00 1 1 0 16384 0 +( 6970 5180 2032 ) ( 6970 5172 2032 ) ( 6906 5172 2032 ) mohtest/wood_joist_trim_masked 0 -6 -90.00 1 1 0 16384 0 +( 6906 5180 1904 ) ( 6906 5180 2032 ) ( 6906 5172 2032 ) mohtest/wood_joist_trim_masked 0 0 -180.00 1 -1 0 16384 0 +( 6970 5180 1904 ) ( 6970 5180 2032 ) ( 6906 5180 2032 ) mohcommon/doorold_1a 12 222 -180.00 -0.500000 -0.500000 0 16384 0 +( 6970 5172 1904 ) ( 6970 5172 2032 ) ( 6970 5180 2032 ) mohtest/wood_joist_trim_masked 0 0 -180.00 1 -1 0 16384 0 +( 6906 5172 1904 ) ( 6906 5172 2032 ) ( 6970 5172 2032 ) mohcommon/doorold_1a -116 223 -180.00 -0.500000 -0.500000 0 16384 0 +} +} +// entity 1373 +{ +"openangle" "80" +"wait" "3" +"angle" "180" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6596 5536 1912 ) ( 6596 5528 1912 ) ( 6600 5528 1912 ) common/origin 16 -28 -180.00 1 1 16777216 2176 0 +( 6602 5528 2024 ) ( 6598 5528 2024 ) ( 6598 5536 2024 ) common/origin 16 -28 -180.00 1 1 16777216 2176 0 +( 6602 5534 1904 ) ( 6602 5534 2032 ) ( 6598 5534 2032 ) common/origin 16 0 -180.00 1 -1 16777216 2176 0 +( 6602 5528 1904 ) ( 6602 5528 2032 ) ( 6602 5536 2032 ) common/origin 28 0 -180.00 1 -1 16777216 2176 0 +( 6598 5530 1904 ) ( 6598 5530 2032 ) ( 6602 5530 2032 ) common/origin 16 0 -180.00 1 -1 16777216 2176 0 +( 6598 5536 1904 ) ( 6598 5536 2032 ) ( 6598 5528 2032 ) common/origin 28 0 -180.00 1 -1 16777216 2176 0 +} +// brush 1 +{ +( 6596 5596 1904 ) ( 6596 5532 1904 ) ( 6604 5532 1904 ) mohtest/wood_joist_trim_masked 16 -92 -180.00 1 1 0 16384 0 +( 6604 5532 2032 ) ( 6596 5532 2032 ) ( 6596 5596 2032 ) mohtest/wood_joist_trim_masked 16 -92 -180.00 1 1 0 16384 0 +( 6604 5596 1904 ) ( 6604 5596 2032 ) ( 6596 5596 2032 ) mohtest/wood_joist_trim_masked 16 0 -180.00 1 -1 0 16384 0 +( 6604 5532 1904 ) ( 6604 5532 2032 ) ( 6604 5596 2032 ) mohcommon/doorold_1a 56 221 -180.00 0.500000 -0.500000 0 16384 0 +( 6596 5532 1904 ) ( 6596 5532 2032 ) ( 6604 5532 2032 ) mohtest/wood_joist_trim_masked 16 0 -180.00 1 -1 0 16384 0 +( 6596 5596 1904 ) ( 6596 5596 2032 ) ( 6596 5532 2032 ) mohcommon/doorold_1a 56 222 -180.00 0.500000 -0.500000 0 16384 0 +} +} +// entity 1374 +{ +"openangle" "80" +"wait" "3" +"angle" "180" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6348 5668 1912 ) ( 6348 5676 1912 ) ( 6344 5676 1912 ) common/origin 0 40 0.00 1 1 16777216 2176 0 +( 6342 5676 2024 ) ( 6346 5676 2024 ) ( 6346 5668 2024 ) common/origin 0 40 0.00 1 1 16777216 2176 0 +( 6342 5670 1904 ) ( 6342 5670 2032 ) ( 6346 5670 2032 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6342 5676 1904 ) ( 6342 5676 2032 ) ( 6342 5668 2032 ) common/origin -40 0 0.00 1 1 16777216 2176 0 +( 6346 5674 1904 ) ( 6346 5674 2032 ) ( 6342 5674 2032 ) common/origin 0 0 0.00 1 1 16777216 2176 0 +( 6346 5668 1904 ) ( 6346 5668 2032 ) ( 6346 5676 2032 ) common/origin -40 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6348 5608 1904 ) ( 6348 5672 1904 ) ( 6340 5672 1904 ) mohtest/wood_joist_trim_masked 0 104 0.00 1 1 0 16384 0 +( 6340 5672 2032 ) ( 6348 5672 2032 ) ( 6348 5608 2032 ) mohtest/wood_joist_trim_masked 0 104 0.00 1 1 0 16384 0 +( 6340 5608 1904 ) ( 6340 5608 2032 ) ( 6348 5608 2032 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +( 6340 5672 1904 ) ( 6340 5672 2032 ) ( 6340 5608 2032 ) mohcommon/doorold_1a -80 221 0.00 0.500000 0.500000 0 16384 0 +( 6348 5672 1904 ) ( 6348 5672 2032 ) ( 6340 5672 2032 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +( 6348 5608 1904 ) ( 6348 5608 2032 ) ( 6348 5672 2032 ) mohcommon/doorold_1a -80 222 0.00 0.500000 0.500000 0 16384 0 +} +} +// entity 1375 +{ +"openangle" "80" +"wait" "3" +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6236 4836 1912 ) ( 6244 4836 1912 ) ( 6244 4840 1912 ) common/origin -16 -32 -90.00 1 1 16777216 2176 0 +( 6244 4842 2024 ) ( 6244 4838 2024 ) ( 6236 4838 2024 ) common/origin -16 -32 -90.00 1 1 16777216 2176 0 +( 6238 4842 1904 ) ( 6238 4842 2032 ) ( 6238 4838 2032 ) common/origin -16 0 -180.00 1 -1 16777216 2176 0 +( 6244 4842 1904 ) ( 6244 4842 2032 ) ( 6236 4842 2032 ) common/origin 32 0 0.00 1 1 16777216 2176 0 +( 6242 4838 1904 ) ( 6242 4838 2032 ) ( 6242 4842 2032 ) common/origin -16 0 -180.00 1 -1 16777216 2176 0 +( 6236 4838 1904 ) ( 6236 4838 2032 ) ( 6244 4838 2032 ) common/origin 32 0 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6176 4836 1904 ) ( 6240 4836 1904 ) ( 6240 4844 1904 ) mohtest/wood_joist_trim_masked -16 -96 -90.00 1 1 0 16384 0 +( 6240 4844 2032 ) ( 6240 4836 2032 ) ( 6176 4836 2032 ) mohtest/wood_joist_trim_masked -16 -96 -90.00 1 1 0 16384 0 +( 6176 4844 1904 ) ( 6176 4844 2032 ) ( 6176 4836 2032 ) mohtest/wood_joist_trim_masked -16 0 -180.00 1 -1 0 16384 0 +( 6240 4844 1904 ) ( 6240 4844 2032 ) ( 6176 4844 2032 ) mohcommon/doorold_1a 64 222 -180.00 -0.500000 -0.500000 0 16384 0 +( 6240 4836 1904 ) ( 6240 4836 2032 ) ( 6240 4844 2032 ) mohtest/wood_joist_trim_masked -16 0 -180.00 1 -1 0 16384 0 +( 6176 4836 1904 ) ( 6176 4836 2032 ) ( 6240 4836 2032 ) mohcommon/doorold_1a 64 223 -180.00 -0.500000 -0.500000 0 16384 0 +} +} +// entity 1376 +{ +"openangle" "80" +"wait" "3" +"angle" "90" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6364 4748 2088 ) ( 6372 4748 2088 ) ( 6372 4752 2088 ) common/origin 24 32 -90.00 1 1 16777216 2176 0 +( 6372 4754 2200 ) ( 6372 4750 2200 ) ( 6364 4750 2200 ) common/origin 24 32 -90.00 1 1 16777216 2176 0 +( 6366 4754 2080 ) ( 6366 4754 2208 ) ( 6366 4750 2208 ) common/origin 24 48 -180.00 1 -1 16777216 2176 0 +( 6372 4754 2080 ) ( 6372 4754 2208 ) ( 6364 4754 2208 ) common/origin -32 48 0.00 1 1 16777216 2176 0 +( 6370 4750 2080 ) ( 6370 4750 2208 ) ( 6370 4754 2208 ) common/origin 24 48 -180.00 1 -1 16777216 2176 0 +( 6364 4750 2080 ) ( 6364 4750 2208 ) ( 6372 4750 2208 ) common/origin -32 48 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6304 4748 2080 ) ( 6368 4748 2080 ) ( 6368 4756 2080 ) mohtest/wood_joist_trim_masked 24 32 -90.00 1 1 0 16384 0 +( 6368 4748 2208 ) ( 6304 4748 2208 ) ( 6304 4756 2208 ) mohtest/wood_joist_trim_masked 24 32 -90.00 1 1 0 16384 0 +( 6304 4748 2208 ) ( 6304 4748 2080 ) ( 6304 4756 2080 ) mohtest/wood_joist_trim_masked 24 48 -180.00 1 -1 0 16384 0 +( 6368 4756 2080 ) ( 6368 4756 2208 ) ( 6304 4756 2208 ) mohcommon/doorold_1a -64 62 -180.00 -0.500000 -0.500000 0 16384 0 +( 6368 4748 2080 ) ( 6368 4748 2208 ) ( 6368 4756 2208 ) mohtest/wood_joist_trim_masked 24 48 -180.00 1 -1 0 16384 0 +( 6304 4748 2080 ) ( 6304 4748 2208 ) ( 6368 4748 2208 ) mohcommon/doorold_1a -64 63 -180.00 -0.500000 -0.500000 0 16384 0 +} +} +// entity 1377 +{ +"openangle" "80" +"wait" "-1" +"angle" "270" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6332 5380 2086 ) ( 6340 5380 2086 ) ( 6340 5384 2086 ) common/origin -48 0 -90.00 1 1 16777216 2176 0 +( 6340 5386 2198 ) ( 6340 5382 2198 ) ( 6332 5382 2198 ) common/origin -48 0 -90.00 1 1 16777216 2176 0 +( 6334 5386 2078 ) ( 6334 5386 2206 ) ( 6334 5382 2206 ) common/origin -48 45 -180.00 1 -1 16777216 2176 0 +( 6340 5386 2078 ) ( 6340 5386 2206 ) ( 6332 5386 2206 ) common/origin 0 46 0.00 1 1 16777216 2176 0 +( 6338 5382 2078 ) ( 6338 5382 2206 ) ( 6338 5386 2206 ) common/origin -48 45 -180.00 1 -1 16777216 2176 0 +( 6332 5382 2078 ) ( 6332 5382 2206 ) ( 6340 5382 2206 ) common/origin 0 46 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6272 5380 2080 ) ( 6336 5380 2080 ) ( 6336 5388 2080 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +( 6336 5388 2208 ) ( 6336 5380 2208 ) ( 6272 5380 2208 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +( 6272 5388 2080 ) ( 6272 5388 2208 ) ( 6272 5380 2208 ) mohtest/wood_joist_trim_masked -16 47 -180.00 1 -1 0 16384 0 +( 6336 5388 2080 ) ( 6336 5388 2208 ) ( 6272 5388 2208 ) mohcommon/doorold_1waffen 0 64 0.00 -0.500000 0.500000 0 16384 0 +( 6336 5380 2080 ) ( 6336 5380 2208 ) ( 6336 5388 2208 ) mohtest/wood_joist_trim_masked -16 47 -180.00 1 -1 0 16384 0 +( 6272 5380 2080 ) ( 6272 5380 2208 ) ( 6336 5380 2208 ) mohcommon/doorold_1a 0 63 -180.00 -0.500000 -0.500000 0 16384 0 +} +} +// entity 1378 +{ +"openangle" "80" +"wait" "-1" +"angle" "270" +"alwaysaway" "1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6820 5380 2086 ) ( 6828 5380 2086 ) ( 6828 5384 2086 ) common/origin 15 40 -90.00 1 1 16777216 2176 0 +( 6828 5386 2198 ) ( 6828 5382 2198 ) ( 6820 5382 2198 ) common/origin 15 40 -90.00 1 1 16777216 2176 0 +( 6822 5386 2078 ) ( 6822 5386 2206 ) ( 6822 5382 2206 ) common/origin 16 45 -180.00 1 -1 16777216 2176 0 +( 6828 5386 2078 ) ( 6828 5386 2206 ) ( 6820 5386 2206 ) common/origin -40 46 0.00 1 1 16777216 2176 0 +( 6826 5382 2078 ) ( 6826 5382 2206 ) ( 6826 5386 2206 ) common/origin 16 45 -180.00 1 -1 16777216 2176 0 +( 6820 5382 2078 ) ( 6820 5382 2206 ) ( 6828 5382 2206 ) common/origin -40 46 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( 6760 5380 2080 ) ( 6824 5380 2080 ) ( 6824 5388 2080 ) mohtest/wood_joist_trim_masked 15 104 -90.00 1 1 0 16384 0 +( 6824 5388 2208 ) ( 6824 5380 2208 ) ( 6760 5380 2208 ) mohtest/wood_joist_trim_masked 15 104 -90.00 1 1 0 16384 0 +( 6760 5388 2080 ) ( 6760 5388 2208 ) ( 6760 5380 2208 ) mohtest/wood_joist_trim_masked 16 47 -180.00 1 -1 0 16384 0 +( 6824 5388 2080 ) ( 6824 5388 2208 ) ( 6760 5388 2208 ) mohcommon/doorold_1a -80 61 -180.00 -0.500000 -0.500000 0 16384 0 +( 6824 5380 2080 ) ( 6824 5380 2208 ) ( 6824 5388 2208 ) mohtest/wood_joist_trim_masked 16 47 -180.00 1 -1 0 16384 0 +( 6760 5380 2080 ) ( 6760 5380 2208 ) ( 6824 5380 2208 ) mohcommon/doorold_1a -80 62 -180.00 -0.500000 -0.500000 0 16384 0 +} +} +// entity 1379 +{ +"origin" "-4580 5087 1549" +"classname" "info_pathnode" +} +// entity 1380 +{ +"origin" "-4428 4983 1549" +"classname" "info_pathnode" +} +// entity 1381 +{ +"origin" "-4412 5223 1549" +"classname" "info_pathnode" +} +// entity 1382 +{ +"origin" "-4196 5127 1549" +"classname" "info_pathnode" +} +// entity 1383 +{ +"origin" "-4276 5343 1549" +"classname" "info_pathnode" +} +// entity 1384 +{ +"origin" "-4132 5319 1549" +"classname" "info_pathnode" +} +// entity 1385 +{ +"origin" "-3700 5583 1613" +"classname" "info_pathnode" +} +// entity 1386 +{ +"origin" "-3548 5367 1549" +"classname" "info_pathnode" +} +// entity 1387 +{ +"origin" "-3500 5703 1629" +"classname" "info_pathnode" +} +// entity 1388 +{ +"origin" "-3252 5759 1629" +"classname" "info_pathnode" +} +// entity 1389 +{ +"origin" "-2996 5831 1645" +"classname" "info_pathnode" +} +// entity 1390 +{ +"origin" "-2748 5847 1661" +"classname" "info_pathnode" +} +// entity 1391 +{ +"origin" "-2516 5855 1677" +"classname" "info_pathnode" +} +// entity 1392 +{ +"origin" "-3404 5887 1629" +"classname" "info_pathnode" +} +// entity 1393 +{ +"origin" "-3164 5967 1653" +"classname" "info_pathnode" +} +// entity 1394 +{ +"origin" "-2900 6023 1645" +"classname" "info_pathnode" +} +// entity 1395 +{ +"origin" "-2604 6047 1661" +"classname" "info_pathnode" +} +// entity 1396 +{ +"origin" "-2372 6079 1693" +"classname" "info_pathnode" +} +// entity 1397 +{ +"origin" "-2356 5903 1693" +"classname" "info_pathnode" +} +// entity 1398 +{ +"origin" "-1895 5893 1720" +"classname" "info_pathnode" +} +// entity 1399 +{ +"origin" "-1735 6053 1720" +"classname" "info_pathnode" +} +// entity 1400 +{ +"origin" "-1703 5877 1736" +"classname" "info_pathnode" +} +// entity 1401 +{ +"origin" "-1575 6085 1736" +"classname" "info_pathnode" +} +// entity 1402 +{ +"origin" "-1527 5909 1736" +"classname" "info_pathnode" +} +// entity 1403 +{ +"origin" "-1399 6021 1752" +"classname" "info_pathnode" +} +// entity 1404 +{ +"origin" "-1335 5845 1752" +"classname" "info_pathnode" +} +// entity 1405 +{ +"targetname" "t4581" +"origin" "-1223 6085 1752" +"classname" "info_pathnode" +} +// entity 1406 +{ +"origin" "-1191 5909 1752" +"classname" "info_pathnode" +} +// entity 1407 +{ +"origin" "-1031 5893 1768" +"classname" "info_pathnode" +} +// entity 1408 +{ +"targetname" "t4586" +"origin" "-991 6093 1768" +"classname" "info_pathnode" +} +// entity 1409 +{ +"origin" "-855 5893 1768" +"classname" "info_pathnode" +} +// entity 1410 +{ +"origin" "-823 6053 1784" +"classname" "info_pathnode" +} +// entity 1411 +{ +"origin" "-567 6085 1784" +"classname" "info_pathnode" +} +// entity 1412 +{ +"origin" "-663 5829 1784" +"classname" "info_pathnode" +} +// entity 1413 +{ +"origin" "-359 6149 1800" +"classname" "info_pathnode" +} +// entity 1414 +{ +"origin" "-503 5701 1784" +"classname" "info_pathnode" +} +// entity 1415 +{ +"origin" "-327 5669 1800" +"classname" "info_pathnode" +} +// entity 1416 +{ +"spawnflags" "64" +"targetname" "t4620" +"origin" "-199 6053 1800" +"classname" "info_pathnode" +} +// entity 1417 +{ +"origin" "-55 5941 1816" +"classname" "info_pathnode" +} +// entity 1418 +{ +"targetname" "t4609" +"origin" "-479 6237 1816" +"classname" "info_pathnode" +} +// entity 1419 +{ +"target" "t4032" +"origin" "-247 5413 1816" +"classname" "info_pathnode" +} +// entity 1420 +{ +"target" "t4611" +"targetname" "t4591" +"origin" "261 6221 1846" +"classname" "info_pathnode" +} +// entity 1421 +{ +"origin" "133 4965 1846" +"classname" "info_pathnode" +} +// entity 1422 +{ +"target" "t4610" +"targetname" "t4596" +"origin" "253 6653 1846" +"classname" "info_pathnode" +} +// entity 1423 +{ +"origin" "661 5525 1846" +"classname" "info_pathnode" +} +// entity 1424 +{ +"origin" "725 5333 1862" +"classname" "info_pathnode" +} +// entity 1425 +{ +"origin" "437 4741 1862" +"classname" "info_pathnode" +} +// entity 1426 +{ +"origin" "789 5205 1862" +"classname" "info_pathnode" +} +// entity 1427 +{ +"origin" "725 4901 1862" +"classname" "info_pathnode" +} +// entity 1428 +{ +"origin" "869 4965 1862" +"classname" "info_pathnode" +} +// entity 1429 +{ +"origin" "901 5125 1862" +"classname" "info_pathnode" +} +// entity 1430 +{ +"origin" "997 5029 1894" +"classname" "info_pathnode" +} +// entity 1431 +{ +"origin" "1093 4901 1894" +"classname" "info_pathnode" +} +// entity 1432 +{ +"origin" "1157 5061 1894" +"classname" "info_pathnode" +} +// entity 1433 +{ +"origin" "1253 4869 1894" +"classname" "info_pathnode" +} +// entity 1434 +{ +"origin" "1317 5029 1894" +"classname" "info_pathnode" +} +// entity 1435 +{ +"origin" "1445 4933 1894" +"classname" "info_pathnode" +} +// entity 1436 +{ +"origin" "1445 4773 1894" +"classname" "info_pathnode" +} +// entity 1437 +{ +"target" "t4033" +"origin" "1774 4705 1912" +"classname" "info_pathnode" +} +// entity 1438 +{ +"target" "t4034" +"origin" "2002 4817 1917" +"classname" "info_pathnode" +} +// entity 1439 +{ +"targetname" "t4469" +"target" "t4037" +"origin" "2330 4681 1917" +"classname" "info_pathnode" +} +// entity 1440 +{ +"target" "t4041" +"origin" "2778 4569 1901" +"classname" "info_pathnode" +} +// entity 1441 +{ +"target" "t4043" +"origin" "2930 4529 1917" +"classname" "info_pathnode" +} +// entity 1442 +{ +"target" "t4047" +"origin" "3282 4449 1917" +"classname" "info_pathnode" +} +// entity 1443 +{ +"target" "t4486" +"spawnflags" "136" +"origin" "3797 4636 1929" +"classname" "info_pathnode" +} +// entity 1444 +{ +"targetname" "t4496" +"origin" "3711 4350 1929" +"classname" "info_pathnode" +} +// entity 1445 +{ +"targetname" "t4493" +"origin" "3919 4494 1929" +"classname" "info_pathnode" +} +// entity 1446 +{ +"targetname" "t4494" +"origin" "4063 4286 1929" +"classname" "info_pathnode" +} +// entity 1447 +{ +"origin" "4271 4414 1929" +"classname" "info_pathnode" +} +// entity 1448 +{ +"target" "t4488" +"targetname" "t4472" +"origin" "3326 4544 1881" +"classname" "info_pathnode" +} +// entity 1449 +{ +"targetname" "t4385" +"origin" "4223 4110 1937" +"classname" "info_pathnode" +} +// entity 1450 +{ +"targetname" "t4377" +"origin" "4983 4536 1937" +"classname" "info_pathnode" +} +// entity 1451 +{ +"origin" "4959 4166 1937" +"classname" "info_pathnode" +} +// entity 1452 +{ +"origin" "5135 4406 1937" +"classname" "info_pathnode" +} +// entity 1453 +{ +"origin" "5175 4230 1937" +"classname" "info_pathnode" +} +// entity 1454 +{ +"targetname" "t4379" +"origin" "4639 4470 1937" +"classname" "info_pathnode" +} +// entity 1455 +{ +"origin" "4623 4702 2001" +"classname" "info_pathnode" +} +// entity 1456 +{ +"origin" "4719 4974 2041" +"classname" "info_pathnode" +} +// entity 1457 +{ +"_color" "0.000000 0.000000 0.627451" +"origin" "5039 5094 1937" +"classname" "info_pathnode" +} +// entity 1458 +{ +"origin" "5167 5318 1937" +"classname" "info_pathnode" +} +// entity 1459 +{ +"origin" "4983 5422 1937" +"classname" "info_pathnode" +} +// entity 1460 +{ +"origin" "4807 5222 2049" +"classname" "info_pathnode" +} +// entity 1461 +{ +"origin" "4611 5006 2041" +"classname" "info_pathnode" +} +// entity 1462 +{ +"origin" "4471 4838 2081" +"classname" "info_pathnode" +} +// entity 1463 +{ +"origin" "4319 4560 1929" +"classname" "info_pathnode" +} +// entity 1464 +{ +"target" "t4489" +"targetname" "t4471" +"origin" "3204 4049 1897" +"classname" "info_pathnode" +} +// entity 1465 +{ +"origin" "5287 5470 1945" +"classname" "info_pathnode" +} +// entity 1466 +{ +"origin" "5359 5302 1937" +"classname" "info_pathnode" +} +// entity 1467 +{ +"origin" "5503 5486 1945" +"classname" "info_pathnode" +} +// entity 1468 +{ +"origin" "5607 5286 1937" +"classname" "info_pathnode" +} +// entity 1469 +{ +"origin" "5799 5294 1961" +"classname" "info_pathnode" +} +// entity 1470 +{ +"origin" "5687 5438 1937" +"classname" "info_pathnode" +} +// entity 1471 +{ +"origin" "5887 5446 1953" +"classname" "info_pathnode" +} +// entity 1472 +{ +"origin" "6039 5342 1945" +"classname" "info_pathnode" +} +// entity 1473 +{ +"spawnflags" "32" +"origin" "6128 5328 1953" +"classname" "info_pathnode" +} +// entity 1474 +{ +"spawnflags" "16" +"origin" "6128 5232 1953" +"classname" "info_pathnode" +} +// entity 1475 +{ +"origin" "6479 5270 1953" +"classname" "info_pathnode" +} +// entity 1476 +{ +"origin" "6479 5638 1953" +"classname" "info_pathnode" +} +// entity 1477 +{ +"origin" "6279 5638 1953" +"classname" "info_pathnode" +} +// entity 1478 +{ +"origin" "6215 5462 1953" +"classname" "info_pathnode" +} +// entity 1479 +{ +"origin" "6407 5638 1953" +"classname" "info_pathnode" +} +// entity 1480 +{ +"origin" "6663 5526 1953" +"classname" "info_pathnode" +} +// entity 1481 +{ +"origin" "6695 5830 1953" +"classname" "info_pathnode" +} +// entity 1482 +{ +"origin" "6687 5694 1953" +"classname" "info_pathnode" +} +// entity 1483 +{ +"origin" "6535 5526 1953" +"classname" "info_pathnode" +} +// entity 1484 +{ +"origin" "6935 5246 1953" +"classname" "info_pathnode" +} +// entity 1485 +{ +"origin" "6935 5110 1953" +"classname" "info_pathnode" +} +// entity 1486 +{ +"origin" "6943 4934 1953" +"classname" "info_pathnode" +} +// entity 1487 +{ +"origin" "6943 4798 1953" +"classname" "info_pathnode" +} +// entity 1488 +{ +"origin" "6767 5118 1953" +"classname" "info_pathnode" +} +// entity 1489 +{ +"origin" "6651 5030 1953" +"classname" "info_pathnode" +} +// entity 1490 +{ +"origin" "6203 5114 1953" +"classname" "info_pathnode" +} +// entity 1491 +{ +"origin" "6175 4998 1953" +"classname" "info_pathnode" +} +// entity 1492 +{ +"spawnflags" "132" +"origin" "6417 4904 1953" +"classname" "info_pathnode" +} +// entity 1493 +{ +"origin" "6201 4674 1953" +"classname" "info_pathnode" +} +// entity 1494 +{ +"origin" "6335 4994 1953" +"classname" "info_pathnode" +} +// entity 1495 +{ +"origin" "6511 4926 1953" +"classname" "info_pathnode" +} +// entity 1496 +{ +"origin" "6679 4926 2017" +"classname" "info_pathnode" +} +// entity 1497 +{ +"origin" "6879 4934 2121" +"classname" "info_pathnode" +} +// entity 1498 +{ +"spawnflags" "64" +"angle" "180" +"origin" "6881 5074 2121" +"classname" "info_pathnode" +} +// entity 1499 +{ +"targetname" "t4359" +"spawnflags" "64" +"origin" "6721 5218 2121" +"classname" "info_pathnode" +} +// entity 1500 +{ +"origin" "6791 5326 2121" +"classname" "info_pathnode" +} +// entity 1501 +{ +"origin" "6791 5446 2121" +"classname" "info_pathnode" +} +// entity 1502 +{ +"origin" "6327 5318 2121" +"classname" "info_pathnode" +} +// entity 1503 +{ +"origin" "6303 5438 2121" +"classname" "info_pathnode" +} +// entity 1504 +{ +"spawnflags" "132" +"origin" "6528 5344 2121" +"classname" "info_pathnode" +} +// entity 1505 +{ +"origin" "6327 5542 2121" +"classname" "info_pathnode" +} +// entity 1506 +{ +"origin" "6687 5694 2121" +"classname" "info_pathnode" +} +// entity 1507 +{ +"origin" "6687 5550 2121" +"classname" "info_pathnode" +} +// entity 1508 +{ +"spawnflags" "36" +"angle" "180" +"origin" "6272 5168 2121" +"classname" "info_pathnode" +} +// entity 1509 +{ +"spawnflags" "64" +"origin" "6271 5022 2121" +"classname" "info_pathnode" +} +// entity 1510 +{ +"origin" "6127 4986 2121" +"classname" "info_pathnode" +} +// entity 1511 +{ +"origin" "6231 4894 2121" +"classname" "info_pathnode" +} +// entity 1512 +{ +"spawnflags" "36" +"angle" "270" +"origin" "6304 4848 2121" +"classname" "info_pathnode" +} +// entity 1513 +{ +"spawnflags" "64" +"angle" "90" +"origin" "6431 4846 2121" +"classname" "info_pathnode" +} +// entity 1514 +{ +"$targetname" "window_ambush_node_1" +"angle" "270" +"spawnflags" "64" +"origin" "6368 4496 2121" +"classname" "info_pathnode" +} +// entity 1515 +{ +"spawnflags" "8" +"origin" "6479 4606 2121" +"classname" "info_pathnode" +} +// entity 1516 +{ +"origin" "6903 5662 1953" +"classname" "info_pathnode" +} +// entity 1517 +{ +"origin" "6199 4562 1953" +"classname" "info_pathnode" +} +// entity 1518 +{ +"origin" "6209 4782 1953" +"classname" "info_pathnode" +} +// entity 1519 +{ +"origin" "5177 4598 1935" +"classname" "info_pathnode" +} +// entity 1520 +{ +"origin" "7211 4916 1937" +"classname" "info_pathnode" +} +// entity 1521 +{ +"origin" "7243 5180 1939" +"classname" "info_pathnode" +} +// entity 1522 +{ +"origin" "7269 5050 1897" +"classname" "info_pathnode" +} +// entity 1523 +{ +"origin" "7205 4790 1885" +"classname" "info_pathnode" +} +// entity 1524 +{ +"origin" "6831 4678 1939" +"classname" "info_pathnode" +} +// entity 1525 +{ +"target" "t4263" +"spawnflags" "36" +"angle" "90" +"origin" "6656 4720 1959" +"classname" "info_pathnode" +} +// entity 1526 +{ +"spawnflags" "132" +"angle" "270" +"origin" "7039 4580 1939" +"classname" "info_pathnode" +} +// entity 1527 +{ +"targetname" "t4263" +"origin" "6723 4724 1939" +"classname" "info_pathnode" +} +// entity 1528 +{ +"origin" "5993 5636 1955" +"classname" "info_pathnode" +} +// entity 1529 +{ +"origin" "6091 5990 1941" +"classname" "info_pathnode" +} +// entity 1530 +{ +"origin" "6283 6150 1941" +"classname" "info_pathnode" +} +// entity 1531 +{ +"targetname" "t4271" +"origin" "6689 5992 1941" +"classname" "info_pathnode" +} +// entity 1532 +{ +"origin" "6461 6104 1935" +"classname" "info_pathnode" +} +// entity 1533 +{ +"origin" "6221 6080 1933" +"classname" "info_pathnode" +} +// entity 1534 +{ +"origin" "6751 6186 1935" +"classname" "info_pathnode" +} +// entity 1535 +{ +"origin" "6599 6286 1937" +"classname" "info_pathnode" +} +// entity 1536 +{ +"spawnflags" "4" +"origin" "6467 6354 1955" +"classname" "info_pathnode" +} +// entity 1537 +{ +"origin" "6355 6248 1935" +"classname" "info_pathnode" +} +// entity 1538 +{ +"origin" "6813 6378 1931" +"classname" "info_pathnode" +} +// entity 1539 +{ +"origin" "6711 4288 1931" +"classname" "info_pathnode" +} +// entity 1540 +{ +"origin" "6641 4098 1937" +"classname" "info_pathnode" +} +// entity 1541 +{ +"origin" "6621 3842 1937" +"classname" "info_pathnode" +} +// entity 1542 +{ +"origin" "6491 3740 1945" +"classname" "info_pathnode" +} +// entity 1543 +{ +"spawnflags" "20" +"origin" "6544 3376 1936" +"classname" "info_pathnode" +} +// entity 1544 +{ +"origin" "6577 3048 1957" +"classname" "info_pathnode" +} +// entity 1545 +{ +"origin" "6585 2820 1947" +"classname" "info_pathnode" +} +// entity 1546 +{ +"angle" "270" +"spawnflags" "36" +"origin" "6736 2800 1960" +"classname" "info_pathnode" +} +// entity 1547 +{ +"origin" "6535 4372 1935" +"classname" "info_pathnode" +} +// entity 1548 +{ +"target" "t4272" +"spawnflags" "132" +"angle" "180" +"origin" "6209 4390 1941" +"classname" "info_pathnode" +} +// entity 1549 +{ +"spawnflags" "32" +"angle" "270" +"origin" "6096 4432 1937" +"classname" "info_pathnode" +} +// entity 1550 +{ +"target" "t4259" +"spawnflags" "20" +"angle" "180" +"origin" "6064 4464 1945" +"classname" "info_pathnode" +} +// entity 1551 +{ +"targetname" "t4262" +"origin" "5975 4726 1939" +"classname" "info_pathnode" +} +// entity 1552 +{ +"targetname" "t4257" +"target" "t4255" +"spawnflags" "36" +"angle" "270" +"origin" "5904 4848 1939" +"classname" "info_pathnode" +} +// entity 1553 +{ +"origin" "5591 5070 1937" +"classname" "info_pathnode" +} +// entity 1554 +{ +"origin" "5799 5078 1945" +"classname" "info_pathnode" +} +// entity 1555 +{ +"targetname" "t4255" +"angle" "90" +"origin" "5815 4846 1945" +"classname" "info_pathnode" +} +// entity 1556 +{ +"origin" "5255 5110 1937" +"classname" "info_pathnode" +} +// entity 1557 +{ +"origin" "5255 4950 1937" +"classname" "info_pathnode" +} +// entity 1558 +{ +"origin" "5383 5118 1937" +"classname" "info_pathnode" +} +// entity 1559 +{ +"origin" "5087 4790 1937" +"classname" "info_pathnode" +} +// entity 1560 +{ +"targetname" "t4378" +"origin" "4857 4714 1951" +"classname" "info_pathnode" +} +// entity 1561 +{ +"origin" "4857 4758 1935" +"classname" "info_pathnode" +} +// entity 1562 +{ +"target" "t4378" +"spawnflags" "132" +"origin" "4855 4606 1935" +"classname" "info_pathnode" +} +// entity 1563 +{ +"origin" "5297 4782 1951" +"classname" "info_pathnode" +} +// entity 1564 +{ +"origin" "5433 4926 1943" +"classname" "info_pathnode" +} +// entity 1565 +{ +"origin" "5577 4798 1935" +"classname" "info_pathnode" +} +// entity 1566 +{ +"origin" "5729 4662 1935" +"classname" "info_pathnode" +} +// entity 1567 +{ +"origin" "5457 4686 1935" +"classname" "info_pathnode" +} +// entity 1568 +{ +"origin" "5345 4486 1943" +"classname" "info_pathnode" +} +// entity 1569 +{ +"origin" "5577 4502 1935" +"classname" "info_pathnode" +} +// entity 1570 +{ +"_color" "0.000000 0.000000 0.627451" +"$targetname" "friendly1_chill" +"origin" "4903 5054 1937" +"classname" "info_pathnode" +} +// entity 1571 +{ +"#set" "5" +"origin" "4018 4438 1951" +"classname" "info_pathnode" +} +// entity 1572 +{ +"origin" "4450 4510 1971" +"classname" "info_pathnode" +} +// entity 1573 +{ +"origin" "4584 4800 1993" +"classname" "info_pathnode" +} +// entity 1574 +{ +"origin" "5119 5610 1937" +"classname" "info_pathnode" +} +// entity 1575 +{ +"origin" "5559 5742 1953" +"classname" "info_pathnode" +} +// entity 1576 +{ +"origin" "5783 5662 1937" +"classname" "info_pathnode" +} +// entity 1577 +{ +"origin" "5943 5918 1937" +"classname" "info_pathnode" +} +// entity 1578 +{ +"origin" "6199 6414 1937" +"classname" "info_pathnode" +} +// entity 1579 +{ +"origin" "6039 6254 1937" +"classname" "info_pathnode" +} +// entity 1580 +{ +"origin" "5895 6094 1953" +"classname" "info_pathnode" +} +// entity 1581 +{ +"origin" "4568 5176 2005" +"classname" "info_pathnode" +} +// entity 1582 +{ +"origin" "4912 5592 1949" +"classname" "info_pathnode" +} +// entity 1583 +{ +"origin" "5104 6136 2013" +"classname" "info_pathnode" +} +// entity 1584 +{ +"origin" "5704 6608 2053" +"classname" "info_pathnode" +} +// entity 1585 +{ +"origin" "6112 6576 1981" +"classname" "info_pathnode" +} +// entity 1586 +{ +"origin" "5175 3958 1977" +"classname" "info_pathnode" +} +// entity 1587 +{ +"targetname" "t4274" +"origin" "5327 3990 1953" +"classname" "info_pathnode" +} +// entity 1588 +{ +"origin" "5471 4126 1937" +"classname" "info_pathnode" +} +// entity 1589 +{ +"spawnflags" "132" +"origin" "6047 3694 1945" +"classname" "info_pathnode" +} +// entity 1590 +{ +"target" "t4265" +"spawnflags" "36" +"angle" "180" +"origin" "5840 3504 1945" +"classname" "info_pathnode" +} +// entity 1591 +{ +"spawnflags" "8" +"origin" "5823 3350 1945" +"classname" "info_pathnode" +} +// entity 1592 +{ +"targetname" "t4266" +"origin" "6007 3350 1937" +"classname" "info_pathnode" +} +// entity 1593 +{ +"targetname" "t4264" +"origin" "6065 3494 1937" +"classname" "info_pathnode" +} +// entity 1594 +{ +"origin" "6295 3526 1937" +"classname" "info_pathnode" +} +// entity 1595 +{ +"origin" "6471 3494 1937" +"classname" "info_pathnode" +} +// entity 1596 +{ +"origin" "6367 3694 1937" +"classname" "info_pathnode" +} +// entity 1597 +{ +"origin" "6191 3766 1937" +"classname" "info_pathnode" +} +// entity 1598 +{ +"origin" "6255 3958 1937" +"classname" "info_pathnode" +} +// entity 1599 +{ +"origin" "6431 3902 1937" +"classname" "info_pathnode" +} +// entity 1600 +{ +"origin" "6439 4110 1937" +"classname" "info_pathnode" +} +// entity 1601 +{ +"origin" "6231 4166 1937" +"classname" "info_pathnode" +} +// entity 1602 +{ +"origin" "5999 4222 1937" +"classname" "info_pathnode" +} +// entity 1603 +{ +"origin" "6031 4014 1953" +"classname" "info_pathnode" +} +// entity 1604 +{ +"origin" "5847 3998 1937" +"classname" "info_pathnode" +} +// entity 1605 +{ +"origin" "5647 4150 1937" +"classname" "info_pathnode" +} +// entity 1606 +{ +"origin" "5815 4206 1937" +"classname" "info_pathnode" +} +// entity 1607 +{ +"origin" "5799 4406 1937" +"classname" "info_pathnode" +} +// entity 1608 +{ +"origin" "5623 4334 1937" +"classname" "info_pathnode" +} +// entity 1609 +{ +"origin" "5391 4278 1953" +"classname" "info_pathnode" +} +// entity 1610 +{ +"targetname" "t4076" +"origin" "6648 2704 1945" +"classname" "info_pathnode" +} +// entity 1611 +{ +"origin" "5392 6400 2101" +"classname" "info_pathnode" +} +// entity 1612 +{ +"origin" "4696 5400 1973" +"classname" "info_pathnode" +} +// entity 1613 +{ +"origin" "4920 5848 1973" +"classname" "info_pathnode" +} +// entity 1614 +{ +"targetname" "t4084" +"origin" "6660 3136 1941" +"classname" "info_pathnode" +} +// entity 1615 +{ +"spawnflags" "0" +"target" "t4088" +"targetname" "t4086" +"origin" "6656 3592 1941" +"classname" "info_pathnode" +} +// entity 1616 +{ +"#set" "5" +"origin" "4648 4368 1933" +"classname" "info_pathnode" +} +// entity 1617 +{ +"origin" "4704 4688 1941" +"classname" "info_pathnode" +} +// entity 1618 +{ +"origin" "4952 4880 1933" +"classname" "info_pathnode" +} +// entity 1619 +{ +"origin" "5112 5136 1933" +"classname" "info_pathnode" +} +// entity 1620 +{ +"origin" "5176 5464 1933" +"classname" "info_pathnode" +} +// entity 1621 +{ +"origin" "5624 5524 1933" +"classname" "info_pathnode" +} +// entity 1622 +{ +"origin" "5984 5504 1941" +"classname" "info_pathnode" +} +// entity 1623 +{ +"#set" "5" +"origin" "3712 3884 1941" +"classname" "info_pathnode" +} +// entity 1624 +{ +"origin" "4296 4044 1949" +"classname" "info_pathnode" +} +// entity 1625 +{ +"origin" "4552 3908 1933" +"classname" "info_pathnode" +} +// entity 1626 +{ +"origin" "4712 3756 1965" +"classname" "info_pathnode" +} +// entity 1627 +{ +"origin" "5000 3636 1957" +"classname" "info_pathnode" +} +// entity 1628 +{ +"origin" "5176 3596 1909" +"classname" "info_pathnode" +} +// entity 1629 +{ +"origin" "5352 3524 1861" +"classname" "info_pathnode" +} +// entity 1630 +{ +"origin" "5608 3468 1885" +"classname" "info_pathnode" +} +// entity 1631 +{ +"origin" "5736 3120 1909" +"classname" "info_pathnode" +} +// entity 1632 +{ +"origin" "5920 2904 1921" +"classname" "info_pathnode" +} +// entity 1633 +{ +"origin" "5888 2716 1881" +"classname" "info_pathnode" +} +// entity 1634 +{ +"origin" "5968 2532 1881" +"classname" "info_pathnode" +} +// entity 1635 +{ +"origin" "6220 2404 1933" +"classname" "info_pathnode" +} +// entity 1636 +{ +"origin" "6016 5616 1949" +"classname" "info_pathnode" +} +// entity 1637 +{ +"origin" "6024 5808 1949" +"classname" "info_pathnode" +} +// entity 1638 +{ +"origin" "6472 5808 1941" +"classname" "info_pathnode" +} +// entity 1639 +{ +"origin" "6484 5988 1941" +"classname" "info_pathnode" +} +// entity 1640 +{ +"angle" "180" +"spawnflags" "132" +"target" "t4269" +"targetname" "t4143" +"origin" "6864 5792 1941" +"classname" "info_pathnode" +} +// entity 1641 +{ +"origin" "4439 4078 1949" +"classname" "info_pathnode" +} +// entity 1642 +{ +"targetname" "t10060" +"origin" "4407 4058 1925" +"classname" "info_pathnode" +} +// entity 1643 +{ +"origin" "6344 2428 1929" +"classname" "info_pathnode" +} +// entity 1644 +{ +"origin" "6564 2460 1913" +"classname" "info_pathnode" +} +// entity 1645 +{ +"origin" "6704 2576 1937" +"classname" "info_pathnode" +} +// entity 1646 +{ +"origin" "7056 2568 1937" +"classname" "info_pathnode" +} +// entity 1647 +{ +"origin" "7348 2596 1929" +"classname" "info_pathnode" +} +// entity 1648 +{ +"origin" "7496 2920 1937" +"classname" "info_pathnode" +} +// entity 1649 +{ +"origin" "7608 3084 1893" +"classname" "info_pathnode" +} +// entity 1650 +{ +"origin" "7428 3312 1925" +"classname" "info_pathnode" +} +// entity 1651 +{ +"origin" "6905 3918 1937" +"classname" "info_pathnode" +} +// entity 1652 +{ +"origin" "6973 3770 1937" +"classname" "info_pathnode" +} +// entity 1653 +{ +"origin" "7065 3950 1925" +"classname" "info_pathnode" +} +// entity 1654 +{ +"origin" "6857 4254 1925" +"classname" "info_pathnode" +} +// entity 1655 +{ +"origin" "6993 4414 1941" +"classname" "info_pathnode" +} +// entity 1656 +{ +"origin" "6997 4078 1921" +"classname" "info_pathnode" +} +// entity 1657 +{ +"origin" "7181 3798 1933" +"classname" "info_pathnode" +} +// entity 1658 +{ +"origin" "7289 3654 1921" +"classname" "info_pathnode" +} +// entity 1659 +{ +"origin" "7417 3434 1917" +"classname" "info_pathnode" +} +// entity 1660 +{ +"origin" "7541 3206 1921" +"classname" "info_pathnode" +} +// entity 1661 +{ +"origin" "7533 2878 1961" +"classname" "info_pathnode" +} +// entity 1662 +{ +"origin" "7333 2962 1937" +"classname" "info_pathnode" +} +// entity 1663 +{ +"origin" "7341 3074 1929" +"classname" "info_pathnode" +} +// entity 1664 +{ +"origin" "7525 3010 1929" +"classname" "info_pathnode" +} +// entity 1665 +{ +"origin" "7305 3282 1941" +"classname" "info_pathnode" +} +// entity 1666 +{ +"origin" "7289 3458 1941" +"classname" "info_pathnode" +} +// entity 1667 +{ +"origin" "5203 5930 1973" +"classname" "info_pathnode" +} +// entity 1668 +{ +"origin" "5251 6114 2037" +"classname" "info_pathnode" +} +// entity 1669 +{ +"origin" "5407 6258 2093" +"classname" "info_pathnode" +} +// entity 1670 +{ +"origin" "5443 6098 2073" +"classname" "info_pathnode" +} +// entity 1671 +{ +"origin" "5587 6434 2073" +"classname" "info_pathnode" +} +// entity 1672 +{ +"origin" "5603 6262 2045" +"classname" "info_pathnode" +} +// entity 1673 +{ +"origin" "5791 6358 2013" +"classname" "info_pathnode" +} +// entity 1674 +{ +"origin" "5679 6114 1993" +"classname" "info_pathnode" +} +// entity 1675 +{ +"origin" "6015 6434 1941" +"classname" "info_pathnode" +} +// entity 1676 +{ +"origin" "5107 5790 1921" +"classname" "info_pathnode" +} +// entity 1677 +{ +"origin" "5095 3694 1949" +"classname" "info_pathnode" +} +// entity 1678 +{ +"origin" "5371 3666 1925" +"classname" "info_pathnode" +} +// entity 1679 +{ +"origin" "5519 3562 1917" +"classname" "info_pathnode" +} +// entity 1680 +{ +"origin" "5415 3554 1897" +"classname" "info_pathnode" +} +// entity 1681 +{ +"origin" "5659 3422 1921" +"classname" "info_pathnode" +} +// entity 1682 +{ +"origin" "5567 3314 1865" +"classname" "info_pathnode" +} +// entity 1683 +{ +"origin" "5703 3050 1869" +"classname" "info_pathnode" +} +// entity 1684 +{ +"origin" "5863 3130 1933" +"classname" "info_pathnode" +} +// entity 1685 +{ +"origin" "5887 2974 1941" +"classname" "info_pathnode" +} +// entity 1686 +{ +"origin" "5943 2782 1933" +"classname" "info_pathnode" +} +// entity 1687 +{ +"origin" "5983 2610 1913" +"classname" "info_pathnode" +} +// entity 1688 +{ +"origin" "5999 3054 1941" +"classname" "info_pathnode" +} +// entity 1689 +{ +"origin" "6127 2470 1925" +"classname" "info_pathnode" +} +// entity 1690 +{ +"origin" "6027 2434 1917" +"classname" "info_pathnode" +} +// entity 1691 +{ +"origin" "6163 2342 1905" +"classname" "info_pathnode" +} +// entity 1692 +{ +"origin" "6283 2470 1929" +"classname" "info_pathnode" +} +// entity 1693 +{ +"origin" "6367 2370 1925" +"classname" "info_pathnode" +} +// entity 1694 +{ +"origin" "6295 2346 1885" +"classname" "info_pathnode" +} +// entity 1695 +{ +"origin" "6663 2562 1941" +"classname" "info_pathnode" +} +// entity 1696 +{ +"origin" "6707 2486 1909" +"classname" "info_pathnode" +} +// entity 1697 +{ +"origin" "6527 2438 1925" +"classname" "info_pathnode" +} +// entity 1698 +{ +"origin" "6855 2542 1941" +"classname" "info_pathnode" +} +// entity 1699 +{ +"origin" "6987 2558 1941" +"classname" "info_pathnode" +} +// entity 1700 +{ +"origin" "6979 2718 1941" +"classname" "info_pathnode" +} +// entity 1701 +{ +"origin" "7167 2702 1941" +"classname" "info_pathnode" +} +// entity 1702 +{ +"origin" "7275 2786 1941" +"classname" "info_pathnode" +} +// entity 1703 +{ +"origin" "7487 2678 1925" +"classname" "info_pathnode" +} +// entity 1704 +{ +"target" "t4178" +"origin" "2096 1392 1040" +"classname" "info_pathnode" +} +// entity 1705 +{ +"target" "t4179" +"origin" "2096 1200 1040" +"classname" "info_pathnode" +} +// entity 1706 +{ +"target" "t4180" +"origin" "2096 1072 976" +"classname" "info_pathnode" +} +// entity 1707 +{ +"target" "t4181" +"origin" "2096 944 944" +"classname" "info_pathnode" +} +// entity 1708 +{ +"target" "t4185" +"origin" "2794 1538 1024" +"classname" "info_pathnode" +} +// entity 1709 +{ +"target" "t4186" +"origin" "2890 1426 1016" +"classname" "info_pathnode" +} +// entity 1710 +{ +"target" "t4187" +"origin" "2890 1306 1016" +"classname" "info_pathnode" +} +// entity 1711 +{ +"spawnflags" "128" +"target" "t4188" +"origin" "2332 1272 952" +"classname" "info_pathnode" +} +// entity 1712 +{ +"spawnflags" "20" +"target" "t4189" +"origin" "2336 1136 936" +"classname" "info_pathnode" +} +// entity 1713 +{ +"target" "t4190" +"origin" "2248 1008 936" +"classname" "info_pathnode" +} +// entity 1714 +{ +"spawnflags" "20" +"angle" "90" +"target" "t4191" +"origin" "2576 1128 944" +"classname" "info_pathnode" +} +// entity 1715 +{ +"target" "t4194" +"origin" "2520 848 936" +"classname" "info_pathnode" +} +// entity 1716 +{ +"target" "t4195" +"origin" "2664 912 944" +"classname" "info_pathnode" +} +// entity 1717 +{ +"target" "t4196" +"origin" "2902 902 952" +"classname" "info_pathnode" +} +// entity 1718 +{ +"target" "t4197" +"origin" "2976 1064 1024" +"classname" "info_pathnode" +} +// entity 1719 +{ +"origin" "6683 3220 1955" +"classname" "info_pathnode" +} +// entity 1720 +{ +"origin" "6651 3432 1939" +"classname" "info_pathnode" +} +// entity 1721 +{ +"origin" "6685 2908 1939" +"classname" "info_pathnode" +} +// entity 1722 +{ +"origin" "3952 4116 1941" +"classname" "info_pathnode" +} +// entity 1723 +{ +"origin" "5975 5118 1953" +"classname" "info_pathnode" +} +// entity 1724 +{ +"origin" "6107 5114 1953" +"classname" "info_pathnode" +} +// entity 1725 +{ +"health" "55" +"target" "t4359" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "30" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"hearing" "4096" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "11" +"$targetname" "scene11_soldier" +"angle" "90" +"testanim" "idle" +"origin" "6760.00 5592.00 2096.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1726 +{ +"health" "55" +"target" "t4358" +"#set" "11" +"$targetname" "scene11_soldier" +"testanim" "idle" +"fov" "120" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "270" +"hearing" "4096" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"origin" "6310.00 5572.00 2098.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1727 +{ +"spawnflags" "32" +"angle" "90" +"origin" "6160 4864 1949" +"classname" "info_pathnode" +} +// entity 1728 +{ +"spawnflags" "16" +"angle" "90" +"origin" "6256 4864 1949" +"classname" "info_pathnode" +} +// entity 1729 +{ +"spawnflags" "32" +"angle" "90" +"origin" "6256 5408 2121" +"classname" "info_pathnode" +} +// entity 1730 +{ +"spawnflags" "16" +"angle" "90" +"origin" "6352 5408 2121" +"classname" "info_pathnode" +} +// entity 1731 +{ +"spawnflags" "32" +"angle" "90" +"origin" "6744 5408 2121" +"classname" "info_pathnode" +} +// entity 1732 +{ +"spawnflags" "16" +"angle" "90" +"origin" "6840 5408 2121" +"classname" "info_pathnode" +} +// entity 1733 +{ +"spawnflags" "36" +"angle" "0" +"origin" "6608 4464 1939" +"classname" "info_pathnode" +} +// entity 1734 +{ +"spawnflags" "36" +"angle" "0" +"origin" "7056 4880 1939" +"classname" "info_pathnode" +} +// entity 1735 +{ +"origin" "6781 3598 1949" +"classname" "info_pathnode" +} +// entity 1736 +{ +"origin" "7117 3602 1949" +"classname" "info_pathnode" +} +// entity 1737 +{ +"origin" "6777 3442 1949" +"classname" "info_pathnode" +} +// entity 1738 +{ +"origin" "7113 3446 1949" +"classname" "info_pathnode" +} +// entity 1739 +{ +"origin" "6777 3246 1949" +"classname" "info_pathnode" +} +// entity 1740 +{ +"origin" "7113 3250 1949" +"classname" "info_pathnode" +} +// entity 1741 +{ +"origin" "6777 3082 1949" +"classname" "info_pathnode" +} +// entity 1742 +{ +"origin" "7113 3086 1949" +"classname" "info_pathnode" +} +// entity 1743 +{ +"origin" "6781 2934 1949" +"classname" "info_pathnode" +} +// entity 1744 +{ +"origin" "7117 2938 1949" +"classname" "info_pathnode" +} +// entity 1745 +{ +"origin" "6949 2926 1949" +"classname" "info_pathnode" +} +// entity 1746 +{ +"testanim" "idle" +"$targetname" "fuel_tank_explosion" +"model" "emitters/explosion_tank.tik" +"origin" "2653.99 1115.99 1018.13" +"classname" "script_model" +} +// entity 1747 +{ +"targetname" "t4258" +"angle" "270" +"spawnflags" "132" +"origin" "6360 4288 1937" +"classname" "info_pathnode" +} +// entity 1748 +{ +"origin" "6359 4136 1937" +"classname" "info_pathnode" +} +// entity 1749 +{ +"origin" "6503 4136 1937" +"classname" "info_pathnode" +} +// entity 1750 +{ +"origin" "6167 4040 1937" +"classname" "info_pathnode" +} +// entity 1751 +{ +"origin" "6263 4072 1937" +"classname" "info_pathnode" +} +// entity 1752 +{ +"origin" "6391 4008 1937" +"classname" "info_pathnode" +} +// entity 1753 +{ +"origin" "6327 3844 1937" +"classname" "info_pathnode" +} +// entity 1754 +{ +"origin" "6527 4012 1937" +"classname" "info_pathnode" +} +// entity 1755 +{ +"origin" "6647 4196 1941" +"classname" "info_pathnode" +} +// entity 1756 +{ +"spawnflags" "160" +"angle" "180" +"origin" "5972 3872 1937" +"classname" "info_pathnode" +} +// entity 1757 +{ +"spawnflags" "128" +"angle" "180" +"origin" "5972 3692 1937" +"classname" "info_pathnode" +} +// entity 1758 +{ +"spawnflags" "132" +"angle" "0" +"origin" "5764 3752 1937" +"classname" "info_pathnode" +} +// entity 1759 +{ +"spawnflags" "32" +"angle" "180" +"origin" "5764 3872 1937" +"classname" "info_pathnode" +} +// entity 1760 +{ +"target" "t4274" +"spawnflags" "36" +"angle" "180" +"origin" "5404 3872 1937" +"classname" "info_pathnode" +} +// entity 1761 +{ +"spawnflags" "2" +"angle" "180" +"origin" "5393 3974 1937" +"classname" "info_pathnode" +} +// entity 1762 +{ +"spawnflags" "32" +"angle" "90" +"origin" "6896 4896 1949" +"classname" "info_pathnode" +} +// entity 1763 +{ +"spawnflags" "16" +"angle" "90" +"origin" "6992 4896 1949" +"classname" "info_pathnode" +} +// entity 1764 +{ +"targetname" "t4261" +"target" "t4260" +"spawnflags" "20" +"angle" "270" +"origin" "5988 3616 1937" +"classname" "info_pathnode" +} +// entity 1765 +{ +"targetname" "t4265" +"spawnflags" "0" +"angle" "0" +"origin" "5844 3584 1937" +"classname" "info_pathnode" +} +// entity 1766 +{ +"target" "t4271" +"angle" "180" +"spawnflags" "128" +"origin" "6568 5792 1953" +"classname" "info_pathnode" +} +// entity 1767 +{ +"$targetname" "shutter_2" +"spawnflags" "132" +"angle" "90" +"openangle" "-160" +"wait" "-1" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6671 5875 2108 ) ( 6663 5875 2108 ) ( 6663 5871 2108 ) common/origin -39 -10 90.00 1 1 16777216 2176 0 +( 6663 5869 2156 ) ( 6663 5873 2156 ) ( 6671 5873 2156 ) common/origin -39 -10 90.00 1 1 16777216 2176 0 +( 6667 5871 2075 ) ( 6667 5871 2203 ) ( 6667 5875 2203 ) common/origin -39 43 0.00 1 1 16777216 2176 0 +( 6661 5871 2075 ) ( 6661 5871 2203 ) ( 6669 5871 2203 ) common/origin 11 42 -180.00 1 -1 16777216 2176 0 +( 6665 5873 2075 ) ( 6665 5873 2203 ) ( 6665 5869 2203 ) common/origin -39 43 0.00 1 1 16777216 2176 0 +( 6671 5873 2075 ) ( 6671 5873 2203 ) ( 6663 5873 2203 ) common/origin 11 42 -180.00 1 -1 16777216 2176 0 +} +// brush 1 +{ +( 6736 5870 2094 ) ( 6736 5878 2094 ) ( 6712 5878 2094 ) central_europe_winter/shutter_set2w -17 -91 90.00 1 1 0 16384 0 +surfaceparm detail +( 6712 5874 2170 ) ( 6736 5874 2170 ) ( 6736 5866 2170 ) common/caulk 46 1 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6666 5878 2162 ) ( 6666 5870 2162 ) ( 6666 5870 2146 ) central_europe_winter/shutter_set2w -17 -52 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6712 5870 2162 ) ( 6736 5870 2162 ) ( 6736 5870 2146 ) central_europe_winter/shutter_set2w 1 67 -180.00 0.687500 -0.593750 0 16384 0 +surfaceparm detail +( 6688 5866 2160 ) ( 6688 5874 2160 ) ( 6688 5874 2144 ) central_europe_winter/shutter_set2w -17 -52 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6746 5874 2162 ) ( 6722 5874 2162 ) ( 6722 5874 2146 ) central_europe_winter/shutter_set2w 1 67 -180.00 0.687500 -0.593750 0 16384 0 +surfaceparm detail +} +} +// entity 1768 +{ +"spawnflags" "132" +"wait" "-1" +"angle" "90" +"openangle" "-160" +"$targetname" "shutter_2" +"classname" "func_rotatingdoor" +// brush 0 +{ +( 6717 5875 2108 ) ( 6709 5875 2108 ) ( 6709 5871 2108 ) common/origin -39 7 90.00 1 1 16777216 2176 0 +( 6709 5869 2156 ) ( 6709 5873 2156 ) ( 6717 5873 2156 ) common/origin -39 7 90.00 1 1 16777216 2176 0 +( 6713 5871 2075 ) ( 6713 5871 2203 ) ( 6713 5875 2203 ) common/origin -39 43 0.00 1 1 16777216 2176 0 +( 6707 5871 2075 ) ( 6707 5871 2203 ) ( 6715 5871 2203 ) common/origin -7 42 -180.00 1 -1 16777216 2176 0 +( 6711 5873 2075 ) ( 6711 5873 2203 ) ( 6711 5869 2203 ) common/origin -39 43 0.00 1 1 16777216 2176 0 +( 6717 5873 2075 ) ( 6717 5873 2203 ) ( 6709 5873 2203 ) common/origin -7 42 -180.00 1 -1 16777216 2176 0 +} +// brush 1 +{ +( 6736 5870 2094 ) ( 6736 5878 2094 ) ( 6712 5878 2094 ) central_europe_winter/shutter_set2w -17 -91 90.00 1 1 0 16384 0 +surfaceparm detail +( 6712 5874 2170 ) ( 6736 5874 2170 ) ( 6736 5866 2170 ) common/caulk 46 1 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6688 5878 2162 ) ( 6688 5870 2162 ) ( 6688 5870 2146 ) central_europe_winter/shutter_set2w -17 -52 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6712 5870 2162 ) ( 6736 5870 2162 ) ( 6736 5870 2146 ) central_europe_winter/shutter_set2w 2 67 -180.00 0.687500 -0.593750 0 16384 0 +surfaceparm detail +( 6712 5866 2162 ) ( 6712 5874 2162 ) ( 6712 5874 2146 ) central_europe_winter/shutter_set2w -17 -52 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6746 5874 2162 ) ( 6722 5874 2162 ) ( 6722 5874 2146 ) central_europe_winter/shutter_set2w 2 67 -180.00 0.687500 -0.593750 0 16384 0 +surfaceparm detail +} +} +// entity 1769 +{ +"setthread" "window_ambush_2" +"target" "shutter_2" +"classname" "trigger_once" +// brush 0 +{ +( 6440 5904 1860 ) ( 6920 5904 1860 ) ( 6920 6544 1860 ) common/trigger 0 48 -180.00 1 1 0 65664 0 +( 6912 6544 2064 ) ( 6912 5904 2064 ) ( 6432 5904 2064 ) common/trigger 0 48 -180.00 1 1 0 65664 0 +( 6264 6488 2064 ) ( 6264 6488 1864 ) ( 7064 6488 1864 ) common/trigger 0 15 -180.00 1 -1 0 65664 0 +( 6264 6488 1864 ) ( 6264 6488 2064 ) ( 6544 5872 2064 ) common/trigger -48 15 -180.00 1 -1 0 65664 0 +( 6832 5872 2064 ) ( 6832 5872 1860 ) ( 6544 5872 1860 ) common/trigger 0 15 -180.00 1 -1 0 65664 0 +( 7064 6488 2064 ) ( 7064 6488 1860 ) ( 6832 5872 1860 ) common/trigger -48 15 -180.00 1 -1 0 65664 0 +} +} +// entity 1770 +{ +"$targetname" "window_ambush_node_2" +"spawnflags" "64" +"angle" "90" +"origin" "6687 5834 2121" +"classname" "info_pathnode" +} +// entity 1771 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"testanim" "idle" +"$targetname" "halftrack1_gunner" +"angle" "270" +"origin" "2540.00 -2568.00 612.00" +"model" "human/german_winter_Artillery-Crew.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1772 +{ +"origin" "-1998 4862 1876" +"classname" "info_pathnode" +} +// entity 1773 +{ +"origin" "-2070 4718 1876" +"classname" "info_pathnode" +} +// entity 1774 +{ +"origin" "-2126 4526 1860" +"classname" "info_pathnode" +} +// entity 1775 +{ +"origin" "-2182 4254 1852" +"classname" "info_pathnode" +} +// entity 1776 +{ +"origin" "-2206 4062 1820" +"classname" "info_pathnode" +} +// entity 1777 +{ +"origin" "-2102 5078 1876" +"classname" "info_pathnode" +} +// entity 1778 +{ +"origin" "-2174 4934 1876" +"classname" "info_pathnode" +} +// entity 1779 +{ +"origin" "-1870 4310 1876" +"classname" "info_pathnode" +} +// entity 1780 +{ +"origin" "-1926 4118 1860" +"classname" "info_pathnode" +} +// entity 1781 +{ +"origin" "-1902 4670 1876" +"classname" "info_pathnode" +} +// entity 1782 +{ +"origin" "-1974 4526 1876" +"classname" "info_pathnode" +} +// entity 1783 +{ +"origin" "-1686 4798 1876" +"classname" "info_pathnode" +} +// entity 1784 +{ +"origin" "-1742 4606 1860" +"classname" "info_pathnode" +} +// entity 1785 +{ +"origin" "-1718 5158 1876" +"classname" "info_pathnode" +} +// entity 1786 +{ +"origin" "-1790 5014 1876" +"classname" "info_pathnode" +} +// entity 1787 +{ +"origin" "-1926 5166 1876" +"classname" "info_pathnode" +} +// entity 1788 +{ +"origin" "-1326 5054 1876" +"classname" "info_pathnode" +} +// entity 1789 +{ +"origin" "-1534 5062 1876" +"classname" "info_pathnode" +} +// entity 1790 +{ +"origin" "-1382 4894 1860" +"classname" "info_pathnode" +} +// entity 1791 +{ +"origin" "-1486 4742 1860" +"classname" "info_pathnode" +} +// entity 1792 +{ +"origin" "-1574 4542 1860" +"classname" "info_pathnode" +} +// entity 1793 +{ +"origin" "-1294 4494 1876" +"classname" "info_pathnode" +} +// entity 1794 +{ +"target" "t4240" +"targetname" "t4239" +"origin" "34 5638 1831" +"classname" "info_waypoint" +} +// entity 1795 +{ +"target" "t4241" +"targetname" "t4240" +"origin" "-286 5894 1807" +"classname" "info_waypoint" +} +// entity 1796 +{ +"target" "t4242" +"targetname" "t4241" +"origin" "-518 5942 1783" +"classname" "info_waypoint" +} +// entity 1797 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"accuracy" "45" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "0" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "scene8_soldier" +"#set" "8" +"ammo_grenade" "4" +"origin" "-677.00 4091.00 1740.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 1798 +{ +"origin" "1616 960 968" +"classname" "info_pathnode" +} +// entity 1799 +{ +"origin" "-4791 1695 1340" +"classname" "info_pathnode" +} +// entity 1800 +{ +"origin" "-4591 1655 1332" +"classname" "info_pathnode" +} +// entity 1801 +{ +"origin" "-4407 1487 1268" +"classname" "info_pathnode" +} +// entity 1802 +{ +"origin" "-4583 1447 1260" +"classname" "info_pathnode" +} +// entity 1803 +{ +"origin" "-4407 1751 1348" +"classname" "info_pathnode" +} +// entity 1804 +{ +"origin" "-4295 1503 1276" +"classname" "info_pathnode" +} +// entity 1805 +{ +"origin" "-4159 1335 1284" +"classname" "info_pathnode" +} +// entity 1806 +{ +"origin" "-3895 1223 1332" +"classname" "info_pathnode" +} +// entity 1807 +{ +"origin" "-3735 1679 1380" +"classname" "info_pathnode" +} +// entity 1808 +{ +"origin" "-3847 1463 1316" +"classname" "info_pathnode" +} +// entity 1809 +{ +"origin" "-3703 1255 1324" +"classname" "info_pathnode" +} +// entity 1810 +{ +"origin" "-4415 1375 1252" +"classname" "info_pathnode" +} +// entity 1811 +{ +"origin" "-4503 1207 1268" +"classname" "info_pathnode" +} +// entity 1812 +{ +"origin" "-4319 1231 1284" +"classname" "info_pathnode" +} +// entity 1813 +{ +"origin" "-4324 687 1400" +"classname" "info_pathnode" +} +// entity 1814 +{ +"origin" "-4532 711 1360" +"classname" "info_pathnode" +} +// entity 1815 +{ +"origin" "-4754 738 1324" +"classname" "info_pathnode" +} +// entity 1816 +{ +"origin" "-4881 1541 1303" +"classname" "info_pathnode" +} +// entity 1817 +{ +"origin" "-4777 1445 1263" +"classname" "info_pathnode" +} +// entity 1818 +{ +"origin" "-4937 1293 1271" +"classname" "info_pathnode" +} +// entity 1819 +{ +"origin" "-4697 1853 1391" +"classname" "info_pathnode" +} +// entity 1820 +{ +"origin" "-4513 1917 1399" +"classname" "info_pathnode" +} +// entity 1821 +{ +"origin" "-4689 2029 1431" +"classname" "info_pathnode" +} +// entity 1822 +{ +"origin" "-4705 2221 1503" +"classname" "info_pathnode" +} +// entity 1823 +{ +"origin" "-4889 2181 1487" +"classname" "info_pathnode" +} +// entity 1824 +{ +"origin" "-4881 2021 1423" +"classname" "info_pathnode" +} +// entity 1825 +{ +"origin" "-4873 1853 1399" +"classname" "info_pathnode" +} +// entity 1826 +{ +"origin" "-3655 1495 1324" +"classname" "info_pathnode" +} +// entity 1827 +{ +"origin" "-3375 1807 1500" +"classname" "info_pathnode" +} +// entity 1828 +{ +"origin" "-3471 1455 1316" +"classname" "info_pathnode" +} +// entity 1829 +{ +"origin" "-3199 1335 1332" +"classname" "info_pathnode" +} +// entity 1830 +{ +"angle" "0" +"spawnflags" "32" +"origin" "2176 1136 976" +"classname" "info_pathnode" +} +// entity 1831 +{ +"origin" "-4436 543 1368" +"classname" "info_pathnode" +} +// entity 1832 +{ +"origin" "-4308 415 1368" +"classname" "info_pathnode" +} +// entity 1833 +{ +"origin" "-4700 231 1328" +"classname" "info_pathnode" +} +// entity 1834 +{ +"origin" "-4580 63 1320" +"classname" "info_pathnode" +} +// entity 1835 +{ +"origin" "-4388 -137 1296" +"classname" "info_pathnode" +} +// entity 1836 +{ +"targetname" "t4250" +"origin" "-1548 1108 1264" +"classname" "info_pathnode" +} +// entity 1837 +{ +"target" "t4262" +"$targetname" "scene12_spawner2" +"origin" "6042 4718 1960" +"classname" "script_origin" +} +// entity 1838 +{ +"spawnflags" "0" +"target" "t4258" +"$targetname" "scene12_spawner3" +"origin" "6324 4400 1960" +"classname" "script_origin" +} +// entity 1839 +{ +"target" "t4266" +"spawnflags" "20" +"angle" "270" +"origin" "5936 3408 1945" +"classname" "info_pathnode" +} +// entity 1840 +{ +"target" "t4264" +"spawnflags" "36" +"angle" "180" +"origin" "6064 3376 1945" +"classname" "info_pathnode" +} +// entity 1841 +{ +"target" "t4076" +"$targetname" "scene12_spawner1" +"origin" "6784 2744 1960" +"classname" "script_origin" +} +// entity 1842 +{ +"setthread" "scene12_trigger2_thread" +"$targetname" "scene12_trigger2" +"classname" "trigger_once" +// brush 0 +{ +( 5856 5280 1888 ) ( 5648 5280 1888 ) ( 5648 5200 1888 ) common/trigger 16 -32 0.00 1 1 0 65664 0 +( 5632 5200 2096 ) ( 5632 5280 2096 ) ( 5840 5280 2096 ) common/trigger 16 -32 0.00 1 1 0 65664 0 +( 5616 5184 3152 ) ( 5824 5184 3152 ) ( 5824 5184 1104 ) common/trigger 16 0 0.00 1 1 0 65664 0 +( 6064 5200 3152 ) ( 6064 5280 3152 ) ( 6064 5280 1104 ) common/trigger 32 0 0.00 1 1 0 65664 0 +( 5808 5376 3152 ) ( 5600 5376 3152 ) ( 5600 5376 1104 ) common/trigger 16 0 0.00 1 1 0 65664 0 +( 5952 5264 3152 ) ( 5952 5184 3152 ) ( 5952 5184 1104 ) common/trigger 32 0 0.00 1 1 0 65664 0 +} +} +// entity 1843 +{ +"setthread" "scene12_trigger3_thread" +"$targetname" "scene12_trigger3" +"classname" "trigger_once" +// brush 0 +{ +( 6784 4752 1888 ) ( 6576 4752 1888 ) ( 6576 4672 1888 ) common/trigger -16 16 0.00 1 1 0 65664 0 +( 6560 4672 2096 ) ( 6560 4752 2096 ) ( 6768 4752 2096 ) common/trigger -16 16 0.00 1 1 0 65664 0 +( 6544 4768 3152 ) ( 6752 4768 3152 ) ( 6752 4768 1104 ) common/trigger -16 0 0.00 1 1 0 65664 0 +( 7008 4672 3152 ) ( 7008 4752 3152 ) ( 7008 4752 1104 ) common/trigger -16 0 0.00 1 1 0 65664 0 +( 6736 4848 3152 ) ( 6528 4848 3152 ) ( 6528 4848 1104 ) common/trigger -16 0 0.00 1 1 0 65664 0 +( 6880 4736 3152 ) ( 6880 4656 3152 ) ( 6880 4656 1104 ) common/trigger -16 0 0.00 1 1 0 65664 0 +} +} +// entity 1844 +{ +"angle" "0" +"spawnflags" "132" +"origin" "6416 4368 1937" +"classname" "info_pathnode" +} +// entity 1845 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6698 4928 1904 ) ( 6670 4928 1904 ) ( 6670 4900 1904 ) common/nodraw -54 -24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6670 4900 1936 ) ( 6670 4928 1936 ) ( 6698 4928 1936 ) german/gnrlcratesml_side -8 0 0.00 -0.250000 0.250000 0 16384 0 +( 6690 4896 1968 ) ( 6718 4896 1968 ) ( 6718 4896 1904 ) german/gnrlcratesml_frnt -8 64 0.00 -0.250000 0.250000 0 16384 0 +( 6718 4876 1968 ) ( 6718 4904 1968 ) ( 6718 4904 1904 ) german/gnrlcratesml_frnt 0 64 0.00 -0.250000 0.250000 0 16384 0 +( 6698 4928 1968 ) ( 6670 4928 1968 ) ( 6670 4928 1904 ) german/gnrlcratesml_frnt -8 64 0.00 -0.250000 0.250000 0 16384 0 +( 6686 4928 1968 ) ( 6686 4900 1968 ) ( 6686 4900 1904 ) german/gnrlcratesml_frnt 0 64 0.00 -0.250000 0.250000 0 16384 0 +} +} +// entity 1846 +{ +"#set" "4" +"target" "scene4_soldier" +"$targetname" "enemyspawnertrigger" +"classname" "trigger_multiple" +// brush 0 +{ +( 1975 -1875 -48 ) ( -2265 -1875 -48 ) ( -2265 -3971 -48 ) common/trigger -55 29 0.00 1 1 0 65664 0 +( -2265 -3971 1960 ) ( -2265 -1875 1960 ) ( 1975 -1875 1960 ) common/trigger -55 29 0.00 1 1 0 65664 0 +( -936 -3720 1960 ) ( 3304 -3720 1960 ) ( 3304 -3720 1928 ) common/trigger -55 0 0.00 1 1 0 65664 0 +( 2789 -2884 1960 ) ( 2789 -788 1960 ) ( 2789 -788 1928 ) common/trigger -29 0 0.00 1 1 0 65664 0 +( 1090 -1906 1960 ) ( -3150 -1906 1960 ) ( -3150 -1906 1928 ) common/trigger -55 0 0.00 1 1 0 65664 0 +( 2633 -2477 1960 ) ( 2633 -4573 1960 ) ( 2633 -4573 1928 ) common/trigger -29 0 0.00 1 1 0 65664 0 +} +} +// entity 1847 +{ +"spawnflags" "130" +"origin" "2332 1208 952" +"classname" "info_pathnode" +} +// entity 1848 +{ +"angle" "0" +"spawnflags" "132" +"origin" "2268 1556 1024" +"classname" "info_pathnode" +} +// entity 1849 +{ +"setthread" "tigertank2_thread" +"classname" "trigger_once" +// brush 0 +{ +( 1048 5678 1320 ) ( -3192 5678 1320 ) ( -3192 3582 1320 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -3192 3582 2704 ) ( -3192 5678 2704 ) ( 1048 5678 2704 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -3032 2942 2504 ) ( 1208 2942 2504 ) ( 1208 2942 2472 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -1828 3278 2504 ) ( -1828 5374 2504 ) ( -1828 5374 2472 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 792 7742 2504 ) ( -3448 7742 2504 ) ( -3448 7742 2472 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( -2292 5804 2504 ) ( -2292 3708 2504 ) ( -2292 3708 2472 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 1850 +{ +"target" "t4252" +"spawnflags" "4" +"origin" "4472 -128 764" +"classname" "info_pathnode" +} +// entity 1851 +{ +"targetname" "t4252" +"spawnflags" "0" +"origin" "4340 -96 764" +"classname" "info_pathnode" +} +// entity 1852 +{ +"targetname" "t4254" +"target" "t4254" +"spawnflags" "4" +"origin" "3676 -552 924" +"classname" "info_pathnode" +} +// entity 1853 +{ +"targetname" "t4254" +"spawnflags" "0" +"origin" "3860 -596 780" +"classname" "info_pathnode" +} +// entity 1854 +{ +"$targetname" "enemyspawnertrigger" +"#set" "8" +"target" "scene8_soldier" +"classname" "trigger_multiple" +// brush 0 +{ +( 961 4137 1108 ) ( 961 8377 1108 ) ( -1135 8377 1108 ) common/trigger -43 -15 -90.00 1 1 0 65664 0 +( -1135 8365 3152 ) ( 961 8365 3152 ) ( 961 4125 3152 ) common/trigger -43 -15 -90.00 1 1 0 65664 0 +( -2176 8308 1960 ) ( -2176 4068 1960 ) ( -2176 4068 1928 ) common/trigger -43 0 -180.00 1 -1 0 65664 0 +( -1164 2944 1960 ) ( 932 2944 1960 ) ( 932 2944 1928 ) common/trigger 15 0 0.00 1 1 0 65664 0 +( 256 3719 1960 ) ( 256 7959 1960 ) ( 256 7959 1928 ) common/trigger -43 0 -180.00 1 -1 0 65664 0 +( 776 6016 1960 ) ( -1320 6016 1960 ) ( -1320 6016 1928 ) common/trigger 15 0 0.00 1 1 0 65664 0 +} +} +// entity 1855 +{ +"origin" "832 -2762 642" +"classname" "info_pathnode" +} +// entity 1856 +{ +"origin" "1004 -2820 594" +"classname" "info_pathnode" +} +// entity 1857 +{ +"origin" "-192 -3258 572" +"classname" "info_pathnode" +} +// entity 1858 +{ +"origin" "1102 -2962 508" +"classname" "info_pathnode" +} +// entity 1859 +{ +"origin" "958 -3042 496" +"classname" "info_pathnode" +} +// entity 1860 +{ +"origin" "1128 -3130 458" +"classname" "info_pathnode" +} +// entity 1861 +{ +"origin" "-822 -3223 610" +"classname" "info_pathnode" +} +// entity 1862 +{ +"origin" "1130 -3120 671" +"classname" "info_grenadehint" +} +// entity 1863 +{ +"$targetname" "enemyspawnertrigger" +"#set" "9" +"target" "scene9_soldier" +"classname" "trigger_multiple" +// brush 0 +{ +( 3489 5501 1108 ) ( 3489 9741 1108 ) ( 1393 9741 1108 ) common/trigger 41 -47 -90.00 1 1 0 65664 0 +( 1393 9729 3152 ) ( 3489 9729 3152 ) ( 3489 5489 3152 ) common/trigger 41 -47 -90.00 1 1 0 65664 0 +( 352 9672 1960 ) ( 352 5432 1960 ) ( 352 5432 1928 ) common/trigger 41 0 -180.00 1 -1 0 65664 0 +( 1486 3456 1960 ) ( 3582 3456 1960 ) ( 3582 3456 1928 ) common/trigger 47 0 0.00 1 1 0 65664 0 +( 880 5043 1960 ) ( 880 9283 1960 ) ( 880 9283 1928 ) common/trigger 41 0 -180.00 1 -1 0 65664 0 +( 3296 7460 1960 ) ( 1200 7460 1960 ) ( 1200 7460 1928 ) common/trigger 47 0 0.00 1 1 0 65664 0 +} +} +// entity 1864 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6112 3099 1904 ) ( 6084 3099 1904 ) ( 6084 3071 1904 ) common/nodraw 20 3 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6084 3071 1936 ) ( 6084 3099 1936 ) ( 6112 3099 1936 ) german/gnrlcratesml_side -48 108 0.00 -0.250000 0.250000 0 16384 0 +( 6104 3067 1968 ) ( 6132 3067 1968 ) ( 6132 3067 1904 ) german/gnrlcratesml_frnt -48 64 0.00 -0.250000 0.250000 0 16384 0 +( 6132 3047 1968 ) ( 6132 3075 1968 ) ( 6132 3075 1904 ) german/gnrlcratesml_frnt 108 64 0.00 -0.250000 0.250000 0 16384 0 +( 6112 3099 1968 ) ( 6084 3099 1968 ) ( 6084 3099 1904 ) german/gnrlcratesml_frnt -48 64 0.00 -0.250000 0.250000 0 16384 0 +( 6100 3099 1968 ) ( 6100 3071 1968 ) ( 6100 3071 1904 ) german/gnrlcratesml_frnt 108 64 0.00 -0.250000 0.250000 0 16384 0 +} +} +// entity 1865 +{ +"spawnflags" "1" +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6160 3088 1904 ) ( 6132 3088 1904 ) ( 6132 3060 1904 ) common/nodraw 20 -8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6132 3060 1952 ) ( 6132 3088 1952 ) ( 6160 3088 1952 ) german/crate_reinforced1_top -63 98 0.00 -0.187500 0.203125 0 16384 0 +( 6152 3036 1968 ) ( 6180 3036 1968 ) ( 6180 3036 1904 ) german/crate_reinforced1_side 63 42 0.00 0.187500 0.187500 0 16384 0 +( 6252 3036 1968 ) ( 6252 3064 1968 ) ( 6252 3064 1904 ) german/crate_reinforced1_sideflt -98 42 0.00 0.203125 0.187500 0 16384 0 +( 6160 3088 1968 ) ( 6132 3088 1968 ) ( 6132 3088 1904 ) german/crate_reinforced1_side 63 42 0.00 0.187500 0.187500 0 16384 0 +( 6132 3088 1968 ) ( 6132 3060 1968 ) ( 6132 3060 1904 ) german/crate_reinforced1_sideflt 98 42 0.00 -0.203125 0.187500 0 16384 0 +} +} +// entity 1866 +{ +"origin" "5995 4600 1939" +"classname" "info_pathnode" +} +// entity 1867 +{ +"targetname" "t4259" +"origin" "6063 4370 1937" +"classname" "info_pathnode" +} +// entity 1868 +{ +"targetname" "t4260" +"origin" "6063 3618 1945" +"classname" "info_pathnode" +} +// entity 1869 +{ +"spawnflags" "36" +"origin" "7040 3193 2141" +"classname" "info_pathnode" +} +// entity 1870 +{ +"origin" "6826 3049 2141" +"classname" "info_pathnode" +} +// entity 1871 +{ +"target" "t4326" +"spawnflags" "20" +"angle" "270" +"origin" "6864 2944 2141" +"classname" "info_pathnode" +} +// entity 1872 +{ +"target" "t4325" +"spawnflags" "4" +"angle" "270" +"origin" "7024 2948 2141" +"classname" "info_pathnode" +} +// entity 1873 +{ +"spawnflags" "0" +"angle" "270" +"origin" "6451 3166 2141" +"classname" "info_pathnode" +} +// entity 1874 +{ +"spawnflags" "20" +"origin" "6396 3084 2141" +"classname" "info_pathnode" +} +// entity 1875 +{ +"origin" "6125 2914 1931" +"classname" "info_pathnode" +} +// entity 1876 +{ +"spawnflags" "64" +"angle" "180" +"origin" "6440 3015 2141" +"classname" "info_pathnode" +} +// entity 1877 +{ +"spawnflags" "36" +"angle" "270" +"origin" "6171 2852 1931" +"classname" "info_pathnode" +} +// entity 1878 +{ +"spawnflags" "64" +"origin" "6302 3164 2141" +"classname" "info_pathnode" +} +// entity 1879 +{ +"spawnflags" "32" +"angle" "270" +"origin" "6384 2688 2141" +"classname" "info_pathnode" +} +// entity 1880 +{ +"spawnflags" "132" +"angle" "225" +"origin" "6975 4576 1939" +"classname" "info_pathnode" +} +// entity 1881 +{ +"origin" "6783 4552 1939" +"classname" "info_pathnode" +} +// entity 1882 +{ +"origin" "6833 4410 1939" +"classname" "info_pathnode" +} +// entity 1883 +{ +"fov" "120" +"sight" "4096" +"hearing" "512" +"health" "55" +"target" "window_ambush_node_2" +"#set" "19" +"testanim" "idle" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "1" +"accuracy" "30" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "512" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "50" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"angle" "90" +"origin" "6690.00 5782.00 2096.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1884 +{ +"spawnflags" "36" +"origin" "6471 6306 1955" +"classname" "info_pathnode" +} +// entity 1885 +{ +"spawnflags" "20" +"target" "t4269" +"targetname" "t4268" +"origin" "6864 5856 1941" +"classname" "info_pathnode" +} +// entity 1886 +{ +"targetname" "t4269" +"origin" "6859 5984 1941" +"classname" "info_pathnode" +} +// entity 1887 +{ +"target" "t4270" +"spawnflags" "20" +"origin" "6568 5856 1953" +"classname" "info_pathnode" +} +// entity 1888 +{ +"targetname" "t4270" +"origin" "6569 5984 1941" +"classname" "info_pathnode" +} +// entity 1889 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "180" +"#set" "9" +"$targetname" "scene9_soldier" +"origin" "1588.00 4080.00 1811.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 1890 +{ +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "180" +"#set" "9" +"$targetname" "scene9_soldier" +"origin" "1623.00 4023.00 1808.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 1891 +{ +"origin" "1256 -1606 800" +"classname" "info_pathnode" +} +// entity 1892 +{ +"angle" "270" +"spawnflags" "1" +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6544 5332 2080 ) ( 6544.000488 5303.999512 2080 ) ( 6572 5303.999023 2080 ) common/nodraw -42 -39 -90.00 -1.125031 -0.813950 536870912 2224 0 +surfaceparm detail +( 6572 5303.999023 2128 ) ( 6544.000488 5303.999512 2128 ) ( 6544 5332 2128 ) german/crate_reinforced1_top -85 -79 -90.00 -0.562515 -0.406975 0 16384 0 +( 6596.000488 5324 2144 ) ( 6595.999512 5351.999512 2144 ) ( 6595.999512 5351.999512 2080 ) german/crate_reinforced1_side 85 42 -180.00 0.562515 -0.375000 0 16384 0 +( 6595.999512 5376.000488 2144 ) ( 6568 5376.000977 2144 ) ( 6568 5376.000977 2080 ) german/crate_reinforced1_sideflt 79 42 0.00 -0.406975 0.375000 0 16384 0 +( 6544 5332 2144 ) ( 6544.000488 5303.999512 2144 ) ( 6544.000488 5303.999512 2080 ) german/crate_reinforced1_side 85 42 -180.00 0.562515 -0.375000 0 16384 0 +( 6544.000488 5303.999512 2144 ) ( 6572 5303.999023 2144 ) ( 6572 5303.999023 2080 ) german/crate_reinforced1_sideflt 79 42 0.00 -0.406975 0.375000 0 16384 0 +} +} +// entity 1893 +{ +"$targetname" "enemyspawnertrigger" +"#set" "10" +"target" "scene10_soldier" +"classname" "trigger_multiple" +// brush 0 +{ +( 9133 5023 1868 ) ( 9133 9263 1868 ) ( 7037 9263 1868 ) common/trigger 10 5 -90.00 1 1 0 65664 0 +( 7061 9251 2144 ) ( 9157 9251 2144 ) ( 9157 5011 2144 ) common/trigger 10 5 -90.00 1 1 0 65664 0 +( 6064 9140 1960 ) ( 6064 4900 1960 ) ( 6064 4900 1928 ) common/trigger 11 0 -180.00 1 -1 0 65664 0 +( 7206 5760 1960 ) ( 9302 5760 1960 ) ( 9302 5760 1928 ) common/trigger -5 0 0.00 1 1 0 65664 0 +( 6264 6539 1960 ) ( 6264 10779 1960 ) ( 6264 10779 1928 ) common/trigger 11 0 -180.00 1 -1 0 65664 0 +( 8968 6760 1960 ) ( 6872 6760 1960 ) ( 6872 6760 1928 ) common/trigger -5 0 0.00 1 1 0 65664 0 +} +} +// entity 1894 +{ +"origin" "6687 6374 1937" +"classname" "info_pathnode" +} +// entity 1895 +{ +"origin" "6903 6278 1937" +"classname" "info_pathnode" +} +// entity 1896 +{ +"origin" "6991 6374 1937" +"classname" "info_pathnode" +} +// entity 1897 +{ +"origin" "6911 6150 1937" +"classname" "info_pathnode" +} +// entity 1898 +{ +"origin" "6631 6054 1937" +"classname" "info_pathnode" +} +// entity 1899 +{ +"origin" "6615 6158 1937" +"classname" "info_pathnode" +} +// entity 1900 +{ +"origin" "6783 6062 1937" +"classname" "info_pathnode" +} +// entity 1901 +{ +"health" "55" +"maxdist" "256" +"sight" "4096" +"hearing" "4096" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "10" +"$targetname" "scene10_soldier" +"angle" "90" +"testanim" "idle" +"origin" "6696.00 5656.00 1912.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1902 +{ +"health" "55" +"maxdist" "256" +"gun" "MG42" +"sight" "4096" +"hearing" "4096" +"#set" "10" +"$targetname" "scene10_soldier" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "90" +"testanim" "idle" +"origin" "6688.00 5704.00 1912.00" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1903 +{ +"health" "55" +"maxdist" "256" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "10" +"$targetname" "scene10_soldier" +"angle" "90" +"testanim" "idle" +"origin" "6696.00 5608.00 1912.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type1" +} +// entity 1904 +{ +"classname" "func_crate" +"debristype" "1" +// brush 0 +{ +( 6487 2990 1904 ) ( 6459 2990 1904 ) ( 6459 2962 1904 ) common/nodraw 23 18 0.00 -0.750000 0.750000 536870912 2224 0 +surfaceparm detail +( 6450 2934 1952 ) ( 6450 2962 1952 ) ( 6478 2962 1952 ) german/gnrlcratesml_side 47 37 0.00 -0.375000 0.375000 0 16384 0 +( 6479 2942 1994 ) ( 6507 2942 1994 ) ( 6507 2942 1930 ) german/gnrlcratesml_frnt 47 85 0.00 -0.375000 0.375000 0 16384 0 +( 6498 2910 1984 ) ( 6498 2938 1984 ) ( 6498 2938 1920 ) german/gnrlcratesml_frnt 37 85 0.00 -0.375000 0.375000 0 16384 0 +( 6487 2990 1972 ) ( 6459 2990 1972 ) ( 6459 2990 1908 ) german/gnrlcratesml_frnt 47 85 0.00 -0.375000 0.375000 0 16384 0 +( 6450 2958 1996 ) ( 6450 2930 1996 ) ( 6450 2930 1932 ) german/gnrlcratesml_frnt 37 85 0.00 -0.375000 0.375000 0 16384 0 +} +} +// entity 1905 +{ +"origin" "2962 4409 1864" +"classname" "info_pathnode" +} +// entity 1906 +{ +"origin" "1520 4353 1942" +"classname" "info_pathnode" +} +// entity 1907 +{ +"origin" "1400 4329 1954" +"classname" "info_pathnode" +} +// entity 1908 +{ +"origin" "1536 4421 1930" +"classname" "info_pathnode" +} +// entity 1909 +{ +"origin" "1488 4201 1906" +"classname" "info_pathnode" +} +// entity 1910 +{ +"target" "t4286" +"spawnflags" "4" +"origin" "1432 3985 1848" +"classname" "info_pathnode" +} +// entity 1911 +{ +"origin" "1312 3885 1830" +"classname" "info_pathnode" +} +// entity 1912 +{ +"origin" "1768 4073 1878" +"classname" "info_pathnode" +} +// entity 1913 +{ +"origin" "1576 4281 1898" +"classname" "info_pathnode" +} +// entity 1914 +{ +"origin" "5825 4774 1935" +"classname" "info_pathnode" +} +// entity 1915 +{ +"angle" "180" +"spawnflags" "132" +"origin" "5869 4606 1935" +"classname" "info_pathnode" +} +// entity 1916 +{ +"spawnflags" "132" +"angle" "270" +"origin" "5920 4552 1935" +"classname" "info_pathnode" +} +// entity 1917 +{ +"origin" "5873 4482 1935" +"classname" "info_pathnode" +} +// entity 1918 +{ +"spawnflags" "132" +"angle" "180" +"origin" "5960 4680 1935" +"classname" "info_pathnode" +} +// entity 1919 +{ +"origin" "6009 4798 1935" +"classname" "info_pathnode" +} +// entity 1920 +{ +"origin" "5797 4566 1935" +"classname" "info_pathnode" +} +// entity 1921 +{ +"targetname" "t4272" +"origin" "6209 4266 1941" +"classname" "info_pathnode" +} +// entity 1922 +{ +"target" "t4273" +"spawnflags" "36" +"angle" "180" +"origin" "6704 3632 1937" +"classname" "info_pathnode" +} +// entity 1923 +{ +"targetname" "t4273" +"origin" "6629 3694 1937" +"classname" "info_pathnode" +} +// entity 1924 +{ +"origin" "6753 3746 1937" +"classname" "info_pathnode" +} +// entity 1925 +{ +"spawnflags" "1" +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6255 2920 1904 ) ( 6227 2920 1904 ) ( 6227 2892 1904 ) common/nodraw -32 -10 0.00 -1.125000 1.125000 536870912 2224 0 +surfaceparm detail +( 6227 2892 1976 ) ( 6227 2920 1976 ) ( 6255 2920 1976 ) german/crate_reinforced1_top -65 -21 0.00 -0.562500 0.562500 0 16384 0 +( 6247 2868 1968 ) ( 6275 2868 1968 ) ( 6275 2868 1904 ) german/crate_reinforced1_side -65 56 0.00 -0.562500 0.562500 0 16384 0 +( 6299 2868 1968 ) ( 6299 2896 1968 ) ( 6299 2896 1904 ) german/crate_reinforced1_sideflt -21 56 0.00 -0.562500 0.562500 0 16384 0 +( 6254 2940 1968 ) ( 6226 2940 1968 ) ( 6226 2940 1904 ) german/crate_reinforced1_side -65 56 0.00 -0.562500 0.562500 0 16384 0 +( 6155 2916 1968 ) ( 6155 2888 1968 ) ( 6155 2888 1904 ) german/crate_reinforced1_sideflt -21 56 0.00 -0.562500 0.562500 0 16384 0 +} +} +// entity 1926 +{ +"spawnflags" "132" +"angle" "90" +"origin" "6202 3020 1931" +"classname" "info_pathnode" +} +// entity 1927 +{ +"spawnflags" "36" +"angle" "270" +"origin" "6148 3020 1931" +"classname" "info_pathnode" +} +// entity 1928 +{ +"classname" "func_crate" +"debristype" "1" +// brush 0 +{ +( 6503.163086 3060.778320 1904 ) ( 6483.363770 3080.577393 1904 ) ( 6463.564941 3060.778076 1904 ) common/nodraw -18 42 135.04 0.001034 -1.499992 536870912 2224 0 +surfaceparm detail +( 6437.401855 3047.343018 1952 ) ( 6457.201660 3067.142090 1952 ) ( 6477 3047.343018 1952 ) german/gnrlcratesml_side 113 9 45.00 -0.375000 0.375000 0 16384 0 +( 6463.564941 3032.493896 1994 ) ( 6483.364258 3012.694824 1994 ) ( 6483.364258 3012.694824 1930 ) german/gnrlcratesml_frnt 105 85 -180.00 0.265163 -0.375000 0 16384 0 +( 6454.372559 2996.431641 1984 ) ( 6474.171387 3016.230713 1984 ) ( 6474.171387 3016.230713 1920 ) german/gnrlcratesml_frnt 122 85 -180.00 0.265167 -0.375000 0 16384 0 +( 6503.163086 3060.778320 1972 ) ( 6483.363770 3080.577393 1972 ) ( 6483.363770 3080.577393 1908 ) german/gnrlcratesml_frnt 105 85 -180.00 0.265163 -0.375000 0 16384 0 +( 6454.372559 3064.313721 1996 ) ( 6434.573730 3044.514648 1996 ) ( 6434.573730 3044.514648 1932 ) german/gnrlcratesml_frnt 122 85 -180.00 0.265169 -0.375000 0 16384 0 +} +} +// entity 1929 +{ +"origin" "6141 2776 1931" +"classname" "info_pathnode" +} +// entity 1930 +{ +"spawnflags" "132" +"angle" "90" +"origin" "6255 2853 1931" +"classname" "info_pathnode" +} +// entity 1931 +{ +"origin" "6246 2643 1931" +"classname" "info_pathnode" +} +// entity 1932 +{ +"spawnflags" "132" +"angle" "90" +"origin" "6482 2926 1931" +"classname" "info_pathnode" +} +// entity 1933 +{ +"spawnflags" "0" +"angle" "90" +"origin" "6479 2819 1931" +"classname" "info_pathnode" +} +// entity 1934 +{ +"spawnflags" "36" +"angle" "270" +"origin" "6406 2626 1931" +"classname" "info_pathnode" +} +// entity 1935 +{ +"spawnflags" "20" +"origin" "6400 2928 2141" +"classname" "info_pathnode" +} +// entity 1936 +{ +"spawnflags" "64" +"angle" "180" +"origin" "6439 2818 2141" +"classname" "info_pathnode" +} +// entity 1937 +{ +"spawnflags" "132" +"angle" "90" +"origin" "6463 3200 1931" +"classname" "info_pathnode" +} +// entity 1938 +{ +"spawnflags" "132" +"angle" "90" +"origin" "6418 3076 1931" +"classname" "info_pathnode" +} +// entity 1939 +{ +"spawnflags" "132" +"angle" "90" +"origin" "6312 3054 1931" +"classname" "info_pathnode" +} +// entity 1940 +{ +"$targetname" "enemyspawnertrigger" +"#set" "11" +"target" "scene11_soldier" +"classname" "trigger_multiple" +// brush 0 +{ +( 9614 3994 1904 ) ( 9614 8234 1904 ) ( 7518 8234 1904 ) common/trigger 5 -27 -90.00 1 1 0 65664 0 +( 7543 8222 2064 ) ( 9639 8222 2064 ) ( 9639 3982 2064 ) common/trigger 5 -27 -90.00 1 1 0 65664 0 +( 6832 8142 1960 ) ( 6832 3902 1960 ) ( 6832 3902 1928 ) common/trigger 6 0 -180.00 1 -1 0 65664 0 +( 7608 5032 1960 ) ( 9704 5032 1960 ) ( 9704 5032 1928 ) common/trigger 27 0 0.00 1 1 0 65664 0 +( 7024 5796 1960 ) ( 7024 10036 1960 ) ( 7024 10036 1928 ) common/trigger 6 0 -180.00 1 -1 0 65664 0 +( 9419 5168 1960 ) ( 7323 5168 1960 ) ( 7323 5168 1928 ) common/trigger 27 0 0.00 1 1 0 65664 0 +} +} +// entity 1941 +{ +"angle" "90" +"spawnflags" "132" +"origin" "6049 3820 1945" +"classname" "info_pathnode" +} +// entity 1942 +{ +"health" "55" +"gun" "MG42" +"sight" "4096" +"hearing" "4096" +"#set" "14" +"$targetname" "enemyspawner" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "50" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "180" +"testanim" "idle" +"origin" "6434.00 3028.00 2114.00" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1943 +{ +"health" "55" +"gun" "MG42" +"sight" "4096" +"hearing" "4096" +"#set" "14" +"$targetname" "enemyspawner" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "50" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "180" +"testanim" "idle" +"origin" "6438.00 2806.00 2114.00" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1944 +{ +"gren_awareness" "60" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "14" +"$targetname" "enemyspawner" +"angle" "90" +"testanim" "idle" +"origin" "6176.00 2754.00 1922.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1945 +{ +"gren_awareness" "60" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "14" +"$targetname" "enemyspawner" +"angle" "90" +"testanim" "idle" +"origin" "6230.00 2834.00 1922.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1946 +{ +"spawnflags" "2" +"origin" "6259 2796 1931" +"classname" "info_pathnode" +} +// entity 1947 +{ +"gren_awareness" "60" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "14" +"$targetname" "enemyspawner" +"angle" "90" +"testanim" "idle" +"origin" "6182.00 2980.00 1922.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1948 +{ +"gren_awareness" "60" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"health" "55" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#set" "14" +"$targetname" "enemyspawner" +"angle" "90" +"testanim" "idle" +"origin" "6468.00 2858.00 1922.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 1949 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6204 3120 1904 ) ( 6176 3120 1904 ) ( 6176 3092 1904 ) common/nodraw -8 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6176 3092 1936 ) ( 6176 3120 1936 ) ( 6204 3120 1936 ) german/gnrlcratesml_side -64 64 0.00 -0.250000 0.250000 0 16384 0 +( 6196 3088 1968 ) ( 6224 3088 1968 ) ( 6224 3088 1904 ) german/gnrlcratesml_frnt -64 64 0.00 -0.250000 0.250000 0 16384 0 +( 6224 3068 1968 ) ( 6224 3096 1968 ) ( 6224 3096 1904 ) german/gnrlcratesml_frnt 64 64 0.00 -0.250000 0.250000 0 16384 0 +( 6204 3120 1968 ) ( 6176 3120 1968 ) ( 6176 3120 1904 ) german/gnrlcratesml_frnt -64 64 0.00 -0.250000 0.250000 0 16384 0 +( 6192 3120 1968 ) ( 6192 3092 1968 ) ( 6192 3092 1904 ) german/gnrlcratesml_frnt 64 64 0.00 -0.250000 0.250000 0 16384 0 +} +} +// entity 1950 +{ +"origin" "6031 4520 1939" +"classname" "info_pathnode" +} +// entity 1951 +{ +"origin" "5941 4358 1935" +"classname" "info_pathnode" +} +// entity 1952 +{ +"origin" "5929 4118 1935" +"classname" "info_pathnode" +} +// entity 1953 +{ +"origin" "5937 3946 1935" +"classname" "info_pathnode" +} +// entity 1954 +{ +"origin" "5769 4078 1935" +"classname" "info_pathnode" +} +// entity 1955 +{ +"$targetname" "scene14_trigger" +"setthread" "scene14_spawner" +"classname" "trigger_useonce" +// brush 0 +{ +( 6470 3424 1888 ) ( 6182 3424 1888 ) ( 6182 3392 1888 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6182 3392 2032 ) ( 6182 3424 2032 ) ( 6470 3424 2032 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6184 3392 2080 ) ( 6472 3392 2080 ) ( 6472 3392 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6370 3384 2080 ) ( 6370 3416 2080 ) ( 6370 3416 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6470 3420 2080 ) ( 6182 3420 2080 ) ( 6182 3420 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6234 3416 2080 ) ( 6234 3384 2080 ) ( 6234 3384 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 1956 +{ +"targetname" "halftrack_mask" +"classname" "script_object" +// brush 0 +{ +( -5790 6482 558 ) ( -5820 6482 558 ) ( -5820 6562 558 ) common/metalclip 12 -32 0.00 1 1 536870912 32928 0 +( -5770 6586 530 ) ( -5770 6458 530 ) ( -5790 6482 558 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +( -5770 6458 530 ) ( -5820 6458 530 ) ( -5820 6482 558 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5820 6562 558 ) ( -5820 6586 530 ) ( -5770 6586 530 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5820 6458 530 ) ( -5820 6586 530 ) ( -5820 6562 558 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +( -5770 6586 530 ) ( -5820 6586 530 ) ( -5820 6458 530 ) common/metalclip 12 -32 0.00 1 1 536870912 32928 0 +} +// brush 1 +{ +( -5706 6458 530 ) ( -5706 6586 530 ) ( -5664 6586 524 ) common/metalclip 12 -32 0.00 1 1 536870912 32928 0 +( -5820 6586 452 ) ( -5656 6586 452 ) ( -5656 6586 492 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5656 6458 452 ) ( -5820 6458 452 ) ( -5820 6458 530 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5656 6586 452 ) ( -5656 6458 452 ) ( -5656 6458 492 ) common/metalclip -8 0 0.00 1 1 536870912 32928 0 +( -5820 6458 452 ) ( -5820 6586 452 ) ( -5820 6586 530 ) common/metalclip -8 0 0.00 1 1 536870912 32928 0 +( -5656 6586 492 ) ( -5656 6458 492 ) ( -5664 6458 524 ) common/metalclip -8 0 0.00 1 1 536870912 32928 0 +( -5820 6586 452 ) ( -5820 6458 452 ) ( -5656 6458 452 ) common/metalclip 4 8 0.00 1 1 536870912 32928 0 +( -5820 6458 530 ) ( -5820 6586 530 ) ( -5706 6586 530 ) common/metalclip 12 -32 0.00 1 1 536870912 32928 0 +} +// brush 2 +{ +( -5770 6586 530 ) ( -5770 6458 530 ) ( -5706 6458 530 ) common/metalclip 12 -32 0.00 1 1 536870912 32928 0 +( -5706 6586 530 ) ( -5780 6574 544 ) ( -5770 6586 530 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5770 6458 530 ) ( -5780 6470 544 ) ( -5706 6458 530 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5770 6586 530 ) ( -5780 6574 544 ) ( -5780 6470 544 ) common/metalclip -8 0 0.00 1 1 536870912 32928 0 +( -5706 6458 530 ) ( -5780 6470 544 ) ( -5780 6574 544 ) common/metalclip 12 -32 0.00 1 1 536870912 32928 0 +} +// brush 3 +{ +( -5900 6556 452 ) ( -5820 6556 452 ) ( -5820 6556 502 ) common/metalclip 4 0 0.00 1 1 536870912 32928 0 +( -5820 6488 452 ) ( -5900 6488 452 ) ( -5900 6488 502 ) common/metalclip 4 0 0.00 1 1 536870912 32928 0 +( -5820 6556 452 ) ( -5820 6488 452 ) ( -5820 6488 502 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +( -5900 6488 452 ) ( -5900 6556 452 ) ( -5900 6556 502 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +( -5900 6488 502 ) ( -5900 6556 502 ) ( -5820 6556 502 ) common/metalclip 4 8 0.00 1 1 536870912 32928 0 +( -5900 6556 452 ) ( -5900 6488 452 ) ( -5820 6488 452 ) common/metalclip 4 8 0.00 1 1 536870912 32928 0 +} +// brush 4 +{ +( -5820 6556 452 ) ( -5900 6556 452 ) ( -5900 6556 558 ) common/metalclip 4 0 0.00 1 1 536870912 32928 0 +( -5820 6586 452 ) ( -5820 6556 452 ) ( -5820 6556 558 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +( -5900 6556 452 ) ( -5900 6586 452 ) ( -5900 6586 530 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +( -5900 6586 530 ) ( -5820 6586 530 ) ( -5820 6562 558 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5900 6586 452 ) ( -5820 6586 452 ) ( -5820 6586 530 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5900 6556 558 ) ( -5900 6562 558 ) ( -5820 6562 558 ) common/metalclip 4 8 0.00 1 1 536870912 32928 0 +( -5820 6586 452 ) ( -5900 6586 452 ) ( -5900 6556 452 ) common/metalclip 4 8 0.00 1 1 536870912 32928 0 +} +// brush 5 +{ +( -5900 6488 452 ) ( -5820 6488 452 ) ( -5820 6488 558 ) common/metalclip 4 0 0.00 1 1 536870912 32928 0 +( -5820 6488 452 ) ( -5820 6458 452 ) ( -5820 6458 530 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +( -5900 6458 452 ) ( -5900 6488 452 ) ( -5900 6488 558 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +( -5820 6458 530 ) ( -5900 6458 530 ) ( -5900 6482 558 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5820 6458 452 ) ( -5900 6458 452 ) ( -5900 6458 530 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5820 6482 558 ) ( -5900 6482 558 ) ( -5900 6488 558 ) common/metalclip 4 8 0.00 1 1 536870912 32928 0 +( -5900 6488 452 ) ( -5900 6458 452 ) ( -5820 6458 452 ) common/metalclip 4 8 0.00 1 1 536870912 32928 0 +} +// brush 6 +{ +( -5924 6458 452 ) ( -5900 6458 452 ) ( -5900 6586 452 ) common/metalclip 4 8 0.00 1 1 536870912 32928 0 +( -5984 6562 558 ) ( -5900 6562 558 ) ( -5900 6482 558 ) common/metalclip 12 -32 0.00 1 1 536870912 32928 0 +( -5900 6586 452 ) ( -5900 6586 530 ) ( -5968 6586 530 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5924 6586 452 ) ( -5968 6586 530 ) ( -5984 6562 558 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +( -5900 6458 530 ) ( -5900 6458 452 ) ( -5924 6458 452 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5900 6482 558 ) ( -5900 6458 530 ) ( -5968 6458 530 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5900 6586 530 ) ( -5900 6562 558 ) ( -5984 6562 558 ) common/metalclip 12 0 0.00 1 1 536870912 32928 0 +( -5900 6562 558 ) ( -5900 6586 530 ) ( -5900 6586 452 ) common/metalclip -48 0 0.00 1 1 536870912 32928 0 +} +// brush 7 +{ +( -5842 6514 454 ) ( -5842 6522 454 ) ( -5842 6522 464 ) common/origin 0 32 0.00 1 1 16777216 2176 0 +( -5842 6522 454 ) ( -5834 6522 454 ) ( -5834 6522 464 ) common/origin -4 32 0.00 1 1 16777216 2176 0 +( -5834 6522 454 ) ( -5834 6514 454 ) ( -5834 6514 464 ) common/origin 0 32 0.00 1 1 16777216 2176 0 +( -5834 6514 454 ) ( -5842 6514 454 ) ( -5842 6514 464 ) common/origin -4 32 0.00 1 1 16777216 2176 0 +( -5834 6514 464 ) ( -5842 6514 464 ) ( -5842 6522 464 ) common/origin -4 0 0.00 1 1 16777216 2176 0 +( -5842 6514 454 ) ( -5834 6514 454 ) ( -5834 6522 454 ) common/origin -4 0 0.00 1 1 16777216 2176 0 +} +} +// entity 1957 +{ +"targetname" "t4276" +"origin" "-230 -2826 692" +"classname" "info_pathnode" +} +// entity 1958 +{ +"targetname" "t4277" +"origin" "-174 -2578 756" +"classname" "info_pathnode" +} +// entity 1959 +{ +"targetname" "t4278" +"origin" "-22 -2250 828" +"classname" "info_pathnode" +} +// entity 1960 +{ +"targetname" "t4279" +"origin" "90 -1842 900" +"classname" "info_pathnode" +} +// entity 1961 +{ +"targetname" "t4280" +"origin" "106 -1570 924" +"classname" "info_pathnode" +} +// entity 1962 +{ +"targetname" "t4281" +"origin" "-54 -1210 916" +"classname" "info_pathnode" +} +// entity 1963 +{ +"targetname" "t4282" +"origin" "-374 -850 948" +"classname" "info_pathnode" +} +// entity 1964 +{ +"targetname" "t4283" +"origin" "-654 -634 1036" +"classname" "info_pathnode" +} +// entity 1965 +{ +"targetname" "t4284" +"origin" "-1014 -458 1188" +"classname" "info_pathnode" +} +// entity 1966 +{ +"targetname" "t4285" +"origin" "-1526 -282 1228" +"classname" "info_pathnode" +} +// entity 1967 +{ +"origin" "290 -2630 729" +"classname" "info_pathnode" +} +// entity 1968 +{ +"origin" "-428 -2829 724" +"classname" "info_pathnode" +} +// entity 1969 +{ +"origin" "322 -1397 900" +"classname" "info_pathnode" +} +// entity 1970 +{ +"origin" "256 -2863 645" +"classname" "info_pathnode" +} +// entity 1971 +{ +"targetname" "t4286" +"origin" "1520 4065 1857" +"classname" "info_pathnode" +} +// entity 1972 +{ +"origin" "-238 3878 1772" +"classname" "info_pathnode" +} +// entity 1973 +{ +"origin" "-190 3718 1820" +"classname" "info_pathnode" +} +// entity 1974 +{ +"origin" "-1046 4862 1868" +"classname" "info_pathnode" +} +// entity 1975 +{ +"origin" "-934 4910 1884" +"classname" "info_pathnode" +} +// entity 1976 +{ +"targetname" "t4358" +"spawnflags" "64" +"origin" "6441 5218 2121" +"classname" "info_pathnode" +} +// entity 1977 +{ +"origin" "6527 5214 2121" +"classname" "info_pathnode" +} +// entity 1978 +{ +"origin" "-3654 472 1417" +"classname" "info_pathnode" +} +// entity 1979 +{ +"health" "55" +"#set" "15" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"$targetname" "scene15_soldier" +"gun" "MP40" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"target" "t4289" +"accuracy" "8" +"mindist" "256" +"angle" "0" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-6128.00 519.00 1320.00" +} +// entity 1980 +{ +"health" "55" +"#set" "15" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"$targetname" "scene15_soldier" +"gun" "MP40" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"target" "t4290" +"accuracy" "8" +"mindist" "256" +"angle" "0" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-6112.00 719.00 1320.00" +} +// entity 1981 +{ +"health" "55" +"#set" "15" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"$targetname" "scene15_soldier" +"gun" "MP40" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"target" "t4291" +"accuracy" "8" +"mindist" "256" +"angle" "0" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-4352.00 599.00 1360.00" +} +// entity 1982 +{ +"health" "55" +"#set" "15" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"$targetname" "scene15_soldier" +"gun" "MP40" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"target" "t4292" +"accuracy" "8" +"mindist" "256" +"angle" "0" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-4592.00 271.00 1360.00" +} +// entity 1983 +{ +"origin" "-4220 -209 1296" +"classname" "info_pathnode" +} +// entity 1984 +{ +"setusethread" "plant_nebel_stickybomb" +"DestroyModel" "statweapons/nebelwerfer_w_d.tik" +"spawnflags" "1" +"$targetname" "nebel2_throbbox" +"setthread" "nebel2_bomb" +"angle" "180" +"target" "nebel2" +"origin" "2413 1067 914" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 1985 +{ +"$targetname" "nebel2" +"angle" "270" +"origin" "2461.00 1085.00 886.00" +"testanim" "idle" +"model" "statweapons/P_nebelwerfer.tik" +"scale" "1.0" +"classname" "turretweapon_german_nebelwerfer-w" +} +// entity 1986 +{ +"$targetname" "nebel3" +"angle" "250" +"origin" "-4721.18 5875.76 1510.00" +"testanim" "idle" +"model" "statweapons/P_nebelwerfer.tik" +"scale" "1.0" +"classname" "turretweapon_german_nebelwerfer-w" +} +// entity 1987 +{ +"setusethread" "plant_nebel_stickybomb" +"spawnflags" "1" +"DestroyModel" "statweapons/nebelwerfer_w_d.tik" +"$targetname" "nebel3_throbbox" +"setthread" "nebel3_bomb" +"angle" "160" +"target" "nebel3" +"origin" "-4774 5876 1534" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 1988 +{ +"$targetname" "nebel4" +"angle" "90" +"origin" "-608.00 4719.00 1820.00" +"testanim" "idle" +"model" "statweapons/P_nebelwerfer.tik" +"scale" "1.0" +"classname" "turretweapon_german_nebelwerfer-w" +} +// entity 1989 +{ +"setusethread" "plant_nebel_stickybomb" +"spawnflags" "1" +"DestroyModel" "statweapons/nebelwerfer_w_d.tik" +"$targetname" "nebel4_throbbox" +"setthread" "nebel4_bomb" +"angle" "0" +"target" "nebel4" +"origin" "-560 4742 1854" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 1990 +{ +"setthread" "nebeller2_start" +"classname" "trigger_once" +// brush 0 +{ +( 2047 141 -48 ) ( -2193 141 -48 ) ( -2193 -1955 -48 ) common/trigger 1 -3 0.00 1 1 0 65664 0 +( -2193 -1955 1960 ) ( -2193 141 1960 ) ( 2047 141 1960 ) common/trigger 1 -3 0.00 1 1 0 65664 0 +( -448 -1892 1960 ) ( 3792 -1892 1960 ) ( 3792 -1892 1928 ) common/trigger 1 0 0.00 1 1 0 65664 0 +( 5497 -896 1960 ) ( 5497 1200 1960 ) ( 5497 1200 1928 ) common/trigger 3 0 0.00 1 1 0 65664 0 +( 1358 -1642 1960 ) ( -2882 -1642 1960 ) ( -2882 -1642 1928 ) common/trigger 1 0 0.00 1 1 0 65664 0 +( -591 -605 1960 ) ( -591 -2701 1960 ) ( -591 -2701 1928 ) common/trigger 3 0 0.00 1 1 0 65664 0 +} +} +// entity 1991 +{ +"setthread" "depot_notice" +"classname" "trigger_once" +// brush 0 +{ +( 2512 3632 1120 ) ( 2512 6576 1120 ) ( 2512 6576 3168 ) common/trigger -12 0 0.00 1 1 0 65664 0 +( 2016 6800 1120 ) ( 2656 6800 1120 ) ( 2656 6800 3168 ) common/trigger 24 0 0.00 1 1 0 65664 0 +( 2688 10080 1120 ) ( 2688 7136 1120 ) ( 2688 7136 3168 ) common/trigger -12 0 0.00 1 1 0 65664 0 +( 2720 3456 1120 ) ( 2080 3456 1120 ) ( 2080 3456 3168 ) common/trigger 24 0 0.00 1 1 0 65664 0 +( 2688 3456 3168 ) ( 2048 3456 3168 ) ( 2048 6400 3168 ) common/trigger 24 12 0.00 1 1 0 65664 0 +( 2048 3456 1120 ) ( 2688 3456 1120 ) ( 2688 6400 1120 ) common/trigger 24 12 0.00 1 1 0 65664 0 +} +} +// entity 1992 +{ +"targetname" "t4294" +"target" "t4296" +"origin" "285 692 1098" +"classname" "info_waypoint" +} +// entity 1993 +{ +"targetname" "t4296" +"target" "t4298" +"origin" "541 708 1082" +"classname" "info_waypoint" +} +// entity 1994 +{ +"targetname" "t4298" +"target" "t4300" +"origin" "925 652 1066" +"classname" "info_waypoint" +} +// entity 1995 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6661.979980 4976.417480 1904 ) ( 6634.934082 4969.170410 1904 ) ( 6642.181152 4942.124512 1904 ) common/nodraw 1 31 -165.03 0.433388 -0.749771 536870912 2224 0 +surfaceparm detail +( 6642.181152 4942.124512 1936 ) ( 6634.934082 4969.170410 1936 ) ( 6661.979980 4976.417480 1936 ) german/gnrlcratesml_side 11 102 -165.12 0.217285 -0.374546 0 16384 0 +( 6662.535156 4943.437500 1968 ) ( 6689.581055 4950.685059 1968 ) ( 6689.581055 4950.685059 1904 ) german/gnrlcratesml_frnt 54 63 -180.00 0.241482 -0.250000 0 16384 0 +( 6694.757324 4931.365723 1968 ) ( 6687.510254 4958.411621 1968 ) ( 6687.510254 4958.411621 1904 ) german/gnrlcratesml_frnt 21 63 -180.00 0.241478 -0.250000 0 16384 0 +( 6661.979980 4976.417480 1968 ) ( 6634.934082 4969.170410 1968 ) ( 6634.934082 4969.170410 1904 ) german/gnrlcratesml_frnt 20 63 -180.00 0.241478 -0.250000 0 16384 0 +( 6650.389160 4973.311035 1968 ) ( 6657.635742 4946.265625 1968 ) ( 6657.635742 4946.265625 1904 ) german/gnrlcratesml_frnt 115 63 -180.00 0.241478 -0.250000 0 16384 0 +} +} +// entity 1996 +{ +"targetname" "t4325" +"spawnflags" "64" +"angle" "90" +"origin" "6974 2947 2141" +"classname" "info_pathnode" +} +// entity 1997 +{ +"targetname" "t4326" +"spawnflags" "64" +"angle" "90" +"origin" "6912 2947 2141" +"classname" "info_pathnode" +} +// entity 1998 +{ +"target" "t4308" +"$targetname" "outhouse_spawner" +"origin" "5926 3472 1960" +"classname" "script_origin" +} +// entity 1999 +{ +"targetname" "t4308" +"spawnflags" "0" +"angle" "0" +"origin" "6138 3552 1959" +"classname" "info_pathnode" +} +// entity 2000 +{ +"$targetname" "nebel1" +"origin" "-1619.86 -3847.71 530.00" +"angle" "300" +"testanim" "idle" +"model" "statweapons/P_nebelwerfer.tik" +"scale" "1.0" +"classname" "turretweapon_german_nebelwerfer-w" +} +// entity 2001 +{ +"origin" "-1452 -4196 448" +"classname" "info_pathnode" +} +// entity 2002 +{ +"origin" "-1420 -4104 524" +"classname" "info_pathnode" +} +// entity 2003 +{ +"origin" "-1412 -4304 456" +"classname" "info_pathnode" +} +// entity 2004 +{ +"origin" "-1236 -4000 484" +"classname" "info_pathnode" +} +// entity 2005 +{ +"origin" "-1584 -4380 472" +"classname" "info_pathnode" +} +// entity 2006 +{ +"origin" "-1680 -3660 608" +"classname" "info_pathnode" +} +// entity 2007 +{ +"origin" "-1312 -3660 596" +"classname" "info_pathnode" +} +// entity 2008 +{ +"target" "t4309" +"angle" "270" +"$targetname" "nebeltestnode" +"origin" "-1824 -3876 580" +"classname" "info_pathnode" +} +// entity 2009 +{ +"target" "t4310" +"angle" "270" +"$targetname" "nebeltestnode" +"origin" "-1924 -3960 624" +"classname" "info_pathnode" +} +// entity 2010 +{ +"target" "t4311" +"angle" "270" +"$targetname" "nebeltestnode" +"origin" "-1952 -4092 624" +"classname" "info_pathnode" +} +// entity 2011 +{ +"launchsound" "nebelwerfer_launch" +"spawnflags" "128" +"projectile" "projectiles/nebelwerfersnowproj.tik" +"$targetname" "nebelwerfer3" +"origin" "-4749 5794 1561" +"angle" "250" +"classname" "ProjectileGenerator_Heavy" +} +// entity 2012 +{ +"$targetname" "nebel4_rally" +"angle" "90" +"spawnflags" "0" +"origin" "-607 4702 1863" +"classname" "info_pathnode" +} +// entity 2013 +{ +"angle" "270" +"spawnflags" "1" +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6552 5124 1904 ) ( 6552.000488 5095.999512 1904 ) ( 6580 5095.999023 1904 ) common/nodraw 14 14 -90.00 -1.125031 -0.813950 536870912 2224 0 +surfaceparm detail +( 6580 5095.999023 1952 ) ( 6552.000488 5095.999512 1952 ) ( 6552 5124 1952 ) german/crate_reinforced1_top 27 29 -90.00 -0.562515 -0.406975 0 16384 0 +( 6604.000488 5116 1968 ) ( 6603.999512 5143.999512 1968 ) ( 6603.999512 5143.999512 1904 ) german/crate_reinforced1_side -27 -43 -180.00 0.562515 -0.375000 0 16384 0 +( 6603.999512 5168.000488 1968 ) ( 6576 5168.000977 1968 ) ( 6576 5168.000977 1904 ) german/crate_reinforced1_sideflt -29 -43 0.00 -0.406975 0.375000 0 16384 0 +( 6552 5124 1968 ) ( 6552.000488 5095.999512 1968 ) ( 6552.000488 5095.999512 1904 ) german/crate_reinforced1_side -27 -43 -180.00 0.562515 -0.375000 0 16384 0 +( 6552.000488 5095.999512 1968 ) ( 6580 5095.999023 1968 ) ( 6580 5095.999023 1904 ) german/crate_reinforced1_sideflt -29 -43 0.00 -0.406975 0.375000 0 16384 0 +} +} +// entity 2014 +{ +"origin" "7073 3064 2141" +"classname" "info_pathnode" +} +// entity 2015 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6577.979980 5128.417480 1952 ) ( 6550.934082 5121.170410 1952 ) ( 6558.181152 5094.124512 1952 ) common/nodraw 32 0 -165.03 0.433388 -0.749771 536870912 2224 0 +surfaceparm detail +( 6558.181152 5094.124512 1984 ) ( 6550.934082 5121.170410 1984 ) ( 6577.979980 5128.417480 1984 ) german/gnrlcratesml_side 73 -87 -165.12 0.217285 -0.374546 0 16384 0 +( 6578.535156 5095.437500 2016 ) ( 6605.581055 5102.685059 2016 ) ( 6605.581055 5102.685059 1952 ) german/gnrlcratesml_frnt 90 127 -180.00 0.241482 -0.250000 0 16384 0 +( 6610.757324 5083.365723 2016 ) ( 6603.510254 5110.411621 2016 ) ( 6603.510254 5110.411621 1952 ) german/gnrlcratesml_frnt 11 126 -180.00 0.241478 -0.250000 0 16384 0 +( 6577.979980 5128.417480 2016 ) ( 6550.934082 5121.170410 2016 ) ( 6550.934082 5121.170410 1952 ) german/gnrlcratesml_frnt 56 127 -180.00 0.241478 -0.250000 0 16384 0 +( 6566.389160 5125.311035 2016 ) ( 6573.635742 5098.265625 2016 ) ( 6573.635742 5098.265625 1952 ) german/gnrlcratesml_frnt -22 126 -180.00 0.241478 -0.250000 0 16384 0 +} +} +// entity 2016 +{ +"angle" "90" +"spawnflags" "1" +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6348 4876 1904 ) ( 6348.000488 4847.999512 1904 ) ( 6376 4847.999023 1904 ) common/nodraw 42 -55 -90.00 -1.125031 -0.813950 536870912 2224 0 +surfaceparm detail +( 6376 4847.999023 1952 ) ( 6348.000488 4847.999512 1952 ) ( 6348 4876 1952 ) german/crate_reinforced1_top 84 -110 -90.00 -0.562515 -0.406975 0 16384 0 +( 6400.000488 4868 1968 ) ( 6399.999512 4895.999512 1968 ) ( 6399.999512 4895.999512 1904 ) german/crate_reinforced1_side -84 -43 -180.00 0.562515 -0.375000 0 16384 0 +( 6399.999512 4920.000488 1968 ) ( 6372 4920.000977 1968 ) ( 6372 4920.000977 1904 ) german/crate_reinforced1_sideflt 110 -43 0.00 -0.406975 0.375000 0 16384 0 +( 6348 4876 1968 ) ( 6348.000488 4847.999512 1968 ) ( 6348.000488 4847.999512 1904 ) german/crate_reinforced1_side -84 -43 -180.00 0.562515 -0.375000 0 16384 0 +( 6348.000488 4847.999512 1968 ) ( 6376 4847.999023 1968 ) ( 6376 4847.999023 1904 ) german/crate_reinforced1_sideflt 110 -43 0.00 -0.406975 0.375000 0 16384 0 +} +} +// entity 2017 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6373.979980 4880.417480 1952 ) ( 6346.934082 4873.170410 1952 ) ( 6354.181152 4846.124512 1952 ) common/nodraw 6 -55 -165.03 0.433388 -0.749771 536870912 2224 0 +surfaceparm detail +( 6354.181152 4846.124512 1984 ) ( 6346.934082 4873.170410 1984 ) ( 6373.979980 4880.417480 1984 ) german/gnrlcratesml_side 25 -74 -165.12 0.217285 -0.374546 0 16384 0 +( 6374.535156 4847.437500 2016 ) ( 6401.581055 4854.685059 2016 ) ( 6401.581055 4854.685059 1952 ) german/gnrlcratesml_frnt 14 127 -180.00 0.241482 -0.250000 0 16384 0 +( 6406.757324 4835.365723 2016 ) ( 6399.510254 4862.411621 2016 ) ( 6399.510254 4862.411621 1952 ) german/gnrlcratesml_frnt -120 126 -180.00 0.241478 -0.250000 0 16384 0 +( 6373.979980 4880.417480 2016 ) ( 6346.934082 4873.170410 2016 ) ( 6346.934082 4873.170410 1952 ) german/gnrlcratesml_frnt 108 127 -180.00 0.241478 -0.250000 0 16384 0 +( 6362.389160 4877.311035 2016 ) ( 6369.635742 4850.265625 2016 ) ( 6369.635742 4850.265625 1952 ) german/gnrlcratesml_frnt -26 126 -180.00 0.241478 -0.250000 0 16384 0 +} +} +// entity 2018 +{ +"spawnflags" "0" +"target" "t4327" +"angle" "270" +"$targetname" "nebel2_rally" +"origin" "2460 1108 928" +"classname" "info_pathnode" +} +// entity 2019 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6387.984863 4951.998047 1904 ) ( 6359.984863 4951.998047 1904 ) ( 6359.984863 4923.998047 1904 ) common/nodraw 15 14 -180.00 0.500000 -0.501709 536870912 2224 0 +surfaceparm detail +( 6359.984863 4923.998047 1936 ) ( 6359.984863 4951.998047 1936 ) ( 6387.984863 4951.998047 1936 ) german/gnrlcratesml_side 44 41 179.87 0.249435 -0.251415 0 16384 0 +( 6379.985352 4919.998047 1968 ) ( 6407.985352 4919.998535 1968 ) ( 6407.985352 4919.998535 1904 ) german/gnrlcratesml_frnt 31 63 -180.00 0.250000 -0.250000 0 16384 0 +( 6407.984863 4899.998047 1968 ) ( 6407.984863 4927.998047 1968 ) ( 6407.984863 4927.998047 1904 ) german/gnrlcratesml_frnt 28 63 -180.00 0.250854 -0.250000 0 16384 0 +( 6387.984863 4951.998047 1968 ) ( 6359.984863 4951.998047 1968 ) ( 6359.984863 4951.998047 1904 ) german/gnrlcratesml_frnt 31 63 -180.00 0.250000 -0.250000 0 16384 0 +( 6375.984863 4951.997070 1968 ) ( 6375.984863 4923.998047 1968 ) ( 6375.984863 4923.998047 1904 ) german/gnrlcratesml_frnt 28 63 -180.00 0.250854 -0.250000 0 16384 0 +} +} +// entity 2020 +{ +"health" "55" +"#set" "6" +"maxdist" "2048" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "0" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"target" "t4250" +"origin" "-3436.00 700.00 1348.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2021 +{ +"health" "55" +"#set" "6" +"maxdist" "2048" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "0" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"target" "t4402" +"origin" "-2616.00 -1020.00 1232.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2022 +{ +"setthread" "tigertank1_thread" +"classname" "trigger_once" +// brush 0 +{ +( -576 2432 -64 ) ( -1024 2432 -64 ) ( -1024 -1152 -64 ) common/trigger -63 29 0.00 1 1 0 65664 0 +( -1024 -1152 1984 ) ( -1024 2432 1984 ) ( -576 2432 1984 ) common/trigger -63 29 0.00 1 1 0 65664 0 +( -576 -1152 1984 ) ( -576 -1152 -64 ) ( -1024 -1152 -64 ) common/trigger -63 0 0.00 1 1 0 65664 0 +( -576 2432 1984 ) ( -576 2432 -64 ) ( -576 -1152 -64 ) common/trigger -29 0 0.00 1 1 0 65664 0 +( -960 1984 1984 ) ( -960 1984 -64 ) ( -512 1984 -64 ) common/trigger -63 0 0.00 1 1 0 65664 0 +( -704 -1216 1984 ) ( -704 -1216 -64 ) ( -704 2368 -64 ) common/trigger -29 0 0.00 1 1 0 65664 0 +} +} +// entity 2023 +{ +"target" "t4384" +"$targetname" "tigertank2_path" +"origin" "742 5062 1831" +"classname" "info_waypoint" +} +// entity 2024 +{ +"origin" "6519 5010 1953" +"classname" "info_pathnode" +} +// entity 2025 +{ +"setthread" "tankbomb1" +"angle" "90" +"setusethread" "panzertank1_stickybomb_planted" +"testanim" "idle" +"spawnflags" "0" +"$targetname" "panzertank1_stickybomb_a" +"origin" "-4103 -741 1165" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2026 +{ +"$targetname" "exploder" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7064 2868 1904 ) ( 7060 2868 1904 ) ( 7060 2864 1904 ) common/caulk -8 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7060 2868 2028.000488 ) ( 7060 2864 2028.000488 ) ( 7060 2864 1904 ) mohtest/wood_joist_trim_masked 24 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7060 2864 2028.000488 ) ( 7064 2864 2032.000488 ) ( 7064 2864 1904 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2864 2032.000488 ) ( 7064 2868 2032.000488 ) ( 7064 2868 1904 ) mohtest/wood_joist_trim_masked 24 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2868 2032.000488 ) ( 7060 2868 2028.000488 ) ( 7060 2868 1904 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7060 2868 2028.000488 ) ( 7064 2868 2032.000488 ) ( 7064 2864 2032.000488 ) mohtest/wood_joist_trim_masked -6 71 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 7060 2884 1904 ) ( 7076 2884 1904 ) ( 7076 2900 1904 ) common/caulk 20 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7060 2912 2064 ) ( 7060 2888 2064 ) ( 7060 2888 2048 ) mohtest/wood_joist_trim_masked -4 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2892 2032 ) ( 7048 2892 2032 ) ( 7048 2892 2224 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2892 2060 ) ( 7064 2916 2060 ) ( 7064 2916 2044 ) mohtest/wood_joist_trim_masked -4 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7060 2896 2032 ) ( 7076 2896 2032 ) ( 7076 2896 2224 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7060 2892 2040 ) ( 7062 2896 2042 ) ( 7064 2892 2044 ) mohtest/wood_joist_trim_masked -6 71 -90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2027 +{ +"#set" "1" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( 7060 2868 1935 ) ( 7076 2868 1936 ) ( 7075 2868 1920 ) common/caulk 0 59 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 1910 ) ( 7075 2892 1910 ) ( 7075 2892 1934 ) common/caulk 0 59 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 1920 ) ( 7062 2892 1920 ) ( 7060 2892 1922 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1924 ) ( 7062 2868 1924 ) ( 7060 2868 1922 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 1922 ) ( 7064 2868 1922 ) ( 7062 2868 1924 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1920 ) ( 7062 2868 1920 ) ( 7064 2868 1922 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 7060 2868 1951 ) ( 7076 2868 1952 ) ( 7075 2868 1936 ) common/caulk 47 59 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 1926 ) ( 7075 2892 1926 ) ( 7075 2892 1950 ) common/caulk 47 59 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 1936 ) ( 7062 2892 1936 ) ( 7060 2892 1938 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1940 ) ( 7062 2868 1940 ) ( 7060 2868 1938 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 1938 ) ( 7064 2868 1938 ) ( 7062 2868 1940 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1936 ) ( 7062 2868 1936 ) ( 7064 2868 1938 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 7060 2868 1967 ) ( 7076 2868 1968 ) ( 7075 2868 1952 ) common/caulk 32 60 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 1942 ) ( 7075 2892 1942 ) ( 7075 2892 1966 ) common/caulk 32 60 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 1952 ) ( 7062 2892 1952 ) ( 7060 2892 1954 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1956 ) ( 7062 2868 1956 ) ( 7060 2868 1954 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 1954 ) ( 7064 2868 1954 ) ( 7062 2868 1956 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1952 ) ( 7062 2868 1952 ) ( 7064 2868 1954 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 7060 2868 1983 ) ( 7076 2868 1984 ) ( 7075 2868 1968 ) common/caulk 16 60 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 1958 ) ( 7075 2892 1958 ) ( 7075 2892 1982 ) common/caulk 16 60 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 1968 ) ( 7062 2892 1968 ) ( 7060 2892 1970 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1972 ) ( 7062 2868 1972 ) ( 7060 2868 1970 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 1970 ) ( 7064 2868 1970 ) ( 7062 2868 1972 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1968 ) ( 7062 2868 1968 ) ( 7064 2868 1970 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 7060 2868 1999 ) ( 7076 2868 2000 ) ( 7075 2868 1984 ) common/caulk 1 61 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 1974 ) ( 7075 2892 1974 ) ( 7075 2892 1998 ) common/caulk 1 61 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 1984 ) ( 7062 2892 1984 ) ( 7060 2892 1986 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1988 ) ( 7062 2868 1988 ) ( 7060 2868 1986 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 1986 ) ( 7064 2868 1986 ) ( 7062 2868 1988 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 1984 ) ( 7062 2868 1984 ) ( 7064 2868 1986 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( 7060 2868 2015 ) ( 7076 2868 2016 ) ( 7075 2868 2000 ) common/caulk 49 61 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 1990 ) ( 7075 2892 1990 ) ( 7075 2892 2014 ) common/caulk 49 61 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 2000 ) ( 7062 2892 2000 ) ( 7060 2892 2002 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2004 ) ( 7062 2868 2004 ) ( 7060 2868 2002 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 2002 ) ( 7064 2868 2002 ) ( 7062 2868 2004 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2000 ) ( 7062 2868 2000 ) ( 7064 2868 2002 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( 7060 2868 2031 ) ( 7076 2868 2032 ) ( 7075 2868 2016 ) common/caulk 34 62 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 2006 ) ( 7075 2892 2006 ) ( 7075 2892 2030 ) common/caulk 34 62 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 2016 ) ( 7062 2892 2016 ) ( 7060 2892 2018 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2020 ) ( 7062 2868 2020 ) ( 7060 2868 2018 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 2018 ) ( 7064 2868 2018 ) ( 7062 2868 2020 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2016 ) ( 7062 2868 2016 ) ( 7064 2868 2018 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 7 +{ +( 7060 2868 2047 ) ( 7076 2868 2048 ) ( 7075 2868 2032 ) common/caulk 17 60 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 2022 ) ( 7075 2892 2022 ) ( 7075 2892 2046 ) common/caulk 17 60 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 2032 ) ( 7062 2892 2032 ) ( 7060 2892 2034 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2036 ) ( 7062 2868 2036 ) ( 7060 2868 2034 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 2034 ) ( 7064 2868 2034 ) ( 7062 2868 2036 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2032 ) ( 7062 2868 2032 ) ( 7064 2868 2034 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2028 +{ +"$targetname" "explodersmashed" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 6848 2964 2144 ) ( 6872 2964 2144 ) ( 6872 2964 2128 ) mohtest/wood_joist_trim_masked -4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 2976 2136 ) ( 6880 2960 2136 ) ( 6880 2960 2328 ) mohtest/wood_joist_trim_masked 10 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2976 2140 ) ( 6856 2976 2140 ) ( 6856 2976 2124 ) mohtest/wood_joist_trim_masked -4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6868 2964 2112 ) ( 6868 2980 2112 ) ( 6868 2980 2304 ) mohtest/wood_joist_trim_masked 10 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6868 2964 2244 ) ( 6874 2976 2244 ) ( 6880 2964 2244 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +( 6874 2976 2212 ) ( 6868 2964 2208 ) ( 6880 2964 2216 ) mohtest/wood_joist_trim_masked -27 11 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2029 +{ +"$targetname" "explodersmashed" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 6980 2964 2144 ) ( 7004 2964 2144 ) ( 7004 2964 2128 ) mohtest/wood_joist_trim_masked 4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7020 2980 2112 ) ( 7020 2964 2112 ) ( 7020 2964 2304 ) mohtest/wood_joist_trim_masked 10 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 7016 2976 2140 ) ( 6992 2976 2140 ) ( 6992 2976 2124 ) mohtest/wood_joist_trim_masked 4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7008 2960 2188 ) ( 7008 2976 2188 ) ( 7008 2976 2380 ) mohtest/wood_joist_trim_masked 10 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6864 2964 2244 ) ( 6870 2976 2244 ) ( 6876 2964 2244 ) common/caulk 8 -16 0.00 1 1 0 65696 0 +( 7014 2976 2214 ) ( 7008 2964 2216 ) ( 7020 2964 2212 ) mohtest/wood_joist_trim_masked -27 11 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2030 +{ +"target" "t4342" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 6888 2960 2096 ) ( 6888 2976 2096 ) ( 6872 2976 2096 ) mohtest/wood_joist_trim_masked -20 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2964 2096 ) ( 6868 2964 2096 ) ( 6868 2964 2208 ) mohtest/wood_joist_trim_masked -4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 2976 2096 ) ( 6880 2964 2096 ) ( 6880 2964 2216 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6868 2976 2096 ) ( 6880 2976 2096 ) ( 6880 2976 2216 ) mohtest/wood_joist_trim_masked -4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6868 2964 2096 ) ( 6868 2976 2096 ) ( 6868 2976 2208 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6868 2964 2208 ) ( 6874 2976 2212 ) ( 6880 2964 2216 ) common/caulk 0 -16 0.00 1 1 0 65696 0 +} +} +// entity 2031 +{ +"target" "t4343" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7032 2960 2096 ) ( 7032 2976 2096 ) ( 7016 2976 2096 ) mohtest/wood_joist_trim_masked -19 47 90.00 1 1 0 16384 0 +surfaceparm detail +( 7020 2964 2096 ) ( 7008 2964 2096 ) ( 7008 2964 2216 ) mohtest/wood_joist_trim_masked 4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7020 2976 2096 ) ( 7020 2964 2096 ) ( 7020 2964 2212 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2976 2096 ) ( 7020 2976 2096 ) ( 7020 2976 2212 ) mohtest/wood_joist_trim_masked 4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7008 2964 2096 ) ( 7008 2976 2096 ) ( 7008 2976 2216 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2964 2216 ) ( 7014 2976 2214 ) ( 7020 2964 2212 ) common/caulk 8 -16 0.00 1 1 0 65696 0 +} +} +// entity 2032 +{ +"#set" "1" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( 7176 2528 2080 ) ( 7176 3360 2080 ) ( 6664 3360 2080 ) mohtest/wdflr2a -32 129 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6680 2832 2080 ) ( 6680 2832 2528 ) ( 7192 2832 2528 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 3360 2080 ) ( 6736 3360 2528 ) ( 6736 2528 2528 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7176 2528 2096 ) ( 6664 3360 2096 ) ( 7176 3360 2096 ) mohtest/wdflr2a -32 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2856 2096 ) ( 6880 2912 2080 ) ( 6880 2800 2080 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3104 2080 ) ( 6848 3104 2080 ) ( 6832 3104 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2033 +{ +"#set" "1" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( 6880 2960 2096 ) ( 6880 2976 2096 ) ( 6864 2976 2096 ) common/caulk 52 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 6848 2964 2144 ) ( 6872 2964 2144 ) ( 6872 2964 2128 ) mohtest/wood_joist_trim_masked -4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 2976 2112 ) ( 6880 2960 2112 ) ( 6880 2960 2304 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2976 2140 ) ( 6856 2976 2140 ) ( 6856 2976 2124 ) mohtest/wood_joist_trim_masked -4 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6868 2964 2112 ) ( 6868 2980 2112 ) ( 6868 2980 2304 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6868 2964 2244 ) ( 6874 2976 2244 ) ( 6880 2964 2244 ) common/caulk 0 48 0.00 1 1 0 65696 0 +} +} +// entity 2034 +{ +"#set" "1" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( 7032 2960 2096 ) ( 7032 2976 2096 ) ( 7016 2976 2096 ) common/caulk 36 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 6988 2964 2144 ) ( 7012 2964 2144 ) ( 7012 2964 2128 ) mohtest/wood_joist_trim_masked -20 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7020 2980 2112 ) ( 7020 2964 2112 ) ( 7020 2964 2304 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 7024 2976 2140 ) ( 7000 2976 2140 ) ( 7000 2976 2124 ) mohtest/wood_joist_trim_masked -20 95 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7008 2960 2112 ) ( 7008 2976 2112 ) ( 7008 2976 2304 ) mohtest/wood_joist_trim_masked -22 95 0.00 1 1 0 16384 0 +surfaceparm detail +( 6872 2964 2244 ) ( 6878 2976 2244 ) ( 6884 2964 2244 ) common/caulk 0 48 0.00 1 1 0 65696 0 +} +} +// entity 2035 +{ +"#set" "1" +"targetname" "t4344" +"origin" "7056 3272 2208" +"classname" "script_origin" +} +// entity 2036 +{ +"#set" "1" +"$targetname" "explodersmashed" +"classname" "script_object" +// brush 0 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7152 2512 2528 ) ( 7152 3344 2528 ) ( 7152 3344 2080 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7072 3120 2096 ) ( 7072 3120 2080 ) ( 7152 3120 2080 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3088 2080 ) ( 7088 3088 2096 ) ( 7152 3088 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3088 2096 ) ( 7088 3088 2080 ) ( 7072 3120 2080 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 1 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7152 2512 2528 ) ( 7152 3344 2528 ) ( 7152 3344 2080 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7136 3088 2080 ) ( 7144 3088 2080 ) ( 7140 3088 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7120 3056 2080 ) ( 7120 3056 2096 ) ( 7152 3056 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7120 3056 2096 ) ( 7120 3056 2080 ) ( 7088 3088 2080 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 2 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7152 2512 2528 ) ( 7152 3344 2528 ) ( 7152 3344 2080 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7120 3056 2080 ) ( 7144 3056 2080 ) ( 7132 3056 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7144 3024 2080 ) ( 7120 3024 2080 ) ( 7132 3024 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7136 3024 2080 ) ( 7120 3056 2080 ) ( 7128 3040 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 3 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7152 2512 2528 ) ( 7152 3344 2528 ) ( 7152 3344 2080 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7120 3024 2080 ) ( 7144 3024 2080 ) ( 7132 3024 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7144 2992 2080 ) ( 7120 2992 2080 ) ( 7132 2992 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7136 2992 2080 ) ( 7136 3024 2080 ) ( 7136 3008 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 4 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7152 2512 2528 ) ( 7152 3344 2528 ) ( 7152 3344 2080 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7120 2992 2080 ) ( 7144 2992 2080 ) ( 7132 2992 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7136 2960 2080 ) ( 7112 2960 2080 ) ( 7124 2960 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +( 7144 2960 2080 ) ( 7136 2992 2080 ) ( 7140 2976 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 5 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7152 2512 2528 ) ( 7152 3344 2528 ) ( 7152 3344 2080 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7064 3152 2096 ) ( 7064 3152 2080 ) ( 7152 3152 2080 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7128 3120 2080 ) ( 7096 3120 2080 ) ( 7112 3120 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7064 3152 2080 ) ( 7064 3152 2096 ) ( 7072 3120 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 6 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7152 2512 2528 ) ( 7152 3344 2528 ) ( 7152 3344 2080 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3184 2080 ) ( 6896 3184 2080 ) ( 6856 3184 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7064 3152 2080 ) ( 7064 3152 2096 ) ( 7152 3152 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7064 3152 2096 ) ( 7064 3152 2080 ) ( 7040 3184 2080 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +} +// entity 2037 +{ +"$targetname" "explodersmashed" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7176 2464 2080 ) ( 7176 3296 2080 ) ( 6664 3296 2080 ) mohtest/wdflr2a 32 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 3296 2080 ) ( 6736 3296 2528 ) ( 6736 2464 2528 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7176 2464 2096 ) ( 6664 3296 2096 ) ( 7176 3296 2096 ) mohtest/wdflr2a 32 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6824 3104 2080 ) ( 6848 3104 2080 ) ( 6836 3104 2096 ) mohtest/wdflr2a 96 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6808 3072 2096 ) ( 6808 3072 2080 ) ( 6736 3072 2080 ) mohtest/wdflr2a 96 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6808 3072 2080 ) ( 6808 3072 2096 ) ( 6840 3104 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 1 +{ +( 7176 2400 2080 ) ( 7176 3232 2080 ) ( 6664 3232 2080 ) mohtest/wdflr2a 96 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 3232 2080 ) ( 6736 3232 2528 ) ( 6736 2400 2528 ) common/caulk 32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7176 2400 2096 ) ( 6664 3232 2096 ) ( 7176 3232 2096 ) mohtest/wdflr2a 96 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7032 3072 2096 ) ( 6992 3072 2080 ) ( 7072 3072 2080 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3040 2096 ) ( 6816 3040 2080 ) ( 6736 3040 2080 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3040 2080 ) ( 6816 3040 2096 ) ( 6808 3072 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 2 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 3264 2080 ) ( 6736 3264 2528 ) ( 6736 2432 2528 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6832 3040 2080 ) ( 6848 3040 2080 ) ( 6840 3040 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6792 3008 2096 ) ( 6792 3008 2080 ) ( 6736 3008 2080 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6792 3008 2080 ) ( 6792 3008 2096 ) ( 6816 3040 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 3 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 3264 2080 ) ( 6736 3264 2528 ) ( 6736 2432 2528 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6832 3008 2080 ) ( 6848 3008 2080 ) ( 6840 3008 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6856 2976 2080 ) ( 6840 2976 2080 ) ( 6848 2976 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6792 3008 2080 ) ( 6800 2976 2080 ) ( 6796 2992 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 4 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 3264 2080 ) ( 6736 3264 2528 ) ( 6736 2432 2528 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6800 2976 2080 ) ( 6800 2976 2096 ) ( 6736 2976 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6784 2944 2096 ) ( 6784 2944 2080 ) ( 6736 2944 2080 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6800 2976 2096 ) ( 6800 2976 2080 ) ( 6784 2944 2080 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 5 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 3264 2080 ) ( 6736 3264 2528 ) ( 6736 2432 2528 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6848 2944 2080 ) ( 6864 2944 2080 ) ( 6856 2944 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6864 2912 2080 ) ( 6848 2912 2080 ) ( 6856 2912 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6784 2944 2080 ) ( 6776 2912 2080 ) ( 6780 2928 2096 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +// brush 6 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 3264 2080 ) ( 6736 3264 2528 ) ( 6736 2432 2528 ) common/caulk 0 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6776 2912 2080 ) ( 6776 2912 2096 ) ( 6736 2912 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6760 2880 2096 ) ( 6760 2880 2080 ) ( 6736 2880 2080 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6776 2912 2096 ) ( 6776 2912 2080 ) ( 6760 2880 2080 ) mohtest/floorcore2 0 0 0.00 -0.250000 0.250000 0 16384 0 +} +} +// entity 2038 +{ +"target" "t4345" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7176 2400 2080 ) ( 7176 3232 2080 ) ( 6664 3232 2080 ) mohtest/wdflr2a 96 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7176 2400 2096 ) ( 6664 3232 2096 ) ( 7176 3232 2096 ) mohtest/wdflr2a 96 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7032 3072 2096 ) ( 6992 3072 2080 ) ( 7072 3072 2080 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2728 2096 ) ( 6880 2784 2080 ) ( 6880 2672 2080 ) mohtest/wdflr2a 96 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6848 3040 2080 ) ( 6824 3040 2080 ) ( 6836 3040 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6792 3040 2080 ) ( 6808 3072 2080 ) ( 6800 3056 2096 ) mohtest/wdflr2a 96 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2039 +{ +"target" "t4346" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7176 2464 2080 ) ( 7176 3296 2080 ) ( 6664 3296 2080 ) mohtest/wdflr2a 32 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7176 2464 2096 ) ( 6664 3296 2096 ) ( 7176 3296 2096 ) mohtest/wdflr2a 32 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2792 2096 ) ( 6880 2848 2080 ) ( 6880 2736 2080 ) mohtest/wdflr2a 32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6824 3104 2080 ) ( 6848 3104 2080 ) ( 6836 3104 2096 ) mohtest/wdflr2a 96 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6848 3072 2080 ) ( 6832 3072 2080 ) ( 6840 3072 2096 ) mohtest/wdflr2a 96 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6848 3072 2080 ) ( 6840 3104 2080 ) ( 6844 3088 2096 ) mohtest/wdflr2a 32 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2040 +{ +"target" "t4347" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2760 2096 ) ( 6880 2816 2080 ) ( 6880 2704 2080 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6832 3040 2080 ) ( 6848 3040 2080 ) ( 6840 3040 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6848 3008 2080 ) ( 6832 3008 2080 ) ( 6840 3008 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6808 3008 2080 ) ( 6816 3040 2080 ) ( 6812 3024 2096 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2041 +{ +"target" "t4348" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2760 2096 ) ( 6880 2816 2080 ) ( 6880 2704 2080 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6832 3008 2080 ) ( 6848 3008 2080 ) ( 6840 3008 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6856 2976 2080 ) ( 6840 2976 2080 ) ( 6848 2976 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6800 2976 2080 ) ( 6792 3008 2080 ) ( 6796 2992 2096 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2042 +{ +"target" "t4349" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2760 2096 ) ( 6880 2816 2080 ) ( 6880 2704 2080 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6840 2976 2080 ) ( 6856 2976 2080 ) ( 6848 2976 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6864 2944 2080 ) ( 6848 2944 2080 ) ( 6856 2944 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6800 2944 2080 ) ( 6768 2976 2080 ) ( 6784 2960 2096 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2043 +{ +"target" "t4350" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2760 2096 ) ( 6880 2816 2080 ) ( 6880 2704 2080 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6848 2944 2080 ) ( 6864 2944 2080 ) ( 6856 2944 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6864 2912 2080 ) ( 6848 2912 2080 ) ( 6856 2912 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6776 2912 2080 ) ( 6784 2944 2080 ) ( 6780 2928 2096 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2044 +{ +"target" "t4351" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7176 2432 2080 ) ( 7176 3264 2080 ) ( 6664 3264 2080 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 7176 2432 2096 ) ( 6664 3264 2096 ) ( 7176 3264 2096 ) mohtest/wdflr2a 64 129 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 2760 2096 ) ( 6880 2816 2080 ) ( 6880 2704 2080 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6848 2912 2080 ) ( 6864 2912 2080 ) ( 6856 2912 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6856 2880 2080 ) ( 6832 2880 2080 ) ( 6844 2880 2096 ) mohtest/wdflr2a -32 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6768 2880 2080 ) ( 6760 2912 2080 ) ( 6764 2896 2096 ) mohtest/wdflr2a 64 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2045 +{ +"#set" "1" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 7152 2512 2528 ) ( 7152 3344 2528 ) ( 7152 3344 2080 ) common/caulk -16 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2784 2080 ) ( 7008 2896 2080 ) ( 7008 2840 2096 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7108 2912 2080 ) ( 7052 2912 2080 ) ( 7080 2912 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7120 3184 2080 ) ( 7144 3184 2080 ) ( 7132 3184 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2046 +{ +"target" "t4352" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2784 2080 ) ( 7008 2896 2080 ) ( 7008 2840 2096 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7120 2992 2080 ) ( 7144 2992 2080 ) ( 7132 2992 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7136 2960 2080 ) ( 7112 2960 2080 ) ( 7124 2960 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7136 2992 2080 ) ( 7144 2960 2080 ) ( 7140 2976 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2047 +{ +"target" "t4353" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2784 2080 ) ( 7008 2896 2080 ) ( 7008 2840 2096 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7120 3024 2080 ) ( 7144 3024 2080 ) ( 7132 3024 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7144 2992 2080 ) ( 7120 2992 2080 ) ( 7132 2992 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7128 3024 2080 ) ( 7128 2992 2080 ) ( 7128 3008 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2048 +{ +"target" "t4354" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2784 2080 ) ( 7008 2896 2080 ) ( 7008 2840 2096 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7120 3056 2080 ) ( 7144 3056 2080 ) ( 7132 3056 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7144 3024 2080 ) ( 7120 3024 2080 ) ( 7132 3024 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7120 3056 2080 ) ( 7136 3024 2080 ) ( 7128 3040 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2049 +{ +"target" "t4355" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2784 2080 ) ( 7008 2896 2080 ) ( 7008 2840 2096 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7136 3088 2080 ) ( 7144 3088 2080 ) ( 7140 3088 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7144 3056 2080 ) ( 7120 3056 2080 ) ( 7132 3056 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3088 2080 ) ( 7104 3056 2080 ) ( 7096 3072 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2050 +{ +"target" "t4356" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2784 2080 ) ( 7008 2896 2080 ) ( 7008 2840 2096 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7096 3120 2080 ) ( 7128 3120 2080 ) ( 7112 3120 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7144 3088 2080 ) ( 7136 3088 2080 ) ( 7140 3088 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3120 2080 ) ( 7072 3088 2080 ) ( 7080 3104 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2051 +{ +"target" "t4357" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2784 2080 ) ( 7008 2896 2080 ) ( 7008 2840 2096 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7056 3152 2080 ) ( 7100 3152 2080 ) ( 7078 3152 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7128 3120 2080 ) ( 7096 3120 2080 ) ( 7112 3120 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7080 3152 2080 ) ( 7072 3120 2080 ) ( 7076 3136 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2052 +{ +"target" "t4344" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7224 3344 2080 ) ( 6712 3344 2080 ) ( 6712 2512 2080 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6712 3344 2096 ) ( 7224 3344 2096 ) ( 6712 2512 2096 ) mohtest/wdflr2a -16 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3184 2080 ) ( 6896 3184 2080 ) ( 6856 3184 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2784 2080 ) ( 7008 2896 2080 ) ( 7008 2840 2096 ) mohtest/wdflr2a -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7100 3152 2080 ) ( 7056 3152 2080 ) ( 7078 3152 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 7040 3184 2080 ) ( 7056 3152 2080 ) ( 7048 3168 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2053 +{ +"$targetname" "exploder" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7224 3648 2080 ) ( 6712 3648 2080 ) ( 6712 2816 2080 ) mohtest/wdflr2a -64 -127 90.00 1 1 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 6680 2832 2528 ) ( 7192 2832 2528 ) ( 7192 2832 2080 ) common/caulk 8 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 6712 3648 2096 ) ( 7224 3648 2096 ) ( 6712 2816 2096 ) mohtest/wdflr2a -64 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6864 2976 2080 ) ( 6944 2976 2080 ) ( 6904 2976 2096 ) mohtest/wdflr2a 0 -127 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 3360 2080 ) ( 6880 3488 2080 ) ( 6880 3424 2096 ) common/caulk -56 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 7008 3200 2080 ) ( 7008 3088 2080 ) ( 7008 3144 2096 ) mohtest/wdflr2a 0 -63 90.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 2054 +{ +"#set" "1" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( 6816 2976 1904 ) ( 6800 2976 1904 ) ( 6800 2960 1904 ) common/caulk -12 12 90.00 1 1 0 65696 0 +surfaceparm detail +( 6804 2950 2080 ) ( 6800 2950 2080 ) ( 6800 2974 2080 ) common/caulk -12 12 90.00 1 1 0 65696 0 +surfaceparm detail +( 6816 2944 1920 ) ( 6816 2968 1920 ) ( 6816 2968 1904 ) mohtest/wood_joist_trim_masked 29 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6800 2976 1888 ) ( 6816 2976 1888 ) ( 6816 2976 2080 ) mohtest/wood_joist_trim_masked -6 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6800 2976 1916 ) ( 6800 2952 1916 ) ( 6800 2952 1900 ) mohtest/wood_joist_trim_masked 29 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6816 2960 1888 ) ( 6800 2960 1888 ) ( 6800 2960 2080 ) mohtest/wood_joist_trim_masked -6 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6816 2976 2032 ) ( 6816 2960 2032 ) ( 6816 2960 2016 ) common/caulk 9 -52 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 6868 2976 2088 ) ( 6852 2976 2088 ) ( 6816 2976 2032 ) mohtest/wood_joist_trim_masked 3 -107 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6872 2976 2088 ) ( 6872 2960 2088 ) ( 6816 2960 2032 ) mohtest/wood_joist_trim_masked 27 -112 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6848 2960 1924 ) ( 6872 2960 1924 ) ( 6872 2960 1908 ) mohtest/wood_joist_trim_masked 3 -107 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6888 2960 2088 ) ( 6888 2976 2088 ) ( 6816 2976 2016 ) mohtest/wood_joist_trim_masked 27 -112 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6864 2976 2080 ) ( 6880 2976 2080 ) ( 6872 2960 2080 ) common/caulk -29 -52 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 2 +{ +( 6800 2976 2032 ) ( 6816 2976 2032 ) ( 6816 2976 2016 ) common/caulk 10 -4 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6800 3028 2088 ) ( 6800 3012 2088 ) ( 6800 2976 2032 ) mohtest/wood_joist_trim_masked 0 -6 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6800 3032 2088 ) ( 6816 3032 2088 ) ( 6816 2976 2032 ) mohtest/wood_joist_trim_masked 11 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3008 1924 ) ( 6816 3032 1924 ) ( 6816 3032 1908 ) mohtest/wood_joist_trim_masked 0 -6 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6816 3048 2088 ) ( 6800 3048 2088 ) ( 6800 2976 2016 ) mohtest/wood_joist_trim_masked 11 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6800 3024 2080 ) ( 6800 3040 2080 ) ( 6816 3032 2080 ) common/caulk 36 -3 -90.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 2055 +{ +"$targetname" "exploder" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7088 2976 1904 ) ( 7072 2976 1904 ) ( 7072 2960 1904 ) common/caulk 36 -52 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7084 2986 2080 ) ( 7088 2986 2080 ) ( 7088 2962 2080 ) common/caulk 36 -52 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7072 2992 1920 ) ( 7072 2968 1920 ) ( 7072 2968 1904 ) mohtest/wood_joist_trim_masked -20 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 7088 2960 1888 ) ( 7072 2960 1888 ) ( 7072 2960 2080 ) mohtest/wood_joist_trim_masked 26 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7088 2960 1932 ) ( 7088 2984 1932 ) ( 7088 2984 1916 ) mohtest/wood_joist_trim_masked -20 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 7072 2976 1888 ) ( 7088 2976 1888 ) ( 7088 2976 2080 ) mohtest/wood_joist_trim_masked 26 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 7072 2976 2032 ) ( 7088 2976 2032 ) ( 7088 2976 2016 ) common/caulk 10 -52 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7072 3028 2088 ) ( 7072 3012 2088 ) ( 7072 2976 2032 ) mohtest/wood_joist_trim_masked -2 -10 -45.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( 7072 3032 2088 ) ( 7088 3032 2088 ) ( 7088 2976 2032 ) mohtest/wood_joist_trim_masked 26 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3008 1924 ) ( 7088 3032 1924 ) ( 7088 3032 1908 ) mohtest/wood_joist_trim_masked -2 -10 -45.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( 7088 3048 2088 ) ( 7072 3048 2088 ) ( 7072 2976 2016 ) mohtest/wood_joist_trim_masked 26 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 7072 3024 2080 ) ( 7072 3040 2080 ) ( 7088 3032 2080 ) common/caulk 36 -52 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 2 +{ +( 7072 2960 2032 ) ( 7072 2976 2032 ) ( 7072 2976 2016 ) common/caulk 8 61 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7020 2960 2088 ) ( 7036 2960 2088 ) ( 7072 2960 2032 ) mohtest/wood_joist_trim_masked -31 57 -135.00 0.999893 -1.000238 0 16384 0 +surfaceparm detail +( 7016 2960 2088 ) ( 7016 2976 2088 ) ( 7072 2976 2032 ) mohtest/wood_joist_trim_masked -21 80 90.00 1 1 0 16384 0 +surfaceparm detail +( 7040 2976 1924 ) ( 7016 2976 1924 ) ( 7016 2976 1908 ) mohtest/wood_joist_trim_masked -31 57 -135.00 0.999893 -1.000238 0 16384 0 +surfaceparm detail +( 7000 2976 2088 ) ( 7000 2960 2088 ) ( 7072 2960 2016 ) mohtest/wood_joist_trim_masked -21 80 90.00 1 1 0 16384 0 +surfaceparm detail +( 7024 2960 2080 ) ( 7008 2960 2080 ) ( 7016 2976 2080 ) common/caulk 35 61 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 2056 +{ +"$targetname" "exploder" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 6868 2960 2156 ) ( 6868 2960 2132 ) ( 6868 2976 2132 ) mohtest/wood_joist_trim_masked 12 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 3186 2128 ) ( 6868 3186 2128 ) ( 6868 2908 2128 ) mohtest/wood_joist_trim_masked 5 -17 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 2964 2128 ) ( 6880 2964 2152 ) ( 6880 2980 2152 ) mohtest/wood_joist_trim_masked 12 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6868 3186 2128 ) ( 6880 3186 2128 ) ( 6880 3186 2134 ) common/caulk 0 47 -180.00 1 1 0 65696 0 +( 6880 2976 2128 ) ( 6870 2976 2128 ) ( 6875 2976 2134 ) common/caulk 0 47 -180.00 1 1 0 65696 0 +( 6868 3102 2132 ) ( 6868 3110 2132 ) ( 6880 3106 2132 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +// brush 1 +{ +( 6876 2876 2096 ) ( 6876 3040 2096 ) ( 6864 3040 2096 ) common/nodraw 24 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6860 3040 2128 ) ( 6872 3040 2128 ) ( 6872 2876 2128 ) common/nodraw 24 43 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6856 2976 2096 ) ( 6856 2976 2112 ) ( 6868 2976 2112 ) common/nodraw 24 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6872 3240 2096 ) ( 6872 3240 2112 ) ( 6872 3076 2112 ) common/nodraw -40 13 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6876 2880 2096 ) ( 6876 2880 2112 ) ( 6876 3044 2112 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +( 6864 3186 2096 ) ( 6888 3186 2096 ) ( 6876 3186 2128 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +} +} +// entity 2057 +{ +"#set" "1" +"$targetname" "exploder" +"classname" "script_object" +// brush 0 +{ +( 6864 2976 2156 ) ( 6864 2976 2132 ) ( 6880 2976 2132 ) mohtest/wood_joist_trim_masked 13 47 90.00 1 1 0 16384 0 +surfaceparm detail +( 7090 2964 2128 ) ( 7090 2976 2128 ) ( 6812 2976 2128 ) mohtest/wood_joist_trim_masked 25 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6868 2964 2128 ) ( 6868 2964 2152 ) ( 6884 2964 2152 ) mohtest/wood_joist_trim_masked 13 47 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 2974 2128 ) ( 7008 2962 2128 ) ( 7008 2962 2134 ) common/caulk -52 47 0.00 1 -1 0 65696 0 +( 6880 2964 2128 ) ( 6880 2974 2128 ) ( 6880 2969 2134 ) common/caulk -52 47 0.00 1 -1 0 65696 0 +( 6880 3102 2132 ) ( 6880 3110 2132 ) ( 7008 3106 2132 ) mohtest/wood_joist_trim_masked 25 47 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6948 2960 2096 ) ( 6948 2972 2096 ) ( 6784 2972 2096 ) common/nodraw 8 -17 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6784 2968 2128 ) ( 6948 2968 2128 ) ( 6948 2956 2128 ) common/nodraw 8 -17 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6880 2964 2112 ) ( 6880 2952 2112 ) ( 6880 2952 2096 ) common/nodraw 8 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6984 2968 2112 ) ( 7148 2968 2112 ) ( 7148 2968 2096 ) common/nodraw 20 14 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 7008 3020 2112 ) ( 7008 3032 2112 ) ( 7008 3032 2096 ) common/nodraw 8 14 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6948 2972 2112 ) ( 6784 2972 2112 ) ( 6784 2972 2096 ) algiers/lighthouse_railing 0 -30 0.00 1 1 204800 262688 0 +} +} +// entity 2058 +{ +"$targetname" "exploder" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7012 3286 2096 ) ( 7012 3122 2096 ) ( 7024 3122 2096 ) common/nodraw 24 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 7028 3122 2128 ) ( 7016 3122 2128 ) ( 7016 3286 2128 ) common/nodraw 24 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 7032 3186 2096 ) ( 7032 3186 2112 ) ( 7020 3186 2112 ) common/nodraw 24 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 7016 2922 2096 ) ( 7016 2922 2112 ) ( 7016 3086 2112 ) common/nodraw 42 12 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 7012 3282 2096 ) ( 7012 3282 2112 ) ( 7012 3118 2112 ) algiers/lighthouse_railing 18 -30 -180.00 1 -1 204800 262688 0 +( 7024 2976 2096 ) ( 7000 2976 2096 ) ( 7012 2976 2128 ) algiers/lighthouse_railing 64 -30 -180.00 1 -1 204800 262688 0 +} +// brush 1 +{ +( 7008 2960 2156 ) ( 7008 2960 2132 ) ( 7008 2976 2132 ) mohtest/wood_joist_trim_masked 12 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 7020 3186 2128 ) ( 7008 3186 2128 ) ( 7008 2908 2128 ) mohtest/wood_joist_trim_masked 25 -17 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7020 2964 2128 ) ( 7020 2964 2152 ) ( 7020 2980 2152 ) mohtest/wood_joist_trim_masked 12 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 3186 2128 ) ( 7020 3186 2128 ) ( 7020 3186 2134 ) common/caulk -52 47 -180.00 1 1 0 65696 0 +( 6880 2976 2128 ) ( 6870 2976 2128 ) ( 6875 2976 2134 ) common/caulk -52 47 -180.00 1 1 0 65696 0 +( 7008 3102 2132 ) ( 7008 3110 2132 ) ( 7020 3106 2132 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +} +// entity 2059 +{ +"$targetname" "ladder_mask" +"angle" "0" +"classname" "func_ladder" +// brush 0 +{ +( 7060 2852 1904 ) ( 7060 2896 1904 ) ( 7048 2896 1904 ) common/ladder -4 56 -90.00 1 1 0 136 0 +( 7056 2904 2004 ) ( 7056 2860 2004 ) ( 7056 2860 2000 ) common/ladder -4 0 -180.00 1 -1 0 136 0 +( 7048 2860 2004 ) ( 7060 2860 2004 ) ( 7060 2860 2000 ) common/ladder -56 0 0.00 1 1 0 136 0 +( 7060 2860 2004 ) ( 7060 2904 2004 ) ( 7060 2904 2000 ) common/ladder -4 0 -180.00 1 -1 0 136 0 +( 7060 2900 2004 ) ( 7048 2900 2004 ) ( 7048 2900 2000 ) common/ladder -56 0 0.00 1 1 0 136 0 +( 7056 2888 2124 ) ( 7060 2880 2124 ) ( 7056 2872 2124 ) common/ladder -4 56 -90.00 1 1 0 136 0 +} +} +// entity 2060 +{ +"health" "55" +"$enemyname" "catwalk_dude1" +"gun" "MG42" +"#set" "13" +"$targetname" "enemyspawner" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "50" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "180" +"testanim" "idle" +"origin" "7064.00 3024.00 2150.00" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2061 +{ +"health" "55" +"$enemyname" "catwalk_dude2" +"$targetname" "enemyspawner" +"gun" "MG42" +"#set" "13" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "0" +"testanim" "idle" +"origin" "6834.00 3166.00 2148.00" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2062 +{ +"$targetname" "scene13_trigger" +"setthread" "scene13_spawner" +"classname" "trigger_useonce" +// brush 0 +{ +( 7112 3680 1888 ) ( 6824 3680 1888 ) ( 6824 3648 1888 ) common/trigger -2 0 0.00 1 1 0 65664 0 +( 6824 3648 2032 ) ( 6824 3680 2032 ) ( 7112 3680 2032 ) common/trigger -2 0 0.00 1 1 0 65664 0 +( 6826 3648 2080 ) ( 7114 3648 2080 ) ( 7114 3648 1904 ) common/trigger -2 0 0.00 1 1 0 65664 0 +( 7012 3640 2080 ) ( 7012 3672 2080 ) ( 7012 3672 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 7112 3676 2080 ) ( 6824 3676 2080 ) ( 6824 3676 1904 ) common/trigger -2 0 0.00 1 1 0 65664 0 +( 6876 3672 2080 ) ( 6876 3640 2080 ) ( 6876 3640 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 2063 +{ +"setusethread" "panzertank3_stickybomb_planted" +"setthread" "scene13_collapsing_catwalk" +"angle" "180" +"testanim" "idle" +"spawnflags" "1" +"$targetname" "panzertank3_stickybomb_a" +"origin" "6897 3158 1946" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2064 +{ +"classname" "script_object" +// brush 0 +{ +( 7012 3286 2096 ) ( 7012 3122 2096 ) ( 7024 3122 2096 ) common/nodraw 24 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 7028 3122 2128 ) ( 7016 3122 2128 ) ( 7016 3286 2128 ) common/nodraw 24 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 7032 3186 2096 ) ( 7032 3186 2112 ) ( 7020 3186 2112 ) common/nodraw 24 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 7016 2922 2096 ) ( 7016 2922 2112 ) ( 7016 3086 2112 ) common/nodraw 42 12 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 7012 3282 2096 ) ( 7012 3282 2112 ) ( 7012 3118 2112 ) algiers/lighthouse_railing 18 -30 -180.00 1 -1 204800 262688 0 +( 7012 3168 2096 ) ( 7012 3144 2128 ) ( 7016 3156 2112 ) common/nodraw 10 12 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 7008 2960 2156 ) ( 7008 2960 2132 ) ( 7008 2976 2132 ) mohtest/wood_joist_trim_masked 12 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 7020 3186 2128 ) ( 7008 3186 2128 ) ( 7008 2908 2128 ) mohtest/wood_joist_trim_masked -7 -17 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7020 2964 2128 ) ( 7020 2964 2152 ) ( 7020 2980 2152 ) mohtest/wood_joist_trim_masked 12 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 3186 2128 ) ( 7020 3186 2128 ) ( 7020 3186 2134 ) common/caulk 12 47 -180.00 1 1 0 65696 0 +( 6888 3128 2128 ) ( 6878 3128 2128 ) ( 6883 3128 2134 ) mohtest/wood_joist_trim_masked 12 -49 90.00 1 1 0 16384 0 +surfaceparm detail +( 7008 3102 2132 ) ( 7008 3110 2132 ) ( 7020 3106 2132 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +} +} +// entity 2065 +{ +"#set" "1" +"$targetname" "explodersmashed" +"classname" "script_object" +// brush 0 +{ +( 6872 3134 2096 ) ( 6876 3134 2096 ) ( 6876 3186 2096 ) common/nodraw -52 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6876 3118 2128 ) ( 6872 3118 2128 ) ( 6872 3186 2128 ) common/nodraw -52 -39 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6868 3186 2112 ) ( 6856 3186 2112 ) ( 6856 3186 2096 ) common/nodraw -52 13 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6872 3086 2112 ) ( 6872 2922 2112 ) ( 6872 2922 2096 ) common/nodraw 42 12 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6876 3118 2112 ) ( 6876 3282 2112 ) ( 6876 3282 2096 ) algiers/lighthouse_railing 18 -30 -180.00 1 -1 204800 262688 0 +( 6872 3118 2128 ) ( 6876 3118 2128 ) ( 6876 3134 2096 ) common/nodraw -2 12 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 6868 2960 2156 ) ( 6868 2960 2132 ) ( 6868 2976 2132 ) mohtest/wood_joist_trim_masked 12 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6880 3186 2128 ) ( 6868 3186 2128 ) ( 6868 2908 2128 ) mohtest/wood_joist_trim_masked 5 -17 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6880 2964 2128 ) ( 6880 2964 2152 ) ( 6880 2980 2152 ) mohtest/wood_joist_trim_masked 12 -17 90.00 1 1 0 16384 0 +surfaceparm detail +( 6868 3186 2128 ) ( 6880 3186 2128 ) ( 6880 3186 2134 ) common/caulk 0 47 -180.00 1 1 0 65696 0 +( 6748 3114 2126 ) ( 6738 3114 2126 ) ( 6743 3114 2132 ) mohtest/wood_joist_trim_masked 12 91 90.00 1 1 0 16384 0 +surfaceparm detail +( 6868 3102 2132 ) ( 6868 3110 2132 ) ( 6880 3106 2132 ) mohtest/wood_joist_trim_masked 12 0 0.00 1 1 0 16384 0 +} +} +// entity 2066 +{ +"#set" "1" +"targetname" "t4346" +"origin" "6840 3160 2184" +"classname" "script_origin" +} +// entity 2067 +{ +"#set" "1" +"targetname" "t4349" +"origin" "6816 3024 2144" +"classname" "script_origin" +} +// entity 2068 +{ +"#set" "1" +"targetname" "t4354" +"origin" "7120 3112 2168" +"classname" "script_origin" +} +// entity 2069 +{ +"#set" "1" +"targetname" "t4352" +"origin" "7136 2944 2176" +"classname" "script_origin" +} +// entity 2070 +{ +"#set" "1" +"targetname" "t4351" +"origin" "6792 2912 2200" +"classname" "script_origin" +} +// entity 2071 +{ +"#set" "1" +"targetname" "t4348" +"origin" "6816 3128 2412" +"classname" "script_origin" +} +// entity 2072 +{ +"#set" "1" +"targetname" "t4345" +"origin" "6776 3120 2144" +"classname" "script_origin" +} +// entity 2073 +{ +"#set" "1" +"targetname" "t4347" +"origin" "6872 3240 2408" +"classname" "script_origin" +} +// entity 2074 +{ +"#set" "1" +"targetname" "t4350" +"origin" "6784 2976 2176" +"classname" "script_origin" +} +// entity 2075 +{ +"#set" "1" +"targetname" "t4353" +"origin" "7088 3000 2200" +"classname" "script_origin" +} +// entity 2076 +{ +"#set" "1" +"targetname" "t4355" +"origin" "7096 3080 2436" +"classname" "script_origin" +} +// entity 2077 +{ +"#set" "1" +"targetname" "t4356" +"origin" "7048 3272 2420" +"classname" "script_origin" +} +// entity 2078 +{ +"#set" "1" +"targetname" "t4357" +"origin" "7104 3184 2200" +"classname" "script_origin" +} +// entity 2079 +{ +"#set" "1" +"targetname" "t4342" +"origin" "6876 2968 2052" +"classname" "script_origin" +} +// entity 2080 +{ +"#set" "1" +"targetname" "t4343" +"origin" "7012 2968 2052" +"classname" "script_origin" +} +// entity 2081 +{ +"$targetname" "explodersmashed" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7104 2960 2004 ) ( 7080 2960 2004 ) ( 7080 2960 2020 ) mohtest/wood_joist_trim_masked -4 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7072 2972 2012 ) ( 7072 2956 2012 ) ( 7072 2956 1820 ) mohtest/wood_joist_trim_masked 6 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7072 2976 2008 ) ( 7096 2976 2008 ) ( 7096 2976 2024 ) mohtest/wood_joist_trim_masked -4 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7088 2960 2036 ) ( 7088 2976 2036 ) ( 7088 2976 1844 ) mohtest/wood_joist_trim_masked 6 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7084 2960 1904 ) ( 7078 2972 1904 ) ( 7072 2960 1904 ) common/caulk 0 -12 -180.00 1 -1 0 65696 0 +( 7078 2976 1964 ) ( 7084 2964 1968 ) ( 7072 2964 1960 ) mohtest/wood_joist_trim_masked 0 11 90.00 1 -1 0 16384 0 +surfaceparm detail +} +} +// entity 2082 +{ +"$targetname" "explodersmashed" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 6844 2960 2004 ) ( 6820 2960 2004 ) ( 6820 2960 2020 ) mohtest/wood_joist_trim_masked 4 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6800 2980 2036 ) ( 6800 2964 2036 ) ( 6800 2964 1844 ) mohtest/wood_joist_trim_masked 6 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6808 2976 2008 ) ( 6832 2976 2008 ) ( 6832 2976 2024 ) mohtest/wood_joist_trim_masked 4 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6816 2956 1960 ) ( 6816 2972 1960 ) ( 6816 2972 1768 ) mohtest/wood_joist_trim_masked 6 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6960 2960 1904 ) ( 6954 2972 1904 ) ( 6948 2960 1904 ) common/caulk -56 -12 -180.00 1 -1 0 65696 0 +( 6810 2976 1962 ) ( 6816 2964 1960 ) ( 6804 2964 1964 ) mohtest/wood_joist_trim_masked 0 11 90.00 1 -1 0 16384 0 +surfaceparm detail +} +} +// entity 2083 +{ +"target" "t4343" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 7064 2956 2080 ) ( 7064 2972 2080 ) ( 7080 2972 2080 ) mohtest/wood_joist_trim_masked 7 111 90.00 1 -1 0 16384 0 +surfaceparm detail +( 7072 2960 2052 ) ( 7084 2960 2052 ) ( 7084 2960 1940 ) mohtest/wood_joist_trim_masked -4 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7072 2972 2052 ) ( 7072 2960 2052 ) ( 7072 2960 1932 ) mohtest/wood_joist_trim_masked 6 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7084 2976 2052 ) ( 7072 2976 2052 ) ( 7072 2976 1932 ) mohtest/wood_joist_trim_masked -4 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7088 2960 2052 ) ( 7088 2972 2052 ) ( 7088 2972 1940 ) mohtest/wood_joist_trim_masked 6 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 7084 2964 1968 ) ( 7078 2976 1964 ) ( 7072 2964 1960 ) common/caulk 0 -12 -180.00 1 -1 0 65696 0 +} +} +// entity 2084 +{ +"target" "t4342" +"$targetname" "exploderchunk" +"#set" "1" +"classname" "script_object" +// brush 0 +{ +( 6792 2956 2080 ) ( 6792 2972 2080 ) ( 6808 2972 2080 ) mohtest/wood_joist_trim_masked 8 47 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6804 2960 2052 ) ( 6816 2960 2052 ) ( 6816 2960 1932 ) mohtest/wood_joist_trim_masked 4 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6800 2976 2052 ) ( 6800 2964 2052 ) ( 6800 2964 1936 ) mohtest/wood_joist_trim_masked 6 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6816 2976 2052 ) ( 6804 2976 2052 ) ( 6804 2976 1936 ) mohtest/wood_joist_trim_masked 4 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6816 2960 2052 ) ( 6816 2972 2052 ) ( 6816 2972 1932 ) mohtest/wood_joist_trim_masked 6 -85 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6816 2964 1960 ) ( 6810 2976 1962 ) ( 6804 2964 1964 ) common/caulk -56 -12 -180.00 1 -1 0 65696 0 +} +} +// entity 2085 +{ +"origin" "6944 4872 1976" +"classname" "info_grenadehint" +} +// entity 2086 +{ +"origin" "6936 5176 1976" +"classname" "info_grenadehint" +} +// entity 2087 +{ +"origin" "6600 5564 1976" +"classname" "info_grenadehint" +} +// entity 2088 +{ +"origin" "6344 5640 1976" +"classname" "info_grenadehint" +} +// entity 2089 +{ +"origin" "6688 5752 1976" +"classname" "info_grenadehint" +} +// entity 2090 +{ +"origin" "6536 5808 1996" +"classname" "info_grenadehint" +} +// entity 2091 +{ +"origin" "6840 5808 1996" +"classname" "info_grenadehint" +} +// entity 2092 +{ +"origin" "6088 5280 1996" +"classname" "info_grenadehint" +} +// entity 2093 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6563.984863 5215.998047 1904 ) ( 6535.984863 5215.998047 1904 ) ( 6535.984863 5187.998047 1904 ) common/nodraw 10 47 -180.00 0.750000 -0.751740 536870912 2224 0 +surfaceparm detail +( 6519.984863 5187.998047 1952 ) ( 6519.984863 5215.998047 1952 ) ( 6547.984863 5215.998047 1952 ) german/gnrlcratesml_side 29 103 179.87 0.374146 -0.376720 0 16384 0 +( 6555.985352 5183.998047 1968 ) ( 6583.985352 5183.998535 1968 ) ( 6583.985352 5183.998535 1904 ) german/gnrlcratesml_frnt 21 85 -180.00 0.375000 -0.375000 0 16384 0 +( 6583.984863 5163.998047 1968 ) ( 6583.984863 5191.998047 1968 ) ( 6583.984863 5191.998047 1904 ) german/gnrlcratesml_frnt 95 85 -180.00 0.375870 -0.375000 0 16384 0 +( 6563.984863 5231.998047 1968 ) ( 6535.984863 5231.998047 1968 ) ( 6535.984863 5231.998047 1904 ) german/gnrlcratesml_frnt 21 85 -180.00 0.375000 -0.375000 0 16384 0 +( 6535.984863 5215.997070 1984 ) ( 6535.984863 5187.998047 1984 ) ( 6535.984863 5187.998047 1920 ) german/gnrlcratesml_frnt 95 85 -180.00 0.375870 -0.375000 0 16384 0 +} +} +// entity 2094 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6617.763184 5228.758789 1904 ) ( 6590.717285 5221.511719 1904 ) ( 6597.964355 5194.465820 1904 ) common/nodraw 36 -12 -165.02 0.649971 -1.124737 536870912 2224 0 +surfaceparm detail +( 6580.509766 5190.324707 1942 ) ( 6573.262695 5217.370605 1942 ) ( 6600.308594 5224.617676 1942 ) german/gnrlcratesml_side 121 1 -165.11 0.325855 -0.561863 0 16384 0 +( 6618.318848 5195.778809 1968 ) ( 6645.364258 5203.026367 1968 ) ( 6645.364258 5203.026367 1904 ) german/gnrlcratesml_frnt 42 13 -180.00 0.362217 -0.296875 0 16384 0 +( 6650.540527 5183.707031 1968 ) ( 6643.293457 5210.752930 1968 ) ( 6643.293457 5210.752930 1904 ) german/gnrlcratesml_frnt 28 13 -180.00 0.362213 -0.296875 0 16384 0 +( 6613.622070 5244.213379 1968 ) ( 6586.576172 5236.966797 1968 ) ( 6586.576172 5236.966797 1904 ) german/gnrlcratesml_frnt 7 13 -180.00 0.362221 -0.296875 0 16384 0 +( 6590.717773 5221.510742 1984 ) ( 6597.964355 5194.465820 1984 ) ( 6597.964355 5194.465820 1920 ) german/gnrlcratesml_frnt -6 13 -180.00 0.362228 -0.296875 0 16384 0 +} +} +// entity 2095 +{ +"origin" "6688 5874 2144" +"classname" "info_grenadehint" +} +// entity 2096 +{ +"origin" "6792 5384 2144" +"classname" "info_grenadehint" +} +// entity 2097 +{ +"origin" "6304 5384 2144" +"classname" "info_grenadehint" +} +// entity 2098 +{ +"origin" "6336 4752 2144" +"classname" "info_grenadehint" +} +// entity 2099 +{ +"origin" "6368 4446 2144" +"classname" "info_grenadehint" +} +// entity 2100 +{ +"spawnflags" "132" +"origin" "6272 4668 1953" +"classname" "info_pathnode" +} +// entity 2101 +{ +"spawnflags" "132" +"origin" "6272 4592 1953" +"classname" "info_pathnode" +} +// entity 2102 +{ +"spawnflags" "132" +"origin" "6272 4512 1953" +"classname" "info_pathnode" +} +// entity 2103 +{ +"spawnflags" "64" +"origin" "6321 4758 1953" +"classname" "info_pathnode" +} +// entity 2104 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "friendly1_rally" +"origin" "492 58 991" +"classname" "info_pathnode" +} +// entity 2105 +{ +"angle" "90" +"spawnflags" "1" +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 5937 5001 2080 ) ( 5909 5001 2080 ) ( 5909 4973 2080 ) common/nodraw 3 11 0.00 -1.125000 0.812500 536870912 2224 0 +surfaceparm detail +( 5909 4973 2128 ) ( 5909 5001 2128 ) ( 5937 5001 2128 ) german/crate_reinforced1_top 8 22 0.00 -0.562500 0.406250 0 16384 0 +( 5929 4949 2144 ) ( 5957 4949 2144 ) ( 5957 4949 2080 ) german/crate_reinforced1_side 8 42 -180.00 0.562500 -0.375000 0 16384 0 +( 5981 4949 2144 ) ( 5981 4977 2144 ) ( 5981 4977 2080 ) german/crate_reinforced1_sideflt 22 42 0.00 -0.406250 0.375000 0 16384 0 +( 5937 5001 2144 ) ( 5909 5001 2144 ) ( 5909 5001 2080 ) german/crate_reinforced1_side 8 42 -180.00 0.562500 -0.375000 0 16384 0 +( 5909 5001 2144 ) ( 5909 4973 2144 ) ( 5909 4973 2080 ) german/crate_reinforced1_sideflt 22 42 0.00 -0.406250 0.375000 0 16384 0 +} +} +// entity 2106 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 5940 4990 2128 ) ( 5933 5017 2128 ) ( 5906 5010 2128 ) german/gnrlcratesml_side 57 102 105.04 -0.220592 -0.377209 0 16384 0 +( 5906 5010 2160 ) ( 5933 5017 2160 ) ( 5940 4990 2160 ) german/gnrlcratesml_side 57 102 105.04 -0.220592 -0.377209 0 16384 0 +( 5907 4989 2192 ) ( 5915 4962 2192 ) ( 5915 4962 2128 ) german/gnrlcratesml_frnt 15 64 0.00 -0.239120 0.250000 0 16384 0 +( 5895 4957 2192 ) ( 5922 4964 2192 ) ( 5922 4964 2128 ) german/gnrlcratesml_frnt 81 63 -180.00 0.236202 -0.250000 0 16384 0 +( 5940 4990 2192 ) ( 5933 5017 2192 ) ( 5933 5017 2128 ) german/gnrlcratesml_frnt 65 64 0.00 -0.249680 0.250000 0 16384 0 +( 5937 5002 2192 ) ( 5910 4994 2192 ) ( 5910 4994 2128 ) german/gnrlcratesml_frnt 52 63 -180.00 0.242321 -0.250000 0 16384 0 +} +} +// entity 2107 +{ +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6011 4943 2080 ) ( 6011 4971 2080 ) ( 5983 4971 2080 ) common/nodraw -10 54 90.00 -0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +( 5983 4971 2112 ) ( 6011 4971 2112 ) ( 6011 4943 2112 ) german/gnrlcratesml_side -11 116 89.89 -0.250488 -0.249512 0 16384 0 +( 5979 4951 2144 ) ( 5979 4923 2144 ) ( 5979 4923 2080 ) german/gnrlcratesml_frnt -20 0 0.00 -0.250000 0.250000 0 16384 0 +( 5959 4923 2144 ) ( 5987 4923 2144 ) ( 5987 4923 2080 ) german/gnrlcratesml_frnt 108 127 -180.00 0.250000 -0.250000 0 16384 0 +( 6011 4943 2144 ) ( 6011 4971 2144 ) ( 6011 4971 2080 ) german/gnrlcratesml_frnt -20 0 0.00 -0.250000 0.250000 0 16384 0 +( 6011 4955 2144 ) ( 5983 4955 2144 ) ( 5983 4955 2080 ) german/gnrlcratesml_frnt 108 127 -180.00 0.250000 -0.250000 0 16384 0 +} +} +// entity 2108 +{ +"angle" "270" +"spawnflags" "1" +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 5987 5061 2080 ) ( 5987 5089 2080 ) ( 5959 5089 2080 ) common/nodraw -44 8 90.00 1.125000 -0.812500 536870912 2224 0 +surfaceparm detail +( 5959 5089 2128 ) ( 5987 5089 2128 ) ( 5987 5061 2128 ) german/crate_reinforced1_top -87 17 90.00 0.562500 -0.406250 0 16384 0 +( 5935 5069 2144 ) ( 5935 5041 2144 ) ( 5935 5041 2080 ) german/crate_reinforced1_side -87 42 0.00 0.562500 0.375000 0 16384 0 +( 5935 5017 2144 ) ( 5963 5017 2144 ) ( 5963 5017 2080 ) german/crate_reinforced1_sideflt 17 41 -180.00 0.406250 -0.375000 0 16384 0 +( 5987 5061 2144 ) ( 5987 5089 2144 ) ( 5987 5089 2080 ) german/crate_reinforced1_side -87 42 0.00 0.562500 0.375000 0 16384 0 +( 5987 5089 2144 ) ( 5959 5089 2144 ) ( 5959 5089 2080 ) german/crate_reinforced1_sideflt 17 41 -180.00 0.406250 -0.375000 0 16384 0 +} +} +// entity 2109 +{ +"health" "55" +"maxdist" "256" +"#set" "16" +"testanim" "idle" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"angle" "180" +"origin" "6906.00 4982.00 1920.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2110 +{ +"health" "55" +"maxdist" "256" +"spawnflags" "256" +"#set" "16" +"testanim" "idle" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"angle" "180" +"origin" "6952.00 5024.00 1920.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2111 +{ +"origin" "402 0 1019" +"classname" "info_pathnode" +} +// entity 2112 +{ +"origin" "498 -152 995" +"classname" "info_pathnode" +} +// entity 2113 +{ +"origin" "770 -312 995" +"classname" "info_pathnode" +} +// entity 2114 +{ +"origin" "1138 -136 1011" +"classname" "info_pathnode" +} +// entity 2115 +{ +"$targetname" "friendly1_fleepath" +"target" "t4363" +"origin" "868 468 1036" +"classname" "info_pathnode" +} +// entity 2116 +{ +"target" "t4361" +"targetname" "t4360" +"origin" "1134 -40 1004" +"classname" "info_pathnode" +} +// entity 2117 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "friendly2_rally" +"origin" "1300 290 991" +"classname" "info_pathnode" +} +// entity 2118 +{ +"targetname" "t4362" +"origin" "594 -168 1011" +"classname" "info_pathnode" +} +// entity 2119 +{ +"target" "t4362" +"targetname" "t4361" +"origin" "850 -152 1003" +"classname" "info_pathnode" +} +// entity 2120 +{ +"$targetname" "friendly2_fleepath" +"target" "t4360" +"origin" "1284 143 1001" +"classname" "info_pathnode" +} +// entity 2121 +{ +"$targetname" "parked_halftrack" +"target" "halftrack_mask" +"mg42" "1" +"origin" "5535.67 3825.35 1777.00" +"angle" "90" +"testanim" "idle" +"model" "vehicles/halftrack_driveable.tik" +"scale" "1.0" +"classname" "addon_vehicle_german_snowy-halftrack-antitank" +} +// entity 2122 +{ +"health" "55" +"target" "t4369" +"$enemyname" "truck_soldier2" +"#set" "17" +"testanim" "idle" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"angle" "180" +"origin" "4820.00 4136.00 1920.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2123 +{ +"health" "55" +"target" "t4379" +"$enemyname" "truck_soldier3" +"#set" "17" +"testanim" "idle" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"angle" "180" +"origin" "4792.00 4100.00 1920.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2124 +{ +"targetname" "t4369" +"origin" "4959 4602 1937" +"classname" "info_pathnode" +} +// entity 2125 +{ +"health" "55" +"maxdist" "256" +"#set" "16" +"testanim" "idle" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"angle" "180" +"origin" "6986.00 4986.00 1920.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2126 +{ +"health" "55" +"maxdist" "256" +"#set" "16" +"testanim" "idle" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"angle" "180" +"origin" "6944.00 4948.00 1920.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2127 +{ +"spawnflags" "132" +"angle" "270" +"origin" "6039 5026 1953" +"classname" "info_pathnode" +} +// entity 2128 +{ +"origin" "-6491 5351 1731" +"classname" "info_pathnode" +} +// entity 2129 +{ +"origin" "-6587 5487 1763" +"classname" "info_pathnode" +} +// entity 2130 +{ +"origin" "-6587 5663 1771" +"classname" "info_pathnode" +} +// entity 2131 +{ +"origin" "-6379 5295 1723" +"classname" "info_pathnode" +} +// entity 2132 +{ +"$targetname" "panzertank_mask" +"classname" "script_object" +// brush 0 +{ +( -1958.468750 1323.501953 242.893494 ) ( -1958.468750 1455.370117 242.893494 ) ( -2074.298828 1455.370117 242.893494 ) common/metalclip 23 -57 -90.01 0.999817 1.000366 536870912 32928 0 +( -1953.123047 1353.795898 278.533508 ) ( -2074.298828 1353.795898 278.533508 ) ( -2074.298828 1430.421875 278.533508 ) common/metalclip 23 -57 -90.01 0.999817 1.000366 536870912 32928 0 +( -2074.298828 1458.934082 228.637497 ) ( -2074.298828 1327.065918 228.637497 ) ( -2074.298828 1327.065918 217.945496 ) common/metalclip 25 31 -180.00 0.999954 -1 536870912 32928 0 +( -2074.298828 1353.795898 278.533508 ) ( -1953.123047 1353.795898 278.533508 ) ( -1953.123047 1335.976074 242.893494 ) common/metalclip 56 30 0.00 1.000488 1 536870912 32928 0 +( -1972.725098 1325.284180 226.855499 ) ( -1972.725098 1457.151855 226.855499 ) ( -1972.725098 1457.151855 216.163498 ) common/metalclip 23 31 -180.00 1.000198 -1 536870912 32928 0 +( -1953.123047 1430.421875 278.533508 ) ( -2074.298828 1430.421875 278.533508 ) ( -2074.299316 1448.242188 242.893494 ) common/metalclip 58 30 0.00 0.999756 1 536870912 32928 0 +( -1988.762695 1450.024414 242.893494 ) ( -1963.815430 1432.204102 242.893494 ) ( -1976.289063 1441.114258 278.533508 ) common/metalclip 58 30 0.00 1.000122 1 536870912 32928 0 +( -1962.032715 1353.795898 242.893494 ) ( -1997.672852 1328.847900 242.893494 ) ( -1979.853027 1341.322021 278.533508 ) common/metalclip 57 30 0.00 1.000244 1 536870912 32928 0 +( -2072.516602 1428.640137 242.893494 ) ( -2047.569336 1448.242188 242.893494 ) ( -2060.042969 1438.440918 278.533508 ) common/metalclip 57 30 0.00 1.000244 1 536870912 32928 0 +( -2047.568848 1335.976074 242.893494 ) ( -2068.953125 1352.014160 242.893494 ) ( -2058.260742 1343.995117 278.533508 ) common/metalclip 58 30 0.00 0.999634 1 536870912 32928 0 +} +// brush 1 +{ +( -2016.416992 1392.891113 143.210510 ) ( -2018.199219 1392.891113 143.210510 ) ( -2018.199219 1391.108887 143.210510 ) common/origin 31 9 0.00 1 1 16777216 2176 0 +( -2022.654297 1391.108887 144.992493 ) ( -2022.654297 1392.891113 144.992493 ) ( -2020.872070 1392.891113 144.992493 ) common/origin 31 9 0.00 1 1 16777216 2176 0 +( -2015 1391 145 ) ( -2015 1391 143 ) ( -2017 1391 143 ) common/origin 31 31 0.00 1 1 16777216 2176 0 +( -2015 1393 145 ) ( -2015 1393 143 ) ( -2015 1391 143 ) common/origin -9 31 0.00 1 1 16777216 2176 0 +( -2015 1393 143 ) ( -2015 1393 145 ) ( -2017 1393 145 ) common/origin 31 31 0.00 1 1 16777216 2176 0 +( -2017 1391 145 ) ( -2017 1391 143 ) ( -2017 1393 143 ) common/origin -9 31 0.00 1 1 16777216 2176 0 +} +// brush 2 +{ +( -1855.113281 1314.592041 143.101501 ) ( -1855.113281 1471.408203 143.101501 ) ( -2168.745117 1471.408203 143.101501 ) common/metalclip 56 10 0.00 1.000488 1 536870912 32928 0 +( -2165.180664 1471.408203 217.945496 ) ( -1851.548828 1471.408203 217.945496 ) ( -1851.548828 1314.591797 217.945496 ) common/metalclip 56 10 0.00 1.000488 1 536870912 32928 0 +( -2168.745117 1471.408203 257.149506 ) ( -2168.745117 1314.592041 257.149506 ) ( -2168.745117 1314.592041 143.101501 ) common/metalclip -12 30 0.00 1.000488 1 536870912 32928 0 +( -2168.745117 1314.592041 257.149506 ) ( -1855.113281 1314.592041 257.149506 ) ( -1855.113281 1314.592041 143.101501 ) common/metalclip 56 30 0.00 1.000488 1 536870912 32928 0 +( -1855.113281 1314.592041 257.149506 ) ( -1855.113281 1471.408203 257.149506 ) ( -1855.113281 1471.408203 143.101501 ) common/metalclip -12 30 0.00 1.000488 1 536870912 32928 0 +( -1855.113281 1471.408203 257.149506 ) ( -2168.745117 1471.408203 257.149506 ) ( -2168.745117 1471.408203 143.101501 ) common/metalclip 56 30 0.00 1.000488 1 536870912 32928 0 +( -1855.113281 1471.408203 175.177505 ) ( -1905.009277 1471.408203 143.101501 ) ( -1880.061035 1314.592041 159.139496 ) common/metalclip 56 10 0.00 1.000488 1 536870912 32928 0 +( -2111.720703 1471.408203 143.101501 ) ( -2168.745117 1471.408203 160.921509 ) ( -2140.232910 1314.592041 152.011505 ) common/metalclip 56 10 0.00 1.000488 1 536870912 32928 0 +} +// brush 3 +{ +( -1887.188965 1314.592041 217.945496 ) ( -1887.189453 1471.408203 217.945496 ) ( -2143.796875 1471.408203 217.945496 ) common/metalclip 56 10 0.00 1.000488 1 536870912 32928 0 +( -2143.796875 1471.408203 242.893494 ) ( -1887.189453 1471.408203 242.893494 ) ( -1887.188965 1314.592041 242.893494 ) common/metalclip 56 10 0.00 1.000488 1 536870912 32928 0 +( -2143.796875 1471.408203 239.329498 ) ( -2143.796875 1314.592041 239.329498 ) ( -2143.796875 1314.592041 217.945496 ) common/metalclip -12 30 0.00 1.000488 1 536870912 32928 0 +( -2149.142578 1325.283936 239.329498 ) ( -1892.535156 1325.284180 239.329498 ) ( -1892.535156 1325.284180 217.945496 ) common/metalclip 56 30 0.00 1.000488 1 536870912 32928 0 +( -1905.008789 1337.757813 217.945496 ) ( -1905.008789 1337.757813 235.765503 ) ( -1905.008789 1448.241699 235.765503 ) common/metalclip -12 30 0.00 1.000488 1 536870912 32928 0 +( -1887.188965 1462.498047 239.329498 ) ( -2143.796875 1462.498047 239.329498 ) ( -2143.796875 1462.498047 217.945496 ) common/metalclip 56 30 0.00 1.000488 1 536870912 32928 0 +( -1962.032715 1471.408203 242.893494 ) ( -1905.009277 1471.408203 235.765503 ) ( -1933.521484 1314.592041 239.329498 ) common/metalclip 56 10 0.00 1.000488 1 536870912 32928 0 +( -2143.796875 1471.408203 237.547501 ) ( -2072.517090 1471.408203 242.893494 ) ( -2108.157227 1314.592041 240.220490 ) common/metalclip 56 10 0.00 1.000488 1 536870912 32928 0 +( -1905.008789 1337.757813 235.765503 ) ( -1905.008789 1337.757813 217.945496 ) ( -1962.032715 1325.284180 217.945496 ) common/metalclip 56 30 0.00 1.000488 1 536870912 32928 0 +( -1905.008789 1448.241699 217.945496 ) ( -1905.008789 1448.241699 235.765503 ) ( -1962.032715 1462.498047 242.893494 ) common/metalclip 56 30 0.00 1.000488 1 536870912 32928 0 +} +// brush 4 +{ +( -1962.032715 1360.923828 248.239502 ) ( -1962.032715 1419.729980 248.239502 ) ( -1972.724609 1419.729980 248.239502 ) common/metalclip 23 -57 -90.01 0.999817 1.000366 536870912 32928 0 +( -1972.724609 1419.729980 271.405518 ) ( -1962.032715 1419.729980 271.405518 ) ( -1962.032715 1360.923828 271.405518 ) common/metalclip 23 -57 -90.01 0.999817 1.000366 536870912 32928 0 +( -1972.724609 1419.729980 271.405518 ) ( -1972.725098 1360.924072 271.405518 ) ( -1972.725098 1360.924072 257.149506 ) common/metalclip -26 6 0.00 1.000259 1 536870912 32928 0 +( -1972.725098 1364.487793 271.405518 ) ( -1962.032715 1364.488037 271.405518 ) ( -1962.032715 1364.488037 257.149506 ) common/metalclip 58 6 0.00 0.999756 1 536870912 32928 0 +( -1963.814941 1360.924072 271.405518 ) ( -1963.814941 1419.729980 271.405518 ) ( -1963.814941 1419.729980 257.149506 ) common/metalclip 25 7 -180.00 0.999939 -1 536870912 32928 0 +( -1962.032715 1416.166016 271.405518 ) ( -1972.725098 1416.166016 271.405518 ) ( -1972.725098 1416.166016 257.149506 ) common/metalclip 57 6 0.00 1.000244 1 536870912 32928 0 +} +// brush 5 +{ +( -2027.967285 1385.872070 278.533508 ) ( -2027.967285 1400.127930 278.533508 ) ( -2063.606934 1400.127930 278.533508 ) common/metalclip 23 -57 -90.01 0.999817 1.000366 536870912 32928 0 +( -2063.606934 1400.127930 292.789490 ) ( -2027.967285 1400.127930 292.789490 ) ( -2027.967285 1385.872070 292.789490 ) common/metalclip 23 -57 -90.01 0.999817 1.000366 536870912 32928 0 +( -2063.606934 1400.127930 294.571503 ) ( -2063.606934 1385.872070 294.571503 ) ( -2063.606934 1385.872070 278.533508 ) common/metalclip -26 30 0.00 1.000183 1 536870912 32928 0 +( -2063.606934 1373.397949 294.571503 ) ( -2027.967285 1373.397949 294.571503 ) ( -2027.967285 1373.397949 278.533508 ) common/metalclip 59 30 0.00 1 1 536870912 32928 0 +( -2027.967285 1385.872070 294.571503 ) ( -2027.967285 1400.127930 294.571503 ) ( -2027.967285 1400.127930 278.533508 ) common/metalclip -28 30 0.00 0.999863 1 536870912 32928 0 +( -2029.748535 1410.819824 294.571503 ) ( -2065.389160 1410.819824 294.571503 ) ( -2065.389160 1410.819824 278.533508 ) common/metalclip 34 30 0.00 1.000244 1 536870912 32928 0 +} +// brush 6 +{ +( -1890.752930 1451.806152 217.945496 ) ( -1890.752930 1471.408203 217.945496 ) ( -1928.174805 1471.408203 217.945496 ) common/metalclip 26 -46 -89.99 0.999939 0.999756 536870912 32928 0 +( -1922.828613 1471.408203 225.073502 ) ( -1890.752930 1471.408203 225.073502 ) ( -1890.752930 1451.806152 228.637497 ) common/metalclip 26 -46 -89.99 0.999939 0.999756 536870912 32928 0 +( -1922.829102 1469.625977 244.675491 ) ( -1922.829102 1450.024414 244.675491 ) ( -1922.829102 1450.024414 219.727509 ) common/metalclip 22 31 -180.00 1.000717 -1 536870912 32928 0 +( -1928.174805 1451.806152 242.893494 ) ( -1890.752930 1451.806152 242.893494 ) ( -1890.752930 1451.806152 217.945496 ) common/metalclip -1 30 0.00 1 1 536870912 32928 0 +( -1890.752930 1451.806152 242.893494 ) ( -1890.752930 1471.408203 242.893494 ) ( -1890.752930 1471.408203 217.945496 ) common/metalclip -26 30 0.00 0.999939 1 536870912 32928 0 +( -1890.752930 1471.408203 225.073502 ) ( -1922.828613 1471.408203 225.073502 ) ( -1922.828613 1471.408203 217.945496 ) common/metalclip 47 30 0.00 1 1 536870912 32928 0 +} +// brush 7 +{ +( -2074.298828 1335.975830 246.457489 ) ( -2074.299316 1448.242188 246.457489 ) ( -2111.721191 1448.242188 246.457489 ) common/metalclip 23 -57 -90.01 0.999817 1.000366 536870912 32928 0 +( -2111.721191 1448.242188 276.751495 ) ( -2074.299316 1448.242188 276.751495 ) ( -2074.298828 1335.975830 276.751495 ) common/metalclip 23 -57 -90.01 0.999817 1.000366 536870912 32928 0 +( -2108.157227 1448.241699 276.751495 ) ( -2108.157227 1335.976074 276.751495 ) ( -2108.157227 1335.976074 246.457489 ) common/metalclip 25 31 -180.00 0.999695 -1 536870912 32928 0 +( -2111.720703 1362.705811 276.751495 ) ( -2074.298828 1362.706055 276.751495 ) ( -2074.298828 1362.706055 246.457489 ) common/metalclip 56 30 0.00 1.000244 1 536870912 32928 0 +( -2074.298828 1335.975830 276.751495 ) ( -2074.299316 1448.242188 276.751495 ) ( -2074.299316 1448.242188 246.457489 ) common/metalclip 24 31 -180.00 1.000015 -1 536870912 32928 0 +( -2077.862793 1421.511719 276.751495 ) ( -2115.285156 1421.511719 276.751495 ) ( -2115.285156 1421.511719 246.457489 ) common/metalclip 56 30 0.00 1.000244 1 536870912 32928 0 +} +} +// entity 2133 +{ +"spawnflags" "1" +"debristype" "1" +"classname" "func_crate" +// brush 0 +{ +( 6319 5375 1904 ) ( 6397 5375 1904 ) ( 6397 5375 1952 ) german/crate_reinforced1_sideflt 1 85 -180.00 0.609375 -0.375000 0 16384 0 +( 6397 5375 1904 ) ( 6397 5327 1904 ) ( 6397 5327 1952 ) german/crate_reinforced1_side -2 85 0.00 -0.375000 0.375000 0 16384 0 +( 6397 5327 1904 ) ( 6319 5327 1904 ) ( 6319 5327 1952 ) german/crate_reinforced1_sideflt 1 85 -180.00 0.609375 -0.375000 0 16384 0 +( 6319 5327 1904 ) ( 6319 5375 1904 ) ( 6319 5375 1952 ) german/crate_reinforced1_side -2 85 -180.00 0.375000 -0.375000 0 16384 0 +( 6397 5327 1952 ) ( 6319 5327 1952 ) ( 6319 5375 1952 ) german/crate_reinforced1_top 6 -14 -179.98 0.609261 -0.375187 0 16384 0 +( 6319 5375 1904 ) ( 6319 5327 1904 ) ( 6397 5327 1904 ) common/nodraw -1 0 90.00 -0.750000 -1.218750 536870912 2224 0 +surfaceparm detail +} +} +// entity 2134 +{ +"classname" "func_crate" +"debristype" "1" +// brush 0 +{ +( 6287 5349 1904 ) ( 6319 5349 1904 ) ( 6319 5349 1936 ) german/gnrlcratesml_frnt -68 63 -180.00 0.250000 -0.250000 0 16384 0 +( 6319 5349 1904 ) ( 6319 5317 1904 ) ( 6319 5317 1936 ) german/gnrlcratesml_frnt 20 64 0.00 -0.250000 0.250000 0 16384 0 +( 6319 5317 1904 ) ( 6287 5317 1904 ) ( 6287 5317 1936 ) german/gnrlcratesml_frnt -68 63 -180.00 0.250000 -0.250000 0 16384 0 +( 6287 5317 1904 ) ( 6287 5349 1904 ) ( 6287 5349 1936 ) german/gnrlcratesml_frnt 20 64 0.00 -0.250000 0.250000 0 16384 0 +( 6319 5317 1936 ) ( 6287 5317 1936 ) ( 6287 5349 1936 ) german/gnrlcratesml_side 20 -68 90.00 -0.250000 -0.250000 0 16384 0 +( 6287 5349 1904 ) ( 6287 5317 1904 ) ( 6319 5317 1904 ) common/nodraw 10 -34 90.00 -0.500000 -0.500000 536870912 2224 0 +surfaceparm detail +} +} +// entity 2135 +{ +"target" "panzertank_mask" +"angle" "90" +"testanim" "idle" +"$targetname" "tigertank3" +"origin" "6980.00 3141.00 1905.00" +"model" "vehicles/PanzerIV_w_base.tik" +"scale" "1.0" +"classname" "addon_vehicle_german_snowy-PanzerIV" +} +// entity 2136 +{ +"targetname" "t4371" +"origin" "180 -7388 308" +"classname" "info_pathnode" +} +// entity 2137 +{ +"targetname" "t4372" +"origin" "-104 -7344 340" +"classname" "info_pathnode" +} +// entity 2138 +{ +"targetname" "t4373" +"origin" "-456 -7164 312" +"classname" "info_pathnode" +} +// entity 2139 +{ +"targetname" "t4374" +"origin" "-812 -6928 344" +"classname" "info_pathnode" +} +// entity 2140 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "vehicle_safety_node" +"origin" "-535 -3428 533" +"classname" "info_pathnode" +} +// entity 2141 +{ +"origin" "-1942 -5138 446" +"classname" "info_pathnode" +} +// entity 2142 +{ +"origin" "6896 3328 2165" +"classname" "info_grenadehint" +} +// entity 2143 +{ +"origin" "6896 3072 2165" +"classname" "info_grenadehint" +} +// entity 2144 +{ +"angle" "180" +"origin" "6992 3328 2165" +"classname" "info_grenadehint" +} +// entity 2145 +{ +"angle" "180" +"origin" "6992 3072 2165" +"classname" "info_grenadehint" +} +// entity 2146 +{ +"target" "t4377" +"spawnflags" "132" +"origin" "4891 4560 1935" +"classname" "info_pathnode" +} +// entity 2147 +{ +"origin" "-452 4496 1884" +"classname" "info_pathnode" +} +// entity 2148 +{ +"origin" "-444 4364 1856" +"classname" "info_pathnode" +} +// entity 2149 +{ +"origin" "-432 4252 1816" +"classname" "info_pathnode" +} +// entity 2150 +{ +"origin" "-584 4436 1832" +"classname" "info_pathnode" +} +// entity 2151 +{ +"origin" "-364 4592 1920" +"classname" "info_pathnode" +} +// entity 2152 +{ +"origin" "-668 4548 1856" +"classname" "info_pathnode" +} +// entity 2153 +{ +"origin" "-812 4852 1868" +"classname" "info_pathnode" +} +// entity 2154 +{ +"origin" "-880 4724 1860" +"classname" "info_pathnode" +} +// entity 2155 +{ +"target" "t4239" +"targetname" "t4382" +"origin" "218 5446 1831" +"classname" "info_waypoint" +} +// entity 2156 +{ +"target" "t4382" +"targetname" "t4384" +"origin" "450 5222 1831" +"classname" "info_waypoint" +} +// entity 2157 +{ +"origin" "-3960 4640 1720" +"classname" "info_grenadehint" +} +// entity 2158 +{ +"origin" "-3712 4184 1720" +"classname" "info_grenadehint" +} +// entity 2159 +{ +"origin" "-3416 3856 1720" +"classname" "info_grenadehint" +} +// entity 2160 +{ +"health" "55" +"target" "t4385" +"$enemyname" "truck_soldier2" +"#set" "17" +"testanim" "idle" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"gun" "MG42" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"angle" "180" +"origin" "4868.00 4088.00 1920.00" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2161 +{ +"origin" "4383 3886 1997" +"classname" "info_pathnode" +} +// entity 2162 +{ +"origin" "4527 3806 1981" +"classname" "info_pathnode" +} +// entity 2163 +{ +"setthread" "tankbomb1" +"angle" "90" +"setusethread" "panzertank1_stickybomb_planted" +"testanim" "idle" +"spawnflags" "0" +"$targetname" "panzertank1_stickybomb_b" +"origin" "-3887 -741 1165" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2164 +{ +"setthread" "tankbomb1" +"angle" "270" +"setusethread" "panzertank1_stickybomb_planted" +"testanim" "idle" +"spawnflags" "0" +"$targetname" "panzertank1_stickybomb_d" +"origin" "-4100 -907 1164" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2165 +{ +"setthread" "tankbomb1" +"angle" "270" +"setusethread" "panzertank1_stickybomb_planted" +"testanim" "idle" +"spawnflags" "0" +"$targetname" "panzertank1_stickybomb_c" +"origin" "-3884 -907 1164" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2166 +{ +"angle" "270" +"setthread" "tankbomb2" +"setusethread" "panzertank2_stickybomb_planted" +"testanim" "idle" +"spawnflags" "1" +"$targetname" "panzertank2_stickybomb_b" +"origin" "1472 4784 1770" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2167 +{ +"angle" "90" +"setthread" "tankbomb2" +"setusethread" "panzertank2_stickybomb_planted" +"testanim" "idle" +"spawnflags" "1" +"$targetname" "panzertank2_stickybomb_c" +"origin" "1472 4946 1778" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2168 +{ +"setusethread" "panzertank3_stickybomb_planted" +"setthread" "scene13_collapsing_catwalk" +"angle" "180" +"testanim" "idle" +"spawnflags" "1" +"$targetname" "panzertank3_stickybomb_b" +"origin" "6896 3372 1946" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2169 +{ +"setusethread" "panzertank3_stickybomb_planted" +"setthread" "scene13_collapsing_catwalk" +"angle" "0" +"testanim" "idle" +"spawnflags" "1" +"$targetname" "panzertank3_stickybomb_d" +"origin" "7063 3158 1946" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2170 +{ +"setusethread" "panzertank3_stickybomb_planted" +"setthread" "scene13_collapsing_catwalk" +"angle" "0" +"testanim" "idle" +"spawnflags" "1" +"$targetname" "panzertank3_stickybomb_c" +"origin" "7064 3372 1946" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2171 +{ +"$spawn" "1" +"$targetname" "mg42" +"testanim" "idle" +"angle" "225" +"origin" "4805.00 4541.00 1950.00" +"model" "statweapons//mg42_gun.tik" +"scale" "1.0" +"classname" "turretweapon_german_mg42" +"maxYawOffset" "50" +} +// entity 2172 +{ +"angle" "225" +"$targetname" "mg42_gunner_path" +"spawnflags" "0" +"origin" "4825 4564 1935" +"classname" "info_pathnode" +} +// entity 2173 +{ +"$ai_model" "german_winter_type2" +"$targetname" "mg42_spawner_gunner" +"origin" "4827 4088 1945" +"classname" "script_origin" +} +// entity 2174 +{ +"target" "panzertank_mask" +"angle" "180" +"testanim" "idle" +"$targetname" "tigertank2" +"origin" "1738.00 4867.00 1744.00" +"model" "vehicles/PanzerIV_w_base.tik" +"scale" "1.0" +"classname" "addon_vehicle_german_snowy-PanzerIV" +} +// entity 2175 +{ +"origin" "2464 1268 956" +"$targetname" "nebeller2_spawner" +"classname" "script_origin" +} +// entity 2176 +{ +"angle" "270" +"origin" "-4664 6000 1624" +"$targetname" "nebeller3_spawner" +"classname" "script_origin" +} +// entity 2177 +{ +"origin" "-592 4592 1872" +"$targetname" "nebeller4_spawner" +"classname" "script_origin" +} +// entity 2178 +{ +"spawnflags" "132" +"angle" "270" +"origin" "2390 1290 928" +"classname" "info_pathnode" +} +// entity 2179 +{ +"angle" "90" +"spawnflags" "132" +"origin" "-687 4724 1831" +"classname" "info_pathnode" +} +// entity 2180 +{ +"angle" "315" +"spawnflags" "132" +"origin" "-4624 5860 1547" +"classname" "info_pathnode" +} +// entity 2181 +{ +"angle" "270" +"spawnflags" "132" +"origin" "-1537 -3609 611" +"classname" "info_pathnode" +} +// entity 2182 +{ +"target" "halftrack_mask" +"mg42" "1" +"$targetname" "halftrack1" +"$gunner" "halftrack1_gunner" +"origin" "2547.67 -2575.65 509.00" +"angle" "270" +"testanim" "idle" +"model" "vehicles/halftrack_winter.tik" +"scale" "1.0" +"classname" "addon_vehicle_german_snowy-halftrack-nogun" +} +// entity 2183 +{ +"$targetname" "nebel4_trigger" +"target" "t4388" +"classname" "trigger_multiple" +// brush 0 +{ +( 963 4135 1108 ) ( 963 8375 1108 ) ( -1133 8375 1108 ) common/trigger -45 -13 -90.00 1 1 0 65664 0 +( -1133 8363 3152 ) ( 963 8363 3152 ) ( 963 4123 3152 ) common/trigger -45 -13 -90.00 1 1 0 65664 0 +( -1900 8288 1960 ) ( -1900 4048 1960 ) ( -1900 4048 1928 ) common/trigger -45 0 -180.00 1 -1 0 65664 0 +( -1180 3234 1960 ) ( 916 3234 1960 ) ( 916 3234 1928 ) common/trigger 13 0 0.00 1 1 0 65664 0 +( 44 3699 1960 ) ( 44 7939 1960 ) ( 44 7939 1928 ) common/trigger -45 0 -180.00 1 -1 0 65664 0 +( 796 5482 1960 ) ( -1300 5482 1960 ) ( -1300 5482 1928 ) common/trigger 13 0 0.00 1 1 0 65664 0 +} +} +// entity 2184 +{ +"targetname" "t4392" +"origin" "1786 -6680 274" +"classname" "info_pathnode" +} +// entity 2185 +{ +"targetname" "t4394" +"origin" "1532 -7032 292" +"classname" "info_pathnode" +} +// entity 2186 +{ +"targetname" "t4396" +"origin" "1238 -7296 300" +"classname" "info_pathnode" +} +// entity 2187 +{ +"origin" "-270 -769 942" +"classname" "info_pathnode" +} +// entity 2188 +{ +"origin" "-142 -977 942" +"classname" "info_pathnode" +} +// entity 2189 +{ +"origin" "-5643 6427 1819" +"classname" "info_pathnode" +} +// entity 2190 +{ +"origin" "-5819 6363 1827" +"classname" "info_pathnode" +} +// entity 2191 +{ +"origin" "-6003 6367 1819" +"classname" "info_pathnode" +} +// entity 2192 +{ +"origin" "-6131 6271 1787" +"classname" "info_pathnode" +} +// entity 2193 +{ +"origin" "-6259 6111 1787" +"classname" "info_pathnode" +} +// entity 2194 +{ +"origin" "-6515 5759 1755" +"classname" "info_pathnode" +} +// entity 2195 +{ +"origin" "-6387 5951 1755" +"classname" "info_pathnode" +} +// entity 2196 +{ +"origin" "-6187 5431 1763" +"classname" "info_pathnode" +} +// entity 2197 +{ +"origin" "-6059 5559 1763" +"classname" "info_pathnode" +} +// entity 2198 +{ +"origin" "-5899 5559 1699" +"classname" "info_pathnode" +} +// entity 2199 +{ +"origin" "-5707 5591 1699" +"classname" "info_pathnode" +} +// entity 2200 +{ +"origin" "-5707 5751 1731" +"classname" "info_pathnode" +} +// entity 2201 +{ +"origin" "-5611 5911 1763" +"classname" "info_pathnode" +} +// entity 2202 +{ +"origin" "-5451 6007 1763" +"classname" "info_pathnode" +} +// entity 2203 +{ +"origin" "-5803 5815 1763" +"classname" "info_pathnode" +} +// entity 2204 +{ +"origin" "-3821 4816 1672" +"classname" "info_pathnode" +} +// entity 2205 +{ +"origin" "-3821 4656 1672" +"classname" "info_pathnode" +} +// entity 2206 +{ +"target" "t4575" +"targetname" "t4564" +"origin" "-3917 4432 1640" +"classname" "info_pathnode" +} +// entity 2207 +{ +"origin" "-3749 4264 1672" +"classname" "info_pathnode" +} +// entity 2208 +{ +"origin" "-3469 4016 1640" +"classname" "info_pathnode" +} +// entity 2209 +{ +"origin" "-2773 4152 1648" +"classname" "info_pathnode" +} +// entity 2210 +{ +"origin" "-2965 4376 1648" +"classname" "info_pathnode" +} +// entity 2211 +{ +"origin" "-3061 4504 1680" +"classname" "info_pathnode" +} +// entity 2212 +{ +"origin" "-3157 4664 1680" +"classname" "info_pathnode" +} +// entity 2213 +{ +"origin" "-3285 4760 1712" +"classname" "info_pathnode" +} +// entity 2214 +{ +"origin" "-3317 4920 1712" +"classname" "info_pathnode" +} +// entity 2215 +{ +"origin" "-3317 5080 1712" +"classname" "info_pathnode" +} +// entity 2216 +{ +"origin" "-3477 5048 1712" +"classname" "info_pathnode" +} +// entity 2217 +{ +"origin" "-3541 4984 1680" +"classname" "info_pathnode" +} +// entity 2218 +{ +"origin" "-3917 4592 1672" +"classname" "info_pathnode" +} +// entity 2219 +{ +"origin" "-422 3614 1844" +"classname" "info_pathnode" +} +// entity 2220 +{ +"origin" "-678 3566 1860" +"classname" "info_pathnode" +} +// entity 2221 +{ +"origin" "-870 3502 1876" +"classname" "info_pathnode" +} +// entity 2222 +{ +"origin" "-950 3966 1828" +"classname" "info_pathnode" +} +// entity 2223 +{ +"origin" "-1110 4206 1860" +"classname" "info_pathnode" +} +// entity 2224 +{ +"origin" "-1014 4094 1828" +"classname" "info_pathnode" +} +// entity 2225 +{ +"origin" "-1174 4366 1876" +"classname" "info_pathnode" +} +// entity 2226 +{ +"origin" "-982 3774 1860" +"classname" "info_pathnode" +} +// entity 2227 +{ +"target" "t4397" +"$targetname" "tigertank1_path" +"origin" "-3493 -603 1153" +"classname" "info_waypoint" +} +// entity 2228 +{ +"target" "t4398" +"targetname" "t4397" +"origin" "-3053 -363 1209" +"classname" "info_waypoint" +} +// entity 2229 +{ +"target" "t4399" +"targetname" "t4398" +"origin" "-2669 -171 1145" +"classname" "info_waypoint" +} +// entity 2230 +{ +"target" "t4400" +"targetname" "t4399" +"origin" "-2349 21 1145" +"classname" "info_waypoint" +} +// entity 2231 +{ +"target" "t4401" +"targetname" "t4400" +"origin" "-1965 277 1145" +"classname" "info_waypoint" +} +// entity 2232 +{ +"target" "t3550" +"targetname" "t4401" +"origin" "-1645 469 1145" +"classname" "info_waypoint" +} +// entity 2233 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "friendly1_speechnode" +"origin" "-788 698 1183" +"classname" "info_pathnode" +} +// entity 2234 +{ +"classname" "func_rain" +// brush 0 +{ +( -5888 -544 1312 ) ( -7392 -544 1312 ) ( -7392 -2432 1312 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7392 -2432 2016 ) ( -7392 -544 2016 ) ( -5888 -544 2016 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -5888 -2432 1760 ) ( -5888 -544 1760 ) ( -5888 -544 1152 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -7584 -512 1760 ) ( -7584 -512 1184 ) ( -5888 -512 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -6848 -2048 1760 ) ( -6848 -2048 1184 ) ( -7584 -512 1184 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( -6848 -2048 1184 ) ( -6848 -2048 1760 ) ( -5888 -2048 1760 ) common/rain 0 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2235 +{ +"classname" "func_rain" +// brush 0 +{ +( 6600 3904 1880 ) ( 6024 3904 1880 ) ( 6024 3392 1880 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6024 3392 2536 ) ( 6024 3904 2536 ) ( 6600 3904 2536 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6024 3392 2536 ) ( 6600 3392 2536 ) ( 6600 3392 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6728 3392 2648 ) ( 6728 3904 2648 ) ( 6728 3904 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6664 4416 2536 ) ( 6088 4416 2536 ) ( 6088 4416 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6088 3936 2648 ) ( 6088 3424 2648 ) ( 6088 3424 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2236 +{ +"classname" "func_rain" +// brush 0 +{ +( 6728 3392 1880 ) ( 6536 3392 1880 ) ( 6536 2752 1880 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6536 2752 2536 ) ( 6536 3392 2536 ) ( 6728 3392 2536 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6536 2816 2536 ) ( 6728 2816 2536 ) ( 6728 2816 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6728 2752 2648 ) ( 6728 3392 2648 ) ( 6728 3392 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6728 3392 2536 ) ( 6536 3392 2536 ) ( 6536 3392 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6536 3384 2648 ) ( 6536 2744 2648 ) ( 6536 2744 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2237 +{ +"classname" "func_rain" +// brush 0 +{ +( 7816 3648 1784 ) ( 7240 3648 1784 ) ( 7240 2368 1784 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7240 2368 2536 ) ( 7240 3648 2536 ) ( 7816 3648 2536 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7240 2368 2536 ) ( 7816 2368 2536 ) ( 7816 2368 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7816 2368 2536 ) ( 7816 3648 2536 ) ( 7816 3648 1768 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7816 3648 2536 ) ( 7240 3648 2536 ) ( 7240 3648 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7176 3648 2552 ) ( 7176 2368 2552 ) ( 7176 2368 1784 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2238 +{ +"classname" "func_rain" +// brush 0 +{ +( 7176 2752 1784 ) ( 6536 2752 1784 ) ( 6536 2048 1784 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6536 2048 2536 ) ( 6536 2752 2536 ) ( 7176 2752 2536 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6536 2048 2536 ) ( 7176 2048 2536 ) ( 7176 2048 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7176 2048 2552 ) ( 7176 2752 2552 ) ( 7176 2752 1784 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7168 2816 2536 ) ( 6528 2816 2536 ) ( 6528 2816 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6536 2752 2552 ) ( 6536 2048 2552 ) ( 6536 2048 1784 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2239 +{ +"classname" "func_rain" +// brush 0 +{ +( 6088 3296 1784 ) ( 5384 3296 1784 ) ( 5384 2080 1784 ) common/rain -8 32 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5384 2080 2536 ) ( 5384 3296 2536 ) ( 6088 3296 2536 ) common/rain -8 32 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5384 2560 2536 ) ( 6088 2560 2536 ) ( 6088 2560 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6088 2080 2552 ) ( 6088 3296 2552 ) ( 6088 3296 1784 ) common/rain -32 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6088 3424 2536 ) ( 5384 3424 2536 ) ( 5384 3424 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5256 3232 2536 ) ( 5256 2016 2536 ) ( 5256 2016 1768 ) common/rain -32 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2240 +{ +"classname" "func_rain" +// brush 0 +{ +( 6184 3680 1784 ) ( 5096 3680 1784 ) ( 5096 3232 1784 ) common/rain 24 32 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5096 3232 2536 ) ( 5096 3680 2536 ) ( 6184 3680 2536 ) common/rain 24 32 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4904 3424 2536 ) ( 5992 3424 2536 ) ( 5992 3424 1768 ) common/rain 24 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5736 3232 2552 ) ( 5736 3680 2552 ) ( 5736 3680 1784 ) common/rain -32 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6184 3616 2536 ) ( 5096 3616 2536 ) ( 5096 3616 1768 ) common/rain 24 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5416 3520 2648 ) ( 5416 3072 2648 ) ( 5416 3072 1880 ) common/rain -32 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2241 +{ +"classname" "func_rain" +// brush 0 +{ +( 5880 3968 1784 ) ( 4792 3968 1784 ) ( 4792 3520 1784 ) common/rain 24 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4776 3520 2536 ) ( 4776 3968 2536 ) ( 5864 3968 2536 ) common/rain 24 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4584 3424 2536 ) ( 5672 3424 2536 ) ( 5672 3424 1768 ) common/rain 24 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5416 3520 2648 ) ( 5416 3968 2648 ) ( 5416 3968 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5864 3904 2536 ) ( 4776 3904 2536 ) ( 4776 3904 1768 ) common/rain 24 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4616 3840 2536 ) ( 4616 3392 2536 ) ( 4616 3392 1768 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2242 +{ +"classname" "func_rain" +// brush 0 +{ +( 6408 4352 1880 ) ( 5832 4352 1880 ) ( 5832 3840 1880 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5832 3840 2536 ) ( 5832 4352 2536 ) ( 6408 4352 2536 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5832 3904 2536 ) ( 6408 3904 2536 ) ( 6408 3904 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6088 3840 2648 ) ( 6088 4352 2648 ) ( 6088 4352 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6472 4864 2536 ) ( 5896 4864 2536 ) ( 5896 4864 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 5896 4384 2648 ) ( 5896 3872 2648 ) ( 5896 3872 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2243 +{ +"classname" "func_rain" +// brush 0 +{ +( 7304 4800 1752 ) ( 6600 4800 1752 ) ( 6600 3648 1752 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6600 3648 2536 ) ( 6600 4800 2536 ) ( 7304 4800 2536 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6600 3648 2536 ) ( 7304 3648 2536 ) ( 7304 3648 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7560 3584 2536 ) ( 7560 4736 2536 ) ( 7560 4736 1768 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7304 4864 2536 ) ( 6600 4864 2536 ) ( 6600 4864 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6728 4792 2536 ) ( 6728 3640 2536 ) ( 6728 3640 1768 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2244 +{ +"classname" "func_rain" +// brush 0 +{ +( 7624 7168 1784 ) ( 7048 7168 1784 ) ( 7048 4864 1784 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7048 4864 2536 ) ( 7048 7168 2536 ) ( 7624 7168 2536 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7048 4864 2536 ) ( 7624 4864 2536 ) ( 7624 4864 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7624 4864 2536 ) ( 7624 7168 2536 ) ( 7624 7168 1768 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7624 7168 2536 ) ( 7048 7168 2536 ) ( 7048 7168 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7048 7168 2552 ) ( 7048 4864 2552 ) ( 7048 4864 1784 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2245 +{ +"classname" "func_rain" +// brush 0 +{ +( 7048 7168 1880 ) ( 6088 7168 1880 ) ( 6088 5888 1880 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6088 5888 2536 ) ( 6088 7168 2536 ) ( 7048 7168 2536 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6088 5888 2536 ) ( 7048 5888 2536 ) ( 7048 5888 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7048 5888 2648 ) ( 7048 7168 2648 ) ( 7048 7168 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 7048 7168 2536 ) ( 6088 7168 2536 ) ( 6088 7168 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6088 7168 2648 ) ( 6088 5888 2648 ) ( 6088 5888 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2246 +{ +"classname" "func_rain" +// brush 0 +{ +( 6088 7168 1880 ) ( 4616 7168 1880 ) ( 4616 5248 1880 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4616 5248 2536 ) ( 4616 7168 2536 ) ( 6088 7168 2536 ) common/rain -8 0 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4616 5184 2536 ) ( 6088 5184 2536 ) ( 6088 5184 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6088 5248 2648 ) ( 6088 7168 2648 ) ( 6088 7168 1880 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 6088 7168 2536 ) ( 4616 7168 2536 ) ( 4616 7168 1768 ) common/rain -8 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +( 4616 7168 2536 ) ( 4616 5248 2536 ) ( 4616 5248 1768 ) common/rain 0 -24 0.00 1 1 0 128 0 surfaceColor -1.000000 -1.000000 -1.000000 +} +} +// entity 2247 +{ +"leash" "256" +"health" "350" +"#playerseek" "0" +"sight" "1024" +"hearing" "1024" +"gren_awareness" "40" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "6" +"accuracy" "8" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "180" +"maxdist" "512" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"#fnum" "1" +"$targetname" "friendly" +"origin" "5246.00 -6148.00 40.00" +"testanim" "idle" +"model" "human/allied_usa_1st-ranger_private_snow2.tik" +"scale" "1.0" +"classname" "ai_allied_2nd-ranger_private" +} +// entity 2248 +{ +"_color" "0.000000 0.250980 0.000000" +"angle" "270" +"spawnflags" "0" +"Projectile" "projectiles/steilhandgranate_ai.tik" +"$targetname" "trench2a_grenade" +"origin" "621 -2414 680" +"Accuracy" "0.1" +"MaxDelay" "0" +"MinDelay" "0" +"MinNumShots" "1" +"MaxNumShots" "1" +"Cycles" "1" +"MaxDuration" "0" +"MinDuration" "0" +"testanim" "idle" +"ID" "3" +"classname" "ProjectileGenerator_Projectile" +} +// entity 2249 +{ +"$targetname" "patrolpath_1" +"target" "t4412" +"origin" "736 -4840 488" +"classname" "info_pathnode" +} +// entity 2250 +{ +"target" "t4413" +"targetname" "t4412" +"origin" "900 -5296 436" +"classname" "info_pathnode" +} +// entity 2251 +{ +"target" "t4414" +"targetname" "t4413" +"origin" "1432 -5516 376" +"classname" "info_pathnode" +} +// entity 2252 +{ +"target" "t4417" +"targetname" "t4414" +"origin" "1472 -5876 304" +"classname" "info_pathnode" +} +// entity 2253 +{ +"target" "t4418" +"targetname" "t4417" +"origin" "1584 -6188 272" +"classname" "info_pathnode" +} +// entity 2254 +{ +"targetname" "t4418" +"origin" "1776 -6452 256" +"classname" "info_pathnode" +} +// entity 2255 +{ +"origin" "-2083 -5073 526" +"classname" "info_grenadehint" +} +// entity 2256 +{ +"origin" "-1859 -4913 526" +"classname" "info_grenadehint" +} +// entity 2257 +{ +"spawnflags" "16" +"testanim" "idle" +"origin" "6130.00 5699.00 1955.00" +"model" "static/microphone.tik" +"scale" "1.0" +"classname" "nonstatic_microphone" +} +// entity 2258 +{ +"spawnflags" "8" +"origin" "6320.00 5500.00 1956.00" +"angle" "135" +"testanim" "idle" +"model" "miscobj/phone_roundbase.tik" +"scale" "1.0" +"classname" "nonstatic_decor_phone-roundbase" +} +// entity 2259 +{ +"spawnflags" "4" +"angle" "315" +"origin" "6120.63 5717.97 1955.00" +"testanim" "idle" +"model" "miscobj/radio_military.tik" +"scale" "1.0" +"classname" "nonstatic_equipment_radio-military" +} +// entity 2260 +{ +"origin" "6903 5494 1953" +"classname" "info_pathnode" +} +// entity 2261 +{ +"target" "t4472" +"$targetname" "parade_spawner_1" +"origin" "3217 4783 1916" +"classname" "script_origin" +} +// entity 2262 +{ +"targetname" "t4470" +"target" "t4039" +"origin" "2578 4561 1917" +"classname" "info_pathnode" +} +// entity 2263 +{ +"target" "t4485" +"spawnflags" "136" +"origin" "3645 4092 1905" +"classname" "info_pathnode" +} +// entity 2264 +{ +"$targetname" "patrolpath_2" +"target" "t4473" +"origin" "816 -4824 488" +"classname" "info_pathnode" +} +// entity 2265 +{ +"target" "t4474" +"targetname" "t4473" +"origin" "988 -5280 424" +"classname" "info_pathnode" +} +// entity 2266 +{ +"target" "t4475" +"targetname" "t4474" +"origin" "1512 -5500 376" +"classname" "info_pathnode" +} +// entity 2267 +{ +"target" "t4476" +"targetname" "t4475" +"origin" "1552 -5860 304" +"classname" "info_pathnode" +} +// entity 2268 +{ +"target" "t4477" +"targetname" "t4476" +"origin" "1664 -6172 272" +"classname" "info_pathnode" +} +// entity 2269 +{ +"targetname" "t4477" +"origin" "1856 -6436 256" +"classname" "info_pathnode" +} +// entity 2270 +{ +"$targetname" "patrolpath_3" +"target" "t4478" +"origin" "880 -4776 488" +"classname" "info_pathnode" +} +// entity 2271 +{ +"target" "t4479" +"targetname" "t4478" +"origin" "1064 -5232 416" +"classname" "info_pathnode" +} +// entity 2272 +{ +"target" "t4480" +"targetname" "t4479" +"origin" "1576 -5452 376" +"classname" "info_pathnode" +} +// entity 2273 +{ +"target" "t4481" +"targetname" "t4480" +"origin" "1616 -5812 304" +"classname" "info_pathnode" +} +// entity 2274 +{ +"target" "t4482" +"targetname" "t4481" +"origin" "1728 -6124 272" +"classname" "info_pathnode" +} +// entity 2275 +{ +"targetname" "t4482" +"origin" "1920 -6388 256" +"classname" "info_pathnode" +} +// entity 2276 +{ +"setthread" "locked_picket_fence" +"classname" "trigger_use" +// brush 0 +{ +( 7038 6500 1888 ) ( 6750 6500 1888 ) ( 6750 6468 1888 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6750 6468 2032 ) ( 6750 6500 2032 ) ( 7038 6500 2032 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6750 6468 2080 ) ( 7038 6468 2080 ) ( 7038 6468 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6942 6460 2080 ) ( 6942 6492 2080 ) ( 6942 6492 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 7038 6500 2080 ) ( 6750 6500 2080 ) ( 6750 6500 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 6798 6492 2080 ) ( 6798 6460 2080 ) ( 6798 6460 1904 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 2277 +{ +"target" "t4484" +"angle" "45" +"spawnflags" "136" +"origin" "3713 3980 1905" +"classname" "info_pathnode" +} +// entity 2278 +{ +"origin" "4539 4948 2049" +"classname" "info_pathnode" +} +// entity 2279 +{ +"targetname" "t4491" +"origin" "3679 4534 1929" +"classname" "info_pathnode" +} +// entity 2280 +{ +"origin" "3871 4362 1929" +"classname" "info_pathnode" +} +// entity 2281 +{ +"targetname" "t4492" +"origin" "3795 4230 1929" +"classname" "info_pathnode" +} +// entity 2282 +{ +"targetname" "t4497" +"origin" "3947 4230 1929" +"classname" "info_pathnode" +} +// entity 2283 +{ +"targetname" "t4499" +"origin" "4211 4270 1929" +"classname" "info_pathnode" +} +// entity 2284 +{ +"origin" "4143 4158 1929" +"classname" "info_pathnode" +} +// entity 2285 +{ +"targetname" "t4498" +"origin" "4123 4546 1929" +"classname" "info_pathnode" +} +// entity 2286 +{ +"origin" "4439 4374 1929" +"classname" "info_pathnode" +} +// entity 2287 +{ +"origin" "4315 4178 1929" +"classname" "info_pathnode" +} +// entity 2288 +{ +"origin" "4559 4326 1929" +"classname" "info_pathnode" +} +// entity 2289 +{ +"angle" "315" +"spawnflags" "20" +"origin" "4768 4192 1936" +"classname" "info_pathnode" +} +// entity 2290 +{ +"angle" "270" +"spawnflags" "20" +"origin" "4736 4064 1936" +"classname" "info_pathnode" +} +// entity 2291 +{ +"angle" "315" +"spawnflags" "36" +"origin" "4568 4064 1936" +"classname" "info_pathnode" +} +// entity 2292 +{ +"origin" "4139 4374 1929" +"classname" "info_pathnode" +} +// entity 2293 +{ +"origin" "4023 4558 1929" +"classname" "info_pathnode" +} +// entity 2294 +{ +"targetname" "t4488" +"origin" "3578 4521 1917" +"classname" "info_pathnode" +} +// entity 2295 +{ +"origin" "4543 4618 1969" +"classname" "info_pathnode" +} +// entity 2296 +{ +"origin" "4215 4494 1929" +"classname" "info_pathnode" +} +// entity 2297 +{ +"target" "t4487" +"spawnflags" "8" +"origin" "3258 4249 1917" +"classname" "info_pathnode" +} +// entity 2298 +{ +"origin" "3070 4197 1917" +"classname" "info_pathnode" +} +// entity 2299 +{ +"origin" "3098 4369 1917" +"classname" "info_pathnode" +} +// entity 2300 +{ +"origin" "3166 4533 1917" +"classname" "info_pathnode" +} +// entity 2301 +{ +"angle" "45" +"spawnflags" "136" +"origin" "3713 3980 1905" +"classname" "info_pathnode" +} +// entity 2302 +{ +"targetname" "t4484" +"origin" "3839 3998 1929" +"classname" "info_pathnode" +} +// entity 2303 +{ +"targetname" "t4485" +"origin" "3647 4206 1929" +"classname" "info_pathnode" +} +// entity 2304 +{ +"targetname" "t4487" +"origin" "3258 4341 1917" +"classname" "info_pathnode" +} +// entity 2305 +{ +"targetname" "t4490" +"origin" "3542 4337 1917" +"classname" "info_pathnode" +} +// entity 2306 +{ +"origin" "3987 4354 1929" +"classname" "info_pathnode" +} +// entity 2307 +{ +"origin" "4367 4462 1929" +"classname" "info_pathnode" +} +// entity 2308 +{ +"origin" "4343 4294 1929" +"classname" "info_pathnode" +} +// entity 2309 +{ +"spawnflags" "8" +"origin" "4023 3990 1981" +"classname" "info_pathnode" +} +// entity 2310 +{ +"origin" "3755 3818 1981" +"classname" "info_pathnode" +} +// entity 2311 +{ +"angle" "45" +"targetname" "t4489" +"spawnflags" "8" +"origin" "3527 3878 1929" +"classname" "info_pathnode" +} +// entity 2312 +{ +"targetname" "t4495" +"origin" "3555 4042 1929" +"classname" "info_pathnode" +} +// entity 2313 +{ +"origin" "3443 4210 1977" +"classname" "info_pathnode" +} +// entity 2314 +{ +"targetname" "t4486" +"origin" "3799 4530 1929" +"classname" "info_pathnode" +} +// entity 2315 +{ +"angle" "180" +"spawnflags" "40" +"origin" "4376 4240 1928" +"classname" "info_pathnode" +} +// entity 2316 +{ +"origin" "3859 3910 1981" +"classname" "info_pathnode" +} +// entity 2317 +{ +"origin" "4027 3810 2041" +"classname" "info_pathnode" +} +// entity 2318 +{ +"origin" "4175 3846 2041" +"classname" "info_pathnode" +} +// entity 2319 +{ +"origin" "4295 3950 2041" +"classname" "info_pathnode" +} +// entity 2320 +{ +"origin" "4531 4486 1929" +"classname" "info_pathnode" +} +// entity 2321 +{ +"origin" "4739 4490 1929" +"classname" "info_pathnode" +} +// entity 2322 +{ +"origin" "4540 4392 2016" +"classname" "info_grenadehint" +} +// entity 2323 +{ +"origin" "4244 4196 2016" +"classname" "info_grenadehint" +} +// entity 2324 +{ +"spawnflags" "256" +"origin" "4744 4616 2016" +"classname" "info_grenadehint" +} +// entity 2325 +{ +"spawnflags" "256" +"origin" "4800 4444 2016" +"classname" "info_grenadehint" +} +// entity 2326 +{ +"spawnflags" "256" +"origin" "4800 4744 2016" +"classname" "info_grenadehint" +} +// entity 2327 +{ +"origin" "4340 4364 2016" +"classname" "info_grenadehint" +} +// entity 2328 +{ +"origin" "4896 4912 2016" +"classname" "info_grenadehint" +} +// entity 2329 +{ +"origin" "-3501.74 4499.46 1584.03" +"testanim" "idle" +"model" "items/item_25_healthbox.tik" +"scale" "1.0" +"classname" "item_health_25" +} +// entity 2330 +{ +"origin" "-3400 529 1343" +"classname" "info_pathnode" +} +// entity 2331 +{ +"origin" "-3456 625 1359" +"classname" "info_pathnode" +} +// entity 2332 +{ +"origin" "-3256 465 1287" +"classname" "info_pathnode" +} +// entity 2333 +{ +"origin" "-3016 389 1255" +"classname" "info_pathnode" +} +// entity 2334 +{ +"$targetname" "nebel2_parade_trigger" +"setthread" "nebel2_parade" +"classname" "trigger_once" +// brush 0 +{ +( 2484 1092 884 ) ( 2424 1092 884 ) ( 2424 1092 984 ) common/trigger 0 31 -180.00 1.414063 -1.000061 0 65664 0 +( 2408 1136 884 ) ( 2408 1196 884 ) ( 2408 1196 984 ) common/trigger 31 32 0.00 1.414307 1 0 65664 0 +( 2424 1196 884 ) ( 2484 1196 884 ) ( 2484 1196 984 ) common/trigger -21 31 -180.00 1.414307 -1 0 65664 0 +( 2504 1196 884 ) ( 2504 1136 884 ) ( 2504 1136 984 ) common/trigger 51 32 0.00 1.414307 1 0 65664 0 +( 2424 1136 1008 ) ( 2424 1196 1008 ) ( 2484 1196 1008 ) common/trigger 26 -29 45.01 0.999807 0.999807 0 65664 0 +( 2484 1136 880 ) ( 2484 1196 880 ) ( 2424 1196 880 ) common/trigger 26 -29 45.01 0.999807 0.999807 0 65664 0 +} +} +// entity 2335 +{ +"$targetname" "nebel3_parade_trigger" +"setthread" "nebel3_parade" +"classname" "trigger_once" +// brush 0 +{ +( -4684 5864 1636 ) ( -4684 5864 1508 ) ( -4760 5896 1508 ) common/trigger -13 -45 -180.00 1.414063 -1.000061 0 65664 0 +( -4760 5940 1512 ) ( -4760 6000 1512 ) ( -4760 6000 1612 ) common/trigger 25 -44 0.00 1.414307 1 0 65664 0 +( -4652 5936 1508 ) ( -4652 5936 1636 ) ( -4760 5980 1636 ) common/trigger -33 -44 -180.00 1.414307 -1 0 65664 0 +( -4684 5864 1508 ) ( -4684 5864 1636 ) ( -4652 5936 1636 ) common/trigger 45 -44 0.00 1.414307 1 0 65664 0 +( -4684 5952 1636 ) ( -4684 5848 1636 ) ( -4760 5896 1636 ) common/trigger 32 -8 45.01 0.999807 0.999807 0 65664 0 +( -4684 5848 1508 ) ( -4684 5952 1508 ) ( -4760 6000 1508 ) common/trigger 32 -8 45.01 0.999807 0.999807 0 65664 0 +} +} +// entity 2336 +{ +"$targetname" "nebel4_parade_trigger" +"setthread" "nebel4_parade" +"classname" "trigger_once" +// brush 0 +{ +( -552 4676 1812 ) ( -660 4720 1816 ) ( -660 4636 1816 ) common/trigger -55 -23 45.01 0.999807 0.999807 0 65664 0 +( -584 4604 1940 ) ( -660 4636 1944 ) ( -660 4720 1944 ) common/trigger -55 -23 45.01 0.999807 0.999807 0 65664 0 +( -560 4636 1812 ) ( -560 4636 1940 ) ( -560 4720 1940 ) common/trigger 39 8 0.00 1.414307 1 0 65664 0 +( -560 4720 1812 ) ( -560 4720 1940 ) ( -660 4720 1944 ) common/trigger 49 7 -180.00 1.414307 -1 0 65664 0 +( -660 4636 1944 ) ( -660 4636 1816 ) ( -660 4720 1816 ) common/trigger 19 8 0.00 1.414307 1 0 65664 0 +( -560 4652 1940 ) ( -560 4652 1812 ) ( -660 4652 1816 ) common/trigger 6 6 -180.00 1.414063 -1.000061 0 65664 0 +} +} +// entity 2337 +{ +"$targetname" "medic_hideplace" +"_color" "1.000000 0.000000 0.000000" +"origin" "-1796 -6296 396" +"classname" "info_pathnode" +} +// entity 2338 +{ +"_color" "0.000000 0.000000 1.000000" +"spawnflags" "4" +"angle" "90" +"$targetname" "vehicle_safety_node" +"origin" "-188 -4376 428" +"classname" "info_pathnode" +} +// entity 2339 +{ +"origin" "12 -5528 556" +"classname" "info_pathnode" +} +// entity 2340 +{ +"target" "t4542" +"targetname" "t4541" +"origin" "-296 -5476 604" +"classname" "info_pathnode" +} +// entity 2341 +{ +"target" "t4539" +"targetname" "t4538" +"origin" "-532 -5332 624" +"classname" "info_pathnode" +} +// entity 2342 +{ +"target" "t4540" +"targetname" "t4539" +"origin" "-784 -5348 552" +"classname" "info_pathnode" +} +// entity 2343 +{ +"targetname" "t4501" +"origin" "-996 -6064 368" +"classname" "info_pathnode" +} +// entity 2344 +{ +"targetname" "t4540" +"origin" "-1088 -5124 368" +"classname" "info_pathnode" +} +// entity 2345 +{ +"target" "t4543" +"targetname" "t4542" +"origin" "-612 -5132 628" +"classname" "info_pathnode" +} +// entity 2346 +{ +"targetname" "t4536" +"origin" "-708 -4960 516" +"classname" "info_pathnode" +} +// entity 2347 +{ +"origin" "-436 -4820 584" +"classname" "info_pathnode" +} +// entity 2348 +{ +"origin" "-712 -4704 388" +"classname" "info_pathnode" +} +// entity 2349 +{ +"target" "t4532" +"targetname" "t4531" +"origin" "-168 -4700 612" +"classname" "info_pathnode" +} +// entity 2350 +{ +"target" "t4531" +"targetname" "t4530" +"origin" "-144 -4908 644" +"classname" "info_pathnode" +} +// entity 2351 +{ +"origin" "84 -4976 580" +"classname" "info_pathnode" +} +// entity 2352 +{ +"origin" "28 -4728 588" +"classname" "info_pathnode" +} +// entity 2353 +{ +"origin" "-104 -4480 520" +"classname" "info_pathnode" +} +// entity 2354 +{ +"target" "t4538" +"targetname" "t4537" +"origin" "-80 -5336 588" +"classname" "info_pathnode" +} +// entity 2355 +{ +"target" "t4535" +"targetname" "t4534" +"origin" "-128 -5080 636" +"classname" "info_pathnode" +} +// entity 2356 +{ +"target" "t4536" +"targetname" "t4535" +"origin" "-444 -5080 648" +"classname" "info_pathnode" +} +// entity 2357 +{ +"setthread" "parade_trigger_think" +"$targetname" "parade_trigger" +"classname" "trigger_multiple" +// brush 0 +{ +( 4792 4600 1888 ) ( 4792 4600 1984 ) ( 4816 4544 1984 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 4792 4600 1984 ) ( 4792 4600 1888 ) ( 4824 4672 1888 ) common/trigger 40 0 0.00 1 1 0 65664 0 +( 4936 4560 1984 ) ( 4936 4560 1888 ) ( 4880 4528 1888 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 4880 4528 1984 ) ( 4880 4528 1888 ) ( 4816 4544 1888 ) common/trigger 40 0 0.00 1 1 0 65664 0 +( 5048 3328 1984 ) ( 4408 3328 1984 ) ( 4408 6272 1984 ) common/trigger 40 0 0.00 1 1 0 65664 0 +( 4408 3328 1888 ) ( 5048 3328 1888 ) ( 5048 6272 1888 ) common/trigger 40 0 0.00 1 1 0 65664 0 +( 4824 4672 1984 ) ( 4824 4672 1888 ) ( 4936 4560 1888 ) common/trigger 48 0 0.00 1 1 0 65664 0 +} +} +// entity 2358 +{ +"fov" "60" +"sight" "1536" +"health" "55" +"leash" "2048" +"maxdist" "256" +"target" "t4604" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"hearing" "512" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "22" +"angle" "90" +"accuracy" "30" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "2651.00 -1147.00 1096.00" +} +// entity 2359 +{ +"fov" "60" +"sight" "1536" +"health" "55" +"leash" "2048" +"maxdist" "256" +"target" "t4601" +"hearing" "512" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "512" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "22" +"angle" "90" +"accuracy" "30" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "1972.00 -695.00 1166.00" +} +// entity 2360 +{ +"fov" "60" +"sight" "1536" +"health" "55" +"leash" "2048" +"maxdist" "256" +"hearing" "512" +"target" "t4602" +"#set" "22" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "30" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "90" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"origin" "2056.00 -896.00 1164.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2361 +{ +"fov" "60" +"sight" "1536" +"health" "55" +"leash" "2048" +"maxdist" "256" +"hearing" "512" +"gun" "MP40" +"#set" "22" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "30" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "1024" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "90" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"target" "t4607" +"origin" "2836.00 -1164.00 1036.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2362 +{ +"_color" "0.000000 0.250980 0.000000" +"angle" "270" +"targetname" "t4511" +"ID" "4" +"origin" "1391 -3118 2317" +"classname" "ProjectileGenerator_Target" +} +// entity 2363 +{ +"_color" "0.000000 0.250980 0.000000" +"angle" "270" +"spawnflags" "0" +"Projectile" "projectiles/steilhandgranate_ai.tik" +"$targetname" "trench2b_grenade" +"origin" "865 -2269 738" +"Accuracy" "0.1" +"MaxDelay" "0" +"MinDelay" "0" +"MinNumShots" "1" +"MaxNumShots" "1" +"Cycles" "1" +"MaxDuration" "0" +"MinDuration" "0" +"testanim" "idle" +"ID" "4" +"classname" "ProjectileGenerator_Projectile" +} +// entity 2364 +{ +"_color" "0.000000 0.250980 0.000000" +"angle" "270" +"targetname" "t4512" +"ID" "5" +"origin" "1783 -2846 2373" +"classname" "ProjectileGenerator_Target" +} +// entity 2365 +{ +"_color" "0.000000 0.250980 0.000000" +"angle" "315" +"spawnflags" "0" +"Projectile" "projectiles/steilhandgranate_ai.tik" +"$targetname" "trench2c_grenade" +"origin" "1137 -2022 691" +"Accuracy" "0.1" +"MaxDelay" "0" +"MinDelay" "0" +"MinNumShots" "1" +"MaxNumShots" "1" +"Cycles" "1" +"MaxDuration" "0" +"MinDuration" "0" +"testanim" "idle" +"ID" "5" +"classname" "ProjectileGenerator_Projectile" +} +// entity 2366 +{ +"origin" "1983 1677 1188" +"classname" "info_grenadehint" +} +// entity 2367 +{ +"health" "55" +"fov" "60" +"sight" "1532" +"hearing" "512" +"target" "t4537" +"maxdist" "256" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "21" +"angle" "180" +"accuracy" "20" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "91.00 -5435.00 512.00" +} +// entity 2368 +{ +"health" "55" +"spawnflags" "256" +"gun" "MP40" +"target" "t4544" +"maxdist" "256" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"fov" "45" +"sight" "512" +"hearing" "512" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "21" +"angle" "180" +"accuracy" "20" +"origin" "-125.00 -6069.00 515.00" +"testanim" "idle" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_wehrmact_soldier" +} +// entity 2369 +{ +"health" "55" +"target" "t4530" +"maxdist" "256" +"fov" "60" +"sight" "1532" +"hearing" "512" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "21" +"angle" "180" +"accuracy" "20" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "180.00 -5095.00 510.00" +} +// entity 2370 +{ +"health" "55" +"fov" "60" +"sight" "1532" +"hearing" "512" +"target" "t4534" +"#set" "21" +"maxdist" "256" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "180" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"origin" "84.00 -5220.00 508.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2371 +{ +"health" "55" +"fov" "60" +"sight" "1532" +"hearing" "512" +"target" "t4541" +"maxdist" "512" +"#set" "21" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "180" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"$targetname" "enemyspawner" +"origin" "104.00 -5528.00 556.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2372 +{ +"target" "t4549" +"targetname" "t4516" +"origin" "3056 -348 1032" +"classname" "info_pathnode" +} +// entity 2373 +{ +"targetname" "t4522" +"origin" "2896 236 912" +"classname" "info_pathnode" +} +// entity 2374 +{ +"target" "t4548" +"targetname" "t4523" +"origin" "2488 -64 1112" +"classname" "info_pathnode" +} +// entity 2375 +{ +"target" "t4525" +"targetname" "t4524" +"origin" "2152 -216 1228" +"classname" "info_pathnode" +} +// entity 2376 +{ +"target" "t4526" +"targetname" "t4525" +"origin" "2272 0 1132" +"classname" "info_pathnode" +} +// entity 2377 +{ +"targetname" "t4526" +"origin" "2200 376 924" +"classname" "info_pathnode" +} +// entity 2378 +{ +"target" "t4528" +"targetname" "t4527" +"origin" "1692 -32 1120" +"classname" "info_pathnode" +} +// entity 2379 +{ +"targetname" "t4528" +"origin" "1852 192 1000" +"classname" "info_pathnode" +} +// entity 2380 +{ +"targetname" "t4529" +"origin" "1860 680 888" +"classname" "info_pathnode" +} +// entity 2381 +{ +"target" "t4545" +"targetname" "t4544" +"origin" "-208 -5848 616" +"classname" "info_pathnode" +} +// entity 2382 +{ +"origin" "-1072 -5920 344" +"classname" "info_pathnode" +} +// entity 2383 +{ +"targetname" "t4547" +"origin" "-1248 -4960 352" +"classname" "info_pathnode" +} +// entity 2384 +{ +"$targetname" "toilet_trigger" +"setthread" "toilet_flush" +"classname" "trigger_use" +// brush 0 +{ +( 5864 3424 1888 ) ( 5864 3520 1888 ) ( 5864 3520 2032 ) common/trigger -24 0 0.00 1 1 0 65664 0 +( 5864 3504 1888 ) ( 6008 3504 1888 ) ( 6008 3504 2032 ) common/trigger -24 0 0.00 1 1 0 65664 0 +( 5920 3512 1888 ) ( 5920 3416 1888 ) ( 5920 3416 2032 ) common/trigger -24 0 0.00 1 1 0 65664 0 +( 6008 3440 1888 ) ( 5864 3440 1888 ) ( 5864 3440 2032 ) common/trigger -24 0 0.00 1 1 0 65664 0 +( 6008 3424 2008 ) ( 5864 3424 2008 ) ( 5864 3520 2008 ) common/trigger -24 24 0.00 1 1 0 65664 0 +( 5864 3424 1904 ) ( 6008 3424 1904 ) ( 6008 3520 1904 ) common/trigger -24 24 0.00 1 1 0 65664 0 +} +} +// entity 2385 +{ +"spawnflags" "0" +"#set" "15" +"target" "scene15_soldier" +"$targetname" "enemyspawnertrigger" +"classname" "trigger_multiple" +// brush 0 +{ +( -1824 -992 1952 ) ( -1824 -992 -32 ) ( -1952 -992 -32 ) common/trigger 47 0 0.00 1 1 0 65664 0 +( -1952 -1344 -32 ) ( -1952 1760 -32 ) ( -1952 1760 1952 ) common/trigger 42 0 0.00 1 1 0 65664 0 +( -1920 2112 -32 ) ( -1792 2112 -32 ) ( -1792 2112 1952 ) common/trigger 47 0 0.00 1 1 0 65664 0 +( -1824 -1344 -32 ) ( -1824 -1344 1952 ) ( -1824 1760 1952 ) common/trigger 42 0 0.00 1 1 0 65664 0 +( -1952 -1344 1952 ) ( -1952 1760 1952 ) ( -1824 1760 1952 ) common/trigger 42 -47 0.00 1 1 0 65664 0 +( -1824 -1536 -32 ) ( -1824 1760 -32 ) ( -1952 1760 -32 ) common/trigger 42 -47 0.00 1 1 0 65664 0 +} +} +// entity 2386 +{ +"targetname" "t4548" +"origin" "2632 200 960" +"classname" "info_pathnode" +} +// entity 2387 +{ +"target" "t4550" +"targetname" "t4549" +"origin" "3040 -124 1008" +"classname" "info_pathnode" +} +// entity 2388 +{ +"targetname" "t4550" +"origin" "2808 252 936" +"classname" "info_pathnode" +} +// entity 2389 +{ +"origin" "1887 509 1188" +"classname" "info_grenadehint" +} +// entity 2390 +{ +"origin" "2535 573 1188" +"classname" "info_grenadehint" +} +// entity 2391 +{ +"target" "fuel_tank_explosion" +"$targetname" "fuel_tank_mask" +"spawnflags" "128" +"health" "100" +"classname" "trigger_multiple" +// brush 0 +{ +( 2720 1456 880 ) ( 2596 1456 880 ) ( 2604 1036 912 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2596 1456 1064 ) ( 2720 1456 1064 ) ( 2708 1036 1048 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2700 972 944 ) ( 2596 972 944 ) ( 2596 972 1040 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2724 1036 936 ) ( 2724 1036 1048 ) ( 2736 1456 1048 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2596 1456 888 ) ( 2720 1456 888 ) ( 2720 1456 1032 ) common/trigger 0 0 0.00 1 1 0 65664 0 +( 2588 1036 1048 ) ( 2588 1036 936 ) ( 2580 1456 936 ) common/trigger 0 0 0.00 1 1 0 65664 0 +} +} +// entity 2392 +{ +"health" "55" +"target" "t4564" +"maxdist" "256" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"fov" "60" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "23" +"angle" "90" +"accuracy" "45" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-3677.00 4229.00 1656.00" +} +// entity 2393 +{ +"health" "55" +"fov" "60" +"maxdist" "256" +"target" "t4558" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "23" +"angle" "90" +"accuracy" "35" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-4348.00 3033.00 1918.00" +} +// entity 2394 +{ +"health" "55" +"gun" "Panzerschrek" +"spawnflags" "768" +"maxdist" "256" +"fov" "60" +"target" "t4569" +"#set" "23" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "35" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "90" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"origin" "-4264.00 2992.00 1908.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2395 +{ +"health" "55" +"target" "t4565" +"maxdist" "256" +"fov" "60" +"gun" "MP40" +"#set" "23" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "45" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "90" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"origin" "-3612.00 4268.00 1652.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2396 +{ +"health" "55" +"gun" "MP40" +"spawnflags" "256" +"maxdist" "256" +"target" "t4554" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"fov" "60" +"sight" "1024" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "23" +"angle" "90" +"accuracy" "35" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-5829.00 4365.00 1496.00" +} +// entity 2397 +{ +"health" "55" +"maxdist" "256" +"fov" "60" +"sight" "1024" +"gun" "MP40" +"#set" "23" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "35" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "90" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"target" "t4551" +"origin" "-5764.00 4436.00 1492.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2398 +{ +"origin" "-4533 3059 1906" +"classname" "info_pathnode" +} +// entity 2399 +{ +"target" "t4559" +"targetname" "t4558" +"origin" "-4621 3147 1890" +"classname" "info_pathnode" +} +// entity 2400 +{ +"origin" "-4589 3299 1890" +"classname" "info_pathnode" +} +// entity 2401 +{ +"origin" "-4629 3387 1818" +"classname" "info_pathnode" +} +// entity 2402 +{ +"origin" "-4117 3035 1930" +"classname" "info_pathnode" +} +// entity 2403 +{ +"target" "t4556" +"targetname" "t4555" +"origin" "-5402 4576 1472" +"classname" "info_pathnode" +} +// entity 2404 +{ +"target" "t4555" +"targetname" "t4554" +"origin" "-5645 4274 1457" +"classname" "info_pathnode" +} +// entity 2405 +{ +"origin" "-4844 5103 1549" +"classname" "info_pathnode" +} +// entity 2406 +{ +"origin" "-4149 4680 1632" +"classname" "info_pathnode" +} +// entity 2407 +{ +"target" "t4573" +"targetname" "t4567" +"origin" "-4333 4400 1536" +"classname" "info_pathnode" +} +// entity 2408 +{ +"origin" "-4301 4672 1592" +"classname" "info_pathnode" +} +// entity 2409 +{ +"targetname" "t4566" +"origin" "-3957 4832 1648" +"classname" "info_pathnode" +} +// entity 2410 +{ +"health" "55" +"spawnflags" "256" +"maxdist" "256" +"gun" "MG42" +"sight" "4096" +"hearing" "4096" +"#set" "10" +"$targetname" "scene10_soldier" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "20" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "90" +"testanim" "idle" +"origin" "6712.00 5568.00 1912.00" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2411 +{ +"health" "55" +"sight" "1024" +"maxdist" "256" +"target" "t4593" +"gun" "MP40" +"spawnflags" "0" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"fov" "60" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "24" +"angle" "225" +"accuracy" "40" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "1077.00 5853.00 1888.00" +} +// entity 2412 +{ +"health" "55" +"sight" "1024" +"target" "t4590" +"maxdist" "256" +"fov" "60" +"gun" "MP40" +"#set" "24" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "225" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"origin" "916.00 5972.00 1884.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2413 +{ +"health" "55" +"sight" "1024" +"target" "t4598" +"gun" "MP40" +"spawnflags" "0" +"maxdist" "256" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"fov" "60" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "24" +"angle" "225" +"accuracy" "40" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "989.00 5789.00 1888.00" +} +// entity 2414 +{ +"health" "55" +"target" "t4583" +"gun" "MP40" +"spawnflags" "0" +"maxdist" "256" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"fov" "60" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "24" +"angle" "315" +"accuracy" "40" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-1187.00 6965.00 1888.00" +} +// entity 2415 +{ +"health" "55" +"maxdist" "256" +"fov" "60" +"gun" "MP40" +"#set" "24" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "40" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"angle" "315" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"target" "t4578" +"origin" "-1252.00 7036.00 1884.00" +"testanim" "idle" +"model" "human/german_winter_type1.tik" +"scale" "1.0" +"classname" "ai_german_kreigsmarine" +} +// entity 2416 +{ +"health" "55" +"target" "t4587" +"gun" "MP40" +"spawnflags" "0" +"maxdist" "256" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"fov" "60" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "24" +"angle" "315" +"accuracy" "40" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-1163.00 7069.00 1888.00" +} +// entity 2417 +{ +"spawnflags" "768" +"setthread" "office_fight" +"classname" "trigger_use" +// brush 0 +{ +( 6588 5640 1904 ) ( 6300 5640 1904 ) ( 6300 5608 1904 ) common/trigger 2 36 0.00 1 1 0 65664 0 +( 6300 5608 2032 ) ( 6300 5640 2032 ) ( 6588 5640 2032 ) common/trigger 2 36 0.00 1 1 0 65664 0 +( 6300 5608 2080 ) ( 6588 5608 2080 ) ( 6588 5608 1904 ) common/trigger 2 0 0.00 1 1 0 65664 0 +( 6370 5596 2080 ) ( 6370 5628 2080 ) ( 6370 5628 1904 ) common/trigger -36 0 0.00 1 1 0 65664 0 +( 6592 5672 2080 ) ( 6304 5672 2080 ) ( 6304 5672 1904 ) common/trigger 2 0 0.00 1 1 0 65664 0 +( 6348 5632 2080 ) ( 6348 5600 2080 ) ( 6348 5600 1904 ) common/trigger -36 0 0.00 1 1 0 65664 0 +} +} +// entity 2418 +{ +"health" "55" +"spawnflags" "768" +"maxdist" "256" +"gun" "MG42" +"sight" "4096" +"hearing" "4096" +"#set" "25" +"$targetname" "enemyspawner" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "35" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "25" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "180" +"testanim" "idle" +"origin" "6168.00 5660.00 1912.00" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2419 +{ +"health" "55" +"spawnflags" "768" +"maxdist" "256" +"gun" "MG42" +"sight" "4096" +"hearing" "4096" +"#set" "25" +"$targetname" "enemyspawner" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "0" +"accuracy" "35" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "0" +"fixedleash" "0" +"noticescale" "25" +"sound_awareness" "100" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "turret" +"type_idle" "idle" +"angle" "0" +"testanim" "idle" +"origin" "6280.00 5476.00 1912.00" +"model" "human/german_winter_type2.tik" +"scale" "1.0" +"classname" "ai_german_winter_type2" +} +// entity 2420 +{ +"origin" "820 5477 1868" +"classname" "info_pathnode" +} +// entity 2421 +{ +"origin" "1124 5477 1934" +"classname" "info_pathnode" +} +// entity 2422 +{ +"origin" "1206 5305 1880" +"classname" "info_pathnode" +} +// entity 2423 +{ +"origin" "1142 5211 1838" +"classname" "info_pathnode" +} +// entity 2424 +{ +"origin" "-1475 6762 1890" +"classname" "info_pathnode" +} +// entity 2425 +{ +"target" "t4580" +"targetname" "t4579" +"origin" "-1431 6608 1878" +"classname" "info_pathnode" +} +// entity 2426 +{ +"target" "t4586" +"targetname" "t4585" +"origin" "-1293 6486 1838" +"classname" "info_pathnode" +} +// entity 2427 +{ +"origin" "-1273 6296 1752" +"classname" "info_pathnode" +} +// entity 2428 +{ +"target" "t4584" +"targetname" "t4583" +"origin" "-849 6780 1945" +"classname" "info_pathnode" +} +// entity 2429 +{ +"target" "t4585" +"targetname" "t4584" +"origin" "-717 6658 1901" +"classname" "info_pathnode" +} +// entity 2430 +{ +"target" "t4589" +"targetname" "t4588" +"origin" "-727 6478 1853" +"classname" "info_pathnode" +} +// entity 2431 +{ +"origin" "-711 6256 1757" +"classname" "info_pathnode" +} +// entity 2432 +{ +"target" "t4581" +"targetname" "t4580" +"origin" "-955 6520 1859" +"classname" "info_pathnode" +} +// entity 2433 +{ +"origin" "-865 6334 1773" +"classname" "info_pathnode" +} +// entity 2434 +{ +"targetname" "t4589" +"origin" "-1087 6334 1765" +"classname" "info_pathnode" +} +// entity 2435 +{ +"origin" "-1431 6944 1914" +"classname" "info_pathnode" +} +// entity 2436 +{ +"origin" "778 5911 1912" +"classname" "info_pathnode" +} +// entity 2437 +{ +"target" "t4596" +"targetname" "t4590" +"origin" "566 6253 1886" +"classname" "info_pathnode" +} +// entity 2438 +{ +"target" "t4605" +"targetname" "t4604" +"origin" "2736 -944 1148" +"classname" "info_pathnode" +} +// entity 2439 +{ +"target" "t4517" +"targetname" "t4606" +"origin" "2744 -488 1156" +"classname" "info_pathnode" +} +// entity 2440 +{ +"target" "t4603" +"targetname" "t4602" +"origin" "2080 -704 1204" +"classname" "info_pathnode" +} +// entity 2441 +{ +"target" "t4519" +"targetname" "t4601" +"origin" "1880 -384 1196" +"classname" "info_pathnode" +} +// entity 2442 +{ +"target" "t4524" +"targetname" "t4603" +"origin" "2184 -488 1220" +"classname" "info_pathnode" +} +// entity 2443 +{ +"target" "t4608" +"targetname" "t4607" +"origin" "2944 -840 1036" +"classname" "info_pathnode" +} +// entity 2444 +{ +"target" "t4516" +"targetname" "t4608" +"origin" "2872 -560 1036" +"classname" "info_pathnode" +} +// entity 2445 +{ +"targetname" "t4599" +"origin" "110 5227 1840" +"classname" "info_pathnode" +} +// entity 2446 +{ +"targetname" "t4600" +"target" "t3988" +"origin" "314 5115 1822" +"classname" "info_pathnode" +} +// entity 2447 +{ +"health" "55" +"target" "t4612" +"gun" "Panzerschrek" +"spawnflags" "256" +"maxdist" "768" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"fov" "60" +"sight" "1024" +"hearing" "512" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "24" +"angle" "315" +"accuracy" "40" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "-1219.00 7125.00 1888.00" +} +// entity 2448 +{ +"angle" "270" +"spawnflags" "136" +"origin" "-599 6659 1866" +"classname" "info_pathnode" +} +// entity 2449 +{ +"origin" "-263 6387 1866" +"classname" "info_pathnode" +} +// entity 2450 +{ +"spawnflags" "64" +"targetname" "t4615" +"origin" "-455 6363 1826" +"classname" "info_pathnode" +} +// entity 2451 +{ +"origin" "121 6651 1906" +"classname" "info_pathnode" +} +// entity 2452 +{ +"health" "55" +"target" "t4617" +"gun" "Panzerschrek" +"spawnflags" "768" +"maxdist" "512" +"gren_awareness" "10" +"disguise_level" "1" +"disguise_period" "15" +"disguise_range" "256" +"ammo_grenade" "4" +"balconyheight" "128" +"waittrigger" "0" +"enemysharerange" "2048" +"fixedleash" "0" +"noticescale" "100" +"sound_awareness" "100" +"fov" "60" +"type_grenade" "grenade" +"type_disguise" "salute" +"type_attack" "cover" +"type_idle" "idle" +"$targetname" "enemyspawner" +"#set" "24" +"angle" "225" +"accuracy" "60" +"classname" "ai_german_wehrmact_soldier" +"scale" "1.0" +"model" "human/german_winter_type2.tik" +"testanim" "idle" +"origin" "1237.00 5861.00 1888.00" +} +// entity 2453 +{ +"target" "t4618" +"targetname" "t4617" +"origin" "774 6119 1866" +"classname" "info_pathnode" +} +// entity 2454 +{ +"origin" "534 5943 1890" +"classname" "info_pathnode" +} +// entity 2455 +{ +"origin" "-58 6215 1826" +"classname" "info_pathnode" +} +// entity 2456 +{ +"origin" "-645.75 -4807.75 434.00" +"angle" "150" +"testanim" "idle" +"model" "animate/falling_tree07_oriented.tik" +"scale" ".75" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 2457 +{ +"origin" "2028.80 24.80 1024.00" +"angle" "115" +"testanim" "idle" +"model" "animate/falling_tree07_oriented.tik" +"scale" ".8" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 2458 +{ +"origin" "2551.00 179.00 904.00" +"angle" "270" +"testanim" "idle" +"model" "animate/falling_tree07_oriented.tik" +"scale" "1" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 2459 +{ +"origin" "-869.00 6207.00 1648.00" +"angle" "90" +"testanim" "idle" +"model" "animate/falling_tree07_oriented.tik" +"scale" "1" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 2460 +{ +"origin" "-341.00 6359.00 1744.00" +"angle" "90" +"testanim" "idle" +"model" "animate/falling_tree07_oriented.tik" +"scale" "1" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 2461 +{ +"origin" "-5203.20 4848.80 1388.00" +"angle" "45" +"testanim" "idle" +"model" "animate/falling_tree07_oriented.tik" +"scale" ".8" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 2462 +{ +"origin" "-4667.75 4588.25 1392.00" +"angle" "270" +"testanim" "idle" +"model" "animate/falling_tree07_oriented.tik" +"scale" ".75" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 2463 +{ +"origin" "-4429.00 4783.00 1420.00" +"angle" "315" +"testanim" "idle" +"model" "animate/falling_tree07_oriented.tik" +"scale" "1" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 2464 +{ +"angle" "180" +"$targetname" "stuka" +"testanim" "idle" +"origin" "-1934.01 6387.28 2156.00" +"model" "vehicles/stuka_strafe.tik" +"classname" "script_model" +} +// entity 2465 +{ +"targetname" "t10058" +"angle" "180" +"origin" "912 1148 2088" +"classname" "info_splinepath" +} +// entity 2466 +{ +"target" "t10058" +"angle" "180" +"targetname" "t10049" +"origin" "-2976 -612 2088" +"classname" "info_splinepath" +} +// entity 2467 +{ +"target" "t10055" +"angle" "180" +"targetname" "t10050" +"origin" "-5768 920 2088" +"classname" "info_splinepath" +} +// entity 2468 +{ +"target" "t10050" +"angle" "180" +"targetname" "t10051" +"origin" "-6040 2118 2148" +"classname" "info_splinepath" +} +// entity 2469 +{ +"target" "t10051" +"angle" "180" +"targetname" "t10052" +"origin" "-5776 3406 2212" +"classname" "info_splinepath" +} +// entity 2470 +{ +"$targetname" "stuka_path" +"target" "t10057" +"angle" "180" +"origin" "-2392 6118 2276" +"classname" "info_splinepath" +} +// entity 2471 +{ +"target" "t10049" +"angle" "180" +"targetname" "t10054" +"origin" "-4192 -788 2136" +"classname" "info_splinepath" +} +// entity 2472 +{ +"target" "t10054" +"angle" "180" +"targetname" "t10055" +"origin" "-5104 -276 2200" +"classname" "info_splinepath" +} +// entity 2473 +{ +"target" "t10052" +"angle" "180" +"targetname" "t10056" +"origin" "-5248 4414 2212" +"classname" "info_splinepath" +} +// entity 2474 +{ +"target" "t10056" +"angle" "180" +"targetname" "t10057" +"origin" "-4160 5374 2212" +"classname" "info_splinepath" +} +// entity 2475 +{ +"setthread" "kitchen_fight" +"classname" "trigger_once" +// brush 0 +{ +( 6416 4472 1920 ) ( 6208 4472 1920 ) ( 6208 4392 1920 ) common/trigger 32 -8 0.00 1 1 0 65664 0 +( 6196 4392 1944 ) ( 6196 4472 1944 ) ( 6404 4472 1944 ) common/trigger 32 -8 0.00 1 1 0 65664 0 +( 6176 4540 3152 ) ( 6384 4540 3152 ) ( 6384 4540 1104 ) common/trigger 32 0 0.00 1 1 0 65664 0 +( 6576 4388 3152 ) ( 6576 4468 3152 ) ( 6576 4468 1104 ) common/trigger 8 0 0.00 1 1 0 65664 0 +( 6368 4568 3152 ) ( 6160 4568 3152 ) ( 6160 4568 1104 ) common/trigger 32 0 0.00 1 1 0 65664 0 +( 6556 4448 3152 ) ( 6556 4368 3152 ) ( 6556 4368 1104 ) common/trigger 8 0 0.00 1 1 0 65664 0 +} +} +// entity 2476 +{ +"angle" "135" +"spawnflags" "10" +"origin" "6515 3638 1937" +"classname" "info_pathnode" +} +// entity 2477 +{ +"$targetname" "crashing_truck_tree" +"origin" "1083.00 927.00 968.00" +"angle" "315" +"testanim" "death" +"model" "animate/falling_tree07_oriented.tik" +"scale" "1.0" +"classname" "addon_animate_natural_fallingtrees_tree03_orientedfalling-NOEFFECT" +} +// entity 2478 +{ +"$targetname" "loudspeaker" +"origin" "6240 5412 2176" +"classname" "script_origin" +} +// entity 2479 +{ +"$targetname" "loudspeaker" +"origin" "6320 5416 2040" +"classname" "script_origin" +} +// entity 2480 +{ +"$targetname" "loudspeaker" +"origin" "6320 5156 2040" +"classname" "script_origin" +} +// entity 2481 +{ +"$targetname" "loudspeaker" +"origin" "6720 5412 2176" +"classname" "script_origin" +} +// entity 2482 +{ +"$targetname" "loudspeaker" +"origin" "6178 2596 2126" +"classname" "script_origin" +} +// entity 2483 +{ +"$targetname" "loudspeaker" +"origin" "7132 3556 2126" +"classname" "script_origin" +} +// entity 2484 +{ +"setthread" "sirens" +"classname" "trigger_once" +// brush 0 +{ +( 6754 5886 1744 ) ( 6546 5886 1744 ) ( 6546 5806 1744 ) common/trigger -50 -2 0.00 1 1 0 65664 0 +( 6530 5806 2096 ) ( 6530 5886 2096 ) ( 6738 5886 2096 ) common/trigger -50 -2 0.00 1 1 0 65664 0 +( 6580 3376 3152 ) ( 6788 3376 3152 ) ( 6788 3376 1104 ) common/trigger -50 0 0.00 1 1 0 65664 0 +( 8128 5778 3152 ) ( 8128 5858 3152 ) ( 8128 5858 1104 ) common/trigger 2 0 0.00 1 1 0 65664 0 +( 6728 5760 3152 ) ( 6520 5760 3152 ) ( 6520 5760 1104 ) common/trigger -50 0 0.00 1 1 0 65664 0 +( 6514 5886 3152 ) ( 6514 5806 3152 ) ( 6514 5806 1104 ) common/trigger 2 0 0.00 1 1 0 65664 0 +} +} +// entity 2485 +{ +"setthread" "squadhalt" +"$targetname" "squadhalt_trigger_1" +"classname" "trigger_once" +// brush 0 +{ +( 5128 4000 1856 ) ( 4936 4000 1856 ) ( 4936 2144 1856 ) common/trigger -32 32 0.00 1 1 0 65664 0 +( 4936 2144 2240 ) ( 4936 4000 2240 ) ( 5128 4000 2240 ) common/trigger -32 32 0.00 1 1 0 65664 0 +( 4928 3456 2240 ) ( 5120 3456 2240 ) ( 5120 3456 2176 ) common/trigger -32 0 0.00 1 1 0 65664 0 +( 5064 2144 2240 ) ( 5064 4000 2240 ) ( 5064 4000 2176 ) common/trigger -32 0 0.00 1 1 0 65664 0 +( 5120 4112 2240 ) ( 4928 4112 2240 ) ( 4928 4112 2176 ) common/trigger -32 0 0.00 1 1 0 65664 0 +( 4928 5056 2240 ) ( 4928 3200 2240 ) ( 4928 3200 2176 ) common/trigger -32 0 0.00 1 1 0 65664 0 +} +} +// entity 2486 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "squadhalt_2a" +"origin" "5247 5706 1973" +"classname" "info_pathnode" +} +// entity 2487 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "squadhalt_2b" +"origin" "5271 5834 1973" +"classname" "info_pathnode" +} +// entity 2488 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "squadhalt_1a" +"origin" "4895 3786 1969" +"classname" "info_pathnode" +} +// entity 2489 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "squadhalt_1b" +"origin" "4999 3774 1969" +"classname" "info_pathnode" +} +// entity 2490 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "squadhalt_1c" +"origin" "4951 3726 1957" +"classname" "info_pathnode" +} +// entity 2491 +{ +"target" "t10060" +"$targetname" "parade_spawner_3" +"origin" "4632 4043 1905" +"classname" "script_origin" +} +// entity 2492 +{ +"$targetname" "loudspeaker" +"origin" "7120 4224 2228" +"classname" "script_origin" +} +// entity 2493 +{ +"spawnflags" "20" +"origin" "6848 5040 1953" +"classname" "info_pathnode" +} +// entity 2494 +{ +"spawnflags" "132" +"origin" "6620 5152 1953" +"classname" "info_pathnode" +} +// entity 2495 +{ +"spawnflags" "36" +"angle" "90" +"origin" "6884 5200 1953" +"classname" "info_pathnode" +} +// entity 2496 +{ +"origin" "6234 5267 2121" +"classname" "info_pathnode" +} +// entity 2497 +{ +"origin" "6393 5248 2121" +"classname" "info_pathnode" +} +// entity 2498 +{ +"spawnflags" "36" +"angle" "90" +"origin" "692 -5096 472" +"classname" "info_pathnode" +} +// entity 2499 +{ +"spawnflags" "20" +"angle" "180" +"origin" "648 -5140 472" +"classname" "info_pathnode" +} +// entity 2500 +{ +"spawnflags" "74" +"angle" "135" +"origin" "656 -4836 472" +"classname" "info_pathnode" +} +// entity 2501 +{ +"angle" "315" +"origin" "6172.24 5506.37 2112.00" +"testanim" "idle" +"model" "items/item_50_healthbox.tik" +"scale" "1.0" +"classname" "item_health_50" +} +// entity 2502 +{ +"angle" "90" +"spawnflags" "66" +"origin" "2772 1300 1320" +"classname" "info_pathnode" +} +// entity 2503 +{ +"classname" "func_crate" +"debristype" "1" +// brush 0 +{ +( 6199.258301 2670.284668 1904 ) ( 6175.009277 2684.284668 1904 ) ( 6161.009766 2660.035889 1904 ) common/nodraw 1 42 150.00 0.374989 -1.399513 536870912 2224 0 +surfaceparm detail +( 6139.215332 2640.287109 1952 ) ( 6153.215820 2664.536133 1952 ) ( 6177.464355 2650.535889 1952 ) german/gnrlcratesml_side -31 -31 330.00 0.350000 0.350000 0 16384 0 +( 6168.330078 2632.715332 1994 ) ( 6192.579102 2618.715332 1994 ) ( 6192.579102 2618.715332 1930 ) german/gnrlcratesml_frnt 100 85 -180.00 0.324753 -0.375000 0 16384 0 +( 6168.784668 2595.502686 1984 ) ( 6182.784180 2619.751465 1984 ) ( 6182.784180 2619.751465 1920 ) german/gnrlcratesml_frnt 13 85 -180.00 0.324764 -0.375000 0 16384 0 +( 6199.258301 2670.284668 1972 ) ( 6175.009277 2684.284668 1972 ) ( 6175.009277 2684.284668 1908 ) german/gnrlcratesml_frnt 46 85 -180.00 0.324753 -0.375000 0 16384 0 +( 6151.215332 2661.071777 1996 ) ( 6137.215332 2636.822998 1996 ) ( 6137.215332 2636.822998 1932 ) german/gnrlcratesml_frnt 87 85 -180.00 0.324759 -0.375000 0 16384 0 +} +} +// entity 2504 +{ +"origin" "602 -1477 900" +"classname" "info_pathnode" +} +// entity 2505 +{ +"origin" "482 -1581 900" +"classname" "info_pathnode" +} +// entity 2506 +{ +"origin" "794 -1677 900" +"classname" "info_pathnode" +} +// entity 2507 +{ +"origin" "970 -1525 900" +"classname" "info_pathnode" +} +// entity 2508 +{ +"origin" "562 -1845 900" +"classname" "info_pathnode" +} +// entity 2509 +{ +"origin" "282 -1581 900" +"classname" "info_pathnode" +} +// entity 2510 +{ +"origin" "2388.85 1232.25 894.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2511 +{ +"origin" "-4627.15 5800.25 1504.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2512 +{ +"angle" "315" +"origin" "-4573.54 5837.48 1504.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2513 +{ +"angle" "0" +"origin" "-717.65 4775.58 1812.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1" +"classname" "addon_static_props_snowcrate2" +} +// entity 2514 +{ +"angle" "0" +"origin" "-737.15 4726.25 1812.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2515 +{ +"angle" "0" +"origin" "5752.85 5512.25 1888.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2516 +{ +"origin" "6123.53 3778.72 1888.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "2.1" +"classname" "addon_static_props_snowcrate" +} +// entity 2517 +{ +"origin" "5411.40 5314.32 1886.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "4" +"classname" "addon_static_props_snowcrate" +} +// entity 2518 +{ +"origin" "5469.40 5314.32 1886.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "4" +"classname" "addon_static_props_snowcrate" +} +// entity 2519 +{ +"origin" "5411.40 5314.32 1944.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "4" +"classname" "addon_static_props_snowcrate" +} +// entity 2520 +{ +"origin" "5469.40 5314.32 1944.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "4" +"classname" "addon_static_props_snowcrate" +} +// entity 2521 +{ +"angle" "285" +"origin" "6152.83 4406.31 1892.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.2" +"classname" "addon_static_props_snowcrate2" +} +// entity 2522 +{ +"angle" "315" +"origin" "6248.46 4306.48 1890.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2523 +{ +"angle" "0" +"origin" "6380.85 4244.25 1884.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2524 +{ +"angle" "45" +"origin" "6446.29 4256.42 1890.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.2" +"classname" "addon_static_props_snowcrate2" +} +// entity 2525 +{ +"angle" "45" +"origin" "6478.29 4288.42 1890.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.2" +"classname" "addon_static_props_snowcrate2" +} +// entity 2526 +{ +"angle" "90" +"origin" "6456.95 4394.85 1890.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2527 +{ +"angle" "285" +"origin" "6164.83 4362.31 1892.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.2" +"classname" "addon_static_props_snowcrate2" +} +// entity 2528 +{ +"angle" "0" +"origin" "7026.02 4535.69 1892.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.2" +"classname" "addon_static_props_snowcrate2" +} +// entity 2529 +{ +"angle" "0" +"origin" "7072.02 4535.69 1892.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.2" +"classname" "addon_static_props_snowcrate2" +} +// entity 2530 +{ +"angle" "315" +"origin" "6934.42 4550.44 1892.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.2" +"classname" "addon_static_props_snowcrate2" +} +// entity 2531 +{ +"angle" "315" +"origin" "6966.42 4518.44 1892.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.2" +"classname" "addon_static_props_snowcrate2" +} +// entity 2532 +{ +"angle" "315" +"origin" "6283.46 4271.48 1890.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2533 +{ +"angle" "315" +"origin" "5881.46 4778.48 1890.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2534 +{ +"angle" "315" +"origin" "5916.46 4743.48 1890.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2535 +{ +"origin" "6368.37 4252.27 1932.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "2.2" +"classname" "addon_static_props_snowcrate" +} +// entity 2536 +{ +"angle" "340" +"origin" "6445.89 4265.96 1936.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "2.3" +"classname" "addon_static_props_snowcrate" +} +// entity 2537 +{ +"origin" "6336.37 4254.27 1885.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "2.2" +"classname" "addon_static_props_snowcrate" +} +// entity 2538 +{ +"angle" "0" +"origin" "6473.20 4338.83 1891.00" +"testanim" "idle" +"model" "static/snow_crate.tik" +"scale" "2.3" +"classname" "addon_static_props_snowcrate" +} +// entity 2539 +{ +"angle" "0" +"origin" "5919.85 4680.25 1896.00" +"testanim" "idle" +"model" "static/snowycrate.tik" +"scale" "1.3" +"classname" "addon_static_props_snowcrate2" +} +// entity 2540 +{ +"origin" "2548 -6520 220" +"classname" "info_pathnode" +} +// entity 2541 +{ +"origin" "2580 -6368 196" +"classname" "info_pathnode" +} +// entity 2542 +{ +"origin" "2532 -6248 196" +"classname" "info_pathnode" +} +// entity 2543 +{ +"origin" "-116 -5896 556" +"classname" "info_pathnode" +} +// entity 2544 +{ +"origin" "-20 -6640 308" +"classname" "info_pathnode" +} +// entity 2545 +{ +"origin" "-238 -6928 266" +"classname" "info_pathnode" +} +// entity 2546 +{ +"target" "t10063" +"origin" "2200 1392 1008" +"classname" "info_pathnode" +} +// entity 2547 +{ +"target" "t10064" +"origin" "2096 1288 1008" +"classname" "info_pathnode" +} +// entity 2548 +{ +"target" "t10067" +"origin" "2816 1464 1008" +"classname" "info_pathnode" +} +// entity 2549 +{ +"target" "t10068" +"origin" "2248 1216 1008" +"classname" "info_pathnode" +} +// entity 2550 +{ +"target" "t10069" +"origin" "2248 1104 1008" +"classname" "info_pathnode" +} +// entity 2551 +{ +"origin" "-992 -6328 352" +"classname" "info_pathnode" +} +// entity 2552 +{ +"origin" "-720 -6296 304" +"classname" "info_pathnode" +} +// entity 2553 +{ +"origin" "-534 -6436 284" +"classname" "info_pathnode" +} +// entity 2554 +{ +"origin" "-648 -6392 304" +"classname" "info_pathnode" +} +// entity 2555 +{ +"origin" "-536 -6568 288" +"classname" "info_pathnode" +} +// entity 2556 +{ +"origin" "-296 -6560 312" +"classname" "info_pathnode" +} +// entity 2557 +{ +"origin" "-192 -6664 320" +"classname" "info_pathnode" +} +// entity 2558 +{ +"origin" "-896 -6504 264" +"classname" "info_pathnode" +} +// entity 2559 +{ +"origin" "1848 1104 976" +"classname" "info_pathnode" +} +// entity 2560 +{ +"#set" "3" +"setthread" "scene3_hillfight" +"classname" "trigger_once" +// brush 0 +{ +( 138 -3816 -160 ) ( 138 -2952 -160 ) ( -1406 -2952 -160 ) common/trigger 0 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -1406 -2952 1960 ) ( 138 -2952 1960 ) ( 138 -3816 1960 ) common/trigger 0 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -894 -2720 1960 ) ( -894 -3584 1960 ) ( -894 -3584 -160 ) common/trigger 0 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -1500 -3656 1960 ) ( 44 -3656 1960 ) ( 44 -3656 -160 ) common/trigger 0 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 2748 -3612 1960 ) ( 2748 -2748 1960 ) ( 2748 -2748 -160 ) common/trigger 0 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 134 2180 1960 ) ( -1410 2180 1960 ) ( -1410 2180 -160 ) common/trigger 0 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 2720 -2624 -160 ) ( 544 -3712 -160 ) ( 1632 -3168 1960 ) common/trigger 0 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +} +} +// entity 2561 +{ +"#set" "2" +"$targetname" "enemyspawnertrigger" +"target" "scene2_soldier" +"classname" "trigger_multiple" +// brush 0 +{ +( 1535.999878 -4864 -160 ) ( 1440 -4864 -160 ) ( 928 -7874 -160 ) common/trigger -16 54 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 1440 -4864 1960 ) ( 1535.999878 -4864 1960 ) ( 1024 -7874 1960 ) common/trigger -16 54 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 932 -7874 1960 ) ( 1796 -7874 1960 ) ( 1796 -7874 -160 ) common/trigger -16 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 1536.000244 -4864 1960 ) ( 1536.000244 -4864 -160 ) ( 1024.000244 -7874 -160 ) common/trigger -54 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 2464 -4864 1960 ) ( 1600 -4864 1960 ) ( 1600 -4864 -160 ) common/trigger -16 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 1440 -4864 -160 ) ( 1440 -4864 1960 ) ( 928.000061 -7874 1960 ) common/trigger -54 0 0.00 1 1 0 65664 0 subdivisions 1000.000000 +} +} +// entity 2562 +{ +"setthread" "nebeller1_start" +"classname" "trigger_once" +// brush 0 +{ +( 1536 -4280 -128 ) ( 1536 -4280 2048 ) ( -1216 -7800 2048 ) common/trigger 24 -8 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 1536 -4288 2048 ) ( 1536 -4288 -128 ) ( 1536 -4864 -128 ) common/trigger -24 -8 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( 1536 -4864 2048 ) ( 1536 -4864 -128 ) ( -768 -7808 -128 ) common/trigger 24 -8 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -768 -7808 -128 ) ( -1216 -7808 -128 ) ( -1216 -7808 2048 ) common/trigger -24 -8 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -768 -7808 2048 ) ( -1215.999756 -7808 2048 ) ( 928 -4064.000732 2048 ) common/trigger -24 -24 0.00 1 1 0 65664 0 subdivisions 1000.000000 +( -1215.999756 -7808 -128 ) ( -768 -7808 -128 ) ( 928 -4928 -128 ) common/trigger -24 -24 0.00 1 1 0 65664 0 subdivisions 1000.000000 +} +} +// entity 2563 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "1199 -3754 429" +"classname" "info_pathnode" +} +// entity 2564 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "3571 -1802 609" +"classname" "info_pathnode" +} +// entity 2565 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "2917 1160 1027" +"classname" "info_pathnode" +} +// entity 2566 +{ +"target" "t10070" +"origin" "2798 868 952" +"classname" "info_pathnode" +} +// entity 2567 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "-2666 -1011 1272" +"classname" "info_pathnode" +} +// entity 2568 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "-4300 -88 1272" +"classname" "info_pathnode" +} +// entity 2569 +{ +"origin" "-4479 -257 1296" +"classname" "info_pathnode" +} +// entity 2570 +{ +"origin" "-4576 -414 1296" +"classname" "info_pathnode" +} +// entity 2571 +{ +"origin" "-4123 -92 1296" +"classname" "info_pathnode" +} +// entity 2572 +{ +"origin" "-3985 -193 1296" +"classname" "info_pathnode" +} +// entity 2573 +{ +"origin" "-3865 -383 1198" +"classname" "info_pathnode" +} +// entity 2574 +{ +"origin" "-3827 -524 1198" +"classname" "info_pathnode" +} +// entity 2575 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "-6859 2080 1388" +"classname" "info_pathnode" +} +// entity 2576 +{ +"origin" "-6630 1940 1341" +"classname" "info_pathnode" +} +// entity 2577 +{ +"origin" "-6517 1771 1341" +"classname" "info_pathnode" +} +// entity 2578 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "-5875 4440 1545" +"classname" "info_pathnode" +} +// entity 2579 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "-1968 6287 1700" +"classname" "info_pathnode" +} +// entity 2580 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "1712 5360 1923" +"classname" "info_pathnode" +} +// entity 2581 +{ +"target" "t10072" +"angle" "270" +"$targetname" "nebeltestnode" +"origin" "-1620 -4184 512" +"classname" "info_pathnode" +} +// entity 2582 +{ +"target" "t10073" +"angle" "270" +"$targetname" "nebeltestnode" +"origin" "-1396 -4416 424" +"classname" "info_pathnode" +} +// entity 2583 +{ +"target" "t10074" +"angle" "270" +"$targetname" "nebeltestnode" +"origin" "-1524 -4680 456" +"classname" "info_pathnode" +} +// entity 2584 +{ +"origin" "-160 -4592 592" +"classname" "info_pathnode" +} +// entity 2585 +{ +"origin" "-256 -4520 520" +"classname" "info_pathnode" +} +// entity 2586 +{ +"origin" "-16 -4608 568" +"classname" "info_pathnode" +} +// entity 2587 +{ +"origin" "-16 -4400 488" +"classname" "info_pathnode" +} +// entity 2588 +{ +"origin" "-120 -4248 384" +"classname" "info_pathnode" +} +// entity 2589 +{ +"_color" "0.000000 0.000000 1.000000" +"spawnflags" "4" +"angle" "90" +"$targetname" "vehicle_safety_node" +"origin" "-492 -4352 372" +"classname" "info_pathnode" +} +// entity 2590 +{ +"_color" "0.000000 0.000000 1.000000" +"spawnflags" "4" +"angle" "90" +"$targetname" "vehicle_safety_node" +"origin" "4 -4288 412" +"classname" "info_pathnode" +} +// entity 2591 +{ +"origin" "1089 -3755 475" +"classname" "info_pathnode" +} +// entity 2592 +{ +"origin" "1329 -3731 475" +"classname" "info_pathnode" +} +// entity 2593 +{ +"origin" "1057 -3667 475" +"classname" "info_pathnode" +} +// entity 2594 +{ +"origin" "926 -3923 521" +"classname" "info_pathnode" +} +// entity 2595 +{ +"origin" "630 -4099 497" +"classname" "info_pathnode" +} +// entity 2596 +{ +"_color" "1.000000 0.000000 0.000000" +"$targetname" "medic_hideplace" +"origin" "-321 -2186 893" +"classname" "info_pathnode" +} +// entity 2597 +{ +"origin" "-340 -2336 828" +"classname" "info_pathnode" +} +// entity 2598 +{ +"origin" "-172 -2200 828" +"classname" "info_pathnode" +} +// entity 2599 +{ +"origin" "-204 -2344 828" +"classname" "info_pathnode" +} +// entity 2600 +{ +"origin" "-428 -2256 876" +"classname" "info_pathnode" +} +// entity 2601 +{ +"origin" "-20 -2064 852" +"classname" "info_pathnode" +} +// entity 2602 +{ +"origin" "3436 -1896 592" +"classname" "info_pathnode" +} +// entity 2603 +{ +"origin" "3548 -1944 592" +"classname" "info_pathnode" +} +// entity 2604 +{ +"origin" "3332 -2008 592" +"classname" "info_pathnode" +} +// entity 2605 +{ +"origin" "3884 -1680 592" +"classname" "info_pathnode" +} +// entity 2606 +{ +"origin" "3676 -1888 592" +"classname" "info_pathnode" +} +// entity 2607 +{ +"target" "t10076" +"origin" "3006 966 952" +"classname" "info_pathnode" +} +// entity 2608 +{ +"target" "t10077" +"origin" "3014 1158 1040" +"classname" "info_pathnode" +} +// entity 2609 +{ +"target" "t10078" +"origin" "3038 1278 1040" +"classname" "info_pathnode" +} +// entity 2610 +{ +"target" "t10079" +"origin" "3086 1070 1040" +"classname" "info_pathnode" +} +// entity 2611 +{ +"target" "t10080" +"origin" "3110 1190 1072" +"classname" "info_pathnode" +} +// entity 2612 +{ +"origin" "-2812 -911 1226" +"classname" "info_pathnode" +} +// entity 2613 +{ +"origin" "-564 -2480 828" +"classname" "info_pathnode" +} +// entity 2614 +{ +"origin" "-556 -2672 764" +"classname" "info_pathnode" +} +// entity 2615 +{ +"origin" "-684 -2680 756" +"classname" "info_pathnode" +} +// entity 2616 +{ +"origin" "-668 -2832 692" +"classname" "info_pathnode" +} +// entity 2617 +{ +"origin" "-836 -2840 684" +"classname" "info_pathnode" +} +// entity 2618 +{ +"origin" "-652 -3040 652" +"classname" "info_pathnode" +} +// entity 2619 +{ +"origin" "-692 -3312 580" +"classname" "info_pathnode" +} +// entity 2620 +{ +"origin" "-860 -3056 636" +"classname" "info_pathnode" +} +// entity 2621 +{ +"origin" "-884 -3360 580" +"classname" "info_pathnode" +} +// entity 2622 +{ +"origin" "-1196 -3664 532" +"classname" "info_pathnode" +} +// entity 2623 +{ +"origin" "-1212 -3464 588" +"classname" "info_pathnode" +} +// entity 2624 +{ +"origin" "-1124 -3516 564" +"classname" "info_pathnode" +} +// entity 2625 +{ +"origin" "-732 -3112 620" +"classname" "info_pathnode" +} +// entity 2626 +{ +"origin" "-956 -3152 636" +"classname" "info_pathnode" +} +// entity 2627 +{ +"origin" "-732 -2944 676" +"classname" "info_pathnode" +} +// entity 2628 +{ +"spawnflags" "0" +"origin" "-936 -3800 456" +"classname" "info_pathnode" +} +// entity 2629 +{ +"spawnflags" "0" +"origin" "-680 -3456 528" +"classname" "info_pathnode" +} +// entity 2630 +{ +"spawnflags" "0" +"origin" "-472 -3256 608" +"classname" "info_pathnode" +} +// entity 2631 +{ +"origin" "-510 -2935 674" +"classname" "info_pathnode" +} +// entity 2632 +{ +"origin" "-304 -4736 592" +"classname" "info_pathnode" +} +// entity 2633 +{ +"origin" "-288 -4936 592" +"classname" "info_pathnode" +} +// entity 2634 +{ +"origin" "-536 -4488 384" +"classname" "info_pathnode" +} +// entity 2635 +{ +"origin" "-272 -5080 648" +"classname" "info_pathnode" +} +// entity 2636 +{ +"origin" "-392 -5200 648" +"classname" "info_pathnode" +} +// entity 2637 +{ +"origin" "-64 -4880 624" +"classname" "info_pathnode" +} +// entity 2638 +{ +"origin" "-200 -4840 632" +"classname" "info_pathnode" +} +// entity 2639 +{ +"origin" "-432 -4984 640" +"classname" "info_pathnode" +} +// entity 2640 +{ +"origin" "-504 -5168 648" +"classname" "info_pathnode" +} +// entity 2641 +{ +"origin" "-672 -5216 616" +"classname" "info_pathnode" +} +// entity 2642 +{ +"origin" "-792 -5472 520" +"classname" "info_pathnode" +} +// entity 2643 +{ +"origin" "-912 -5376 456" +"classname" "info_pathnode" +} +// entity 2644 +{ +"origin" "-1192 -5304 384" +"classname" "info_pathnode" +} +// entity 2645 +{ +"origin" "-1080 -4920 384" +"classname" "info_pathnode" +} +// entity 2646 +{ +"origin" "-760 -5096 536" +"classname" "info_pathnode" +} +// entity 2647 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "vehicle_safety_node" +"origin" "-388 -4688 552" +"classname" "info_pathnode" +} +// entity 2648 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "vehicle_safety_node" +"origin" "-308 -4440 440" +"classname" "info_pathnode" +} +// entity 2649 +{ +"_color" "0.000000 0.000000 0.627451" +"$targetname" "nebel1_fleepoint" +"spawnflags" "0" +"origin" "-1442 -4494 376" +"classname" "info_pathnode" +} +// entity 2650 +{ +"_color" "0.000000 0.000000 0.627451" +"$targetname" "nebel1_fleepoint" +"spawnflags" "0" +"origin" "-1224 -4362 392" +"classname" "info_pathnode" +} +// entity 2651 +{ +"spawnflags" "0" +"angle" "90" +"origin" "6485 2715 1931" +"classname" "info_pathnode" +} +// entity 2652 +{ +"spawnflags" "0" +"angle" "90" +"origin" "6483 2631 1931" +"classname" "info_pathnode" +} +// entity 2653 +{ +"spawnflags" "40" +"angle" "270" +"origin" "6317 2627 1931" +"classname" "info_pathnode" +} +// entity 2654 +{ +"origin" "-1980 -6176 460" +"classname" "info_pathnode" +} +// entity 2655 +{ +"origin" "-1956 -6000 448" +"classname" "info_pathnode" +} +// entity 2656 +{ +"origin" "-1764 -6004 384" +"classname" "info_pathnode" +} +// entity 2657 +{ +"origin" "-1764 -6192 396" +"classname" "info_pathnode" +} +// entity 2658 +{ +"origin" "-756 -4552 376" +"classname" "info_pathnode" +} +// entity 2659 +{ +"origin" "-856 -4500 400" +"classname" "info_pathnode" +} +// entity 2660 +{ +"origin" "-1044 -4840 388" +"classname" "info_pathnode" +} +// entity 2661 +{ +"origin" "-1008 -4760 368" +"classname" "info_pathnode" +} +// entity 2662 +{ +"origin" "-660 -4388 388" +"classname" "info_pathnode" +} +// entity 2663 +{ +"origin" "-532 -4256 408" +"classname" "info_pathnode" +} +// entity 2664 +{ +"origin" "-996 -4576 388" +"classname" "info_pathnode" +} +// entity 2665 +{ +"origin" "1586 -2246 662" +"classname" "info_pathnode" +} +// entity 2666 +{ +"origin" "1646 -2386 638" +"classname" "info_pathnode" +} +// entity 2667 +{ +"origin" "1790 -2458 578" +"classname" "info_pathnode" +} +// entity 2668 +{ +"origin" "1486 -2814 546" +"classname" "info_pathnode" +} +// entity 2669 +{ +"origin" "1694 -2758 522" +"classname" "info_pathnode" +} +// entity 2670 +{ +"origin" "910 -2906 578" +"classname" "info_pathnode" +} +// entity 2671 +{ +"origin" "778 -3058 502" +"classname" "info_pathnode" +} +// entity 2672 +{ +"origin" "1677 -2027 709" +"classname" "info_pathnode" +} +// entity 2673 +{ +"origin" "2133 -2003 653" +"classname" "info_pathnode" +} +// entity 2674 +{ +"origin" "2173 -2275 565" +"classname" "info_pathnode" +} +// entity 2675 +{ +"origin" "2201 -2431 517" +"classname" "info_pathnode" +} +// entity 2676 +{ +"origin" "2393 -2319 517" +"classname" "info_pathnode" +} +// entity 2677 +{ +"origin" "1887 -1713 746" +"classname" "info_pathnode" +} +// entity 2678 +{ +"origin" "1955 -1577 850" +"classname" "info_pathnode" +} +// entity 2679 +{ +"origin" "1681 -1431 795" +"classname" "info_pathnode" +} +// entity 2680 +{ +"origin" "1657 -1255 855" +"classname" "info_pathnode" +} +// entity 2681 +{ +"angle" "135" +"_color" "0.000000 0.250980 0.000000" +"spawnflags" "0" +"Projectile" "projectiles/steilhandgranate_ai.tik" +"$targetname" "hillb_grenade" +"origin" "1309 4122 1968" +"Accuracy" "0.1" +"MaxDelay" "0" +"MinDelay" "0" +"MinNumShots" "1" +"MaxNumShots" "1" +"Cycles" "1" +"MaxDuration" "0" +"MinDuration" "0" +"testanim" "idle" +"ID" "9" +"classname" "ProjectileGenerator_Projectile" +} +// entity 2682 +{ +"angle" "135" +"_color" "0.000000 0.250980 0.000000" +"spawnflags" "0" +"Projectile" "projectiles/steilhandgranate_ai.tik" +"$targetname" "hilla_grenade" +"origin" "1277 4154 1968" +"Accuracy" "0.1" +"MaxDelay" "0" +"MinDelay" "0" +"MinNumShots" "1" +"MaxNumShots" "1" +"Cycles" "1" +"MaxDuration" "0" +"MinDuration" "0" +"testanim" "idle" +"ID" "8" +"classname" "ProjectileGenerator_Projectile" +} +// entity 2683 +{ +"angle" "135" +"_color" "0.000000 0.250980 0.000000" +"spawnflags" "0" +"Projectile" "projectiles/steilhandgranate_ai.tik" +"$targetname" "hillc_grenade" +"origin" "1309 4178 1968" +"Accuracy" "0.1" +"MaxDelay" "0" +"MinDelay" "0" +"MinNumShots" "1" +"MaxNumShots" "1" +"Cycles" "1" +"MaxDuration" "0" +"MinDuration" "0" +"testanim" "idle" +"ID" "10" +"classname" "ProjectileGenerator_Projectile" +} +// entity 2684 +{ +"spawnflags" "12" +"setthread" "panzerschrek_drop" +"classname" "trigger_multiple" +// brush 0 +{ +( 1656 6297 1589 ) ( 760 6297 1589 ) ( 760 5657 1589 ) common/trigger 8 -39 0.00 1 1 0 65664 0 +( 760 5657 2101 ) ( 760 6297 2101 ) ( 1656 6297 2101 ) common/trigger 8 -39 0.00 1 1 0 65664 0 +( 768 5705 3253 ) ( 1664 5705 3253 ) ( 1664 5705 1333 ) common/trigger 8 53 0.00 1 1 0 65664 0 +( 1400 5657 3253 ) ( 1400 6297 3253 ) ( 1400 6297 1333 ) common/trigger 39 53 0.00 1 1 0 65664 0 +( 1632 6065 3253 ) ( 736 6065 3253 ) ( 736 6065 1333 ) common/trigger 8 53 0.00 1 1 0 65664 0 +( 1096 6305 3253 ) ( 1096 5665 3253 ) ( 1096 5665 1333 ) common/trigger 39 53 0.00 1 1 0 65664 0 +} +} +// entity 2685 +{ +"spawnflags" "12" +"setthread" "panzerschrek_drop" +"classname" "trigger_multiple" +// brush 0 +{ +( -800 7553 1589 ) ( -1696 7553 1589 ) ( -1696 6913 1589 ) common/trigger 32 1 0.00 1 1 0 65664 0 +( -1696 6913 2101 ) ( -1696 7553 2101 ) ( -800 7553 2101 ) common/trigger 32 1 0.00 1 1 0 65664 0 +( -1688 6961 3253 ) ( -792 6961 3253 ) ( -792 6961 1333 ) common/trigger 32 53 0.00 1 1 0 65664 0 +( -1056 6913 3253 ) ( -1056 7553 3253 ) ( -1056 7553 1333 ) common/trigger -1 53 0.00 1 1 0 65664 0 +( -824 7321 3253 ) ( -1720 7321 3253 ) ( -1720 7321 1333 ) common/trigger 32 53 0.00 1 1 0 65664 0 +( -1360 7561 3253 ) ( -1360 6921 3253 ) ( -1360 6921 1333 ) common/trigger -1 53 0.00 1 1 0 65664 0 +} +} +// entity 2686 +{ +"_color" "0.000000 0.250980 0.000000" +"targetname" "t10081" +"ID" "8" +"origin" "420 4772 3240" +"classname" "ProjectileGenerator_Target" +} +// entity 2687 +{ +"_color" "0.000000 0.250980 0.000000" +"targetname" "t10082" +"ID" "9" +"origin" "908 5052 3240" +"classname" "ProjectileGenerator_Target" +} +// entity 2688 +{ +"_color" "0.000000 0.250980 0.000000" +"targetname" "t10083" +"ID" "10" +"origin" "1332 5180 3240" +"classname" "ProjectileGenerator_Target" +} +// entity 2689 +{ +"origin" "-1600 -3508 624" +"classname" "info_pathnode" +} +// entity 2690 +{ +"origin" "-1456 -3436 616" +"classname" "info_pathnode" +} +// entity 2691 +{ +"origin" "-1384 -3500 616" +"classname" "info_pathnode" +} +// entity 2692 +{ +"origin" "-1960 -3876 632" +"classname" "info_pathnode" +} +// entity 2693 +{ +"origin" "-2040 -4028 648" +"classname" "info_pathnode" +} +// entity 2694 +{ +"origin" "-1800 -3724 584" +"classname" "info_pathnode" +} +// entity 2695 +{ +"angle" "270" +"setthread" "tankbomb2" +"setusethread" "panzertank2_stickybomb_planted" +"testanim" "idle" +"spawnflags" "1" +"$targetname" "panzertank2_stickybomb_a" +"origin" "1724 4784 1778" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2696 +{ +"angle" "90" +"setthread" "tankbomb2" +"setusethread" "panzertank2_stickybomb_planted" +"testanim" "idle" +"spawnflags" "1" +"$targetname" "panzertank2_stickybomb_d" +"origin" "1724 4946 1786" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2697 +{ +"origin" "-1308 -4096 400" +"classname" "info_pathnode" +} +// entity 2698 +{ +"origin" "-1164 -4272 392" +"classname" "info_pathnode" +} +// entity 2699 +{ +"origin" "-1332 -3928 500" +"classname" "info_pathnode" +} +// entity 2700 +{ +"origin" "-1196 -3872 476" +"classname" "info_pathnode" +} +// entity 2701 +{ +"origin" "-1220 -3760 532" +"classname" "info_pathnode" +} +// entity 2702 +{ +"target" "t10085" +"angle" "270" +"$targetname" "nebeltestnode" +"origin" "-1788 -4164 604" +"classname" "info_pathnode" +} +// entity 2703 +{ +"target" "t10086" +"angle" "270" +"$targetname" "nebeltestnode" +"origin" "-1824 -4020 624" +"classname" "info_pathnode" +} +// entity 2704 +{ +"spawnflags" "24" +"origin" "-1268 -3792 564" +"classname" "info_pathnode" +} +// entity 2705 +{ +"origin" "-1356 -4008 524" +"classname" "info_pathnode" +} +// entity 2706 +{ +"origin" "-1500 -4120 516" +"classname" "info_pathnode" +} +// entity 2707 +{ +"origin" "-1604 -4264 460" +"classname" "info_pathnode" +} +// entity 2708 +{ +"origin" "-1264 -3556 576" +"classname" "info_pathnode" +} +// entity 2709 +{ +"#set" "3" +"origin" "-4356 4208 1530" +"classname" "info_pathnode" +} +// entity 2710 +{ +"_color" "0.000000 0.000000 0.627451" +"$targetname" "nebel1_fleepoint" +"spawnflags" "0" +"origin" "-922 -3856 400" +"classname" "info_pathnode" +} +// entity 2711 +{ +"_color" "0.000000 0.000000 0.627451" +"$targetname" "nebel1_fleepoint" +"spawnflags" "0" +"origin" "-878 -3512 540" +"classname" "info_pathnode" +} +// entity 2712 +{ +"_color" "0.000000 0.000000 0.627451" +"$targetname" "nebel1_fleepoint" +"spawnflags" "0" +"origin" "-790 -3344 580" +"classname" "info_pathnode" +} +// entity 2713 +{ +"_color" "0.000000 0.000000 0.627451" +"$targetname" "nebel1_fleepoint" +"spawnflags" "0" +"origin" "-986 -3028 644" +"classname" "info_pathnode" +} +// entity 2714 +{ +"origin" "-992 -3420 576" +"classname" "info_pathnode" +} +// entity 2715 +{ +"origin" "-956 -3248 616" +"classname" "info_pathnode" +} +// entity 2716 +{ +"origin" "-1420 -3572 616" +"classname" "info_pathnode" +} +// entity 2717 +{ +"origin" "-1336 -3388 632" +"classname" "info_pathnode" +} +// entity 2718 +{ +"origin" "-1232 -3332 616" +"classname" "info_pathnode" +} +// entity 2719 +{ +"origin" "-1124 -3140 632" +"classname" "info_pathnode" +} +// entity 2720 +{ +"origin" "-1056 -3256 604" +"classname" "info_pathnode" +} +// entity 2721 +{ +"origin" "-1124 -3352 600" +"classname" "info_pathnode" +} +// entity 2722 +{ +"origin" "-1104 -3668 532" +"classname" "info_pathnode" +} +// entity 2723 +{ +"setusethread" "nebel1_stickybomb_flee" +"DestroyModel" "statweapons/nebelwerfer_w_d.tik" +"spawnflags" "1" +"angle" "225" +"origin" "-1647 -3897 556" +"target" "nebel1" +"setthread" "nebel1_bomb" +"$targetname" "nebel1_throbbox" +"classname" "ThrobbingBox_Stickybomb" +} +// entity 2724 +{ +"launchsound" "nebelwerfer_launch" +"spawnflags" "128" +"projectile" "projectiles/nebelwerfersnowproj.tik" +"origin" "-1580 -3924 596" +"$targetname" "nebelwerfer1" +"angle" "300" +"classname" "ProjectileGenerator_Heavy" +} +// entity 2725 +{ +"spawnflags" "0" +"target" "t8" +"angle" "270" +"$targetname" "nebel1_rally" +"origin" "-1704 -3736 572" +"classname" "info_pathnode" +} +// entity 2726 +{ +"angle" "270" +"targetname" "t8" +"origin" "-1660 -3816 572" +"classname" "info_pathnode" +} +// entity 2727 +{ +"angle" "90" +"spawnflags" "24" +"origin" "-1316 -3752 564" +"classname" "info_pathnode" +} +// entity 2728 +{ +"spawnflags" "40" +"origin" "4435 4750 2081" +"classname" "info_pathnode" +} +// entity 2729 +{ +"$targetname" "engine_smoke" +"$spawnmodel" "fx/truckSteam.tik " +"origin" "4415 4229 1934" +"classname" "info_notnull" +} +// entity 2730 +{ +"_color" "0.000000 0.501961 0.000000" +"$targetname" "smokey_generator2" +"angle" "45" +"model" "fx/nebelhandgranateexplosion.tik" +"ID" "32" +"Projectile" "projectiles/nebelhandgranate_primary.tik" +"testanim" "idle" +"MaxNumShots " "1" +"origin" "5782.00 3623.00 2036.00" +"Accuracy " "1" +"MaxDelay " "0" +"MinDelay " "0" +"MinNumShots " "1" +"Cycles " "1" +"MaxDuration " "1" +"MinDuration " "1" +"spawnflags" "0" +"classname" "ProjectileGenerator_Projectile" +} +// entity 2731 +{ +"testanim" "idle" +"$targetname" "easteregg" +"$spawnmodel" "fx/fx_edsmoke.tik" +"origin" "5890 3472 1922" +"classname" "info_notnull" +} +// entity 2732 +{ +"origin" "6168.00 5528.00 2117.00" +"testanim" "idle" +"model" "fx/lanternflame.tik" +"scale" "1.75" +"classname" "fx_lantern_flame" +} +// entity 2733 +{ +"target" "supplytruck_mask" +"testanim" "idle" +"anim" "idlenolights" +"angle" "90" +"$targetname" "supply_truck" +"origin" "6358.00 2807.00 1839.00" +"model" "vehicles/opeltruck.tik" +"scale" "1.0" +"classname" "addon_vehicle_german_snowy-opeltruck-covered" +} +// entity 2734 +{ +"angle" "270" +"$targetname" "crash_tree_fx" +"$spawnmodel" "fx/truckslide_PUSH2.tik " +"origin" "4595 4181 1878" +"classname" "info_notnull" +} +// entity 2735 +{ +"angle" "270" +"spawnflags" "136" +"origin" "-487 6659 1866" +"classname" "info_pathnode" +} +// entity 2736 +{ +"angle" "90" +"spawnflags" "40" +"origin" "-815 6485 1866" +"classname" "info_pathnode" +} +// entity 2737 +{ +"angle" "90" +"spawnflags" "40" +"origin" "267 6155 1866" +"classname" "info_pathnode" +} +// entity 2738 +{ +"targetname" "nebelwerfer_turret_collision" +"classname" "script_object" +// brush 0 +{ +( -1396 4323 105 ) ( -1404 4323 105 ) ( -1404 4243 105 ) common/origin 12 35 0.00 1 1 16777216 2176 0 +( -1404 4243 113 ) ( -1404 4323 113 ) ( -1396 4323 113 ) common/origin 12 35 0.00 1 1 16777216 2176 0 +( -1404 4279 109 ) ( -1396 4279 109 ) ( -1396 4279 101 ) common/origin 12 -39 0.00 1 1 16777216 2176 0 +( -1396 4243 113 ) ( -1396 4323 113 ) ( -1396 4323 105 ) common/origin -35 -39 0.00 1 1 16777216 2176 0 +( -1396 4287 113 ) ( -1404 4287 113 ) ( -1404 4287 105 ) common/origin 12 -39 0.00 1 1 16777216 2176 0 +( -1404 4323 113 ) ( -1404 4243 113 ) ( -1404 4243 105 ) common/origin -35 -39 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -1431 4262 126 ) ( -1431 4300 126 ) ( -1386 4300 126 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +( -1431 4264 126 ) ( -1386 4264 126 ) ( -1386 4264 107 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1386 4309 126 ) ( -1431 4309 126 ) ( -1431 4309 107 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1389 4262 126 ) ( -1389 4300 119 ) ( -1389 4262 112 ) common/tankclip -6 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1431 4262 113 ) ( -1431 4300 117 ) ( -1431 4262 121 ) common/tankclip -6 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1426 4300 120 ) ( -1431 4262 120 ) ( -1421 4262 120 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +( -1430 4300 120.500000 ) ( -1431 4262 121 ) ( -1429 4262 120 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 2 +{ +( -1386 4309 126 ) ( -1431 4309 126 ) ( -1431 4309 107 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1389 4262 126 ) ( -1389 4300 119 ) ( -1389 4262 112 ) common/tankclip -6 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1389 4262 110 ) ( -1399.500000 4300 108.500000 ) ( -1410 4262 107 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +( -1410 4262 107 ) ( -1416.500000 4300 109.500000 ) ( -1423 4262 112 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +( -1423 4262 113 ) ( -1423 4300 117 ) ( -1423 4262 121 ) common/tankclip -6 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1431 4262 120 ) ( -1426 4300 120 ) ( -1421 4262 120 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +( -1423 4264 116 ) ( -1423 4264 120 ) ( -1389 4264 118 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 3 +{ +( -1389 4314 126 ) ( -1431 4314 126 ) ( -1431 4300 126 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +( -1431 4300 141 ) ( -1431 4314 141 ) ( -1389 4314 141 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +( -1431 4300 141 ) ( -1389 4300 141 ) ( -1389 4300 127 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1389 4300 141 ) ( -1389 4314 141 ) ( -1389 4314 127 ) common/tankclip -6 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1389 4314 141 ) ( -1431 4314 141 ) ( -1431 4314 127 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1417 4313 141 ) ( -1417 4299 141 ) ( -1417 4299 127 ) common/tankclip -6 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1393 4314 126 ) ( -1389 4307 126 ) ( -1391 4310.500000 141 ) common/tankclip -6 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1417 4306 126 ) ( -1407 4314 126 ) ( -1412 4310 141 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 4 +{ +( -1444 4296 158 ) ( -1363 4296 158 ) ( -1363 4294 158 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4290 155 ) ( -1363 4290 155 ) ( -1363 4295 151 ) common/tankclip 32 6 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4291 154 ) ( -1444 4294 158 ) ( -1363 4292.500000 156 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4296 158 ) ( -1444 4293 153 ) ( -1363 4294.500000 155.500000 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4295 158 ) ( -1444 4295 157 ) ( -1363 4295 157.500000 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1423 4291.093750 158 ) ( -1423 4295 155.500000 ) ( -1423 4291.093750 153 ) common/tankclip -6 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1432 4295 155.500000 ) ( -1432 4291.093750 158 ) ( -1432 4291.093750 153 ) common/tankclip -6 -4 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 5 +{ +( -1405 4295 126 ) ( -1444 4295 126 ) ( -1444 4288 126 ) common/tankclip 32 44 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4262 141 ) ( -1405 4262 141 ) ( -1405 4262 124 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1363 4288 144 ) ( -1363 4295 144 ) ( -1363 4295 127 ) common/tankclip -16 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1405 4300 142 ) ( -1444 4300 142 ) ( -1444 4300 125 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4295 143 ) ( -1444 4288 143 ) ( -1444 4288 126 ) common/tankclip -16 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4295 151 ) ( -1444 4300 141 ) ( -1363 4297.500000 146 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4300 136 ) ( -1444 4295 126 ) ( -1363 4297.500000 131 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4270 126 ) ( -1444 4264 135 ) ( -1363 4267 130.500000 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4262 140 ) ( -1444 4270 152 ) ( -1363 4266 146 ) common/tankclip 32 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4270 151 ) ( -1444 4275 154 ) ( -1363 4272.500000 152.500000 ) common/tankclip 32 44 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4275 154 ) ( -1444 4290 154 ) ( -1363 4282.500000 154 ) common/tankclip 32 44 0.00 0.500000 0.500000 983040 34976 0 +( -1444 4290 154 ) ( -1444 4295 151 ) ( -1363 4292.500000 152.500000 ) common/tankclip 32 44 0.00 0.500000 0.500000 983040 34976 0 +} +} +// entity 2739 +{ +"targetname" "nebelwerfer_collision" +"classname" "script_object" +// brush 0 +{ +( -1416 4590 76 ) ( -1424 4590 76 ) ( -1424 4582 76 ) common/origin 54 6 0.00 1 1 16777216 2176 0 +( -1424 4582 84 ) ( -1424 4590 84 ) ( -1416 4590 84 ) common/origin 54 6 0.00 1 1 16777216 2176 0 +( -1424 4582 82 ) ( -1416 4582 82 ) ( -1416 4582 76 ) common/origin 54 -38 0.00 1 1 16777216 2176 0 +( -1416 4582 82 ) ( -1416 4590 82 ) ( -1416 4590 76 ) common/origin -6 -38 0.00 1 1 16777216 2176 0 +( -1416 4590 82 ) ( -1424 4590 82 ) ( -1424 4590 76 ) common/origin 54 -38 0.00 1 1 16777216 2176 0 +( -1424 4590 82 ) ( -1424 4582 82 ) ( -1424 4582 76 ) common/origin -6 -38 0.00 1 1 16777216 2176 0 +} +// brush 1 +{ +( -1370 4538 202 ) ( -1370 4638 202 ) ( -1370 4638 82 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1394 4538 132 ) ( -1386 4638 130 ) ( -1378 4538 128 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1384 4538 130 ) ( -1378 4638 125 ) ( -1372 4538 120 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1372 4538 120 ) ( -1371 4638 114 ) ( -1370 4538 108 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1370 4538 104 ) ( -1371 4638 100 ) ( -1372 4538 96 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1372 4538 96 ) ( -1378 4638 89 ) ( -1384 4538 82 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1382 4538 86 ) ( -1388 4638 84 ) ( -1394 4538 82 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1394 4538 82 ) ( -1398 4638 83 ) ( -1402 4538 84 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1404 4538 84 ) ( -1410 4638 89 ) ( -1416 4538 94 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1416 4538 94 ) ( -1418 4638 101 ) ( -1420 4538 108 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1420 4538 106 ) ( -1418 4638 113 ) ( -1416 4538 120 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1416 4538 120 ) ( -1412 4638 124 ) ( -1408 4538 128 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1408 4538 128 ) ( -1401 4638 130 ) ( -1394 4538 132 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1419.714355 4634 132 ) ( -1419.714355 4636 130 ) ( -1370 4635 131 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1419.714355 4638 86 ) ( -1419.714355 4634 82 ) ( -1370 4636 84 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1419.714478 4636 130 ) ( -1419.714478 4636 84 ) ( -1370 4636 107 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1419.714355 4536 130 ) ( -1419.714355 4538 132 ) ( -1370 4537 131 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1419.714355 4538 82 ) ( -1419.714355 4536 84 ) ( -1370 4537 83 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1419.714355 4537 126 ) ( -1419.714355 4537 130 ) ( -1370 4537 128 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 2 +{ +( -1420 4622 104 ) ( -1420 4618 104 ) ( -1473.000122 4641 99 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1420 4618 98.999969 ) ( -1472.999512 4641 93.803925 ) ( -1472.999512 4641 99.000031 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1416 4621.000488 99.000122 ) ( -1416 4617 99.000122 ) ( -1416 4617 104 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1470.999512 4645 94.000214 ) ( -1420 4622 99.000153 ) ( -1420 4622 104 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1472.999756 4640.999512 93.803741 ) ( -1470.999390 4645 93.999847 ) ( -1470.999390 4645 99.188751 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1473 4616.263672 96 ) ( -1446 4645.000488 100 ) ( -1419 4616.263672 104 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1445.500000 4645 96 ) ( -1473 4616.264160 92 ) ( -1418 4616.264160 100 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 3 +{ +( -1473 4531 99 ) ( -1420 4554 104 ) ( -1420 4550 104 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1473 4531 99 ) ( -1473 4531 94 ) ( -1420 4554 99 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1416 4555 104 ) ( -1416 4555 99 ) ( -1416 4551 99 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1420 4550 104 ) ( -1420 4550 99 ) ( -1471 4527 94 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1471 4527 99 ) ( -1471 4527 94 ) ( -1473 4531 94 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1419 4556 104 ) ( -1446 4527 100 ) ( -1473 4556 96 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1418 4556 100 ) ( -1473 4556 92 ) ( -1445 4527 96 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 4 +{ +( -1495 4529 81 ) ( -1495 4521 81 ) ( -1467 4521 81 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1469 4521 98 ) ( -1497 4521 98 ) ( -1497 4529 98 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1495 4529 81 ) ( -1478 4542 81 ) ( -1478 4542 132 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1480 4512 132 ) ( -1467 4518 132 ) ( -1467 4518 81 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1488 4515 132 ) ( -1480 4512 132 ) ( -1480 4512 81 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1495 4529 132 ) ( -1488 4515 132 ) ( -1488 4515 81 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1478 4542 81 ) ( -1467 4518 81 ) ( -1467 4518 132 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1495 4512 95 ) ( -1487 4542 96.500000 ) ( -1479 4512 98 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 5 +{ +( -1467 4651 81 ) ( -1495 4651 81 ) ( -1495 4643 81 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1497 4643 98 ) ( -1497 4651 98 ) ( -1469 4651 98 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +( -1478 4630 132 ) ( -1478 4630 81 ) ( -1495 4643 81 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1467 4654 81 ) ( -1467 4654 132 ) ( -1480 4660 132 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1480 4660 81 ) ( -1480 4660 132 ) ( -1488 4657 132 ) common/tankclip 20 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1488 4657 81 ) ( -1488 4657 132 ) ( -1495 4643 132 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1467 4654 132 ) ( -1467 4654 81 ) ( -1478 4630 81 ) common/tankclip -28 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1495 4630 95 ) ( -1487 4660 96.500000 ) ( -1479 4630 98 ) common/tankclip 20 28 0.00 0.500000 0.500000 983040 34976 0 +} +} +// entity 2740 +{ +"origin" "1652 111 1065" +"classname" "info_pathnode" +} +// entity 2741 +{ +"origin" "1924 -9 1113" +"classname" "info_pathnode" +} +// entity 2742 +{ +"origin" "-4046 1107 1344" +"classname" "info_pathnode" +} +// entity 2743 +{ +"origin" "-3886 1059 1384" +"classname" "info_pathnode" +} +// entity 2744 +{ +"origin" "-3726 1091 1360" +"classname" "info_pathnode" +} +// entity 2745 +{ +"origin" "-3774 923 1408" +"classname" "info_pathnode" +} +// entity 2746 +{ +"origin" "-3590 987 1376" +"classname" "info_pathnode" +} +// entity 2747 +{ +"origin" "-3622 803 1432" +"classname" "info_pathnode" +} +// entity 2748 +{ +"origin" "-3662 651 1416" +"classname" "info_pathnode" +} +// entity 2749 +{ +"origin" "-3918 643 1432" +"classname" "info_pathnode" +} +// entity 2750 +{ +"origin" "-3798 579 1416" +"classname" "info_pathnode" +} +// entity 2751 +{ +"origin" "-3910 507 1424" +"classname" "info_pathnode" +} +// entity 2752 +{ +"origin" "-3782 403 1408" +"classname" "info_pathnode" +} +// entity 2753 +{ +"origin" "-3934 323 1408" +"classname" "info_pathnode" +} +// entity 2754 +{ +"origin" "-3790 259 1384" +"classname" "info_pathnode" +} +// entity 2755 +{ +"origin" "-3566 371 1384" +"classname" "info_pathnode" +} +// entity 2756 +{ +"origin" "-3358 347 1288" +"classname" "info_pathnode" +} +// entity 2757 +{ +"origin" "-3518 507 1368" +"classname" "info_pathnode" +} +// entity 2758 +{ +"origin" "-3534 715 1408" +"classname" "info_pathnode" +} +// entity 2759 +{ +"origin" "-3142 1051 1304" +"classname" "info_pathnode" +} +// entity 2760 +{ +"origin" "-3070 1227 1336" +"classname" "info_pathnode" +} +// entity 2761 +{ +"origin" "-2942 1115 1328" +"classname" "info_pathnode" +} +// entity 2762 +{ +"origin" "-2854 1275 1360" +"classname" "info_pathnode" +} +// entity 2763 +{ +"origin" "-2742 1139 1336" +"classname" "info_pathnode" +} +// entity 2764 +{ +"origin" "-2550 1163 1352" +"classname" "info_pathnode" +} +// entity 2765 +{ +"origin" "-2470 995 1304" +"classname" "info_pathnode" +} +// entity 2766 +{ +"origin" "-2654 939 1304" +"classname" "info_pathnode" +} +// entity 2767 +{ +"origin" "-2838 971 1296" +"classname" "info_pathnode" +} +// entity 2768 +{ +"origin" "-2982 899 1304" +"classname" "info_pathnode" +} +// entity 2769 +{ +"origin" "-2974 715 1280" +"classname" "info_pathnode" +} +// entity 2770 +{ +"origin" "-3038 547 1264" +"classname" "info_pathnode" +} +// entity 2771 +{ +"origin" "-2886 539 1248" +"classname" "info_pathnode" +} +// entity 2772 +{ +"origin" "-2814 787 1280" +"classname" "info_pathnode" +} +// entity 2773 +{ +"origin" "-2558 795 1272" +"classname" "info_pathnode" +} +// entity 2774 +{ +"origin" "-2334 851 1256" +"classname" "info_pathnode" +} +// entity 2775 +{ +"origin" "-2294 675 1224" +"classname" "info_pathnode" +} +// entity 2776 +{ +"origin" "-2438 683 1248" +"classname" "info_pathnode" +} +// entity 2777 +{ +"origin" "1532 -25 1097" +"classname" "info_pathnode" +} +// entity 2778 +{ +"origin" "1876 71 1081" +"classname" "info_pathnode" +} +// entity 2779 +{ +"origin" "2300 215 1017" +"classname" "info_pathnode" +} +// entity 2780 +{ +"origin" "2196 87 1081" +"classname" "info_pathnode" +} +// entity 2781 +{ +"origin" "2356 -25 1129" +"classname" "info_pathnode" +} +// entity 2782 +{ +"origin" "2076 -57 1153" +"classname" "info_pathnode" +} +// entity 2783 +{ +"origin" "2444 271 953" +"classname" "info_pathnode" +} +// entity 2784 +{ +"origin" "2580 295 929" +"classname" "info_pathnode" +} +// entity 2785 +{ +"origin" "2716 335 905" +"classname" "info_pathnode" +} +// entity 2786 +{ +"origin" "2972 279 881" +"classname" "info_pathnode" +} +// entity 2787 +{ +"origin" "3204 223 841" +"classname" "info_pathnode" +} +// entity 2788 +{ +"origin" "2876 375 881" +"classname" "info_pathnode" +} +// entity 2789 +{ +"origin" "2564 415 913" +"classname" "info_pathnode" +} +// entity 2790 +{ +"origin" "1748 351 929" +"classname" "info_pathnode" +} +// entity 2791 +{ +"origin" "1764 -113 1145" +"classname" "info_pathnode" +} +// entity 2792 +{ +"origin" "1548 247 977" +"classname" "info_pathnode" +} +// entity 2793 +{ +"origin" "1596 391 937" +"classname" "info_pathnode" +} +// entity 2794 +{ +"origin" "1476 71 1057" +"classname" "info_pathnode" +} +// entity 2795 +{ +"origin" "2084 215 993" +"classname" "info_pathnode" +} +// entity 2796 +{ +"origin" "2724 151 985" +"classname" "info_pathnode" +} +// entity 2797 +{ +"origin" "2620 23 1065" +"classname" "info_pathnode" +} +// entity 2798 +{ +"origin" "2396 -121 1169" +"classname" "info_pathnode" +} +// entity 2799 +{ +"origin" "1788 -233 1169" +"classname" "info_pathnode" +} +// entity 2800 +{ +"origin" "1628 -193 1129" +"classname" "info_pathnode" +} +// entity 2801 +{ +"origin" "1468 -129 1073" +"classname" "info_pathnode" +} +// entity 2802 +{ +"origin" "2844 7 1017" +"classname" "info_pathnode" +} +// entity 2803 +{ +"origin" "3084 23 937" +"classname" "info_pathnode" +} +// entity 2804 +{ +"origin" "3276 127 849" +"classname" "info_pathnode" +} +// entity 2805 +{ +"origin" "3412 231 817" +"classname" "info_pathnode" +} +// entity 2806 +{ +"origin" "3116 351 833" +"classname" "info_pathnode" +} +// entity 2807 +{ +"origin" "2732 431 897" +"classname" "info_pathnode" +} +// entity 2808 +{ +"origin" "2292 455 905" +"classname" "info_pathnode" +} +// entity 2809 +{ +"origin" "1988 447 905" +"classname" "info_pathnode" +} +// entity 2810 +{ +"origin" "1844 471 897" +"classname" "info_pathnode" +} +// entity 2811 +{ +"_color" "0.000000 0.250980 0.000000" +"targetname" "t10089" +"ID" "32" +"origin" "6348 3988 3240" +"classname" "ProjectileGenerator_Target" +} +// entity 2812 +{ +"_color" "0.000000 0.501961 0.000000" +"$targetname" "smokey_generator1" +"angle" "180" +"model" "fx/nebelhandgranateexplosion.tik" +"ID" "16" +"Projectile" "projectiles/nebelhandgranate_primary.tik" +"testanim" "idle" +"MaxNumShots " "1" +"origin" "1166.00 5807.00 2004.00" +"Accuracy " "1" +"MaxDelay " "0" +"MinDelay " "0" +"MinNumShots " "1" +"Cycles " "1" +"MaxDuration " "1" +"MinDuration " "1" +"spawnflags" "0" +"classname" "ProjectileGenerator_Projectile" +} +// entity 2813 +{ +"angle" "180" +"_color" "0.000000 0.250980 0.000000" +"targetname" "t10090" +"ID" "16" +"origin" "-1176 7024 3160" +"classname" "ProjectileGenerator_Target" +} +// entity 2814 +{ +"origin" "-4877 5435 1531" +"classname" "info_pathnode" +} +// entity 2815 +{ +"origin" "-4725 5267 1491" +"classname" "info_pathnode" +} +// entity 2816 +{ +"origin" "-4637 5435 1539" +"classname" "info_pathnode" +} +// entity 2817 +{ +"origin" "-4405 5507 1547" +"classname" "info_pathnode" +} +// entity 2818 +{ +"origin" "-4221 5603 1563" +"classname" "info_pathnode" +} +// entity 2819 +{ +"origin" "-4645 5651 1563" +"classname" "info_pathnode" +} +// entity 2820 +{ +"origin" "-4429 5691 1547" +"classname" "info_pathnode" +} +// entity 2821 +{ +"origin" "-4069 5651 1547" +"classname" "info_pathnode" +} +// entity 2822 +{ +"_color" "0.000000 0.501961 0.000000" +"$targetname" "smokey_generator3" +"angle" "180" +"model" "fx/nebelhandgranateexplosion.tik" +"ID" "48" +"Projectile" "projectiles/nebelhandgranate_primary.tik" +"testanim" "idle" +"MaxNumShots " "1" +"origin" "-1246.00 6945.00 2004.00" +"Accuracy " "1" +"MaxDelay " "0" +"MinDelay " "0" +"MinNumShots " "1" +"Cycles " "1" +"MaxDuration " "1" +"MinDuration " "1" +"spawnflags" "0" +"classname" "ProjectileGenerator_Projectile" +} +// entity 2823 +{ +"angle" "180" +"_color" "0.000000 0.250980 0.000000" +"targetname" "t10091" +"ID" "48" +"origin" "-604 4812 3160" +"classname" "ProjectileGenerator_Target" +} +// entity 2824 +{ +"$targetname" "nebelwerfer_destroyed_collision" +"classname" "script_object" +// brush 0 +{ +( -1417 4058 132 ) ( -1418 4096 132 ) ( -1383 4096 103 ) common/tankclip 8 -47 -0.11 0.392457 0.497047 983040 34976 0 +( -1418 4060 132 ) ( -1383 4060 103 ) ( -1395 4060 89 ) common/tankclip -32 -8 -39.69 0.500268 0.499575 983040 34976 0 +( -1383 4105 103 ) ( -1418 4105 132 ) ( -1430 4105 119 ) common/tankclip -27 -3 -39.53 0.500259 0.499544 983040 34976 0 +( -1386 4058 105 ) ( -1390 4096 99 ) ( -1395 4058 94 ) common/tankclip 62 -21 3.37 0.502091 0.374419 983040 34976 0 +( -1426 4058 122 ) ( -1424 4096 126 ) ( -1420 4057 129 ) common/tankclip 2 -44 90.46 0.551531 -0.357221 983040 34976 0 +( -1418 4096 125 ) ( -1421 4057 128 ) ( -1414 4058 121 ) common/tankclip -30 6 -94.92 0.351880 0.497729 983040 34976 0 +( -1421 4095 127 ) ( -1420 4057 129 ) ( -1420 4058 126 ) common/tankclip -12 -26 -90.05 0.533570 0.500491 983040 34976 0 +} +// brush 1 +{ +( -1383 4105 103 ) ( -1418 4105 132 ) ( -1430 4105 119 ) common/tankclip -27 -3 -39.53 0.500259 0.499544 983040 34976 0 +( -1386 4058 105 ) ( -1390 4096 99 ) ( -1395 4058 94 ) common/tankclip 62 -21 3.37 0.502091 0.374419 983040 34976 0 +( -1396 4058 93 ) ( -1405 4096 99 ) ( -1414 4058 104 ) common/tankclip -20 -11 -0.03 0.429382 0.499512 983040 34976 0 +( -1414 4058 104 ) ( -1417 4096 111 ) ( -1420 4057 117 ) common/tankclip -5 -19 -90.12 0.472779 0.500001 983040 34976 0 +( -1419 4057 117 ) ( -1417 4096 121 ) ( -1414 4058 123 ) common/tankclip 29 -55 0.72 0.500040 0.377103 983040 34976 0 +( -1421 4057 128 ) ( -1418 4096 125 ) ( -1414 4058 121 ) common/tankclip -30 6 -94.92 0.351880 0.497729 983040 34976 0 +( -1418 4060 120 ) ( -1415 4060 122 ) ( -1391 4060 100 ) common/tankclip -26 -28 -39.47 0.499908 0.510707 983040 34976 0 +} +// brush 2 +{ +( -1385 4110 105 ) ( -1418 4110 132 ) ( -1418 4096 132 ) common/tankclip -28 -51 0.18 0.387758 0.498782 983040 34976 0 +( -1408 4096 144 ) ( -1408 4110 144 ) ( -1376 4110 117 ) common/tankclip 10 -10 0.15 0.383272 0.503175 983040 34976 0 +( -1408 4096 144 ) ( -1377 4096 117 ) ( -1385 4096 106 ) common/tankclip -27 -60 -39.49 0.500525 0.501027 983040 34976 0 +( -1377 4096 117 ) ( -1376 4110 117 ) ( -1385 4109 107 ) common/tankclip 9 12 85.73 0.478563 -0.353982 983040 34976 0 +( -1376 4110 117 ) ( -1408 4110 144 ) ( -1417 4110 133 ) common/tankclip -29 -62 -39.48 0.500711 0.500551 983040 34976 0 +( -1397 4109 136 ) ( -1397 4095 136 ) ( -1406 4095 125 ) common/tankclip 22 -25 4.35 0.502179 0.373848 983040 34976 0 +( -1387 4110 109 ) ( -1386 4103 105 ) ( -1378 4106 118 ) common/tankclip 54 -44 12.39 0.472180 0.363663 983040 34976 0 +( -1406 4102 124 ) ( -1400 4109 117 ) ( -1393 4106 131 ) common/tankclip -4 -60 -39.33 0.495017 0.499180 983040 34976 0 +} +// brush 3 +{ +( -1407 4092 165 ) ( -1345 4092 113 ) ( -1345 4090 113 ) common/tankclip -7 24 -84.67 0.355295 0.528710 983040 34976 0 +( -1410 4085 163 ) ( -1347 4085 112 ) ( -1350 4091 108 ) common/tankclip -2 39 -50.36 0.493644 -0.477997 983040 34976 0 +( -1410 4087 162 ) ( -1407 4090 164 ) ( -1346 4087 111 ) common/tankclip -20 -20 -39.53 0.499306 0.514697 983040 34976 0 +( -1407 4092 165 ) ( -1411 4089 162 ) ( -1347 4090 112 ) common/tankclip -22 -44 -39.57 0.499883 0.507330 983040 34976 0 +( -1407 4091 165 ) ( -1408 4091 164 ) ( -1345 4091 112 ) common/tankclip -27 -14 -39.57 0.499959 0.496198 983040 34976 0 +( -1392 4087 152 ) ( -1393 4091 150 ) ( -1394 4087 147 ) common/tankclip 54 -9 5.60 0.506320 0.370901 983040 34976 0 +( -1400 4091 156 ) ( -1398 4087 157 ) ( -1401 4087 154 ) common/tankclip -38 -26 -0.21 0.473911 0.360541 983040 34976 0 +} +// brush 4 +{ +( -1398 4091 116 ) ( -1427 4091 139 ) ( -1427 4084 140 ) common/tankclip -57 0 -86.10 0.354337 0.529681 983040 34976 0 +( -1417 4057 152 ) ( -1389 4058 127 ) ( -1399 4058 114 ) common/tankclip -32 -5 -39.63 0.500850 0.499842 983040 34976 0 +( -1354 4084 104 ) ( -1354 4091 103 ) ( -1365 4091 90 ) common/tankclip 52 -15 91.75 0.553113 -0.348036 983040 34976 0 +( -1388 4096 128 ) ( -1418 4096 153 ) ( -1428 4096 140 ) common/tankclip -34 -6 -39.65 0.500857 0.499849 983040 34976 0 +( -1417 4091 152 ) ( -1417 4084 153 ) ( -1427 4084 140 ) common/tankclip 52 -25 7.61 0.503947 0.381384 983040 34976 0 +( -1412 4091 159 ) ( -1417 4096 152 ) ( -1353 4093 104 ) common/tankclip -26 -15 -39.59 0.499677 0.496307 983040 34976 0 +( -1422 4096 149 ) ( -1427 4091 139 ) ( -1362 4093 93 ) common/tankclip -28 -10 -39.60 0.499778 0.497904 983040 34976 0 +( -1427 4065 140 ) ( -1422 4060 149 ) ( -1362 4063 93 ) common/tankclip -31 -13 -39.58 0.500056 0.496807 983040 34976 0 +( -1418 4057 151 ) ( -1412 4066 161 ) ( -1352 4062 105 ) common/tankclip -28 -19 -39.55 0.499856 0.494370 983040 34976 0 +( -1413 4066 160 ) ( -1410 4071 162 ) ( -1349 4069 110 ) common/tankclip -6 -42 -36.61 0.588238 0.322041 983040 34976 0 +( -1410 4071 162 ) ( -1410 4086 162 ) ( -1348 4078 111 ) common/tankclip -35 -35 0.04 0.386292 0.503174 983040 34976 0 +( -1410 4086 162 ) ( -1412 4091 159 ) ( -1349 4089 110 ) common/tankclip 45 23 75.83 0.335145 -0.594438 983040 34976 0 +} +// brush 5 +{ +( -1483 4019 90 ) ( -1511 4019 90 ) ( -1511 4027 90 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1512 4031 75 ) ( -1495 4044 75 ) ( -1495 4044 126 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1496 4010 126 ) ( -1483 4016 126 ) ( -1483 4016 75 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1504 4013 126 ) ( -1496 4010 126 ) ( -1496 4010 75 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1511 4027 126 ) ( -1504 4013 126 ) ( -1504 4013 75 ) common/tankclip 16 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1510 4010 79 ) ( -1504.500000 4040 84 ) ( -1499 4010 89 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1511 4038 82 ) ( -1511 4017 77 ) ( -1483 4027.500000 79.500000 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1510.068726 4015 87 ) ( -1510.068726 4030 90 ) ( -1483 4022.500000 88.500000 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1510.068726 4012 82 ) ( -1510.068726 4014 87 ) ( -1483 4013 84.500000 ) common/tankclip -12 0 0.00 0.500000 0.500000 983040 34976 0 +( -1510.069092 4021 78 ) ( -1510.069092 4012 82 ) ( -1482.999878 4016.500000 80 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1503 4038 77.968979 ) ( -1493 4037 77.968979 ) ( -1498 4037.500000 90 ) common/tankclip -12 0 0.00 0.500000 0.500000 983040 34976 0 +( -1496 4037 77.968979 ) ( -1485 4016 77.968979 ) ( -1490.500000 4026.500000 90 ) common/tankclip 20 0 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 6 +{ +( -1434 4082 70 ) ( -1442 4082 70 ) ( -1442 4074 70 ) common/origin 8 -54 0.00 1 1 16777216 2176 0 +( -1442 4074 78 ) ( -1442 4082 78 ) ( -1434 4082 78 ) common/origin 8 -54 0.00 1 1 16777216 2176 0 +( -1442 4074 76 ) ( -1434 4074 76 ) ( -1434 4074 70 ) common/origin 8 -44 0.00 1 1 16777216 2176 0 +( -1434 4074 76 ) ( -1434 4082 76 ) ( -1434 4082 70 ) common/origin 54 -44 0.00 1 1 16777216 2176 0 +( -1434 4082 76 ) ( -1442 4082 76 ) ( -1442 4082 70 ) common/origin 8 -44 0.00 1 1 16777216 2176 0 +( -1442 4082 76 ) ( -1442 4074 76 ) ( -1442 4074 70 ) common/origin 54 -44 0.00 1 1 16777216 2176 0 +} +// brush 7 +{ +( -1388 4030 196 ) ( -1388 4130 196 ) ( -1388 4130 76 ) common/tankclip 28 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1412 4030 126 ) ( -1404 4130 124 ) ( -1396 4030 122 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1402 4030 124 ) ( -1396 4130 119 ) ( -1390 4030 114 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1390 4030 114 ) ( -1389 4130 108 ) ( -1388 4030 102 ) common/tankclip 28 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1388 4030 98 ) ( -1389 4130 94 ) ( -1390 4030 90 ) common/tankclip 28 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1390 4030 90 ) ( -1396 4130 83 ) ( -1402 4030 76 ) common/tankclip 28 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1400 4030 80 ) ( -1406 4130 78 ) ( -1412 4030 76 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1412 4030 76 ) ( -1416 4130 77 ) ( -1420 4030 78 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1422 4030 78 ) ( -1428 4130 83 ) ( -1434 4030 88 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1434 4030 88 ) ( -1436 4130 95 ) ( -1438 4030 102 ) common/tankclip 28 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1438 4030 100 ) ( -1436 4130 107 ) ( -1434 4030 114 ) common/tankclip 28 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1434 4030 114 ) ( -1430 4130 118 ) ( -1426 4030 122 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1426 4030 122 ) ( -1419 4130 124 ) ( -1412 4030 126 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1437.714355 4126 126 ) ( -1437.714355 4128 124 ) ( -1388 4127 125 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1437.714355 4130 80 ) ( -1437.714355 4126 76 ) ( -1388 4128 78 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1437.714478 4128 124 ) ( -1437.714478 4128 78 ) ( -1388 4128 101 ) common/tankclip -8 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1437.714355 4028 124 ) ( -1437.714355 4030 126 ) ( -1388 4029 125 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1437.714355 4030 76 ) ( -1437.714355 4028 78 ) ( -1388 4029 77 ) common/tankclip -8 -28 0.00 0.500000 0.500000 983040 34976 0 +( -1437.714355 4029 120 ) ( -1437.714355 4029 124 ) ( -1388 4029 122 ) common/tankclip -8 -16 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 8 +{ +( -1432.961426 4109.635254 81.232788 ) ( -1431.961426 4105.771484 80.964813 ) ( -1488.455322 4114.270020 90.925903 ) common/tankclip -26 -2 15.13 0.495849 0.498797 983040 34976 0 +( -1462.255615 4109.771484 81.135193 ) ( -1518.799561 4118.270508 90.906738 ) ( -1517.454712 4118.270508 95.925812 ) common/tankclip -23 -28 -15.00 0.539149 0.500004 983040 34976 0 +( -1459.273560 4113.705078 80.336304 ) ( -1458.273438 4109.840820 80.068329 ) ( -1456.979370 4109.840820 84.897842 ) common/tankclip 2 -60 3.97 0.484069 0.481815 983040 34976 0 +( -1488.882813 4118.651855 85.864319 ) ( -1434.255615 4109.635742 76.403320 ) ( -1432.961548 4109.635742 81.232788 ) common/tankclip -32 -28 -15.00 0.541333 0.500012 983040 34976 0 +( -1489.799805 4114.270020 85.906616 ) ( -1488.882813 4118.652344 85.863953 ) ( -1487.539795 4118.652344 90.876038 ) common/tankclip 18 -9 -3.03 0.548375 0.482295 983040 34976 0 +( -1483.047607 4090.376953 86.371124 ) ( -1464.005127 4125.122559 85.409821 ) ( -1430.594482 4104.353516 80.598541 ) common/tankclip -22 -3 14.92 0.502569 0.498805 983040 34976 0 +( -1465.573853 4129.251953 81.421082 ) ( -1485.083008 4094.377441 82.507446 ) ( -1431.696777 4108.612305 76.484848 ) common/tankclip -20 -3 14.93 0.502215 0.498805 983040 34976 0 +} +// brush 9 +{ +( -1487 4029 89 ) ( -1434 4052 94 ) ( -1434 4048 94 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1489 4029 91 ) ( -1489 4029 86 ) ( -1436 4052 91 ) common/tankclip -12 -20 0.00 0.500000 0.500000 983040 34976 0 +( -1432 4053 96 ) ( -1432 4053 91 ) ( -1432 4049 91 ) common/tankclip 16 -20 0.00 0.500000 0.500000 983040 34976 0 +( -1436 4048 96 ) ( -1436 4048 91 ) ( -1487 4025 86 ) common/tankclip -12 -20 0.00 0.500000 0.500000 983040 34976 0 +( -1487 4025 91 ) ( -1487 4025 86 ) ( -1489 4029 86 ) common/tankclip 16 -20 0.00 0.500000 0.500000 983040 34976 0 +( -1435 4054 96 ) ( -1462 4025 92 ) ( -1489 4054 88 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +( -1434 4054 92 ) ( -1489 4054 84 ) ( -1461 4025 88 ) common/tankclip -12 -16 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 10 +{ +( -1484 4123 79 ) ( -1512 4123 79 ) ( -1512 4115 79 ) common/tankclip -10 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1514 4115 96 ) ( -1514 4123 96 ) ( -1486 4123 96 ) common/tankclip -10 -4 0.00 0.500000 0.500000 983040 34976 0 +( -1495 4102 130 ) ( -1495 4102 79 ) ( -1512 4115 79 ) common/tankclip -10 -8 0.00 0.500000 0.500000 983040 34976 0 +( -1484 4126 79 ) ( -1484 4126 130 ) ( -1497 4132 130 ) common/tankclip -10 -8 0.00 0.500000 0.500000 983040 34976 0 +( -1497 4132 79 ) ( -1497 4132 130 ) ( -1505 4129 130 ) common/tankclip -10 -8 0.00 0.500000 0.500000 983040 34976 0 +( -1505 4129 79 ) ( -1505 4129 130 ) ( -1512 4115 130 ) common/tankclip 4 -8 0.00 0.500000 0.500000 983040 34976 0 +( -1484 4126 130 ) ( -1484 4126 79 ) ( -1495 4102 79 ) common/tankclip 4 -8 0.00 0.500000 0.500000 983040 34976 0 +( -1512 4102 93 ) ( -1504 4132 94.500000 ) ( -1496 4102 96 ) common/tankclip -10 -4 0.00 0.500000 0.500000 983040 34976 0 +} +// brush 11 +{ +( -1480.408447 4113.147461 75.872192 ) ( -1481.304810 4117.011719 75.354584 ) ( -1429.314087 4108.512695 99.597931 ) common/tankclip 45 12 -163.71 0.460381 0.495554 983040 34976 0 +( -1456.053223 4113.010742 82.100967 ) ( -1403.964844 4104.512207 106.174255 ) ( -1406.562988 4104.512207 110.674225 ) common/tankclip -46 -9 -150.00 0.539220 -0.500060 983040 34976 0 +( -1458.726685 4110.077637 80.557556 ) ( -1459.623047 4113.942383 80.039948 ) ( -1462.123291 4113.941406 84.369904 ) common/tankclip -18 -30 172.37 0.487223 -0.429220 983040 34976 0 +( -1427.591187 4104.130859 94.819458 ) ( -1477.908447 4113.147461 71.542252 ) ( -1480.408203 4113.146973 75.872253 ) common/tankclip -32 -9 -150.01 0.541703 -0.499927 983040 34976 0 +( -1426.716553 4108.512695 95.097626 ) ( -1427.591064 4104.130859 94.819092 ) ( -1430.185303 4104.130859 99.312866 ) common/tankclip -16 -47 -174.16 0.550224 -0.430829 983040 34976 0 +( -1434.324219 4133.405273 93.540009 ) ( -1452.469482 4098.660156 87.682816 ) ( -1483.496582 4119.429688 74.388092 ) common/tankclip 3 32 -164.15 0.472962 0.495554 983040 34976 0 +( -1448.955566 4092.531250 84.494888 ) ( -1430.392578 4127.405273 90.593506 ) ( -1480.400879 4113.170410 70.958786 ) common/tankclip 14 19 -164.08 0.472567 0.494914 983040 34976 0 +} +} +// entity 2825 +{ +"origin" "4809 4886 1935" +"classname" "info_pathnode" +} +// entity 2826 +{ +"origin" "4897 4254 2015" +"classname" "info_pathnode" +} +// entity 2827 +{ +"origin" "5064 4948 1941" +"classname" "info_pathnode" +} +// entity 2828 +{ +"_color" "0.000000 0.000000 0.627451" +"$targetname" "friendly2_chill" +"origin" "4784 5042 1951" +"classname" "info_pathnode" +} +// entity 2829 +{ +"$targetname" "friendly3_chill" +"origin" "4676 5082 1981" +"classname" "info_pathnode" +} +// entity 2830 +{ +"origin" "4680 4802 1939" +"classname" "info_pathnode" +} +// entity 2831 +{ +"origin" "4674 5272 1929" +"classname" "info_pathnode" +} +// entity 2832 +{ +"origin" "4490 5070 2039" +"classname" "info_pathnode" +} +// entity 2833 +{ +"origin" "4952 5228 1929" +"classname" "info_pathnode" +} +// entity 2834 +{ +"origin" "1084 -460 981" +"classname" "info_pathnode" +} +// entity 2835 +{ +"origin" "982 -546 963" +"classname" "info_pathnode" +} +// entity 2836 +{ +"origin" "946 -352 993" +"classname" "info_pathnode" +} +// entity 2837 +{ +"origin" "810 -474 977" +"classname" "info_pathnode" +} +// entity 2838 +{ +"origin" "578 -382 957" +"classname" "info_pathnode" +} +// entity 2839 +{ +"origin" "118 -218 1019" +"classname" "info_pathnode" +} +// entity 2840 +{ +"origin" "66 -56 1059" +"classname" "info_pathnode" +} +// entity 2841 +{ +"origin" "-68 -226 1061" +"classname" "info_pathnode" +} +// entity 2842 +{ +"origin" "-12 126 1067" +"classname" "info_pathnode" +} +// entity 2843 +{ +"origin" "-102 40 1095" +"classname" "info_pathnode" +} +// entity 2844 +{ +"origin" "-250 -44 1113" +"classname" "info_pathnode" +} +// entity 2845 +{ +"origin" "-180 -206 1079" +"classname" "info_pathnode" +} +// entity 2846 +{ +"origin" "-334 -282 1083" +"classname" "info_pathnode" +} +// entity 2847 +{ +"origin" "-100 -92 1089" +"classname" "info_pathnode" +} +// entity 2848 +{ +"origin" "-200 408 1091" +"classname" "info_pathnode" +} +// entity 2849 +{ +"origin" "-54 448 1101" +"classname" "info_pathnode" +} +// entity 2850 +{ +"origin" "136 504 1079" +"classname" "info_pathnode" +} +// entity 2851 +{ +"origin" "3948 -1490 648" +"classname" "info_pathnode" +} +// entity 2852 +{ +"origin" "-209 -350 1038" +"classname" "info_pathnode" +} +// entity 2853 +{ +"origin" "-575 -194 1154" +"classname" "info_pathnode" +} +// entity 2854 +{ +"origin" "-685 -74 1174" +"classname" "info_pathnode" +} +// entity 2855 +{ +"origin" "-713 -240 1160" +"classname" "info_pathnode" +} +// entity 2856 +{ +"origin" "-843 -218 1182" +"classname" "info_pathnode" +} +// entity 2857 +{ +"origin" "-1019 -114 1212" +"classname" "info_pathnode" +} +// entity 2858 +{ +"origin" "-487 -50 1152" +"classname" "info_pathnode" +} +// entity 2859 +{ +"origin" "-857 -70 1194" +"classname" "info_pathnode" +} +// entity 2860 +{ +"origin" "-6234 4446 1587" +"classname" "info_pathnode" +} +// entity 2861 +{ +"origin" "-6072 4410 1573" +"classname" "info_pathnode" +} +// entity 2862 +{ +"origin" "-5930 4212 1541" +"classname" "info_pathnode" +} +// entity 2863 +{ +"origin" "-6168 4590 1583" +"classname" "info_pathnode" +} +// entity 2864 +{ +"origin" "-6234 4208 1607" +"classname" "info_pathnode" +} +// entity 2865 +{ +"origin" "-5718 4220 1463" +"classname" "info_pathnode" +} +// entity 2866 +{ +"origin" "-5482 4598 1469" +"classname" "info_pathnode" +} +// entity 2867 +{ +"origin" "-5384 4802 1495" +"classname" "info_pathnode" +} +// entity 2868 +{ +"origin" "-5640 4894 1563" +"classname" "info_pathnode" +} +// entity 2869 +{ +"origin" "-5522 5048 1599" +"classname" "info_pathnode" +} +// entity 2870 +{ +"origin" "-5740 5092 1619" +"classname" "info_pathnode" +} +// entity 2871 +{ +"origin" "-6124 4792 1611" +"classname" "info_pathnode" +} +// entity 2872 +{ +"origin" "-5526 4432 1463" +"classname" "info_pathnode" +} +// entity 2873 +{ +"origin" "-5498 4816 1517" +"classname" "info_pathnode" +} +// entity 2874 +{ +"origin" "-5880 5060 1607" +"classname" "info_pathnode" +} +// entity 2875 +{ +"origin" "-6018 4692 1581" +"classname" "info_pathnode" +} +// entity 2876 +{ +"origin" "-5942 4332 1549" +"classname" "info_pathnode" +} +// entity 2877 +{ +"origin" "-5924 4012 1511" +"classname" "info_pathnode" +} +// entity 2878 +{ +"origin" "-5762 3864 1455" +"classname" "info_pathnode" +} +// entity 2879 +{ +"origin" "-5934 3776 1433" +"classname" "info_pathnode" +} +// entity 2880 +{ +"origin" "-6146 3996 1575" +"classname" "info_pathnode" +} +// entity 2881 +{ +"origin" "-5740 5262 1639" +"classname" "info_pathnode" +} +// entity 2882 +{ +"origin" "-6090 3880 1527" +"classname" "info_pathnode" +} +// entity 2883 +{ +"origin" "-6012 5190 1657" +"classname" "info_pathnode" +} +// entity 2884 +{ +"origin" "-6012 5440 1699" +"classname" "info_pathnode" +} +// entity 2885 +{ +"origin" "-6168 5124 1621" +"classname" "info_pathnode" +} +// entity 2886 +{ +"origin" "-5332 5929 1690" +"classname" "info_pathnode" +} +// entity 2887 +{ +"origin" "-5194 5877 1648" +"classname" "info_pathnode" +} +// entity 2888 +{ +"origin" "-5160 5669 1624" +"classname" "info_pathnode" +} +// entity 2889 +{ +"origin" "-5568 5603 1682" +"classname" "info_pathnode" +} +// entity 2890 +{ +"origin" "-5526 5821 1676" +"classname" "info_pathnode" +} +// entity 2891 +{ +"origin" "4969 4766 1933" +"classname" "info_pathnode" +} +// entity 2892 +{ +"origin" "4666 4896 1945" +"classname" "info_pathnode" +} +// entity 2893 +{ +"origin" "4760 4800 1937" +"classname" "info_pathnode" +} +// entity 2894 +{ +"angle" "225" +"spawnflags" "0" +"origin" "4689 4564 1935" +"classname" "info_pathnode" +} +// entity 2895 +{ +"angle" "225" +"spawnflags" "0" +"origin" "4971 4674 1935" +"classname" "info_pathnode" +} +// entity 2896 +{ +"angle" "225" +"spawnflags" "0" +"origin" "4943 4456 1935" +"classname" "info_pathnode" +} +// entity 2897 +{ +"angle" "225" +"spawnflags" "0" +"origin" "4845 4438 1935" +"classname" "info_pathnode" +} +// entity 2898 +{ +"origin" "336 -6668 318" +"classname" "info_pathnode" +} +// entity 2899 +{ +"origin" "412 -6776 292" +"classname" "info_pathnode" +} +// entity 2900 +{ +"origin" "548 -6896 324" +"classname" "info_pathnode" +} +// entity 2901 +{ +"origin" "916 -6880 308" +"classname" "info_pathnode" +} +// entity 2902 +{ +"origin" "532 -6736 324" +"classname" "info_pathnode" +} +// entity 2903 +{ +"origin" "996 -6808 300" +"classname" "info_pathnode" +} +// entity 2904 +{ +"origin" "660 -6864 316" +"classname" "info_pathnode" +} +// entity 2905 +{ +"origin" "804 -6824 308" +"classname" "info_pathnode" +} +// entity 2906 +{ +"origin" "324 347 1066" +"classname" "info_pathnode" +} +// entity 2907 +{ +"origin" "812 235 1010" +"classname" "info_pathnode" +} +// entity 2908 +{ +"origin" "1020 347 1018" +"classname" "info_pathnode" +} +// entity 2909 +{ +"origin" "908 51 1010" +"classname" "info_pathnode" +} +// entity 2910 +{ +"origin" "1060 67 1018" +"classname" "info_pathnode" +} +// entity 2911 +{ +"origin" "788 -61 1018" +"classname" "info_pathnode" +} +// entity 2912 +{ +"origin" "964 171 1018" +"classname" "info_pathnode" +} +// entity 2913 +{ +"origin" "244 515 1074" +"classname" "info_pathnode" +} +// entity 2914 +{ +"origin" "1244 443 986" +"classname" "info_pathnode" +} +// entity 2915 +{ +"origin" "692 484 1028" +"classname" "info_pathnode" +} +// entity 2916 +{ +"origin" "1100 235 1098" +"classname" "info_pathnode" +} +// entity 2917 +{ +"origin" "812 91 1010" +"classname" "info_pathnode" +} +// entity 2918 +{ +"origin" "692 195 1018" +"classname" "info_pathnode" +} +// entity 2919 +{ +"origin" "276 227 1066" +"classname" "info_pathnode" +} +// entity 2920 +{ +"origin" "162 -6660 300" +"classname" "info_pathnode" +} +// entity 2921 +{ +"origin" "54 -6744 296" +"classname" "info_pathnode" +} +// entity 2922 +{ +"origin" "284 -6748 286" +"classname" "info_pathnode" +} +// entity 2923 +{ +"origin" "452 -6876 326" +"classname" "info_pathnode" +} +// entity 2924 +{ +"origin" "-66 -6760 302" +"classname" "info_pathnode" +} +// entity 2925 +{ +"origin" "-372 -6718 304" +"classname" "info_pathnode" +} +// entity 2926 +{ +"origin" "-560 -6790 260" +"classname" "info_pathnode" +} +// entity 2927 +{ +"origin" "-756 -6648 272" +"classname" "info_pathnode" +} +// entity 2928 +{ +"origin" "-222 -6776 282" +"classname" "info_pathnode" +} +// entity 2929 +{ +"origin" "-80 -6918 270" +"classname" "info_pathnode" +} +// entity 2930 +{ +"origin" "18 -6998 274" +"classname" "info_pathnode" +} +// entity 2931 +{ +"origin" "684 -6752 316" +"classname" "info_pathnode" +} +// entity 2932 +{ +"origin" "600 -6996 334" +"classname" "info_pathnode" +} +// entity 2933 +{ +"origin" "600 -7338 310" +"classname" "info_pathnode" +} +// entity 2934 +{ +"origin" "322 -7462 316" +"classname" "info_pathnode" +} +// entity 2935 +{ +"origin" "156 -7218 284" +"classname" "info_pathnode" +} +// entity 2936 +{ +"origin" "102 -7118 276" +"classname" "info_pathnode" +} +// entity 2937 +{ +"origin" "-94 -7200 316" +"classname" "info_pathnode" +} +// entity 2938 +{ +"origin" "162 -6970 280" +"classname" "info_pathnode" +} +// entity 2939 +{ +"origin" "-372 -6836 260" +"classname" "info_pathnode" +} +// entity 2940 +{ +"origin" "-506 -6684 284" +"classname" "info_pathnode" +} +// entity 2941 +{ +"origin" "-428 -6532 270" +"classname" "info_pathnode" +} +// entity 2942 +{ +"origin" "-658 -6514 314" +"classname" "info_pathnode" +} +// entity 2943 +{ +"origin" "-1218 -6526 332" +"classname" "info_pathnode" +} +// entity 2944 +{ +"origin" "-366 -6418 320" +"classname" "info_pathnode" +} +// entity 2945 +{ +"origin" "-1312 -6478 330" +"classname" "info_pathnode" +} +// entity 2946 +{ +"origin" "-790 -6382 312" +"classname" "info_pathnode" +} +// entity 2947 +{ +"origin" "-528 -6310 330" +"classname" "info_pathnode" +} +// entity 2948 +{ +"origin" "188 -6776 282" +"classname" "info_pathnode" +} +// entity 2949 +{ +"origin" "-386 -6638 320" +"classname" "info_pathnode" +} +// entity 2950 +{ +"origin" "-652 -6652 276" +"classname" "info_pathnode" +} +// entity 2951 +{ +"light" "60" +"overbright_range" "0.3" +"origin" "6873 4836 2004" +"classname" "light" +} +// entity 2952 +{ +"light" "200" +"target" "Light_t1" +"origin" "3584 4320 1864" +"overbright_range" "0.01" +"classname" "light" +} +// entity 2953 +{ +"origin" "3636 4188 1908" +"targetname" "Light_t1" +"classname" "info_null" +} +// entity 2954 +{ +"origin" "-608 4672 1904" +"overbright_range" "0.01" +"light" "15" +"classname" "light" +} +// entity 2955 +{ +"origin" "2240 1256 1032" +"overbright_range" "0.01" +"light" "70" +"classname" "light" +} +// entity 2956 +{ +"spot_angle" "45" +"light" "120" +"shader" "light/prjct_rails_7V_2H_128" +"target" "Light_t2" +"origin" "6172 2690 2008" +"classname" "light" +} +// entity 2957 +{ +"origin" "6250 2734 2114" +"targetname" "Light_t2" +"classname" "info_null" +} +// entity 2958 +{ +"light" "20" +"overbright_range" "0.62" +"origin" "5528 3856 1976" +"classname" "light" +} +// entity 2959 +{ +"spot_angle" "55" +"light" "20" +"target" "Light_t3" +"origin" "5920 3480 2036" +"classname" "light" +} +// entity 2960 +{ +"origin" "5920 3480 1984" +"targetname" "Light_t3" +"classname" "info_null" +} +// entity 2961 +{ +"spot_angle" "55" +"light" "90" +"spawnflags" "16" +"target" "Light_t4" +"origin" "6896 5248 2144" +"classname" "light" +} +// entity 2962 +{ +"origin" "6764 5100 2076" +"targetname" "Light_t4" +"classname" "info_null" +} +// entity 2963 +{ +"scale" "1" +"shader" "light/noise_simple_128" +"spot_angle" "60" +"target" "Light_t5" +"light" "300" +"origin" "6408 5050 2154" +"classname" "light" +} +// entity 2964 +{ +"targetname" "Light_t5" +"origin" "6408 5050 2078" +"classname" "info_null" +} +// entity 2965 +{ +"light" "45" +"origin" "6622 5434 1996" +"classname" "light" +} +// entity 2966 +{ +"spot_angle" "40" +"shader" "light/door_open_128" +"light" "100" +"target" "Light_t6" +"origin" "6944 5178 1964" +"classname" "light" +} +// entity 2967 +{ +"origin" "6944 5202 1946" +"targetname" "Light_t6" +"classname" "info_null" +} +// entity 2968 +{ +"light" "140" +"origin" "7016 5570 2020" +"classname" "light" +} +// entity 2969 +{ +"light" "75" +"origin" "6596 5788 1990" +"classname" "light" +} +// entity 2970 +{ +"light" "75" +"origin" "6778 5788 1990" +"classname" "light" +} +// entity 2971 +{ +"light" "120" +"origin" "6720 5400 2020" +"classname" "light" +} +// entity 2972 +{ +"shader" "light/oval_64" +"spot_angle" "35" +"target" "Light_t7" +"light" "60" +"origin" "6626 5432 1968" +"classname" "light" +} +// entity 2973 +{ +"origin" "6634 5432 1936" +"targetname" "Light_t7" +"classname" "info_null" +} +// entity 2974 +{ +"overbright_range" "0.45" +"light" "150" +"origin" "7018 5276 2020" +"classname" "light" +} +// entity 2975 +{ +"light" "135" +"origin" "6466 5192 2020" +"classname" "light" +} +// entity 2976 +{ +"overbright_range" "0.4" +"light" "200" +"origin" "6468 5736 2020" +"classname" "light" +} +// entity 2977 +{ +"spot_angle" "40" +"light" "200" +"target" "Light_t8" +"origin" "6928 5276 1980" +"classname" "light" +} +// entity 2978 +{ +"origin" "6764 5276 1952" +"targetname" "Light_t8" +"classname" "info_null" +} +// entity 2979 +{ +"spot_angle" "40" +"light" "130" +"target" "Light_t9" +"origin" "6222 5276 1980" +"classname" "light" +} +// entity 2980 +{ +"origin" "6456 5276 1952" +"targetname" "Light_t9" +"classname" "info_null" +} +// entity 2981 +{ +"spot_angle" "40" +"shader" "light/door_open_128" +"light" "40" +"target" "Light_t10" +"origin" "6582 5564 1976" +"classname" "light" +} +// entity 2982 +{ +"origin" "6568 5564 1958" +"targetname" "Light_t10" +"classname" "info_null" +} +// entity 2983 +{ +"spot_angle" "40" +"light" "120" +"target" "Light_t11" +"origin" "6484 5626 1980" +"classname" "light" +} +// entity 2984 +{ +"origin" "6484 5520 1962" +"targetname" "Light_t11" +"classname" "info_null" +} +// entity 2985 +{ +"scale" "1" +"shader" "light/noise_simple_128" +"spot_angle" "60" +"target" "Light_t12" +"light" "300" +"origin" "6568 5050 2154" +"classname" "light" +} +// entity 2986 +{ +"targetname" "Light_t12" +"origin" "6568 5050 2078" +"classname" "info_null" +} +// entity 2987 +{ +"scale" "1" +"shader" "light/noise_simple_128" +"spot_angle" "60" +"target" "Light_t13" +"light" "300" +"origin" "6728 5098 2154" +"classname" "light" +} +// entity 2988 +{ +"targetname" "Light_t13" +"origin" "6728 5098 2078" +"classname" "info_null" +} +// entity 2989 +{ +"spot_angle" "50" +"target" "Light_t14" +"light" "120" +"origin" "5922 5022 2148" +"classname" "light" +} +// entity 2990 +{ +"origin" "6120 5022 2108" +"targetname" "Light_t14" +"classname" "info_null" +} +// entity 2991 +{ +"target" "Light_t15" +"shader" "light/door_light_128" +"spot_angle" "35" +"light" "35" +"origin" "6336 4752 2160" +"classname" "light" +} +// entity 2992 +{ +"targetname" "Light_t15" +"origin" "6336 4752 2086" +"classname" "info_null" +} +// entity 2993 +{ +"light" "100" +"origin" "6840 4992 2020" +"classname" "light" +} +// entity 2994 +{ +"spot_angle" "60" +"shader" "light/door_open_128" +"light" "30" +"target" "Light_t16" +"origin" "6946 4888 1960" +"classname" "light" +} +// entity 2995 +{ +"origin" "6946 4920 1920" +"targetname" "Light_t16" +"classname" "info_null" +} +// entity 2996 +{ +"spot_angle" "45" +"shader" "light/door_open_128" +"light" "12" +"target" "Light_t17" +"origin" "6210 4850 1974" +"classname" "light" +} +// entity 2997 +{ +"origin" "6210 4880 1934" +"targetname" "Light_t17" +"classname" "info_null" +} +// entity 2998 +{ +"shader" "light/door_open_128" +"spot_angle" "45" +"light" "40" +"target" "Light_t18" +"origin" "6210 4832 1974" +"classname" "light" +} +// entity 2999 +{ +"light" "30" +"origin" "6210 4808 1932" +"targetname" "Light_t18" +"classname" "info_null" +} +// entity 3000 +{ +"_color" "0.968627 0.713726 0.525490" +"shader" "light/noise_simple_128" +"spot_angle" "50" +"light" "450" +"target" "Light_t19" +"origin" "6532 4640 1962" +"classname" "light" +} +// entity 3001 +{ +"origin" "6460 4640 1908" +"targetname" "Light_t19" +"classname" "info_null" +} +// entity 3002 +{ +"target" "Light_t20" +"shader" "light/door_light_128" +"spot_angle" "60" +"light" "30" +"origin" "6792 5382 2152" +"classname" "light" +} +// entity 3003 +{ +"targetname" "Light_t20" +"origin" "6792 5382 2098" +"classname" "info_null" +} +// entity 3004 +{ +"light" "30" +"origin" "6632 5404 2200" +"classname" "light" +} +// entity 3005 +{ +"light" "60" +"origin" "6550 5570 2192" +"classname" "light" +} +// entity 3006 +{ +"light" "30" +"target" "Light_t21" +"origin" "6686 5752 2192" +"classname" "light" +} +// entity 3007 +{ +"light" "100" +"origin" "6442 5408 2200" +"classname" "light" +} +// entity 3008 +{ +"scale" "0.75" +"shader" "light/noise_simple_128" +"spot_angle" "60" +"target" "Light_t22" +"light" "120" +"origin" "6408 5050 2114" +"classname" "light" +} +// entity 3009 +{ +"targetname" "Light_t22" +"origin" "6408 5050 2190" +"classname" "info_null" +} +// entity 3010 +{ +"scale" "0.75" +"shader" "light/noise_simple_128" +"spot_angle" "60" +"target" "Light_t23" +"light" "120" +"origin" "6568 5050 2114" +"classname" "light" +} +// entity 3011 +{ +"targetname" "Light_t23" +"origin" "6568 5050 2190" +"classname" "info_null" +} +// entity 3012 +{ +"scale" "0.75" +"shader" "light/noise_simple_128" +"spot_angle" "60" +"target" "Light_t24" +"light" "120" +"origin" "6728 5098 2114" +"classname" "light" +} +// entity 3013 +{ +"targetname" "Light_t24" +"origin" "6728 5098 2190" +"classname" "info_null" +} +// entity 3014 +{ +"spot_angle" "60" +"shader" "light/door_open_128" +"light" "20" +"target" "Light_t25" +"origin" "6938 5152 1980" +"classname" "light" +} +// entity 3015 +{ +"origin" "6938 5136 1940" +"targetname" "Light_t25" +"classname" "info_null" +} +// entity 3016 +{ +"shader" "light/wpane_open_128" +"spot_angle" "50" +"light" "20" +"target" "Light_t26" +"origin" "6366 4462 2148" +"classname" "light" +} +// entity 3017 +{ +"origin" "6366 4504 2124" +"targetname" "Light_t26" +"classname" "info_null" +} +// entity 3018 +{ +"overbright_range" "0.01" +"_color" "1.000000 0.945098 0.784314" +"light" "60" +"target" "Light_t27" +"origin" "6544 4640 2196" +"classname" "light" +} +// entity 3019 +{ +"light" "25" +"origin" "5954 5022 2192" +"classname" "light" +} +// entity 3020 +{ +"light" "100" +"origin" "6492 5568 2192" +"classname" "light" +} +// entity 3021 +{ +"_color" "0.882353 0.905882 0.949020" +"spot_angle" "40" +"shader" "light/wpane_open_128" +"light" "50" +"target" "Light_t28" +"origin" "6688 5846 2164" +"classname" "light" +} +// entity 3022 +{ +"origin" "6688 5798 2106" +"targetname" "Light_t28" +"classname" "info_null" +} +// entity 3023 +{ +"shader" "light/door_open_128" +"spot_angle" "45" +"light" "50" +"target" "Light_t29" +"origin" "6096 5276 1974" +"classname" "light" +} +// entity 3024 +{ +"origin" "6130 5276 1950" +"targetname" "Light_t29" +"classname" "info_null" +} +// entity 3025 +{ +"spot_angle" "40" +"shader" "light/door_open_128" +"light" "40" +"target" "Light_t30" +"origin" "6360 5640 1978" +"classname" "light" +} +// entity 3026 +{ +"origin" "6370 5640 1962" +"targetname" "Light_t30" +"classname" "info_null" +} +// entity 3027 +{ +"light" "50" +"origin" "6110 5422 1990" +"classname" "light" +} +// entity 3028 +{ +"shader" "light/oval_64" +"spot_angle" "35" +"target" "Light_t31" +"light" "60" +"origin" "6114 5418 1972" +"classname" "light" +} +// entity 3029 +{ +"origin" "6114 5440 1940" +"targetname" "Light_t31" +"classname" "info_null" +} +// entity 3030 +{ +"shader" "light/oval_64" +"spot_angle" "35" +"target" "Light_t32" +"light" "60" +"origin" "6114 5418 1992" +"classname" "light" +} +// entity 3031 +{ +"origin" "6114 5400 2036" +"targetname" "Light_t32" +"classname" "info_null" +} +// entity 3032 +{ +"light" "120" +"origin" "6176 5732 2024" +"classname" "light" +} +// entity 3033 +{ +"light" "85" +"origin" "6324 5500 2024" +"classname" "light" +} +// entity 3034 +{ +"shader" "light/door_open_128" +"spot_angle" "35" +"light" "30" +"target" "Light_t33" +"origin" "6620 5564 1972" +"classname" "light" +} +// entity 3035 +{ +"origin" "6646 5564 1944" +"targetname" "Light_t33" +"classname" "info_null" +} +// entity 3036 +{ +"shader" "light/door_open_128" +"spot_angle" "45" +"light" "45" +"target" "Light_t34" +"origin" "6686 5736 1974" +"classname" "light" +} +// entity 3037 +{ +"origin" "6686 5712 1952" +"targetname" "Light_t34" +"classname" "info_null" +} +// entity 3038 +{ +"light" "55" +"origin" "6188 5280 2020" +"classname" "light" +} +// entity 3039 +{ +"spot_angle" "75" +"shader" "light/wpane_2R_1C_128" +"light" "50" +"target" "Light_t35" +"origin" "6172 5528 2142" +"classname" "light" +} +// entity 3040 +{ +"origin" "6184 5526 2168" +"targetname" "Light_t35" +"classname" "info_null" +} +// entity 3041 +{ +"spot_angle" "75" +"shader" "light/wpane_2R_1C_128" +"light" "50" +"target" "Light_t36" +"origin" "6178 5528 2140" +"classname" "light" +} +// entity 3042 +{ +"origin" "6204 5526 2122" +"targetname" "Light_t36" +"classname" "info_null" +} +// entity 3043 +{ +"spot_angle" "75" +"shader" "light/wpane_2R_1C_128" +"light" "50" +"target" "Light_t37" +"origin" "6172 5528 2138" +"classname" "light" +} +// entity 3044 +{ +"origin" "6158 5526 2122" +"targetname" "Light_t37" +"classname" "info_null" +} +// entity 3045 +{ +"spot_angle" "75" +"shader" "light/wpane_2R_1C_128" +"light" "50" +"target" "Light_t38" +"origin" "6176 5530 2148" +"classname" "light" +} +// entity 3046 +{ +"origin" "6176 5556 2130" +"targetname" "Light_t38" +"classname" "info_null" +} +// entity 3047 +{ +"spot_angle" "75" +"shader" "light/wpane_2R_1C_128" +"light" "50" +"target" "Light_t39" +"origin" "6174 5526 2146" +"classname" "light" +} +// entity 3048 +{ +"origin" "6174 5500 2128" +"targetname" "Light_t39" +"classname" "info_null" +} +// entity 3049 +{ +"light" "90" +"spawnflags" "16" +"target" "Light_t40" +"origin" "6644 5092 2092" +"classname" "light" +} +// entity 3050 +{ +"origin" "6748 4924 1996" +"targetname" "Light_t40" +"classname" "info_null" +} +// entity 3051 +{ +"light" "90" +"spawnflags" "16" +"target" "Light_t41" +"origin" "6176 5248 2144" +"classname" "light" +} +// entity 3052 +{ +"origin" "6352 5132 2076" +"targetname" "Light_t41" +"classname" "info_null" +} +// entity 3053 +{ +"spot_angle" "40" +"light" "150" +"spawnflags" "16" +"target" "Light_t42" +"origin" "6764 5044 2128" +"classname" "light" +} +// entity 3054 +{ +"origin" "6936 4908 2088" +"targetname" "Light_t42" +"classname" "info_null" +} +// entity 3055 +{ +"spot_angle" "65" +"light" "30" +"target" "Light_t43" +"origin" "5920 3480 2012" +"classname" "light" +} +// entity 3056 +{ +"origin" "5920 3480 2080" +"targetname" "Light_t43" +"classname" "info_null" +} +// entity 3057 +{ +"light" "20" +"overbright_range" "0.62" +"origin" "5708 3860 1976" +"classname" "light" +} +// entity 3058 +{ +"light" "20" +"overbright_range" "0.62" +"origin" "5904 3860 1976" +"classname" "light" +} +// entity 3059 +{ +"spot_angle" "45" +"light" "150" +"spawnflags" "16" +"target" "Light_t44" +"origin" "6756 5132 2088" +"classname" "light" +} +// entity 3060 +{ +"origin" "6928 5244 2184" +"targetname" "Light_t44" +"classname" "info_null" +} +// entity 3061 +{ +"scale" "1" +"shader" "light/noise_simple_128" +"spot_angle" "40" +"target" "Light_t45" +"light" "120" +"origin" "6304 2822 2114" +"classname" "light" +} +// entity 3062 +{ +"targetname" "Light_t45" +"origin" "6304 2822 2172" +"classname" "info_null" +} +// entity 3063 +{ +"scale" "1" +"shader" "light/noise_simple_128" +"spot_angle" "40" +"target" "Light_t46" +"light" "120" +"origin" "6304 2640 2114" +"classname" "light" +} +// entity 3064 +{ +"targetname" "Light_t46" +"origin" "6304 2640 2172" +"classname" "info_null" +} +// entity 3065 +{ +"scale" "0.5" +"shader" "light/noise_simple_128" +"spot_angle" "35" +"target" "Light_t47" +"light" "200" +"origin" "6304 2990 2146" +"classname" "light" +} +// entity 3066 +{ +"targetname" "Light_t47" +"origin" "6304 2990 2070" +"classname" "info_null" +} +// entity 3067 +{ +"scale" "1" +"shader" "light/noise_simple_128" +"spot_angle" "40" +"target" "Light_t48" +"light" "120" +"origin" "6304 3008 2114" +"classname" "light" +} +// entity 3068 +{ +"targetname" "Light_t48" +"origin" "6304 3008 2172" +"classname" "info_null" +} +// entity 3069 +{ +"scale" "0.5" +"shader" "light/noise_simple_128" +"spot_angle" "35" +"target" "Light_t49" +"light" "200" +"origin" "6304 2804 2146" +"classname" "light" +} +// entity 3070 +{ +"targetname" "Light_t49" +"origin" "6304 2804 2070" +"classname" "info_null" +} +// entity 3071 +{ +"scale" "0.5" +"shader" "light/noise_simple_128" +"spot_angle" "35" +"target" "Light_t50" +"light" "200" +"origin" "6304 2622 2146" +"classname" "light" +} +// entity 3072 +{ +"targetname" "Light_t50" +"origin" "6304 2622 2070" +"classname" "info_null" +} +// entity 3073 +{ +"spot_angle" "45" +"light" "120" +"shader" "light/prjct_rails_7V_2H_128" +"target" "Light_t51" +"origin" "6180 2914 2008" +"classname" "light" +} +// entity 3074 +{ +"origin" "6224 2994 2114" +"targetname" "Light_t51" +"classname" "info_null" +} +// entity 3075 +{ +"light" "90" +"origin" "6116 3202 2036" +"classname" "light" +} +// entity 3076 +{ +"light" "40" +"origin" "6376 3204 2220" +"classname" "light" +} +// entity 3077 +{ +"light" "40" +"origin" "6372 2914 2220" +"classname" "light" +} +// entity 3078 +{ +"light" "40" +"origin" "6376 2694 2220" +"classname" "light" +} +// entity 3079 +{ +"shader" "light/noise_simple_128" +"light" "50" +"origin" "6496 3202 2054" +"classname" "light" +} +// entity 3080 +{ +"shader" "light/noise_simple_128" +"light" "50" +"origin" "6496 2936 2054" +"classname" "light" +} +// entity 3081 +{ +"shader" "light/noise_simple_128" +"light" "50" +"origin" "6494 2712 2054" +"classname" "light" +} +// entity 3082 +{ +"spot_angle" "30" +"light" "350" +"shader" "light/prjct_rails_7V_2H_128" +"target" "Light_t52" +"origin" "6418 3128 1932" +"classname" "light" +} +// entity 3083 +{ +"origin" "6344 2980 1974" +"targetname" "Light_t52" +"classname" "info_null" +} +// entity 3084 +{ +"scale" "0.5" +"shader" "light/noise_simple_128" +"spot_angle" "35" +"target" "Light_t53" +"light" "300" +"origin" "6164 3134 2088" +"classname" "light" +} +// entity 3085 +{ +"targetname" "Light_t53" +"origin" "6164 3134 2148" +"classname" "info_null" +} +// entity 3086 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t54" +"light" "200" +"origin" "6304 3252 1968" +"classname" "light" +} +// entity 3087 +{ +"targetname" "Light_t54" +"origin" "6236 3218 1948" +"classname" "info_null" +} +// entity 3088 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t55" +"light" "200" +"origin" "6328 3252 1968" +"classname" "light" +} +// entity 3089 +{ +"targetname" "Light_t55" +"origin" "6392 3218 1948" +"classname" "info_null" +} +// entity 3090 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t56" +"light" "200" +"origin" "6372 3004 1968" +"classname" "light" +} +// entity 3091 +{ +"targetname" "Light_t56" +"origin" "6432 2948 1934" +"classname" "info_null" +} +// entity 3092 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t57" +"light" "200" +"origin" "6372 2866 1968" +"classname" "light" +} +// entity 3093 +{ +"targetname" "Light_t57" +"origin" "6432 2926 1934" +"classname" "info_null" +} +// entity 3094 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t58" +"light" "200" +"origin" "6372 2778 1968" +"classname" "light" +} +// entity 3095 +{ +"targetname" "Light_t58" +"origin" "6432 2722 1934" +"classname" "info_null" +} +// entity 3096 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t59" +"light" "200" +"origin" "6372 2640 1968" +"classname" "light" +} +// entity 3097 +{ +"targetname" "Light_t59" +"origin" "6432 2700 1934" +"classname" "info_null" +} +// entity 3098 +{ +"shader" "light/oval_64" +"spot_angle" "35" +"target" "Light_t60" +"light" "60" +"origin" "6634 5438 1988" +"classname" "light" +} +// entity 3099 +{ +"origin" "6626 5438 2018" +"targetname" "Light_t60" +"classname" "info_null" +} +// entity 3100 +{ +"scale" "0.5" +"shader" "light/noise_simple_128" +"spot_angle" "30" +"light" "30" +"target" "Light_t61" +"origin" "6812 2942 1938" +"classname" "light" +} +// entity 3101 +{ +"origin" "6890 2986 2044" +"targetname" "Light_t61" +"classname" "info_null" +} +// entity 3102 +{ +"scale" "1" +"shader" "light/noise_simple_128" +"spot_angle" "40" +"target" "Light_t62" +"light" "120" +"origin" "6944 3070 2098" +"classname" "light" +} +// entity 3103 +{ +"targetname" "Light_t62" +"origin" "6944 3070 2156" +"classname" "info_null" +} +// entity 3104 +{ +"scale" "1" +"shader" "light/noise_simple_128" +"spot_angle" "40" +"target" "Light_t63" +"light" "120" +"origin" "6944 3440 2098" +"classname" "light" +} +// entity 3105 +{ +"targetname" "Light_t63" +"origin" "6944 3440 2156" +"classname" "info_null" +} +// entity 3106 +{ +"scale" "0.5" +"shader" "light/noise_simple_128" +"spot_angle" "35" +"target" "Light_t64" +"light" "200" +"origin" "6944 3238 2130" +"classname" "light" +} +// entity 3107 +{ +"targetname" "Light_t64" +"origin" "6944 3238 2054" +"classname" "info_null" +} +// entity 3108 +{ +"scale" "1" +"shader" "light/noise_simple_128" +"spot_angle" "40" +"target" "Light_t65" +"light" "120" +"origin" "6944 3256 2098" +"classname" "light" +} +// entity 3109 +{ +"targetname" "Light_t65" +"origin" "6944 3256 2156" +"classname" "info_null" +} +// entity 3110 +{ +"scale" "0.5" +"shader" "light/noise_simple_128" +"spot_angle" "35" +"target" "Light_t66" +"light" "200" +"origin" "6944 3052 2130" +"classname" "light" +} +// entity 3111 +{ +"targetname" "Light_t66" +"origin" "6944 3052 2054" +"classname" "info_null" +} +// entity 3112 +{ +"scale" "0.5" +"shader" "light/noise_simple_128" +"spot_angle" "45" +"target" "Light_t67" +"light" "200" +"origin" "6944 3422 2130" +"classname" "light" +} +// entity 3113 +{ +"targetname" "Light_t67" +"origin" "6944 3422 2054" +"classname" "info_null" +} +// entity 3114 +{ +"scale" "0.5" +"spot_angle" "45" +"light" "80" +"shader" "light/noise_simple_128" +"target" "Light_t68" +"origin" "6854 3264 2008" +"classname" "light" +} +// entity 3115 +{ +"origin" "6944 3342 2114" +"targetname" "Light_t68" +"classname" "info_null" +} +// entity 3116 +{ +"light" "90" +"origin" "6756 3450 2036" +"classname" "light" +} +// entity 3117 +{ +"light" "40" +"origin" "7016 3460 2220" +"classname" "light" +} +// entity 3118 +{ +"light" "40" +"origin" "7012 3170 2220" +"classname" "light" +} +// entity 3119 +{ +"light" "75" +"origin" "7016 2950 2220" +"classname" "light" +} +// entity 3120 +{ +"shader" "light/noise_simple_128" +"light" "50" +"origin" "7136 3458 2054" +"classname" "light" +} +// entity 3121 +{ +"shader" "light/noise_simple_128" +"light" "50" +"origin" "7136 3192 2054" +"classname" "light" +} +// entity 3122 +{ +"shader" "light/noise_simple_128" +"light" "50" +"origin" "7134 2944 2054" +"classname" "light" +} +// entity 3123 +{ +"spot_angle" "30" +"light" "350" +"shader" "light/prjct_rails_7V_2H_128" +"target" "Light_t69" +"origin" "7058 3376 1932" +"classname" "light" +} +// entity 3124 +{ +"origin" "6984 3228 1974" +"targetname" "Light_t69" +"classname" "info_null" +} +// entity 3125 +{ +"scale" "0.5" +"shader" "light/noise_simple_128" +"spot_angle" "35" +"target" "Light_t70" +"light" "300" +"origin" "6804 3382 2088" +"classname" "light" +} +// entity 3126 +{ +"targetname" "Light_t70" +"origin" "6804 3382 2148" +"classname" "info_null" +} +// entity 3127 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t71" +"light" "200" +"origin" "6944 3500 1968" +"classname" "light" +} +// entity 3128 +{ +"targetname" "Light_t71" +"origin" "6876 3466 1948" +"classname" "info_null" +} +// entity 3129 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t72" +"light" "200" +"origin" "6968 3500 1968" +"classname" "light" +} +// entity 3130 +{ +"targetname" "Light_t72" +"origin" "7032 3466 1948" +"classname" "info_null" +} +// entity 3131 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t73" +"light" "200" +"origin" "7012 3252 1968" +"classname" "light" +} +// entity 3132 +{ +"targetname" "Light_t73" +"origin" "7072 3196 1934" +"classname" "info_null" +} +// entity 3133 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t74" +"light" "200" +"origin" "7012 3114 1968" +"classname" "light" +} +// entity 3134 +{ +"targetname" "Light_t74" +"origin" "7072 3174 1934" +"classname" "info_null" +} +// entity 3135 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t75" +"light" "200" +"origin" "7012 3026 1968" +"classname" "light" +} +// entity 3136 +{ +"targetname" "Light_t75" +"origin" "7072 2970 1934" +"classname" "info_null" +} +// entity 3137 +{ +"spot_angle" "40" +"spawnflags" "16" +"target" "Light_t76" +"light" "200" +"origin" "7012 2888 1968" +"classname" "light" +} +// entity 3138 +{ +"targetname" "Light_t76" +"origin" "7072 2948 1934" +"classname" "info_null" +} +// entity 3139 +{ +"light" "40" +"origin" "6874 3460 2220" +"classname" "light" +} +// entity 3140 +{ +"light" "40" +"origin" "6870 3170 2220" +"classname" "light" +} +// entity 3141 +{ +"light" "40" +"origin" "6874 2950 2220" +"classname" "light" +} +// entity 3142 +{ +"overbright_range" "0.05" +"origin" "4868 3624 2778" +"light" "3575" +"classname" "light" +} +// entity 3143 +{ +"overbright_range" "0.05" +"origin" "3908 4624 2778" +"light" "3575" +"classname" "light" +} +// entity 3144 +{ +"overbright_range" "0.05" +"origin" "6188 2352 2778" +"light" "8000" +"classname" "light" +} +// entity 3145 +{ +"overbright_range" "0.05" +"origin" "6692 6776 2778" +"light" "8000" +"classname" "light" +} +// entity 3146 +{ +"overbright_range" "0.05" +"origin" "7236 4296 2778" +"light" "8000" +"classname" "light" +} +// entity 3147 +{ +"overbright_range" "0.05" +"origin" "5292 5040 2778" +"light" "5200" +"classname" "light" +} +// entity 3148 +{ +"overbright_range" "0.05" +"origin" "5716 3920 2778" +"light" "1500" +"classname" "light" +} +// entity 3149 +{ +"overbright_range" "0.05" +"origin" "2724 4624 2730" +"light" "3120" +"classname" "light" +} +// entity 3150 +{ +"overbright_range" "0.05" +"origin" "1732 4880 2730" +"light" "1560" +"classname" "light" +} +// entity 3151 +{ +"overbright_range" "0.05" +"origin" "924 4520 2730" +"light" "900" +"classname" "light" +} +// entity 3152 +{ +"overbright_range" "0.05" +"origin" "308 4928 2730" +"light" "600" +"classname" "light" +} +// entity 3153 +{ +"overbright_range" "0.05" +"origin" "-132 5392 2730" +"light" "450" +"classname" "light" +} +// entity 3154 +{ +"overbright_range" "0.05" +"origin" "-540 5624 2730" +"light" "300" +"classname" "light" +} +// entity 3155 +{ +"origin" "2504 1248 1032" +"overbright_range" "0.01" +"light" "77" +"classname" "light" +} +// entity 3156 +{ +"origin" "2448 1536 1032" +"overbright_range" "0.01" +"light" "45" +"classname" "light" +} +// entity 3157 +{ +"origin" "2080 1424 1032" +"overbright_range" "0.01" +"light" "10" +"classname" "light" +} +// entity 3158 +{ +"origin" "2896 1312 1384" +"overbright_range" "0.01" +"light" "60" +"classname" "light" +} +// entity 3159 +{ +"origin" "-4728 5896 1624" +"overbright_range" "0.01" +"light" "15" +"classname" "light" +} +// entity 3160 +{ +"origin" "-1600 -3888 640" +"overbright_range" "0.01" +"light" "15" +"classname" "light" +} +// entity 3161 +{ +"overbright_range" "0.05" +"origin" "-380 6200 2730" +"light" "300" +"classname" "light" +} +// entity 3162 +{ +"overbright_range" "0.05" +"origin" "260 5960 2730" +"light" "450" +"classname" "light" +} +// entity 3163 +{ +"overbright_range" "0.05" +"origin" "724 5576 2730" +"light" "600" +"classname" "light" +} +// entity 3164 +{ +"overbright_range" "0.05" +"origin" "1228 5440 2730" +"light" "900" +"classname" "light" +} +// entity 3165 +{ +"light" "200" +"target" "Light_t77" +"origin" "3376 4512 1864" +"overbright_range" "0.01" +"classname" "light" +} +// entity 3166 +{ +"origin" "3556 4604 1908" +"targetname" "Light_t77" +"classname" "info_null" +} +// entity 3167 +{ +"overbright_range" "0.1" +"light" "150" +"origin" "6814 5734 2012" +"classname" "light" +} +// entity 3168 +{ +"light" "200" +"target" "Light_t78" +"origin" "6480 3816 1928" +"overbright_range" "0.01" +"classname" "light" +} +// entity 3169 +{ +"origin" "6444 4004 1932" +"targetname" "Light_t78" +"classname" "info_null" +} +// entity 3170 +{ +"light" "20" +"overbright_range" "0.01" +"origin" "6080 3716 1976" +"classname" "light" +} +// entity 3171 +{ +"light" "5" +"overbright_range" "0.01" +"origin" "5792 3564 1976" +"classname" "light" +} +// entity 3172 +{ +"light" "5" +"overbright_range" "0.01" +"origin" "5968 3572 1976" +"classname" "light" +} +// entity 3173 +{ +"light" "5" +"overbright_range" "0.01" +"origin" "5960 3340 1976" +"classname" "light" +} +// entity 3174 +{ +"light" "5" +"overbright_range" "0.01" +"origin" "5800 3348 1976" +"classname" "light" +} +// entity 3175 +{ +"overbright_range" "0.01" +"light" "7" +"origin" "6568 5234 2114" +"classname" "light" +} +// entity 3176 +{ +"overbright_range" "0.01" +"light" "3" +"origin" "6712 4938 1962" +"classname" "light" +} +// entity 3177 +{ +"overbright_range" "0.01" +"light" "7" +"origin" "6960 5434 1980" +"classname" "light" +} +// entity 3178 +{ +"light" "5" +"overbright_range" "0.01" +"origin" "6280 4356 1928" +"classname" "light" +} +// entity 3179 +{ +"light" "5" +"overbright_range" "0.01" +"origin" "6184 4236 1928" +"classname" "light" +} +// entity 3180 +{ +"light" "5" +"overbright_range" "0.01" +"origin" "6288 4180 1928" +"classname" "light" +} +// entity 3181 +{ +"light" "5" +"overbright_range" "0.01" +"origin" "6056 4372 1928" +"classname" "light" +} +// entity 3182 +{ +"light" "5" +"overbright_range" "0.01" +"origin" "7000 4644 1928" +"classname" "light" +} +// entity 3183 +{ +"overbright_range" "0.01" +"light" "10" +"origin" "6152 4986 1978" +"classname" "light" +} +// entity 3184 +{ +"origin" "2904 1304 1168" +"overbright_range" "0.01" +"light" "70" +"classname" "light" +} +// entity 3185 +{ +"shader" "light/window_boarded_128" +"light" "450" +"target" "Light_t79" +"origin" "5920 5026 2014" +"classname" "light" +} +// entity 3186 +{ +"origin" "5994 5026 1922" +"targetname" "Light_t79" +"classname" "info_null" +} +// entity 3187 +{ +"overbright_range" ".01" +"spawnflags" "0" +"light" "30" +"origin" "5984 5020 1972" +"classname" "light" +} +// entity 3188 +{ +"overbright_range" "2" +"spawnflags" "0" +"light" "10" +"origin" "5920 5020 1996" +"classname" "light" +} +// entity 3189 +{ +"overbright_range" "0.1" +"light" "12" +"origin" "6368 4496 2184" +"classname" "light" +} +// entity 3190 +{ +"target" "Light_t80" +"shader" "light/door_light_128" +"spot_angle" "60" +"light" "30" +"origin" "6304 5384 2152" +"classname" "light" +} +// entity 3191 +{ +"targetname" "Light_t80" +"origin" "6304 5384 2098" +"classname" "info_null" +} +// entity 3192 +{ +"_color" "1.000000 0.945098 0.784314" +"spot_angle" "30" +"light" "120" +"target" "Light_t81" +"origin" "6554 4718 2188" +"classname" "light" +} +// entity 3193 +{ +"origin" "6430 4716 2126" +"targetname" "Light_t81" +"classname" "info_null" +} +// entity 3194 +{ +"_color" "1.000000 0.945098 0.784314" +"overbright_range" "0.59" +"light" "65" +"target" "Light_t82" +"origin" "6144 4640 2020" +"classname" "light" +} +// entity 3195 +{ +"_color" "1.000000 0.945098 0.784314" +"light" "50" +"target" "Light_t83" +"origin" "6316 4772 2017" +"classname" "light" +} +// entity 3196 +{ +"_color" "1.000000 0.945098 0.784314" +"light" "40" +"target" "Light_t84" +"origin" "6400 4640 2008" +"classname" "light" +} +// entity 3197 +{ +"light" "90" +"origin" "6872 5496 2196" +"classname" "light" +} +// entity 3198 +{ +"overbright_range" ".6" +"light" "80" +"target" "Light_t85" +"origin" "6798 4918 2016" +"classname" "light" +} +// entity 3199 +{ +"overbright_range" "0.67" +"light" "90" +"target" "Light_t86" +"origin" "6240 4608 2180" +"classname" "light" +} +// entity 3200 +{ +"light" "40" +"origin" "6872 4930 2170" +"classname" "light" +} +// entity 3201 +{ +"scale" "1" +"light" "90" +"origin" "6568 5354 2170" +"classname" "light" +} +// entity 3202 +{ +"light" "60" +"origin" "6240 5330 2170" +"classname" "light" +} +// entity 3203 +{ +"light" "60" +"origin" "6248 4818 2170" +"classname" "light" +} +// entity 3204 +{ +"scale" "1" +"light" "40" +"origin" "6544 4802 2170" +"classname" "light" +} +// entity 3205 +{ +"falloff" ".5" +"spawnflags" "1" +"overbright_range" "0.01" +"light" "40" +"origin" "6872 5090 2170" +"classname" "light" +} +// entity 3206 +{ +"light" "40" +"origin" "6872 5314 2170" +"classname" "light" +} +// entity 3207 +{ +"angle" "90" +"_color" "1.000000 0.945098 0.784314" +"light" "50" +"target" "Light_t87" +"origin" "6399 4524 2017" +"classname" "light" +} +// entity 3208 +{ +"_color" "1.000000 0.945098 0.784314" +"light" "50" +"target" "Light_t88" +"origin" "6520 4712 2197" +"classname" "light" +} +// entity 3209 +{ +"overbright_range" "0.01" +"origin" "7268 5112 1986" +"light" "500" +"classname" "light" +} +// entity 3210 +{ +"overbright_range" "0.01" +"origin" "7076 6064 1986" +"light" "500" +"classname" "light" +} +// entity 3211 +{ +"overbright_range" "0.01" +"origin" "7196 5608 1986" +"light" "500" +"classname" "light" +} +// entity 3212 +{ +"overbright_range" "0.01" +"origin" "7428 3544 1986" +"light" "500" +"classname" "light" +} +// entity 3213 +{ +"overbright_range" "0.01" +"origin" "7436 3016 1986" +"light" "500" +"classname" "light" +} +// entity 3214 +{ +"overbright_range" "0.01" +"origin" "7180 2560 1986" +"light" "500" +"classname" "light" +} +// entity 3215 +{ +"overbright_range" "0.01" +"origin" "6812 2536 1986" +"light" "500" +"classname" "light" +} +// entity 3216 +{ +"overbright_range" "0.01" +"origin" "6500 2320 1986" +"light" "500" +"classname" "light" +} +// entity 3217 +{ +"overbright_range" "0.01" +"origin" "6012 2352 1986" +"light" "500" +"classname" "light" +} +// entity 3218 +{ +"overbright_range" "0.01" +"origin" "-3100 3720 2330" +"light" "3000" +"classname" "light" +} +// entity 3219 +{ +"overbright_range" "0.01" +"origin" "-3692 2776 2330" +"light" "3000" +"classname" "light" +} +// entity 3220 +{ +"overbright_range" "0.01" +"origin" "-3252 1584 2330" +"light" "3000" +"classname" "light" +} +// entity 3221 +{ +"overbright_range" "0.01" +"origin" "-2124 1320 2330" +"light" "3000" +"classname" "light" +} +// entity 3222 +{ +"overbright_range" "0.01" +"origin" "-1868 3840 2330" +"light" "3000" +"classname" "light" +} +// entity 3223 +{ +"overbright_range" "0.01" +"origin" "-588 3704 2330" +"light" "3000" +"classname" "light" +} +// entity 3224 +{ +"overbright_range" "0.01" +"origin" "524 4152 2330" +"light" "3000" +"classname" "light" +} +// entity 3225 +{ +"overbright_range" "0.01" +"origin" "1788 3968 2330" +"light" "3000" +"classname" "light" +} +// entity 3226 +{ +"overbright_range" "0.01" +"origin" "3108 5784 2330" +"light" "3000" +"classname" "light" +} +// entity 3227 +{ +"overbright_range" "0.01" +"origin" "2044 5936 2330" +"light" "3000" +"classname" "light" +} +// entity 3228 +{ +"overbright_range" "0.01" +"origin" "996 6488 2330" +"light" "3000" +"classname" "light" +} +// entity 3229 +{ +"overbright_range" "0.01" +"origin" "-92 7160 2330" +"light" "3000" +"classname" "light" +} +// entity 3230 +{ +"overbright_range" "0.01" +"light" "15" +"origin" "5920 3480 2024" +"classname" "light" +} +// entity 3231 +{ +"overbright_range" "0.01" +"light" "3" +"origin" "5936 3472 1924" +"classname" "light" +} +// entity 3232 +{ +"overbright_range" "0.01" +"origin" "5796 5444 1986" +"light" "150" +"classname" "light" +} +// entity 3233 +{ +"overbright_range" "0.01" +"origin" "5256 5468 1986" +"light" "228" +"classname" "light" +} +// entity 3234 +{ +"overbright_range" "0.01" +"origin" "5828 5868 1986" +"light" "150" +"classname" "light" +} +// entity 3235 +{ +"overbright_range" "0.01" +"origin" "6276 6036 1986" +"light" "150" +"classname" "light" +} +// entity 3236 +{ +"overbright_range" "0.01" +"origin" "5948 5316 1986" +"light" "60" +"classname" "light" +} +// entity 3237 +{ +"light" "6" +"overbright_range" "0.01" +"origin" "6628 3354 1976" +"classname" "light" +} +// entity 3238 +{ +"light" "6" +"overbright_range" "0.01" +"origin" "6628 3262 1976" +"classname" "light" +} +// entity 3239 +{ +"light" "6" +"overbright_range" "0.01" +"origin" "6628 3174 1976" +"classname" "light" +} +// entity 3240 +{ +"light" "6" +"overbright_range" "0.01" +"origin" "6628 3094 1976" +"classname" "light" +} +// entity 3241 +{ +"light" "6" +"overbright_range" "0.01" +"origin" "6626 3012 1976" +"classname" "light" +} +// entity 3242 +{ +"light" "6" +"overbright_range" "0.01" +"origin" "6624 2924 1976" +"classname" "light" +} +// entity 3243 +{ +"light" "6" +"overbright_range" "0.01" +"origin" "6622 2832 1976" +"classname" "light" +} +// entity 3244 +{ +"overbright_range" "0.01" +"origin" "-828 5016 2330" +"light" "3000" +"classname" "light" +} +// entity 3245 +{ +"overbright_range" "0.01" +"origin" "-1884 5168 2330" +"light" "3000" +"classname" "light" +} +// entity 3246 +{ +"overbright_range" "0.01" +"origin" "-1380 6840 2330" +"light" "3000" +"classname" "light" +} +// entity 3247 +{ +"overbright_range" "0.01" +"origin" "-2564 6808 2330" +"light" "1500" +"classname" "light" +} +// entity 3248 +{ +"overbright_range" "0.01" +"origin" "-3708 6768 2330" +"light" "1500" +"classname" "light" +} +// entity 3249 +{ +"overbright_range" "0.01" +"origin" "-2972 4888 2330" +"light" "1500" +"classname" "light" +} +// entity 3250 +{ +"overbright_range" "0.01" +"origin" "-3828 4808 2330" +"light" "1000" +"classname" "light" +} +// entity 3251 +{ +"overbright_range" "0.01" +"origin" "-4716 6304 2330" +"light" "1000" +"classname" "light" +} +// entity 3252 +{ +"target" "t10092" +"origin" "2178 4745 1917" +"classname" "info_pathnode" +} +// entity 3253 +{ +"origin" "2016 4681 1901" +"classname" "info_pathnode" +} +// entity 3254 +{ +"$targetname" "supplytruck_mask" +"classname" "script_object" +// brush 0 +{ +( 6340 2708 161 ) ( 6340 2602 161 ) ( 6284 2602 161 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6274 2613 160 ) ( 6344 2613 160 ) ( 6344 2613 40 ) common/glassclip -4 -32 0.00 1 1 536870912 4194464 0 +( 6343 2697 160 ) ( 6273 2697 160 ) ( 6273 2697 40 ) common/glassclip -4 -32 0.00 1 1 536870912 4194464 0 +( 6286 2708 135 ) ( 6286 2602 135 ) ( 6287 2602 71 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6334 2613 161 ) ( 6338 2697 147.500000 ) ( 6342 2613 134 ) common/glassclip -12 -32 0.00 1 1 536870912 4194464 0 +( 6344 2613 134 ) ( 6343.500000 2697 134 ) ( 6343 2613 134 ) common/glassclip -4 12 0.00 1 1 536870912 4194464 0 +} +// brush 1 +{ +( 6287 2708 71 ) ( 6287 2602 71 ) ( 6343 2602 71 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6274 2613 160 ) ( 6344 2613 160 ) ( 6344 2613 40 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6342 2602 135 ) ( 6342 2708 135 ) ( 6343 2708 71 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2697 160 ) ( 6273 2697 160 ) ( 6273 2697 40 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6286 2708 135 ) ( 6286 2602 135 ) ( 6287 2602 71 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6334 2613 161 ) ( 6338 2697 147.500000 ) ( 6342 2613 134 ) common/glassclip -12 -32 0.00 1 1 536870912 4194464 0 +( 6343.500000 2697 134 ) ( 6344 2613 134 ) ( 6343 2613 134 ) common/glassclip -4 12 0.00 1 1 536870912 4194464 0 +} +// brush 2 +{ +( 6221 2682 75 ) ( 6109 2682 75 ) ( 6109 2628 75 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6108 2628 100 ) ( 6108 2682 100 ) ( 6220 2682 100 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6107 2628 106 ) ( 6219 2628 106 ) ( 6219 2628 64 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6286 2628 107 ) ( 6286 2682 107 ) ( 6286 2682 65 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6219 2682 106 ) ( 6107 2682 106 ) ( 6107 2682 64 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6107 2682 106 ) ( 6107 2628 106 ) ( 6107 2628 64 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +} +// brush 3 +{ +( 6254 2658 40 ) ( 6250 2658 40 ) ( 6250 2654 40 ) common/origin -28 28 0.00 1 1 16777216 2176 0 +( 6253 2654 42 ) ( 6253 2658 42 ) ( 6257 2658 42 ) common/origin -28 28 0.00 1 1 16777216 2176 0 +( 6250 2654 106 ) ( 6254 2654 106 ) ( 6254 2654 40 ) common/origin -28 -32 0.00 1 1 16777216 2176 0 +( 6254 2654 106 ) ( 6254 2658 106 ) ( 6254 2658 40 ) common/origin -28 -32 0.00 1 1 16777216 2176 0 +( 6254 2658 106 ) ( 6250 2658 106 ) ( 6250 2658 40 ) common/origin -28 -32 0.00 1 1 16777216 2176 0 +( 6250 2658 106 ) ( 6250 2654 106 ) ( 6250 2654 40 ) common/origin -28 -32 0.00 1 1 16777216 2176 0 +} +// brush 4 +{ +( 6253 2710 97 ) ( 6091 2710 97 ) ( 6091 2599 97 ) common/woodclip -4 12 0.00 1 1 536870912 16544 0 +( 6091 2599 100 ) ( 6091 2710 100 ) ( 6253 2710 100 ) common/woodclip -4 12 0.00 1 1 536870912 16544 0 +( 6091 2599 156 ) ( 6253 2599 156 ) ( 6253 2599 97 ) common/woodclip -4 -32 0.00 1 1 536870912 16544 0 +( 6285 2604 156 ) ( 6285 2715 156 ) ( 6285 2715 97 ) common/woodclip -12 -32 0.00 1 1 536870912 16544 0 +( 6253 2710 156 ) ( 6091 2710 156 ) ( 6091 2710 97 ) common/woodclip -4 -32 0.00 1 1 536870912 16544 0 +( 6091 2710 156 ) ( 6091 2599 156 ) ( 6091 2599 97 ) common/woodclip -12 -32 0.00 1 1 536870912 16544 0 +} +// brush 5 +{ +( 6285 2707 99 ) ( 6283 2707 99 ) ( 6283 2602 99 ) common/woodclip -4 12 0.00 1 1 536870912 16544 0 +( 6283 2602 158 ) ( 6283 2707 158 ) ( 6285 2707 158 ) common/woodclip -4 12 0.00 1 1 536870912 16544 0 +( 6283 2602 158 ) ( 6285 2602 158 ) ( 6285 2602 99 ) common/woodclip -4 -32 0.00 1 1 536870912 16544 0 +( 6284 2601 158 ) ( 6284 2706 158 ) ( 6284 2706 99 ) common/woodclip -12 -32 0.00 1 1 536870912 16544 0 +( 6285 2707 158 ) ( 6283 2707 158 ) ( 6283 2707 99 ) common/woodclip -4 -32 0.00 1 1 536870912 16544 0 +( 6283 2707 158 ) ( 6283 2602 158 ) ( 6283 2602 99 ) common/woodclip -12 -32 0.00 1 1 536870912 16544 0 +} +// brush 6 +{ +( 6101 2603 99 ) ( 6093 2603 99 ) ( 6093 2598 99 ) common/woodclip -4 12 0.00 1 1 536870912 16544 0 +( 6094 2598 158 ) ( 6094 2603 158 ) ( 6102 2603 158 ) common/woodclip -4 12 0.00 1 1 536870912 16544 0 +( 6093 2599 124 ) ( 6101 2599 124 ) ( 6101 2599 99 ) common/woodclip -4 -32 0.00 1 1 536870912 16544 0 +( 6286 2600 124 ) ( 6286 2605 124 ) ( 6286 2605 99 ) common/woodclip -12 -32 0.00 1 1 536870912 16544 0 +( 6190 2602 124 ) ( 6182 2602 124 ) ( 6182 2602 99 ) common/woodclip -4 -32 0.00 1 1 536870912 16544 0 +( 6092 2603 124 ) ( 6092 2598 124 ) ( 6092 2598 99 ) common/woodclip -12 -32 0.00 1 1 536870912 16544 0 +} +// brush 7 +{ +( 6101 2711 99 ) ( 6093 2711 99 ) ( 6093 2706 99 ) common/woodclip -4 12 0.00 1 1 536870912 16544 0 +( 6094 2706 158 ) ( 6094 2711 158 ) ( 6102 2711 158 ) common/woodclip -4 12 0.00 1 1 536870912 16544 0 +( 6093 2707 124 ) ( 6101 2707 124 ) ( 6101 2707 99 ) common/woodclip -4 -32 0.00 1 1 536870912 16544 0 +( 6286 2708 124 ) ( 6286 2713 124 ) ( 6286 2713 99 ) common/woodclip -12 -32 0.00 1 1 536870912 16544 0 +( 6190 2710 124 ) ( 6182 2710 124 ) ( 6182 2710 99 ) common/woodclip -4 -32 0.00 1 1 536870912 16544 0 +( 6092 2711 124 ) ( 6092 2706 124 ) ( 6092 2706 99 ) common/woodclip -12 -32 0.00 1 1 536870912 16544 0 +} +// brush 8 +{ +( 6413 2779 64 ) ( 6343 2779 64 ) ( 6343 2673 64 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6413 2781 106 ) ( 6413 2674 106 ) ( 6343 2674 106 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6343 2622 130 ) ( 6413 2622 128 ) ( 6413 2622 40 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6413 2674 131 ) ( 6413 2781 131 ) ( 6413 2780 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6413 2695 126 ) ( 6343 2695 128 ) ( 6343 2694 38 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2780 131 ) ( 6343 2674 131 ) ( 6343 2674 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +} +// brush 9 +{ +( 6413 2797 41 ) ( 6343 2797 41 ) ( 6343 2691 41 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6413 2798 106 ) ( 6413 2691 106 ) ( 6343 2691 106 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6343 2694 131 ) ( 6413 2694 129 ) ( 6413 2694 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6413 2691 131 ) ( 6413 2798 131 ) ( 6413 2797 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6413 2712 126 ) ( 6343 2712 128 ) ( 6343 2711 38 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2797 131 ) ( 6343 2691 131 ) ( 6343 2691 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +} +// brush 10 +{ +( 6202 2804 41 ) ( 6136 2804 41 ) ( 6136 2729 41 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6135 2729 99 ) ( 6135 2804 99 ) ( 6201 2804 99 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6136 2684 73 ) ( 6202 2684 73 ) ( 6202 2684 72 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6201 2729 73 ) ( 6201 2804 73 ) ( 6201 2804 72 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6201 2713 74 ) ( 6135 2713 74 ) ( 6135 2713 73 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6135 2804 73 ) ( 6135 2729 73 ) ( 6135 2729 72 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +} +// brush 11 +{ +( 6202 2714 41 ) ( 6136 2714 41 ) ( 6136 2639 41 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6135 2639 99 ) ( 6135 2714 99 ) ( 6201 2714 99 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6136 2594 73 ) ( 6202 2594 73 ) ( 6202 2594 72 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6201 2639 73 ) ( 6201 2714 73 ) ( 6201 2714 72 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6201 2623 74 ) ( 6135 2623 74 ) ( 6135 2623 73 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6135 2714 73 ) ( 6135 2639 73 ) ( 6135 2639 72 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +} +// brush 12 +{ +( 6343 2613 72 ) ( 6291 2613 72 ) ( 6291 2602 72 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6291 2602 73 ) ( 6291 2613 73 ) ( 6343 2613 73 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6291 2602 106 ) ( 6343 2602 106 ) ( 6343 2602 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2602 106 ) ( 6343 2613 106 ) ( 6343 2613 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2613 106 ) ( 6291 2613 106 ) ( 6291 2613 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6291 2613 106 ) ( 6291 2602 106 ) ( 6291 2602 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +} +// brush 13 +{ +( 6343 2708 72 ) ( 6291 2708 72 ) ( 6291 2697 72 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6291 2697 73 ) ( 6291 2708 73 ) ( 6343 2708 73 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6291 2697 106 ) ( 6343 2697 106 ) ( 6343 2697 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2697 106 ) ( 6343 2708 106 ) ( 6343 2708 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2708 106 ) ( 6291 2708 106 ) ( 6291 2708 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6291 2708 106 ) ( 6291 2697 106 ) ( 6291 2697 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +} +// brush 14 +{ +( 6410 2602 106 ) ( 6410 2708 106 ) ( 6343 2708 106 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6343 2602 130 ) ( 6343 2708 130 ) ( 6408 2708 128 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6408 2639 128 ) ( 6410 2639 106 ) ( 6343 2620 106 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6408 2671 128 ) ( 6410 2671 106 ) ( 6410 2639 106 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2690 130 ) ( 6343 2691 106 ) ( 6410 2671 106 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2691 106 ) ( 6343 2690 130 ) ( 6343 2621 130 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +} +// brush 15 +{ +( 6413 2708 41 ) ( 6343 2708 41 ) ( 6343 2602 41 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6413 2709 106 ) ( 6413 2602 106 ) ( 6343 2602 106 ) common/tankclip -28 28 0.00 1 1 983040 34976 0 +( 6343 2605 131 ) ( 6413 2605 129 ) ( 6413 2605 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6413 2602 131 ) ( 6413 2709 131 ) ( 6413 2708 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6413 2623 126 ) ( 6343 2623 128 ) ( 6343 2622 38 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +( 6343 2708 131 ) ( 6343 2602 131 ) ( 6343 2602 41 ) common/tankclip -28 -32 0.00 1 1 983040 34976 0 +} +} +// entity 3255 +{ +"origin" "-2284 -639 1259" +"classname" "info_pathnode" +} +// entity 3256 +{ +"origin" "-2300 -543 1227" +"classname" "info_pathnode" +} +// entity 3257 +{ +"origin" "-2810 -523 1167" +"classname" "info_pathnode" +} +// entity 3258 +{ +"origin" "-2978 -638 1174" +"classname" "info_pathnode" +} +// entity 3259 +{ +"origin" "-3138 -718 1158" +"classname" "info_pathnode" +} +// entity 3260 +{ +"origin" "-2887 -1049 1257" +"classname" "info_pathnode" +} +// entity 3261 +{ +"origin" "-3191 -1017 1241" +"classname" "info_pathnode" +} +// entity 3262 +{ +"origin" "-3255 -905 1161" +"classname" "info_pathnode" +} +// entity 3263 +{ +"origin" "-2850 -798 1222" +"classname" "info_pathnode" +} +// entity 3264 +{ +"origin" "-2722 -526 1110" +"classname" "info_pathnode" +} +// entity 3265 +{ +"origin" "-2429 -908 1262" +"classname" "info_pathnode" +} +// entity 3266 +{ +"origin" "-2506 -321 1155" +"classname" "info_pathnode" +} +// entity 3267 +{ +"origin" "-2730 -369 1155" +"classname" "info_pathnode" +} +// entity 3268 +{ +"spawnflags" "0" +"origin" "-904 -3992 376" +"classname" "info_pathnode" +} +// entity 3269 +{ +"spawnflags" "0" +"origin" "-744 -3896 392" +"classname" "info_pathnode" +} +// entity 3270 +{ +"spawnflags" "0" +"origin" "-584 -3800 424" +"classname" "info_pathnode" +} +// entity 3271 +{ +"spawnflags" "0" +"origin" "-360 -3752 424" +"classname" "info_pathnode" +} +// entity 3272 +{ +"spawnflags" "0" +"origin" "-600 -3576 472" +"classname" "info_pathnode" +} +// entity 3273 +{ +"spawnflags" "0" +"origin" "-488 -3816 424" +"classname" "info_pathnode" +} +// entity 3274 +{ +"spawnflags" "0" +"origin" "120 -3576 440" +"classname" "info_pathnode" +} +// entity 3275 +{ +"origin" "-1276 -4232 412" +"classname" "info_pathnode" +} +// entity 3276 +{ +"origin" "2538 -3194 594" +"classname" "info_pathnode" +} +// entity 3277 +{ +"target" "t10093" +"origin" "2544 1288 1008" +"classname" "info_pathnode" +} +// entity 3278 +{ +"target" "t10094" +"origin" "2472 1208 1008" +"classname" "info_pathnode" +} +// entity 3279 +{ +"spawnflags" "0" +"origin" "-828 -4264 376" +"classname" "info_pathnode" +} +// entity 3280 +{ +"spawnflags" "0" +"origin" "-556 -4036 384" +"classname" "info_pathnode" +} +// entity 3281 +{ +"spawnflags" "0" +"origin" "-212 -3872 392" +"classname" "info_pathnode" +} +// entity 3282 +{ +"origin" "332 -3088 560" +"classname" "info_pathnode" +} +// entity 3283 +{ +"origin" "0 -2760 696" +"classname" "info_pathnode" +} +// entity 3284 +{ +"origin" "-48 -2468 756" +"classname" "info_pathnode" +} +// entity 3285 +{ +"_color" "0.000000 0.000000 1.000000" +"$targetname" "squadhalt_2c" +"origin" "5331 5742 1973" +"classname" "info_pathnode" +} +// entity 3286 +{ +"origin" "4716 3904 1965" +"classname" "info_pathnode" +} +// entity 3287 +{ +"origin" "4852 3928 1965" +"classname" "info_pathnode" +} +// entity 3288 +{ +"origin" "4992 3956 1965" +"classname" "info_pathnode" +} +// entity 3289 +{ +"classname" "func_group" +// brush 0 +{ +( 1280 6528 736 ) ( 1280 7040 736 ) ( 768 7040 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 6528 2045 ) ( 768 7040 2203 ) ( 1280 7040 2183 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 7040 3488 ) ( 768 6528 3488 ) ( 768 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 1280 7040 736 ) ( 1280 7040 1433 ) ( 768 7040 1552 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 6527.999512 736 ) ( 768 6528 1435 ) ( 1280 7040 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 1 +{ +( 768 7040 736 ) ( 768 6528 736 ) ( 1280 6528 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1280 7040 2183 ) ( 1280 6528 2257 ) ( 768 6528 2045 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1280 7040 736 ) ( 1280 6528 736 ) ( 1280 6528 1671 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 6528 1675 ) ( 1280 6528 1675 ) ( 1280 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 6528 736 ) ( 1280 7040 736 ) ( 1280 7040 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 2 +{ +( 768 6016 736 ) ( 768 5504 736 ) ( 1280 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1280 6016 1863 ) ( 1280 5504 1855 ) ( 768 5504 1779 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1280 6016 736 ) ( 1280 5504 736 ) ( 1280 5504 1671 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 5504 1675 ) ( 1280 5504 1675 ) ( 1280 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 5504 736 ) ( 1280 6016 736 ) ( 1280 6016 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 3 +{ +( 768 6016 736 ) ( 1280 6016 736 ) ( 1280 6528 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 6528 2045 ) ( 1280 6528 2257 ) ( 1280 6016 1863 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1280 6528 736 ) ( 1280 6528 1487 ) ( 768 6528 1506 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 1280 6528 736 ) ( 1280 6016 736 ) ( 1280 6016 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 1280 6016 736 ) ( 767.999512 6528 736 ) ( 768 6528 1507 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 4 +{ +( 1280 6528 736 ) ( 768 6528 736 ) ( 768 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1280 6016 1863 ) ( 768 6016 1803 ) ( 768 6528 2045 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 6016 3488 ) ( 1280 6016 3488 ) ( 1280 6016 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 6527.999023 736 ) ( 768 6528 1507 ) ( 768 6016 1529 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 6527.999023 736 ) ( 1279.999023 6016 736 ) ( 1280 6016 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 5 +{ +( 1280 5504 736 ) ( 1280 6016 736 ) ( 768 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 5504 1779 ) ( 768 6016 1803 ) ( 1280 6016 1863 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 6016 3488 ) ( 768 5504 3488 ) ( 768 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 1280 6016 736 ) ( 1280 6016 1433 ) ( 768 6016 1552 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 5503.999512 736 ) ( 768 5504 1435 ) ( 1280 6016 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 6 +{ +( 768 4992 736 ) ( 1280 4992 736 ) ( 1280 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 5504 1779 ) ( 1280 5504 1855 ) ( 1280 4992 1665 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1280 5504 736 ) ( 1280 5504 1487 ) ( 768 5504 1506 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 1280 5504 736 ) ( 1280 4992 736 ) ( 1280 4992 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 1280 4992 736 ) ( 767.999512 5504 736 ) ( 768 5504 1507 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 7 +{ +( 1280 5504 736 ) ( 768 5504 736 ) ( 768 4992 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1280 4992 1665 ) ( 768 4992 1673 ) ( 768 5504 1779 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 4992 3488 ) ( 1280 4992 3488 ) ( 1280 4992 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 5503.999023 736 ) ( 768 5504 1507 ) ( 768 4992 1529 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 5503.999023 736 ) ( 1279.999023 4992 736 ) ( 1280 4992 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 8 +{ +( 768 7040 736 ) ( 256 7040 736 ) ( 256 6528 736 ) common/snowweaponclip 0 0 -90.00 1 1 537133056 67111089 0 +( 768 6528 2045 ) ( 256 6528 1795 ) ( 256 7040 2149 ) common/snowweaponclip 0 0 -90.00 1 1 537133056 67111089 0 +( 768 6528 736 ) ( 256 6528 736 ) ( 256 6528 1671 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 7040 1675 ) ( 256 6528 1675 ) ( 256 6528 736 ) common/snowweaponclip 0 -32 -180.00 1 -1 537133056 67111089 0 +( 256 7040 736 ) ( 768 6528 736 ) ( 768 6528 1451 ) common/snowweaponclip 0 -32 -180.00 1 -1 537133056 67111089 0 +} +// brush 9 +{ +( 256 6528 736 ) ( 768 6528 736 ) ( 768 7040 736 ) common/snowweaponclip 0 0 -90.00 1 1 537133056 67111089 0 +( 256 7040 2149 ) ( 768 7040 2203.000244 ) ( 768 6528 2045 ) common/snowweaponclip 0 0 -90.00 1 1 537133056 67111089 0 +( 768 7040 3488 ) ( 256 7040 3488 ) ( 256 7040 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 6528 736 ) ( 768 6528 1433 ) ( 768 7040 1552 ) common/snowweaponclip 0 -32 -180.00 1 -1 537133056 67111089 0 +( 256 7040 736 ) ( 256 7040 1435 ) ( 768 6528 1451 ) common/snowweaponclip 0 -32 -180.00 1 -1 537133056 67111089 0 +} +// brush 10 +{ +( -4864 4480 480 ) ( -4864 3968 480 ) ( -4352 3968 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 4480 1463 ) ( -4352 3968 1523 ) ( -4864 3968 1469 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 4480 480 ) ( -4352 3968 480 ) ( -4352 3968 1415 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 3968 1419 ) ( -4352 3968 1419 ) ( -4352 3968 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 3968 480 ) ( -4352 4480 480 ) ( -4352 4480 1195 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 11 +{ +( -4864 4480 480 ) ( -5376 4480 480 ) ( -5376 3968 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 3968 1469 ) ( -5376 3968 1351 ) ( -5376 4480 1363 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 3968 3232 ) ( -4864 3968 3232 ) ( -4864 3968 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 4480 1419 ) ( -5376 3968 1419 ) ( -5376 3968 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 4479.998047 480 ) ( -4864.001953 3968 480 ) ( -4864 3968 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 12 +{ +( -3840 4480 480 ) ( -4352 4480 480 ) ( -4352 3968 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -3840 3968 1497 ) ( -4352 3968 1523 ) ( -4352 4480 1463 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 3968 3232 ) ( -3840 3968 3232 ) ( -3840 3968 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 4479.998047 480 ) ( -4352 4480 1197 ) ( -4352 3968 1395 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 4479.997070 480 ) ( -3840.002930 3968 480 ) ( -3840 3968 1321 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 13 +{ +( -5376 3968 480 ) ( -4864 3968 480 ) ( -4864 4480 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 4480 1363 ) ( -4864 4480 1401 ) ( -4864 3968 1469 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 4480 3232 ) ( -5376 4480 3232 ) ( -5376 4480 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 4480 480 ) ( -4864 3968 480 ) ( -4864 3968 1179 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 3968 480 ) ( -5376 4480 480 ) ( -5376 4480 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 14 +{ +( -5888 4480 480 ) ( -5888 3968 480 ) ( -5376 3968 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 4480 1363 ) ( -5376 3968 1351 ) ( -5888 3968 1405 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 3968 3232 ) ( -5376 4480 3232 ) ( -5376 4480 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5888 3968 1419 ) ( -5376 3968 1419 ) ( -5376 3968 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 4480 480 ) ( -5376 4480 1183 ) ( -5888 3968 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 15 +{ +( -5376 3968 480 ) ( -5376 4480 480 ) ( -5888 4480 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5888 3968 1405 ) ( -5888 4480 1477 ) ( -5376 4480 1363 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5888 4480 3232 ) ( -5888 3968 3232 ) ( -5888 3968 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 4480 1419 ) ( -5888 4480 1419 ) ( -5888 4480 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5888 3968 480 ) ( -5888 3968 1183 ) ( -5376 4480 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 16 +{ +( -5376 4992 480 ) ( -5888 4992 480 ) ( -5888 4480 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 4480 1363 ) ( -5888 4480 1477 ) ( -5888 4992 1519 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5888 4480 3232 ) ( -5376 4480 3232 ) ( -5376 4480 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5888 4992 1419 ) ( -5888 4480 1419 ) ( -5888 4480 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5888 4991.999023 480 ) ( -5376.000977 4480 480 ) ( -5376 4480 1176 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 17 +{ +( -5888 4480 480 ) ( -5376 4480 480 ) ( -5376 4992 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5888 4992 1519 ) ( -5376 4992 1449 ) ( -5376 4480 1363 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 4992 3232 ) ( -5888 4992 3232 ) ( -5888 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 4992 480 ) ( -5376 4480 480 ) ( -5376 4480 1176 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5888.000977 4992 480 ) ( -5888 4992 1399 ) ( -5376 4480 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 18 +{ +( -4864 4480 480 ) ( -4864 4992 480 ) ( -5376 4992 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 4480 1363 ) ( -5376 4992 1449 ) ( -4864 4992 1343 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 4992 3232 ) ( -5376 4480 3232 ) ( -5376 4480 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 4992 480 ) ( -4864 4992 480 ) ( -4864 4992 1176 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 4480 480 ) ( -5376 4480 1399 ) ( -4864 4992 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 19 +{ +( -4864 5504 480 ) ( -5376 5504 480 ) ( -5376 4992 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 4992 1343 ) ( -5376 4992 1449 ) ( -5376 5504 1561 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 4992 3232 ) ( -4864 4992 3232 ) ( -4864 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 5504 1419 ) ( -5376 4992 1419 ) ( -5376 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 5503.998047 480 ) ( -4864.001953 4992 480 ) ( -4864 4992 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 20 +{ +( -5888 5504 480 ) ( -5888 4992 480 ) ( -5376 4992 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 5504 1561 ) ( -5376 4992 1449 ) ( -5888 4992 1519 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 4992 3232 ) ( -5376 5504 3232 ) ( -5376 5504 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5888 4992 1419 ) ( -5376 4992 1419 ) ( -5376 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 5504 480 ) ( -5376 5504 1183 ) ( -5888 4992 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 21 +{ +( -5376 4992 480 ) ( -5376 5504 480 ) ( -5888 5504 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5888 4992 1519 ) ( -5888 5504 1617 ) ( -5376 5504 1561 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5888 5504 3232 ) ( -5888 4992 3232 ) ( -5888 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 5504 1419 ) ( -5888 5504 1419 ) ( -5888 5504 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5888 4992 480 ) ( -5888 4992 1183 ) ( -5376 5504 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 22 +{ +( -5376 4992 480 ) ( -5376 4480 480 ) ( -4864 4480 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 4992 1343 ) ( -4864 4480 1401 ) ( -5376 4480 1363 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 4480 3232 ) ( -4864 4992 3232 ) ( -4864 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 4480 480 ) ( -5376 4480 480 ) ( -5376 4480 1179 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 4480 480 ) ( -4864 4992 480 ) ( -4864 4992 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 23 +{ +( -4352 4992 480 ) ( -4864 4992 480 ) ( -4864 4480 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 4480 1463 ) ( -4864 4480 1401 ) ( -4864 4992 1343 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 4480 3232 ) ( -4352 4480 3232 ) ( -4352 4480 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 4991.999023 480 ) ( -4864 4992 1251 ) ( -4864 4480 1273 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 4991.999023 480 ) ( -4352.000977 4480 480 ) ( -4352 4480 1176 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 24 +{ +( -4864 4480 480 ) ( -4352 4480 480 ) ( -4352 4992 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 4992 1343 ) ( -4352 4992 1391 ) ( -4352 4480 1463 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 4992 480 ) ( -4352 4992 1231 ) ( -4864 4992 1250 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 4992 480 ) ( -4352 4480 480 ) ( -4352 4480 1176 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 4480 480 ) ( -4864.000488 4992 480 ) ( -4864 4992 1251 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 25 +{ +( -4864 5504 480 ) ( -4864 4992 480 ) ( -4352 4992 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 5504 1475 ) ( -4352 4992 1391 ) ( -4864 4992 1343 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 5504 480 ) ( -4352 4992 480 ) ( -4352 4992 1415 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 4992 1419 ) ( -4352 4992 1419 ) ( -4352 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 4992 480 ) ( -4352 5504 480 ) ( -4352 5504 1195 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 26 +{ +( -4352 4992 480 ) ( -4352 5504 480 ) ( -4864 5504 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 4992 1343 ) ( -4864 5504 1447 ) ( -4352 5504 1475 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 5504 3232 ) ( -4864 4992 3232 ) ( -4864 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 5504 480 ) ( -4352 5504 1177 ) ( -4864 5504 1296 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 4991.999512 480 ) ( -4864 4992 1179 ) ( -4352 5504 1195 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 27 +{ +( -5376 4992 480 ) ( -4864 4992 480 ) ( -4864 5504 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 5504 1561 ) ( -4864 5504 1447 ) ( -4864 4992 1343 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 5504 3232 ) ( -5376 5504 3232 ) ( -5376 5504 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 5504 480 ) ( -4864 4992 480 ) ( -4864 4992 1179 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 4992 480 ) ( -5376 5504 480 ) ( -5376 5504 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 28 +{ +( -5376 6016 480 ) ( -5376 5504 480 ) ( -4864 5504 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 6016 1543 ) ( -4864 5504 1447 ) ( -5376 5504 1561 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 5504 3232 ) ( -4864 6016 3232 ) ( -4864 6016 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 5504 480 ) ( -5376 5504 480 ) ( -5376 5504 1179 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 5504 480 ) ( -4864 6016 480 ) ( -4864 6016 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 29 +{ +( -4352 6016 480 ) ( -4864 6016 480 ) ( -4864 5504 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 5504 1475 ) ( -4864 5504 1447 ) ( -4864 6016 1543 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 5504 3232 ) ( -4352 5504 3232 ) ( -4352 5504 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 6015.999023 480 ) ( -4864 6016 1251 ) ( -4864 5504 1273 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 6015.999023 480 ) ( -4352.000977 5504 480 ) ( -4352 5504 1176 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 30 +{ +( -4864 5504 480 ) ( -4352 5504 480 ) ( -4352 6016 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 6016 1543 ) ( -4352 6016 1513 ) ( -4352 5504 1475 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 6016 480 ) ( -4352 6016 1231 ) ( -4864 6016 1250 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 6016 480 ) ( -4352 5504 480 ) ( -4352 5504 1176 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 5504 480 ) ( -4864.000488 6016 480 ) ( -4864 6016 1251 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 31 +{ +( -4864 5504 480 ) ( -4864 6016 480 ) ( -5376 6016 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 5504 1561 ) ( -5376 6016 1657 ) ( -4864 6016 1543 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -5376 6016 3232 ) ( -5376 5504 3232 ) ( -5376 5504 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 6016 480 ) ( -4864 6016 480 ) ( -4864 6016 1176 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -5376 5504 480 ) ( -5376 5504 1399 ) ( -4864 6016 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 32 +{ +( -3840 5504 480 ) ( -4352 5504 480 ) ( -4352 4992 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -3840 4992 1537 ) ( -4352 4992 1391 ) ( -4352 5504 1475 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 4992 3232 ) ( -3840 4992 3232 ) ( -3840 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 5503.998047 480 ) ( -4352 5504 1197 ) ( -4352 4992 1395 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 5503.997070 480 ) ( -3840.002930 4992 480 ) ( -3840 4992 1321 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 33 +{ +( -3840 4480 480 ) ( -3840 4992 480 ) ( -4352 4992 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 4480 1463 ) ( -4352 4992 1391 ) ( -3840 4992 1537 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 4992 3232 ) ( -4352 4480 3232 ) ( -4352 4480 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 4992 480 ) ( -3840 4992 480 ) ( -3840 4992 1183 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -3840 4992 480 ) ( -4352 4480 480 ) ( -4352 4480 1195 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 34 +{ +( -4352 4992 480 ) ( -4352 4480 480 ) ( -3840 4480 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -3840 4992 1537 ) ( -3840 4480 1583 ) ( -4352 4480 1463 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -3840 4480 3232 ) ( -3840 4992 3232 ) ( -3840 4992 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 4480 480 ) ( -4352 4480 1197 ) ( -3840 4480 1243 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 4480 480 ) ( -3840 4992 480 ) ( -3840 4992 1177 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 35 +{ +( -4352 3968 480 ) ( -3840 3968 480 ) ( -3840 4480 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 4480 1463 ) ( -3840 4480 1583 ) ( -3840 3968 1497 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 4480 480 ) ( -3840 4480 480 ) ( -3840 4480 1241 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -3840 4480 480 ) ( -3840 3968 480 ) ( -3840 3968 1179 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 4480 480 ) ( -4352 4480 1197 ) ( -3840 3968 1294 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 36 +{ +( -4352 3968 480 ) ( -4352 4480 480 ) ( -4864 4480 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 3968 1469 ) ( -4864 4480 1401 ) ( -4352 4480 1463 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4864 4480 3232 ) ( -4864 3968 3232 ) ( -4864 3968 480 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 4480 480 ) ( -4352 4480 1177 ) ( -4864 4480 1296 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4864 3967.999512 480 ) ( -4864 3968 1179 ) ( -4352 4480 1195 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 37 +{ +( -4352 4992 480 ) ( -3840 4992 480 ) ( -3840 5504 480 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 5504 1475 ) ( -3840 5504 1395 ) ( -3840 4992 1537 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -4352 5504 480 ) ( -3840 5504 480 ) ( -3840 5504 1241 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -3840 5504 480 ) ( -3840 4992 480 ) ( -3840 4992 1179 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -4352 5504 480 ) ( -4352 5504 1197 ) ( -3840 4992 1294 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 38 +{ +( -768 6528 736 ) ( -768 7040 736 ) ( -1280 7040 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 6528 1781 ) ( -1280 7040 1801 ) ( -768 7040 1839 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 7040 3488 ) ( -1280 6528 3488 ) ( -1280 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 7040 1675 ) ( -1280 7040 1675 ) ( -1280 7040 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 6528 736 ) ( -1280 6528 1439 ) ( -768 7040 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 39 +{ +( -1280 7040 736 ) ( -1280 6528 736 ) ( -768 6528 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 7040 1839 ) ( -768 6528 1787 ) ( -1280 6528 1781 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 6528 3488 ) ( -768 7040 3488 ) ( -768 7040 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 6528 1675 ) ( -768 6528 1675 ) ( -768 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 7040 736 ) ( -768 7040 1439 ) ( -1280 6528 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 40 +{ +( -256 7040 736 ) ( -768 7040 736 ) ( -768 6528 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 6528 1805 ) ( -768 6528 1787 ) ( -768 7040 1839 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 6528 3488 ) ( -256 6528 3488 ) ( -256 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 7040 1675 ) ( -768 6528 1675 ) ( -768 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 7039.998047 736 ) ( -256.001953 6528 736 ) ( -256 6528 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 41 +{ +( -768 6528 736 ) ( -256 6528 736 ) ( -256 7040 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 7040 1839 ) ( -256 7040 1803 ) ( -256 6528 1805 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 7040 3488 ) ( -768 7040 3488 ) ( -768 7040 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 7040 736 ) ( -256 6528 736 ) ( -256 6528 1435 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 6528 736 ) ( -768 7040 736 ) ( -768 7040 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 42 +{ +( 256 6528 736 ) ( 256 7040 736 ) ( -256 7040 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 6528 1805 ) ( -256 7040 1803 ) ( 256 7040 2149 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 7040 3488 ) ( -256 6528 3488 ) ( -256 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 7040 736 ) ( 256 7040 1433 ) ( -256 7040 1552 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 6527.999512 736 ) ( -256 6528 1435 ) ( 256 7040 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 43 +{ +( -256 7040 736 ) ( -256 6528 736 ) ( 256 6528 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 7040 2149 ) ( 256 6528 1795 ) ( -256 6528 1805 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 7040 736 ) ( 256 6528 736 ) ( 256 6528 1671 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 6528 1675 ) ( 256 6528 1675 ) ( 256 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 6528 736 ) ( 256 7040 736 ) ( 256 7040 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 44 +{ +( -768 6528 736 ) ( -1280 6528 736 ) ( -1280 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 6016 1615 ) ( -1280 6016 1595 ) ( -1280 6528 1781 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 6016 3488 ) ( -768 6016 3488 ) ( -768 6016 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 6528 1675 ) ( -1280 6016 1675 ) ( -1280 6016 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 6527.999023 736 ) ( -768.000977 6016 736 ) ( -768 6016 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 45 +{ +( -768 5504 736 ) ( -768 6016 736 ) ( -1280 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 5504 1731 ) ( -1280 6016 1595 ) ( -768 6016 1615 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 6016 3488 ) ( -1280 5504 3488 ) ( -1280 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 6016 1675 ) ( -1280 6016 1675 ) ( -1280 6016 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 5504 736 ) ( -1280 5504 1439 ) ( -768 6016 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 46 +{ +( -1280 6016 736 ) ( -1280 5504 736 ) ( -768 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 6016 1615 ) ( -768 5504 1723 ) ( -1280 5504 1731 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 5504 3488 ) ( -768 6016 3488 ) ( -768 6016 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 5504 1675 ) ( -768 5504 1675 ) ( -768 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 6016 736 ) ( -768 6016 1439 ) ( -1280 5504 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 47 +{ +( -256 6016 736 ) ( -768 6016 736 ) ( -768 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 5504 1673 ) ( -768 5504 1723 ) ( -768 6016 1615 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 5504 3488 ) ( -256 5504 3488 ) ( -256 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 6016 1675 ) ( -768 5504 1675 ) ( -768 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 6015.998047 736 ) ( -256.001953 5504 736 ) ( -256 5504 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 48 +{ +( -768 5504 736 ) ( -256 5504 736 ) ( -256 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 6016 1615 ) ( -256 6016 1593 ) ( -256 5504 1673 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 6016 3488 ) ( -768 6016 3488 ) ( -768 6016 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 6016 736 ) ( -256 5504 736 ) ( -256 5504 1435 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 5504 736 ) ( -768 6016 736 ) ( -768 6016 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 49 +{ +( -256 6016 736 ) ( -256 5504 736 ) ( 256 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 6016 1737 ) ( 256 5504 1575 ) ( -256 5504 1673 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 6016 736 ) ( 256 5504 736 ) ( 256 5504 1671 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 5504 1675 ) ( 256 5504 1675 ) ( 256 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 5504 736 ) ( 256 6016 736 ) ( 256 6016 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 50 +{ +( 768 6016 736 ) ( 256 6016 736 ) ( 256 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 5504 1779 ) ( 256 5504 1575 ) ( 256 6016 1737 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 5504 3488 ) ( 768 5504 3488 ) ( 768 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 6015.998047 736 ) ( 256 6016 1453 ) ( 256 5504 1651 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 6015.997070 736 ) ( 767.997070 5504 736 ) ( 768 5504 1577 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 51 +{ +( 256 5504 736 ) ( 768 5504 736 ) ( 768 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 6016 1737 ) ( 768 6016 1803 ) ( 768 5504 1779 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 6016 736 ) ( 768 6016 736 ) ( 768 6016 1497 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 6016 736 ) ( 768 5504 736 ) ( 768 5504 1435 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 6016 736 ) ( 256 6016 1453 ) ( 768 5504 1550 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 52 +{ +( 256 6528 736 ) ( 256 6016 736 ) ( 768 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 6528 2045 ) ( 768 6016 1803 ) ( 256 6016 1737 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 6016 3488 ) ( 768 6528 3488 ) ( 768 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 6016 736 ) ( 256 6016 1453 ) ( 768 6016 1499 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 6016 736 ) ( 768 6528 736 ) ( 768 6528 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 53 +{ +( 768 6016 736 ) ( 768 6528 736 ) ( 256 6528 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 6016 1737 ) ( 256 6528 1795 ) ( 768 6528 2045 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 6528 3488 ) ( 256 6016 3488 ) ( 256 6016 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 6528 736 ) ( 768 6528 736 ) ( 768 6528 1439 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 6528 736 ) ( 256 6016 736 ) ( 256 6016 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 54 +{ +( -256 6016 736 ) ( 256 6016 736 ) ( 256 6528 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 6528 1805 ) ( 256 6528 1795 ) ( 256 6016 1737 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 6528 736 ) ( 256 6528 1487 ) ( -256 6528 1506 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 6528 736 ) ( 256 6016 736 ) ( 256 6016 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 6016 736 ) ( -256.000488 6528 736 ) ( -256 6528 1507 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 55 +{ +( 256 6528 736 ) ( -256 6528 736 ) ( -256 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 6016 1737 ) ( -256 6016 1593 ) ( -256 6528 1805 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 6016 3488 ) ( 256 6016 3488 ) ( 256 6016 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 6527.999023 736 ) ( -256 6528 1507 ) ( -256 6016 1529 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 6527.999023 736 ) ( 255.999023 6016 736 ) ( 256 6016 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 56 +{ +( 256 5504 736 ) ( 256 6016 736 ) ( -256 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 5504 1673 ) ( -256 6016 1593 ) ( 256 6016 1737 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 6016 3488 ) ( -256 5504 3488 ) ( -256 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 6016 736 ) ( 256 6016 1433 ) ( -256 6016 1552 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 5503.999512 736 ) ( -256 5504 1435 ) ( 256 6016 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 57 +{ +( -768 6528 736 ) ( -768 6016 736 ) ( -256 6016 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 6528 1805 ) ( -256 6016 1593 ) ( -768 6016 1615 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 6016 3488 ) ( -256 6528 3488 ) ( -256 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 6016 736 ) ( -768 6016 736 ) ( -768 6016 1435 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 6016 736 ) ( -256 6528 736 ) ( -256 6528 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 58 +{ +( -256 6016 736 ) ( -256 6528 736 ) ( -768 6528 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 6016 1615 ) ( -768 6528 1787 ) ( -256 6528 1805 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 6528 3488 ) ( -768 6016 3488 ) ( -768 6016 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 6528 736 ) ( -256 6528 736 ) ( -256 6528 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 6016 736 ) ( -768 6016 1655 ) ( -256 6528 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 59 +{ +( -1280 6016 736 ) ( -768 6016 736 ) ( -768 6528 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 6528 1781 ) ( -768 6528 1787 ) ( -768 6016 1615 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 6528 3488 ) ( -1280 6528 3488 ) ( -1280 6528 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 6528 736 ) ( -768 6016 736 ) ( -768 6016 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280.000977 6528 736 ) ( -1280 6528 1655 ) ( -768 6016 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 60 +{ +( -768 5504 736 ) ( -1280 5504 736 ) ( -1280 4992 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 4992 1797 ) ( -1280 4992 1797 ) ( -1280 5504 1731 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 4992 3488 ) ( -768 4992 3488 ) ( -768 4992 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 5504 1675 ) ( -1280 4992 1675 ) ( -1280 4992 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 5503.999023 736 ) ( -768.000977 4992 736 ) ( -768 4992 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 61 +{ +( -1280 4992 736 ) ( -768 4992 736 ) ( -768 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 5504 1731 ) ( -768 5504 1723 ) ( -768 4992 1797 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 5504 3488 ) ( -1280 5504 3488 ) ( -1280 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 5504 736 ) ( -768 4992 736 ) ( -768 4992 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280.000977 5504 736 ) ( -1280 5504 1655 ) ( -768 4992 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 62 +{ +( -256 4992 736 ) ( -256 5504 736 ) ( -768 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 4992 1797 ) ( -768 5504 1723 ) ( -256 5504 1673 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 5504 3488 ) ( -768 4992 3488 ) ( -768 4992 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 5504 736 ) ( -256 5504 736 ) ( -256 5504 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 4992 736 ) ( -768 4992 1655 ) ( -256 5504 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 63 +{ +( -768 5504 736 ) ( -768 4992 736 ) ( -256 4992 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 5504 1673 ) ( -256 4992 1821 ) ( -768 4992 1797 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 4992 3488 ) ( -256 5504 3488 ) ( -256 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 4992 736 ) ( -768 4992 736 ) ( -768 4992 1435 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 4992 736 ) ( -256 5504 736 ) ( -256 5504 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 64 +{ +( 256 5504 736 ) ( -256 5504 736 ) ( -256 4992 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 4992 1743 ) ( -256 4992 1821 ) ( -256 5504 1673 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 4992 3488 ) ( 256 4992 3488 ) ( 256 4992 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 5503.999023 736 ) ( -256 5504 1507 ) ( -256 4992 1529 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 5503.999023 736 ) ( 255.999023 4992 736 ) ( 256 4992 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 65 +{ +( -256 4992 736 ) ( 256 4992 736 ) ( 256 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 5504 1673 ) ( 256 5504 1575 ) ( 256 4992 1743 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 5504 736 ) ( 256 5504 1487 ) ( -256 5504 1506 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 5504 736 ) ( 256 4992 736 ) ( 256 4992 1432 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 4992 736 ) ( -256.000488 5504 736 ) ( -256 5504 1507 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 66 +{ +( 768 4992 736 ) ( 768 5504 736 ) ( 256 5504 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 4992 1743 ) ( 256 5504 1575 ) ( 768 5504 1779 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 5504 3488 ) ( 256 4992 3488 ) ( 256 4992 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 5504 736 ) ( 768 5504 736 ) ( 768 5504 1439 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 5504 736 ) ( 256 4992 736 ) ( 256 4992 1451 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 67 +{ +( 256 5504 736 ) ( 256 4992 736 ) ( 768 4992 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 5504 1779 ) ( 768 4992 1673 ) ( 256 4992 1743 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 4992 3488 ) ( 768 5504 3488 ) ( 768 5504 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 4992 736 ) ( 256 4992 1453 ) ( 768 4992 1499 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 4992 736 ) ( 768 5504 736 ) ( 768 5504 1433 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 68 +{ +( 256 4480 736 ) ( 768 4480 736 ) ( 768 4992 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 4992 1743 ) ( 768 4992 1673 ) ( 768 4480 1771 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 4992 736 ) ( 768 4992 736 ) ( 768 4992 1497 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 4992 736 ) ( 768 4480 736 ) ( 768 4480 1435 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 4992 736 ) ( 256 4992 1453 ) ( 768 4480 1550 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 69 +{ +( 768 4992 736 ) ( 256 4992 736 ) ( 256 4480 736 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 4480 1771 ) ( 256 4480 1788 ) ( 256 4992 1743 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 4480 3488 ) ( 768 4480 3488 ) ( 768 4480 736 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 4991.998047 736 ) ( 256 4992 1453 ) ( 256 4480 1651 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 4991.997070 736 ) ( 767.997070 4480 736 ) ( 768 4480 1577 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +} +// brush 70 +{ +( -768 -128 1107 ) ( -1280 -128 1145 ) ( -1280 384 1079 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -128 3128 ) ( -768 -128 3128 ) ( -768 -128 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 384 1315 ) ( -1280 -128 1315 ) ( -1280 -128 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 383.999023 376 ) ( -768.000977 -128 376 ) ( -768 -128 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 384.000488 608 ) ( -1280 -128 608 ) ( -1152 -128 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 71 +{ +( -1280 384 1079 ) ( -768 384 1077 ) ( -768 -128 1107 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 384 3128 ) ( -1280 384 3128 ) ( -1280 384 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 384 376 ) ( -768 -128 376 ) ( -768 -128 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280.000977 384 376 ) ( -1280 384 1295 ) ( -768 -128 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 384 608 ) ( -1280 -128.000488 608 ) ( -1152 -128.000488 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 72 +{ +( -768 -128 1107 ) ( -768 384 1077 ) ( -256 384 1013 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 384 3128 ) ( -768 -128 3128 ) ( -768 -128 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 384 376 ) ( -256 384 376 ) ( -256 384 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 -128 376 ) ( -768 -128 1295 ) ( -256 384 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 384 608 ) ( -1280 -128 608 ) ( -1152 -128 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 73 +{ +( -256 384 1013 ) ( -256 -128 1033 ) ( -768 -128 1107 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -128 3128 ) ( -256 384 3128 ) ( -256 384 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 -128 376 ) ( -768 -128 376 ) ( -768 -128 1075 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 -128 376 ) ( -256 384 376 ) ( -256 384 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 384 608 ) ( -1280 -128 608 ) ( -1152 -128 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 74 +{ +( 768 384 937 ) ( 768 -128 937 ) ( 256 -128 929 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -128 3128 ) ( 768 384 3128 ) ( 768 384 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 -128 376 ) ( 256 -128 1093 ) ( 768 -128 1139 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 -128 376 ) ( 768 384 376 ) ( 768 384 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 384 608 ) ( -1280 -128 608 ) ( -1152 -128 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 75 +{ +( 256 -128 929 ) ( 256 384 1003 ) ( 768 384 937 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 384 3128 ) ( 256 -128 3128 ) ( 256 -128 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 384 376 ) ( 768 384 376 ) ( 768 384 1079 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 384 376 ) ( 256 -128 376 ) ( 256 -128 1091 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 384 608 ) ( -1280 -128 608 ) ( -1152 -128 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 76 +{ +( -256 384 1013 ) ( 256 384 1003 ) ( 256 -128 929 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 384 376 ) ( 256 384 1127 ) ( -256 384 1146 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 384 376 ) ( 256 -128 376 ) ( 256 -128 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 -128 376 ) ( -256.000488 384 376 ) ( -256 384 1147 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 384 608 ) ( -1280 -128 608 ) ( -1152 -128 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 77 +{ +( 256 -128 929 ) ( -256 -128 1033 ) ( -256 384 1013 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -128 3128 ) ( 256 -128 3128 ) ( 256 -128 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 383.999023 376 ) ( -256 384 1147 ) ( -256 -128 1169 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 383.999023 376 ) ( 255.999023 -128 376 ) ( 256 -128 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 384 608 ) ( -1280 -128 608 ) ( -1152 -128 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 78 +{ +( -768 896 1059 ) ( -1280 896 1063 ) ( -1280 1408 1365 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 896 3128 ) ( -768 896 3128 ) ( -768 896 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 1408 1315 ) ( -1280 896 1315 ) ( -1280 896 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 1407.999023 376 ) ( -768.000977 896 376 ) ( -768 896 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 1408.000488 608 ) ( -1280 896 608 ) ( -1152 896 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 79 +{ +( -1280 1408 1365 ) ( -768 1408 1295 ) ( -768 896 1059 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 1408 3128 ) ( -1280 1408 3128 ) ( -1280 1408 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 1408 376 ) ( -768 896 376 ) ( -768 896 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280.000977 1408 376 ) ( -1280 1408 1295 ) ( -768 896 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 1408 608 ) ( -1280 895.999512 608 ) ( -1152 895.999512 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 80 +{ +( -768 896 1059 ) ( -768 1408 1295 ) ( -256 1408 1265 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 1408 3128 ) ( -768 896 3128 ) ( -768 896 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 1408 376 ) ( -256 1408 376 ) ( -256 1408 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 896 376 ) ( -768 896 1295 ) ( -256 1408 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 1408 608 ) ( -1280 896 608 ) ( -1152 896 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 81 +{ +( -256 1408 1265 ) ( -256 896 1017 ) ( -768 896 1059 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 896 3128 ) ( -256 1408 3128 ) ( -256 1408 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 896 376 ) ( -768 896 376 ) ( -768 896 1075 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -768 896 376 ) ( -256 1408 376 ) ( -256 1408 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 1408 608 ) ( -1280 896 608 ) ( -1152 896 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 82 +{ +( 768 1408 1017 ) ( 768 896 965 ) ( 256 896 991 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 896 3128 ) ( 768 1408 3128 ) ( 768 1408 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 896 376 ) ( 256 896 1093 ) ( 768 896 1139 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 896 376 ) ( 768 1408 376 ) ( 768 1408 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 1408 608 ) ( -1280 896 608 ) ( -1152 896 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 83 +{ +( 256 896 991 ) ( 256 1408 1247 ) ( 768 1408 1017 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 1408 3128 ) ( 256 896 3128 ) ( 256 896 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 1408 376 ) ( 768 1408 376 ) ( 768 1408 1079 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 768 1408 376 ) ( 256 896 376 ) ( 256 896 1091 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 1408 608 ) ( -1280 896 608 ) ( -1152 896 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 84 +{ +( -256 1408 1265 ) ( 256 1408 1247 ) ( 256 896 991 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 1408 376 ) ( 256 1408 1127 ) ( -256 1408 1146 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 1408 376 ) ( 256 896 376 ) ( 256 896 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( 256 896 376 ) ( -256.000488 1408 376 ) ( -256 1408 1147 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 1408 608 ) ( -1280 896 608 ) ( -1152 896 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 85 +{ +( 256 896 991 ) ( -256 896 1017 ) ( -256 1408 1265 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 896 3128 ) ( 256 896 3128 ) ( 256 896 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 1407.999023 376 ) ( -256 1408 1147 ) ( -256 896 1169 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -256 1407.999023 376 ) ( 255.999023 896 376 ) ( 256 896 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1216 1408 608 ) ( -1280 896 608 ) ( -1152 896 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 86 +{ +( -2304 384 1081 ) ( -2304 896 1183 ) ( -1792 896 1141 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -2304 896 3128 ) ( -2304 384 3128 ) ( -2304 384 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2304 896 376 ) ( -1792 896 376 ) ( -1792 896 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2304 384 376 ) ( -2304 384 1295 ) ( -1792 896 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2752 896 608 ) ( -2816 384 608 ) ( -2688 384 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 87 +{ +( -1792 896 1141 ) ( -1792 384 985 ) ( -2304 384 1081 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 384 3128 ) ( -1792 896 3128 ) ( -1792 896 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1792 384 376 ) ( -2304 384 376 ) ( -2304 384 1075 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2304 384 376 ) ( -1792 896 376 ) ( -1792 896 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2752 896 608 ) ( -2816 384 608 ) ( -2688 384 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 88 +{ +( -2304 -640 1177 ) ( -2304 -128 1035 ) ( -1792 -128 1097 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -2304 -128 3128 ) ( -2304 -640 3128 ) ( -2304 -640 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2304 -128 376 ) ( -1792 -128 376 ) ( -1792 -128 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2304 -640 376 ) ( -2304 -640 1295 ) ( -1792 -128 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2752 -128 608 ) ( -2816 -640 608 ) ( -2688 -640 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 89 +{ +( -1792 -128 1097 ) ( -1792 -640 1239 ) ( -2304 -640 1177 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -640 3128 ) ( -1792 -128 3128 ) ( -1792 -128 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1792 -640 376 ) ( -2304 -640 376 ) ( -2304 -640 1075 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2304 -640 376 ) ( -1792 -128 376 ) ( -1792 -128 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2752 -128 608 ) ( -2816 -640 608 ) ( -2688 -640 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 90 +{ +( -2304 -640 1177 ) ( -2816 -640 1055 ) ( -2816 -128 1047 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -2816 -640 3128 ) ( -2304 -640 3128 ) ( -2304 -640 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2816 -128 1315 ) ( -2816 -640 1315 ) ( -2816 -640 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2816 -128.000977 376 ) ( -2304.000977 -640 376 ) ( -2304 -640 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2752 -127.999512 608 ) ( -2816 -640 608 ) ( -2688 -640 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 91 +{ +( -2816 -128 1047 ) ( -2304 -128 1035 ) ( -2304 -640 1177 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -2304 -128 3128 ) ( -2816 -128 3128 ) ( -2816 -128 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2304 -128 376 ) ( -2304 -640 376 ) ( -2304 -640 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2816.000977 -128 376 ) ( -2816 -128 1295 ) ( -2304 -640 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2752 -128 608 ) ( -2816 -640.000488 608 ) ( -2688 -640.000488 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 92 +{ +( -2304 384 1081 ) ( -2816 384 1087 ) ( -2816 896 1213 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -2816 384 3128 ) ( -2304 384 3128 ) ( -2304 384 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2816 896 1315 ) ( -2816 384 1315 ) ( -2816 384 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2816 895.999023 376 ) ( -2304.000977 384 376 ) ( -2304 384 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2752 896.000488 608 ) ( -2816 384 608 ) ( -2688 384 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 93 +{ +( -2816 896 1213 ) ( -2304 896 1183 ) ( -2304 384 1081 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -2304 896 3128 ) ( -2816 896 3128 ) ( -2816 896 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2304 896 376 ) ( -2304 384 376 ) ( -2304 384 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2816.000977 896 376 ) ( -2816 896 1295 ) ( -2304 384 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2752 896 608 ) ( -2816 383.999512 608 ) ( -2688 383.999512 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 94 +{ +( -1792 -128 1097 ) ( -1792 384 985 ) ( -1280 384 1079 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 384 3128 ) ( -1792 -128 3128 ) ( -1792 -128 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1792 384 376 ) ( -1280 384 376 ) ( -1280 384 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1792 -128 376 ) ( -1792 -128 1295 ) ( -1280 384 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2240 384 608 ) ( -2304 -128 608 ) ( -2176 -128 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 95 +{ +( -1280 384 1079 ) ( -1280 -128 1145 ) ( -1792 -128 1097 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -128 3128 ) ( -1280 384 3128 ) ( -1280 384 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 -128 376 ) ( -1792 -128 376 ) ( -1792 -128 1075 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1792 -128 376 ) ( -1280 384 376 ) ( -1280 384 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2240 384 608 ) ( -2304 -128 608 ) ( -2176 -128 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 96 +{ +( -1792 896 1141 ) ( -1792 1408 1381 ) ( -1280 1408 1365 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 1408 3128 ) ( -1792 896 3128 ) ( -1792 896 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1792 1408 376 ) ( -1280 1408 376 ) ( -1280 1408 1072 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1792 896 376 ) ( -1792 896 1295 ) ( -1280 1408 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2240 1408 608 ) ( -2304 896 608 ) ( -2176 896 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 97 +{ +( -1280 1408 1365 ) ( -1280 896 1063 ) ( -1792 896 1141 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 896 3128 ) ( -1280 1408 3128 ) ( -1280 1408 376 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1280 896 376 ) ( -1792 896 376 ) ( -1792 896 1075 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -1792 896 376 ) ( -1280 1408 376 ) ( -1280 1408 1073 ) common/snowweaponclip 0 -32 0.00 1 1 537133056 67111089 0 +( -2240 1408 608 ) ( -2304 896 608 ) ( -2176 896 608 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 98 +{ +( 2304 -128 1117 ) ( 1792 -128 1071 ) ( 1792 384 839 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1792 -128 2760 ) ( 2304 -128 2760 ) ( 2304 -128 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1792 384 947 ) ( 1792 -128 947 ) ( 1792 -128 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1792 383.998047 8 ) ( 2303.998047 -128 8 ) ( 2304 -128 705 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 384 240 ) ( 1280 -128 240 ) ( 1408 -128 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 99 +{ +( 2816 -640 1015 ) ( 2304 -640 1095 ) ( 2304 -128 1117 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2304 -640 2760 ) ( 2816 -640 2760 ) ( 2816 -640 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -128 947 ) ( 2304 -640 947 ) ( 2304 -640 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -128.001953 8 ) ( 2815.998047 -640 8 ) ( 2816 -640 910 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -128 240 ) ( 1280 -640 240 ) ( 1408 -640 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 100 +{ +( 3328 -1152 905 ) ( 2816 -1152 979 ) ( 2816 -640 1015 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2816 -1152 2760 ) ( 3328 -1152 2760 ) ( 3328 -1152 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 -640.001953 8 ) ( 2816 -640 959 ) ( 2816 -1152 934 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 3327.998047 -1152 8 ) ( 3328 -1152 959.000122 ) ( 2816 -640 763 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -639.999512 240 ) ( 1280 -1152 240 ) ( 1408 -1152 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 101 +{ +( 1792 384 839 ) ( 2304 384 851 ) ( 2304 -128 1117 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2304 384 2760 ) ( 1792 384 2760 ) ( 1792 384 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 384 8 ) ( 2304 -128 8 ) ( 2304 -128 707 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -128 8 ) ( 1792 384 8 ) ( 1792 384 705 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 384 240 ) ( 1280 -128 240 ) ( 1408 -128 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 102 +{ +( 2816 384 809 ) ( 3328 384 685 ) ( 3328 -128 859 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2816 384 8 ) ( 3328 384 8 ) ( 3328 384 769 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 3328 384 8 ) ( 3328 -128 8 ) ( 3328 -128 707 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 384 8 ) ( 2816 384 725 ) ( 3328 -128 822 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 384 240 ) ( 1280 -128 240 ) ( 1408 -128 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 103 +{ +( 2816 384 809 ) ( 2816 -128 995 ) ( 2304 -128 1117 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2816 384 8 ) ( 2816 -128 8 ) ( 2816 -128 943 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -128 947 ) ( 2816 -128 947 ) ( 2816 -128 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -128 8 ) ( 2816 384 8 ) ( 2816 384 723 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 384 240 ) ( 1280 -128 240 ) ( 1408 -128 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 104 +{ +( 2304 896 829 ) ( 2816 896 863 ) ( 2816 384 809 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2816 896 8 ) ( 2816 896 759 ) ( 2304 896 778 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 896 8 ) ( 2816 384 8 ) ( 2816 384 704 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 384 8 ) ( 2303.999512 896 8 ) ( 2304 896 779 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 896 240 ) ( 1280 384 240 ) ( 1408 384 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 105 +{ +( 2304 -128 1117 ) ( 2304 384 851 ) ( 2816 384 809 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 384 2760 ) ( 2304 -128 2760 ) ( 2304 -128 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 384 8 ) ( 2816 384 705 ) ( 2304 384 824 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -128.000488 8 ) ( 2304 -128 707 ) ( 2816 384 723 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 384 240 ) ( 1280 -128.000488 240 ) ( 1408 -128.000488 240 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +} +// brush 106 +{ +( 2816 384 809 ) ( 2304 384 851 ) ( 2304 896 829 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2304 384 2760 ) ( 2816 384 2760 ) ( 2816 384 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 895.999023 8 ) ( 2304 896 779 ) ( 2304 384 801 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 895.999023 8 ) ( 2815.999023 384 8 ) ( 2816 384 704 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 896 240 ) ( 1280 384 240 ) ( 1408 384 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 107 +{ +( 3328 -128 859 ) ( 2816 -128 995 ) ( 2816 384 809 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2816 -128 2760 ) ( 3328 -128 2760 ) ( 3328 -128 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 383.998047 8 ) ( 2816 384 725 ) ( 2816 -128 923 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 383.997070 8 ) ( 3327.997070 -128 8 ) ( 3328 -128 849 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 383.999512 240 ) ( 1280 -128 240 ) ( 1408 -128 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 108 +{ +( 2304 -128 1117 ) ( 2816 -128 995 ) ( 2816 -640 1015 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2304 -128 8 ) ( 2816 -128 8 ) ( 2816 -128 943 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 -128 8 ) ( 2816 -640 8 ) ( 2816 -640 960 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2303.999023 -128 8 ) ( 2304 -128 707 ) ( 2816 -640 953 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -128 240 ) ( 1280 -640.000977 240 ) ( 1408 -640.000977 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 109 +{ +( 2816 -640 1015 ) ( 2816 -128 995 ) ( 3328 -128 859 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2816 -128 8 ) ( 2816 -128 959 ) ( 2816 -640 749 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 -128 8 ) ( 3328 -128 8 ) ( 3328 -128 960 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 3328 -128 8 ) ( 2816 -640 8 ) ( 2816 -640 952 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -128 240 ) ( 1280 -640 240 ) ( 1408 -640 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 110 +{ +( 3328 -128 859 ) ( 3328 -640 965 ) ( 2816 -640 1015 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 3328 -640 8 ) ( 3328 -640 808 ) ( 3328 -128 854 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 3328 -640 8 ) ( 2816 -640 8 ) ( 2816 -640 960 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 3328 -128 8 ) ( 3328 -128 849 ) ( 2816 -640 963 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -128 240 ) ( 1280 -640 240 ) ( 1408 -640 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 111 +{ +( 2816 -640 1015 ) ( 3328 -640 965 ) ( 3328 -1152 905 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 3328 -640 8 ) ( 3328 -640 808 ) ( 2816 -640 854 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 3328 -640 8 ) ( 3328 -1152 8 ) ( 3328 -1152 875 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 3328 -1152.000977 8 ) ( 2815.999023 -640 8 ) ( 2816 -640 925 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -640 240 ) ( 1280 -1152.000977 240 ) ( 1408 -1152.000977 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 112 +{ +( 2816 -640 1015 ) ( 2816 -1152 979 ) ( 2304 -1152 1095 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2816 -640 8 ) ( 2816 -1152 8 ) ( 2816 -1152 963 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 -1152 8 ) ( 2304 -1152 8 ) ( 2304 -1152 875 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 -640.000488 8 ) ( 2816 -640.000488 959 ) ( 2304 -1152 848 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -640 240 ) ( 1280 -1152 240 ) ( 1408 -1152 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 113 +{ +( 2304 -1152 1095 ) ( 2304 -640 1095 ) ( 2816 -640 1015 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2304 -640 8 ) ( 2304 -640 915 ) ( 2304 -1152 822 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 -640 8 ) ( 2816 -640 959 ) ( 2304 -640 934 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2816 -640 8 ) ( 2304 -1152 8 ) ( 2304 -1152 814 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -640 240 ) ( 1280 -1152 240 ) ( 1408 -1152 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 114 +{ +( 1792 -640 1115 ) ( 2304 -640 1094.999390 ) ( 2304 -1152 1095 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2304 -640 8 ) ( 2304 -640 808 ) ( 1792 -640 854 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -640 69 ) ( 2304 -1152 69 ) ( 2304 -1152 936 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -1152.000977 69 ) ( 1791.999023 -640 69 ) ( 1792 -640 986 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -640 240 ) ( 1280 -1152.000977 240 ) ( 1408 -1152.000977 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 115 +{ +( 2304 -128 1117 ) ( 2304 -640 1095 ) ( 1792 -640 1115 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 2304 -640 8 ) ( 2304 -640 808 ) ( 2304 -128 854 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -640 8 ) ( 1792 -640 8 ) ( 1792 -640 960 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -128 8 ) ( 2304 -128 849 ) ( 1792 -640 963 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -128 240 ) ( 1280 -640 240 ) ( 1408 -640 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 116 +{ +( 1792 -640 1115 ) ( 1792 -128 1071 ) ( 2304 -128 1117 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1792 -128 8 ) ( 1792 -128 959 ) ( 1792 -640 749 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1792 -128 8 ) ( 2304 -128 8 ) ( 2304 -128 960 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2304 -128 8 ) ( 1792 -640 8 ) ( 1792 -640 952 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -128 240 ) ( 1280 -640 240 ) ( 1408 -640 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 117 +{ +( 2304 -1152 1095 ) ( 1792 -1152 903 ) ( 1792 -640 1115 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 1792 -1152 2760 ) ( 2304 -1152 2760 ) ( 2304 -1152 8 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1792 -640.001953 8 ) ( 1792 -640 959 ) ( 1792 -1152 934 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 2303.998047 -1152 8 ) ( 2304 -1152 959.000122 ) ( 1792 -640 763 ) common/snowweaponclip 0 -16 0.00 1 1 537133056 67111089 0 +( 1344 -640 240 ) ( 1280 -1152 240 ) ( 1408 -1152 240 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 3290 +{ +"spawnflags" "2" +"angle" "90" +"origin" "6632.34 5392.03 2199.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 3291 +{ +"spawnflags" "2" +"origin" "6400.19 4639.67 2015.01" +"testanim" "idle" +"model" "lights/hanglamp.tik" +"scale" "1.0" +"classname" "static_lamp_hanglamp" +} +// entity 3292 +{ +"spawnflags" "2" +"origin" "6104.36 4640.57 2012.00" +"testanim" "idle" +"model" "lights/wallsconce-single.tik" +"scale" "1.5" +"classname" "static_lamp_wallsconce-single" +} +// entity 3293 +{ +"spawnflags" "2" +"origin" "7146.00 3458.00 2046.00" +"angle" "180" +"testanim" "idle" +"model" "lights/lightbulb_caged.tik" +"scale" "1.5" +"classname" "static_lamp_lightbulb-caged" +} +// entity 3294 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "5708.00 3860.00 2036.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 3295 +{ +"spawnflags" "4" +"origin" "6390.72 4736.15 2080.32" +"angle" "270" +"testanim" "idle" +"model" "static/bunkerstove.tik" +"scale" "1.0" +"classname" "static_equipment_bunkerstove" +} +// entity 3296 +{ +"classname" "func_group" +// brush 0 +{ +( -1600 -4543.999512 352 ) ( -1600 -4511.999512 352 ) ( -1888 -4511.999512 352 ) common/monster -32 0 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1600 -4511.999512 672 ) ( -1600 -4543.999512 672 ) ( -1888 -4543.999512 672 ) common/monster -32 0 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1600 -4671.998535 672 ) ( -1600 -4671.998535 352 ) ( -1888 -4671.998535 352 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -1626 -4684.000488 352 ) ( -1626 -4684.000488 672 ) ( -1626 -4652 672 ) common/monster -32 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -1600 -4511.999512 352 ) ( -1600 -4511.999512 672 ) ( -1888 -4511.999512 672 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -1656 -4544 352 ) ( -1656 -4512 352 ) ( -1656 -4528 672 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 1 +{ +( -1600 -4543.999512 352 ) ( -1600 -4511.999512 352 ) ( -1888 -4511.999512 352 ) common/monster -32 0 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1600 -4511.999512 672 ) ( -1600 -4543.999512 672 ) ( -1888 -4543.999512 672 ) common/monster -32 0 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1888 -4544.000488 672 ) ( -1888 -4544.000488 352 ) ( -1888 -4512 352 ) common/monster -32 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -1600 -4543.998535 672 ) ( -1600 -4543.998535 352 ) ( -1888 -4543.998535 352 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -1600 -4511.999512 352 ) ( -1600 -4511.999512 672 ) ( -1888 -4511.999512 672 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -1656 -4510 352 ) ( -1656 -4542 352 ) ( -1656 -4526 672 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 2 +{ +( -2464 -5344 352 ) ( -2464 -5375.998535 352 ) ( -1920 -5087.998535 352 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -2464 -5375.998535 672 ) ( -2464 -5344 672 ) ( -1920 -5056 672 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -2464 -5376.000488 672 ) ( -2464 -5376.000488 352 ) ( -2464 -5344 352 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -2464 -5375.998047 352 ) ( -2464 -5375.998047 672 ) ( -1920 -5087.998047 672 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1920 -5088.000488 352 ) ( -1920 -5088.000488 672 ) ( -1920 -5056 672 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -2464 -5344 672 ) ( -2464 -5344 352 ) ( -1920 -5056 352 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 3 +{ +( -1536.000854 -4544 352 ) ( -1568.000244 -4544 352 ) ( -1920 -5056 352 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1568.000244 -4544 672 ) ( -1536.000854 -4544 672 ) ( -1920 -5087.999023 672 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1664 -4672 672 ) ( -1664 -4672 352 ) ( -1632.000366 -4672 352 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1536.000732 -4544 672 ) ( -1536.000732 -4544 352 ) ( -1920 -5087.999023 352 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1920 -5056 352 ) ( -1920 -5056 672 ) ( -1920 -5088 672 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1567.999756 -4544 352 ) ( -1567.999756 -4544 672 ) ( -1920 -5056.000977 672 ) common/monster 0 32 -90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 4 +{ +( -2464 -5376 352 ) ( -2432 -5376 352 ) ( -2592 -5088 352 ) common/monster 32 -32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -2432 -5376 672 ) ( -2464 -5376 672 ) ( -2624 -5088 672 ) common/monster 32 -32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -2464 -5344 672 ) ( -2464 -5344 352 ) ( -2464 -5376 352 ) common/monster 32 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -2464 -5344 352 ) ( -2464 -5344 672 ) ( -2592 -5088 672 ) common/monster 32 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -2624 -5056 672 ) ( -2624 -5056 352 ) ( -2592 -5088 352 ) common/monster 32 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -2624 -5056 352 ) ( -2624 -5056 672 ) ( -2464 -5376 672 ) common/monster 32 32 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 5 +{ +( -1920 -4704 352 ) ( -1920 -4672 352 ) ( -2624 -5056 352 ) common/monster -32 0 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -1920 -4672 672 ) ( -1920 -4704 672 ) ( -2592 -5088 672 ) common/monster -32 0 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -2592 -5088 672 ) ( -2592 -5088 352 ) ( -2624 -5056 352 ) common/monster -32 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -1888 -4672 672 ) ( -1888 -4672 352 ) ( -2592 -5088 352 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -1888 -4672 352 ) ( -1888 -4672 672 ) ( -1920 -4672 672 ) common/monster -32 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -1920 -4672 352 ) ( -1920 -4672 672 ) ( -2624.000488 -5056 672 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 6 +{ +( -1920 -4671.999023 352 ) ( -1920 -4703.999512 352 ) ( -1856.000610 -4544 352 ) common/monster 31 32 -180.00 1 1 131072 2193 0 +surfaceparm detail +( -1920 -4703.999512 672 ) ( -1920 -4671.999023 672 ) ( -1888.000854 -4544 672 ) common/monster 31 32 -180.00 1 1 131072 2193 0 +surfaceparm detail +( -1888 -4544 672 ) ( -1888 -4544 352 ) ( -1855.999756 -4544 352 ) common/monster -32 31 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -1888 -4672 352 ) ( -1888 -4672 672 ) ( -1856 -4544 672 ) common/monster -32 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -1888 -4672 672 ) ( -1888 -4672 352 ) ( -1920 -4672 352 ) common/monster -32 31 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -1920 -4671.999512 672 ) ( -1920 -4671.999512 352 ) ( -1888.000610 -4544 352 ) common/monster -32 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +} +} +// entity 3297 +{ +"classname" "func_group" +// brush 0 +{ +( -5680 6352 1632 ) ( -5680 6384.000488 1632 ) ( -6192 6080.000488 1632 ) common/monster 31 16 90.00 1 1 131072 2193 0 +surfaceparm detail +( -5680 6384.000488 1952 ) ( -5680 6352 1952 ) ( -6192 6048 1952 ) common/monster 31 16 90.00 1 1 131072 2193 0 +surfaceparm detail +( -5664 6384 1952 ) ( -5664 6384 1632 ) ( -5680 6352 1632 ) common/monster 32 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -5664 6384 1632 ) ( -5664 6384 1952 ) ( -6192 6080 1952 ) common/monster -15 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -6192 6080 1632 ) ( -6192 6080 1952 ) ( -6192 6048 1952 ) common/monster 32 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -5680 6352 1952 ) ( -5680 6352 1632 ) ( -6192 6048 1632 ) common/monster -15 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +} +// brush 1 +{ +( -5536 6112 1632 ) ( -5504 6128 1632 ) ( -5664 6384 1632 ) common/monster -16 0 -180.00 1 1 131072 2193 0 +surfaceparm detail +( -5504 6128 1952 ) ( -5536 6112 1952 ) ( -5680 6352 1952 ) common/monster -16 0 -180.00 1 1 131072 2193 0 +surfaceparm detail +( -5664 6384 1632 ) ( -5664 6384 1952 ) ( -5680 6352 1952 ) common/monster 0 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -5536 6112 1952 ) ( -5536 6112 1632 ) ( -5680 6352.000488 1632 ) common/monster 0 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -5504 6128 1952 ) ( -5504 6128 1632 ) ( -5536 6112 1632 ) common/monster -31 31 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -5504 6128 1632 ) ( -5504 6128 1952 ) ( -5664 6384 1952 ) common/monster 0 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +} +// brush 2 +{ +( -6128 5696 1632 ) ( -6128 5664 1632 ) ( -5424 6048 1632 ) common/monster 0 48 90.00 1 1 131072 2193 0 +surfaceparm detail +( -6128 5664 1952 ) ( -6128 5696 1952 ) ( -5456 6080 1952 ) common/monster 0 48 90.00 1 1 131072 2193 0 +surfaceparm detail +( -5504 6128 1632 ) ( -5504 6128 1952 ) ( -5536 6112 1952 ) common/monster 32 31 0.00 1 1 131072 2193 0 +surfaceparm detail +( -5536 6112 1632 ) ( -5536 6112 1952 ) ( -6160 5664 1952 ) common/monster -47 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -6160 5664 1632 ) ( -6160 5664 1952 ) ( -6128 5664 1952 ) common/monster 16 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -5504 6128 1952 ) ( -5504 6128 1632 ) ( -6128 5664 1632 ) common/monster -47 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +} +// brush 3 +{ +( -6192 6048 1632 ) ( -6192 6080 1632 ) ( -6512 5536 1632 ) common/monster 15 1 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6192 6080 1952 ) ( -6192 6048 1952 ) ( -6480 5536 1952 ) common/monster 15 1 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6480 5536 1952 ) ( -6480 5536 1632 ) ( -6512 5536 1632 ) common/monster 16 30 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6192 6080 1632 ) ( -6192 6080 1952 ) ( -6512 5536 1952 ) common/monster 0 31 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6192 6048 1632 ) ( -6192 6048 1952 ) ( -6192 6080 1952 ) common/monster 0 30 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6192 6047.998535 1952 ) ( -6192 6047.998535 1632 ) ( -6479.999023 5536 1632 ) common/monster 0 31 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 4 +{ +( -6128 5664 1632 ) ( -6128 5696 1632 ) ( -6192 5536 1632 ) common/monster 15 0 0.00 1 0.999512 131072 2193 0 +surfaceparm detail +( -6128 5696 1952 ) ( -6128 5664 1952 ) ( -6160 5536 1952 ) common/monster 15 0 0.00 1 0.999512 131072 2193 0 +surfaceparm detail +( -6160 5536 1952 ) ( -6160 5536 1632 ) ( -6192 5536 1632 ) common/monster 16 31 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6160 5664 1632 ) ( -6160 5664 1952 ) ( -6192 5536 1952 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6160 5664 1952 ) ( -6160 5664 1632 ) ( -6128 5664 1632 ) common/monster 16 31 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6128 5664 1952 ) ( -6128 5664 1632 ) ( -6160 5536 1632 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 5 +{ +( -6448 5536 1632 ) ( -6448 5504 1632 ) ( -6160 5504 1632 ) common/monster 0 48 90.00 1 1 131072 2193 0 +surfaceparm detail +( -6448 5504 1952 ) ( -6448 5536 1952 ) ( -6160 5536 1952 ) common/monster 0 48 90.00 1 1 131072 2193 0 +surfaceparm detail +( -6160 5536 1952 ) ( -6160 5536 1632 ) ( -6160 5504 1632 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6448 5536 1952 ) ( -6448 5536 1632 ) ( -6160 5536 1632 ) common/monster -47 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -6512 5536 1632 ) ( -6512 5536 1952 ) ( -6512 5504 1952 ) common/monster 0 32 0.00 1 1 131072 2193 0 +surfaceparm detail +( -6448 5504 1632 ) ( -6448 5504 1952 ) ( -6160 5504 1952 ) common/monster -47 32 -180.00 1 -1 131072 2193 0 +surfaceparm detail +} +} +// entity 3298 +{ +"classname" "func_group" +// brush 0 +{ +( -3728 4720 1536 ) ( -3760 4720 1536 ) ( -3456 4208 1536 ) common/monster 31 47 0.00 1 1 131072 2193 0 +surfaceparm detail +( -3760 4720 1856 ) ( -3728 4720 1856 ) ( -3424 4208 1856 ) common/monster 31 47 0.00 1 1 131072 2193 0 +surfaceparm detail +( -3744 4736 1856 ) ( -3744 4736 1536 ) ( -3728 4720 1536 ) common/monster 32 -63 0.00 1 1.000122 131072 2193 0 +surfaceparm detail +( -3744 4736 1536 ) ( -3744 4736 1856 ) ( -3456 4208 1856 ) common/monster -47 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +( -3456 4208 1536 ) ( -3456 4208 1856 ) ( -3424 4208 1856 ) common/monster 32 -63 0.00 1 1.000122 131072 2193 0 +surfaceparm detail +( -3728 4720 1856 ) ( -3728 4720 1536 ) ( -3424 4208 1536 ) common/monster -47 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 1 +{ +( -3744 4736 1536 ) ( -3488 4896 1536 ) ( -3488 4896 1856 ) common/monster 0 -63 -180.00 1 -1.000122 131072 2193 0 +surfaceparm detail +( -3488 4896 1536 ) ( -3488 4864 1536 ) ( -3488 4864 1856 ) common/monster -63 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( -3488 4864 1536 ) ( -3728 4720 1536 ) ( -3728 4720 1856 ) common/monster 0 -63 -180.00 1 -1.000122 131072 2193 0 +surfaceparm detail +( -3728 4720 1536 ) ( -3744 4736 1536 ) ( -3744 4736 1856 ) common/monster 0 -63 -180.00 1 -1.000122 131072 2193 0 +surfaceparm detail +( -3728 4720 1856 ) ( -3744 4736 1856 ) ( -3488 4896 1856 ) common/monster -47 63 90.00 1 1 131072 2193 0 +surfaceparm detail +( -3744 4736 1536 ) ( -3728 4720 1536 ) ( -3488 4864 1536 ) common/monster -47 63 90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 2 +{ +( -3072 4272 1536 ) ( -3040 4272 1536 ) ( -3424 4976 1536 ) common/monster 60 15 0.00 1.000488 1 131072 2193 0 +surfaceparm detail +( -3040 4272 1856 ) ( -3072 4272 1856 ) ( -3456 4944 1856 ) common/monster 60 15 0.00 1.000488 1 131072 2193 0 +surfaceparm detail +( -3488 4896 1536 ) ( -3488 4896 1856 ) ( -3488 4864 1856 ) common/monster 0 0 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -3488 4864 1536 ) ( -3488 4864 1856 ) ( -3040 4240 1856 ) common/monster -15 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +( -3040 4240 1536 ) ( -3040 4240 1856 ) ( -3040 4272 1856 ) common/monster 48 0 -180.00 1 -0.999878 131072 2193 0 +surfaceparm detail +( -3488 4896 1856 ) ( -3488 4896 1536 ) ( -3040 4288 1536 ) common/monster -15 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 3 +{ +( -3040 4272 1536 ) ( -3072 4272 1536 ) ( -2912 4208 1536 ) common/monster 47 -4 -90.00 1 0.999512 131072 2193 0 +surfaceparm detail +( -3072 4272 1856 ) ( -3040 4272 1856 ) ( -2912 4240 1856 ) common/monster 47 -4 -90.00 1 0.999512 131072 2193 0 +surfaceparm detail +( -2912 4240 1856 ) ( -2912 4240 1536 ) ( -2912 4208 1536 ) common/monster 48 0 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -3040 4240 1536 ) ( -3040 4240 1856 ) ( -2912 4208 1856 ) common/monster 0 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +( -3040 4288 1536 ) ( -3040 4288 1856 ) ( -3040 4240 1856 ) common/monster 48 0 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -3040 4288 1856 ) ( -3040 4288 1536 ) ( -2912 4240 1536 ) common/monster 0 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 4 +{ +( -2912 3952 1536 ) ( -2880 3952 1536 ) ( -2880 4240 1536 ) common/monster 60 15 0.00 1.000488 1 131072 2193 0 +surfaceparm detail +( -2880 3952 1856 ) ( -2912 3952 1856 ) ( -2912 4240 1856 ) common/monster 60 15 0.00 1.000488 1 131072 2193 0 +surfaceparm detail +( -2912 4240 1856 ) ( -2912 4240 1536 ) ( -2880 4240 1536 ) common/monster 0 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +( -2912 3952 1856 ) ( -2912 3952 1536 ) ( -2912 4240 1536 ) common/monster -15 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +( -2912 3888 1536 ) ( -2912 3888 1856 ) ( -2880 3888 1856 ) common/monster 0 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +( -2880 3952 1536 ) ( -2880 3952 1856 ) ( -2880 4240 1856 ) common/monster -15 -63 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 5 +{ +( -3424 4208 1536 ) ( -3456 4208 1536 ) ( -2912 3888 1536 ) common/monster 47 -62 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -3456 4208 1856 ) ( -3424 4208 1856 ) ( -2912 3920 1856 ) common/monster 47 -62 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -2912 3920 1856 ) ( -2912 3920 1536 ) ( -2912 3888 1536 ) common/monster 48 -1 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -3456 4208 1536 ) ( -3456 4208 1856 ) ( -2912 3888 1856 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( -3424 4208 1536 ) ( -3424 4208 1856 ) ( -3456 4208 1856 ) common/monster 0 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( -3424 4208 1856 ) ( -3424 4208 1536 ) ( -2912 3920 1536 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +} +} +// entity 3299 +{ +"classname" "func_group" +// brush 0 +{ +( -512 4112 1712 ) ( -480 4112 1712 ) ( -864 4816 1712 ) common/monster -2 -17 0.00 1.000488 1 131072 2193 0 +surfaceparm detail +( -480 4112 2032 ) ( -512 4112 2032 ) ( -896 4784 2032 ) common/monster -2 -17 0.00 1.000488 1 131072 2193 0 +surfaceparm detail +( -976 4800 1712 ) ( -976 4800 2032 ) ( -976 4768 2032 ) common/monster -32 48 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -976 4768 1712 ) ( -976 4768 2032 ) ( -528 4144 2032 ) common/monster 17 49 0.00 1 1 131072 2193 0 +surfaceparm detail +( -480 4080 1712 ) ( -480 4080 2032 ) ( -480 4112 2032 ) common/monster -48 48 -180.00 1 -0.999878 131072 2193 0 +surfaceparm detail +( -928 4736 2032 ) ( -928 4736 1712 ) ( -480 4128 1712 ) common/monster 17 49 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 1 +{ +( -480 4112 1712 ) ( -512 4112 1712 ) ( -352 4048 1712 ) common/monster -49 -2 -90.00 1 0.999512 131072 2193 0 +surfaceparm detail +( -512 4112 2032 ) ( -480 4112 2032 ) ( -352 4080 2032 ) common/monster -49 -2 -90.00 1 0.999512 131072 2193 0 +surfaceparm detail +( -352 4080 2032 ) ( -352 4080 1712 ) ( -352 4048 1712 ) common/monster -48 48 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -480 4080 1712 ) ( -480 4080 2032 ) ( -352 4048 2032 ) common/monster 0 49 0.00 1 1 131072 2193 0 +surfaceparm detail +( -480 4128 1712 ) ( -480 4128 2032 ) ( -480 4080 2032 ) common/monster -48 48 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -480 4128 2032 ) ( -480 4128 1712 ) ( -352 4080 1712 ) common/monster 0 49 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 2 +{ +( -352 3792 1712 ) ( -320 3792 1712 ) ( -320 4080 1712 ) common/monster -2 -17 0.00 1.000488 1 131072 2193 0 +surfaceparm detail +( -320 3792 2032 ) ( -352 3792 2032 ) ( -352 4080 2032 ) common/monster -2 -17 0.00 1.000488 1 131072 2193 0 +surfaceparm detail +( -352 4080 2032 ) ( -352 4080 1712 ) ( -320 4080 1712 ) common/monster 0 49 0.00 1 1 131072 2193 0 +surfaceparm detail +( -352 3792 2032 ) ( -352 3792 1712 ) ( -352 4080 1712 ) common/monster 17 49 0.00 1 1 131072 2193 0 +surfaceparm detail +( -352 3728 1712 ) ( -352 3728 2032 ) ( -320 3728 2032 ) common/monster 0 49 0.00 1 1 131072 2193 0 +surfaceparm detail +( -320 3792 1712 ) ( -320 3792 2032 ) ( -320 4080 2032 ) common/monster 17 49 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 3 +{ +( -864 4048 1712 ) ( -896 4048 1712 ) ( -352 3728 1712 ) common/monster -49 2 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -896 4048 2032 ) ( -864 4048 2032 ) ( -352 3760 2032 ) common/monster -49 2 -90.00 1 1 131072 2193 0 +surfaceparm detail +( -352 3760 2032 ) ( -352 3760 1712 ) ( -352 3728 1712 ) common/monster -48 47 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -896 4048 1712 ) ( -896 4048 2032 ) ( -352 3728 2032 ) common/monster 0 48 0.00 1 1 131072 2193 0 +surfaceparm detail +( -864 4048 1712 ) ( -864 4048 2032 ) ( -896 4048 2032 ) common/monster 0 47 0.00 1 1 131072 2193 0 +surfaceparm detail +( -864 4048 2032 ) ( -864 4048 1712 ) ( -352 3760 1712 ) common/monster 0 48 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 4 +{ +( -1168 4560 1712 ) ( -1200 4560 1712 ) ( -896 4048 1712 ) common/monster -33 -49 0.00 1 1 131072 2193 0 +surfaceparm detail +( -1200 4560 2032 ) ( -1168 4560 2032 ) ( -864 4048 2032 ) common/monster -33 -49 0.00 1 1 131072 2193 0 +surfaceparm detail +( -1216 4624 1712 ) ( -1216 4624 2032 ) ( -1232 4640 2032 ) common/monster 0 48 0.00 1 1.000122 131072 2193 0 +surfaceparm detail +( -1232 4640 1712 ) ( -1232 4640 2032 ) ( -896 4048 2032 ) common/monster 49 49 0.00 1 1 131072 2193 0 +surfaceparm detail +( -896 4048 1712 ) ( -896 4048 2032 ) ( -864 4048 2032 ) common/monster -32 48 0.00 1 1.000122 131072 2193 0 +surfaceparm detail +( -1216 4624 2032 ) ( -1216 4624 1712 ) ( -864 4048 1712 ) common/monster 49 49 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 5 +{ +( -1232 4640 1712 ) ( -976 4800 1712 ) ( -976 4800 2032 ) common/monster -48 48 -180.00 1 -1.000122 131072 2193 0 +surfaceparm detail +( -976 4800 1712 ) ( -976 4768 1712 ) ( -976 4768 2032 ) common/monster -31 47 0.00 1 1 131072 2193 0 +surfaceparm detail +( -976 4768 1712 ) ( -1216 4624 1712 ) ( -1216 4624 2032 ) common/monster -48 48 -180.00 1 -1.000122 131072 2193 0 +surfaceparm detail +( -1216 4624 1712 ) ( -1232 4640 1712 ) ( -1232 4640 2032 ) common/monster 32 48 -180.00 1 -1.000122 131072 2193 0 +surfaceparm detail +( -1216 4624 2032 ) ( -1232 4640 2032 ) ( -976 4800 2032 ) common/monster -15 47 90.00 1 1 131072 2193 0 +surfaceparm detail +( -1232 4640 1712 ) ( -1216 4624 1712 ) ( -976 4768 1712 ) common/monster -15 47 90.00 1 1 131072 2193 0 +surfaceparm detail +} +} +// entity 3300 +{ +"classname" "func_group" +// brush 0 +{ +( 992 -1983.999023 576 ) ( 992 -2015.999512 576 ) ( 1055.999390 -1856 576 ) common/monster -1 -31 -180.00 1 1 131072 2193 0 +surfaceparm detail +( 992 -2015.999512 896 ) ( 992 -1983.999023 896 ) ( 1023.999146 -1856 896 ) common/monster -1 -31 -180.00 1 1 131072 2193 0 +surfaceparm detail +( 1024 -1856 896 ) ( 1024 -1856 576 ) ( 1056.000244 -1856 576 ) common/monster 0 62 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1024 -1984 576 ) ( 1024 -1984 896 ) ( 1056 -1856 896 ) common/monster 32 63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1024 -1984 896 ) ( 1024 -1984 576 ) ( 992 -1984 576 ) common/monster 0 62 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 992 -1983.999512 896 ) ( 992 -1983.999512 576 ) ( 1023.999390 -1856 576 ) common/monster 32 63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +} +// brush 1 +{ +( 1312 -1855.999512 576 ) ( 1312 -1823.999512 576 ) ( 1024 -1823.999512 576 ) common/monster 32 -32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 1312 -1823.999512 896 ) ( 1312 -1855.999512 896 ) ( 1024 -1855.999512 896 ) common/monster 32 -32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 1024 -1856.000488 896 ) ( 1024 -1856.000488 576 ) ( 1024 -1824 576 ) common/monster 32 63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1312 -1855.998535 896 ) ( 1312 -1855.998535 576 ) ( 1024 -1855.998535 576 ) common/monster 32 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1376 -1856.000488 576 ) ( 1376 -1856.000488 896 ) ( 1376 -1824 896 ) common/monster 32 63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1312 -1823.999512 576 ) ( 1312 -1823.999512 896 ) ( 1024 -1823.999512 896 ) common/monster 32 0 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 2 +{ +( 239.999786 -2399.999756 576 ) ( 271.999664 -2431.999756 576 ) ( 1023.999268 -1984 576 ) common/monster 32 -32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 271.999664 -2431.999756 896 ) ( 239.999786 -2399.999756 896 ) ( 992 -1984 896 ) common/monster 32 -32 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 240 -2432 576 ) ( 240 -2432 896 ) ( 272 -2432 896 ) common/monster 32 63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 272.000336 -2432 576 ) ( 272.000336 -2432 896 ) ( 1024.000244 -1984 896 ) common/monster 32 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1024 -1984 576 ) ( 1024 -1984 896 ) ( 992 -1984 896 ) common/monster 0 63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 240 -2432 896 ) ( 240 -2432 576 ) ( 992 -1984 576 ) common/monster 32 0 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 3 +{ +( 1375.999146 -1856 576 ) ( 1343.999756 -1856 576 ) ( 992 -2368 576 ) common/monster -1 -30 -180.00 1 1 131072 2193 0 +surfaceparm detail +( 1343.999756 -1856 896 ) ( 1375.999146 -1856 896 ) ( 992 -2399.999023 896 ) common/monster -1 -30 -180.00 1 1 131072 2193 0 +surfaceparm detail +( 1344 -1856 896 ) ( 1344 -1856 576 ) ( 1375.999634 -1856 576 ) common/monster 0 61 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1375.999268 -1856 896 ) ( 1375.999268 -1856 576 ) ( 992 -2399.999023 576 ) common/monster 32 62 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 992 -2368 576 ) ( 992 -2368 896 ) ( 992 -2400 896 ) common/monster 32 61 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1344.000244 -1856 576 ) ( 1344.000244 -1856 896 ) ( 992 -2368.000977 896 ) common/monster 32 62 -180.00 1 -1 131072 2193 0 +surfaceparm detail +} +// brush 4 +{ +( 432 -2672 576 ) ( 432 -2703.997803 576 ) ( 992 -2399.997803 576 ) common/monster 0 0 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 432 -2703.997803 896 ) ( 432 -2672 896 ) ( 992 -2368 896 ) common/monster 0 0 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 432 -2704.000488 896 ) ( 432 -2704.000488 576 ) ( 432 -2672 576 ) common/monster 0 63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 432 -2703.998047 576 ) ( 432 -2703.998047 896 ) ( 992 -2399.998047 896 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 992 -2400.000488 576 ) ( 992 -2400.000488 896 ) ( 992 -2368 896 ) common/monster 0 63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 432 -2671.999512 896 ) ( 432 -2671.999512 576 ) ( 992 -2367.999512 576 ) common/monster 0 0 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 5 +{ +( 272 -2432 576 ) ( 240 -2432 576 ) ( 432 -2704 576 ) common/monster 16 16 0.00 1 1 131072 2193 0 +surfaceparm detail +( 240 -2432 896 ) ( 272 -2432 896 ) ( 432 -2656 896 ) common/monster 16 16 0.00 1 1 131072 2193 0 +surfaceparm detail +( 432 -2672 896 ) ( 432 -2672 576 ) ( 432 -2704 576 ) common/monster -16 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 432 -2672 576 ) ( 432 -2672 896 ) ( 272 -2432 896 ) common/monster -16 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 240 -2432 896 ) ( 240 -2432 576 ) ( 272 -2432 576 ) common/monster -16 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 240.000031 -2432 576 ) ( 240.000031 -2432 896 ) ( 432 -2704 896 ) common/monster -16 0 0.00 1 1 131072 2193 0 +surfaceparm detail +} +} +// entity 3301 +{ +"spawnflags" "8" +"angle" "135" +"origin" "1117.82 230.79 960.00" +"testanim" "idle" +"model" "static/rock_winter_medium.tik" +"scale" "3" +"classname" "static_natural_rock_winter-medium" +} +// entity 3302 +{ +"spawnflags" "4" +"angle" "270" +"testanim" "idle" +"origin" "6242.10 4731.72 2080.00" +"model" "static/cabinet_small.tik" +"scale" "1.0" +"classname" "static_furniture_cabinet-small" +} +// entity 3303 +{ +"classname" "func_group" +// brush 0 +{ +( 6096 5434 1946 ) ( 6102 5434 1946 ) ( 6102 5434 2042 ) general_structure/beam_wood1 -164 7 -90.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6102 5430 1940 ) ( 6096 5430 1940 ) ( 6096 5430 2048 ) general_structure/beam_wood1 -170 0 -90.00 1 -0.500000 0 16384 0 +surfaceparm detail +( 6096 5430 1942 ) ( 6096 5434 1946 ) ( 6096 5434 2042 ) common/caulk -10 -19 0.00 1 1 0 65696 0 +( 6096 5430 1940 ) ( 6102 5430 1940 ) ( 6102 5434 1946 ) common/caulk 2 56 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6102 5434 1946 ) ( 6102 5430 1942 ) ( 6102 5430 2048 ) general_structure/beam_wood1 -170 -20 -90.00 1 -0.500000 0 16384 0 +surfaceparm detail +( 6102 5430 2048 ) ( 6096 5430 2048 ) ( 6096 5434 2042 ) common/caulk -59 40 0.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( 6100 5650 1946 ) ( 6096 5650 1946 ) ( 6096 5478 1946 ) common/caulk -16 41 0.00 1 1 0 65696 0 +( 6100 5478 2042 ) ( 6100 5650 2042 ) ( 6104 5650 2042 ) common/caulk -16 41 0.00 1 1 0 65696 0 +( 6100 5434 2054 ) ( 6104 5434 2054 ) ( 6104 5434 2030 ) common/caulk -16 -19 0.00 1 1 0 65696 0 +( 6100 5478 2018 ) ( 6100 5650 2018 ) ( 6100 5650 1994 ) german/bulletinboard 69 -86 179.96 0.750000 -0.750000 0 16384 0 +surfaceparm detail +( 6112 5614 2054 ) ( 6108 5614 2054 ) ( 6108 5614 2030 ) common/caulk -16 -19 0.00 1 1 0 65696 0 +( 6096 5650 1970 ) ( 6096 5478 1970 ) ( 6096 5478 1946 ) common/caulk -10 -19 0.00 1 1 0 65696 0 +} +// brush 2 +{ +( 6102 5614 2042 ) ( 6096 5614 2042 ) ( 6096 5434 2042 ) general_structure/beam_wood1 -216 -3 90.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6096 4726 2048 ) ( 6096 5342 2048 ) ( 6112 5342 2048 ) common/caulk -32 53 90.00 1 -1 0 65696 0 +surfaceparm detail +( 6102 5430 2048 ) ( 6102 5618 2048 ) ( 6102 5614 2042 ) general_structure/beam_wood1 -222 -12 0.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6102 5618 2048 ) ( 6096 5618 2048 ) ( 6096 5614 2042 ) common/caulk -35 -16 0.00 1 1 0 65696 0 +surfaceparm detail +( 6096 5618 2048 ) ( 6096 5430 2048 ) ( 6096 5434 2042 ) common/caulk -10 -19 0.00 1 1 0 65696 0 +( 6096 5430 2048 ) ( 6102 5430 2048 ) ( 6102 5434 2042 ) common/caulk 42 -32 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 3 +{ +( 6102 5434 1946 ) ( 6096 5434 1946 ) ( 6096 5614 1946 ) general_structure/beam_wood1 80 -4 -90.00 1 -0.500000 0 16384 0 +( 6096 6322 1940 ) ( 6096 5706 1940 ) ( 6112 5706 1940 ) general_structure/beam_wood1 -170 -23 90.00 1 0.500000 0 16384 0 +( 6102 5618 1940 ) ( 6102 5430 1940 ) ( 6102 5434 1946 ) general_structure/beam_wood1 74 11 -180.00 1 0.500000 0 16384 0 +( 6102 5430 1940 ) ( 6096 5430 1940 ) ( 6096 5434 1946 ) common/caulk -35 28 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6096 5430 1940 ) ( 6096 5618 1940 ) ( 6096 5614 1946 ) common/caulk -10 -19 0.00 1 1 0 65696 0 +( 6096 5618 1940 ) ( 6102 5618 1940 ) ( 6102 5614 1946 ) common/caulk 42 12 -180.00 1 1 0 65696 0 +} +// brush 4 +{ +( 6096 5614 2042 ) ( 6102 5614 2042 ) ( 6102 5614 1946 ) general_structure/beam_wood1 199 7 90.00 1 -0.500000 0 16384 0 +surfaceparm detail +( 6102 5618 2048 ) ( 6096 5618 2048 ) ( 6096 5618 1940 ) general_structure/beam_wood1 193 0 90.00 1 0.500000 0 16384 0 +surfaceparm detail +( 6096 5618 2046 ) ( 6096 5614 2042 ) ( 6096 5614 1946 ) common/caulk 30 25 -180.00 1 1 0 65696 0 +( 6096 5618 2048 ) ( 6102 5618 2048 ) ( 6102 5614 2042 ) common/caulk 2 -52 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6102 5614 2042 ) ( 6102 5618 2046 ) ( 6102 5618 1940 ) general_structure/beam_wood1 193 28 90.00 1 -0.500000 0 16384 0 +surfaceparm detail +( 6102 5618 1940 ) ( 6096 5618 1940 ) ( 6096 5614 1946 ) common/caulk -59 -4 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 3304 +{ +"spawnflags" "4" +"origin" "6645.48 5375.24 1904.00" +"angle" "270" +"testanim" "idle" +"model" "static/bighutch.tik" +"scale" "1.0" +"classname" "static_furniture_bighutch" +} +// entity 3305 +{ +"spawnflags" "16" +"origin" "6319.10 5569.18 1955.83" +"angle" "225" +"testanim" "idle" +"model" "static/typewriter.tik" +"scale" "1.0" +"classname" "static_furniture_typewriter" +} +// entity 3306 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + german/raildoor + ( 9 3 0 -2147467264 0 subdivisions 7.222744 ) +( +( ( 6515 4489 1904 0 0 ) ( 6507 4489 1934 -0.500000 0 ) ( 6515 4489 1964 -1 0 ) ) +( ( 6515 4469 1904 0 0.250000 ) ( 6507 4461 1934 -0.500000 0.250000 ) ( 6515 4469 1964 -1 0.250000 ) ) +( ( 6535 4469 1904 0 0.500000 ) ( 6535 4461 1934 -0.500000 0.500000 ) ( 6535 4469 1964 -1 0.500000 ) ) +( ( 6555 4469 1904 0 0.750000 ) ( 6563 4461 1934 -0.500000 0.750000 ) ( 6555 4469 1964 -1 0.750000 ) ) +( ( 6555 4489 1904 0 1 ) ( 6563 4489 1934 -0.500000 1 ) ( 6555 4489 1964 -1 1 ) ) +( ( 6555 4509 1904 0 1.250000 ) ( 6563 4517 1934 -0.500000 1.250000 ) ( 6555 4509 1964 -1 1.250000 ) ) +( ( 6535 4509 1904 0 1.500000 ) ( 6535 4517 1934 -0.500000 1.500000 ) ( 6535 4509 1964 -1 1.500000 ) ) +( ( 6515 4509 1904 0 1.750000 ) ( 6507 4517 1934 -0.500000 1.750000 ) ( 6515 4509 1964 -1 1.750000 ) ) +( ( 6515 4489 1904 0 2 ) ( 6507 4489 1934 -0.500000 2 ) ( 6515 4489 1964 -1 2 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail subdivisions 143.215912 ) +( +( ( 6515 4489 1960 5.600000 -0.200000 ) ( 6515 4489 1964 5.600000 -0.184375 ) ( 6515 4489 1968 5.600000 -0.168750 ) ) +( ( 6515 4469 1960 5.678125 -0.200000 ) ( 6515 4469 1964 5.678125 -0.184375 ) ( 6515 4469 1968 5.678125 -0.168750 ) ) +( ( 6535 4469 1960 5.756250 -0.200000 ) ( 6535 4469 1964 5.756250 -0.184375 ) ( 6535 4469 1968 5.756250 -0.168750 ) ) +( ( 6555 4469 1960 5.834375 -0.200000 ) ( 6555 4469 1964 5.834375 -0.184375 ) ( 6555 4469 1968 5.834375 -0.168750 ) ) +( ( 6555 4489 1960 5.912500 -0.200000 ) ( 6555 4489 1964 5.912500 -0.184375 ) ( 6555 4489 1968 5.912500 -0.168750 ) ) +( ( 6555 4509 1960 5.990625 -0.200000 ) ( 6555 4509 1964 5.990625 -0.184375 ) ( 6555 4509 1968 5.990625 -0.168750 ) ) +( ( 6535 4509 1960 6.068750 -0.200000 ) ( 6535 4509 1964 6.068750 -0.184375 ) ( 6535 4509 1968 6.068750 -0.168750 ) ) +( ( 6515 4509 1960 6.146875 -0.200000 ) ( 6515 4509 1964 6.146875 -0.184375 ) ( 6515 4509 1968 6.146875 -0.168750 ) ) +( ( 6515 4489 1960 6.225000 -0.200000 ) ( 6515 4489 1964 6.225000 -0.184375 ) ( 6515 4489 1968 6.225000 -0.168750 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail subdivisions 143.215912 ) +( +( ( 6515 4489 1968 -7.800000 1.600000 ) ( 6517 4489 1968 -7.800000 1.607813 ) ( 6519 4489 1968 -7.800000 1.615625 ) ) +( ( 6515 4469 1968 -7.721875 1.600000 ) ( 6516 4470 1968 -7.727363 1.607812 ) ( 6518 4472 1968 -7.732768 1.615626 ) ) +( ( 6535 4469 1968 -7.643750 1.600000 ) ( 6535 4471 1968 -7.654725 1.607813 ) ( 6535 4473 1968 -7.665537 1.615625 ) ) +( ( 6555 4469 1968 -7.565625 1.600000 ) ( 6554 4470 1968 -7.582088 1.607812 ) ( 6552 4472 1968 -7.598305 1.615626 ) ) +( ( 6555 4489 1968 -7.487500 1.600000 ) ( 6553 4489 1968 -7.509450 1.607813 ) ( 6551 4489 1968 -7.531074 1.615625 ) ) +( ( 6555 4509 1968 -7.409375 1.600000 ) ( 6554 4508 1968 -7.436813 1.607812 ) ( 6552 4506 1968 -7.463842 1.615626 ) ) +( ( 6535 4509 1968 -7.331250 1.600000 ) ( 6535 4507 1968 -7.364176 1.607813 ) ( 6535 4505 1968 -7.396610 1.615625 ) ) +( ( 6515 4509 1968 -7.253125 1.600000 ) ( 6516 4508 1968 -7.291538 1.607812 ) ( 6518 4506 1968 -7.329379 1.615626 ) ) +( ( 6515 4489 1968 -7.175000 1.600000 ) ( 6517 4489 1968 -7.218901 1.607813 ) ( 6519 4489 1968 -7.262147 1.615625 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + interior/woodbeamed_trenchwall1 + ( 3 3 0 -2147467264 0 subdivisions 139.965530 ) +( +( ( 6519 4489 1964 95.609375 -72.531250 ) ( 6518 4506 1964 95.593750 -72.796875 ) ( 6535 4505 1964 95.859375 -72.781250 ) ) +( ( 6518 4472 1964 95.593750 -72.265625 ) ( 6535 4489 1964 95.859375 -72.531250 ) ( 6552 4506 1964 96.125000 -72.796875 ) ) +( ( 6535 4473 1964 95.859375 -72.281250 ) ( 6552 4472 1964 96.125000 -72.265625 ) ( 6551 4489 1964 96.109375 -72.531250 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail subdivisions 139.965530 ) +( +( ( 6519 4489 1968 5.600000 -0.168750 ) ( 6519 4489 1964 5.600000 -0.184375 ) ( 6519 4489 1960 5.600000 -0.200000 ) ) +( ( 6518 4472 1968 5.678125 -0.168750 ) ( 6518 4472 1964 5.678125 -0.184375 ) ( 6518 4472 1960 5.678125 -0.200000 ) ) +( ( 6535 4473 1968 5.756250 -0.168750 ) ( 6535 4473 1964 5.756250 -0.184375 ) ( 6535 4473 1960 5.756250 -0.200000 ) ) +( ( 6552 4472 1968 5.834375 -0.168750 ) ( 6552 4472 1964 5.834375 -0.184375 ) ( 6552 4472 1960 5.834375 -0.200000 ) ) +( ( 6551 4489 1968 5.912500 -0.168750 ) ( 6551 4489 1964 5.912500 -0.184375 ) ( 6551 4489 1960 5.912500 -0.200000 ) ) +( ( 6552 4506 1968 5.990625 -0.168750 ) ( 6552 4506 1964 5.990625 -0.184375 ) ( 6552 4506 1960 5.990625 -0.200000 ) ) +( ( 6535 4505 1968 6.068750 -0.168750 ) ( 6535 4505 1964 6.068750 -0.184375 ) ( 6535 4505 1960 6.068750 -0.200000 ) ) +( ( 6518 4506 1968 6.146875 -0.168750 ) ( 6518 4506 1964 6.146875 -0.184375 ) ( 6518 4506 1960 6.146875 -0.200000 ) ) +( ( 6519 4489 1968 6.225000 -0.168750 ) ( 6519 4489 1964 6.225000 -0.184375 ) ( 6519 4489 1960 6.225000 -0.200000 ) ) +) + } + } +} +// entity 3307 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + german/raildoor + ( 9 3 0 -2147467264 0 subdivisions 7.222744 ) +( +( ( 5994 5082 2080 0 0 ) ( 5986 5082 2110 -0.500000 0 ) ( 5994 5082 2140 -1 0 ) ) +( ( 5994 5062 2080 0 0.250000 ) ( 5986 5054 2110 -0.500000 0.250000 ) ( 5994 5062 2140 -1 0.250000 ) ) +( ( 6014 5062 2080 0 0.500000 ) ( 6014 5054 2110 -0.500000 0.500000 ) ( 6014 5062 2140 -1 0.500000 ) ) +( ( 6034 5062 2080 0 0.750000 ) ( 6042 5054 2110 -0.500000 0.750000 ) ( 6034 5062 2140 -1 0.750000 ) ) +( ( 6034 5082 2080 0 1 ) ( 6042 5082 2110 -0.500000 1 ) ( 6034 5082 2140 -1 1 ) ) +( ( 6034 5102 2080 0 1.250000 ) ( 6042 5110 2110 -0.500000 1.250000 ) ( 6034 5102 2140 -1 1.250000 ) ) +( ( 6014 5102 2080 0 1.500000 ) ( 6014 5110 2110 -0.500000 1.500000 ) ( 6014 5102 2140 -1 1.500000 ) ) +( ( 5994 5102 2080 0 1.750000 ) ( 5986 5110 2110 -0.500000 1.750000 ) ( 5994 5102 2140 -1 1.750000 ) ) +( ( 5994 5082 2080 0 2 ) ( 5986 5082 2110 -0.500000 2 ) ( 5994 5082 2140 -1 2 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail subdivisions 143.215912 ) +( +( ( 5994 5082 2136 5.600000 -0.200000 ) ( 5994 5082 2140 5.600000 -0.184375 ) ( 5994 5082 2144 5.600000 -0.168750 ) ) +( ( 5994 5062 2136 5.678125 -0.200000 ) ( 5994 5062 2140 5.678125 -0.184375 ) ( 5994 5062 2144 5.678125 -0.168750 ) ) +( ( 6014 5062 2136 5.756250 -0.200000 ) ( 6014 5062 2140 5.756250 -0.184375 ) ( 6014 5062 2144 5.756250 -0.168750 ) ) +( ( 6034 5062 2136 5.834375 -0.200000 ) ( 6034 5062 2140 5.834375 -0.184375 ) ( 6034 5062 2144 5.834375 -0.168750 ) ) +( ( 6034 5082 2136 5.912500 -0.200000 ) ( 6034 5082 2140 5.912500 -0.184375 ) ( 6034 5082 2144 5.912500 -0.168750 ) ) +( ( 6034 5102 2136 5.990625 -0.200000 ) ( 6034 5102 2140 5.990625 -0.184375 ) ( 6034 5102 2144 5.990625 -0.168750 ) ) +( ( 6014 5102 2136 6.068750 -0.200000 ) ( 6014 5102 2140 6.068750 -0.184375 ) ( 6014 5102 2144 6.068750 -0.168750 ) ) +( ( 5994 5102 2136 6.146875 -0.200000 ) ( 5994 5102 2140 6.146875 -0.184375 ) ( 5994 5102 2144 6.146875 -0.168750 ) ) +( ( 5994 5082 2136 6.225000 -0.200000 ) ( 5994 5082 2140 6.225000 -0.184375 ) ( 5994 5082 2144 6.225000 -0.168750 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail subdivisions 143.215912 ) +( +( ( 5994 5082 2144 -7.800000 1.600000 ) ( 5996 5082 2144 -7.800000 1.607813 ) ( 5998 5082 2144 -7.800000 1.615625 ) ) +( ( 5994 5062 2144 -7.721875 1.600000 ) ( 5995 5063 2144 -7.727363 1.607812 ) ( 5997 5065 2144 -7.732768 1.615626 ) ) +( ( 6014 5062 2144 -7.643750 1.600000 ) ( 6014 5064 2144 -7.654725 1.607813 ) ( 6014 5066 2144 -7.665537 1.615625 ) ) +( ( 6034 5062 2144 -7.565625 1.600000 ) ( 6033 5063 2144 -7.582088 1.607812 ) ( 6031 5065 2144 -7.598305 1.615626 ) ) +( ( 6034 5082 2144 -7.487500 1.600000 ) ( 6032 5082 2144 -7.509450 1.607813 ) ( 6030 5082 2144 -7.531074 1.615625 ) ) +( ( 6034 5102 2144 -7.409375 1.600000 ) ( 6033 5101 2144 -7.436813 1.607812 ) ( 6031 5099 2144 -7.463842 1.615626 ) ) +( ( 6014 5102 2144 -7.331250 1.600000 ) ( 6014 5100 2144 -7.364176 1.607813 ) ( 6014 5098 2144 -7.396610 1.615625 ) ) +( ( 5994 5102 2144 -7.253125 1.600000 ) ( 5995 5101 2144 -7.291538 1.607812 ) ( 5997 5099 2144 -7.329379 1.615626 ) ) +( ( 5994 5082 2144 -7.175000 1.600000 ) ( 5996 5082 2144 -7.218901 1.607813 ) ( 5998 5082 2144 -7.262147 1.615625 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + interior/woodbeamed_trenchwall1 + ( 3 3 0 -2147467264 0 subdivisions 139.965530 ) +( +( ( 5998 5082 2140 95.609375 -72.531250 ) ( 5997 5099 2140 95.593750 -72.796875 ) ( 6014 5098 2140 95.859375 -72.781250 ) ) +( ( 5997 5065 2140 95.593750 -72.265625 ) ( 6014 5082 2140 95.859375 -72.531250 ) ( 6031 5099 2140 96.125000 -72.796875 ) ) +( ( 6014 5066 2140 95.859375 -72.281250 ) ( 6031 5065 2140 96.125000 -72.265625 ) ( 6030 5082 2140 96.109375 -72.531250 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail subdivisions 139.965530 ) +( +( ( 5998 5082 2144 5.600000 -0.168750 ) ( 5998 5082 2140 5.600000 -0.184375 ) ( 5998 5082 2136 5.600000 -0.200000 ) ) +( ( 5997 5065 2144 5.678125 -0.168750 ) ( 5997 5065 2140 5.678125 -0.184375 ) ( 5997 5065 2136 5.678125 -0.200000 ) ) +( ( 6014 5066 2144 5.756250 -0.168750 ) ( 6014 5066 2140 5.756250 -0.184375 ) ( 6014 5066 2136 5.756250 -0.200000 ) ) +( ( 6031 5065 2144 5.834375 -0.168750 ) ( 6031 5065 2140 5.834375 -0.184375 ) ( 6031 5065 2136 5.834375 -0.200000 ) ) +( ( 6030 5082 2144 5.912500 -0.168750 ) ( 6030 5082 2140 5.912500 -0.184375 ) ( 6030 5082 2136 5.912500 -0.200000 ) ) +( ( 6031 5099 2144 5.990625 -0.168750 ) ( 6031 5099 2140 5.990625 -0.184375 ) ( 6031 5099 2136 5.990625 -0.200000 ) ) +( ( 6014 5098 2144 6.068750 -0.168750 ) ( 6014 5098 2140 6.068750 -0.184375 ) ( 6014 5098 2136 6.068750 -0.200000 ) ) +( ( 5997 5099 2144 6.146875 -0.168750 ) ( 5997 5099 2140 6.146875 -0.184375 ) ( 5997 5099 2136 6.146875 -0.200000 ) ) +( ( 5998 5082 2144 6.225000 -0.168750 ) ( 5998 5082 2140 6.225000 -0.184375 ) ( 5998 5082 2136 6.225000 -0.200000 ) ) +) + } + } +} +// entity 3308 +{ +"spawnflags" "2" +"origin" "6408.00 5050.00 2176.00" +"testanim" "idle" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 3309 +{ +"type" "patchCapped" +"classname" "func_group" +// brush 0 + { + patchDef2 + { + general_industrial/cable_wire + ( 9 3 0 -2147450880 0 ) +( +( ( 5130 6050.665039 2069.667480 0 0 ) ( 5152 6050.665039 2069.667480 0 1.375000 ) ( 5174 6050.665039 2069.667480 0 2.750000 ) ) +( ( 5130 6048 2071 0.186225 0 ) ( 5152 6048 2071 0.186225 1.375000 ) ( 5174 6048 2071 0.186225 2.750000 ) ) +( ( 5130 6045.334961 2069.667480 0.372451 0 ) ( 5152 6045.334961 2069.667480 0.372451 1.375000 ) ( 5174 6045.334961 2069.667480 0.372451 2.750000 ) ) +( ( 5130 6044 2067 0.558881 0 ) ( 5152 6044 2067 0.558881 1.375000 ) ( 5174 6044 2067 0.558881 2.750000 ) ) +( ( 5130 6045.334961 2064.332520 0.745311 0 ) ( 5152 6045.334961 2064.332520 0.745311 1.375000 ) ( 5174 6045.334961 2064.332520 0.745311 2.750000 ) ) +( ( 5130 6048 2063 0.931536 0 ) ( 5152 6048 2063 0.931536 1.375000 ) ( 5174 6048 2063 0.931536 2.750000 ) ) +( ( 5130 6050.665039 2064.332520 1.117761 0 ) ( 5152 6050.665039 2064.332520 1.117761 1.375000 ) ( 5174 6050.665039 2064.332520 1.117761 2.750000 ) ) +( ( 5130 6052 2067 1.304191 0 ) ( 5152 6052 2067 1.304191 1.375000 ) ( 5174 6052 2067 1.304191 2.750000 ) ) +( ( 5130 6050.665039 2069.667480 1.490621 0 ) ( 5152 6050.665039 2069.667480 1.490621 1.375000 ) ( 5174 6050.665039 2069.667480 1.490621 2.750000 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 3 3 0 -2147450880 0 +surfaceparm detail ) +( +( ( 5130 6050.665039 2064.332520 94.541641 -32.255196 ) ( 5130 6052 2067 94.562500 -32.296875 ) ( 5130 6050.665039 2069.667480 94.541641 -32.338554 ) ) +( ( 5130 6048 2063 94.500000 -32.234375 ) ( 5130 6048 2067 94.500000 -32.296875 ) ( 5130 6048 2071 94.500000 -32.359375 ) ) +( ( 5130 6045.334961 2064.332520 94.458359 -32.255196 ) ( 5130 6044 2067 94.437500 -32.296875 ) ( 5130 6045.334961 2069.667480 94.458359 -32.338554 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 3 3 0 -2147450880 0 +surfaceparm detail ) +( +( ( 5174 6050.665039 2069.667480 94.541641 -32.338554 ) ( 5174 6052 2067 94.562500 -32.296875 ) ( 5174 6050.665039 2064.332520 94.541641 -32.255196 ) ) +( ( 5174 6048 2071 94.500000 -32.359375 ) ( 5174 6048 2067 94.500000 -32.296875 ) ( 5174 6048 2063 94.500000 -32.234375 ) ) +( ( 5174 6045.334961 2069.667480 94.458359 -32.338554 ) ( 5174 6044 2067 94.437500 -32.296875 ) ( 5174 6045.334961 2064.332520 94.458359 -32.255196 ) ) +) + } + } +} +// entity 3310 +{ +"spawnflags" "4" +"angle" "90" +"origin" "6264.00 5392.00 1904.00" +"testanim" "idle" +"model" "static/smallfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_smallfilecabinet" +} +// entity 3311 +{ +"spawnflags" "4" +"origin" "6112.00 4527.00 1904.00" +"testanim" "idle" +"model" "static/flourbag-bent.tik" +"scale" "2" +"classname" "static_item_flourbag-bent" +} +// entity 3312 +{ +"origin" "6894.64 5451.29 2112.00" +"testanim" "idle" +"model" "static/deckofcards.tik" +"scale" "1.0" +"classname" "static_decor_cards" +} +// entity 3313 +{ +"spawnflags" "4" +"origin" "6992.00 5720.00 1904.00" +"testanim" "idle" +"model" "static/coat_hanging_stand.tik" +"scale" "1.0" +"classname" "static_item_coat-hanging-stand" +} +// entity 3314 +{ +"spawnflags" "4" +"origin" "6906.00 5491.00 2062.00" +"testanim" "idle" +"model" "miscobj/cardpile.tik" +"scale" "1.0" +"classname" "static_items_cardpile" +} +// entity 3315 +{ +"spawnflags" "4" +"origin" "6848.00 5416.00 1904.00" +"angle" "90" +"testanim" "idle" +"model" "static/rolltop_desk.tik" +"scale" "1.0" +"classname" "static_furniture_rolltopdesk" +} +// entity 3316 +{ +"spawnflags" "4" +"angle" "225" +"origin" "6909.60 5470.60 2080.00" +"testanim" "idle" +"model" "static/trunk.tik" +"scale" "1.0" +"classname" "static_item_trunk" +} +// entity 3317 +{ +"origin" "6327.00 4586.00 1960.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 3318 +{ +"origin" "6307.81 4631.96 1960.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 3319 +{ +"angle" "135" +"origin" "6330.82 4514.93 1959.00" +"testanim" "idle" +"model" "static/pounder.tik" +"scale" "1.0" +"classname" "static_item_pounder" +} +// entity 3320 +{ +"angle" "135" +"origin" "6305.97 4597.66 1960.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 3321 +{ +"origin" "6313.74 4662.87 1960.00" +"testanim" "idle" +"model" "static/dish.tik" +"scale" "1.0" +"classname" "static_item_dish" +} +// entity 3322 +{ +"origin" "5876.83 3500.86 1904.00" +"testanim" "idle" +"model" "static/plunger.tik" +"scale" "1.0" +"classname" "static_item_plunger" +} +// entity 3323 +{ +"spawnflags" "4" +"angle" "270" +"origin" "5985.37 5132.11 1904.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.25" +"classname" "static_furniture_bunkerbench" +} +// entity 3324 +{ +"spawnflags" "4" +"origin" "7006.80 5569.43 1904.05" +"testanim" "idle" +"model" "furniture/table.tik" +"scale" "1.0" +"classname" "static_furniture_table" +} +// entity 3325 +{ +"spawnflags" "2" +"angle" "180" +"origin" "7017.57 5569.36 1992.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 3326 +{ +"classname" "func_group" +// brush 0 +{ +( 5186 6042 2020 ) ( 5202 6042 2020 ) ( 5202 6058 2020 ) common/caulk 55 -9 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5202 6054 2208 ) ( 5186 6054 2208 ) ( 5186 6054 2020 ) central_europe_winter/joist_w 7 3 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5186 6058 2204 ) ( 5186 6042 2204 ) ( 5186 6042 2020 ) central_europe_winter/joist_w 10 3 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5186 6042 2204 ) ( 5202 6042 2204 ) ( 5202 6042 2020 ) central_europe_winter/joist_w 7 3 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5198 6038 2204 ) ( 5198 6054 2204 ) ( 5198 6054 2020 ) central_europe_winter/joist_w 10 3 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5186 6048 2126 ) ( 5186 6054 2120 ) ( 5198 6051 2123 ) common/caulk 48 -40 0.00 1 1 0 65696 0 +( 5186 6042 2120 ) ( 5186 6048 2126 ) ( 5198 6045 2123 ) common/caulk 48 -40 0.00 1 1 0 65696 0 +} +// brush 1 +{ +( 5186 6084 2094 ) ( 5198 6084 2094 ) ( 5198 6080 2096 ) common/caulk -25 -41 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5186 6054 2070 ) ( 5198 6054 2070 ) ( 5198 6054 2064 ) common/caulk -26 -15 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5198 6084 2094 ) ( 5186 6084 2094 ) ( 5186 6054 2064 ) central_europe_winter/joist_w -9 2 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5196 6094 2064 ) ( 5196 6094 2080 ) ( 5196 6278 2080 ) central_europe_winter/joist_w 10 2 -45.00 1 -1 0 16384 0 +surfaceparm detail +( 5186 6080 2096 ) ( 5198 6080 2096 ) ( 5198 6054 2070 ) central_europe_winter/joist_w -9 2 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5188 6094 2080 ) ( 5188 6094 2064 ) ( 5188 6278 2064 ) central_europe_winter/joist_w 10 2 -45.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 5200 6012 2094 ) ( 5188 6012 2094 ) ( 5188 6016 2096 ) common/caulk 49 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5200 6042 2070 ) ( 5188 6042 2070 ) ( 5188 6042 2064 ) common/caulk 48 -15 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5188 6012 2094 ) ( 5200 6012 2094 ) ( 5200 6042 2064 ) central_europe_winter/joist_w 0 -38 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5188 6002 2064 ) ( 5188 6002 2080 ) ( 5188 5818 2080 ) central_europe_winter/joist_w 10 2 45.00 1 -1 0 16384 0 +surfaceparm detail +( 5200 6016 2096 ) ( 5188 6016 2096 ) ( 5188 6042 2070 ) central_europe_winter/joist_w 0 -38 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5196 6002 2080 ) ( 5196 6002 2064 ) ( 5196 5818 2064 ) central_europe_winter/joist_w 10 2 45.00 1 -1 0 16384 0 +surfaceparm detail +} +} +// entity 3327 +{ +"type" "patchThick" +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/stonewall1snow + ( 9 3 0 -2147418112 0 subdivisions 180.030457 ) +( +( ( 5104 6048 1948 0 0 ) ( 5104 6048 1984 0 0.140625 ) ( 5104 6048 2020 0 0.281250 ) ) +( ( 5104 6000 1948 0.187500 0 ) ( 5104 6000 1984 0.187500 0.140625 ) ( 5104 6000 2020 0.187500 0.281250 ) ) +( ( 5152 6000 1948 0.375000 0 ) ( 5152 6000 1984 0.375000 0.140625 ) ( 5152 6000 2020 0.375000 0.281250 ) ) +( ( 5200 6000 1948 0.562500 0 ) ( 5200 6000 1984 0.562500 0.140625 ) ( 5200 6000 2020 0.562500 0.281250 ) ) +( ( 5200 6048 1948 0.750000 0 ) ( 5200 6048 1984 0.750000 0.140625 ) ( 5200 6048 2020 0.750000 0.281250 ) ) +( ( 5200 6096 1948 0.937500 0 ) ( 5200 6096 1984 0.937500 0.140625 ) ( 5200 6096 2020 0.937500 0.281250 ) ) +( ( 5152 6096 1948 1.125000 0 ) ( 5152 6096 1984 1.125000 0.140625 ) ( 5152 6096 2020 1.125000 0.281250 ) ) +( ( 5104 6096 1948 1.312500 0 ) ( 5104 6096 1984 1.312500 0.140625 ) ( 5104 6096 2020 1.312500 0.281250 ) ) +( ( 5104 6048 1948 1.500000 0 ) ( 5104 6048 1984 1.500000 0.140625 ) ( 5104 6048 2020 1.500000 0.281250 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/snowfield1 + ( 9 3 0 -2080374784 0 subdivisions 180.030457 ) +( +( ( 5104 6048 2020 0 0 ) ( 5112 6048 2020 0 0.031250 ) ( 5120 6048 2020 0 0.062500 ) ) +( ( 5104 6000 2020 0.187500 0 ) ( 5109.656738 6005.656738 2020 0.187500 0.031250 ) ( 5115.313477 6011.313477 2020 0.187500 0.062500 ) ) +( ( 5152 6000 2020 0.375000 0 ) ( 5152 6008 2020 0.375000 0.031250 ) ( 5152 6016 2020 0.375000 0.062500 ) ) +( ( 5200 6000 2020 0.562500 0 ) ( 5194.343262 6005.656738 2020 0.562500 0.031250 ) ( 5188.686523 6011.313477 2020 0.562500 0.062500 ) ) +( ( 5200 6048 2020 0.750000 0 ) ( 5192 6048 2020 0.750000 0.031250 ) ( 5184 6048 2020 0.750000 0.062500 ) ) +( ( 5200 6096 2020 0.937500 0 ) ( 5194.343262 6090.343262 2020 0.937500 0.031250 ) ( 5188.686523 6084.686523 2020 0.937500 0.062500 ) ) +( ( 5152 6096 2020 1.125000 0 ) ( 5152 6088 2020 1.125000 0.031250 ) ( 5152 6080 2020 1.125000 0.062500 ) ) +( ( 5104 6096 2020 1.312500 0 ) ( 5109.656738 6090.343262 2020 1.312500 0.031250 ) ( 5115.313477 6084.686523 2020 1.312500 0.062500 ) ) +( ( 5104 6048 2020 1.500000 0 ) ( 5112 6048 2020 1.500000 0.031250 ) ( 5120 6048 2020 1.500000 0.062500 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/stonewall1snow + ( 9 3 0 -2147418112 0 subdivisions 171.812759 ) +( +( ( 5120 6048 2020 0 0 ) ( 5120 6048 1905 0 0.449219 ) ( 5120 6048 1790 0 0.898437 ) ) +( ( 5115.313477 6011.313477 2020 0.144471 0 ) ( 5115.313477 6011.313477 1905 0.144471 0.449219 ) ( 5115.313477 6011.313477 1790 0.144471 0.898437 ) ) +( ( 5152 6016 2020 0.288943 0 ) ( 5152 6016 1905 0.288943 0.449219 ) ( 5152 6016 1790 0.288943 0.898437 ) ) +( ( 5188.686523 6011.313477 2020 0.433414 0 ) ( 5188.686523 6011.313477 1905 0.433414 0.449219 ) ( 5188.686523 6011.313477 1790 0.433414 0.898437 ) ) +( ( 5184 6048 2020 0.577885 0 ) ( 5184 6048 1905 0.577885 0.449219 ) ( 5184 6048 1790 0.577885 0.898437 ) ) +( ( 5188.686523 6084.686523 2020 0.722356 0 ) ( 5188.686523 6084.686523 1905 0.722356 0.449219 ) ( 5188.686523 6084.686523 1790 0.722356 0.898437 ) ) +( ( 5152 6080 2020 0.866828 0 ) ( 5152 6080 1905 0.866828 0.449219 ) ( 5152 6080 1790 0.866828 0.898437 ) ) +( ( 5115.313477 6084.686523 2020 1.011299 0 ) ( 5115.313477 6084.686523 1905 1.011299 0.449219 ) ( 5115.313477 6084.686523 1790 1.011299 0.898437 ) ) +( ( 5120 6048 2020 1.155770 0 ) ( 5120 6048 1905 1.155770 0.449219 ) ( 5120 6048 1790 1.155770 0.898437 ) ) +) + } + } +} +// entity 3328 +{ +"spawnflags" "4" +"angle" "270" +"origin" "6356.00 4832.00 1884.00" +"testanim" "idle" +"model" "static/bathroomsink.tik" +"scale" "1.5" +"classname" "static_furniture_bathroomsink" +} +// entity 3329 +{ +"spawnflags" "16" +"angle" "270" +"origin" "6520.00 4677.90 2224.00" +"testanim" "idle" +"model" "static/curtain.tik" +"scale" "1.9" +"classname" "static_furniture_curtain" +} +// entity 3330 +{ +"spawnflags" "4" +"angle" "270" +"origin" "6512.00 4704.00 2088.00" +"testanim" "idle" +"model" "static/bathtub.tik" +"scale" "1.0" +"classname" "static_furniture_bathtub" +} +// entity 3331 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "-204.00 -7756.00 780.00" +"model" "static/tree_winter_midpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-midpine" +} +// entity 3332 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "-2616.00 -6680.00 704.00" +"model" "static/tree_winter_midpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-midpine" +} +// entity 3333 +{ +"spawnflags" "4" +"origin" "6117.92 5685.94 1904.00" +"testanim" "idle" +"model" "static/metaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_metaldesk" +} +// entity 3334 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6872.00 4834.00 2010.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 3335 +{ +"origin" "5897.14 4582.79 1888.00" +"angle" "225" +"testanim" "idle" +"model" "static/sandbag_large_semicircle_winter.tik" +"scale" "1.0" +"classname" "static_obstacle_sandbag-large-semicircle-winter" +} +// entity 3336 +{ +"origin" "5882.00 3472.00 1904.00" +"testanim" "idle" +"model" "static/toilet.tik" +"scale" "1.0" +"classname" "static_furniture_toilet-bowl-and-tank" +} +// entity 3337 +{ +"spawnflags" "4" +"origin" "6193.47 5635.30 2080.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 3338 +{ +"spawnflags" "4" +"origin" "6770.00 4946.00 1904.00" +"angle" "90" +"testanim" "idle" +"model" "static/winecasks.tik" +"scale" "1.0" +"classname" "static_furniture_winecasks" +} +// entity 3339 +{ +"spawnflags" "4" +"origin" "6116.00 5412.00 1904.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 3340 +{ +"type" "patchThick" +"classname" "func_group" +// brush 0 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 3 3 0 -2147450880 0 +surfaceparm detail subdivisions 7.496230 ) +( +( ( 6518 4680 1962 5.850000 -2.200000 ) ( 6494 4640 1962 7.100000 -2.200000 ) ( 6518 4600 1962 8.350000 -2.200000 ) ) +( ( 6518 4680 1962 5.850000 -2.700000 ) ( 6494 4640 1962 7.100000 -2.700000 ) ( 6518 4600 1962 8.350000 -2.700000 ) ) +( ( 6518 4680 1960 5.850000 -3.200000 ) ( 6494 4640 1960 7.100000 -3.200000 ) ( 6518 4600 1960 8.350000 -3.200000 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 3 3 0 -2147450880 0 +surfaceparm detail subdivisions 7.496230 ) +( +( ( 6518 4680 1960 102.718750 -73.156250 ) ( 6494 4640 1960 102.343750 -72.531250 ) ( 6518 4600 1960 102.718750 -71.906250 ) ) +( ( 6520 4678 1960 102.750000 -73.125000 ) ( 6496 4640 1960 102.375000 -72.531250 ) ( 6520 4602 1960 102.750000 -71.937500 ) ) +( ( 6522 4678 1960 102.781250 -73.125000 ) ( 6498 4640 1960 102.406250 -72.531250 ) ( 6522 4602 1960 102.781250 -71.937500 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 3 3 0 -2147450880 0 +surfaceparm detail subdivisions 7.496230 ) +( +( ( 6518 4600 1962 102.718750 -71.906250 ) ( 6494 4640 1962 102.343750 -72.531250 ) ( 6518 4680 1962 102.718750 -73.156250 ) ) +( ( 6520 4602 1962 102.750000 -71.937500 ) ( 6496 4640 1962 102.375000 -72.531250 ) ( 6520 4678 1962 102.750000 -73.125000 ) ) +( ( 6522 4602 1962 102.781250 -71.937500 ) ( 6498 4640 1962 102.406250 -72.531250 ) ( 6522 4678 1962 102.781250 -73.125000 ) ) +) + } + } +} +// entity 3341 +{ +"spawnflags" "2" +"origin" "6568.00 6386.00 1910.00" +"testanim" "idle" +"model" "static/tree_winter_midpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-midpine" +} +// entity 3342 +{ +"spawnflags" "2" +"origin" "5172.00 7094.00 2056.00" +"testanim" "idle" +"model" "static/tree_winter_fillpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-fillpine" +} +// entity 3343 +{ +"spawnflags" "2" +"origin" "6114.37 5411.15 1948.19" +"testanim" "idle" +"model" "lights/glasslamp.tik" +"scale" "1.0" +"classname" "static_lamp_glasslamp" +} +// entity 3344 +{ +"spawnflags" "4" +"origin" "6144.00 4480.00 2016.00" +"testanim" "idle" +"model" "static/jug.tik" +"scale" "1.0" +"classname" "static_decor_jug" +} +// entity 3345 +{ +"spawnflags" "4" +"origin" "6124.00 4484.00 1904.00" +"testanim" "idle" +"model" "static/flourbag-stack.tik" +"scale" "2" +"classname" "static_item_flourbag-stack" +} +// entity 3346 +{ +"origin" "6108.00 4524.00 2016.00" +"testanim" "idle" +"model" "static/pitcher.tik" +"scale" "1.0" +"classname" "static_decor_pitcher" +} +// entity 3347 +{ +"spawnflags" "4" +"angles" "0 270 0" +"angle" "120" +"origin" "6350.07 6308.50 1884.00" +"testanim" "idle" +"model" "static/wagon.tik" +"scale" "1.0" +"classname" "static_farm_wagon" +} +// entity 3348 +{ +"spawnflags" "4" +"angles" "19.99 0.00 0.00" +"angle" "45" +"testanim" "idle" +"origin" "6618.86 4383.21 1889.88" +"model" "static/produce_cart.tik" +"scale" "1.0" +"classname" "static_farm_producecart" +} +// entity 3349 +{ +"spawnflags" "2" +"angle" "180" +"testanim" "idle" +"origin" "6872.00 4843.00 1998.00" +"model" "static/lightpost_sidemounted_winter.tik" +"scale" "1.0" +"classname" "static_lamp_lightpost-sidemounted-winter" +} +// entity 3350 +{ +"classname" "func_group" +// brush 0 +{ +( 2784 1305 976 ) ( 2784 1304 992 ) ( 2784 1320 991 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 990 ) ( 2760 1305 966 ) ( 2760 1307 966 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 978 ) ( 2760 1318 976 ) ( 2784 1318 976 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 978 ) ( 2784 1318 980 ) ( 2760 1318 980 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 980 ) ( 2784 1316 978 ) ( 2760 1316 978 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 978 ) ( 2784 1318 976 ) ( 2760 1318 976 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 2784 1305 992 ) ( 2784 1304 1008 ) ( 2784 1320 1007 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1006 ) ( 2760 1305 982 ) ( 2760 1307 982 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 994 ) ( 2760 1318 992 ) ( 2784 1318 992 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 994 ) ( 2784 1318 996 ) ( 2760 1318 996 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 996 ) ( 2784 1316 994 ) ( 2760 1316 994 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 994 ) ( 2784 1318 992 ) ( 2760 1318 992 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 2784 1305 1008 ) ( 2784 1304 1024 ) ( 2784 1320 1023 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1022 ) ( 2760 1305 998 ) ( 2760 1307 998 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1010 ) ( 2760 1318 1008 ) ( 2784 1318 1008 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1010 ) ( 2784 1318 1012 ) ( 2760 1318 1012 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1012 ) ( 2784 1316 1010 ) ( 2760 1316 1010 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1010 ) ( 2784 1318 1008 ) ( 2760 1318 1008 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 2784 1305 1024 ) ( 2784 1304 1040 ) ( 2784 1320 1039 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1038 ) ( 2760 1305 1014 ) ( 2760 1307 1014 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1026 ) ( 2760 1318 1024 ) ( 2784 1318 1024 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1026 ) ( 2784 1318 1028 ) ( 2760 1318 1028 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1028 ) ( 2784 1316 1026 ) ( 2760 1316 1026 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1026 ) ( 2784 1318 1024 ) ( 2760 1318 1024 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 2784 1305 1040 ) ( 2784 1304 1056 ) ( 2784 1320 1055 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1054 ) ( 2760 1305 1030 ) ( 2760 1307 1030 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1042 ) ( 2760 1318 1040 ) ( 2784 1318 1040 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1042 ) ( 2784 1318 1044 ) ( 2760 1318 1044 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1044 ) ( 2784 1316 1042 ) ( 2760 1316 1042 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1042 ) ( 2784 1318 1040 ) ( 2760 1318 1040 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( 2784 1305 1056 ) ( 2784 1304 1072 ) ( 2784 1320 1071 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1070 ) ( 2760 1305 1046 ) ( 2760 1307 1046 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1058 ) ( 2760 1318 1056 ) ( 2784 1318 1056 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1058 ) ( 2784 1318 1060 ) ( 2760 1318 1060 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1060 ) ( 2784 1316 1058 ) ( 2760 1316 1058 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1058 ) ( 2784 1318 1056 ) ( 2760 1318 1056 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( 2776 1304 968 ) ( 2792 1304 968 ) ( 2792 1320 968 ) common/caulk 28 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2798 1304 1280 ) ( 2774 1304 1280 ) ( 2774 1308 1280 ) central_europe_winter/joist_w 5 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2792 1320 1200 ) ( 2792 1320 1216 ) ( 2768 1320 1216 ) central_europe_winter/joist_w 5 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2788 1332 1376 ) ( 2788 1332 1184 ) ( 2788 1316 1184 ) central_europe_winter/joist_w 21 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2764 1316 1196 ) ( 2764 1316 1212 ) ( 2788 1316 1212 ) central_europe_winter/joist_w 5 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2784 1304 1376 ) ( 2784 1304 1184 ) ( 2784 1320 1184 ) central_europe_winter/joist_w 21 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +} +// brush 7 +{ +( 2756 1304 968 ) ( 2772 1304 968 ) ( 2772 1320 968 ) common/caulk 28 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2770 1304 1280 ) ( 2746 1304 1280 ) ( 2746 1308 1280 ) central_europe_winter/joist_w 5 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2764 1320 1200 ) ( 2764 1320 1216 ) ( 2740 1320 1216 ) central_europe_winter/joist_w 5 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2760 1332 1376 ) ( 2760 1332 1184 ) ( 2760 1316 1184 ) central_europe_winter/joist_w 21 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2736 1316 1196 ) ( 2736 1316 1212 ) ( 2760 1316 1212 ) central_europe_winter/joist_w 5 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2756 1304 1376 ) ( 2756 1304 1184 ) ( 2756 1320 1184 ) central_europe_winter/joist_w 21 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +} +// brush 8 +{ +( 2784 1305 1264 ) ( 2784 1304 1280 ) ( 2784 1320 1279 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1278 ) ( 2760 1305 1254 ) ( 2760 1307 1254 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1266 ) ( 2760 1318 1264 ) ( 2784 1318 1264 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1266 ) ( 2784 1318 1268 ) ( 2760 1318 1268 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1268 ) ( 2784 1316 1266 ) ( 2760 1316 1266 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1266 ) ( 2784 1318 1264 ) ( 2760 1318 1264 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 9 +{ +( 2784 1305 1248 ) ( 2784 1304 1264 ) ( 2784 1320 1263 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1262 ) ( 2760 1305 1238 ) ( 2760 1307 1238 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1250 ) ( 2760 1318 1248 ) ( 2784 1318 1248 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1250 ) ( 2784 1318 1252 ) ( 2760 1318 1252 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1252 ) ( 2784 1316 1250 ) ( 2760 1316 1250 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1250 ) ( 2784 1318 1248 ) ( 2760 1318 1248 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 10 +{ +( 2784 1305 1232 ) ( 2784 1304 1248 ) ( 2784 1320 1247 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1246 ) ( 2760 1305 1222 ) ( 2760 1307 1222 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1234 ) ( 2760 1318 1232 ) ( 2784 1318 1232 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1234 ) ( 2784 1318 1236 ) ( 2760 1318 1236 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1236 ) ( 2784 1316 1234 ) ( 2760 1316 1234 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1234 ) ( 2784 1318 1232 ) ( 2760 1318 1232 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 11 +{ +( 2784 1305 1216 ) ( 2784 1304 1232 ) ( 2784 1320 1231 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1230 ) ( 2760 1305 1206 ) ( 2760 1307 1206 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1218 ) ( 2760 1318 1216 ) ( 2784 1318 1216 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1218 ) ( 2784 1318 1220 ) ( 2760 1318 1220 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1220 ) ( 2784 1316 1218 ) ( 2760 1316 1218 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1218 ) ( 2784 1318 1216 ) ( 2760 1318 1216 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 12 +{ +( 2784 1305 1200 ) ( 2784 1304 1216 ) ( 2784 1320 1215 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1214 ) ( 2760 1305 1190 ) ( 2760 1307 1190 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1202 ) ( 2760 1318 1200 ) ( 2784 1318 1200 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1202 ) ( 2784 1318 1204 ) ( 2760 1318 1204 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1204 ) ( 2784 1316 1202 ) ( 2760 1316 1202 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1202 ) ( 2784 1318 1200 ) ( 2760 1318 1200 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 13 +{ +( 2784 1305 1184 ) ( 2784 1304 1200 ) ( 2784 1320 1199 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1198 ) ( 2760 1305 1174 ) ( 2760 1307 1174 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1186 ) ( 2760 1318 1184 ) ( 2784 1318 1184 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1186 ) ( 2784 1318 1188 ) ( 2760 1318 1188 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1188 ) ( 2784 1316 1186 ) ( 2760 1316 1186 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1186 ) ( 2784 1318 1184 ) ( 2760 1318 1184 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 14 +{ +( 2784 1305 1168 ) ( 2784 1304 1184 ) ( 2784 1320 1183 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1182 ) ( 2760 1305 1158 ) ( 2760 1307 1158 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1170 ) ( 2760 1318 1168 ) ( 2784 1318 1168 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1170 ) ( 2784 1318 1172 ) ( 2760 1318 1172 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1172 ) ( 2784 1316 1170 ) ( 2760 1316 1170 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1170 ) ( 2784 1318 1168 ) ( 2760 1318 1168 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 15 +{ +( 2784 1305 1072 ) ( 2784 1304 1088 ) ( 2784 1320 1087 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1086 ) ( 2760 1305 1062 ) ( 2760 1307 1062 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1074 ) ( 2760 1318 1072 ) ( 2784 1318 1072 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1074 ) ( 2784 1318 1076 ) ( 2760 1318 1076 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1076 ) ( 2784 1316 1074 ) ( 2760 1316 1074 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1074 ) ( 2784 1318 1072 ) ( 2760 1318 1072 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 16 +{ +( 2784 1305 1088 ) ( 2784 1304 1104 ) ( 2784 1320 1103 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1102 ) ( 2760 1305 1078 ) ( 2760 1307 1078 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1090 ) ( 2760 1318 1088 ) ( 2784 1318 1088 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1090 ) ( 2784 1318 1092 ) ( 2760 1318 1092 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1092 ) ( 2784 1316 1090 ) ( 2760 1316 1090 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1090 ) ( 2784 1318 1088 ) ( 2760 1318 1088 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 17 +{ +( 2784 1305 1104 ) ( 2784 1304 1120 ) ( 2784 1320 1119 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1118 ) ( 2760 1305 1094 ) ( 2760 1307 1094 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1106 ) ( 2760 1318 1104 ) ( 2784 1318 1104 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1106 ) ( 2784 1318 1108 ) ( 2760 1318 1108 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1108 ) ( 2784 1316 1106 ) ( 2760 1316 1106 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1106 ) ( 2784 1318 1104 ) ( 2760 1318 1104 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 18 +{ +( 2784 1305 1120 ) ( 2784 1304 1136 ) ( 2784 1320 1135 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1134 ) ( 2760 1305 1110 ) ( 2760 1307 1110 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1122 ) ( 2760 1318 1120 ) ( 2784 1318 1120 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1122 ) ( 2784 1318 1124 ) ( 2760 1318 1124 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1124 ) ( 2784 1316 1122 ) ( 2760 1316 1122 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1122 ) ( 2784 1318 1120 ) ( 2760 1318 1120 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 19 +{ +( 2784 1305 1136 ) ( 2784 1304 1152 ) ( 2784 1320 1151 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1150 ) ( 2760 1305 1126 ) ( 2760 1307 1126 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1138 ) ( 2760 1318 1136 ) ( 2784 1318 1136 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1138 ) ( 2784 1318 1140 ) ( 2760 1318 1140 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1140 ) ( 2784 1316 1138 ) ( 2760 1316 1138 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1138 ) ( 2784 1318 1136 ) ( 2760 1318 1136 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 20 +{ +( 2784 1305 1152 ) ( 2784 1304 1168 ) ( 2784 1320 1167 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1305 1166 ) ( 2760 1305 1142 ) ( 2760 1307 1142 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2760 1320 1154 ) ( 2760 1318 1152 ) ( 2784 1318 1152 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1320 1154 ) ( 2784 1318 1156 ) ( 2760 1318 1156 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1318 1156 ) ( 2784 1316 1154 ) ( 2760 1316 1154 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 2784 1316 1154 ) ( 2784 1318 1152 ) ( 2760 1318 1152 ) central_europe_winter/joist_w -14 -87 -90.00 1 -1 0 16384 0 +surfaceparm detail +} +} +// entity 3351 +{ +"type" "patchCapped" +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/snowfield1 + ( 3 3 0 -2080374784 0 subdivisions 187.993240 ) +( +( ( 6944 4848 1904 27.125000 -18.937500 ) ( 6944 4848 1904 27.125000 -18.937500 ) ( 6944 4848 1904 27.125000 -18.937500 ) ) +( ( 6944 4848 1904 27.125000 -18.937500 ) ( 6944 4848 1904 27.125000 -18.937500 ) ( 6944 4848 1904 27.125000 -18.937500 ) ) +( ( 6888 4848 1904 26.906250 -18.937500 ) ( 6888 4792 1904 26.906250 -18.718750 ) ( 6944 4792 1904 27.125000 -18.718750 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/snowfield1 + ( 3 3 0 -2080374784 0 subdivisions 187.993240 ) +( +( ( 6944 4848 1904 27.125000 -18.937500 ) ( 6944 4848 1904 27.125000 -18.937500 ) ( 6944 4848 1904 27.125000 -18.937500 ) ) +( ( 6944 4848 1904 27.125000 -18.937500 ) ( 6944 4848 1904 27.125000 -18.937500 ) ( 6944 4848 1904 27.125000 -18.937500 ) ) +( ( 6944 4792 1904 27.125000 -18.718750 ) ( 7000 4792 1904 27.343750 -18.718750 ) ( 7000 4848 1904 27.343750 -18.937500 ) ) +) + } + } +} +// entity 3352 +{ +"classname" "func_group" +// brush 0 +{ +( 6816 4976 2080 ) ( 6816 4984 2080 ) ( 6816 4984 2064 ) mohtest/wood_joist_trim_masked -8 104 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6640 4976 1688 ) ( 6480 4976 1688 ) ( 6480 4976 2304 ) mohtest/wood_joist_trim_masked -4 8 -53.00 0.750000 0.250000 0 16384 0 +( 6640 4984 2296 ) ( 6480 4984 2296 ) ( 6480 4984 1680 ) mohtest/wood_joist_trim_masked -4 8 -53.00 0.750000 0.250000 0 16384 0 +( 6816 4984 2080 ) ( 6816 4976 2080 ) ( 6596 4976 1920 ) mohtest/wood_joist_trim_masked -4 8 -90.00 0.750000 0.250000 0 16384 0 +( 6596 4984 1919 ) ( 6596 4976 1919 ) ( 6596 4976 1904 ) common/caulk -16 -63 90.00 1 1 0 65696 0 +( 6816 4976 2064 ) ( 6816 4984 2064 ) ( 6596 4984 1904 ) mohtest/wood_joist_trim_masked -4 8 -90.00 0.750000 0.250000 0 16384 0 +} +// brush 1 +{ +( 6632 4880 1916 ) ( 6616 4880 1916 ) ( 6616 5496 1916 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6592 5496 1912 ) ( 6592 4880 1912 ) ( 6608 4880 1912 ) mohtest/wood_joist_trim_masked -24 8 0.00 1 1 0 16384 0 +( 6608 5496 1900 ) ( 6608 4880 1900 ) ( 6608 4880 2060 ) mohtest/wood_joist_trim_masked -4 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6592 4880 1940 ) ( 6592 5496 1940 ) ( 6592 5496 2100 ) mohtest/wood_joist_trim_masked -4 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 1912 ) ( 6800 4976 1912 ) ( 6776 4976 1916 ) common/caulk -8 -12 0.00 1 1 0 65696 0 +( 6592 4888 2058 ) ( 6592 4888 2070 ) ( 6608 4888 2064 ) common/caulk -8 -12 0.00 1 1 0 65696 0 +} +// brush 2 +{ +( 6644 4880 1928 ) ( 6628 4880 1928 ) ( 6628 5496 1928 ) mohtest/wood_joist_trim_masked -12 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6604 5496 1924 ) ( 6604 4880 1924 ) ( 6620 4880 1924 ) mohtest/wood_joist_trim_masked -4 8 0.00 1 1 0 16384 0 +( 6624 5496 1912 ) ( 6624 4880 1912 ) ( 6624 4880 2072 ) mohtest/wood_joist_trim_masked 6 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6608 4880 1952 ) ( 6608 5496 1952 ) ( 6608 5496 2112 ) mohtest/wood_joist_trim_masked 6 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 1924 ) ( 6800 4976 1924 ) ( 6776 4976 1928 ) common/caulk -20 0 0.00 1 1 0 65696 0 +( 6608 4888 2058 ) ( 6608 4888 2070 ) ( 6624 4888 2064 ) common/caulk -20 0 0.00 1 1 0 65696 0 +} +// brush 3 +{ +( 6664 4880 1940 ) ( 6648 4880 1940 ) ( 6648 5496 1940 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6624 5496 1936 ) ( 6624 4880 1936 ) ( 6640 4880 1936 ) mohtest/wood_joist_trim_masked -24 8 0.00 1 1 0 16384 0 +( 6640 5496 1924 ) ( 6640 4880 1924 ) ( 6640 4880 2084 ) mohtest/wood_joist_trim_masked 19 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6624 4880 1964 ) ( 6624 5496 1964 ) ( 6624 5496 2124 ) mohtest/wood_joist_trim_masked 19 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 1936 ) ( 6800 4976 1936 ) ( 6776 4976 1940 ) common/caulk -40 11 0.00 1 1 0 65696 0 +( 6624 4888 2058 ) ( 6624 4888 2070 ) ( 6640 4888 2064 ) common/caulk -40 11 0.00 1 1 0 65696 0 +} +// brush 4 +{ +( 6816 4880 2084 ) ( 6816 4888 2084 ) ( 6816 4888 2068 ) mohtest/wood_joist_trim_masked 24 104 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6640 4880 1688 ) ( 6480 4880 1688 ) ( 6480 4880 2304 ) common/caulk -48 39 0.00 1 1 0 65696 0 +( 6640 4888 2296 ) ( 6480 4888 2296 ) ( 6480 4888 1680 ) mohtest/wood_joist_trim_masked -3 7 -53.00 0.750000 0.250000 0 16384 0 +( 6576 4880 1904 ) ( 6576 4888 1904 ) ( 6816 4888 2084 ) mohtest/wood_joist_trim_masked -4 7 -90.00 0.750000 0.250000 0 16384 0 +( 6598 4880 1904 ) ( 6598 4888 1904 ) ( 6576 4888 1904 ) common/caulk 16 -63 90.00 1 1 0 65696 0 +( 6616 4888 1918 ) ( 6608 4880 1912 ) ( 6624 4880 1924 ) mohtest/wood_joist_trim_masked -4 7 -90.00 0.750000 0.250000 0 16384 0 +} +// brush 5 +{ +( 6676 4880 1952 ) ( 6660 4880 1952 ) ( 6660 5496 1952 ) mohtest/wood_joist_trim_masked -12 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6636 5496 1948 ) ( 6636 4880 1948 ) ( 6652 4880 1948 ) mohtest/wood_joist_trim_masked -4 8 0.00 1 1 0 16384 0 +( 6656 5496 1936 ) ( 6656 4880 1936 ) ( 6656 4880 2096 ) mohtest/wood_joist_trim_masked 30 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6640 4880 1976 ) ( 6640 5496 1976 ) ( 6640 5496 2136 ) mohtest/wood_joist_trim_masked 30 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 1948 ) ( 6800 4976 1948 ) ( 6776 4976 1952 ) common/caulk -52 23 0.00 1 1 0 65696 0 +( 6640 4888 2058 ) ( 6640 4888 2070 ) ( 6656 4888 2064 ) common/caulk -52 23 0.00 1 1 0 65696 0 +} +// brush 6 +{ +( 6696 4880 1964 ) ( 6680 4880 1964 ) ( 6680 5496 1964 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6656 5496 1960 ) ( 6656 4880 1960 ) ( 6672 4880 1960 ) mohtest/wood_joist_trim_masked -24 8 0.00 1 1 0 16384 0 +( 6672 5496 1948 ) ( 6672 4880 1948 ) ( 6672 4880 2108 ) mohtest/wood_joist_trim_masked 11 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6656 4880 1988 ) ( 6656 5496 1988 ) ( 6656 5496 2148 ) mohtest/wood_joist_trim_masked 11 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 1960 ) ( 6800 4976 1960 ) ( 6776 4976 1964 ) common/caulk -8 35 0.00 1 1 0 65696 0 +( 6656 4888 2058 ) ( 6656 4888 2070 ) ( 6672 4888 2064 ) common/caulk -8 35 0.00 1 1 0 65696 0 +} +// brush 7 +{ +( 6708 4880 1976 ) ( 6692 4880 1976 ) ( 6692 5496 1976 ) mohtest/wood_joist_trim_masked -12 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6668 5496 1972 ) ( 6668 4880 1972 ) ( 6684 4880 1972 ) mohtest/wood_joist_trim_masked -4 8 0.00 1 1 0 16384 0 +( 6688 5496 1960 ) ( 6688 4880 1960 ) ( 6688 4880 2120 ) mohtest/wood_joist_trim_masked 22 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6672 4880 2000 ) ( 6672 5496 2000 ) ( 6672 5496 2160 ) mohtest/wood_joist_trim_masked 22 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 1972 ) ( 6800 4976 1972 ) ( 6776 4976 1976 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6672 4888 2058 ) ( 6672 4888 2070 ) ( 6688 4888 2064 ) common/caulk -20 47 0.00 1 1 0 65696 0 +} +// brush 8 +{ +( 6728 4880 1988 ) ( 6712 4880 1988 ) ( 6712 5496 1988 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6688 5496 1984 ) ( 6688 4880 1984 ) ( 6704 4880 1984 ) mohtest/wood_joist_trim_masked -24 8 0.00 1 1 0 16384 0 +( 6704 5496 1972 ) ( 6704 4880 1972 ) ( 6704 4880 2132 ) mohtest/wood_joist_trim_masked 3 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6688 4880 2012 ) ( 6688 5496 2012 ) ( 6688 5496 2172 ) mohtest/wood_joist_trim_masked 3 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 1984 ) ( 6800 4976 1984 ) ( 6776 4976 1988 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6688 4888 2058 ) ( 6688 4888 2070 ) ( 6704 4888 2064 ) common/caulk -40 -4 0.00 1 1 0 65696 0 +} +// brush 9 +{ +( 6740 4880 2000 ) ( 6724 4880 2000 ) ( 6724 5496 2000 ) mohtest/wood_joist_trim_masked -12 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6700 5496 1996 ) ( 6700 4880 1996 ) ( 6716 4880 1996 ) mohtest/wood_joist_trim_masked -4 8 0.00 1 1 0 16384 0 +( 6720 5496 1984 ) ( 6720 4880 1984 ) ( 6720 4880 2144 ) mohtest/wood_joist_trim_masked 14 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6704 4880 2024 ) ( 6704 5496 2024 ) ( 6704 5496 2184 ) mohtest/wood_joist_trim_masked 14 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 1996 ) ( 6800 4976 1996 ) ( 6776 4976 2000 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6704 4888 2058 ) ( 6704 4888 2070 ) ( 6720 4888 2064 ) common/caulk -52 7 0.00 1 1 0 65696 0 +} +// brush 10 +{ +( 6760 4880 2012 ) ( 6744 4880 2012 ) ( 6744 5496 2012 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6720 5496 2008 ) ( 6720 4880 2008 ) ( 6736 4880 2008 ) mohtest/wood_joist_trim_masked -24 8 0.00 1 1 0 16384 0 +( 6736 5496 1996 ) ( 6736 4880 1996 ) ( 6736 4880 2156 ) mohtest/wood_joist_trim_masked 27 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6720 4880 2036 ) ( 6720 5496 2036 ) ( 6720 5496 2196 ) mohtest/wood_joist_trim_masked 27 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 2008 ) ( 6800 4976 2008 ) ( 6776 4976 2012 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6720 4888 2058 ) ( 6720 4888 2070 ) ( 6736 4888 2064 ) common/caulk -8 19 0.00 1 1 0 65696 0 +} +// brush 11 +{ +( 6772 4880 2024 ) ( 6756 4880 2024 ) ( 6756 5496 2024 ) mohtest/wood_joist_trim_masked -12 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6732 5496 2020 ) ( 6732 4880 2020 ) ( 6748 4880 2020 ) mohtest/wood_joist_trim_masked -4 8 0.00 1 1 0 16384 0 +( 6752 5496 2008 ) ( 6752 4880 2008 ) ( 6752 4880 2168 ) mohtest/wood_joist_trim_masked 6 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6736 4880 2048 ) ( 6736 5496 2048 ) ( 6736 5496 2208 ) mohtest/wood_joist_trim_masked 6 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 2020 ) ( 6800 4976 2020 ) ( 6776 4976 2024 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6736 4888 2058 ) ( 6736 4888 2070 ) ( 6752 4888 2064 ) common/caulk -20 31 0.00 1 1 0 65696 0 +} +// brush 12 +{ +( 6792 4880 2036 ) ( 6776 4880 2036 ) ( 6776 5496 2036 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6752 5496 2032 ) ( 6752 4880 2032 ) ( 6768 4880 2032 ) mohtest/wood_joist_trim_masked -24 8 0.00 1 1 0 16384 0 +( 6768 5496 2020 ) ( 6768 4880 2020 ) ( 6768 4880 2180 ) mohtest/wood_joist_trim_masked 19 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4880 2060 ) ( 6752 5496 2060 ) ( 6752 5496 2220 ) mohtest/wood_joist_trim_masked 19 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 2032 ) ( 6800 4976 2032 ) ( 6776 4976 2036 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6752 4888 2058 ) ( 6752 4888 2070 ) ( 6768 4888 2064 ) common/caulk -40 43 0.00 1 1 0 65696 0 +} +// brush 13 +{ +( 6804 4880 2048 ) ( 6788 4880 2048 ) ( 6788 5496 2048 ) mohtest/wood_joist_trim_masked -12 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6764 5496 2044 ) ( 6764 4880 2044 ) ( 6780 4880 2044 ) mohtest/wood_joist_trim_masked -4 8 0.00 1 1 0 16384 0 +( 6784 5496 2032 ) ( 6784 4880 2032 ) ( 6784 4880 2192 ) mohtest/wood_joist_trim_masked 30 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6768 4880 2072 ) ( 6768 5496 2072 ) ( 6768 5496 2232 ) mohtest/wood_joist_trim_masked 30 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 2044 ) ( 6800 4976 2044 ) ( 6776 4976 2048 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6768 4888 2058 ) ( 6768 4888 2070 ) ( 6784 4888 2064 ) common/caulk -52 55 0.00 1 1 0 65696 0 +} +// brush 14 +{ +( 6824 4880 2060 ) ( 6808 4880 2060 ) ( 6808 5496 2060 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6784 5496 2056 ) ( 6784 4880 2056 ) ( 6800 4880 2056 ) mohtest/wood_joist_trim_masked -24 8 0.00 1 1 0 16384 0 +( 6800 5496 2044 ) ( 6800 4880 2044 ) ( 6800 4880 2204 ) mohtest/wood_joist_trim_masked 11 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6784 4880 2084 ) ( 6784 5496 2084 ) ( 6784 5496 2244 ) mohtest/wood_joist_trim_masked 11 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 2056 ) ( 6800 4976 2056 ) ( 6776 4976 2060 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6784 4888 2058 ) ( 6784 4888 2070 ) ( 6800 4888 2064 ) common/caulk -8 3 0.00 1 1 0 65696 0 +} +// brush 15 +{ +( 6836 4880 2072 ) ( 6820 4880 2072 ) ( 6820 5496 2072 ) mohtest/wood_joist_trim_masked -12 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6796 5496 2068 ) ( 6796 4880 2068 ) ( 6812 4880 2068 ) mohtest/wood_joist_trim_masked -4 8 0.00 1 1 0 16384 0 +( 6816 5496 2056 ) ( 6816 4880 2056 ) ( 6816 4880 2216 ) mohtest/wood_joist_trim_masked 22 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6800 4880 2096 ) ( 6800 5496 2096 ) ( 6800 5496 2256 ) mohtest/wood_joist_trim_masked 22 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 4976 2068 ) ( 6800 4976 2068 ) ( 6776 4976 2072 ) mohtest/wood_joist_trim_masked 0 -16 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6800 4888 2058 ) ( 6800 4888 2070 ) ( 6816 4888 2064 ) common/caulk -20 15 0.00 1 1 0 65696 0 +} +} +// entity 3353 +{ +"classname" "func_group" +// brush 0 +{ +( 2991.999512 1199.999756 1432 ) ( 2992 1424 1432 ) ( 2799.999756 1423.999878 1432 ) central_europe_winter/joist_w 16 12 90.00 0.999817 -1 0 16384 0 +surfaceparm detail +( 2800 1216 1440 ) ( 2992 1208.000244 1436 ) ( 2800 1200 1432 ) central_europe_winter/winterroof_set1aw -160 -152 0.00 1 1 0 67108864 0 +surfaceparm detail +( 2919.999756 1335.999634 1432 ) ( 2928 1344 1432 ) ( 2924.000244 1340 1488 ) common/nodraw -48 -16 -180.00 1.000366 -1 536870912 2224 0 +surfaceparm detail +( 2895.999756 1311.999756 1432 ) ( 2904.000244 1304.000122 1432 ) ( 2899.999756 1308 1488 ) common/nodraw 2 -16 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +( 2784 1296.000122 1464 ) ( 3007.999756 1303.999878 1468 ) ( 2784 1312.000122 1472 ) central_europe_winter/winterroof_set1aw -160 -140 0.00 1 1 0 67108864 0 +surfaceparm detail +( 2784.001709 1212 1432 ) ( 2784.001709 1212 1438 ) ( 3008.012451 1212 1435 ) central_europe_winter/winterroof_set1aw -160 -140 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 1 +{ +( 2991.999512 1199.999756 1432 ) ( 2992 1424 1432 ) ( 2799.999756 1423.999878 1432 ) central_europe_winter/joist_w 0 -16 179.99 1.000244 -1.000854 0 16384 0 +surfaceparm detail +( 2992 1424 1440 ) ( 3008 1424.000122 1432 ) ( 3000.000244 1200.000244 1436 ) central_europe_winter/winterroof_set1aw 16 -28 90.00 1 1 0 67108864 0 +surfaceparm detail +( 2919.999756 1335.999634 1432 ) ( 2928 1344 1432 ) ( 2924.000244 1340 1488 ) central_europe_winter/winterroof_set1aw 0 -156 90.00 1 1 0 67108864 0 +surfaceparm detail +( 2904.000244 1304.000122 1432 ) ( 2895.999756 1311.999756 1432 ) ( 2899.999756 1308 1488 ) central_europe_winter/winterroof_set1aw 0 -76 90.00 1 1 0 67108864 0 +surfaceparm detail +( 2912 1424 1464 ) ( 2896 1424 1472 ) ( 2903.999512 1199.999878 1468 ) central_europe_winter/winterroof_set1aw -160 -140 0.00 1 1 0 67108864 0 +surfaceparm detail +( 2996 1200.010986 1438 ) ( 2996 1424.001709 1435 ) ( 2996 1200.010986 1432 ) central_europe_winter/winterroof_set1aw -160 -140 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 2 +{ +( 2991.999512 1199.999756 1432 ) ( 2992 1424 1432 ) ( 2799.999756 1423.999878 1432 ) central_europe_winter/joist_w 16 12 90.00 0.999817 -1 0 16384 0 +surfaceparm detail +( 2799.999756 1423.999878 1432 ) ( 2992.000244 1416 1436 ) ( 2799.999756 1407.999878 1440 ) central_europe_winter/winterroof_set1aw 160 19 180.00 1 1 0 67108864 0 +surfaceparm detail +( 2928 1344 1432 ) ( 2919.999756 1335.999634 1432 ) ( 2924.000244 1340 1488 ) central_europe_winter/winterroof_set1aw 16 -119 0.00 1 1 0 67108864 0 +surfaceparm detail +( 2895.999756 1311.999756 1432 ) ( 2888.000244 1320 1432 ) ( 2891.999756 1316 1488 ) central_europe_winter/winterroof_set1aw 16 -119 0.00 1 1 0 67108864 0 +surfaceparm detail +( 2784 1312.000122 1472 ) ( 3008 1320.000122 1468 ) ( 2784 1328 1464 ) central_europe_winter/winterroof_set1aw -160 -140 0.00 1 1 0 67108864 0 +surfaceparm detail +( 2784.009033 1412 1438 ) ( 2784.009033 1412 1432 ) ( 3007.999268 1412 1435 ) central_europe_winter/winterroof_set1aw -160 -140 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 3 +{ +( 2991.999512 1199.999756 1432 ) ( 2992 1424 1432 ) ( 2799.999756 1423.999878 1432 ) central_europe_winter/joist_w 0 -16 179.99 1.000244 -1.000854 0 16384 0 +surfaceparm detail +( 2784.000244 1424 1432 ) ( 2799.999756 1423.999878 1440 ) ( 2792 1200.000122 1436 ) central_europe_winter/winterroof_set1aw -16 140 -90.00 1 1 0 67108864 0 +surfaceparm detail +( 2928 1344 1432 ) ( 2919.999756 1335.999634 1432 ) ( 2924.000244 1340 1488 ) common/nodraw -48 -16 -180.00 1.000366 -1 536870912 2224 0 +surfaceparm detail +( 2888.000244 1320 1432 ) ( 2895.999756 1311.999756 1432 ) ( 2891.999756 1316 1488 ) common/nodraw 16 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2896 1424 1472 ) ( 2880 1423.999878 1464 ) ( 2887.999756 1200.000488 1468 ) central_europe_winter/winterroof_set1aw -160 -140 0.00 1 1 0 67108864 0 +surfaceparm detail +( 2796 1424.009766 1435 ) ( 2796 1199.998291 1438 ) ( 2796 1199.998291 1432 ) central_europe_winter/winterroof_set1aw -160 -140 0.00 1 1 0 67108864 0 +surfaceparm detail +} +// brush 4 +{ +( 2832.000244 1399.999878 1248 ) ( 2832.000244 1384.000122 1248 ) ( 2816.000244 1384.000244 1248 ) common/nodraw 16 0 90.01 0.999939 1 536870912 2224 0 +surfaceparm detail +( 2816 1391.999878 904 ) ( 2816 1391.999878 920 ) ( 2815.999756 1376.000122 920 ) central_europe_winter/joist_w -11 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2831.999756 1391.999634 904 ) ( 2831.999756 1391.999634 920 ) ( 2816 1391.999878 920 ) central_europe_winter/joist_w -10 -41 -180.00 0.499268 -0.500000 0 16384 0 +surfaceparm detail +( 2832 1375.999878 904 ) ( 2832 1375.999878 920 ) ( 2831.999756 1391.999634 920 ) central_europe_winter/joist_w 3 -41 -180.00 0.499878 -0.500000 0 16384 0 +surfaceparm detail +( 2815.999756 1376.000122 1104 ) ( 2815.999756 1376.000122 1120 ) ( 2832 1375.999878 1120 ) central_europe_winter/joist_w -5 -41 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 2832 1392.042847 968 ) ( 2816 1375.999878 968 ) ( 2848 1375.999878 968 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 2976.000244 1400.000122 1248 ) ( 2976.000488 1384.000122 1248 ) ( 2960 1383.999756 1248 ) common/nodraw 16 0 90.01 0.999939 1 536870912 2224 0 +surfaceparm detail +( 2960 1391.999878 888 ) ( 2960 1391.999878 904 ) ( 2960.000244 1376 904 ) central_europe_winter/joist_w 0 -41 -180.00 0.499390 -0.500000 0 16384 0 +surfaceparm detail +( 2976 1392 904 ) ( 2976 1392 920 ) ( 2960 1391.999878 920 ) central_europe_winter/joist_w -30 -41 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 2976 1376 904 ) ( 2976 1376 920 ) ( 2976 1392 920 ) central_europe_winter/joist_w -3 -41 -180.00 0.499756 -0.500000 0 16384 0 +surfaceparm detail +( 2960.000244 1376 1104 ) ( 2960.000244 1376 1120 ) ( 2976 1376 1120 ) central_europe_winter/joist_w -15 -41 -180.00 0.500488 -0.500000 0 16384 0 +surfaceparm detail +( 2832 1392 968 ) ( 2816 1376 968 ) ( 2848 1376 968 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 6 +{ +( 2976 1256 1248 ) ( 2976 1240 1248 ) ( 2960 1240 1248 ) common/nodraw 16 0 90.01 0.999939 1 536870912 2224 0 +surfaceparm detail +( 2960.000244 1248.000244 888 ) ( 2960.000244 1248.000244 904 ) ( 2959.999756 1232.000366 904 ) central_europe_winter/joist_w 1 -41 -180.00 0.500488 -0.500000 0 16384 0 +surfaceparm detail +( 2976.000488 1248.000244 904 ) ( 2976.000488 1248.000244 920 ) ( 2960.000244 1248.000244 920 ) central_europe_winter/joist_w -31 -41 -180.00 0.499512 -0.500000 0 16384 0 +surfaceparm detail +( 2976.000244 1232.000122 904 ) ( 2976.000244 1232.000122 920 ) ( 2976.000488 1248.000244 920 ) central_europe_winter/joist_w 17 -41 -180.00 0.500244 -0.500000 0 16384 0 +surfaceparm detail +( 2959.999756 1232.000366 904 ) ( 2959.999756 1232.000366 920 ) ( 2976.000244 1232.000122 920 ) central_europe_winter/joist_w -19 -41 -180.00 0.499023 -0.500000 0 16384 0 +surfaceparm detail +( 2832 1248.000244 968 ) ( 2816 1232.000122 968 ) ( 2848 1232.000122 968 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 7 +{ +( 2832.000244 1255.999878 1248 ) ( 2832 1240.000122 1248 ) ( 2816 1240 1248 ) common/nodraw 16 0 90.01 0.999939 1 536870912 2224 0 +surfaceparm detail +( 2816 1248 904 ) ( 2816 1248 920 ) ( 2816.000244 1232.000244 920 ) central_europe_winter/joist_w 7 -41 -180.00 0.499023 -0.500000 0 16384 0 +surfaceparm detail +( 2832.000244 1248.000122 904 ) ( 2832.000244 1248.000122 920 ) ( 2816 1248 920 ) central_europe_winter/joist_w -11 -41 -180.00 0.500977 -0.500000 0 16384 0 +surfaceparm detail +( 2832.000488 1232.000122 904 ) ( 2832.000488 1232.000122 920 ) ( 2832.000244 1248.000122 920 ) central_europe_winter/joist_w 19 -41 -180.00 0.500610 -0.500000 0 16384 0 +surfaceparm detail +( 2816.000244 1232.000244 904 ) ( 2816.000244 1232.000244 920 ) ( 2832.000488 1232.000122 920 ) central_europe_winter/joist_w -23 -41 -180.00 0.499512 -0.500000 0 16384 0 +surfaceparm detail +( 2832 1248.000122 968 ) ( 2816 1232.000122 968 ) ( 2848 1232.000122 968 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 8 +{ +( 2900 1402.000122 1320 ) ( 2900 1398.000122 1320 ) ( 2959.999756 1397.999878 1272 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2900 1398.000122 1324 ) ( 2900 1402.000122 1324 ) ( 2960 1402.000122 1276 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2900 1398.000122 1320 ) ( 2900 1398.000122 1324 ) ( 2959.999756 1397.999878 1276 ) central_europe_winter/joist_w -4 -85 -128.71 0.124527 0.155330 0 16384 0 +surfaceparm detail +( 2960 1402.000122 1272 ) ( 2959.999756 1397.999878 1272 ) ( 2959.999756 1397.999878 1276 ) common/nodraw -50 39 -180.00 0.999146 -1 536870912 2224 0 +surfaceparm detail +( 2900 1402.000122 1324 ) ( 2900 1402.000122 1320 ) ( 2960 1402.000122 1272 ) central_europe_winter/joist_w -30 14 -129.36 0.125509 0.156388 0 16384 0 +surfaceparm detail +( 2900 1398.000122 1320 ) ( 2900 1402.000122 1320 ) ( 2900 1402.000122 1324 ) common/nodraw -41 39 -180.00 1.000366 -1 536870912 2224 0 +surfaceparm detail +} +// brush 9 +{ +( 2959.999756 1397.999878 1320 ) ( 2960 1402.000122 1320 ) ( 2900 1402.000122 1272 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1402.000122 1324 ) ( 2959.999756 1397.999878 1324 ) ( 2900 1398.000122 1276 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1402.000122 1320 ) ( 2960 1402.000122 1324 ) ( 2900 1402.000122 1276 ) central_europe_winter/joist_w 27 -32 -51.29 0.124527 0.157122 0 16384 0 +surfaceparm detail +( 2900 1398.000122 1272 ) ( 2900 1402.000122 1272 ) ( 2900 1402.000122 1276 ) common/nodraw -41 39 -180.00 1.000366 -1 536870912 2224 0 +surfaceparm detail +( 2959.999756 1397.999878 1324 ) ( 2959.999756 1397.999878 1320 ) ( 2900 1398.000122 1272 ) central_europe_winter/joist_w 30 -86 -51.01 0.124939 0.155689 0 16384 0 +surfaceparm detail +( 2900 1402.000122 1320 ) ( 2960 1402.000122 1272 ) ( 2930.000244 1398 1296 ) common/nodraw -46 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +} +// brush 10 +{ +( 2959.999756 1397.999878 1320 ) ( 2960 1402.000122 1320 ) ( 2900 1402.000122 1272 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1402.000122 1324 ) ( 2959.999756 1397.999878 1324 ) ( 2900 1398.000122 1276 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1402.000122 1320 ) ( 2960 1402.000122 1324 ) ( 2900 1402.000122 1276 ) central_europe_winter/joist_w 27 -32 -51.29 0.124527 0.157122 0 16384 0 +surfaceparm detail +( 2959.999756 1397.999878 1324 ) ( 2959.999756 1397.999878 1320 ) ( 2900 1398.000122 1272 ) central_europe_winter/joist_w 30 -86 -51.01 0.124939 0.155689 0 16384 0 +surfaceparm detail +( 2960 1402.000122 1320 ) ( 2959.999756 1397.999878 1320 ) ( 2959.999756 1397.999878 1324 ) common/nodraw -50 39 -180.00 0.999146 -1 536870912 2224 0 +surfaceparm detail +( 2960 1402.000122 1276 ) ( 2900 1402.000122 1324 ) ( 2930.000244 1398 1300 ) common/nodraw -46 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +} +// brush 11 +{ +( 2891.999756 1398 1320 ) ( 2892 1402 1320 ) ( 2832 1402 1272 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2892 1402 1324 ) ( 2891.999756 1398 1324 ) ( 2832 1398.000122 1276 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2892 1402 1320 ) ( 2892 1402 1324 ) ( 2832 1402 1276 ) central_europe_winter/joist_w 22 6 -51.10 0.124786 0.156420 0 16384 0 +surfaceparm detail +( 2891.999756 1398 1324 ) ( 2891.999756 1398 1320 ) ( 2832 1398.000122 1272 ) central_europe_winter/joist_w 27 -11 -50.68 0.125603 0.156048 0 16384 0 +surfaceparm detail +( 2892 1402 1320 ) ( 2891.999756 1398 1320 ) ( 2891.999756 1398 1324 ) common/nodraw -45 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2892 1402 1276 ) ( 2832 1402 1324 ) ( 2862 1398 1300 ) common/nodraw -46 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +} +// brush 12 +{ +( 2891.999756 1398 1320 ) ( 2892 1402 1320 ) ( 2832 1402 1272 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2892 1402 1324 ) ( 2891.999756 1398 1324 ) ( 2832 1398.000122 1276 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2892 1402 1320 ) ( 2892 1402 1324 ) ( 2832 1402 1276 ) central_europe_winter/joist_w 22 6 -51.10 0.124786 0.156420 0 16384 0 +surfaceparm detail +( 2832 1398.000122 1272 ) ( 2832 1402 1272 ) ( 2832 1402 1276 ) common/nodraw -48 39 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +( 2891.999756 1398 1324 ) ( 2891.999756 1398 1320 ) ( 2832 1398.000122 1272 ) central_europe_winter/joist_w 27 -11 -50.68 0.125603 0.156048 0 16384 0 +surfaceparm detail +( 2832 1402 1320 ) ( 2892 1402 1272 ) ( 2862 1398 1296 ) common/nodraw -46 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +} +// brush 13 +{ +( 2724.000244 1216.000122 1272 ) ( 2740.000488 1216.000244 1272 ) ( 2740.000488 1232.000244 1272 ) common/nodraw -46 43 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +( 2740 1244.000122 1330 ) ( 2740 1228.000122 1330 ) ( 2724 1228.000122 1330 ) central_europe_winter/joist_w 29 40 0.00 0.249634 0.250000 0 16384 0 +surfaceparm detail +( 2732 1231.999878 1272 ) ( 2732 1231.999878 1288 ) ( 2732 1215.999756 1288 ) central_europe_winter/joist_w -15 108 0.00 0.249268 0.250000 0 16384 0 +surfaceparm detail +( 2740.000488 1232.000244 1274 ) ( 2740.000488 1232.000244 1290 ) ( 2724 1232.000122 1290 ) central_europe_winter/joist_w 14 104 0.00 0.250488 0.250000 0 16384 0 +surfaceparm detail +( 2740.000488 1216.000244 1272 ) ( 2740.000488 1216.000244 1288 ) ( 2740.000488 1232.000244 1288 ) central_europe_winter/joist_w -17 104 0.00 0.249634 0.250000 0 16384 0 +surfaceparm detail +( 2724 1224 1272 ) ( 2724 1224 1288 ) ( 2740 1223.999878 1288 ) central_europe_winter/joist_w -18 107 -180.00 0.249268 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 14 +{ +( 2738 1247.999878 1264 ) ( 2738 1232.000122 1264 ) ( 2746.000244 1232 1264 ) central_europe_winter/joist_w -10 41 -179.92 0.250489 0.249512 0 16384 0 +surfaceparm detail +( 2741.999756 1204 1272 ) ( 2734 1204.000122 1272 ) ( 2734 1220.000122 1272 ) central_europe_winter/joist_w 14 7 -0.22 0.375000 0.156739 0 16384 0 +surfaceparm detail +( 2740 1308 1264 ) ( 2740 1308 1272 ) ( 2732 1316 1272 ) common/nodraw 33 38 0.00 1.000488 1 536870912 2224 0 +surfaceparm detail +( 2740 1308 1272 ) ( 2740 1308 1264 ) ( 2740 1232 1264 ) common/nodraw 0 39 0.00 0.999268 1 536870912 2224 0 +surfaceparm detail +( 2732.000244 1224 1264 ) ( 2732.000244 1224 1272 ) ( 2740.000488 1232.000244 1272 ) common/nodraw 28 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2732 1316 1264 ) ( 2732 1316 1272 ) ( 2732 1224 1272 ) central_europe_winter/joist_w 30 -12 -90.00 0.250000 -0.250732 0 16384 0 +surfaceparm detail +} +// brush 15 +{ +( 2800 1230.000122 1324 ) ( 2815.999756 1230.000122 1324 ) ( 2816 1238.000244 1324 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2816 1233.999878 1328 ) ( 2815.999756 1226 1328 ) ( 2800.000244 1226.000122 1328 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2740 1233.999878 1256 ) ( 2740 1233.999878 1416 ) ( 2740 1225.999634 1416 ) common/nodraw -45 39 -180.00 1.000244 -1 536870912 2224 0 +surfaceparm detail +( 2815.999756 1230.000122 1256 ) ( 2815.999756 1230.000122 1416 ) ( 2800 1230.000122 1416 ) central_europe_winter/joist_w 29 -12 -90.00 0.125000 0.155273 0 16384 0 +surfaceparm detail +( 2815.999756 1226 1256 ) ( 2815.999756 1226 1416 ) ( 2816 1233.999878 1416 ) common/nodraw -17 39 -180.00 0.999390 -1 536870912 2224 0 +surfaceparm detail +( 2800.000244 1226.000122 1256 ) ( 2800.000244 1226.000122 1416 ) ( 2815.999756 1226 1416 ) central_europe_winter/joist_w 29 92 -90.00 0.125000 -0.156250 0 16384 0 +surfaceparm detail +} +// brush 16 +{ +( 2800 1230.000122 1264 ) ( 2815.999756 1230.000122 1264 ) ( 2816 1238.000244 1264 ) central_europe_winter/joist_w -5 46 90.06 0.250183 0.250244 0 16384 0 +surfaceparm detail +( 2844 1233.999756 1272 ) ( 2844 1225.999878 1272 ) ( 2828 1225.999878 1272 ) central_europe_winter/joist_w -11 0 89.89 0.375061 0.156494 0 16384 0 +surfaceparm detail +( 2732 1224 1272 ) ( 2732 1224 1264 ) ( 2740 1232 1264 ) common/nodraw 28 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2740 1232 1272 ) ( 2740 1232 1264 ) ( 2816 1232 1264 ) common/nodraw 12 38 0.00 0.999268 1 536870912 2224 0 +surfaceparm detail +( 2815.999756 1226 1200 ) ( 2815.999756 1226 1360 ) ( 2816 1233.999878 1360 ) common/nodraw -17 39 -180.00 0.999390 -1 536870912 2224 0 +surfaceparm detail +( 2732 1224 1264 ) ( 2732 1224 1272 ) ( 2816 1224 1272 ) central_europe_winter/joist_w 29 42 -90.00 0.250000 0.249268 0 16384 0 +surfaceparm detail +} +// brush 17 +{ +( 2960 1391.999878 1272 ) ( 2976 1392 1272 ) ( 2976 1408 1272 ) common/nodraw 16 0 90.01 0.999939 1 536870912 2224 0 +surfaceparm detail +( 2976 1415.999878 1408 ) ( 2976.000244 1400.000122 1408 ) ( 2960.000244 1400.000244 1408 ) common/nodraw -24 -10 -90.01 1.000061 -0.999512 536870912 2224 0 +surfaceparm detail +( 2960 1408 1272 ) ( 2960 1408 1288 ) ( 2960 1391.999878 1288 ) central_europe_winter/joist_w -4 -41 -180.00 0.499878 -0.500000 0 16384 0 +surfaceparm detail +( 2976 1408 1272 ) ( 2976 1408 1288 ) ( 2960 1408 1288 ) central_europe_winter/joist_w 0 -41 0.00 0.500000 0.500000 0 16384 0 +surfaceparm detail +( 2976 1392 1272 ) ( 2976 1392 1288 ) ( 2976 1408 1288 ) central_europe_winter/joist_w 6 -41 -180.00 0.499268 -0.500000 0 16384 0 +surfaceparm detail +( 2960 1391.999878 1288 ) ( 2960 1391.999878 1304 ) ( 2976 1392 1304 ) central_europe_winter/joist_w -30 -41 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +} +// brush 18 +{ +( 2784 1216 1408 ) ( 2976.000244 1216.000122 1408 ) ( 2976.000244 1232.000122 1408 ) central_europe_winter/joist_w 5 -36 89.97 0.500183 -0.500488 0 16384 0 +surfaceparm detail +( 2976.000244 1232.000122 1432 ) ( 2976.000244 1216.000122 1432 ) ( 2784 1216 1432 ) central_europe_winter/joist_w -23 -37 180.00 0.750244 -0.750122 0 16384 0 +surfaceparm detail +( 2832.000488 1232.000122 1408 ) ( 2832.000488 1232.000122 1432 ) ( 2815.999756 1216.000244 1432 ) common/nodraw 13 38 0.00 0.999878 1 536870912 2224 0 +surfaceparm detail +( 2832.000488 1232.000122 1432 ) ( 2832.000488 1232.000122 1408 ) ( 2959.999756 1232.000366 1408 ) central_europe_winter/joist_w 19 -39 -90.00 0.750000 -0.750000 0 16384 0 +surfaceparm detail +( 2959.999756 1232.000366 1432 ) ( 2959.999756 1232.000366 1408 ) ( 2976.000244 1216.000122 1408 ) common/nodraw 16 38 -180.00 1.000244 -1 536870912 2224 0 +surfaceparm detail +( 2784 1216 1272 ) ( 2784 1216 1432 ) ( 2976.000244 1216.000122 1432 ) central_europe_winter/joist_w 19 -40 -90.00 0.750000 -0.749512 0 16384 0 +surfaceparm detail +} +// brush 19 +{ +( 2960.000244 1248.000244 1408 ) ( 2976.000488 1248.000244 1408 ) ( 2976 1408 1408 ) central_europe_winter/joist_w 30 103 -0.01 0.500244 -0.500000 0 16384 0 +surfaceparm detail +( 2976 1408 1432 ) ( 2976.000488 1248.000244 1432 ) ( 2960.000244 1248.000244 1432 ) common/nodraw -46 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +( 2960 1391.999878 1408 ) ( 2960 1391.999878 1432 ) ( 2959.999756 1232.000366 1432 ) central_europe_winter/joist_w 19 -38 -90.00 0.750000 0.749878 0 16384 0 +surfaceparm detail +( 2960 1391.999878 1432 ) ( 2960 1391.999878 1408 ) ( 2976 1408 1408 ) common/nodraw 29 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2976.000488 1248.000244 1408 ) ( 2976.000488 1248.000244 1432 ) ( 2976 1408 1432 ) central_europe_winter/joist_w 19 -49 -90.00 0.750000 0.700195 0 16384 0 +surfaceparm detail +( 2959.999756 1232.000366 1408 ) ( 2959.999756 1232.000366 1432 ) ( 2976.000244 1216.000122 1432 ) common/nodraw 16 38 -180.00 1.000244 -1 536870912 2224 0 +surfaceparm detail +} +// brush 20 +{ +( 2815.999756 1216.000244 1272 ) ( 2832.000488 1216.000122 1272 ) ( 2832.000488 1232.000122 1272 ) common/nodraw 16 0 90.01 0.999939 1 536870912 2224 0 +surfaceparm detail +( 2832 1240.000122 1408 ) ( 2832 1224.000122 1408 ) ( 2816 1224.000122 1408 ) common/nodraw 40 -4 90.03 1 0.999512 536870912 2224 0 +surfaceparm detail +( 2816.000244 1232.000244 1272 ) ( 2816.000244 1232.000244 1288 ) ( 2815.999756 1216.000244 1288 ) central_europe_winter/joist_w 5 -41 0.00 0.500610 0.500000 0 16384 0 +surfaceparm detail +( 2832.000488 1232.000122 1248 ) ( 2832.000488 1232.000122 1264 ) ( 2816.000244 1232.000244 1264 ) central_europe_winter/joist_w -23 -41 -180.00 0.499512 -0.500000 0 16384 0 +surfaceparm detail +( 2832.000488 1216.000122 1272 ) ( 2832.000488 1216.000122 1288 ) ( 2832.000488 1232.000122 1288 ) central_europe_winter/joist_w -14 -41 0.00 0.500366 0.500000 0 16384 0 +surfaceparm detail +( 2815.999756 1216.000244 1272 ) ( 2815.999756 1216.000244 1288 ) ( 2832.000488 1216.000122 1288 ) central_europe_winter/joist_w -14 -41 -180.00 0.499512 -0.500000 0 16384 0 +surfaceparm detail +} +// brush 21 +{ +( 2959.999756 1232.000366 1248 ) ( 2976.000244 1232.000122 1248 ) ( 2976 1392 1248 ) central_europe_winter/joist_w 30 103 -0.01 0.500244 -0.500000 0 16384 0 +surfaceparm detail +( 2976 1392 1272 ) ( 2976.000244 1232.000122 1272 ) ( 2959.999756 1232.000366 1272 ) central_europe_winter/joist_w 3 7 -0.22 0.375000 0.156739 0 16384 0 +surfaceparm detail +( 2960 1391.999878 1248 ) ( 2960 1391.999878 1272 ) ( 2959.999756 1232.000366 1272 ) central_europe_winter/joist_w 31 -54 -90.00 0.500000 0.500610 0 16384 0 +surfaceparm detail +( 2976 1408 1248 ) ( 2976 1408 1272 ) ( 2960 1391.999878 1272 ) common/nodraw 29 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2976.000244 1216.000122 1248 ) ( 2976.000244 1216.000122 1272 ) ( 2976 1408 1272 ) central_europe_winter/joist_w 29 -62 -90.00 0.750000 0.699707 0 16384 0 +surfaceparm detail +( 2976.000244 1216.000122 1272 ) ( 2976.000244 1216.000122 1248 ) ( 2959.999756 1232.000366 1248 ) common/nodraw 16 38 -180.00 1.000244 -1 536870912 2224 0 +surfaceparm detail +} +// brush 22 +{ +( 2794 1391.999756 1248 ) ( 2986 1391.999878 1248 ) ( 2986 1407.999878 1248 ) central_europe_winter/joist_w 5 -36 89.97 0.500183 -0.500488 0 16384 0 +surfaceparm detail +( 2986 1407.999878 1272 ) ( 2986 1391.999878 1272 ) ( 2794 1391.999756 1272 ) central_europe_winter/joist_w -11 0 89.89 0.375061 0.156494 0 16384 0 +surfaceparm detail +( 2831.999756 1391.999634 1272 ) ( 2831.999756 1391.999634 1248 ) ( 2816 1407.999878 1248 ) common/nodraw -48 38 -180.00 1.000977 -1 536870912 2224 0 +surfaceparm detail +( 2986 1407.999878 1112 ) ( 2986 1407.999878 1272 ) ( 2794.000488 1408.000244 1272 ) central_europe_winter/joist_w 30 -2 -90.00 0.750000 -0.701416 0 16384 0 +surfaceparm detail +( 2960 1391.999878 1248 ) ( 2960 1391.999878 1272 ) ( 2976 1408 1272 ) common/nodraw 29 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2831.999756 1391.999634 1248 ) ( 2831.999756 1391.999634 1272 ) ( 2960 1391.999878 1272 ) central_europe_winter/joist_w 29 -53 -90.00 0.500000 -0.500488 0 16384 0 +surfaceparm detail +} +// brush 23 +{ +( 2784.000244 1391.999634 1408 ) ( 2976 1392 1408 ) ( 2976 1408 1408 ) central_europe_winter/joist_w 5 -36 89.97 0.500183 -0.500488 0 16384 0 +surfaceparm detail +( 2976 1408 1432 ) ( 2976 1392 1432 ) ( 2784.000244 1391.999634 1432 ) common/nodraw -46 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +( 2831.999756 1391.999634 1432 ) ( 2831.999756 1391.999634 1408 ) ( 2816 1407.999878 1408 ) common/nodraw -48 38 -180.00 1.000977 -1 536870912 2224 0 +surfaceparm detail +( 2976 1408 1272 ) ( 2976 1408 1432 ) ( 2784 1408.000122 1432 ) central_europe_winter/joist_w 19 90 -90.00 0.750000 0.699951 0 16384 0 +surfaceparm detail +( 2960 1391.999878 1408 ) ( 2960 1391.999878 1432 ) ( 2976 1408 1432 ) common/nodraw 29 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2960 1391.999878 1432 ) ( 2960 1391.999878 1408 ) ( 2831.999756 1391.999634 1408 ) central_europe_winter/joist_w 19 -39 -90.00 0.750000 -0.750000 0 16384 0 +surfaceparm detail +} +// brush 24 +{ +( 2816 1248 1408 ) ( 2832.000244 1248.000122 1408 ) ( 2832 1408 1408 ) central_europe_winter/joist_w 30 103 -0.01 0.500244 -0.500000 0 16384 0 +surfaceparm detail +( 2832 1408 1432 ) ( 2832.000244 1248.000122 1432 ) ( 2816 1248 1432 ) common/nodraw -46 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +( 2816.000244 1399.999756 1408 ) ( 2816.000244 1399.999756 1432 ) ( 2816 1240 1432 ) central_europe_winter/joist_w 19 -30 -90.00 0.750000 0.700562 0 16384 0 +surfaceparm detail +( 2831.999756 1391.999634 1408 ) ( 2831.999756 1391.999634 1432 ) ( 2816 1407.999878 1432 ) common/nodraw -48 38 -180.00 1.000977 -1 536870912 2224 0 +surfaceparm detail +( 2831.999756 1391.999634 1432 ) ( 2831.999756 1391.999634 1408 ) ( 2832.000488 1232.000122 1408 ) central_europe_winter/joist_w 19 -37 -90.00 0.750000 0.750366 0 16384 0 +surfaceparm detail +( 2832.000488 1232.000122 1432 ) ( 2832.000488 1232.000122 1408 ) ( 2815.999756 1216.000244 1408 ) common/nodraw 13 38 0.00 0.999878 1 536870912 2224 0 +surfaceparm detail +} +// brush 25 +{ +( 2960 1215.999878 1272 ) ( 2976.000244 1216.000122 1272 ) ( 2976.000244 1232.000122 1272 ) common/nodraw 16 0 90.01 0.999939 1 536870912 2224 0 +surfaceparm detail +( 2976 1240 1408 ) ( 2976 1224 1408 ) ( 2960 1224.000122 1408 ) common/nodraw -24 -10 -90.01 1.000061 -0.999512 536870912 2224 0 +surfaceparm detail +( 2959.999756 1232.000366 1272 ) ( 2959.999756 1232.000366 1288 ) ( 2960 1215.999878 1288 ) central_europe_winter/joist_w 0 -41 -180.00 0.500732 -0.500000 0 16384 0 +surfaceparm detail +( 2976.000244 1232.000122 1272 ) ( 2976.000244 1232.000122 1288 ) ( 2959.999756 1232.000366 1288 ) central_europe_winter/joist_w -19 -41 -180.00 0.499023 -0.500000 0 16384 0 +surfaceparm detail +( 2976.000244 1216.000122 1272 ) ( 2976.000244 1216.000122 1288 ) ( 2976.000244 1232.000122 1288 ) central_europe_winter/joist_w 5 -41 -180.00 0.499634 -0.500000 0 16384 0 +surfaceparm detail +( 2960 1215.999878 1272 ) ( 2960 1215.999878 1288 ) ( 2976.000244 1216.000122 1288 ) central_europe_winter/joist_w 28 -41 0.00 0.500244 0.500000 0 16384 0 +surfaceparm detail +} +// brush 26 +{ +( 2816 1391.999878 1272 ) ( 2831.999756 1391.999634 1272 ) ( 2832 1408 1272 ) common/nodraw 16 0 90.01 0.999939 1 536870912 2224 0 +surfaceparm detail +( 2832.000244 1416.000122 1408 ) ( 2832.000244 1399.999878 1408 ) ( 2816.000244 1399.999756 1408 ) common/nodraw 40 -4 90.03 1 0.999512 536870912 2224 0 +surfaceparm detail +( 2816 1407.999878 1272 ) ( 2816 1407.999878 1288 ) ( 2816 1391.999878 1288 ) central_europe_winter/joist_w -7 -41 -180.00 0.500000 -0.500000 0 16384 0 +surfaceparm detail +( 2832 1408 1272 ) ( 2832 1408 1288 ) ( 2816 1407.999878 1288 ) central_europe_winter/joist_w -24 -41 -180.00 0.499268 -0.500000 0 16384 0 +surfaceparm detail +( 2831.999756 1391.999634 1272 ) ( 2831.999756 1391.999634 1288 ) ( 2832 1408 1288 ) central_europe_winter/joist_w -9 -41 0.00 0.500244 0.500000 0 16384 0 +surfaceparm detail +( 2816 1391.999878 1288 ) ( 2816 1391.999878 1304 ) ( 2831.999756 1391.999634 1304 ) central_europe_winter/joist_w -10 -41 -180.00 0.499268 -0.500000 0 16384 0 +surfaceparm detail +} +// brush 27 +{ +( 2738 1247.999878 1324 ) ( 2738 1232.000122 1324 ) ( 2746.000244 1232 1324 ) central_europe_winter/joist_w -24 -75 -179.83 0.125001 0.156190 0 16384 0 +surfaceparm detail +( 2742.000244 1232.000244 1328 ) ( 2734 1232 1328 ) ( 2733.999756 1248.000122 1328 ) central_europe_winter/joist_w 14 7 -0.22 0.375000 0.156739 0 16384 0 +surfaceparm detail +( 2742.000244 1307.999878 1256 ) ( 2742.000244 1307.999878 1416 ) ( 2734 1308 1416 ) common/nodraw 19 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2738 1232.000122 1256 ) ( 2738 1232.000122 1416 ) ( 2738 1247.999878 1416 ) central_europe_winter/joist_w 30 -5 -90.00 0.125000 -0.156982 0 16384 0 +surfaceparm detail +( 2734 1232 1256 ) ( 2734 1232 1416 ) ( 2742.000244 1232.000244 1416 ) common/nodraw -16 38 -180.00 1.000488 -1 536870912 2224 0 +surfaceparm detail +( 2733.999756 1248.000122 1256 ) ( 2733.999756 1248.000122 1416 ) ( 2734 1232 1416 ) central_europe_winter/joist_w 30 -3 -90.00 0.125000 -0.155884 0 16384 0 +surfaceparm detail +} +// brush 28 +{ +( 2724 1300.000122 1272 ) ( 2740.000244 1300.000122 1272 ) ( 2740.000244 1316 1272 ) common/nodraw -42 43 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +( 2740 1325.999756 1330 ) ( 2740.000488 1310.000244 1330 ) ( 2724.000244 1309.999878 1330 ) central_europe_winter/joist_w 7 -71 0.00 0.250244 0.250000 0 16384 0 +surfaceparm detail +( 2731.999756 1316.000122 1272 ) ( 2731.999756 1316.000122 1288 ) ( 2732 1299.999878 1288 ) central_europe_winter/joist_w 16 108 -180.00 0.250000 -0.250000 0 16384 0 +surfaceparm detail +( 2740.000244 1316 1272 ) ( 2740.000244 1316 1288 ) ( 2724 1316.000122 1288 ) central_europe_winter/joist_w 4 108 0.00 0.249756 0.250000 0 16384 0 +surfaceparm detail +( 2740.000244 1300.000122 1272 ) ( 2740.000244 1300.000122 1288 ) ( 2740.000244 1316 1288 ) central_europe_winter/joist_w -25 105 0.00 0.250244 0.250000 0 16384 0 +surfaceparm detail +( 2724.000244 1308.000122 1272 ) ( 2724.000244 1308.000122 1288 ) ( 2739.999756 1307.999878 1288 ) central_europe_winter/joist_w -29 103 -180.00 0.250244 -0.250000 0 16384 0 +surfaceparm detail +} +// brush 29 +{ +( 2816.000244 1232.000244 1248 ) ( 2832.000488 1232.000122 1248 ) ( 2831.999756 1391.999634 1248 ) central_europe_winter/joist_w 30 103 -0.01 0.500244 -0.500000 0 16384 0 +surfaceparm detail +( 2831.999756 1391.999634 1272 ) ( 2832.000488 1232.000122 1272 ) ( 2816.000244 1232.000244 1272 ) central_europe_winter/joist_w 3 7 -0.22 0.375000 0.156739 0 16384 0 +surfaceparm detail +( 2815.999756 1216.000244 1272 ) ( 2815.999756 1216.000244 1248 ) ( 2816 1407.999878 1248 ) central_europe_winter/joist_w 29 -62 -90.00 0.750000 0.700439 0 16384 0 +surfaceparm detail +( 2816 1407.999878 1272 ) ( 2816 1407.999878 1248 ) ( 2831.999756 1391.999634 1248 ) common/nodraw -48 38 -180.00 1.000977 -1 536870912 2224 0 +surfaceparm detail +( 2832.000488 1232.000122 1248 ) ( 2832.000488 1232.000122 1272 ) ( 2831.999756 1391.999634 1272 ) central_europe_winter/joist_w 31 -55 -90.00 0.500000 0.500366 0 16384 0 +surfaceparm detail +( 2815.999756 1216.000244 1248 ) ( 2815.999756 1216.000244 1272 ) ( 2832.000488 1232.000122 1272 ) common/nodraw 13 38 0.00 0.999878 1 536870912 2224 0 +surfaceparm detail +} +// brush 30 +{ +( 2826 1244.000122 1324 ) ( 2826 1227.999878 1324 ) ( 2834.000244 1228.000244 1324 ) central_europe_winter/joist_w -24 -75 -179.83 0.125001 0.156190 0 16384 0 +surfaceparm detail +( 2830.000244 1228.000244 1328 ) ( 2822 1228 1328 ) ( 2822 1244 1328 ) central_europe_winter/joist_w 3 7 -0.22 0.375000 0.156739 0 16384 0 +surfaceparm detail +( 2829.999756 1392.000244 1256 ) ( 2829.999756 1392.000244 1416 ) ( 2822 1392 1416 ) common/nodraw -30 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2826 1227.999878 1256 ) ( 2826 1227.999878 1416 ) ( 2826 1244.000122 1416 ) central_europe_winter/joist_w 30 25 -90.00 0.125000 -0.156250 0 16384 0 +surfaceparm detail +( 2824 1316.000122 1256 ) ( 2824 1316.000122 1416 ) ( 2832.000488 1316.000244 1416 ) common/nodraw -13 38 -180.00 1.000244 -1 536870912 2224 0 +surfaceparm detail +( 2821.999756 1248.000122 1256 ) ( 2821.999756 1248.000122 1416 ) ( 2822 1232.000122 1416 ) central_europe_winter/joist_w 30 -25 -90.00 0.125000 -0.155884 0 16384 0 +surfaceparm detail +} +// brush 31 +{ +( 2812 1300.000122 1272 ) ( 2827.999512 1300 1272 ) ( 2828 1316.000244 1272 ) common/nodraw -46 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +( 2827.999756 1325.999634 1330 ) ( 2827.999512 1310 1330 ) ( 2812 1310.000244 1330 ) central_europe_winter/joist_w 14 40 0.00 0.248779 0.250000 0 16384 0 +surfaceparm detail +( 2820 1315.999878 1272 ) ( 2820 1315.999878 1288 ) ( 2820 1299.999878 1288 ) central_europe_winter/joist_w -18 104 0.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 2828 1316.000244 1272 ) ( 2828 1316.000244 1288 ) ( 2812 1316 1288 ) central_europe_winter/joist_w 10 104 0.00 0.250244 0.250000 0 16384 0 +surfaceparm detail +( 2827.999512 1300 1272 ) ( 2827.999512 1300 1288 ) ( 2828 1316.000244 1288 ) central_europe_winter/joist_w -9 105 0.00 0.250244 0.250000 0 16384 0 +surfaceparm detail +( 2812 1307.999756 1272 ) ( 2812 1307.999756 1288 ) ( 2827.999756 1307.999756 1288 ) central_europe_winter/joist_w 14 104 0.00 0.248779 0.250000 0 16384 0 +surfaceparm detail +} +// brush 32 +{ +( 2827.999512 1397.999756 1324 ) ( 2811.999756 1398.000122 1324 ) ( 2812 1390.000244 1324 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2812 1394 1328 ) ( 2812 1401.999878 1328 ) ( 2828.000244 1401.999878 1328 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1393.999878 1256 ) ( 2960 1393.999878 1416 ) ( 2960 1402.000122 1416 ) common/nodraw -50 39 -180.00 0.999756 -1 536870912 2224 0 +surfaceparm detail +( 2836.000244 1397.999878 1256 ) ( 2836.000244 1397.999878 1416 ) ( 2852.000488 1398.000366 1416 ) central_europe_winter/joist_w 29 -119 -90.00 0.125000 0.156738 0 16384 0 +surfaceparm detail +( 2832 1402 1256 ) ( 2832 1402 1416 ) ( 2832.000488 1393.999878 1416 ) common/nodraw -46 39 -180.00 1.000122 -1 536870912 2224 0 +surfaceparm detail +( 2832 1402 1256 ) ( 2832 1402 1416 ) ( 2816 1402.000122 1416 ) central_europe_winter/joist_w 29 -69 -90.00 0.125000 0.156494 0 16384 0 +surfaceparm detail +} +// brush 33 +{ +( 2884 1411.999756 1272 ) ( 2884.000244 1396 1272 ) ( 2899.999756 1395.999878 1272 ) common/nodraw -46 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +( 2912.000244 1395.999756 1330 ) ( 2895.999756 1395.999878 1330 ) ( 2895.999756 1411.999878 1330 ) central_europe_winter/joist_w -1 40 -180.00 0.249268 -0.250000 0 16384 0 +surfaceparm detail +( 2900.000244 1404.000122 1272 ) ( 2900.000244 1404.000122 1288 ) ( 2883.999756 1404 1288 ) central_europe_winter/joist_w 12 104 0.00 0.250488 0.250000 0 16384 0 +surfaceparm detail +( 2899.999756 1395.999878 1272 ) ( 2899.999756 1395.999878 1288 ) ( 2900 1412.000244 1288 ) central_europe_winter/joist_w -27 104 0.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 2884.000244 1396 1272 ) ( 2884.000244 1396 1288 ) ( 2899.999756 1395.999878 1288 ) central_europe_winter/joist_w -1 103 -180.00 0.249268 -0.250000 0 16384 0 +surfaceparm detail +( 2892 1412 1272 ) ( 2892 1412 1288 ) ( 2892 1396.000122 1288 ) central_europe_winter/joist_w -22 104 0.00 0.249512 0.250000 0 16384 0 +surfaceparm detail +} +// brush 34 +{ +( 2832 1402 1320 ) ( 2832 1398.000122 1320 ) ( 2891.999756 1398 1272 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2832 1398.000122 1324 ) ( 2832 1402 1324 ) ( 2892 1402 1276 ) central_europe_winter/joist_w -23 0 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2832 1398.000122 1320 ) ( 2832 1398.000122 1324 ) ( 2891.999756 1398 1276 ) central_europe_winter/joist_w -4 -25 -128.71 0.124527 0.155940 0 16384 0 +surfaceparm detail +( 2892 1402 1272 ) ( 2891.999756 1398 1272 ) ( 2891.999756 1398 1276 ) common/nodraw -45 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2832 1402 1324 ) ( 2832 1402 1320 ) ( 2892 1402 1272 ) central_europe_winter/joist_w -10 -1 -129.08 0.125093 0.156711 0 16384 0 +surfaceparm detail +( 2832 1398.000122 1320 ) ( 2832 1402 1320 ) ( 2832 1402 1324 ) common/nodraw -48 39 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +} +// brush 35 +{ +( 2794 1215.999756 1248 ) ( 2986.000244 1216.000122 1248 ) ( 2986.000244 1232 1248 ) central_europe_winter/joist_w 5 -36 89.97 0.500183 -0.500488 0 16384 0 +surfaceparm detail +( 2986.000244 1232 1272 ) ( 2986.000244 1216.000122 1272 ) ( 2794 1215.999756 1272 ) central_europe_winter/joist_w -11 0 89.89 0.375061 0.156494 0 16384 0 +surfaceparm detail +( 2832.000488 1232.000122 1248 ) ( 2832.000488 1232.000122 1272 ) ( 2815.999756 1216.000244 1272 ) common/nodraw 13 38 0.00 0.999878 1 536870912 2224 0 +surfaceparm detail +( 2959.999756 1232.000366 1248 ) ( 2959.999756 1232.000366 1272 ) ( 2832.000488 1232.000122 1272 ) central_europe_winter/joist_w 29 -59 -90.00 0.500000 -0.500488 0 16384 0 +surfaceparm detail +( 2959.999756 1232.000366 1272 ) ( 2959.999756 1232.000366 1248 ) ( 2976.000244 1216.000122 1248 ) common/nodraw 16 38 -180.00 1.000244 -1 536870912 2224 0 +surfaceparm detail +( 2794 1215.999756 1112 ) ( 2794 1215.999756 1272 ) ( 2986.000244 1216.000122 1272 ) central_europe_winter/joist_w 30 26 -90.00 0.750000 -0.700439 0 16384 0 +surfaceparm detail +} +// brush 36 +{ +( 2816 1248 1096 ) ( 2832.000244 1248.000122 1096 ) ( 2832 1375.999878 1224 ) central_europe_winter/joist_w 31 23 0.00 0.500000 -0.499939 0 16384 0 +surfaceparm detail +( 2832.000244 1248.000122 1120 ) ( 2816 1248 1120 ) ( 2815.999756 1376.000122 1248 ) central_europe_winter/joist_w 30 -6 0.00 0.500000 -0.499939 0 16384 0 +surfaceparm detail +( 2815.999756 1376.000122 1224 ) ( 2832 1375.999878 1224 ) ( 2832 1375.999878 1248 ) common/nodraw 16 38 0.00 0.999512 1 536870912 2224 0 +surfaceparm detail +( 2831.999756 1391.999634 1224 ) ( 2832.000488 1232.000122 1098 ) ( 2832.000488 1232.000122 1122 ) central_europe_winter/joist_w -9 -6 134.94 0.499429 0.500267 0 16384 0 +surfaceparm detail +( 2816 1248 1120 ) ( 2832.000244 1248.000122 1120 ) ( 2832.000244 1248.000122 1096 ) common/nodraw 13 38 0.00 0.999756 1 536870912 2224 0 +surfaceparm detail +( 2816.000244 1232.000244 1098 ) ( 2816 1391.999878 1224 ) ( 2816 1391.999878 1248 ) central_europe_winter/joist_w -9 -6 134.94 0.499429 0.500267 0 16384 0 +surfaceparm detail +} +// brush 37 +{ +( 2976.000488 1248.000244 1224 ) ( 2976 1376 1096 ) ( 2960.000244 1376 1096 ) central_europe_winter/joist_w 31 23 0.00 0.500000 -0.499939 0 16384 0 +surfaceparm detail +( 2960.000244 1248.000244 1248 ) ( 2960.000244 1376 1120 ) ( 2976 1376 1120 ) central_europe_winter/joist_w 31 23 0.00 0.500000 -0.499939 0 16384 0 +surfaceparm detail +( 2976.000488 1248.000244 1248 ) ( 2976.000488 1248.000244 1224 ) ( 2960.000244 1248.000244 1224 ) common/nodraw 14 38 0.00 0.999512 1 536870912 2224 0 +surfaceparm detail +( 2976 1392 1122 ) ( 2976 1392 1098 ) ( 2976.000244 1232.000122 1224 ) central_europe_winter/joist_w -8 45 45.01 0.499860 0.499647 0 16384 0 +surfaceparm detail +( 2976 1376 1096 ) ( 2976 1376 1120 ) ( 2960.000244 1376 1120 ) common/nodraw 19 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2959.999756 1232.000366 1248 ) ( 2959.999756 1232.000366 1224 ) ( 2960 1391.999878 1098 ) central_europe_winter/joist_w -14 40 45.02 0.499774 0.499392 0 16384 0 +surfaceparm detail +} +// brush 38 +{ +( 2832.000488 1232.000122 1224 ) ( 2959.999756 1232.000366 1096 ) ( 2960.000244 1248.000244 1096 ) central_europe_winter/joist_w -12 -61 0.11 0.500489 -0.501465 0 16384 0 +surfaceparm detail +( 2832.000244 1248.000122 1248 ) ( 2960.000244 1248.000244 1120 ) ( 2959.999756 1232.000366 1120 ) central_europe_winter/joist_w 20 3 -90.00 0.500489 -0.501465 0 16384 0 +surfaceparm detail +( 2832.000488 1232.000122 1248 ) ( 2832.000488 1232.000122 1224 ) ( 2832.000244 1248.000122 1224 ) common/nodraw 35 39 0.00 1.000366 1 536870912 2224 0 +surfaceparm detail +( 2976.000244 1232.000122 1122 ) ( 2976.000244 1232.000122 1098 ) ( 2816.000244 1232.000244 1224 ) central_europe_winter/joist_w 16 33 44.98 0.500119 -0.500372 0 16384 0 +surfaceparm detail +( 2959.999756 1232.000366 1096 ) ( 2959.999756 1232.000366 1120 ) ( 2960.000244 1248.000244 1120 ) common/nodraw 30 39 0.00 0.999756 1 536870912 2224 0 +surfaceparm detail +( 2816 1248 1248 ) ( 2816 1248 1224 ) ( 2976.000488 1248.000244 1098 ) central_europe_winter/joist_w 24 -80 45.02 0.499774 0.499392 0 16384 0 +surfaceparm detail +} +// brush 39 +{ +( 2960 1391.999878 1224 ) ( 2831.999756 1391.999634 1096 ) ( 2832 1375.999878 1096 ) central_europe_winter/joist_w 5 -36 89.97 0.500183 -0.500488 0 16384 0 +surfaceparm detail +( 2960.000244 1376 1248 ) ( 2832 1375.999878 1120 ) ( 2831.999756 1391.999634 1120 ) central_europe_winter/joist_w 5 -36 89.97 0.500183 -0.500488 0 16384 0 +surfaceparm detail +( 2960 1391.999878 1248 ) ( 2960 1391.999878 1224 ) ( 2960.000244 1376 1224 ) common/nodraw 29 39 0.00 1.000122 1 536870912 2224 0 +surfaceparm detail +( 2816 1391.999878 1122 ) ( 2816 1391.999878 1098 ) ( 2976 1392 1224 ) central_europe_winter/joist_w -2 86 135.05 0.500508 -0.500232 0 16384 0 +surfaceparm detail +( 2831.999756 1391.999634 1096 ) ( 2831.999756 1391.999634 1120 ) ( 2832 1375.999878 1120 ) common/nodraw 28 39 0.00 0.999756 1 536870912 2224 0 +surfaceparm detail +( 2976 1376 1248 ) ( 2976 1376 1224 ) ( 2815.999756 1376.000122 1098 ) central_europe_winter/joist_w -2 86 135.05 0.500508 -0.500232 0 16384 0 +surfaceparm detail +} +// brush 40 +{ +( 2792.000244 1218.000122 1264 ) ( 2967.999756 1217.999878 1264 ) ( 2968 1394 1264 ) TAardennes/flrwood1_repwinter 19 -16 90.01 1.000122 0.999756 0 16384 0 +surfaceparm detail +( 2968 1394 1272 ) ( 2967.999756 1217.999878 1272 ) ( 2792.000244 1218.000122 1272 ) TAardennes/flrwood1_repwinter 19 -16 90.01 1.000122 0.999756 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 2832.000488 1393.999878 1240 ) ( 2832.000488 1393.999878 1264 ) ( 2832 1217.999878 1264 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2969.999512 1392 1240 ) ( 2969.999512 1392 1264 ) ( 2794 1391.999756 1264 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2959.999756 1214 1240 ) ( 2959.999756 1214 1264 ) ( 2960.000244 1390.000244 1264 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2796.000244 1232.000122 1240 ) ( 2796.000244 1232.000122 1264 ) ( 2972 1232.000122 1264 ) common/caulk -32 0 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 41 +{ +( 2824 1226 1264 ) ( 3000.000488 1226.000488 1264 ) ( 3000 1401.999878 1264 ) TAardennes/flrwood1_repwinter 19 -16 90.01 1.000122 0.999756 0 16384 0 +surfaceparm detail +( 3000 1401.999878 1272 ) ( 3000.000488 1226.000488 1272 ) ( 2824 1226 1272 ) TAardennes/flrwood1_repwinter 19 -16 90.01 1.000122 0.999756 0 16384 0 +surfaceparm detail surfaceDensity 4 +( 2740.000244 1406.000122 1240 ) ( 2740.000244 1406.000122 1264 ) ( 2739.999756 1229.999878 1264 ) common/caulk 4 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2987.999512 1307.999634 1240 ) ( 2987.999512 1307.999634 1264 ) ( 2812 1308 1264 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2816 1224.000122 1240 ) ( 2816 1224.000122 1264 ) ( 2816.000244 1399.999756 1264 ) common/caulk 4 40 0.00 1 1 0 65696 0 +surfaceparm detail +( 2816.000244 1232.000244 1240 ) ( 2816.000244 1232.000244 1264 ) ( 2991.999756 1231.999878 1264 ) common/caulk 20 40 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 42 +{ +( 2832 1226 1320 ) ( 2832 1222.000122 1320 ) ( 2891.999756 1222 1272 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2832 1222.000122 1324 ) ( 2832 1226 1324 ) ( 2892 1226 1276 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2832 1222.000122 1320 ) ( 2832 1222.000122 1324 ) ( 2891.999756 1222 1276 ) central_europe_winter/joist_w -4 -25 -128.71 0.124527 0.155940 0 16384 0 +surfaceparm detail +( 2892 1226 1272 ) ( 2891.999756 1222 1272 ) ( 2891.999756 1222 1276 ) common/nodraw -29 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2832 1226 1324 ) ( 2832 1226 1320 ) ( 2892 1226 1272 ) central_europe_winter/joist_w -10 -1 -129.08 0.125093 0.156711 0 16384 0 +surfaceparm detail +( 2832 1222.000122 1320 ) ( 2832 1226 1320 ) ( 2832 1226 1324 ) common/nodraw -32 39 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +} +// brush 43 +{ +( 2827.999512 1221.999756 1324 ) ( 2811.999756 1222.000122 1324 ) ( 2812 1214.000244 1324 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2812 1218 1328 ) ( 2812 1225.999878 1328 ) ( 2828.000244 1225.999878 1328 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1217.999878 1256 ) ( 2960 1217.999878 1416 ) ( 2960 1226.000122 1416 ) common/nodraw -34 39 -180.00 0.999756 -1 536870912 2224 0 +surfaceparm detail +( 2836.000244 1221.999878 1256 ) ( 2836.000244 1221.999878 1416 ) ( 2852.000488 1222.000366 1416 ) central_europe_winter/joist_w 29 -119 -90.00 0.125000 0.156738 0 16384 0 +surfaceparm detail +( 2832 1226 1256 ) ( 2832 1226 1416 ) ( 2832.000488 1217.999878 1416 ) common/nodraw -30 39 -180.00 1.000122 -1 536870912 2224 0 +surfaceparm detail +( 2832 1226 1256 ) ( 2832 1226 1416 ) ( 2816 1226.000122 1416 ) central_europe_winter/joist_w 29 -69 -90.00 0.125000 0.156494 0 16384 0 +surfaceparm detail +} +// brush 44 +{ +( 2891.999756 1222 1320 ) ( 2892 1226 1320 ) ( 2832 1226 1272 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2892 1226 1324 ) ( 2891.999756 1222 1324 ) ( 2832 1222.000122 1276 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2892 1226 1320 ) ( 2892 1226 1324 ) ( 2832 1226 1276 ) central_europe_winter/joist_w 22 6 -51.10 0.124786 0.156420 0 16384 0 +surfaceparm detail +( 2891.999756 1222 1324 ) ( 2891.999756 1222 1320 ) ( 2832 1222.000122 1272 ) central_europe_winter/joist_w 27 -11 -50.68 0.125603 0.156048 0 16384 0 +surfaceparm detail +( 2892 1226 1320 ) ( 2891.999756 1222 1320 ) ( 2891.999756 1222 1324 ) common/nodraw -29 39 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2892 1226 1276 ) ( 2832 1226 1324 ) ( 2862 1222 1300 ) common/nodraw -30 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +} +// brush 45 +{ +( 2891.999756 1222 1320 ) ( 2892 1226 1320 ) ( 2832 1226 1272 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2892 1226 1324 ) ( 2891.999756 1222 1324 ) ( 2832 1222.000122 1276 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2892 1226 1320 ) ( 2892 1226 1324 ) ( 2832 1226 1276 ) central_europe_winter/joist_w 22 6 -51.10 0.124786 0.156420 0 16384 0 +surfaceparm detail +( 2832 1222.000122 1272 ) ( 2832 1226 1272 ) ( 2832 1226 1276 ) common/nodraw -32 39 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +( 2891.999756 1222 1324 ) ( 2891.999756 1222 1320 ) ( 2832 1222.000122 1272 ) central_europe_winter/joist_w 27 -11 -50.68 0.125603 0.156048 0 16384 0 +surfaceparm detail +( 2832 1226 1320 ) ( 2892 1226 1272 ) ( 2862 1222 1296 ) common/nodraw -30 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +} +// brush 46 +{ +( 2884 1235.999756 1272 ) ( 2884.000244 1220 1272 ) ( 2899.999756 1219.999878 1272 ) common/nodraw -30 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +( 2912.000244 1219.999756 1330 ) ( 2895.999756 1219.999878 1330 ) ( 2895.999756 1235.999878 1330 ) central_europe_winter/joist_w -1 -24 -180.00 0.249268 -0.250000 0 16384 0 +surfaceparm detail +( 2900.000244 1228.000122 1272 ) ( 2900.000244 1228.000122 1288 ) ( 2883.999756 1228 1288 ) central_europe_winter/joist_w 12 104 0.00 0.250488 0.250000 0 16384 0 +surfaceparm detail +( 2899.999756 1219.999878 1272 ) ( 2899.999756 1219.999878 1288 ) ( 2900 1236.000244 1288 ) central_europe_winter/joist_w -27 104 0.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 2884.000244 1220 1272 ) ( 2884.000244 1220 1288 ) ( 2899.999756 1219.999878 1288 ) central_europe_winter/joist_w -1 103 -180.00 0.249268 -0.250000 0 16384 0 +surfaceparm detail +( 2892 1236 1272 ) ( 2892 1236 1288 ) ( 2892 1220.000122 1288 ) central_europe_winter/joist_w -21 104 0.00 0.249512 0.250000 0 16384 0 +surfaceparm detail +} +// brush 47 +{ +( 2778 1230 1296 ) ( 2778 1226 1296 ) ( 2816 1226 1272 ) central_europe_winter/joist_w 21 1 -90.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2781 1226 1298 ) ( 2781 1230 1298 ) ( 2816 1230 1276 ) central_europe_winter/joist_w 21 1 -90.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2781 1226 1298 ) ( 2783 1226 1300 ) ( 2816 1226 1276 ) central_europe_winter/joist_w -4 74 -128.97 0.124987 -0.156233 0 16384 0 +surfaceparm detail +( 2816 1230 1272 ) ( 2816 1226 1272 ) ( 2816 1226 1276 ) common/nodraw 10 38 0.00 0.999512 1 536870912 2224 0 +surfaceparm detail +( 2785 1230 1302 ) ( 2783 1230 1300 ) ( 2816 1230 1272 ) central_europe_winter/joist_w -23 5 -129.32 0.125603 -0.155956 0 16384 0 +surfaceparm detail +( 2781 1230 1298 ) ( 2781 1226 1298 ) ( 2778 1226 1296 ) common/nodraw 14 -35 90.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 48 +{ +( 2816 1224 1320 ) ( 2816 1228 1320 ) ( 2740 1228 1272 ) central_europe_winter/joist_w 21 -99 -90.22 0.125001 0.156740 0 16384 0 +surfaceparm detail +( 2816 1228 1324 ) ( 2816 1224 1324 ) ( 2740 1224 1276 ) central_europe_winter/joist_w 21 -99 -90.22 0.125001 0.156740 0 16384 0 +surfaceparm detail +( 2800 1230 1320 ) ( 2800 1230 1324 ) ( 2740 1230 1276 ) central_europe_winter/joist_w 10 -24 -51.20 0.124680 -0.155850 0 16384 0 +surfaceparm detail +( 2740 1226 1272 ) ( 2740 1230 1272 ) ( 2740 1230 1276 ) common/nodraw 15 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2800 1226 1324 ) ( 2800 1226 1320 ) ( 2740 1226 1272 ) central_europe_winter/joist_w 17 35 -50.82 0.125200 -0.156695 0 16384 0 +surfaceparm detail +( 2816 1224 1324 ) ( 2816 1228 1324 ) ( 2816 1228 1320 ) common/nodraw 10 38 0.00 0.999512 1 536870912 2224 0 +surfaceparm detail +} +// brush 49 +{ +( 2775 1226 1298 ) ( 2775 1230 1298 ) ( 2740 1230 1320 ) central_europe_winter/joist_w 21 -99 -90.22 0.125001 0.156740 0 16384 0 +surfaceparm detail +( 2778 1230 1300 ) ( 2778 1226 1300 ) ( 2740 1226 1324 ) central_europe_winter/joist_w 21 -99 -90.22 0.125001 0.156740 0 16384 0 +surfaceparm detail +( 2775 1226 1298 ) ( 2773 1226 1296 ) ( 2740 1226 1320 ) central_europe_winter/joist_w -19 29 -128.97 0.124987 -0.156328 0 16384 0 +surfaceparm detail +( 2772 1230 1295 ) ( 2774 1230 1297 ) ( 2740 1230 1324 ) central_europe_winter/joist_w -6 88 -129.32 0.125603 -0.156051 0 16384 0 +surfaceparm detail +( 2740 1226 1320 ) ( 2740 1230 1320 ) ( 2740 1230 1324 ) common/nodraw 15 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2775 1230 1298 ) ( 2775 1226 1298 ) ( 2778 1226 1300 ) common/nodraw 14 -18 90.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 50 +{ +( 2738 1270 1296 ) ( 2734 1270 1296 ) ( 2734 1232 1272 ) central_europe_winter/joist_w -9 -7 179.78 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2734 1267 1298 ) ( 2738 1267 1298 ) ( 2738 1232 1276 ) central_europe_winter/joist_w -9 -7 179.78 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2734 1267 1298 ) ( 2734 1265 1300 ) ( 2734 1232 1276 ) central_europe_winter/joist_w -22 15 -51.03 0.124987 0.156062 0 16384 0 +surfaceparm detail +( 2738 1232 1272 ) ( 2734 1232 1272 ) ( 2734 1232 1276 ) common/nodraw -25 38 0.00 0.999512 1 536870912 2224 0 +surfaceparm detail +( 2738 1263 1302 ) ( 2738 1265 1300 ) ( 2738 1232 1272 ) central_europe_winter/joist_w -29 0 -50.68 0.125603 0.155879 0 16384 0 +surfaceparm detail +( 2738 1267 1298 ) ( 2734 1267 1298 ) ( 2734 1270 1296 ) common/nodraw -22 -17 0.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 51 +{ +( 2732 1232 1320 ) ( 2736 1232 1320 ) ( 2736 1308 1272 ) central_europe_winter/joist_w -9 19 179.78 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2736 1232 1324 ) ( 2732 1232 1324 ) ( 2732 1308 1276 ) central_europe_winter/joist_w -9 19 179.78 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2738 1248 1320 ) ( 2738 1248 1324 ) ( 2738 1308 1276 ) central_europe_winter/joist_w 1 -18 -128.80 0.124680 0.155945 0 16384 0 +surfaceparm detail +( 2734 1308 1272 ) ( 2738 1308 1272 ) ( 2738 1308 1276 ) common/nodraw -21 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2734 1248 1324 ) ( 2734 1248 1320 ) ( 2734 1308 1272 ) central_europe_winter/joist_w 29 -47 -129.18 0.125200 0.156790 0 16384 0 +surfaceparm detail +( 2732 1232 1324 ) ( 2736 1232 1324 ) ( 2736 1232 1320 ) common/nodraw -25 38 0.00 0.999512 1 536870912 2224 0 +surfaceparm detail +} +// brush 52 +{ +( 2734 1273 1298 ) ( 2738 1273 1298 ) ( 2738 1308 1320 ) central_europe_winter/joist_w -9 19 179.78 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2738 1270 1300 ) ( 2734 1270 1300 ) ( 2734 1308 1324 ) central_europe_winter/joist_w -9 19 179.78 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2734 1273 1298 ) ( 2734 1275 1296 ) ( 2734 1308 1320 ) central_europe_winter/joist_w -5 -62 -51.03 0.124987 0.156328 0 16384 0 +surfaceparm detail +( 2738 1276 1295 ) ( 2738 1274 1297 ) ( 2738 1308 1324 ) central_europe_winter/joist_w -11 48 -50.68 0.125603 0.156145 0 16384 0 +surfaceparm detail +( 2734 1308 1320 ) ( 2738 1308 1320 ) ( 2738 1308 1324 ) common/nodraw -21 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2738 1273 1298 ) ( 2734 1273 1298 ) ( 2734 1270 1300 ) common/nodraw -22 0 0.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 53 +{ +( 2816 1302 1264 ) ( 2816 1310 1264 ) ( 2800 1310 1264 ) central_europe_winter/joist_w -20 46 90.06 0.250183 0.250244 0 16384 0 +surfaceparm detail +( 2828 1314 1272 ) ( 2844 1314 1272 ) ( 2844 1306 1272 ) central_europe_winter/joist_w -10 0 89.89 0.375061 0.156494 0 16384 0 +surfaceparm detail +( 2740 1308 1264 ) ( 2732 1316 1264 ) ( 2732 1316 1272 ) common/nodraw 8 38 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 2816 1308 1264 ) ( 2740 1308 1264 ) ( 2740 1308 1272 ) common/nodraw 13 38 0.00 0.999268 1 536870912 2224 0 +surfaceparm detail +( 2816 1306 1360 ) ( 2816 1314 1360 ) ( 2816 1314 1200 ) common/nodraw 3 39 -180.00 0.999390 -1 536870912 2224 0 +surfaceparm detail +( 2816 1316 1272 ) ( 2732 1316 1272 ) ( 2732 1316 1264 ) central_europe_winter/joist_w 29 42 -90.00 0.250000 0.249268 0 16384 0 +surfaceparm detail +} +// brush 54 +{ +( 2828 1392 1320 ) ( 2824 1392 1320 ) ( 2824 1316 1272 ) central_europe_winter/joist_w 10 4 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2824 1392 1324 ) ( 2828 1392 1324 ) ( 2828 1316 1276 ) central_europe_winter/joist_w 10 4 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2822 1376 1320 ) ( 2822 1376 1324 ) ( 2822 1316 1276 ) central_europe_winter/joist_w 0 54 -51.20 0.124680 -0.155869 0 16384 0 +surfaceparm detail +( 2826 1316 1272 ) ( 2822 1316 1272 ) ( 2822 1316 1276 ) common/nodraw 35 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2826 1376 1324 ) ( 2826 1376 1320 ) ( 2826 1316 1272 ) central_europe_winter/joist_w -29 39 -50.82 0.125200 -0.156635 0 16384 0 +surfaceparm detail +( 2828 1392 1324 ) ( 2824 1392 1324 ) ( 2824 1392 1320 ) common/nodraw 32 38 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +} +// brush 55 +{ +( 2822 1354 1296 ) ( 2826 1354 1296 ) ( 2826 1392 1272 ) central_europe_winter/joist_w 10 -22 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2826 1357 1298 ) ( 2822 1357 1298 ) ( 2822 1392 1276 ) central_europe_winter/joist_w 10 -22 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2826 1357 1298 ) ( 2826 1359 1300 ) ( 2826 1392 1276 ) central_europe_winter/joist_w 30 -7 -128.97 0.124987 -0.156328 0 16384 0 +surfaceparm detail +( 2822 1392 1272 ) ( 2826 1392 1272 ) ( 2826 1392 1276 ) common/nodraw 32 38 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +( 2822 1361 1302 ) ( 2822 1359 1300 ) ( 2822 1392 1272 ) central_europe_winter/joist_w 25 28 -129.32 0.125603 -0.155956 0 16384 0 +surfaceparm detail +( 2822 1357 1298 ) ( 2826 1357 1298 ) ( 2826 1354 1296 ) common/nodraw 34 45 -180.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 56 +{ +( 2826 1351 1298 ) ( 2822 1351 1298 ) ( 2822 1316 1320 ) central_europe_winter/joist_w 10 4 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2822 1354 1300 ) ( 2826 1354 1300 ) ( 2826 1316 1324 ) central_europe_winter/joist_w 10 4 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2826 1351 1298 ) ( 2826 1349 1296 ) ( 2826 1316 1320 ) central_europe_winter/joist_w 15 -56 -128.97 0.124987 -0.156328 0 16384 0 +surfaceparm detail +( 2822 1348 1295 ) ( 2822 1350 1297 ) ( 2822 1316 1324 ) central_europe_winter/joist_w 9 -20 -129.32 0.125603 -0.155956 0 16384 0 +surfaceparm detail +( 2826 1316 1320 ) ( 2822 1316 1320 ) ( 2822 1316 1324 ) common/nodraw 35 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2822 1351 1298 ) ( 2826 1351 1298 ) ( 2826 1354 1300 ) common/nodraw 34 -1 -180.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 57 +{ +( 2980 1324 1272 ) ( 2964 1324 1272 ) ( 2964 1308 1272 ) common/nodraw -13 -2 -180.00 1 0.999512 536870912 2224 0 +surfaceparm detail +( 2964 1296 1330 ) ( 2964 1312 1330 ) ( 2980 1312 1330 ) central_europe_winter/joist_w -2 40 90.00 0.249023 -0.250000 0 16384 0 +surfaceparm detail +( 2972 1308 1272 ) ( 2972 1308 1288 ) ( 2972 1324 1288 ) central_europe_winter/joist_w 11 103 -180.00 0.250488 -0.250000 0 16384 0 +surfaceparm detail +( 2964 1308 1272 ) ( 2964 1308 1288 ) ( 2980 1308 1288 ) central_europe_winter/joist_w 5 104 0.00 0.250000 0.250000 0 16384 0 +surfaceparm detail +( 2964 1324 1272 ) ( 2964 1324 1288 ) ( 2964 1308 1288 ) central_europe_winter/joist_w -2 104 0.00 0.249023 0.250000 0 16384 0 +surfaceparm detail +( 2980 1316 1272 ) ( 2980 1316 1288 ) ( 2964 1316 1288 ) central_europe_winter/joist_w 28 104 0.00 0.249512 0.250000 0 16384 0 +surfaceparm detail +} +// brush 58 +{ +( 2970 1351 1298 ) ( 2966 1351 1298 ) ( 2966 1316 1320 ) central_europe_winter/joist_w 9 7 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2966 1354 1300 ) ( 2970 1354 1300 ) ( 2970 1316 1324 ) central_europe_winter/joist_w 9 7 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2970 1351 1298 ) ( 2970 1349 1296 ) ( 2970 1316 1320 ) central_europe_winter/joist_w 14 -56 -128.97 0.124987 -0.156328 0 16384 0 +surfaceparm detail +( 2966 1348 1295 ) ( 2966 1350 1297 ) ( 2966 1316 1324 ) central_europe_winter/joist_w 8 -21 -129.32 0.125603 -0.155956 0 16384 0 +surfaceparm detail +( 2970 1316 1320 ) ( 2966 1316 1320 ) ( 2966 1316 1324 ) common/nodraw -13 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2966 1351 1298 ) ( 2970 1351 1298 ) ( 2970 1354 1300 ) common/nodraw -13 -2 -180.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 59 +{ +( 2972 1392 1320 ) ( 2968 1392 1320 ) ( 2968 1316 1272 ) central_europe_winter/joist_w 9 7 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2968 1392 1324 ) ( 2972 1392 1324 ) ( 2972 1316 1276 ) central_europe_winter/joist_w 9 7 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2966 1376 1320 ) ( 2966 1376 1324 ) ( 2966 1316 1276 ) central_europe_winter/joist_w 0 54 -51.20 0.124680 -0.155869 0 16384 0 +surfaceparm detail +( 2970 1316 1272 ) ( 2966 1316 1272 ) ( 2966 1316 1276 ) common/nodraw -13 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2970 1376 1324 ) ( 2970 1376 1320 ) ( 2970 1316 1272 ) central_europe_winter/joist_w -29 38 -50.82 0.125200 -0.156635 0 16384 0 +surfaceparm detail +( 2972 1392 1324 ) ( 2968 1392 1324 ) ( 2968 1392 1320 ) common/nodraw -15 38 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +} +// brush 60 +{ +( 2966 1354 1296 ) ( 2970 1354 1296 ) ( 2970 1392 1272 ) central_europe_winter/joist_w 10 -18 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2970 1357 1298 ) ( 2966 1357 1298 ) ( 2966 1392 1276 ) central_europe_winter/joist_w 10 -18 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2970 1357 1298 ) ( 2970 1359 1300 ) ( 2970 1392 1276 ) central_europe_winter/joist_w 31 -8 -128.97 0.124987 -0.156328 0 16384 0 +surfaceparm detail +( 2966 1392 1272 ) ( 2970 1392 1272 ) ( 2970 1392 1276 ) common/nodraw -15 38 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +( 2966 1361 1302 ) ( 2966 1359 1300 ) ( 2966 1392 1272 ) central_europe_winter/joist_w 25 27 -129.32 0.125603 -0.155956 0 16384 0 +surfaceparm detail +( 2966 1357 1298 ) ( 2970 1357 1298 ) ( 2970 1354 1296 ) common/nodraw -13 45 -180.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 61 +{ +( 2966 1380 1324 ) ( 2966 1396 1324 ) ( 2958 1396 1324 ) central_europe_winter/joist_w 9 7 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2962 1396 1328 ) ( 2970 1396 1328 ) ( 2970 1380 1328 ) central_europe_winter/joist_w 9 7 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2962 1232 1256 ) ( 2962 1232 1416 ) ( 2970 1232 1416 ) common/nodraw -17 38 -180.00 0.999756 -1 536870912 2224 0 +surfaceparm detail +( 2966 1372 1256 ) ( 2966 1372 1416 ) ( 2966 1356 1416 ) central_europe_winter/joist_w 29 40 -90.00 0.125000 -0.156738 0 16384 0 +surfaceparm detail +( 2970 1392 1256 ) ( 2970 1392 1416 ) ( 2962 1392 1416 ) common/nodraw -14 38 -180.00 1.000122 -1 536870912 2224 0 +surfaceparm detail +( 2970 1376 1256 ) ( 2970 1376 1416 ) ( 2970 1392 1416 ) central_europe_winter/joist_w 29 -38 -90.00 0.125000 -0.156738 0 16384 0 +surfaceparm detail +} +// brush 62 +{ +( 2972 1308 1320 ) ( 2968 1308 1320 ) ( 2968 1232 1272 ) central_europe_winter/joist_w 7 -16 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2968 1308 1324 ) ( 2972 1308 1324 ) ( 2972 1232 1276 ) central_europe_winter/joist_w 7 -16 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2966 1292 1320 ) ( 2966 1292 1324 ) ( 2966 1232 1276 ) central_europe_winter/joist_w -26 -37 -51.20 0.124680 -0.155869 0 16384 0 +surfaceparm detail +( 2970 1232 1272 ) ( 2966 1232 1272 ) ( 2966 1232 1276 ) common/nodraw -13 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2970 1292 1324 ) ( 2970 1292 1320 ) ( 2970 1232 1272 ) central_europe_winter/joist_w -21 -57 -50.82 0.125200 -0.156635 0 16384 0 +surfaceparm detail +( 2972 1308 1324 ) ( 2968 1308 1324 ) ( 2968 1308 1320 ) common/nodraw -15 38 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +} +// brush 63 +{ +( 2966 1270 1296 ) ( 2970 1270 1296 ) ( 2970 1308 1272 ) central_europe_winter/joist_w 7 -43 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2970 1273 1298 ) ( 2966 1273 1298 ) ( 2966 1308 1276 ) central_europe_winter/joist_w 7 -43 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2970 1273 1298 ) ( 2970 1275 1300 ) ( 2970 1308 1276 ) central_europe_winter/joist_w 23 26 -128.97 0.124987 -0.156328 0 16384 0 +surfaceparm detail +( 2966 1308 1272 ) ( 2970 1308 1272 ) ( 2970 1308 1276 ) common/nodraw -15 38 -180.00 0.999512 -1 536870912 2224 0 +surfaceparm detail +( 2966 1277 1302 ) ( 2966 1275 1300 ) ( 2966 1308 1272 ) central_europe_winter/joist_w 17 61 -129.32 0.125603 -0.155956 0 16384 0 +surfaceparm detail +( 2966 1273 1298 ) ( 2970 1273 1298 ) ( 2970 1270 1296 ) common/nodraw -14 1 -180.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 64 +{ +( 2970 1267 1298 ) ( 2966 1267 1298 ) ( 2966 1232 1320 ) central_europe_winter/joist_w 7 -16 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2966 1270 1300 ) ( 2970 1270 1300 ) ( 2970 1232 1324 ) central_europe_winter/joist_w 7 -16 -0.22 0.125001 0.156739 0 16384 0 +surfaceparm detail +( 2970 1267 1298 ) ( 2970 1265 1296 ) ( 2970 1232 1320 ) central_europe_winter/joist_w 8 -22 -128.97 0.124987 -0.156328 0 16384 0 +surfaceparm detail +( 2966 1264 1295 ) ( 2966 1266 1297 ) ( 2966 1232 1324 ) central_europe_winter/joist_w 1 12 -129.32 0.125603 -0.155956 0 16384 0 +surfaceparm detail +( 2970 1232 1320 ) ( 2966 1232 1320 ) ( 2966 1232 1324 ) common/nodraw -13 38 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 2966 1267 1298 ) ( 2970 1267 1298 ) ( 2970 1270 1300 ) common/nodraw -14 18 -180.00 1 0.999512 536870912 2224 0 +surfaceparm detail +} +// brush 65 +{ +( 2900 1226.000122 1320 ) ( 2900 1222.000122 1320 ) ( 2959.999756 1221.999878 1272 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2900 1222.000122 1324 ) ( 2900 1226.000122 1324 ) ( 2960 1226.000122 1276 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2900 1222.000122 1320 ) ( 2900 1222.000122 1324 ) ( 2959.999756 1221.999878 1276 ) central_europe_winter/joist_w -4 -85 -128.71 0.124527 0.155330 0 16384 0 +surfaceparm detail +( 2960 1226.000122 1272 ) ( 2959.999756 1221.999878 1272 ) ( 2959.999756 1221.999878 1276 ) common/nodraw -34 39 -180.00 0.999146 -1 536870912 2224 0 +surfaceparm detail +( 2900 1226.000122 1324 ) ( 2900 1226.000122 1320 ) ( 2960 1226.000122 1272 ) central_europe_winter/joist_w -30 14 -129.36 0.125509 0.156388 0 16384 0 +surfaceparm detail +( 2900 1222.000122 1320 ) ( 2900 1226.000122 1320 ) ( 2900 1226.000122 1324 ) common/nodraw -25 39 -180.00 1.000366 -1 536870912 2224 0 +surfaceparm detail +} +// brush 66 +{ +( 2959.999756 1221.999878 1320 ) ( 2960 1226.000122 1320 ) ( 2900 1226.000122 1272 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1226.000122 1324 ) ( 2959.999756 1221.999878 1324 ) ( 2900 1222.000122 1276 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1226.000122 1320 ) ( 2960 1226.000122 1324 ) ( 2900 1226.000122 1276 ) central_europe_winter/joist_w 27 -32 -51.29 0.124527 0.157122 0 16384 0 +surfaceparm detail +( 2959.999756 1221.999878 1324 ) ( 2959.999756 1221.999878 1320 ) ( 2900 1222.000122 1272 ) central_europe_winter/joist_w 30 -86 -51.01 0.124939 0.155689 0 16384 0 +surfaceparm detail +( 2960 1226.000122 1320 ) ( 2959.999756 1221.999878 1320 ) ( 2959.999756 1221.999878 1324 ) common/nodraw -34 39 -180.00 0.999146 -1 536870912 2224 0 +surfaceparm detail +( 2960 1226.000122 1276 ) ( 2900 1226.000122 1324 ) ( 2930.000244 1222 1300 ) common/nodraw -30 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +} +// brush 67 +{ +( 2959.999756 1221.999878 1320 ) ( 2960 1226.000122 1320 ) ( 2900 1226.000122 1272 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1226.000122 1324 ) ( 2959.999756 1221.999878 1324 ) ( 2900 1222.000122 1276 ) central_europe_winter/joist_w -24 125 89.89 0.125061 0.156494 0 16384 0 +surfaceparm detail +( 2960 1226.000122 1320 ) ( 2960 1226.000122 1324 ) ( 2900 1226.000122 1276 ) central_europe_winter/joist_w 27 -32 -51.29 0.124527 0.157122 0 16384 0 +surfaceparm detail +( 2900 1222.000122 1272 ) ( 2900 1226.000122 1272 ) ( 2900 1226.000122 1276 ) common/nodraw -25 39 -180.00 1.000366 -1 536870912 2224 0 +surfaceparm detail +( 2959.999756 1221.999878 1324 ) ( 2959.999756 1221.999878 1320 ) ( 2900 1222.000122 1272 ) central_europe_winter/joist_w 30 -86 -51.01 0.124939 0.155689 0 16384 0 +surfaceparm detail +( 2900 1226.000122 1320 ) ( 2960 1226.000122 1272 ) ( 2930.000244 1222 1296 ) common/nodraw -30 -16 -90.00 1 0.999756 536870912 2224 0 +surfaceparm detail +} +} +// entity 3354 +{ +"classname" "func_group" +// brush 0 +{ +( 5824 4448 2208 ) ( 6208 4448 2208 ) ( 6208 4448 2080 ) central_europe_winter/tudor_set2cw 62 -142 0.00 0.750000 0.750000 0 16384 0 +( 6240 4464 2080 ) ( 6496 4464 2080 ) ( 6368 4464 2224 ) central_europe/tudor_set2c -172 -138 0.00 0.750000 0.750000 0 16384 0 +( 6496 4464 2080 ) ( 6240 4464 2080 ) ( 6224 4448 2080 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6344 4464 2132 ) ( 6344 4448 2170 ) ( 6344 4448 2094 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6390 4448 2170 ) ( 6390 4464 2132 ) ( 6390 4448 2094 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6346 4448 2094 ) ( 6369 4464 2094 ) ( 6392 4448 2094 ) central_europe/tudor_set2c -154 -54 0.00 0.750000 0.750000 0 16384 0 +} +// brush 1 +{ +( 6334 4440 2082 ) ( 6334 4432 2082 ) ( 6358 4432 2082 ) central_europe_winter/step_rise 37 -21 -180.00 0.250000 0.500000 0 67108864 0 +surfaceparm detail +( 6358 4436 2094 ) ( 6334 4436 2094 ) ( 6334 4444 2094 ) central_europe_winter/snowfield1 0 0 0.00 1 1 0 67108864 0 +( 6398 4432 2162 ) ( 6398 4440 2162 ) ( 6398 4440 2146 ) central_europe_winter/step_rise 45 -61 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 6362 4448 2166 ) ( 6338 4448 2166 ) ( 6338 4448 2150 ) common/caulk -2 24 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6336 4440 2166 ) ( 6336 4432 2166 ) ( 6336 4432 2150 ) central_europe_winter/step_rise 45 -61 -180.00 0.250000 0.250000 0 67108864 0 +surfaceparm detail +( 6334 4436 2166 ) ( 6358 4436 2166 ) ( 6358 4436 2150 ) central_europe_winter/step_rise -75 -62 0.00 0.250000 -0.250000 0 67108864 0 +surfaceparm detail +} +// brush 2 +{ +( 6384 4960 2200 ) ( 6368 4960 2200 ) ( 6368 4344 2200 ) central_europe_winter/joist_w 12 -36 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6360 4344 2216 ) ( 6360 4960 2216 ) ( 6376 4960 2216 ) common/caulk -8 -11 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6360 4400 2216 ) ( 6376 4400 2216 ) ( 6376 4400 2056 ) central_europe_winter/joist_w -23 104 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6376 4344 2216 ) ( 6376 4960 2216 ) ( 6376 4960 2056 ) central_europe_winter/joist_w -23 32 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6360 4960 2216 ) ( 6360 4344 2216 ) ( 6360 4344 2056 ) central_europe_winter/joist_w -23 32 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6352 4448 2200 ) ( 6424 4448 2200 ) ( 6388 4448 2216 ) common/caulk 48 -1 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 3355 +{ +"classname" "func_group" +// brush 0 +{ +( 5228 5376 2068 ) ( 5228 5408 2100 ) ( 5232 5408 2100 ) general_industrial/jh_pipe1 0 31 90.00 0.083008 -0.291992 0 32768 0 +surfaceparm detail +( 5224 5376 2068 ) ( 5224 5384 2068 ) ( 5224 5408 2096 ) general_industrial/jh_pipe1 48 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 5228 5408 2096 ) ( 5228 5384 2068 ) ( 5232 5384 2068 ) general_industrial/jh_pipe1 -1 30 0.00 0.083496 0.250000 0 32768 0 +surfaceparm detail +( 5232 5384 2068 ) ( 5232 5376 2068 ) ( 5232 5408 2100 ) general_industrial/jh_pipe1 48 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 5228 5408 2100 ) ( 5228 5408 2096 ) ( 5232 5408 2096 ) general_industrial/jh_pipe1 -1 -114 0.00 0.083496 0.041626 0 32768 0 +surfaceparm detail +( 5228 5384 2068 ) ( 5228 5376 2068 ) ( 5232 5376 2068 ) common/nodraw 17 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5232 5376 2068 ) ( 5224 5384 2068 ) ( 5228 5380 2100.000244 ) common/nodraw 17 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5676 5376 2052 ) ( 5676 5384 2052 ) ( 5420 5384 2052 ) general_industrial/jh_pipe1 96 24 0.00 1 1 0 32768 0 +surfaceparm detail +( 5676 5384 2056 ) ( 5676 5376 2056 ) ( 5420 5376 2056 ) common/nodraw 32 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5284 5376 2056 ) ( 5284 5376 2052 ) ( 5028 5376 2052 ) general_industrial/jh_pipe1 96 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 3724 5384 2052 ) ( 3724 5384 2056 ) ( 3468 5384 2056 ) general_industrial/jh_pipe1 96 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5232 5372 2052 ) ( 5232 5376 2052 ) ( 5232 5374 2056 ) common/nodraw -24 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5496 5392 2052 ) ( 5496 5376 2052 ) ( 5496 5384 2056 ) common/nodraw -24 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( 5200 5386 1888 ) ( 5172 5386 1888 ) ( 5172 5378 1888 ) common/nodraw 32 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5156 5378 2052 ) ( 5156 5386 2052 ) ( 5184 5386 2052 ) common/nodraw 32 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5176 5378 2120 ) ( 5204 5378 2120 ) ( 5204 5378 2088 ) common/nodraw 32 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5496 5374 2120 ) ( 5496 5382 2120 ) ( 5496 5382 2088 ) common/nodraw -24 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5208 5382 2120 ) ( 5180 5382 2120 ) ( 5180 5382 2088 ) central_europe_winter/secfence1_wntr 209 131 0.00 -1.031250 0.640625 196608 264192 0 +surfaceparm detail +( 5232 5378 2120 ) ( 5232 5370 2120 ) ( 5232 5370 2088 ) common/nodraw -24 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 5236 5384 1888 ) ( 5228 5384 1888 ) ( 5228 5376 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5227 5376 2068 ) ( 5227 5384 2068 ) ( 5235 5384 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5216 5376 1944 ) ( 5224 5376 1944 ) ( 5224 5376 1920 ) general_industrial/jh_pipe1 -20 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5232 5376 2072 ) ( 5232 5384 2072 ) ( 5232 5384 2048 ) general_industrial/jh_pipe1 -76 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5236 5384 1932 ) ( 5228 5384 1932 ) ( 5228 5384 1908 ) general_industrial/jh_pipe1 -20 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5224 5384 1908 ) ( 5224 5376 1908 ) ( 5224 5376 1884 ) general_industrial/jh_pipe1 -76 27 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 4 +{ +( 4876 5380 2067 ) ( 5292 5380 2067 ) ( 5292 5380 2066 ) common/nodraw 0 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5412 5407 2097 ) ( 4996 5407 2097 ) ( 4996 5407 2096 ) common/nodraw -24 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5412 5380 2067 ) ( 4996 5380 2067 ) ( 4996 5407 2097 ) common/nodraw -24 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5496 5407 2091 ) ( 5496 5408 2091 ) ( 5496 5386 2065 ) mohcommon/barbwire -81 -18 0.00 1 0.349976 204800 35328 0 +surfaceparm detail +( 4996 5380 2066 ) ( 5412 5380 2066 ) ( 5412 5407 2096 ) mohcommon/barbwire -99 -18 -180.00 0.400391 -0.300049 204800 35328 0 +surfaceparm detail +( 5232 5355 2069 ) ( 5232 5356 2069 ) ( 5232 5383 2096 ) mohcommon/barbwire -81 -18 0.00 1 0.349976 204800 35328 0 +surfaceparm detail +} +// brush 5 +{ +( 5508 5384 1888 ) ( 5500 5384 1888 ) ( 5500 5376 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5499 5376 2068 ) ( 5499 5384 2068 ) ( 5507 5384 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5488 5376 1944 ) ( 5496 5376 1944 ) ( 5496 5376 1920 ) general_industrial/jh_pipe1 92 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5504 5376 2072 ) ( 5504 5384 2072 ) ( 5504 5384 2048 ) general_industrial/jh_pipe1 -76 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5508 5384 1932 ) ( 5500 5384 1932 ) ( 5500 5384 1908 ) general_industrial/jh_pipe1 92 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5496 5384 1908 ) ( 5496 5376 1908 ) ( 5496 5376 1884 ) general_industrial/jh_pipe1 -76 27 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 6 +{ +( 5500 5376 2068 ) ( 5500 5408 2100 ) ( 5504 5408 2100 ) general_industrial/jh_pipe1 1 -62 90.00 0.083008 -0.291992 0 32768 0 +surfaceparm detail +( 5496 5376 2068 ) ( 5496 5384 2068 ) ( 5496 5408 2096 ) general_industrial/jh_pipe1 48 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 5500 5408 2096 ) ( 5500 5384 2068 ) ( 5504 5384 2068 ) general_industrial/jh_pipe1 69 30 0.00 0.083496 0.250000 0 32768 0 +surfaceparm detail +( 5504 5384 2068 ) ( 5504 5376 2068 ) ( 5504 5408 2100 ) general_industrial/jh_pipe1 48 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 5500 5408 2100 ) ( 5500 5408 2096 ) ( 5504 5408 2096 ) general_industrial/jh_pipe1 69 -114 0.00 0.083496 0.041626 0 32768 0 +surfaceparm detail +( 5500 5384 2068 ) ( 5500 5376 2068 ) ( 5504 5376 2068 ) common/nodraw -31 -7 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3356 +{ +"classname" "func_group" +// brush 0 +{ +( 5408 3624 2018 ) ( 6016 3624 2018 ) ( 6016 3624 2010 ) central_europe_winter/corrugated_snowcovered 244 -136 -180.00 1 -0.750000 0 67108864 0 +surfaceparm detail +( 6016 3904 2088 ) ( 5408 3904 2088 ) ( 5408 3904 2080 ) central_europe_winter/corrugated_snowcovered 144 -44 -180.00 1 -0.750000 0 67108864 0 +surfaceparm detail +( 5408 3624 2010 ) ( 6016 3624 2010 ) ( 6016 3904 2080 ) general_structure/jh_corrugate4dmg 0 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 6016 3624 2018 ) ( 5408 3624 2018 ) ( 5408 3904 2088 ) central_europe_winter/corrugated_snowcovered 229 241 0.00 -2.375000 1.093750 0 67108864 0 +surfaceparm detail +( 6016 3792 2016 ) ( 6016 3632 2016 ) ( 6016 3712 2176 ) central_europe_winter/corrugated_snowcovered 148 -32 -180.00 1 -0.750000 0 67108864 0 +surfaceparm detail +( 5408 3664 2016 ) ( 5408 3744 2016 ) ( 5408 3704 2176 ) central_europe_winter/corrugated_snowcovered 148 -32 -180.00 1 -0.750000 0 67108864 0 +surfaceparm detail +} +// brush 1 +{ +( 5988 3872 1888 ) ( 6004 3872 1888 ) ( 6004 3888 1888 ) common/caulk 24 -16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5988 3888 2076 ) ( 6004 3888 2076 ) ( 6004 3872 2072 ) common/caulk 24 -16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6004 3888 2076 ) ( 5988 3888 2076 ) ( 5988 3888 1888 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5988 3888 2072 ) ( 5988 3872 2072 ) ( 5988 3872 1888 ) central_europe_winter/joist_w -16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5988 3872 2072 ) ( 6004 3872 2072 ) ( 6004 3872 1888 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6004 3872 2072 ) ( 6004 3888 2072 ) ( 6004 3888 1888 ) central_europe_winter/joist_w -16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 5988 3648 2024 ) ( 6004 3648 2024 ) ( 6004 3648 2008 ) common/caulk 24 55 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5988 3872 2064 ) ( 6004 3872 2064 ) ( 6004 3872 2072 ) common/caulk 24 55 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6004 3872 2064 ) ( 5988 3872 2064 ) ( 5988 3648 2008 ) central_europe_winter/joist_w 8 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5988 3832 2008 ) ( 5988 3832 2024 ) ( 5988 3648 2024 ) central_europe_winter/joist_w -24 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 5988 3872 2072 ) ( 6004 3872 2072 ) ( 6004 3648 2016 ) common/caulk 40 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6004 3832 2024 ) ( 6004 3832 2008 ) ( 6004 3648 2008 ) central_europe_winter/joist_w -24 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 5344 3504 1888 ) ( 5856 3504 1888 ) ( 5856 4336 1888 ) common/caulk 32 16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5856 3648 2336 ) ( 5344 3648 2336 ) ( 5344 3648 1888 ) central_europe_winter/corrugated_snowcovered 208 -44 -180.00 1 -0.750000 0 67108864 0 +( 5344 3640 2336 ) ( 5856 3640 2336 ) ( 5856 3640 1888 ) central_europe_winter/corrugated_snowcovered 208 -44 -180.00 1 -0.750000 0 67108864 0 +( 5988 3792 1888 ) ( 5988 3632 1888 ) ( 5988 3712 2048 ) common/caulk 32 -32 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5436 3664 1888 ) ( 5436 3744 1888 ) ( 5436 3704 2048 ) common/caulk 32 -32 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5432 3644 2015 ) ( 5432 3648 2016 ) ( 5992 3646 2015.500000 ) common/caulk 32 -32 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 4 +{ +( 5780 3656 2010 ) ( 5796 3656 2010 ) ( 5796 3648 2008 ) common/caulk 8 32 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5792 3658 1952 ) ( 5776 3658 1952 ) ( 5776 3642 1952 ) common/caulk 8 32 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5780 3648 2008 ) ( 5796 3648 2008 ) ( 5796 3648 1952 ) central_europe_winter/joist_w 24 120 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5780 3648 1776 ) ( 5780 3664 1776 ) ( 5780 3664 1960 ) central_europe_winter/joist_w 0 120 0.00 1 -1 0 16384 0 +surfaceparm detail +( 5796 3656 2010 ) ( 5780 3656 2010 ) ( 5780 3656 1952 ) central_europe_winter/joist_w 24 120 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5796 3664 1776 ) ( 5796 3648 1776 ) ( 5796 3648 1960 ) central_europe_winter/joist_w 0 120 0.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( 5780 3648 2024 ) ( 5796 3648 2024 ) ( 5796 3648 2008 ) common/caulk 8 55 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5780 3872 2064 ) ( 5796 3872 2064 ) ( 5796 3872 2072 ) common/caulk 8 55 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5796 3872 2064 ) ( 5780 3872 2064 ) ( 5780 3648 2008 ) central_europe_winter/joist_w 24 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5780 3832 2008 ) ( 5780 3832 2024 ) ( 5780 3648 2024 ) central_europe_winter/joist_w -24 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 5780 3872 2072 ) ( 5796 3872 2072 ) ( 5796 3648 2016 ) common/caulk 48 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5796 3832 2024 ) ( 5796 3832 2008 ) ( 5796 3648 2008 ) central_europe_winter/joist_w -24 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( 5792 3872 1888 ) ( 5776 3872 1888 ) ( 5776 3648 1888 ) common/caulk 32 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5776 3872 1888 ) ( 5792 3872 1888 ) ( 5792 3872 2072 ) common/caulk 32 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5776 3648 2016 ) ( 5792 3648 2016 ) ( 5792 3648 1888 ) common/caulk 32 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5792 3520 2336 ) ( 5792 4352 2336 ) ( 5792 4352 1888 ) central_europe_winter/floorsnowcovered 16 0 -180.00 1 -1 0 67108864 0 +( 5784 3648 1888 ) ( 5784 3808 1888 ) ( 5784 3728 2048 ) central_europe_winter/floorsnowcovered 16 0 -180.00 1 -1 0 67108864 0 +( 5792 3752 1944 ) ( 5792 3712 1944 ) ( 5784 3732 1944 ) central_europe_winter/corrugated_snowcovered 208 -150 -180.00 1 0.750000 0 67108864 0 +} +// brush 7 +{ +( 5780 3648 1960 ) ( 5796 3648 1960 ) ( 5796 3648 1944 ) common/caulk 8 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5792 3872 1960 ) ( 5776 3872 1960 ) ( 5776 3872 1944 ) common/caulk 8 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5792 3872 1944 ) ( 5776 3872 1944 ) ( 5776 3648 1944 ) central_europe_winter/joist_w 24 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5780 3832 1944 ) ( 5780 3832 1960 ) ( 5780 3648 1960 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 5776 3872 1952 ) ( 5792 3872 1952 ) ( 5792 3648 1952 ) central_europe_winter/joist_w 24 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5796 3832 1960 ) ( 5796 3832 1944 ) ( 5796 3648 1944 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 8 +{ +( 5780 3872 1888 ) ( 5796 3872 1888 ) ( 5796 3888 1888 ) common/caulk 8 -16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5780 3888 2076 ) ( 5796 3888 2076 ) ( 5796 3872 2072 ) common/caulk 8 -16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5796 3888 2076 ) ( 5780 3888 2076 ) ( 5780 3888 1888 ) central_europe_winter/joist_w 24 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5780 3888 2072 ) ( 5780 3872 2072 ) ( 5780 3872 1888 ) central_europe_winter/joist_w -16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5780 3872 2072 ) ( 5796 3872 2072 ) ( 5796 3872 1888 ) central_europe_winter/joist_w 24 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5796 3872 2072 ) ( 5796 3888 2072 ) ( 5796 3888 1888 ) central_europe_winter/joist_w -16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 9 +{ +( 5624 3872 1888 ) ( 5608 3872 1888 ) ( 5608 3648 1888 ) common/caulk 56 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5608 3872 1888 ) ( 5624 3872 1888 ) ( 5624 3872 2072 ) common/caulk 56 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5608 3648 2016 ) ( 5624 3648 2016 ) ( 5624 3648 1888 ) common/caulk 56 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5624 3520 2336 ) ( 5624 4352 2336 ) ( 5624 4352 1888 ) central_europe_winter/floorsnowcovered 16 0 -180.00 1 -1 0 67108864 0 +( 5616 3648 1888 ) ( 5616 3808 1888 ) ( 5616 3728 2048 ) central_europe_winter/floorsnowcovered 16 0 -180.00 1 -1 0 67108864 0 +( 5624 3752 1944 ) ( 5624 3712 1944 ) ( 5616 3732 1944 ) central_europe_winter/corrugated_snowcovered 208 -150 -180.00 1 0.750000 0 67108864 0 +} +// brush 10 +{ +( 5612 3656 2010 ) ( 5628 3656 2010 ) ( 5628 3648 2008 ) common/caulk 32 32 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5624 3658 1952 ) ( 5608 3658 1952 ) ( 5608 3642 1952 ) common/caulk 32 32 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5612 3648 2008 ) ( 5628 3648 2008 ) ( 5628 3648 1952 ) central_europe_winter/joist_w 16 120 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5612 3648 1776 ) ( 5612 3664 1776 ) ( 5612 3664 1960 ) central_europe_winter/joist_w 0 120 0.00 1 -1 0 16384 0 +surfaceparm detail +( 5628 3656 2010 ) ( 5612 3656 2010 ) ( 5612 3656 1952 ) central_europe_winter/joist_w 16 120 -180.00 1 1 0 16384 0 +surfaceparm detail +( 5628 3664 1776 ) ( 5628 3648 1776 ) ( 5628 3648 1960 ) central_europe_winter/joist_w 0 120 0.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 11 +{ +( 5612 3648 1960 ) ( 5628 3648 1960 ) ( 5628 3648 1944 ) common/caulk 32 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5624 3872 1960 ) ( 5608 3872 1960 ) ( 5608 3872 1944 ) common/caulk 32 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5624 3872 1944 ) ( 5608 3872 1944 ) ( 5608 3648 1944 ) central_europe_winter/joist_w 16 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5612 3832 1944 ) ( 5612 3832 1960 ) ( 5612 3648 1960 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 5608 3872 1952 ) ( 5624 3872 1952 ) ( 5624 3648 1952 ) central_europe_winter/joist_w 16 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5628 3832 1960 ) ( 5628 3832 1944 ) ( 5628 3648 1944 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 12 +{ +( 5612 3648 2024 ) ( 5628 3648 2024 ) ( 5628 3648 2008 ) common/caulk 32 55 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5612 3872 2064 ) ( 5628 3872 2064 ) ( 5628 3872 2072 ) common/caulk 32 55 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5628 3872 2064 ) ( 5612 3872 2064 ) ( 5612 3648 2008 ) central_europe_winter/joist_w 16 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5612 3832 2008 ) ( 5612 3832 2024 ) ( 5612 3648 2024 ) central_europe_winter/joist_w -24 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 5612 3872 2072 ) ( 5628 3872 2072 ) ( 5628 3648 2016 ) common/caulk 48 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5628 3832 2024 ) ( 5628 3832 2008 ) ( 5628 3648 2008 ) central_europe_winter/joist_w -24 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 13 +{ +( 5612 3872 1888 ) ( 5628 3872 1888 ) ( 5628 3888 1888 ) common/caulk 32 -16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5612 3888 2076 ) ( 5628 3888 2076 ) ( 5628 3872 2072 ) common/caulk 32 -16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5628 3888 2076 ) ( 5612 3888 2076 ) ( 5612 3888 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5612 3888 2072 ) ( 5612 3872 2072 ) ( 5612 3872 1888 ) central_europe_winter/joist_w -16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5612 3872 2072 ) ( 5628 3872 2072 ) ( 5628 3872 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5628 3872 2072 ) ( 5628 3888 2072 ) ( 5628 3888 1888 ) central_europe_winter/joist_w -16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 14 +{ +( 5628 3808 2048 ) ( 5612 3808 2048 ) ( 5612 3816 2050 ) common/caulk 32 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5624 3872 2024 ) ( 5608 3872 2024 ) ( 5608 3872 2008 ) common/caulk 32 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5612 3808 2048 ) ( 5628 3808 2048 ) ( 5628 3872 2008 ) central_europe_winter/joist_w 16 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5612 3832 2008 ) ( 5612 3832 2024 ) ( 5612 3648 2024 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 5628 3816 2050 ) ( 5612 3816 2050 ) ( 5612 3872 2016 ) central_europe_winter/joist_w 16 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5628 3832 2024 ) ( 5628 3832 2008 ) ( 5628 3648 2008 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 15 +{ +( 5796 3808 2048 ) ( 5780 3808 2048 ) ( 5780 3816 2050 ) common/caulk 8 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5792 3872 2024 ) ( 5776 3872 2024 ) ( 5776 3872 2008 ) common/caulk 8 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5780 3808 2048 ) ( 5796 3808 2048 ) ( 5796 3872 2008 ) central_europe_winter/joist_w 24 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5780 3832 2008 ) ( 5780 3832 2024 ) ( 5780 3648 2024 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 5796 3816 2050 ) ( 5780 3816 2050 ) ( 5780 3872 2016 ) central_europe_winter/joist_w 24 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5796 3832 2024 ) ( 5796 3832 2008 ) ( 5796 3648 2008 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 16 +{ +( 5988 3632 1888 ) ( 6004 3632 1888 ) ( 6004 3648 1888 ) common/caulk 24 -32 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6004 3648 2076 ) ( 5988 3648 2076 ) ( 5988 3648 1888 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5988 3648 2072 ) ( 5988 3632 2072 ) ( 5988 3632 1888 ) central_europe_winter/joist_w 0 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5988 3632 2072 ) ( 6004 3632 2072 ) ( 6004 3632 1888 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6004 3632 2072 ) ( 6004 3648 2072 ) ( 6004 3648 1888 ) central_europe_winter/joist_w 0 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5988 3644 2015 ) ( 5988 3648 2016 ) ( 6004 3646 2015.500000 ) common/caulk 28 -32 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 17 +{ +( 5420 3632 1882 ) ( 5436 3632 1882 ) ( 5436 3648 1882 ) common/caulk 32 -32 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5436 3648 2076 ) ( 5420 3648 2076 ) ( 5420 3648 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5420 3648 2072 ) ( 5420 3632 2072 ) ( 5420 3632 1888 ) central_europe_winter/joist_w 0 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5420 3632 2072 ) ( 5436 3632 2072 ) ( 5436 3632 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5436 3632 2072 ) ( 5436 3648 2072 ) ( 5436 3648 1888 ) central_europe_winter/joist_w 0 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5420 3644 2015 ) ( 5420 3648 2016 ) ( 5436 3646 2015.500000 ) common/caulk 36 -32 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 18 +{ +( 5420 3648 2024 ) ( 5436 3648 2024 ) ( 5436 3648 2008 ) common/caulk -32 55 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5420 3872 2064 ) ( 5436 3872 2064 ) ( 5436 3872 2072 ) common/caulk -32 55 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5436 3872 2064 ) ( 5420 3872 2064 ) ( 5420 3648 2008 ) central_europe_winter/joist_w -16 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5420 3832 2008 ) ( 5420 3832 2024 ) ( 5420 3648 2024 ) central_europe_winter/joist_w -24 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 5420 3872 2072 ) ( 5436 3872 2072 ) ( 5436 3648 2016 ) common/caulk 48 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5436 3832 2024 ) ( 5436 3832 2008 ) ( 5436 3648 2008 ) central_europe_winter/joist_w -24 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 19 +{ +( 5440 3872 1888 ) ( 5424 3872 1888 ) ( 5424 3648 1888 ) common/caulk 48 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5424 3872 1888 ) ( 5440 3872 1888 ) ( 5440 3872 2072 ) common/caulk 48 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5424 4352 2336 ) ( 5424 3520 2336 ) ( 5424 3520 1888 ) central_europe_winter/corrugated_snowcovered 144 -44 -180.00 1 -0.750000 0 67108864 0 +( 5424 3648 2016 ) ( 5440 3648 2016 ) ( 5440 3648 1888 ) common/caulk 48 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5432 3760 1888 ) ( 5432 3680 1888 ) ( 5432 3720 2048 ) central_europe_winter/corrugated_snowcovered 144 -44 -180.00 1 -0.750000 0 67108864 0 +( 5424 3648 2008 ) ( 5424 3664 2012 ) ( 5432 3656 2010 ) common/caulk 48 0 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 20 +{ +( 5420 3872 1888 ) ( 5436 3872 1888 ) ( 5436 3888 1888 ) common/caulk 32 -16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5420 3888 2076 ) ( 5436 3888 2076 ) ( 5436 3872 2072 ) common/caulk 32 -16 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5436 3888 2076 ) ( 5420 3888 2076 ) ( 5420 3888 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5420 3888 2072 ) ( 5420 3872 2072 ) ( 5420 3872 1888 ) central_europe_winter/joist_w -16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5420 3872 2072 ) ( 5436 3872 2072 ) ( 5436 3872 1888 ) central_europe_winter/joist_w 16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5436 3872 2072 ) ( 5436 3888 2072 ) ( 5436 3888 1888 ) central_europe_winter/joist_w -16 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +} +// entity 3357 +{ +"classname" "func_group" +// brush 0 +{ +( 5740 3288 2068 ) ( 5740 3256 2100 ) ( 5736 3256 2100 ) general_industrial/jh_pipe1 33 -32 -90.00 0.082031 -0.291016 0 32768 0 +surfaceparm detail +( 5744 3288 2068 ) ( 5744 3280 2068 ) ( 5744 3256 2096 ) general_industrial/jh_pipe1 -16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5740 3256 2096 ) ( 5740 3280 2068 ) ( 5736 3280 2068 ) general_industrial/jh_pipe1 41 28 -180.00 0.083984 -0.250000 0 32768 0 +surfaceparm detail +( 5736 3280 2068 ) ( 5736 3288 2068 ) ( 5736 3256 2100 ) general_industrial/jh_pipe1 -16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5740 3256 2100 ) ( 5740 3256 2096 ) ( 5736 3256 2096 ) general_industrial/jh_pipe1 41 -113 -180.00 0.083984 -0.041748 0 32768 0 +surfaceparm detail +( 5740 3280 2068 ) ( 5740 3288 2068 ) ( 5736 3288 2068 ) common/nodraw -7 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5736 3280 2068 ) ( 5744 3288 2068 ) ( 5740 3284 2100 ) common/nodraw -7 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 6364 3284 2067 ) ( 5948 3284 2067 ) ( 5948 3284 2066 ) common/nodraw -40 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5828 3257 2097 ) ( 6244 3257 2097 ) ( 6244 3257 2096 ) common/nodraw 0 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5828 3284 2067 ) ( 6244 3284 2067 ) ( 6244 3257 2097 ) common/nodraw 0 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5744 3257 2091 ) ( 5744 3256 2091 ) ( 5744 3278 2065 ) mohcommon/barbwire -65 -15 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +( 6244 3284 2066 ) ( 5828 3284 2066 ) ( 5828 3257 2096 ) mohcommon/barbwire -15 -19 0.00 0.400391 0.300049 204800 35328 0 +surfaceparm detail +( 5908 3301 2069 ) ( 5908 3300 2069 ) ( 5908 3273 2096 ) mohcommon/barbwire -65 -15 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +} +// brush 2 +{ +( 6040 3278 1888 ) ( 6068 3278 1888 ) ( 6068 3286 1888 ) common/nodraw 8 8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6084 3286 2052 ) ( 6084 3278 2052 ) ( 6056 3278 2052 ) common/nodraw 8 8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6064 3286 2120 ) ( 6036 3286 2120 ) ( 6036 3286 2088 ) common/nodraw 8 -2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3290 2120 ) ( 5744 3282 2120 ) ( 5744 3282 2088 ) common/nodraw -8 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6032 3282 2120 ) ( 6060 3282 2120 ) ( 6060 3282 2088 ) central_europe_winter/secfence1_wntr 239 -47 -180.00 0.625000 -0.625000 196608 264192 0 +surfaceparm detail +( 6072 3278 2120 ) ( 6072 3286 2120 ) ( 6072 3286 2088 ) common/nodraw -8 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 6068 3280 1888 ) ( 6076 3280 1888 ) ( 6076 3288 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6077 3288 2060 ) ( 6077 3280 2060 ) ( 6069 3280 2060 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6088 3288 1944 ) ( 6080 3288 1944 ) ( 6080 3288 1920 ) general_industrial/jh_pipe1 20 23 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6072 3288 2072 ) ( 6072 3280 2072 ) ( 6072 3280 2048 ) general_industrial/jh_pipe1 -60 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6068 3280 1932 ) ( 6076 3280 1932 ) ( 6076 3280 1908 ) general_industrial/jh_pipe1 20 23 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6080 3280 1908 ) ( 6080 3288 1908 ) ( 6080 3288 1884 ) general_industrial/jh_pipe1 -60 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 4 +{ +( 5564 3288 2052 ) ( 5564 3280 2052 ) ( 5820 3280 2052 ) general_industrial/jh_pipe1 72 8 -180.00 1 1 0 32768 0 +surfaceparm detail +( 5564 3280 2056 ) ( 5564 3288 2056 ) ( 5820 3288 2056 ) common/nodraw 8 8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5956 3288 2056 ) ( 5956 3288 2052 ) ( 6212 3288 2052 ) general_industrial/jh_pipe1 72 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 7516 3280 2052 ) ( 7516 3280 2056 ) ( 7772 3280 2056 ) general_industrial/jh_pipe1 72 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6072 3284 2052 ) ( 6072 3280 2052 ) ( 6072 3282 2056 ) common/nodraw -8 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5744 3272 2052 ) ( 5744 3288 2052 ) ( 5744 3280 2056 ) common/nodraw -8 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 5 +{ +( 5912 3280 2056 ) ( 5912 3288 2056 ) ( 5908 3288 2056 ) common/nodraw 8 8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5912 3288 2068 ) ( 5912 3280 2068 ) ( 5908 3280 2068 ) common/nodraw 8 8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5912 3288 2056 ) ( 5912 3288 2068 ) ( 5908 3288 2068 ) general_industrial/jh_pipe1 72 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5908 3288 2056 ) ( 5908 3288 2068 ) ( 5908 3280 2068 ) general_industrial/jh_pipe1 -8 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5912 3280 2068 ) ( 5912 3280 2056 ) ( 5908 3280 2056 ) general_industrial/jh_pipe1 72 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5912 3288 2068 ) ( 5912 3288 2056 ) ( 5912 3280 2056 ) general_industrial/jh_pipe1 -8 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 6 +{ +( 5912 3256 2100 ) ( 5908 3256 2100 ) ( 5908 3288 2068 ) general_industrial/jh_pipe1 -63 -10 -90.00 0.083984 -0.291016 0 32768 0 +surfaceparm detail +( 5912 3256 2096 ) ( 5912 3256 2100 ) ( 5912 3288 2068 ) general_industrial/jh_pipe1 -16 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5908 3256 2096 ) ( 5912 3256 2096 ) ( 5912 3280 2068 ) general_industrial/jh_pipe1 16 21 -180.00 0.083008 -0.250000 0 32768 0 +surfaceparm detail +( 5908 3256 2100 ) ( 5908 3256 2096 ) ( 5908 3280 2068 ) general_industrial/jh_pipe1 -16 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5912 3256 2096 ) ( 5908 3256 2096 ) ( 5908 3256 2100 ) general_industrial/jh_pipe1 95 -111 -180.00 0.083984 -0.041748 0 32768 0 +surfaceparm detail +( 5908 3280 2068 ) ( 5912 3280 2068 ) ( 5912 3288 2068 ) common/nodraw -22 46 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3358 +{ +"classname" "func_group" +// brush 0 +{ +( 5744 3284 2068 ) ( 5712 3284 2100 ) ( 5712 3288 2100 ) general_industrial/jh_pipe1 21 0 -180.00 0.082031 -0.291016 0 32768 0 +surfaceparm detail +( 5744 3280 2068 ) ( 5736 3280 2068 ) ( 5712 3280 2096 ) general_industrial/jh_pipe1 -112 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5712 3284 2096 ) ( 5736 3284 2068 ) ( 5736 3288 2068 ) general_industrial/jh_pipe1 113 29 0.00 0.083984 0.250000 0 32768 0 +surfaceparm detail +( 5736 3288 2068 ) ( 5744 3288 2068 ) ( 5712 3288 2100 ) general_industrial/jh_pipe1 -112 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5712 3284 2100 ) ( 5712 3284 2096 ) ( 5712 3288 2096 ) general_industrial/jh_pipe1 113 -114 0.00 0.083984 0.041626 0 32768 0 +surfaceparm detail +( 5736 3284 2068 ) ( 5744 3284 2068 ) ( 5744 3288 2068 ) common/nodraw -7 32 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5744 3288 2068 ) ( 5736 3280 2068 ) ( 5740 3284 2100 ) common/nodraw -7 32 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5736 3628 1888 ) ( 5736 3620 1888 ) ( 5744 3620 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5744 3619 2068 ) ( 5736 3619 2068 ) ( 5736 3627 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5744 3608 1944 ) ( 5744 3616 1944 ) ( 5744 3616 1920 ) general_industrial/jh_pipe1 -76 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5744 3624 2072 ) ( 5736 3624 2072 ) ( 5736 3624 2048 ) general_industrial/jh_pipe1 92 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5736 3628 1932 ) ( 5736 3620 1932 ) ( 5736 3620 1908 ) general_industrial/jh_pipe1 -76 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5736 3616 1908 ) ( 5744 3616 1908 ) ( 5744 3616 1884 ) general_industrial/jh_pipe1 92 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 2 +{ +( 5744 3620 2068 ) ( 5712 3620 2100 ) ( 5712 3624 2100 ) general_industrial/jh_pipe1 -106 2 -180.00 0.082031 -0.291016 0 32768 0 +surfaceparm detail +( 5744 3616 2068 ) ( 5736 3616 2068 ) ( 5712 3616 2096 ) general_industrial/jh_pipe1 16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5712 3620 2096 ) ( 5736 3620 2068 ) ( 5736 3624 2068 ) general_industrial/jh_pipe1 -47 29 0.00 0.083984 0.250000 0 32768 0 +surfaceparm detail +( 5736 3624 2068 ) ( 5744 3624 2068 ) ( 5712 3624 2100 ) general_industrial/jh_pipe1 16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5712 3620 2100 ) ( 5712 3620 2096 ) ( 5712 3624 2096 ) general_industrial/jh_pipe1 -47 -114 0.00 0.083984 0.041626 0 32768 0 +surfaceparm detail +( 5736 3620 2068 ) ( 5744 3620 2068 ) ( 5744 3624 2068 ) common/nodraw 9 32 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 5734 3320 1888 ) ( 5734 3292 1888 ) ( 5742 3292 1888 ) common/nodraw -8 -17 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5742 3276 2052 ) ( 5734 3276 2052 ) ( 5734 3304 2052 ) common/nodraw -8 -17 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5742 3296 2120 ) ( 5742 3324 2120 ) ( 5742 3324 2088 ) common/nodraw -8 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5746 3616 2120 ) ( 5738 3616 2120 ) ( 5738 3616 2088 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5738 3328 2120 ) ( 5738 3300 2120 ) ( 5738 3300 2088 ) central_europe_winter/secfence1_wntr 108 -47 0.00 0.625000 0.625000 196608 264192 0 +surfaceparm detail +( 5734 3288 2120 ) ( 5742 3288 2120 ) ( 5742 3288 2088 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( 5736 3448 2056 ) ( 5744 3448 2056 ) ( 5744 3452 2056 ) common/nodraw -8 -17 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5744 3448 2068 ) ( 5736 3448 2068 ) ( 5736 3452 2068 ) common/nodraw -8 -17 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5744 3448 2056 ) ( 5744 3448 2068 ) ( 5744 3452 2068 ) general_industrial/jh_pipe1 56 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5744 3452 2056 ) ( 5744 3452 2068 ) ( 5736 3452 2068 ) general_industrial/jh_pipe1 16 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5736 3448 2068 ) ( 5736 3448 2056 ) ( 5736 3452 2056 ) general_industrial/jh_pipe1 56 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5744 3448 2068 ) ( 5744 3448 2056 ) ( 5736 3448 2056 ) general_industrial/jh_pipe1 16 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 5 +{ +( 5740 2996 2067 ) ( 5740 3412 2067 ) ( 5740 3412 2066 ) common/nodraw -24 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5713 3532 2097 ) ( 5713 3116 2097 ) ( 5713 3116 2096 ) common/nodraw 16 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5740 3532 2067 ) ( 5740 3116 2067 ) ( 5713 3116 2097 ) common/nodraw 16 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5713 3616 2091 ) ( 5712 3616 2091 ) ( 5734 3616 2065 ) mohcommon/barbwire 87 -16 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +( 5740 3116 2066 ) ( 5740 3532 2066 ) ( 5713 3532 2096 ) mohcommon/barbwire -62 -17 -180.00 0.400391 -0.300049 204800 35328 0 +surfaceparm detail +( 5765 3288 2069 ) ( 5764 3288 2069 ) ( 5737 3288 2096 ) mohcommon/barbwire 87 -16 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +} +// brush 6 +{ +( 5712 3448 2100 ) ( 5712 3452 2100 ) ( 5744 3452 2068 ) general_industrial/jh_pipe1 123 25 -180.00 0.083984 -0.291016 0 32768 0 +surfaceparm detail +( 5712 3448 2096 ) ( 5712 3448 2100 ) ( 5744 3448 2068 ) general_industrial/jh_pipe1 -112 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5712 3452 2096 ) ( 5712 3448 2096 ) ( 5736 3448 2068 ) general_industrial/jh_pipe1 22 24 0.00 0.083008 0.250000 0 32768 0 +surfaceparm detail +( 5712 3452 2100 ) ( 5712 3452 2096 ) ( 5736 3452 2068 ) general_industrial/jh_pipe1 -112 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5712 3448 2096 ) ( 5712 3452 2096 ) ( 5712 3452 2100 ) general_industrial/jh_pipe1 7 -111 0.00 0.083984 0.041748 0 32768 0 +surfaceparm detail +( 5736 3452 2068 ) ( 5736 3448 2068 ) ( 5744 3448 2068 ) common/nodraw -6 6 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 7 +{ +( 5744 3796 2052 ) ( 5736 3796 2052 ) ( 5736 3540 2052 ) general_industrial/jh_pipe1 56 -15 90.00 1 1 0 32768 0 +surfaceparm detail +( 5736 3796 2056 ) ( 5744 3796 2056 ) ( 5744 3540 2056 ) common/nodraw -8 -17 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5744 3404 2056 ) ( 5744 3404 2052 ) ( 5744 3148 2052 ) general_industrial/jh_pipe1 56 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5736 1844 2052 ) ( 5736 1844 2056 ) ( 5736 1588 2056 ) general_industrial/jh_pipe1 56 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5740 3288 2052 ) ( 5736 3288 2052 ) ( 5738 3288 2056 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5728 3616 2052 ) ( 5744 3616 2052 ) ( 5736 3616 2056 ) common/nodraw 16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 8 +{ +( 5736 3292 1888 ) ( 5736 3284 1888 ) ( 5744 3284 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5744 3283 2068 ) ( 5736 3283 2068 ) ( 5736 3291 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5744 3272 1944 ) ( 5744 3280 1944 ) ( 5744 3280 1920 ) general_industrial/jh_pipe1 4 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5744 3288 2072 ) ( 5736 3288 2072 ) ( 5736 3288 2048 ) general_industrial/jh_pipe1 92 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5736 3292 1932 ) ( 5736 3284 1932 ) ( 5736 3284 1908 ) general_industrial/jh_pipe1 4 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5736 3280 1908 ) ( 5744 3280 1908 ) ( 5744 3280 1884 ) general_industrial/jh_pipe1 92 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +} +// entity 3359 +{ +"classname" "func_group" +// brush 0 +{ +( 6100 5316 1904 ) ( 6076 5316 1904 ) ( 6076 5312 1904 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6074 5312 2032 ) ( 6074 5316 2032 ) ( 6098 5316 2032 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6084 5312 1920 ) ( 6108 5312 1920 ) ( 6108 5312 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6100 5312 1920 ) ( 6100 5316 1920 ) ( 6100 5316 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6100 5318 1920 ) ( 6076 5318 1920 ) ( 6076 5318 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6096 5306 1904 ) ( 6096 5322 1904 ) ( 6096 5314 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6100 5316 1904 ) ( 6076 5316 1904 ) ( 6076 5312 1904 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6074 5312 2032 ) ( 6074 5316 2032 ) ( 6098 5316 2032 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6076 5312 1920 ) ( 6100 5312 1920 ) ( 6100 5312 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6100 5318 1920 ) ( 6076 5318 1920 ) ( 6076 5318 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6076 5316 1920 ) ( 6076 5312 1920 ) ( 6076 5312 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6080 5322 1904 ) ( 6080 5306 1904 ) ( 6080 5314 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6100 5248 1904 ) ( 6076 5248 1904 ) ( 6076 5244 1904 ) common/caulk 0 28 0.00 1 1 0 65696 0 +surfaceparm detail +( 6074 5244 2032 ) ( 6074 5248 2032 ) ( 6098 5248 2032 ) common/caulk 0 28 0.00 1 1 0 65696 0 +surfaceparm detail +( 6076 5242 1920 ) ( 6100 5242 1920 ) ( 6100 5242 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6100 5244 1920 ) ( 6100 5248 1920 ) ( 6100 5248 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6100 5248 1916 ) ( 6076 5248 1916 ) ( 6076 5248 1900 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6096 5306 1904 ) ( 6096 5322 1904 ) ( 6096 5314 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6100 5248 1904 ) ( 6076 5248 1904 ) ( 6076 5244 1904 ) common/caulk 0 28 0.00 1 1 0 65696 0 +surfaceparm detail +( 6074 5244 2032 ) ( 6074 5248 2032 ) ( 6098 5248 2032 ) common/caulk 0 28 0.00 1 1 0 65696 0 +surfaceparm detail +( 6076 5242 1920 ) ( 6100 5242 1920 ) ( 6100 5242 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6092 5248 1916 ) ( 6068 5248 1916 ) ( 6068 5248 1900 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6076 5248 1920 ) ( 6076 5244 1920 ) ( 6076 5244 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6080 5322 1904 ) ( 6080 5306 1904 ) ( 6080 5314 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6100 5248 2032 ) ( 6076 5248 2032 ) ( 6076 5244 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6074 5312 2038 ) ( 6074 5316 2038 ) ( 6098 5316 2038 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6076 5240 2048 ) ( 6100 5240 2048 ) ( 6100 5240 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6108 5312 1924 ) ( 6108 5316 1924 ) ( 6108 5316 1908 ) central_europe_winter/joist_w -8 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6100 5320 1924 ) ( 6076 5320 1924 ) ( 6076 5320 1908 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6096 5290 2032 ) ( 6096 5316 2032 ) ( 6096 5303 2036 ) common/caulk 0 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6100 5248 2032 ) ( 6076 5248 2032 ) ( 6076 5244 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6074 5312 2038 ) ( 6074 5316 2038 ) ( 6098 5316 2038 ) common/caulk 0 -32 0.00 1 1 0 65696 0 +surfaceparm detail +( 6076 5240 2048 ) ( 6100 5240 2048 ) ( 6100 5240 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6100 5320 1924 ) ( 6076 5320 1924 ) ( 6076 5320 1908 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6068 5316 1924 ) ( 6068 5312 1924 ) ( 6068 5312 1908 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6080 5318 2032 ) ( 6080 5292 2032 ) ( 6080 5305 2036 ) common/caulk 0 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 3360 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7160 5808 2056 6.571723 28.826035 ) ( 7280 5848 2112 6.805203 29.242706 ) ( 7304 5920 2104 7.107144 29.276609 ) ) +( ( 7296 5696 2072 6.665246 28.602869 ) ( 7368 5744 2112 7.063805 28.845869 ) ( 7408 5800 2128 7.326536 28.961487 ) ) +( ( 7376 5520 1984 6.827040 28.557564 ) ( 7352 5648 2112 7.012940 28.449972 ) ( 7536 5672 2032 7.360742 28.646963 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7112 5888 2056 6.571723 28.826035 ) ( 7096 5944 2072 6.805203 29.242706 ) ( 7176 5984 2056 7.107144 29.276609 ) ) +( ( 7112 5848 2072 6.665246 28.602869 ) ( 7192 5936 2112 7.063805 28.845869 ) ( 7232 5952 2128 7.326536 28.961487 ) ) +( ( 7160 5808 2056 6.827040 28.557564 ) ( 7280 5848 2112 7.012940 28.449972 ) ( 7304 5920 2104 7.360742 28.646963 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7376 5520 1984 6.571723 28.826035 ) ( 7352 5648 2112 6.805203 29.242706 ) ( 7536 5672 2032 7.107144 29.276609 ) ) +( ( 7416 5480 2000 6.665246 28.602869 ) ( 7488 5568 2016 7.063805 28.845869 ) ( 7584 5640 2024 7.326536 28.961487 ) ) +( ( 7448 5512 1984 6.827040 28.557564 ) ( 7544 5552 2000 7.012940 28.449972 ) ( 7600 5592 1984 7.360742 28.646963 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7296 6448 1880 0 1 ) ( 7368 6624 1880 -0.500000 1 ) ( 7608 6544 1876 -1 1 ) ) +( ( 7336 6344 1880 0 0.750000 ) ( 7408 6512 1900 -0.500000 0.750000 ) ( 7576 6424 1980 -1 0.750000 ) ) +( ( 7336 6344 2072 0 0.500000 ) ( 7416 6512 2060 -0.500000 0.500000 ) ( 7568 6408 2092 -1 0.500000 ) ) +( ( 7328 6344 2176 0 0.250000 ) ( 7416 6488 2132 -0.500000 0.250000 ) ( 7584 6408 2188 -1 0.250000 ) ) +( ( 7368 6264 2264 0 0 ) ( 7432 6416 2244 -0.500000 0 ) ( 7568 6320 2260 -1 0 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7496 5376 1776 0 1 ) ( 7344 5344 1768 -0.500000 1 ) ( 7128 5584 1768 -1 1 ) ) +( ( 7472 5456 1776 0 0.750000 ) ( 7400 5384 1776 -0.500000 0.750000 ) ( 7328 5480 1776 -1 0.750000 ) ) +( ( 7488 5448 1872 0 0.500000 ) ( 7384 5408 1880 -0.500000 0.500000 ) ( 7320 5456 1872 -1 0.500000 ) ) +( ( 7496 5440 1912 0 0.250000 ) ( 7400 5408 1920 -0.500000 0.250000 ) ( 7304 5456 1912 -1 0.250000 ) ) +( ( 7448 5512 1984 0 0 ) ( 7416 5480 2000 -0.500000 0 ) ( 7376 5520 1984 -1 0 ) ) +) + } + } +// brush 5 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7544 4752 1752 0 1 ) ( 7432 4856 1736 -0.500000 1 ) ( 7440 4992 1824 -1 1 ) ) +( ( 7608 4752 1864 0 0.750000 ) ( 7536 4896 1952 -0.500000 0.750000 ) ( 7536 5040 1896 -1 0.750000 ) ) +( ( 7632 4744 1968 0 0.500000 ) ( 7536 4904 2056 -0.500000 0.500000 ) ( 7528 5032 2032 -1 0.500000 ) ) +( ( 7688 4768 2072 0 0.250000 ) ( 7560 4904 2144 -0.500000 0.250000 ) ( 7520 5032 2104 -1 0.250000 ) ) +( ( 7760 4776 2144 0 0 ) ( 7688 4920 2208 -0.500000 0 ) ( 7680 5080 2200 -1 0 ) ) +) + } + } +// brush 6 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7440 4992 1824 0 1 ) ( 7496 5104 1872 -0.500000 1 ) ( 7408 5200 1832 -1 1 ) ) +( ( 7536 5040 1896 0 0.750000 ) ( 7600 5160 1928 -0.500000 0.750000 ) ( 7504 5248 1880 -1 0.750000 ) ) +( ( 7528 5032 2032 0 0.500000 ) ( 7592 5160 2032 -0.500000 0.500000 ) ( 7504 5240 2008 -1 0.500000 ) ) +( ( 7520 5032 2104 0 0.250000 ) ( 7616 5160 2120 -0.500000 0.250000 ) ( 7496 5240 2088 -1 0.250000 ) ) +( ( 7680 5080 2200 0 0 ) ( 7752 5176 2208 -0.500000 0 ) ( 7592 5288 2264 -1 0 ) ) +) + } + } +// brush 7 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7408 5200 1832 0 1 ) ( 7232 5272 1736 -0.500000 1 ) ( 7304 5520 1800 -1 1 ) ) +( ( 7504 5248 1880 0 0.750000 ) ( 7336 5320 1960 -0.500000 0.750000 ) ( 7424 5488 1984 -1 0.750000 ) ) +( ( 7504 5240 2008 0 0.500000 ) ( 7336 5336 2072 -0.500000 0.500000 ) ( 7448 5480 2088 -1 0.500000 ) ) +( ( 7496 5240 2088 0 0.250000 ) ( 7352 5328 2152 -0.500000 0.250000 ) ( 7440 5496 2192 -1 0.250000 ) ) +( ( 7592 5288 2264 0 0 ) ( 7448 5352 2264 -0.500000 0 ) ( 7528 5480 2256 -1 0 ) ) +) + } + } +// brush 8 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6984 5920 1776 0 1 ) ( 6968 5976 1792 -0.500000 1 ) ( 7160 6096 1948 -1 1 ) ) +( ( 7064 5888 1848 0 0.750000 ) ( 7032 5944 1848 -0.500000 0.750000 ) ( 7168 6024 1872 -1 0.750000 ) ) +( ( 7056 5872 1944 0 0.500000 ) ( 7040 5968 1952 -0.500000 0.500000 ) ( 7176 6016 1968 -1 0.500000 ) ) +( ( 7048 5872 1984 0 0.250000 ) ( 7056 5952 1992 -0.500000 0.250000 ) ( 7184 6024 2032 -1 0.250000 ) ) +( ( 7112 5888 2056 0 0 ) ( 7096 5944 2072 -0.500000 0 ) ( 7176 5984 2056 -1 0 ) ) +) + } + } +// brush 9 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7032 6016 1824 0 1 ) ( 6976 6168 1956 -0.500000 1 ) ( 7296 6448 1880 -1 1 ) ) +( ( 7136 6000 1872 0 0.750000 ) ( 7096 6152 2004 -0.500000 0.750000 ) ( 7336 6344 1880 -1 0.750000 ) ) +( ( 7128 6000 2000 0 0.500000 ) ( 7096 6160 2116 -0.500000 0.500000 ) ( 7336 6344 2072 -1 0.500000 ) ) +( ( 7120 6000 2080 0 0.250000 ) ( 7112 6144 2196 -0.500000 0.250000 ) ( 7328 6344 2176 -1 0.250000 ) ) +( ( 7232 5992 2192 0 0 ) ( 7184 6120 2180 -0.500000 0 ) ( 7368 6264 2264 -1 0 ) ) +) + } + } +// brush 10 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7112 5672 1768 0 1 ) ( 7040 5776 1760 -0.500000 1 ) ( 6984 5920 1776 -1 1 ) ) +( ( 7144 5752 1848 0 0.750000 ) ( 7088 5752 1848 -0.500000 0.750000 ) ( 7064 5888 1848 -1 0.750000 ) ) +( ( 7160 5736 1944 0 0.500000 ) ( 7072 5776 1952 -0.500000 0.500000 ) ( 7056 5872 1944 -1 0.500000 ) ) +( ( 7152 5728 1984 0 0.250000 ) ( 7088 5776 1992 -0.500000 0.250000 ) ( 7048 5872 1984 -1 0.250000 ) ) +( ( 7160 5808 2056 0 0 ) ( 7112 5848 2072 -0.500000 0 ) ( 7112 5888 2056 -1 0 ) ) +) + } + } +// brush 11 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7128 5584 1768 0 1 ) ( 7152 5624 1776 -0.500000 1 ) ( 7112 5672 1768 -1 1 ) ) +( ( 7328 5480 1776 0 0.750000 ) ( 7224 5632 1848 -0.500000 0.750000 ) ( 7144 5752 1848 -1 0.750000 ) ) +( ( 7320 5456 1872 0 0.500000 ) ( 7224 5656 1952 -0.500000 0.500000 ) ( 7160 5736 1944 -1 0.500000 ) ) +( ( 7304 5456 1912 0 0.250000 ) ( 7232 5648 1992 -0.500000 0.250000 ) ( 7152 5728 1984 -1 0.250000 ) ) +( ( 7376 5520 1984 0 0 ) ( 7296 5696 2072 -0.500000 0 ) ( 7160 5808 2056 -1 0 ) ) +) + } + } +// brush 12 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7176 5776 1824 0 1 ) ( 7048 5896 1848 -0.500000 1 ) ( 7032 6016 1824 -1 1 ) ) +( ( 7280 5752 1872 0 0.750000 ) ( 7168 5880 1896 -0.500000 0.750000 ) ( 7136 6000 1872 -1 0.750000 ) ) +( ( 7280 5752 2000 0 0.500000 ) ( 7176 5888 2008 -0.500000 0.500000 ) ( 7128 6000 2000 -1 0.500000 ) ) +( ( 7264 5752 2080 0 0.250000 ) ( 7184 5880 2088 -0.500000 0.250000 ) ( 7120 6000 2080 -1 0.250000 ) ) +( ( 7376 5744 2192 0 0 ) ( 7264 5848 2208 -0.500000 0 ) ( 7232 5992 2192 -1 0 ) ) +) + } + } +// brush 13 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7304 5520 1800 0 1 ) ( 7480 5624 1912 -0.500000 1 ) ( 7176 5776 1824 -1 1 ) ) +( ( 7424 5488 1984 0 0.750000 ) ( 7592 5608 1960 -0.500000 0.750000 ) ( 7280 5752 1872 -1 0.750000 ) ) +( ( 7448 5480 2088 0 0.500000 ) ( 7600 5616 2072 -0.500000 0.500000 ) ( 7280 5752 2000 -1 0.500000 ) ) +( ( 7440 5496 2192 0 0.250000 ) ( 7616 5600 2152 -0.500000 0.250000 ) ( 7264 5752 2080 -1 0.250000 ) ) +( ( 7528 5480 2256 0 0 ) ( 7688 5576 2272 -0.500000 0 ) ( 7376 5744 2192 -1 0 ) ) +) + } + } +} +// entity 3361 +{ +"spawnflags" "4" +"origin" "280.00 -7016.00 244.00" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 3362 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "3756.00 -484.00 778.00" +} +// entity 3363 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "3699.22 -711.55 845.40" +"angles" "0 276 330" +} +// entity 3364 +{ +"spawnflags" "8" +"angles" "0.00 141.00 0.00" +"origin" "4612.46 -587.08 656.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3365 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "3708.46 -1707.08 567.00" +"angles" "0.00 141.00 0.00" +} +// entity 3366 +{ +"spawnflags" "8" +"angles" "0.00 141.00 0.00" +"origin" "2916.46 -2123.08 452.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3367 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "2932.46 -1691.08 740.00" +"angles" "0.00 141.00 0.00" +} +// entity 3368 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1402.23 -2970.08 456.00" +"angles" "0.00 21.00 0.00" +} +// entity 3369 +{ +"spawnflags" "8" +"angles" "0.00 141.00 0.00" +"origin" "2980.46 -3035.08 568.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3370 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "2428.46 -1979.08 556.00" +"angles" "0.00 141.00 0.00" +} +// entity 3371 +{ +"spawnflags" "8" +"angles" "0.00 51.00 0.00" +"origin" "2014.92 -1309.11 932.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3372 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "864.46 -807.08 820.00" +"angles" "0.00 141.00 0.00" +} +// entity 3373 +{ +"spawnflags" "8" +"angles" "0.00 141.00 0.00" +"origin" "1376.46 -1875.08 724.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3374 +{ +"spawnflags" "8" +"angles" "0.00 141.00 0.00" +"origin" "452.46 -3899.08 384.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3375 +{ +"spawnflags" "8" +"angles" "15.00 6.00 0.00" +"origin" "-2235.44 -4059.75 533.01" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3376 +{ +"angle" "270" +"classname" "static_obstacle_sandbag-large-semicircle-winter" +"scale" "1.0" +"model" "static/sandbag_large_semicircle_winter.tik" +"testanim" "idle" +"origin" "-1151.00 -5756.00 295.00" +"angles" "0 332 0" +} +// entity 3377 +{ +"spawnflags" "8" +"angles" "0.00 51.00 0.00" +"origin" "1822.92 -1381.11 756.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3378 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "2564.46 -3503.08 712.00" +"angles" "0.00 141.00 0.00" +} +// entity 3379 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.30" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "560.92 -3099.06 460.00" +"angles" "0.00 141.00 0.00" +} +// entity 3380 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.30" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "2228.92 -3599.06 668.00" +"angles" "0.00 141.00 0.00" +} +// entity 3381 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "2188.46 -3099.08 468.00" +"angles" "0.00 141.00 0.00" +} +// entity 3382 +{ +"spawnflags" "8" +"angles" "0.00 21.00 0.00" +"origin" "1802.23 -3370.08 456.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3383 +{ +"spawnflags" "8" +"angles" "0.00 141.00 0.00" +"origin" "1300.46 -3951.08 496.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3384 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1060.46 -4135.08 564.00" +"angles" "0.00 141.00 0.00" +} +// entity 3385 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "524.46 -2875.08 556.00" +"angles" "0.00 141.00 0.00" +} +// entity 3386 +{ +"spawnflags" "8" +"angles" "0.00 6.00 0.00" +"origin" "-109.08 -3037.51 568.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3387 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "514.92 -3390.51 357.00" +"angles" "0.00 6.00 0.00" +} +// entity 3388 +{ +"spawnflags" "8" +"angles" "0.00 6.00 0.00" +"origin" "202.92 -3141.51 488.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3389 +{ +"spawnflags" "8" +"angles" "0.00 6.00 0.00" +"origin" "-477.08 -3505.51 424.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3390 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-761.08 -3625.51 416.00" +"angles" "0.00 6.00 0.00" +} +// entity 3391 +{ +"spawnflags" "8" +"angles" "333 351 6" +"origin" "-491.28 -4687.62 425.08" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3392 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-308.25 -4229.76 340.00" +"angles" "0.00 116.00 0.00" +} +// entity 3393 +{ +"spawnflags" "8" +"angles" "0.00 6.00 0.00" +"origin" "-877.08 -4665.51 292.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3394 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-850.95 -5142.86 363.51" +"angles" "342 6 0" +} +// entity 3395 +{ +"spawnflags" "16" +"angles" "330 0 0" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-755.65 -5746.00 408.00" +} +// entity 3396 +{ +"spawnflags" "16" +"origin" "-547.00 -5990.00 464.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3397 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-515.00 -6174.00 336.00" +} +// entity 3398 +{ +"spawnflags" "8" +"angles" "0.00 6.00 0.00" +"origin" "-1121.08 -5529.51 324.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3399 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-large" +"scale" "1.80" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "836.38 -5962.09 345.40" +"angles" "0 216 0" +} +// entity 3400 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.30" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "978.86 -6645.03 312.00" +"angles" "0 338 0" +} +// entity 3401 +{ +"spawnflags" "8" +"angles" "0 222 0" +"origin" "-909.95 -6177.99 244.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3402 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-660.81 -6037.85 353.86" +"angles" "356 6 0" +} +// entity 3403 +{ +"spawnflags" "8" +"angles" "0.00 126.00 0.00" +"origin" "1723.35 -5805.15 208.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3404 +{ +"spawnflags" "8" +"angles" "0.00 6.00 0.00" +"origin" "370.92 -7601.51 288.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3405 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1306.92 -7641.51 256.00" +"angles" "0.00 6.00 0.00" +} +// entity 3406 +{ +"spawnflags" "8" +"angles" "0.00 6.00 0.00" +"origin" "1386.92 -7385.51 224.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3407 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "3.50" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1594.76 -7249.89 216.00" +"angles" "0.00 81.00 0.00" +} +// entity 3408 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-large" +"scale" "1.80" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "1552.38 -7626.09 465.40" +"angles" "0 216 0" +} +// entity 3409 +{ +"spawnflags" "8" +"angles" "0 216 0" +"origin" "2271.20 -6528.21 147.00" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2" +"classname" "static_natural_rock_winter-large" +} +// entity 3410 +{ +"spawnflags" "2" +"origin" "2148.00 -6480.00 166.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3411 +{ +"spawnflags" "2" +"origin" "2920.00 -5640.00 62.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3412 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "4036.00 -5480.00 106.00" +} +// entity 3413 +{ +"spawnflags" "2" +"origin" "4756.00 -5224.00 150.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3414 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "4072.00 -5284.00 170.00" +} +// entity 3415 +{ +"spawnflags" "8" +"angles" "0 335 0" +"origin" "7388.98 -6483.12 66.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.10" +"classname" "static_natural_rock_winter-medium" +} +// entity 3416 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.10" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "7294.95 -6205.27 74.00" +"angles" "0.00 75.00 0.00" +} +// entity 3417 +{ +"spawnflags" "8" +"angles" "0.00 75.00 0.00" +"origin" "7294.95 -6365.27 34.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.10" +"classname" "static_natural_rock_winter-medium" +} +// entity 3418 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "7548.00 -6720.00 342.00" +} +// entity 3419 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "7524.00 -7060.00 326.00" +} +// entity 3420 +{ +"spawnflags" "16" +"origin" "7532.00 -6860.00 334.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3421 +{ +"spawnflags" "2" +"origin" "7396.00 -6664.00 62.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3422 +{ +"spawnflags" "2" +"origin" "6480.80 -6547.20 -5.20" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "0.60" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3423 +{ +"spawnflags" "8" +"angles" "0 270 0" +"origin" "6357.60 -7232.60 76.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3424 +{ +"spawnflags" "8" +"angles" "0 280 0" +"origin" "6316.13 -7043.05 92.40" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "1.80" +"classname" "static_natural_rock_winter-large" +} +// entity 3425 +{ +"spawnflags" "8" +"angles" "0.00 150.00 0.00" +"origin" "4916.76 -6284.49 -12.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "1.70" +"classname" "static_natural_rock_winter-medium" +} +// entity 3426 +{ +"spawnflags" "2" +"origin" "4028.80 -5563.20 3.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3427 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "6148.00 -5640.00 -34.00" +} +// entity 3428 +{ +"spawnflags" "2" +"origin" "5628.00 -5288.00 38.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3429 +{ +"spawnflags" "16" +"origin" "6186.80 -5405.20 84.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "0.90" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3430 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "5756.00 -5348.00 54.00" +} +// entity 3431 +{ +"spawnflags" "8" +"angles" "345 150 0" +"origin" "5262.95 -5154.14 163.56" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "1.70" +"classname" "static_natural_rock_winter-medium" +} +// entity 3432 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "5907.00 -5217.00 76.00" +"angles" "0 270 0" +} +// entity 3433 +{ +"spawnflags" "8" +"angle" "0" +"classname" "static_natural_rock_winter-large" +"scale" "1.5" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "5910.00 -5363.00 44.00" +} +// entity 3434 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "1.70" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "5474.71 -5289.24 72.20" +"angles" "0 150 330" +} +// entity 3435 +{ +"spawnflags" "8" +"angles" "0.00 60.00 0.00" +"origin" "6144.51 -5379.27 70.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "1.70" +"classname" "static_natural_rock_winter-medium" +} +// entity 3436 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.10" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "6214.95 -5493.27 26.00" +"angles" "0.00 75.00 0.00" +} +// entity 3437 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "5772.00 -4864.00 374.00" +} +// entity 3438 +{ +"spawnflags" "8" +"angles" "0 150 345" +"origin" "5946.01 -5539.77 18.02" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3439 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "1.70" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "5519.47 -6399.74 38.04" +"angles" "18 55 347" +} +// entity 3440 +{ +"spawnflags" "16" +"origin" "5865.00 -6649.00 135.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3441 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "5540.00 -6308.00 -2.00" +} +// entity 3442 +{ +"angles" "0 0 345" +"spawnflags" "8" +"origin" "5940.00 -6424.77 32.58" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2" +"classname" "static_natural_rock_winter-large" +} +// entity 3443 +{ +"spawnflags" "8" +"angle" "180" +"classname" "static_natural_rock_winter-large" +"scale" "2" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "5079.00 -6251.00 2.00" +"angles" "0 280 0" +} +// entity 3444 +{ +"spawnflags" "8" +"angles" "0 280 0" +"origin" "4062.13 -6724.05 99.40" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "1.80" +"classname" "static_natural_rock_winter-large" +} +// entity 3445 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-large" +"scale" "1.80" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "3684.38 -6714.09 105.40" +"angles" "0 216 0" +} +// entity 3446 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "4553.00 -6374.00 20.00" +} +// entity 3447 +{ +"spawnflags" "8" +"angles" "0.00 30.00 0.00" +"origin" "6335.68 -6725.92 4.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3448 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "5883.16 -6770.25 192.01" +"angles" "15.00 45.00 0.00" +} +// entity 3449 +{ +"spawnflags" "8" +"angles" "0.00 45.00 0.00" +"origin" "6227.83 -6907.57 108.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3450 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "6443.83 -6787.57 -4.00" +"angles" "0.00 45.00 0.00" +} +// entity 3451 +{ +"spawnflags" "8" +"origin" "7295.20 -5385.60 367.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3452 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-large" +"scale" "2.20" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "7477.89 -5664.00 351.60" +"angles" "0 285 0" +} +// entity 3453 +{ +"spawnflags" "8" +"angles" "0 240 0" +"origin" "7177.45 -5524.30 338.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.10" +"classname" "static_natural_rock_winter-medium" +} +// entity 3454 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.60" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "7256.20 -5656.60 322.00" +"angles" "0.00 90.00 0.00" +} +// entity 3455 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "4660.58 -6292.83 -16.00" +"angles" "0.00 150.00 0.00" +} +// entity 3456 +{ +"spawnflags" "8" +"angles" "0.00 90.00 0.00" +"origin" "4406.00 -4857.00 326.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "3" +"classname" "static_natural_rock_winter-medium" +} +// entity 3457 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "1.70" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "5307.51 -5372.09 46.00" +"angles" "0 271 0" +} +// entity 3458 +{ +"spawnflags" "8" +"angles" "0.00 105.00 0.00" +"origin" "4813.38 -5257.34 78.00" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "1.0" +"classname" "static_natural_rock_winter-large" +} +// entity 3459 +{ +"spawnflags" "8" +"angles" "0.00 136.00 0.00" +"origin" "4817.36 -5364.53 30.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "1.70" +"classname" "static_natural_rock_winter-medium" +} +// entity 3460 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "1.70" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "4690.46 -5348.13 30.00" +"angles" "0 331 0" +} +// entity 3461 +{ +"spawnflags" "16" +"origin" "4668.00 -5396.00 30.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3462 +{ +"spawnflags" "8" +"angles" "0 255 0" +"origin" "3248.24 -6721.16 160.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3463 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "3335.07 -6825.34 222.80" +"angles" "330 280 0" +} +// entity 3464 +{ +"spawnflags" "8" +"angles" "0.00 75.00 0.00" +"origin" "6382.95 -5653.27 2.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.10" +"classname" "static_natural_rock_winter-medium" +} +// entity 3465 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "5172.00 -5568.00 14.00" +} +// entity 3466 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "1.70" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "5897.08 -4898.30 326.00" +"angles" "0 225 0" +} +// entity 3467 +{ +"spawnflags" "8" +"angles" "0 225 0" +"origin" "5593.08 -4866.30 326.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "1.70" +"classname" "static_natural_rock_winter-medium" +} +// entity 3468 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "1.70" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "5377.08 -4778.30 350.00" +"angles" "0 225 0" +} +// entity 3469 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "1268.00 -6312.00 246.00" +} +// entity 3470 +{ +"spawnflags" "2" +"origin" "1064.00 -6652.00 242.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3471 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-1548.00 -6640.00 446.00" +} +// entity 3472 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-2508.00 -4512.00 570.00" +} +// entity 3473 +{ +"spawnflags" "2" +"origin" "-2308.00 -4652.00 490.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3474 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-972.00 -3648.00 446.00" +} +// entity 3475 +{ +"spawnflags" "2" +"origin" "260.00 -4240.00 381.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3476 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "744.00 -3788.00 406.00" +} +// entity 3477 +{ +"spawnflags" "2" +"origin" "1200.00 -3636.00 386.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3478 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "1284.00 -2768.00 526.00" +} +// entity 3479 +{ +"spawnflags" "2" +"origin" "2140.00 -1352.00 982.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "2" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3480 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "3300.00 -1680.00 694.00" +} +// entity 3481 +{ +"spawnflags" "2" +"origin" "4820.00 -672.00 886.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3482 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "4836.00 -192.00 994.00" +} +// entity 3483 +{ +"spawnflags" "2" +"origin" "2020.00 164.00 934.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3484 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "2436.00 112.00 982.00" +} +// entity 3485 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "980.00 1336.00 1062.00" +} +// entity 3486 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "3089.55 -5862.37 28.00" +"angles" "0.00 81.00 0.00" +} +// entity 3487 +{ +"spawnflags" "8" +"angle" "270" +"angles" "0 254 0" +"origin" "2504.60 -5664.60 88.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3488 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "2040.20 -5972.17 136.00" +"angles" "0.00 140.00 0.00" +} +// entity 3489 +{ +"spawnflags" "8" +"angles" "0.00 6.00 0.00" +"origin" "1698.92 -7017.51 232.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3490 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1987.09 -7056.11 240.00" +"angles" "0.00 66.00 0.00" +} +// entity 3491 +{ +"spawnflags" "16" +"origin" "2125.00 -7010.00 288.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3492 +{ +"spawnflags" "8" +"angles" "0 216 0" +"origin" "1880.38 -7858.09 649.40" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "1.80" +"classname" "static_natural_rock_winter-large" +} +// entity 3493 +{ +"spawnflags" "16" +"origin" "849.00 -7446.00 248.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3494 +{ +"spawnflags" "8" +"angles" "0.00 53.00 0.00" +"origin" "768.00 -7033.36 232.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "3.50" +"classname" "static_natural_rock_winter-medium" +} +// entity 3495 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "921.00 -7002.00 244.00" +} +// entity 3496 +{ +"spawnflags" "8" +"angles" "0 246 0" +"origin" "-1043.54 -7035.87 424.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3497 +{ +"spawnflags" "2" +"origin" "-1020.00 -6904.00 374.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3498 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-884.00 -7336.00 582.00" +} +// entity 3499 +{ +"spawnflags" "2" +"origin" "-324.00 -7376.00 422.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3500 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-323.54 -7355.87 360.00" +"angles" "0 246 0" +} +// entity 3501 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.30" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "916.80 -6199.40 312.00" +"angles" "0 180 0" +} +// entity 3502 +{ +"spawnflags" "8" +"angles" "0.00 180.00 15.00" +"origin" "1264.80 -5944.91 259.29" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.30" +"classname" "static_natural_rock_winter-medium" +} +// entity 3503 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.30" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1591.60 -6369.62 216.00" +"angles" "0.00 165.00 0.00" +} +// entity 3504 +{ +"angle" "0" +"angles" "0 300 0" +"origin" "-1395.86 -5990.57 270.00" +"testanim" "idle" +"model" "static/sandbag_large_semicircle_winter.tik" +"scale" "1.0" +"classname" "static_obstacle_sandbag-large-semicircle-winter" +} +// entity 3505 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-large" +"scale" "1.80" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "-71.62 -6226.09 417.40" +"angles" "0 216 0" +} +// entity 3506 +{ +"spawnflags" "8" +"angles" "0.00 111.00 15.00" +"origin" "-1619.35 -6224.68 320.45" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "1.80" +"classname" "static_natural_rock_winter-large" +} +// entity 3507 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-large" +"scale" "1.80" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "-359.17 -5897.61 465.40" +"angles" "0.00 111.00 0.00" +} +// entity 3508 +{ +"spawnflags" "8" +"angles" "0.00 6.00 0.00" +"origin" "-593.08 -5561.51 536.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3509 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-1141.08 -3988.51 295.00" +"angles" "0.00 6.00 0.00" +} +// entity 3510 +{ +"spawnflags" "8" +"angles" "0.00 141.00 0.00" +"origin" "1364.46 -2607.08 544.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3511 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1300.46 -2303.08 632.00" +"angles" "0.00 141.00 0.00" +} +// entity 3512 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "2746.23 -2782.08 448.00" +"angles" "0.00 21.00 0.00" +} +// entity 3513 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "0.60" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "714.20 -4892.80 416.00" +} +// entity 3514 +{ +"spawnflags" "16" +"origin" "306.20 -4764.80 440.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "0.60" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3515 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "0.60" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "170.20 -4876.80 480.00" +} +// entity 3516 +{ +"spawnflags" "16" +"origin" "546.20 -4436.80 400.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "0.60" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3517 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "0.60" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "538.20 -4196.80 404.00" +} +// entity 3518 +{ +"spawnflags" "16" +"angles" "359 0 345" +"origin" "738.52 -4091.27 440.69" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "0.60" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3519 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "0.90" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "1618.80 -3390.20 465.00" +} +// entity 3520 +{ +"spawnflags" "16" +"origin" "2147.80 -3535.20 572.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "0.90" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3521 +{ +"spawnflags" "16" +"origin" "2903.80 -3071.20 584.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "0.90" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3522 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "0.90" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "1651.80 -2571.20 544.00" +} +// entity 3523 +{ +"spawnflags" "8" +"angles" "0 288 0" +"origin" "4002.70 -2133.36 572.00" +"testanim" "idle" +"model" "static//rock_winter_medium.tik" +"scale" "2.90" +"classname" "static_natural_rock_winter-medium" +} +// entity 3524 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-large" +"scale" "1.80" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "4844.38 -434.09 841.40" +"angles" "0 216 0" +} +// entity 3525 +{ +"spawnflags" "8" +"angle" "180" +"angles" "0.00 96.00 0.00" +"origin" "4530.80 -311.20 684.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3526 +{ +"spawnflags" "8" +"angles" "0 216 0" +"origin" "5280.38 -1106.09 1245.40" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "1.80" +"classname" "static_natural_rock_winter-large" +} +// entity 3527 +{ +"spawnflags" "2" +"origin" "2748.80 -5563.20 35.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3528 +{ +"spawnflags" "2" +"origin" "3404.80 -7115.20 179.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3529 +{ +"spawnflags" "2" +"origin" "4412.80 -6867.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3530 +{ +"spawnflags" "2" +"origin" "5512.00 -4496.00 354.00" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3531 +{ +"spawnflags" "2" +"origin" "7156.80 -4923.20 419.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3532 +{ +"spawnflags" "2" +"origin" "7764.80 -6315.20 571.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3533 +{ +"spawnflags" "2" +"origin" "5324.80 -4283.20 307.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3534 +{ +"spawnflags" "2" +"origin" "6172.80 -4611.20 387.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3535 +{ +"spawnflags" "2" +"origin" "5620.80 -4331.20 483.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3536 +{ +"spawnflags" "2" +"origin" "1476.80 -4547.20 539.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3537 +{ +"spawnflags" "2" +"origin" "2108.80 -3731.20 571.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3538 +{ +"spawnflags" "2" +"origin" "940.80 -4227.20 451.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3539 +{ +"spawnflags" "2" +"origin" "-371.20 -5715.20 419.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3540 +{ +"spawnflags" "2" +"origin" "236.80 -6115.20 331.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3541 +{ +"spawnflags" "2" +"origin" "-227.20 -5243.20 419.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3542 +{ +"spawnflags" "2" +"origin" "692.80 -4459.20 419.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3543 +{ +"spawnflags" "2" +"origin" "1380.80 -5675.20 195.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3544 +{ +"spawnflags" "2" +"origin" "2668.80 -3595.20 651.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3545 +{ +"spawnflags" "2" +"origin" "3500.80 -3067.20 731.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3546 +{ +"spawnflags" "2" +"origin" "5180.80 -2179.20 915.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3547 +{ +"spawnflags" "2" +"origin" "5716.80 -1563.20 1395.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3548 +{ +"spawnflags" "2" +"origin" "5180.80 556.80 1803.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3549 +{ +"spawnflags" "2" +"origin" "4484.80 1452.80 1707.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3550 +{ +"spawnflags" "2" +"origin" "3540.80 -1275.20 691.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3551 +{ +"spawnflags" "2" +"origin" "3596.80 -499.20 747.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3552 +{ +"spawnflags" "2" +"origin" "2684.80 -1563.20 715.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3553 +{ +"spawnflags" "2" +"origin" "2948.80 -291.20 843.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3554 +{ +"spawnflags" "2" +"origin" "3268.80 1084.80 795.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3555 +{ +"spawnflags" "2" +"origin" "3932.80 1148.80 1059.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3556 +{ +"spawnflags" "2" +"origin" "204.80 3612.80 1603.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3557 +{ +"spawnflags" "2" +"origin" "44.80 -2851.20 483.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3558 +{ +"spawnflags" "2" +"origin" "-2155.20 -3667.20 571.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3559 +{ +"spawnflags" "2" +"origin" "-3083.20 -4287.20 419.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3560 +{ +"spawnflags" "2" +"origin" "-3047.20 -5993.20 451.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3561 +{ +"spawnflags" "2" +"origin" "-2819.20 -6501.20 663.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3562 +{ +"spawnflags" "2" +"origin" "-2315.20 -6683.20 689.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3563 +{ +"spawnflags" "2" +"origin" "-1827.20 -7475.20 379.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3564 +{ +"spawnflags" "2" +"origin" "-1227.20 -7667.20 371.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3565 +{ +"spawnflags" "2" +"origin" "-1971.20 -7043.20 531.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3566 +{ +"spawnflags" "2" +"origin" "-75.20 -7747.20 411.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3567 +{ +"spawnflags" "2" +"origin" "692.80 -7659.20 459.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3568 +{ +"spawnflags" "2" +"origin" "1288.00 -7392.00 58.00" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.50" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3569 +{ +"spawnflags" "2" +"origin" "2164.80 -7115.20 235.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3570 +{ +"spawnflags" "2" +"origin" "2788.80 -6979.20 259.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3571 +{ +"spawnflags" "2" +"origin" "4020.80 -6395.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3572 +{ +"spawnflags" "2" +"origin" "4868.80 -6539.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3573 +{ +"spawnflags" "2" +"origin" "6108.80 -6811.20 131.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3574 +{ +"spawnflags" "2" +"origin" "6740.80 -7251.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3575 +{ +"spawnflags" "2" +"origin" "6132.80 -7051.20 147.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3576 +{ +"spawnflags" "2" +"origin" "7540.80 -6003.20 59.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3577 +{ +"spawnflags" "2" +"origin" "7500.80 -6931.20 219.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3578 +{ +"spawnflags" "2" +"origin" "7324.80 -7403.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3579 +{ +"spawnflags" "2" +"origin" "5812.80 -5543.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3580 +{ +"spawnflags" "2" +"origin" "4900.80 -5515.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3581 +{ +"spawnflags" "2" +"origin" "4284.80 -5059.20 155.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3582 +{ +"spawnflags" "2" +"origin" "6849.60 -5966.40 69.20" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.10" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3583 +{ +"spawnflags" "8" +"angles" "0 285 0" +"origin" "6989.89 -6088.00 -46.40" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3584 +{ +"spawnflags" "2" +"origin" "6380.80 -5771.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3585 +{ +"spawnflags" "2" +"origin" "692.80 -5139.20 315.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3586 +{ +"spawnflags" "2" +"origin" "3036.80 -6347.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3587 +{ +"spawnflags" "2" +"origin" "2140.80 -6731.20 115.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3588 +{ +"spawnflags" "2" +"origin" "1028.80 -6515.20 179.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3589 +{ +"spawnflags" "2" +"origin" "-2131.20 -6083.20 527.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3590 +{ +"spawnflags" "2" +"origin" "-2763.20 -5603.20 379.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3591 +{ +"spawnflags" "2" +"origin" "-2419.20 -4891.20 363.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3592 +{ +"spawnflags" "2" +"origin" "-1923.20 -4235.20 359.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3593 +{ +"spawnflags" "2" +"origin" "-1315.20 -3795.20 411.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3594 +{ +"spawnflags" "2" +"origin" "1744.00 -7448.00 338.00" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.50" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3595 +{ +"spawnflags" "2" +"origin" "5820.80 -6355.20 -6.40" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3596 +{ +"spawnflags" "2" +"origin" "5484.80 -7091.20 259.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3597 +{ +"spawnflags" "2" +"origin" "-235.20 -3419.20 323.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3598 +{ +"spawnflags" "2" +"origin" "-787.20 -3763.20 323.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3599 +{ +"spawnflags" "2" +"origin" "3028.80 -1955.20 531.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3600 +{ +"spawnflags" "2" +"origin" "4116.80 -2723.20 659.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3601 +{ +"spawnflags" "2" +"origin" "5100.80 -1171.20 1155.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3602 +{ +"spawnflags" "2" +"origin" "5260.80 -147.20 1547.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3603 +{ +"spawnflags" "2" +"origin" "2564.80 2260.80 1643.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3604 +{ +"spawnflags" "2" +"origin" "2712.80 1812.80 1091.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3605 +{ +"spawnflags" "2" +"origin" "3524.80 652.80 667.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3606 +{ +"spawnflags" "2" +"origin" "3052.80 116.80 675.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3607 +{ +"spawnflags" "2" +"origin" "592.80 4.80 895.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3608 +{ +"spawnflags" "2" +"origin" "-635.20 124.80 1111.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3609 +{ +"spawnflags" "2" +"origin" "-615.20 -779.20 943.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3610 +{ +"spawnflags" "2" +"origin" "-503.20 -1651.20 1067.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3611 +{ +"spawnflags" "2" +"origin" "-1187.20 -2267.20 971.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3612 +{ +"spawnflags" "2" +"origin" "-2091.20 -3011.20 771.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3613 +{ +"spawnflags" "2" +"origin" "-4019.20 -1931.20 1467.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3614 +{ +"spawnflags" "2" +"origin" "-3667.20 -1555.20 1171.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3615 +{ +"spawnflags" "2" +"origin" "-2651.20 -771.20 1099.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3616 +{ +"spawnflags" "2" +"origin" "-1955.20 -563.20 1179.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3617 +{ +"spawnflags" "2" +"origin" "-2699.20 -1611.20 979.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3618 +{ +"spawnflags" "2" +"origin" "-4403.20 -1539.20 1323.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3619 +{ +"spawnflags" "2" +"origin" "-5347.20 -1051.20 1243.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3620 +{ +"spawnflags" "2" +"origin" "-6011.20 148.80 1243.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3621 +{ +"spawnflags" "2" +"origin" "-5427.20 -315.20 1115.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3622 +{ +"spawnflags" "2" +"origin" "-6227.20 -451.20 1243.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3623 +{ +"spawnflags" "2" +"origin" "-4619.20 -1075.20 1099.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3624 +{ +"spawnflags" "2" +"origin" "-2747.20 212.80 1043.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3625 +{ +"spawnflags" "2" +"origin" "-4739.20 -11.20 1163.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3626 +{ +"spawnflags" "2" +"origin" "-4627.20 580.80 1315.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3627 +{ +"spawnflags" "2" +"origin" "-6982.20 123.80 1274.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3628 +{ +"spawnflags" "2" +"origin" "-6307.20 580.80 1339.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3629 +{ +"spawnflags" "2" +"origin" "-6611.20 1148.80 1331.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3630 +{ +"spawnflags" "2" +"origin" "-6488.20 2171.80 1039.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3631 +{ +"spawnflags" "2" +"origin" "-6987.20 2043.80 1326.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3632 +{ +"spawnflags" "2" +"origin" "-6795.20 2724.80 1483.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3633 +{ +"spawnflags" "2" +"origin" "-6459.20 3540.80 1491.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3634 +{ +"spawnflags" "2" +"origin" "-5299.20 2740.80 1331.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3635 +{ +"spawnflags" "2" +"origin" "-5443.20 1964.80 1083.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3636 +{ +"spawnflags" "2" +"origin" "-4947.20 1780.80 1251.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3637 +{ +"spawnflags" "2" +"origin" "-4022.20 1940.80 1337.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3638 +{ +"spawnflags" "2" +"origin" "-3432.20 1932.80 1321.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3639 +{ +"spawnflags" "2" +"origin" "-2787.20 1628.80 1499.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3640 +{ +"spawnflags" "2" +"origin" "-3307.20 1068.80 1283.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3641 +{ +"spawnflags" "2" +"origin" "-2347.20 1564.80 1339.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3642 +{ +"spawnflags" "2" +"origin" "-1739.20 1396.80 1315.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3643 +{ +"spawnflags" "2" +"origin" "-1475.20 2212.80 1531.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3644 +{ +"spawnflags" "2" +"origin" "-955.20 1684.80 1315.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3645 +{ +"spawnflags" "2" +"origin" "-379.20 1500.80 1275.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3646 +{ +"spawnflags" "2" +"origin" "-1115.20 1196.80 1099.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3647 +{ +"spawnflags" "2" +"origin" "36.80 1332.80 1075.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3648 +{ +"spawnflags" "2" +"origin" "44.80 2060.80 1427.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3649 +{ +"spawnflags" "2" +"origin" "740.80 2404.80 1515.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3650 +{ +"spawnflags" "2" +"origin" "2252.80 2572.80 1675.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3651 +{ +"spawnflags" "2" +"origin" "1460.80 1676.80 899.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3652 +{ +"spawnflags" "2" +"origin" "3788.80 2308.80 1883.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3653 +{ +"spawnflags" "2" +"origin" "2964.80 3652.80 1771.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3654 +{ +"spawnflags" "2" +"origin" "2176.80 3926.80 1939.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3655 +{ +"spawnflags" "2" +"origin" "1004.80 4124.80 1803.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3656 +{ +"spawnflags" "2" +"origin" "-1723.20 3540.80 1643.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3657 +{ +"spawnflags" "2" +"origin" "-2923.20 3716.80 1371.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3658 +{ +"spawnflags" "2" +"origin" "-6699.20 5676.80 1587.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3659 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "392.00 -3180.00 438.00" +} +// entity 3660 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "2568.00 -2028.00 502.00" +} +// entity 3661 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-568.00 -4908.00 470.00" +} +// entity 3662 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "72.00 -5740.00 502.00" +} +// entity 3663 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "2152.00 -5644.00 182.00" +} +// entity 3664 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "3560.00 -6444.00 -42.00" +} +// entity 3665 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "4744.00 -6380.00 22.00" +} +// entity 3666 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "6596.00 -5836.00 -26.00" +} +// entity 3667 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "7000.00 -6176.00 -2.00" +} +// entity 3668 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "2292.00 -6818.00 254.00" +} +// entity 3669 +{ +"spawnflags" "4" +"angle" "90" +"origin" "344.00 -7128.00 248.00" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 3670 +{ +"spawnflags" "4" +"origin" "316.00 -7248.00 248.00" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 3671 +{ +"spawnflags" "4" +"angle" "315" +"angles" "345 300 0" +"origin" "297.34 -6882.15 253.56" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 3672 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-743.25 1205.24 1124.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3673 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-1367.25 1325.24 1276.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3674 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "248.75 1073.24 1008.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3675 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "5" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "571.92 274.92 956.00" +"angles" "0 330 0" +} +// entity 3676 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-372.92 262.48 1064.00" +"angles" "0 330 0" +} +// entity 3677 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "3.10" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-1172.04 810.95 1105.46" +"angles" "335 265 12" +} +// entity 3678 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-2536.92 510.48 1136.00" +"angles" "0 330 0" +} +// entity 3679 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-2416.92 -617.52 1148.00" +"angles" "0 330 0" +} +// entity 3680 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-1242.38 92.65 1128.00" +"angles" "0 326 0" +} +// entity 3681 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-4119.25 -330.76 1151.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3682 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-3295.25 733.24 1220.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3683 +{ +"spawnflags" "8" +"angle" "135" +"angles" "0.00 96.00 0.00" +"origin" "-4443.88 204.68 1265.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3684 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "3840.00 676.00 826.00" +} +// entity 3685 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "4296.00 596.00 994.00" +} +// entity 3686 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "4612.00 44.00 906.00" +} +// entity 3687 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "2856.00 1020.00 922.00" +} +// entity 3688 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-408.00 -180.00 1058.00" +} +// entity 3689 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-896.00 220.00 1146.00" +} +// entity 3690 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-1328.00 140.00 1130.00" +} +// entity 3691 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-2600.00 -821.00 1167.00" +} +// entity 3692 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-3432.00 76.00 1290.00" +} +// entity 3693 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-1920.00 1132.00 1234.00" +} +// entity 3694 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-2720.00 700.00 1194.00" +} +// entity 3695 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-3153.00 1796.00 1476.00" +} +// entity 3696 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-3504.00 1171.00 1272.00" +} +// entity 3697 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-4040.00 1572.00 1242.00" +} +// entity 3698 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-4704.00 1188.00 1194.00" +} +// entity 3699 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-5080.00 1572.00 1250.00" +} +// entity 3700 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-4880.00 3364.00 1602.00" +} +// entity 3701 +{ +"spawnflags" "16" +"origin" "1405.00 -2262.00 644.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3702 +{ +"spawnflags" "16" +"origin" "2049.00 -1814.00 672.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3703 +{ +"spawnflags" "16" +"origin" "1869.00 -1378.00 808.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3704 +{ +"spawnflags" "16" +"origin" "1557.00 -1110.00 792.00" +"testanim" "idle" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"scale" "1.0" +"classname" "static_natural_TAbush_winter-fullshrub" +} +// entity 3705 +{ +"spawnflags" "2" +"origin" "1238.40 -1353.60 756.40" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3706 +{ +"spawnflags" "2" +"origin" "1614.40 -669.60 964.40" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 3707 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "0.90" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "1287.80 -1127.20 760.00" +} +// entity 3708 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "0.90" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "1407.80 -459.20 932.00" +} +// entity 3709 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "0.90" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "971.80 -23.20 956.00" +} +// entity 3710 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "0.90" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "847.80 352.80 952.00" +} +// entity 3711 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "3065.00 898.00 876.00" +} +// entity 3712 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "929.00 1130.00 1028.00" +} +// entity 3713 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-487.00 1098.00 1084.00" +} +// entity 3714 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-1847.00 1010.00 1212.00" +} +// entity 3715 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-2679.00 402.00 1132.00" +} +// entity 3716 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-2363.00 -4866.00 484.00" +} +// entity 3717 +{ +"spawnflags" "8" +"angles" "0.00 54.00 0.00" +"origin" "2252.45 -6703.27 184.40" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "1.80" +"classname" "static_natural_rock_winter-large" +} +// entity 3718 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-2492.00 -5992.00 516.00" +} +// entity 3719 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-1860.00 -6128.00 366.00" +} +// entity 3720 +{ +"spawnflags" "2" +"origin" "-6870.20 4814.80 1780.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3721 +{ +"spawnflags" "2" +"origin" "-6916.20 4007.80 1683.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3722 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-6634.00 4214.00 1617.00" +} +// entity 3723 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-6496.00 2817.00 1357.00" +} +// entity 3724 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-6080.00 4135.00 1508.00" +} +// entity 3725 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-4031.00 6193.00 1568.00" +} +// entity 3726 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-2288.00 6455.00 1711.00" +} +// entity 3727 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-148.00 6396.00 1828.00" +} +// entity 3728 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-1326.00 5480.00 1746.00" +} +// entity 3729 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "569.00 6109.00 1809.00" +} +// entity 3730 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "1490.00 5515.00 1907.00" +} +// entity 3731 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "2158.00 4227.00 2022.00" +} +// entity 3732 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "2836.00 5192.00 2157.00" +} +// entity 3733 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "3961.00 5012.00 2060.00" +} +// entity 3734 +{ +"spawnflags" "2" +"origin" "1201.80 5934.80 1907.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3735 +{ +"spawnflags" "2" +"origin" "269.80 6111.80 1754.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3736 +{ +"spawnflags" "2" +"origin" "712.80 5623.80 1734.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3737 +{ +"spawnflags" "2" +"origin" "-2829.20 6977.80 1745.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3738 +{ +"spawnflags" "2" +"origin" "-3764.20 7263.80 2031.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3739 +{ +"spawnflags" "2" +"origin" "-3490.20 6779.80 1767.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3740 +{ +"spawnflags" "2" +"origin" "-6567.20 6606.80 1677.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3741 +{ +"spawnflags" "2" +"origin" "-5957.20 6885.80 1622.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3742 +{ +"spawnflags" "2" +"origin" "153.80 4595.80 1789.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3743 +{ +"spawnflags" "2" +"origin" "-4133.00 216.00 1205.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3744 +{ +"spawnflags" "2" +"origin" "-6902.20 -458.20 1322.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3745 +{ +"spawnflags" "2" +"origin" "-7041.20 -1387.20 1221.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3746 +{ +"spawnflags" "2" +"origin" "-7430.20 544.80 1281.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3747 +{ +"spawnflags" "2" +"origin" "-7534.20 1217.80 1281.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3748 +{ +"spawnflags" "2" +"origin" "-7713.20 1693.80 1570.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3749 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-7161.00 1592.00 1402.00" +} +// entity 3750 +{ +"spawnflags" "2" +"origin" "-7777.20 2802.80 1778.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3751 +{ +"spawnflags" "2" +"origin" "-7772.20 3392.80 1682.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3752 +{ +"spawnflags" "2" +"origin" "-7534.20 3889.80 1995.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3753 +{ +"spawnflags" "2" +"origin" "-7750.20 4462.80 2077.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3754 +{ +"spawnflags" "2" +"origin" "-7381.20 5047.80 2105.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3755 +{ +"spawnflags" "2" +"origin" "-7202.20 6302.80 1774.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3756 +{ +"spawnflags" "2" +"origin" "1059.00 -209.00 895.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3757 +{ +"spawnflags" "2" +"origin" "439.00 -562.00 810.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3758 +{ +"spawnflags" "2" +"origin" "636.00 -1642.00 845.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3759 +{ +"spawnflags" "2" +"origin" "836.00 -1313.00 845.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3760 +{ +"spawnflags" "2" +"origin" "1183.00 -1629.00 738.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3761 +{ +"spawnflags" "2" +"origin" "1804.00 -1554.00 695.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3762 +{ +"spawnflags" "2" +"origin" "2182.00 -1762.00 752.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3763 +{ +"spawnflags" "2" +"origin" "1878.00 -2356.00 538.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3764 +{ +"spawnflags" "2" +"origin" "2318.00 -2138.00 503.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3765 +{ +"spawnflags" "2" +"origin" "1431.00 -2085.00 662.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3766 +{ +"spawnflags" "2" +"origin" "824.00 -2614.00 596.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3767 +{ +"spawnflags" "2" +"origin" "1759.00 -1068.00 949.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3768 +{ +"spawnflags" "2" +"origin" "1630.00 -379.00 1054.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3769 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-3853.00 -241.00 1175.00" +} +// entity 3770 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-4380.00 -294.00 1223.00" +} +// entity 3771 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-4552.00 -244.00 1213.00" +} +// entity 3772 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-5753.00 156.00 1224.00" +} +// entity 3773 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-4977.00 419.00 1211.00" +} +// entity 3774 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-5290.00 1192.00 1184.00" +} +// entity 3775 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-5511.00 2334.00 1296.00" +} +// entity 3776 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-6414.00 2658.00 1283.00" +} +// entity 3777 +{ +"spawnflags" "16" +"angles" "15.00 0.00 0.00" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-6246.45 3357.00 1321.49" +} +// entity 3778 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-5738.00 4062.00 1420.00" +} +// entity 3779 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-5848.00 4898.00 1488.00" +} +// entity 3780 +{ +"spawnflags" "2" +"origin" "-6033.00 5007.00 1495.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3781 +{ +"spawnflags" "2" +"origin" "-5959.00 5618.00 1691.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3782 +{ +"spawnflags" "2" +"origin" "-5383.00 4935.00 1406.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3783 +{ +"spawnflags" "2" +"origin" "-5419.00 5736.00 1541.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3784 +{ +"spawnflags" "2" +"origin" "-4352.00 6119.00 1572.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3785 +{ +"spawnflags" "2" +"origin" "-5928.00 4535.00 1340.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3786 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-5410.00 5346.00 1544.00" +} +// entity 3787 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-5882.00 5702.00 1700.00" +} +// entity 3788 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-4082.00 5886.00 1532.00" +} +// entity 3789 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-5184.00 5215.00 1468.00" +} +// entity 3790 +{ +"spawnflags" "2" +"origin" "-3600.00 6151.00 1516.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3791 +{ +"spawnflags" "2" +"origin" "-3896.00 6479.00 1636.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3792 +{ +"spawnflags" "2" +"origin" "-3008.00 6343.00 1548.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3793 +{ +"spawnflags" "2" +"origin" "-2504.00 6511.00 1700.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3794 +{ +"spawnflags" "2" +"origin" "-1712.00 5591.00 1668.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3795 +{ +"spawnflags" "2" +"origin" "-992.00 5519.00 1700.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3796 +{ +"spawnflags" "2" +"origin" "-1560.00 4927.00 1836.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3797 +{ +"spawnflags" "2" +"origin" "-1560.00 5391.00 1756.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3798 +{ +"spawnflags" "2" +"origin" "-488.00 5351.00 1788.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3799 +{ +"spawnflags" "2" +"origin" "-712.00 4431.00 1692.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3800 +{ +"spawnflags" "2" +"origin" "488.00 5871.00 1780.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3801 +{ +"spawnflags" "2" +"origin" "-816.00 6455.00 1740.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3802 +{ +"spawnflags" "2" +"origin" "-1656.00 6807.00 1788.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3803 +{ +"spawnflags" "2" +"origin" "-1960.00 7223.00 1764.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3804 +{ +"spawnflags" "2" +"origin" "-824.00 7199.00 1788.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3805 +{ +"spawnflags" "2" +"origin" "-2298.20 7495.80 1794.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3806 +{ +"spawnflags" "2" +"origin" "-4738.20 7279.80 1922.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3807 +{ +"spawnflags" "2" +"origin" "-4218.20 7551.80 2050.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3808 +{ +"spawnflags" "2" +"origin" "-114.20 7839.80 1858.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3809 +{ +"spawnflags" "2" +"origin" "245.80 7479.80 1970.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3810 +{ +"spawnflags" "2" +"origin" "989.80 7091.80 1850.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3811 +{ +"spawnflags" "2" +"origin" "-2320.00 4855.00 1604.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3812 +{ +"spawnflags" "2" +"origin" "-2544.00 4047.00 1588.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3813 +{ +"spawnflags" "2" +"origin" "-2736.00 4879.00 1564.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3814 +{ +"spawnflags" "2" +"origin" "-3264.00 4599.00 1604.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3815 +{ +"spawnflags" "2" +"origin" "-3160.00 5231.00 1540.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3816 +{ +"spawnflags" "2" +"origin" "-3384.00 4967.00 1572.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3817 +{ +"spawnflags" "2" +"origin" "-4152.00 4479.00 1508.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3818 +{ +"spawnflags" "2" +"origin" "-3848.00 3775.00 1540.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3819 +{ +"spawnflags" "2" +"origin" "-3864.00 4327.00 1540.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3820 +{ +"spawnflags" "2" +"origin" "-4088.00 4767.00 1524.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3821 +{ +"spawnflags" "2" +"origin" "-2072.00 4415.00 1684.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3822 +{ +"spawnflags" "2" +"origin" "-2224.00 5215.00 1700.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3823 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-1806.00 4832.00 1818.00" +} +// entity 3824 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-1358.00 3856.00 1762.00" +} +// entity 3825 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-2634.00 6406.00 1668.00" +} +// entity 3826 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-1434.00 6462.00 1756.00" +} +// entity 3827 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-1130.00 4902.00 1796.00" +} +// entity 3828 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-1282.00 4102.00 1772.00" +} +// entity 3829 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-1722.00 4286.00 1796.00" +} +// entity 3830 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-1178.00 5142.00 1836.00" +} +// entity 3831 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-218.00 4614.00 1836.00" +} +// entity 3832 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-122.00 3718.00 1660.00" +} +// entity 3833 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-770.00 3606.00 1780.00" +} +// entity 3834 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "94.00 6902.00 1932.00" +} +// entity 3835 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-282.00 7054.00 1820.00" +} +// entity 3836 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-210.00 7318.00 2084.00" +} +// entity 3837 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "238.00 7046.00 2140.00" +} +// entity 3838 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "830.00 4446.00 1780.00" +} +// entity 3839 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "630.00 4014.00 1796.00" +} +// entity 3840 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "1278.00 4502.00 1868.00" +} +// entity 3841 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "1574.00 5470.00 1860.00" +} +// entity 3842 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "2238.00 5502.00 2172.00" +} +// entity 3843 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "1886.00 6110.00 2260.00" +} +// entity 3844 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "2774.00 4158.00 1796.00" +} +// entity 3845 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "3630.00 3886.00 1892.00" +} +// entity 3846 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "4046.00 3950.00 1948.00" +} +// entity 3847 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "3662.00 4838.00 1988.00" +} +// entity 3848 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "3070.00 4958.00 2012.00" +} +// entity 3849 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-3688.25 4441.24 1599.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3850 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-1184.25 6737.24 1855.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3851 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-200.25 4881.24 1855.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3852 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-720.25 3837.24 1743.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3853 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "1087.75 4345.24 1847.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3854 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "1023.75 5609.24 1823.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3855 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "755.00 4160.00 1828.00" +} +// entity 3856 +{ +"spawnflags" "2" +"origin" "2469.80 5807.80 2010.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3857 +{ +"spawnflags" "2" +"origin" "2045.80 6399.80 2058.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3858 +{ +"spawnflags" "2" +"origin" "3773.80 3719.80 1898.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3859 +{ +"spawnflags" "2" +"origin" "4253.80 4959.80 1850.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3860 +{ +"spawnflags" "2" +"origin" "4845.80 6303.80 1842.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3861 +{ +"spawnflags" "2" +"origin" "5605.80 6055.80 1858.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3862 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "3377.00 3791.00 1951.00" +} +// entity 3863 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7344 4040 2056 6.571723 28.826035 ) ( 7464 4080 2112 6.805203 29.242706 ) ( 7488 4152 2104 7.107144 29.276609 ) ) +( ( 7480 3928 2072 6.665246 28.602869 ) ( 7552 3976 2112 7.063805 28.845869 ) ( 7592 4032 2128 7.326536 28.961487 ) ) +( ( 7560 3752 1984 6.827040 28.557564 ) ( 7536 3880 2112 7.012940 28.449972 ) ( 7720 3904 2032 7.360742 28.646963 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7296 4120 2056 6.571723 28.826035 ) ( 7280 4176 2072 6.805203 29.242706 ) ( 7360 4216 2056 7.107144 29.276609 ) ) +( ( 7296 4080 2072 6.665246 28.602869 ) ( 7376 4168 2112 7.063805 28.845869 ) ( 7416 4184 2128 7.326536 28.961487 ) ) +( ( 7344 4040 2056 6.827040 28.557564 ) ( 7464 4080 2112 7.012940 28.449972 ) ( 7488 4152 2104 7.360742 28.646963 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7560 3752 1984 6.571723 28.826035 ) ( 7536 3880 2112 6.805203 29.242706 ) ( 7720 3904 2032 7.107144 29.276609 ) ) +( ( 7600 3712 2000 6.665246 28.602869 ) ( 7672 3800 2016 7.063805 28.845869 ) ( 7768 3872 2024 7.326536 28.961487 ) ) +( ( 7632 3744 1984 6.827040 28.557564 ) ( 7728 3784 2000 7.012940 28.449972 ) ( 7784 3824 1984 7.360742 28.646963 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7432 4680 1736 0 1 ) ( 7520 4696 1768 -0.500000 1 ) ( 7544 4752 1752 -1 1 ) ) +( ( 7472 4576 1696 0 0.750000 ) ( 7544 4744 1784 -0.500000 0.750000 ) ( 7608 4752 1864 -1 0.750000 ) ) +( ( 7472 4576 1888 0 0.500000 ) ( 7560 4736 1944 -0.500000 0.500000 ) ( 7632 4744 1968 -1 0.500000 ) ) +( ( 7464 4576 1992 0 0.250000 ) ( 7560 4712 2016 -0.500000 0.250000 ) ( 7688 4768 2072 -1 0.250000 ) ) +( ( 7504 4496 2080 0 0 ) ( 7624 4600 2128 -0.500000 0 ) ( 7760 4776 2144 -1 0 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7680 3608 1696 0 1 ) ( 7528 3576 1704 -0.500000 1 ) ( 7312 3816 1768 -1 1 ) ) +( ( 7656 3688 1776 0 0.750000 ) ( 7584 3616 1776 -0.500000 0.750000 ) ( 7512 3712 1776 -1 0.750000 ) ) +( ( 7672 3680 1872 0 0.500000 ) ( 7568 3640 1880 -0.500000 0.500000 ) ( 7504 3688 1872 -1 0.500000 ) ) +( ( 7680 3672 1912 0 0.250000 ) ( 7584 3640 1920 -0.500000 0.250000 ) ( 7488 3688 1912 -1 0.250000 ) ) +( ( 7632 3744 1984 0 0 ) ( 7600 3712 2000 -0.500000 0 ) ( 7560 3752 1984 -1 0 ) ) +) + } + } +// brush 5 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7776 2952 1792 0 1 ) ( 7616 3080 1768 -0.500000 1 ) ( 7624 3224 1728 -1 1 ) ) +( ( 7840 3040 1832 0 0.750000 ) ( 7720 3128 1824 -0.500000 0.750000 ) ( 7720 3272 1768 -1 0.750000 ) ) +( ( 7840 3032 1968 0 0.500000 ) ( 7720 3136 1928 -0.500000 0.500000 ) ( 7712 3264 1904 -1 0.500000 ) ) +( ( 7832 3024 2040 0 0.250000 ) ( 7744 3136 2016 -0.500000 0.250000 ) ( 7704 3264 1976 -1 0.250000 ) ) +( ( 7888 3120 2160 0 0 ) ( 7816 3152 2168 -0.500000 0 ) ( 7808 3312 2160 -1 0 ) ) +) + } + } +// brush 6 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7624 3224 1728 0 1 ) ( 7680 3336 1744 -0.500000 1 ) ( 7592 3432 1704 -1 1 ) ) +( ( 7720 3272 1768 0 0.750000 ) ( 7784 3392 1800 -0.500000 0.750000 ) ( 7688 3480 1752 -1 0.750000 ) ) +( ( 7712 3264 1904 0 0.500000 ) ( 7776 3392 1904 -0.500000 0.500000 ) ( 7688 3472 1880 -1 0.500000 ) ) +( ( 7704 3264 1976 0 0.250000 ) ( 7800 3392 1992 -0.500000 0.250000 ) ( 7680 3472 1960 -1 0.250000 ) ) +( ( 7808 3312 2160 0 0 ) ( 7880 3408 2168 -0.500000 0 ) ( 7776 3520 2136 -1 0 ) ) +) + } + } +// brush 7 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7592 3432 1704 0 1 ) ( 7456 3528 1784 -0.500000 1 ) ( 7488 3752 1784 -1 1 ) ) +( ( 7688 3480 1752 0 0.750000 ) ( 7520 3552 1832 -0.500000 0.750000 ) ( 7608 3720 1920 -1 0.750000 ) ) +( ( 7688 3472 1880 0 0.500000 ) ( 7520 3568 1944 -0.500000 0.500000 ) ( 7632 3712 2024 -1 0.500000 ) ) +( ( 7680 3472 1960 0 0.250000 ) ( 7536 3560 2024 -0.500000 0.250000 ) ( 7624 3728 2128 -1 0.250000 ) ) +( ( 7776 3520 2136 0 0 ) ( 7616 3584 2184 -0.500000 0 ) ( 7712 3712 2192 -1 0 ) ) +) + } + } +// brush 8 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7168 4152 1776 0 1 ) ( 7152 4208 1792 -0.500000 1 ) ( 7344 4328 1840 -1 1 ) ) +( ( 7248 4120 1848 0 0.750000 ) ( 7216 4176 1848 -0.500000 0.750000 ) ( 7352 4256 1872 -1 0.750000 ) ) +( ( 7240 4104 1944 0 0.500000 ) ( 7224 4200 1952 -0.500000 0.500000 ) ( 7360 4248 1968 -1 0.500000 ) ) +( ( 7232 4104 1984 0 0.250000 ) ( 7240 4184 1992 -0.500000 0.250000 ) ( 7368 4256 2032 -1 0.250000 ) ) +( ( 7296 4120 2056 0 0 ) ( 7280 4176 2072 -0.500000 0 ) ( 7360 4216 2056 -1 0 ) ) +) + } + } +// brush 9 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7216 4248 1824 0 1 ) ( 7160 4400 1848 -0.500000 1 ) ( 7432 4680 1736 -1 1 ) ) +( ( 7320 4232 1872 0 0.750000 ) ( 7280 4384 1896 -0.500000 0.750000 ) ( 7472 4576 1696 -1 0.750000 ) ) +( ( 7312 4232 2000 0 0.500000 ) ( 7280 4392 2008 -0.500000 0.500000 ) ( 7472 4576 1888 -1 0.500000 ) ) +( ( 7304 4232 2080 0 0.250000 ) ( 7296 4376 2088 -0.500000 0.250000 ) ( 7464 4576 1992 -1 0.250000 ) ) +( ( 7416 4224 2192 0 0 ) ( 7368 4352 2208 -0.500000 0 ) ( 7504 4496 2080 -1 0 ) ) +) + } + } +// brush 10 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7296 3904 1768 0 1 ) ( 7224 4008 1760 -0.500000 1 ) ( 7168 4152 1776 -1 1 ) ) +( ( 7328 3984 1848 0 0.750000 ) ( 7272 3984 1848 -0.500000 0.750000 ) ( 7248 4120 1848 -1 0.750000 ) ) +( ( 7344 3968 1944 0 0.500000 ) ( 7256 4008 1952 -0.500000 0.500000 ) ( 7240 4104 1944 -1 0.500000 ) ) +( ( 7336 3960 1984 0 0.250000 ) ( 7272 4008 1992 -0.500000 0.250000 ) ( 7232 4104 1984 -1 0.250000 ) ) +( ( 7344 4040 2056 0 0 ) ( 7296 4080 2072 -0.500000 0 ) ( 7296 4120 2056 -1 0 ) ) +) + } + } +// brush 11 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7312 3816 1768 0 1 ) ( 7336 3856 1776 -0.500000 1 ) ( 7296 3904 1768 -1 1 ) ) +( ( 7512 3712 1776 0 0.750000 ) ( 7408 3864 1848 -0.500000 0.750000 ) ( 7328 3984 1848 -1 0.750000 ) ) +( ( 7504 3688 1872 0 0.500000 ) ( 7408 3888 1952 -0.500000 0.500000 ) ( 7344 3968 1944 -1 0.500000 ) ) +( ( 7488 3688 1912 0 0.250000 ) ( 7416 3880 1992 -0.500000 0.250000 ) ( 7336 3960 1984 -1 0.250000 ) ) +( ( 7560 3752 1984 0 0 ) ( 7480 3928 2072 -0.500000 0 ) ( 7344 4040 2056 -1 0 ) ) +) + } + } +// brush 12 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7360 4008 1824 0 1 ) ( 7232 4128 1848 -0.500000 1 ) ( 7216 4248 1824 -1 1 ) ) +( ( 7464 3984 1872 0 0.750000 ) ( 7352 4112 1896 -0.500000 0.750000 ) ( 7320 4232 1872 -1 0.750000 ) ) +( ( 7464 3984 2000 0 0.500000 ) ( 7360 4120 2008 -0.500000 0.500000 ) ( 7312 4232 2000 -1 0.500000 ) ) +( ( 7448 3984 2080 0 0.250000 ) ( 7368 4112 2088 -0.500000 0.250000 ) ( 7304 4232 2080 -1 0.250000 ) ) +( ( 7560 3976 2192 0 0 ) ( 7448 4080 2208 -0.500000 0 ) ( 7416 4224 2192 -1 0 ) ) +) + } + } +// brush 13 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7488 3752 1784 0 1 ) ( 7664 3856 1848 -0.500000 1 ) ( 7360 4008 1824 -1 1 ) ) +( ( 7608 3720 1920 0 0.750000 ) ( 7776 3840 1896 -0.500000 0.750000 ) ( 7464 3984 1872 -1 0.750000 ) ) +( ( 7632 3712 2024 0 0.500000 ) ( 7784 3848 2008 -0.500000 0.500000 ) ( 7464 3984 2000 -1 0.500000 ) ) +( ( 7624 3728 2128 0 0.250000 ) ( 7800 3832 2088 -0.500000 0.250000 ) ( 7448 3984 2080 -1 0.250000 ) ) +( ( 7712 3712 2192 0 0 ) ( 7872 3808 2208 -0.500000 0 ) ( 7560 3976 2192 -1 0 ) ) +) + } + } +} +// entity 3864 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6708 2260 2056 6.571723 28.826035 ) ( 6748 2140 2112 6.805203 29.242706 ) ( 6820 2116 2104 7.107144 29.276609 ) ) +( ( 6596 2124 2072 6.665246 28.602869 ) ( 6644 2052 2112 7.063805 28.845869 ) ( 6700 2012 2128 7.326536 28.961487 ) ) +( ( 6420 2044 1984 6.827040 28.557564 ) ( 6548 2068 2112 7.012940 28.449972 ) ( 6572 1884 2032 7.360742 28.646963 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6788 2308 2056 6.571723 28.826035 ) ( 6844 2324 2072 6.805203 29.242706 ) ( 6884 2244 2056 7.107144 29.276609 ) ) +( ( 6748 2308 2072 6.665246 28.602869 ) ( 6836 2228 2112 7.063805 28.845869 ) ( 6852 2188 2128 7.326536 28.961487 ) ) +( ( 6708 2260 2056 6.827040 28.557564 ) ( 6748 2140 2112 7.012940 28.449972 ) ( 6820 2116 2104 7.360742 28.646963 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6420 2044 1984 6.571723 28.826035 ) ( 6548 2068 2112 6.805203 29.242706 ) ( 6572 1884 2032 7.107144 29.276609 ) ) +( ( 6380 2004 2000 6.665246 28.602869 ) ( 6468 1932 2016 7.063805 28.845869 ) ( 6540 1836 2024 7.326536 28.961487 ) ) +( ( 6412 1972 1984 6.827040 28.557564 ) ( 6452 1876 2000 7.012940 28.449972 ) ( 6492 1820 1984 7.360742 28.646963 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6013.254883 2111.597656 2016 2.514851 29.449247 ) ( 5934.058594 2009.774414 2072 2.745494 29.991226 ) ( 5962.342773 1936.235352 2064 2.404696 30.361286 ) ) +( ( 5837.892090 2128.568359 2072 2.986493 29.911747 ) ( 5815.264648 2049.372559 2128 3.032182 30.247032 ) ( 5815.264648 1970.176758 2144 3.136208 30.514566 ) ) +( ( 5770.010254 2286.960449 2000 3.658520 29.732101 ) ( 5770.010254 2128.568359 2128 3.532900 30.198189 ) ( 5736.068848 2004.117676 2120 3.722432 30.435665 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6098.107422 2072 2016 3.658520 29.732101 ) ( 6143.362305 2038.058594 2032 3.532900 30.198189 ) ( 6147.362305 1870.862793 2016 3.722432 30.435665 ) ) +( ( 6075.479980 2105.940918 2032 3.882452 29.640430 ) ( 6058.509277 1987.146973 2072 3.996367 30.100441 ) ( 6056.852539 1829.607910 2088 4.100389 30.367971 ) ) +( ( 6013.254883 2111.597656 2016 4.028893 29.722801 ) ( 5934.058594 2009.774414 2072 4.236423 29.778173 ) ( 5966.342773 1852.235352 2064 4.343062 30.075010 ) ) +) + } + } +// brush 5 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6199.931152 2162.509766 1784 0 1 ) ( 6262.156250 2088.970703 1792 -0.500000 1 ) ( 6245.185547 1936.235352 1848 -1 1 ) ) +( ( 6132.048828 2105.940918 1848 0 0.750000 ) ( 6194.273926 2077.656738 1856 -0.500000 0.750000 ) ( 6181.303223 1915.549316 1872 -1 0.750000 ) ) +( ( 6137.705566 2122.911621 1904 0 0.500000 ) ( 6199.930664 2049.372559 1912 -0.500000 0.500000 ) ( 6181.303223 1915.549316 1928 -1 0.500000 ) ) +( ( 6143.362793 2128.568359 1944 0 0.250000 ) ( 6182.960449 2055.029297 1952 -0.500000 0.250000 ) ( 6175.646484 1902.578613 1992 -1 0.250000 ) ) +( ( 6098.107422 2072 2016 0 0 ) ( 6143.362305 2038.058594 2032 -0.500000 0 ) ( 6147.362305 1870.862793 2016 -1 0 ) ) +) + } + } +// brush 6 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5973.656738 2253.019531 1776 0 1 ) ( 6064.166504 2264.333008 1776 -0.500000 1 ) ( 6199.931152 2162.509766 1784 -1 1 ) ) +( ( 5990.627441 2168.166504 1848 0 0.750000 ) ( 6041.539063 2196.450684 1856 -0.500000 0.750000 ) ( 6132.048828 2105.940918 1848 -1 0.750000 ) ) +( ( 5973.656738 2173.823242 1904 0 0.500000 ) ( 6069.823242 2190.793945 1912 -0.500000 0.500000 ) ( 6137.705566 2122.911621 1904 -1 0.500000 ) ) +( ( 5968 2179.479980 1944 0 0.250000 ) ( 6058.509766 2179.480469 1952 -0.500000 0.250000 ) ( 6143.362793 2128.568359 1944 -1 0.250000 ) ) +( ( 6013.254883 2111.597656 2016 0 0 ) ( 6075.479980 2105.940918 2032 -0.500000 0 ) ( 6098.107422 2072 2016 -1 0 ) ) +) + } + } +// brush 7 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5905.774414 2320.901367 1776 0 1 ) ( 5911.431641 2269.989746 1776 -0.500000 1 ) ( 5973.656738 2253.019531 1776 -1 1 ) ) +( ( 5820.921875 2303.931152 1808 0 0.750000 ) ( 5854.862793 2224.734863 1856 -0.500000 0.750000 ) ( 5990.627441 2168.166504 1848 -1 0.750000 ) ) +( ( 5810.578613 2320.901367 1912 0 0.500000 ) ( 5871.833496 2207.764648 1952 -0.500000 0.500000 ) ( 5973.656738 2173.823242 1904 -1 0.500000 ) ) +( ( 5811.549316 2326.558594 1944 0 0.250000 ) ( 5854.862793 2202.107422 2000 -0.500000 0.250000 ) ( 5968 2179.479980 1944 -1 0.250000 ) ) +( ( 5770.010254 2286.960449 2000 0 0 ) ( 5837.892090 2128.568359 2072 -0.500000 0 ) ( 6013.254883 2111.597656 2016 -1 0 ) ) +) + } + } +// brush 8 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5620 1827.999878 1792 0 1 ) ( 5748 1987.999878 1768 -0.500000 1 ) ( 5892 1979.999878 1728 -1 1 ) ) +( ( 5708 1763.999878 1832 0 0.750000 ) ( 5796 1883.999878 1824 -0.500000 0.750000 ) ( 5940 1883.999878 1768 -1 0.750000 ) ) +( ( 5700 1763.999878 1968 0 0.500000 ) ( 5804 1883.999878 1928 -0.500000 0.500000 ) ( 5932 1891.999878 1904 -1 0.500000 ) ) +( ( 5692 1771.999878 2040 0 0.250000 ) ( 5804 1859.999878 2016 -0.500000 0.250000 ) ( 5932 1899.999878 1976 -1 0.250000 ) ) +( ( 5788 1715.999878 2160 0 0 ) ( 5820 1787.999878 2168 -0.500000 0 ) ( 5980 1795.999878 2160 -1 0 ) ) +) + } + } +// brush 9 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5892 1979.999878 1728 0 1 ) ( 6004 1923.999878 1744 -0.500000 1 ) ( 6100 2012 1744 -1 1 ) ) +( ( 5940 1883.999878 1768 0 0.750000 ) ( 6060 1820 1800 -0.500000 0.750000 ) ( 6148 1920 1820 -1 0.750000 ) ) +( ( 5932 1891.999878 1904 0 0.500000 ) ( 6060 1828 1904 -0.500000 0.500000 ) ( 6140 1916 1880 -1 0.500000 ) ) +( ( 5932 1899.999878 1976 0 0.250000 ) ( 6060 1804 1992 -0.500000 0.250000 ) ( 6140 1924 1960 -1 0.250000 ) ) +( ( 5980 1795.999878 2160 0 0 ) ( 6076 1724 2168 -0.500000 0 ) ( 6188 1828 2136 -1 0 ) ) +) + } + } +// brush 10 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6100 2012 1744 0 1 ) ( 6196 2044 1732 -0.500000 1 ) ( 6420 2116 1768 -1 1 ) ) +( ( 6148 1920 1820 0 0.750000 ) ( 6252 2084 1728 -0.500000 0.750000 ) ( 6388 1996 1920 -1 0.750000 ) ) +( ( 6140 1916 1880 0 0.500000 ) ( 6236 2084 1944 -0.500000 0.500000 ) ( 6380 1972 2024 -1 0.500000 ) ) +( ( 6140 1924 1960 0 0.250000 ) ( 6228 2068 2024 -0.500000 0.250000 ) ( 6396 1980 2128 -1 0.250000 ) ) +( ( 6188 1828 2136 0 0 ) ( 6252 1988 2184 -0.500000 0 ) ( 6380 1892 2192 -1 0 ) ) +) + } + } +// brush 11 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6820 2436 1776 0 1 ) ( 6876 2452 1792 -0.500000 1 ) ( 6996 2260 1840 -1 1 ) ) +( ( 6788 2356 1848 0 0.750000 ) ( 6844 2388 1848 -0.500000 0.750000 ) ( 6924 2252 1872 -1 0.750000 ) ) +( ( 6772 2364 1944 0 0.500000 ) ( 6868 2380 1952 -0.500000 0.500000 ) ( 6916 2244 1968 -1 0.500000 ) ) +( ( 6772 2372 1984 0 0.250000 ) ( 6852 2364 1992 -0.500000 0.250000 ) ( 6924 2236 2032 -1 0.250000 ) ) +( ( 6788 2308 2056 0 0 ) ( 6844 2324 2072 -0.500000 0 ) ( 6884 2244 2056 -1 0 ) ) +) + } + } +// brush 12 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6572 2308 1768 0 1 ) ( 6676 2380 1760 -0.500000 1 ) ( 6820 2436 1776 -1 1 ) ) +( ( 6652 2276 1848 0 0.750000 ) ( 6652 2332 1848 -0.500000 0.750000 ) ( 6788 2356 1848 -1 0.750000 ) ) +( ( 6636 2260 1944 0 0.500000 ) ( 6676 2348 1952 -0.500000 0.500000 ) ( 6772 2364 1944 -1 0.500000 ) ) +( ( 6628 2268 1984 0 0.250000 ) ( 6676 2332 1992 -0.500000 0.250000 ) ( 6772 2372 1984 -1 0.250000 ) ) +( ( 6708 2260 2056 0 0 ) ( 6748 2308 2072 -0.500000 0 ) ( 6788 2308 2056 -1 0 ) ) +) + } + } +// brush 13 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6676 2244 1824 0 1 ) ( 6796 2372 1848 -0.500000 1 ) ( 6916 2388 1824 -1 1 ) ) +( ( 6652 2140 1872 0 0.750000 ) ( 6780 2252 1896 -0.500000 0.750000 ) ( 6900 2284 1872 -1 0.750000 ) ) +( ( 6652 2140 2000 0 0.500000 ) ( 6788 2244 2008 -0.500000 0.500000 ) ( 6900 2292 2000 -1 0.500000 ) ) +( ( 6652 2156 2080 0 0.250000 ) ( 6780 2236 2088 -0.500000 0.250000 ) ( 6900 2300 2080 -1 0.250000 ) ) +( ( 6644 2044 2192 0 0 ) ( 6748 2156 2208 -0.500000 0 ) ( 6892 2188 2192 -1 0 ) ) +) + } + } +// brush 14 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6420 2116 1768 0 1 ) ( 6524 1940 1848 -0.500000 1 ) ( 6676 2244 1824 -1 1 ) ) +( ( 6388 1996 1920 0 0.750000 ) ( 6508 1828 1896 -0.500000 0.750000 ) ( 6652 2140 1872 -1 0.750000 ) ) +( ( 6380 1972 2024 0 0.500000 ) ( 6516 1820 2008 -0.500000 0.500000 ) ( 6652 2140 2000 -1 0.500000 ) ) +( ( 6396 1980 2128 0 0.250000 ) ( 6500 1804 2088 -0.500000 0.250000 ) ( 6652 2156 2080 -1 0.250000 ) ) +( ( 6380 1892 2192 0 0 ) ( 6476 1732 2208 -0.500000 0 ) ( 6644 2044 2192 -1 0 ) ) +) + } + } +} +// entity 3865 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5762 2528 2056 6.571723 28.826035 ) ( 5642 2488 2112 6.805203 29.242706 ) ( 5618 2416 2104 7.107144 29.276609 ) ) +( ( 5626 2640 2072 6.665246 28.602869 ) ( 5554 2592 2112 7.063805 28.845869 ) ( 5514 2536 2128 7.326536 28.961487 ) ) +( ( 5546 2816 1984 6.827040 28.557564 ) ( 5570 2688 2112 7.012940 28.449972 ) ( 5386 2664 2032 7.360742 28.646963 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5810 2448 2056 6.571723 28.826035 ) ( 5826 2392 2072 6.805203 29.242706 ) ( 5746 2352 2056 7.107144 29.276609 ) ) +( ( 5810 2488 2072 6.665246 28.602869 ) ( 5730 2400 2112 7.063805 28.845869 ) ( 5690 2384 2128 7.326536 28.961487 ) ) +( ( 5762 2528 2056 6.827040 28.557564 ) ( 5642 2488 2112 7.012940 28.449972 ) ( 5618 2416 2104 7.360742 28.646963 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5546 2816 1984 6.571723 28.826035 ) ( 5570 2688 2112 6.805203 29.242706 ) ( 5386 2664 2032 7.107144 29.276609 ) ) +( ( 5506 2856 2000 6.665246 28.602869 ) ( 5434 2768 2016 7.063805 28.845869 ) ( 5338 2696 2024 7.326536 28.961487 ) ) +( ( 5474 2824 1984 6.827040 28.557564 ) ( 5378 2784 2000 7.012940 28.449972 ) ( 5322 2744 1984 7.360742 28.646963 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5002 3530 1868 -1 1 ) ( 5058 3530 1820 -0.500000 1 ) ( 5168 3611 1816 0 1 ) ) +( ( 4930 3482 2040 -1 0.750000 ) ( 5066 3426 2048 -0.500000 0.750000 ) ( 5162 3537.999512 1880 0 0.750000 ) ) +( ( 4946 3474 2096 -1 0.500000 ) ( 5042 3426 2144 -0.500000 0.500000 ) ( 5170 3503.999512 1968 0 0.500000 ) ) +( ( 4954 3474 2136 -1 0.250000 ) ( 5050 3410 2116 -0.500000 0.250000 ) ( 5202 3453.999512 2136 0 0.250000 ) ) +( ( 4882 3402 2208 -1 0 ) ( 4954 3250 2252 -0.500000 0 ) ( 5114 3297.999512 2160 0 0 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5426 2960 1696 0 1 ) ( 5578 2992 1704 -0.500000 1 ) ( 5794 2752 1768 -1 1 ) ) +( ( 5450 2880 1776 0 0.750000 ) ( 5522 2952 1776 -0.500000 0.750000 ) ( 5594 2856 1776 -1 0.750000 ) ) +( ( 5434 2888 1872 0 0.500000 ) ( 5538 2928 1880 -0.500000 0.500000 ) ( 5602 2880 1872 -1 0.500000 ) ) +( ( 5426 2896 1912 0 0.250000 ) ( 5522 2928 1920 -0.500000 0.250000 ) ( 5618 2880 1912 -1 0.250000 ) ) +( ( 5474 2824 1984 0 0 ) ( 5506 2856 2000 -0.500000 0 ) ( 5546 2816 1984 -1 0 ) ) +) + } + } +// brush 5 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5168 3611 1816 0 1 ) ( 5490 3488 1768 -0.500000 1 ) ( 5482 3344 1728 -1 1 ) ) +( ( 5162 3538 1880 0 0.750000 ) ( 5386 3440 1824 -0.500000 0.750000 ) ( 5386 3296 1768 -1 0.750000 ) ) +( ( 5170 3504 1968 0 0.500000 ) ( 5386 3432 1928 -0.500000 0.500000 ) ( 5394 3304 1904 -1 0.500000 ) ) +( ( 5202 3454 2136 0 0.250000 ) ( 5362 3432 2016 -0.500000 0.250000 ) ( 5402 3304 1976 -1 0.250000 ) ) +( ( 5114 3298 2160 0 0 ) ( 5238 3300 2168 -0.500000 0 ) ( 5298 3256 2160 -1 0 ) ) +) + } + } +// brush 6 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5482 3344 1728 0 1 ) ( 5426 3232 1744 -0.500000 1 ) ( 5514 3136 1704 -1 1 ) ) +( ( 5386 3296 1768 0 0.750000 ) ( 5322 3176 1800 -0.500000 0.750000 ) ( 5418 3088 1752 -1 0.750000 ) ) +( ( 5394 3304 1904 0 0.500000 ) ( 5330 3176 1904 -0.500000 0.500000 ) ( 5418 3096 1880 -1 0.500000 ) ) +( ( 5402 3304 1976 0 0.250000 ) ( 5306 3176 1992 -0.500000 0.250000 ) ( 5426 3088 2112 -1 0.250000 ) ) +( ( 5298 3256 2160 0 0 ) ( 5226 3160 2168 -0.500000 0 ) ( 5330 3048 2136 -1 0 ) ) +) + } + } +// brush 7 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5514 3136 1704 0 1 ) ( 5690 2872 1720 -0.500000 1 ) ( 5618 2816 1800 -1 1 ) ) +( ( 5418 3088 1752 0 0.750000 ) ( 5586 3016 1832 -0.500000 0.750000 ) ( 5498 2848 1920 -1 0.750000 ) ) +( ( 5418 3096 1880 0 0.500000 ) ( 5586 3000 1944 -0.500000 0.500000 ) ( 5474 2856 2024 -1 0.500000 ) ) +( ( 5426 3088 2112 0 0.250000 ) ( 5570 3008 2024 -0.500000 0.250000 ) ( 5482 2840 2128 -1 0.250000 ) ) +( ( 5330 3048 2136 0 0 ) ( 5266 2984 2096 -0.500000 0 ) ( 5394 2856 2192 -1 0 ) ) +) + } + } +// brush 8 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5938 2416 1776 0 1 ) ( 5954 2360 1792 -0.500000 1 ) ( 5762 2240 1840 -1 1 ) ) +( ( 5858 2448 1848 0 0.750000 ) ( 5890 2392 1848 -0.500000 0.750000 ) ( 5754 2312 1872 -1 0.750000 ) ) +( ( 5866 2464 1944 0 0.500000 ) ( 5882 2368 1952 -0.500000 0.500000 ) ( 5746 2320 1968 -1 0.500000 ) ) +( ( 5874 2464 1984 0 0.250000 ) ( 5866 2384 1992 -0.500000 0.250000 ) ( 5738 2312 2032 -1 0.250000 ) ) +( ( 5810 2448 2056 0 0 ) ( 5826 2392 2072 -0.500000 0 ) ( 5746 2352 2056 -1 0 ) ) +) + } + } +// brush 9 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5906 2320 1824 0 1 ) ( 5978 2168 1824 -0.500000 1 ) ( 5626 1888 1864 -1 1 ) ) +( ( 5786 2336 1872 0 0.750000 ) ( 5826 2184 1896 -0.500000 0.750000 ) ( 5586 1992 1864 -1 0.750000 ) ) +( ( 5794 2336 2000 0 0.500000 ) ( 5826 2176 2008 -0.500000 0.500000 ) ( 5586 1992 2056 -1 0.500000 ) ) +( ( 5802 2336 2080 0 0.250000 ) ( 5810 2192 2088 -0.500000 0.250000 ) ( 5594 1992 2160 -1 0.250000 ) ) +( ( 5690 2344 2192 0 0 ) ( 5738 2216 2208 -0.500000 0 ) ( 5554 2072 2248 -1 0 ) ) +) + } + } +// brush 10 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5810 2664 1768 0 1 ) ( 5882 2560 1760 -0.500000 1 ) ( 5938 2416 1776 -1 1 ) ) +( ( 5778 2584 1848 0 0.750000 ) ( 5834 2584 1848 -0.500000 0.750000 ) ( 5858 2448 1848 -1 0.750000 ) ) +( ( 5762 2600 1944 0 0.500000 ) ( 5850 2560 1952 -0.500000 0.500000 ) ( 5866 2464 1944 -1 0.500000 ) ) +( ( 5770 2608 1984 0 0.250000 ) ( 5834 2560 1992 -0.500000 0.250000 ) ( 5874 2464 1984 -1 0.250000 ) ) +( ( 5762 2528 2056 0 0 ) ( 5810 2488 2072 -0.500000 0 ) ( 5810 2448 2056 -1 0 ) ) +) + } + } +// brush 11 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5794 2752 1768 0 1 ) ( 5770 2712 1776 -0.500000 1 ) ( 5810 2664 1768 -1 1 ) ) +( ( 5594 2856 1776 0 0.750000 ) ( 5698 2704 1848 -0.500000 0.750000 ) ( 5778 2584 1848 -1 0.750000 ) ) +( ( 5602 2880 1872 0 0.500000 ) ( 5698 2680 1952 -0.500000 0.500000 ) ( 5762 2600 1944 -1 0.500000 ) ) +( ( 5618 2880 1912 0 0.250000 ) ( 5690 2688 1992 -0.500000 0.250000 ) ( 5770 2608 1984 -1 0.250000 ) ) +( ( 5546 2816 1984 0 0 ) ( 5626 2640 2072 -0.500000 0 ) ( 5762 2528 2056 -1 0 ) ) +) + } + } +// brush 12 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5746 2560 1824 0 1 ) ( 5914 2456 1832 -0.500000 1 ) ( 5906 2320 1824 -1 1 ) ) +( ( 5642 2584 1872 0 0.750000 ) ( 5754 2456 1896 -0.500000 0.750000 ) ( 5786 2336 1872 -1 0.750000 ) ) +( ( 5642 2584 2000 0 0.500000 ) ( 5746 2448 2008 -0.500000 0.500000 ) ( 5794 2336 2000 -1 0.500000 ) ) +( ( 5658 2584 2080 0 0.250000 ) ( 5738 2456 2088 -0.500000 0.250000 ) ( 5802 2336 2080 -1 0.250000 ) ) +( ( 5546 2592 2192 0 0 ) ( 5658 2488 2208 -0.500000 0 ) ( 5690 2344 2192 -1 0 ) ) +) + } + } +// brush 13 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5618 2816 1800 0 1 ) ( 5442 2712 1848 -0.500000 1 ) ( 5746 2560 1824 -1 1 ) ) +( ( 5498 2848 1920 0 0.750000 ) ( 5330 2728 1896 -0.500000 0.750000 ) ( 5642 2584 1872 -1 0.750000 ) ) +( ( 5474 2856 2024 0 0.500000 ) ( 5322 2720 2008 -0.500000 0.500000 ) ( 5642 2584 2000 -1 0.500000 ) ) +( ( 5482 2840 2128 0 0.250000 ) ( 5306 2736 2088 -0.500000 0.250000 ) ( 5658 2584 2080 -1 0.250000 ) ) +( ( 5394 2856 2192 0 0 ) ( 5234 2760 2208 -0.500000 0 ) ( 5546 2592 2192 -1 0 ) ) +) + } + } +} +// entity 3866 +{ +"spawnflags" "2" +"origin" "7331.80 5240.80 1914.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3867 +{ +"spawnflags" "2" +"origin" "5285.80 5271.80 1866.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3868 +{ +"spawnflags" "2" +"origin" "5981.80 3159.80 1850.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3869 +{ +"spawnflags" "2" +"origin" "5781.80 1927.80 1922.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3870 +{ +"spawnflags" "2" +"origin" "6133.80 1695.80 1994.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3871 +{ +"spawnflags" "2" +"origin" "6317.80 1767.80 2074.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3872 +{ +"spawnflags" "2" +"origin" "5493.80 2295.80 1898.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3873 +{ +"spawnflags" "2" +"origin" "5077.80 3255.80 1986.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3874 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "4129.00 4031.00 1875.00" +} +// entity 3875 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "4089.00 4719.00 1923.00" +} +// entity 3876 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "3406.00 4862.00 1972.00" +} +// entity 3877 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "2798.00 4990.00 1948.00" +} +// entity 3878 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "990.00 5342.00 1820.00" +} +// entity 3879 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "502.00 5726.00 1756.00" +} +// entity 3880 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-1842.00 6686.00 1772.00" +} +// entity 3881 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1751.08 4462.48 1812.00" +"angles" "0 330 0" +} +// entity 3882 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1887.08 5390.48 1932.00" +"angles" "0 330 0" +} +// entity 3883 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1611.80 5743.60 1874.00" +"angles" "0.00 90.00 0.00" +} +// entity 3884 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-1852.20 6323.60 1676.00" +"angles" "0.00 90.00 0.00" +} +// entity 3885 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-2013.20 5371.23 1711.01" +"angles" "15.00 90.00 0.00" +} +// entity 3886 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-2300.20 4443.60 1692.00" +"angles" "0.00 90.00 0.00" +} +// entity 3887 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-2668.20 3667.60 1764.00" +"angles" "0.00 90.00 0.00" +} +// entity 3888 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-532.20 6579.60 1820.00" +"angles" "0.00 90.00 0.00" +} +// entity 3889 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "3872.40 4689.80 1868.00" +"angles" "0 180 0" +} +// entity 3890 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "3739.60 4081.60 1876.00" +"angles" "0.00 0.00 0.00" +} +// entity 3891 +{ +"spawnflags" "2" +"origin" "3024.00 6119.00 2156.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3892 +{ +"spawnflags" "2" +"origin" "3376.00 5671.00 2180.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3893 +{ +"spawnflags" "2" +"origin" "3688.00 5343.00 2196.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3894 +{ +"spawnflags" "2" +"origin" "3048.00 5079.00 2076.00" +"testanim" "idle" +"model" "static/natural/tree2_winter.tik" +"scale" "1.0" +"classname" "static_natural_TAtree_skinnywinter" +} +// entity 3895 +{ +"spawnflags" "2" +"origin" "5941.80 6551.80 1920.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3896 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-1300.00 -684.00 1458.00" +} +// entity 3897 +{ +"spawnflags" "8" +"angles" "0 191 0" +"origin" "-6771.31 2301.11 1323.00" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "3" +"classname" "static_natural_rock_winter-large" +} +// entity 3898 +{ +"classname" "func_group" +// brush 0 +{ +( 4780 4844 2067 ) ( 5196 4844 2067 ) ( 5196 4844 2066 ) common/nodraw 32 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5316 4871 2097 ) ( 4900 4871 2097 ) ( 4900 4871 2096 ) common/nodraw 8 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5316 4844 2067 ) ( 4900 4844 2067 ) ( 4900 4871 2097 ) common/nodraw 8 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 4900 4844 2066 ) ( 5316 4844 2066 ) ( 5316 4871 2096 ) mohcommon/barbwire 44 -18 -180.00 0.400391 -0.300049 204800 35328 0 +surfaceparm detail +( 5072 4819 2069 ) ( 5072 4820 2069 ) ( 5072 4847 2096 ) mohcommon/barbwire -1 -18 0.00 1 0.349976 204800 35328 0 +surfaceparm detail +( 5193 4871 2065.999756 ) ( 5196 4868 2065.999756 ) ( 5194.500000 4869.500000 2097.000244 ) common/nodraw 8 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5580 4840 2052 ) ( 5580 4848 2052 ) ( 5324 4848 2052 ) general_industrial/jh_pipe1 -64 72 0.00 1 1 0 32768 0 +surfaceparm detail +( 5580 4848 2056 ) ( 5580 4840 2056 ) ( 5324 4840 2056 ) common/nodraw 0 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5292 4840 2056 ) ( 5292 4840 2052 ) ( 5036 4840 2052 ) general_industrial/jh_pipe1 -64 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 3628 4848 2052 ) ( 3628 4848 2056 ) ( 3372 4848 2056 ) general_industrial/jh_pipe1 -64 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5072 4844 2052 ) ( 5072 4848 2052 ) ( 5072 4846 2056 ) common/nodraw -8 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5224 4844 2052 ) ( 5224 4828 2052 ) ( 5224 4836 2056 ) common/nodraw -8 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( 5104 4850 1888 ) ( 5076 4850 1888 ) ( 5076 4842 1888 ) common/nodraw 0 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5060 4842 2052 ) ( 5060 4850 2052 ) ( 5088 4850 2052 ) common/nodraw 0 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5080 4842 2120 ) ( 5108 4842 2120 ) ( 5108 4842 2088 ) common/nodraw 0 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5224 4830 2120 ) ( 5224 4838 2120 ) ( 5224 4838 2088 ) common/nodraw -8 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5112 4846 2120 ) ( 5084 4846 2120 ) ( 5084 4846 2088 ) central_europe_winter/secfence1_wntr -185 -47 0.00 0.625000 0.625000 196608 264192 0 +surfaceparm detail +( 5072 4850 2120 ) ( 5072 4842 2120 ) ( 5072 4842 2088 ) common/nodraw -8 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 5076 4848 1888 ) ( 5068 4848 1888 ) ( 5068 4840 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5067 4840 2068 ) ( 5067 4848 2068 ) ( 5075 4848 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5056 4840 1944 ) ( 5064 4840 1944 ) ( 5064 4840 1920 ) general_industrial/jh_pipe1 -116 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5072 4840 2072 ) ( 5072 4848 2072 ) ( 5072 4848 2048 ) general_industrial/jh_pipe1 4 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5076 4848 1932 ) ( 5068 4848 1932 ) ( 5068 4848 1908 ) general_industrial/jh_pipe1 -116 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5064 4848 1908 ) ( 5064 4840 1908 ) ( 5064 4840 1884 ) general_industrial/jh_pipe1 4 27 0.00 1 1 0 32768 0 +surfaceparm detail +} +} +// entity 3899 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6916 2388 1824 0 1 ) ( 7068 2444 1848 -0.500000 1 ) ( 7368 2420 1864 -1 1 ) ) +( ( 6900 2284 1872 0 0.750000 ) ( 7052 2324 1896 -0.500000 0.750000 ) ( 7276 2308 1864 -1 0.750000 ) ) +( ( 6900 2292 2000 0 0.500000 ) ( 7060 2324 2008 -0.500000 0.500000 ) ( 7276 2308 2056 -1 0.500000 ) ) +( ( 6900 2300 2080 0 0.250000 ) ( 7044 2308 2088 -0.500000 0.250000 ) ( 7300 2220 2160 -1 0.250000 ) ) +( ( 6892 2188 2192 0 0 ) ( 7020 2236 2208 -0.500000 0 ) ( 7220 2180 2248 -1 0 ) ) +) + } + } +} +// entity 3900 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6428 6816 2152 6.827040 28.557564 ) ( 6388 6936 2208 7.012940 28.449972 ) ( 6316 6960 2200 7.360742 28.646963 ) ) +( ( 6540 6952 2168 6.665246 28.602869 ) ( 6492 7024 2208 7.063805 28.845869 ) ( 6436 7064 2224 7.326536 28.961487 ) ) +( ( 6716 7032 2080 6.571723 28.826035 ) ( 6588 7008 2208 6.805203 29.242706 ) ( 6564 7192 2128 7.107144 29.276609 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6348 6768 2152 6.827040 28.557564 ) ( 6292 6752 2168 7.012940 28.449972 ) ( 6252 6832 2152 7.360742 28.646963 ) ) +( ( 6388 6768 2168 6.665246 28.602869 ) ( 6300 6848 2208 7.063805 28.845869 ) ( 6284 6888 2224 7.326536 28.961487 ) ) +( ( 6428 6816 2152 6.571723 28.826035 ) ( 6388 6936 2208 6.805203 29.242706 ) ( 6316 6960 2200 7.107144 29.276609 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6716 7032 2080 6.827040 28.557564 ) ( 6588 7008 2208 7.012940 28.449972 ) ( 6564 7192 2128 7.360742 28.646963 ) ) +( ( 6756 7072 2096 6.665246 28.602869 ) ( 6668 7144 2112 7.063805 28.845869 ) ( 6596 7240 2120 7.326536 28.961487 ) ) +( ( 6724 7104 2080 6.571723 28.826035 ) ( 6684 7200 2096 6.805203 29.242706 ) ( 6644 7256 2080 7.107144 29.276609 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7438.677734 7122.807617 2072 3.658520 29.732101 ) ( 7456.351563 7250.586914 2128 3.532900 30.198189 ) ( 7395.087402 7300.131348 2120 3.722432 30.435665 ) ) +( ( 7599.031250 7195.791504 2128 2.986493 29.911747 ) ( 7579.029297 7275.690918 2184 3.032182 30.247032 ) ( 7539.431152 7344.276367 2200 3.136208 30.514566 ) ) +( ( 7737.015137 7092.561035 2056 2.514851 29.449247 ) ( 7657.819336 7229.732910 2184 2.745494 29.991226 ) ( 7624.988281 7354.480469 2176 2.404696 30.361286 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + central_europe_winter/natesnow_mdrghtrans256 + ( 3 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7345.394043 7114.673340 2072 4.028893 29.722801 ) ( 7289.231445 7121.439941 2088 4.236423 29.778173 ) ( 7249.633789 7190.025879 2072 4.343062 30.075010 ) ) +( ( 7381.960449 7096.593262 2088 3.882452 29.640430 ) ( 7337.260254 7207.957031 2128 3.996367 30.100441 ) ( 7305.390137 7274.472656 2144 4.100389 30.367971 ) ) +( ( 7438.677734 7122.807617 2072 3.658520 29.732101 ) ( 7456.351563 7250.586914 2128 3.532900 30.198189 ) ( 7395.087402 7300.131348 2120 3.722432 30.435665 ) ) +) + } + } +// brush 5 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5824 6688 1960 3.200000 1 ) ( 5640 6840 2032 2.700000 1 ) ( 5464 6848 1960 2.200000 1 ) ) +( ( 5832 6888 1960 3.200000 0.750000 ) ( 5600 6928 2048 2.700000 0.750000 ) ( 5440 7032 2064 2.200000 0.750000 ) ) +( ( 5832 6888 2152 3.200000 0.500000 ) ( 5784 7032 2208 2.700000 0.500000 ) ( 5440 7032 2152 2.200000 0.500000 ) ) +( ( 5832 6880 2256 3.200000 0.250000 ) ( 5824 7040 2280 2.700000 0.250000 ) ( 5424 7120 2272 2.200000 0.250000 ) ) +( ( 5912 6984 2344 3.200000 0 ) ( 5936 7056 2392 2.700000 0 ) ( 5432 7192 2344 2.200000 0 ) ) +) + } + } +// brush 6 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7302.467285 6985.378418 1840 -1 1 ) ( 7211.809082 7017.952148 1848 -0.500000 1 ) ( 7150.138184 7158.709961 1904 0 1 ) ) +( ( 7332.970703 7068.309082 1904 -1 0.750000 ) ( 7264.939941 7061.691406 1912 -0.500000 0.750000 ) ( 7214.582520 7182.853027 1928 0 0.750000 ) ) +( ( 7336.557129 7050.783691 1960 -1 0.500000 ) ( 7245.898926 7083.357910 1968 -0.500000 0.500000 ) ( 7214.582520 7182.853027 1984 0 0.500000 ) ) +( ( 7334.486328 7043.056152 2000 -1 0.250000 ) ( 7263.423828 7086.944336 2008 -0.500000 0.250000 ) ( 7210.996094 7200.378418 2048 0 0.250000 ) ) +( ( 7345.394043 7114.673340 2072 -1 0 ) ( 7289.231445 7121.439941 2088 -0.500000 0 ) ( 7249.633789 7190.025879 2072 0 0 ) ) +) + } + } +// brush 7 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7543.681152 7020.131836 1832 -1 1 ) ( 7470.954590 6965.078613 1832 -0.500000 1 ) ( 7302.467285 6985.378418 1840 0 1 ) ) +( ( 7486.558594 7085.130859 1904 -1 0.750000 ) ( 7456.609375 7035.180176 1912 -0.500000 0.750000 ) ( 7332.970703 7068.309082 1904 0 0.750000 ) ) +( ( 7504.083008 7088.717285 1960 -1 0.500000 ) ( 7429.286133 7025.937012 1968 -0.500000 0.500000 ) ( 7336.557129 7050.783691 1960 0 0.500000 ) ) +( ( 7511.810547 7086.646973 2000 -1 0.250000 ) ( 7433.426758 7041.392090 2008 -0.500000 0.250000 ) ( 7334.486328 7043.056152 2000 0 0.250000 ) ) +( ( 7438.677734 7122.807617 2072 -1 0 ) ( 7381.960449 7096.593262 2088 -0.500000 0 ) ( 7345.394043 7114.673340 2072 0 0 ) ) +) + } + } +// brush 8 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7636.410645 6995.285156 1832 -1 1 ) ( 7606.055176 7036.547363 1832 -0.500000 1 ) ( 7543.681152 7020.131836 1832 0 1 ) ) +( ( 7701.409668 7052.408203 1864 -1 0.750000 ) ( 7632.417480 7104.023438 1912 -0.500000 0.750000 ) ( 7486.558594 7085.130859 1904 0 0.750000 ) ) +( ( 7704.995605 7034.882813 1968 -1 0.500000 ) ( 7609.235352 7110.235352 2008 -0.500000 0.500000 ) ( 7504.083008 7088.717285 1960 0 0.500000 ) ) +( ( 7693.127441 7021.498047 2000 -1 0.250000 ) ( 7621.104004 7123.619629 2056 -0.500000 0.250000 ) ( 7511.810547 7086.646973 2000 0 0.250000 ) ) +( ( 7737.015137 7092.561035 2056 -1 0 ) ( 7599.031250 7195.791504 2128 -0.500000 0 ) ( 7438.677734 7122.807617 2072 0 0 ) ) +) + } + } +// brush 9 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6860 7152 1792 0 1 ) ( 6892 7000 1800 -0.500000 1 ) ( 6652 6784 1864 -1 1 ) ) +( ( 6780 7128 1872 0 0.750000 ) ( 6852 7056 1872 -0.500000 0.750000 ) ( 6756 6984 1872 -1 0.750000 ) ) +( ( 6788 7144 1968 0 0.500000 ) ( 6828 7040 1976 -0.500000 0.500000 ) ( 6780 6976 1968 -1 0.500000 ) ) +( ( 6796 7152 2008 0 0.250000 ) ( 6828 7056 2016 -0.500000 0.250000 ) ( 6780 6960 2008 -1 0.250000 ) ) +( ( 6724 7104 2080 0 0 ) ( 6756 7072 2096 -0.500000 0 ) ( 6716 7032 2080 -1 0 ) ) +) + } + } +// brush 10 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7516 7248 1888 0 1 ) ( 7388 7088 1864 -0.500000 1 ) ( 7244 7096 1824 -1 1 ) ) +( ( 7428 7312 1928 0 0.750000 ) ( 7340 7192 1920 -0.500000 0.750000 ) ( 7196 7192 1864 -1 0.750000 ) ) +( ( 7436 7312 2064 0 0.500000 ) ( 7332 7192 2024 -0.500000 0.500000 ) ( 7204 7184 2000 -1 0.500000 ) ) +( ( 7444 7304 2136 0 0.250000 ) ( 7332 7216 2112 -0.500000 0.250000 ) ( 7204 7176 2072 -1 0.250000 ) ) +( ( 7348 7360 2256 0 0 ) ( 7316 7288 2264 -0.500000 0 ) ( 7156 7280 2256 -1 0 ) ) +) + } + } +// brush 11 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7244 7096 1824 0 1 ) ( 7132 7152 1840 -0.500000 1 ) ( 7036 7064 1800 -1 1 ) ) +( ( 7196 7192 1864 0 0.750000 ) ( 7076 7256 1896 -0.500000 0.750000 ) ( 6988 7160 1848 -1 0.750000 ) ) +( ( 7204 7184 2000 0 0.500000 ) ( 7076 7248 2000 -0.500000 0.500000 ) ( 6996 7160 1976 -1 0.500000 ) ) +( ( 7204 7176 2072 0 0.250000 ) ( 7076 7272 2088 -0.500000 0.250000 ) ( 6996 7152 2056 -1 0.250000 ) ) +( ( 7156 7280 2256 0 0 ) ( 7060 7352 2264 -0.500000 0 ) ( 6948 7248 2232 -1 0 ) ) +) + } + } +// brush 12 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7036 7064 1800 0 1 ) ( 6964 6888 1880 -0.500000 1 ) ( 6716 6960 1928 -1 1 ) ) +( ( 6988 7160 1848 0 0.750000 ) ( 6916 6992 1928 -0.500000 0.750000 ) ( 6748 7080 2016 -1 0.750000 ) ) +( ( 6996 7160 1976 0 0.500000 ) ( 6900 6992 2040 -0.500000 0.500000 ) ( 6756 7104 2120 -1 0.500000 ) ) +( ( 6996 7152 2056 0 0.250000 ) ( 6908 7008 2120 -0.500000 0.250000 ) ( 6740 7096 2224 -1 0.250000 ) ) +( ( 6948 7248 2232 0 0 ) ( 6884 7088 2280 -0.500000 0 ) ( 6756 7184 2288 -1 0 ) ) +) + } + } +// brush 13 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6316 6640 1872 0 1 ) ( 6260 6624 1888 -0.500000 1 ) ( 6140 6816 1936 -1 1 ) ) +( ( 6348 6720 1944 0 0.750000 ) ( 6292 6688 1944 -0.500000 0.750000 ) ( 6212 6824 1968 -1 0.750000 ) ) +( ( 6364 6712 2040 0 0.500000 ) ( 6268 6696 2048 -0.500000 0.500000 ) ( 6220 6832 2064 -1 0.500000 ) ) +( ( 6364 6704 2080 0 0.250000 ) ( 6284 6712 2088 -0.500000 0.250000 ) ( 6212 6840 2128 -1 0.250000 ) ) +( ( 6348 6768 2152 0 0 ) ( 6292 6752 2168 -0.500000 0 ) ( 6252 6832 2152 -1 0 ) ) +) + } + } +// brush 14 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6220 6688 1920 3.200000 1 ) ( 6068 6632 1944 2.700000 1 ) ( 5824 6688 1960 2.200000 1 ) ) +( ( 6236 6792 1968 3.200000 0.750000 ) ( 6084 6752 1992 2.700000 0.750000 ) ( 5832 6888 1960 2.200000 0.750000 ) ) +( ( 6236 6784 2096 3.200000 0.500000 ) ( 6076 6752 2104 2.700000 0.500000 ) ( 5832 6888 2152 2.200000 0.500000 ) ) +( ( 6236 6776 2176 3.200000 0.250000 ) ( 6092 6768 2184 2.700000 0.250000 ) ( 5832 6880 2256 2.200000 0.250000 ) ) +( ( 6244 6888 2288 3.200000 0 ) ( 6116 6840 2304 2.700000 0 ) ( 5912 6984 2344 2.200000 0 ) ) +) + } + } +// brush 15 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6564 6768 1864 0 1 ) ( 6460 6696 1856 -0.500000 1 ) ( 6316 6640 1872 -1 1 ) ) +( ( 6484 6800 1944 0 0.750000 ) ( 6484 6744 1944 -0.500000 0.750000 ) ( 6348 6720 1944 -1 0.750000 ) ) +( ( 6500 6816 2040 0 0.500000 ) ( 6460 6728 2048 -0.500000 0.500000 ) ( 6364 6712 2040 -1 0.500000 ) ) +( ( 6508 6808 2080 0 0.250000 ) ( 6460 6744 2088 -0.500000 0.250000 ) ( 6364 6704 2080 -1 0.250000 ) ) +( ( 6428 6816 2152 0 0 ) ( 6388 6768 2168 -0.500000 0 ) ( 6348 6768 2152 -1 0 ) ) +) + } + } +// brush 16 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6652 6784 1864 0 1 ) ( 6612 6808 1872 -0.500000 1 ) ( 6564 6768 1864 -1 1 ) ) +( ( 6756 6984 1872 0 0.750000 ) ( 6604 6880 1944 -0.500000 0.750000 ) ( 6484 6800 1944 -1 0.750000 ) ) +( ( 6780 6976 1968 0 0.500000 ) ( 6580 6880 2048 -0.500000 0.500000 ) ( 6500 6816 2040 -1 0.500000 ) ) +( ( 6780 6960 2008 0 0.250000 ) ( 6588 6888 2088 -0.500000 0.250000 ) ( 6508 6808 2080 -1 0.250000 ) ) +( ( 6716 7032 2080 0 0 ) ( 6540 6952 2168 -0.500000 0 ) ( 6428 6816 2152 -1 0 ) ) +) + } + } +// brush 17 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6460 6832 1920 0 1 ) ( 6340 6704 1944 -0.500000 1 ) ( 6220 6688 1920 -1 1 ) ) +( ( 6484 6936 1968 0 0.750000 ) ( 6356 6824 1992 -0.500000 0.750000 ) ( 6236 6792 1968 -1 0.750000 ) ) +( ( 6484 6936 2096 0 0.500000 ) ( 6348 6832 2104 -0.500000 0.500000 ) ( 6236 6784 2096 -1 0.500000 ) ) +( ( 6484 6920 2176 0 0.250000 ) ( 6356 6840 2184 -0.500000 0.250000 ) ( 6236 6776 2176 -1 0.250000 ) ) +( ( 6492 7032 2288 0 0 ) ( 6388 6920 2304 -0.500000 0 ) ( 6244 6888 2288 -1 0 ) ) +) + } + } +// brush 18 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6716 6960 1928 0 1 ) ( 6612 7136 1944 -0.500000 1 ) ( 6460 6832 1920 -1 1 ) ) +( ( 6748 7080 2016 0 0.750000 ) ( 6628 7248 1992 -0.500000 0.750000 ) ( 6484 6936 1968 -1 0.750000 ) ) +( ( 6756 7104 2120 0 0.500000 ) ( 6620 7256 2104 -0.500000 0.500000 ) ( 6484 6936 2096 -1 0.500000 ) ) +( ( 6740 7096 2224 0 0.250000 ) ( 6636 7272 2184 -0.500000 0.250000 ) ( 6484 6920 2176 -1 0.250000 ) ) +( ( 6756 7184 2288 0 0 ) ( 6660 7344 2304 -0.500000 0 ) ( 6492 7032 2288 -1 0 ) ) +) + } + } +} +// entity 3901 +{ +"classname" "func_group" +// brush 0 +{ +( 5072 4948 2052 ) ( 5064 4948 2052 ) ( 5064 4692 2052 ) general_industrial/jh_pipe1 56 -111 90.00 1 1 0 32768 0 +surfaceparm detail +( 5064 4948 2056 ) ( 5072 4948 2056 ) ( 5072 4692 2056 ) common/nodraw 56 -48 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 4556 2056 ) ( 5072 4556 2052 ) ( 5072 4300 2052 ) general_industrial/jh_pipe1 56 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5064 2996 2052 ) ( 5064 2996 2056 ) ( 5064 2740 2056 ) general_industrial/jh_pipe1 56 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5068 4444 2052 ) ( 5064 4444 2052 ) ( 5066 4444 2056 ) common/nodraw 48 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5056 4840 2052 ) ( 5072 4840 2052 ) ( 5064 4840 2056 ) common/nodraw 48 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5062 4472 1888 ) ( 5062 4444 1888 ) ( 5070 4444 1888 ) common/nodraw 56 -48 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5070 4428 2052 ) ( 5062 4428 2052 ) ( 5062 4456 2052 ) common/nodraw 56 -48 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5070 4448 2120 ) ( 5070 4476 2120 ) ( 5070 4476 2088 ) common/nodraw 56 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5074 4840 2120 ) ( 5066 4840 2120 ) ( 5066 4840 2088 ) common/nodraw 48 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5066 4480 2120 ) ( 5066 4452 2120 ) ( 5066 4452 2088 ) central_europe_winter/secfence1_wntr 57 -47 0.00 0.625000 0.625000 196608 264192 0 +surfaceparm detail +( 5062 4444 2120 ) ( 5070 4444 2120 ) ( 5070 4444 2088 ) common/nodraw 48 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( 5064 4448 1888 ) ( 5064 4440 1888 ) ( 5072 4440 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5072 4439 2068 ) ( 5064 4439 2068 ) ( 5064 4447 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5072 4428 1944 ) ( 5072 4436 1944 ) ( 5072 4436 1920 ) general_industrial/jh_pipe1 0 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5072 4444 2072 ) ( 5064 4444 2072 ) ( 5064 4444 2048 ) general_industrial/jh_pipe1 60 26 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5064 4448 1932 ) ( 5064 4440 1932 ) ( 5064 4440 1908 ) general_industrial/jh_pipe1 0 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5064 4436 1908 ) ( 5072 4436 1908 ) ( 5072 4436 1884 ) general_industrial/jh_pipe1 60 26 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 3 +{ +( 5072 4440 2068 ) ( 5040 4440 2100 ) ( 5040 4444 2100 ) general_industrial/jh_pipe1 21 6 -180.00 0.082031 -0.291016 0 32768 0 +surfaceparm detail +( 5072 4436 2068 ) ( 5064 4436 2068 ) ( 5040 4436 2096 ) general_industrial/jh_pipe1 -112 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5040 4440 2096 ) ( 5064 4440 2068 ) ( 5064 4444 2068 ) general_industrial/jh_pipe1 44 29 0.00 0.083984 0.250000 0 32768 0 +surfaceparm detail +( 5064 4444 2068 ) ( 5072 4444 2068 ) ( 5040 4444 2100 ) general_industrial/jh_pipe1 -112 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5040 4440 2100 ) ( 5040 4440 2096 ) ( 5040 4444 2096 ) general_industrial/jh_pipe1 44 -114 0.00 0.083984 0.041626 0 32768 0 +surfaceparm detail +( 5064 4440 2068 ) ( 5072 4440 2068 ) ( 5072 4444 2068 ) common/nodraw -2 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( 5068 4148 2067 ) ( 5068 4564 2067 ) ( 5068 4564 2066 ) common/nodraw -24 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5041 4684 2097 ) ( 5041 4268 2097 ) ( 5041 4268 2096 ) common/nodraw -48 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5068 4684 2067 ) ( 5068 4268 2067 ) ( 5041 4268 2097 ) common/nodraw -48 4 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5049 4840 2091 ) ( 5048 4840 2091 ) ( 5070 4840 2065 ) mohcommon/barbwire 55 -17 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +( 5068 4268 2066 ) ( 5068 4684 2066 ) ( 5041 4684 2096 ) mohcommon/barbwire 0 -19 -180.00 0.400391 -0.300049 204800 35328 0 +surfaceparm detail +( 5097 4444 2069 ) ( 5096 4444 2069 ) ( 5069 4444 2096 ) mohcommon/barbwire 55 -17 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +} +// brush 5 +{ +( 5064 4600 2056 ) ( 5072 4600 2056 ) ( 5072 4604 2056 ) common/nodraw 56 -48 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 4600 2068 ) ( 5064 4600 2068 ) ( 5064 4604 2068 ) common/nodraw 56 -48 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 4600 2056 ) ( 5072 4600 2068 ) ( 5072 4604 2068 ) general_industrial/jh_pipe1 56 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5072 4604 2056 ) ( 5072 4604 2068 ) ( 5064 4604 2068 ) general_industrial/jh_pipe1 112 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5064 4600 2068 ) ( 5064 4600 2056 ) ( 5064 4604 2056 ) general_industrial/jh_pipe1 56 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5072 4600 2068 ) ( 5072 4600 2056 ) ( 5064 4600 2056 ) general_industrial/jh_pipe1 112 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 6 +{ +( 5040 4600 2100 ) ( 5040 4604 2100 ) ( 5072 4604 2068 ) general_industrial/jh_pipe1 59 -110 -180.00 0.083984 -0.291016 0 32768 0 +surfaceparm detail +( 5040 4600 2096 ) ( 5040 4600 2100 ) ( 5072 4600 2068 ) general_industrial/jh_pipe1 -112 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5040 4604 2096 ) ( 5040 4600 2096 ) ( 5064 4600 2068 ) general_industrial/jh_pipe1 96 24 0.00 0.083008 0.250000 0 32768 0 +surfaceparm detail +( 5040 4604 2100 ) ( 5040 4604 2096 ) ( 5064 4604 2068 ) general_industrial/jh_pipe1 -112 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5040 4600 2096 ) ( 5040 4604 2096 ) ( 5040 4604 2100 ) general_industrial/jh_pipe1 114 -111 0.00 0.083984 0.041748 0 32768 0 +surfaceparm detail +( 5064 4604 2068 ) ( 5064 4600 2068 ) ( 5072 4600 2068 ) common/nodraw -5 38 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3902 +{ +"classname" "func_group" +// brush 0 +{ +( 5072 4284 2052 ) ( 5064 4284 2052 ) ( 5064 4028 2052 ) general_industrial/jh_pipe1 -48 17 90.00 1 1 0 32768 0 +surfaceparm detail +( 5064 4284 2056 ) ( 5072 4284 2056 ) ( 5072 4028 2056 ) common/nodraw -48 15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 3892 2056 ) ( 5072 3892 2052 ) ( 5072 3636 2052 ) general_industrial/jh_pipe1 -48 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5064 2332 2052 ) ( 5064 2332 2056 ) ( 5064 2076 2056 ) general_industrial/jh_pipe1 -48 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5068 3776 2052 ) ( 5064 3776 2052 ) ( 5066 3776 2056 ) common/nodraw -16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5056 4104 2052 ) ( 5072 4104 2052 ) ( 5064 4104 2056 ) common/nodraw -16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5062 3808 1888 ) ( 5062 3780 1888 ) ( 5070 3780 1888 ) common/nodraw -48 15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5070 3764 2052 ) ( 5062 3764 2052 ) ( 5062 3792 2052 ) common/nodraw -48 15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5070 3784 2120 ) ( 5070 3812 2120 ) ( 5070 3812 2088 ) common/nodraw -48 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5074 4104 2120 ) ( 5066 4104 2120 ) ( 5066 4104 2088 ) common/nodraw -16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5066 3816 2120 ) ( 5066 3788 2120 ) ( 5066 3788 2088 ) central_europe_winter/secfence1_wntr 96 -47 0.00 0.625000 0.625000 196608 264192 0 +surfaceparm detail +( 5062 3776 2120 ) ( 5070 3776 2120 ) ( 5070 3776 2088 ) common/nodraw -16 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( 5064 3780 1888 ) ( 5064 3772 1888 ) ( 5072 3772 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5072 3771 2068 ) ( 5064 3771 2068 ) ( 5064 3779 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5072 3760 1944 ) ( 5072 3768 1944 ) ( 5072 3768 1920 ) general_industrial/jh_pipe1 28 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5072 3776 2072 ) ( 5064 3776 2072 ) ( 5064 3776 2048 ) general_industrial/jh_pipe1 -68 26 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5064 3780 1932 ) ( 5064 3772 1932 ) ( 5064 3772 1908 ) general_industrial/jh_pipe1 28 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5064 3768 1908 ) ( 5072 3768 1908 ) ( 5072 3768 1884 ) general_industrial/jh_pipe1 -68 26 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 3 +{ +( 5068 3484 2067 ) ( 5068 3900 2067 ) ( 5068 3900 2066 ) common/nodraw 16 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5041 4020 2097 ) ( 5041 3604 2097 ) ( 5041 3604 2096 ) common/nodraw 56 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5068 4020 2067 ) ( 5068 3604 2067 ) ( 5041 3604 2097 ) common/nodraw 56 5 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5041 4104 2091 ) ( 5040 4104 2091 ) ( 5062 4104 2065 ) mohcommon/barbwire -73 -16 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +( 5068 3604 2066 ) ( 5068 4020 2066 ) ( 5041 4020 2096 ) mohcommon/barbwire 4 -18 -180.00 0.400391 -0.300049 204800 35328 0 +surfaceparm detail +( 5093 3776 2069 ) ( 5092 3776 2069 ) ( 5065 3776 2096 ) mohcommon/barbwire -73 -16 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +} +// brush 4 +{ +( 5064 3936 2056 ) ( 5072 3936 2056 ) ( 5072 3940 2056 ) common/nodraw -48 15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 3936 2068 ) ( 5064 3936 2068 ) ( 5064 3940 2068 ) common/nodraw -48 15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 3936 2056 ) ( 5072 3936 2068 ) ( 5072 3940 2068 ) general_industrial/jh_pipe1 -48 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5072 3940 2056 ) ( 5072 3940 2068 ) ( 5064 3940 2068 ) general_industrial/jh_pipe1 -16 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5064 3936 2068 ) ( 5064 3936 2056 ) ( 5064 3940 2056 ) general_industrial/jh_pipe1 -48 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5072 3936 2068 ) ( 5072 3936 2056 ) ( 5064 3936 2056 ) general_industrial/jh_pipe1 -16 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 5 +{ +( 5040 3936 2100 ) ( 5040 3940 2100 ) ( 5072 3940 2068 ) general_industrial/jh_pipe1 58 38 -180.00 0.083984 -0.291016 0 32768 0 +surfaceparm detail +( 5040 3936 2096 ) ( 5040 3936 2100 ) ( 5072 3936 2068 ) general_industrial/jh_pipe1 16 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5040 3940 2096 ) ( 5040 3936 2096 ) ( 5064 3936 2068 ) general_industrial/jh_pipe1 -96 24 0.00 0.083008 0.250000 0 32768 0 +surfaceparm detail +( 5040 3940 2100 ) ( 5040 3940 2096 ) ( 5064 3940 2068 ) general_industrial/jh_pipe1 16 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5040 3936 2096 ) ( 5040 3940 2096 ) ( 5040 3940 2100 ) general_industrial/jh_pipe1 -43 -111 0.00 0.083984 0.041748 0 32768 0 +surfaceparm detail +( 5064 3940 2068 ) ( 5064 3936 2068 ) ( 5072 3936 2068 ) common/nodraw 34 -26 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3903 +{ +"classname" "func_group" +// brush 0 +{ +( 6212 5376 2052 ) ( 6212 5384 2052 ) ( 5956 5384 2052 ) general_industrial/jh_pipe1 80 24 0.00 1 1 0 32768 0 +surfaceparm detail +( 6212 5384 2056 ) ( 6212 5376 2056 ) ( 5956 5376 2056 ) common/nodraw 16 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5820 5376 2056 ) ( 5820 5376 2052 ) ( 5564 5376 2052 ) general_industrial/jh_pipe1 80 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 4260 5384 2052 ) ( 4260 5384 2056 ) ( 4004 5384 2056 ) general_industrial/jh_pipe1 80 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5704 5380 2052 ) ( 5704 5384 2052 ) ( 5704 5382 2056 ) common/nodraw -24 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6056 5416 2052 ) ( 6056 5368 2052 ) ( 6056 5392 2056 ) common/nodraw -24 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5736 5386 1888 ) ( 5708 5386 1888 ) ( 5708 5378 1888 ) common/nodraw 8 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5692 5378 2052 ) ( 5692 5386 2052 ) ( 5720 5386 2052 ) common/nodraw 8 24 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5712 5378 2120 ) ( 5740 5378 2120 ) ( 5740 5378 2088 ) common/nodraw 8 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5744 5382 2120 ) ( 5716 5382 2120 ) ( 5716 5382 2088 ) central_europe_winter/secfence1_wntr 52 131 0.00 1 0.640625 196608 264192 0 +surfaceparm detail +( 5704 5386 2120 ) ( 5704 5378 2120 ) ( 5704 5378 2088 ) common/nodraw -24 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6056 5416 1888 ) ( 6056 5368 1888 ) ( 6056 5392 2052 ) common/nodraw -24 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( 5708 5384 1888 ) ( 5700 5384 1888 ) ( 5700 5376 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5699 5376 2068 ) ( 5699 5384 2068 ) ( 5707 5384 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5688 5376 1944 ) ( 5696 5376 1944 ) ( 5696 5376 1920 ) general_industrial/jh_pipe1 20 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5704 5376 2072 ) ( 5704 5384 2072 ) ( 5704 5384 2048 ) general_industrial/jh_pipe1 -76 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5708 5384 1932 ) ( 5700 5384 1932 ) ( 5700 5384 1908 ) general_industrial/jh_pipe1 20 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 5696 5384 1908 ) ( 5696 5376 1908 ) ( 5696 5376 1884 ) general_industrial/jh_pipe1 -76 27 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 3 +{ +( 5700 5376 2068 ) ( 5700 5408 2100 ) ( 5704 5408 2100 ) general_industrial/jh_pipe1 -127 -17 90.00 0.083008 -0.291992 0 32768 0 +surfaceparm detail +( 5696 5376 2068 ) ( 5696 5384 2068 ) ( 5696 5408 2096 ) general_industrial/jh_pipe1 48 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 5700 5408 2096 ) ( 5700 5384 2068 ) ( 5704 5384 2068 ) general_industrial/jh_pipe1 -21 30 0.00 0.083496 0.250000 0 32768 0 +surfaceparm detail +( 5704 5384 2068 ) ( 5704 5376 2068 ) ( 5704 5408 2100 ) general_industrial/jh_pipe1 48 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 5700 5408 2100 ) ( 5700 5408 2096 ) ( 5704 5408 2096 ) general_industrial/jh_pipe1 -21 -114 0.00 0.083496 0.041626 0 32768 0 +surfaceparm detail +( 5700 5384 2068 ) ( 5700 5376 2068 ) ( 5704 5376 2068 ) common/nodraw -23 -6 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3904 +{ +"classname" "func_group" +// brush 0 +{ +( 6974 5164 1904 ) ( 6974 5188 1904 ) ( 6970 5188 1904 ) common/caulk 0 26 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6970 5190 2032 ) ( 6974 5190 2032 ) ( 6974 5166 2032 ) common/caulk 0 26 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6970 5188 1920 ) ( 6970 5164 1920 ) ( 6970 5164 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6976 5164 1920 ) ( 6976 5188 1920 ) ( 6976 5188 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6974 5188 1920 ) ( 6970 5188 1920 ) ( 6970 5188 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6920 5184 1904 ) ( 6908 5184 1904 ) ( 6914 5184 2032 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6974 5164 1904 ) ( 6974 5188 1904 ) ( 6970 5188 1904 ) common/caulk 0 26 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6970 5190 2032 ) ( 6974 5190 2032 ) ( 6974 5166 2032 ) common/caulk 0 26 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6970 5188 1920 ) ( 6970 5164 1920 ) ( 6970 5164 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6970 5164 1920 ) ( 6974 5164 1920 ) ( 6974 5164 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6976 5156 1920 ) ( 6976 5180 1920 ) ( 6976 5180 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6908 5168 1904 ) ( 6920 5168 1904 ) ( 6914 5168 2032 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6906 5164 1904 ) ( 6906 5188 1904 ) ( 6902 5188 1904 ) common/caulk 0 22 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6902 5190 2032 ) ( 6906 5190 2032 ) ( 6906 5166 2032 ) common/caulk 0 22 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6900 5188 1920 ) ( 6900 5164 1920 ) ( 6900 5164 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6906 5172 1916 ) ( 6906 5196 1916 ) ( 6906 5196 1900 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6906 5188 1920 ) ( 6902 5188 1920 ) ( 6902 5188 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6920 5184 1904 ) ( 6908 5184 1904 ) ( 6914 5184 2032 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6906 5164 1904 ) ( 6906 5188 1904 ) ( 6902 5188 1904 ) common/caulk 0 22 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6902 5190 2032 ) ( 6906 5190 2032 ) ( 6906 5166 2032 ) common/caulk 0 22 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6900 5188 1920 ) ( 6900 5164 1920 ) ( 6900 5164 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6902 5164 1920 ) ( 6906 5164 1920 ) ( 6906 5164 1904 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6906 5156 1916 ) ( 6906 5180 1916 ) ( 6906 5180 1900 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6908 5168 1904 ) ( 6920 5168 1904 ) ( 6914 5168 2032 ) mohtest/wood_joist_trim_masked -16 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6906 5164 2032 ) ( 6906 5188 2032 ) ( 6902 5188 2032 ) mohtest/wood_joist_trim_masked 16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6970 5190 2038 ) ( 6974 5190 2038 ) ( 6974 5166 2038 ) mohtest/wood_joist_trim_masked 16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6898 5188 2048 ) ( 6898 5164 2048 ) ( 6898 5164 2032 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6970 5156 1924 ) ( 6974 5156 1924 ) ( 6974 5156 1908 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6978 5164 1924 ) ( 6978 5188 1924 ) ( 6978 5188 1908 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6948 5168 2032 ) ( 6974 5168 2032 ) ( 6961 5168 2036 ) common/caulk -58 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6906 5164 2032 ) ( 6906 5188 2032 ) ( 6902 5188 2032 ) mohtest/wood_joist_trim_masked 16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6970 5190 2038 ) ( 6974 5190 2038 ) ( 6974 5166 2038 ) common/caulk 0 26 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6898 5188 2048 ) ( 6898 5164 2048 ) ( 6898 5164 2032 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6978 5164 1924 ) ( 6978 5188 1924 ) ( 6978 5188 1908 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6974 5196 1924 ) ( 6970 5196 1924 ) ( 6970 5196 1908 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6976 5184 2032 ) ( 6950 5184 2032 ) ( 6963 5184 2036 ) common/caulk -58 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 3905 +{ +"classname" "func_group" +// brush 0 +{ +( 6588 5596 1904 ) ( 6612 5596 1904 ) ( 6612 5600 1904 ) common/caulk 16 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6614 5600 2032 ) ( 6614 5596 2032 ) ( 6590 5596 2032 ) common/caulk 16 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6612 5602 1920 ) ( 6588 5602 1920 ) ( 6588 5602 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6596 5596 1916 ) ( 6620 5596 1916 ) ( 6620 5596 1900 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6612 5596 1920 ) ( 6612 5600 1920 ) ( 6612 5600 1904 ) mohtest/wood_joist_trim_masked 6 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6608 5592 1904 ) ( 6608 5606 1904 ) ( 6608 5599 2032 ) mohtest/wood_joist_trim_masked 6 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6588 5596 1904 ) ( 6612 5596 1904 ) ( 6612 5600 1904 ) common/caulk 16 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6614 5600 2032 ) ( 6614 5596 2032 ) ( 6590 5596 2032 ) common/caulk 16 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6612 5602 1920 ) ( 6588 5602 1920 ) ( 6588 5602 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6588 5600 1920 ) ( 6588 5596 1920 ) ( 6588 5596 1904 ) mohtest/wood_joist_trim_masked 6 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6580 5596 1916 ) ( 6604 5596 1916 ) ( 6604 5596 1900 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6592 5606 1904 ) ( 6592 5592 1904 ) ( 6592 5599 2032 ) mohtest/wood_joist_trim_masked 6 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6588 5528 1904 ) ( 6612 5528 1904 ) ( 6612 5532 1904 ) common/caulk 16 -60 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6614 5532 2032 ) ( 6614 5528 2032 ) ( 6590 5528 2032 ) common/caulk 16 -60 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6612 5532 1920 ) ( 6588 5532 1920 ) ( 6588 5532 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6588 5526 1920 ) ( 6612 5526 1920 ) ( 6612 5526 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6612 5528 1920 ) ( 6612 5532 1920 ) ( 6612 5532 1904 ) mohtest/wood_joist_trim_masked 6 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6608 5592 1904 ) ( 6608 5606 1904 ) ( 6608 5599 2032 ) mohtest/wood_joist_trim_masked 6 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6588 5528 1904 ) ( 6612 5528 1904 ) ( 6612 5532 1904 ) common/caulk 16 -60 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6614 5532 2032 ) ( 6614 5528 2032 ) ( 6590 5528 2032 ) common/caulk 16 -60 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6612 5532 1920 ) ( 6588 5532 1920 ) ( 6588 5532 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6588 5532 1920 ) ( 6588 5528 1920 ) ( 6588 5528 1904 ) mohtest/wood_joist_trim_masked 6 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6588 5526 1920 ) ( 6612 5526 1920 ) ( 6612 5526 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6592 5606 1904 ) ( 6592 5592 1904 ) ( 6592 5599 2032 ) mohtest/wood_joist_trim_masked 6 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6588 5596 2032 ) ( 6612 5596 2032 ) ( 6612 5600 2032 ) mohtest/wood_joist_trim_masked 16 -36 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6614 5532 2038 ) ( 6614 5528 2038 ) ( 6590 5528 2038 ) common/caulk 16 -60 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6612 5604 2048 ) ( 6588 5604 2048 ) ( 6588 5604 2032 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6580 5532 1924 ) ( 6580 5528 1924 ) ( 6580 5528 1908 ) mohtest/wood_joist_trim_masked -16 36 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6588 5524 1924 ) ( 6612 5524 1924 ) ( 6612 5524 1908 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6592 5554 2032 ) ( 6592 5528 2032 ) ( 6592 5541 2036 ) common/caulk 28 46 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6588 5596 2032 ) ( 6612 5596 2032 ) ( 6612 5600 2032 ) mohtest/wood_joist_trim_masked 16 -36 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6614 5532 2038 ) ( 6614 5528 2038 ) ( 6590 5528 2038 ) common/caulk 16 -60 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6612 5604 2048 ) ( 6588 5604 2048 ) ( 6588 5604 2032 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6588 5524 1924 ) ( 6612 5524 1924 ) ( 6612 5524 1908 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6620 5528 1924 ) ( 6620 5532 1924 ) ( 6620 5532 1908 ) mohtest/wood_joist_trim_masked -16 36 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6608 5526 2032 ) ( 6608 5552 2032 ) ( 6608 5539 2036 ) common/caulk 28 46 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +} +// entity 3906 +{ +"classname" "func_group" +// brush 0 +{ +( 6332 5604 1904 ) ( 6356 5604 1904 ) ( 6356 5608 1904 ) common/caulk 16 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6358 5608 2032 ) ( 6358 5604 2032 ) ( 6334 5604 2032 ) common/caulk 16 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6356 5608 1920 ) ( 6332 5608 1920 ) ( 6332 5608 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6332 5602 1920 ) ( 6356 5602 1920 ) ( 6356 5602 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6356 5604 1920 ) ( 6356 5608 1920 ) ( 6356 5608 1904 ) mohtest/wood_joist_trim_masked -14 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6352 5602 1904 ) ( 6352 5608 1904 ) ( 6352 5605 2032 ) mohtest/wood_joist_trim_masked -14 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6332 5604 1904 ) ( 6356 5604 1904 ) ( 6356 5608 1904 ) common/caulk 16 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6358 5608 2032 ) ( 6358 5604 2032 ) ( 6334 5604 2032 ) common/caulk 16 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6356 5608 1920 ) ( 6332 5608 1920 ) ( 6332 5608 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6332 5608 1920 ) ( 6332 5604 1920 ) ( 6332 5604 1904 ) mohtest/wood_joist_trim_masked -14 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6332 5602 1920 ) ( 6356 5602 1920 ) ( 6356 5602 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6336 5608 1904 ) ( 6336 5602 1904 ) ( 6336 5605 2032 ) mohtest/wood_joist_trim_masked -14 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6332 5672 1904 ) ( 6356 5672 1904 ) ( 6356 5676 1904 ) common/caulk 16 -11 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6358 5676 2032 ) ( 6358 5672 2032 ) ( 6334 5672 2032 ) common/caulk 16 -11 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6356 5678 1920 ) ( 6332 5678 1920 ) ( 6332 5678 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6340 5672 1916 ) ( 6364 5672 1916 ) ( 6364 5672 1900 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6356 5672 1920 ) ( 6356 5676 1920 ) ( 6356 5676 1904 ) mohtest/wood_joist_trim_masked -14 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6352 5602 1904 ) ( 6352 5608 1904 ) ( 6352 5605 2032 ) mohtest/wood_joist_trim_masked -14 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6332 5672 1904 ) ( 6356 5672 1904 ) ( 6356 5676 1904 ) common/caulk 16 -11 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6358 5676 2032 ) ( 6358 5672 2032 ) ( 6334 5672 2032 ) common/caulk 16 -11 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6356 5678 1920 ) ( 6332 5678 1920 ) ( 6332 5678 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6332 5676 1920 ) ( 6332 5672 1920 ) ( 6332 5672 1904 ) mohtest/wood_joist_trim_masked -14 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6324 5672 1916 ) ( 6348 5672 1916 ) ( 6348 5672 1900 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6336 5608 1904 ) ( 6336 5602 1904 ) ( 6336 5605 2032 ) mohtest/wood_joist_trim_masked -14 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6332 5672 2032 ) ( 6356 5672 2032 ) ( 6356 5676 2032 ) mohtest/wood_joist_trim_masked 16 0 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6358 5608 2038 ) ( 6358 5604 2038 ) ( 6334 5604 2038 ) common/caulk 16 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6356 5680 2048 ) ( 6332 5680 2048 ) ( 6332 5680 2032 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6324 5608 1924 ) ( 6324 5604 1924 ) ( 6324 5604 1908 ) mohtest/wood_joist_trim_masked -16 -16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6332 5600 1924 ) ( 6356 5600 1924 ) ( 6356 5600 1908 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6336 5630 2032 ) ( 6336 5604 2032 ) ( 6336 5617 2036 ) common/caulk -24 46 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6332 5672 2032 ) ( 6356 5672 2032 ) ( 6356 5676 2032 ) mohtest/wood_joist_trim_masked 16 0 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6358 5608 2038 ) ( 6358 5604 2038 ) ( 6334 5604 2038 ) common/caulk 16 -8 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6356 5680 2048 ) ( 6332 5680 2048 ) ( 6332 5680 2032 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6332 5600 1924 ) ( 6356 5600 1924 ) ( 6356 5600 1908 ) mohtest/wood_joist_trim_masked -16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6364 5604 1924 ) ( 6364 5608 1924 ) ( 6364 5608 1908 ) mohtest/wood_joist_trim_masked -16 -16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6352 5602 2032 ) ( 6352 5628 2032 ) ( 6352 5615 2036 ) common/caulk -24 46 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +} +// entity 3907 +{ +"classname" "func_group" +// brush 0 +{ +( 6268 5396 2080 ) ( 6268 5372 2080 ) ( 6272 5372 2080 ) common/caulk 0 -31 90.00 1 1 0 65696 0 +surfaceparm detail +( 6272 5370 2208 ) ( 6268 5370 2208 ) ( 6268 5394 2208 ) common/caulk 0 -31 90.00 1 1 0 65696 0 +surfaceparm detail +( 6272 5380 2096 ) ( 6272 5404 2096 ) ( 6272 5404 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6272 5396 2096 ) ( 6268 5396 2096 ) ( 6268 5396 2080 ) mohtest/wood_joist_trim_masked -22 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6266 5396 2096 ) ( 6266 5372 2096 ) ( 6266 5372 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6342 5392 2080 ) ( 6338 5392 2080 ) ( 6340 5392 2208 ) mohtest/wood_joist_trim_masked -22 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6268 5396 2080 ) ( 6268 5372 2080 ) ( 6272 5372 2080 ) common/caulk 0 -31 90.00 1 1 0 65696 0 +surfaceparm detail +( 6272 5370 2208 ) ( 6268 5370 2208 ) ( 6268 5394 2208 ) common/caulk 0 -31 90.00 1 1 0 65696 0 +surfaceparm detail +( 6272 5364 2096 ) ( 6272 5388 2096 ) ( 6272 5388 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6266 5396 2096 ) ( 6266 5372 2096 ) ( 6266 5372 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6268 5372 2096 ) ( 6272 5372 2096 ) ( 6272 5372 2080 ) mohtest/wood_joist_trim_masked -22 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6336 5376 2080 ) ( 6340 5376 2080 ) ( 6338 5376 2208 ) mohtest/wood_joist_trim_masked -22 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6336 5396 2080 ) ( 6336 5372 2080 ) ( 6340 5372 2080 ) common/caulk 0 -35 90.00 1 1 0 65696 0 +surfaceparm detail +( 6340 5370 2208 ) ( 6336 5370 2208 ) ( 6336 5394 2208 ) common/caulk 0 -35 90.00 1 1 0 65696 0 +surfaceparm detail +( 6342 5372 2096 ) ( 6342 5396 2096 ) ( 6342 5396 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6340 5396 2096 ) ( 6336 5396 2096 ) ( 6336 5396 2080 ) mohtest/wood_joist_trim_masked -22 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6336 5396 2092 ) ( 6336 5372 2092 ) ( 6336 5372 2076 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6342 5392 2080 ) ( 6338 5392 2080 ) ( 6340 5392 2208 ) mohtest/wood_joist_trim_masked -22 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6336 5396 2080 ) ( 6336 5372 2080 ) ( 6340 5372 2080 ) common/caulk 0 -35 90.00 1 1 0 65696 0 +surfaceparm detail +( 6340 5370 2208 ) ( 6336 5370 2208 ) ( 6336 5394 2208 ) common/caulk 0 -35 90.00 1 1 0 65696 0 +surfaceparm detail +( 6342 5372 2096 ) ( 6342 5396 2096 ) ( 6342 5396 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6336 5396 2092 ) ( 6336 5372 2092 ) ( 6336 5372 2076 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6336 5372 2096 ) ( 6340 5372 2096 ) ( 6340 5372 2080 ) mohtest/wood_joist_trim_masked -22 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6336 5376 2080 ) ( 6340 5376 2080 ) ( 6338 5376 2208 ) mohtest/wood_joist_trim_masked -22 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6336 5396 2208 ) ( 6336 5372 2208 ) ( 6340 5372 2208 ) mohtest/wood_joist_trim_masked 16 -24 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6272 5370 2214 ) ( 6268 5370 2214 ) ( 6268 5394 2214 ) common/caulk 0 -31 90.00 1 1 0 65696 0 +surfaceparm detail +( 6344 5372 2224 ) ( 6344 5396 2224 ) ( 6344 5396 2208 ) mohtest/wood_joist_trim_masked 0 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6272 5404 2100 ) ( 6268 5404 2100 ) ( 6268 5404 2084 ) mohtest/wood_joist_trim_masked 0 8 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6264 5396 2100 ) ( 6264 5372 2100 ) ( 6264 5372 2084 ) mohtest/wood_joist_trim_masked 0 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6294 5392 2208 ) ( 6268 5392 2208 ) ( 6281 5392 2212 ) common/caulk 0 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6336 5396 2208 ) ( 6336 5372 2208 ) ( 6340 5372 2208 ) mohtest/wood_joist_trim_masked 16 -24 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6272 5370 2214 ) ( 6268 5370 2214 ) ( 6268 5394 2214 ) common/caulk 0 -31 90.00 1 1 0 65696 0 +surfaceparm detail +( 6344 5372 2224 ) ( 6344 5396 2224 ) ( 6344 5396 2208 ) mohtest/wood_joist_trim_masked 0 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6264 5396 2100 ) ( 6264 5372 2100 ) ( 6264 5372 2084 ) mohtest/wood_joist_trim_masked 0 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6268 5364 2100 ) ( 6272 5364 2100 ) ( 6272 5364 2084 ) mohtest/wood_joist_trim_masked 0 8 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6266 5376 2208 ) ( 6292 5376 2208 ) ( 6279 5376 2212 ) common/caulk 0 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +} +// entity 3908 +{ +"classname" "func_group" +// brush 0 +{ +( 6756 5396 2080 ) ( 6756 5372 2080 ) ( 6760 5372 2080 ) common/caulk 0 -7 90.00 1 1 0 65696 0 +surfaceparm detail +( 6760 5370 2208 ) ( 6756 5370 2208 ) ( 6756 5394 2208 ) common/caulk 0 -7 90.00 1 1 0 65696 0 +surfaceparm detail +( 6760 5372 2096 ) ( 6760 5396 2096 ) ( 6760 5396 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6760 5396 2096 ) ( 6756 5396 2096 ) ( 6756 5396 2080 ) mohtest/wood_joist_trim_masked 18 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6754 5396 2096 ) ( 6754 5372 2096 ) ( 6754 5372 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6760 5392 2080 ) ( 6754 5392 2080 ) ( 6757 5392 2208 ) mohtest/wood_joist_trim_masked 18 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6756 5396 2080 ) ( 6756 5372 2080 ) ( 6760 5372 2080 ) common/caulk 0 -7 90.00 1 1 0 65696 0 +surfaceparm detail +( 6760 5370 2208 ) ( 6756 5370 2208 ) ( 6756 5394 2208 ) common/caulk 0 -7 90.00 1 1 0 65696 0 +surfaceparm detail +( 6760 5372 2096 ) ( 6760 5396 2096 ) ( 6760 5396 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6754 5396 2096 ) ( 6754 5372 2096 ) ( 6754 5372 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6756 5372 2096 ) ( 6760 5372 2096 ) ( 6760 5372 2080 ) mohtest/wood_joist_trim_masked 18 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6756 5376 2080 ) ( 6762 5376 2080 ) ( 6759 5376 2208 ) mohtest/wood_joist_trim_masked 18 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6824 5396 2080 ) ( 6824 5372 2080 ) ( 6828 5372 2080 ) common/caulk 0 -11 90.00 1 1 0 65696 0 +surfaceparm detail +( 6828 5370 2208 ) ( 6824 5370 2208 ) ( 6824 5394 2208 ) common/caulk 0 -11 90.00 1 1 0 65696 0 +surfaceparm detail +( 6830 5372 2096 ) ( 6830 5396 2096 ) ( 6830 5396 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6828 5396 2096 ) ( 6824 5396 2096 ) ( 6824 5396 2080 ) mohtest/wood_joist_trim_masked 18 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6824 5404 2092 ) ( 6824 5380 2092 ) ( 6824 5380 2076 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6760 5392 2080 ) ( 6754 5392 2080 ) ( 6757 5392 2208 ) mohtest/wood_joist_trim_masked 18 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6824 5396 2080 ) ( 6824 5372 2080 ) ( 6828 5372 2080 ) common/caulk 0 -11 90.00 1 1 0 65696 0 +surfaceparm detail +( 6828 5370 2208 ) ( 6824 5370 2208 ) ( 6824 5394 2208 ) common/caulk 0 -11 90.00 1 1 0 65696 0 +surfaceparm detail +( 6830 5372 2096 ) ( 6830 5396 2096 ) ( 6830 5396 2080 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6824 5388 2092 ) ( 6824 5364 2092 ) ( 6824 5364 2076 ) mohtest/wood_joist_trim_masked 16 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6822 5372 2096 ) ( 6826 5372 2096 ) ( 6826 5372 2080 ) mohtest/wood_joist_trim_masked 18 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6756 5376 2080 ) ( 6762 5376 2080 ) ( 6759 5376 2208 ) mohtest/wood_joist_trim_masked 18 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6824 5396 2208 ) ( 6824 5372 2208 ) ( 6828 5372 2208 ) mohtest/wood_joist_trim_masked 16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6760 5370 2214 ) ( 6756 5370 2214 ) ( 6756 5394 2214 ) common/caulk 0 -7 90.00 1 1 0 65696 0 +surfaceparm detail +( 6832 5372 2224 ) ( 6832 5396 2224 ) ( 6832 5396 2208 ) mohtest/wood_joist_trim_masked 0 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6760 5404 2100 ) ( 6756 5404 2100 ) ( 6756 5404 2084 ) mohtest/wood_joist_trim_masked 0 112 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 5396 2100 ) ( 6752 5372 2100 ) ( 6752 5372 2084 ) mohtest/wood_joist_trim_masked 0 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6782 5392 2208 ) ( 6756 5392 2208 ) ( 6769 5392 2212 ) common/caulk 40 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6824 5396 2208 ) ( 6824 5372 2208 ) ( 6828 5372 2208 ) mohtest/wood_joist_trim_masked 16 0 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6760 5370 2214 ) ( 6756 5370 2214 ) ( 6756 5394 2214 ) common/caulk 0 -7 90.00 1 1 0 65696 0 +surfaceparm detail +( 6832 5372 2224 ) ( 6832 5396 2224 ) ( 6832 5396 2208 ) mohtest/wood_joist_trim_masked 0 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6752 5396 2100 ) ( 6752 5372 2100 ) ( 6752 5372 2084 ) mohtest/wood_joist_trim_masked 0 -80 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6756 5364 2100 ) ( 6760 5364 2100 ) ( 6760 5364 2084 ) mohtest/wood_joist_trim_masked 0 112 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6754 5376 2208 ) ( 6780 5376 2208 ) ( 6767 5376 2212 ) common/caulk 40 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +} +// entity 3909 +{ +"classname" "func_group" +// brush 0 +{ +( 6368 4764 2080 ) ( 6368 4740 2080 ) ( 6372 4740 2080 ) common/caulk -8 -4 90.00 1 1 0 65696 0 +surfaceparm detail +( 6372 4738 2208 ) ( 6368 4738 2208 ) ( 6368 4762 2208 ) common/caulk -8 -4 90.00 1 1 0 65696 0 +surfaceparm detail +( 6374 4740 2096 ) ( 6374 4764 2096 ) ( 6374 4764 2080 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6372 4764 2096 ) ( 6368 4764 2096 ) ( 6368 4764 2080 ) mohtest/wood_joist_trim_masked 10 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 4772 2092 ) ( 6368 4748 2092 ) ( 6368 4748 2076 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6304 4760 2080 ) ( 6294 4760 2080 ) ( 6299 4760 2208 ) mohtest/wood_joist_trim_masked 10 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6368 4764 2080 ) ( 6368 4740 2080 ) ( 6372 4740 2080 ) common/caulk -8 -4 90.00 1 1 0 65696 0 +surfaceparm detail +( 6372 4738 2208 ) ( 6368 4738 2208 ) ( 6368 4762 2208 ) common/caulk -8 -4 90.00 1 1 0 65696 0 +surfaceparm detail +( 6374 4740 2096 ) ( 6374 4764 2096 ) ( 6374 4764 2080 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 4756 2092 ) ( 6368 4732 2092 ) ( 6368 4732 2076 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6368 4740 2096 ) ( 6372 4740 2096 ) ( 6372 4740 2080 ) mohtest/wood_joist_trim_masked 10 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6292 4744 2080 ) ( 6302 4744 2080 ) ( 6297 4744 2208 ) mohtest/wood_joist_trim_masked 10 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6300 4764 2080 ) ( 6300 4740 2080 ) ( 6304 4740 2080 ) common/caulk -8 0 90.00 1 1 0 65696 0 +surfaceparm detail +( 6304 4738 2208 ) ( 6300 4738 2208 ) ( 6300 4762 2208 ) common/caulk -8 0 90.00 1 1 0 65696 0 +surfaceparm detail +( 6304 4740 2096 ) ( 6304 4764 2096 ) ( 6304 4764 2080 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6304 4764 2096 ) ( 6300 4764 2096 ) ( 6300 4764 2080 ) mohtest/wood_joist_trim_masked 10 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6298 4764 2096 ) ( 6298 4740 2096 ) ( 6298 4740 2080 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6304 4760 2080 ) ( 6294 4760 2080 ) ( 6299 4760 2208 ) mohtest/wood_joist_trim_masked 10 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6300 4764 2080 ) ( 6300 4740 2080 ) ( 6304 4740 2080 ) common/caulk -8 0 90.00 1 1 0 65696 0 +surfaceparm detail +( 6304 4738 2208 ) ( 6300 4738 2208 ) ( 6300 4762 2208 ) common/caulk -8 0 90.00 1 1 0 65696 0 +surfaceparm detail +( 6304 4740 2096 ) ( 6304 4764 2096 ) ( 6304 4764 2080 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6298 4764 2096 ) ( 6298 4740 2096 ) ( 6298 4740 2080 ) mohtest/wood_joist_trim_masked -8 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6300 4740 2096 ) ( 6304 4740 2096 ) ( 6304 4740 2080 ) mohtest/wood_joist_trim_masked 10 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6292 4744 2080 ) ( 6302 4744 2080 ) ( 6297 4744 2208 ) mohtest/wood_joist_trim_masked 10 46 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6368 4764 2208 ) ( 6368 4740 2208 ) ( 6372 4740 2208 ) mohtest/wood_joist_trim_masked -8 8 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6304 4738 2214 ) ( 6300 4738 2214 ) ( 6300 4762 2214 ) common/caulk -8 0 90.00 1 1 0 65696 0 +surfaceparm detail +( 6376 4740 2224 ) ( 6376 4764 2224 ) ( 6376 4764 2208 ) mohtest/wood_joist_trim_masked 0 -88 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6304 4772 2100 ) ( 6300 4772 2100 ) ( 6300 4772 2084 ) mohtest/wood_joist_trim_masked 0 40 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6296 4764 2100 ) ( 6296 4740 2100 ) ( 6296 4740 2084 ) mohtest/wood_joist_trim_masked 0 -88 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6326 4760 2208 ) ( 6300 4760 2208 ) ( 6313 4760 2212 ) common/caulk 32 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6368 4764 2208 ) ( 6368 4740 2208 ) ( 6372 4740 2208 ) mohtest/wood_joist_trim_masked -8 8 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6304 4738 2214 ) ( 6300 4738 2214 ) ( 6300 4762 2214 ) common/caulk -8 0 90.00 1 1 0 65696 0 +surfaceparm detail +( 6376 4740 2224 ) ( 6376 4764 2224 ) ( 6376 4764 2208 ) mohtest/wood_joist_trim_masked 0 -88 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6296 4764 2100 ) ( 6296 4740 2100 ) ( 6296 4740 2084 ) mohtest/wood_joist_trim_masked 0 -88 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6300 4732 2100 ) ( 6304 4732 2100 ) ( 6304 4732 2084 ) mohtest/wood_joist_trim_masked 0 40 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6298 4744 2208 ) ( 6324 4744 2208 ) ( 6311 4744 2212 ) common/caulk 32 29 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +} +// entity 3910 +{ +"classname" "func_group" +// brush 0 +{ +( 6912 4860 1904 ) ( 6912 4884 1904 ) ( 6908 4884 1904 ) common/caulk 16 28 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6908 4886 2032 ) ( 6912 4886 2032 ) ( 6912 4862 2032 ) common/caulk 16 28 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6906 4884 1920 ) ( 6906 4860 1920 ) ( 6906 4860 1904 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6912 4868 1916 ) ( 6912 4892 1916 ) ( 6912 4892 1900 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6912 4884 1920 ) ( 6908 4884 1920 ) ( 6908 4884 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6920 4880 1904 ) ( 6896 4880 1904 ) ( 6908 4880 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6912 4860 1904 ) ( 6912 4884 1904 ) ( 6908 4884 1904 ) common/caulk 16 28 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6908 4886 2032 ) ( 6912 4886 2032 ) ( 6912 4862 2032 ) common/caulk 16 28 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6906 4876 1920 ) ( 6906 4852 1920 ) ( 6906 4852 1904 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6908 4860 1920 ) ( 6912 4860 1920 ) ( 6912 4860 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6912 4860 1916 ) ( 6912 4884 1916 ) ( 6912 4884 1900 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6896 4864 1904 ) ( 6920 4864 1904 ) ( 6908 4864 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6980 4860 1904 ) ( 6980 4884 1904 ) ( 6976 4884 1904 ) common/caulk 16 32 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6976 4886 2032 ) ( 6980 4886 2032 ) ( 6980 4862 2032 ) common/caulk 16 32 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6976 4884 1920 ) ( 6976 4860 1920 ) ( 6976 4860 1904 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6982 4868 1920 ) ( 6982 4892 1920 ) ( 6982 4892 1904 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6980 4884 1920 ) ( 6976 4884 1920 ) ( 6976 4884 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6920 4880 1904 ) ( 6896 4880 1904 ) ( 6908 4880 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6980 4860 1904 ) ( 6980 4884 1904 ) ( 6976 4884 1904 ) common/caulk 16 32 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6976 4886 2032 ) ( 6980 4886 2032 ) ( 6980 4862 2032 ) common/caulk 16 32 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6976 4876 1920 ) ( 6976 4852 1920 ) ( 6976 4852 1904 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6976 4860 1920 ) ( 6980 4860 1920 ) ( 6980 4860 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6982 4860 1920 ) ( 6982 4884 1920 ) ( 6982 4884 1904 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6896 4864 1904 ) ( 6920 4864 1904 ) ( 6908 4864 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6912 4860 2032 ) ( 6912 4884 2032 ) ( 6908 4884 2032 ) central_europe_winter/joist_w -8 127 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6976 4886 2038 ) ( 6980 4886 2038 ) ( 6980 4862 2038 ) common/caulk 16 32 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6904 4884 2048 ) ( 6904 4860 2048 ) ( 6904 4860 2032 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6976 4852 1924 ) ( 6980 4852 1924 ) ( 6980 4852 1908 ) central_europe_winter/joist_w -8 0 90.00 1 1 0 16384 0 +surfaceparm detail +( 6984 4860 1924 ) ( 6984 4884 1924 ) ( 6984 4884 1908 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6954 4864 2032 ) ( 6980 4864 2032 ) ( 6967 4864 2036 ) common/caulk 0 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6912 4860 2032 ) ( 6912 4884 2032 ) ( 6908 4884 2032 ) central_europe_winter/joist_w -8 127 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6976 4886 2038 ) ( 6980 4886 2038 ) ( 6980 4862 2038 ) common/caulk 16 32 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6904 4884 2048 ) ( 6904 4860 2048 ) ( 6904 4860 2032 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6984 4860 1924 ) ( 6984 4884 1924 ) ( 6984 4884 1908 ) central_europe_winter/joist_w -8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6980 4892 1924 ) ( 6976 4892 1924 ) ( 6976 4892 1908 ) central_europe_winter/joist_w -8 127 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6982 4880 2032 ) ( 6956 4880 2032 ) ( 6969 4880 2036 ) common/caulk 0 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 3911 +{ +"classname" "func_group" +// brush 0 +{ +( 6724 5740 1904 ) ( 6724 5764 1904 ) ( 6720 5764 1904 ) common/caulk 0 33 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6720 5766 2032 ) ( 6724 5766 2032 ) ( 6724 5742 2032 ) common/caulk 0 33 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6720 5764 1920 ) ( 6720 5740 1920 ) ( 6720 5740 1904 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6726 5740 1920 ) ( 6726 5764 1920 ) ( 6726 5764 1904 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6724 5764 1920 ) ( 6720 5764 1920 ) ( 6720 5764 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6666 5760 1904 ) ( 6652 5760 1904 ) ( 6659 5760 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6724 5740 1904 ) ( 6724 5764 1904 ) ( 6720 5764 1904 ) common/caulk 0 33 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6720 5766 2032 ) ( 6724 5766 2032 ) ( 6724 5742 2032 ) common/caulk 0 33 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6720 5756 1920 ) ( 6720 5732 1920 ) ( 6720 5732 1904 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6720 5740 1920 ) ( 6724 5740 1920 ) ( 6724 5740 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6726 5740 1920 ) ( 6726 5764 1920 ) ( 6726 5764 1904 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6654 5744 1904 ) ( 6668 5744 1904 ) ( 6661 5744 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6656 5740 1904 ) ( 6656 5764 1904 ) ( 6652 5764 1904 ) common/caulk 0 29 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6652 5766 2032 ) ( 6656 5766 2032 ) ( 6656 5742 2032 ) common/caulk 0 29 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6650 5764 1920 ) ( 6650 5740 1920 ) ( 6650 5740 1904 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6656 5748 1916 ) ( 6656 5772 1916 ) ( 6656 5772 1900 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6656 5764 1920 ) ( 6652 5764 1920 ) ( 6652 5764 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6666 5760 1904 ) ( 6652 5760 1904 ) ( 6659 5760 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6656 5740 1904 ) ( 6656 5764 1904 ) ( 6652 5764 1904 ) common/caulk 0 29 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6652 5766 2032 ) ( 6656 5766 2032 ) ( 6656 5742 2032 ) common/caulk 0 29 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6650 5764 1920 ) ( 6650 5740 1920 ) ( 6650 5740 1904 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6652 5740 1920 ) ( 6656 5740 1920 ) ( 6656 5740 1904 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6656 5740 1916 ) ( 6656 5764 1916 ) ( 6656 5764 1900 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6654 5744 1904 ) ( 6668 5744 1904 ) ( 6661 5744 2032 ) central_europe_winter/joist_w 8 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6656 5740 2032 ) ( 6656 5764 2032 ) ( 6652 5764 2032 ) central_europe_winter/joist_w 8 127 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6720 5766 2038 ) ( 6724 5766 2038 ) ( 6724 5742 2038 ) common/caulk 0 33 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6648 5764 2048 ) ( 6648 5740 2048 ) ( 6648 5740 2032 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6720 5732 1924 ) ( 6724 5732 1924 ) ( 6724 5732 1908 ) central_europe_winter/joist_w 19 0 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6728 5740 1924 ) ( 6728 5764 1924 ) ( 6728 5764 1908 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6698 5744 2032 ) ( 6724 5744 2032 ) ( 6711 5744 2036 ) common/caulk 0 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6656 5740 2032 ) ( 6656 5764 2032 ) ( 6652 5764 2032 ) central_europe_winter/joist_w 8 127 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6720 5766 2038 ) ( 6724 5766 2038 ) ( 6724 5742 2038 ) common/caulk 0 33 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6648 5764 2048 ) ( 6648 5740 2048 ) ( 6648 5740 2032 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6728 5740 1924 ) ( 6728 5764 1924 ) ( 6728 5764 1908 ) central_europe_winter/joist_w 8 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6724 5772 1924 ) ( 6720 5772 1924 ) ( 6720 5772 1908 ) central_europe_winter/joist_w 19 0 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6726 5760 2032 ) ( 6700 5760 2032 ) ( 6713 5760 2036 ) common/caulk 0 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 3912 +{ +"spawnflags" "8" +"angle" "180" +"testanim" "idle" +"angles" "0 180 0" +"origin" "6452.05 5609.47 2080.00" +"model" "static/bunkbed.tik" +"scale" "1.0" +"classname" "static_furniture_bunkbed" +} +// entity 3913 +{ +"classname" "func_group" +// brush 0 +{ +( 6244 4828 1904 ) ( 6244 4852 1904 ) ( 6240 4852 1904 ) common/caulk -16 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6240 4854 2032 ) ( 6244 4854 2032 ) ( 6244 4830 2032 ) common/caulk -16 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6240 4852 1920 ) ( 6240 4828 1920 ) ( 6240 4828 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6246 4828 1920 ) ( 6246 4852 1920 ) ( 6246 4852 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6244 4852 1920 ) ( 6240 4852 1920 ) ( 6240 4852 1904 ) mohtest/wood_joist_trim_masked 10 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6244 4848 1904 ) ( 6240 4848 1904 ) ( 6242 4848 2032 ) mohtest/wood_joist_trim_masked 10 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6244 4828 1904 ) ( 6244 4852 1904 ) ( 6240 4852 1904 ) common/caulk -16 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6240 4854 2032 ) ( 6244 4854 2032 ) ( 6244 4830 2032 ) common/caulk -16 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6240 4852 1920 ) ( 6240 4828 1920 ) ( 6240 4828 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6240 4828 1920 ) ( 6244 4828 1920 ) ( 6244 4828 1904 ) mohtest/wood_joist_trim_masked 10 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6246 4828 1920 ) ( 6246 4852 1920 ) ( 6246 4852 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6240 4832 1904 ) ( 6244 4832 1904 ) ( 6242 4832 2032 ) mohtest/wood_joist_trim_masked 10 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6176 4828 1904 ) ( 6176 4852 1904 ) ( 6172 4852 1904 ) common/caulk -16 -4 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6172 4854 2032 ) ( 6176 4854 2032 ) ( 6176 4830 2032 ) common/caulk -16 -4 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6170 4852 1920 ) ( 6170 4828 1920 ) ( 6170 4828 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6176 4836 1916 ) ( 6176 4860 1916 ) ( 6176 4860 1900 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6176 4852 1920 ) ( 6172 4852 1920 ) ( 6172 4852 1904 ) mohtest/wood_joist_trim_masked 10 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6244 4848 1904 ) ( 6240 4848 1904 ) ( 6242 4848 2032 ) mohtest/wood_joist_trim_masked 10 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6176 4828 1904 ) ( 6176 4852 1904 ) ( 6172 4852 1904 ) common/caulk -16 -4 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6172 4854 2032 ) ( 6176 4854 2032 ) ( 6176 4830 2032 ) common/caulk -16 -4 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6170 4852 1920 ) ( 6170 4828 1920 ) ( 6170 4828 1904 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6172 4828 1920 ) ( 6176 4828 1920 ) ( 6176 4828 1904 ) mohtest/wood_joist_trim_masked 10 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6176 4820 1916 ) ( 6176 4844 1916 ) ( 6176 4844 1900 ) mohtest/wood_joist_trim_masked 0 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6240 4832 1904 ) ( 6244 4832 1904 ) ( 6242 4832 2032 ) mohtest/wood_joist_trim_masked 10 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6176 4828 2032 ) ( 6176 4852 2032 ) ( 6172 4852 2032 ) mohtest/wood_joist_trim_masked 0 -90 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6240 4854 2038 ) ( 6244 4854 2038 ) ( 6244 4830 2038 ) common/caulk -16 0 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6168 4852 2048 ) ( 6168 4828 2048 ) ( 6168 4828 2032 ) mohtest/wood_joist_trim_masked -16 48 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6240 4820 1924 ) ( 6244 4820 1924 ) ( 6244 4820 1908 ) mohtest/wood_joist_trim_masked -16 -90 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6248 4828 1924 ) ( 6248 4852 1924 ) ( 6248 4852 1908 ) mohtest/wood_joist_trim_masked -16 48 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6218 4832 2032 ) ( 6244 4832 2032 ) ( 6231 4832 2036 ) common/caulk 32 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 5 +{ +( 6176 4828 2032 ) ( 6176 4852 2032 ) ( 6172 4852 2032 ) mohtest/wood_joist_trim_masked 0 -90 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6240 4854 2038 ) ( 6244 4854 2038 ) ( 6244 4830 2038 ) mohtest/wood_joist_trim_masked 0 -90 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6168 4852 2048 ) ( 6168 4828 2048 ) ( 6168 4828 2032 ) mohtest/wood_joist_trim_masked -16 48 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6248 4828 1924 ) ( 6248 4852 1924 ) ( 6248 4852 1908 ) mohtest/wood_joist_trim_masked -16 48 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6244 4860 1924 ) ( 6240 4860 1924 ) ( 6240 4860 1908 ) mohtest/wood_joist_trim_masked -16 -90 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6246 4848 2032 ) ( 6220 4848 2032 ) ( 6233 4848 2036 ) common/caulk 32 47 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 3914 +{ +"classname" "func_group" +// brush 0 +{ +( 6176 3232 2032 ) ( 6176 3216 2032 ) ( 6176 3216 2016 ) common/caulk 9 -52 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 6228 3232 2088 ) ( 6212 3232 2088 ) ( 6176 3232 2032 ) mohtest/wood_joist_trim_masked 10 -47 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6232 3232 2088 ) ( 6232 3216 2088 ) ( 6176 3216 2032 ) mohtest/wood_joist_trim_masked 27 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6208 3216 1924 ) ( 6232 3216 1924 ) ( 6232 3216 1908 ) mohtest/wood_joist_trim_masked 10 -47 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6248 3216 2088 ) ( 6248 3232 2088 ) ( 6176 3232 2016 ) mohtest/wood_joist_trim_masked 27 16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6224 3232 2080 ) ( 6240 3232 2080 ) ( 6232 3216 2080 ) common/caulk -27 -52 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( 6172 3216 1904 ) ( 6172 3232 1904 ) ( 6156 3232 1904 ) common/caulk -12 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 6150 3228 2080 ) ( 6150 3232 2080 ) ( 6174 3232 2080 ) common/caulk -12 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 6144 3216 1920 ) ( 6168 3216 1920 ) ( 6168 3216 1904 ) mohtest/wood_joist_trim_masked -3 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6176 3232 1888 ) ( 6176 3216 1888 ) ( 6176 3216 2080 ) mohtest/wood_joist_trim_masked -22 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 6176 3232 1916 ) ( 6152 3232 1916 ) ( 6152 3232 1900 ) mohtest/wood_joist_trim_masked -3 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6160 3216 1888 ) ( 6160 3232 1888 ) ( 6160 3232 2080 ) mohtest/wood_joist_trim_masked -22 -1 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6160 3216 2032 ) ( 6160 3232 2032 ) ( 6160 3232 2016 ) common/caulk 7 60 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6108 3216 2088 ) ( 6124 3216 2088 ) ( 6160 3216 2032 ) mohtest/wood_joist_trim_masked -4 -66 -135.00 0.999893 -1.000152 0 16384 0 +surfaceparm detail +( 6104 3216 2088 ) ( 6104 3232 2088 ) ( 6160 3232 2032 ) mohtest/wood_joist_trim_masked -21 -32 90.00 1 1 0 16384 0 +surfaceparm detail +( 6128 3232 1924 ) ( 6104 3232 1924 ) ( 6104 3232 1908 ) mohtest/wood_joist_trim_masked -4 -66 -135.00 0.999893 -1.000152 0 16384 0 +surfaceparm detail +( 6088 3232 2088 ) ( 6088 3216 2088 ) ( 6160 3216 2016 ) mohtest/wood_joist_trim_masked -21 -32 90.00 1 1 0 16384 0 +surfaceparm detail +( 6112 3216 2080 ) ( 6096 3216 2080 ) ( 6104 3232 2080 ) common/caulk -13 60 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 3915 +{ +"classname" "func_group" +// brush 0 +{ +( 6448 3232 2032 ) ( 6448 3216 2032 ) ( 6448 3216 2016 ) common/caulk 8 12 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 6500 3232 2088 ) ( 6484 3232 2088 ) ( 6448 3232 2032 ) mohtest/wood_joist_trim_masked -23 10 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6504 3232 2088 ) ( 6504 3216 2088 ) ( 6448 3216 2032 ) mohtest/wood_joist_trim_masked 27 32 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6480 3216 1924 ) ( 6504 3216 1924 ) ( 6504 3216 1908 ) mohtest/wood_joist_trim_masked -23 10 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6520 3216 2088 ) ( 6520 3232 2088 ) ( 6448 3232 2016 ) mohtest/wood_joist_trim_masked 27 32 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6496 3232 2080 ) ( 6512 3232 2080 ) ( 6504 3216 2080 ) common/caulk 52 11 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( 6452 3216 1904 ) ( 6452 3232 1904 ) ( 6436 3232 1904 ) common/caulk -28 -4 0.00 1 1 0 65696 0 +surfaceparm detail +( 6422 3228 2080 ) ( 6422 3232 2080 ) ( 6446 3232 2080 ) common/caulk -28 -4 0.00 1 1 0 65696 0 +surfaceparm detail +( 6416 3216 1920 ) ( 6440 3216 1920 ) ( 6440 3216 1904 ) mohtest/wood_joist_trim_masked 12 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6448 3232 1888 ) ( 6448 3216 1888 ) ( 6448 3216 2080 ) mohtest/wood_joist_trim_masked -22 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 6448 3232 1916 ) ( 6424 3232 1916 ) ( 6424 3232 1900 ) mohtest/wood_joist_trim_masked 12 0 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6432 3216 1888 ) ( 6432 3232 1888 ) ( 6432 3232 2080 ) mohtest/wood_joist_trim_masked -22 -1 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6448 3216 2032 ) ( 6432 3216 2032 ) ( 6432 3216 2016 ) common/caulk 8 -3 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 6448 3164 2088 ) ( 6448 3180 2088 ) ( 6448 3216 2032 ) mohtest/wood_joist_trim_masked -6 -34 -135.00 0.999893 -0.999893 0 16384 0 +surfaceparm detail +( 6448 3160 2088 ) ( 6432 3160 2088 ) ( 6432 3216 2032 ) mohtest/wood_joist_trim_masked 11 -33 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6432 3184 1924 ) ( 6432 3160 1924 ) ( 6432 3160 1908 ) mohtest/wood_joist_trim_masked -6 -34 -135.00 0.999893 -0.999893 0 16384 0 +surfaceparm detail +( 6432 3144 2088 ) ( 6448 3144 2088 ) ( 6448 3216 2016 ) mohtest/wood_joist_trim_masked 11 -33 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6448 3168 2080 ) ( 6448 3152 2080 ) ( 6432 3160 2080 ) common/caulk -13 -2 90.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 3916 +{ +"classname" "func_group" +// brush 0 +{ +( 6448 2928 2032 ) ( 6432 2928 2032 ) ( 6432 2928 2016 ) common/caulk 9 -3 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 6448 2876 2088 ) ( 6448 2892 2088 ) ( 6448 2928 2032 ) mohtest/wood_joist_trim_masked 14 36 -135.00 0.999893 -1.000497 0 16384 0 +surfaceparm detail +( 6448 2872 2088 ) ( 6432 2872 2088 ) ( 6432 2928 2032 ) mohtest/wood_joist_trim_masked 11 0 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6432 2896 1924 ) ( 6432 2872 1924 ) ( 6432 2872 1908 ) mohtest/wood_joist_trim_masked 14 36 -135.00 0.999893 -1.000497 0 16384 0 +surfaceparm detail +( 6432 2856 2088 ) ( 6448 2856 2088 ) ( 6448 2928 2016 ) mohtest/wood_joist_trim_masked 11 0 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6448 2880 2080 ) ( 6448 2864 2080 ) ( 6432 2872 2080 ) common/caulk -45 -4 90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( 6432 2944 2032 ) ( 6448 2944 2032 ) ( 6448 2944 2016 ) common/caulk 10 12 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6432 2996 2088 ) ( 6432 2980 2088 ) ( 6432 2944 2032 ) mohtest/wood_joist_trim_masked -10 -25 -44.97 1.000757 0.999289 0 16384 0 +surfaceparm detail +( 6432 3000 2088 ) ( 6448 3000 2088 ) ( 6448 2944 2032 ) mohtest/wood_joist_trim_masked -6 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6448 2976 1924 ) ( 6448 3000 1924 ) ( 6448 3000 1908 ) mohtest/wood_joist_trim_masked -10 -25 -44.97 1.000757 0.999289 0 16384 0 +surfaceparm detail +( 6448 3016 2088 ) ( 6432 3016 2088 ) ( 6432 2944 2016 ) mohtest/wood_joist_trim_masked -6 -15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6432 2992 2080 ) ( 6432 3008 2080 ) ( 6448 3000 2080 ) common/caulk 3 12 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 2 +{ +( 6432 2928 1904 ) ( 6448 2928 1904 ) ( 6448 2944 1904 ) common/caulk 3 12 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6444 2954 2080 ) ( 6448 2954 2080 ) ( 6448 2930 2080 ) common/caulk 3 12 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6432 2960 1920 ) ( 6432 2936 1920 ) ( 6432 2936 1904 ) mohtest/wood_joist_trim_masked -20 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 6448 2928 1888 ) ( 6432 2928 1888 ) ( 6432 2928 2080 ) mohtest/wood_joist_trim_masked -6 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6448 2928 1932 ) ( 6448 2952 1932 ) ( 6448 2952 1916 ) mohtest/wood_joist_trim_masked -20 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 6432 2944 1888 ) ( 6448 2944 1888 ) ( 6448 2944 2080 ) mohtest/wood_joist_trim_masked -6 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 3917 +{ +"classname" "func_group" +// brush 0 +{ +( 6432 2720 2032 ) ( 6448 2720 2032 ) ( 6448 2720 2016 ) common/caulk 10 12 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6432 2772 2088 ) ( 6432 2756 2088 ) ( 6432 2720 2032 ) mohtest/wood_joist_trim_masked -14 -62 -45.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( 6432 2776 2088 ) ( 6448 2776 2088 ) ( 6448 2720 2032 ) mohtest/wood_joist_trim_masked -6 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6448 2752 1924 ) ( 6448 2776 1924 ) ( 6448 2776 1908 ) mohtest/wood_joist_trim_masked -14 -62 -45.00 0.999893 0.999893 0 16384 0 +surfaceparm detail +( 6448 2792 2088 ) ( 6432 2792 2088 ) ( 6432 2720 2016 ) mohtest/wood_joist_trim_masked -6 16 0.00 1 1 0 16384 0 +surfaceparm detail +( 6432 2768 2080 ) ( 6432 2784 2080 ) ( 6448 2776 2080 ) common/caulk 36 12 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( 6448 2720 1904 ) ( 6432 2720 1904 ) ( 6432 2704 1904 ) common/caulk 36 12 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6444 2730 2080 ) ( 6448 2730 2080 ) ( 6448 2706 2080 ) common/caulk 36 12 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6432 2736 1920 ) ( 6432 2712 1920 ) ( 6432 2712 1904 ) mohtest/wood_joist_trim_masked -20 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 6448 2704 1888 ) ( 6432 2704 1888 ) ( 6432 2704 2080 ) mohtest/wood_joist_trim_masked -6 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 6448 2704 1932 ) ( 6448 2728 1932 ) ( 6448 2728 1916 ) mohtest/wood_joist_trim_masked -20 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 6432 2720 1888 ) ( 6448 2720 1888 ) ( 6448 2720 2080 ) mohtest/wood_joist_trim_masked -6 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 3918 +{ +"classname" "func_group" +// brush 0 +{ +( 4892 3776 2052 ) ( 4892 3768 2052 ) ( 5148 3768 2052 ) general_industrial/jh_pipe1 40 32 -180.00 1 1 0 32768 0 +surfaceparm detail +( 4892 3768 2056 ) ( 4892 3776 2056 ) ( 5148 3776 2056 ) common/nodraw -24 32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5284 3776 2056 ) ( 5284 3776 2052 ) ( 5540 3776 2052 ) general_industrial/jh_pipe1 40 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6844 3768 2052 ) ( 6844 3768 2056 ) ( 7100 3768 2056 ) general_industrial/jh_pipe1 40 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5400 3772 2052 ) ( 5400 3768 2052 ) ( 5400 3770 2056 ) common/nodraw -32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5072 3760 2052 ) ( 5072 3776 2052 ) ( 5072 3768 2056 ) common/nodraw -32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5368 3766 1888 ) ( 5396 3766 1888 ) ( 5396 3774 1888 ) common/nodraw -24 32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5412 3774 2052 ) ( 5412 3766 2052 ) ( 5384 3766 2052 ) common/nodraw -24 32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5392 3774 2120 ) ( 5364 3774 2120 ) ( 5364 3774 2088 ) common/nodraw -24 -2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5072 3778 2120 ) ( 5072 3770 2120 ) ( 5072 3770 2088 ) common/nodraw -32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5360 3770 2120 ) ( 5388 3770 2120 ) ( 5388 3770 2088 ) central_europe_winter/secfence1_wntr -68 -47 -180.00 0.625000 -0.625000 196608 264192 0 +surfaceparm detail +( 5400 3766 2120 ) ( 5400 3774 2120 ) ( 5400 3774 2088 ) common/nodraw -32 0 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( 5396 3768 1888 ) ( 5404 3768 1888 ) ( 5404 3776 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5405 3776 2068 ) ( 5405 3768 2068 ) ( 5397 3768 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5416 3776 1944 ) ( 5408 3776 1944 ) ( 5408 3776 1920 ) general_industrial/jh_pipe1 -12 24 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5400 3776 2072 ) ( 5400 3768 2072 ) ( 5400 3768 2048 ) general_industrial/jh_pipe1 -84 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5396 3768 1932 ) ( 5404 3768 1932 ) ( 5404 3768 1908 ) general_industrial/jh_pipe1 -12 24 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5408 3768 1908 ) ( 5408 3776 1908 ) ( 5408 3776 1884 ) general_industrial/jh_pipe1 -84 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 3 +{ +( 5404 3776 2068 ) ( 5404 3744 2100 ) ( 5400 3744 2100 ) general_industrial/jh_pipe1 94 97 -90.00 0.082031 -0.291016 0 32768 0 +surfaceparm detail +( 5408 3776 2068 ) ( 5408 3768 2068 ) ( 5408 3744 2096 ) general_industrial/jh_pipe1 80 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5404 3744 2096 ) ( 5404 3768 2068 ) ( 5400 3768 2068 ) general_industrial/jh_pipe1 8 27 -180.00 0.083984 -0.250000 0 32768 0 +surfaceparm detail +( 5400 3768 2068 ) ( 5400 3776 2068 ) ( 5400 3744 2100 ) general_industrial/jh_pipe1 80 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5404 3744 2100 ) ( 5404 3744 2096 ) ( 5400 3744 2096 ) general_industrial/jh_pipe1 8 -114 -180.00 0.083984 -0.041626 0 32768 0 +surfaceparm detail +( 5404 3768 2068 ) ( 5404 3776 2068 ) ( 5400 3776 2068 ) common/nodraw 9 -15 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( 5692 3772 2067 ) ( 5276 3772 2067 ) ( 5276 3772 2066 ) common/nodraw -8 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5156 3745 2097 ) ( 5572 3745 2097 ) ( 5572 3745 2096 ) common/nodraw 32 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5156 3772 2067 ) ( 5572 3772 2067 ) ( 5572 3745 2097 ) common/nodraw 32 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 3745 2091 ) ( 5072 3744 2091 ) ( 5072 3766 2065 ) mohcommon/barbwire -89 -16 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +( 5572 3772 2066 ) ( 5156 3772 2066 ) ( 5156 3745 2096 ) mohcommon/barbwire -1 -19 0.00 0.400391 0.300049 204800 35328 0 +surfaceparm detail +( 5400 3797 2069 ) ( 5400 3796 2069 ) ( 5400 3769 2096 ) mohcommon/barbwire -89 -16 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +} +// brush 5 +{ +( 5240 3768 2056 ) ( 5240 3776 2056 ) ( 5236 3776 2056 ) common/nodraw -24 32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5240 3776 2068 ) ( 5240 3768 2068 ) ( 5236 3768 2068 ) common/nodraw -24 32 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5240 3776 2056 ) ( 5240 3776 2068 ) ( 5236 3776 2068 ) general_industrial/jh_pipe1 40 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5236 3776 2056 ) ( 5236 3776 2068 ) ( 5236 3768 2068 ) general_industrial/jh_pipe1 -32 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5240 3768 2068 ) ( 5240 3768 2056 ) ( 5236 3768 2056 ) general_industrial/jh_pipe1 40 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5240 3776 2068 ) ( 5240 3776 2056 ) ( 5240 3768 2056 ) general_industrial/jh_pipe1 -32 0 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 6 +{ +( 5240 3744 2100 ) ( 5236 3744 2100 ) ( 5236 3776 2068 ) general_industrial/jh_pipe1 -13 -5 -90.00 0.083984 -0.291016 0 32768 0 +surfaceparm detail +( 5240 3744 2096 ) ( 5240 3744 2100 ) ( 5240 3776 2068 ) general_industrial/jh_pipe1 80 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5236 3744 2096 ) ( 5240 3744 2096 ) ( 5240 3768 2068 ) general_industrial/jh_pipe1 -15 22 -180.00 0.083008 -0.250000 0 32768 0 +surfaceparm detail +( 5236 3744 2100 ) ( 5236 3744 2096 ) ( 5236 3768 2068 ) general_industrial/jh_pipe1 80 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5240 3744 2096 ) ( 5236 3744 2096 ) ( 5236 3744 2100 ) general_industrial/jh_pipe1 30 -111 -180.00 0.083984 -0.041748 0 32768 0 +surfaceparm detail +( 5236 3768 2068 ) ( 5240 3768 2068 ) ( 5240 3776 2068 ) common/nodraw 10 -42 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3919 +{ +"classname" "func_group" +// brush 0 +{ +( 6872 2612 2100 ) ( 6868 2612 2100 ) ( 6868 2644 2068 ) general_industrial/jh_pipe1 -82 28 90.00 0.082031 -0.291016 0 32768 0 +surfaceparm detail +( 6864 2612 2096 ) ( 6864 2636 2068 ) ( 6864 2644 2068 ) general_industrial/jh_pipe1 96 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 6872 2636 2068 ) ( 6868 2636 2068 ) ( 6868 2612 2096 ) general_industrial/jh_pipe1 -66 27 0.00 0.083984 0.250000 0 32768 0 +surfaceparm detail +( 6872 2612 2100 ) ( 6872 2644 2068 ) ( 6872 2636 2068 ) general_industrial/jh_pipe1 96 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 6872 2612 2096 ) ( 6868 2612 2096 ) ( 6868 2612 2100 ) general_industrial/jh_pipe1 -66 -113 0.00 0.083984 0.041748 0 32768 0 +surfaceparm detail +( 6872 2644 2068 ) ( 6868 2644 2068 ) ( 6868 2636 2068 ) common/nodraw 57 -20 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 6868 2640 2100 ) ( 6864 2644 2068 ) ( 6872 2636 2068 ) common/nodraw -3 7 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 6660 2640 2066 ) ( 6660 2640 2067 ) ( 6244 2640 2067 ) common/nodraw 24 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6364 2613 2096 ) ( 6364 2613 2097 ) ( 6780 2613 2097 ) common/nodraw 0 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6364 2613 2097 ) ( 6364 2640 2067 ) ( 6780 2640 2067 ) common/nodraw 0 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6864 2634 2065 ) ( 6864 2612 2091 ) ( 6864 2613 2091 ) mohcommon/barbwire -29 -15 0.00 1 0.349976 204800 35328 0 +surfaceparm detail +( 6780 2613 2096 ) ( 6780 2640 2066 ) ( 6364 2640 2066 ) mohcommon/barbwire 114 -19 -180.00 0.400391 -0.300049 204800 35328 0 +surfaceparm detail +( 6700 2629 2096 ) ( 6700 2656 2069 ) ( 6700 2657 2069 ) mohcommon/barbwire -29 -15 0.00 1 0.349976 204800 35328 0 +surfaceparm detail +} +// brush 2 +{ +( 6540 2642 1888 ) ( 6540 2634 1888 ) ( 6568 2634 1888 ) common/nodraw -56 36 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6552 2634 2052 ) ( 6524 2634 2052 ) ( 6524 2642 2052 ) common/nodraw -56 36 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6572 2642 2088 ) ( 6572 2642 2120 ) ( 6544 2642 2120 ) common/nodraw -56 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6864 2638 2088 ) ( 6864 2638 2120 ) ( 6864 2646 2120 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6548 2638 2088 ) ( 6548 2638 2120 ) ( 6576 2638 2120 ) central_europe_winter/secfence1_wntr -221 -47 0.00 0.625000 0.625000 196608 264192 0 +surfaceparm detail +( 6536 2642 2088 ) ( 6536 2642 2120 ) ( 6536 2634 2120 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 6532 2644 1888 ) ( 6532 2636 1888 ) ( 6540 2636 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6539 2636 2060 ) ( 6531 2636 2060 ) ( 6531 2644 2060 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6528 2644 1920 ) ( 6528 2644 1944 ) ( 6520 2644 1944 ) general_industrial/jh_pipe1 -44 22 0.00 1 1 0 32768 0 +surfaceparm detail +( 6536 2636 2048 ) ( 6536 2636 2072 ) ( 6536 2644 2072 ) general_industrial/jh_pipe1 -24 24 0.00 1 1 0 32768 0 +surfaceparm detail +( 6532 2636 1908 ) ( 6532 2636 1932 ) ( 6540 2636 1932 ) general_industrial/jh_pipe1 -44 22 0.00 1 1 0 32768 0 +surfaceparm detail +( 6528 2644 1884 ) ( 6528 2644 1908 ) ( 6528 2636 1908 ) general_industrial/jh_pipe1 -24 24 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 4 +{ +( 6788 2636 2052 ) ( 7044 2636 2052 ) ( 7044 2644 2052 ) general_industrial/jh_pipe1 -120 100 0.00 1 1 0 32768 0 +surfaceparm detail +( 6788 2644 2056 ) ( 7044 2644 2056 ) ( 7044 2636 2056 ) common/nodraw -56 36 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6396 2644 2052 ) ( 6652 2644 2052 ) ( 6652 2644 2056 ) general_industrial/jh_pipe1 -120 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 4836 2636 2056 ) ( 5092 2636 2056 ) ( 5092 2636 2052 ) general_industrial/jh_pipe1 -120 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 6536 2638 2056 ) ( 6536 2636 2052 ) ( 6536 2640 2052 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6864 2636 2056 ) ( 6864 2644 2052 ) ( 6864 2628 2052 ) common/nodraw -36 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 5 +{ +( 6700 2644 2056 ) ( 6696 2644 2056 ) ( 6696 2636 2056 ) common/nodraw -56 36 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6700 2636 2068 ) ( 6696 2636 2068 ) ( 6696 2644 2068 ) common/nodraw -56 36 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6700 2644 2068 ) ( 6696 2644 2068 ) ( 6696 2644 2056 ) general_industrial/jh_pipe1 -120 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 6700 2636 2068 ) ( 6700 2644 2068 ) ( 6700 2644 2056 ) general_industrial/jh_pipe1 -100 0 0.00 1 1 0 32768 0 +surfaceparm detail +( 6700 2636 2056 ) ( 6696 2636 2056 ) ( 6696 2636 2068 ) general_industrial/jh_pipe1 -120 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 6696 2636 2056 ) ( 6696 2644 2056 ) ( 6696 2644 2068 ) general_industrial/jh_pipe1 -100 0 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 6 +{ +( 6700 2644 2068 ) ( 6700 2612 2100 ) ( 6696 2612 2100 ) general_industrial/jh_pipe1 -74 50 90.00 0.083984 -0.291016 0 32768 0 +surfaceparm detail +( 6696 2644 2068 ) ( 6696 2612 2100 ) ( 6696 2612 2096 ) general_industrial/jh_pipe1 96 -47 -180.00 0.250000 -0.291626 0 32768 0 +surfaceparm detail +( 6696 2636 2068 ) ( 6696 2612 2096 ) ( 6700 2612 2096 ) general_industrial/jh_pipe1 -53 20 0.00 0.082031 0.250000 0 32768 0 +surfaceparm detail +( 6700 2636 2068 ) ( 6700 2612 2096 ) ( 6700 2612 2100 ) general_industrial/jh_pipe1 96 -47 -180.00 0.250000 -0.291626 0 32768 0 +surfaceparm detail +( 6700 2612 2100 ) ( 6700 2612 2096 ) ( 6696 2612 2096 ) general_industrial/jh_pipe1 -12 -111 0.00 0.083984 0.041748 0 32768 0 +surfaceparm detail +( 6696 2644 2068 ) ( 6696 2636 2068 ) ( 6700 2636 2068 ) common/nodraw 42 -46 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3920 +{ +"classname" "func_group" +// brush 0 +{ +( 6896 2644 2100 ) ( 6896 2640 2100 ) ( 6864 2640 2068 ) general_industrial/jh_pipe1 -76 -52 0.00 0.082031 -0.291016 0 32768 0 +surfaceparm detail +( 6896 2636 2096 ) ( 6872 2636 2068 ) ( 6864 2636 2068 ) general_industrial/jh_pipe1 16 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 6872 2644 2068 ) ( 6872 2640 2068 ) ( 6896 2640 2096 ) general_industrial/jh_pipe1 124 28 -180.00 0.083984 -0.250000 0 32768 0 +surfaceparm detail +( 6896 2644 2100 ) ( 6864 2644 2068 ) ( 6872 2644 2068 ) general_industrial/jh_pipe1 16 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 6896 2644 2096 ) ( 6896 2640 2096 ) ( 6896 2640 2100 ) general_industrial/jh_pipe1 124 -114 -180.00 0.083984 -0.041626 0 32768 0 +surfaceparm detail +( 6864 2644 2068 ) ( 6864 2640 2068 ) ( 6872 2640 2068 ) common/nodraw -35 -32 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6868 2640 2100 ) ( 6872 2636 2068 ) ( 6864 2644 2068 ) common/nodraw -7 28 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 6866 2648 1888 ) ( 6874 2648 1888 ) ( 6874 2676 1888 ) common/nodraw 20 47 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6874 2660 2052 ) ( 6874 2632 2052 ) ( 6866 2632 2052 ) common/nodraw 20 47 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6866 2680 2088 ) ( 6866 2680 2120 ) ( 6866 2652 2120 ) common/nodraw 20 -2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6870 2808 2088 ) ( 6870 2808 2120 ) ( 6862 2808 2120 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6870 2496 2088 ) ( 6870 2496 2120 ) ( 6870 2524 2120 ) central_europe_winter/secfence1_wntr 101 -47 -180.00 0.625000 -0.625000 196608 264192 0 +surfaceparm detail +( 6866 2644 2088 ) ( 6866 2644 2120 ) ( 6874 2644 2120 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( 6868 2768 2066 ) ( 6868 2768 2067 ) ( 6868 2352 2067 ) common/nodraw -52 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6895 2472 2096 ) ( 6895 2472 2097 ) ( 6895 2888 2097 ) common/nodraw -12 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6895 2472 2097 ) ( 6868 2472 2067 ) ( 6868 2888 2067 ) common/nodraw -12 4 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6874 2808 2065 ) ( 6896 2808 2091 ) ( 6895 2808 2091 ) mohcommon/barbwire -105 -16 0.00 1 0.349976 204800 35328 0 +surfaceparm detail +( 6895 2888 2096 ) ( 6868 2888 2066 ) ( 6868 2472 2066 ) mohcommon/barbwire -20 -17 0.00 0.400391 0.300049 204800 35328 0 +surfaceparm detail +( 6871 2644 2096 ) ( 6844 2644 2069 ) ( 6843 2644 2069 ) mohcommon/barbwire -105 -16 0.00 1 0.349976 204800 35328 0 +surfaceparm detail +} +// brush 3 +{ +( 6872 2896 2052 ) ( 6872 3152 2052 ) ( 6864 3152 2052 ) general_industrial/jh_pipe1 20 49 -90.00 1 1 0 32768 0 +surfaceparm detail +( 6864 2896 2056 ) ( 6864 3152 2056 ) ( 6872 3152 2056 ) common/nodraw 20 47 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 6864 2504 2052 ) ( 6864 2760 2052 ) ( 6864 2760 2056 ) general_industrial/jh_pipe1 20 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6872 944 2056 ) ( 6872 1200 2056 ) ( 6872 1200 2052 ) general_industrial/jh_pipe1 20 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6870 2644 2056 ) ( 6872 2644 2052 ) ( 6868 2644 2052 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 6880 2808 2056 ) ( 6872 2808 2052 ) ( 6888 2808 2052 ) common/nodraw -48 0 0.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( 6864 2640 1888 ) ( 6872 2640 1888 ) ( 6872 2648 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6872 2647 2068 ) ( 6872 2639 2068 ) ( 6864 2639 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6864 2636 1920 ) ( 6864 2636 1944 ) ( 6864 2628 1944 ) general_industrial/jh_pipe1 96 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6872 2644 2048 ) ( 6872 2644 2072 ) ( 6864 2644 2072 ) general_industrial/jh_pipe1 -100 24 0.00 1 1 0 32768 0 +surfaceparm detail +( 6872 2640 1908 ) ( 6872 2640 1932 ) ( 6872 2648 1932 ) general_industrial/jh_pipe1 96 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6864 2636 1884 ) ( 6864 2636 1908 ) ( 6872 2636 1908 ) general_industrial/jh_pipe1 -100 24 0.00 1 1 0 32768 0 +surfaceparm detail +} +} +// entity 3921 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 5464 6848 1960 3.200000 1 ) ( 5256 6840 2096 2.700000 1 ) ( 5176 6824 2096 2.200000 1 ) ) +( ( 5440 7032 2064 3.200000 0.750000 ) ( 5192 6936 2128 2.700000 0.750000 ) ( 5072 6880 2064 2.200000 0.750000 ) ) +( ( 5440 7032 2152 3.200000 0.500000 ) ( 5304 7032 2208 2.700000 0.500000 ) ( 5064 6928 2208 2.200000 0.500000 ) ) +( ( 5424 7120 2272 3.200000 0.250000 ) ( 5200 7088 2280 2.700000 0.250000 ) ( 5056 6984 2224 2.200000 0.250000 ) ) +( ( 5432 7192 2344 3.200000 0 ) ( 5200 7232 2392 2.700000 0 ) ( 5056 7064 2256 2.200000 0 ) ) +) + } + } +} +// entity 3922 +{ +"spawnflags" "2" +"origin" "6533.80 6679.80 1784.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 3923 +{ +"classname" "func_group" +// brush 0 +{ +( 5064 4116 1888 ) ( 5064 4108 1888 ) ( 5072 4108 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5072 4107 2068 ) ( 5064 4107 2068 ) ( 5064 4115 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5072 4096 1944 ) ( 5072 4104 1944 ) ( 5072 4104 1920 ) general_industrial/jh_pipe1 -52 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5072 4112 2072 ) ( 5064 4112 2072 ) ( 5064 4112 2048 ) general_industrial/jh_pipe1 -68 26 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5064 4116 1932 ) ( 5064 4108 1932 ) ( 5064 4108 1908 ) general_industrial/jh_pipe1 -52 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5064 4104 1908 ) ( 5072 4104 1908 ) ( 5072 4104 1884 ) general_industrial/jh_pipe1 -68 26 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 1 +{ +( 5072 4108 2068 ) ( 5040 4108 2100 ) ( 5040 4112 2100 ) general_industrial/jh_pipe1 -106 14 -180.00 0.082031 -0.291016 0 32768 0 +surfaceparm detail +( 5072 4104 2068 ) ( 5064 4104 2068 ) ( 5040 4104 2096 ) general_industrial/jh_pipe1 16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5040 4108 2096 ) ( 5064 4108 2068 ) ( 5064 4112 2068 ) general_industrial/jh_pipe1 -97 29 0.00 0.083984 0.250000 0 32768 0 +surfaceparm detail +( 5064 4112 2068 ) ( 5072 4112 2068 ) ( 5040 4112 2100 ) general_industrial/jh_pipe1 16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5040 4108 2100 ) ( 5040 4108 2096 ) ( 5040 4112 2096 ) general_industrial/jh_pipe1 -97 -114 0.00 0.083984 0.041626 0 32768 0 +surfaceparm detail +( 5064 4108 2068 ) ( 5072 4108 2068 ) ( 5072 4112 2068 ) common/nodraw 49 1 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3924 +{ +"classname" "func_group" +// brush 0 +{ +( 5228 4556 2067 ) ( 5228 4972 2067 ) ( 5228 4972 2066 ) common/nodraw 0 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5201 5092 2097 ) ( 5201 4676 2097 ) ( 5201 4676 2096 ) common/nodraw 40 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5228 5092 2067 ) ( 5228 4676 2067 ) ( 5201 4676 2097 ) common/nodraw 40 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5201 5376 2091 ) ( 5200 5376 2091 ) ( 5222 5376 2065 ) mohcommon/barbwire -41 -17 -180.00 1 -0.349976 204800 35328 0 +surfaceparm detail +( 5228 4676 2066 ) ( 5228 5092 2066 ) ( 5201 5092 2096 ) mohcommon/barbwire -2 -18 -180.00 0.400391 -0.300049 204800 35328 0 +surfaceparm detail +( 5228 4852 2065.999268 ) ( 5226 4854 2065.999268 ) ( 5227 4853 2097.000244 ) common/nodraw 40 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 1 +{ +( 5232 5380 2068 ) ( 5200 5380 2100 ) ( 5200 5384 2100 ) general_industrial/jh_pipe1 -53 3 -180.00 0.083008 -0.292969 0 32768 0 +surfaceparm detail +( 5232 5376 2068 ) ( 5224 5376 2068 ) ( 5200 5376 2096 ) general_industrial/jh_pipe1 16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5200 5380 2096 ) ( 5224 5380 2068 ) ( 5224 5384 2068 ) general_industrial/jh_pipe1 -89 29 0.00 0.083984 0.250000 0 32768 0 +surfaceparm detail +( 5224 5384 2068 ) ( 5232 5384 2068 ) ( 5200 5384 2100 ) general_industrial/jh_pipe1 16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5200 5380 2100 ) ( 5200 5380 2096 ) ( 5200 5384 2096 ) general_industrial/jh_pipe1 -89 -114 0.00 0.083984 0.041626 0 32768 0 +surfaceparm detail +( 5224 5380 2068 ) ( 5232 5380 2068 ) ( 5232 5384 2068 ) common/nodraw 33 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5224 5384 2068 ) ( 5232 5376 2068 ) ( 5228 5380 2100 ) common/nodraw 33 33 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +// brush 2 +{ +( 5232 5356 2052 ) ( 5224 5356 2052 ) ( 5224 5100 2052 ) general_industrial/jh_pipe1 -96 -15 90.00 1 1 0 32768 0 +surfaceparm detail +( 5224 5356 2056 ) ( 5232 5356 2056 ) ( 5232 5100 2056 ) common/nodraw -32 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5232 4964 2056 ) ( 5232 4964 2052 ) ( 5232 4708 2052 ) general_industrial/jh_pipe1 -96 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5224 3404 2052 ) ( 5224 3404 2056 ) ( 5224 3148 2056 ) general_industrial/jh_pipe1 -96 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5228 4848 2052 ) ( 5224 4848 2052 ) ( 5226 4848 2056 ) common/nodraw 16 -2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5232 5376 2052 ) ( 5248 5376 2052 ) ( 5240 5376 2056 ) common/nodraw 16 -2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 3 +{ +( 5222 4880 1888 ) ( 5222 4852 1888 ) ( 5230 4852 1888 ) common/nodraw -32 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5230 4836 2052 ) ( 5222 4836 2052 ) ( 5222 4864 2052 ) common/nodraw -32 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5230 4856 2120 ) ( 5230 4884 2120 ) ( 5230 4884 2088 ) common/nodraw -32 -2 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5234 5376 2120 ) ( 5226 5376 2120 ) ( 5226 5376 2088 ) common/nodraw 16 -2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5226 4888 2120 ) ( 5226 4860 2120 ) ( 5226 4860 2088 ) central_europe_winter/secfence1_wntr 46 131 0.00 -1 0.640625 196608 264192 0 +surfaceparm detail +( 5222 4848 2120 ) ( 5230 4848 2120 ) ( 5230 4848 2088 ) common/nodraw 16 -2 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +} +// brush 4 +{ +( 5224 4852 1888 ) ( 5224 4844 1888 ) ( 5232 4844 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 5232 4843 2056 ) ( 5224 4843 2056 ) ( 5224 4851 2056 ) common/nodraw -32 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5232 4832 1944 ) ( 5232 4840 1944 ) ( 5232 4840 1920 ) general_industrial/jh_pipe1 -20 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5232 4848 2072 ) ( 5224 4848 2072 ) ( 5224 4848 2048 ) general_industrial/jh_pipe1 -36 26 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5224 4852 1932 ) ( 5224 4844 1932 ) ( 5224 4844 1908 ) general_industrial/jh_pipe1 -20 26 0.00 1 1 0 32768 0 +surfaceparm detail +( 5224 4840 1908 ) ( 5232 4840 1908 ) ( 5232 4840 1884 ) general_industrial/jh_pipe1 -36 26 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 5 +{ +( 5224 5208 2056 ) ( 5232 5208 2056 ) ( 5232 5212 2056 ) common/nodraw -32 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5232 5208 2068 ) ( 5224 5208 2068 ) ( 5224 5212 2068 ) common/nodraw -32 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5232 5208 2056 ) ( 5232 5208 2068 ) ( 5232 5212 2068 ) general_industrial/jh_pipe1 -96 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5232 5212 2056 ) ( 5232 5212 2068 ) ( 5224 5212 2068 ) general_industrial/jh_pipe1 16 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5224 5208 2068 ) ( 5224 5208 2056 ) ( 5224 5212 2056 ) general_industrial/jh_pipe1 -96 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5232 5208 2068 ) ( 5232 5208 2056 ) ( 5224 5208 2056 ) general_industrial/jh_pipe1 16 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 6 +{ +( 5200 5208 2100 ) ( 5200 5212 2100 ) ( 5232 5212 2068 ) general_industrial/jh_pipe1 -86 22 -180.00 0.083984 -0.291992 0 32768 0 +surfaceparm detail +( 5200 5208 2096 ) ( 5200 5208 2100 ) ( 5232 5208 2068 ) general_industrial/jh_pipe1 16 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5200 5212 2096 ) ( 5200 5208 2096 ) ( 5224 5208 2068 ) general_industrial/jh_pipe1 -85 24 0.00 0.083008 0.250000 0 32768 0 +surfaceparm detail +( 5200 5212 2100 ) ( 5200 5212 2096 ) ( 5224 5212 2068 ) general_industrial/jh_pipe1 16 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5200 5208 2096 ) ( 5200 5212 2096 ) ( 5200 5212 2100 ) general_industrial/jh_pipe1 -8 -111 0.00 0.083984 0.041748 0 32768 0 +surfaceparm detail +( 5224 5212 2068 ) ( 5224 5208 2068 ) ( 5232 5208 2068 ) common/nodraw 18 6 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3925 +{ +"classname" "func_group" +// brush 0 +{ +( 6672 5360 2200 ) ( 6688 5360 2200 ) ( 6688 5976 2200 ) central_europe_winter/joist_w -20 12 0.00 1 -1 0 16384 0 +surfaceparm detail +( 6696 5976 2216 ) ( 6696 5360 2216 ) ( 6680 5360 2216 ) common/caulk -8 -27 0.00 1 -1 0 65696 0 +surfaceparm detail +( 6696 5920 2216 ) ( 6680 5920 2216 ) ( 6680 5920 2056 ) central_europe_winter/joist_w -23 104 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6680 5976 2216 ) ( 6680 5360 2216 ) ( 6680 5360 2056 ) central_europe_winter/joist_w -23 -16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6696 5360 2216 ) ( 6696 5976 2216 ) ( 6696 5976 2056 ) central_europe_winter/joist_w -23 -16 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6704 5872 2200 ) ( 6632 5872 2200 ) ( 6668 5872 2216 ) common/caulk 48 -1 -180.00 1 -1 0 65696 0 +surfaceparm detail +} +} +// entity 3926 +{ +"classname" "func_group" +// brush 0 +{ +( 2560 1344 976 ) ( 2576 1344 976 ) ( 2576 1344 960 ) common/caulk 52 -31 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2576 1456 976 ) ( 2560 1456 976 ) ( 2560 1456 960 ) common/caulk 52 -31 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 2572 1784 960 ) ( 2556 1784 960 ) ( 2556 1560 960 ) central_europe_winter/joist_w 4 48 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 2560 1736 960 ) ( 2560 1736 976 ) ( 2560 1552 976 ) central_europe_winter/joist_w -2 48 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2556 1776 968 ) ( 2572 1776 968 ) ( 2572 1552 968 ) central_europe_winter/joist_w 4 48 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 2576 1736 976 ) ( 2576 1736 960 ) ( 2576 1552 960 ) central_europe_winter/joist_w -2 48 90.00 1 -1 0 16384 0 +surfaceparm detail +} +} +// entity 3927 +{ +"classname" "func_group" +// brush 0 +{ +( 2576 1472 976 ) ( 2576 1456 976 ) ( 2576 1456 960 ) common/caulk -12 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 2720 1456 976 ) ( 2720 1472 976 ) ( 2720 1472 960 ) common/caulk -12 -31 0.00 1 1 0 65696 0 +surfaceparm detail +( 3004 1460 960 ) ( 3004 1476 960 ) ( 2780 1476 960 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 2968 1472 960 ) ( 2968 1472 976 ) ( 2784 1472 976 ) common/caulk -12 0 0.00 1 1 0 65696 0 +surfaceparm detail +( 3008 1476 968 ) ( 3008 1460 968 ) ( 2784 1460 968 ) central_europe_winter/joist_w 4 0 90.00 1 -1 0 16384 0 +surfaceparm detail +( 2968 1456 976 ) ( 2968 1456 960 ) ( 2784 1456 960 ) central_europe_winter/joist_w -2 0 90.00 1 -1 0 16384 0 +surfaceparm detail +} +} +// entity 3928 +{ +"classname" "func_group" +// brush 0 +{ +( 2144 1200 1136 ) ( 2160 1200 1136 ) ( 2160 1192 1136 ) common/caulk 4 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2148 1136 1088 ) ( 2164 1136 1088 ) ( 2164 1136 1072 ) common/caulk 4 17 0.00 1 1 0 65696 0 +surfaceparm detail +( 2160 1200 1136 ) ( 2144 1200 1136 ) ( 2144 1136 1072 ) central_europe_winter/joist_w 20 -48 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2160 1176 1072 ) ( 2160 1176 1088 ) ( 2160 1360 1088 ) central_europe_winter/joist_w -12 -95 -45.00 1 1 0 16384 0 +surfaceparm detail +( 2144 1192 1136 ) ( 2160 1192 1136 ) ( 2160 1136 1080 ) central_europe_winter/joist_w 20 -48 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2144 1176 1088 ) ( 2144 1176 1072 ) ( 2144 1360 1072 ) central_europe_winter/joist_w -12 -95 -45.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 3929 +{ +"classname" "func_group" +// brush 0 +{ +( 2352 1200 1136 ) ( 2368 1200 1136 ) ( 2368 1192 1136 ) common/caulk -12 8 0.00 1 1 0 65696 0 +surfaceparm detail +( 2356 1136 1088 ) ( 2372 1136 1088 ) ( 2372 1136 1072 ) common/caulk -12 17 0.00 1 1 0 65696 0 +surfaceparm detail +( 2368 1200 1136 ) ( 2352 1200 1136 ) ( 2352 1136 1072 ) central_europe_winter/joist_w -28 -48 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2368 1176 1072 ) ( 2368 1176 1088 ) ( 2368 1360 1088 ) central_europe_winter/joist_w -12 -95 -45.00 1 1 0 16384 0 +surfaceparm detail +( 2352 1192 1136 ) ( 2368 1192 1136 ) ( 2368 1136 1080 ) central_europe_winter/joist_w -28 -48 0.00 1 -1 0 16384 0 +surfaceparm detail +( 2352 1176 1088 ) ( 2352 1176 1072 ) ( 2352 1360 1072 ) central_europe_winter/joist_w -12 -95 -45.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 3930 +{ +"classname" "func_group" +// brush 0 +{ +( 5244 5380 2067 ) ( 5660 5380 2067 ) ( 5660 5380 2066 ) common/nodraw -16 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5780 5407 2097 ) ( 5364 5407 2097 ) ( 5364 5407 2096 ) common/nodraw -40 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 5780 5380 2067 ) ( 5364 5380 2067 ) ( 5364 5407 2097 ) common/nodraw -40 3 -180.00 1 -1 536870912 2224 0 +surfaceparm detail +( 6056 5407 2091 ) ( 6056 5408 2091 ) ( 6056 5386 2065 ) mohcommon/barbwire -81 -18 0.00 1 0.349976 204800 35328 0 +surfaceparm detail +( 5364 5380 2066 ) ( 5780 5380 2066 ) ( 5780 5407 2096 ) mohcommon/barbwire -75 -18 -180.00 0.400391 -0.300049 204800 35328 0 +surfaceparm detail +( 5704 5347 2069 ) ( 5704 5348 2069 ) ( 5704 5375 2096 ) mohcommon/barbwire -81 -18 0.00 1 0.349976 204800 35328 0 +surfaceparm detail +} +} +// entity 3931 +{ +"spawnflags" "8" +"testanim" "idle" +"angles" "0 180 0" +"origin" "6596.05 5417.47 2080.00" +"model" "static/bunkbed.tik" +"scale" "1.0" +"classname" "static_furniture_bunkbed" +} +// entity 3932 +{ +"classname" "func_group" +// brush 0 +{ +( 6188 3140 1904 ) ( 6204 3140 1904 ) ( 6204 3156 1904 ) common/caulk 20 24 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6188 3168 2064 ) ( 6188 3144 2064 ) ( 6188 3144 2048 ) mohtest/wood_joist_trim_masked -4 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6192 3148 2032 ) ( 6176 3148 2032 ) ( 6176 3148 2224 ) mohtest/wood_joist_trim_masked -18 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6192 3148 2060 ) ( 6192 3172 2060 ) ( 6192 3172 2044 ) mohtest/wood_joist_trim_masked -4 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6188 3152 2032 ) ( 6204 3152 2032 ) ( 6204 3152 2224 ) mohtest/wood_joist_trim_masked -18 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6188 3152 2096 ) ( 6192 3152 2096 ) ( 6190 3148 2096 ) mohtest/wood_joist_trim_masked 26 95 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 6188 3112 1904 ) ( 6204 3112 1904 ) ( 6204 3128 1904 ) common/caulk 56 24 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6188 3140 2064 ) ( 6188 3116 2064 ) ( 6188 3116 2048 ) mohtest/wood_joist_trim_masked -8 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6192 3120 2032 ) ( 6176 3120 2032 ) ( 6176 3120 2224 ) mohtest/wood_joist_trim_masked -18 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6192 3120 2060 ) ( 6192 3144 2060 ) ( 6192 3144 2044 ) mohtest/wood_joist_trim_masked -8 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6188 3124 2032 ) ( 6204 3124 2032 ) ( 6204 3124 2224 ) mohtest/wood_joist_trim_masked -18 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 6188 3124 2096 ) ( 6192 3124 2096 ) ( 6190 3120 2096 ) mohtest/wood_joist_trim_masked 26 95 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6188 3124 2095 ) ( 6204 3124 2096 ) ( 6203 3124 2080 ) common/caulk 36 21 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 2070 ) ( 6203 3148 2070 ) ( 6203 3148 2094 ) common/caulk 36 21 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 2080 ) ( 6190 3148 2080 ) ( 6188 3148 2082 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2084 ) ( 6190 3124 2084 ) ( 6188 3124 2082 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 2082 ) ( 6192 3124 2082 ) ( 6190 3124 2084 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2080 ) ( 6190 3124 2080 ) ( 6192 3124 2082 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6188 3124 2079 ) ( 6204 3124 2080 ) ( 6203 3124 2064 ) common/caulk 51 20 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 2054 ) ( 6203 3148 2054 ) ( 6203 3148 2078 ) common/caulk 51 20 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 2064 ) ( 6190 3148 2064 ) ( 6188 3148 2066 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2068 ) ( 6190 3124 2068 ) ( 6188 3124 2066 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 2066 ) ( 6192 3124 2066 ) ( 6190 3124 2068 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2064 ) ( 6190 3124 2064 ) ( 6192 3124 2066 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 6188 3124 2063 ) ( 6204 3124 2064 ) ( 6203 3124 2048 ) common/caulk 3 20 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 2038 ) ( 6203 3148 2038 ) ( 6203 3148 2062 ) common/caulk 3 20 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 2048 ) ( 6190 3148 2048 ) ( 6188 3148 2050 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2052 ) ( 6190 3124 2052 ) ( 6188 3124 2050 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 2050 ) ( 6192 3124 2050 ) ( 6190 3124 2052 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2048 ) ( 6190 3124 2048 ) ( 6192 3124 2050 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 5 +{ +( 6188 3124 2047 ) ( 6204 3124 2048 ) ( 6203 3124 2032 ) common/caulk 18 19 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 2022 ) ( 6203 3148 2022 ) ( 6203 3148 2046 ) common/caulk 18 19 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 2032 ) ( 6190 3148 2032 ) ( 6188 3148 2034 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2036 ) ( 6190 3124 2036 ) ( 6188 3124 2034 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 2034 ) ( 6192 3124 2034 ) ( 6190 3124 2036 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2032 ) ( 6190 3124 2032 ) ( 6192 3124 2034 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 6 +{ +( 6188 3124 2031 ) ( 6204 3124 2032 ) ( 6203 3124 2016 ) common/caulk 35 21 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 2006 ) ( 6203 3148 2006 ) ( 6203 3148 2030 ) common/caulk 35 21 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 2016 ) ( 6190 3148 2016 ) ( 6188 3148 2018 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2020 ) ( 6190 3124 2020 ) ( 6188 3124 2018 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 2018 ) ( 6192 3124 2018 ) ( 6190 3124 2020 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2016 ) ( 6190 3124 2016 ) ( 6192 3124 2018 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 7 +{ +( 6188 3124 1935 ) ( 6204 3124 1936 ) ( 6203 3124 1920 ) common/caulk 1 19 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 1910 ) ( 6203 3148 1910 ) ( 6203 3148 1934 ) common/caulk 1 19 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 1920 ) ( 6190 3148 1920 ) ( 6188 3148 1922 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1924 ) ( 6190 3124 1924 ) ( 6188 3124 1922 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 1922 ) ( 6192 3124 1922 ) ( 6190 3124 1924 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1920 ) ( 6190 3124 1920 ) ( 6192 3124 1922 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 8 +{ +( 6188 3124 1951 ) ( 6204 3124 1952 ) ( 6203 3124 1936 ) common/caulk 48 19 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 1926 ) ( 6203 3148 1926 ) ( 6203 3148 1950 ) common/caulk 48 19 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 1936 ) ( 6190 3148 1936 ) ( 6188 3148 1938 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1940 ) ( 6190 3124 1940 ) ( 6188 3124 1938 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 1938 ) ( 6192 3124 1938 ) ( 6190 3124 1940 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1936 ) ( 6190 3124 1936 ) ( 6192 3124 1938 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 9 +{ +( 6188 3124 1967 ) ( 6204 3124 1968 ) ( 6203 3124 1952 ) common/caulk 33 19 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 1942 ) ( 6203 3148 1942 ) ( 6203 3148 1966 ) common/caulk 33 19 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 1952 ) ( 6190 3148 1952 ) ( 6188 3148 1954 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1956 ) ( 6190 3124 1956 ) ( 6188 3124 1954 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 1954 ) ( 6192 3124 1954 ) ( 6190 3124 1956 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1952 ) ( 6190 3124 1952 ) ( 6192 3124 1954 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 10 +{ +( 6188 3124 1983 ) ( 6204 3124 1984 ) ( 6203 3124 1968 ) common/caulk 17 19 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 1958 ) ( 6203 3148 1958 ) ( 6203 3148 1982 ) common/caulk 17 19 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 1968 ) ( 6190 3148 1968 ) ( 6188 3148 1970 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1972 ) ( 6190 3124 1972 ) ( 6188 3124 1970 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 1970 ) ( 6192 3124 1970 ) ( 6190 3124 1972 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1968 ) ( 6190 3124 1968 ) ( 6192 3124 1970 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 11 +{ +( 6188 3124 1999 ) ( 6204 3124 2000 ) ( 6203 3124 1984 ) common/caulk 2 21 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 1974 ) ( 6203 3148 1974 ) ( 6203 3148 1998 ) common/caulk 2 21 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 1984 ) ( 6190 3148 1984 ) ( 6188 3148 1986 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1988 ) ( 6190 3124 1988 ) ( 6188 3124 1986 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 1986 ) ( 6192 3124 1986 ) ( 6190 3124 1988 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 1984 ) ( 6190 3124 1984 ) ( 6192 3124 1986 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 12 +{ +( 6188 3124 2015 ) ( 6204 3124 2016 ) ( 6203 3124 2000 ) common/caulk 50 20 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6201 3148 1990 ) ( 6203 3148 1990 ) ( 6203 3148 2014 ) common/caulk 50 20 90.01 1.000244 -1 0 65696 0 +surfaceparm detail +( 6190 3124 2000 ) ( 6190 3148 2000 ) ( 6188 3148 2002 ) mohtest/wood_joist_trim_masked -2 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2004 ) ( 6190 3124 2004 ) ( 6188 3124 2002 ) mohtest/wood_joist_trim_masked -19 11 0.00 0.999756 1 0 16384 0 +surfaceparm detail +( 6192 3148 2002 ) ( 6192 3124 2002 ) ( 6190 3124 2004 ) mohtest/wood_joist_trim_masked -3 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6190 3148 2000 ) ( 6190 3124 2000 ) ( 6192 3124 2002 ) mohtest/wood_joist_trim_masked -19 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 3933 +{ +"type" "patchCapped" +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe/small_cobble + ( 3 3 0 -2147418112 0 subdivisions 221.822815 ) +( +( ( 6576 4640 1920 102.750000 -72.500000 ) ( 6576 4640 1920 102.750000 -72.500000 ) ( 6576 4640 1920 102.750000 -72.500000 ) ) +( ( 6576 4640 1920 102.750000 -72.500000 ) ( 6576 4640 1920 102.750000 -72.500000 ) ( 6576 4640 1920 102.750000 -72.500000 ) ) +( ( 6576 4736 1920 102.750000 -74 ) ( 6480 4736 1920 101.250000 -74 ) ( 6480 4640 1920 101.250000 -72.500000 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe/small_cobble + ( 3 3 0 -2147418112 0 subdivisions 221.822815 ) +( +( ( 6576 4640 1920 102.750000 -72.500000 ) ( 6576 4640 1920 102.750000 -72.500000 ) ( 6576 4640 1920 102.750000 -72.500000 ) ) +( ( 6576 4640 1920 102.750000 -72.500000 ) ( 6576 4640 1920 102.750000 -72.500000 ) ( 6576 4640 1920 102.750000 -72.500000 ) ) +( ( 6480 4640 1920 101.250000 -72.500000 ) ( 6480 4544 1920 101.250000 -71 ) ( 6576 4544 1920 102.750000 -71 ) ) +) + } + } +} +// entity 3934 +{ +"classname" "func_group" +// brush 0 +{ +( 5224 5024 2056 ) ( 5232 5024 2056 ) ( 5232 5028 2056 ) common/nodraw -32 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5232 5024 2068 ) ( 5224 5024 2068 ) ( 5224 5028 2068 ) common/nodraw -32 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5232 5024 2056 ) ( 5232 5024 2068 ) ( 5232 5028 2068 ) general_industrial/jh_pipe1 -96 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5232 5028 2056 ) ( 5232 5028 2068 ) ( 5224 5028 2068 ) general_industrial/jh_pipe1 16 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5224 5024 2068 ) ( 5224 5024 2056 ) ( 5224 5028 2056 ) general_industrial/jh_pipe1 -96 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5232 5024 2068 ) ( 5232 5024 2056 ) ( 5224 5024 2056 ) general_industrial/jh_pipe1 16 -2 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +// brush 1 +{ +( 5200 5024 2100 ) ( 5200 5028 2100 ) ( 5232 5028 2068 ) general_industrial/jh_pipe1 -86 22 -180.00 0.083984 -0.291992 0 32768 0 +surfaceparm detail +( 5200 5024 2096 ) ( 5200 5024 2100 ) ( 5232 5024 2068 ) general_industrial/jh_pipe1 16 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5200 5028 2096 ) ( 5200 5024 2096 ) ( 5224 5024 2068 ) general_industrial/jh_pipe1 -85 24 0.00 0.083008 0.250000 0 32768 0 +surfaceparm detail +( 5200 5028 2100 ) ( 5200 5028 2096 ) ( 5224 5028 2068 ) general_industrial/jh_pipe1 16 -47 0.00 0.250000 0.291626 0 32768 0 +surfaceparm detail +( 5200 5024 2096 ) ( 5200 5028 2096 ) ( 5200 5028 2100 ) general_industrial/jh_pipe1 -8 -111 0.00 0.083984 0.041748 0 32768 0 +surfaceparm detail +( 5224 5028 2068 ) ( 5224 5024 2068 ) ( 5232 5024 2068 ) common/nodraw 18 6 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3935 +{ +"classname" "func_group" +// brush 0 +{ +( 6068 5384 1888 ) ( 6060 5384 1888 ) ( 6060 5376 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6059 5376 2068 ) ( 6059 5384 2068 ) ( 6067 5384 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6048 5376 1944 ) ( 6056 5376 1944 ) ( 6056 5376 1920 ) general_industrial/jh_pipe1 -20 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 6064 5376 2072 ) ( 6064 5384 2072 ) ( 6064 5384 2048 ) general_industrial/jh_pipe1 -76 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 6068 5384 1932 ) ( 6060 5384 1932 ) ( 6060 5384 1908 ) general_industrial/jh_pipe1 -20 27 0.00 1 1 0 32768 0 +surfaceparm detail +( 6056 5384 1908 ) ( 6056 5376 1908 ) ( 6056 5376 1884 ) general_industrial/jh_pipe1 -76 27 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 1 +{ +( 6060 5376 2068 ) ( 6060 5408 2100 ) ( 6064 5408 2100 ) general_industrial/jh_pipe1 -127 46 90.00 0.083008 -0.291992 0 32768 0 +surfaceparm detail +( 6056 5376 2068 ) ( 6056 5384 2068 ) ( 6056 5408 2096 ) general_industrial/jh_pipe1 48 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 6060 5408 2096 ) ( 6060 5384 2068 ) ( 6064 5384 2068 ) general_industrial/jh_pipe1 -113 30 0.00 0.083496 0.250000 0 32768 0 +surfaceparm detail +( 6064 5384 2068 ) ( 6064 5376 2068 ) ( 6064 5408 2100 ) general_industrial/jh_pipe1 48 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 6060 5408 2100 ) ( 6060 5408 2096 ) ( 6064 5408 2096 ) general_industrial/jh_pipe1 -113 -114 0.00 0.083496 0.041626 0 32768 0 +surfaceparm detail +( 6060 5384 2068 ) ( 6060 5376 2068 ) ( 6064 5376 2068 ) common/nodraw 17 -5 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3936 +{ +"classname" "func_group" +// brush 0 +{ +( 5888 5384 2056 ) ( 5888 5376 2056 ) ( 5892 5376 2056 ) common/nodraw -40 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5888 5376 2068 ) ( 5888 5384 2068 ) ( 5892 5384 2068 ) common/nodraw -40 9 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5888 5376 2056 ) ( 5888 5376 2068 ) ( 5892 5376 2068 ) general_industrial/jh_pipe1 -104 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5892 5376 2056 ) ( 5892 5376 2068 ) ( 5892 5384 2068 ) general_industrial/jh_pipe1 -72 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5888 5384 2068 ) ( 5888 5384 2056 ) ( 5892 5384 2056 ) general_industrial/jh_pipe1 -104 -2 0.00 1 1 0 32768 0 +surfaceparm detail +( 5888 5376 2068 ) ( 5888 5376 2056 ) ( 5888 5384 2056 ) general_industrial/jh_pipe1 -72 -2 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 1 +{ +( 5888 5408 2100 ) ( 5892 5408 2100 ) ( 5892 5376 2068 ) general_industrial/jh_pipe1 -29 30 90.00 0.083984 -0.291992 0 32768 0 +surfaceparm detail +( 5888 5408 2096 ) ( 5888 5408 2100 ) ( 5888 5376 2068 ) general_industrial/jh_pipe1 112 -47 -180.00 0.250000 -0.291504 0 32768 0 +surfaceparm detail +( 5892 5408 2096 ) ( 5888 5408 2096 ) ( 5888 5384 2068 ) general_industrial/jh_pipe1 -65 24 0.00 0.083008 0.250000 0 32768 0 +surfaceparm detail +( 5892 5408 2100 ) ( 5892 5408 2096 ) ( 5892 5384 2068 ) general_industrial/jh_pipe1 112 -47 -180.00 0.250000 -0.291504 0 32768 0 +surfaceparm detail +( 5888 5408 2096 ) ( 5892 5408 2096 ) ( 5892 5408 2100 ) general_industrial/jh_pipe1 -79 -111 0.00 0.083984 0.041748 0 32768 0 +surfaceparm detail +( 5892 5384 2068 ) ( 5888 5384 2068 ) ( 5888 5376 2068 ) common/nodraw 26 -18 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 3937 +{ +"classname" "func_group" +// brush 0 +{ +( 6000 3872 1888 ) ( 5984 3872 1888 ) ( 5984 3648 1888 ) common/caulk 48 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5984 3872 1888 ) ( 6000 3872 1888 ) ( 6000 3872 2072 ) common/caulk 48 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5984 3648 2016 ) ( 6000 3648 2016 ) ( 6000 3648 1888 ) common/caulk 48 0 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6000 3520 2336 ) ( 6000 4352 2336 ) ( 6000 4352 1888 ) central_europe_winter/floorsnowcovered 16 0 -180.00 1 -1 0 67108864 0 +( 5992 3648 1888 ) ( 5992 3808 1888 ) ( 5992 3728 2048 ) central_europe_winter/floorsnowcovered 16 0 -180.00 1 -1 0 67108864 0 +( 6000 3752 1944 ) ( 6000 3712 1944 ) ( 5992 3732 1944 ) central_europe_winter/corrugated_snowcovered 160 -150 -180.00 1 0.750000 0 67108864 0 +} +// brush 1 +{ +( 5988 3648 1960 ) ( 6004 3648 1960 ) ( 6004 3648 1944 ) common/caulk 24 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6000 3872 1960 ) ( 5984 3872 1960 ) ( 5984 3872 1944 ) common/caulk 24 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 6000 3872 1944 ) ( 5984 3872 1944 ) ( 5984 3648 1944 ) central_europe_winter/joist_w 8 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5988 3832 1944 ) ( 5988 3832 1960 ) ( 5988 3648 1960 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 5984 3872 1952 ) ( 6000 3872 1952 ) ( 6000 3648 1952 ) central_europe_winter/joist_w 8 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6004 3832 1960 ) ( 6004 3832 1944 ) ( 6004 3648 1944 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 6004 3808 2048 ) ( 5988 3808 2048 ) ( 5988 3816 2050 ) common/caulk 24 -7 -180.00 1 1 0 65696 0 +surfaceparm detail +( 6000 3872 2024 ) ( 5984 3872 2024 ) ( 5984 3872 2008 ) common/caulk 24 -8 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5988 3808 2048 ) ( 6004 3808 2048 ) ( 6004 3872 2008 ) central_europe_winter/joist_w 8 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5988 3832 2008 ) ( 5988 3832 2024 ) ( 5988 3648 2024 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +( 6004 3816 2050 ) ( 5988 3816 2050 ) ( 5988 3872 2016 ) central_europe_winter/joist_w 8 96 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6004 3832 2024 ) ( 6004 3832 2008 ) ( 6004 3648 2008 ) central_europe_winter/joist_w 7 96 90.00 1 -1 0 16384 0 +surfaceparm detail +} +} +// entity 3938 +{ +"spawnflags" "2" +"testanim" "idle" +"angles" "0.00 0.00 0.00" +"angle" "0" +"origin" "6778.00 5781.00 1998.00" +"model" "static/lightpost_sidemounted_winter.tik" +"scale" "1.0" +"classname" "static_lamp_lightpost-sidemounted-winter" +} +// entity 3939 +{ +"spawnflags" "2" +"testanim" "idle" +"angles" "0.00 0.00 0.00" +"angle" "0" +"origin" "6596.00 5781.00 1998.00" +"model" "static/lightpost_sidemounted_winter.tik" +"scale" "1.0" +"classname" "static_lamp_lightpost-sidemounted-winter" +} +// entity 3940 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "3884.00 -708.00 738.00" +} +// entity 3941 +{ +"spawnflags" "4" +"origin" "-5592.00 3640.00 1354.00" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 3942 +{ +"spawnflags" "4" +"origin" "-5832.00 3262.00 1272.00" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 3943 +{ +"spawnflags" "4" +"origin" "-6052.00 2814.00 1218.00" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 3944 +{ +"spawnflags" "4" +"angles" "345 300 0" +"origin" "-5401.13 4121.84 1379.56" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 3945 +{ +"spawnflags" "4" +"angles" "345 300 0" +"origin" "-5789.13 2749.84 1257.56" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 3946 +{ +"spawnflags" "2" +"origin" "7218.00 5472.00 1992.00" +"testanim" "idle" +"model" "static/tree_winter_fillpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-fillpine" +} +// entity 3947 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "2514.00 5443.00 2187.00" +} +// entity 3948 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "2322.00 6019.00 2251.00" +} +// entity 3949 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "2751.75 5369.24 2167.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3950 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "1982.00 6270.00 2292.00" +} +// entity 3951 +{ +"spawnflags" "8" +"angle" "135" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "1370.43 4077.83 1836.00" +"angles" "0 330 0" +} +// entity 3952 +{ +"spawnflags" "8" +"angle" "360" +"testanim" "idle" +"angles" "0 180 0" +"origin" "6587.01 5511.96 2080.00" +"model" "static/bunkbed.tik" +"scale" "1.0" +"classname" "static_furniture_bunkbed" +} +// entity 3953 +{ +"spawnflags" "8" +"angle" "0" +"testanim" "idle" +"angles" "0 180 0" +"origin" "6596.05 5609.47 2080.00" +"model" "static/bunkbed.tik" +"scale" "1.0" +"classname" "static_furniture_bunkbed" +} +// entity 3954 +{ +"spawnflags" "8" +"angle" "90" +"testanim" "idle" +"angles" "0 180 0" +"origin" "6489.47 5451.01 2080.00" +"model" "static/bunkbed.tik" +"scale" "1.0" +"classname" "static_furniture_bunkbed" +} +// entity 3955 +{ +"spawnflags" "4" +"origin" "6194.47 5413.30 2080.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 3956 +{ +"spawnflags" "4" +"origin" "6193.47 5571.30 2080.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 3957 +{ +"spawnflags" "8" +"angle" "90" +"testanim" "idle" +"angles" "0 180 0" +"origin" "6393.47 5451.01 2080.00" +"model" "static/bunkbed.tik" +"scale" "1.0" +"classname" "static_furniture_bunkbed" +} +// entity 3958 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6778.00 5789.00 2010.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 3959 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6596.00 5789.00 2010.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 3960 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6376.00 3204.00 2225.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 3961 +{ +"spawnflags" "2" +"origin" "-2924.00 -5890.00 632.00" +"testanim" "idle" +"model" "static/tree_winter_fillpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-fillpine" +} +// entity 3962 +{ +"spawnflags" "2" +"origin" "-2268.00 -7058.00 520.00" +"testanim" "idle" +"model" "static/tree_winter_fillpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-fillpine" +} +// entity 3963 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-2708.00 -6528.00 702.00" +} +// entity 3964 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "-2888.00 -6168.00 672.00" +"model" "static/tree_winter_midpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-midpine" +} +// entity 3965 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.0" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-2970.00 -6014.00 676.00" +} +// entity 3966 +{ +"spawnflags" "16" +"angle" "270" +"origin" "6452.00 4677.90 2224.00" +"testanim" "idle" +"model" "static/curtain.tik" +"scale" "1.9" +"classname" "static_furniture_curtain" +} +// entity 3967 +{ +"classname" "func_group" +// brush 0 +{ +( 5106 6042 2020 ) ( 5122 6042 2020 ) ( 5122 6058 2020 ) common/caulk -25 -9 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5122 6054 2208 ) ( 5106 6054 2208 ) ( 5106 6054 2020 ) central_europe_winter/joist_w 23 3 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5106 6058 2204 ) ( 5106 6042 2204 ) ( 5106 6042 2020 ) central_europe_winter/joist_w 10 3 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5106 6042 2204 ) ( 5122 6042 2204 ) ( 5122 6042 2020 ) central_europe_winter/joist_w 23 3 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5118 6038 2204 ) ( 5118 6054 2204 ) ( 5118 6054 2020 ) central_europe_winter/joist_w 10 3 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5106 6048 2126 ) ( 5106 6054 2120 ) ( 5118 6051 2123 ) common/caulk 48 -40 0.00 1 1 0 65696 0 +( 5106 6042 2120 ) ( 5106 6048 2126 ) ( 5118 6045 2123 ) common/caulk 48 -40 0.00 1 1 0 65696 0 +} +// brush 1 +{ +( 5106 6084 2094 ) ( 5118 6084 2094 ) ( 5118 6080 2096 ) common/caulk 23 -41 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5106 6054 2070 ) ( 5118 6054 2070 ) ( 5118 6054 2064 ) common/caulk 22 -14 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5118 6084 2094 ) ( 5106 6084 2094 ) ( 5106 6054 2064 ) central_europe_winter/joist_w 7 2 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5116 6094 2064 ) ( 5116 6094 2080 ) ( 5116 6278 2080 ) central_europe_winter/joist_w 10 2 -45.00 1 -1 0 16384 0 +surfaceparm detail +( 5106 6080 2096 ) ( 5118 6080 2096 ) ( 5118 6054 2070 ) central_europe_winter/joist_w 7 2 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5108 6094 2080 ) ( 5108 6094 2064 ) ( 5108 6278 2064 ) central_europe_winter/joist_w 10 2 -45.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 5120 6012 2094 ) ( 5108 6012 2094 ) ( 5108 6016 2096 ) common/caulk -31 0 -180.00 1 1 0 65696 0 +surfaceparm detail +( 5120 6042 2070 ) ( 5108 6042 2070 ) ( 5108 6042 2064 ) common/caulk -32 -14 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5108 6012 2094 ) ( 5120 6012 2094 ) ( 5120 6042 2064 ) central_europe_winter/joist_w 16 -38 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5108 6002 2064 ) ( 5108 6002 2080 ) ( 5108 5818 2080 ) central_europe_winter/joist_w 10 1 45.00 1 -1 0 16384 0 +surfaceparm detail +( 5120 6016 2096 ) ( 5108 6016 2096 ) ( 5108 6042 2070 ) central_europe_winter/joist_w 16 -38 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 5116 6002 2080 ) ( 5116 6002 2064 ) ( 5116 5818 2064 ) central_europe_winter/joist_w 10 1 45.00 1 -1 0 16384 0 +surfaceparm detail +} +} +// entity 3968 +{ +"spawnflags" "2" +"origin" "4962.00 6098.00 1910.00" +"testanim" "idle" +"model" "static/tree_winter_midpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-midpine" +} +// entity 3969 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "5312.00 6084.00 1990.00" +} +// entity 3970 +{ +"spawnflags" "4" +"origin" "6116.00 4812.00 1904.00" +"testanim" "idle" +"model" "static/woodbucket.tik" +"scale" "1.5" +"classname" "static_item_woodbucket" +} +// entity 3971 +{ +"spawnflags" "4" +"origin" "7006.80 5275.43 1904.05" +"testanim" "idle" +"model" "furniture/table.tik" +"scale" "1.0" +"classname" "static_furniture_table" +} +// entity 3972 +{ +"spawnflags" "8" +"angles" "0 191 0" +"origin" "-5937.31 537.11 1193.00" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "3" +"classname" "static_natural_rock_winter-large" +} +// entity 3973 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-5912.00 262.00 1194.00" +} +// entity 3974 +{ +"spawnflags" "16" +"classname" "static_natural_TAbush_winter-fullshrub" +"scale" "1.0" +"model" "static/natural/TAbush_winter_fullshrub.tik" +"testanim" "idle" +"origin" "-5799.00 768.00 1216.00" +} +// entity 3975 +{ +"spawnflags" "8" +"classname" "static_natural_rock_winter-medium" +"scale" "2.90" +"model" "static//rock_winter_medium.tik" +"testanim" "idle" +"origin" "-4540.92 -11.52 1252.00" +"angles" "0 330 0" +} +// entity 3976 +{ +"spawnflags" "2" +"angle" "270" +"origin" "-4288.00 272.00 1242.00" +"testanim" "idle" +"model" "static/tree_winter_fillpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-fillpine" +} +// entity 3977 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-4428.00 30.00 1242.00" +} +// entity 3978 +{ +"spawnflags" "8" +"angle" "270" +"angles" "0.00 96.00 0.00" +"origin" "-4163.60 528.80 1320.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 3979 +{ +"angle" "270" +"origin" "6319.00 4663.00 1962.00" +"testanim" "idle" +"model" "items/bratwurst.tik" +"scale" "1.0" +"classname" "static_item_bratwurst" +} +// entity 3980 +{ +"angles" "48 10 0" +"angle" "-48" +"origin" "6311.00 4666.00 1963.00" +"testanim" "idle" +"model" "items/bratwurst.tik" +"scale" "1.0" +"classname" "static_item_bratwurst" +} +// entity 3981 +{ +"angle" "86" +"origin" "6316.00 4659.00 1962.00" +"testanim" "idle" +"model" "items/bratwurst.tik" +"scale" "1.0" +"classname" "static_item_bratwurst" +} +// entity 3982 +{ +"origin" "6319.81 4609.96 1960.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 3983 +{ +"origin" "6320.81 4608.96 1961.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 3984 +{ +"origin" "6318.81 4608.96 1962.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 3985 +{ +"origin" "6295.81 4579.96 1960.00" +"testanim" "idle" +"model" "static/whiteplate.tik" +"scale" "1.0" +"classname" "static_item_whiteplate" +} +// entity 3986 +{ +"spawnflags" "4" +"angle" "270" +"origin" "6010.00 4980.00 1904.00" +"testanim" "idle" +"model" "static/worndowntable.tik" +"scale" "1.0" +"classname" "static_furniture_worndowntable" +} +// entity 3987 +{ +"spawnflags" "4" +"origin" "6559.80 4811.43 2080.05" +"testanim" "idle" +"model" "furniture/table.tik" +"scale" "1.0" +"classname" "static_furniture_table" +} +// entity 3988 +{ +"spawnflags" "8" +"angle" "0" +"origin" "6838.00 5455.00 2080.00" +"testanim" "idle" +"model" "furniture/bunkerchairstool.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchairstool" +} +// entity 3989 +{ +"spawnflags" "4" +"origin" "6913.00 5484.00 2080.00" +"testanim" "idle" +"model" "furniture/bunkerchairstool.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerchairstool" +} +// entity 3990 +{ +"spawnflags" "4" +"angles" "270 300 0" +"origin" "6883.74 5501.15 2092.30" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerbench" +} +// entity 3991 +{ +"angle" "135" +"origin" "6881.97 5465.66 2112.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 3992 +{ +"angle" "0" +"origin" "6913.00 5455.00 2112.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 3993 +{ +"angles" "270 280 0" +"origin" "6938.27 5543.39 2083.00" +"testanim" "idle" +"model" "static/metal_mug.tik" +"scale" "1.0" +"classname" "static_item_metal-mug" +} +// entity 3994 +{ +"spawnflags" "4" +"origin" "6933.47 5658.30 2080.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 3995 +{ +"spawnflags" "4" +"origin" "6933.47 5594.30 2080.00" +"testanim" "idle" +"model" "static/cot.tik" +"scale" "1.0" +"classname" "static_furniture_cot" +} +// entity 3996 +{ +"spawnflags" "4" +"angle" "180" +"origin" "6179.00 5517.00 2080.00" +"testanim" "idle" +"model" "static/trunk.tik" +"scale" "1.0" +"classname" "static_item_trunk" +} +// entity 3997 +{ +"spawnflags" "4" +"origin" "6622.00 5436.00 1904.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 3998 +{ +"spawnflags" "2" +"origin" "6620.37 5435.15 1948.19" +"testanim" "idle" +"model" "lights/glasslamp.tik" +"scale" "1.0" +"classname" "static_lamp_glasslamp" +} +// entity 3999 +{ +"classname" "func_group" +// brush 0 +{ +( 6400 5008 2200 ) ( 6400 5024 2200 ) ( 5784 5024 2200 ) central_europe_winter/joist_w -23 -32 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 5784 5032 2216 ) ( 6400 5032 2216 ) ( 6400 5016 2216 ) common/caulk 0 13 -180.00 1 -1 0 65696 0 +surfaceparm detail +( 5840 5032 2216 ) ( 5840 5016 2216 ) ( 5840 5016 2056 ) central_europe_winter/joist_w -22 -56 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 5784 5016 2216 ) ( 6400 5016 2216 ) ( 6400 5016 2056 ) central_europe_winter/joist_w -23 -32 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 6400 5032 2216 ) ( 5784 5032 2216 ) ( 5784 5032 2056 ) central_europe_winter/joist_w -23 -32 -90.00 1 -1 0 16384 0 +surfaceparm detail +( 5888 5040 2200 ) ( 5888 4968 2200 ) ( 5888 5004 2216 ) common/caulk -48 -1 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 4000 +{ +"spawnflags" "2" +"origin" "6168.00 5528.00 2136.00" +"testanim" "idle" +"model" "lights/swinging_lantern.tik" +"scale" "1.0" +"classname" "static_lamp_geman-lantern" +} +// entity 4001 +{ +"spawnflags" "4" +"angles" "0 270 0" +"angle" "90" +"origin" "6487.00 5644.00 2080.00" +"testanim" "idle" +"model" "static/trunk.tik" +"scale" "1.0" +"classname" "static_item_trunk" +} +// entity 4002 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 7201 3681 2062 0 0.800000 ) ( 7201 3681 2094 0 0.400000 ) ( 7201 3681 2126 0 0 ) ) +( ( 7168.500000 3681 2094 0.500000 0.800000 ) ( 7168.500000 3681 2126 0.500000 0.400000 ) ( 7168.500000 3681 2158 0.500000 0 ) ) +( ( 7136 3681 2126 1 0.800000 ) ( 7136 3681 2158 1 0.400000 ) ( 7136 3681 2190 1 0 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 198.784195 ) +( +( ( 6752 3681 2190 0 0 ) ( 6752 3681 2158 0 0.500000 ) ( 6752 3681 2114 0 1 ) ) +( ( 6944 3681 2190 2 0 ) ( 6944 3681 2158 2 0.500000 ) ( 6944 3681 2110 2 1 ) ) +( ( 7136 3681 2190 4 0 ) ( 7136 3681 2158 4 0.500000 ) ( 7136 3681 2106 4 1 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6687 3681 2126 0 0 ) ( 6687 3681 2094 0 0.400000 ) ( 6687 3681 2062 0 0.800000 ) ) +( ( 6719.500000 3681 2158 0.500000 0 ) ( 6719.500000 3681 2122 0.500000 0.400000 ) ( 6719.500000 3681 2094 0.500000 0.800000 ) ) +( ( 6752 3681 2190 1 0 ) ( 6752 3681 2158 1 0.400000 ) ( 6752 3681 2126 1 0.800000 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 338.544708 ) +( +( ( 7201 3681 2128 0 0 ) ( 7201 3681 2104.615234 0 0.400000 ) ( 7201 3681 2052 0 0.800000 ) ) +( ( 7201 3424.428711 2128 4 0 ) ( 7201 3424.428711 2104.615234 4 0.400000 ) ( 7201 3424.428711 2052 4 0.800000 ) ) +( ( 7201 2783 2128 8 0 ) ( 7201 2783 2104.615234 8 0.400000 ) ( 7201 2783 2052 8 0.800000 ) ) +) + } + } +} +// entity 4003 +{ +"spawnflags" "4" +"angles" "0 300 0" +"origin" "6789.43 5629.71 1904.00" +"testanim" "idle" +"model" "static/loveseat.tik" +"scale" "1.0" +"classname" "static_furniture_loveseat" +} +// entity 4004 +{ +"spawnflags" "4" +"angle" "90" +"origin" "6289.00 5392.00 1904.00" +"testanim" "idle" +"model" "static/smallfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_smallfilecabinet" +} +// entity 4005 +{ +"spawnflags" "4" +"angle" "225" +"origin" "6164.81 5691.30 1904.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 4006 +{ +"angle" "225" +"origin" "6857.81 5458.30 1904.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 4007 +{ +"classname" "func_group" +// brush 0 +{ +( 5068 4840 2068 ) ( 5068 4872 2100 ) ( 5072 4872 2100 ) general_industrial/jh_pipe1 -70 -4 90.00 0.083008 -0.291992 0 32768 0 +surfaceparm detail +( 5064 4840 2068 ) ( 5064 4848 2068 ) ( 5064 4872 2096 ) general_industrial/jh_pipe1 -48 -44 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 5068 4872 2096 ) ( 5068 4848 2068 ) ( 5072 4848 2068 ) general_industrial/jh_pipe1 -4 30 0.00 0.083496 0.250000 0 32768 0 +surfaceparm detail +( 5072 4848 2068 ) ( 5072 4840 2068 ) ( 5072 4872 2100 ) general_industrial/jh_pipe1 -48 -44 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 5068 4872 2100 ) ( 5068 4872 2096 ) ( 5072 4872 2096 ) general_industrial/jh_pipe1 -4 -114 0.00 0.083496 0.041626 0 32768 0 +surfaceparm detail +( 5068 4848 2068 ) ( 5068 4840 2068 ) ( 5072 4840 2068 ) common/nodraw -15 16 -180.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 4840 2068 ) ( 5064 4848 2068 ) ( 5068 4844 2100.000244 ) common/nodraw -7 -8 -180.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 4008 +{ +"classname" "func_group" +// brush 0 +{ +( 5072 4844 2068 ) ( 5040 4844 2100 ) ( 5040 4848 2100 ) general_industrial/jh_pipe1 -60 -34 -180.00 0.083008 -0.292969 0 32768 0 +surfaceparm detail +( 5072 4840 2068 ) ( 5064 4840 2068 ) ( 5040 4840 2096 ) general_industrial/jh_pipe1 16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5040 4844 2096 ) ( 5064 4844 2068 ) ( 5064 4848 2068 ) general_industrial/jh_pipe1 -106 29 0.00 0.083984 0.250000 0 32768 0 +surfaceparm detail +( 5064 4848 2068 ) ( 5072 4848 2068 ) ( 5040 4848 2100 ) general_industrial/jh_pipe1 16 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5040 4844 2100 ) ( 5040 4844 2096 ) ( 5040 4848 2096 ) general_industrial/jh_pipe1 -106 -114 0.00 0.083984 0.041626 0 32768 0 +surfaceparm detail +( 5064 4844 2068 ) ( 5072 4844 2068 ) ( 5072 4848 2068 ) common/nodraw 9 0 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5064 4848 2068 ) ( 5072 4840 2068 ) ( 5068 4844 2100 ) common/nodraw 33 9 -90.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 4009 +{ +"classname" "func_group" +// brush 0 +{ +( 5072 3772 2068 ) ( 5040 3772 2100 ) ( 5040 3776 2100 ) general_industrial/jh_pipe1 43 -62 -180.00 0.083984 -0.292969 0 32768 0 +surfaceparm detail +( 5072 3768 2068 ) ( 5064 3768 2068 ) ( 5040 3768 2096 ) general_industrial/jh_pipe1 -16 -44 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5040 3772 2096 ) ( 5064 3772 2068 ) ( 5064 3776 2068 ) general_industrial/jh_pipe1 -56 29 0.00 0.083984 0.250000 0 32768 0 +surfaceparm detail +( 5064 3776 2068 ) ( 5072 3776 2068 ) ( 5040 3776 2100 ) general_industrial/jh_pipe1 -16 -44 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5040 3772 2100 ) ( 5040 3772 2096 ) ( 5040 3776 2096 ) general_industrial/jh_pipe1 -56 -113 0.00 0.083984 0.041748 0 32768 0 +surfaceparm detail +( 5064 3772 2068 ) ( 5072 3772 2068 ) ( 5072 3776 2068 ) common/nodraw -31 8 -90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5072 3776 2068 ) ( 5064 3768 2068 ) ( 5068 3772 2100 ) common/nodraw 16 -8 0.00 1 -1 536870912 2224 0 +surfaceparm detail +} +} +// entity 4010 +{ +"classname" "func_group" +// brush 0 +{ +( 5068 3776 2068 ) ( 5068 3744 2100 ) ( 5064 3744 2100 ) general_industrial/jh_pipe1 123 -74 -90.00 0.083984 -0.292969 0 32768 0 +surfaceparm detail +( 5072 3776 2068 ) ( 5072 3768 2068 ) ( 5072 3744 2096 ) general_industrial/jh_pipe1 -48 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5068 3744 2096 ) ( 5068 3768 2068 ) ( 5064 3768 2068 ) general_industrial/jh_pipe1 27 28 -180.00 0.083984 -0.250000 0 32768 0 +surfaceparm detail +( 5064 3768 2068 ) ( 5064 3776 2068 ) ( 5064 3744 2100 ) general_industrial/jh_pipe1 -48 -45 0.00 0.250000 0.291748 0 32768 0 +surfaceparm detail +( 5068 3744 2100 ) ( 5068 3744 2096 ) ( 5064 3744 2096 ) general_industrial/jh_pipe1 27 -113 -180.00 0.083984 -0.041748 0 32768 0 +surfaceparm detail +( 5068 3768 2068 ) ( 5068 3776 2068 ) ( 5064 3776 2068 ) common/nodraw -47 -16 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5064 3768 2068 ) ( 5072 3776 2068 ) ( 5068 3772 2100 ) common/nodraw 33 32 -90.00 1 -1 536870912 2224 0 +surfaceparm detail +} +} +// entity 4011 +{ +"classname" "func_group" +// brush 0 +{ +( 5228 4852 2056 ) ( 5220 4844 2056 ) ( 5224 4840 2056 ) common/nodraw 0 8 0.00 1 1 536870912 2224 0 +surfaceparm detail +( 5220 4844 2066 ) ( 5228 4852 2066 ) ( 5232 4848 2066 ) common/nodraw -32 -15 90.00 1 1 536870912 2224 0 +surfaceparm detail +( 5232 4832 1963 ) ( 5232 4840 1963 ) ( 5232 4840 1939 ) general_industrial/jh_pipe1 -20 45 0.00 1 1 0 32768 0 +surfaceparm detail +( 5228.000488 4852.000488 2066 ) ( 5228.000488 4852.000488 2056 ) ( 5232 4848.000977 2056 ) general_industrial/jh_pipe1 -36 45 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5220.000488 4844.000488 2056 ) ( 5220.000488 4844.000488 2066 ) ( 5224.000977 4840 2066 ) general_industrial/jh_pipe1 -20 45 0.00 1 1 0 32768 0 +surfaceparm detail +( 5224 4840 1927 ) ( 5232 4840 1927 ) ( 5232 4840 1903 ) general_industrial/jh_pipe1 -36 45 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5220 4844 2068 ) ( 5220 4844 2056 ) ( 5228 4852 2056 ) general_industrial/jh_pipe1 -36 45 -180.00 1 -1 0 32768 0 +surfaceparm detail +} +} +// entity 4012 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "90" +"origin" "6719.36 5398.84 1992.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4013 +{ +"spawnflags" "2" +"origin" "6568.00 5050.00 2176.00" +"testanim" "idle" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4014 +{ +"spawnflags" "2" +"origin" "6728.00 5098.00 2176.00" +"testanim" "idle" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4015 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "270" +"origin" "6177.21 5735.57 1992.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4016 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "270" +"origin" "6467.21 5737.57 1992.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4017 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "180" +"origin" "7017.57 5276.36 1992.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4018 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "90" +"origin" "6466.36 5190.84 1992.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4019 +{ +"spawnflags" "4" +"angle" "180" +"origin" "6313.93 5541.97 1904.00" +"testanim" "idle" +"model" "static/metaldesk.tik" +"scale" "1.0" +"classname" "static_furniture_metaldesk" +} +// entity 4020 +{ +"spawnflags" "2" +"angles" "0.00 0.00 0.00" +"angle" "0" +"origin" "6838.84 4992.21 1992.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4021 +{ +"spawnflags" "4" +"origin" "6854.80 4991.43 1904.05" +"testanim" "idle" +"model" "furniture/table.tik" +"scale" "1.0" +"classname" "static_furniture_table" +} +// entity 4022 +{ +"classname" "func_group" +// brush 0 +{ +( 5233.000488 4847.000977 2066 ) ( 5227.501465 4852.500000 2066 ) ( 5219.833984 4844.832520 2066 ) general_industrial/jh_pipe1 -36 45 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 5200.000977 4880.000977 2094.000977 ) ( 5200.000977 4880.000977 2097.999512 ) ( 5192 4872 2097.999512 ) general_industrial/jh_pipe1 -17 -33 0.00 0.058838 0.041748 0 32768 0 +surfaceparm detail +( 5200 4880.000977 2098.000732 ) ( 5200 4880.000977 2094.000732 ) ( 5227.500488 4852.500488 2066 ) general_industrial/jh_pipe1 -110 -51 0.00 0.177246 0.291748 0 32768 0 +surfaceparm detail +( 5227.501953 4852.499512 2066 ) ( 5200.000488 4880.000488 2094.001465 ) ( 5192.250000 4872.250000 2094.001465 ) general_industrial/jh_pipe1 -49 -39 45.12 0.083382 0.214148 0 32768 0 +surfaceparm detail +( 5192.250000 4872.250000 2094 ) ( 5192 4872 2098 ) ( 5225 4839 2066 ) general_industrial/jh_pipe1 46 -51 -180.00 0.176758 -0.291748 0 32768 0 +surfaceparm detail +( 5200.000488 4880.000488 2097.999756 ) ( 5233.000488 4847.000488 2066 ) ( 5225 4839 2066 ) general_industrial/jh_pipe1 -116 -62 44.76 0.083210 -0.292957 0 32768 0 +surfaceparm detail +} +} +// entity 4023 +{ +"spawnflags" "4" +"angle" "90" +"origin" "6264.00 5392.00 1954.00" +"testanim" "idle" +"model" "static/smallfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_smallfilecabinet" +} +// entity 4024 +{ +"spawnflags" "4" +"angle" "90" +"origin" "6289.00 5392.00 1954.00" +"testanim" "idle" +"model" "static/smallfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_smallfilecabinet" +} +// entity 4025 +{ +"spawnflags" "4" +"angle" "90" +"origin" "6202.00 5392.00 1904.00" +"testanim" "idle" +"model" "static/smallfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_smallfilecabinet" +} +// entity 4026 +{ +"spawnflags" "4" +"angle" "90" +"origin" "6228.00 5392.00 1904.00" +"testanim" "idle" +"model" "static/smallfilecabinet.tik" +"scale" "1.0" +"classname" "static_furniture_smallfilecabinet" +} +// entity 4027 +{ +"spawnflags" "8" +"angle" "0" +"origin" "6283.12 5550.84 1904.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 4028 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6568.00 5050.00 2177.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4029 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6408.00 5050.00 2177.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4030 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6728.00 5098.00 2177.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4031 +{ +"spawnflags" "4" +"angle" "90" +"origin" "6477.00 4492.00 1904.00" +"testanim" "idle" +"model" "static/flourbag-bent.tik" +"scale" "3" +"classname" "static_item_flourbag-bent" +} +// entity 4032 +{ +"spawnflags" "4" +"origin" "6372.00 5540.00 1904.00" +"testanim" "idle" +"model" "static/night_stand.tik" +"scale" "1.0" +"classname" "static_furniture_night-stand" +} +// entity 4033 +{ +"spawnflags" "4" +"angle" "270" +"origin" "6522.30 4859.49 1904.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerbench" +} +// entity 4034 +{ +"spawnflags" "4" +"angle" "135" +"origin" "6091.30 4962.26 1904.00" +"testanim" "idle" +"model" "furniture/simplechair.tik" +"scale" "1.0" +"classname" "static_furniture_simplechair" +} +// entity 4035 +{ +"spawnflags" "4" +"angle" "270" +"origin" "6312.30 5197.49 1904.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerbench" +} +// entity 4036 +{ +"spawnflags" "4" +"angle" "270" +"origin" "6788.30 5361.49 1904.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.0" +"classname" "static_furniture_bunkerbench" +} +// entity 4037 +{ +"spawnflags" "4" +"angle" "270" +"origin" "6025.37 4904.11 1904.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.25" +"classname" "static_furniture_bunkerbench" +} +// entity 4038 +{ +"spawnflags" "4" +"angle" "45" +"origin" "6460.30 5102.09 1904.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.25" +"classname" "static_furniture_bunkerbench" +} +// entity 4039 +{ +"spawnflags" "4" +"angle" "45" +"origin" "6292.30 5098.09 1904.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.25" +"classname" "static_furniture_bunkerbench" +} +// entity 4040 +{ +"angles" "15.00 15.00 0.00" +"origin" "7140.53 3380.73 1901.00" +"testanim" "idle" +"model" "static/shovel.tik" +"scale" "1.0" +"classname" "static_item_shovel" +} +// entity 4041 +{ +"angles" "15.00 0.00 0.00" +"origin" "7124.00 3356.00 1906.14" +"testanim" "idle" +"model" "static/pitchfork.tik" +"scale" "1.0" +"classname" "static_item_pitchfork" +} +// entity 4042 +{ +"spawnflags" "2" +"origin" "6944.00 3424.00 2070.00" +"testanim" "idle" +"model" "static/lightbulb_on_wire.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire" +} +// entity 4043 +{ +"classname" "func_group" +// brush 0 +{ +( 7060 2864 2028.000366 ) ( 7060 2868 2028.000366 ) ( 7060 2868 2096 ) mohtest/wood_joist_trim_masked 24 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2864 2032.000366 ) ( 7060 2864 2028.000366 ) ( 7060 2864 2096 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2868 2032.000366 ) ( 7064 2864 2032.000366 ) ( 7064 2864 2096 ) mohtest/wood_joist_trim_masked 24 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7060 2868 2028.000366 ) ( 7064 2868 2032.000366 ) ( 7064 2868 2096 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7060 2868 2096 ) ( 7064 2868 2096 ) ( 7064 2864 2096 ) mohtest/wood_joist_trim_masked -6 71 -90.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2868 2032.000366 ) ( 7060 2868 2028.000366 ) ( 7060 2864 2028.000366 ) mohtest/wood_joist_trim_masked -6 71 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 1 +{ +( 7060 2912 2064 ) ( 7060 2888 2064 ) ( 7060 2888 2048 ) mohtest/wood_joist_trim_masked -4 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2892 2032 ) ( 7048 2892 2032 ) ( 7048 2892 2224 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7064 2892 2060 ) ( 7064 2916 2060 ) ( 7064 2916 2044 ) mohtest/wood_joist_trim_masked -4 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7060 2896 2032 ) ( 7076 2896 2032 ) ( 7076 2896 2224 ) mohtest/wood_joist_trim_masked -26 15 0.00 1 1 0 16384 0 +surfaceparm detail +( 7060 2896 2096 ) ( 7064 2896 2096 ) ( 7062 2892 2096 ) mohtest/wood_joist_trim_masked -6 71 -90.00 1 1 0 16384 0 +surfaceparm detail +( 7062 2896 2042 ) ( 7060 2892 2040 ) ( 7064 2892 2044 ) mohtest/wood_joist_trim_masked -6 71 -90.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 2 +{ +( 7060 2868 2095 ) ( 7076 2868 2096 ) ( 7075 2868 2080 ) common/caulk 38 61 90.03 1.000366 -1 0 65696 0 +surfaceparm detail +( 7073 2892 2070 ) ( 7075 2892 2070 ) ( 7075 2892 2094 ) common/caulk 38 61 90.03 1.000366 -1 0 65696 0 +surfaceparm detail +( 7062 2868 2080 ) ( 7062 2892 2080 ) ( 7060 2892 2082 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2084 ) ( 7062 2868 2084 ) ( 7060 2868 2082 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 2082 ) ( 7064 2868 2082 ) ( 7062 2868 2084 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2080 ) ( 7062 2868 2080 ) ( 7064 2868 2082 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 7060 2868 2079 ) ( 7076 2868 2080 ) ( 7075 2868 2064 ) common/caulk 50 61 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 2054 ) ( 7075 2892 2054 ) ( 7075 2892 2078 ) common/caulk 50 61 90.00 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 2064 ) ( 7062 2892 2064 ) ( 7060 2892 2066 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2068 ) ( 7062 2868 2068 ) ( 7060 2868 2066 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 2066 ) ( 7064 2868 2066 ) ( 7062 2868 2068 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2064 ) ( 7062 2868 2064 ) ( 7064 2868 2066 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 4 +{ +( 7060 2868 2063 ) ( 7076 2868 2064 ) ( 7075 2868 2048 ) common/caulk 5 60 90.03 1.000244 -1 0 65696 0 +surfaceparm detail +( 7073 2892 2038 ) ( 7075 2892 2038 ) ( 7075 2892 2062 ) common/caulk 5 60 90.03 1.000244 -1 0 65696 0 +surfaceparm detail +( 7062 2868 2048 ) ( 7062 2892 2048 ) ( 7060 2892 2050 ) mohtest/wood_joist_trim_masked 5 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2052 ) ( 7062 2868 2052 ) ( 7060 2868 2050 ) mohtest/wood_joist_trim_masked -29 11 0.00 0.999512 1 0 16384 0 +surfaceparm detail +( 7064 2892 2050 ) ( 7064 2868 2050 ) ( 7062 2868 2052 ) mohtest/wood_joist_trim_masked 4 12 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7062 2892 2048 ) ( 7062 2868 2048 ) ( 7064 2868 2050 ) mohtest/wood_joist_trim_masked -27 11 0.00 1 1 0 16384 0 +surfaceparm detail +} +} +// entity 4044 +{ +"classname" "func_group" +// brush 0 +{ +( 6800 3200 2032 ) ( 6816 3200 2032 ) ( 6816 3200 2016 ) common/caulk 10 -4 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6800 3252 2088 ) ( 6800 3236 2088 ) ( 6800 3200 2032 ) mohtest/wood_joist_trim_masked -31 17 -45.00 0.999807 1.001015 0 16384 0 +surfaceparm detail +( 6800 3256 2088 ) ( 6816 3256 2088 ) ( 6816 3200 2032 ) mohtest/wood_joist_trim_masked 11 112 0.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3232 1924 ) ( 6816 3256 1924 ) ( 6816 3256 1908 ) mohtest/wood_joist_trim_masked -31 17 -45.00 0.999807 1.001015 0 16384 0 +surfaceparm detail +( 6816 3272 2088 ) ( 6800 3272 2088 ) ( 6800 3200 2016 ) mohtest/wood_joist_trim_masked 11 112 0.00 1 1 0 16384 0 +surfaceparm detail +( 6800 3248 2080 ) ( 6800 3264 2080 ) ( 6816 3256 2080 ) common/caulk 4 -3 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( 6816 3184 2032 ) ( 6800 3184 2032 ) ( 6800 3184 2016 ) common/caulk 11 12 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 6816 3132 2088 ) ( 6816 3148 2088 ) ( 6816 3184 2032 ) mohtest/wood_joist_trim_masked 1 -9 -135.03 1.000670 -0.999979 0 16384 0 +surfaceparm detail +( 6816 3128 2088 ) ( 6800 3128 2088 ) ( 6800 3184 2032 ) mohtest/wood_joist_trim_masked -5 0 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6800 3152 1924 ) ( 6800 3128 1924 ) ( 6800 3128 1908 ) mohtest/wood_joist_trim_masked 1 -9 -135.03 1.000670 -0.999979 0 16384 0 +surfaceparm detail +( 6800 3112 2088 ) ( 6816 3112 2088 ) ( 6816 3184 2016 ) mohtest/wood_joist_trim_masked -5 0 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3136 2080 ) ( 6816 3120 2080 ) ( 6800 3128 2080 ) common/caulk -44 12 90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 2 +{ +( 6816 3200 1904 ) ( 6800 3200 1904 ) ( 6800 3184 1904 ) common/caulk -44 12 90.00 1 1 0 65696 0 +surfaceparm detail +( 6804 3174 2080 ) ( 6800 3174 2080 ) ( 6800 3198 2080 ) common/caulk -44 12 90.00 1 1 0 65696 0 +surfaceparm detail +( 6816 3168 1920 ) ( 6816 3192 1920 ) ( 6816 3192 1904 ) mohtest/wood_joist_trim_masked 29 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6800 3200 1888 ) ( 6816 3200 1888 ) ( 6816 3200 2080 ) mohtest/wood_joist_trim_masked -6 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6800 3200 1916 ) ( 6800 3176 1916 ) ( 6800 3176 1900 ) mohtest/wood_joist_trim_masked 29 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6816 3184 1888 ) ( 6800 3184 1888 ) ( 6800 3184 2080 ) mohtest/wood_joist_trim_masked -6 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6816 3200 2032 ) ( 6816 3184 2032 ) ( 6816 3184 2016 ) common/caulk 9 -20 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 6868 3200 2088 ) ( 6852 3200 2088 ) ( 6816 3200 2032 ) mohtest/wood_joist_trim_masked 3 -107 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6872 3200 2088 ) ( 6872 3184 2088 ) ( 6816 3184 2032 ) mohtest/wood_joist_trim_masked 27 -112 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6848 3184 1924 ) ( 6872 3184 1924 ) ( 6872 3184 1908 ) mohtest/wood_joist_trim_masked 3 -107 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6888 3184 2088 ) ( 6888 3200 2088 ) ( 6816 3200 2016 ) mohtest/wood_joist_trim_masked 27 -112 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6864 3200 2080 ) ( 6880 3200 2080 ) ( 6872 3184 2080 ) common/caulk -29 -20 -180.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 4045 +{ +"classname" "func_group" +// brush 0 +{ +( 6816 3488 2032 ) ( 6816 3472 2032 ) ( 6816 3472 2016 ) common/caulk 10 -52 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 6868 3488 2088 ) ( 6852 3488 2088 ) ( 6816 3488 2032 ) mohtest/wood_joist_trim_masked 3 -107 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6872 3488 2088 ) ( 6872 3472 2088 ) ( 6816 3472 2032 ) mohtest/wood_joist_trim_masked 27 -112 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6848 3472 1924 ) ( 6872 3472 1924 ) ( 6872 3472 1908 ) mohtest/wood_joist_trim_masked 3 -107 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 6888 3472 2088 ) ( 6888 3488 2088 ) ( 6816 3488 2016 ) mohtest/wood_joist_trim_masked 27 -112 -90.00 1 1 0 16384 0 +surfaceparm detail +( 6864 3488 2080 ) ( 6880 3488 2080 ) ( 6872 3472 2080 ) common/caulk -27 -52 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( 6800 3472 2032 ) ( 6800 3488 2032 ) ( 6800 3488 2016 ) common/caulk 11 60 -90.00 1 1 0 65696 0 +surfaceparm detail +( 6748 3472 2088 ) ( 6764 3472 2088 ) ( 6800 3472 2032 ) mohtest/wood_joist_trim_masked -2 -10 -135.00 0.999979 -1.000066 0 16384 0 +surfaceparm detail +( 6744 3472 2088 ) ( 6744 3488 2088 ) ( 6800 3488 2032 ) mohtest/wood_joist_trim_masked -22 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6768 3488 1924 ) ( 6744 3488 1924 ) ( 6744 3488 1908 ) mohtest/wood_joist_trim_masked -2 -10 -135.00 0.999979 -1.000066 0 16384 0 +surfaceparm detail +( 6728 3488 2088 ) ( 6728 3472 2088 ) ( 6800 3472 2016 ) mohtest/wood_joist_trim_masked -22 96 90.00 1 1 0 16384 0 +surfaceparm detail +( 6752 3472 2080 ) ( 6736 3472 2080 ) ( 6744 3488 2080 ) common/caulk 52 60 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 2 +{ +( 6800 3488 1904 ) ( 6800 3472 1904 ) ( 6816 3472 1904 ) common/caulk 52 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 6790 3484 2080 ) ( 6790 3488 2080 ) ( 6814 3488 2080 ) common/caulk 52 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 6784 3472 1920 ) ( 6808 3472 1920 ) ( 6808 3472 1904 ) mohtest/wood_joist_trim_masked -4 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6816 3488 1888 ) ( 6816 3472 1888 ) ( 6816 3472 2080 ) mohtest/wood_joist_trim_masked -22 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3488 1916 ) ( 6792 3488 1916 ) ( 6792 3488 1900 ) mohtest/wood_joist_trim_masked -4 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 6800 3472 1888 ) ( 6800 3488 1888 ) ( 6800 3488 2080 ) mohtest/wood_joist_trim_masked -22 -1 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 6816 3472 2032 ) ( 6800 3472 2032 ) ( 6800 3472 2016 ) common/caulk 9 12 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 6816 3420 2088 ) ( 6816 3436 2088 ) ( 6816 3472 2032 ) mohtest/wood_joist_trim_masked 13 -85 -135.00 0.999893 -1.000066 0 16384 0 +surfaceparm detail +( 6816 3416 2088 ) ( 6800 3416 2088 ) ( 6800 3472 2032 ) mohtest/wood_joist_trim_masked -3 -32 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6800 3440 1924 ) ( 6800 3416 1924 ) ( 6800 3416 1908 ) mohtest/wood_joist_trim_masked 13 -85 -135.00 0.999893 -1.000066 0 16384 0 +surfaceparm detail +( 6800 3400 2088 ) ( 6816 3400 2088 ) ( 6816 3472 2016 ) mohtest/wood_joist_trim_masked -3 -32 -180.00 1 1 0 16384 0 +surfaceparm detail +( 6816 3424 2080 ) ( 6816 3408 2080 ) ( 6800 3416 2080 ) common/caulk -13 12 90.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 4046 +{ +"classname" "func_group" +// brush 0 +{ +( 7088 3488 2032 ) ( 7088 3472 2032 ) ( 7088 3472 2016 ) common/caulk 9 -52 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 7140 3488 2088 ) ( 7124 3488 2088 ) ( 7088 3488 2032 ) mohtest/wood_joist_trim_masked 3 -48 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 7144 3488 2088 ) ( 7144 3472 2088 ) ( 7088 3472 2032 ) mohtest/wood_joist_trim_masked 27 -96 -90.00 1 1 0 16384 0 +surfaceparm detail +( 7120 3472 1924 ) ( 7144 3472 1924 ) ( 7144 3472 1908 ) mohtest/wood_joist_trim_masked 3 -48 -45.00 0.999893 1.000238 0 16384 0 +surfaceparm detail +( 7160 3472 2088 ) ( 7160 3488 2088 ) ( 7088 3488 2016 ) mohtest/wood_joist_trim_masked 27 -96 -90.00 1 1 0 16384 0 +surfaceparm detail +( 7136 3488 2080 ) ( 7152 3488 2080 ) ( 7144 3472 2080 ) common/caulk -11 -52 -180.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( 7072 3472 2032 ) ( 7072 3488 2032 ) ( 7072 3488 2016 ) common/caulk 10 60 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7020 3472 2088 ) ( 7036 3472 2088 ) ( 7072 3472 2032 ) mohtest/wood_joist_trim_masked -1 55 -135.00 0.999893 -1.000756 0 16384 0 +surfaceparm detail +( 7016 3472 2088 ) ( 7016 3488 2088 ) ( 7072 3488 2032 ) mohtest/wood_joist_trim_masked -22 81 90.00 1 1 0 16384 0 +surfaceparm detail +( 7040 3488 1924 ) ( 7016 3488 1924 ) ( 7016 3488 1908 ) mohtest/wood_joist_trim_masked -1 55 -135.00 0.999893 -1.000756 0 16384 0 +surfaceparm detail +( 7000 3488 2088 ) ( 7000 3472 2088 ) ( 7072 3472 2016 ) mohtest/wood_joist_trim_masked -22 81 90.00 1 1 0 16384 0 +surfaceparm detail +( 7024 3472 2080 ) ( 7008 3472 2080 ) ( 7016 3488 2080 ) common/caulk 36 60 0.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 2 +{ +( 7088 3472 1904 ) ( 7088 3488 1904 ) ( 7072 3488 1904 ) common/caulk 36 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 7062 3484 2080 ) ( 7062 3488 2080 ) ( 7086 3488 2080 ) common/caulk 36 60 0.00 1 1 0 65696 0 +surfaceparm detail +( 7056 3472 1920 ) ( 7080 3472 1920 ) ( 7080 3472 1904 ) mohtest/wood_joist_trim_masked -20 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7088 3488 1888 ) ( 7088 3472 1888 ) ( 7088 3472 2080 ) mohtest/wood_joist_trim_masked -22 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3488 1916 ) ( 7064 3488 1916 ) ( 7064 3488 1900 ) mohtest/wood_joist_trim_masked -20 -1 -180.00 1 -1 0 16384 0 +surfaceparm detail +( 7072 3472 1888 ) ( 7072 3488 1888 ) ( 7072 3488 2080 ) mohtest/wood_joist_trim_masked -22 -1 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 7088 3472 2032 ) ( 7072 3472 2032 ) ( 7072 3472 2016 ) common/caulk 8 61 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 7088 3420 2088 ) ( 7088 3436 2088 ) ( 7088 3472 2032 ) mohtest/wood_joist_trim_masked 13 -86 -135.00 0.999893 -0.999893 0 16384 0 +surfaceparm detail +( 7088 3416 2088 ) ( 7072 3416 2088 ) ( 7072 3472 2032 ) mohtest/wood_joist_trim_masked -21 -32 -180.00 1 1 0 16384 0 +surfaceparm detail +( 7072 3440 1924 ) ( 7072 3416 1924 ) ( 7072 3416 1908 ) mohtest/wood_joist_trim_masked 13 -86 -135.00 0.999893 -0.999893 0 16384 0 +surfaceparm detail +( 7072 3400 2088 ) ( 7088 3400 2088 ) ( 7088 3472 2016 ) mohtest/wood_joist_trim_masked -21 -32 -180.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3424 2080 ) ( 7088 3408 2080 ) ( 7072 3416 2080 ) common/caulk -13 62 90.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 4047 +{ +"classname" "func_group" +// brush 0 +{ +( 7088 3184 2032 ) ( 7072 3184 2032 ) ( 7072 3184 2016 ) common/caulk 9 61 -90.00 1 -1 0 65696 0 +surfaceparm detail +( 7088 3132 2088 ) ( 7088 3148 2088 ) ( 7088 3184 2032 ) mohtest/wood_joist_trim_masked 2 -15 -135.00 0.999893 -1.000497 0 16384 0 +surfaceparm detail +( 7088 3128 2088 ) ( 7072 3128 2088 ) ( 7072 3184 2032 ) mohtest/wood_joist_trim_masked -21 0 -180.00 1 1 0 16384 0 +surfaceparm detail +( 7072 3152 1924 ) ( 7072 3128 1924 ) ( 7072 3128 1908 ) mohtest/wood_joist_trim_masked 2 -15 -135.00 0.999893 -1.000497 0 16384 0 +surfaceparm detail +( 7072 3112 2088 ) ( 7088 3112 2088 ) ( 7088 3184 2016 ) mohtest/wood_joist_trim_masked -21 0 -180.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3136 2080 ) ( 7088 3120 2080 ) ( 7072 3128 2080 ) common/caulk -45 60 90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 1 +{ +( 7072 3200 2032 ) ( 7088 3200 2032 ) ( 7088 3200 2016 ) common/caulk 10 -52 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7072 3252 2088 ) ( 7072 3236 2088 ) ( 7072 3200 2032 ) mohtest/wood_joist_trim_masked -31 26 -44.97 1.000757 0.999289 0 16384 0 +surfaceparm detail +( 7072 3256 2088 ) ( 7088 3256 2088 ) ( 7088 3200 2032 ) mohtest/wood_joist_trim_masked 26 113 0.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3232 1924 ) ( 7088 3256 1924 ) ( 7088 3256 1908 ) mohtest/wood_joist_trim_masked -31 26 -44.97 1.000757 0.999289 0 16384 0 +surfaceparm detail +( 7088 3272 2088 ) ( 7072 3272 2088 ) ( 7072 3200 2016 ) mohtest/wood_joist_trim_masked 26 113 0.00 1 1 0 16384 0 +surfaceparm detail +( 7072 3248 2080 ) ( 7072 3264 2080 ) ( 7088 3256 2080 ) common/caulk 3 -52 -90.00 1 1 0 65696 0 +surfaceparm detail +} +// brush 2 +{ +( 7068 3184 1904 ) ( 7084 3184 1904 ) ( 7084 3200 1904 ) common/caulk 3 -52 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7084 3210 2080 ) ( 7088 3210 2080 ) ( 7088 3186 2080 ) common/caulk 3 -52 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7072 3216 1920 ) ( 7072 3192 1920 ) ( 7072 3192 1904 ) mohtest/wood_joist_trim_masked -20 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3184 1888 ) ( 7072 3184 1888 ) ( 7072 3184 2080 ) mohtest/wood_joist_trim_masked 26 0 0.00 1 1 0 16384 0 +surfaceparm detail +( 7088 3184 1916 ) ( 7088 3208 1916 ) ( 7088 3208 1900 ) mohtest/wood_joist_trim_masked -20 -1 0.00 1 1 0 16384 0 +surfaceparm detail +( 7072 3200 1888 ) ( 7088 3200 1888 ) ( 7088 3200 2080 ) mohtest/wood_joist_trim_masked 26 0 0.00 1 1 0 16384 0 +surfaceparm detail +} +// brush 3 +{ +( 7072 3184 2032 ) ( 7072 3200 2032 ) ( 7072 3200 2016 ) common/caulk 8 28 -90.00 1 1 0 65696 0 +surfaceparm detail +( 7020 3184 2088 ) ( 7036 3184 2088 ) ( 7072 3184 2032 ) mohtest/wood_joist_trim_masked -31 57 -135.00 0.999893 -1.000238 0 16384 0 +surfaceparm detail +( 7016 3184 2088 ) ( 7016 3200 2088 ) ( 7072 3200 2032 ) mohtest/wood_joist_trim_masked -21 80 90.00 1 1 0 16384 0 +surfaceparm detail +( 7040 3200 1924 ) ( 7016 3200 1924 ) ( 7016 3200 1908 ) mohtest/wood_joist_trim_masked -31 57 -135.00 0.999893 -1.000238 0 16384 0 +surfaceparm detail +( 7000 3200 2088 ) ( 7000 3184 2088 ) ( 7072 3184 2016 ) mohtest/wood_joist_trim_masked -21 80 90.00 1 1 0 16384 0 +surfaceparm detail +( 7024 3184 2080 ) ( 7008 3184 2080 ) ( 7016 3200 2080 ) common/caulk 35 29 0.00 1 1 0 65696 0 +surfaceparm detail +} +} +// entity 4048 +{ +"classname" "func_group" +// brush 0 +{ +( 6864 2812 1888 ) ( 6872 2812 1888 ) ( 6872 2820 1888 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6872 2819 2068 ) ( 6872 2811 2068 ) ( 6864 2811 2068 ) common/caulk 0 0 0.00 1 1 0 65696 0 +( 6864 2808 1920 ) ( 6864 2808 1944 ) ( 6864 2800 1944 ) general_industrial/jh_pipe1 -20 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6872 2816 2048 ) ( 6872 2816 2072 ) ( 6864 2816 2072 ) general_industrial/jh_pipe1 -100 24 0.00 1 1 0 32768 0 +surfaceparm detail +( 6872 2812 1908 ) ( 6872 2812 1932 ) ( 6872 2820 1932 ) general_industrial/jh_pipe1 -20 25 -180.00 1 -1 0 32768 0 +surfaceparm detail +( 6864 2808 1884 ) ( 6864 2808 1908 ) ( 6872 2808 1908 ) general_industrial/jh_pipe1 -100 24 0.00 1 1 0 32768 0 +surfaceparm detail +} +// brush 1 +{ +( 6896 2816 2100 ) ( 6896 2812 2100 ) ( 6864 2812 2068 ) general_industrial/jh_pipe1 52 1 0.00 0.082031 -0.291016 0 32768 0 +surfaceparm detail +( 6896 2808 2096 ) ( 6872 2808 2068 ) ( 6864 2808 2068 ) general_industrial/jh_pipe1 16 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 6872 2816 2068 ) ( 6872 2812 2068 ) ( 6896 2812 2096 ) general_industrial/jh_pipe1 60 28 -180.00 0.083984 -0.250000 0 32768 0 +surfaceparm detail +( 6896 2816 2100 ) ( 6864 2816 2068 ) ( 6872 2816 2068 ) general_industrial/jh_pipe1 16 -45 -180.00 0.250000 -0.291748 0 32768 0 +surfaceparm detail +( 6896 2816 2096 ) ( 6896 2812 2096 ) ( 6896 2812 2100 ) general_industrial/jh_pipe1 60 -114 -180.00 0.083984 -0.041626 0 32768 0 +surfaceparm detail +( 6864 2816 2068 ) ( 6864 2812 2068 ) ( 6872 2812 2068 ) common/nodraw 17 -32 90.00 1 1 536870912 2224 0 +surfaceparm detail +} +} +// entity 4049 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6944.00 3240.00 2071.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4050 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6944.00 3424.00 2071.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4051 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6944.00 3056.00 2071.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4052 +{ +"spawnflags" "2" +"origin" "6944.00 3240.00 2070.00" +"testanim" "idle" +"model" "static/lightbulb_on_wire.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire" +} +// entity 4053 +{ +"spawnflags" "2" +"origin" "6944.00 3056.00 2070.00" +"testanim" "idle" +"model" "static/lightbulb_on_wire.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire" +} +// entity 4054 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + german/raildoor + ( 9 3 0 -2147467264 0 subdivisions 7.222744 ) +( +( ( 6677 5212 1904 0 0 ) ( 6669 5212 1934 -0.500000 0 ) ( 6677 5212 1964 -1 0 ) ) +( ( 6677 5192 1904 0 0.250000 ) ( 6669 5184 1934 -0.500000 0.250000 ) ( 6677 5192 1964 -1 0.250000 ) ) +( ( 6697 5192 1904 0 0.500000 ) ( 6697 5184 1934 -0.500000 0.500000 ) ( 6697 5192 1964 -1 0.500000 ) ) +( ( 6717 5192 1904 0 0.750000 ) ( 6725 5184 1934 -0.500000 0.750000 ) ( 6717 5192 1964 -1 0.750000 ) ) +( ( 6717 5212 1904 0 1 ) ( 6725 5212 1934 -0.500000 1 ) ( 6717 5212 1964 -1 1 ) ) +( ( 6717 5232 1904 0 1.250000 ) ( 6725 5240 1934 -0.500000 1.250000 ) ( 6717 5232 1964 -1 1.250000 ) ) +( ( 6697 5232 1904 0 1.500000 ) ( 6697 5240 1934 -0.500000 1.500000 ) ( 6697 5232 1964 -1 1.500000 ) ) +( ( 6677 5232 1904 0 1.750000 ) ( 6669 5240 1934 -0.500000 1.750000 ) ( 6677 5232 1964 -1 1.750000 ) ) +( ( 6677 5212 1904 0 2 ) ( 6669 5212 1934 -0.500000 2 ) ( 6677 5212 1964 -1 2 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail subdivisions 143.215912 ) +( +( ( 6677 5212 1960 5.600000 -0.200000 ) ( 6677 5212 1964 5.600000 -0.184375 ) ( 6677 5212 1968 5.600000 -0.168750 ) ) +( ( 6677 5192 1960 5.678125 -0.200000 ) ( 6677 5192 1964 5.678125 -0.184375 ) ( 6677 5192 1968 5.678125 -0.168750 ) ) +( ( 6697 5192 1960 5.756250 -0.200000 ) ( 6697 5192 1964 5.756250 -0.184375 ) ( 6697 5192 1968 5.756250 -0.168750 ) ) +( ( 6717 5192 1960 5.834375 -0.200000 ) ( 6717 5192 1964 5.834375 -0.184375 ) ( 6717 5192 1968 5.834375 -0.168750 ) ) +( ( 6717 5212 1960 5.912500 -0.200000 ) ( 6717 5212 1964 5.912500 -0.184375 ) ( 6717 5212 1968 5.912500 -0.168750 ) ) +( ( 6717 5232 1960 5.990625 -0.200000 ) ( 6717 5232 1964 5.990625 -0.184375 ) ( 6717 5232 1968 5.990625 -0.168750 ) ) +( ( 6697 5232 1960 6.068750 -0.200000 ) ( 6697 5232 1964 6.068750 -0.184375 ) ( 6697 5232 1968 6.068750 -0.168750 ) ) +( ( 6677 5232 1960 6.146875 -0.200000 ) ( 6677 5232 1964 6.146875 -0.184375 ) ( 6677 5232 1968 6.146875 -0.168750 ) ) +( ( 6677 5212 1960 6.225000 -0.200000 ) ( 6677 5212 1964 6.225000 -0.184375 ) ( 6677 5212 1968 6.225000 -0.168750 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail subdivisions 143.215912 ) +( +( ( 6677 5212 1968 -7.800000 1.600000 ) ( 6679 5212 1968 -7.800000 1.607813 ) ( 6681 5212 1968 -7.800000 1.615625 ) ) +( ( 6677 5192 1968 -7.721875 1.600000 ) ( 6678 5193 1968 -7.727363 1.607812 ) ( 6680 5195 1968 -7.732768 1.615626 ) ) +( ( 6697 5192 1968 -7.643750 1.600000 ) ( 6697 5194 1968 -7.654725 1.607813 ) ( 6697 5196 1968 -7.665537 1.615625 ) ) +( ( 6717 5192 1968 -7.565625 1.600000 ) ( 6716 5193 1968 -7.582088 1.607812 ) ( 6714 5195 1968 -7.598305 1.615626 ) ) +( ( 6717 5212 1968 -7.487500 1.600000 ) ( 6715 5212 1968 -7.509450 1.607813 ) ( 6713 5212 1968 -7.531074 1.615625 ) ) +( ( 6717 5232 1968 -7.409375 1.600000 ) ( 6716 5231 1968 -7.436813 1.607812 ) ( 6714 5229 1968 -7.463842 1.615626 ) ) +( ( 6697 5232 1968 -7.331250 1.600000 ) ( 6697 5230 1968 -7.364176 1.607813 ) ( 6697 5228 1968 -7.396610 1.615625 ) ) +( ( 6677 5232 1968 -7.253125 1.600000 ) ( 6678 5231 1968 -7.291538 1.607812 ) ( 6680 5229 1968 -7.329379 1.615626 ) ) +( ( 6677 5212 1968 -7.175000 1.600000 ) ( 6679 5212 1968 -7.218901 1.607813 ) ( 6681 5212 1968 -7.262147 1.615625 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + interior/woodbeamed_trenchwall1 + ( 3 3 0 -2147467264 0 subdivisions 139.965530 ) +( +( ( 6681 5212 1964 95.609375 -72.531250 ) ( 6680 5229 1964 95.593750 -72.796875 ) ( 6697 5228 1964 95.859375 -72.781250 ) ) +( ( 6680 5195 1964 95.593750 -72.265625 ) ( 6697 5212 1964 95.859375 -72.531250 ) ( 6714 5229 1964 96.125000 -72.796875 ) ) +( ( 6697 5196 1964 95.859375 -72.281250 ) ( 6714 5195 1964 96.125000 -72.265625 ) ( 6713 5212 1964 96.109375 -72.531250 ) ) +) + } + } +// brush 4 + { + patchDef2 + { + general_industrial/jh_pipe1 + ( 9 3 0 -2147450880 0 +surfaceparm detail subdivisions 139.965530 ) +( +( ( 6681 5212 1968 5.600000 -0.168750 ) ( 6681 5212 1964 5.600000 -0.184375 ) ( 6681 5212 1960 5.600000 -0.200000 ) ) +( ( 6680 5195 1968 5.678125 -0.168750 ) ( 6680 5195 1964 5.678125 -0.184375 ) ( 6680 5195 1960 5.678125 -0.200000 ) ) +( ( 6697 5196 1968 5.756250 -0.168750 ) ( 6697 5196 1964 5.756250 -0.184375 ) ( 6697 5196 1960 5.756250 -0.200000 ) ) +( ( 6714 5195 1968 5.834375 -0.168750 ) ( 6714 5195 1964 5.834375 -0.184375 ) ( 6714 5195 1960 5.834375 -0.200000 ) ) +( ( 6713 5212 1968 5.912500 -0.168750 ) ( 6713 5212 1964 5.912500 -0.184375 ) ( 6713 5212 1960 5.912500 -0.200000 ) ) +( ( 6714 5229 1968 5.990625 -0.168750 ) ( 6714 5229 1964 5.990625 -0.184375 ) ( 6714 5229 1960 5.990625 -0.200000 ) ) +( ( 6697 5228 1968 6.068750 -0.168750 ) ( 6697 5228 1964 6.068750 -0.184375 ) ( 6697 5228 1960 6.068750 -0.200000 ) ) +( ( 6680 5229 1968 6.146875 -0.168750 ) ( 6680 5229 1964 6.146875 -0.184375 ) ( 6680 5229 1960 6.146875 -0.200000 ) ) +( ( 6681 5212 1968 6.225000 -0.168750 ) ( 6681 5212 1964 6.225000 -0.184375 ) ( 6681 5212 1960 6.225000 -0.200000 ) ) +) + } + } +} +// entity 4055 +{ +"origin" "6239.00 4736.00 2133.00" +"testanim" "idle" +"model" "static/pitcher.tik" +"scale" "1.0" +"classname" "static_decor_pitcher" +} +// entity 4056 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-7754.00 3958.00 2001.00" +} +// entity 4057 +{ +"spawnflags" "2" +"origin" "5346.00 7154.00 2262.00" +"testanim" "idle" +"model" "static/tree_winter_midpine.tik" +"scale" "1.0" +"classname" "static_natural_tree_winter-midpine" +} +// entity 4058 +{ +"spawnflags" "2" +"origin" "3165.80 6335.80 1898.60" +"testanim" "idle" +"model" "static/natural//tree_winter_tallpine_nosprite.tik" +"scale" "1.80" +"classname" "static_natural_tree_winter-tallpinenosprite" +} +// entity 4059 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "4324.00 6344.00 2189.00" +} +// entity 4060 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "4804.00 6824.00 2317.00" +} +// entity 4061 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-7482.00 -618.00 1729.00" +} +// entity 4062 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-7498.00 118.00 1841.00" +} +// entity 4063 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-7754.00 5094.00 2225.00" +} +// entity 4064 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-5658.00 6950.00 2081.00" +} +// entity 4065 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-5210.00 7078.00 2129.00" +} +// entity 4066 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-3834.00 7494.00 2257.00" +} +// entity 4067 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-1274.00 7814.00 2177.00" +} +// entity 4068 +{ +"spawnflags" "2" +"origin" "6468.00 -6912.00 22.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 4069 +{ +"spawnflags" "4" +"angles" "0.00 0.00 0.00" +"angle" "180" +"testanim" "idle" +"origin" "6579.72 5661.56 1904.00" +"model" "static/cabinet_small.tik" +"scale" "1.0" +"classname" "static_furniture_cabinet-small" +} +// entity 4070 +{ +"origin" "4843.14 4578.79 1888.00" +"angle" "225" +"testanim" "idle" +"model" "static/sandbag_large_semicircle_winter.tik" +"scale" "1.0" +"classname" "static_obstacle_sandbag-large-semicircle-winter" +} +// entity 4071 +{ +"angle" "45" +"angles" "0.00 180.00 0.00" +"origin" "4805.02 4540.24 1952.09" +"testanim" "idle" +"model" "statweapons//mg42_bipod.tik" +"scale" "1.0" +"classname" "static_weapon_mg42bipod" +} +// entity 4072 +{ +"spawnflags" "8" +"angle" "270" +"angles" "0.00 96.00 0.00" +"origin" "4301.40 4814.80 1919.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 4073 +{ +"spawnflags" "8" +"angle" "180" +"angles" "0 216 0" +"origin" "4595.00 -4923.00 315.00" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2" +"classname" "static_natural_rock_winter-large" +} +// entity 4074 +{ +"spawnflags" "2" +"origin" "4684.00 -4576.00 422.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "2" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 4075 +{ +"target" "mv141 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4492 mv4501 mv4502 mv4503 mv4508" +"targetname" "mv140" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8048 3584 1904 ) ( 6320 3584 1904 ) ( 6320 2304 1904 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 6368 2304 2256 ) ( 6368 3584 2256 ) ( 8096 3584 2256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 7152 2784 1216 ) ( 7152 3584 1216 ) ( 7152 3584 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6736 3584 5424 ) ( 6736 2784 5424 ) ( 6736 2784 3952 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6784 2832 1216 ) ( 7360 2832 1216 ) ( 7360 2832 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 6608 3648 -256 ) ( 6832 3648 -256 ) ( 6720 3648 1216 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4076 +{ +"targetname" "mv141" +"target" "mv140 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4492 mv4501 mv4502 mv4503 mv4508" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7408 3328 1904 ) ( 5680 3328 1904 ) ( 5680 2048 1904 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 5728 2048 2256 ) ( 5728 3328 2256 ) ( 7456 3328 2256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 6496 2528 2192 ) ( 6496 3328 2192 ) ( 6496 3328 720 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6096 3328 1216 ) ( 6096 2528 1216 ) ( 6096 2528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6144 2576 1216 ) ( 6720 2576 1216 ) ( 6720 2576 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 5968 3392 -256 ) ( 6192 3392 -256 ) ( 6080 3392 1216 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4077 +{ +"spawnflags" "8" +"angle" "90" +"classname" "static_natural_rock_winter-large" +"scale" "1.80" +"model" "static//rock_winter_large.tik" +"testanim" "idle" +"origin" "-489.80 -7754.20 773.40" +"angles" "0 216 0" +} +// entity 4078 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" ".75" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "-658.00 -7762.00 780.00" +} +// entity 4079 +{ +"classname" "func_group" +// brush 0 +{ +( 976 -815.999939 1136 ) ( 528 -751.999939 1136 ) ( 528 -751.999939 816 ) common/monster -46 -17 0.00 1 1 131072 2193 0 +surfaceparm detail +( 528 -751.999939 1136 ) ( 528 -784 1136 ) ( 528 -784 816 ) common/monster 12 -17 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 528 -783.999878 1136 ) ( 976 -847.999878 1136 ) ( 976 -847.999878 816 ) common/monster -46 -17 0.00 1 1 131072 2193 0 +surfaceparm detail +( 976 -848 1136 ) ( 976 -816.000061 1136 ) ( 976 -816.000061 816 ) common/monster 12 -17 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 528 -784 1136 ) ( 528 -752 1136 ) ( 976 -816 1136 ) common/monster 10 47 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 528 -752 816 ) ( 528 -784 816 ) ( 976 -848 816 ) common/monster 10 47 -90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 1 +{ +( 1008 -816 1136 ) ( 1008 -816 816 ) ( 1008 -1168 816 ) common/monster -44 -16 0.00 1 1 131072 2193 0 +surfaceparm detail +( 976 -1168 1136 ) ( 1008 -1168 1136 ) ( 1008 -1168 816 ) common/monster -46 -17 0.00 1 1 131072 2193 0 +surfaceparm detail +( 976 -816 816 ) ( 976 -816 1136 ) ( 976 -1168 1136 ) common/monster -44 -16 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1008 -816 1136 ) ( 976 -816 1136 ) ( 976 -816 816 ) common/monster -46 -17 0.00 1 1 131072 2193 0 +surfaceparm detail +( 976 -816 1136 ) ( 1008 -816 1136 ) ( 1008 -1168 1136 ) common/monster -46 44 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1008 -816 816 ) ( 976 -816 816 ) ( 976 -1168 816 ) common/monster -46 44 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 2 +{ +( -176.000137 -784.000061 816 ) ( -176.000137 -784.000061 1136 ) ( 528 -1168.000122 1136 ) common/monster 18 -16 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 528 -1167.999756 1136 ) ( 528 -1136 1136 ) ( 528 -1136 816 ) common/monster 14 -17 0.00 1 1 131072 2193 0 +surfaceparm detail +( -143.999939 -751.999939 1136 ) ( -143.999939 -751.999939 816 ) ( 528 -1135.999878 816 ) common/monster 18 -16 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -144.000015 -752 1136 ) ( -176.000259 -784.000244 1136 ) ( -176.000259 -784.000244 816 ) common/monster -12 -17 0.00 1 1 131072 2193 0 +surfaceparm detail +( -175.999969 -784.000061 1136 ) ( -144 -752 1136 ) ( 528 -1136 1136 ) common/monster -12 -17 90.00 1 1 131072 2193 0 +surfaceparm detail +( -144 -752 816 ) ( -175.999969 -784.000061 816 ) ( 528 -1168 816 ) common/monster -12 -17 90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 3 +{ +( 976 -1136 1136 ) ( 528 -1136 1136 ) ( 528 -1136 816 ) common/monster -46 -18 0.00 1 1 131072 2193 0 +surfaceparm detail +( 528 -1136 816 ) ( 528 -1136 1136 ) ( 528 -1168 1136 ) common/monster -46 -19 0.00 1 1 131072 2193 0 +surfaceparm detail +( 528 -1168 1136 ) ( 976 -1168 1136 ) ( 976 -1168 816 ) common/monster -46 -18 0.00 1 1 131072 2193 0 +surfaceparm detail +( 976 -1136 1136 ) ( 976 -1136 816 ) ( 976 -1168 816 ) common/monster 12 -18 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 528 -1136 1136 ) ( 976 -1136 1136 ) ( 976 -1168 1136 ) common/monster 10 48 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 976 -1136 816 ) ( 528 -1136 816 ) ( 528 -1168 816 ) common/monster 10 48 -90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 4 +{ +( 528 -784 816 ) ( -16 -496 816 ) ( -16 -496 1136 ) common/monster -14 -16 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 528 -752 816 ) ( 528 -784 816 ) ( 528 -784 1136 ) common/monster -44 -17 0.00 1 1 131072 2193 0 +surfaceparm detail +( -16 -464 816 ) ( 528 -752 816 ) ( 528 -752 1136 ) common/monster -14 -16 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -16 -496 816 ) ( -16 -464 816 ) ( -16 -464 1136 ) common/monster -44 -17 0.00 1 1 131072 2193 0 +surfaceparm detail +( -16 -496 1136 ) ( -16 -464 1136 ) ( 528 -752 1136 ) common/monster -44 14 90.00 1 1 131072 2193 0 +surfaceparm detail +( 528 -752 816 ) ( -16 -464 816 ) ( -16 -496 816 ) common/monster -44 14 90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 5 +{ +( -176 -784 816 ) ( -16 -464 816 ) ( -16 -464 1136 ) common/monster 12 -15 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -144 -752 816 ) ( -176 -784 816 ) ( -176 -784 1136 ) common/monster 12 -15 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -16 -496 816 ) ( -144 -752 816 ) ( -144 -752 1136 ) common/monster 12 -15 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -16 -464 816 ) ( -16 -496 816 ) ( -16 -496 1136 ) common/monster 12 -15 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( -16 -464 1136 ) ( -16 -496 1136 ) ( -144 -752 1136 ) common/monster -14 -11 -180.00 1 1 131072 2193 0 +surfaceparm detail +( -176 -784 816 ) ( -144 -752 816 ) ( -16 -496 816 ) common/monster -14 -11 -180.00 1 1 131072 2193 0 +surfaceparm detail +} +} +// entity 4080 +{ +"classname" "func_group" +// brush 0 +{ +( 1200 1712.000122 960 ) ( 1200 1712.000122 1280 ) ( 752 1712.000122 1280 ) common/monster 50 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1568 1712 1040 ) ( 1568 1712 1360 ) ( 1568 1744 1360 ) common/monster 44 -1 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1200 1680 1280 ) ( 1200 1680 960 ) ( 752 1680 960 ) common/monster 50 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( 768 1712 1040 ) ( 768 1712 1360 ) ( 768 1680 1360 ) common/monster 44 -1 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1216 1712 1360 ) ( 1216 1680 1360 ) ( 768 1680 1360 ) common/monster 42 -48 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 1200 1680 960 ) ( 1200 1712 960 ) ( 752 1712 960 ) common/monster 42 -48 -90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 1 +{ +( 720 1312 960 ) ( 720 1696 960 ) ( 720 1696 1280 ) common/monster 20 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 752 1312 960 ) ( 720 1312 960 ) ( 720 1312 1280 ) common/monster 50 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( 768 1696 1040 ) ( 768 1312 1040 ) ( 768 1312 1360 ) common/monster 20 0 0.00 1 1 131072 2193 0 +surfaceparm detail +( 720 1712 960 ) ( 752 1712 960 ) ( 752 1712 1280 ) common/monster 50 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( 736 1312 1360 ) ( 736 1664 1360 ) ( 768 1664 1360 ) common/monster 50 -20 0.00 1 1 131072 2193 0 +surfaceparm detail +( 752 1312 960 ) ( 752 1664 960 ) ( 720 1664 960 ) common/monster 50 -20 0.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 2 +{ +( 1552 1392 960 ) ( 1552 1360 960 ) ( 1936 1648 960 ) common/monster -28 15 90.00 1 1 131072 2193 0 +surfaceparm detail +( 1936 1648 1360 ) ( 1552 1360 1360 ) ( 1552 1392 1360 ) common/monster -28 15 90.00 1 1 131072 2193 0 +surfaceparm detail +( 1904 1648 1360 ) ( 1904 1648 960 ) ( 1936 1648 960 ) common/monster -28 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1552 1392 1360 ) ( 1552 1392 960 ) ( 1904 1648 960 ) common/monster -13 0 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1552 1360 1360 ) ( 1552 1360 960 ) ( 1552 1392 960 ) common/monster -2 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1936 1648 1360 ) ( 1936 1648 960 ) ( 1552 1360 960 ) common/monster -13 0 -180.00 1 -1 131072 2193 0 +surfaceparm detail +} +// brush 3 +{ +( 768 1344 960 ) ( 1552 1392 960 ) ( 1552 1392 1360 ) common/monster 50 -2 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1552 1392 960 ) ( 1552 1360 960 ) ( 1552 1360 1360 ) common/monster 2 -3 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1552 1360 960 ) ( 768 1312 960 ) ( 768 1312 1360 ) common/monster 50 -2 0.00 1 1 131072 2193 0 +surfaceparm detail +( 768 1312 960 ) ( 768 1344 960 ) ( 768 1344 1360 ) common/monster 28 -2 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1552 1360 1360 ) ( 768 1312 1360 ) ( 768 1344 1360 ) common/monster 26 -47 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 768 1344 960 ) ( 768 1312 960 ) ( 1552 1360 960 ) common/monster 26 -47 -90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 4 +{ +( 1712 1839.999268 1360 ) ( 1712 1839.999268 960 ) ( 1568 1679.999268 960 ) common/monster -46 0 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1568 1680 960 ) ( 1568 1712 960 ) ( 1568 1712 1360 ) common/monster 20 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1712 1872.000244 960 ) ( 1712 1872.000244 1360 ) ( 1568 1712.000244 1360 ) common/monster -46 0 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1712 1872 960 ) ( 1712 1840 960 ) ( 1712 1840 1360 ) common/monster 20 -1 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1712 1872.000244 1360 ) ( 1712 1839.999756 1360 ) ( 1568 1679.999756 1360 ) common/monster 20 46 90.00 1 1 131072 2193 0 +surfaceparm detail +( 1712 1839.999756 960 ) ( 1712 1872.000244 960 ) ( 1568 1712.000244 960 ) common/monster 20 46 90.00 1 1 131072 2193 0 +surfaceparm detail +} +// brush 5 +{ +( 1712 1870.666626 960 ) ( 1712 1838.400024 960 ) ( 1904 1648 960 ) common/monster -13 21 -180.00 1 1 131072 2193 0 +surfaceparm detail +( 1712 1838.400024 1360 ) ( 1712 1870.666626 1360 ) ( 1936 1648 1360 ) common/monster -13 21 -180.00 1 1 131072 2193 0 +surfaceparm detail +( 1712 1856 1360 ) ( 1712 1856 1040 ) ( 1712 1888 1040 ) common/monster -19 -63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1712 1838.400269 960 ) ( 1712 1838.400269 1360 ) ( 1904.000244 1648 1360 ) common/monster -19 -63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1936 1648 1280 ) ( 1936 1648 960 ) ( 1904 1648 960 ) common/monster 28 -63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1712 1870.666626 1360 ) ( 1712 1870.666626 960 ) ( 1936 1648 960 ) common/monster -19 -63 -180.00 1 -1 131072 2193 0 +surfaceparm detail +} +} +// entity 4081 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "6691.00 7135.00 1879.00" +} +// entity 4082 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "6407.00 5927.00 1895.00" +} +// entity 4083 +{ +"spawnflags" "2" +"angle" "45" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.25" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "6241.00 5873.00 1861.00" +} +// entity 4084 +{ +"spawnflags" "8" +"angle" "180" +"angles" "0.00 96.00 0.00" +"origin" "3509.80 4712.80 1825.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 4085 +{ +"spawnflags" "8" +"angle" "45" +"angles" "0.00 96.00 0.00" +"origin" "3402.71 4201.02 1864.00" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2" +"classname" "static_natural_rock_winter-large" +} +// entity 4086 +{ +"spawnflags" "4" +"origin" "6302.72 5680.15 2080.32" +"angle" "270" +"testanim" "idle" +"model" "static/bunkerstove.tik" +"scale" "1.0" +"classname" "static_equipment_bunkerstove" +} +// entity 4087 +{ +"spawnflags" "4" +"origin" "6694.81 5399.40 2080.32" +"angle" "90" +"testanim" "idle" +"model" "static/bunkerstove.tik" +"scale" "1.0" +"classname" "static_equipment_bunkerstove" +} +// entity 4088 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-5760.25 4601.24 1455.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 4089 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6687 2783 2062 0 0.800000 ) ( 6687 2783 2094 0 0.400000 ) ( 6687 2783 2126 0 0 ) ) +( ( 6719.500000 2783 2094 0.500000 0.800000 ) ( 6719.500000 2783 2126 0.500000 0.400000 ) ( 6719.500000 2783 2158 0.500000 0 ) ) +( ( 6752 2783 2126 1 0.800000 ) ( 6752 2783 2158 1 0.400000 ) ( 6752 2783 2190 1 0 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 198.784195 ) +( +( ( 7136 2783 2190 0 0 ) ( 7136 2783 2158 0 0.500000 ) ( 7136 2783 2114 0 1 ) ) +( ( 6944 2783 2190 2 0 ) ( 6944 2783 2158 2 0.500000 ) ( 6944 2783 2110 2 1 ) ) +( ( 6752 2783 2190 4 0 ) ( 6752 2783 2158 4 0.500000 ) ( 6752 2783 2106 4 1 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 7201 2783 2126 0 0 ) ( 7201 2783 2094 0 0.400000 ) ( 7201 2783 2062 0 0.800000 ) ) +( ( 7168.500000 2783 2158 0.500000 0 ) ( 7168.500000 2783 2122 0.500000 0.400000 ) ( 7168.500000 2783 2094 0.500000 0.800000 ) ) +( ( 7136 2783 2190 1 0 ) ( 7136 2783 2158 1 0.400000 ) ( 7136 2783 2126 1 0.800000 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 338.544708 ) +( +( ( 6687 2783 2128 0 0 ) ( 6687 2783 2104.615234 0 0.400000 ) ( 6687 2783 2052 0 0.800000 ) ) +( ( 6687 3039.571289 2128 4 0 ) ( 6687 3039.571289 2104.615234 4 0.400000 ) ( 6687 3039.571289 2052 4 0.800000 ) ) +( ( 6687 3681 2128 8 0 ) ( 6687 3681 2104.615234 8 0.400000 ) ( 6687 3681 2052 8 0.800000 ) ) +) + } + } +} +// entity 4090 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6561 3425 2067 0 0.800000 ) ( 6561 3425 2099 0 0.400000 ) ( 6561 3425 2131 0 0 ) ) +( ( 6528.500000 3425 2099 0.500000 0.800000 ) ( 6528.500000 3425 2131 0.500000 0.400000 ) ( 6528.500000 3425 2163 0.500000 0 ) ) +( ( 6496 3425 2131 1 0.800000 ) ( 6496 3425 2163 1 0.400000 ) ( 6496 3425 2195 1 0 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 198.784195 ) +( +( ( 6112 3425 2195 0 0 ) ( 6112 3425 2163 0 0.500000 ) ( 6112 3425 2119 0 1 ) ) +( ( 6304 3425 2195 2 0 ) ( 6304 3425 2163 2 0.500000 ) ( 6304 3425 2115 2 1 ) ) +( ( 6496 3425 2195 4 0 ) ( 6496 3425 2163 4 0.500000 ) ( 6496 3425 2111 4 1 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6047 3425 2131 0 0 ) ( 6047 3425 2099 0 0.400000 ) ( 6047 3425 2067 0 0.800000 ) ) +( ( 6079.500000 3425 2163 0.500000 0 ) ( 6079.500000 3425 2127 0.500000 0.400000 ) ( 6079.500000 3425 2099 0.500000 0.800000 ) ) +( ( 6112 3425 2195 1 0 ) ( 6112 3425 2163 1 0.400000 ) ( 6112 3425 2131 1 0.800000 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 338.544708 ) +( +( ( 6561 3425 2133 0 0 ) ( 6561 3425 2109.615234 0 0.400000 ) ( 6561 3425 2057 0 0.800000 ) ) +( ( 6561 3168.428711 2133 4 0 ) ( 6561 3168.428711 2109.615234 4 0.400000 ) ( 6561 3168.428711 2057 4 0.800000 ) ) +( ( 6561 2527 2133 8 0 ) ( 6561 2527 2109.615234 8 0.400000 ) ( 6561 2527 2057 8 0.800000 ) ) +) + } + } +} +// entity 4091 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6047 2527 2067 0 0.800000 ) ( 6047 2527 2099 0 0.400000 ) ( 6047 2527 2131 0 0 ) ) +( ( 6079.500000 2527 2099 0.500000 0.800000 ) ( 6079.500000 2527 2131 0.500000 0.400000 ) ( 6079.500000 2527 2163 0.500000 0 ) ) +( ( 6112 2527 2131 1 0.800000 ) ( 6112 2527 2163 1 0.400000 ) ( 6112 2527 2195 1 0 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 198.784195 ) +( +( ( 6496 2527 2195 0 0 ) ( 6496 2527 2163 0 0.500000 ) ( 6496 2527 2119 0 1 ) ) +( ( 6304 2527 2195 2 0 ) ( 6304 2527 2163 2 0.500000 ) ( 6304 2527 2115 2 1 ) ) +( ( 6112 2527 2195 4 0 ) ( 6112 2527 2163 4 0.500000 ) ( 6112 2527 2111 4 1 ) ) +) + } + } +// brush 2 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 ) +( +( ( 6561 2527 2131 0 0 ) ( 6561 2527 2099 0 0.400000 ) ( 6561 2527 2067 0 0.800000 ) ) +( ( 6528.500000 2527 2163 0.500000 0 ) ( 6528.500000 2527 2127 0.500000 0.400000 ) ( 6528.500000 2527 2099 0.500000 0.800000 ) ) +( ( 6496 2527 2195 1 0 ) ( 6496 2527 2163 1 0.400000 ) ( 6496 2527 2131 1 0.800000 ) ) +) + } + } +// brush 3 + { + patchDef2 + { + central_europe_winter/icecicles + ( 3 3 8192 -2080374784 0 subdivisions 338.544708 ) +( +( ( 6047 2527 2133 0 0 ) ( 6047 2527 2109.615234 0 0.400000 ) ( 6047 2527 2057 0 0.800000 ) ) +( ( 6047 2783.571289 2133 4 0 ) ( 6047 2783.571289 2109.615234 4 0.400000 ) ( 6047 2783.571289 2057 4 0.800000 ) ) +( ( 6047 3425 2133 8 0 ) ( 6047 3425 2109.615234 8 0.400000 ) ( 6047 3425 2057 8 0.800000 ) ) +) + } + } +} +// entity 4092 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7564 2600 1784 0 1 ) ( 7756 2700 1784 -0.500000 1 ) ( 7752 2760 1784 -1 1 ) ) +( ( 7652 2592 1816 0 0.750000 ) ( 7736 2596 1864 -0.500000 0.750000 ) ( 7828 2716 1856 -1 0.750000 ) ) +( ( 7692 2512 2128 0 0.500000 ) ( 7888 2652 2070 -0.500000 0.500000 ) ( 7884 2716 2120 -1 0.500000 ) ) +( ( 7708 2448 2160 0 0.250000 ) ( 7740 2584 2224 -0.500000 0.250000 ) ( 7936 2700 2200 -1 0.250000 ) ) +( ( 7760 2384 2280 0 0 ) ( 8016 2740 2288 -0.500000 0 ) ( 8016 2712 2232 -1 0 ) ) +) + } + } +} +// entity 4093 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7368 2420 1864 0 1 ) ( 7560 2584 1836 -0.500000 1 ) ( 7564 2600 1784 -1 1 ) ) +( ( 7276 2308 1864 0 0.750000 ) ( 7488 2296 1952 -0.500000 0.750000 ) ( 7652 2592 1816 -1 0.750000 ) ) +( ( 7276 2308 2056 0 0.500000 ) ( 7496 2256 2112 -0.500000 0.500000 ) ( 7692 2512 2128 -1 0.500000 ) ) +( ( 7300 2220 2160 0 0.250000 ) ( 7400 2232 2184 -0.500000 0.250000 ) ( 7708 2448 2160 -1 0.250000 ) ) +( ( 7220 2180 2248 0 0 ) ( 7448 2072 2296 -0.500000 0 ) ( 7760 2384 2280 -1 0 ) ) +) + } + } +} +// entity 4094 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 7752 2760 1784 0 1 ) ( 7752 2796 1784 -0.500000 1 ) ( 7776 2952 1792 -1 1 ) ) +( ( 7828 2716 1856 0 0.750000 ) ( 7848 2848 1864 -0.500000 0.750000 ) ( 7840 3040 1832 -1 0.750000 ) ) +( ( 7884 2716 2120 0 0.500000 ) ( 7832 2872 2128 -0.500000 0.500000 ) ( 7840 3032 1968 -1 0.500000 ) ) +( ( 7936 2700 2200 0 0.250000 ) ( 7848 2872 2168 -0.500000 0.250000 ) ( 7832 3024 2040 -1 0.250000 ) ) +( ( 8016 2712 2232 0 0 ) ( 7888 2936 2248 -0.500000 0 ) ( 7888 3120 2160 -1 0 ) ) +) + } + } +} +// entity 4095 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "5708.00 3860.00 2036.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4096 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "5528.00 3856.00 2036.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4097 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "5528.00 3856.00 2036.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4098 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "5904.00 3860.00 2036.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4099 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "5904.00 3860.00 2036.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4100 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2504.00 1248.00 1104.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4101 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2504.00 1248.00 1104.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4102 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2240.00 1256.00 1104.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4103 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2240.00 1256.00 1104.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4104 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2896.00 1312.00 1440.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4105 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2896.00 1312.00 1440.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4106 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2896.00 1312.00 1232.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4107 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2896.00 1312.00 1232.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4108 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "180" +"origin" "6328.57 5500.36 1996.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4109 +{ +"spawnflags" "2" +"origin" "5954.00 5024.00 2192.00" +"testanim" "idle" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4110 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "5954.00 5024.00 2193.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4111 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "180" +"origin" "6569.57 4801.36 2144.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4112 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "90" +"origin" "6246.36 4766.84 2144.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4113 +{ +"spawnflags" "2" +"origin" "6240.00 4608.00 2196.00" +"testanim" "idle" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4114 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6240.00 4608.00 2197.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4115 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "270" +"origin" "6566.21 5370.57 2144.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4116 +{ +"spawnflags" "2" +"origin" "7146.00 3192.00 2046.00" +"angle" "180" +"testanim" "idle" +"model" "lights/lightbulb_caged.tik" +"scale" "1.5" +"classname" "static_lamp_lightbulb-caged" +} +// entity 4117 +{ +"spawnflags" "2" +"origin" "7146.00 2944.00 2046.00" +"angle" "180" +"testanim" "idle" +"model" "lights/lightbulb_caged.tik" +"scale" "1.5" +"classname" "static_lamp_lightbulb-caged" +} +// entity 4118 +{ +"spawnflags" "2" +"origin" "6742.00 3450.00 2030.00" +"angle" "0" +"testanim" "idle" +"model" "lights/lightbulb_caged.tik" +"scale" "1.5" +"classname" "static_lamp_lightbulb-caged" +} +// entity 4119 +{ +"spawnflags" "2" +"origin" "6506.00 3202.00 2046.00" +"angle" "180" +"testanim" "idle" +"model" "lights/lightbulb_caged.tik" +"scale" "1.5" +"classname" "static_lamp_lightbulb-caged" +} +// entity 4120 +{ +"spawnflags" "2" +"origin" "6506.00 2936.00 2046.00" +"angle" "180" +"testanim" "idle" +"model" "lights/lightbulb_caged.tik" +"scale" "1.5" +"classname" "static_lamp_lightbulb-caged" +} +// entity 4121 +{ +"spawnflags" "2" +"origin" "6506.00 2712.00 2046.00" +"angle" "180" +"testanim" "idle" +"model" "lights/lightbulb_caged.tik" +"scale" "1.5" +"classname" "static_lamp_lightbulb-caged" +} +// entity 4122 +{ +"spawnflags" "2" +"origin" "6102.00 3200.00 2028.00" +"angle" "0" +"testanim" "idle" +"model" "lights/lightbulb_caged.tik" +"scale" "1.5" +"classname" "static_lamp_lightbulb-caged" +} +// entity 4123 +{ +"spawnflags" "2" +"angle" "270" +"origin" "6814.21 5736.57 1992.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4124 +{ +"spawnflags" "2" +"origin" "6876.00 5492.00 2192.00" +"testanim" "idle" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4125 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6876.00 5492.00 2193.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4126 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "90" +"origin" "6870.36 4886.84 2144.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4127 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6376.00 3204.00 2224.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4128 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6372.00 2914.00 2225.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4129 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6372.00 2914.00 2224.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4130 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6376.00 2694.00 2225.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4131 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6376.00 2694.00 2224.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4132 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "270" +"origin" "6240.21 5370.57 2144.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4133 +{ +"spawnflags" "2" +"angles" "0 180 0" +"angle" "270" +"origin" "6882.21 5370.57 2144.00" +"testanim" "idle" +"model" "lights/wallsconce-candle.tik" +"scale" "2" +"classname" "static_lamp_wallsconce-candle" +} +// entity 4134 +{ +"spawnflags" "2" +"angle" "270" +"origin" "6315.57 4823.32 2009.00" +"testanim" "idle" +"model" "lights/wallsconce-single.tik" +"scale" "1.5" +"classname" "static_lamp_wallsconce-single" +} +// entity 4135 +{ +"spawnflags" "2" +"angle" "90" +"origin" "6399.72 4472.36 2009.00" +"testanim" "idle" +"model" "lights/wallsconce-single.tik" +"scale" "1.5" +"classname" "static_lamp_wallsconce-single" +} +// entity 4136 +{ +"spawnflags" "2" +"angle" "0" +"origin" "6528.03 5569.56 2190.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4137 +{ +"spawnflags" "2" +"angle" "180" +"origin" "6512.28 5569.34 2190.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4138 +{ +"spawnflags" "2" +"angle" "90" +"origin" "6442.34 5392.03 2190.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4139 +{ +"spawnflags" "2" +"angle" "270" +"origin" "6518.57 4735.32 2192.00" +"testanim" "idle" +"model" "lights/wallsconce-single.tik" +"scale" "1.5" +"classname" "static_lamp_wallsconce-single" +} +// entity 4140 +{ +"spawnflags" "2" +"angle" "270" +"origin" "6873.56 3476.28 2222.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4141 +{ +"spawnflags" "2" +"angle" "270" +"origin" "7014.56 3476.28 2222.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4142 +{ +"spawnflags" "2" +"angle" "270" +"origin" "6873.56 3186.28 2222.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4143 +{ +"spawnflags" "2" +"angle" "270" +"origin" "7014.56 3186.28 2222.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4144 +{ +"spawnflags" "2" +"angle" "270" +"origin" "6873.56 2964.28 2222.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4145 +{ +"spawnflags" "2" +"angle" "270" +"origin" "7014.56 2964.28 2222.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4146 +{ +"classname" "func_group" +// brush 0 +{ +( -768 -4736 275 ) ( -1280 -4736 257 ) ( -1280 -4224 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4736 2328 ) ( -768 -4736 2328 ) ( -768 -4736 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4224 515 ) ( -1280 -4736 515 ) ( -1280 -4736 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4224.001953 -424 ) ( -768.001953 -4736 -424 ) ( -768 -4736 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4736 -64 ) ( 8160 -4224 -64 ) ( 8128 -4736 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 1 +{ +( -1280 -4224 273 ) ( -1792 -4224 496 ) ( -1792 -3711.999756 494.999969 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -4224 2328 ) ( -1280 -4224 2328 ) ( -1280 -4224 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -3712 515 ) ( -1792 -4224 515 ) ( -1792 -4224 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -3712.000977 -424 ) ( -1280.000977 -4224 -424 ) ( -1280 -4224 272 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4224 -64 ) ( 8160 -3711.999512 -64 ) ( 8128 -4224 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 2 +{ +( -256 -5248 527 ) ( -768 -5248 483 ) ( -768 -4736 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5248 2328 ) ( -256 -5248 2328 ) ( -256 -5248 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4736 515 ) ( -768 -5248 515 ) ( -768 -5248 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4736.001953 -424 ) ( -256.001953 -5248 -424 ) ( -256 -5248 478 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5248 -64 ) ( 8160 -4736.000488 -64 ) ( 8128 -5248 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 3 +{ +( 256 -5760 443 ) ( -256 -5760 537 ) ( -256 -5248 527 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5760 2328 ) ( 256 -5760 2328 ) ( 256 -5760 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5248.001953 -424 ) ( -256 -5248 527 ) ( -256 -5760 502 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 255.998047 -5760 -424 ) ( 256 -5760 527.000122 ) ( -256 -5248 331 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5760 -64 ) ( 8160 -5247.999512 -64 ) ( 8128 -5760 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 4 +{ +( -1792 -4736 279.000427 ) ( -1792 -4224 496 ) ( -1280 -4224 273.000427 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -4224 2328 ) ( -1792 -4736 2328 ) ( -1792 -4736 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4224 515 ) ( -1792 -4224 515 ) ( -1792 -4224 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -4736 -424 ) ( -1792 -4736 279 ) ( -1280 -4224 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4736 -64 ) ( 8160 -4224 -64 ) ( 8128 -4736 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 5 +{ +( -1792 -3712 495 ) ( -1280 -3712 457 ) ( -1280 -4224 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -3712 2328 ) ( -1792 -3712 2328 ) ( -1792 -3712 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -3712 -424 ) ( -1280 -4224 -424 ) ( -1280 -4224 272 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792.000977 -3712 -424 ) ( -1792 -3712 495 ) ( -1280 -4224 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4224.000488 -64 ) ( 8160 -3712 -64 ) ( 8128 -4224.000488 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 6 +{ +( -1280 -4224 273 ) ( -1280 -4736 257 ) ( -1792 -4736 279 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4736 2328 ) ( -1280 -4224 2328 ) ( -1280 -4224 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -4736 515 ) ( -1280 -4736 515 ) ( -1280 -4736 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4224 -424 ) ( -1280 -4224 279 ) ( -1792 -4736 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4736 -64 ) ( 8160 -4224 -64 ) ( 8128 -4736 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 7 +{ +( -1280 -4224 273 ) ( -1280 -3712 457 ) ( -768 -3712 347 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -3712 2328 ) ( -1280 -4224 2328 ) ( -1280 -4224 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -3712 -424 ) ( -768 -3712 -424 ) ( -768 -3712 272 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4224 -424 ) ( -1280 -4224 495 ) ( -768 -3712 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4224 -64 ) ( 8160 -3712 -64 ) ( 8128 -4224 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 8 +{ +( -1280 -4224 273 ) ( -768 -4224 277 ) ( -768 -4736 275 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4224 2328 ) ( -1280 -4224 2328 ) ( -1280 -4224 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4224 -424 ) ( -768 -4736 -424 ) ( -768 -4736 275 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4736 -424 ) ( -1280 -4224 -424 ) ( -1280 -4224 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4736 -64 ) ( 8160 -4224 -64 ) ( 8128 -4736 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 9 +{ +( -768 -3712 347 ) ( -768 -4224 277 ) ( -1280 -4224 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4224 2328 ) ( -768 -3712 2328 ) ( -768 -3712 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4224 -424 ) ( -1280 -4224 -424 ) ( -1280 -4224 275 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4224 -424 ) ( -768 -3712 -424 ) ( -768 -3712 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4224 -64 ) ( 8160 -3712 -64 ) ( 8128 -4224 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 10 +{ +( 256 -3712 279 ) ( 256 -4224 337 ) ( -256 -4224 293 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4224 2328 ) ( 256 -3712 2328 ) ( 256 -3712 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4224 -424 ) ( -256 -4224 293 ) ( 256 -4224 339 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4224 -424 ) ( 256 -3712 -424 ) ( 256 -3712 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4224 -64 ) ( 8160 -3712 -64 ) ( 8128 -4224 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 11 +{ +( -256 -4224 293 ) ( 256 -4224 337 ) ( 256 -4736 417 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4224 -424 ) ( 256 -4224 -424 ) ( 256 -4224 337 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4224 -424 ) ( 256 -4736 -424 ) ( 256 -4736 275 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4224 -424 ) ( -256 -4224 293 ) ( 256 -4736 390 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4736 -64 ) ( 8160 -4224 -64 ) ( 8128 -4736 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 12 +{ +( -256 -4224 293 ) ( -256 -3712 327 ) ( 256 -3712 279 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -3712 2328 ) ( -256 -4224 2328 ) ( -256 -4224 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -3712 -424 ) ( 256 -3712 -424 ) ( 256 -3712 279 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -3712 -424 ) ( -256 -4224 -424 ) ( -256 -4224 291 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4224 -64 ) ( 8160 -3712 -64 ) ( 8128 -4224 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 13 +{ +( -256 -4224 293 ) ( -256 -4736 527 ) ( -768 -4736 275 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4224 -424 ) ( -256 -4736 -424 ) ( -256 -4736 511 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4736 515 ) ( -256 -4736 515 ) ( -256 -4736 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4736 -424 ) ( -256 -4224 -424 ) ( -256 -4224 291 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4736 -64 ) ( 8160 -4224 -64 ) ( 8128 -4736 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 14 +{ +( -768 -3712 347 ) ( -256 -3712 327 ) ( -256 -4224 293 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -3712 -424 ) ( -256 -3712 327 ) ( -768 -3712 346 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -3712 -424 ) ( -256 -4224 -424 ) ( -256 -4224 272 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4224 -424 ) ( -768.000488 -3712 -424 ) ( -768 -3712 347 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4224 -64 ) ( 8160 -3712 -64 ) ( 8128 -4224 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 15 +{ +( -768 -4736 275 ) ( -768 -4224 277 ) ( -256 -4224 293 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4224 2328 ) ( -768 -4736 2328 ) ( -768 -4736 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4224 -424 ) ( -256 -4224 273.000061 ) ( -768 -4224 392 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4736.000488 -424 ) ( -768 -4736 275 ) ( -256 -4224 291 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4736.000488 -64 ) ( 8160 -4224 -64 ) ( 8128 -4736.000488 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 16 +{ +( -256 -4224 293 ) ( -768 -4224 277 ) ( -768 -3712 347 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4224 2328 ) ( -256 -4224 2328 ) ( -256 -4224 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -3712.000977 -424 ) ( -768 -3712 347 ) ( -768 -4224 369 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -3712.000977 -424 ) ( -256.000977 -4224 -424 ) ( -256 -4224 272 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4224 -64 ) ( 8160 -3712 -64 ) ( 8128 -4224 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 17 +{ +( 256 -4736 417 ) ( -256 -4736 527 ) ( -256 -4224 293 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4736 2328 ) ( 256 -4736 2328 ) ( 256 -4736 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4224.001953 -424 ) ( -256 -4224 293 ) ( -256 -4736 491 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4224.002930 -424 ) ( 255.997070 -4736 -424 ) ( 256 -4736 417 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -4736 -64 ) ( 8160 -4224.000488 -64 ) ( 8128 -4736 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 18 +{ +( -768 -4736 275 ) ( -256 -4736 527.000122 ) ( -256 -5248 527 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4736 -424 ) ( -256 -4736 -424 ) ( -256 -4736 511 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4736 -424 ) ( -256 -5248 -424 ) ( -256 -5248 528 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768.000977 -4736 -424 ) ( -768 -4736 275 ) ( -256 -5248 521 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5248.000977 -64 ) ( 8160 -4736 -64 ) ( 8128 -5248.000977 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 19 +{ +( -256 -5248 527 ) ( -256 -4736 527 ) ( 256 -4736 417 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4736 -424 ) ( -256 -4736 527 ) ( -256 -5248 317 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -4736 -424 ) ( 256 -4736 -424 ) ( 256 -4736 528 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4736 -424 ) ( -256 -5248 -424 ) ( -256 -5248 520 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5248 -64 ) ( 8160 -4736 -64 ) ( 8128 -5248 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 20 +{ +( 256 -4736 417 ) ( 256 -5248 387 ) ( -256 -5248 527 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -5248 -424 ) ( 256 -5248 376 ) ( 256 -4736 422 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -5248 -424 ) ( -256 -5248 -424 ) ( -256 -5248 528 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4736 -424 ) ( 256 -4736 417 ) ( -256 -5248 531 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5248 -64 ) ( 8160 -4736 -64 ) ( 8128 -5248 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 21 +{ +( -256 -5248 527 ) ( 256 -5248 387 ) ( 256 -5760 442 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -5248 -424 ) ( 256 -5248 376 ) ( -256 -5248 422 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -5248 -424 ) ( 256 -5760 -424 ) ( 256 -5760 443 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -5760.000977 -424 ) ( -256.000977 -5248 -424 ) ( -256 -5248 493 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5760.000977 -64 ) ( 8160 -5248 -64 ) ( 8128 -5760.000977 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 22 +{ +( -256 -5248 526.999939 ) ( -256 -5760 537 ) ( -768 -5760 379 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5248 -424 ) ( -256 -5760 -424 ) ( -256 -5760 531 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5760 -424 ) ( -768 -5760 -424 ) ( -768 -5760 443 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5248.000488 -424 ) ( -256 -5248.000488 526.999939 ) ( -768 -5760 416 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5760 -64 ) ( 8160 -5248 -64 ) ( 8128 -5760 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 23 +{ +( -768 -5760 379 ) ( -768 -5248 483 ) ( -256 -5248 527 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5248 -424 ) ( -768 -5248 483 ) ( -768 -5760 390 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5248 -424 ) ( -256 -5248 527 ) ( -768 -5248 502 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5248 -424 ) ( -768 -5760 -424 ) ( -768 -5760 382 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5760 -64 ) ( 8160 -5248 -64 ) ( 8128 -5760 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 24 +{ +( -1792 -5760 283 ) ( -1792 -5248 295 ) ( -1280 -5248 287 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -5248 -424 ) ( -1792 -5248 483 ) ( -1792 -5760 390 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5248 -424 ) ( -1280 -5248 527 ) ( -1792 -5248 502 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5248 -424 ) ( -1792 -5760 -424 ) ( -1792 -5760 382 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5760 -64 ) ( 8160 -5248 -64 ) ( 8128 -5760 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 25 +{ +( -1280 -5248 287 ) ( -1280 -5760 237 ) ( -1792 -5760 283 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5248 -424 ) ( -1280 -5760 -424 ) ( -1280 -5760 531 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5760 -424 ) ( -1792 -5760 -424 ) ( -1792 -5760 443 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5248.000488 -424 ) ( -1280 -5248.000488 526.999939 ) ( -1792 -5760 416 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5760 -64 ) ( 8160 -5248.000488 -64 ) ( 8128 -5760 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 26 +{ +( -1280 -5248 287 ) ( -768 -5248 483 ) ( -768 -5760 379 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5248 -424 ) ( -768 -5248 376 ) ( -1280 -5248 422 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5248 -424 ) ( -768 -5760 -424 ) ( -768 -5760 443 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5760.000977 -424 ) ( -1280.000977 -5248 -424 ) ( -1280 -5248 493 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5760.000488 -64 ) ( 8160 -5248 -64 ) ( 8128 -5760.000488 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 27 +{ +( -768 -4736 275 ) ( -768 -5248 483 ) ( -1280 -5248 287 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5248 -424 ) ( -768 -5248 376 ) ( -768 -4736 422 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5248 -424 ) ( -1280 -5248 -424 ) ( -1280 -5248 528 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4736 -424 ) ( -768 -4736 417 ) ( -1280 -5248 531 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5248 -64 ) ( 8160 -4736 -64 ) ( 8128 -5248 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 28 +{ +( -1280 -5248 287 ) ( -1280 -4736 257 ) ( -768 -4736 275 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4736 -424 ) ( -1280 -4736 527 ) ( -1280 -5248 317 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4736 -424 ) ( -768 -4736 -424 ) ( -768 -4736 528 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -4736 -424 ) ( -1280 -5248 -424 ) ( -1280 -5248 520 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5248 -64 ) ( 8160 -4736 -64 ) ( 8128 -5248 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 29 +{ +( -1792 -4736 279 ) ( -1280 -4736 257 ) ( -1280 -5248 287 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -4736 -424 ) ( -1280 -4736 -424 ) ( -1280 -4736 511 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -4736 -424 ) ( -1280 -5248 -424 ) ( -1280 -5248 528 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792.000977 -4736 -424 ) ( -1792 -4736 275 ) ( -1280 -5248 521 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5248.001953 -64 ) ( 8160 -4736 -64 ) ( 8128 -5248.001953 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 30 +{ +( -768 -5760 379 ) ( -1280 -5760 237 ) ( -1280 -5248 287 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5760 2328 ) ( -768 -5760 2328 ) ( -768 -5760 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5248.001953 -424 ) ( -1280 -5248 527 ) ( -1280 -5760 502 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768.001953 -5760 -424 ) ( -768 -5760 527.000122 ) ( -1280 -5248 331 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5760 -64 ) ( 8160 -5248 -64 ) ( 8128 -5760 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 31 +{ +( -1280 -5248 287 ) ( -1792 -5248 295 ) ( -1792 -4736 279 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -5248 2328 ) ( -1280 -5248 2328 ) ( -1280 -5248 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -4736 515 ) ( -1792 -5248 515 ) ( -1792 -5248 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -4736.001953 -424 ) ( -1280.001953 -5248 -424 ) ( -1280 -5248 478 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 8192 -5248 -64 ) ( 8160 -4736.000488 -64 ) ( 8128 -5248 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 4147 +{ +"angle" "90" +"spawnflags" "4" +"origin" "5912.00 -5981.00 0.00" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 4148 +{ +"spawnflags" "4" +"angle" "90" +"origin" "5984.00 -6101.00 4.00" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 4149 +{ +"angle" "90" +"spawnflags" "4" +"origin" "5948.00 -6213.00 4.00" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 4150 +{ +"angle" "90" +"spawnflags" "4" +"angles" "345 300 0" +"origin" "5891.00 -5722.26 -6.44" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 4151 +{ +"spawnflags" "4" +"angle" "90" +"angles" "345 300 0" +"origin" "5891.00 -5844.26 9.56" +"testanim" "idle" +"model" "static/hedgehog_snowy.tik" +"scale" "1.0" +"classname" "static_obstacle_hedgehog" +} +// entity 4152 +{ +"spawnflags" "2" +"origin" "5848.00 -6547.00 94.00" +"testanim" "idle" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"scale" "1" +"classname" "static_natural_tree_winter-smallpine" +} +// entity 4153 +{ +"target" "mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496" +"targetname" "mv4497" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7888 5280 -256 ) ( 6160 5280 -256 ) ( 6160 4000 -256 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( 6224 4000 3264 ) ( 6224 5280 3264 ) ( 7952 5280 3264 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( 7040 4448 3264 ) ( 7040 5120 3264 ) ( 7040 5120 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 6464 4448 3264 ) ( 7040 4448 3264 ) ( 7040 4448 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7168 4864 3264 ) ( 6592 4864 3264 ) ( 6592 4864 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 6592 4864 3264 ) ( 6592 4192 3264 ) ( 6592 4192 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4154 +{ +"target" "mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4487 mv4492 mv4495 mv4496 mv4497 mv4498 mv4499" +"targetname" "mv4388" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7888 5280 -256 ) ( 6160 5280 -256 ) ( 6160 4000 -256 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( 6224 4000 3264 ) ( 6224 5280 3264 ) ( 7952 5280 3264 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( 5888 4448 3264 ) ( 6464 4448 3264 ) ( 6464 4448 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5888 5120 3264 ) ( 5888 4448 3264 ) ( 5888 4448 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 6080 4864 3264 ) ( 5504 4864 3264 ) ( 5504 4864 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 6080 4192 3264 ) ( 6080 4864 3264 ) ( 6080 4864 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4155 +{ +"target" "mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4495 mv4496" +"targetname" "mv4504" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5904 6272 -256 ) ( 4176 6272 -256 ) ( 4176 4992 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 4240 4992 3264 ) ( 4240 6272 3264 ) ( 5968 6272 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 5248 5200 3264 ) ( 4608 5200 3264 ) ( 4608 5200 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 5248 3392 3264 ) ( 5888 3392 3264 ) ( 5888 3392 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4608 5184 3264 ) ( 4608 4448 3264 ) ( 4608 4448 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5888 3392 3264 ) ( 5888 4128 3264 ) ( 5888 4128 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4156 +{ +"target" "mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4492 mv4495 mv4496 mv4497 mv4498 mv4501 mv4502 mv4503" +"targetname" "mv4389" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5904 6592 -256 ) ( 4176 6592 -256 ) ( 4176 5312 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 4240 5312 3264 ) ( 4240 6592 3264 ) ( 5968 6592 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 5504 6208 3264 ) ( 4608 6208 3264 ) ( 4608 6208 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 6080 5184 3264 ) ( 6080 5824 3264 ) ( 6080 5824 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4608 6592 3264 ) ( 4608 5952 3264 ) ( 4608 5952 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5152 5200 3264 ) ( 6048 5200 3264 ) ( 6048 5200 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4157 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4409 mv4414 mv4415 mv4419 mv4420 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4390" +"classname" "vis_leafgroup" +// brush 0 +{ +( 6158.702637 -1024 -256 ) ( 5600 192 -256 ) ( 4736 192 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 5600 192 3264 ) ( 6158.702637 -1024 3264 ) ( 4736 -1024 3264 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 5568 192 3264 ) ( 4736 192 3264 ) ( 4736 192 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 4736 -1024 3264 ) ( 5568 -1024 3264 ) ( 5568 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4736 192 3264 ) ( 4736 -1024 3264 ) ( 4736 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5568 -1024 3264 ) ( 5568 192 3264 ) ( 5568 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4158 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4465 mv4484 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4391" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 4352 -256 ) ( -1776 4352 -256 ) ( -1776 3072 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 3072 3264 ) ( -1712 4352 3264 ) ( 16 4352 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1344 4480 3264 ) ( -2816 4480 3264 ) ( -2816 4480 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2816 2944 3264 ) ( -1344 2944 3264 ) ( -1344 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 4480 3264 ) ( -2816 2944 3264 ) ( -2816 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 2944 3264 ) ( -1344 4480 3264 ) ( -1344 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4159 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4463 mv4464 mv4465 mv4468 mv4469 mv4472 mv4478 mv4483 mv4484 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4506 mv4507 mv4508" +"targetname" "mv4392" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 4352 -256 ) ( -1776 4352 -256 ) ( -1776 3072 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 3072 3264 ) ( -1712 4352 3264 ) ( 16 4352 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 256 4480 3264 ) ( -1344 4480 3264 ) ( -1344 4480 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 256 2944 3264 ) ( 256 4480 3264 ) ( 256 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 2944 3264 ) ( 256 2944 3264 ) ( 256 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 4480 3264 ) ( -1344 2944 3264 ) ( -1344 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4160 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4395 mv4397 mv4398 mv4399 mv4400 mv4403 mv4404 mv4405 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4465 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4393" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 4352 -256 ) ( -1776 4352 -256 ) ( -1776 3072 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 3072 3264 ) ( -1712 4352 3264 ) ( 16 4352 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2368 4480 3264 ) ( -3968 4480 3264 ) ( -3968 4480 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 4480 3264 ) ( -3968 2944 3264 ) ( -3968 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 2944 3264 ) ( -2368 2944 3264 ) ( -2368 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 2944 3264 ) ( -2816 4480 3264 ) ( -2816 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4161 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4399 mv4407 mv4408 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4394" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 128 -256 ) ( -4912 128 -256 ) ( -4912 -1152 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 -1152 3264 ) ( -4656 128 3264 ) ( -2928 128 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 -1024 3264 ) ( -3968 192 3264 ) ( -3968 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 192 3264 ) ( -4928 192 3264 ) ( -4928 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 192 3264 ) ( -5376 -1024 3264 ) ( -5376 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4928 -1024 3264 ) ( -3968 -1024 3264 ) ( -3968 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4162 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4398 mv4399 mv4404 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4473 mv4474 mv4475 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4395" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 128 -256 ) ( -4912 128 -256 ) ( -4912 -1152 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 -1152 3264 ) ( -4656 128 3264 ) ( -2928 128 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 192 3264 ) ( -6528 192 3264 ) ( -6528 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 192 3264 ) ( -6528 -1024 3264 ) ( -6528 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5376 -1024 3264 ) ( -5376 192 3264 ) ( -5376 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 -1024 3264 ) ( -5376 -1024 3264 ) ( -5376 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4163 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4398 mv4399 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4396" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 128 -256 ) ( -4912 128 -256 ) ( -4912 -1152 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 -1152 3264 ) ( -4656 128 3264 ) ( -2928 128 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 -2432 3264 ) ( -4416 -2432 3264 ) ( -4416 -2432 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 -2432 3264 ) ( -3968 -1024 3264 ) ( -3968 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5376 -1024 3264 ) ( -5376 -2432 3264 ) ( -5376 -2432 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 -1024 3264 ) ( -4928 -1024 3264 ) ( -4928 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4164 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4398 mv4399 mv4403 mv4404 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4397" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 128 -256 ) ( -4912 128 -256 ) ( -4912 -1152 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 -1152 3264 ) ( -4656 128 3264 ) ( -2928 128 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 -2432 3264 ) ( -5376 -2432 3264 ) ( -5376 -2432 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 -1024 3264 ) ( -6528 -2432 3264 ) ( -6528 -2432 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5376 -2432 3264 ) ( -5376 -1024 3264 ) ( -5376 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5376 -1024 3264 ) ( -6528 -1024 3264 ) ( -6528 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4165 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4402 mv4414 mv4415 mv4416 mv4418 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4463 mv4464 mv4465 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4398" +"classname" "vis_leafgroup" +// brush 0 +{ +( 896 1472 -256 ) ( 896 2944 -256 ) ( 744 2944 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 896 2944 3264 ) ( 896 1472 3264 ) ( 64 1472 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 64 2432 3264 ) ( 64 1472 3264 ) ( 64 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 64 1472 3264 ) ( 896 1472 3264 ) ( 896 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 896 1472 3264 ) ( 896 2432 3264 ) ( 896 2432 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 896 2432 3264 ) ( 64 2432 3264 ) ( 64 2432 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4166 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4400 mv4401 mv4402 mv4405 mv4406 mv4414 mv4415 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4399" +"classname" "vis_leafgroup" +// brush 0 +{ +( 6864 2752 -256 ) ( 5136 2752 -256 ) ( 5136 1472 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 5200 1472 3264 ) ( 5200 2752 3264 ) ( 6928 2752 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3456 192 3264 ) ( 4864 192 3264 ) ( 4864 192 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3456 2368 3264 ) ( 3456 192 3264 ) ( 3456 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4864 2368 3264 ) ( 3456 2368 3264 ) ( 3456 2368 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4864 192 3264 ) ( 4864 2368 3264 ) ( 4864 2368 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4167 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4395 mv4399 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4464 mv4465 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4400" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 384 -256 ) ( -1776 384 -256 ) ( -1776 -896 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 -896 3264 ) ( -1712 384 3264 ) ( 16 384 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1280 -1472 3264 ) ( -1280 192 3264 ) ( -1280 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1280 192 3264 ) ( -2816 192 3264 ) ( -2816 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2816 192 3264 ) ( -2816 -1472 3264 ) ( -2816 -1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 -1472 3264 ) ( -1280 -1472 3264 ) ( -1280 -1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4168 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4399 mv4407 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4401" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 384 -256 ) ( -1776 384 -256 ) ( -1776 -896 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 -896 3264 ) ( -1712 384 3264 ) ( 16 384 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2368 192 3264 ) ( -3968 192 3264 ) ( -3968 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 192 3264 ) ( -3968 -1024 3264 ) ( -3968 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 -1024 3264 ) ( -2816 192 3264 ) ( -2816 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 -1024 3264 ) ( -2368 -1024 3264 ) ( -2368 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4169 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4399 mv4407 mv4408 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4465 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4402" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 384 -256 ) ( -1776 384 -256 ) ( -1776 -896 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 -896 3264 ) ( -1712 384 3264 ) ( 16 384 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4416 -2432 3264 ) ( -3840 -2432 3264 ) ( -3840 -2432 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 -1024 3264 ) ( -3968 -2432 3264 ) ( -3968 -2432 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3839.999756 -2432 3264 ) ( -2816 -1920.000122 3264 ) ( -2816 -1920.000122 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 -1920 3264 ) ( -2816 -1024 3264 ) ( -2816 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2368 -1024 3264 ) ( -3968 -1024 3264 ) ( -3968 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4170 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4395 mv4396 mv4397 mv4414 mv4415 mv4416 mv4418 mv4433 mv4434 mv4437 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4464 mv4465 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4403" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1296 2624 -256 ) ( -432 2624 -256 ) ( -432 1344 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -368 1344 3264 ) ( -368 2624 3264 ) ( 1360 2624 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1344 192 3264 ) ( 64 192 3264 ) ( 64 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 64 192 3264 ) ( 64 1472 3264 ) ( 64 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 64 1472 3264 ) ( -1344 1472 3264 ) ( -1344 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 1472 3264 ) ( -1344 192 3264 ) ( -1344 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4171 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4395 mv4396 mv4397 mv4414 mv4415 mv4416 mv4417 mv4418 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4464 mv4465 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4404" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1296 2624 -256 ) ( -432 2624 -256 ) ( -432 1344 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -368 1344 3264 ) ( -368 2624 3264 ) ( 1360 2624 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 64 1472 3264 ) ( 64 2432 3264 ) ( 64 2432 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 64 2432 3264 ) ( -1344 2432 3264 ) ( -1344 2432 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1344 1472 3264 ) ( 64 1472 3264 ) ( 64 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 2432 3264 ) ( -1344 1472 3264 ) ( -1344 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4172 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4397 mv4399 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4465 mv4468 mv4469 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4405" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1296 2624 -256 ) ( -432 2624 -256 ) ( -432 1344 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -368 1344 3264 ) ( -368 2624 3264 ) ( 1360 2624 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2816 192 3264 ) ( -1344 192 3264 ) ( -1344 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2816 1472 3264 ) ( -2816 192 3264 ) ( -2816 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 1472 3264 ) ( -2816 1472 3264 ) ( -2816 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 192 3264 ) ( -1344 1472 3264 ) ( -1344 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4173 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4395 mv4396 mv4397 mv4399 mv4414 mv4415 mv4416 mv4417 mv4418 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4465 mv4469 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4406" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1296 2624 -256 ) ( -432 2624 -256 ) ( -432 1344 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -368 1344 3264 ) ( -368 2624 3264 ) ( 1360 2624 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1344 2432 3264 ) ( -2816 2432 3264 ) ( -2816 2432 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2816 2432 3264 ) ( -2816 1472 3264 ) ( -2816 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 1472 3264 ) ( -1344 1472 3264 ) ( -1344 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 1472 3264 ) ( -1344 2432 3264 ) ( -1344 2432 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4174 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4401 mv4402 mv4414 mv4415 mv4416 mv4418 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4463 mv4464 mv4465 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4407" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2384 2752 -256 ) ( 656 2752 -256 ) ( 656 1472 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 720 1472 3264 ) ( 720 2752 3264 ) ( 2448 2752 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1664 1472 3264 ) ( 1664 2240 3264 ) ( 1664 2240 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1664 2240 3264 ) ( 896 2240 3264 ) ( 896 2240 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 896 1472 3264 ) ( 1664 1472 3264 ) ( 1664 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 896 2240 3264 ) ( 896 1472 3264 ) ( 896 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4175 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4402 mv4414 mv4415 mv4416 mv4433 mv4434 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4408" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2384 2752 -256 ) ( 656 2752 -256 ) ( 656 1472 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 720 1472 3264 ) ( 720 2752 3264 ) ( 2448 2752 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 896 192 3264 ) ( 1664 192 3264 ) ( 1664 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1664 192 3264 ) ( 1664 1472 3264 ) ( 1664 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1664 1472 3264 ) ( 896 1472 3264 ) ( 896 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 896 1472 3264 ) ( 896 192 3264 ) ( 896 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4176 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4414 mv4415 mv4416 mv4433 mv4437 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4463 mv4464 mv4465 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4409" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2384 2752 -256 ) ( 656 2752 -256 ) ( 656 1472 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 720 1472 3264 ) ( 720 2752 3264 ) ( 2448 2752 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 64 192 3264 ) ( 896 192 3264 ) ( 896 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 64 1472 3264 ) ( 64 192 3264 ) ( 64 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 896 1472 3264 ) ( 64 1472 3264 ) ( 64 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 896 192 3264 ) ( 896 1472 3264 ) ( 896 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4177 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4400 mv4401 mv4402 mv4405 mv4406 mv4414 mv4415 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4410" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4176 2752 -256 ) ( 2448 2752 -256 ) ( 2448 1472 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 2512 1472 3264 ) ( 2512 2752 3264 ) ( 4240 2752 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3456 1472 3264 ) ( 3456 2304 3264 ) ( 3456 2304 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 2304 3264 ) ( 2560 2304 3264 ) ( 2560 2304 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 2560 1472 3264 ) ( 3456 1472 3264 ) ( 3456 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2560 2304 3264 ) ( 2560 1472 3264 ) ( 2560 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4178 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4400 mv4401 mv4402 mv4405 mv4406 mv4414 mv4415 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4411" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4176 2752 -256 ) ( 2448 2752 -256 ) ( 2448 1472 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 2512 1472 3264 ) ( 2512 2752 3264 ) ( 4240 2752 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 2560 192 3264 ) ( 3456 192 3264 ) ( 3456 192 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3456 192 3264 ) ( 3456 1472 3264 ) ( 3456 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 1472 3264 ) ( 2560 1472 3264 ) ( 2560 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2560 1472 3264 ) ( 2560 192 3264 ) ( 2560 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4179 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4401 mv4402 mv4414 mv4415 mv4418 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4412" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4176 2752 -256 ) ( 2448 2752 -256 ) ( 2448 1472 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 2512 1472 3264 ) ( 2512 2752 3264 ) ( 4240 2752 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 2560 2624 3264 ) ( 1664 2624 3264 ) ( 1664 2624 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1664 2624 3264 ) ( 1664 1472 3264 ) ( 1664 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1664 1472 3264 ) ( 2560 1472 3264 ) ( 2560 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2560 1472 3264 ) ( 2560 2624 3264 ) ( 2560 2624 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4180 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4401 mv4402 mv4414 mv4415 mv4433 mv4434 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4413" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4176 2752 -256 ) ( 2448 2752 -256 ) ( 2448 1472 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 2512 1472 3264 ) ( 2512 2752 3264 ) ( 4240 2752 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1664 192 3264 ) ( 2560 192 3264 ) ( 2560 192 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1664 1472 3264 ) ( 1664 192 3264 ) ( 1664 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2560 1472 3264 ) ( 1664 1472 3264 ) ( 1664 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2560 192 3264 ) ( 2560 1472 3264 ) ( 2560 1472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4181 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508 mv4436 mv4439 mv4448" +"targetname" "mv4414" +"classname" "vis_leafgroup" +// brush 0 +{ +( -2032 -5056 -256 ) ( -3760 -5056 -256 ) ( -3760 -6336 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -3696 -6336 3264 ) ( -3696 -5056 3264 ) ( -1968 -5056 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1280 -7040 3264 ) ( -1280 -5856 3264 ) ( -1280 -5856 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1280 -5856 3264 ) ( -2816 -5856 3264 ) ( -2816 -5856 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -2816 -5856 3264 ) ( -2816 -7040 3264 ) ( -2816 -7040 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 -7040 3264 ) ( -1280 -7040 3264 ) ( -1280 -7040 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4182 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4445 mv4447 mv4448 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4415" +"classname" "vis_leafgroup" +// brush 0 +{ +( -2032 -5056 -256 ) ( -3760 -5056 -256 ) ( -3760 -6336 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -3696 -6336 3264 ) ( -3696 -5056 3264 ) ( -1968 -5056 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -2816 -8128 3264 ) ( -1280 -8128 3264 ) ( -1280 -8128 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1280 -8128 3264 ) ( -1280 -7040 3264 ) ( -1280 -7040 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 -7040 3264 ) ( -2816 -8128 3264 ) ( -2816 -8128 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1280 -7040 3264 ) ( -2816 -7040 3264 ) ( -2816 -7040 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4183 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4409 mv4414 mv4415 mv4419 mv4420 mv4434 mv4437 mv4438 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4416" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3456 192 -256 ) ( 3456 -2176 -256 ) ( 6687.999512 -2176 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 3456 -2176 3264 ) ( 3456 192 3264 ) ( 5599.999512 192 3264 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 4736 -2176 3264 ) ( 6687.999512 -2176 3264 ) ( 6687.999512 -2176 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 6688 -2176 3264 ) ( 6158.702637 -1024 3264 ) ( 6158.702637 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6158.703125 -1024 3264 ) ( 4736 -1024 3264 ) ( 4736 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4736 -1024 3264 ) ( 4736 -2176 3264 ) ( 4736 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4184 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4414 mv4415 mv4434 mv4437 mv4438 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4417" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3456 192 -256 ) ( 3456 -2176 -256 ) ( 6687.999512 -2176 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 3456 -2176 3264 ) ( 3456 192 3264 ) ( 5599.999512 192 3264 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 4736 192 3264 ) ( 3456 192 3264 ) ( 3456 192 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 3456 192 3264 ) ( 3456 -1024 3264 ) ( 3456 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 -1024 3264 ) ( 4736 -1024 3264 ) ( 4736 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4736 -1024 3264 ) ( 4736 192 3264 ) ( 4736 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4185 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4400 mv4401 mv4402 mv4404 mv4405 mv4406 mv4414 mv4415 mv4437 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4418" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3456 192 -256 ) ( 3456 -2176 -256 ) ( 6687.999512 -2176 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 3456 -2176 3264 ) ( 3456 192 3264 ) ( 5599.999512 192 3264 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 3456 -2176 3264 ) ( 4736 -2176 3264 ) ( 4736 -2176 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 3456 -1024 3264 ) ( 3456 -2176 3264 ) ( 3456 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4736 -1024 3264 ) ( 3456 -1024 3264 ) ( 3456 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4736 -2176 3264 ) ( 4736 -1024 3264 ) ( 4736 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4186 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4395 mv4397 mv4399 mv4410 mv4414 mv4415 mv4416 mv4417 mv4418 mv4433 mv4439 mv4440 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4464 mv4465 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4419" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 384 -256 ) ( 336 384 -256 ) ( 336 -896 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -896 3264 ) ( 400 384 3264 ) ( 2128 384 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -192 192 3264 ) ( -1280 192 3264 ) ( -1280 192 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1280 192 3264 ) ( -1280 -1024 3264 ) ( -1280 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1280 -1024 3264 ) ( -192 -1024 3264 ) ( -192 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -1024 3264 ) ( -192 192 3264 ) ( -192 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4187 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4399 mv4401 mv4402 mv4406 mv4407 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4433 mv4439 mv4440 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4420" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 384 -256 ) ( 336 384 -256 ) ( 336 -896 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -896 3264 ) ( 400 384 3264 ) ( 2128 384 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1264 -2112 3264 ) ( -176 -2112 3264 ) ( -176 -2112 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1280 -1024 3264 ) ( -1280 -2176 3264 ) ( -1280 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -1024 3264 ) ( -1280 -1024 3264 ) ( -1280 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -2176 3264 ) ( -192 -1024 3264 ) ( -192 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4188 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4414 mv4415 mv4416 mv4437 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4421" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 384 -256 ) ( 336 384 -256 ) ( 336 -896 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -896 3264 ) ( 400 384 3264 ) ( 2128 384 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -1024 3264 ) ( 832 192 3264 ) ( 832 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 192 3264 ) ( -192 192 3264 ) ( -192 192 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -192 -1024 3264 ) ( 832 -1024 3264 ) ( 832 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 192 3264 ) ( -192 -1024 3264 ) ( -192 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4189 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4399 mv4402 mv4414 mv4415 mv4416 mv4440 mv4443 mv4444 mv4445 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4422" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 384 -256 ) ( 336 384 -256 ) ( 336 -896 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -896 3264 ) ( 400 384 3264 ) ( 2128 384 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -192 -2176 3264 ) ( 832 -2176 3264 ) ( 832 -2176 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -2176 3264 ) ( 832 -1024 3264 ) ( 832 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -1024 3264 ) ( -192 -1024 3264 ) ( -192 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -1024 3264 ) ( -192 -2176 3264 ) ( -192 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4190 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4400 mv4401 mv4402 mv4404 mv4405 mv4406 mv4414 mv4415 mv4437 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4423" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4176 384 -256 ) ( 2448 384 -256 ) ( 2448 -896 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 2512 -896 3264 ) ( 2512 384 3264 ) ( 4240 384 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 3456 -1024 3264 ) ( 3456 192 3264 ) ( 3456 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 192 3264 ) ( 2240 192 3264 ) ( 2240 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 2240 -1024 3264 ) ( 3456 -1024 3264 ) ( 3456 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2240 192 3264 ) ( 2240 -1024 3264 ) ( 2240 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4191 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4400 mv4401 mv4402 mv4404 mv4405 mv4406 mv4414 mv4415 mv4440 mv4442 mv4443 mv4444 mv4445 mv4446 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4424" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4176 384 -256 ) ( 2448 384 -256 ) ( 2448 -896 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 2512 -896 3264 ) ( 2512 384 3264 ) ( 4240 384 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 2240 -2176 3264 ) ( 3456 -2176 3264 ) ( 3456 -2176 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 3456 -2176 3264 ) ( 3456 -1024 3264 ) ( 3456 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 -1024 3264 ) ( 2240 -1024 3264 ) ( 2240 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2240 -1024 3264 ) ( 2240 -2176 3264 ) ( 2240 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4192 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4401 mv4402 mv4414 mv4415 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4425" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4176 384 -256 ) ( 2448 384 -256 ) ( 2448 -896 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 2512 -896 3264 ) ( 2512 384 3264 ) ( 4240 384 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 2240 192 3264 ) ( 832 192 3264 ) ( 832 192 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 832 192 3264 ) ( 832 -1024 3264 ) ( 832 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -1024 3264 ) ( 2240 -1024 3264 ) ( 2240 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2240 -1024 3264 ) ( 2240 192 3264 ) ( 2240 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4193 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4400 mv4401 mv4402 mv4405 mv4406 mv4414 mv4415 mv4440 mv4442 mv4443 mv4444 mv4445 mv4446 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4426" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4176 384 -256 ) ( 2448 384 -256 ) ( 2448 -896 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 2512 -896 3264 ) ( 2512 384 3264 ) ( 4240 384 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 832 -2176 3264 ) ( 2240 -2176 3264 ) ( 2240 -2176 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 832 -1024 3264 ) ( 832 -2176 3264 ) ( 832 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2240 -1024 3264 ) ( 832 -1024 3264 ) ( 832 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 2240 -2176 3264 ) ( 2240 -1024 3264 ) ( 2240 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4194 +{ +"targetname" "mv4427" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7232 -4032 -256 ) ( 5504 -4032 -256 ) ( 5504 -5312 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5568 -5312 3264 ) ( 5568 -4032 3264 ) ( 7296 -4032 3264 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 8128 -5440 3264 ) ( 8128 -4032 3264 ) ( 8128 -4032 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 8128 -4032 3264 ) ( 7104 -4032 3264 ) ( 7104 -4032 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7104 -5440 3264 ) ( 8128 -5440 3264 ) ( 8128 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7104 -4032 3264 ) ( 7104 -5440 3264 ) ( 7104 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4195 +{ +"targetname" "mv4428" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7232 -4032 -256 ) ( 5504 -4032 -256 ) ( 5504 -5312 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5568 -5312 3264 ) ( 5568 -4032 3264 ) ( 7296 -4032 3264 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7104 -6800 3264 ) ( 8128 -6800 3264 ) ( 8128 -6800 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 8128 -6800 3264 ) ( 8128 -5440 3264 ) ( 8128 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 8128 -5440 3264 ) ( 7104 -5440 3264 ) ( 7104 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7104 -5440 3264 ) ( 7104 -6800 3264 ) ( 7104 -6800 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4196 +{ +"targetname" "mv4429" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7232 -4032 -256 ) ( 5504 -4032 -256 ) ( 5504 -5312 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5568 -5312 3264 ) ( 5568 -4032 3264 ) ( 7296 -4032 3264 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7104 -4032 3264 ) ( 5824 -4032 3264 ) ( 5824 -4032 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 -4032 3264 ) ( 5824 -5440 3264 ) ( 5824 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 -5440 3264 ) ( 7104 -5440 3264 ) ( 7104 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7104 -5440 3264 ) ( 7104 -4032 3264 ) ( 7104 -4032 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4197 +{ +"targetname" "mv4430" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7232 -4032 -256 ) ( 5504 -4032 -256 ) ( 5504 -5312 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5568 -5312 3264 ) ( 5568 -4032 3264 ) ( 7296 -4032 3264 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 -6800 3264 ) ( 7104 -6800 3264 ) ( 7104 -6800 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 -5440 3264 ) ( 5824 -6800 3264 ) ( 5824 -6800 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7104 -5440 3264 ) ( 5824 -5440 3264 ) ( 5824 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7104 -6800 3264 ) ( 7104 -5440 3264 ) ( 7104 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4198 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4414 mv4415 mv4440 mv4442 mv4443 mv4445 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4431" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5200 -1984 -256 ) ( 3472 -1984 -256 ) ( 3472 -3264 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3536 -3264 3264 ) ( 3536 -1984 3264 ) ( 5264 -1984 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 5120 -2176 3264 ) ( 3456 -2176 3264 ) ( 3456 -2176 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3620.323486 -3264 3264 ) ( 5119.999023 -2176 3264 ) ( 5119.999023 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 -3264 3264 ) ( 3620.324219 -3264 3264 ) ( 3620.324219 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 -2176 3264 ) ( 3456 -3264 3264 ) ( 3456 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4199 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4414 mv4415 mv4440 mv4442 mv4443 mv4445 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4432" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5200 -1984 -256 ) ( 3472 -1984 -256 ) ( 3472 -3264 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3536 -3264 3264 ) ( 3536 -1984 3264 ) ( 5264 -1984 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3456 -2176 3264 ) ( 1856 -2176 3264 ) ( 1856 -2176 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1856 -2176 3264 ) ( 1856 -3264 3264 ) ( 1856 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 -3264 3264 ) ( 3456 -3264 3264 ) ( 3456 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 -3264 3264 ) ( 3456 -2176 3264 ) ( 3456 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4200 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4412 mv4414 mv4415 mv4419 mv4440 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4433" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5200 -1984 -256 ) ( 3472 -1984 -256 ) ( 3472 -3264 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3536 -3264 3264 ) ( 3536 -1984 3264 ) ( 5264 -1984 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1856 -3264 3264 ) ( 1856 -4544 3264 ) ( 1856 -4544 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 -4543.999512 3264 ) ( 3620.323486 -3264 3264 ) ( 3620.323486 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3620.324219 -3264 3264 ) ( 1856 -3264 3264 ) ( 1856 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4201 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4401 mv4402 mv4404 mv4406 mv4407 mv4408 mv4410 mv4411 mv4412 mv4413 mv4415 mv4416 mv4417 mv4418 mv4440 mv4445 mv4449 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4434" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -1984 -256 ) ( 336 -1984 -256 ) ( 336 -3264 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 400 -3264 3264 ) ( 400 -1984 3264 ) ( 2128 -1984 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -160 -2112 3264 ) ( -1248 -2112 3264 ) ( -1248 -2112 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1280 -2176 3264 ) ( -1280 -3264 3264 ) ( -1280 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -3264 3264 ) ( -192 -2176 3264 ) ( -192 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1280 -3264 3264 ) ( -192 -3264 3264 ) ( -192 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4202 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4401 mv4402 mv4404 mv4405 mv4406 mv4407 mv4410 mv4412 mv4415 mv4416 mv4440 mv4445 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4435" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -1984 -256 ) ( 336 -1984 -256 ) ( 336 -3264 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 400 -3264 3264 ) ( 400 -1984 3264 ) ( 2128 -1984 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 832 -2176 3264 ) ( -192 -2176 3264 ) ( -192 -2176 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 832 -3264 3264 ) ( 832 -2176 3264 ) ( 832 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -2176 3264 ) ( -192 -3264 3264 ) ( -192 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -3264 3264 ) ( 832 -3264 3264 ) ( 832 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4203 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4400 mv4401 mv4402 mv4404 mv4405 mv4406 mv4407 mv4410 mv4412 mv4414 mv4415 mv4440 mv4449 mv4450 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4436" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -1984 -256 ) ( 336 -1984 -256 ) ( 336 -3264 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 400 -3264 3264 ) ( 400 -1984 3264 ) ( 2128 -1984 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1856 -3264 3264 ) ( 1856 -2176 3264 ) ( 1856 -2176 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 -2176 3264 ) ( 832 -2176 3264 ) ( 832 -2176 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 832 -2176 3264 ) ( 832 -3264 3264 ) ( 832 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -3264 3264 ) ( 1856 -3264 3264 ) ( 1856 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4204 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4437" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -1984 -256 ) ( 336 -1984 -256 ) ( 336 -3264 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 400 -3264 3264 ) ( 400 -1984 3264 ) ( 2128 -1984 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1280 -4544 3264 ) ( -192 -4544 3264 ) ( -192 -4544 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1280 -3264 3264 ) ( -1280 -4544 3264 ) ( -1280 -4544 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -4544 3264 ) ( -192 -3264 3264 ) ( -192 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -3264 3264 ) ( -1280 -3264 3264 ) ( -1280 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4205 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4415 mv4416 mv4417 mv4418 mv4440 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4438" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -1984 -256 ) ( 336 -1984 -256 ) ( 336 -3264 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 400 -3264 3264 ) ( 400 -1984 3264 ) ( 2128 -1984 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -192 -4544 3264 ) ( 832 -4544 3264 ) ( 832 -4544 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 832 -4544 3264 ) ( 832 -3264 3264 ) ( 832 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -3264 3264 ) ( -192 -4544 3264 ) ( -192 -4544 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -3264 3264 ) ( -192 -3264 3264 ) ( -192 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4206 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4415 mv4417 mv4419 mv4440 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4439" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -1984 -256 ) ( 336 -1984 -256 ) ( 336 -3264 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 400 -3264 3264 ) ( 400 -1984 3264 ) ( 2128 -1984 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 832 -4544 3264 ) ( 1856 -4544 3264 ) ( 1856 -4544 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1856 -4544 3264 ) ( 1856 -3264 3264 ) ( 1856 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -3264 3264 ) ( 832 -4544 3264 ) ( 832 -4544 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 -3264 3264 ) ( 832 -3264 3264 ) ( 832 -3264 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4207 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4444 mv4445 mv4446 mv4447 mv4448 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4440" +"classname" "vis_leafgroup" +// brush 0 +{ +( -2032 -5056 -256 ) ( -3760 -5056 -256 ) ( -3760 -6336 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -3696 -6336 3264 ) ( -3696 -5056 3264 ) ( -1968 -5056 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -3840 -8128 3264 ) ( -2816 -8128 3264 ) ( -2816 -8128 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -2816 -5856 3264 ) ( -3840 -5856 3264 ) ( -3840 -5856 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -3840 -5856 3264 ) ( -3840 -8128 3264 ) ( -3840 -8128 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 -8128 3264 ) ( -2816 -5856 3264 ) ( -2816 -5856 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4208 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4441" +"classname" "vis_leafgroup" +// brush 0 +{ +( -1072 -480 -256 ) ( -2800 -480 -256 ) ( -2800 -1760 -256 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( -2736 -1760 3264 ) ( -2736 -480 3264 ) ( -1008 -480 3264 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( -1280 -4544 3264 ) ( -1280 -2175.999512 3264 ) ( -1280 -2175.999512 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( -1280 -2176 3264 ) ( -2816 -3712 3264 ) ( -2816 -3712 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2816 -3712 3264 ) ( -2816 -4544 3264 ) ( -2816 -4544 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( -2816 -4544 3264 ) ( -1280 -4544 3264 ) ( -1280 -4544 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4209 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4454 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4442" +"classname" "vis_leafgroup" +// brush 0 +{ +( -1072 -480 -256 ) ( -2800 -480 -256 ) ( -2800 -1760 -256 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( -2736 -1760 3264 ) ( -2736 -480 3264 ) ( -1008 -480 3264 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( -2816 -5856 3264 ) ( -1280 -5856 3264 ) ( -1280 -5856 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1280 -5856 3264 ) ( -1280 -4544 3264 ) ( -1280 -4544 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( -2816 -4544 3264 ) ( -2816 -5856 3264 ) ( -2816 -5856 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( -1280 -4544 3264 ) ( -2816 -4544 3264 ) ( -2816 -4544 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4210 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4433 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4443" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -4352 -256 ) ( 336 -4352 -256 ) ( 336 -5632 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -5632 3264 ) ( 400 -4352 3264 ) ( 2128 -4352 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1280 -6528 3264 ) ( -192 -6528 3264 ) ( -192 -6528 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1280 -5440 3264 ) ( -1280 -6528 3264 ) ( -1280 -6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -6528 3264 ) ( -192 -5440 3264 ) ( -192 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -5440 3264 ) ( -1280 -5440 3264 ) ( -1280 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4211 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4440 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4444" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -4352 -256 ) ( 336 -4352 -256 ) ( 336 -5632 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -5632 3264 ) ( 400 -4352 3264 ) ( 2128 -4352 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -192 -6528 3264 ) ( 832 -6528 3264 ) ( 832 -6528 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -6528 3264 ) ( 832 -5440 3264 ) ( 832 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -5440 3264 ) ( -192 -6528 3264 ) ( -192 -6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -5440 3264 ) ( -192 -5440 3264 ) ( -192 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4212 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4440 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4445" +"classname" "vis_leafgroup" +// brush 0 +{ +( 832 -5440 -256 ) ( 832 -6528 -256 ) ( 1856 -6528 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -6528 3264 ) ( 832 -5440 3264 ) ( 1856 -5440 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -6528 -256 ) ( 832 -6528 3264 ) ( 1856 -6528 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1856 -5440 3264 ) ( 1856 -5440 -256 ) ( 1856 -6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -5440 -256 ) ( 832 -5440 3264 ) ( 832 -6528 3264 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -5440 3264 ) ( 832 -5440 -256 ) ( 1856 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4213 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4446" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -4352 -256 ) ( 336 -4352 -256 ) ( 336 -5632 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -5632 3264 ) ( 400 -4352 3264 ) ( 2128 -4352 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -192 -4544 3264 ) ( -1280 -4544 3264 ) ( -1280 -4544 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1280 -4544 3264 ) ( -1280 -5440 3264 ) ( -1280 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -5440 3264 ) ( -192 -4544 3264 ) ( -192 -4544 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1280 -5440 3264 ) ( -192 -5440 3264 ) ( -192 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4214 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4447" +"classname" "vis_leafgroup" +// brush 0 +{ +( 832 -5440 -256 ) ( 832 -4544 -256 ) ( -192 -4544 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -4544 3264 ) ( 832 -5440 3264 ) ( -192 -5440 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -4544 -256 ) ( 832 -4544 3264 ) ( -192 -4544 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -5440 -256 ) ( 832 -5440 3264 ) ( 832 -4544 3264 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -5440 3264 ) ( -192 -5440 -256 ) ( -192 -4544 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -5440 3264 ) ( 832 -5440 -256 ) ( -192 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4215 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4448" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -4352 -256 ) ( 336 -4352 -256 ) ( 336 -5632 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -5632 3264 ) ( 400 -4352 3264 ) ( 2128 -4352 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1856 -5440 3264 ) ( 1856 -4544 3264 ) ( 1856 -4544 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 -4544 3264 ) ( 832 -4544 3264 ) ( 832 -4544 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -4544 3264 ) ( 832 -5440 3264 ) ( 832 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 832 -5440 3264 ) ( 1856 -5440 3264 ) ( 1856 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4216 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4456 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4449" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -5056 -256 ) ( 336 -5056 -256 ) ( 336 -6336 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -6336 3264 ) ( 400 -5056 3264 ) ( 2128 -5056 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -192 -8128 3264 ) ( 832 -8128 3264 ) ( 832 -8128 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -6528 3264 ) ( -192 -6528 3264 ) ( -192 -6528 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -8128 3264 ) ( 832 -6528 3264 ) ( 832 -6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -6528 3264 ) ( -192 -8128 3264 ) ( -192 -8128 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4217 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4436 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4450" +"classname" "vis_leafgroup" +// brush 0 +{ +( 2064 -5056 -256 ) ( 336 -5056 -256 ) ( 336 -6336 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 400 -6336 3264 ) ( 400 -5056 3264 ) ( 2128 -5056 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1280 -7872 3264 ) ( -192 -7872 3264 ) ( -192 -7872 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -192 -6528 3264 ) ( -1280 -6528 3264 ) ( -1280 -6528 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -1280 -6528 3264 ) ( -1280 -8128 3264 ) ( -1280 -8128 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -192 -8128 3264 ) ( -192 -6528 3264 ) ( -192 -6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4218 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4440 mv4441 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4451" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1856 -8128 -256 ) ( 1856 -6528 -256 ) ( 832 -6528 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1856 -6528 3264 ) ( 1856 -8128 3264 ) ( 832 -8128 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1840 -8128 3264 ) ( 1840 -8128 -256 ) ( 816 -8128 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 1856 -8072 3264 ) ( 1856 -6472 3264 ) ( 1856 -6472 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 -6528 -256 ) ( 1856 -6528 3264 ) ( 832 -6528 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 832 -6528 3264 ) ( 832 -8128 3264 ) ( 832 -8128 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4219 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4440 mv4441 mv4442 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4452" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3248 -5056 -256 ) ( 1520 -5056 -256 ) ( 1520 -6336 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 1584 -6336 3264 ) ( 1584 -5056 3264 ) ( 3312 -5056 3264 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 3040 -6528 3264 ) ( 3040 -5440 3264 ) ( 3040 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 -5440 3264 ) ( 1856 -6528 3264 ) ( 1856 -6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3056 -4752 3264 ) ( 1872 -4752 3264 ) ( 1872 -4752 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 -6528 3264 ) ( 3040 -6528 3264 ) ( 3040 -6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4220 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4420 mv4434 mv4440 mv4441 mv4442 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4453" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3248 -5056 -256 ) ( 1520 -5056 -256 ) ( 1520 -6336 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 1584 -6336 3264 ) ( 1584 -5056 3264 ) ( 3312 -5056 3264 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 1856 -8128 3264 ) ( 3040 -8128 3264 ) ( 3040 -8128 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 3040 -8128 3264 ) ( 3040 -6528 3264 ) ( 3040 -6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 -6528 3264 ) ( 1856 -8128 3264 ) ( 1856 -8128 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3040 -6528 3264 ) ( 1856 -6528 3264 ) ( 1856 -6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4221 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4434 mv4435 mv4436 mv4437 mv4440 mv4441 mv4442 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4454" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4432 -4384 -256 ) ( 2704 -4384 -256 ) ( 2704 -5664 -256 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 2768 -5664 3264 ) ( 2768 -4384 3264 ) ( 4496 -4384 3264 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 4432 -6528 3264 ) ( 4432 -5440 3264 ) ( 4432 -5440 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 3040 -5440 3264 ) ( 3040 -6528 3264 ) ( 3040 -6528 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 4432 -5440 3264 ) ( 3040 -5440 3264 ) ( 3040 -5440 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 3040 -6528 3264 ) ( 4432 -6528 3264 ) ( 4432 -6528 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4222 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4440 mv4441 mv4442 mv4443 mv4446 mv4450 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4455" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4432 -4384 -256 ) ( 2704 -4384 -256 ) ( 2704 -5664 -256 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 2768 -5664 3264 ) ( 2768 -4384 3264 ) ( 4496 -4384 3264 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 3040 -8128 3264 ) ( 4432 -8128 3264 ) ( 4432 -8128 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 4432 -8128 3264 ) ( 4432 -6528 3264 ) ( 4432 -6528 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 3040 -6528 3264 ) ( 3040 -8128 3264 ) ( 3040 -8128 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 4432 -6528 3264 ) ( 3040 -6528 3264 ) ( 3040 -6528 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4223 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4446 mv4450 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4456" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4432 -4384 -256 ) ( 2704 -4384 -256 ) ( 2704 -5664 -256 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 2768 -5664 3264 ) ( 2768 -4384 3264 ) ( 4496 -4384 3264 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 4432 -5440 3264 ) ( 4432 -4384 3264 ) ( 4432 -4384 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 4432 -4384 3264 ) ( 3040 -4752 3264 ) ( 3040 -4752 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 3040 -4752 3264 ) ( 3040 -5440 3264 ) ( 3040 -5440 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 3040 -5440 3264 ) ( 4432 -5440 3264 ) ( 4432 -5440 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4224 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4446 mv4447 mv4449 mv4450 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4457" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5824 -4032 -256 ) ( 4096 -4032 -256 ) ( 4096 -5312 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4160 -5312 3264 ) ( 4160 -4032 3264 ) ( 5888 -4032 3264 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 -5440 3264 ) ( 5824 -4032 3264 ) ( 5824 -4032 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 -4032 3264 ) ( 4432 -4032 3264 ) ( 4432 -4032 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4432 -4032 3264 ) ( 4432 -5440 3264 ) ( 4432 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4432 -5440 3264 ) ( 5824 -5440 3264 ) ( 5824 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4225 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4440 mv4441 mv4442 mv4443 mv4446 mv4450 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4458" +"classname" "vis_leafgroup" +// brush 0 +{ +( 5824 -4032 -256 ) ( 4096 -4032 -256 ) ( 4096 -5312 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4160 -5312 3264 ) ( 4160 -4032 3264 ) ( 5888 -4032 3264 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4416 -7200 3264 ) ( 5808 -7200 3264 ) ( 5808 -7200 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 -6800 3264 ) ( 5824 -5440 3264 ) ( 5824 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 4432 -5440 3264 ) ( 4432 -6800 3264 ) ( 4432 -6800 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5824 -5440 3264 ) ( 4432 -5440 3264 ) ( 4432 -5440 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4226 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4416 mv4417 mv4418 mv4419 mv4433 mv4436 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4459" +"classname" "vis_leafgroup" +// brush 0 +{ +( -1552 -3712 -256 ) ( -3280 -3712 -256 ) ( -3280 -4992 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( -3216 -4992 3264 ) ( -3216 -3712 3264 ) ( -1488 -3712 3264 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( -3808 -5856 3264 ) ( -2816 -5856 3264 ) ( -2816 -5856 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( -2816 -5856 3264 ) ( -2816 -3712 3264 ) ( -2816 -3712 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 -3712 3264 ) ( -3808 -3712 3264 ) ( -3808 -3712 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( -3808 -3712 3264 ) ( -3808 -5856 3264 ) ( -3808 -5856 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4227 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4399 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4462 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4460" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 1600 -256 ) ( -1776 1600 -256 ) ( -1776 320 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 320 3264 ) ( -1712 1600 3264 ) ( 16 1600 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2368 1408 3264 ) ( -3968 1408 3264 ) ( -3968 1408 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 1408 3264 ) ( -3968 192 3264 ) ( -3968 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 192 3264 ) ( -2816 1408 3264 ) ( -2816 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 192 3264 ) ( -2368 192 3264 ) ( -2368 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4228 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4392 mv4398 mv4399 mv4403 mv4404 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4473 mv4474 mv4475 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4461" +"classname" "vis_leafgroup" +// brush 0 +{ +( -4336 128 -256 ) ( -6064 128 -256 ) ( -6064 -1152 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -5808 -1152 3264 ) ( -5808 128 3264 ) ( -4080 128 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -6528 192 3264 ) ( -7680 192 3264 ) ( -7680 192 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -7680 192 3264 ) ( -7680 -1024 3264 ) ( -7680 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 -1024 3264 ) ( -6528 192 3264 ) ( -6528 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -7680 -1024 3264 ) ( -6528 -1024 3264 ) ( -6528 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4229 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4398 mv4399 mv4403 mv4404 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4473 mv4474 mv4475 mv4476 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4462" +"classname" "vis_leafgroup" +// brush 0 +{ +( -4336 128 -256 ) ( -6064 128 -256 ) ( -6064 -1152 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -5808 -1152 3264 ) ( -5808 128 3264 ) ( -4080 128 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -7680 -2432 3264 ) ( -6528 -2432 3264 ) ( -6528 -2432 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -7680 -1024 3264 ) ( -7680 -2432 3264 ) ( -7680 -2432 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 -2432 3264 ) ( -6528 -1024 3264 ) ( -6528 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 -1024 3264 ) ( -7680 -1024 3264 ) ( -7680 -1024 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4230 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4398 mv4399 mv4407 mv4408 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4473 mv4474 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4463" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 1344 -256 ) ( -4912 1344 -256 ) ( -4912 64 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -4656 64 3264 ) ( -4656 1344 3264 ) ( -2928 1344 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -3968 192 3264 ) ( -3968 1408 3264 ) ( -3968 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 1408 3264 ) ( -4928 1408 3264 ) ( -4928 1408 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -5376 1408 3264 ) ( -5376 192 3264 ) ( -5376 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4928 192 3264 ) ( -3968 192 3264 ) ( -3968 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4231 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4398 mv4399 mv4404 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4473 mv4474 mv4475 mv4479 mv4480 mv4481 mv4482 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4464" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 1344 -256 ) ( -4912 1344 -256 ) ( -4912 64 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -4656 64 3264 ) ( -4656 1344 3264 ) ( -2928 1344 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -5376 1408 3264 ) ( -6528 1408 3264 ) ( -6528 1408 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -6528 1408 3264 ) ( -6528 192 3264 ) ( -6528 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5376 192 3264 ) ( -5376 1408 3264 ) ( -5376 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 192 3264 ) ( -5376 192 3264 ) ( -5376 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4232 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4398 mv4399 mv4403 mv4404 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4473 mv4474 mv4479 mv4480 mv4481 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4465" +"classname" "vis_leafgroup" +// brush 0 +{ +( -4336 1344 -256 ) ( -6064 1344 -256 ) ( -6064 64 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -5808 64 3264 ) ( -5808 1344 3264 ) ( -4080 1344 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -6528 1408 3264 ) ( -7936 1408 3264 ) ( -7936 1408 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( -7936 1408 3264 ) ( -7936 192 3264 ) ( -7936 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 192 3264 ) ( -6528 1408 3264 ) ( -6528 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -7936 192 3264 ) ( -6528 192 3264 ) ( -6528 192 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4233 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4392 mv4398 mv4399 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4462 mv4474 mv4480 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4466" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 2816 -256 ) ( -1776 2816 -256 ) ( -1776 1536 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 1536 3264 ) ( -1712 2816 3264 ) ( 16 2816 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2368 2944 3264 ) ( -3968 2944 3264 ) ( -3968 2944 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 2944 3264 ) ( -3968 1408 3264 ) ( -3968 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 1408 3264 ) ( -2816 2944 3264 ) ( -2816 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 1408 3264 ) ( -2368 1408 3264 ) ( -2368 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4234 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4392 mv4398 mv4399 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4474 mv4479 mv4480 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4467" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 2560 -256 ) ( -4912 2560 -256 ) ( -4912 1280 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 1280 3264 ) ( -4656 2560 3264 ) ( -2928 2560 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 1408 3264 ) ( -3968 2944 3264 ) ( -3968 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 2944 3264 ) ( -4928 2944 3264 ) ( -4928 2944 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 2944 3264 ) ( -5376 1408 3264 ) ( -5376 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4928 1408 3264 ) ( -3968 1408 3264 ) ( -3968 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4235 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4392 mv4398 mv4399 mv4404 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4473 mv4474 mv4479 mv4480 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4468" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 2560 -256 ) ( -4912 2560 -256 ) ( -4912 1280 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 1280 3264 ) ( -4656 2560 3264 ) ( -2928 2560 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 2944 3264 ) ( -6528 2944 3264 ) ( -6528 2944 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 2944 3264 ) ( -6528 1408 3264 ) ( -6528 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5376 1408 3264 ) ( -5376 2944 3264 ) ( -5376 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 1408 3264 ) ( -5376 1408 3264 ) ( -5376 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4236 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4392 mv4398 mv4399 mv4400 mv4402 mv4403 mv4404 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4466 mv4473 mv4474 mv4479 mv4480 mv4481 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4469" +"classname" "vis_leafgroup" +// brush 0 +{ +( -4336 2560 -256 ) ( -6064 2560 -256 ) ( -6064 1280 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5808 1280 3264 ) ( -5808 2560 3264 ) ( -4080 2560 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 2944 3264 ) ( -7936 2944 3264 ) ( -7936 2944 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -7936 2944 3264 ) ( -7936 1408 3264 ) ( -7936 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 1408 3264 ) ( -6528 2944 3264 ) ( -6528 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -7936 1408 3264 ) ( -6528 1408 3264 ) ( -6528 1408 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4237 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4397 mv4398 mv4399 mv4400 mv4403 mv4404 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4470" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 4096 -256 ) ( -4912 4096 -256 ) ( -4912 2816 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 2816 3264 ) ( -4656 4096 3264 ) ( -2928 4096 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 2944 3264 ) ( -3968 4480 3264 ) ( -3968 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 4480 3264 ) ( -4928 4480 3264 ) ( -4928 4480 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 4480 3264 ) ( -5376 2944 3264 ) ( -5376 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4928 2944 3264 ) ( -3968 2944 3264 ) ( -3968 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4238 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4392 mv4398 mv4399 mv4400 mv4402 mv4403 mv4404 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4474 mv4479 mv4480 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4471" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 4096 -256 ) ( -4912 4096 -256 ) ( -4912 2816 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 2816 3264 ) ( -4656 4096 3264 ) ( -2928 4096 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 4480 3264 ) ( -6528 4480 3264 ) ( -6528 4480 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 4480 3264 ) ( -6528 2944 3264 ) ( -6528 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5376 2944 3264 ) ( -5376 4480 3264 ) ( -5376 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 2944 3264 ) ( -5376 2944 3264 ) ( -5376 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4239 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4391 mv4392 mv4396 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4473 mv4474 mv4479 mv4480 mv4481 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4472" +"classname" "vis_leafgroup" +// brush 0 +{ +( -4336 4096 -256 ) ( -6064 4096 -256 ) ( -6064 2816 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5808 2816 3264 ) ( -5808 4096 3264 ) ( -4080 4096 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 4480 3264 ) ( -7936 4480 3264 ) ( -7936 4480 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -7936 4480 3264 ) ( -7936 2944 3264 ) ( -7936 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 2944 3264 ) ( -6528 4480 3264 ) ( -6528 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -7936 2944 3264 ) ( -6528 2944 3264 ) ( -6528 2944 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4240 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4464 mv4465 mv4469 mv4472 mv4484 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4473" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 5888 -256 ) ( -1776 5888 -256 ) ( -1776 4608 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 4608 3264 ) ( -1712 5888 3264 ) ( 16 5888 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1344 6016 3264 ) ( -2816 6016 3264 ) ( -2816 6016 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2816 4480 3264 ) ( -1344 4480 3264 ) ( -1344 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 6016 3264 ) ( -2816 4480 3264 ) ( -2816 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 4480 3264 ) ( -1344 6016 3264 ) ( -1344 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4241 +{ +"target" "mv140 mv141 mv4388 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4467 mv4468 mv4469 mv4471 mv4472 mv4478 mv4483 mv4484 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4506 mv4507 mv4508" +"targetname" "mv4474" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 5888 -256 ) ( -1776 5888 -256 ) ( -1776 4608 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 4608 3264 ) ( -1712 5888 3264 ) ( 16 5888 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 256 6016 3264 ) ( -1344 6016 3264 ) ( -1344 6016 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 256 4480 3264 ) ( 256 6016 3264 ) ( 256 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 4480 3264 ) ( 256 4480 3264 ) ( 256 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 6016 3264 ) ( -1344 4480 3264 ) ( -1344 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4242 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4464 mv4465 mv4469 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4475" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 5888 -256 ) ( -1776 5888 -256 ) ( -1776 4608 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 4608 3264 ) ( -1712 5888 3264 ) ( 16 5888 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2368 6016 3264 ) ( -3968 6016 3264 ) ( -3968 6016 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 6016 3264 ) ( -3968 4480 3264 ) ( -3968 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 4480 3264 ) ( -2368 4480 3264 ) ( -2368 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 4480 3264 ) ( -2816 6016 3264 ) ( -2816 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4243 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4465 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4476" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 5632 -256 ) ( -4912 5632 -256 ) ( -4912 4352 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 4352 3264 ) ( -4656 5632 3264 ) ( -2928 5632 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 4480 3264 ) ( -3968 6016 3264 ) ( -3968 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 6016 3264 ) ( -4928 6016 3264 ) ( -4928 6016 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 6016 3264 ) ( -5376 4480 3264 ) ( -5376 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4928 4480 3264 ) ( -3968 4480 3264 ) ( -3968 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4244 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4392 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4465 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4477" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 5632 -256 ) ( -4912 5632 -256 ) ( -4912 4352 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 4352 3264 ) ( -4656 5632 3264 ) ( -2928 5632 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 6016 3264 ) ( -6528 6016 3264 ) ( -6528 6016 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 6016 3264 ) ( -6528 4480 3264 ) ( -6528 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5376 4480 3264 ) ( -5376 6016 3264 ) ( -5376 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 4480 3264 ) ( -5376 4480 3264 ) ( -5376 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4245 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4392 mv4394 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4462 mv4474 mv4480 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4478" +"classname" "vis_leafgroup" +// brush 0 +{ +( -4336 5632 -256 ) ( -6064 5632 -256 ) ( -6064 4352 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5808 4352 3264 ) ( -5808 5632 3264 ) ( -4080 5632 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 6016 3264 ) ( -7936 6016 3264 ) ( -7936 6016 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -7936 6016 3264 ) ( -7936 4480 3264 ) ( -7936 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 4480 3264 ) ( -6528 6016 3264 ) ( -6528 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -7936 4480 3264 ) ( -6528 4480 3264 ) ( -6528 4480 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4246 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4468 mv4469 mv4472 mv4478 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4479" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 7424 -256 ) ( -1776 7424 -256 ) ( -1776 6144 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 6144 3264 ) ( -1712 7424 3264 ) ( 16 7424 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1344 8000 3264 ) ( -2816 8000 3264 ) ( -2816 8000 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2816 6016 3264 ) ( -1344 6016 3264 ) ( -1344 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 8000 3264 ) ( -2816 6016 3264 ) ( -2816 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 6016 3264 ) ( -1344 8000 3264 ) ( -1344 8000 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4247 +{ +"target" "mv140 mv141 mv4388 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4477 mv4478 mv4484 mv4492 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4506 mv4507 mv4508" +"targetname" "mv4480" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 7424 -256 ) ( -1776 7424 -256 ) ( -1776 6144 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 6144 3264 ) ( -1712 7424 3264 ) ( 16 7424 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 256 8000 3264 ) ( -1344 8000 3264 ) ( -1344 8000 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 256 6016 3264 ) ( 256 8000 3264 ) ( 256 8000 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 6016 3264 ) ( 256 6016 3264 ) ( 256 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -1344 8000 3264 ) ( -1344 6016 3264 ) ( -1344 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4248 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4464 mv4465 mv4469 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4481" +"classname" "vis_leafgroup" +// brush 0 +{ +( -48 7424 -256 ) ( -1776 7424 -256 ) ( -1776 6144 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -1712 6144 3264 ) ( -1712 7424 3264 ) ( 16 7424 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -2816 7552 3264 ) ( -4416 7552 3264 ) ( -4416 7552 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 7552 3264 ) ( -3968 6016 3264 ) ( -3968 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -3968 6016 3264 ) ( -2368 6016 3264 ) ( -2368 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -2816 6016 3264 ) ( -2816 7552 3264 ) ( -2816 7552 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4249 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4461 mv4462 mv4465 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4482" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 7168 -256 ) ( -4912 7168 -256 ) ( -4912 5888 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 5888 3264 ) ( -4656 7168 3264 ) ( -2928 7168 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -3968 6016 3264 ) ( -3968 7552 3264 ) ( -3968 7552 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4416 7552 3264 ) ( -5376 7552 3264 ) ( -5376 7552 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 7552 3264 ) ( -5376 6016 3264 ) ( -5376 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -4928 6016 3264 ) ( -3968 6016 3264 ) ( -3968 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4250 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4465 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4483" +"classname" "vis_leafgroup" +// brush 0 +{ +( -3184 7168 -256 ) ( -4912 7168 -256 ) ( -4912 5888 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -4656 5888 3264 ) ( -4656 7168 3264 ) ( -2928 7168 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5376 7552 3264 ) ( -6528 7552 3264 ) ( -6528 7552 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 7552 3264 ) ( -6528 6016 3264 ) ( -6528 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -5376 6016 3264 ) ( -5376 7552 3264 ) ( -5376 7552 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 6016 3264 ) ( -5376 6016 3264 ) ( -5376 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4251 +{ +"target" "mv140 mv141 mv4388 mv4389 mv4390 mv4392 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4470 mv4474 mv4480 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4507 mv4508" +"targetname" "mv4484" +"classname" "vis_leafgroup" +// brush 0 +{ +( -4336 7168 -256 ) ( -6064 7168 -256 ) ( -6064 5888 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -5808 5888 3264 ) ( -5808 7168 3264 ) ( -4080 7168 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -6528 7040 3264 ) ( -7424 7040 3264 ) ( -7424 7040 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -7424 7040 3264 ) ( -7424 6016 3264 ) ( -7424 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -6528 6016 3264 ) ( -6528 7040 3264 ) ( -6528 7040 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( -7424 6016 3264 ) ( -6528 6016 3264 ) ( -6528 6016 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4252 +{ +"target" "mv140 mv141 mv4388 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4471 mv4472 mv4477 mv4478 mv4482 mv4483 mv4484 mv4492 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4506 mv4507 mv4508" +"targetname" "mv4485" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1552 4864 -256 ) ( -176 4864 -256 ) ( -176 3584 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -112 3584 3264 ) ( -112 4864 3264 ) ( 1616 4864 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1856 4992 3264 ) ( 256 4992 3264 ) ( 256 4992 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1856 3456 3264 ) ( 1856 4992 3264 ) ( 1856 4992 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 256 3456 3264 ) ( 1856 3456 3264 ) ( 1856 3456 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 256 4992 3264 ) ( 256 3456 3264 ) ( 256 3456 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4253 +{ +"target" "mv140 mv141 mv4388 mv4390 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4471 mv4472 mv4477 mv4478 mv4483 mv4484 mv4492 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4506 mv4507 mv4508" +"targetname" "mv4486" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1552 6400 -256 ) ( -176 6400 -256 ) ( -176 5120 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -112 5120 3264 ) ( -112 6400 3264 ) ( 1616 6400 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1856 6528 3264 ) ( 256 6528 3264 ) ( 256 6528 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1856 4992 3264 ) ( 1856 6528 3264 ) ( 1856 6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 256 4992 3264 ) ( 1856 4992 3264 ) ( 1856 4992 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 256 6528 3264 ) ( 256 4992 3264 ) ( 256 4992 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4254 +{ +"target" "mv140 mv141 mv4388 mv4390 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4476 mv4477 mv4478 mv4483 mv4484 mv4492 mv4494 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4504 mv4506 mv4507 mv4508" +"targetname" "mv4487" +"classname" "vis_leafgroup" +// brush 0 +{ +( 1552 7936 -256 ) ( -176 7936 -256 ) ( -176 6656 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( -112 6656 3264 ) ( -112 7936 3264 ) ( 1616 7936 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1856 8000 3264 ) ( 256 8000 3264 ) ( 256 8000 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1856 6528 3264 ) ( 1856 8000 3264 ) ( 1856 8000 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 256 6528 3264 ) ( 1856 6528 3264 ) ( 1856 6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 256 8000 3264 ) ( 256 6528 3264 ) ( 256 6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4255 +{ +"target" "mv140 mv141 mv4390 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4475 mv4476 mv4477 mv4478 mv4481 mv4482 mv4483 mv4484 mv4492 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503" +"targetname" "mv4488" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3152 4864 -256 ) ( 1424 4864 -256 ) ( 1424 3584 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1488 3584 3264 ) ( 1488 4864 3264 ) ( 3216 4864 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 3456 4992 3264 ) ( 1856 4992 3264 ) ( 1856 4992 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 3456 3456 3264 ) ( 3456 4992 3264 ) ( 3456 4992 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 3456 3264 ) ( 3456 3456 3264 ) ( 3456 3456 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 4992 3264 ) ( 1856 3456 3264 ) ( 1856 3456 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4256 +{ +"target" "mv140 mv141 mv4390 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4476 mv4477 mv4478 mv4482 mv4483 mv4484 mv4492 mv4495 mv4496 mv4497 mv4498 mv4499 mv4501 mv4502 mv4503 mv4507" +"targetname" "mv4489" +"classname" "vis_leafgroup" +// brush 0 +{ +( 3152 6400 -256 ) ( 1424 6400 -256 ) ( 1424 5120 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 1488 5120 3264 ) ( 1488 6400 3264 ) ( 3216 6400 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 3456 8000 3264 ) ( 1856 8000 3264 ) ( 1856 8000 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 3456 4992 3264 ) ( 3456 6528 3264 ) ( 3456 6528 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 4992 3264 ) ( 3456 4992 3264 ) ( 3456 4992 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 1856 6528 3264 ) ( 1856 4992 3264 ) ( 1856 4992 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4257 +{ +"target" "mv4390 mv4391 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4475 mv4476 mv4477 mv4478 mv4479 mv4481 mv4482 mv4483 mv4484 mv4495 mv4496 mv4499 mv4501 mv4502 mv4503" +"targetname" "mv4505" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4752 4864 -256 ) ( 3024 4864 -256 ) ( 3024 3584 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 3088 3584 3264 ) ( 3088 4864 3264 ) ( 4816 4864 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 4608 4992 3264 ) ( 3456 4992 3264 ) ( 3456 4992 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 4608 3456 3264 ) ( 4608 4992 3264 ) ( 4608 4992 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 3456 3264 ) ( 4608 3456 3264 ) ( 4608 3456 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 4992 3264 ) ( 3456 3456 3264 ) ( 3456 3456 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4258 +{ +"targetname" "mv4491" +"target" "mv140 mv141 mv4390 mv4391 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4475 mv4476 mv4477 mv4478 mv4479 mv4481 mv4482 mv4483 mv4484 mv4495 mv4496 mv4497 mv4498 mv4501 mv4502" +"classname" "vis_leafgroup" +// brush 0 +{ +( 4752 6400 -256 ) ( 3024 6400 -256 ) ( 3024 5120 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 3088 5120 3264 ) ( 3088 6400 3264 ) ( 4816 6400 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 4640 8000 3264 ) ( 3488 8000 3264 ) ( 3488 8000 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 4608 4992 3264 ) ( 4608 6784 3264 ) ( 4608 6784 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 4992 3264 ) ( 4608 4992 3264 ) ( 4608 4992 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 3456 6784 3264 ) ( 3456 4992 3264 ) ( 3456 4992 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4259 +{ +"target" "mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4492 mv4495 mv4496 mv4499" +"targetname" "mv4506" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7376 4864 -256 ) ( 5648 4864 -256 ) ( 5648 3584 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 5712 3584 3264 ) ( 5712 4864 3264 ) ( 7440 4864 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 6720 4448 3264 ) ( 5888 4448 3264 ) ( 5888 4448 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 6720 3808 3264 ) ( 6720 4448 3264 ) ( 6720 4448 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5888 3392 3264 ) ( 6720 3392 3264 ) ( 6720 3392 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5888 4448 3264 ) ( 5888 3808 3264 ) ( 5888 3808 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4260 +{ +"target" "mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4492 mv4495 mv4496" +"targetname" "mv4507" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8016 4864 -256 ) ( 6288 4864 -256 ) ( 6288 3584 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 6352 3584 3264 ) ( 6352 4864 3264 ) ( 8080 4864 3264 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 7808 4448 3264 ) ( 6720 4448 3264 ) ( 6720 4448 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 7808 3648 3264 ) ( 7808 4448 3264 ) ( 7808 4448 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6720 3648 3264 ) ( 7808 3648 3264 ) ( 7808 3648 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6720 4448 3264 ) ( 6720 3648 3264 ) ( 6720 3648 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4261 +{ +"target" "mv140 mv141 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4493 mv4495 mv4496 mv4499 mv4505" +"targetname" "mv4501" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7824 3232 -256 ) ( 6096 3232 -256 ) ( 6096 1952 -256 ) common/vis -16 -32 0.00 1 1 268435456 2448 0 +( 6160 1952 3264 ) ( 6160 3232 3264 ) ( 7888 3232 3264 ) common/vis -16 -32 0.00 1 1 268435456 2448 0 +( 7168 2816 3264 ) ( 6528 2816 3264 ) ( 6528 2816 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 8016 1664 3264 ) ( 8016 1920 3264 ) ( 8016 1920 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 7376 1664 3264 ) ( 8016 1664 3264 ) ( 8016 1664 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6528 2816 3264 ) ( 6528 2560 3264 ) ( 6528 2560 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4262 +{ +"target" "mv4388 mv4389 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4492 mv4493 mv4495 mv4496" +"targetname" "mv4498" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8336 5280 -256 ) ( 6608 5280 -256 ) ( 6608 4000 -256 ) common/vis -16 -32 0.00 1 1 268435456 2448 0 +( 6672 4000 3264 ) ( 6672 5280 3264 ) ( 8400 5280 3264 ) common/vis -16 -32 0.00 1 1 268435456 2448 0 +( 7784 5760 3264 ) ( 7016 5760 3264 ) ( 7016 5760 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 7808 4448 3264 ) ( 7808 5120 3264 ) ( 7808 5120 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 7040 4448 3264 ) ( 7808 4448 3264 ) ( 7808 4448 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7040 5120 3264 ) ( 7040 4448 3264 ) ( 7040 4448 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4263 +{ +"target" "mv140 mv141 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4491 mv4495 mv4496 mv4503 mv4505" +"targetname" "mv4502" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8464 3808 -256 ) ( 6736 3808 -256 ) ( 6736 2528 -256 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( 6800 2528 3264 ) ( 6800 3808 3264 ) ( 8528 3808 3264 ) common/vis 48 -32 0.00 1 1 268435456 2448 0 +( 7936 3648 3264 ) ( 7168 3648 3264 ) ( 7168 3648 -256 ) common/vis 48 0 0.00 1 1 268435456 2448 0 +( 8000 2976 3264 ) ( 8000 3648 3264 ) ( 8000 3648 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 7184 2816 3264 ) ( 7952 2816 3264 ) ( 7952 2816 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7168 3648 3264 ) ( 7168 2976 3264 ) ( 7168 2976 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4264 +{ +"target" "mv140 mv141 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4493 mv4494 mv4495 mv4496 mv4498 mv4499" +"targetname" "mv4492" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7056 2720 -256 ) ( 5328 2720 -256 ) ( 5328 1440 -256 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 5392 1440 3264 ) ( 5392 2720 3264 ) ( 7120 2720 3264 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 6528 2560 3264 ) ( 6080 2560 3264 ) ( 6080 2560 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 6528 1664 3264 ) ( 6528 2560 3264 ) ( 6528 2560 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 6080 1664 3264 ) ( 6528 1664 3264 ) ( 6528 1664 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6080 2560 3264 ) ( 6080 1664 3264 ) ( 6080 1664 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4265 +{ +"target" "mv140 mv141 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4494 mv4495 mv4496 mv4499" +"targetname" "mv4508" +"classname" "vis_leafgroup" +// brush 0 +{ +( 6800 3392 -256 ) ( 5072 3392 -256 ) ( 5072 2112 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 5136 2112 3264 ) ( 5136 3392 3264 ) ( 6864 3392 3264 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 6080 3392 3264 ) ( 5248 3392 3264 ) ( 5248 3392 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 6080 2560 3264 ) ( 6080 3392 3264 ) ( 6080 3392 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5248 3392 3264 ) ( 5248 2560 3264 ) ( 5248 2560 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5248 1664 3264 ) ( 6080 1664 3264 ) ( 6080 1664 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4266 +{ +"target" "mv140 mv141 mv4388 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4492 mv4495 mv4496 mv4497 mv4501 mv4502 mv4503 mv4506 mv4507" +"targetname" "mv4494" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7376 6752 -256 ) ( 5648 6752 -256 ) ( 5648 5472 -256 ) common/vis -16 -32 0.00 1 1 268435456 2448 0 +( 5712 5472 3264 ) ( 5712 6752 3264 ) ( 7440 6752 3264 ) common/vis -16 -32 0.00 1 1 268435456 2448 0 +( 7040 6368 3264 ) ( 7040 7200 3264 ) ( 7040 7200 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 6080 6592 3264 ) ( 6080 5760 3264 ) ( 6080 5760 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 6080 5760 3264 ) ( 6656 5760 3264 ) ( 6656 5760 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7008 8000 3264 ) ( 6432 8000 3264 ) ( 6432 8000 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4267 +{ +"target" "mv140 mv141 mv4388 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4492 mv4495 mv4496 mv4497 mv4501 mv4502 mv4503 mv4504 mv4505 mv4506 mv4508" +"targetname" "mv4499" +"classname" "vis_leafgroup" +// brush 0 +{ +( 8336 6304 -256 ) ( 6608 6304 -256 ) ( 6608 5024 -256 ) common/vis 48 32 0.00 1 1 268435456 2448 0 +( 6672 5024 3264 ) ( 6672 6304 3264 ) ( 8400 6304 3264 ) common/vis 48 32 0.00 1 1 268435456 2448 0 +( 8128 6992 3264 ) ( 8128 7376 3264 ) ( 8128 7376 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 7040 6144 3264 ) ( 7040 5760 3264 ) ( 7040 5760 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 7040 5760 3264 ) ( 7456 5760 3264 ) ( 7456 5760 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7728 8000 3264 ) ( 7312 8000 3264 ) ( 7312 8000 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4268 +{ +"target" "mv140 mv141 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4488 mv4489 mv4495 mv4496 mv4499 mv4502 mv4508" +"targetname" "mv4503" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7376 3808 -256 ) ( 5648 3808 -256 ) ( 5648 2528 -256 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 5712 2528 3264 ) ( 5712 3808 3264 ) ( 7440 3808 3264 ) common/vis -16 32 0.00 1 1 268435456 2448 0 +( 6720 3392 3264 ) ( 6528 3392 3264 ) ( 6528 3392 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 6720 2816 3264 ) ( 6720 3392 3264 ) ( 6720 3392 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +( 6528 2816 3264 ) ( 6720 2816 3264 ) ( 6720 2816 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 6528 3392 3264 ) ( 6528 2816 3264 ) ( 6528 2816 -256 ) common/vis -32 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4269 +{ +"targetname" "mv4495" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7232 -5392 -256 ) ( 5504 -5392 -256 ) ( 5504 -6672 -256 ) common/vis 0 -16 0.00 1 1 268435456 2448 0 +( 5568 -6672 3264 ) ( 5568 -5392 3264 ) ( 7296 -5392 3264 ) common/vis 0 -16 0.00 1 1 268435456 2448 0 +( 7112 -8128 3264 ) ( 8136 -8128 3264 ) ( 8136 -8128 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 8128 -8160 3264 ) ( 8128 -6800 3264 ) ( 8128 -6800 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 8128 -6800 3264 ) ( 7104 -6800 3264 ) ( 7104 -6800 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7112 -6768 3264 ) ( 7112 -8128 3264 ) ( 7112 -8128 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4270 +{ +"targetname" "mv4496" +"classname" "vis_leafgroup" +// brush 0 +{ +( 7232 -5392 -256 ) ( 5504 -5392 -256 ) ( 5504 -6672 -256 ) common/vis 0 -16 0.00 1 1 268435456 2448 0 +( 5568 -6672 3264 ) ( 5568 -5392 3264 ) ( 7296 -5392 3264 ) common/vis 0 -16 0.00 1 1 268435456 2448 0 +( 5832 -8128 3264 ) ( 7112 -8128 3264 ) ( 7112 -8128 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 5832 -6768 3264 ) ( 5832 -8128 3264 ) ( 5832 -8128 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +( 7104 -6800 3264 ) ( 5824 -6800 3264 ) ( 5824 -6800 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +( 7112 -8128 3264 ) ( 7112 -6768 3264 ) ( 7112 -6768 -256 ) common/vis 16 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4271 +{ +"classname" "func_group" +// brush 0 +{ +( 256 -6272 403 ) ( -256 -6272 405 ) ( -256 -5760 537 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -6272 2328 ) ( 256 -6272 2328 ) ( 256 -6272 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5760.001953 -424 ) ( -256 -5760 527 ) ( -256 -6272 502 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 255.998047 -6272 -424 ) ( 256 -6272 527.000122 ) ( -256 -5760 331 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5759.999512 -64 ) ( 704 -6272 -64 ) ( 736 -6272 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 1 +{ +( -256 -5760 537 ) ( 256 -5760 443 ) ( 256 -6272 403 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -5760 -424 ) ( 256 -5760 376 ) ( -256 -5760 422 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -5760 -424 ) ( 256 -6272 -424 ) ( 256 -6272 443 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -6272.000977 -424 ) ( -256.000977 -5760 -424 ) ( -256 -5760 493 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5760 -64 ) ( 704 -6272.000977 -64 ) ( 736 -6272.000977 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 2 +{ +( -256 -5760 537 ) ( -256 -6272 405 ) ( -768 -6272 215 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5760 -424 ) ( -256 -6272 -424 ) ( -256 -6272 531 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -6272 -424 ) ( -768 -6272 -424 ) ( -768 -6272 443 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5760.000488 -424 ) ( -256 -5760.000488 526.999939 ) ( -768 -6272 416 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5760 -64 ) ( 704 -6272 -64 ) ( 736 -6272 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 3 +{ +( -768 -6272 215 ) ( -768 -5760 379 ) ( -256 -5760 537 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5760 -424 ) ( -768 -5760 483 ) ( -768 -6272 390 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5760 -424 ) ( -256 -5760 527 ) ( -768 -5760 502 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -256 -5760 -424 ) ( -768 -6272 -424 ) ( -768 -6272 382 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5760 -64 ) ( 704 -6272 -64 ) ( 736 -6272 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 4 +{ +( -1792 -6272 317 ) ( -1792 -5760 283 ) ( -1280 -5760 237 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1792 -5760 -424 ) ( -1792 -5760 483 ) ( -1792 -6272 390 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5760 -424 ) ( -1280 -5760 527 ) ( -1792 -5760 502 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5760 -424 ) ( -1792 -6272 -424 ) ( -1792 -6272 382 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5760 -64 ) ( 704 -6272 -64 ) ( 736 -6272 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 5 +{ +( -1280 -5760 237 ) ( -1280 -6272 199 ) ( -1792 -6272 317 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5760 -424 ) ( -1280 -6272 -424 ) ( -1280 -6272 531 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -6272 -424 ) ( -1792 -6272 -424 ) ( -1792 -6272 443 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5760.000488 -424 ) ( -1280 -5760.000488 526.999939 ) ( -1792 -6272 416 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5760.000488 -64 ) ( 704 -6272 -64 ) ( 736 -6272 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 6 +{ +( -1280 -5760 237 ) ( -768 -5760 379 ) ( -768 -6272 215 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5760 -424 ) ( -768 -5760 376 ) ( -1280 -5760 422 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -5760 -424 ) ( -768 -6272 -424 ) ( -768 -6272 443 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768 -6272.000977 -424 ) ( -1280.000977 -5760 -424 ) ( -1280 -5760 493 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5760 -64 ) ( 704 -6272.000977 -64 ) ( 736 -6272.000977 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 7 +{ +( -768 -6272 215 ) ( -1280 -6272 199 ) ( -1280 -5760 237 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -6272 2328 ) ( -768 -6272 2328 ) ( -768 -6272 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -1280 -5760.001953 -424 ) ( -1280 -5760 527 ) ( -1280 -6272 502 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( -768.001953 -6272 -424 ) ( -768 -6272 527.000122 ) ( -1280 -5760 331 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5760 -64 ) ( 704 -6272 -64 ) ( 736 -6272 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 4272 +{ +"classname" "func_group" +// brush 0 +{ +( 768 -3712 335 ) ( 768 -4224 445 ) ( 256 -4224 337 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -4224 2328 ) ( 768 -3712 2328 ) ( 768 -3712 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4224 -424 ) ( 256 -4224 293 ) ( 768 -4224 339 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4224 -424 ) ( 768 -3712 -424 ) ( 768 -3712 273 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -3712 -64 ) ( 704 -4224 -64 ) ( 736 -4224 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 1 +{ +( 256 -4224 337 ) ( 256 -3712 279.000061 ) ( 768 -3712 335.000061 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -3712 2364 ) ( 256 -4224 2364 ) ( 256 -4224 -388 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -3712 -424 ) ( 768 -3712 -424 ) ( 768 -3712 279 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -3712 -388 ) ( 256 -4224 -388 ) ( 256 -4224 327 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -3712 -64 ) ( 704 -4224 -64 ) ( 736 -4224 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 2 +{ +( 256 -5248 387 ) ( 256 -4736 417 ) ( 768 -4736 413 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4736 -424 ) ( 256 -4736 527 ) ( 256 -5248 317 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4736 -424 ) ( 768 -4736 -424 ) ( 768 -4736 528 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -4736 -424 ) ( 256 -5248 -424 ) ( 256 -5248 520 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -4736 -64 ) ( 704 -5248 -64 ) ( 736 -5248 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +// brush 3 +{ +( 256 -5248 387 ) ( 768 -5248 391 ) ( 768 -5760 337 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -5248 -424 ) ( 768 -5248 376 ) ( 256 -5248 422 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -5248 -424 ) ( 768 -5760 -424 ) ( 768 -5760 443 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -5760.000977 -424 ) ( 255.999023 -5248 -424 ) ( 256 -5248 493 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5248 -64 ) ( 704 -5760.000488 -64 ) ( 736 -5760.000488 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 4273 +{ +"classname" "func_group" +// brush 0 +{ +( 768 -6272 343 ) ( 256 -6272 403 ) ( 768 -5760 337 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -6272 -426 ) ( 256 -6272 2326 ) ( 768 -6272 2326 ) common/snowweaponclip 0 62 0.00 1 1 537133056 67111089 0 +( 768 -5760 -194 ) ( 768 -6272 -194 ) ( 768 -6272 343.500000 ) common/snowweaponclip 0 62 0.00 1 1 537133056 67111089 0 +( 768 -5760 329 ) ( 256 -6272 525 ) ( 256 -6272 -426 ) common/snowweaponclip 0 62 0.00 1 1 537133056 67111089 0 +( 720 -5760 -64 ) ( 704 -6272 -64 ) ( 736 -6272 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 4274 +{ +"classname" "func_group" +// brush 0 +{ +( 256 -6272 403 ) ( 256 -5760 443 ) ( 768 -5760 337 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -5760 425 ) ( 256 -5760 379 ) ( 256 -5760 -421 ) common/snowweaponclip 0 3 0.00 1 1 537133056 67111089 0 +( 256 -6272 446 ) ( 256 -6272 -421 ) ( 256 -5760 -421 ) common/snowweaponclip 0 3 0.00 1 1 537133056 67111089 0 +( 768 -5760 496 ) ( 768 -5760 -421 ) ( 256 -6272 -421 ) common/snowweaponclip 0 3 0.00 1 1 537133056 67111089 0 +( 720 -5760 -64 ) ( 704 -6272 -64 ) ( 736 -6272 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 4275 +{ +"classname" "func_group" +// brush 0 +{ +( 768 -5760 337 ) ( 256 -5760 443 ) ( 256 -5248 387 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -5760 2328 ) ( 768 -5760 2328 ) ( 768 -5760 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -5248.001953 -424 ) ( 256 -5248 527 ) ( 256 -5760 502 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 767.998047 -5760 -424 ) ( 768 -5760 527.000122 ) ( 256 -5248 331 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -5247.999512 -64 ) ( 704 -5760 -64 ) ( 736 -5760 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 4276 +{ +"classname" "func_group" +// brush 0 +{ +( 768 -4736 413 ) ( 768 -5248 391 ) ( 256 -5248 387 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -5248 -424 ) ( 768 -5248 376 ) ( 768 -4736 422 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -5248 -424 ) ( 256 -5248 -424 ) ( 256 -5248 528 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -4736 -424 ) ( 768 -4736 417 ) ( 256 -5248 531 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -4736 -64 ) ( 704 -5248 -64 ) ( 736 -5248 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 4277 +{ +"classname" "func_group" +// brush 0 +{ +( 768 -4736 413.000427 ) ( 256 -4736 417 ) ( 256 -4224 337 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4736 2328 ) ( 768 -4736 2328 ) ( 768 -4736 -424 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4224.001953 -424 ) ( 256 -4224 293 ) ( 256 -4736 491 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4224.002930 -424 ) ( 767.997070 -4736 -424 ) ( 768 -4736 417 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -4224.000488 -64 ) ( 704 -4736 -64 ) ( 736 -4736 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 4278 +{ +"classname" "func_group" +// brush 0 +{ +( 256 -4224 337 ) ( 768 -4224 445 ) ( 768 -4736 412.999969 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4224 -424 ) ( 768 -4224 -424 ) ( 768 -4224 337 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 768 -4224 -424 ) ( 768 -4736 -424 ) ( 768 -4736 275 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 256 -4224 -424 ) ( 256 -4224 293 ) ( 768 -4736 390 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +( 720 -4224 -64 ) ( 704 -4736 -64 ) ( 736 -4736 -64 ) common/snowweaponclip 0 0 0.00 1 1 537133056 67111089 0 +} +} +// entity 4279 +{ +"spawnflags" "8" +"angles" "0.00 96.00 0.00" +"origin" "-4352.25 3177.24 1847.60" +"testanim" "idle" +"model" "static//rock_winter_large.tik" +"scale" "2.20" +"classname" "static_natural_rock_winter-large" +} +// entity 4280 +{ +"spawnflags" "2" +"angle" "180" +"origin" "6816.28 4917.34 2015.09" +"testanim" "idle" +"model" "static/static_cagelight.tik" +"scale" "1.5" +"classname" "static_lamp_bunker-cagelight" +} +// entity 4281 +{ +"origin" "6023.00 4990.00 1956.00" +"testanim" "idle" +"model" "static/small_pitcher.tik" +"scale" "1.0" +"classname" "static_decor_mug-metal" +} +// entity 4282 +{ +"spawnflags" "4" +"angle" "0" +"origin" "6223.37 4604.37 2080.00" +"testanim" "idle" +"model" "static/bunkerbench.tik" +"scale" "1.25" +"classname" "static_furniture_bunkerbench" +} +// entity 4283 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "6168.28 5528.28 2118.28" +"model" "static/corona_orange.tik" +"scale" ".66" +"classname" "static_corona_orange" +} +// entity 4284 +{ +"angle" "225" +"spawnflags" "2" +"origin" "5296.40 7104.40 2226.80" +"testanim" "idle" +"model" "static/tree_winter_midpine.tik" +"scale" ".8" +"classname" "static_natural_tree_winter-midpine" +} +// entity 4285 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6276 1924 1696 0 1 ) ( 6244 2076 1704 -0.500000 1 ) ( 6372 2244 1768 -1 1 ) ) +( ( 6356 1948 1776 0 0.750000 ) ( 6300 2020 1776 -0.500000 0.750000 ) ( 6380 2092 1776 -1 0.750000 ) ) +( ( 6348 1932 1872 0 0.500000 ) ( 6308 2036 1880 -0.500000 0.500000 ) ( 6356 2100 1872 -1 0.500000 ) ) +( ( 6340 1924 1912 0 0.250000 ) ( 6308 2020 1920 -0.500000 0.250000 ) ( 6356 2116 1912 -1 0.250000 ) ) +( ( 6412 1972 1984 0 0 ) ( 6380 2004 2000 -0.500000 0 ) ( 6420 2044 1984 -1 0 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 6372 2244 1768 0 1 ) ( 6524 2268 1776 -0.500000 1 ) ( 6572 2308 1768 -1 1 ) ) +( ( 6380 2092 1776 0 0.750000 ) ( 6532 2196 1848 -0.500000 0.750000 ) ( 6652 2276 1848 -1 0.750000 ) ) +( ( 6356 2100 1872 0 0.500000 ) ( 6556 2196 1952 -0.500000 0.500000 ) ( 6636 2260 1944 -1 0.500000 ) ) +( ( 6356 2116 1912 0 0.250000 ) ( 6548 2188 1992 -0.500000 0.250000 ) ( 6628 2268 1984 -1 0.250000 ) ) +( ( 6420 2044 1984 0 0 ) ( 6596 2124 2072 -0.500000 0 ) ( 6708 2260 2056 -1 0 ) ) +) + } + } +} +// entity 4286 +{ +"classname" "func_group" +// brush 0 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4566 3622 2024 -1 1 ) ( 4670 3594 1988 -0.500000 1 ) ( 4776 3624 1976 0 1 ) ) +( ( 4566 3594 2056 -1 0.750000 ) ( 4702 3612 2050 -0.500000 0.750000 ) ( 4768 3536 1996 0 0.750000 ) ) +( ( 4568 3584 2188 -1 0.500000 ) ( 4676 3570 2106 -0.500000 0.500000 ) ( 4792 3552 2096 0 0.500000 ) ) +( ( 4544 3552 2352 -1 0.250000 ) ( 4708 3546 2146 -0.500000 0.250000 ) ( 4784 3536 2216 0 0.250000 ) ) +( ( 4560 3488 2336 -1 0 ) ( 4668 3474 2226 -0.500000 0 ) ( 4784 3448 2208 0 0 ) ) +) + } + } +// brush 1 + { + patchDef2 + { + central_europe_winter/natesnow_rock256 + ( 5 3 0 -2080374784 0 subdivisions 1000.000000 ) +( +( ( 4776 3624 1976 -1 1 ) ( 4946 3602 1932 -0.500000 1 ) ( 5002 3530 1868 0 1 ) ) +( ( 4768 3536 1996 -1 0.750000 ) ( 4914 3546 1856 -0.500000 0.750000 ) ( 4930 3482 2040 0 0.750000 ) ) +( ( 4792 3552 2096 -1 0.500000 ) ( 4890 3554 2104 -0.500000 0.500000 ) ( 4946 3474 2096 0 0.500000 ) ) +( ( 4784 3536 2216 -1 0.250000 ) ( 4890 3538 2144 -0.500000 0.250000 ) ( 4954 3474 2136 0 0.250000 ) ) +( ( 4784 3448 2208 -1 0 ) ( 4826 3418 2224 -0.500000 0 ) ( 4882 3402 2208 0 0 ) ) +) + } + } +} +// entity 4287 +{ +"origin" "6526.79 3633.14 1896.00" +"angle" "135" +"testanim" "idle" +"model" "static/sandbag_large_semicircle_winter.tik" +"scale" "1.0" +"classname" "static_obstacle_sandbag-large-semicircle-winter" +} +// entity 4288 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2448.00 1536.00 1104.00" +"model" "static/lightbulb_on_wire_short.tik" +"scale" "1.0" +"classname" "static_lamp_lightbulb-on-wire-short" +} +// entity 4289 +{ +"spawnflags" "2" +"testanim" "idle" +"origin" "2448.00 1536.00 1104.00" +"model" "static/corona_orange.tik" +"scale" "1.0" +"classname" "static_corona_orange" +} +// entity 4290 +{ +"target" "mv140 mv141 mv4390 mv4391 mv4392 mv4393 mv4394 mv4395 mv4396 mv4397 mv4398 mv4399 mv4400 mv4401 mv4402 mv4403 mv4404 mv4405 mv4406 mv4407 mv4408 mv4409 mv4410 mv4411 mv4412 mv4413 mv4414 mv4415 mv4416 mv4417 mv4418 mv4419 mv4420 mv4433 mv4434 mv4435 mv4436 mv4437 mv4438 mv4439 mv4440 mv4441 mv4442 mv4443 mv4444 mv4445 mv4446 mv4447 mv4448 mv4449 mv4450 mv4451 mv4452 mv4453 mv4454 mv4455 mv4456 mv4458 mv4459 mv4460 mv4461 mv4462 mv4463 mv4464 mv4465 mv4466 mv4467 mv4468 mv4469 mv4470 mv4471 mv4472 mv4473 mv4474 mv4475 mv4476 mv4477 mv4478 mv4479 mv4480 mv4481 mv4482 mv4483 mv4484 mv4485 mv4486 mv4487 mv4492 mv4495 mv4496 mv4497 mv4498 mv4501 mv4502 mv4503 mv4507" +"targetname" "mv4493" +"classname" "vis_leafgroup" +// brush 0 +{ +( 6224 6752 -256 ) ( 4496 6752 -256 ) ( 4496 5472 -256 ) common/vis -16 -32 0.00 1 1 268435456 2448 0 +( 4560 5472 3264 ) ( 4560 6752 3264 ) ( 6288 6752 3264 ) common/vis -16 -32 0.00 1 1 268435456 2448 0 +( 5456 8000 3264 ) ( 4560 8000 3264 ) ( 4560 8000 -256 ) common/vis -16 0 0.00 1 1 268435456 2448 0 +( 6080 6592 3264 ) ( 6080 7200 3264 ) ( 6080 7200 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 4608 7200 3264 ) ( 4608 6592 3264 ) ( 4608 6592 -256 ) common/vis 32 0 0.00 1 1 268435456 2448 0 +( 4576 6208 3264 ) ( 5472 6208 3264 ) ( 5472 6208 -256 ) common/vis 0 0 0.00 1 1 268435456 2448 0 +} +} +// entity 4291 +{ +"classname" "func_group" +// brush 0 +{ +( 1552 1359.465820 960 ) ( 1552 1359.465820 1360 ) ( 1056 943.465698 1360 ) common/monster 50 -2 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1520 1296 960 ) ( 1520 1264 960 ) ( 1520 1264 1360 ) common/monster 2 -3 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1552 1296.000732 1360 ) ( 1552 1296.000732 960 ) ( 1056 880.000854 960 ) common/monster 50 -2 0.00 1 1 131072 2193 0 +surfaceparm detail +( 1056 880 960 ) ( 1056 912 960 ) ( 1056 912 1360 ) common/monster 28 -2 -180.00 1 -1 131072 2193 0 +surfaceparm detail +( 1552 1359.466064 1360 ) ( 1552 1296 1360 ) ( 1056 880.000122 1360 ) common/monster 26 -47 -90.00 1 1 131072 2193 0 +surfaceparm detail +( 1552 1296 960 ) ( 1552 1359.466064 960 ) ( 1056 943.465942 960 ) common/monster 26 -47 -90.00 1 1 131072 2193 0 +surfaceparm detail +} +} +// entity 4292 +{ +"spawnflags" "2" +"classname" "static_natural_tree_winter-smallpine" +"scale" "1.50" +"model" "static/natural//tree_winter_smallpine_nosprite.tik" +"testanim" "idle" +"origin" "7772.00 6784.00 1797.00" +} diff --git a/maps/t2l1.scr b/maps/t2l1.scr new file mode 100644 index 0000000..bb67863 --- /dev/null +++ b/maps/t2l1.scr @@ -0,0 +1,2126 @@ +level.script = "maps/t2l1.scr" +level.music = "t2l1" + +exec global/auto.scr + +level waittill prespawn + +// Fade-in stuff. + + $player physics_off + //freezeplayer + fadeout .001 0 0 0 1 + drawhud 0 + +level waittill spawn + +// Set mission variable number + + setcvar "g_mission" "2" + +// Initialize difficulty setting variable + level.skill = getcvar (skill) + +// Animated fog setup + + $world animated_farplane 3500 5000 1650 1888 + $world animated_farplane_color (0.6 0.6 0.64) (0.5 0.5 0.54) 1200 1888 // 2nd RGB triple used to be (0.5 0.5 0.5) + $world animated_farplane_bias -1500 0 1650 1888 + +// Set up Music + + $player stufftext "tmstart sound/music/mus_SniperTown_01g.mp3" + +// Initialize Snow Parameters + + level.rain_speed = "40" + level.rain_speed_vary = "4" + level.rain_length = "2" + level.rain_width = "1" + level.rain_density = ".4" + level.rain_slant = "1" + level.rain_min_dist = "512" + level.rain_numshaders = 12 + level.rain_shader = "textures/snow" + +// init gags... + exec gags/T2L1_Explosion.Scr + exec gags/T2L1_Tank.Scr + +// Initialize Mission Objectives + exec global/obj.scr 1 hidden "Destroy the Nebelwerfers [4 remaining]" $nebel1_rally.origin + exec global/obj.scr 2 hidden "Use Nebelwerfer to Destroy the Halftrack" $halftrack1.origin + exec global/obj.scr 3 hidden "Use Sticky Bomb to Destroy Tank" $tigertank1.origin + exec global/obj.scr 4 hidden "Use Sticky Bomb to Destroy Second Tank" $tigertank2.origin + exec global/obj.scr 5 hidden "Acquire a Supply Truck" $supply_truck.origin + + level.script = "maps/t2l1.scr" + level.usedrange = 1 + +// Initialize Objective Variables + + level.nebelsbombed = 0 + level.nebel1_bombed = 0 + level.nebel2_bombed = 0 + level.nebel3_bombed = 0 + level.nebel4_bombed = 0 + level.obj1Complete = 0 + level.obj2Complete = 0 + level.obj3Complete = 0 + level.obj4Complete = 0 + + level.tank2destroyed = 0 + level.halftrack_triggered = 0 + level.stickybombs = 0 + level.parade_death_counter = 0 + level.toiletcounter = 0 + level.parader_index = 0 + level.parade_trigger_on = 0 + level.squadhalt = 0 + +// Run the thread that will end the mission if all your squadmates die + + thread check_squad_death + +// Initialize Nebelwerfers (tweak their pitch arc length) + + $nebel1 thread nebelwerferDeath + $nebel1 immune bullet + $nebel1 immune fast_bullet + $nebel1 immune bash + $nebel1.collisionent = $nebelwerfer_collision + $nebel1_turret0.collisionent = $nebelwerfer_turret_collision + $nebel1_turret0 immune bullet + $nebel1_turret0 immune fast_bullet + $nebel1_turret0 immune bash + $nebel1_turret0 thread global/turret.scr::playerturret_proj_think_aim $nebel1 $nebelwerfer1 + + $nebel2 thread nebelwerferDeath + $nebel2 immune bullet + $nebel2 immune fast_bullet + $nebel2 immune bash + $nebel2.collisionent = $nebelwerfer_collision + $nebel2_turret0.collisionent = $nebelwerfer_turret_collision + $nebel2_turret0 immune bullet + $nebel2_turret0 immune fast_bullet + $nebel2_turret0 immune bash + $nebel2_turret0 thread global/turret.scr::playerturret_proj_think_aim $nebel2 $nebelwerfer2 + + $nebel3 thread nebelwerferDeath + $nebel3 immune bullet + $nebel3 immune fast_bullet + $nebel3 immune bash + $nebel3.collisionent = $nebelwerfer_collision + $nebel3_turret0.collisionent = $nebelwerfer_turret_collision + $nebel3_turret0 immune bullet + $nebel3_turret0 immune fast_bullet + $nebel3_turret0 immune bash + $nebel3_turret0 thread global/turret.scr::playerturret_proj_think_aim $nebel3 $nebelwerfer3 + + $nebel4 thread nebelwerferDeath + $nebel4 immune bullet + $nebel4 immune fast_bullet + $nebel4 immune bash + $nebel4.collisionent = $nebelwerfer_collision + $nebel4_turret0.collisionent = $nebelwerfer_turret_collision + $nebel4_turret0 immune bullet + $nebel4_turret0 immune fast_bullet + $nebel4_turret0 immune bash + $nebel4_turret0 thread global/turret.scr::playerturret_proj_think_aim $nebel4 $nebelwerfer4 + + $nebel1_turret0 pitchcaps ( -30 60 0) + $nebel1_turret0 maxyawoffset "50" + $nebel2_turret0 pitchcaps ( -30 60 0) + $nebel2_turret0 maxyawoffset "50" + $nebel3_turret0 pitchcaps ( -30 60 0) + $nebel3_turret0 maxyawoffset "50" + $nebel4_turret0 pitchcaps ( -30 60 0) + $nebel4_turret0 maxyawoffset "50" + +//------------------------------------------------------------------- +// MG42 Behavior +//------------------------------------------------------------------- +$mg42 maxyawoffset 95.0 +$mg42 pitchcaps ( -20 40 0) +$mg42 AIbulletspread 350 175 +$mg42 convergetime 0.25 + + +// Initialize Vehicles + +// HalfTrack1 + $halftrack1_gunner exec global/disable_ai.scr + +// Tiger Tank 1 + level.enemytankspeed = 200 + level.playertanktarget = $player + level.lookahead = 256 + //$tigertank1.collisionentity = $panzertank_mask + + + $panzertank1_stickybomb_a waitthread stickysetup $tigertank1 + $panzertank1_stickybomb_b waitthread stickysetup $tigertank1 + $panzertank1_stickybomb_c waitthread stickysetup $tigertank1 + $panzertank1_stickybomb_d waitthread stickysetup $tigertank1 + +// Tiger Tank 2 + //$tigertank2 hide + $panzertank2_stickybomb_a waitthread stickysetup $tigertank2 + $panzertank2_stickybomb_b waitthread stickysetup $tigertank2 + $panzertank2_stickybomb_c waitthread stickysetup $tigertank2 + $panzertank2_stickybomb_d waitthread stickysetup $tigertank2 + +// Tiger Tank 3 + //$tigertank3_stickybomb bind $tigertank3 + $panzertank3_stickybomb_a waitthread stickysetup $tigertank3 + $panzertank3_stickybomb_b waitthread stickysetup $tigertank3 + $panzertank3_stickybomb_c waitthread stickysetup $tigertank3 + $panzertank3_stickybomb_d waitthread stickysetup $tigertank3 + +// Supply Truck + //$supply_truck setcollisionentity $supplytruck_mask + +// Parked Halftrack + $parked_halftrack immune rocket + $parked_halftrack immune bullet + $parked_halftrack immune fast_bullet + $parked_halftrack immune grenade + $parked_halftrack immune bash + $parked_halftrack setcollisionentity $halftrack_mask + +// MISC Not Solids, not triggerables, and Hides + + $nebel1_throbbox hide + $nebel1_throbbox triggered 1 + $nebel2_throbbox hide + $nebel2_throbbox triggered 1 + $nebel3_throbbox hide + $nebel3_throbbox triggered 1 + $nebel4_throbbox hide + $nebel4_throbbox triggered 1 + + $panzertank1_stickybomb_a triggered 1 + $panzertank1_stickybomb_b triggered 1 + $panzertank1_stickybomb_c triggered 1 + $panzertank1_stickybomb_d triggered 1 + + $panzertank2_stickybomb_a triggered 1 + $panzertank2_stickybomb_b triggered 1 + $panzertank2_stickybomb_c triggered 1 + $panzertank2_stickybomb_d triggered 1 + + $panzertank3_stickybomb_a triggered 1 + $panzertank3_stickybomb_b triggered 1 + $panzertank3_stickybomb_c triggered 1 + $panzertank3_stickybomb_d triggered 1 + + $stuka hide + $fuel_tank_destroyed hide + $sniper_rifle_trigger nottriggerable + $sniper_rifle hide + $crashing_truck_mask notsolid + $tent1 notsolid + $tent2 notsolid + $tent3 notsolid + +// Tell the AI to not drop health + level.nodrophealth = 1 + +// Set their maxhealth + level.friendly1.maxhealth = level.friendly1.health + level.friendly2.maxhealth = level.friendly2.health + level.friendly3.maxhealth = level.friendly3.health + +// Heal the player and set up inventory + + $player fullheal + $player takeall + $player item weapons/colt45.tik + $player item weapons/m1_garand.tik + $player item weapons/thompsonsmg.tik + $player item weapons/M2Frag_Grenade_sp.tik + $player item weapons/M18_smoke_grenade.tik + waitthread global/items.scr::add_item "binoculars" noprint // Show binoculars inventory icon + waitthread global/items.scr::blank_items + + $player ammo pistol 32 + $player ammo smg 128 + $player ammo rifle 50 + $player ammo smokegrenade 2 + $player ammo agrenade 2 + +// Initialize Friendly Medic + level.friendly3 thread fstart 1 + + thread level_fadein + +// Begin Dialog + + $player modheight "duck" // try crouch too + //level.friendly1 lookat $player + level.friendly1 turnto $player + //level.friendly1 exec global/crouch.scr + + level.friendly2 turnto level.friendly1 + level.friendly2 lookat level.friendly1 + level.friendly2 holster + level.friendly2 exec global/crouch.scr + + level.friendly3 turnto level.friendly1 + level.friendly2 lookat level.friendly1 + level.friendly3 exec global/crouch.scr + //level.friendly1 waittill turndone + + level.friendly1 targetname Friendly1 + level.friendly2 targetname Friendly2 + level.friendly3 targetname Friendly3 + + level.friendly3 exec global/disable_ai.scr + + wait 5 + + level.friendly1.health_pickup = FALSE + level.friendly2.health_pickup = FALSE + level.friendly3.health_pickup = FALSE + +end + +//-------------------------------------- +stickysetup local.bind_to: +//-------------------------------------- + self bind local.bind_to + self setdamage 2000 + self hide + +end + +level_fadein: + +//-------------------------------------- +// Fade-in +//-------------------------------------- + + freezeplayer + $player.viewangles = "0 155 0" + //dprintln "camera should be frozen" + + wait 1.5 + + //*** Dec 24, 1944 + showmenu t2l1_1 + hidemouse + + wait 1.5 + //*** ardennes.... + showmenu t2l1_2 + hidemouse + + wait 2.25 + //*** ardennes.... + showmenu t2l1_3 + hidemouse + + wait 3 + fadein 3.5 0 0 0 1 + + wait 2 + hidemenu t2l1_1 + hidemenu t2l1_2 + hidemenu t2l1_3 + hidemouse + + //dprintln "camera unlocked" + //$player physics_on + releaseplayer + drawhud 1 + $player.viewangles = "0 155 0" + waitthread global/items.scr::reload_items + $player use "Thompson" + +//-------------------------------------- +// End of Fade-in +//-------------------------------------- + + // Start the first gag + + level.friendly1 nodamage + level.friendly2 nodamage + level.friendly3 nodamage + + // "Listen guys, we're way past our line now The German supply depot is a half-mile up the road." + level.friendly1 exec global/disable_ai.scr + level.friendly1 anim 21A101_Dialogue1 + level.friendly1 waittill animdone + level.friendly1 exec global/enable_ai.scr + + $player physics_on + //releaseplayer + + level.friendly1 takedamage + level.friendly2 takedamage + level.friendly3 takedamage + + // Stop looking at each other!! + level.friendly1 turnto NULL + level.friendly1 lookat NULL + + level.friendly2 turnto NULL + level.friendly2 lookat NULL + + level.friendly3 turnto NULL + level.friendly3 lookat NULL + + // show the first objective + exec global/obj.scr 5 current "Acquire a Supply Truck" $supply_truck.origin + + // Initialize Friendly Soldiers + level.friendly1 thread fstart + level.friendly2 thread fstart + level.friendly2 unholster + + level.friendly1 thread friendlydeath + level.friendly2 thread friendlydeath + level.friendly3 thread friendlydeath +end + + + +// FRIENDLY THREADS +// -------------------------------------------------------------- +// Contains threads to setup or affect the friendly AI's behavior +// + +// +// fstart - initializes friendly AI's +// + +fstart local.medicflag: + + if (local.medicflag == 1) + { + self.friendtype = 5 + + if (level.skill == "0") + self health 900 + else if (level.skill == "1") + self health 750 + else if (level.skill == "2") + self health 550 + } + else + { + self.friendtype = 1 + self health 550 + self.enableEnemy = 1 + } + self thread global/friendly.scr::friendlythink + self tether $player + self.interval = 192 + self.mins = 0 + self.maxs = 30 +end + +// +// friendlydeath - waits until the friendly has died and prints a message +// + +friendlydeath: + self waittill death + iprintlnbold "One of your squadmates has been killed in action." +end + +// SCENE-SPECIFIC THREADS +// -------------------------------------------------------------------------------- +// This section contains threads that govern specifically scripted combat sequences + +// this is used to prevent panzerschrek AI's from dropping their weapons for the player to use + +panzerschrek_drop: + if ( parm.other.gun == panzerschrek ) + { + parm.other dontdropweapons + } +end + +// Scene 1 Patrol +// Three little nazis taking a cute little stroll through the forest...awww + +scene1_patrol: + waitthread global/ai.scr::spawn 1 + $patroller1.enableEnemy = 0 + $patroller2.enableEnemy = 0 + $patroller3.enableEnemy = 0 + $patroller1 walkto patrolpath_1 + $patroller2 walkto patrolpath_2 + $patroller3 walkto patrolpath_3 + $patroller1.enableEnemy = 1 + $patroller2.enableEnemy = 1 + $patroller3.enableEnemy = 1 + +end + +// Scene 3 Hillfight - triggered when you approach the 2nd trench on the hill after the half-track and 1st nebelwerfer + +scene3_hillfight: + dprintln "hillfight is on" + thread global/ai.scr::spawn 3 + $trench2a_grenade TurnOn + wait .5 + $trench2b_grenade TurnOn + wait .75 + $trench2c_grenade TurnOn + +end + +// scene 9 grenades - this causes grenades to rain down after you defeat the 2nd panzer tank + +scene9_grenades: + $hilla_grenade TurnOn + wait .5 + $hillb_grenade TurnOn + wait .75 + $hillc_grenade TurnOn +end + +// mg42_parade - Optional fight when you equip the MG42 turret outside the compound + +mg42_parade: + if (level.skill == "0") + local.accuracy = 35 + else if (level.skill == "1") + local.accuracy = 45 + else if (level.skill == "2") + local.accuracy = 55 + thread mg42_friendlies_go_chill + waitthread mg42_parade_wave 5 local.accuracy + while (level.parade_death_counter < 5) + { + waitframe + } + local.accuracy += 2 + thread mg42_parade_wave 5 local.accuracy + while (level.parade_death_counter < 10) + { + waitframe + } + local.accuracy += 3 + thread mg42_parade_wave 5 local.accuracy + while (level.parade_death_counter < 15) + { + waitframe + } + if ((isAlive level.friendly1) && (level.squadhalt == 0)) + { + level.friendly1 thread fstart + } + if ((isAlive level.friendly2) && (level.squadhalt == 0)) + { + level.friendly2 thread fstart + } + if ((isAlive level.friendly3) && (level.squadhalt == 0)) + { + level.friendly3 thread fstart 1 + } +end + +mg42_parade_wave local.wavecount local.accuracy: + + local.modulus = 2 + for (local.i = 1; local.i <= local.wavecount; local.i ++) + { + if (level.parade_trigger_on == 0) + { + end + } + level.parader_index ++ + local.random = randomint 100 + //local.interval = randomint 3 + if (level.parade_death_counter > 5) + { + local.modulus = 3 + dprintln local.modulus + } + + local.spawnerIndex = (local.random % local.modulus) + 1 + + local.spawner_name = "parade_spawner_" + local.spawnerIndex + dprintln "Spawner name is " local.spawner_name + local.spawner_rallypoint_name = $(local.spawner_name).target + + //assign a name and origin to the spawned enemy + + local.parader_name[local.i] = "parade_soldier" + level.parader_index + //dprintln "Parader name is " local.parader_name[local.i] + + local.org[local.i] = $(local.spawner_name).origin + + // Spawn enemy soldiers + + spawn models/human/german_winter_type1 "targetname" (local.parader_name[local.i]) "type_attack" "alarm" + $(local.parader_name[local.i]) thread mg42_parader_death + $(local.parader_name[local.i]) thread spawned_enemy_start local.spawner_rallypoint_name + + $(local.parader_name[local.i]).origin = local.org[local.i] //place the guy in the correct spot + $(local.parader_name[local.i]).mindist = 128 + $(local.parader_name[local.i]).maxdist = 512 + $(local.parader_name[local.i]).leash = 4096 + $(local.parader_name[local.i]).fixedleash = 0 + $(local.parader_name[local.i]).sight = 2048 + $(local.parader_name[local.i]).noticescale = 25 + $(local.parader_name[local.i]).hearing = 2048 + $(local.parader_name[local.i]).enemysharerange = 2048 + $(local.parader_name[local.i]).sound_awareness = 100 + $(local.parader_name[local.i]).interval = 256 + + $(local.parader_name[local.i]).accuracy = local.accuracy + + // randomly generate machine gunners + if (local.random <= 35) + { + $(local.parader_name[local.i]) gun "MP40" + } + // randomly give them grenades + if (local.random <= 75) + { + $(local.parader_name[local.i]).ammo_grenade = 2 + } + + //parm.previousthread delete + //wait local.interval + } +end + +// +// mg42_parader_death - increments the global mg42_parader counter so that the waves don't spawn all at once +// + +mg42_parader_death: + self waittill death + level.parade_death_counter ++ + //dprintln "Parade Death Counter is " level.parade_death_counter +end + +parade_trigger_think: //local.activator: + if (level.parade_trigger_on == 0) + { + level.parade_trigger_on = 1 + thread mg42_parade + while ($player istouching $parade_trigger) + { + //dprintln "Parade trigger is set to " level.parade_trigger_on + waitframe + } + $parade_trigger remove + dprintln "Parade_trigger off!" + level.parade_trigger_on = 0 + if ((isAlive level.friendly1) && (level.squadhalt == 0)) + { + level.friendly1 thread fstart + } + if ((isAlive level.friendly2) && (level.squadhalt == 0)) + { + level.friendly2 thread fstart + } + if ((isAlive level.friendly3) && (level.squadhalt == 0)) + { + level.friendly3 thread fstart 1 + } + } +end + +mg42_friendlies_go_chill: + if (level.squadhalt == 1) // if they've already said they'll stay outside, don't execute this thread + end + if (isAlive level.friendly1) + { + level.friendly1.enableEnemy = 0 + level.friendly1 runto $friendly1_chill + level.friendly1 waittill movedone + level.friendly1 waitthread global/friendly.scr::friendlystop + //self.enableEnemy = 1 + } + if (isAlive level.friendly2) + { + level.friendly2.enableEnemy = 0 + level.friendly2 runto $friendly2_chill + level.friendly2 waittill movedone + level.friendly2 waitthread global/friendly.scr::friendlystop + //self.enableEnemy = 1 + } + if (isAlive level.friendly3) + { + level.friendly3.enableEnemy = 0 + level.friendly3 runto $friendly2_chill + level.friendly3 waittill movedone + level.friendly3 waitthread global/friendly.scr::friendlystop + //self.enableEnemy = 1 + } +end + +// squadhalt - when you reach the compound, this thread coordinates your squadmates to stop and plays dialogue + +squadhalt: + level.squadhalt = 1 + if (self == $squadhalt_trigger_1) + { + $squadhalt_trigger_2 nottriggerable + level.friendly1 thread squadhalt_rally 1 + level.friendly2 thread squadhalt_rally 1 + level.friendly3 thread squadhalt_rally 1 + } + else + { + $squadhalt_trigger_1 nottriggerable + level.friendly1 thread squadhalt_rally 2 + level.friendly2 thread squadhalt_rally 2 + level.friendly3 thread squadhalt_rally 2 + } + if (isAlive level.friendly1) + { + level.friendly1 say dfr_T2L1_AP4370 + wait 5 + } + else if (isAlive level.friendly2) + { + level.friendly2 say dfr_T2L1_AP4370 + wait 5 + } +end + +// squadhalt_rally - this actually tells which friendly to go where depending on which trigger was set, plus the binds them to a spot outside the +// the compound so they won't follow you + +squadhalt_rally local.rallyIndex: + if (isAlive self) + { + + //self.friendtype = -1 + wait 1 + if (self == level.friendly1) + local.rally_subset = "a" + else if (self == level.friendly2) + local.rally_subset = "b" + else + local.rally_subset = "c" + local.rally_name = "squadhalt_" + local.rallyIndex + local.rally_subset + dprintln local.rally_name + self.enableEnemy = 0 + self waitthread global/friendly.scr::friendlystop + self runto local.rally_name + self waittill movedone + self tether local.rally_name + self.leash = 512 + self.fixedleash = 1 + if ( self != level.friendly3 ) + self.enableEnemy = 1 //exec global/enable_ai.scr + } +end + +// Kitchen Fight +// This thread occurs when you pickup the health kit in the corner of the kitchen +// in the house. + +kitchen_fight: + thread global/ai.scr::spawn 16 +end + +// Office Fight +// This thread occurs when you open the door to the office in the compound on +// the hard difficulty setting + +office_fight: + self remove + thread global/ai.scr::spawn 25 +end + +sirens: + for (local.i = 1; local.i <= 7; local.i++) + $loudspeaker[local.i] thread looping_siren +end + +looping_siren: + self playsound m6l3c_alarm + wait 1.5 + goto looping_siren +end + + +// Scene 12 - Yard Fight +// This area can be approached 3 ways - from the west side door of the house, +// from inside the house near the kitchen (south side of house), or from behind the barns. +// The three triggers that activate this scene are mutually exclusive - meaning +// that one and only one can be activated (the untriggered ones get shut down) +// There are 4 spawn points located in areas that are not visible from any of the approaches. +// Depending on the skill level, the spawn points will be visited between 6 - 10 times, and +// there is a 75% chance that a spawn will occur at each visit. There is also a 35% chance +// that an AI will spawn with an MP40 Machine Gun. There will also be a Panzerschrek +// spawned from the outhouse. + +scene12_trigger1_thread: + $scene12_trigger2 nottriggerable + $scene12_trigger3 nottriggerable + thread scene12_yardfight +end + +scene12_trigger2_thread: + $scene12_trigger1 nottriggerable + $scene12_trigger3 nottriggerable + thread scene12_yardfight +end + +scene12_trigger3_thread: + $scene12_trigger1 nottriggerable + $scene12_trigger2 nottriggerable + thread scene12_yardfight +end + +scene12_yardfight: + // YARD FIGHT!!! + + local.spawnerIndex = 0 + local.random = 0 + local.spawnerLimit = 0 + local.accuracy = 0 + + if (level.skill == "0") + { + local.spawnerLimit = 5 + local.accuracy = 25 + local.gren_awareness = 50 + } + else if (level.skill == "1") + { + local.spawnerLimit = 7 + local.accuracy = 45 + local.gren_awareness = 60 + } + else if (level.skill == "2") + { + local.spawnerLimit = 8 + local.accuracy = 55 + local.gren_awareness = 70 + $smokey_generator2 TurnOn + } + dprintln local.spawnerLimit + + for (local.i = 1; local.i <= local.spawnerLimit; local.i ++) + { + local.spawnerIndex = (randomint 3) + 1 + local.random = randomint 100 + if (local.random <= 75) + { + local.spawner_origin_name = "scene12_spawner" + local.spawnerIndex + local.spawner_rallypoint_name = $(local.spawner_origin_name).target + + //assign a name and origin to the spawned enemy + + local.scene12_spawnname[local.i] = "scene12_soldier" + local.i + local.org[local.i] = $(local.spawner_origin_name).origin + + //iprintln local.scene12_spawnname[local.i] " will spawn at " local.spawner_origin_name + //iprintln " and will run to " local.spawner_rallypoint_name + + // Spawn enemy soldiers + + spawn models/human/german_winter_type1 "targetname" (local.scene12_spawnname[local.i]) "type_attack" "alarm" + $(local.scene12_spawnname[local.i]) thread spawned_enemy_start local.spawner_rallypoint_name + + $(local.scene12_spawnname[local.i]).origin = local.org[local.i] //place the guy in the correct spot + $(local.scene12_spawnname[local.i]).mindist = 128 + $(local.scene12_spawnname[local.i]).maxdist = 1200 + $(local.scene12_spawnname[local.i]).leash = 100000 + $(local.scene12_spawnname[local.i]).fixedleash = 1 + $(local.scene12_spawnname[local.i]).sight = 3000 + $(local.scene12_spawnname[local.i]).noticescale = 100 + $(local.scene12_spawnname[local.i]).enemysharerange = 2048 + $(local.scene12_spawnname[local.i]).hearing = 4000 + $(local.scene12_spawnname[local.i]).interval = 256 + $(local.scene12_spawnname[local.i]).accuracy = local.accuracy + $(local.scene12_spawnname[local.i]).gren_awareness = local.accuracy + + // randomly generate machine gunners + + if (local.random <= 35) + $(local.scene12_spawnname[local.i]) gun "MP40" + + // randomly give them grenades + if (local.random <= 50) + $(local.scene12_spawnname[local.i]).ammo_grenade = 2 + } + } + // Now, spawn the OUTHOUSE DUDE! + + spawn models/human/german_winter_Artillery-Crew "targetname" ("outhouse_dude") "type_attack" "cover" + $outhouse_dude thread spawned_enemy_start $outhouse_spawner.target + + // Set the AI properties + + $outhouse_dude.origin = $outhouse_spawner.origin //place the guy in the correct spot + $outhouse_dude.mindist = 128 + $outhouse_dude.maxdist = 512 + $outhouse_dude.leash = 4096 + $outhouse_dude.fixedleash = 1 + $outhouse_dude.sight = 3000 + $outhouse_dude.health = 75 + $outhouse_dude.noticescale = 100 + $outhouse_dude.enemysharerange = 2048 + $outhouse_dude.hearing = 4000 + $outhouse_dude.interval = 128 + $outhouse_dude.accuracy = 40 + $outhouse_dude gun "Panzerschrek" + $outhouse_dude dontdropweapons +end + +// +// spawned_enemy_start - Disables AI long enough for it to go to the spawner's rallypoint, then enables AI +// + +spawned_enemy_start local.rallypoint: + if ((local.rallypoint == NIL) || (local.rallypoint == NULL)) + { + dprintln "no rally point - quitting thread" + self.enableEnemy = 1 + end + } + dprintln local.rallypoint + self forceactivate + self.enableEnemy = 0 + self runto local.rallypoint + self waittill movedone + self.enableEnemy = 1 +end + +// this is used to play a locked sound at the gate near the supply depot house + +locked_picket_fence: + self waittill trigger + self playsound picket_fence_locked + wait 0.25 + goto locked_picket_fence +end + +// this is used to play a toilet flush in the outhouse and spawn an easter egg + +toilet_flush: + $toilet_trigger nottriggerable + self playsound toilet_flush + //dprintln level.toiletcounter + + wait 6 + if (level.toiletcounter >= 6) + { + thread toilet_easteregg + end + } + $toilet_trigger triggerable + self waittill trigger + level.toiletcounter += 1 + goto toilet_flush +end + +toilet_easteregg: + //dprintln "FLUSH!" + local.ent = spawn EffectEntity "model" $easteregg.spawnmodel + local.ent.origin = $easteregg.origin + local.ent notsolid + local.ent anim start + level.toiletcounter = 0 + $toilet_trigger remove + wait 25 + local.ent delete + +end + +// Scene 13 - Barn Fight 1 +// This is a short little fight. There's a tiger tank in this first barn, and if you open +// the doors 2 AI's will spawn in the loft above and rain fire down on you. Not good if +// you're under fire from the Yard Fight (the doors stay open). +// The soliders can be dispatched by shooting them or by planting a charge on +// the back of the tank. Doing this will cause the catwalk to collapse. + +scene13_spawner: + + $scene13_trigger playsound barn_door_open_move + dprintln "Scene 13 door running" + $scene13_doorL time 1.5 + $scene13_doorR time 1.5 + $scene13_doorL openportal + $scene13_doorL thread rotateup 50 + $scene13_doorR thread rotatedown 50 + $tigertank3 thread tank_think 1 + thread global/ai.scr::spawn 13 + wait 1.5 + $scene13_doorL playsound barn_door_open_stop +end + +scene13_collapsing_catwalk: + $ladder_mask remove + dprintln "Tank Bomb 3 Executed!" + $tigertank3.type = empty_panzer_winter + $tigertank3 thread tank_killed + thread global/exploder.scr::explode 1 + + // kill the soldiers... + + $catwalk_dude1 damage $player 15000 $world (0 0 0) (0 0 0) (0 0 0) 0 9 0 0 + $catwalk_dude2 damage $player 15000 $world (0 0 0) (0 0 0) (0 0 0) 0 9 0 0 +end + +// Scene 14 - Barn Fight 2 +// The last one. You will fight 6 AI's in a very tight space to get to the supply truck +// inside. 2 AI's will be upstairs in the loft firing down on you, while the other 4 +// will hide behind various crates and cargo below. You can climb the ladder, dispatch +// the 2 AI's upstairs, and get the drop on the enemies below. The End level trigger is +// located at the driver's side door, but it will only be active if you've finished +// all the previous mission objectives. + +scene14_spawner: + $scene14_trigger playsound barn_door_open_move + $scene14_doorL time 1.5 + $scene14_doorR time 1.5 + $scene14_doorL openportal + $scene14_doorL thread rotateup 50 + $scene14_doorR thread rotatedown 50 + dprintln "Scene 14 door running" + thread scene14_spawntruck + thread global/ai.scr::spawn 14 + wait 1.5 + $scene14_doorL playsound barn_door_open_stop + +end + +scene14_spawntruck: + $supply_truck.collisionent = $supply_truck.target + $supply_truck anim idlenolights + $supply_truck anim color_green + $supply_truck anim cargo + $supply_truck nodamage +end + +// rotation threads for barndoors (scene 13 & 14) + +rotatedown local.amount: + self rotateydown local.amount + self waitmove +end + +rotateup local.amount: + self rotateyup local.amount + self waitmove +end + +// Window ambushes for Supply Depot + +window_ambush_1: + thread global/ai.scr::spawn 18 +end + +window_ambush_2: + thread global/ai.scr::spawn 19 +end + +// NEBELWERFER THREADS +// ------------------- +// These threads govern the behavior of the projectile generator that operates when an AI is +// near + +nebellerSpawner local.nebelIndex: + + local.spawnName = "nebeller" + local.nebelIndex + //local.myNebelwerferName = "nebelwerfer" + local.nebelIndex + //local.myRallypointName = "nebel" + local.nebelIndex + "_rally" + // local.myBoundingBoxName = "nebel" + local.nebelIndex + "_trigger" + local.nebellerSpawnerName = "nebeller" + local.nebelIndex + "_spawner" + + dprintln local.spawnName + dprintln local.myNebelwerferName + dprintln local.myRallypointName + dprintln local.nebellerSpawnerName + + local.origin = $(local.nebellerSpawnerName).origin + spawn models/human/german_winter_Artillery-Crew "targetname" (local.spawnName) "type_attack" "cover" + // $(local.spawnName) thread spawned_enemy_start $(local.myRallypointName) + + // Set the AI properties + + $(local.spawnName).origin = local.origin //place the guy in the correct spot + $(local.spawnName).mindist = 128 + $(local.spawnName).maxdist = 1200 + $(local.spawnName).leash = 512 + $(local.spawnName).fixedleash = 0 + $(local.spawnName).sight = 3072 + $(local.spawnName).noticescale = 100 + $(local.spawnName).hearing = 3072 + $(local.spawnName).health = 75 + $(local.spawnName).enemysharerange = 2048 + $(local.spawnName).interval = 128 + $(local.spawnName).accuracy = 40 + $(local.spawnName) gun "MP40" + $(local.spawnName) dontdropweapons + $(local.spawnName).myNebelwerfer = "nebelwerfer" + local.nebelIndex + $(local.spawnName) tether $(local.spawnName).myNebelwerfer + $(local.spawnName).myRallypoint = "nebel" + local.nebelIndex + "_rally" + $(local.spawnName).target = "nebel" + local.nebelIndex + "_trigger" + +end + +nebeller1_start: + waitthread nebellerSpawner 1 + $nebeller1 thread nebellerThink + //wait 5 + if (isAlive level.friendly1) + { + level.friendly1 exec global/disable_ai.scr + level.friendly1 say dfr_T2L1_AP4203 + wait 2.4 + level.friendly1 exec global/enable_ai.scr + + } + else if (isAlive level.friendly2) + { + level.friendly2 exec global/disable_ai.scr + level.friendly2 say dfr_T2L1_AP4203 + wait 2.4 + level.friendly2 exec global/enable_ai.scr + } + $nebeller1 waittill death + if (level.halftrack_triggered == 0) + { + thread halftrack1_ambush + $halftrack_trigger nottriggerable + } +end + +nebeller2_start: + waitthread nebellerSpawner 2 + $nebeller2 thread nebellerThink + thread sniper_spawner +end + +nebeller3_start: + waitthread nebellerSpawner 3 + if (isAlive level.friendly1) + { + level.friendly1 exec global/disable_ai.scr + level.friendly1 say dfr_T2L1_AP4203 + wait 2.4 + level.friendly1 exec global/enable_ai.scr + + } + else if (isAlive level.friendly2) + { + level.friendly2 exec global/disable_ai.scr + level.friendly2 say dfr_T2L1_AP4203 + wait 2.4 + level.friendly2 exec global/enable_ai.scr + } + $nebeller3 thread nebellerThink +end + +nebeller4_start: + waitthread nebellerSpawner 4 + $nebeller4 thread nebellerThink +end + +nebellerThink: + self holster + //dprintln "Nebeller... IT'S THINKING" + self.enableEnemy = 0 // turn off AI + self runto self.myRallypoint // go to it's target + //dprintln "it's running" + self waittill movedone // wait until it's there + //dprintln "it's done running" + self turnto self.myNebelwerfer + //dprintln "it's turned to the turret" + self thread nebelwerferFiring // poll for proximity to player + self waittill death // wait for death + //dprintln "Nebeller dead" + self.target remove + self.myNebelwerfer turnoff +end + +// +// 21G798_Tranrun 21G798_Tranrun.skc +// 21G799_transrun 21G799_transrun.skc +// 21G800_idle 21G800_idle.skc +// + +nebelwerferFiring: + + // Transition animation to mounting the Nebelwerfer. + //self exec global/disable_ai.scr + self anim 21G798_Tranrun + wait .367 + //self exec global/enable_ai.scr + + //iprintln "Nebelwerfer firing" + self.myNebelwerfer TurnOn // start firing + + while !($player istouching self.target) + { + self.enableEnemy = 0 + if !(isAlive self) + { + //iprintln "Nebel OFF!" // the player has gotten too close, + self.myNebelwerfer turnoff // turn off the nebelwerfer + end + } + + // Animate on the Nebelwerfer -- need to keep this animation short. + self anim 21G800_idle + wait .267 + //waitframe + } + self.myNebelwerfer turnoff // turn off the nebelwerfer + self thread nebellerDisengaged + self.enableEnemy = 1 // and enable AI + self unholster +end + +nebellerDisengaged: + //iprintln "Nebeller disengaging" + while ($player istouching self.target) + { + if !(isAlive self) + end + waitframe + } + dprintln "Nebel Back ON!" + self holster + self.enableEnemy = 0 + self runto self.myRallypoint + self waittill movedone + self turnto self.myNebelwerfer + self thread nebelwerferFiring +end + +nebel1_parade: + thread global/ai.scr::spawn 21 +end + +nebel2_parade: + thread global/ai.scr::spawn 22 +end + +nebel3_parade: + thread global/ai.scr::spawn 23 +end + +nebel4_parade: + thread global/ai.scr::spawn 24 + if (level.skill == "1") + $smokey_generator1 TurnOn + if (level.skill == "2") + $smokey_generator3 TurnOn +end + +// +// sniper_rifle_pickup - Gives the player the sniper rifle in the guard tower +// + +sniper_spawner: + // spawn the sniper + + if (level.skill == "0") + local.accuracy = 30 + else if (level.skill == "1") + local.accuracy = 35 + else if (level.skill == "2") + local.accuracy = 40 + + spawn models/human/german_winter_type1 "targetname" ("sniper_dude") "type_attack" "cover" + // Set the AI properties + + $sniper_dude.origin = $sniper_spawner.origin //place the guy in the correct spot + $sniper_dude.mindist = 128 + $sniper_dude.maxdist = 2048 + $sniper_dude.leash = 128 + $sniper_dude.fixedleash = 0 + $sniper_dude.sight = 4096 + $sniper_dude.noticescale = 100 + $sniper_dude.health = 75 + $sniper_dude.hearing = 2048 + $sniper_dude.enemysharerange = 4096 + $sniper_dude.interval = 128 + $sniper_dude.accuracy = local.accuracy + $sniper_dude gun "g43" + $sniper_dude dontdropweapons + + $sniper_dude tether $sniper_rifle + $sniper_dude waittill death + + $sniper_rifle show + $sniper_rifle_trigger triggerable +end + +sniper_rifle_pickup: + $player item models/weapons/g43.tik + iprintln "You picked up a sniper rifle" + $sniper_rifle playsound gewehr43_snd_pickup + $sniper_rifle remove + $player use "G 43" +end + +// STICKYBOMB THREADS +// ------------------ + +DoGiveStickybombDialogue: + + self.runanimrate = 1.50 + local.dist = 99999 + + //local.tempent = spawn script_origin + //local.tempent.origin = $player.origin + while (local.dist > 160) + { + self.enableEnemy = 0 + self nodamage + local.dist = vector_length($player.origin - self.origin) + self runto $player.origin + //local.tempent.origin = $player.origin + waitframe + } + self anim 21A106_Dialogue6 + wait 1.5 + thread stickybomb_add 7 + thread enable_stickybombs + wait 4.5 + self takedamage + self.runanimrate = 1.0 + self.enableEnemy = 1 + //local.tempent remove + + exec global/obj.scr 1 current "Destroy the Nebelwerfers [4 remaining]" $nebel1_rally.origin + thread nextobjective +end + +// enable_stickybombs - this will reveal all of the throbbox and stickybombs in the level (called after you destroy the halftrack - this prevents the +// player from trying to plant charges before they receive them) + +enable_stickybombs: + $nebel1_throbbox show + $nebel1_throbbox triggered 0 + $nebel2_throbbox show + $nebel2_throbbox triggered 0 + $nebel3_throbbox show + $nebel3_throbbox triggered 0 + $nebel4_throbbox show + $nebel4_throbbox triggered 0 + + $panzertank1_stickybomb_a show + $panzertank1_stickybomb_a triggered 0 + $panzertank1_stickybomb_b show + $panzertank1_stickybomb_b triggered 0 + $panzertank1_stickybomb_c show + $panzertank1_stickybomb_c triggered 0 + $panzertank1_stickybomb_d show + $panzertank1_stickybomb_d triggered 0 + + $panzertank2_stickybomb_a show + $panzertank2_stickybomb_a triggered 0 + $panzertank2_stickybomb_b show + $panzertank2_stickybomb_b triggered 0 + $panzertank2_stickybomb_c show + $panzertank2_stickybomb_c triggered 0 + $panzertank2_stickybomb_d show + $panzertank2_stickybomb_d triggered 0 + + $panzertank3_stickybomb_a show + $panzertank3_stickybomb_a triggered 0 + $panzertank3_stickybomb_b show + $panzertank3_stickybomb_b triggered 0 + $panzertank3_stickybomb_c show + $panzertank3_stickybomb_c triggered 0 + $panzertank3_stickybomb_d show + $panzertank3_stickybomb_d triggered 0 +end + +// This decrements the counter and calls the fleeing thread + +nebel1_stickybomb_flee: + thread stickybomb_use + level.friendly1 thread flee_from_nebel1 + level.friendly2 thread flee_from_nebel1 +// level.friendly3 thread flee_from_nebel1 +end + +// This is the actual thread that makes friendlies flee from the first nebelwerfer to the closest specially named fleepoint + +flee_from_nebel1: + if (isAlive self) + { + local.distance = vector_length(self.origin - $nebel1_throbbox.origin) + dprintln "Distance to throbbox: " + if (local.distance < 384) + { + self.enableEnemy = 0 + local.distance = 9999 + local.closestIndex = -1 + for (local.i = 1; local.i < $nebel1_fleepoint.size+1; local.i++) + { + local.tempdistance = vector_length(self.origin - ($nebel1_fleepoint[local.i]).origin) + if (local.tempdistance < local.distance) + { + local.distance = local.tempdistance + local.closestIndex = local.i + dprintln "New best distance is " local.distance " at nebel1_fleepoint_" local.closestIndex + } + } + dprintln self " is fleeing to nebel1_fleepoint_" local.closestIndex + self notsolid + self waitthread global/friendly.scr::friendlystop + self runto $nebel1_fleepoint[local.closestIndex] + self waittill movedone + self waitthread global/friendly.scr::friendlystop + self.enableEnemy = 1 + self solid + } + } +end + +plant_nebel_stickybomb: + thread stickybomb_use +end + +nebel1_bomb: + $nebel1 thread global/stationaryweapons.scr::SpawnCollision $nebelwerfer_destroyed_collision + + dprintln "Nebelwerfer 1 is dead!!!" + if ($nebel1_parade_trigger != NULL) + $nebel1_parade_trigger remove + if (isAlive level.friendly1) + level.friendly1 thread fstart + if (isAlive level.friendly2) + level.friendly2 thread fstart +// if (isAlive level.friendly3) +// level.friendly3 thread fstart 1 + level.nebel1_bombed = 1 + dprintln level.stickybombs " Sticky bombs left..." + thread nextobjective +end + +nebel2_bomb: + $nebel2 thread global/stationaryweapons.scr::SpawnCollision $nebelwerfer_destroyed_collision + dprintln "Nebelwerfer 2 is dead!!!" + if ($nebel2_parade_trigger != NULL) + $nebel2_parade_trigger remove + level.nebel2_bombed = 1 + dprintln level.stickybombs " Sticky bombs left..." + thread nextobjective +end + +nebel3_bomb: + $nebel3 thread global/stationaryweapons.scr::SpawnCollision $nebelwerfer_destroyed_collision + dprintln "Nebelwerfer 3 is dead!!!" + if ($nebel3_parade_trigger != NULL) + $nebel3_parade_trigger remove + level.nebel3_bombed = 1 + dprintln level.stickybombs " Sticky bombs left..." + thread nextobjective +end + +nebel4_bomb: + $nebel4 thread global/stationaryweapons.scr::SpawnCollision $nebelwerfer_destroyed_collision + dprintln "Nebelwerfer 4 is dead!!!" + if ($nebel4_parade_trigger != NULL) + $nebel4_parade_trigger remove + level.nebel4_bombed = 1 + dprintln level.stickybombs " Sticky bombs left..." + thread nextobjective +end + +panzertank1_stickybomb_planted: + thread stickybomb_use + dprintln level.stickybombs " Sticky bombs left..." + switch (self) + { + case panzertank1_stickybomb_a: + $panzertank1_stickybomb_b remove + $panzertank1_stickybomb_c remove + $panzertank1_stickybomb_d remove + break + case panzertank1_stickybomb_b: + $panzertank1_stickybomb_a remove + $panzertank1_stickybomb_c remove + $panzertank1_stickybomb_d remove + break + case panzertank1_stickybomb_c: + $panzertank1_stickybomb_a remove + $panzertank1_stickybomb_b remove + $panzertank1_stickybomb_d remove + break + case panzertank1_stickybomb_d: + $panzertank1_stickybomb_a remove + $panzertank1_stickybomb_b remove + $panzertank1_stickybomb_c remove + break + } +end + +panzertank2_stickybomb_planted: + thread stickybomb_use + dprintln level.stickybombs " Sticky bombs left..." + switch (self) + { + case panzertank2_stickybomb_a: + $panzertank2_stickybomb_b remove + $panzertank2_stickybomb_c remove + $panzertank2_stickybomb_d remove + break + case panzertank2_stickybomb_b: + $panzertank2_stickybomb_a remove + $panzertank2_stickybomb_c remove + $panzertank2_stickybomb_d remove + break + case panzertank2_stickybomb_c: + $panzertank2_stickybomb_a remove + $panzertank2_stickybomb_b remove + $panzertank2_stickybomb_d remove + break + case panzertank2_stickybomb_d: + $panzertank2_stickybomb_a remove + $panzertank2_stickybomb_b remove + $panzertank2_stickybomb_c remove + break + } +end + +panzertank3_stickybomb_planted: + thread stickybomb_use + dprintln level.stickybombs " Sticky bombs left..." + switch (self) + { + case panzertank3_stickybomb_a: + $panzertank3_stickybomb_b remove + $panzertank3_stickybomb_c remove + $panzertank3_stickybomb_d remove + break + case panzertank3_stickybomb_b: + $panzertank3_stickybomb_a remove + $panzertank3_stickybomb_c remove + $panzertank3_stickybomb_d remove + break + case panzertank3_stickybomb_c: + $panzertank3_stickybomb_a remove + $panzertank3_stickybomb_b remove + $panzertank3_stickybomb_d remove + break + case panzertank3_stickybomb_d: + $panzertank3_stickybomb_a remove + $panzertank3_stickybomb_b remove + $panzertank3_stickybomb_c remove + break + } +end + +stickybomb_add local.amount: + + local.after = level.stickybombs + local.amount + thread global/democharge.scr::sticky_switch level.stickybombs local.after + level.stickybombs = local.after + +end + +stickybomb_use: + + local.after = level.stickybombs - 1 + thread global/democharge.scr::sticky_switch level.stickybombs local.after + level.stickybombs = local.after + +end + +// VEHICLE SCENE CODE +// ------------------ +// +// HALFTRACK1_AMBUSH - First halftrack attack thread +// + +halftrack1_ambush: + + level.halftrack_triggered = 1 + dprintln "STARTING HALF TRACK 1" + + if (level.skill == "0") + local.HalftrackHealth = 500 + else if (level.skill == "1") + local.HalftrackHealth = 750 + else if (level.skill == "2") + local.HalftrackHealth = 1000 + + // Set up the halftrack's physical properties and its death sequence (check with Z for removal, immunity, and health) + waitthread global/halftrack.scr::halftrackinit $halftrack1 local.HalftrackHealth models/vehicles/halftrack_winter_d.tik + waitthread global/halftrack.scr::halftrack_loadpassengers $halftrack1 2 1 "human/german_winter_type1" "human/german_winter_type1" + $halftrack1 immune bullet + $halftrack1 immune fast_bullet + $halftrack1 immune grenade + $halftrack1 thread halftrack_gamelogic + $halftrack1.mg42 pitchcaps ( -10 40 0) + +end + +halftrack_gamelogic: + // Run the vehicle_warning script + self thread global/Vehicle_Warning.Scr::WarnFriendlies level.friendly1 1600 0.707 + self thread global/Vehicle_Warning.Scr::WarnFriendlies level.friendly2 1600 0.707 + self thread global/Vehicle_Warning.Scr::WarnFriendlies level.friendly3 1600 0.707 + self.previous_thread = parm.previousthread + + self thread halftrack_dead + self.death_thread = parm.previousthread + + // Start the halftrack moving + self thread global/halftrack.scr::halftrack_drive $halftrack1 $halftrack1_path 1 300 520 40 128 + wait 3 + + if (isAlive level.friendly1) + { + dprintln "Friendly 1 says...." + level.friendly1 nodamage + level.friendly1 exec global/disable_ai.scr + level.friendly1 turnto $halftrack1 + level.friendly1 lookat $player + level.friendly1 say dfr_T2L1_AP4368 + wait 6 + level.friendly1 exec global/enable_ai.scr + level.friendly1 takedamage + } + else if (isAlive level.friendly2) + { + dprintln "Friendly 2 says...." + level.friendly2 nodamage + level.friendly2 exec global/disable_ai.scr + level.friendly2 turnto $halftrack1 + level.friendly2 lookat $player + level.friendly2 say dfr_T2L1_AP4368 + wait 6 + level.friendly2 exec global/enable_ai.scr + level.friendly2 takedamage + } + + exec global/obj.scr 2 current "Use Nebelwerfer to Destroy the Halftrack" $halftrack1.origin + self waittill drive + +end + +halftrack_dead: + self waittill death + thread global/halftrack.scr::halftrack_killed $halftrack1 + exec global/obj.scr 2 complete "Use Nebelwerfer to Destroy the Halftrack" $halftrack1.origin + level.obj2Complete = 1 + dprintln "player origin is " $player.origin + if (isAlive level.friendly1) + { + level.friendly1 exec global/disable_ai.scr + level.friendly1 waitthread DoGiveStickybombDialogue + level.friendly1 exec global/enable_ai.scr + end + } + else if (isAlive level.friendly2) + { + level.friendly2 exec global/disable_ai.scr + level.friendly2 waitthread DoGiveStickybombDialogue + level.friendly2 exec global/enable_ai.scr + end + } + else if (isAlive level.friendly3) + { + level.friendly3 exec global/disable_ai.scr + level.friendly3 waitthread DoGiveStickybombDialogue + // level.friendly3 exec global/enable_ai.scr jsl-->NEVER turnon medic's AI! + end + } +end + +// Tigertank1 - starts the TigerTanks rolling on it's path + +tigertank1_thread: + exec global/autosave.scr 1 + //thread global/ai.scr::spawn 6 + $player stufftext "tmstop" + $player stufftext "tmstart sound/music/Thuringer.mp3" + + thread gags/T2L1_Tank.scr::DoTank1 + + $tigertank1 thread gags/t2l1_tank_mgsoldier.scr::mgsoldier_spawn +end + +stuka_run: + $stuka show + dprintln "stuka is go!!" + $stuka thread gags/T1L1_PlaneRide.Scr::Fly $stuka_path 2100 .8 + $stuka thread rollplane .5 + wait 1.5 + $stuka playsound plane +end + +//-------------------------------------------------------------- +// rollplane - Make the plane do a cool roll... +//-------------------------------------------------------------- + +rollplane local.rollspeed: + + local.ang = self.angles + + while ( self!=NIL && self!=NULL ) + { + local.cang = self.angles + local.ang[2] -= local.rollspeed + local.cang[2] = local.ang[2] + self angles local.cang + waitframe + } + + end + +tigertank2_thread: + thread nebeller4_start + $tigertank2 show + $tigertank2 thread tank_think 0 tankbomb2_nebelwerfer + $tigertank2 thread drive_path $tigertank2_path level.enemytankspeed + thread tank_targeting + $tigertank2 thread global/Vehicle_Warning.Scr::WarnFriendlies level.friendly1 1600 0.707 + $tigertank2 thread global/Vehicle_Warning.Scr::WarnFriendlies level.friendly2 1600 0.707 + $tigertank2 thread global/Vehicle_Warning.Scr::WarnFriendlies level.friendly3 1600 0.707 + $tigertank2.previous_thread = parm.previousthread + $tigertank2 waittill drive + exec global/obj.scr 4 current "Use Sticky Bomb to Destroy Second Tank" $tigertank2.origin +end + +// +// drive_path +// + +drive_path local.path local.speed local.remove: + self.driving = 1 + + // drive Vector position, speed, acceleration, reach_distance, look_ahead + self drive local.path local.speed 30 200 level.lookahead + + self waittill drive + if (self) + { + self stop + self.driving = 0 + if (local.remove == "remove") + self remove + } +end + +// Displays explosive model, destroys tank, and updates objectives + +halftrack1_bomb: + if (isalive $player) + { + // add a little ouchie check + local.length = vector_length( $halftrack1.origin - $player.origin ) + if (local.length < 200) + { + local.prehealth = $player.health + radiusdamage ( $halftrack1.origin + (0 0 128) ) 200 200 + if (local.prehealth == $player.health) + $player kill + } + } +end + +tankbomb1: + dprintln "Tank Bomb 1 Executed!" + thread gags/T2L1_Tank.scr::Tank1Dead + $tigertank1.type = empty_panzer_winter + $tigertank1 thread tank_killed + level.obj3Complete = 1 + exec global/obj.scr 3 complete "Use Sticky Bomb to Destroy Tank" $tigertank1.origin + thread nextobjective +end + +tankbomb2: + + if ( level.tank2destroyed == 0 ) + { + level.tank2destroyed = 1 + + dprintln "Tank Bomb 2 Executed!" + + $tigertank2.type = panzer_winter + $tigertank2 thread tank_killed + + level.obj4Complete = 1 + exec global/obj.scr 4 complete "Use Sticky Bomb to Destroy Second Tank" $tigertank2.origin + + thread nextobjective + } + +end + +tankbomb2_nebelwerfer: + + if ( $panzertank2_stickybomb_a ) + $panzertank2_stickybomb_a remove + if ( $panzertank2_stickybomb_b ) + $panzertank2_stickybomb_b remove + if ( $panzertank2_stickybomb_c ) + $panzertank2_stickybomb_c remove + if ( $panzertank2_stickybomb_d ) + $panzertank2_stickybomb_d remove + + thread tankbomb2 + +end + + +// +// crashing_truck - a covered opel truck filled with troops comes careening around the corner +// and crashes, several troops crawl out and attack +// + +crashing_truck: + + exec global/autosave.scr 2 + //thread global/spotlight.scr::deadcorona $crashing_truck "light left" + //thread global/spotlight.scr::deadcorona $crashing_truck "light right" + $crashing_truck moveanim 21p300_truckcrash + thread gags/t2l1_explosion.scr::DoCrashingTruck + wait 3 + thread snow_crash + + wait 1 + $player stufftext "tmstop" + $player stufftext "tmstartloop sound/music/Sturmgeist.mp3" + thread snow_crash_2 + $mg42 thread global/mg42_active.scr::mg42 + +end + +// +// snow_crash - In addition to being the name of an interesting cyberpunk novel set in LA, snow_crash spawns the particles that occur when the +// truck crashes +// + +snow_crash: + local.ent = spawn EffectEntity "model" $snow_crash.spawnmodel + local.ent.origin = $snow_crash.origin + local.ent notsolid + local.ent anim idle + wait 3 + local.ent delete +end + +snow_crash_2: + local.ent = spawn EffectEntity "model" $crash_tree_fx.spawnmodel + local.ent.origin = $crash_tree_fx.origin + local.ent notsolid + local.ent anim idle + wait 3 + local.ent = spawn EffectEntity "model" $engine_smoke.spawnmodel + local.ent.origin = $engine_smoke.origin + local.ent notsolid + local.ent anim idle +end + +depot_notice: + + thread crashing_truck + + if (isAlive level.friendly1) + { + dprintln "There's the depot, let's take it! (friendly1)" + level.friendly1 exec global/disable_ai.scr + level.friendly1 say dfr_T2L1_AP4205 + wait 3 + level.friendly1 exec global/enable_ai.scr + } + else if (isAlive level.friendly2) + { + dprintln "There's the depot, let's take it! (friendly2)" + level.friendly2 exec global/disable_ai.scr + level.friendly2 say dfr_T2L1_AP4205 + wait 3 + level.friendly2 exec global/enable_ai.scr + } + + +end + +// MISSION OBJECTIVE CODE +// ---------------------- +// Code pertaining to ending the mission and handling mission objectives +// +// check_squad_death - waits until all your teammates are dead to end the scene +// + +check_squad_death: + + wait 1 + while ( (isAlive level.friendly1) || (isAlive level.friendly2) || (isAlive level.friendly3) ) + { + waitframe + } + wait 1 + iprintln "Your squad has been wiped out. You failed the mission." + wait 3 + missionfailed + +end + +// +// nextobjective - Determines the next mission objective and redirects the compass, +// first for the 4 Nebelwerfers, then for other targets in the mission +// + +nextobjective: + + level.nebelsbombed = 0 + if ( level.nebel1_bombed == 1 ) + level.nebelsbombed++ + if ( level.nebel2_bombed == 1 ) + level.nebelsbombed++ + if ( level.nebel3_bombed == 1 ) + level.nebelsbombed++ + if ( level.nebel4_bombed == 1 ) + level.nebelsbombed++ + + if (level.nebel1_bombed != 1) // If the 1st nebel is not done, point to it. Each case covers printing the # left. + { + waitthread nebel_objective $nebel1_rally.origin + end + } + else if (level.nebel2_bombed != 1) // If the 2nd nebel is not done, point to it. Each case covers printing the # left. + { + waitthread nebel_objective $nebel2_rally.origin + end + } + else if (level.nebel3_bombed != 1) // If the 3rd nebel is not done, point to it. Each case covers printing the # left. + { + waitthread nebel_objective $nebel3_rally.origin + end + } + else if (level.nebel4_bombed != 1) // If the 4th nebel is not done, point to it. Each case covers printing the # left. + { + waitthread nebel_objective $nebel4_rally.origin + end + } + exec global/obj.scr 1 complete "Destroy the Nebelwerfers" $nebel1_rally.origin + level.obj1Complete = 1 + if (level.obj2Complete != 1) + { + waitthread global/objectives.scr::current_objectives 2 + end + } + if (level.obj3Complete != 1) + { + waitthread global/objectives.scr::current_objectives 3 + end + } + if (level.obj4Complete != 1) + { + waitthread global/objectives.scr::current_objectives 4 + end + } + //if (level.obj5Complete != 1) + //{ + // waitthread global/objectives.scr::current_objectives 5 + // end + //} + waitthread global/objectives.scr::current_objectives 5 + +end + +nebel_objective local.org: + + switch level.nebelsbombed + { + case 0: + waitthread global/objectives.scr::add_objectives 1 2 "Destroy the Nebelwerfers [4 remaining]" local.org + break + case 1: + waitthread global/objectives.scr::add_objectives 1 2 "Destroy the Nebelwerfers [3 remaining]" local.org + break + case 2: + waitthread global/objectives.scr::add_objectives 1 2 "Destroy the Nebelwerfers [2 remaining]" local.org + break + case 3: + waitthread global/objectives.scr::add_objectives 1 2 "Destroy the Nebelwerfers [1 remaining]" local.org + break + } + waitthread global/objectives.scr::current_objectives 1 + +end + + +// +// endlevel - checks logic flags if objectives are complete. If so, level ends. +// + +endlevel: + if ((level.obj1Complete) && (level.obj2Complete) && (level.obj3Complete) && (level.obj4Complete)) + { + exec global/obj.scr 5 complete "Acquire a Supply Truck" $supply_truck.origin + exec global/missioncomplete.scr t2l2 1 + } + else + iprintln "You have not completed all your objectives yet." + wait 20 +end + + +// +// VEHICLE CODE +// ------------ +// + +// TANK THREADS +// --------------------------------------------------------------- +// Taken from global/vehicle_thinkers - customized for use in t2l1 + +tank_think local.notattacking local.deaththread: + + self rendereffects "-shadow" + self.start_health = 1000 + self.health = self.start_health + self removeondeath 0 + self immune bullet + self immune fast_bullet + self immune grenade + self immune bash + + if (self.target) + self.collisionent = self.target + + self.gun = self QueryTurretSlotEntity 0 + self.gun turnspeed 45 + self.gun maxyawoffset 135 + self.gun pitchCaps ( 0 60 0) + + self.gun2 = self QueryTurretSlotEntity 1 + + //if (self.gun) + // self.gun nodamage + //if (self.gun2) + // self.gun2 nodamage + + if (level.sightdistance == NIL) + level.sightdistance = 16000 + if (local.notattacking != 1) + { + while ( (level.playertanktarget == 0) || (level.playertanktarget == NIL) ) + wait 1 + self.gun setAimTarget level.playertanktarget + thread enemy_tank_attack_loop self.gun + self.attack_thread = parm.previousthread + thread tank_pain self.gun + self.pain_thread = parm.previousthread + } + + // Commenting out waittill death, now the only way the tank can die is if the + // player plants the bomb! + // MJG: well.. commenting out the waittill death causes problems if one expects to blow the tank by other means... + if ( local.deaththread != NIL ) + { + println "~~~~~~~~~~~~~~~~~~~~~~~~~~~~ waiting for death" + self waittill death + thread local.deaththread + } + +end + +// +// tank targeting - this is where the player tank target is set to different friendly +// AI's in your squad + +tank_targeting: + dprintln "Got this far" + level.playertanktarget = $player +end + +tank_killed: + + self waitthread global/vehicles_thinkers.scr::tank_killed + +end + +tank_pain local.gun: + + local.previoushealth = self.health + local.timer = 0 + while(isAlive self) + { + wait .1 + if ( (isAlive self) && (self.health < local.previoushealth) ) + { + println "z: " self " is damaged. self.start_health: " self.start_health + println "z: current health: " self.health + println "z: " self " is stunned" + self playsound damage_tank + self.stunned = 1 + local.gun setAimTarget NULL + + if (self.driving == 1) + self modifydrive 5 100 256 + if (self.driving_reverse == 1) + self modifydrive -5 100 256 + + // self.smoke = spawn script_model model "models/emitters/linger_smoke.tik" + self.smoke = spawn "models/emitters/linger_smoke.tik" + self.smoke notsolid + self.smoke anim start + self.smoke.origin = (self.origin + (0 0 80)) + self.smoke glue self + local.previoushealth = self.health + local.timer = 0 + } + + if (local.timer == 80) + { + local.gun setAimTarget level.playertanktarget + if (self.driving == 1) + self modifydrive level.enemytankspeed 30 256 + if (self.driving_reverse == 1) + self modifydrive level.enemytankspeed_reverse 30 256 + self.stunned = 0 + println "z: " self " is no longer stunned" + } + local.timer++ + } +end + +enemy_tank_attack_loop local.gun: //self is the tank + + while (isAlive self) + { + local.traceoffset = local.gun.origin + (0 0 48) + //iprintln "Inside the while loop" + if (self.stunned == 1) + { + println "z: " self " is not firing because stunned" + wait 1 + } + else if !(vector_within level.playertanktarget.centroid self.origin level.sightdistance) + { + println "z: " self " is not firing because range" + wait 1 + } + else if (!(sighttrace level.playertanktarget.centroid local.traceoffset 1)) + { + dprintln "level.playertanktarget.origin is " level.playertanktarget.origin + dprintln "local.traceoffset is " local.traceoffset + println "z: " self " is not firing because sight trace" + wait 1 + } + else + { + dprintln "z: " self " on target, waitting 3 secs to fire" + wait 3 + if (self.stunned != 1) + local.gun anim fire + wait 2 + } + } + +end + +nebelwerferDeath: + local.origin = self.origin + while (isalive self) + waitframe + radiusdamage ( local.origin + (0 0 128) ) 300 300 +end \ No newline at end of file diff --git a/maps/t2l1_explosion.scr b/maps/t2l1_explosion.scr new file mode 100644 index 0000000..c876208 --- /dev/null +++ b/maps/t2l1_explosion.scr @@ -0,0 +1,115 @@ +// -------------------------------------------------------------------------------- +// T2L1_Explosion.Scr +// +// 1. Handles the fuel-tank explosion. Blows up the fuel tank, the nebelwerfer, +// and the nebelwerfer soldier. +// Add the following as your setthread on the fuel tank damage trigger. +// +// 2. Handles the crashing supply truck. +// +// +// note: exec this script after the waittill spawn command... +// +// -------------------------------------------------------------------------------- + +// -------------------------------------------------------------------------------- +main: +// +// +// Do initialization here... +// -------------------------------------------------------------------------------- + + $fuel_tank_mask thread fuel_tank_death + + // Tweak these numbers when the truck animation is final... + level.nTreeDeathWaitTime = 4 + level.nCrashTruckSpawnTime = 5 + + End + + + +// -------------------------------------------------------------------------------- +fuel_tank_death: +// +// Scripting pertaining to the destroyable fuel tank depot area halfway up the road +// +// fuel_tank_death - waits until health is zero, spawns an explosion, +// swaps models, updates objectives, then starts the Tiger Tank +// -------------------------------------------------------------------------------- + self waittill damage + + if ( $fuel_tank_mask.health > 0) + goto fuel_tank_death + + self remove + + exec global/model.scr $fuel_tank_explosion.origin $fuel_tank_explosion.model + + // 1500 pts of damage 25 foot radius... (16*25==400) + + $nebel2.health = 20000 + + // jsl-->must wait this fraction of a second to prevent a crash... + wait 0.1 + radiusdamage $fuel_tank_explosion.origin 1500 400 + exec global/model.scr $fuel_tank_explosion.origin "emitters/mortar_higgins.tik" + exec global/earthquake.scr .2 4 0 0 + + $fuel_tank remove + $fuel_tank_destroyed show + + $nebelwerfer2 TurnOff + + // destroy the nebelwerfer... + wait 0.25 + + if ( $nebel2_throbbox != NIL ) + $nebel2_throbbox blowup + + // kill the nebelwerfer operator... + if ( isAlive $nebeller2 ) + $nebeller2 damage $player 15000 $world (0 0 0) (0 0 0) (0 0 0) 0 9 0 0 + +end + + +// -------------------------------------------------------------------------------- +DoCrashingTruck: +// +// Play the crashing truck animation. +// Spawn the guys out of the truck.... +// -------------------------------------------------------------------------------- + //$crashing_truck waitthread CrashTruck + thread DestroyTree + $crashing_truck notsolid + $crashing_truck_mask solid + wait level.nCrashTruckSpawnTime + // Time to spawn... + thread global/ai.scr::spawn 17 + + End + +// -------------------------------------------------------------------------------- +CrashTruck: +// +// Play the trucks crash animation and wait until it's done... +// -------------------------------------------------------------------------------- + thread DestroyTree + //self moveanim 21p300_truckcrash + //self waittill animdone + + self stop + + End + +// -------------------------------------------------------------------------------- +DestroyTree: +// -------------------------------------------------------------------------------- + wait level.nTreeDeathWaitTime +// radiusdamage $crashing_truck_tree.origin 200 600 + $crashing_truck_tree damage $world 15000 $world (0 0 0) (0 0 0) (0 0 0) 0 0 9 0 + wait 2.0 + $crashing_truck_tree killed $world 15000 $world (0 0 0) (0 0 0) (0 0 0) 0 0 9 0 + + End diff --git a/maps/t2l1_tank_mgsoldier.scr b/maps/t2l1_tank_mgsoldier.scr new file mode 100644 index 0000000..fd9e744 --- /dev/null +++ b/maps/t2l1_tank_mgsoldier.scr @@ -0,0 +1,220 @@ +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// +// gags/t2l1_tank_mgsoldier.scr +// +// when you want the soldier to spawn from the tank, +// run the mgsoldier_spawn thread on the tank object as follows: +// +// $tank thread gags/t2l1_tank_mgsoldier.scr::mgsoldier_spawn +// +// everything from that point on is handled in this script +// +// TODO: +// - verify all functionality with new panzer asset, including: +// - proper soldier position & attachment +// - add audio for talk below animation? +// +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +main: +end + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// +// 21G301_OpenHatch +// 21G302_Pause +// 21G303_Fire +// 21G304_TalkBelow +// 21G305_Death +// 21G306_DeathL +// +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// this thread runs on the tank when the soldier is to spawn +// +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +mgsoldier_spawn: + +//// dprintln "~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mgsoldier_spawn" + + local.turret = self queryturretslotentity 0 + + //
+ This tutorial is broken into three pieces, documenting the three major events in “test_ai.map”. Make sure you play through the map “test_ai” so you see what we will be setting up in each part of the tutorial. +
+ +
+PART I - Rendezvousing with your allied soldiers
+PART II - Your first enemy encounter and destroying the Flak-88
+PART III - Setting up an MG-42 gunner and making 2 enemies jump out of a truck
+
+PART I - Rendezvousing with your allied soldiers +
+ +
+ We are going to work with the .map file and the .scr file at the same time so that after we complete each part you will be able to run your bsp and see your AI in action. Build a map with a ground and a sky box to start.
+ If you open the “test_ai.map” the first thing you will see is the color purple all over the map. Those are the AI nodes, that set up the paths the AI will walk along. You will want to add them to your map, placing them everywhere you want AI to be able to go. The max distance that two nodes can be from each other is 320 units. If two nodes are further away than that they will not connect to each other. If you want to see what I mean by connected, play the “test_ai.bsp” in MOH, bring down the console and type ai_showroutes 1. This will show you all the AI node paths and how they connect to each other. Now that you know what a node is, set your info_path_nodes by right clicking on the grid and selecting “info” -> “pathnode”. Make sure that your pathnodes are waist high from the side or front view, if they are under the ground brush the AI will not be able to find them. Once you have all of your pathnodes set up we can starting adding the AI.
+
+
+Setting up your script file. +
+ ++exec global/auto.scr + +level waittill prespawn +level waittill spawn + +//---------------------------------------------------------------------------- +main: +//---------------------------------------------------------------------------- + waitthread InitPlayer +end + +//---------------------------------------------------------------------------- +InitPlayer: +//---------------------------------------------------------------------------- + // setup our player with weapons +// This gives the player the default weapons that they will start the level with. + $player takeall + $player item weapons/Webley_Revolver.tik + $player item weapons/enfield.tik + $player item weapons/sten.tik + $player item weapons/mills_grenade.tik + $player item weapons/M18_smoke_grenade.tik + + // give him some ammo + $player ammo pistol 32 + $player ammo smg 128 + $player ammo rifle 50 + $player ammo smokegrenade 3 + $player ammo grenade 3 + + // start out using the smg + $player useweaponclass smg + + // give him binoculars and the explosive icon... + $player item items/binoculars.tik + + //These two lines add the binoculars and explosive image to the top right of the HUD + waitthread global/items.scr::add_item "binoculars" noprint // Show binoculars inventory icon + waitthread global/items.scr::add_item "explosive" noprint // Show explosive inventory icon + + end ++ +
+ So far all our script does is set the player up with default weapons, amount of ammo, amount and type of grenades and items(binoculars). To test this out, place a player start in your map by right clicking on the grid and selecting “info” -> “player” -> “start”.
+
+ Now lets go to our map file and add in our friendlies. Create a brush and press “n” to open your entity window and select “ai_allied_1st-ranger_captain”. Now press ”i” to bring up your AI parameters.
+
+
+ Hit “Default”, enter “friendly” into the $targetname and press “apply”. Close the window and open your “Entity” window. Enter the following into the Key and Value fields.
+ Key: #fnum
+ Value: 1
+ Add a “ai_allied_1st-ranger_private” and a “ai_allied_dday_29th-radio”, making sure that the $targetname for all three of them is “friendly”. For the private, make the #fnum 2 and the 29th-radio #fnum 3. Finally, we have to make a trigger around the AI. Create a brush that surrounds all the AI friendlies and covers a path that the player will walk through. Right click on the grid and select “trigger” -> “once”. Open the “Entity” window and give it a $targetname “friend_trigger”. Lets move to the script so that we can test our new friendlies and make sure they are working correctly.
+
+
+Add the following lines to your script:
+
+Note: First we will add some objectives. Even though we haven’t completed all the objectives yet we are going to add them all in now.
+
+//---------------------------------------------------------------------------- +InitObjectives: +//---------------------------------------------------------------------------- + + waitthread global/objectives.scr::add_objectives 1 1 "Rendezvous With Your Allies" $cappy.origin + waitthread global/objectives.scr::add_objectives 2 1 "Locate and Destroy Artillery Emplacements[1 remaining]" $flak88A.origin + waitthread global/objectives.scr::add_objectives 3 1 "Clear area of Nazis." $trigger300.origin + waitthread global/objectives.scr::add_objectives 4 1 "Destroy enemy tanks." $aagun.origin + + // Turn on objective #1 and set it as current objective. + waitthread global/objectives.scr::add_objectives 1 2 + waitthread global/objectives.scr::current_objectives 1 + + end + + +//---------------------------------------------------------------------------- +InitFriends: +// +// Setup our friendlies to wait until the player shows up... +//---------------------------------------------------------------------------- + + // rename our friendlies to something more "friendly" + level.friendly1.targetname = cappy + level.friendly2.targetname = friend2 + level.friendly3.targetname = friend3 + + thread FriendWait + + end + ++ +
+This renames your friends to something more readable and easier to use. +
+ ++//---------------------------------------------------------------------------- +FriendWait: +// +// wait for player to hit our trigger.. +// +//---------------------------------------------------------------------------- + + $friend_trigger waittill trigger + + // objective was accomplished, check it off... + waitthread global/objectives.scr::add_objectives 1 3 + + // set objective #2 as current... + waitthread global/objectives.scr::add_objectives 2 2 + waitthread global/objectives.scr::current_objectives 2 + + // show our throbbing box now. + //$ThrobbingBox show Don’t need this just yet + + // Have some sample dialog with the player. + $cappy turnto $player + $cappy lookat $player + wait 0.2 + $cappy anim 11b100_BritCaptGreet + $cappy waittill animdone + + $cappy anim 12C105_Dialogue03 + $cappy waittill animdone + + $cappy turnto NULL + $cappy lookat NULL + + // Tells the AI to move to the player + $cappy.destination = $player + $friend2.destination = $player + $friend3.destination = $player + + // Sets the type of friendly soldier + $cappy.friendtype = 1 + $friend2.friendtype = 1 + $friend3.friendtype = 1 + + // stagger how far away they keep from their destinations + $cappy.distance = 175 + $friend2.distance = 225 + $friend3.distance = 250 + + // setup the friendlies to follow the player... + $cappy thread global/friendly.scr::friendlythink + $friend2 thread global/friendly.scr::friendlythink + $friend3 thread global/friendly.scr::friendlythink + + end + ++ +
+Add the following lines to main. +
+ ++ waitthread InitFriends + waitthread InitObjectives ++ +
+Now your main should look like this: +
+ ++//---------------------------------------------------------------------------- +main: +//---------------------------------------------------------------------------- + + waitthread InitPlayer + waitthread InitFriends + waitthread InitObjectives + + end + ++ +
+ We are all done with adding friendly soldiers. Now lets move on to enemy soldiers. +
+ ++PART II Your first enemy encounter and destroying the Flak-88 +
+ +
+ Again we will start with the map file. Create a brush, pull up your “Entity” window and select “ai_german_panzer_grenadier”. Press “i” to pull up the AI parameters, set everything to default and give it a $targetname “enemyspawner”. Open the “Entity” window and enter the following values for the Key and Value fields:
+ Key: #set
+ Value: 100
+ With your enemy entity selected hold down shift and select one of your info_pathnodes. The pathnode that you select will be where your enemy AI runs to once you have triggered them. Press (ctrl + k) to target the pathnode. It will draw a line connecting your enemy AI to the pathnode. Set up two more enemy AI the same way. Give them all the same $targetnames and #set numbers. That way you can control the whole group instead of each one individually.
+ Make a trigger with a $targetname name “trigger100” the same way you did for the friendly AI so as the player approaches the enemy AI they will walk through it. Make sure there is a wall in front of where your enemy AI is b/c we are going to spawn them in when the player hits the trigger. That means if the wall isn’t there, when you hit the trigger the enemies will appear out of thin air. Set something up like this:
+
+
+
+ Finally we are going to make our Flak-88 so that the player can use it and also plant a bomb on it. Create a brush, bring up your “Entity” window and select “turretweapon_german_flak88”. Enter the $targetname “flak88A”. Create another brush, bring up your “Entity” window and select “ThrobbingBox_ExplodePlayerFlak88”. Give it a $targetname “ThrobbingBox” and a setthread “ArtilleryDestroyed”. While the throbbing box is still selected, select the flak88 and press (ctrl + k) to target the flak88. +
+ ++Lets move on to our script. +Add the following lines of code to your script: +
+ ++//---------------------------------------------------------------------------- +InitEnemies: +// +// Setup all the triggers to spawn in the enemy. +//---------------------------------------------------------------------------- + + thread SpawnSet100 + //thread SpawnSet200 + //thread SpawnSet300 Don’t need these yet + + end + +//---------------------------------------------------------------------------- +InitArtillery: +// +// setup various parameters for the artillery in the level. +//---------------------------------------------------------------------------- + + $flak88A_turret0 turnspeed 15 // Adjust the turn speed + $flak88A_turret0 pitchspeed 7.5 // Adjust the pitch speed + $flak88A_turret0 viewjitter 7 + $flak88A_turret0 firedelay 4 + $flak88A_turret0 maxyawoffset 20.0 + $flak88A_turret0 pitchcaps "20 10 0" + + // setup collision for base of flak88 + $flak88A.collisionent = $flak88A_collision + + // setup collision for the turret of the flak88 + $flak88A_turret0.collisionent = $flak88A_turret_collision + + end + +//---------------------------------------------------------------------------- +SpawnSet100: +// +// Spawn AI set 100 +// +//---------------------------------------------------------------------------- + // Once the player activates the trigger the enemy AI will spawn and walk along their paths. + $trigger100 waittill trigger + thread global/ai.scr::spawnset 100 spawn100 + + end + +//---------------------------------------------------------------------------- +ArtilleryDestroyed: +// +// This get's called from the ThrobbingBox when the explosion happens. +//---------------------------------------------------------------------------- + + // complete objective #2 + waitthread global/objectives.scr::add_objectives 2 3 + + // show objective #3 + waitthread global/objectives.scr::add_objectives 3 2 + + // make objective #3 current + waitthread global/objectives.scr::current_objectives 3 + + + end ++ +
+Add this to your main thread: +
+ ++waitthread InitEnemies +waitthread InitArtillery + +// Hide our throbbing box for objective #2 until player completes objective #1 +$ThrobbingBox hide ++ +
+Edit this line of code in FriendWait by removing the “//” before $ThrobbingBox show. +
+ ++// show our throbbing box now. +$ThrobbingBox show ++ +
+PART III - Setting up an MG-42 gunner and making 2 enemies jump out of a truck +
+ ++ Create a brush where you can rest the MG-42 on. Create another brush, bring up your “Entity” window and select “static_weapon_mg42bipod” and place it on top of your brush for the MG42. Now create another brush, open your “Entity” window, select “addon_turretweapon_german_mg42” and line it up with your bipod that you just created. Add a $targetname “mg42”. Create another brush, open your “Entity” window and select “ai_german_wehrmact_soldier”. Press “i” to bring up your “AI Parameters” window, adjust hearing and sight to 2048 and enter the $targetname “mg42_guy”. Now deselect the german soldier and select the MG42. While the MG42 is still selected also select the mg42_guy and press (ctrl + k) to target the mg42 to the enemy AI. +
+ ++
+Add the following code to your script: +
+ ++//---------------------------------------------------------------------------- +InitMG42s: +// +// Initialize MG42s in the level... +//---------------------------------------------------------------------------- + + if ( self==NIL ) + { + println "No MG42s in level." + end + } + + self maxyawoffset 70.0 + self pitchcaps "-20 20 0" + self AIbulletspread 350 175 + self convergetime 0.25 + + end + ++ +
+Add the following line to main: +
+ ++$mg42 waitthread InitMG42s ++ +
+Now we have our German manning the Mg42. +
+ +
+ In “test_ai.map” we have two more sets of German soldiers. To add them, create the AI the same way you did above but change the Value of the second group of soldiers to:
+ Key: #set
+ Value: 200
+ Change the third group of soldiers to #set 300. Keep the $targetname of the soldiers the same “enemyspawner”. You will have to add a trigger with a $targetname “trigger200”. For the third set of soldiers we will be using the same trigger that activates our truck, so don’t add that just yet and leave room with the third group so that you can add the truck. Add the following code to your script to make the rest of the AI come alive.
+
+//---------------------------------------------------------------------------- +SpawnSet200: +// +// Spawn AI set 200 +// +//---------------------------------------------------------------------------- + + $trigger200 waittill trigger + waitthread global/ai.scr::spawnset 200 spawn200 + + + end + +//---------------------------------------------------------------------------- +SpawnSet300: +// +// Spawn AI set 300 +// +//---------------------------------------------------------------------------- + + $trigger300 waittill trigger + waitthread global/ai.scr::spawnset 300 spawn300 + + level.bad_guys_left = 0 + + $spawn300 thread BadGuyCheck + + thread TruckGO + + end + + +//---------------------------------------------------------------------------- +BadGuyCheck: +// +// Counts the bad guys that are spawned in and when they are all dead, +// updates the objective as complete. +//---------------------------------------------------------------------------- + level.bad_guys_left++ + self waittill death + level.bad_guys_left-- + + + if ( level.bad_guys_left==0 ) + { + // Complete objective 3! + waitthread global/objectives.scr::add_objectives 3 3 + + // go on to objective 4. + waitthread global/objectives.scr::add_objectives 4 2 + waitthread global/objectives.scr::current_objectives 4 + } + + end ++ +
+Lets look at how to get the truck working. +
+ +
+ Create a brush, open your “Entity” window and select “addon_vehicle_german_Opel-Truck-Green”. Give your truck a $targetname “truck”. You are going to need to add the collision for the truck, but you can take the collision out of “test_ai.map” b/c it is already built for you. (To get a better understanding of how to get the truck moving and attach it to the collision read the tutorial “driving_tutorial2.doc”.) Instead of creating your own bounding box, copy the one from “test_ai.map” in the SDK. To do so, open the map file and select one of the pieces from the bounding box and then press (crtl + e) to select all pieces of the bounding box. With the bounding box selected open your map. When it asks, copy selection, click yes. This will bring the bounding box of the vehicle into your map. Deselect the vehicle mask and select the truck entity image. Open the “Entity” window and enter the following into the Key and Value fields.
+ Key: target
+ Value: TruckCollision
+ Now you need to create your vehicle way points. Right click on the grid and select “info” -> “vehiclepoint”. Give it a $targetname of “truck_path”. Now create the rest of your waypoints make sure to connect the point before it.
+
+ Make sure you place a trigger to get the truck moving, use trigger_multiple and $targetname “trigger300”.
+
+ After you have read that the only thing you will have to do is add a new line to the script. Here is the script :
+
+//---------------------------------------------------------------------------- +TruckGO: +// +// Send a truck into the mix... +//---------------------------------------------------------------------------- + + // setup truck with 2 passengers.. + $truck waitthread gags/t3l1_enemyspawn.scr::DoTruck 1800 2 0 + + // Set the type of guns the passengers will use... + $truck.passenger[1] gun "mp40" + $truck.passenger[2] gun "Mauser KAR 98K" + + + $trigger_truck waittill trigger +// $truck playsound opeltruck_snd_start + wait .5 + $truck vehicleanim idlelights + // make truck go and wait till it's done moving... + $truck waitthread gags/t3l1_enemyspawn.scr::TruckDrive $truck_path 0 400 0 0 0 + // turn off our lights when we get here.... + wait .5 +// $truck_1 playsound opeltruck_snd_stop + $truck_1 vehicleanim idlenolights + + + end + + ++ +
+The important line here is: +
+ ++$truck waitthread gags/t3l1_enemyspawn.scr::DoTruck 1800 2 0 ++ +
+ This line creates the AI in the truck. The DoTruck function takes in three arguments. The first is the health of the truck, the second it the amount of AI soldiers not including the driver(so the amount of AI soldiers in the back) and the last line tells the truck to stop or not if an enemy in the truck has been hit. It is set to 0 right now, which means that if you shoot the driver or one of the passengers the truck will keep on driving. If you set it to 1 the truck will come to a stop if the driver or passengers are shot and the enemy AI will jump out of the truck. Try changing the value to a 1 so that you can see how the truck reacts when it is shot at.
+
+ Finally you need to add the two tanks in for the final battle. Make sure you read the other two tutorials (driving_tutorial1 and driving_tutorial2) before you start this part. Bring in the collision box of the “addon_vehicle_german_panzer-tank2” from the “test_ai.map”. Target the tanks to the collision mesh.
+ Key: target
+ Value: panzer_clip
+
+ Create a brush, press “n” to bring up your entity window and select “addon_vehicle_german_panzer-tank2”. Give it a $targetname “tank1”. Create another tank and give it a target name “tank2”. Now create a starting path for your vehiclepoint for tank1 and give it a $targetname “tank1_path”. Do the same for the 2nd tank but give your vehiclepoint a $targetname “tank2_path”. Create the rest of the path making sure to link each vehiclepoint with the previous one.
+
+ We need to now add the trigger for the tanks. Create a trigger_once brush with a $targetname “tank_objective”. Lets place an AA gun so the player can take out the tanks easier. Create a brush, press “n” to bring up your “entity” window and select “turretweapon_player_aagun”.
+
+Add the following script to get your tanks moving:
+
+Add this toward the top of your script with your other Init threads.
+
+//---------------------------------------------------------------------------- +InitVehicles: +// +// Initialize level vehicles +// +//---------------------------------------------------------------------------- + + thread TankTriggerWait + + end + ++ +
+Make sure to add this to your main: +
+ ++waitthread InitVehicles ++ +
+Add this at the bottom of the script: +
+ ++//---------------------------------------------------------------------------- +TankTriggerWait: +//---------------------------------------------------------------------------- + + $tank_objective waittill trigger + + // start up the tanks... + + level.playertanktarget = $player + + $tank1 thread TankGo $tank1_path 200 panzer + $tank2 thread TankGo $tank2_path 200 empty_panzer // don't want anyone to come out of this tank + + level.tank_count = 0 + $tank1 thread TankObjectiveCheck + $tank2 thread TankObjectiveCheck + + end + +//---------------------------------------------------------------------- +TankObjectiveCheck: +//---------------------------------------------------------------------- + level.tank_count++ + self waittill death + + level.tank_count-- + + if ( level.tank_count==0 ) + { + waitthread global/objectives.scr::add_objectives 4 3 + centerprint "You've completed all your objectives!" + } + + end + +//---------------------------------------------------------------------- +TankGo local.path local.speed local.type: +//---------------------------------------------------------------------- + + self thread global/vehicles_thinkers.scr::enemy_tank_think 0 local.type + self thread drive_path local.path local.speed + + end + +//---------------------------------------------------------------------- +drive_path local.path local.speed: +//---------------------------------------------------------------------- + self.driving = 1 + + self drive local.path local.speed 30 200 256 + self waittill drive + if (self) + { + self stop + self.driving = 0 + } + + end + + ++ + + + + + +
+ +
+ + + ++ +\ No newline at end of file diff --git a/tutorials/AI_tutorial/1-1.jpg b/tutorials/AI_tutorial/1-1.jpg new file mode 100644 index 0000000..5608b97 Binary files /dev/null and b/tutorials/AI_tutorial/1-1.jpg differ diff --git a/tutorials/AI_tutorial/1-2.jpg b/tutorials/AI_tutorial/1-2.jpg new file mode 100644 index 0000000..5ed14a8 Binary files /dev/null and b/tutorials/AI_tutorial/1-2.jpg differ diff --git a/tutorials/AI_tutorial/1-3.jpg b/tutorials/AI_tutorial/1-3.jpg new file mode 100644 index 0000000..298a75b Binary files /dev/null and b/tutorials/AI_tutorial/1-3.jpg differ diff --git a/tutorials/AI_tutorial/1-4.jpg b/tutorials/AI_tutorial/1-4.jpg new file mode 100644 index 0000000..28a8388 Binary files /dev/null and b/tutorials/AI_tutorial/1-4.jpg differ diff --git a/tutorials/AI_tutorial/1-5.jpg b/tutorials/AI_tutorial/1-5.jpg new file mode 100644 index 0000000..4d8a48d Binary files /dev/null and b/tutorials/AI_tutorial/1-5.jpg differ diff --git a/tutorials/Creating collision for a Static Mesh.htm b/tutorials/Creating collision for a Static Mesh.htm new file mode 100644 index 0000000..63368d0 --- /dev/null +++ b/tutorials/Creating collision for a Static Mesh.htm @@ -0,0 +1,317 @@ + + + + + + + + + + +
Creating collision for a Static Mesh
1) Step +One convert your new model to a static mesh with the tools provided.
+ +2) Open +Moh Radiant
+ +3) Select +the new mesh from the model selection it should appear in the radiant window.
+ +Fig1
+ +4) Open +the appropriate texture, for this example we will use the metal texture under +the common texture directory.
+ +5) Begin +to the trace the model with brushes making sure you have the metal texture +selected.
+ +Fig3a
+ + + ++ +
Fig3b
+ ++ +
6) Select +the model that was being used as the template, and delete it from your level.
+ +Fig4
+ + + +7) Save +the final version as a .map file with same name as the static mesh, and then +place it in the mainta\models\static directory. Once this has been completed +anytime this model is placed in a level it will reference the newly created +collision.
+ +8) Create +a test room with the new model, use the wuss console command to give your self +all the weapons.
+ +Fig5
+ + + +9) Fire +the different weapons testing to make sure that the collision is working as +designed with each weapon.
+ ++ +
+
+Diagram 1-1
+
+
+
+
+Prepping to Export
+
+Before exporting a model, some quality checks should be made to ensure fewer problems with the geometry.
+
+It is important to note that we work in centimeters, therefore creating or scaling objects to scale in cm is the best way to get a properly scaled end result. Object transforms should be reset before exporting as well; you will want to have all your objects at 100% of XYZ scale.
+
+Placing the objects pivot point at (0,0,0) is a good idea, as well as assuming that the pivot point will be the center point of contact with the game world. In this example of the windmill, I have placed the pivot at the center, bottom of the model and reset all the transforms.
+
+Exporting models that contain multiple objects is fine (just as the windmill does), however if you experience problems with sub-objects not being where they should be, you should check the individual object transforms, as this is often the cause of the problem.
+
+
+
+Materials
+
+Multi-sub materials work fine, but each surface should be explicitly defined in its name box as shown. In this example the full name for some of the materials is not visible without scrolling.
+
+
+
+
+ +//token to identify the file as a TIKI +TIKI + +//setup section of the tiki, where scale, baseframe, +//path and materials are setup +Setup +{ + //everything in the game world should be scaled to + //0.54 for the cm conversion + scale 0.54 + + //path that points to where the models data files are located + path models/animate/windmill + + //skelmodel allows you to specify what file is the model //baseframe + skelmodel windmill.skd + + //surface definintion (defined in max’s material setup) + //and which shader the game should use for that surface + surface wm_thatch_1 shader wm_thatch_1 + surface wm_shadow_1 shader wm_shadow_1 + surface wm_wind_blade shader wm_wind_blade + surface wm_Wood_Beam_1 shader wm_Wood_Beam_1 + surface wm_brick_3_bot shader wm_brick_3_bot + surface wm_door_wood_2_bot shader wm_door_wood_2_bot + surface wm_door_wood_2_top shader wm_door_wood_2_top + surface wm_window_old shader wm_window_old + surface wm_windmill_sail shader wm_windmill_sail + surface wm_side1 shader wm_side1 + surface wm_wind shader wm_wind +} + +//init section is not needed for this particular tiki, but is usually used to //define such things as particle systems that are used with this model +init +{ +} + + +//Animation Section +//NOTE! You absolutely must have an idle animation or the tiki will not //work in game. Even if the animation is a single frame animation that //appears to do nothing. + +//Animations are named with aliases, then we point to the file that //contains the actual animation. You can create several aliases that //point to the same animation file if necessary. + +//The client section I have within the ‘turn’ animation has sound //attached to it that will play on the animation’s 230th frame. There are //other valid commands that you can setup for use within the client //section of an animation. There are also other options for controlling //when the event occurs such as replacing the explicit frame 230 with a //command like ‘first’, ‘last’, ‘entry’, or any other valid frame number. //Refer to the client command list and tiki documentation for more //information. + +animations +{ + idle windmill_still.skc + + turn windmill_turn.skc + { + client + { + 230 sound safe_open + } + } +} + + + ++
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/tutorials/Exporting_Animated_Models/anim_export.jpg b/tutorials/Exporting_Animated_Models/anim_export.jpg new file mode 100644 index 0000000..160b159 Binary files /dev/null and b/tutorials/Exporting_Animated_Models/anim_export.jpg differ diff --git a/tutorials/Exporting_Animated_Models/export_dialogue.jpg b/tutorials/Exporting_Animated_Models/export_dialogue.jpg new file mode 100644 index 0000000..778acfa Binary files /dev/null and b/tutorials/Exporting_Animated_Models/export_dialogue.jpg differ diff --git a/tutorials/Exporting_Animated_Models/mat_name.jpg b/tutorials/Exporting_Animated_Models/mat_name.jpg new file mode 100644 index 0000000..4796436 Binary files /dev/null and b/tutorials/Exporting_Animated_Models/mat_name.jpg differ diff --git a/tutorials/Exporting_Animated_Models/pushmenu_animate2.jpg b/tutorials/Exporting_Animated_Models/pushmenu_animate2.jpg new file mode 100644 index 0000000..5927b96 Binary files /dev/null and b/tutorials/Exporting_Animated_Models/pushmenu_animate2.jpg differ diff --git a/tutorials/Exporting_Animated_Models/windmill.jpg b/tutorials/Exporting_Animated_Models/windmill.jpg new file mode 100644 index 0000000..b86f995 Binary files /dev/null and b/tutorials/Exporting_Animated_Models/windmill.jpg differ diff --git a/tutorials/TOW_map/1-1.jpg b/tutorials/TOW_map/1-1.jpg new file mode 100644 index 0000000..0f92920 Binary files /dev/null and b/tutorials/TOW_map/1-1.jpg differ diff --git a/tutorials/TOW_map/1-2.jpg b/tutorials/TOW_map/1-2.jpg new file mode 100644 index 0000000..2fb4d5e Binary files /dev/null and b/tutorials/TOW_map/1-2.jpg differ diff --git a/tutorials/TOW_map/1-3.jpg b/tutorials/TOW_map/1-3.jpg new file mode 100644 index 0000000..6f71634 Binary files /dev/null and b/tutorials/TOW_map/1-3.jpg differ diff --git a/tutorials/TOW_tutorial.html b/tutorials/TOW_tutorial.html new file mode 100644 index 0000000..e353ba7 --- /dev/null +++ b/tutorials/TOW_tutorial.html @@ -0,0 +1,1255 @@ + + +
+ This tutorial shows you how to set up your map for TOW. +
+
+ First you need a multiplayer map built so you can place in the TOW objectives. Once you have a map ready and your spawn points in lets begin placing the TOW objective. Your .map and .scr file names must be the same and placed in the “/maps/obj/” folder. The filename must be in this form in order for the game to read them as a TOW map: “MP_filename_TOW.map”. filename can be anything you like, but the MP_ at the beginning and the _TOW at the end are necessary.
+
+ You can place up to 5 objectives for your TOW map. For this example we are going to place 5 objectives in the level, one that destroys the axis spawn point, one that destroys the allied spawn point and three more that each side will have to fight over controlling. Objective 1 will be the allied spawn point and Objective 5 will be the axis spawn point. Objectives 2, 3 and 4 are what we are going to set up first. In our “MP_tutorial_TOW.map” we have three light switches that indicated who has control of the objective(Red light = axis, Green light = allies).
+
+ In your map file, create a brush that will be your light switch box. Now create another brush surrounding the switch. This will be your trigger. With the brush selected, right click on the grid and select “trigger” -> “use”. Press the “n” key to bring up the entities window and give your trigger a targetname by enter the below values into the Key and Value fields.
+
+ Key: setthread
+
+ Value: switch1
+
+
+
+Diagram 1-1 (Side View, Entity Window and 3D window)
+
+
+
+
+ We have to create a TOW objective and link it to our trigger. Right click on the grid and select “func” -> “TOWObjective”. Press “n” to bring up the “Entity” window and enter the following TOW values into the Key and Value fields.
+
+
+ Key: $targetname
+
+ Value: switchObj1
+
+
+ Key: AlliesObjNum
+
+ Value: 2
+
+
+ Key: AxisObjNum
+
+ Value: 4
+
+
+ Key: ControlledBy
+
+ Value: 1
+
+
+ Key: ObjectiveNbr
+
+ value: 2
+
+
+ Select the trigger that you created while the TOWObjective is still selected and press (ctrl + k) to link the two together. Now build three more Objectives following the same steps and using these values for trigger and TOWObjectives:
+
+Trigger +Setthread switch2 + +TOWobjective +$targetname switchObj2 +AlliesObjNum 3 +AxisObjNum 3 +ControlledBy 2 +ObjectiveNbr 3 + +Trigger +Setthread switch3 + +TOWobjective +$targetname switchObj3 +AlliesObjNum 4 +AxisObjNum 2 +ControlledBy 0 +ObjectiveNbr 4 + ++ +
+
+Diagram 1-2 (Top view)
+
+
+
+
+ Now we have to add the last two TOW Objectives, the allied spawn and the axis spawn. First we will create a bomb and then we will set the TOW objective. Right click on the grid and select “script” -> “object”. Enter the following lines into the key and value: +
+ ++ Key Value + $explosion_fx fx/fx_flak88_explosion.tik + $explosion_sound explode_aagun + $targetname axis_bomb + $trigger_name allie_bomb_trigger + model items//pulse_explosive.tik ++ +
+This will create your bomb. Around it create a trigger with the following values: +
+ ++ Key Value + $targetname allie_bomb_trigger ++ +
+Now create a TOWObject and give it the following values: +
+ ++ Key Value + $targetname Obj_alliespawnpoint + AlliesObjNum 1 + AxisObjNum 5 + ControlledBy 1 + ObjectiveNbr 1 ++ +
+Link the TOWobjective to the trigger. Now you have to set up the axis spawn point. Follow the same steps above but change all the targetnames and trigger_names to the opposite team. (allie = axis) +
+ ++ Key Value + $explosion_fx fx/fx_flak88_explosion.tik + $explosion_sound explode_aagun + $targetname allie_bomb + $trigger_name axis_bomb_trigger + model items//pulse_explosive.tik ++ +
+This will create your bomb. Around it create a trigger with the following values: +
+ +
+ Key Value + $targetname axis_bomb_trigger ++ +
+Now create a TOWObject and give it the following values: +
+ ++ Key Value + $targetname Obj_axisspawnpoint + AlliesObjNum 5 + AxisObjNum 1 + ControlledBy 0 + ObjectiveNbr 5 ++ +
+
+Diagram 1-3 (Top View and 3D View)
+
+
+
+
+ Your TOW map will now work if you add the script provided to it. If you would like to add lights so you know who has control of the objective, then continue reading.
+
+ Lets create the green light, that will be on when the Allies control an objective. First we will create the light bulb and then we will make the corona.
+
+ Create a brush and then press “n” to open your “Entity” window. Select from the “Entity” window “addon_static_lamp_lightbulb-caged-green” and rotate it to face the direction you want.
+
+ Next we add the corona. Create a brush and press “n” to open your “Entity” window. Select from the “Entity” window “addon_fx_corona_green-bright” and rotate it to face the direction you want. Give it a $targetname obj2_light_allie. The number after obj should correspond with the objective number you are working on(2, 3 or 4). Place the corona on top of your lightbulb and you are all set to go. Top make the red light bulb follow the same directions above but select the “red” objects instead of “green”. Also change the $targetname to obj2_light_axis. Make three sets of red and green lights and place them over their corresponding objective. Now lets move on to the script.
+
+
+ To get an understanding on how the scripting for TOW is read the Tug of War doc. Here we will just go over the things not covered in that doc. +
+ + ++ +main: + + level.script="maps/obj/MP_Tutorial_TOW.scr" + exec global/tow_dm.scr + + level.gametype = int( getcvar( g_gametype ) ) + + //gametype 5 = Tug of War + if( level.gametype == 5 ) + { + setcvar "g_obj_alliedtext1" "Protect Spawn Point" + setcvar "g_obj_alliedtext2" "Control Switch 1" + setcvar "g_obj_alliedtext3" "Control Switch 2" + setcvar "g_obj_alliedtext4" "Control Switch 3" + setcvar "g_obj_alliedtext5" "Detonate Axis Spawn Point" + + setcvar "g_obj_axistext1" "Protect Spawn Point" + setcvar "g_obj_axistext2" "Control Switch 1" + setcvar "g_obj_axistext3" "Control Switch 2" + setcvar "g_obj_axistext4" "Control Switch 3" + setcvar "g_obj_axistext5" "Destroy Allied Spawn Point" + } + else + { + //Not a TOW game remove the bombs + $allie_bomb remove + $axis_bomb remove + + + // set scoreboard messages + setcvar "g_obj_alliedtext1" "Tow Tutorial" + setcvar "g_obj_alliedtext2" "" + setcvar "g_obj_alliedtext3" "" + setcvar "g_obj_axistext1" "" + setcvar "g_obj_axistext2" "" + setcvar "g_obj_axistext3" "" + + } + + ////////////////////////// + level waittill prespawn + ////////////////////////// + + + ////////////////////////// + level waittill spawn + ////////////////////////// + + level.bRoundStarted = 0 + +// level.bswitch1SwitchUp = 1 +// level.bswitch2SwitchUp = 1 +// level.bswitch3SwitchUp = 1 + level.axisFire = 1 + + // set the parameters for this round based match + level.dmrespawning = 1 // 1 or 0 + level.dmroundlimit = 15 // round time limit in minutes + level.clockside = draw // set to axis, allies, kills, or draw + level.numObjectives = 5 // Number of objectives needed to win + level.numAxisObjectives = 0 // Number of objectives taken by the axis + level.numAlliedObjectives = 0 // Number of objectives taken by the allies + + + ////////////////////////// +// level waittill roundstart + ////////////////////////// + + //If this is a tug of war game then we init all the TOW stuff + if( level.gametype == 5 ) + { + //init the objectives + thread init_objectives + + thread init_spawner_bombs + thread init_switch_lights + + //Setup the starting team objectives + thread set_objectives + + level.bRoundStarted = 1 + } + + +end + + +//---------------------------------------------------------- +//Destroy the allied spawner here +//---------------------------------------------------------- +alliesspawnpoint: + + iprintln "The Allied Spawn Point has been Destroyed!" + + //Take over the objective + $Obj_alliespawnpoint TakeOver 0 + level.numAxisObjectives++ + level.numAlliedObjectives-- + + iprintln "The Allied Team Can No Longer Respawn!" + + waitthread Check_End_Match + +end + +//---------------------------------------------------------- +//Destroy the axis spawner here +//---------------------------------------------------------- +axisspawnpoint: + + iprintln "The Axis Spawn Point has been Destroyed!" + + $Obj_axisspawnpoint TakeOver 1 + level.numAlliedObjectives++ + level.numAxisObjectives-- + + iprintln "The Axis Team Can No Longer Respawn!" + + waitthread Check_End_Match + +end + +//---------------------------------------------------------- +//control switch 1 green/red +//---------------------------------------------------------- +switch1: + + if( level.bRoundStarted == 1 ) + { + if( parm.other.dmteam == axis ) + { + if( $Obj_switch1.ControlledBy != 0 ) + { + $Obj_switch1 TakeOver 0 + level.numAxisObjectives++ + level.numAlliedObjectives-- + $obj2_light_allie hide //Turns the allied light off + $obj2_light_axis show //Turns the axis light on + iprintln "The Axis Control Switch 1!" + + waitthread Check_End_Match + } + } + else if( parm.other.dmteam == allies ) + { + if( $Obj_switch1.ControlledBy != 1 ) + { + $Obj_switch1 TakeOver 1 + level.numAlliedObjectives++ + level.numAxisObjectives-- + $obj2_light_axis hide //Turns the Axis light off + $obj2_light_allie show //Turns the allied light on + + iprintln "The Allies Control Switch 1!" + + waitthread Check_End_Match + } + } + + //Update team current objectives + thread set_objectives + } + +end + +//---------------------------------------------------------- +//control switch 2 green/red +//---------------------------------------------------------- +switch2: + + if( level.bRoundStarted == 1 ) + { + if( parm.other.dmteam == axis ) + { + if( $Obj_switch2.ControlledBy != 0 ) + { + $Obj_switch2 TakeOver 0 + level.numAxisObjectives++ + level.numAlliedObjectives-- + $obj3_light_allie hide + $obj3_light_axis show + + iprintln "The Axis Control Switch 2!" + + waitthread Check_End_Match + } + } + else if( parm.other.dmteam == allies ) + { + if( $Obj_switch2.ControlledBy != 1 ) + { + $Obj_switch2 TakeOver 1 + level.numAlliedObjectives++ + level.numAxisObjectives-- + $obj3_light_axis hide + $obj3_light_allie show + + iprintln "The Allies Control Switch 2!" + + waitthread Check_End_Match + } + } + + //Update team current objectives + thread set_objectives + } + +end + +//---------------------------------------------------------- +//control switch 3 green/red +//---------------------------------------------------------- +switch3: + + if( level.bRoundStarted == 1 ) + { + if( parm.other.dmteam == axis ) + { + if( $Obj_switch3.ControlledBy != 0 ) + { + $Obj_switch3 TakeOver 0 + level.numAxisObjectives++ + level.numAlliedObjectives-- + $obj4_light_allie hide + $obj4_light_axis show + + iprintln "The Axis Control Switch 3!" + + waitthread Check_End_Match + } + } + else if( parm.other.dmteam == allies ) + { + if( $Obj_switch3.ControlledBy != 1 ) + { + $Obj_switch3 TakeOver 1 + level.numAlliedObjectives++ + level.numAxisObjectives-- + $obj4_light_axis hide + $obj4_light_allie show + + iprintln "The Allies Control Switch 3!" + + waitthread Check_End_Match + } + + } + + //Update team current objectives + thread set_objectives + } + +end + + +//---------------------------------------------------------- +//Set the teams current objectives +//---------------------------------------------------------- +set_objectives: + + //First lets do the allies + if( $Obj_switch3.ControlledBy == 0 ) + { + $Obj_switch3 SetCurrent 1 + } + else if( $Obj_switch2.ControlledBy == 0 ) + { + $Obj_switch2 SetCurrent 1 + } + else if( $Obj_switch1.ControlledBy == 0 ) + { + $Obj_switch1 SetCurrent 1 + } + else if( $Obj_axisspawnpoint.ControlledBy == 0 ) + { + $Obj_axisspawnpoint SetCurrent 1 + } + + //Now the Axis + if( $Obj_switch1.ControlledBy == 1 ) + { + $Obj_switch1 SetCurrent 0 + } + else if( $Obj_switch2.ControlledBy == 1 ) + { + $Obj_switch2 SetCurrent 0 + } + else if( $Obj_switch3.ControlledBy == 1 ) + { + $Obj_switch3 SetCurrent 0 + } + else if( $Obj_alliespawnpoint.ControlledBy == 1 ) + { + $Obj_alliespawnpoint SetCurrent 0 + } + +end + +//-------------------------------------------------------------- +//init the spawner bombs +//-------------------------------------------------------------- +init_spawner_bombs: + + //Allied spawner bomb + $axis_bomb thread global/tow_dm.scr::bomb_thinker "axis" maps/obj/MP_Tutorial_TOW.scr::alliesspawnpoint + $allie_bomb thread global/tow_dm.scr::bomb_thinker "allies" maps/obj/MP_Tutorial_TOW.scr::axisspawnpoint +end + +//----------------------------------------------- +// Blow up Allied Spawner +//----------------------------------------------- +axis_bomb_relay_explode: + + self waittill trigger + thread alliesspawnpoint +end + +//----------------------------------------------- +// Blow up Axis Spawner +//----------------------------------------------- +allie_bomb_relay_explode: + + self waittill trigger + thread axisspawnpoint +end + +//---------------------------------------------------------- +//Initialize the switch lights (start all lights off) +//---------------------------------------------------------- +init_switch_lights: + + $obj2_light_allie hide + $obj2_light_axis hide + $obj3_light_allie hide + $obj3_light_axis hide + $obj4_light_allie hide + $obj4_light_axis hide + +end + +//----------------------------------------------- +// init the objectives +//----------------------------------------------- +init_objectives: + + //Allied spawn point + if( $Obj_alliespawnpoint.ControlledBy == 0 ) + { + level.numAxisObjectives++ + } + else if( $Obj_alliespawnpoint.ControlledBy == 1 ) + { + level.numAlliedObjectives++ + } + + //Axis spawn point + if( $Obj_axisspawnpoint.ControlledBy == 0 ) + { + level.numAxisObjectives++ + } + else if( $Obj_axisspawnpoint.ControlledBy == 1 ) + { + level.numAlliedObjectivse++ + } + + //switch 1 + if( $Obj_switch1.ControlledBy == 0 ) + { + level.numAxisObjectives++ + } + else if( $Obj_switch1.ControlledBy == 1 ) + { + level.numAlliedObjectives++ + } + + //switch 2 + if( $Obj_switch2.ControlledBy == 0 ) + { + level.numAxisObjectives++ + } + else if( $Obj_switch2.ControlledBy == 1 ) + { + level.numAlliedObjectives++ + } + + //switch 3 + if( $Obj_switch3.ControlledBy == 0 ) + { + level.numAxisObjectives++ + } + else if( $Obj_switch3.ControlledBy == 1 ) + { + level.numAlliedObjectives-- + } + +end + +//----------------------------------------------- +// init the objectives +//----------------------------------------------- +Check_End_Match: + + //Allies first + if( level.numAlliedObjectives == level.numObjectives ) + { + //ignore the clock + level ignoreclock 1 + + //if there is a bomb ticking stop it. + waitthread global/tow_dm.scr::StopBomb + + //Allies win play the movie + teamwin allies + } + else if( level.numAxisObjectives == level.numObjectives ) + { + //ignore the clock + level ignoreclock 1 + + //if there is a bomb ticking stop it. + waitthread global/tow_dm.scr::StopBomb + + //Axis win do their movie and end the map + teamwin axis + } + +end + + + + + ++ +
+ | ++ |
+ How to
+ Setup a Tug-of-War Map func_TOWObjective: This new entity type allows easy setup of the new + Tug-of-War Objectives. This + section will document the settings for this new entity type. +$targetname
+ -Use this to give the objective a descriptive name. AlliesObjNum
+ - Assign which objective number this is for the allies. This is important because it will
+ affect how the checkboxes work in the new tab score screen. Each objective can be a different
+ number for each team. For
+ instance the first objective on the map may be the allied spawner. This should be assigned as the
+ first allied objective but the last objective for the axis side. AxisObjNum
+ - Assign which objective number this is for the axis. See AlliesObjNum for more
+ information. ControlledBy
+ - This should be assigned to 0, 1, or 2. When the map starts this setting
+ will determine which objectives are owned by whom, and which are
+ neutral. 0 = Axis, 1 =
+ Allies, 2 = Neutral. ObjectiveNbr
+ - This just needs to be a unique number that does not conflict
+ with the other objectives.
+ Typically use 0 – 5. There are also 2 check boxes that can be checked. StartOn, and Respawner. Check the Respawner box if this
+ objective is to halt the team’s ability to respawn in when killed. For now always check the StartOn
+ box. Setting Up the Objectives in
+ MOHRadiant: Here are the steps needed to create a working
+ Tug-of-War Entity in MOHRadiant:
Scripting Tug-of-War Objectives: Every Tug-of-War map is going to have different
+ scripting requirements. I’ll
+ document the basic things that need to be setup and show some
+ examples. Scoreboard
+ Text: setcvar "g_obj_alliedtext1" "Allied Objective Text + 1" +setcvar "g_obj_alliedtext2" "Allied Objective Text + 2" +setcvar "g_obj_alliedtext3" "Allied Objective Text + 3" +setcvar "g_obj_alliedtext4" "Allied Objective Text + 4" +setcvar "g_obj_alliedtext5" "Allied Objective Text
+ 5" setcvar "g_obj_axistext1" "Axis Objective Text 1" +setcvar "g_obj_axistext2" "Axis Objective Text 2" +setcvar "g_obj_axistext3" "Axis Objective Text 3" +setcvar "g_obj_axistext4" "Axis Objective Text 4" +setcvar "g_obj_axistext5" "Axis Objective Text 5" There are 5 objective text entries for each team. The example above shows how
+ to setup this text. Func_TOWObjective Variables and
+ Functions: Variables: ControlledBy - This is the team number that + controls the objective. +Example: if( + $ObjectiveName.ControlledBy == 0 ) +{ ++ println “This objective is owned by the axis team.” +} Will check to see if the
+ objective named $ObjectiveName to test if it is controlled by the axis
+ team and if it is will print out a message indicating as much. Functions: TakeOver – Call this to have a
+ team take over the objective.
+ Pass it 0, 1, or 2 which represent the team taking it over. 0 = axis, 1 = allies, 2 =
+ neutral. Example: $ObjectiveName TakeOver
+ 0 Will cause the objective
+ named $ObjectiveName to be taken over by the axis team. SetCurrent – Call this to make + this the current objective for the passed in team. Pass it 0, 1, or 2 to represent + the team that sets this as the priority objective. This will cause the compass for + the passed in team to point at this objective. +Example: $ObjectiveName SetCurrent
+ 0 This will cause the
+ objective named $ObjectiveName to be set as the current objective on the
+ compass for the axis team. Scripting
+ Objective Take Over: When an opposing team takes an objective there should
+ be a triggered setthread that gets called in script. This is where the handling should
+ take place. Here is an
+ example from Sub Pen: toggle_subpen_doors: ++ if( parm.other.dmteam == axis ) ++ { ++ if( $obj_subpen_doors.ControlledBy != 0 ) ++ { ++ $obj_subpen_doors TakeOver 0 ++ iprintln "The Axis have closed the pen doors!" ++ } ++ } ++ else if( parm.other.dmteam == allies ) ++ { ++ if( $obj_subpen_doors.ControlledBy != 1 ) ++ { ++ $obj_subpen_doors TakeOver 1 ++ iprintln "The Allies have opened the pen doors!" ++ } +
+ } + //Update team current objectives +
+ thread set_objectives end +This function gets triggered when a team hits the sub
+ pen doors trigger. Here is a
+ breakdown of this function:
//---------------------------------------------------------- +//Set the teams current objectives +//---------------------------------------------------------- +set_objectives: ++ //First lets do the allies ++ if( $obj_sub_clamps.ControlledBy == 0 ) ++ { ++ $obj_sub_clamps SetCurrent 1 ++ } ++ else if( $obj_subpen_doors.ControlledBy == 0 ) ++ { ++ $obj_subpen_doors SetCurrent 1 ++ } ++ else if( $obj_steal_sub.ControlledBy == 0 ) ++ { ++ $obj_steal_sub SetCurrent 1 +
+ } + //Now the Axis ++ if( $obj_subpen_doors.ControlledBy == 1 ) ++ { ++ $obj_subpen_doors SetCurrent 0 ++ } ++ else if( $obj_sub_clamps.ControlledBy == 1 ) ++ { ++ $obj_sub_clamps SetCurrent 0 ++ } ++ else ++ { ++ $obj_allied_spawner SetCurrent 0 +
+ } end This function prioritizes which objectives each team
+ needs to be set to. This
+ function is called everytime an objective gets taken. This function is not automatically
+ called but rather called from inside the script. For the allies the priority
+ objectives are first the sub clamps, followed by the sub pen doors and
+ finally the sub itself. If
+ the clamps get taken by the axis then this function will set the clamps as
+ the current objective for the allies. Respawners This new game type allows a team to destroy an enemy
+ objective that will stop that team from spawning when killed. This is surprisingly easy. First take over the objective as
+ normal, then use the name assigned to the spawner and call
+ disablespawn. Example
+ below: //---------------------------------------------------------- +//Destroy the allied spawner here +//---------------------------------------------------------- +destroy_allied_spawner: ++ //Make sure we are the allies ++ if( parm.other.dmteam != allies && + $obj_allied_spawner.ControlledBy != 0 ) ++ { ++ iprintln "The allied transport has been destroyed!" ++ //Take over the objective ++ $obj_allied_spawner TakeOver 0 ++ $Allied_Spawn_Locations disablespawn ++ } +end Win
+ Conditions The following are handled automatically:
+ // set the parameters for this round based match ++ level.defusing_team = "axis" ++ level.planting_team = "allies" ++ level.dmrespawning = + 1 + // 1 or 0 ++ level.dmroundlimit + = 5 + // round time limit in minutes +
+ level.clockside
+ = axis
+ // set to axis, allies, kills, or draw + level waittill roundstart +The defusing and planting
+ teams need to be set but it does not matter which team. Just make sure they have different
+ team values set to them.
+ dmrespawning should always be set to 1. dmroundlimit is the amount of time
+ for each round. clockside is
+ set to determine which team wins if the clock runs out. Sometimes you may want to have a custom victory
+ condition as in sub pen. Only
+ 3 objectives need to be taken by the allies in sub pen to win the
+ map. Here is the code that
+ handles that: //---------------------------------------------------------- +//steal the sub +//---------------------------------------------------------- +steal_sub: + //Only the allies can actually take this objective ++ if( dm_other.dmteam != axis && $obj_steal_sub.ControlledBy + != 1 ) ++ { +if( + $obj_sub_clamps.ControlledBy == 1 && + $obj_subpen_doors.ControlledBy == 1 ) ++ { ++ $obj_steal_sub TakeOver 1 ++ iprintln "Tha Allies have stolen the U-Boat!" ++ //Allies have won ++ teamwin allies ++ } ++ } ++ //Update team current objectives ++ thread set_objectives +end This function is called when a team hits the trigger on + the top of the sub. It checks + to see if it is the allies, and if so then checks to see if the allies + have opened the doors and disengaged the clamps. If all these conditions are met + the script calles teamwin and passes the winning team as the +parameter. + |
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/tutorials/decal_tutorial.html b/tutorials/decal_tutorial.html new file mode 100644 index 0000000..d2c4d50 --- /dev/null +++ b/tutorials/decal_tutorial.html @@ -0,0 +1,44 @@ + + +
+ Decals are textures that are placed on top of geometry in your level.
+Whenever you shoot a bazooka at the ground and make a scorchmark or write your
+name in bullet holes on a wooden door, decals are created in your scene. However,
+there is a tool within the engine that allows you to place your own decals wherever
+you want for a variety of purposes. This can be used for not just bulletholes,
+but also posters, cracks, detailed shadows, decorative wall, trim, and lots of
+other things.
+
+
+ Playing with decals is easy and fun, and is actually editing in real-time
+from within the engine and not in Radiant. Run any level and perform the following
+steps:
+
+
+
+ Now you’re ready to start playing with decals. Simply click one of decals in the list to the left, then click the “Make” button. This will place a decal (highlighted with a glowing green and white wireframe) on whatever surface is in the center of where the player is facing. Most of the controls that you need to know are pretty self-explanatory. Use the Up, Down, Left, and Right buttons to shift the decal across a surface. You can control how much these buttons will move the decal by adjusting the slider underneath the Left button and Down Buttons. Adjust the rotation and scale of the decal by adjusting the Roll and Radius sliders, respectively. You can also adjust the x and y scale of the decals independently with the Width and Height Scale Sliders. The Randroll button will randomly change the rotation for you. To change the decal’s texture, simply click a new member of the list on the left.
+You can also adjust the Alpha channel translucency and the Red, Green, and Blue filters for the decal independently. Hitting the lighting button will toggle the decal from between being lit and being fully bright. Sometimes even when a decal is lit it still looks too bright – so that’s when the RGB sliders come in handy.
+To return to normal player movement mode, click anywhere on the screen except the console, then move around. To bring the arrow back up and return to using the decal console, hit the tilde key twice to bring up and close the console. Make another decal, then hit the next and prev buttons. This will allow you to browse through your decals and adjust their properties. The delete button will remove your currently selected decal. The Show Curr button will hide the glowing wireframe around the decal. This can be helpful when you are trying to adjust the RGB levels or placement and the wireframe is distracting you from how the decal will look when finalized. To get rid of the console, hit the Escape key.
+
+
+ Bezier Patches and terrain geometry are totally fair game when it comes to decals as well. You can make some great fake tree shadows on terrain using decals that would be impossible to achieve using the normal lighting tools. About the only thing you can’t put a decal on is static entity geometry or other animated entities.
+Play around with it – you’ll find that decals are fun to work with, and they can be a great way to break up repetitive textures without resorting to making completely new ones. You can add things like cracks and ivy to your walls that will add depth, interest, and variety. When you are done, click the “Save” button in the lower left corner of the console, then type “quit” in the console. This will create a .dcl version of your filename. However, whenever you make geometry changes and recompile your map, you will need to update the .dcl file, as your decals won’t show up in the new .bsp. To reintegrate the decals, simply run your new map, repeat Steps 1 – 4 outlined above, then click the save button. This will make sure that your .dcl file is synched up with the new .bsp.
+
+ This tutorial will teach you how to attach the player to a tank and drive it around freely through your level.
+
+ First you need to create a brush or terrain for your ground and apply a texture. Next, make your skybox and then we are ready to add the tank.
+
+ +Diagram 1-1 (MohRadiant) + + +
+ + +
+ Create a brush, any size, and hit “n” to bring up your “Entity” window. Select from the list “addon_vehicle_Russian_T34”. Double click on it and your brush will turn into that entity. To rotate the starting direction of your vehicle, select the vehicle and open your “Entity” window. At the bottom of your “Entity” window you will see buttons with 90, 45, 360, etc… Press the corresponding direction that you would like your vehicle to be facing (90 = north, 180 = west, etc…).
+
+
+ Now we have to give the vehicle a targetname. In the entity window, with the vehicle selected, enter the following values into the Key and Value fields at the bottom of the entity window.
+
+
+ Key: targetname
+
+ Value: playertank
+
+
+ To give your tank collision you have to target a bounding box. Instead of creating your own bounding box, copy the one from “test_VehicleDrive.map” in the SDK. To do so, open the map file and select one of the pieces from the bounding box and then press (crtl + e) to select all pieces of the bounding box. With the bounding box selected open your map. When is asks copy selection, click yes. This will bring the bounding box of the tank into your map. Deselect the tank mask and select the T34 tank image. Open the “Entity” window and enter the following into the Key and Value fields.
+
+
+ Key: target
+
+ Value: player_t34
+
+
+ This will connect your tank to the tank mask and give it collision. The Collision mask/bounding box can be placed anywhere on your map. Try to place it somewhere the player will never be but still inside of your skybox. Placing it under the terrain is as good as any.
+
+
+
+ +Diagram 1-2 (Front View) + + +
+ ++ Finally we have to add the player start point to the map. To do so, right click on the grid and select “info” -> “player” -> “start”. Place it anywhere in the map because in the script we are going to connect it to the tank. You just have to have the start point it doesn’t matter where. It is best to keep it next to your tank to make it clear that the player will start in that tank. We are finished with the map file all that is left is the script file. +
+ +THE SCRIPT FILE + ++ Create a file with the same name as your map file and the extension .scr. For now copy and paste the script below or from “test_VehicleDrive.scr”. If you take it from “test_VehicleDrive.scr” make sure you change the targetnames and file name to match the ones in your map. +
+ ++ +level waittill prespawn +level waittill spawn + +main: + $playertank.collisionent = $playertank.target + level.playertanktarget = $player + + $player holster + $player takeall + $player physics_off + + $playertank waitthread global/vehicles_thinkers.scr::players_tank + $playertank vehiclespeed 200 +end + + ++ +
+ Your vehicle should drive around with this script but here is what is going on in each line of the .scr. +
+ + ++ +$playertank.collisionent = $playertank.target +level.playertanktarget = $player + + ++ +
+ The first line gives the tank collision. The second line tells enemy tanks what to target at. +
+ ++ +$player holster +$player takeall +$player physics_off + + ++ +
+ These three lines holster the players weapon, take away the players weapons, and remove the physics of the player b/c we are now using the tank’s physics. +
+ ++ +$playertank waitthread global/vehicles_thinkers.scr::players_tank +$playertank vehiclespeed 200 + + ++ +
+ The first line is the most important; it attaches the player to the tank. The second line sets the speed of the tank.
+
+
+Save your file as a .scr and you are ready to drive your tank.
+
+
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/tutorials/driving_tutorial1/1-1.jpg b/tutorials/driving_tutorial1/1-1.jpg new file mode 100644 index 0000000..5de141b Binary files /dev/null and b/tutorials/driving_tutorial1/1-1.jpg differ diff --git a/tutorials/driving_tutorial1/1-2.jpg b/tutorials/driving_tutorial1/1-2.jpg new file mode 100644 index 0000000..5ef5209 Binary files /dev/null and b/tutorials/driving_tutorial1/1-2.jpg differ diff --git a/tutorials/driving_tutorial2.html b/tutorials/driving_tutorial2.html new file mode 100644 index 0000000..6157fb5 --- /dev/null +++ b/tutorials/driving_tutorial2.html @@ -0,0 +1,265 @@ + + +
+ This tutorial will teach you how to add enemy tanks that drive around and shoot in your level.
+
+
+ Take the existing map you made from Part I and we will make your tank fight enemy tanks. The first thing we are going to do is make a tank start driving along a path when the level starts. Once it sees the player it will open fire on them.
+
+ +Diagram 2-1 (Top View) + + +
+ +
+ Place some brushes in your map to create walls that the tanks hide behind when they start. Now we will add our first enemy tank. Create a brush and hit “n” to bring up your “Entity” window. From the entity menu, double click on “vehicle_german_panzer-tank” and your brush will change to that entity. To rotate the starting direction of your vehicle, select the vehicle and open your “Entity” window. At the bottom of your “Entity” window you will see buttons with 90, 45, 360, etc… Press the corresponding direction that you would like your vehicle to be facing (90 = north, 180 = west, etc…).
+
+
+ Now we have to give the vehicle a targetname. In the entity window, with the vehicle selected, enter the following values into the Key and Value fields at the bottom of the entity window.
+
+
+ Key: targetname
+
+ Value: s5_tank1
+
+
+ To give your tank collision you have to target a bounding box. Instead of creating your own bounding box, copy the one from “test_Tanks.map” in the SDK. To do so, open the map file and select one of the pieces from the bounding box and then press (crtl + e) to select all pieces of the bounding box. With the bounding box selected open your map. When is asks copy selection, click yes. This will bring the bounding box of the tank into your map. Deselect the tank mask and select the panzer tank image. Open the “Entity” window and enter the following into the Key and Value fields.
+
+
+ Key: target
+
+ Value: panzer_tank
+
+
+ This will connect your tank to the tank mask and give it collision. The Collision mask/bounding box can be placed anywhere on your map. Try to place it somewhere the player will never be but still inside of your skybox. Placing it under the terrain is as good as any.
+
+ +Diagram 2-2 (Top View) + + +
+ + +
+ Time to add the path that the tank will take. This is achieved the same way the path for the halftrack in “Riding a Vehicle Tutorial” was done. Right click on the grid and select “info” -> “vehiclepoint”. This will create the first point that our enemy tank will travel to. You want to place this in front of your enemy tank. This is not where your enemy tank will start but where it will move to first. Therefore we have to give your first vehicle point a targetname and then tell your enemy tank to target the first vehicle point. In your “Entity” window, with your vehiclepoint selected, enter in the below values to the Key and Value area.
+
+
+ Key: targetname
+
+ Value: s5_tank_path
+
+ Create a new vehiclepoint but instead of entering a Key or Value you are going to use the default one given to you. Deselect the vehicle point just created and select the first vehicle point. While the first point is selected, select the second vehiclepoint that you just created and press “ctrl + k”. This targets the first vehicle point to the second one, creating a path with an arrow pointing to the second vehiclepoint. Keep creating vehiclepoints and connecting them to the previous point until you have the desired path you want your vehicle to take.
+
+ +Diagram 2-3 (Top View) + + +
+ +
+ At this point you can add the script below to your map and your tank will move along the path you have created.
+
+
+ Next we will make another tank that starts to move when the player’s tank drives through a trigger. Create another tank and path by following the same steps above. After you have finished that we have to make the trigger that will start the tank moving. Make a brush that will act like a wall and place it where you know the player’s tank will drive through. Right click on the new brush and select “trigger” -> “vehicle”. Give the trigger a targetname by adding the following to the Key and Value.
+
+
+&nbs; Key: targetname
+
+ Value: tank2_trigger
+
+
+That is all we have to do to our map file.
+
+ Create a file with the same name as your map file and the extension .scr. For now copy and paste the script below or from “test_Tanks.scr”. If you take it from “test_Tanks.scr” make sure you change the targetnames and file name to match the ones in your map. +
+ + ++ + +level waittill prespawn +level waittill spawn + +main: + level.lookahead = 256 // how far enemy tanks "look ahead" when driving + level.enemytankspeed = 200 // how fast the enemy tanks are + level.sightdistance = 2048 // how far the enemy tanks can "see" + + $player holster //holster the players weapon + $player takeall //take all weapons away from the player + $player physics_off // use tank physics instead of player physics + +//attach the player to the tank + $playertank waitthread global/vehicles_thinkers.scr::players_tank NULL + $playertank vehiclespeed 200 //set the speed of the tank + + thread second_tank //start the second_tank function + + // setup enemy tank targets... + level.playertanktarget = $player + + //wait 5 seconds and then start moving the first tank + wait 5 + $s5_tank1 thread TankGo $s5_tank_path level.enemytankspeed empty_panzer_desert + + end + +//---------------------------------------------------------------------- +second_tank: +//---------------------------------------------------------------------- + //wait until the trigger is hit then start the second tank moving + $tank2_trigger waittill trigger + $tank2 thread TankGo $start_tank2 level.enemytankspeed empty_panzer_desert + + end + +//---------------------------------------------------------------------- +TankGo local.path local.speed local.type: +//---------------------------------------------------------------------- + + + self immune aagun + self thread global/vehicles_thinkers.scr::enemy_tank_think 0 local.type + self thread drive_path local.path local.speed + + end + +//---------------------------------------------------------------------- +drive_path local.path local.speed: +//---------------------------------------------------------------------- + self.driving = 1 + +// drive Vector position, speed, acceleration, reach_distance, look_ahead + self drive local.path local.speed 30 200 level.lookahead + self waittill drive + if (self) + { + self stop + self.driving = 0 + } + + end + + + ++ +
+ Here is a break down on what is happening. +
+ ++ +$s5_tank1 thread TankGo $s5_tank_path level.enemytankspeed empty_panzer_desert + + ++ +
+ The line above is a call to thread the TankGo function. It passes three variables to the TankGo function and then jumps into the code below. +
+ ++ +//---------------------------------------------------------------------- +TankGo local.path local.speed local.type: +//---------------------------------------------------------------------- + + + self immune aagun + self thread global/vehicles_thinkers.scr::enemy_tank_think 0 local.type + self thread drive_path local.path local.speed + + end + + + ++ +
+ The three variables that are passed are the target name to the path, the speed of the tanks and the last one tells the game what type of tank to use so it knows what model to use for the destroyed tank. +
+ ++ +second_tank: +//---------------------------------------------------------------------- + //wait until the trigger is hit then start the second tank moving + $tank2_trigger waittill trigger + $tank2 thread TankGo $start_tank2 level.enemytankspeed empty_panzer_desert + + end + + + ++ +
+ This function waits until the trigger is activated by a vehicle and then runs the TankGo function passing it the necessary variables. +
+ ++ +//---------------------------------------------------------------------- +drive_path local.path local.speed: +//---------------------------------------------------------------------- + self.driving = 1 + +// drive Vector position, speed, acceleration, reach_distance, look_ahead + self drive local.path local.speed 30 200 level.lookahead + self waittill drive + if (self) + { + self stop + self.driving = 0 + } + + end + + + ++ +
+ Here is where we actually make the tank start moving. In self.drive we set the speed of the tank, the acceleration and the look ahead distance. The look ahead sets the distance the vehicle “looks ahead” for obstacles. The last conditional “if” is run once it has reached the last vehiclepoint and checks to see if the tank is still alive, if it is, the tank stops driving. +
+ + + + + ++ +
+ + + ++ + + + +\ No newline at end of file diff --git a/tutorials/driving_tutorial2/2-1.jpg b/tutorials/driving_tutorial2/2-1.jpg new file mode 100644 index 0000000..cda4392 Binary files /dev/null and b/tutorials/driving_tutorial2/2-1.jpg differ diff --git a/tutorials/driving_tutorial2/2-2.jpg b/tutorials/driving_tutorial2/2-2.jpg new file mode 100644 index 0000000..525c7cd Binary files /dev/null and b/tutorials/driving_tutorial2/2-2.jpg differ diff --git a/tutorials/driving_tutorial2/2-3.jpg b/tutorials/driving_tutorial2/2-3.jpg new file mode 100644 index 0000000..865ce59 Binary files /dev/null and b/tutorials/driving_tutorial2/2-3.jpg differ diff --git a/tutorials/exploder_tutorial.html b/tutorials/exploder_tutorial.html new file mode 100644 index 0000000..44126be --- /dev/null +++ b/tutorials/exploder_tutorial.html @@ -0,0 +1,128 @@ + + +
+Exploders can be used in Medal of Honor in many different ways. The first is pretty obvious… to cause geometry to blow up. Other uses include making a brush appear to have a new texture (without changing the shape of the brush) or moving entities around in the environment. Making exploders requires building knowledge in Radiant and a little bit of scripting knowledge on the side.
+
+Let’s start with the most basic reason you’ll want to use exploders… to cause destruction. When blowing something up in MOH, you’re not technically breaking something apart (like if you attached a stick of dynamite to a wall). What you’re actually doing is swapping out geometry while covering it up with explosion effects.
+
+There are three main “tags” you’ll need to use in making something blow up: exploder, explodersmashed, & exploderchunk.
+
+Okay… enough with the prologue. Let’s get to the smashy-smashy. Start with something simple… like a door.
+
+1. Build the door in both the “before” and “after” states:
+
+ + + +
+ +
+2. Select the pre-explosion door and give it a classname of func_fencepost and a $targetname of exploder. (Ignore the func_exploder tag, you won’t use it even though it seems like you should.) Select the post-explosion door and give it a classname of script_object and a $targetname of explodersmashed.
+
+
+3. Next, make all of the pieces you want to fly as part of the explosion effect. Select these individually and give them each a classname of script_object (you have to make each piece a script_object individually… it won’t work otherwise). Select all the chunks and give them a $targetname of exploderchunk.
+
+
+4. You’ll need to give the exploderchunks a trajectory reference. To do this, you use script_origins. You’ll need a script_origin with an individual targetname for each exploderchunk. Follow these steps:
+
+ + + +
+ +
+5. Finally… if all the pieces are part of the same explosion (as is the case in this example), select everything, bring up the entity window by hitting N on the keyboard, and give them a key of #set and a value of 1 (or any arbitrary number you choose). Move the exploded door and the chunks so that they occupy the same space as the door in the “before” state.
+
+
+If you want an effect to play, you can add an animate_fx by right-clicking and dropping one at the site of the explosion. I placed an animate_fx_explosion-wallexploder at the center of the door. Give it the same key of #set and a value of 1 as you did on all the other parts of the exploder. It will also need a $targetname of exploderfire.
+
+
+So now I suppose you want to see the thing actually go boom. The simplest way to achieve this it to cause an explosion via a projectile (rockets, grenades, etc.). Place a brush that you’ll be able to aim at in the engine. Then place a trigger_multiple around the brush. Click the “PROJECTILES” flag and give the trigger a key of setthread and a value of whatever you want (I used boom).
+
+
+Here’s where the scripting fun happens. I’m going to assume you have a general scripting knowledge here, so I’m only going to tell you the specific lines you’ll need to add to make the exploder work. First, after the level waittill prespawn, you’ll need to add this line in the list of global scripts you execute:
+
+ +exec global/exploder.scr + + ++ +
+Next… add the following lines in the main body of your script (after the level waittill spawn): +
+ ++ +//---------------------------------------------------------- +//Destroy the door +//---------------------------------------------------------- +boom: +thread global/exploder.scr::explode 1 +end + + + ++
+The top three lines are just a convention we use so that the portion of script you’re looking for is easy to find. “Boom” refers to the setthread you gave the trigger. The “1” in the fifth line refers to the #set you gave to all the parts of your exploder. If all your geometry has a key of #set and a value of 2, then the line should read thread global/exploder.scr::explode 2. Got it?
+
+
+Now, if everything is set up correctly, you should be able to compile the map, go into it in the engine and cause some destruction. If you have cheats enabled, you can just give yourself a bazooka and fire away, or you could do what I did and drop a bazooka into the level.
+
+
+If you need any reference material, you can view the exploder_tutorial map included with this doc. The first room features the door I just created and the second room features a more elaborate explosion as an example of some of the things that can be done with exploders.
+
+
+Have fun!
+
+ +
+ + + ++ + + + +\ No newline at end of file diff --git a/tutorials/exploder_tutorial/1-1.jpg b/tutorials/exploder_tutorial/1-1.jpg new file mode 100644 index 0000000..7c7cd02 Binary files /dev/null and b/tutorials/exploder_tutorial/1-1.jpg differ diff --git a/tutorials/exploder_tutorial/1-2.jpg b/tutorials/exploder_tutorial/1-2.jpg new file mode 100644 index 0000000..82f1d01 Binary files /dev/null and b/tutorials/exploder_tutorial/1-2.jpg differ diff --git a/tutorials/manvis_tutorial.html b/tutorials/manvis_tutorial.html new file mode 100644 index 0000000..b9de6da --- /dev/null +++ b/tutorials/manvis_tutorial.html @@ -0,0 +1,160 @@ + + +
+ Manvis stands for Manual-Visibility, and it is a tool developed to better manage visibility and optimize framerate in your Medal of Honor scenes. It’s also known as using vis_leafgroups, which is the name of the entity type involved in the process. Many of the scenes in the original Medal of Honor: Allied Assault were very large and detailed, most especially some of the outdoor destroyed city scenes, etc… A lot of the blown-out shells of buildings had too many holes (windows, doorways, damage, etc…) to effectively block visibility. More conventional tools like hint brushes were not appropriate to use in this context, so in order to get the scenery to run effectively, Manvis was developed. It is one of several tools that can be used by a level designer to optimize framerate. By no means should it be used in every level, so the purpose of this tutorial is to illustrate the proper use of Manvis. +
++ If you have an indoor level that is efficiently built for visibility (i.e. – good use of structure brushes to block lines of sight) and it has a good framerate, then Manvis may not be worth the time it takes to setup and tweak properly. Other tools exist, like hint brushes, that are better suited for optimizing framerate in indoor scenes. If, however, you have larger areas (indoor or outdoor) with long lines of sight, lots of detail, static entity, and/or terrain geometry, and your framerate starts to chug in these areas, then Manvis may make more sense. In an area like this, hint brushes would not be useful as there is very little to no structural brushes to build onto. Depending on the circumstances in which you use it, it will get you at least a 5% increase in framerate but sometimes more (even in well-structured interiors). In essence, what you are doing is taking a load off the CPU’s visibility calculations at runtime by predetermining it yourself. The system isn’t as tied up with calculating what portions of your scene are visible from your position dozens of times per second, it references this information stored in memory instead for quicker access. +
++ + + +
++Now, it would be entirely possible to address this premature popping of the outdoor terrain when you are in the corridors using hint brushes in your scene. But this would only help you when you are inside the corridors looking out at the terrain. What happens when you go outside and look at the terrain in wireframe, as shown in the screenshots below? +
+ ++ + + +
+ +
+As you can see, the engine is drawing all the trees and static geometry behind the hill, but this is more than is visible to the player. And since this is in a larger outdoor area, hint brushes can’t help you here.
+
+
+This is where Manvis can be of the most benefit.
+
+ Manvis is implemented in a scene by placing brushes using the VIS texture, and then binding these brushes to vis_leafgroup entities, followed by making connections between the various brushes. The following instructions will walk you through how to implement Manvis in this tutorial scene: +
+ + ++ + + +
++ + + +
++ + Figure 1 + + + + Figure 2 + +
+ ++ + + +
+ ++ When you make a connection from brush A to brush B, essentially it’s like saying “From A, you cannot see B”. Save the mapfile, then do a full compile and run the scene. Now, when you are inside the vis brush in the first corridor, you can’t see the contents of the outdoor room. Likewise, when you are in the outdoor room, you can’t see the contents of the first corridor. Make sure you have “r_showtris 2” typed in so you can see exactly how much the engine is rendering. +
+ +
+ Although Manvis can be useful tool, it requires very thorough and careful planning to use, and can be time-consuming to tweak. When you ran the scene, you probably noticed that when you moved into the second Manvis brush from the first, the contents of the outdoor room appeared suddenly. This is an example of a “popper” – an area that is being clipped out from the view frustrum prematurely or incorrectly due to a connection between Manvis brushes.
+
+ The main cause for this is that the brushes we placed in the example above were too general for the shape of the rooms. This was intentional, as a simple example was needed to demonstrate how to use Manvis in a basic case. There’s really no set rules on what the size and shape of your Manvis brushes needs to be – it’s totally contextual in regards to the shape of your level’s structure and what areas the player can traverse. Place too many small brushes and it will take a very long time to setup and maintain. Make your brushes too large, and you may be rendering (or clipping out) more than you need to at a given point. Sometimes it’s useful to make them the same shape and size for consistency, while some of the Allied Assault maps had very large brushes that overlapped. Take a look at some of the MOH – Spearhead maps that shipped with the SDK (t2l1.map and MP_Berlin_TOW.map) and see how Manvis was implemented.
+
+ Let’s go back into Radiant and load up manvis_tutorial2.map. This version is identical except that the Manvis brushes we placed before have been divided up and sized into shapes that are a little better suited for the context of the level. If you click on the Manvis brushes in Radiant you’ll see that there are now connections between them. Run the scene and type in the “r_showtris 2” console command and watch how different parts of the scene clip in and out as you walk. Looks a little more efficient, doesn’t it? Although the performance savings in a small, quickly put together tutorial like this are fairly negligible, in a larger outdoor scene with more carefully planned brushes, the savings could be much greater.
+
+ Now, it’s your turn. Load up manvis_tutorial1.map, then go to File->LoadPrefab and select manvis_tutorialgroup1.pfb. This will load in the Manvis brushes from manvis_tutorial2 into the current scene, but without all the connections. For each manvis brush in the scene, you’ll need to determine what is potentially visible from that brush. This is harder than it sounds, the engine’s field of view from a given point is farther and wider than you might think, and often, the only way to properly tweak it is to compile the map, run it, and look for “poppers,” then come back into Radiant and re-size brushes and change connections. Try this process out yourself. Click on a manvis brush and think about what other manvis brushes you can and can’t see from where you can go inside that brush, and make suitable connections. Reference the manvis_tutorial2.map as needed.
+
+ If you need to make a disconnection between brushes (to make a manvis visible from another brushes), simply hold down shift as you select the pair, then hit CTRL-ALT-K.
+
+
+ Ideally, the best time to implement MANVIS is after you have established the “footprint” of the level and layed out the critical gameplay areas with structural brushes. Then, make sure that if you have to add in brushes, that you only do so by using the clip tool to splitting existing ones. The reason for this is that if you add a completely new brush or clone an existing one after you’ve made your connections, you’ll need to update all the other brushes in your scene with a connection to the new one. In contrast, if Brush A has a connection to Brush B, and Brush B is split, Brush A will have connections to both brushes created by B’s split. You can always remove brushes without worry, but be careful before adding a new brush, see if you can simply resize or split an existing one to get what you need.
+
+ If you have a lot of doorways in your scene that block visibility or use area portals, it’s wise to do your manvis before you add these doors, or assume that they are going to be open. This will do a lot to save you time tweaking and retooling your manvis brushes in your scene. The same thing applies to exploding chunks of walls or objects –any brush-based entity that forms part of a wall may obscure a player’s line of sight but will not block the visibility, and you should assume that the brush isn’t there when you’re figuring out Manvis.
+
+ Another good habit when you are trying to track down popper bugs is to run your scene in a window (hold down ALT-Enter to toggle between windowed and full-screen mode) and leave Radiant open while you are walking around your scene – that way you can tweak your Manvis brushes while looking at your scene in real-time. Also, when looking for poppers in your scene – consider all the possible ways that people could enter and exit your brushes (backpedaling, strafing, jumping from a higher area, crouching, etc…) as this will increase the likelihood that you’ll catch all your manvis errors.
+
+ A quick note on this Manvis and BSP Leaks – since Manvis brushes are entities they shouldn’t touch the void. They can penetrate and encompass structural brushes, but anything more than that and you’ll get leaks.
+
+
+ Vis_Derived is an option you set in your worldspawn properties (in MohRadiant, simply click on any non-entity brush and hit “n” to bring up the entity window). By default, this key is not present, implying a default value of vis_derived of 0. What a value of 0 means is that when your map’s visibility is being compiled, it takes into account both the data from your Manvis brushes as well as the visibility data generated by structural brushes in your scene when determining what’s visible from where. When you add the “vis_derived” key and set it’s value to 1, it will use the Manvis data exclusively and will ignore your structural brushes’ influence on visibility, resulting in faster vis compile times (theoretically). For most cases you will want to leave it at 0. +
+ + + + + ++ +
+ + + ++ + + + +\ No newline at end of file diff --git a/tutorials/manvis_tutorial/1-1.jpg b/tutorials/manvis_tutorial/1-1.jpg new file mode 100644 index 0000000..b6a9be5 Binary files /dev/null and b/tutorials/manvis_tutorial/1-1.jpg differ diff --git a/tutorials/manvis_tutorial/1-2.jpg b/tutorials/manvis_tutorial/1-2.jpg new file mode 100644 index 0000000..ff64cab Binary files /dev/null and b/tutorials/manvis_tutorial/1-2.jpg differ diff --git a/tutorials/manvis_tutorial/1-3.jpg b/tutorials/manvis_tutorial/1-3.jpg new file mode 100644 index 0000000..2353581 Binary files /dev/null and b/tutorials/manvis_tutorial/1-3.jpg differ diff --git a/tutorials/manvis_tutorial/1-4.jpg b/tutorials/manvis_tutorial/1-4.jpg new file mode 100644 index 0000000..6dea994 Binary files /dev/null and b/tutorials/manvis_tutorial/1-4.jpg differ diff --git a/tutorials/manvis_tutorial/1-5.jpg b/tutorials/manvis_tutorial/1-5.jpg new file mode 100644 index 0000000..b84e087 Binary files /dev/null and b/tutorials/manvis_tutorial/1-5.jpg differ diff --git a/tutorials/manvis_tutorial/1-6.jpg b/tutorials/manvis_tutorial/1-6.jpg new file mode 100644 index 0000000..1a41ae8 Binary files /dev/null and b/tutorials/manvis_tutorial/1-6.jpg differ diff --git a/tutorials/manvis_tutorial/1-7.jpg b/tutorials/manvis_tutorial/1-7.jpg new file mode 100644 index 0000000..2ea67ed Binary files /dev/null and b/tutorials/manvis_tutorial/1-7.jpg differ diff --git a/tutorials/manvis_tutorial/1-8.jpg b/tutorials/manvis_tutorial/1-8.jpg new file mode 100644 index 0000000..3befcd7 Binary files /dev/null and b/tutorials/manvis_tutorial/1-8.jpg differ diff --git a/tutorials/manvis_tutorial/1-9.jpg b/tutorials/manvis_tutorial/1-9.jpg new file mode 100644 index 0000000..506c8f8 Binary files /dev/null and b/tutorials/manvis_tutorial/1-9.jpg differ diff --git a/tutorials/riding_tutorial.html b/tutorials/riding_tutorial.html new file mode 100644 index 0000000..8ba9e86 --- /dev/null +++ b/tutorials/riding_tutorial.html @@ -0,0 +1,209 @@ + + +
+ Open MOH-Radiant and create a flat brush like the one below. This will be the ground that your vehicle will be moving along (1-1). Save your map file as “test_yourmapname.map” yourmapname can be anything you want, just make sure you start it with “test_”. By starting your map name with test_ it will automatically load default scripts, animations and sounds to your level. +
+ +
+
+Diagram 1-1 (Top View)
+
+
+
+
+ Create a small brush and then press “n” to open the “Entity” window. From the list of entities double click on “addon_vehicle_german_snowy-halftrack-antitank”. This will turn your brush into the vehicle entity. To rotate the starting direction of your vehicle, select the vehicle and open your “Entity” window. At the bottom of your “Entity” window you will see buttons with 90, 45, 360, etc… Press the corresponding direction that you would like your vehicle to be facing (90 = north, 180 = west, etc…). +
+ +
+
+Diagram 1-2 (3D-view and Entity Window)
+
+
+
+
+ Now we have to give the vehicle a targetname. In the entity window, with the vehicle selected, enter the following values into the Key and Value fields at the bottom of the entity window.
+
+
+ Key: targetname
+
+ Value: MyJeep
+
+
+ Time to put the player in the vehicle. Right click on the map grid and select “info” -> “player” -> “start”. Place the “info_player_start” in the back of the vehicle (1-3).
+
+
+
+Diagram 1-3 (Side View and 3D Window)
+
+
+
+
+ All that is left is to put the vehicle waypoints in and create the path that our vehicle will travel. Right click on the grid and select “info” -> “vehiclepoint”. This will create the first point that our vehicle will travel to. You want to place this in front of your vehicle. This is not where your vehicle will start but where your vehicle will move to first. Therefore we have to give your first vehicle point a targetname and then tell your vehicle to target the first vehicle point. In your “Entity” window, with your vehiclepoint selected, enter in the below values to the Key and Value area.
+
+
+ Key: targetname
+
+ Value: path_start
+
+
+ Create a new vehiclepoint but instead of entering a Key or Value you are going to use the default one given to you. Deselect the vehicle point just created and select the first vehicle point. While the first point is selected, select the second vehiclepoint that you just created and press “ctrl + k”. This targets the first vehicle point to the second one, creating a path with an arrow pointing to the second vehiclepoint. Keep creating vehiclepoints and connecting them to the previous point until you have the desired path you want your vehicle to take.(1-4)
+
+
+
+Diagram 1-4 (Top View)
+
+
+
+
+ One last thing. You need a bounding box so that your vehicle will have collision. Take the one that is already created for you from the map file “test_VehicleRide.map” that is in the SDK. To do so, open the map file and select one of the pieces from the bounding box and then press (crtl + e) to select all pieces of the bounding box. With the bounding box selected open your map. When is asks copy selection, click yes. This will bring the bounding box of the vehicle into your map. Deselect the vehicle mask and select the vehicle image. Open the “Entity” window and enter the following into the Key and Value fields.
+
+ Key: target
+
+ Value: halftrack_mask
+
+
+This will connect your vehicle to the vehicle mask and give it collision.
+
+
+Make sure to add a skybox to your level.
+
+
+You are all done with your map file now all you have to do is add the script.
+
+
+ Create a file with the same name as your map file and the extension .scr. For now copy and paste the script below or from “test_RideVehicle.scr”. If you take it from “test_RideVehicle.scr” make sure you change the targetnames to match the ones in your map. +
+ ++ +level waittill prespawn +level waittill spawn + +main: + + level.playerjeep = $MyJeep + level.playerjeep nodamage // don't want the vehicle to be damaged + + level.playerjeep thread global/vehicles_thinkers.scr::PLAYER_JEEP_CONTROLLER + level.playerjeep thread PLAYER_JEEP_Drive + +end + +//------------------------------------------------------------------------------- +PLAYER_JEEP_Drive: +// +// This is where you can define the path you want the vehicle to take... +//------------------------------------------------------------------------------- + // speed + self drive $path_start 250 + // speed accel look_ahead + self modifydrive 250 100 256 + self waittill drive + self stop + +end + + + ++ +
+Your vehicle should drive around with this script but here is what is going on in each line of the .scr. +
+ ++ +level.playerjeep = $MyJeep +level.playerjeep nodamage + + ++ +
+The first line simply sets a variable to the targetname that you have given your vehicle. +The Second line says that we don’t want the vehicle to take the damage instead we have it set that the player takes the damage. +
+ ++ +level.playerjeep thread global/vehicles_thinkers.scr::PLAYER_JEEP_CONTROLLER +level.playerjeep thread PLAYER_JEEP_Drive + + ++ +
+The first line attaches the player to the vehicle and mounts them on the weapon. +The second line threads the PLAYER_JEEP_Drive function below it. +
+ ++ +self drive $path_start 250 +// speed accel look_ahead +self modifydrive 250 100 256 + + ++ +
+The first line starts the vehicle moving towards the first vehiclepoint and gives it the speed of 250. +The next line sets three variables on how the vehicle moves. The first value sets the speed of the vehicle, the second sets the acceleration of the vehicle and the last sets the distance the vehicle “looks ahead” for obstacles. +
+ ++ +self waittill drive +self stop + + ++ +
+The first line tells the script to wait until the vehicle has moved to the last vehicle point. Once the vehicle has reached the last vehicle point it stops. +
+ + + + + ++ +
+ + + ++ + + + +\ No newline at end of file diff --git a/tutorials/riding_tutorial/1-1.jpg b/tutorials/riding_tutorial/1-1.jpg new file mode 100644 index 0000000..263edb7 Binary files /dev/null and b/tutorials/riding_tutorial/1-1.jpg differ diff --git a/tutorials/riding_tutorial/1-2.jpg b/tutorials/riding_tutorial/1-2.jpg new file mode 100644 index 0000000..488f991 Binary files /dev/null and b/tutorials/riding_tutorial/1-2.jpg differ diff --git a/tutorials/riding_tutorial/1-3.jpg b/tutorials/riding_tutorial/1-3.jpg new file mode 100644 index 0000000..05c3cb0 Binary files /dev/null and b/tutorials/riding_tutorial/1-3.jpg differ diff --git a/tutorials/riding_tutorial/1-4.jpg b/tutorials/riding_tutorial/1-4.jpg new file mode 100644 index 0000000..3341220 Binary files /dev/null and b/tutorials/riding_tutorial/1-4.jpg differ